@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;
}

.m-t-25 {
  margin-top: 25px;
}

.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;
  }
}

.apiloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #ffffff47;
}

.apiloader .outer-label {
  position: fixed;
  z-index: 99999999;
  top: calc(50% + 23px);
  left: calc(50% - 35px);
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0px 0px 5px #000000;
  color: #ffffff;
}

#password_rules {
  font-size: 11px;
}

#password_rules h6 {
  font-weight: 500;
  margin: 0px 0px 8px;
}

#password_rules ul {
  padding-left: 15px;
}

#password_rules .alert {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff8ba;
}

#password_rules ul li {
  color: #a90000 !important;
}

#password_rules ul li.complete {
  color: #51a002 !important;
  font-weight: 500;
}

span.togglePassword {
  color: gray;
  font-size: 12px;
  cursor: pointer;
}

.filter_inner_box {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
}

/* For Main Select Box */
.custom-select2-height+.select2-container .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #e4e7ea !important;
  border-radius: 4px !important;
  height: 38px !important;
}

/* For Selected Text */
.custom-select2-height+.select2-container .select2-selection--single .select2-selection__rendered {
  color: #444 !important;
  line-height: 36px !important;
}

/* For Arrow */
.custom-select2-height+.select2-container .select2-selection--single .select2-selection__arrow {
  height: 26px !important;
  position: absolute !important;
  top: 5px !important;
  right: 1px !important;
  width: 20px !important;
}