/* Elements */
.mpcs-button {
  /* background-color: #fff; */
  color: #363636;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  outline: none;
  text-decoration: none; }

.mpcs-button span,
.mpcs-lesson-locked-buttons a {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px); }

.mpcs-button.is-rounded span {
  border-radius: 50px; }

.mpcs-button .is-purple,
.mpcs-lesson-locked-buttons a.mpcs-button.is-purple {
  background-color: #571879;
  border: 1px solid #491466;
  color: #fff; }

.mpcs-button .is-green {
  background-color: #336a14;
  border: 1px solid #28520f;
  color: #fff; }

.mpcs-button .is-gray {
  background-color: #787878;
  border: 1px solid #4d4c4c;
  color: #fff; }

.mpcs-button.is-outline {
  border: 2px solid #333;
  color: #333; }

/* End Elements */
.mp_wrapper .grid {
  min-width: inherit;
  max-width: inherit; }

.course-progress {
  background-color: #ffffff; }

.form-table .course-progress {
  width: 250px; }

.course-progress .user-progress {
  text-align: center;
  white-space: nowrap;
  background-color: #4caf50;
  height: 100%;
  display: block;
  width: 0%; }

/**
* Start main progress bar
* Borrowed CSS @see https://css-tricks.com/css3-progress-bars/
*/
.course-progress-bar-main {
  height: 25px !important;
  position: relative;
  background: #555;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 7px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  margin: 10px 0; }

.course-progress-bar-main > span {
  width: 0%;
  /* Updated via JS */
  display: block;
  height: 100% !important;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #2bc253;
  background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden; }

.course-progress-bar-main > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; }

.mpcs-progress-bar-title {
  font-weight: bold;
  font-size: 18px; }

/**
* End main progress bar
*/
/**
* Start course overview / progress tracker
*/
.mpcs-section {
  margin: 25px 0 0 0;
  padding: 0;
  border: 1px solid #dedede;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  width: 100%; }

.mpcs-section a {
  text-decoration: none; }

.mpcs-section-header {
  padding: 15px 15px 10px 15px;
  background-color: #dedede; }

.mpcs-section-progress {
  font-size: 32px;
  font-weight: 800;
  float: right;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  height: 36px; }

.mpcs-section-progress .mpcs-section-complete {
  color: #45b154; }

.mpcs-section-progress .mpcs-section-not-complete {
  color: #aeaeae; }

.mpcs-section-title {
  padding-bottom: 5px; }

.mpcs-section-title-text {
  /* font-size: 32px; */
  font-size: 1.2em;
  font-weight: 800; }

.mpcs-section-description {
  font-size: 18px;
  font-weight: 400;
  text-decoration: italic; }

.mpcs-lessons,
.mpcs-lesson {
  box-sizing: border-box;
  padding: 10px;
  width: 100%; }

.mpcs-lesson > .mpcs-lesson-row-link {
  display: flex;
  align-items: center; }

.mpcs-lesson-button {
  margin-left: auto; }

.mpcs-lesson-link {
  display: inline-block;
  position: relative;
  width: 75%;
  padding: 5px;
  vertical-align: top; }

#bookmark .mpcs-section-header {
  display: flex;
  align-items: center; }

.mpcs-progress-bar {
  width: 50%; }

.mpcs-bookmark {
  margin-left: auto; }

.mpcs-lesson-progress {
  float: right;
  font-size: 16px;
  font-weight: 800;
  padding-right: 12px; }

  .mpcs-lesson-progress .mpcs-lesson-complete {
    color: #45b154; }

  .mpcs-lesson-progress .mpcs-quiz-failed {
    color: #ff0000;
  }

  .mpcs-lesson-progress i {
      font-size: 20px; }

.mpcs-lesson-progress .mpcs-lesson-not-complete {
  color: #dedede; }

.mpcs-lesson .mpcs-lesson-locked i.mpcs-circle-regular {
  color: #999;
}

.mpcs-lesson-locked-header {
  font-weight: bold;
  font-size: large;
}

.mpcs-lesson-locked-message {
  padding-top: 20px;
  padding-bottom: 20px;
}

a.mpcs-bookmark-link,
a.mpcs-bookmark-link .mpcs-bookmark-link-icon,
a.mpcs-bookmark-link .mpcs-bookmark-link-title {
  /* color: #45b154;
  font-size: 24px; */
  /* text-decoration: none; */
  /* font-weight: bold; */ }

/* a.mpcs-bookmark-link .mpcs-resume-course {

} */
a.mpcs-bookmark-link:hover,
a.mpcs-bookmark-link:hover .mpcs-bookmark-link-icon,
a.mpcs-bookmark-link:hover .mpcs-bookmark-link-title {
  /* color: #68C976; */ }

.mpcs-reset-course-progress, .mpcs-quiz-attempt{
  text-decoration: none;
}

.mpcs-course-information .progress{
  width: 1%;
}

.navigation .alignleft{
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-top: 1.5em;
}

.navigation .alignright{
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-top: 1.5em;
}

.center-block{
  margin: 0 auto;
}
.mpcs-lesson-list-quiz-score {
  font-style: italic;
}

div.mpca-quiz-progress-title{
  margin-left: 10px;
}

a.mpca-course-progress-title, .mpca-quiz-progress-title a{
  color: #1d2327;
}

a.mpca-course-sub-account-progress{
  display: block;
}

@media handheld, only screen and (max-width: 767px) {
  .mpcs-course-list .grid .col-1-2 {
    width: 100%;
  }
  .mpcs-course-list .grid .col-1-2:last-child {
    margin: 0;
    padding: 0;
  }
}
.flex-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.flex-navigation .page-count {
  color: #555;
  font-size: 14px;
}
