
.col-custom-1{
    flex: 0 0 4.16666%;
    width: 4.16666%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-2{
    flex: 0 0 8.3333%;
    width: 8.3333%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-3{
    flex: 0 0 12.5%;
    width: 12.5%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-4{
    flex: 0 0 16.6666%;
    width: 16.6666%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-5{
    flex: 0 0 20.83333%;
    width: 20.83333%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-6{
    flex: 0 0 25%;
    width: 25%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-7{
    flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-8{
    flex: 0 0 33.3333%;
    width: 33.3333%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-9{
    flex: 0 0 37.5%;
    width: 37.5%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-10{
    flex: 0 0 41.6666%;
    width: 41.6666%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-11{
    flex: 0 0 45.83333%;
    width: 45.83333%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-12{
    flex: 0 0 50%;
    width: 50%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-13{
    flex: 0 0 54.16666%;
    width: 54.16666%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-14{
    flex: 0 0 58.33333%;
    width: 58.33333%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-15{
    flex: 0 0 62.50000%;
    width: 62.50000%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-16{
    flex: 0 0 66.6666%;
    width: 66.6666%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-17{
    flex: 0 0 70.83333%;
    width: 70.83333%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-18{
    flex: 0 0 75.0000%;
    width: 75.0000%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-19{
    flex: 0 0 79.16666%;
    width: 79.16666%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-20{
    flex: 0 0 83.3333%;
    width: 83.3333%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-21{
    flex: 0 0 87.50000%;
    width: 87.50000%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-22{
    flex: 0 0 91.6666%;
    width: 91.6666%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-23{
    flex: 0 0 95.83333%;
    width: 95.83333%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.col-custom-24{
    flex: 0 0 100%;
    width: 100%;
    padding-left:10px;
    padding-right:5px;
    float:left;
    min-height:1px;
}
.text-primary{
    color: #4c7e80;
    font-size: 1.35rem;
    font-weight: bold;
}
.btn-primary{
    background:  linear-gradient(180deg, cadetblue, transparent);
}
.scrollable-bar-handle{
    max-height:250px;overflow-y:scroll;
}

.scrollable-bar-handle::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;

}
.scrollable-bar-handle::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.scrollable-bar-handle::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c7d1d5;
}
.list-group-item{
    padding: 5px 15px;
}
#div_newQuizParameters .btn-group{
    float: left;
    margin-left: -10px;
    padding-right: 15px;
}
.bottom{
    background: white;
}
.popover{
    background: linear-gradient(grey, darkcyan, white);
    width: 170px;
}
form small{
    color: crimson;    
    font-size: 1.3rem;
    margin-right: 6px;
}
.required::placeholder{
    color:crimson;
}

#div_loginPage form,#div_registerPage form {border: 3px solid #f1f1f1;}

#div_loginPage input[type=text],#div_loginPage input[type=password],#div_registerPage input[type=text],#div_loginPage input[type=password] {
    width: 100%;
    padding: 10px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 40px;
}

#div_loginPage button,#div_registerPage button {
    /*background-color: #04AA6D;*/
    color: white;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

#div_loginPage .btn-primary,#div_registerPage .btn-primary{
    background-color: #286090;
}
#div_loginPage button:hover,#div_registerPage button:hover {
    opacity: 0.8;
}

#div_loginPage .cancelbtn,#div_registerPage .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    margin: 14px 0 6px 0;
}

img.avatar {
    width: 5%;
    border-radius: 50%;
}

#div_loginPage .container,#div_registerPage .container {
    padding: 16px;
}

#div_loginPage span.psw,#div_registerPage span.psw {
    padding-top: 16px;
}

.indx_timer .quiz_rw .ques_left_sidebar {
  height: 450px;
}

.indx_timer .quiz_rw #div_quizQuesList {
  height: 100%;
  max-height: 340px;
  overflow-y: scroll;
}

.answer_boxs{
	font-size: 1rem;
	margin: 0px 10px 2px 0px;
	height: 40px;
	width: 45px;
	float: initial;
}

#btn_attempted{
	background: cadetblue;
}
#btn_answered{
	background: yellow;
	color: dimgray;
}
#btn_notanswered{
	background: crimson;
}
#btn_notvisited{
	background: white;
	color: dimgray;
	border: 1px solid lightgray;
}

.indx_timer .act_btns{
  float: left;
  width: 100%;
  padding-top: 12px;
}

.indx_timer #btn_savenext{
  margin-right: 13px;
}

.indx_timer .act_btns .btn :hover{
  color: #ffffff;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}
.course-meta{
    margin-top: 35px;
}
.flat-row{
    padding: 53px 0 52px;
}
#div_course{
    padding: 50px 50px 0px 50px;
}
#div_quiz{
    padding: 50px;
}
.have-sidebar .post-content{
    float: right;
}
.sidebar{
    float: left;
}
#div_MyProfile .active a{
    color: orange;
}
#changeProfilepsw:hover{
    color: darkorange;
}
#div_quizQuesList .notvisited{
    background: white;
}
#div_quizQuesList .attempted{
    background: cadetblue;
}
#div_quizQuesList .answered{
    background: yellow;
}
#div_quizQuesList .notanswered{
    background: crimson;
}
#div_quizQuesList .activeques{
    background: lightblue;
}
#div_quizlistcarousel .flat-course .course-meta.desc li h6,
.div_quizlistcarousel .flat-course .course-meta.desc li h6{
    display: inline-block;
}
#div_quizlistcarousel .flat-course .course-meta li,
.div_quizlistcarousel .flat-course .course-meta li{
    display: flex;
}
#div_quizlistcarousel .course-content,
.div_quizlistcarousel .course-content{
    text-align: center;
	padding: 0px;  
	border-radius: 15px;
}
#div_quizlistcarousel .tp-caption.lightgrey_divider,.lightgrey_divider{
    width: 200px;
}
#div_quizlistcarousel .flat-course .course-meta li{
    margin-right: 0px
}
#mainnav .menu .has-sub:before{
    top: 25px;
}


#subjectDialog .modal-dialog,#courseDialog .modal-dialog{
    overflow-y: initial !important;
    width: 550px;
    right: 0;
    position: absolute;
}
#subjectDialog .modal-content,#courseDialog .modal-content{
    border-radius:0px; 
}
#subjectDialog .modal-body,#courseDialog .modal-body{
    height: 100vh;
    overflow-y: auto;
    padding: 20px 30px;    
}
#subjectDialog .modal-header,#subjectDialog .modal-footer,#courseDialog .modal-header,#courseDialog .modal-footer{
    height: 45px;
    text-align: center;
    padding: 15px 30px;
}
#subjectDialog .modal-title,#courseDialog .modal-title{
    text-align: left;
    font: normal normal bold 16px/21px Roboto;
    color: #2D4C9A;
}
#subjectDialog .modal,#courseDialog .modal{
    overflow-y: hidden
}
#subjectDialog .close,#courseDialog .close{
    font-size: 30px;
    line-height: .5;
}
#mainnav > ul > li > a{
    padding: 0 45px 0 0;
}
.footer .widget-text li:before{
    display: none;
}
#div_quizQuesList button{
    padding: 0px;
    text-align: center;
}
div:where(.swal2-container) button:where(.swal2-styled) {
    padding:0px 1.1em !important;
}

.social_logins{
	text-align: center;
}

.fb-login-button span{
	margin-bottom: 9px;
}

.g_id_signin iframe{
	margin: 0 auto !important;
}

._5h0f .uiGrid  ._8kto{
	  padding: 12px;
}

.loginsec, .signp_containr{
	width: 30%;
}

.already_log, .container.regi{
	background-color:#f1f1f1;
	width: 30%;
	text-align: center;
	margin-bottom: 10px;
}

#otpModal .modal-title {
  font-size: 18px;
  font-weight: 600;
}


#openotpmodal{
  display: none;
}

/* .signp_containr{
  text-align:center !important;
} */

.time_qz{
  padding-left: 25%;
}
.marathn_qz{
  padding-right: 25%;
}

#form_myaccount{
	display: none;
	padding-left: 15%;
}

#ul_upcomingExams, #div_attemptedQuizList, #form_myaccount{
	margin-bottom:10%;
}

#div_userPanel{
	width: 130px;
	text-align: center;
	margin: -10px 0px 5px 0px;
	display: none;
}

	
#btn_homelogin{
	margin-top: 10px;
}

.div_userLogin{
	width: 130px;
	text-align: center;
	display: none;
}

.login_act{
  background-color: #f1f1f1;
  width: 30%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px;
}
#btn_forgot{
	margin-top: 10px;
	width: 100%;
	margin-bottom: 13px;
}

#div_quizlistcarousel .cardhead, 
.div_quizlistcarousel .cardhead {
	background: #09cff2;
	border: 1px #09cff2;
	padding: 17px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#div_quizlistcarousel .cardbody, 
.div_quizlistcarousel .cardbody {
	margin-bottom: 10%;
}
#div_quizlistcarousel .cardhead a, 
.div_quizlistcarousel .cardhead a{
  color: #ffffff;
}
#div_quizlistcarousel .course-meta, 
.div_quizlistcarousel .course-meta{
  margin-top: 25px;
}
#div_quizlistcarousel .cardbodym, 
.div_quizlistcarousel .cardbody {
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  /* padding-bottom: 24px; */
    margin: 11%;
}
#div_quizlistcarousel .cardbody .btn, 
.div_quizlistcarousel .cardbody .btn{
 /*  background: #2db0fe;
  border: 1px solid #2db0fe; */
  
  background: #09cff2;
  border: 1px solid #09cff2;
}
#div_quizlistcarousel .cardbody .btn:hover, 
.div_quizlistcarousel .cardbody .btn:hover{
  background: #25beca !important;
  border: 1px solid #25beca !important;
}
.div_quizlistcarousel .flat-course .course-meta.desc li::after{
  width: 0px !important;
}
.cors_btn {
  margin-right: 5px;
  margin-bottom: 10px;
}
.share_sec{
	text-align: right;
}
.share_btn{
	max-width: 72px;
	right: 0;
	margin-top: 0px;
	position: absolute;
}
.owl-carousel .owl-item .share_btn img {
  cursor: pointer;
}
.share-btn {
  margin-bottom: 10px;
}
/* #div_quizlist1 {
  margin-bottom: 3%;
} */

#div_shareQuizModal .modal-dialog,
.modal .modal-dialog{
	width: 550px;
	margin: 35vh 30vw;
}
.div_quizlistcarousel .course_fld{
	width: 50%;
	display: inline-flex;
}
.div_quizlistcarousel .flat-course .course-meta li{
	margin-right: 0;
}

.ques_left_sidebar{
	display: inline-block;
	/* width: 22%; */
	height: 90%;
	margin: 5px;
	border: 1px solid;
	background: white;
	vertical-align: super;
}

/* .ques_right_sidebar{
	display: inline-block;
	width: 76%;
	height: 90%;
	margin: 5px 5px 5px 0px;
	border: 1px solid;
	background: white;
	font-size: 1rem;
} */

.ques_right_sidebar {
	display: inline-block;
    /* width: revert-layer; */
    width: auto;
    height: auto;
    margin: 5px 5px 5px 0px;
    border: 1px solid;
    background: white;
    font-size: 1rem;
    position: absolute;
    float: left;
}

.quiz_timer {
	position: absolute;
	margin: 20px 0px 0px 50%;
	display: inline;
	font-size: 2.2rem;
}

.quiz_rw{
	/* width: 100%; */
	height: 88vh;
	margin: 5px;
	background: linear-gradient(cadetblue,goldenrod,white);
}

.quiz_rw .row.act_btns{
	width: 99%;
	margin: -10px 10px 0px 5px;
}
	
.quiz_rw .row.act_btns .btn_submitquiz,
.quiz_rw .row.act_btns #btn_exitsolution{
	width: 22%;
	font-weight: bold;
	font-size: 1.3rem;
}
	
.quiz_rw .row.act_btns #btn_savenext{
	width: 12%;
	float: right;
	margin: 0px 10px;
	background: lightslategrey;
	font-size: 1rem;
}

.quiz_rw .row.act_btns #btn_next{
	width: 6%;
	background: lightslategrey;
	float: right;
	font-size: 1rem;
}
	
.indx_timer #logo{
	margin: 15px 100px 0px 0px;
} 

.quiz_rw .row.act_btns #div_solutionResult{	
	display: inline-block;
	width: 76%;
	margin: -10px 10px 0px 5px;
	text-align: right;
	font-size: 1.3em;
	padding: 5px 10px;
	text-decoration: underline;
}

.quiz_opt{
	display: table;
	width: 100%;
	margin: 20px 10px;
}

.quiz_opt .opt{
	margin-right: 10px;
}

.quiz_rw #div_quizQuesList{
	width: 100%;
	/* height: 80%; */
	height: auto;
	/* padding: 20px; */
	padding: 15px 34px 0px 2px;
	background: lightgoldenrodyellow;
	overflow-y:scroll;
}

.quiz_rw #Result{
	background: lightgrey;
	border: 1px solid grey;
	padding: 10px;width: 75%;
	margin-left: 23%;
	display: block;
	font-size: 1rem;
	/* position: absolute; */
	position: relative;
	/* margin-top: -100px; */
	/* height: 95px; */
}

.quiz_rw .show_ansr{
	/* width: 12%; */
	width: auto;
	float: right;
	margin: 0px 10px;
	background: lightslategrey;
	font-size: 1rem;
}

.quiz_rw #btn_next{
	/* width: 6%; */
	width: auto;
	background: lightslategrey;
	float: right;
	font-size: 1rem;
}

button#btn_submitquiz {
    margin-right: 11px;
}

.ques_left_sidebar .col-custom-5 .col-custom-20{
	margin-bottom: 10px !important;
}

.ques_left_sidebar .col-custom-5{
	flex: 0 0 20.83333%;
	width: 24.833%;
	padding-left: 14px;
	float: left;
	min-height: 1px;
}

#btn_exitsolution{
	margin-bottom: 10px;
}
#div_solutionResult{
	margin-bottom: 20px;
}

.ques_left_sidebar .top_sec{
	border-bottom:2px dotted cadetblue;
	width: 100%;
	height: 20%;
	padding: 4px;
	font-size: 0.7rem;
}
@media screen and (max-width: 1199px) {
	#btn_homelogin{
		margin-top: 25px;
	}
	
	/* .ques_left_sidebar{
		width: 27%;
	}
	
	.ques_right_sidebar{
		width: 70%;
	} */
	
	.quiz_timer{
		margin: 20px 0px 0px 17%;
	}
	
	.quiz_opt {
		margin: 7px 1px 6px 1px;
		padding: 3px;
	}
	
	.quiz_opt label{
		display: contents;
	}

	.quiz_rw #Result {
		width: 69%;
		margin-left: 28.3%;
	}
	
	.quiz_rw .row.act_btns #btn_savenext{
		width: 15%;
	}
	
	.ques_left_sidebar .col-custom-5{
		width: 65px;
	}
	
	.ques_right_sidebar{
		width: 73%;
	}
	
	.ques_left_sidebar .top_sec{
		height: 31%;
	}
	
	.ques_left_sidebar .top_sec span{
		  display: table;
	}
	
	.indx_timer .quiz_rw #div_quizQuesList{
		  max-height: 296px;
	}
}

@media screen and (max-width: 991px) {
	.container.loginsec, .signp_containr {
		width: 100% !important;
	}
	.container.already_log {
		width: 100% !important;
		margin:10px;
	}
	
	.container.regi {
		width: 95%;
		margin:10px;
	}
	
	.time_qz{
	  margin-bottom: 15px;
	}
	
	.time_qz, .marathn_qz{
	  padding: 0 !important;
	}
	
		
	#form_myaccount{
		padding-left: 0%;
	}
	
	
	#div_userPanel{
		width: auto;
		margin: 0px;
	}
	
	#btn_homelogin{
		margin-top: 20px;
	}
	
	.div_userLogin{
		width: auto;
	}
	
	.header .header-wrap .logo{
		margin: 33px 0px 0 0 !important;
		width: 124px;
	}
	
	.login_act{
		width: 95%;
	}
	
	.modal-footer{
		text-align: left;
	}
	.modal-footer .btn, .otp_action{
		/* margin-bottom: 10px; */
		padding: 3px 5px;
	}
	
	
	#div_shareQuizModal .modal-dialog, 
	.modal .modal-dialog{
		width: 100%;
		margin: 35vh 0vw;
	}
	
	/* .ques_left_sidebar{
		width: 100%;
		margin: 0px;
	} */
	
	/* .ques_right_sidebar{
		width: 100%;
	} */
	
	.quiz_timer{
		margin: 20px 0px 0px;
		position: relative;
		font-size: 24px;
	}
	
	#logo{
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.quiz_rw{
		height: 100%;
		margin: 7px 0px 0px 0px;
		max-height: 350px;
		padding: 10px;
	}
	
	#div_quizResult .modal-dialog{
		margin: 0 auto !important;
		width:90% !important;
	}
	 
	.quiz_rw .row.act_btns{
		width: 100%;
		margin-top: 15px;
		float: left;
	}
	
	.quiz_rw .row.act_btns #btn_submitquiz{
		width: 42%;
	}
	
	.quiz_rw .row.act_btns #btn_savenext{
		width: 32%;
	}
	
	.quiz_rw .row.act_btns #btn_next{
		width: 18%;
	}
	
	.quiz_rw .row.act_btns button{
		font-size: 11px !important;
	}
	
	.indx_timer #logo{
		margin: 15px 0px 23px 0px !important;
	}
	
	
	.quiz_rw .row.act_btns #btn_exitsolution{
		width: 100%;
	}
	
	.quiz_rw .row.act_btns #div_solutionResult{
		width: 100% !important;
		margin: 10px !important;
		text-align: left !important;
	}
	
	.quiz_opt .opt{
		margin-right: 4px;
	}
	
	.quiz_rw #div_quizQuesList{
		height: 100%;
		max-height: 270px;
	}
	
	.quiz_rw #Result {
		padding: 10px;
		width: 95%;
		margin: 9px 0px 0px 0px;
		/* height: 95px; */
	}
	
	/* .quiz_rw #Result{
		background: lightgrey;
		border: 1px solid grey;
		padding: 10px;width: 75%;
		margin-left: 22.5%;
		display: block;
		font-size: 1rem;
		position: absolute;
		margin-top: -150px;
		height: 95px;
	}

	.quiz_rw .show_ansr{
		width: 12%;
		float: right;
		margin: 0px 10px;
		background: lightslategrey;
		font-size: 1rem;
	}

	.quiz_rw #btn_next{
		width: 6%;
		background: lightslategrey;
		float: right;
		font-size: 1rem;
	} */
	
	.ques_left_sidebar .col-custom-5{
		width: 65px;
		padding-left: 10px;
	}
	
	.row1.act_btns{
		float:left;
	}
	
	.indx_timer .quiz_rw #div_quizQuesList{
		  max-height: 303px;
	}
	
	.ques_left_sidebar .top_sec{ 
		height: 31%; 
	}
	
	.quiz_rw #Result{
		float: left;
		width: 100%;
	}
} 

@media screen and (max-width: 767px) {
	.ques_right_sidebar{
		position: relative;
		margin: 5px 0px 10px 0px;
		width: 100%;
	}
	
	#div_solutionResult {
		margin-bottom: 20px;
		text-align: left;
		font-size: 16px;
	}
	
	.quiz_rw .row.act_btns #btn_savenext{
		float: none;
		
	}
	
	.quiz_rw .row.act_btns.text-right{
		width: 100%;
		text-align:left;
		margin-bottom: 35px;
	}
	
	button#btn_submitquiz{ 
		margin-right: 0px !important;
	}
	
	.indx_timer .quiz_rw .ques_left_sidebar{
		height: 330px;
	}
	
	.indx_timer .quiz_rw #div_quizQuesList {
		max-height: 181px;
	}
	
	.ques_left_sidebar .top_sec{ 
		height: 41%; 
	}
	
	header#header{
		position: relative !important;
	}
	
	.marathn .act_btns button, .indx_timer .act_btns button{
		width: 100% !important; 
		margin: 0 0 12px 0px !important;
	}
	
	.quiz_rw #Result{
		width: 100%;
		float: left;
		position: relative;
	}
} 