.spinner-border{
	display:none;
	position: fixed;
	z-index:1000;
	top: 50%;
	left: 50%;
}

.flashMessage{
	display:none;
	position: fixed;
	z-index:11000;
	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;
}

.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;
}


.proctoringThumbnailHolder{
	width:250px;
	float: left;
    margin: 10px;
    border: 5px solid #4587cc;
	
}

.proctoringThimbnail{
	cursor:pointer;
}


.questionImportHolder p{
	border: 1px solid #ff0000;
	border-style: dotted;
	padding:5px;
}

.p-question{
	background:#f9e7e7;
}

.p-description{
	background:#f5f4f4;
}

.p-answer{
	background:#daf5e6;
}

.p-options{
	background:#dedff9;
}

.p-btn{
	width:30px;height:30px; border:1px solid #666666;
}

.bg-primary {
  background-color: #fff !important;
  background-image:url('../assets/img/bg.jpg') !important;
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}