/*CSS Document for web layout*/

/*css added by Ajay Kumar on 061221*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* You can add global styles to this file, and also import other style files */
html {
    min-height: 100%;
    position: relative
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #0000005c #ffffff;
}

    *::-moz-scrollbar {
        scrollbar-width: auto;
    }

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #0000005c;
        border-radius: 10px;
        border: 3px solid #ffffff;
    }

body {
    margin: 0;
    /* font-family: 'Lato', sans-serif; */
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 11px !important;
    background: #fff;
}

.bg-grey {
    background: #eaeaea;
}

a:hover {
    text-decoration: none
}

.bg-light-grey {
    background: #fafbff;
}

.btn_primary {
    text-align: center;
    display: block;
    width: 100%;
    background: #073b76;
    color: #fff !important;
    padding: 7px 12px !important;
    font-size: 11px !important;
    height: 32px;
    text-transform: uppercase;
    max-width: 100%;
    min-width: 70px;
}

.btn_danger {
    text-align: center;
    display: block;
    width: 100%;
    background: #dc3545;
    color: #fff !important;
    padding: 7px 12px !important;
    font-size: 11px !important;
    height: 32px;
    text-transform: uppercase;
    max-width: 100%;
    min-width: 70px;
}

header.bb1 {
    background: #fff;
}

main {
    min-height: 100%;
    background: #fff;
    /*position: relative;*/
    padding-bottom: 20px;
    margin-bottom: 40px;
}
/*main:after {
    position: absolute;
    content: '';
    height: 100px;
    width: 100%;
}*/
.table td, .table th {
    padding: 5px;
    vertical-align: middle;
    overflow-wrap: break-word;
    table-layout: fixed;
    /*max-width:100px;
    width:auto;*/
}

.pagination .page-link {
    color: #084693
}

.pagination .page-item.active .page-link {
    background: #084693;
    border-color: #084693
}

.form-control:not(textarea) {
    font-size: 11px;
    height: 30px !important;
    /* margin: 6px 0;*/
}

label {
    margin-bottom: 0rem;
}

textarea {
    font-size: 11px !important;
}

.bg_primary {
    background: #084693
}

.text_secondary {
    color: #5b9ef2
}

.btn_primary:hover {
    color: #fff;
}

.primary_link {
    color: #f0363d;
}

div#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.loader_overlay {
    background: #00000038;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.loader_img {
    position: absolute;
    width: 140px;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    padding: 10px;
}

.br-14 {
    border-radius: 14px;
}

.border-1 {
    border: 1px solid #000;
}

.bg_sky_blue {
    background: #6e99cf
}

.refresh_btn {
    display: block;
    right: -30px;
    position: absolute;
    top: -3px;
    padding: 10px 5px 10px 10px;
}

.disable {
    pointer-events: none;
    cursor: default
}

.font-12 {
    font-size: 12px
}

.br-0 {
    border-radius: 0
}

.top_header {
    background: #fff
}

.login_heading {
    color: #314970;
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block
}

    .login_heading:after {
        position: absolute;
        content: "";
        left: 25%;
        top: 70%;
        width: 50%;
        height: 2px;
        background: #ee1820;
    }

.note_1 {
    background: #073b76;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
/*Header css*/
.home_header {
    background: #000032
}

.main_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* height:97px*/
}

.main_header {
    background: #084693;
    position: relative
}

    .main_header:after {
        border-bottom: 4px solid #ee1820;
        position: absolute;
        content: '';
        left: 0;
        top: calc(100% - 4px);
        width: 100%;
        pointer-events: none;
    }

.action_btn {
    max-width: 20px
}

.home_banner {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#103e8b+0,000032+60 */
    background: #103e8b; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #103e8b 0%, #000032 60%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #103e8b 0%,#000032 60%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #103e8b 0%,#000032 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103e8b', endColorstr='#000032',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.header_logo {
    max-width: 190px;
}

.main_navs {
    /*border-bottom: 4px solid #f00*/
}

    .main_navs li {
        position: relative
    }

        .main_navs li a {
            color: #fff !important;
            padding: 10px 5px !important;
            font-size: 12px;
            display: block;
        }

            .main_navs li a.router-link-active {
                font-weight: 500;
            }

.navbar_toggler {
    max-width: 35px;
    padding-left: 0;
}

    .navbar_toggler:focus {
        outline: none;
        border-color: transparent;
        box-shadow: none;
    }

.login_wrapper {
    background: url(../images/login_img.png) no-repeat center left;
    background-size: contain;
    border-radius: 10px;
}

.border_grey_1 {
    border: 1px solid #ddd
}

.border_primary {
    border: 2px solid #7794c1
}

.bread_custom .breadcrumb-item + .breadcrumb-item::before {
    /* color: #fff; */
}

.subMenu_div {
    position: absolute;
    list-style: none;
    background: #fff;
    display: none;
    margin: 0;
    width: 250px;
    top: 38px;
    z-index: 100;
}

.main_navs li:hover .subMenu_div {
    display: block;
}

.subMenu {
    box-shadow: 0px 5px 6px 0px #0000005c;
    list-style: none;
    margin: 0;
    padding: 0;
    /* border-right: 4px solid #ee1820; */
}

    .subMenu li {
        position: relative
    }

.subMenu2_div {
    position: absolute;
    list-style: none;
    background: #fff;
    padding-top: 0;
    display: none;
    margin: 0;
    width: 250px;
    top: 0;
    left: 100%;
}

.subMenu_div li:hover .subMenu2_div {
    display: block;
}

.subMenu2 {
    box-shadow: 5px 0px 6px 0px #0000005c;
}

.subMenu li a {
    display: block;
    max-width: initial;
    color: #084693 !important;
    padding: 6px 15px !important;
    border-bottom: 1px solid #ececec;
}

.level2Menu_div {
    position: absolute;
    list-style: none;
    /* background: #fff; */
    display: none;
    margin: 0;
    width: 250px;
    top: 0;
    z-index: 100;
    left: 100%;
}

.level2Menu {
    box-shadow: 0px 5px 6px 0px #0000005c;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: 4px solid #ee1820;
}

.level3Menu_div {
    position: absolute;
    list-style: none;
    /* background: #fff; */
    display: none;
    margin: 0;
    width: 250px;
    top: 0;
    z-index: 100;
    left: 100%;
}

.level3Menu {
    box-shadow: 0px 5px 6px 0px #0000005c;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: 4px solid #ee1820;
}

.subMenu_div:before {
    position: absolute;
    content: '';
    height: 3px;
    border-width: 5px;
    border-style: solid;
    border-color: #ee1820 transparent transparent transparent;
    left: 0;
    margin-left: 18px;
    top: -1px;
}

.menu_show_right {
    right: 100% !important;
    left: auto;
}

.hasSub {
    position: relative
}

    .hasSub:after {
        position: absolute;
        content: '';
        height: 4px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #ee1820;
        right: 11px;
        top: 11px;
    }

.right_arrow_angle:after {
    position: absolute;
    content: '';
    left: 7px;
    top: 10px;
    width: 0;
    height: 4px;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent #f00 transparent transparent;
}

.right_arrow_angle > a {
    text-align: right;
    /* align-items: center; */
}

.subMenu li:hover .level2Menu_div {
    display: block
}

.level3MenuHideShow li:hover .level3Menu_div {
    display: block
}

@media screen and (max-width:992px) {
    .top_navs {
        position: absolute;
        left: 0;
        right: 0;
        top: 110%;
        background: #030b42;
        z-index: 1000;
    }

    .trigger {
        display: block !important
    }
}

@media screen and (max-width:767px) {
    .header_logo {
        max-width: 190px;
    }

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
        margin-bottom: 10px;
    }
    /*.copyright_text {
        background: #4f4f4f;
        position: fixed !important;
        border-bottom: 10px solid #d60a13;
        bottom: 0;
        z-index:100;
    }*/
}

@media screen and (max-width:576px) {
    .refresh_btn {
        position: static;
    }
}

/*Login CSS */

.login_input {
    padding: 8px 12px
}

.login_btn {
    font-weight: 700;
}

.header_input_group {
    border: 1px solid #d4d9df;
    border-radius: 30px;
}

    .header_input_group input {
        border: none;
        padding: 6px 10px;
    }

        .header_input_group input:focus {
            box-shadow: none;
            border: none;
            outline: none;
            margin-right: 2px;
        }

    .header_input_group .input-group-prepend .input-group-text {
        background: none !important;
        border: none;
    }

        .header_input_group .input-group-prepend .input-group-text img {
            max-width: 20px;
        }

.search_filter_btn {
    position: relative;
}

    .search_filter_btn select {
        border: none;
        background: #084693;
        color: #fff;
        padding: 10px 45px 9px 25px;
        border-radius: 30px;
        margin-right: -2px;
        font-size: 12px;
        appearance: none;
        display: none;
    }

    .search_filter_btn:after {
        position: absolute;
        content: '';
        border-width: 5px;
        border-style: solid;
        border-color: #fff transparent transparent;
        top: 16px;
        right: 15px;
        pointer-events: none;
        display: none;
    }

    .search_filter_btn select:focus {
        outline: none;
    }

    .search_filter_btn select option {
        padding: 10px;
    }

.header_contact {
    position: relative;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

    .header_contact li {
        display: block;
        padding: 0 10px
    }

        .header_contact li a {
            display: block;
            color: #084693;
            font-size: 12px;
            font-weight: 500
        }

            .header_contact li a img {
                max-width: 16px;
                margin-right: 4px;
            }

.header_right li {
    padding: 0 15px;
    line-height: 1
}

.header_right > li > a {
    color: #084693;
    font-weight: 600;
}

    .header_right > li > a.logOut_btn {
        background: #f00;
        padding: 10px;
        color: #fff;
        border-radius: 6px;
    }

.MainWebsiteLink {
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .MainWebsiteLink:hover a {
        color: #fff;
        opacity: 0.9;
    }

.select-selected {
    background-color: #084693;
}

    /* Style the arrow inside the select element: */
    .select-selected:after {
        position: absolute;
        content: "";
        top: 17px;
        right: 25px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    /* Point the arrow upwards when the select box is open (active): */
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 10px;
    }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
    color: #ffffff;
    padding: 10px 55px 11px 35px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size: 12px;
}

.select-selected {
    border-radius: 30px;
}
/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #084693;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.error {
    font-size: 11px;
    color: #f00;
    position: absolute;
    top: 100%;
    display: block;
    /*text-transform: capitalize;*/
}

.border-grey {
    border-color: #ccc
}

.text_primary {
    color: #084693
}
/*Footer Css*/

.newsletter {
    background: #00368a
}

.footer_wrapper {
    background: #303030;
}

.footer_heading {
    font-size: 18px;
    font-weight: 400;
}

.footer_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

    .footer_nav ul li a {
        color: #fff;
        padding: 5px 0;
        display: block;
        font-weight: 300;
    }

.text-ssl {
    color: #688cba
}

.copyright_text {
    background: #4f4f4f;
    position: relative;
    border-bottom: 10px solid #d60a13;
}

.footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

    .footer_links ul li {
        padding: 5px 0
    }

        .footer_links ul li a {
            display: block;
            padding: 0 10px;
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            border-right: 1px solid #fff;
            line-height: 1;
        }

        .footer_links ul li:last-child a {
            border: none;
        }

.text-sm {
    font-size: 13px
}

.bottom_logo {
    position: absolute;
    right: 20px;
    top: -20px;
}

/*dashboard css*/

.sidebar_wrapper {
    background: #084693;
    padding: 10px 0;
    z-index: 10;
    display: none
}

.sidebar_menus {
    position: relative;
    overflow: auto;
    height: 100%;
}

    .sidebar_menus ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding-left: 30px;
    }

        .sidebar_menus ul li {
            display: block;
        }

    .sidebar_menus li a {
        display: inline-block;
        padding: 13px 10px;
        background: #084693;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        position: relative;
    }

        .sidebar_menus li a.active:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 3px;
            background: #d60a13;
            left: 10px;
            bottom: 5px;
        }

        .sidebar_menus li a img {
            max-width: 30px;
            filter: brightness(1000);
            margin-right: 10px;
        }

.trigger {
    position: absolute;
    right: -26px;
    width: 25px;
    height: 50px;
    background: #fff;
    box-shadow: 4px 0 5px 0px #0000002e;
    top: 130px;
    display: none;
}

    .trigger:after {
        position: absolute;
        content: ">";
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: monospace;
        font-size: 24px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.dashboard_thumb {
    background: linear-gradient(150deg, #d0d0d0, #ffffff);
    border-radius: 4px;
    color: #000;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    text-align: center;
    border: 1px solid #ccc;
    min-height: 155px;
}

    .dashboard_thumb:hover {
        color: #000
    }

.thumb_icon {
    background: #084693;
    border-radius: 4px;
    padding: 5px 7px;
    margin-bottom: 5px;
}

    .thumb_icon img {
        max-width: 30px;
    }

.dashboard_thumb h4 {
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 5px
}

.dashboard_thumb p {
    font-size: 12px;
    margin: 0;
    line-height: 1.2;
    height: 30px;
}

/*====================Online Forms Css================ */

.form_tabs {
    border: none;
}

    .form_tabs li {
        margin-bottom: 0 !important;
    }

        .form_tabs li a {
            border: none !important;
            color: #5c5c5c !important;
            border-bottom: 1px solid #ccc !important;
        }

            .form_tabs li a.active {
                color: #084693 !important;
                border-bottom-color: #084693 !important;
                font-weight: 500;
            }

        .form_tabs li:first-child a {
            padding-left: 0;
        }

.form_info {
    position: absolute;
    right: -15px;
    width: 25px;
    height: 25px;
    background: #4aa1fe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    top: 5px;
}

    .form_info:hover {
        color: #fff;
    }

/*=======Add User Css Starts Here==========*/

.searchFileds {
    position: absolute;
    background: #fff;
    left: 0;
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
    right: 0;
    display: none;
    z-index: 10
}

.searchUserInput {
    position: relative
}

.field-validation-error {
    font-size: 11px;
    margin-top: 1px;
    display: block;
}

.long_error_message {
    font-size: 11px;
    color: #f00;
    display: block;
    min-height: 25px;
    line-height: 13px;
    max-height: 35px;
    padding-bottom: 5px;
}

.CustomError {
    position: absolute;
}

.custom_form_feild input,
.custom_form_feild select {
    margin: 0px 5.5px 5px 5.5px;
}

.custom_select input[type="radio"] {
    vertical-align: middle;
}

table#CustomerBalanceTbl tr td {
    padding: 5px;
}

div#searchResponse > span {
    font-weight: bold;
    letter-spacing: .5px;
}

.form-control-file {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 3px 5px;
}

.input-validation-error {
    border: 2px solid #dc3545;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #dc3545;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.table i {
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    color: #073b76;
    cursor: pointer;
}

/****ToolTip Css for DataTable Action Icons*****/

a[data-toggle="tooltip"] {
    position: relative;
    transition: all .2s
}

    a[data-toggle="tooltip"]:hover:after {
        position: absolute;
        content: attr(tooltip);
        background: #0000008a;
        padding: 3px 5px;
        border-radius: 3px;
        color: #fff;
        font-size: 10px;
        right: 100%;
        line-height: 1;
        text-transform: uppercase;
        pointer-events: none;
        word-break: initial;
        /* text-align: center; */
        z-index: 100;
        max-width: 200px;
    }

    a[data-toggle="tooltip"]:hover:before {
        position: absolute;
        content: '';
        bottom: 50%;
        border-color: transparent transparent transparent #0000008a;
        border-width: 3px 4px 3px 4px;
        border-style: solid;
        left: 0px;
        pointer-events: none
    }

.add_update_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    width: auto;
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
}

.add_update_btn2 {
    position: absolute;
    top: 10px;
    right: 115px;
    width: auto;
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
}

.add_update_btn3 {
    position: absolute;
    top: 10px;
    right: 170px;
    width: auto;
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
}

div#idPfrontImg, #idPbackImg,
#idAfrontImg, #idAbackImg,
#panCardImg, #incorpImg, #vehicleDetailsImg,
#customerFormImg, div#idLfrontImg, #vehicleDetailsImg {
    text-align: left;
    /* border: 2px solid #ced4da; */
    border-radius: 3px;
    max-width: 100%;
    margin-bottom: 25px;
}

    div#idPfrontImg img,
    #idPbackImg img, div#idAfrontImg img,
    #idAbackImg img, #panCardImg img,
    #incorpImg img, #vehicleDetailsImg img,
    #CustFormFrontSrc img, #customerFormImg img,
    #idLfrontImg img, #incorpImg img {
        max-width: 100%;
        max-height: 100px;
        width: 100% !important;
        margin-bottom: 20px;
    }

img#IdProofFront, img#IdProofBack, #AddressProofFront, #IdProofBackSrc,
#AddressProofBack, #CustFormFrontSrc, #VEHFrontSrc, #IdProofFrontSrc,
#LetterHeadProofSrc, img#idLfrontImg, #LetterHead, #PANFrontSrc,
#AddressProofFrontSrc, #AddressProofBackSrc, #incorpImgFrontSrc {
    max-width: 100%;
    max-height: 100px;
    width: 100%;
    margin-bottom: 25px !important;
}

#IdProofFrontDownloadlnk, #IdProofBackDownloadlnk,
#AddressProofFrontDownloadlnk, #AddressProofBackDownloadlnk,
#downloadIdFrontDoc, #downloadIdFrontDoc1, #downloadIdBackDoc1,
#downloadAddFrontDoc1, #downloadAddBackDoc1, #downloadPANFrontDoc1,
#downloadincorpImgDoc1, #downloadVEHFrontDoc1, #downloadCustFormFrontDoc,
#downloadCustFormFrontDoc1, #downloadLetterHeadProofDoc,
#downloadLetterHeadProofDoc1, #LetterHeadDownloadlnk, #LetterHeadProofDownloadlnk,
#PanCardFrontDownloadlnk, #VehicleDetailsFrontDownloadlnk, #CustomerFormFrontDownloadlnk,
#custFormDownloadlnk {
    background: transparent;
    border: 2px solid #084693;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 10px 0;
    text-transform: uppercase;
    color: #084693;
}

    #IdProofFrontDownloadlnk:hover, #IdProofBackDownloadlnk:hover,
    #AddressProofFrontDownloadlnk:hover, #AddressProofBackDownloadlnk:hover,
    #downloadIdFrontDoc:hover, #downloadIdFrontDoc1:hover,
    #downloadIdBackDoc1:hover, #downloadAddFrontDoc1:hover,
    #downloadAddBackDoc1:hover, #downloadPANFrontDoc1:hover,
    #downloadincorpImgDoc1:hover, downloadLetterHeadProofDoc:hover,
    #LetterHeadProofDownloadlnk:hover, #downloadLetterHeadProofDoc1:hover,
    #custFormDownloadlnk:hover, #downloadVEHFrontDoc1:hover,
    #downloadCustFormFrontDoc1:hover {
        background: #084693;
        color: #fff;
    }

a.Icons_sty {
    float: left;
}

.custom-checkbox .custom-control-label {
    line-height: 24px !important;
}

.createmessagearea {
    /* background: #fff; */
    padding: 20px;
    margin: 10px auto;
    /* border-radius: 10px; */
    /* box-shadow: 0px 0px 5px #ccc; */
    font-weight: bold;
    text-align: center;
    /* max-width: 600px; */
}

    .createmessagearea p {
        font-size: 14px;
        margin-bottom: 0;
    }

        .createmessagearea p a {
            border: 1px solid #007bff;
            padding: 7px 10px;
            margin-top: 15px;
            display: inline-block;
            border-radius: 4px;
        }

            .createmessagearea p a:hover,
            .createmessagearea p a:active,
            .createmessagearea p a:focus {
                background: #007bff;
                color: #fff;
            }

.chk_sty input[type="checkbox"] {
    vertical-align: middle;
}

.dataTables_length .SumoSelect {
    width: 70px;
}

    .dataTables_length .SumoSelect > .CaptionCont > label > i {
        background: none;
    }
/*td.fastagNo, td.mobileNo, td.cardNo {
    vertical-align: unset;
}*/
.verstatic td {
    vertical-align: unset;
}

.SumoSelect > .CaptionCont {
    padding-left: 10px !important;
    padding-top: 7px;
}

p.warnMsg {
    text-align: left;
    /*padding-left: 245px;*/
}

.SumoSelect > .CaptionCont > span {
    padding-right: 18px !important;
}

.edit-feild {
    border: 1px solid #7a7a7a !important;
}

.w-50 {
    width: 50%;
}

table#alternameMobSection tr td {
    vertical-align: middle;
}

.modal-header {
    padding: 9px 13px;
    background: #073b76;
}

.modal-title {
    font-size: 16px;
    color: #fff;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #fff;
    text-decoration: none;
    opacity: .75;
}

button.close {
    color: #fff;
    font-weight: 400;
}

.UserRoleArea {
    background: #f4f4f4;
    height: 100%;
}

    .UserRoleArea h2, .LocationsArea h2 {
        font-size: 14px;
        font-weight: bold;
        background: #073b76;
        color: #fff;
        padding: 6px 15px;
        margin-bottom: 0px;
    }

    .UserRoleArea ul {
        margin: 0px;
        padding: 0;
        list-style: none;
    }

        .UserRoleArea ul li {
            padding: 5px 15px;
            cursor: pointer;
        }

            .UserRoleArea ul li:hover, .UserRoleArea ul li:active, .UserRoleArea ul li:focus {
                background: #e8e5e5;
            }

.LocationsArea #accordion, .ManageRoleArea #accordion {
    margin: 10px 15px;
}

.LocationsArea .panel-group .panel-heading + .panel-collapse > .panel-body,
.ManageRoleArea .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ddd;
}

.ManageRoleArea .panel-group,
.ManageRoleArea .panel-group .panel,
.ManageRoleArea .panel-group .panel-heading,
.ManageRoleArea .panel-group .panel-heading a,
.ManageRoleArea .panel-group .panel-title,
.ManageRoleArea .panel-group .panel-title a,
.ManageRoleArea .panel-group .panel-body,
.ManageRoleArea .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-radius: 2px;
    border: 0;
}

.LocationsArea .panel-group,
.LocationsArea .panel-group .panel,
.LocationsArea .panel-group .panel-heading,
.LocationsArea .panel-group .panel-heading a,
.LocationsArea .panel-group .panel-title,
.LocationsArea .panel-group .panel-title a,
.LocationsArea .panel-group .panel-body,
.LocationsArea .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-radius: 2px;
    border: 0;
}

    .LocationsArea .panel-group .panel-heading, .ManageRoleArea .panel-group .panel-heading {
        padding: 0;
    }

        .LocationsArea .panel-group .panel-heading a {
            display: block;
            background: #edeaea;
            color: #000;
            padding: 5px 42px;
            text-decoration: none;
            position: relative;
            font-size: 12px;
        }

        .ManageRoleArea .panel-group .panel-heading a {
            display: block;
            background: #073b76;
            color: #fff;
            padding: 5px 42px;
            text-decoration: none;
            position: relative;
            font-size: 12px;
        }

        .LocationsArea .panel-group .panel-heading a.collapsed {
            background: #edeaea;
            color: inherit;
            font-size: 12px;
        }

        .ManageRoleArea .panel-group .panel-heading a.collapsed {
            background: #edeaea;
            color: #000;
            font-size: 12px;
        }

        .LocationsArea .panel-group .panel-heading a:after, .ManageRoleArea .panel-group .panel-heading a:after {
            content: '-';
            position: absolute;
            left: 27px;
            top: 4px;
            font-size: 14px;
            font-weight: bold;
        }

        .LocationsArea .panel-group .panel-heading a.collapsed:after,
        .ManageRoleArea .panel-group .panel-heading a.collapsed:after {
            content: '+';
        }

    .LocationsArea .panel-group .panel-collapse, .ManageRoleArea .panel-group .panel-collapse {
        margin-top: 5px !important;
    }

    .LocationsArea .panel-group .panel-body, .ManageRoleArea .panel-group .panel-body {
        background: #ffffff;
        padding: 5px 0px;
        margin-top: 0;
    }

        .LocationsArea .panel-group .panel-body ul {
            list-style: none;
        }

    .LocationsArea .panel-group .panel, .ManageRoleArea .panel-group .panel {
        background-color: transparent;
    }

    .LocationsArea .panel-group .panel-body p:last-child,
    .LocationsArea .panel-group .panel-body ul:last-child,
    .LocationsArea .panel-group .panel-body ol:last-child {
        margin-bottom: 0;
    }

.LocationsArea #accordion {
    max-height: 400px;
    overflow-y: scroll;
    min-height: 200px;
}

.form-check.form-check-inline.chk_sty {
    position: absolute;
    top: 44px;
    z-index: 10;
    left: 24px;
}

.table tr th, .table1 tr th {
    background: #073b76;
    color: #fff !important;
    padding: 8px 5px;
    vertical-align: middle;
}

.down_btn_sty {
    max-width: 125px;
}

.check_box_pos_sty {
    position: absolute;
    left: 28px;
    z-index: 10;
    top: 2px;
}

.LocationsArea .panel-group .panel-heading {
    position: relative;
}

.usr_active {
    background: #073b76;
    color: #fff;
}

#MerchantSummaryData div {
    word-break: break-word;
}

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 25px;
}

.updateStatus {
    max-width: 100px;
    width: 100%;
}

.table .form-control:disabled,
.table .form-control[readonly],
.table .form-control {
    padding: 5px 2px;
}

table#TerminalRequestDetails tbody tr td {
    word-break: break-word;
    max-width: 190px;
    min-width: 110px;
}

div#dvCards table tr {
    /*width: 20%;*/
    float: left;
    margin-right: 15px;
}

    div#dvCards table tr input[type="checkbox"] {
        vertical-align: middle;
        margin-right: 5px;
        margin-top: -1px;
    }

.payment_gateway_form {
    max-width: 100%;
    padding: 0px;
}

.CCMSRechargePaygateway h3 {
    background: #073b76;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
}
/******Dashbord Page******/
.get_btn {
    background: #417fcf;
    padding: 3px 10px;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid #fff;
}

.verify_form .input-group-text {
    padding: 2px 10px;
}

.update-txt {
    padding: 7px 0px 7px 8px;
}

.links_cards_box {
    width: 100%;
    background: #dfdcdc;
    height: 30px;
    text-align: center;
    padding: 0px 15px;
    line-height: 18px;
    border-bottom: 1px solid #084693;
    border-top: 1px solid #084693;
    position: relative;
    margin: 0px 2%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

    .links_cards_box:after {
        position: absolute;
        bottom: 0;
        width: 20px;
        height: 20px;
        border-bottom: solid 10px rgb(8, 70, 147);
        border-left: solid 10px rgb(8, 70, 147);
        border-right: solid 10px transparent;
        border-top: solid 10px transparent;
        content: "";
        left: 0;
    }
    

.bg-darkgray {
    background: #636363;
}

.last_rw_dt_txt {
    font-size: 14px;
    background: #feffb3;
    color: #000;
    padding: 7px 10px;
    margin-bottom: 0;
}

.bg_blue_sty {
    background: #04397f;
}

.download_cards_box {
    width: 50%;
    margin: 0 2%;
    font-size: 14px;
    height: 100px;
    text-align: center;
    /* font-weight: 500; */
    color: #fff;
}

    .download_cards_box i {
        font-size: 30px;
        display: block;
        text-align: center;
        width: 100%;
        color: #fff;
        padding-top: 20px;
        padding-bottom: 5px;
        line-height: 24px;
    }

    .download_cards_box a {
        color: #fff;
    }

.product_guide_bg {
    background: #3298fa;
}

.web_user_guide_bg {
    background: #e67f22;
}

.feedback_Area i {
    font-size: 36px;
}

.feedback_Area {
    background: #417fcf;
    color: #fff;
    margin: 0px 10px;
    padding: 5px 10px;
    font-size: 24px;
    margin-bottom: 10px;
}

.customer_dashboard table td, .customer_dashboard table th {
    padding: 5px;
}

.light_blue {
    background: #417fcf;
    border-top: 1px solid #74a3e1;
}

.font14 {
    font-size: 14px;
}

.Pending_approval_list {
    list-style: none;
    margin: 0px;
    padding: 9px;
}

    .Pending_approval_list li a {
        font-size: 14px;
        line-height: 28px;
        font-weight: 600;
        color: #04397f;
    }

        .Pending_approval_list li a:hover {
            text-decoration: underline;
        }

.Notification_list {
    background: url(../../assets/images/fuel_drive.jpg) no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.text_width_area {
    width: 100%;
    height: 390px;
    margin: 0 auto;
    overflow: hidden;
    background: transparent;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

    .marquee:hover {
        animation-play-state: paused;
    }

/* Make it move! */
@keyframes marquee {
    0% {
        top: 8em
    }

    100% {
        top: -11em
    }
}

/* Make it look pretty */
.microsoft .marquee {
    margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before, .microsoft::before,
.microsoft:after, .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 2em;
    background-image: linear-gradient(top, #FFF, rgba(255,255,255,0));
}

.microsoft:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before, .microsoft::before {
    top: 0;
}

.online_recharge_btn {
    background: #ee1820;
    padding: 8px 20px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

table.dataTable, .table tbody {
    background: #fff;
}

img#IdProofFrontPDFDOC, #AddressProofFrontPDFDOC,
img#IdProofBackPDFDOC, #AddressProofBackPDFDOC,
#IdProofBackSrcPDFDOC, #IdProofFrontSrcPDFDOC,
#AddressProofFrontSrcPDFDOC, #AddressProofBackSrcPDFDOC,
#PANFrontSrcPDFDOC, #incorpImgSrcPDFDOC, #LetterHeadPDFDOC,
#LetterHeadProofSrcPDFDOC, #VEHFrontSrcPDFDOC, #downloadVEHFrontDoc,
#CustFormFrontSrcPDFDOC, #downloadCustFormFrontDoc, #custFormSrcPDFDOC {
    max-width: 50px !important;
    height: auto !important;
    display: block;
    margin-bottom: 20px;
}

.table tbody tr td {
    max-width: 160px;
    word-wrap: break-word;
    /*word-break: break-all;*/
    white-space: inherit !important;
    /*height: 30px;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;*/
}

/*.table.nowrap tbody tr td {
     max-width: 100%;
     white-space: nowrap !important;
}*/

.custom_select {
    word-wrap: break-word;
}

.planVal, .actionVal {
    padding: 5px 3px;
}

.SumoSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    max-height: 210px !important;
}

.text-wrap_sty {
    word-break: break-word;
}

.Help_Area p {
    margin-bottom: 5px;
    font-size: 14px;
}

a.Icons_diff_sty {
    font-size: 16px;
    padding-right: 10px;
    color: #073b76 !important;
    cursor: pointer;
    padding-top: 6px;
}

.table .form-control {
    height: 26px !important;
}

.help_txt {
    position: absolute;
    top: 9px;
    right: 16px;
    z-index: 100;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
}

    .help_txt:hover {
        text-decoration: underline !important;
    }

.bg-black {
    background-color: #000000 !important;
}

.fromdate-Calender-icon, .todate-Calender-icon {
    position: relative;
}

    .fromdate-Calender-icon:after {
        position: absolute;
        top: 4px;
        content: "\f073";
        right: 10px;
        z-index: 10;
        color: #9f9a9a;
        font-family: 'FontAwesome';
        font-size: 14px;
    }

    .todate-Calender-icon:after {
        position: absolute;
        top: 4px;
        content: "\f073";
        right: 10px;
        z-index: 10;
        color: #9f9a9a;
        font-family: 'FontAwesome';
        font-size: 14px;
    }

.update_txt {
    padding: 7px 3px !important;
}

.add, .edit {
    max-width: 70px;
}

.UserProfileDropdown {
    padding: 7px 10px;
    font-size: 13px;
}

    .UserProfileDropdown:focus, .UserProfileDropdown:hover {
        color: #fff;
        text-decoration: none;
        background-color: #073b76;
    }

.yellow-border {
    color: #495057;
    background-color: #fff;
    border-color: #ffeb3b !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(228 161 26 / 25%) !important;
}

    .yellow-border .CaptionCont {
        color: #495057;
        background-color: #fff;
        border-color: #ffeb3b !important;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(228 161 26 / 25%) !important;
    }

.PGSuccessIcon i, .PGfailedIcon i {
    font-size: 36px;
    vertical-align: middle;
    padding-right: 5px;
}

.PGSuccessIcon p, .PGfailedIcon p {
    font-size: 22px;
    margin-bottom: 0;
}

.links_cards_box:hover a {
    color: #fff;
}
.links_cards_box:hover .text_primary {
    color: #fff;
}
.links_cards_box:hover {
    background: #084594;
    cursor: pointer;
}

textarea#DeclarationText {
    height: 65px;
}

.Help_Area ol {
    padding: 0 25px;
}

    .Help_Area ol li {
        font-size: 13px;
        padding-bottom: 6px;
    }

@media screen and (min-width:768px) {
    .CCMSRechargePaygateway {
        min-height: 390px;
    }

    .note_1 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:767px) {

    .MobileMainHeight {
        min-height: 360px;
        max-height: 100%;
    }

    .main_footer {
        position: static;
    }

    main {
        /* position: relative; */
        padding-bottom: 0px;
        margin-bottom: 0px !important;
    }

    .Know_About_txt {
        font-size: 16px;
        font-weight: 500 !important;
    }

    .top_header {
        background: #fff;
        position: static;
        z-index: 1000;
        top: 0;
        width: 100%;
    }
    /*.MobileMT {
        margin-top:60px;
    }*/
    .table i {
        font-size: 12px;
        padding: 2px;
    }

    .Mb_button_width {
        max-width: 160px;
        margin: 0px auto;
    }
}

.ticket_input .badge {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 20px !important;
}

.ticket_input .bootstrap-tagsinput .badge [data-role="remove"] {
    position: absolute;
    right: 2px;
    top: 4px;
}

.ticket_input {
    position: relative;
}

.ticket_input input {
    border: 1px solid #dcdcdc;
    padding: 7px 10px;
    width: 100%;
    border-radius: 3px;
}

    .ticket_input input.sr-only {
        width: 1px !important
    }


.comment_area {
    position: relative;
    padding-bottom: 15px;
}

.attachment_block {
    position: absolute;
    bottom: 0px !important;
    padding: 7px 10px;
    background: #dedede;
    right: -2px;
    left: 0px;
    border-radius: 0 0 6px 6px;
    top: calc(100% - 44px);
    display: block;
}

label.attachment {
    margin: 0;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 3px;
}

label.attachment input {
    display: none;
}

label.attachment span {
    max-width: 10px;
    display: inline-block;
}

/*label.attachment:hover {
    box-shadow: 0 0 5px 0 #00000080;
}*/

.comment_input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 30px 30px 50px;
}

.comment_input:focus {
    border: 1px solid #000;
    outline: none
}

.comment_input.internal_input {
    background: #ffbcbc45;
}

.comment_section {
    padding: 10px 10px 20px;
    border-bottom: 1px solid #00baf2;
}

.comment_tabs li {
    padding: 0 10px
}

.comment_tabs li a {
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid transparent;
    padding: 2px 0;
}

.comment_tabs li a.active {
    font-weight: 600;
    border-bottom-color: #00baf2;
}
.ticket_select:after {
    position: absolute;
    content: '';
    right: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid #00baf2;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
    pointer-events: none;
}
.dropup .dropdown-menu {
    bottom: initial !important;
}

/*
.comment_footer a.ticket_sbtn:after {
    position: absolute;
    content: '';
    right: 14px;
    top: 17px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
    transition: all .3s;
}

.comment_footer a.ticket_sbtn[aria-expanded='true']:after {
    transform: rotate(-135deg);
    top: 10px;
}

.comment_footer a.ticket_sbtn:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: #073b76;
    height: 100%;
    width: 40px;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #fff;
}*/

.ticket_sbtn {
    padding: 9px 20px !important;
    background: #073b76;
    color: #fff !important;
    border-radius: 4px;
    text-align: left;
    /*width: 180px;*/
    display: block;
}

    .ticket_sbtn:hover, .ticket_sbtn:focus {
        text-decoration: none;
        color: #fff;
        background: #073b76 !important;
    }
.f_dd {
    transform: translateX(0px) translateY(-90px) !important;
    right: 0 !important
}

/*.comment_footer {
    padding: 50px 20px;
    position: fixed;
    bottom: 0;
    right: 0;*/
    /*background: #f7fafc;*/
    /*background: transparent;
}*/

.btnSubmit-footer a {
    font-size: 14px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: block;
    color: #000;
}

.btnSubmit-footer a:hover {
    text-decoration: none;
    background: #eee
}

.btnSubmit-footer a.ticket_sbtn:after {
    position: absolute;
    content: '';
    right: 14px;
    top: 17px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
    transition: all .3s;
}

.btnSubmit-footer a.ticket_sbtn[aria-expanded='true']:after {
    transform: rotate(-135deg);
    top: 10px;
}

.btnSubmit-footer a.ticket_sbtn:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: #073b76;
    height: 100%;
    width: 40px;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #fff;
}
.btn_primary_dd {
    text-align: center;
    display: block;
    width: 100%;
    background: #073b76;
    color: #fff !important;
    padding: 7px 12px !important;
    font-size: 11px !important;
    height: 32px;
    max-width: 100%;
    min-width: 40px;
}
    .btn_primary_dd:hover {
        color: #fff;
    }
.fa-eye-password {
    position: absolute;
    top: 40%;
    right: 10%;
    cursor: pointer;
    color: cornflowerblue;
}

.save_btn_center_align {
    width: 10%;
    position: relative;
    top: 50%;
    left: 45%;
    margin-bottom: 1.5em;
}

.save_btn_child_modal_center_align {
    width: 10%;
    position: relative;
    top: 50%;
    left: 33%;
    margin-bottom: 1.5em;
}

.displayNone {
    display: none;
}

.welcome-img {
    width: 42%;
    height: 100%;
}

.report-table th, .report-table td {
    text-align: center;
    vertical-align: middle;
}

.summary-table th, .summary-table td {
    text-align: left;
    vertical-align: middle;
}

.summary-section {
    margin-top: 20px;
}

.header-section {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.pdf-button {
    margin-bottom: 20px;
}
/*
.salary-slip {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

header {
    text-align: center;
    margin-bottom: 20px;
}

    header h1 {
        font-size: 24px;
        margin: 0;
    }

.employee-details {
    margin-bottom: 20px;
}

    .employee-details p {
        margin: 4px 0;
    }

.earnings-deductions table {
    width: 100%;
    border-collapse: collapse;
}

.earnings-deductions table, .earnings-deductions th, .earnings-deductions td {
    border: 1px solid #ddd;
    text-align: left;
}

.earnings-deductions th, .earnings-deductions td {
    padding: 8px;
}

footer {
    text-align: right;
    margin-top: 20px;
}

    footer p {
        margin: 5px 0;
    }
*/
/*  Customize SweetAlert2 Model popup */
.swal2-popup {
    font-size: 14px !important;
    width: 350px !important;
    padding: 15px !important;
}

.swal2-title {
    font-size: 16px !important;
}

.swal2-html-container {
    font-size: 13px !important;
}
/* Reduce overall box size */
.custom-swal-popup {
    font-size: 14px !important; /* smaller font */
    padding: 15px !important; /* tighter padding */
    width: 350px !important; /* smaller modal width */
}

/* Title style */
.custom-swal-title {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* Text/content style */
.custom-swal-text {
    font-size: 13px !important;
}

/* Buttons */
.custom-swal-confirm, .custom-swal-cancel {
    font-size: 12px !important;
    padding: 5px 15px !important;
    background-color: rgb(8, 70, 147) !important;
}
