@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap&family=Roboto&display=swap" rel="stylesheet');
@import url('https://use.fontawesome.com/releases/v5.0.1/css/all.css?ver=4.9.1" rel="stylesheet');
:root {
  --color-1: #f7f7f7;
  --color-1-1: #eeeeee;
  --color-2: #b5e6d0;
  --color-2-2: #ebfaf6;
  --color-3: #76d5ab;
  --color-4: #17c99c;
  --primary-color-lighter: #0caf86;
  --primary-color-light: #0a8f6e;
  --primary-color-dark: #0a7056;
  --primary-color-darker: #065742;
  --color-white: #fff;
  --color-black: #555;
  --color-gray: #969696;
  --color-gray-1: #5a5c69;
  --color-danger: #f75a5a;
  --color-danger-1: #d84c4c;
  --color-danger-2: #a53535;
  --color-danger-3: #a53535;
  --color-info: #1199e6;
  --color-info-1: #048cd8;
  --color-info-2: #015483;
  --color-info-3: #073b58;
  --color-warning: #ffca2a;
  --color-warning-1: #e6b41f;
  --color-warning-2: #b38706;
  --color-warning-3: #916e08;
  --color-default: #fff;
  --color-default-1: #eeeeee;
  --color-default-2: #d0d0d0;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.slideIn {
  animation-name: slideIn;
}

.waves {
  bottom: 5px;
  position: fixed;
  width: 100%;
  height: 100%;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 170px;
  z-index: -1;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.hide-mobile {
  display: unset !important;
}

.show-mobile {
  display: none !important;
}

/*Shrinking for mobile*/
@media (min-width: 320px) {
  .hide-mobile {
    display: unset !important;
  }
  .break-mobile {
    display: none !important;
  }
  .break-mobile-course-intro {
    display: none !important;
  }
  .break-mobile-course-intro-btn {
    display: none !important;
  }
  .break-mobile-course-intro-btn-reapply {
    display: none !important;
  }
  .hide-mobile-header-nav {
    display: none !important;
  }
  .hide-mobile-header-nav-ondemandsub {
    display: none !important;
  }
  .show-mobile {
    display: unset !important;
  }
}
/*Shrinking for mobile*/
@media (min-width: 706px) {
  .waves {
    height: 40px;
    min-height: 60px;
  }
  .hide-mobile {
    display: none !important;
  }
  .break-mobile {
    display: none !important;
  }
  .break-mobile-course-intro {
    display: unset !important;
  }
  .break-mobile-course-intro-btn-reapply {
    display: unset !important;
  }
  .break-mobile-course-new {
    display: unset !important;
  }
  .show-mobile {
    display: unset !important;
  }
  .hide-mobile-header-nav {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .show-mobile {
    display: none !important;
  }
  .hide-mobile-header-nav {
    display: unset !important;
  }
}
/*Shrinking for mobile*/
@media (min-width: 1280px) {
  .hide-mobile {
    display: unset !important;
  }
  .break-mobile-course-intro {
    display: unset !important;
  }
  .break-mobile-course-intro-btn {
    display: unset !important;
  }
  .break-mobile-course-intro-btn-reapply {
    display: unset !important;
  }
  .break-mobile-course-new {
    display: unset !important;
  }
  .hide-mobile-header-nav {
    display: unset !important;
  }
}
/*Shrinking for mobile*/
@media (min-width: 1300px) {
  .break-mobile-course-new {
    display: none !important;
  }
}
/*Shrinking for mobile*/
@media (min-width: 1363px) {
  .break-mobile-course-payment-failed {
    display: none !important;
  }
  .hide-mobile-header-nav-ondemandsub {
    display: unset !important;
  }
}
/*Shrinking for mobile*/
@media (min-width: 1512px) {
  .break-mobile {
    display: none !important;
  }
}
/*Shrinking for mobile*/
@media (min-width: 1707px) {
  .break-mobile-course-intro {
    display: none !important;
  }
  .break-mobile-course-intro-btn {
    display: none !important;
  }
}
/*Shrinking for mobile*/
@media (min-width: 1845px) {
  .break-mobile-course-intro-btn-reapply {
    display: none !important;
  }
}
/*Shrinking for mobile*/
@media only screen and (max-width: 991px) {
  .br-details-operation-summary {
    display: none;
  }
  .text-left-right {
    text-align: right !important;
  }
  .padding-login {
    padding-top: 0px !important;
  }
}
/*Shrinking for mobile*/
@media only screen and (max-width: 535px) {
  .font-size-detailsoperationdescription {
    font-size: 11px !important;
  }
}
.text-left-right {
  text-align: left;
}

.padding-login {
  padding: 50px;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: url(../img/browse-img.png);
  zoom: 25%;
  color: #757575;
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.avatar-upload .preview {
  top: 10px;
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .preview:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .preview:after {
  content: url(../img/crop.png);
  zoom: 25%;
  color: #757575;
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .preview.zoom:after {
  content: url(../img/zoom-in.png);
  zoom: 25%;
  color: #757575;
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload.small .avatar-edit {
  top: 0;
  right: 55px;
}
.avatar-upload.small .avatar-preview {
  width: 100px;
  height: 100px;
  border: 2px solid #F8F8F8;
}
.avatar-upload.small .preview {
  top: 0;
  right: 90px;
}
.avatar-upload.medium .avatar-edit {
  top: 0;
  right: 55px;
}
.avatar-upload.medium .avatar-preview {
  width: 150px;
  height: 150px;
  border: 2px solid #F8F8F8;
}
.avatar-upload.medium .preview {
  top: 0;
}
.avatar-upload.box .avatar-edit {
  top: -9px;
  right: -157px;
}
.avatar-upload.box .avatar-preview {
  width: 350px;
  height: 200px;
  border: 2px solid #F8F8F8;
  border-radius: 0;
}
.avatar-upload.box .avatar-preview > div {
  border-radius: 0;
}
.avatar-upload.box .preview {
  top: -9px;
  left: -5px;
}
.avatar-upload.box.box-small .avatar-preview {
  width: 254px;
  height: 154px;
}
.avatar-upload.box.box-small .avatar-edit {
  right: -55px;
}
.avatar-upload.box-icon .avatar-edit {
  top: -9px;
  right: 38px;
}
.avatar-upload.box-icon .avatar-preview {
  width: 150px;
  height: 150px;
  border: 2px solid #F8F8F8;
  border-radius: 0;
}
.avatar-upload.box-icon .avatar-preview > div {
  border-radius: 0;
}
.avatar-upload.box-icon .preview {
  top: -9px;
  left: -5px;
}
.avatar-upload.box-icon.box-small .avatar-preview {
  width: 100px;
  height: 100px;
}
.avatar-upload.box-icon.box-small .avatar-edit {
  right: 80px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-submenu-nav {
  position: relative;
}

.dropdown-submenu-nav a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu-nav .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen {
    padding: 0 !important;
  }
  .modal-fullscreen .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-sm {
    padding: 0 !important;
  }
  .modal-fullscreen-sm .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-md {
    padding: 0 !important;
  }
  .modal-fullscreen-md .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-lg {
    padding: 0 !important;
  }
  .modal-fullscreen-lg .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg .modal-body {
    overflow-y: auto;
  }
}
.modal-fullscreen-xl {
  padding: 0 !important;
}

.modal-fullscreen-xl .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen-xl .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen-xl .modal-body {
  overflow-y: auto;
}

body.vcol-standard {
  background: var(--primary-color-lighter);
  font-family: "Lato", sans-serif !important;
  /* Remove default bullets */
  /* Remove margins and padding from the parent ul */
  /* Style the caret/arrow */
  /* Create the caret/arrow with a unicode, and style it */
  /* Rotate the caret/arrow icon when clicked on (using JavaScript) */
  /* Hide the nested list */
  /* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
  /* page layout header css 620px 240px*/
  /* for text ellipsis */
  /* sidenav-exam */
}
body.vcol-standard .icon-button {
  font-size: 0.9rem;
}
body.vcol-standard .sb-nav-link-icon {
  width: 10px;
}
body.vcol-standard main {
  font-size: 0.75rem !important;
}
body.vcol-standard footer {
  font-family: "Lato", sans-serif !important;
  font-size: 0.75rem !important;
}
body.vcol-standard #layoutSidenav #layoutSidenav_content {
  background: var(--color-1);
  font-family: "Lato", sans-serif !important;
  font-size: 0.78em;
}
body.vcol-standard .v-align-middle {
  vertical-align: middle;
}
body.vcol-standard img, body.vcol-standard svg, body.vcol-standard video, body.vcol-standard canvas, body.vcol-standard audio, body.vcol-standard iframe, body.vcol-standard embed, body.vcol-standard object {
  display: unset;
}
body.vcol-standard img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: auto;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
body.vcol-standard .dropdown-item.active, body.vcol-standard .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color-light);
}
body.vcol-standard .modal {
  overflow-y: auto;
}
body.vcol-standard .popover-body {
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
}
body.vcol-standard .description-popover {
  margin-left: 5px;
}
body.vcol-standard .description-popover-content {
  margin-left: 7px;
  display: none;
  color: var(--color-danger-2);
  font-weight: 600;
}
body.vcol-standard #section-modal .modal-header, body.vcol-standard #edit-section-modal .modal-header {
  cursor: move;
}
body.vcol-standard .gj-picker-bootstrap table tr td.today div {
  border: 1px solid var(--primary-color-lighter);
  color: var(--primary-color-lighter);
  font-weight: 800;
  border-radius: 20px;
  background-color: transparent;
}
body.vcol-standard .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
  color: #fff;
  background-color: var(--primary-color-dark);
  border-color: unset;
  border-radius: 20px;
}
body.vcol-standard .vcol-form .form-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--primary-color-dark);
}
body.vcol-standard .vcol-form .custom-control label {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  padding-top: 3px;
  align-items: center;
}
body.vcol-standard .vcol-form .form-group input.form-control, body.vcol-standard .vcol-form .form-row input.form-control {
  border: 1px solid var(--color-1-1);
  border-radius: 10px;
  padding: 20px 15px;
  font-size: 0.75rem;
}
body.vcol-standard .vcol-form .form-group input.form-control.form-control-solid, body.vcol-standard .vcol-form .form-row input.form-control.form-control-solid {
  background-color: #fbfbfb;
  box-shadow: -2px 6px 7px -7px rgba(0, 0, 0, 0.32);
}
body.vcol-standard .vcol-form .form-group input.form-control:-moz-read-only, body.vcol-standard .vcol-form .form-row input.form-control:-moz-read-only {
  background-color: var(--color-1-1);
}
body.vcol-standard .vcol-form .form-group input.form-control:disabled, body.vcol-standard .vcol-form .form-group input.form-control:read-only, body.vcol-standard .vcol-form .form-row input.form-control:disabled, body.vcol-standard .vcol-form .form-row input.form-control:read-only {
  background-color: var(--color-1-1);
}
body.vcol-standard .vcol-form .form-group input.form-control:focus, body.vcol-standard .vcol-form .form-row input.form-control:focus {
  box-shadow: none;
}
body.vcol-standard .vcol-form .form-group input[type=file], body.vcol-standard .vcol-form .form-row input[type=file] {
  border: 1px solid var(--color-1-1);
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 0.75rem;
  height: 43px;
}
body.vcol-standard .vcol-form .form-group input[type=file].form-control-solid, body.vcol-standard .vcol-form .form-row input[type=file].form-control-solid {
  background-color: #fbfbfb;
  box-shadow: -2px 6px 7px -7px rgba(0, 0, 0, 0.32);
}
body.vcol-standard .vcol-form .form-group input[type=file]:-moz-read-only, body.vcol-standard .vcol-form .form-row input[type=file]:-moz-read-only {
  background-color: var(--color-1-1);
}
body.vcol-standard .vcol-form .form-group input[type=file]:disabled, body.vcol-standard .vcol-form .form-group input[type=file]:read-only, body.vcol-standard .vcol-form .form-row input[type=file]:disabled, body.vcol-standard .vcol-form .form-row input[type=file]:read-only {
  background-color: var(--color-1-1);
}
body.vcol-standard .vcol-form .form-group input[type=file]:focus, body.vcol-standard .vcol-form .form-row input[type=file]:focus {
  box-shadow: none;
}
body.vcol-standard .vcol-form .form-group label, body.vcol-standard .vcol-form .form-group .col-form-label, body.vcol-standard .vcol-form .form-row label, body.vcol-standard .vcol-form .form-row .col-form-label {
  font-size: 0.65rem;
  font-weight: 700;
}
body.vcol-standard .vcol-form .form-group .input-group, body.vcol-standard .vcol-form .form-row .input-group {
  border-radius: 10px;
  background-color: #fbfbfb;
  border: 1px solid var(--color-1-1);
  box-shadow: -2px 6px 7px -7px rgba(0, 0, 0, 0.32);
}
body.vcol-standard .vcol-form .form-group .input-group .input-group-text, body.vcol-standard .vcol-form .form-row .input-group .input-group-text {
  border: 0;
  background-color: transparent;
  font-size: 0.75rem;
  padding-left: 20px;
  padding-right: 20px;
}
body.vcol-standard .vcol-form .form-group .input-group .input-group-text .reveal, body.vcol-standard .vcol-form .form-row .input-group .input-group-text .reveal {
  cursor: pointer;
}
body.vcol-standard .vcol-form .form-group .input-group .form-control, body.vcol-standard .vcol-form .form-row .input-group .form-control {
  padding: 20px 15px;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  font-size: 0.75rem;
  align-items: center;
}
body.vcol-standard .vcol-form select:not([multiple]).form-control {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  height: 40px;
  padding: 9px 15px;
}
body.vcol-standard .vcol-form select:not([multiple]).form-control.form-control-solid {
  background-color: #fbfbfb;
  font-size: 0.8rem;
  box-shadow: -2px 6px 7px -7px rgba(0, 0, 0, 0.32);
}
body.vcol-standard .vcol-form textarea.form-control, body.vcol-standard .vcol-form select[multiple].form-control {
  padding: 14px 15px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  font-size: 0.75rem;
}
body.vcol-standard .vcol-form textarea.form-control.form-control-solid, body.vcol-standard .vcol-form select[multiple].form-control.form-control-solid {
  background-color: #fbfbfb;
  box-shadow: -2px 6px 7px -7px rgba(0, 0, 0, 0.32);
}
body.vcol-standard .vcol-form .form-group label {
  font-size: 0.65rem;
  font-weight: 700;
}
body.vcol-standard .vcol-button-file {
  position: relative;
  text-align: center;
  border-radius: 0.3rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding-left: 13px;
  color: #fff;
  padding-right: 13px;
  border-bottom: 4px solid var(--primary-color-dark);
  padding-top: 5px;
  background: var(--primary-color-light);
  margin-left: 5px;
  height: 32px;
  transition: 0.1s;
  cursor: pointer;
}
body.vcol-standard .vcol-button-file.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.vcol-standard .vcol-button-file span.label {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  color: #fff;
}
body.vcol-standard .vcol-button-file input {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
body.vcol-standard .vcol-button-file:active {
  color: #fff;
  border-bottom: 2px;
  box-shadow: -3px 21px 14px -28px rgba(0, 0, 0, 0.94) inset;
}
body.vcol-standard .vcol-button-file:focus {
  box-shadow: none;
}
body.vcol-standard .vcol-button-file:hover {
  color: #fff;
}
body.vcol-standard .btn {
  border-radius: 0.3rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding-left: 13px;
  color: #fff;
  padding-right: 13px;
  border-bottom: 4px solid var(--primary-color-dark);
  padding-top: 5px;
  background: var(--primary-color-light);
  margin-left: 5px;
  height: 32px;
  transition: 0.1s;
  -webkit-appearance: none !important;
}
body.vcol-standard .btn.btn-success {
  border-bottom: 4px solid #0a7056;
  background: #0a8f6e;
}
body.vcol-standard .btn.btn-success:hover, body.vcol-standard .btn.btn-success:active {
  background: #0a8f6e;
}
body.vcol-standard .btn.btn-danger {
  border-bottom: 4px solid #a53535;
  background: #d84c4c;
}
body.vcol-standard .btn.btn-danger:hover, body.vcol-standard .btn.btn-danger:active {
  background: #d84c4c;
}
body.vcol-standard .btn.btn-info {
  border-bottom: 4px solid #015483;
  background: #048cd8;
}
body.vcol-standard .btn.btn-info:hover, body.vcol-standard .btn.btn-info:active {
  background: #048cd8;
}
body.vcol-standard .btn.btn-warning {
  border-bottom: 4px solid #b38706;
  background: #e6b41f;
}
body.vcol-standard .btn.btn-warning:hover, body.vcol-standard .btn.btn-warning:active {
  background: #e6b41f;
}
body.vcol-standard .btn.btn-default {
  border-color: #eeeeee;
  border-bottom: 4px solid #d0d0d0;
  background: #fff;
  color: #555 !important;
}
body.vcol-standard .btn.btn-default:hover, body.vcol-standard .btn.btn-default:active {
  background: #eeeeee;
}
body.vcol-standard .btn.btn-primary {
  border: var(--primary-color-lighter);
  border-bottom: 4px solid var(--primary-color-light);
  background: var(--primary-color-lighter);
}
body.vcol-standard .btn.btn-primary:hover, body.vcol-standard .btn.btn-primary:active {
  background: var(--primary-color-lighter);
}
body.vcol-standard .btn:active {
  color: #fff;
  border-bottom: 2px;
  box-shadow: -3px 21px 14px -28px rgba(0, 0, 0, 0.94) inset;
}
body.vcol-standard .btn:focus {
  box-shadow: none;
}
body.vcol-standard .btn:hover, body.vcol-standard .btn:active {
  color: #fff;
}
body.vcol-standard .btn.btn-exam:focus {
  background-color: var(--primary-color-darker-2);
}
body.vcol-standard #accordion .btn.btn-link {
  background: none !important;
  border: none !important;
  color: var(--primary-color-dark) !important;
  padding: 0 !important;
  font-size: 0.95rem;
  font-weight: 800;
}
body.vcol-standard .bootstrap-select button[role=combobox].dropdown-toggle {
  border: 1px solid var(--color-1-1);
  border-radius: 10px;
  height: 40px;
  padding: 9px 15px;
  color: #555;
  font-size: 0.75rem;
  margin-left: 0;
  background-color: #fbfbfb;
  box-shadow: -2px 6px 7px -7px rgba(0, 0, 0, 0.32);
}
body.vcol-standard .bootstrap-select button[role=combobox].dropdown-toggle:focus, body.vcol-standard .bootstrap-select button[role=combobox].dropdown-toggle:active {
  box-shadow: none;
  outline: none !important;
}
body.vcol-standard .bootstrap-select .no-results {
  font-size: 0.75rem;
}
body.vcol-standard .bootstrap-select .dropdown-menu li a {
  font-size: 0.75rem;
}
body.vcol-standard .bootstrap-select .dropdown-menu li a:focus, body.vcol-standard .bootstrap-select .dropdown-menu li a:active {
  background-color: var(--primary-color-light);
}
body.vcol-standard .bootstrap-select .dropdown-menu li a.active {
  background-color: var(--primary-color-light);
}
body.vcol-standard .bootstrap-select .bs-ok-default:after {
  border-width: 0 0.23em 0.23em 0 !important;
  border-color: var(--primary-color-light) !important;
}
body.vcol-standard .multiselect-native-select .btn-group {
  width: 100%;
}
body.vcol-standard .multiselect-native-select button.multiselect {
  border: 1px solid var(--color-1-1) !important;
  border-radius: 10px !important;
  text-align: left !important;
  height: 40px !important;
  width: 100% !important;
  padding: 9px 15px !important;
  color: #555 !important;
  font-size: 0.75rem !important;
  margin-left: 0 !important;
  background-color: #fbfbfb !important;
  box-shadow: -2px 6px 7px -7px rgba(0, 0, 0, 0.32) !important;
}
body.vcol-standard .multiselect-native-select button.multiselect:focus, body.vcol-standard .multiselect-native-select button.multiselect:active {
  box-shadow: none !important;
  outline: none !important;
}
body.vcol-standard .multiselect-native-select button.multiselect b.caret {
  display: none;
}
body.vcol-standard .multiselect-native-select .multiselect-container.dropdown-menu.show {
  min-width: 100%;
}
body.vcol-standard .multiselect-native-select .multiselect-container.dropdown-menu.show li a label.checkbox {
  font-size: 0.75rem;
  font-weight: unset;
  padding: unset;
  height: unset;
  margin: unset;
}
body.vcol-standard .multiselect-native-select .multiselect-container.dropdown-menu.show li a label.checkbox input {
  margin-right: 10px;
}
body.vcol-standard .multiselect-native-select .multiselect-container.dropdown-menu.show li a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
body.vcol-standard .gj-datepicker-bootstrap .input-group-append button {
  background: transparent;
  font-size: 0.6rem;
  color: #555;
  border: 0;
}
body.vcol-standard .gj-datepicker-bootstrap .input-group-append button:hover {
  background: transparent;
}
body.vcol-standard .gj-datepicker-bootstrap .input-group-append button:focus, body.vcol-standard .gj-datepicker-bootstrap .input-group-append button:active {
  background: transparent;
  box-shadow: none !important;
  outline: none;
  color: #555;
  border: 0;
  border-color: transparent;
}
body.vcol-standard .gj-datepicker-bootstrap .input-group-append button .gj-icon {
  font-size: 16px;
  top: 12px;
  left: 6px;
}
body.vcol-standard .gj-picker-bootstrap {
  border: 1px solid var(--color-1-1);
  border-radius: 15px;
}
body.vcol-standard .bg-success, body.vcol-standard .badge-success {
  background-color: #0a8f6e !important;
}
body.vcol-standard .bg-gray {
  background-color: #ececec !important;
}
body.vcol-standard .bg-primary {
  background-color: var(--primary-color-lighter) !important;
}
body.vcol-standard .text-normal-1 {
  font-size: 0.9rem !important;
}
body.vcol-standard .text-normal-2 {
  font-size: 0.75rem !important;
}
body.vcol-standard .text-gray {
  color: #969696 !important;
}
body.vcol-standard .text-gray-1 {
  color: #5a5c69 !important;
}
body.vcol-standard .text-green {
  color: var(--primary-color-dark) !important;
}
body.vcol-standard .text-green-1 {
  color: var(--primary-color-darker) !important;
}
body.vcol-standard .text-green-light {
  color: var(--primary-color-light) !important;
}
body.vcol-standard .text-default {
  color: #212529 !important;
}
body.vcol-standard .h0-page-title {
  font-size: 1.8rem;
  font-weight: 600;
}
body.vcol-standard .h0-page-title-bold {
  font-size: 1.8rem;
  font-weight: 800;
}
body.vcol-standard h1.page-title {
  font-size: 1.55rem;
  font-weight: 600;
}
body.vcol-standard .h1-page-title {
  font-size: 1.55rem;
  font-weight: 600;
}
body.vcol-standard h1.page-title-bold {
  font-size: 1.55rem;
  font-weight: 800;
}
body.vcol-standard h2.page-title {
  font-size: 1.25rem;
  font-weight: 600;
}
body.vcol-standard .h2-page-title {
  font-size: 1.25rem;
  font-weight: 600;
}
body.vcol-standard h2.page-title-bold {
  font-size: 1.3rem;
  font-weight: 800;
}
body.vcol-standard h3.page-title {
  font-size: 1rem;
  font-weight: 600;
}
body.vcol-standard h3.page-title-bold {
  font-size: 0.95rem;
  font-weight: 800;
}
body.vcol-standard h4.page-title {
  font-size: 0.85rem;
  font-weight: 600;
}
body.vcol-standard h4.page-title-bold {
  font-size: 0.79rem;
  font-weight: 800;
}
body.vcol-standard .h3-page-title-bold {
  font-size: 0.95rem;
  font-weight: 800;
}
body.vcol-standard .h4-page-title-bold {
  font-size: 0.79rem;
  font-weight: 800;
}
body.vcol-standard .h4-page-title {
  font-size: 0.85rem;
  font-weight: 600;
}
body.vcol-standard .title-small {
  font-size: initial;
}
@media only screen and (max-width: 600px) {
  body.vcol-standard .title-small {
    font-size: 0.7rem !important;
  }
  body.vcol-standard h2.page-title-bold.title-small {
    font-size: 1rem !important;
    margin-top: 0px !important;
  }
}
body.vcol-standard nav.vcol-nav {
  background: linear-gradient(var(--primary-color-lighter), var(--primary-color-light)) !important;
  color: #fff !important;
  font-family: "Lato", sans-serif !important;
}
body.vcol-standard nav.vcol-nav #sidebarToggle {
  color: #fff !important;
}
body.vcol-standard nav.vcol-nav .nav-item a {
  font-size: 1rem !important;
}
body.vcol-standard nav.vcol-nav .nav-item a span {
  font-size: 0.82rem !important;
}
body.vcol-standard nav.vcol-nav .nav-item .nav-link {
  color: #fff !important;
  font-size: 0.75rem;
  margin-left: 10px;
}
body.vcol-standard nav.vcol-nav .nav-item .dropdown-menu a {
  font-size: 0.75rem !important;
  font-family: "Lato", sans-serif !important;
}
body.vcol-standard nav.vcol-nav a.navbar-brand {
  color: #fff !important;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif !important;
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
body.vcol-standard nav.vcol-nav-side {
  background: #fff;
  color: var(--primary-color-dark) !important;
}
body.vcol-standard nav.vcol-nav-side .sb-sidenav-menu .sb-sidenav-menu-heading {
  color: #969696;
  font-size: 0.6rem;
  font-family: "Lato", sans-serif !important;
}
body.vcol-standard nav.vcol-nav-side .sb-sidenav-menu a {
  color: #555 !important;
  font-family: "Lato", sans-serif !important;
  font-size: 0.75rem;
  font-weight: 700;
  border-bottom: 1px var(--color-1-1) solid;
}
body.vcol-standard nav.vcol-nav-side .sb-sidenav-menu a:hover {
  background: var(--color-1);
}
body.vcol-standard nav.vcol-nav-side .sb-sidenav-menu a .sb-nav-link-icon {
  margin-right: 13px;
  color: var(--primary-color-light) !important;
  font-family: "Lato", sans-serif !important;
  font-size: 0.7rem !important;
}
body.vcol-standard nav.vcol-nav-side .sb-sidenav-menu a .sb-sidenav-collapse-arrow {
  margin-right: 10px;
  color: var(--primary-color-dark) !important;
  font-family: "Lato", sans-serif !important;
}
body.vcol-standard .card.vcol-card {
  border: 0;
}
body.vcol-standard .card.vcol-card.card-success {
  background: linear-gradient(var(--primary-color-lighter), var(--primary-color-light)) !important;
  color: #fff;
}
body.vcol-standard .card.vcol-card.card-info {
  background: linear-gradient(to right, rgb(58, 123, 213), rgb(26, 91, 181)) !important;
  color: #fff;
}
body.vcol-standard .table.vcol-table.table-striped > tbody > tr:nth-child(odd) > td, body.vcol-standard .table.vcol-table.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fbfbfb !important;
}
body.vcol-standard .table.vcol-table th, body.vcol-standard .table.vcol-table td {
  border-top: 1px solid #f1f1f1;
}
body.vcol-standard .table.vcol-table td {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  vertical-align: middle;
}
body.vcol-standard .box-filter {
  align-items: center;
  margin-bottom: 15px;
}
body.vcol-standard .box-filter label {
  padding-top: 5px;
  font-weight: 600;
  margin-right: 10px;
}
body.vcol-standard .box-filter button {
  border-radius: 0.3rem;
  font-size: 0.7rem;
  font-weight: 500;
  padding-left: 13px;
  color: #fff;
  padding-right: 13px;
  border-bottom: 4px solid var(--primary-color-dark);
  padding-top: 5px;
  background: var(--primary-color-light);
  margin-left: 5px;
  height: 32px;
}
body.vcol-standard .box-filter .dropdown-menu {
  font-size: 0.75rem;
}
body.vcol-standard .box-filter .input-group {
  border-radius: 20px;
  background-color: var(--color-1);
  padding: 5px;
}
body.vcol-standard .box-filter .input-group .input-group-text {
  border: 0;
  background: transparent;
  font-size: 0.75rem;
}
body.vcol-standard .box-filter .input-group .form-control {
  box-shadow: none;
  background: transparent;
  border: 0;
  font-size: 0.75rem;
  align-items: center;
}
body.vcol-standard .vcol-dropdown .dropdown-item {
  font-size: 0.75rem;
}
body.vcol-standard .vcol-dropdown .dropdown-item:focus, body.vcol-standard .vcol-dropdown .dropdown-item:active {
  background-color: var(--primary-color-light);
  border: 0;
}
body.vcol-standard .box-title .float-right {
  padding-top: 10px;
}
body.vcol-standard .pagination li a {
  background-color: white;
  color: var(--primary-color-light);
}
body.vcol-standard .pagination li a:focus, body.vcol-standard .pagination li a:hover {
  color: #fff;
  background-color: var(--primary-color-lighter);
  border-color: var(--primary-color-lighter);
}
body.vcol-standard .pagination li span:focus, body.vcol-standard .pagination li span:hover {
  color: #fff;
  background-color: var(--primary-color-lighter);
  border-color: var(--primary-color-lighter);
}
body.vcol-standard .pagination .active a {
  color: #fff;
  background-color: var(--primary-color-lighter) !important;
  border: solid 1px var(--primary-color-lighter) !important;
}
body.vcol-standard .pagination .active a:hover {
  background-color: var(--primary-color-lighter) !important;
  border: solid 1px var(--primary-color-lighter);
}
body.vcol-standard .vcol-notif.list-group {
  border-radius: 0;
}
body.vcol-standard .vcol-notif.list-group .list-group-item {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
body.vcol-standard .custom-control label {
  font-size: 0.9rem;
}
body.vcol-standard .modal .modal-content {
  border: 0;
}
@media (min-width: 576px) {
  body.vcol-standard .modal-sm.modal-alert {
    max-width: 398px !important;
  }
}
body.vcol-standard .vcol-list.list-group .list-group-item {
  background-color: transparent;
}
body.vcol-standard .wj-form-control, body.vcol-standard #searchGrid, body.vcol-standard .searchGrid {
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 0.75rem !important;
  align-items: center !important;
  padding-left: 5px !important;
  padding-top: 6px;
  padding-bottom: 6px;
}
body.vcol-standard [class=wj-btn] {
  border-radius: 0.3rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding-left: 13px;
  color: #fff;
  padding-right: 13px;
  border-bottom: 4px solid var(--primary-color-dark);
  padding-top: 5px;
  background: var(--primary-color-light);
  margin-left: 5px;
  height: 32px;
  transition: 0.1s;
}
body.vcol-standard [class=wj-btn]:focus {
  color: #fff;
  border-bottom: 2px;
  box-shadow: -3px 21px 14px -28px rgba(0, 0, 0, 0.94) inset;
}
body.vcol-standard [class=wj-btn]:hover, body.vcol-standard [class=wj-btn]:active {
  background: var(--primary-color-light);
  color: #fff;
}
body.vcol-standard .wj-control .wj-input-group-btn > .wj-btn.wj-btn-default:hover, body.vcol-standard .wj-control .wj-input-group-btn > .wj-btn.wj-btn-default:active, body.vcol-standard .wj-control .wj-input-group-btn > .wj-btn.wj-btn-default:focus {
  background: transparent;
}
body.vcol-standard .wj-input-group .wj-btn {
  border: 0;
  padding-bottom: 3px;
  box-shadow: none;
  align-items: center;
  vertical-align: middle;
}
body.vcol-standard .wj-input-group .wj-btn:focus, body.vcol-standard .wj-input-group .wj-btn:hover, body.vcol-standard .wj-input-group .wj-btn:active {
  background: transparent;
}
body.vcol-standard .wj-input-group .wj-input-group-btn:last-child:not(:first-child) > .wj-btn {
  border: 0;
  box-shadow: none;
}
body.vcol-standard .wj-dropdown-panel .wj-listbox-item label span.sp-select-all {
  font-size: 0.75rem;
}
body.vcol-standard .wj-dropdown-panel .wj-listbox-item label {
  font-size: 0.75rem;
}
body.vcol-standard .vcol-wijmo-grid {
  /* set grid height */
  /* disable alternating rows */
  border: 0;
  box-shadow: none;
  height: auto;
}
body.vcol-standard .vcol-wijmo-grid .wj-glyph-filter {
  color: var(--primary-color-dark);
}
body.vcol-standard .vcol-wijmo-grid .item {
  padding: 20px;
}
body.vcol-standard .vcol-wijmo-grid .item .item-header {
  margin-bottom: 20px;
}
body.vcol-standard .vcol-wijmo-grid .item .item-header .item-title {
  font-size: 0.95rem;
  font-weight: 800;
}
body.vcol-standard .vcol-wijmo-grid .item .item-header .item-title-detail {
  font-size: 0.75rem;
}
body.vcol-standard .vcol-wijmo-grid .item .item-content {
  margin-bottom: 10px;
}
body.vcol-standard .vcol-wijmo-grid .item .item-content .item-content-detail {
  line-height: 60%;
  font-size: 0.75rem;
}
body.vcol-standard .vcol-wijmo-grid .item .item-content .item-content-detail label {
  font-weight: 700;
  font-size: 0.65rem;
  margin-right: 5px;
}
body.vcol-standard .vcol-wijmo-grid .item .item-content.no-line-height .item-content-detail {
  line-height: unset;
}
body.vcol-standard .vcol-wijmo-grid .item .item-date {
  font-size: 0.6rem;
}
body.vcol-standard .vcol-wijmo-grid .wj-alt:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected) {
  background: #fff;
}
body.vcol-standard .vcol-wijmo-grid .wj-header.wj-cell {
  font-weight: bold;
  border-right: 0;
  background: #fff !important;
  border-top: 1px solid #f1f1f1;
  border-bottom: 2px solid #dee2e6;
}
body.vcol-standard .vcol-wijmo-grid .wj-cell {
  vertical-align: middle;
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  background-color: #fff;
}
body.vcol-standard .vcol-wijmo-grid .wj-alt:not(.wj-state-selected):not(.wj-state-multi-selected) {
  background-color: #fff;
}
body.vcol-standard .vcol-wijmo-grid .wj-state-selected {
  color: #000 !important;
}
body.vcol-standard .vcol-wijmo-grid .wj-state-multi-selected {
  background: transparent !important;
  color: #000 !important;
}
body.vcol-standard .vcol-wijmo-grid .wj-row:nth-child(even) > .wj-cell {
  background: #fbfbfb;
}
body.vcol-standard .vcol-wijmo-grid .wj-rowheaders .wj-header.wj-cell {
  vertical-align: middle;
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  background-color: #fbfbfb;
}
body.vcol-standard .vcol-wijmo-grid.editable .wj-cell[aria-readonly=true] {
  background-color: #efefef !important;
  border-color: #fff;
}
body.vcol-standard .vcol-wijmo-grid.editable .wj-state-selected {
  background-color: #f7f7f7 !important;
}
body.vcol-standard .vcol-wijmo-grid.editable .wj-state-multi-selected {
  background-color: #f7f7f7 !important;
}
body.vcol-standard .vcol-wijmo-grid.editable .wj-cell .wj-grid-editor.wj-form-control {
  background-color: #f7f7f7 !important;
}
body.vcol-standard .slider {
  position: relative;
}
body.vcol-standard .slider .h-400 {
  height: 400px;
}
body.vcol-standard .slider .slider-content {
  height: 400px;
  overflow-y: auto;
  overflow-x: auto;
  padding: 0rem 1rem;
  padding-bottom: 2.7rem;
  background-color: #343a40;
}
body.vcol-standard .slider .slider-content img, body.vcol-standard .slider .slider-content canvas {
  margin: auto;
}
body.vcol-standard .slider .slider-footer {
  position: absolute;
  left: 0;
  bottom: -41px;
  width: 100%;
  background: linear-gradient(var(--primary-color-lighter), var(--primary-color-light)) !important;
  color: #fff;
  padding: 0.3rem 0.7rem;
  font-weight: 600;
}
body.vcol-standard .slider.slide .slider-content {
  height: unset;
  overflow-y: unset;
  overflow-x: unset;
  background-color: #f59a13;
}
body.vcol-standard .slider.slide .slider-footer {
  color: #fff;
  bottom: 0;
  background-color: #ed8131;
}
body.vcol-standard .learning-slider {
  position: relative;
}
body.vcol-standard .learning-slider .h-400 {
  height: 400px;
}
body.vcol-standard .learning-slider .slider-content {
  height: 550px;
  overflow-y: auto;
  overflow-x: auto;
  padding: 0rem 1rem;
  padding-bottom: 2.7rem;
  background-color: #343a40;
}
body.vcol-standard .learning-slider .slider-content img {
  margin: auto;
  display: block;
}
body.vcol-standard .learning-slider .slider-content.no-section {
  height: 630px;
}
body.vcol-standard .learning-slider .slider-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(var(--primary-color-lighter), var(--primary-color-light)) !important;
  color: #fff;
  padding: 0.3rem 0.7rem;
  font-weight: 600;
}
body.vcol-standard .learning-slider.slide .slider-content {
  height: unset;
  overflow-y: unset;
  overflow-x: unset;
  background-color: #f59a13;
}
body.vcol-standard .learning-slider.slide .slider-content.no-section {
  height: unset;
}
body.vcol-standard .learning-slider.slide .slider-footer {
  color: #fff;
  background-color: #ed8131;
}
body.vcol-standard .learning-player {
  position: relative;
}
body.vcol-standard .learning-player .controls {
  padding: 10px;
  background: linear-gradient(var(--primary-color-lighter), var(--primary-color-light)) !important;
  color: #fff;
}
body.vcol-standard .learning-player .main {
  position: relative;
}
body.vcol-standard .learning-player .main .learning-button-prev {
  position: absolute;
  background: transparent;
  z-index: 1;
  height: 100%;
  left: 0;
  top: 0;
  width: 100px;
  vertical-align: middle;
  cursor: pointer;
}
body.vcol-standard .learning-player .main .learning-button-prev:hover {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
body.vcol-standard .learning-player .main .learning-button-next {
  position: absolute;
  background: transparent;
  z-index: 1;
  height: 100%;
  right: 0;
  top: 0;
  width: 100px;
  vertical-align: middle;
  cursor: pointer;
}
body.vcol-standard .learning-player .main .learning-button-next:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
body.vcol-standard ul, body.vcol-standard #myUL {
  list-style-type: none;
}
body.vcol-standard #myUL {
  color: #555;
  margin: 0;
  padding: 0;
}
body.vcol-standard .caret {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* Prevent text selection */
}
body.vcol-standard .caret::before {
  content: "▶";
  color: #555;
  display: inline-block;
  margin-right: 6px;
  font-size: 10px;
}
body.vcol-standard .caret-down::before {
  transform: rotate(90deg);
}
body.vcol-standard .nested {
  display: none;
}
body.vcol-standard .nested.active {
  display: block;
}
body.vcol-standard .page-layout-header {
  width: 78%;
}
body.vcol-standard .page-layout-header.full {
  width: 100%;
}
body.vcol-standard .text-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body.vcol-standard .text-ellipsis-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.vcol-standard .text-ellipsis-wijmo {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
body.vcol-standard .text-ellipsis-single-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
body.vcol-standard .text-ellipsis-single-line-4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 45px;
}
body.vcol-standard .new-photo {
  position: relative;
}
body.vcol-standard .new-photo span {
  position: absolute;
  right: 0;
  bottom: 3px;
}
body.vcol-standard .new-photo img.icon {
  position: absolute;
  left: -65px;
  top: 15px;
  width: 40px;
}
body.vcol-standard .member-photo {
  position: relative;
}
body.vcol-standard .member-photo img.icon {
  position: absolute;
  right: -50px;
  top: 15px;
  width: 45px;
}
body.vcol-standard .member-photo img.icon2 {
  position: absolute;
  right: -7px;
  top: 15px;
  width: 45px;
}
@media screen and (max-width: 706px) and (min-width: 320px) {
  body.vcol-standard .new-photo span {
    right: 50px;
  }
  body.vcol-standard .new-photo span.ondemand {
    right: 0px !important;
  }
  body.vcol-standard .new-photo img.icon {
    left: -10px;
    top: -7px;
    width: 30px;
  }
}
@media screen and (max-width: 900px) and (min-width: 707px) {
  body.vcol-standard .new-photo span {
    font-size: 7px;
  }
}
@media screen and (max-width: 1246px) and (min-width: 707px) {
  body.vcol-standard .new-photo img.icon {
    left: -40px;
    width: 25px;
  }
}
body.vcol-standard .text-ellipsis-span {
  display: inline-block;
  min-width: 45px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 11px;
}
body.vcol-standard .text-ellipsis-span-2 {
  display: inline-block;
  min-width: 45px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
}
body.vcol-standard .text-ellipsis-span-chat {
  display: inline-block;
  min-width: 45px;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 11px;
}
@media screen and (max-width: 1427px) and (min-width: 723px) {
  body.vcol-standard .text-ellipsis-span {
    display: inline-block;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 11px;
  }
}
@media screen and (max-width: 722px) and (min-width: 705px) {
  body.vcol-standard .text-ellipsis-span {
    display: inline-block;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 11px;
  }
}
body.vcol-standard .sidenav-exam {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
body.vcol-standard .sidenav-exam a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
body.vcol-standard .sidenav-exam a:hover {
  color: #f1f1f1;
}
body.vcol-standard .sidenav-exam .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  body.vcol-standard .sidenav-exam {
    padding-top: 15px;
  }
  body.vcol-standard .sidenav-exam a {
    font-size: 18px;
  }
}
body.vcol-standard .chat-box {
  position: relative;
  background: #fff;
}
body.vcol-standard .chat-box .chat-header {
  padding: 20px;
  padding-bottom: 20px;
  background-color: var(--qa-bgcolor);
  border-bottom: 1px solid #dedede;
}
body.vcol-standard .chat-box .chat-header img {
  float: left;
  width: 60px;
  margin-right: 20px;
}
body.vcol-standard .chat-box .chat-header span.chat-title {
  margin-top: 5px;
  float: left;
  text-align: left;
  display: block;
}
body.vcol-standard .chat-box .chat-header span.chat-title .name {
  font-weight: 700;
  font-size: 14px;
}
body.vcol-standard .chat-box .chat-container {
  padding: 20px;
  margin-top: 10px;
  overflow: auto;
}
body.vcol-standard .chat-box .chat-container .message-box {
  overflow: auto;
}
body.vcol-standard .chat-box .chat-container .message-box .bubble {
  position: relative;
  display: initial;
  padding: 15px 20px;
  margin-bottom: 26px;
  margin-top: 43px;
}
body.vcol-standard .chat-box .chat-container .message-box .img-message {
  width: 80%;
  display: block;
  margin: 0 auto;
}
body.vcol-standard .chat-box .chat-container .message-box.receiver .btn-action.reply {
  right: -10px;
}
body.vcol-standard .chat-box .chat-container .message-box.receiver .btn-action.delete {
  left: 0px;
}
body.vcol-standard .chat-box .chat-container .message-box.sender .btn-action.reply {
  left: -10px;
}
body.vcol-standard .chat-box .chat-container .message-box.sender .btn-action.delete {
  right: 0px;
}
body.vcol-standard .chat-box .chat-container .message-box .action .btn-action.delete {
  bottom: -10px;
  top: unset;
}
body.vcol-standard .chat-box .chat-container .message-box.receiver .user {
  left: 5px;
}
body.vcol-standard .chat-box .chat-container .message-box.sender .user {
  right: 5px;
}
body.vcol-standard .chat-box .chat-container .message-box .user {
  z-index: 1;
  font-size: 10.3px;
  top: -20px;
  position: absolute;
  color: #333;
}
body.vcol-standard .chat-box .chat-container .message-box.receiver .detail {
  right: 21px;
}
body.vcol-standard .chat-box .chat-container .message-box.sender .detail {
  left: 21px;
}
body.vcol-standard .chat-box .chat-container .message-box .detail {
  z-index: 1;
  font-size: 10.3px;
  bottom: -16px;
  position: absolute;
  color: #333;
}
body.vcol-standard .chat-box .chat-container .message-box .action .btn-action {
  z-index: 1;
  top: -10px;
  position: absolute;
  background: #fff;
  width: 25px;
  height: 25px;
  font-size: 9px;
  border-radius: 50px;
  box-shadow: -2px 0px 6px -1px rgba(0, 0, 0, 0.41);
  color: #333;
}
body.vcol-standard .chat-box .chat-container .message-box .action .btn-action:focus {
  outline: none;
  box-shadow: none;
}
body.vcol-standard .chat-box .chat-container .message-box .action .btn-action.active {
  color: #fff;
  background: var(--primary-color-dark);
}
body.vcol-standard .chat-box .chat-container .message-box.receiver .bubble {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #dedede;
  margin-right: 20px;
  float: left;
}
body.vcol-standard .chat-box .chat-container .message-box .reply-message {
  z-index: 1;
  font-size: 10.3px;
  width: 100%;
  top: -43px;
  position: absolute;
}
body.vcol-standard .chat-box .chat-container .message-box .reply-message .reply-message-text {
  font-weight: 900;
}
body.vcol-standard .chat-box .chat-container .message-box.receiver .reply-message {
  left: 5px;
}
body.vcol-standard .chat-box .chat-container .message-box.sender .reply-message {
  text-align: right;
  right: 5px;
  color: #333;
}
body.vcol-standard .chat-box .chat-container .message-box.sender .bubble {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: var(--primary-color-lighter);
  float: right;
  margin-left: 20px;
  color: white;
}
body.vcol-standard .chat-box .chat-message {
  margin-top: 20px;
  padding: 20px;
  background-color: var(--qa-bgcolor);
}
body.vcol-standard .chat-box .chat-message .input-group {
  background-color: transparent;
  border-radius: 10px;
  border: 0;
  border: 2px solid #ececec;
}
body.vcol-standard .chat-box .chat-message .input-group input {
  background-color: transparent;
  padding: 25px 20px;
  font-size: 12px;
  border: 0;
}
body.vcol-standard .chat-box .chat-message .input-group textarea {
  background-color: #fff;
  padding: 15px 20px;
  font-size: 12px;
  border: 0;
  overflow-y: hidden;
  resize: none;
}
body.vcol-standard .chat-box .chat-message .input-group input:focus {
  outline: none;
  box-shadow: none;
}
body.vcol-standard .chat-box .chat-message .input-group textarea:focus {
  outline: none;
  box-shadow: none;
}
body.vcol-standard .chat-box .chat-message .input-group .input-group-text {
  border-radius: 10px;
  border: 0;
  background-color: #fff;
}
body.vcol-standard table.table-mobile .mobile-content {
  display: none;
}
body.vcol-standard table.table-mobile .mobile-content-btn {
  display: none;
}
body.vcol-standard table.table-mobile .hide-content-cell {
  display: unset;
}
body.vcol-standard table.table-mobile td.mobile-content-td {
  display: none;
}
body.vcol-standard table.table-mobile br.break-mobile-tm {
  display: none;
}
body.vcol-standard table.table-mobile .hide-btn-title {
  display: unset;
}
@media (min-width: 1300px) and (max-width: 1824px) {
  body.vcol-standard table.table-mobile .hide-btn-title {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) {
  body.vcol-standard table.table-mobile {
    border: 0;
  }
  body.vcol-standard table.table-mobile caption {
    font-size: 1.3em;
  }
  body.vcol-standard table.table-mobile .mobile-content {
    display: unset;
  }
  body.vcol-standard table.table-mobile .mobile-content-btn {
    display: inline-block;
  }
  body.vcol-standard table.table-mobile .hide-content-cell {
    display: none;
  }
  body.vcol-standard table.table-mobile br.break-mobile-tm {
    display: unset;
  }
  body.vcol-standard table.table-mobile td.mobile-content-td {
    display: block;
  }
  body.vcol-standard table.table-mobile thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  body.vcol-standard table.table-mobile tr {
    border-bottom: 3px solid #ddd;
    border-top: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  body.vcol-standard table.table-mobile td {
    display: block;
    font-size: 0.8em;
    text-align: right;
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
  }
  body.vcol-standard table.table-mobile td.image-content {
    text-align: left;
  }
  body.vcol-standard table.table-mobile td.empty-td {
    display: none;
  }
  body.vcol-standard table.table-mobile td.image-content .block-thumb {
    width: 100% !important;
  }
  body.vcol-standard table.table-mobile td.title-content {
    text-align: left;
  }
  body.vcol-standard table.table-mobile td.hide-content {
    display: none;
  }
  body.vcol-standard table.table-mobile td.overflow-td {
    overflow: auto;
  }
  body.vcol-standard table.table-mobile td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  body.vcol-standard table.table-mobile td div.data-right {
    float: right;
  }
  body.vcol-standard table.table-mobile td::after {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: ".";
    color: transparent;
  }
  body.vcol-standard table.table-mobile td:last-child {
    border-bottom: 0;
  }
}
body.vcol-standard table.table-mobile-list .mobile-content {
  display: none;
}
body.vcol-standard table.table-mobile-list .mobile-content-btn {
  display: none;
}
body.vcol-standard table.table-mobile-list .hide-content-cell {
  display: unset;
}
body.vcol-standard table.table-mobile-list td.mobile-content-td {
  display: none;
}
body.vcol-standard table.table-mobile-list br.break-mobile-tm {
  display: none;
}
@media screen and (max-width: 1300px) {
  body.vcol-standard table.table-mobile-list {
    border: 0;
  }
  body.vcol-standard table.table-mobile-list caption {
    font-size: 1.3em;
  }
  body.vcol-standard table.table-mobile-list .mobile-content {
    display: unset;
  }
  body.vcol-standard table.table-mobile-list .mobile-content-btn {
    display: inline-block;
  }
  body.vcol-standard table.table-mobile-list .hide-content-cell {
    display: none;
  }
  body.vcol-standard table.table-mobile-list br.break-mobile-tm {
    display: unset;
  }
  body.vcol-standard table.table-mobile-list td.mobile-content-td {
    display: block;
  }
  body.vcol-standard table.table-mobile-list thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  body.vcol-standard table.table-mobile-list tr {
    border-bottom: 3px solid #ddd;
    border-top: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  body.vcol-standard table.table-mobile-list td {
    display: block;
    font-size: 0.8em;
    text-align: right;
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
  }
  body.vcol-standard table.table-mobile-list td.image-content {
    text-align: left;
  }
  body.vcol-standard table.table-mobile-list td.empty-td {
    display: none;
  }
  body.vcol-standard table.table-mobile-list td.image-content .block-thumb {
    width: 100% !important;
  }
  body.vcol-standard table.table-mobile-list td.title-content {
    text-align: left;
    padding-left: 0.75rem !important;
  }
  body.vcol-standard table.table-mobile-list td.hide-content {
    display: none;
  }
  body.vcol-standard table.table-mobile-list td.overflow-td {
    overflow: auto;
  }
  body.vcol-standard table.table-mobile-list td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  body.vcol-standard table.table-mobile-list td div.data-right {
    float: right;
  }
  body.vcol-standard table.table-mobile-list td:last-child {
    border-bottom: 0;
  }
}
body.vcol-standard table.table-mobile-home img.course-pr-img {
  width: 90px;
}
body.vcol-standard table.table-mobile-home .mobile-content {
  display: none;
}
@media screen and (max-width: 1351px) {
  body.vcol-standard table.table-mobile-home {
    border: 0;
  }
  body.vcol-standard table.table-mobile-home caption {
    font-size: 1.3em;
  }
  body.vcol-standard table.table-mobile-home thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  body.vcol-standard table.table-mobile-home tr {
    border-bottom: 3px solid #ddd;
    border-top: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  body.vcol-standard table.table-mobile-home td {
    display: block;
    font-size: 0.8em;
    text-align: right;
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
  }
  body.vcol-standard table.table-mobile-home td.image-content {
    text-align: left;
  }
  body.vcol-standard table.table-mobile-home td.title-content {
    text-align: left;
  }
  body.vcol-standard table.table-mobile-home td.hide-content {
    display: none;
  }
  body.vcol-standard table.table-mobile-home img.course-pr-img {
    width: 180px;
  }
  body.vcol-standard table.table-mobile-home .mobile-content {
    display: unset;
  }
  body.vcol-standard table.table-mobile-home td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  body.vcol-standard table.table-mobile td::after {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: ".";
    color: transparent;
  }
  body.vcol-standard table.table-mobile-home td:last-child {
    border-bottom: 0;
  }
}
body.vcol-standard .badge-exam {
  padding: 7px;
  font-weight: 800;
  font-size: 12px;
}
body.vcol-standard .badge-exam.pass {
  background-color: #007bff;
}
body.vcol-standard .badge-exam.fail {
  background-color: #c00000;
}
body.vcol-standard .input-group-select select.form-control {
  padding: 0px;
}
body.vcol-standard .input-group-select .bootstrap-select button[role=combobox].dropdown-toggle {
  border: 0px;
}
body.vcol-standard .modal-loader {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  border-radius: 0.3rem;
  display: none;
}
body.vcol-standard .modal-loader .loader-content {
  background-color: white;
  padding: 40px;
  width: 60%;
  margin: 50px auto;
  border-radius: 0.3rem;
}
body.vcol-standard .main-loader {
  width: 48px;
  height: 48px;
  border: 3px solid var(--primary-color-lighter);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
body.vcol-standard .main-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: var(--primary-color-dark);
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.vcol-standard div.custom-control-right {
  padding-right: 24px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
body.vcol-standard div.custom-control-right .custom-control-label::after {
  right: -1.5rem;
  left: auto;
}
body.vcol-standard div.custom-control-right .custom-control-label::before {
  right: -2.35rem;
  left: auto;
}/*# sourceMappingURL=main.css.map */
