
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #000000;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: transparent;
}

#sidebar ul.components {
    padding: 12px 0;
    border-bottom: 1px solid #737373bd;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}


/*#btn-get-fotos {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(11, 86, 221, 0.93);
}*/
#menu-pag:hover {
    background-color:transparent!important;
}

#menu-pag[aria-expanded="true"] {
    background-color: transparent !important;
}

#sidebar ul li a:hover:not(#btn-get-fotos) {
    background: #3d3e3ebd;
}

#sidebar ul li.active > a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #3d3e3ebd;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: transparent;
}

#sidebar ul.CTAs {
    padding: 20px;
}

#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#sidebar a.download {
    background: #fff;
    color: #7386D5;
}

#sidebar a.article,
#sidebar a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 0px 15px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        /*width: calc(100% - 250px);*/
    }
    #sidebarCollapse span {
        display: none;
    }
}

.bg-image-shop {
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    background-size: cover;
}

.border-bottom-black {
    border-bottom: 1px solid #606060bd;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1020;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.loading-data {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1020;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.ico-download {
    position: absolute;
    z-index: 15;
    right: 7px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.7) !important;
}

.shadow-primary {
    -webkit-box-shadow: 0px 0px 17px -9px rgba(0,123,255,1);
    -moz-box-shadow: 0px 0px 17px -9px rgba(0,123,255,1);
    box-shadow: 0px 0px 17px -9px rgba(0,123,255,1);
}

.hover-primary:hover, .hover-primary:hover {
    transition: all 150ms linear!important;
    color: #fff!important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.14)!important;
    border-radius:3px!important;
}

#list-option-user > i:hover {
    color: #fff !important;
}