@import url(https://fonts.googleapis.com/css?family=Montserrat:200,400,500,700,900&display=swap);#chairside-body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#chairside-navbar {
  height: 4em;
  background-color: white;
  z-index: 1000;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.33);
}

#chairside-practice-name {
  font-size: 1.75em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

#social-links {
  font-size: 1.25em;
  font-family: "Montserrat", sans-serif;
}

#dr-name {
  margin: 0 0.5em;
  display: inline-block;
  color: #666;
  border-right: 1px #ddd solid;
  font-weight: 200;
  padding-right: 1em;
  font-size: 0.8em;
}

#social-links a {
  margin: 0 0.5em;
  color: #71adff;
}

#social-links a:hover {
  text-decoration: none;
  color: #4c8ee9;
}

#dr-name a {
  color: #999;
}

#chairside-left {
  height: calc(100vh - 4em);
  width: 22em;
  background-color: rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0em;
  color: white;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  -webkit-overflow-scrolling: touch;
}

#chairside-left::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none;
}

#chairside-left > ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#chairside-left > ul > li {
  padding: 1.3em 1.3em 1em 1.3em;
  margin: 0px;
}

#chairside-left > ul > li:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

#chairside-left > ul > li {
  border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
}

#chairside-left img {
  width: 100%;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.searchbox {
  padding: 1.3em 1.3em 1em 1.3em;
  margin: 0px;
  border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
}

#search {
  padding: 8px 16px;
  margin: 0;
  border: 0;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 64px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: rgba(71, 165, 198, 0.2);
  border: 1px rgba(255, 255, 255, 0) solid;
  outline: none;
}

#search:focus {
  background-color: rgba(71, 165, 198, 0.4);
  border: 1px rgba(255, 255, 255, 0.25) solid;
  font-weight: bold;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.33);
  font-style: italic;
  font-weight: 200;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.33);
  font-style: italic;
  font-weight: 200;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.33);
  font-style: italic;
  font-weight: 200;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.33);
  font-style: italic;
  font-weight: 200;
}

.video-info-container {
  overflow: auto;
}

.videotags {
  display: none;
}

#chairside-right {
  display: flex;
  height: calc(100vh - 4em);
  width: calc(100% - 22em);
  color: white;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.66);
}

#welcome {
  background-image: url("/images/welcome.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#dental-video-title {
  font-weight: 200;
}

#clicktostop {
  cursor: pointer;
}

#chairside-video-container {
  font-size: 1em;
  padding: 0em 10%;
  display: none;
}

#chairside-video-container video {
  box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.33);
  background-color: black;
  width: 100%;
}

#chairside-video-container video:not(:-webkit-full-screen) {
  max-height: calc(100vh - 10em);
}

#chairside-video-container video:not(:-moz-full-screen) {
  max-height: calc(100vh - 10em);
}

#chairside-video-container video:not(:-ms-fullscreen) {
  max-height: calc(100vh - 10em);
}

#chairside-video-container video:not(:fullscreen) {
  max-height: calc(100vh - 10em);
}

#video-breadcrumbs {
  text-align: right;
}

#video-breadcrumbs a {
  color: white;
}

/* Reduce the entire UI size for screens 1024 pixels wide or less. So iPad size or lower */
@media (max-width: 1024px) {
  #chairside-body {
    font-size: 75%;
  }
}
/* Reduce the entire UI even further for screens less than 568px - so anything less than iPhone 5 */
@media (max-width: 567px) {
  #chairside-right {
    position: absolute;
    left: -10000;
    top: -10000;
    width: 1px;
    height: 1px;
  }

  #chairside-video-container {
    height: calc(100vh - 8em);
    width: 100%;
    position: fixed;
    top: 8em;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: none;
    box-sizing: border-box;
    padding: 5% 5%;
  }

  #welcome {
    display: none;
  }

  #chairside-left {
    width: 100%;
    height: calc(100vh - 8em);
  }

  #chairside-navbar {
    height: 8em;
  }

  #chairside-practice-name {
    font-size: 1.75em;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
  }

  #social-links {
    font-size: 1.25em;
    font-family: "Montserrat", sans-serif;
  }

  #dr-name {
    display: none;
  }

  #social-links a {
    margin: 0 0.5em;
    color: #71adff;
  }

  #social-links a:hover {
    text-decoration: none;
    color: #4c8ee9;
  }

  #dr-name a {
    color: #999;
  }
}
#chairside-body {
  background-image: url("../../images/blue-4k.jpg");
}

#chairside-practice-name {
  color: #202d66;
}

.fa-clock {
  color: rgba(255, 255, 255, 0.5);
}