html {
  position: relative;
  min-height: 100%; overflow-x: hidden;
  color: rgba(255,255,255,.5);
}

body {
  min-height: 100vh;
  color: rgba(255,255,255,.5);
}

.MuiTypography-body1, body, .MuiInputBase-input, .MuiButton-root {
  font-family: 'proxima-nova' !important;
}

.nav-pills .nav-link {
  margin-left: 4px;
  margin-right: 4px;
}

.nav-pills #youtube-tab.nav-link:not(.active) {
  background-color: #2e3339;
  color: rgba(255,255,255,.5);
}

.nav-pills #vimeo-tab.nav-link:not(.active) {
  background-color: #2e3339;
  color: rgba(255,255,255,.5);
}

.nav-pills #mixcloud-tab.nav-link:not(.active) {
  background-color: #2e3339;
  color: rgba(255,255,255,.5);
}

.nav-pills #artist-tab.nav-link:not(.active) {
  background-color: #2e3339;
  color: rgba(255,255,255,.5);
}

.nav-pills #dealer-tab.nav-link:not(.active) {
  background-color: #2e3339;
  color: rgba(255,255,255,.5);
}

.nav-pills #schedule-tab.nav-link:not(.active) {
  background-color: #2e3339;
  color: rgba(255,255,255,.5);
}


/* active (faded) */
.nav-pills #youtube-tab.nav-link {
  background-color: #f8ab02;
  color: #2e3339;
}

.nav-pills #mixcloud-tab.nav-link {
  background-color: #f8ab02;
  color: #2e3339;
}

.nav-pills #artist-tab.nav-link {
  background-color: #f8ab02;
  color: #2e3339;
}

.nav-pills #dealer-tab.nav-link {
  background-color: #f8ab02;
  color: #2e3339;
}

.nav-pills #schedule-tab.nav-link {
  background-color: #f8ab02;
  color: #2e3339;
}


.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#chat-sidebar {
}

#chat-sidebar.active {
  margin-right: 0px;
}

#chat-sidebar {
  position: relative;

  min-width: 400px;
  max-width: 400px;
  margin-right: -400px;

  display: flex;

  /* don't forget to add all the previously mentioned styles here too */
  background: #212529;
  color: #fff;
  transition: all 0.3s;
}

#chat-sidebar iframe {
  width: 400px;
  position: relative
}

#chat-error {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -60px;
  z-index: 0;
  text-align: center;
}

#tab-content {
  flex: 1;
}

.tab-pane {
  height: 100%;
}

.tab-pane > .d-flex {
  background-color: #212529;
  height: 100%;
  justify-content: center;
}

#vimeo iframe {
  flex: 1 1;
}

#schedule {

}

#dealer iframe {
  flex: 1 1 auto;
}

#dealer .d-flex {
  min-height: 100vh;
}

#artist iframe {
  flex: 1 1 auto;
}

#holding .d-flex {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#holding img {
  height: 170px;
}

.calendar_default_main {
  border: none !important;
  width: 400px !important;
  padding-top: 10px;
}

#sidebarCollapse {
  box-shadow: none !important;
  background-color: #f8ab02 !important;
  border-color: #f8ab02 !important;
  color: #2e3339;
}

#aslToggle {
  box-shadow: none !important;
  background-color: #2e3339;
  border: none !important;
  color: rgba(255,255,255,.5);
  margin-right: 4px;
  padding: 8px 12px;
}

#aslToggle.active {
  background-color: #f8ab02 !important;
  border-color: #f8ab02 !important;
  color: #2e3339;
}

.navbar-toggler-a {
  background-color: #2e3339;
  border: none !important;
  color: rgba(255,255,255,.5);
  margin-right: 4px;

  padding: 8px 12px;
}

.schedule-inner {
  text-align: center;
}

#holding .d-flex {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#holding img {
  height: 170px;
}


a {
  color: #f8ab02;
}

@media only screen and (max-width: 990px) {
  .wrapper {
      display: block;
  }

  #tab-content > div {
      height: 100vh;
  }

  #chat-sidebar {
      height: 80vh;
      display: block;
      margin-right: 0px;
      width: 100vw;

      min-width: none;
      max-width: none;
  }

  #chat-sidebar iframe {
      width: 100vw;
      height: 80vh;
  }

  

  #sidebarCollapse {
      display: none;
  }

  .nav-pills {
      width: 100%;
  }

  .nav-item {
      flex-basis: 100%;
      margin-top: 8px;
      text-align: center;
  }

  .navbar-toggler-a {
      margin-top: 4px;
      width: 100%;
  }

  .interact-buttons {
      width: 100%;
      margin: 4px;
  }

  .navbar-toggler-a:nth-child(2) {
      margin-top: 8px;
  }

  #holding img {
    height: 40px;
  }

  #aslToggle {
    margin-top: 8px;
    width: 100%;
  }
  
  #schedule .d-flex {
    height: initial !important;
  }
}


@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .navbar .container {
    max-width: 960px;
    padding: 0;
  }

  .navbar-brand {
    margin-right: 0;
  }
}

#scheduler_here {
  margin-bottom: 20px;
}

#root {
  background-color: #212529;
  padding-top: 10px;
}

.MuiCardContent-root {
  background-color: #2e3339;
  color: rgba(255,255,255,.5);
}

.MuiTypography-gutterBottom {
  color: #f8ab02;
}

.MuiCardActions-root {
  background: #2e3339;
  color: #f8ab02;
}

.MuiInput-underline:before {
  border-bottom: 1px solid #f8ab02 !important;
}

.MuiInput-input {
  color: #f8ab02 !important;
}

.MuiInputLabel-formControl {
  color: #f8ab02 !important;
}

.MuiInputBase-input, .MuiSelect-select {
  color: rgba(255,255,255,.5) !important;
}

.MuiSelect-select option {
  background-color: #212529 !important;
  color: rgba(255,255,255,.5)
}

.MuiButton-root {
  margin: 0 5px !important;
}

.MuiCard-root {
  border: none !important;
  background: none !important;
}

/*
.MuiCard-root:hover {
  background: none !important;
  border: 2px solid #f8ab02 !important;
  margin: -2px;
}
*/

.MuiLink-underlineHover:hover {
  text-decoration: none !important;
}

.MuiSelect-icon {
  color: #f8ab02 !important;
}

.notification {
  overflow: hidden;
}

.notification > div {
  background: #f8ab02;
  padding: 5px 0px;

  width: 100%;
  text-align: center;
  color: #2e3339;
  font-weight: 600;

  transition: margin 0.5s;
}

.notification a {
  color: #2e3339;
  text-decoration: none;
}

#artist .d-flex {
  justify-content: center;
  align-items: center;
}

#artist video-js {
  z-index: 2;
}

.artist-offline {
  display: flex;
  position: absolute;
  color: #f8ab02;
  font-size: 30px;
  z-index: 1;

  text-align: center;
}

#artist video-js {
  width: 100%;
  height: 100%;
}

.interact-buttons .btn:hover {
  color: #f8ab02;
  text-decoration: none;
}

.nav .nav-link:not(.active):hover {
  color: #f8ab02 !important;
}

/* TODO - Move to dhtml style */
.dhx_cal_data {
  overflow: hidden;
}

.dhx_scale_holder_now {
  background-color: #1a1d20;
}

#schedule .d-flex {
  flex-direction: column;
}

#schedule .d-flex > div, #schedule .d-flex > a {
  align-self: center;
}

#schedule #breakout {
  margin-top: 5px;
  background-color: #dfa21b;
  color: #2e3339;
  padding: 5px 10px;
  border-radius: 5px;
}

