.box-quiz label a {
	color: #EB1C2B;
}

.box-quiz label a:hover {
	color: #B91622;
}

.box-quiz .custom-checkbox input:checked~.checkmark {
	background-color: #B91622;
	border: 2px solid #fff;
	outline: 1px solid #dbdbdb;
}

.box-quiz .custom-radio input:checked~.checkmark {
	background-color: #B91622;
	border: 2px solid #fff;
	outline: 1px solid #dbdbdb;
}

.box-quiz .custom-radio.true {
	color: #EB1C2B;
	font-weight: bold;
}

.box-quiz .custom-radio.true input:checked~.checkmark {
	background-color: #EB1C2B;
	border: 2px solid #fff;
	outline: 1px solid #dbdbdb;
}

.box-quiz .box-quiz-submit input[type="submit"] {
	height: 40px;
	line-height: 38px;
	background-color: #EB1C2B;
	color: #fff;
	border: 0;
	padding: 0 15px;
	font-size: 16px;
	border-radius: 0;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.box-quiz form .box-quiz-submit input.disabled {
	pointer-events: none;
	opacity: 0.5;
	background: #4b4b4b;
	color: #afafaf !important;
}

.box-quiz .box-quiz-submit input[type="submit"]:hover {
	background-color: #B91622;
}

.box-quiz .box-quiz-result-list-content .box-result-indicator {
	height: 8px;
	background-color: #3e3e3e;
	margin-bottom: 13px;
}

.box-quiz .box-quiz-result-list-content .box-result-indicator div {
	height: 8px;
	background-color: #EB1C2B;
}

.box-quiz .box-quiz-result .box-quiz-result-list .box-quiz-result-list-content {
	border-bottom: 1px solid #4b4b4b;
}

.box-quiz-new {
	background-color: #3C3C3C;
}

.box-quiz-new hr {
	background-color: #4b4b4b;
}

.box-quiz-new .box-quiz-new-title {
	font-size: 20px !important;
	line-height: 24px !important;
	padding: 20px !important;
	background-color: #3C3C3C;
	margin-bottom: 20px !important;
	text-transform: uppercase;
	text-align: center;
}

.box-quiz-new .box-quiz-new-paging {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 0;
}

.box-quiz-new .box-quiz-new-question {
	padding: 0 20px;
	font-size: 18px;
	text-align: center;
	line-height: 21px;
	font-weight: bold;
	margin-bottom: 23px;
}

.box-quiz-new .box-quiz-new-answers .box-quiz-new-answer input[type="radio"]+label,
.box-quiz-new .box-quiz-new-answers .box-quiz-new-answer input[type="checkbox"]+label {
	color: #fff;
	background-color: #4b4b4b;
}

.box-quiz-new .box-quiz-new-answers .box-quiz-new-answer input[type="radio"]+label:before,
.box-quiz-new .box-quiz-new-answers .box-quiz-new-answer input[type="checkbox"]+label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #4b4b4b;
	border: 1px solid #777777;
	vertical-align: top;
}

.box-quiz-new .box-quiz-new-answers .box-quiz-new-answer input[type="radio"]:hover+label,
.box-quiz-new .box-quiz-new-answers .box-quiz-new-answer input[type="checkbox"]:hover+label {
	background-color: #191919;
}

.box-quiz-new .box-quiz-new-answers .box-quiz-new-answer input[type="radio"]:checked+label,
.box-quiz-new .box-quiz-new-answers .box-quiz-new-answer input[type="checkbox"]:checked+label {
	background-color: #191919;
}

.box-quiz-new .box-quiz-new-answers .box-quiz-new-answer.correct-answer label {
	background-color: #72B626 !important;
	color: #fff !important;
}

.box-quiz-new .box-quiz-new-bottom .box-quiz-new-prev {
	font-size: 16px;
	line-height: 18px;
	color: #fff !important;
	text-decoration: none;
	padding: 12px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #2b2b2b;
	-moz-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}

.box-quiz-new .box-quiz-new-bottom a.box-quiz-new-next {
	background-color: #EB1C2B;
}

.box-quiz-new .box-quiz-new-bottom a.disabled {
	pointer-events: none;
	background-color: #4b4b4b;
	color: #afafaf !important;
}

.box-quiz-new .box-quiz-new-result-graph {
	background-color: #4b4b4b;
}

.box-quiz-new .box-quiz-new-result-graph .box-quiz-new-result-graph-indicator {
	background-color: #72B626;
	height: 10px;
}

.box-quiz-new .box-quiz-new-result-bottom .box-quiz-new-result-buttons .repeat-btn {
	font-size: 16px;
	text-decoration: none;
	vertical-align: top;
	padding: 9px 12px 8px 12px;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff !important;
	display: inline-block;
	background-color: #2b2b2b;
	margin-right: 2px;
	-moz-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}

.box-quiz-new .box-quiz-new-result-bottom .box-quiz-new-result-buttons .next-quiz-btn {
	font-size: 16px;
	display: inline-block;
	padding: 9px 12px 8px 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	color: #fff !important;
	background-color: #EB1C2B;
	-moz-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}

.box-quiz-new .box-quiz-new-result-bottom .box-quiz-new-result-buttons .next-quiz-btn:hover {
	background-color: #B91622;
}

@media (max-width: 767px) {
	.box-quiz-new .box-quiz-new-title {
		font-size: 18px !important;
		line-height: 22px !important;
		padding: 15px 10px !important;
		margin-bottom: 10px !important;
	}

	.box-quiz-new .box-quiz-new-paging {
		font-size: 14px;
		line-height: 21px;
		padding-top: 0;
	}

	.box-quiz-new .box-quiz-new-question {
		margin-bottom: 16px;
		padding: 0 10px;
	}

}

@media (max-width: 479px) {
	.box-quiz-new .box-quiz-new-result-buttons {
		width: 160px;
		margin: 0 auto;
	}

	.box-quiz-new .box-quiz-new-result-buttons .repeat-btn {
		width: 108px;
		margin-right: 0;
		margin-bottom: 2px;
	}

}

/* v-cloak */
.box-quiz-new[v-cloak],
.box-quiz.loading>* {
	display: none;
}

.box-inquiry .box-inquiry-header .box-inquiry-header-left button:hover {
	color: #EB1C2B;
}

.box-inquiry .box-inquiry-indicator div {
	height: 8px;
	background-color: #EB1C2B;
}

.box-inquiry.vote .box-inquiry-header button {
	font-size: 17px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #1f1f1f;
	color: #fff;
	cursor: pointer;
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

.box-inquiry.vote .box-inquiry-header button:hover {
	color: #EB1C2B;
}

.box-inquiry.vote .box-inquiry-indicator {
	background-color: #eb1c2b;
	margin: 0 0 1px 0;
}

.box-inquiry.vote .box-inquiry-indicator div {
	background-color: #72B626;
}

.box-rating .box-rating-stars .rating-star:hover {
	color: #eb1c2b;
}

.box-rating .box-rating-stars .rating-star.selected {
	color: #eb1c2b;
}

.box-rating .box-rating-numbers .rating-number:hover {
	border: 1px solid #eb1c2b;
}

.box-rating .box-rating-numbers .rating-number.selected {
	border: 1px solid #eb1c2b;
	background: #eb1c2b;
}

.box-rating .box-rating-stars.voted .rating-star.selected:hover {
	color: #72B626;
}

.box-rating .box-rating-score span {
	background: #4b4b4b;
}

.box-rating .box-rating-score span::before {
	border-bottom: 6px solid #4b4b4b;
}