/* ================================
    CSS STYLES FOR PORTAL 
    v1.0, 01/2001

    PROJECT TRACKER

    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
    24-Sep-2015: SDSJBN: Cloned from CanMail
    15-Nov-2015: SDSJBM: EditCase display changed
    29-Jul-2016: SDSJBM: MultiUploadControl, Progress bar, Green
    08-Aug-2016: SDSJBM: Account and Payment
    22-Aug-2016: SDSJBM: [Enter] key, DefaultCommandButton, Size
    25-Aug-2016: SDSJBM: Reduce form width on small screens
    04-Oct-2016: SDSJBM: RecentCases, detail table format
    13-Oct-2016: SDSJBM: MDCustomerRefLink
    15-Feb-2017: SDSJBM: 22754, 2column and 3column fix
    11-May-2017: SDSJBM: 23104, CANapps tabs
    10-Jun-2017: SDSJBM: 24790, form.cantab-menu to determine whether CANapps tabs are used
    25-Jul-2017: SDSJBM: 24139, Hidden to use !important
    10-Nov-2017: SDSJBM: 25341, Hide Email Preferences unsubscribe row
    16-Feb-2018: SDSJBM: 25772, Login Widget
    24-Apr-2018: SDSJBM: 25982, Checklists
    21-Jun-2018: SDSJBM: 26272, PanelFormTable height fix
    10-Jul-2018: SDSJBM: 26295, PWCookieTray
    13-Jul-2018: SDSJBM: 26361, PWEvent, close-window, tabs
    03-Aug-2018: SDSJBM: 26383, PWForm CheckList

   ================================ */

#site-debug {
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: auto;
    color: white;
    background-color: rgba(111,111,111,0.8);
    display:none;
}

.VirtualPage {
    min-width: 320px;
}

.HeadBg {
    background-color: white;
    background-repeat:no-repeat;
    vertical-align:bottom;
    width: 100%;
}

    form.LoggedIn .HeadBg {
        background-color: #dadde8; /* rgb(237, 238, 242); */
    }

.TabMain {
    width: 100%;
    background-color: #dadde8; /* SDSJBM:21663 */
    /* SDSJBM:23104: border-bottom: 2px solid rgb(237, 238, 242); */
}

/* SDSJBM:18794: Tidy up the looks, remove the tab because we only have Home when Not logged in */
form.NotLoggedIn .TabMain {
    float:left;
    margin-top: 10px;
    visibility:hidden;
    display:none;
}

.LoginPanel {
    float: right;
}

.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;
}


/* 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, 25982 */
.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-color: #d2dbf8; /* SDSJBM:26067: ActionBar Blue */
}
form.EditCase .ActionTable3Edit
{
	background-image:url(../images/edit-comment-bg.png);
	background-size: contain;
	background-position:right;
	background-repeat:repeat-y;
}

.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;
}

form.NotLoggedIn .SiteMainPanel {
    background-color: white;
    width: inherit;
    padding: 20px;
}

form.LoggedIn .SiteMainPanel {
    background-color: rgb(237, 238, 242);
}

    /* 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 {
    margin-right: 5px;
    color: rgb(13, 51, 99);
}   

.TopSiteLink {
    font-family: Arial;
    font-size: 12px;   
    color:#000084;   
}

/* 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;
    color: #000084;
}

/* 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; */
}

form:not(.PublicWebsite) .HeadPanel {
    border-bottom: 1px solid #0c2e61; /* SDSJBM:21633 */
}

/* 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;
}

.ResponseTitle
{
    font-size: 1.5em;
    color: #0053a1;
}

/* 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;
}

/* Button spacing */
.Button
{
    min-height:30px;
}

.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.4em;
        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-size:  1.25em;
}

H2  {
    font-size:  1.1em;
}

H3  {
    font-weight: bold;
}

H4  {
    font-size:  0.60em;
    font-weight: bold;
}

H5  {
    font-size:  0.60em;
}

H6  {
    font-size:  0.50em;
    font-weight: bold;
}

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;
    border: none;
}

td {
    padding: 2px;
    border: none;
}

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, 25982 */
    form.EditCaseQC .CaseDescription {
        background-color: Ivory;
        width: 100%;        
    }

    form.EditCaseQC .EditCaseQCComment.PanelFormTable,
    form.EditCaseQC .CommentList .MDScreen {
	background-color: ivory;
    }

    form.EditCaseQC .CommentList {
        background-color: #e2efd9; /* #538135 dark green */
	margin-bottom: 10px;
    }

        form.EditCaseQC .CommentList.Clear {
  	    border-right: 3px solid darkseagreen;
  	    border-left: 3px solid darkseagreen;
        }

        form.EditCaseQC .CommentList.Attention {
            background-color: orange; 
	    border-left: 3px solid orange;
	    border-right: 3px solid orange;
	    border-top: 1px solid orange;
	    border-bottom: 1px solid orange;
        }
        form.EditCaseQC .CommentList.Urgent {
            background-color: Red; 
	    border-left: 3px solid red;
	    border-right: 3px solid red;
	    border-top: 1px solid red;
	    border-bottom: 1px solid red;
        }

    form.EditCaseQC .EditCaseQCComment .NameLabelSpacer {
	height: 0px;
    }

    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;
}

/* SDSJBM:259892: Checklist update */
.CommentName
{
	font-size: 1.2em;
}

.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; 
     border: 1px solid black;
}

.PanelContent {
    padding: 0;
    margin: 0; 
    border: 1px solid Black; 
    border-top: none; 
    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:26272, PanelFormTable height fix, remove height: 100% */
.PanelFormTable {
    border-spacing: 2px;
    border-collapse: collapse;
    border: 0px solid transparent;
    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: 24px;
    color: #0053a1; /* Standard Gray #333;*/
}

form.NotLoggedIn .PanelContent
{
    background-color: inherit !important;
    border: none;
    border-radius: none;
}

form.NotLoggedIn .DesktopModuleContent
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    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 */
.SiteLogoMain {
   padding-top: 10px;
   padding-left: 10px;
   float: left;
}

    form.LoggedIn .SiteLogoMain {
        padding-right: 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: 3px;
    }

/* 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;
}


.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;
}

/* 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,
.hidden {
    visibility: hidden;
    display: none !important;
}

.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;
}

/* SDSJBM:19184: EmailPreferences */
form.EmailPreferences .PanelFormTable {
    border-spacing: 10px;
}

form.EmailPreferences #SM_MainContent_PrivateTitleRow {
    display: none;
}

.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;
    }

.AdvertisingPanel
{
    float: none;
}

/* Allow the banner image to scale with the screen size */
.Advertising
{
    width: 100%;
    min-height: 100px;
}

form.NotLoggedIn .TabMain 
{
    visibility: hidden;
    display: none;
}

.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: green; /* #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
{
    width: 31%;
    text-align: left;
}

form.NotLoggedIn .ContentPane
{
    width: 33%;
    text-align: left;
}

form.NotLoggedIn .RightPane
{
    width: 31%;
    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: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;
}

/* ======== */
/* 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;
}

/* 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;
}

/* TabContainer */
.ajax__tab_header,
.ajax__tab_body {
    background-color: #D2DBF8 !important;
}

/* SDSJBM:23104: CANapps tabs */
.current.canapps-family {
    min-width: 180px;
    background-color: #bfc8e8;
}

.sdsLevel1 .list-selector {
    position: relative;
    top: 7px;
    cursor: pointer;
    float: left;
}

.sdsLevel1 .level .list-selector,
.sdsLevel1 .canAppSubMenu .list-selector {
    position: absolute;
    top: 7px; 
    right: 5px; 
    float: none;
}

.canAppSubMenu {
    display: inline-block;
    z-index: 20;
    background-color: aquamarine;
    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;
    min-width: 250px;
    width: 100%;
    z-index:20;
}

.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;
}

/* SDSJBM:24790: Display canapps-family menu when cantab-menu is defined */
form.cantab-menu .sdsDropDown.desktopFamily .canapps-family {
    display: block;
}

.sdsDropDown a:link, 
.sdsDropDown a:visited {
    padding: 7px 10px 0px 10px ;
}

/* Center the public menu */
form.NotLoggedIn .sdsMenu {
    width: 550px;
    margin: auto;
}

/* SDSJBM:24790: Need all the width for the cantab-menu */
form.cantab-menu .sdsMenu {
    width: auto !important;
}

form.NotLoggedIn:not(.cantab-menu) .sdsDropDown.desktopFamily .canAppListItem {
    padding-left: 10px;
    padding-right: 10px;
    background-color: inherit;
    padding-top: 16px;
}

form.NotLoggedIn.cantab-menu .sdsDropDown.desktopFamily .sdsLevel1 > .canAppListItem {
    background-color: inherit;
}

form.cantab-menu .sdsDropDown.desktopFamily .level .canAppListItem {
    padding: inherit;
    height: auto !important;
    min-height: 32px !important;
}

form.NotLoggedIn .sdsDropDown.desktopFamily .sdsLevel1 > .canAppListItem > .canAppSubMenu {
    min-width: 300px;
    margin-top: 27px;
}

form.NotLoggedIn:not(.cantab-menu) .sdsDropDown.desktopFamily .canAppListItem .canAppListItem {
    font-size: 0.85em;
    background-color: inherit;
    height: auto;
    width: 100%;
}

form.NotLoggedIn .sdsDropDown.desktopFamily .canAppListItem a:link,
form.NotLoggedIn .sdsDropDown.desktopFamily .canAppListItem a:visited {
    float: left;
}

/* 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,
form.cantab-menu .sdsDropDown .cookie-separator::before  {
    content: '/';
}

form.LoggedIn .sdsDropDown .cookie-separator,
form.cantab-menu .sdsDropDown .cookie-separator {
    display: none;
    float: left;
    padding: 7px 0px;
}

form.LoggedIn .current.canapps-family {
    padding: 4px;
    padding-right: 10px;
    margin: 0;
    height: 32px;
}

/* SDSJBM:24790: Public tab CANapp Family root tab */
form.cantab-menu:not(.LoggedIn) .current.canapps-family {
    padding-right: 10px;
    margin: 0;
    height: 50px;
}

form.LoggedIn .current.canapps-family .level,
form.cantab-menu .current.canapps-family .level {
    min-width: 300px;
    text-align: left;
}

form.LoggedIn .sdsMenu li,
form.cantab-menu:not(.LoggedIn) .level .canapps-family,
form.cantab-menu .level .canapps-family {
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    float:left;
}

form.LoggedIn .sdsDropDown li,
form.cantab-menu .sdsDropDown li,
form.NotLoggedIn .sdsDropDown.desktopFamily li {
    min-width: auto;
}

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;
}

.canAppSubMenu .canAppListItem {
    padding: 0;
}

.canAppSubMenu .canAppSubMenu {
    margin-top: 10px;
}

/* =========================
   SDSJBM:23104: MobileV3 single family
   ========================= */

.current.canapps-family .list-selector i.single-family {
    display: none;
}


/* =========================
   SDSJBM:25772: PWLogin
   ========================= */

.PWLogin.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: 10px 5px 10px 5px;
    text-align: center;
}


/* =========================
   SDSJBM:25982: Checklists
   ========================= */

.Checklist {
    background-color: inherit; /* ivory */
}

.Checklist table {
    border-collapse: collapse;
    width: 100%;
}

.Checklist table input[type='text'] {
    margin: auto;
}

.Checklist div.Header {
    background-color: lightSkyBlue;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Checklist tr.DetailHeader th,
.Checklist tr.DetailHeader td {
    font-size: 0.5em;
    text-align: left;
    background-color: lightGray;
}

.Checklist tr.Detail,
.Checklist tr.Description {
    border-bottom: 1px solid grey;
}

.Checklist tr.Detail:hover {
    background-color: #fff3c1; 
}

.Checklist td.TimeColumn {
    width: 60px;
}

.Checklist td.TimeColumn input[type='text'] {
    width: inherit;
}

.Checklist td.selected {
    background-color: lightBlue;
}

.Checklist td.ok.selected {
    background-color: darkSeaGreen;
}

.Checklist td.problem.selected {
    background-color: orange;
}

.Checklist td.damaged.selected {
    background-color: indianred;
}

.Checklist .Comment,
.Checklist .TimeFormat {
    color: blue;
    width: 100%;
}

.Checklist .Comment.Watermark,
.Checklist .TimeFormat.Watermark {
    color: gray;
    width: 100%;
}

/* =========================
   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;
}

/**************************************************************
 * Custom Website for Stream Data
 *************************************************************/

#SM_MainContent_imgStreamLogo {
    display: none;
}


/* Hide the header text on the DEFAULT modules */
.modGroupId-1,
.SiteFooterPanel {
    background-color: #edeef2;
}

.modGroupId-1 .ActionBarHeader,
.modGroupId-6 .ActionBarHeader,
.modGroupId-9 .ActionBarHeader {
    display: none;
}

.modGroupId-1 .HeadPanel,
.modGroupId-6 .HeadPanel,
.modGroupId-9 .HeadPanel {
    border: 0 !important;
}

/* SDSJBM:26180: Hide DRWiki Title */
.HeadPanel.moduleId-148 {
    display: none;
}

/* Header line 1 spacing */
.modGroupId-1.mgf3ColumnPanel {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.SiteLogo {
    max-width: 100%;
    max-height: 50px;
}

form.LoggedIn .SiteLogo {
    max-height: 32px;
}

form.LoggedIn .SiteLogoMain {
    padding-top: 5px;
    padding-left: 0px;
}

/* Header Links */
form.LoggedIn .moduleId-131 {
    padding:10px;
}

.modGroupId-3 .DesktopModuleContent {
    padding: 0px;
}

.header-call {
    text-align: center;
}

.header-flag {
    float:right;
    margin-top: -10px;
}

/* Header Right area */
form.LoggedIn .LoginPanel {
    padding: 8px;
}

form.LoggedIn #SM_ctl20_ServicesStatusImage {
    max-height: 18px;
}

form.NotLoggedIn .LoginPanel img {
    display: none;
}

/* Logo and Tab to be displayed side-by-side */
form.NotLoggedIn .TabMain {
    visibility: visible;
    display: inherit;
    width: auto;
    margin-top: 0px;
    background-color: inherit;
    border: none;
}

.sdsDropDown a:link, .sdsDropDown a:visited {
    padding: 8px 10px 0px 10px;
}

/* SDSJBM:23104: Sub family tabs */
.canapps-family a:link, .sdsDropDown a:visited {
    padding: 8px 10px 0px 10px;
    float: left;
}

form.NotLoggedIn .TabHeaderPanel {
    padding-left: 50px;
}

form.NotLoggedIn .sdsMenu{
    width: auto;
}

/* Smaller menu */
form.LoggedIn .sdsMenu li {
	padding-top: 1px;
}

form.NotLoggedIn .sdsMenu li.Selected {
    background: none;
}

form.NotLoggedIn .sdsMenu li.Selected a {
    color: inherit;  /* Only one choice, would be black */
}

form.NotLoggedIn .sdsMenu li a:hover {
    color: rgb(122, 183, 0);
}

form.LoggedIn .sdsLevel2 li:first-child {
    margin-top: 7px;
}

/* Footer */
.modGroupId-6.mgf2ColumnPanel {
    padding-left: 5px;
}

.moduleId-137 {
    text-align: right;
    padding: 0px;
    padding-top: 10px;
}

form.LoggedIn .SiteFooterPanel {
    display: none;
}

/* 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 .PTEmailPanel {
    display: inline;
}
form.EditContact .TextboxLarge {
    height: 50px; 
}

/* Email Preferences */
form.EmailPreferences input {
    margin: 0;
    padding: 10px 5px 10px 5px;
}

/* Contact Us */
form.tabId-122 .PanelContent input,
form.tabId-122 .PanelContent textarea,
form.tabId-122 .PanelContent select {
    margin: 0;
    padding: 10px 5px 10px 5px;
}

form.tabId-122 select {
    padding: 10px 5px;
    font-size: 1.2em;
}

form.tabId-122 .CaptchaCell input,
form.EmailPreferences input {
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/**************************************************************
 * Overrides for large screens
 * This is for pages xxx and over
 * - put smallest to largest when using min-width
 **************************************************************/


/**************************************************************
 * Overrides for small screen
 * This is for pages below 1350px
 * Remove the columns
 **************************************************************/
@media screen and (max-width: 1350px)
{
    /* SDSJBM:3104: Header - Left links to second line */
    form.LoggedIn .moduleId-131 {
	display: inline-block;
        padding-left: 0px;
    }
}

@media screen and (max-width: 850px)
{
    /* SDSJBM:3104: Header font smaller */
    form.LoggedIn .modGroupId-7 {
	font-size: 0.9em;
    }
}

/**************************************************************
 * Overrides for small screen
 * This is for pages below 750px
 * Remove the columns
 **************************************************************/
@media screen and (max-width: 749px) {
    /* SDSJBM:3104: Header font size back to normal */
    form.LoggedIn .modGroupId-7 {
	font-size: inherit;
    }

    .HeadBg {
        border-bottom: none;
    }

    .SocialMediaPanel {
        padding-top: 50px;
    }

    /* Logo and Tab to be displayed vertical */
    form.NotLoggedIn .TabMain {
	margin-top: 10px;
	width: 100%;
    }

    form.NotLoggedIn .TabHeaderPanel {
        padding: 0px;
    }

    .TabHeaderPanel {
        float: none;
    }
        
    .SearchHeaderMain {
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    /* SDSJBM:20160426 Set the columns to full width */
    form.NotLoggedIn .LeftPane,
    form.NotLoggedIn .ContentPane,
    form.NotLoggedIn .RightPane,
    .LeftPane,
    .ContentPane,
    .RightPane,

    /* SDSJBM:20160426 Set the footer to full width */
    .mgf3ColumnModule,
    .mgf2ColumnModule {
        width: 100%;
	margin-left: 0px;
	margin-top: 20px;
    }

    /* SDSJBM:23104: Header top-line */
    .SiteHeaderPanel .mgf3ColumnModule {
	margin-top: 5px;
    }

    .mgf3ColumnModule:first-child,
    .mgf2ColumnModule:first-child {
	margin-top: 0px;
    }

    .SiteHeaderPanel .DesktopModuleContent,
    form.LoggedIn .LoginPanel {
	padding-top: 0px;
	padding-bottom: 0px;
    }

    .SiteHeaderPanel .mgf3ColumnModule .mgd-Module {
        padding-left: 0px;
    }

    .SiteHeaderPanel .mgf3ColumnPanel {
        text-align: center;
    }

    .SiteHeaderPanel .LoginPanel {
        float: none;
    }

    /* Header links */
    form.LoggedIn .moduleId-131 {
	float: right;
    }

    .moduleId-137 {
        padding-right: 10px;
        float: right;
    }

    .padleft {
        margin-left: 0px;
    }

    .padright {
        margin-right: 0px;
    }

    /* SDSJBM:23458: Reduce form size */
    .PanelFormLabel {
		max-width: 80px;
    }

    .PanelFormData {
        min-width: auto;
    }

    .TextboxMedium {
	width: 80%;
        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,
    .sdsDropDown.desktopFamily .current.canapps-family,
    .sdsDropDown.desktopFamily .current.canapps-family > .menu-title.cookie {
	display: block;
        background-color: inherit;
    }

    form.NotLoggedIn:not(.cantab-menu) .sdsDropDown.desktopFamily .current.canapps-family > .menu-icon,
    form.NotLoggedIn:not(.cantab-menu) .sdsDropDown.desktopFamily .current.canapps-family > .menu-title {
	display: none;
    }

    form.NotLoggedIn:not(.cantab-menu) .sdsDropDown.desktopFamily .current.canapps-family > .menu-title.cookie {
	display: inherit;
    }

    form.cantab-menu .sdsDropDown .cookie-separator {
        display: inherit;
    }

    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.NotLoggedIn .canapps-family > .level {
	top: 65px;
        background-color: lavender;
    }

    form.NotLoggedIn .sdsLevel1 .canapps-family .list-selector
    {
	top: 19px; 
    }

    form.NotLoggedIn.cantab-menu .level .list-selector {
	top: 5px; 
    }

    form.NotLoggedIn .sdsDropDown.desktopFamily .canAppListItem,
    form.NotLoggedIn:not(.cantab-menu) .sdsDropDown.desktopFamily .canAppListItem {
        padding-left: 0px;
        padding-right: 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:#000084;
        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 */
    .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;
    }

    /* SDSJBM:23104: Copyright/Login footer */
    .moduleId-136,
    .moduleId-137 {
	margin-left: 0;
	margin-top: 0;
    }

    .modGroupId-6 .mgf2ColumnModule {
	width: 45%;
    }

    .poweredByCANapps .SiteLink {
        padding: 0 !important;
    }

    .DesktopModuleContent.moduleId-103 {
        padding-bottom: 0;
    }

    .SiteFooterPanel .DesktopModuleContent.moduleId-136,
    .SiteFooterPanel .moduleId-137,
    .SiteFooterPanel .DesktopModuleContent.moduleId-138 {
        padding: 0;
        padding-top: 5px;
        padding-left: 10px;
    }
    
    /* SDSJBM:23104: Site Footer */
    .SiteFooterPanel .moduleId-137 {
        float: right;
        padding-right: 10px;
    }

    /* =========================
       SDSJBM:25772: PWLogin
       ========================= */

    .PWLogin.horizontal > *,
    .PWLogin.horizontal .PWLogin-LoginLabel,
    .PWLogin.horizontal .PWLogin-PasswordLabel {
        display: block;
	padding-bottom: 10px;
    }
}

/**************************************************************/
@media screen and (max-width: 535px) {
    .Normal {
        font-size: 15px;
    }

    form.LoggedIn .Normal {
	font-size: 12px;
    }

    /* SDSJBM:23104: Forms */
    .ActionBarHeader {
	font-size: 1.5em;
    }

    .PanelFormLabel {
	width: 80px;
    }

    /* All text input boxes */
    input[type="text"] 
    {
        width: inherit;
    }

    /* SDSJBM:23104: Center the header */
    form.LoggedIn .SiteLogoMain {
	float: none;
    }
    form.LoggedIn .moduleId-131 {
	float: none;
        padding: 0;
        padding-top: 5px;
    }

    /* SDSJBM:23104: Center the footer */
    .modGroupId-6 .mgf2ColumnModule {
	width: 100%;
    }

    .poweredByCANapps .SiteLink {
        padding: 0 !important;
    }

    .DesktopModuleContent.moduleId-103 {
        padding-bottom: 0;
    }

    .SiteFooterPanel .DesktopModuleContent.moduleId-136,
    .SiteFooterPanel .moduleId-137,
    .SiteFooterPanel .DesktopModuleContent.moduleId-138 {
        padding: 0;
        padding-top: 5px;
        padding-left: 10px;
    }
    
    /* SDSJBM:23104: Site Footer */
    .SiteFooterPanel .moduleId-137 {
        float: none;
        text-align: left;
        padding-bottom: 5px;
    }
}

/**************************************************************/
@media screen and (max-width: 370px) {

    .modGroupId-6 .mgf2ColumnModule {
	width: inherit;
    }

    .poweredByCANapps .SiteLink {
        padding: 0 !important;
    }

    .DesktopModuleContent.moduleId-103 {
        padding-bottom: 0;
    }

    .SiteFooterPanel .DesktopModuleContent.moduleId-136,
    .SiteFooterPanel .moduleId-137,
    .SiteFooterPanel .DesktopModuleContent.moduleId-138 {
        padding: 0;
        padding-top: 5px;
        padding-left: 10px;
    }
    
    /* SDSJBM:23104: Site Footer */
    .SiteFooterPanel .moduleId-137 {
        float: left;
        text-align: left;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 325px) {
    .Normal {
        font-size: 15px;
        line-height: 1.2em;
    }
}
