.banner.text-center .grid-container.grid-container-padded {
  padding-top: 80px !important;
}

@media (min-width: 1024px) {
  .banner[_ngcontent-c3] {
    background: url("") center/100% 100% no-repeat;
    margin: 0 auto;
    max-width: 2560px;
    min-height: 450px;
    text-align: right;
  }
}

/* app-survce-banner .banner[_ngcontent-c3] {
  background-image:url(newbanner.jpg);
} */

app-language-selector {
  display: none !important;
}

.datatable-dropdown {
  display: none !important;
}

.datatable-search {
  float: left !important;
}

.datatable-top {
  padding: 0 !important;
}

span.f,
span.t {
  display: block;
  /* color: transparent; */
  text-align: center;
  background: orange;
  font-size: 0;
}

span.f:after,
span.t:after {
  content: "-";
  font-size: 12px;
  display: block;
}

span.f {
  background-color: rgba(255, 0, 0, 0.4);
}

span.t {
  background-color: rgba(0, 255, 0, 0.4);
}

span.f:after {
  content: "✖";
  line-height: 2;
  color: rgba(255, 0, 0, 1);
}

span.t:after {
  font-weight: bold;
  content: "✓";
  font-size: 15px;
  color: rgba(50, 205, 80, 1);
}
#theBody .dataTable {
  /* display: none !important; */
  visibility: hidden !important;
}
#theBody .show {
  /* display: none !important; */
  visibility: hidden !important;
}

#theBody[data-activetable="1"] #theTable,
#theBody[data-activetable="1"] .show1 {
  /* display: block !important; */
  visibility: visible !important;
}
#theBody[data-activetable="2"] #theTable2,
#theBody[data-activetable="2"] .show2 {
  /* display: block !important; */
  visibility: visible !important;
}
#theBody[data-activetable="3"] #theTable3,
#theBody[data-activetable="3"] .show3 {
  /* display: block !important; */
  visibility: visible !important;
}
#theBody[data-activetable="4"] #theTable4,
#theBody[data-activetable="4"] .show4 {
  /* display: block !important; */
  visibility: visible !important;
}

#tableSection {
  position: relative;
  width: 100% !important;
}

.dataTable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 200px !important;
  padding-bottom: 200px !important;
}

body.supportedHardware footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100% !important;
}

#theSelect {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.cell.theCell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
  #_mainTitle {
    color: white;
    text-shadow: 2px 2px 5px #333, -2px 2px 5px #333, 2px -2px 5px #333,
      -2px -2px 5px #333;
  }
}

#buttonz {
  width: 100%;
  text-align: center;
}

#buttonz > div {
  display: inline-block;
  width: 20%;
  padding-left: 1%;
  padding-right: 1%;
}

/* .manualButtonDiv {
  display: none !important;
  width: 0 !important;
} */

#theTable3 th:last-of-type,
#theTable2 th:last-of-type {
  width: 18% !important;
}
#theTable3 th:nth-of-type(1),
#theTable3 th:nth-of-type(2) {
  width: 20% !important;
}
