html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 100%;
}body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.navbar-brand {
  font-size: 1rem;
  background-color: #086DAC;
  width: 100%;
  padding: 30px;
}.navbar-brand .img-fluid {
  max-width: 150px;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}



#progress-wrap {
  min-height: 150px;
}

.nav-item.main-topic {
  font-size: .875rem;
  border-bottom: 1px solid #ccc;
}.main-topic .nav-link {
    padding-left: 6px;
    font-size: .875rem;
    padding-bottom: 5px;
}


.sidebar-heading::before {
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    width: 32px;
    left: 10px;
}
.sidebar-heading.collapsed::before {
    /* symbol for "collapsed" panels */
    content: "\f054"; 
}
.sidebar-heading.main-topic{
  padding-left: 0!important;
  margin-top: 0!important;
}
.sidebar-heading.main-topic::before{
  content: "";
}
.sidebar-heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: .875rem;
    margin-top: 15px!important;
    position: relative;
    padding-left: 30px!important;
}



/*
 * Navbar
 */
.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

#search {
  width: 95%;
  margin: 5px;
}

div#overall {
    padding: .5rem 1rem;
    display: block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
}
div#percent {
    display: inline;
    color: #086DAC;
}

/* MAIN CONTENT */
.vjs-theme-fantasy .vjs-play-progress, .vjs-theme-fantasy .vjs-play-progress::before {
  background-color: #086DAC;
}.vjs-playback-rate > .vjs-menu-button, .vjs-playback-rate .vjs-playback-rate-value {
  top: 12px;
}.vjs-theme-fantasy .vjs-big-play-button {
  color: #086DAC;
}
.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time{
  display: block;
}
.video-js .vjs-seek-button {
    font-size: 16px;
}


.tab-content h3,
.tab-content h4,
.tab-content h5{
  color: #086DAC;
}

#assetDetails a.active{
  background-color: #086DAC;
}
#details-wrap {
  width: 100%;
  height: 50vh;
  overflow: scroll;
  overflow-x: hidden;
}

.course-title {
  max-width: 75%;
}


@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .main-video-dimensions.vjs-fluid {
      padding-top: 80vh !important;
  }
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
