html {
}
body {
	background-color:#340301;
	margin:0;
	font-family: Arial, sans-serif;
	font-size:14px;
	padding: 40px 0 80px 0;
}
section {
	max-width:500px;
	margin:auto;
	position:relative;
}
h1 {
	color: #CCC;
    font-variant: small-caps;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: normal;
	text-align: center;
}
h1 strong {
	    color: #b70909;
}
h2 {
	font-variant:small-caps;
	text-transform:uppercase;
	margin: 0 0 20px 0;
}
h3 {
	text-align:center;
	color:#333;
	padding:5px;
	font-variant:small-caps;
	text-transform:uppercase;
}
a {
	text-decoration:none;
}
#usuario_logado {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 5%;
	background-color: #1d1d1d;
	color: #999;
	width: 90%;
	text-align: right;
}
#usuario_logado a {
	text-decoration: underline;
	color: #ccc;
}#usuario_logado a:hover {
	color: #F00;
}
.white {
	color:#fff;
	text-align:center;
}
.cabecalho_login {
	max-width: 650px;
	margin: auto;
	text-align: center;
}
.cabecalho_login img {
	float: left;
}
.cabecalho_login h1 {
	float: right;
	margin-top: 35px;
}
#logo {
	margin:auto;
	padding: 20px;
	text-align: center;
}
#logo img {
	width: 100%;
	max-width: 194px;
}
#fechar {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}
.fechar-menu {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99999;
	display: none;
}
.fechar-menu a {
	color: #999;
	font-size: 16px;
}
#box_identity {
	max-width:1080px;
	background-color:#fff;
	background-position:center center;
	background-repeat:no-repeat;
	border-bottom:solid 1px #000;
	border-top:solid 1px #fff;
	border-right:solid 1px #000;
	border-left:solid 1px #fff;
	border-radius:5px;
	width:80%;
	height:auto;
	/* padding:2%; */
	margin:auto;
	margin-top:40px;
	box-shadow:0 0 10px #000;
}
#box_identity #login_social {
	width:40%;
	padding:4.9%;
	height:90%;
	float:left;
	min-width:250px;
}
#box_identity #login_sms {
	width:40%;
	padding:4.9%;
	height:90%;
	float:left;
	min-width:250px;
}
#box_identity #login_email {
	width:40%;
	padding:4.9%;
	height:90%;
	float:left;
	min-width:250px;
}
#box_identity #loginadm {
	width:90%;
	padding:5%;
	height:90%;
	min-width:250px;
}
#box_identity h2 {
	font-size: 22px;
    color: #000000;
    text-align: center;
    border-bottom: solid 1px #fff;
    height: 30px;
}
#box_identity p {
    font-size: 16px;
    color: #555;
    text-align: left;
}
#box_identity p strong {
	color:#000;
}
#box_identity label {
    font-size: 18px;
    margin-right: 50%;
    margin-bottom: 5px;
}
#box_identity label.conectado {
	font-size: 14px;
    margin:0;
}
#box_identity a.tooltip {
	display:block;
	float:right;
	width:15px;
	height:15px;
	padding:0;
	background-image:url(../images/question.png);
	background-repeat:no-repeat;
}
#box_identity input {
	width: 100%;
    height: 15px;
    padding: 15px;
    margin-bottom: 10px;
    color: #666;
    background-color:#e8e8e8;
	border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
}
#box_identity input.conectado {
	width: auto;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 10px;
    color: #fff;
    background-color: #9E9E9E;
	border:none;
}
#box_identity input.input_botao {
	width: 100%;
    height: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    background-color: #A50600;
	border-radius:4px;
	border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}
#box_identity input.input_botao:hover {

    background-color: #6D0400;

}

#menu-mobile {
	position: fixed;
	z-index: 7;
	top: 10px;
	left: 10px;
	display: none;
}
#menu-mobile a {
	display: block;
	padding: 5px 8px;
	background-color: #666;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.menu-categorias {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #1d1d1d;
	padding: 10px;
	overflow-x:scroll;
	width: 200px;
	height: 100%;
	text-transform: uppercase;
}
.menu-categorias::-webkit-scrollbar { width:10px; background:#e3e0d6; } /* configurando scroll */
.menu-categorias::-webkit-scrollbar-track { background: rgba(0,0,0,0.1); }
.menu-categorias::-webkit-scrollbar-thumb { border-radius:10px; background:#8b8778;  }
.menu-categorias ul {
	list-style: none;
	padding: 0;
	margin: 0 0 39px 0;
}
.menu-categorias ul li {
}
.menu-categorias ul li a {
	display: block;
	color: #E7E7E7;
	padding: 10px;
	border-bottom: solid 1px #666;
}
.menu-categorias ul li a:hover {
	background-color: #666;
}
.menu-categorias ul li a.votada {
	color: #333 !important;	
}
.numero {
	position:absolute;
	top:10px;
	right:10px;
}
.box_content {
	max-width:1080px;
	background-image:url(../images/bg_cx.jpg);
	background-color:#bbb;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:5px;
	width:96%;
	height:auto;
	padding:2%;
	margin:auto;
	margin-top:40px;
	box-shadow:0 0 10px #000;
	position:relative;
	overflow:hidden;
}

.box_content nav {
	min-width:180px;
	float:left;
	width:20%;
	padding:10px;
	border-radius:4px;
	text-align:center;
	color:#fff;
	background-color:#555;
}
.box_content nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.box_content nav ul li {
	position:relative;
}
.box_content nav ul li a {
	text-decoration:none;
	color:#FFF;
	width:210px;
	height:65px;
	text-align:center;
	text-shadow:0 0 3px #000000;
	vertical-align: middle;
 	display: table-cell;
}
.clear_content {
	text-align:left;
	margin-left: 220px;
}
.erro {
    width: 80%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #FFD6D4;
    border: solid 1px #f00;
    padding-bottom: 5px;
    padding-top: 5px;
	margin:auto;
}
.sucesso {
    width: 80%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #33ff33;
    border: solid 1px #f00;
    padding-bottom: 5px;
    padding-top: 5px;
	margin:auto;
}
.categoria {
	width:100%;
	position:absolute;
	top:0;
}
.categoria .inside {
	padding: 20px 20px 80px 20px;
	background-color:#FFF;
	border-radius:6px;
	border:solid 1px #CCC;
	margin-top:10px;
	margin-bottom:40px;
	position:relative;
}
.categoria ol {
}
.categoria ol li {
	margin:10px 0 0 0;
	font-weight:bold;
}
.categoria ol li label {
	font-weight:normal;
	text-transform:uppercase !important;
	font-variant:small-caps !important;
}
.nomeEmpresa {
	text-transform:uppercase !important;
	font-variant:small-caps !important;
}
@media only screen and (max-width: 770px) {
.categoria ol li input.bola-select {
	width:30px;
	height:30px;
	margin-bottom:5px;
}
}
.categoria .sugestao form label {
	display: block;
    margin-top: 10px;
}
.proxima, .anterior {
	position:absolute;
	bottom:20px;
	display:block;
	padding:10px;
	border:solid 1px #E0E0E0;
	border-radius:3px;
	background-color:#F7F7F7;
	color:#666;
	text-decoration:none;
	font-variant:small-caps;
	text-transform:uppercase;
	cursor:pointer;
}
.proxima:hover, .anterior:hover {
	background-color:#EBEBEB;
	text-decoration:underline;
}
.proxima {
	right:20px;
}
.anterior {
	left:20px;
}
footer {
	background-color:#333;
	color:#FFF;
	position:fixed;
	z-index: 2;
	bottom:0;
	width:100%;
}
footer div {
	padding:10px;
}
footer a {
	color:#FFF;
	text-decoration:underline;
}
footer a:hover {
	text-decoration:none;
}
.both {
	clear:both;
	float: none !important;
}
.usuarioId {
	position: absolute;
	top: 15px;
	color:#FFF;
	right: 50px;
}
@media only screen and (max-width: 480px) {
.usuarioId {
	width:100%;
	position:static;
	margin-bottom:10px;
}
.usuarioId div {
	padding:10px;
}
}
.sair {
	position: absolute;
	width:30px;
	height:10px;
	padding-top:33px;
    right: 5px;
    top: 5px;
    color: #fff;
    text-decoration: none;
	font-size:10px;
	background-image:url(../images/sair.png);
	background-repeat:no-repeat;
	text-align:center;
}
.sair:hover {
	text-decoration:underline;
}
.sugestoes {
	background-color:#FFF;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	position:relative;
	min-height:85px;
	border:solid 1px #CCC;
}
.sugestoes .links_sugestoes {
	position:absolute;
	z-index:1;
	right:10px;
	top:10px;
	display:block;
}
.sugestoes h3 {
	text-align:left;
	margin:0px;
}
.botao {
	padding:10px 10px 10px 35px;
	color:#FFF;
	text-shadow:0 0 10px #000;
	border-radius:4px;
	margin-bottom:10px;
	display:block;
	text-align:right;
	cursor:pointer;
}
.positivo {
	background-color:#6FD26F;
}
.positivo:hover {
	background-color: #060;
}
.negativo {
	background-color: #E43538;
}
.negativo:hover {
	background-color: #B30002;
}
.aprovar {
	background-image:url(../images/check.png);
	background-repeat:no-repeat;
	background-position:5px;
}
.adicionar {
    background-image: url(../images/add.png);
    background-repeat: no-repeat;
    background-position: 5px;
    position: absolute;
    right: 40px;
    top: 40px;
}
.salvar {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 5px;
    width: 100px;
    height: 36px;
    margin: auto;
}
.homeLinks {
	float:left;
	width:45%;
	display:block;
	margin: 2.5%;
}
.homeLinks .inside {
	padding: 20px;
	background-color:#FFF;
	border-radius:6px;
	border:solid 1px #CCC;
	margin:10px;
	position:relative;
}
.homeLinks h2 {
    min-height: 50px;
}
.homeLinks p {
    min-height: 50px;
}