/*#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: #77aef0;
    background: #fff;
    color: #fff;
    color: #919191;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #77aef0;
    background: #fff;
}

#sidebar.active {
    margin-left: -225px;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #ffb9a2;
}

#sidebar ul p {
    color: #fff;
    padding: 10px 20px;
}

#sidebar ul li a {
    padding: 10px 20px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    color: #17172e;
    background: #fff;
}

#sidebar ul ul li a:hover {
    color: #7386D5;
    color: #17172e;
    background: #e3e3e3;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #5f8bc0;
    color: #818181;
    background: #e3e3e3;
    font-weight: bold;
}

#sidebar ul ul li.active > a {
    color: #fff;
    background: #5f8bc0;
    color: #818181;
    background: #e3e3e3;
    font-weight: bold;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
    background: #ededed;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

#sidebar a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse {
        left: 35px !important;
        box-shadow: none !important;
    }
}

#sidebarCollapse {
    position: absolute;
    left: -15px;
    border-radius: 50%;
    background: white;
    color: #ffb9a2;
    box-shadow: -2px 0px 5px -1px #888888;
    width: 33px;
    height: 33px;
    padding: 0 !important;
}

.btn-hide-sidebar {
    color: #fff;
    background-color: #ffb9a2 !important;
    border-color: #f9a083 !important;
}

.btn-hide-sidebar:hover {
    color: #fff;
    background-color: #ff9866 !important;
    border-color: #f9a083 !important;
}*/