﻿.navbar-custom {
    background-color: #4eb7f5!important;
}

.btn-outline-theme {
    color: #4eb7f5!important;
    border-color: #4eb7f5!important;
}

    .btn-outline-theme:hover {
        color: #fff !important;
        background-color: #4eb7f5!important;
        border-color: #4eb7f5!important;
    }

#sidebar-menu > ul > li > a.active {
    color: #4eb7f5!important;
}

.nav-second-level li.active > a, .nav-third-level li.active > a {
    color: rgba(78, 183, 245, 0.91) !important;
}

#sidebar-menu > ul > li > a:active, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:hover {
    color: #4eb7f5!important;
}

.nav-second-level li a:focus, .nav-second-level li a:hover, .nav-thrid-level li a:focus, .nav-thrid-level li a:hover {
    color: #4eb7f5!important;
}

.ribbon-box .ribbon-theme {
    background: #4eb7f5!important;
}

.input-shadow {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.16), 0 2px 6px 0 rgba(0,0,0,.12);
}
.btn-theme {
    background: #4eb7f5!important;
    color: #fff !important;
}

    .btn-theme:hover {
        background: rgba(78, 183, 245, 0.79) !important;
        color: #fff !important;
    }

.text-theme {
    color: #4eb7f5!important;
}

.link-theme {
    color: #4eb7f5!important;
}

    .link-theme:hover {
        color: rgba(0, 0, 0, 0.63) !important;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #4eb7f5!important;
    border-color: #4eb7f5!important;
    background-color: #4eb7f5!important;
}
.responsive-table-plugin .sticky-table-header, .responsive-table-plugin table.focus-on tbody tr.focused td, .responsive-table-plugin table.focus-on tbody tr.focused th {
    background: #4eb7f5!important;
    color: #fff;
    border-color: #4eb7f5!important;
}
.responsive-table-plugin .btn-default.btn-primary {
    background-color: #4eb7f5!important;
    border-color: #4eb7f5!important;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(102,88,221,.5);
    box-shadow: 0 0 0 2px rgba(102,88,221,.5);
}
.responsive-table-plugin .checkbox-row input[type=checkbox]:checked + label::before {
    background-color: #fff;
    border-color: #4eb7f5!important;
}
.responsive-table-plugin .checkbox-row input[type=checkbox]:checked + label::after {
    color: #4eb7f5!important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4eb7f5!important;
}