/*font family*/
/*a,.title-text, .header-title,p{font-family: unset;}
body{font-family: Poppins, Helvetica, "sans-serif";}*/
/*table header*/

.print_header, #print_footer {display: none;}

.table thead tr, .table thead th 
{
    font-weight: 400;
    color: #8a8a8e !important;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    vertical-align: middle;
    border-color: #e5e9f2;
    white-space: nowrap;
    background-color: #ffffff;
    border: none;
}

.table tbody td{    color: #3F4254}
/*.report .table>tbody>tr>td{font-size: 10px}*/
.report .table th, .report .table td {padding: 7px 5px;}

.card{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    border: 0;
}

.login-logo{
	width: 80%;
    margin: auto;
    padding: 20px 20px 0 20px;
}

.page-title-box .page-title {font-size: 14px;}

.main-menu-inner .topbar-left .logo .logo-lg {height: 30px;}
.leftbar-tab-menu .main-icon-menu .nav-link {width: 40px;height: 40px;}
.leftbar-tab-menu .main-icon-menu .nav-link+.nav-link {margin-top: 0;}

.topbar .topbar-inner {width: 98%;}
.navigation-menu>li a {padding-left: 13px;padding-right: 13px;}
i.sht_ct {float: right;font-size: 10px !important}

.navbar-custom-menu .navigation-menu>li .submenu-tab li a, 
.navbar-custom-menu .navigation-menu>li .submenu li a {padding: 5px 12px;}
.navbar-custom-menu .has-submenu.active .submenu li.active>a::before {top: 5px;}

.container {width: 95%;max-width: 1370px;}


[data-layout="horizontal"] .footer .boxed-footer {width: 100%;}
.footer {background: #fff;}

.navbar-custom-menu .navigation-menu>li .submenu-tab, .navbar-custom-menu .navigation-menu>li .submenu {min-width: 250px;}

.account_details_list h1{font-size: 14px;margin-top: 0px;
    /*padding: 5px;*/
    /*line-height: 0;*/
    /*margin-bottom: 0;*/}
.account_details_list_big h1 {font-size: 18px;padding: 7px;border-bottom: 1px solid #dddddd;}
.account_details_list hr{margin-top: 5px;margin-bottom: 5px}

div#number_display {
    z-index: 2000;
    position: fixed;
    right: 91px;
    top: 161px;
    display: none;
    word-wrap: normal;
    font-style: italic;
    text-align: center;

    padding: 6px;
    border-radius: 4px;
    font-size: 25px;
    color: #eee;
    background-color: #333333ba;
}

.table{border-collapse: collapse !important; border-spacing: 0 !important; width: 100% !important;}

body.sidenav .leftbar-tab-menu .main-icon-menu .menu-icon.icon-dual {color: #e7eaef}

body.sidenav .leftbar-tab-menu .main-icon-menu {background-color: #770a05;border-right: 1px solid #770a05; background-color: #23235f;
    border-right: 1px solid #23235f;}

.main-menu-inner .menu-body .nav-item ul li>a, .main-menu-inner .menu-body .nav-link {
    color: #333;
    font-size: 12px;
    font-weight: normal;}

.menu-title {font-size: 14px;color: #333;}

body.sidenav .navbar-custom {margin-left: 290px;}
body.sidenav .main-menu-inner {width: 230px;}

.page-content-tab {width: calc(100% - 290px);}


.modal-content .modal-body p, .modal-content h4 {color: #303e67;font-size: 12px;}

.table th, .table td {padding: 6px 10px;white-space: nowrap;}

.checkbox_group li {
    padding: 6px;
    border-bottom: 1px dashed #63658b;
    list-style: decimal-leading-zero;}

li.ty.panel-heading {
    border-bottom: 1px dashed #b3bcd9;
    padding: 5px;}


/* ---------------- printing ------- */
.show_on_print{display: none;}

.table_sub_heading td{font-weight: bold;}
.inline-button{margin-top: 27px}


/*---loader ---*/
#transition-loader .loader {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 0.42rem;
}

#transition-loader .loader > span {
    color: #3F4254;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 400;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/*increase spinner speed*/
.spinner-border {-webkit-animation: spinner-border .35s linear infinite;animation: spinner-border .35s linear infinite;}

.swal2-content {font-size: 13px;}

/*--apply table responsiveness to all datables--*/
.dataTables_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.transaction-custom-menu {
display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border-radius: 5px;
    padding: 0;
    border-radius: 3px;
    padding: 0;
    font-size: 11px;
        border: 1px solid rgba(0,0,0,0.05);
        background-color: #fff;
    box-shadow: 0 0 8px 2px rgb(45 56 132 / 4%);
}

.transaction-custom-menu:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 36px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #fbf0fb transparent;
}

.transaction-custom-menu li {
    cursor: pointer;
    list-style: none;
    padding: 3px 10px;
    border-bottom: 1px solid #fdedfd;
    text-decoration: none;
    display: block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.transaction-custom-menu li:hover {
    background-color: #DEF;
}


@media print {
    a{text-decoration: none;}
    a:after { content:''; }
    a[href]:after { content: none !important; }
    .no_print{display: none;}
    title{display: none;}
    .print_page_break{display: block;page-break-after: always;}
    #printArea{width:434px;}
    #printAreaDiv {width: 100%}
    .show_on_print{display: block;}
    br{display: none;}
    body{padding-bottom: 10px;}
    .btn,.side_bar{display: none;}
    .print_header,#print_footer{display: block;}

    .dataTables_wrapper .dataTable>thead>tr>th.sorting:before, .dataTables_wrapper .dataTable>thead>tr>th.sorting_asc:before, .dataTables_wrapper .dataTable>thead>tr>th.sorting_desc:before,.dataTables_filter , .dataTables_info, .dataTables_paginate{display:none}

/*   .table_totals td { background: maroon !important;color: #000 !important;font-size: 14px !important;font-weight: bold}*/

    form {display: none;}
    .panel-default {border: none;}
    .print_page_break{display: block;page-break-after: always;}
    .no_print,.dt-buttons{display: none !important;}

    .page-header {overflow: hidden;}

    .action_btn{display: none;}

    .table>thead>tr>th,
    .table>tbody>tr>th, 
    .table>tfoot>tr>th, 
    .table>thead>tr>td, 
    .table>tfoot>tr>td, 
    .table>tbody>tr>td 
    {font-size: 14px;border-bottom: none !important;border-top: none !important;}

    @page{size:auto; margin-bottom:5mm;}


.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
   }
   .col-md-12 {
        width: 100%;
   }
   .col-md-11 {
        width: 91.66666667%;
   }
   .col-md-10 {
        width: 83.33333333%;
   }
   .col-md-9 {
        width: 100%;
   }
   .col-md-8 {
        width: 100%;
   }
   .col-md-7 {
        width: 58.33333333%;
   }
   .col-md-6 {
        width: 50%;
   }
   .col-md-5 {
        width: 41.66666667%;
   }
   .col-md-4 {
        width: 33.33333333%;
   }
   .col-md-3 {
        width: 25%;
   }
   .col-md-2 {
        width: 16.66666667%;
   }
   .col-md-1 {
        width: 8.33333333%;
   }

   .modal-open .modal{overflow-x: auto;}
}

label {color: #383838;}
.form-control {border: 1px solid #b7b7b7;}



