#imgFooter, #leftImgFooter {
    height: 25px;
}

.desc {
    display: none;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: 1px solid #777777;
    background-color: #eeeedd;
    border-radius: 5px 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0.1em;
    bottom: 36px;
    z-index: 99;
    margin-left: 0;
    width: 350px;
    text-align: justify;
    font-size: .95em;
}

.desc em {
    display: block;
}

.media-logo:hover > span {
    display: block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

#sidebar {
    flex-basis: 250px;
    min-width: 250px;
    max-width: 250px;
    background: linear-gradient(0deg, #abd33c 0%, #465119 100%);
    color: #fff;
    transition: all 0.3s;
    border-radius: 5px;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar ul.components {
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    display: block;
    background: transparent;
    white-space: normal;
}

#sidebar ul li a i{
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #964e4e2e;
    border-radius: 5px;
}

#sidebar .dropdown-toggle::after {
    right: 10px;
    position: absolute;
    top: 20px;
}

#sidebar a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    display: block;
    position: absolute;
    right: 20px;
}

ul ul a {
    padding-left: 20px !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    flex: 1;
    min-height: 100vh;
    transition: all 0.3s;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 20px 0;
}

/* ---------------------------------------------------
    DROPDOWN
----------------------------------------------------- */
.btn-secondary, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background: linear-gradient(0deg, #abd33c 0%, #465119 100%);
    border-color: #465119;
}

.dropdown-menu.show {
     display: block;
     overflow-y: auto;
 }

.dropdown-item:hover {
    background-color: #abd33c;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
/*@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}*/
