.container-fluid { padding-left: 0; }
.btn-aside{
    align-items: center;
    background-color: var(--td7)!important;
    border-radius: 0em;
    color: #ffffff;
    display: flex;
    height: 3em;
    justify-content: center;
    padding:0;
    width: 3em;
    position: absolute; left:1.5em;
}
.btn-aside:selected  { background-color: var(--td7); }
.btn-aside > i{ font-size: 1.5em; }
.btn-aside:hover {
    background-color: var(--td8)!important;
    color: #ffffff;
}
.btn-sidebar{ background-color: var(--tp7); }
.btn-sidebar:hover {
    opacity:0.8;
    color: #ffffff;
}
.espacador1{
    height:1.3em;
    background-color:var(--tp5);
    margin:1.5em -1.625em 1.3em -1.625em!important;
}
.espacador2{
    height:1.3em;
    background-color:var(--tp5);
    margin-left:-1.25em;
    margin-right:0em;
    margin-top:0em;
}
.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#sidebarCollapse{
    border-radius:0 0.7em 0.7em 0;
    color:white;
    height:15em;
    margin-left:0;
    margin-top:21vh;
    padding:0 0.2em;
    position:fixed;
    z-index:1;
}
#sidebar, #sideback {
    min-width: 240px;
    max-width: 240px;
    background-color: var(--tp8);
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative; 
}
#sideback{
    background-color: var(--tp8);
    height:100%;
    position:absolute; bottom:0; z-index:-1;
}
#sidebar .h6 { color: #fff; }
#sidebar.active, #sideback.active { margin-left: -240px; }
#sidebar.active .custom-menu { margin-right: -50px; }
#sidebar.active .btn.btn-primary:before {
    font-family: "Lato";
    left: 2px !important;
}
#sidebar.active .btn.btn-primary:after { display: none; }
#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}
#sidebar h1 .logo {
    color: #fff;
    display: block;
    padding: 10px 30px;
    background: var(--tp6);
}
#sidebar ul.components { padding: 0; }
#sidebar ul li {
    position:relative;
    margin-top: 1em;
    font-size: 16px;
}
#sidebar ul li > ul { margin-left: 10px; }
#sidebar ul li > ul li { font-size: 14px; }
#sidebar ul li a {
    padding: 8px 20px;
    display: block;
    color: var(--tp8);
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0 1em 0 1em;
    text-decoration:none;
}
.notif{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    position: absolute;
    bottom: -6px;
    right: -4px;
    padding: 0 0.4em 0 0.4em;
    background: var(--red);
    font-size: 9px;
}
.green{ background-color: #005f00; }
#sidebar ul li a:hover {
    color: #fff!important;
    background: var(--tp7);
}
#sidebar ul li.active > a {
    background: var(--tp7);
    color: #fff;
}
#sidebar ul li.active > a:hover { background: var(--tp7); }
#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#sidebar .custom-menu .btn.btn-primary {
    background: var(--tp7);
    border-color: transparent;
    position: relative;
    color: #000;
    width: 30px;
    height: 30px;
}
#sidebar .custom-menu .btn.btn-primary:after, #sidebar .custom-menu .btn.btn-primary:before {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "Lato";
    color: #fff;
}
#sidebar .custom-menu .btn.btn-primary:after { right: 2px; }

.bg-wrap {
    width: 100%;
    height: 130px;
    position: relative;
    z-index: 0;
}
.bg-wrap:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: .3;
}
.bg-wrap .user-logo .img {
    width: 85px;
    height: 110px;
    float: left;
    margin: 0 auto;
    margin-bottom: 13px;
}
.bg-wrap .user-logo h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.bg-wrap .user-logo p {
    font-size: 0.7em;
    margin-bottom: 1em;
    text-align: left;
}
#content {
    -webkit-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    overflow-x: auto;
}

/*@media (max-width: 720px) {
    #sidebar, #sideback { margin-left: -15.625em; }
    #sidebar.active { margin-left: 0; }
    #sidebar .custom-menu {
        margin-right: -3.750em !important;
        top: 0.625em !important;
    }
}*/