.qc-sheet {
  padding: 0;
  list-style: none;
  counter-reset: li;
}

.qc-sheet * {
  font-size: 13px;
}

.qc-sheet li {
  position: relative;
  padding: 3px 0 3px 35px;
  counter-increment: li;
}

.qc-sheet li:before {
  content: counter(li) ".";
  position: absolute;
  left: 10px;
  padding: 5px 0;
}

.qc-sheet li:nth-child(odd) {
  background-color: #ececec;
}

.qc-sheet li div.row {
  margin-top: 5px;
}

.qc-sheet .ck-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000000;
  margin-left: 5px;
  overflow: auto;
}

.qc-sheet .ck-button.red:hover {
  background: #ba2929;
}

.qc-sheet .ck-button.red:hover span {
  color: #fff;
}

.qc-sheet .ck-button.red input:checked + span {
  background-color: #912323;
  color: #fff;
}

.qc-sheet .ck-button:hover {
  background: #58b0a1;
}

.qc-sheet .ck-button:hover span {
  color: #fff;
}

.qc-sheet .ck-button input:checked + span {
  background-color: #3d786e;
  color: #fff;
}

.qc-sheet .ck-button label {
  width: auto;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.qc-sheet .ck-button label input {
  display: none;
}

.qc-sheet .ck-button label span {
  text-align: center;
  padding: 3px 8px;
  display: block;
}

ul.pagination {
  text-align: center;
}

ul.pagination li.page-item {
  display: inline-block;
}

ul.pagination li.page-item.disabled {
  display: none;
}

ul.pagination li.page-item a.page-link,
ul.pagination li.page-item span.page-link {
  display: block;
  padding: 7px 16px;
  margin: 0 5px;
  border-radius: 50px;
  background-color: rgba(61, 66, 70, 0.2);
  color: #3D4246;
  border: none;
  font-size: 13px;
}

ul.pagination li.page-item.active span {
  background-color: #F16335;
  color: #ffffff;
}
/*# sourceMappingURL=main-new.css.map */