.page-header {
    margin: 0px !important;
    margin-top: 5px !important;
}
.table-scrollable thead {
    background-color: #c4e6ff;
    color: rgb(58, 56, 56);
}
#table-scrollable thead {
    background-color: #c4e6ff;
    color: rgb(58, 56, 56);
}
.fixheader{
    /* border-collapse: separate;
    border-spacing: 0;  */
    width: 100% !important;

}
.bold{
    font-weight: bold;
}
/* .dataTables_scrollHeadInner{
    min-width: 100% !important;
} */
/* #table-scrollable table {
    text-align: left;
    position: relative;
  }

#table-scrollable thead {
    background-color: #c4e6ff;
    color: rgb(58, 56, 56);

    position: sticky;
    top: 0;
    z-index: 10;
}
#table-scrollable{
    max-height: 500px;
    overflow: auto;
}

.table-scrollable table {
    text-align: left;
    position: relative;
  }

.table-scrollable thead {
    background-color: #c4e6ff;
    color: rgb(58, 56, 56);

    position: sticky;
    top: 0;
    z-index: 10;
}
.table-scrollable{
    max-height: 500px;
    overflow: auto;
}
.fixheader{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
} */
.table th, .text-wrap table th {
    text-transform: capitalize !important;
}

.btn-xs {
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 2px 1px 5px;
}
.action-space{
    display: flex;
    justify-content: space-between;
}
.sorting, .sorting_asc, .sorting_desc {
    background : none;
}
.dropdown-item{
    color: black !important;
}
.action-font-size{
    font-size: 13px !important;
}
.form-action-btn{
    color: white !important;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    margin-right: 10px !important;
    font-weight: bold;
    font-size: 18px !important;
}
.select2{
    width: 100% !important;
}

.form-control{
    color: black !important;
}
.error-text{
    font-size: 15px !important;
}
.error-bg{
    background: bisque !important;
}
.m-star{
    font-size: 15px !important;
    color: red;
}
.required{
    font-size: 15px !important;
    color: red;
}

.btn-sky-blue{
    /* background-color: #0dcaf0; */
    font-size: 13px;
    /* font-weight: 500; */
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-save{
    background: #1fbfdb !important;
    border-color: #1fbfdb;
}
.btn-row-delete{
    background-color: red !important;
    border-color: red;
    font-size: 13px;
    font-weight: 500;
    color: white !important;
}

.btn-cancel-delete{
    background-color: #ae1429d4 !important;
    border-color: #ae1429d4 !important;
    font-size: 13px;
    font-weight: 500;
    color: whitesmoke !important;
}
.btn-row-edit{
    background-color: #edecb4 !important;
    border-color: #edecb4;
    font-size: 13px;
    font-weight: 500;
    color: #1a2170 !important;
}

.panel-body {
    padding: 0px !important;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.hidden{
    display: none;
}
.tab-content{
    margin-top: 20px !important;
}
.text-white{
    color: white !important;
}
.help-block{
    color: darkred;
}

.po_div {
    padding: 14px;
    font-size: 16px;
}
.select2Div{
    width: 300px !important;
}
.select2width .select2,.select-box{
    width: 250px !important;
}

table.table-bordered{
    border:1px solid rgb(0, 0, 0);
    margin-top:20px;
  }
table.table-bordered > thead > tr > th{
    border:1px solid rgb(0, 0, 0);
}
table.table-bordered > tbody > tr > td{
    border:1px solid black;
}
.form-control{
    border: black solid .5px;
}

.input-group-text{
    border: black solid .5px;
}
.select2{
    border: black solid .5px;
    border-radius: 7px;
}
/*.label-warning {
    background: #638baf;
    color: #fff;
}*/
/*.btn-warning {*/
/*    background: #638baf !important;*/
/*    border: #638baf !important;*/
/*    color: #fff;*/
/*}*/
.text-warning {
    color: #638baf !important;
}

/*
  --------------------
  |scrollbar thumb Start|
  --------------------
*/

body *::-webkit-scrollbar {
    width: 2px;
    height: 13px;
    transition: 0.3s background;
}
body *::-webkit-scrollbar-thumb {
    background: #9c9ca2;
    border-radius: 20px;
}
body *:hover::-webkit-scrollbar-thumb {
    background: #3434a6;
}
/*
  --------------------
  |scrollbar thumb End|
  --------------------
*/


/* input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
  color: #fff;
  position: relative;
}

input[type="date"]::-webkit-datetime-edit-year-field{
  position: absolute !important;
  border-left:1px solid #8c8c8c;
  padding: 2px;
  color:#000;
  left: 56px;
}

input[type="date"]::-webkit-datetime-edit-month-field{
  position: absolute !important;
  border-left:1px solid #8c8c8c;
  padding: 2px;
  color:#000;
  left: 26px;
}


input[type="date"]::-webkit-datetime-edit-day-field{
  position: absolute !important;
  color:#000;
  padding: 2px;
  left: 4px;

}*/
.error{
    color:red;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
table.dataTable tbody td.dt-right {
    text-align: right;
}
table.dataTable tbody td.dt-center {
    text-align: center;
}

.ui-datepicker .ui-datepicker-header {
    display: inherit;
}
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.ui-datepicker-trigger {
    margin-top: -25px;
    float: right;
    margin-right: 5px;
}

.form-label {
    display: inline-block !important;
  }
/*.dataTables_wrapper .dataTables_scrollHeadInner {*/
/*    width: 100% !important;*/
/*}*/

/*.dataTables_wrapper .dataTables_scrollHeadInner table {*/
/*    table-layout: auto !important;*/
/*    width: 100% !important;*/
/*}*/

.swal2-container {
    z-index: 99999 !important;
}
.tab-menu-heading {
    font-size: 14px;
}
.dt-buttons.btn-group{
    position: absolute;
    top: -42px !important;

}
.table-primary{
    background-color: #c4e6ff !important;
}

.btn-secondary, .btn-secondary:hover{
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.ck-editor__editable {
    min-height: 200px; /* Set the desired height here */
  }

