
/* 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; 
} 

/*To hide the languages drop-down*/
#form-element-wrapper_16
{
visibility: hidden;
}
/* ------------------ */

/*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 Phonenumbers */

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px !important;
  }
  
.phonenumbers {
      width:41%;
  }

.divTableCell {
    display: table-cell;
    padding: 0px 5px;
    width:55%;
  }

/* 3 blank lines on the left and mail date, For office use only fields on right*/
/* Include media query */

.LeftLines {
  float:left;
}

.divTableCellN {
    display: table-cell;
    padding: 0px 5px;
    width: 68%;
    text-align: right;
}

.mailDate {
    float: right;
    width: 68%;
}

.blank-line {
  border-bottom: 1px solid black;
  width:400px;
  padding-top: 10px;
}

.Linestyling {
  padding-left: 25px;
  margin-right: 33px;
}

.blank-lineN {
  border-bottom: 1px solid black;
  width: 120px;
  padding-top: 7px;
  display: inline-block;
}

.blank-lineNN {
  border-bottom: 1px solid black;
  width: 60px;
  padding-top: 7px;
  display: inline-block;
}

 /*.blank-line1 {
  border-bottom: 1px solid black;
  width: 675px;
  width: 700px;
  display: inline-block;
}*/

.blank-line3 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:100%;
  padding-top: 0px;
}

.blank-line2 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:100%;
  padding-top: 7px;
}

.blanklinecallout {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Checkbox*/
/* Include media query */

.jtext {
  display:block;
  margin-top: -20px; 
  padding-left: 25px ;
  margin-right: 25px;
}

ul,ol { 
  margin-right:20px;
}

.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;
}  

/* Code for Other: first Line on Page 2 handling length */

.form-field1 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.form-field2 {
  display: flex;
}

.blank-line1 {
  flex-grow: 1; /* Allow the blank line to take up remaining space */
  border-bottom: 1px solid black; /* Simulate a blank line */
  margin-left: 5px; /* Add spacing between "Other:" and blank line */
}

label {
  display: flex; /* Flex layout for the label */
  align-items: center; /* Align items vertically */
  width: 99%; /* Make the label take full width */
}

.line {
  flex-grow: 1;
  border-bottom: 1.5px solid #000;
  margin-left: 5px;
}

/* Responsive code for Mobile Devices */

@media screen and (max-device-width: 768px) {

    
.header_container {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}
    
.phonenumbers {
  width:83%;
}

.divTableCell {
display: table-cell;
padding: 0px 5px;
width:55%;
}

.LeftLines {
  float:left;
}

.divTableCellN {
    display: table-cell;
    padding: 10px 5px 5px;
    width: 75%;
    text-align: right;
}

.divTableRow {
  display: inline;
} 

.blank-line {
  border-bottom: 1px solid black;
  width:400px;
  padding-top: 10px;
}

.blank-line1 {
  border-bottom: 1px solid black;
  flex-grow: 0.97;
}
label {
  width:98.6%;
}

}

@media only screen and (min-device-width: 820px) and 
(max-device-width: 1180px) and 
(min-device-width: 820px) and 
(max-device-width: 1180px) and 
(-webkit-min-device-pixel-ratio: 1)

{
.blank-line1 {
    border-bottom: 1px solid black;
    width: 603px;
    display: inline-block;
}

}

/* 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;
} 

.phonenumbers {
  width:41%;
}

.blank-line1 {
    border-bottom: 1px solid black;
    width: 567px;
    display: inline-block;
}
    
}