
 /*START*/
 .collapsible-body {
     display: none;
     /*background: chartreuse;*/
     overflow: hidden;
 }


.color-nav:not(.active){
    color: whitesmoke !important;
    /*color: whitesmoke;*/
}



/**************************/

.side-nav .collapsible {
    padding: 0;
    margin: 0;
    margin-top: 1rem;
}

.side-nav ul {
    padding-left: 0;
    list-style: none;
    list-style-type: none;
}

.side-nav ul li {
    padding: 0;
}


.side-nav .collapsible>li {
    border-radius: 2px;
}

.logo{
    /*background: #c1c1c1;*/
}

.side-nav a {
    display: block;
    height: 56px;
    padding-left: 20px;
    font-size: 1rem;
    line-height: 56px;
    text-decoration: none;
}


.side-nav .collapsible a {
    height: 36px;
    font-size: .8rem;
    font-weight: 300;
    line-height: 36px;
    /*color: #424242;*/
}
.vertical-nav{
    /*background: #e3e3e3;*/
    width: 290px;
    margin-left: 0;
    transition: all .4s;
    /*background-image: linear-gradient(45deg, #0000006b, transparent);*/
    /*background-image: url("img/bgn.jpg");*/
    background-position: center;


    /*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);*/



    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

     z-index: 100;

}

.container-nav{
    background: #b0e8ff4f;
    height: 100%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sub-menu a{
    padding-left: 53px;
}

.mdb-skin-custom .side-nav .collapsible li .collapsible-a {
    color: #424242;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    /*background: aqua;*/
    text-shadow: 2px 2px 5px #00000017;
}

.mdb-skin-custom .side-nav .collapsible li .collapsible-a:hover {
    /*background-color: rgba(0,0,0,0.05);*/
    cursor: pointer;

    background: #0000000a;
}
.side-nav .collapsible>li a.collapsible-a:hover {
    /*background-color: rgba(255,255,255,0.15);*/
    background: yellow;
}




.side-nav .collapsible ul {
    padding: 0;
    list-style-type: none;
    /*left: 23px;*/
    position: relative;
    /*z-index: 3;*/
}


.mdb-skin-custom .side-nav .collapsible>li {
    /*background-color: transparent;*/
    /*background: #00000012;*/
}
.mdb-skin-custom .side-nav .collapsible>li.active {
    /*background-color: transparent;*/
    /*background: rgb(0 0 0 / 18%);*/
    background: rgb(0 0 0 / 6%)
}


.side-nav .collapsible-body a {
    /*height: 28px;*/
    /*line-height: 28px;*/
    /*!*background-color: rgba(95,93,93,0.15);*!*/
    /*background: teal;*/
}

.mdb-skin-custom .side-nav .collapsible li a {
    font-weight: 400;
}

.side-nav .collapsible-body a {
    color: black;
    height: 28px;
    line-height: 28px;
    font-size: .82rem;
    transition: all .7s ;
}

.side-nav .collapsible-body a:hover {
    color: whitesmoke;
    transition: all .7s ;
}

/*************************************************************/


.menu-li{
    /*background: yellow;*/
}



.active .rotate-icon{
    -webkit-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s;
    -webkit-transform: rotate( 180deg );
    transform: rotate( 180deg );
}

.collapsible-a{
    position: relative;
}
.side-nav .fa-angle-down.rotate-icon {
    position: absolute;
    top: .8rem;
    right: 0;
    margin-right: 1.25rem;
}

.collapsible .fas, .collapsible .far {
    margin-right: 13px;
    font-size: .8rem;
}

.js-link{
    cursor: pointer;
    color: #4285f4;
    /*background: #0606060a;*/
}
.sub-menu li{
    background: #ffffff36;
}

.sub-menu li:hover{
    background: #e1e1e13b;
}


 .clicked{
     color: black;
     transition: all .4s;
 }

 .clicked:hover{
     color: #ffd800;
     color: whitesmoke;
     transition: all .4s;
 }



.ome-menu{
    /*height: 45px;*/
    /*background: #69d2b4;*/

}

.ome-menu .js-link{
    background: #0000000f;

    background-image: radial-gradient(#00000008, transparent);    align-items: center;
    position: relative;
    padding-left: 51px;
    color: #000000;
    line-height: 36px;
    font-family: "Roboto",sans-serif;
    font-size: .8rem;

}


 .extend-link{
     color: #002e89 !important;

 }

/*************** test ********************/

.menu-li{
    /*background: #8699fc;*/
}

.collapsible-a{
    /*background: #69d2b4;*/
}


.collapsible-a{
    /*background: yellow;*/
}















