input[type="number"].form-control {
    padding-right: 0;
}
h5.title-page {
    color: #fff;
    font-weight: 600;
}
.logo-sidebar img {
    width: 230px;
    margin: 5px auto;
    display: block;
}
.dataTables_wrapper > .row:nth-child(2) > .col-sm-12 {
    width: 100%;
    overflow-x: auto;
}
.btn-add {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 100px !important;
    font-size: 60px;
    line-height: 0;
    font-weight: 300;
    bottom: 80px;
    right: 20px;
    padding-top: 0 !important;
    z-index: 10;
}
#report-page .nav-tabs {
    border-bottom: 5px solid #dee2e6;
    justify-content: center;
}
#report-page .nav-tabs .nav-link {
    color: #333;
    font-weight: 600;
}
.content-wrapper {
    height: 100%;
    min-height: calc(100vh - 60px) !important;
}
.headcol3,.headcol2 {
    /*position: relative !important;*/
}
td.headcol:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    left: -1px;
    top: -1px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.table-responsive {
    max-height: none !important;
}
.promo-list {
    padding: 0px;
    max-height: 215px;
    overflow-y: auto;
    overflow-x: hidden;
}
.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-180deg);
}
.nav-sidebar .nav-treeview .nav-item {
    width: calc(250px - .5rem* 2);
    padding-left: 30px;
}
.nav-sidebar .nav-treeview .nav-item>.nav-link {
    display: flex;
    align-items: flex-start;
    width: 100% !important;
    padding: .6rem 1rem;
}
.nav-sidebar .nav-treeview .nav-item>.nav-link p {
    line-height: normal;
}
ul.nav.nav-treeview li.nav-header {
    padding-left: 47px;
}
.nav-sidebar .nav-treeview .nav-item .nav-icon {
    margin-right: 9px;
}
.bg-lightgray{
    color: #000 !important;
    background: #ddd!important;
}
.promo-list::-webkit-scrollbar {
    width: 7px;
}

.promo-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.promo-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
div#promo-sale {
    position: absolute;
    width: calc(25% - 25px);
    right: 15px;
    top: 10px;
}
div#button-list-sale {
    background: #17a2b8;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 40px;
    z-index: 1;
    border-radius: 5px 5px 0 0;
    font-size: 14pt;
    box-shadow: 0 0 11px rgb(0 0 0 / 20%);
}
div#list-product-sale:hover div#total-item {
    top: 30px;
}
div#list-product-sale:hover {
    transform: translateY(0);
    padding: 30px 30px 20px;
}
div#total-item {
    position: absolute;
    right: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    transition: all 0.5s ease;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 19px;
    z-index: 2;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1;
    content: "" !important;
    background-color: #0275d8;
    transform: rotate(180deg);
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:after,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:after {
    content: "";
    position: absolute;
    left: 11.5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    color: #000;
    line-height: 1;
    z-index: 1;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:after,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > th.dtr-control:after {
    margin-top: 3px;
    transform: translateY(-50%) rotate(225deg);
}
div#list-product-sale h3 {
    font-weight: bold;
    font-size: 18pt;
}
div#list-product-sale {
    position: fixed;
    bottom: 0;
    right: 40px;
    background: #fff;
    width: 400px;
    padding: 20px 30px 30px;
    box-shadow: 0 0 11px rgb(0 0 0 / 10%);
    transition: all 0.5s ease;
    border-radius: 30px 30px 0 0;
    transform: translateY(calc(100% - 68px));
    border: 2px solid #007bff;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 2;
}
/* width */
div#list-product-sale::-webkit-scrollbar {
    width: 10px;
}

/* Track */
div#list-product-sale::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
div#list-product-sale::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
div#list-product-sale::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
}
.list-total-sale td {
    padding: 9px 0px;
}
div#item-list td {
    padding: 9px 0px;
}
div#item-list {
    max-height: calc(90vh - 350px);
    overflow-y: auto;
}
/* width */
div#item-list::-webkit-scrollbar {
    width: 10px;
}

/* Track */
div#item-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
div#item-list::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
div#item-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}
div#purchase_details ~ button,
#details ~ button {
    /*width: 39px;
    font-size: 22pt;
    padding: 0;
    line-height: normal;
    margin-right: 7px;
    */
}
.btn.disabled, .btn:disabled {
    opacity: 0.3;
    box-shadow: none;
}
/* REPORT PAGE */
#report-page button#daterange-btn {
    border: 0;
    padding: 0;
    text-align: left;
    font-size: 12pt;
    background: transparent;
    font-weight: 600;
}
#report-page .btn-info {
    background: #fff;
    border: 1px solid #4356b5;
    color: #4356b5 !important;
    border-radius: 7px;
}
#report-page .btn-secondary {
    background: #4356b5;
    border-color: #4356b5;
    border-radius: 7px;
    border: 0;
}
#report-page li#page-title {
    color: #fff;
    align-self: center;
}
#report-page .pagintaion-date {
    background: #fff;
    margin: 0 -20px;
    width: calc(100% + 40px) !important;
}
.justify-content-evenly{
    justify-content: space-evenly;
}
#report-page .dataTables_wrapper div.row:nth-child(2){
    width: calc(100% + 15px);
}
#report-page .table-wrapper {
    background: #fff;
    border-radius: 10px;
    overflow-x: auto;
    overflow-y: hidden;
}
#report-page .table-wrapper .row {
    margin: 0;
    width: 100% !important;
}
#report-page .table-wrapper .col-sm-12 {
    padding: 0;
}
#report-page .table-wrapper table {
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0;
}
#report-page .table-wrapper th {
    border-top: 0 !important;
    border-bottom: 0px solid ;
    padding: 6px 15px  !important;
}
#report-page .custom-table td {
    padding: 6px 15px !important;
    color: #000 !important;
    font-weight: normal !important;
    border-bottom: 1px solid #eee;
}
#report-page .custom-table td:first-child {
    border-left: 5px solid #fff;
    padding-left: 10px;
}
#report-page .custom-table td:last-child {
    padding-right: 10px;
    border-right: 5px solid #fff;
}
#report-page .custom-table tr:last-child td {
    border-bottom: 5px solid #fff;
}
#report-page .custom-table td * {
    color: #000 !important;
    font-weight: 500;
}
#report-page .custom-table tfoot th {
    border: 0 !important;
    border-bottom: 5px solid #fff !important;
    background: #f3f3f3;
}
#report-page .custom-table tfoot th:last-child {
    border-radius: 0 0 10px 0 !important;
    padding-right: 10px !important;
    border-right: 5px solid #fff !important;
}
#report-page .custom-table tfoot th:first-child {
    border-radius: 0 0  0 10px !important;
    padding-left: 10px !important;
    border-left: 5px solid #fff !important;
}
#report-page .custom-table thead th {
    background: rgb(202 207 213);
    color: #000;
    padding: 7px 15px !important;
}

#report-page .custom-table tbody tr:last-child th {
}
#report-page .dropdown-statistik:before {
    content: "Statistik berdasarkan ";
}
#report-page .dropdown-statistik {
    min-width: 210px;
    padding: 8px 16px;
    text-align: left;
}
#report-page .dropdown-statistik:after {
    float: right;
    margin-top: 8px;
}
#report-page .separator-page {
    width: 100%;
    height: 3px;
    background: #c6d7e7;
    margin-bottom: 30px;
}
#report-page h3.title-table {
    font-weight: 600;
    color: #5f6160;
    font-size: 12pt;
    margin-bottom: 5px;
}
#report-page .bar-block {
    height: 12px !important;
    background: #4356b5 !important;
}
#report-page .btn {
    border-radius: 7px;
}
@media(min-width:768px){
    #report-page .pagintaion-date {
        margin: 0 0px;
        width: calc(100% + 0px) !important;
    }
}
@media (max-width: 767px) {
    .content-header {
    }
    h5.title-page {
        color: #222;
        text-align: left;
        margin-top: 10px !important;
    }
    #purchase_details > .row:last-child,
    #details > .row:last-child {
        border: 0 !important;
    }
    #purchase_details > .row,
    #details > .row {
        border-bottom: 1px solid #dee2e6 !important;
        padding-top: 15px;
    }
    aside.main-sidebar {
        min-height: auto !important;
        max-height: 100vh;
        overflow-y: auto;
    }
    .content-wrapper {
        min-height: calc(100vh - 115px) !important;
    }
    .number_itt {
        position: relative !important;
        margin-left: 6px !important;
        margin-top: -10px !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
        border-radius: 50%;
    }
}
.dataTables_empty {
    text-align: left !important;
}

.mobile-cashier-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #ccc;
}

.mobile-cashier-bottom-float {
    position: fixed;
    bottom: 0;
    z-index: 99;
    border-radius: 0;
    background: #fff;
    max-width: 600px;
}
