﻿@charset "utf-8";
/* CSS Document */
/*Start Reset CSS Code*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*End Reset CSS Code*/
/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    height:6px;
}

::-webkit-scrollbar-thumb {
    background-color: #196fb3;
}*/
.file-field.medium .file-path-wrapper {
    height: 3rem;
}

    .file-field.medium .file-path-wrapper .file-path {
        height: 2.8rem;
    }

.file-field.big-2 .file-path-wrapper {
    height: 3.7rem;
}

    .file-field.big-2 .file-path-wrapper .file-path {
        height: 3.5rem;
    }

.firstLabel {
    margin-right: 50px;
}
/* Helper Classes */

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.pd-25 {
    padding: 25px;
}

.pd-40 {
    padding: 40px;
}

.pd-t-5 {
    padding-top: 5px;
}

.pd-t-10 {
    padding-top: 10px;
}

.pd-t-15 {
    padding-top: 15px;
}

.pd-t-20 {
    padding-top: 20px;
}

.pd-b-5 {
    padding-bottom: 5px;
}

.pd-b-10 {
    padding-bottom: 10px;
}

.pd-y-20 {
    padding: 20px 0;
}

.pd-t-10 {
    padding-bottom: 10px;
}

.pd-t-15 {
    padding-bottom: 15px;
}

.pd-t-20 {
    padding-bottom: 20px;
}

.pd-l-5 {
    padding-left: 5px;
}

.pd-l-10 {
    padding-left: 10px;
}

.pd-l-15 {
    padding-left: 15px;
}

.pd-l-20 {
    padding-left: 20px;
}

.pd-r-5 {
    padding-right: 5px;
}

.pd-r-10 {
    padding-right: 10px;
}

.pd-r-15 {
    padding-right: 15px;
}

.pd-r-20 {
    padding-right: 20px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
    color: inherit;
}

.grey-d {
    color: #464b4d;
}

.grey-l {
    color: #929ba6;
}

.header-logo {
    display: block;
    float: left;
    margin-right: 10px;
}

.nav-icon {
    display: block;
    float: left;
}

.logo-wrapper img {
    max-width: 100%;
}


/* ----------------------------------------------- Custom Checkbox ----------------------------------------------- */

.custom-check {
    display: none;
}

    .custom-check + label {
        color: #848484;
        font-size: 17px;
        position: relative;
        margin: 0;
        padding-left: 30px;
        font-weight: normal;
    }

        .custom-check + label:before {
            width: 20px;
            height: 20px;
            position: absolute;
            content: "";
            border: 2px solid #ddd;
            left: 0;
            top: 0;
            transition: all 0.3s;
            background: #fff;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            cursor: pointer;
        }

    .custom-check:checked + label:before {
        background: #12469a;
        border-color: #12469a;
    }

    .custom-check + label:after {
        width: 12px;
        height: 7px;
        position: absolute;
        content: "";
        transition: all 0.3s;
        left: 4px;
        border: 2px solid transparent;
        transform: rotate(0deg);
        top: 4px;
    }

    .custom-check:checked + label:after {
        border-left-color: #fff;
        border-bottom-color: #fff;
        transform: rotate(-45deg);
    }

/* ----------------------------------------------- Custom Checkbox ----------------------------------------------- */



.blue-grd {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#43b8c3+1,3494a0+100 */
    background: #0b295b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0b295b 1%, #12469a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b295b 1%, #12469a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b295b 1%, #12469a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b295b', endColorstr='#12469a', GradientType=1);
    /* IE6-9 */
}

    .blue-grd:hover {
        background: #888;
        color: #fff;
    }

    .blue-grd.btn.focus,
    .blue-grd.btn:focus,
    .blue-grd.btn:hover {
        color: #fff;
    }

.blue-bg {
    background: #013966;
}

.btn-blue {
    font-size: 21px;
    font-weight: 600;
    border-radius: 40px;
    padding: 8px 25px;
    color: #fff;
    box-shadow: 0px 5px 11px #2c9aa47a;
}

.btn-blue-action {
    font-size: 17px;
    font-weight: 400;
    border-radius: 40px;
    padding: 4px 25px;
    color: #fff;
    box-shadow: 0px 5px 11px #2c9aa47a;
}

.btn-grey {
    background: #ddd;
    font-size: 21px;
    font-weight: 600;
    border-radius: 40px;
    padding: 8px 25px;
    color: #0b4ca2;
    box-shadow: 0px 5px 11px #2c9aa47a;
}

.btn.btn-primary {
    /*font-size: 14px;*/
    font-size: 1vw;
    font-weight: 300;
    /*border-radius: 35px;*/
    border-radius: 2vw;
    /*padding: 8px 25px;*/
    padding: 0.6vw 1.5vw;
    color: #fff;
    box-shadow: 0px 5px 11px #2c9aa47a;
}

.btn.btn-default {
    background: #ddd;
    font-size: 1vw;
    font-weight: 300;
    border-radius: 2vw;
    padding: 0.6vw 1.5vw;
    color: #000;
}

    .btn.btn-default:hover {
        background: #eee;
        color: #3e3e3e;
        border: 1px solid #ddd;
    }

.btn-blue .fa {
    margin-right: 5px
}

.btn:visited,
.btn:active,
.btn:focus {
    outline-color: transparent;
}

.min-190 {
    min-width: 190px;
}

#login-page .banner {
    background-attachment: fixed;
    background: url(../images/banner-bg.jpg) top center #0b295b;
    min-height: 450px;
    min-height: 400px;
    box-shadow: 0px 5px 12px #afe4df;
}
/*#login-page .banner {
    background-attachment: fixed;
    background: url(../images/banner-bg.jpg) top center #0b295b;
    /*min-height: 450px;*/
/*min-height: 400px;
    box-shadow: 0px 5px 12px #afe4df;*/
/*}*/



#login-page .h-caption {
    color: #fff;
    font-size: 18px;
    padding: 20px 0px;
    line-height: 28px;
}

#login-page .white-box {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 20px #e8e7e7;
}

#login-page .reverse1 {
    margin-top: -200px;
}

    #login-page .reverse1 h1 {
        font-size: 52px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
    }

#login-page .sub-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

#login-page .input-group label,
#login-page .form-group label {
    font-size: 16px;
    font-weight: 600;
    margin: 10px;
    color: #3e3e3e;
}

#login-page input[type=text] {
    background: url(../images/email-icon.png) 98% 15px no-repeat;
    transition: all 0.3s ease-in-out;
}

#login-page input[type=password] {
    background: url(../images/key-icon.png) 98% 15px no-repeat;
    transition: all 0.3s ease-in-out;
}


    #login-page input[type=text]:hover,
    #login-page input[type=password]:hover,
    #login-page input[type=text]:active,
    #login-page input[type=password]:active,
    #login-page input[type=text]:focus,
    #login-page input[type=password]:focus {
        background-position: 200% 12px;
    }

#login-page .reverse-20 {
    margin-top: -25px;
}

.form-control {
    border-color: #d6d8d9;
    box-shadow: none;
    padding: 0px 15px;
    color: #000;
    margin-bottom: 5px;
}

    .form-control:focus {
        border-color: #12469a;
        box-shadow: none;
        color: #000;
        font-weight: 600;
    }



.input-lg {
    padding: 25px 15px;
}



#login-page footer {
    font-size: 13px;
    padding: 0;
    margin-left: 0;
    width: 100%;
}

.sweet-alert h2 {
    margin-bottom: 15px;
}

div#agent-detail-form label {
    /* background: red; */
    min-width: 150px;
    color: #0b4ca0;
}


div#agent-detail-form {
    padding-top: 30px !important;
}

.blue-outline-box {
    border: 1px solid #0a4ca2;
    border-radius: 10px;
    border-top-width: 5px;
}


/* =====================================================
                          Dashboard 
   ===================================================== */

body#dashboard {
    padding: 0;
}

.thumb-bg1 {
    background: url(../images/thumb-bg1.png) 100% 100% no-repeat;
    background-size: cover;
}


.top-thumbs {
    min-width: 31%;
    padding: 20px 20px 70px 20px;
    color: #fff;
    position: relative;
    border: 1px solid #000;
}


    .top-thumbs h3 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
    }

    .top-thumbs h2 {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
    }

    .top-thumbs p {
        text-transform: uppercase;
    }

    .top-thumbs .btn-outline {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .top-thumbs span.line-graph {
        display: block;
        height: 5px;
        width: 100%;
        background: #fff;
        position: relative;
    }

        .top-thumbs span.line-graph span {
            position: absolute;
            height: 100%;
            background: #32a4ff;
        }

.btn-outline {
    border: 1px solid #fff;
    border-radius: 20px;
    background: rgba(1, 57, 102, 0.85);
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

    .btn-outline:hover {
        background: #fff;
        color: #013966;
    }



.blue-btn {
    background: #045fa9;
    border-radius: 30px;
}

span.error {
    color: #f00;
    font-size: 12px;
    padding: 10px 0;
    display: none;
}

    span.error.active {
        display: block;
    }

.right-content {
    margin-top: 66px;
    margin-left: 260px;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    position: relative;
}


h1.text-blue {
    text-transform: uppercase;
    color: #013966;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}


.shad {
    box-shadow: 0px 0px 10px 0px #7553ae38;
}

.blue-shad {
    box-shadow: 0px 5px 11px #2c9aa47a;
}

.radius {
    border-radius: 10px;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

header {
    background: #013966;
    height: 67px;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    z-index: 1150;
    transition: all 0.3s ease-in-out;
}

.tgl-btn {
    padding: 15px 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .tgl-btn img {
        min-width: 33px;
        transition: all 0.3s ease-in-out;
    }

body.hide-nav .tgl-btn img {
    -webkit-transform: rotate(180deg);
    /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);
    /* FF */
    -o-transform: rotate(180deg);
    /* Opera */
    -ms-transform: rotate(180deg);
    /* IE9 */
    transform: rotate(180deg);
}

body.hide-nav .navigation ul li a span.nav-links {
    display: none;
}

body.hide-nav .navigation ul li:hover a span {
    display: block;
    position: absolute;
    width: 200px;
    top: 0px;
    left: 47px;
    background: #e5f7ff;
    color: #045fa9;
    padding: 9px 8px;
    cursor: pointer;
}



.nav-right li {
    color: #fff;
    padding: 20px 15px;
    font-size: 24px;
    position: relative;
}

span.pointer {
    font-size: 10px;
    background: #f00;
    color: #fff;
    width: 14px;
    display: inline-block;
    text-align: center;
    height: 14px;
    line-height: 13px;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 5px;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-menu.show:after {
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    background: #fff;
    top: -5px;
    right: 20px;
}

.dropdown-menu.show {
    min-width: 200px;
}

.dropdown-item h5 {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

    .dropdown-item h5 small {
        font-size: 11px;
    }

a.dropdown-item {
    font-size: 13px;
    color: #595959;
    padding: 10px 15px;
}

    a.dropdown-item .fa {
        margin-right: 8px;
    }

.dropdown-item:focus,
.dropdown-item:hover {
    color: #087dbc;
    background-color: #e5f7ff;
}


.l-nav {
    width: 260px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 68px;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    height: 100vh;
    z-index: 999;
}

body.hide-nav .l-nav {
    width: 50px;
    z-index: 999;
}
/*body.hide-nav .l-nav:hover {
    width:260px;
}*/
.hide-nav .right-content {
    margin-left: 54px;
}

.hide-nav header {
    left: 0;
}

.logo-wrapper {
    padding: 1px 10px 0px 10px;
    border-bottom: 1px solid #ccc;
    background: #013966;
}

.profile-pic {
    margin: 18px 0 5px 0;
    width: 98px;
    height: 98px;
    overflow: hidden;
    border: 1px solid #013966;
    border-radius: 100%;
}

.profile {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin: 0 10px 2px 10px;
    flex-direction: column;
}

.profile-name {
    padding: 10px 0 10px 50px;
    overflow: hidden;
    white-space: nowrap;
}

    .profile-name h5 {
        font-size: 17px;
        color: #313131;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .profile-name p {
        font-size: 13px;
        color: #313131;
    }

.navigation {
    max-height: calc(100vh - 145px);
    overflow-y: auto;
}

    .navigation li a {
        padding: 12px 20px 12px 10px;
        display: block;
        font-size: 17px;
        color: #000000;
        position: relative;
        border-bottom: 1px solid #7653ae24;
        border-left: 3px solid transparent;
        white-space: nowrap;
    }

    .navigation .sub-menu1 li a {
        padding: 15px 20px 15px 15px;
    }


    .navigation li a span {
        position: absolute;
        left: 36px;
        top: 16px;
    }

    .navigation li a span {
    }

    .navigation li.drop-down > a:after {
        content: "\f101";
        font-family: "FontAwesome";
        position: absolute;
        right: 10px;
        top: 15px;
        transition: all 0.3s ease-in-out;
    }

    .navigation li.drop-down.active > a:after {
        content: "\f103";
    }

    .navigation li a:hover,
    .navigation li a.active {
        color: #3d5b99;
        background: #e5f7ff;
        border-left: 3px solid #7753af;
        color: #045fa9;
    }

.sub-menu1 {
    display: none;
}

.drop-down.active .sub-menu1 {
    display: block;
}


.content-wrapper {
    padding: 20px 20px 10px;
    width: 100%;
}


footer {
    text-align: center;
    padding: 20px;
    font-size: 13px;
    color: #5d5c5c;
    margin-left: 266px;
    transition: all 0.3s ease-in-out;
}

.hide-nav footer {
    margin-left: 0;
}

/*Message popup*/
/*.show-swal2 {
    background: #373B44 !important;
    background: -webkit-linear-gradient(to bottom, #4286f4, #373B44) !important;
    background: linear-gradient(to bottom, #4286f4, #373B44) !important;
    border: 5px solid #efefef !important;
}

    .show-swal2:hover {
        border: 5px solid #fffs !important;
        background: -webkit-linear-gradient(to bottom, #373B44, #4286f4) !important;
        background: linear-gradient(to bottom, #373B44, #4286f4) !important;
    }

.swal2-modal h2 {
    color: #fff !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
    line-height: 0px !important;
}*/

.swal2-modal .swal2-icon {
    /* width: 50px !important;
    height: 50px !important;*/
    margin: 10px auto 20px;
}
/* .swal2-modal .swal2-icon.swal2-warning {
    font-size: 28px !important;
    line-height: 55px !important;
}*/
/*.swal2-modal button.styled {
    background: #d6d3d3 !important;
    color: #444 !important;
    border: 1px solid #fff !important;
}

    .swal2-modal button.styled:hover {
        background: #fff !important;
    }*/

/*.swal2-modal .swal2-close {
    background: transparent !important;
    border-radius: 70% !important;
    height: 35px !important;
    width: 36px !important;
    border: 2px solid #d6d3d3 !important;
    font-size: 33px !important;
    line-height: 33px !important;
}

.swal2-content {
    top: 18px !important;
    color: #fff !important;
}

.swal2-modal .swal2-icon.swal2-success .fix {
    background-color: none !important;
}*/
/* =====================================================
                          End 
   ===================================================== */
/* ===================================================
                  Tab View
   ====================================================== */
.tab_ui {
    background: #fff;
    padding: 10px 10px 0px 0px;
    margin-bottom: -5px;
}

    .tab_ui ul li {
        color: #8c8c8c;
        display: inline-block;
        padding: 15px 15px 20px;
        margin: 0 10px 0px;
        /* border-bottom: 3px solid transparent; */
        text-transform: uppercase;
        font-weight: 700;
        min-width: 100px;
        text-align: center;
    }

        .tab_ui ul li.active {
            color: #013966;
            background: #fff;
            border-radius: 10px 10px 0 0;
            box-shadow: 0px -4px 5px 0px #7553ae38;
        }

        .tab_ui ul li:first-child {
            margin-left: 0;
        }

/* ===================================================
                  End Tab View
   ====================================================== */
/*#ui-id-1 {
    position: relative;
    z-index: 10000;
}*/


#ui-id-1 {
    position: relative;
    z-index: 9;
}



/*.ui-autocomplete {
    z-index: 9999 !important;
    width: 370px !important;
}*/

.input-icon {
    position: relative;
}

    .input-icon > i {
        position: absolute;
        display: block;
        transform: translate(0, -50%);
        top: 50%;
        pointer-events: none;
        width: 25px;
        text-align: center;
        font-style: normal;
    }

    .input-icon > input {
        padding-left: 25px;
        padding-right: 0;
    }

.input-icon-right > i {
    right: 0;
}

.input-icon-right > input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

.u {
    text-decoration: underline;
    color: #0f6ef3;
}

.ellipsis {
    max-width: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#data:hover {
    overflow: visible;
    white-space: normal;
    height: auto;
}

.loadering {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-top: calc(50vh - 50px);
}

    .loadering img {
        height: 100px;
    }

/* Modal Popup */
/*.modal-header button.close {
    background: #12469a;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    margin: -13px -12px 0 0;
    padding: 8px;
    width: 39px;
}*/


input.strip_view {
    border: 0;
    border-bottom: 1px solid #013966;
    border-radius: 0;
}

.strip_view.form-control:disabled,
.strip_view.form-control[readonly] {
    border-bottom-color: #ccc;
    background: #fff;
}


/* ===================================================
                  Data Table
   ====================================================== */


.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    LINE-HEIGHT: 30px;
    border-radius: 20px;
    border: 1px solid #ccc;
    position: relative;
    padding-left: 10px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 20px 18px;
    border-bottom: 1px solid transparent;
    background: #196fb3;
    color: #fff;
    font-size: 17px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 20px 10px;
}

.dataTables_wrapper select {
    border: 1px solid #ccc;
    line-height: 30px;
    border-radius: 20px;
    color: #252422;
    padding: 2px 5px;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f5fbff;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #fff;
}

    table.dataTable.display tbody tr.odd > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f7fcff;
    }

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f7fcff;
}

table.dataTable.display tbody td .fa {
    display: inline-block;
    padding: 3px 5px;
    transition: all 0.3s ease-in-out;
    margin: 0 3px;
    width: 28px;
    text-align: center;
}

table.dataTable.display tbody td .fa-trash {
    color: #f00;
    border: 1px solid #f00;
    border-radius: 3px;
}

table.dataTable.display tbody td .fa-pencil {
    color: #0569af;
    border: 1px solid #0569af;
    border-radius: 3px;
}

table.dataTable.display tbody td .fa-eye {
    color: #31b131;
    border: 1px solid #31b131;
    border-radius: 3px;
}

table.dataTable.display tbody td .fa-download {
    color: #31b131;
    border: 1px solid #31b131;
    border-radius: 3px;
}

table.dataTable.display tbody td .fa-close {
    color: #f00;
    border: 1px solid #f00;
    border-radius: 3px;
}

table.dataTable.display tbody td .fa-check {
    color: #31b131;
    border: 1px solid #31b131;
    border-radius: 3px;
}

table.dataTable.display tbody td .fa-undo {
    color: black;
    border: 1px solid black;
    border-radius: 3px;
}

table.dataTable.display tbody td .fa-plus-circle {
    color: #31b131;
    font-size: 20px;
    /*border: 1px solid #31b131;
    border-radius: 3px;*/
}

table.dataTable.display tbody td .fa-minus-circle {
    color: #f00;
    font-size: 20px;
    /*border: 1px solid #f00;   
    border-radius: 3px;*/
}

table.dataTable.display tbody td .fa-paypal {
    color: #0569af;
    border: 1px solid #0569af;
    border-radius: 3px;
}

table.dataTable.display tbody td .fa-info {
    color: #000000;
    border: 1px solid #000000;
    border-radius: 3px;
}

table.dataTable.display tbody td .fa-pencil:hover {
    color: #fff;
    background: #0775b7;
    border-radius: 3px;
    padding: 3px 5px;
}

table.dataTable.display tbody td .fa-trash:hover {
    color: #fff;
    background: #f00;
    border-radius: 3px;
    padding: 3px 5px;
}

table.dataTable.display tbody td .fa-eye:hover {
    color: #fff;
    background: #31b131;
    border-radius: 3px;
    padding: 3px 5px;
}

table.dataTable.display tbody td .fa-download:hover {
    color: #fff;
    background: #31b131;
    border-radius: 3px;
    padding: 3px 5px;
}

table.dataTable.display tbody td .fa-undo:hover {
    color: #fff;
    background: black;
    border-radius: 3px;
    padding: 3px 5px;
}

table.dataTable.display tbody td .fa-close:hover {
    color: #fff;
    background: #f00;
    border-radius: 3px;
    padding: 3px 5px;
}

table.dataTable.display tbody td .fa-check:hover {
    color: #fff;
    background: #31b131;
    border-radius: 3px;
    padding: 3px 5px;
}

table.dataTable.display tbody td .fa-paypal:hover {
    color: #fff;
    background: #0569af;
    border-radius: 3px;
    padding: 3px 5px;
}

table.dataTable.display tbody td .fa-info:hover {
    color: #fff;
    background: #000000;
    border-radius: 3px;
    padding: 3px 5px;
}

.data-table-wrapper {
    background: #fff;
    padding: 20px 0;
    border-radius: 10px;
}

    .data-table-wrapper h1 {
        padding-left: 15px;
    }


.dataTables_wrapper .dataTables_filter {
    margin-bottom: 20px;
    margin-right: 15px;
}

#debitList .dataTables_wrapper .dataTables_filter {
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 13px;
}

dataTables_length {
    margin-left: 15px;
}

.dataTables_info {
    margin-left: 15px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-right: 15px;
}

table.dataTable {
    margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #e4f1f9;
    border-color: #0776b7;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #b5e4ff;
        border-color: #149bea;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0774b6;
    border-color: #004a71;
}

/* ===================================================
                End  Data Table
   ====================================================== */

/* Commission Disbusment form */

.select2-container--default .select2-selection--single {
    border: 1px solid #d8d8d8 !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.small-label .form-group label {
    font-size: 13px;
}

.small-label .form-group {
    margin-bottom: 5px;
}

h5 {
    color: #045fa9;
    font-weight: 600;
}

.border-box {
    padding: 15px 10px;
    border: 1px solid rgba(50, 164, 255, 0.43);
    border-radius: 5px;
    margin-bottom: 15px;
}

.border-box2 {
    padding: 40px 20px 20px 20px;
    border: 1px solid #013966;
    border-top: 5px solid #013966;
    border-radius: 10px;
    margin: 20px 0 40px;
}

    .border-box2.setBox {
        padding: 5px 20px 20px 20px;
        margin: 20px 0 20px;
    }

        .border-box2.setBox .heading {
            text-align: center;
            display: block;
            margin: -33px 0 10px 0;
        }

    .border-box2 .heading {
        text-align: center;
        display: block;
        margin: -61px 0 40px 0;
        max-width: 321px;
        background: #ffffff;
        padding: 10px;
        border-radius: 20px;
        text-transform: uppercase;
        color: #013966;
        border: 1px solid #013966;
        font-weight: 700;
        width: 100%;
        border-top-width: 5px;
    }

.scroll-cust {
    min-height: 70px;
    overflow: auto;
    max-height: 400px;
}

/*#data {
    width: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
#example td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#data:hover {
    overflow: visible;
    white-space: normal;
    width: auto;
    position: absolute;
    background-color: #FFF;
}

#data:hover + div {
    margin-top: 20px;
}*/

/*Send Otp page S*/
.send-otp label.form-check-label {
    margin: 0 !important;
    font-size: 14px !important;
    margin-top: 5px !important;
}

.send-otp {
    margin-bottom: 20px;
    text-align: left;
}

.debit-report-tbl tr td, .debit-report-tbl tr th {
    padding: 11px 10px !important;
    border: solid 1px #e5e5e5 !important;
}

.debit-report-tbl tr td {
    padding: 2px 10px !important;
}












.debit-report-tbl tr th {
    background: #ffffff !important;
    /*border: solid 1px #e5e5e5 !important;*/
    color: #7e7e7e !important;
    font-size: 13px !important;
}

    /*.debit-report-tbl tr th:first-child {
        width: 150px;
        max-width: 150px;
        overflow: hidden;
        -webkit-white-space: nowrap;
        -ms-white-space: nowrap;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }*/

    .debit-report-tbl tr th:nth-child(3) {
        width: 135px;
        max-width: 135px;
        overflow: hidden;
        -webkit-white-space: nowrap;
        -ms-white-space: nowrap;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

#debitReport.dataTable.display tbody td {
    font-size: 14px;
}

#franchiseTransReport.dataTable.display tbody td {
    /*font-size: 14px;
    padding: 5px !important;*/
}

#tblRevenueList.dataTable.display tbody td {
    font-size: 14px;
    padding: 5px !important;
}

.th-dnd {
    width: 120px;
}

.total-debit {
    width: 160px !important;
}


.close-icon-cust {
    position: absolute;
    top: -4px;
    right: -3px;
    color: #ff0000;
    width: 20px;
    height: 20px;
    background: transparent;
    text-align: center;
    border-radius: 100%;
    font-size: 15px;
    z-index: 1;
    line-height: 21px;
}

/***********/

.dynamic-table-heading {
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
    height: 16px;
    font-size: 13px;
    font-weight: 600;
    text-align: right !important;
    color: #7e7e7e;
}

#debitReport .amount-rows {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    height: 27px;
}

.dynamic-lable-debitreport {
    display: inline-block;
    margin-right: 240px;
}

.dynamic-instruction-active {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid black;
    background-color: transparent;
}

.dynamic-instruction-draft {
    width: 10px;
    height: 10px;
    border: 1px solid lightgray;
    background-color: lightgray;
    display: inline-block;
}

.dynamic-instruction-new {
    width: 10px;
    height: 10px;
    border: 1px solid #c2ecc2;
    background-color: #c2ecc2;
    display: inline-block;
}

.dynamic-instruction-term {
    width: 10px;
    height: 10px;
    border: 1px solid #f62e2e;
    background-color: #f62e2e;
    display: inline-block;
}

.debitreport-dynamic-span {
    padding-left: 4px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #7E7E7E;
}

input.head-style {
    font-size: 13px;
    font-weight: 600;
    color: #7e7e7e;
}

input.form-control-plaintext:focus {
    outline: none;
}

textarea {
    resize: none;
}

    textarea.form-control-plaintext:focus {
        outline: none;
    }





/* Fixed Headers */

table#debitReport {
    width: 100%;
    display: table;
    overflow: auto;
    max-height: calc(100vh - 220px);
}

#debitReport.dataTable tfoot th {
    color: rgba(0,0,0,.87) !important;
    /*border: 1px solid #00000061 !important;*/
    font-weight: bolder;
    border-bottom: 1px solid #00000061 !important;
    border-top: 1px solid #00000061 !important;
    border-left: none !important;
    border-right: none !important;
}

table#franchiseTransReport {
    width: 100%;
    display: table;
    overflow: auto;
    max-height: calc(100vh - 220px);
}

#franchiseTransReport.dataTable tfoot th {
    color: rgba(0,0,0,.87) !important;
    /*border: 1px solid #00000061 !important;*/
    font-weight: bolder;
    border-bottom: 1px solid #00000061 !important;
    border-top: 1px solid #00000061 !important;
    border-left: none !important;
    border-right: none !important;
}

table#tblRevenueList {
    width: 100%;
    display: table;
    overflow: auto;
    max-height: calc(100vh - 220px);
}

#tblRevenueList.dataTable tfoot th {
    color: rgba(0,0,0,.87) !important;
    /*border: 1px solid #00000061 !important;*/
    font-weight: bolder;
    border-bottom: 1px solid #00000061 !important;
    border-top: 1px solid #00000061 !important;
    border-left: none !important;
    border-right: none !important;
}

/*
th.lname {
    width: 80px !important;
}*/

th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

    th[scope=row] {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 1;
    }



img.img-fluid.img-commission {
    height: 20px;
    width: 20px;
}

/******Navigaiton submenu items*/
ul .nav-tree {
    padding-left: 22px;
}

body.hide-nav .l-nav .navigation ul.nav-tree {
    padding-left: 0;
}

.navigation .inner-nav .has-treeview[aria-expanded="false"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

.navigation .inner-nav .has-treeview[aria-expanded="true"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

td.text-right.dnd:focus {
    border: solid 1px #000 !important;
}

td.text-right.dnd.focus {
    border: solid 1px rgba(62, 107, 144, 0.5) !important;
}

th.dnd:focus {
    border: solid 1px #000 !important;
}

th.dnd.focus {
    border: solid 1px rgba(62, 107, 144, 0.5) !important;
}

.dnd input.form-control.text.text-right {
    border: transparent !important;
    text-align: left !important;
    background: transparent !important;
}

.table-cust-for-all table tr td {
    padding: 10px 10px !important;
    font-size: 13px !important;
}

.table-cust-for-all table tr th {
    padding: 10px;
    font-size: 13px !important;
    padding-right: 10px;
}

.table-cust-for-all .dataTables_length {
    margin-left: 10px !important;
}

.table-cust-for-all-1 table tr th {
    /*padding: 0px 20px !important;*/
    font-size: 13px;
    padding: 8px 10px !important;
}

table#ACHReport tfoot tr th:nth-child(3) {
    text-align: right;
}

.table-cust-for-all-1 table tr td {
    padding: 10px 10px !important;
    font-size: 13px !important;
}

/*#headingName {
    white-space: nowrap;
}*/

.activate-btn {
    padding: 5px 14px;
    border-radius: 40px;
    border: solid 1px #94cbf7;
    background: #e5f2fd;
    text-transform: uppercase;
    color: #196fb3;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

    .activate-btn:hover {
        background: #0569af;
        color: #fff;
    }
/*.send-otp .form-group.form-check {
        disp
    lay: inline-block;
        margin: 0 10px;
    }*/
/*End Send otp CSS*/
/*Start Media Query --- Please put all respective media queries in bottom of this page*/

table#ACHReport.dataTable.nowrap th {
    /*white-space: break-spaces;*/
    vertical-align: middle;
}

table#ACHReport.dataTable.nowrap thead th {
    padding: 0px 20px !important;
    line-height: 1.5;
    text-align: center;
}

table#franchiseTransReport.dataTable.nowrap th {
    /*white-space: break-spaces;*/
    vertical-align: middle;
}

table#franchiseTransReport.dataTable.nowrap thead th {
    padding: 0px 10px !important;
    line-height: 1.5;
    text-align: left !important;
    min-width: 110px;
}

table.table.table-bordered.browse-file-custom thead tr th {
    background-color: #fff;
    position: sticky;
    top: 0;
}

@media only screen and (max-width:990px) {
    .btn-blue {
        font-size: 18px;
        min-width: 150px;
    }

    #login-page .white-box {
        margin: 20px;
        padding: 20px;
    }

    .reverse-20 {
        margin-top: -55px;
    }

    .tab button {
        padding: 15px 5px;
        font-size: 16px;
    }

    .right-content:after {
        z-index: 1;
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.88);
        left: 0;
        right: 0;
        top: 0px;
        bottom: 0;
        transition: all 0.3s ease-in-out;
    }

    .hide-nav .right-content:after {
        display: none;
    }

    .top-thumbs h3 {
        font-size: 18px;
    }

    .top-thumbs h2 {
        font-size: 24px;
    }

    .right-content .text-right {
        margin-bottom: 15px;
    }
}

/*Printing */


@media print {
    /*body * {
        visibility: hidden;
    }*/

    #printcontent * {
        visibility: visible;
    }

    #printcontent {
        position: absolute;
        top: 40px;
        left: 30px;
    }
}
/* Smaller than standard 960 (devices and browsers) */

@media only screen and (min-width:768px) and (max-width:991px) {
}

/* Smaller than standard 768 (devices and browsers) */

@media only screen and (min-width: 768px) {
}



/* Smaller than standard 767 (devices and browsers) */

@media screen and (max-width: 767px) {

    body.hide-nav .navigation ul li a {
        display: none;
    }

    #login-page br {
        display: none;
    }

    #login-page .reverse1 h1,
    #login-page .reverse1 .col-sm-6.text-right {
        margin: 20px 0;
    }

    .thumb-wrapper {
        flex-direction: column;
    }

    .top-thumbs {
        min-width: 80%;
        padding: 20px 20px 70px 20px;
        color: #fff;
        position: relative;
        margin: 15px auto;
    }

        .top-thumbs h3 {
            font-size: 30px;
        }

        .top-thumbs h2 {
            font-size: 48px;
        }

    body.hide-nav .l-nav {
        width: 0px;
    }

    .hide-nav .right-content {
        margin-left: 0px;
    }

    header {
        height: auto;
    }

    .right-content {
        margin-top: 122px;
    }
}

@media only screen and (max-width: 575px) {
    .mob-absolute {
        float: none !important;
        position: absolute;
        left: 18px;
        top: 12px;
        z-index: 1;
    }
}


/* Smaller than standard 480 (devices and browsers) */

@media screen and (max-width: 480px) {



    #login-page .h-caption {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0;
    }

    #login-page .reverse1 h1 {
        font-size: 36px;
        text-align: center;
    }

    #login-page .col-sm-6.text-right {
        text-align: center !important;
    }

    #login-page .banner {
        min-height: 500px;
    }

    /*.mob-align-center {
        text-align: center !important;
        padding: 10px 0;
    }*/

    #login-page .sub-heading {
        font-size: 16px;
        text-align: center;
    }

    .btn-blue {
        font-size: 12px;
        min-width: auto;
    }

    .top-thumbs {
        min-width: 100%;
        margin: 10px auto;
    }

    .right-content .text-right {
        text-align: center !important;
    }

    .right-content .text-blue {
        text-align: center;
    }

    .top-thumbs h3 {
        font-size: 24px;
    }

    .right-content .form-group .text-right {
        text-align: left !important;
    }

    .small-label .form-group label.pad-right[for="PropertySalePrice"] {
        float: none;
    }
}

/* Smaller than standard 340 (devices and browsers) */

@media only screen and (max-width: 340px) {
}

/* Smaller than standard 321 (devices and browsers) */

@media only screen and (max-width: 321px) {
}

@media print {

    /*body * {
        display: none;
    }*/

    /*body .printable {
        -webkit-print-color-adjust: exact !important;
        display: block;
        background-color: #f00;
    }*/
    /*.row {
        display:table-row;
    }
    .col-sm-[*],
    .col-md-[*] {
        display:table-cell;
    }*/

}
/*End Media Query*/

/*designing css*/

.mt-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.h-100 {
    height: 200px;
}

.pad-10 {
    padding: 10px;
}

.pad-right {
    float: right;
}

.pad-left {
    float: left;
}


.table td, .table th {
    padding: .75rem;
    vertical-align: middle !important;
    border-top: none !important;
}

.browse-file-custom th {
    font-weight: bold;
}

    .browse-file-custom th:last-child {
        text-align: center
    }

.browse-file-custom td:last-child {
    text-align: center;
}

    .browse-file-custom td:last-child a {
        color: #f00;
    }

.file-history {
    font-size: 14px;
    padding: 10px 40px 10px;
    border: solid 1px #ccc;
    position: relative;
    color: #666;
    font-weight: bold;
    border-radius: 4px;
    background: #f6f6f6;
}

    .file-history button {
        color: #000;
        position: absolute;
        top: 2px;
        right: 10px;
        opacity: 1;
    }

        .file-history button:hover {
            color: #f00;
        }

.cstm-icon1 {
    position: absolute;
    top: 6.4%;
    right: 30%;
}

.table-add-scroll {
    height: auto;
    overflow: auto;
    max-height: 300px;
}

@media print {
    .blue-grd {
        display: none;
    }
}


@media print {
    .hidden-print {
        display: none !important;
    }
}

#ACHReport thead > tr > th:nth-child(1) {
    min-width: 30px !important;
}
/* end 5-11-2019 */
/* 6-11-2019 */
a.resend_otp {
    color: #124597;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

#login-page .h-caption {
    color: #828282;
    font-size: 14px;
    padding: 0 40px 20px 40px;
}

#form_to_box {
    display: none;
    width: calc(100% - 30px);
    margin: 4px auto 0;
    padding: 20px 0;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.39);
    position: relative;
    z-index: 1;
    /* background: #0b295b; */
    /*background: -moz-linear-gradient(left, #0b295b 1%, #12469a 100%);*/
    /* background: -webkit-linear-gradient(left, #0b295b 1%, #12469a 100%); */
    /* background: linear-gradient(to right, #0b295b 1%, #12469a 100%); */
    color: #fff;
    border-radius: 10px;
}

    #form_to_box::before {
        content: '';
        position: absolute;
        right: 20px;
        top: -10px;
        border-bottom: 10px solid white;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

.submit_btn {
    background: #32a4ff;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 22px;
    margin-left: auto;
}

#form_to_box label {
    color: #000;
    margin-bottom: 6px;
}

/* end 6-11-2019 */

#dlt-popup .modal-header {
    background: rgb(255, 107, 107);
}

#dlt-popup h4.modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

#dlt-popup .modal-header button.close {
    background: transparent;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    margin: 0;
    padding: 0px;
    width: auto;
    outline: 0;
    margin-top: 4px;
}

span.err-icon {
    color: #ff6b6b;
    font-size: 40px;
}

span.err-icon1 {
    color: #013966;
    font-size: 40px;
}

#dlt-popup p {
    color: #8c8989;
    line-height: 25px;
}

#dlt-popup .modal-body {
    height: 115px;
}

#dlt-popup .modal-footer {
    border-top: 0px;
}

    #dlt-popup .modal-footer button {
        text-transform: uppercase;
        font-weight: 500;
    }

#dlt-popup button.btn.btn-cancel {
    border: 1px solid #a4a4a4;
    padding: 6px 25px;
    outline: none;
    box-shadow: none;
    color: #8c8989
}

#dlt-popup button.btn.btn-confirm {
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: rgb(255, 107, 107);
    font-size: 1vw;
    font-weight: 300;
    border-radius: 2vw;
    padding: 0.6vw 1.5vw;
}

#dlt-popup button.btn.btn-ok {
    padding: 6px 35px;
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: rgb(0, 51, 102);
}


/* 3-1-2020 */

.agent-row {
    display: none;
}

.show-agent {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

.franchise-row {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

/* end of 3-1-2020 */

#ApproveReject .modal-header {
    background: #013966;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px -4px 5px 0px;
}

#ApproveReject h4.modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 0px -4px 5px 0px #7553ae38;
}

#ApproveReject .modal-header button.close {
    background: transparent;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    margin: 0;
    padding: 0px;
    width: auto;
    outline: 0;
    margin-top: 4px;
    box-shadow: 0px -4px 5px 0px #7553ae38;
}

#ApproveReject p {
    color: #8c8989;
    line-height: 25px;
}



#ApproveReject .modal-footer {
    border-top: 0px;
}

    #ApproveReject .modal-footer button {
        text-transform: uppercase;
        font-weight: 500;
    }

#ApproveReject button.btn.btn-cancel {
    border: 1px solid #a4a4a4;
    padding: 6px 25px;
    outline: none;
    box-shadow: none;
    color: #8c8989;
}

#ApproveReject button.btn.btn-confirm {
    padding: 6px 35px;
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: #196fb3;
    box-shadow: 0px -4px 5px 0px;
}

#ApproveReject button.btn.btn-ok {
    padding: 6px 35px;
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: rgb(0, 51, 102);
}

/* end of 20-1-2020 */



/******month list dropdown*/


.dropdown-submenu {
    position: relative;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-submenu > .dropdown-menu {
    top: auto !important;
    bottom: 0 !important;
    left: 100% !important;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    transform: none !important;
    padding: 0;
    /*height: 242px;*/
    max-height: 242px;
    overflow-y: scroll;
}

    .dropdown-submenu > .dropdown-menu .dropdown-item {
        padding: 0;
    }

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.custom-submenu .dropdown-menu.show:after {
    display: none;
}

.report-heading {
    display: flex;
    align-items: center;
}

    .report-heading .report-title {
        font-size: 24px;
        white-space: nowrap;
        margin-bottom: 0;
    }

.error-wrap {
    margin: 0.750rem 0rem;
}

    .error-wrap span.error {
        font-size: 15px;
    }

#newDebit p {
    padding: 0.45rem 0;
    text-align: right;
}

    #newDebit p span {
        width: 13.333%;
        display: inline-block;
    }

#debitList .data-table-wrapper {
    padding-bottom: 0;
}

.btn-custom-pad {
    padding: .375rem .75rem !important;
}

/*25-06-2020*/
.manage-opt {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-flex;
    width: 100%;
    font-size: 12px;
}

    .manage-opt:hover {
        white-space: pre-wrap;
    }

/* common modal*/

.common-modal .modal-header {
    background: #196fb3
}

    .common-modal .modal-header h5,
    .common-modal .close {
        color: #fff;
    }

.common-modal .modal-header,
.common-modal .modal-footer {
    padding: 0.5rem 1rem;
}

.common-modal .modal-footer {
    margin-top: 20px;
}

.common-modal .action-btn {
    background: #4497d8;
    color: #fff;
    font-size: 14px;
    padding: 0.3rem 1.5rem;
    box-shadow: 0 1px 1px rgba(0,0,0,0.16), 0 1px 4px rgba(0,0,0,0.23);
    border-radius: 0;
}

    .common-modal .action-btn.alt-btn {
        background: #fff;
        color: #4497d8;
    }

.common-modal img.alert-sign {
    max-width: 50px;
    margin-bottom: 15px;
}

.common-modal p {
    color: #a59a9a;
}

/*.common-modal .modal-dialog {
    top: 25%;
    left: 7%;
}
*/
.notificationBell .dropdown-menu {
    top: 4px !important;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-radius: 0;
}

    .notificationBell .dropdown-menu.show:after {
        top: -5px;
        right: 50%;
        z-index: -1;
    }

    .notificationBell .dropdown-menu .notHeader,
    .notificationBell .dropdown-menu .notFooter {
        background: #013966;
        font-size: 13px;
        color: #fff;
        padding: 7px;
        display: block;
    }

    .notificationBell .dropdown-menu .notFooter {
        text-align: center;
    }

.notificationBell ul {
    max-height: 240px;
    overflow: auto;
}

    .notificationBell ul li {
        font-size: 13px;
        color: #000;
        position: relative;
        padding: 15px 10px 10px 22px;
        border-bottom: 1px solid #ddd;
    }

        .notificationBell ul li.unread {
            background: #90909038;
            border-bottom: 1px solid #adabab;
        }

        .notificationBell ul li:before {
            content: '';
            width: 6px;
            height: 6px;
            background: #013966;
            display: block;
            position: absolute;
            left: 8px;
            border-radius: 100%;
            top: 50%;
        }

        .notificationBell ul li i.fa {
            position: absolute;
            right: 10px;
            top: 24px;
            color: #8a8787;
        }

        .notificationBell ul li span {
            display: block;
            font-size: 12px;
            color: #757575;
        }

            .notificationBell ul li span.not_title {
                margin: 0 0 6px;
                font-size: 14px;
                font-weight: bold;
                /*color: #636161;*/
                color: #013966;
            }


.notificationPage .border-box2 {
    padding: 40px 0 20px;
}

.notificationPage .white-box {
    border: 0;
    padding: 0;
}

.notificationPage .border-box2 .heading {
    margin: -61px 0 10px 20px;
}

.allNotification ul li:first-child {
    border-top: 1px solid #ddd;
}

.allNotification ul li {
    font-size: 13px;
    color: #013966;
    position: relative;
    padding: 15px 10px 10px 22px;
    border-bottom: 1px solid #ddd;
}

    .allNotification ul li.unread {
        background: #2da1ff38;
        border-bottom: 1px solid #0139666b;
    }

    .allNotification ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #013966;
        display: block;
        position: absolute;
        left: 8px;
        border-radius: 100%;
        top: 50%;
    }

    .allNotification ul li i.fa {
        position: absolute;
        right: 10px;
        top: 24px;
        color: #013966;
    }

    .allNotification ul li span {
        display: block;
        font-size: 12px;
        color: #013966;
    }

/*.allNotification ul li span.not_title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: bold;
    color: #013966;
}*/

.quickbook span {
    display: inline-block;
    padding: 3px 5px;
    transition: all 0.3s ease-in-out;
    margin: 0 3px;
    width: 28px;
    height: 21px;
    text-align: center;
    border: 1px solid #1257ad;
    border-radius: 3px;
    color: #1257ad;
    font-weight: 600;
    font-size: 13px;
}


    .quickbook span:hover {
        background: #1257ad;
        color: #fff;
    }

#btnTableSettings {
    position: absolute;
    left: 30px;
    z-index: 99;
}

#multiselectModal .custom-control {
    padding-left: 0px;
}

#multiselectModal .form-check {
    padding-left: 0px;
}

#multiselectModal label.custom-control {
    margin-bottom: 1px !important;
    font-size: 13px;
}
/*search code start*/
.customSearch {
    position: absolute;
    left: 75px;
    z-index: 99;
    top: 20px;
}

    .customSearch label {
        position: relative;
        cursor: pointer;
    }

    .customSearch .search-icon:before {
        content: "\f002";
        position: absolute;
        left: 16px;
        left: 10px;
        top: 10px;
        right: 16px;
        bottom: 0px;
        font-family: "FontAwesome";
        color: #013966;
    }

    .customSearch input {
        width: 16px;
        height: 16px;
        border: none;
        outline: none;
        padding: 16px;
        border-radius: 8px;
        font-size: 1em;
        transition: 0.5s;
        color: #a3acc4;
        background-color: #fff;
        caret-color: #828e9e;
        caret-width: 2px;
        border: 1px solid #013966;
    }

        .customSearch input:hover {
            cursor: pointer;
        }

        .customSearch input:focus {
            width: 500px;
            box-shadow: 0px 5px 25px -5px rgba(215, 215, 215, 100%);
        }

            .customSearch input:focus ~ .search-icon {
                transition: 0.1s;
                opacity: 0;
            }

.customBtn {
    border: 1px solid #013966;
    color: #013966;
    border-radius: 10px;
    padding: 4px 9px;
}

#franchiseTransReport_filter {
    /*visibility: hidden;
    margin-bottom: 10px;*/
}

/*.hide-nav .form-franchise {
    margin-top: 4%;
}*/

.hide-nav .navigation {
    max-height: calc(100vh - 145px);
    overflow-y: inherit;
}

    .hide-nav .navigation li a {
        padding: 8px 20px 8px 10px;
    }

.modal-dialog.modal-dialog-addition {
    max-width: 70%;
}

/*add new css 22nd oct 2025*/
.header-checkbox-box label {
    font-size: 18px;
    font-weight: 600;
}

.FranchiseList-container {
    margin-top: 16px;
}

.btn.btn-primary {
    box-shadow: 0px 2px 6px #2c9aa47a;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
}

.btn.btn-default {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
}

.label-custom {
    text-align: right;
}

.custom-input-group {
    border: 1px solid #d6d8d9;
    border-radius: 4px;
}

    .custom-input-group input {
        border: none;
    }

    .custom-input-group .input-group-append span.input-group-text {
        border: none;
    }

.input-group.custom-input-group {
    width: 100% !important;
}

.header-button-group {
    text-align: right;
}

    .header-button-group .btn.btn-primary {
        padding: 8px 16px;
    }


@media (min-width: 1500px) {
    .modal-dialog.modal-dialog-addition {
        max-width: 50%;
    }
}

.custom-import-file {
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

video {
    object-fit: cover;
    width: 100vw;
    /*height: 100vh;*/
    min-height: 400px;
    position: fixed;
    top: 0;
    left: 0;
}

.text-doc {
    position: relative;
}

td.text-right.th_right_speace {
    padding-right: 6.5rem !important;
}

td.text-left.th_left_space {
    padding-left: 2.2rem !important;
}

div#example1_wrapper .dataTables_scrollHeadInner table thead tr th {
    padding: 10px !important;
    padding-right: 20px !important;
}

.dataTables_scroll .dataTables_scrollBody table#example1 thead tr th {
    padding: 0px 10px !important;
    padding-right: 20px !important;
    background: none;
}

table#example1 {
    table-layout: auto;
}


.data-table-wrapper.shad {
    padding: 15px;
}

.dataTables_scroll table {
    table-layout: auto !important;
    margin: 0 !important;
}

.dataTables_scrollHeadInner {
    padding: 0px !important;
}

.custom-table-new-spacing thead tr th {
    padding-right: 20px !important;
}

.table-cust-for-all-1 .table-design tr th {
    padding: 10px 20px 10px 5px !important;
}

.table-cust-for-all-1 .dataTables_scrollBody .table-design tr th {
    padding: 0px 10px !important;
}

table.dataTable tbody td {
    padding: 8px 10px !important;
}

.border-box2 h5 {
    font-size: 16px;
}

@media only screen and (max-width:1500px) {
    .dataTables_scroll table {
        table-layout: fixed !important;
        margin: 0 !important;
    }

    .dataTables_scrollBody table.table-layout tr td:nth-child(6) {
        padding-right: 20px !important;
        white-space: break-spaces;
    }

    table#example1 tr td:nth-child(6) {
        white-space: break-spaces;
    }
}

#transactionId {
    display: none;
}

.emailsection {
    width: 170px;
}

.Correction_baclground {
    background-color: #F0B785 !important
}

#btnSearch {
    line-height: normal !important;
}

@media (min-width: 992px) {
    #btnSearch {
        line-height: normal !important;
    }
}

@media (min-width: 324px) {
    #btnSearch {
        line-height: normal !important;
    }
}

#btnReset {
    margin-left: 20px;
}




#btnShow {
    line-height: normal !important;
    margin-left: 20px;
}

@media (min-width: 992px) {
    #btnShow {
        line-height: normal !important;
    }
}

@media (min-width: 324px) {
    #btnShow {
        line-height: normal !important;
    }
}

#offProcFeePer {
    padding-top: 10px;
}

#cdfPageNumber {
    margin-top: 12px;
}

.btnmarginright {
    margin-right: 20px;
}

/*-----01-05-2024----*/
.cstm-inner {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

/*table#example1 tbody tr td:nth-child(10) {
    min-width: 400px;
    width: 400px;
    white-space: break-spaces;
    line-height: 1.1rem;
}
table#processFranchiseDebit tbody tr td:nth-child(6) {
    min-width: 400px;
    width: 400px;
    white-space: break-spaces;
    line-height: 1.1rem;
}*/

span.mainspan {
    max-width: 400px;
    width: fit-content;
    display: block;
    word-break: break-word;
    white-space: break-spaces;
    line-height: 1.1rem;
}






/*18 Dec 2024*/
ul#notListfull {
    padding: 10px 14px;
}

#notificationListFull #notListfull li::before {
    display: none;
}

ul#notListfull li i.hidecross {
    display: inline-block;
    padding: 3px 6px;
    background: #e76161;
    position: absolute;
    right: 10px;
    top: 20px;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    color: white;
}

    ul#notListfull li i.hidecross svg {
        width: 18px;
    }

    ul#notListfull li i.hidecross:hover {
        background: #d34545;
    }

.allNotification ul li span.not_title:has(b) {
    padding: 0;
}

.allNotification ul li span.not_title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    background: #013966;
    color: white;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 90px;
}

b.danger-term-bx,
b.success-hiring-bx {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 90px;
    font-size: 14px;
    font-weight: 600;
}

b.danger-term-bx {
    background: #e76161;
    color: white;
}

b.success-hiring-bx {
    background: #46a346;
    color: white;
}

.allNotification ul#notListfull li:hover {
    background: whitesmoke;
}

ul#notListfull li:first-child {
    border-top: 0;
}

ul#notListfull li:last-child {
    border-bottom: 0;
}

#showMoreFull {
    display: flex;
    max-width: 420px;
    margin: 0px auto;
}

    #showMoreFull a {
        display: block;
        background: #80808047;
        color: #000;
        padding: 8px 0;
        flex: 1;
    }

        #showMoreFull a:last-child {
            border-radius: 0 0 10px 0px;
            border-left: 1px solid #ffffffa3;
        }

        #showMoreFull a:first-child {
            border-radius: 0 0 0px 10px;
        }

        #showMoreFull a:hover {
            background: #80808061;
        }

span.paid_date_txt {
    display: inline-block;
    padding-bottom: 6px;
}

ul#notListfull li {
    padding-left: 30px;
}

    ul#notListfull li span.not_title {
        margin-left: -8px;
    }

.notificationBell #notList li:before {
    display: none;
}

.notificationBell #notList li:hover {
    background: whitesmoke;
}

.notificationBell #notList li {
    padding: 10px;
}

    .notificationBell #notList li span.not_title {
        display: inline-block;
        padding-bottom: 4px;
    }

    .notificationBell #notList li span.times {
        line-height: 16px;
    }

.large-radio {
    width: 13px; /* Adjust the width as needed */
    height: 13px; /* Adjust the height as needed */
    transform: scale(1.5); /* Scale up the checkbox */
    margin-right: 5px; /* Space between checkbox and label */
}

#Notes {
    width: 100%;
    height: 100px;
    margin-top: -35px;
}

/*add new css 29th oct*/
.form-group label {
    font-weight: 500;
}

select.custom-select, button.custom-select {
    height: 38px;
}


/*add  new css 31th oct 2025*/
.dynamic-lable-debitreport{
    display:block;
    margin-right:unset;
}
#divButtonss .dataTables_wrapper .dataTables_filter {
    float: unset;
    text-align: center;
}
.data-table-wrapper.shad {
    padding-bottom: 48px;
}

/*write new css for table responsive*/
#revenueList .dataTables_scrollHead, #revenueList .dataTables_scrollHead .dataTables_scrollHeadInner,
#revenueList .dataTables_scrollHead .dataTables_scrollHeadInner table {
    min-width: 100% !important;
}
#revenueList .dataTables_scroll .dataTables_scrollBody,
#revenueList .dataTables_scroll .dataTables_scrollBody table {
    min-width: 100% !important;
}
.ui-autocomplete {
    width: 300px !important; 
    max-height: 250px; 
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999; 
}

.select2-dropdown {
    /*width: auto !important;
    min-width: 100% !important;*/
    width: 300px !important;
    max-height: 250px !important;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999;
}
.multiselect-container{
    /*width: auto !important;
    min-width: 100% !important;*/
    width: 280px !important;
    max-height: 250px !important;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999;
}

.custom-search-table .form-control {
    border-radius: 25px;
    height: 33px;
}

.custom-search-table {
    position: absolute;
    right: 10px;
    top: -6px;
    z-index: 2;
    display: none;
}
#revenueList .dataTables_length {
    margin-bottom: 10px;
    margin-top: 10px;
}
.right-content{
    padding-bottom:64px;
}
.radio-btn-group{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.cdf-radio-container {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    align-items:baseline;
}
.offdivprint-btn{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:nowrap;
    padding:0 16px;
}

.datepicker.dropdown-menu {
    z-index: 1099 !important;
}



div.agent-details-form{
 overflow-x:auto;
}
button.btn-custom-width{
    width:auto;
}

@media only screen and (max-width:600px) {
    .login-btn-container {
        margin-top: -20px;
    }
    button.btn-custom-width {
        width: 100%;
    }
}
.right-content:has(.corporate1099_report_view_page) {
    padding-bottom: 0;
}