/* main */
#main {
    padding-left: 0px;
}

.navbar {
    padding-left: 0px;
}

.shadowc {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.cursor-hand {
    cursor: pointer;
}

.contentoverflow {
    overflow-y: auto;
    overflow-x: hidden;
}

/* sidecontainer */
#sidecontainer {
    width: 0px;
    background-color: transparent; /*#12141655;*/
    box-shadow: 5px 10px 5px 0 rgba(0, 0, 0, 0.3);
    z-index: 9999;
    position: relative;
    overflow: hidden;
}

/* sidebar */
#sidebar {
    width: 300px;
    background: #fff;
    color: #121416;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    position: relative;
}

.lvl2 {
    background-color: #F5F5F5
}

.lvl3 {
    background-color: #E5E5E5
}

a div span svg {
    transition: all 0.3s;
}

a.collapsed div span svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* button */
#sidebarbutton {
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background-color: transparent;
    color: #121416;
}

    #sidebarbutton:focus {
        outline: none;
    }

/* sidebar .active */
#sidecontainer.active {
    width: 300px;
    overflow: visible;
}

/* image */
.bg-image {
    height: 260px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5)), url(/images/bg_1.jpg);
    transition: all .5s;
}

    .bg-image.hide {
        height: 200px;
    }

        .bg-image.hide div .profil-image {
            height: 70%;
            margin-top: 0rem;
        }

.profil-image {
    width: 100px;
    height: 50%;
    /*border-radius: 50%;*/
    margin: 0 auto;
    background-image: url(/images/user2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    margin-top: 3.5rem;
    transition: all .5s;
}

/* h */
#sidebar div div h3 {
    color: #fff;
}

#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}

/* ul li */
#sidebar ul.components {
    padding: 0;
}

#sidebar ul li {
    font-size: 16px;
}

    #sidebar ul li > ul {
        margin-left: 10px;
    }

        #sidebar ul li > ul li {
            font-size: 14px;
        }

    /* a */
    #sidebar ul li a {
        padding: 10px 15px;
        display: block;
        color: #121416;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        #sidebar ul li a:hover {
            color: #fff;
            background: #2f89fc;
            border-bottom: 1px solid #2f89fc;
            border-radius: 10px;
        }
        #sidebar ul li a:hover svg {
            color: #fff!important;
        }

    #sidebar ul li.active > a:hover {
        background: #2f89fc;
        border-bottom: 1px solid #2f89fc;
        border-radius: 10px;
    }

    #sidebar ul li a.active {
        border-left: 5px solid #2f89fc;
        border-radius: 10px;
    }

    #sidebar ul li.active > a.active {
        border-left: 5px solid #2f89fc;
        border-radius: 10px;
    }

/* scroll */
#sidecontainer ::-webkit-scrollbar {
    width: 8px;
}

#sidecontainer ::-webkit-scrollbar-track {
    background-color: transparent;
}

#sidecontainer ::-webkit-scrollbar-thumb {
    height: 6px;
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

    #sidecontainer ::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

@media (max-width: 576px) {
    /*#sidecontainer {
        width: 0px;
        position: fixed;
    }

    #sidecontainer.active {
        width: 100%;
    }

    #sidebar {
        width: 75%;
    }

    #sidebar2 {
        width: 25% !important;
    }

    .bg-image {
        height: 95px;
        padding-top: 2.5rem;
    }

    .profil-image {
        display: none;
    }*/
}