html,body{width: 100%;height: 100%;}

body{font-family: Roboto; font-size: 14px; color: #444; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

a, .btn {-webkit-transition: all 400ms linear;-moz-transition: all 400ms linear;-o-transition: all 400ms linear;-ms-transition: all 400ms linear;transition: all 400ms linear;}


.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #009de1;
}

a.cust-men-slug:hover {
  color: #0ad0f4 !important;
}
a.is-active span.link-plans-nav {
  color: #0ad0f4 !important;
}
/*COMMON STYLES*/

/*MAIN STYLE STARTS*/

/*HEADER*/
.preloader .preloader_block {
  position: fixed;
  z-index: 9999;
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.cust-men-slug:hover {
  color: #0ad0f4 !important;
}
a.is-active span.link-plans-nav {
  color: #0ad0f4 !important;
}

.siteHeader{
    border-bottom: 1px solid #efefef;
    top:0px;
}

.siteHeader a.navbar-brand.text-info {
  height: 35px;
  padding: 0;
  display: block;
}
/* .siteHeader a.navbar-brand.text-info img {
  width: 35px;
  height: 35px;
  display: block;
} */

.siteHeader a.btn.btn-danger.btn-sm {
    margin-top: -25px;
}
.siteHeader .currTestName{
    padding-top: 8px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

/*BOOTSTRAP 4 DROPDOWN ON HOVER*/
.HRmainnav .dropdown-menu{margin-top: 0;}
.HRmainnav .dropdown-menu .dropdown-item{font-size: 13px;font-weight: 600;}
.HRmainnav .dropdown-menu .dropdown-item:hover,
.HRmainnav .dropdown-menu .dropdown-item:focus{background-color: #2B5CB4;color: #fff;}
.HRmainnav .dropdown:hover>.dropdown-menu {
  display: block;
  left: 0;
}

/* .mainContent{position: relative;} */
span.topsectionTimer {
  background: #eee;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
}
.mainContent {
    position: relative;
    height: calc(100vh - 57px);
    /* overflow: hidden; */
}

.quesOptContent {
    height: calc(100vh - 57px);
    padding-top: 47px;position: relative;
}
.quesMainArea{
    height: 100%;
}
.quesMainArea .tab-content>.tab-pane{
    padding-right: 300px;
    position: relative;
    transition: all 200ms ease-in-out;
}
.quesMainBlock {
    height: calc(100vh - 201px);
    overflow-y: scroll;

}
.quesDescBlock {
    height: calc(100vh - 201px);
    overflow-y: scroll;
}
.quesDescBlock,.quesMainBlock{
    padding: 40px;
}
.quesMainBlock img {
  max-width: 100%;
  /*height: 150px;
  padding: 10px;*/
}

.infoSidebar {
  z-index: 9;
  position: absolute;
  height: 100%;
  background: #a5dce8;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  transition: all 200ms ease-in-out;
}
.infoSidebar .loggerUserDet {height: 47px; border-bottom: 1px solid #57c6de; padding: 5px 15px; display: flex; flex-direction: row; align-items: center; font-size: 16px; font-weight: 500; color: #333; }
.infoSidebar .loggerUserDet i.la{font-size: 18px; background: #fff; color:#17b6d8;height: 25px;width: 25px;border-radius: 100px;line-height: 25px;text-align: center;margin-right: 8px; }
.infoSidebar .sidebarOpenClose {
  position: absolute;
  width: 16px;
  height: 50px;
  background: #333;
  top: 0;
  bottom: 0;
  border: none;
  outline: 0;
  border-radius: 3px 0 0 3px;
  margin: auto 0;
  left: -16px;
  color: #fff;
  padding: 0;
  font-size: 15px;
  display: block;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: none;
}

.questAnsStatsBlock{font-size: 11px;color: #333;padding: 10px 15px;}
.questAnsStatsBlock ul{margin-bottom: 0;}

.questAnsStatsBlock li {
  margin-bottom: 4px;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
}
.questAnsStatsBlock .infoCircle{
    position: relative;
    height: 29px;
    width: 29px;
    color: #fff;
    line-height: 29px;
    display: block;
    text-align: center;
    margin-right: 5px;
    font-weight: 700;
	background-image: url(../images/ques-status-sprite.png);
    background-repeat: no-repeat;
}
.questAnsStatsBlock .circleGreen{background-position: -7px -55px;}
.questAnsStatsBlock .circlePurple{background-position: -75px -54px;}
.questAnsStatsBlock .circlePurpleMA{background-position: -9px -87px;}
.questAnsStatsBlock .circleWhite{background-position: -107px -56px;color: #444;}
.questAnsStatsBlock .circleRed{background-position: -42px -56px;}

/* .questAnsStatsBlock .infoCircle.circlePurpleMA:after{content: "\2713"; display: block; position: absolute; color: #fff; top: -8px; right: 5px; background: #FF9800; height: 15px; width: 15px; border-radius: 30px; line-height: 15px; font-size: 9px;} */

.ansVisualRepre .sectionName{background: #fff;color: #444;padding: 5px 15px;margin-left: 15px;margin-right: 15px;margin-bottom: 15px;}
.ansVisualRepre .ansVisualList {padding: 0 15px; text-align: center; }
.ansVisualRepre .ansVisualList{height: calc(100vh - 435px); overflow-y: scroll;}
.ansVisualRepre .ansVisualList li{margin-left: 2px;margin-right: 2px;}
.ansVisualRepre .ansVisualList li a{
    position: relative;
    width: 50px;
    height: 48px;
    display: inline-block;
    background: transparent;
    color: #444;
    text-align: center;
    line-height: 47px;
    border-radius: 3px;
    font-size: 15px;
    text-decoration: none;
    overflow: hidden;
    background-image: url(../images/ques-status-sprite.png);
    background-repeat: no-repeat;
    background-position: -157px -4px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.ansVisualRepre .ansVisualList li a:hover,
.ansVisualRepre .ansVisualList li a:focus{
	background-position: -157px -124px;
}

/* For Not Answered */
.ansVisualRepre .ansVisualList li a.stNotAnswered{
    background-position: -57px -5px;
    color: #fff;
}
.ansVisualRepre .ansVisualList li a.stNotAnswered:hover,
.ansVisualRepre .ansVisualList li a.stNotAnswered:focus{
	background-position: -57px -126px;
}

/* For marked*/
.ansVisualRepre .ansVisualList li a.stMarked{
	background-position: -108px -1px;
	color: #fff;
}
.ansVisualRepre .ansVisualList li a.stMarked:hover,
.ansVisualRepre .ansVisualList li a.stMarked:focus{
	background-position: -108px -122px;
}

/* For Answered 7 Marked */
.ansVisualRepre .ansVisualList li a.stAnsMarked{
	background-position: -66px -178px;
	color: #fff;
}

/* For Answered */
.ansVisualRepre .ansVisualList li a.stAnswered{
    background-position: -4px -5px;
    color: #fff;
}
.ansVisualRepre .ansVisualList li a.stAnswered:hover,
.ansVisualRepre .ansVisualList li a.stAnswered:focus{
  background-position: -4px -126px;
}

/* For review & marked to not answered prority */
.ansVisualRepre .ansVisualList li a.stNotAnswered.stMarked.stAnsMarked{
  background-position: -57px -5px;
  color: #fff;
}
.ansVisualRepre .ansVisualList li a.stNotAnswered.stMarked.stAnsMarked:hover,
.ansVisualRepre .ansVisualList li a.stNotAnswered.stMarked.stAnsMarked:focus{
  background-position: -57px -126px;
}

/* For review & marked to not answered prority */
.ansVisualRepre .ansVisualList li a.stNotAnswered.stAnsMarked{
  background-position: -57px -5px;
  color: #fff;
}
.ansVisualRepre .ansVisualList li a.stNotAnswered.stAnsMarked:hover,
.ansVisualRepre .ansVisualList li a.stNotAnswered.stAnsMarked:focus{
  background-position: -57px -126px;
}

/* For Answered & marked & marked prority */
.ansVisualRepre .ansVisualList li a.stAnsMarked.stAnswered{
  background-position: -66px -178px;
	color: #fff;
}
.ansVisualRepre .ansVisualList li a.stAnsMarked.stAnswered:hover,
.ansVisualRepre .ansVisualList li a.stAnsMarked.stAnswered:focus{
  background-position: -66px -178px;
}

/* For marked & review to marked prority */
.ansVisualRepre .ansVisualList li a.stMarked.stAnsMarked{
  background-position: -108px -1px;
	color: #fff;
}
.ansVisualRepre .ansVisualList li a.stMarked.stAnsMarked:hover,
.ansVisualRepre .ansVisualList li a.stMarked.stAnsMarked:focus{
  background-position: -108px -122px;
}

/* For marked to marked & review prority */
.ansVisualRepre .ansVisualList li a.stAnswered.stMarked.stAnsMarked{
  background-position: -4px -126px;
	color: #fff;
}
.ansVisualRepre .ansVisualList li a.stAnswered.stMarked.stAnsMarked:hover,
.ansVisualRepre .ansVisualList li a.stAnswered.stMarked.stAnsMarked:focus{
  background-position: -108px -122px;
}

/* For marked to marked & review prority */
.ansVisualRepre .ansVisualList li a.stNotAnswered.stAnswered.stMarked.stAnsMarked{
  background-position: -66px -178px;
	color: #fff;
}





/* .ansVisualRepre .ansVisualList li a.stAnsMarked:after{content: "\2713"; display: block; position: absolute; color: #fff; top: -6px; right: 10px; background: #FF9800; height: 15px; width: 15px; border-radius: 30px; line-height: 15px; font-size: 10px;} */

.testSumitCta {position: absolute; bottom: 0; left: 0; right: 0; }


.sectionTabBlock{padding: 5px 15px;background: #ebf5f9;}
.sectionTabBlock .viewInLang{float: right;}
.sectionTabBlock .viewInLang .form-group{padding: 0;}

.sectionTabBlock .nav-pills .nav-link{color: #00BCD4; background-color:transparent;font-weight: 500;}
.sectionTabBlock .nav-pills .nav-link.active{color: #fff; background-color: #00BCD4;}

.quesInfoBlock{padding:5px 10px!important;background: #fff;border-bottom: 1px solid #efefef;}
.quesInfoBlock .marksTimeInfo{float: right;}
.quesInfoBlock .marksTimeInfo ul{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center;}
.quesInfoBlock .marksTimeInfo ul li{margin-left: 10px;}

.quesInfoBlock .btnLinkGroup .quesTimerWrap {
  display: inline-block;
  padding-right: 10px;
}
.quesInfoBlock .btnLinkGroup .btn{margin-left: 10px;}

.quesOptContent .quesectiohdr{position: absolute;left: 0;right: 0;top: 0;}
.quesOptContent .quesOptBlock{position: absolute;left: 0;right: 0;bottom:0;padding: 5px 15px;background: #ebf5f9;border-top: 1px solid #efefef;padding-right: 310px;z-index: 3;}
.quesOptContent .quesOptBlock .markRevwOpt{float: left;}
.quesOptContent .quesOptBlock .saveNextQue{float: right;}

.quesOptContent .quesOptBlock .btn{font-size: 16px;}

.col-right{border-left: 1px solid #ddd;}

.quesMainBlock .custom-control.custom-radio {
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding-left: 40px;
}

.quesMainBlock .custom-control.custom-radio:hover {
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
}

.quesMainBlock .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #29bbda;
}

.quesMainBlock .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #19a6c3;
  background-color: #37d0f0;
}

.quesMainBlock .custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #30ceee;
}

/* .custom-radio .custom-control-label::before, .custom-control-label::after {
  top: 12px;
  left: -25px;
} */

.quesMainBlock .custom-control-input~.custom-control-label::before,
.quesMainBlock .custom-radio .custom-control-input~.custom-control-label::after{
  top: 12px;
  left: -25px;
}


.quesMainBlock .custom-control-label{
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.quesMainBlock .custom-control-label p{margin-bottom: 0;}

.quesMainBlock .andOptItemsBlock {
  margin-top: 20px;
  max-width: 800px;
}
.quesMainBlock .andOptItemsBlock input[type='radio']{margin-right: 8px;}
.quesMainBlock .andOptItemsBlock label{font-weight: normal; cursor: pointer; display: block;}
.quesMainBlock .questionImage{margin-bottom: 40px;margin-left: 20px;}

.quesMainBlock table{
    width: 100%;
    max-width: 800px;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.quesMainBlock table tr:first-child{
    background-color: rgba(0,0,0,.05);
}
.quesMainBlock table tr:first-child td{
    font-weight: 600;
}
.quesMainBlock table td{
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #212529;
    text-align: left;
}

.solutions ul{ list-style: disc !important;padding-left:18px;}
.solutions ol{padding-left:18px;}

.hrmarked__block p{
    margin-bottom: 0!important;
}

.topperBlock.card.text-center.rounded p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
}

/* TEST ATTEMPT RESPONSIVE */
.sidebar__togglebtn {
	position: fixed;
	bottom: 70px;
	right: 10px;
	background: #6ed46e;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	z-index: 9;
	display: none;
}

.sidebar__togglebtn:hover,
.sidebar__togglebtn:focus {
  color: #fff;
  text-decoration: none;
}

.course-thumb img {
  width: 100px !important;
  height: auto;
  padding: 5px 0;
}

span.freeSeries {
  margin-left: 10px;
  border-radius: 3px;
}

.quesDescBlock table{
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.quesDescBlock table th {
  vertical-align: middle;
  border-bottom: 2px solid #dee2e6;
}
.quesDescBlock table td, .quesDescBlock table th {
  border: 1px solid #dee2e6;
  padding: .75rem;
}

/* STRENGTH CARD HEIGHT FIX*/
.heightFixCard{
  position: relative;
  height: 530px;
  padding-bottom: 15px;
  overflow: hidden;
}

#cardStrength .btn.btn-light,
#cardWeak .btn.btn-light {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #eee;
  border-radius: 0;
}

.ca_desc ul{
  list-style: disc !important;
}

/*MEDIAQUERIES*/

/* DESKTOP SIDEBAR OPEN CLOSE STARTS */
@media (min-width: 768px) {
  .infoSidebar .sidebarOpenClose {
    display: block;
    transition: all 300ms ease-in-out;
  }
  body.sidebar__isClosed {
    overflow: hidden;
  }

  body.sidebar__isClosed .infoSidebar {
    right: -315px;

  }



  body.sidebar__isClosed .sidebarOpenClose i.la.la-angle-right:before {
    content: "\f111";
  }
  body.sidebar__isClosed .quesMainArea .tab-content>.tab-pane {
    padding-right: 0;
  }
  body.sidebar__isClosed .quesOptContent .quesOptBlock{padding-right: 15px;}
  body.sidebar__isClosed .quesMainArea {
    position: relative;

  }

  body.sidebar__isClosed .row.h-100.no-gutters.showBlock {
    overflow: hidden;
  }

}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  .quesDescBlock img, .quesDescBlock p img { width: 100%;}
}


/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .sectionTabBlock>span.mt-0.mb-0 {
    font-size: 12px;
  }

  .sectionTabBlock .nav-pills .nav-link {
    max-width: 110px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #navbarSupportedContent.navbar-collapse ul,
  #navbarSupportedContent.navbar-collapse div {
    display: inline-block;
  }

  .sectionTabBlock .viewInLang .form-inline label {
    font-size: 12px !important;
  }

  .sectionTabBlock .viewInLang .form-inline .custom-select-sm {
    font-size: 12px !important;
    width: 90px;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
  .quesOptContent .quesOptBlock .btn {
    font-size: 12px;
    padding: 10px;
  }


  .sidebar__togglebtn{display: block;}
  .quesMainBlock,
  .quesDescBlock,
  .mainContent,
  .row.h-100.no-gutters.showBlock,
  .tab-pane .showBlock .row .col-sm-6.h-100.col-left.p-0,
  .tab-pane .showBlock .row .h-100.col-right.p-0.col-sm-6 {
    height: auto !important;
    overflow: inherit;
  }

  .sectionTabBlock>span.mt-0.mb-0 {
    display: none;
  }

  .quesOptContent .quesOptBlock {
    padding-right: 15px;
    position: fixed;
    padding: 10px 5px!important;
  }

  .quesMainArea>.container-fluid.h-100 {
    padding: 0;
  }

  .infoSidebar {
    right: -300px;
    transition: all 300ms linear;
    /*height: calc(100% - 207px);*/
    position: fixed;
  }
  .ansVisualRepre .ansVisualList {
    height: calc(100vh - 355px);
  }

  .sectionTabBlock .nav-pills .nav-link {
    max-width: 105px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .quesMainArea .tab-content>.tab-pane {
    padding-right: 0;
    overflow-x: hidden;
  }

  .quesMainBlock .andOptItemsBlock .questionImage {
    margin-left: 0;
  }

  .quesMainBlock {
    padding: 30px 30px 140px;
  }
  .quesMainBlock ul,
  .quesMainBlock ol{
    margin: 0;
	  padding: 15px;
  }
  .quesMainBlock ul li,
  .quesMainBlock ol li{margin-bottom: 10px;}

  body.sidebar__isOpen {
    overflow: hidden;
  }

  body.sidebar__isOpen .infoSidebar {
    right: 0;

  }

  body.sidebar__isOpen .sidebar__togglebtn {
    right: 320px;
    background: #f95004;
    border-radius: 50px;
  }

  body.sidebar__isOpen .quesMainBlock {
    overflow: hidden;
  }

  body.sidebar__isOpen .sidebar__togglebtn i.la.la-bars:before {
    content: "\f191";
  }

  body.sidebar__isOpen .quesMainArea {
    position: relative;
    overflow: hidden;
  }

  body.sidebar__isOpen .row.h-100.no-gutters.showBlock {
    overflow: hidden;
  }

  body.sidebar__isOpen .quesMainArea:before{
    content: "";
    background: rgba(0, 0, 0, 0.75);
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    z-index: 9;
    transition: all 200ms ease-in-out;
  }
  .quesInfoBlock .d-inline-block {
    font-size: 12px;
  }
  .quesInfoBlock .d-inline-block i{
    display: none;
  }
  ul.navbar-nav.mr-auto.testSeriesName{
    margin-right: 0!important;
    margin-left: auto!important;
    display: inline-block!important;
  }
  .countdownTimer{
      font-size: 11px;
      padding-right: 0!important;
  }
  .siteHeader .currTestName{
    font-size: 13px;
    padding-top: 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 185px;
  }
  .fullscreen_examBtn{
    padding: 5px;
    margin-right: 5px !important;
    font-size: 11px;
    display: none!important;
  }
  span.topsectionTimer{
    margin-top: 3px;
  }



}

@media (max-width: 680px) {
  .sectionTabBlock .nav-pills .nav-link {
    max-width: 80px;
  }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .sectionTabBlock .nav-pills .nav-link {
    max-width: 65px;
  }

  .sectionTabBlock .viewInLang .form-inline label {
    display: none;
  }


  .sectionTabBlock .viewInLang .form-inline .custom-select-sm {
    font-size: 10px !important;
    width: 80px;
    margin-top: 5px;
  }

}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 479.98px) {


  .sectionTabBlock .nav-pills .nav-link {
    max-width: 60px;
  }
}

