/*@charset "utf-8";*/

/* https://www.telerik.com/forums/radlistbox-width-setting-problem-2015-1-401 */
html .RadListBox {
    min-width: 0;
}

.jstree-anchor {
    /*enable wrapping*/
    white-space: normal !important;
    /*ensure lower nodes move down*/
    height: auto !important;
    /*offset icon width*/
    padding-right: 24px;
}

.jstree-node {
    font-family: sans-serif;
    font-size: 14px;
}

.nodatafound {
    font-size: 1.4em;
    color: red;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    font-size: 22px;
    font-weight:500;
    padding: 20px;
    height: 90%;
}

/*.grid-child {
    vertical-align: center;
}*/

.techTitle {
    font-size: 12px;
    text-align: center;
}

.rotate-text {
    width: fit-content;
    padding: 20px 10px 10px 10px;
    border-radius: 6px;
    transform: rotate(270deg);
    font-size: small;
    margin-top: 200px;
    margin-left: -25px;
}

.glossary {
    position: absolute;
    margin-top: -60px;
    margin-left: -260px;
    margin-right: 50px;
    height: calc(100vh - 250px);
    width: calc(100vw - 55px);
}

#ctl00_ContentPlaceHolder1_PeriodsBox > option, 
#ctl00_ContentPlaceHolder1_PeriodYearBox > option {
    margin-bottom: 2px;
}

.lblFooter {
    position: relative;
	font-size: 12px;
}

.DataWebControlStyle {
    margin-left: 20px;
    max-width: calc(100% - 40px);
    max-height: 320px;
    overflow-x: auto;
    overflow-y: auto;
    width: 100%
}

.RadioLabel { 
    font-size: 16px;
}

.offsetHeader {
    position: relative; 
    top: -72px; 
}

/* https://supfort.com/css-accordion-animation */
.accinput {
     display: none;
 }

.acclabel {
    position: relative;
}

.acclabel {
    display: block;    
    margin: 10px 0 1px 0;
    padding: 5px 5px;
    cursor: pointer;
    background: #FFF;
    border-radius: 3px;
    transition: ease .5s;
    font-size: 24px;
    font-weight: 100;
}

    .acclabel::after {
        font-family: 'Font Awesome 5 Free';
        content: '\0020';
        font-weight: bold;
        font-size: 24px;
        position: absolute;
        right: -0px;
        top: 6px;
    }

    .acclabel:hover {
        background: #CCC;
    }


.accinput:checked + .acclabel::after {
    content: '\f057';
}


.content {
    background: #E2E5F6;
    padding: 10px 10px;
    border: 1px solid #A7A7A7;
    margin: 0 0 1px 0;
    border-radius: 5px;
    font-size: 14px;
}

.accinput + .acclabel + .content {
    display: none;
}

.accinput:checked + .acclabel + .content {
    display: block;
}

/* body {
	background-color: #FFF;
	background-image: url(../Images/bgTop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: Black;
}
    */

hr {
	color: Gray; /* #ff6600;*/
	height: 1px;
	width: 80%;
	text-align: left;
	margin-top: 5px;
}

img {
	border: 0px;
}

.error p{
 	font-size: 15px;
    font-weight: bold;
}

#container {
	font-size: 11px;	
	width: 100%;
	height: auto;
}

/***********/
.mainButton {
    font-weight: bold;
    font-size: 14px;
    color: blue;
    vertical-align: bottom;
    border-width: 2px;
}

#topNav {
	padding-top: 10px;
	color: #666666;
	text-align: right;
}

#topNav ul {
	list-style: none;
	margin-right: 20px;
}

#topNav ul li {
	border-right: 1px solid #666666;
	display: inline;
	font-size: 10px;
}

#topNav ul li.last {
	border-right: none;
	display: inline;
}

#topNav a {
	text-decoration: none;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
}

#topNav a:hover {
	color: #000000;
	text-decoration: underline;
}
/**************/

#topBanner {
	height: 114px;
	width: 100%;
}

#topBannerInternal {
	height: 165px;
	width: 100%;
}

#logo {
	width: 273px;
	height: 165px;
	float: left;
	position: absolute;
	z-index: 10;
}

#logo img {
	margin-left: 100px; 
	margin-top: 25px;
}

#logoInternal {
	width: 273px;
	height: 165px;
	float: left;
	position: absolute;
	z-index: 10;
}

#logoInternal img {
	margin-left: 120px; 
	margin-top: 70px;
}

/**************/
#mastheadHome {
	background-image: url(../Images/bannerHome.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	width: 672px;
	height: 230px;
	position: absolute;
	padding-left: 273px;
}

#mastheadHome #escTitle {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	font-size: 30px;
	line-height: .95em;
	padding-top: 50px;
	padding-right: 40px;
}

#mastheadHome #escTitle .small {
	font-size: 20px;
	font-style: italic;
} 

#mastheadAbout #escTitle, #mastheadBusiness #escTitle, #mastheadIndividual #escTitle, #mastheadLMI #escTitle {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	font-size: 22px;
	line-height: .95em;
	padding-top: 30px;
	padding-right: 20px;
}

#mastheadAbout #escTitle .small, #mastheadBusiness #escTitle .small, #mastheadIndividual #escTitle .small, #mastheadLMI #escTitle .small {
	font-size: 16px;
	font-style: italic;
} 

#mastheadAbout h1, #mastheadBusiness h1, #mastheadIndividual h1, #mastheadLMI h1 {
	color: #ff6600;
	font-size: 24px;
	padding-right: 20px;
	padding-top: 20px;
	line-height: 1em;
}

#mastheadAbout h1 a, #mastheadBusiness h1 a, #mastheadIndividual h1 a, #mastheadLMI h1 a {
	color: #ff6600;
	text-decoration: none;
}

/******************/

/**************/
#mastheadAbout {
	background-image: url(../Images/bannerAbout.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	width: 672px;
	height: 165px;
	position: absolute;
	padding-left: 273px;
}

#mastheadBusiness {
	background-image: url(../Images/bannerBusiness.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	width: 672px;
	height: 165px;
	position: absolute;
	padding-left: 273px;
}

#mastheadIndividual {
	background-image: url(../Images/bannerIndividual.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	width: 672px;
	height: 165px;
	position: absolute;
	padding-left: 273px;
}

#mastheadLMI {
	background-image: url(../Images/d4banner.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	/*width: 672px; */
	height: 120px;
	position: absolute;
	padding-left: 256px;
}
/**************/

#executiveRight {
	color: #666666;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 30px;
	padding-right: 40px;
}

/****************/
#leftNav, .leftNav {
	float: left;
	position: relative;
	margin-bottom: 50px;
	/*z-index: 80;*/
}

/******  BEGIN STYLE FOR LEFT NAVIGATION ********/
/******  ADDITIONAL STYLING CAN BE FOUND IN 'superfish.css'  *********/
.leftLinks {
	background-color: #CCCCCC;
	/* background-image: url(../Images/navCorner.gif);
	background-position: left top;
	background-repeat: no-repeat;  */
	margin-top: 70px;
	width: 260px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 3px;			
}
#leftLinksul {
    padding: 20px 20px 10px 5px;
	background-image: url(../Images/navRightBorder.gif);
	background-position: right;
	background-repeat: repeat-y;
	font-size:10px;	
}


#leftLinksul a {
    text-decoration: none;    
    /*color: #ffffff;
    font-size: 9pt;*/
    /*margin-left: 5px;
	margin-right: 5px;*/
	display: block;
	color:White;
}

#leftLinksul a:hover {
    color: #ffffff;
    text-decoration: none;
	background-image: url(../Images/bulletNav.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 7px;
	
	
}

#leftLinksul .current{
	font-weight: bold;
	text-decoration: none;
	/*background-image: url(../Images/bulletNav.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 7px;*/
}

/******  END STYLE FOR LEFT NAVIGATION ********/

#navTitle {
	float: left;
	padding-top: 12px;
	padding-left: 2px;	
	
}


#otherLeftNav {
	padding-left: 35px;
	padding-right: 20px;
	width: 223px;
}

/****************/

#login {
	padding-left: 35px;
	padding-right: 20px;
	cursor: pointer;
}


#loginBoxes
{
	text-align: left;
	width: 202px;
	cursor: auto;
}

#loginBoxes img
{
	vertical-align:top;

} 

.loginTB, .loginBtn
{
	font-size: 9pt;
	margin-bottom: 10px;
}

.loginTB
{
	width: 160px;
}

.fieldText {
	font-size: 9px;
	color: #ff6600;
	font-weight: bold;
	cursor: auto;
}

/****/
.vGroupSummary, .forgotPINGroupSummary
{
	color: #8c0628;
	font-size: 9px;
	line-height: 1.25em;
	padding-bottom: 6px;
}
.forgotPINGroupSummary
{
	text-align: center;
}
.vGroupSummary
{
	text-align: left;
}

#additionalInfo {
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
}

#additionalInfo a {
	text-decoration: none;
	font-size: 9px;
	color: #000;
}

/************/
.basicModal .basic {
	cursor: help;
}
/****/

#qlContainer {
	border: 1px solid #999999;
	background-color: #cccccc;
	left: -6px;
	/*margin-top: 1px;*/
	width: 645px;
	padding: 5px;
	position:relative;
	z-index: 50;
	float: left;
	visibility:inherit
}

#qlContainer1 {
	border-top: 1px solid #999999;
	background-color: #cccccc;
	left: -6px;
	width: 933px;
	padding-top: 5px;
	position:relative;
	z-index: 50;
	float:left;
	visibility:inherit
}

#otherLeftNav ul {
	padding-left: 0px;
}

#otherLeftNav ul li {
	list-style-type: none;
	padding-bottom: 5px;
}

#otherLeftNav a {
	color: #003366;
	font-size: 11px;
	text-decoration: none;
}

#otherLeftNav a:hover {
	text-decoration: underline;
}

#otherLeftNav a:visited {
	color: #666666;
}

#pageBody, #pageBodyInternal {
	background-color: #FFF;
	width: 615px;
	padding: 5px 20px 10px 10px; 
	height: auto;
	line-height: 1.5em;
}

#pageBody1, #pageBodyInternal1 {
	background-color: #FFF;
	width: 933px;
	height: auto;
	padding-left: 5px;
	padding-right: 20px;
	/*padding-bottom: 10px;
	padding-top: 20px;*/
	line-height: 1.5em;
}

#pageBody h1 {
	/*background-image: url(../Images/bulletOrange.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	/*padding-left: 20px;*/
	margin-bottom: 10px;
	font-size: 20px;
	color: #003366;
	/*border-bottom: 1px solid #CCC;*/
}

#pageBodyInternal h1 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #003366;
}

#pageBody h2, #pageBody1 h2, #login h2, .heading, #pageBodyInternal h2, #otherLeftNav h2, #mppageBody h2, #mppageBodyInternal h2 {
	background-image: url(../Images/bulletOrange.gif);
	background-position: top left;
	background-repeat: no-repeat;
    padding-top: 3px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 17px;
	color: #006699;
	border-bottom: 1px solid #CCC;
	display: block;
	font-weight: bold;
	width:600px;
}

#pageBody h3, .subheading, #pageBodyInternal h3 {
	color: #ff6600;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 12px;
	display: block;
	text-decoration: none;
}

#pageBody1 h3, .subheading, #pageBodyInternal h3 {
	color: #ff6600;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 12px;
	display: block;
	text-decoration: none;
}

#pageBodyInternal ul, #pageBodyInternal ol {
	margin-left: 30px;
	margin-top: 10px;
}

#pageBodyInternal ul li, #pageBodyInternal ol li {
	margin-bottom: 8px;
}

#pageBodyInternal ul li ul {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#leftCenterColumn {
	/* display:inline;
	float:left; */
	width: 375px;
	background-color: #FFF;
	margin: 10px;
}

#CenterColumn, .CenterColumn {
	background-color: #FFF;
	margin: 70px 10px 10px 10px;
}
#CenterColumn1 {
	/* display:inline;
	float:left; */
	
	width: 933px;
	background-color: #FFF;
	margin: 0px;
}

#rightCenterColumn {
	width: 620px;
	/* display:inline;
	float: left; */
	
	text-align:right;
	margin-left: 0px;
	background-color: #FFF;
	margin: 0px;
}

#rightCenterColumn1 {
	width: 100%;
	/* display:inline;
	float: left; */
	
	text-align:right;
	margin-left: 0px;
	background-color: #FFF;
	margin: 0px;
}

.date {
	font-size: 13px;
	color: #003366;
	font-weight: bold;
}

.headline {
	font-size: 12px;
	color: #0099cc;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
	line-height: 1.25em;
}

.subheadingdesc {
	font-size: 10px;
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 5px;
}

.more {
	font-size: 11px;
	color: #ff6600;
	font-weight: bold;
	text-align: right;
	margin-top: 3px;
}

.more a {
	color: #ff6600;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
}

.alerts {
	font-size: 12px;
	color:#990000;
	font-weight: bold;
	padding-bottom: 20px;
}

#resources {
	margin-left: -5px;
}

#resources td {
	border: 1px solid #999; 
	background-color: #CCC; 
	padding: 3px;
}

footer {
/*    padding: 5px 0; */
    background-color: #00679A;
}
 
footer p  {
    color: #fff;
    margin-top: 5px;
}

/**************/
#bottomLinks {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#bottomLinks ul {
    margin: 3px;
    padding: 0px;
    white-space: nowrap;
}

#bottomLinks li {
    list-style-type: none;
    display: inline;
}

#bottomLinks li a, #copyright a {
    text-decoration: none;
    padding: 0px 10px;
    font-size: 8pt;
    /*color: #666666;*/
}

#bottomLinks li a:hover, #copyright a:hover {
    text-decoration: underline;
    color: #000;
}

/**************/

#copyright {
	color: #666666;
    font-size: 8pt; 
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
}
/**************************************************/

#errorPage 
{
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 20px 20px 20px;
	border: none;
	width: 500px;	
	background-image: url(../Images/esclogo.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

#errorPage p, #errorPage a
{
	font-family: Tahoma;
	font-size: 10pt;	
	color: Black;
	margin-bottom: 10px;
	margin-top: 15px;
}

.mandatory
{
	font-family: Verdana, Geneva, sans-serif;
	FONT-SIZE:9px; 
	color: red;  
	FONT-WEIGHT:bold; 
}
.labelCaption
{
	color:navy;
	font-weight:bold;
}



/***********/
#mainNav {
	/* padding-top: 10px; */
	/* color: #006699; /* #666666;*/
	text-align: right;
	font-weight: bold;
}

#mainNav ul {
	list-style: none;
	/*margin-right: 20px;*/
}

#mainNav ul li {
	border-right: 1px solid #006699;
/*	display: inline; */
	font-size: 12px;
}

#mainNav ul li.last {
	border-right: none;
	display: inline;
}

#mainNav a {
	/*text-decoration: none;*/
	/*color: #006699; color: #666666;*/
	padding-left: 10px;
	padding-right: 10px;
}

#mainNav a:hover {
	color: #ff6600;
	text-decoration: underline;
}
/**************/
/*
.tableHeader
{
	background-color: #006699; 
	font-style:normal;
	color:White; 
	text-align:center;
	border: solid 1 Gray;
}*/
.gridviewHeader
{
	background-color: #006699; 
	font-size:11px;
	color:White; 
	text-align:center;
	border: solid 1 Gray;
}

.gridviewHeader a
{
	/*text-decoration: none;*/
	vertical-align:top;
	color:White;
	text-align:center;
	padding-top:5px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	font-style:normal;
	font-size:11px;
}

.gridviewHeader a:hover {
	/*color: #ff6600;*/
	text-decoration: underline;
}


.ahref {
	color: #006699;
	/*font-size:12px;*/
	text-decoration:underline;
}

.ahref11 {
	color: #006699;
	font-size:11px;
	/*text-decoration: none;*/
}

.ahrefadmin {
	color: White;
	/*font-size:12px;
	text-decoration:underline;*/
}

.ahref:hover {
	color: #ff6600;
	/*font-size:12px; */
	text-decoration: underline;
}

.ahrefadmin:active .ahrefadmin:visited {
	color: White;
}

.ahrefadmin:hover {
	color: #ff6600;
	/*font-size:12px; */
	text-decoration: underline;
}

.ahref11:hover {
	color: #ff6600;
	font-size:11px;
	text-decoration: underline;
}

.linkbutton {
	color: black;
	font-weight:bold;
	font-style:normal;
	text-decoration: underline;
	font-size:11px;
	padding-left:10px;
	/*margin-top:10px;*/
	/*text-decoration: none;*/
}
.linkbutton:hover {
	color: white;
	background-image:url(../Images/bulletNav.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight:bold;
	font-style:normal;
	text-decoration: underline;
	padding-left:10px;
	/*text-decoration: none;*/
}

.divCES
{
  overflow: auto; 
  width: 300px; 
  height: 150px;
}
.divLAUS
{
	width: 330px;
}

.divQCEW
{
	overflow: auto; 
	width: 620px; 
	height: 150px;
}
.divOES
{
	overflow: auto; 
	width: 600px; 
	height: 150px;
}
.divABCAP
{
	width: 400px;
}
.TreeView
{
    text-decoration: none;
	background-image: url(../Images/bulletNav.gif);
	background-position: left;
	background-repeat:no-repeat;
	padding-left: 7px;
}

#mpqlContainer {
    flex: auto;
    width: calc(100% - 260px); 
    position: relative;
    /*z-index: 50;*/
    float: left;
    background-color: #FFF;
    height: calc(100vh - 160px);
    padding: 10px;
    /*margin-top: 60px;*/
    padding-bottom: 100px;
    /*  line-height: 1.5em;  */
}
#mppageBody h1 {
	/*background-image: url(../Images/bulletOrange.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	/*padding-left: 20px;*/
	margin-bottom: 10px;
	font-size: 20px;
	color: #003366;
	/*border-bottom: 1px solid #CCC;*/
}

.aHyperlinkPgmOverview {
	color: #ff6600;
	font-size:12px;
	font-weight:bold;
	text-decoration:none
}
.lblDisplay 
{
 color:#006699;
}
.gvHeaderStyle th 
{
padding:0px 4px 0px 4px; 
}
.gvRowStyle td {
padding:0px 4px 0px 4px; 
}
	
.gvAlternatingRowStyle td {
padding:0px 4px 0px 4px; 
}

div.RadGrid_Default ,
div.RadGrid_Default .rgHeaderDiv
{
    background:none #006699;
   
 }

div.RadGrid_Default  .rgHeader,
div.RadGrid_Default  th.rgResizeCol
{
          background-image: none ; 
          border-right-color: #dcdcdc; 
          border-right-style:solid;
          border-right-width:1px;
          text-decoration:underline;
          background-color: #006699; 
          color:White;
          font-family: Roboto, Verdana, Geneva, sans-serif;
          font-size:12px;
          text-align:center;
}

div.RadGrid_Default  .rgRow
{
         background-color:#fff; 
         font-family: Verdana, Geneva, sans-serif; 
         font-size:11px;
}


div.RadGrid_Default  .rgAltRow
{
         background-color:#F2F2F2; 
      font-family: Verdana, Geneva, sans-serif;
      font-size:11px;
       
}
/*div.RadGrid_WebBlue ,
div.RadGrid_WebBlue 
*/
.rgHeaderDiv
{
    background:none #006699;
   
 }

div.RadGrid_WebBlue  .rgHeader,
div.RadGrid_WebBlue  th.rgResizeCol
{
          background-image: none ; 
                border-right-color: #B0C4DE; 
         border-right-style:solid;
           border-right-width:1px;
          text-decoration:underline;
          background-color: #006699; 
          color:White;
          font-family: Verdana, Geneva, sans-serif;
          font-size:11px;
          text-align:center;
}

div.RadGrid_WebBlue  .rgRow,
div.RadGrid_WebBlue  td.rgResizeCol
{
         background-color:#fff; 
         font-family: Verdana, Geneva, sans-serif; 
         font-size:11px;
         border-style:solid !important;
         border-color:red !important;
         border-width:1px !important;
}


div.RadGrid_WebBlue  .rgAltRow
{
         background-color:#F2F2F2; 
      font-family: Verdana, Geneva, sans-serif;
      font-size:11px;
       border-style:solid !important;
         border-color:Gray !important;
         border-width:1px !important;
       
}
.text {
	color: navy;
	font-size:11px;
}

.button 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	cursor: hand;
	height:19px;
	width:51px;
	/*border-width:0px; 
	padding:3px 5px 0 0; */
	/*margin:0px;*/
}
.btnbig 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	cursor: hand;
	height:23px;
	
	/*border-width:0px; 
	padding:3px 5px 0px 0px; 
	margin:0px;*/
}



.intro {
    margin-top: 100px;
    text-align: center;
    z-index: 1;
}

.intro h1 {
    font-size: 70px;
    font-weight: 500;
    color: #00679A;
}

@media screen and (max-width: 768px) {
    .intro h1 {
        font-size: 50px;
    }
}

.intro h2 {
    font-size: 30px;
    font-weight: 700;
}

.intro p {
    font-size: 18px;
    font-weight: 400;
}













