
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }
.nodepad textarea{
  width: 100%;
}
.flex{
  display: flex;
}
/*.flex p{
  margin: 5px 0px 0px 0px !important;
}*/
.flex .number{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.sl-item li {
  list-style: none;
  margin-left: 0px !important;
}
.question-panel .qp-item{
  cursor: pointer;
}
.reading-header .rh-top .brand-reading{
  width: 160px !important;
}
.split-left.cyan .sl-item .number{
  background-color: #32b3c7;
}
.split-left .sl-item .number {
  background-color: #327846;
}
.test-hero .test-hero-icon{
  width: 160px !important;
}
/*.rc-item {*/
/*  display: flex;*/
/*}*/
/*.rc-item span {*/
/*  margin-right: 10px;*/
/*}*/
.table {
  margin-bottom: 0 !important;
}
.drop_down .table tbody tr td{
  padding: 5px 0px 5px 20px !important;
}
.drop_down .table tbody tr td:first-child{
  font-weight: bold;
}
.list-answer .qp-item.qp-item-large span{
  font-size: 10px;
  line-height: 13px;
  padding-top: 2px;
}
.list-answer .qp-item.qp-item-large em {
  display: block;
  width: 80%;
  margin: 0px auto;
  height: 1px;
  background: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.list-question{
  padding-left: 15px !important;
}

/*************drag-drop*/

.answer-slot {
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .answer-slot.demo {
    border: 2px dashed #32b4c8; }
    .answer-slot.demo:before {
      content: 'Drag your answer';
      position: absolute;
      color: #fff;
      padding: 0 10px;
      background-color: #32b4c8;
      left: 26px;
      top: -29px;
      height: 35px;
      line-height: 35px;
      border-radius: 4px; }
    .answer-slot.demo:after {
      content: '';
      width: 21px;
      height: 22px;
      background: url(../img/cursor.png) center no-repeat;
      background-size: contain;
      position: absolute;
      left: 138px;
      top: -5px; }

.answer-wp {
  position: relative;
  width: 60%; }

.answer-gap {
  position: relative;
  width: 100%;
  height: 100%; }

.tag-choice {
  margin: 0 0 10px; }
  .tag-choice div.ui-draggable {
    border-radius: 4px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 16px;
    color: #282828;
    float: left;
    margin: 0 10px 10px 0;
    cursor: grab; }
    @media (max-width: 767px) {
      .tag-choice div.ui-draggable {
        font-size: 12px; } }
    .tag-choice div.ui-draggable.inside {
      border: none;
      background: transparent; }

.answer-table tr td, .answer-table tr th {
  font-size: 16px;
  line-height: 0.5;
  color: #282828;
  padding: 11px 15px; }
  @media (max-width: 767px) {
    .answer-table tr td, .answer-table tr th {
      font-size: 12px; } }
.answer-table.select-table {
  background-color: #f3f3f3; }
  .answer-table.select-table th, .answer-table.select-table .col-head {
    background-color: #fff;
    cursor: default !important; }
  .answer-table.select-table th {
    font-weight: 800;
    height: 50px; }
    .answer-table.select-table th:nth-child(1) {
      width: 50%; }
    .answer-table.select-table th:nth-child(2), .answer-table.select-table th:nth-child(3), .answer-table.select-table th:nth-child(4), .answer-table.select-table th:nth-child(5), .answer-table.select-table th:nth-child(6) {
      text-align: center; }
  .answer-table.select-table td {
    position: relative; }
    .answer-table.select-table td:hover {
      background-color: #fff;
      cursor: pointer; }
    .answer-table.select-table td.active {
      background-color: #fff; }
      .answer-table.select-table td.active:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 17px;
        background: url(/themes/iot/images/correct-icon.svg) center no-repeat;
        background-size: contain;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.sm-title {
  font-size: 16px;
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 20px; }

.page-node-type-quiz.not-active {
  pointer-events: none;
}

.page-node-type-quiz.not-active:not(.anonymous-user) .player-loading, 
.page-node-type-quiz.not-active:not(.anonymous-user) button.audio-play-button {
  pointer-events: auto;
}

.test-notice {
  pointer-events: auto;
}

/*************drag-drop*/
