/* CSS FOR DEMO ONLY */
.tb-main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 52px;
	padding:7px; 16px;
	background: #fff;
	z-index: 41;
	opacity: 1;
	-webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
	-o-transition: all .3s cubic-bezier(.165,.84,.44,1);
	transition: all .3s cubic-bezier(.165,.84,.44,1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	
}

.actual-exam-ui .u-mob-sidebar {
	position: absolute;
	left: 0;
	right: 0;
	top: 52px;
	bottom: 0;
	background-color: #fff;
	overflow-x: hidden;
}
.actual-exam-ui .tp-left-box {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin-right: 300px;
	z-index: 1;
}
.actual-exam-ui .tp-right-box {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 300px;
	border-left: 1px solid #ddd;
	background: #fff;
	z-index: 2;
}
.actual-exam-ui .toggle-sidebar-btn {
	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;
	background: blue;
}
.actual-exam-ui .marks-action {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 16px;
	background: #d9edf7;
	-webkit-box-shadow: 0 -1px 2px #9ecee5;
	box-shadow: 0 -1px 2px #9ecee5;
}
.actual-exam-ui .main-btn-box {
	position: relative;
	float: left;
	width: 100%;
	padding-left: 0;
	list-style: none;
	margin: 0 0 8px;
}
.actual-exam-ui .questions-number-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 140px;
	bottom: 92px;
}
.actual-exam-ui .qnh-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
}

.actual-exam-ui .tp-right-box {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 300px;
	border-left: 1px solid #ddd;
	background: #fff;
	z-index: 2;
}
.actual-exam-ui .sidebar-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d9edf7;
}
.actual-exam-ui .marks-action {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 16px;
	background: #d9edf7;
	-webkit-box-shadow: 0 -1px 2px #9ecee5;
	box-shadow: 0 -1px 2px #9ecee5;
}
.actual-exam-ui .btn {
	margin: 0;
}
.actual-exam-ui .btn-block {
	display: block;
	width: 100%;
	text-align: center;
}
.actual-exam-ui .test-sections-list {
	position: relative;
	height: 40px;
	padding: 5px 16px 0;
	background-color: #f9f9f9;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.actual-exam-ui .mob-question-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	bottom: 0;
}

.actual-exam-ui .test-qpip-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.actual-exam-ui .test-qpip-holder > div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.actual-exam-ui .qpip-inner .body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50px;
	overflow-y: auto;
}
.actual-exam-ui .qpip-inner .footer {
	position: absolute; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	height: 50px; 
	padding: 8px 16px 0;
	background: #f5f5f5;
	-webkit-box-shadow: 0 -1px 2px rgba(0,0,0,.2);
	box-shadow: 0 -1px 2px rgba(0,0,0,.2);
	z-index: 9;
}

.actual-exam-ui .test-sections-list .sl-title {
    font-size: 15px;
    display: inline-block;
    /*margin: 10px 0 0;*/
    text-transform: uppercase;
    padding: 5px;
    font-weight: 500;
    border-right: 1px solid #ddd;
}

.nav-link {
    display: block;
    padding: .2rem 1rem !important;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.actual-exam-ui .student-details {
    position: relative;
    float: left;
    width: 100%;
    padding:5px 16px;
    border-bottom: 1px solid #ddd;
}

.actual-exam-ui .main-btn-box li {
    padding: 5px;
}

.actual-exam-ui .q-possible-states {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 15px 8px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.actual-exam-ui div[class^="col-"] {
    float: left;
}
.pad-r0 {
    padding-right: 0 !important;
}

.actual-exam-ui .u-legend-indicator {
    height: 20px;
	margin: 5px 4px 4px;
	padding: 3px 0 0;
    background-color: #f9f9f9;
    border: 1px solid #000;
        border-top-color: rgb(0, 0, 0);
        border-right-color: rgb(0, 0, 0);
        border-bottom-color: rgb(0, 0, 0);
        border-left-color: rgb(0, 0, 0);
    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;
}
.actual-exam-ui .attempted {
    border-radius: 20px 20px 0 0 !important;
    background-color: #27ae60 !important;
    color: #fff !important;
    border-color: #27ae60 !important;
}

.actual-exam-ui .q-possible-states .qps-state {
    font-size: 80%;
    vertical-align: -1px;
}

.actual-exam-ui .q-possible-states .qps-state {
    font-size: 80%;
}
.actual-exam-ui .q-possible-states {
    white-space: nowrap;
}

.actual-exam-ui .q-possible-states .qps-state span:last-child {
    display: none;
}

.actual-exam-ui .bookmarked {
    background-color: #9b59b6 !important;
    border-radius: 24px !important;
    border-color: #9b59b6 !important;
    color: #fff !important;
    position: relative;
}

.actual-exam-ui .q-possible-states div .attempted.bookmarked::after {
    margin-top: 0;
    margin-left: 1px;
}
.actual-exam-ui .attempted.bookmarked::after {
    content: '';
    position: absolute;
    border-color: #27ae60;
    border-style: solid;
    border-width: 0 .3em .3em 0;
    height: 1em;
    top: -.375em;
    right: 0;
    transform: rotate(45deg);
    width: .5em;
}

.actual-exam-ui .u-legend-indicator.skipped {
    background-color: #c0392b !important;
    color: #fff !important;
}

.actual-exam-ui .skipped {
    border-radius: 0 0 20px 20px !important;
    background-color: #c0392b !important;
    border-color: #c0392b !important;
    color: #fff !important;
}

.pad-r0 {
    padding-right: 0 !important;
}

.actual-exam-ui .qnh-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
	max-height:340px;
}

.actual-exam-ui .mob-sidebar-section + .questionList {
    top: 29px;
}
.actual-exam-ui .questionList {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 10px;
    overflow: auto;
}

.actual-exam-ui .questionList > li.current-question, .js-ssc-exam-ui.actual-exam-ui .questionList > li.current-question {
    border-radius: 50px !important;
}
.actual-exam-ui .questionList > li {
    position: relative;
    border: 1px solid #000;
    font-size: 16px;
    color: #000;
    background-color: #f9f9f9;
    margin: 7px;
    float: left;
    cursor: pointer;
    width: 38px;
    padding: 4px 0;
}
.actual-exam-ui .label {
    display: inline;
    padding: .1em .3em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1px;
}

.actual-exam-ui .mob-sidebar-section {
    display: block;
    padding: 5px 10px 4px;
    background: #b4dbed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.actual-exam-ui .mob-sidebar-section span {
    font-weight: 700;
    text-transform: uppercase;
}

.bd-callout-info {
    border-left-color: #5bc0de !important;
}
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
        border-left-color: rgb(233, 236, 239);
        border-left-width: 1px;
    border-left-width: .25rem;
    border-radius: .25rem;
}
