
/* Hide Submit Button */
.form-submit-button {
  display: none !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;
}

/* Hiding Additional section*/
#form-element-wrapper_2 { 
  display:none;
}

/* Hiding Language dropdown*/

#form-element-wrapper_20{
  visibility: hidden !important;
}

#StageSubmitForm:not(.recordForm) {
padding:0px;
}

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 20px !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: 35%;
}

.divTableRow {
  display: table-row;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  padding-top: 6px;
  width: 55%;
  vertical-align:bottom;
}

.date {
  width: 24%;
}

.divTableCellM1 {
  display: table-cell;
  padding: 3px;
  padding-top: 6px;
  width: 40%;
  text-align: right;
}

.divTableCellM2 {
  display: table-cell;
  padding: 3px;
  padding-top: 6px;
  width: 60%;
}

.divTableCellA {
  border: 0px solid #ddd;
  padding: 10px;
  vertical-align: top;
}

.Checkboxsize {  
  width: 16px;  
  height: 16px;  
  background-color: white;  
  border-radius: 5%;  
  vertical-align: middle;  
  border: 1px solid gray;  
  appearance: none;  
  -webkit-appearance: none;  
  outline: none;  
} 

.jtext {
  display: block;
  margin-top: -22px;
  padding-left: 43px;
  margin-right: 43px;
}

.line1 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:275px;
}

.line2 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:150px;
} 

.divTableCellX {
  display: table-cell;
  padding-top: 6px;
  padding-right: 3px;
  width: 60%;
  white-space: nowrap;
}

.divTableCellY {
  display: table-cell;
  padding-top: 6px;
  padding-right: 3px;
  width: 40%;
}

.blanklinecallout {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}

/* Container for the Corner box - small */ 

.corner-boxN {
  position: relative;
  width: 350px;
  height: 75px;
  margin-top: 7px;
}
  
  /* Top left corner */
  .corner-boxN::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px; /* Length of the corner line */
  height: 20px;
  border-top: 1px solid black; /* Top border */
  border-left: 1px solid black; /* Left border */
  }
  
  /* Bottom right corner */
  .corner-boxN::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black; /* Bottom border */
  border-right: 1px solid black; /* Right border */
  }
  
  /* Top right corner */
  .corner-boxN .top-rightN {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid black;
  border-right:1px solid black;
  }
  
  /* Bottom left corner */
  .corner-boxN .bottom-leftN {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  }
  

/* **************************** */ 

/* Container for the Corner box - big */ 

.corner-boxM {
  position: relative;
  width: 400px;
  height: 115px;
  margin-top: 15px;
  }
  
  /* Top left corner */
  .corner-boxM::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px; /* Length of the corner line */
  height: 20px;
  border-top: 1px solid black; /* Top border */
  border-left: 1px solid black; /* Left border */
  }
  
  /* Bottom right corner */
  .corner-boxM::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black; /* Bottom border */
  border-right: 1px solid black; /* Right border */
  }
  
  /* Top right corner */
  .corner-boxM .top-rightM {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid black;
  border-right:1px solid black;
  }
  
  /* Bottom left corner */
  .corner-boxM .bottom-leftM {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  }
  

/* **************************** */ 


/* 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: 101%; 
	} 
	  
	.divTableCellUnique{ 
	    width:65%; 
  } 
/* --------------------------------------------- */

.logo-right {
  margin-top: 30px;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  width: 52%;
}

.divTableCellX {
  display: block;
  width: auto;
  text-align: center;
  padding-top: 40px;
}

.divTableCellY {
  display: block;
  width: auto;
  text-align: center;
}

.corner-boxN {
  position: relative;
  width: 50%;
  height: 90px;
  margin-top: 20px;
}

.corner-boxM {
  position: relative;
  width: 70%;
  height: 110px;
  margin-top: 20px;
}

.date {
  width: auto;
}

.line1 {
  width: 275px;
}

.divTableCellM1 {
  display: block;
  padding-top: 3px;
  text-align: center;
  width: auto;
}

.divTableCellM2 {
  display: block;
  padding-top: 3px;
  text-align: center;
  width: auto;
}

.jtext {
  display: block;
  margin-top: -22px;
  padding-left: 25px;
  margin-right: 25px;
}
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
  .date {
    width: 28%;
  }

  .line1 {
    width: 175px;
}
.L1Left {
  width: 45%;
}
.UniquePhoneTable {
    width: 56%;
}
}  

/* 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; 
	  } 
    /* Styling Phone numbers only*/
	   .UniquePhoneTable  { 
	        width: 55%; 
	        margin-inline-start: 12%; 
	  } 
	   .divTableCellUnique { 
	        width:65%; 
    } 
 /* --------------------------------------------- */
 

.corner-boxN {
  position: relative;
  width: 50%;
  height: 90px;
  margin-top: 20px;
}

.corner-boxM {
  position: relative;
  width: 70%;
  height: 110px;
  margin-top: 20px;
}

}

