@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);
/*Theme Colors*/
/*bootstrap Color*/
/*Normal Color*/
/*Border radius*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
/*Just change your choise color here its theme Colors*/
body {
  background: #fff;
}
.top-left-part {
  background: #fff;
}
.top-left-part .dark-logo {
  display: none;
}
.top-left-part .light-logo {
  display: inline-block;
}
/*Top Header Part*/
.logo i {
  color: #ffffff;
}
.navbar-header {
  /* Thème Kayzoune Boissons - jaune type Google */
  background: #F4B400;
}
.navbar-top-links > li > a {
  color: #ffffff;
}
.sidebar .sidebar-head {
  background: #ffffff;
}
.sidebar .sidebar-head h3 {
  color: #686868;
}
/*Right panel*/
.right-sidebar .rpanel-title {
  background: #F4B400;
}
/*Bread Crumb*/
.bg-title .breadcrumb .active {
  color: #E6A800;
}
/*Sidebar*/
.sidebar {
  background: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .label-custom {
  background: #E6A800;
}
#side-menu li a {
  color: #54667a;
}
#side-menu li a {
  color: #54667a;
  border-left: 0px solid #fff;
}
#side-menu > li > a {
  border-left: 3px solid transperant;
}
#side-menu > li > a:hover,
#side-menu > li > a:focus {
  background: rgba(0, 0, 0, 0.07);
}
#side-menu > li > a.active {
  background: transperant;
  color: #54667a;
  border-left: 3px solid #F4B400;
  font-weight: 500;
}
#side-menu ul > li > a:hover {
  color: #E6A800;
}
#side-menu ul > li > a.active {
  color: #54667a;
  font-weight: 500;
}
.user-profile .user-pro-body .u-dropdown {
  color: #54667a;
}
/*themecolor*/
.bg-theme {
  background-color: #707cd2 !important;
}
.bg-theme-dark {
  background-color: #F4B400 !important;
}
/*Button*/
.btn-custom {
  background: #F4B400;
  border: 1px solid #F4B400;
  color: #1a1a1a;
}
.btn-custom:hover {
  background: #E6A800;
  opacity: 0.95;
  color: #1a1a1a;
  border: 1px solid #E6A800;
}
/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #F4B400;
  color: #E6A800;
}
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #F4B400;
  border-right: 2px solid #F4B400;
}
/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #F4B400;
  color: #1a1a1a;
}
/*Extra css*/
.bg-theme {
  background-color: #F4B400 !important;
}
.panel-themecolor,
.panel-theme {
  border-color: #F4B400;
}
.panel-themecolor .panel-heading,
.panel-theme .panel-heading {
  border-color: #F4B400;
  color: #1a1a1a;
  background-color: #F4B400;
}
.panel-themecolor .panel-heading a,
.panel-theme .panel-heading a {
  color: #1a1a1a;
}
.panel-themecolor .panel-heading a:hover,
.panel-theme .panel-heading a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.panel-themecolor a,
.panel-theme a {
  color: #E6A800;
}
.panel-themecolor a:hover,
.panel-theme a:hover {
  color: #c99400;
}
/* Boutons primary - thème Kayzoune Boissons */
.btn-primary {
  background-color: #F4B400 !important;
  border-color: #E6A800 !important;
  color: #1a1a1a !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #E6A800 !important;
  border-color: #c99400 !important;
  color: #1a1a1a !important;
}
/* Bouton info (ex: Login) - thème Kayzoune Boissons */
.btn-info {
  background-color: #F4B400 !important;
  border-color: #E6A800 !important;
  color: #1a1a1a !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  background-color: #E6A800 !important;
  border-color: #c99400 !important;
  color: #1a1a1a !important;
}
.btn-info:active,
.btn-info.active {
  background-color: #c99400 !important;
  border-color: #E6A800 !important;
  color: #1a1a1a !important;
}
