/*---------EXAM---------*/
.exam-intro-section .panel {
  border-radius: 0;
  margin-top: 25px;
}
.question-content-wrap .question-content {
    padding: 10px;
    min-height: 700px;
}
.question-content .mt-5 {
	margin-top: 50px;
}
.exam-title {
    position: relative;
    margin-bottom: 18px;
}
.skipexam-btn {
    position: absolute;
    bottom: -25px;
    right: 0;
}
.skipexam-btn a {
    font-size: 16px;
    font-weight: 700;
    color: #a6a6a6;
    transition: all 0.3s ease 0s;
}
.skipexam-btn a:hover {
    color: #37abf2;
}
.question-content-wrap .question-content .total-time {
    font-size: 14px;
    font-weight: 700;
    margin-left: 30px;
}
.question-content-wrap .question-sidebar {
  position: relative;
  background-color: #F5F7FA;
  border: 7px solid #fff;
  padding-bottom: 90px;
}
.question-content-wrap .score-sb {
  position: relative;
  padding: 43px 12px 25px 22px;
}
.question-content-wrap .question-sidebar .title-sb {
	border-bottom: 1px solid #d4d4d4;
	color: #37abf2;
  overflow: hidden;
  margin-right: 10px;
  line-height: 2.2em;
  font-size: 18px;
  margin-bottom: 10px;
}
.question-content-wrap .score-sb .list-wrap {
	overflow: auto;
  padding-right: 10px;
  position: relative;
}
.question-content-wrap .score-sb ul {
		margin: 0 0 25px;
		padding: 0;
}
.question-content-wrap .score-sb ul li {
    position: relative;
    font-size: 15px;
    color: #666;
    overflow: hidden;
    line-height: 40px;
    border-bottom: 1px solid #d4d4d4;
}
.question-content-wrap .score-sb ul li .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
}
.question-content-wrap .score-sb ul .active .icon {
		border-color: #37abf2;
    background-color: #37abf2;
}
.question-content-wrap .score-sb ul .err .icon {
  border-color: #D93425;
  background-color: #D93425;
}
.question-content-wrap .question-content .answer {
  margin-top: 45px;
}
.question-content-wrap .question-content .answer .answer-list {
  margin: 25px 0 50px;
  padding: 0;
}
.question-content-wrap .question-content .answer .answer-list li {
  overflow: hidden;
  margin-top: 8px;
}
.question-content-wrap .question-content .answer .answer-list label {
  font-size: 15px;
  font-weight: normal;
  color: #666;
  cursor: pointer;
  line-height: 1.5em;
  width:100%;
}
.question-content-wrap .question-content .answer .answer-list .icon_radio {
  width: 16px;
  height: 16px;
  border: 2px solid #d4d4d4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-top: 1px;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.question-content-wrap .question-content .answer .answer-list .icon_check {
  width: 16px;
  height: 16px;
  border: 2px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.question-content-wrap .question-content .answer .answer-list input {
  display: none;
}
.question-content-wrap .question-content .answer .answer-list input:checked ~ label .icon_radio {
  background-color: #37abf2;
  border-color: #37abf2;
}
.question-content-wrap .question-content .answer .answer-list input:checked ~ label .icon_check {
  color: #37abf2;
  border-color: #37abf2;
}
span.checked-opt{
  margin-right: 3px;
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 15px;
}
.question-content-wrap .question-content .answer .answer-list input:checked ~ label .checked-opt{
  color: #fff;
  background-color: #37abf2;
}
/*---dragDrop---*/
.answer-sect .back_drop ul{
  margin-top: 10px;
  list-style-type: none;
  padding-left: 0;
}
.answer-sect .back_drop ul li{
  margin: 0 0 15px 0;
  border-bottom: 1px solid #dadcdd;
  min-height: 35px;
}
.answer-sect .back_drop ul li:last-child{
  margin-bottom: 0;
}
.answer-sect .back_drop ul li div{
  padding-bottom: 10px;
}
.answer-sect .row{
  margin-bottom: 20px;
  line-height: 1.3;
}
.drop_on {
  width: 100%;
  min-height: 70px;
  height: 100%;
  padding: 5px 10px;
  border: 1px solid #dadcdd;
  border-radius: 4px;
  background-color: #f3f5f6;
}
.drop_on div {
  min-height: 60px;
  display: flex;
  align-items: center;
}
.back_drop{
  /*width: 100%;*/
  min-height: 70px;
  height: 100%;
  line-height: 20px;
  padding: 5px 10px;
  border: 1px solid #d4d7d8;
  border-radius: 4px;
}
.drag_in{
  cursor: pointer;
}
.back_drop li div{
  border: 1px solid #eceff1;
  padding: 10px;
}
/*---dragDrop---*/
.table-question {
  margin-top: 32px;
  width: 100%;
}
.table-question thead th {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #666;
  line-height: 1.5em;
  padding: 10px 0;
}
.table-question thead .right-answer {
  text-align: right;
}
.table-question tr td {
  border: 1px solid #d4d4d4;
  text-align: center;
  font-size: 13px;
  color: #666;
  line-height: 1em;
  padding: 15px 0;
  vertical-align: middle;
}
.table-question tr td:first-child {
  width: 40px;
  background-color: #eee;
}
.table-question tr td .icon-err {
  color: #D93425;
}
.table-question tr td .icon-val {
  color: #37abf2;
}
.table-question tr td i{
  font-size: 16px;
}
.table-question tr .td-right-answer {
  width: 100px;
}
.table-question tr .td-quest {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
/*---------EXAM---------*/
