html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 100%;
}body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.modal-lg, .modal-xl {
  max-width: 1200px;
}.carousel-control-next, .carousel-control-prev {
  z-index: 9999;
}
/* Loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(images/loading.gif) center no-repeat #f4f4f4;
  background-size: 60px;
}

/*
 * 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);
  max-width: 25%;
}

.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;
}


.sidebar-heading::before {
    background: url("images/chevron-down.svg");
    content: ""!important;
    position: absolute;
    width: 24px;
    left: 10px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: -5px 2px;
    background-size: 21px!important;
}
.sidebar-heading.collapsed::before{
  background: url("images/chevron-right.svg");
  content: ""!important;
    position: absolute;
    width: 24px;
    left: 10px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: -5px 2px;
    background-size: 21px!important;
}
.main-topic.sidebar-heading::before {
    background: none!important;
}

#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 {
    content: "";
    position: absolute;
    width: 32px;
    left: 10px;
}
.sidebar-heading.main-topic{
  padding-left: 0!important;
  margin-top: 0!important;
}
.sidebar-heading.main-topic::before{
  content: "";
}
.sidebar-heading, .main-topic{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: .875rem;
    margin-top: 15px!important;
    position: relative;
    padding-left: 30px!important;
}
.main-topic{
    padding-left: 0px!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;
}
.vjs-text-track-display div {
  font-size: 60%;
  display: inline-block !important;
  text-transform: uppercase;
}

.htmlWrapper{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.htmlWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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%;
}
.carousel-item {
  height: 500px !important;
}.carousel-control-next, .carousel-control-prev {
  width: 5%;
}.carousel-caption {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
}.c-header {
  background-color: #fff;
  color: #1a1363;
  text-align: left;
  font-family: "Roboto Slab", serif;
  padding: 30px 15px;
  font-size: 21px;
  margin: 0;
  border: 1px solid #1B70B0;
}ol.steps {
  text-align: left;
  font-size: 18px;
}.white-box {
  background: url("images/bulb.png") no-repeat 10px 20px / 32px;
  text-align: left;
  color: #000;
  background-color: #fff;
  padding: 20px 20px 20px 50px;
  font-size: 16px;
  border: 2px solid #13b5ea;
  border-radius: 15px;
  margin: 0 0 10px 20px;
}.form-img {
  max-width: 80%;
}.slide-text {
  font-size: 18px;
  text-align: left;
  padding: 20px 40px 20px 0;
}.slide-two .carousel-caption {
  margin: 12% 40px;
}.slide-two-icon {
  margin-top: 15px;
}.blue-box {
  text-align: left;
  font-size: 18px;
  background-color: #1c6eaa;
  padding: 30px 30px 30px 90px;
  margin-left: -135px;
  margin-top: 30px;
}.slide-three-img {
  z-index: 9999;
  position: absolute;
  left: 50px;
  width: 80%;
}.carousel-indicators li {
  height: 20px;
  text-indent: inherit;
  text-align: center;
  border-radius: 100%;
  width: 20px;
  border: none !important;
  line-height: 20px;
  font-size: 12px;
}#getstarted {
  font-size: 1rem;
  font-weight: 400;
  text-shadow: none;
  color: #fff !important;
  opacity: 1;
  padding: 15px 25px;
}

#skip {
  /*right: 10%;*/
  position: absolute;
  width: 94px;
  /*width: 110px;*/
  height: 35px;
  margin: 0;
  top: 50%;
  transform: translate(0%, -50%);
  display: none;
  color: white;
  font-size: 1.1rem;
  background-color: rgba(43, 51, 63, 0.3);
  right: 0;
}

#skip:hover {
  background-color: #2b333f;
}

#cont {
  right: 14%;
  position: absolute;
  /*width: 110px;*/
  height: 35px;
  bottom: 0;
  transform: translate(0%, -45%);
  display: none;
  color: white;
  /*background-color: rgba(43, 51, 63, 0.7); */
  background-color: rgb(68 68 68);
  border: none;
  border-radius: 2rem;
  padding: 0px 15px 0px 15px;
  /*visibility: hidden;*/
}
#cont:hover {
  background-color: #a6a6a669;
}

@media only screen and (min-width : 320px) {
  .col-md-2.d-none.d-md-block.bg-light.sidebar {
    display: block !important;
    top: 22rem;
  }.h2.course-title {
    font-size: 21px;
  }.navbar-brand {
    display: none;
  }.sidebar{
    position:relative;
  }.sidebar-sticky {
    position: relative;
    top: 0;
  }main {
    min-height: 25rem;
    top: 0;
    position: absolute !important;
  }.topic-title {
    
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

@media only screen and (min-width : 540px) {
  .col-md-2.d-none.d-md-block.bg-light.sidebar {
    top: 25rem;
  }
}

@media only screen and (min-width: 766px){
  .col-md-2.d-none.d-md-block.bg-light.sidebar {
      top: 32rem;
  }.topic-title {
      width: 85%;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .h2.course-title {
    font-size: 2rem;
  }.navbar-brand {
    display: block;
  }main {
    top: auto;
    position: relative !important;
  }.col-md-2.d-none.d-md-block.bg-light.sidebar {
    top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }.topic-title {
    width: 100px;
  }
}

@media only screen and (min-width : 820px) {
  .topic-title {
    width: 110px;
  }
}

@media only screen and (min-width : 912px) {
  .topic-title {
    width: 135px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .main-video-dimensions.vjs-fluid {
      padding-top: 80vh !important;
  }.topic-title {
    width: 230px;
  }
}

@media only screen and (min-width : 1006px) {
  .topic-title {
    width: 155px;
  }
  main.col-lg-10 {
      max-width: 75%;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .topic-title {
    width: 80%;
    max-width: 380px;
  }
}