@import 'https://fonts.googleapis.com/css?family=Rubik:300, 400, 500, 700, 900';
.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);
}
.btn-info {
    background: #1e6679;
    border-color: #1e6679;
    height: 45px;
}
.topbar {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,  0,  0,  0.1);
    box-shadow: 0 0 20px rgba(0,  0,  0,  0.1);
}
a {
    color: #1e6679;
}
a.link:focus, a.link:hover {
    color: #1e6679!important;
}
.bg-theme {
    background-color: #1e6679!important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #1e6679;
    border-color: #1e6679;
}
.right-sidebar .rpanel-title {
    background: #1e6679;
}
.stylish-table tbody tr.active, .stylish-table tbody tr:hover {
    border-left: 4px solid #1e6679;
}
.text-themecolor {
    color: #1e6679!important;
}
.customtab li a.nav-link.active, .profile-tab li a.nav-link.active {
    border-bottom: 2px solid #1e6679;
    color: #1e6679;
}
.customtab li a.nav-link:hover, .profile-tab li a.nav-link:hover {
    color: #1e6679;
}
.btn-themecolor, .btn-themecolor.disabled {
    background: #1e6679;
    color: #ffffff;
    border: 1px solid #1e6679;
}
.btn-themecolor.disabled:hover, .btn-themecolor:hover {
    background: #1e6679;
    opacity: 0.7;
    border: 1px solid #1e6679;
}
.btn-themecolor.active, .btn-themecolor.disabled.active, .btn-themecolor.disabled:focus, .btn-themecolor:focus {
    background: #028ee1;
}
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
    background: #272c33;
}
.mini-sidebar .sidebar-nav {
    background: transparent;
}
@media (min-width:768px) {
    .mini-sidebar .sidebar-nav #sidebarnav>li>ul {
    background: #181c22;
}
}.sidebar-nav {
    background: #272c33;
}
.sidebar-nav ul li a {
    color: #798699;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
    color: #1e6679;
}
.sidebar-nav ul li a.active {
    color: #ffffff;
}
.sidebar-nav ul li.nav-small-cap {
    color: #90a4ae;
}
.sidebar-nav>ul>li.active>a {
    border-left: 3px solid #1e6679;
    color: #1e6679;
}
.sidebar-nav>ul>li.active>a i {
    color: #1e6679;
}
.sidebar-nav>ul>li>a {
    border-left: 3px solid #272c33;
}
.sidebar-nav>ul>li>a.active, .sidebar-nav>ul>li>a:hover {
    border-left: 3px solid #1e6679;
}
.sidebar-nav>ul>li>a.active i, .sidebar-nav>ul>li>a:hover i {
    color: #1e6679;
}
.sidebar-nav>ul>li>a i {
    color: #798699;
}
.sidebar-nav>ul>li>a.active {
    font-weight: 400;
    background: #ffffff;
    color: #1e6679;
}
.user-profile .profile-text a {
    color: #798699!important;
}
.card-no-border .sidebar-footer {
    background: #181c22;
}
.btn-info.disabled:hover,  .btn-info:hover,  .btn-info.disabled:active,  .btn-info:active {
    background:  #00a896;
     border:  1px solid #00a896;
}