* { 
    margin: 0; 
    font-family: arial,sans-serif; 
}

body { 
    background-color: #fff; 
}

#top { 
    background-color: #f4f6f8; 
    margin-bottom: 5px;
    height: 136px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
}

#logo { 
    float: left;
    background: url(../imagens/login/logo_gestaofacil.png);
    background-size: contain;
    border-width: 0px;
    background-repeat: no-repeat;
    width: 25%;
    padding: 46px 9px 0px 200px;
    margin-top: 9px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #28af8f;
    font-weight: bold;
    height: 61px;
}

#logo-gestao { 
    float: left;
    background: url(../imagens/login/logo_gestaofacil.png);
    background-size: contain;
            border-width: 0px;
            background-repeat: no-repeat;
            width: 15%;
            padding: 28px 9px 0px 185px;
            margin-top: 9px;
            margin-bottom: 20px;
            font-size: 30px;
            color: #28af8f;
            font-weight: bold;
            height: 83px;
}

#main { 
    min-height: 300px; 
}

#bottom { 
    background-color: #f4f6f8; 
    height:80px; 
    font-size: 14px; 
    color: #239EB8; 
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#bottom #versao_sistema { 
    font-size: 9px; 
}

#brasao { 
    background: url(../imagens/login/brasao_taboao.png); 
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#texto-prefeitura { 
    float: left; 
    padding-top: 32px; 
    padding-left: 10px; 
    display: none;
}

#copyright { 
    float: right; 
    padding-top: 32px; 
    padding-right: 10px; 
    display: none;
}

.container { 
    width: 1006px; 
    height: 100%;
    margin: auto; 
}

/* menu */
.rich-toolbar { 
    border: 0; 
    background-color: #EFEFEF; 
    background-image: none; 
}

.rich-tabpanel-content { 
    border-left: 0px; 
    border-right: 0px; 
}

.rich-menu-item-label { 
    font-weight: normal; 
}

.menu-item-text { 
    font: 10px Verdana, Arial, sans-serif; 
}

.rich-tabpanel {
    width: 98%;
}

#menu {
    margin-left: 0;
    margin-right: 0;
}