
/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}

/* ------------------ */

/* Hide Print Button */
#print-preview {
    display: none !important;
}

/* To hide the languages drop-down */
#form-element-wrapper_3
{
visibility: hidden;
}

/* ------------------ */

.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; 

} 

.legendsstyle {
    padding-left: 9px;
    width: auto;
    font-weight: normal;
    font-size: 17.25px;
  }
    
  .divTableCell {
    display: table-cell;
    padding: 0px 4px;
    width:38%;
    }

  .datelabel {
  text-align: right;
  }

.LeftLines {
    float:left;
  }
  
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
.blank-line {
    border-bottom: 1px solid black;
    width:300px;
    padding-top: 11.25px;
  }

  .blank-linelong {
    border-bottom: 1px solid black; 
    width: 95%; 
    margin-right: 20px;
    margin-left: 20px;
    }


.jtext {
    display:block;
    margin-top: -20px; 
    padding-left: 25px ;
    margin-right: 25px;
    }
:lang(ar).jtext,
:lang(fa).jtext {
    margin-top: -25px; 
       padding-left: 25px ;
    margin-right: 25px;
    }
ul,ol { 
  margin-right:20px;
}

.newcheckbox {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    vertical-align: middle;
    border: 1px solid gray;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    }  


/* Responsive code for Mobile Devices */

    @media screen and (max-device-width: 768px) {


    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
      }

.UniquePhoneTable  { 

    width: 100%; 

} 

  

.divTableCellUnique{ 

    width:65%; 

} 
    .divTableCell {
        display: table-cell;
        padding: 0px 5px;
        width: 55%;
        /*width: 59% for optimal but gap is more between lang and phone#;*/
    }

    }


/* 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;
    }

   .UniquePhoneTable  { 

             width: 55%; 

             margin-inline-start: 12%; 

         } 

    .divTableCellUnique{ 

    width:65%; 

} 
  

  .divTableCell {
      display: table-cell;
      padding: 0px 4px;
      width: 53%;
  }


  }