/*
    DEMO STYLE
*/

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
/* Medium devices (landscape tablets, 600px and up) */
@media only screen and (max-width: 600px) {
   #sidebar {
    min-width: 100%!important;
    max-width: 100%!important;
    }
    
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
     #sidebar {
    min-width: 100%!important;
    max-width: 100%!important;
    }
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   #sidebar {
    min-width: 100%!important;
    max-width: 100%!important;
    }
    
}


#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #ffffff;
    color: #000;
    transition: all 0.3s;
    
}

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

#sidebar .sidebar-header {
    padding: 5px;
    background: #e2e1e1;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0.5em;
    font-weight: bold;
}

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

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

.sidebarullia {
    padding: 10px;
    font-size: 1.2em;
    display: block;
    border-radius: 0.5em;
    background: rgba(247,149,80);
    margin-bottom: 5px;
    color: #000;
    
}
.sidebarullias {
    padding: 10px;
    font-size: 1.2em;
    display: block;
    border-radius: 0.5em;
    margin-bottom: 5px;
    color: #000;
    background-color: #66B9D4;
    color: #ffffff;
    text-transform: uppercase;
}



#sidebar ul li >a.sidebarullia, 
a[class="sidebarullia"] [aria-expanded="false"] {
    
    background-image: url("../assets/img/iconplus.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 96%;
}


#sidebar ul li >a.sidebarullias, 
a[class="sidebarullias"] [aria-expanded="false"] {
    
    background-image: url("../assets/img/iconplus.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 96%;
}

#sidebar ul li a:hover {
    color: #000;
}
#sidebar ul li a:focus {
    color: #fff;
}

#sidebar ul li.active>a.sidebarullia,
a[class="sidebarullia"][aria-expanded="true"]  {
    color: #000;
    background: #66B9D4;
    background-image: url("../assets/img/iconmoins.png")!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
    background-position-x: 96%!important;
}


#sidebar ul li.active>a.sidebarullias,
a[class="sidebarullias"][aria-expanded="true"]  {
    color: #000;
    background: #66B9D4;
    background-image: url("../assets/img/iconmoins.png")!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
    background-position-x: 96%!important;
}

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

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




a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: 0px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}