﻿body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: sans-serif;
    background-color: #f8f8f8 !important;
    -ms-overflow-style: scrollbar !important;
}

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;
    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;
}


