/******************************************************************************/
/*  RODAPE  */

.rodape{
    color: #dddddd;
    overflow: hidden;
    padding: 0px 0;
    vertical-align: top;
    bottom: 0;
    width: 100%;
    height: 25px;
    position: fixed;
}
.rodape a, .rodape a:hover{
    color: #dddddd;
}
.rodape .text{
    padding: 4px 0;
}

/******************************************************************************/
/*  MENU  */

.barraMenu {
    color: white;
    height: 35px;
    padding-right: 17px;
    z-index: 100000;
}
#barraMenuPlaceHolder {
    height: 35px;
}

.eficiente {
    display: inline-block;
    margin: 4px 0;
    height: 26px;
    float: right;
    text-align: center;
    width: 40px;
    z-index: 3;
}

.eficiente .menuBtn{
    cursor: pointer;
    position: relative;
}

.notificacaoMenu{
    float: right;
    margin-right: 20px;
    margin-top: 13px;
}

.menu-seta-topo{
    background: url("../../../../../imagens/menu-seta-topo.svg") no-repeat;
    height: 7px;
    margin-left: 40px;
    margin-top: -7px;
    overflow: hidden;
    position: absolute;
    width: 11px;
}
.menuName{
    color: #F2F2F2;
    font-size: 12px;
}
.menuName:hover, .menuNameHighlight{
    color: #CCE8F8;
    cursor: pointer;
}
.menuObjects{
    background-color: white;
    border: 1px solid #cccccc;
    color: #2b7289;
    margin-top: 35px;
    margin-left: -32px;
    position: absolute;
    max-width: 958px;
    z-index: 100000;
}
#menuProcesso{
    margin-left: -112px;
    width: 960px;
}
#menuProcesso .menu-seta-topo{
    margin-left: 130px;
}
.menuBlock {
    display: inline-block;
    padding: 20px 10px;
    vertical-align: top;
    width: 168px;
    font-weight: bold;
    line-height: 15px;
}
.menuImg {
    cursor: pointer;
    display: block;
    margin: auto;
}
.menuItem {
    border-left: 5px solid white;
    color: #666666;
    display: block;
    font-size: 1.1em;
    width: 162px;
    font-weight: normal;
    margin: 6px 0px;
    padding-left: 11px;
}
.menuItem:first-child{
    margin-top: 20px;
}
.menuItem span{
    font-size: 1em;
    line-height: 1.4em;
    padding: 0px;
}
.menuItemHighlight{
    background-color: #f1f1f1;
    border-left: 5px solid #b9b9b9;
    cursor: pointer;
}

.linhaMenu{
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    width: 615px;
}
.menu, .menuBtn{
    display: inline-block;
    height: 28px;
    line-height: 35px;
}
.menu{
    background-image: none;
    margin: 0px;
    padding: 0px 9px;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.menu:first-child{
    line-height: 35px;
    padding: 0;
}
.menu:first-child img{
    vertical-align: middle;
    margin-right: 35px;
    padding: 0;
}

.menuBtn{
    border-left: 1px solid #5288a8;
    width: 100%;
}
.menuBtn:hover{
    font-weight: bold;
}

.menuContainer{
    vertical-align: top;
}

/******************************************************************************/
/*  Área principal  */

#principal_content{
    margin-bottom: 10px;
}