.dash-question-main{margin-bottom: 30px;overflow: hidden;border-bottom: 1px solid lightgrey; background-color: #f4f4f6;    border-radius: 0 0 30px 30px;}

.dash-questionrow{margin-bottom: 20px;}
.dash-question-number{width:150px;float:left;max-width: 30%;}
.dash-question{padding: 4px 10px;margin-bottom:10px;float:left;max-width: 100%;}

.dash-questiontitle{background: #f3f3f3;padding: 4px 10px;border-radius: 5px;margin-bottom: 5px !important;    font-weight: bold;}

.dash-answersdiv{clear: both;padding-top:20px;overflow: hidden;position: relative;}
.dash-answerul-div{
  width: 100%;
  float:left;
}
.dash-answerul{list-style-type: none;}
.dash-answerul li{margin-bottom: 5px;}
.dash-answer {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFF !important;
  border-radius: 3px;
  margin-bottom: 15px;
  height: 100% !important;

}

.dash-ls-progress-bar {
  height: 100%;
  float: left;
}
.dash-ls-progress-bar .progress-bar.txtblack {
  color: #000 !important;
  font-size: 14px;
  height: 	100% !important;
  position: absolute !important;
}


.dash-answer-div {
  padding-bottom: 30px;
}

.dash-precentage{
  position: absolute;
  right: 10px;
  font-size: 1.5em;
}

.dash-answer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.dash-answer:hover input ~ .dash-checkmark {
  background-color: #ccc;
}

.dash-answer input:checked ~ .dash-checkmark:after {
  display: block;
}

.dash-answer .dash-checkmark:after {
  top: 5px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
}
.dash-answer label{font-family:'Lato', sans-serif !important;font-weight:400;}

.dash-answer input:checked ~ .dash-checkmark {
  background-color: #2196F3;
  border: none;
}


@media only screen and (max-width: 600px) {
  .dash-answerul{
    padding-inline-end: 0;
    padding-inline-start: 0;
  }
  .dash-answerul-div{
    width:90% !important;clear:both;    margin: 0 5%;
  }
  .dash-answerul-div{
    margin-top: 20px;
  }
  .dash-question-number{width:100%;clear:both;max-width: 100%;}
  .dash-question{width:100%;clear:both;max-width: 100%;}

  .dash-answerul-image-div,.dash-answerul-div{
    width:90% !important;clear:both;    margin: 0 5%;
  }
  .dash-answerul-image-div{
    text-align:center;
  }

}

.dash-answerul-image-div{
  width:150px;
  float:left;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .dash-answersdiv{
    display:flex;
  }

  .dash-answerul-image-div img{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
  }

}
.dash-answerul-image-div{
  width: 20% !important;
}

.dash-radiobutton{position:absolute !important;width:100% !important;height:100% !important;left: 0 !important;}
.dash-anslabel:hover{cursor:pointer;}
.dash-anslabel{font-size: 14px;width: 100%;}

.dash-checkmark {
  position: absolute;
  top: 7px;
  left: 4px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #FFF;
  border: 2px solid #d2d2d2;
  z-index: -1;
}

.dash-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.dash-answer-title-progress {
  text-align: left;
  word-wrap: normal;
  position: relative;

}

.dash-displayblock .dash-answer-title-progress{
  display:block;
}

.quizform .katex {
  line-height: 2 !important;
}
.quizform input[type=radio] {
  z-index: 9 !important;
}

.dash-answer img, .dash-answer-title-progress img{
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.dash-question img, .dash-explanation img{
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.dash-explanation{border: 1px solid #d7dde3;border-radius: 4px;
  background-color: #FFF;
}

.dash-explanatoindiv{font-weight: bold;}

ul.dash-quiz-tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  width:100%;
  display: flex;
  border-bottom: 1px solid #d7dde3;
}
ul.dash-quiz-tabs li{
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  width:100%;
  text-align:center;
  border-top:3px solid transparent;
}

ul.dash-quiz-tabs li.dash-current{
  background: aliceblue;
  color: #222;
  border-top:3px solid #3bba4f !important;
}

.dash-help-links-div{
  padding: 10px 50px;
  overflow: hidden;
  background-color: #a2a2a2;
}

.dash-help-links-div .ls-correct-content, .dash-help-links-div .ls-wrong-content{
  display: none;
}

.dash-help-links-div .dash-help-links-ul .help-link span{
  color: #FFF;
}

.dash-help-links-ul{
  list-style-type: none;
  overflow: hidden;
  padding-inline-start: 0;
  float: right;
  margin: 0;
}
.dash-help-links-ul li{float: left;margin-left: 10px;}
.dash-help-links-ul img{
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.dash-help-links-ul li a:hover{
  cursor: pointer;
}
.link-style .dash-help-links-ul>li>a{
  color:#333 !important;
}
.dash-help-links-ul{
  font-size: 12px;
}

.dash-reportquestion {
  display: none; 
  position: fixed; 
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index:111;
}

.dash-reportquestion .dash-modal-content {
  position: relative;
  background-color: #FFF;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 3px;
}

.dash-loading{
  position: absolute;
  width: 100%;
  height: 100%;
  display:none;
  background: #f9f9f9;
  min-height:200px;
  z-index: 11;
}
.dash-loading img{
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  background: white !important;
}

.dash-modal-header-qst {
  padding: 2px 16px;
  background-color: #FFF;
  color: white;
  border-bottom:1px solid #dfdfdf;
}

.dash-modal-header-qst h2{
  display: inline-block;
  margin: 9px;
}

@media only screen and (max-width: 1000px) {
  .dash-modal-content{
    width:80%;
  }
  .dash-modal-header-qst h2{
    font-size: 18px !important;
  }
  .dash-qstclose{
    font-size: 18px !important;
  }
}

.dash-qstclose {
  color: #555555 !important;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.dash-qstclose:hover,
.dash-qstclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.dash-modal-body {padding: 10px 16px;    display: flow-root;}

.dash-questionbody .dash-ls-col-3{width:25%;float:left;}
.dash-questionbody .dash-ls-col-6{width:50%;float:left;padding:5px 10px;    display: flex;}
.dash-questionbody .dash-report-div{width:100%;clear:both;margin-bottom:25px;}

.dash-report-div label{
  width:100%;
  padding: 5px 10px;
  background: #ececec;
  margin: 5px 10px;
}
.dash-report-div label:hover{
  cursor:pointer;
}
.dash-report-div label span{
  margin-left:5px;
}

@media only screen and (max-width: 800px) {
  .dash-questionbody .ls-col-3{width:50%;float:left;}
}
@media only screen and (max-width: 500px) {
  .dash-questionbody .ls-col-3{width:100%;clear:both;}
}
.dash-modal-footer {
  padding: 2px 16px;
  background-color: #FFF;
  color: white;
}

.dash-ls-message{
  background: #d7d7d7;
  padding: 5px;
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  font-weight: 600;
  border-radius: 3px;
  box-shadow: 2px 3px 6px 1px #c9c6c6;
}

.dash-ls-message-report{
  text-align:center;
}
.dash-not-loggedin{
  text-align: center;
}
.dash-tab-content{
  padding:20px;
}

.dash-options_title{
  width: 25px;
  float: left;
  font-weight: 500;
  font-size: 20px;
  padding: 4px;
  background: #eae8e8;
  border-radius: 3px;
  margin-right: 9px;
  text-align: center;
}

.dash-ls-success{
  padding: 10px 5px;
  background: #d1ffd3;
  font-size:18px !important; 
}
.dash-ls-fail{
  padding: 10px 5px;
  background: #eecccc;
  font-size:18px !important; 
}
.dash-model-title{
  color:#333;
}
.dash-help-links-ul .report img{width:30px;}

.dash-skippedinput{
  display: none;
}
.dash-displayblock{
  display: block;
}

.dash-displayblock{
  display: block;
}
.dash-displaynone{
  display: none;
}
.dash-explnation_image_div img{width:25px;} 

.ls-dash-bg-success {
  background: #00a70047 !important;
}

.ls-dash-bg-danger {
  background: #f7d4d4 !important;
}

.ls-dash-bg-gray {
  background: #d5d5d5 !important;
}

.dash-hint-div{padding: 4px 10px;margin-left: 21px;    border: 1px solid #d7dde3;border-radius: 4px;font-size: 10px;/*background: aliceblue;*/display:none;margin-top:5px;}
.dash-hint-div p{font-size: 13px;}
.dash-hint{font-weight:bold;font-size: 13px;}

.dash-ls-ans-title, .dash-answer-title-progress {
  font-size: 1.5em;
  width: 100%;
}

.dash-ls-ans-title p, .dash-answer-title-progress p {
  padding-left: 60px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.05em !important;
}

.dash-report-other{
  display:none;
}
.dash-report-other textarea{
  width: 100%;
}

.report img{
  width: 16px;  
}
.report:hover{
  cursor:pointer;
}
.report>span{
  margin-right: 5px;
  font-size: 15px;
}

.full{
  width:100%;
}

.dash-analytics-main{
  position: relative;
}
.dash-analytics-main .dash-ls-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #919191a3;
  z-index: 1;
  top:0;
}

.dash-generate_question_graph{
  margin-bottom: 20px !important;
  background-color: #FFF;
  color: #333;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 0px 8px 0px #bcbcbc;
  font-size: 17px !important; 
  margin:auto;
}


.ls-correct-border{
  border: 1px solid #50c594;
}
.ls-wrong-border{
  border: 1px solid #ff4363;
}

.ls-correct-border .dash-precentage{
  color: #50c594 !important;
  font-weight: bold;
}
.ls-wrong-border .dash-precentage{
  color: #ff4363 !important;
  font-weight: bold;
}

.dash-question-main .btn-default{
  background-color: #5a5a5a;
  color: #FFF;
  padding: 12px 20px;
}

.dash-question-main .btn-default:hover{
  background-color: #5a5a5a;
  color: #FFF;
}

.pull-right{
  float: right;
}

.dash-help-links-div.ls-correct-bottom{
  background-color: #50c594;
}

.dash-help-links-div.ls-correct-bottom .ls-correct-content{
  display: inline-block;
}

.dash-help-links-div.ls-correct-bottom .ls-correct-content p{
  color: #FFF !important;
  font-size: 14.16px;
}

.dash-help-links-div.ls-wrong-bottom{
  background-color: #ff4363;
}

.dash-help-links-div.ls-wrong-bottom .ls-wrong-content{
  display: inline-block;
}

.dash-help-links-div.ls-wrong-bottom .ls-wrong-content p{
  color: #FFF !important;
  font-size: 14.16px;
}

.dash-help-links-div.ls-correct-bottom .dash-help-links-ul .help-link span{
  color: #fff94b !important;
}

.dash-help-links-div.ls-correct-bottom .ls-correct-content span, .dash-help-links-div.ls-wrong-bottom .ls-wrong-content span{
  font-weight: bold;
  margin-left: 10px;
}

.dash-answer .dash-answer-title-progress, .dash-answer-div .dash-ls-ans-title {
  background-image: url(../images/circle.png) !important;
}

.dash-answer.ls-correct-border .dash-answer-title-progress {
  background-image: url(../images/correct.png) !important;
}

.dash-answer.ls-wrong-border .dash-answer-title-progress {
  background-image: url(../images/wrong.png) !important;
}

.dash-answer .dash-answer-title-progress, .dash-answer.ls-correct-border .dash-answer-title-progress, .dash-answer.ls-wrong-border .dash-answer-title-progress, .dash-answer-div .dash-ls-ans-title {
  background-repeat: no-repeat !important;
  background-size: 30px 30px;
}

.dash-answer-div .dash-ls-ans-title {
  background-position: 15px 10px !important;
}
.dash-answer .dash-answer-title-progress{
  background-position: 15px 0px !important;
}

@media screen and (max-width: 1024px) {
  .dash-ls-ans-title p, .dash-answer-title-progress p {
    font-size: 0.9em !important;
  }
}
@media screen and (max-width: 692px) {
  .dash-help-links-div {
    padding: 10px;
  }

  .dash-answer .dash-answer-title-progress, .dash-answer.ls-correct-border .dash-answer-title-progress, .dash-answer.ls-wrong-border .dash-answer-title-progress {
    background-position: 15px 4px !important;
    background-size: 20px 20px;
  }
  .dash-answer-div .dash-ls-ans-title {
    background-position: 15px 15px !important;
    background-size: 20px 20px;
  }

  .dash-question p, .dash-ls-ans-title p, .dash-answer-title-progress p{
    font-size: 15px !important;
  }

}