/* #totaltable {
    background: rgb(244, 247, 252);
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
    min-height: 100vh;
    width: calc(100% - 50px);
} */
.search-mr {
    margin-right: 5px;
}
#totaltable .form {
    height: 42px;
    border-radius: 6px;
    border: 0.5px solid #bbc2d3;
    background-color: rgb(255, 255, 255);
    margin: 0px 0px 20px;
}
#totaltable .form .inputClass {
    border: none;
    box-shadow: none;
    width: auto;
    outline: none !important;
}
#totaltable .form .inputClass::placeholder {
    opacity: 0.5;
    font-size: 16px;
    color: rgb(112, 124, 150);
}
.btn-mt {
    margin-top: 4px;
}
.de-btn1 {
    width: 100px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    padding: 5px 0px;
    outline: none !important;
}
.de-btncolor {
    background-color: rgb(255, 146, 24);
}
.del-btncolor {
    background-color: rgb(247, 66, 66);
}
.edit-btncolor {
    background-color: rgb(36, 14, 173);
}
.act-btncolor {
    background-color: rgb(97, 188, 8);
}
.arch-btncolor {
    background-color: rgb(255, 222, 185);
    color: rgb(234, 123, 1);
}
thead {
    color: rgb(129, 142, 148);
    text-align: center;
    font-size: 14px;
}

.order_no,
.bs_names,
.bs_orgs,
.delivery_status_updatedon {
    text-align: left !important;
    min-width: 90px !important;
}
.checkboxCell-width {
    width: 40px !important;
}
.finance_dataTables thead th,
.finance_dataTables thead td {
    border-bottom: none;
    font-size: 14px;
    color: rgb(129, 142, 148);
    font-weight: 600;
    line-height: 19px;
    background: #e7eaf0;
    padding: 10px 14px !important;
}
.finance_dataTables td {
    font-weight: 400;
    color: rgb(112, 124, 150);
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px 14px !important;
    font-size: 14px !important;
    min-width: 150px;
    overflow: hidden;
    text-overflow: initial;
    white-space: normal;
    cursor: auto;
    word-break: break-word;
}
#id_tabel .detail_action {
    color: #007bff !important;
}
.cs-det{
    display: inline-flex;
}
.nomax-width tr td {
    max-width: unset !important;
}
.dataTables_wrapper .dataTables_length {
    float: right;
    width: 30%;
    display: contents;
    margin: 0px 10px;
}
.dataTables_wrapper .dataTables_info {
    float: right;
    width: 30%;
    display: contents;
    color: rgb(100, 117, 137);
}
.dataTables_wrapper .dataTables_info .select-info {
    display: none;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    margin-top: 10px;
    margin-right: 50px !important;
}
label {
    margin-right: 50px;
    margin-left: 0;
    color: rgb(100, 117, 137);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border-radius: 4px;
    border: none;
    outline: none;
    color: black !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border: none !important;
    outline: none !important;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    background: rgb(231, 234, 240);
}
.dataTables_length select {
    margin: 15px 6px 8px;
    outline: none;
    border-radius: 5px;
    border: none;
    color: rgb(100, 117, 137);
    background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #fff),
        color-stop(100%, #dcdcdc)
    );
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
.table-small tbody tr {
    background-color: rgb(249, 249, 249);
    height: 40px !important;
    cursor: pointer;
}
.small-table-div .dataTables_length label {
    margin-right: 10px;
    margin-left: 15px;
    color: rgb(100, 117, 137);
    font-size: 14px;
}
.small-table-div .dataTables_paginate {
    margin-right: 10px !important;
}
.small-table-div .dataTables_info {
    font-size: 14px;
}
.result-table {
    display: none;
}
.result-table {
    background: #fff;
    border-radius: 20px;
    padding: 20px 0% 0px;
    width: 98%;
    margin: 0 auto;
    height: fit-content;
    overflow: hidden;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.result-table.second-result-table {
    display: block !important;
    background: none !important;
    box-shadow: none;
}
.second-result-table .result-table-header {
    padding: 0px !important;
    height: 60px;
}
.inner-header h2 {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: 0.17px;
    text-align: left;
    color: #707c96;
    text-transform: uppercase;
}
span.back-arrow {
    margin-right: 10px;
    display: inline-grid;
    padding-top: 5px;
}
.result-table-header {
    display: flex;
    padding: 0px 20px !important;
}
.result-table .table-actions {
    text-align: left;
}
.result-table tbody tr,
.result-table tbody td {
    background: #f4f7fc !important;
    border-bottom: 1px solid #fff;
}
.result-table tbody tr:last-child td {
    border-bottom: 1px solid #707c96;
}
.result-table .dataTables_wrapper {
    background: #fff;
    overflow-x: auto;
}

.details-result-table .dataTables_wrapper {
    background: rgb(231, 234, 240) !important;
    overflow-x: auto;
}
.modal-content {
    width: 85%;
}
.modal-body {
    padding: 1.25rem;
}

.btn-got {
    width: 80px;
    border-radius: 5px;
    padding: 3px;
    background-color: rgb(62, 62, 210);
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    font-size: 13px;
}
.modal h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.17;
    color: rgb(112, 124, 150);
}
table.dataTable thead .sorting_asc {
    /* background-image: url("../images/Icons/assending.svg"); */
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
}
table.dataTable thead .sorting_desc {
    /* background-image: url("../images/Icons/desending.svg"); */
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
}
table.dataTable thead .sorting {
    /* background-image: url("../images/Icons/sorting.svg"); */
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
}
.delivery_status.sorting_asc,
.reason-1.sorting_asc,
.noarrrow.sorting_asc,
.set_pending.sorting_asc,
.set_supplier.sorting_asc,
.result-table .order_no.sorting_asc,
#pending_setts_table .sorting_asc,
.main_invoiceNo.sorting_asc,
.supplier_bank.sorting_asc,
.bs_names.sorting_asc,
.invoice_date.sorting_asc {
    background-image: none !important;
}
.bs_orgs.sorting_asc {
    background: none !important;
}
.set_supplier {
    text-align: left !important;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: rgb(249, 249, 249);
    height: 70px;
}
table.dataTable tbody tr {
    background-color: rgb(255, 255, 255);
    height: 45px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid rgb(231, 234, 240);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.1em 0.5em;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none !important;
    color: rgb(51, 51, 51) !important;
    border: 1px rgb(106, 111, 138) !important;
}
*,
::before,
::after {
    box-sizing: border-box;
}
.table-actions {
    text-align: right;
    padding-right: 0px;
}
.paginate_button.previous {
    visibility: hidden;
    position: relative;
}
.paginate_button.previous:after {
    visibility: visible;
    position: absolute;
    top: 8px;
    right: 0px;
    background-color: red;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/Icons/previous-icon.svg") no-repeat 0px 0px;
    display: inline-block;
    background-size: contain;
}
.paginate_button.next {
    visibility: hidden;
    position: relative;
}
.paginate_button.next:after {
    visibility: visible;
    position: absolute;
    top: 8px;
    left: 0px;
    background-color: red;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/Icons/next-icon.svg") no-repeat 0px 0px;
    display: inline-block;
    background-size: contain;
}
td.deliveryamount,
td.miscamount {
    font-size: 20px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
}

td.no_of_ordrs {
    cursor: pointer !important;
    text-decoration: underline;
    font-weight: 600;
}
.main_issued_to {
    text-align: left !important;
}
#pending_setts_table tbody tr td {
    cursor: pointer;
}

.invoice_history tbody tr td {
    cursor: auto;
}
#pending_setts_table tbody tr.active td {
    background: #f4f7fc;
}
.total-amount {
    height: 100%;
    background: #fff;
    margin-top: 2px;
    border: solid 2px #e7eaf0;
}

.total-amount p {
    margin-bottom: 0px;
    padding: 13px;
}
td.set_pending {
    text-decoration: underline;
    font-weight: 600;
}
.hide {
    display: none !important;
}
.status_reason {
    display: none;
}
.status_reason {
    text-overflow: unset !important;
    -webkit-line-clamp: 2 !important;
    min-width: 400px !important;
    max-width: 400px !important;
    -webkit-box-orient: vertical;
    padding-left: 0px !important;
}
.status_reason spam {
    white-space: break-spaces;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: unset !important;

    word-break: break-word !important;
}

.result-table .dataTables_wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
    background-color: #f5f5f5;
}
.result-table .dataTables_wrapper::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}
.result-table .dataTables_wrapper::-webkit-scrollbar-thumb {
    background-color: #4b637b8f;
    border-radius: 5px;
}
.result-table .dataTables_wrapper::-webkit-scrollbar:horizontal {
    height: 3px !important;
}
#refreshDatatableIcon {
    cursor: pointer;
    padding: 10px;
}
#tblsrch {
    margin: 2px;
    padding: .375rem .75rem;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before{
    top: inherit;
    left: 15px;
    height: 18px;
    width: 18px;
    font-weight:bold;
    background-color: #1a1941;
    line-height: 17px;
}
table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before, table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before{
    background-color: #1a1941;
}
table.dataTable tr.child ul li {
    flex: 0 0 0%;
    padding: 1em !important;
}
table.child ul{
    flex-wrap: wrap;
}
.dtr-data{
    display: block;
}
table.dataTable tr.child ul li {
    flex: 0 0 0%;
    padding: 1em !important;
}
table.dataTable tr.child span.dtr-title{
    min-width: 200px;
}
/*Switch CSS*/
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    /* width: 40px;   */;
    right: 20px;
    margin-right: 0;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.material-switch > input[type="checkbox"] {
    display: none;
}
.label-success {
    background-color: #00a65a;
  }
/*.Switch CSS*/
.iti{
    display: block !important;
}
.action-icons,.details-control{
    cursor: pointer;
}
button.btn.btn-default.mainSearchBtn {
    height: 40px;
}
.breadcrumb{
    background-color: transparent;
}
table.finance_dataTables {
    table-layout:fixed;
}
.finance_dataTables td{
    overflow:hidden;
    text-overflow: ellipsis;
}