/** 
*
* Hestia Web Interface
*
* Copyright (C) 2020 Carter Roeser <carter@cdgtech.one>
* https://cdgco.github.io/HestiaWebInterface
*
* Hestia Web Interface is free software: you can redistribute it and/or modify
* it under the terms of version 3 of the GNU General Public License as published 
* by the Free Software Foundation.
*
* Hestia Web Interface is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
* 
* You should have received a copy of the GNU General Public License
* along with Hestia Web Interface.  If not, see
* <https://github.com/cdgco/HestiaWebInterface/blob/master/LICENSE>.
*
*/

@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);

:root {
    
    /* Theme Colors */
    --main-theme-color: #707cd2;
    --secondary-theme-color: #54667a;
    --white: #ffffff;
    --other-one: #01c0c8;
    --other-two: #686868;
    --other-three: #3b4abb;
}

.preloader {
  background: var(--white);
}
body {
  background: var(--white);
}
.logo i {
  color: var(--white);
}
.theme-color {
  color: var(--main-theme-color);
}
.navbar-header {
  background: var(--main-theme-color);
}
.navbar-top-links > li > a {
  color: var(--white);
}
.right-sidebar .rpanel-title {
  background: var(--main-theme-color);
}
.bg-title .breadcrumb .active {
  color: var(--main-theme-color);
}
.sidebar {
  background: var(--white);
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .label-custom {
  background: var(--other-one);
}
#side-menu li a {
  color: var(--secondary-theme-color);
}
#side-menu li a {
  color: var(--secondary-theme-color);
  border-left: 0px solid var(--white);
}
#side-menu > li > a:hover,
#side-menu > li > a:focus {
  background: rgba(0, 0, 0, 0.07);
}
#side-menu > li > a.active {
  background: var(--main-theme-color);
  color: var(--white);
  font-weight: 500;
}
#side-menu ul > li > a:hover {
  color: var(--main-theme-color);
}
#side-menu ul > li > a.active {
  color: var(--main-theme-color);
  font-weight: 500;
}
.user-profile .user-pro-body .u-dropdown {
  color: var(--secondary-theme-color);
}
.color-button,
.color-button.disabled {
    color: var(--main-theme-color) !important;
    border: 1px solid var(--main-theme-color);
}
.color-button:hover,
.color-button.disabled:hover,
.color-button:focus,
.color-button.disabled:focus,
.color-button.focus,
.color-button.disabled.focus {
    color: var(--white) !important;
    border: 1px solid var(--main-theme-color);
  background: var(--main-theme-color);
  opacity: 0.8;
}
.bg-theme {
  background-color: var(--main-theme-color) !important;
}
.bg-theme-dark {
  background-color: var(--main-theme-color) !important;
}
.btn-custom {
  background: var(--main-theme-color);
  border: 1px solid var(--main-theme-color);
  color: var(--white);
}
.btn-custom:hover {
  background: var(--main-theme-color);
  opacity: 0.8;
  color: var(--white);
  border: 1px solid var(--main-theme-color);
}
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid var(--main-theme-color);
  color: var(--main-theme-color);
}
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: var(--main-theme-color);
  border-right: 2px solid var(--main-theme-color);
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: var(--main-theme-color);
  color: var(--white);
}

/* Theme Specific CSS */

.fc-toolbar,
.fc th.fc-sun,
.fc th.fc-tue,
.fc th.fc-thu,
.fc th.fc-sat,
.fc th.fc-mon,
.fc th.fc-wed,
.fc th.fc-fri,
.fc-button {
  background-color: var(--main-theme-color) !important;
}
.table tbody tr.advance-table-row.active,
.fc-button {
  border-color: var(--main-theme-color);
}
.manage-users .tabs-style-iconbox nav {
  background: var(--main-theme-color);
}
.manage-users .tabs-style-iconbox nav li.tab-current a {
  background: var(--main-theme-color);
}
.manage-users .tabs-style-iconbox nav li.tab-current a:after {
  border-top-color: var(--main-theme-color);
}
.panel-themecolor,
.panel-theme {
  border-color: var(--main-theme-color);
}
.panel-themecolor .panel-heading,
.panel-theme .panel-heading {
  border-color: var(--main-theme-color);
  color: var(--white);
  background-color: var(--main-theme-color);
}
.panel-themecolor .panel-heading a,
.panel-theme .panel-heading a {
  color: var(--white);
}
.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: var(--main-theme-color);
}
.panel-themecolor a:hover,
.panel-theme a:hover {
  color: var(--other-three);
}
.sidebar .sidebar-head {
  background: var(--white);
}
.sidebar .sidebar-head h3 {
  color: var(--other-two);
}