﻿body {
    /* Margin bottom by footer height */
    font-family: sans-serif;
    background-color: #f8f8f8 !important;
    -ms-overflow-style: scrollbar !important;
    height:100%;
}

html {
    height: 100%;
}


.mfalink:hover {
    cursor: pointer;
    text-decoration: none
}



.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    left: -2rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1rem !important;
}


.mfawarningIcon {
    font-size: 35px;
    color: #b22222 !important;
    font-weight: bold;
}

.mfaIcon {
    font-size: 35px;
    color: #014D8B !important;
    font-weight: bold;
}

.mfalabel {
    color: #1c1c1d;
    margin-left: 10px;
    vertical-align: bottom;
}

.mfaIdentity {
    font-size: 25px;
    color: #014D8B !important;
}

.navbar-default {
    background-color: #fff !important;
    background-image: none;
    border-color: #e7e7e7;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar {
    min-height: 84px;
    border: 1px solid transparent;
}

.content-area {
    position: fixed;
    display: flex;
    justify-content: center;
    top: 90px;
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #ffffff, #eff0f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eff0f1));
    background-image: -webkit-linear-gradient(top, #ffffff, #eff0f1);
    background-image: -o-linear-gradient(top, #ffffff, #eff0f1);
    background-image: linear-gradient(to bottom, #ffffff, #eff0f1);
    background-repeat: repeat-x;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeff0f1', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.login-box {
    width: 300px;
    margin: 40px;
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    background-color: #ebf1f4;
    background-image: none;
    border: 1px solid #c9ced2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    filter: none;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

input.login-button {
    background: url(img/arrow_inactive.png);
    width: 24px;
    height: 141px;
    text-decoration: none;
    border: none;
    margin-top: 12px;
    margin-bottom: 12px;
}


    input.login-button:hover {
        background: url(img/arrow_hover.png);
        width: 24px;
        height: 141px;
        text-decoration: none;
    }

    input.login-button:active {
        background: url(img/arrow_active.png);
        width: 24px;
        height: 141px;
        text-decoration: none;
    }


input.login-button-working {
    background: url(img/arrow_active.png);
    width: 48px;
    height: 141px;
    text-decoration: none;
    outline: none;
}

input.login-field {
    font-size: 30px;
    height: 40px;
    line-height: 1;
    text-shadow: 1px 1px #ccc;
    padding-left: 40px;
}

.fade-login {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade-login.in {
        opacity: 1;
    }

.login-container {
    min-width: 450px;
    margin-top: 15px;
}

.gapless {
    margin: 0;
    padding: 0;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    margin: 0;
    padding: 5px;
    height: 4em;
    font-size: .7em;
    color: #7e868d;
    border-top: 1px solid #d4d4d4;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    clear: both;
    z-index: 1002;
}

.footer-links {
    color: #7e868d;
    cursor: pointer;
    font-size: 13px;
}

input:invalid {
    color: #e05c46;
    border-color: #e05c46 !important;
}

.form-control {
    color: rgb(97, 101, 105);
}

/*For Loading Image*/

.login-loader {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8) url(img/polyfill-loader.gif) 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

    body.loading .login-loader {
        display: block;
    }


.con-txt {
    margin: 0 0 32px;
}

.con-title {
    margin: 0 0 12px;
    color: #000000 !important;
    font-size: 26px;
}

.txt-privacy {
    height: 100%;
    margin: 0 0 2px;
    overflow: auto;
    color: black;
}

.scrollable {
    max-height: 1000px;
    overflow-y: auto;
}

.modal-title {
    color: #014D8B !important;
    font-weight: bold
}

.announcement-content-area {
    position: fixed;
    top: 390px;
    width: 50%;
    max-width: 90%;
    text-align: -webkit-center;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #ffffff, #eff0f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eff0f1));
    background-image: -webkit-linear-gradient(top, #ffffff, #eff0f1);
    background-image: -o-linear-gradient(top, #ffffff, #eff0f1);
    background-image: linear-gradient(to bottom, #ffffff, #eff0f1);
    background-repeat: repeat-x;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeff0f1', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.margin-btm {
    margin-bottom: 0 !important;
}

.responsive {
    max-width: 100%;
    width: 50%;
    height: auto;
}

.slick-prev:before,
.slick-next:before {
    color: #014d8b !important;
}


.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}


.glyphicons {
    color: #fff !important;
    background-color: #009afe;
}

.btn-success {
    color: #fff;
    background-color: #009afe;
    border-color: #009afe;
}

.glyphicons.barcode {
    font-size: 1em;
    font-family: FontAwesome;
}


.barcode:before,
.barcode:before {
    content: "\f011";
    background-color: transparent;
}


/* ----------------------- New Login --------------------- */
.loginscreen-wraper {
    font-family: 'Lato', sans-serif;
   
}
h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 3rem;
}
.full-height {
    height: 100%;
}
.padding-zero{
    padding:0 !important;
}
.margin-zero {
    margin: 0 !important;
}
.loginscreen-wraper {
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.login-side-container {
    background: #0D4D8A;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login-form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding: 2rem;
}
.login-welcome-text {
    color: #0D4D8A;
    margin: 2% 0 5% 0;
}
.login-welcome-text p {
    font-size: 1.2rem;
}
.login-form {
    width: 70%;
}
.login-form input {
    height: 50px !important;
    padding: 0rem 0.75rem !important;
    border: 1px solid #EEEEEE;
    color: #0D4D8A !important;
    font-size: .9rem;
}
.login-form input:active, .login-form input:focus {
    box-shadow: none !important;
    border: 1px solid #EEEEEE;
}
button.common-button {
    width: 100%;
    height: 50px;
    background: #F4BA1A;
    border: 1px solid #F4BA1A;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9rem;
}
    button.common-button:hover, button.common-button:active {
        background-color: #d6a212;
        border-color: #d6a212;
    }
.login-form .form-floating > .form-control:focus ~ label, .login-form .form-floating > .form-control:not(:placeholder-shown) ~ label, .login-form .form-floating > .form-select ~ label {
    transform: scale(.93) translateY(-0.8rem) translateX(0.15rem);
    opacity: initial;
    background: #fff;
    padding: 0rem 0.5rem !important;
    height: auto;
    margin-left: 0.2rem;
    color: #0D4D8A;
}
.login-form .form-floating > label {
    padding: 0rem 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    color: #0D4D8A;
}
.forgot-password a {
    font-size: .9rem;
    color: #3989C9;
    font-weight: 300;
    text-decoration: none;
}
.forgot-password {
    text-align: right;
}
.password-eye {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
img.eye-open {
    position: absolute;
    top: 7px;
}
.login-side-banner {
    text-align: center;
    padding: 6% 0rem;
}
.announcement .announcement-content-area {
    position: inherit;
    width: 100%;
    margin: 0 auto;
    background: transparent;
}
.announcement .announcement-content-area a img {
    margin: 1rem 1rem;
    width: 33%;
    height: auto;
}
input:-webkit-autofill, input:-internal-autofill-selected, input:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset;0
    background: transparent !important;
}
.announcement-mobile, button.ann-button {
    display: none;
}
.form-floating > .form-control:autofill {
    background: transparent;
}
.login-design {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.login-design button {
    background: transparent;
    border: 0;
    font-size: .85rem;
    color: #142d52;
    text-decoration: underline;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
    float: right;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input.default:checked + .slider {
    background-color: #444;
}

input.primary:checked + .slider {
    background-color: #2196F3;
}

input.success:checked + .slider {
    background-color: #8bc34a;
}

input.info:checked + .slider {
    background-color: #3de0f5;
}

input.warning:checked + .slider {
    background-color: #FFC107;
}

input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 28px;
}

    .slider.round:before {
        border-radius: 50%;
    }


@media only screen and (max-width: 1023px) {
    h3 {
        font-size: 2.5rem;
    }
    .loginscreen-wraper {
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .d-none-sm {
        display: none;
    }

    .login-form {
        width: 100%;
    }
    .announcement-mobile, button.ann-button {
        display: block;
    }
    .announcement .announcement-content-area a img {
        margin: 0.5rem 0.5rem;
        width: 44%;
    }
    button.ann-button {
        position: absolute;
        bottom: 8px;
        right: 20px;
        background: #0D4D8A;
        border: 0;
        padding: 0rem 1rem 0rem 1rem;
        height: 22px;
        border-radius: 0.3rem 0.3rem 0rem 0rem;
    }

    .announcement-mobile {
        background: #0D4D8A;
        position: absolute;
        bottom: 0;
        left: 12px;
        right: 12px;
        height: 10px;
        border-radius: 0.3rem 0.3rem 0rem 0rem;
    }

    .announcement-mobile-container {
        display: none;
    }

        .announcement-mobile-container.open {
            display: block;
            height: auto;
            position: fixed;
            background: #0D4D8A;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 0.3rem 0.3rem 0rem 0rem;
            padding: 1rem;
        }

    .announcement-mobile.open:before {
        position: fixed;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .announcement-mobile-container.close, .announcement-mobile.close:before {
        display: none;
    }

    button.ann-button-close {
        margin: 0px auto 10px auto;
        display: block;
        background: transparent;
        border: 0;
    }
}
