@charset "utf-8";
/* EMPLOYEE CSS MAIN */


@import url("../cmn/jquery.ui.button.css");
@import url("../cmn/datepicker.css");
@import url("../cmn/jquery.ui.theme.css");
@import url("data.table.css");
@import url("form.fields.css");
@import url("dropdown.menu.css");
@import url("content.table.css");
@import url("buttons.css");
@import url("list.css");
@import url("jquery.selectBox.css");


/*fixes*/
a:link, a:hover, a:active {outline: 0;}
* :focus { outline: 0; }

body {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height:115%;
}
.sectional-title{
	background-color: #0d436b;
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#main-container {
	width: 1118px !important;
	
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:normal;
	color:#0d436b;
    font-size:20px;
}


.content-title{
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px !important;
	font-weight:normal !important;
	text-transform:normal;
	color: #0d436b;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.content-subtitle{
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px !important;
	font-weight:normal;
	text-transform:normal;
	color: #0d436b;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-align: left;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #224A5F;
	margin: 5px 0 5px 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin: 5px 0 5px 0;
}

.generic-label {
	color: #369;
	font-family:Arial;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow:1px 1px 1px #666;
	width: 145px;
	height: 38px;
	padding-right: 5px;

	
}

#errorScreen {
    background: #FFF;
    color:firebrick;
    border: 1px solid #d20000;
}

#errorScreen tr > td:first-child {
    background: #d20000;
}

#errorScreen > tbody > tr > td > ul{
    padding-left: 35px;
}


#errorScreen > tbody > tr > td > ul > li{
	padding: 4px 3px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    text-align: left;
	color: #3c4542;
    margin: 0px;
    list-style-type: circle;    
    
    
}

#errorScreen > tbody > tr > td > ul > li:first-child{
	font-size: 14px;
    font-weight: bold;
    color:#d20000;
    list-style-type: none; 
    padding-right:20px;
    line-height: 140%;
}

#errorScreen > tbody {
    left: 0px;
    
}


/*COLOR CHANGE FOR ERROR TEXT ONLY*/
#errorScreen ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
	color: #224a5f;
	line-height: 1.2em;
}

/*
#errorScreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-align:justify;
	color: #333;
	padding: 10px;
	background-color:#fff;
}
*/

/*COLOR CHANGE FOR ERROR TEXT ONLY*/
/*
#errorScreen ul {
	color:#333;
}
*/

.error-icon {
	float: left;
	padding: 10px 0 10px 10px;
}

.support-icon {
	float: left;
	padding: 5px 20px 10px 10px;
}

#header {
	background-image: url(img/logo_main.png);
	background-position: 0px 8px;
	background-repeat:no-repeat;
	height: 90px;
    position: relative;
    z-index: 1000;
}

#menuBar {
	height: 50px;
	width: 600px;
	background-color:#e5e4db;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	z-index: 1000;
	/*border-right: solid 8px #fff;*/
}

#menu-container {
	top:89px;
	height:41px;
	z-index:1001;
    left:-120px;
    display: block;
    position: relative;
    
    
}

.menu-center{
    width: 100% !important;
    display: block;
    position: absolute;
}
.menu-extra {
    margin-left: auto ;
    margin-right: auto ;
   width: 1126px !important;
    
}

.table-center{
    width: 100% !important;
    display: block;
}
.table-extra {
    margin-left: auto ;
    margin-right: auto ;
}

.banner-container {
	border: solid 1px #ccc;
	border-radius: 0px; /*w3c border radius*/
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	background-position: center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	max-height: auto !important;
	width: 1125px !important;
	z-index: 0;
	margin-left:0px
}

.image-size{
  width: 1130px !important;
}

.sign-in-module{
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	z-index:1000;
	position:absolute;
	left: 30px;
	top: 125px;
	width: 290px;
	height:210px;
	/*background-color:#8dc640;*/
	background-color:#FFFFFF;
    border: solid 1px #ccc;
	border-radius: 0px; /*w3c border radius*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-top:20px;
	padding:8px;
}

.password-text-box{
	margin:0;
	float:left;
	width:169px;
	font-size:11px;
	height:16px;
	border:none;
	color:#333;
	padding:5px 0 6px 0;
	zoom:1;
	z-index:1000;

}

.userID-text-box{
	margin:0;
	float:left;
	width:169px;
	font-size:11px;
	height:16px;
	border:none;
	color:#333;
	padding:5px 0 6px 0;
	zoom:1;
	z-index:1000;

}

.sign-in-module .sign-in-module-content .userID-text-box{
	border: 1px solid #ccc;
	border-radius:0px; 
	padding-left: 10px !important;
	background-color:#ffffff !important;
	z-index:1000;
    height: 28px;
    width: 88%;
    margin: 12px;
    font-size: 13px;
    font-weight: bold;
    color:#767c7a !important;
    
}

input:-webkit-autofill {
    color: #2a2a2a !important;
}

.sign-in-module .sign-in-module-content .password-text-box{
	border: 1px solid #ccc;
	border-radius:0px; 
	padding-left: 10px !important;
	background-color:#ffffff;
	z-index:1000;
    height: 28px;
    width: 86%;
    margin: 12px;
    font-size: 13px;
    font-weight: bold;
    color:#767c7a !important;
	z-index:1000;

}

.sign-in-module .forgot-password{
	font-size:13px;
	padding:10px 0px 0px 14px;
	float:left;
	text-align:left;
	display:block;
	height:28px;
	width:100%;
    margin-top: 5px;
  
}



.sign-in-module .forgot-password a {
	color: #767c7a;
	text-decoration: none;
}

.sign-in-module .forgot-password a:hover {
	color: #767c7a;
	text-decoration: underline;
}

*html .search-text-box{
	width:187px;
	height:24px;
}

.sign-in-module .sign-in-module-content .button{
	float:left;
    margin-left: 10px;
    margin-top: 7px;
	width:91px;
	height:38px;
	background:url(img/sign-in-btn-icon.png) no-repeat;
	
	cursor:pointer;
	border: 2px solid #FFF;
}

.sign-in-module #top-button{
	display:block;
}

.sign-in-module .sign-in-lock{
	background:url(img/lock-icon_94.png) no-repeat;
}
.sign-in-module .sign-in-lock{
	 margin:0px 0 0 10px;
	 float:left;
	 width:20px;
	 height:25px;
}

.userAdmin-module{
	vertical-align:middle;
	z-index:1000;
	position:absolute;
	left: 9px;
	top: 90px;
	width: 275px;
	height: auto;
	border-radius: 0px; /*w3c border radius*/
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background: url(img/user-info-bckgrnd-black.jpg) 45% 0 no-repeat;
	padding: 15px 8px 10px 8px;
	/* Udpate 05/15/2014 */
	display:none;
	/* */
}

/*.userAdmin-module:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
*/
.userAdmin-module table, tr{
	background:none !important;
}

.userAdmin-module .userAdmin-icon{
	background: url(img/user-icon.png) 0 0 no-repeat;
	width: 31px;
	height: 31px;
	float: right;
	margin-top: 0;
	padding: 0;
}

.userAdmin-module .userID {
	border:thin solid #666;
	border-radius:0;
}

.userAdmin-module .title {
	color: #F47721;
	font-size:1em;
	font-weight: 800;
	text-shadow:1px 1px 2px #333;
	text-transform: uppercase;
	text-align:right;
}

.userAdmin-module .info {
	color: #fff;
	font-size:12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align:left;
}

.middle-text-container
{
	width:1122px; 
	height:350px; 
	display:block; 
	background-color:#FFF; 
	float:left; 
	padding-top:6px;
}

#call-to-action-container {
	max-width: 1120px !important;
}

#call-to-action-container-index {
	max-width: 1126px !important;
}

.call-to-action-module {
	display:block;
	float:left;
	font-family:Calibri, Helvetica, sans-serif;
	width: 364px;
	height: 340px; 
	background:#FFF;
	text-align:left;
	border: solid 2px #e5e5e5;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	
}
.call-to-action-module-2 {
	display:block;
	float:left;
	font-family:Calibri, Helvetica, sans-serif;
	width: 366px;
	height: 340px; 
	background:#FFF;
	text-align:justify;
	border: solid 2px #ccc;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	
}
.call-to-action-text-title{
	padding-left:115px; 
	color:#005DAB; 
	font-size:16px; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
}

.call-to-action-text-title-in{
	
	color:#0d436b; 
	font-size:20px; 
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
    padding:5px 15px 8px 0px;
    border-bottom: 1px solid #ccc;
    margin:15px 20px 10px 20px;
    line-height: 130%;
    
}

.call-to-action-text-title-in-2{
	padding-left:119px; 
	color:#005DAB; 
	font-size:16px; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
}

.call-to-action-text{
	padding: 0px 15px 5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#767c7a;
	line-height:140%;
    text-align: left;
}

.call-to-action-box{
    padding: 8px 8px 8px 8px;
    margin: 2px 0px 0px 2px;
    font-size: 14px;
    width: 290px;
    color:#0d436b;
    background: #e5e4db;
    line-height:140%;
    text-align: center;
    
}

.call-to-action-box span{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}



.module-1{
	/*background: url(img/module-1-back.png) no-repeat  5% 5%;*/
	width:368px;
	height:344px; 
}

.module-2{
	background: url(img/module-2-back.jpg) no-repeat 5% 5%;
	width:366px;	
	height:345px; 
	
}

.module-2b{
	background: url(img/module-2-back.jpg) no-repeat 5% 5%;
}


.module-2c {
    margin-left: 2px;
    /* margin-right: 2px; */
    margin-top: -5px; 
    /* border: solid 2px #e5e5e5; */
    width: 375px;
    /*height: 331px;*/ 
    /* padding: 5px 15px 5px 15px; */
    display: block;
    vertical-align: top;
}


/*
.module-2c{
	margin-left:2px;
	margin-right:2px;
	
    margin-top:-25px;
	border: solid 2px #e5e5e5;
	width:333px;	
	height:331px; 
	padding: 5px 15px 5px 15px;
    
    display: block;
    vertical-align: top;  
}*/

.module-3{
	background: url(img/module-3-back.png) no-repeat  5% 5%;
	width:384px;	
	height:342px; 

}
.module-3b{
	background: url(img/module-3-back.jpg) no-repeat  5% 5%;
}

.module-1a{
	background: url(img/module-1a-back.jpg) no-repeat  10% 80%;
}

.module-2a{
	/*background: url(img/module-2a-back.png) no-repeat  5% 5%;*/
}

.module-3a{
	background: url(img/module-3a-back.jpg) no-repeat  10% 80%;
}




.call-to-action-module .raquo-links{
	float: left;
	padding: 5px;
	border: 0;
}

.raquo-links a, .raquo-links a:link, .raquo-links a:visited {
	cursor: pointer;
}

.call-to-action-module h2{
	color: #000;
	font-size:20px;
	font-weight: bold;
	fontpadding-top: 0px;
}


#linkTitleBox {
	margin-top: 10px;
	width: 159px;
}

#linkTitleBox ul#switch {
	float:left;
	list-style-type:none;
	margin:0;
	width:165px;
}

#linkTitleBox ul#switch li{
	border-bottom: solid 1px #ccc;
	margin:0;
	width:165px;
}
 
#linkTitleBox ul#switch li a{
	font-size:1em;
	font-weight: normal;
	text-decoration: none;
	color:#666;
	font-size:11px;
	height:9px;
	padding:8px 0 10px 18px;
	text-decoration:none;
	width: 165px;
	display:block;
}

#linkTitleBox ul#switch li.first {
	 border-top:solid 1px #ccc;
}
 
#linkTitleBox ul#switch li a:hover {
	background-color:#69747a;
	color:#fff;
	width:165px;
}

.call-to-action-module div.descript{
	display: block;
	padding-right: 10px;
	text-align: justify;
	margin-top: -5px;
	font-size:140%;
}

#footer {
	height: 20px !important;
	width: 1120px;
	border-radius: 0; /*w3c border radius*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding-top: 5px;
	color: White;
	text-align: center;
	font-size: 12px;
	/*background-color: #2cace2;*/
	background-color: #0d436b;
}
.footer-center{
    width: 100% !important;
    display: block;
}
.footer-extra {
    margin-left: auto ;
    margin-right: auto ;
   width: 1126px !important;
    
}
#footer a, footer a:link, footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: White;
	text-decoration: underline;
}

#textBox {
	padding: 5px 10px 10px 20px;
	line-height:1.5em;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(img/checkbox.png) no-repeat;
	display: inline-block;
}

.radio {
	background: url(img/radio.png) no-repeat;
}

.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	background: url(img/select.png) no-repeat;
	overflow: hidden;
}

#disclaimer-container {
	height: 30px;
	width: 100% !important;
	border:none;
	border-radius: 0; 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: url(img/bg-container-tools.png) repeat-x;
	padding: 5px;
}

#disclaimer-container label    {
	display: block;
	font-size:12px; 
	color: #fff;
	width:auto !important;
	margin-left: 10px;
	}
#steps{
	margin:5px;
	height:22px;
	width:98%;
	display:none;
}

/* .disclaimer-text {
	color: #224a5f;
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 30px;
	float: left;
}
*/
.table-outline {
	border: solid 1px #3794DD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.printer {
	vertical-align: middle; 
	padding: 0 0 5px 0;
	}


/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ none/*{bgImgUrlOverlay}*/ 0/*{bgOverlayXPos}*/ 0/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -4px/*{offsetTopShadow}*/ 0 0 -4px/*{offsetLeftShadow}*/; padding: 4px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ none/*{bgImgUrlShadow}*/ 0/*{bgShadowXPos}*/ 0/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .35;filter:Alpha(Opacity=35)/*{opacityShadow}*/; -moz-border-radius: 4px/*{cornerRadiusShadow}*/; -webkit-border-radius: 4px/*{cornerRadiusShadow}*/; }

div#overlay {
	z-index: 1001;
    background-color: rgba(0, 0, 0, 0.6);
	position:fixed;
    opacity: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    visibility: visible;
	
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;	
}

div#popupBox {
    visibility: visible;
    position: fixed;
	background-color: #fff;
	z-index: 1002;
    left: 50%;
    opacity: 1;
    padding: 15px;
    text-align: left;
    top: 50%;
	width: 320px;
	height: 150px;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	-ms-box-shadow: 5px 5px 5px #000;
    -o-box-shadow: 5px 5px 5px #000; 
	box-shadow: 5px 5px 5px #000;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}


.enroll-btn {
      /* font-weight: 600; */
    border: none;
    color: #fff;
    letter-spacing: .5px;
    font-style: normal;
    text-align: center;
    background: #0d436b;
    padding: 7px 10px 7px 10px;
    /* margin-bottom: 10px; */
    line-height: 100%;
    margin-left: -50px;
    font-size: 14px;
    /* width: 120px; */
    /* position: absolute; */
    /* margin-left: 25px; */
     margin-top: -120px; 
}


.enroll-btn-position-1 {
	margin-left:15px !important;
}


.enroll-btn-position-2 {
	padding-left:130px !important;
}


/*.enroll-btn { */
    /* font-weight: 600; */
    /*border: none;
    color: #fff;
    letter-spacing: .5px;
    font-style: normal;
    text-align: center;
    background: #0d436b;
    padding: 7px 10px 7px 10px;
    margin-bottom: 10px;
    line-height: 100%;
    margin-left: -97px;
    font-size: 14px;
    width: 120px;
       
}*/

.enroll-btn-style {
        font-size:14px !important;
        font-weight:normal;
        border: none;
        color:#fff;
        letter-spacing: .5px;
        text-align: center;
         background: #0d436b; /* Old browsers */
        padding:7px 10px 7px 10px;
        margin-bottom: 10px;
        line-height: 100%;
}

  .enroll-btn-space {
        width:220px; 
        margin-left: auto; 
        margin-right: auto; 
    }



.enroll-btn-purple {
    padding:10px 12px 10px 12px ;
    margin: 10px 10px 10px 0px ;
    font-size:16px;
    font-weight:600;
    border: none;
    color:#fff;
    letter-spacing: .5px;
    text-align: center;
    float:left;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 5);
    background: #72428b; /* Old browsers */
    background: -moz-linear-gradient(top,  #72428b 0%, #4f2264 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72428b), color-stop(100%,#4f2264)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #72428b 0%,#4f2264 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #72428b 0%,#4f2264 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #72428b 0%,#4f2264 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #72428b 0%,#4f2264 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72428b', endColorstr='#4f2264',GradientType=0 ); /* IE6-9 */
}


.btw-line{
    display: block;
    height: 10px;
    width: 100%;
    background: #ccc;
    border: 1px solid #ccc;
}


.enroll-title{
    font-family:Arial;
    color:#0d436b;
    font-size:20px;
}


.enroll-subtitle{
    font-family:Arial;
    color:#0d436b;
    font-size:14px;
}

.enroll-text{
    font-family:Arial;
    color:#3c4542;
    font-size:14px;
    line-height: 140%;
}


.enroll-des-text{
    font-family:Arial;
    color:#3c4542;
    font-size:14px;
    line-height: 140%;
}



.enroll-ornage-text{
    font-family:Arial;
    color:#d20000;
    font-size:14px;
    font-weight: bold;
    line-height: 140%;
}

.enroll-ornage-unbold-text{
    font-family:Arial;
    color:#d20000;
    font-size:14px;
    line-height: 140%;
}


.summary-description{
      font-family:Arial;
    color:#3c4542;
    font-size:14px;
    line-height: 140%;
 
}


.note-box {
    width: 578px;
     display: flex;
    

}

.note-icon-space{
    background: #d20000;
    width: 65px;
    min-height: 78px;
    height:auto;
    float:left;
    border: 1px solid #d20000;
    flex: .25;
}

.note-icon-space img {
    padding: 15px;
}
.note-content-space {
    font-family:Arial;
    color:#3c4542;
    float:left;
    width: 85%;
   flex: 2;
	padding:10px 10px 0px 10px;    
}

.note-content-space h1{
    margin: 0px;
    font-size:16px;
    color: #d20000;
    font-weight: bold;
    padding: 8px 10px 3px 12px;
      
}
.note-content-space p{
    line-height: 130%;
    margin: 0px;
    padding: 05px 10px 10px 15px;
    
}


.spend-box{
    display: block; 
    float:left; 
    background: #ffffff;
    margin:0px 0px 0px 5px;
    width:276px; 
    /*border-radius: 6px;*/
    
}

.spend-box > p{
    padding:10px; 
    margin:0px; 
    font-size:16px; 
    font-weight:bold;
    color:#0d436b;
    border-bottom: 1px solid #fff;
    text-align: center;
    background:#c6c6c6;
    /*border-top-left-radius: 6px;*/
    /*border-top-right-radius: 6px;*/
}

.spend-box-text{
    display: block;
    width:268px; 
    padding:4px;
    border-top: 1px solid #ccc;
    background:#E3E3E3;
    overflow:hidden;
}

.spend-box-text>h4{
    padding:5px; 
    margin:0px; 
    font-size:18px; 
    font-weight:bold; 
    text-align:right;
    color:#0079C1;
    width: 100px;
    float:left;
}

.spend-box-text > p{
    padding:5px; 
    margin:0px; 
    font-size:14px; 
    font-weight:normal; 
    text-align:left;
    color:#0d436b;
    width:148px;
    float:left;
}
  
.spend-box-bottom{
    display: block;
    width:268px; 
    padding:4px;
    border-top: 1px solid #ccc;
    background:#0D436B;
    overflow:hidden;
    
}

.spend-box-bottom>h4{
    padding:5px; 
    margin:0px; 
    font-size:18px; 
    font-weight:bold; 
    text-align:right;
    color:#FFFFFF;
    width: 100px;
    float:left;
}

.spend-box-bottom>p{
    padding:5px; 
    margin:0px; 
    font-size:14px; 
    font-weight:normal; 
    text-align:left;
    color:#FFFFFF;
    width:148px;
    float:left;
}
  


.spend-box-left{
    display: block;
    float:left;
    width:110px;
    padding:4px;
    border-top: 1px solid #ccc;
    background:#E3E3E3; 
}

.spend-box-left > p{
    padding:5px; 
    margin:0px; 
    font-size:18px; 
    font-weight:bold; 
    text-align:right;
    color:#0079C1;
}

.spend-box-right{
    display: block;
    float:left;
    width:150px;
    padding:4px;
    border-top: 1px solid #ccc;
    background:#E3E3E3; 
}
 
.spend-box-right > p{
    padding:5px; 
    margin:0px; 
    font-size:14px; 
    font-weight:normal; 
    text-align:left;
    color:#0d436b;
}
                            
.spend-box-left-bottom{
    display: block;
    float:left;
    background:#015eac;
    width:110px;
    padding:4px; 
    /*border-bottom-right-radius: 6px;*/
}

.spend-box-left-bottom > p{
    padding:5px; 
    margin:0px; 
    font-size:18px; 
    font-weight:bold; 
    text-align:right;
    color:#FFFFFF;
}

.spend-box-right-bottom{
    display: block;
    float:left;
    background:#015eac;
    width:150px;
    padding:4px; 
    /*border-bottom-left-radius: 6px;*/
    
}

.spend-box-right-bottom > p{
    padding:5px; 
    margin:0px; 
    font-size:14px; 
    font-weight:normal; 
    text-align:left;
    color:#FFFFFF;
}
                            
.anthem-dialog{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 115%;
    background-color: #f7f7f3 !important;
}

.anthem-dialog-text1 > p{
    font-size:24px;
    text-align: center;
    padding:0px 50px 0px 50px;
    line-height: 125%;
    color:#224a5f;
    font-weight:100;
    margin: 30px;
}
                            
.anthem-dialog-text2 > p{
    font-size:16px;
    text-align: center;
    padding:0px 50px 0px 50px;
    line-height: 125%;
    color:#224a5f;
    font-weight:100;
}

.anthem-dialog-line{
    background: url(img/dialog-line.png);
    background-repeat: no-repeat;
    background-position: center; 
    /*background:#ffffff;*/
    display: block;
    height: 10px;
    width: 100%;
}


.budget-dialog{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 115%;
    border: none !important;
    
    background: #f7f7f3 !important;
    background: -moz-linear-gradient(top, #f7f7f3 0%, #e5e4db 100%) !important;
    background: -webkit-linear-gradient(top, #f7f7f3 0%,#e5e4db 100%) !important;
    background: linear-gradient(to bottom, #f7f7f3 0%,#e5e4db 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f3', endColorstr='#e5e4db',GradientType=0 ) !important;
    
    
}

.budget-dialog-text1 > p{
    font-size:24px;
    text-align: center;
    padding:0px 50px 0px 50px;
    line-height: 125%;
    color:#0D436B;
    font-weight:100;
    margin: 15px;
}
                            
.budget-dialog-text2 > p{
    font-size:16px;
    text-align: center;
    padding:0px 50px 0px 50px;
    line-height: 125%;
    color:#0D436B;
    font-weight:100;
}

.budget-dialog-line{
    background: url(img/dialog-line.png);
    background-repeat: no-repeat;
    background-position: center; 
    /*background:#ffffff;*/
    display: block;
    height: 10px;
    width: 100%;
}


.spend-box-note{
    
    padding: .5em 1em;
    /* background: #fff; */
    /*background: url(img/dialog-background.png) repeat-x left;*/
    background-color: #f7f7f3;
    overflow: auto;
    margin-bottom: 4px;
    border: 1px solid #dcdac9;
    
}

.spend-box-note > p{
    font-size:18px;
    text-align: center;
    line-height: 125%;
    color:#0D436B;
    font-weight:100;
    padding:5px;
}


/*
#empleid::-webkit-input-placeholder {
   color: red;
}

#empleid:-moz-placeholder {
   color: red;
}

#empleid::-moz-p {
   color: red;
}

*/
