/* 
    Created on : 19/09/2017, 14:04:11
    Author     : SHL
*/

header ul#menuLateralFuncoes {
    top: 50px;
    height: calc(100% - 50px);
}

header.header_extended ul#menuLateralFuncoes {
    top: 98px;
    height: calc(100% - 98px);
}

@media only screen and (max-width: 600px) {
    header.header_extended ul#menuLateralFuncoes {
        top: 50px;
        height: calc(100% - 50px);
    }
    .espacoMenuPaddingMovel
    {
        padding-left: 15px !important;
    }
}

@media only screen and (min-width: 601px) {
    header.header_large:not(.header_extended) ul#menuLateralFuncoes {
        top: 70px;
        height: calc(100% - 70px);
    }

}

ul#menuLateralFuncoes li {
    border-left: 5px solid #42a5f5; /* #42a5f5 blue lighten-1 */
    transition: all .2s;
}

ul#menuLateralFuncoes li a {
    border-bottom: 1px solid #DDD;
    font-size: 1em;
    font-weight: 800;
    color: #666;
    text-align: left;
    padding: 0 15px;
    background: #fafafa;
    box-sizing: border-box;
    transition: all .5s;
}

ul#menuLateralFuncoes li:hover {
    border-left: 8px solid #2196f3; /* #2196f3 blue */
}

ul#menuLateralFuncoes li:hover a,
ul#menuLateralFuncoes li a.active {
    background: #90caf9; /* #90caf9 blue lighten-3 */
    border-bottom: 1px solid #90caf9;
}

.menu_funcoes {
    display: block;
    width: 100%;
    min-width: 300px;
}

.menu_funcoes .menu_funcoes_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.menu_funcoes .menu_funcoes_row .menu_funcoes_item {
    border-left: 5px solid #42a5f5; /* #42a5f5 blue lighten-1 */
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: content-box;
    transition: border .2s;
}

.menu_funcoes .menu_funcoes_row .menu_funcoes_item a {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #DDD;
    font-size: 1.6em;
    font-weight: 800;
    color: #666;
    text-align: left;
    padding: 0 15px;
    background: #fafafa;
    box-sizing: border-box;
    transition: all .5s;
}

.menu_funcoes .menu_funcoes_row .menu_funcoes_item.current {
    border-left: 5px solid #64b5f6; /* #64b5f6 blue lighten-2 */
}

.menu_funcoes .menu_funcoes_row .menu_funcoes_item:hover {
    border-left: 8px solid #2196f3; /* #2196f3 blue */
}

.menu_funcoes .menu_funcoes_row .menu_funcoes_item.current a {
    background: #90caf9; /* #90caf9 blue lighten-3 */
    border-bottom: 1px solid #90caf9;
}

.menu_funcoes .menu_funcoes_row .menu_funcoes_item a:hover {
    background: #42a5f5;  /* #42a5f5 blue lighten-1 */
    border-bottom: 1px solid #42a5f5;
}
