@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700');

/*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 {
  background: #ffffff;
}

.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: #141414;
}

/*Bread Crumb*/
.bg-title .breadcrumb .active {
  color: #141414;
}

/*Sidebar*/
.sidebar {
  background: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.sidebar .label-custom {
  background: #141414;
}

#side-menu li a {
  color: #313131;
  font-family: 'Work Sans', sans-serif;rif;
  letter-spacing: 1px;
}

#side-menu li a {
  color: #313131;
  border-left: 0px solid #fff;
  font-family: 'Work Sans', sans-serif;rif;
  letter-spacing: 1px;
}

#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: #313131;
  border-left: 3px solid #141414;
  font-weight: 500;
}

#side-menu ul>li>a:hover {
  color: #141414;
}

#side-menu ul>li>a.active {
  color: #313131;
  font-weight: 500;
}

.user-profile .user-pro-body .u-dropdown {
  color: #313131;
}

/*themecolor*/
.bg-theme {
  background-color: #d34900 !important;
}

.bg-theme-dark {
  background-color: #141414 !important;
}

/*Button*/
.btn-custom {
  background: #141414;
  border: 1px solid #141414;
  color: #ffffff;
}

.btn-custom:hover {
  background: #141414;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #141414;
}

/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #141414;
  color: #141414;
}

.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #141414;
  border-right: 2px solid #141414;
}

/*Nav-pills*/
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background: #141414;
  color: #ffffff;
}

/*Extra css*/
.bg-theme {
  background-color: #141414 !important;
}

.panel-themecolor,
.panel-theme {
  border-color: #141414;
}

.panel-themecolor .panel-heading,
.panel-theme .panel-heading {
  border-color: #141414;
  color: white;
  background-color: #141414;
}

.panel-themecolor .panel-heading a,
.panel-theme .panel-heading a {
  color: #ffffff;
}

.panel-themecolor .panel-heading a:hover,
.panel-theme .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.panel-themecolor a,
.panel-theme a {
  color: #141414;
}

.panel-themecolor a:hover,
.panel-theme a:hover {
  color: #f69d00;
}

.gradient {
  background: rgb(246,157,0);
  background: linear-gradient(90deg, rgba(246,157,0,1) 0%, rgba(246,157,0,1) 35%, rgba(211,73,0,1) 100%);
  color: #fff;
}
