/* Sticky Footer Classes -v */

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  padding-bottom: 160px;
  /* Margin bottom by footer height */
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}

* {
  min-height: 0.1rem;
}


.btn {
  border-radius: 0;
}

.btn-selected.toggle-view,
.toggle-filter.btn-selected {
  color: #212529;
}

#dropdownMenuButton{
  border:none !important;
}

.btn-player-settings{
  margin-right: 0;
  display: flex;
}

.btn-back-mobile {
  background-color: transparent;
  border: transparent;
  display: none;
}

.btn-back-mobile-icon {
  color:#376bb4;
}

.btn-back-mobile-icon :hover {
  color:#89d3da;
}

.btn:focus,
.btn:active {
  box-shadow: none !important;
  outline: 0px !important;
}


/* Ticket Tables */
#loadTickets,
#loadExpiredTickets {
  overflow-x: auto;
}

.table-tickets td,
.table-tickets th {
  white-space: nowrap;
}

.table-tickets {
  width: 100%;
}

.table-tickets tr {
  border-bottom: 1px solid #E9E9E9;
}

.table-tickets .td-edit,
.table-tickets .td-delete {
  width: 60px;
  text-align: center;
}

/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
#tbl-files_wrapper {
  overflow-x: auto;
  padding-bottom: 1rem;
}
*/

#tbl-wrapper {
  overflow-x: auto;
  padding-bottom: 1rem;
}

/* Alerts */

.alert-success {
  background: #00b159;
  color: #fff;
}



/* Utility Area */

.util-box {
  padding-top: 0;
}

/* Home Banner */

.bg-cover {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.25;
  background: #000000;
}

.jumbotron .jumbo-copy {
  position: relative;
  z-index: 100;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.35);
}

.jumbotron .jumbo-copy a {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1)
}

.jumbotron .jumbo-copy a:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);

}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  .jumbotron {
      padding: 4rem 2rem;
  }
}

/* Stage Styles */
.new-modal.overlay-override-modal {
  background-color: none;
}
.new-modal-content.overlay-override-content {
  width: 53% !important; 
}

/* .overlay-override-content .stage-overlay {
  height: 100%;
  padding: 15px;
}

.overlay-override-content .stage-overlay .stage-nextbox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.touchpoint-overlay {
  background-color: #4f4f4f;
  border-radius:5px;
}
.touchpoint-overlay .touchpoint-header {
  border-bottom:1px solid white;
}
.touchpoint-overlay .touchpoint-row i {
  font-size:1.25rem;
  padding-top: 10px;
}
.touchpoint-row .unlock-date {
  padding-left: 0;
  padding-top: 5px;
  
}
.touchpoint-overlay .unlock_date {
  font-size:1rem;
}
.touchpoint-overlay .upcoming-touchpoints {
  font-size:1.25rem;
}
.touchpoint-overlay .touchpoint-spacing {
  display:none;
}
.touchpoint-overlay .unlock-date-text {
  display:none;
}
@media screen and (max-width: 768px) {
  .touchpoint-row .unlock-date {
    padding-left: 15px;
    flex: 0 0 75%;
    max-width: 75%;
    font-size: 14px;
  }
  .touchpoint-overlay .unlock_date {
    display:none
  }
  .touchpoint-overlay .upcoming-touchpoints {
    font-size:16px;
  }
  .touchpoint-overlay .lock-icon {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .touchpoint-overlay .touchpoint-summary {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .touchpoint-overlay .touchpoint-spacing {
    display:block;
  }
  .touchpoint-overlay .unlock-date-text {
    display:inline;
  }
}
.stage-overlay {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-lighttrans {
  background-color: rgba(255, 255, 255, 0.08);
}

.bg-lightgrey {
  background: #f8f8f8;
}

.stage-nextbox a:hover div {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
}

.stage-nextbox a {
  text-decoration: none;
}

.upnext-img {
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: 50% 50%;
}

.stagearea {
  height: 720px;
}

header {
  border-bottom: 6px solid #00b159;
}

.border-shade {
  height: 1rem;
}


/* Modal Classes */

#modal-receipt {
  width: 100%;
  max-width: 700px;
}

/* Navigation Classes */

a {
  color: #00b159;
  text-decoration: none;
}


a:hover {
  color: #00b159;
}

.content .nav-link {
  margin-right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.04);
}

.logo-link {
  max-width: 40%;
}

.logo-link img {
  max-width: 100%;
}

.navbar-nav .nav-link {
  padding: 0;
}

.nav-link {
  margin-right: 1rem;
  margin-bottom: 2px;
}

.nav-item.active {
  border-bottom: 0rem solid #00b159;
}

.nav-resume .nav-link {
  width: 100%;
}

.nav-generator .nav-link {
  width: 100%;
}

.nav-generator .nav-link:hover,
.nav .nav-generator .nav-link.active {
  background: #E9E9E9;
  color: #000000;
}

/*
  DEPRECATED ON 2022-07-21 BY Jacky Luong
*/
/*
.btn-midstack {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
*/

.btn-addone {
  background-color: #dedede;
  color: #777777;
  width: 100%;
}

.btn-addone:hover {
  color: #777777;
  background-color: #E9E9E9;
}
/*
.btn-icon {
  color: #777;
}

.btn-icon:hover {
  color: #D43F3F;
}
*/

.btn-addone-green {
  width: 100%;
  background-color: #00b159;
  color: #fff;
}

.btn-addone-green:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-default {
  background-color: #00b159;
  color: #fff;
}

.btn-default:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-default-gray {
  background-color: #dedede !important;
  color: #777777;
  border: none;
}

.btn-default-gray:hover {
  color: #777777;
  background-color: #E9E9E9;
}

.btn-outline-light:hover {
  color: #E64C38;
}
*/

.util-box .btn {
  padding: 0.1rem;
}

a:hover {
  text-decoration: none;
}

.fa-lg {
  font-size: 1.1rem;
}

.view-icons .fas {
  font-size: 1.25rem;
}


#mainNav .dropdown-menu {
  background: #f2f2f2;
  border-width: 0px;
}

.more-menu .dropdown-menu li {
  padding-left: 15px;
}

.more-menu .dropdown-menu li:hover {
  background-color: #ced4da;
}


/* Progress Indicators */

.progress {
  border-radius: 0;
  height: 6px;
}

.bg-prog {
  background-color: #00b159;
}


.progress-dot {
  overflow: visible;
  height: 6px;
}

.progress-bar-dot {
  position: relative;
}

.prog-dot {
  position: absolute;
  right: -5px;
  top: -2px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
}

/* Filter Bar */

.filterbar {
  background-color: #00b159;
}

.btn-filter {
  background-color: transparent;
  color: #fff;
}

.btn-filter:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

/*
  DEPRECATED ON 2022-07-21 BY Jacky Luong
*/
/*
.btn-selected {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.btn-selected:hover {
  color: #fff;
}
*/

/* Tile Classes */

.tile>div {
  border-color: #dedede;
  background-color: #fff;
}

.tile-catalog {
  border: 1px solid #dedede;
  border-radius: 4px 4px 0px 0px;
}


.tile-head {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-radius: 4px 4px 0px 0px;
  min-height: 65px; /*remove once dynamic fix in place*/

}

.tile-img {
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  background-color: lightblue;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 12rem;
  height: 12rem;
}

.tile-progress {
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  padding: 2px 0px;
  box-shadow: none;
}

.tile-desc {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-radius: 0px 0px 4px 4px;
}

.courselink {
  margin: 4px 14px;
}

.tile-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  color: #fff;
  width: 10rem;
  height: 2.5rem;
  transition: all 0.25s ease-out;
  background: rgba(0, 0, 0, 0.65);
}

a.tile-btn:hover {
  border-radius: 0rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
}

.tile-resume-slide {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  transition: all 0.4s ease-out;
}

.tile-overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.tile-btn:hover .tile-resume-slide {
  opacity: 1;
  margin: 0;
}

.info-text {
  font-size: 0.8rem;
}

.text-14 {
  font-size: 0.9rem;
}

/*
  DEPRECATED ON 2022-07-21 BY Jacky Luong
*/
/*
.tile-catalog-overlay {
  position: absolute;
  opacity: 0;
  margin: 0;
  transition: all 0.4s ease-out;
}
*/

.catalog-overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.btn-cattile-more, .locked-message{
  width: 100%;
  height: 100%;
  text-align: left;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: all 0.4s ease-out;
}


.btn-cattile-more:hover {
  color: #f2f2f2;
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
}


.btn-coursedesc {
  height: 55px;
  border: 0;
  align-items: center;
}

.btn-coursecost {
  width: 135px;
  height: 55px;
  background-color: #E64C38;
  color: #f2f2f2;
  border: 0;
  align-items: center;
  justify-content: center;
}

.btn-coursecost:hover span {
  display: none;
}

.btn-coursecost:hover::after {
  content: "Add to cart";
}

.cart-qty-input {
  display: inline-block;
  font-size: 14px;
  max-width: 70px;
  margin-top: 10px;
  text-align: center;
}

.enroll-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 6px 3px 6px;
  background: #00b159;
  color: #fff;
  border-radius: 0 0 25px 25px;
}



.input-wrap {
  border: 1px solid #ced4da;
  border-radius: 0.25em;
}

.input-wrap input {
  border: 0px;
}


.task-list {
  border: 0px;
  border-radius: 0;
  border-top: 1px solid #e1e1e1;
}

.task-list .card-header {
  background-color: #fff;
}

.task-list+.task-list {
  border-top: 0px;
}
*/

/*-- Tile Sizes --*/

.tile-one .tile-img {
  min-height: 22rem;
}

.tile-two .tile-img {
  min-height: 18rem;
}

.tile-three .tile-img {
  min-height: 12rem;
}
*/

/* Catalog styles */

.catalog-actions {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
}

.tile .catalog-courselist {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-radius: 0px 0px 4px 4px;
}

.catalog-desc li {
  margin-bottom: 4px;
}

.catalog-list-thumb img {
  width: 4.5rem;
}

/*
  DEPRECATED ON 2022-07-21 BY Jacky Luong
*/
/*
.catalog-infohead {
  width: 4rem;
}
*/

.cart-badge {
  position: fixed;
  display: none;
  z-index: 999;
  width: 4rem;
  height: 4rem;
  top: 150px;
  right: 2%;
  padding: 1.3rem 0 0 0;
  text-align: center;
  border-radius: 2rem;
  background: #00b159;
  color: #fff;
}

.cart-badge:hover {
  color: rgba(255, 255, 255, 0.6);
}

.addtoenroll {
  justify-content: center;
  align-items: center;
}

.btn-add {
  height: 55px;
  width: 10rem;
  border: 0;
  justify-content: center;
  align-items: center;
}

.btn-mask {
  position: relative;
  width: 160px;
  height: 50px;
  color: #fff;
  overflow: hidden;
}

/*
  DEPRECATED ON 2022-07-21 BY Jacky Luong
*/
/*
.btn-added {
  background: #00b159;
}
*/

/*
  DEPRECATED ON 2022-07-21 BY Jacky Luong
*/
/*
.btn-wrapper {
  position: relative;
  color: #ffffff;
}
*/

.cat-item-added {
  background: #00b159;
}

.cat-item-added .btn-cat-add {
  display: none;
}

.cat-item-added-ilt .btn-cat-add-ilt {
  display: none;
}

.cat-item-added .txt-cat-added {
  display: block;
}

.cat-item-added-ilt .txt-cat-added-ilt {
  display: block;
  background: #00b159;
}

.txt-cat-added-ilt {
  display: none;
}

.cat-item-added .btn-cat-remove {
  left: 128px;
}

.btn-mask-ilt {
  width: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 38px;
}

.btn-cat-add {
  position: absolute;
  padding: 12px 18px;
  text-align: left;
  width: 160px;
  height: 55px;
  transition: all 0.3s;
}

.txt-cat-added {
  position: absolute;
  display: none;
  padding: 13px 20px;
  height: 55px;
  transition: all 0.3s;
}

.btn-cat-remove {
  position: absolute;
  left: 160px;
  top: 0;
  padding: 12px 8px;
  color: rgba(255, 255, 255, 0.7);
  background: #D43F3F;
  transition: all 0.4s ease-in-out;
}

.btn-cat-remove:hover {
  color: rgba(255, 255, 255, 1);
}
/*

/* Glossary */

.glossary-search {
  position: relative;
  padding-top: 1rem;
  border-bottom: 2px solid #54565B;
}

.glossary-search-input {
  font-size: 1.8rem;
  border: 0px;
  padding: 10px 0;
}

.glossary-search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B9B9B9;
  opacity: 1;
  /* Firefox */
}

.glossary-search-input:focus {
  outline: none;
}

.glossary-search button {
  padding: 10px;
  background: none;
  border: 0;
}

.glossary-search button {
  padding: 10px;
  background: none;
  border: 0;
}

.glossary-nav .nav-item {
  background: none;
  font-size: 24px;
  font-weight: bold;
  margin-right: 2px;
  padding: 24px;
}

.glossary-nav .nav-item.disabled {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: #b4b4b4;
}

.glossary-nav .nav-item:hover {
  background: #707070;
  text-decoration: none;
  color: #fff;
}

.glossary-content .card {
  margin-bottom: 0.75rem;
}

.glossary-nav #suggestion-box {
  position: absolute;
  top: 102%;
  width: 100%;
  padding: 0.15rem;
  border: 2px solid #E9E9E9;
  background-color: #fff;
  z-index: 999 !important;
}

#term-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}


#term-list li {
  font-size: 1.25rem;
  padding: 0.3rem 1rem;
}

#term-list li:hover {
  background-color: #E9E9E9;
}
*/

/* List View Styles */

.border-list {
  border-left: 0.5rem solid #00b159;
}

.list-play a {
  color: #bbb;
  font-size: 1.8rem;
  line-height: 1rem;
}


.list-play a:hover {
  text-decoration: none;
  color: #00b159;
}
*/

/*-- ILT Sessions --*/

.session-head {
  font-size: 0.75rem;
  border-bottom: 1px solid #707070;
}

.single-session .session-year {
  min-width: 66px;
}

/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*.multi-session .session-year {
  min-width: 125px;
}*/

.session-item {
  font-size: 0.875rem;
  border-bottom: 1px solid #dedede;
}

.session-instructor {
  border-bottom: 1px solid #dedede;
}

.session-item:hover {
  background: #f2f2f2;
}

.session-date-wrapper {
  display: inline;
  border-radius: 6px;
  border: 1px solid #707070;
}

.session-month {
  font-size: 0.75rem;
  padding: 5px 16px;
  text-align: center;
}

.end-m {
  padding-left: 1.5rem;
  background-image: url('/img/assets/date-range-divider.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.session-day {
  font-size: 1.4rem;
  line-height: 1.4rem;
}


.session-location {
  font-size: 1.25rem;
  line-height: 1.4rem;
}

.event-details {
  font-size: 0.75rem;
  border-bottom: 1px solid #dedede;
}

/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
.event-head {
  border-bottom: 1px solid #707070;
}
*/

/*-- Instructor Section --*/

.action-item:not(:last-child) {
  border-bottom: 1px solid #dedede;
}

/*-- Image Zoomer --*/

.img-zoom-container {
  position: relative;
  cursor: pointer;
}

.img-zoom-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  font-size: 36px;
}

.zoom-icon {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  border-radius: 100%;
  padding-top: 10px;
}

.img-zoom-container:hover .overlay {
  opacity: 1;
}
/*

/*-- Exam Styles --*/

.q-timer {
  height: 40px;
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.q-timer div {
  height: 100%;
}

.q-title {
  border-radius: 50px 0 0 50px;
  font-size: 1.13rem;
  font-weight: 600;
  padding: 0.25rem 1.4rem 0 0.8rem;
}

.q-time {
  border-radius: 0 50px 50px 0;
  background-color: #fff;
  font-size: 1.31rem;
  min-width: 100px;
  padding: 0.1rem 0 0 1.5rem;
}

.q-img {
  padding-left: 1rem;
  justify-content: center;
}

.q-img-full {
  width: 100%;
  max-width: 1024px;
}

.q-question {
  font-size: 1.33rem;
  line-height: 1.4rem;
}

.q-question blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  unicode-bidi: isolate;
}

.q-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.q-form ul li {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

.q-feedback {
  background: #F2F2F2;
}

.q-form [type="radio"]:checked,
.q-form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.q-form [type="radio"]:checked+label,
.q-form [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
}

.q-form [type="radio"]:checked+label:before,
.q-form [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border: 2px solid #E9E9E9;
  border-radius: 100%;
  background: #E9E9E9;
}

.q-form [type="radio"]:checked+label:after,
.q-form [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 20px;
  height: 20px;
  background: #00b159;
  position: absolute;
  top: 4px;
  left: 2px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.q-form [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.q-form [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Scale Radios */

.q-form .l-scale [type="radio"]:checked+label,
.q-form .l-scale [type="radio"]:not(:checked)+label {
  position: relative;
  text-align: center;
  padding-left: 0px;
  cursor: pointer;
  line-height: 28px;
  height: 50px;
  display: inline-block;
}

.q-form .l-scale [type="radio"]:checked+label:before,
.q-form .l-scale [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid #E9E9E9;
  border-radius: 100%;
  transform: translateX(-50%);
  background: #E9E9E9;
}

.q-form .l-scale [type="radio"]:checked+label:after,
.q-form .l-scale [type="radio"]:not(:checked)+label:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #00b159;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-scale .l-label {
  font-size: 1em;
}
.scale-question-type .scale-li {
  border: 2px solid lightgray;
  padding: 0.75rem;
  border-radius: 10px;
}
.scale-question-type .scale-li label{
  margin-left: 10px;
}

.scale-question-type img {
  float: right;
  max-width: 2.5rem;
}

.scale-question-type img {
  float: right;
  max-width: 2.5rem;
}

.answer-trigger{
  all: unset;
  cursor: pointer;
}

.q-checkme {
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 2px;
  margin-right: 10px;
}

.select-correct {
  color: #00B159;
}

.select-incorrect {
  color: #D43F3F;
}
/*

/* Form Styles */

input {
  padding: 8px 8px;
  border-radius: 5px;
  border: 1px solid #707070;
  /* margin: 2px 0px 2px 0px; */
}

input[type="checkbox"] {
  position: relative;
  top: 3px;
  margin-right: 15px;
  width: 1.2em;
  height: 1.2em;
}

/*
  DEPRECATED ON 2022-07-21 BY Jacky Luong
*/
/*
.lo-task .card-header {
  background-color: white;
  border-left: 8px solid #00b159;
}

.lo-task input[type="checkbox"] {
  top: 0;
}

.lo-task label {
  margin-bottom: 0;
}

.lo-task .card-body {
  padding-left: 55px;
}

.lo-task .card-body h6 {
  font-weight: 600;
  letter-spacing: 0.05em;
}
*/

select {
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #707070;
  margin-bottom: 15px;
  ;
}

select.default {
  color: red;
}

.border-col-r {
  border-right: 0;
}

.divideOr {
  position: relative;
  border-top: 1px solid #252627;
  height: 0;
  margin: 20px 0px;
}

.divideOr span {
  position: absolute;
  top: -15px;
  left: 47%;
  background-color: #fff;
}

/*
  DEPRECATED ON 2022-07-21 BY Jacky Luong
*/
/*
.abcRioButton {
  box-shadow: none !important;
  border: 1px solid #777777;
  border-radius: 5px !important;
}
*/

/* Profile Styles */

.edit-row {
  background-color: #f3f3f3;
}

.edit-link {
  border: 1px solid #fff;
}

.edit-link a.btn-edit {
  display: block;
}

.edit-link:hover {
  border-radius: 5px;
  border: 1px solid #B9B9B9; 
}

.edit-link:hover a.btn-edit {
  display: block;
}

/* Button Styles */

.btn-pill {
  border-radius: 50px;
  padding: 0.5rem 2rem;
  font-size: 1.125rem;
}

.btn-secondary {
  background: #B9B9B9;
  border: 0px;
}
/*

/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/* Resume Classes */
/*
.resume-download {
  background-color: #f1f1f1;
}
*/

.resume-title {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
/*
#my-resume table td, #my-resume table th{
  padding: 2px 50px 6px 0px;
  vertical-align: top;
}
*/

/* Footer Classes */

.footer-column {
  background-color: #66696d;
}

.footer-title {
  background-color: #54565B;
}

.footer-bottom {
  background-color: #252627;
}
*/

.footer-logo {
  max-width: 100px;
}

.footer-logo-sm {
  padding-bottom: 5px;
  padding-right: 10px;
  width: 70px;
}

.file-select {
  border-color: #ced4da;
  width: 100%;
  max-width: 480px;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {

  /* Alerts */
  /*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
  */
  /*
  .modal-img {
    max-width: 1024px;
  }


  .modal.showx .modal-dialog {
    top: 50%;
    transform: translate(0, -75%);
  }
  */
  .img-zoom-container .overlay {
    opacity: 1;
  }

  .exam-info {
    border-left: 0px solid #B9B9B9;
  }

  #term-list li {
    font-size: 1.1rem;
    padding: 0.15rem 0.5rem;
  }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
  .border-col-r {
    border-right: 1px solid #E9E9E9;
  }

  .edit-link a.btn-edit {
    display: none;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
  }

  .logo-link {
    max-width: none;
  }

  .logo-link img {
    max-width: 250px;
    max-height: 65px;
  }

  .navbar {
    align-items: flex-start;
  }

  .util-box {
    padding-top: 0.5rem;
  }

  .navbar-expand-md {
    flex-wrap: wrap;
  }

}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .exam-info {
    border-left: 1px solid #B9B9B9;
  }

  .glossary-nav .nav-item {
    font-size: 14px;
    padding: 6px;
  }

}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

}


#sessExpirDiv {
  border: none;
  background-color: #FF6666;
  color: #FFF;
  font-family: 'Lato', Arial;
  margin: 0px;
  font-size: 18px;
  line-height: 18px;
  position: fixed;
  width: 100%;
  height: 54px;
  text-align: center;
  z-index: -999999;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#sessExpirP {
  margin-top: 16px;
  padding: 0px;
}

.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #f1f1f1;
  color: #666;
  top: 10px;
  height: 20px;
  width: 20px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}

.form-radio:checked::before {
  position: absolute;
  font: 13px/1 'Open Sans', sans-serif;
  left: 7px;
  top: 5px;
  content: '\02143';
  transform: rotate(40deg);
  font-weight: bold;
  color: #000000;
}

.form-radio:hover {
  background-color: #f7f7f7;
}

.form-radio:checked {
  background-color: #f1f1f1;
}

/* style for list items for switching languages*/

.customActive{
  color: #5a5d5f;
  font-weight: bold;
  border-left: 5px solid #62aaf7;
  padding: 0.75rem 2.25rem;
}

.customInactive {
  padding: 0.75rem 2.5rem;
}

.enrolled_msg {
  display: inline-flex;
  align-items: center;
}


@media screen {
  #printSection {
    display: none;
  }
}

@media print {
  body * {
    visibility: hidden;
  }

  #printSection,
  #printSection * {
    visibility: visible;

  }

  #printSection {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.doc-read .page-link {
  background-color: #8ba7c5;
  color: #ffffff;
}


.word-break-all {
  word-break: break-all;
}

.left-matching-item {
  background-image: url("../../img/left.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0px solid rgba(0, 0, 0, .125);
}

.right-matching-item {
  background-color: transparent;
  padding-left: 50px;
  background-image: url("../../img/right.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0px solid rgba(0, 0, 0, .125);
}

.newsfeed {
  margin-bottom: 30px;
}

.news_heading {
  border-bottom: 1px solid #ccc;
}

.newsfeed_img {
  float: left;
  width: 320px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.newsfeed_banner {
  margin-bottom: 30px;
}

.newsfeed hr {
  clear: both;
}

.newsfeed>.date_release {
  font-style: italic;
  color: #666;
}

.newsfeed p {
  margin: 2px;
}
*/

/* Swiper Banner */

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  height: auto;
  background-size: cover;
  background-position: center center;
  color: #fff;
  background-color: #B9B9B9;
}

.swiper-overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  padding: 80px;
  display: flex;
  align-content: center;
}

.swiper-content {
  align-self: center;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  color: white;
  opacity: 0.75;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.banner_summary {
  padding-bottom: 7px;
}
/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
.btn-group-toggle.form-inline label,
.btn-group-toggle.form-inline #toggle-subfilter {
  font-size: .875rem;
}
*/

/* Datatables bootstrap */

.dataTables_wrapper.form-inline {
  display: block;
}

.dataTables_paginate .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.dataTables_paginate .pagination>li {
  display: inline;
}

.dataTables_paginate .pagination>li>a,
.dataTables_paginate .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.dataTables_paginate .pagination>li:first-child>a,
.dataTables_paginate .pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.dataTables_paginate .pagination>li:last-child>a,
.dataTables_paginate .pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.dataTables_paginate .pagination>li>a:hover,
.dataTables_paginate .pagination>li>span:hover,
.dataTables_paginate .pagination>li>a:focus,
.dataTables_paginate .pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.dataTables_paginate .pagination>.active>a,
.dataTables_paginate .pagination>.active>span,
.dataTables_paginate .pagination>.active>a:hover,
.dataTables_paginate .pagination>.active>span:hover,
.dataTables_paginate .pagination>.active>a:focus,
.dataTables_paginate .pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.dataTables_paginate .pagination>.disabled>span,
.dataTables_paginate .pagination>.disabled>span:hover,
.dataTables_paginate .pagination>.disabled>span:focus,
.dataTables_paginate .pagination>.disabled>a,
.dataTables_paginate .pagination>.disabled>a:hover,
.dataTables_paginate .pagination>.disabled>a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 20px;
}

/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
#tbl-students_wrapper .row {
  margin: 0;
}


#tbl-students_wrapper .row .col-sm-12 {
  padding: 0;
}
*/

.footer-title h4 {
  margin: 0;
}


/* Mandatory text */

.text-custom-color {
  color: #d83e2a;
}
/*

/* If the screen size is 600px wide or less, set the font-size of course name to 25px */

@media screen and (max-width: 600px) {
  #player__title {
    font-size: 25px;
  }
}
*/


/* Ticket Tables */
/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
.table-tickets {
  width: 100%;
}

.table-tickets tr {
  border-bottom: 1px solid #E9E9E9;
}
*/

.table-tickets td {
  padding: 10px;
}

/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
.table-tickets .td-edit, .table-tickets .td-delete {
   width: 60px;
   text-align: center;
}
*/

.nav-res-export {
  background: #f6f6f6;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.nav-resopts {
  border-top: 1px solid #dedede;
  padding-top: 0.4rem;
  background: #f6f6f6;
}

.nav-resume .nav-link, .nav-generator .nav-link {
  width: 100%;
}

.nav-generator .nav-link:hover,
.nav .nav-generator .nav-link.active {
  background: #E9E9E9;
  color: #000000;
}

/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
.btn-midstack {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.btn-addone {
  background-color: #dedede;
  color: #777777;
  width: 100%;
}
*/

.btn-gray {
  background-color: #dedede;
  color: #777777;
}


.btn-addone:hover,
.btn-gray:hover {
  color: #777777;
  background-color: #E9E9E9;
}

/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
.btn-icon {
  color: #777;
}

.btn-icon:hover {
  color: #D43F3F;
}

a:hover {
  text-decoration: none;
}
*/

/* Resume Classes */
/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
.resume-download {
  background-color: #f1f1f1;
}

.resume-title {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

#my-resume table td,
#my-resume table th {
  padding: 2px 50px 6px 0px;
  vertical-align: top;
}
*/

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-menu-item>a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-state-hover,
.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

.ui-helper-hidden-accessible {
  display: none;
}

.txt-part {
  display: block;
  overflow: hidden;
}

.resume-fa {
  float: left;
  padding-top: 7px;
}

.ui-menu-item {
  padding: 3px;
  padding-left: 8px;
}

.resume_date .fa {
  position: absolute;
  right: 25px;
  top: 11px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.resume_date input {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.datepicker {
  padding: 8px !important;
}

.datepicker .table-condensed>tbody>tr>td,
.datepicker .table-condensed>tbody>tr>th,
.datepicker .table-condensed>tfoot>tr>td,
.datepicker .table-condensed>tfoot>tr>th,
.datepicker .table-condensed>thead>tr>td,
.datepicker .table-condensed>thead>tr>th {
  padding: 5px;
}

.resume_date_with_label .fa {
  /* position: absolute;
  right: 235px;
  top: 420px; */
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-image: none !important;
}

.input-group-btn {
  margin-top: 2px;
}

#export {
  margin-top: 2px;
}

.cart-manage-link {
  margin-top: 13px;
}
 .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#333;
	color:#FFF !important;
	border-radius:50px;

}

 a.float:visited{
	text-align:center;
  text-decoration:none;
  font-size:12px;
  font-weight:bold;
  line-height:14px;
  padding-top:10px;
}

.float {
  position: fixed;
  bottom: 40px;
  left: 10px;
  padding: 5px;
  background: #42b294;
  border-radius: 5px;
  color: #fff;
  z-index: 9999;
  margin-top: 7px;
  margin-right: 7px;
  font-size: 12px;
}

a.float:hover {
  text-decoration: none;
  color: #333;
  background: #ccc;
}

a.lp-link {
  color: #333;
}

a.lp-link:hover div {
  color: #333;
  background: #f4f4f4;
}

a.lp-current {
  color: #fff;
  background: #00b159;
}

div.lp-current {
  color: #fff;
  background: #00b159;
}


.jumbotron {
  background-color: #f4f4f4;
}

/* The Overlay (background) */

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */

  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */

  z-index: 1; /* Sit on top */

  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */

  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */

  overflow-x: hidden; /* Disable horizontal scroll */

  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  /*
  width: 100%; /* 100% width */
  /*
  text-align: center; /* Centered text/links */
  /*
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
/*
}
*/

/* The navigation links inside the overlay */

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;

  display: block; /* Display block instead of inline */

  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.feedback-wrap {
  position: relative;
  display: inline-block;
  padding: 6px 0px 0px 0px;
  color: #818181;
  cursor: pointer;
}

.feedback-wrap i {
  font-size: 20px;
}

.feedback-wrap span.feedback-badge {
  position: absolute;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  top: 5px;
  left: 40%;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


/* The navigation bar */
/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/

#fullscreen_navbar {
  overflow: hidden;
  background-color: #333;
}



/* Links inside the navbar */
/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
.fullscreen_navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 4px 6px;
  text-decoration: none;
}
*/

/* Change background on mouse-over */
/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
.fullscreen_navbar a:hover {
  background: #ddd;
  color: black;
}
*/

/* Fullscreen HTML5 Player*/
.fullscreen{
  height: 100vh;
  width: 100vw;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fullscreen_button_active{
  position: absolute;
  top: 0;
  right: 0;
}

#fullscreen_button{
  z-index: 2;
}

/* Curtis FS */

.fs-mode {
  height: 100%;
  margin: 0;
  padding: 0;
}

.fs-container {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.fs-menu {
  background: #252627;
  color: #FFF;
  animation: all 1.2s;
}

.fs-btn {
  border: 0;
  padding: 20px;
  line-height: 1;
  white-space: nowrap;
  color: #dedede;
  background: transparent;
}

.fs-btn .btn-icon {
  display: inline-block;
  font-size: 30px;
}

@media (orientation:landscape) {
  .fs-btn .btn-icon {
    font-size: 2vw;
  }

  .fs-btn .btn-icon-play-pause {
    font-size: 1vw;
  }
}

@media (orientation:portrait) {
  .fs-btn .btn-icon {
    font-size: 4vw;
  }
  .fs-btn .btn-icon-play-pause {
    font-size: 3.5vw;
  }
}

.fs-btn:hover {
  background: #454545;
}

.btn-lang div {
  font-weight: 600;
  letter-spacing: 1px;
}

.fs-content {
  width: 100%;
  height: 100%;
}

/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
.fs-placeholder {
  width: 95%;
  height: 95%;
  margin: auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.25);
  color: #FFF;
  font-weight: 600;
  text-align: center;
}
*/

.fs-btn span {
  display: none;
}

@media screen and (orientation:portrait) {
  .fs-container {
    flex-direction: column;
  }

  .btn-back {
    margin-right: auto !important;
  }

  .btn-compress {
    margin-right: auto !important;
  }

  .fs-btn span {
    display: none;
  }

}

@media screen and (orientation:landscape) {
  .fs-container {
    flex-direction: row;
  }

  .fs-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-btn {
    text-align: left;
    width: 100%;
  }

  .open .fs-btn span {
    display: inline-block;
    font-size: 20px;
    padding-left: 30px;
  }

  .fs-btn.active {
    background: #454545;
  }
}

.error {
  border: 2px solid #d9534f;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.disable-pointer {
  pointer-events: none;
}

/*
  DEPRECATED ON 2022-07-19 BY Jacky Luong
*/
/*
.grey-border-bt {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
*/

.ticket-terms {
  margin-top: 10px;
}

.ticket-terms input[type=checkbox] {
  margin-right: 10px;
  float: left;
  margin-bottom: 20px;
}

.ticket-terms input[type=checkbox]+label:before {
  display: inline-block;
}

.ticket-terms label {
  display: block;
  float: left;
}

#tbl-order-history-total {
  width: auto;
  text-align: right;
  float: right;
}

th.empty {
  border-top: none;
  border-bottom: none;
}

td.empty {
  border-top: none;
  border-bottom: none;
}

#feedback_modal{
  overflow: scroll!important;
}

#evaluation_modal{
  overflow: scroll!important;
}

#feedback_ty_modal{
  overflow: scroll!important;
}

#feedback-button{
  bottom: 30px;
  right: 0;
  position: fixed;
  display: none;
  cursor: pointer;
}

#submit-feedback{
  display: none;
}


#feedback-header{
  background-image: url("/img/FeedbackModalBanner.png");
  background-size: 670px auto;
  height: 165px;
  color: white;
  background-position: center;
}

#evaluation-header{
  background-size: 670px auto;
  height: 75px;
  background-position: center;
}

#feedback-ty-header{
  background-image: url("/img/Thankyoubanner.png");
  background-size: auto 275px;
  height: 250px;
  color: white;
  background-position: center;
}

#feedback-ty-content{
  width: 650px;
}

#feedback-content{
  width: 620px;
}

#feedback-body{
  height: auto;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}

#evaluation-body{
  height: auto;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}

#feedback-ty-body{
  height: 350px;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  text-align: center;
}

#feedback-title{
  top: 115px;
  left: 50px;
  position: absolute;
}

#evaluation-title{
  top: 25px;
  left: 50px;
  position: absolute;
}

#feedback-dialog{
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.rate{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 6px;
  border: 3px solid white;
  border-radius: 50%;
  margin: auto;
  outline: solid 3px #4fad62;
  position: relative;
  z-index: 1000;
  background-color: #ffffff;
  cursor: pointer;
}

.rate_last{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 6px;
  margin: auto;
  border: 3px solid white;
  border-radius: 50%;
  outline: solid 3px #4fad62;
  position: relative;
  z-index: 1000;
  background-color: #ffffff;
  cursor: pointer;
}

#rating-button{
  text-align: justify;
  width: 100%;
}

.rate:checked, .rate_last:checked {
  background-color: #4fad62;
}

.rate:hover, .rate_last:hover {
  background-color: #4fad62;
}

.rate_label{
  margin: auto;
}

#rating-labels{
  font-size: 0.9em;
  font-weight: bold;
  text-align: justify;
  width: 100%;
  height: 30px;
  margin-left: 2px;
}


#radio-button-line{
  background-color: #d4f0dcf3;
  height: 5px;
  width: 100%;
}

#button-line{
  position: relative;
  bottom: 34.75px;
}

#feedback-text{
  resize: none;
  width: 518px;
}

#feedback_btn{
  background-color: #4fad62;
  float: right;
  margin-top: 12px;
  width: 90px;
}

#close-feedback{
  float: right;
  font-size: 0.85em;
  margin-right: 12px;
  margin-top: 12.5px;
}

.fb_rating{
  font-size: small;
}

#fb_excellent{
  float: right;
}

#close-ty-feedback{
  background-color: #4fad62;
  width: 80px;
}

@media (max-width: 575px) {
  #feedback-header{
    background-image: url("/img/FeedbackModalBanner.png");
    background-size: 670px auto;
    height: 165px;
    color: white;
    background-position: center;
  }

  #feedback-ty-header{
    background-image: url("/img/Thankyoubanner.png");
    background-size: auto 275px;
    height: 250px;
    color: white;
    background-position: center;
  }

  #feedback-ty-content{
    width: 97%;
    margin: 0px auto;
  }

  #feedback-content{
    width: 97%;
    margin: 0px auto;
  }

  #feedback-body{
    height: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
  }

  #evaluation-body{
    height: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
  }

  #feedback-ty-body{
    height: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    text-align: center;
  }

  #feedback-dialog{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: block;
  }

  #feedback-text{
    width: 100%;
  }

  .rate{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    padding: 6px;
    border: 3px solid white;
    border-radius: 50%;
    margin: auto;
    outline: solid 3px #4fad62;
    position: relative;
    z-index: 1000;
    background-color: #ffffff;
    cursor: pointer;
  }

  .rate_last{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    padding: 6px;
    margin: auto;
    border: 3px solid white;
    border-radius: 50%;
    outline: solid 3px #4fad62;
    position: relative;
    z-index: 1000;
    background-color: #ffffff;
    cursor: pointer;
  }

  #rating-button{
    text-align: justify;
    width: 100%;
    margin-top: 2px;
  }

  #button-line{
    position: relative;
    margin-top: 2px;
  }

  .rate_label{
    margin: auto;
  }

  #rating-labels{
    text-align: justify;
    width: 100%;
    height: 25px;
    margin-left: 2px;
  }

}

.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0
}

#two_fa_error{
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}


/* PULSECHECK MODAL */
@media (min-width: 576px) {
  .pulsecheck .modal-dialog,
  #prompt_modal .modal-dialog {
    max-width: 625px;
  }
  #prompt_modal .modal-content {
    min-height: 250px;
  }
}
.pulsecheck-title{
  font-weight: 600;
}
.pulsecheck-header{
  border-bottom: none;
}
.pulsecheck-cnt{
  font-weight: 600;
  font-size: small;
}
.pulsecheck {
 /* // overflow-y: scroll; */
  overflow: scroll!important;
}

.pulsecheck .modal-footer {
  border-top:none;
  justify-content: center;
}
.pulsecheck-content .q-form  [type="radio"]:checked+label:before,
.pulsecheck-content .q-form  [type="radio"]:not(:checked)+label:before {
  border: 3px solid #0275d8;
  background: white;
}
.pulsecheck-content .q-form [type="radio"]:checked+label:after,
.pulsecheck-content .q-form [type="radio"]:not(:checked)+label:after {
  background: #0275d8;
}
.pulsecheck-content .btn-primary {
  border: 1px solid transparent;
}
.pulsecheck-content .btn {
  border-radius: 0.15rem;
  padding: .375rem 1.25rem
}

.pulsecheck-content p {
  color: #212529;
}
.pulsecheck-content{
  width: 620px;
}

.pulsecheck-body{
  width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.pulsecheck-body .q-question {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pulsecheck-body .truefalse,
.pulsecheck-body .multi {
  border-radius: 10px;
  background-color: #e9f6f9;
  padding: 1.5rem;
}

@media (max-width: 575px) {

  .pulsecheck-content{
    width: 97%;
    margin: 0px auto;
  }

  .pulsecheck-body{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    padding: 1.5rem !important;
  }

  .pulsecheck-dialog{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: block;
  }
}
#evaluation_form.q-form .l-scale [type="radio"]:checked+label:before,
#evaluation_form.q-form .l-scale [type="radio"]:not(:checked)+label:before {
  border: solid white;
  outline: solid #4fad62;
  background-color: #ffffff;
  height: 18px;
  width: 18px;
  top: 37px;
  z-index: 1000;
}

#evaluation_form.q-form .l-scale [type="radio"]:checked+label:after,
#evaluation_form.q-form .l-scale [type="radio"]:not(:checked)+label:after {
  background-color: #4fad62;
  height: 18px;
  width: 18px;
  z-index: 1000;
}

#eval-labels{
  font-size: 0.9em;
}

.eval_line {
  position: absolute;
  top: 158px;
  background-color: #d4f0dcf3;
  height: 5px;
  width: 81%;
  left: 10%;
}

@media (max-width: 422px) {
  .eval_line {
    top: 183px;
    overflow: hidden;
  }
}
.notification-icon {
  line-height: 1.5em;
  margin-top: 4px;
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
}
.tag-btn{
  background-color: #ffffff;
  color: #376bb4;
  border: 3px solid #376bb4;
  border-radius: 6px;
}

.tag-btn.active{
  background-color: #376bb4;
  color: #FFFFFF;
  border: 3px solid #376bb4;
}

.tag-btn:hover{
  background-color: #b1b1b1;
  color: #ffffff;
  border: 3px solid #b1b1b1;
}


.count-enroll{
  background-color: #ffffff;
  border: 3px solid #376bb4;
  border-radius: 60px;
  font-size: 40px;
  color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.enroll-mark{
  color: #00c99b;
}

.enroll-confirm{
  font-size: 25px;
  color: black;
}

.timebox-unenroll-button{
  background-color: #00c99b;
  color: #ffffff;
}

.timebox-confirm{
  cursor: pointer;
}

.tile-five >.tile-head{
  min-height: 88px;
}

.dashboard-grey-square{
  min-height: 150px;
  padding: 1.2rem 1rem 1rem 1rem;
  background-color:#f0f0f0;
  border-radius: 0.6rem;
}

.simple-tile-image > i {
  position: relative;
  top: calc(45% - 10px);
  font-size: 35px;
}

.simple-tile-image{
  position: relative;
  height:110px;
  width:120px;
  background-size: cover;
  background-position: center;
}

.simple-tile-image .tag-overlay{
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  background-color: rgba(1,1,1,0.7);
}

.simple-tile-image .tag-overlay > p{
  color: white!important;
  padding-bottom: 2px;
}

.simple-tile-image .fa-stack{
  font-size: 1.6em;
  top: calc(30% - 10px);
}
.simple-tile-image .fa-stack .fa-stack-2x{
  color: black;
  opacity: 0.5;
}

.simple-tile-image .fa-stack .fa-stack-1x:hover{
  color: #89d3da;
}


.simple-tile-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.5;
  background-color: #000000;
}

.simple-tile-link{
  color: #ffffff;
}

.user_fav{
  padding: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .simple-tile-text{
    margin-left: 15px;
  }
}

.simple-tile-text{
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 405px) {
  .simple-tile-text{
    margin-left: 15px;
  }
}

#custom_field_checkbox span {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  position: relative;
  top: 4px;
}

#input-custom-field {
  vertical-align: middle;
}

#custom_field_checkbox {
  display: block;
  white-space: nowrap;
  margin: 12px;
}

#custom_field_checkbox_other {
  display: block;
  margin: 12px;
}

input[type="time"].notification-time::-webkit-calendar-picker-indicator {
  display: none;
}
/**
* AVATAR STYLING
**/
.selected-avatar {
  border: 2px solid black;
}

.avatar-check {
  visibility: hidden;
  position: absolute;
  left: 108px;
  top: 10px;
  color: #00FF00;
}

/* @media all and (device-width: 375px) and (device-height: 667px){
  .avatar-check {
    right: 25px;
  }
}
@media all and (max-width: 390px) and (max-height: 850px){
  .avatar-check {
    right: 30px;
  }
} */

.avatar-image {
  border-radius: 10%;
  height: 150px;
  width: 140px;
}

.avatar-check.show {
  visibility: inherit;
}

#delete_read{
  position: absolute;
  right: 20px;
  top: 3px;
}


.disable_click {
  pointer-events: none !important;
}

table.dataTable td.sub-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "➤";
}
table.dataTable tr.dt-hasChild td.sub-control:before {
  content: "▼";
}

.font-red{
  color: #de2417;
}

.pw-input-group input,
.pw-input-group span {
  border:1px solid #707070;
}
.input-group-text.rounded {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.pw-input-group input {
  min-height: 0.1rem;
  height: calc(1.5em + .75rem + 4px);
}

/* Managers dropdown */
.virtualselect-light.vscomp-ele .vscomp-wrapper {
  border: 1px solid #ced4da;
  border-radius: .25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

.virtualselect-light.vscomp-ele .vscomp-wrapper .vscomp-value {
  opacity: 0.75;
}

/* filter bar on ilt details */
.filterbar .ilt-view a {
  color: white;
  text-decoration: none;
}
.filterbar .ilt-view .nav-tabs {
  border-bottom: none;
}

/* ilt calendar */
.ilt-tooltip-inner {
  display: inline-block;
  position: relative;
  text-decoration: none;
  border-radius: 5px;
  padding: 20px;
  background-color: white;
  color: black;
  border: 1px solid grey;
  text-align: left;
  max-width: 300px !important;
  z-index: 98;
}

div.ilt-tooltip-inner a, div.ilt-tooltip-inner button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  width: 100%;
}

.bs-tooltip-auto[x-placement^=right] .ilt-tooltip-arrow::before, .bs-tooltip-right .ilt-tooltip-arrow::before {
  position: absolute;
  content: "";
  transform:rotate(-135deg);
  border-style: solid;
  border-color: grey;
  background-color: white;
  border-width: 1px 1px 0px 0;
  width:20px; height:20px;
  left: -4px;
  z-index: 99;
}

.bs-tooltip-auto[x-placement^=left] .ilt-tooltip-arrow::before, .bs-tooltip-left .ilt-tooltip-arrow::before {
  position: absolute;
  content: "";
  transform:rotate(-135deg);
  border-style: solid;
  border-color: grey;
  background-color: white;
  border-width: 0 0 1px 1px;
  width:20px; height:20px;
  left: -10px;
  z-index: 99;
}

.ilt-calendar-dot{
  height: 9.5px;
  width: 9.5px;
  border: 0.25px solid grey;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  margin-top: 8px;
  margin-left: 5px;
}

.fc-toolbar h2 {
  display: inline;
}

.fc-toolbar {
  border: 1px solid #ddd; /* Change as needed */
  margin-bottom: 0!important;
  padding-top: 0.5em!important;
  padding-bottom: 0.5em!important;
}

.fc-button-primary, .fc-button-primary:focus {
  background: none!important;
  border: none!important;
  color: black!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
  box-shadow: none!important;
}

.fc-toolbar-title {
  font-size: 1.25em!important;
  font-weight: normal!important;
}

.fc-prev-button {
  margin-left: 11.25em!important;
  margin-bottom: 0.5em!important;
}

.fc-next-button {
  margin-bottom: 0.5em!important;
}

.fc-button-active {
  font-weight: bold!important;
}

.fc-dayGridMonth-button::after, .fc-dayGridWeek-button::after, .fc-multiMonthYear-button::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%; /* Adjust as needed */
  background-color: #000; /* Change as needed */
  position: absolute;
  right: 0;
  top: 18%; /* Adjust as needed */
}

.fc-multiMonthYear-button::after {
  display: none;
}

.fc-dayGridWeek-button::before {
  content: "";
  display: block;
  width: 1px;
  height: 215%;
  top: -55%;
  background-color: #ddd; /* Change as needed */
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .fc-prev-button {
    margin-left: 0!important;
  }

  .bs-tooltip-auto[x-placement^=right] .ilt-tooltip-arrow::before, .bs-tooltip-right .ilt-tooltip-arrow::before {
    display: none;
  }
  
  .bs-tooltip-auto[x-placement^=left] .ilt-tooltip-arrow::before, .bs-tooltip-left .ilt-tooltip-arrow::before {
    display: none;
  }

  .fc-toolbar-title {
    font-size: 1em !important;
  }

  .fc .fc-button .fc-icon {
    font-size: 1.25em;
  }

  .fc-prev-button, .fc-next-button {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}

blockquote {
  margin: revert;
}


.w-30 {
  width: 30%;
}


.glossary_link {
  text-decoration: none !important;
  color:white !important;
  padding: 0px; 
}


#dropdownMenuUtil .dropdown-item {
  color: #16181b;
}

#dropdownMenuUtil .dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dev-minimize-alert,
.dev-expand-alert {
  cursor:pointer;
}


/* Bootstrap overrrides */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1140px;
  }
}

.btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.badge.bg-success,
.badge.bg-primary,
.badge.bg-danger,
.badge.bg-secondary {
  color: white;
}

.carousel-indicators.position-top{
  bottom: -16px;
}
.carousel-indicators.position-top li {
  background-color: #ccc;
}

.text-grey {
  color: #777373 !important;
}
 
a.text-grey:hover {
  color: #525151 !important;
}

.bc-transparent {
  background-color: transparent !important;
}
 
img.maxsize {
  max-width: 100%;
  height: auto;
}

.text-md-left {
  text-align: left !important;
}

.google-btn-wrapper{
  width:49%;
  margin-top:5px;
  padding-left: 34px;
}


menu.home-menu {
  display: inherit;
  margin: 0;
  padding: 0;
}
