@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');

/* =====================================================
   BASE
===================================================== */
body {
  background: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

/* =====================================================
   PRELOADER
===================================================== */
.preloader {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 99999;
  background: #ffffff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/* =====================================================
   TOP HEADER
===================================================== */
.top-left-part {
  background: #ffffff;
}

.top-left-part .dark-logo {
  display: none;
}

.top-left-part .light-logo {
  display: inline-block;
}

.logo i {
  color: #ffffff;
}

.navbar-header {
  background: #2f323e;
}

.navbar-top-links > li > a {
  color: #ffffff;
  font-weight: 500;
}

/* =====================================================
   SIDEBAR
===================================================== */
.sidebar {
  background: #ffffff;
  box-shadow: 1px 0 20px rgba(0,0,0,0.08);
}

.sidebar .sidebar-head {
  background: #ffffff;
}

.sidebar .sidebar-head h3 {
  color: #000000;
  font-weight: 700;
}

.sidebar .label-custom {
  background: #01c0c8;
}

/* Sidebar menu */
#side-menu li a {
  color: #000000;
  font-weight: 600;
  border-left: 0 solid #ffffff;
}

#side-menu > li > a {
  border-left: 3px solid transparent;
}

#side-menu > li > a:hover,
#side-menu > li > a:focus {
  background: rgba(0,0,0,0.07);
  color: #000000;
}

#side-menu > li > a.active {
  background: transparent;
  color: #000000;
  border-left: 3px solid #41b3f9;
  font-weight: 700;
}

#side-menu ul > li > a:hover {
  color: #000000;
}

#side-menu ul > li > a.active {
  color: #000000;
  font-weight: 700;
}

/* User profile */
.user-profile .user-pro-body .u-dropdown {
  color: #000000;
  font-weight: 600;
}

/* =====================================================
   BREADCRUMB
===================================================== */
.bg-title .breadcrumb .active {
  color: #41b3f9;
  font-weight: 600;
}

/* =====================================================
   RIGHT PANEL
===================================================== */
.right-sidebar .rpanel-title {
  background: #41b3f9;
  font-weight: 700;
}

/* =====================================================
   HEADINGS
===================================================== */
h1, h2, h3, h4, h5 {
  color: #000000;
  font-weight: 700;
}

/* =====================================================
   THEME COLORS
===================================================== */
.bg-theme {
  background-color: #41b3f9 !important;
}

.bg-theme-dark {
  background-color: #41b3f9 !important;
}

/* =====================================================
   BUTTON
===================================================== */
.btn,
.btn-custom {
  background: #41b3f9;
  border: 1px solid #41b3f9;
  color: #ffffff;
  font-weight: 600;
}

.btn:hover,
.btn-custom:hover {
  background: #41b3f9;
  opacity: 0.85;
  color: #ffffff;
}

/* =====================================================
   TABS & NAV
===================================================== */
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #41b3f9;
  color: #41b3f9;
  font-weight: 700;
}

.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #41b3f9;
  border-right: 2px solid #41b3f9;
  font-weight: 700;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #41b3f9;
  color: #ffffff;
  font-weight: 700;
}

/* =====================================================
   PANEL
===================================================== */
.panel-themecolor,
.panel-theme {
  border-color: #41b3f9;
}

.panel-themecolor .panel-heading,
.panel-theme .panel-heading {
  border-color: #41b3f9;
  color: #ffffff;
  background-color: #41b3f9;
  font-weight: 700;
}

.panel-themecolor .panel-heading a,
.panel-theme .panel-heading a {
  color: #ffffff;
  font-weight: 600;
}

.panel-themecolor .panel-heading a:hover,
.panel-theme .panel-heading a:hover {
  color: rgba(255,255,255,0.7);
}

.panel-themecolor a,
.panel-theme a {
  color: #41b3f9;
  font-weight: 600;
}

.panel-themecolor a:hover,
.panel-theme a:hover {
  color: #0791e6;
}

/* =====================================================
   FORCE BLACK & BOLD (FINAL SAFETY)
===================================================== */
body,
p,
span,
label,
td,
th,
.sidebar a,
#side-menu li a {
  color: #000000 !important;
  font-weight: 500;
}
