/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Project : Intranet Comptel 
    Author  : Comptel System Ltda.
*/

.sidebar-menu ul,
.main-nav ul,
.colors {
    margin: 0;
    padding: 0;
    list-style: none; }

.sidebar-filter {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

@media screen and (max-width: 1023px) {
    .sidebar-filter--is-shown {
        opacity: 1;
        pointer-events: auto; } }

.sidebar {
    z-index: 998;
    width: 260px;
    border-right: solid 1px #ddd;
    background-color: #282623;
    -webkit-transition-property: box-shadow, -webkit-transform;
    -moz-transition-property: box-shadow, -moz-transform;
    transition-property: box-shadow, transform;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 1024px) {
    .sidebar {
        position: fixed;
        left: 0px;
        top: 65px;
        bottom: 0px;
        /*border-radius: 0px 15px 15px 0;*/
    } }
@media screen and (max-width: 1023px) {
    .sidebar {
        position: fixed;
        top: 60px;
        bottom: 0;
        left: -260px; } }

@media screen and (max-width: 1023px) {
    .sidebar--is-shown {
        box-shadow: 3px 0 6px rgba(0, 0, 0, 0.4);
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px); } }

.sidebar-menu {
    /*padding: 8px 0;*/
    background-color: #003399;
    color: white;
    overflow: auto;    
    max-height: 70vh;
}
.sidebar-menu::-webkit-scrollbar{
    top: 0px;
    right: 3px;
    width: 8px;
}
.sidebar-menu::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #002050;
}
.sidebar-menu::-webkit-scrollbar-track:hover{
    /*background-color: rgba(255, 255, 255, 0.2);*/
}
.sidebar-menu::-webkit-scrollbar-thumb{
    background-color: #032d6d;
}

.sidebar-menu , .sidebar-menu ul{
    background:none;
    overflow-x: hidden;
}
.sidebar-collapse .nav {
    padding:0;
}
.sidebar-menu .nav > li > a {
    color:#fff;
    background: #282623;
    text-shadow:none;

}

.sidebar-menu ul > li > a:hover i {
    color: #fff;
}

.sidebar-menu ul > li > a:hover span {
    color: #fff !important;
}

.sidebar-menu > ul > li > a {
    /*padding:10px 10px;*/
    /*font-family: Hammer Fat;*/
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
}
.sidebar-menu > ul > li {
    border-bottom: 2px solid rgba(107, 108, 109, 0.19);
}
.sidebar-menu ull > li > a:hover,
.sidebar-menu ul > li > a:focus {
    background: #5abab0;
    outline:0;
    cursor: pointer;
}
.sidebar-menu > ul > li > a > i {
    /*margin-right:10px;*/
    /*color: #f9b234;*/
}
.sidebar-menu-second-level li{
    border-bottom: solid 1px #465857;
    background-color: rgba(47, 79, 79, 0.49);
    cursor: pointer;
}

.sidebar-menu-second-level li:hover{
    background-color: #293b61;
}

.sidebar-menu-second-level li a {
    /*font-family: Hammer Thin;*/
    letter-spacing: 1px;
    padding-left: 30px;
    line-height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}
.sidebar-menu-second-level li a:before {
    /*    font-family: FontAwesome;
        content:"\f0da";*/
    font-size: 8px;
    padding-left: 15px;
    display:block;
    position:absolute;
    color: #f9b234;
}

.sidebar-menu-second-level  > li:last-child > a:after{
    height:50%;
}

.sidebar-menu__link {
    display: block;
    padding: 0 8px;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    /* font-weight: 700; */
    color: #FFF;
    line-height: 25px;
    text-decoration: none;
}
.sidebar-menu__link:hover {
    background-color: #002c6d; 
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 65px;
    padding: 0px;
    background-color: #23211F;
}
.header::after {
    clear: both;
    content: "";
    display: table; }