/* ================================
    CSS STYLES FOR PORTAL 
    v1.0, 01/2001

    PROJECT TRACKER (CANNorthlandTank, originally from CANwebsite)

    Modifications:
    18-Aug-2014: SDSJBM: Infinite Addresses
    28-Oct-2014: SDSJBM: Mobile friendly
    08-Jan-2015: SDSJBM: Email Preferences back to normal (not like the old website)
    03-Feb-2015: SDSJBM: Updated interface, 20297
    19-Nov-2015: SDSJBM: Removed SiteMainPanel border, 22195
    02-Dec-2015: SDSJBM: MDScreen, 22042
    14-Dec-2015: SDSJBM: MDRefLink, 22042, CommandButton spacing for EmailPreferences only
    21-Jun-2016: SDSJBM: Email Preferences, Private Lists
    24-Jun-2016: SDSJBM: Autocomplete
    29-Jul-2016: SDSJBM: MultiUploadControl, Progress bar, Green
    08-Aug-2016: SDSJBM: Account and Payment
    11-Aug-2016: SDSJBM: Site Logo max height
    11-Aug-2016: SDSJBM: CANmail - Hide Alternate-text button
    17-Aug-2016: SDSJBM: CANshare - DRWiki side-by-side view
    22-Aug-2016: SDSJBM: [Enter] key, DefaultCommandButton, Size
    25-Aug-2016: SDSJBM: Reduce form width on small screens, max-width 749px
    04-Oct-2016: SDSJBM: RecentCases, detail table format
    13-Oct-2016: SDSJBM: MDCustomerRefLink
    09-Dec-2016: SDSJBM: Small and Big class names
    15-Feb-2017: SDSJBM: 22754, 2column and 3column fix
    28-Feb-2017: SDSJBM: 21786, help system colour
    13-Apr-2017: SDSJBM: 22462, custom website
    11-May-2017: SDSJBM: 23104, CANapps tabs
    23-Feb-2018: SDSJBM: 25772, PWLogin
    20-Jun-2018: SDSJBM: 26235, Firefox drag-drop
    25-Jun-2018: SDSJBM: 26260, Checklist entry problem
    10-Jul-2018: SDSJBM: 26295, PWCookieTray
    13-Jul-2018: SDSJBM: 26361, PWEvent, close-window, tabs
    03-Aug-2018: SDSJBM: 26383, PWForm CheckList

   ================================ */

.HeadBg {
    background-color: lightblue;
    background-repeat:no-repeat;
    vertical-align:bottom;
    width: 100%;
    height: auto;
}

.TabMain {
    width: 100%;
}

    /* Need the arrow in the menu to appear over the layer beneath it */
    form.NotLoggedIn .sdsDropDown {
        height: 65px;
        /** Center the menu, causes disorientation on subpages because the menu is not centered anymore -- removed
	max-width: 800px;
	margin: auto;
        ***/
    }
    /* Don't center the menu on subtabs */
    form.NotLoggedIn:not(.tabId-97):not(.tabId-0) .sdsDropDown {
        height: auto;
	margin: inherit;
    }

.LoginPanel
{
    float: right;
    height: 40px;
    margin-top: 0px;
    margin-right: 5px;
    padding-top: 15px;
}

.AuthButton {
    margin-right:3px;
    margin-top:3px; 
}

.TabHeaderPanel {
    float: left;
}

.AdvertisingMain {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

    /* 28 years of Uptime */
    .Advertising.fileId-11 {
        float:right;
        margin-top: 30px;
        margin-right: 5px;
    }
    /* Project Tracker */
    .Advertising.fileId-12 {
        float:right;
        margin-right: 5px;
    }

.SocialMediaMain {
    visibility: hidden;
    display: none;
    float:left;
    padding-top: 5px;
    width: 100%;
}

.SocialMediaPanel {
    float:right;
    margin-right: 5px;
}

.SearchHeaderMain {
    float: right;
    margin-top: 19px;
    display: none;
}

/* background color for the content part of the pages */
body
{
    background-color: white;
    height: 100%; 
    width: 100%;
    margin: 0px;
    padding: 0px;
}

form {
    height: 100%; 
    width: 100%; 
    margin: 0px;
}

/* Trim color of the EditCase screen */
.Trim {
    background-color: #A4ADCB;
}

/* TabContainer */
.ajax__tab_header,
.ajax__tab_body {
    background-color: #D2DBF8 !important;
}

.AddressPanel
{
    margin-left: 10px;
    margin-top: 10px;
}

/* SDSJBM:21786: Help System */
#SM_PortalHelpSystem_FloatingFullHelpUpdatePanel .HeadPanel {
    background-color: lightBlue;
}

/* The header of list in an aspx page */
.InnerListHeader
{
	border-bottom: black thin solid;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
}

/* The header of list in an aspx page */
.ActionTable
{
	margin-top: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
}

/* The button table */
.ActionTable2
{
	margin-top: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-color: #A4ADCB;
	background-image:url(../images/comment-bg.png);
	background-position:right;
	background-repeat:repeat-y;
}

/* The button table for subitems */
.ActionTable3
{
	margin-top: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-color: #A4ADCB;
	background-image:url(../images/comment-bg.png);
	background-position:right;
	background-repeat:repeat-y;
	
}

/* The button table for subitems editing*/
.ActionTable3Edit
{
	margin-top: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-image:url(../images/edit-comment-bg.png);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#FFCC00;
}
.timesheetTable, .timesheetTabble
{
	background-image:url(../images/blue-gradient.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
}
.popUpWindow
{
	background-image:url(../images/blue_bg_popup.png);
	background-repeat:repeat-x;
	background-position:top;
	width:250px;
	height:150px;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
/* WAS #cccc99 CHANGED TO #330099 */
.SiteTitle {
    font-family: proxima_nova_rgbold, Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#0c2e61;
    position: relative;
    top: 24px;
    left: 10px;
}

.SiteMainPanel {
    background-color: white;
    width: inherit;
    padding: 20px;
}

/* Force the application tabs to have a white background to see the content */
form:not(.PublicWebsite) .SiteMainPanel {
    background-color: white;
}

    /* Customer PWContactUs page */
    form.PWContactUs .SiteMainPanel {
        background-color: inherit;
    }

.SiteMainTable {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;         
    border-collapse:collapse;
    background-color: #009ddc; /* was #fbfde6; */
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #330099;
    border-color:#004890;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:Maroon;
    font-weight: bold;
    text-decoration:none;
}

	
/* text style for the unselected tabs */
.OtherTabs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #DEDFDE;
    text-decoration: none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: "proxima_nova_rgregular", Arial, Verdana, Helvetica, sans-serif;
    color: lightgray;
}   

.TopSiteLink {
    font-family: Arial;
    font-size: 12px;   
    color:lightgray;   
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
}

A.SiteLink:visited  {
    text-decoration: none;
}

A.SiteLink:active   {
    text-decoration: none;
}

A.SiteLink:hover    {
    color: rgb(122, 183, 0);
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

.Accent2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Maroon;
}



/* GENERAL */
/* style for module titles */
.Head   {
    /* SDSJBM:23517: Match the ActionBarHeader
    font-family: Arial;
    font-size:  15px;
    color: #D6A014;
    */

    font-family: Verdana,Helvetica,sans-serif;
    font-size: 21pt;
    color: #0c2e61;

}

.HeadPanel 
{
    margin:0;
    padding:0;
    overflow:hidden;
    width:auto !important;
    /* border: 1px solid Black;
    border-radius: 10px 10px 0px 0px;
    background-color: #A4ADCB; */
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Maroon;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* Fixed size */
.Fixed
{
    font-family: Courier;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: "proxima_nova_rgregular", Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

/* text style used for titles */
.NormalTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox,
.NormalTextbox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalTextBoxSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

.NormalTextBoxNoWrap
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}

.NormalMaroon
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Maroon;
}

/* CHANGED red to #330099 */
.NormalLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #330099
}

/* CHANGED red to #330099 */
.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalGreen
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: green
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* Line spacing on the case screen */
.LineSpacer
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 3px;
	width: 3px;
	height: 3px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.OrigCommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.OrigCommandButton:link {
    text-decoration:    underline;
    color: Maroon;
}

A.OrigCommandButton:visited  {
    text-decoration:    underline;
    color: Maroon;
}

A.OrigCommandButton:active   {
    text-decoration:    underline;
    color: Maroon;
}

A.OrigCommandButton:hover    {
    text-decoration:    underline;
    color: red;
}

.CommandButton
{
    border:outset 3px #D5D5DE;
    padding:1px 2px;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #D5D5DE;
    text-align: center;	
    color: black;	
    line-height: 1.2em;
    display: inline-block;
    min-width: 59px;
}
A.CommandButton:hover 
{
	 text-decoration:underline;  
	 background-color: #D5D5DE;  

}


A.CommandButton:link {
    color: black;
}

A.CommandButton:visited  {
    color: black;
}

A.CommandButton:active   {
    color: black;
}

A.CommandButton:hover
{
	color: black;
}
    
        
    
    
/* Debugging */
.Debug
{
	font-weight: bold;
	font-size: 11px;
	color: fuchsia;
	font-family: Verdana, Helvetica, sans-serif;
}


/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Maroon;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Maroon;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Maroon;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Maroon;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
}

th  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
}

td {
    padding: 2px;
}

A:link  {
    text-decoration:    none;
}

A:visited   {
    text-decoration:    none;
}

A:active    {
    text-decoration:    none;
}

A:hover {
    text-decoration:    underline;
}

.SMALL,
.Small {
    font-size:  0.5625em;
}

.BIG,
.Big {
    font-size:  1.2em;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR
{
    color: #000000;
    height: 1pt;
    text-align: left;
}

.MainMenuButton
{
	border-right: thin solid;
	border-top: thin solid;
	margin-bottom: 2px;
	border-left: thin solid;
	width: 96%;
	/*cursor: hand;*/
	color: black;
	border-bottom: thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: buttonface;
	text-align: center;
}
A.MainMenuButton:hover
{
	color: red;
}

.CookieTrayButton
{
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	/*cursor: hand;*/
	color: black;
	background-color: buttonface;
	border-bottom: thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}
A.CookieTrayButton:hover
{
	color: red;
}

.CookieTraySeparator
{
	font-size: 12pt;
	font-family: Symbol, 'Times New Roman';
	position: static;
	height: 21px;
	text-align: center;
}

/* text style for HTML reports */
.ReportTitle
{
	font-size: 16pt;
	font-family: Arial;
}

.ReportLabel
{
	font-weight: bolder;
	font-size: 12pt;
	font-family: Arial;
}

.ReportFixedText
{
    font-size: 10pt;
    font-family: 'Courier New';
    white-space: pre-line;
}

.ReportText
{
	font-size: 12pt;
	font-family: Arial;
}

.LoginLabel
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}

.LoginText
{
	font-family: Verdana, Helvetica, sans-serif;
}

.ActionLabel
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
}

.ActionHyperLink
{
	padding-top: 3px;
}

.CustomerHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.CaseHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.CaseHeaderTable
{
	width: 100%;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.CommentList
{
	border-right: darkseagreen thin solid;
	border-top: darkseagreen thin solid;
	border-left: darkseagreen thin solid;
	border-bottom: darkseagreen thin solid;
        border-collapse: separate;
}

    /* EditCaseQC */
    form.EditCaseQC .CaseDescription {
        background-color: Ivory;
        width: 100%;        
    }
    form.EditCaseQC .CommentList {
        background-color: #538135; /* dark green */
    }

        form.EditCaseQC .CommentList.Attention {
            background-color: Orange; 
        }
        form.EditCaseQC .CommentList.Urgent {
            background-color: Red; 
        }

    form.EditCaseQC .DisplayComment {
        padding: 10px;
        background-color: Ivory;
    }
    form.EditCaseQC .CustomEditor {
        background-color: inherit;
    }
    form.EditCaseQC .ActionTable3,
    form.EditCaseQC .ActionTable3Edit {
        margin-bottom: 0px;
    }
    form.EditCaseQC .CommentTextBox {
        width: 95%;
    }

/* SDSJBM:18435: Text/HTML comment entry.  Format text to display in an HTML page */
.CommentListText
{
    font-family: courier new,courier, monospace;
    font-size: 10pt;
    white-space: pre-wrap;
}

.CommentHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.CommentDate
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.CommentName
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.DebugText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 6pt;
	color: fuchsia;
}
.cellCenter
{
	text-align: center;
	
}
.centerVerticalAlignmet
{
	vertical-align:middle;
}
.editCustomer 
{
    background-image:url(../images/backgrounds/customerEdit.gif);   
    background-repeat:repeat-x;
    background-position:top;
    background-color:#A4ADCB;
    border:5px outset #ffffff ;
    margin-bottom:20px;
	 
   
}
.closeWindow
{
	float:right;	
	margin:0px;
	position:relative;
	top:-15px;
}
.leftSpace
{
	margin-left:10px;
}
.panelDisplay 
{
	padding:5px;
	width:95%;
}
.taskTable
{
	width:100%;
}
.serverDowntimeLabels
{
    font-family:Arial;
    font-size:8pt;
    color:Navy;
    clear:both;
    float:none;
}
#Error {
  top: 0px;
  right: 0px;
  width: 125px;
  background-color: yellow;
  border: solid 1px Black;
  padding: 10px;
  font-family: Sans-Serif;
  font-size: 10pt;
  position: absolute;
  margin: 5px;
}
#CloseButton {
  float: right;
  /*cursor: pointer; */
}

.ModalPopup
{
    background-repeat: repeat;
    background-position: 15px 15px;
    background-image: url('../images/dot.png');
}

.DRMenuTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #330099;
    border-bottom-style: groove;
    border-bottom-width: medium;
    text-align: left;
    padding-top: 10px;
}


.DRTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	background-color: #99cc66;
}

.DRTableHeader
{
    background-color: #99cc66;
    text-align: left;    
    height: 30px;
    vertical-align: middle;
}

.DRTableContent
{
	background-color: #cae6bb;
}

.DRTableDetail1:hover,
.DRTableDetail2:hover {
    background-color: #fff3c1;
}

/* Display HButtonList on hover */
.DRTableDetail1 .HButtonList,
.DRTableDetail2 .HButtonList {
    display: none;
    max-height: 23px;
}

/* SDSJBM:22754: Always display the first command controls */
.SearchCCC .DRTableDetail1 .FirstCommand .HButtonList,
.SearchCCC .DRTableDetail2 .FirstCommand .HButtonList {
    display: inline;
}

.FirstCommand div {
    display: inline;
}

.DRTableDetail1 .HButtonList img,
.DRTableDetail2 .HButtonList img {
    max-height: 23px;
}

.DRTableDetail1:hover .HButtonList,
.DRTableDetail2:hover .HButtonList {
    display: inline;
}

.DRTableDetail1
{
    background-color: white;
    height: 30px;
}

    .WorkScheduleItem .DRTableDetail1 {
        height: 40px;
    }

.DRTableDetail2
{
    background-color: #d5e4f1;
    height: 30px;
}

    .WorkScheduleItem .DRTableDetail2 {
        height: 40px;
    }

.DRToolBar
{
    border: solid;
    border-width: thin;
    border-color: Green;
    background-color: #CCFFCC;
    width: 100%;
    overflow: hidden;
    float:left;
}

.DRToolBarSpacer
{
    overflow: hidden;
    float: right;
}

/* SDSJBM:23480: Detail table should be all green */
.PanelFormTable .PanelFormTable .DRTableHeader
{
    height: auto;
    background-color: #70ad47;
}

.PanelFormTable .PanelFormTable .DRTableDetail1
{
    background-color: #c5e0b3;
}

.PanelFormTable .PanelFormTable .DRTableDetail2
{
    background-color: #e2efd9
}

.PanelFormTable .PanelFormTable .DRTableDetail1:hover,
.PanelFormTable .PanelFormTable .DRTableDetail2:hover {
    background-color: #fff3c1;
}

/* CGVSRL:031111 modify the float alignment of image buttons */
.image_pad1  {float:left;}
.image_pad  {float:right;}

.PanelHeader {
     margin:0;
     padding-left:0; 
     overflow: hidden; 
     width:100%;

     border: 1px solid black;
     border-radius: 10px 10px 0px 0px;
}

.PanelContent {
    padding: 0;
    margin: 0; 
    border: 1px solid Black; 
    border-top: none; 
    width:100%;
    background-color: #D2DBF8;
}

    /* EditCaseQC */
    form.EditCaseQC .CaseDescription {
        background-color: Ivory;
        width: 100%;     
        height: 100px;   
    }

    .CommentPanelContent {
        background-color: #c5e0b3  /* soft green */
    }

.PopInPanelForm {
    width: 75%;
    padding: 0;
    margin: 0; 
    border: 1px solid Black; 
    border-radius: 10px;
    background-color: #A4ADCB;
}

.PopInPanelForm .NormalRed
{
    margin-left: 10px;
}

.PopInPanelContent {
    padding: 10px;
    margin: 0px 10px 10px 10px;
    border: 1px solid LightGray; 
    background-color: #D2DBF8;
}

/* SDSJBM:26260: Checklist entry problem, remove height 100% */
.PanelFormTable {
    border-spacing: 2px;
    border-collapse: collapse;
    width: 100%;
}

.PanelFormTableRow {
    vertical-align: top;
}

    form.EmailPreferences .PanelFormTableRow {
        min-height: 30px;
    }

.PanelFormTableCell {
    /* padding: 4px; */
}

.PanelFormButton { 
    margin-bottom: 5px; 
    margin-left: 10px;
}

.PanelFormLabel {
    width: 150px;
    text-align: right;
}

.PanelFormData {
    width: auto;
    min-width: 300px;
}

    /* SDSJBM:19359: Map Control needs some room */
    .AddressControl .PanelFormData {
        width: 18%;
    }

.OneLine {
    vertical-align: middle;
}

.TextboxMedium {
    width: 50%;
    min-width: 300px;
}

.TextboxSingleLarge {
    width: 90%;
    min-width: 300px;
}

.TextboxLarge {
    width: 90%;
    height: 200px;
}

    /* SDSJBM:19359: Map Control needs some room */
    .AddressControl .TextboxLarge {
        height: 50px;
        min-width: 300px;
    }

    /* SDSJBM:19508: Shift Position needs less room */
    .EditShiftPosition .TextboxLarge {
        height: 43px;
    }

    .EditShiftPosition .ajax__colorPicker_container {
        width: 273px !important;
    }

/* Vertical List */
.VList {
    padding-top: 10px;
}

    .VList:first-child {
        padding-top: 0px;
    }

/* Horizontal List */
.HList {
    margin-left: 10px;
}

    .HList:first-child {
        margin-left: 0px;
    }

.ActionArea {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

    .ActionArea:last-child {
        padding-bottom: 10px;
    }

    /* RecentCases */
    .OptionPanel.ActionArea {
        float:left;
    }

    div.WorkSchedule.PanelContent {
        background-color: lightgreen;
    }
    div.WorkSchedule.ActionArea {
        float:left;
    }
    div.WorkSchedule.clearfix {
        height: 10px;
    }

    div.EditScheduleDay.ActionArea {
        background-color: #deebf6 /* Very light blue */
    }

    div.EditScheduleDay {
        padding-bottom: 10px;
    }

    div.EditScheduleDetail.ActionArea {
        float:left;
    }
    div.EditScheduleDetail.clearfix {
        height: 10px;
    }

.ActionBarHeader
{
    padding-left: 0px !important;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:21pt; 
    color: #0c2e61; /* Green #019f3d; */
}

    /* SDSJBM:20657: Show black everywhere except for the Policies, Dashboard, Client, Activity Logs, Admin tabs */
    form.LoggedIn:not(.tabId-50):not(.tabId-80):not(.tabId-83):not(.tabId-84):not(.tabId-85):not(.tabId-86):not(.tabId-89):not(.tabId-93):not(.tabId-97):not(.tabId-0) .ActionBarHeader {
        color: black;
        padding-left: 10px !important;
    }

.ActionBarFooter
{
    margin: 0px;
    padding: 0px;
    border-top: 1px solid Black;
}

.ActionBarContent
{
    border-top: 1px solid Black;
}

.ActionBarHeaderSmall
{
    padding-left: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:8pt; 
    color: Black;
}

/* SDSJBM:19623: Portal Module Controls */
form.NotLoggedIn .HeadPanel
{
    border: none;
    border-radius: none;
    background-color: inherit;
}

form.NotLoggedIn .PanelHeader
{
    background-color: inherit !important;
    border: none;
    border-radius: none;
}

form.NotLoggedIn .ActionBarHeader
{
    padding-left: 0px !important;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #0053a1; /* Standard Gray #333;*/
}

form.NotLoggedIn .PanelContent
{
    background-color: inherit !important;
    border: none;
    border-radius: none;
}

form.NotLoggedIn .DesktopModuleContent
{
    color: #333;
    border: none;
    background-color: inherit;
}

.DRSelectedPanel
{
    padding: 5px;
    background-color:#f0f8ff;
    border: 1px solid #a1c2ff;
}

.DREditPanel
{
    padding: 5px;
    background-color:#fffdcf;
    border: 1px solid #fff950;
}

.HelpPanel
{
    padding: 5px;
    background-color:#f0f8ff;
    border: 1px solid #a1c2ff;
}

.HelpContent
{
    background-color:#f0f8ff;
}

.MessagePanel
{
    padding: 5px;
    background-color:#fff3c1;
    border: 1px solid #ffbf27;
}

.MessageContent
{
    background-color:#fff3c1;
}

/* SDSJBM:18794: Site Logo */
form.NotLoggedIn .SiteLogo {
    max-width: 100%;
    max-height: 74px;
}

form.LoggedIn .SiteLogo {
    max-width: 100%;
    max-height: 48px;
}

.SiteLogoMain {
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px;
}

.SiteFooter
{
    border-top: 1px solid gray;
    text-align:right;
    width:100%;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:7pt; 
    color: gray; 
}

.SiteFooter A:hover {
    color: black !important;
}

.SiteFooter A:link {
    text-decoration: none;
    color: gray;
}

.SiteFooter A:visited {
    text-decoration: none;
    color: gray;
}


.SearchWatermark
{
    color:Gray;
}

/* MainContent column padding */
.padleft {
    margin-left: 20px;
}

.padright {
    margin-right: 20px;
}

/* DesktopModuleTitle content */
.DesktopModuleContent {
    padding: 10px;
}

    form.NotLoggedIn .DesktopModuleContent {
        padding-left: 0px;
    }

/* Resources table (DRResources) */
.DRResource { 
    list-style-type: none;
    display: block;
    width: auto;
}

.DRResource li { 
    display: inline-table;
    height: 30px;
    width: 200px;
    margin-top:3px;
}

.DRResource li:hover { 
    background-color: lightblue;
}

.DRResource li a { 
    color: darkblue;
    display:table-cell;
    vertical-align: middle;
}

/* Support table (DRSupport) */
.DRSupport { 
    list-style-type: none;
    display: block;
    width: auto;
    padding-left: 5px;
}

.DRSupport li { 
    display: inline-table;
    width: 150px;
    margin: 5px;
}

.DRSupport li:hover { 
    background-color: lightblue;
}

.DRSupport li a { 
    color: darkblue;
    display:table-cell;
    vertical-align: middle;
    text-align:center;
}

.DRSupport li a img {
    height:120px; 
    width:146px;    /* 150 with border included */
    border:2px solid darkblue;
    border-bottom: 0;
}

.DRSupport li a div.thumb {
    display: inline-block;
    height:120px; 
    width:146px;    /* 150 with border included */
    border:2px solid darkblue;
    border-bottom: 0;
    background-position: center center;
    background-size: cover;
}

.DRSupport li a div.label {
    padding-top:10px;
    padding-bottom:10px;
    color:white; 
    background:darkblue; 
    text-align:center; 
    max-height: 40px;
    width:150px; 
    margin:0;
}

/* Less padding for a larger label */
.DRSupport li a div.label.label_2_lines {
    padding-top:4px;
    padding-bottom:4px;
}


.PWSupportersContent {
    background-color: black;
}

/* Supporters table (PWSupporters) */
.PWSupporters { 
    list-style-type: none;
    display: block;
    width: auto;
    padding-left: 5px;
}

.PWSupporters li { 
    display: inline-table;
    width: 150px;
    margin: 5px;
}

.PWSupporters li:hover { 
    background-color: lightblue;
}

.PWSupporters li a { 
    color: darkblue;
    display:table-cell;
    vertical-align: middle;
    text-align:center;
}

.PWSupporters li a img {
    height:auto; 
    width:150px;    /* 150 with border included */
    border:none;
    border-bottom: 0;
}

.PWSupporters li a div.thumb {
    display: inline-block;
    height:120px; 
    width:146px;    /* 150 with border included */
    border:2px solid darkblue;
    border-bottom: 0;
    background-position: center center;
    background-size: cover;
}

.PWSupporters li a div.label {
    padding-top:10px;
    padding-bottom:10px;
    color:white; 
    background:darkblue; 
    text-align:center; 
    max-height: 40px;
    width:150px; 
    margin:0;
}

/* Less padding for a larger label */
.PWSupporters li a div.label.label_2_lines {
    padding-top:4px;
    padding-bottom:4px;
}


/* SDSJBM:23423: Side-by-side list and preview */
.SingleDocumentCookieTray
{
    font-size: larger;
    margin-bottom: 10px;
    float: left;
}

.DocumentActionPanel {
    float: right;
}

.SingleDocumentLeftPanel {
    float: left;
    min-width: 30%;
}

.SingleDocumentBodyPanel {
    clear:both;
}


.FolderSelectionPanel {
    display:inline-block;
    vertical-align: top;
}

.SingleDocumentPDFPreviewPanel {
    display:inline-block;
}

.FolderSelectionTable {
    margin-right: 10px;
    margin-bottom: 10px;
}

.FileImage {
    float:left;
}

    .FileImage.selected {
        border: 2px solid #6eb43f !important;
        border-radius: 5px;
        background: #6eb43f; /* LightGreen */
    }

.FileLabel {
    float:left;
    line-height: 38px;
}

/* Search feature */
.SearchHeaderTextBox {
}

/* All text input boxes */
input[type="text"] 
{
    margin-right: 5px;
    margin-bottom: 5px;
}

.SearchHeaderWatermark {
    color:gray;
}

.SearchHeaderImage {
}

.SearchPageWatermark {
    color:gray;
}

.SearchPageImage {
}

/* Slideshow on home page */
table.SlideShow {
   border-spacing: 0px;
}

#ImageDisplay {
    border-top: 1px solid black !important;
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#ImageLabel {
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Social media icons */
.fb-like {
    margin-right: 5px;
}

.WebStatHeader {
    vertical-align: middle;
}

.WebStatTable {
    width: 100%;
}

.WebStatGridView {
    border: 1px solid black;
}

.CenterText {
    text-align: center;
    text-align: -webkit-center;
}

.RightJustifyText {
    text-align: right;
    text-align: -webkit-right;
}

.JustifyText {
    text-align: justify;
    text-align: -webkit-justify;
}

/* Search screen */
.SearchOptions {
    margin-left: 20px;
}

/* Announcement/News separation of the 2nd/3rd items */
#SM_MainContent_ctl04_myDataList td {
    padding-top: 5px;
    border-top: 1px dashed black;
    padding-bottom: 8px;
}

#SM_MainContent_ctl04_myDataList tr:first-child td {
    padding-top: 0px;
    border-top: none;
}

#SM_MainContent_ctl04_myDataList tr:last-child td {
    padding-bottom: 0px;
}

/* Portal Columns */
.PortalMainColumn {
    float:left;
}

.LeftPane {
    width: 170px;
}

.RightPane {
    width: 230px;
}

.clearfix {
    clear:both;
}

/* SDSJBM:23104: Hide the mobile menu */
.sdsDropDown.mobileFamily,
.ddlMenu {
    visibility: hidden;
    display: none;
}

/* SDSJBM:18794: EditCustomer for a controlled-width page */
form.EditCustomer .inputField {
    width: 70%;
}

.StatusList {
    float:right;
}

.Hidden {
    visibility: hidden;
    display: none;
}

.RecentCasesGrid tr {
    height: 40px;
}

/* SDSIS-19184: 3D CommandButton
form.EmailPreferences .SiteMainPanel .CommandButton {
    position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: #2d6b94;
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    font-size: 24px; 
    display: inline-block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px #1e3646, 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px #1e3646, 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px #1e3646, 0px 9px 25px rgba(0,0,0,.7);
    line-height:25px;
    margin-bottom:20px;
        width: 80px;
        text-align: center;
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -ms-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    border : none;
}

form.EmailPreferences .SiteMainPanel .CommandButton:active {
    -webkit-box-shadow: 0px 3px 0px #1e3646, 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px #1e3646, 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px #01e3646, 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}
*/

form.EmailPreferences .SiteMainPanel .NormalLabel, 
form.EmailPreferences .SiteMainPanel .Normal {
    color: #333 !important;
    font-size:12px;
}

form.EmailPreferences .SiteMainPanel .Normal label {
    font-size: 2em;
}

form.EmailPreferences .SiteMainPanel .CommandButton {
    line-height: 3em;
}

/* SDSJBM:19184: EmailPreferences */
form.EmailPreferences .PanelFormTable {
    border-spacing: 10px;
}

.EmailPreferenceChoice {
    padding: 10px 0;
}

.PreferencesNameLabelSpacer {
    height: 15px;
}

/* SDSJBM:19184: Captcha */
.CaptchaPanel {
    padding: 5px;
    padding-bottom: 0px;
    border: 2px solid gray;
    border-radius: 10px;
    float:left;
    background-color: #d53535;
}

.CaptchaTable {
    border-collapse: collapse;
}

.CaptchaTextBox {
    background-color: #ebedbb;
    width: 96%;
}

/* The read-to-me button is not working after publishing, so disable for now */
.CaptchaReadBtn {
    visibility: hidden;
    display:none;
}

/* SDSJBM:19359: Infinite Addresses */
.AddressActionBarHeader
{
    /* NormalTitle */
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;    

    padding-left: 0;
}

form.EditCustomer .ActionBarToggleSection
{
    padding-left: 0;
}

form.EditCustomer .AddressControl .PanelHeader
{
    background-color:#ffbb8f !important;   /* Orange */
    border-radius: 0;
}

form.EditCustomer .AddressControl .PanelContent,
form.EditCustomer .AddressControl .ActionBarContent
{
    background-color:#ffd7bd !important;   /* Orange */
}

/* SDSJBM:19569 Mock Website */
.Section1Main
{
    height: 40px;
}

    .SiteLogoPlaceholder
    {
        float: left;
        display: none;
    }

    .SubscribeNewsPanel
    {
        float: left;
        width: 50%;
        height: 40px;

        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 15px;
    }

    .SubscribeNewsInnerPanel
    {
        margin-top: 0;
    }

    .SubscribeNewsLabel
    {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: normal;
        color: lightgray;
    }

    .SubscribeNewsTextBox,
    .SubscribeNewsTextBoxSearchWatermark
    {
        margin: 0;
        margin-right: -3px !important;
        padding: 10px 5px 10px 5px;
    }

    .SubscribeNewsTextBoxSearchWatermark
    {
        background-color: #aeabab;
    }

    form.NotLoggedIn .SiteLink
    {
        color: lightgrey;
    }

    form.NotLoggedIn .SiteLink:hover
    {
        color: white;
    }

.AdvertisingPanel
{
    float: none;
}

/* Allow the banner image to scale with the screen size */
.Advertising
{
    width: 100%;
    min-height: 100px;
}

.TabHeaderPanel
{
    float: none;
}

.Section1Main a.CommandButton,
.Section1Main a.CommandButton:visited,
.ContactMain a.CommandButton,
.ContactMain a.CommandButton:visited,
.moduleId-110 a.CommandButton,
.moduleId-110 a.CommandButton:visited,
.EmailPreferences a.CommandButton,
.EmailPreferences a.CommandButton:visited,
.DesktopDefault.NotLoggedIn  a.CommandButton,
.DesktopDefault.NotLoggedIn  a.CommandButton:visited
{
    font-family: ProximaNovaRegular, Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    color: lightgray;

    border: none;

    margin: 0;
    margin-top: 10px;
    margin-right: 5px;

    padding-top: 12px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 12px;

    background-color: #0053a1;
}

.Section1Main a.CommandButton:hover,
.ContactMain a.CommandButton:hover,
.moduleId-110 a.CommandButton:hover,
.EmailPreferences a.CommandButton:hover,
.DesktopDefault.NotLoggedIn a.CommandButton:hover
{
    color: white;
    text-decoration: none;
}

.MainPane
{
    width: 100%;
    padding: 0;
}

form.NotLoggedIn .MainPane
{
    margin: auto;
    text-align: center;
}

form.NotLoggedIn .LeftPane,
form.NotLoggedIn .ContentPane,
form.NotLoggedIn .RightPane
{
    text-align: left;
}

/* PopInAttachment */
.PopInAttachment.PopInPanelForm
{
    max-width: 700px;
}

.PopInPanelForm 
{
    max-width: 800px;
}

.PopInButtonCell
{
    text-align: right;
}

.NameLabelSpacer
{
    height: 10px;
}

/* Shift */
.ShiftScheduleTable
{
    width: 100%;
}

.ShiftScheduleHeaderTitle
{
    background-color: transparent;
    vertical-align: middle;
}

.ShiftScheduleTable .ShiftScheduleHeaderDate
{
    min-width: 100px;
    vertical-align: middle;
}

    .HeaderRow1 {
        text-align: center;
    }

    .HeaderRow2 {
        text-align: center;
        height: 40px;
    }

.ShiftScheduleTable .DRTableHeader .HeaderRow1
{
    background-color: #D2DBF8; /* PanelContent */
}

.ShiftScheduleTable .DRTableDetail1
{
    background-color: blanchedalmond;
}

.ShiftScheduleTable .DRTableDetail2
{
    background-color: cornsilk;
}

.ShiftScheduleTable tbody tr:hover
{
    background-color: white;
}

.ShiftScheduleRow
{
    vertical-align: top;
}

.ShiftScheduleShiftPanel 
{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /* min-width: 120px; */
    font-size: 10px;
}

.ShiftTime
{
    font-size: 10px;
    font-weight: bold;
}

.ShiftScheduleShiftPanel:last-child
{
    padding-bottom: 5px;
}

.ShiftScheduleDetailDay
{
    width: 12.5%;
}

.ShiftScheduleShiftContent
{
    border: 3px solid transparent;
    border-radius: 5px;
    padding: 5px;
}

.ShiftScheduleShiftSelectShift
{
    float:left;
    zoom: 1.3;
}

.ShiftScheduleShiftContent.NotPublished
{
    border: 3px dotted gray;
}

.ShiftScheduleShiftContent.NotApproved
{
    border-left: 3px solid red;
}

.ShiftScheduleAdd
{
    margin: 10px;
    text-align: center;
}

/* In/Out Shift */
.ShiftScheduleInOutTable .ShiftScheduleDetailDay
{
    width: 100%;
}

.ShiftScheduleInOutTable .ShiftScheduleShiftSelectShift
{
    margin-top: -5px;
}

.ShiftScheduleInOutTable .ShiftScheduleShiftPanel,
.ShiftScheduleInOutTable .ShiftTime
{
    font-size: inherit;
}

.ShiftTimePassed
{
    font-weight: normal;
    color: slateGray;
}

/* AutoComplete flyout */
.autocomplete_completionListElement 
{  
    margin : 0px !important;
    padding: 0px !important;
    background-color : white;
    color : windowtext;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : 'default';
    overflow : auto;
    height : 200px;
    text-align : left; 
    list-style-type : none;
    font-size: 0.8em;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding : 1px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
    background-color : window;
    color : windowtext;
    padding : 1px;
}

/* SDSJBM:22909: Shared MultiUploadControl */
.MultiUploadControl #drop_zone {
    border: 2px dashed gray;
    width: 100%;
    text-align:center;
    padding-top:25px;
    padding-bottom:25px
}
.MultiUploadControl #drop_zone:hover {
    border: 2px solid gray;
}
.MultiUploadControl #debug {
    font-size: 8px;
}
.MultiUploadControl .uploadFile {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid green;
    width: auto;

    /* Progress bar - Change background-size to the % complete */
    background-image: url("../images/multiupload-progress.png");
    background-repeat: no-repeat;
    background-size: 0% auto;
}
.MultiUploadControl .fileName {
    font-weight: bold;
}
.MultiUploadControl .progress {
    font-size: 0.8em;
    color: blue;
}
.MultiUploadControl .button {
    float:right;
}
.MultiUploadControl .hidden {
    display: none;
}

/* SDSJBM:23340: Account and Payment */
/* Non-outlined CommandButton */
.GhostButton 
{
	border: none;
	padding: 0;
	font-size: 11px;
	background-color: none;
	text-align: center;	
	color:#D5D5DE;	
}
A.GhostButton:hover 
{
    text-decoration:underline;  
    background-color: #D5D5DE;  
}


A.GhostButton:link {
    color: black;
}

A.GhostButton:visited  {
    color: black;
}

A.GhostButton:active   {
    color: black;
}

A.GhostButton:hover
{
	color: black;
}

A.CheckoutButton {
    padding: 10px;
    background-color: green;
    margin-right: 10px;
    margin-left: 10px;
    color: lightgray;
}

A.SubmitButton {
    margin-left: 0px;
}

.AcctSubscription .CheckoutSummary {
    height: 40px;
    border: 1px solid LightGreen;
    border-radius: 10px;
    background-color: LightCyan;
}

.AcctSubscription .CheckoutAmount {
    font-weight: bold;   
}

A.FreeTrialButton,
A.FreeTrialButton:link,
A.FreeTrialButton:active,
A.FreeTrialButton:visited
{
    margin-left: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding:1px 4px;
    font-size: 16px;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: orange;
    text-align: center;	
    color: green;	
}

A.FreeTrialButton:hover {
    text-decoration:underline;  
}        

.DRProductNote {
    font-size: 9px;
    color: green;
}

.DRShowHideImage
{
    width: 20px;
    text-align: center;
    padding-bottom: 8px;
}

.AcctSubscription .DRTableTitle
{
    text-align: left;
}

.ScrollBars {
    overflow: auto;
}

/* SDSJBM:23374: Hide alternate-text button */
#SM_MainContent_ctl00_AddAddAlternateTextOnlyMessageBtn {
    display: none;
}

/* SDSJBM:23371: [Enter] button */
.DefaultCommandButton,
.DesktopDefault.NotLoggedIn a.DefaultCommandButton {
    color: black;
    background-color: yellowGreen;
}

input[type='image'].DefaultCommandButton {
    padding: 2px;
}

/* SDSJBM:23450: Search screen */
table.GotoCase .CaseNumber {
    width: 61px;
}

/* SDSJBM:23427: MDCustomerRefLink */
.MDCustomerRefLink .ReferralPanel { padding-left: 5px; }
.MDCustomerRefLink .ReferralPanel:hover { background-color: #fff3c1; }
.MDCustomerRefLink .ReferralPanel.VList { padding-top: 00px; margin-top: 10px; }
.MDCustomerRefLink .ReferralPanel.VList:first-child { padding-top: 0px; margin-top: 0px; }
.MDCustomerRefLink .ServicePanel { font-size: 0.75em }
.MDCustomerRefLink .ServiceLabel { font-weight: bold }
.MDCustomerRefLink .CustomerNote { color: darkslategray; }

/* SDSJBM:22754: CustomerContactSummary - Minimal view */
.CustomerContactSummary .ActionArea {
    padding: 0;
    margin: 0;
}

/* Always keep the contact details at a max height of 200px, even on narrow screens */
.CCSummaryDetail,
.CCSummaryContact {
    background-color: #e2efd9;
    height: 200px;
}

.CustomerSummary,
.ContactSummaryList {
    height: 155px;
}

.ContactSummary {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid darkGreen;
    border-left: 1px solid darkGreen;
}

.ContactSummary:first-child {
    padding-top: 0px;
}

.ContactSummary:last-child {
    border-bottom: none;
}

.inner-label,
.inner-data {
    display: inline-block;
}

.inner-label {
    min-width: 40px;
    color: darkGreen;
    font-size: 0.7em;
    text-align: right;
    padding-right: 5px;
}

/* =============================================================
   SDSJBM:24462 Website Template #1
   ============================================================= */

/* Header */
.mgfFloatLeftModule {
    float: left;
}

/* Header - PWLinks */
.moduleId-140
{
    margin-top: 18px;
    float: right;
    margin-right: 10px;
}

   .moduleId-140 .SiteLink {
       color: rgb(13, 51, 99);
   }

    .Accent2 {
        font-family: Arial,Verdana,Helvetica,sans-serif;
        font-size: 12px;
        color: #000084;
    }


/* SDSJBM:24462: sdsMenu */
form.NotLoggedIn .sdsMenu{
    width: 100%;
}

/* SDSJBM:24462: Contact Tab */
.PhoneLine {
    margin-top: 10px;
    font-size: 1.5em;
}

/* Contact Us - Captcha */
.PWContactUsContactNameWatermark,
.PWContactUsContactEmailWatermark,
.PWContactUsMessageWatermark {
    color: gray;
    background-color: #dbe9f1;
}

.tabId-109 .CaptchaPanel {
    margin-top: 8px;
}

.CaptchaTextBox {
    margin-bottom: 5px !important;
    padding: 5px !important;
    width: 90% !important;
    border-radius: 5px;
}

.PWContactUs.ActionArea {
    padding-left: 0px;
    padding-right: 0px;
}

.PWContactUs .TextboxLarge {
    height: 100px;
}

.PWContactUsSubmitButton {
    text-align: center;
}

/* SDSJBM:24462: Cookie Tray */
#cookie-tray {
    width: 100%;
    background-color: lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#cookie-tray .cookie,
#cookie-tray .separator {
    float: left;
}

#cookie-tray .separator {
    width: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#cookie-tray .cookie a,
#cookie-tray .cookie a:visited {
    color: #333;
    text-decoration: none;
}

#cookie-tray .cookie a:hover {
    color: black;
}

/* SDSJBM:24462: About */
#welcome .title,
#about .title,
#services .title,
#contact .title,
.title
 {
    font-weight: bold;
    padding-top: 20px;
}

/* Contact Us */
form.tabId-109 .PanelFormData input,
form.tabId-109 .PanelFormData textarea
{
    margin: 0;
    padding: 10px 5px 10px 5px;
    width: 95%;
}

.modGroupId-15 .mgf3FullWidthModule {
    padding-left: 10px;
}


/* Footer */
.SiteFooterPanel {
    background-color:inherit;
    padding-top: 10px;
}

    /* 3-panel area */
    form.NotLoggedIn .modGroupId-7 .ActionBarHeader
    {
	color: auto;
    }

    /* Copyright and Login area */
    .SiteFooterPanel .modGroupId-11 {
	color: lightgrey !important;
	background-color: black;
    }

    .copyright {
	font-size: 0.8em;
    }

    .poweredByCANapps {
	font-size: 0.8em;
	text-align: right;
    }

    .SiteFooterPanel .DesktopModuleContent,
    form.NotLoggedIn .SiteFooterPanel .DesktopModuleContent {
	color: inherit;
    }

    .SiteFooterPanel .modGroupId-11 .DesktopModuleContent {
	color: lightgrey;
    }

    .SiteFooterPanel .modGroupId-11 .HeadPanel {
	display:none;
    }

        form.LoggedIn .SiteFooterPanel .modGroupId-11 .HeadPanel {
	    display: block;
        }

    form.NotLoggedIn .SiteFooterPanel .DesktopModuleContent.moduleId-103 {
	padding-left: 10px;
    }

/* ======== */
/* Printing */
.PrintOnlyContent {
    visibility: hidden !important;
    display: none !important;
}

/* SDSJBM:20082: Your IP Address */
.YourIPAddress #SM_MainContent_ctl00_lblIPAddress,
.YourIPAddress td:first-child {
    display: none;
}

.YourIPAddress #SM_MainContent_ctl00_IPAddress {
    font-size: 20px;
}

/* EditContact */
form.EditContact div.GeneralPhoneForm,
form.EditContact div.GeneralWorkForm {
    border-top: 1px dashed;
    margin-top: 5px;
}
form.EditContact div.GeneralWorkForm {
    border-bottom: 1px dashed;
    padding-bottom: 5px;
}
form.EditContact .TextboxLarge,
form.EditCustomer .TextboxLarge {
    height: 50px; 
}
.PTEmailPanel {
    display: inline;
}

/* mgf2Column formatting */
.mgf2ColumnMain
{
    width: 100%;
    padding: 0;
    margin: auto;
    text-align: center;
}

.mgf2ColumnPanel
{
    text-align: left;
}

.mgf2ColumnModule
{
    width: 50%;
    float: left;
}

.mgf2ColumnModule:first-child
{
    margin-left: 0;
}

/* mgf3Column formatting */
.mgf3ColumnMain
{
    width: 100%;
    padding: 0;
    margin: auto;
    text-align: center;
}

.mgf3ColumnPanel
{
    text-align: left;
}

.mgf3ColumnModule
{
    width: 33.3%;
    float: left;
}

.mgf3ColumnModule .mgd-Module
{
    padding-left: 20px;
}

.mgf3ColumnModule:first-child
{
    margin-left: 0;
}

.mgContentArea
{
    margin-top: 20px;
}

.mgContentArea:first-child
{
    margin-top: 0;
}


/* SDSJBM:23104: CANapps tabs */
.current.canapps-family {
    background-color: #bfc8e8;
    min-width: 180px;
}

form.LoggedIn .sdsMenu li {
    height: 19px;
}

form.NotLoggedIn .sdsLevel1 .list-selector {
        position: absolute;
        top: 25px;
        right: 11px;
        cursor: pointer;
        float: none;
	color: white;
}

form.LoggedIn .sdsLevel1 .list-selector {
    position: relative;
    top: 9px;
    cursor: pointer;
    float: left;
}

.sdsLevel1 .level .list-selector,
.sdsLevel1 .canAppSubMenu .list-selector {
    position: absolute;
    top: 16px; 
    right: 5px; 
    float: none;
}

.canAppSubMenu {
    display: inline-block;
    z-index: 20;
    background-color: #bfc8e8;
    text-align: left;
    width: 100%;
}

.canAppListItem {
    background-color: antiqueWhite;
    height: auto;
}

.canAppListItem .canAppListItem {
    font-size: 0.85em;
    background-color: #dadde8;
    height: auto;
    width: 100%;
}

.canAppListItem .canAppListItem .canAppListItem {
    background-color: cornsilk;
    height: auto;
}

.menu-icon,
.menu-title {
    float: left;
    max-height: 24px;
    padding-left: 10px;
    padding-top: 4px;
}

.canapps-family ul li ul {
    height: auto;
    margin-top: 4px;
}

.canapps-family > ul {
    background-color: #bfc8e8;
}

.canapps-family > .level,
.sdsLevel1 > .canAppListItem > .canAppSubMenu {
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    min-height: auto;
    width: 100%;
    z-index:20;
}

.sdsLevel1 > .canAppListItem > .canAppSubMenu {
    min-width: 250px;
}

.canapps-family .level li,
.canapps-family .canAppSubMenu li {
    width: 100%;
}

/* =========================
   SDSJBM:23103: MobileV2 menu-item resize
   ========================= */

.desktopMenu,
form.NotLoggedIn .sdsDropDown.desktopFamily .canapps-family {
    display: none;
}

/*********************
.sdsDropDown a:link, 
.sdsDropDown a:visited {
    padding: 7px 10px 0px 10px ;
}
*********************/

form.NotLoggedIn .sdsDropDown.desktopFamily .canAppListItem {
    padding-left: 10px;
    padding-right: 10px;
    background-color: inherit;
}

form.NotLoggedIn .sdsDropDown.desktopFamily .sdsLevel1 > .canAppListItem > .canAppSubMenu {
    min-width: 220px;
    margin-top: 27px;
}

form.NotLoggedIn .sdsDropDown.desktopFamily .canAppListItem .canAppListItem {
    font-size: 1em;
    background-color: inherit;
    height: auto;
    min-height: 35px;
    width: auto;
}

form.NotLoggedIn .sdsDropDown.desktopFamily .sdsLevel1 > .canAppListItem > a:link,
form.NotLoggedIn .sdsDropDown.desktopFamily .sdsLevel1 > .canAppListItem > a:visited {
    float: none;
}

/* Hide the mobile root menu on wide screens */
.current.canapps-family .level > .canAppListItem,
.sdsDropDown a.menu-title.cookie:link,
.sdsDropDown a.menu-title.cookie:visited {
    display: none;
}

form.LoggedIn .sdsDropDown .cookie-separator::before {
    content: '/';
}

form.LoggedIn .sdsDropDown .cookie-separator {
    display: none;
    float: left;
    padding: 7px 0px;
}

form.LoggedIn .current.canapps-family {
    padding: 4px;
    padding-right: 10px;
    padding-bottom: 6px;
    margin: 0;
    height: 29px;
}

form.LoggedIn .current.canapps-family .level {
    min-width: 250px;
    text-align: left;
}

form.LoggedIn .sdsMenu li {
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    float:left;
}

form.LoggedIn .sdsDropDown li,
form.NotLoggedIn .sdsDropDown.desktopFamily li {
    min-width: 110px;
}

form.LoggedIn .sdsMenu .sdsLevel1 > .canAppListItem {
    padding: 10px;
    background-color: inherit;
}

.canAppSubMenu .canAppListItem a.link,
.canAppSubMenu .canAppListItem a.visited {
    padding-top: 6px;
    float:left;
}

form.LoggedIn .sdsMenu > .sdsLevel1 > .canAppListItem > a:link, 
form.LoggedIn .sdsMenu > .sdsLevel1 > .canAppListItem > a:visited {
    padding: 0;
    float: left;
}

form.LoggedIn .sdsMenu > .sdsLevel1 > .canAppListItem > .list-selector {
    top: 3px;
    padding-left: 5px;
}

.canAppListItem .canAppListItem a:link,
.canAppListItem .canAppListItem a:visited {
    float: left;
    padding-left: 17px;
}

.canAppSubMenu .canAppListItem {
    padding: 0;
}

.canAppSubMenu .canAppSubMenu {
    margin-top: 10px;
}

form.LoggedIn .canAppListItem .canAppListItem a:link,
form.LoggedIn .canAppListItem .canAppListItem a:visited {
    padding-top: 4px;
}


/* =========================
   SDSJBM:23104: MobileV3 single family
   ========================= */

.current.canapps-family .list-selector i.single-family {
    display: none;
}

/* =========================
   SDSJBM:25772: PWLogin
   ========================= */

.PWLogin.horizontal,
.PWLoginError.horizontal {
    text-align: center;
}

.PWLogin.horizontal > *,
.PWLogin.horizontal .PWLogin-LoginLabel,
.PWLogin.horizontal .PWLogin-PasswordLabel {
    display: inline-block;
}

.PWLogin.vertical > * {
    padding-bottom: 10px;
}

.PWLogin input {
    margin: 0;
    padding: 11px 5px 12px 5px;
    text-align: center;
}

/* =========================
   SDSJBM:26295: PWCookieTray
   ========================= */

.PWCookieTray > * {
    vertical-align: middle;
}

.PWCookieTray img {
    vertical-align: text-top;
}

.PWCookieTray .right-menu {
   float: right;
}

.PWCookieTray .right-menu .HList {
   margin-left: 0px;
   margin-right: 10px;
}

.PWCookieTray .right-menu input.HList:last-of-type {
   margin-left: 0px;
   margin-right: 0px;
}


/* Horizontal List (right-aligned) */
.RList {
    margin-right: 10px;
}

    .RList:first-child {
        margin-right: 0px;
    }

/* =========================
   SDSJBM:26361: PWEvent
   ========================= */

.PWEventTable {
    border-collapse: collapse;
    width: 100%;
}

.PWEventTable .DRTableHeader,
.PWEventTable .HeaderRow2 {
    height: auto;
}

.PWEventTable .event {
    background-color: white;
    padding: 5px;
    border: 2px solid black;
    border-radius: 5px;
    margin-bottom: 5px;
}

    .PWEventTable .event:last-of-type {
        margin-bottom: 0px;
    }

.PWEventTable .event .title {
    font-size: 0.8em;
    color: black;
    font-weight: bold;
}

.PWEventTable .event .time {
    font-size: 0.7em;
}

.PWEventTable .Today {
    background-color: #c8eca6;
}

.PWEventTable .OtherMonth {
    color: grey;
    background-color: lightGrey;
}

.PWEvent .PWEventHeaderTitle {
    font-size:1.5em;
}

.PWEvent td.ShiftScheduleDetailDay {
    min-height: 50px;
}

.PWEvent td.ShiftScheduleDetailDay:hover {
    background-color: #c9c9ff; /* light blue off #0000ff */
}

form.NotLoggedIn .PopInViewEvent .CaptionLabel {
    padding-left: 10px !important;
}

.PopInViewEvent .PanelFormLabel {
    width: auto;
}

.PWEvent .close-window {
    float: right;
}

.ajax__tab_header {
    background-color: inherit !important;
}

.ajax__tab_panel .SingleDocumentPDFPreviewPanel {
    width: 100%;
    min-height: 500px;
}

/* =========================
   SDSJBM:26383, PWForm CheckList
   ========================= */

.CheckList label {
   font-weight: bold;
}

.CheckList .sub-text {
   font-weight: normal;
   margin-left: 20px;
}

/* =============================================================
   SDSJBM:24462 Home Page Mockup
   ============================================================= */

form.NotLoggedIn .menu-icon {
    display: none;
}

form.NotLoggedIn .SitePagePanel {
    background-color: black;
}

form.NotLoggedIn img {
    max-width: 100%;
}

/* Carbon fibre look in header */
form.NotLoggedIn .SiteHeaderPanel {
    background-image: url(/Portal/Project/PWPreview.aspx?fileid=337);
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 100%;
}

/* Carbon fiber in content */
form.NotLoggedIn .SiteMainPanel {
    background-image: url(/Portal/Project/PWPreview.aspx?fileid=343);
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 300%;
}

/* Carbon fibre look in footer */
form.NotLoggedIn .SiteFooterPanel .DesktopModuleContent {
    color: white;
}

form.NotLoggedIn .SiteFooterPanel {
    background-image: url(/Portal/Project/PWPreview.aspx?fileid=337);
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 100%;
}

form.NotLoggedIn .SiteHeaderPanel .DesktopModuleContent {
    color: white;
}

form.NotLoggedIn .HeadBg {
    background-color: transparent;
}

form.NotLoggedIn .modGroupId-20 .HeadPanel {
    display: none;
}

form.NotLoggedIn.tabId-97 .modGroupId-20 .HeadPanel {
    display: none;
}

/* Header top right - Phone number */
.moduleId-144 {
    padding-left: 10px;
}

.moduleId-145 {
    float: right;
    text-align: right;
}

form.NotLoggedIn .DesktopModuleContent.moduleId-145 {
    padding-top: 18px;
}

/* ===========================
   Slideshow to back of header, 
   z-index: 10 for other header rows
   =========================== */

        /* Header Tabs */
        form.NotLoggedIn.tabId-97 .modGroupId-17.mgfFullWidthMain {
            position: absolute;
            top: 120px;
            z-index: 10;
        }

/* Outline the Top Right text */
.moduleId-145 {
    text-shadow: 1px 1px black;
    font-size: 1.2em;
}

/* Header Top Left, Social
   ============================================
   Only display the image on the sub-tabs
   The Social menu is only used when logged in
   ============================================ */

form.NotLoggedIn.tabId-97 .modGroupId-16.HeadBg {
    display: none;
}

/* Menu */
form.NotLoggedIn .sdsMenu {
    text-shadow: 1px 1px 8px black;
}

.sdsLevel2 li:first-child {
    margin-top: 0px;
}

form.NotLoggedIn .sdsLevel2 {
    margin-top: 21px;
    /* border-top: 1px solid #1f78ff; */
}

    form.NotLoggedIn:not(.tabId-97):not(.tabId-0) .sdsLevel2 {
	margin-top: 22px;
    }


/* Banner image - full width */
form.NotLoggedIn:not(.tabId-97):not(.tabId-0) .modGroupId-16.HeadBg {
	background-image: url('/Portal/Project/PWPreview.aspx?fileId=345');
	background-position: center center;
	background-size: cover;
	height: 250px;
}

.moduleId-144 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

/* Hide the Social menu */
form.NotLoggedIn .moduleId-140 {
    display: none;
}

/* Header Tabs */
form.NotLoggedIn.tabId-97 .modGroupId-17.mgfFullWidthMain {
    width: 100%;
}

.TabHeaderPanel {
    float: none;
}

/* Highlight colour */
form.NotLoggedIn .sdsDropDown a:link,
form.NotLoggedIn .sdsDropDown a:visited {
    color: white;
}

form.NotLoggedIn .SiteMainPanel a:link,
form.NotLoggedIn .SiteMainPanel a:visited {
    color: #0049b6;
}

form.NotLoggedIn .SiteMainPanel a.CommandButton:link,
form.NotLoggedIn .SiteMainPanel a.CommandButton:visited {
    color: lightgray;
}

form.NotLoggedIn .SiteMainPanel a.CommandButton:hover {
    color: white;
}

form.NotLoggedIn .sdsDropDown a:hover {
    color: #0049b6;
    transition: all .2s ease;
}

form.NotLoggedIn .sdsDropDown li a:hover {
    color: #1f78ff;
    text-shadow: none;
    transition: all .2s ease;
}

form.NotLoggedIn .sdsLevel1 > li:hover {
    background-image: url('/Portal/Project/PWPreview.aspx?fileId=507');
    background-position: 0px -18px;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 2px solid #1f78ff;
}

form.NotLoggedIn .sdsDropDown a:link, 
form.NotLoggedIn .sdsDropDown a:visited {
    padding-top: 8px;
}

form.NotLoggedIn .canAppSubMenu,
form.NotLoggedIn .sdsLevel2 {
    background-color: transparent;
    background-image: url('/Portal/Project/PWPreview.aspx?fileId=508');
    background-position: 0px -18px;
    background-repeat: no-repeat;
    background-size: 170%;
}

form.NotLoggedIn .sdsLevel2 li {
    height: 25px !important;
    padding-top: 5px;
    padding-bottom: 15px;
    background-color: transparent; /* #003484; #0049b6; */
}

form.NotLoggedIn .sdsLevel2 li a {
    color: white !important;
}

    form.NotLoggedIn .sdsLevel2 li a:hover {
	color: #1f78ff !important;
	transition: all .2s ease;
    }

    /* SELECTED */
    form.NotLoggedIn .sdsMenu li {
	height: 61px;
        border-top: 2px solid transparent;
    }

    form.NotLoggedIn .sdsMenu li.Selected {
	background-image: url('/Portal/Project/PWPreview.aspx?fileId=504');
	background-position: 0px -18px;
        background-repeat: no-repeat;
	background-size: cover;
	border-top: 2px solid #0049b6;
    }

form.NotLoggedIn .ActionBarHeader,
.title {
    color: #0049b6;
}

.Section1Main a.CommandButton,
.Section1Main a.CommandButton:visited,
.ContactMain a.CommandButton,
.ContactMain a.CommandButton:visited,
.moduleId-110 a.CommandButton,
.moduleId-110 a.CommandButton:visited,
.EmailPreferences a.CommandButton,
.EmailPreferences a.CommandButton:visited,
.DesktopDefault.NotLoggedIn  a.CommandButton,
.DesktopDefault.NotLoggedIn  a.CommandButton:visited
{
    background-color: #0049b6;
}


/* Hide the Banner Message title */
form.NotLoggedIn .SiteHeaderPanel .HeadPanel {
    display:none;
}

/* Cookie tray */
#cookie-tray {
    width: auto;
    background-color: #aeaeae;
}

/* Logo - larger on home page */
form.NotLoggedIn.tabId-97 .SiteLogo {
    max-height: 100px;
}

/* Contact tab */
.PhoneLabel {
    text-align: right;
}

.title {
    font-family: "ubunturegular",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 1.8em;
    font-stretch: ultra-condensed;
    text-align: left;
}

.subtitle {
    padding-top: 0;
}

.message {
    padding: 10px;
    vertical-align: middle;
    margin-bottom: 5px;
    border-radius: 10px;
}

.message:last-child {
    margin-bottom: 0;
}

.good {
    border: 1px solid green;
    background-color: #84ff82;
}

.error {
    border: 1px solid red;
    background-color: #ff8682;
}

/* Arrow list */
ul.checkmark-list-16 {
	list-style-image: url('/Portal/images/MilkyIconSet/16/checkmark.png');
}

ul.right-arrow-list-16 {
	list-style-image: url('/Portal/images/MilkyIconSet/16/23.png');
}

/* Embedded images */
img.right-side {
    max-width:100%;
    float:right;
    margin-left:10px;
}

/* Footer links */
form.NotLoggedIn .footer-link,
form.NotLoggedIn .footer-link a,
form.NotLoggedIn .footer-link a:visited {
    color: lightgrey;
    text-decoration: none;
}

form.NotLoggedIn .footer-link a:hover {
    color: white;
}

form.NotLoggedIn .modGroupId-10 .footer-link {
    padding-bottom: 10px;
}

/* Footer headers */
form.NotLoggedIn .FooterHeader {
    margin-top: 10px;
    margin-bottom: 10px;
}

form.NotLoggedIn .SiteFooterPanel .HeadPanel > .ActionBarHeader {
    display: none;
}

/* Footer colour */
form.NotLoggedIn .SiteFooterPanel {
    padding-top: 0px;
}

form.NotLoggedIn .SiteFooterPanel > .modGroupId-7 {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Footer alignment */
form.NotLoggedIn .SiteFooterPanel .mgf3ColumnModule .mgd-Module,
form.NotLoggedIn .SiteFooterPanel .mgf3ColumnModule .mgd-Module .DesktopModuleContent {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Image Gallery ********
form.NotLoggedIn .gallery-text {
    padding-left: 10px;
}

.gallery-slideshow-main {
    max-width: 800px;
}
*****/


form.tabId-111 .mgf2ColumnPanel {
    margin-bottom: 20px;
}

/* Display the slideshow on the right for wide screens */
.gallery-slideshow-main {
    float: right;
}

/* Services tab */
#services-subtitle .CommandButton {
    min-width: 200px;
}

/* Tank Moving tab */
/* Heavy Hauling tab */
/* Cradle Trailers tab */
/* Trombone Trailers tab */
/* Safety tab */
form.NotLoggedIn .HeadPanel.moduleId-162,
form.NotLoggedIn .HeadPanel.moduleId-163,
form.NotLoggedIn .HeadPanel.moduleId-164,
form.NotLoggedIn .HeadPanel.moduleId-165,
form.NotLoggedIn .HeadPanel.moduleId-167,
form.NotLoggedIn .HeadPanel.moduleId-184 {
    display: none;
}
    /* Line 1 */
    .DesktopModuleContent.moduleId-149,
    .DesktopModuleContent.moduleId-150,
    .DesktopModuleContent.moduleId-151,
    .DesktopModuleContent.moduleId-152,
    .DesktopModuleContent.moduleId-146 {
	padding-right: 0px;
    }
    /* Line 2 - Text */
    .DesktopModuleContent.moduleId-162,
    .DesktopModuleContent.moduleId-163,
    .DesktopModuleContent.moduleId-164,
    .DesktopModuleContent.moduleId-165,
    .DesktopModuleContent.moduleId-167,
    .DesktopModuleContent.moduleId-168,
    .DesktopModuleContent.moduleId-184 {
	padding-top: 0px;
    }

/* Safety image */
.DesktopModuleContent.moduleId-167 img.right-side {
    max-width: 50%;
}

/* Safety - center right column */
form.NotLoggedIn .modGroupId-51.mgf2ColumnPanel.CenterText {
    text-align: center;
}

form.NotLoggedIn .moduleId-168 .ActionBarHeader {
    float: none !important;
}

/* Tank Moving Banner */
form.tabId-113.NotLoggedIn .modGroupId-16.HeadBg {
    background-image: url("/Portal/Project/PWPreview.aspx?fileId=353") !important;
}

/* Cradle Trailers Banner */
form.tabId-115.NotLoggedIn .modGroupId-16.HeadBg {
    background-image: url("/Portal/Project/PWPreview.aspx?fileId=420") !important;
}

/* Trombone Trailers Banner */
form.tabId-116.NotLoggedIn .modGroupId-16.HeadBg {
    background-image: url("/Portal/Project/PWPreview.aspx?fileId=426") !important;
}

/* Pilot Banner */
form.tabId-117.NotLoggedIn .modGroupId-16.HeadBg {
    background-image: url("/Portal/Project/PWPreview.aspx?fileId=474") !important;
}

/* Hot Shot Banner */
form.tabId-118.NotLoggedIn .modGroupId-16.HeadBg {
    background-image: url("/Portal/Project/PWPreview.aspx?fileId=467") !important;
}

/* *************************************
   HOME TAB
   ************************************* */

.modGroupId-55 .ActionBarHeader {
    float: none !important;
}
.modGroupId-55.mgf3ColumnPanel {
    text-align: inherit;   
}

.center-buttonbar {
    width: 100%;
    text-align: center;
}

.modGroupId-55.mgf3ColumnMain {
    width: auto;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: rgba(100, 100, 100, 0.5);
}

.modGroupId-55 .mgf3ColumnModule .mgd-Module {
    padding: 20px;
}

.modGroupId-55 .mgf3ColumnModule .mgd-Module .DesktopModuleContent {
    padding-right: 0px;;
}

.modGroupId-55 .mgf3ColumnModule:hover {
    background-color: rgba(255,255,255,0.5);
    transition: all .2s ease;
}

/* Image shadow */
.image-box {
    width: 100%;
    border-radius: 25px;
    border: 2px solid #999;
    box-shadow: 2px 2px 2px #999;
    margin-bottom: 10px;
}

.image-wide {
    width: 100%;
}

/* Click anywhere */
.click-anywhere > a,
.click-anywhere > a:link,
.click-anywhere > a:hover,
.click-anywhere > a:visited {
    text-decoration: none;
    color: #333 !important;
}

.click-anywhere > a.CommandButton:link,
.click-anywhere > a.CommandButton:visited {
    color: lightgrey !important;
}

.click-anywhere > a.CommandButton:hover {
    color: white !important;
}

/* No cookie tray */
#cookie-tray {
    display: none;
}

/* ***************************
   Special Page Title font
   *************************** */

form.NotLoggedIn .page-title-content {
    padding-left: 20px;
    font-family: "Dollis",Verdana,Helvetica,sans-serif;
    font-variant: small-caps;
    font-size: 1.8em;
    color: white;
}

/* ************************
   Hide normal page titles
   ************************ */
form.NotLoggedIn .HeadPanel.moduleId-134,
form.NotLoggedIn .HeadPanel.moduleId-135,
form.NotLoggedIn .HeadPanel.moduleId-146, 
form.NotLoggedIn .HeadPanel.moduleId-148, 
form.NotLoggedIn .HeadPanel.moduleId-149,
form.NotLoggedIn .HeadPanel.moduleId-150,
form.NotLoggedIn .HeadPanel.moduleId-151,
form.NotLoggedIn .HeadPanel.moduleId-152,
form.NotLoggedIn .HeadPanel.moduleId-153,
form.NotLoggedIn .HeadPanel.moduleId-154 {
    display: none;
}

/* Remove spacing for the subtitles */
form.NotLoggedIn .subtitle,
form.NotLoggedIn .subtitle .title:first-child {
    padding-top: 0px;
}

/* ************************
   Hardhat page titles
   ************************ */
#hardhat
{
    border-width: 0px;
    position: absolute;
    right: 20px;
    margin-top: -122px;
}

form.NotLoggedIn.tabId-0  #hardhat,
form.NotLoggedIn.tabId-97 #hardhat {
    margin-top: -153px;
    max-height: 150px;
}

    form.LoggedIn #hardhat {	
	position: inherit;
        margin-top: 0px;
	max-height: 70px;
    }
 
/**************************************************************
 * Overrides for large screens
 * This is for pages 1020px and over
 * - put smallest to largest when using min-width
 **************************************************************/
@media screen and (min-width: 1020px) {
    .Normal {
        font-size: 18px;
    }

    /* Home page 3-wide image titles */
    form.NotLoggedIn .modGroupId-55 .ActionBarHeader {
	font-size: 1em;
    }
}

@media screen and (min-width: 1300px) {
    .Normal {
        font-size: 20px;
    }

    /* Home page 3-wide image titles */
    form.NotLoggedIn .modGroupId-55 .ActionBarHeader {
	font-size: 1.2em;
    }
}

/**************************************************************
 * Overrides for small screen
 * This is for pages below 1020px
 * - put largest to smallest when using max-width
 **************************************************************/
@media screen and (max-width: 1019px) {
    /* Home page 3-wide image titles */
    form.NotLoggedIn .modGroupId-55 .ActionBarHeader {
	font-size: 1em;
    }

    /* Menu as a drop down list, normal layout */
    form.NotLoggedIn.tabId-97 .modGroupId-17.mgfFullWidthMain {
	background-color: black;
	position: inherit;
	top: inherit;
	border-top: none;
    }

    /* Carbon fibre look in detail tabs */
    form.NotLoggedIn.tabId-97 .TabMain,
    form.NotLoggedIn.tabId-0 .TabMain {
	background-image: url(/Portal/Project/PWPreview.aspx?fileid=337);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: 100%;
    }

    /* Background tile fixes */
    form.NotLoggedIn .SiteMainPanel {
        background-position-y: inherit;
	background-repeat: repeat-y;
	background-size: 400%;
    }

    form.NotLoggedIn .SiteHeaderPanel,
    form.NotLoggedIn .SiteFooterPanel {
	background-size: 200%;
    }

    /* Banner image - full width */
    form.NotLoggedIn:not(.tabId-97):not(.tabId-0) .modGroupId-16.HeadBg {
	height: 200px;
    }

    /* Uncenter the menu */
    form.NotLoggedIn .sdsDropDown {
	margin: inherit;
    }
}

/**************************************************************
 * Overrides for small screen
 * This is for pages below 995px
 **************************************************************/
@media screen and (max-width: 994px) {
    .sdsMenu {
	font-size: 0.8em;
    }

    .sdsDropDown li {
        min-width: 100px;
    }

    /* SELECTED */
    form.NotLoggedIn .sdsMenu li {
	height: 58px;
    }

    form.NotLoggedIn .sdsDropDown.desktopFamily .sdsMenu li {
        min-width: auto;
	height: 46px;
    }

    form.NotLoggedIn .sdsDropDown.desktopFamily .sdsLevel1 > .canAppListItem > .canAppSubMenu {
	min-width: 200px !important;
	margin-top: 25px !important;
    }

    form.NotLoggedIn .sdsDropDown.desktopFamily .sdsMenu li.Selected,
    form.NotLoggedIn .sdsDropDown.desktopFamily .sdsLevel1 > li:hover {
        height: 56px;
    }

    form.NotLoggedIn .sdsDropDown.desktopFamily .sdsMenu li.Selected {
	min-width: 78px;
    }


    form.NotLoggedIn .sdsMenu li.Selected,
    form.NotLoggedIn .sdsLevel1 > li:hover {
	background-position: 0px 0px;
    }
}

/**************************************************************
 * Overrides for small screen
 * This is for pages below 910px
 **************************************************************/
@media screen and (max-width: 909px) {
    form.NotLoggedIn:not(.tabId-97):not(.tabId-0) .SiteHeaderPanel {
        background-position-x: 10%;
	background-size: inherit;
    }
}


@media screen and (max-width: 854px)
{
    /* ************************
       Hardhat page titles
       ************************ */
    #hardhat
    {
	margin-top: -122px;
        max-width:150px;
    }
}


/**************************************************************
 * Overrides for small screen
 * This is for pages below 750px
 * Remove the columns
 **************************************************************/
@media screen and (max-width: 749px) {

    /* Home page 3-wide image titles */
    form.NotLoggedIn .modGroupId-55 .ActionBarHeader {
	font-size: 1.8em;
    }

    .HeadBg {
        border-bottom: none;
    }

    .SocialMediaPanel {
        padding-top: 50px;
    }

    form.LoggedIn .TabMain {
	background-color: inherit;
	border-bottom: none;
    }

    form.LoggedIn .moduleId-136 {
	float: right;
	padding-right: 20px;
    }

    .TabHeaderPanel {
        float: none;
    }
        
    .SearchHeaderMain {
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .LeftPane,
    .ContentPane,
    .RightPane,
    .mgf3ColumnModule,
    .mgf2ColumnModule {
        width: 100%;
	margin-left: 0px;
	margin-top: 20px;
    }

    .mgf3ColumnModule:first-child,
    .mgf2ColumnModule:first-child {
	margin-top: 0px;
    }

    /* Contact Form */
    .modGroupId-15 .mgf3FullWidthModule {
        padding-left: 0px;
    }

    /* SDSJBM:24170: 3-column footer, no margin */
    .SiteFooterPanel .modGroupId-7 .mgf3ColumnModule:first-child,
    .SiteFooterPanel .modGroupId-7 .mgf3ColumnModule {
        margin-left: 0px;
    }

    /* SDSJBM:24170: Copyright/Login footer, stay at 50% */
    .modGroupId-11 .mgf2ColumnModule {
        width: 50%;
	margin-left: 0;
	margin-top: 0;
    }

    .padleft {
        margin-left: 0px;
    }

    .padright {
        margin-right: 0px;
    }

    /* SDSJBM:23458: Reduce form size */
    .PanelFormLabel {
	max-width: 80px;
    }

    .PanelFormData {
        min-width: auto;
    }

    .TextboxMedium {
        min-width: auto;
    }

    .TextboxSingleLarge {
        min-width: auto;
    }

    .AddressControl .TextboxLarge {
        min-width: auto;
    }

    .CommandButton
    {
        min-width: 29px;
    }

    /* Hide the desktop menu */
    .sdsLevel1 > .canAppListItem {
        visibility: hidden;
        display: none !important;
    }

    .sdsDropDown.forPublic {
        visibility: hidden;
        display: none !important;
    }

    form.NotLoggedIn .sdsMenu {
        width: 100%;
    }

    /* Get the CANapps Family menu to display for public mobile users */
    form.NotLoggedIn .sdsDropDown.desktopFamily .current.canapps-family,
    form.NotLoggedIn .sdsDropDown.desktopFamily .current.canapps-family > .menu-title.cookie {
	display: block;
        background-color: inherit;
    }

    form.NotLoggedIn .sdsDropDown.desktopFamily .current.canapps-family > .menu-icon,
    form.NotLoggedIn .sdsDropDown.desktopFamily .current.canapps-family > .menu-title {
	display: none;
    }

    form.NotLoggedIn .sdsDropDown.desktopFamily .current.canapps-family 
    /* Display the mobile menu (allow it to be displayed) */
    .sdsDropDown.mobileFamily,
    .current.canapps-family .level > .canAppListItem,
    .current.canapps-family > a.menu-title.cookie:link,
    .current.canapps-family > a.menu-title.cookie:visited,
    form.LoggedIn .sdsDropDown .cookie-separator {
        visibility: inherit;
        display: inherit;
    }

    .sdsDropDown.mobileFamily .desktopMenu {
        visibility: hidden;
	display: none;
    }

    .sdsDropDown.mobileFamily .canAppSubMenu {
	margin-top: 15px;
    }

    .sdsLevel1 .canapps-family .list-selector
    {
	position: absolute;
	top: 7px; 
	right: 15px; 
        padding-right: 15px;
	float: none;
	font-size: 1.5em;
    }

    form.LoggedIn .sdsLevel1 .list-selector {
	position: absolute;
    }

    form.NotLoggedIn .canapps-family > .level {
	top: 65px;
        background-color: lavender;
    }

    form.NotLoggedIn .sdsLevel1 .canapps-family .list-selector
    {
	top: 19px; 
    }

    form.NotLoggedIn .sdsDropDown.desktopFamily .canAppListItem {
        padding-left: 0px;
    }

    /* Display the DropDownList menu */
    .ddlMenu {
        visibility: visible;
        display: block;
        width: 100%;

        font: bold 18px Verdana Bold, Helvetica, sans-serif;
        padding: 3px;
        margin-top: 0px;
        margin-bottom: 0px;

	color: inherit;
        background-image:url(/images/menu_bg-active.png);
        background-color:#fcfbfb;

        /* Gradient */
        background: #f6f8f9; /* Old browsers */
        background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 61%, #d7dee3 100%, #f5f7f9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(61%,#e5ebee), color-stop(100%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 61%,#d7dee3 100%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 61%,#d7dee3 100%,#f5f7f9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 61%,#d7dee3 100%,#f5f7f9 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 61%,#d7dee3 100%,#f5f7f9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
    }

    /* SDSJBM:22754: CustomerContactSummary */
    .CCSummaryDetail,
    .CustomerSummary  {
	height: auto;
    }
    .CCSummaryContact {
	height: 200px;
    }
    .ContactSummary {
	border-left: none;
    }

    /* SDSJBM:23104: Wide phone menus */

    form.LoggedIn .sdsMenu li {
	height: auto !important;
    }

    .sdsMenu li {
	width: 100%;
    }

    .sdsLevel2,
    .sdsLevel3 {
        position: inherit;
    }

    .sdsLevel1 .level .list-selector,
    .sdsLevel1 .canAppSubMenu .list-selector {
	right: 15px;
    }

    .canapps-family ul li ul {
	margin-top: 4px;
    }

    form.NotLoggedIn .canapps-family ul li ul {
	margin-top: 20px;
    }

    .current.canapps-family .list-selector i.single-family {
	display: inherit;
        visibility: visible;
    }

    form.NotLoggedIn .sdsDropDown.desktopFamily {
	font-size: 1.5em;
    }

    form.NotLoggedIn .sdsDropDown.desktopFamily .sdsLevel1 > li:hover {
	background: none;
	border-top: 2px solid transparent;
    }

    form.NotLoggedIn .sdsLevel1 .current.canapps-family {
	padding-top: 0;
    }

    form.NotLoggedIn .sdsLevel1 .current.canapps-family > .list-selector {
	top: 10px;
        right: 0;
    }

    /* The home page doesn't have the page-title like the subpages */
    form.tabId-97.NotLoggedIn .sdsLevel1 .current.canapps-family {
        margin-top: 11px;
    }

    form.tabId-97.NotLoggedIn .sdsLevel1 .current.canapps-family > .list-selector {
	top: 5px;
    }

    form.NotLoggedIn.tabId-97 .TabMain, form.NotLoggedIn.tabId-0 .TabMain {
	background-size: 200%;
    }

    form.NotLoggedIn .canapps-family > .level {
        top: 82px;

	background-color: transparent;
	background-image: url(/Portal/Project/PWPreview.aspx?fileid=337);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: 200%;
    }

    form.tabId-97.NotLoggedIn .canapps-family > .level {
	top: 52px;
    }

    form.NotLoggedIn .canAppSubMenu, form.NotLoggedIn .sdsLevel2 {
	background-size: 100%;
    }

    form.NotLoggedIn .canapps-family > .level > li {
        min-height: 50px;
    }

    form.NotLoggedIn .sdsDropDown.desktopFamily .sdsMenu li {
	min-width: 100%;
	height: auto !important;
    }

    form.NotLoggedIn .sdsDropDown.desktopFamily .canAppSubMenu a:link, 
    form.NotLoggedIn .sdsDropDown.desktopFamily .canAppSubMenu a:visited {
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
    }

    form.NotLoggedIn .SiteFooterPanel {
	background-size: 300%;
    }

    /* =========================
       SDSJBM:25772: PWLogin
       ========================= */

    .PWLogin.horizontal > *,
    .PWLogin.horizontal .PWLogin-LoginLabel,
    .PWLogin.horizontal .PWLogin-PasswordLabel {
        display: block;
	padding-bottom: 10px;
    }

    /* ======================================
       SDSJBM:22462: CUSTOM WEBSITE
       ====================================== */

    /* Background tile fixes */
    form.NotLoggedIn .SiteMainPanel {
	background-size: 550%;
    }

    form.NotLoggedIn:not(.tabId-97):not(.tabId-0) .SiteHeaderPanel {
	background-size: 200%;
    }

    /* Banner image - full width */
    form.NotLoggedIn:not(.tabId-97):not(.tabId-0) .modGroupId-16.HeadBg {
	height: 150px;
    }

    /* Embedded images */
    img.right-side {
        max-width: auto;
	width:50%;
    }

    /* Image Gallery */
    form.NotLoggedIn .gallery-text {
	padding-left: inherit;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .gallery-slideshow-main {
	max-width: auto;
    }

    /* ************************
       Hardhat page titles
       ************************ */
    #hardhat
    {
	margin-top: -72px;
        max-width:175px;
    }

    #hardhat
    {
	margin-top: -72px;
        margin-right: 50px;
        max-width: 100px;
    }

	form.NotLoggedIn.tabId-0  #hardhat,
	form.NotLoggedIn.tabId-97 #hardhat {
	    margin-top: -163px;
	    max-height: 90px;
	    z-index: 25;
	}
}

/**************************************************************
 * Overrides for small screen
 * This is for pages below 697px
 **************************************************************/
@media screen and (max-width: 696px) {
    /* Header Top Left, Top Right */
    form.NotLoggedIn.tabId-97 .modGroupId-20.HeadBg {
        position: inherit;
    }

    /* Header Logo, Social */
    form.NotLoggedIn.tabId-97 .modGroupId-16.HeadBg {
        position: inherit;
    }
}


/**************************************************************
 * Overrides for small screen
 * This is for pages below 620px
 **************************************************************/
@media screen and (max-width: 619px) {
    /* Header Top Left, Top Right */
    form.NotLoggedIn.tabId-97 .modGroupId-20.HeadBg {
        position: inherit;
    }

    /* Header Logo, Social */
    form.NotLoggedIn.tabId-97 .modGroupId-16.HeadBg {
        position: inherit;
	display: none;
    }

    /* Background tile fixes */
    form.NotLoggedIn .SiteMainPanel {
	background-size: 600%;
    }

    form.NotLoggedIn .SiteFooterPanel {
	background-size: 600%;
    }

    form.NotLoggedIn .canapps-family > .level {
	background-size: 400%;
    }
}

/**************************************************************
 * Overrides for small screen
 * This is for pages below 500px
 **************************************************************/
@media screen and (max-width: 499px) {
    form.NotLoggedIn:not(.tabId-97):not(.tabId-0) .SiteHeaderPanel {
	background-size: 300%;
    }

    /* ************************
       Hardhat page titles
       ************************ */
    #hardhat
    {
	margin-top: -72px;
        max-width:100px;
    }

	form.NotLoggedIn.tabId-0  #hardhat,
	form.NotLoggedIn.tabId-97 #hardhat {
	    margin-top: -200px;
	    max-height: 80px;
	}
}

/**************************************************************/
@media screen and (max-width: 365px) {
    .Normal {
        font-size: 15px;
    }

    form.NotLoggedIn .SiteLink {
        padding: 15px;
    }

    /* Footer *******************
    form.NotLoggedIn .SiteFooterPanel {
        background: none;
    }
    */

    .modGroupId-11 .mgf2ColumnModule {
	width: inherit;
    }

    .poweredByCANapps .SiteLink {
        padding: 0 !important;
    }

    .DesktopModuleContent.moduleId-103 {
        padding-bottom: 0;
    }

    form.NotLoggedIn .SiteFooterPanel .DesktopModuleContent.moduleId-138 {
        padding: 0;
        padding-left: 10px;
    }

    form.NotLoggedIn .SiteHeaderPanel {
	background-size: 300%;
    }
}

/**************************************************************/
@media screen and (max-width: 245px) {
    #hardhat {
	display:none;
    }
}
