* {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
}
#topo img {
	width: 200px;
}
.titulo {
    font-weight: bold;
    padding-bottom: 10px;
}
.btn {
    transform: translateX(-50%);
    background-color: #4CAF50;
    margin-left: 50%;
    margin-top: 20px;
    cursor: pointer;
    padding: 10px;
    width: 180px;
    color: #FFF;
}
.btn:hover, .btn:focus {
	font-weight: bold;
	color: #FFFF00;
}
.secao {
    width: 250px;
    padding: 10px;
    margin-top: 15px;
    margin-left: 50%;
    text-align: center;
    background-color: #F9F6F6;
    transform: translateX(-50%);
    box-shadow: 1px 1px 3px 0px;
}
.secao input {
	text-align: center;
	margin-top: 5px;
    padding: 10px;
    width: 200px;
}
.secao select {
	margin-top: 5px;
    padding: 10px;
    width: 223px;
}
#resultado, #rst_alterarAcesso, #rst_novoAcesso {
    margin-top: 20px;
    text-align: center;
    font-size: 90%;
    color: red;
}
#logout, #menu {
	display: none;
}
.logado {
	font-size: 80%;
}
#acessos {
	display: inline-flex;
    margin-top: unset;
}
#acessos img {
	width: 35px;
}
#acessos img:hover, #acessos img:focus {
	cursor: pointer;
}
.acessos {
    width: 200px;
    line-height: 30px;
    font-weight: bold;
}
.lista {
	font-size: 80%;
	text-align: left;
	line-height: 30px;
    background-color: #FFF;
    margin-top: 10px;
    padding: 5px;
}
.lista:hover, .lista:focus {
	cursor: pointer;
	border: solid 1px #59c5ca;
}
.rotulo {
    text-align: left;
    margin-left: 15px;
    margin-top: 8px;
    font-size: 70%;
}
#orientacao {
    text-align: left;
    font-size: 85%;
}
#orientacao img, .orientacao {
    width: 250px;
}
#modo {
    height: 40px;
    margin-top: 10px;
    /*display: none;*/
}
#modo input[type='radio'] {
    vertical-align: bottom;
    text-align: unset;
    height: 20px;
    width: 20px;
}
#form-consulta-modo2, #form-consulta-modo3 {
    display: none;
}
#resultado img {
    margin-top: -174px;
    position: relative;
}
.rotulos {
    font-size: 80%;
    font-weight: bold;
    padding-top: 10px;
}
.main-menu {
    background-color: #66b7f9;
}