
/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}

/* ------------------ */

#form-element-wrapper_16{
    visibility: hidden !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 extra space at footer*/

#form-element-wrapper_18{ display:none;}

/* ----------------- */

/* Styling EDD logo along with telephone numbers */
/* Include media query */

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;

    }
    .header-wrapper{
        display: flex;
        justify-content: space-between;
        column-gap: 30px !important; 
    }
    .content-box {
        width: 50%;
        float: left;
        position: relative;
    }
     
    .box-Contents {
        width: 40%;
        float: left;
        position: relative;
    }
    .box-Contents1 {
        width: 40%;
        float: left;
        position: relative;
    }
    .addressTab {
        padding-left: 27%;
        padding-right: 24%;
        text-align: center;
    }
    .divTableRow {
        display: table-row;
    }
    .Table-Row {
        display: table-row;
    }
    .divTableCell {
        display: table-cell;
       
    }
    .Tab {
        padding-left: 36%;
        padding-right: 33%;
    }
    .BYBOffice {
        float: right;
      
        width:38%;
    }
    .divTableCellN {
        display: table-cell;
        padding-top: 6px;
        padding-right: 15px;
    }
    .Mailing {
        display: inline-block;
      
        width: 100%;
    }
    .Date{
        float: right;
       
    }
    .divTableCellM{
        display: table-cell;
      
        padding-right: 15px;
    }
    .Year{
        display: inline-block; 
        width: 100%;
        padding-left: 27px;
        padding-right:0px;
    }

 .divTableCellO{
    padding-right: 41px;
 }
 /*------------------------------------------CSS for Table -------------------------------------------*/
 
 th {
    font-weight: normal; /* Removes bold from headers */
}


table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; /* Prevents shrinking */
}

th, td {
    padding: 5px ;
    text-align: center;
width:18%;
vertical-align: middle;
}


.right {
    text-align: end;
    padding-left:35px;
}

.noWrap{
    white-space: nowrap;
}

.total-section td {
    padding: 5px;
    text-align: right;
    border: none;
}

.separator td {
    text-align: end;
    font-weight: bold;
    border: none;
}

/*----------------------------------------------------------------*/

.Department {
    float: right;
    /* margin-top: 35px; */
}
.department-info{
    float: right;
    width: 67%;
}
.table-cell-label {
    display: table-cell;
    padding-top: 6px;
    padding-right: 15px;
}
.contact-number{
    display: inline-block;
      
        width: 100%;
}

 
@media only screen and (max-width: 768px) {
.table-container {
    display: block;
    overflow-x: auto;
    width: 99.6%;
    -webkit-overflow-scrolling: touch;
}

.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
.header-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

.box-Contents {

    text-align: center;
    width:62%;
}
.box-Contents1{
    text-align: center;
    width:62%;
}
.BYBOffice {
 width:70%;
 white-space: nowrap;
    margin-top: 15px;
}
.content-box {
    text-align: -webkit-center;
    width: 100%;
}
.department-info {
    text-align: -webkit-center;
    width: 100%;
}
.addressTab{
    padding-left:0%;
    padding-right:0%;
    text-align: center;
}
.Tab {
    padding-left: 25%;
    padding-right: 25%;
}
.table-cell-label {
     display: block; 
    padding-top: 6px;
    padding-right: 15px;
}
.Year {
    display: inline-block;
    width: 102%;
    padding-left: 27px;
    /* padding-right: 4px; */
}
}



  /* Media Query for iPad Mini */
  @media only screen 
  and (min-width: 768px) 
  and (max-width: 768px) 
  and (min-height: 1024px) 
  and (max-height: 1024px)
  {
    .table-cell-label {
        display: table-cell;
        padding-top: 6px;
        padding-right: 15px;
    }
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .addressTab{
        padding-left:25%;
        padding-right:25%;
        text-align: center;
    }
    .box-Contents{
        text-align: center;
        width:30%;
    }
    .Tab {
        padding-left: 35%;
        padding-right: 35%;
    }
    .BYBOffice {
        width:35%;
        white-space: nowrap;
           margin-top: 15px;
       }
  }
  