﻿/*@import url(../scss/icons/font-awesome/css/font-awesome.min.css);
@import url(../scss/icons/simple-line-icons/css/simple-line-icons.css);
@import url(../scss/icons/linea-icons/linea.css);;*/

@import url(../scss/icons/themify-icons/themify-icons.css);
@import url(../scss/icons/material-design-iconic-font/css/materialdesignicons.min.css);

.layout-h .wrapper > section#MainContent {
    max-width: 100%;
    padding: 15px;
}

.card-footer.footer-fixed .btn {
    margin-right: 2px;
}
.card-footer.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 0 0 0px;
    padding: 15px 15px;
    background-color: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 -4px 5px -3px rgba(0,0,0,.1);
}

form label {
    font-weight: 400;
}

.icon-fa {
    padding-right: 8px;
}

a.back-link {
    font-size: 24px;
    padding-right: 6px;
    color: #1e88e5;
}

    a.back-link:hover i {
        color: #fc4b6c;
    }

h6 {
    line-height: 16px;
    font-size: 14px;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

h1 {
    line-height: 40px;
}

h6 {
    line-height: 16px;
    font-size: 14px;
}

.card-group h3 {
    margin-top: 0px;
}

.card-group h6 {
    line-height: 16px;
    font-size: 13px;
    font-weight: 400;
}

.card-group > .card > .card-body a, .card-group > .card > .card-body a:hover {
    text-decoration: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.main-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 110px;
    line-height: 22px;
}

    .main-nav > li > a > div {
        font-size: 13px;
        letter-spacing: 0.1px;
        padding-top: 4px;
    }

.main-nav li a > i {
    font-size: 16px;
}

.navbar-right > li > a {
    padding: 25px 18px 20px 18px !important;
}

.navbar-right li a > em {
    font-size: 18px;
}

.main-nav > li > a.bg-custom-l {
    padding: 19px 22px 18px 22px !important;
    min-width: initial !important;
}

.main-nav > li > ul.dropdown-menu {
    margin-top: 3px;
}

    .main-nav > li > ul.dropdown-menu a {
        color: #67757c;
        font-weight: 400;
        font-size: 16px;
        padding: 7px 24px !important;
    }

        .main-nav > li > ul.dropdown-menu a:hover {
            color: #16181b !important;
            background-color: #f8f9fa !important;
        }

    .main-nav > li > ul.dropdown-menu .divider {
        margin-top: 0px;
        margin-bottom: 5px;
    }

.bg-custom-l, .bg-custom-l:hover {
    background-color: rgba(255,255,255,.1) !important;
}

    .bg-custom-l > i {
        font-size: 26px !important;
    }

.brand-logo-text {
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 23px 22px !important;
    text-align: left;
    font-weight: 400;
}

.leftScrollX {
}

    .leftScrollX table {
        width: 100%;
        display: block;
    }

    .leftScrollX thead {
        display: inline-table;
        width: 100%;
        height: 47px;
    }

    .leftScrollX tfoot {
        display: inline-table;
        width: 100%;
        height: 142px;
        background-color: #eee;
        border-top: 2px solid #ddd;
    }

    .leftScrollX tbody {
        min-height: calc(100vh - 270px);
        height: calc(100vh - 270px);
        display: inline-block;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .leftScrollX thead th {
        font-weight: 500 !important;
        width: 100%;
        text-transform: uppercase;
    }

    .leftScrollX tbody td {
        width: 100%;
        padding: 12px 12px !important;
    }
/**/
.tab-content-header {
    padding: 13px 15px 13px 15px;
    background-color: #f5f5f5;
    border-bottom:1px solid #E0E0E0;
    font-weight:400;
    color:#455a64;
}

.tab-content-header .closeaside{
    color:#bdbdbd;
    cursor:pointer;
}
.tab-content-header .closeaside:hover{
    color:#757575;
}
.tab-content .div-section{
    padding:15px;
     border-bottom:1px solid #eeeeee;
     font-weight:400;
   min-height:75px;
}
.tab-content .div-section.last{
     border-bottom:none;
}
.tab-content .div-section:hover{
    background-color:#fafafa;
}
.tab-content .div-section p{
color:#777777;
font-size:13px;
font-weight:300;
margin:0px;
padding-top:4px;
}

.div-section.disable{
  opacity:0.5;
  cursor:default;
}
.div-section.disable:hover{
background-color:initial;
}

.div-section-footer{
     border-top:1px solid #eeeeee;
 padding:15px;
 position:fixed;
 bottom:0px;
 background-color:#f5f5f5;
 width: 100%;
}

.div-section-footer .help-text{
    font-weight:500;
    font-size:15px;
    text-align:right;
    margin-bottom:5px;
}
.div-section-footer .help-contact a{
     font-weight:600;
     font-size:18px;
     float:right;
     color:#f77776;
}

.tab-content .div-section .label{
    padding: .2em .6em .1em !important;
}

.p-6-12 {
    padding: 6px 12px !important;
}

.p-1115 {
    padding: 11px 15px;
}

.f-s-14 {
    font-size: 14px;
}

.text-primary {
    color: #007bff !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-10 {
    padding-right: 10px;
}

.p-l-5 {
    padding-left: 5px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-28 {
    margin-top: 28px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.collapseLink:hover h4.text-primary {
    color: #fc4b6c !important;
    text-decoration: none;
}

label.required-mark:after {
    content: "*";
    color: #fc4b6c;
    padding-left: 5px;
}

.bg-light-gray {
    background-color: #FBFAFA;
}

.input-group .input-group-btn .btn-md {
    padding: 6px 14px !important;
}

.text-muted1 {
    color: #808080 !important;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.form-group label {
    font-weight: 300;
}

.form-control.input-sm {
    min-height: 33px;
}

.card .card-subtitle {
    font-weight: 300;
    color: #99abb4;
}
/**/
h1, h2, h3, h4, h5, h6 {
    color: #455a64;
    font-weight: 400;
}

h2 {
    line-height: 36px;
    font-size: 24px;
}

h5 {
    line-height: 18px;
    font-size: 16px;
}

.input-daterange-datepicker {
    font-weight: 400;
}

.form-control {
    color: #495057;
}

/*.form-horizontal .control-label {
    text-align: left !important;
}*/

.inline-form .form-group label {
    margin-top: 5px;
}
/**/
.btn-rounded {
    border-radius: 60px !important;
    padding: 7px 18px;
}

    .btn-rounded.btn-lg {
        padding: .75rem 1.5rem;
    }

    .btn-rounded.btn-sm {
        padding: .25rem .5rem;
        font-size: 12px;
    }

    .btn-rounded.btn-xs {
        padding: .25rem .5rem;
        font-size: 10px;
    }

    .btn-rounded.btn-md {
        padding: 12px 35px;
        font-size: 16px;
    }
/*******************
Border
*******************/
html body .b-0 {
    border: none;
}

html body .b-r {
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-l {
    border-left: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-t {
    border-top: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-all {
    border: 1px solid rgba(120, 130, 140, 0.13);
}
/*width*/
/**/
.w-5per {
    width: 5% !important;
}

.w-10per {
    width: 10% !important;
}

.w-15per {
    width: 15% !important;
}

.w-16per {
    width: 16% !important;
}

.w-20per {
    width: 20% !important;
}

.w-25per {
    width: 25% !important;
}

.w-30per {
    width: 30% !important;
}

.w-33per {
    width: 33% !important;
}

.w-34per {
    width: 34% !important;
}

.w-35per {
    width: 35% !important;
}

.w-40per {
    width: 40% !important;
}

.w-45per {
    width: 45% !important;
}

.w-50per {
    width: 50% !important;
}

.w-55per {
    width: 55% !important;
}

.w-60per {
    width: 60% !important;
}

.w-65per {
    width: 65% !important;
}

.w-70per {
    width: 70% !important;
}

.w-75per {
    width: 75% !important;
}

.w-80per {
    width: 80% !important;
}

.w-85per {
    width: 85% !important;
    max-width: 85% !important;
}

.w-90per {
    width: 90% !important;
    max-width: 90% !important;
}

.w-95per {
    width: 95% !important;
    max-width: 95% !important;
}

.w-98per {
    width: 98% !important;
}

.w-99per {
    width: 99% !important;
}

.w-100per {
    width: 100% !important;
}

/*******************
font weight
*******************/
html body .font-bold {
    font-weight: 700;
}

html body .font-normal {
    font-weight: normal;
}

html body .font-light {
    font-weight: 300;
}

html body .font-medium {
    font-weight: 500;
}

html body .font-16 {
    font-size: 16px;
}

html body .font-14 {
    font-size: 14px;
}

html body .font-10 {
    font-size: 10px;
}

html body .font-18 {
    font-size: 18px !important;
}

html body .font-20 {
    font-size: 20px;
}


/**/
.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mw150 {
    max-width: 150px;
}

.mw160 {
    width: 160px;
}

.mw170 {
    max-width: 170px;
}

.mw180 {
    max-width: 180px;
}

.mw190 {
    max-width: 190px;
}

.mw200 {
    max-width: 200px;
}
/*table custom */

table.dataTable, table {
    font-size: 15px !important;
}

.table > thead:first-child > tr:first-child > th {
    border-top: 0px solid #eee;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 12px 8px;
}

/*datatable custom css .dataTables_scrollHeadInner, */
.dataTable thead > tr > th {
    text-transform: uppercase;
    color: #505050 !important;
    white-space: nowrap;
    background-color: #f5f5f5;
    font-weight: 400 !important;
}

    .dataTable thead > tr > th label {
        font-weight: 400 !important;
        margin-bottom: 0px;
    }

table.dataTable tbody td {
    white-space: nowrap !important;
}

.table.dataTable {
    width: inherit !important;
}

.dt-bootstrap.no-footer .dataTables_paginate {
    margin-top: 8px;
}

.dt-bootstrap.no-footer .dataTables_length {
    /*margin-top: 8px;*/
}

tr.radio-row .c-radio {
    margin-right: 0px !important;
}

/**/
.table-nobordered td, .table-nobordered th {
    border: none !important;
}



.stylish-table thead th {
    font-weight: 400;
    color: initial;
    border: 0px;
    border-bottom: 1px;
}

.stylish-table tbody tr {
    border-left: 4px solid #f3f1f1;
}

    .stylish-table tbody tr:hover, .stylish-table tbody tr.active {
        border-left: 4px solid #009efb;
        background-color: #fafafa;
    }

.stylish-table tbody td {
    vertical-align: middle;
}

    .stylish-table tbody td h6 {
        font-weight: 500;
        margin-bottom: 0px;
        white-space: nowrap;
    }

    .stylish-table tbody td small {
        line-height: 12px;
        white-space: nowrap;
    }

.btn-xs {
    padding: .25rem .5rem;
    font-size: 10px;
}
/*taxpay panel*/

.card {
    border-color: #d7dfe3;
    border-radius: 0px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}

    .card .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

    .card .card-header {
        padding: 11px 20px;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

.p-9-9 {
    padding-top: 10px !important;
    padding-bottom: 9px !important;
}

.card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card .card-header h4 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    color: #455a64;
}

.card .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card .card-footer {
    padding: 12px 20px;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
}


.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
    color: rgba(255, 255, 255, 0.65);
}

.card-success {
    background: #26c6da;
    border-color: #26c6da;
}

.card-danger {
    background: #fc4b6c;
    border-color: #fc4b6c;
}

.card-warning {
    background: #ffb22b;
    border-color: #ffb22b;
}

.card-info {
    background: #1e88e5;
    border-color: #1e88e5;
}

.card-primary {
    background: #7460ee;
    border-color: #7460ee;
}

.card-dark {
    background: #2f3d4a;
    border-color: #2f3d4a;
}

.card-megna {
    background: #00897b;
    border-color: #00897b;
}

/**/
.btn-so.btn-default {
    background-color: #ffffff !important;
    color: #808080 !important;
    border-color: #d7dfe3 !important;
    border-radius: 0px;
}

    .btn-so.btn-default.active, .btn-so.btn-default.active:hover {
        background-color: #1e88e5 !important;
        color: #fff !important;
        box-shadow: none !important;
        border-color: #1e88e5 !important;
    }

    .btn-so.btn-default:hover {
        color: #1e88e5 !important;
    }
/**/

.btn-info,
.btn-info.disabled {
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background-color: #028ee1 !important;
    color: #fff;
}

    .btn-info:hover,
    .btn-info.disabled:hover {
        color: #fff !important;
        text-decoration: none !important;
        background-color: #067ec5;
    }

    .btn-info.active, .btn-info:focus,
    .btn-info.disabled.active,
    .btn-info.disabled:focus {
        color: #fff !important;
        text-decoration: none !important;
    }


/**/
.btn-secondary,
.btn-secondary.disabled {
    /*-webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
    box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
    -webkit-transition: 0.2s ease-in;*/
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background-color: #868e96;
    color: #fff;
}

    .btn-secondary:hover,
    .btn-secondary.disabled:hover {
        /*-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
        box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);*/
        color: #fff !important;
        text-decoration: none !important;
    }

    .btn-secondary.active, .btn-secondary:focus,
    .btn-secondary.disabled.active,
    .btn-secondary.disabled:focus {
        /*-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
        box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);*/
        color: #fff !important;
        text-decoration: none !important;
    }

/**/
.m-b-0 {
    margin-bottom: 0px !important;
}

.m-t-7 {
    margin-top: 7px;
}

.btn-md {
    padding: 8px 14px;
    font-size: 14px;
}

/*modal*/
.modal .modal-content {
    border-radius: 0px;
}

    .modal .modal-content .modal-header h4 {
        display: inline-block;
    }

    .modal .modal-content .modal-header .close {
        font-size: 18px;
        margin-top: 6px;
    }

.modal-footer-custom {
    padding: 10px 15px;
    border-top: 1px solid #e9ecef;
}

/*report index*/
.card.card-rpt img {
    padding-top: 10px;
}

.card.card-rpt svg {
    margin-top: 4px;
}

a:hover .card.card-rpt {
    background-color: #fafafa;
    text-decoration-color: #9CCC65 !important;
}

.tabs-vertical-rpt a:hover, .tabs-vertical-rpt a:focus, .tabs-vertical-rpt a:active {
    text-decoration: none !important;
}

.card.card-rpt h5 {
    color: #455a64;
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
}

.card.card-rpt:hover h5 {
    color: #E91E63;
}

.card.card-rpt p {
    margin-bottom: 0px;
    font-size: 14px;
    min-height: 42px;
    overflow: hidden;
    color: #99abb4 !important;
}

/**/

.bg-danger-l, .bg-danger-l:hover {
    background-color: #EF5350 !important;
}

.bg-purple-l, .bg-purple-l:hover {
    background-color: #5C6BC0 !important;
}

.bg-primary-l, .bg-primary-l:hover {
    background-color: #42A5F5 !important;
}

.bg-warning-l, .bg-warning-l:hover {
    background-color: #FFA726 !important;
}

.bg-success-l, .bg-success-l:hover {
    background-color: #9CCC65 !important;
}

.bg-info-l, .bg-info-l:hover {
    background-color: #26C6DA !important;
}

.bg-gray-l, .bg-gray-l:hover {
    background-color: #00BFA5 !important;
}

.bg-teal-l, .bg-teal-l:hover {
    background-color: #26A69A !important;
}

.bg-pink-l, .bg-pink-l:hover {
    background-color: #EC407A !important;
}

.text-green {
    color: #9CCC65 !important;
}

.text-red {
    color: #E57373 !important;
}

/**/
/*.dropdown-toggle-more {
    padding: 6px 12px !important;
}

    .dropdown-toggle-more.dropdown-toggle {
        border-radius: 0px;
    }

        .dropdown-toggle-more.dropdown-toggle::after {
            display: none;
        }*/
.p-r-15 {
    padding-right: 15px;
}

li > a.dropdown-item {
    padding: 6px 20px !important;
}

btn-default.btn-left, .btn-default.btn-right {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}

    .btn-default.btn-left:hover, .btn-default.btn-right:hover {
        background-color: #eee !important;
    }

.control-readonly {
    background-color: #fafafa !important;
    cursor: default !important;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-10 {
    margin-right: 10px;
}

.left-10 {
    left: 10px;
}
/*******************
Rounds
*******************/
.round {
    line-height: 40px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #f5f5f5;
}

    .round img {
        border-radius: 100%;
    }

.round-lg {
    line-height: 65px;
    width: 60px;
    height: 60px;
    font-size: 30px;
}

.round.round-info {
    background: #1e88e5;
}

.round.round-warning {
    background: #ffb22b;
}

.round.round-danger {
    background: #fc4b6c;
}

.round.round-success {
    background: #26c6da;
}

.round.round-primary {
    background: #7460ee;
}

.round.round-default {
    background: #BDBDBD;
}

.round.round-inverse {
    background: #2f3d4a;
}

.round.round-secondary {
    background-color: #455A64;
}
/**/
.m-r-5 {
    margin-right: 5px;
}

.progress {
    height: initial;
    border-radius: 4px !important;
}

.light-bold {
    font-weight: 400;
}

.round-image.round-dark {
    background-color: #3f3f40;
}

.round-image {
    line-height: 30px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #1f88e5;
    font-size: 13px;
}

tr.selectedRow td:first-child {
    border-left: 2px solid #1f88e5 !important;
}

tr.selectedRow td {
    background-color: #fafafa !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.btn-primary,
.btn-primary.disabled {
    background: #7460ee;
    border: 1px solid #7460ee;
    /*-webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);*/
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-primary:hover, .btn-primary:active,
    .btn-primary.disabled:hover {
        background: #7460ee !important;
        /*-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
        box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);*/
        border: 1px solid #7460ee !important;
    }

    .btn-primary.active, .btn-primary:focus,
    .btn-primary.disabled.active,
    .btn-primary.disabled:focus {
        background: #6352ce;
        /*-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
        box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);*/
    }

    .btn-danger:focus,.btn-danger:hover{
        background-color:#f51b44;
    }

/*.btn-danger:hover,
    .btn-danger.disabled:hover {
        background: #fc4b6c;
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        border: 1px solid #fc4b6c;
    }

    .btn-danger.active, .btn-danger:focus,
    .btn-danger.disabled.active,
    .btn-danger.disabled:focus {
        background: #e6294b;
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    }*/

/*******************
Vertical tabs
******************/
.vtabs {
    display: table;
}

    .vtabs .tabs-vertical {
        width: 150px;
        border-bottom: 0px;
        border-right: 1px solid rgba(120, 130, 140, 0.13);
        display: table-cell;
        vertical-align: top;
    }

        .vtabs .tabs-vertical li .nav-link {
            color: #263238;
            margin-bottom: 10px;
            border: 0px;
            border-radius: 4px 0 0 4px;
        }

        .vtabs .tabs-vertical .nav-item {
            float: initial !important;
        }

.tabs-vertical > li > a {
    background-color: #fff;
}

.vtabs .tab-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top;
}

.tabs-vertical li.active .nav-link, .tabs-vertical li .nav-link:hover, .tabs-vertical li.active .nav-link:focus {
    background: #009efb;
    border: 0px;
    color: #ffffff;
}

/**/
.vtabs {
    min-height: calc(100vh - 150px);
}

.tabs-vertical-rpt .tabs-vertical {
    min-width: 180px;
}

.tabs-vertical-rpt li > a {
    padding: 20px 20px;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 2px !important;
    border-radius: 0px !important;
}

    .tabs-vertical-rpt li > a:hover {
        background-color: #f5f5f5 !important;
        color: #263238 !important;
    }

.tabs-vertical-rpt .tab-content {
    padding: 0px 0px 0px 20px !important;
    border-width: 0px !important;
}

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active, .customvtab .tabs-vertical li .nav-link:hover, .customvtab .tabs-vertical li .nav-link:focus {
    background: #ffffff;
    border: 0px;
    border-right: 2px solid #009efb;
    margin-right: -1px;
    color: #009efb;
}

.tabcontent-border {
    border: 1px solid #ddd;
    border-top: 0px;
}

.customtab2 li a.nav-link {
    border: 0px;
    margin-right: 3px;
    color: #67757c;
}

    .customtab2 li a.nav-link.active {
        background: #009efb;
        color: #ffffff;
    }

    .customtab2 li a.nav-link:hover {
        color: #ffffff;
        background: #009efb;
    }

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-t-18 {
    margin-top: 18px;
}

.p-t-0 {
    padding-top: 0px !important;
}

.vtabs.settingtabs {
    min-height: calc(100vh - 275px);
}

    .vtabs.settingtabs > ul > li > a {
        font-weight: 400;
        padding-left: 0px;
    }

    .vtabs.settingtabs > ul > li.active a {
        border-right: 2px solid #009efc;
        background-color: #fff;
        color: #009efc;
    }

    .vtabs.settingtabs .text-primary {
        color: #009efc !important;
    }

    .vtabs.settingtabs h5 {
        display: inline-block;
        line-height: 18px;
        font-size: 16px;
        font-weight: 400;
        margin: 0px 0px 5px 0px !important;
    }

    .vtabs.settingtabs .tab-content {
        border-width: 0px !important;
    }


.lable-85 {
    font-size: 85%;
    font-weight: 400;
}

/**/

/**/
ul.cat-list-group {
    /*max-height:300px;
   overflow:auto;*/
    padding-left: 0px;
}

.cat-list-group li {
    list-style: none;
}

.cat-list-group a.cat-list-item {
    position: relative;
    display: block;
    padding: 15px 12px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    color: #212121;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-left: 2px solid transparent;
}

    .cat-list-group a.cat-list-item.active, .cat-list-group a.cat-list-item.active:hover {
        background-color: #FCE4EC;
        border-left: 2px solid #fc4b6c;
        border-bottom: 1px solid transparent;
    }

    .cat-list-group a.cat-list-item:hover {
        background-color: #fff;
        border-left: 2px solid #fc4b6c;
        text-decoration: none;
    }

    .cat-list-group a.cat-list-item i {
        font-family: simple-line-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 12px;
    }

    .cat-list-group a.cat-list-item.active i:before {
        content: "\e607";
    }

    .cat-list-group a.cat-list-item i:before {
        content: "\e604";
    }

ul.subcat-list-group {
    display: none;
}

    ul.subcat-list-group li a.subcat-list-item {
        padding: 8px 12px;
        display: -webkit-box;
        color: #212121;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        text-decoration: none;
    }

a.subcat-list-item:before {
    content: "\f10c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    color: #acacac;
}

a.subcat-list-item.active:before {
    color: #fc4b6c !important;
}

.cat-list-group > li.active ul.subcat-list-group {
    display: block;
    padding-left: 0px;
    background-color: #f5f5f5;
    padding: 5px 0px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

#col-Category .tab-content {
    padding: 0px;
    border: none;
}

.p-0 {
    padding: 0px !important;
}

.p-10-15 {
    padding: 10px 15px !important;
}

.p-20-15 {
    padding: 20px 15px !important;
}

.p-r-0 {
    padding-right: 0px;
}

.p-l-0 {
    padding-left: 0px;
}

.form-control.form-control-search {
    border: none !important;
    background-color: transparent;
    font-weight: 400;
    color: #495057 !important;
    font-size: 15px !important;
    padding-left: 0px;
}

    .form-control.form-control-search::-moz-placeholder, .form-control.form-control-search:-ms-input-placeholder, .form-control.form-control-search::-webkit-input-placeholder {
        color: #495057 !important;
        font-weight: 400;
    }

label.btn-act {
    background-color: #fff !important;
    color: #adadad !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 12px !important;
    border: 1px solid #ccc !important;
}

    label.btn-act.active {
        background-color: #fff !important;
        color: #009efb !important;
        border-color: #ccc !important;
    }

.p-15 {
    padding: 15px;
}

/**/

.grid-card {
    background-color: #fff;
    border: 1px solid #d7dfe3;
    border-radius: 4px;
    -webkit-box-shadow: -3px 3px 0px rgba(0, 0, 0, 0.07);
    box-shadow: -3px 3px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 15px;
    cursor: pointer;
}

    .grid-card:hover h6 {
        color: #fc4b6c !important;
    }

    .grid-card.added h6 {
        color: #1e88e5 !important;
    }

.grid-card-body {
    padding: 15px 12px 5px 12px;
}

.grid-card-footer {
    border-top: 1px solid #d7dfe3;
    padding: 15px;
}


.grid-card .div-h6 {
    padding-bottom: 5px;
    margin: 0px;
    color: #3d3e3e;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    float: left;
    /*width: 92%;*/
}

.g-item .badge.badge-items {
    float: right;
    position: static;
}

.grid-card h3 {
    line-height: 40px;
    margin: 0px;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    white-space: nowrap;
}

.grid-card img {
    border: none;
}

.badge.badge-items {
    float: right;
    position: absolute;
    right: 10px;
    background-color: #1f88e5;
    font-weight: 500;
}

span.stock-text {
    float: right;
    line-height: 20px;
}

    span.stock-text small {
        color: #909fa7 !important;
        padding-right: 4px;
    }

h6.Listbadge-items {
    margin-bottom: 0px;
}

.Listbadge-items .badge.badge-items {
    position: initial !important;
}

.p-5-15 {
    padding: 5px 15px !important;
}

.p-5-6 {
    padding: 5px 6px !important;
}

.quicksale-box {
    background-color: #445f76;
    height: 61px;
    min-height: 61px;
    overflow: hidden;
}

.quicksale-lbl {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 48px;
}

.form-control.form-control-lg {
    font-size: 20px !important;
    border-radius: 0px;
    font-weight: 400;
    height: 49px;
}

.btn-danger.btn-quick {
    padding: 10px 18px 9px 18px !important;
    font-size: 20px;
    border: none !important;
}

.p-r-20 {
    padding-right: 20px;
}

.p-l-10 {
    padding-left: 10px;
}

hr.sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

hr.md {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.row-5-10 td {
    padding: 5px 10px !important;
}

.row-10-8 td {
    padding: 10px 8px !important;
}

.btn-circle.btn-circle-sm {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 12px !important;
}

.form-control.form-control-line.date-picker-label.date-picker {
}

.date-picker-label {
    background-image: none !important;
    cursor: pointer;
    min-height: 34px !important;
    border: none !important;
    font-weight: 400;
    padding-left: 2px;
}


.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-125px {
    width: 125px;
}

.w-115px {
    width: 115px;
}

#tblSaleItemList {
    font-size: 14px !important;
}

    #tblSaleItemList > thead > tr > th {
        white-space: nowrap;
        text-transform: uppercase;
        font-weight: 400;
        color: #505050;
        background-color: #f5f5f5;
    }

    /*control material*/
    #tblSaleItemList .form-control {
        border-radius: 0px;
        border-top: none;
        border-right: none;
        border-left: none;
        background-color: transparent;
        padding: 6px 1px !important;
    }


.form-control.form-control-material {
    border-radius: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    padding-left: 1px !important;
    font-size: 15px !important;
}

.select2-material .select2-selection--single {
    border-right: 0px !important;
    border-left: 0px !important;
    border-top: 0px !important;
    /*padding: 6px 24px 6px 1px !important;*/
    border-radius: 0px !important;
}

.select2-material .select2-selection__rendered {
    padding-left: 1px !important;
}

.select2-material .select2-container--open .select2-dropdown--below {
    border-color: #dddddd !important;
    border-radius: 0px !important;
}

.select2-m-material .select2-selection--multiple {
    border-right: 0px !important;
    border-left: 0px !important;
    border-top: 0px !important;
    border-radius: 0px !important;
}

.select2-m-material .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0px 1px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fafafa !important;
}

/*info box*/
.info-box {
    display: block;
    position: fixed;
    width: 350px;
    margin: 0;
    padding: 15px;
    letter-spacing: normal;
    z-index: 500 !important;
    bottom: 16px;
    left: 12px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    color: #333;
    cursor: default;
    border-radius: 5px;
    border-left: 4px solid #fc4b6c;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.30);
}

    .info-box.in-invoice {
        bottom: 40px;
        left: initial;
        right: 30px;
    }

    .info-box .info-box-close i {
        float: right;
        cursor: pointer;
        color: #263238;
        background-color: #fff;
        padding: 12px;
        border-radius: 50%;
        right: -22px;
        top: -22px;
        position: absolute;
        -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.20);
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.20);
    }


    .info-box .detail {
        font-size: 12px;
        font-weight: 400;
        color: #4a4a4a;
    }


    .info-box .user-name {
        font-size: 14px;
        font-weight: 500;
        color: #1e88e5;
        margin-bottom: 10px;
    }


    .info-box .last-visit {
        white-space: nowrap;
        font-size: 13px;
        color: #808080;
    }


    .info-box .col-balance {
        text-align: right;
        font-size: 12px;
        border-left: 1px solid #e0e0e0;
        top: 5px;
    }

        .info-box .col-balance .col-amount {
            font-size: 15px;
            font-weight: 500;
            margin-top: 0px;
            color: #fc4b6c;
        }

/**/
.hSection {
    background-color: #fafafa;
    padding: 10px 5px 10px 5px;
    margin: 0px;
    border: 2px dashed #eee;
}

.hTitle {
    color: #757575;
    font-size: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.hData {
    color: #333b3f;
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 400;
    min-height: 32px;
}

    .hData.last {
        padding-bottom: 0px;
        min-height: initial;
    }

.form-control-paying {
    border: 1px dashed #BDBDBD;
    border-radius: 0px;
    text-align: right;
    height: 48px;
    font-weight: 400;
}

.f-s-25 {
    font-size: 25px !important;
}

.form-control-balance {
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
}

.b-radius0 {
    border-radius: 0 !important;
}

.b-radius5 {
    border-radius: 5px !important;
}

.b-radius10 {
    border-radius: 10px !important;
}

.card.card-rpt img {
}

.card.card-rpt:hover {
    background-color: #fafafa;
}

    .card.card-rpt:hover h5 {
        color: #E91E63;
    }

.card.card-rpt p {
    margin-bottom: 0px;
    font-size: 14px;
    min-height: 42px;
    overflow: hidden;
}

.count-summary-div {
    text-align: right;
    padding: 15px;
}

    .count-summary-div h5 {
        font-size: 22px;
        margin-bottom: 5px;
        margin-top: 0px;
    }

.p-25-15 {
    padding: 26px 15px;
}

.p-23-15 {
    padding: 23px 15px;
}

.p-t-16 {
    padding-top: 16px;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

    .align-self-center h6 {
        margin-top: 0px;
    }

.box {
    border-radius: 4px;
    padding: 10px;
}
/**/
label.btn-payment-type {
    background-color: #fff !important;
    color: #adadad !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    text-align: center;
    padding: 15px 40px 10px 40px;
    margin-left: 0px !important;
    border-color: #fff !important;
}

    label.btn-payment-type.active {
        border-color: #ccc !important;
        border-color: initial;
    }

        label.btn-payment-type.active span {
            color: #fc4b6c !important;
        }

    label.btn-payment-type span {
        display: block;
        margin-top: 12px;
        color: #424242;
        font-size: 14px !important;
        text-transform: uppercase;
    }

    label.btn-payment-type img {
        filter: grayscale(100%);
        opacity: 0.6;
    }

    label.btn-payment-type.active img {
        filter: grayscale(0%);
        opacity: 1;
    }

.b-radius5 .card .card-body {
    padding: 17px 15px;
}

.p-20 {
    padding: 20px;
}

.hData.pb0 {
    padding-bottom: 0px !important;
    min-height: 20px !important;
}

/*tab css*/
@media (max-width: 992px) and (min-width: 375px) {
    .modal-dialog {
        max-width: 95% !important;
        width: 95% !important;
    }
}

@media (max-width: 768px) and (min-width: 375px) {



    .hidden-tab {
        display: none;
    }

    .paymentmode-options [type="checkbox"] + label {
        font-size: 13px;
    }

    .paymentmode-options .m-b-20 {
        margin-bottom: 5px;
    }

    .control-paying .f-s-25 {
        font-size: 18px !important;
    }

        .control-paying .f-s-25.m-t-10 {
            margin-top: 5px;
        }

    .btn-rounded-subcategory {
        border-radius: 40px !important;
        min-width: 60px !important;
        max-width: 60px !important;
    }

    .cat-list-group a.cat-list-item {
        padding: 10px 12px !important;
    }

    .customtab li a.nav-link {
        padding: 15px 10px !important;
    }
}

#frmItem [type="checkbox"] + label {
    line-height: 26px !important;
}

.popup-scroll1 {
    padding: 0px 15px 0px 15px;
    min-height: calc(100vh - 478px);
    max-height: calc(100vh - 478px);
    overflow-y: auto;
    overflow-x: hidden;
}

    .popup-scroll1 thead > tr > th {
        text-transform: uppercase;
        font-weight: 400;
    }

.top5-scroll {
    min-height: calc(100vh - 400px);
    max-height: calc(100vh - 400px);
    overflow-y: auto;
    overflow-x: hidden;
}

.stylish-billing tr:last-child td {
    border-bottom: 1px solid #e9ecef;
}

.stylish-billing tr > td:last-child {
    border-right: 1px solid #e9ecef;
}

.stylish-table .stylish-billing h6 {
    font-weight: 400 !important;
    margin-bottom: 6px !important;
}

    .stylish-table .stylish-billing h6.text-red {
        font-weight: 500 !important;
    }

.stylish-table .stylish-billing tr:hover {
    cursor: pointer;
}

.stylish-billing td i {
    color: #99abb4;
    font-size: 20px;
}

.stylish-table tbody.stylish-billing tr:hover, .stylish-table tbody.stylish-billing tr.active {
    background-color: #fafafa !important;
}

.dropdown-log {
    width: 240px;
}

    .dropdown-log .u-img {
        margin: 12px 0px;
    }

    .dropdown-log .u-text h4, .dropdown-log .u-text p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 210px;
        margin-left: 15px;
    }

.salessummary-tab li > a {
    padding: 14px 20px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}

.salessummary-tab li {
    margin-bottom: 0px !important;
}

    .salessummary-tab li.active a, .salessummary-tab li.active a:hover {
        border-bottom: 2px solid #1e88e5 !important;
    }

    .salessummary-tab li a:hover {
        border-bottom: 2px solid #fff !important;
        color: #1e88e5 !important;
    }

/*.salessummary-tab li:last-child.nav-item a, .salessummary-tab li:last-child.nav-item a:hover{
    border-top:0px;
    border-bottom:0px;

}*/

.p-26-20 {
    padding: 26px 19px 20px 19px;
}

.m-r-20 {
    margin-right: 20px;
}

/**/

.td-br {
    border-right: 1px solid #eee !important;
}

th.pin-bg1 {
    background-color: #F1F8E9 !important;
}

th.pout-bg1 {
    background-color: #FBE9E7 !important;
}

th.pin-bg, td.pin-bg {
    background-color: #fff !important;
}

th.pout-bg, td.pout-bg {
    background-color: #f5f5f5 !important;
}

.input-group .select2-container--default .select2-selection--single {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

abbr[data-original-title], abbr[title] {
    text-decoration: none;
}
tr.bg-f5f5f5{
    background-color:#fafafa;
}
thead.thead-custom tr > th{
    background-color:#f5f5f5;
    text-transform:uppercase;
    font-weight:500;
    color:#505050 !important;
    white-space:nowrap;
}
.btn-success.btn-download {
    background-color: #fff !important;
    color: #4CAF50 !important;
    border: 1px solid #4CAF50 !important;
}

.btn-danger.btn-download {
    background-color: #fff !important;
    color: #f44336 !important;
    border: 1px solid #f44336 !important;
}
.btn-success.btn-download .btn-label,
.btn-danger.btn-download .btn-label{
  background-color: #fff !important;
}
.display-none{
    display:none;
}
.display-block{
    display:block;
}

.display-inline-block {
    display: inline-block;
}

/**/
    .form-group-appointmentdate {
        margin-bottom: 0px;
    }
        .form-group-appointmentdate .form-control {
            cursor: pointer;
        }
        .form-group-appointmentdate .input-group-addon {
            background-color: #fff;
            padding: 6px 12px;
        }
    #AddAppointmentDiv {
        height: calc(100vh - 400px);
        min-height: calc(100vh - 400px);
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 10px;
    }
    #AppointmentDetailDiv{
         height: calc(100vh - 342px);
        min-height: calc(100vh - 342px);
         overflow-y: auto;
         overflow-x:hidden;
    }
/**/
.timelineapp {
    list-style: none;
    padding: 0px 0 5px;
    position: relative;
    margin:0px 0px;
}

    .timelineapp:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 20px;
        margin-left: -1.5px;
    }

    .timelineapp > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timelineapp > li:before,
        .timelineapp > li:after {
            content: " ";
            display: table;
        }

        .timelineapp > li:after {
            clear: both;
        }

        .timelineapp > li:before,
        .timelineapp > li:after {
            content: " ";
            display: table;
        }

        .timelineapp > li:after {
            clear: both;
        }

        .timelineapp > li > .timelineapp-panel {
            width: 93%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 18px 15px 20px 15px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timelineapp > li > .timelineapp-panel:before {
                position: absolute;
                top: 17px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timelineapp > li > .timelineapp-panel:after {
                position: absolute;
                top: 18px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timelineapp > li > .timelineapp-badge {
            color: #fff;
            width: 36px;
            height: 36px;
            line-height: 36px;
            font-size: 14px;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 26px;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timelineapp > li.timelineapp-inverted > .timelineapp-panel {
            float: right;
        }

            .timelineapp > li.timelineapp-inverted > .timelineapp-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timelineapp > li.timelineapp-inverted > .timelineapp-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timelineapp-badge.primary {
    background-color: #2e6da4 !important;
}

.timelineapp-badge.success {
    background-color: #3f903f !important;
}

.timelineapp-badge.warning {
    background-color: #f0ad4e !important;
}

.timelineapp-badge.danger {
    background-color: #d9534f !important;
}

.timelineapp-badge.info {
    background-color: #5bc0de !important;
}

.timelineapp-title {
    margin-top: 0;
    color: inherit;
}

.timelineapp-body > p,
.timelineapp-body > ul {
    margin-bottom: 0;
}

    .timelineapp-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timelineapp:before {
        left: 40px;
    }

    ul.timelineapp > li > .timelineapp-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timelineapp > li > .timelineapp-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timelineapp > li > .timelineapp-panel {
        float: right;
    }

        ul.timelineapp > li > .timelineapp-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timelineapp > li > .timelineapp-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
.alert-successL{
    background-color: #F1F8E9;
    border-color: #C5E1A5;
    color: #333;
}
.alert-successL strong{ color:#7CB342;}

.mt_250_minus{
    margin-top: -250px;
}
.mt_200_minus {
    margin-top: -200px;
}
.mt_153_minus {
    margin-top: -153px;
}
.bg-purple{
    background: #d71aec;
}

.bg-gray-dark,.bg-gray-dark:hover {
    background: #6b6b6b !important;
}

.input-group-addon-custom{
    padding:6px 10px;
}

.input-group-custom {
    display: block;
}

.input-group-custom .select2-container {
    float: left;
    width: 86% !important;
}

.input-group-custom .input-group-btn {
    float: left;
    width: 14% !important;
    display:block;
}
.input-group-custom .input-group-btn .btn-default {
    width:100%;
}


.Customername_table_td {
    width: 250px !important;
    max-width: 250px !important;
    min-width:250px !important;
    word-wrap: break-word !important;
}


/*.table_width thead th.customer_th {
    width: 150px !important;
    overflow: hidden;
    white-space: nowrap;
}

.table_width {
    table-layout: fixed;
}*/

.access_denied_popup{ position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    left: 50%;
    max-height: 382px;
    width: 60%;
    margin: 0;
    background: #fff;
    box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.16);
    border: 1px solid #cac9c9;
}

.Description_audit_table_td {
    width: 560px !important;
    max-width: 560px !important;
    min-width: 560px !important;
}

/*Pre Sale CSS Start 04/12/2018*/
.presale_bg {
    margin-top: -15px;
}

.pre_sale_dashboard_heading {
    color: #444;
    text-transform: capitalize;
}

.text_color_dark {
    color: #2f2f2f
}

.Quotation_box {
    padding: 20px 10px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.12);
    margin-bottom: 15px;
}

.fs_50 {
    font-size: 50px;
}

.fs_13{
    font-size:13px;
}

.fs_9 {
    font-size: 11px;
}

.fs_10 {
    font-size: 10px;
}

.fw_500 {
    font-weight: 500;
}

.icon_arrow_right_custom:before {
    content: "\e079" !important;
}

.display_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_item_flex {
    align-items: center;
    justify-content: center;
}

.table_details tr:first-child th {
    background-color: #f5f5f5
}

.card_body_custom {
    min-height: 425px;
    max-height: 425px;
    overflow-y: auto;
}

.table_hover_custom tr:hover:not(.trheading) {
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    z-index: 1;
}
.fs_40{
    font-size:40px;
}


/*Pre Sale CSS End*/

.fs_15{
    font-size:15px;
}

.bg_gray_clr{
    background: #edf1f2;
}
.position_relative {
    position: relative;
}
.position_note_section {
    position: absolute;
    top: -180px;
    width: 100%;
}


.Total-AmoutDiv {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ddd;
    background-color: #eaf4ff !important;
    font-weight: 400;
    color: #525252;
}

.Total-AmoutText {
    color: #0872f3 !important;
    font-weight: 500;
    font-size: 16px;
}

#fc_frame{
    display:none;
}

.input-group.pick-colorpicker .input-group-addon {
    background-color: #fff;
    border-radius: 0px;
}

.input-group.pick-colorpicker .input-group-addon > i {
        border: 1px solid #dde6e9;
    }

.white-preLine {
    white-space: pre-line;
}
.card-active {
    background-color: rgba(23, 139, 241, 0.11);
    border-color: rgba(23, 139, 241, 0.34);
}
.overflow-hidden{
    overflow:hidden;
}
.btn-toggle-custom-parent {
    background-color: #d8d8d8;
    border-radius: 52px;
    display: inline-block;
    overflow: hidden;
    width: 80px;
}
.btn-toggle-custom.active {
    background-color: #4680ff;
    color: #fff;
}
.btn-toggle-custom {
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    width: 50%;
    color: #000;
    font-size: 19px;
    float: left;
    text-align: center;
    text-decoration: none;
}

/*select2 disabled */
 .select2-container--disabled {
     pointer-events:none;
}

.customer_details_summary {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom:0px;
}


    .customer_details_summary li {
        width: calc(100% / 3);
        float: left;
        border-left: 1px solid #ddd;
    }

        .customer_details_summary li div.customer_details_div {
            padding: 15px 20px !important;font-weight:400
        }

            .customer_details_summary li div.customer_details_div span.value_details {
                line-height: 26px; 
                font-size: 15px !important;
            }

.order-doc-no {
    font-size: 14px;
    border-bottom: 2px dotted #1b72e2;
    padding-bottom: 1px;
    color: #1b72e2 !important;
}
.position_note_order_section {
    position: absolute;
    top: -335px;
    width: 100%;
}


.custom_tagsinput {
    background-color: #dadada;
    padding: 2px 8px;
    border-radius: 4px;
    color: #000 !important;
    font-size: 13px;
}
.pass-show {
    right: 0;
    left: auto;
    width: 60px;
    height: 69px;
    line-height: 90px;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    pointer-events: auto;
    z-index: 9;
}
.form-group-icon {
            margin-bottom: 20px;
}

.error-text-doc {
    text-align: right;
}
.error-text-doc a {
    text-decoration: none;
}
.setdefault-bttn {
    left: 210px !important;
    top: -50px !important;
    border: 2px solid #fc4b6c;
}

.input-group-btn.searchbtnwrap {
    max-width: 50px;
    width: auto;
}
.ordersearchwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.navpillwithstatuswrap button.btn.active {
    background-color: #2196F3;
    color:#ffffff;
}
button.btn.btn-primary.bttn-counter-dropdown {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    background: #1e88e5;
}
button.btn.btn-primary.bttn-counter-dropdown.active {
    background-color: #ffffff !important;
    color: #000000;
    transform: scale(-1);
    border-color: #000000;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
button.btn.btn-primary.bttn-counter-dropdown:hover{
    background: #1e88e5 !important;
    color: #ffffff;
}
.uploadfilewrap {
    max-height: 100px;
    overflow: auto;
}
    .uploadfilewrap .table > tbody > tr > td {
        padding: 6px 8px;
    }



/*New UI Layout*/
/*-- Fonts Start --*/
@font-face {
    font-family: 'Circular Std Book';
    src: url('../../fonts/circular/CircularStd-Book.woff2') format('woff2'), 
        url('../../fonts/circular/CircularStd-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Circular Std Bold';
    src: url('../../fonts/circular/CircularStd-Bold.woff2') format('woff2'), url('../../fonts/circular/CircularStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Circular Std Medium';
    src: url('../../fonts/circular/CircularStd-Medium.woff2') format('woff2'), url('../../fonts/circular/CircularStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Circular Std Black';
    src: url('../../fonts/circular/CircularStd-Black.woff2') format('woff2'), url('../../fonts/circular/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/*-- Fonts End --*/

body {
    font-family: 'Circular Std Book';
}
.headerthemewrap {
    position: fixed;
    z-index: 999;
    background: #FFFFFF;
    width: 100%;
    border-bottom: 1px solid #0000001A;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding:0 15px;
}
.navbartopnavbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.navbartopnavbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding-left:60px;
}
.navbarheader .navbarbrand {
    font-size: 18px;
    line-height: 1.2;
    color: #1C1C1C;
    font-family: 'Circular Std Book';
    text-decoration:none;
}
.navbartopnavbar > ul.left > li > a {
    font-family: 'Circular Std Book';
    font-size: 14px;
    line-height: 1.2;
    color: rgba(28, 28, 28, 0.5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    padding: 21px 0;
    position:relative;
}
    .navbartopnavbar > ul.left > li > a::after {
        content: '';
        position: absolute;
        width:0%;
        height: 2px;
        background-color: #1A73E8;
        bottom:0;
        left:0;
        right:0;
    }
    .navbartopnavbar > ul.left > li > a.active {
        color: #1A73E8;
    }
        .navbartopnavbar > ul.left > li > a.active::after {
            width: 100%;
        }
    .navbartopnavbar > .left > li + li {
        margin-left: 24px;
    }
.navbartopnavbar > .right > li + li {
    margin-left: 20px;
}
.navbartopnavbar > .left > li.dropdown {
    position: relative
}

.navbartopnavbar > ul.left > li > .dropdownmenu {
    position: absolute;
    z-index: 999;
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0px 16px 64px 0px #00000033;
    padding: 2px 12px;
    transition: 0.3s all ease-in-out;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    min-width: 160px;
}
.navbartopnavbar > .left > li.dropdown:hover .dropdownmenu {
    transform: translateY(0px);
    opacity: 1;
    visibility:visible;
}
.navbartopnavbar > ul.left > li > .dropdownmenu > li {
    width: 100%;
}
.navbartopnavbar > ul.left > li > .dropdownmenu > li > a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-family: 'Circular Std Book';
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 0;
    color: rgba(28, 28, 28, 0.7);
    text-decoration: none;
}
.navbartopnavbar > ul.left > li > .dropdownmenu > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navbartopnavbar > ul.left > li > .dropdownmenu > li.dropdown {
    position: relative;
}
.navbartopnavbar > ul.left > li > .dropdownmenu > li.dropdown > .dropdown-menu.nav-dropdown-menu {
    position: absolute;
    left: calc(100% + 12px);
    top: -4px;
}
.navbartopnavbar > ul.left > li > .dropdownmenu > .dropdown > .dropdownmenu {
    position: absolute;
    left: calc(100% + 12px);
    top: -4px;
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0px 16px 64px 0px #00000033;
    padding: 2px 12px;
    transition: 0.3s all ease-in-out;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    min-width: 160px;
}
.navbartopnavbar > ul.left > li > .dropdownmenu > .dropdown > .dropdownmenu > li > a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-family: 'Circular Std Book';
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 0;
    color: rgba(28, 28, 28, 0.7);
    text-decoration: none;
}
.navbartopnavbar > ul.left > li > .dropdownmenu > .dropdown > .dropdownmenu > li {
    width: 100%;
}
.navbartopnavbar > ul.left > li > .dropdownmenu > .dropdown > .dropdownmenu > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navbartopnavbar > ul.left > li > .dropdownmenu > li.dropdown:hover > .dropdownmenu, .navbartopnavbar > .right > li.open > .dropdown-menu.dropdown-log {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.navbartopnavbar > .right > li > .dropdown-menu.dropdown-log {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    right: 0;
    left: auto;
    transition: 0.3s all ease-in-out;
}
.tableheadwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom:16px;
}
.tableheadwrap .title h4 {
    margin: 0;
    font-family: 'Circular Std Book';
    font-size: 24px;
    line-height: 1.2;
}
.orderdatewrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #EAEAEA;
    background: #FFFFFF;
    padding: 8px 14px;
    border-radius: 3px;
}
.orderdatedropdown .dropdown-toggle {
    font-size: 12px;
    line-height: 1.2;
    color: #1C1C1C;
    border: 0;
    background-color: #ffffff;
    padding: 0;
    display: block;
}
.orderdatewrap .orderdateinput {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-left:1px solid #D9D9D9B2;
    padding-left:10px;
    margin-left:10px;
}
.orderdatewrap .orderdateinput span {
    border: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    opacity: 0.3;
}
.orderdatewrap .orderdateinput input.orderdate {
    font-family: 'Circular Std Book';
    font-size: 12px;
    line-height: 1.2;
    border: 0;
    margin-left:6px;
}
.orderdatedropdown {
    position: relative;
}
.selectlocationordetypewrap, .selectchannelcompanywrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 303px;
    border-radius: 3px;
    border: 1px solid #EAEAEA;
    overflow: hidden;
    position:relative;
}
.selectlocationordetypewrap > div, .selectchannelcompanywrap > div {
    width: 50%;
}
.selectlocationordetypewrap > div .select2-selection--single span.select2-selection__rendered, .selectchannelcompanywrap > div .select2-selection--single span.select2-selection__rendered {
    font-family: 'Circular Std Book';
    font-size: 12px;
    line-height: 1;
    padding: 11px 10px;
}

.selectlocationordetypewrap > div .select2-selection--single, .selectchannelcompanywrap > div .select2-selection--single {
    height: auto;
    border: 0;
    border-radius: 0;
}
.selectlocationordetypewrap > div + div::before, .selectchannelcompanywrap > div + div::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #F3F3F3;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
.tableheadwrap .newdivwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-left:auto;
}
.tableheadwrap .newdivwrap .btn {
    font-family: 'Circular Std Book';
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    border: 0;
    background: #1A73E8;
    color: #ffffff;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 7px 11px;
}
.tableheadwrap .newdivwrap .btn-group button {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.ordersearchwrap .magnifier {
    border: 1px solid #EAEAEA;
    width: 34px;
    height: 34px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.ordersearchwrap .magnifier em {
    font-size: 14px;
    line-height: 1;
    color: #1C1C1C;
}
.orderdatedropdown .dropdown-toggle .caret, .selectlocationordetypewrap .select2-selection--single span.select2-selection__arrow b, .selectchannelcompanywrap .selectchannel .select2-selection--single .select2-selection__arrow b, .selectcompanywrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M11.62 5.2207L7.81667 9.02404C7.36751 9.4732 6.63251 9.4732 6.18334 9.02404L2.38 5.2207' stroke='%231C1C1C' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
    border: 0;
    width: 14px;
    height: 14px;
    margin: 0;
    background-repeat: no-repeat;
}
.selectlocationordetypewrap .select2-selection--single span.select2-selection__arrow b, .selectchannelcompanywrap .selectchannel .select2-selection--single .select2-selection__arrow b, .selectcompanywrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tableheadwrap .title{
    margin-right:14px;
}
.selectlocationordetypewrap {
    max-width: 255px;
}
.input-group-btn.searchbtnwrap .dropdown-menu.dropdown-filter {
    left: 0;
    right: auto;
    padding: 10px;
}
.input-group-btn.searchbtnwrap .dropdown-menu.dropdown-filter .row {
    margin: 0;
}
.input-group-btn.searchbtnwrap .dropdown-menu.dropdown-filter .row > div {
    padding: 0;
}
.input-group-btn.searchbtnwrap .dropdown-menu.dropdown-filter .row > div .form-group {
    margin: 0;
}
.input-group-btn.searchbtnwrap .dropdown-menu.dropdown-filter .col-md-12.text-center {
    text-align: left;
}
.input-group-btn.searchbtnwrap .dropdown-menu.dropdown-filter .col-md-12.text-center button {
    font-family: 'Circular Std Book';
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    border: 0;
    background: #1A73E8;
    color: #ffffff;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 7px 11px;
    border-radius:3px;
}
.ordercard-body {
    background: #FFFFFF;
    border-radius: 3px;
}
.orderstatusheaderwrap a {
    font-family: 'Circular Std Book';
    font-size: 13px;
    line-height: 1.2;
    color: #1C1C1C;
    font-weight: 400;
    opacity: 0.5;
    text-decoration: none;
    display: block;
    padding: 14px 12px;
    position:relative;
    transition:0.3s all ease-in-out;
}
.orderstatusheaderwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
    gap:5px;
}
.orderstatusheaderwrap a.active {
    color: #1A73E8;
    opacity: 1;
}

.orderstatusheaderwrap a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #1A73E8;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
}
.orderstatusheaderwrap a.active::before {
    width:100%;
 }
.countertablecols .dataTables_wrapper .row:nth-child(2) {
    background: #F3F3F3;
    margin: 0;
    padding: 6px 0;
}
.countertablecols .dataTables_wrapper .row:nth-child(2) .dataTables_filter label {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: rgba(28, 28, 28, 0.6);
}
.countertablecols .dataTables_wrapper .dataTables_length label {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: rgba(28, 28, 28, 0.6);
    gap: 5px;
}
.countertablecols .dataTables_wrapper table.table th {
    font-family: 'Circular Std Book';
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    background: #F3F3F3;
}
.countertablecols .dataTables_wrapper table.table td {
    font-family: 'Circular Std Book';
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    color: #1C1C1C;
}
.countertablecols .dataTables_wrapper table.table td div#timer {
    font-family: 'Circular Std Book';
    font-size: 14px;
}
    .countertablecols .dataTables_wrapper table.table td .custom-dropdown .selected-status, .countertablecols .dataTables_wrapper table.table td .custom-dropdown .dropdown-option, #contextMenu > li > a, .dropdown-menu.contextMenu > li > a {
        font-family: 'Circular Std Book';
        font-size: 12px;
        line-height: 1.2;
    }
.countertablecols .dataTables_wrapper table.table td .custom-dropdown .selected-status::before, .countertablecols .dataTables_wrapper table.table td .custom-dropdown .dropdown-option::before {
    font-family: simple-line-icons;
}
.countertablecols .row:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .countertablecols .row:last-child div#tblOrder55_info {
        padding: 0 0 0 20px;
        font-family: 'Circular Std Book';
        font-size: 12px;
        line-height: 1.2;
    }
    .countertablecols .row:last-child .dataTables_paginate li.first > a, .countertablecols .row:last-child div.dataTables_paginate li.previous > a, .countertablecols .row:last-child .dataTables_paginate li.next > a, .countertablecols .row:last-child div.dataTables_paginate li.next > a, .countertablecols .row:last-child .paginate_button a {
        font-family: 'Circular Std Book';
        font-size: 12px;
        line-height: 1.2;
    }
.countertablecols .dataTables_wrapper table.table td .custom-dropdown .dropdown-options {
    width: auto;
}
.offsidebar.todolistwrrap, .offsidebar.helpsupportwrrap {
    z-index: 999;
}
.csstransforms3d .offsidebar-opentodo .offsidebar.todolistwrrap, .csstransforms3d .offsidebar-openhelpsupport .offsidebar.helpsupportwrrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: transform .3s ease;
}
.layout-h.layout-fixed .wrapper > .offsidebar.todolistwrrap, .layout-h.layout-fixed .wrapper > .offsidebar.helpsupportwrrap {
    margin-top: 59px;
}
span.select2-selection__clear {
    margin-right: 10px;
}
.selectlocationordetypewrap {
    max-width: 290px;
}

.orderstatus-label {
    padding: 4px 8px;
    border-radius: 5px;
    letter-spacing: 0.8px;
    /*font-weight: 600;*/
    color: #252525 !important;
    font-size: 13px !important;
}
.orderstatus-insuranceapprovalpending {
    background-color: rgba(255, 248, 220, 1);
}

.orderstatus-hubapprovalpending {
    background-color: rgba(255, 248, 220, 1);
}

.orderstatus-neworder {
    background-color: rgba(234, 224, 255, 1);
}

.orderstatus-underprocess {
    background-color: rgba(255, 228, 181, 1);
}

.orderstatus-readyfordispatch {
    background-color: rgba(223, 255, 214, 1);
}

.orderstatus-riderassigned {
    background-color: rgba(47, 127, 230, 0.17);
}

.orderstatus-pickupinprogress {
    background-color: rgba(255, 239, 213, 1);
}

.orderstatus-deliveryinprogress {
    background-color: rgba(204, 244, 255, 1);
}

.orderstatus-deliveryonhold {
    background-color: rgba(255, 214, 214, 1);
}

.orderstatus-deliverycompleted {
    background-color: rgba(223, 255, 214, 1);
}

.orderstatus-deliveryfailed {
    background-color: rgba(255, 214, 214, 1);
}

.orderstatus-deliverycancelled {
    background-color: rgba(245, 245, 220, 1);
}

.orderstatus-ordercancelled {
    background-color: rgba(240, 240, 240, 1);
}

.orderstatus-none {
    background-color: rgba(240, 240, 240, 1);
}

.status-timeline-datetime {
    color: #a8a4a4 !important;
    font-size: 11px !important;
}