﻿/* ELE12aug20 complete clean up of this .css file and checking all CSS rules*/

body {font-family: "Arial"; font-stretch: condensed; padding-top:90px;}   
a:link {color: #0000EE; text-decoration: underline;}
hr {height: 1px; margin-left: auto; margin-right: auto; background-color: #CCCCFF; border: 0 none; margin-top: 10px; margin-bottom: 10px; }
table td {border-top: none !important; border-right: none !important; border-left: none !important; border-bottom: 1px solid #eeeeff !important;}
table th {border-top: none !important; border-right: none !important; border-left: none !important; border-bottom: 1px solid #eeeeff !important;}

.alignfloatleft {float: left;}
.alignfloatright {float: right;}
/*.alignright {text-align: right;}*/  /*ELE12aug20 commented [v1.3]*/
.bgcol1 {background-color: #FFFFFF;}
.bgcol2 {background-color: #EBFCFF;}
.bootstrapMode {color: #CCC;font-size: 80%; float:right;} 
.border {border: 2px solid black; padding: 10px; margin: 10px;}
.center {justify-content: center;}
.displayname {color:#999999; }
.displaynone {display: none; } /*ELE12aug20 added [v1.3]*/
.error {color: #FF0000; padding-left: 15px; font-size: 90%; font-weight:700; }
.italic {font-style: italic;}
.jumbo {font-size:120% !important;}
.jumbotron {background-color: #DBF9FF !important; color: #0065B6 !important; text-align: center;}
.logo {padding: 10px 0px 10px 10px !important;margin: 0px !important;}  /* ELE14aug20 10px 10px->10px 0px 10px 10px [v1.5]*/
.logout {padding-top: 150px; font-size:110%;}
.logoutmessage {padding-bottom: 40px; font-size:100%;}
/*marginbot0 {margin-bottom:0px;}*/ /*ELE12aug20 commented [v1.3]*/
.margintop10 {margin-top: 10px;}
.myDownloadDocuments {}   /* this CSS rule empty but necessary for jQuery to handle Click on the Email Documents LinkButton */
.navbarbgcol {background-color: #0067B9}
.navbartext {color: #FFFFFF;font-size: 160%;padding: 20px 0px;}
.navbartext2 {color: #FFFFFF;font-size: 160%;padding: 0px 5px 0px 0px;}  /*ELE14aug20 added [v1.5]*/
.padborder {border: 1px solid #cccccc;}
/*.padding30top {padding-top:30px; }*/ /*ELE12aug20 commented [v1.3]*/
.paddingbot5 {padding-bottom: 5px;}  /*ELE12aug20 padding5->paddingbot5 [v1.3]*/
.paddingbot20 {padding-bottom: 20px;}
.paddingbot40 {padding-bottom: 40px;} /*ELE15aug20 added [v1.5]*/
.paddingbottop10 {padding-top: 10px; padding-bottom: 10px;}  /*ELE12aug20 padding10->paddingbottop10 [v1.3]*/
.paddingleft15 {padding-left:15px;}  /*ELE15aug20 added [v1.5]*/
.paddingleftright10 {padding-left: 10px;padding-right: 10px;}  /*ELE14aug20 added [v1.5]*/
.paddingleftright30 {padding-left: 30px; padding-right: 30px;}
.paddingtop5 {padding-top: 5px;}
.paddingtop20 {padding-top: 20px;}
.paddingtop60 {padding-top: 60px;}
.pivppi {margin-top: 60px;}
.pivptable {padding-bottom: 20px;}
.pivptd1 {text-align: left; font-family: Arial !important; font-weight: 400 !important;}
.pivptd2 {text-align: left !important; font-family: Arial !important; font-weight: 800 !important;}
.pivptr {}
.reviewYourAgreement {font-family: Arial; font-weight: 700; font-size: 120%;}
.reviewYourAgreement2 {font-family: Arial; font-weight: 700; font-size: 100%;}
/*.reviewYourAgreementRight {font-family: Arial; font-weight: 700; font-size: 120%; text-align: right;}*/  /*ELE12aug20 commented [v1.3]*/
.smalltext {font-size: 80%; color: #0065B6; margin-top:3px; line-height:12px;}
.smalltext0 {font-size: 80%; color: #0065B6; margin-top: 0px; line-height: 10px;}
.text {font-family: Arial; font-weight:700; font-stretch:condensed; font-size:90%;}
.wait {background: #E9E9E9; display: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}  /*opacity: 0.5;*/

#wait-img {background: url('../Images/wait.gif') center center no-repeat; height: 100%; z-index: 2000;}

@media (min-width: 768px) { .navbar-nav.navbar-center { position: absolute; left: 50%; transform: translatex(-50%); }}
