body{
    font: normal 14px/24px Helvetica Neue;
}
h4{
    font: normal normal bold 16px/32px Roboto;
}
h6{
    font: normal normal bold 20px Roboto;
}
a{
    cursor: pointer;
}
a:focus{
    text-decoration: underline;
}
.form-group{
    position: relative;
}
select{
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right 1.2em top 50%, 0 0;
    background-size: .65em auto, 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
input.form-control, select.form-control{
    padding: 5px 20px;
    font: normal 14px Helvetica Neue;
    border: 1px solid #ACB2C1;
    border-radius: 6px;
    color: #0A1127;
    height: 50px;
}
input[type="checkbox"]{
    border: 1px solid #ACB2C1;
}
input.form-control::placeholder{
    color: #ADB2C0;
}
#ui-datepicker-div, .ui-autocomplete{
    background-color: #fff;
    font: normal 15px Helvetica Neue;
}
#ui-datepicker-div{
    z-index: 2;
}
.ui-autocomplete .ui-menu-item{
    padding: 5px 20px;
    font: normal 14px Helvetica Neue;
}
.ui-autocomplete .ui-state-focus{
    background: #3f75ff none;
    color: #fff;
}
select option{
    color: #0A1127;
    font: normal 14px Helvetica Neue;
}
input[type="submit"], button{
    height: 50px;
}
button:hover{
    color: #fff !important;
    cursor: pointer;
}
button:disabled{
    opacity: 0.3;
    cursor: no-drop;
}
input.error{
    border-color: red !important;
}
select.error{
    border-color: red !important;
}
input.success{
    border-color: green !important;
}
.alert{
    color: #000;
    font-weight: bold;
    width: fit-content;
    padding: 10px;
    margin: 0 auto 20px auto;
    font-size: 12px;
}
.alert span{
    line-height: normal;
}
.alert-danger{
    border-color: red;
    display: flex;
}
.alert-success{
    border-color: green;
}
div.error-text{
    color: red;
    line-height: normal;
    font-size: 12px;
    padding-top: 5px;
    text-align: left;
}
.login .img-icon{
    color: #ADB2C0;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 20px;
    height: 20px;
}
.alert-icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    align-self: center;
}
.forgot-pwd-logo{
    display: flex;
}
.forgot-pwd-logo img{
    width: 100px;
    height: 30px;
    margin: 0;
    margin: -25px 0 15px 1%;
}
.back-login-link{
    left: 1%;
    font-weight: bold;
    color: #0239CC;
    font-family: Roboto;
}
.back-icon{
    margin: 5px 5px 0 0;
    width: 13px;
    height: 13px;
}
.login-primary-btn{
    margin: 0 auto;
    width: 200px;
}
.login-primary-btn button{
    font: normal 16px Helvetica Neue;
    background-color: #0239CC;
    border-radius: 10px;
    width: 100%;
    color: #fff;
}
.secondary-btn{
    width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secondary-btn button{
    border: 2px solid #0239CC;
    border-radius: 10px;
    color: #0239CC;
    background-color: #fff;
    width: 112px;
    height: 40px;
}
.clearfix{
    clear: both;
}
a, input, select, button{
    outline: none;
}
input:focus, select:focus{
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.ui-datepicker-today .ui-state-highlight{
    background: #fcefa1;
    border: 1px solid #d3d3d3;
}
div#right-content{
    padding-left: 100px;
    padding-top: 55px !important;
    transition: 0.5s;
}
#right-content.expanded{
    padding-left: 230px;
    transition: 0.5s;
}
.notification-banner{
    text-align: center;
    font: normal 16px Roboto;
}
.notification-banner img{
    width: 30px;
    height: 30px;
    margin: 40px 0 15px 0;
}
.notification-banner .rest-info{
    font-size: 12px;
    padding-top: 20px;
}
.notification-banner a{
    text-decoration: underline;
}
/*WE-2872 License Expiry Notification banner*/
.notification-banner-license{
    text-align: center;
    font: normal 16px Roboto;
}
.notification-banner-license img{
    width: 30px;
    height: 30px;
    margin: 40px 0 15px 0;
}
.notification-banner-license .rest-info{
    font-size: 12px;
    padding-top: 20px;
}
.notification-banner-license a{
    text-decoration: underline;
}
@media (min-width: 1920px) {
    input.form-control{
        height: 80px;
        border-radius: 10px;
        padding: 5px 30px;
        font-size: 20px;
    }
    body{
        font-size: 20px;
    }
    h4{
        font-size: 24px;
    }
    h6{
        font-size: 26px;
    }
    select.form-control{
        height: 80px;
        border-radius: 10px;
        font-size: 20px;
    }
    select.form-control option{
        font-size: 20px;
    }
    div.error-text{
        font-size: 14px;
    }
    .left-navbar{
        font-size: 16px;
    }
}
@media(min-width: 992px){
   div#right-content{
       min-height: 650px;
   }
}
@media(max-width: 767px){
    #right-content{
        padding: 0 20px !important;
    }
}
.notify-alert{
    position: absolute;
    top : 60px;
    z-index : 4;
    left : 50%;
    transform : translateX(-50%);
}
input::-webkit-credentials-auto-fill-button {
visibility: hidden;
position: absolute;
right: 0;
}
.footer {
    padding: 20px 20px 10px;
}
.footer .footer-left {
    text-align: right;
}
.footer .footer-right {
    text-align: left;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer li {
    display: inline-block;
    padding: 0 10px;
    list-style: none;
}
.footer li a {
    font: normal 12px/28px Roboto;
    letter-spacing: 0px;
    color: #001753;
    text-decoration: none;
}
.footer li a:hover {
    color: #0561DB;
    text-decoration: none;
}
.separator:after {
    position: absolute;
    content: '';
    background: #001753;
    height: 15px;
    width: 1px;
    top: 7px;
    right: 0;
}
.select2-container .select2-selection--single, .select2-container {
    height: 45px;
    width: 100% !important;
    border-radius: 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.license_expiry_alert {
    top: 40%;
    margin: 0 auto;
    width: 92vw;
    max-width: fit-content;
    padding: 20px;
    left: 52%;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}
#doItLaterBtn {
    font-size: 12px;
    height: 35px;
    font-weight: bold;
    float: right;
    margin-top: 4%;
}
.overlay span {
    position: relative;
    display: inline-block;
}
.overlay img {
    align-self: flex-start;
}
@media (max-width: 992px) {
    .footer li {
    padding: 0 5px;
    }
}
@media (min-width: 767px) and (max-width: 1024px) {
    .license_expiry_alert {
        left: 55%;
    }
}
@media (max-width: 767px) {
    .license_expiry_alert {
        left: 50%;
    }
}
@media (max-width: 578px) {
    .footer .footer-left, .footer .footer-right {
        text-align: center;
    }
.separator {
    display: none;
    }
}
