.nopadding {
	padding: 0 !important;
}
.exam-header {
	text-align: center;
	background-color: #2196F3;
	color: white;
	margin-bottom: 15px;
}
.exam-section {
	border: 1px solid rgba(0, 0, 0, 0.22);
	border-radius: 4px;
	padding: 10px;
	box-shadow: 2px 2px 2px #ddd;
}
.question-section {
	border-bottom: 1px solid rgba(0, 0, 0, 0.35);
	padding: 15px;
}
.previous {
	background-color: #f1f1f1;
	color: black;
}
.previous {
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
}
.previous {
	border: 0 !important;
}
.next {
	background-color: #f1f1f1;
	color: black;
}
.next {
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
}
.next {
	border: 0 !important;
}
.next, .previous {
	background: #2196F3;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
.previous:hover {
	background-color: #E76716;
	color: #fff !important;
	text-decoration: none;
}
.next:hover {
	background-color: #4dcb6d;
	color: #fff !important;
	text-decoration: none;
}
.time {
	color: black;
	font-size: 16px;
	font-weight: 500;
}
.exam-container {
	border: 1px solid #aeaeae;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 15px;
	box-shadow: 2px 2px 4px rgba(119, 119, 119, 0.57);
}
.time-section {
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 10px !important;
	margin-bottom: 20px;
}
.total-questions {
	padding: 10px;
	background-color: #03A9F4;
	font-size: 18px;
	color: white;
	letter-spacing: 2px;
	text-align: center;
}
.total-time {
	padding: 10px;
	background-color: black;
	font-size: 18px;
	color: white;
	letter-spacing: 2px;
	text-align: center;
}
.pagination_exam {
	margin: 0 !important;
}
.pagination_exam > li > a, .pagination_exam > li > span {
	margin: 4px !important;
	background-color: #ddd !important;
	color: rgba(51, 51, 51, 0.84) !important;
	border: 1px solid rgba(0, 0, 0, 0.16) !important;
	width: 35px;
	height: 35px;
	text-align: center;
	font-weight: 700;
	border-radius: 5px;
}
.pagination_exam > li > a, .pagination_exam > li > span {
	position: relative;
	float: left;
	padding: 6px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination_exam > li > a:focus, .pagination_exam > li > a:hover, .pagination_exam > li > span:focus, .pagination_exam > li > span:hover {
	z-index: 2;
	color: #ffffff !important;
	background-color: #4dcb6d !important;
	border-color: #4dcb6d;
}
.answer_exam {
	font-weight: 700;
}
.pagination_exam>li {
    display: inline;
}
.active_exam {
	background-color: #4dcb6d;
	color: #fff;
	border: 1px solid #4dcb6d;
	font-weight: 700;
}
#countdown {
	color: red;
}
.answered {
	width: 20px;
	height: 20px;
	border: 1px solid #4dcb6d;
	background-color: #4dcb6d;
	border-radius: 3px
}
.notanswered {
	width: 20px;
	height: 20px;
	border: 1px solid #a94442;
	background-color: #a94442;
	border-radius: 3px;
}
.marked {
	width: 20px;
	height: 20px;
	border: 1px solid #FF5722;
	background-color: #FF5722;
	border-radius: 3px;
}
.notvisited {
	width: 20px;
	height: 20px;
	border: 1px solid #dddddd;
	background-color: #dddddd;
	border-radius: 3px;
}	

.fz-size{
	font-size: 14px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}