﻿.btn-custom-collapse {
    width: 180px;
    margin-bottom: 0.5em;
}

.btn-custom-collapse i {
    margin-top: .20em;
}

#side-menu-collapse .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .custom-collapse .collapse {
        /*display: none;*/
    }

        .custom-collapse.collapse.in {
            display: block !important;
            visibility: visible;
        }

    .btn-custom-collapse {
        margin-top: 1.5rem !important;
    }
}
/* Rotating glyphicon when expanding/collapsing */
.custom-collapse .collapsed .fa-chevron-up {
    transform: rotate(-180deg);
    transition: all 0.4s ease-in-out;
}

:not(.custom-collapse.collapsed) .fa-chevron-up {
    transition: all 0.3s ease-in-out;
}

/* Rotating glyphicon when expanding/collapsing */
.custom-collapse .collapsed .fa-chevron-up {
    transform: rotate(-180deg);
    transition: all 0.4s ease-in-out;
}

:not(.custom-collapse.collapsed) .fa-chevron-up {
    transition: all 0.3s ease-in-out;
}
