
/* 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;
} 

#form-element-wrapper_40
{
  display: none;
} 


/* Hiding Language dropdown*/

#form-element-wrapper_16{
  visibility: hidden !important;
}


/*------------------------------------------------------*/

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px !important;
}

.header {
  text-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
}

td {
  border: 1px solid black;
  padding: 5px;
  vertical-align: top;
  padding-bottom:25px;
}

.left-section {
  width: 70%;
  padding: 10px;
  text-align: start;
}

.right-section {
  width: 30%;
}

td:empty {
  border: none;
}

.no-border {
  border-bottom: none;
}

.tablecontainer {
  border: 1px solid black;
  padding: 15px;
}

.divTableRow {
  display: table-row;
}

.jtext {
  display:block;
  margin-top: -20px; 
  padding-left: 25px ;
  margin-right: 25px;
  padding-bottom: 20px;
}

.jtext1 {
  display:block;
  margin-top: -20px; 
  padding-left: 25px ;
  margin-right: 25px;
}

.jtext2a {
  display: inline-block;
  margin-top: -22px;
  padding-left: 20px;
  margin-right: 5px;
}

.jtext2 {
  display: block;
  margin-top: -22px;
  padding-left: 45px;
  margin-right: 45px;
}

ul,ol {
  margin-right: 20px;
  padding-bottom: 5px;
}

.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;
}  

.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;
}

.heading {
  overflow-wrap: anywhere;
  text-align: center;
  width: fit-content;
}

.jtext1 {
  display:block;
  margin-top: -20px; 
  padding-left: 25px ;
  margin-right: 25px;
}

.jtext2a {
  display: inline-block;
  margin-top: -22px;
  padding-left: 20px;
  margin-right: 5px;
}

.jtext2 {
  display: block;
  margin-top: -22px;
  padding-left: 45px;
  margin-right: 45px;
}

.divTableRow {
  display: inline;
} 

}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
  
}
/* 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;
}

.divTableRow {
  display: block;
} 
    
}