.theme-green-sea .navbar {
  background-color: #16a085;
}
.theme-green-sea .navbar-brand {
  color: #fff;
}
.theme-green-sea .navbar-brand:hover {
  color: #fff;
}
.theme-green-sea .navbar-brand:active {
  color: #fff;
}
.theme-green-sea .navbar-brand:focus {
  color: #fff;
}
.theme-green-sea .nav > li > a {
  color: #fff;
}
.theme-green-sea .nav > li > a:hover {
  background-color: transparent;
}
.theme-green-sea .nav > li > a:focus {
  background-color: transparent;
}
.theme-green-sea .nav .open > a {
  background-color: transparent;
}
.theme-green-sea .nav .open > a:hover {
  background-color: transparent;
}
.theme-green-sea .nav .open > a:focus {
  background-color: transparent;
}
.theme-green-sea .bars {
  color: #fff;
}
.theme-green-sea .sidebar .menu .list li.active {
  background-color: transparent;
}
.theme-green-sea .sidebar .menu .list li.active > :first-child i,
.theme-green-sea .sidebar .menu .list li.active > :first-child span {
  color: #16a085;
}
.theme-green-sea .sidebar .menu .list .toggled {
  background-color: transparent;
}
.theme-green-sea .sidebar .menu .list .ml-menu {
  background-color: transparent;
}
.theme-green-sea .sidebar .legal {
  background-color: #fff;
}
.theme-green-sea .sidebar .legal .copyright a {
  color: #16a085 !important;
}
.no-sidebar-left section.content {
  margin-left: 15px !important;
}
.no-sidebar-left section.content.content-with-search {
  margin: 10px 15px 0 15px !important;
}
#navigation_home a.content {
  text-decoration: none;
}
#navigation_home a.content .text {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.body-list-cards .card {
  margin-bottom: 5px;
  cursor: pointer;
}
.body-list-cards .card address {
  margin-bottom: 5px;
}
.body-list-cards .card.active {
  background: #F44336;
}
.body-list-cards .card.active * {
  color: #fff;
}
.body-list-cards .card:hover,
.body-list-cards .card:focus {
  background: #e9e9e9;
}
.body-list-cards .card.active:hover *,
.body-list-cards .card.active:focus * {
  color: #555;
}
.navbar-brand-center {
  position: absolute;
  width: 100%;
  top: 0;
  overflow: hidden;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 22px;
  color: #fff;
}
.navbar-brand-center h3 {
  margin: 0;
}
.form-sizes-modal .form-group {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.bloc-cards-sizes .card {
  display: inline-block;
  padding: 5px;
  margin: 5px;
}
.btn-actions-table.open > .dropdown-menu {
  left: -104px;
}
.pointer {
  cursor: pointer;
}
.nav-search-top {
  margin-top: 70px;
}
.nav-search-top .card {
  margin-bottom: 0;
}
.nav-search-top .card .body,
.nav-search-top .card .body .form-group {
  padding-bottom: 0;
  margin-bottom: 0;
}
.block-header h2 {
  color: #666 !important;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #9E9E9E;
  padding-bottom: 10px;
  padding-top: 5px;
}
.navbar-nav .dropdown-menu {
  margin-top: 0px !important;
}
.icon-font-auto {
  font-size: inherit;
  font-weight: 700;
}
.label-quantity-stock-error {
  position: absolute;
  top: 2px;
  right: 4px;
  color: #FF5722;
}
.body-scroll {
  max-height: 500px;
  overflow: auto;
}
.group-sort-table {
  float: right;
}
.group-sort-table span.sort-item {
  font-size: 15px;
  cursor: pointer;
  width: 20px;
  display: inline-block;
  text-align: center;
}
.group-sort-table span.sort-item:hover i,
.group-sort-table span.sort-item:focus i,
.group-sort-table span.sort-item.active i {
  color: #16a085;
}
