.logo {
    cursor: pointer;
    margin-top:3px;
}

.menuPosition {
    height: 48px;
    float: left;
    position: relative;
    /*background: url("../images/styles/default/backgrounds/header.jpg") left top repeat-x;*/
}

.menuButton {    
    padding: 6px;
    padding: 4px;
    margin: 2px 0;
    transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -webkit-transition: background .4 ease-in-out;

}
.menuEsquerda{
    width: 231px;
    float: left;
}

.capa{
    margin-left: 220px;
    padding-left: 2%;
}
.tituloMenu{
    width: 100%;
    margin-left: 0px !important;
    text-align: center !important;
}

.menuButtonMobile { float:left; font-weight:bold;
    padding-top: 12px;
    padding-bottom: 12px;color:#FFF;
display:none;
}

.menuButton:hover, .menuButtonSair:hover {
    position: relative;
    z-index: 9998;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #33557A;
    -moz-box-shadow: 0 0 4px #EEEEFF;
    -webkit-box-shadow: 0 0 4px #EEEEFF;
    box-shadow: 0 0 4px #EEEEFF;

}

.menuButtonSair {
    padding: 3px 8px 3px 8px;
    cursor: pointer;
    float: left;
    font-size: 10px;
    height: 34px !important;
    transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -webkit-transition: background .4 ease-in-out;
}

.menu_interno {
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -webkit-transition: background .4 ease-in-out;
}

.links_topo, .links_topo a {
    font-size: 10px;
    color: #FFFFFF;
    float: left;
    padding: 4px 8px 4px 8px;
    cursor: pointer;
}

.links_topo a:hover {
    color: #CCCCCC;
}

.topoDireita {
    height: 40px;
    position: absolute;
    right: 15px;
    top:3px;
    color: #FFFFFF;
    font-size: 13px;
}

ul.dropdown, ul.dropdown li, ul.dropdown ul {
    color: #FFFFFF;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dropdown {
    position: relative;
    z-index: 9997;
    float: left;
}

ul.dropdown li {
    font-weight: bold;    
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 14px;
    padding: 13px 8px 12px 10px;
    zoom: 1;

    font-weight: 400;
    letter-spacing: 0.046em;

    transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
}

ul.dropdown li:hover {
    position: relative;
    z-index: 9998;
    color: #FFFFFF;
    cursor: pointer;
    background: #33557A;
}

ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9997;
    width: 168px;
    background: #1055a2;

    transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -webkit-transition: background .4 ease-in-out;
}

ul.dropdown ul li {
    font-size: 12px;
    float: none;
    padding: 11px 10px 10px 10px;    
}
ul.dropdown ul li:last-child{
    border: none;
}

ul.dropdown ul li.hover, ul.dropdown ul li:hover {
    float: none;    
    cursor: pointer;
    background: rgba(0,0,0,.15);    
   /*  background: 395 E88; */
}

ul.dropdown ul li a {
    color: #FFFFFF;
    font-size: 11px;
}

ul.dropdown ul ul {
    top: 1px;
    left: 99%;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

/* TOPO */
.topo {
    width: 100%;
    box-shadow: 0 2px 2px 0px #003366;
    margin-bottom: 30px;
}

.logoTopo {
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    z-index: 9998;
    cursor: pointer;
    width: 140px;
    height: 35px;
    padding: 3px;
}

.notificacoes {
    float: right;
    padding-top: 16px;
}

.icone_notificacao {
    position: relative;
    right: 15px;

    z-index: 9996;
}

.lista_notificacao {
    position: relative;
    z-index: 100;
}

.contagem_notificacao {
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 1px;
    position: relative;
    z-index: 9997;
    cursor: pointer;
}

.contagem_notificacao_valor {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F03D25;
    border-color: #E23923 #D83722 #C0311E;
    border-image: none;
    border-left: 1px solid #D83722;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #D83722;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(0, 39, 121, 0.77);
    padding: 0 1px;
    min-width: 6px;
    text-align: center;
    font-size: 9px;
}

.lista_notificacoes {
    z-index: 9998;
    width: 320px;
    background: #FFFFFF;
    display: none;
    font-size: 11px;
    position: absolute;
    top: 40px;
    left: -185px;
    color: #000000;
    box-shadow: 0 3px 8px rgba(51, 85, 122, 0.75);
    padding: 5px;
    overflow: auto;
    max-height: 400px;
}

.lista_notificacoes_item {
    cursor: pointer;
    width: 100%;
    padding-bottom: 10px;
    z-index: 90;
}

.lista_notificacoes_item:hover {
    background: #EBECED;

}

.notificacao {
    background: #FFFFFF;
}

.titulo_notificacao {
    font-weight: bold;
    font-size: 12px;
    color: #427DB1
}

.topo_esquerda {
    float: left;
    width: 200px;
    height: 42px;
}


.link {
    cursor: pointer;
    padding-top: 1px;
    height: 14px;
}

.link span {
    font-weight: bold;;
    text-shadow: 0 1px 1px #333399;
    -moz-text-shadow: 0 1px 1px #333399;
    -webkit-text-shadow: 0 1px 1px #333399;
    vertical-align: sub;
}

.link span:hover {
    text-decoration: nome;
    color:#E5E5E5;
}

.foto {
    border: 1px solid c;
}

.foto_user {
    margin-right: 6px;
    float: left;
    width: 36px;
    height: 36px;
    margin-top: 2px;
    background-size: 100% !important;
    background-position: center !important;
    cursor:pointer;
}

.foto_user:hover {
    opacity: 0.7;
}

.foto_user_mural {
    border: 1px solid #CCCCCC;
    margin-right: 8px;
    float: left;
    width: 90px;
    height: 90px;
}

/* MENU USUARIO TOPO */
.botaoUserTopo {
    color: #CCC;
    height: 24px;
    font-size: 12px;
    cursor: pointer;
    float: left;
    padding: 3px 5px 0px 0px;
    margin: 0px 10px 0px 0px;
}

.botaoUserTopo:hover {
    color: #FFFFFF;
}

.botaoUserTopo:active {
    color: #FFFF00;
}

.impressora {
    position: relative;
    width: 31px;
    height: 25px;
    cursor: pointer;
    float: left;
    background: url(../images/imprimir.png) top left repeat-x;
}

.impressora:hover {
    background: url(../images/imprimir_h.png) top left repeat-x;
}

/* Subitem */
ul.dropdown ul li.sub-header {
    position: relative;
    font-size: 10px;
    letter-spacing: 0.06em;
    background: #2166b3;
    color: rgba(255,255,255,.75);
    padding: 7px 10px;
    cursor: default;
}
ul.dropdown ul li.sub-header:before {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 18px;
    height: 18px;
    background: #2166b3;
    border: none;
    transform: rotate(45deg);
    border-radius: 2px;
    z-index: -1;
}
/* END -- Subitem */

/* Responsivo -- Media Queries */
@media screen and (max-width: 767px) {
    .menuButtonMobile {
        display:block;
    }
}

@media screen and (max-width: 1980px) {

    .menuPosition {

        display:block;

    }

}

@media screen and (max-width: 1105px) {
    .menuPosition {
        width: 100%;
        background: #486A92;
        display:none;
    }
}

@media screen and (min-width: 1105px) {
    .topoDireita {
        min-width: 300px;
    }


}
@media screen and (max-width: 520px) {
    .menuPosition {
        width: 100%;
        background: #486A92;
        height: 80px;
    }
}

@media screen and (max-width: 370px) {
    .logo {
        width: 90px;
        height: 32px;
        padding-top: 8px;
    }
}

