﻿/*.home_under_dl dl {
    display: none;
}

.home_under_dl:hover dl {
    display: block;
}

.home_under ol {
    display: none;
}

.home_under:hover ol {
    display: block;
}*/
.par_vr_nav{
   overflow:hidden;
}
.vr_nav_small {
    width: 36px;
    /* width: 250px; */
    background-color: #137b95;
    height: calc(100% - 50px);
    top: 48px;
    position: absolute;
    overflow: auto;
}
.vr_nav_big {
    width: 200px;
    /*width: 50px;*/
    background-color: #137b95;
    height: calc(100% - 50px);
    top: 50px;
    position: absolute;
    overflow: auto;
    padding-bottom: 120px;
}
   
    par_vr_nav {
        position: relative
    }

.vr_nav::-webkit-scrollbar {
    width: 6px;
}

.vr_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #10657a;
    border-radius: 10px;
}

.vr_nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #10657a;
}

.a_margin_adj {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
}

    .a_margin_adj:hover {
        text-decoration: none;
    }

.sidebar-menu ul a {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-menu ul a > i {
    flex: 0 0 14px;
    width: 14px;
}

.vr_nav ul, dl, ol, li {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding-left: 0;
}

    .vr_nav ul li:hover {
        background-color: #1B7492;
    }

    .vr_nav ul li a {
        color: #fbfdfd;
        padding: 10px 0px 10px 12px;
        font-weight: 600;
        display: block;
        font-size: 12px !important;
        position: relative;
    }
.vr_nav ul li a > i {
    width: 20px;
}
.menu_tog dl {
    display: inline-block !important;
    width: 100%;
}
.menu_tog_sm li  {
    display: inline-block !important;
    width: 100%;
}

.hide_all_dl dl {
    display: none !important;
}
.hide_all_ol ol {
    display: none !important;
}
.home_under_dl dl {
    display: none;
}
.home_under_dl dl dt {
    width: 100%;
}
.vr_nav ul li:hover .drop_down_arrow {
    transform: rotate(-270deg);
    transition: transform .5s ease-in-out;
}

.drop_down {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 19px;
}
.drop_down_sm {
    position: absolute;
    right: 2px;
    font-size: 15px;
    padding: 1px 12px 10px 0px;
}

.vr_nav ul li {
    border-bottom: 0.1px solid #278ea7;
   
    position: relative;
}

.vr_nav dl dt {
    border-bottom: 0.01px solid #2791ab;
}

.vr_nav ol li {
    border-bottom: 0.01px solid #2791ab;
    padding-left: 0;
}



.vr_nav dl dt {
    background-color: #2b88a0;
    text-decoration: none;
}

    .vr_nav dl dt:hover {
        background-color: #4295aa;
    }

    .vr_nav dl dt a {
        font-weight: 600;
        padding-left:40px;
        font-size: 14px;
    }

.vr_nav ol {
    padding-left: 0px !important;
}

.vr_nav dl {
    margin-bottom: 0px !important;
}

.vr_nav ol li {
    background-color: #2a8ca4;
    text-decoration: none;
}

    .vr_nav ol li:hover {
        background-color: #4295aa;
    }

    .vr_nav ol li a {
        padding-left: 50px;
        font-weight: 600;
    }



@media screen and (max-width: 576px) {
  
}
    