/*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: #ffffff;
}
/*Top Header Part*/
.logo i {
  color: #ffffff;
}
.top-left-part .light-logo {
  display: inline-block;
  margin: 10px 0 0 15px;
}
.top-left-part .dark-logo {
  display: none;
}
.navbar-top-links > li > a {
  color: #ffffff;
}
/*
.notify .heartbit{
    border-color:@white;
}
.notify .point{
  background-color:@danger;
}*/
/*Right panel*/
.right-sidebar .rpanel-title {
  background: #fb9678;
}
/*Bread Crumb*/
.bg-title .breadcrumb .active {
  color: #fb9678;
}
/*Sidebar*/
.sidebar .label-custom {
  background: #01c0c8;
}
/*themecolor*/
.bg-theme {
  background-color: #db2828 !important;
}
.bg-theme-dark {
  background-color: #01c0c8 !important;
}
/*Chat widget*/
.chat-list .odd .chat-text {
  background: #fb9678;
}
/*Button*/
.btn-custom {
  background: #fb9678;
  border: 1px solid #fb9678;
  color: #ffffff;
}
.btn-custom:hover {
  background: #fb9678;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #fb9678;
}
/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #fb9678;
  color: #fb9678;
}
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #fb9678;
  border-right: 2px solid #fb9678;
}
/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #fb9678;
  color: #ffffff;
}
