.x-raw-content div .tirechquiz:first-child .question_description {
	background-color: transparent;
}

.css-dv-pqo {
    display: none;
    z-index: 10000;
    width: 650px;
    height: 400px;
    position: relative;
    /*border: 1px solid;*/
    top: 30px;
    background-color: #f0f0f0;
}

fieldset {
    border: 1px solid #F0F0F0;
    width: 670px;
    padding-bottom: 25px;
}

.ui-widget {
    max-width: 660px;
    /*overflow: hidden;*/
}

#rpdata, #feedback {
    width: 590px;
}

#qtdata {
    margin: 5px;
}

.quiz-quizzesEdit {

}

#quizzesEdit input,
#quizzesEdit select {
    /*height: 30px;*/
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-bottom: 1px;
    padding-bottom: 13px;
    margin-top: 3px;
}

.quiz-fieldset-1 {
    border: 1px solid #f0f0f0;
    padding: 10px;
}

.quiz-fieldset-2 {
    padding-left: 3px;
}

.quiz-fieldset-3 {
    padding-left: 3px;
}

.quiz-bdquestao {
    width: 90%;
    padding: 0px;
}

.quiz-botao-saveQuiz {
    margin-top: 5px;
}

.quiz-botao-btnQuizVoltar {
    margin-top: 5px;
}

.quiz-quize2 {
    width: 680px;
    padding-right: 8px;
    padding-bottom: 12px;
}

.quiz-quizzesEdit2 {
    display: none;
    width: 700px;
    background-color: white;
}

.quiz-quize1 {
    width: 680px;
    padding-right: 8px;
    padding-bottom: 12px;
}

.tirechquiz div.starrr {
    display: block;
	margin: 15px 0 0;
}

.starrr a {
    font-size: 30px;
    padding: 0 1px;
    cursor: pointer;
    text-decoration: none;
	color: #f05a22;
}

@media screen and (max-width: 420px) {
	.starrr a {
		font-size: 24px;
	}
}

.quiz_pqo-cinco_opcoeschoices_table {
    width: 100%;
}

.tirechquiz div.quiz_pqo-startQuestionary {
    margin: 30px 0 0;
    background-color: #e4e4e4;
	padding: 10px;
}

.tirechquiz div.quiz_pqo-startQuestionaryInfo {
    text-align: justify;
	font-size: 13px;
	margin: 0 0 10px;
}

@media screen and (max-width: 420px) {
	.tirechquiz div.quiz_pqo-startQuestionaryInfo {
		font-size: 12px;
	}
}

.tirechquiz div.question_description .tirech_frm_quiz {
	background-color: #e4e4e4;
}

.x-raw-content div .tirechquiz:nth-child(2) div.question_description {
	background-color: #e4e4e4;
	padding: 10px;
	margin: 30px 0 0;
}

@media screen and (max-width: 420px) {
	.x-raw-content div .tirechquiz:nth-child(2) div.question_description {
		margin: 20px 0 0;
		padding: 5px;
	}
}

.tirechquiz div.question_description .tirech_frm_quiz > br, .question_description > br {
	display: none;
}

.tirechquiz div.question_description .tirech_frm_quiz table, .tirechquiz div.question_description .tirech_frm_quiz table th, .tirechquiz div.question_description .tirech_frm_quiztable td {
	background-color: transparent;
}

.quiz_pqo-startQuestionary {
    display: block;
    min-height: 100px;
}

.tirechquiz div.quiz_pqo-quizStatus {
   margin: 0;
   font-weight: 700;
   padding: 0 15px 10px;
   color: #f05a22;
}

@media screen and (max-width: 420px) {
	.tirechquiz div.quiz_pqo-quizStatus {
		font-size: 13px;
	}
}

.tirechquiz div.quiz_pqo-quizStatus2 {
    width: 100%;
    display: block;
    border: 0px dashed darkgreen;
    display: none;
	background-color: #e4e4e4;
	margin: 0;
}

input[type="button"].quiz_pqo-btnstartQuestionary {
    display: block;
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .02em;
    background-color: transparent;
    border: 2px solid #f05a22;
    padding: 6px;
    font-size: 12px;
    color: #f05a22;
}

.quiz_pqo-btnanswer {
    display: none;
}

.quiz_pqo-btnprevious {
    display: none;
}

.quiz_pqo-btnnext {
    display: none;
}

.quiz_pqo-btnfim {
    display: none;
}

input[type="button"].quiz_pqo-btnanswer, input[type="button"].quiz_pqo-btnprevious, input[type="button"].quiz_pqo-btnnext, input[type="button"].quiz_pqo-btnfim {
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 11px;
    border: 2px solid #f05a22;
    padding: 7px;
    -o-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
	margin: 10px 3px 0 0;
}

@media screen and (max-width: 420px) {
	input[type="button"].quiz_pqo-btnanswer, input[type="button"].quiz_pqo-btnprevious, input[type="button"].quiz_pqo-btnnext, input[type="button"].quiz_pqo-btnfim {
		font-size: 9px;
	}
}

input[type="button"].quiz_pqo-btnanswer:hover, input[type="button"].quiz_pqo-btnprevious:hover, input[type="button"].quiz_pqo-btnnext:hover {
	background-color: #f05a22;
	color: #fff;
}

input[type="button"].quiz_pqo-btnanswer, input[type="button"].quiz_pqo-btnprevious, input[type="button"].quiz_pqo-btnnext {
	color: #f05a22;
	background-color: transparent;
}

input[type="button"].quiz_pqo-btnfim[disabled="disabled"] {
	color: #b7b7b7;
	border-color: #b7b7b7;
	background-color: transparent;
}

input[type="button"].quiz_pqo-btnfim {
	background-color: #f05a22;
	color: #fff;
}

.quiz_pqo-question-p {
    text-align: justify;
    margin: 0px;
    font-weight: 700;
	color: #f05a22;
}

@media screen and (max-width: 420px) {
	.quiz_pqo-question-p {
		font-size: 13px;
	}
}

.quiz_pqo-multiplechoices-table {

}

.tirechquiz div.quiz_pqo-multiplechoices-dv-respostas-1 {
    margin: 10px 0 0 5px;
}

@media screen and (max-width: 420px) {
	.tirechquiz div.quiz_pqo-multiplechoices-dv-respostas-1 {
		margin: 7px 0 0 5px;
	}
}

table.quiz_pqo-multiplechoices-dv-respostas-table tbody tr td:first-child, table.quiz_pqo-multipleresponseschoices-resp-table tbody tr td:first-child, .tirechquiz div.quizmaster-multiplechoices-2-r1 tr td:first-child, .tirechquiz div.quizmaster-multipleresponseschoices-r tr td:first-child {
	width: 13px;
}

table.quiz_pqo-multipleresponseschoices-table {
	background-color: transparent;
}

.quiz_pqo-multiplechoices-dv-respostas-p, table.quiz_pqo-multipleresponseschoices-resp-table p {
    text-align: justify;
    vertical-align: text-top;
    margin: 0 0 0 10px !important;
	font-size: 14px;
	text-indent: 0 !important;
}

@media screen and (max-width: 420px) {
	.quiz_pqo-multiplechoices-dv-respostas-p, table.quiz_pqo-multipleresponseschoices-resp-table p {
		font-size: 12px;
	}
}

table.table.quiz_pqo-multipleresponseschoices-resp-table th, table.table.quiz_pqo-multipleresponseschoices-resp-table td {
	border-width: 0;
}

.question_description table.quiz_pqo-multipleresponseschoices-resp-table {
	background-color: transparent;
	margin: 10px 0 0 5px;
}

@media screen and (max-width: 420px) {
	.question_description table.quiz_pqo-multipleresponseschoices-resp-table {
		margin: 7px 0 0 5px;
	}
}

.quiz_pqo-multipleresponseschoices-resp-dv {

}

input[type="button"].quizmaster-btnstartQuestionary {
	display: block;
    width: 50%;
    color: #f05a22;
    border: 2px solid #f05a22;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    padding: 5px 0;
    margin: 30px auto 0;
	-o-transition: .2s all linear;
	-ms-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
}

@media screen and (max-width: 420px) {
	input[type="button"].quizmaster-btnstartQuestionary {
		width: 34%;
		font-size: 15px;
		margin: 20px auto 0;
	}
}

input[type="button"].quizmaster-btnstartQuestionary:hover {
	background-color: #f05a22;
	color: #fff;
	-o-transition: .2s all linear;
	-ms-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
}

input[type="button"].quizmaster-btncertificado {
    display: none;
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #f05a22;
    color: #f05a22;
    padding: 8px;
    margin: 15px 5px 0;
}

@media screen and (max-width: 420px) {
	input[type="button"].quizmaster-btncertificado {
		font-size: 12px;
		padding: 6px;
		margin: 8px 5px 0;
	}
}

input[type="button"].quizmaster-btnstartquiz {
    display: none;
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #f05a22;
    color: #f05a22;
    padding: 8px;
    margin: 15px 0 0;
		-o-transition: .2s all linear;
	-ms-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
}

input[type="button"].quizmaster-btncertificado:hover, input[type="button"].quizmaster-btnstartquiz:hover {
	background-color: #f05a22;
	color: #fff;
	-o-transition: .2s all linear;
	-ms-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
}

@media screen and (max-width: 420px) {
	input[type="button"].quizmaster-btnstartquiz {
		font-size: 12px;
		margin: 8px 0 0;
		padding: 6px;
	}
}

.quizmaster-startQuestionary {
    display: block;
    min-height: 100px;
}

.quizmaster-startQuestionary-info {
	font-size: 15px;
	letter-spacing: .02em;
}

@media screen and (max-width: 420px) {
	.quizmaster-startQuestionary-info {
	font-size: 13px;
}
}

.tirechquiz div.quizmaster-startQuestionary-info {
	text-align: justify;
	color: #434346;
}

.tirechquiz div.quizmaster-startQuestionary-info span {
	font-weight: 700;
	color: #f05a22;
}

.tirechquiz div.quizmaster-startQuestionary-info p {
	text-align: center;
    margin: 0 0 5px;
    font-size: 17px;
}

@media screen and (max-width: 420px) {
	.tirechquiz div.quizmaster-startQuestionary-info p {
		font-size: 15px;
	}
}

.tirechquiz div.quizmaster-quizStatus2 {
    width: 100%;
    height: auto;
	margin: 10px 0;
    display: block;
    display: none;
	background-color: #e4e4e4;
	padding: 10px;
}

.quizmaster-quizStatus2 #quizStatus {
	display: inline-block;
    margin: 0 0 20px;
	font-weight: 700;
    color: #f05a22;
}

@media screen and (max-width: 420px) {
	.quizmaster-quizStatus2 #quizStatus {
		font-size: 13px;
	}
}

.quizmaster-quizStatus2 #total_pontos {
    float: left;
    font-weight: 700;
    color: #525252;
    display: none;
	margin: 0 10px 20px 0;
}

.quizmaster-quizStatus2 #Quadro {
    border: 1px solid #e4aa94;
    width: 100%;
    font-weight: 700;
    font-size: 12px;
    background-color: white;
    text-align: center;
	margin: 0;
}

.quizmaster-quizStatus2 #Quadro td div {
	text-align: center;
	cursor: pointer;
}

.quizmaster-quizStatus2 #Quadro td {
	border-right: 1px solid #e4aa94;
	border-left: 1px solid #e4aa94;
	height: 35px;
}

.quizmaster-quizStatus2 #Quadro td > div {
	width: 100% !important;
	padding: 9px 0 0px;
}

input[type="button"].quizmaster-btn {
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 14px;
    background-color: transparent;
    border: 2px solid #f05a22;
    padding: 7px;
    color: #f05a22;
	-o-transition: .2s all linear;
	-ms-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
}

@media screen and (max-width: 420px) {
	input[type="button"].quizmaster-btn {
		font-size: 11px;
		padding: 4px;
		letter-spacing: .01em;
	}
}

input[type="button"].quizmaster-btn:hover {
	background-color: #f05a22;
	color: #fff;
	-o-transition: .2s all linear;
	-ms-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
}

input[type="button"]#btnanswer.quizmaster-btn {
    display: none;
	margin: 0 15px 0 0;
}

@media screen and (max-width: 420px) {
	input[type="button"]#btnanswer.quizmaster-btn {
		margin: 0 6px 0 0;
	}
}

input[type="button"]#btnprevious.quizmaster-btn {
    display: none;
	border-right-width: 0;
' disabled=' disabled
}

input[type="button"]#btnnext.quizmaster-btn {
    display: none;
	margin: 0 15px 0 0;
}

@media screen and (max-width: 420px) {
	input[type="button"]#btnnext.quizmaster-btn {
		margin: 0 6px 0 0;
	}
}

input[type="button"]#btnfim.quizmaster-btn, input[type="button"]#btnanswer.quizmaster-btn {
    display: none;
	background-color: #f05a22;
	color: #fff;
}

input[type="button"]#btnfim.quizmaster-btn[disabled="disabled"] {
	color: #b7b7b7;
	border-color: #b7b7b7;
	background-color: transparent;
}

input[type="button"]#btnResult.quizmaster-btn {
    display: none;
	background-color: #f05a22;
	color: #fff;
}

#labelQuestionNumber.tirech-quizmaster {
    position: absolute;
    width: 30px;
    display: none;
    text-align: center;
    margin: 0;
    right: 10px;
    bottom: 108px;
    background-color: white;
    border: 1px solid #e4aa94;
    font-weight: 700;
}

@media screen and (max-width: 420px) {
	#labelQuestionNumber.tirech-quizmaster {
		width: 20px;
		font-size: 11px;
	}
}

.quizmaster-multiplechoices-0 {
}

.quizmaster-multiplechoices-1 {
}

.quizmaster-multiplechoices-2-r1 {
	
}

.tirechquiz div.quizmaster-multiplechoices-2-r1, .tirechquiz div.quizmaster-multipleresponseschoices-r {
	margin: 0 0 30px;
}

@media screen and (max-width: 420px) {
	.tirechquiz div.quizmaster-multiplechoices-2-r1, .tirechquiz div.quizmaster-multipleresponseschoices-r {
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 420px) {
	.tirechquiz div.quizmaster-multiplechoices-2-r1 td div, .tirechquiz div.quizmaster-multipleresponseschoices-r td div {
		max-width: 280px;
	}
}

.quizmaster-multiplechoices-2-r2, .quizmaster-multipleresponseschoices-r-0 {
    text-align: justify;
    vertical-align: text-top;
    margin: 0px;
	padding: 0 0 0 7px;
    font-size: 14px;
    letter-spacing: .02em;
}

@media screen and (max-width: 420px) {
	.quizmaster-multiplechoices-2-r2, .quizmaster-multipleresponseschoices-r-0 {
		font-size: 12px;
	}
}

.tirechquiz div.quizmaster-multiplechoices-2-r3-feedback {
    display: none;
	font-weight: 700;
    margin: 8px 0 0;
    font-size: 14px;
}

.quizmaster-multiplechoices-2-r3-feedback-p, .quizmaster-multipleresponseschoices-r-1-feedback-p {
    text-align: justify;
    vertical-align: text-top;
    margin: 0px;
	background-color: #edf6f7;
    border-radius: 11px;
    padding: 5px 13px 8px;
}

@media screen and (max-width: 420px) {
	.quizmaster-multiplechoices-2-r3-feedback-p, .quizmaster-multipleresponseschoices-r-1-feedback-p {
		padding: 3px 10px 6px;
		font-size: 11px;
	}
}

.quizmaster-multiplechoices-p, .quizmaster-multipleresponseschoices-p1 {
    text-align: justify;
    margin: 0px;
    font-weight: 700;
	color: #f05a22;
	font-size: 16px;
}

@media screen and (max-width: 420px) {
	.quizmaster-multiplechoices-p, .quizmaster-multipleresponseschoices-p1 {
		font-size: 14px;
	}
}

.quizmaster-multipleresponseschoices-p1 {
	margin-bottom: 30px !important;
}

.question_description table, .tirechquiz div.question_description {
	margin: 0;
}

.quizmaster-multipleresponseschoices-0 {
}

.quizmaster-multipleresponseschoices-1 {
}

.quizmaster-multipleresponseschoices-r {

}

.quizmaster-multipleresponseschoices-r-0 {

}

.tirechquiz div.quizmaster-multipleresponseschoices-r-1-feedback {
    display: none;
	font-weight: 700;
    margin: 8px 0 0;
    font-size: 14px;
}

table div.freefield textarea {
	width: 100%;
    margin: 10px 0 0;
    resize: none;
    height: 150px;
}

@media screen and (max-width: 420px) {
	table div.freefield textarea {
    height: 100px;
}
}

#quiz_atencao {
	margin: 40px 0 0;
	display: none;
	float: none !important;
}

#quiz_atencao span {
	font-size: 16px;
}

#quiz_atencao span span {
	font-weight: 700;
	color: #ce1818;
}

/*.quizmaster-multipleresponseschoices-r-0 {}*/
/*.quizmaster-multipleresponseschoices-r-0 {}*/