/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/

  #form-element-wrapper_1{
      visibility: hidden !important;
    }

    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
#form-element-wrapper_2
{
    display: none;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
}
td {
    border: 1px solid black;
    padding: 5px;
    vertical-align: top;
    padding-bottom:25px;
}
.header {
    font-weight: bold;
    text-align: center;
}
.left-section {
    width: 70%;
    padding-left:5px;
    text-align: start;
    padding-right:5px;
}
.right-section {
    width: 30%;
}

td:empty {
    border: none;
}
.no-border {
    border-bottom: none;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.divTableCellBig1 {
    /* border: 1px solid #ccc; */
    /* padding: 10px; */
    position: relative;
    display: inline-flex;
}
:lang(hy) .divTableCellBig1 {
     padding: 1px;
    }
.Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    border: 1px solid grey;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-right: 8px;
}
.jtext {
    display: block;
    margin-top: -20px;
    padding-left: 25px;
    margin-right: 20px;
}
.jtext4 {
    display: block;
    /*margin-top: -20px;*/
    padding-left: 25px;
    margin-right: 20px;
    margin-inline-start: -20px;
}

:lang(ar) .jtext4, 
:lang(fa) .jtext4 {
    margin-inline-start: 0px;
}

.jtext5{
    display: block;
    margin-top: -20px;
    
   
}
.blank-line{
    display: inline-block;
    border-bottom: 1px solid black;
    width: 160px;
}
.form-field1 {
    display: flex
;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
}
.line {
    flex-grow: 1;
    border-bottom: 1px solid black;
    height: 1.5px;
}
.form-fieldM {
    display: flex
;
    align-items: center;
    margin-bottom: 5px;
}
.line1 {
    flex-grow: 0.97;
    border-bottom: 1.5px solid #000;
    margin-left: 2px;
    margin-bottom: 15px;
    margin-right: 2px;
}
ul,ol{
    margin-right: 20px;    margin-left: 20px;
}

/***** Drop Down Code for Wages *******/
.select-plain {
    display: inline;
    vertical-align: baseline;
    /*width: auto;*/
    max-width: 100%;
    background: #e5e5e5;
    border: 0;
    padding: 0;
    margin: 0 0.25em;
    cursor: pointer;
    line-height: inherit;
    height: auto;
}
.select-plain :focus {
    outline: none;
}
.select-narrow {
    overflow: hidden;
    white-space: nowrap;
}

  
@media (max-width: 768px) {  
    .header_container {
      flex-direction: column;
      justify-content: center;
      align-items: center !important;
  }
  .left-section {
    width: 30%;
}
}
/* 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;
  }
}