/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21-Sep-2019, 09:45:58
    Author     : Adrian
*/

.side-categories{
    list-style: none;
}

.side-categories ul{
    list-style: none;
}

.side-categories li{
    position: relative;

}

.side-categories > li{
    margin-bottom: 1px;
}

.side-categories li > a{
    padding: 0.6em 1em 0.6em 0;
    display: inline-block;
    width: 100%;
    line-height: 1em;
    padding-left: 2em;
    text-decoration: none;
    color: #007c91;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.side-categories li > a:hover{
    color: #8dc63f;
}



.side-categories li.dropdown > .dropdown-icon{
    position: absolute;
    left: 0;
    top: 0.4em;
    text-align: center;
    cursor: pointer;
    line-height: 0.8em;
    z-index: 999;
    padding: 0.2rem 0.4rem;
    text-align: center;
    display: inline-block;
    color: #72be44;
    font-size: 1.4rem;
}

.side-categories li.dropdown > .dropdown-icon:hover{
    background: #8dc63f;
    color: #fff;
}

.side-categories li.dropdown{

    border-bottom: 1px solid rgba(200,200,200,0.2);

}

.side-categories li.dropdown > .dropdown-icon:before{
    content: "\002B";
    font-weight: bolder;
}

.side-categories li.dropdown > .dropdown-icon.dropdown-icon-active:before{
    content: "\002D";
    font-weight: bolder;
}

.side-categories li.dropdown ul{
    display: none;
    padding: 0 0.5em;
}

.side-categories .subcategory{
    background: rgba(200,200,200, 0.1);
    font-size: 86%;
}

.dropdown-open{
    -webkit-box-shadow: inset 0px 8px 30px 0px rgba(180,180,180,0.2);
    -moz-box-shadow: inset 0px 8px 30px 0px rgba(180,180,180,0.2);
    box-shadow: inset 0px 8px 30px 0px rgba(180,180,180,0.2);
}

.side-nav{
    margin-bottom: 2rem;
}

.side-toggler{
    border: none;
    background: #9bbc01 !important;
    color: #fff;
    padding: 1rem;
    width: 100%;
    border-radius: 0;
}

.sidebar{
    background: none;
    display: block;
    position: relative;
    width: 100%;
}

.side-categories a.category-active{
font-weight: bolder;
}

@media (min-width: 992px){



}

@media (min-width: 1200px){

}

@media (min-width: 1440px){

}
