/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

#import-paste-area {
  display: none;
}

#myDemoTextArea {
  width: 200px;
  height: 20px;
}

#table_container {
  max-width: 100%;
  width: 800px;
  max-height: 500px;
  overflow-y: scroll;
  padding: 10px;
}

#tableAsJSON {
  width: 450px;
  height: 500px;
}

table.boostrap4_table_head_dark_striped_rounded_compact {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

table.boostrap4_table_head_dark_striped_rounded_compact thead th {
  font-size: 1rem;
  line-height: 1.5;
  border-collapse: collapse;
  box-sizing: border-box;
  text-align: inherit;
  padding: 0.3rem;
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

table.boostrap4_table_head_dark_striped_rounded_compact td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  border-collapse: collapse;
  box-sizing: border-box;
  padding: 0.3rem;
  vertical-align: top;
  box-shadow: 0 0 1px #212529;
}

table.boostrap4_table_head_dark_striped_rounded_compact
  tbody
  tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

table.boostrap4_table_head_dark_striped_rounded_compact th:first-of-type {
  border-top-left-radius: 10px;
}

table.boostrap4_table_head_dark_striped_rounded_compact th:last-of-type {
  border-top-right-radius: 10px;
}

table.boostrap4_table_head_dark_striped_rounded_compact
  tr:last-of-type
  td:first-of-type {
  border-bottom-left-radius: 10px;
}

table.boostrap4_table_head_dark_striped_rounded_compact
  tr:last-of-type
  td:last-of-type {
  border-bottom-right-radius: 10px;
}

#tableAsJSON {
  display: none;
}

.chartralatedlogo {
  text-align: center;
}

.chartralatedlogo img {
  filter: brightness(0%) contrast(200%) invert(100%);
}

@media only screen and (max-width: 767px) {
  .chartralatedlogo {
    padding-top: 0% !important;
  }
}
