﻿html, body { height: 100%; width: 100%; margin:0px; padding:0px; top: 0; left: 0; right: 0; bottom: 0; }
*:focus { outline: 0; }
.goog-tooltip { display: none !important; }
.goog-tooltip:hover { display: none !important; }

.menu_principal { border-spacing: 14px; border-collapse: separate; }
.menu_principal td {padding:8px 10px; cursor:pointer; border:1px solid #E3E3E3; background-color:#FFFFFF; color: #7D4822; font-size:14px; font-family:Tahoma; letter-spacing:0.02em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; }
.menu_principal td:hover {border:1px solid #765432; color: #FFFFFF; background-color:#765432; }
.login, .useron, .logout { padding:8px 10px 8px 36px; cursor:pointer; font-family:Tahoma; letter-spacing:0.02em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; float:right; margin:0px 25px; }
.login { background:url(../imagens/lock.png) no-repeat center left 10px; font-size:14px; color: #7D4822; margin:0px 25px; }
.useron { background:url(../imagens/user_on.png) no-repeat center left 10px; padding:8px 10px 8px 40px; font-size:16px; color: #7D4822; margin:0px; }
.logout { background:url(../imagens/logout.png) no-repeat center left 10px; font-size:16px; color: #D01114;  margin:0px 27px 0px 5px; }
.login:hover { background-color:#E6DBBC; }
.useron:hover { background-color:#DCE6C2; }
.logout:hover { background-color:#FBD6D0; }
.topo_pc { position:fixed; top:0px; left:0px; background-image:url(../imagens/fundo_topo_escuro.jpg); background_repeat:repeat-x; height:70px; width:100%; z-index:1000; display:none; }
.topo_mob { position:absolute; top:0px; background-image:url(../imagens/fundo_topo_escuro.jpg); background_repeat:repeat-x; height:70px; width:100%; z-index:1000; display:none; }
.janela_login_class { position:absolute; width:450px; height:315px; padding:30px; background-color:#ffffff; z-index:2002; text-align:center; color:#000000; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; display:none; left:0; right:0; margin-left:auto; margin-right:auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.janela_login_sombra { position:absolute; top:0x; left:0px; width:100%; height:100%; background-color:#000000; opacity: 0.7; z-index:2001; }
#janela_login_out { position:fixed; top:0px; width:100%; height:100%; z-index:2000; display:none; }

@media screen and (max-width:3600px) {
    .topo_pc { display:block; }
    .topo_mob { display:none; }
    .janela_login_class { width:450px; }
    #janela_login_out { overflow-y:none; }
}

@media screen and (max-width:650px) {
    .topo_mob { display:block; }
    .topo_pc { display:none; }
    .janela_login_class { width:90%; }
    #janela_login_out { overflow-y:auto; }
}