﻿
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.clsheaderAccountNa {
    cursor: pointer;
}

.clsdetailAccountNa {
    background-color: #f1efef;
    color: black;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.AccountClass {
    color: #0041f7 !important;
    cursor: pointer !important;
}

.clsIconsGreen {
    color: #358a39;
    cursor: pointer;
}

.clsIconsBlack {
    color: black;
    cursor: pointer;
}

.clsIconsRed {
    color: #ff0000;
    cursor: pointer;
}

.clsIconsBlue {
    color: #0008ff;
    cursor: pointer;
}

@media (max-width:768px) {
    .layouthdr, .LogoUser, .clsHideMobile {
        display: none;
    }

    #btnSave, #btnDelete, #btnPost, #btnFind, #btnPrint, #btnExcel, #btnUpdateBalance, #btnClear, #btnNew, #btnAdd, #btnClosed, #btnRefresh {
        width: 100%;
    }

    .clsBtnSave .btn-success {
        margin-bottom: 10px;
    }

    .Radiolabel {
        padding: 8px 25px;
    }

        .Radiolabel input {
            margin-top: 15px;
        }

    .clsEmptyDiv, .clsEmptyLabel {
        display: none;
    }
}

@media (min-width:768px) {
    /*.clsBtnSave {
                padding-top: 2em;
            }*/
    .Radiolabel {
        float: left;
        padding: 1em 1em;
        text-align: center;
    }
}


.Radiolabel input {
    margin-left: 7px;
}

input[type="checkbox"] {
    width: 20px;
    height: 17px;
    cursor: pointer;
}

input[type="radio"] {
    width: 20px;
    height: 17px;
    cursor: pointer;
}

/*.dropdown:hover .dropdown-menu {
            display: block;
            margin-top: 0;
        }*/

#loading {
    background: url('../Images/New-Loading.gif') no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

.overlay {
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*opacity: 0.5;*/
}

/*.checkbox, .radio {
            margin-bottom: 0px !important;
        }

        .icon-home {
            color: #ffffff;
            padding: 4px;
            padding-left: 10px;
            cursor: pointer;
        }

        .selectedRow {
            background-color: #c9ffe6 !important;
            color: black;
        }

        .datepicker {
            padding: 6px 12px !important;
        }

        .myTextArea {
            width: 100%;
            height: 80px;
            min-height: 60px;
            min-width: 326px;
            max-height: 100px;
            max-width: 100%;
        }

        .form-control {
            border-radius: 4px;
        }

        ul::-webkit-scrollbar {
            display: none;
        }*/

.form-control:focus {
    color: #000000 !important;
}

.form-control {
    color: #000000 !important;
    border: 1px solid #9e9e9e;
}

.inlineDisply {
    display: inline-block !important;
}

.clsDataTableHead {
    color: #6e707e !important;
    background-color: #165986 !important;
    border-color: #e3e6f0 !important;
}

    .clsDataTableHead tr th {
        border-bottom: 2px solid #ddf1ff;
        color: #ffffff;
    }

.clsDataTableFooter {
    color: #6e707e;
    background-color: #165986 !important;
    border-color: #e3e6f0 !important;
}

    .clsDataTableFooter th {
        border-top: 2px solid #ddf1ff;
        color: #ffffff;
    }

.table tr:nth-child(even) {
    /*background-color: rgb(104 193 253 / 18%);*/
    background-color: #EDF3DF;
}

.selectedRow {
    background-color: #8aacc3 !important;
    color: white;
}

/*.selectedRow:hover {
        color: #000000 !important;
    }*/

.clsErrorMsg {
    color: red;
    display: none;
    padding-top: 15px;
    font-size: 12px;
}

.buttonsToHide {
    display: none;
}

.Redcolor {
    color: red !important;
} 

.lgBtn {
    border-radius: 46px !important;
    background-color: #f49601 !important;
    color: #fff !important;
    padding: 0 !important;
    border: 1px solid #f49601;
    height: 46px;
    /*top: 70px;*/
    z-index: 2;
    width: 80px;
}

    .lgBtn:hover {
        background-color: #FFF !important;
        color: #314086 !important;
        z-index: 2 !important;
        border: 1px solid #314086 !important;
    }

.snBtn {
    padding: 0 !important;
    border-radius: 0 46px 46px 0;
    height: 46px;
    /*top: 70px;*/
    color: #fff !important;
    background-color: #54cdff !important;
    border-top: 1px solid #54cdff;
    border-right: 1px solid #54cdff;
    border-bottom: 1px solid #54cdff;
    border-left: 0px solid #54cdff;
    margin-left: -23px !important;
    z-index: 1;
    width: 115px;
}

    .snBtn:hover {
        border-color: #54cdff !important;
        background-color: #FFF !important;
        color: #54cdff !important;
    }

.rc-anchor-light {
    background: #000 !important;
    color: #000 !important;
}

.login-block {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.banner-sec {
    background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.lgContainer {
    /*background: #fff;
            border-radius: 10px;
            box-shadow: 15px 20px 0px rgba(0,0,0,0.1);*/
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    position: relative;
}

    .login-sec-2 h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #175a88;
        border-bottom: 1px solid #185d8c;
    }

    .login-sec-2 .copy-text {
        width: 80%;
        bottom: 20px;
        font-size: 13px;
    }

        .login-sec-2 .copy-text i {
            color: #FEB58A;
        }

        .login-sec-2 .copy-text a {
            color: #E36262;
        }

.login-sec {
    padding: 0px 30px;
    position: relative;
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    .login-sec h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #175a88;
    }

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #ffffff;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto;
        }


.login-sec-1 {
    padding: 0px 30px;
    position: relative;
}

    .login-sec-1 .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec-1 .copy-text i {
            color: #FEB58A;
        }

        .login-sec-1 .copy-text a {
            color: #E36262;
        }

    .login-sec-1 h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #54cdff;
    }

        .login-sec-1 h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #ffffff;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto;
        }

.btn-login {
    background: #54cdff;
    color: #185e8e;
    font-weight: 600;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }


.otpClass {
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    border: 1px solid #175d8c;
    background-color: #ffffff;
    color: #000000;
}

.otpClass,
.otpClass {
    -webkit-appearance: none;
    margin: 0;
}

.color-white {
    color: #ffffff !important;
}

.requiredStar {
    color: red !important;
    font-size: 30px;
}

.subHead {
    color: #165986;
    font-weight: bold;
    /*text-decoration: underline;*/
}

.register {
    background: -webkit-linear-gradient(left, #165a87, #67bcf5);
    /*margin-top: 3%;*/
    padding: 3%;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

    .register-left input {
        border: none;
        border-radius: 1.5rem;
        padding: 2%;
        width: 60%;
        background: #f8f9fa;
        font-weight: bold;
        color: #383d41;
        margin-top: 30%;
        margin-bottom: 3%;
        cursor: pointer;
    }

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    padding: 10%;
    margin-top: 10%;
}

.btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

    .register .nav-tabs .nav-link {
        padding: 2%;
        height: 34px;
        font-weight: 600;
        color: #fff;
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

        .register .nav-tabs .nav-link:hover {
            border: none;
        }

        .register .nav-tabs .nav-link.active {
            width: 100px;
            color: #0062cc;
            border: 2px solid #0062cc;
            border-top-left-radius: 1.5rem;
            border-bottom-left-radius: 1.5rem;
        }

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

.otpClass {
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    border: 1px solid #175d8c;
    background-color: #ffffff;
    color: #000000;
}

.otpClass,
.otpClass {
    -webkit-appearance: none;
    margin: 0;
}


.form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: center right calc(.375em + 1.1875rem) !important;
}

.-link:hover {
    color: #0056b3 !important;
}


.login_form #captcha .preview {
    color: #000;
    background-color: #e8f0fe;
    font-size: 20px;
    width: 100%;
    text-align: center;
    /* height: 40px; */
    line-height: 40px;
    letter-spacing: 15px;
    border: 1px dashed #888;
    border-radius: 6px;
    margin-bottom: 16px;
}

.form_input_captcha {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1em;
    border: 0.1em solid #dadce0;
    border-radius: 0.5em;
    outline: none;
    padding: 1em;
    z-index: 1;
    /*background: none;*/
}


.form_label_captcha {
    position: absolute;
    left: 1em;
    top: 5.2em;
    padding: 0 .25em;
    background-color: #fff;
    color: #80868b;
    font-size: 1em;
    transition: .4s;
}

.form_input_captcha:focus + .form_label_captcha {
    top: 4.7em;
    left: .8em;
    color: rgb(28,164,248);
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:not(:placeholder-shown).form_input_captcha:not(:focus) + .form_label_captcha {
    top: 4.6em;
    left: .8em;
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:focus {
    border: .1em solid rgb(28,164,248);
}

.login_form #captcha .preview span {
    display: inline-block;
    user-select: none;
}

.login_form #captcha .captcha_form {
    display: flex;
}

    .login_form #captcha .captcha_form input {
        width: 100%;
        font-size: 1em;
        border-radius: 0.5em;
        outline: none;
        padding: 1em;
        z-index: 1;
        height: 45px !important;
        letter-spacing: 5px;
        /*background: none;*/
    }


    .login_form #captcha .captcha_form .captcha_refersh {
        width: 44px;
        border: none;
        outline: none;
        background: forestgreen;
        color: #eee;
        cursor: pointer;
        border-radius: 0.5em;
        margin-left: 5px;
        font-size: 16px;
    }

.captcha_refersh {
    transition: .4s;
}

    .captcha_refersh:hover {
        transition: .4s;
        transform: scale(0.90);
    }

.digit-group input {
    width: 40px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid black;
    color: black;
    /* font-weight: bold; */
    /*border: none;*/
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    /* font-family: 'Raleway', sans-serif; */
    /* font-weight: 200; */
    /* color: white; */
    margin: 15px 10px 5px 7px;
    text-transform: uppercase;
    font-family: Courier New;
    font-weight: bold;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}
