/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}

/* Hide Print Button */
#print-preview {
  display: none !important;
}
 /* Hiding Language dropdown*/
  
  #form-element-wrapper_20{
      visibility: hidden !important;
    }
/* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
display: block;
overflow: hidden;
padding-left: inherit;
padding-bottom: 16px;
}


#form-element-wrapper_2{ display:none;}


/* Hiding Language dropdown*/
/* 
#form-element-wrapper_20{
  visibility: hidden !important;
}*/

/*CSS for DateBox*/

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 20px !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;
} 

.mailDate {
  position: relative; 
  margin-top: 5px; 
}

.divTableCellN {
  display: table-cell;
  padding-top: 6px;
  padding-right: 3px;
  width:72%;
}  

.blank-line1 {
display: inline-block; 
border-bottom: 1px solid black;
width:200px;
padding-left: 2px;
padding-right: 2px;
}

.blank-line1a {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:311px;
  padding-left: 2px;
  padding-right: 2px;
}

.blank-line2 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:240px;
}

.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 */ 

.corner-boxN {
  position: relative;
  width: 250px;
  height: 150px;
  margin-top: 20px;
  }
  
  /* 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;
  }
  

/* **************************** */ 

.divTableRow {
display: table-row;
}

/*CSS for enclosureBox*/
.enclosurebox {
  width: 85%
}

.divTableCell {
  display: block;
  padding: 4px;
  padding-right: 3px;
  padding-left: 3px;
}

/* Responsive code for Mobile Devices */

@media screen and (max-device-width: 768px) {

.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;  
}

.line1 {
  margin-top: -155px;
} 

.divTableCellN {
  display: block;
  width: auto;
  text-align: center;
}

.blank-line1 {
  width: 88px;
  padding-left: 2px;
  padding-right: 2px;
}

.blank-line1a {
  width: 88px;
  padding-left: 2px;
  padding-right: 2px;
}

.corner-boxN { 
  position: relative; 
  width: 79%; 
  height: 150px; 
  margin-top: 20px; 
} 

.mailDate {
  margin-top: 30px; 
}

.corner-boxN .top-rightN { 
    position: absolute; 
    top: 0; 
    right: 1px; 
    width: 20px; 
    height: 20px; 
    border-top: 1px solid black; 
    border-right:1px solid black; 
} 

.corner-boxN::after { 
      content: ''; 
      position: absolute; 
      bottom: 0; 
      right: 1px; 
      width: 20px; 
      height: 20px; 
      border-bottom: 1px solid black; /* Bottom border */ 
      border-right: 1px solid black; /* Right border */ 
} 

.divTableCell {
  display: block;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

}

/* 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;
}
  
.corner-boxN {
  width: 290px;
  height: 120px; 
  margin-bottom:35px;
}

.enclosurebox {
  width: 100%;
}


.blank-line1 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:200px;
  padding-left: 2px;
  padding-right: 2px;
  }

.blank-line1a {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:311px;
  padding-left: 2px;
  padding-right: 2px;
}


}
