.hide {
  display: none!important;
}

.select2-container--bootstrap5 .select2-selection__clear {
  right: 1rem;
}

.w-90 {
    width: 90%!important
}
.w-10 {
    width: 10%!important
}
.w-80 {
    width: 80%!important
}
.w-20 {
    width: 20%!important
}

.return_provider_block {
  float: right;
  text-align: center;
}

.drawer {
  z-index: 1100;
}

.slim_dl {
  margin-bottom: 5px;
  padding-bottom: 3px;
}

.change_status i {
  font-size: 1.4em;
}

.select2-container .select2-selection--multiple {
  min-height: 48px!important;
}
.select2-container--bootstrap5.select2-container--focus .form-select-solid, 
.select2-container--bootstrap5.select2-container--open .form-select-solid {
    background-color: #f9f9f9;
    border: 1px solid #e4e6ef;
}
.form-select.form-select-solid {
    background-color: #f5f8fa;
    border: 1px solid;
    border-color: #e4e6ef;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}

.new_order_block {
  top: 38% !important;
  z-index: 1;
}

.filter_plus {
  display: none;
}

.show_more_filter_block,
.hide_more_filter_block {
  font-size: 0.9rem;
  text-align: center;
  margin-top: -3px;
  min-height: 38px;
  text-transform: uppercase;
}
.show_more_filter {
  border-radius: 0px 0px 8px 8px;
  cursor: pointer;
  background: #fff;
  width: 200px;
  padding: 10px 20px;
  z-index: 2;
}
.hide_more_filter {
  border-radius: 0px 0px 8px 8px;
  cursor: pointer;
  background: #fff;
  width: 200px;
  padding: 10px 20px;
  z-index: 2;
}
.show_more_filter, 
.hide_more_filter {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
}

i.mdo,
i.mdo_copy {
  margin-right: 5px;
}

.nw {
  white-space: nowrap!important;
}

.swal2-container .swal2-html-container {
    max-height: 500px;
    overflow: auto;
}

#table_reward tr td span i,
#table_nal tr td span i {
  font-size: 1.5rem;
}

#table_reward > tbody > tr > td:nth-child(1) {
  width: 30px;
  padding-left: 8px;
  padding-right: 0px;
}
#table_reward > tbody > tr > td:nth-child(2) {
  width: 20%;
  padding-left: 2px;
  padding-right: 2px;
}
#table_reward > tbody > tr > td:nth-child(3) {
  padding-left: 8px;
  padding-right: 8px;
}
table#table_reward > tbody > tr > td:nth-child(4) {
  width: 20%!important;
  padding-left: 8px;
  padding-right: 8px;
  text-align: right;
  font-weight: 800;
  text-align: right;
  font-weight: 600;
}



#report_manager_lock {
  background: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#check_all {
  position: absolute;
  left: -45px;
  top: 54px;
}
#check_all_modal {
  position: absolute;
  left: -45px;
}

.mass_select {
  position: absolute;
  left: -28px;
  top: 38px;
}
.m_select {
  background-color: #ffe3e1 !important;
}

.extend_filter {
  display: none;
}

.mshow {
  font-size: 0.85rem;
  margin-top: 3px;
  color:#6a6a6a;
}

.mslct {
  cursor: pointer;
}
.mslct:hover {
  color:#009ef7;
}

.mlist {
  margin-top: -5px;
  margin-bottom: 10px;
  line-height: 1;
  min-height: 8px;
}
.mlist > div {
  font-size: 0.85rem;
  float: left;
  color: #7239ea;
}
.mlist > div.spr {
  margin-right: 3px;
  margin-left: 3px;
  font-size: 1rem;
  color: #ccc;
}
.mlist > div.mslct {
  font-weight: 700;
  color: #ff5722;
}

#modal_bank .modal-dialog {
    max-width: 700px;
}

dl.bank_info > dt, 
dl.bank_info > dd {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #afb3b7;
    margin: 0;
    line-height: 1.1;
    font-size: 0.85rem;
}

#table_nal > tbody > tr > td:nth-child(1) {
  width: 30px;
  padding-left: 8px;
  padding-right: 0px;
}
#table_nal > tbody > tr > td:nth-child(3) {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
}
table#table_nal > tbody > tr > td:nth-child(4) {
  width: 15%!important;
  background-color: #e8fff3;
  padding-left: 8px;
  padding-right: 8px;
  text-align: right;
  font-weight: 800;
}
#table_nal > tbody > tr > td:nth-child(5) {
  width: 15%!important;
  background-color: #fff5f8;
  padding-left: 8px;
  padding-right: 8px;
  text-align: right;
  font-weight: 800;
}

.delta_alarm {
  background: #fff3f3 !important;
}

.td_date,
.td_date:hover {
  color: #838383 !important;
  background: #edf7ff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding: 6px 8px !important;
  box-shadow: none !important;
}

.logo-text {
  font-size: 2.5rem;
  font-weight: 900;
  color: #414141;
}
.form-label {
  margin-bottom: 0;
  font-weight: 300;
}
.suggestions-wrapper {
  position: absolute;
  width: 100%;
  border-radius: 6px;
}

.locker {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.09);
}

.scrol-toggle {
  visibility: hidden;
  z-index: 1;
}

.nwr {
  white-space: nowrap;
}

.modal-dialog.srednee {
  max-width: 900px;
}

.bg1 {
  background-color: #f7ffed !important; /* светло-зеленый */
  min-width: 140px;
}
.bg2 {
  background-color: #f0f4ff !important; /* светло-синий */
  min-width: 140px;
}

#bailee_list_table > tr > td:nth-child(1) {
  width: 65%;
}
#bailee_list_table > tr > td:nth-child(2) {
  width: 30%;
}
#bailee_list_table > tr > td:nth-child(3) {
  width: 5%;
}

#other_expenses_table_filter {
    width: 100% !important;
}

#div_datatable1>.table-sm>:not(caption)>*>* {
    padding: 0.8rem 0.5rem 0.6rem;
}
#div_datatable1 .table.table-row-bordered tr {
    border-bottom-width: 2px;
}
#div_datatable1 .table.nm-table tr {
    border-bottom-width: 1px!important;
}

dl.onal {
  margin: 0;
}
dl.onal > dt,
dl.onal > dd {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #afb3b7;
    margin: 0;
}


.t_sup dl dd {
  font-weight: 700;
}

tr.t_sup > td:nth-child(1) {
  width: 35%;
}
tr.t_sup > td:nth-child(2) {
  width: 45%;
}
tr.t_sup > td:nth-child(4) {
  width: 18%;
}

.t_sup_m dl dd {
  font-weight: 700;
}

tr.t_sup_m > td:nth-child(1) {
  width: 35%;
}
tr.t_sup_m > td:nth-child(2) {
  width: 20%;
}
tr.t_sup_m > td:nth-child(4) {
  width: 40%;
}


.table-m.bos_tb > tbody > tr > td:nth-child(2) {
  text-align: right;
  width: 20%;
}
.table-m.bos_tb > tbody > tr > td:nth-child(3) {
  text-align: right;
  width: 20%;
  font-weight: 600;
}

.table-m.bos_tb_top > tbody > tr > td:nth-child(1) {
  text-align: left;
  width: 40%;
}
.table-m.bos_tb_top > tbody > tr > td:nth-child(2) {
  text-align: right;
  width: 60%;
}

.table-super dl {
  margin-right: 3px;
}
.table-super dl,
.table-super dl > dt,
.table-super dl > dd {
  line-height: 1;
  margin-top: 2px;
  margin-bottom: 2px;
}
.table-super dl > dd {
  text-align: right;
}
.table-super dl > dt,
.table-super dl > dd {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #eff2f5;
}

.itog_super dl > dt,
.itog_super dl > dd {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #afb3b7;
  margin: 0;
}

.table-m.manager_tb > tbody > tr > td:nth-child(2) {
  text-align: right;
  width: 60%;
}
.table-m.manager_tb > tbody > tr > td:nth-child(3) {
  text-align: right;
  width: 50%;
  font-weight: 600;
}

tr.errorz > td:nth-child(1) {
  border-left: 4px solid red;
}
.rerror {
  color: red;
  margin-top: 5px;
  font-size: 0.95rem;
  line-height: 1;
}

.cp {
  cursor: pointer;
}

.lpr div {
  font-size: .875rem;
  padding: 2px 0;
}

#beneficiary_block {
  display: none;
}

#show_doc_type {
    background-color: #fff2fd;
    border-color: #fff2fd;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}

#search_client_clear {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 35px;
  font-size: 1.4rem;
}

.form_clear {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 17px;
  top: 32px;
  font-size: 1.4rem;
}
.autocomplete-suggestions {
  background-color: #fcfeff;
  -webkit-box-shadow: 5px 5px 23px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 5px 5px 23px 0px rgba(0,0,0,0.18);
  box-shadow: 5px 5px 23px 0px rgba(0,0,0,0.18);
  border-radius: 6px;
  overflow-y: scroll;
  padding: 10px 5px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 5px 7px;
  line-height: 1;
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background-color: #f5f8fa;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #f5f8fa;
}
.table-m {
  margin-bottom: 0;
}
.table-m > tbody > tr > td {
  padding: 3px 8px !important;
  font-size: 0.9rem;
}
.table-m {
  line-height: 1;
}

tr.add_in_order td {
  padding: 0.2rem 0.5rem;
}

.edit_nom {
  cursor: pointer;
}
.edit_nom:hover {
  color: #7239ea!important;
}

.fs-m {
  font-size: .8rem!important;
}

.htd {
  background-color: #eff2f5;
}
.table-m > tbody > tr.htd > td {
  padding: 5px 3px 3px 3px !important;
}
.table-m > tbody > tr.htd > td:nth-child(2),
.table-m > tbody > tr.htd > td:nth-child(3) {
  font-weight: 600;
}
.htd td:nth-child(2){
  text-align: center;
  /* background: #e7f1fb; */
  /* color: #a1a5b7!important; */
}
.htd td:nth-child(3){
  text-align: center;
  /* background: #e9fbe7; */
  /* color: #a1a5b7!important; */
}
td.c1 {
  background: #e7f1fb;
}
td.c2 {
  background: #e9fbe7;
}

#div_datatable1 > #data_table > tbody > tr > td:nth-child(1) {
  width: 135px;
}
#div_datatable1 > #data_table > tbody > tr > td:nth-child(2) {
  /* min-width: 250px!important;
  max-width: 300px!important; */
  width: 280px;
}

#data_table .badge-info {
  padding: 0.3em 0.4em;
  margin-top: 3px;
  border-radius: 4px;
}
.table-super .badge-info {
  padding: 0.3em 0.4em;
  margin-top: 3px;
  border-radius: 4px;
}

.doc_change:hover,
.upd_change:hover {
  color: #7239ea!important;
}

.message_error {
  line-height: 1;
  margin-bottom: 10px;
}

.page-item .page-link {
  height: 1.8rem;
  min-width: 1.5rem;
}

.suggestions-suggestions {
  max-height: 220px;
  overflow: auto;
}

.check_1c {
  cursor: pointer;
}
tr.color1c > td:nth-child(1){
  border-left: 2px red solid;
}
.color1c.bg-light-warning {

}

.select_edit_exp {
  background: #f0ffdf;
}
tr.edit_exp > td {
  padding-right: 5px!important;
  padding-left: 5px!important;
}

#modal_exp .modal-dialog {
  max-width: 900px;
}

#nomenclature_list input {
  max-width: 100px;
}

#nomenclature_list .provider.text-success .c_name {
  line-height: 1;
  font-size: 0.95rem;
  font-weight: 600;
}
#nomenclature_list .provider.text-danger .c_name {
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
}

table.dataTable.table-sm>thead>tr>th {
  line-height: 1 !important;
}

table.nm-table > tbody > tr > td:nth-child(1){
  width: 40%;
}
table.nm-table > tbody > tr > td:nth-child(2){
  width: 30%;
}
table.nm-table > tbody > tr > td:nth-child(3){
  width: 30%;
}

.ord_menu {
  cursor: pointer;
  margin-right: 10px;
}

.daterangepicker {
  margin-right: 10px;
}

/*
.order_table > thead > tr > th:nth-child(1){
  width: 40px;
}
.order_table > thead > tr.order_w > th:nth-child(4){
  width: 100px;
}
.order_table > thead > tr.order_w > th:nth-child(5){
  width: 100px;
}
.order_table > thead > tr.order_w > th:nth-child(6){
  width: 100px;
}
.order_table > thead > tr.order_w > th:nth-child(7){
  width: 100px;
}
.order_table > thead > tr > th:nth-child(8){
  width: 130px;
}
*/

.order_table input.form-control {
  width: 100%;
}

.order_table .bcb {
  background: #e7f1fb;
}
.order_table .bcs {
  background: #e9fbe7;
}

.order_table.mdl>thead>tr>th,
.order_table.mdl>tbody>tr>td {
  text-align: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.nm-table .pm3 {
  float: right;
  min-width: 50px;
  font-weight: 500;
}

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

#create_success {
  display: none;
}

.modal-header {
  padding: 1.2rem 1.5rem;
}
.modal-title {
  text-transform: uppercase;
  font-weight: 400;
  color: #414141;
  font-size: 1.5rem;
  line-height: 1.2;
}

.pr_icon i {
  font-size: 1.2rem;
  margin-left: 2px;
}

.form-control {
  font-weight: 600;
  background: #f6f8fa;
}
.form-select {
  font-weight: 600;
  border: none;
  background: #f6f8fa;
}
.form-floating>label {
  color: #252525;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.85) translateY(-.9rem) translateX(-.6rem);
}
.form-check.form-check-solid .form-check-input {
    background-color: #bcddff;
}

#client_search {
  border: 2px solid #019ef7;
}

.link_dot {
  border-bottom: 1px dotted;
}

#lock_info {
  text-transform: none !important;
}
.lockers_bg {
  background-color: #eee!important;
}

#payments_data_add_lock {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}
#payments_data_add {
  display: none;
  position: absolute;
  padding: 30px;
  width: 95%;
  left: 3%;
  top: -200px;
  background: #607d8b;

  -webkit-box-shadow: 0px 0px 200px 200px rgba(255,255,255,0.81);
-moz-box-shadow: 0px 0px 200px 200px rgba(255,255,255,0.81);
box-shadow: 0px 0px 200px 200px rgba(255,255,255,0.81);
}
.close_add_bank_data {
  display: block;
  margin-top: -20px;
  margin-right: -30px;
  cursor: pointer;
}
#payments_data_list {
  /* min-height: 120px; */
}

#users_list .u_contact {
  line-height: 1.2;
}
#users_list .u_contact i {
  margin: 0 5px;
}
#users_list tr td {
  vertical-align: middle;
  line-height: 1.2;
}

.noise_global {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1099;
    background-image: url(/images/noise.gif);
    opacity: 0.3;
}
.noise_global_text {
  color: white;
    position: absolute;
    text-align: center;
    top: 30%;
    font-size: 3rem;
    font-weight: 900;
    left: 0;
    right: 0;
}
.m_err {
    text-align: left;
    margin-bottom: 7px;
    line-height: 1.1;
}

.logo-text span {
  color: #ef305e;
}
.uppercase {
  text-transform: uppercase;
}
.position-relative {
  position: relative;
}
.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;
}
.clear_icon {
  display: none;
  cursor: pointer;
  position: absolute;
  right: -23px;
  bottom: 55px;
  opacity: 0.4;
}
.bg-login {
  background-image: url(/images/background/bg_beton.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clear_icon:hover {
  opacity: 1;
}
.date_chat {
  font-size: 0.75rem !important;
}
#adress_start,
#adress_end {
  padding-right: 35px !important;
}

#table_orders_list .t1 div {
  font-size: 0.8rem;
  color: #828282;
}

#table_orders_list #table_orders_list_new td.t1 {
  border-left: 2px solid #ff0000;
}

#table_orders_list .t1 {
  padding-left: 10px;
}

.mv-90-p {
  width: 90% !important;
}
.mv-100-p {
  width: 100% !important;
}
.chat_block_you {
  position: relative !important;
}
.chat_block_you::after{
  content: '';
  position: absolute;
  right: -20px;
  top: 0px;
  border: 10px solid transparent;
  border-left: 15px solid #e8fff3;
}
.chat_block_other {
  position: relative !important;
}
.chat_block_other::after{
  content: '';
  position: absolute;
  left: -20px;
  top: 0px;
  border: 10px solid transparent;
  border-right: 15px solid #f8f5ff;
}

#div_datatable table thead tr {
  background: #e4e6ef;
}
#div_datatable div.dt-buttons {
    width: 100%;
}
#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;
}
#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%;
}
#div_datatable  div.dataTables_wrapper div.dataTables_info {
    text-align: right;
}
#div_datatable table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled) {
    padding-right: 20px;
}

#md_div_datatable table thead tr {
  background: #e4e6ef;
}
#md_div_datatable div.dt-buttons {
    width: 100%;
}
#md_div_datatable .dataTables_length {
  width: 40%;
  float: left;
}
#md_div_datatable .dataTables_length label {
  width: 100%;
  padding-right: 10px;
}
#md_div_datatable .dataTables_length select {
  width: 100%;
  display: block;
}
#md_div_datatable .dataTables_filter {
  width: 60%;
  padding-right: 10px;
  float: left;
}
#md_div_datatable .dataTables_filter label {
  width: 100%;
}
#md_div_datatable .dataTables_filter label div {
  padding-left: 10px;
}
#md_div_datatable .dataTables_filter input {
  width: 100%;
}
#md_div_datatable  div.dataTables_wrapper div.dataTables_info {
    text-align: right;
}
#md_div_datatable table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled) {
    padding-right: 20px;
}

.edit_user {
  cursor: pointer;
}

.dcl:hover,
.titg.sld:hover {
  border-bottom: 1px dotted;
}
#saldo_all_table tr th:not(:nth-child(1)) {
  text-align: right;
}
#saldo_all_table tr th {
  font-size: 0.9rem;
  line-height: 1;
  padding-right: 25px;
  padding-left: 5px;
}

#saldo_all_table td:not(:nth-child(1)) {
  text-align: right;
  font-size: 0.9rem;
}
#saldo_all_table td {
  line-height: 1;
  padding-right: 5px;
  padding-left: 5px;
}
#saldo_all_table tr td.titg {
  font-size: 1rem;
  font-weight: bold;
}
#saldo_all_table_filter {
  width: 100% !important;
}
#saldo_all_table {
  padding: 0 !important;
  margin: 0 !important;
}
#saldo_all_table.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: #fffaca;
}

div.dtfh-floatingparent.dtfh-floatingparenthead {
  margin-top: 120px;
}
body > div.dtfh-floatingparent.dtfh-floatingparenthead > table.table[aria-describedby="saldo_all_table_info"] > thead > tr > th {
  font-size: 0.9rem;
  line-height: 1;
  padding-right: 25px;
  padding-left: 5px;
  text-align: right;
}
body > div.dtfh-floatingparent.dtfh-floatingparenthead > table.table[aria-describedby="saldo_all_table_info"] > thead > tr > th::after, 
body > div.dtfh-floatingparent.dtfh-floatingparenthead > table.table[aria-describedby="saldo_all_table_info"] > thead > tr > th::before {
  display: none;
}

table.dataTable>thead .sorting_desc:after {
  background: none;
}
table.dataTable>thead .sorting_asc:after {
  background: none;
}

table.dataTable>thead .sorting_desc:after {
  content: "↑";
  opacity: 1;
}

table.dataTable>thead .sorting_asc:after {
  content: "↓";
  opacity: 1;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #5e6278;
}
.select2-container--bootstrap5 > .select2-dropdown > .select2-results > .select2-results__options > .select2-results__option > .select2-results__options {
    min-height: initial;
    max-height: initial;
    overflow-y: initial;
}

.zp::before {
  content: 'з/п';
}

.rdate {
  background: #141628;
  color: #fff !important;
  font-weight: 600 !important;
}

.rord {
  background: #f7f5ff !important;
  font-weight: 600 !important;
}
.erord {
  background: #e8fff3 !important;
  font-weight: 600 !important;
}
.c_n {
  width: 250px;
}
.c_p {
  text-align: right;
  font-weight: 600 !important;
  width: 90px;
}
.c_c {
  text-align: right;
  width: 140px;
}

.lnb {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #afb3b7;
    margin: 0;
}

.driver_block {
    background: #f6f8fa;
    border-radius: 6px;
    padding: 10px;
}
.driver_block .table.table-row-dashed tr {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #9098a1;
}
.brgh {
  border-right: 1px dashed #9098a1 !important;
}

.bline {
  border-bottom: 1px dashed #9098a1 !important;
}

.filter_driver {
  margin-top: 15px;
}

@media (min-width: 576px) {
  #modal_nom_edit .modal-dialog {
    min-width: 650px;
  }

}

@media (min-width: 992px) {

  .content {
    padding: 15px 0 20px;
  }

}

@media (max-width: 768px) {

  .login-box {
    width: 95%;
  }

}
