@import "normalize.css";
@import "font-awesome.min.css";
@import "lightbox.css";
button {
  transition: all 0.2s ease-in;
  outline-color: #00AE98;
}
button:hover {
  opacity: 0.8;
}

body {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

.right-content {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding-top: 40px;
}
.right-content-inner {
  padding: 15px;
  box-sizing: border-box;
}

.top-bar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  background-color: #444e52;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 5000;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.top-bar-left > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-bar-left > ul > li {
  float: left;
  position: relative;
}
.top-bar-left > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  z-index: 200000;
  background-color: #BDC8D1;
}
.top-bar-left > ul > li > ul a {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #444e52;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #A5B4C0;
  transition: all 0.2s ease-in;
}
.top-bar-left > ul > li > ul a:hover {
  background-color: #D6DDE3;
}
.top-bar-left > ul > li > a {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 12px;
  color: #BDC8D1;
  text-decoration: none;
  display: block;
  padding-left: 10px;
  position: relative;
  padding-right: 10px;
  border-right: 1px solid #72828A;
  border-bottom: 1px solid #A5B4C0;
  transition: all 0.2s ease-in;
}
.top-bar-left > ul > li > a:hover {
  background-color: #4A5559;
}
.top-bar-left > ul > li > a.active {
  background-color: #00AE98;
  color: #ffffff;
}
.top-bar-left > ul > li > a i {
  margin-left: 10px;
}
.top-bar-left > ul a .circles {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar-left > ul a .circle {
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
  color: #ffffff;
  background-color: red;
  float: left;
}
.top-bar-left > ul a .sub_circle {
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
  color: #ffffff;
  float: left;
  background-color: #888acd;
}
.top-bar-right {
  margin-left: auto;
  height: 40px;
}
.top-bar-right-create-button {
  float: left;
  height: 35px;
  padding-left: 30px;
  padding-right: 12px;
  text-align: center;
  box-shadow: none;
  border: 0;
  background-color: #00AE98;
  color: #ffffff;
  font-size: 14px;
  position: relative;
}
.top-bar-right-create-button-icon {
  position: absolute;
  left: 10px;
  display: block;
  top: 10px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 100%;
}
.top-bar-right-create-button-icon img {
  width: 9px;
  display: block;
  margin: 3px auto;
}
.top-bar-link {
  float: left;
  margin-right: 10px;
  color: #BDC8D1;
  font-size: 12px;
  line-height: 16px;
  border-bottom: 1px solid #BDC8D1;
  display: block;
  cursor: pointer;
  margin-top: 12px;
  position: relative;
  margin-left: 13px;
  text-decoration: none;
}
.top-bar-username {
  float: left;
  margin-right: 18px;
  position: relative;
  margin-left: 15px;
}
.top-bar-username-submenu {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  z-index: 200000;
  background-color: #BDC8D1;
}
.top-bar-username-submenu a {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #444e52;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #A5B4C0;
  transition: all 0.2s ease-in;
}
.top-bar-username-submenu a:hover {
  background-color: #D6DDE3;
}
.top-bar-username-top {
  height: 40px;
  cursor: pointer;
}
.top-bar-username-top i {
  color: #BDC8D1;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
}
.top-bar-username-name {
  color: #BDC8D1;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  display: inline-block;
  font-weight: bold;
}

.widgets {
  height: 60px;
  padding-bottom: 15px;
}
.widgets-block {
  float: left;
  width: 200px;
  height: 60px;
  background-color: #BDC8D1;
  border-radius: 3px;
  margin-right: 7px;
  padding: 8px 13px;
  box-sizing: border-box;
}
.widgets-block-label {
  color: #444e52;
  font-size: 12px;
  line-height: 12px;
  display: block;
  text-transform: uppercase;
}
.widgets-block-value {
  color: #444e52;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin-top: 4px;
  display: block;
  text-transform: uppercase;
}
.widgets-block-line {
  height: 6px;
  width: 100%;
  border-radius: 3px;
  margin-top: 6px;
  background-color: #363636;
  position: relative;
}
.widgets-block-line-color {
  background-color: #00AE98;
  border-radius: 3px;
  height: 6px;
}

.modal-filter {
  width: 100%;
  position: relative;
}
.modal-filter-submenu {
  position: absolute;
  top: 38px;
  left: 1px;
  border-top: 1px solid rgba(189, 204, 212, 0.4);
  border-left: 1px solid rgba(189, 204, 212, 0.4);
  border-right: 1px solid rgba(189, 204, 212, 0.4);
  background-color: #fff;
  z-index: 300;
  width: calc(100% - 2px);
}
.modal-filter-submenu-element {
  width: 100%;
  display: block;
  height: 38px;
  font-size: 12px;
  color: #444e52;
  overflow: hidden;
  cursor: pointer;
  line-height: 38px;
  padding-left: 7px;
  box-sizing: border-box;
  padding-right: 7px;
  border-bottom: 1px solid rgba(189, 204, 212, 0.4);
}

.search-filter {
  float: left;
  width: 200px;
  height: 28px;
  margin-top: 21px;
  position: relative;
  margin-right: 28px;
}
.search-filter-close {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 13px;
  cursor: pointer;
}
.search-filter-input {
  width: 200px;
  height: 30px;
  border: 1px solid rgba(189, 204, 212, 0.4);
  position: relative;
  overflow: hidden;
  outline-color: #00AE98;
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: border-box;
  border-radius: 0;
  color: #444e52;
}
.search-filter-input::placeholder {
  color: #444e52;
}
.search-filter-submenu {
  position: absolute;
  top: 28px;
  left: 0;
  border-top: 1px solid rgba(189, 204, 212, 0.4);
  border-left: 1px solid rgba(189, 204, 212, 0.4);
  border-right: 1px solid rgba(189, 204, 212, 0.4);
  background-color: #fff;
  z-index: 300;
  width: 300px;
}
.search-filter-submenu-element {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  height: 28px;
  font-size: 12px;
  color: #444e52;
  cursor: pointer;
  line-height: 30px;
  padding-left: 7px;
  box-sizing: border-box;
  padding-right: 7px;
  border-bottom: 1px solid rgba(189, 204, 212, 0.4);
}

.dropdown-filter {
  float: left;
  width: 200px;
  height: 28px;
  margin-top: 21px;
  margin-right: 28px;
  position: relative;
}
.dropdown-filter-submenu {
  position: absolute;
  top: 28px;
  left: 0;
  border-top: 1px solid rgba(189, 204, 212, 0.4);
  border-left: 1px solid rgba(189, 204, 212, 0.4);
  border-right: 1px solid rgba(189, 204, 212, 0.4);
  background-color: #fff;
  z-index: 300;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
.dropdown-filter-submenu-checkbox {
  width: 100%;
  display: block;
  padding-left: 7px;
  box-sizing: border-box;
  position: relative;
  padding-right: 7px;
  border-bottom: 1px solid rgba(189, 204, 212, 0.4);
}
.dropdown-filter-submenu-checkbox-checkmark {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  float: left;
  position: relative;
  top: 9px;
  border-radius: 2px;
  border: 1px solid #444e52;
}
.dropdown-filter-submenu-checkbox-checkmark i {
  display: none;
  color: #444e52;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}
.dropdown-filter-submenu-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.dropdown-filter-submenu-checkbox input:checked ~ .dropdown-filter-submenu-checkbox-checkmark i {
  display: block;
}
.dropdown-filter-submenu-checkbox-label {
  float: left;
  font-size: 12px;
  color: #444e52;
  line-height: 30px;
}
.dropdown-filter-submenu-element {
  width: 100%;
  display: block;
  height: 28px;
  font-size: 12px;
  color: #444e52;
  cursor: pointer;
  line-height: 30px;
  padding-left: 7px;
  box-sizing: border-box;
  padding-right: 7px;
  border-bottom: 1px solid rgba(189, 204, 212, 0.4);
}
.dropdown-filter-submenu-element:hover {
  background-color: #eee;
}
.dropdown-filter-top {
  width: 200px;
  height: 28px;
  border: 1px solid rgba(189, 204, 212, 0.4);
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.dropdown-filter-top-close {
  position: absolute;
  color: #444e52;
  top: 9px;
  right: 34px;
  cursor: pointer;
}
.dropdown-filter-top-value {
  font-size: 12px;
  color: #444e52;
  line-height: 30px;
  padding-left: 7px;
}
.dropdown-filter-top-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-left: 1px solid rgba(189, 204, 212, 0.4);
}
.dropdown-filter-top-arrow img {
  width: 10px;
  height: 10px;
  display: block;
  margin: 9px auto;
}

.select-date-block {
  margin-top: 21px;
  margin-right: 28px;
  float: left;
}
.select-date-block-top-input {
  width: 100px;
  height: 30px;
  border: 1px solid rgba(189, 204, 212, 0.4);
  position: relative;
  overflow: hidden;
  outline-color: #00AE98;
  line-height: 30px;
  padding-left: 7px;
  font-size: 12px;
  color: #444e52;
  box-sizing: border-box;
  border-radius: 0;
  float: left;
  background-image: url(../images/icons/icon-calendar.png);
  background-repeat: no-repeat;
  background-position: right 3px bottom 7px;
  background-size: 12px;
  padding-right: 20px;
}
.select-date-block-top-input::placeholder {
  color: #444e52;
}
.select-date-block-top-input:first-child {
  margin-right: 8px;
}
.select-date-block-top-button {
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  margin-left: 8px;
  font-size: 12px;
  float: left;
  box-shadow: none;
  border: none;
  background-color: #00AE98;
  color: #ffffff;
}
.select-date-block-buttons {
  margin-top: 5px;
  margin-left: 10px;
}
.select-date-block-button {
  float: left;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  margin-right: 17px;
  color: #444e52;
  display: block;
  border-bottom: 1px solid #444e52;
  position: relative;
  top: 5px;
}
.select-date-block-button.active {
  padding: 5px;
  background-color: #00AE98;
  border: none;
  color: #ffffff;
  top: 0;
}

.checkbox-area {
  margin-right: 28px;
  margin-top: 21px;
  float: left;
}
.checkbox-area-element {
  margin-top: 4px;
}
.checkbox-area-element:first-child {
  margin-top: 0;
}
.checkbox-area-element-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-area-element-checkbox + label:before {
  content: "";
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 10px;
  display: block;
  border: 1px solid rgba(189, 204, 212, 0.4);
}
.checkbox-area-element-checkbox:checked + label:before {
  width: 10px;
  float: left;
  height: 10px;
  margin-right: 10px;
  display: block;
  border: 1px solid rgba(189, 204, 212, 0.4);
  background-color: #00AE98;
}
.checkbox-area-element label {
  float: left;
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #444e52;
  user-select: none;
}

.table-page-fixed {
  position: sticky;
  top: 30px;
  width: 100%;
  z-index: 20;
  padding-top: 3px;
  background-color: #fff;
}
.table-page-content {
  position: relative;
  min-height: calc(100vh - 300px);
}
.table-page-top {
  padding-bottom: 10px;
}
.table-page-top.fixed {
  position: sticky;
  top: 40px;
  background: #fff;
  z-index: 100;
  left: 0;
  width: 100%;
}
.table-page-top-right {
  float: right;
}
.table-page-top-col {
  float: left;
  width: 200px;
  margin-right: 28px;
}
.table-page-top-button {
  font-weight: bold;
  margin-left: 20px;
  border-radius: 5px;
  height: 30px;
  position: relative;
  overflow: hidden;
  outline-color: #00AE98;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #00AE98;
  margin-top: 21px;
  color: #ffffff;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
}
.table-page-top-button.gray {
    margin-left: 20px;
    background-color: #B2C0CA;
    outline-color: #B2C0CA;
}
.table-page-right {
  float: right;
}
.table-page-info {
  float: left;
  margin-top: 7px;
}
.table-page-info-text {
  display: block;
  color: #2B363B;
  font-size: 12px;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 1px solid rgba(189, 204, 212, 0.4);
}
.data-table-carets {
  margin-left: 6px;
  width: 6px;
  height: 16px;
  position: relative;
  top: 5px;
  cursor: pointer;
  display: inline-block;
}
.data-table-button {
  width: 100%;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  outline-color: #00AE98;
  text-align: center;
  background-color: #00AE98;
  color: #ffffff;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
}
.data-table-caret {
  display: block;
  line-height: 8px;
  font-size: 14px;
  color: #aaaaaa;
}
.data-table-caret.active {
  color: #000;
}
.data-table .padding-no {
  padding: 5px 0;
}
.data-table-labels-short {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.data-table-labels-short-element {
  width: 4px;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.data-table-labels-short-element-text {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 4px;
  padding-right: 4px;
  color: #FFFFFF;
  font-size: 12px;
  z-index: 2;
  width: 75px;
  text-align: center;
  font-weight: bold;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.data-table-labels-short-element:hover .data-table-labels-short-element-text {
  display: flex;
}
.data-table-labels {
  position: absolute;
  top: 0;
  right: 0;
}
.data-table-labels-element {
  width: 65px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  height: 100%;
  padding: 4px 7px;
  display: block;
}
.data-table input[type=checkbox] {
  margin: auto;
  display: block;
}
.data-table tr:hover {
  background-color: rgba(0, 174, 152, 0.0588235294);
}
.data-table tr.fixed {
  top: 98px;
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 1;
  position: sticky;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.data-table tr.fixed th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.data-table th {
  border-left: 1px solid rgba(189, 204, 212, 0.4);
  border-right: 1px solid rgba(189, 204, 212, 0.4);
  border-bottom: 1px solid rgba(189, 204, 212, 0.4);
  box-sizing: border-box;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.data-table th.padding-no {
  text-align: center;
}
.data-table td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
}
.data-table tr.new td {
  background-color: rgba(0, 255, 0, 0.3);
}
.data-table tr.deleted span.data-table-text {
  text-decoration: line-through;
}
.data-table-image {
  width: 90px;
  height: 90px;
  margin: auto;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.data-table-image img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}
.data-table-link {
  text-decoration: none;
  font-size: 12px;
  color: #2B363B;
  display: inline-block;
}
.data-table-link.right {
  text-align: right;
}
.data-table-delimiter {
  margin-left: 3px;
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
  color: #2B363B;
}
.data-table-sub-td {
  padding: 0 !important;
  border-width: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.data-table-sub-td-inner {
  padding-left: 30px;
  box-sizing: border-box;
}
.data-table-sub-td-inner table {
  border-top: 0;
}
.data-table-sub-td-inner table th {
  background-color: rgba(107, 121, 128, 0.2);
  border-color: rgba(107, 121, 128, 0.2);
}
.data-table-sub-td-inner table td {
  background-color: #eeeff2;
}
.data-table-order-sub-table {
  width: calc(100% - 246px);
}
.data-table-title {
  font-size: 12px;
  color: #2B363B;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.data-table-description {
  font-size: 10px;
  color: #2B363B;
  display: block;
  margin-bottom: 10px;
  max-height: 67px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data-table-text {
  font-size: 12px;
  color: #2B363B;
  display: block;
}
.data-table-text-old {
  display: inline-block;
  font-size: 11px;
  margin-right: 4px;
  text-decoration: line-through;
  color: #C0101D;
  font-weight: bold;
}
.data-table-text.underline {
  text-decoration: underline;
  cursor: pointer;
}
.data-table-text.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.data-table-text.center {
  text-align: center;
}
.data-table-text.right {
  text-align: right;
}
.data-table-text.inline {
  display: inline-block;
  position: relative;
  bottom: 2px;
}
.data-table-text.pointer {
  cursor: pointer;
}
.data-table-icon {
  cursor: pointer;
  position: relative;
}
.data-table-icon-circle {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #C0101D;
  position: absolute;
  right: 4px;
  top: -3px;
  display: block;
}
.data-table-icon img {
  display: block;
  height: 20px;
  margin: auto;
}
.data-table-icon-with-fade {
  position: relative;
  cursor: pointer;
}
.data-table-icon-with-fade:hover .data-table-icon-fade {
  display: block;
  opacity: 1;
}
.data-table-icon-fade {
  position: absolute;
  bottom: 24px;
  left: -54px;
  text-align: center;
  width: 120px;
  z-index: 2000;
  padding: 3px 7px;
  font-weight: bold;
  opacity: 0;
  display: none;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 10px;
  transition: opacity 0.1s ease-out;
}
.data-table-row {
  flex-direction: row;
  display: flex;
  justify-content: center;
}
.data-table-row .data-table-icon:first-child {
  margin-right: 10px;
}
.data-table-small-icon {
  cursor: pointer;
}
.data-table-small-icon img {
  display: block;
  height: 11px;
  margin: auto;
}
.data-table-small-icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 5px;
  row-gap: 5px;
}
.data-table-summary-icon {
  height: 16px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 1px;
  width: 14.81px;
}
.data-table-col {
  width: 25%;
  float: left;
  min-height: 20px;
}
.data-table-col-2 {
  width: 50%;
  float: left;
  min-height: 20px;
}
.data-table-expand {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-right: 6px;
  position: relative;
  top: 2px;
  width: 16px;
}
.data-table-circle {
  cursor: pointer;
}
.data-table-circle img {
  height: 16px;
  display: block;
  margin: auto;
}
.data-table-order-status {
  padding-left: 3px;
  padding-right: 3px;
  color: #ffffff;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  display: block;
  border-radius: 22px;
  text-align: center;
  width: 80px;
  margin: auto;
}
.data-table-child-1 {
  padding-left: 34px !important;
}
.data-table-child-2 {
  padding-left: 60px !important;
}
.data-table-child-3 {
  padding-left: 60px !important;
}

.red {
  color: #C0101D;
}

.orange {
  color: #FF5D00;
}

.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3000;
  border-radius: 3px;
  background-color: #FAFBFB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.modal-window-fade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-window-text-description {
  width: 100%;
  overflow-y: auto;
  height: 400px;
}
.modal-window-pdf-button {
  width: 30px;
  float: left;
  height: 30px;
  border-radius: 3px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.modal-window-pdf-button:hover {
  opacity: 0.7;
}
.modal-window-pdf-button img {
  width: 30px;
  height: 30px;
  display: block;
}
.modal-window-excel-button {
  width: 30px;
  float: left;
  height: 30px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease-out;
    margin-left: 12px;
}
.modal-window-art-button {
    width: 30px;
    float: left;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.modal-window-excel-button:hover {
  opacity: 0.7;
}
.modal-window-excel-button img {
  width: 30px;
  height: 30px;
  display: block;
}
.modal-window-client {
    width: 1200px;
    height: 640px;
}
.modal-window-routes {
    width: 400px;
    height: 270px;
}
.modal-window-checkbox {
  margin-top: 14px;
  display: block;
  padding-left: 3px;
  box-sizing: border-box;
}
.modal-window-checkbox.child-1 {
  margin-left: 27px;
}
.modal-window-checkbox.child-2 {
  margin-left: 50px;
}
.modal-window-checkbox.child-3 {
  margin-left: 72px;
}
.modal-window-checkbox:first-child {
  margin-top: 0;
}
.modal-window-checkbox-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.modal-window-checkbox-checkbox ~ .modal-window-checkbox-checkmark {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 10px;
  display: block;
  border-radius: 2px;
  border: 1px solid #444e52;
}
.modal-window-checkbox-checkbox ~ .modal-window-checkbox-checkmark i {
  display: none;
  color: #444e52;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}
.modal-window-checkbox-checkbox:checked ~ .modal-window-checkbox-checkmark i {
  display: block;
}
.modal-window-checkbox span {
  float: left;
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #5E6F76;
  user-select: none;
}
.modal-window-checkbox span.bold {
  font-weight: bold;
}
.modal-window-checkboxes {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 3px;
  margin-top: 14px;
  padding: 10px;
  box-sizing: border-box;
}
.modal-window-checkboxes .modal-window-checkbox {
  float: left;
  margin-left: 12px;
  margin-top: 0;
}
.modal-window-checkboxes .modal-window-checkbox:first-child {
  margin-left: 0;
}
.modal-window-checkboxes .modal-window-checkbox-checkmark {
  margin-left: 6px;
}
.modal-window-top {
  border-bottom: 1px solid #DEE2E6;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
}
.modal-window-top-title {
  float: left;
  color: #5E6F76;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 10px;
}
.modal-window-top-close {
  float: right;
  margin-top: 11px;
  cursor: pointer;
}
.modal-window-top-close-icon {
  width: 18px;
  height: 18px;
  display: block;
}
.modal-window-col {
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
.modal-window-col:last-child {
  padding-right: 0;
}
.modal-window-col-title {
  font-size: 14px;
  color: #5E6F76;
  font-weight: bold;
}
.modal-window-text-element {
  font-size: 12px;
  color: #5E6F76;
  line-height: 16px;
  margin-left: 4px;
}
.modal-window-text-element b {
  font-weight: bold;
}
.modal-window-row-element {
  float: left;
  width: 160px;
  margin-right: 20px;
}
.modal-window-row-element:last-child {
  margin-right: 0;
}
.modal-window-row-right {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modal-window-row-right-button {
  height: 30px;
  line-height: 30px;
  padding-left: 14px;
  padding-right: 14px;
  color: #ffffff;
  background-color: #00AE98;
  border-radius: 3px;
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  outline: none;
  box-shadow: none;
  border: none;
}
.modal-window-submit {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  display: block;
  background-color: #646F75;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  font-size: 14px;
  box-shadow: none;
  border-radius: 3px;
  outline-color: #00AE98;
}
.modal-window-single-element {
  width: 100%;
  margin-top: 12px;
}
.modal-window-single-element:first-child {
  margin-top: 0;
}
.modal-window-avatar-image {
  width: 200px;
  margin-top: 20px;
  float: left;
}
.modal-window-avatar-image-inner {
  width: 100%;
  height: 265px;
  border: 1px solid #DEE2E6;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  padding: 24px 24px 64px;
  box-sizing: border-box;
  display: flex;
}
.modal-window-avatar-image-inner img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}
.modal-window-avatar-image-picker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  border-top: 1px solid #DEE2E6;
  border-radius: 0 0 6px 6px;
}
.modal-window-avatar-image-picker-label {
  width: calc(100% - 90px);
  float: left;
  line-height: 34px;
  height: 34px;
  padding-left: 9px;
  box-sizing: border-box;
  font-size: 12px;
  color: #646F75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-window-avatar-image-picker-button {
  background-color: #646F75;
  box-shadow: none;
  border: 0;
  float: left;
  width: 90px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  border-radius: 0 0 6px 0;
}
.modal-window-file {
  margin-top: 14px;
  margin-bottom: 14px;
  width: 100%;
}
.modal-window-element-with-area {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 3px;
  margin-top: 14px;
}
.modal-window-element-with-area:first-child {
  margin-top: 0;
}
.modal-window-element-with-area-label {
  width: 145px;
  float: left;
  color: #5E6F76;
  padding-left: 8px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-top: 7px;
}
.modal-window-element-with-area-right {
  float: left;
  width: calc(100% - 145px);
  position: relative;
}
.modal-window-element-with-area-right-button {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  background-color: #646F75;
}
.modal-window-avatar-right {
  float: right;
  margin-top: 17px;
  width: calc(100% - 200px);
}
.modal-window-col-2 {
  width: 50%;
  float: left;
  padding-left: 17px;
  box-sizing: border-box;
}
.modal-window-bottom {
  border-top: 1px solid #DEE2E6;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
}
.modal-window-bottom-date {
  float: left;
  color: #5E6F76;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-top: 21px;
}
.modal-window-bottom-right {
  float: right;
}
.modal-window-bottom-right-element {
  float: left;
  margin-right: 80px;
  font-size: 14px;
  color: #5E6F76;
  line-height: 20px;
  margin-top: 20px;
}
.modal-window-bottom-right-button-2 {
  float: left;
  height: 40px;
  display: block;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  background-color: #00AE98;
  cursor: pointer;
  border: none;
  box-shadow: none;
  margin-top: 10px;
  margin-left: 20px;
}
.modal-window-bottom-right-button {
  float: left;
  height: 40px;
  display: block;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  background-color: #646F75;
  cursor: pointer;
  border: none;
  box-shadow: none;
  margin-top: 10px;
}
.modal-window-content {
  width: 100%;
  margin-top: 40px;
  height: calc(100% - 100px);
  padding: 17px;
  box-sizing: border-box;
  position: relative;
}
.modal-window-task {
  width: 1180px;
  height: 520px;
}
.modal-window-page {
  width: 1180px;
  height: 630px;
}
.modal-window-hot {
  width: 980px;
  height: 530px;
}
.modal-window-create-category {
  width: 500px;
  height: 440px;
}
.modal-window-route-map {
  width: 1100px;
  height: 600px;
}
.modal-window-create-route {
  width: 500px;
  height: 260px;
}
.modal-window-create-point {
  width: 500px;
  height: 320px;
}
.modal-window-cabinet {
  width: 500px;
  height: 250px;
}
.modal-window-direction {
  width: 500px;
  height: 380px;
}
.modal-window-equipment {
  width: 500px;
  height: 512px;
}
.modal-window-create-banner {
  width: 500px;
  height: 300px;
}
.modal-window-create-task {
  width: 500px;
  height: 675px;
}
.modal-window-excel {
  width: 300px;
  height: 380px;
}

.modal-window-create-product-type {
  width: 400px;
  height: 175px;
}
.modal-window-create-manager {
  width: 1100px;
  height: 580px;
}
.modal-window-change-percent {
  width: 400px;
  height: 160px;
}
.modal-window-product {
  width: 1180px;
  height: 630px;
}
.modal-window-tabs {
  height: 40px;
}
.modal-window-tab {
  float: left;
  height: 40px;
  display: block;
  margin-right: 10px;
  width: 140px;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  background-color: #9DA6AB;
  cursor: pointer;
}
.modal-window-tab.active {
  background-color: #646F75;
}

.modal-datepicker {
  position: relative;
}
.modal-datepicker .react-datepicker-wrapper {
  width: 100%;
}
.modal-datepicker-icon {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 17px;
}
.modal-datepicker .react-datepicker-wrapper input {
  width: 100%;
  height: 30px;
  border: 1px solid #DEE2E6;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  color: #5E6F76;
  font-size: 12px;
  border-radius: 3px;
  line-height: 30px;
  outline-color: #00AE98;
}

.modal-window-create-equipment {
  height: 430px;
  width: 500px;
}

.modal-input {
  width: 100%;
  height: 30px;
  border: 1px solid #DEE2E6;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  color: #5E6F76;
  font-size: 12px;
  border-radius: 3px;
  line-height: 30px;
  outline-color: #00AE98;
}
.modal-input-text-content {
  margin-top: 20px;
}
.modal-input:last-child {
  margin-right: 0;
}
.modal-input:disabled {
  background-color: #DEE2E6;
}

.modal-textarea {
  width: 100%;
  border: 1px solid #DEE2E6;
  background-color: #fff;
  padding: 8px;
  box-sizing: border-box;
  color: #5E6F76;
  font-size: 12px;
  border-radius: 3px;
  outline-color: #00AE98;
  resize: none;
}

.modal-select {
  width: 100%;
  position: relative;
}
.modal-select .dropdown-filter-top-close {
  top: 10px !important;
  right: 24px !important;
}
.modal-select:last-child {
  margin-right: 0;
}
.modal-select-submenu {
  position: absolute;
  top: 26px;
  padding-top: 4px;
  left: 0;
  width: calc(100% - 2px);
  z-index: 200;
  background-color: #fff;
  border: 1px solid #DEE2E6;
  max-height: 223px;
  overflow-y: auto;
}
.modal-select-submenu-element {
  display: block;
  width: 100%;
  padding: 6px 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #DEE2E6;
  color: #5E6F76;
  font-size: 10px;
  cursor: pointer;
}
.modal-select-submenu-element:last-child {
  border-bottom: 0;
}
.modal-select-submenu-element:hover {
  background-color: rgba(0, 174, 152, 0.0588235294);
}
.modal-select-top {
  width: 100%;
  height: 30px;
  border: 1px solid #DEE2E6;
  background-color: #fff;
  padding-left: 8px;
  border-radius: 3px;
  padding-right: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.modal-select-top.padding-no {
  padding: 0;
}
.modal-select-top-input {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 3px;
  box-sizing: border-box;
  height: 28px;
  border: 0;
  outline: none;
  color: #5E6F76;
  font-size: 12px;
}
.modal-select-top-value {
  float: left;
  color: #5E6F76;
  font-size: 12px;
  line-height: 14px;
  margin-top: 7px;
  overflow-y: hidden;
  height: 14px;
  width: calc(100% - 20px);
}
.modal-select-top-arrow {
  float: right;
}
.modal-select-top-arrow-icon {
  width: 12px;
  height: 12px;
  margin-top: 9px;
}

.order-modal-row {
  margin-top: 12px;
}
.order-modal-comment {
  width: calc(100% - 213px);
}
.order-modal-row-right {
  float: right;
}
.order-modal-add-button {
  float: left;
  width: 200px;
  height: 40px;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  background-color: #00AE98;
}
.order-modal-add-button-text {
  display: block;
  text-align: center;
  color: #FAFBFB;
  font-size: 14px;
  font-weight: bold;
}

.tabs {
  height: 40px;
  margin-top: 15px;
  display: flex;
}

.tab {
  float: left;
  position: relative;
  z-index: 1;
  text-decoration: none;
  display: block;
  text-align: center;
  padding-left: 14px;
  height: 35px;
  margin-left: 2px;
  cursor: pointer;
  line-height: 35px;
  background-color: #ffffff;
  font-size: 12px;
  padding-right: 40px;
}
.tab-count {
  position: absolute;
  left: 45px;
  top: 0;
  display: flex;
  flex-direction: row;
}
.tab-count-new {
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
  color: #ffffff;
  background-color: red;
}
.tab-count-reserve {
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
  color: #ffffff;
  background-color: rgb(136, 138, 205);
}
.tab-text {
  color: #65757C;
  font-size: 12px;
  font-weight: bold;
}
.tab:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px 3px 0 0;
  left: 0;
  border: 1px solid #B2C0CA;
  z-index: -1;
  outline: 1px solid transparent;
  background-color: #B2C0CA;
  content: "";
  transform: perspective(25px) rotateX(8.93deg) translateZ(-5px);
  transform-origin: 0 0;
  backface-visibility: hidden;
}
.tab.active {
  color: #ffffff;
}
.tab.active:after {
  background-color: #00AE98;
  border-width: 0;
}
.tab.active .tab-text {
  color: #ffffff;
}
.tab-create-button {
  float: left;
  margin-left: 20px;
  margin-top: 7px;
  width: 20px;
  border: none;
  background-color: #B2C0CA;
  box-shadow: none;
  height: 20px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline-color: #00AE98;
}
.tab-create-button-icon {
  width: 12px;
  height: 12px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #00AE98;
  animation: spinner 0.6s linear infinite;
}

.select-area {
  margin-top: 17px;
}
.select-area-col {
  padding-right: 17px;
  width: 25%;
  box-sizing: border-box;
  float: left;
}
.select-area-col-label {
  display: block;
  color: #444e52;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  box-sizing: border-box;
}
.select-area-col-inner {
  margin-top: 3px;
  border: 1px solid #DEE2E6;
  background-color: #fff;
  border-radius: 7px;
  padding: 10px;
  height: 358px;
  overflow-y: auto;
  box-sizing: border-box;
}
.select-area-element {
  margin-top: 10px;
  display: block;
  padding-right: 10px;
}
.select-area-element.child-1 {
  margin-left: 27px;
}
.select-area-element.child-2 {
  margin-left: 50px;
}
.select-area-element.child-3 {
  margin-left: 72px;
}
.select-area-element:first-child {
  margin-top: 0;
}
.select-area-element-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.select-area-element-checkbox ~ .select-area-element-checkmark {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 10px;
  display: block;
  border-radius: 2px;
  border: 1px solid #444e52;
}
.select-area-element-checkbox ~ .select-area-element-checkmark i {
  display: none;
  color: #444e52;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}
.select-area-element-checkbox:checked ~ .select-area-element-checkmark i {
  display: block;
}
.select-area-element span {
  float: left;
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #444e52;
  user-select: none;
}
.select-area-element span.bold {
  font-weight: bold;
}

.price-list-page-aside {
  float: left;
  width: 200px;
  position: sticky;
  top: 30px;
  z-index: 100;
}
.price-list-page-aside-top {
  margin-top: 28px;
}
.price-list-page-aside-top-right {
  float: right;
}
.price-list-page-aside-top-icon {
  float: left;
  margin-left: 15px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.price-list-page-aside-top-icon img {
  width: 18px;
  height: 18px;
}
.price-list-page-content {
  float: left;
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding-left: 20px;
}

.price-list-menu {
  border-left: 1px solid rgba(189, 204, 212, 0.4);
  border-right: 1px solid rgba(189, 204, 212, 0.4);
  border-top: 1px solid rgba(189, 204, 212, 0.4);
  box-sizing: border-box;
  width: 100%;
  margin-top: 25px;
}
.price-list-menu-title {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(189, 204, 212, 0.4);
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  padding-top: 7px;
}
.price-list-menu-title.child-1 {
  margin-left: 27px;
}
.price-list-menu-title:first-child {
  margin-top: 0;
}
.price-list-menu-title-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.price-list-menu-title-checkbox ~ .price-list-menu-title-checkmark {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 10px;
  display: block;
  border-radius: 2px;
  border: 1px solid #444e52;
}
.price-list-menu-title-checkbox ~ .price-list-menu-title-checkmark i {
  display: none;
  color: #444e52;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}
.price-list-menu-title-checkbox:checked ~ .price-list-menu-title-checkmark i {
  display: block;
}
.price-list-menu-title span {
  float: left;
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  user-select: none;
}
.price-list-menu-element {
  position: relative;
}
.price-list-menu-element-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.price-list-menu-element-checkbox ~ .price-list-menu-element-checkmark {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  display: block;
  border-radius: 2px;
  border: 1px solid #444e52;
}
.price-list-menu-element-checkbox ~ .price-list-menu-element-checkmark i {
  display: none;
  color: #444e52;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}
.price-list-menu-element-checkbox:checked ~ .price-list-menu-element-checkmark i {
  display: block;
}
.price-list-menu-element-submenu {
  position: absolute;
  left: 172px;
  width: 1100px;
  top: 0;
  border: 1px solid #5D767D;
  background-color: #fff;
  z-index: 4000;
  box-sizing: border-box;
  height: 450px;
  overflow-y: auto;
}
.price-list-menu-element-submenu-inner {
  overflow: hidden;
  width: 1100px;
  overflow-x: auto;
  height: 450px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  padding: 14px;
  box-sizing: border-box;
}
.price-list-menu-element-submenu-inner.large {
  height: 1500px;
}
.price-list-menu-element-submenu .child-1 {
  margin-left: 23px;
}
.price-list-menu-element-submenu-col:last-child {
  padding-right: 0;
}
.price-list-menu-element-submenu-element {
  margin-top: 6px;
}
.price-list-menu-element-submenu-element-title {
  color: #5E6F76;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
.price-list-menu-element-submenu-element-childs {
  margin-top: 6px;
}
.price-list-menu-element-submenu-element-child {
  margin-top: 6px;
  display: block;
}
.price-list-menu-element-submenu-element-child:first-child {
  margin-top: 0;
}
.price-list-menu-element-submenu-element-child-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.price-list-menu-element-submenu-element-child-checkbox ~ .price-list-menu-element-submenu-element-child-checkmark {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 6px;
  display: block;
  border-radius: 2px;
  border: 1px solid #444e52;
}
.price-list-menu-element-submenu-element-child-checkbox ~ .price-list-menu-element-submenu-element-child-checkmark i {
  display: none;
  color: #444e52;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}
.price-list-menu-element-submenu-element-child-checkbox:checked ~ .price-list-menu-element-submenu-element-child-checkmark i {
  display: block;
}
.price-list-menu-element-submenu-element-child span {
  float: left;
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #5E6F76;
  user-select: none;
}
.price-list-menu-element-top {
  height: 26px;
  width: 100%;
  border-bottom: 1px solid rgba(189, 204, 212, 0.4);
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.price-list-menu-element-top.red {
  background-color: #ffc0c5;
  color: #eb0c1e;
}
.price-list-menu-element-top.active {
  background-color: #00AE97;
}
.price-list-menu-element-top > i {
  float: right;
  font-size: 18px;
  line-height: 18px;
  margin-top: 3px;
  display: block;
}
.price-list-menu-element-label {
  display: block;
  font-size: 12px;
  color: #000;
  float: left;
  line-height: 14px;
  margin-top: 6px;
}
.price-list-menu-element-top.red .price-list-menu-element-label {
  color: #eb0c1e;
}

.brand-submenu {
  position: absolute;
  left: 0;
  top: 35px;
  border: 1px solid #5D767D;
  background-color: #fff;
  z-index: 4000;
  width: 800px;
  display: flex;
  padding: 14px;
  box-sizing: border-box;
  height: 400px;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 10px;
}
.brand-submenu-element {
  margin-top: 6px;
}
.brand-submenu-element-title {
  color: #5E6F76;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
.brand-submenu-element-childs {
  margin-top: 6px;
}
.brand-submenu-element-child {
  margin-top: 6px;
  display: block;
}
.brand-submenu-element-child:first-child {
  margin-top: 0;
}
.brand-submenu-element-child-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.brand-submenu-element-child-checkbox ~ .brand-submenu-element-child-checkmark {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 6px;
  display: block;
  border-radius: 2px;
  border: 1px solid #444e52;
}
.brand-submenu-element-child-checkbox ~ .brand-submenu-element-child-checkmark i {
  display: none;
  color: #444e52;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}
.brand-submenu-element-child-checkbox:checked ~ .brand-submenu-element-child-checkmark i {
  display: block;
}
.brand-submenu-element-child span {
  float: left;
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #5E6F76;
  user-select: none;
}

.login-form {
  width: 300px;
  margin: 100px auto;
}
.login-form-logo {
  margin: auto;
  width: 199px;
  height: 55px;
  display: block;
}
.login-form-inner {
  width: 100%;
  margin-top: 50px;
}
.login-form-element {
  margin-top: 20px;
}
.login-form-element:first-child {
  margin-top: 0;
}
.login-form-element label {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.login-form-element input {
  width: 100%;
  height: 40px;
  border: 1px solid #DEE2E6;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  color: #5E6F76;
  font-size: 12px;
  border-radius: 3px;
  line-height: 40px;
  outline-color: #00AE98;
}
.login-form-element-error {
  display: block;
  font-size: 12px;
  color: red;
  margin-top: 4px;
  font-weight: bold;
}
.login-form-submit {
  border-radius: 3px;
  height: 40px;
  text-align: center;
  box-shadow: none;
  border: 0;
  margin-top: 20px;
  width: 100%;
  background-color: #00AE98;
  color: #ffffff;
  font-size: 14px;
  position: relative;
}

.error-border {
  border: 1px solid red !important;
}

.manager-submenu {
  position: absolute;
  left: 0;
  top: 35px;
  border: 1px solid rgba(189, 204, 212, 0.4);
  background-color: #fff;
  z-index: 4000;
  padding: 14px;
  width: 420px;
  box-sizing: border-box;
  display: block;
}
.manager-submenu-link {
  font-size: 12px;
  line-height: 12px;
  color: #444e52;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.manager-submenu-col {
  margin-right: 20px;
  float: left;
}

.tasks-info {
  margin-top: 15px;
  position: absolute;
  right: -18px;
  top: 30px;
}
.tasks-info-top {
  padding-left: 140px;
  box-sizing: border-box;
}
.tasks-info-top-element {
  float: left;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}
.tasks-info-top-element-label {
  color: #2B363B;
  line-height: 14px;
  display: block;
  font-size: 12px;
}
.tasks-info-top-element-delimiter {
  position: absolute;
  right: 0;
  top: 0;
  color: #2B363B;
  line-height: 14px;
  display: block;
  font-size: 12px;
}
.tasks-info-top-element:first-child {
  margin-left: 0;
}
.tasks-info-row {
  margin-top: 4px;
}
.tasks-info-row-left {
  float: left;
  width: 140px;
}
.tasks-info-row-left span {
  font-size: 12px;
  color: #2B363B;
  line-height: 14px;
  display: block;
}
.tasks-info-row-right {
  float: left;
  width: 427px;
}
.tasks-info-row-element {
  float: left;
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  position: relative;
  padding-right: 14px;
  box-sizing: border-box;
}
.tasks-info-row-element-checkbox {
  width: 10px;
  height: 10px;
  float: left;
  display: block;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #444e52;
}
.tasks-info-row-element-checkbox i {
  color: #444e52;
  font-size: 8px;
  line-height: 10px;
  display: block;
  text-align: center;
}
.tasks-info-row-element-label {
  color: #2B363B;
  line-height: 14px;
  display: inline-block;
  font-size: 12px;
  text-align: right;
  cursor: pointer;
  margin-left: auto;
}
.tasks-info-row-element-label.active {
  background-color: #2B363B;
  color: #ffffff;
}
.tasks-info-row-element-label.orange {
  color: #FF5D00;
}
.tasks-info-row-element-label.orange.active {
  background-color: #FF5D00;
  color: #ffffff;
}
.tasks-info-row-element-label.red {
  color: #C0101D;
}
.tasks-info-row-element-label.red.active {
  background-color: #C0101D;
  color: #ffffff;
}
.tasks-info-row-element-label.green {
  color: #00AE98;
}
.tasks-info-row-element-label.green.active {
  background-color: #00AE98;
  color: #ffffff;
}
.tasks-info-row-element-delimiter {
  position: absolute;
  right: 0;
  top: 0;
  color: #2B363B;
  line-height: 14px;
  display: block;
  font-size: 12px;
}
.tasks-info-row-element:first-child {
  margin-left: 0;
}

.task-top-element {
  float: left;
  margin-right: 14px;
}
.task-top-element-label {
  float: left;
  color: #32393D;
  font-size: 12px;
}
.task-top-element-value {
  float: left;
  color: #32393D;
  font-size: 12px;
  margin-left: 6px;
  font-weight: bold;
}

.page-top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-top-title {
  font-size: 16px;
  color: #5E6F76;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.page-top-subtitle {
  margin-left: 10px;
  font-size: 14px;
  color: #5E6F76;
  font-weight: normal;
}

.text-orange {
  color: #FF5D00;
}

.text-green {
  color: #00AE98;
}

.text-red {
  color: #C0101D;
}

.bold {
  font-weight: bold;
}

.modal-table {
  margin-top: 10px;
  width: 100%;
}
.modal-table tr:hover {
  background-color: rgba(0, 174, 152, 0.0588235294);
}
.modal-table .padding-no {
  padding: 5px 0;
}
.modal-table-text {
  color: #32393D;
  font-size: 11px;
}
.modal-table-text.center {
  display: block;
  text-align: center;
}
.modal-table-text.right {
  display: block;
  text-align: right;
}
.modal-table-button {
  height: 24px;
  width: 100%;
  text-align: center;
  line-height: 24px;
  display: block;
  background-color: #00AE98;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  box-shadow: none;
}
.modal-table-icon {
  display: block;
  margin: auto;
  width: 10px;
}
.modal-table-icon-with-fade {
  position: relative;
  cursor: pointer;
}
.modal-table-icon-with-fade:hover .modal-table-icon-fade {
  display: block;
  opacity: 1;
}
.modal-table-icon-fade {
  position: absolute;
  bottom: 24px;
  left: -54px;
  text-align: center;
  width: 120px;
  z-index: 2000;
  padding: 3px 7px;
  font-weight: bold;
  opacity: 0;
  display: none;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 10px;
  transition: opacity 0.1s ease-out;
}
.modal-table-icon img {
  display: block;
  width: 10px;
}
.modal-table-input {
  width: 100%;
  height: 24px;
  border: 1px solid #DEE2E6;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  color: #5E6F76;
  font-size: 12px;
  border-radius: 2px;
  line-height: 22px;
  outline-color: #00AE98;
}
.modal-table-top-label {
  float: left;
  font-weight: bold;
  color: #32393D;
  font-size: 14px;
  line-height: 26px;
}
.modal-table-top-right {
  float: right;
}
.modal-table-top-checkboxes {
  float: left;
  margin-right: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 26px;
}
.modal-table-top-checkboxes .modal-window-checkbox {
  margin-top: 0;
  margin-left: 20px;
}
.modal-table-top-button {
  float: right;
  height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 26px;
  display: block;
  text-align: center;
  background-color: #00AE98;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
.modal-table-content {
  margin-top: 6px;
  background-color: #fff;
  border: 1px solid #DEE2E6;
  border-radius: 3px;
  height: 280px;
  overflow-y: auto;
}
.modal-table-content table {
  width: 100%;
  border-collapse: collapse;
}
.modal-table-content table tr.fixed-tr {
  position: sticky;
  z-index: 20;
  top: -1px;
  left: 0;
  background-color: #ffffff;
}
.modal-table-content table th {
  border: 1px solid #DEE2E6;
  height: 30px;
  text-align: left;
  padding-left: 7px;
  color: #32393D;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
}
.modal-table-content table td {
  border: 1px solid #DEE2E6;
  min-height: 30px;
  padding: 7px;
  box-sizing: border-box;
}

.center {
  text-align: center !important;
}

.search-product-left {
  width: 200px;
  float: left;
  background-color: #fff;
  border: 1px solid #DEE2E6;
  border-radius: 3px;
  margin-top: 10px;
  box-sizing: border-box;
  height: 370px;
}
.search-product-left .price-list-menu {
  border: none;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0;
}
.search-product-right {
  width: calc(100% - 200px);
  float: left;
  padding-left: 5px;
  box-sizing: border-box;
}

.num-select {
  height: 20px;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #5E6F76;
}
.num-select-plus {
  float: left;
  width: 18px;
  height: 18px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #5E6F76;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #5E6F76;
}
.num-select-minus {
  float: left;
  width: 18px;
  height: 18px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #5E6F76;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #5E6F76;
}
.num-select-input {
  float: left;
  text-align: center;
  border: none;
  outline: none;
  width: calc(100% - 40px);
  color: #5E6F76;
  font-size: 12px;
}

.create-order-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 100%;
  top: 2px;
  position: relative;
  cursor: pointer;
}

.table-page-top-col .search-filter {
  float: none;
  margin-right: 0;
}

.table-page-top-col .dropdown-filter {
  float: none;
  margin-right: 0;
  margin-top: 9px;
}

.filter-activate-button {
  float: left;
  margin-top: 21px;
  height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  box-shadow: none;
  border: 0;
  background-color: #00AE98;
  color: #ffffff;
  font-size: 12px;
  position: relative;
}

.selected-green {
  background-color: rgba(0, 174, 152, 0.2);
}

.av-label {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(189, 204, 212, 0.4);
  display: block;
  box-sizing: border-box;
  padding-top: 7px;
}
.av-label:first-child {
  margin-top: 0;
}
.av-label-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.av-label-checkbox ~ .av-label-checkmark {
  width: 10px;
  height: 10px;
  float: left;
  margin-left: 10px;
  display: block;
  border-radius: 2px;
  border: 1px solid #444e52;
}
.av-label-checkbox ~ .av-label-checkmark i {
  display: none;
  color: #444e52;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}
.av-label-checkbox:checked ~ .av-label-checkmark i {
  display: block;
}
.av-label span {
  float: left;
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  user-select: none;
}

.percent-input {
  width: 50px;
}

.tr-red {
  background-color: rgba(255, 0, 0, 0.15);
}

.tr-yellow {
  background-color: rgba(255, 255, 0, 0.2);
}

.modal-checkbox {
  margin-top: 11px;
  display: block;
}
.modal-checkbox-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.modal-checkbox-checkbox ~ .modal-checkbox-checkmark {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 6px;
  display: block;
  border-radius: 2px;
  border: 1px solid #444e52;
}
.modal-checkbox-checkbox ~ .modal-checkbox-checkmark i {
  display: none;
  color: #444e52;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}
.modal-checkbox-checkbox:checked ~ .modal-checkbox-checkmark i {
  display: block;
}
.modal-checkbox span {
  float: left;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #5E6F76;
  user-select: none;
}

.bottom-price-row {
  margin-top: 10px;
  height: 40px;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.bottom-price-row-label {
  color: #5E6F76;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-right: 20px;
}
.bottom-price-row-button {
  height: 30px;
  display: block;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  background-color: #646F75;
  cursor: pointer;
  border: none;
  box-shadow: none;
}

.data-table .av-label {
  border-bottom-width: 0 !important;
  padding-top: 0 !important;
  height: auto !important;
}

.banners-page {
  position: relative;
  padding-left: 200px;
  box-sizing: border-box;
  max-width: 1240px;
  min-height: 400px;
}
.banners-page-site-slider {
  margin-top: 30px;
}
.banners-page-site-slider-top {
  color: #65757C;
  font-size: 12px;
  font-weight: bold;
}
.banners-page-site-slider-add-button {
  margin-left: 20px;
  position: relative;
  top: 21px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #00AE98;
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banners-page-site-slider-add-button:first-child {
  margin-left: 0;
}
.banners-page-sliders-add-button {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #00AE98;
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}
.banners-page-slider {
  margin-top: 10px;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banners-page-slider:first-child {
  margin-top: 0;
}
.banners-page-slider-label {
  color: #444e52;
  display: block;
  font-size: 12px;
}
.banners-page-slider-buttons {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  align-items: center;
}
.banners-page-slider-edit-button {
  font-size: 18px;
  color: #00AE98;
}
.banners-page-slider-delete-button {
  font-size: 18px;
  margin-left: 7px;
  color: red;
}
.banners-page-aside {
  width: 200px;
  padding-bottom: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.banners-page-block {
  margin-top: 20px;
  background-color: rgb(179, 192, 201);
  position: relative;
  overflow: hidden;
}
.banners-page-block.banners-page-aside-block {
  height: 300px;
  width: 100%;
}
.banners-page-block.banners-page-top-block {
  height: 80px;
  margin-top: 20px;
  width: 100%;
}
.banners-page-block.banners-page-top-block:first-child {
  margin-top: 0;
}
.banners-page-block.banners-page-large-block {
  height: 80px;
  width: 100%;
  margin-top: 20px;
}
.banners-page-block img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banners-page-block-add-button {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #00AE98;
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.banners-page-block-close-button {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: red;
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.banners-page-block-edit-button {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #00AE98;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 50px;
}
.banners-page-content {
  padding-left: 20px;
  box-sizing: border-box;
  padding-top: 20px;
}
.banners-page-content-top-left {
  width: calc(100% - 420px);
  float: left;
  min-height: 280px;
  background-color: rgb(179, 192, 201);
  padding: 10px 10px 20px;
  box-sizing: border-box;
}
.banners-page-content-top-right {
  width: 400px;
  float: right;
}

.file-picker {
  width: 100%;
  height: 30px;
  border: 1px solid #DEE2E6;
  background-color: #fff;
  padding-left: 8px;
  box-sizing: border-box;
  color: #5E6F76;
  font-size: 12px;
  border-radius: 3px;
  line-height: 30px;
  position: relative;
  padding-right: 140px;
}
.file-picker-spinner {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.file-picker-button {
  width: 120px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -1px;
  background-color: #646F75;
  color: #ffffff;
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 12px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.banners-products-row {
  width: calc(100% + 75px);
  margin-left: -75px;
}
.banners-products-row-element {
  float: left;
  width: calc(25% - 75px);
  margin-left: 75px;
  position: relative;
}

.marketing-settings {
  position: relative;
  min-height: 400px;
  padding-bottom: 80px;
}
.marketing-settings-bottom-description {
  position: relative;
  margin-right: 20px;
  width: 150px;
}
.marketing-settings-bottom-description-button {
  width: 150px;
}
.marketing-settings-area {
  margin-top: 20px;
  max-width: 900px;
  padding: 10px;
  background-color: #FAFBFB;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.marketing-settings-order-area {
  margin-left: 20px;
  height: 35px;
  display: flex;
  flex-direction: row;
}
.marketing-settings-order-area input {
  border: 1px solid #DEE2E6;
  background-color: #fff;
  padding-left: 8px;
  box-sizing: border-box;
  color: #5E6F76;
  font-size: 12px;
  border-radius: 3px;
  line-height: 30px;
  height: 35px;
}
.marketing-settings-order-area-button {
  background-color: #646F75;
  color: #ffffff;
  border: none;
  position: relative;
  left: -10px;
  box-shadow: none;
  font-weight: bold;
  font-size: 12px;
  height: 35px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.marketing-settings-bottom {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  max-width: 900px;
}
.marketing-settings-button {
  display: block;
  margin-left: auto;
  height: 35px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  box-shadow: none;
  border: 0;
  background-color: #00AE98;
  color: #ffffff;
  font-size: 14px;
  position: relative;
}
.marketing-settings-image-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  box-shadow: none;
  border: 0;
  background-color: #C0101D;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  transition: all 0.2s ease-in;
}
.marketing-settings-image-button:hover {
  opacity: 0.8;
}

.custom-price-list-menu-element-label {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 14px;
  margin-top: 6px;
}

.custom-price-list-menu-element-top {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(189, 204, 212, 0.4);
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

.custom-price-list-menu-element-top.active {
  background-color: #00AE97;
}

.clickable {
  cursor: pointer;
}

.fixed-container {
  max-width: 1280px;
}

.plans {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-top: 1px dashed #CCCCCC;
  margin-top: 20px;
}

.plan {
  width: 300px;
  border-radius: 4px;
  box-shadow: 0 0 1px #72828A;
  background-color: #ffffff;
  margin-right: 20px;
  margin-top: 20px;
}
.plan-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.plan-table-graphic {
  background-color: #BDC8D1;
  height: 5px;
  width: 90%;
  margin-left: 5%;
  border-radius: 5px;
  position: relative;
}
.plan-table-graphic-line {
  position: absolute;
  left: 0;
  top: -1px;
  height: 7px;
  width: 3px;
  background-color: red;
  z-index: 20;
}
.plan-table-graphic-colored {
  height: 5px;
  border-radius: 5px;
  top: 0;
  left: 0;
  max-width: 100%;
  position: absolute;
  background-color: #00AE98;
}
.plan-table th {
  background: #EEEEEE;
  color: #444E52;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 6px;
  box-sizing: border-box;
  border-left-width: 0;
  border-right-width: 0;
  border-top: 1px solid rgba(189, 204, 212, 0.4);
  border-bottom: 1px solid rgba(189, 204, 212, 0.4);
}
.plan-table th:first-child {
  padding-left: 10px;
}
.plan-table th:last-child {
  padding-right: 10px;
}
.plan-table th.right {
  text-align: right;
}
.plan-table td {
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  box-sizing: border-box;
  border-left-width: 0;
  border-right-width: 0;
}
.plan-table td.concat {
  white-space: nowrap;
  overflow: hidden;
  max-width: 10px;
  text-overflow: ellipsis;
}
.plan-table td:first-child {
  padding-left: 10px;
}
.plan-table td:last-child {
  padding-right: 10px;
}
.plan-table td.right {
  text-align: right;
}
.plan-table td.bold {
  font-weight: bold;
  text-transform: uppercase;
}

.statistics-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.statistics-top {
  display: flex;
  flex-direction: row;
}
.statistics-top-1 {
  width: 300px;
}
.statistics-top-1 .plan {
  width: 100%;
}
.statistics-top-2 {
  width: calc(100% - 660px);
  margin-left: 20px;
  margin-right: 20px;
}
.statistics-top-2 .plan {
  width: 100%;
}
.statistics-top-3 {
  width: 300px;
  height: 2px;
}
.statistics-top-3 .plan {
  width: 100%;
}

.menu-icon {
  height: 20px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  top: 6px;
  margin-right: 6px;
}

.modal-task-comment-input {
  width: calc(100% - 10px);
  height: 25px;
  border: 1px solid #DEE2E6;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  color: #5E6F76;
  font-size: 12px;
  border-radius: 3px;
  line-height: 25px;
  outline-color: #00AE98;
}

.modal-window-spec-task {
  width: 300px;
  height: 300px;
}

.edit-icon-button {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  box-shadow: none;
  border: none;
  background-color: #00AE98;
}

.create-icon-button {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  box-shadow: none;
  border: none;
  background-color: #00AE98;
}

.delete-icon-button {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  box-shadow: none;
  border: none;
  background-color: red;
}

.modal-window-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
.modal-window-radio:first-child {
  margin-top: 0;
}
.modal-window-radio-label {
  font-size: 12px;
  color: #5E6F76;
  line-height: 16px;
}
.modal-window-radio-circles {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  align-items: center;
}
.modal-window-radio-circle {
  margin-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modal-window-radio-circle:first-child {
  margin-left: 0;
}
.modal-window-radio-circle-label {
  font-size: 12px;
  color: #5E6F76;
  line-height: 16px;
}
.modal-window-radio-circle-icon {
  margin-left: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(189, 204, 212, 0.4);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-window-radio-circle-icon-inner {
  width: 11px;
  height: 11px;
  background-color: #00AE98;
  border-radius: 11px;
}

.custom-modal-element {
  background-color: transparent;
}
.custom-modal-element .modal-window-element-with-area-label {
  padding-left: 0;
}

.modal-window-export {
  height: 380px;
  width: 300px;
}

.modal-window-import {
  height: 230px;
  width: 300px;
}

.pricelist-export-button {
  float: left;
  height: 30px;
  margin-top: 21px;
  text-align: center;
  box-shadow: none;
  border: 0;
  border-radius: 5px;
  background-color: #00AE98;
  color: #ffffff;
  font-size: 12px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  padding: 0;
}
.pricelist-export-button-text {
  padding-left: 12px;
  padding-right: 12px;
}
.pricelist-export-button-icon {
  background-color: #00AE98;
  height: 30px;
  width: 30px;
  display: flex;
  font-size: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0;
  margin-left: auto;
  align-items: center;
  border-left: 1px solid #ffffff;
  justify-content: center;
}

.period-switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  margin-left: 2px;
}
.period-switcher-element {
  display: flex;
  margin-right: 10px;
  margin-top: 12px;
  background-color: #B2C0CA;
  color: #65757C;
  font-size: 12px;
  height: 28px;
  flex-direction: row;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
}
.period-switcher-element.active {
  background-color: #00AE98;
  color: #ffffff;
}

.data-table-eye-with-name {
  display: inline-block;
  height: 11px;
  margin-left: 4px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.data-table-eye-with-name img {
  height: 11px;
}

.filter-area {
  height: 426px;
  overflow-y: auto;
  padding-top: 5px;
}
.filter-area-element {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.filter-area-element:first-child {
  margin-top: 0;
}
.filter-area-element-label {
  font-size: 12px;
  width: 200px;
  margin-top: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #444E52;
}
.filter-area-values {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 200px);
}
.filter-area-values-element {
  box-shadow: 0 0 1px 0 #65757C;
  background-color: #FFFFFF;
  display: flex;
  height: 30px;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  color: #444E52;
  cursor: pointer;
}
.filter-area-values-element.active {
  color: #FFFFFF;
  background-color: #00AE98;
}

.route-modal-map {
  width: 100%;
  height: 500px;
}

.route-modal-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 15px;
  box-sizing: border-box;
}
.route-modal-bottom span {
  margin-right: 10px;
  display: block;
  font-size: 14px;
}

@media only screen and (max-width: 1380px) {
  .top-bar-link-dop {
    display: none;
  }
}

.v2-data-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 4px;
  border-style: hidden;
  box-shadow: 0 0 0 1px rgba(178, 192, 202, 0.6);
}
.v2-data-table th {
  height: 32px;
  border: 1px dotted rgba(178, 192, 202, 0.6);
  padding-left: 11px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  background-color: rgba(178, 192, 202, 0.25);
  line-height: 14px;
  color: #444E52;
}
.v2-data-table th:first-child {
  border-top-left-radius: 4px;
}
.v2-data-table th:last-child {
  border-top-right-radius: 4px;
}
.v2-data-table td {
  border: 1px dotted rgba(178, 192, 202, 0.6);
  padding: 8px 10px;
  box-sizing: border-box;
}
.v2-data-table-text {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  color: #444E52;
}
.v2-data-table-text.align-right {
  text-align: right;
  display: block;
}
.v2-data-table-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.v2-data-table-icon img {
  width: 16px;
  height: 16px;
  display: block;
}
.v2-data-table-icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.v2-data-table-icons-col {
  margin-left: 10px;
  margin-top: 10px;
}
.v2-data-table-icons-col:nth-child(1), .v2-data-table-icons-col:nth-child(2), .v2-data-table-icons-col:nth-child(3), .v2-data-table-icons-col:nth-child(4) {
  margin-top: 0;
}
.v2-data-table-icons-col:first-child, .v2-data-table-icons-col:nth-child(5), .v2-data-table-icons-col:nth-child(9) {
  margin-left: 0;
}
.v2-data-table-status {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 10px;
  line-height: 13px;
}
.v2-data-table-sub-td {
  padding: 0 !important;
  border: 0 !important;
}
.v2-data-table-sub-table {
  border: 0 !important;
  box-shadow: none;
  border-radius: 0;
}
.v2-data-table-sub-table tr th {
  background-color: rgba(178, 192, 202, 0.66);
  border-color: rgba(178, 192, 202, 0.66);
}
.v2-data-table-sub-table tr td {
  background-color: rgba(178, 192, 202, 0.25);
  border-color: rgb(178, 192, 202);
}
.v2-data-table-sub-table tr td:first-child, .v2-data-table-sub-table tr th:first-child {
  background-color: transparent;
  border: 0;
}
.v2-data-table-sub-table tr td:last-child, .v2-data-table-sub-table tr th:last-child {
  background-color: transparent;
  border: 0;
}

.file-manager {
  margin-top: 14px;
  width: 100%;
  position: relative;
}

.file-manager-select {
  width: 100%;
  height: 30px;
  border: 1px solid #DEE2E6;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  padding-left: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.file-manager-select-label {
  color: #5E6F76;
  font-size: 12px;
}

.file-manager-select-button {
  margin-left: auto;
  height: 30px;
  width: 75px;
  background-color: #00AE98;
  color: #ffffff;
  font-size: 12px;
  border: 1px solid #00AE98;
  box-shadow: none;
  box-sizing: border-box;
}

.file-manager-files {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-top: 10px;
  column-gap: 20px;
}

.file-manager-file {
  width: calc(50% - 20px);
  height: 20px;
  background-color: #00AE98;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.file-manager-file-label {
  color: #ffffff;
  font-size: 12px;
  padding-left: 8px;
  box-sizing: border-box;
  max-width: calc(100% - 16px - 20px);
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 8px;
}

.file-manager-file-close {
  margin-left: auto;
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #C0101D;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border-radius: 3px;
}

.file-manager-file-close:hover {
  opacity: 0.7;
}

.t-files {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  margin-top: 10px;
}

.t-file {
  font-size: 14px;
  color: #00AE98;
  text-decoration: none;
}

.tools-images {
    float: left;
    position: relative;
    margin-right: 10px;
    margin-left: 13px;
}

.tools-images-top {
    color: #BDC8D1;
    font-size: 12px;
    line-height: 16px;
    display: block;
    line-height: 40px;
    cursor: pointer;
    height: 40px;
    text-decoration: none;
}

.tools-images-submenu {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    display: none;
    z-index: 200000;
    background-color: #BDC8D1;
}

.tools-images-submenu-link {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #444e52;
    text-decoration: none;
    display: block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #A5B4C0;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.tools-images:hover .tools-images-submenu {
    display: block;
}

.modal-window-export-routes {
    width: 300px;
    height: 300px;
}

/*# sourceMappingURL=style.css.map */

.c-visible-conditions {
    margin-left: 40px;
    width: 320px;
}

.c-visible-conditions-label {
    color: rgba(68, 78, 82, 1);
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    display: block;
}

.c-visible-conditions-value {
    color: rgba(68, 78, 82, 1);
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
    display: block;
}

.c-equipment {
    background-color: rgba(178, 192, 202, 0.25);
    border: 1px solid rgba(178, 192, 202, 1);
    border-radius: 4px 4px 0 0;
    padding: 8px 12px;
    box-sizing: border-box;
    margin-top: 12px;
}

.c-equipment-top {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-equipment-icon {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    cursor: pointer;
}

.c-equipment-icon img {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    display: block;
}

.c-equipment-top-element {
    color: rgba(68, 78, 82, 1);
    font-weight: bold;
}

.c-equipment-top-right {
    margin-left: auto;
}

.c-equipment-top-element {
    margin-left: 70px;
    color: rgba(68, 78, 82, 1);
    font-size: 12px;
    line-height: 14px;
}

.c-equipment-top-element:nth-child(2) {
    margin-left: 15px;
}

.c-equipment-visible-photo {
    height: 127px;
    display: block;
    max-width: 400px;
    margin-left: 4px;
}

.c-equipment-visible {
    display: flex;
    flex-direction: row;
    position: relative;
}

.c-equipment-icons {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.c-equipment-edit-icon {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.c-equipment-edit-icon img {
    width: 20px;
    height: 20px;
    display: block;
}

.c-equipment-visible-info {
    margin-left: 9px;
}

.c-equipment-visible-title {
    color: rgba(68, 78, 82, 1);
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    display: block;
}

.c-equipment-visible-element {
    color: rgba(68, 78, 82, 1);
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    display: block;
}

.c-equipment-table {
    padding-left: 34px;
    box-sizing: border-box;
}

.c-equipment-table .modal-table-content {
    margin-top: 0;
    background-color: #fff;
    border: 0;
    overflow-y: auto;
    height: auto;
    border-radius: 0;
}

.c-equipments {
    height: 340px;
    overflow-y: auto;
}

.equipment-icon {
    height: 20px;
    margin-left: 8px;
    display: inline-block;
}

.data-table-dots {
    position: relative;
    float: right;
    width: 20%;
}

.data-table-col.small {
    width: 20%;
}


.data-table-dots-top {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.data-table-dots-top-dot {
    width: 4px;
    height: 4px;
    margin-top: 2px;
    background-color: #1b1e21;
    border-radius: 100%;
}

.data-table-dots-submenu {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    width: 160px;
    margin: 0;
    display: none;
    z-index: 200000;
    padding: 24px 0 0;
    box-sizing: border-box;
}

.data-table-dots-submenu-block {
    background-color: #BDC8D1;
}

.data-table-dots-submenu-element {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #444e52;
    text-decoration: none;
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #A5B4C0;
    transition: all 0.2s ease-in;
}

.data-table-dots:hover .data-table-dots-submenu {
    display: block;
}
