﻿/* Login CSS */

body {
    font-family: 'Work Sans', sans-serif;
    color: #3B3938;
    font-size: 14px;
}

select.form-control[size], select.form-control[multiple], textarea.form-control {
    height: auto !important;
}

.header {
    border-bottom: 1px solid #ddd;
}

    .header .logo img {
        width: 110px;
        /*border-right: 1px solid #ddd;
        padding-right: 0.5rem;*/
    }

    .header span.logoText {
        font-size: 2rem;
        color: #343399;
        font-weight: 600;
        margin-left: 26%;
    }

#imgLogo span.logoText {
    font-size: 1rem;
    color: #343399;
    font-weight: 600;
}
.capCotainer {
    display: flex;
    align-items: center;
}
.re-captcha {
    display: flex;
    align-items: center;
    justify-content: center
}

.LoginDiv .inputicon img {
    width: 20px;
}

.LoginDiv .inputicon {
    position: absolute;
    top: 35px;
    /* right: 20px; */
    left: 10px;
}

.formBox {
    max-width: 550px;
    background: #fff;
    padding: 2rem;
    margin-left: auto;
    margin-right: 1%;
    border-radius:24px;
    margin-top:1.5%;
    margin-bottom:1.5%;
}
.form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.55rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.mainHeading {
    font-size: 36px;
    font-weight: normal;
    color: #595E68;
    position: absolute;
    top: 30px;
    left: 50px;
 /*   width: 25%;*/
    line-height:40px;
}
.form-control-feedback i {
    color: #595E68;
    font-size: 18px;
}
    .LoginDiv .form-control {
        padding-left: 35px;
       /* margin-bottom:20px;*/
    }
.form-row label {
    /*position: absolute;
    background: #fff;*/
    /* margin-bottom: 52px; */
    /* padding-bottom: 20px; */
    /*z-index: 9;
    top: -13px;
    padding: 0px 5px;
    left: 15px;
    color: #595E68;*/
    font-weight:normal;
}
    select.form-control{
        padding-left:5px !important;
    }
.loginbg {
    padding: 2rem;
  /*  height: calc(100vh - 220px);*/
  
}

    .loginbg .loginimg {
        background-image: url(../Content/images/DigitalOnboarding.png);
        background-size: 85% auto;
        border-radius: 2rem;
        background-repeat: no-repeat;
        background-position: left top;
        background-color: #f5fbff;
        height: 100%;
        display: flex;
        align-items: flex-start;
        position:relative;
    }

    .loginbg .formBox h2 {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

.LoginDiv .btn-secondary:not(:disabled):not(.disabled).active, .LoginDiv .btn-secondary:not(:disabled):not(.disabled):active, .LoginDiv .show > .btn-secondary.dropdown-toggle {
    color: #343399;
    background-color: #D3D6DC;
    border-color: #D3D6DC;
}

.LoginDiv .btn.btn-secondary:hover {
    color: #fff !important;
}

.LoginDiv .btn.btn-secondary {
    border: 1px solid #D3D6DC;
    padding: 0.65rem;
    left:0;
    font-weight:bold;
}
.btn-secondary.focus, .btn-secondary:focus{
    box-shadow:none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    font-weight: bold;
}
.loginbg .vh100 {
  /*   height: calc(100vh);*/
}

.LoginDiv .btn-block + .btn-block {
    margin-top: 0 !important;
}

input[type=button], input[type=submit] {
    background: #343399;
    border-color: #343399;
    display: inline-block;
    color: #fff;
    border: 1px solid #343399;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-shadow: 0px 0px 0px;
}
.password-icon{
    position:absolute;
    top:31px;
    right:5px;
}
.btn.btn-secondary {
    background-color: #fff;
    border-color: #343399;
    display: inline-block;
    color: #343399;
    border: 1px solid #343399;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: .5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type=reset] {
    background-color: #fff;
    border-color: #343399;
    display: inline-block;
    color: #343399;
    border: 1px solid #343399;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btnactive {
    color: #fff !important;
    background-color: #343399 !important;
}

.form-control#CDate {
    border: 1px solid #DFE4EA;
    color: #343399;
    border-radius: .5rem;
    height: 38px !important;
    line-height: 1 !important;
    background: #fff !important;
}

.btn-primary {
    color: white !important;
    background: #343399 !important;
    border-color: #343399 !important;
    border-radius: .5rem;
}

.Newsinfo .btn-primary {
    color: #fff;
    background: #383d41 !important;
    border-color: #383d41 !important;
}

label {
    font-size: 14px;
    font-weight: 600;
}

.form-control {
    border: 1px solid #e4dcd3;
    color: #666;
    border-radius: .5rem;
    height: 40px !important;
    line-height: 1 !important;
}

/*.btn.btn-primary {
    background: #07386a;
    border-color: #07386a;
}*/

.btn.btn-primary:hover, .btn.btn-primary:focus, input[type=button]:hover, input[type=submit]:hover {
    background: #343399;
    border-color: #343399;
    color: #fff;
    opacity: .85;
}

#accordion input[type=reset]:hover, #accordion .btn.btn-secondary:hover {
    background: #343399 !important;
    color: #fff;
    border-color: #343399 !important;
}

input[type=reset]:hover, .btn.btn-secondary:hover {
    background: #343399 !important;
    color: #fff;
    border-color: #343399 !important;
}

.Newsinfo .btn.btn-primary:hover, .Newsinfo .btn.btn-primary:focus {
    background: #343399 !important;
    border-color: #343399 !important;
}

.btn.btn-secondary i {
    line-height: 1.5;
}

/*.btn{ color:#fff !important;}*/
.card-footer {
    padding: .5rem 1.25rem;
    background-color: #fff;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

::placeholder {
    color: #ddd;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ddd !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ddd !important;
}

::-webkit-input-placeholder { /* Internet Explorer 10-11 */
    color: #ddd !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(18,107,178,.25) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #343399;
    background-color: #343399;
}

/* Multi Select CSS */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #3B3938;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background-color: #fff !important;
}

.bootstrap-select .btn-light {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0.5rem;
}

.bootstrap-select .dropdown-menu.show {
    min-width: 100% !important;
}

.bootstrap-select .dropdown-toggle::after {
    color: #3B3938;
}

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    background-color: #343399 !important;
    border-color: #343399 !important;
    color: #fff;
}

.red {
    color: #f00;
}

.validationError {
    background: #f8f8f8;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    color: #f00;
    padding: 5px 10px;
}
/*.modal .close{ background:#fff !important;}*/

/* Login CSS */
header {
    border-bottom: 1px solid #ddd;
    padding: .5rem 0rem;
}

    header .logo {
        display: flex;
        margin: auto;
        max-height: 64px;
        max-width: 100%;
    }

    header .logoC {
        display: flex;
        margin: auto;
        max-height: 64px;
        max-width: 100%;
        margin-top: 22px;
    }

.loginBg {
   /* height: 100vh;*/
    justify-content: center;
    align-items: center;
    margin: auto;
}

    .loginBg .card {
        border-radius: 0px;
        border: 0px;
    }

    .loginBg .LeftBlue {
        padding: 0;
        height: 100%;
    }

        .loginBg .LeftBlue img {
            width: 100%;
            display: block;
        }

.LeftBlue span.font-large {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
}

.LeftBlue img {
    display: flex;
    margin: auto;
}

.loginBg .login-form {
    max-width: 380px;
    padding: 3rem 0;
    margin: 0 auto;
}

    .loginBg .login-form h2 {
        text-align: left;
        margin: 1rem 0;
        font-size: 16px;
        font-family: 'Work Sans', sans-serif;
    }

    .loginBg .login-form .font14 {
        font-size: 14px;
        color: #212529;
    }

    .loginBg .login-form .CTABtn {
        position: relative;
        display: inline-block;
        width: 100%;
        text-align: left;
    }

        .loginBg .login-form .CTABtn i {
            position: absolute;
            right: 1rem;
            top: 1rem;
            color: #fff;
        }

    .loginBg .login-form .footerSignature {
        margin-top: 1rem;
    }

.loginBg .footerSignature p, .loginBg .SignatureCompany p {
    font-size: 12px;
    color: #999999;
    padding: 0rem;
}

.resetText {
    font-size: 12px;
    color: #999999;
}

.recovery {
    display: none;
}

.bg-light.SignatureCompany {
    padding: 0.5rem 0;
}

    .bg-light.SignatureCompany p {
        margin: 0px;
    }

.SignatureCompany span.font-small {
    font-size: 12px;
    color: #fff;
}

.SignatureCompany .bordertop {
    border-top: 1px solid #DDD;
    margin-top: 10px !important;
}

/*News Ticker*/
.NewsBox {
    padding: .2rem .5rem 0 4rem;
}

.Newsinfo.alert-secondary {
    color: #000;
    background-color: #F8F8F8;
    margin: 1rem 0rem 1rem;
    position: relative;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    font-size: 14px;
}

    .Newsinfo.alert-secondary span.btnNews {
        background: #383d41;
        font-size: 14px;
        border: #383d41;
        position: absolute;
        top: 0px;
        left: 0;
        padding: 7px 10px;
        z-index: 1;
        color: #fff;
    }

.g20Div {
    width: 90px;
}

    .g20Div img.logo {
        width: 100%;
    }

.Newsinfo .btnNews:hover, .Newsinfo .btnNews:focus {
    background: #343399 !important;
    border-color: #343399 !important;
}

.tickercontainer { /* the outer div with the black border */
    width: 100%;
    height: 33px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
    /* that serves as a mask. so you get a sort of padding both left and right */
    .tickercontainer .mask {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

ul.newsticker { /* that's your list */
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    /* important: display inline gives incorrect results when you check for elem's width */
    ul.newsticker li {
        float: left;
        margin: 6px;
        padding: 0;
        font-size: 14px;
        line-height: 1.4;
        color: black !important;
    }

ul.er-controls {
    list-style: none;
    display: inline-block;
    padding: 0;
}

    ul.er-controls > li {
        display: inline-block;
        padding: 0 5px;
        background: #f0f0f0;
        margin: 5px;
        border-radius: 5px;
        height: 40px;
        line-height: 40px;
    }

        ul.er-controls > li:hover {
            background: #f5f5f5;
            cursor: pointer;
        }

i.fa.fa-arrow-right {
    position: absolute;
    right: -4px;
    color: #383d41;
    top: 11px;
}

nav .Newsinfo.alert.alert-secondary.w-50 {
    width: 65% !important;
}

.table td, .table th {
    padding: .5rem;
    vertical-align: middle;
}

/* Menu CSS */
.wrapper {
    width: 100%;
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #1d1919;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    #sidebar.active {
        margin-left: -300px;
    }

    #sidebar .logo {
        display: block;
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }

        #sidebar .logo span {
            display: block;
        }

    #sidebar ul.components {
        padding: 0;
    }

    #sidebar ul li {
        font-size: 16px;
    }

        #sidebar ul li > ul {
            margin-left: 10px;
        }

            #sidebar ul li > ul li {
                font-size: 14px;
            }

        #sidebar ul li a {
            padding: 10px 0;
            display: block;
            color: rgba(255,255,255,.8);
            border-bottom: 1px solid rgba(255,255,255,.1);
        }

            #sidebar ul li a:hover {
                color: #f8b739;
            }

        #sidebar ul li.active > a {
            background: 0 0;
            color: #f8b739;
        }

.sb-nav-fixed.sb-sidenav-toggled .sb-topnav {
    padding-left: 0px !important;
}

/*Adding display block to payout datatable*/
#tblPayout tr > td:nth-child(2) {
    display: block !important;
}
@media(max-width:1920px) {
    .loginbg .vh100 {
        height: calc(100vh - 300px);
    }

    .formBox {
        max-width: 50%;
    }
}
@media(max-width:1440px) {
    .loginbg .vh100 {
        height: auto;
    }

    .formBox {
        max-width: 45%;
    }
}


    @media(max-width:991.98px) {
        #sidebar {
            margin-left: -300px;
        }

            #sidebar.active {
                margin-left: 0;
            }
    }

    a[data-toggle=collapse] {
        position: relative;
    }

    .Geographical .dropdown-toggle::after {
        right: 10px !important;
    }

    .Geographical li.selected {
        background: #1769b3;
    }

    .Geographical .dropdown-item:focus, .Geographical .dropdown-item:hover {
        color: #fff;
        background-color: #0056b3;
    }

    .dropdown-toggle::after {
        /*display: block;
    position: absolute;
    top: 50%;
    right: 0px;*/
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        vertical-align: middle;
    }

    @media(max-width:991.98px) {
        #sidebarCollapse span {
            display: none;
        }
    }

    #content {
        width: 100%;
        padding: 0;
        min-height: 100vh;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .btn.btn-primary.space i, .btn.btn-outline-light.space i {
        margin-right: 5px;
    }

    .CustomDropDown .btn.btn-outline-light i {
        margin-right: 0px !important;
        line-height: 1.5;
    }

    /* SideNav */
    .bg-dark {
        background-color: #fff !important;
        box-shadow: 0px 0px 5px #ccc;
    }

    a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
        background-color: #1d2124 !important;
    }

    .fixed-top, .sb-nav-fixed #layoutSidenav #layoutSidenav_nav, .sb-nav-fixed .sb-topnav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    #layoutAuthentication {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

        #layoutAuthentication #layoutAuthentication_content {
            min-width: 0;
            flex-grow: 1;
        }

        #layoutAuthentication #layoutAuthentication_footer {
            min-width: 0;
        }

    #layoutSidenav {
        display: flex;
    }

        #layoutSidenav #layoutSidenav_nav {
            flex-basis: 250px;
            flex-shrink: 0;
            transition: transform 0.15s ease-in-out;
            z-index: 1038;
            transform: translateX(-250px);
        }

        #layoutSidenav #layoutSidenav_content {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-width: 0;
            flex-grow: 1;
            /*min-height: calc(100vh - 56px);*/
            margin-left: -250px;
        }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
        transform: translateX(0);
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 1037;
        opacity: 0.5;
        transition: opacity 0.3s ease-in-out;
    }

    @media (min-width: 992px) {
        #layoutSidenav #layoutSidenav_nav {
            transform: translateX(0);
        }

        #layoutSidenav #layoutSidenav_content {
            margin-left: 0;
            transition: margin 0.15s ease-in-out;
        }

        .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
            transform: translateX(-250px);
        }

        .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
            margin-left: -250px;
        }

            .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
                display: none;
            }
    }

    @media (max-width: 820px) {
        .sb-topnav {
            padding-left: 0 !important;
        }
        .loginbg .loginimg{
            align-items:center;
        }
        .logo-img {
            text-align: center;
        }

        .loginbg {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mainHeading {
            width: auto;
            line-height: 40px;
            right: 0;
        }

        nav .Newsinfo.alert.alert-secondary.w-50 {
            width: 58% !important;
        }

        .logo, .logoText {
            text-align: center;
        }

        .header span.logoText {
            margin-left: 0;
            font-size: 1.5rem;
        }

        .loginbg .loginimg {
            height: calc(100vh - 300px);
            padding: 0rem;
            background-image: none;
            position: static;
        }

        .loginbg {
            height: calc(100vh - 150px);
        }

        .mainHeading {
            width: auto;
            text-align: center;
            font-size: 28px;
            top: 65px;
        }

        .formBox {
            margin: 0 auto !important;
            padding: 1rem;
            max-width: 100%;
            width: 100%;
        }
        /* .loginbg .loginimg{
        height:65vh;
    }*/
    }

    .sb-nav-fixed .sb-topnav {
        z-index: 1038;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
        width: 250px;
        height: 100vh;
        z-index: 1039;
        overflow-y: scroll;
        background: #f3f6fc;
    }
        /* width */
        .sb-nav-fixed #layoutSidenav #layoutSidenav_nav::-webkit-scrollbar {
            width: 6px;
        }
        /* Track */
        .sb-nav-fixed #layoutSidenav #layoutSidenav_nav::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        /* Handle */
        .sb-nav-fixed #layoutSidenav #layoutSidenav_nav::-webkit-scrollbar-thumb {
            background: #888;
        }
            /* Handle on hover */
            .sb-nav-fixed #layoutSidenav #layoutSidenav_nav::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

        .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
            padding-top: 0px;
        }

    /*.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
            overflow-y: auto;
        }*/

    .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
        padding-left: 250px;
        top: 56px;
        width: 100%;
    }

    #layoutError {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

        #layoutError #layoutError_content {
            min-width: 0;
            flex-grow: 1;
        }

        #layoutError #layoutError_footer {
            min-width: 0;
        }

    .img-error {
        max-width: 20rem;
    }

    .nav .nav-link .sb-nav-link-icon, .sb-sidenav-menu .nav-link .sb-nav-link-icon {
        margin-right: 0.5rem;
    }

    .sb-topnav {
        padding-left: 250px;
        height: 56px;
        z-index: 1039;
        display: none;
    }

        .sb-topnav .navbar-brand {
            width: 250px;
            padding-left: 1rem;
            padding-right: 1rem;
            margin: 0;
        }

        .sb-topnav.navbar-dark #sidebarToggle {
            color: #3B3938 !important;
        }

        .sb-topnav.navbar-light #sidebarToggle {
            color: #212529;
        }

    nav.navbar-dark .navbar-nav .nav-link, nav.navbar-dark .navbar-nav .nav-link:hover {
        color: #999;
    }

        nav.navbar-dark .navbar-nav .active > .nav-link, nav.navbar-dark .navbar-nav .nav-link.active, nav.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
            color: #999;
        }

    nav .Newsinfo.alert.alert-secondary.w-50 {
        margin: 0 1rem !important;
    }

    .sb-sidenav {
        display: flex;
        /*flex-direction: column;*/
        height: 100%;
        flex-wrap: nowrap;
        align-items: center;
    }

        .sb-sidenav .sb-sidenav-menu {
            flex-grow: 1;
            display: flex;
        }

            .sb-sidenav .sb-sidenav-menu img.logo {
                max-width: 135px;
                margin: .5rem 0rem !important;
            }

            .sb-sidenav .sb-sidenav-menu .nav {
                /*flex-direction: column;*/
                flex-wrap: nowrap;
                border-left: 1px solid rgba(0, 0, 0, 0.1);
            }

                .sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
                    padding: 1.75rem 1rem 0.75rem;
                    font-size: 0.75rem;
                    text-transform: uppercase;
                }

                .sb-sidenav .sb-sidenav-menu .nav .nav-link {
                    display: flex;
                    font-size: 1rem;
                    align-items: center;
                    position: relative;
                    color: #3B3938;
                    padding: 1rem;
                    white-space: nowrap;
                }

    #imgLogo img {
        width: 98px;
        margin: 0.2rem 0;
    }

    .sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested a.nav-link {
        background: transparent;
    }

    a#userDropdown {
        color: #343399;
    }

    .collapse.show a.nav-link.activemodule.active {
        color: rgb(0 138 255);
    }

    .sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested a.nav-link {
        background: transparent;
        padding: 10px 20px;
    }

    .sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
        font-size: 0.9rem;
        float: left;
    }

    .sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
        /*display: inline-block;
                margin-left: auto;*/
        transition: transform 0.15s ease;
        position: static;
        right: 15px;
        top: 11px;
        margin-left: 1rem;
    }

    .sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
        transform: rotate(-90deg);
    }

    .sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested {
        margin-left: 0rem;
        flex-direction: column;
        border: 0;
    }

    .sb-sidenav .sb-sidenav-footer {
        padding: 0.75rem;
        flex-shrink: 0;
    }

    .sb-sidenav-dark {
        background-color: #fff;
        padding: 0 1rem;
        webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .sb-sidenav-menu ul.list-none {
        list-style: none;
    }

        .sb-sidenav-menu ul.list-none li {
            position: relative;
        }

    .sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading {
        color: rgba(255, 255, 255, 0.25);
    }

    .sb-sidenav-dark .sb-sidenav-menu .nav-link {
        color: #3B3938;
    }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
            color: #343399;
        }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
            /*color: rgba(255, 255, 255, 0.25);*/
        }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
            background: #f5f5f5;
        }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link.active {
            color: #3B3938;
            background: #f5f5f5;
        }

    div#collapsePages_0 {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        min-width: 250px;
        z-index: 1;
        box-shadow: 0px 0px 2px #ddd;
    }

    .sb-sidenav .sb-sidenav-menu .nav .accordion {
        border: 0;
    }

    .Newsinfo.alert-secondary span.btn {
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: -2px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        z-index: 1;
        height: auto;
    }

    .nav-link.active .sb-sidenav-collapse-arrow i {
        color: #00aad2;
    }

    .sb-sidenav-dark .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
        color: #343399;
    }

    .sb-sidenav-dark .sb-sidenav-footer {
        background-color: #343a40;
    }

    .sb-sidenav-light {
        background-color: #f8f9fa;
        color: #212529;
    }

        .sb-sidenav-light .sb-sidenav-menu .sb-sidenav-menu-heading {
            color: #adb5bd;
        }

        .sb-sidenav-light .sb-sidenav-menu .nav-link {
            color: #212529;
        }

            .sb-sidenav-light .sb-sidenav-menu .nav-link .sb-nav-link-icon {
                color: #adb5bd;
            }

            .sb-sidenav-light .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
                color: #adb5bd;
            }

            .sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
                color: #343399;
            }

            .sb-sidenav-light .sb-sidenav-menu .nav-link.active {
                color: #343399;
            }

                .sb-sidenav-light .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
                    color: #343399;
                }

        .sb-sidenav-light .sb-sidenav-footer {
            background-color: #e9ecef;
        }

    #layoutSidenav_content main {
        min-height: calc(100vh - 130px);
    }

    main {
        background: #fff;
        padding-top: 2rem;
    }

    .card {
        box-shadow: 0px 0px 5px #ddd;
        border-radius: 0 !important;
        border: 1px solid #ccc;
    }

    #divPolicyDet .card-header {
        background-color: #fff;
        padding: 0.75rem 0.75rem !important;
    }

    main h1 {
        font-size: 1.5rem;
        margin-top: 0.5rem !important;
    }

    .quickLinks .card span.Linkicon i {
        margin-right: 1rem;
    }

    .quickLinks span.Linkicon {
        line-height: 1;
        font-size: 1rem;
    }

    .quickLinks i.fas.fa-copy {
        color: #1FCB58;
        font-size: 1.6rem;
        opacity: .8;
    }

    .quickLinks i.far.fa-credit-card {
        color: #0C81DB;
        font-size: 1.6rem;
        opacity: .8;
    }

    .quickLinks i.fas.fa-print {
        color: #BF13BA;
        font-size: 1.6rem;
        opacity: .8;
    }

    .quickLinks i.fas.fa-calculator {
        color: #FF6F00;
        font-size: 1.6rem;
        opacity: .8;
    }

    .quickLinks i.fas.fa-align-justify {
        color: #FF6F00;
        font-size: 1.6rem;
        opacity: .8;
    }

    .quickLinks i.fas.fa-rupee-sign {
        color: #049E79;
        font-size: 1.6rem;
        opacity: .8;
    }

    .quickLinks i.fas.fa-file {
        color: #D64545;
        font-size: 1.6rem;
        opacity: .8;
    }

    .Linkicon span {
        line-height: 1.6;
        vertical-align: text-bottom;
        float: right;
    }

    .quickLinks .card-body .small {
        font-size: 150%;
        opacity: .5;
        float: right;
    }

    main .card-body ul {
        margin: 0px;
        padding: 0 1rem;
        list-style: disc outside;
    }

        main .card-body ul li {
            font-size: 14px;
        }

    main table tr td, main table tr th {
        font-size: 14px;
    }

    /* Notification */
    .notification .far, svg.svg-inline--fa.fa-bell.fa-w-14 {
        font-size: 20px;
        color: #999;
    }

    .notification {
        position: relative;
        top: 4px;
        right: 1rem;
    }

        .notification .AlrtBox {
            position: relative;
        }

            .notification .AlrtBox .alert {
                position: absolute;
                top: -13px;
                right: -10px;
                background: #cc0000;
                color: #fff;
                text-align: center;
                padding: 0px;
                z-index: 99991;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                line-height: 1.3;
                font-size: 12px;
            }

    .CustomNotification.dropdown { /*margin-left:84%; */
        right: 318px;
        position: absolute;
    }

        .CustomNotification.dropdown .dropdown-menu.show {
            display: block;
            transform: translate3d(18px, 0px, 0px) !important;
            margin: 0px;
            box-shadow: 0px 0px 10px #ddd;
            padding: 10px;
        }

        .CustomNotification.dropdown .notifications {
            min-width: 300px;
            left: -15px;
        }

        .CustomNotification.dropdown .notifications-wrapper {
            overflow: auto;
            max-height: 250px;
        }

    .CustomNotification .menu-title {
        color: #343399;
        font-size: 14px;
        display: inline-block;
    }

    .CustomNotification.dropdown .notification-heading, .CustomNotification.dropdown .notification-footer {
        padding: 2px 10px;
    }

    .CustomNotification.dropdown .dropdown-menu.divider {
        margin: 5px 0;
    }

    .CustomNotification .item-title {
        font-size: 14px;
        color: #000;
    }

    .CustomNotification .notifications a.content {
        text-decoration: none;
        background: #f5f5f5;
    }

    .CustomNotification .notification-item {
        padding: 10px;
        margin: 5px;
        background: #f5f5f5;
        border-radius: 4px;
    }

        .CustomNotification .notification-item .item-info {
            font-size: 14px;
            margin: 0px;
        }

    .footerSignature1 {
        padding: 0rem 0rem 0;
        background: #202020;
    }

        .footerSignature1 p {
            font-size: 12px;
            color: #fff;
            margin: 0 0 0.5rem 0;
        }

    /* Elipse Menu CSS */
    .CustomDropDown.dropdown a {
        color: #fff;
        text-decoration: none;
    }

    .CustomDropDown.dropdown .dropdown-menu a {
        color: #000;
    }

    .CustomDropDown .dropdown-item {
        padding: .25rem 1rem;
        font-size: 14px;
    }

        .CustomDropDown .dropdown-item i {
            margin-right: .25rem;
        }

        .CustomDropDown .dropdown-item:focus, .CustomDropDown .dropdown-item:hover {
            color: #3B3938;
            text-decoration: none;
            background-color: #ddd;
        }

        .CustomDropDown .dropdown-item.active, .CustomDropDown .dropdown-item:active {
            color: #fff;
            text-decoration: none;
            background-color: #343399;
        }

            .CustomDropDown .dropdown-item.active a, .CustomDropDown .dropdown-item:active a {
                color: #fff;
            }

                .CustomDropDown .dropdown-item.active a:hover, .CustomDropDown .dropdown-item:active a:hover {
                    color: #fff;
                }

        .CustomDropDown .dropdown-item a:hover {
            color: #343399;
        }

    .CustomDropDown.dropdown a::after {
        display: none;
    }

    .CustomDropDown.dropdown a.btn, .btn.btn-outline-light {
        color: #343399 !important;
        background: #fff;
        border: 1px solid #343399;
        border-radius: 0.5rem;
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #FFF;
        border-color: #f8a352;
    }
    /* Table and Table Button*/
    .CustomTable input[type=button], .CustomTable input[type=submit], .CustomTable input[type=reset], .CustomTable a.btn.btn-primary {
        padding: .2rem .5rem;
        font-size: 14px;
        background: #fff;
        border-color: #f8a352;
        border: 1px solid #f8a352;
        color: #fff;
    }

        .CustomTable input[type=button]:hover, .CustomTable input[type=submit]:hover, .CustomTable input[type=reset]:hover, .CustomTable a.btn.btn-primary:hover {
            color: #fff !important;
        }

        .CustomTable input[type=submit] + input[type=submit] {
            margin-left: .2rem;
        }

    #UserMasterTable {
        display: none;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        list-style: none !important;
        padding: 0px;
    }

    .page-item.active .page-link {
        background-color: #1769b3;
        border-color: #1769b3;
    }

    .page-link {
        color: #343399;
    }

    .CustomTable .Alertmsg {
        color: #f00;
        margin: 0px;
        text-align: center;
    }

    /* Accordian CSS */

    #accordion .card-header .btn {
        color: #343399 !important;
    }

    #accordion .card-header {
        padding: .3rem .5rem !important;
        background: #f8f8f8;
    }

    #accordion .btn-secondary:not(:disabled):not(.disabled).active,
    #accordion .btn-secondary:not(:disabled):not(.disabled):active,
    #accordion .show > .btn-secondary.dropdown-toggle {
        background-color: #343399;
        border-color: #343399;
        color: #fff !important;
    }

    #accordion .btn-secondary.off, #accordion .btn-secondary.on {
        color: #343399 !important;
        background-color: #fff;
        border-color: #343399;
    }

        #accordion .btn-secondary.off:hover, #accordion .btn-secondary.on:hover {
            color: #fff !important;
            background-color: #343399;
            border-color: #343399;
        }

    #accordion .groupBtn .btn {
        margin-right: 1rem;
    }

    .rangePicker .dataIC {
        margin-top: 2px;
    }

        .rangePicker .dataIC span {
            font-size: 14.5px;
        }

            .rangePicker .dataIC span#resultIC1, .rangePicker .dataIC span#resultIC2, .rangePicker .dataIC span#resultIC3, .rangePicker .dataIC span#resultIC4, .rangePicker .dataIC span#resultIC5, .rangePicker .dataIC span#resultIC6 {
                border: 1px solid #ddd;
                padding: .2rem;
                line-height: 1;
                border-radius: .5rem;
            }

    .no-wrap {
        white-space: nowrap;
    }

    .rangePicker img.border {
        width: 150px;
    }

    .btn-group.btn-group-toggle .btn {
        line-height: 1.2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-control:disabled, .form-control[readonly] {
        /*padding: 0 .75rem; padding: 0rem;*/
    }

    li.nav-item.help {
        padding: .5rem;
    }

        li.nav-item.help a {
            color: #999;
            display: inline-flex;
            text-decoration: none;
        }

            li.nav-item.help a i {
                color: #999;
                font-size: 20px;
                margin-left: 5px;
            }

    .input-group-date {
        position: relative;
    }

        .input-group-date span.input-group-addon {
            position: absolute;
            top: 13px;
            right: 10px;
            line-height: 1;
            color: #666;
        }

    /* Auto Complete Select */

    .chosen-select {
        width: 100%;
    }

    .chosen-select-deselect {
        width: 100%;
    }

    .chosen-container {
        display: block;
        font-size: 14px;
        position: relative;
        vertical-align: middle;
    }

        .chosen-container .chosen-drop {
            background: #ffffff;
            border: 1px solid #cccccc;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
            box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
            margin-top: -1px;
            position: absolute;
            top: 100%;
            left: -9000px;
            z-index: 1060;
        }

        .chosen-container.chosen-with-drop .chosen-drop {
            left: 0;
            right: 0;
        }

        .chosen-container .chosen-results {
            color: #555555;
            margin: 0 4px 4px 0;
            max-height: 240px;
            padding: 0 0 0 4px;
            position: relative;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }

            .chosen-container .chosen-results li {
                display: none;
                line-height: 1.42857143;
                list-style: none;
                margin: 0;
                padding: 5px 6px;
            }

                .chosen-container .chosen-results li em {
                    background: #feffde;
                    font-style: normal;
                }

                .chosen-container .chosen-results li.group-result {
                    display: list-item;
                    cursor: default;
                    color: #999;
                }

                .chosen-container .chosen-results li.group-option {
                    padding-left: 15px;
                }

                .chosen-container .chosen-results li.active-result {
                    cursor: pointer;
                    display: list-item;
                }

                .chosen-container .chosen-results li.highlighted {
                    background-color: #343399;
                    background-image: none;
                    color: white;
                }

                    .chosen-container .chosen-results li.highlighted em {
                        background: transparent;
                    }

                .chosen-container .chosen-results li.disabled-result {
                    display: list-item;
                    color: #777777;
                }

            .chosen-container .chosen-results .no-results {
                background: #eeeeee;
                display: list-item;
            }

        .chosen-container .chosen-results-scroll {
            background: white;
            margin: 0 4px;
            position: absolute;
            text-align: center;
            width: 321px;
            z-index: 1;
        }

            .chosen-container .chosen-results-scroll span {
                display: inline-block;
                height: 1.42857143;
                text-indent: -5000px;
                width: 9px;
            }

        .chosen-container .chosen-results-scroll-down {
            bottom: 0;
        }

            .chosen-container .chosen-results-scroll-down span {
                background: url("chosen-sprite.png") no-repeat -4px -3px;
            }

        .chosen-container .chosen-results-scroll-up span {
            background: url("chosen-sprite.png") no-repeat -22px -3px;
        }

    .chosen-container-single .chosen-single {
        background-color: #ffffff;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        border: 1px solid #e1e1e1;
        border-radius: .5rem;
        -webkit-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        color: #555555;
        display: block;
        overflow: hidden;
        padding: .375rem .75rem;
        position: relative;
        text-decoration: none;
        white-space: nowrap;
        height: 40px;
    }

    table#tblBank {
        margin-bottom: 0px;
    }

    .chosen-container-single .chosen-single span {
        display: block;
        margin-right: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .chosen-container-single .chosen-single abbr {
        background: url("chosen-sprite.png") right top no-repeat;
        display: block;
        font-size: 1px;
        height: 10px;
        position: absolute;
        right: 26px;
        top: 12px;
        width: 12px;
    }

        .chosen-container-single .chosen-single abbr:hover {
            background-position: right -11px;
        }

    .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
        background-position: right 2px;
    }

    .chosen-container-single .chosen-single div {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
    }

        .chosen-container-single .chosen-single div b {
            background: url(../Images/chosen-sprite.png) no-repeat 0 7px;
            display: block;
            height: 100%;
            width: 100%;
        }

    .chosen-container-single .chosen-default {
        color: #777777;
    }

    .chosen-container-single .chosen-search {
        margin: 0;
        padding: 3px 4px;
        position: relative;
        white-space: nowrap;
        z-index: 1000;
    }

        .chosen-container-single .chosen-search input[type="text"] {
            background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
            border: 1px solid #ddd;
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
            margin: 1px 0;
            padding: 4px 20px 4px 4px;
            width: 100%;
        }

    .chosen-container-single .chosen-drop {
        margin-top: -1px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }

    .chosen-container-single-nosearch .chosen-search input {
        position: absolute;
        left: -9000px;
    }

    .chosen-container-multi .chosen-choices {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        cursor: text;
        height: auto !important;
        height: 1%;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
    }

        .chosen-container-multi .chosen-choices li {
            float: left;
            list-style: none;
        }

        .chosen-container-multi .chosen-choices .search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices .search-field input[type="text"] {
                background: transparent !important;
                border: 0 !important;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #555555;
                height: 32px;
                margin: 0;
                padding: 4px;
                outline: 0;
            }

            .chosen-container-multi .chosen-choices .search-field .default {
                color: #999;
            }

        .chosen-container-multi .chosen-choices .search-choice {
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            background-color: #eeeeee;
            border: 1px solid #cccccc;
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
            background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
            background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            color: #333333;
            cursor: default;
            line-height: 13px;
            margin: 6px 0 3px 5px;
            padding: 3px 20px 3px 5px;
            position: relative;
        }

            .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
                background: url("chosen-sprite.png") right top no-repeat;
                display: block;
                font-size: 1px;
                height: 10px;
                position: absolute;
                right: 4px;
                top: 5px;
                width: 12px;
                cursor: pointer;
            }

                .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
                    background-position: right -11px;
                }

        .chosen-container-multi .chosen-choices .search-choice-focus {
            background: #d4d4d4;
        }

            .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
                background-position: right -11px;
            }

    .chosen-container-multi .chosen-results {
        margin: 0 0 0 0;
        padding: 0;
    }

    .chosen-container-multi .chosen-drop .result-selected {
        display: none;
    }

    .chosen-container-active .chosen-single {
        border-bottom: 1px solid #66afe9;
        -webkit-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        /*-webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;*/
    }

    .chosen-container-active.chosen-with-drop .chosen-single {
        background-color: #ffffff;
        border: 1px solid #66afe9;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
        -webkit-transition: border linear .2s, box-shadow linear .2s;
        -o-transition: border linear .2s, box-shadow linear .2s;
        transition: border linear .2s, box-shadow linear .2s;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div {
            background: transparent;
            border-left: none;
        }

            .chosen-container-active.chosen-with-drop .chosen-single div b {
                background-position: -18px 7px;
            }

    .chosen-container-active .chosen-choices {
        border: 1px solid #66afe9;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
        -webkit-transition: border linear .2s, box-shadow linear .2s;
        -o-transition: border linear .2s, box-shadow linear .2s;
        transition: border linear .2s, box-shadow linear .2s;
    }

        .chosen-container-active .chosen-choices .search-field input[type="text"] {
            color: #111 !important;
        }

    .chosen-container-active.chosen-with-drop .chosen-choices {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .chosen-disabled {
        cursor: default;
        opacity: 0.5 !important;
    }

        .chosen-disabled .chosen-single {
            cursor: default;
        }

        .chosen-disabled .chosen-choices .search-choice .search-choice-close {
            cursor: default;
        }

    .chosen-rtl {
        text-align: right;
    }

        .chosen-rtl .chosen-single {
            padding: 0 8px 0 0;
            overflow: visible;
        }

            .chosen-rtl .chosen-single span {
                margin-left: 26px;
                margin-right: 0;
                direction: rtl;
            }

            .chosen-rtl .chosen-single div {
                left: 7px;
                right: auto;
            }

            .chosen-rtl .chosen-single abbr {
                left: 26px;
                right: auto;
            }

        .chosen-rtl .chosen-choices .search-field input[type="text"] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li {
            float: right;
        }

        .chosen-rtl .chosen-choices .search-choice {
            margin: 6px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices .search-choice .search-choice-close {
                background-position: right top;
                left: 4px;
                right: auto;
            }

        .chosen-rtl.chosen-container-single .chosen-results {
            margin: 0 0 4px 4px;
            padding: 0 4px 0 0;
        }

        .chosen-rtl .chosen-results .group-option {
            padding-left: 0;
            padding-right: 15px;
        }

        .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
            border-right: none;
        }

        .chosen-rtl .chosen-search input[type="text"] {
            background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
            direction: rtl;
            padding: 4px 5px 4px 20px;
        }

    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
        .chosen-rtl .chosen-search input[type="text"],
        .chosen-container-single .chosen-single abbr,
        .chosen-container-single .chosen-single div b,
        .chosen-container-single .chosen-search input[type="text"],
        .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
        .chosen-container .chosen-results-scroll-down span,
        .chosen-container .chosen-results-scroll-up span {
            background-image: url("chosen-sprite@2x.png") !important;
            background-size: 52px 37px !important;
            background-repeat: no-repeat !important;
        }
    }

    .navbar-nav a#userDropdown {
        color: #343399;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0.375rem 0.75rem;
        border-radius: 0.25rem;
    }
    /* Quotation CSS */
    .Quotation .filter-box h1 {
        background: #f5f5f5;
        color: #343399;
        font-size: 1rem;
        padding: .5rem 1rem;
        margin: 0px !important;
    }

    .Quotation .filter {
        background: #fff;
        display: block;
        width: 100%;
        height: 100%;
        padding: 1rem;
        border: 1px solid #f5f5f5;
    }

        .Quotation .filter h1 {
            font-size: 1.2rem;
            padding: 0px;
            margin-top: 0px !important;
        }

        .Quotation .filter h2 {
            font-size: 1rem;
            padding: 0px;
            margin-top: 0px !important;
        }

    .rangePicker .dataIC span#resultIDV {
        border: 1px solid #ddd;
        padding: .2rem;
        line-height: 1;
        border-radius: .5rem;
    }

    .Quotation .filter .form-control {
        background: transparent;
    }

    .Quotation .PlanFoundBg .PlanDetail {
        font-size: 14px;
        margin: 0;
        padding: 0;
        color: #3B3938;
    }

        .Quotation .PlanFoundBg .PlanDetail .edittext {
            display: inline-block;
            white-space: nowrap;
        }

        .Quotation .PlanFoundBg .PlanDetail .number {
            text-decoration: underline;
        }

        .Quotation .PlanFoundBg .PlanDetail .number {
            text-decoration: underline;
        }

        .Quotation .PlanFoundBg .PlanDetail .edit {
            font-size: 14px;
            margin-left: .6rem;
        }

    .PolicyListing .block-view {
        position: relative;
        background: #ffffff none repeat scroll 0 0;
        border-radius: .5rem;
        box-shadow: 0 0 1px #999999;
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
    }

    .block-view .IC, .block-view .IC-Desc, .block-view .BuyNow {
        float: left;
        height: 100px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .block-view .IC-Desc {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .block-view .BuyNow .btn-lg {
        background: #343399;
        display: block;
        margin-right: 0;
        padding: 0;
        border-radius: .5rem;
    }

        .block-view .BuyNow .btn-lg:hover {
            background: #343399 none repeat scroll 0 0;
            border-color: #343399;
            opacity: .85;
        }

    .PolicyListing .block-view .IC {
        width: 33%;
    }

        .PolicyListing .block-view .IC img {
            width: 150px;
        }

    .PolicyListing .block-view .IC-Desc {
        width: 43%;
        margin-left: -66%;
    }

    .BuyNow {
        width: 24%;
        text-align: center;
        margin-left: 43%;
    }

    .PolicyListing .block-view .ncbtext, .addons, .links {
        float: left;
    }

    .block-view .ncbtext {
        font-size: 12px;
        padding: 0 3%;
    }

    .PolicyListing .block-view .ncbtext {
        width: 80%;
    }

    .PolicyListing .block-view .details, .ICName {
        display: none;
    }

    .PolicyListing .block-view .name {
        text-transform: uppercase;
        font-size: 16px;
    }

    .PolicyListing .block-view .planname {
        font-size: 12px;
    }

    .block-view .addons p {
        display: block;
        width: 100%;
        font-size: 13px;
        line-height: 22px;
        margin: 0px;
    }

    .block-view .BuyNow .links {
        display: block;
    }

    .block-view .BuyNow a.btn.btn-light {
        background: #fff;
        border-color: #ccc8c8;
        box-shadow: 0px 0px 5px #ccc8c8;
        width: 37%;
        color: #3B3938;
        padding: .375rem .75rem;
    }

    .block-view .IC-Desc .addOns_icon {
        margin-bottom: 5px;
        display: inline-block;
        font-weight: 600;
    }

    .PolicyListing .block-view .addons {
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        width: 100%;
    }

    .block-view .addsDetail {
        width: 100%;
        padding: 0 1rem;
    }

        .block-view .addsDetail .labelbox {
            position: relative;
            padding: 0 0;
            line-height: 22px;
            font-size: 12px;
        }

            .block-view .addsDetail .labelbox::before {
                border-bottom: 1px solid rgba(49,68,81,.2);
                content: "";
                height: 1px;
                left: 10%;
                position: absolute;
                right: 0;
                top: 50%;
                z-index: 0;
            }

    .lessBtnNone {
        padding-right: 0;
    }

    .block-view .addsDetail .labelbox .labeltext {
        background: #fff none repeat scroll 0 0;
        padding-right: 10px;
        position: relative;
        z-index: 1;
        vertical-align: middle;
    }

    .block-view .addsDetail .labelbox .value {
        background: #fff none repeat scroll 0 0;
        padding-left: 10px;
        position: absolute;
        right: 0;
    }

    .block-view .addsDetail img {
        margin-right: 5px;
    }

    .block-view .AppDisText {
        color: #cc0000;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .block-view .appliedDis {
        border: 1px dashed #cc0000;
        padding: 5px;
        font-size: 14px;
        color: #000;
    }

        .block-view .appliedDis input#Discount {
            width: 75px;
            margin-left: 10px;
            text-align: center;
        }

    .block-view .morelink {
        font-size: 13px;
        position: absolute;
        right: 15px;
        top: 68%;
    }

        .block-view .morelink a {
            color: #343399;
        }

    .block-view .buynow-btn {
        background: none;
        border: 0 none;
        color: #ffffff;
        transform: translateZ(0px);
        transition-duration: 0.3s;
    }

        .block-view .buynow-btn:hover {
            background: none;
            border-color: inherit;
        }

        .block-view .buynow-btn:active:focus, .block-view .buynow-btn:active:hover {
            background: none;
            border-color: inherit;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .block-view .buynow-btn span {
            display: block;
        }

            .block-view .buynow-btn span.price {
                font-size: 24px;
                line-height: 1;
            }

            .block-view .buynow-btn span.buytext {
                font-size: 12px;
                text-transform: uppercase;
                text-align: right;
            }

    .block-view .links {
        font-size: 14px;
    }

        .block-view .links a {
            color: #126bb2;
            display: inline-block;
        }

        .block-view .links > p {
            margin: 10px 0;
        }

        .block-view .links .Garages a {
            color: #e67e22;
        }

            .block-view .links .Garages a:hover {
                color: #ce6c15;
            }

    .block-view .ncbtext {
        font-size: 12px;
        padding-right: 3%;
    }

    .block-view .webrupee {
        font-style: normal;
        font-weight: 100 !important;
    }

    .block-view .ncbtext .labelbox {
        position: relative;
        padding: 5px 0 0;
        color: #000;
    }

        .block-view .ncbtext .labelbox::before {
            border-bottom: 1px solid rgba(49, 68, 81, 0.2);
            content: "";
            height: 1px;
            left: 0%;
            position: absolute;
            right: 0;
            top: 50%;
            z-index: 0;
        }

        .block-view .ncbtext .labelbox .value {
            background: #ffffff none repeat scroll 0 0;
            padding-left: 10px;
            position: absolute;
            right: 0;
        }

        .block-view .ncbtext .labelbox .labeltext {
            background: #ffffff none repeat scroll 0 0;
            padding-right: 10px;
            position: relative;
            z-index: 1;
        }

    .PolicyListing .block-view .ICDetails .well {
        background-color: #fff;
        border: 0px;
        border-top: 1px solid #ddd;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: inherit;
        margin: 0px;
        padding: 15px 15px 0;
    }

    .ICDetails .list-group-item {
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }

    .list-group i.fa.fa-chevron-circle-right {
        margin-right: 5px;
    }

    #PremiumBreakup .DetailBox, #PremiumBreakup .DetailBox .form-control-plaintext {
        font-size: 12px;
    }

    label.col-form-label {
        margin-bottom: 0;
        font-size: 14px;
    }

    input.form-control-plaintext {
        font-size: 14px;
        color: #666;
    }

    .ShareQuotebox {
        background: #fff;
        box-shadow: 0px 0px 5px #bbb;
        padding: 20px;
        display: none;
        margin-top: 20px;
        position: fixed;
        z-index: 9;
        bottom: 0px;
        width: 100%;
    }

    .SelectedQuoteText {
        font-size: 18px;
        color: #cc0000;
        line-height: 3;
    }

    span.QuoteShareCheckbox {
        position: absolute;
        top: 3px;
        left: 10px;
    }

    .block-view.red {
        border: 1px solid #c00;
    }
    /*.block-view .QuoteShareCheckbox {
    display: none;
}
.block-view:hover .QuoteShareCheckbox {
    display: block;
}
.block-view.red .QuoteShareCheckbox {
    display: block;
}*/
    .ShareQuotebox .CustomForm .btn {
        padding: 14px 1rem;
        background: #cc0000;
        position: relative;
    }

    .ShareQuotebox .btn-link {
        font-size: 16px;
        margin-left: 1rem;
    }

    .Quotation .card-header {
        background: #fff;
    }

    #bIDV {
        border: 0px;
    }

    .Quotation .PlanFoundBg .PlanDetail .number {
        text-decoration: underline;
        color: #343399;
    }

    span.rupee {
    }

    /*Proposar Preview*/

    .ProposarPreview .card-header {
        background: #f5f5f5;
        color: #343399;
    }

    .ProposarPreview .form-control-plaintext {
        font-size: 14px;
    }

    .ProposarPreview label.col-form-label, .ProposarPreview .media-body {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
    }

    /*Start Loader*/
    .loaderBox {
        position: fixed;
        left: 50%;
        top: 40%;
        z-index: 1049;
    }

    #divLoading .loadingtext {
        font-size: 20px;
        line-height: 2;
        color: #fff;
        font-style: italic;
        display: block;
    }

    #divLoading .imgload {
        background: #fff;
        padding: 15px;
        margin-bottom: 15px;
        display: block;
    }

    .contentHead {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .contentHead h1 {
            float: left;
        }

        .contentHead .addNew {
            float: right;
        }

    .subHeading {
        color: #343399;
        font-size: 16px;
        padding-bottom: 5px;
        border-bottom: 1px solid #343399;
        margin-bottom: 10px;
        display: block;
    }

    .btn .filter-option-inner-inner {
    }

    .addonScroll {
        overflow: hidden;
        height: 42px;
    }

    .moreBtnNone {
        padding: 0.2rem 0;
    }

    .block-view.viewAutoHeight .IC, .block-view.viewAutoHeight .IC-Desc, .block-view.viewAutoHeight .BuyNow {
        min-height: 100px;
        height: auto;
    }

    .viewAutoHeight .addonScroll {
        overflow: hidden;
        height: auto;
    }

    .lessBtnNone, .moreBtnNone, .lessBtnNone:focus, .moreBtnNone:focus {
        display: block;
        float: right;
        background: none;
        border: 0;
        color: #cc0000;
        outline: none;
    }

    .lessBtnNone, .moreBtnNone {
        font-weight: 600;
    }

    .lessBtnNone {
        display: none;
    }

    /*End Loader*/
    @media (max-width:768px) {
        .chosen-container {
            width: 100%;
        }
    }


    @media (max-width:800px) {
        .newFooter .bd-footer img {
            padding-bottom: 10px;
            width: 100%;
        }

        .logo-img img {
            width: 100%;
        }

        .Quotation .PlanFoundBg .PlanDetail .number {
            display: block;
            margin: 5px 0;
        }

        .mainHeading {
            font-size: 22px;
            left: 0;
            right: 0;
          
        }

        .quotePad {
            padding: 0.25rem;
        }

        .loginbg {
            padding: 1rem !important;
            display: block;
            height: auto;
        }

            .loginbg .loginimg {
                padding: 0rem;
            }

            .loginbg .loginimg {
                height: auto;
            }

        .formBox {
            margin: 50px auto 15px !important;
            padding: 1rem;
        }

        .loginbg .formBox h2 {
            font-size: 1.2rem;
        }

        .loginbg .loginimg {
            background-image: none;
        }

        .PolicyListing .block-view .IC {
            width: 50%;
            border-bottom: 1px solid #999;
        }

        .PolicyListing .block-view .IC-Desc {
            width: 100%;
            margin-left: 0;
        }

        .BuyNow {
            width: 50%;
            margin-left: 0%;
            border-bottom: 1px solid #999;
        }
    }
    /*.bootstrap-select.show-tick .dropdown-menu li.selected a span.text{
        color: #fff !important;
}*/
@media (max-width:600px){
    .mainHeading{
        top:55px;
    }
}
div.DisplayForError {
    color: #FF0000;
}

    a.disabledUnlock64VB {
        pointer-events: none;
        cursor: default;
    }

    .bootstrap-select.show-tick .dropdown-menu li.selected a span.text {
        color: #fff !important;
    }

    .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
        color: #fff !important;
    }

    .errorpage {
        margin-top: 4rem;
    }

        .errorpage h2 {
            font-size: 48px;
        }

    div#divInvoiceDetails {
        margin-top: 1rem;
        padding-top: 1rem;
        background: #f5f5f5;
    }

    .btn.btn-sm.print {
        font-size: 14px;
        padding: 0.25rem 0.75rem;
    }

    .CustomTable .table thead {
        border: 1px solid #ddd;
    }

    .Questionnear .CustomTable .table thead th {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }

    .CustomTable .table thead th {
        color: #000;
        background-color: #fff;
        border-color: #dee2e6 !important;
        white-space: nowrap;
    }

    .CustomTable .table td a.btn {
        margin-right: 0.5rem;
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .yellow {
        color: #ffd43b;
    }

    .Questionnear button.btn-secondary1 {
        color: #fff;
        background: #6c757d !important;
        border-color: #6c757d;
    }

    .Questionnear button.btn.btn-primary1 {
        color: #fff !important;
        background: #343399 !important;
        border-color: #343399 !important;
    }

        .Questionnear button.btn.btn-primary1:hover {
            color: #fff !important;
            background: #343399 !important;
            border-color: #343399;
        }


    /*For Quotation #cae6fd */
    .card-body.PolicyIC {
        color: #f8f9fa;
        background: #343399;
        outline: none;
        padding: 0 0.5rem;
        font-size: 12px;
        line-height: 2;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: 100%;
        display: inline-block;
    }

    .btn-group-sm > .btn, .btn-sm {
        border-radius: .5rem !important;
    }

    .btn-outline-secondary {
        color: #343399;
        border-color: #343399;
    }

        .btn-outline-secondary:hover {
            color: #fff;
            background-color: #343399;
            border-color: #343399;
        }

    .Quotation .card {
        border-radius: .5rem;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin-left: 0px !important;
        border-radius: .5rem !important;
        padding: 0px !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            color: white !important;
            border: 1px solid transparent !important;
            background: #fff !important;
            opacity: 0.85;
        }

    .page-item:first-child .page-link {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    .page-item:last-child .page-link {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .page-item.active .page-link {
        background-color: #343399;
        border-color: #343399;
    }

    .dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_filter input {
        border-radius: .5rem !important;
        border: 1px solid #e4dcd3 !important;
    }

    .custom-control-inline {
        margin-top: 0.5rem;
    }

    /*Training Modules*/

    .CustomTable .f24 {
        font-size: 24px;
    }

    .CustomTable .green {
        color: #87bf2b;
    }

    .CustomTable .red {
        color: #cc0000;
    }

    .CustomTable .blue {
        color: #0185d2;
    }

    #regForm {
        background-color: #ffffff;
        margin: 0px auto;
        padding: 0;
        border-radius: 10px
    }

    #register {
        color: #6A1B9A;
    }

    #regForm .tab input:focus {
        border: 1px solid #6a1b9a !important;
        outline: none;
    }
    /*#regForm input {
    border: 1px solid #e4dcd3;
    color: #666;
    border-radius: 0px;
    height: 40px !important;
    line-height: 1 !important;
    width: 100%;
    padding: .375rem .75rem;
}*/
    /*#regForm input.invalid {
    border: 1px solid #343399;
}*/
    #regForm .tab {
        display: none
    }

    #regForm .tab, .Scoreboard {
        border: 1px solid #cfd6c4;
        padding: 1rem;
        margin-bottom: 2rem;
        border-radius: 0.5rem;
        box-shadow: 0px 5px 5px #cfd6c4;
    }

        .Scoreboard .table {
            margin-bottom: 0;
        }

    #regForm button {
        background-color: #343399;
        color: #fff;
        border: none;
        padding: .375rem .75rem;
        cursor: pointer;
        margin: 0 0.2rem;
    }

        #regForm button#btnskip {
            background-color: #fff;
            color: #343399;
            border: 1px solid #343399;
        }

        #regForm button:hover {
            opacity: 0.8
        }

        #regForm button:focus {
            outline: none !important;
        }

    .text-success {
        color: #000 !important;
    }

    #regForm span.question-bg {
        background: #6dbfd3;
        padding: 0.2rem 0.5rem;
        color: #fff;
        line-height: 1;
        font-weight: 600;
        font-size: 1rem;
    }

    #regForm #prevBtn {
        background-color: #bbbbbb
    }

    #regForm .all-steps {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        display: inline-flex;
        justify-content: center;
    }

    #regForm .step {
        height: 40px;
        width: 40px;
        margin: 0 2px;
        background-color: #bbbbbb;
        border: none;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        color: #6a1b9a;
        opacity: 0.5;
    }

        #regForm .step.active {
            opacity: 1
        }

        #regForm .step.finish {
            color: #fff;
            background: #343399;
            opacity: 1;
        }

    #regForm .all-steps {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px
    }

    #regForm .thanks-message {
        display: none;
    }

    ul.text-center.unstyled {
        list-style: none;
        margin: 0px;
        padding: 1rem 0;
        background: #f8f8f8;
        border-radius: 0.5rem;
    }

        ul.text-center.unstyled li.heading {
            font-size: 18px !important;
            color: #000;
            font-weight: 600;
            margin-bottom: 1rem;
            line-height: 1;
        }

    .Questionnear .card-body ul li a {
        color: #343399;
        line-height: 1.5;
        font-size: 1rem;
        padding: 0 0 0.5rem 0;
        display: inline-flex;
    }

    .Questionnear .table-hover tbody tr:hover {
        color: #212529;
        background-color: #fff;
        box-shadow: 2px 0px 5px #bbb;
    }

    .Questionnear .table {
        background: #fff;
    }

    .Questionnear .table-striped tbody tr:nth-of-type(odd) {
        background-color: #f8f9fa;
        box-shadow: 0px 0px 2px #d0c4db;
    }

        .Questionnear .table-striped tbody tr:nth-of-type(odd):hover {
            background-color: #f8f9fa;
            box-shadow: 2px 0px 5px #d0c4db;
        }

    .Questionnear .card {
        border-radius: .5rem;
        border: 0px;
        box-shadow: 0px 2px 2px #eee;
    }

        .Questionnear .card .card-body {
            padding: 1rem;
        }

            .Questionnear .card .card-body .green {
                color: #87bf2b;
            }

    .Questionnear table tr td strong {
        color: #343399;
    }

    img.congrates {
        width: 500px;
        margin: 1rem 0;
    }

    .Questionnear .carousel-control-prev .carousel-control-prev-icon,
    .Questionnear .carousel-control-next .carousel-control-next-icon {
        outline: black;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .Questionnear .carousel-control-prev .fa-chevron-left,
    .Questionnear .carousel-control-next .fa-chevron-right {
        color: #fff;
    }

    .Questionnear .carousel-caption {
        color: black;
    }

    .Questionnear .carousel-inner {
        /* overflow: scroll;
    height: 450px;
    overflow-x: hidden;*/
        margin-bottom: 2rem;
    }

    .Questionnear .carousel-control-next, .Questionnear .carousel-control-prev {
        top: inherit !important;
        bottom: -85px;
    }

    .sr-only {
        border: 0;
        clip: inherit !important;
        height: auto !important;
        margin: 0px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 100% !important;
        display: block;
        color: #fff;
    }
    /*.Questionnear .carousel-control-next, .Questionnear .carousel-control-prev {
    top: inherit !important;
    background: #343399;
    opacity: 1;
    padding: 0.375rem 0.75rem;
    width: 100px;
    line-height: 1.5;
    height: 40px;
}*/

    .Questionnear .carousel-control-next, .Questionnear .carousel-control-prev {
        border: 1px solid #6c757d !important;
        background: #6c757d !important;
        color: #fff !important;
        box-shadow: 0 0px 5px #ddd;
        border-radius: 0.5rem !important;
        opacity: 1;
        padding: 0.375rem 0.75rem;
        width: 34px;
        line-height: 1.5;
        height: 34px;
        top: 50% !important;
    }

        .Questionnear .carousel-control-next:hover, .Questionnear .carousel-control-prev:hover {
            background: #6c757d !important;
            color: #fff !important;
        }

    .Questionnear .carousel-control-prev {
        left: 0;
    }

    .Questionnear .carousel-control-next {
        right: 0;
    }

    .Questionnear .carousel-caption {
        right: 0;
        bottom: -31px;
        left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        background: #f3f3f3;
        width: 100%;
    }


    #divIcs .col-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
    }

    #divIcs .custom-control-inline img {
        width: 150px;
    }

    #divIcs .custom-control-label {
        position: absolute;
        top: 4px;
        left: 32px;
    }

    #divIcs .custom-control {
        padding-left: 0;
    }

    #regForm .tab .form-check {
        margin-bottom: 0.2rem;
    }

    #regForm .tab h6 {
        font-size: 14px;
        margin-bottom: 1rem;
        font-weight: 400;
    }

    #regForm .tab .form-check .form-check-label {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
    }

    #regForm .tab .form-check {
        padding-left: 2.5rem;
        background: #f8f9fa;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #regForm .tab .form-check-input {
        margin-top: 0.2rem;
        margin-left: -2rem;
        width: 1.2rem;
        height: 1.2rem;
    }

    span.checkbg {
        width: 32px;
        height: 32px;
        background: #eaeafb;
        position: relative;
        left: -10px;
        border-radius: 50%;
    }

    .Questionnear button {
        border: 1px solid #ddd !important;
        color: #000;
        box-shadow: 0 0px 5px #ddd;
        border-radius: 0.5rem !important;
        font-size: 14px;
    }

        .Questionnear button:hover {
            background: linear-gradient(180deg, #fff, #f5f5f5) !important;
            color: #000 !important;
        }

    .QuizHistory .bg-green {
        background: #9fc336 !important;
        color: #fff;
    }

    .QuizHistory .bg-red {
        background: #cc0000 !important;
        color: #fff;
    }

    .QuizHistory .bg-blue {
        background: #0032d7 !important;
        color: #fff;
    }

    .QuizHistory .bg-pending {
        background: #999999 !important;
        color: #fff;
    }

    .QuizHistory .bg-green:hover {
        background: #9fc336 !important;
        color: #fff !important;
    }

    .QuizHistory .bg-red:hover {
        background: #cc0000 !important;
        color: #fff !important;
    }

    .QuizHistory .w20 {
        width: 16px;
        height: 16px;
        display: inline-block;
        line-height: 1;
    }

    .QuizHistory .modal-header {
        padding: 1rem 1rem .5rem;
    }

    .modal.right.fade.show .modal-dialog {
        right: 0;
    }

    .QuizHistory button.btn.btn-sm.btn-default.detailBtn {
        position: absolute;
        top: 35%;
        right: -16px;
        transform: rotate(-90deg);
        background: #343399;
        border: 1px solid #343399;
        color: #fff;
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
        border-bottom-left-radius: 0rem !important;
        border-bottom-right-radius: 0rem !important;
    }

    .QuizHistory .modal-content {
        border-radius: 0px;
    }

    .QuizHistory .modal-body .btn {
        width: 44px;
        text-align: center;
    }

    .modal.right.fade .modal-dialog {
        right: -320px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .modal.left .modal-dialog, .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 300px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.left .modal-content, .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal-content {
        border-radius: .5rem;
        border: none;
    }

    .AttachedDocFile {
        opacity: .5;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff !important;
    }

    .datepicker table tr td.new, .datepicker table tr td.old {
        padding-left: 10.5px !important;
        padding-right: 10.5px !important;
    }

    .module_name {
        width: 75%;
    }

    .selectAll {
        width: 25%;
    }

    .Tablemodule td {
        border-bottom: 0px;
        border-top: 0;
    }

        .Tablemodule td:first-child {
            width: 75%;
            border-left: 0px;
        }

        .Tablemodule td:last-child {
            width: 25%;
            border-right: 0px;
        }

    /*  Flash Report Grid Added*/
    .font600 {
        font-weight: 600;
    }

    table#tblFlashReport tr td:first-child {
        text-align: center !important;
    }

    table#tblFlashReport tr td:nth-child(2) {
        text-align: left;
    }

    table#tblFlashReport tr td, table#tblFlashReport tfoot tr td:nth-child(2) {
        text-align: right;
    }

    table#tblFlashReport.dataTable tfoot th, table#tblFlashReport.dataTable tfoot td, table#tblFlashReport.dataTable tbody td {
        padding: 8px 4px !important;
    }

    table#tblFlashReport.dataTable.no-footer {
        border-bottom: 1px solid #dee2e6 !important;
    }

    table#tblFlashReport.dataTable tfoot td {
        border-top: 1px solid #dee2e6 !important;
    }

    table#tblFlashReport.dataTable thead th, table#tblFlashReport.dataTable thead td {
        border-bottom: 0px;
    }

    .CustomTable table#tblFlashReport thead th {
        border-color: #dee2e6;
    }
    /*end here for Flash report*/
    ul.list-group.list-group-horizontal label {
        margin: 0;
    }
    /*  Hourly Trend Report Grid Added*/
    .font600 {
        font-weight: 600;
    }

    table#tblHourlyTrendReport tr td:first-child {
        text-align: center !important;
    }

    table#tblHourlyTrendReport tr td:nth-child(2) {
        text-align: left;
    }

    table#tblHourlyTrendReport tr td, table#tblHourlyTrendReport tfoot tr td:nth-child(2) {
        text-align: right;
    }

    table#tblHourlyTrendReport.dataTable tfoot th, table#tblHourlyTrendReport.dataTable tfoot td, table#tblHourlyTrendReport.dataTable tbody td {
        padding: 8px 4px !important;
    }

    table#tblHourlyTrendReport.dataTable.no-footer {
        border-bottom: 1px solid #dee2e6 !important;
    }

    table#tblHourlyTrendReport.dataTable tfoot td {
        border-top: 1px solid #dee2e6 !important;
    }

    table#tblHourlyTrendReport.dataTable thead th, table#tblHourlyTrendReport.dataTable thead td {
        border-bottom: 0px;
    }

    .CustomTable table#tblHourlyTrendReport thead th {
        border-color: #dee2e6;
    }
    /*end here for Hourly Trend report*/

    /*New Visual dashboard css*/
    .white-bg {
        background: #fff;
    }

    .quickLinks .icon {
        border-radius: .5rem;
        background: #f7f4dc;
        width: 38px;
        height: 38px;
        display: grid;
        align-items: center;
        text-align: center;
        color: #80af80;
        font-size: 16px;
    }

        .quickLinks .icon i.fas.fa-rupee-sign {
            font-size: 16px;
        }

    .quickLinks .box-text {
        color: #000;
        opacity: .8;
    }

    .quickLinks .card:hover {
        border: 1px solid #8f8958 !important;
        background: #f7f4dc;
    }

        .quickLinks .card:hover .icon {
            border-radius: .5rem;
            background: #fff;
            width: 38px;
            height: 38px;
            display: grid;
            align-items: center;
            text-align: center;
            color: #80af80;
            font-size: 16px;
        }

    .quickLinks a:hover {
        text-decoration: none;
    }

    .quickLinks .card-body .small {
        font-size: 20px;
        color: #80af80;
        opacity: 1;
        font-weight: 600;
    }

    .Linkicon.box-content {
        display: grid;
        margin-left: .5rem;
    }

    .quickLinks .card-body {
        padding: .8rem;
    }

    .Linkicon.box-content span {
        line-height: 1.2 !important;
        font-size: 13px;
    }

    .filter-nav .tab-content, .myFilter {
        padding: 1rem 1rem 0;
        border-bottom: 1px solid #fff;
        border-top: 0px;
        background: #eaeff9;
    }

        .myFilter .form-control {
            border-radius: .5rem;
        }

        .myFilter .bootstrap-select .btn-light {
            border: 1px solid #ddd;
            background: #fff;
            height: 40px;
            line-height: 1.8;
        }

    .nav-button .btn-light {
        background-color: #fff;
        border-color: #eaeff9;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        color: #000;
        font-weight: 600;
        font-size: 14px;
        border-bottom: 0px;
        outline: 0 none;
    }

    .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0rem rgb(216 217 219 / 50%);
    }

    .nav-button .btn-light:focus, .nav-button .btn-default:focus {
        outline: 0 none;
        box-shadow: 0px 0px 0px;
    }

    .nav-button .filter-btn {
        display: none;
    }

    .nav-button .btn-light.active {
        color: #29abe2 !important;
        border-color: #29abe2 #eaeff9 #eaeff9 !important;
        border-top: 2px solid #29abe2 !important;
    }

    .nav-button .btn-light:not(:disabled):not(.disabled).active, .nav-button .btn-light:not(:disabled):not(.disabled):active, .nav-button .show > .btn-light.dropdown-toggle {
        background-color: #eaeff9 !important;
    }

    .chart_blue_bg {
        background: #eaeff9;
        padding: 1rem;
    }

    .chart_div {
        background: #fff;
        padding: 1rem;
        border-radius: .5rem;
    }

        .chart_div .chart_heading {
            background: #f5f5f5;
            border-radius: .5rem;
            padding: 0.6rem 1rem;
            font-size: 16px;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 1px;
        }

        .chart_div .quickLinks .card {
            border: 1px solid #afaa7d !important;
        }

    .charts-draw .card {
        border: 1px solid #d3d3d3 !important;
    }

    .chart_div label.btn.btn-outline-primary {
        font-size: 12px;
    }

    .chart_div img.img-responsive {
        width: 100%;
        display: block;
    }

    .charts-draw .btn-outline-primary:hover {
        background-color: #1b73cf;
        border-color: #1b73cf;
    }


    .quickLinks .card-body .small.light-blue {
        color: #139cd9 !important;
    }
    /*End for VS  */
    .card {
        border-radius: .5rem;
    }

    .page-link {
        padding: 0.5rem 0.75rem;
        margin-left: 1px;
        border-radius: 0.5rem;
        line-height: 1;
    }

    .form-group.app_rej_icon {
        margin-top: 2.8rem;
    }

    #collapsebreakin label, .DPreg label {
        line-height: 2.2;
    }

    footer {
        background: #333333;
    }

        footer .col-sm.bdr {
            text-align: center;
            border: 1px solid #666;
            padding: 0px;
            border-right: 0px;
        }

        footer a.colwhite {
            color: #fff !important;
            font-size: 1rem;
            display: block;
            padding: 15px;
        }

        footer .col-sm.bdr {
            text-align: center;
            border: 1px solid #666;
            padding: 0px;
            border-right: 0px;
        }

    .bd-footer {
        padding: 50px 0 80px;
    }

    footer .Ftext1 {
        margin-bottom: 10px;
        font-size: 14px;
        color: #ccc;
    }

    .bd-footer p {
        text-align: center;
    }

    footer .Ftext1 a {
        font-size: 14px;
        color: #007bff;
        text-decoration: underline;
    }

    .bd-footer a {
        font-weight: 500;
        color: #fff;
        font-size: 18px;
    }

    .CustomTable table.dataTable tbody th, .CustomTable table.dataTable tbody td {
        white-space: nowrap;
    }

    .uploadtext {
        font-size: 1rem;
    }

    .modal-body #loadImage {
        overflow-x: hidden;
        height: 500px;
        overflow-y: scroll;
    }

    .txtlabeluploadtxt {
        font-size: smaller;
    }
    /*shikha*/
    .newFooter {
        background: #F8F9FA;
    }

        .newFooter .Ftext1 {
            font-size: 12px;
            color: #aeacac;
            margin-bottom: 0px;
        }

        .newFooter .bd-footer {
            padding: 1.5rem 0;
            text-align: center;
        }

            .newFooter .bd-footer img {
                padding-bottom: 10px;
            }
    