body {
  background-color: #eff3f9;
}
.shadow, .shadow-sm {
  box-shadow: none !important;
}
.site-main {
  min-height: calc(100vh - 278px);
}
.navbar {
  padding: 0rem 1rem;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0.475rem;
  line-height: 1rem;
}
.site-header {
  /* border-top: #00A6B4 solid 3px; */
}
.site-header .logo {
  width: 100%;
  max-width: 180px;
  height: auto;
}
.site-header .client {
  min-width: 180px;
  margin-top: 2px;
  display: block;
  color: #3a3a3a;font-size: 10px;
}
.site-header .navbar-nav a {
  font-size: 0.94rem;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 166, 180)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-nav .nav-item {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.navbar-dark .navbar-nav .nav-link {
  transition: all 0.3s ease;
  font-size: 0.9rem;
  color: #000;
  display: block;
  position: relative;
  font-weight: bold;
  margin-bottom: 0em;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color:#000 !important;
  border-bottom: 2px solid #00A6B4;
}
.user_id {
  font-weight: 600;
  color: #00A6B4;
}
.bg-blue {
  background-color: #fff !important;
}
.bg-primary {
  background-color: #00A6B4 !important;
}
table th, table td {
  border-top: 2px dotted #d3d8e4 !important;
}
table tr:last-child th, table tr:last-child td {
  border-bottom: 2px dotted #d3d8e4;
}
.site-main-content .card-body {
  padding-top: 2rem !important;
}
.ld-section-heading h2, .ld-section-heading h3, .site-main-content h3 {
  font-size: 1.5rem !important;
  font-weight: 700;;
}
.ld-breadcrumbs a, .ld-content-action .ld-primary-color,
.learndash-wrapper .ld-content-actions > a {
  color: #00A6B4;
  font-weight: 600;
}
.ld-breadcrumbs a:hover, .ld-content-action .ld-primary-color:hover,
.learndash-wrapper .ld-content-actions > a:hover {
  opacity: 0.7;
}
.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover {
  color: #00A6B4;
}
.ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button.ld-not-mobile {
  height: 32px !important;
}
.learndash-wrapper .ld-expand-button.ld-compact .ld-icon {
  margin-left: 1px;
}
.learndash-wrapper .ld-expand-button.ld-expanded .ld-icon {
  margin-left: 0 !important;
}
.site-main-content .button {
  display: inline-block;
  font-weight: 400;
  color: #3a3a3a;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: .875rem !important;
  line-height: 1.6;
  border-radius: 50rem !important;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.btn-primary, a.ld-button.btn-primary,.ld-expand-button.btn-primary, .ld-alert-certificate .ld-button, .ld-course-list-items .ld_course_grid .thumbnail.course .btn-primary, .ld-section-heading .ld-expand-button, .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .wpProQuiz_button.wpProQuiz_button_restartQuiz, .gform_wrapper .button {
  background-color: #ffc042 !important;
  border-color: #ffc042 !important;
  color: #fff !important;
  min-width: 140px;
  font-weight: 600 !important;
}
.btn-primary:hover, a.ld-button.btn-primary:hover, .ld-expand-button.btn-primary:hover, .ld-alert-certificate .ld-button:hover, .ld-course-list-items .ld_course_grid .thumbnail.course .btn-primary:hover, .ld-section-heading .ld-expand-button:hover, .wpProQuiz_content .wpProQuiz_button:hover, .wpProQuiz_content .wpProQuiz_button.wpProQuiz_button_restartQuiz:hover, .gform_wrapper .button:hover {
  opacity: 0.7;
  background-color: #ffc042 !important;
  border-color: #ffc042 !important;
}
.ld-section-heading .ld-expand-button {
  background: #ffc042 !important;
}
.learndash-wrapper .ld-expand-button {
  background-color: #ffc042;
}
.learndash-wrapper .ld-expand-button:hover {
  background-color: #ffc042;
}
.learndash-wrapper .ld-button {
  background-color: #ffc042;
  font-weight: 600 !important;
}
.learndash-wrapper .ld-button:hover {
  opacity: .75;
  background-color: #ffc042;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
  background: #ffc042;
}
.ld-item-list-item-preview .ld-item-name .ld-course-title {
  font-size: 1.1rem !important;
  font-weight: 700;
}
.button.logout {
  width: 88px;
  text-align: center;
  margin-top: 4px;
  font-size: 0.7rem !important;
  background-color: #00a2b7;
  color: #fff !important;
  line-height: 34px;
  height: 36px;
  padding: 0 1em;
  border-radius: 20px;
  display: block;
  transition: all 0.3s ease;
  font-weight: normal !important;
}
.navbar-dark .navbar-nav a.logout:hover, .navbar-dark .navbar-nav a.logout:focus {
  color:#fff !important;
  border-bottom: 2px solid #fff;
  background-color: #007eff;
}
.navbar-dark .navbar-nav .nav-item.leader a {
  color: #00A6B4;
}
.navbar-dark .navbar-nav .nav-item.leader a:hover,.navbar-dark .navbar-nav .nav-item.leader a:focus {
  color:#00A6B4 !important;
}
.jumbotron {
  color: #3a3a3a;
  background-image: none;
  background-color: #f3f3f3;
  padding-bottom: 1rem;
}
.jumbotron h2 {
  font-size: 1.5rem !important;
  font-weight: 700;
}
.rms-thumbnail img {
  width: 180px;
  height: auto;
  margin-right: 2rem;
}
.rms-thumbnail:hover {
  opacity: 0.75;
}
.ld-content-action .sfwd-mark-complete {
  margin-bottom: 0.7rem;
}

/* login */
#login .card-header {
  font-weight: 600 !important;
}
#login .card-body {
  padding-bottom: 18px !important;
}
#login .alert {
  font-size: 0.8rem;
  padding: .6rem 1rem;
}

/* search */
#search .search_block .ld-item-list-item-search {
  padding: 20px;
  align-items: center;
}
#search .search_block .inner {
  display: -ms-flexbox;
  display: flex;
}
#search .search_block .inner.horizon {
  -ms-flex-align: center;
  align-items: center;
}
#search .search_block .inner .label {
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 1rem !important;
  width: 9em;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 120%;
  font-weight: 700;
}
#search .search_block .inner .value {
  display: block;
  width: calc(100% - 9em);
  word-break: break-all;
}
#search .search_block .inner .value .form-check-label {
  display: inline-block;
  font-size: 0.9rem;
  margin: 0 1em 1em 0;
  padding: 0.3em 0.9em;
  border-radius: 4px;
  background: #eff3f9;
  cursor: pointer;
}
.form-check-input {
  font-size: 1rem;
  position: relative;
  width: 1em;
  height: 1em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  margin-left: 0;
  margin-right: 2px;
  border-radius: 0.25em;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked {
  background-color: #00A6B4;
  border-color: #00A6B4;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  color: #666;
  padding: 0.5em 0.7em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 2px;
  background: #eff3f9;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::placeholder {
  color: #ccc;
}
#search .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
  align-items: flex-start;
}
#search .ld-course-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#search .ld-course-content .ld-item-name {
  width: 100%;
}
#search .ld-course-content .ld-course-title {
  font-size: 1.1rem !important;
  font-weight: 700;
}
#search .ld-course-content p {
  font-size: 0.9rem !important;
  margin-bottom: 0.5rem;
}
#search .ld-course-content .term {
  font-size: 0.8rem !important;
}
#search .ld-course-content .term .ld_course_category {
  font-weight: 600;
  margin-right: 10px;
  color: #00A6B4;
  background-color: #f1f5f7;
  padding: 0.2rem 0.6rem;
}
#search .ld-course-content .term .ld_course_category:hover {
  background-color: #e8f1f5;
}
#search .ld-course-content .term .ld_course_tag {
  margin-right: 10px;
}
#search .ld-course-content .term .ld_course_tag a {
  color: #00A6B4;
}
#search .ld-course-content .term .ld_course_tag:hover {
  text-decoration: underline;
}
#search .attend {
  width: 80px;
  max-width: 80px;
  padding: 0.35rem 0.75rem;
  color: #3a3a3a;
  background-color: #f0f0f0;
  border: #ccc 2px solid !important;
  font-weight: 700;
}
#search .attend.join {
  color: #fff;
  background-color: #ffc042;
  border: #ffc042 2px solid !important;
  font-weight: 700;
}
#search .attend:hover {
  opacity: .7;
}
.wp-pagenavi {
  margin-top: 2rem;
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #fff;
	border: solid 1px #e0e0d2;
	padding: 5px 10px;
	margin: 0 3px;
	white-space: nowrap;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#fff; 
    background-color:#ffc042; 
    border-color:#ffc042;
}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #00A6B4;
	border-color: #00A6B4;
	font-weight: bold;
}

/* profile */
#profile table th, #profile table td {
  padding: .8rem .4rem;
  vertical-align: middle;
}
#profile table th {
  color: #00A6B4;
  font-size: 0.9rem;
}

/* leader */
#leader #progress {
  margin-top: 10px;
}
#leader #progress .loader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #e2e7ed;
  border-bottom: 1px solid #e2e7ed;
  font-size: 0.9rem !important;
  margin: 0.3em 0;
  background: #fff;
  padding: 0.8rem 1rem;
  min-height: 300px;
}
#leader #progress .error {
  min-height: 300px;
  color: #ff0000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #e2e7ed;
  border-bottom: 1px solid #e2e7ed;
  font-size: 0.9rem !important;
  margin: 0.3em 0;
  background: #fff;
  padding: 0.8rem 1rem;
}
#leader .user_info {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #e2e7ed;
  /* border-radius: 6px; */
  margin: 0;
  background: #fff;
  padding: 0.8rem 1rem;
}
#leader .user_info:last-child {
  border-bottom: 1px solid #e2e7ed;
}
#leader .user_info h3.user_login {
  margin: 0;
  padding: 0;
  width: 14%;
  font-size: 1.2rem !important;
}
#leader .user_info .user_course_list {
  width: 86%;
  display: flex;
  flex-direction: column;
}
#leader .user_info .user_course {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#leader .user_info .user_course_list .user_course_title {
  width: 70%;
  font-size: 0.8rem;
  color: #3a3a3a;
  padding-left: 2px;
}
#leader .user_info .user_course_list .user_course_title a {
  color: #00A6B4;
}
#leader .user_info .user_course_list .user_course_title a:hover {
  color: #ffc042;
  text-decoration: none;
}
#leader .user_info .user_course_list .user_progress {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
}
#leader .user_info .user_course_list .user_progress .step {
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
  color: #999;
  background-color: #e9ecef;
  border: 1px solid #fff;
  border-radius: 3px;
}
#leader .user_info .user_course_list .user_progress a.step:hover {
  opacity: .7;
  text-decoration: none;
}
#leader .user_info .user_course_list .user_progress .step .ld-icon {
  line-height: 1.5rem;
}
#leader .user_info .user_course_list .user_progress .step .ld-icon.ld-icon-checkmark {
  font-size: 4px;
}
#leader .user_info .user_course_list .user_progress .step.completed {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #ffc042;
}
#leader .user_info .user_course_list .user_progress.completed .step.completed {
  background-color: #00A6B4;
}
#leader .user_info .user_course_list .user_progress .step_error {
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
  color: rgb(189, 150, 150);
  background-color: #f3e3e3;
  border: 2px solid #fff;
  border-radius: 5px;
}
#quizModal .loader {
  text-align: center;
  padding: 1rem 0;
}
#quizModal .modal-body {
  padding: 0 0.7rem 1rem 0.7rem;
}
#quizModal .answer_date {
  width: 100%;
  color: #808080;
  text-align: right;
  font-size: 0.6rem;
  margin-top: 0.2rem;
}
#quizModal .answer {
  background-color: #eff3f9;
  border-radius: 5px;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  margin-bottom: 0;
}
.modal-content .modal-footer .btn {
  width: 120px;
  text-align: center;
  margin-top: 4px;
  font-size: 0.9rem !important;
  /* background-color: #00a2b7; */
  color: #fff !important;
  line-height: 34px;
  height: 36px;
  padding: 0 1em;
  border-radius: 20px;
  display: block;
  transition: all 0.3s ease;
  font-weight: normal !important;
}

/* footer */
footer#global {
  display: block;
  width: 100%;
  margin: 30px 0 0;
  padding: 25px 0 45px;
  text-align: center;
  background-color: #00A6B4;
  background-repeat: repeat;
  border-top: #00A6B4 solid 3px;
}
footer#global > .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
footer#global > .nav > a {
  display: block;
  margin: 0 1em;
  color: #fff;
  font-size: 0.85rem;
  text-decoration: none;
}
footer#global > .nav > a:hover {
  text-decoration: underline;
}
footer#global > .logo {
  display: block;
  margin: 0 auto 32px;
  padding: 0;
  line-height: 1;
}
footer#global > .logo > a {
  display: block;
  width: 220px;
  margin: 0 auto;
  line-height: 1;
}
footer#global > .logo > a > img {
  max-width: 220px;
}
footer#global > .company {
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer#global > .company > a {
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
}
footer#global > .company > a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .learndash-wrapper .ld-item-list {
    margin: 0 0 1em;
  }
  .navbar {
    padding: 0;
  }
  .navbar .navbar-nav {
    background-color: #fff;
  }
  .navbar .navbar-nav .nav-item {
    padding: 0;
  }
  .navbar .navbar-brand {
    margin-left: 0.8rem;
  }
  .navbar .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link {
    border-bottom: 2px solid #eff3f9;
    padding: 0.5rem 1rem;
  }
  .navbar .navbar-toggler {
    margin-right: 0.5rem;
  }
  .navbar .nav-item {
    padding: 1rem;
  }
  .navbar .navbar-nav .nav-item:first-child {
    border-top: 2px solid #eff3f9;
  }
  .navbar .navbar-nav .nav-item.logout {
    text-align: center;
    padding: 1rem 0 0.6rem;
  }
  .button.logout {
    width: 50vw;
    margin: 0 auto;
    padding: 0 !important;
  }
  .container, .site-main-content, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 10px;
    padding-left: 10px;
  }
  .rms-thumbnail img {
    width: 100%;
    margin-bottom: 10px;
  }
  .join {
    margin: 0.5rem auto 0;
  }
  #search .search_block .inner .label {
    width: 4.5em;
  }
  #search .search_block .inner .value {
    width: calc(100% - 4.5em);
  }
  footer#global {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
  }
}

/* modal */
@media (min-width: 576px) {
  .modal-dialog-centered {
      min-height: calc(100% - 13.5rem);
  }
  /* #messageModal .modal-dialog {
    max-width: 100%;
  } */
}
.modal-footer {
  justify-content: center;
}
#messageModal .modal-content {
  border-radius: 8px;
}
#messageModal .modal-header {
  font-size: 0.9rem;
  border-bottom: none;
  padding: 0.7rem 1.1rem 0.7rem 0.9rem;
  color: #0f5132;
  background-color: #d1e7dd;
  border-radius: 8px;
}
/* .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 0);
  margin-top: 54px;
} */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
