.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;
}

.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 28px;
  margin: 0px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 3px;
  z-index: 99;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 44px;
}

.slider.round:before {
  border-radius: 50%;
}

.on {
  position: absolute;
  top: 7px;
  left: 6px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

.off {
  position: absolute;
  top: 7px;
  right: 6px;
  font-size: 10px;
  font-weight: bold;
  color: #000;
}

.title select, .title input {
  height: auto;
  padding: 4px;
  font-size: 12px;
}

.title form button, .title form a {
  height: auto;
  padding: 4px 10px;
  font-size: 12px;
}

.title button, .title a {
  height: auto;
  padding: 4px 10px;
  font-size: 12px;
}

.title .form-group button, .title .form-group a {
  height: auto;
  padding: 4px 10px;
  font-size: 12px;
}

.title .form-group select, .title .form-group input {
  height: auto;
  padding: 4px 33px;
  font-size: 12px;
}

.title .form-group .icon {
  position: absolute;
  top: 5px;
  left: 12px;
  font-size: 15px;
  color: rgba(61, 66, 70, 0.6);
}

.title .form-group select + .selector {
  pointer-events: none;
  position: absolute;
  top: 6px;
  right: 12px;
  font-size: 15px;
  color: rgba(61, 66, 70, 0.6);
}

.dataTables_scrollBody {
  position: static !important;
}
/*# sourceMappingURL=main-new.css.map */