.theme-blue .menu>ul>li>ul.normal-sub>li a:hover,
.theme-blue .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #4FC3F7
}

.theme-blue.sidebar-collapse .navbar-collapse:before {
    background-color: #13a0ef
}

.theme-blue .btn-primary {
    background: #13a0ef
}

.theme-blue .btn-shadow {
    box-shadow: 0 4px 0 0 #0d81c0;
}

.theme-blue .btn-shadow:hover {
    box-shadow: none;
    box-shadow: 0 3px 0 0 #0e88ca;
    transform: translateY(1px);
    transition: all 0.2s linear;
}

.theme-blue .btn-primary:active,
.theme-blue .btn-primary:hover,
.theme-blue .btn-primary:focus {
    background: #17acff;
    color:#fff;
}

.theme-blue .btn-primary:active:focus {
    color: #fff;
    background: #0272b3
}

.theme-blue .btn-primary.btn-simple {
    border-color: #13a0ef;
    color: #13a0ef;
    background: transparent
}

.theme-blue .btn-primary.btn-simple:hover {
    border-color: #17acff;
    color: #17acff;
}

.theme-blue .btn-primary.btn-simple:active:focus {
    color: #fff;
    background: #17acff;
    border-color: #17acff;
}

.theme-blue .btn-success.btn-simple {
    border-color: #14ac6c;
    color: #14ac6c;
    background: transparent
}

.theme-blue .btn-warning.btn-simple {
    border-color: #f7931e;
    color: #f7931e;
    background: transparent
}

.theme-blue .block-header h2 {
    color: #fff
}

.theme-blue .block-header h2 small {
    color: #fff
}

.theme-blue section.content:before {
    background-color: #17acff
}

.theme-blue .navbar,
.theme-blue .page-loader-wrapper {
    background: #13a0ef
}

.theme-blue .bars {
    color: #fff
}

.theme-blue .sidebar .menu .list li.active {
    background-color: transparent
}

.theme-blue .sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle){
    color: #13a0ef
}

.theme-blue .sidebar .menu .list li.active:not(.open)>:first-child i,
.theme-blue .sidebar .menu .list li.active:not(.open)>:first-child span {
    color: #13a0ef
}

.theme-blue .sidebar .menu .list a:hover {
    color: #13a0ef
}

.theme-blue .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #13a0ef
}

.theme-blue .nav-tabs .nav-link.active {
    border: 1px solid #13a0ef !important;
    color: #13a0ef;
}

.theme-blue .card .header h2:before {
    background: #13a0ef
}

.theme-blue .card .header h2 strong {
    color: #13a0ef
}
