
/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}

/* Hide Print Button */
#print-preview {
  display: none !important;
}

 /* TO CONTROL SCREEN H-SCROLL*/ 
/* .form-item { 
  display: block; 
  overflow: hidden; 
  padding-left: inherit; 
  padding-bottom: 16px; 
} */

/*to hide the blank space below the form footer*/
#form-element-wrapper_2
{
  display: none;
} 

#form-element-wrapper_34
{
  display: none;
} 

/* To hide the Language Dropdown*/
#form-element-wrapper_1 {  
  visibility: hidden !important;
} 

/*------------------------------------------------------*/

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px !important;
}

.legendsstyle {
  padding-left: 3px;
  font-weight: normal;
}

.phonenumbers {
  width: 43%;
}

.divTableRow {
  display: table-row;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  padding-top: 6px;
  width: 65%;
}

/* Mail Date Box */
.mailDateX {
  position: relative; 
  margin-top: 5px; 
}

.divTableCellNX {
  display: table-cell;
  padding-top: 6px;
  padding-right: 3px;
  /* width:72%; */
  text-align: right;
}  

/* EDD Box */
.MailAddr1 {
  width: 55%;
}

.divTableCellT {
  display: inline;
  width:10%;
  padding: 2px;
}

/* Claimant Box */
.MailAddr2 {
  width: 37%;
  margin-top: 7%;
}


/* DivCell for InfoBox */

.divTableCellN {
  display: table-cell;
  padding: 3px;
  padding-top: 6px;
  width: 32%;
}
.divTableCellM {
  display: table-cell;
  padding: 3px;
  padding-top: 6px;
  width: 20%;
  text-align: right;
}

/* **************************************** */

ul,ol {
  margin-right: 30px;
}

/* Info Box Code */

.grid-item {
  padding: 0;
  margin: 0;
}

.grid-container1 {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
}

.grid-container2 {
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
}

.grid-cell {
  border: 1px solid transparent; /* Add borders as necessary */
}

.full-span1 {
  grid-column: span 1; /* Span across whole column */
  padding-top: 8px;
}

.rowtext {
  display: block;
  padding-left: 27px;
  margin-right: 25px;
  margin-top: -22px;
}

th {
  border: 1px solid #000;
  padding: 8px;
  vertical-align:top;
  text-align: start;
}

td {
  border: 1px solid #000;
  padding: 8px;
  vertical-align:middle;
}

.jtext {
  display: block;
  padding-left: 15px;
  margin-right: 15px;
  padding-top: 2px;
}

.jtext1 {
  display: block;
  padding-left: 10px;
  padding-top: 2px;
}

table {
  /*border-collapse: collapse;*/
  width: 100%;
}

.blanklinecallout {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* **************************************** */

/* Responsive code for Mobile Devices */

@media screen and (max-device-width: 768px) {

.header_container {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}

.mailDateX {
  margin-top: 30px; 
}

.divTableCellNX {
  display: block;
  width: auto;
  text-align: center;
}

.Logo {
  width: 66%;
  padding-top: 10px;
}

.MailAddr1 {
  text-align: center;
  padding-bottom: 5px;
  width: auto;
}

.MailAddr2 {
    text-align: center;
    padding-bottom: 5px;
    width: auto;
    margin-top:20px;
}

.legendsstyle {
  padding-left: 3px;
  padding-top: 10px;
}

.phonenumbers {
  width:100%;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  width: 63%;
}

.grid-container1 {
  display: contents;
}

.grid-container2 {
  display: contents;
}

.full-span1 {
  padding-top: 15px;
}

.divTableCellN {
  display: block;
  padding: 3px;
  padding-top: 15px;
  width:auto;
  text-align: left;
}

.divTableCellM {
  display: block;
  padding-top: 5px;
  margin-left: 27px;
  margin-right: 20px;
  width:auto;
  text-align: left;
}

.table-container {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
}
.table-container table {
  width:100%;
  min-width:850px;
}
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) 
 {
  .mailDate {
    float: right;
    width: 48%;
  }
  .phonenumbers {
    width: 48%; 
  }
  .divTableCellM {
    text-align: right;
  }
  .divTableCellN {
    width: 26%;
  }
}  

/* 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;
}

.legendsstyle {
  padding-left: 4px;
  padding-top: 10px;
}

.phonenumbers {
  /*width:41%;*/
  width:51%;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  /* width: 57%; */
  width: 65%;
}

.Logo {
  width: 32%;
  padding-top: 10px;
}

.mailDate {
  float: right;
  width: 49%;
}

.MailAddr1 {
  text-align: center;
  padding-bottom: 5px;
}

.MailAddr2 {
    text-align: center;
    margin-top: 20px;
}


}