body {
  overflow-x: hidden;
}

.nav-fixed {
  position: fixed;
  height: 100vh;
  overflow: auto;
}

.logo-text {
  font-size: 1.3rem;
  margin: 20px 0 0;
}

.center-txt {
  text-align: center;
}

.no-margin {
  margin: 0;
}

th, td { white-space: nowrap; }

.charts-wrapper:last-child {
  margin-top: 50px;
}

.no-charts2-message.is-visible,
.no-charts-message.is-visible {
  display: block;
}

.is-hidden {
  display: none;
}

.no-charts-message,
.no-charts2-message {
  display: none;
}

.back {
  margin: 20px auto;
}

.mt30 {
  margin-top: 30px;
}

.exclude-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.btn-filter {
  padding: 5px;
  height: auto;
  line-height: normal;
}

.noUi-handle {
  box-shadow: none;
  border: none;
  outline: none;
  background: #E53935;
}

.noUi-handle:after, 
.noUi-handle:before {
  background: inherit;
}

.noUi-target {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

table.dataTable.no-footer {
  margin: 10px 0;
}

.custom-filters-trigger {
  margin-top: 30px;
}

.reset {
  padding: 5px;
  line-height: normal;
}

.dataTables_wrapper .dataTables_filter input {
  margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
a.dt-button,
button.dt-button {
  background: #E53935;
  color: #fff !important;
  border: none;
  transition: all .3s ease-out;
}

button.dt-button:hover,
button.dt-button:hover:not(.disabled), 
div.dt-button:hover:not(.disabled), 
a.dt-button:hover:not(.disabled) {
  border: none;
  background: #E53935;
  box-shadow: 0 2px 5px #aaa;
}

#research-table_wrapper {
  padding: 10px 20px;
}

#research-table_filter {
  margin-bottom: 30px;
}

#research-table_filter label {
  font-size: .85rem;
  color: black;
}

.dataTables_wrapper .dataTables_filter {
  text-align: left; 
}

.custom-filters-container {
  padding: 5px 10px;
  background: #fafafa;
  border-radius: 5px;
}

.custom-filters-container,
.custom-filters-container .select-wrapper input.select-dropdown,
.custom-filters-container .dropdown-content li>a, 
.custom-filters-container .dropdown-content li>span,
.btn-filter {
  font-size: .85rem;  
}

.custom-filters-container table {
  width: calc(100% / 3);
}

.back a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.researches a,
.back a {
  color: #111; 
}

table.dataTable tbody tr {
  background: transparent;
}

table.dataTable.no-footer {
  border-bottom: none;
}

table.dataTable .red {
  position: relative;
  background: #E53935;
  color: white;
}

.charts-container,
.charts {
  margin-top: 30px;
}

.minigraphs-container {
  display: flex;
  align-items: center;
}

.minigraphs-container img {
  width: 20px;
}

.minigraphs-container button,
.minigraphs-modal button {
  background: transparent;
  border: none;
}

.minigraphs-container button {
  margin-right: 5px;
}

.minigraphs-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  background: rgba(0, 0, 0, .75);
}

.minigraphs-modal.is-visible {
  opacity: 1;
  visibility: visible;
}

.minigraphs-modal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.minigraphs-modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
}

.minigraphs-modal-close i {
  font-size: 2rem;
  color: white;
}

#minigraphs-charts .error-msg {
  font-size: 2rem;
  color: white;
}


@media only screen and (min-width: 1201px) {
  .row .col.the-content {
    position: relative;
    left: 25%;
    width: 75%;
  }

  .row .col.xl2.nav-fixed {
    width: 25%;
  }
}

@media only screen and (min-width: 1600px) {
  .row .col.the-content {
    left: 16.66667%;
    width: 83.33333%;
  }

  .row .col.xl2.nav-fixed {
    width: 16.66667%;
  }
}

table.dataTable tr th:nth-child(2),
table.dataTable tr td:nth-child(2) {
  display: none;
}
