/**
 * @author Sandeep Tella
 * @since 04.09.74
 * @version 1.0
 * @Document : login CSS
 */

html, body {
    height: 100%;
}
.loginBody{
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
}
.tableStyle {
    height: 100%;
    width: 100%;
    display: table;
    position:absolute;
}
.tableCellStyle {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 100%;
    position:absolute;
}
.maintable {
    margin: 0 auto;
    height: 76vh;
    width: 70%;
    background:rgba(255,255,255,0.4);
    border-style:hidden;
    border-spacing: 0px;
    padding: 0px;
    box-shadow: 1px 1px 1px #999;
}
.svg-icon{
    width:128px!important;
    height:38px!important;
}

.svg-icon *{
    fill:#fff
}

.didYouKnowStyle{
    font-family: Arial;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 1px 1px rgba(51, 51, 51, 0.37);
}
.greenBarStyle{
    height: 3vh;
    background-color: #33BB44;
    text-align: right;
    padding-right: 30px;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    border-bottom: 1px solid #005487;
}

.bannerStyle{
    height: 8vh;
    background-color: #005487;
    padding-left:25px;
    padding-right: 30px;
}
.bannerTitleStyle{
    font-family: Arial;
    font-size: 30px;
    color: #DDDDDD;
    float: right;
}
.poweredByStyle {
    font-size: 12px;
    font-family: arial;
    color: white;
    font-style: italic;
    float: right;
    margin-top: 32px;
    margin-left: -120px;
}
.announcementGridStyle{
    height: 16vh;
    border-style:hidden;
    width: 100%;
    padding: 0px;
}
.footerDivStyle{
    height: 11vh;
    background: rgba(187, 187, 187, .8);
    vertical-align: middle;
    padding: 1.1%;
}
.footerSpanStyle{
    font-family: Arial;
    font-size:12px;
    text-align:left;
    color:#333333;
    width: 75%;
    float: left;
    height: 100%;
    vertical-align:middle;
}
.contactInfoSpanStyle{
    background: rgba(0,84, 135, .6);
    width: 25%;
    float: right;
    height: 100%;
    vertical-align:middle;
    text-align: left;
    font-family: Arial;
    font-size:12px;
    color: #fcf8e3;
    padding-top: 0.1%;
    padding-bottom: 0.1%;
}
.descPanelGridTitleStyle{
    width:100%;
    height: 4vh;
    text-align: left;
    padding-left: 1%;
    font-family: arial;
    font-size: 23px;
    color: #fff;
}
.descPanelGridMsgStyle{
    width:100%;
    background: rgba(255, 255 , 255 , .76);
    text-align: left;
    padding-left: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    font-family: arial;
    font-size: 12px;
    color: #333333;
}
.termsDivStyle{
    padding-left:3%;
    padding-top:2%;
    padding-right:3%;
    padding-bottom:3%;
    background: rgba(255, 255 , 255 , .76);
}
.termsTitleStyle{
    text-align:left;
    font-family: Arial;
    font-size: 12px;
    color: #FF0000;
}
.termsParaStyle{
    text-align: left;
    font-family: Arial;
    color: #333333;
    font-size: 12px;
}
.grid1 {
    width: 100%;
    height: 16vh;
    float: left;
}
.grid21 {
    width: 49%;
    height: 16vh;
    float: left;
}
.grid22 {
    width: 49%;
    height: 16vh;
    float: right;
    margin-left: 2%;
}
.grid31{
    width:32%;
    height:16vh;
    float:left;
}
.grid32 {
    width:32%;
    height:16vh;
    float:left;
    margin-left: 2%;
}
.grid33 {
    width:32%;
    height:16vh;
    float:right;
    margin-left: 2%;
}
.msgTitleGridDivStyle {
    height: 14vh;
    min-height: 13vh;
    font-size: 17px;
    color: #fff;
    font-family: Arial;
    text-align: left;
    padding-left: 4%;
    padding-top: 4%;
}

.readMoreDivStyle{
    background-color: #005487;
    font-size: 12px;
    color: #fff;
    font-family: Arial;
    text-align: right;
    padding-right: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.readMoreDivStyle:hover{
    text-decoration: underline;
}
.agreeButtonTableStyle{
    width: 98%;
    padding-left:2%;
    padding-top:10px;
    border: 0;
}
.uidPwdLabelStyle{
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
}
.blueButtons {
    background: #CBCDCF;
    border-color: #8e8e8e;
    font-size: 12px;
    font-family: Arial;
    color: #000;
    border-radius: 0px;
}
.blueButtons:hover{
    background:#33BB44;!important;
    color: white;
}
.loginDivStyle {
    background: rgba(0, 84, 135, 0.7);
    width: 100%;
    text-align: center;
}
.loginErrorStyle{
    font-family: Arial;
    font-size: 12px;
    color: #fcf8e3;
    text-align: center;
    padding-bottom: 10px;
}
.innerTableColumnStyle{
    vertical-align: top;
    padding-left:  13px;
    padding-right:13px;
    padding-top: 5px;
    width: 50%;
}

.termsTdStyle{
    vertical-align: top;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 1%;
}
.descDivStyle{
    padding-bottom: 12px;
    margin-top: -16px;
    position: relative;
}
.rightsTDStyle{
    height: 3vh;
    background-color: #005487;
    text-align: center;
}
.rightsDivStyle{
   font-family: Arial;
    font-size: 12px;
    color: #ffffff;
}
a {
   text-decoration: none;
    color:#207EB4
}
a:hover{
    text-decoration: underline;
}



 .siteSelectionDivStyleParent{
     top: 10px;
     min-width: 452px;
     height: 91px;
     background-color: rgba(0, 84, 135, 0.7);
     padding: 20px 20px 0px;
     position: relative;
}

.siteLabelStyle{
    color: #FFFFFF;
    font-size:14.4px;
}



