/* #tbody tr:focus td {
    background-color: #d8a7bd;
    transition: 0.3s;
} */


/* .table-responsive {
    max-height: 330px;
    width: 100%;
} */

.table,
.table-fixed {
    background: #fff;
    overflow-y: auto;
    text-align: center;
    border-collapse: collapse;
    /* max-width:100%; */
    /* max-height: 250px; */
    /* box-shadow: 0 10px 50px 0px rgba(0, 0, 0, 05); */
    /* width: 100%; */
    /* border-collapse: collapse; */
}

.tasnif {
    /* font-family: stc, Helvetica, sans-serif; */
    /* font-weight: bold; */
    background: linear-gradient(to top, #596275, #888);
    background: #596275;
    background: #84a2be;
    color: #fff;
    font-size: 10px;
    text-align: right;
    padding: 4px;
    padding-right: 15px;
    width: 99%;
}

.div-top {
    color: #303030;
    display: block;
    width: 95%;
    text-align: right;
    height: 100px;
}

.table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.table tbody tr:hover {
    background-color: #f7f8f7;
}

#tbody tr:hover td,
#asnaf_fatora tr:hover td,
#order_table tr:hover td {
    background-color: #FEEB9E;
       background-color: #CCE8FF;
    color: #000;
    transition: 0.1s;
    cursor: pointer;
}


/* .table thead th:nth-child(1),
.table tbody td:nth-child(1) {
  width: 90px;
  text-align: center;
} */


/* .table tbody td:nth-child(1) {
  background: #454ac5;
  color: #eee;
} */

.div_tabel {
    padding: 20px;
}

.tabel-header {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    background: #f0e68c;
    padding: 2px;
    margin: 0px;
}


/* ============= hiddin-scroll  ============= */

.hiddin-scroll {
    overflow-x: auto;
    -ms-overflow-style: initial;
    scrollbar-width: initial;
    /* height: calc(100vh - 240px); */
    margin: 3px;
}

.scroll {
    width: 1200px;
}


/* .hiddin-scroll::-webkit-scrollbar {
  display: flex;
} */


/* ========scrol================= */

.table th,
.table thead th,
.table-fixed thead th {
    top: -2px;
    position: sticky;
    /* background: #36a9da;
  background: #6ca6ce;
  background: #67A3CF;
  background: #64B9D9;
  color: #fff; */
    border: 1px solid #eee;
    font-family: Arial, Helvetica, sans-serif;
    font-family: stc, Helvetica, sans-serif;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
}

.table td,
.table tbody td,
.table-fixed tbody td,
.txt_table {
    padding: 2px 3px;
    color: #111;
    border: 1px solid #d0d0d0;
    text-align: right;
    font-size: 11px;
    font-weight: 500;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

@media screen and (max-width: 860px) {

    .table th,
    .table thead th,
    .table-fixed thead th,
    .table td,
    .table tbody td,
    .table-fixed tbody td,
    .txt_table {
        font-weight: bold;
    }
}

.table tfoot td {
    border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    background: #b1d5d9;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    .table thead th {
        background: #46739d !important;
        color: #fff !important;
    }

    .table tbody tr:nth-child(odd) {
        background-color: #fff;
    }

    .table tbody td,
    .table-fixed tbody td,
    .txt_table {
        font-size: 12px;
    }

    .hiddin-scroll {
        height: auto;
    }

    .scroll {
        width: 100%;
    }
}


/* .vendorListHeading th {
  background-color: #1a4567 !important;
  color: white !important;   
} */

.tableasnaf {
    width: 600px;
}

@media screen and (max-width: 991px) {

    /* .table-responsive {
        max-height: 250px;
        width: 100%;
    } */
    .table tbody td,
    .table-fixed tbody td,
    .txt_table {
        font-size: 12px;
    }

    /* .col-hid {
        display: none;
    } */
    .tableasnaf {
        width: 380px;
    }
}