:root{
  --bg-primary : #3e3e40;
  --bg-secondary: #ffdd33;
  --text: #cccccc;
}

.bg-default {
  background: var(--bg-primary) !important;
}

.bg-default .container-fluid h1 {
  color: var(--text) !important;
}

.btn-primary {
  color: #fff;
  background-color: var(--bg-secondary);
  border-color: var(--bg-secondary);
}
.btn-primary:hover {
  color: #fff;
  background-color: #ffdd33;
  border-color: #ffdd33;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffdd33;
  border-color: #ffdd33;
}

.text-primary {
  color: var(--bg-primary) !important;
}

a {
  color: var(--bg-primary) !important;
}

ul.pagination {
  margin-top: 1rem;
}
ul.pagination li.next span, ul.pagination li.previous span{
  line-height: 0;
  font-size: 0.875 rem !important;
  color: var(--bg-primary) !important;
}

ul.pagination li.next a, ul.pagination li.previous a{
  line-height: 0;
  font-size: 0 !important;
  color: transparent !important;
}

ul.pagination li.page-item.active .page-link {
  background-color:var(--bg-secondary) !important;
  border-color:var(--bg-secondary) !important;
}

body {
  font-family: "Helvetica Neue Condensed", sans-serif ;
}

thead {
  background-color: #ffdd33;
}

thead tr th a {
  color: #fff;
}
.card .footer {
  padding: 0 15px 10px;
  background-color: transparent;
  line-height: 30px;
}

form .submit {
  text-align: center;
}

.btn-full {
  width: 100%;
}
form.content .form-group {
  margin-right: 0.5rem;
}

.sidenav-footer, .footer{
  text-align: center;
  bottom: 1rem;
  left: 2rem;
}
#footer-img {
  max-height: 1.5rem;
}


@media (max-width: 991.98px) {
  .dashboard-filters{
    margin-top: -6rem;
  }
}

@media (min-width: 992px) {
  .dashboard-filters{
    margin-top: -8rem;
  }
  .dashboard-filters .col-12{
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  .dashboard-filters{
    margin-top: -12rem;
  }
  .header-dashboard {
    padding-top: 0.5rem !important;
    padding-bottom: 12rem !important;
  }
  .dashboard-filters .col-12{
    margin-top: 4px;
  }
  .dashboard-filters .col-12 .h-100 {
    margin-left: 6px;
  }
}

@media (max-width: 767.98px) {
  div#main-container {
    margin-left: 0px !important;
  }
  #sidenav-main {
    width:100% !important;
    overflow-x:unset !important;
  }
  .nav-link-text {
    display :block !important;
  }
}


*[data-dash-is-loading="true"] {
  visibility: hidden;
  max-height: 40px !important;
  overflow: hidden;
}

.DateRangePickerInput__withBorder {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  height: 36px;
}

.DateInput {
  width: 92px;
}

.DateInput_input {
  line-height: 32px;
  padding-left: 1px;
  padding-right: 1px;
  font-weight: 400;
  font-size: 1rem;
  padding-top: 1px;
  color: #333;
  padding-bottom: 1px;
  border-bottom: 0;
  text-align: center;
}

.CalendarDay__selected_span {
  background: #aeaeac;
  border: 1px double #767a7d;
  color: #fff;
}

.CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover, .CalendarDay__default:hover  {
  background: #767a7d;
  border: 1px double #767a7d;
  color: #fff;
}
.card-highlighted {
  background: rgba(250, 250, 250, 0.5);
}


.indicator-container,
.indicator-container-highlighted {
  background-color: #e6e6e6;
  border-radius: 0.375rem;
  box-shadow: 0 0 5px 0 rgba(136, 152, 170, 0.15);
  padding: 0.5em !important;
  margin: 0.5rem 0 !important;
}

.indicator-container-highlighted {
  background-color: #ffce33;
  padding: 0.5em 2rem !important;
}

.indicator-container h3,
.indicator-container-highlighted h3 {
  font-size: 13px;
  text-align: center;
  color: #666;
}

.indicator-container h2,
.indicator-container-highlighted h2 {
  text-align: center;
  color: #666;
}

.daterangepicker .ranges li.active {
  background-color: #767a7d !important;
}

.daterangepicker td.in-range {
  background-color: #cccccc !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #767a7d !important;
}

.drp-calendar .calendar-table table thead {
  background-color: #fff !important;
}

.daterangepicker th.month {
  background-color: #ffce33 !important;
}
