.container {
	padding: 5px;
}
.navbar-brand {
	padding: 8px 15px 0 15px;
}
img {

	border: 0px;
}
#ajax-load,
.dataTables_processing{
	width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("../images/ajax-loader.gif") no-repeat center center rgba(0,0,0,0.25);
    background-size: 24px; auto; 
    top : 0;
    left: 0;
}
#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("../images/loader.gif") no-repeat center center rgba(0,0,0,0.25);
    background-size: 91px; auto; 
}
#quiz_form
{
	height: 400px;
}
.question_container {
	/*padding: 4px;*/
	/*height: 35%;*/
	overflow-y: scroll;
	height: 62%;
}
.option_container {
	/*padding: 4px;*/
	/*height: 35%;*/
	overflow-y: scroll;
	height: 35%;
}
.op {
	/*padding: 4px;
	
	float : left;
	width: 50%;*/
	margin-bottom: 10px;
}

.question_div {
	display: none;
	/*border-top: 1px solid #dddddd;*/
}

.footer_buttons {

	position: fixed;
	bottom: 0px;
	background: #ffffff;
	width: 100%;
	height: 50px;
	padding: 4px;
	border-top: 1px solid #dddddd;
}

.qbtn {
	cursor: pointer;
	width: 40px;
	height: 30px;
	border-radius: 5px;
	background-color: #212121;
	color: #ffffff;
	float: left;
	font-size: 15px;
	padding: 2px;
	text-align: center;
	margin: 5px;
}

.save_answer_signal {

	float: right;
	width: 6px;
	height: 6px;
	border-radius: 2px;
	background-color: #666666;
	margin: 2px;
}

#photograph {

	width: 150px;
	height: 150px;
}


