/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

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

#footer_forn{
    border-top: 1px solid rgba(0,0,0,.1);
}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
    bottom: 0 !important;
}
.navbar {
    padding: 15px 10px;
    background: #e1e1e1;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.close-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #343434;
    color: #e1e1e1;
}

.open-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 3px;
    background-color: #fff;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */
#header a {
    color: #343434;
}
#header a:hover {
    color: #801815;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}
.navbar-logo{
    transition: 0.5s!important;
}
.sidebar-logo{
    transition: 0.5s!important;
}

#sidebar {   
    min-width: 250px;
    max-width: 250px;
    background: #343434;
    color: #e1e1e1;
    transition: all 0.3s;
    z-index: 2000;
    height: 100vh;
    overflow: hidden auto;
}



#sidebar.active {
    min-width: 85px;
    max-width: 85px;
    text-align: center;
    z-index: 2000;
    height: 100vh;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
    color: #343434;
}

#sidebar ul li a {
    text-align: left;
    
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
}

#sidebar ul.top-menu{
    margin-bottom: 92%;
}

#sidebar.active ul.top-menu{
    margin-bottom: 24.1vh;
}

#sidebar.active ul li a span {
    display: none;
    
}


#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 0rem !important;
    padding-bottom: 0.5rem!important;
    padding-top: 0.5rem!important;
    color: #e1e1e1;
    font-size: 10px!important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    background: #343434;
    height: 95px;
    text-align: center;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}


#sidebar ul li a {
    padding: 11px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #801815;
    background: #e1e1e1;
    transition: 0.8s;
}

#sidebar.active ul li a i {
    margin-left: 7px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #801815;
    background: #e1e1e1;
}

#sidebar.active ul.alinhamento {
    min-width: 85px;
    max-width: 85px;
}
#sidebar ul.alinhamento {
    min-width: 85px;
}

#sidebar .dropdown-toggle::after .space{
    margin-top: 0rem;
}


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


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


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background-color: #343434;
    color: #e1e1e1;
}

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

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

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

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    background-color:#F6FDFF;
}

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

@media (max-width: 991px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a{
        display: block;
        color: #343434;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        height: 100%;
        margin: auto;
        width: 100%;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebarCollapse span {
        display: none;
    }
}

@media (min-width: 992px){
    .pl-lg-6 {
        padding-left: 5rem!important;
    }
    .pl-lg-15{
        padding-left: 15rem!important;
    }
}

#opc_bottom {
    position: fixed;
    bottom: 0;
    background-color: rgba(52,52,52, .9);
}

#footer_nota{
    border-top: 1px solid rgba(0,0,0,.1);
}