﻿.nav-pills > li > a.active, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: white !important;
    background-color: #5CB4B7 !important;
    cursor: pointer !important;
}

.nav-pills > li > a {
    background-color: #FFFFFF;
    cursor: pointer;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px;
}

.selected-tabs {
    border-bottom: 0px solid #dddddd;
}

    .selected-tabs > li.active > a, .selected-tabs > li.active > a:hover, .selected-tabs > li.active > a:focus {
        color: white !important;
        background-color: #737373;
        border: 0px solid #5CB4B7;
        border-bottom-color: transparent;
        border-radius: 20px !important;
        cursor: default;
        font-size: 14px !important;
    }

.special-tabs > li.active > a, .special-tabs > li.active > a:hover, .special-tabs > li.active > a:focus {
    color: #555555 !important;
    background-color: #ffffff;
    border-bottom-width: 2px !important;
    border-bottom-color: #5CB4B7 !important;
    cursor: default;
    border-radius: 0px !important;
    border-width: 0px;
}

.selecteds-tabs > li.actives > a, .selecteds-tabs > li.actives > a:hover, .selecteds-tabs > li.actives > a:focus {
    background-color: unset;
    border: 0px solid #0d5c78;
    border-bottom-color: transparent;
    border-radius: 0 !important;
    cursor: default;
    cursor: pointer;
}

.navs-tabs {
    border-bottom: 0px solid #dddddd;
}

.a {
    text-transform: capitalize !important;
    font-size: 14px !important;
    color: #5CB4B7 !important;
}

.a:hover {
    background-color:#e3f3f7 !important;
}
    .a::after {
        background-color: #e3f3f7 !important;
    }
.active .a {
    background-color: #e3f3f7 !important;
}
.path-desktop {
    display: block;
}
@media only screen and (max-width : 960px) {
    aside.sidebar-right {
        padding-left: unset;
        border-left: unset;
    }  
}

.panel-body {
    padding: .5rem !important;
}