@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css);@charset "UTF-8";

/****************************************************************************
 - Globals
 *****************************************************************************/

.section-header .nav-link {
  position: relative;
}

.fa-fw {
  font-size: 1.4rem;
  vertical-align: middle;
}

/****************************************************************************
 -  HOME PAGE's Carousel Styles
 *****************************************************************************/

/************************* Homepage Heading ***************************/

.homepage-header {
  /*  padding-top: 1rem;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 43rem;
}

#carouselMain {
  margin: 0 auto;
}

#carouselMain .carousel-item {
  height: 36rem;
  background: no-repeat no-repeat 100% 50%;
  background-size: cover;
}

#carouselMain .carousel-item:after {
  background: white;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -25px;
  height: 10rem;
  border-radius: 50% 50% 0 0;
}

#carouselMain .homepage-heading {
  width: 33%;
  padding-top: 6.5rem;
}

#carouselMain .homepage-heading span,
#carouselMain .homepage-heading p,
#carouselMain .homepage-heading h2,
#carouselMain .homepage-heading h3 {
  color: white;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #carouselMain .homepage-heading {
    width: 50% !important;
    padding-top: 7rem !important;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  #carouselMain .homepage-heading {
    text-align: center !important;
    width: 100% !important;
    padding-top: 4rem;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  #carouselMain .homepage-heading .header-button {
    padding-top: 0;
  }
}

#carouselMain .homepage-heading .header-button .btn {
  border: solid 1px white;
  border-radius: 2rem;
  background-color: white;
  padding: 0.5rem 1.5rem;
  color: #0a2266;
  font-size: 1.2rem;
  font-weight: bolder;
}

#carouselMain .carousel-indicators {
  bottom: 10rem;
}

#carouselMain .carousel-indicators li {
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  border-radius: 100%;
}

@media (min-width: 320px) and (max-width: 768px) {
  #carouselMain .carousel-indicators {
    display: none;
  }
}

/***************** Continue Learning's Carousel *******************/

.medal-tag {
  height: 1.375rem;
  border: none;
  border-radius: 0.6875rem;
  padding: 0 0.125rem 0 0.25rem;
  background-color: #0a2266;
  font-size: 0.7rem !important;
  font-weight: 700;
  line-height: 1.3125rem;
  color: #ffffff;
  float: right;
}

/****************************************************************************
 -  Navbar Styles
 *****************************************************************************/

#navbarColor,
.landing-startButton {
  opacity: 0;
  -webkit-animation: fadeIn 500ms linear;
          animation: fadeIn 500ms linear;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.navbar-collapse {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    background-color: #0a2266;
    padding: 1rem;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .navbar-collapse {
    max-width: 95% !important;
    max-height: 40rem;
    overflow-y: auto;
  }
}

.navbar-dark .navbar-toggler {
  margin-right: 2rem;
  border: solid 0.1rem white;
  color: rgba(255, 255, 255, 0.9);
}

.navbar-toggler {
  color: white;
}

.fixed-top.scrolled {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #0a2266), to(#226299));
  background: linear-gradient(to right, #0a2266 80%, #226299 100%);
}

@media (min-width: 320px) and (max-width: 768px) {
  .fixed-top.scrolled {
    background: #0a2266 !important;
  }
}

.navbar-nav {
  color: white;
  padding-left: 1.5rem;
  /* nav menu shadow */
}

@media (min-width: 320px) and (max-width: 768px) {
  .navbar-nav {
    padding-left: 0;
  }
}

.navbar-nav .form-group {
  margin-bottom: 0;
}

.navbar-nav .dropdown-item {
  color: #727272;
  padding: 0.6rem;
}

.navbar-nav .dropdown-item:hover {
  background-color: #f0f8ff;
  border-radius: 0.938rem;
}

@media screen and (max-width: 992px) {
  .navbar-nav .dropdown-item {
    color: #ffffff !important;
    padding: 0.25rem 1.75rem !important;
  }

  .navbar-nav .dropdown-item:hover {
    background-color: #5a5655 !important;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .navbar-nav .dropdown-item {
    background-color: #0a2266 !important;
    color: #ffffff !important;
    padding: 0.25rem 1.75rem !important;
  }

  .navbar-nav .dropdown-item:hover {
    background-color: #5a5655 !important;
  }
}

.navbar-nav .md-avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.navbar-nav .md-avatar.size-1 {
  width: 40px;
  height: 40px;
}

.navbar-nav .dropdown-menu {
  top: 3rem;
  min-width: 15rem;
}

@media (min-width: 320px) and (max-width: 768px) {
  .navbar-nav .dropdown-menu {
    top: 0rem;
    margin-top: 0 !important;
    background-color: none !important;
    border: none !important;
  }
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-nav .nav-link .fa {
  color: #ffffff;
}

.navbar-nav .nav-dropdown-header {
  background-color: #f0f8ff;
  padding: 0.75rem;
  border-radius: 0.938rem 0.938rem 0 0;
}

@media (min-width: 320px) and (max-width: 768px) {
  .navbar-nav .nav-dropdown-header {
    padding: 0.25rem 0 0.25rem 1.75rem;
    background-color: transparent;
    color: white;
    font-weight: 600;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .navbar-nav .nav-dropdown-header h6 {
    font-weight: 700;
  }
}

.navbar-nav .dropdown ul.dropdown-menu {
  border-radius: 0.938rem;
  box-shadow: none;
  margin-top: 20px;
  padding: 0;
  max-width: 49rem;
}

@media screen and (max-width: 992px) {
  .navbar-nav .dropdown ul.dropdown-menu {
    margin-top: 0rem !important;
    background-color: #0a2266;
    max-width: 100%;
  }
}

.navbar-nav .dropdown ul.dropdown-menu:before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 16px;
  z-index: 10;
}

@media screen and (max-width: 992px) {
  .navbar-nav .dropdown ul.dropdown-menu:before {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .navbar-nav .dropdown ul.dropdown-menu:before {
    display: none !important;
  }
}

.navbar-nav .dropdown ul.dropdown-menu:after {
  content: "";
  border-bottom: 12px solid #ccc;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -12px;
  left: 14px;
  z-index: 9;
}

@media screen and (max-width: 992px) {
  .navbar-nav .dropdown ul.dropdown-menu:after {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .navbar-nav .dropdown ul.dropdown-menu:after {
    display: none !important;
  }
}

.navbar-nav .form-control {
  color: #727272;
  background: rgba(169, 169, 169, 0.5);
}

.navbar-nav .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.navbar-nav .form-control::-moz-placeholder {
  color: #ffffff;
}

.navbar-nav .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.navbar-nav .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.navbar-nav .form-control::placeholder {
  color: #ffffff;
}

.navbar-nav .form-control.selectize-control {
  font-family: "Open Sans", sans-serif;
}

.navbar-nav .form-control.selectize-control:before {
  font-family: "Font Awesome 5 Free";
}

.navbar-nav .selectize-dropdown {
  opacity: 1;
}

.navbar-nav .search-tablet,
.navbar-nav .search-mobile {
  min-width: 16rem;
}

.navbar-nav .search-tablet ::-webkit-input-placeholder, .navbar-nav .search-mobile ::-webkit-input-placeholder {
  color: #ffffff;
}

.navbar-nav .search-tablet ::-moz-placeholder, .navbar-nav .search-mobile ::-moz-placeholder {
  color: #ffffff;
}

.navbar-nav .search-tablet :-ms-input-placeholder, .navbar-nav .search-mobile :-ms-input-placeholder {
  color: #ffffff;
}

.navbar-nav .search-tablet ::-ms-input-placeholder, .navbar-nav .search-mobile ::-ms-input-placeholder {
  color: #ffffff;
}

.navbar-nav .search-tablet ::placeholder,
.navbar-nav .search-mobile ::placeholder {
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 768px) {
  .navbar-nav .search-tablet,
  .navbar-nav .search-mobile {
    min-width: 0rem;
  }
}

.navbar-nav .search-tablet .form-control,
.navbar-nav .search-mobile .form-control {
  padding-left: 2.375rem;
  background: rgba(169, 169, 169, 0.5);
  /* color:$grey4;*/
}

.navbar-nav .search-tablet .form-control-feedback,
.navbar-nav .search-mobile .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #ffffff;
}

.navbar-nav .search-bar span {
  background: rgba(169, 169, 169, 0.5);
}

.navbar-nav .search-bar .fa,
.navbar-nav .search-bar .fas,
.navbar-nav .search-bar .far {
  color: #ffffff;
}

.navbar-nav .search-bar input {
  width: 330px;
}

.navbar-nav .search-bar input:focus {
  box-shadow: none;
}

.navbar-nav .search-bar .input-group-prepend {
  margin-right: 0;
}

/******************** Navigation Menu Mobile Version *******************************/

.vl {
  border-left: solid 0.01rem;
  margin-left: 0.4rem;
  padding-right: 0.4rem;
}

@media (min-width: 320px) and (max-width: 768px) {
  .vl {
    display: none;
  }
}

.dropdown-tablet {
  display: block;
}

@media (min-width: 320px) and (max-width: 768px) {
  .dropdown-tablet {
    display: none !important;
  }
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type=checkbox],
#menu ul span.drop-icon {
  display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
  border-style: solid;
  border-color: #0a2266;
}

#menu li,
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #0a2266;
  border-width: 0.1rem 0.1rem 0;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
  position: relative;
  display: block;
  color: #ffffff;
  background-color: #0a2266;
}

#menu,
#toggle-menu {
  display: none;
  background-color: #0a2266;
}

@media (min-width: 320px) and (max-width: 768px) {
  #menu,
  #toggle-menu {
    display: block !important;
  }
}

#menu a {
  padding: 0.4rem 0rem;
}

#menu a {
  transition: all 0.125s ease-in-out;
  -webkit-transition: all 0.125s ease-in-out;
}

#menu a:hover {
  text-decoration: none;
  background-color: #5a5655;
  color: #ffffff;
}

#menu .sub-menu {
  display: none;
}

#menu input[type=checkbox]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #5a5655;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
  position: absolute;
  top: 0.6em;
}

#menu label.drop-icon,
#toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0 0 0 transparent;
}

#menu .drop-icon {
  line-height: 1;
}

@media (min-width: 320px) and (max-width: 768px) {
  .list-group-item-mobile {
    padding: 0.4rem 1.25rem !important;
  }
}

.search-tablet {
  display: block;
}

@media (min-width: 320px) and (max-width: 768px) {
  .search-tablet {
    display: none !important;
  }
}

.search-mobile {
  display: none;
  width: 100%;
  margin-left: -0.5rem;
  margin-bottom: 0.5rem;
}

.search-mobile .search-bar .input-group-prepend {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

@media (min-width: 320px) and (max-width: 768px) {
  .search-mobile {
    display: block !important;
  }
}

.search-mobile + label .fa-circle {
  margin-left: -0.2rem;
  margin-right: 0.1rem;
}

.table-control-elements .dataTables_length label {
  margin-left: 20px;
}

.table-control-elements .dataTables_length select {
  height: 33px;
}

.dataTables_filter input[type=search] {
  border: 1px solid #959595;
  background-color: white;
  border-radius: 3px;
  padding: 5px;
}

.dataTable td.details-control {
  cursor: pointer;
}

.dataTable td.details-control:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #f2ad26;
}

.dataTable td.details-control:after {
  content: "\F0FE";
}

.dataTable tr.shown td.details-control:after {
  content: "\F146";
}

form {
  display: grid;
  grid-row-gap: 1rem;
}

form h4 {
  color: #959595;
  margin-top: 2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #d1d1d1;
}

form label {
  font-weight: 700;
}

.ui-accordion .ui-accordion-header {
  margin: 8px 0 0 0 !important;
}

.course-number {
  display: inline-block;
  width: 3rem;
  margin-right: 0.5rem;
  text-align: right;
  font-weight: bold;
}

.avatar_preview {
  margin-top: 5px;
  width: 55px;
  height: auto;
}

.avatar_preview img {
  width: 100%;
}

.manage-tests-edit .test-setting-selectors {
  background-color: #d1d1d1;
  margin: 15px 15px 0 15px;
  padding: 15px;
  border-radius: 8px;
}

.manage-tests-edit .test-setting-selectors .inline-group-head {
  display: inline-block;
  margin-right: 30px;
}

.manage-tests-edit .test-setting-selectors .btn-test-settings-info {
  cursor: pointer;
}

.manage-tests-edit .test-setting-selectors .btn-test-settings-info i {
  font-size: xx-large;
}

.manage-tests-edit .accordion.course-test-editing .card .question-category-head {
  margin: 2rem 0 1rem 0;
}

.manage-tests-edit .accordion.course-test-editing .card .question-category-head strong {
  padding-bottom: 6px;
  border-bottom: solid 1px black;
}

.manage-tests-edit .accordion.course-test-editing .card-header h5.mb-0 {
  background-color: lightgray;
  padding: 10px;
}

.manage-tests-edit .accordion.course-test-editing .card-header .btn.btn-link {
  background-color: white;
  border-color: gray;
  font-size: 2rem;
  line-height: 2rem;
  border-radius: 0.75rem;
  color: gray;
}

.manage-tests-edit .accordion.course-test-editing .card-header .question-answer {
  display: inline-block;
  float: right;
}

.manage-tests-edit .accordion.course-test-editing .card-header .question-answer .letter-toggle {
  display: inline-block;
  height: 34px;
  padding: 6px 9px;
  margin-right: 4px;
  background-color: #959595;
  border-color: #959595;
  color: #747474;
  font-weight: bold;
  line-height: 150%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.manage-tests-edit .accordion.course-test-editing .card-header .question-response {
  padding: 6px 12px;
}

.manage-tests-edit .accordion.course-test-editing .card-header .letter-toggle.correct {
  background-color: #729867;
  border-color: #729867;
  color: white;
}

.manage-tests-edit .accordion.course-test-editing .card-body .row.option {
  margin: 8px 0 8px 30px;
}

.manage-tests-edit .accordion.course-test-editing .card-body .btn.delete-option,
.manage-tests-edit .accordion.course-test-editing .card-body .btn.add-option {
  height: 34px;
  padding: 6px 9px;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.manage-tests-edit .accordion.course-test-editing .card-body .btn.delete-option i,
.manage-tests-edit .accordion.course-test-editing .card-body .btn.add-option i {
  color: white;
}

.manage-tests-edit .accordion.course-test-editing .card-body .btn.add-option {
  background-color: #729867;
  border-color: #729867;
}

.manage-tests-edit .accordion.course-test-editing .card-body .btn.add-option i {
  margin-top: 4px;
}

.manage-tests-edit .accordion.course-test-editing .card-body .btn.delete-option.deleting {
  background-color: #ac2957;
  border-color: #ac2957;
}

.manage-tests-edit .accordion.course-test-editing .card-body .btn.delete-option.deleting :after {
  content: "Deleting";
  position: absolute;
  font-family: sans-serif;
  color: #ac2957;
  left: 75%;
  font-size: 2rem;
  opacity: 0.5;
  top: 0.8rem;
}

.manage-tests-edit .accordion.course-test-editing .card-body .option-include.deleting {
  opacity: 0.4;
}

.manage-tests-edit .accordion.course-test-editing .card-body .option-alpha {
  position: relative;
  float: right;
  background-color: gray;
  padding: 4px 7px;
  font-weight: bold;
  color: white;
  border-radius: 4px;
}

.manage-tests-edit .accordion.course-test-editing .card-body .question-image-preview {
  height: 70px;
}

@media screen and (max-width: 768px) {
  .manage-tests-edit .accordion.course-test-editing .question-answer {
    display: block;
    float: left;
    margin-top: 2rem;
  }
}

.jse--output {
  position: relative;
  margin: 50px;
  max-width: 960px;
  min-height: 100px;
  outline: 1px solid #eee;
  padding: 0;
  color: white;
  background-color: #f3f6fa;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(#fff 50%, transparent 50%, transparent);
  background-size: 60px 60px;
  color: black;
  font-family: monospace;
}

.jse--output .jse--row {
  position: relative;
  display: block;
  margin: 0px;
  line-height: 30px;
}

.jse--output .jse--row:hover {
  background-color: rgba(0, 0, 0, 0.01);
  outline: 1px dotted #555;
}

.jse--output .jse--delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 2em;
  text-align: center;
  font-size: 2.5em;
  color: #ac2957;
  cursor: pointer;
}

.jse--output .jse--row.jse--add {
  font-weight: bold;
  height: 30px;
}

.jse--output .jse--row.jse--add .jse--plus {
  width: 30px;
  height: 30px;
  padding-left: 20px !important;
  border: none;
  background-color: transparent;
  margin-left: 6px;
  padding: 0 !important;
  font-size: 2em;
  color: #729867;
  cursor: pointer;
}

.jse--output .jse--typeof {
  font-weight: 200;
  font-size: 0.9em;
  color: #555;
  margin-left: 50px;
}

.jse--output input {
  border: none;
  background-color: transparent;
  margin: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
}

.jse--output input:hover {
  background-color: rgba(249, 251, 253, 0.5);
}

.jse--output input:focus {
  outline: 1px solid silver;
  background-color: #f9fbfd;
}

.jse--output input.jse--key {
  font-weight: bold;
  width: 10%;
}

.jse--output input.jse--value {
  font-style: italic;
  width: 70%;
}

.jse--output input[type=checkbox].jse--value__new {
  position: absolute;
}

.jse--output .jse--row-object > .jse--row,
.jse--output .jse--row--array > .jse--row {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px dotted #ccc;
}

.form-inline select {
  margin: 0 2rem 0 1rem;
}

.modal-lg {
  max-width: 90%;
}

.modal-header .close {
  padding: 0 1rem 1rem 0;
}

.panel-filter-time {
  padding: 10px 15px;
  background-color: #E7EDF2;
  border: 1px solid #E7EDF2;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 20px;
}

.panel-filter-time .panel-filter-time-heading {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .panel-filter-time .panel-filter-time-heading .btn {
    margin-top: 20px;
  }
}

.panel-filter-time .panel-filter-time-heading .btn.focus,
.panel-filter-time .panel-filter-time-heading .btn:focus,
.panel-filter-time .panel-filter-time-heading .btn:hover {
  color: #FFFFFF;
  background-color: #0b1653;
  border-color: #0b1653;
}

.panel-filter-time .panel-filter-time-heading form {
  margin-bottom: 0;
}

.panel-filter-time .panel-filter-time-heading input::-webkit-input-placeholder {
  color: #959595;
}

.panel-filter-time .panel-filter-time-heading input::-moz-placeholder {
  color: #959595;
}

.panel-filter-time .panel-filter-time-heading input:-ms-input-placeholder {
  color: #959595;
}

.panel-filter-time .panel-filter-time-heading input::-ms-input-placeholder {
  color: #959595;
}

.panel-filter-time .panel-filter-time-heading input::placeholder {
  color: #959595;
}

.panel-filter-time .panel-filter-time-heading input.hasDatepicker {
  padding: 7px;
  border-radius: 0.5rem;
  border: 1px #E7EDF2 solid;
  color: #000;
  width: 100%;
}

@media screen and (max-width: 420px) {
  .panel-filter-time .panel-filter-time-heading input.hasDatepicker {
    display: block;
  }
}

.panel-filter-time .panel-filter-time-heading .time-range {
  margin-bottom: 10px;
  line-height: 150%;
  font-weight: 300;
  font-size: 1.75rem;
  color: black;
}

.panel {
  border-color: #d1d1d1;
  width: 100%;
}

.panel .panel-heading {
  background-color: #F3F3F3;
  border-color: #747474;
  font-weight: 100;
  font-size: 20px;
  color: #747474;
}

.panel .panel-footer {
  color: #0b1653;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #0b1653;
  background: #E7EDF2;
  font-weight: normal;
  color: #ffffff;
}

.media {
  margin-top: 0;
}

.btn-primary.btn-white {
  background-color: white;
  color: black;
  border-color: black;
}

.btn-primary.btn-white:hover {
  background-color: #F3F3F3;
}

.btn-neutral {
  background-color: white;
  border-color: #747474;
  color: #747474;
  border-width: 2px;
}

.btn-neutral:hover {
  background-color: #d1d1d1;
  border-color: black;
  color: black;
}

.navbar-collapse {
  opacity: 0;
}

.nav-tabs .nav-link {
  font-weight: 500;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.ui-state-active {
  border: 1px solid #337ab7 !important;
  background: #337ab7 !important;
}

.ui-state-default.ui-sortable-handle {
  padding: 4px 8px;
  margin: 4px;
  list-style: none;
}

.search-filter-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
}

.search-filter-table th,
.search-filter-table td {
  text-align: left;
  padding: 6px;
  vertical-align: top;
}

.search-filter-table tr.header,
.search-filter-table tr:hover {
  background-color: #f1f1f1;
}

.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}

.select-pure__select {
  -webkit-box-align: center;
          align-items: center;
  background: #f9f9f8;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: left;
          justify-content: left;
  min-height: 44px;
  padding: 5px 10px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5;
}

.select-pure__select--opened .select-pure__options {
  display: block;
}

.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 44px;
  line-height: 25px;
  padding: 10px;
}

.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none;
}

.select-pure__option--hidden {
  display: none;
}

.select-pure__selected-label {
  -webkit-box-align: "center";
          align-items: "center";
  background: #5e6264;
  border-radius: 4px;
  color: #fff;
  cursor: initial;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: "center";
          justify-content: "center";
  margin: 5px 10px 5px 0;
  padding: 3px 7px;
}

.select-pure__selected-label .fa.fa-times {
  margin-top: 5px;
}

.select-pure__selected-label:last-of-type {
  margin-right: 0;
}

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
  color: red !important;
}

.select-pure__selected-label img {
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-left: 7px;
  width: 14px;
}

.select-pure__selected-label i:hover {
  color: #e4e4e4 !important;
}

.select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}

.select-pure__placeholder--hidden {
  display: none;
}

.global-assignment-ui h4 {
  display: block;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px solid #d1d1d1;
}

.global-assignment-ui h4 .form-group {
  display: inline-block;
  margin-top: -7px;
}

.list-select-all {
  display: inline-block;
}

.list-select-all label {
  margin-top: -10px;
}

.list-select-all label .label-name {
  margin-top: 10px;
}

.searchable-sortable-list.compact .custom-checkbox {
  width: 100%;
}

.searchable-sortable-list.compact .deactivated-icon {
  position: absolute;
  top: 5px;
  right: 0;
}

.searchable-sortable-list.compact .list-category-head,
.searchable-sortable-list.compact .list-group-item {
  font-size: 12px;
  line-height: 120%;
}

.searchable-sortable-list.compact .list-category-head label .overflow,
.searchable-sortable-list.compact .list-group-item label .overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}

.searchable-sortable-list.compact .list-group-item {
  min-height: 40px;
}

.searchable-sortable-list .search {
  margin-bottom: 10px;
}

.searchable-sortable-list .list-category-head {
  padding: 6px;
  margin-top: 6px;
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.searchable-sortable-list .list-group-item {
  margin-bottom: 1px;
  padding: 0.75rem 1rem 0 0.75rem;
  font-size: 20px;
}

.searchable-sortable-list .list-group-item.disabled {
  opacity: 0.6;
}

.searchable-sortable-list .list-group-item.clickable {
  padding: 0.5rem 1rem 0 1rem;
}

.searchable-sortable-list .filter-on {
  display: none;
}

.searchable-sortable-list .filter_buttons {
  margin: 10px 0;
}

.searchable-sortable-list .filter_buttons span {
  color: gray;
  cursor: pointer;
}

.searchable-sortable-list .filter_buttons span.is-active {
  color: blue;
}

.searchable-sortable-list .deactivated-icon {
  position: relative;
  background-color: white;
  top: 1px;
  margin-left: 5px;
  border: orange solid 1px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
}

.searchable-sortable-list .deactivated-icon :after {
  content: "";
  border-top: 1px orange solid;
  left: 3px;
  top: 2px;
  position: absolute;
  width: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.searchable-sortable-list .deactivated-icon span {
  position: absolute;
  display: inline-block;
  font-family: sans-serif;
  line-height: 16px;
  width: 14px;
  font-size: 12px;
  text-align: center;
  color: orange;
}

.tag-course-list-filters li,
.tag-apply-list-filters li {
  border-radius: 3px;
  border: #337ab7 solid 1px;
  font-size: 12px;
  padding: 0 6px;
}

.tag-course-list-filters li a,
.tag-apply-list-filters li a {
  color: #337ab7;
  text-decoration: none;
}

.tag-course-list-filters li.is-active,
.tag-apply-list-filters li.is-active {
  background-color: #337ab7;
}

.tag-course-list-filters li.is-active a,
.tag-apply-list-filters li.is-active a {
  color: #FFFFFF;
}

.tag-assign-course-details-icon {
  display: none;
  position: absolute;
  top: -1px;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #69696940;
  border-radius: 0 3px 0 3px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.tag-assign-course-details-icon:after {
  content: "+";
}

/* custom checkbox */

.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  margin-top: -4px;
  cursor: pointer;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Show the checkmark when checked */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Style the checkmark/indicator */
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border: 1px solid lightgray;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* On mouse-over, add a grey background color */

.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-checkbox.settings {
  line-height: 32px;
  margin-right: 20px;
}

body {
  min-height: 100vh;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #5a5655;
}

span,
p {
  font-size: inherit !important;
}

h1 {
  font-weight: 100;
  text-align: center;
  margin: 2em;
}

.btns-top-nav-admin {
  position: absolute;
  margin-left: 10%;
  z-index: 1031;
}

.btns-top-nav-admin button {
  display: inline-block;
  position: relative;
  top: 1.5rem;
  font-weight: bold;
}

.btns-top-nav-admin button:not(:first-child) {
  margin-left: 1rem;
}

.btns-top-nav-admin .btn-secondary {
  background-color: white;
  color: #727272;
  border-color: #d1d1d1;
  border-width: 2px;
}

.btns-top-nav-admin .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.btn-administration-logout,
.btn-administration-fake-login {
  position: absolute;
  margin-left: 10%;
  top: 20px;
  z-index: 1031;
}

.section.section-main {
  position: relative;
  top: 20px;
  padding-bottom: 50px;
}

.section.section-site-footer {
  position: absolute;
  width: 100%;
}

.section-site-header .super_header a {
  font-size: 1.5rem;
}

.section-site-footer .text-copyright {
  font-size: 1em;
  color: white;
}

.loading-overlay-admin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1030;
}

.loading-overlay-admin .message {
  position: relative;
  width: 25%;
  margin: auto;
  padding: 15px 0;
  opacity: 0.6;
  /*border-top: 1px solid white;
  border-bottom: 1px solid white;*/
  text-align: center;
  top: 35%;
  font-weight: 100;
  font-size: 40px;
  color: white;
}

.admin-banner-header {
  color: white;
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: 100;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .admin-banner-header {
    text-align: left;
  }
}

.maintenance-alert {
  display: none;
  position: fixed;
  top: 0;
  height: 64px;
  width: 70%;
  left: 15%;
  overflow: hidden;
  z-index: 2001;
}

.content-maintenance-alert {
  top: -85px;
  -webkit-transition: top 500ms;
  transition: top 500ms;
}

.content-maintenance-alert.open {
  top: 0;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 1;
}

.section-banner span,
.section-footer span {
  font-size: 1rem !important;
}

.section-admin {
  min-height: 65rem;
}

@media (min-width: 320px) and (max-width: 768px) {
  .section-admin {
    min-height: auto;
  }
}

