
/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}

/* Hide Print Button */
#print-preview {
  display: none !important;
}

 /* TO CONTROL SCREEN H-SCROLL*/ 
/* .form-item { 
  display: block; 
  overflow: hidden; 
  padding-left: inherit; 
  padding-bottom: 16px; 
} */

/*to hide the blank space below the form footer*/
#form-element-wrapper_2
{
  display: none;
} 

#form-element-wrapper_34
{
  display: none;
} 

/* To hide the Language Dropdown*/
 #form-element-wrapper_1 
{  
  visibility: hidden !important;
} 

/*------------------------------------------------------*/

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px !important;
}

.legendsstyle {
  padding-left: 3px;
  font-weight: normal;
}

  	/* Styling Phone numbers only*/ 

	.header_container { 
	    display: flex; 
	    justify-content: space-between; 
	    column-gap: 30px !important; 
	} 
	 
	.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: 43%;
  /*width: 50%*/
}

.divTableRow {
  display: table-row;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  padding-top: 6px;
  width: 65%;
  /*width:70%;*/
}

/* Mail Date first Section alignment fix */

.mailDateX {
  position: relative; 
  margin-top: 5px; 
}

.divTableCellNX {
  display: table-cell;
  padding-top: 6px;
  padding-right: 3px;
  width:72%;
  text-align: right;
}  

.blank-line1X {
display: inline-block; 
border-bottom: 1px solid black;
width:200px;
padding-left: 2px;
padding-right: 2px;
}

/* **************************************** */

.MailAddr1 {
  width: 55%;
}

.MailAddr2 {
  width: 37%;
}

.blank-line {
  display: inline-block; 
  border-bottom: 1px solid black;
  /*width:375px;*/
  width:350px;
}

.blank-line1 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:175px;
}

.blank-line2 {
  display: inline-block; 
  border-bottom: 1px solid black;
  /*width:243px;*/
  width:300px;
}

.jtext {
  display: block;
  padding-left: 25px;
  margin-right: 30px;
  padding-top: 4px;
  margin-top: -25px;
}

.Checkboxsize {  
  width: 14px;  
  height: 14px;  
  background-color: white;  
  border-radius: 5%;  
  vertical-align: middle;  
  border: 1px solid gray;  
  appearance: none;  
  -webkit-appearance: none;  
  outline: none;  
} 

.form-field {
  display: flex;
  align-items: center;
}

.blanklinecallout {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
 
.divTableW {
  display: table;
  width: 100%;
  border-collapse: collapse; /* Mimics table border collapse */
}

.divTableRowW {
  display: table-row;
}

.divTableCellW {
  display: table-cell;
  padding: 10px;
  text-align: center; /* Centers the content */
  width: 22%;
}

.halfline {
  flex-grow: 0.7;
  border-bottom: 1.5px solid black;
  margin-left: 5px;
  margin-bottom: 4px;
}

ul,ol {
  margin-right: 20px;
}

/* Responsive code for Mobile Devices */

@media screen and (max-device-width: 768px) {

.header_container {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}

    /* Styling Phone numbers only*/
	.UniquePhoneTable  { 
	    width: 100%; 
	} 
	  
	.divTableCellUnique{ 
	    width:65%; 
  } 
/* --------------------------------------------- */

.mailDateX {
  margin-top: 30px; 
}

.divTableCellNX {
  display: block;
  width: auto;
  text-align: center;
}

.blank-line1X {
  width: 135px;
  padding-left: 2px;
  padding-right: 2px;
}

.divTableCellQQ {
  display: table-cell;
  padding: 3px;
  width:5%;
}

.divTableCellQ {
  display: table-cell;
  padding: 3px;
  width: 70%;
}

.divTableCellT {
  display: inline;
  width:10%;
  padding: 2px;
}

.Logo {
  width: 66%;
  padding-top: 10px;
}

.MailAddr1 {
  text-align: center;
  padding-bottom: 5px;
  width: auto;
}

.MailAddr2 {
    text-align: center;
    padding-bottom: 5px;
    width: auto;
    margin-top:20px;
}

.blank-line {
  width:225px;
}

.blank-line2 {
  width:225px;
}

.legendsstyle {
  padding-left: 3px;
  padding-top: 10px;
}

.phonenumbers {
  /* width:84%; */
  width:100%;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  /* width: 57%; */
  width: 63%;
}
}

@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) 
 {
  .mailDate {
    float: right;
    width: 48%;
  }
  .phonenumbers {
    width: 48%; 
  }
}  


/* 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;
}

.legendsstyle {
  padding-left: 4px;
  padding-top: 10px;
}

    /* Styling Phone numbers only*/
	   .UniquePhoneTable  { 
	        width: 55%; 
	        margin-inline-start: 12%; 
	  } 
	   .divTableCellUnique { 
	        width:65%; 
    } 
 /* --------------------------------------------- */
 
.phonenumbers {
  /*width:41%;*/
  width:51%;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  /* width: 57%; */
  width: 65%;
}

.Logo {
  width: 32%;
  padding-top: 10px;
}

.mailDate {
  float: right;
  width: 49%;
}

.MailAddr1 {
  text-align: center;
  padding-bottom: 5px;
}

.MailAddr2 {
    text-align: center;
    margin-top: 20px;
}

.blank-line {
  width:275px;
}

.blank-line2 {
  width:275px;
}

}