/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
/* Hide Print Button */
  #print-preview {
    display: none !important;
  }

/* Hide Additional wrapper sections */
#form-element-wrapper_2
{
    display: none;
}

/* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

  /* Hiding Language dropdown*/
  #form-element-wrapper_1 {
      visibility: hidden !important;
  }

/*------------------------------------------------------*/

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.divTableRow {
    display: table-row;
}

.Date {
  width: auto;
}

.topaddr {
  width: auto;
}

.divTableCellL {
  display: table-cell;
  padding: 3px;
  width:55%;
  white-space: nowrap;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  width:55%;
  vertical-align: bottom;
}

.userpw {
  padding-left: 35%;
  padding-right: 35%;
  padding-bottom: 20px;
}

.address {
  padding-left: 27%;
  padding-right: 27%;
  padding-bottom: 20px;
  white-space: nowrap;
}

	:lang(fa) .address-ltr1,
	:lang(en) .address-ltr1,
	:lang(ar) .address-ltr1,
	:lang(hi) .address-ltr1,
	:lang(hy) .address-ltr1,
	:lang(ja) .address-ltr1,
	:lang(ko) .address-ltr1,
	:lang(km) .address-ltr1,
	:lang(pu) .address-ltr1,
	:lang(th) .address-ltr1,
	:lang(zh-CN) .address-ltr1,
	:lang(zh-TW) .address-ltr1,
	:lang(fil) .address-ltr1,
	:lang(ru) .address-ltr1,
	:lang(Vi) .address-ltr1
	{
	    direction: ltr !important;
	    unicode-bidi: embed;
	    white-space: nowrap;
	    display: inline-block;
	} 

/* **************************** */ 

/* Responsive code for Mobile Devices */ 

@media only screen and (max-width: 768px)
{
.header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}
.userpw {
  padding-left: 0%;
  padding-right: 0%;
}
.address {
  padding-left: 0%;
  padding-right: 0%;
  white-space: normal;
}
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
  .address {
  padding-left: 23%;
  padding-right: 18%;
}
}

/* 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;
}
.userpw {
  padding-left: 35%;
  padding-right: 35%;
  padding-bottom: 20px;
}
.address {
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 20px;
  white-space: nowrap;
}

}