﻿/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Calibri, sans-serif !important;
}

.ccline {
    display: none;
}
/* PRELOADER CSS */
.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

table#MainContentPlaceHolder_GridView1 th, table#MainContentPlaceHolder_GridView1 tr {
    background: #ffffff !important;
}

.marleft {
    margin-left: 5px;
}

.page-loader img {
    width: 120px;
    height: 120px;
}

.main-bg-login {
    background-image: url(../images/background-images-bcr-login1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    color: white;
}

table#tblDynamic.maincc tr:first-child {
    background: #d3d3d3 !important;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 600;
}

table#tblDynamic.maincc tr:last-child td {
    color: #4e4e4e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
/*.main-bg-login img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}
.main-bg-login {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
}*/
.tbl-scroll #MainContentPlaceHolder_GridView1 th {
    background: #d3d3d3 !important;
}

.tbl-scroll #MainContentPlaceHolder_GridView1 tr:nth-child(even) {
    background: #ededed !important;
}

.spinner {
    display: flex;
    border-radius: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    position: absolute;
}

.spin-1 {
    border-right-color: #294086;
    border-left-color: #294086;
    width: 160px;
    height: 160px;
    animation: spin 1.1s linear infinite;
}

.spin-2 {
    border-right-color: #294086;
    border-left-color: #294086;
    width: 120px;
    height: 120px;
    animation: spinner 1.05s linear infinite;
}

.spin-3 {
    border-right-color: #294086;
    border-left-color: #294086;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotateZ(-360deg);
    }
}

.divWaiting {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2147483647 !important;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divWaitInternal {
    border: thick solid #000000;
    width: 30%;
    height: 4%;
    margin: 3% 35%;
    padding-top: 1%;
    background-color: #FFFFCC;
}


/* ======Login CSS ======== */
.pwd-change .login-form .input-field.text-box-log input {
    width: 100%;
    display: block;
    padding: 9px 14px;
    padding-left: 22px;
    margin: 20px 0;
    border-radius: 0;
    font-size: 17px;
    border: 1px solid #556080;
}
/*.bg {
    background-image: linear-gradient(to right bottom, #9a9a9a, #848484, #6f6f6f, #5a5a5a, #464646, #3b3b3b, #303030, #252525, #1f1f1f, #191919, #141414, #0c0c0c);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}*/
.bg {
    background-image: linear-gradient(to right bottom, #f1f1f1, #fffefe, #e4e4e4, #e6e6e6, #e0e0e0, #c7bfbf, #ffffff, #d4cbcb, #e0d6d6, #e6dddd, #dcdada, #ffffff);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    /*    background-image: url(../images/background-images-bcr-login.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    color: white;*/
}

.columns {
    justify-content: center;
    background:#fff;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    animation-name: MOVE-BG;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-direction: alternate;*/
}
#inputs {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
}
.input {
    width: 45px;
    border: none;
    margin: 11px 7px 0px;
    text-align: center;
    font-size: 29px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 3px;
}

    .input:focus {
        border-bottom: 3px solid orange;
        outline: none;
    }

    .input:nth-child(1) {
        cursor: pointer;
        pointer-events: all;
    }
/*.bg:after {
    content: '';
    position: absolute;
    bottom: 78px;
    right: 24px;
    background-image: url(../images/sm1.png);
    height: 100px;
    width: 251px;
    z-index: 99999999999;
    background-size: 100%;
}*/

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes MOVE-BG {
    from {
        background-size: 65%;
    }

    to {
        background-size: 70%;
    }
}

@keyframes MOVE-BG-MOBILE {
    from {
        background-size: 90%;
    }

    to {
        background-size: 110%;
    }
}

.login {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 360px;
}

.login-form {
    background: rgb(255 255 255 / 72%);
    padding: 4em 3em;
    border-radius: 20px;
    border-left: 1px solid rgb(255 255 255);
    border-top: 1px solid rgb(255 255 255);
    backdrop-filter: blur(10px);
    box-shadow: 1px 13px 17px -9px rgb(0 0 0 / 36%);
    position: relative;
}

.log-icn-img {
    text-align: center;
}

.login-form a {
    text-decoration: none;
    color: #707781;
    font-size: 13px;
    font-family: "Ride",Muli,Helvetica,Arial,sans-serif;
}

    .login-form a:hover {
        text-shadow: none;
        color: #b3b1b1;
    }

    .login-form a:active {
        text-shadow: none;
    }

.login-form .input-field input:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 4px 4px 60px 8px rgba(0, 0, 0, 0.2);
}

.login-form .input-field input[type="email"]:focus, .login-form .input-field input[type="password"]:focus {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 4px 4px 60px 8px rgba(0, 0, 0, 0.2);
}

.login-form:hover {
    margin: 0px;
}

/*::placeholder {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #283e8a;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}*/

.drop-new {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
    position: absolute;
    transition: all 0.2s ease;
}

.drop-1 {
    height: 80px;
    width: 80px;
    top: -20px;
    left: -40px;
    z-index: -1;
}

.drop-2 {
    height: 80px;
    width: 80px;
    bottom: -30px;
    right: -10px;
}

.drop-3 {
    height: 100px;
    width: 100px;
    bottom: 120px;
    right: -50px;
    z-index: -1;
}

.drop-4 {
    height: 120px;
    width: 120px;
    top: -60px;
    right: -60px;
}

.drop-5 {
    height: 60px;
    width: 60px;
    bottom: 75px;
    left: -35px;
    z-index: 0;
}

a, input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}


.login-form .input-field {
    width: 100%;
    position: relative;
}

    .login-form .input-field i {
        position: absolute;
        top: 13px;
        left: 7px;
        font-size: 21px;
        z-index: 9;
        text-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
        color: #db8b1f;
        display: none;
    }

    /*    .login-form .input-field input {
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2);
        width: 100%;
        display: block;
        padding: 10px 35px;
        padding-left: 55px;
        margin: 15px 0;
        border: none;
        border-radius: 4px;
        font-size: 20px;
        background: transparent;
        border-left: 4px solid rgb(40, 62,138);
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(5px);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        position: relative;
    }*/
    .login-form .input-field.text-box-log input {
        width: 100%;
        display: block;
        padding: 9px 14px;
        padding-left: 15px;
        margin: 33px 0;
        border-radius: 0;
        font-size: 17px;
        border: 1px solid #556080;
    }

    .login-form .input-field.text-box-log input {
        background: none;
        box-shadow: none;
    }

.login-box-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form .input-field.text-box-log input[type="email"]:focus, .login-form .input-field.text-box-log input[type="password"]:focus {
    background: none;
    box-shadow: none;
}

.login-box-button .btn:hover {
    color: #233f69;
    border: 1px solid #233f69;
    background: #fff;
}

.login-box-button .btn {
    padding: 0.5rem 1rem;
    background: #233f69;
    color: white;
    font-weight: 500;
    border: 1px solid #233f69;
    width: 100%;
    margin: 20px 0px;
    font-size: 13px;
    line-height: 1.625;
    letter-spacing: 1px;
    transition: all 1s ease-in;
    background-position: 0;
    font-family: "Ride",Muli,Helvetica,Arial,sans-serif;
}

.log-icn-img img {
/*    border: 1px solid #ff9800;*/
    border-radius: 50%;
    padding: 2px;
    width: 86px;
    margin-right: 18px;
}
/*        .login-box-button .btn:active {
            background-image: linear-gradient(to right top, #0e1776, #091b97, #031db9, #011edc, #081dff);
            background-position: 400%;
            transform: scale(1.1);
        }*/
.login-form .topline {
    display: inline-block;
    position: relative;
    color: #233f69;
    font-size: 20px;
}

    .login-form .topline:after {
        content: "";
        position: absolute;
        width: 40%;
        transform: scaleX(1);
        height: 3px;
        bottom: -10px;
        left: 0;
        background-color: #fff;
    }

.logo-carclub img {
    width: 360px;
    margin: 40px;
}

.ba {
    color: #ffffff !important;
    font-family: Calibri, sans-serif !important;
    font-size: 13px !important;
}

.bodytext1 a {
    color: bisque !important;
}

.ui-datepicker {
    z-index: 99 !important;
}

.ba2 {
    color: bisque !important;
    font-size: 15px !important;
    text-decoration: none !important;
    text-transform: capitalize !important;
    font-family: Calibri, sans-serif;
    font-weight: normal !important;
}

/*.heading {
    min-width: 100px;
    text-align: center;
}

    .heading h2 {
        text-align: center;
        color: #000;
        width: 220px;
        padding: 4px;
        border-radius: 12px;
        border-bottom: solid 1px #294086;
        margin: 15px auto;
        font-size: 20px;
        position: relative
    }*/

.heading {
    position: relative;
    /*background: #f8f8f8;*/
    width: 90%;
    max-width: 700px;
    /*padding: 2em;*/
    margin: 1.5em auto 0em;
    /* border: 3px solid rgba(0, 0, 0, 0.08);*/
    /*-webkit-box-shadow: inset 2px 2px 3px 1px rgb(0 0 0 / 40%);
    -moz-box-shadow: inset 2px 2px 3px 1px rgba(0,0,0,0.40);
    box-shadow: inset 2px 2px 3px 1px rgb(0 0 0 / 40%);
    padding: 2em;
    margin: 1.5em auto 0em;
    border: 3px solid rgba(0, 0, 0, 0.08);
    border-radius: 30px;*/
}

    .heading h2 {
        text-align: center;
        border-bottom: 1px solid #ddd;
        margin: auto;
        position: relative;
        padding: 0;
        width: fit-content;
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        font-size: 18px;
        color: #283e8a;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .heading h2:before {
            width: 8px;
            height: 8px;
            display: block;
            content: "";
            position: absolute;
            bottom: -4px;
            left: 50%;
            transform: rotate(46deg);
            margin-left: -10px;
            background-color: #f99801;
        }

        .heading h2:after {
            width: 100px;
            height: 1px;
            display: block;
            content: "";
            position: relative;
            margin-top: 15px;
            left: 50%;
            margin-left: -50px;
            background-color: #ddd;
            bottom: 2px;
            z-index: -1;
        }

.img-ic {
    display: inline-table;
    width: 22px;
    margin: auto;
}

.columns .ccline {
    opacity: 1;
}

    .columns .ccline > div {
        position: absolute;
    }


    .columns .ccline .ccline1 img {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-animation: ant01 10s infinite linear;
        animation: ant01 10s infinite linear;
    }

    .columns .ccline .ccline02 {
        top: -820px;
        right: -435px;
    }

        .columns .ccline .ccline02 img {
            -webkit-animation: ant02 10s linear infinite;
            animation: ant02 10s linear infinite;
        }

    .columns .ccline .ccline03 {
        top: 160px;
        right: -250px;
    }

        .columns .ccline .ccline03 img {
            -webkit-transform-origin: right bottom;
            -ms-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-animation: ant03 10s linear infinite;
            animation: ant03 10s linear infinite;
        }

    .columns .ccline img {
        display: block;
    }

#myAlert.show {
    animation: show 0.5s forwards;
    z-index: 999999;
    box-shadow: 1px 13px 50px -9px rgb(0 0 0 / 36%);
}

@keyframes animate {
    0%, 100% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(-20px);
    }

    40% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes ant01 {
    0% {
        -webkit-transform: skew(-20deg) translate(0, 30%) rotate(0);
        transform: skew(-20deg) translate(0, 30%) rotate(0);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -webkit-transform: skew(60deg) translate(-20%, 0%) rotate(45deg);
        transform: skew(60deg) translate(-20%, 0%) rotate(45deg);
    }
}

@keyframes ant01 {
    0% {
        -webkit-transform: skew(-20deg) translate(0, 30%) rotate(0);
        transform: skew(-20deg) translate(0, 30%) rotate(0);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        -webkit-transform: skew(60deg) translate(-20%, 0%) rotate(45deg);
        transform: skew(60deg) translate(-20%, 0%) rotate(45deg);
    }
}

@-webkit-keyframes ant02 {
    0% {
        -webkit-transform: translate(80%, 30%) skew(50deg) rotate(0deg);
        transform: translate(80%, 30%) skew(50deg) rotate(0deg);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0%, 0%) skew(0deg) rotate(30deg);
        transform: translate(0%, 0%) skew(0deg) rotate(30deg);
    }
}

@keyframes ant02 {
    0% {
        -webkit-transform: translate(80%, 30%) skew(50deg) rotate(0deg);
        transform: translate(80%, 30%) skew(50deg) rotate(0deg);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0%, 0%) skew(0deg) rotate(30deg);
        transform: translate(0%, 0%) skew(0deg) rotate(30deg);
    }
}

@-webkit-keyframes ant03 {
    0% {
        -webkit-transform: translate(-30%, 50%) rotate(0deg);
        transform: translate(-30%, 50%) rotate(0deg);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(35%, -40%);
        transform: translate(35%, -40%);
    }
}

@keyframes ant03 {
    0% {
        -webkit-transform: translate(-30%, 50%) rotate(0deg);
        transform: translate(-30%, 50%) rotate(0deg);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(35%, -40%);
        transform: translate(35%, -40%);
    }
}
/* ======Login CSS END ======== */
/* ===== MENU CSS ==== */
/*.menu ul li:nth-last-child(4) ul{position:absolute; right:0px;}.menu ul li:nth-last-child(1) ul
    {
        position: absolute;
        right: 0px;
    }*/
.menu ul li ul::-webkit-scrollbar {
    width: 10px;
}

.menu ul li ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.menu ul li ul::-webkit-scrollbar-thumb {
    background-color: #666666;
    outline: 1px solid slategrey;
}

.menu {
    /*width: 100%; background-color: #B3CFEB;*/
    float: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 3px;
    width: 100%;
}

    .menu ul li {
        list-style: none;
        float: left;
        /*border: 1px solid #73A9C2;*/
        /*margin-left: 5px;*/
    }

        .menu ul li:active a {
            background: #ddd;
        }

        .menu ul li ul li {
            border: none;
        }


        .menu ul li a {
            display: block;
            text-decoration: none;
            padding: 3px 15px 3px 3px;
            color: #000;
            font-size: 13px !important;
            font-family: Calibri, sans-serif;
            background-position: right;
            background-repeat: no-repeat;
            padding: 10px;
        }

        .menu ul li ul li a {
            background-image: none;
            display: block !important;
            text-decoration: none !important;
            color: #000000 !important;
            text-align: left;
            font-size: 13px !important;
            font-family: Calibri, sans-serif;
        }

        .menu ul li a:hover {
            display: block;
            background-color: #294086 /* rgba(40, 62, 138, 0.8)*/;
            color: White !important;
        }

        .menu ul li ul {
            /*max-width: 100%;*/
            padding: 5px 0px 20px 0px;
            /* background: rgb(231, 235, 238, 1); */
            background: #ffffff;
            position: absolute;
            display: none;
            z-index: 1;
            border: 1px solid #73A9C2;
            border-top: none;
            max-height: 500px;
            /*min-width: 82%;*/
            overflow: auto;
            box-shadow: 0px 10px 16px #666;
            z-index: 1000;
            margin-top: -1px;
            border-bottom-left-radius: 9px;
            border-bottom-right-radius: 9px;
        }

        .menu ul li:hover ul {
            display: block;
        }

            .menu ul li:hover ul li {
                width: 233px;
                float: left;
                border-left: 1px solid #cccccc;
            }

                .menu ul li:hover ul li a {
                    padding: 5px;
                    color: brown;
                    margin-left: 11px;
                }

        .menu ul li ul li a:hover {
            /* text-decoration: underline !important; background-color: #e8eefa;*/
            color: #ffffff !important;
        }
/*.menu ul li:last-child ul li {
                width: 175px;
            }

            .menu ul li:nth-child(10) ul li {
                width: 150px;
            }

            .menu ul li:nth-child(8) ul li {
                width: 150px;
            }*/

#menu {
    float: left;
    margin-top: 7px;
    margin-left: 12px;
    border: 1px solid #fff;
    padding: 7px 10px;
    border-radius: 5px;
    background: #29428b;
    color: #fff;
}

@media only screen and (max-width:1500px) {
    .logo-carclub img {
        width: 250px;
        margin: 27px;
    }
}

@media only screen and (max-width:520px) {
    .logo-carclub img {
        width: 223px;
        margin: 27px auto;
        display: block;
    }

    .pwd-change .login-form .input-field.text-box-log input {
        margin: 11px 0;
        font-size: 15px;
    }

    .login {
        position: fixed;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 90%;
    }

    .bg:after {
        display: none;
    }

    .login-form {
        padding: 2em 3em;
    }
}

@media only screen and (max-width:420px) {
    #menu {
        display: block !important;
    }

    .menu_fi {
        position: absolute;
        width: 100%;
        display: block;
        background: #fff;
        box-shadow: -1px 3px 5px #666;
        z-index: 50001;
    }

    .menu ul li {
        width: 98%;
        border-bottom: 1px solid #666;
    }

        .menu ul li:focus + a {
            background-color: #e7ebee !important;
        }

        .menu ul li a {
            pointer-events: none;
        }

        .menu ul li ul li a {
            pointer-events: visible;
        }

        .menu ul li ul li {
            width: 215px !important;
        }

        .menu ul li ul {
            overflow-x: hidden !important;
        }

    #hidemanu {
        height: 528px !important;
        z-index: 5000;
        position: absolute;
        top: 127px;
        display: none;
    }
}

#Menu1_Menuid li + a {
    background: #000000 !important;
}
/* ==== MENU CSS END ==== */

/* ====== Table css ===== */
.tbl-shd {
    margin: 10px auto;
    background: #ffffff;
    /* box-shadow: 0px 7px 7px #bbbbbb; */
    /* box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #ffffff; */
    /* background: linear-gradient( 145deg, #eeeeee, #ffffff); */
    padding: 10px;
    border-radius: 10px;
    border-collapse: separate;
    border: 1px solid #c7c7c8;
	  font-size:13px;
}

.text {
    font-family: Calibri, sans-serif;
    font-size: 13px !important;
    color: #000000 !important;
    border: 1px solid #aaa;
    height: 25px;
    width: 178px;
    padding: 2px;
    font-weight: 400;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .text:focus, .drop:focus, .tbl-date:focus {
        color: #212529;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .10rem rgba(13,110,253,.25)
    }

.btnba:focus {
    color: #212529;
    border-color: #c48a1f;
    outline: 0;
    background: #c48a1f;
    box-shadow: 0 0 0 0.1rem rgb(196 138 31 / 50%);
}

.drop {
    padding: 2px;
    font-size: 13px;
    height: 25px;
    color: #000000 !important;
    border-radius: 4px;
    width: 178px;
    border: 1px solid #aaa;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btnba {
    padding: 5px 6px 5px 6px;
    -webkit-transition: background .5s;
    transition: background .5s;
    cursor: pointer;
    background-color: #294086;
    font-size: 12px;
    font-family: Calibri, sans-serif;
    color: White !important;
    border-radius: 7px;
    outline: none;
    border: none;
    width: 65px;
    z-index: 5;
}

    .btnba:hover {
        background: #c48a1f;
    }

input[type="submit" i]:disabled {
    font-size: 13px !important;
    color: #000000 !important;
    background-color: #ececec !important;
    border: 1px solid #aaa !important;
    padding: 4px 6px 4px 6px;
    -webkit-transition: background .5s;
    transition: background .5s;
    cursor: pointer;
    font-family: Calibri, sans-serif;
    border-radius: 3px;
    width: 90px;
    cursor: not-allowed;
}

    input[type="submit" i]:disabled :hover {
        color: #000000 !important;
        background-color: #ececec !important;
    }

.drop:disabled {
    font-family: Calibri, sans-serif;
    font-size: 13px !important;
    color: #000000 !important;
    background-color: #f7f7f7 !important;
    border-radius: 4px;
    border: 1px solid #aaa !important;
    height: 25px;
    cursor: not-allowed;
}

.text:disabled {
    font-family: Calibri, sans-serif;
    font-size: 13px !important;
    color: #000000 !important;
    background-color: #f7f7f7 !important;
    border-radius: 4px;
    border: 1px solid #aaa !important;
    cursor: not-allowed !important;
}

textarea:disabled {
    font-family: Calibri, sans-serif;
    font-size: 13px !important;
    color: #000000 !important;
    background-color: #f7f7f7 !important;
    border-radius: 4px;
    border: 1px solid #aaa !important;
    cursor: not-allowed !important;
}

.color_blue, .bodytext_blue {
    color: #294086 !important;
    font-size: 13px !important;
    font-family: Calibri, sans-serif !important;
}

.bodytext_red {
    color: red;
    font-size: 13px !important;
    font-family: Calibri, sans-serif !important;
}

.tbl-scroll {
    width: 99%;
    overflow: auto;
    max-height: 500px;
    white-space: nowrap;
    margin: 15px auto;
}

    .tbl-scroll a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
    }

.main {
    width: 99%;
    height: 100%;
    margin: 0px auto 50px;
}

.navbar-fixed-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 99;
    background: white;
}

.tbl-scroll th {
    background: #d3d3d3;
    color: #333333;
    position: sticky;
    top: -1px;
    z-index: 9;
    padding: 7px !important;
    font-size: 14px;
}

.tbl-scroll tr:nth-child(even) {
    background: #ededed !important;
}

.tbl-f {
    position: sticky;
    bottom: 0;
}

/*GSTR_Update_Module Css*/

#closem {
    color: #ffffff;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    background: #2a4189;
    border-radius: 8px;
    cursor: pointer;
    font-size: 20px;
    float: right;
}

#imageff {
    position: absolute;
    text-align: center;
    display: none;
    border: 1px solid #cccccc;
    background: #dfeefe;
    box-shadow: 0px 1px 8px #666;
    top: 200px;
    left: 398px;
}
/*GSTR_Update_Module Css end*/
.zoomify {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

    .zoomify.zoomed {
        cursor: -webkit-zoom-out;
        cursor: zoom-out;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        position: relative;
        z-index: 1501;
    }

#img_zoom img {
    width: 166px;
    height: 125px;
}

#img_zoom table {
    /*border-collapse: collapse;*/
    float: right;
}

.zoomify.zoomed {
    position: absolute !important;
}

#img_zoom::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border: none;
}

#img_zoom::-webkit-scrollbar-track {
    outline-style: none;
    border: none;
}

#img_zoom::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border: none;
}

#img_zoom::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
}

    .zoomify-shadow.zoomed {
        opacity: 1;
        cursor: pointer;
        cursor: -webkit-zoom-out;
        cursor: zoom-out;
    }

.inv-add {
    position: absolute;
    top: 55px;
    left: 20px;
}

.tbl-scroll th, .tbl-scroll td {
    padding: 4px;
}

.tbl-bdr {
    width: 100%;
    border: 1px solid #c5c5c5;
    border-collapse: collapse;
}

.tbl-date, .hasDatepicker {
    background: url(../images/datepick.png) no-repeat 99% #ffffff;
    font-family: Calibri, sans-serif;
    font-size: 13px !important;
    color: #000000 !important;
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 2px;
    height: 25px;
    width: 178px;
    cursor: pointer;
    font-weight: 400;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.blink {
    padding: 3px;
    text-align: center;
    background: #fff;
}

    .blink i {
        font-size: 18px;
        font-family: cursive;
        color: #283e8a;
        animation: blink 2s linear infinite;
    }

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.mobile_popup {
    width: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(0, 0, 0, 0.6);
    position: fixed !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .mobile_popup .tbl-shd, .modalBackround .tbl-shd, .modalBackground .tbl-shd, .newone .tbl-shd, .modalPopup .tbl-shd, .modalPopup, .mobile_popup {
        box-shadow: none;
    }

.hover-image {
    position: fixed;
    width: 300px !important;
    height: 300px !important;
    border-radius: 50%;
    transform: translate( -50%, -20% );
    pointer-events: none;
    box-shadow: 0 0 10px rgba( 0, 0, 0, .5 );
    border: 10px solid #fff;
}

.modalBackround {
    background: rgba(0, 0, 0, 0.6);
}

.modalBackground {
    background: rgba(0, 0, 0, 0.6);
}

.newone {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999 !important;
}

.custom-file {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .custom-file > .label {
        color: #294086;
        white-space: nowrap;
        opacity: .8;
        font-size: 16px;
        margin: 0;
    }

    .custom-file.-chosen > .label {
        opacity: 1;
    }

.m-auto {
    margin: auto;
}

.custom-file > input[type=file] {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

input[type=file] {
    display: block;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #283e8a;
    border-radius: 50%;
    outline: none;
    position: relative;
    top: 3px;
}

input[type=radio] ~ label {
    margin: 0 .625rem;
    cursor: pointer;
    transition: .3s;
    position: relative;
    top: -3px;
    font-size: 12px;
}

input[type='radio']:disabled {
    border: 2px solid #ccc;
}

input[type='radio']:hover {
    box-shadow: 0 0 5px 0px #283e8a inset;
}

input[type='radio']:disabled:hover {
    box-shadow: 0 0 5px 0px #ccc inset;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin: 25% auto;
    border-radius: 50%;
}

input[type='radio']:checked:before {
    background: #283e8a;
}

input[type='radio']:disabled:checked:before {
    background: #ccc;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #283e8a;
    border-radius: 0%;
    outline: none;
    position: relative;
    top: 3px;
}

input[type=checkbox] ~ label {
    margin: 0 .625rem;
    cursor: pointer;
    transition: .3s;
    position: relative;
    top: -3px;
    font-size: 12px;
}

input[type='checkbox']:disabled {
    border: 2px solid #ccc;
}

th input[type='checkbox'] {
    border: 2px solid #fff;
}

input[type='checkbox']:hover {
    box-shadow: 0 0 5px 0px #283e8a inset;
}

th input[type='checkbox']:hover {
    box-shadow: 0 0 5px 0px #fff inset;
}

input[type='checkbox']:disabled:hover {
    box-shadow: 0 0 5px 0px #ccc inset;
}

input[type='checkbox']:before {
    content: '';
    display: block;
    border-radius: 0%;
}

input[type='checkbox']:checked:before {
    content: '✔';
    background: none;
    position: absolute;
    top: -1px;
    left: 3px;
    padding: 0px;
    color: #283e8a
}

th input[type='checkbox']:checked:before {
    content: '✔';
    background: none;
    position: absolute;
    top: -1px;
    left: 3px;
    color: #fff
}

input[type='checkbox']:disabled:checked:before {
    background: #ccc;
}

input[type=checkbox]:disabled ~ label {
    cursor: not-allowed
}

input[type=radio]:disabled ~ label {
    cursor: not-allowed
}

#Logout1_LinkButton1, #lblloggedinas {
    color: bisque !important;
    font-size: 15px !important;
    text-decoration: none !important;
    text-transform: capitalize !important;
    font-family: Calibri, sans-serif;
    font-weight: normal !important;
}

.add {
    background: url(../images/add-person1.png) no-repeat 0 !important;
    text-indent: -99999px;
    height: 36px;
    width: 25px !important;
    margin: 0 2px 0 8px !important;
    text-align: center;
    border-style: none !important;
    outline: none;
}

.remove {
    background: url(../images/delete1.png) no-repeat 0 !important;
    text-indent: -99999px;
    height: 36px;
    width: 25px !important;
    margin: 0 2px 0 8px !important;
    text-align: center;
    border-style: none !important;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #213d7c !important;
    border-color: #1d305a !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #ff9800 !important;
        border-color: #ff9800 !important;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 0 0 .10rem rgba(49,132,253,.5)
    }


.btn-danger {
    color: #fff;
    background-color: #ff9800 !important;
    border-color: #ff9800 !important;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #213d7c !important;
        border-color: #294086 !important;
    }

    .btn-danger:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 .10rem rgba(225,83,97,.5)
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover {
        color: #fff;
        background-color: #ff9800 !important;
        border-color: #ff9800 !important;
    }

    .btn-success:focus {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 .10rem rgba(60,153,110,.5)
    }


.btn-info {
    color: #fff;
    background-color: #213d7c !important;
    border-color: #213d7c !important;
}

    .btn-info:hover {
        color: #fff;
        background-color: #ff9800 !important;
        border-color: #ff9800 !important;
    }

    .btn-info:focus {
        color: #fff;
        background-color: #31d2f2;
        border-color: #25cff2;
        box-shadow: 0 0 0 .10rem rgba(11,172,204,.5)
    }

.btn-warning {
    color: #fff;
    background-color: #ff9800 !important;
    border-color: #ff9800 !important;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #1d366e !important;
        border-color: #1d366e !important;
    }

    .btn-warning:focus {
        color: #fff;
        background-color: #ffca2c;
        border-color: #ffc720;
        box-shadow: 0 0 0 .10rem rgba(217,164,6,.5)
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268 !important;
        border-color: #545b62 !important;
    }

    .btn-secondary:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        box-shadow: 0 0 0 .10rem rgba(130,138,145,.5)
    }

.btn-dark {
    color: #fff;
    background-color: #343a40 !important;
    border-color: #343a40 !important
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b !important;
        border-color: #1d2124 !important
    }

    .btn-dark:focus {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
        box-shadow: 0 0 0 .10rem rgba(66,70,73,.5)
    }

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper input[type=file] {
        position: absolute;
        right: -25px;
        top: 0;
        opacity: 0;
        z-index: 9999999;
        height: 34px;
        width: 40px;
    }

.upload-btn-wrappers input[type=file] {
    display: block !important;
}

.profile-sec-images {
    position: relative;
    width: fit-content;
    min-height: 39px;
    padding-left: 6px;
}

.upload-btn-wrapper i {
    position: absolute;
    right: 0px;
    font-size: 16px;
    background: #ff9800;
    color: #fff;
    width: 24px;
    height: 26px;
    padding: 4px;
    text-align: center;
    border-radius: 100%;
    z-index: 9999;
}

.upload-btn-wrappers i {
    position: absolute;
    right: -23px;
    font-size: 25px;
    background: #ff9800;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 5px;
    text-align: center;
    border-radius: 100%;
    z-index: 9999;
}

.upload-btn-wrappers input[type=file] {
    position: absolute;
    right: -25px;
    top: 0;
    opacity: 0;
    z-index: 9999999;
    height: 34px;
    width: 40px;
}

/* ====== Table css ===== */
/* ==== FOOTER == */
.footer {
    width: 100%;
    margin: 0 auto;
    height: 35px;
    position: fixed;
    background-color: none;
    bottom: 0;
}

    .footer p {
        font-size: 14px;
        color: #aeaeae;
        padding: 10px 5px 0 0;
        margin: 0;
    }
/* ==== FOOTER END == */
@media only screen and (max-width: 1500px) {
    .login-form {
        padding: 2em 2em !important;
    }

        .login-form .input-field.text-box-log input {
            margin: 27px 0 !important;
        }
}



/*    -----------------loginpopup----------------start*/
.form {
    border-radius: 5px;
    background-color: #fff;
    max-width: 500px;
    text-align: left;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.log-icn-img {
    text-align: center;
    width: 360px;
}

.form .myforrm {
    margin-top: 32px;
    width: 1000px;
}

.formdet-sec {
    position: relative;
}

.form .myforrm .loginbcr {
    position: relative;
    left: 0px;
    transition: 0.3s;
}

    .form .myforrm .loginbcr .email {
        float: left;
        position: relative;
        width: 500px;
        text-align: center;
    }

#txtpassword, #txtusername {
    background: #fff;
    border: 1px solid #ededed;
    padding: 8px 23px;
    width: 99%;
    height: 51px;
    border-radius: 42px;
    font-size: 16px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.useridsec{
    position:relative;
}

.linkreset-forget {
    width: 500px;
    text-align: center;
    display: inline-grid;
    margin-top: 28px;
}

#lnkreset {
    font-size: 16px;
    text-decoration: none;
    padding-top: 35px;
    color: #6e6e6e;
    float: left;
    width: fit-content;
    margin: auto;
}

#LinkButton1 {
    font-size: 16px;
    text-decoration: none;
    color: #6e6e6e;
    float: left;
    width: fit-content;
    margin: auto;
}

.btnnext {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 25px;
}

    .btnnext button.nextbtn, #btnlogin {
        padding: 7px 35px;
        font-size: 14px;
        border: 1px solid #213f66;
        background: #213f66;
        color: #fff;
        border-radius: 3px;
        float: right;
    }

.form .myforrm .loginbcr .password {
    float: right;
    position: relative;
    width: 500px;
    text-align: center;
}

.form h3 {
    font-size: 28px;
    font-weight: 600;
    color: #444444;
    text-align: center;
    margin-top: 27px;
    letter-spacing: -0.5px;
}

.shift {
    left: -500px !important;
}

.back {
    display: block;
    transition: 0.3s;
    background: #ddd;
    padding: 9px 37px;
    float: left;
    border-radius: 3px;
    cursor: pointer;
    display:none;
}

.nextbtn.dsbl:disabled, .btn.dsbl:disabled {

}

button.nextbtn.dsbl {
    background: #b1c1d7;
    border: 1px solid #b0c1d5;
}

.login-form .log-icn-img {
    text-align: center;
    width: 300px;
}
.basepopupsec {
    background: #fff;

    border-radius: 3px;
    background-image: url(../images/pngback.jpg);
    background-position: center;
    background-size: cover;
}
.innerbase {
    content: '';
  
    background-image: url(../images/pngback.png);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    padding: 40px;
}

.textheadinglbl {
    font-size: 17px;
    color: #8BC34A;
}
.text.otptextbox {
    width: 200px;
    margin: 20px auto;
    display: block;
    border: 1px solid #c9c9c9;
    padding: 20px 10px;
    text-align: center;
    border-radius: 3px;
    font-size: 20px !important;
    letter-spacing: 4px;
    font-weight: 800;
}
    .text.otptextbox::placeholder {
        font-size: 15px !important;
        letter-spacing: 0;
        font-weight: 400;
        line-height:25px;
    }
#btn_Sendotp {
    background: #2e3f70 !important;
    padding: 7px 42px !important;
    width: auto;
    border-radius: 50px;
    font-size: 14px;
    margin-top: 20px;
}
#btn_Sendotp:hover {
    background: #FF9800 !important;
    padding: 7px 42px !important;
    width: auto;
    transition: 0.5s;
}
.overdesign {
    padding: 12px;
    overflow: hidden;
    position: relative;
    z-index: -1;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #58a3cf;
    border-radius: 3px;
}

    .overdesign:before {
        content: '';
        position: absolute;
        height: 500px;
        width: 500px;
        background: #2196F3;
        left: -270px;
        top: -250px;
        z-index: -1;
        transform: rotate(-63deg);
    }
.credit-card-bg {
    background-image: url(../images/credit-card-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
    .credit-card-bg:before {
        content: "";
        position: absolute;
        background: #ffffffbf;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index:-1;
    }
