/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}
/* ------------------ */

/* Hide Print Button */
#print-preview {
  display: none !important;
  
}
/* ----------------- */
#form-element-wrapper_2{
  display: none;
}

/* Hiding Language dropdown*/

#form-element-wrapper_17{
  visibility: hidden !important;
}
/* css for edd logo and header*/

/* TO CONTROL SCREEN SCROLLBAR*/

.form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}


.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px !important;
}

.phonenumbers {
  float: right;
  width: 47%;
}

.grey-box {
    background-color: #e5e5e5;
    width: 40%;
    /* Adjust the width as needed*/
    border-radius: 0px;
    /* Remove this border-radius if rounded is not needed */
    padding-bottom: 10%;
    /* Adjust the height as needed*/
    float: left;
    position: relative;
}

.line1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2.2px;
    background-color: black;
    margin-top: 10px;
}

.divTableRow {
  display: table-row;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  width: 61%;
}

.blank-line4 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 20%;
}

.blank-line5{
    display: inline-block;
    border-bottom: 1px solid black;
    width: 10%;
}

.L1right {
  width:36%;
}

.legendsstyle {
    padding-left: 3px;
}

.blank-line {
    display: inline-block; 
    border-bottom: 2px solid black;
    width: 19%;
}

.blank-line1 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width:155px;
}

ul,ol { 
    margin-right:25px;
}

.grey-box1 {
        background-color: #e5e5e5;
        width: 100%;
        border-radius: 0px;
        padding-bottom: 100%;
        float: left;
        position: relative;
        margin-left: -1%;
}

.divTableCellN {
  display: table-cell;
  padding-top: 6px;
  padding-right: 3px;
}

.mailDate {
    float: right;
    width: 47%;
    margin-top: 18px;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}  

.info {
  padding-bottom:5px;
}


@media screen and (max-device-width: 768px) {
    
.header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

.phonenumbers {
        float: right;
        width: 95%;
        padding-bottom: 10px;
    }

.grey-box {
    background-color: #e5e5e5;
    width: 80%;
    border-radius: 0px;
    padding-bottom: 23%;
    float: left;
    position: relative;
}

.mailDate {
    float: right;
    width: 95%;
    margin-top: 18px;
}

.grey-box1 {
    background-color: #e5e5e5;
    width: 100%;
    border-radius: 0px;
    padding-bottom: 300%;
    float: left;
    position: relative;
}

.L1right {
  width: auto;
  padding-top: 20px;
}
.blank-line5{
  width:20%;
}
}


/* Media Query for iPad Mini */
  @media only screen 
  and (min-width: 768px) 
  and (max-width: 768px) 
  and (min-height: 1024px) 
  and (max-height: 1024px)
  {

.grey-box {
    background-color: #e5e5e5;
    width: 65%;
    border-radius: 0px;
    padding-bottom: 15%;
    float: left;
    position: relative;
    margin-left: -5%;
}



.phonenumbers {
    float: right;
    width: 50%;
    padding-bottom: 10px;
}

.mailDate {
    float: right;
    width: 50%;
    margin-top: 18px;
}

.grey-box1 {
    background-color: #e5e5e5;
    width: 100%;
    border-radius: 0px;
    padding-bottom: 115%;
    float: left;
    position: relative;
}

}


