
.menu_link_highlight {
  color: red;
}

.nav-link .icon {
  font-size: 2.5rem;
}

.user-menu-top {
  color: rgba(255, 255, 255, 0.5) !important;
}

.user-menu:hover, .user-menu:focus, .user-menu-top:hover, .user-menu-top:focus {
  color: rgba(255, 255, 255, 0.75) !important;
}

table .icon {
  font-size: 1.5rem;
}

.s7-pay-0, .s7-order-2 {
  color: #F45846 !important;
  font-weight: bold;
}

.s7-pay-1, .s7-order-1 {
  color: #2cc185 !important;
  font-weight: bold;
}

.s7-pay-2, .s7-pay-3, .s7-order-3 {
  color: #FFDC42 !important;
  font-weight: bold;
}

.s7-order-0 {
  color: gray !important;
  font-weight: bold;
}

.s7-ticket-priority-0, .s7-ticket-priority-1, .s7-ticket-priority-2,
.s7-ticket-status-open, .s7-ticket-status-closed, .s7-ticket-status-wait {
  font-size: 2rem !important;
}

.s7-ticket-priority-0 {
  color: gray !important;
}

.s7-ticket-priority-1 {
  color: black !important;
}

.s7-ticket-priority-2 {
  color: red !important;
}

.s7-ticket-status-open, .s7-ticket-status-wait {
  color: black !important;
}

.s7-ticket-status-closed {
  color: gray !important;
}

.btn-mid-table {
  min-width: 40px;
  min-height: 40px;
}

.btn-mid-table .icon {
  font-size: 25px;
}

.dropleft .dropdown-toggle::before {
  display: none !important;
}

.tooltip-inner {
  max-width: 100%;
}

@media (min-width: 576px) {
  .tooltip-inner {
    max-width: 400px;
  }
}

.tooltip {
  font-size: 1rem;
}

.pricing-table-title {
  text-transform: none;
}

.pricing-table-features {
  font-size: 14px;
  font-weight: 300;
}

.pricing-table-features > b {
  font-weight: 600;
}

.banner-table-td > a > img {
  max-width: 30%;
  height: auto;
  padding: 0.25rem;
  background-color: #f4f4f4;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}

.payment-div > p > b, .payment-button-div > div > form > b {
  font-weight: 600;
}

.switch-button.switch-button-yesno.ru label:before  {
  content: "НЕТ";
}

.switch-button.switch-button-yesno.ru input[type="checkbox"]:checked + span label:before {
  content: "ДА";
}

.switch-button.switch-button-yesno.uk label:before  {
  content: "НІ";
}

.switch-button.switch-button-yesno.uk input[type="checkbox"]:checked + span label:before {
  content: "ТАК";
}

.bg-warning-light {
  background-color: #FFFFE0 !important;
}

.SmartStarsImages {
  width: 17px;
}

.card-header .tools .icon.nopointer {
  cursor: default;
}

.striped-div .row:nth-of-type(odd) {
  background-color: whitesmoke;
}

.modal-body {
  word-wrap: break-word;  
}

@media (max-width: 767.98px) {
  .mai-top-header > .container {
    justify-content: flex-end;
  }
}

@media (max-width: 767.98px) {
  .mai-user-nav {
    flex: 0 0 auto;
  }
}
