
/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}

/* Hide Print Button */
#print-preview {
  display: none !important;
}

/* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
display: block;
overflow: hidden;
padding-left: inherit;
padding-bottom: 16px;
}

/* Hiding Additional section*/
#form-element-wrapper_2 { 
  display:none;
}

/* Hiding Language dropdown*/

#form-element-wrapper_20{
  visibility: hidden !important;
}

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 20px !important;
}

.header_container1 {
  display: flex;
  justify-content: space-between;
  column-gap: 35% !important;
}

/* Styling EDD logo and Seal with line */

.logo-left {
  /*padding-top: 45px;*/
  padding-top: 55px;
}

.seal-right {
  /*margin-top: -10px;*/
  margin-top: 5px;
}

.line1 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2.2px;
  background-color: black;
  margin-top: -26px;
} 

/* **************************** */ 

.divTableRow {
  display: table-row;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  padding-top: 6px;
  width: 55%;
}

.date {
  width: auto;
}

.divTableCellM1 {
  display: table-cell;
  padding: 3px;
  width: 20%;
  padding-right: 10px;
  vertical-align: top;
  /* text-align: center; */
}

.divTableCellM3 {
  display: table-cell;
  padding: 3px;
  width: 75%;
  vertical-align: top;
  /* text-align: center; */
}

.line2 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:95px;
} 

.divTableCellX {
  display: table-cell;
  padding: 3px;
  /* white-space: nowrap; */
}

.divTableCellY {
  display: table-cell;
  padding-top: 6px;
  padding-right: 3px;
  /*width: 45%;*/
  white-space: nowrap;
}

.blanklinecallout {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}

.jtext {
  display: block;
  margin-top: -22px;
  padding-left: 30px;
  margin-right: 30px;
}

ul,ol {
  margin-right: 20px;
}

/* Signature Date bottom section css */ 

.divTableW {
  display: table;
  width: 100%;
  border-collapse: collapse; /* Mimics table border collapse */
}

.divTableRowW {
  display: table-row;
}

.divTableCellW1 {
  display: table-cell;
  /* padding: 10px; */
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  text-align: center;
  width: 40%;
}

.divTableCellW2 {
  display: table-cell;
  /* padding: 10px; */
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  text-align: center;
  width: 40%;
}

.halfline1 {
  flex-grow: 0.6;
  border-bottom: 1.5px solid black;
  margin-left: 5px;
  margin-bottom: 4px;
}

.halfline2 {
  flex-grow: 0.3;
  border-bottom: 1.5px solid black;
  margin-left: 5px;
  margin-bottom: 4px;
}

.Checkboxsize {  
  width: 14px;  
  height: 14px;  
  background-color: white;  
  border-radius: 5%;  
  vertical-align: middle;  
  border: 1px solid gray;  
  appearance: none;  
  -webkit-appearance: none;  
  outline: none;  
} 

.blanklinecallout {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Container for the Corner box - small */ 

.corner-boxN {
  position: relative;
  width: 350px;
  height: 75px;
  margin-top: 7px;
}
  
  /* Top left corner */
  .corner-boxN::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px; /* Length of the corner line */
  height: 20px;
  border-top: 1px solid black; /* Top border */
  border-left: 1px solid black; /* Left border */
  }
  
  /* Bottom right corner */
  .corner-boxN::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black; /* Bottom border */
  border-right: 1px solid black; /* Right border */
  }
  
  /* Top right corner */
  .corner-boxN .top-rightN {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid black;
  border-right:1px solid black;
  }
  
  /* Bottom left corner */
  .corner-boxN .bottom-leftN {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  }
  

/* **************************** */ 

/* Container for the Corner box - big */ 

.corner-boxM {
  position: relative;
  width: 400px;
  height: 115px;
  margin-top: 15px;
  }
  
  /* Top left corner */
  .corner-boxM::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px; /* Length of the corner line */
  height: 20px;
  border-top: 1px solid black; /* Top border */
  border-left: 1px solid black; /* Left border */
  }
  
  /* Bottom right corner */
  .corner-boxM::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black; /* Bottom border */
  border-right: 1px solid black; /* Right border */
  }
  
  /* Top right corner */
  .corner-boxM .top-rightM {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid black;
  border-right:1px solid black;
  }
  
  /* Bottom left corner */
  .corner-boxM .bottom-leftM {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  }
  

/* **************************** */ 


/* Responsive code for Mobile Devices */

@media screen and (max-device-width: 768px) {

.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;  
}

.header_container1 {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;  
}

.line1 {
  margin-top: -155px;
} 

.logo-right {
  margin-top: 30px;
}

.phonenumbers {
  margin-top: 30px;
  width:85%;
}

.divTableRow {
  display: block;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  width: 52%;
}

.divTableCellX {
  display: block;
  width: auto;
  text-align: center;
  padding-top: 15px;
}

.divTableCellY {
  display: block;
  width: auto;
  text-align: center;
}

.divTableCellW2 {
  padding-top: 40px;
  padding-bottom: 20px;
  width: auto;
}

.divTableCellM1 {
  display: contents;
  vertical-align: top;
  /* text-align: center; */
}

.divTableCellM3 {
  display: contents;
  /* vertical-align: top; */
  /* text-align: center; */
}

.corner-boxN {
  position: relative;
  width: 50%;
  height: 90px;
  margin-top: 20px;
}

.corner-boxM {
  position: relative;
  width: 70%;
  height: 110px;
  margin-top: 20px;
}

.date {
  width: auto;
  padding-top: 40px;
}
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
.date {
    width: auto;
}
.divTableCellM1 {
  width: 25%;
}  
.divTableCellW2 {
  width: 50%;
}  
}
/* Media query for iPad mini */

@media only screen 
and (min-width: 768px) 
and (max-width: 768px) 
and (min-height: 1024px) 
and (max-height: 1024px) {
  
.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

.header_container1 {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}

.corner-boxN {
  position: relative;
  width: 50%;
  height: 90px;
  margin-top: 20px;
}

.corner-boxM {
  position: relative;
  width: 70%;
  height: 110px;
  margin-top: 20px;
}

.divTableCellW1 {
  padding-left: 75px;
  padding-right: 75px;
}

}
