﻿.noPadding 
{
    padding: 0px !important;
}

.standardLabelColor
{
    color: #3e5c78;    
}
.standardLabelFormat
{
    color: #3e5c78;
    font-weight: bold !important;
}
.noBottomMargin 
{
    margin-bottom: 0px !important;
}

div.container
{
    height: auto;
    margin: 20px 5px;
}

div.container_hide
{
    display: none;    
}

div.homePageContainer
{
    height: auto;
    margin: 0px 5px 0px 5px;
}
div.logincontainer
{
    height: auto;
    margin: 20px 5px;
}

div.commands
{
    border-top: solid 1px black;
    padding: 10px;
    margin-top: 30px;
    display: block;
}

div.commands_dialogTop
{        
    float: right;    
    margin: 10px;
    margin-right: 20px;
    display: block;
}
div.floatRightNoTopBottomMargins
{        
    float: right;    
    margin: 0px;   
    margin-right: 20px;
    display: block;
}
div.repositoryHomePageLinkButtons
{            
    margin-left: 10px; 
    margin-bottom: 5px;
    display: block;
}
div.clearFloat
{
    clear: both;
    margin-bottom: 2px;
}

div.field_lessPaddingNoBlock label 
{
    margin-left: 4px;
    margin-bottom: 3px;    
    font-weight: bold;
    color: #3e5c78;
}

div.field_lessPaddingNoBlock span, radio
{
    margin-left: 4px;
    margin-bottom: 3px;    
    font-weight: bold;
    color: #3e5c78;
}

div.field_lessPadding label
{
    margin-left: 4px;
    margin-bottom: 3px;
    display: block;
    font-weight: bold;
    color: #3e5c78;
}
div.hp_field_lessPadding label 
{
    margin-left: 4px;
    margin-bottom: 3px;
    display: block;
    font-weight: bold;
    font-size:12pt;
    color: Black; 
}

div.field
{
    margin-bottom: 20px;
}

.sectionHeader
{
    font-family: Arial;
    font-size:16px;
    font-weight: bold;
    color:#3e5c78;
    padding-top: 10px;
    padding-bottom: 10px;
    float:left;
    
}
.sectionHeaderButton
{
  padding-top: 5px;
    padding-bottom: 5px;   
  float: right;       
}

div.field label,
div.field table.nowrap label
{
    font-weight: bold;
    color: #3e5c78;
}

div.field label
{
    display: block;
}

div.field table.nowrap label
{
    display: inline-block;
}

div.field .readonly
{
    width:500px;
    min-height:20px;    
    border:solid 1px black;
    display:inline-block;
}

/*div.field input[type='text'],
div.field select
{
    width: 600px;
}
*/

div.panelBar
{
    background-image:url(Images/panel_bg.jpg)!important;
}


div.infoBarPanel-right
{
    text-align:right;
}

.blackBorderPadded350w
{ 
    border: 1px solid black;
    padding: 5px;
    width: 350px;
}

.spellCheckPanel
{
    display: inline;
    float:right;
    width:30px;
    height:30px;
}

.rscLinkImg
{
    background-image: url(/WIDS/Images/SpellCheck.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    display: block;
    outline: none;
}

.nestedGrid
{
    padding-left: 20px;
    font-style: italic;
}

.nestedGrid_noItalics
{
    padding-left: 20px;    
}

.nestedGrid_NoPadding
{	
    font-style: italic;
}

.searchAreaPlaceholderStandard
{
    width: 680px !important;
}

.searchAreaPlaceholderGuest
{
    width: 550px !important; 
}

/* ======================================= */

ul.sortable-list,
ul.sortable-grid-headers
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.sortable-list > li
{
    clear: both;
}

div.sortable-grid
{
    clear: both;
}

div.list-column
{
    float: left;
    height: auto;
    margin-right: 10px;
    margin-bottom: 5px;
}

div.list-column > *
{
    width: 100%;
}

div.x-small
{
    width: 25px;
}

div.small
{
    width: 75px;
}

div.medium
{
    width: 150px;
}

div.large
{
    width: 350px;
}

div.dialog
{
    margin-bottom: 20px;
    margin-left: 20px;
}

div.dialog label
{
    display: block;
    font-weight: bold;
    color: #3e5c78;
}

.matrixGrid th > span
{
    display:block;
    height:50px;
    overflow:hidden;
    
}
.matrixGrid td
 {
    overflow:hidden;
}

.reToolbar .Alignment
{
   background-image: url(../../Images/Alignment.png)!important;
   background-position: center;
}

.reTool .FullToolset
{
    background-image: url(../../Images/ToggleToolbar.png)!important;
    background-position: center;
}

.reTool .SimpleToolset
{
    background-image: url(../../Images/ToggleToolbar.png)!important;
    background-position: center;
}

.reTool .SaveField
{
    background-image: url(../../Images/Save.png)!important;
    background-position: center;
}

.modalBackground 
{
    background-color:Gray;
    /*filter:alpha(opacity=70);
    opacity:0.7;*/
}

.modalPopup
{
    background-color: #ffffff;
}

.modalNoScroll
{
    overflow: hidden !important; 
}

.addMargin 
{
    margin:20px;
}
    
.editColumnsButton
{
    /*float:right;*/
    display:inline;
}
    
div.criterionDialog label
{
    display: block;
    font-weight: bold;
    color: #3e5c78;
    margin-top:10px;
}

.optionalColumnLabel
{
    margin-top:10px;
    margin-left: 20px;
    display: block;
    font-weight: bold;
    color: #3e5c78;
}

.optionalLabel
{
    display: inline;
    font-weight: bold;
    color: #3e5c78;
}

.freeFormCriteriaMargin
{
    margin-top:10px;
}

.hideDropDown
{
    display:none !important;
}

.detailTableMargin
{
    margin-left:40px;
}

.alignTextBox
{
  vertical-align:top;
}

 table.radioWithProperWrap input
 {    
      float: left;
 }

 table.radioWithProperWrap label
 {    
      margin-left: 25px;
      display: block;
 }
 
 
 .fieldText
 {
    font-weight: bold;
    color: #3e5c78;
 }
 
 .gridDefinitionControl
 {
    margin-left:5px;
    margin-right:5px;
 }
 
 .floatLeft
 {
    float:left;
 }
 
 .floatRight
 {
    float:right;
 }
 
 .externalStandardSpacer
 {
    padding-top:5px;
    padding-bottom:5px;
 }
 
 .approvalRequestSpacer
 {
    margin-right:10px;
 }
 
 .centerElement
 {
    margin-right:auto;
    margin-left:auto;
 }
 
.headerRow
{
    font-weight:bold;
}

.nonHeaderRow
{
    margin-left:5px;
}

.bulletedList
{
    padding-left:15px;
    margin-top:0px;
}

.bulletedListNoPadding
{
    padding:0;
    margin:0;
}

.chkListStyle input 
{ 
    float:left;
}
.chkListStyle label 
{ 
    float:left;
    margin-right: 10px;
}

.noNodeSelect  
{ 
    color: #000 !important; 
    border-color: white !important; 
    background: none !important; 
} 

.indent
{
    margin-left:15px;
}

.dialogMargin
{
    margin-left:20px;
}

div.uploadDialogBar
{
    height:20px;
    width:100%;
    background-color:#A1B4C2;
    color:#FFFFFF;
    font-weight:bold;
    font-size:10pt;
    padding:3px;
}

.reorderColumnControl
{
    position:absolute;
    left:50%;
    margin-left:-155px;/*this is half the width of the list box control*/
    
}

/*This class can be used with the treeviews, if you set a node to this class
    you won't get the hovering or selected background*/
.NoNodeSelect  
{ 
    color: #000 !important; 
    border-color: white !important; 
    background: none !important; 
} 

td.scoringGuideHeader 
{
    font-family:Arial;
    font-size:10pt;
    font-weight:bold !important;
    color:#3e5c78 !important;
}

td.scoringGuideHeader textarea
{
    color:#3e5c78 !important;
}

div.defaultLoadingPanel
{
    height:85px;
    width:171px;
    background-color: lightgray;
    background-repeat: no-repeat;
    border-radius: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    display: block;
    padding: 10px 0px;
    text-align: center;
}

div.defaultLoadingPanel label
{
    font-family:Arial;
    font-size:10pt;
    line-height:10pt;
    color:black;
}

div.defaultLoadingPanel img
{
    border-width: 0px;
}

div.notificationForm
{
    margin-left: 20px;
}

div.notificationForm label
{
    display: block;
    font-weight: bold;
    color: #3e5c78;
}

.DisplayInlineClass
{
    display: inline;
}

.DisplayNoneClass
{
    display: none;
}

.blackNotBold
{
    font-weight: normal !important;
    color: black !important;
}

.highlyVisibleMsg99 
{
    width: 99%;
    background-color: #FFFFCC !important;
    padding-bottom: 0px; 
    padding-left: 2px;  
    padding-right: 2px; 
}

.highlyVisibleMsg842 
{
    width: 842px;
    background-color: #FFFFCC !important;
    padding-bottom: 0px; 
    padding-left: 2px;   
    padding-right: 2px;
}

.unitNavLinkButtonClass 
{
    font-family: 'Segoe UI';
    font-size: 13px !important;     
}

.openAccessUnitHeading
{    
    width: 243px;  
    height: 15px;  
    color: white;
    text-align: center;    
    font-weight: bold;
    background-color: #3e5c78;
    border: 1px solid #3e5c78;    
    margin-left: 3px;   
    margin-right: 3px; 
    padding-top: 3px;
    padding-bottom: 3px;
}

.floatRight 
{
    float: right;
}

/* Added 5/9/17 to fix border quick print item selector window border issues in Chrome and Firefox. */
.radWindowPaddingOverride 
{
    padding: 0px !important;
    margin: 0px !important;
}
/* Added 5/9/17 to fix the quick print item selector regarding float:right issues in Chrome for short item titles. */
.radWindowPaddingOverride ul
{
    float: none !important;   
}
/* Added 5/9/17 to fix border quick print item selector long item title scroll issues in Chrome and Firefox. */
.radTreeViewWhiteSpaceOverride
{
    white-space: normal !important;    
}

.folderCM
{
    z-index:10000 !important;
    background-color: white;
}

/* Added 6/7/11 by Jeff M.  Preserve spaces between letters/words in rating scale values. */
/* Source for the RadComboBox styling: http://www.telerik.com/community/forums/aspnet-ajax/combobox/white-space-between-words-being-removed.aspx  */
/* --------------------------------------------------------- */
/*.RadComboBoxDropDown .rcbItem,       */
/*.RadComboBoxDropDown .rcbHovered,    */
/*.RadComboBoxDropDown .rcbDisabled,   */
/*.RadComboBoxDropDown .rcbLoading     */
/*{                                    */
/*    margin: 0 1px;                   */
/*    padding: 2px 6px;                */
/*    white-space: pre;                */
/*}                                    */

/* The .preserveSpace style is used with grid columns */
.preserveSpace
{
    white-space: pre;
}

td.scoringGuideHeader_preserveSpace 
{
    font-family:Arial;
    font-size:10pt;
    font-weight:bold !important;
    color:#3e5c78 !important;
    white-space: pre;
}
/* --------------------------------------------------------- */


.SelectedLinkButton
{
    color: Black  !important;
    font-weight: bold  !important;
}

.rlvIHover
{
    border-width: 2px;
    border-style: dashed;
    border-color: #385D78;
    border-spacing: 2px;
} 

.rlvDragHandle
{
    width: 95%;
    height: 13px;
    background-image:url('../../images/dndHandle.gif');
    background-repeat:repeat-x;
    margin-bottom: 4px;
} 

.rlvDragHandle:hover
{
    cursor: move;
}

/*----------------------------------------------------------*/

.hideSection 
{
    display:none;
}
