.asc-desc {
    cursor: pointer;
}

#asc {
    color: #48A868 !important;
}

#asc:after {
    padding-left: 10px;
    content: url('../../images/ico_sort_up.svg');
    display: inline-block;
}

#desc {
    color: #3C8BFF !important;
}

#desc:after {
    padding-left: 10px;
    content: url('../../images/ico_sort_down.svg');
    display: inline-block;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#pageloader i {
    left: 45%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 40%;
}

.fa-spinner {
    z-index: 9999;
    position: fixed;
    -webkit-transform: translateZ(0);
}

.hidden {
    display: none
}

.required {
    margin-top: 2px;
}

.required:after {
    display: inline;
    content: " *";
    color: red;
    vertical-align: sub;
}

.select2 {
    width: 100% !important;
}

td.level_1 {
    color: #3C8BFF !important;
}

td.level_2 {
    padding-left: 50px !important;
    color: #842fea !important;
}

td.level_3 {
    padding-left: 100px !important;
    color: #db3c34 !important;
}

.view-role {
    /*font-size: 15px;*/
}

.add-new-btn {
    border-radius: 4px;
}

.logo-table {
    height: 35px;
    width: 35px;
    cursor: pointer;
    /*background: #80808054;*/
    background: #f2eeee;
}

.gallery-image {
    height: 100px;
    width: 100px;
    cursor: pointer;
    /*background: #80808054;*/
    background: #fff0;
}

.image_upload_preview,
.user-image,
.profile-user-img {
    /*background: #80808054;*/
    background: #f2eeee;
    cursor: pointer;
}

/*.item {
    position:relative;
    padding-top:10px;
    padding-bottom:10px;
    display:inline-block;
}*/
.product-item {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.product-item-video {
    position: relative;
    padding-top: 19px;
    padding-bottom: 10px;
    display: inline-block;
}

.notify-badge {
    position: absolute;
    left: 90px;
    top: 3px;
    background: red;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
}

.notify-badge-video {
    position: absolute;
    left: 95%;
    top: 3px;
    background: red;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
}

.notify-badge-attr {
    position: absolute;
    left: 53px;
    top: 20px;
    background: red;
    text-align: center;
    border-radius: 18px;
    color: white;
    padding: 5px 8px;
    font-size: 7px;
}

.mr-20 {
    margin-right: 20px;
}

a {
    cursor: pointer;
}

.nav-sidebar>.nav-item>.nav-treeview {
    margin-left: 6%;
}

.view-table td,
.table th {
    /*padding: 9px;*/
}

.dataTables_empty {
    color: #dc3545 !important
}

.sorting-table>tbody>tr {
    cursor: pointer;
}

.th-td-boarder-none {
    border-top: none !important;
}

.custom-icheck {
    min-height: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0;
}

.custom-checkbox-lable {
    margin-top: 2px;
}

.table-total {
    margin-left: 7px;
    font-size: 15px;
    font-weight: bold
}

.help-block {
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 0;
}

.hr-custom {
    margin-top: 0px !important;
}

.page-item.active .page-link {
    background-color: #2A5865;
    border-color: #2A5865;
}

.page-link {
    color: #2A5865;
}

.page-link:hover {
    color: #2A5865;
}

a {
    color: #2A5865;
}

.table-card {
    border-bottom: none;
}

table.dataTable {
    margin-bottom: 0px !important;
    /*            padding: 3px;*/
}

.pb-0 {
    padding-bottom: 0px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control::before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control::before {
    left: 7px
}

.custom-search {
    width: 25%;
}

.pl-0 {
    padding-left: 0px
}

.pl-2 {
    padding-left: 2px;
}

.w-100 {
    width: 100%;
}

.w-10 {
    width: 10%;
}

.card-header {
    padding-bottom: 7px;
}

@media only screen and (min-width: 250px) and (max-width: 2000px) {

    .card-header>.card-tools .input-group,
    .card-header>.card-tools .nav,
    .card-header>.card-tools .pagination {
        margin-bottom: 2px;
        /*width: 100%*/
    }

    .custom-search {
        width: 70%;
        /*margin-top: 5px !important;*/
    }

    .table-card {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 1100px) {

    .card-header>.card-tools .input-group,
    .card-header>.card-tools .nav,
    .card-header>.card-tools .pagination {
        margin-bottom: 2px;
        width: 100%
    }

    .custom-search {
        width: 70%;
        margin-top: 5px !important;
    }
}

[class*="sidebar-dark-"] .sidebar a {
    color: #FFF;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

[class*="sidebar-dark"] .brand-link {
    color: #fff;
    font-weight: 600px
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #ffffff;
}

.icheck-primary>input {
    z-index: 9999 !important;
}

.btn-outline-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-outline-primary {
    color:
        #000;
    border-color:
        #000;
}

.login-logo a,
.register-logo a {
    color: #001429;
}

/*
[class*="sidebar-dark-"]{
    background-color:#868c90;
}
.card-primary.card-outline{
    border-top: 3px solid #007bff;
}
.card-primary:not(.card-outline) > .card-header{
    background-color: #FFF;
}*/
.icheck-primary>input:first-child:checked+input[type="hidden"]+label::before,
.icheck-primary>input:first-child:checked+label::before {
    background-color:
        #000;
    border-color:
        #000;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color:
        #000;
}

.bg-primary {
    background-color: #FFF !important;
}

.stock-hr {
    height: 2px;
    background-color: #FFF
}

.mt-34 {
    margin-top: 34px;
}

.mt-5px {
    margin-top: 5px;
}

/*#414142*/
.custom-font-monogram-title {
    font-weight: bold;
    margin-top: 2px;
}

.custom-font-monogram-comment {
    margin-top: 2px;
}

.custom-font-monogram {
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: normal !important;
    opacity: 0.6;

    /*font-family: 'Futura Hv BT';*/
}

.custom-font-monogram-text {
    font-size: 14px;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    line-height: 3.2em;
    align-items: center;
}

.color-plate {
    display: block;
    min-width: 30px;
    min-height: 30px;
    margin-top: 8px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    color: #000;
}

#map_pickup,
#map_drop {
    height: 250px;
    margin: 0px;
    padding: 0px
}

.tooltip {
    position: relative !important;
    text-align: center !important;
    opacity: 1 !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center !important;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 126%;
    left: 50%;
    margin-left: -75px;
    /* opacity: 0; */
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.bg-yellow-tr {
    background: #ffd40085 !important;
}

.mt-2px {
    margin-top: 2px;
}

.mb-2px {
    margin-bottom: 2px;
}

.export_columns {
    width: 100%;
    max-height: 200px;
    overflow: scroll;
}

.outer_checkbox_div {
    margin-bottom: 23px;
}

.brand-link .brand-image {
    margin-top: -7px !important;
}

.brand-text {
    color: #FFFFFF;
}

.dataTables_wrapper {
    overflow-x: scroll !important;
}

.dataTables_wrapper .row {
    display: contents !important;
}

.dataTables_wrapper .row .col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cash_class {
    color: #1F5DB4;
    font-weight: bold;
}

.cheque_class {
    color: #FF627D;
    font-weight: bold;
}

#customer_detail_box span {
    font-size: 13px;
    line-height: 24px;
}

#customer_detail_box span i {
    font-size: 46px;
}

#customer_detail_box .direct-chat-messages {
    height: 280px !important;
}

.mycustom tr td {
    padding: 10px 0px;
    font-size: 15px;
}

.mycustomreceipt tr td {
    padding-top:3px;
	padding-bottom:3px;
	padding-left:0.5rem !important;
    font-size: 15px;
}

.callout {
    padding: 2px 1rem;
}

.credit_color {
    background: #28A745;
    color: #FFFFFF;
}

.debit_color {
    background: #DC3545;
    color: #FFFFFF;
}

.debit_color h3,
.credit_color h3 {
    font-weight: bold;
}
.receipt-due {
    background-color: #959494;
    border-radius: 4px;
    color: white;
    padding: 5px;
}
.row-selected {
    background-color: #0A87C9 !important; /* light blue background */
	color:#FFFFFF !important;
}
.row-selected td{
	color:#FFFFFF;
}