
/* 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;
}

/*To hide the languages drop-down*/
#form-element-wrapper_16
{
visibility: hidden;
}
/* ------------------ */

/* Hiding extra space at footer*/

#form-element-wrapper_18{ display:none;}

/* ----------------- */

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
    }
    
.phonenumbers {
        width:40%;
    }
    
.legendsstyle {
    padding-left: 9px;
    width: auto;
    font-weight: normal;
    font-size: 17.25px;
    }
    
.divTableCell {
    display: table-cell;
    padding: 0px 5px;
    width:50%;
    }

.divTableCell1 {
    display: table-cell;
    padding: 3px 0px;
    width:110%;
    }

.divTableCell2 {
    display: table-cell;
    padding: 3px 5px;
    width:55%;
    }

/* .divTable {
    display: table;
} */

/* 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-top: 6px;
    padding-right: 3px;
}

.mailDate {
    float:right;
 }

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

.blank-line {
    border-bottom: 1px solid black;
    width:300px;
    padding-top: 11.25px;
}


.blank-line1 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width:225px;
}


/*----------------- Box ---------------------*/

.box {
    position: sticky !important;
    /*left: 600px;*/
    width: 340px;
   /* height: 110px;*/
    border: 1px solid black;
    padding: 15px;
   /* margin: 10px;*/
    text-align: center;
    
}


/*----------------- Checkbox ---------------------*/

.divTable { 
    display: table; 
    width: 100%; 
    border-collapse: collapse; 
} 
 
.divTableRow { 
    display: table-row; 
} 
 
.Checkboxsize { 
 width: 14px; 
 height: 14px; 
 background-color: white; 
border-radius: 5%; 
 border: 1px solid grey; 
 appearance: none; 
 -webkit-appearance: none; 
  outline: none; 
 cursor: pointer; 
 margin-right: 8px; 
} 

.jtext {
    display:block;
    margin-top: -22px;
    padding-left: 50px ;
    margin-right: 50px;
}

ul,ol {
    margin-right:0px;
}

/* To control bulletin space btwn checkboxes*/

.divTablecheckbox {
    display: table-cell;
    padding-right: 8px;
    font-family: "Noto", sans-serif;
    font-size: 14px;
    text-align: left !important;
}

.divTablecheck {
    display: table-cell;
    padding-left: 15px;
    font-family: "Noto", sans-serif;
    font-size: 14px;
    text-align: center;
}

.bullet{
    padding-left:5px;
    padding-bottom: 10px;
  }
 

/* Test CSS(Remove after check) */

.divTableCellA {
    display: table-cell;
    padding: 0px 5px;
    width:50%;
} 

.divTableCellB {
    display: table-cell;
    padding: 0px 5px;
    width:50%;
} 


/* FOR RESPONSIVE LAYOUT*/

@media only screen and (max-width: 768px) {

.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
        
.phonenumbers {
    width:92%;
}

.divTableCell {
    display: table-cell;
    padding: 0px 5px;
    width: 54%;
}

.legendsstyle {
    padding-top: 20px;
}

.head1 {
    text-align: center;
}

.L1rightDate {
    text-align: center;
}

.L1left {
    padding-left: 0px !important;
    width: auto !important;
}

.L1right {
    padding-right: 0px !important;
    margin-top: 20px !important;
}

.mailDate {
    float: right;
    padding-bottom: 30px;
}

.box {
    position: sticky !important;
    /*left: 600px;*/
    width: 327px;
    border: 1px solid black;
    padding: 10px;
    /*margin: 10px;*/
    text-align: center;
}

.blank-line1 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width:205px;
}

.divTableCellN {
    display: table-cell;
    padding-top: 22px;
    padding-right: 3px;
}

}

  /* 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;
    }
    
.legendsstyle {
    text-align: center;
}

.divTableCell {
    display: table-cell;
    padding: 0px 4px;
    width: 50%;
}

.phonenumbers {
    width:40%;
}

.divTableCellN {
    display: table-cell;
    padding-top: 21px;
    padding-right: 3px;
}

.box {
    margin-left:180px;
    margin-right:180px;
}

}


