@import url(https://fonts.googleapis.com/css?family=Roboto);@import url(https://fonts.googleapis.com/css?family=MonteCarlo);@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.editr {
  border: 1px solid #e4e4e4;
  width: 100%;
}
.editr--toolbar {
  background: #f6f6f6;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  display: flex;
  height: 32px;
}
.editr--toolbar a {
  display: inline-block;
  width: 8vw;
  max-width: 32px;
  height: 32px;
  color: #333;
  fill: #333;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}
.editr--toolbar a:hover {
  background: rgba(0,0,0,0.1);
}
.editr--toolbar a:active {
  background: rgba(0,0,0,0.2);
}
.editr--toolbar a svg {
  width: 16px;
  height: 16px;
  margin: 8px auto;
}
.editr--toolbar a svg path {
  fill: inherit;
}
.editr--toolbar a.vw-btn-separator {
  width: 1px;
  margin: 0 8px;
}
.editr--toolbar a.vw-btn-separator:hover {
  background: initial;
  cursor: default;
}
.editr--toolbar a.vw-btn-separator i.vw-separator {
  border-left: 1px solid rgba(0,0,0,0.1);
  height: 100%;
  position: absolute;
  width: 1px;
}
.editr--toolbar .dashboard {
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  text-align: left;
  padding: 8px 16px;
  background: rgba(255,255,255,0.95);
  border: 1px solid #f6f6f6;
}
.editr--content {
  min-height: 150px;
  padding: 12px 8px 16px 8px;
  line-height: 1.33;
  font-family: inherit;
  color: inherit;
  overflow-y: auto;
}
.editr--content[contenteditable=true]:empty:before {
  content: attr(placeholder);
  color: rgba(0,0,0,0.3);
  display: block; /* For Firefox */
}
.editr--content img {
  max-width: 100%;
}
.editr--content table {
  width: 100%;
  border-collapse: collapse;
}
.editr--content table th {
  text-align: left;
}
.editr--content table th,
.editr--content table td {
  border: 1px solid #ddd;
  padding: 2px;
}
.editr--content:focus {
  outline: 0;
}
.editr--content ul li,
.editr--content ol li {
  list-style-position: inside;
}
@media screen and (max-width: 320px) {
.editr--toolbar a {
    margin: 0 2px;
}
.editr--toolbar a.vw-btn-separator {
    display: none;
}
}/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.1); }
  20% {
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      transform: scale(1.05, 1.05);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

.vue-dropzone {
  border: 2px solid #E5E5E5;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0.2px;
  color: #777;
  transition: background-color 0.2s linear;
}
.vue-dropzone:hover {
  background-color: #F6F6F6;
}
.vue-dropzone i {
  color: #CCC;
}
.vue-dropzone .dz-preview .dz-image {
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.vue-dropzone .dz-preview .dz-image img:not([src]) {
  width: 200px;
  height: 200px;
}
.vue-dropzone .dz-preview .dz-image:hover img {
  transform: none;
  -webkit-filter: none;
}
.vue-dropzone .dz-preview .dz-details {
  bottom: 0;
  top: 0;
  color: white;
  background-color: rgba(33, 150, 243, 0.8);
  transition: opacity .2s linear;
  text-align: left;
}
.vue-dropzone .dz-preview .dz-details .dz-filename {
  overflow: hidden;
}
.vue-dropzone .dz-preview .dz-details .dz-filename span,
.vue-dropzone .dz-preview .dz-details .dz-size span {
  background-color: transparent;
}
.vue-dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: none;
}
.vue-dropzone .dz-preview .dz-details .dz-filename:hover span {
  background-color: transparent;
  border: none;
}
.vue-dropzone .dz-preview .dz-progress .dz-upload {
  background: #cccccc;
}
.vue-dropzone .dz-preview .dz-remove {
  position: absolute;
  z-index: 30;
  color: white;
  margin-left: 15px;
  padding: 10px;
  top: inherit;
  bottom: 15px;
  border: 2px white solid;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.1px;
  opacity: 0;
}
.vue-dropzone .dz-preview:hover .dz-remove {
  opacity: 1;
}
.vue-dropzone .dz-preview .dz-success-mark,
.vue-dropzone .dz-preview .dz-error-mark {
  margin-left: auto;
  margin-top: auto;
  width: 100%;
  top: 35%;
  left: 0;
}
.vue-dropzone .dz-preview .dz-success-mark svg,
.vue-dropzone .dz-preview .dz-error-mark svg {
  margin-left: auto;
  margin-right: auto;
}
.vue-dropzone .dz-preview .dz-error-message {
  top: calc(15%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  width: 100%;
}
.vue-dropzone .dz-preview .dz-error-message:after {
  bottom: -6px;
  top: initial;
  border-top: 6px solid #a92222;
  border-bottom: none;
}


.form[data-v-ebce4d12] {
  display: flex;
  align-content: flex-end;
}
.form label[data-v-ebce4d12] {
  margin-right: 1rem;
}@charset "UTF-8";

.bg-nhs-dark-blue {
  color: white;
  background-color: #003087;
}

.bg-nhs-blue {
  color: white;
  background-color: #005EB8;
}

.bg-nhs-lignt-blue {
  color: white;
  background-color: #41B6E6;
}

.bg-nhs-aqua-blue {
  color: white;
  background-color: #00A9CE;
}

.bg-nhs-dark-green {
  color: white;
  background-color: #006747;
}

.bg-nhs-green {
  color: white;
  background-color: #009639;
}

.bg-nhs-light-green {
  color: white;
  background-color: #78BE20;
}

.bg-nhs-aqua-green {
  color: white;
  background-color: #00A499;
}

.bg-nhs-purple {
  color: white;
  background-color: #330072;
}

.bg-nhs-dark-pink {
  color: white;
  background-color: #7C2855;
}

.bg-nhs-pink {
  color: white;
  background-color: #AE2573;
}

.bg-nhs-red {
  color: white;
  background-color: #8A1538;
}

.bg-nhs-emergency-service-red {
  color: white;
  background-color: #DA291C;
}

.bg-nhs-orange {
  color: white;
  background-color: #ED8B00;
}

.bg-nhs-warm-yellow {
  color: white;
  background-color: #FFB81C;
}

.bg-nhs-yellow {
  color: white;
  background-color: #FAE100;
}

.grey {
  color: grey;
}

.lightgrey {
  color: lightgrey;
}

.green {
  color: #2ab27b;
}

.bg-black-transparent-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

#notifications.has-notifications {
  color: #bf5329;
}

.width-75 {
  width: 75px;
}

.width-200 {
  width: 200px;
}

.width-300 {
  width: 300px;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.border-radius-20 {
  border-radius: 20px !important;
}

.full-height {
  height: 100vh;
}

.jumbotron-active {
  background: none;
  border: 1px solid #3097D1;
}

.table-hover > tbody > tr:hover {
  background-color: #3097D1;
}

.scorm-player-head.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.scorm-player-nav-button {
  position: fixed;
  z-index: 1051;
  top: 0;
  overflow: hidden;
  width: 56px;
  height: 50px;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  border: none;
  border-radius: 0;
  line-height: 50px;
}

.btn-label,
.btn-label-icon {
  position: relative;
  display: block;
  font-size: inherit;
  line-height: inherit;
  margin: -4px 0;
  padding: 4px 12px;
}

/* Fix for summernote */

.note-editor .dropdown-toggle:after {
  display: none;
}

body {
  font-size: 14px;
}

.hidden {
  display: none;
}

.pointer {
  cursor: pointer;
  cursor: hand;
}

.underline {
  text-decoration: underline;
}

.selected {
  background-color: #3097D1;
  color: white;
}

.required {
  color: #bf5329;
}

.widget-products-item .widget-products-image {
  height: 150px;
  overflow: hidden;
  padding: 0;
}

.position-absolute-bottom {
  position: absolute;
  bottom: 0;
}

.position-absolute-top {
  position: absolute;
  top: 0;
}

/* Override bootstrap template */

.btn-success.active,
.btn-success.active.focus {
  background-color: #0f7740;
  border-color: #0b592f;
}

.progress {
  margin-bottom: 0px;
}

/* Special pages */

#welcome {
  background-image: url("/img/welcome.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100vh;
  width: 100%;
}

#login-panel {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  margin: 100px 50px;
  min-width: 400px;
}

#logo {
  max-height: 20px;
  margin-left: 1em;
}

/* Only scoll the body part of the modal */

.modal-dialog {
  overflow-y: initial !important;
}

.modal-body {
  max-height: 80vh;
  overflow-y: auto;
}

.centered {
  text-align: center;
}

/* side nav */

body {
  overflow-x: hidden;
}

#admin_section {
  padding-left: 0;
  transition: all 0.5s ease;
}

#admin_section.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #000;
  transition: all 0.5s ease;
}

#admin_section.toggled #sidebar-wrapper {
  width: 250px;
}

#content {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#admin_section.toggled #content {
  position: absolute;
  margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  #admin_section {
    padding-left: 0;
  }

  #admin_section.toggled {
    padding-left: 250px;
  }

  #sidebar-wrapper {
    width: 0;
  }

  #admin_section.toggled #sidebar-wrapper {
    width: 250px;
  }

  #content {
    padding: 20px;
    position: relative;
  }

  #admin_section.toggled #content {
    position: relative;
    margin-right: 0;
  }
}

/* scorm player style */

#scorm_content {
  height: 100%;
}

#scorm_object,
#aicc_object {
  border: none;
  width: 100%;
  height: 100%;
}

.col-sm-10 #scorm_object,
.col-sm-10 #aicc_object {
  width: 100%;
}

.dropdown-menu .active > a {
  color: #fff;
  background-color: #41B6E6;
}

/*
Styles for NHS demo
 */

.page-about-us-header.page-header {
  padding-top: 90px;
  padding-bottom: 70px !important;
}

@media (max-width: 1536px) {
  .page-about-us-header.page-header {
    padding-top: 90px;
    padding-bottom: 20px !important;
  }
}

.page-about-us-header img {
  width: 100% !important;
  height: unset !important;
  top: 0px !important;
  left: 0px !important;
}

.page-about-us-header2 img {
  width: 100% !important;
  height: unset !important;
  top: 0px !important;
  left: 0px !important;
}

.page-about-us-text {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-about-us-team-avatar {
  width: 80px;
}

.page-about-us-team-avatar img {
  width: 100%;
}

.box-title {
  height: 25%;
}

.grow:hover {
  transform: scale(1.02);
  transition-duration: 0.15s;
  box-shadow: 3px 3px 10px;
}

.height-200 {
  height: 200px;
  overflow: hidden;
}

.paginator {
  text-align: center;
}

/*
* Style for sortable tree (support center)
*/

body.dragging,
body.dragging * {
  cursor: move;
}

ul.vertical li.placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

ul.vertical li.placeholder:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -5px;
  left: -5px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: #bf5329;
  border-right: none;
}

.alert {
  padding: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#compliance-table_wrapper .table-header {
  margin-bottom: 0px !important;
  height: 40px;
  padding-bottom: 0px;
  padding-left: 8px;
}

#course-activity-table_wrapper .table-header {
  margin-bottom: 0px !important;
  height: 40px;
  padding-bottom: 0px;
  padding-left: 8px;
}

#compliance-table_wrapper .table > thead > tr > th {
  padding-top: 0px;
  padding-bottom: 0px;
}

#course-activity-table_wrapper .table > thead > tr > th {
  padding-top: 0px;
  padding-bottom: 0px;
}

#compliance-table_wrapper .table > tbody > tr > td {
  padding-top: 0px;
  padding-bottom: 0px;
}

#course-activity-table_wrapper .table > tbody > tr > td {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* charts */

.chart-pie-container canvas {
  height: 240px !important;
  width: 80% !important;
}

#registration-panel {
  background: rgba(255, 255, 255, 0.8);
}

.custom-control:active .custom-control-indicator,
.custom-control:active .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #af9ad5;
  box-shadow: none;
}

.custom-control-input:active ~ .custom-control-indicator {
  background-color: #af9ad5;
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #9276c6;
  box-shadow: none;
}

#login-logo-box {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: -100px;
  top: -100px;
  margin: 100px;
  min-width: 100%;
}

/* Style the video: 100% width and height to cover the entire window */

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* #demo {
    background: url('img/nhs.png') no-repeat center center;
    height: 200px;
    width: 200px;
    z-index: 999;
} */

.page-wide-block .box-cell {
  padding: 5px !important;
}

.page-about-us-header2 {
  padding-bottom: 95px !important;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "FontAwesome";
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
}

.faq-answer {
  font-size: 14px;
}

.faq-question {
  font-size: 14px;
  font-weight: 600;
}

/* graph styling */

#compliant-rate-users text {
  opacity: 0 !important;
}

#compliant-rate-newusers text {
  opacity: 0 !important;
}

#compliant-rate-sessions text {
  opacity: 0 !important;
}

/* nav bar */

.nav-bar-2nd-row {
  top: 50px;
}

.ct-label {
  font-size: 9px !important;
}

/* User profile */

.page-profile-header.page-header {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}

.page-profile-header .box {
  background: none !important;
}

.page-profile-subheader {
  background: rgba(0, 0, 0, 0.02);
}

.page-profile-avatar {
  max-width: 80px;
  border: 4px solid #fff;
  position: relative;
}

.userview-header.page-header {
  padding-top: 150px;
  padding-bottom: 150px;
}

/* width */

::-webkit-scrollbar {
  /* width: 1.5px; */
  width: 15px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

div.scrollmenu {
  /* background-color: #333; */
  /* border-radius: 15px; */
  background: rgba(0, 0, 0, 0);
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  padding: 14px;
  text-decoration: none;
  width: 200px;
}

div.scrollmenu a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.favourite-title {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: black;
}

.btn-add-favs {
  border-radius: 0px;
  margin-right: 10px;
  color: black;
}

.btn-checkbox:checked + .btn-checkbox-label {
  background-color: #3097D1;
  color: #fff;
}

.rate-form > * {
  margin: 0;
  padding: 0;
}

.rate-form > .rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate-form .rate:not(:checked) > input {
  position: absolute;
  /* top:-9999px; */
  visibility: hidden;
}

.rate-form .rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate-form .rate:not(:checked) > label:before {
  content: "★ ";
}

.rate-form .rate > input:checked ~ label {
  color: #ffc700;
}

.rate-form .rate:not(:checked) > label:hover,
.rate-form .rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate-form .rate > input:checked + label:hover,
.rate-form .rate > input:checked + label:hover ~ label,
.rate-form .rate > input:checked ~ label:hover,
.rate-form .rate > input:checked ~ label:hover ~ label,
.rate-form .rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

p {
  padding: 0;
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
  color: grey;
  font-size: 1.3rem;
}

.user-video-settings {
  text-align: right;
}

.videoWindow {
  text-align: center;
}

.thumb {
  width: 100%;
}

.playlist-item {
  cursor: pointer;
  white-space: normal;
}

.playlist-item div {
  /* margin-top: 10px; */
  margin-bottom: 10px;
  display: block;
  text-align: center;
  word-wrap: break-word;
  height: 50px;
  overflow: hidden;
  font-size: 12px;
}

.playlist-item h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  text-align: center;
  word-wrap: break-word;
  height: 50px;
  overflow: hidden;
  color: black;
}

.playlist-item p {
  display: block;
  text-align: left;
  text-align: center;
  word-wrap: break-word;
  height: 50px;
  overflow: hidden;
}

.showMorePlaylistsBtn {
  text-align: center;
  /* border-radius: 15px; */
  padding-top: 40px;
  padding-bottom: 40px;
}

.fila {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */

.coluna {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.coluna img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
  .coluna {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
  .coluna {
    flex: 100%;
    max-width: 100%;
  }
}

/* Power point layout */

.ppLayout {
  display: flex;
  align-items: center;
  min-height: 720px;
}

.centerLayout {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 800px) {
  .ppLayout {
    min-width: 1000px;
  }
}

.video-gallery.progress {
  height: 10px;
  margin-bottom: 5px !important;
}

.video-activity-thumbnail-box {
  border: 1px solid #DDDDDD;
  width: auto;
  height: auto;
  position: relative;
}

.video-activity-thumbnail-box-label {
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
  background-color: #92AD40;
  padding: 5px;
  color: #FFFFFF;
  font-weight: bold;
}

.playlist-item-title {
  color: black;
}

.dashboard-compliance-tile {
  height: 250px !important;
}

.dashboard-course-tile {
  height: 250px !important;
}

.label-select-activities {
  float: unset !important;
}

#left-side-profile {
  /* Set initial styles for larger screens (full height) */
  height: 100vh;
}

@media all and (min-width: 0px) and (max-width: 768px) {
  #left-side-profile {
    /* Set initial styles for larger screens (full height) */
    height: 100%;
  }
}

#fancy-spiner {
  margin: 0 auto;
  top: 50%;
  left: 50%;
  position: absolute;
}

#fancy-spiner .outer {
  border: 5px solid #41b08a;
  border-right-color: transparent;
  border-left-color: transparent;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 35px black;
  animation: adjust-hue-pulse 1s linear infinite normal;
  animation-delay: 0;
}

#fancy-spiner .inner {
  border: 5px solid #41b08a;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 15px black;
  width: 30px;
  height: 30px;
  position: relative;
  top: -40px;
  margin: 0 auto;
  animation: adjust-hue-right 1s linear infinite normal;
  animation-delay: 0;
}

@keyframes adjust-hue-right {
  from {
    transform: rotate(0deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(180deg);
    opacity: 1;
  }

  to {
    transform: rotate(360deg);
    opacity: 0.2;
  }
}

@keyframes adjust-hue-pulse {
  from {
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
  }

  50% {
    transform: rotate(145deg);
    opacity: 1;
  }

  to {
    transform: rotate(-320deg);
    opacity: 0;
  }
}

.tabs-component {
  margin: 0;
}

.tabs-component-tabs {
  border: solid 1px #ddd;
  border-radius: 6px;
  list-style: none;
  margin-bottom: 5px;
}

@media (min-width: 700px) {
  .tabs-component-tabs {
    border: 0;
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    margin-bottom: -1px;
  }
}

.tabs-component-tab {
  color: #999;
  font-size: 14px;
  font-weight: 600;
  margin-right: 0;
}

.tabs-component-tab:not(:last-child) {
  border-bottom: dotted 1px #ddd;
}

.tabs-component-tab:hover {
  color: #666;
}

.tabs-component-tab.is-active {
  color: #000;
}

@media (min-width: 700px) {
  .tabs-component-tab {
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 3px 3px 0 0;
    margin-right: 0.5em;
    transition: transform 0.3s ease;
  }

  .tabs-component-tab.is-active {
    border-bottom: solid 1px #fff;
    z-index: 2;
    transform: translateY(0);
  }
}

.tabs-component-tab-a {
  align-items: center;
  color: inherit;
  display: flex;
  padding: 0.75em 1em;
  text-decoration: none;
}

.tabs-component-panels {
  padding: 4em 0;
}

@media (min-width: 700px) {
  .tabs-component-panels {
    border-top-left-radius: 0;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 2em;
  }
}

.page-messages-container > .box-row > .box-cell {
  display: block !important;
}

.page-messages-label {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 999px;
  float: left;
  margin-top: 6px;
  margin-right: 12px;
}

html[dir=rtl] .page-messages-label {
  float: right;
  margin-left: 12px;
  margin-right: 0;
}

#page-messages-aside-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

#page-messages-aside-nav.show {
  max-height: 2000px;
}

@media (min-width: 768px) {
  .page-messages-container > .box-row > .box-cell {
    display: table-cell !important;
    padding-top: 15px;
  }

  .page-messages-aside {
    width: 200px;
  }

  .page-messages-content {
    padding-left: 20px;
  }

  html[dir=rtl] .page-messages-content {
    padding-left: 0;
    padding-right: 20px;
  }

  #page-messages-aside-nav {
    max-height: none !important;
  }

  .page-messages-wide-buttons .btn {
    width: 60px;
  }
}

/* Special styles */

.page-messages-pages {
  line-height: 31px;
}

.page-messages-items td {
  border: none !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.page-messages-item-actions {
  width: 60px;
}

.page-messages-item-from,
.page-messages-item-subject {
  display: block;
}

.page-messages-item-date {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

html[dir=rtl] .page-messages-item-date {
  right: auto;
  left: 0;
}

@media (min-width: 768px) {
  .page-messages-item-from,
  .page-messages-item-subject {
    display: table-cell;
  }

  .page-messages-item-from {
    width: 140px;
  }

  .page-messages-item-date {
    display: table-cell;
    position: static;
    width: 80px;
  }
}

.top-navbar-right {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  width: 100%;
}

.top-navbar-right .search-input {
  width: 100%;
  margin-bottom: 5px;
}

.direction-class {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}

.top-navbar {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 13px;
}

.btn-course-management-3col {
  width: 100%;
  margin-bottom: 5px;
}

.btn-course-management-2col {
  width: 100%;
  margin-bottom: 5px;
}

.course-management {
  width: 100%;
  margin: 0 auto;
}

.d-flex-between {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-content: center;
  flex-direction: column;
}

.icon-hover-success:hover {
  color: #41b08a;
}

.icon-hover-delete:hover {
  color: rgb(190, 3, 3);
}

.icon-hover-info:hover {
  color: rgb(41, 137, 248);
}

.file-type img {
  width: 50px;
}

.add-course-activity {
  padding: 0;
}

.add-course-activity .box-row .box-cell {
  height: 13vh !important;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  border-bottom: 0.5px solid rgba(200, 200, 200, 0.2784313725);
}

.add-course-activity .box-row .box-cell h3 {
  margin: 0;
}

.add-course-activity #box-SCORM:hover,
.add-course-activity #box-VIDEO:hover,
.add-course-activity #box-SURVEY:hover,
.add-course-activity #box-QUIZ:hover,
.add-course-activity #box-RPL:hover,
.add-course-activity #box-EXT:hover,
.add-course-activity #box-ILT:hover {
  background-color: #41b08a;
  cursor: pointer;
}

.add-course-activity #box-SCORM .fa-check,
.add-course-activity #box-VIDEO .fa-check,
.add-course-activity #box-SURVEY .fa-check,
.add-course-activity #box-QUIZ .fa-check,
.add-course-activity #box-RPL .fa-check,
.add-course-activity #box-EXT .fa-check,
.add-course-activity #box-ILT .fa-check {
  display: none;
}

.add-course-activity #box-SCORM:hover .fa-check,
.add-course-activity #box-VIDEO:hover .fa-check,
.add-course-activity #box-SURVEY:hover .fa-check,
.add-course-activity #box-QUIZ:hover .fa-check,
.add-course-activity #box-RPL:hover .fa-check,
.add-course-activity #box-EXT:hover .fa-check,
.add-course-activity #box-ILT:hover .fa-check {
  display: block;
}

.editr--toolbar {
  display: flex;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.accordion-toggle {
  padding: 12px 20px;
}

.close-icon {
  color: #d80000;
  opacity: 1;
}

.close-icon:hover {
  color: #c30000;
  opacity: 1;
}

@media (min-width: 576px) {
  .j-center {
    width: 90%;
    margin: 0 auto;
  }

  .direction-class {
    flex-direction: row;
  }

  .btn-course-management-3col {
    width: 33.31%;
    margin-bottom: 0;
  }

  .btn-course-management-2col {
    width: 49%;
    margin-bottom: 0;
  }

  .d-flex-between {
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
  }

  .d-flex {
    display: flex;
  }

  .justify-content-between {
    display: flex;
    justify-content: space-between;
  }

  .justify-content-center {
    display: flex;
    justify-content: center;
  }

  .justify-content-end {
    display: flex;
    justify-content: flex-end;
  }

  .course-manager-collapse-body {
    display: flex;
    flex-direction: column;
    padding: 1%;
  }
}

@media (min-width: 768px) {
  #course_management_section {
    width: 90%;
    margin: 50px auto 0 auto;
  }

  #course_management_section .top-navbar {
    margin-bottom: 15px;
  }

  .top-navbar-right {
    flex-direction: row;
    width: auto;
  }

  .top-navbar {
    flex-direction: row;
  }

  .margin-left-15 {
    margin-left: 15px;
  }
}

.notification {
  width: 90%;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
}

.notification .success {
  border: 2px solid green;
  color: green;
}

.notification .success h3 {
  margin: 0;
  padding: 2px 0;
}

.notification .wrong {
  border: 2px solid red;
  color: red;
}

.notification .wrong h3 {
  margin: 0;
  padding: 2px 0;
}

.notification-content,
.vue-notification-wrapper {
  border-radius: 10px;
  font-size: 16px;
}

.vue-notification-group {
  margin: 0 20px 10px 0;
}

