@charset "utf-8";

html, body {
	height:100%; /* keep footer at the bottom */
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	color:#333333;
	background: #ffffff;
	margin:0;
	padding:0;
}
#tudo { /* keep footer at the bottom */
	min-height:100%;
	position:relative;
}
.pagina {
	margin: 0 auto;
	min-width: 960px;
	width: 960px;
}	
.inner {
	position:relative;
	padding: 15px;
}
a {
	color: #0071bc;
	text-decoration: none;
}
a:hover {
	color: #0071bc;
	text-decoration:underline;
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1, h2, h3, h4 {
	font-family: "horatiom", sans-serif;
	color: #0071bc;
	font-weight: normal;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
}
h3 {
	color: #999999;
	font-size: 20px;
}
h4 {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 20px;
	text-transform: none;
	letter-spacing: 0;
}

span.ico {
	font-family: "ionicons", sans-serif;
	font-size: 26px;
	cursor:pointer;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
}
 span.ico.action {
	display: inline-block;
	height: 56px;
	width: 56px;
	background: #0071bc;
	color: #ffffff;
	line-height: 56px;
	text-align: center;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	-khtml-border-radius: 28px;
	border-radius: 28px;
	padding-bottom: 0;
}
span.after {
	color:#999999;
	margin-left: 10px;
	font-size: 13px;
	display: inline-block;
}
p.clear,
div.clear{
	float:none; clear:both;
	display:block;
	height:1px;	
}
#goTop{
	font-family: "ionicons", sans-serif;
	font-size:24px;
	position:fixed;
	bottom:-200px;
	right:30px;
	color:#c243ff;
	background:#e6e6e6;
	border:1px solid #ccc;
	cursor:pointer;
	display:block;
	z-index:2000;
	padding:15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#goTop:hover{
	text-decoration:none;
	color:#c243ff;
	background:#f2f2f2;
}
pre{
	font-family: "robotoregular", sans-serif;
	font-size: 18px;
	color:#333;
	margin: 0;
}

/**************************************************************************** MENU HEADER */

/**************************************************************************** HEADER */
header{
	height: 56px;
	color:#0071bc;
	background:#ffffff;
}
header .inner {
	position:relative;
	z-index: 100;
}
header #logo{
	display: block;
	position: absolute;
	top:0;
	left:0;
}
header #menuico {
	display: block;
	position: absolute;
	top:0;
	right:15px;
	height: 56px;
	line-height: 56px;
}

header #headermenu {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:7000;
}
header #headermenu #headermenubg{
	position: absolute;
	top:0;
	left:0;
	background: #000000;
	opacity: 0.4;
	width: 100%;
	height: 100%;
}
header #headermenu #conteudo{
	background: #ffffff;
	width: 265px;
	height:auto;
	padding-bottom: 25px;
	position: absolute;
	top:0;
	right:0;
	color:#333333;
}
header #headermenu #headermenuheader{
	height:56px;
	color:#0071bc;
	background: #ffffff;
}
header #headermenu #headermenuheader #titulo{
	color:#000000;
	font-family: "horatiom", sans-serif;
	text-transform: uppercase;
}
header #headermenu #headermenuico{
	display: block;
	position: absolute;
	top:0;
	right:15px;
	height: 56px;
	line-height: 56px;
	z-index: 7100;
}
header #headermenu .headermenuitem{
	border-bottom:1px solid #aaaaaa;
	z-index: 7100;
	font-size:16px;
	line-height: 16px;
}
header #headermenu #firstitem.headermenuitem{
	background: url(/img/headershadow.png) repeat-x top center;
	padding-top: 5px;
}
header #headermenu .headermenuitem .ico{
	padding-right: 5px;
	display: inline-block;
	width: 20px;
	text-align: center;
}


/**************************************************************************** MAIN */
.main {
	background: url(/img/headershadow.png) repeat-x top center;
	padding-bottom:115px;   /* Height of the footer element + algum padding se desejar */
}
.main .inner{
	z-index: 10;
}
.main h2.titulo{
	text-transform: uppercase;
}
.main h2.titulo .ico{
	cursor: default;
}
.main div.actions{
	margin: 15px 0 15px 0;
	text-align: right;
}
/**************************************************************************** FOOTER */
footer {
	height:100px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	border-top: 1px solid #999999;
}

footer .inner {
	text-align:center;
	padding-bottom:30px;
}
footer #legalize{
	position: absolute;
	bottom:0;
	left: 50%;
	width: 270px;
	height: 70px;
	margin: 0 0 0 -135px;
	font-size: 13px;
	text-align: center;
}
footer #legalize span{
	display: inline-block;
	margin: 0 15px;
}

/**************************************************************************** TABLES */
table {
	width:100%;	
}

.main table {
	border-bottom:1px solid #666;
}
.main  table th {
	font-size:13px;
	color:#999999;
	font-weight:normal;
	border-bottom:1px solid #999999;
	text-align:left;
	vertical-align: bottom;
}
.main table tr th {
	font-size:13px;
	color:#999999;
	font-weight:normal;
	border-bottom:1px solid #999999;
	text-align:left;
	padding:15px;
}
.main table th a {
	color:#999;
}
.main table th a:hover {
	color:#999;
}
.main table tr td {
	border-bottom:1px solid #ccc;
	padding:15px;
}
.radio input {
    width:auto;
    margin: .5em 10px .5em 180px;
	/*font-size: 17px;*/
}
.main table tr td.ativo {
	text-align:center;	
}
.main table tr td.actions {
	text-align:right;
	font-family:"ionicons", sans-serif;
	font-size: 24px;
}
.main table tr td.actions a:hover {
	text-decoration:none;
}

/**************************************************************************** FORMS */

/* input {

} */
label { 
	width:140px; 
	display:inline-block;
	font-family: "robotoregular", sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 15px 10px 15px 0;
	font-size:13px;
	color:#666;
}
label span{
	text-transform:none;
}
.input {
	clear: both;
/*	margin-bottom: .5em;*/
	padding: 0 0 15px 0;
	vertical-align: middle;	
}
.input input, .input select, .input textarea {
	width:300px;
	padding:15px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
	font-size: 16px;
}
.input select{
	width:330px;
	padding: 14px 5px;
}
.input textarea {
	height: 3.9em;
}
.file input {
	width:auto;	
}
.observacoes {
	display: block;
	font-size:13px;
	color:#999999;
	width: 300px;
	padding: 5px 15px 0 15px;
	margin: 0 0 0 150px;
}
.radio input {
	width:auto;
	margin: 15px 10px 15px 160px;
	vertical-align: middle;
	cursor: pointer;
}
.radio label {
	font-family: "robotoregular", sans-serif;
	text-align: right;
	width:auto;
	cursor: pointer;
}
.checkbox input{
	width:auto;
	padding:0.2em 0.5em;
	margin: 15px 10px 15px 160px;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox label{
	text-transform: none;
	width: auto;
	cursor: pointer;
}
.date select{
	width:auto;
}
.button button, .submit input {
	width:330px;
	background:#0071bc;
	/* background: #29abe2; */
	color:#FFFFFF;
	font-family: "robotobold", sans-serif;
	padding:10px 15px;
	margin:20px 0 10px 150px;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
}
.button span.ico, .submit span.ico {
	display: inline-block;
	margin: 0 10px 0 0;
	font-family: "ionicons", sans-serif;
	color: #FFCC00;
}
.disabled{
	/* opacity: 0.4; */
	background: #CCCCCC;
}

/**************************************************************************** MESSAGES */
.message {
	background: #FFCC33;
	color: #333333;
	font-family: "robotoregular", sans-serif;
	padding:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.error-message {
	background: none; 
	color: #FF4444;
	font-family: "robotoregular", sans-serif;
	padding:5px 15px 15px 15px;
	margin:0 0 0 150px;
	width:auto;
}

/**************************************************************************** BUSCAR */
#limparfiltrosindex{
	display:block;
	padding-top: 5px;
	font-size: 13px;
}
#limparfiltrosbuscar{
	display:block;
	padding:15px;
	margin:0 0 0 150px; 
}
#msgresultados{
	display: block;
	padding: 15px;
	font-size: 13px;
}

/**************************************************************************** PAGINACAO */
.main table th.paginacao, .paginacao {
	text-align:right;
	padding:0.4em;
	font-size:13px;
	text-transform:lowercase;
	color:#999999;
	font-weight:normal;
}
.paginacao .disabled{
	background: none;
}
.main table th.paginacao .ico, .paginacao .ico{
	display: inline-block;
	margin: 10px 0;
	color: #c243ff;
	font-size: 24px;
	
}
.main table th.paginacao .disabled, .paginacao .disabled .ico {
	opacity: 1;
	color: #ffffff;
	cursor: default;
	background: #CCCCCC;
}
.main .paginacao span.exibindo{
	display: block;
	padding-right: 10px;
}

/**************************************************************************** AUTOCOMPLETE */
.ui-widget{
	font-family: "robotoregular", sans-serif;
	font-size: 18px;
	color:#333;
}
.ui-menu {
    border: 1px solid #aaaaaa;
}
.ui-menu .ui-menu-item {
    background:#fff;
}
.ui-menu .ui-menu-item.ui-state-focus {
    background:#ffdd33;
    color: #666666;
    font-weight: normal;
}
 .ui-autocomplete-loading {
background: white url("../img/loading.gif") right center no-repeat;
}


/**************************************************************************** AREAS INDEX */
.areas.index table tr td {
	cursor:pointer;
}
/**************************************************************************** CADASTRO SOLICITAR */
.cadastro.solicitar .main{
	background: none;
}
.cadastro.solicitar .main .pagina .inner{
	width: 330px;
	margin: 0 auto;
	text-align: center;
}

.cadastro.solicitar #slogan{
	display: block;
	font-family: "horatiom", sans-serif;
	color: #0071bc;
	font-size: 21px;
	line-height: 21px;
	margin: 15px 0 0 0;
}

.cadastro.solicitar #obrigado{
	display: block;
	font-family: "horatiom", sans-serif;
	color: #0071bc;
	font-size: 26px;
	line-height: 26px;
	margin: 15px 0 5px 0;
}
.cadastro.solicitar #subobrigado{
	display: block;
	font-family: "robotobold", sans-serif;
	color: #0071bc;
	/* font-size: 16px;
	line-height: 16px; */
	/* margin-top: 15px; */
}
.cadastro.solicitar .error-message {
	background: none; 
	color: #ED1C24;
	font-family: "robotobold", sans-serif;
	padding:15px;
	margin:0;
	width:auto;
}

.cadastro.solicitar #retonaracesso{
	display: block;
	padding:15px;
	margin:15px 0;
	font-size: 13px;
}
.cadastro.solicitar #retonaracesso .ico{
	font-size: 20px;
}

.cadastro.solicitar .input input {
	width:298px;
}

.cadastro.solicitar .button button, 
.cadastro.solicitar .submit input {
	margin:10px 0;
}
/**************************************************************************** CONFIGS INDEX */
.configs.index #emailcadastrado {
	font-size:13px;
	color:#666;
}
/**************************************************************************** ESTUDO INDEX */
.estudo.index .main {
	padding-bottom:500px;   /* Height of the footer element + algum padding se desejar */
}
.estudo.index h3#onde{
	font-family: 'robotoregular', sans-serif;
	font-size: 13px;
	color: #333333;
	width: 480px;
	margin: 0 auto;
}
.estudo.index h3#onde .ico{
	font-size: 20px;
}
.estudo.index h2.titulo {
	text-align: center;
	height: 40px;
}
.estudo.index #estudoindex {
	width: 480px;
	margin: 0 auto;
}
.estudo.index #carregando {
	height: 10px;
	padding: 10px 0 10px 150px;
	width: 330px;
}
.estudo.index #pontuacao{
	position: relative;
	width: 480px;
	height: 65px;
}
.estudo.index #pontuacao span#legenda{
	position: absolute;
	top:15px;
	right: 75px;
	display: block;
	font-size: 11px;
	width: 140px;
	height: 40px;
	padding: 0;
	text-align: center;
	line-height: 40px;
}
.estudo.index #pontuacao span#pontos{
	position: absolute;
	top:15px;
	right: 0;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #ffcc33;
	width: 70px;
	height: 40px;
	padding: 0;
	color: #FFFFFF;
	font-family: "robotobold", sans-serif;
	text-align: center;
	line-height: 40px;
	cursor:pointer;
}
.estudo.index #pontuacao #carregandotri {
	position: absolute;
	top:15px;
	right: 0;
	width: 70px;
	height: 40px;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #ffcc33;
}
.estudo.index #pontuacao #carregandotri img{
	position: relative;
	display: block;
	top: 15px;
	left: 17px;
}
.estudo.index #pontuacao span#legenda .ico{
	position: absolute;
	top:0;
	right: 0;
	display: block;
	width: 27px;
	height: 40px;
	padding: 0;
	font-size: 30px;
	text-align: right;
	line-height: 40px;
	color: #ffcc33;
}
.estudo.index #dados{
	height: 120px;
	margin: 10px 0 0 0;
}
.estudo.index #carregando #loading {
	display: block;
	margin: 0 auto;
}
.estudo.index .escolherarea #divOpcaoId {
	display: none;
}
.estudo.index .escolherarea #divOpcaoId label {
	padding: 15px 0;
	width: 150px;
}
.estudo.index .escolherarea #divOpcaoId .ico {
	display: none;
	color:#0071bc;
	line-height: 16px;
}
.estudo.index #estudar {
	height: 70px;
}
.estudo.index #estudar button {
	display: none;
}
.estudo.index #dados{
	width: 480px;
}
.estudo.index #dados .linha {
	padding: 10px 0 0 0;
	position: relative;
	border-bottom: 1px dotted #999999;
}
.estudo.index #dados .linha.vazia {
	border-bottom: none;
}
.estudo.index #dados .texto {
	background: #FFFFFF;
	position: relative;
	font-size:14px;
	bottom: -4px;
	padding: 0 5px 0 0;
}
.estudo.index #dados .valor {
	background: #FFFFFF;
	position: absolute;
	bottom: -5px;
	right: 0;
	font-family: "horatiom", sans-serif;
	font-size: 20px;
	color: #0071bc;
	padding: 0 0 0 5px;
}
/**************************************************************************** ESTUDO INICIAR */
.estudo.iniciar .main .pagina .inner {
	text-align: center;
}
.estudo.iniciar #estudar button {
	margin: 20px 0 10px 0;
}
.estudo.iniciar #retornar {
	margin: 20px 0 0 0;
}
/**************************************************************************** ESTUDO CONTINUAR */
.estudo.continuar #conteudo{
	position: relative;
	margin: 0 auto 70px auto;
	width: 480px;
}
.estudo.continuar #pergunta{
	margin: 40px 0 0 0;
}
.estudo.continuar #pergunta img{
	max-width:100%;
	height: auto;
}
.estudo.continuar table {
	margin-left: -5px;
	width: 490px;
}
.estudo.continuar table tr td {
	border: none;
	padding: 0;
	vertical-align: top;
}
.estudo.continuar table tr td.opcao {
	width: 25px;
	padding-top: 2px;
	padding-left: 5px;
	-moz-border-radius: 5px 0 0 5px ;
	-webkit-border-radius: 5px 0 0 5px ;
	-khtml-border-radius: 5px 0 0 5px ;
	border-radius: 5px 0 0 5px ;
	border-bottom: 1px solid #FFFFFF;
}
.estudo.continuar table tr td.resposta{
	padding-right: 5px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-bottom: 1px solid #FFFFFF;
}
.estudo.continuar table tr td.resposta.acertou{
	border-left: 1px solid #99cc00;
}
.estudo.continuar table tr td.opcao.acertou,
.estudo.continuar table tr td.resposta.acertou{
	background: #99cc00;
	color:#FFFFFF;
}
.estudo.continuar table tr td.resposta.correta{
	border-left: 1px solid #99cc00;
}
.estudo.continuar table tr td.opcao.correta,
.estudo.continuar table tr td.resposta.correta{
	background: #99cc00;
	color:#FFFFFF;
}
.estudo.continuar table tr td.resposta.errada{
	border-left: 1px solid #ff4444;
}
.estudo.continuar table tr td.opcao.errada,
.estudo.continuar table tr td.resposta.errada{
	background: #ff4444;
	color:#FFFFFF;
}
.estudo.continuar #pontos{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	color:#FFFFFF;
	width:120px;
	margin: 20px auto 0 auto;
	text-align: center;
}
.estudo.continuar #pontos.correta{
	background: #99cc00;
}
.estudo.continuar #pontos.errada{
	background: #ff4444;
}
.estudo.continuar #pontos #pontuacao{
	font-size:24px;
	font-family: "horatiom", sans-serif;
	line-height:36px;
	vertical-align: middle;
}
.estudo.continuar #pontos .ico{
	line-height:36px;
}
.estudo.continuar #pontos .ico{
	font-size:42px;
}
.estudo.continuar #dados {
	position: relative;
	height: 85px;
	margin: 15px 0 0 0;
}
.estudo.continuar #dados span#legenda{
	position: absolute;
	top:0;
	left: 0;
	display: block;
	font-size: 11px;
	width: 80px;
	padding: 0 10px;
}
.estudo.continuar #dados span#pontostotal{
	display: block;
	position: absolute;
	top:15px;
	right: left;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #ffcc33;
	width: 70px;
	height: 30px;
	padding: 10px 15px;
	color: #FFFFFF;
	font-family: "horatiom", sans-serif;
	font-size: 24px;
	text-align: center;
}
.estudo.continuar #dados .linha{
	border-bottom: 1px dotted #999999;
	width:480px;
	font-size: 13px;
}
.estudo.continuar #dados #tempo{
	position: absolute;
	top: 37px;
	left:0;
}
.estudo.continuar #dados #respondidas{
	position: absolute;
	top: 57px;
	left:0;
}
.estudo.continuar #dados .texto{
	position: absolute;
	bottom: -4px;
	left:0;
	background:#FFFFFF;
	padding: 0 5px 0 0;
}
.estudo.continuar #dados .valor{
	position: absolute;
	bottom: -5px;
	right:0;
	background:#FFFFFF;
	color:#0071bc;
	font-family: "horatiom", sans-serif;
	font-size: 18px;
	padding: 0 0 0 5px;
}
.estudo.continuar h2.titulo{
	text-align: center;
	margin: 10px 0 20px 0;
}
.estudo.continuar #estudar button{
	display: block;
	margin: 0 auto 20px auto;
}
.estudo.continuar #vejacomoestaindo{
	text-align: center;
}
/**************************************************************************** ESTUDO PERGUNTA */
.estudo.pergunta #conteudo {
	position: relative;
	margin: 0 auto 70px auto;
	width: 480px;
}
.estudo.pergunta h2.titulo{
	text-align: center;
}
.estudo.pergunta #timer{
	top: 0;
	z-index: 1;
	width: 480px;
	height: 105px;
	margin: 0 0 -110px 0;
	background: url(../img/timerbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 1;
}
.estudo.pergunta #timer #inside{
	width: 64px;
	height: 105px;
	text-align: center;
	margin: 0 0 0 auto;
	
}
.estudo.pergunta #timer img{
	margin: 0 0 -10px 0;
}
.unfixed{
	position: relative;
}
.fixed{
	position: fixed;
}
.sn{
	font-style: italic;
	font-size: 0.7em;
	vertical-align:bottom;
}
.estudo.pergunta #timer #tempo{
	font-family: "horatiom", sans-serif;
	color: #0071bc;
	font-size: 18px;
}
.estudo.pergunta #pergunta{
	margin: 105px 0 0 0;
}
.estudo.pergunta #pergunta img{
	max-width:100%;
	height: auto;
}
.estudo.pergunta table {
	border: none;
}
.estudo.pergunta table tr td {
	border: none;
	padding: 0;
	vertical-align: top;
	cursor: pointer;
}
.estudo.pergunta table tr td.opcao {
	width: 25px;
	padding-top: 2px;
}

/**************************************************************************** GRUPOS INDEX */
.grupos.index table tr td {
	cursor:pointer;
}
/**************************************************************************** PERGUNTAS */
p.referencia {
	text-align:right;
	font-size:11px;
}
h3.subTitulo {
	color:#000;
	font-family: "robotobold", sans-serif;
}

/**************************************************************************** PERGUNTAS INDEX */
.perguntas.index table tr td {
	cursor:pointer;
}
.perguntas.index #alertaareas {
	display: block;
	font-size: 13px;
	color:#ff4444;
}
.perguntas.index #alertaareas .ico{
	font-size: 20px;
}
/**************************************************************************** PERGUNTAS ADICIONAR */
.perguntas.adicionar #divOpcaoId{
	display: none;
}
.perguntas.adicionar label.perguntasboxes{
	position: absolute;
	left: 0;
}
.perguntas.adicionar div.perguntasboxes{
	position: relative;
	padding-left:150px;
}
.perguntas.adicionar div.perguntasboxes .error-message {
	margin:0;
}
/**************************************************************************** PERGUNTAS ALTERAR */
.perguntas.alterar #divOpcaoId{
	display: none;
}
.perguntas.alterar label.perguntasboxes{
	position: absolute;
	left: 0;
}
.perguntas.alterar div.perguntasboxes{
	position: relative;
	padding-left:150px;
}
.perguntas.alterar div.perguntasboxes .error-message {
	margin:0;
}
/**************************************************************************** PERGUNTAS VISUALIZAR */
.perguntas.visualizar #conteudo {
	position: relative;
	margin: 0 auto 70px auto;
	width: 480px;
}
.perguntas.visualizar #opcao {
	color:#0071bc;
	margin:0;
}
.perguntas.visualizar #timer{
	top: 0;
	z-index: 1;
	width: 480px;
	height: 105px;
	margin: 0 0 -110px 0;
	background: url(../img/timerbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 1;
}
.perguntas.visualizar #timer #inside{
	width: 64px;
	height: 105px;
	text-align: center;
	margin: 0 0 0 auto;
	
}
.perguntas.visualizar #timer img{
	margin: 0 0 -10px 0;
}
.perguntas.visualizar #timer #tempo{
	font-family: "horatiom", sans-serif;
	color: #0071bc;
	font-size: 18px;
}
.perguntas.visualizar #pergunta{
	margin: 105px 0 0 0;
}
.perguntas.visualizar #pergunta img{
	max-width:100%;
	height: auto;
	/* height: 100%; */
	/* max-height:100%; */
}
.perguntas.visualizar table {
	border: none;
}
.perguntas.visualizar table tr td {
	border: none;
	padding: 0;
	vertical-align: top;
	cursor: pointer;
}
.perguntas.visualizar table tr td.opcao {
	width: 25px;
	padding-top: 2px;
}
/**************************************************************************** PRINCIPAL */
.principal.index .main .pagina #logo{
	margin-top: 40px;
	text-align: center;
}
/**************************************************************************** USUARIOS INDEX */
.usuarios.index table tr td {
	cursor:pointer;
}
/**************************************************************************** USUARIOS ACESSO */
.usuarios.acesso .main{
	background: none;
}
.usuarios.acesso .pagina .inner {
	width: 330px;
	margin: 0 auto;
	text-align: center;
}
.usuarios.acesso .message {
	background: #FFCC33;
	color: #666666;
	font-family: "robotoregular", sans-serif;
	padding:15px;
	margin: 15px 0 20px 0; 
}

.usuarios.acesso #logo{
	display: block;
	margin: 15px 0 35px 0;
}

.usuarios.acesso #slogan{
	display: block;
	font-family: "horatiom", sans-serif;
	color: #0071bc;
	font-size: 26px;
	line-height: 24px;
}
.usuarios.acesso #subslogan{
	display: block;
	font-size: 16px;
	margin: 5px 0 35px 0;
}


.usuarios.acesso .input input {
	width:298px;
}

.usuarios.acesso .button button, .usuarios.acesso .submit input {
	width:330px;
	margin:20px 0 10px 0;
}

.usuarios.acesso #recuperarSenha{
	display: block;
	padding:15px;
	margin:15px 0;
	font-size: 13px;
}
.usuarios.acesso #recuperarSenha .ico{
	font-size: 20px;
}
.usuarios.acesso #aindanaotemcadastro{
	display: block;
	font-size: 13px;
}
.usuarios.acesso #soliciteagoramesmo{
	display: block;
	font-size: 13px;
	font-family: "robotobold", sans-serif;
	margin-bottom: 40px;
}
.usuarios.acesso #soliciteagoramesmo .ico{
	font-size: 20px;
}
/**************************************************************************** USUARIOS RECUPERARSENHA */
.usuarios.recuperarsenha .main .pagina .inner{
	width: 330px;
	margin: 0 auto;
}
.usuarios.recuperarsenha .error-message {
	background: none; 
	color: #ED1C24;
	font-family: "robotobold", sans-serif;
	padding:15px;
	margin:0;
	width:auto;
}

.usuarios.recuperarsenha label { 
	text-align: left;
	padding: 0 10px 5px 15px;
	width: auto;
}

.usuarios.recuperarsenha #retonaracesso{
	display: block;
	padding:15px;
	margin:15px 0;
	font-size: 13px;
}
.usuarios.recuperarsenha #retonaracesso .ico{
	font-size: 20px;
}

.usuarios.recuperarsenha .button button, 
.usuarios.recuperarsenha .submit input {
	margin:10px 0;
}




/**************************************************************************** Media Queries */
@media screen and (max-width: 480px) {
	.pagina {
		margin: 0 auto;
		min-width: 320px;
		width: auto;
	}	
	/******************************************** FORMS */
	label { 
		width:155px; 
		padding: 0 10px 5px 6px;
	}
	.radio input {
		margin: .5em 10px .5em 16px;
	}
	.checkbox input{
		margin: 15px 10px 15px 16px;
	}
	.checkbox label { 
		padding: 15px 10px 15px 0;
	}
	.button button, .submit input {
		margin:20px 0 10px 0;
	}
	.observacoes {
		margin-left: 0;
	}

	/******************************************** MESSAGES */
	.error-message {
		margin:0;
	}
	
	/******************************************** BUSCAR */
	#limparfiltrosbuscar{
		margin:0; 
	}
	/**************************************************************************** ESTUDO CONTINUAR */
	.estudo.continuar #conteudo {
		width: 330px;
	}
	.estudo.continuar table {
		width: 340px;
	}
	.estudo.continuar #dados .linha{
		width:330px;
	}
	/**************************************************************************** ESTUDO INDEX */
	.estudo.index #estudoindex {
		width: 330px;
	}
	.estudo.index h3#onde{
		width: 330px;
	}
	.estudo.index #dados{
		width: 330px;
	}
	.estudo.index #pontuacao{
		width: 330px;
	}
	.estudo.index #carregando {
		padding: 10px 0;
	}
	.estudo.index .escolherarea #divOpcaoId label {
		width:155px; 
		padding: 0 10px 5px 6px;
	}
	/**************************************************************************** ESTUDO PERGUNTA */
	.estudo.pergunta #conteudo {
		width: 330px;
	}
	.estudo.pergunta #timer{
		width: 330px;
	}
	
	/**************************************************************************** PERGUNTAS ADICIONAR */
	.perguntas.adicionar label.perguntasboxes{
		position: relative;
	}
	.perguntas.adicionar div.perguntasboxes{
		padding-left:0;
	}

	/**************************************************************************** PERGUNTAS ALTERAR */
	.perguntas.alterar label.perguntasboxes{
		position: relative;
	}
	.perguntas.alterar div.perguntasboxes{
		padding-left:0;
	}
	/**************************************************************************** PERGUNTAS VISUALIZAR */
	.perguntas.visualizar #conteudo {
		width: 330px;
	}
	.perguntas.visualizar #timer{
		width: 330px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.pagina {
		margin: 0 auto;
		min-width: 481px;
		width: auto;
	}
}

@media (min-width: 768px) and (max-width: 979px ) {
	.pagina {
		margin: 0 auto;
		min-width: 768px;
		width: auto;
	}	
}

@media (min-width: 980px) and (max-width: 1199px  ) {

}

@media (min-width: 1200px) {

	
}