@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0 !important;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
/*
  display: block;
*/
}

.img-icon {position: relative; width: 30px; height: 30px; display: table-cell; text-align: center; vertical-align: bottom; line-height: 1;}
.img-icon:before {font-size: 18px; margin-top: 6px; color: #5d6a77;}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none !important;
}

html,
body {
  height: 100%;
  position: static;
  font-family: "Noto Sans", sans-serif !important;
  overflow-x: hidden;
  border-color: #c9d3db;
}

body {
  height: 100%;
}

.wrapper {
  min-height: 100vh;
}

.main {
  position: relative;
}

.footer {
  font-size: 12px;
}

.left {
  width: 230px;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.disabled {
  background: #c9d3db;
  color: #9aa5b0;
  border-color: var(--bs-border-color);
}

.font-10 {
  font-size: 10px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-24 {
  font-size: 24px !important;
}

.text-blue-new,
.text-blue-newclass.active {
  color: #0064b9 !important;
}

.text-yellow-new {
  color: #8d7300 !important;
}

.text-green-new {
  color: #3e851a !important;
}

.bg-green-new {
  background: #eaf9e3 !important;
}

.text-yellow-neww {
  color: #c8a700 !important;
}

.bg-yellow-new {
  background: #fff8d1 !important;
}

.text-gray-new {
  color: #5d6a77 !important;
}

.text-lightgray-new {
  color: #9aa5b0 !important;
}

.border-gray-new,
.border-gray-new:active,
.border-gray-new:hover {
  border: 1px solid #c9d3db !important;
}

.bg-modal-footer {
  background: #ebf0f5 !important;
}

.bg-white-new,
.bg-white-newclass.active
{
  background: #e1f1ff !important;
}

.bg-blue-new {
  background-color: #1979cc !important;
}
.bg-blue-new:hover {
  background-color: #1a80d9 !important;
}
.bg-danger-new {
  background-color: #cc1919 !important;
}
.bg-danger-new:hover {
  background-color: #d91a1a !important;
}
.bg-success-new {
  background-color: #19cc19 !important;
}
.bg-success-new:hover {
  background-color: #1ad91a !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="text"]:focus-visible,
input[type="number"]:focus,
input[type="number"]:focus-visible,
input[type="date"]:focus,
input[type="date"]:focus-visible,
input[type="time"]:focus,
input[type="time"]:focus-visible,
input[type="checkbox"]:focus,
input[type="checkbox"]:focus-visible,
select:focus {
  border-color: #1979cc !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

select option {
  background: #0b1d2d;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  text-shadow: none;
}
.login-form label span {
    width: 30px;
    height: 30px;
    right: 5px;
    bottom: 6px;
    cursor: pointer;
}

.btn:active,
.btn:focus,
.page-link:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.nav-link .nav-link-img path,
.nav-link .nav-link-img rect {
  fill: #9aa5b0 !important;
}

.nav-link.active .nav-link-img path,
.nav-link.active .nav-link-img rect {
  fill: #1979cc !important;
}

.nav-link-text {
  font-size: 12px !important;
}

.nav-link-img {
  min-width: 30px !important;
  min-height: 30px !important;
  color: #9aa5b0;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.btn-group .nav-link {
  font-size: 14px !important;
  color: #5d6a77;
  text-transform: inherit !important;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.btn-group .nav-link:hover {
  color: var(--bs-link-color);
}

.right {
  width: calc(100% - 230px);
}

h2 {
  font-size: 28px !important;
  color: #0b1d2d !important;
}

/**/
:root,
[data-bs-theme=light] {
  --bs-primary: #1979cc;
  --bs-primary-rgb: 25, 121, 204;

  --bs-btn-bg: #1979cc !important;

  --bs-link-color: #0064b9 !important;
  --bs-link-color-rgb: 0, 100, 185 !important;
  --bs-link-hover-color: #0064b9 !important;
  --bs-link-hover-color-rgb: 0, 100, 185 !important;

  --bs-secondary-subtle: #aaaaaa;
  --bs-secondary-subtle-rgb: 255, 238, 221;

/*

  --bs-btn-color: #ffffff !important;;
  --bs-btn-border-color: #117777 !important;

  --bs-secondary: #ff6600;
  --bs-secondary-rgb: 255, 102, 0;
  --bs-secondary-subtle: #ffeedd;
  --bs-secondary-subtle-rgb: 255, 238, 221;
  --bs-secondary-bg: #ff6600;
  --bs-secondary-bg-rgb: 255, 102, 0;
  --bs-secondary-bg-subtle: #ffeedd;
  --bs-secondary-bg-subtle-rgb: 255, 238, 221;

  --bs-primary-bg-subtle: #ddeeee !important;

  --bs-primary-text-emphasis: #99cccc;
  --bs-primary-text-emphasis-rgb: 153, 204, 204;
*/
}

.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-size: 12px !important;
  --bs-btn-font-weight: bolder !important;
  text-transform: uppercase !important;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn-primary {
  --bs-btn-bg: #1979cc !important;
  --bs-btn-color: #ffffff !important;
  --bs-btn-border-color: #0d6efd !important;
  --bs-btn-hover-color: #ffffff !important;
  --bs-btn-hover-bg: #1a80d9 !important;
  --bs-btn-hover-border-color: #0a58ca !important;
  --bs-btn-focus-shadow-rgb: 110, 225, 173 !important;
  --bs-btn-active-color: #ffffff !important;
  --bs-btn-active-bg: #1979cc !important;
  --bs-btn-active-border-color: #0a53be !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #ffffff !important;
  --bs-btn-disabled-bg: #c9d3db !important;
  --bs-btn-disabled-border-color: #c9d3db !important;
  --bs-gradient: none !important;
}

.btn-secondary {
  --bs-btn-bg: transparent !important;
  --bs-btn-color: #0064b9 !important;
  --bs-btn-border-color: transparent !important;
  --bs-btn-hover-color: #1979cc !important;
  --bs-btn-hover-bg: transparent !important;
  --bs-btn-hover-border-color: transparent !important;
  --bs-btn-focus-shadow-rgb: 110, 225, 173 !important;
  --bs-btn-active-color: #0064b9 !important;
  --bs-btn-active-bg: #e1f1ff !important;
  --bs-btn-active-border-color: #9dd1ff !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #117777 !important;
  --bs-btn-disabled-bg: transparent !important;
  --bs-btn-disabled-border-color: #c9d3db !important;
  --bs-gradient: none !important;
}

.btn-outline-secondary {
  --bs-btn-bg: #ffffff !important;
  --bs-btn-color: #0b1d2d !important;
  --bs-btn-border-color: #c9d3db !important;
  --bs-btn-hover-color: #0b1d2d !important;
  --bs-btn-hover-bg: #f5f8fa !important;
  --bs-btn-hover-border-color: #c9d3db !important;
  --bs-btn-focus-shadow-rgb: 110, 225, 173 !important;
  --bs-btn-active-color: #0b1d2d !important;
  --bs-btn-active-bg: #e1f1ff !important;
  --bs-btn-active-border-color: #9dd1ff !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #117777 !important;
  --bs-btn-disabled-bg: transparent !important;
  --bs-btn-disabled-border-color: #c9d3db !important;
  --bs-gradient: none !important;
}

.link-secondary {
  --bs-link-color: #5d6a77 !important;
  --bs-link-color-rgb: 93, 106, 119 !important;
  --bs-link-hover-color: #5d6a77 !important;
  --bs-link-hover-color-rgb: 93, 106, 119 !important;
  background: #ebf0f5 !important;
  font-size: 13px !important;
  border: 0 !important;
  border-radius: 0.25rem !important;
  padding: 0.25rem 0.5rem !important;
}
.link-secondary:hover {
  background: transparent !important;
  color: #0b1d2d !important;
}
.link-secondary.active {
  background: #e1f1ff !important;
  color: #0064b9 !important;
}


.text-bg-primary {
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-muted {
  color: var(--bs-secondary-subtle) !important;
  text-transform: none !important;
  font-weight: normal !important;
}

.input-group > .btn-outline-secondary > i {
  font-size: 14px;
}
.input-group > .btn-outline-secondary {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}



.button-bell-num {
  font-size: 11px !important;
  background: #ff3c33 !important;
  right: 2px !important;
}

.button-bell-menu {
  font-size: 11px !important;
  background: #ff3c33 !important;
}

.btn-ofor,
.btn-order {font-size: 12px !important;}
.btn-ofor {color: #0b1d2d !important; background: #ffffff !important; border: 1px solid #c9d3db !important;}
.btn-order {color: #ffffff !important; background: #1979cc !important; border: 1px solid #c9d3db !important;}
.btn-ofor:hover {background: #f5f8fa !important;}
.btn-order:hover {background: #1a80d9 !important;}
.input-group .btn-ofor.input-group-text {margin-top: 0.25rem; padding-top: 0.4rem; padding-bottom: 0.4rem;}
.input-group .btn-ofor.input-group-text i {vertical-align: bottom; color: #5d6a77;}

.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.main-filter-js .input-group .input-group-prepend .btn:hover {
  color: #5d6a77;
  background: #fff;
}

.main-filter-js .input-group .input-group-prepend .btn.active {
  border: 1px solid #9dd1ff !important;
}

.checkbox-only label {
  color: #0b1d2d;
  width: 200px;
}

.form-check {
  min-height: auto !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

td.tdcheckbox .form-check label {
  height: 18px;
  margin-top: -3px;
  vertical-align: top;
}

.custom-checkbox {
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #c9d3db;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  vertical-align: text-bottom;
}

.custom-checkbox:checked + label::before {
  border-color: #1979cc;
  background-color: #1979cc;
  background-image: url("../images/checkboxw.png");
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #1979cc;
}

.btn-filter {
  font-size: 12px !important;
  border: 1px solid #fff !important;
}

.btn-filter:hover {
  color: #1979cc !important;
  background: transparent !important;
}

.btn-filter:active {
  background-color: transparent;
  color: #1979cc !important;
}

.main-table {
  overflow-x: auto;
  scrollbar-width: none;
}

#fixed-scrollbar {
  z-index: 500;
  overflow-x: auto;
  position: fixed;
  width: 100%;
  scrollbar-width: thin;
  /*  bottom: 73px;*/
}

#fixed-scrollbar::-webkit-scrollbar {
  height: 8px;
}

#fixed-scrollbar::-webkit-scrollbar-thumb {
  background: #c9d3db;
  opacity: 0.75;
  border-radius: 1px;
  opacity: 0.75;
}

.main-table::-webkit-scrollbar {
  height: 0;
}

.table thead {
  background: #f5f8fa;
}

.table thead th {
  font-weight: normal !important;
  font-size: 12px !important;
  color: #5d6a77 !important;
  border-bottom: 1px solid #c9d3db !important;
}

.table tbody tr {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.table tbody tr:hover {
  background: #f5f8fa !important;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.table tbody td,
.table tbody th,
.table thead th {
  padding: 13px 17px !important;
}

.table tbody th:first-child.border-td,
.table thead th:first-child.border-td {
  border-right: 1px solid #c9d3db;
  padding: 13px 44px 13px 17px !important;
}

.table {
  border-collapse: separate !important;
}

.table td,
.table th {
  width: 1%;
  white-space: nowrap;
  font-size: 14px !important;
}

.table thead th {
  height: 45px !important;
  padding: 0 17px !important;
  vertical-align: middle !important;
}

.table tbody th:first-child label::before,
.table thead th:first-child label::before {
  margin-right: 17px !important;
}

.table tbody th {
  font-weight: normal !important;
  font-size: 14px !important;
  color: #0b1d2d !important;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: 1px solid #c9d3db !important;
}

.tdexample,
.thexample {
  text-align: right !important;
}

table.table td.buttons {padding: 0.5rem 0.4rem !important; text-align: right !important; vertical-align: middle !important;}
table.table td.buttons a {padding: 0 0.2rem !important; margin-left: 0.4rem !important;}
table.table td.buttons a i {color: #9aa5b0 !important; font-size: 20px !important;}



input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.input-span {
  right: 20px;
  bottom: 5px;
  padding: 3px 2px 3px 4px;
  background-color: var(--bs-white);
/*
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
*/
}

.input-span-last {
  bottom: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
}

.main-filter-show-js label,
.modal label,
.form label,
.form-horizontal label {
  font-size: 13px !important;
}

/*
.main-filter-show-datedeliver-tags button,
.main-filter-show-dateorder-tags button {
  background: #ebf0f5 !important;
  font-size: 13px !important;
}
*/

.main-filter-show-datedeliver-tags button:not(.active):hover,
.main-filter-show-dateorder-tags button:not(.active):hover {
  background: transparent !important;
  color: #0b1d2d !important;
}

.main-filter-show-datedeliver-tags button:focus,
.main-filter-show-dateorder-tags button:focus {
  background: #e1f1ff !important;
}

.dateorder-line {
  height: 1px !important;
  background-color: #c9d3db !important;
  margin-top: 43px !important;
}

.datepicker::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  background: url("../images/date.png") no-repeat;
  width: 14px;
  height: 14px;
  border-width: thin;
  padding-right: 4px;
}

.datepicker-close,
.datepicker-close input {
  position: relative !important;
}

.datepicker-close::-webkit-calendar-picker-indicator {
  background: none;
  width: 14px;
  height: 14px;
  padding: 0 8px 0 0;
  cursor: pointer;
}

.datepicker-close::after {
  content: "";
  background: url("../images/close.png") no-repeat !important;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.main-filter-show-js .apply {
  font-size: 12px !important;
}

.main-filter-show-js .apply:hover {
  background: #1a80d9 !important;
}

.main-filter-show-js .clear {
  font-size: 12px !important;
}

.main-filter-show-js .clear:hover {
  background-color: transparent !important;
  color: #1979cc !important;
}

.main-filter-show-js .clear:active {
  background-color: transparent !important;
  color: #1979cc !important;
}


.main-pagination nav .pagination .page-item.active {
  border: 1px solid #9dd1ff !important;
  margin-right: 0;
}

.main-pagination nav .pagination .page-item:first-child {
  border-right: 1px solid #9dd1ff !important;
}

.main-pagination nav .pagination .page-item:last-child {
  border-left: 1px solid #9dd1ff !important;
}

.page-item.dots {
  cursor: default !important;
}

.btn-much {
  color: #0b1d2d !important;
}

.btn-much:active {
  border: 1px solid #c9d3db !important;
  color: #0b1d2d !important;
  background: #fff !important;
}


.dropup .dropdown-toggle::after {
  display: none !important;
}

.main-highlight-right button:active {
  background-color: #fff !important;
}

.main-highlight-now {
  font-size: 12px !important;
  cursor: auto !important;
}

.main-highlight-now span {
  color: #0b1d2d !important;
}

.main-highlight-all {
  font-size: 12px !important;
}

#backorders .modal-dialog {
  max-width: 693px;
}

.overlay-menu {
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.6);
}

#backorders .b-popup .b-popup-content {
  width: 700px !important;
}

#backorders .btn-sign {
  font-size: 12px !important;
}

#backorders .btn-sign:hover {
  background: #1a80d9 !important;
  color: #ffffff !important;
}

#backorders .btn-sign:active {
  background: #1a80d9 !important;
  color: #ffffff !important;
}

#backorders .btn-back:active {
  background-color: #fff !important;
  color: #0b1d2d !important;
}

#backorders .b-popup-title {
  font-size: 22px !important;
  color: #0b1d2d !important;
}

#backorders .b-popup-text {
  color: #0b1d2d !important;
}

#backorders .b-popup-btns {
  background: #ebf0f5 !important;
}

#popupfilter .modal-dialog {
  font-size: 30px !important;
}

#popupfilter .dateorder-line {
  height: 1px !important;
  background-color: #c9d3db !important;
  margin-top: 38px !important;
}

#popupfilter .modal-title {
  font-size: 22px !important;
}

#popupfilter .modal-title span {
  color: #9aa5b0 !important;
}

#popupfilter .b-popup-btns {
  background: #ebf0f5 !important;
/*
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -12px;
*/
}

#popupfilter .b-popup-btns button {
  font-size: 12px !important;
}

#popupfilter .b-popup-btns .btn-clean {
  color: #1979cc !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-menu {
  background: #0b1d2d !important;
}

.dropdown-item-span span {
  color: #9aa5b0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none !important;
  background: #0e263b !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff !important;
  text-decoration: none !important;
  background: #0e263b !important;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #0064b9 !important;
  background: #e1f1ff !important;
  border: 1px solid #9dd1ff !important;
}

.dropdown-divider {
  border-top: 1px solid #5d6a77 !important;
}

.btnactions {
  border: 1px solid #1979cc !important;
}

.btnactions:hover {
  background: #1a80d9 !important;
  color: #ffffff !important;
  border: 1px solid #1a80d9 !important;
}

.btnactions:active,
.btnactions:focus {
  background: #1979cc !important;
  border: 1px solid #1979cc !important;
  color: #1a80d9 !important;
}

.w-lg-auto {
  width: auto;
}

.h-lg-auto {
  height: auto;
}

.form-select {
  height: 39px !important;
}

.table {
  border-spacing: 0;
}

@media (max-width: 960px) {
  h2 {
    font-size: 20px !important;
  }
  .left {
    position: absolute;
    left: -500px;
    z-index: 1000;
  }
  .right {
    width: 100%;
  }
  .main-highlight-now {
    font-size: 13px;
  }
  .main-highlight-now span {
    font-size: 13px;
  }
  .w-lg-auto {
    width: 100%;
    min-width: 100% !important;
  }
  .h-lg-auto {
    height: 100%;
    min-height: 100%;
  }
  .vh-lg-auto {
    height: 100vh;
    min-height: 100vh !important;
  }
  .dropdown-notifications {
    width: 300px !important;
  }
}

@media (max-width: 500px) {
  h2 {
    font-size: 14px !important;
  }

  .main-table-mob {
    font-size: 13px !important;
  }

  .form-control:not[type="file"] {
    padding: 0.6rem 0.75rem !important;
  }
}

@media (max-width: 400px) {
  .w-form-100 {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#modalAcceptOrder .modal-footer,
#modal-add-good .modal-footer,
#modal-add-place .modal-footer {
  background: #ebf0f5;
}

#modalAcceptOrder .btn-sign:hover,
#modal-add-good .btn-sign:hover,
#modal-add-place .btn-sign:hover,
#modal-password .btn-sign:hover,
#zayavka-zabor .btn-sign:hover {
  background: #1a80d9;
}

.yellow-color {
  color: #c8a700;
}

#modal-password .modal-footer {
  background: #ebf0f5;
}

#modal-password label span {
  width: 30px;
  height: 30px;
  right: 5px;
  bottom: 6px;
  cursor: pointer;
}

#order-accepting .modal-content {
  background: #eaf9e3;
  color: #3e851a;
}

.nav-tabs .btn-check:checked + .btn,
.nav-tabs :not(.btn-check) + .btn:active,
.nav-tabs .btn:first-child:active,
.nav-tabs .btn.show,
.nav-tabs .active {
  background: #e1f1ff !important;
  color: #0064b9 !important;
}

.js-tab-inner,
.js-tab-inner-application-goods,
.js-tab-inner-application-places,
.js-tab-inner-places {
  display: none;
}

#dropexcel input,
#dropneworder input {
  display: none;
}

#uploadexcel ul,
#uploadneworder ul {
  list-style: none;
}

.empty-rules,
.regions-empty {
  display: none;
}

.rules-region button:active,
.rules-region button:focus,
.rules-region button:hover {
  color: #5d6a77;
}

.modal-news .modal-dialog {
  width: 760px;
  max-width: 760px;
  max-height: 640px;
}

.modal-news .modal-content {
  width: 760px;
  max-width: 760px;
  max-height: 640px;
}

.modal-news .modal-body {
  height: calc(100vh - 115px);
}
.finance .apply {
  height: 38px;
}
@media (max-width: 960px) {
  .modal-news .modal-dialog {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .modal-news .modal-content {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .modal-news .modal-body {
    height: calc(100vh - 55px);
  }
}

.variants-delivery-wrap {
  display: none;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}

.tablist-automation {
  overflow-x: auto;
}

.tablist-automation ul {
  width: 90%;
}

.quiz-line {
  display: none;
}

textarea[disabled] {
  background: #ebf0f5 !important;
  cursor: pointer;
}

@media (max-width: 960px) {
  .automation .tab-pane > div > div {
    border: none !important;
  }
  .w-70 {
    width: 100%;
  }
  .w-30 {
    width: 0;
  }
}

.pvz #fixed-scrollbar {
  z-index: 0;
  overflow-x: auto;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.ticket-message,
.ticket-right-full,
.ticket-message-files-send,
.ticket-message-files-get,
.ticket-message-files-send2,
.ticket-message-files-send3,
.table-empty {
  display: none;
}

#tickets-list .active td,
#tickets-messages > .active {background-color: #dddddd;}
#tickets-list .info td,
#tickets-messages .info {background-color: #d9edf7;}

#tickets-list [role="button"]:hover td,
#advprices-list .hovered:hover {
  background: #f5f8fa !important;
}

.tickets-filter .clear:hover {
  background-color: transparent;
  color: #1979cc;
}

.message-wrapper {
  max-height: 200px;
}


#modal-incoming-order-view .modal-content {
  max-height: 640px;
  min-height: 640px;
}

@media (max-width: 960px) {
  #modal-incoming-order-view .modal-content {
    max-height: 100vh;
    min-height: 100vh;
  }
}


.hover[role="button"]:hover {
  background: #f5f8fa !important;
}

.hidden {display: none !important;}

.banner {background: #f5f8fa;}
