

/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}

/* Hide scroll */

#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;
}

/* 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;

}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

  	/* Styling Phone numbers only*/ 
	.UniquePhoneTable  { 
	    width: 47%; 
	} 
	  
	.divTableRowUnique { 
	    display: table-row; 
	} 
	  
	.divTableCellUnique { 
	    display: table-cell; 
	    width: 65%; 
	    padding: 2px; 
	     vertical-align: bottom; 
	} 
	
	:lang(fa).divTableCellUnique, 
	:lang(ar).divTableCellUnique { 
	     display: table-cell; 
	    width: 65%; 
	    padding: 2px; 
	    vertical-align: baseline; 
    } 
/* --------------------------------------------- */

.phonenumbers {
   
    width: 39%;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 3px;
    width:55%;
    white-space: nowrap;
}
.legendsstyle {
    padding-left: 3px;
   
}

.mailingDate {
    width:89%;
}
/* Styling EDD logo and Seal */
/* Include media query */
.seal {
   width:83.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;
    }

        /* Styling Phone numbers only*/
	.UniquePhoneTable  { 
	    width: 100%; 
	} 
	  
	.divTableCellUnique{ 
	    width:65%; 
  } 
/* --------------------------------------------- */

    .phonenumbers {
        width: 82%;
    }
    
.mailingDate {
    width:72% !important;
}
.grey-boxContents1 {
    background-color: #e5e5e5;
    width:80% !important;
    position: relative;
    height: 100px;
    margin-bottom: 0px !important;
}
.divTableCell {
    display: table-cell;
    padding: 3px;
    width:55%;
    white-space: normal;
}
}


  /* 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%;
    }

        /* Styling Phone numbers only*/
	   .UniquePhoneTable  { 
	        width: 55%; 
	        margin-inline-start: 12%; 
	  } 
	   .divTableCellUnique { 
	        width:65%; 
    } 
 /* --------------------------------------------- */
    
    .phonenumbers {
        width: 43%;
    }
       
    .mailingDate {
        width: 43% !important;
    }
    .grey-boxContents1 {
        background-color: #e5e5e5;
        width: 43% !important;
        position: relative;
        height: 100px;
        margin-bottom: 0px !important;
    }
}
