﻿[data-component=sidebar] .sidebar {
    position: fixed;
    z-index: 100;
}

[data-component=sidebar] li {
    text-align: center;
}

    [data-component=sidebar] li:hover .submenu {
        visibility: visible;
        opacity: 1;
    }

[data-component=sidebar] a {
    color: #000000;
}

    [data-component=sidebar] a:hover {
        color: #FFF;
    }

[data-component=sidebar] i {
    font-size: 32px;
    color: #767676;
}



    [data-component=sidebar] .fa-arrow-up {
        font-size: 20px !important;
    }

[data-component=sidebar] span {
    font-size: 14px;
    white-space: nowrap;
}




[data-component=sidebar] .list-group {
    position: fixed;
    height: 100vw;
    width: 120px;
    top: 101px;
    overflow: hidden;
    transition: width 0.5s;
}


[data-component=sidebar] .active {
    background-color: #727071 !important;
}



[data-component=sidebar] .active a{
    color: #FFF;
}


[data-component=sidebar] .active i{
    color: #FFF;
}


[data-component=sidebar] .list-group-item {
    border-radius: 0;
    padding-top: 1.25em !important;
    padding-bottom:1.25em !important;
}

[data-component=sidebar] .list-group-item-dropdown {
    border-radius: 0;
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
}


[data-component=sidebar]  .list-group-item:hover {
    background-color: #727071;
}

    [data-component=sidebar]  .list-group-item:hover a {
        color: #FFF;
    }

    [data-component=sidebar]  .list-group-item:hover i {
        color: #FFF;
    }


        [data-component=sidebar] .list-group-item:hover ul li a {
            color: #000;
        }


[data-component=sidebar] .submenu {
    position: fixed;
    left: 122px;
    width: 210px;
    top: 101px;
    background-color: #f8f9fa;
    height: 100vw;
    opacity: 0;
    visibility: hidden;
    transition: 100ms opacity 100ms, 100ms visibility 100ms;
}

    [data-component=sidebar] .submenu .list-group-item:hover {
        background-color: #70707417;
        border-left: 5px solid #727071;
    }

    [data-component=sidebar] .submenu .list-group-item .header {
        font-size: 24px;
        color: #767676;
    }

[data-component=sidebar] .submenuHeader {
    background-color: #fff !important;
    border: 0px !important;
}


[data-component=sidebar] .list-group {
    border-radius: 0;
    border-right: 0 4px 18px 3px rgba(39,44,51,.02);
    background-color: #fff !important;
}

[data-component=sidebar] .list-group-item {
    font-size: 14px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}


[data-component=sidebar] .left {
    text-align: left !important;
}

[data-component=sidebar] [data-toggle="collapse"] .fa:before {
    content: "\f077";
    color: #0090D0;
}

[data-component=sidebar] [data-toggle="collapse"].collapsed .fa:before {
    content: "\f078";
    color: #0090D0;
}


/*
[data-component=sidebar] .dropdown-menu::before,
[data-component=sidebar] .dropdown-menu::after {
    border: none;
    content: none;
}
*/


@media (max-height: 900px) {
    [data-component=sidebar] .list-group-item {
        padding-top: .7em !important;
        padding-bottom: .7em !important;
    }

    [data-component=sidebar] .list-group-item-dropdown {
        padding-top: .7em !important;
        padding-bottom: .7em !important;
    }

    

    [data-component=sidebar] i {
        font-size: 28px;
    }
}