.modal-content{
	border-radius: 0px !important;
}
.modal-header{
	background-color: cornsilk;
}
body {
	padding-top: 50px;
}

.exam-page-header {
	background-color: #17baef;
	border-color: #e7e7e7;
	top: 0;
	border-width: 0 0 1px;
	padding: 7px 16px;
    color: white;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 800;
	min-height: 50px;
	border: 1px solid transparent;
}

.exam-section {
	top: 50px;
	left: 0;
	right: 0;
	height: 50px;
	background-color: #f9f9f9;
	padding: 3px 0px;
	z-index: 800;
}

.question-info-header {
	left : 0;
	right : 0;
	height: 40px;
	position: relative;
	z-index: 800;
	padding : 10px 0px;
	border-bottom: 1px solid #eee;
}

.question-container-row {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 100px;
	margin-left: 16px;
	margin-right: 16px;
}

.question-container-column {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.question-main-div {
	overflow-y: auto;
	top: 40px;
	bottom: 50px;
	left: 0;
	right: 0;
	position: absolute;
}

.instruction-div {
	padding: 16px;
	overflow-y: auto;
	border-bottom: 1px solid #ddd;
	/* bottom: 50px; */
}

.question-answer-div {
	padding: 16px 16px 48px;
	overflow-y: auto;
	/* bottom: 50px; */
}

@media ( min-width :768px) {
	.instruction-div {
		top: 0;
		left: 0;
		position: absolute;
		bottom: 0;
	}
	.question-answer-div {
		top: 0;
		right: 0;
		position: absolute;
		bottom: 0;
	}
}

.exam-page-footer {
	background-color: #eaecec;
	border-color: #e7e7e7;
	bottom: 0;
	border-width: 0 0 1px;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 2030;
	min-height: 50px;
	border: 1px solid transparent;
	padding: 8px 19px 0;
}

.sidebar-row {
	position: absolute;
	right: 0;
	top: 50px;
	bottom: 0;
	width: 300px;
	border-left: 1px solid #ddd;
	background: #c0c0c0;
	z-index: 2000;
}

.sidebar-button{
	position: absolute;
    width: 16px;
    height: 50px;
    background: #333;
    top: 0;
    bottom: 0;
    border: none;
    outline: 0;
    border-radius: 2px 0 0 2px;
    margin: auto 0;
    left: -17px;
    color: #fff;
    padding: 0;
    font-size: 80%;
    display: block;
}

.sidebar-content-row{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d9edf7;
}

.student-detail{
	position: relative;
    float: left;
    height : 50px;
    width: 100%;
    padding: 15px 2px;
    border-bottom: 1px solid #ddd;
}

.possible-state{
	position: relative;
    float: left;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    height : 40px;
}

.question-number-holder{
	top: 90px;
    bottom: 50px;
	position: absolute;
    left: 0;
    right: 0;
}

.marks-action{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height : 50px;
    padding: 8px 0px 7px;
    background: #d9edf7;
    -webkit-box-shadow: 0 -1px 2px #9ecee5;
    box-shadow: 0 -1px 2px #9ecee5;
}

.side-section{
	display: block;
    padding: 5px 10px 4px;
    background: #b4dbed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.side-section span {
    font-weight: 700;
    text-transform: uppercase;
    display: inline;
    vertical-align: initial;
}

.questionList {
    position: absolute;
    left: 0;
    right: 0;
    top: 29px;
    bottom: 0;
    margin: 0;
    padding: 8px;
    overflow: auto;
}

.questionList > li {
    border: 1px solid #000;
    font-size: 16px;
    color: #000;
    background-color: #f9f9f9;
    margin: 7px;
    float: left;
    cursor: pointer;
    width: 40px;
    padding: 4px 0;
}

.actual-exam-ui .label {
    display: inline;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.current-question {
    border-radius: 50px!important;
}

.wrong-answer {
    border-radius: 0 0 20px 20px!important;
    background-color: #c0392b!important;
    border-color: #c0392b!important;
    color: #FFF!important;
}

.unattempted-que {
	border: 1px solid #000;
	color: #000;
	background-color: #f9f9f9;
	border-color: transparent !important;
	background-color: #fff !important;
	color: #000 !important
}


.correct-answer {
	border-color: #00FF03 !important;
	background-color: #00FF03 !important;
	color: #000 !important
}

.closed {
    width: 0;
}

.question-container-collaspe{
	right : 300px;
}

.u-legend-indicator {
    height: 18px;
    margin: 2px 0 4px;
    padding: 4px 0 0;
    background-color: #f9f9f9;
    border: 1px solid #000;
    color: #000;
    width: 20px;
    display: inline-block;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1px;
}

.qps-state {
    font-size: 80%;
    vertical-align: -1px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #727475;
}