








/* //////////////// */
/**********Calculator Stylesheet**********/
.calc-heading{
  margin: 0;
  font-size: 1.5em;
  color: #0ccf19;
  text-align: center !important;
  font-weight: bold !important;
  margin-bottom: 20px;
}
#print_values{
  /* background-color: #F9F9F9; */
  padding: 15px 20px;
  /* border: 1px solid gray; */
}

#print_values input,
#print_values select{
  height: 30px;
}

#print_results{
  /* background-color: #2BAEE7;
  padding: 15px 30px; */
  color: #000;
}
.product-logo-section{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin: 0 0 30px 0;
  flex-wrap: wrap;
}
#cost option{
  /* padding: 10px 0;
  background-color: red;
  height: 30px; */
}
.product-logo-section .product-logo{
  width: 14%;
  margin: 0 10px;
  height: auto;

}
.product-logo-section .product-logo img{
  width: 100%;
}
#print_results input{
  margin-bottom: 0;
}

#print_calculator{
  margin-bottom: 45px;
  width: 80%;
  margin: 0 auto;
}
.print-calc-main{
  display: flex;
  justify-content: space-between;
}
.print-calc-section-inp,
.print-calc-form-section{
  width: 60%;
  margin-right: 15px;
  box-shadow: 0 0 5px rgb(223, 223, 223);
  border-radius: 8px;
  padding: 35px;
}
.print-calc-form-section{
  width: 100%;
  margin: 40px 0 0 0 !important ;
  position: relative;
}
.print-calc-form-section .print-calc-area{
  display: flex;
  flex-direction: column;
  
}
.print-calc-form-section .print-calc-area{
  margin-right: 20px;
}

.print-calc-form-section .print-calc-area:last-child{
  margin-right: 0;
}
.calc-btn{
  height: 45px;
  padding: 0 20px;
  background-color: #0ccf19;
  color: #fff;
  font-size: 18px;

}
.calc-btn:hover{
  background-color: #0ccf19;
  color: #fff;
}
.print-calc-section-res{
  width: 40%;
  /* align-content: stretch;
  flex-wrap: wrap; */
  flex-flow: column;
  align-items: center;
  box-shadow: 0 0 5px rgb(223, 223, 223);
  border-radius: 8px;
  padding: 35px;
}

.print-calc-section-res .print-calc-row{
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.print-calc-row:last-child .print-calc-area{
  margin-bottom: 0 !important;
}
.print-calc-section-res  .print-calc-area{
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#print_calculator label{
  display: inline-block;
  color: #767676;
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: normal !important;
  display: block;
  width: 100%;
  text-align: left;
}
.print-calc-section-res label{
  text-align: center !important;
}
.print-calc-row{
  display: flex;
}
.print-calc-area{
  width: 100%;
  
}
.print-calc-section-inp .print-calc-area{
  margin-bottom: 15px;
}
.print-calc-section-inp .print-calc-area:first-child{
  margin-right: 0px;
}
/* #print_calculator label:after{
  content: "\f059";
  font-family: FontAwesome;
  margin-left: 10px;
} */
#print_calculator input[type=number]::-webkit-inner-spin-button,
#print_calculator input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}


#print_calculator input,
#print_calculator select{
  width: 100%;
  padding: 2px 5px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  background-color: #F6F4FC;
  height: 45px;
  color: #000;
}
#print_calculator input:focus,
#print_calculator select:focus{
  border: 1px solid #0ccf19;
  outline: 0;
}
.print-res-text{
  /* float: right; */
  display: inline-block;
}
#print_calculator .reject-color,
#print_calculator .accept-color,
#print_calculator .sample-size{
  width: 50%;
  line-height: 1;
  padding: 7px;
}
#print_calculator .reject-color label,
#print_calculator .reject-color span{
  color: #90373a;
  font-weight: bold;
  
}

#print_calculator .accept-color label,
#print_calculator .accept-color span{
  color: #3d953c;
  font-weight: bold;
  
}
#print_calculator .sample-size label,
#print_calculator .sample-size span{
  color: #0ccf19;
  font-weight: bold;
  
}
#print_calculator .reject-color span,
#print_calculator .accept-color span,
#print_calculator .sample-size span{
  font-size: 20px;
}
/* #print_calculator .sample-size{
  width: 50%;
  margin: 0 auto;
} */
input[name="accept_point"]{
  border: 0;
  color: #ccebc0;
  background: transparent;
  border: none !important;
}

input[name="reject_point"]{
  border: 0;
  color: #f5c1c1;
  background: transparent;
  border: none !important;
}
select.calc-input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 5px) calc(50% + 1px);;
  background-repeat: no-repeat;
  background-color: transparent;
}
/* @media screen and (max-width: 992px){
  #print_calculator{
      width: 80%;
  }
  
}
@media screen and (max-width: 768px){
  #print_calculator{
      width: 90%;
  }
  
}
@media screen and (max-width: 600px){
  #print_calculator{
      width: 100%;
  }
  
} */









/* tooltip styles */
/* .hsk-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  
} */


.hsk-tooltip-icon{
  font-family: serif;
  width: 13px;
  height: 13px;
  line-height: 11px;
  display: inline-block;
  border: .5px solid gray;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px !important;
  margin-left: 3px;
  padding-right: 0.5px;
  margin-left: 3px;
  /* content:'i' */
}


.hsk-tooltip .hsk-tooltip-text {
  visibility: hidden;
  display: none;
  max-width: 300px;
  background-color: #fff;
  box-shadow: 0 0 3px grey;
  color: #000;
  font-weight: normal;
  text-align: left ;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 5;
  transition: 0.5s;
  font-size: 13px !important;
  font-weight: normal !important;
}

.hsk-tooltip-icon:hover+.hsk-tooltip-text {
  visibility: visible;
  display: block;
}

.popup-e-mail-message{
  text-align: center;
  width: 100%;
  color: #0ccf19;
  /* color: #91c717; */
  padding: 5px;
  display: none;
}

.custom-checkbox {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.custom-checkbox label {
  display: inline-block;
  color: #0ccf19;
  cursor: pointer;
  position: relative;
}
.custom-checkbox label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 25px;
  height: 25px;
  transform-origin: center;
  border: 2px solid #0ccf19;
  /* border-radius: 50%; */
  vertical-align: -6px;
  margin-right: 10px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
.custom-checkbox label span:before {
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #0ccf19;
  position: absolute;
  transform: rotate(45deg);
  top: 10.5px;
  left: 7px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}
.custom-checkbox label span:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #0ccf19;
  position: absolute;
  transform: rotate(305deg);
  top: 14px;
  left: 8px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}
.custom-checkbox label:hover span:before {
  /* width: 5px;
  transition: width 100ms ease; */
}
.custom-checkbox label:hover span:after {
  /* width: 10px;
  transition: width 150ms ease 100ms; */
}

.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + label span {
  background-color: #0ccf19;
  /* transform: scale(1.25); */
}
.custom-checkbox input[type=checkbox]:checked + label span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
.custom-checkbox input[type=checkbox]:checked + label span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
.custom-checkbox input[type=checkbox]:checked + label:hover span {
  background-color: #0ccf19;
  /* transform: scale(1.25); */
}
.custom-checkbox input[type=checkbox]:checked + label:hover span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
.custom-checkbox input[type=checkbox]:checked + label:hover span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}




/* input append/prepend group styles */
.append-input-group,
.prepend-input-group{
  display: flex;
}
.append-input-group input{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
  padding-right: 0 !important;
}
.prepend-input-group input{
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
  border-left: none !important;
  padding-left: 0 !important;
}
.append-input-group span,
.prepend-input-group span{
  background-color: #F6F4FC;
  color: #000;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  /* padding: 5px 8px; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-width: 28px;
  justify-content: center;
}
.append-input-group span{
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.prepend-input-group span{
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.prepend-input-group span.focus-input{
  border-color: #0ccf19 !important;
}
@media screen and (min-width:  768px){
  .max-150{
      max-width: 150px;
  }
}
@media screen and (max-width:  768px){
  #print_values{
      padding: 10px;
  }
  
  .print-calc-main{
      flex-direction: column;
  }
  .print-calc-section-inp,
  .print-calc-section-res{
      width: 100%;
      padding: 20px;
      margin: 0;
  }
  .print-calc-row{
      flex-direction: column;
  }
  .print-calc-section-inp{
      margin-bottom: 20px;
  }
  .print-calc-section-inp .print-calc-area:first-child {
      margin-right: 0px;
  }
  
}
