h1,
h2,
h3,
h4 {
  font-family: sans-serif;
}
table {
  background-color: #fff;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #bababa;
  border-style: solid;
  color: #000;
}
table td,
table th {
  border-width: 1px;
  border-color: #bababa;
  border-style: solid;
  padding: 10px;
}
table thead {
  background-color: #cdcdcd;
}
html {
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  font-family: sans-serif;
}

h1 {
  margin-top: 1rem;
}

hr {
  margin-top: 1.5rem;
}

.header-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid black;
}

.header-container {
  width: 100%;
  background: #222;
}

.header-items {
  display: flex;
}

.header-image a {
  display: flex;
  align-items: center;
}

.header-image > a > picture {
  display: flex;
}

.header-image img {
  height: 2rem;
  padding: 0 1rem;
}

.header-link {
  padding: 0 1rem;
}

.header-link a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.header-link a:hover {
  color: #39bf87;
}

.header-nav {
  display: flex;
  align-items: center;
}

.version-select {
  height: 30px;
  width: 75px;
}

.version-select option {
  background: white;
  color: black;
}

.tsd-page-toolbar .table-cell {
  display: flex;
  align-items: center;
}

.row {
  margin: 0;
}

.custom-menu-nav {
  display: flex;
  padding: 0 2rem;
  flex: 1;
}

.col-content {
  flex: 2;
}

#tsd-search .field input {
  top: 0px;
}

#tsd-search label {
  width: auto;
  padding-right: 10px;
}

#tsd-widgets a {
  width: auto;
}

.tsd-page-toolbar {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid black;
  background-color: #000;
}

.tsd-page-toolbar .table-wrap {
  display: flex;
}

#tsd-search {
  flex-grow: 1;
}

.tsd-widget,
.tsd-filter,
.tsd-select .tsd-select-label {
  opacity: 1;
  filter: invert(1);
}

.results li {
  overflow: hidden;
}

#tsd-search.has-focus .tsd-widget {
  filter: invert(0);
}

@media screen and (max-width: 900px) {
  .header-link {
    padding: 0 10px;
  }
  .container {
    padding: 0 1rem;
  }
  .table-wrap {
    justify-content: space-between;
    position: relative;
  }
  #tsd-search {
    position: absolute;
    right: 50px;
    left: 0px;
    top: 0px;
    height: 40px;
  }
  .has-options #tsd-filter .tsd-filter-group .tsd-select-label,
  .has-options #tsd-filter .tsd-filter-group .tsd-widget {
    filter: invert(0);
  }
}

.elements-iframe {
  height: auto;
  width: 100%;
  height: 100%;
  border: none;
}

.tabs {
  width: 100%;
  height: calc(100% - 60px);
}

.tabs > ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 30px;
  box-shadow: 0px 2px 3px #888888;
}
.tabs > ul li {
  box-sizing: border-box;
  width: 80px;
  text-align: center;
}
.tabs > ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #485250;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  user-select: none;
  font-weight: bold;
}

.tabs > ul li label:hover,
.tabs > ul li label:focus,
.tabs > ul li label:active {
  outline: 0;
  color: #39bf87;
}

.tabs input[name='tab-control'] {
  display: none;
}

.tabs .content {
  height: calc(
    100% - 66px
  ); /* nav ul height of 30px + 32px margin (incl top & bottom) + 4px indicator */
}

.tabs .content > section {
  height: 100%;
  display: none;
}

.tabs .slider {
  position: relative;
  top: -16px;
  width: 80px;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 65px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #39bf87;
  border-radius: 1px;
}

/**
show tab content when clicked on li element label which toggle input
**/

/*
For tab 1 interaction
*/
.tabs
  input[name='tab-control']:nth-of-type(1):checked
  ~ ul
  > li:nth-child(1)
  > label {
  cursor: default;
  color: #39bf87;
}
.tabs input[name='tab-control']:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs
  input[name='tab-control']:nth-of-type(1):checked
  ~ .content
  > section:nth-child(1) {
  display: block;
}

/*
For tab 2 interaction
*/
.tabs
  input[name='tab-control']:nth-of-type(2):checked
  ~ ul
  > li:nth-child(2)
  > label {
  cursor: default;
  color: #39bf87;
}
.tabs input[name='tab-control']:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs
  input[name='tab-control']:nth-of-type(2):checked
  ~ .content
  > section:nth-child(2) {
  display: block;
}

.container-main {
  max-width: 100%;
  padding-bottom: 3rem;
}

.container-main > row {
  align-items: center;
}

.tsd-navigation.secondary {
  margin-top: 5rem;
}

.module-content {
  padding-top: max(6rem, 80px);
}

.module-content .secondary {
  margin-top: 0;
}

.tsd-toolbar-contents.custom-toolbar-container {
  display: flex;
  height: 2.5rem;
  margin: 0;
  flex-grow: 1;
}

.toolbar-links {
  display: flex;
  align-items: center;
  align-self: flex-start;
  height: 100%;
}

#tsd-search {
  flex-grow: 1;
}

@media (min-width: 770px) {
  .container-main {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 2fr);
  }
}

@media (min-width: 770px) {
  .container-main {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 2fr);
  }
}

@media (min-width: 1200px) {
  .container-main {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 2.5fr) minmax(0, 12rem);
  }
}
