body.admin-login-gradient {
  background-color: #f9d297;
  background-image: linear-gradient(90deg, #f9d297 10%, #d2a269 100%);
  background-size: cover;
  overflow: hidden;
}
body.admin-login-gradient div.login-footer {
  background: #0b1330;
  padding: 10px;
  text-align: center;
}
body.admin-login-gradient div.login-footer p {
  margin: 0;
  color: #fff;
}
body.admin-login-gradient button.btn-login {
  border-color: #0b1330;
  background-color: #0b1330;
  color: #fff !important;
}
body.admin-login-gradient div.login-panel-wrapper {
  min-height: calc(100vh - 44px);
  display: flex;
  align-items: center;
}
body.admin-login-gradient div.login-panel {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
body.admin-login-gradient div.login-panel div.login {
  padding-top: 50px;
  padding-bottom: 50px;
}

ul.navbar-nav > li {
  margin-bottom: 0 !important;
}

ul.navbar-nav > li > a {
  padding-bottom: 0 !important;
}

table td {
  vertical-align: middle !important;
}

a.sidebar-brand {
  height: auto !important;
  padding: 15px !important;
}

.bg-login-image {
  background: url("/backend/web/img/login-logo.png") !important;
  background-position: center !important;
  background-size: auto 75% !important;
  background-repeat: no-repeat !important;
}

div.dashboard {
  height: 75vh;
  position: relative;
}
div.dashboard:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/backend/web/img/experthoreca-logo-L.png");
  background-size: auto 75%;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0.25;
}

.sidebar .nav-item .nav-link {
  width: 100% !important;
}

.custom-control {
  padding-left: 2.3rem !important;
}

table tr td {
  vertical-align: middle;
}

footer.sticky-footer {
  padding: 10px !important;
  background: #0b1330;
}
footer.sticky-footer p {
  margin: 0;
  font-size: 12px;
  color: #fff;
}

ul.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
ul.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
}
ul.pagination li.active a {
  color: #fff;
  background: #4e73df;
}
ul.pagination li a {
  border: 1px solid #4e73df;
  border-radius: 50%;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
ul.pagination li a:hover {
  color: #fff;
  background: #4e73df;
}

div.bootstrap-select button.dropdown-toggle {
  border: 1px solid #dee2e6 !important;
  color: #000 !important;
  background: #fff !important;
}

div.collapse > div {
  border: 0 !important;
  margin-left: 23px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
div.collapse > div > a {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
div.collapse > div > a:hover {
  color: var(--primary) !important;
}
div.collapse > div > a > i.fa {
  margin-right: 6px !important;
}

td.bg-secondary,
td.bg-success,
td.bg-info,
td.bg-warning,
td.bg-danger {
  color: #fff !important;
}

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

/* ===== EXPERT HORECA green/yellow theme overrides ===== */
:root{--primary:#2E9E44;}
/* Sidebar green gradient */
.bg-gradient-primary{background-color:#1E8E3E!important;background-image:linear-gradient(180deg,#2E9E44 10%,#0D652D 100%)!important}
/* Active menu item + collapse hover = yellow accent */
#accordionSidebar .nav-item.active>.nav-link,#accordionSidebar .nav-item.active>.nav-link i{color:#F4C20D!important}
div.collapse>div>a:hover{color:#F4C20D!important}
/* Primary buttons / text / bg */
.btn-primary{background-color:#2E9E44!important;border-color:#2E9E44!important}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background-color:#1E8E3E!important;border-color:#1E8E3E!important}
.btn-outline-primary{color:#2E9E44!important;border-color:#2E9E44!important}
.btn-outline-primary:hover{color:#fff!important;background-color:#2E9E44!important}
.text-primary{color:#2E9E44!important}
.bg-primary{background-color:#2E9E44!important}
.border-left-primary{border-left-color:#2E9E44!important}
a{color:#1E8E3E}
a:hover{color:#0D652D}
/* Pagination green */
ul.pagination li.active a{background:#2E9E44!important;border-color:#2E9E44!important}
ul.pagination li a{border-color:#2E9E44!important}
ul.pagination li a:hover{background:#2E9E44!important}
/* Login page green/yellow gradient */
body.admin-login-gradient{background-color:#FCEFB4!important;background-image:linear-gradient(90deg,#F4C20D 10%,#2E9E44 100%)!important}
body.admin-login-gradient button.btn-login{border-color:#1E8E3E!important;background-color:#2E9E44!important;color:#fff!important}
body.admin-login-gradient div.login-footer{background:#0D652D!important}
footer.sticky-footer{background:#0D652D!important}