@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900&amp;subset=latin-ext");
label {
  font-weight: 600;
}

.hidden {
  display: none !important;
}

.no-margin {
  margin: 0 !important;
}

body.modal-open {
  overflow: visible;
}

.btn-danger {
  color: #fff;
  background-color: #df5e35;
  border-color: #df5e35;
}

.ipt-join-code {
  font-family: serif;
}

.form-control {
  border-color: #CFD4DA;
}

.form-control:focus {
  border-color: #CFD4DA;
}

.select2 {
  width: 100% !important;
}

.font-bold {
  font-weight: 600;
}

.text-danger {
  color: #ff0000;
}

.text-danger .small {
  font-size: 12px;
}

/* 
	Uploader: 
	- These styles are the ones used on the examples. No needed to use it by any means.
	- It disables user selection to avoid some weird visuals in some browsers
	- It masks/hides the the file input behind a button
 */
.dm-uploader {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dm-uploader .btn {
  position: relative;
  overflow: hidden;
}

.dm-uploader .btn input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  width: 100%;
  opacity: .0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

body.body-not-auth .main-nav-wrap .main-nav {
  text-align: right;
}

.wrap-icon-notifications {
  margin-right: 20px;
}

.wrap-icon-notifications .ul-icon-notifications {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.wrap-icon-notifications .ul-icon-notifications li {
  display: inline-block;
}

.wrap-icon-notifications .ul-icon-notifications li a {
  position: relative;
}

.wrap-icon-notifications .ul-icon-notifications li a i {
  font-size: 25px;
}

.wrap-icon-notifications .ul-icon-notifications li a.active span#count-messages {
  display: block;
}

.wrap-icon-notifications .ul-icon-notifications li a span#count-messages {
  position: absolute;
  right: -10px;
  top: -10px;
  background: rgba(255, 0, 0, 0.95);
  color: #fff;
  padding: 0px 6px;
  font-size: 12px;
  line-height: 14px;
  display: none;
}

.wrap-icon-notifications .wrap-list-messages {
  display: none;
  position: absolute;
  z-index: 999;
  width: 220px;
  background: #ededed;
  top: 30px;
  left: 0px;
  border: 4px solid #ededed;
}

.wrap-icon-notifications .wrap-list-messages.active {
  display: block;
}

.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}

.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ededed transparent;
  content: "";
  position: absolute;
  z-index: 1;
  top: -9px;
  left: 5px;
}

.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li {
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li:last-child {
  border: 0px;
}

.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li a {
  color: #3d3d3f;
  display: block;
  padding: 8px;
  font-size: 12px;
}

.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li a:hover {
  background: #ffc423;
}

.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li a .date-messages {
  font-style: italic;
}

.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li.li-unread {
  background: #d6d6d6;
}

.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li.link-all a {
  background: #cce8ed;
}

.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li.link-send a {
  background: #b8d734;
}

.message-detail .item-message-body {
  border: 1px solid #cfcfcf;
  padding: 10px 10px;
  margin: 0 0 5px;
}

.message-detail .item-message-body.owner-message {
  background: #f0f0f0;
}

.message-detail .item-message-body.owner-message .message-heading {
  background: #3d3d3f;
}

.message-detail .item-message-body .message-heading {
  font-weight: bold;
  background: #ffc423;
  padding: 2px 10px;
  color: #fff;
  display: inline-block;
  margin: 0 0 5px;
}

.message-detail .item-message-body .message-heading i {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}

.message-detail .item-message-body .message-content {
  padding: 0 0 0 20px;
}

.wrap-form-add-message {
  margin: 30px 0 0;
}

.tr-message-item.unread-message .span-unread {
  display: inline-block;
}

.tr-message-item .span-unread {
  display: none;
  background: #ff0000;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 12px;
}

.img-full {
  width: 100% !important;
  height: auto !important;
}

.sv_container fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.sv_container .form-inline label {
  -webkit-box-pack: left;
  justify-content: left;
}

.form-control, .btn, .select2-container--default .select2-selection--single {
  border-radius: 0px;
}

.alert-success {
  color: #3d3d3f;
  background-color: #f7c64f;
  border-color: #f7c64f;
  border-radius: 0px;
}

.alert-danger, .alert-info, .page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0px;
}

.page-link {
  color: #008ca7;
}

.page-item.active .page-link {
  background-color: #008ca7;
  border-color: #008ca7;
}

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #008ca7;
}

.check-all-list-wrap .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #b8d734;
}

.check-all-list-wrap.custom-control {
  margin-bottom: 0;
}

.btn-primary {
  color: #fff;
  background-color: #008ca7;
  border-color: #008ca7;
}

.btn-primary:hover {
  background-color: #005f71;
  border-color: #005f71;
}

.btn-outline-success {
  color: #008ca7;
  background-color: transparent;
  background-image: none;
  border-color: #008ca7;
}

.btn-outline-success:hover {
  background-color: #008ca7;
  border-color: #008ca7;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #acacac;
  border-color: #acacac;
}

.jp_container {
  text-align: center;
}

.jp_container a {
  background: #138da8;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 35px;
  color: #ffc525;
  line-height: 35px;
  font-size: 22px;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0;
}

.hidden-show-more .show-more-btn {
  display: none !important;
}

#modal-show-recipients h4 {
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

#list-added-classrooms-learners-recipients {
  margin: 30px 0 0;
  overflow: hidden;
}

#list-added-classrooms-learners-recipients span {
  background: #7fc5d3;
  padding: 10px;
  margin: 0 2px 2px 0;
  display: block;
  float: left;
}

#list-added-classrooms-learners-recipients span.recipient-learner {
  background: #b8d734;
}

#list-added-classrooms-learners-recipients span.recipient-org {
  background: #008ca7;
}

#list-added-classrooms-learners-recipients span.recipient-sub-org {
  background: #a8a8a8;
}

#list-added-classrooms-learners-recipients span.recipient-instructor {
  background: #f7c64f;
}

#list-added-classrooms-learners-recipients span a {
  background: #ff0000;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  line-height: 15px;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 5px;
  text-align: center;
  color: #fff;
}

.no-border {
  border: none !important;
}

#body-inner {
  overflow: hidden;
}

/************************ HEADER ***********************/
header {
  padding: 20px 0 0;
  background: #fff;
  /*.search-login-wrap*/
  /*.main-nav-wrap*/
}

header .search-login-wrap {
  margin: 0 0 20px 0;
  /*.frm-search-top*/
  /*.menu-login*/
  /*.menu-user*/
}

header .search-login-wrap .frm-search-top {
  margin: 0 0 0 20px;
}

header .search-login-wrap .frm-search-top .txt-search-top {
  border: none;
  border-bottom: 1px solid #cacaca;
  font-size: 14px;
  padding: 0 0 3px;
  background: #fff;
}

header .search-login-wrap .frm-search-top .txt-search-top:focus {
  box-shadow: none;
  border-bottom: 1px solid #cacaca;
  background: #fff;
}

header .search-login-wrap .frm-search-top .btn-search-top {
  border: none;
  background: url(../images/icon-search.png) center center no-repeat;
  width: 30px;
  height: 30px;
  color: #fff;
  text-indent: -9999px;
}

header .search-login-wrap .menu-login {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

header .search-login-wrap .menu-login li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
}

header .search-login-wrap .menu-login li:first-child:after {
  content: "";
  width: 1px;
  top: 4px;
  bottom: 4px;
  right: -5px;
  background: #3d3d3f;
  position: absolute;
}

header .search-login-wrap .menu-login li.no-border:first-child:after {
  display: none;
}

header .search-login-wrap .menu-login li:last-child {
  margin: 0;
  padding: 0;
}

header .search-login-wrap .menu-login li a {
  color: #3d3d3f;
  font-size: 14px;
}

header .search-login-wrap .menu-login li a:hover {
  color: #008ca7;
}

header .search-login-wrap .menu-user {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
}

header .search-login-wrap .menu-user li {
  position: relative;
  margin: 0 15px;
  display: inline-block;
}

header .search-login-wrap .menu-user li:after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #3d3d3f;
  right: -15px;
}

header .search-login-wrap .menu-user li:last-child {
  margin-right: 0px;
}

header .search-login-wrap .menu-user li:last-child:after {
  display: none;
}

header .search-login-wrap .menu-user li a {
  color: #3d3d3f;
}

header .search-login-wrap .menu-user li a:hover {
  color: #008ca7;
}

header .main-nav-wrap .main-nav {
  background: #b8d734;
  height: 45px;
  line-height: 45px;
  margin: 0 0 0 50px;
  position: relative;
  /*ul*/
}

header .main-nav-wrap .main-nav:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #b8d734;
  width: 100%;
  left: 100%;
}

header .main-nav-wrap .main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .main-nav-wrap .main-nav ul li {
  display: inline-block;
  margin: 0 20px;
}

header .main-nav-wrap .main-nav ul li:last-child {
  margin-right: 0;
}

header .main-nav-wrap .main-nav ul li.active a {
  color: #008ca7;
}

header .main-nav-wrap .main-nav ul li a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

header .main-nav-wrap .main-nav ul li a:hover {
  color: #008ca7;
}

header .logo {
  margin-left: -90px;
  margin-top: 10px;
}

header .main-nav #toggle-admin-menu {
  display: none;
}

/*header*/
.card-header {
  background: #008ca7;
  color: #fff;
}

.body-orange {
  background: #ffc423;
}

.body-orange header {
  padding-bottom: 80px;
}

.body-orange #body-inner {
  min-height: 0 !important;
  margin: 0 auto;
}

.body-orange .btn-white {
  background: #008ca7;
  border-color: #008ca7;
  color: #fff;
}

.body-orange .btn-white:hover {
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: #ffc423;
}

.body-orange #main-content {
  position: relative;
  top: 100px;
  margin: 0;
}

.body-orange #main-content .main-content-login {
  padding: 80px 0 0;
}

.body-orange #main-content .main-content-login p {
  color: #008ca7;
}

.body-orange #main-content .main-content-login p.alert-danger {
  background: none;
  border: none;
  text-align: center;
}

.body-orange #main-content .main-content-login p.alert-success {
  background: none;
  border: none;
  text-align: center;
}

.body-orange #main-content .main-content-login p a {
  text-decoration: underline;
  color: #fff;
}

.body-orange #main-content .main-content-login p a.close {
  display: none;
}

.body-orange #main-content .main-content-login p .btn-white:hover {
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: #ffc423;
}

.body-orange #main-content h2 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 45px;
  padding: 0;
}

.body-orange #main-content p {
  color: #fff;
}

.body-orange #main-content a {
  text-decoration: underline;
}

.tooltipster i {
  font-size: 20px;
}

.tooltip-inner {
  max-width: 300px;
}

.tooltip-code {
  background-image: url(images/icon-question.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eef7e3;
  background-size: 40%;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 3px solid #a8a8a8;
  display: inline-block;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.bs-tooltip-right .arrow {
  left: 5px;
}

.tooltip.bs-tooltip-right .tooltip-inner {
  margin-left: 10px;
}

.tooltip.bs-tooltip-left .tooltip-inner {
  margin-right: 10px;
}

.tooltip .arrow {
  width: 15px;
  height: 15px;
}

.tooltip-inner {
  padding: 5px 10px;
  color: #3e3e3f;
  text-align: left;
  background-color: #f6fbf7;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid #3e3e3f;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.bs-tooltip-right .arrow {
  left: 6px;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  content: "";
  margin-top: -5px;
  border-width: 10px 10px 10px 0;
  border-right-color: #f7fbf7;
  z-index: 9;
}

.tooltip .arrow::after {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  left: 0px;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::after, .tooltip.bs-tooltip-right .arrow::after {
  content: "";
  margin-top: -5px;
  border-width: 10px 10px 10px 0;
  border-right-color: #3e3e3f;
  z-index: 1;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  content: "";
  margin-top: -5px;
  border-width: 10px 0px 10px 10px;
  border-left-color: #f7fbf7;
  z-index: 9;
  right: 6px;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::after, .tooltip.bs-tooltip-left .arrow::after {
  content: "";
  margin-top: -5px;
  border-width: 10px 0px 10px 10px;
  border-left-color: #3e3e3f;
  z-index: 1;
}

#main-content {
  position: relative;
  /*.wrap-current-steps*/
  /*wrap-item-dashboard*/
}

#main-content .alert-info a {
  color: #f05523;
}

#main-content .type-user {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px 0 0;
}

#main-content .type-user.type-user-1 {
  background: #acacac;
}

#main-content .type-user.type-user-2 {
  background: #ffc423;
}

#main-content .type-user.type-user-3 {
  background: #df5e35;
}

#main-content .type-user.type-user-4 {
  background: #b8d734;
}

#main-content .type-user.type-user-5 {
  background: #008ca7;
}

#main-content .icon-status {
  font-size: 30px;
}

#main-content .col-pronunciation {
  background: #008ca7;
}

#main-content .col-pronunciation a {
  color: #fff;
}

#main-content .col-meaning {
  background: #f7c64f;
}

#main-content .col-meaning a {
  color: #000;
}

#main-content .col-spelling {
  text-align: center;
}

#main-content .no-link {
  cursor: default;
  color: #3d3d3f;
}

#main-content .no-link:hover {
  color: inherit;
}

#main-content .col-cumulative {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

#main-content .lbl-package-name {
  font-weight: 600;
  color: #008ca7;
}

#main-content .list-type-admin {
  font-size: 14px;
  font-weight: 600;
}

#main-content .list-type-admin thead, #main-content .list-type-admin tfoot {
  background: #008ca7;
  color: #fff;
  text-transform: uppercase;
}

#main-content .list-type-admin thead th, #main-content .list-type-admin tfoot th {
  font-weight: 600;
  text-transform: uppercase;
}

#main-content .list-type-admin.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e5f3f6;
}

#main-content .list-type-admin.table-striped tbody tr {
  background-color: #cce8ed;
}

#main-content .list-type-admin.table-striped .list-info {
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: 400;
  font-size: 11px;
}

#main-content #menu-in-page {
  display: none;
}

#main-content #menu-in-page .frm-search-list .input-search {
  border: none;
  text-transform: uppercase;
  border-bottom: 1px solid #b8d734;
  font-size: 14px;
  color: #fff;
  padding: 0 0 2px;
  width: 145px;
}

#main-content #menu-in-page .frm-search-list button {
  background: url(images/icon-search.png) center center no-repeat;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#main-content #menu-in-page .link-heading-bar {
  color: #b8d734;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 10px 0 0px;
}

#main-content #menu-in-page .link-heading-bar:last-child {
  margin: 0;
}

#main-content #btn-login {
  background: url(images/btn-login-icon.png) center center no-repeat;
  border-radius: 72px;
  width: 72px;
  height: 72px;
  display: inline-block;
  overflow: hidden;
  outline: none;
  text-indent: -9999px;
  border: none;
}

#main-content .wrap-current-steps {
  background: #fff;
  overflow: hidden;
  margin: 0 0 30px;
}

#main-content .wrap-current-steps .block-step {
  float: left;
  border-left: 1px solid #3e3e40;
  padding-left: 6px;
  margin: 0 6px 0 0;
}

#main-content .wrap-current-steps .block-step:last-child {
  margin: 0;
}

#main-content .wrap-current-steps .block-step h4 {
  font-size: 18px;
  color: #3e3e40;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 0;
}

#main-content .wrap-current-steps .item-step {
  float: left;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin: 0 22px 0 0;
  padding: 0 25px 0 0;
}

#main-content .wrap-current-steps .item-step:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 22px;
  border-color: transparent transparent transparent #008ca7;
  content: "";
  position: absolute;
  right: -22px;
  top: 0;
}

#main-content .wrap-current-steps .item-step.step-current:after {
  border-color: transparent transparent transparent #b8d734;
}

#main-content .wrap-current-steps .item-step.step-current {
  background: #b8d734;
}

#main-content .wrap-current-steps .item-step.step-current a {
  color: #fff;
}

#main-content .wrap-current-steps .item-step.step-finish {
  background: #008ca7;
}

#main-content .wrap-current-steps .item-step.step-finish a {
  color: #fff;
}

#main-content .wrap-current-steps .item-step.step-finish a i {
  text-indent: -99999px;
  background: url(images/icon-back-quiz-white.png) center center no-repeat;
  background-size: 60%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
}

#main-content .wrap-current-steps .item-step.step-finish a:hover {
  color: #b8d734;
}

#main-content .wrap-current-steps .item-step.step-finish a:hover i {
  background: url(images/icon-back-quiz-green.png) center center no-repeat;
  background-size: 60%;
}

#main-content .wrap-current-steps .item-step.step-disable {
  background: #bacacb;
}

#main-content .wrap-current-steps .item-step.step-disable:after {
  border-color: transparent transparent transparent #bacacb;
}

#main-content .wrap-current-steps .item-step.step-not-finish {
  background: #bacacb;
}

#main-content .wrap-current-steps .item-step.step-not-finish:after {
  border-color: transparent transparent transparent #bacacb;
}

#main-content .wrap-current-steps .item-step .inner {
  padding: 8px 7px;
}

#main-content .wrap-current-steps .item-step .inner i {
  font-style: normal;
  padding: 0 0 0 10px;
}

#main-content .content-video-quiz .error-input {
  margin: 0 0 10px;
}

#main-content .wrap-item-dashboard-public .item-dashboard {
  padding: 30px;
  color: #3e3e3f;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

#main-content .wrap-item-dashboard-public .item-dashboard.bg-orange {
  background: #f7c64f;
}

#main-content .wrap-item-dashboard-public .item-dashboard.bg-blue {
  background: #3d8ea4;
}

#main-content .wrap-item-dashboard-public .item-dashboard.bg-green {
  background: #bfd354;
}

#main-content .wrap-item-dashboard-public .item-dashboard.bg-red {
  background: #df5e35;
}

#main-content .wrap-item-dashboard-public .item-dashboard.bg-gray {
  background: #cccccc;
}

#main-content .wrap-item-dashboard-public .item-dashboard.small {
  margin-bottom: 30px;
  color: #fff;
}

#main-content .wrap-item-dashboard-public .item-dashboard h4 {
  font-weight: 500;
  font-size: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#main-content .wrap-item-dashboard-public .item-dashboard .big-number {
  margin: 40px 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 100px;
}

#main-content .wrap-item-dashboard-public .item-dashboard .small-number {
  margin: 40px 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 100px;
}

#main-content .wrap-item-dashboard-public .item-dashboard .list-item-badge {
  margin: 30px 0 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#main-content .wrap-item-dashboard-public .item-dashboard .list-item-badge .item-badge-home {
  margin: 0 0 30px;
}

#main-content .wrap-item-dashboard-public .item-dashboard .list-item-badge .item-badge-home img {
  padding: 10px;
}

#main-content .wrap-item-dashboard-public .item-dashboard a {
  color: #fff;
}

#main-content .wrap-item-dashboard-public .item-dashboard a:hover {
  color: #000;
}

#main-content .admin-nav {
  position: absolute;
  z-index: 899;
  width: 200px;
  top: 0px;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}

#main-content .admin-nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#main-content .admin-nav #toggle-admin-menu {
  text-align: center;
  color: #FFF;
  background: #7fc5d3;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: -40px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 45px;
}

#main-content .admin-nav #toggle-admin-menu i {
  font-size: 20px;
}

#main-content .admin-nav #toggle-admin-menu i.fa-times {
  display: none;
}

#main-content .admin-nav #toggle-admin-menu.active i {
  display: none;
}

#main-content .admin-nav #toggle-admin-menu.active i.fa-times {
  display: inline;
}

#main-content .admin-nav li.has-child > a {
  cursor: default;
  background: #008ca7;
}

#main-content .admin-nav li.has-child > a:hover {
  background: #008ca7;
}

#main-content .admin-nav li.has-child > a.active {
  background: #008ca7;
}

#main-content .admin-nav li a {
  color: #fff;
  display: block;
  padding: 10px 10px;
  background: #7fc5d3;
  border-bottom: 1px solid #fff;
}

#main-content .admin-nav li a.active, #main-content .admin-nav li a:hover {
  background: #b8d734;
}

#main-content .admin-nav li a i {
  font-size: 11px;
}

#main-content .admin-nav li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-content .admin-nav li ul li a {
  padding: 10px 10px 10px 20px;
  background: #7fc5d3;
}

#main-content .admin-nav li ul li a:hover, #main-content .admin-nav li ul li a.active {
  background: #b8d734;
}

#main-content .notice-text-profile {
  overflow: hidden;
}

#main-content .notice-text-profile > p {
  float: left;
}

#main-content .notice-text-profile > div {
  float: left;
}

#main-content .notice-word {
  font-size: 14px;
  margin: 20px 0 0;
}

#main-content .notice-word.notice-word-domain {
  margin: 0 0 10px;
}

#main-content .complete-step-page .notice-word {
  display: none;
}

#main-content .notice-word .wrap-sound-public {
  margin-left: 0px;
}

#main-content .wrap-sound-public .jp_container a {
  background: #138da8;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 30px;
  color: #ffc525;
  line-height: 30px;
  font-size: 18px;
  opacity: 0.8;
  text-align: center;
}

#main-content .msg-complete-part-word {
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
}

#main-content .msg-complete-part-word .wrap-sound-public {
  margin-left: 0;
}

#main-content div.jp-video {
  width: 70%;
}

#main-content .col div.jp-video {
  width: 100%;
  margin: 0 0 50px;
}

#main-content .col div.jp-video .jp-type-single {
  height: 170px;
}

#main-content .col div.jp-video .jp-type-single.standard-size {
  height: 264px;
}

#main-content .col div.jp-video-full div.jp-jplayer {
  position: static !important;
}

#main-content .col div.jp-video-full .jp-type-single, #main-content .col div.jp-video-full .standard-size {
  height: 100% !important;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}

#main-content .assignment-icon-wrap {
  display: inline-block;
  padding: 0 5px 0 0;
  font-weight: 400;
  color: #ffc423;
}

#main-content .message-detail h1 {
  font-size: 20px;
}

#main-content .message-detail h1 span {
  font-size: 16px;
}

#main-content .bottom-retake {
  margin: 30px 0 0;
}

#main-content .msg-complete {
  font-size: 20px;
}

#main-content .sum-quiz {
  margin: 10px 0 0;
}

#main-content #modal-show-recipients .modal-body {
  padding: 0;
}

#main-content #modal-show-recipients .block-recipients h2 {
  margin: 10px 0;
  font-size: 22px;
}

#main-content #modal-show-recipients .block-recipients .header-block {
  background: #008ca7;
  color: #fff;
  padding: 5px;
}

#main-content #modal-show-recipients .block-recipients .header-block h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

#main-content #modal-show-recipients .block-recipients .list-recipients > .row {
  background: #e5f3f6;
  padding: 10px 0;
}

#main-content #modal-show-recipients .block-recipients .list-recipients > .row:nth-child(even) {
  background: #cce8ec;
}

#main-content #modal-show-recipients .block-recipients .list-recipients > .row .custom-control {
  margin-bottom: 0;
}

#main-content #ipt-answer-spell-quiz {
  display: inline-block;
  margin: 0 5px 8px 0;
}

#main-content #btn-answer-spell-quiz {
  display: inline-block;
  position: relative;
  top: -4px;
}

#main-content div.jp-audio div.jp-title li {
  display: none;
}

#main-content .list-sound-companion .jp_container a {
  border-radius: 0px;
}

#main-content .list-sound-companion .wrap-sound {
  display: none;
  margin: 15px 0 0;
}

#main-content .list-sound-companion .btn-play-sound {
  overflow: hidden;
  background: #138da8;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 30px;
  color: #ffc525;
  line-height: 30px;
  font-size: 18px;
  opacity: 0.8;
  text-align: center;
}

#main-content .list-sound-companion .btn-play-sound .fa-volume-off {
  display: none;
}

#main-content .list-sound-companion .btn-play-sound.playing .fa-volume-up {
  display: none;
}

#main-content .list-sound-companion .btn-play-sound.playing .fa-volume-off {
  display: inline;
}

#main-content .icon-sound {
  background: #138da8;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 30px;
  color: #ffc525;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
}

/* #main-content*/
#main-content .jp-video .jp-progress, .modal-video-footer .jp-video .jp-progress {
  right: 230px;
}

#main-content .jp-video .jp-interface .jp-controls .jp-mute, #main-content .jp-video .jp-interface .jp-controls .jp-unmute, .modal-video-footer .jp-video .jp-interface .jp-controls .jp-mute, .modal-video-footer .jp-video .jp-interface .jp-controls .jp-unmute {
  right: 100px;
}

#main-content .jp-video .jp-interface .jp-controls .duration-time, .modal-video-footer .jp-video .jp-interface .jp-controls .duration-time {
  position: absolute;
  right: 145px;
  height: 35px;
  line-height: 35px;
  left: auto;
  color: #008ca7;
}

#main-content .jp-video .jp-interface .jp-controls .duration-time a, .modal-video-footer .jp-video .jp-interface .jp-controls .duration-time a {
  text-indent: 0px;
  display: inline;
  font-size: 10px;
}

#main-content .jp-video .jp-interface .jp-controls .duration-time a:hover, .modal-video-footer .jp-video .jp-interface .jp-controls .duration-time a:hover {
  color: #008ca7;
  cursor: default;
}

#main-content .jp-video .jp-interface .jp-toggles .jp-full-screen, #main-content .jp-video .jp-interface .jp-toggles .jp-restore-screen, .modal-video-footer .jp-video .jp-interface .jp-toggles .jp-full-screen, .modal-video-footer .jp-video .jp-interface .jp-toggles .jp-restore-screen {
  right: 0px;
}

#main-content .jp-video .jp-volume-bar, .modal-video-footer .jp-video .jp-volume-bar {
  right: 45px;
}

#main-content .text-content h2, .modal-video-footer .text-content h2 {
  line-height: 42px;
}

/* #main-content*/
.main-nav-wrap .main-nav {
  /* End .title-main-nav */
  /*frm-search-list*/
}

.main-nav-wrap .main-nav.no-menu {
  padding: 0 0 0 20px;
  color: #fff;
}

.main-nav-wrap .main-nav .title-main-nav {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.main-nav-wrap .main-nav .title-main-nav h1 {
  font-size: 14px;
  font-weight: 600;
}

.main-nav-wrap .main-nav .title-main-nav span {
  font-size: 11px;
  font-weight: 400;
}

.main-nav-wrap .main-nav .frm-search-list {
  margin: 0 15px 0 0;
}

.main-nav-wrap .main-nav .frm-search-list .input-search {
  background: #b8d734;
  border: none;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  padding: 0 0 2px;
}

.main-nav-wrap .main-nav .frm-search-list .input-search:hover, .main-nav-wrap .main-nav .frm-search-list .input-search:focus {
  box-shadow: none;
}

.main-nav-wrap .main-nav .frm-search-list button {
  background: url("images/icon-search-list.png") center center no-repeat;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.main-nav-wrap .main-nav .link-heading-bar {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
}

.main-nav-wrap .main-nav .link-heading-bar:hover {
  color: #008ca7;
}

footer {
  background: #ebf2f4 !important;
  background: linear-gradient(to bottom, #ebf2f4 0%, #f8fafb 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf2f4', endColorstr='#f8fafb',GradientType=0 ) !important;
  color: #3d3d3f !important;
}

footer .main-content-footer {
  padding: 60px 0 10px;
}

footer .main-content-footer .text-center {
  padding-top: 35px;
}

footer .main-content-footer .footer-nav-wrap .main-nav {
  text-align: right;
}

footer .main-content-footer .footer-nav-wrap .main-nav ul {
  margin: 68px 0 0;
  padding: 0;
  text-align: right;
}

footer .main-content-footer .footer-nav-wrap .main-nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0 30px 0 0;
}

footer .main-content-footer .footer-nav-wrap .main-nav ul li a {
  color: #3d3d3f !important;
  text-transform: uppercase;
  font-size: 14px !important;
}

footer .main-content-footer .footer-nav-wrap .main-nav ul li:last-child {
  margin: 0;
}

footer .main-content-footer .top-footer {
  margin: 0 0 30px;
  font-family: 'Work Sans Semibold', sans-serif !important;
}

footer .main-content-footer .top-footer a:hover {
  text-decoration: underline;
}

footer .main-content-footer .bottom-footer {
  padding: 15px 0 15px;
  text-align: center !important;
  color: #3d3d3f !important;
  font-size: 14px !important;
  line-height: 1.4em !important;
}

footer .main-content-footer .bottom-footer a {
  color: #3d3d3f !important;
}

footer .main-content-footer .bottom-footer a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.push {
  height: 80px;
  /* .push must be the same height as .footer */
}

.title-dev-site {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}

.title-dev-site h2 {
  font-size: 18px;
}

/*# sourceMappingURL=general.css.map */

label{font-weight:600}.hidden{display:none!important}.no-margin{margin:0!important}body.modal-open{overflow:visible}.btn-danger{color:#fff;background-color:#df5e35;border-color:#df5e35}.ipt-join-code{font-family:serif}.form-control,.form-control:focus{border-color:#cfd4da}.select2{width:100%!important}.font-bold{font-weight:600}.text-danger{color:red}.text-danger .small{font-size:12px}.dm-uploader{cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dm-uploader .btn{position:relative;overflow:hidden}.dm-uploader .btn input[type=file]{position:absolute;top:0;right:0;margin:0;border:solid transparent;width:100%;opacity:0;filter:alpha(opacity=0);cursor:pointer}body.body-not-auth .main-nav-wrap .main-nav{text-align:right}.wrap-icon-notifications{margin-right:20px}.wrap-icon-notifications .ul-icon-notifications{list-style:none;margin:0;padding:0;text-align:right}.wrap-icon-notifications .ul-icon-notifications li{display:inline-block}.wrap-icon-notifications .ul-icon-notifications li a{position:relative}.wrap-icon-notifications .ul-icon-notifications li a i{font-size:25px}.wrap-icon-notifications .ul-icon-notifications li a.active span#count-messages{display:block}.wrap-icon-notifications .ul-icon-notifications li a span#count-messages{position:absolute;right:-10px;top:-10px;background:rgba(255,0,0,.95);color:#fff;padding:0 6px;font-size:12px;line-height:14px;display:none}.wrap-icon-notifications .wrap-list-messages{display:none;position:absolute;z-index:999;width:220px;background:#ededed;top:30px;left:0;border:4px solid #ededed}.wrap-icon-notifications .wrap-list-messages.active{display:block}.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages{margin:0;padding:0;text-align:left;position:relative}.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages:before{width:0;height:0;border-color:transparent transparent #ededed;border-style:solid;border-width:0 5px 5px;content:"";position:absolute;z-index:1;top:-9px;left:5px}.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li{display:block;font-size:14px;border-bottom:1px solid #fff}.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li:last-child{border:0}.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li a{color:#3d3d3f;display:block;padding:8px;font-size:12px}.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li a:hover{background:#ffc423}.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li a .date-messages{font-style:italic}.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li.li-unread{background:#d6d6d6}.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li.link-all a{background:#cce8ed}.wrap-icon-notifications .wrap-list-messages ul#ul-list-messages li.link-send a{background:#b8d734}.message-detail .item-message-body{border:1px solid #cfcfcf;padding:10px;margin:0 0 5px}.message-detail .item-message-body.owner-message{background:#f0f0f0}.message-detail .item-message-body.owner-message .message-heading{background:#3d3d3f}.message-detail .item-message-body .message-heading{font-weight:700;background:#ffc423;padding:2px 10px;color:#fff;display:inline-block;margin:0 0 5px}.message-detail .item-message-body .message-heading i{color:#000;font-size:12px;font-weight:400;font-style:normal}.message-detail .item-message-body .message-content{padding:0 0 0 20px}.wrap-form-add-message{margin:30px 0 0}.tr-message-item.unread-message .span-unread{display:inline-block}.tr-message-item .span-unread{display:none;background:red;color:#fff;padding:2px 8px;font-size:12px;line-height:12px}.img-full{width:100%!important;height:auto!important}.sv_container fieldset{border:none;padding:0;margin:0}.sv_container .form-inline label{justify-content:left}.alert-success,.btn,.form-control,.select2-container--default .select2-selection--single{border-radius:0}.alert-success{color:#3d3d3f;background-color:#f7c64f;border-color:#f7c64f}.alert-danger,.alert-info,.page-item:first-child .page-link,.page-item:last-child .page-link{border-radius:0}.page-link{color:#008ca7}.page-item.active .page-link{background-color:#008ca7;border-color:#008ca7}.custom-control-input:checked~.custom-control-indicator{background-color:#008ca7}.check-all-list-wrap .custom-control-input:checked~.custom-control-indicator{background-color:#b8d734}.check-all-list-wrap.custom-control{margin-bottom:0}.btn-primary{color:#fff;background-color:#008ca7;border-color:#008ca7}.btn-primary:hover{background-color:#005f71;border-color:#005f71}.btn-outline-success{color:#008ca7;background-color:transparent;background-image:none;border-color:#008ca7}.btn-outline-success:hover{background-color:#008ca7;border-color:#008ca7}.btn-primary.disabled,.btn-primary:disabled{background-color:#acacac;border-color:#acacac}.jp_container{text-align:center}.jp_container a{background:#138da8;width:35px;height:35px;display:inline-block;border-radius:35px;color:#ffc525;line-height:35px;font-size:22px}.select2-container--default .select2-selection--multiple{border-radius:0}.hidden-show-more .show-more-btn{display:none!important}#modal-show-recipients h4{text-align:center;margin:0;padding:10px 0}#list-added-classrooms-learners-recipients{margin:30px 0 0;overflow:hidden}#list-added-classrooms-learners-recipients span{background:#7fc5d3;padding:10px;margin:0 2px 2px 0;display:block;float:left}#list-added-classrooms-learners-recipients span.recipient-learner{background:#b8d734}#list-added-classrooms-learners-recipients span.recipient-org{background:#008ca7}#list-added-classrooms-learners-recipients span.recipient-sub-org{background:#a8a8a8}#list-added-classrooms-learners-recipients span.recipient-instructor{background:#f7c64f}#list-added-classrooms-learners-recipients span a{background:red;width:15px;height:15px;border-radius:15px;line-height:15px;font-size:12px;display:inline-block;margin:0 0 0 5px;text-align:center;color:#fff}.no-border{border:none!important}#body-inner{overflow:hidden}header{padding:20px 0 0;background:#fff}header .search-login-wrap{margin:0 0 20px}header .search-login-wrap .frm-search-top{margin:0 0 0 20px}header .search-login-wrap .frm-search-top .txt-search-top{border:none;border-bottom:1px solid #cacaca;font-size:14px;padding:0 0 3px;background:#fff}header .search-login-wrap .frm-search-top .txt-search-top:focus{box-shadow:none;border-bottom:1px solid #cacaca;background:#fff}header .search-login-wrap .frm-search-top .btn-search-top{border:none;background:url(../images/icon-search.png) 50% no-repeat;width:30px;height:30px;color:#fff;text-indent:-9999px}header .search-login-wrap .menu-login{margin:0;padding:0;list-style:none;text-align:right}header .search-login-wrap .menu-login li{display:inline-block;position:relative;text-align:center;margin:0 15px 0 0;padding:0 15px 0 0}header .search-login-wrap .menu-login li:first-child:after{content:"";width:1px;top:4px;bottom:4px;right:-5px;background:#3d3d3f;position:absolute}header .search-login-wrap .menu-login li.no-border:first-child:after{display:none}header .search-login-wrap .menu-login li:last-child{margin:0;padding:0}header .search-login-wrap .menu-login li a{color:#3d3d3f;font-size:14px}header .search-login-wrap .menu-login li a:hover{color:#008ca7}header .search-login-wrap .menu-user{list-style:none;margin:0;padding:0;text-transform:uppercase;font-size:14px}header .search-login-wrap .menu-user li{position:relative;margin:0 15px;display:inline-block}header .search-login-wrap .menu-user li:after{content:"";position:absolute;top:4px;bottom:4px;width:1px;background:#3d3d3f;right:-15px}header .search-login-wrap .menu-user li:last-child{margin-right:0}header .search-login-wrap .menu-user li:last-child:after{display:none}header .search-login-wrap .menu-user li a{color:#3d3d3f}header .search-login-wrap .menu-user li a:hover{color:#008ca7}header .main-nav-wrap .main-nav{background:#b8d734;height:45px;line-height:45px;margin:0 0 0 83px;position:relative}header .main-nav-wrap .main-nav:after{content:"";position:absolute;top:0;bottom:0;background:#b8d734;width:100%;left:100%}header .main-nav-wrap .main-nav ul{margin:0;padding:0;list-style:none}header .main-nav-wrap .main-nav ul li{display:inline-block;margin:0 20px}header .main-nav-wrap .main-nav ul li:last-child{margin-right:0}header .main-nav-wrap .main-nav ul li.active a{color:#008ca7}header .main-nav-wrap .main-nav ul li a{color:#fff;font-weight:600;text-transform:uppercase}header .main-nav-wrap .main-nav ul li a:hover{color:#008ca7}header .logo{margin-left:-90px;margin-top:10px}header .main-nav #toggle-admin-menu{display:none}.card-header{background:#008ca7;color:#fff}.body-orange{background:#ffc423}.body-orange header{padding-bottom:80px}.body-orange #body-inner{min-height:0!important;margin:0 auto}.body-orange .btn-white{background:#008ca7;border-color:#008ca7;color:#fff}.body-orange .btn-white:hover{background:#f1f1f1;border-color:#f1f1f1;color:#ffc423}.body-orange #main-content{position:relative;top:100px;margin:0}.body-orange #main-content .main-content-login{padding:80px 0 0}.body-orange #main-content .main-content-login p{color:#008ca7}.body-orange #main-content .main-content-login p.alert-danger,.body-orange #main-content .main-content-login p.alert-success{background:none;border:none;text-align:center}.body-orange #main-content .main-content-login p a{text-decoration:underline;color:#fff}.body-orange #main-content .main-content-login p a.close{display:none}.body-orange #main-content .main-content-login p .btn-white:hover{background:#f1f1f1;border-color:#f1f1f1;color:#ffc423}.body-orange #main-content h2{color:#fff;font-weight:500;font-size:30px;margin:0 0 45px;padding:0}.body-orange #main-content p{color:#fff}.body-orange #main-content a{text-decoration:underline}.tooltipster i{font-size:20px}.tooltip-inner{max-width:300px}.tooltip-code{background-image:url(images/icon-question.jpg);background-position:50%;background-repeat:no-repeat;background-color:#eef7e3;background-size:40%;width:40px;height:40px;border-radius:40px;border:3px solid #a8a8a8;display:inline-block}.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.bs-tooltip-right .arrow{left:5px}.tooltip.bs-tooltip-right .tooltip-inner{margin-left:10px}.tooltip.bs-tooltip-left .tooltip-inner{margin-right:10px}.tooltip .arrow{width:15px;height:15px}.tooltip-inner{padding:5px 10px;color:#3e3e3f;text-align:left;background-color:#f6fbf7;border-radius:0;font-size:16px;border:1px solid #3e3e3f}.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.bs-tooltip-right .arrow{left:6px}.tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.bs-tooltip-right .arrow:before{content:"";margin-top:-5px;border-width:10px 10px 10px 0;border-right-color:#f7fbf7;z-index:9}.tooltip .arrow:after{position:absolute;border-color:transparent;border-style:solid;left:0}.tooltip.bs-tooltip-auto[x-placement^=right] .arrow:after,.tooltip.bs-tooltip-right .arrow:after{content:"";margin-top:-5px;border-width:10px 10px 10px 0;border-right-color:#3e3e3f;z-index:1}.tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.bs-tooltip-left .arrow:before{content:"";margin-top:-5px;border-width:10px 0 10px 10px;border-left-color:#f7fbf7;z-index:9;right:6px}.tooltip.bs-tooltip-auto[x-placement^=left] .arrow:after,.tooltip.bs-tooltip-left .arrow:after{content:"";margin-top:-5px;border-width:10px 0 10px 10px;border-left-color:#3e3e3f;z-index:1}#main-content{position:relative}#main-content .alert-info a{color:#f05523}#main-content .type-user{display:inline-block;padding:10px 15px;margin:0 5px 0 0}#main-content .type-user.type-user-1{background:#acacac}#main-content .type-user.type-user-2{background:#ffc423}#main-content .type-user.type-user-3{background:#df5e35}#main-content .type-user.type-user-4{background:#b8d734}#main-content .type-user.type-user-5{background:#008ca7}#main-content .icon-status{font-size:30px}#main-content .col-pronunciation{background:#008ca7}#main-content .col-pronunciation a{color:#fff}#main-content .col-meaning{background:#f7c64f}#main-content .col-meaning a{color:#000}#main-content .col-spelling{text-align:center}#main-content .no-link{cursor:default;color:#3d3d3f}#main-content .no-link:hover{color:inherit}#main-content .col-cumulative{height:32px;line-height:32px;font-size:12px}#main-content .lbl-package-name{font-weight:600;color:#008ca7}#main-content .list-type-admin{font-size:14px;font-weight:600}#main-content .list-type-admin tfoot,#main-content .list-type-admin thead{background:#008ca7;color:#fff;text-transform:uppercase}#main-content .list-type-admin tfoot th,#main-content .list-type-admin thead th{font-weight:600;text-transform:uppercase}#main-content .list-type-admin.table-striped tbody tr:nth-of-type(odd){background-color:#e5f3f6}#main-content .list-type-admin.table-striped tbody tr{background-color:#cce8ed}#main-content .list-type-admin.table-striped .list-info{margin:0;padding:0 0 0 20px;font-weight:400;font-size:11px}#main-content #menu-in-page{display:none}#main-content #menu-in-page .frm-search-list .input-search{text-transform:uppercase;border:none;border-bottom:1px solid #b8d734;font-size:14px;color:#fff;padding:0 0 2px;width:145px}#main-content #menu-in-page .frm-search-list button{background:url(images/icon-search.png) 50% no-repeat;border:none;width:20px;height:20px;cursor:pointer}#main-content #menu-in-page .link-heading-bar{color:#b8d734;font-size:14px;text-transform:uppercase;margin:0 10px 0 0}#main-content #menu-in-page .link-heading-bar:last-child{margin:0}#main-content #btn-login{background:url(images/btn-login-icon.png) 50% no-repeat;border-radius:72px;width:72px;height:72px;display:inline-block;overflow:hidden;outline:none;text-indent:-9999px;border:none}#main-content .wrap-current-steps{background:#fff;overflow:hidden;margin:0 0 30px}#main-content .wrap-current-steps .block-step{float:left;border-left:1px solid #3e3e40;padding-left:6px;margin:0 6px 0 0}#main-content .wrap-current-steps .block-step:last-child{margin:0}#main-content .wrap-current-steps .block-step h4{font-size:18px;color:#3e3e40;font-weight:400;margin:0 0 5px;padding:0}#main-content .wrap-current-steps .item-step{float:left;color:#fff;font-size:15px;font-weight:400;text-transform:uppercase;position:relative;margin:0 22px 0 0;padding:0 25px 0 0}#main-content .wrap-current-steps .item-step:after{width:0;height:0;border-color:transparent transparent transparent #008ca7;border-style:solid;border-width:19px 0 19px 22px;content:"";position:absolute;right:-22px;top:0}#main-content .wrap-current-steps .item-step.step-current:after{border-color:transparent transparent transparent #b8d734}#main-content .wrap-current-steps .item-step.step-current{background:#b8d734}#main-content .wrap-current-steps .item-step.step-current a{color:#fff}#main-content .wrap-current-steps .item-step.step-finish{background:#008ca7}#main-content .wrap-current-steps .item-step.step-finish a{color:#fff}#main-content .wrap-current-steps .item-step.step-finish a i{text-indent:-99999px;background:url(images/icon-back-quiz-white.png) 50% no-repeat;background-size:60%;display:inline-block;width:20px;height:20px;margin:0 0 0 5px}#main-content .wrap-current-steps .item-step.step-finish a:hover{color:#b8d734}#main-content .wrap-current-steps .item-step.step-finish a:hover i{background:url(images/icon-back-quiz-green.png) 50% no-repeat;background-size:60%}#main-content .wrap-current-steps .item-step.step-disable{background:#bacacb}#main-content .wrap-current-steps .item-step.step-disable:after{border-color:transparent transparent transparent #bacacb}#main-content .wrap-current-steps .item-step.step-not-finish{background:#bacacb}#main-content .wrap-current-steps .item-step.step-not-finish:after{border-color:transparent transparent transparent #bacacb}#main-content .wrap-current-steps .item-step .inner{padding:8px 7px}#main-content .wrap-current-steps .item-step .inner i{font-style:normal;padding:0 0 0 10px}#main-content .content-video-quiz .error-input{margin:0 0 10px}#main-content .wrap-item-dashboard-public .item-dashboard{padding:30px;color:#3e3e3f;text-align:center;font-size:22px;font-weight:300;text-transform:uppercase}#main-content .wrap-item-dashboard-public .item-dashboard.bg-orange{background:#f7c64f}#main-content .wrap-item-dashboard-public .item-dashboard.bg-blue{background:#3d8ea4}#main-content .wrap-item-dashboard-public .item-dashboard.bg-green{background:#bfd354}#main-content .wrap-item-dashboard-public .item-dashboard.bg-red{background:#df5e35}#main-content .wrap-item-dashboard-public .item-dashboard.bg-gray{background:#ccc}#main-content .wrap-item-dashboard-public .item-dashboard.small{margin-bottom:30px;color:#fff}#main-content .wrap-item-dashboard-public .item-dashboard h4{font-weight:500;font-size:22px;margin:0;padding:0;text-transform:uppercase}#main-content .wrap-item-dashboard-public .item-dashboard .big-number{margin:40px 0;font-size:100px;font-weight:300;line-height:100px}#main-content .wrap-item-dashboard-public .item-dashboard .small-number{margin:40px 0;font-size:24px;font-weight:300;line-height:100px}#main-content .wrap-item-dashboard-public .item-dashboard .list-item-badge{margin:30px 0 0;padding:0;overflow:hidden;position:relative}#main-content .wrap-item-dashboard-public .item-dashboard .list-item-badge .item-badge-home{margin:0 0 30px}#main-content .wrap-item-dashboard-public .item-dashboard .list-item-badge .item-badge-home img{padding:10px}#main-content .wrap-item-dashboard-public .item-dashboard a{color:#fff}#main-content .wrap-item-dashboard-public .item-dashboard a:hover{color:#000}#main-content .admin-nav{position:absolute;z-index:899;width:200px;top:0;transition:transform .5s;transform:translateX(-200px)}#main-content .admin-nav.active{transform:translateX(0)}#main-content .admin-nav #toggle-admin-menu{text-align:center;color:#fff;background:#7fc5d3;font-size:14px;position:absolute;top:0;right:-40px;display:block;width:40px;height:40px;line-height:45px}#main-content .admin-nav #toggle-admin-menu i{font-size:20px}#main-content .admin-nav #toggle-admin-menu.active i,#main-content .admin-nav #toggle-admin-menu i.fa-times{display:none}#main-content .admin-nav #toggle-admin-menu.active i.fa-times{display:inline}#main-content .admin-nav li.has-child>a{cursor:default;background:#008ca7}#main-content .admin-nav li.has-child>a.active,#main-content .admin-nav li.has-child>a:hover{background:#008ca7}#main-content .admin-nav li a{color:#fff;display:block;padding:10px;background:#7fc5d3;border-bottom:1px solid #fff}#main-content .admin-nav li a.active,#main-content .admin-nav li a:hover{background:#b8d734}#main-content .admin-nav li a i{font-size:11px}#main-content .admin-nav li ul{list-style:none;margin:0;padding:0}#main-content .admin-nav li ul li a{padding:10px 10px 10px 20px;background:#7fc5d3}#main-content .admin-nav li ul li a.active,#main-content .admin-nav li ul li a:hover{background:#b8d734}#main-content .notice-text-profile{overflow:hidden}#main-content .notice-text-profile>div,#main-content .notice-text-profile>p{float:left}#main-content .notice-word{font-size:14px;margin:20px 0 0}#main-content .notice-word.notice-word-domain{margin:0 0 10px}#main-content .complete-step-page .notice-word{display:none}#main-content .notice-word .wrap-sound-public{margin-left:0}#main-content .wrap-sound-public .jp_container a{background:#138da8;width:30px;height:30px;display:inline-block;border-radius:30px;color:#ffc525;line-height:30px;font-size:18px;opacity:.8;text-align:center}#main-content .msg-complete-part-word{font-size:20px;font-weight:500;overflow:hidden}#main-content .msg-complete-part-word .wrap-sound-public{margin-left:0}#main-content div.jp-video{width:70%}#main-content .col div.jp-video{width:100%;margin:0 0 50px}#main-content .col div.jp-video .jp-type-single{height:170px}#main-content .col div.jp-video .jp-type-single.standard-size{height:264px}#main-content .col div.jp-video-full div.jp-jplayer{position:static!important}#main-content .col div.jp-video-full .jp-type-single,#main-content .col div.jp-video-full .standard-size{height:100%!important;left:0;bottom:0;top:0;right:0}#main-content .assignment-icon-wrap{display:inline-block;padding:0 5px 0 0;font-weight:400;color:#ffc423}#main-content .message-detail h1{font-size:20px}#main-content .message-detail h1 span{font-size:16px}#main-content .bottom-retake{margin:30px 0 0}#main-content .msg-complete{font-size:20px}#main-content .sum-quiz{margin:10px 0 0}#main-content #modal-show-recipients .modal-body{padding:0}#main-content #modal-show-recipients .block-recipients h2{margin:10px 0;font-size:22px}#main-content #modal-show-recipients .block-recipients .header-block{background:#008ca7;color:#fff;padding:5px}#main-content #modal-show-recipients .block-recipients .header-block h3{font-size:20px;font-weight:600;margin:0;padding:0;line-height:35px}#main-content #modal-show-recipients .block-recipients .list-recipients>.row{background:#e5f3f6;padding:10px 0}#main-content #modal-show-recipients .block-recipients .list-recipients>.row:nth-child(2n){background:#cce8ec}#main-content #modal-show-recipients .block-recipients .list-recipients>.row .custom-control{margin-bottom:0}#main-content #ipt-answer-spell-quiz{display:inline-block;margin:0 5px 8px 0}#main-content #btn-answer-spell-quiz{display:inline-block;position:relative;top:-4px}#main-content div.jp-audio div.jp-title li{display:none}#main-content .list-sound-companion .jp_container a{border-radius:0}#main-content .list-sound-companion .wrap-sound{display:none;margin:15px 0 0}#main-content .list-sound-companion .btn-play-sound{overflow:hidden;background:#138da8;width:30px;height:30px;display:block;border-radius:30px;color:#ffc525;line-height:30px;font-size:18px;opacity:.8;text-align:center}#main-content .list-sound-companion .btn-play-sound .fa-volume-off,#main-content .list-sound-companion .btn-play-sound.playing .fa-volume-up{display:none}#main-content .list-sound-companion .btn-play-sound.playing .fa-volume-off{display:inline}#main-content .icon-sound{background:#138da8;width:30px;height:30px;display:inline-block;border-radius:30px;color:#ffc525;line-height:30px;font-size:18px;text-align:center}#main-content .jp-video .jp-progress,.modal-video-footer .jp-video .jp-progress{right:230px}#main-content .jp-video .jp-interface .jp-controls .jp-mute,#main-content .jp-video .jp-interface .jp-controls .jp-unmute,.modal-video-footer .jp-video .jp-interface .jp-controls .jp-mute,.modal-video-footer .jp-video .jp-interface .jp-controls .jp-unmute{right:100px}#main-content .jp-video .jp-interface .jp-controls .duration-time,.modal-video-footer .jp-video .jp-interface .jp-controls .duration-time{position:absolute;right:145px;height:35px;line-height:35px;left:auto;color:#008ca7}#main-content .jp-video .jp-interface .jp-controls .duration-time a,.modal-video-footer .jp-video .jp-interface .jp-controls .duration-time a{text-indent:0;display:inline;font-size:10px}#main-content .jp-video .jp-interface .jp-controls .duration-time a:hover,.modal-video-footer .jp-video .jp-interface .jp-controls .duration-time a:hover{color:#008ca7;cursor:default}#main-content .jp-video .jp-interface .jp-toggles .jp-full-screen,#main-content .jp-video .jp-interface .jp-toggles .jp-restore-screen,.modal-video-footer .jp-video .jp-interface .jp-toggles .jp-full-screen,.modal-video-footer .jp-video .jp-interface .jp-toggles .jp-restore-screen{right:0}#main-content .jp-video .jp-volume-bar,.modal-video-footer .jp-video .jp-volume-bar{right:45px}#main-content .text-content h1,.modal-video-footer .text-content h1{font-size:30px;font-family:Work Sans,Helvetica,Arial,Lucida,sans-serif}#main-content .text-content h2,.modal-video-footer .text-content h2{line-height:42px}#main-content #left-area,.modal-video-footer #left-area{width:77.25%;padding:0 3% 50px 0;font-size:18px;line-height:1.6em}.body-not-found #main-content{position:relative}.body-not-found #main-content:before{content:"";position:absolute;top:-50px;bottom:-50px;width:1px;background-color:#e2e2e2;right:32%!important}.main-nav-wrap .main-nav.no-menu{padding:0 0 0 20px;color:#fff}.main-nav-wrap .main-nav .title-main-nav{text-transform:uppercase;font-size:14px;font-weight:600}.main-nav-wrap .main-nav .title-main-nav h1{font-size:14px;font-weight:600}.main-nav-wrap .main-nav .title-main-nav span{font-size:11px;font-weight:400}.main-nav-wrap .main-nav .frm-search-list{margin:0 15px 0 0}.main-nav-wrap .main-nav .frm-search-list .input-search{background:#b8d734;text-transform:uppercase;border:none;border-bottom:1px solid #fff;font-size:14px;color:#fff;padding:0 0 2px}.main-nav-wrap .main-nav .frm-search-list .input-search:focus,.main-nav-wrap .main-nav .frm-search-list .input-search:hover{box-shadow:none}.main-nav-wrap .main-nav .frm-search-list button{background:url(images/icon-search-list.png) 50% no-repeat;border:none;width:20px;height:20px;cursor:pointer}.main-nav-wrap .main-nav .link-heading-bar{color:#fff;font-size:16px;text-transform:uppercase;margin:0 0 0 10px}.main-nav-wrap .main-nav .link-heading-bar:hover{color:#008ca7}footer{background:#ebf2f4!important;background:linear-gradient(180deg,#ebf2f4 0,#f8fafb)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebf2f4",endColorstr="#f8fafb",GradientType=0)!important;color:#3d3d3f!important}footer .main-content-footer{padding:60px 0 10px}footer .main-content-footer .text-center{padding-top:35px}footer .main-content-footer .footer-nav-wrap .main-nav{text-align:right}footer .main-content-footer .footer-nav-wrap .main-nav ul{margin:68px 0 0;padding:0;text-align:right}footer .main-content-footer .footer-nav-wrap .main-nav ul li{list-style:none;display:inline-block;margin:0 30px 0 0}footer .main-content-footer .footer-nav-wrap .main-nav ul li a{color:#3d3d3f!important;text-transform:uppercase;font-size:14px!important}footer .main-content-footer .footer-nav-wrap .main-nav ul li:last-child{margin:0}footer .main-content-footer .top-footer{margin:0 0 30px;font-family:Work Sans Semibold,sans-serif!important}footer .main-content-footer .top-footer a:hover{text-decoration:underline}footer .main-content-footer .bottom-footer{padding:15px 0;text-align:center!important;color:#3d3d3f!important;font-size:14px!important;line-height:1.4em!important}footer .main-content-footer .bottom-footer a{color:#3d3d3f!important}footer .main-content-footer .bottom-footer a:hover{text-decoration:underline;opacity:.7}.push{height:80px}.title-dev-site{position:absolute;top:15px;right:15px;z-index:9}.title-dev-site h2{font-size:18px}

