body {background-color: #f6f6f6;}

/*Header*/
.img-header-banner {
  background: url(../images/mob-bg4.jpg) center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom;
}

.img-header-banner.pract {
  background: url(../images/mob-bg2.jpg) center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom;
}

/*Tab*/
.tabbable-line {
 background-color: #e9e9e9 !important;
 padding-top: 15px
}

.tabbable-line > .container > .left-tab {
 padding-left: 15px;
}

.tabbable-line > .container > .left-tab > .nav-tabs {
 border: none;
 margin: 0px;
 padding: 0px !important;
}

.tabbable-line > .container > .left-tab > .nav-tabs > li {
 margin-right: 5px;
 margin-bottom: 0px;
}

.tabbable-line > .container > .left-tab > .nav-tabs > li > a {
 border: 0;
 margin-right: 0;
 color: #737373;
 font-size: 16px;
 padding: 15px 15px;
 margin-bottom: 0px;
}

.tabbable-line > .container > .left-tab > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.open, .tabbable-line > .container > .left-tab > .nav-tabs > li:hover {
  background: #efefef;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.open > a, .tabbable-line > .container > .left-tab > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.open > a > i, .tabbable-line > .container > .left-tab > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .container > .left-tab > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.active {
  position: relative;
  background: #f6f6f6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.active > a > i {
  color: #18a2e3;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.active > a {
  border: 0;
  color: #18a2e3;
  font-weight: bold;
}

.tabbable-line .nav-tabs > li.active > a {
  background: none;
}

.tabbable-line .nav > li > a:focus { outline: none; }






/* Navigation for Resume and Recommended Lessons */
.cont_nav_lesson {margin-top: 20px;}
.cont_nav_lesson .panel{margin-top:20px;background:#f6f6f6;border:none;box-shadow:none;}
.cont_nav_lesson .panel-body{padding:0px;}
.cont_nav_lesson .lesson-wrap { /*border-top: 1px solid #dddddd;*/position: relative; }


.cont_nav_lesson .lesson-wrap a {
  text-decoration: none;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #000000;
}

.cont_nav_lesson .lesson-teacher {
  /*width: 22%;*/
  width: 12%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  /*position: relative !important;*/
}

.cont_nav_lesson .lesson-details {  
  /*width: 74%;*/
  width: 84%;
  display: inline-block;
  vertical-align: middle;
}

.cont_nav_lesson .lesson-details h5 {
  margin-bottom: 0;
  margin-top: 0;
  /*font-size: 16px;*/
  font-size: 14px;
  line-height: 20px;
}

.cont_nav_lesson .lesson-details p {
  /*margin-bottom: 0;*/
  font-size: 13px;
  color: #000000;
}

.cont_nav_lesson.rec .lesson-teacher {
   width: 5%;
}

.cont_nav_lesson.rec .lesson-details {  
  width: 90%;
}
.cont_nav_lesson.rec .lesson-wrap p{
  margin:0;padding:0;
}

.cont_nav_lesson.rec .lesson-wrap a{
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom:5px;
  background-color:#eeeded;  
}
.cont_nav_lesson.rec .lesson-details h5 {
  font-size: 13px;
  line-height: 17px;
  color:#666;
  margin-bottom:5px;
}
.cont_nav_lesson.rec .lesson-details .emph{
  font-weight:bold;
  font-size: 15px;
}

.cont_nav_lesson.rec .track_ind{
  position: absolute;
  top:0px;
  left:0px;
  width:5px;
  height:100%;
}

.eng { background-color: #cb1045 !important; }
.math { background-color: #038cd1 !important; }
.sci { background-color: #499005 !important; }
.chi { background-color: #bd8b15 !important; }


.cont_nav_lesson .noviews {display: flex; align-items: center;justify-content: center;}
.cont_nav_lesson .noviews .desc{width:80%;}
.cont_nav_lesson i.fa{font-size:24px;margin-bottom:8px;width:100%;}

/*End of Resume lesson*/



/**Recommend**/
#recommend {
  background-color: unset;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
}

#recommend .headline {
  margin: 20px 8px 20px 8px;
  border-bottom: 1px dotted #91b868;
}

#recommend .headline h3{
  color: #333333;
  font-size: 18px;
}

#recommend a:link .panel { border-color: #dddddd; border-top: 5px solid #18a2e3; }

#recommend .panel {
  max-height: unset;
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 3px 6px 5px -1px rgba(222,222,222,1);
  transition: box-shadow .25s;
  border-top: 5px solid #18a2e3;
}

#recommend .panel:hover { box-shadow: 6px 8px 8px 2px rgba(222,222,222,1); }

#recommend .disabled { opacity: 0.6; }
#recommend .disabled .panel:hover { box-shadow: 3px 6px 5px -1px rgba(222,222,222,1); cursor: not-allowed;}
#recommend .disabled .panel-body.title p.header, #recommend .disabled .panel-body.title p.chap { color: #999999; }

.div-tooltip {
  display: none;
  position: absolute;
  background-color: #000;
  padding: 10px;
  color: #fff;
  border-radius:5px;
  max-width: 250px;
  text-align: center;
}

#recommend .panel-body.title img { width: 100% !important; }
#recommend .panel-body { padding: 5px 0px 10px 0px !important;}
#recommend .panel-body.title p.chap { padding: 8px 12px 0px 11px !important; font-size: 13px !important; color: #666666; font-weight: 500; }
#recommend .panel-body.title p.header {padding: 8px 12px 0px 11px !important; font-size: 15px; font-weight: bold; line-height: 17px;}
#recommend .panel-body.title { height: 210px; text-align: left;}
#recommend .panel-footer {
  width: 100%;
  border-top: none;
  background-color: #ffffff;
  text-align: center;
  color: #666666;
}

#recommend a { color: unset; text-decoration: none; font-size: 12px; cursor: pointer; }
#recommend .col-md-2, #recommend .col-xs-2 { padding: 0px 6px 0px 7px; }
/**End of recommend**/



/* end of Navigation for Resume and Recommended Lessons */
/*NO CONTENT*/
.no-view-container {
    border: 1px solid #e6e6e6;
    padding: 30px 0 20px 0;
    margin-bottom: 50px;
    background: #eeeeee;
    border-radius: 5px;
}
.no-view-container img {
    padding: 10px 0 5px 0;
    width: 160px;
}
p.noAssessment_text {
    color: #5ca8ce;
    font-weight: unset;
    font-size: 14px;
    padding: 10px;
}
.no-view-container p.noAssessment_text {
    color: #666666;
    font-size: 15px;
}
/*END OF NO CONTENT*/

/*Quiz Settings*/
.cont_assess{margin-top:20px;margin-bottom:20px;}
.cont_assess .wrapper { background: unset; white-space: unset; padding-bottom: 40px;}
.cont_assess .tab-wrap .container { padding-top: 0; }

.cont_assess .quiz_settings{
  margin: 0 auto;
  display: block;
  height: auto;
  padding: 0 70px 30px 70px;
  /*max-width: 750px;*/
  background:  #ffffff;
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
  border-radius: 0px;
  border: 1px solid #E2E2E2;
  /*box-shadow: 3px 6px 5px -1px rgba(222,222,222,1);*/
}

.cont_assess .quiz_settings #quiz-img {
  width: 200px;
  margin: 0 auto;
  display: block;
  z-index: 7;
  position: relative;
  padding-bottom: 25px;
  left: -8px;
}

.cont_assess .quiz_settings .quiz-circle{
  position:absolute;
  height:200px;
  width:200px;
  border-radius:100px;
  left:50%;
  margin-left:-100px;
  top: -35px;
  background: #ffffff;
}

.cont_assess .quiz_settings .quiz-title .btn-group.bootstrap-select,
.cont_assess .quiz_settings .quiz-level .btn-group.bootstrap-select, 
.cont_assess .quiz_settings .quiz-topic .btn-group.bootstrap-select{
  margin-bottom:15px; 
}

.cont_assess .tab-wrap.wrapper { padding-top: 0px; }

.cont_assess .quiz_settings h4 { margin: 20px 0 8px 0; }

.cont_assess span.topic_add_desc {
    font-size: 13px;
    font-style: italic;
    padding-left: 10px;
}

.cont_assess .quiz_settings .bootstrap-select.btn-group .btn .filter-option { font-size: 14px; }
.cont_assess .quiz_settings .selectpicker.btn-sm { padding: 10px !important; }

.cont_assess .quiz_settings #start_quiz {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 170px;
  margin-top: 20px;
}
/*End of Quiz Settings*/

/*Question and review container*/
.cont_assess .question-container {
  width: 100%;
  background: #ffffff;
  box-shadow: 3px 6px 5px -1px rgba(222,222,222,1);
  padding: 45px 50px 30px 50px;
}

.cont_assess .question-container.quiz_title {
  border: 1px solid #e6e5e5;
  border-bottom-left-radius:  unset;
  border-bottom-right-radius:  unset;
  padding: 15px 25px 15px 25px;
  background-color: #eeeeee;
}

.cont_assess .question-container.quiz_title h4 { margin: 0; line-height: 1.3; }
.cont_assess .question-container.quiz_title span, .diff-lvl span { font-weight: bold; font-size: 14px; }
.cont_assess .question-container.quiz_title span.advanced, .diff-lvl span.advanced { color: #de363c; }
.cont_assess .question-container.quiz_title span.intermediate, .diff-lvl span.intermediate { color: #ea8429; }
.cont_assess .question-container.quiz_title span.beginner, .diff-lvl span.beginner { color: #36c75a; }
.cont_assess .question-container.quiz_title span img, .diff-lvl span img { padding-bottom: 5px; }
.cont_assess .question-container.quiz_title .q_title { width: 80%; display: inline-block; vertical-align: middle; }
.cont_assess .question-container.quiz_title .q_diff { width: 19%; display: inline-block; vertical-align: middle; }

.cont_assess .question-container.quiz_title .q_diff img{ /* added by M 090919 */
  vertical-align: text-bottom;
  width:20px;
}

.cont_assess .question-container.quiz_title span.q_subjectlabel { /*added by H 13/06/22 */
    font-weight: normal;
}


/*Trim title*/
.cont_assess .question-container.q_title {
  table-layout: fixed;
  width: 100%;
}
.cont_assess .question-container.quiz_title h4.q_trim {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 99%;
}
/*End of trim title*/

#quiz_quest h5 { font-weight: bold; }

.cont_assess .question-container .quiz_question {
  padding-bottom: 12px !important;
  padding-top: 8px !important;
  overflow-wrap:break-word; /* Edited by M 01072020 */
} 

.cont_assess .question-container .quiz_img { 
  max-width: 100%; 
  height: auto; 
  margin-bottom: 10px;
}

/*.cont_assess .question_wrapper { padding-top: 35px; }*/ /* edit by M 26012021*/
#next_question, #next_question2, #next_question3 { 
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 10px;
  width: 80px; 
}

.cont_assess .question-container.answer { padding-top: 0; }
input[type="radio"]:disabled ~ label,
input[type="checkbox"]:disabled ~ label { cursor: default !important; }

.cont_assess #new_quiz {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  width: 170px;
}

.cont_assess #quiz_result { padding-bottom: 30px; }

.cont_assess #quiz_result #quiz_result_img {
  width: 200px;
  margin: 0 auto;
  display: block;
  z-index: 7;
  position: relative;
  padding: 35px 0 20px 0;
  left: 0;
}

.cont_assess #quiz_result h1 { 
  font-size: 50px;
  text-align: center;
  margin-top: 0;
}

.cont_assess #quiz_result h4 { margin: 20px 0 8px 0; }

.cont_assess #quiz_result.quiz_pass {
  background: url(../images/quiz-pass-bg.png) repeat-x;
  background-size: 510px;
}

.cont_assess #quiz_result.quiz_fail {
  background: url(../images/quiz-fail-bg.png) repeat-x;
  background-size: 100%;
}

.answer_wrapper #quiz_quest { padding-top: 40px; }

/*Quiz Info*/
#quiz_info { margin-top: 38px;  }
#quiz_info .diff-lvl { 
  height: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#quiz_info span.beginner, #quiz_info span.intermediate, #quiz_info span.advanced { margin-top: 5px; }


.stat-badge, .stat-exp {
  display: inline-block;
  font-size: 13px;
}

.stat-badge { 
  padding: 6px 10px;
  border: 1px solid transparent;
  min-width: 10px;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 100px;
  line-height: 1;
  margin: 8px 0 10px 0;
  font-weight: bold;
}

.stat-badge.badge-default { background-color: #18a2e3; }
.stat-badge.badge-outlined { background-color: transparent; }

.stat-badge.badge-outlined.badge-default {
  border-color: #18a2e3;
  color: #18a2e3;
}

.stat-exp {
  color: #18a2e3;
  padding: 0 13px;
}
/*End of Quiz Info*/
/*End of Question and review container*/




/** Assessment History **/
  /**5 most recent quizzes**/
.recentq {margin-top:45px;}
.recentq .quiz_no { width: 5%; text-align: center;}
.recentq .quiz_details { width: 94%;}
.recentq .quiz_title {width: 42%;}
.recentq .quiz_score {width: 11%;}
.recentq .quiz_type {width:  14%; text-align: center;}
.recentq .quiz_date { width: 25%;}
.recentq .quiz_link { width: 5%; font-weight: bold; text-align: right;}
/*.recentq {margin-top:45px;}
.recentq .quiz_no { width: 5%; text-align: center;}
.recentq .quiz_details { width: 94%;}
.recentq .quiz_title {width: 45%;}
.recentq .quiz_score {width: 11%}
.recentq .quiz_progstat {width: 10%;}
.recentq .quiz_date { width: 25%;}
.recentq .quiz_link { width: 5%; font-weight: bold; text-align: right;}*/
.recentq .quiz_link a:visited, .recentq .quiz_link a:focus { color: #18a2e3; text-decoration: none; }

.recentq .quiz_details h4 { margin: 0 0 2px 0; line-height: 1.2;}
.firstrow-wrap {
  margin-bottom: 5px;
  min-height: 20px;
  font-weight: 700;
  padding: 10px !important;
  border-bottom: 1px solid #ececec;
}

.items-wrap {
  border-bottom: 1px solid #ececec;
  padding: 10px 0 10px 10px !important;
}

.items-wrap { 
  border-bottom: 1px solid #ececec; 
  padding: 10px !important;
}
.items-wrap:nth-of-type(even) {background: #f9f9f9;}
/**End of 5 most recent quizzes**/  

/**Quiz Result**/
.quiz_result  .quiz_score {
  text-align: center; 
  display: inline-block; 
}

.quiz_result .quiz_badge {
  display: inline-block; 
  width: 35%;
}

.quiz_result .quiz_score_fail {
  font-weight: bold;
  font-size: 20px;
  color: #de363c;
  /*text-align: left;*/
}

.quiz_result .quiz_score_pass {
  font-weight: bold;
  font-size: 20px;
  color: #36c75a;
 /* text-align: left;*/
}

.quiz_result span {
  font-size: 13px;
  display: inline-block;
  line-height: 1.2;
}

.quiz_result span.badge {
  padding: 5px 12px;
  margin-left: 10px;
  min-width: 80px;
  text-align: center;
}

.quiz_result span.badge_fail { background: #de363c; }
.quiz_result span.badge_pass { background: #36c75a; }

.quiz_result .quiz_title h4 { font-size: 15px;}

.quiz_result .quiz_date {
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.quiz_result .quiz_link {text-align: center;}
/**End of Quiz Result**/

.dttm { 
  font-size: 12px;
  color: #666666 !important;
  font-weight: normal; 
}
.setting_load_img img{
  width: 80px;
  padding-top: 43%;
}

/* end of Assessment History */

/* Added by M 26122019 */

.child_tasks{
  height:80px;
  background:#e4e1e1;
  margin-bottom:50px;
}
.enc_child_tasks, .enc_capsules{
  padding:0;
}
.child_tasks .lbl{padding:0;text-align: center;}
.child_tasks .lbl h4{
  line-height: 60px;
}
.child_tasks .capsule{
  width:19%;
  /*height:100px;*/
  background:#fff !important;
  float:left;
  margin-top:30px;
  border-radius:4px;
  border-top-width:6px;
  border-top-style:solid;
  margin-right:10px;
}
.child_tasks .capsule:last-child{
  margin-right:0px;
}
.child_tasks .capsule a{
  padding:15px 12px 18px 12px; 
  text-decoration: none;
  display: block;
  color:#333;
}
    
.child_tasks .capsule.eng {border-top-color: #cb1045;}
.child_tasks .capsule.math {border-top-color: #038cd1;}
.child_tasks .capsule.sci {border-top-color: #499005;}
.child_tasks .capsule.chi {border-top-color: #bd8b15;}

.child_tasks .capsule .task_time, .child_tasks .capsule .task_title{
  width:100%;
}
.child_tasks .capsule .task_time.inprog{
  font-style: italic;
}
.child_tasks .capsule .task_title{
  font-size: 16px;
  color:#333;
  font-weight: bold;
  height:42px;
}
.child_tasks .capsule .task_title.mob{
  display:none;
  height:20px;
}

/* end of M 26122019 */

/* Added by M 30072020 */ /* For AI practice in assmnt */
.ai_content .headtitle{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:20px;
  position:relative;
}
.ai_content .headtitle img{
  width:70px;
  margin-right:20px;
}
.ai_content .headtitle .title{
  font-size:20px;
  font-weight:500;
  width:80%;
  padding:15px 0px;
}
.ai_content .headtitle .bck{
  width:26%;
}
.ai_content .main-content-wrapper{
  margin-bottom:40px;
}
/*end of M 30072020*/

/* Added by M 22122020 */ /* For Report error in assmnt */
.reperror_sect h5{display: flex;align-items: center;justify-content: space-between;}
.reperror_sect .btn-danger, .reperror_sect .btn-default{padding:2px 10px;}
/*.reperror_sect .status{font-size: 12px;padding: 5px 10px;border: 1px solid #b94a48;border-radius: 100px;line-height: 1.5px;}*/
.reperror_sect .status{font-size: 12px;padding: 5px 10px;border: 1px solid #666;border-radius: 100px;line-height: 1.5px;} /*grey version */

/* Added for admin response 02092024 */
.reperror_sect a.replyadmin{float:right;margin-top:10px;margin-left:5px;} /* added 26092024 */
.reperror_sect a.replyadmin .status{border:1px solid #18a2e3;}
.reperror_sect a:hover.replyadmin .status{border:1px solid #157ab5;}
.reperror_sect a:hover.replyadmin,.reperror_sect a:focus.replyadmin{text-decoration: none;}
.reperror_sect .status{position: relative;}
.reperror_sect .status .redcirc{background:#ff0000;border-radius:100px;width:10px;height:10px;position:absolute;top:-2px;right:-2px;}

/* css for modal dialog */
.reperror .modal-footer{border-top:none;text-align: center;padding:0px 0px 10px 0px;} /* Edited by M 02022021 ori padding:0px 15px 10px 15px; */
.reperror .modal-title{color:#fff;}
.reperror .modal-body{ max-height: unset !important;display:flex;justify-content: center; } /* Edited by M 02022021 */
.reperror .modal-dialog{ max-width: 450px !important; }
.reperror .modal-content {
  width: 100% !important;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.reperror h4, #m-report-modal h4 { margin-bottom: 0; }
.reperror .modal-header { background-color: #126a9c; }
.reperror .btn-primary { 
  background-color: #126a9c;
  border: 0;
  padding: 8px 8px;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  border-radius: 3px;
}
.reperror .btn-primary,.reperror .btn-default{width:105px;}
.reperror .qarea{padding:5px 0px;margin-bottom:15px;font-weight: bold;font-style: italic;}
/*.reperror .qarea.twolinerlimit {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}*/
.reperror .qarea.limiter {
    height:25px;
    overflow: hidden;
    /*white-space: nowrap;*/ /*if have this on the modal dialog it doesn't work*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.reperror .flagform{ padding:0;}
.reperror .flagdiv {width:100%;}
.reperror .flagdiv textarea{ margin-bottom: 15px; resize: none;}
.reperror .flagdiv span.text-danger{margin-bottom:15px;display:block;} /* Edited by M 02022021 */
.reperror .flagdiv .advisory{margin-top:12px;text-align: left;display:flex;}
.reperror .flagdiv .advisory i{margin-right:8px;margin-top:2px;}
.reperror .flagthankyou{align-self: center;padding:0px 15px 10px 15px;} /* Added by M 02022021 */
.reperror .flagthankyou h4{margin-top:0;margin-bottom:10px;}
.reperror .flagthankyou p{text-align: center;margin-bottom:15px;}

/*end of M 22122020*/




/* FOR ASSESSEMENT 1.2 Added by M 26012021 */
/*Overwrite or add on to previous css coding*/
.quiz_question img, .reperror .qarea img{max-width:100% !important;height: auto !important;}
.quiz_question table, .reperror .qarea table{width:100% !important;}

.cont_assess .question-container .quiz_question {padding-top:12px !important;}
.reperror_sect .but_mentor{padding:2px 10px;}
.reperror_sect .but_mentor{margin-right:3px;}
.reperror_sect .stat-badge{padding:4px 10px;}
.reperror_sect .stat-badge.badge-outlined.badge-default {border-color: #d6e9c6;color: #3c763d;}
/*.cont_assess .question-container {padding: 25px 50px 30px 50px;} ORI */
body.assmtnew {background-color: #fff;}
.assmtnew .container-fluid{background:#fff;}
.head_quiztitle{background:#e0e9f1;padding:30px 0px 10px 0px;}
.head_quiztitle span{color:#999;font-style: italic;font-size:14px;}
.head_progress{background:#ebf3f9;}
.head_progress .question-progress-stat{box-shadow:none;}
.head_progress .sect_prog{padding:35px 50px 35px 80px;}
.assmtnew .cont_assess .question-container {box-shadow:none;padding: 10px 50px 30px 50px;}
.quiznavbut{margin-top:30px;}
.quiznavbut a{min-width:80px;} /*Edited by M 17072025 */
.quiznavbut a.mentor{width:130px;} /*Added by M 24052021 */


.quiz-progress{padding:20px 10px;margin-top:20px;text-align: center;border-radius:100px;}
.quiz-progress img{vertical-align: top;}
/*.lev0{background:#f6f6f6;color:#666;}*/ /* main pg - beginner */
.lev1{background:#d8f5ff;color:#39646f;} /* main pg - average */
.lev2{background:#d8ffe0;color:#4a8153;} /* main pg - expert */
.lev3{background:#ffd8d8;color:#ac4141;} /* main pg - pro */
.lev4{background:#feffc5;color:#b9730a;}

.question-progress-stat{
  background: #ebf3f9;
  box-shadow: 3px 6px 5px -1px rgba(222,222,222,1);
  display:flex;
}
/*.question-progress-stat .sect_prog{padding:25px 80px;} ORI */

.question-progress-stat .sect_prog [class*="col-"] {padding:0;}
.question-progress-stat .prog .progress{
  border-radius: 0px;
  height:10px;
  margin-bottom:10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #d9e3ea;
  margin-left:-1px;
  margin-right:-1px;
}
.question-progress-stat .prog .progress-bar{background-color:#126a9c;}
/* progress bar with diff color in diff stages */
.question-progress-stat .prog.stage1 .progress-bar,
.question-progress-stat .prog.stage1 .statlabel .ind.active{
  background-color:#126a9c;}
.question-progress-stat .prog.stage2 .progress-bar,
.question-progress-stat .prog.stage2 .statlabel .ind.active{
  background-color:#53b355;}
.question-progress-stat .prog.stage3 .progress-bar, 
.question-progress-stat .prog.stage3 .statlabel .ind.active{
  background-color:#d06262;}
.question-progress-stat .prog.stage4 .progress-bar, 
.question-progress-stat .prog.stage4 .statlabel .ind.active{
  background-color:#f99746;}

.question-progress-stat .statend{display:flex;justify-content: space-between;}
.question-progress-stat .statlabel{
  width:30%;
  margin-left:-15%;
  display:flex;
  flex-direction: column;
  align-items: center;
  font-weight: 800;
  color:#126a9c;
}
.question-progress-stat .statlabel.pro{margin-right:-15%;}
.question-progress-stat .ind{width:2px;height:10px;background-color: #d9e3ea;}
.question-progress-stat .ind.active{background-color: #126a9c;}
.question-progress-stat .sect_img{display:none;}

.exp_panel{margin-top:25px;border-radius:0px;}
.exp_panel .panel-body{display:flex;align-items: center;}
.exp_panel .panel-body [class*="col-"] {padding:0;}
.exp_panel.panel-success {border-color: #d6e9c6;} 
.exp_panel.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
} 
.exp_panel.panel-success .stat-badge{border-color: #d6e9c6;color: #3c763d;}

/* Enhanced explanation plus 27082024 */
.enh_panel{
  border: none;
  box-shadow: none;
  margin-top: 35px;
}
.enh_panel .panel-body{
  display:flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 15px 15px 15px;
  letter-spacing: 1px;
  font-size:13px;
}
.enh_panel .lftsect{z-index:5;margin-bottom:-20px;}
.enh_panel .lftsect img{height:60px;margin-top:-50px;}
.enh_panel .rgtsect{
  background: #fbf7ea;
  color:#725231;
  text-align: center;
  padding:15px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius:30px;
  margin-left:0px;
}
.enh_panel .rgtsect p{margin:5px;}

/* animated movement for robot barry */
.robot-barry-movement {
  -webkit-animation: robot-barry-movement 1.5s linear infinite both;
          animation: robot-barry-movement 1.5s linear infinite both;
}

@keyframes robot-barry-movement {
   0% {
     -webkit-transform: translate(0);
             transform: translate(0);
   }
   20% {
     -webkit-transform: translate(-2px, 2px);
             transform: translate(-2px, 2px);
   }
   40% {
     -webkit-transform: translate(-2px, -2px);
             transform: translate(-2px, -2px);
   }
   60% {
     -webkit-transform: translate(2px, 2px);
             transform: translate(2px, 2px);
   }
   80% {
     -webkit-transform: translate(2px, -2px);
             transform: translate(2px, -2px);
   }
   100% {
     -webkit-transform: translate(0);
             transform: translate(0);
   }
 }

/* AI disclaimer and report 23062025 */
.exp_panel .panel-heading{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sect_ai_report{
  display:flex;
  flex-direction: row;
  align-items: center;
  position:relative;
}
.sect_ai_report .aidisclaimertxt{
  margin-right:10px;
}
.sect_ai_report .aidisclaimertxt img{
  width:16px;
}
.sect_ai_report .aidisclaimertxt span{
  font-style: italic;
  letter-spacing: 1px;
}
.sect_ai_report .pop_airating{
  position:absolute;
  bottom:30px;right:0;
  width:250px;
  border:1px solid #d6e9c6;
  border-radius:10px;
  border-bottom-right-radius: 0;
  text-align: center;
  padding:15px;
  background:#f4fdf1;
  z-index: 5;
}
.sect_ai_report .pop_airating .closepop{
  float:right;
  color:#3c763d;
  font-weight:100;
  font-size:14px;
  opacity: 0.3;
  cursor:pointer;
}
.sect_ai_report .pop_airating .closepop:hover{
  opacity: 0.8;
}
.sect_ai_report .pop_airating h4{
  font-weight:bold;
  font-size:12px;
  margin:5px 0;
  font-style:italic;
}
.sect_ai_report .pop_airating .disctxt{
  font-size:11px;
  line-height: 20px;
  font-style:italic;
  margin:0;
}
.sect_ai_report .pop_airating .disctxt i.fa{
  margin-left:2px;
  margin-right:2px;
}
.sect_ai_report .pop_airating hr{
  margin-top:10px;
  margin-bottom:10px;
}
.sect_ai_report .pop_airating .arrow_bot{
  position:absolute;
  bottom:-10px;right:0;
  width:10px;
}
.rate_exp{
  width:100%;
  text-align: right;
}
.rate_exp .ratebox{
  border:1px solid #18a2e3;
  padding:2px 15px;
  border-radius:10px;
  margin:0 2px;
  display:inline-block;
  text-align: center;
}
.rate_exp .ratebox:hover{
  background:#ccefff;
  border: 1px solid #6ed3f1;
}
.rate_exp .ratebox.chosen{
  background: #e4f1df;
  color: #3c763d;
  border-color: transparent;
  pointer-events: none;
  border-radius: 100px;
  padding:2px 8px;
}

/* Report button change to question area in History result page 27082024 */
.enc_qn{
  display:flex;
  flex-direction: row;
  align-items: flex-start; /* edited 26092024 */
  justify-content: space-between;
}
.enc_qn .activ_but{min-width:100px;text-align:right;} /* added this on 26092024 */
.enc_qn .but_mentor, .enc_qn .but_report{margin-top:5px;} /* added this on 26092024 */
.cont_assess .question-container .quiz_question{padding-right:10px;} /* added this on 26092024 */

/* Modal for pass or fail */
.achvmt .modal-dialog { max-width: unset; }
.achvmt button.close {position: absolute;right: 5px;top: 1px;z-index: 999;}

.achvmt .modal-content {
    border-radius: 0px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}
.achvmt .modal-content.retain{background:url(../images/assmt_retain_bck.png) no-repeat top center #fff;}
/*.achvmt .modal-content.proceed{background:url(../images/assmt_proceed_bck.png) no-repeat top center #fff;}*/

/* Added by M 16112023 */
.achvmt .modal-content.proceed.one{
  background:url(../images/assmt_proceed_stars_bck1.gif) no-repeat center 0px #fff;
  background-size:contain;
}

.achvmt .modal-content.proceed.two{
  background:url(../images/assmt_proceed_stars_bck2.gif) no-repeat center 0px #fff;
  background-size:contain;
}

.achvmt .modal-content.proceed.three{
  background:url(../images/assmt_proceed_stars_bck3.gif) no-repeat center 0px #fff;
  background-size:contain;
}

.achvmt .modal-body {text-align: center;padding: 0 25px 0px 25px;max-height: unset;}
.achvmt .modal-body .pic{margin-top:30px;}
.achvmt .modal-body h2{margin:10px 0 10px 0;color:#2b478b;font-style: italic;}
.achvmt .modal-body h3{line-height: 30px;}
.achvmt .modal-body p { padding:10px;}
.achvmt .modal-body p.subtxt { padding-top:0px;}
.achvmt .maintxt{font-size:20px;margin-bottom:0px;}
.achvmt .retain .maintxt{font-size:18px;margin-bottom:0px;} /* Added by M 24052021 */
.achvmt .modal-footer{border-top:none;text-align: center;padding:0px 0px 30px 0px;} 
.achvmt .modal-footer .stdbutw{width:100px;}
/* End of Modal for pass or fail  */

.assmt_advisory{padding: 10px 8px 5px 8px;border-top: 1px dotted #5ca8ce;margin:0px 0px 10px 0px;text-align: left;display:flex;}
.assmt_advisory i{margin-right:8px;margin-top:2px;font-size: 16px;color:#5ca8ce !important;}

.exp_panel{line-height:24px;}
.quiz_score.quiz_stat{font-weight:bold;color:#126a9c;}

.cont_assess #quiz_result.quiz_stat_result{
  background-position: top center;
  background-size:100%;
  background-repeat: no-repeat;
}
/*result page*/
.cont_assess #quiz_result.quiz_stat_result.stage1{background-image: url(../images/assmt_res_back_stage1.png);}
.cont_assess #quiz_result.quiz_stat_result.stage2{background-image: url(../images/assmt_res_back_stage2.png);}
.cont_assess #quiz_result.quiz_stat_result.stage3{background-image: url(../images/assmt_res_back_stage3.png);}
.cont_assess #quiz_result.quiz_stat_result.stage4{background-image: url(../images/assmt_res_back_stage4.png);}
.quiz_stat_result.stage1 h1{color:#2a4f64;}/*#6e6d6d;*/
.quiz_stat_result.stage2 h1{color:#3d704c;}
.quiz_stat_result.stage3 h1{color:#b7303f;}
.quiz_stat_result.stage4 h1{color:#b9730a;}

.result_stat{display:flex;}
.result_stat .stat-badge{margin:-3px 0 0 5px;}
.result_stat .diff-lvl{margin-right:5px;}

/* end of ASSESSMENT 1.2 */

/* new child revise portal look added by H 20062022 */
.nav_back_area {
    color: #fff;
}

.nav_back_area i{
  margin-right: 5px;
}

.nav_back_area .nav_back_title h4 {
    color: #fff;
}

.nav_back_area .nav_back_title{
  float: left;
}

.nav_back_area .nav_back_title a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.answer_wrapper span.assessmenttype_label {
    margin-right: 10px;
}


/* added pop up timer by H 27072022*/

.timerup-modal a {
    width: 120px;
    background-color: #12699c !important;
    text-transform: normal;
}


.timerup-modal .alertmodal-container {
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    max-width: 390px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.timerup-modal .alertmodal-container h3 {
    color: #000;
    margin-bottom: 10px;
}

.timerup-modal .alertmodal-container p {
    margin-bottom: 15px;
}




span.timeleft_counter {
    position: absolute;
    top: 85px;
    color: #09417D;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    right: 70px;
}

span.timeleft_counter #countdown {
    float: none !important;
    color: #000;
}

span.timeleft_counter #aftercount{
   font-weight: bold;
   color: #09417D;
}


button#progress-next:focus {
    border: 0px;
    outline: none;
}

.sticky_wrap_timeandprogress #progress {
    position: relative;
    max-width: 500px;
    margin: -30px auto;
}

.sticky_wrap_timeandprogress #progress-bar {
  position: absolute;
  background: #0C4F98;
  height: 5px;
  width: 0%;
  top: 50%;
  left: 0;
  z-index: 1;
  transition: width 0.5s;
}

.sticky_wrap_timeandprogress #progress-num {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.sticky_wrap_timeandprogress #progress-num a,
.sticky_wrap_timeandprogress #progress-num a:hover{text-decoration: none;}

.sticky_wrap_timeandprogress #progress-num::before {
  content: "";
  background-color: #CCCCCC;
  position: absolute;
  top: 50%;
  left: 0;
  height: 5px;
  width: 100%;
  z-index: 0;
}

.sticky_wrap_timeandprogress #progress-num .step {
  border: 3px solid #CCCCCC;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 42px;
  text-align: center;
  background-color: #CCCCCC;
  color: #ACACAC;
  font-family: sans-serif;
  font-size: 14px;  
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.sticky_wrap_timeandprogress #progress-num .step.active {
  border-color: #0C4F98;
  background-color: #fff;
  color: #0C4F98;
  border-top-color: #0C4F98;
  border-right-color: #0C4F98;
  border-bottom-color: #0C4F98;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.sticky_wrap_timeandprogress #progress-num .step.completed{
  border-color: #0C4F98;
  background-color: #0C4F98;
  color: #fff;
}

/* ---- added for "back to previous qn" feature --- */
.sticky_wrap_timeandprogress #progress-num .step.completed a{
  display:block;
  width:100%;
  height:100%;
  outline:none;
  text-decoration: none;
  color:#fff;
}
.sticky_wrap_timeandprogress #progress-num .step.completed:hover {
  background-color: #18a2e3;
  cursor:pointer;
}
.sticky_wrap_timeandprogress #progress-num .step.redo {
  background-color: #18a2e3;
}
.sticky_wrap_timeandprogress #progress-num .step.redo:hover {
  background-color: #18a2e3;
  cursor:default;
}
/* ---- end of for "back to previous qn" feature --- */

.questionstartcontainer #tab_quiz {
    margin-top: 30px;
}

.newcont_assess span.resultstat_count {
    margin-left: 3px;
    margin-right: 3px;
}

span.assessmenttype_label {
    background: #18a2e3;
    color: #fff;
    border-radius: 100px; /* Edited by M 21062024 */
    padding: 3px 11px;
    margin-bottom: 0px;
}

.sticky_wrap_timeandprogress #progress-bar, .sticky_wrap_timeandprogress #progress-num::before{
  display: none !important;
}


.img-header-banner.assessmenttype_page {
    background: url(../images/revise_aeroplaneflybackground.svg) no-repeat, linear-gradient(0deg, rgba(38,188,197,1) 0%, rgba(24,162,227,1) 40%);
    background-position: bottom;
}


.sticky_wrap_timeandprogress .nav_back_timer {
    background-image: url(../images/revise_barrytimer.png);
    height: 140px;
    width: 200px;
    background-repeat: no-repeat;
    float: right;
    display: block;
    right: -60px;
    z-index: 2;
    position: relative;
}

.q_timetaken {
    float: right;
    width: auto;
    position: relative;
    right: 0px;
}

.timetaken_ico img {
    max-width: 25px;
    float: left;
    margin-right: 10px;
}

.cont_assess .question-container.quiz_title .assessment_subjects_holder {
    width: 80%;
    float: left;
    margin-top: 5px;
}

.cont_assess .question-container.quiz_title .timetaken_ico h4{ float:right; padding-left:10px; text-transform:uppercase; font-size:15px; color:#09417D; font-size:14px; }

.cont_assess .question-container.quiz_title span.total_timetaken {
    display: block;
    color: #000000;
    position: relative;
}

.cont_assess .question-container.quiz_title span.time_taken {
    color: #09417D;
}

.cont_assess .question-container.quiz_title span.total_timetaken {
    color: #000000;
}

.cont_assess .question-container.quiz_title .timetaken_ico span {
    text-transform: uppercase;
}


.newcont_assess .bluebox_header span {
    font-weight: bold;
}

.newcont_assess .bluebox img {
    margin: 0 auto;
    padding: 0px;
    float: none;
    display: block;
    padding-bottom: 0px;
    max-width: 30%;
}

.newcont_assess .bluebox {
    margin-top: -90px;
    border-radius: 0px;
    display: block;
    padding: 10px 30px;
    float: left;
    height: auto;
}

.newcont_assess .bluebox_header {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.newcont_assess .bluebox_desription span {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.newcont_assess .bluebox_header h4 {
    font-size: 25px;
    color: #18a2e3;
}

.newcont_assess .quiz_settings {
    margin-top: 90px;
    border-radius: 10px;
    padding-top: 10px;
    border: 0px;
}

.assessmenttype_text {
    background: #ececec;
    padding: 6px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.newcont_assess .assessmenttype_text h3 {
    margin-bottom: 15px;
    margin-top: 15px;
}


span.label_question {
    float: right;
    margin-top: -35px;
}

/* ------ Added by M 14052024 for bonus quiz feature ----- */
span.assessmenttype_label.bonusq { 
  background:#e3a318;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width:120px;
}

.img-header-banner.assessmenttype_page.bonusq{
  background: url(../images/revise_aeroplaneflybackground.svg) no-repeat, linear-gradient(0deg, #d1b212 0%, #ca8f0e 60%);
  /* background: url(../images/revise_aeroplaneflybackground.svg) no-repeat, linear-gradient(0deg, rgba(38, 188, 197, 1) 0%, rgba(24, 162, 227, 1) 60%); */
  /* background: url(../images/revise_aeroplaneflybackground.svg) no-repeat, linear-gradient(0deg, rgb(227, 213, 24) 0%, rgba(24, 162, 227, 1) 60%); */
  background-position: bottom;
}
.sticky_wrap_timeandprogress.bonusq #progress-num a,
.sticky_wrap_timeandprogress.bonusq #progress-num a:hover{text-decoration:none;}

.sticky_wrap_timeandprogress.bonusq #progress-num .step.active{
    border-color: #af5317;
    background-color: #fff;
    color: #af5317;
    border-top-color: #af5317;
    border-right-color: #af5317;
    border-bottom-color: #af5317;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.sticky_wrap_timeandprogress.bonusq #progress-num .step.completed{
  border-color: #af5317;
  background-color: #af5317;
  color: #fff;
}
.sticky_wrap_timeandprogress.bonusq #progress-num .step.completed:hover{
  background-color: #ea640d;
  cursor:pointer;
}
.sticky_wrap_timeandprogress.bonusq #progress-num .step.redo{
  background-color: #ea640d;
}
.sticky_wrap_timeandprogress.bonusq #progress-num .step.redo:hover{
  cursor:default;
}
.sticky_wrap_timeandprogress.bonusq #progress-bar{
  background:#af5317;
}
/* ------ end of Added by M 14052024 for bonus quiz feature ----- */


@media screen and (max-width: 400px){

.cont_assess span.time_icon {
    font-size: 11px;
    margin-top: 5px;
}

.cont_assess span.time_icon img {
    max-width: 15%;
}
/* end of new child revise portal look*/
}


@media screen and (min-width: 0px){

  .img-header-banner.assessmenttype_page {
    background-size:auto!important;
    height: auto;
  }

  .img-header-banner.assessmenttype_page .mob-landscape {
      display: flex;
      flex-direction: row;
      align-items: normal;
  }

  .sticky_wrap_timeandprogress .nav_back_timer{
    position: fixed;
    bottom: 410px;
  }

  .sticky_wrap_timeandprogress #progress-num .step {
      border-radius: 100%;
      width: 30px;
      height: 30px;
      line-height: 24px;
      font-size: 13px;
  }

  .sticky_wrap_timeandprogress #progress {
      position: relative;
      margin: -20px auto;
      max-width: 250px;
  }

  .sticky_wrap_timeandprogress #progress.twelvequestions {
      position: relative;
  }    

  .img-header-banner.assessmenttype_page{
      background: linear-gradient(0deg, rgba(38,188,197,1) 0%, rgba(24,162,227,1) 40%);
  }

  .img-header-banner.assessmenttype_page.bonusq{ /* Added by M 14052024 */
    background: linear-gradient(0deg, #d1b212 0%, #ca8f0e 40%);
  }

}





@media screen and (min-width: 900px){

.sticky_wrap_timeandprogress #progress.twelvequestions{
    position: relative;
    max-width: 780px;
    margin: 0px auto;
  }

.sticky_wrap_timeandprogress #progress {
    position: relative;
    max-width: 480px;
    margin: -20px auto;
}

.sticky_wrap_timeandprogress #progress-num .step {
  width: 40px;
  height: 40px;
  line-height: 33px;
}

}




/** MOBILE RESPONSIVENES **/

@media screen and (max-width: 320px) {
	/* Assessment 1.2 - Added by M 26012021 */
  .achvmt .maintxt {font-size:16px;}/*Added by M 24052021 */
  .quiz_result .quiz_score{font-size:12px;} /*Added by M 24052021 */
  .quiznavbut a.mentor{width:80px;} /* Added by M 24052021 */
  .quiznavbut a.mentor span{display: none;}/* Added by M 24052021 */
  /* End of Assessment 1.2 */
  
  /* For AI Practice */
  .ai_content .bck span{display: none;}
  .ai_content .headtitle .title {font-size:16px;}
}

@media screen and (min-width: 320px) {
  /* Assessment 1.2 - Added by M 26012021 */
  .head_quiztitle{padding:10px 0px 10px 0px;}
  .img-header-banner.row.web{display:none;}
  .row.tab.web{display:none;}
  .question-progress-stat .sect_info span{display:none;}
  .question-progress-stat .sect_prog{padding:20px 50px;}
  .question-progress-stat .prog:not(.current){display:none;}
  .result_stat .stat-badge .web{display:none;}
  .result_stat .stat-badge .smmob{display:inline-block;}
  .question-progress-stat .prog.current .statlabel.web{display:none;}
  /*.activ_but .but_mentor{display:none;}*/
  .activ_but .but_mentor span, .activ_but .but_report span{display:none;}
  .exp_panel .panel-body{flex-direction: column;align-items: flex-start;}
  .exp_panel .panel-body [class*="col-"] {width:auto;}
  .cont_assess #quiz_result.quiz_stat_result{background-size:120%};
  /* End of Assessment 1.2 */

  /*.question-progress-stat{padding: 15px 10px;}*/ /* Added by M 26012021 */

  /* For AI Practice */
  .ai_content .headtitle img{display:none;}

  /*Added by M*/
  .recentq .quiz_no, .recentq .quiz_score, .recentq .quiz_progstat{ vertical-align: top; display: inline-block; }
  .recentq .quiz_details,.recentq .quiz_title, .recentq .quiz_date, .recentq .quiz_link, .recentq .quiz_type {
    vertical-align: middle;
    display: inline-block;
  }
  .cont_assess .wrapper {padding-bottom:0px;}

  /* Added by M 26122019 */
  .enc_child_tasks{margin-top:20px;}
  .child_tasks{height:100%;margin-bottom:0px;padding-bottom:20px;}
  .child_tasks .lbl h4 {line-height: normal;}
  .child_tasks .capsule{width:30%;margin-top:10px;}
  .child_tasks .capsule .task_title{display:none;}
  .child_tasks .capsule .task_title.mob{display:block;}
  /* end of added by M 26122019 */
  
}

@media (max-width: 320px){
  .reperror_sect .status span.mob{display: none;} /* Added by M 22122020 */
  .reperror .flagdiv textarea{ height:75px;}  /* Added by M 02022021 */

  /* AI disclaimer and report 23062025 */
  .sect_ai_report .pop_airating{width:200px;}
  .sect_ai_report span.aitxt{display:none;}
}

@media screen and (max-width: 344px) { /* Added by M 21062024 */
  span.assessmenttype_label.bonusq {max-width:95px;} /* ------ for bonus quiz feature ----- */
}

@media (min-width: 320px){ 
  
  /*Question*/
  .cont_assess .question-container.quiz_title { padding: 15px 20px 15px 20px; }
  .cont_assess .question-container.quiz_title .q_title { width: 81%; }
  .cont_assess .question-container.quiz_title .q_diff { width: 17%; }


  /*Recommend*/
  #recommend .panel-body { min-height: unset; }
  #recommend .panel-body.title { height: 100px; }
  /*End of recommend */

}

@media (width:360px){
  /* For AI Practice */
  .ai_content .headtitle .title {font-size:18px;}
}

@media (min-width: 375px){
  
}

@media (min-width: 414px){
  .result_stat .stat-badge .web{display:inline-block;}
  .result_stat .stat-badge .smmob{display:none;}


}



@media only screen and (max-width: 767px) and (min-width: 320px){ /*This is the size before tablet*/

  /*Assessment recent quiz*/ /*Added by M*/
  .recentq .firstrow-wrap { display: none; }
  .recentq .quiz_details { width: 93%; }
  /* Added and edited by M 24052021*/
  .recentq .quiz_title { width: 55%;}
  .recentq .quiz_score {width: 100%;}
  .quiz_result  .quiz_score, .quiz_result .quiz_link {text-align: right;}
  /* end of added and edited by M 24052021*/
  .recentq .quiz_date { width: 79%; text-align: left; }
  .recentq .quiz_link { width: 19%; font-size: 15px; }
  .recentq .quiz_result .quiz_score_fail, .recentq .quiz_result .quiz_score_pass { font-size: 19px; }
  .quiz_result .quiz_title h4 { font-size: 14px;}

  .recentq .quiz_type {
    width: auto;
    float: right;
   }

  /*End of assessment recent quiz*/

  /* add total timer in quiz results by H 20062022*/
  .cont_assess .question-container.quiz_title .timetaken_ico img {
    float: left;
    margin-right: 10px;
  }

  .cont_assess .question-container.quiz_title .q_timetaken {
    float: right;
    width: 90px;
    position: absolute;
    margin-top: 10px;
    right: 10px;
  }

  .cont_assess .question-container.quiz_title .q_title {
    width: 100%;
  }

  .timetaken_ico {
    float: none;
  }

  /* end of add total timer */

}





@media (min-width: 767px) {

   /*Question*/


  .cont_assess .question-container.quiz_title .q_title { width: 80%; }
  .cont_assess .question-container.quiz_title .q_diff { width: 19%; }

  .answer_wrapper .question-container.quiz_title .q_title { width: 96%; }


  /*Recommend*/
  #recommend .panel-body.title { height: 95px !important; }
  /*End of recommend*/
}

@media (min-width: 768px){
   /* Assessment 1.2 - Added by M 26012021 */
  .question-progress-stat .statend.mob{display:none;}
  .question-progress-stat .sect_info span{display:inline-block;}
  .question-progress-stat .prog:not(.current) {display:block;}
  .question-progress-stat .prog.current .statlabel.web{display:inline-flex;}
  .question-progress-stat .sect_prog {padding: 20px 30px 20px 60px;}
  .question-progress-stat .sect_img{padding:0;display:flex;align-items: flex-end;}
  .activ_but .but_mentor span, .activ_but .but_report span{display:inline;}
  .exp_panel .panel-body{flex-direction:column;align-items: center;} /* Edited by M 28072025 */
  .exp_panel .panel-body .sect_exp {width:100%;white-space: pre-line;} /* Edited by M 28072025 */
  /* .exp_panel .panel-body .sect_exp {width:75%} */ /* Edited by M 28072025 */
  .exp_panel .panel-body .sect_analytics {width:25%}
  .exp_panel .stat-badge{margin: 8px 0 10px 0;}
  /* End of Assessment 1.2 */

  .recentq .quiz_score { /* added by M*/
    vertical-align: middle;
  }

  .recentq .quiz_type {
    vertical-align: middle;
}

  /* for new look quiz added by H 20062022 */

  .container.questionstartcontainer {
    padding-left: 0px;
    padding-right: 0px;
  }

  .nav_back_title a {
    top: -20px;
    position: relative;
  }


  .sticky_wrap_timeandprogress #progress-num .step{
    display: block !important;
  }

  .sticky_wrap_timeandprogress .time_ico{
    display: none;
  }

  .sticky_wrap_timeandprogress #progress-bar, .sticky_wrap_timeandprogress #progress-num::before{
     display: block !important;
  }

  .sticky_wrap_timeandprogress #progress.twelvequestions {
    position: relative;
    max-width: 640px;
    margin: -20px auto;
  }     

  .sticky_wrap_timeandprogress #progress {
    position: relative;
    max-width: 480px;
    margin: -20px auto;
  }

  .sticky_wrap_timeandprogress #progress-num .step {
    border: 3px solid #CCCCCC;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 42px;
    text-align: center;
    background-color: #CCCCCC;
    color: #ACACAC;
    font-family: sans-serif;
    font-size: 14px;  
    position: relative;
    z-index: 1;
    font-weight: bold;
  }

  .sticky_wrap_timeandprogress #progress-num .step {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }

  .img-header-banner.assessmenttype_page {
    height: auto;
    background: url(../images/revise_aeroplaneflybackground.svg) no-repeat, linear-gradient(0deg, rgba(38,188,197,1) 0%, rgba(24,162,227,1) 40%);
  }

  .img-header-banner.assessmenttype_page .mob-landscape {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .img-header-banner.assessmenttype_page {
    background: url(../images/revise_aeroplaneflybackground.svg) no-repeat, linear-gradient(0deg, rgba(38,188,197,1) 0%, rgba(24,162,227,1) 60%);
    background-position: bottom;
  }

  .img-header-banner.assessmenttype_page.bonusq{ /* Added by M 14052024 */
    background: url(../images/revise_aeroplaneflybackground.svg) no-repeat, linear-gradient(0deg, #d1b212 0%, #ca8f0e 60%);
    background-position: bottom;
  }

  .sticky_wrap_timeandprogress .nav_back_timer {
    background-image: url(../images/revise_barrytimer.png);
    height: 140px;
    width: 200px;
    background-repeat: no-repeat;
    float: right;
    display: block;
    right: 0px;
    top: -170px;
    z-index: 2;
    position: absolute;
  }

  .newcont_assess .titlepicker {
    height: auto;
  }

/*end of new look quiz */
  .enc_qn .activ_but {min-width: 195px;} /* added 26092024 */
}





@media screen and (max-device-width: 768px) and (orientation: landscape){
  /* Assessment 1.2 - Added by M 26012021 */
  .question-progress-stat .sect_prog {padding: 25px 60px;width:100%;}
  .exp_panel .panel-body{flex-direction:row;align-items: center;}
  .exp_panel .panel-body .sect_exp {width:75%;white-space: pre-line;}
  .exp_panel .panel-body .sect_exp {width:75%}
  .exp_panel .panel-body .sect_analytics {width:25%}
  .exp_panel .stat-badge{margin: 8px 0 10px 0;}

  .achvmt .modal-content{max-height: calc(130vh - 150px);}
  .achvmt .modal-body .pic{margin-top:20px;/*width:50%;*/} /* Edited by M 24052021*/
  .achvmt .modal-body h2{font-size:20px;}
  .achvmt .modal-body p{padding:0;}
  .achvmt .maintxt, .achvmt .retain .maintxt{font-size:14px;padding-bottom: 0;} /* Edited by M 24052021 */
  .achvmt .subtxt{padding:0;}
  .achvmt .modal-footer{padding:0px 0px 20px 0px;}
  /* End of Assessment 1.2 */

/* For AI Practice */
  .ai_content .headtitle img{display:none;}

  /* Recommended lessons */
  .cont_nav_lesson.rec .lesson-teacher {width: 3%;}
  .cont_nav_lesson.rec .lesson-details {width: 92%;}
  /* end of Recommended lessons */
}
/* added by M*/

@media screen and (max-device-width: 823px) and (orientation: landscape){
  .achvmt .modal-content{max-height: calc(130vh - 150px);}
  .achvmt .modal-body .pic{margin-top:20px;}
  .achvmt .modal-body h2{font-size:20px;}
  .achvmt .modal-body p{padding:0;}
  .achvmt .maintxt, .achvmt .retain .maintxt{font-size:14px;padding-bottom: 0;} /* Edited by M 24052021 */
  .achvmt .subtxt{padding:0;}
  .achvmt .modal-footer{padding:0px 0px 20px 0px;}


}

/* Added By CQ 20231205 Assessment v1.2 Hide Ask Mentor For Touch Screen Device */
@media (pointer:coarse){
    .quiznavbut a.mentor {display:none;}
    .activ_but .but_mentor {display:none;}
}

@media (max-width: 767px){
/*Quiz Settings*/
  .cont_assess .quiz_settings {padding: 0 30px 30px 30px;margin-top:70px;}
  .cont_assess .quiz_settings #quiz-img {width: 150px;padding-bottom: 10px;}  

  /*Questions and review container*/
  /*.cont_assess .question-container { padding: 35px 20px 30px 20px; }*/
  .cont_assess .question-container { padding: 10px 20px 30px 20px; } /*Edited by M 26012021*/

  .cont_assess #quiz_result h1 { font-size: 30px; }
  .cont_assess #quiz_result h4 { font-size: 15px; }
  .cont_assess #quiz_result { padding-bottom: 15px; }

  .cont_assess .question-container.quiz_title h4 { font-size: 15px; }
  .cont_assess .question-container.quiz_title span.advanced, #tab_quiz .question-container.quiz_title span.intermediate, #tab_quiz .question-container.quiz_title span.beginner { display: none; }

  .cont_assess .tab-wrap .container { margin: 0; padding: 0; }
  /*End of Quiz Settings*/

  /* Assessment v1.2 Only Show Ask Mentor For Desktop */
  .quiznavbut a.mentor {display:none;} /* Added By CQ 20210624*/
  .activ_but .but_mentor {display:none;} /* Added By CQ 20210624*/

  /*Recommend*/
  #recommend .panel-body.title { text-align: center;}
  #recommend { 
    margin-right: 0;
    margin-left: 0px;
    padding-right: 4px;
  }
  /*End of recommend */

  .cont_assess {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .img-header-banner.assessmenttype_page {
    background: linear-gradient(0deg, rgba(38,188,197,1) 0%, rgba(24,162,227,1) 70%);
  }

  .img-header-banner.assessmenttype_page.bonusq{ /* Added by M 14052024 */
    background: linear-gradient(0deg, #d1b212 0%, #ca8f0e 70%);
  }

  body.assmtnew {
    overflow: initial;
  }

  .newcont_assess{
    margin-top: 0px;
  }

  .container.questionstartcontainer {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tabbable-panel.links li {
    display: block !important;
  }

  .tabbable-panel.links .nav-tabs-responsive > li.active:first-child {
    margin-left: 0%;
  }

  .tabbable-panel.links li {
    display: block !important;
    width: 47%;
  }

  .tabbable-panel.links li a {
    text-align: center;
  }

  .cont_assess .question-container.quiz_title span.assessmenttype_label {
    margin-right: 10px;
    float: left;
    position: relative;
  }

  .cont_assess .question-container.quiz_title span.q_subjectlabel {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
  }

  span.time_taken {
    display: none;
  }

  .timetaken_ico img {
    max-width: 15px;
    float: left;
  }

  .cont_assess .question-container.quiz_title .assessment_subjects_holder {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .answer_wrapper .question-container {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

/*Assessment recent quiz*/ /*Added by M*/
  .recentq .firstrow-wrap { display: none; }
  .recentq .quiz_details { width: 93%; }
  /* Added and edited by M 24052021*/
  .recentq .quiz_title { width: 55%;}
  .recentq .quiz_score {width: 100%;}
  .quiz_result  .quiz_score, .quiz_result .quiz_link {text-align: right;}
  /* end of added and edited by M 24052021*/
  .recentq .quiz_date { width: 79%; text-align: left; }
  .recentq .quiz_link { width: 19%; font-size: 15px; }
  .recentq .quiz_result .quiz_score_fail, .recentq .quiz_result .quiz_score_pass { font-size: 19px; }
  .quiz_result .quiz_title h4 { font-size: 14px;}
  .recentq .quiz_type { width: auto; float: right;}

  }



@media screen and (min-width: 641px) and (max-width: 991px){
  .sticky_wrap_timeandprogress #progress-num .step {
    display: block !important;
  }
}



@media screen and (max-width: 991px){

  .img-header-banner.assessmenttype_page {
    background-position: right;
  }

  .img-header-banner.assessmenttype_page.bonusq .nav_back_area .nav_back_title h4{margin-bottom:5px;} /* Added by M 14052024 */
  .img-header-banner.assessmenttype_page.bonusq .nav_back_area .nav_back_title a{margin-top:10px;display: block;} /* Added by M 14052024 */

  .newcont_assess .titlepicker {
    height: auto;
  }

  body.assmtnew{
    overflow: initial;
  }

  .questionstartcontainer .cont_assess {
    margin-top: 40px;
  }

  .sticky_wrap_timeandprogress {
    height: 80px;
  }

  .questionstartcontainer #tab_quiz {
    margin-top: -30px;
  }

  .sticky_contents {
    display: table;
    margin: 0 auto;
  }

 .sticky_wrap_timeandprogress span.time_ico {
    display: block;
  }

 .sticky_wrap_timeandprogress #progress-num .step {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 24px;
    font-size: 13px;
  }

 .sticky_wrap_timeandprogress #progress-bar, .sticky_wrap_timeandprogress #progress-num::before {
    display: none !important;
  }

 .sticky_wrap_timeandprogress #progress-num .step {
    margin-left: 7px;
  }

 .sticky_wrap_timeandprogress #progress-num .step:nth-child(1) {
    margin-left: 0px;
  }

 .sticky_wrap_timeandprogress #progress {
    position: relative;
    margin: 0px auto;
    max-width: 100%;
    float: left;
  }

  .sticky_wrap_timeandprogress {
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 10px 10px 10px;
    width: 100%;
    margin-top: -26px; /*Edited by M 14052024 ori margin-top: -25px; */
    height: 85px;
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
    z-index: 10;
    background: linear-gradient(to bottom, #22b5cd 25px, #f9f9f9 25px, #f9f9f9);
  }

  .sticky_wrap_timeandprogress.bonusq {background: linear-gradient(to bottom, #cfa810 25px, #f9f9f9 25px, #f9f9f9);} /* Added by M 14052024 */

  .sticky_wrap_timeandprogress.notimer {
    height: 55px;
  }

  .sticky_wrap_timeandprogress .nav_back_timer {
    background-image: none;
    bottom: 0px;
    position: relative;
    top: 40px;
    height: auto;
    float: none;
    width: 70px;
    margin: 0 auto;
    display: block;
    right: 0px;
  }

  .sticky_wrap_timeandprogress span.timeleft_counter {
    position: absolute;
    top: 0px;
    color: #09417D;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    right: 0px;
  }

  .sticky_wrap_timeandprogress label.countdownText{
    display: none;
 }

  .sticky_wrap_timeandprogress span.time_ico {
    position: absolute;
    top: 0px;
    color: #09417D;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    right: 0px;
    margin-right: 25px;
  }

  .sticky_wrap_timeandprogress span.time_ico img {
    max-width: 50%;
  }

  .sticky_wrap_timeandprogress span.timeleft_counter #aftercount {
    font-weight: bold;
    color: #09417D;
    left: 35px;
    position: relative;
  }

  .newcont_assess #tab_quiz {
   margin-top: -10px;
  }

  .newcont_assess .bluebox img {
    margin: 0 auto;
    padding: 0px 0px;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    max-width: 40%;
  }

  .newcont_assess .quiz_settings {
    border-radius: 10px;
    padding-top: 10px;
    border: 0px;
    padding: 40px 20px;
    margin-top: 90px;
  }


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) {

.sticky_wrap_timeandprogress {
    margin-top: -25px;
}

}



@media only screen and (max-width: 895px) and (min-width: 768px) {
  /* Recommended lessons */
  .cont_nav_lesson.rec .lesson-teacher {width: 3%;}
  .cont_nav_lesson.rec .lesson-details {width: 92%;}
  /* end of Recommended lessons */
}



@media (min-width: 896px){  /*Full navigation will be shown in this size*/
  /* For AI Practice */
  .ai_content .headtitle img{display:block;}
  
  /*Recommend*/
  #recommend .panel-body.title { height: 95px !important; }
  /*End of recommend*/
}

/*Desktop and laptop size*/
@media (min-width: 992px){
  /* Assessment 1.2 - Added by M 26012021 */
  .head_quiztitle{padding:30px 0px 10px 0px;}
  .img-header-banner.row.web{display:block;}
  .row.tab.web{display:block;}
/*  .question-progress-stat .sect_prog{padding:25px 50px 25px 80px;} ORI */
  .question-progress-stat .sect_prog{padding:35px 50px 35px 80px;}
  .exp_panel .panel-body{flex-direction:column;align-items: center;} /* Edited by M 28072025 */
  .exp_panel .panel-body .sect_exp {width:100%;white-space: pre-line;} /* Edited by M 28072025 */
  /* .exp_panel .panel-body .sect_exp {width:85%} */ /* Edited by M 28072025 */
  .exp_panel .panel-body .sect_analytics {width:15%}
  .cont_assess #quiz_result.quiz_stat_result{background-size:100%};
  /* End of Assessment 1.2 */

  /*Recommend*/
  #recommend .panel-body.title { height: 115px !important; }
  /*End of recommend*/

  /* Added by M 26122019 */
  /*.enc_child_tasks{margin-top:20px;}*/
  .child_tasks{height:80px;margin-bottom:70px;}
  .child_tasks .capsule{width:19%;}
  .child_tasks .capsule .task_title{display:block;}
  .child_tasks .capsule .task_title.mob{display:none;}
  /* end of added by M 26122019 */

  /* Enhance Explanation plus 27082024 */
  .enh_panel{margin-top: 25px;}
  .enh_panel .panel-body{flex-direction:row;align-items:flex-end;padding: 10px;}
  .enh_panel .lftsect img{height:80px;margin-top:0;}
  .enh_panel .rgtsect{text-align: left;border-bottom-left-radius:0px; margin-left:-20px;}

}

@media (min-width: 1200px){
  /* Assessment 1.2 - Added by M 26012021 */
  /*.activ_but .but_mentor {display:inline-block;}*/ /*show mentor button only in desktop version*/
  /* End of Assessment 1.2 */
}

/*Landscape*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  .reperror .modal-body{ height:180px;overflow: auto;border-bottom-right-radius: 0px;} /* Added by M 22122020 */
  
}
/*End of Landscape*/

/* Fix for iPhone 5 */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

  
}

/* End of iPhone 5 */

/* iPhone 6+, 7+ and 8+ */
@media only screen 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (max-device-width: 667px) 
  and (min-device-width: 375px) 
  and (orientation: landscape) { 

  
  /*Modal*/
  .modal-body { max-height: 110px; }
  .modal-footer p { margin-bottom: 5px; }
  .modal-footer #check_prompt { padding-bottom: 5px; }
  .modal-footer { padding: 13px 30px 15px 30px; }
  /*End of Modal*/
}
/* End of iPhone 6+, 7+ and 8+ */

@media screen and (max-device-width: 768px) and (orientation: portrait) { /*Ipad mini*/
  
}

/* Fix for iPhone 5 */
@media only screen 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (max-device-width: 568px) 
  and (min-device-width: 320px) 
  and (orientation: portrait) {
  
}

/* iPhone 6+, 7+ and 8+ */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

  
}

@media all and (orientation: landscape){
  .newcont_assess .bluebox img {
    max-width: 30% !important;
}
 }


@media only screen and (min-device-width: 360px) and (max-device-height: 915px) and (orientation: landscape) { 

.sticky_wrap_timeandprogress {
 top: 60px;
}

#tab_assess {
 max-width: 90%;
 margin: 0 auto;
}

.revise_mainscreen .bluebox_desription span {
 font-size: 12px;
}
 }

@media only screen and (min-device-width: 912px) and (max-device-height: 1368px) and (orientation: portrait){

  .sticky_wrap_timeandprogress #progress.twelvequestions {
    margin: 0px auto;
  }

  .img-header-banner.assessmenttype_page {
    background: linear-gradient(0deg, rgba(38,188,197,1) 0%, rgba(24,162,227,1) 60%);
  }

  .img-header-banner.assessmenttype_page.bonusq{ /* Added by M 14052024 */
      background: linear-gradient(0deg, #d1b212 0%, #ca8f0e 60%);
  }
} 


@media only screen and (min-device-width: 812px) and (max-device-height: 400px) and (orientation: landscape){

  .sticky_wrap_timeandprogress #progress.twelvequestions {
    margin: 0px auto;
  }

  .img-header-banner.assessmenttype_page {
    background: linear-gradient(0deg, rgba(38,188,197,1) 0%, rgba(24,162,227,1) 60%);
  }

  .img-header-banner.assessmenttype_page.bonusq{ /* Added by M 14052024 */
      background: linear-gradient(0deg, #d1b212 0%, #ca8f0e 60%);
  } 
} 

@media only screen and (min-device-width: 896px) and (max-device-height: 414px) and (orientation: landscape){

  .sticky_wrap_timeandprogress {
    top: 80px;
  }

  .sticky_wrap_timeandprogress #progress.twelvequestions {
    margin: 0px auto;
  }

  .img-header-banner.assessmenttype_page {
    background: linear-gradient(0deg, rgba(38,188,197,1) 0%, rgba(24,162,227,1) 60%);
  }

  .img-header-banner.assessmenttype_page.bonusq{ /* Added by M 14052024 */
      background: linear-gradient(0deg, #d1b212 0%, #ca8f0e 60%);
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape){

.newcont_assess .bluebox img {
  max-width: 50% !important;
}
 }

@media only screen and (min-device-width: 768px) and (max-device-height: 1180px) and (orientation: portrait){

  .img-header-banner.assessmenttype_page {
    background: linear-gradient(0deg, rgba(38,188,197,1) 0%, rgba(24,162,227,1) 60%);
  }

  .img-header-banner.assessmenttype_page.bonusq{ /* Added by M 14052024 */
      background: linear-gradient(0deg, #d1b212 0%, #ca8f0e 60%);
  }

  .sticky_wrap_timeandprogress #progress.twelvequestions {
    margin: 0px auto;
  }     
}

 @media screen and (max-width: 768px){
    .tabbable-line > .container > .left-tab > .nav-tabs > li > a{
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    }

    .tabbable-line > .container > .left-tab > .nav-tabs > li {
    margin-right: 0px;
    float: left;
    margin-bottom: 0px;
    display: block;
    width: auto;
    } 

   .tabbable-line > .container > .left-tab > .nav-tabs > li:last-child > a {
    border-right: 0px;
    }

    .nav-tabs-responsive > li.active:first-child {
    margin-left: 0% !important;
    }
}

@media screen and (max-width: 400px){
    .tabbable-line > .container > .left-tab > .nav-tabs > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}




