body {
  font-family: 'Roboto', sans-serif;
}

#selector,
#selector-left {
  padding: 0px;
}

table {
  font-size: 0.8rem;
  margin-bottom: 0px !important;
}

table thead th {
  background-color: #54852a;
  color: white;
}

.table td,
.table th {
  padding: 0.5rem;
  border-top-color: white;
}

#menu {
  background-color: #54852a;
  position: sticky;
  top: 0;
  z-index: 10;
}

#menu {
  color: white;
  cursor: pointer;
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.nav-link.disabled {
  color: #b9bcbf !important;
}

.selector-width {
  width: 33%;
}

select,
.form-control,
.btn {
  border-radius: 0px;
}

.form-control:focus {
  border-color: #54852a;
  box-shadow: none;
}

.header-subtitle {
  font-size: 1.2rem;
  color: #54852a;
  font-weight: 500;
}

.btn-success {
  background-color: #54852a;
  border: 1px solid #54852a;
}

.button-remove {
  cursor: pointer;
}

.main-logo {
  max-width: 80%;
  max-height: 80%;
  height: auto;
}

.footer-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.about {
  background-color: #7cb130;
  border-top: 8px solid #54852a;
  color: white;
}

.sponsors {
  background-color: #54852a;
  color: white;
}

.footer {
  background-color: #326420;
  color: white;
}

.modal-body {
  padding: 0px;
}

.modal-content {
  border-radius: 0px;
}

.modal-footer {
  border-top-style: none;
}

.picker-header-row {
  padding: 16px 16px 0px 16px;
}

.picker-header-column {
  color: white;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}

.card {
  border-radius: 0px;
  border: 1px solid white;
}

.card-header:first-child {
  border-radius: 0px;
}

.card-header {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: none;
}

.card-body {
  padding-bottom: 0px;
}

.indexPickerRow {
  border-top: 1.5px white solid;
}

.btn-link {
  color: #343a40;
  font-weight: bold;
}

.btn-link:hover {
  color: black;
  font-weight: bold;
}

#index-picker {
  font-size: 0.875rem;
}

.collapse-icon {
  padding-top: 0.675rem;
}

#charts-wrapper select {
  background-color: #7cb130;
  color: white;
}
