@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: #2f323e;
}
/*Top Header Part*/
.logo i {
  color: #4c5667;
}
.top-left-part .light-logo {
  display: inline-block;
}
.top-left-part .dark-logo {
  display: none;
}
.navbar-header {
  background: #ffffff;
}
.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.navbar-top-links > li > a {
  color: #686868;
}
.bg-title {
  background: #f1f2f7;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
/*Right panel*/
.right-sidebar .rpanel-title {
  background: #2cabe3;
}
/*Bread Crumb*/
.bg-title .breadcrumb .active {
  color: #2cabe3;
}
/*Sidebar*/
.sidebar {
  background: #2f323e;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .label-custom {
  background: #01c0c8;
}
#side-menu li a {
  color: #97999f;
}
#side-menu li a {
  color: #ffffff;
  border-left: 0px solid #2f323e;
}
.nav-second-level li a {
  color: #000000 !important;
}
#side-menu > li > a:hover,
#side-menu > li > a:focus,
#side-menu > li.active {
  /* background: rgba(0, 0, 0, 0.07); */
  background: #ee1c25;
}
#side-menu > li > a.active {
  background: #ee1c25;
  color: #ffffff;
  font-weight: 500;
}
#side-menu ul > li > a:hover {
  color: #ffffff;
}
#side-menu ul > li > a.active {
  color: #ffffff;
  font-weight: 500;
}
.user-profile .user-pro-body .u-dropdown {
  color: #97999f;
}
/*themecolor*/
.bg-theme {
  background-color: #707cd2 !important;
}
.bg-theme-dark {
  background-color: #2cabe3 !important;
}
/*Button*/
.btn-custom {
  background: #2cabe3;
  border: 1px solid #2cabe3;
  color: #ffffff;
}
.btn-custom:hover {
  background: #2cabe3;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #2cabe3;
}
/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #2cabe3;
  color: #2cabe3;
}
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #2cabe3;
  border-right: 2px solid #2cabe3;
}
/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #2cabe3;
  color: #ffffff;
}
.sidebar-list-color:hover {
  color: #ee1c25 !important;
}
.sidebar-list-backgroung-color {
  background-color: white;
}
.hamburger {
  float: right;
}
.slim-sidebar {
  height: 100%;
  overflow: visible !important;
}
.img-logo {
  display: block;
}

@media (max-width: 767px) {
  .slim-sidebar {
    overflow: scroll !important;
  }
}
@media (max-width: 410px) {
  .img-logo {
    display: none !important;
  }
  .hamburger {
    float: none;
    width: 100%;
  }
  .dropdown {
    float: right !important;
  }
}
