.languageBox {
    padding-top: 7px;
}

.languageHeading {
    font-weight: bold;
    font-size: 11px;
    color: #555555;
    float: left;
}

.ssoLoginPanel {
    border: 2px white;
    align-items: center;
    text-align: center;
}

.ssoLoginPanel .ssoMessage {
    font-size: 70%;
    color: white;
    text-align: center;
}

#error .hd {
    color: #00205b;
    font-size: 14px;
}

#error .bd {
    color: #00205b;
    font-size: 12px;
    text-align: center;
}

#error .bd input {
    margin-top: 5px;
}

.ssoLoginPanel a {
    text-decoration: underline;
    align-items: center;
}

body > .aimOverlay {
    display: block;
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;
    filter: none;
    -webkit-filter: none;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}

.aimOverlay div.aimModal {
    display: block;
    position: relative;
    top: 0;
    margin: 200px auto auto;
    padding: 0 0 65px;
    width: 95%;
    max-width: 400px;
    height: auto;
    max-height: 95%;
    background: #007396;
    border: none;
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .7);
    text-align: center;
    color: #fafafa;
    overflow: hidden;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}

.aimModalTitle {
    padding: 7px 0;
    background: #00205b;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fafafa;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.aimModalContent {
    position: relative;
    max-height: 390px;
    overflow: auto;
    padding: 5px 40px 6px;
    text-align: left;
}

.aimModalText {
    color: white;
    padding-top: 5px;
    padding-bottom: 6px;
}

.aimModalButtonBar {
    position: absolute;
    bottom: 0;
    padding: 7px 0;
    width: 100%;
    min-height: 50px;
    background: #00205b;
}

.aimModalButtonBar .FPFormFieldB {
    margin: 10px 20px;
    width: 100px;
}

div.aimModalButtonBar input[type="button"]:hover {
    background-color: #C8102E;
    border: 1px solid #C8102E;
    margin: 10px 20px;
    color: white;
    text-decoration: none;
}

#aimSsoExplanation {
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: -200px;
    top: -30px;
    padding: 15px;
    width: 250px;
    height: auto;
    background: #00a9e0;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    opacity: 1;
    z-index: 1000;
    transition: all .3s ease-out;
    color: white;
}

.ssoLoginPanel div {
    display: block;
    max-width: 250px;
    margin: 0 auto;
}

#aimSsoExplanation:after {
    display: block;
    position: absolute;
    right: -10px;
    top: 140px;
    content: " ";
    font-size: 0;
    width: 20px;
    height: 20px;
    background: #00a9e0;
    transform: rotate(45deg)
}

#aimSsoExplanation.hidden {
    opacity: 0
}

.languages {
    float: right;
    padding: 0 !important;
}

.languages form {
    margin: 0;
}

.languages img {
    margin-left: 10px;
}

.loginBox {
    background-color: #00205b !important;
    min-height: 187px;
}

#rightContentContainer div.loginbox h2:first-of-type {
    margin-bottom: 12px;
    float: left;
}

#rightContentContainer div.loginbox h2,
#rightContentContainer div.loginbox p,
#rightContentContainer div.loginbox label,
#rightContentContainer div.loginbox a,
#rightContentContainer div.loginbox a:visited {
    color: white;
}

#rightContentContainer div.loginbox a:hover {
    text-decoration: underline;
}

.loginBox form {
    margin: 0 0 0 0;
    clear: both;
}

.loginBox p:first-child {
    clear: both;
}

.btn-default {
    margin-right: 4px;
}

#globalContainer {
    background-color: #f9f9f9 !important;
    /*background-color: #ffffff;*/
    /*  box-shadow: black 4px 6px 20px;
      -webkit-box-shadow: black 4px 6px 20px;
      -moz-box-shadow: black 4px 6px 20px;*/
    /*	background: url("globalcontainergrad_n.png") repeat-y;*/
    /*	margin: 0px auto;*/
    padding: 0;
    /*	width: 960px !important;*/
}

#globalHeaderContainer {
    /*background-color: #00205b;*/
    background: linear-gradient(90deg, #00A9E0 70%, #00205b 30%);
}

#headerContainer, #header {
    min-width: 1024px;
    max-width: 1220px;
    /*width: 1024px !important;*/
    margin: 0 auto;
}

#header {
    padding: 0;
    height: 70px;
}

#headerIbs {
    /*
        background: url("gwdiheader.rlp_ibs.jpg") no-repeat top left;
        height: 100%;
        float: left;
        width: 450px;
    */
    background: rgb(0, 169, 224) url("gwdiheader.rlp_ibs.svg") no-repeat left 12px top 11px;
    width: 494px;
    height: 100%;
    float: left;
    background-size: 465px auto;
}

#headerAns {
    /*
        background: url("gwdiheader.rlp_ans.jpg") no-repeat top right;
        height: 100%;
        float: right;
        width: 520px;
        margin-right: 40px;
    */
    background: url("gwdiheader.rlp_ans.svg") no-repeat right -20px top -39px;
    width: 490px;
    height: 100%;
    margin-right: 40px;
    float: right;
    background-size: 650px auto;
}

#globalMenuContainer {
    background-color: #007396;
    border-top: 3px solid white;
}

#contentHeader, #contentfoot {
    background-color: #007396;
    padding: 3px;
}

#contentHeader {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

#contentfoot {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* MAIN CONTENT END */ /* LEFT CONTENT BEGIN */
#leftContentContainer {
    /*	background: url("leftgrad.png") repeat-y;*/
    /*border-left: 1px solid #007396;*/ /*#B3CFEE;*/
    /*border-right: 1px solid #007396;*/ /*#B3CFEE;*/
    width: 743px; /*728 726px;*/
    /*\width: 741px;
    w\idth: 728px;*//*726px;*/
    float: left;
    background: #f9f9f9;
    min-height: 565px;
}

#leftContent {
    /*background: url("leftcontentsubcontainergrad.png") repeat-y;*/
    /*  background: #007396;
    background: -moz-linear-gradient(top, #007396 1%, #e9e9e9 27%);
    background: -webkit-linear-gradient(top, #007396 1%,#e9e9e9 27%);
    background: linear-gradient(to bottom, #007396 1%,#e9e9e9 27%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007396', endColorstr='#e9e9e9',GradientType=0 );
    */
}

#rightContentContainer {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div.rightContentBox, div.loginBox {
    margin: 0 0 8px 0;
    padding: 0 7px 5px 10px;
    border-radius: 4px;
}

div.rightContentBox:nth-child(2), div.loginBox {
    margin-top: 0;
}

.rightContentBox:last-child {
    margin-bottom: 8px;
}

.rightContentBox:hover {
    background-color: #00A9E0;
}
.rightContentBox:hover h2, .rightContentBox:hover a, .rightContentBox:hover a:visited {
    color: white !important;
}

div.rightContentBox {
    background-color: #c9dfe5;
}

#rightcontenthead {
}

#rightcontentfoot {
}

table.met2a td.met2 a:visited {
    color: #00205b;
}
 