
/* 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;
}


.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 20px !important;
}

.legendsstyle {
  
  font-weight: normal;
  color:black;
}

.phonenumbers {
  width: 35%;
}

.divTableRow {
  display: table-row;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  padding-top: 6px;
  width: 55%;
}

.date {
  width: 35%;
}

.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%;
}

/*.divTableCellN {
  display: table-cell;
  padding-top: 6px;
  padding-right: 3px;
  width: 57%;
}

.divTableCellM {
  display: table-cell;
  padding-top: 6px;
  padding-right: 3px;
  width: 57%;
} */

.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: 350px;
  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;
  }
  

/* **************************** */ 


.UniquePhoneTable  {
    width: 50%;
   
}

.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: 64%;
    padding: 2px;
    vertical-align: baseline;
}
.logo-right{
  width:35%;
}
#StageSubmitForm:not(.recordForm) {
padding: 0px;
}
/* Responsive code for Mobile Devices */

@media screen and (max-device-width: 768px) {

.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;  
}

.logo-right {
  margin-top: 30px;
}

.phonenumbers {
  margin-top: 30px;
  width:85%;
}

.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: 71%;
  height: 90px;
  margin-top: 20px;
}

.corner-boxM {
  position: relative;
  width: 70%;
  height: 110px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.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;
}
.UniquePhoneTable  {
    width: 100%;
}

.divTableCellUnique{
    width:64%;
}
.logo-right {
    width: 75%;
}
}
@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%;
  }
  .phonenumbers {
    width: 40%; 
  }
  .line1 {
    width: 175px;
}
         .UniquePhoneTable  {
             width: 80%;
             margin-inline-start: 12%;;
         }
       .divTableCellUnique{
    width:65%;
}
.corner-boxN {
    position: relative;
    width: 250px;
    height: 75px;
    margin-top: 7px;
}
}  

/* 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;
}
  
.phonenumbers {
  width: 40%; 
}

.corner-boxN {
  position: relative;
  width: 50%;
  height: 90px;
  margin-top: 20px;
}

.corner-boxM {
  position: relative;
  width: 50%;
  height: 110px;
  margin-top: 20px;
}
.logo-right {
    width: 35%

;
}
         .UniquePhoneTable  {
             width: 55%;
             margin-inline-start: 8%;;
         }
       .divTableCellUnique{
    width:66%;
}
}

