
/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}

/* Hide Print Button */
#print-preview {
  display: none !important;
}

 /* TO CONTROL SCREEN H-SCROLL*/ 
 .form-item { 
  display: block; 
  overflow: hidden; 
  padding-left: inherit; 
  padding-bottom: 16px; 
} 

/* Hiding Language dropdown*/
  
  #form-element-wrapper_16{
      visibility: hidden !important;
    }

/*to hide the blank space below the form footer*/
#form-element-wrapper_2
{
  display: none;
} 

#form-element-wrapper_34
{
  display: none;
} 
  
/*------------------------------------------------------*/
/* Styling EDD logo and Seal with line */
/* Include media query */

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px !important;
}


.logo-left {
  padding-top: 45px;
}

.seal-right {
  margin-top: -10px;
}

.line1 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2.2px;
  background-color: black;
  margin-top: -26px;
}

.mailDate {
    float: right;
    width: 55%;
}

.divTableCell1 {
    display: table-cell;
    padding-top: 6px;
    padding-right: 3px;
}

.divTableCell2 {
  display: table-cell;
  padding-top: 6px;
  padding-right: 3px;
}

.blank-line {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:25px;
}

.blank-line1 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:67px;
}

.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: -20px; 
  padding-left: 25px ;
  margin-right: 25px;
}

ul, ol {
    margin-right: 0px;
    padding-bottom: 5px;
}

.newcheckbox {
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 5%;
  vertical-align: middle;
  border: 1px solid gray;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}  

.divTableCell3 {
  display:inline;
}


/* Responsive code for Mobile Devices */

@media screen and (max-device-width: 768px) {

    
.header_container {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}
    
.logo-left {
  padding-top: 45px;  
}

.seal-right {
  margin-top: -10px;
}

.heading {
  overflow-wrap: anywhere;
  text-align: center;
  width: fit-content;
}

 /* TO CONTROL Filipino Heading complete text*/ 
 .form-section {
  display: contents;
  overflow: auto;
  padding-left: 10px;
  padding-bottom: 16px;
  outline: none;
}
/*-------------------------------------------*/

.line1 {
  margin-top: -140px;
}

.divTableCell1 {
  display: table-cell;
  padding-top: 6px;
  padding-right: 3px;
}

.divTableCell2 {
display: table-cell;
padding-top: 6px;
padding-right: 4px;
}

.mailDate {
  width: 75%;
  margin-left: 0%;
  margin-top: 5%;
  text-align: center;
}

.divTableRow {
  display: inline;
} 

.blank-line {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:25px;
}

.blank-line1 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:60px;
}

}

/* Media query for iPad mini */

  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 768px) 
  and (min-device-height: 1024px) 
  and (max-device-height: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) 

{

.header_container {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
  }

.mailDate {
    width: 38%;
    margin-left: 0%;
    margin-top: 5%;
    text-align: center;
}
   
.divTableRow {
      display: block;
    } 
    
}