

/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}

/* Hide Language Drop down */

#form-element-wrapper_1 {
    visibility: hidden !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;
}
.logo-left {
    padding-top: 60px;
 
}
.seal-right {
    margin-top: 0px;
}

.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 3px;
}
.blank-line1 {
    display: inline-block;
    border-bottom: 1.4px solid black;
    width: 160px;
}
.blank-line2{
    display: inline-block;
    border-bottom: 1.4px solid black;
    width: 330px !important;
}
/* Styling Phone numbers only*/
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.grey-boxContents1{
    background-color: #e5e5e5;
    width: 36% !important;
    position: relative;
    height: 100px;
    margin-bottom: 0px !important;

}
.grey-boxContents2{
    background-color: #e5e5e5;
    width: 100%;
    position: relative;
    height: 100px;
    margin-bottom: 0px !important;

}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.phonenumbers {
   
    width: 38%;
}
.divTableRow {
    display: table-row;
}
.DeclareTable {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.divTableCellD1 {
    display: table-cell;
 

    width: 30%;
}
.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    width: 37% !important;
    margin-bottom: 5px;
    display: inline-block;
    /* margin-left: -11%; */
}
.divTableCell {
    display: table-cell;
    padding: 3px;
    width:55%;
}
.legendsstyle {
    padding-left: 3px;
   
}

.mailingDate {
    width: 89%;
    padding-left: 24%;
    padding-right: 24%;
}
/* Styling EDD logo and Seal */
/* Include media query */
.seal {
   width:56.3%;
    
}
ul,ol{ margin-right:20px;}



.divTableCell1 {
    display:inline;
        
       }


       .divTableCellT {
        display: inline;
        width:10%;
        padding: 2px;
    } 
    
:lang(ar) .address-ltr,

:lang(en) .address-ltr,
:lang(hi) .address-ltr,
:lang(hy) .address-ltr,
:lang(ja) .address-ltr,
:lang(ko) .address-ltr,
:lang(km) .address-ltr,
:lang(pu) .address-ltr,
:lang(th) .address-ltr,
:lang(zh-CN) .address-ltr,
:lang(zh-TW) .address-ltr,
:lang(fil) .address-ltr,
:lang(ru) .address-ltr,
:lang(Vi) .address-ltr

{ 

  direction: ltr !important; 

  unicode-bidi: embed; 

  white-space: nowrap; 

  display: inline-block; 

} 
:lang(fa) .address-ltr { 

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 

  } 
@media only screen and (max-width: 768px) {
 
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .seal {
        width: 70%;
        padding-top:20px;
    }
    .phonenumbers {
        width: 82%;
    }
    
.mailingDate {
    width:35% !important;
}
.grey-boxContents1 {
    background-color: #e5e5e5;
    width:80% !important;
    position: relative;
    height: 100px;
    margin-bottom: 0px !important;
}
.blank-line2 {
    display: inline-block;
    border-bottom: 1.4px solid black;
    width: 350px !important;
}
.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    width: 85% !important;
    margin-bottom: 5px;
    display: inline-block;
    /* margin-left: -11%; */
}
}


  /* 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;
    }
    
    .seal {
        width: 35%;
    }
    
    .phonenumbers {
        width: 43%;
    }
       
    .mailingDate {
        width:15% !important;
    }
    .grey-boxContents1 {
        background-color: #e5e5e5;
        width: 43% !important;
        position: relative;
        height: 100px;
        margin-bottom: 0px !important;
    }
    .form-fieldW .halflineW {
        border-bottom: 1.5px solid black;
        width: 44% !important;
        margin-bottom: 5px;
        display: inline-block;
        /* margin-left: -11%; */
    }
}
