﻿/* 
    MENU DO SISTEMA - Inicio -----------------------------------------------------
*/

@media all and (min-width:768px) {
    .wi-menu-items {
        padding-left: 70px;
    }
}

.wi-menu-items li {
    vertical-align: top;
    min-width: 200px;
    margin-right:5px;
}

.wi-menu-items .h5 {
    margin-bottom: 5px;
    cursor:default;
}

.wi-menu-group {
    margin-right: 10px;
    min-width: 220px;
}

    .wi-menu-group .title {
        cursor: pointer;
        background-color: #f8f8f8;
        min-width: 220px;
        font-weight: normal;
    }

ul.wi-menu-subgroup {
    margin-bottom: 30px;
}

    ul.wi-menu-subgroup > li {
        padding: 10px 10px 10px 0;
        margin-right: 20px;
        border-bottom:1px solid #f2f2f2;
        width:100%;
        font-size:1em;
        cursor:pointer;
    }

        ul.wi-menu-subgroup > li:not(.h5):hover,
        ul.wi-menu-subgroup > li:not(.h5):active,
        ul.wi-menu-subgroup > li:not(.h5):focus {
            background-color: #f8f8f8;
        }

.wi-menu-items .wi-menu-blockquote {
    background-color: #548bd4;
    width: 5px;
    height: 50px;
    margin-right: 6px;
    line-height: 1.4em;
    display: inline-block;
    vertical-align: middle;
}

.wi-menu-bullet {
    background-color: #548bd4;
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 6px;
}







/*
    MENU DO LOGO - Inicio
*/

.wi-brand-menu {
    top: 34px;
    z-index: 1030;
    position: fixed;
}
