.has-error .form-control {
  background-color: #fff5f5;
  border-color: #ffb3b3;
}

.card .tm-card-header {
  border-bottom: 1px solid #cfdbe2 !important;
  font-size: 1.15rem;
  font-weight: 300;
}

.status-off {
  background-color: #fef6f0;
}

body .has-error .select2-container--bootstrap4 .select2-selection,
body .has-error .select2-container--bootstrap4.select2-container--focus .select2-selection {
  background-color: #fff5f5;
  border-color: #ffb3b3;
}

.table-orders th {
  background-color: #f2f2f2;
  border: 1px solid white;
}

.table-orders td {
  font-size: 12px;
}

/*
    Side menu
 */
.aside-inner, .navbar-header, .sidebar > .sidebar-nav > li {
  transition: none;
}

.sidebar .sidebar-nav > li > a {
  -webkit-animation: none;
          animation: none;
}

.sidebar > .sidebar-nav .badge {
  -webkit-animation: none;
          animation: none;
}

.sidebar > .sidebar-nav > .nav-heading, .sidebar > .sidebar-nav > li > a > span {
  -webkit-animation: none;
          animation: none;
}

.wrapper .aside-container {
  transition: none;
}
