body {
    background: #f6f8fa;
}
.logo-text {
    font-size: 2.5rem;
    font-weight: 900;
    color: #414141;
}
.logo-text span {
    color: #ef305e;
}

.position-relative {
    position:  relative !important;
}

#login_form_block {
    width: 100%;
    max-width: 500px;
}

.card .card-body {
    padding: 1rem 1rem;
}
.card .card-header {
    padding: 1rem 1rem;
}

.cp {
    cursor: pointer;
}

.hide {
    display: none !important;
}

table.dataTable>thead .sorting:after, table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before {
    bottom: 0 !important;
}

.text-delete {
    text-decoration: line-through;
}

.box_loader {
  position: absolute;
  background-color: rgba(255,255,255,0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

#card-title {
    text-transform: uppercase;
}

#data_table > thead > tr > th {
    font-weight: 300;
    color: #019ef7;
} 

#div_datatable .dataTables_length {
    width: 40%;
    float: left;
}
#div_datatable .dataTables_length label {
    width: 100%;
    padding-right: 10px;
}
#div_datatable .dataTables_length select {
    width: 100%;
    display: block;
    background: #F1FAFF;
    box-shadow: none;
    border: 0px;
    border-bottom: 2px solid #019ef7;
}

#div_datatable .dataTables_filter {
    width: 60%;
    padding-right: 10px;
    float: left;
}
#div_datatable .dataTables_filter label {
    width: 100%;
}
#div_datatable .dataTables_filter label div {
    padding-left: 10px;
}
#div_datatable .dataTables_filter input {
    width: 100%;
    background: #F1FAFF;
    box-shadow: none;
    border: 0px;
    border-bottom: 2px solid #019ef7;
}

.editor_block_hide,
.editor_block_price_hide,
.editor_block_recipe_hide,
.editor_block_logistic_hide {
    display: none;
}

#data_table_organization_search_filter,
#data_table_contractors_search_filter,
#data_table_contractors_address_search_filter,
#data_table_user_search_filter,
#data_table_nomenclature_search_filter,
#data_table_truck_search_filter,
#data_table_storage_search_filter {
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: 10px;
}
#data_table_organization_search thead,
#data_table_contractors_search thead,
#data_table_contractors_address_search thead,
#data_table_user_search thead,
#data_table_contractors_search thead,
#data_table_contractors_search thead,
#data_table_truck_search thead, 
#data_table_storage_search thead {
    display: none;
}

#order_seller_name {
    /* display: none; */
}

.form-control:disabled {
    color: #5e6278;
}

.order_tab.active {
    font-weight: 600;
    color: #009ef7 !important;
}
#card_order .nav-line-tabs .nav-item .nav-link {
    margin: 0 0.5rem;
}

#modal_search_cntr_inn,
#modal_search_organizations,
#modal_search_contractors_address, 
#modal_search_cntr_inn,
#modal_search_contractors,
#modal_search_users,
#modal_search_nomenclature,
#modal_search_truck,
{
    z-index: 1060;
    background: rgba(0,0,0,0.50);
}

.track_title_block {
    position: absolute;
    z-index: 100;
    top: -11px;
    left: 14px;
    text-transform: uppercase;
    width: 100%;
    max-width: 170px;
}
.track_delete_block {
    position: absolute;
    z-index: 100;
    top: -11px;
    right: 7px;
    text-transform: uppercase;
    text-align: end;
    width: 100%;
    max-width: 70px;
}


@media (max-width: 767.98px) {
    .modal-dialog {
        margin: 0 !important;
    }
}