html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 40px;
}

body.fixed-nav #content-wrapper {
  margin-top: 56px;
  padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
  padding-left: 0;
}

@media (min-width: 768px) {
  body.fixed-nav #content-wrapper {
    padding-left: 225px;
  }
  body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 90px;
  }
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.navbar-nav .form-inline .input-group {
  width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0.75rem;
  top: 0.3rem;
  font-weight: 400;
  font-size: 0.5rem;
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

.sidebar {
  width: 90px !important;
  background-color: #212529;
  min-height: calc(100vh - 56px);
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}

.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

/*sidebar collapse breakpoint*/
@media (min-width: 1280px) {
  .sidebar {
    width: 225px !important;
  }
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 225px;
  }
  .sidebar .nav-item .nav-link span {
    font-size: 1rem;
    display: inline;
  }
  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;
  }
  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
  }
  .sidebar.toggled {
    overflow: visible;
    width: 90px !important;
  }
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
  }
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
  }
  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
  }
  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }
  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
}

.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

.form-label-group {
  position: relative;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

/*.form-label-group input:not(::-webkit-input-placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(::-webkit-input-placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(::-ms-input-placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(::-ms-input-placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}*/

.form-label-group input:focus {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:focus ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.form-label-group input:valid {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:valid ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 90px);
  height: 80px;
  background-color: #e9ecef;
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  footer.sticky-footer {
    width: calc(100% - 225px);
  }
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 90px);
  }
}

/*CUSTOM STYLES*/
@media (max-width: 576px) {
  .mainPageContainer {
    padding: 0px 5px !important;
  }
}

.navbarTopSearchForm {
  width: 30% !important;
  margin-left: 99px !important;
}

.navbarTopSearchInputGroup {
  margin-top: auto !important;
  margin-bottom: auto !important;
  border-radius: 0px !important;
}

.sidebarSectionDelimeter {
  border-top: 1px solid gray;
}

.breadcrumb > li + li:before {
  content: ">" !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">" !important;
}

.breadcrumb {
  padding-left: 5px !important;
  padding-right: 0px !important;
  padding-bottom: 5px !important;
  background-color: unset !important;
  border-bottom: 1px solid gray !important;
  border-radius: 0px !important;
  /*display: block !important;*/
}

.videoActivityMainCol {
  /*background-color: cadetblue;*/
  padding-right: 400px;
  padding-left: 0px !important;
}

.videoPlayerWrapper {
  background-color: black;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.videoPlayerInner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.playerContentWrapper {
  /*background-color: aqua;*/
  width: 100%;
  margin-bottom: 20px;
}

.videoNameRatingWrapper {
  padding-top: 10px;
}

.rightColContent {
  /*background-color:yellow;*/
  /*background-color:rgb(230, 230, 230);*/
  border-bottom: 1px solid gray;
}

.rightColOtherLessons {
  /*background-color:lightcoral;*/
  margin-top: 20px;
}

.rightColContentHeader {
  background-color:rgb(200, 200, 200);
  font-weight: bold;
  padding: 10px 15px !important;
  /*border-bottom: 1px solid gray;*/
  height: 45px;
  position: relative;
}

.rightColOtherLessonsHeader {
  font-weight: bold;
  padding: 10px 15px !important;
  border-bottom: 1px solid gray;
  height: 45px;
}

.rightColConentContent {
  /*padding-top: 10px;*/
  overflow-y: auto;
  height: 650px;
}

.rightColOtherContent {
  padding-top: 10px;
  overflow-y: auto;
  height: 480px;
  border-bottom: 1px solid gray;
}

.rightColContentItem {
  margin-bottom: 5px;
  margin-top: 5px;
  /*background-color: rgb(230,230,230);*/
  height: 70px;
  /*background-color: aqua;*/
}

.rightColContentItem.active {
  background-color: rgb(230,230,230);
}

.rightColOtherItem {
  margin-bottom: 15px;
  height: 120px;
  /*background-color: aqua;*/
}

.rightColContentItemOrderNo {
  line-height: 70px;
  text-align: center;
  margin: 0px 5px;
}

.rightColContentItemImage {
  height: 54px;
  width: 96px;
  background-color: gray;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 8px;
  background-size: auto 100%;
}

.rightColOtherItemImage {
  height: 120px;
  width: 150px;
  background-color: gray;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.rightColConetntDescriptionWrapper {
  float: left;
  height: 100%;
  width: 62%;
  padding: 0px 10px;
}

.rightColOtherDescriptionWrapper {
  float: left;
  padding-left: 5px;
  width: 50%;
  padding-top: 5px;
  height: 100%;
}

.rightColOtherDescriptionHeader {
  overflow: hidden;
  height: 100%;
}

.rightColConetntItemOrderWrapper {
  width: 30px;
  float: left;
  text-align: center;
  height: 100%;
}

.rightColConetntDescriptionHeader {
  font-weight: bold;
  line-height: normal;
  overflow: hidden;
  height: 55%;
  margin-top: 5px;
  font-size: 11pt;
}

/*.additionalInfoWrapper {
  background-color:lightcyan;
}*/

.additionalInfoTabLink {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border: none !important;
  color: darkgray;
  border-radius: none !important;
}

.additionalInfoTabLink:hover {
  color: black !important;
}

.additionalInfoNavTabs {
  border-top: 1px solid gray !important;
  border-bottom: 1px solid gray !important;
}

.nav-tabs .additionalInfoTabLink.active {
  color: black !important;
  background-color: unset !important;
  border-bottom: 3px solid gray !important;
}

.additionalInfoTabContent {
  padding: 15px 20px;
  min-height: 400px;
}

.additionalInfoActivityList li {
  margin-bottom: 20px;
}

.rightSidebarMainCol {
  width: 380px;
  position: absolute;
  right: 15px;
  padding: 0px !important;
  z-index: 2;
}

.mainVideoPlayer {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
}

/* collapse left sidebar, shrink right sidebar -20px */
@media (max-width: 1280px) {
  .rightSidebarMainCol {
    width: 360px;
  }

  .videoActivityMainCol {
    padding-right: 380px !important;
  }

  .courseDetailMainCol {
    padding-right: 380px !important;
  }
}

/* switch to tablet/phone layout */
@media (max-width: 1024px) {
  .rightSidebarMainCol {
    width: unset;
    right: unset;
    position: unset;
    width: 100% !important;
  }

  .videoActivityMainCol {
    padding-right: 0px !important;
  }

  .courseDetailMainCol {
    padding-right: 0px !important;
  }

  .rightColOtherLessons {
    margin-bottom: 20px;
  }
}

@media (max-width: 1092px) {
  .courseDetailLessonItemImage {
    float: unset !important;
    /*width: 100% !important;*/
    margin-bottom: 10px !important;
  }

  .courseDetailLessonItemDescription {
    float: unset !important;
    width: 100% !important;
  }
}

/* custom scrollbar */
.specialScrollbar::-webkit-scrollbar {
  width: 10px;
}

.specialScrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

.specialScrollbar::-webkit-scrollbar-thumb {
  background: #888; 
}

.specialScrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*My courses*/
.myCoursesMainContent {
  /*background-color: cadetblue;*/
  padding-right: 0px;
  padding-left: 0px !important;
  width: 100%;
}

.myCoursesCardWrapper {
  width: 320px;
  /*height: 540px;*/
  /*background-color: tan;*/
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.teamsCardWrapper {
  margin-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.myCoursesCardWrapperAddCourseOutlined {
  width: 320px;
  height: 540px;
  border: 1px dashed gray;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 251px 0px;
  text-align: center;
}

.myCoursesCardImg {
  width: 100%;
  height: 200px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.myCoursesCardText {
  padding: 20px 15px;
}

.myCoursesCardTextHeader {
  height: 48px;
  font-weight: bold;
}

.myCoursesCardTextAuthor {
  margin-bottom: 10px;
  font-style: italic;
}

.myCoursesCardTextButton {
  width: 100%;
  color: black;
  border-radius: 0px;
}

.myCoursesFilterFilterButton {
  width: 50%;
  color: black;
  border-radius: 0px;
  margin: 0px auto;
}

.myCoursesCardTextExpExt {
  font-style: italic;
  /*height: 48px;*/
}

.myCourseCardTextExpExtIcon {
  vertical-align: middle;
  float: left;
  height: 48px;
  padding-top: 12px;
  margin-right: 10px;
  font-size: 23px;
}

.myCoursesCardTextDesc {
  height: 96px;
  overflow: hidden;
}

.myCoursesMainContentInner {
  height: 100%;
  width: 100%;
}

.myCoursesMainContentInnerBorderRight {
  border-right: 1px solid gray;
}

.myCoursesRightSidebarMainCol {
  width: 340px;
  position: absolute;
  right: 15px;
  padding: 15px 10px !important;
  z-index: 2;
  background-color: white;
  height: 400px;
  display: none;
}

.myCoursesRightSidebarHeader {
  margin-bottom: 20px;
}

.myCoursesRightSidebarSortbySelectInput {
  width: 60%;
  border: 1px solid gray;
}

.myCoursesRightSidebarSortby {
  margin-bottom: 30px;
}

.myCoursesRightSidebarHideCrossIcon {
  color: inherit;
}

.myCoursesFilterIcon {
  color: inherit;
}

.myCoursesFilterLink {
  float: right;
  margin-right: 10px;
}

.myCoursesFilterLink:hover {
  cursor: pointer;
  color: gray !important;
}

.myCoursesRightSidebarHideCrossLink {
  float: right;
}

.myCoursesRightSidebarHideCrossLink:hover {
  cursor: pointer;
  color: gray !important;
}


@media (max-width: 576px) {
  .myCoursesCardWrapper {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: unset !important;
  }

  .myCoursesCardWrapperAddCourseOutlined {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: unset !important;
  }
}

@media (max-width: 768px) {
  .myCoursesMainContent {
    padding-right: 0px !important;
  }
}

@media (max-width: 1024px) {
  .myCoursesMainContentInnerBorderRight {
    border-right: unset !important;
  }
}

.courseDetailMainCol {
  /*background-color: cadetblue;*/
  padding-right: 400px;
  padding-left: 0px !important;
}

.courseDetailCardWrapper {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 20px 0px 0px;
  background-color: rgb(230,230,230);
  position: relative;
}

.courseDetailCardVideoThumb {
  float: left;
  width: 320px;
  height: 200px;
  background-color: rgb(230,230,230);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.courseDetailCardDescriptionWrapper {
  float: left;
  padding: 25px 20px 8px 20px;
  width: 70%;
  position: relative;
}

.courseDetailCardDescriptionAuthor {
  text-decoration: underline;
  margin-bottom: 30px;
}

.courseDetailCardDescriptionRating {
  margin-bottom: 10px;
}

.courseDetailButton {
  color: black;
  border-radius: 0px !important;
  font-weight: bold;
  margin-right: 10px;
}

.courseDetailQaaCommentBoxButton {
  color: black;
  border-radius: 0px !important;
  margin-top: 10px;
  background-color: lightgray;
  border: 0;
}

.courseDetailAboutDetaiAddSectionButton {
  color: black;
  border-radius: 0px !important;
  font-weight: bold;
  margin-top: 20px;
}

.courseDetailAboutDetaiAddLessonButton {
  color: black;
  border-radius: 0px !important;
  font-weight: bold;
  margin-top: 10px;
}

.rightColConentContentInner {
  padding: 10px 15px;
}

.rightColContentHeaderCourseDetail {
  font-weight: bold;
  padding: 10px 15px 5px 15px !important;
  height: 35px;
  position: relative;
}

.courseDetailLessonItem {
  width: 100%;
  /*background-color: royalblue;*/
  margin-bottom: 30px;
  border-bottom: 1px solid gray;
  position: relative;
  padding-bottom: 10px;
}

.additionalInfoTabContentCourseDetail {
  padding: 20px 20px;
  min-height: 400px;
}

/*.courseDetailLessonItemOrder {
  width: 30px;
  float: left;
  text-align: center;
  height: 100%;
  padding-top: 45px;
}*/

.courseDetailLessonItemImage {
  height: 120px;
  width: 200px;
  background-color: rgb(230, 230, 230);
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.courseDetailLessonItemDescription {
  float: left;
  height: 100%;
  width: 62%;
  padding: 0px 10px;
  position: relative;
}

.courseDetailLessonItemDescriptionHeader {
  font-weight: bold;
  margin-bottom: 10px;
}

ul.dashed {
  list-style: none;
  padding-left: 0;
}

ul.dashed > li {
  margin-left: 25px;  
}

/* Prevent nested li's from getting messed up */
ul.dashed > li::before {
  content: "-";
  margin-left: -20px;
  margin-right: 5px;
}

.rightColConentContentCourseDetail {
  padding-top: 5px;
  overflow-y: auto;
}

/*.additionalInfoWrapperCourseDetail {
  background-color: lightcyan;
}*/

.courseDetailCertificateText {
  margin-bottom: 20px;
  position: relative;
}

.courseDetailCertificateProgress {
  width: 30%;
  float: left;
  border-radius: 0px;
}

.courseDetailCertificateProgressBar {
  background-color: darkgray;
}

.courseDetailCertificateProgressHeader {
  font-weight: bold;
  margin-bottom: 10px;
}

.courseDetailCertificateRequestButton {
  float: left;
  margin-left: 20px;
  margin-top: -10px;
  color: black;
}

.courseDetailCertificateProgressWrapper {
  width: 100%;
  margin-bottom: 30px;
}

.courseDetailCertificateProgressDetailsWrapper {
  width: 70%;
}

.table th {
  border-top: unset !important;
}

.courseDetailCertificateProgressDetailTableLink {
  text-decoration: underline !important;
  color: black !important;
}

.courseDetailCertificateProgressDetailTableLink:hover {
  color: darkgray !important;
}

@media (max-width: 768px) {
  .courseDetailCertificateRequestButton {
    margin-top: 15px;
  }

  .courseDetailCertificateProgress {
    width: 100%;
  }

  .courseDetailCertificateRequestButton {
    margin-left: 0px !important;
  }
}

@media (max-width: 1280px) {
  .courseDetailCertificateProgressDetailsWrapper {
    width: 100%;
  }

  .courseDetailAboutAccessTableWrapper {
    width: 100% !important;
  }
}

@media (max-width: 1360px) {
  .courseDetailCardWrapper {
    padding: 0px !important;
  }

  .courseDetailCardVideoThumb {
    width: 100% !important;
  }

  .courseDetailCardDescriptionWrapper {
    width: 100%;
  }

  .courseDetailButton {
    margin-bottom: 10px;
  }
}

.additionalInfoCertificateRequirements {
  margin-bottom: 20px;
}

.additionalInfoCertificateFilesHeader {
  margin-bottom: 5px;
  text-decoration: underline;
}

.additionalInfoCertificateFilesItem {
  float: left;
  width: 220px;
  height: 150px;
  /*background-color: orange;*/
  background-color: rgb(200, 200, 200);
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
}

.additionalInfoCertificateFilesItem:hover .additionalInfoCertificateFilesItemImage {
  opacity: 0.3;
}

.additionalInfoCertificateFilesItem:hover .additionalInfoCertificateFilesItemToolbar {
  opacity: 1;
}

.additionalInfoCertificateFilesItemImage {
  width: 100%;
  height: 110px;
  text-align: center;
  padding-top: 20px;
  background-color: rgb(230,230,230);
  transition: .5s ease;
  backface-visibility: hidden;
  opacity: 1;
}

.iconLink {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.linkHoverToBlue:hover {
  color: blue !important;
}

.linkHoverToGreen:hover {
  color: green !important;
}

.linkHoverToRed:hover {
  color: red !important;
}

.additionalInfoCertificateFilesItemToolbar {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20pt;
  width: 100%;
}

.additionalInfoCertificateFilesItemDescription {
  width: 100%;
  overflow: hidden;
  height: 40px;
  padding: 9.5px 10px;
  font-weight: bold;
  white-space: nowrap;
}

.additionalInfoCertificateFilesUploadWrapper {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  width: 220px;
  height: 150px;
  padding: 56px 34px;
  border: 1px dashed gray;
}

.additionalInfoDownloadsCategoryHeader {
  font-weight: bold;
  font-size: 16pt;
}

.additionalInfoDownloadsCategoryTable {
  width: unset;
}

.additionalInfoDownloadTableButtonA {
  color: black;
}

.additionalInfoDownloadTableButtonA:hover {
  color: gray;
}

.additionalInfoDownloadsCategoryTableWrapper {
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .rightColConetntDescriptionWrapper {
    width: 80%;
  }

  .rightColOtherDescriptionWrapper {
    width: 80%;
  }

  .myCoursesRightSidebarMainCol {
    width: 100%;
    right: unset;
  }
}

.courseDetailAboutAccessHeader {
  font-weight: bold;
  font-size: 16pt;
  margin-bottom: 10px;
}

.courseDetailQaaHeader {
  font-weight: bold;
  font-size: 14pt;
  margin-bottom: 10px;
}

.courseDetailAboutAccessTableWrapper {
  width: 70%;
  margin-bottom: 5px;
}

.courseDetailAboutDetailItemHeader {
  font-size: 14pt;
  font-weight: bold;
  border-bottom: 1px solid gray;
}

.courseDetailAboutDetailItemDescription {
  padding: 5px 10px;
}

.courseDetailAboutDetailItem {
  margin-bottom: 20px;
  position: relative;
}

.editButton {
  position: absolute;
  color: black;
  border: none;
  background-color: transparent;
}

.lessonLink {
  color: black;
  border: none;
  background-color: transparent;
}

.lessonDetailContentEditButton {
  top: 4px;
  right: 6px;
}

.teamsTopEditButton {
  top: 10px;
  right: 40px;
}

.teamsTopDeleteButton {
  top: 10px;
  right: 10px;
}

.teamsTopDeleteButton:hover {
  color: darkred;
}

.lessonDetailActivityEditButton {
  top: 10px;
  right: 0px;
}

.lessonDetailActivityTabContent {
  position: relative;
}

.lessonDetailLinksDownloadsTabContent {
  position: relative;
}

.lessonDetailCertificateTabContent {
  position: relative;
}

.courseDetailCardDescriptionEditButton {
  top: 5px;
  right: 5px;
}

.courseDetailCertificateTextEditButton {
  top: 0px;
  right: -20px;
}

.courseDetailCardDescriptionSettingsButton {
  top: 5px;
  right: 35px;
}

.rightColContentHeaderEditButton {
  top: 10px;
  right: 10px;
}

.courseDetailAboutDetailItemEditButton {
  top: 0px;
  right: 10px;
}

.courseDetailLessonItemDescriptionEditButton {
  top: 0px;
  right: 10px;
}

.courseDetailQaaCommentThumbnail {
  float: left;
  width: 64px;
  height: 64px;
  background-color: darkgreen;
  margin-right: 10px;
}

.courseDetailQaaCommentItemBodyThumbnail {
  float: left;
  width: 64px;
  height: 64px;
  background-color: darkgreen;
  margin-right: 10px;
}

.courseDetailQaaCommentDetailWrapper {
  float: left;
  width: 80%;
}

/*.courseDetailQaaCommentDetailWrapperInReply {
  width: 80%;
}*/

.courseDetailQaaCommentItemBodyDetailWrapper {
  float: left;
  width: 80%;
  /*background-color: lightyellow;*/
}

.inputNoBorderLine {
  border: 0;
  background-size: 0 100%,100% 100%;
  background-image: linear-gradient(0deg,#3f51b5 2px,rgba(63,81,181,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
  background-color: transparent;
  width: 100%;
  padding: 5px 0px;
  font-weight: bold;
}

.inputTextareaNoBorder {
  resize: none;
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.inputTextareaNoBorder:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.inputNoBorderLine:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.courseDetailQaaCommentBoxControls {
  height: 46px;
  background-color: darkgray;
  width: 100%;
  padding-top: 8px;
  padding-left: 10px;
}

.courseDetailQaaCommentBoxTextareaWrapper {
  height: 100px;
  width: 100%;
}

.courseDetailQaaCommentBoxWrapper {
  margin-top: 10px;
  border: 1px solid gray;
}

.courseDetailQaaCommentBoxControlsButton {
  color: rgb(54, 54, 54);
  font-size: 18px;
  margin-top: 11.5px;
  margin-right: 10px;
}

.courseDetailQaaCommentBoxControlsButton:hover {
  color: rgb(54, 54, 54);
}

.courseDetailQaaAddCommentWrapper  {
  padding-bottom: 30px;
  border-bottom: 1px solid gray;
}

.courseDetailQaaFilterLabel {
  margin-right: 20px;
}

.courseDetailQaaFilterForm {
  margin-top: 10px;
  margin-bottom: 20px;
}

.courseDetailQaaCommentItemHeader {
  font-weight: bold;
  margin-bottom: 10px;
}

.courseDetailQaaCommentItemBodyDetailAuthorTime {
  margin-bottom: 10px;
}

.courseDetailQaaCommentItemBodyDetailAuthor {
  font-weight: bold;
}

.courseDetailQaaCommentItemBodyDetailTime {
  color: gray;
  margin-left: 10px;
}

.courseDetailQaaCommentItemBodyDetailMainCommentThumbsIcon {
  margin-right: 5px !important;
  margin-left: 0px !important;
}

.courseDetailQaaCommentItemBodyDetailMainCommentRating {
  margin-top: 10px;
}

.courseDetailQaaCommentItemBodyDetailMainCommentRatingNumber {
  margin-right: 10px;
}

.courseDetailQaaCommentItemBodyDetailCommentReplyControl {
  margin-top: 10px;
  margin-bottom: 10px;
}

.courseDetailQaaCommentItemBodyDetailCommentReplyControlLink {
  color: black;
  text-decoration: underline;
}

.courseDetailQaaCommentItemBodyDetailCommentReplyControlLink:hover {
  color: black;
}

.courseDetailQaaCommentItemBodyDetailCommentReplySection {
  padding-left: 30px;
}

.courseDetailQaaCommentItemBody  {
  margin-bottom: 20px;
}

.courseDetailQaaCommentItem {
  margin-bottom: 30px;
}

.courseDetailQaaCommentItemBodyDetailCommentReplySectionAddReply {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.rightColContentCourseDetail {
  background-color: unset !important;
}

.linkUnderline {
  text-decoration: underline;
}

.createCourseCardTextStatus {
  font-weight: bold;
}

.createCourseCardTextStatusDraft {
  color: darkorange;
}

.createCourseCardTextStatusPublished {
  color: darkgreen;
}

.createCourseCardTextStatusUnpublished {
  color: rgb(170, 97, 110);
}

.createCourseCardTextStatusRejected {
  color: rgb(184, 0, 34);
}

.modal-open {
  overflow: hidden;
  /*overflow-y: scroll;*/
  padding-right: 0px !important;
}

.loginButton {
  color: white !important;
}

.registerButton {
  color: white !important;
}

.RBACInstructorOnly {
  display: none;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.lds-dual-ring-black:after {
  border: 5px solid black !important;
  border-color: black transparent black transparent !important;
}
.lds-dual-ring-blue:after {
  border: 5px solid darkblue !important;
  border-color: darkblue transparent darkblue transparent !important;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#menuLoading {
  margin: 5px auto 0px auto;
  width: 100%;
}

.menuLoadingPlaceholder {
  padding: 1rem;
  width: 100%;
  height: 56px;
  -webkit-box-shadow: inset 0px 0px 10px 1px rgba(90,90,90,0.3);
  -moz-box-shadow: inset 0px 0px 10px 1px rgba(90,90,90,0.3);
  box-shadow: inset 0px 0px 10px 1px rgba(90,90,90,0.3);
  margin: 0 auto 10px auto;
}

.globalSettingsEditModalCheckInput {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.globalSettingsEditModalCheckInputLabel {
  vertical-align: middle;
}

.certificateAllowRbacDisplay {
  display: none;
}

.qauAllowRbacDisplay {
  display: none;
}

/* Video player */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-mute-unmute {
  float: left;
  padding:9px 10px;
  cursor: pointer;
  padding-top: 7px;
}

.btn-plusSec {
  float: left;
  padding:9px 10px;
  cursor: pointer;
  padding-top: 7px;
}

.btn-minusSec {
  float: left;
  padding:9px 10px;
  cursor: pointer;
  padding-top: 7px;
}

.btn-play-pause {
  float: left;
  padding:9px 10px;
  cursor: pointer;
  padding-top: 7px;
}

.btn-fullscreen {
  float: right;
  padding:9px 10px;
  cursor: pointer;
  padding-top: 7px;
}

.btn-speed {
  float: right;
  padding:9px 10px;
  cursor: pointer;
  padding-top: 7px;
}

.btn-cc {
  float: right;
  padding:9px 10px;
  cursor: pointer;
  padding-top: 7px;
}

.icon-play,
.icon-pause,
.icon-caption,
.icon-mute-off,
.icon-mute-on,
.icon-fullscreen-enter,
.icon-fullscreen-exit,
.icon-tracks,
.icon-bitrate {
  font-family: 'icomoon';
  font-size: 20px;
  color: white;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}

.icon-play:before {
  content: "\e910";
}

.video-controller {
  min-height:35px;
  z-index: 2147483646;
  background-color: rgba(0,0,0,0.7);
}

.video-controller-fullscreen {
  position: fixed;
  /*z-index:2147483647;*/
  bottom: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
}

.menu,
.video-controller {
  background-color: rgba(0,0,0,0.7);
}

.time-display,
.duration-display {
  padding:11px;
  color: white;
  font-weight: normal;
  font-size: .9em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.time-display {
  float:left;
  padding-top: 9px;
}

.seekbar-complete {
  width: 100%;
  height: 7px;
  /*margin-top: 16px;*/
  background: #999a99;
  position: relative;
  /*overflow: hidden;*/
}

.seekbar-buffer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 7px;
  background: lightgray;
}

.seekbar-timeThumbnail {
  position: absolute;
  left: 0px;
  top: -30px;
  /*height: 20px;*/
  /*width: 40px;*/
  text-align: center;
  background: lightgray;
  display: none;
  color: black;
  z-index: 2147483647;
  padding: 2px 5px 2px 5px;
}


.seekContainer {
  display: flex;
  /*overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;*/
}

.seekbar-play {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 7px;
  background: rgb(0, 150, 215);
}

.control-icon-layout {
  float: right;
  padding:9px 10px;
  cursor: pointer;
}

.volumebar {
  float: left;
  width: 70px;
}

.volumebarWrapper {
  display: none;
}

.btn-bitrate {
  padding-top: 7px;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 6px;
  height: 6px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    /*color-stop(0.15, #0096D7),*/
    color-stop(0.15, #C5C5C5)
  );
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #E9E9E9;
  border: 1px solid #CECECE;
  height: 15px;
  width: 15px;
  border-radius: 15px;
}

.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  /*min-width: 120px;*/
  bottom: 40px;
  z-index: 1;
}

.dropup-content button {
  color: black;
  /*padding: 12px 16px;*/
  text-decoration: none;
  display: block;
  width: 100%;
  border-bottom: 1px lightgray solid;
}

.dropup-content button:hover {
  background-color: #ccc
}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background-color: black;
  color: white;
}

.dropbtn {
  background-color: black;
  color: white;
  /*padding: 16px;
  font-size: 16px;*/
  border: none;
}

.fullscreen-video {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
}

.disabledLinkText {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.globalSettingsEditModalTextInput {
  display: inline-block;
  width: 40px;
}

.lessonCategoryDataA:not([href]):not([tabindex]) {
  color: initial !important;
  text-decoration: initial !important;
}

.lessonCategoryDataA:not([href]):not([tabindex]):focus, .lessonCategoryDataA:not([href]):not([tabindex]):hover {
  color: #0056b3 !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.registerCardRegisterSubCode {
  display: none;
}

.statBar {
  display: none;
  margin-bottom: 0px !important;
}
.registerLoading {
  display: none;
}

.feVideoBannerControlWrapper {
  position: absolute;
  top: 0px;
  width: 100%;
  opacity: 0.8;
  background-color: #001c3a;
  display: none;
  padding: 15px;
  font-size: 1.5vw;
}

.feVideoLastWatchedControlWrapper {
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 30%;
  width: 40%;
  opacity: 1;
  background-color: #4c4c4c;
  display: none;
  padding: 15px;
  font-size: 1.5vw;
  padding: 15px 25px 20px 25px;
}

.feVideoLastWatchedControlText {
  color: white;
  opacity: 1;
  font-size: 1.1vw;
}

.feVideoBannerControlText {
  color: white;
  opacity: 1;
  font-size: 1.5vw;
}

.feVideoIdProtectionWrapperTL {
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
  white-space: nowrap;
  font-size: 8pt;
}

.feVideoIdProtectionWrapperTR {
  position: absolute;
  top: 2px;
  right: 2px;
  display: none;
  white-space: nowrap;
  font-size: 8pt;
}

.feVideoIdProtectionTextTL {
  /*color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: black;*/
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  color: darkgray;
  font-size: 8pt;
  overflow: hidden;
  white-space: nowrap;
}

.feVideoIdProtectionTextTR {
  /*color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: black;*/
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  color: darkgray;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 8pt;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 1128px) {
  .feVideoIdProtectionTextTR {
    font-size: 7pt !important;
  }
}

@media (max-width: 650px) {
  .feVideoIdProtectionTextTR {
    font-size: 6pt !important;
  }
}

@media (max-width: 576px) {
  .feVideoIdProtectionTextTR {
    font-size: 4pt !important;
  }

  .feVideoIdProtectionTextTL {
    font-size: 7pt !important;
  }
}

#lessonDetailCertificateFileDetailPreview {
  text-align: center;
  width: 100%;
  height: 400px;
  background-color: lightgray;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px dashed black;
}

.lessonDetailCertificateFileDetailPrevNextLinksWrapper {
  width: 100%;
  text-align: center;
}

.lessonDetailCertificateFileDetailPreviewNotAvClass {
  display: none;
  padding-top: 160px;
  font-size: 20pt;
  color: blue;
  text-align: center;
}

.lessonDetailCertificateFileDetailPrevLinkWrapper {
  float: left;
}

.lessonDetailCertificateFileDetailNextLinkWrapper {
  float: right;
}

.certificateActionButtonLink {
  color: black;
}

.certificateActionButtonLink:hover {
  color: #007bff;
  cursor: pointer;
}

.certificateFilePreviews {
  text-align: center;
  width: 100%;
  height: 400px;
  background-color: lightgray;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px dashed black;
}

.certificatesFileDetailPreviewNotAvailable {
  padding-top: 44px;
  font-size: 20pt;
  color: blue;
  text-align: center;
  height: 160px;
}

.teamsAddMoreButton {
  color: #007bff !important;
  text-decoration: none !important;
  cursor: pointer;
}

.teamsAddMoreButton :hover {
  color: #007bffb0 !important;
  text-decoration: underline !important;
}

.highlightedRow {
  background-color: rgba(0,100,255,0.2) !important;
}

.analyticsHoverTable > tbody > tr.analyticsOrderClass:hover {
  background-color: rgba(0,0,0,0.05) !important;
}

.analyticsHoverTable > tbody > tr.analyticsMonthClass:hover {
  background-color: rgba(0,0,0,0.05) !important;
}

.analyticsHoverTable > tbody > tr.analyticsHoverable:hover {
  background-color: rgba(0,0,0,0.05) !important;
}

.couponsTable td {
  vertical-align: middle;
}