﻿body 
{
    background-color: white;
    font-size: 12px;
    font-family: Arial;
    color: Black;    
    margin: 0px;
    padding: 0px;
}

#PageHeader
{
    height: 52px;
    background-image: url(header.png);
}

#PageLogo
{
    height: 26px;
    background-image: url(aloha.png);   
    float: left; 
    width: 57px;
    margin: 0px 10px 0px 10px;
}

#PageBody
{
    margin-top: 10px;
    overflow-x: auto;
}

#Logo
{
    width: 300px;
    background-image: url(logo.png) !important;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="../Styles/logo.png", sizingMethod="scale") !important;
    height: 52px;
    float: left;
}

#LoginControls
{
    float: right;
    margin-top: 4px;
}

#LoginControls a
{
    color: White;
    padding: 0px 10px 0px 0px;
    text-decoration: none;
}


/*----------------------------------------------*/
/* MODAL POPUP                                  */
/*----------------------------------------------*/

.modal_popup
{
    width: 564px;
    font-size: 12px;
    border: 0px;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}
 
.modal_background 
{
    background-color:Black;
    filter:alpha(opacity=20);
    opacity:0.2;
}    

#modal
{
    border: solid 1px black;
    overflow: hidden;
}  

#modal_content
{
    padding: 10px;
    overflow: hidden;
}

#modal_actions
{
    text-align: center;
}  

#modal_actions input
{
    margin-top: 20px;
    width: 75px;
    cursor: pointer;
}  

#modal_header
{
    background-image: url(grid_header.png);
    padding: 4px 0px 0px 4px;
    height: 19px;
    color: Black;
    font-weight:bold;
    overflow:hidden;
}

#modal_back
{
    background-color: White;
    overflow: hidden;       
}

#modal_frame
{
    border: 0px;
}

/*----------------------------------------------*/
/* MENU                                         */
/*----------------------------------------------*/

.PageMenu
{
    height: 26px;
    background-image: url(menu_bar.png);
    color: Black;
    border: none;
    padding: 0px;
    padding-left: 5px;
}

.PageMenuItem
{
    background-color: #BBDDFF;    
}

/*----------------------------------------------*/
/* GRIDS                                        */
/*----------------------------------------------*/

.Detail
{
    border: 0px;
}

.Detail tr
{
    border: 0px;
}

.DetailControl
{
    height: 24px;
    border: 0px;
    padding-left: 10px;
}

.DetailHeader
{
    border: 0px;
    border-bottom: solid 1px #888888;
}

.DetailRow
{
    padding-top: 5px;
    height: 20px;
    border: 0px;
}

.Grid
{
    margin-top: 10px;
    border: solid 1px #99BBE8;
}

.GridTable
{
    border: solid 1px #DDDDDD;
    border-collapse: collapse;
}

.GridTitle
{
    font-weight: bold;
    background-image: url(grid_header.png);
    padding: 4px 0px 0px 4px;
    height: 19px;
    border-bottom: solid 1px #99BBE8;
}

.GridHeader
{
    font-weight: bold;
    border-bottom: solid 1px #BBBBBB;
    color: Black;
    background-color: #E8E8E8;
    text-align: left;
}

.GridFilter
{
    background-color: #E8EEFF;
    border-bottom: solid 1px #99BBE8;
    padding: 10px;
}

.GridActions
{
    background-color: #E8EEFF;
    border-bottom: solid 1px #99BBE8;
    padding: 10px;
    overflow: hidden;
}

.GridActions input
{
    cursor: pointer;
}

.GridRowHover
{
    background-color: #CCCCFF;
}

.GridRow
{
    background-color: #F8F8F8;
}

.GridRowAlt
{
    background-color: #F0F0F0;
}

.GridSelected
{
    background-color: #BBDDFF; 
    color: Black;
}

.GridHiddenColumn
{
    display: none;
}

.SearchLabel
{
    float: left;
    font-weight: bold;
    padding-top: 3px;
    width: 120px;
    height: 25px;
}

.SearchField
{
    float: left;
    height: 20px;
}

/* For simulating the 11px padding that is embedded in dev express edit dialogs when 
   creating a custom edit template */
.GridEditCustomPopup
{
    padding:11px;
}

.GridEditCustomPopupActions
{
    text-align:right; 
    padding-right:5px;
    padding-top:10px;
}

.tabularData
{
    border-right: 1px solid #9F9F9F;
}

.tabularData tr td
{
    border-bottom: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    padding: 0px 5px 0px 5px;
}

.tabularData tr th
{
    border-top: 1px solid #9F9F9F;
    border-left: 1px solid #9F9F9F;
    border-bottom: 1px solid #9F9F9F;
    background-color: #DCDCDC;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
    text-align: left;
}

/*----------------------------------------------*/
/* MISC                                         */
/*----------------------------------------------*/
.MvcGridHeader 
{
    
}

.MvcGridHeader th
{
    cursor: pointer;
    white-space: nowrap;
    padding: 4px 6px 5px 6px;
    border: Solid 1px #9F9F9F;
    background-color: #DCDCDC;
    overflow: hidden;
    text-align: left;
    color: black;
    font: 9pt Tahoma;
    border-right-width: 0px;
}

.MvcGridHeader th.RightEdge
{
    border-right-width: 1px;
}

.MvcGridRow td, .MvcGridRowAlt td {
    /* background-color: #F8F8F8; */

    /* DevExpress Styling */
    cursor: default;
    border-spacing: 2px;
    border-collapse: separate!important;
    font: 12pt arial, sans-serif;
    color: black;
    empty-cells: show;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.input-validation-error
{
    border: solid 1px red;
}

.editor-field-wide input
{
    width:350px;  
    padding-left:2px;
    padding-top:2px;     
}

.editor-field input[type=text]
{
    width:250px;
    padding-left:2px;
    padding-top:2px;    
}

.editor-field-multiline textarea
{
    width: 400px;
    height: 100px;
    resize: none;    
}

.editor-field-multiline-tall textarea
{
    width: 400px;
    height: 150px;
    resize: none;    
}

.editor-field-narrow input[type=text]
{
    width:150px;
    padding-left:2px;
    padding-top:2px;    
}

.editor-label
{
    width:150px;
    padding-left:2px;
    padding-top:2px;    
}

/*----------------------------------------------*/
/* MISC                                         */
/*----------------------------------------------*/

.Left
{
    float: left;
}

.Right
{
    float: right;
}

.CapacityTable input
{
    text-align: inherit;
}

.Hand
{
    cursor: pointer;
}

.CmdButton
{
    border:1px solid black;
    padding-left:0px;
    text-align:center;
    font-size:12px;
    cursor:hand;
}

.InputField
{
    font-size:12px;
    width:400px;
    border:1px;
    border-color:Gray;
    border-style:solid;
}   

.InputFieldReadOnly
{
    font-size:12px;
    width:400px;
    border:1px;
    border-color:Gray;
    border-style:solid;
    background-color:#DDDDDD;
}   

.dxeReadOnly
{
    background-color:#DDDDDD;
}

.dxeReadOnly .dxeEditArea {
    background-color:#DDDDDD;
    
    /* border radius*/
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
}

.InputLabel
{
    font-size:12px;
    width:150px;
    float:left;
    text-align:right;
    padding-right:10px;
}
.modalPopup 
{
    background-color:#E3EFFF;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:500px;
}
.modalTitleBar
{
    text-align:center; background-color:#6593CF; font-size:19; font-weight:500; color:White;
}
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=80);
    opacity:0.8;
}    
.SubMenuVisible
{
    color:Black;
}
.SubMenuHidden
{
    color:#555555;
    font-style:italic;
}
.FormTitle
{
    color: #000099;
    background-color: #E8EEFF;
    border-bottom: solid 1px #99BBE8;
    padding: 10px;
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
}

.LoginBody
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-image: url(login_back.png); 
}

.LoginBack 
{
    background-image: url(login_gradient.png); 
    height:824px;
}

.LoginBox
{
    padding-top: 80px;
    margin: 0px auto 0px auto; 
    background-position: 0px 80px;
    background-image: url(login_box.png); 
    background-repeat: no-repeat;
    width:622px; 
    height:398px;
}

.LoginInfo
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
    width: 250px;   
}
.NcrLoginInfo
{
    margin-left: 170px;
    margin-right: auto;
    padding-top: 140px;

}


.ChangePasswordInfo 
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
    width: 270px;
}

.ChangePasswordConfirmationInfo 
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
    width: 270px;
}

.yes-button {
    border: solid 2px #000000;
}

.LoginCompanyInfo {
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
    padding-right: 16px;
    width: 570px;
}

.LoginGridTable
{
    border-collapse: collapse;
    border: solid 1px #888888;
    color: Black;
    background-color: White;
}

.LoginGridTable td
{
    border: solid 1px #888888;
}

.Hidden
{
	display: none;
}

.NoBorder
{
    border:none;
}

.MenuConfigDownloadText
{
	font-size: 16px;
}

/*----------------------------------------------*/
/* Order Details                                */
/*----------------------------------------------*/
.OrderDetails .price {text-align:right}
.OrderDetails table {border-collapse:collapse}
.OrderDetails td {border:1px solid #efefef;padding:2px;vertical-align:top}
.OrderDetails .field {white-space:nowrap}
.OrderDetails .OrderDetailsOrderInfo {width:300px;border:0px}
.OrderDetails .OrderDetailsCustomerInfo {min-width:250px;border:0px;vertical-align:top}
/*----------------------------------------------*/
/* Reports                                      */
/*----------------------------------------------*/
.ReportBarLink a { color: #0000FF; text-decoration: none}
.ReportBarLink a:link {color: #0000FF}
.ReportBarLink a:visited {color: #0000FF;}
.ReportBarLink a:hover {text-decoration:underline; color: #0000FF; }
.ReportBarLink a:active {color: #0000FF; text-decoration: none }

/*----------------------------------------------*/
/* DevExpress calendar styles                   */
/*----------------------------------------------*/

.DESelector {
    float: left;
    width: 175px; 
    height: auto; 
    border: solid 1px; 
    background-color: #e3efff;
}

.DERows {
    margin: 10px 15px 15px 15px;
}

.DERow {
}

.DELabel {
    padding-top: 10px; 
    font-weight: bold; 
    font-size: larger;
}

.DEField input {
    width: 140px;
}

.DataColumn {
	width: 110px;
}

.OddRow {
	background-color: #FFFFFF;
}

.EvenRow {
	background-color: #e3efff;
}

.SelectedRow {
	background-color: #2876f4;
}

.StoreNameBanner {
	font-weight: bold;
	font-size: 16px;
}

.ButtonLink {
    text-decoration:underline; 
    color: #0000FF;
    background-color: transparent !important; 
    border: none;    
}

/*----------------------------------------------*/
/* Dashboard                                    */
/*----------------------------------------------*/
.DbLeftPanel
{
   width: 250px;
   margin-left: 5px;
   position: absolute;
}
        
.DbRightPanel
{
    width: 700px;
    margin-left: 10px;
    left: 260px;
    position: absolute;
}
                
.DbPanelHeader
{
    font-weight: bold;
    font-size: 18px;
    color: #00467f;
}      
        
.DbMetricContainer
{
    margin-top: 10px;
}                   
        
.DbGridNav
{
    padding: 5px 5px 5px 5px;
}
        
.DbReportNav div
{
    float: left;
}             
        
.DbUnSelectedItem 
{
    text-align: center;
}
        
.DbUnSelectedItem a 
{
    display: block;
    width: 158px;
    font-size: 10pt;
    text-decoration: underline;
    color: Blue;
}
        
.DbSelectedItem
{
    text-align: center; 
}
        
.DbSelectedItem a
{
    display: block;
    width: 158px;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
    color: #00467f;
}       
        
.DbUnSelectedItem a:hover
{
    font-weight: bold;
}
        
.DbSelectedItem a:hover
{
    font-weight: bold;
}
        
.DbButtonBar
{
    display: block;
    text-align: center;
    width: 25px;
    text-decoration: none;
    background: Blue;
    font-size: 10pt;
    color: White;
    padding: 5px 5px 5px 5px;
    border: 1px solid Blue;
}
        
.DbSelectedButton
{
    font-weight: bold;
}
        
.DbSelectedButton a
{
    font-weight: bold;
    text-decoration: none;
    color: #00467f;    
}
        
.DbSelectedButton a:hover, .DbSelectedButton a:active
{
    font-weight: bold;
}
        
.DbUnSelectedButton
{
    font-weight: normal;
}
        
.DbUnSelectedButton a
{
    font-weight: normal;
    text-decoration: underline;
    color: Blue;
}
        
.DbUnSelectedButton a:hover
{
    font-weight: bold;
}
        
.DbForceInline
{
    display: inline-table;
    vertical-align: middle;
}
        
.DbPanelPadding
{
    padding-left: 5px;
    padding-right: 5px;
}
        
.DbLinkBar
{
    display:inline-table;
    text-align:right;
    text-decoration: none;
    background: none;
    font-size: 10pt;
    color: White;
    padding: 5px 5px 5px 5px;
    float:right !important;
}
        
.DbLinkItem
{
    width: 40px;
    text-align: center;
    float:right;
}
        
.DbPanelSubHeader
{
    font-weight: bold;
    font-size: 15px;
    color: #00467f;
    padding-bottom: 5px;         
}
       
.DbClientStatName
{
    font-size: 12px;
    color: #818181;
}                 
            
.DbPanelBorder
{
    border-left: 1px solid #00467f;    
    padding-left: 20px;
}

.DbBottomPanel
{
    position : absolute;
    background-color: #6495ED;
    display: block;
    width: 100%;
    height: 20px;
    left: 0px;   
    top: 730px;
    z-index:-1;        
}

.DbSelectSite
{
  padding: 5px 24px 5px 5px;
  display:inline-table;
  float:left;
}

.DbComboBoxPadding
{
    padding-top:5px;
}

.DbExportLink
{
    float: left;
    padding-left : 10px;
    width: 100%;
}

.NavGroup
{
    width:100%;
}

.Clear
{
    clear:both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}
.width100pct
{
    width:100%;
}
.top
{
    vertical-align:top;
}
.bottom
{
    vertical-align:bottom;
}
.padLR5px
{
    padding-right:5px;
    padding-left:5px;
}
.pad3px
{
    padding:3px;
}
.pad5px
{
    padding:5px;
}
.pad10px
{
    padding:10px;
}
.padbot5px
{
    padding-bottom:10px;
}
.fontBold
{
    font-weight:bold;
}
.underline
{
    text-decoration:underline;
}
.blockdisplay
{
   display:block;
}
.posrelative
{
    position:relative;
}
.posabsolute
{
   position:absolute;
}
.aligncenter
{
   text-align:center;
}


/*----------------------------------------------*/
/* Color Configurator Defaults                  */
/*----------------------------------------------*/

.ErrorToolTipContent
        {
            background:red;
            padding:3px;
            white-space:nowrap;
            z-index: 5001;
            color: white;
            border: 2px solid #DDD;
            box-shadow: 0 0 6px #000;
            -moz-box-shadow: 0 0 6px #000;
            -webkit-box-shadow: 0 0 6px #000;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            *zoom:1;
            *display:inline;
        }

        .ErrorToolTipArrow
        {
            width: 15px;
            margin: -2px 0 0 13px;
            position: relative;
            z-index: 5006;   
        }

        .ErrorToolTipArrow div
        {
            border-left: 2px solid #DDD;
            border-right: 2px solid #DDD;
            box-shadow: 0 2px 3px #444;
            -moz-box-shadow: 0 2px 3px #444;
            -webkit-box-shadow: 0 2px 3px #444;
            font-size: 0px;
            height: 1px;
            background: red;
            margin: 0 auto;
            line-height: 0;
            font-size: 0;
            display: block; 
        }

        .ErrorToolTipArrow .line10
        {
            width: 15px;
            border:none;
        }

        .ErrorToolTipArrow .line9
        {
            width:13px;
            border:none;
        }

        .ErrorToolTipArrow .line8
        {
            width:11px;
        }

        .ErrorToolTipArrow .line7
        {
            width: 9px;
        }

        .ErrorToolTipArrow .line6
        {
            width: 7px;
        }

        .ErrorToolTipArrow .line5
        {
            width: 5px;
        }

        .ErrorToolTipArrow .line4
        {
            width:3px;
        }

        .ErrorToolTipArrow .line3
        {
            width: 1px;
            border-left: 2px solid #DDD;
            border-right: 2px solid #DDD;
            border-bottom: 0 solid #DDD;
        }

        .ErrorToolTipArrow .line2
        {
            width: 3px;
            border: none;
            background: #DDD;
        }

        .ErrorToolTipArrow .line1
        {
            width: 1px;
            border: none;
            background: #DDD;
        }
        
        .DemoDiv input 
        {
            border: solid 1px #444444;
            padding: 0 2px;
    
            /* border radius*/
            -webkit-border-radius: 4px; 
            -moz-border-radius: 4px; 
            border-radius: 4px; 
        }
        
 /*----------------------------------------------*/
/* Delivery Zones Defaults                      */
/*----------------------------------------------*/
.fieldsetcurve{   
  -moz-border-radius:5px;  
  border-radius: 5px;  
  -webkit-border-radius: 5px;
  border:solid 1px #99BBE8;
}
.dzHeaderRow
{
     width:1192px;
     background-color: #E8EEFF;
     border:solid 1px #99BBE8;
     overflow: hidden;
     padding:5px;
}
.dzSiteList
{
    width:250px;
    padding:2px;
    float:left;
}
.dzZoneNameLabel
{
    text-align:left;
    font-size:12px;
    padding-right:5px;
    padding-left:10px;
}
.dzZoneNameInput
{
    width:200px;
    padding:2px;
}
.dzDivAddZone
{
    float:left;
    line-height:30px;
    padding-left:5px;
    position:relative;
    top:-1px;
}
.dzDivNotification
{
    font-style:italic;
    font-weight:bold;
    float:right;padding-right:10px;
    position:relative; top:10px;
}
.dzSiteZoneListPanel
{
    float:left; width:280px;
}
.dzSiteZoneListContainer
{
    height:695px;
    padding-top:5px;
}
.dzDivInputStartStop
{
    float:left;
    position:relative;
    width:100%;
    display:none;
}
.dzFieldSetZoneList
{
    border:solid 1px #99BBE8;
    height:100%;
    padding:0px;
}
.dzLegendZoneList
{
    font-size:12px;
    border:solid 1px #99BBE8;
    padding:3px;
}
.dzDivFeildSetZoneList
{
    height:97%;
    overflow-y:auto;
    overflow-x:hidden;
}
.dzMapDiv
{
    float:left;
    width: 922px;
    height: 700px;
    border:solid 1px #99BBE8;
}
.dzButtonSaveRow
{
    text-align:right;
    width:1194px;
    background-color: #E8EEFF;
    border:solid 1px #99BBE8;
    padding:4px;border-top:0px;
}
.dzInputButton
{
    width:100px;
    padding:3px;
    font-size:100%;
}
.dzColorCell
{
    width:15px;
    height:15px;
    border:solid 1px #99BBE8;
    padding-left:2px; 
}
.dzZoneNameCell
{
    cursor:pointer;
    float:left;
    font-weight:bold;
    padding-left:4px;
    text-transform:uppercase;
}
.dzZoneFieldSet
{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:0px;
    padding-right:0px;
}
.dzCloseButton
{
    cursor:pointer;
    height:15px;
    width:15px;
}
.dzZonePropertyLabel
{
    width:120px;
    float:left
}
.dzPolygonColorPickerText
{
    top:5px;
    position:relative;
    padding-right:5px;
    padding-left:4px;
}
.dzMaintenanceSaveButtonRegion
{
    width:99.8%;
    height:30px;
    text-align:right;
    vertical-align:bottom;
    border:1px solid gray
}
.dzSaveButtonDiv
{
    position:relative;
    padding-right:2px;
    background-color: #E8EEFF;
}
.dzDivMaintenanceDropDown
{
    width: 33%;
    float: left;
}
.dzMaintDropDownWidth
{
    width:250px;
    font-size:11px;
}

/*----------------------------------------------*/
/* ADMIN AUDIT LOGS                             */
/*----------------------------------------------*/

.auditLogsPageTitle
{
    font-weight: normal;
    padding: 10px;
    height: 15px;
    color: #d3d1d1;
    font-size: 32px;
    font-family:  'Century Gothic', Verdana, Arial;
    padding-bottom: 35px;
}

.auditLogsSearch
{
    background-color: #eeeeee;
    border-bottom: solid 3px #99BBE8;
    padding: 5px;
    overflow: hidden;
}

.auditLogsButtonBackground
{
    background-color: #d5d2d2;
    padding: 5px;
    overflow: hidden;
    text-align:right;
    font-family: 'Century Gothic';
    font-size: 20px;
}

.auditLogsButton
{
    background-color: #e3efff;
    color: #000;
    font-family: 'Century Gothic';
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    padding: 8px;
}

.auditLogsGrid 
{
   padding-top: 10px;
}

.auditLogsTable 
{
    border-spacing: 8px;
    border-collapse: separate;
}

/*----------------------------------------------*/
/* ADMIN MANUAL IMPORTS                         */
/*----------------------------------------------*/

.manualImportErrorMsg
{
    color: red;
    font-size: 12px;
    font-family:  'Century Gothic', Verdana, Arial;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.manualImportWarningMsg
{
    color: red;
    font-size: 12px;
    font-family:  'Century Gothic', Verdana, Arial;
    padding: 15px;
}

.manualImportPageTitle
{
    font-weight: normal;
    padding: 10px;
    height: 15px;
    color: #d3d1d1;
    font-size: 32px;
    font-family:  'Century Gothic', Verdana, Arial;
    padding-bottom: 35px;
}

.manualImportSubPageTitle
{
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
    font-size: 15px;
    font-family:  'Century Gothic', Verdana, Arial;
}

.manualImportSubPageTitleBox
{
    font-weight: bold;
    padding: 10px;
    color: #000000;
    font-size: 15px;
    font-family:  'Century Gothic', Verdana, Arial;
}

.manualImportButtonBackground
{
    background-color: #d5d2d2;
    padding: 5px;
    overflow: hidden;
    text-align:right;
    font-family: 'Century Gothic';
    font-size: 20px;
}

.manualImportButton
{
    background-color: #e3efff;
    color: #000;
    font-family: 'Century Gothic';
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    padding: 8px;
}

.manualImportHeaderBackground
{
    background-color: #eeeeee;
    border-bottom: solid 3px #99BBE8;
    padding: 10px;
    overflow: hidden;
    font-weight: bold;
}

.manualImportLeftTD {
     padding: 10px;
     width: 150px;
}

.siteGroupNames {
    outline:none;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.siteGroupNamesSpan {
    display: none;
    right: 0px;
    top: 0px;
    position: absolute;
    background:linear-gradient(#E3EFFF, #BBDDFF);
    background:-webkit-linear-gradient(#E3EFFF, #BBDDFF);
    background:#BBDDFF;
    color:#111;
    border:1px solid #DCA;
    padding:7px 20px;
    text-decoration: none;
    min-width:50px;
    max-width:150px;    
    line-height:16px;
    text-wrap:none;
	white-space:pre-line;
    z-index:10;
}

table.siteListContainer > tbody > tr > td > div {
    overflow-x: hidden !important;
}

.siteListContainer > tbody > tr > td > div:first-child > table > tbody > tr > td {
    position: relative;
}

.siteGroupListContainer > tbody > tr > td > div:first-child > table > tbody > tr > td {
    position: relative;
}

.itemListContainer > tbody > tr > td > div:first-child > table > tbody > tr > td {
    position: relative;
}

.chevronPosition {
    position: absolute;
    top: 5px;
    right: 2px;
}

.sortAscending {
    background-image: url('/DXR.axd?r=3_5-DwZEb');
    background-position: -19px -18px;
    width: 9px;
    height: 10px;
}

.sortDescending {
    background-image: url('/DXR.axd?r=3_5-DwZEb');
    background-position: -19px 0px;
    width: 9px;
    height: 10px;
}

#ctl00_Content_SiteInfoPopup_PW-1 {
    left: calc(50vw - 500px) !important;
    top: 114px !important;
}

#HeaderCheckBox {
    padding-left: 0 !important;
    position: absolute;
    top: 115px;
}

#SiteGroupHeaderCheckBox {
    padding-left: 0 !important;
    position: absolute;
    top: 221px;
}

@-moz-document url-prefix() {
    #HeaderCheckBox {
        padding-left: 0 !important;
        position: absolute;
        top: 118px;
    }

    #SiteGroupHeaderCheckBox {
        padding-left: 0 !important;
        position: absolute;
        top: 231px;
    }
}