html {
  padding: 0 !important;
}

.proceed_cancel, .proceed_cancel1 {
  width: auto !important;
  border-radius: 0 !important;
  background-color: #F0C669 !important;
  color: #fff !important;
  text-align: center !important;
  border: none !important;
  position: relative !important;
  line-height: 22px !important;
  font-family: Open Sans !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  outline: none !important;
  box-shadow: none !important;
  background-image: none !important;
  display: inline-block !important;
  font-weight: 600 !important;
  text-shadow: none !important;
  height: 30px !important;
  float: right !important;
  margin-left: 10px !important;
  margin-top: 15px !important;
  padding: 0 25px !important;
}

.proceed_cancel:hover {
  background-color: #9DD283 !important;
  color: #fff;
}

.proceed_cancel1:hover {
  background-color: #F96B6B !important;
  color: #fff;
}

.generate__Form input.example {
   -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #F0C669;
  cursor: pointer;
  margin-bottom: 2vw;
}

.preset__Text {
  width: 400px !important;
  border: 1px solid #ddd !important;
  border-radius: 2px !important;
  padding: 5px !important;
  margin: 0 5px !important;
  font-size: 12px !important;
  font-family: 'Open Sans' !important;
  color: #000 !important;
  box-shadow: none !important;
  outline: none !important;
  resize: none !important;
  height: 30px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.generate__Form table {
  width: 100%;
}

.generate__Form {
  height: 360px;
  padding: 18px;
  padding-bottom: 0;
}

#p_p_id_20_ form#_20_generateidml {
  padding: 18px;
  padding-bottom: 0;
  overflow: auto;
}

form#_20_generateidml {
  padding: 8px;
  overflow: auto;
}

.pdf-preset-wrap .PdfPreset__Row {
  display: inline-block;
  height: 55px;
  width: 100%;
}

.select_proof {
  color: #000 !important;
  font-family: 'Open Sans' !important;
  line-height: 20px !important;
  border-bottom: 1px solid #eee !important;
  width: 440px !important;
  padding: 3px 0 !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
}

.proof_round input.proof__Text {
  -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #F0C669;
    cursor: pointer;
    margin-bottom: 2vw;
}

.proof_round span {
   font-size: 13px !important;
  line-height: 18px;
  font-family: 'Open Sans' !important;
  color: #000 !important;
  margin: 0 20px;
  position: relative;
}

form#gpfm {
  /* height: 32vh; */
}

form#generateidml {
  overflow: auto;
  height: 350px;
}

#generateidml .PdfPreset__Row {
  margin-bottom: 12px;
  display: block;
}

#generateidml .PdfPreset__Row input.preset__Text {
  margin: 0;
}

.pdf_preset .PdfPreset__Row .select_proof {
  margin-top: 0;
}

.pdf-preset-wrap {
  height: 30vh;
  overflow-y: auto;
  overflow-x: hidden;
padding-left: 5px;}

.proceed_cancel.CancelBtn.idml_cancel {
  position: absolute;
  right: 18px;
  bottom: 12px;
}

.control-group.form-inline.input-radio-wrapper {
  display: inline-block;
  margin-bottom: 5px;
}

form#gpfm .pdf-preset-wrap {
  overflow: auto;
  height: 180px;
}

.button-holder {
  margin-top: 0% !important;
  margin-left: 0 !important;
  position: relative;
  margin: 0;
  bottom: 0;
  width: 97% !important;
}
form.Preset_notFound span.round {
  font-size: 12px;
  font-family: 'Open Sans';
  color: #000;
  padding: 0 5px;
  line-height: 16px;
}

form.Preset_notFound input[type="radio"] {
  margin: 5px;
}

form.Preset_notFound span.print_preset {
  font-size: 12px;
  font-family: 'Open Sans';
  color: #000;
  padding: 0 5px;
  line-height: 16px;
}

form.Preset_notFound {
  height: 68vh;
  padding: 10px 18px;
}

form.Preset_notFound span {
  font-size: 12px;
  font-family: 'Open Sans';
  color: #000;
  padding: 0;
  line-height: 16px;
}

.proceed_cancel1 {
    display: none !important;
}
.proof_round span {
  font-size: 13px !important;
  line-height: 18px;
  font-family: 'Open Sans' !important;
  color: #000 !important;
  margin: 0 20px;
  position: relative;
}
.proof_round input.proof__Text {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #F0C669;
    cursor: pointer;
    margin-bottom: 2vw;
}



.generate__Form input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 19% auto;
    border-radius: 50%;
  }
  
.generate__Form input[type="radio"]:checked:before {
    background: #F0C669;
    
  }

.generate__Form input[type="radio"]:focus {
    outline: none !important;
  }

.input-text-wrapper textarea {
    width: 76vw;
    border: none !important;
    border-radius: 2px;
    padding: 5px;
    margin: 0 5px;
    font-size: 12px;
    font-family: 'Open Sans';
    color: #000;
    box-shadow: none;
    outline: none;
    background: transparent !important;
    margin: 0 0 0 16px !important;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #CDCDCD;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #CDCDCD;
  border-radius: 2px;
}

td.proof_round {
    height: 26vh;
    overflow: auto;
    display: block;
    width: 98.2%;
    padding-left: 5px;
    margin-bottom: 10px;
}


.generate__Form table td:empty {
    display: none;
}

@media only screen and (max-height:600px) {
  .generate__Form {
      height: 350px;
  }
}