/* questoes */
.oculto,
span.sce-timer,
.sac-seacrh-combo-type,
#comments h3#reply-title,
#comments .logged-in-as {
    display: none;
}
input, select {
    background: #fff;
}
form#filtro input[type=text] {
	width: 33%;
}
form#filtro select {
	height: 30px;
	width: 33%;
}
div#opcoes {
    font-size: 1rem;
}
#opcoes label {
    display: inline-block;
    width: 40%;
    margin: 5px 0 0;
}
div#botoesenvio {
    text-align: right;
}
button#materias {
    font-size: .9rem;
}
form#filtro #filtrar, .sac-btn-popup-close {
	color: #fff;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 1rem;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: initial;
}
form#filtro a#limpar {
    font-size: 1rem;
    background: #c6c6c6;
    padding: 3px 10px;
}
#encontrados {
	display: block;
	text-align: right;
	width: 100%;
	margin-top: 1rem;
}
form#formpaginas {
    float: right;
}
#listagem {
    padding-top: 2rem;
}
.lp_question {
	border: 1px solid #ddd;
    margin-top: 2rem;
    padding: 0 1rem 1rem;
}
.questao-topo {
	background: #ededed;
	font-size: 1rem;
}
.questao-topo .questao-id {
	background: #888888;
    padding: 5px 10px;
    color: #fff;
}
.questao-topo .prova {
	float: right;
    margin: 2px 10px;
    color: gray;
    font-size: .8rem;
}
.questao-topo span.termo.anulada {
    background: #c83a42;
    color: #fff;
    padding: 5px;
}
.questao-topo span.termo.desatualizada {
    background: #ff9800;
    padding: 5px;
}
.enunciado {
    margin: 1rem 0;
}
.respostas {
	font-size: 1rem;
}
.questao {
    margin-bottom: 1rem;
	text-align: justify;
}
.questao:hover {
	background: url('/wp-content/themes/wplms_app/img/tesoura-16h.jpg') left 5px no-repeat;
}
.questao .tesoura {
	width: 30px;
	height: 16px;
	display: inline-block;
	background: none;
}
.resposta.riscado {
	font-style: italic;
    text-decoration: line-through;
    color: #bdbdbd;
}
.lp_question input[type=radio] {
	width: 1rem;
    height: 1rem;
    margin-right: 10px;
}
.lp_question button.corrigir:enabled {
	padding: 0 10px;
    font-size: 1rem;
    background: #4c8d48;
    color: #fff;
}
.lp_question button.corrigir:disabled {
	padding: 0 10px;
    font-size: 1rem;
	background: #e0e0e0;
}
button.botoes-direita {
    float: right;
    margin-left: 1rem;
	border: 1px solid #ccc;
    padding: 0 10px;
	color: #000;
	background: #fff;
}
button.botoes-direita:hover, button.botoes-direita:focus, button.botoes-direita:active {
	color: #000;
}
div#comments, div.reportar-form, div.prof-form {
    margin-top: 2rem;
    font-size: 1rem;
}
.wp-pagenavi {
    margin: 2rem 0;
}

.botaoSalvar{
	background-color: #ff9800 !important;
	color: #222 !important;
}
small i {
	display: block;
    margin-bottom: 5px;
    color: #909090;
}
#desempenho {
	display: none;
    width: 470px;
    position: fixed;
    right: 0;
    background: #fff;
    padding: 1rem;
    border: 1px solid #ededed;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    height: 90vh;
    top: 2rem;
}
button#abrirDesempenho {
    background: #ffffff;
    color: #000;
    border: 1px solid #c6c6c6;
    font-size: .9rem;
    padding: 5px 15px;
}
#desempenho i#fecharDesempenho {
    float: right;
    padding: 1rem;
    cursor: pointer;
}
#desempenho .blocoq {
    background: #e6e6e6;
    padding: 1rem;
    margin-bottom: 1rem;
}
#desempenho .blocoq .cont {
    font-size: 1.5rem;
    font-weight: bold;
}
#desempenho .blocoq .cont.cont_e {
    color: red;
}
#desempenho .blocoq .cont.cont_c {
    color: green;
}
/* #desempenho span, #desempenho strong {
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: 10px;
    padding: 0 5px;
}*/
.vermelho {
    color: #ac2f2f;
}
.verde {
    color: #4c8d48;
}
.estatisticas small {
	float: right;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: right;
    background: #ebffd4;
}
.grafico { width:50%; height: 200px; /*float: right*/ }
.listatentativas {
    font-size: .9rem;
}
.listatentativas p {
    background: #f8f8f8;
    padding: 5px 30px;
	border: 1px solid #eaeaea;
}
.listatentativas span {
    float: right;
}
.listatentativas span.errou {
    color: red;
}
.listatentativas span.acertou {
    color: green;
}
.listatentativas span .fa {
    background: #fff;
    padding: 2px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    height: 20px;
}
.prof-form br {
    display: none;
}
.prof-form table {
    width: 100% !important;
	margin-left: 0 !important;
}

/* mobile */
@media only screen and (max-width: 845px) {
	form#filtro input[type=text] {
	    width: 100%;
	    margin: 5px 0;
	}
	#opcoes label {
    	display: block;
    	width: 100%;
	}
	div#botoesenvio {
		margin-top: 10px;
	}
	span.resultado {
	    display: block;
	    margin-bottom: 15px;
	}
	.botoes-direita {
	    float: none;
	    margin: 0 1rem 1rem 0;
	}
	.questao {
	    background: url(/wp-content/themes/wplms_app/img/tesoura-16h.jpg) left 5px no-repeat;
	}
	a#scrollTop {
    	display: none !important;
	}
	small span, small strong {
		display: block;
    	margin-top: 5px;
    }
	.grafico, .respostas button { float: none }
	#desempenho { width: 95%; margin-top: 2.5rem; }
}

/* salvando questões feitas */
.questaosalva{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	padding: 1em;
	border: 1px solid #292929;
	border-radius: 5px;
	margin-bottom: 15px;
}

.questaosalva_salvar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 .4em;
}


.sumir{
	display: none !important;
}

.questaosalva_salvar p {
	margin: 0px;
	text-align: center;
}

.resp_questoesfeitas{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.respostafeita{
	min-width: 80px;
	text-align: center;
	font-size: 1rem;
}

.respacertou{
	background-color: #e0e0e0;
    color: #008000;
    border-top: 1px solid #aada73;
}
.resperrou {
    background-color: #fdbbbf;
    color: #902f2f;
    border-top: 1px solid #df9c9c;
}

.questaoresposta{
	padding: .6em .4em 0 .4em;
	width: 100%;
	text-align: left;
}

.confirmsalvou{
	padding: .2em 1.5em;
	background-color: #e0e0e0;
	color: #222;
}

/* rfjus cjpol */
input[type="submit"] {
	line-height: normal !important;
    margin-top: 10px;
}
/*.estatisticas, #comments, .prof-form, .reportar-form {
	text-align: right;
}*/
.btn {
	padding: 0 15px;
    background: none;
    border-color: #888fa9;
	color: #888fa9;
}
.btn:hover {
    background: transparent;
    border-color: #000;
    color: #000;
}
form#filtro a#limpar:hover {
	color: #000;
}
.lp_question .wpcf7-submit {
	float: right;
	padding: 3px 0.5rem;
}
.prof-form p {
    text-align: justify;
}
.single.single-lp_question #content {
	margin: unset;
}