.topbar {
    background: #02aeeb;
}

.sidebar-nav>ul>li.active>a {
    color: #02aeeb;
    border-color: #02aeeb;
    background-color: transparent;
}

.sidebar-nav>ul>li.active>ul>li.active>a,
.sidebar-nav>ul>li.active>ul>li.active>a.active {
    color: #02aeeb;
}

.sidebar-nav>ul>li.active>a i {
    color: #02aeeb;
}

.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
    color: #02aeeb;
}

.sidebar-nav ul li a.active i,
.sidebar-nav ul li a:hover i {
    color: #02aeeb;
}

@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav>li>ul {
        background: #f5f1ef;
    }
    .mini-sidebar .sidebar-nav ul>li:hover>a {
        background: #f5f1ef !important;
        border-color: #02aeeb;
    }
}

.group-orange {
    background: #FFF;
    border: 1px solid #02aeeb;
}

.btn-group label {
    color: #02aeeb !important;
}

.group-orange.active {
    background: #02aeeb;
    border: 1px solid #cc5200;
    color: #FFF !important;
    /*-webkit-box-shadow: 0 14px 26px -12px rgba(179, 71, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(179, 71, 0, 0.2);*/
    /*box-shadow: 0 14px 26px -12px rgba(179, 71, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(179, 71, 0, 0.2);*/
}

.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #ffece5;
    width: 100%;
    border: 1px solid #02aeeb;
    padding: 15px;
    color: #02aeeb;
    font-size: 15px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    font-weight: bold;
}

.tbl-head1 {
    background-color: #02aeeb !important;
}


.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #e6f8ff;
    width: 100%;
    border: 1px solid #02aeeb;
    padding: 15px;
    color: #02aeeb;
    font-size: 15px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    font-weight: bold;
}

.form button:hover,
.form button:active,
.form button:focus {
    color: #FFF;
    background: #02aeeb;
}