.spinner-border {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
}

.flashMessage {
	display: none;
	position: none;
	z-index: 1000;
	top: 0%;
	left: 0%;
	text-align: center;
	width: 100%;
	border-radius: 0px;
}

.paymentMessage {
	display: none;
	position: none;
	z-index: 1000;
	top: 0%;
	left: 0%;
	width: 100%;
	background-color: #f19898;
	border-radius: 0px;
}

.paymentMsg {
	color: white;
	margin: 5px;
}

@media only screen and (max-width: 600px) {
	.paymentMessage {
		display: none;
		position: none;
		z-index: 1000;
		top: 0%;
		left: 0%;
		width: 100%;
		border-radius: 0px;
		margin: 0px;
		background-color: #ffacac;
	}
}

.flashLineMessage {
	display: none;
	position: none;
	top: 0%;
	left: 0%;
	text-align: center;
	width: 100%;
	border-radius: 0px;
}

.admin-only {}

.hidden-content {

	display: none;

}


.form-validations {
	color: #ff0000;
	font-size: 11px;
}


.form-group {
	margin-top: 5px;
}


.footer-start-bar {
	position: fixed;
	width: 100%;
	bottom: 0px;
	background: #e3e0e0;
	padding: 10px;
	margin-left: -25px;
}

.preview-image {
	height: 150px;
	width: 150px;
	display: none;
}

.question_image {
	text-align: center;
}

.timechip {
	background: #3c6480;
	color: #ffffff;
	padding: 2px;
	border-radius: 5px;
}


.result-question-container {
	padding: 10px;
	border: 1px solid #dddddd;
}

.result-question {
	margin-bottom: 10px;
}

.result-description {
	margin-bottom: 10px;
}

.result-option,
.result-description,
.result-correct-answer,
.result-your-answer {
	background: #f7f6f6;
	padding: 10px;
	border: 1px solid #dddddd;
}

.status_icon_correct {
	color: #3cb55c;
}

.status_icon_incorrect {
	color: #dc741b;
}

.status_icon_empty {
	color: #3b827f;
}

.result-ind_time {
	float: right;
	color: #666666;
	font-size: 12px;
}

.result-table {
	padding: 10px;
}

.result-row-odd {
	background: #f3f3f3;
}


.result-sublabel {
	color: #666666;
	font-size: 11px;
}