.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 div.row {
  margin-top: 5px;
}

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

.qc-sheet .ck-button .green {
  background-color: #11af49;
}

.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 {
  border-radius: 33px;
  background: #ba2929;
  background-position: left top;
  background-repeat: repeat;
  width: auto;
  height: auto;
  color: #fff;
}

.qc-sheet .ck-button.yellow:hover {
  background: #dabc16;
}

.qc-sheet .ck-button.yellow:hover span {
  color: white;
}

.qc-sheet .ck-button.yellow input:checked + span {
  border-radius: 33px;
  background: #dabc16;
  background-position: left top;
  background-repeat: repeat;
  width: auto;
  height: auto;
  color: #fff;
  border: 1px solid #dabc16;
}

.qc-sheet .ck-button:hover {
  background: #11af49;
}

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

.qc-sheet .ck-button input:checked + span {
  border-radius: 33px;
  background: #11af49;
  background-position: left top;
  background-repeat: repeat;
  width: auto;
  height: auto;
  color: #fff;  
}

.qc-sheet .ck-button input span{
  padding: 10px 15px;
}

.qc-sheet .ck-button label {
  width: 100%;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  padding: 0px;
  color:#36383a;
}

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

.qc-sheet .ck-button label span {
  text-align: center;
  padding: 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;
}

.product-qc-top-headaing {
  margin: 0px 0px 10px 30px;
  color: #949595;
}

.table > tbody > tr > th {
  border-top: 0px !important;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.table > tbody > tr > td {
  border-top: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #eee;
}

.cardcustomheading {
  background: #faf8f5;
}

.product-qc-top-headainginner {
  margin: 20px 0px 20px 4px;
  color: #949595;
  font-size: 1.25em !important;
}

.redcolor {
  color: #ba2929;
}

.greencolor {
  color: #27AE60;
}

.redbtnmaliks {
  background-color: #ba2929;
  color: #eee;
}

.greenbtnmaliks {
  background-color: green;
  color: #eee;
}

.images-section-qc-top-headaing {
  margin: 0px 0px 10px 30px;
  color: #949595;
}

.outer-box-qc {
  width: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  float: left;
  margin: 0px 20px 0px 0px;
}

.inner-box-qc {
  width: 44px;
  height: 44px;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
}

.outer-box-qc .blue {
  background: blue;
}

.outer-box-qc .green {
  background: green;
}

.outer-box-qc .red {
  background: red;
}

.outer-box-qc .black {
  background: black;
}

.outer-box-qc .yellow {
  background: yellow;
}

table.qc-sheet {
  width: 100%;
}

.all-center-qc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 20px 0px;
}
/*# sourceMappingURL=main-new.css.map */
.bootstrap-select.btn-group .dropdown-menu{
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu li{
  margin: 5px 0px;
  font-size: 16px;
}
.dropdown-menu li a{
  white-space: normal !important;
}