
body {
    -webkit-user-select: none;
       -moz-user-select: -moz-none;
        -ms-user-select: none;
            user-select: none;
}
.ipanel {
    margin: auto;
    padding: 0;
}
.ipanel .ipanel-header {
    /* background-color: #3e94e9; */
    background-image: linear-gradient(to right, #27aeba, #3390de 92%);
    padding: 5px;
    position: fixed;
    height: 7.3vh;
    top: 0;
    width: 100%;
    z-index: 1;
}
.ipanel .ipanel-header .image {
    width: 180px;
    height: 2.9vw;
}

.ipanel .ipanel-header .title {
    margin-bottom: 0px;
    font-weight: bold;
    color: ghostwhite;
    text-align: center;
    font-size: 2rem;
}

.ipanel-body .ipanel-sub-heading{
    background: #ff3734;
}
.ipanel-sub-heading .title{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 5px 15px;
}
.ipanel-body{
    width: 100%;
    /*margin-top: 50px;*/
}
.ipanel .ipanel-footer {
    background: #411d58;
    width: 100%;
    height: 3.7vh;
    padding: 3px;
    position: fixed;
    bottom: 0;
}
.alignC {
    text-align: center;
}
.test-container{
    height: 84vh;
}

.test-btn{
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: 400;
    height: 39px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
}
.test-btn-default{
    background-color: #fff;
	color: #252525;
}
.test-btn-default:hover{
    background-color: #0c7cd5;
    border-color: #0a68b4;
    color: #ffffff;
}
.test-btn-primary{
    background-color: #0c7cd5;
	color: #ffffff;
    cursor: pointer;
}
.test-btn-primary:hover{
    border-color: #0c7cd5;
}
.ins-btn{
    padding: 10px 25px;
    background: white;
    font-weight: bold;
    border: 1px solid darkgrey; 
    border-radius: 3px;
    margin-left: 12px;
}
.ins-btn:hover{
    background: #0c7cd5;
    color: white;
}
.ins-container{
    /*border-right: 1px solid;*/
    padding-right: 0px;
    /* width: 79%;
    float: left; */
}
.ins-container-2{
    height: 89vh; 
    float:right;
    width: 21%;
    background: linear-gradient(rgb(295, 287, 253) 60%, rgb(202, 193, 197) 100%);
}
.ins-container-2 .name{
    text-align: center; font-size: 20px; font-weight: bold;
}
.ins-heading{
    text-align: center;
    font-family: arial,helvetica,sans-serif;
    color:#001A50; 
    font-size: 28px;
}
.test-header{
    background: #363636;
    height: 4vh;
    line-height: 2.2em;
    padding: 0;
}
.test-header .exam-name{
    float: left;
    color: #f7f64e;
    font-size: 1em;
    padding-left: 10px;
    font-family: Arial,Helvetica,sans-serif;
    width: auto;
}
.test-header .test-instruction{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.help-instruction{
    float: right;
    margin-right: 13px;
}
.test-sub-header{
    float: left;
    width: 82%;
}
.test-sub-header .test-title{
    background: #eeeeee;
    padding-left: 6px;
    height: 6.6vh;
}
.test-sub-header .section-panel{
    border-bottom: 1px solid #c3c3c1;
    height: 4.5vh;
    padding-left: 13px;
    line-height: 28px;
}
.section-panel .section-content{
    color: #3e637e;
    float: left;
    font-size: 1em;
}
.test-sub-header .section-selection{
    padding-left: 6px;
    height: 5.2vh;
}
.section-selection .section-name{
    border-right: 1px solid #c3c3c1;
    font-size: 1em;
    font-weight: bold;
    color: #36ace9;
    padding: 7px 10px 8px 10px;
    cursor: pointer;
    display: inline-block;
}
.section-details{
    display: none;
    width: 240px;
    border: 1px solid #c3c3c1;
    background: #e5f6fc;
    z-index: 100;
    margin-top: 2%;
    position: absolute;
}
.instruction_icon:hover .section-details{
    display: block;
}
.section-details .title{
    border-bottom: 1px solid #c3c3c1;
    font-size: 1.083em;
    font-weight: bold;
    height: 30px;
    /* line-height: 30px;
    padding-left: 3px; */
 }
 .section-details .ins-text{
     font-size: 12px;
     color: #333;
 }
/* .section-details:hover{
    display: block;
} */
.section-selection .section-selected{
    background: #4e85c5;
    color: #fff;
}
.test-profile{
    border-left: 1px solid #c3c3c1;
    padding: 5px 5px;
    display: flex;
    flex-flow: row;
}
.test-profile .userimage{
    border: 1px solid #c3c3c1;
    border-radius: 1px;
    height: 14.5vh;
    width: 7vw;
}
.test-profile .username{
    color: #2c363f;
    font-size: larger;
    font-weight: bold;
    padding: 10px;
    vertical-align: top;
}
.title-container{
    height: 8vh;
    line-height: 38px;
    /*border-top: 1px solid #c3c3c1; */
    border: 1px solid #c3c3c1;
}
.title-container .title{  
      float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 0 12px;
    /*padding-left: 12px;*/
}
.title-container .time-left{
    float: right;
    color: #333;
    font-size: 16px;
    /* margin-right: 5px; */
    padding: 5px 12px 0 0px
}
.type-container{
    height: 4vh;
    line-height: 29px;
    /*border-top: 1px solid #c3c3c1;*/

}
.type-container .type-content{
    color: #f07f5f;
    float: left;
    font-size: 1em;
    font-weight: bold;
    /*padding-left: 12px;*/
}

.type-container .marking-content{
    float: right;
    color: #333;
    font-size: 12px;
    margin-right: 5px;
}
.question-sidebar{
    width: 18%;
    height: 60.3vh;
    float: right;
    border: 2px solid black;
}
.question-sidebar .instruction{
    margin-left: 9px;
    margin-bottom: 10px;
    height: 19vh;
}
.instruction, .ins-text{
    font-size: 12px;
}
.ins-action .header{
    background: #4e85c5 none repeat scroll 0 0;
    color: #fff;
    height: 31px;
    font-weight: bold;
    line-height: 31px;
    padding-left: 10px;
    font-size: 1.2em;
}
.ins-action .subheader{
    background: #e5f6fd;
    font-size: 12px;
    font-weight: bold;
    height: 3.4vh;
    line-height: 26px;
    padding-left: 10px;
}
.choose-question{
    background: #e5f6fd;
    width: 100%;
    height: 31vh;
    overflow-y: overlay;
}

.question-container{
    float: left;
    width: 82vw; 
}
.question-container img{
    max-width:100%;  
}
.expand-container{
    width: 100vw !important;  
}
.submit-ex{
    margin-top: 60.8vh !important;
}
.box{
     float: left;
    width: 81%;
}
.q-content{
    width: 100%;
    height: 65vh;
    border: 1px solid #c3c3c1;
    overflow-y: auto;
}
.q-content-both{
    float: left;
    width: 100%;
    height: 55.7vh;
    border: 1px solid #c3c3c1;
    overflow-y: auto;
    display: flex;
    flex-wrap: nowrap;
}
.q-detail {
    padding: 10px 20px;
}
.q-content-both .langBox{
    width: 50%;
}
.q-sequence{
    border-bottom: 1px solid #dbdbdb;
    font-weight: bold;
    padding: 8px 12px;
    font-size: 16px;
    text-align: left;
    /*height: 4.5vh;*/
}
.q-detail p{
    margin: 18px;
    font-size: 20px;
}
.q-passage{
    margin: 10px;
    font-family: sans-serif;
}
.option-content{
    padding-left: 34px;
}
.option-content li, .option-content td{
    /* line-height: 1.5; */
    font-size: 14px;
}
.option-content >li >span{
    margin : 0px 12px;
}
.option-content td{
    line-height: 2;
    font-size: 17px;
    width: 1%;
    padding-left: 2%;
}

.choose-option{
    margin-top: 10px;
    margin-left: 140px;
    margin-bottom: 50px;
    width: 40%;
    box-shadow: 0px 1px 14px 1px #0000007d;
}
.choose-option td{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.response-container {
    /* border: 1px solid #c3c3c1; */
    /* margin-top: 5px; */
    padding: 22px 0px;
    /* height: 8vh; */
    margin-bottom: 35px;
}
.submit-container{
    background: #e5f6fd none repeat scroll 0 0;
    padding: 6px 5px;
    float: right;
    margin-top: 3px;
    width: 18%;
    height: 7.5vh;
}
.instruction_area span.answered {
    background: url("../images/questions-sprite.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 42px;
   /*  margin: 3px; */
    text-align: center;
    width: 34px;
    background-position: -5px -48px;
}
.instruction_area span.review {
    background: url("../images/questions-sprite.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 42px;
     margin: 3px; 
    text-align: center;
    width: 34px;
    background-position: -72px -48px;
}
 .instruction_area span.review_answered {
	background: url("../images/questions-sprite.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 42px;
    margin: 3px;
    text-align: center;
    width: 34px;
    background-position: -169px -47px;
} 
.instruction_area span.review_answered {
	background: url("../images/questions-sprite.png") no-repeat scroll 0 0 transparent ;
    color: #FFFFFF ;
    cursor: pointer;
    float: left ;
    font-weight: bold ;
    height: 38px ;
    margin: 3px !important;
    text-align: center ;
    width: 34px ;
    line-height: 42px;
	background-position: -6px -81px;
}
.instruction_area span.review_marked {
	background: url("../images/questions-sprite.png") no-repeat scroll 0 0 transparent ;
    color: #FFFFFF ;
    cursor: pointer ;
    float: left ;
    font-weight: bold ;
    height: 38px ;
    margin: 3px !important;
    text-align: center ;
    width: 34px ;
    line-height: 42px;
	background-position: -169px -49px;
}
.instruction_area span.not_answered {
	background: url("../images/questions-sprite.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 42px;
    margin: 3px;
    text-align: center;
    width: 34px;
    background-position: -39px -48px;
}
.instruction_area span.not_visited {
	background: url("../images/questions-sprite.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 42px;
 	 margin: 3px;
    text-align: center;
    width: 34px;
    background-position: -105px -49px;
    color: #474747;
}

.instruction_icon {
	background: url('../images/icons.png') no-repeat -140px -7px;
	width: 18px;
	height: 18px;
	 margin-right: 7px;
    margin-top: 5px;
	float:left;
}

.questionpaper_icon {
	background: url('../images/icons.png') no-repeat -188px -8px;
	width: 18px;
	height: 18px;
	 margin-right: 7px;
    margin-top: 5px;
	float:left;
}

.help_icon {
	background: url('../images/icons.png') no-repeat -166px -7px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
    margin-top: 5px;
	float:left;
}
.calculater_icon{
    background: url('../images/icons.png') no-repeat -148px -62px;
	width: 17px;
	height: 23px;
	display: inline-block;
}
.collapse_icon{
    background: url('../images/icons.png') no-repeat -5px -63px;
	width: 17px;
	height: 48px;
	cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 56%;
    right: 18%;
}
.expand_icon{
    background: url('../images/icons.png')  no-repeat -30px -63px;
	width: 17px;
	height: 48px;
	cursor: pointer;
    display: none;
    right: 0;
    position: absolute;
	top: 56%;
    z-index: 100;
}
.expand{
    display : inline !important;
}
/*.collapse{
    display : none !important;
}*/
.icon-container{
	padding: 8px 12px;
	cursor:pointer;
}
.icon-container:hover{
    background:#e4e4e2;
}

.title-arrow-left-disabled , .section-arrow-left-disabled
{
	border-bottom: 7px solid transparent;
    border-right: 7px solid #bdc6cf;
    border-top: 7px solid transparent;
    float: left;
    height: 0;
    margin-right: 11px;
    margin-top: 13px;
    width: 0;
		pointer-events:none;
	cursor:default;
}
.title-arrow-left , .section-arrow-left{
    border-bottom: 7px solid transparent;
    border-right: 7px solid #4a6988;
    border-top: 7px solid transparent;
    float: left;
    height: 0;
    margin-right: 11px;
    margin-top: 13px;
    width: 0;
	cursor:pointer;
}
.title-arrow-right-disabled , .section-arrow-right-disabled
{
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 
	border-left:7px solid #bdc6cf; 
	 float: left;
	   margin-right: 11px;
    margin-top: 13px;
	pointer-events:none;
	cursor:default;
}
.title-arrow-right , .section-arrow-right
{
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 
	border-left:7px solid #4a6988; 
	 float: left;
	   margin-right: 11px;
    margin-top: 13px;
	cursor:pointer;
}
.question_area {
	overflow: auto;
	font: 0.917em Arial, Helvetica, sans-serif;
	padding: 5px;
}
.question_area span {
	background: url("../images/questions-sprite.png") no-repeat;
	color: #fff;
    cursor: pointer;
    float: left;
    font-size: 1.417em;
    font-weight: normal;
    height: 43px;
    line-height: 42px;
    margin-bottom: 10px;
    margin-right: 2px;
    text-align: center;
    width: 50px;
}
.question_area span.answered {
	 background-position: -4px -5px;
}
.question_area span.review {
	  background-position: -108px -1px;
    height: 50px;
    line-height: 50px;
	margin-bottom: 3px;
}
.question_area span.review_answered {
	background-position: -66px -178px;
    height: 53px;
    line-height: 51px;
    margin-bottom: 0;
  /*  margin-right: 5px;*/
    width: 49px;
}

.question_area span.review_marked {
	background-position: -203px -49px;
    height: 53px;
    line-height: 50px;
    margin-bottom: 0;
  /*  margin-right: 5px;*/
    width: 53px;
}

.question_area span.not_answered {
	background-position: -57px -6px;
	width:49px;
	height: 43px;
}
.question_area span.visited {
	background-position: -208px -4px;
    height: 43px;
    line-height: 43px;
}

.question_area span.not_visited {
 background-position: -157px -4px;
    color: #474747;
    height: 43px;
    line-height: 43px;
}
.question_area span.not_visited:hover {
	background-position: -157px -4px;
}
.question_area span.visited:hover {
	background-position: -208px -124px;
}
.question_area span.answered:hover {
	background-position: -4px -126px;
}
.question_area span.review:hover {
	background-position: -108px -122px;
}
.question_area span.review_answered:hover {
	background-position: -66px -178px;
}
.question_area span.review_marked:hover {
	background-position: -5px -178px;
}
.question_area span.review_marked {
	background-position: -203px -49px;
}
.question_area span.not_answered:hover {
	background-position: -57px -127px;
}
.question_area span.visited:hover {
	background-position: -208px -124px;
}
.disabled{
    cursor: not-allowed!important;
    opacity: 0.5;
}
.exam-title
{
    background:#ffffff;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    /* float: left; */
    height: 30px;
    margin-top: 8px;
    cursor:pointer;
	/* width:140px; */
    display: inline-block;
    padding: 5px;
}
.currentSectionSelected{
	background-color: #38a9eb;
	color:#fff;
    border:1px solid #38a9eb;
}
.currentSectionSelected::before {
    border: 6px solid transparent;
    content: "";
    height: 0;
    position: relative;
    width: 0;
}
.currentSectionSelected::before {
    border-top: 6px solid #38a9eb;
    bottom: -28px;
    left: 44%;
}
.modalHeader{
        border-bottom: 1px solid #e5e5e5;
        background: #4285f4;
        padding: 5px 10px;
}
.modal-scroll{
    height: 550px; 
    overflow-y: auto;
}
.modalTitle{
    color: white;
    font-weight: bold;
}
.modal-large{
    width: 75%;
}
.modal-desc{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.vKeyboardSplKeys {
	background-color:#DEDBE4 ;
    border:1px solid #666666;
    border-radius: 6px;
	display:inline-block;
	color:#000000;
	font-family:arial;	
	font-weight:bold;
	padding:3px 6px;
	margin : 2px;
	cursor:pointer;
}
.vKeyboardSplKeys:hover {
	background-color:#8cb82b;
}.vKeyboardSplKeys:active {
	position:relative;
	top:1px;
}

.vKeyboardKeys {
	width:24px;
	background-color:#EEEEEE;
    border:1px solid #666666;
    border-radius: 6px;
	display:inline-block;
	color:#000000;
	font-family:arial;	
	font-weight:bold;
	padding:3px 8px;
	margin : 2px;
	cursor:pointer;
}
.vKeyboardKeys:hover {
	background-color:#CEE9FC;
}.vKeyboardKeys:active {
	position:relative;
	top:1px;
}
.space {
	padding : 3px 40px;
}
.vKeyboard{
	border : 1px solid #DDD;
	/* background-color : #F4F4F4; */
	padding:5px;
    text-align:center;
    box-shadow: 1px 1px 15px 0px #00000094;
}
.calci{
    position: fixed; 
    margin-left: 62%;
}
.calc_close{
    background: url(/calculator/help-sprite.png) no-repeat -204px -13px;
    width: 16px;
    height: 16px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    margin-right: 3.5%;
    margin-top: 10%;
    right: 1%;
    top: 1vh;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
}
.select_lang{
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}
/* ------------------MathJax ---------------- */
.MJXc-display{
    display: initial !important;
    text-align: inherit !important;
    padding : 0 !important;
    margin : 0 !important;
}
/* ------------------ // MathJax ---------------- */
.instruction-event-box2{
    height: 25vh;
    overflow-y: auto;
    position: absolute;
    border-top: 2px solid #e4e3e3;
    bottom: 0;
}
.instruction-event-box1{
    height:78px; 
    border-top: 2px solid #e4e3e3;
}
.instruction-content1{
    height: 71.3vh;
    overflow-y: auto;
}
.instruction-content2{
    height: 62vh;
    overflow-y: auto;
}

@media only screen and (min-width: 600px) {

}
.badge-success {
    background-color: #28a745 !important;
}
.badge-danger {
    background-color: #dc3545 !important;
}
.badge-secondary {
    background-color: #6c757d !important;
}
.badge-primary {
    background-color: #007bff !important;
}
.none{
    display : none;
}
/*.danger{
    background-color: #dc3545 !important;
}*/
.success{
    background-color: #28a745 !important;
}
.register-alert {
    color : white;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.notify{
    position: fixed;
    z-index: 10000;
    right: 1%;
    top: 12%;
    padding: 20px;
    color: ghostwhite;
    font-weight: bold;
    width: 17%;
    border-radius: 7px;
}
#registrationModal .modal-dialog, #loginModal .modal-dialog, #submitConfirmationModal .modal-dialog{max-width: 600px;}
#registrationModal .modal-title, #loginModal .modal-title, #submitConfirmationModal .modal-title{
    font-size: 25px;
}
#submitConfirmationModal .modal-content {
    position: relative;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    background: #fff;
    padding: 22px;
    top: -10px;
}
#loginModal .modal-content, #registrationModal .modal-content {
    position: relative;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    background: #fff;
    padding: 30px;
    top: -10px;
}
#registrationModal .modal-header, #loginModal .modal-header{
    margin-top: 13px;
}
#registrationModal .modal-header .close, #loginModal .modal-header .close {
    /*background: #ccac8529;*/
    padding: 4px 8px;
    border-radius: 50%;
    height: 23px;
    width: 23px;
}
#registrationModal .modal-content{
    position: relative;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    background: #fff;
    padding: 30px;
    top: -60px;
}