
@import 'autocomplete/easy-autocomplete.min.css';
@import 'autocomplete/easy-autocomplete.themes.css';
.profiles {
  display: none;
  font-family: "montserrat";
}
.profiles .text-primary {
  color: #ff5219 !important;
}
.profiles a,
.profiles a:link,
.profiles a:visited,
.profiles a:hover,
.profiles a:active {
  color: inherit;
  text-decoration: none;
}
.profiles .btn-primary {
  background-color: #ff5219;
  border-color: #ff5219;
}
.profiles .btn-primary:hover {
  border-color: #ff5219;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

/* ---------------------------------------------------

----------------------------------------------------- */
.text-blue {
  color: #018fc0 !important;
}

.text-10 {
  font-size: 10px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-30 {
  font-size: 30px !important;
}

.h-40px {
  height: 50px;
}

.h-360px {
  height: 360px;
}

.mw-700px {
  max-width: 700px !important;
}

.bg-darker {
  background-color: #17191c !important;
}

.text-primary-light {
  color: #ffd8cc !important;
}

.bg-primary-gradient-dark {
  background: linear-gradient(130deg, #ff5219 -50px, #222 80%);
}

.hide-scrollbar {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}

@media only screen and (min-width: 765px) {
  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 765px) {
  .mobile {
    text-align: center;
  }
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 2080px) {
  .nested_courses .hideit {
    display: none;
  }
}
@media only screen and (max-width: 2080px) {
  .nested_courses .desktop_large {
    display: none;
  }
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.opacity-on-hover {
  -webkit-transition: opacity 0.2s; /* Safari */
  transition: opacity 0.2s;
}
.opacity-on-hover:hover {
  opacity: 0.6;
}

#global_modal .modal-content,
.modal .modal-content {
  border-radius: 3px;
  background: #4f4f4f;
  border: none;
  color: #f3f2f2;
}
#global_modal .modal-content .modal-header,
.modal .modal-content .modal-header {
  border-bottom: 1px solid #444;
}
#global_modal .modal-content .modal-footer,
.modal .modal-content .modal-footer {
  border-top: 1px solid #444;
}
#global_modal .modal-content hr,
.modal .modal-content hr {
  border-color: #444;
}
#global_modal .modal-content .top,
.modal .modal-content .top {
  box-shadow: none;
}
#global_modal .modal-content .top .nav-tabs > li.active > a,
.modal .modal-content .top .nav-tabs > li.active > a {
  background: none !important;
  color: #1c1c1c;
}
#global_modal .modal-content .top .nav-tabs > li.active,
.modal .modal-content .top .nav-tabs > li.active {
  border: none !important;
}
#global_modal .modal-content .top a,
.modal .modal-content .top a {
  color: #fff;
  padding: 4px 15px;
}
#global_modal .modal-content .top a:hover,
.modal .modal-content .top a:hover {
  border: 1px solid #464646;
}
#global_modal .modal-content .top .nav-tabs,
.modal .modal-content .top .nav-tabs {
  border: none;
}
#global_modal .modal-content .modal-form,
.modal .modal-content .modal-form {
  margin-left: 17%;
  padding: 20px 20px 20px 20px;
  -moz-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
  background: #4f4f4f;
  border-radius: 3px;
}
@media only screen and (min-width: 759px) {
  #global_modal .modal-content .modal-form,
  .modal .modal-content .modal-form {
    width: 700px;
  }
}
@media only screen and (max-width: 769px) {
  #global_modal .modal-content .modal-form,
  .modal .modal-content .modal-form {
    width: 100%;
  }
}
#global_modal .modal-content .modal-form .nav-tabs > li,
.modal .modal-content .modal-form .nav-tabs > li {
  margin-bottom: 10px;
}
#global_modal .modal-content .modal-form .form-control,
.modal .modal-content .modal-form .form-control {
  border-radius: 3px !important;
}
#global_modal .modal-content .modal-form .nav-link,
.modal .modal-content .modal-form .nav-link {
  color: #fff;
}
#global_modal .modal-content .modal-form .header,
.modal .modal-content .modal-form .header {
  display: inline;
}
#global_modal .modal-content .modal-form .nav-tabs > li.active > a,
.modal .modal-content .modal-form .nav-tabs > li.active > a {
  border: none;
}
#global_modal .modal-content .modal-form .title,
.modal .modal-content .modal-form .title {
  font-size: 16px;
}
#global_modal .modal-content .modal-form .nav-tabs,
.modal .modal-content .modal-form .nav-tabs {
  border: none;
}
#global_modal .modal-content .modal-form .nav-tabs a,
#global_modal .modal-content .modal-form .nav-tabs li.active > a,
.modal .modal-content .modal-form .nav-tabs a,
.modal .modal-content .modal-form .nav-tabs li.active > a {
  transition: 0.2s;
}
#global_modal .modal-content .modal-form .nav-tabs a:hover,
#global_modal .modal-content .modal-form .nav-tabs li.active > a:hover,
.modal .modal-content .modal-form .nav-tabs a:hover,
.modal .modal-content .modal-form .nav-tabs li.active > a:hover {
  background: #464646 !important;
}
#global_modal .modal-content .modal-form li,
.modal .modal-content .modal-form li {
  background: #585858;
  color: #f3f2f2;
  margin-bottom: 0 !important;
}
#global_modal .modal-content .modal-form li a,
.modal .modal-content .modal-form li a {
  color: #f3f2f2 !important;
}
#global_modal .modal-content .modal-form .nav-tabs > li.active > a,
.modal .modal-content .modal-form .nav-tabs > li.active > a {
  background: #464646 !important;
}
#global_modal .modal-content .modal-form textarea,
.modal .modal-content .modal-form textarea {
  background: #2d2d2d;
  font-size: 14px;
  height: 50px;
  border: 0;
  color: #999 !important;
  width: 100%;
  padding: 6px 12px;
}
#global_modal .modal-content .modal-form textarea:focus,
.modal .modal-content .modal-form textarea:focus {
  border: 1px solid #f3f2f2;
}
#global_modal .modal-content .modal-form .modal-header,
.modal .modal-content .modal-form .modal-header {
  padding-top: 0;
  border: none;
  cursor: -webkit-grab;
  cursor: grab;
}
#global_modal .modal-content .course-days tr,
.modal .modal-content .course-days tr {
  height: 35px;
}
#global_modal .modal-content .course-days tr td,
.modal .modal-content .course-days tr td {
  padding: 5px;
}
#global_modal .modal-content .course-days tr td:last-child,
.modal .modal-content .course-days tr td:last-child {
  min-width: 300px;
}
#global_modal .modal-content .course-days tr .course-day-checkbox input,
.modal .modal-content .course-days tr .course-day-checkbox input {
  width: 20px;
}
#global_modal .modal-content .course-days tr a:hover,
.modal .modal-content .course-days tr a:hover {
  color: #1c1c1c !important;
}
#global_modal .modal-content .course-days tr .course-days-fields,
.modal .modal-content .course-days tr .course-days-fields {
  font-size: 13px;
  margin-bottom: 20px;
}
#global_modal .modal-content .course-days tr .details,
.modal .modal-content .course-days tr .details {
  color: #999;
  margin-bottom: 10px;
}
#global_modal .modal-content .course-days tr .details .btn-danger,
.modal .modal-content .course-days tr .details .btn-danger {
  background: #d9534f;
}
#global_modal .modal-content .course-days .submit,
.modal .modal-content .course-days .submit {
  display: none;
}

/* ---------------------------------------------------
----------------------------------------------------- */
.opacity-25 {
  opacity: 25%;
}

.opacity-50 {
  opacity: 50%;
}

.opacity-75 {
  opacity: 75%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control:focus {
  box-shadow: none !important;
}

/* ---------------------------------------------------
  COLORS
----------------------------------------------------- */
.bg-light-gray {
  background-color: #f3f2f2 !important;
}

.bg-dark-gray {
  background-color: #4f4f4f !important;
}

.bg-dark-gray-darker {
  background-color: #464646 !important;
}

/* ---------------------------------------------------
 END OF COLORS
----------------------------------------------------- */
.fade-out-right:after {
  box-shadow: -29px 2px 23px -15px rgb(255, 255, 255) inset;
  -webkit-box-shadow: -29px 2px 23px -15px rgb(255, 255, 255) inset;
  -moz-box-shadow: -29px 2px 23px -15px rgb(255, 255, 255) inset;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
}

.bg-light-yellow {
  background-color: #FEFBDC;
}

.dark-checkbox {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  background-color: #333;
}

.dark-checkbox-label {
  position: relative;
  cursor: pointer;
}
.dark-checkbox-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #474747;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background-color: #474747;
  border-radius: 3px;
}

.dark-checkbox:checked + .dark-checkbox-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 0px;
}

/* ---------------------------------------------------
  VERTICALLY CENTER MODAL
----------------------------------------------------- */
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

/* ---------------------------------------------------
  END OF VERTICALLY CENTER MODAL
----------------------------------------------------- */
.btn:focus {
  box-shadow: none !important;
}

.admin {
  font-family: "Helvetica Neue", sans-serif !important;
}
.admin .text-info {
  color: #6e9ec6 !important;
  text-decoration: none !important;
}
.admin .btn-primary:disabled, .admin .btn-primary:focus {
  background-color: #5e7642;
  border-color: #5e7642;
  box-shadow: none;
}
.admin .pending_participations_dropdown:hover {
  background: 616161;
}
.admin .pending_participations_dropdown .pending_participations_dropdown_content .pending_participations_dropdown_inner {
  width: 440px;
}
.admin .pending_participations_dropdown .pending_participations_dropdown_content .header-wrapper .header {
  transition: 0.2s;
}
.admin .pending_participations_dropdown .pending_participations_dropdown_content .header-wrapper .header:hover {
  background: #6f6f6f;
}
.admin .pending_participations_dropdown .pending-details p {
  white-space: nowrap;
}

.admin .navbar .nav-link, .admin .navbar .navbar_dropdown a {
  color: #e6e6e6 !important;
}

.navbar_dropdown.active {
  transform: translate(0, 10px);
}

.admin .navbar .bg-none:hover {
  background: none !important;
}
.admin .navbar .dropdown-menu a {
  font-size: 14px;
}
.admin .navbar .navbar_dropdown a, .admin .navbar .nav-link, .admin .navbar .btn {
  font-size: 14px;
  cursor: pointer;
  background: #3a3a3a;
  padding: none;
  align-items: center;
  transition: 0.1s;
}
.admin .navbar .navbar_dropdown a:hover, .admin .navbar .nav-link:hover, .admin .navbar .btn:hover {
  background: #616161 !important;
}
.admin .navbar .pending_participations_dropdown_content {
  font-size: 12px;
}
.admin .navbar .pending_participations_dropdown_content a:hover {
  background: #616161 !important;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .admin .navbar .navbar-collapse, .admin .navbar .navbar-toggler {
    display: none !important;
  }
}
.admin .navbar .navbar-nav {
  flex-direction: unset;
}

.navbar_dropdown {
  top: -28px;
  left: 0;
  transition: transform 0.6s ease;
  transform: translate(0, -235px);
  z-index: -1;
  padding: 0 100px 0 100px;
  float: none !important;
}
.navbar_dropdown .w-20 {
  min-width: 130px;
  padding: 0 0 4px 0;
  transition: 0.2s;
}
.navbar_dropdown .w-20 div {
  margin-top: 5px;
  padding: 7px 18px 7px 18px;
}
.navbar_dropdown .w-20 a:hover {
  background: #dad9d9 !important;
}
.navbar_dropdown .w-20 a div {
  padding: 7px 18px 7px 18px;
}
.navbar_dropdown .active-page {
  -moz-box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.navbar_dropdown .active-link {
  color: #353535 !important;
  background: #ffb60f !important;
}

@font-face {
  font-family: "Microsoft JhengHei UI Light";
  src: url(/assets/microsoft-jhenghei-7c13294a73bb7ca5c177f0ebd9ba0aa925c6e7fa48836c3ee00d3262997e5c56.ttf) format("truetype");
}
.top-navbar-sub-wrapper {
  top: 70px;
}
.top-navbar-sub-wrapper .top-navbar-sub {
  margin-left: -2px;
  max-width: 1444px;
  float: none !important;
}
.top-navbar-sub-wrapper .top-navbar-sub h1 {
  font-family: "Microsoft JhengHei UI Light";
}

.admin a {
  color: #333;
}
.admin .nav-tabs {
  border-bottom: none;
}
.admin .nav-tabs li a {
  transition: 0.1s;
  position: relative;
}
margin .admin .nav-tabs li a:hover {
  text-shadow: 0 0 0.05px #ccc, 0 0 0.05px #ccc;
  color: #1c1c1c;
}
.admin .nav-tabs li > a::after {
  display: block;
  content: "";
  padding-bottom: 3px;
  transform: scaleX(1);
  transition: transform 250ms ease-in-out;
}
.admin .nav-tabs li.active > a {
  color: #1c1c1c !important;
  text-shadow: 0 0 0.05px #ccc, 0 0 0.05px #ccc;
}
.admin .nav-tabs li.active > a:after {
  display: block;
  content: "";
  padding-bottom: 3px;
  border-bottom: solid 4px #4da9c9;
  transform: scaleX(1);
  transition: transform 250ms ease-in-out;
}
.admin .nav-tabs li.active > a:hover:after {
  transform: scaleX(0.5);
}
.admin .nav-tabs li:not(.active) > a:hover::after {
  border-bottom: solid 4px #ccc;
  transform: scaleX(0.5);
  position: absolute;
  bottom: -10px;
  width: 100%;
}

.admin {
  /* ---------------------------------------------------
    TABLE CHECKBOX
  --------------------------------------------------- */
  /* ---------------------------------------------------
    END OF TABLE CHECKBOX
  --------------------------------------------------- */
  /* ---------------------------------------------------
    COURSE_CONTANINERS/EDIT
  --------------------------------------------------- */
  /* DATATABLE IN COURSES_CONTAINERS/_PROJECTS */
  /* END OF DATATABLE IN COURSES_CONTAINERS/_PROJECTS */
  /* Rounded sliders */
  /* ---------------------------------------------------
    END OF COURSE_CONTAINERS/EDIT
  --------------------------------------------------- */
  /* ---------------------------------------------------
    DATATABLE IN COURSES_CONTAINERS/EDIT
  ----------------------------------------------------- */
  /* ---------------------------------------------------
    END OF DATATABLE IN COURSES_CONTAINERS/EDIT
  ----------------------------------------------------- */
  /* ---------------------------------------------------
  EMAILS
  ----------------------------------------------------- */
  /* ---------------------------------------------------
  END OF EMAILS
  ----------------------------------------------------- */
  /* ---------------------------------------------------
    NEW MODAL
  ----------------------------------------------------- */
  /* ---------------------------------------------------
    END OF NEW MODAL
  ----------------------------------------------------- */
  /* ---------------------------------------------------
    MODAL FOR APPROVING/DISAPPROVING PENDING PARTICIPATIONS
  ----------------------------------------------------- */
  /* ---------------------------------------------------
    END OF MODAL FOR APPROVING/DISAPPROVING PENDING PARTICIPATIONS
  ----------------------------------------------------- */
}
.admin .admin_data .statistics_numbers #button {
  transition: 0.2s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.admin .admin_data .statistics_numbers #button:hover {
  background: #dad9d9;
}
.admin .admin_data .statistics_numbers #statistics_numbers .col-md-6, .admin .admin_data .statistics_numbers #statistics_numbers .col-sm-6 {
  padding-top: 5px;
  padding-bottom: 1px;
}
.admin .admin_data .percentage_statistics .positive:before {
  font-family: "FontAwesome";
  content: "\f062";
  font-size: 26px;
}
.admin .admin_data .percentage_statistics .positive .percentage {
  font-size: 30px;
}
.admin .admin_data .percentage_statistics .negative:before {
  font-family: "FontAwesome";
  content: "\f063";
  font-size: 26px;
}
.admin .course-button-grey:disabled, .admin .course-button-grey-drafts:disabled {
  opacity: 0.6;
}
@media only screen and (max-width: 769px) {
  .admin .alle-kurs .search-course-dropdown-wrapper .dropdown {
    margin-bottom: 10px;
  }
}
.admin table .toggle-off.btn {
  padding-left: 14px;
}
.admin .bg-secondary {
  background-color: #414141 !important;
}
.admin .primary-color {
  color: #9EC66E;
}
.admin .btn-primary {
  background: #9EC66E !important;
  color: #2c2c2c !important;
  border-radius: 2px !important;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
}
.admin .btn-primary:hover {
  cursor: pointer;
}
.admin .btn-danger {
  background: #ff4747 !important;
  color: #2c2c2c !important;
  border-radius: 2px !important;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
}
.admin .btn-danger:hover {
  cursor: pointer;
}
.admin .btn-secondary {
  background: #666 !important;
  border-color: #666 !important;
  border-radius: 2px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  white-space: nowrap;
  text-align: center;
  border: none;
}
.admin .btn-secondary:hover {
  cursor: pointer;
}
.admin .btn-third {
  background: #c6c26e !important;
  color: #2c2c2c !important;
  border-radius: 2px !important;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
}
.admin .btn-third:hover {
  cursor: pointer;
}
.admin .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  font-size: 12px;
  font-weight: 600;
}
.admin .btn-sm {
  padding: 2px 4px !important;
  font-size: 10px;
}
.admin .flash.notice {
  border: 2px solid #9EC66E;
  color: #9EC66E;
}
.admin .flash.notice, .admin .flash.success {
  border: 2px solid #9EC66E;
  color: #9EC66E;
}
.admin .flash__icon.notice {
  background-color: #9EC66E !important;
}
.admin .flash__icon.success {
  background-color: #9EC66E;
}
.admin .flash_button {
  color: #9EC66E;
}
.admin .notice .flash_button {
  border: 2px solid #9EC66E;
}
.admin .success .flash_button {
  border: 2px solid #9EC66E;
}
.admin .flash_button:hover {
  background-color: #9EC66E;
}
.admin .flash_button:active {
  background-color: #9EC66E;
}
.admin #draggable {
  background: #fff;
}
.admin #draggable .col-md-6 {
  padding: 10px 20px;
}
.admin #draggable .col-md-6 .handle {
  cursor: grab;
}
.admin #draggable .col-md-6 .area {
  margin: 10px;
  height: 300px;
}
.admin #draggable .col-md-6 .area .wrapper {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.admin #draggable .col-md-6 .area .wrapper:hover {
  cursor: grab;
}
.admin #draggable .col-md-6 .area .wrapper .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.admin #draggable .col-md-6 .area .wrapper i {
  right: 0;
  position: absolute;
}
.admin #draggable .col-md-6 .fa {
  font-size: 16px;
  color: #ccc;
}
.admin .members_only_false {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.admin .members_only_false p {
  margin: 0;
}
.admin .members_only_false label {
  width: 100%;
  margin-bottom: 0;
}
.admin .members_only_false label:hover {
  cursor: pointer;
}
.admin .members_only_false label span {
  padding: 7px 11px 7px 11px;
  display: block;
  font-weight: 400;
}
.admin .members_only_false label input {
  top: -20px;
}
.admin .members_only_false input:checked + span {
  background: #9ec66e;
  transition: 0.3s;
  width: 120px;
}
.admin .members_only_false input:checked + span p {
  display: none;
  margin: 0;
}
.admin .members_only_false input:checked + span:after {
  content: "Registrerte deltagere";
}
.admin .members_only_true p {
  margin: 0;
}
.admin .members_only_true label {
  width: 100%;
  margin-bottom: 0;
}
.admin .members_only_true label:hover {
  cursor: pointer;
}
.admin .members_only_true label span {
  padding: 7px 11px 7px 11px;
  display: block;
  font-weight: 400;
}
.admin .members_only_true label input {
  top: -20px;
}
.admin .members_only_true input:checked + span {
  background: #9ec66e;
  transition: 0.3s;
  width: 120px;
}
.admin .members_only_true input:checked + span p {
  display: none;
  margin: 0;
}
.admin .members_only_true input:checked + span:after {
  content: "Synlig for alle";
}
.admin .edit_course_container .select2-container {
  width: 100% !important;
  z-index: 1 !important;
}
.admin .course-container .course_table .header .col-md-1, .admin .course-container .course_table .header .col-md-2 {
  padding: 7px 10px;
  white-space: nowrap;
  overflow: hidden;
}
.admin .course-container .course_table .header .col-md-1:not(:last-of-type), .admin .course-container .course_table .header .col-md-2 {
  border-right: 1px solid #666;
}
.admin .course-container .course_table .course_fields .select2-container {
  z-index: 1 !important;
}
.admin .course-container .course_table .course_fields .row .warning {
  background-color: rgba(255, 71, 71, 0.3) !important;
}
.admin .course-container .course_table .course_fields .row .col-md-1, .admin .course-container .course_table .course_fields .row .col-md-2 {
  padding: 0;
}
.admin .course-container .course_table .course_fields .row .col-md-1 .form-control, .admin .course-container .course_table .course_fields .row .col-md-2 .form-control {
  border: 0;
  border-left: 1px solid #f3f2f2;
}
.admin .course-container .course_table .course_fields .row .col-md-1 .course-price, .admin .course-container .course_table .course_fields .row .col-md-1 .course-limit, .admin .course-container .course_table .course_fields .row .col-md-2 .course-price, .admin .course-container .course_table .course_fields .row .col-md-2 .course-limit {
  padding: 7px;
}
.admin .course-container .course_table .course_fields .row .col-md-1 input:focus, .admin .course-container .course_table .course_fields .row .col-md-1 select:focus, .admin .course-container .course_table .course_fields .row .col-md-2 input:focus, .admin .course-container .course_table .course_fields .row .col-md-2 select:focus {
  border: 2px solid #6cc6e6 !important;
  background-color: #FAFAFA !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 4px;
}
.admin .course-container .course_table .course_fields .row .col-md-1 p, .admin .course-container .course_table .course_fields .row .col-md-1 .fa, .admin .course-container .course_table .course_fields .row .col-md-2 p, .admin .course-container .course_table .course_fields .row .col-md-2 .fa {
  width: 100%;
  height: 31px;
  text-align: center;
  padding: 7px;
  margin: 0;
}
.admin .course-container .course_table .course_fields .row .col-md-1 .select2-container--default .select2-selection--single, .admin .course-container .course_table .course_fields .row .col-md-2 .select2-container--default .select2-selection--single {
  background: none;
  border-radius: 0 !important;
}
.admin .course-container .course_table .course_fields .row .col-md-1 .select2-container .select2-selection--single .select2-selection__rendered, .admin .course-container .course_table .course_fields .row .col-md-2 .select2-container .select2-selection--single .select2-selection__rendered {
  height: 31px;
  padding: 0 0 0 10px !important;
}
.admin .course-container .course_table .course_fields .row input {
  border-top: none;
  border-left: 1px solid #f3f2f2 !important;
  border-right: none;
  border: none;
}
.admin .course-container .course_table .course_fields .row .col-md-1:last-child {
  border-right: 1px solid #f3f2f2;
}
.admin .course-container .course_table .course_fields .row .col-md-6-desktop {
  margin-bottom: -22px;
}
.admin .course-container .course_table .course_fields .row .table thead th {
  border-bottom: 0;
}
.admin .course-container .course_table .course_fields .row .table {
  border-collapse: collapse;
  margin-bottom: 0;
}
.admin .course-container .course_table .course_fields .row .table > tbody > tr > td {
  padding: 0;
  border-top: none;
}
.admin .course-container .course_table .course_fields .row .table > thead > tr > th {
  padding: 4px 0 4px 10px;
  width: 2.5%;
  font-size: 12px;
}
.admin .course-container .course_table .course_fields .row .table > thead > tr > th:after {
  border-right: 1px solid #7b7b7b;
}
.admin .course-container .course_table .course_fields .row .form-control {
  border-radius: 0 !important;
  height: 31px;
  padding: 6px !important;
}
.admin .course-container .course_table .course_fields .row input {
  border-bottom: none;
  border-radius: 0 !important;
  padding: 6px;
  background: #fff !important;
}
.admin .course-container .course_table .course_fields .row input[type=number]::-webkit-outer-spin-button, .admin .course-container .course_table .course_fields .row input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.admin .course-container .course_table .course_fields .row input[type=number] {
  -moz-appearance: textfield;
}
.admin .course-container .course_table .course_fields .row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.admin .course-container .course_table .select2-selection__rendered {
  overflow: scroll !important;
  background: white !important;
  border: none !important;
  position: absolute;
  height: 50px !important;
}
.admin .course-container .course_table .select2-selection__choice {
  color: #333;
}
.admin .course-container .course_table .select2-container--default .select2-selection--single, .admin .course-container .course_table .select2-selection--multiple, .admin .course-container .course_table input {
  border: none !important;
}
.admin .course-container .course_table .select2-selection__choice {
  font-size: 10px;
  padding: 0 2px;
  border-radius: 2px;
  margin-top: 3px;
  background-color: #f3f2f2 !important;
  border: 1px solid #e4e4e4 !important;
}
.admin #course_container_projects th:nth-child(1) {
  width: 10% !important;
}
.admin #course_container_projects th:nth-child(2) {
  width: 9% !important;
}
.admin #course_container_projects th:nth-child(3) {
  width: 18% !important;
}
.admin #course_container_projects th:nth-child(4) {
  width: 26% !important;
}
.admin #course_container_projects th:nth-child(5) {
  width: 22% !important;
}
.admin #course_container_projects th:nth-child(6) {
  width: 7% !important;
}
.admin #course_container_projects th:nth-child(7) {
  width: 8% !important;
}
.admin .course-container {
  margin-bottom: 180px;
  /* Displays/hides the projects datatable */
  /* fix the projects datatable input width */
}
.admin .course-container .edit_course_container input {
  border: 1px solid #e6e6e6 !important;
  height: 28px !important;
  background: #f9f9f9 !important;
  border-top: 1px solid #e6e6e6 !important;
  padding: 4px;
}
.admin .course-container .form-control {
  font-size: 12px;
}
.admin .course-container input {
  width: 100%;
  font-weight: normal;
}
.admin .course-container .first {
  margin-top: 21px;
  padding: 0px;
}
.admin .course-container .text {
  font-weight: 600;
}
.admin .course-container .text .select2-selection__rendered {
  font-weight: normal;
}
.admin .course-container .top {
  margin: 0 -5px;
}
.admin .course-container .top .col-md-3 {
  padding: 0 5px;
}
@media only screen and (min-width: 769px) {
  .admin .course-container .top .col-md-3 .green-button {
    margin-top: 17px;
  }
}
.admin .course-container .select2-container {
  padding-right: 10px;
}
.admin .course-container .select2-container .select2-selection__rendered {
  border: 1px solid #e6e6e6 !important;
  height: 28px !important;
  background: #f9f9f9 !important;
  border-top: 1px solid #e6e6e6 !important;
}
.admin .course-container .modal {
  top: 125px;
}
.admin .course-container .modal hr {
  border: 1px solid #4f4f4f;
}
.admin .course-container .modal .col-sm-6, .admin .course-container .modal .col-md-6 {
  padding: 0 15px !important;
}
.admin .course-container .modal .col-sm-6 .green-button, .admin .course-container .modal .col-md-6 .green-button {
  width: 100%;
}
.admin .course-container .courses .fa-minus-square-o:hover {
  cursor: pointer;
}
.admin .course-container .courses .select2-container {
  padding-right: 0;
  width: 100% !important;
}
.admin .course-container .courses .select2-container .select2-selection--single {
  height: 31px !important;
}
.admin .course-container .hideThis {
  display: none;
}
.admin .course-container .displayThis {
  z-index: 10;
  position: absolute;
  border: 1px solid #b7b7b7;
}
.admin .course-container #project_results .search_results {
  cursor: pointer;
}
.admin .course-container #project_results .dropdown-button:hover {
  cursor: pointer;
}
.admin .course-container .dataTables_filter {
  width: 100%;
}
.admin .course-container .dataTables_filter label {
  width: 100%;
}
.admin .course-container .dataTables_filter label input {
  width: 100% !important;
  margin-left: 0 !important;
}
.admin .course-container .project-index {
  margin: 0;
}
.admin .course-container .project-index table.dataTable thead > tr > th {
  padding-right: 0;
}
.admin .course-container .project-index #course_container_projects {
  min-width: 650px !important;
}
.admin .course-container .project-index table {
  z-index: 200;
  background: white;
}
.admin .course-container .project-index table td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin .course-container .project-index .course-index-header {
  background: none;
  color: #555;
}
.admin .course-container .project-index tbody tr:hover {
  background: #ebf5fa;
}
.admin .course-container .project-index tbody tr .child-row-trigger-closed, .admin .course-container .project-index tbody tr .child-row-trigger-open {
  padding: 8px;
}
.admin #global_modal {
  z-index: 2300;
}
.admin #global_modal .recreate_course_days .fa-pencil {
  margin-left: 5px;
}
.admin #global_modal .recreate_course_days .start_date_container {
  font-size: 18px;
}
.admin #global_modal .recreate_course_days .fa-calendar {
  font-size: 22px;
  margin-top: 3px;
}
.admin #global_modal .table > tbody > tr > td {
  border: none;
}
.admin #global_modal .table > tbody > tr td:nth-child(1), .admin #global_modal .table > tbody > tr td:nth-child(4), .admin #global_modal .table > tbody > tr td:nth-child(5) {
  width: 20px;
}
.admin #global_modal .table > tbody > tr td:nth-child(3) {
  width: 200px;
}
.admin #global_modal .table > tbody > tr td:nth-child(2) {
  width: 20%;
}
.admin #global_modal .course_day .warning {
  color: #ff9999;
}
.admin #global_modal .course_day .course_day_inner {
  padding: 0 6px;
}
.admin #global_modal .course_day .course_day_inner .input-group {
  margin-bottom: 5px;
}
.admin #global_modal .course_day .course_day_inner .fa-minus-square-o, .admin #global_modal .course_day .course_day_inner .course_day_number {
  color: #999;
}
.admin #global_modal .course_day .course_day_inner .note input {
  padding: 3px;
  background: #444 !important;
  border: 1px solid #666 !important;
  color: #f3f2f2 !important;
  overflow: scroll;
  height: 30px;
}
.admin #global_modal .course_day .course_day_inner .note input:focus {
  border: 1px solid #ddd;
  background: #ddd;
}
.admin #global_modal .course_day .course_day_inner .note input::-webkit-input-placeholder {
  color: #f3f2f2;
}
.admin #global_modal .course_day .course_day_inner .note input:-moz-placeholder {
  color: #f3f2f2;
}
.admin .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.admin .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.admin input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.admin .course_fields .form-control {
  min-width: 100px;
}
.admin .slider.project {
  border-radius: 25px;
}
.admin .slider.project:before {
  border-radius: 50%;
}
.admin .new_course_container .col-md-2, .admin .new_course_container .col-md-2 {
  padding-left: 7px;
  padding-right: 7px;
}
.admin .course_table .row {
  margin: 0;
}
.admin .course_table .row td {
  padding: 0 !important;
  border: none !important;
}
.admin .course_table .row h2 {
  text-align: center;
}
.admin .course_table .row table caption {
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .admin .course_table .row table caption {
    border-bottom: 1px solid #ddd;
  }
}
.admin .course_table .row .p {
  text-align: center;
  padding-top: 140px;
}
.admin .datepicker table tr td.active.active {
  background-color: #9EC66E !important;
  border-color: #5e7642 !important;
  border-radius: 0 !important;
}
.admin .datepicker table tr td.active.active:hover {
  background-color: #5e7642 !important;
}
.admin .edit_course_container .week_days .selected {
  color: #9EC66E !important;
}
.admin .course-container .course_fields .select2-selection__rendered {
  width: 100%;
  background: white !important;
  height: 50px !important;
  border-bottom: none !important;
  border-right: none !important;
  border-left: 1px solid #f9f9f9 !important;
  border-top: 1px solid #f9f9f9 !important;
}
.admin .course-names .course-index th:nth-child(n) {
  padding-left: 40px;
}
.admin .course-names .course-index .image {
  width: 20px;
  height: 13px;
}
.admin .coach .navbar-default-transparent {
  padding-top: 5px;
}
.admin .coach .navbar-default-transparent .navbar-right {
  margin-top: -5px !important;
}
.admin .coach .admin-content {
  max-width: 1444px;
  margin: 0 auto !important;
  float: none !important;
}
@media only screen and (min-width: 1110px) {
  .admin .coach .admin-content {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 1110px) {
  .admin .coach .admin-content {
    padding: 75px 10px 0 10px;
  }
}
@media only screen and (min-width: 800px) {
  .admin .coach .admin-content .admin-content-inner {
    padding: 0 50px;
  }
}
.admin .coach .logo {
  width: 86px;
  top: 10px;
}
.admin .coach .container-fluid {
  padding-left: 80px;
}
.admin .coach_panel {
  font-size: 12px;
}
.admin .coach_panel a {
  color: #1c1c1c;
}
.admin .coach_panel .dropdown-menu > li > a {
  padding: 8px 20px;
}
.admin .coach_panel .dropdown-menu > li > a:hover {
  background: #f5f5f5 !important;
}
.admin .coach_panel .search_field {
  margin-left: 10px;
}
.admin .projects .dropdown-content .project-input, .admin .reports .dropdown-content .project-input {
  width: 95%;
}
.admin .projects .fa:hover, .admin .reports .fa:hover {
  cursor: pointer;
}
.admin .projects .button, .admin .reports .button {
  background: #ddd;
  text-align: center;
  color: #1c1c1c;
  padding: 7px;
  transition: 0.2s;
}
.admin .projects .button:hover, .admin .reports .button:hover {
  background: #c3c2c2;
}
.admin .subtable-wrapper {
  max-width: 100px;
}
@media only screen and (max-width: 1150px) {
  .admin .subtable-wrapper .subtable .col-md-2 .grey-button, .admin .subtable-wrapper .subtable .col-sm-2 .grey-button {
    padding-left: 0;
    padding-right: 0;
  }
}
.admin .subtable-wrapper .checked {
  margin-right: -2px;
}
.admin .subtable-wrapper .checked button {
  padding: 7px 11px 7px 11px;
  background: #9EC66E;
  border: 0;
}
.admin .subtable-wrapper .unchecked {
  margin-right: -2px;
}
.admin .subtable-wrapper .unchecked button {
  padding: 7px 11px 7px 11px;
  background: #ddd;
  border: 0;
}
.admin .course-index {
  font-size: 12px;
  /* END OF DATATABLE IN COURSES/_COURSES */
  /* DATATABLE IN PARTICIPATIONS/_PENDING */
  /* END OF DATATABLE IN PROJECTS/INDEX */
}
.admin .course-index .dataTables_wrapper {
  padding-bottom: 20px;
}
.admin .course-index .course_participants .select2-selection {
  border: none;
  background: #f7f7f7;
}
.admin .course-index #datatable_waiting_list .member-info:hover {
  cursor: pointer;
}
.admin .course-index .paginate-button {
  box-sizing: border-box;
  min-width: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-left: 2px;
  *cursor: hand;
  color: #333 !important;
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}
.admin .course-index .paginate-button:hover {
  background: linear-gradient(to bottom, #e5e5e5 0%, #c6c6c6 100%);
}
.admin .course-index .expired {
  background: rgba(255, 0, 0, 0.6);
}
@media only screen and (max-width: 769px) {
  .admin .course-index .dataTables_filter label {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .admin .course-index .dataTables_filter label input {
    width: 100%;
  }
}
.admin .course-index .toolbar {
  margin-bottom: 0;
  /* FILTER CHECKBOX */
  /* END OF FILTER CHECKBOX */
}
@media only screen and (min-width: 1822px) {
  .admin .course-index .toolbar {
    width: 88%;
  }
}
@media only screen and (max-width: 1822px) and (min-width: 1151px) {
  .admin .course-index .toolbar {
    width: 80%;
  }
}
@media only screen and (max-width: 1151px) and (min-width: 769px) {
  .admin .course-index .toolbar {
    width: 75%;
  }
}
.admin .course-index .toolbar input[type=submit] {
  margin-right: 10px;
}
.admin .course-index .toolbar .status-select-wrapper {
  margin-top: -3px;
}
@media only screen and (min-width: 769px) {
  .admin .course-index .toolbar .status-select-wrapper {
    float: right;
  }
}
.admin .course-index .toolbar .status-select-wrapper .status-select label {
  padding: 5px 7px 2px 7px !important;
  transition: 0.1s;
}
.admin .course-index .toolbar .status-select-wrapper .status-select label:hover {
  text-shadow: 0 0 0.05px #ccc, 0 0 0.05px #ccc;
  color: #1c1c1c;
}
.admin .course-index .toolbar .status-select-wrapper .status-select label span {
  transition: 0.2s;
}
.admin .course-index .toolbar .status-select-wrapper .status-select label span:hover {
  color: #777;
}
.admin .course-index .toolbar .status-select-wrapper .status-select label input {
  top: -20px;
}
.admin .course-index .toolbar .status-select-wrapper .status-select input:checked + span {
  color: #1c1c1c;
  text-shadow: 0 0 0.05px #ccc, 0 0 0.05px #ccc;
}
.admin .course-index .toolbar .status-select-wrapper .status-select input:checked + span:after {
  display: block;
  content: "";
  border-bottom: solid 2px #4da9c9;
  transform: scaleX(1);
  transition: transform 250ms ease-in-out;
}
.admin .course-index .toolbar .status-select-wrapper .status-select input:checked + span:hover:after {
  transform: scaleX(0.5);
}
.admin .course-index .selected {
  background: #d0f1fc !important;
}
.admin .course-index thead .header {
  margin-right: 30px;
}
.admin .course-index thead .sorting::after, .admin .course-index thead .sorting_desc::after, .admin .course-index thead .sorting_asc::after {
  margin-right: 10px;
}
@media only screen and (max-width: 760px) {
  .admin .course-index thead .sorting::after, .admin .course-index thead .sorting_desc::after, .admin .course-index thead .sorting_asc::after {
    display: none !important;
  }
}
.admin .course-index tbody div label input {
  display: none;
}
.admin .course-index tbody .text-info {
  display: inline-block;
}
.admin .course-index tbody .text-info:hover {
  cursor: pointer;
  text-decoration: underline;
}
.admin .course-index tbody .details-controls {
  padding: 0;
}
.admin .course-index tbody .child-row-trigger-closed {
  padding: 8px 0 8px 8px;
}
.admin .course-index tbody .child-row-trigger-open {
  padding: 8px 0 8px 8px;
}
.admin .course-index tbody .child-row-trigger-open:hover {
  cursor: pointer;
}
.admin .course-index .selected-course-background {
  background: #d0f1fc !important;
}
.admin .course-index .dataTables_scrollBody {
  height: 40vw;
}
.admin .table-button-green {
  height: 30px;
}
.admin .table-button-green:hover {
  background: #dad9d9;
}
.admin .table-button-green input[type=submit] {
  background: none;
}
.admin #datatable_moved_course_days_filter {
  margin-bottom: 15px;
}
.admin .toggle.btn {
  min-height: 24px !important;
  width: 100% !important;
}
.admin .toggle.btn .btn {
  padding-top: 0 !important;
}
.admin .dataTables_wrapper ul {
  margin-bottom: 0 !important;
}
.admin .dataTables_wrapper td, .admin .dataTables_wrapper th {
  white-space: nowrap;
}
.admin .dataTables_wrapper .table > thead > tr > th {
  padding: 5px;
  border-right: 1px solid #c3c2c2;
}
.admin .dataTables_wrapper .table > thead > tr > th:hover {
  background-color: #676767;
}
.admin .dataTables_wrapper tbody td {
  border-bottom: none !important;
  padding: 10px 12px;
}
.admin .dataTables_wrapper tbody tr:not(:first-child) td {
  border-top: 1px dotted #ddd;
}
.admin #courses_participants_new .dataTables_scroll {
  width: 102%;
}
.admin #participant_collections_datatable, .admin #course_container_course_places, .admin #course_container_projects, .admin .course_container_coach, .admin #datatable_suggested_course {
  margin-top: 29px !important;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 1px 0px rgb(138, 138, 138);
  -moz-box-shadow: 0px 0px 1px 0px rgb(138, 138, 138);
  box-shadow: 0px 0px 1px 0px rgb(138, 138, 138);
}
.admin #participant_collections_datatable tr, .admin #course_container_course_places tr, .admin #course_container_projects tr, .admin .course_container_coach tr, .admin #datatable_suggested_course tr {
  border-top: 1px solid #ddd;
}
.admin #participant_collections_datatable tr:hover, .admin #course_container_course_places tr:hover, .admin #course_container_projects tr:hover, .admin .course_container_coach tr:hover, .admin #datatable_suggested_course tr:hover {
  cursor: pointer;
}
.admin #participant_collections_datatable .dropdown-button, .admin #course_container_course_places .dropdown-button, .admin #course_container_projects .dropdown-button, .admin .course_container_coach .dropdown-button, .admin #datatable_suggested_course .dropdown-button {
  text-align: center;
  background: #f3f2f2;
  padding: 0;
}
.admin #participant_collections_datatable .dropdown-button .newParticipantCollection, .admin #course_container_course_places .dropdown-button .newParticipantCollection, .admin #course_container_projects .dropdown-button .newParticipantCollection, .admin .course_container_coach .dropdown-button .newParticipantCollection, .admin #datatable_suggested_course .dropdown-button .newParticipantCollection {
  background: #dad9d9;
  padding: 5px;
  cursor: pointer;
  width: 100%;
  background: #444;
  color: white;
  border-top: 1px solid #666;
  transition: 0.1s;
}
.admin #participant_collections_datatable .dropdown-button .newParticipantCollection:hover, .admin #course_container_course_places .dropdown-button .newParticipantCollection:hover, .admin #course_container_projects .dropdown-button .newParticipantCollection:hover, .admin .course_container_coach .dropdown-button .newParticipantCollection:hover, .admin #datatable_suggested_course .dropdown-button .newParticipantCollection:hover {
  opacity: 0.8;
  cursor: pointer;
}
.admin #participant_collections_datatable .dropdown-button div, .admin #course_container_course_places .dropdown-button div, .admin #course_container_projects .dropdown-button div, .admin .course_container_coach .dropdown-button div, .admin #datatable_suggested_course .dropdown-button div {
  padding: 8px;
}
.admin #global_modal .email_preview {
  top: 10px;
  height: 220px;
}
.admin #global_modal trix-editor, .admin #global_modal trix-toolbar .trix-button-group {
  border: 1px solid #666;
  border-top-color: #666;
  border-bottom-color: #666;
}
.admin #global_modal trix-toolbar .trix-button--icon {
  -webkit-filter: invert(100%);
}
.admin .new_email .select2, .admin .edit_email .select2 {
  width: 100% !important;
}
.admin .new_email .cke_chrome, .admin .edit_email .cke_chrome {
  border: none;
}
.admin .new_email trix-editor, .admin .edit_email trix-editor {
  /* Optional: show position indicator in red */
}
.admin .new_email trix-editor ::-webkit-scrollbar, .admin .edit_email trix-editor ::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
.admin .new_email trix-editor ::-webkit-scrollbar-thumb, .admin .edit_email trix-editor ::-webkit-scrollbar-thumb {
  background: #FF0000;
}
.admin .new_email .trix-button-group--file-tools .trix-button--icon-attach, .admin .new_email .trix-button-group--history-tools, .admin .edit_email .trix-button-group--file-tools .trix-button--icon-attach, .admin .edit_email .trix-button-group--history-tools {
  display: none !important;
}
.admin .checkbox {
  display: none;
}
.admin .checkbox + label {
  background-color: #4f4f4f;
  border: 1px solid #727272;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.admin .checkbox + label:active, .admin .checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.admin .checkbox:checked + label {
  background-color: #4f4f4f;
  border: 1px solid #727272;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.admin .checkbox:checked + label:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}
.admin .participation_accepted_small, .admin .participation_add_on_small {
  background-color: #009C4D;
}
.admin .participation_pending_small {
  background-color: yellow;
}
.admin .participation_suggested_small {
  background-color: purple;
}
.admin .participation_cancelled_small {
  background-color: red;
}
.admin .participation_waiting_list_small {
  background-color: gray;
}
.admin #new_global_modal {
  z-index: 2200;
}
.admin #new_global_modal .modal-large {
  height: 583px !important;
  width: 90% !important;
}
.admin #new_global_modal .modal-content {
  max-width: 100%;
  border-radius: 3px;
  padding: 20px;
  background: linear-gradient(to bottom right, #1b1b1b, #393939);
  border: none;
}
.admin #new_global_modal .modal-content .modal-header {
  cursor: grab;
  border: none;
  color: #f3f2f2;
  padding: 0;
  margin-bottom: 10px;
}
.admin #new_global_modal .modal-content .modal-header .modal-title {
  white-space: nowrap;
}
.admin #new_global_modal .modal-content .modal-header .close {
  font-size: 28px;
  margin-top: -6px;
}
.admin #new_global_modal .modal-content .modal-body {
  padding: 10px;
  border-radius: 3px;
  color: #f3f2f2;
  position: relative;
  overflow: auto;
}
.admin #new_global_modal .modal-content .modal-body input[type=checkbox]:not([role=switch]), .admin #new_global_modal .modal-content .modal-body input[type=file], .admin #new_global_modal .modal-content .modal-body input[type=number], .admin #new_global_modal .modal-content .modal-body input[type=password], .admin #new_global_modal .modal-content .modal-body input[type=text], .admin #new_global_modal .modal-content .modal-body input[type=url], .admin #new_global_modal .modal-content .modal-body textarea {
  background: #333 !important;
}
.admin #new_global_modal .modal-content .modal-body input:not([type=submit], [type=checkbox], [type=time], [type=radio]), .admin #new_global_modal .modal-content .modal-body textarea {
  background: #333 !important;
  font-size: 12px;
  color: #ccc !important;
  border: none;
  padding: 3px 6px;
  width: 100%;
}
.admin #new_global_modal .modal-content .modal-body .select2 {
  min-width: 200px;
}
.admin #new_global_modal .modal-content .sidebar button {
  padding: 6px 6px 6px 10px !important;
  white-space: nowrap;
  margin-bottom: 5px !important;
  border-radius: 3px 0 0 3px !important;
  white-space: nowrap;
  color: #f3f2f2;
}
.admin #new_global_modal .modal-content .modal-footer {
  display: flex;
  border: none;
  padding: 15px 0 0 0;
  margin-top: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.admin #new_global_modal .modal-content .modal-footer .close {
  border-radius: 2px;
  padding: 5px 18px;
  font-size: 12px;
  font-weight: 600;
  background: #333;
  border: 0;
  color: #ccc;
  width: 70px;
  text-align: center;
  padding: 7px 0;
  text-shadow: none;
}
.admin #new_global_modal .tab-pane {
  height: 100%;
}
.admin #new_global_modal trix-toolbar .trix-button--icon {
  -webkit-filter: invert(100%);
}
.admin #new_global_modal trix-editor figure {
  background: #464646;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.admin #new_global_modal .dropdown-content {
  background-color: #393939;
}
.admin #new_global_modal .dropdown-content .parameter {
  padding: 8px 4px !important;
  color: #f3f2f2 !important;
}
.admin #new_global_modal .dropdown-content .parameter:hover {
  background-color: #4c4c4c;
}
.admin #new_global_modal .select2-selection {
  background-color: #4c4c4c;
}
.admin #new_global_modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #f3f2f2;
  padding: 4px 4px 4px 8px;
}
.admin #new_global_modal .select2-container--default .select2-selection--single {
  border: none;
  height: 37px;
  border-radius: 5px;
}
.admin #new_global_modal .select2-container--default .select2-selection__arrow {
  height: 100%;
}
.admin .modal ~ .select2-container .select2-dropdown {
  background-color: #393939;
  color: #f3f2f2;
  border: 1px solid #444;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.admin .modal ~ .select2-container .select2-search__field {
  background-color: #2d2d2d;
  color: #f3f2f2;
  outline: none;
  padding: 10px;
}
.admin .modal ~ .select2-container .select2-search {
  padding: 0;
}
.admin .modal ~ .select2-container .select2-search .select2-search__field {
  border: none;
  border-radius: none !important;
}
.admin .modal ~ .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2d2d2d !important;
}
.admin .modal ~ .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #2d2d2d !important;
}
.admin .modal ~ .select2-container--default .select2-results__option {
  padding: 10px !important;
}
.admin #global_modal img, .admin .participant_collection_modal img, .admin #addNewCoach img, .admin #edit_invoice_split img {
  width: 100%;
}
.admin #global_modal hr, .admin .participant_collection_modal hr, .admin #addNewCoach hr, .admin #edit_invoice_split hr {
  border-color: #333;
}
.admin #global_modal .template_params_list, .admin .participant_collection_modal .template_params_list, .admin #addNewCoach .template_params_list, .admin #edit_invoice_split .template_params_list {
  background: #333;
  font-size: 11px;
}
.admin #global_modal .modal-content, .admin .participant_collection_modal .modal-content, .admin #addNewCoach .modal-content, .admin #edit_invoice_split .modal-content {
  border-radius: 3px;
  padding: 20px;
  background: linear-gradient(to bottom right, #1b1b1b, #393939);
  border: none;
}
.admin #global_modal .modal-content .modal-header, .admin .participant_collection_modal .modal-content .modal-header, .admin #addNewCoach .modal-content .modal-header, .admin #edit_invoice_split .modal-content .modal-header {
  border: none;
  color: #f3f2f2;
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}
.admin #global_modal .modal-content .modal-header .modal-title, .admin .participant_collection_modal .modal-content .modal-header .modal-title, .admin #addNewCoach .modal-content .modal-header .modal-title, .admin #edit_invoice_split .modal-content .modal-header .modal-title {
  display: inline;
}
.admin #global_modal .modal-content .modal-header .close, .admin .participant_collection_modal .modal-content .modal-header .close, .admin #addNewCoach .modal-content .modal-header .close, .admin #edit_invoice_split .modal-content .modal-header .close {
  font-size: 28px;
  margin-top: -6px;
}
.admin #global_modal .modal-content .modal-header #start_collection_modal_introjs, .admin .participant_collection_modal .modal-content .modal-header #start_collection_modal_introjs, .admin #addNewCoach .modal-content .modal-header #start_collection_modal_introjs, .admin #edit_invoice_split .modal-content .modal-header #start_collection_modal_introjs {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  margin-right: 15px;
  float: right;
}
.admin #global_modal .modal-content .bg-linear-gradient, .admin .participant_collection_modal .modal-content .bg-linear-gradient, .admin #addNewCoach .modal-content .bg-linear-gradient, .admin #edit_invoice_split .modal-content .bg-linear-gradient {
  background: linear-gradient(to bottom right, #393939, #1b1b1b);
}
.admin #global_modal .modal-content .modal-body, .admin .participant_collection_modal .modal-content .modal-body, .admin #addNewCoach .modal-content .modal-body, .admin #edit_invoice_split .modal-content .modal-body {
  padding: 10px;
  border-radius: 3px;
  color: #f3f2f2;
}
.admin #global_modal .modal-content .modal-body .row .col-xs-6:nth-child(1), .admin .participant_collection_modal .modal-content .modal-body .row .col-xs-6:nth-child(1), .admin #addNewCoach .modal-content .modal-body .row .col-xs-6:nth-child(1), .admin #edit_invoice_split .modal-content .modal-body .row .col-xs-6:nth-child(1) {
  padding: 0;
}
.admin #global_modal .modal-content .modal-body .row .col-xs-6:nth-child(2), .admin .participant_collection_modal .modal-content .modal-body .row .col-xs-6:nth-child(2), .admin #addNewCoach .modal-content .modal-body .row .col-xs-6:nth-child(2), .admin #edit_invoice_split .modal-content .modal-body .row .col-xs-6:nth-child(2) {
  padding-right: 0;
}
.admin #global_modal .modal-content .modal-body input[type=checkbox]:not([role=switch]), .admin #global_modal .modal-content .modal-body input[type=file], .admin #global_modal .modal-content .modal-body input[type=number], .admin #global_modal .modal-content .modal-body input[type=password], .admin #global_modal .modal-content .modal-body input[type=text], .admin #global_modal .modal-content .modal-body input[type=url], .admin #global_modal .modal-content .modal-body textarea, .admin .participant_collection_modal .modal-content .modal-body input[type=checkbox]:not([role=switch]), .admin .participant_collection_modal .modal-content .modal-body input[type=file], .admin .participant_collection_modal .modal-content .modal-body input[type=number], .admin .participant_collection_modal .modal-content .modal-body input[type=password], .admin .participant_collection_modal .modal-content .modal-body input[type=text], .admin .participant_collection_modal .modal-content .modal-body input[type=url], .admin .participant_collection_modal .modal-content .modal-body textarea, .admin #addNewCoach .modal-content .modal-body input[type=checkbox]:not([role=switch]), .admin #addNewCoach .modal-content .modal-body input[type=file], .admin #addNewCoach .modal-content .modal-body input[type=number], .admin #addNewCoach .modal-content .modal-body input[type=password], .admin #addNewCoach .modal-content .modal-body input[type=text], .admin #addNewCoach .modal-content .modal-body input[type=url], .admin #addNewCoach .modal-content .modal-body textarea, .admin #edit_invoice_split .modal-content .modal-body input[type=checkbox]:not([role=switch]), .admin #edit_invoice_split .modal-content .modal-body input[type=file], .admin #edit_invoice_split .modal-content .modal-body input[type=number], .admin #edit_invoice_split .modal-content .modal-body input[type=password], .admin #edit_invoice_split .modal-content .modal-body input[type=text], .admin #edit_invoice_split .modal-content .modal-body input[type=url], .admin #edit_invoice_split .modal-content .modal-body textarea {
  background: #333 !important;
}
.admin #global_modal .modal-content .modal-body input:not([type=submit], [type=checkbox], [type=time], [type=radio]), .admin #global_modal .modal-content .modal-body textarea, .admin .participant_collection_modal .modal-content .modal-body input:not([type=submit], [type=checkbox], [type=time], [type=radio]), .admin .participant_collection_modal .modal-content .modal-body textarea, .admin #addNewCoach .modal-content .modal-body input:not([type=submit], [type=checkbox], [type=time], [type=radio]), .admin #addNewCoach .modal-content .modal-body textarea, .admin #edit_invoice_split .modal-content .modal-body input:not([type=submit], [type=checkbox], [type=time], [type=radio]), .admin #edit_invoice_split .modal-content .modal-body textarea {
  background: #333 !important;
  font-size: 12px;
  color: #ccc !important;
  border: none;
  padding: 3px 6px;
  width: 100%;
}
.admin #global_modal .modal-content .modal-body .select2, .admin .participant_collection_modal .modal-content .modal-body .select2, .admin #addNewCoach .modal-content .modal-body .select2, .admin #edit_invoice_split .modal-content .modal-body .select2 {
  min-width: 200px;
}
.admin #global_modal .modal-content .modal-body .addRow, .admin .participant_collection_modal .modal-content .modal-body .addRow, .admin #addNewCoach .modal-content .modal-body .addRow, .admin #edit_invoice_split .modal-content .modal-body .addRow {
  color: #f3f2f2 !important;
}
@media only screen and (min-width: 769px) {
  .admin #global_modal .modal-content .modal-body .addRow, .admin .participant_collection_modal .modal-content .modal-body .addRow, .admin #addNewCoach .modal-content .modal-body .addRow, .admin #edit_invoice_split .modal-content .modal-body .addRow {
    margin-left: 126px;
  }
}
.admin #global_modal .modal-content .modal-body .removeRow, .admin .participant_collection_modal .modal-content .modal-body .removeRow, .admin #addNewCoach .modal-content .modal-body .removeRow, .admin #edit_invoice_split .modal-content .modal-body .removeRow {
  width: 50px;
  text-align: center;
  font-size: 20px;
}
.admin #global_modal .modal-content .modal-body .col-md-10, .admin #global_modal .modal-content .modal-body .col-sm-10, .admin .participant_collection_modal .modal-content .modal-body .col-md-10, .admin .participant_collection_modal .modal-content .modal-body .col-sm-10, .admin #addNewCoach .modal-content .modal-body .col-md-10, .admin #addNewCoach .modal-content .modal-body .col-sm-10, .admin #edit_invoice_split .modal-content .modal-body .col-md-10, .admin #edit_invoice_split .modal-content .modal-body .col-sm-10 {
  margin-bottom: 10px;
}
.admin #global_modal .modal-content .modal-body #verticalTabs, .admin .participant_collection_modal .modal-content .modal-body #verticalTabs, .admin #addNewCoach .modal-content .modal-body #verticalTabs, .admin #edit_invoice_split .modal-content .modal-body #verticalTabs {
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .admin #global_modal .modal-content .modal-body #verticalTabs, .admin .participant_collection_modal .modal-content .modal-body #verticalTabs, .admin #addNewCoach .modal-content .modal-body #verticalTabs, .admin #edit_invoice_split .modal-content .modal-body #verticalTabs {
    padding: 0 30px 20px 0;
    overflow: scroll;
  }
}
.admin #global_modal .modal-content .modal-body #verticalTabs .nav-tabs > li > a, .admin #global_modal .modal-content .modal-body #verticalTabs .nav-pills > li > a, .admin .participant_collection_modal .modal-content .modal-body #verticalTabs .nav-tabs > li > a, .admin .participant_collection_modal .modal-content .modal-body #verticalTabs .nav-pills > li > a, .admin #addNewCoach .modal-content .modal-body #verticalTabs .nav-tabs > li > a, .admin #addNewCoach .modal-content .modal-body #verticalTabs .nav-pills > li > a, .admin #edit_invoice_split .modal-content .modal-body #verticalTabs .nav-tabs > li > a, .admin #edit_invoice_split .modal-content .modal-body #verticalTabs .nav-pills > li > a {
  margin-right: 5px;
}
.admin #global_modal .modal-content .modal-body #verticalTabs .nav-tabs, .admin .participant_collection_modal .modal-content .modal-body #verticalTabs .nav-tabs, .admin #addNewCoach .modal-content .modal-body #verticalTabs .nav-tabs, .admin #edit_invoice_split .modal-content .modal-body #verticalTabs .nav-tabs {
  display: inline;
  width: 0;
  margin-bottom: 10px;
}
.admin #global_modal .modal-content .modal-body #verticalTabs .nav-tabs .nav-link a, .admin .participant_collection_modal .modal-content .modal-body #verticalTabs .nav-tabs .nav-link a, .admin #addNewCoach .modal-content .modal-body #verticalTabs .nav-tabs .nav-link a, .admin #edit_invoice_split .modal-content .modal-body #verticalTabs .nav-tabs .nav-link a {
  width: 150px;
  background: #4f4f4f;
  border: none;
  border-radius: 3px;
  padding: 3px;
  color: #f3f2f2;
  overflow: hidden;
}
.admin #global_modal .modal-content .modal-body #verticalTabs .nav-tabs .nav-link a:hover, .admin .participant_collection_modal .modal-content .modal-body #verticalTabs .nav-tabs .nav-link a:hover, .admin #addNewCoach .modal-content .modal-body #verticalTabs .nav-tabs .nav-link a:hover, .admin #edit_invoice_split .modal-content .modal-body #verticalTabs .nav-tabs .nav-link a:hover {
  background: #444 !important;
}
.admin #global_modal .modal-content .modal-body #leftSidebar .button, .admin .participant_collection_modal .modal-content .modal-body #leftSidebar .button, .admin #addNewCoach .modal-content .modal-body #leftSidebar .button, .admin #edit_invoice_split .modal-content .modal-body #leftSidebar .button {
  overflow: hidden;
  padding: 6px 6px 6px 10px;
  color: white;
  font-weight: 600;
  white-space: nowrap;
  width: 110px;
  margin-bottom: 5px;
  position: relative;
}
.admin #global_modal .modal-content .modal-body #leftSidebar .button:hover, .admin .participant_collection_modal .modal-content .modal-body #leftSidebar .button:hover, .admin #addNewCoach .modal-content .modal-body #leftSidebar .button:hover, .admin #edit_invoice_split .modal-content .modal-body #leftSidebar .button:hover {
  cursor: pointer;
}
.admin #global_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images p, .admin .participant_collection_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images p, .admin #addNewCoach .modal-content .modal-body#edit_participant_collection_form .all_collections_images p, .admin #edit_invoice_split .modal-content .modal-body#edit_participant_collection_form .all_collections_images p {
  padding: 0 15px;
}
.admin #global_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper, .admin .participant_collection_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper, .admin #addNewCoach .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper, .admin #edit_invoice_split .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper {
  margin-bottom: 20px;
  border-radius: 3px;
}
.admin #global_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper img, .admin .participant_collection_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper img, .admin #addNewCoach .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper img, .admin #edit_invoice_split .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper img {
  width: 100%;
}
.admin #global_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .deleteButtonWrapper, .admin .participant_collection_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .deleteButtonWrapper, .admin #addNewCoach .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .deleteButtonWrapper, .admin #edit_invoice_split .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .deleteButtonWrapper {
  position: absolute !important;
  right: 17px !important;
  font-size: 20px !important;
}
.admin #global_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .deleteButtonWrapper .delete, .admin .participant_collection_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .deleteButtonWrapper .delete, .admin #addNewCoach .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .deleteButtonWrapper .delete, .admin #edit_invoice_split .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .deleteButtonWrapper .delete {
  color: #ff4747 !important;
}
.admin #global_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .confirmDeleteParticipantImage, .admin .participant_collection_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .confirmDeleteParticipantImage, .admin #addNewCoach .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .confirmDeleteParticipantImage, .admin #edit_invoice_split .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .confirmDeleteParticipantImage {
  background: #333;
  border-radius: 3px;
  position: absolute;
  left: 25px;
  top: 5px;
}
.admin #global_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .confirmDeleteParticipantImage a, .admin .participant_collection_modal .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .confirmDeleteParticipantImage a, .admin #addNewCoach .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .confirmDeleteParticipantImage a, .admin #edit_invoice_split .modal-content .modal-body#edit_participant_collection_form .all_collections_images .image_wrapper .confirmDeleteParticipantImage a {
  color: white !important;
  padding: 4px 12px;
  font-size: 14px !important;
}
.admin #global_modal .modal-content .modal-footer, .admin .participant_collection_modal .modal-content .modal-footer, .admin #addNewCoach .modal-content .modal-footer, .admin #edit_invoice_split .modal-content .modal-footer {
  border: none;
  padding: 15px 0 0 0;
}
.admin #global_modal .modal-content .modal-footer .close, .admin .participant_collection_modal .modal-content .modal-footer .close, .admin #addNewCoach .modal-content .modal-footer .close, .admin #edit_invoice_split .modal-content .modal-footer .close {
  border-radius: 2px;
  padding: 5px 18px;
  font-size: 12px;
  font-weight: 600;
  background: #333;
  border: 0;
  color: #ccc;
  width: 70px;
  text-align: center;
  padding: 7px 0;
  text-shadow: none;
}
.admin .select2 {
  width: 100%;
}
.admin .select2-search__field {
  margin-top: 0 !important;
}
.admin .select2-container {
  z-index: 2400 !important;
}
.admin .participant_images .select2-results__option {
  padding: 10px !important;
  font-size: 14px !important;
}
.admin .participant_images .select2-dropdown {
  border: none !important;
  background: #f3f2f2 !important;
}
.admin .participant_images .select2-container--default .select2-selection--single {
  border: none !important;
  background: #f3f2f2 !important;
  height: 32px !important;
}
.admin .participant_images .select2-container--default .select2-search--dropdown .select2-search__field {
  border: none !important;
  font-size: 14px !important;
}
.admin .participant_images .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #f3f2f2;
}
.admin .participant_images .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px !important;
  color: #8d8d8d !important;
}
.admin .participant_images .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
  color: #8d8d8d;
}
.admin .participant_images .select2-container--open .select2-dropdown--below {
  box-shadow: 0 5px 10px 0 rgba(28, 28, 28, 0.2);
}

.container-xxl {
  max-width: none !important;
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.tooltip-inner {
  white-space: pre-wrap;
  text-align: left !important;
}

.ck-editor__editable {
  min-height: 200px;
}

.admin .edit_email, .admin .new_email {
  /* The search field */
  /* The search field when it gets focus/clicked on */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
}
.admin .edit_email #input_email_subject, .admin .new_email #input_email_subject {
  overflow: auto;
  min-height: 20px;
}
.admin .edit_email #input_email_subject div, .admin .new_email #input_email_subject div {
  height: 20px;
}
.admin .edit_email .trix-button--icon-attach, .admin .new_email .trix-button--icon-attach {
  display: none;
}
@media (min-width: 1047px) {
  .admin .edit_email trix-toolbar .trix-button-row, .admin .new_email trix-toolbar .trix-button-row {
    overflow-x: inherit !important;
  }
}
.admin .edit_email trix-editor figure, .admin .new_email trix-editor figure {
  margin: 0;
  display: inline-block;
  background: #f3f2f2;
  border-radius: 5px;
  padding: 0 2px;
}
.admin .edit_email #parameterSearch, .admin .edit_email #parameterSearchEditor1, .admin .new_email #parameterSearch, .admin .new_email #parameterSearchEditor1 {
  box-sizing: border-box;
  background-image: url(/assets/searchicon-8e6e0800db7984029cd5a4373ec57105dc87d676943b3e083138ee58ac324adb.png);
  background-position: 6px 4px;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 30px;
  width: 100%;
}
.admin .edit_email #parameterSearchEditor1:focus, .admin .edit_email #parameterSearch:focus, .admin .new_email #parameterSearchEditor1:focus, .admin .new_email #parameterSearch:focus {
  outline: 3px solid #ddd;
}
.admin .edit_email .dropdown, .admin .new_email .dropdown {
  position: relative;
  display: inline-block;
}
.admin .edit_email .dropdown-content, .admin .new_email .dropdown-content {
  position: absolute;
  display: none;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  top: 10px;
  z-index: 100;
}
.admin .edit_email .dropdown-content .overflow-auto, .admin .new_email .dropdown-content .overflow-auto {
  max-height: 223px;
}
.admin .edit_email #parameterSearchDropdownEditor1.dropdown-content, .admin .new_email #parameterSearchDropdownEditor1.dropdown-content {
  left: -40px;
}
.admin .edit_email #parameterSearchDropdown.dropdown-content, .admin .new_email #parameterSearchDropdown.dropdown-content {
  left: -252px;
}
.admin .edit_email .dropdown-content div, .admin .new_email .dropdown-content div {
  color: black;
  padding: 5px 6px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.admin .edit_email .show, .admin .new_email .show {
  display: block !important;
}
.admin .send_new_email_wrapper .displayThis {
  z-index: 10;
  position: absolute;
  border: 1px solid #b7b7b7;
}
.admin .send_new_email_wrapper .email-courses, .admin .send_new_email_wrapper .email-participations {
  display: none;
  margin: 0;
}
.admin .send_new_email_wrapper .email-courses #datatable_email_courses_filter input, .admin .send_new_email_wrapper .email-courses #datatable_email_participations_filter input, .admin .send_new_email_wrapper .email-participations #datatable_email_courses_filter input, .admin .send_new_email_wrapper .email-participations #datatable_email_participations_filter input {
  position: absolute;
  left: 0;
  z-index: 300;
}
.admin .send_new_email_wrapper .email-courses #datatable_email_courses_filter input, .admin .send_new_email_wrapper .email-participations #datatable_email_courses_filter input {
  width: 400px;
}
.admin .send_new_email_wrapper .email-courses #datatable_email_participations_filter input, .admin .send_new_email_wrapper .email-participations #datatable_email_participations_filter input {
  width: 100%;
}
.admin .send_new_email_wrapper .email-courses #datatable_email_courses, .admin .send_new_email_wrapper .email-courses #datatable_email_participations, .admin .send_new_email_wrapper .email-participations #datatable_email_courses, .admin .send_new_email_wrapper .email-participations #datatable_email_participations {
  z-index: 2;
}
.admin .send_new_email_wrapper .email-courses #datatable_email_courses tr, .admin .send_new_email_wrapper .email-courses #datatable_email_participations tr, .admin .send_new_email_wrapper .email-participations #datatable_email_courses tr, .admin .send_new_email_wrapper .email-participations #datatable_email_participations tr {
  border-top: 1px solid #ddd;
}
.admin .send_new_email_wrapper .email-courses #datatable_email_courses tr:hover, .admin .send_new_email_wrapper .email-courses #datatable_email_participations tr:hover, .admin .send_new_email_wrapper .email-participations #datatable_email_courses tr:hover, .admin .send_new_email_wrapper .email-participations #datatable_email_participations tr:hover {
  cursor: pointer;
}
.admin .send_new_email_wrapper .email-courses table.dataTable thead > tr > th, .admin .send_new_email_wrapper .email-participations table.dataTable thead > tr > th {
  padding-right: 0;
}
.admin .send_new_email_wrapper .email-courses table, .admin .send_new_email_wrapper .email-participations table {
  z-index: 200;
  background: white;
}
.admin .send_new_email_wrapper .email-courses table td, .admin .send_new_email_wrapper .email-participations table td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin .send_new_email_wrapper .email-courses tbody tr:hover, .admin .send_new_email_wrapper .email-participations tbody tr:hover {
  background: #ebf5fa;
}
.admin .send_new_email_wrapper .email-courses tbody tr .child-row-trigger-closed, .admin .send_new_email_wrapper .email-courses tbody tr .child-row-trigger-open, .admin .send_new_email_wrapper .email-participations tbody tr .child-row-trigger-closed, .admin .send_new_email_wrapper .email-participations tbody tr .child-row-trigger-open {
  padding: 8px;
}
.admin .send_new_email_wrapper .recipient {
  display: block;
}
.admin .send_new_email_wrapper .recipient input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  background-color: #333;
}
.admin .send_new_email_wrapper .recipient label {
  position: relative;
  cursor: pointer;
}
.admin .send_new_email_wrapper .recipient label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #474747;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background-color: #474747;
  border-radius: 3px;
}
.admin .send_new_email_wrapper .recipient input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 0px;
}
.admin #terms {
  /* The search field */
  /* The search field when it gets focus/clicked on */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
}
.admin #terms .trix-button--icon-attach {
  display: none;
}
@media (min-width: 1047px) {
  .admin #terms trix-toolbar .trix-button-row {
    overflow-x: inherit !important;
  }
}
.admin #terms trix-editor figure {
  margin: 0;
  display: inline-block;
  background: #f3f2f2;
  border-radius: 5px;
  padding: 0 2px;
}
.admin #terms #parameterSearch, .admin #terms #parameterSearchEditor1 {
  box-sizing: border-box;
  background-image: url(/assets/searchicon-8e6e0800db7984029cd5a4373ec57105dc87d676943b3e083138ee58ac324adb.png);
  background-position: 6px 4px;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 30px;
  width: 100%;
}
.admin #terms #parameterSearchEditor1:focus, .admin #terms #parameterSearch:focus {
  outline: 3px solid #ddd;
}
.admin #terms .dropdown {
  position: relative;
  display: inline-block;
}
.admin #terms .dropdown-content {
  position: absolute;
  display: none;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  top: 10px;
  z-index: 100;
}
.admin #terms .dropdown-content .overflow-auto {
  max-height: 223px;
}
.admin #terms #parameterSearchDropdownEditor1.dropdown-content {
  left: -40px;
}
.admin #terms #parameterSearchDropdown.dropdown-content {
  left: -252px;
}
.admin #terms .dropdown-content div {
  color: black;
  padding: 5px 6px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.admin #terms .dropdown-content div:hover {
  background-color: #f1f1f1;
}
.admin #terms .show {
  display: block !important;
}

#members .selected {
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid #ccc;
}

.accept-participations-modal #members .selected {
  border: none;
  background-color: #212529;
  padding: 10px !important;
}

.select2-container {
  max-width: 100%;
}

.admin .bg-light-dark {
  background-color: #464646;
}

.daterangerpicker-custom-field {
  clear: both;
  padding: 8px;
  line-height: 12px;
  vertical-align: middle;
  margin-top: -35px;
  font-size: 12px;
  min-height: 35px;
}

#datatable_email_courses_filter.dataTables_filter input, #datatable_email_participations_filter.dataTables_filter input {
  background-color: white;
}

#datatable_email_participations_wrapper .scrolledTable, #datatable_email_courses_wrapper .scrolledTable {
  margin-top: 50px;
}

#datatable_email_courses_wrapper .dataTables_filter_extra input, #datatable_email_participations .dataTables_filter_extra input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
  width: 400px;
}

#global_modal .nav-link {
  color: #f3f2f2;
}

.nav-pills .nav-link.active {
  background-color: #F4B942 !important;
  color: #333 !important;
}

.nav-pills .tab-arrow:after {
  content: "";
  width: 45px !important;
  border-top: 17px solid transparent;
  border-left: 10px solid #F4B942;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  right: -45px;
}

.placeholder-content {
  z-index: 0;
  height: 160px;
  overflow: hidden;
  position: relative;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: contentPreloader;
  background: linear-gradient(to right, #dad9d9 2%, #c2c1c1 18%, #dad9d9 33%);
}
.placeholder-content_item {
  width: 100%;
  height: 20px;
  position: absolute;
  background: #f3f2f2;
  z-index: 2;
}
.placeholder-content_item:after, .placeholder-content_item:before {
  width: inherit;
  height: inherit;
  content: "";
  position: absolute;
}
.placeholder-content_item:nth-child(1) {
  top: 0;
  left: 0;
}
.placeholder-content_item:nth-child(2) {
  top: 20px;
  left: 40px;
  width: 2%;
  height: 100%;
}
.placeholder-content_item:nth-child(5) {
  top: 40px;
  height: 12px;
}
.placeholder-content_item:nth-child(6) {
  top: 75px;
  height: 12px;
}
.placeholder-content_item:nth-child(7) {
  top: 20px;
  right: 0;
  width: 10%;
  height: 20px;
}
.placeholder-content_item:nth-child(8) {
  top: 0;
  right: 0;
  width: 4%;
  height: 100%;
}
.placeholder-content_item:nth-child(9) {
  top: 110px;
  height: 17px;
  left: 0;
}
.placeholder-content_item:nth-child(10) {
  top: 149px;
  height: 12px;
  left: 0;
}
.placeholder-content_item:nth-child(11) {
  top: 183px;
  left: 0;
  height: 100%;
}
.placeholder-content_item:nth-child(12) {
  top: 20px;
  width: 20px;
  left: 15%;
  height: 190px;
}
.placeholder-content_item:nth-child(13) {
  top: 20px;
  width: 20px;
  left: 30%;
  height: 190px;
}
.placeholder-content_item:nth-child(14) {
  top: 20px;
  width: 20px;
  left: 48%;
  height: 190px;
}
.placeholder-content_item:nth-child(15) {
  top: 20px;
  width: 20px;
  left: 80%;
  height: 190px;
}
.placeholder-content_item:nth-child(16) {
  top: 20px;
  width: 20px;
  left: 90%;
  height: 190px;
}

@keyframes contentPreloader {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}
.course_fields ::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.trix-button-group--file-tools {
  width: 115px;
  display: block !important;
}

.trix-button-group--file-tools .trix-button--icon {
  min-width: 100px;
}

.admin .form-select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
}

#global_modal trix-editor figure {
  background: #464646;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

#global_modal .course-from .day.selected, #global_modal .course-to .day.selected {
  background-color: #494f54;
}

#global_modal .text-secondary,
#global_modal .dataTables_filter input::placeholder {
  color: #899097 !important;
}

.moved_from_another_course {
  position: relative;
}
.moved_from_another_course:after {
  background-image: url(/icons/corner-handle.png);
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  bottom: 0;
  left: 0;
}

.course-days-slider-dropdown .course-day-box, .course-days-slider .course-day-box {
  height: 34px;
  position: relative;
}
.course-days-slider-dropdown .course-day-box:hover, .course-days-slider .course-day-box:hover {
  border-bottom: 2px solid #bcbcbc !important;
}
.course-days-slider-dropdown .course-day-box label, .course-days-slider .course-day-box label {
  top: 22%;
  left: 34%;
}

.course-days-slider-dropdown .slick-arrow::before, table .slick-arrow::before {
  color: #999;
}

.course-days-slider-dropdown .participationDateNumber, .course-days-slider .participationDateNumber {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  color: #bbb;
  right: 2px;
}

#select-all-days {
  height: 34px;
}
#select-all-days:hover {
  cursor: e-resize;
}

.header-course-day-box .selected {
  color: #333;
}
.header-course-day-box:hover {
  cursor: pointer;
}

.admin .text-decoration-underline-hover:hover {
  text-decoration: underline !important;
}
.admin .border-blue {
  border: 2px solid #4da9c9 !important;
}

.admin .btn {
  padding: 0.5rem 1.2rem !important;
  line-height: 0.8rem !important;
  height: 1.9rem !important;
}

/* ---------------------------------------------------
    GLOBAL
----------------------------------------------------- */
.gold {
  color: gold !important;
}

.select2_link {
  padding: 6px !important;
  text-align: center;
  color: #b7b7b7;
  height: auto;
  position: absolute;
  background: white;
  width: 100%;
  border: 1px solid #aaa;
  width: 101%;
  left: -0.5%;
}
.select2_link:hover {
  cursor: pointer;
  color: black;
}

.participant_images .select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.participant_images .select2-results, .participant_images .select2-results__option, .participant_images .select2-results__option .select2-results__option--highlighted, .participant_images li.select2-results__option {
  font-size: 12px !important;
  white-space: nowrap 12px !important;
}
.participant_images .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9EC66E !important;
}

body.fixed-position {
  position: fixed;
  width: 100%;
}

body {
  color: #f3f2f2;
  border: none !important;
  font-weight: 400;
}

.dark-link a {
  color: #555 !important;
  font-size: 14px;
}
.dark-link a:hover {
  opacity: 0.7;
}

body.application, body.admin {
  font-size: 14px !important;
}

label {
  font-weight: 400 !important;
}

#error_explanation ul li {
  color: #f3f2f2 !important;
}

@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 29rem 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 71.25rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 1170px !important;
  }
}

@font-face {
  font-family: "Helvetica Neue Black";
  src: url(/HelveticaNeue-Black.woff2) format("woff2"), url(/HelveticaNeue-Black.woff) format("woff"), url(/HelveticaNeue-Black.ttf) format("truetype");
}
.w-0 {
  width: 0;
}

.w-10px {
  width: 10px;
}

.w-20px {
  width: 20px;
}

.w-50px {
  width: 50px;
}

.w-100px {
  width: 100px;
}

.w-120px {
  width: 120px;
}

.w-150px {
  width: 150px;
}

.w-300px {
  width: 300px;
}

.w-325px {
  width: 325px;
}

.w-400px {
  width: 400px;
}

.w-500px {
  width: 500px;
}

.mw-1000px {
  max-width: 1000px !important;
}

.mw-1200px {
  max-width: 1200px;
}

.ht-10px {
  height: 10px;
}

.ht-30px {
  height: 30px;
}

.ht-50px {
  height: 50px;
}

.ht-100px {
  height: 100px;
}

.ht-150px {
  height: 150px;
}

.ht-300px {
  height: 300px;
}

.h-0 {
  height: 0;
}

.tx-8 {
  font-size: 8px;
}

.tx-10 {
  font-size: 10px;
}

.tx-12 {
  font-size: 12px;
}

.tx-14 {
  font-size: 14px !important;
}

.tx-16 {
  font-size: 16px;
}

.tx-18 {
  font-size: 18px;
}

.tx-20 {
  font-size: 20px !important;
}

.tx-22 {
  font-size: 22px;
}

.tx-24 {
  font-size: 24px;
}

.tx-30 {
  font-size: 30px;
}

.tx-40 {
  font-size: 40px;
}

.tx-44 {
  font-size: 44px;
}

.tx-50 {
  font-size: 50px;
}

.bg-gray {
  background-color: #4f4f4f !important;
}

.lh-1 {
  line-height: 1em;
}

.lh-2 {
  line-height: 2em;
}

.ms-05 {
  margin-left: 0.14rem !important;
}

.w-20 {
  width: 20%;
}

.display-initial {
  display: initial;
}

.outline-none {
  outline: none;
}

.border-left-0 {
  border-left: none;
}

.nowrap {
  white-space: nowrap;
}

#notice {
  color: #b6dc79;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

input {
  border: none;
  border-radius: 3px;
  padding: 5px;
}

@font-face {
  font-family: "JuliusSansOne";
  src: url(/assets/JuliusSansOne-Regular-5814be5ec817c3f1a59e19f105585b7160d023ed8e953669f5c830b8fb82a8c1.ttf) format("truetype");
}
.pagination {
  margin: 10px !important;
}

a:hover {
  text-decoration: none !important;
}

#error_explanation ul li {
  color: #000;
}

a.article, a.article:hover {
  background: #ff6532 !important;
  color: #fff !important;
}

.black-text {
  color: #000 !important;
}

.page-text {
  margin: 20px;
  color: #aaa9a9;
  font-size: 15px;
  line-height: 2.07;
}

.form-padding .col-md-6 {
  padding-bottom: 50px;
}

h4 {
  font-size: 24px !important;
  font-weight: 300 !important;
}

.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.regular-checkbox:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #009C4D;
}

.nested-fields .col-md-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.nested-fields .col-sm-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.nested-fields label {
  display: inline-flex !important;
  padding-left: 10px;
}

.page-top {
  margin-left: 30px;
}
.page-top a {
  color: #6e9ec6 !important;
}

.back-button {
  color: #6e9ec6 !important;
}

.text-muted {
  color: #999 !important;
}

.text-muted-small {
  color: #777777;
  font-size: 10px;
}

#toast-container {
  top: 65px;
}

.input-group-addon {
  border: none !important;
}

.pointer:hover {
  cursor: pointer;
}

/* ---------------------------------------------------
    END OF GLOBAL
----------------------------------------------------- */
/* ---------------------------------------------------
    CONTENT
----------------------------------------------------- */
#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}

#content_home {
  width: 100%;
  transition: all 0.3s;
}

th, td {
  white-space: nowrap;
}

.green-button {
  background: #9EC66E !important;
  color: #2c2c2c !important;
  border-radius: 2px !important;
  padding: 5px 18px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
}
.green-button:hover {
  cursor: pointer;
}

.disabled-button {
  background: #f3f2f2;
  color: #555;
  border-radius: 2px;
  padding: 7px 18px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}

.red-button {
  background: #ff4747 !important;
  color: #2c2c2c !important;
  border-radius: 2px !important;
  padding: 5px 18px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
}

.search-form {
  padding: 20px 20px 0 20px;
}
.search-form .col-sm-3, .search-form .col-md-3 {
  padding: 0 5px;
}
.search-form #myDropdown {
  font-size: 12px;
  padding: 1px;
}

/* ---------------------------------------------------
    END OF CONTENT
----------------------------------------------------- */
.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.form-control {
  border-radius: 0 !important;
}

.white-links {
  color: #f3f2f2;
}

.moveup {
  color: #fff !important;
  background: #555 !important;
}

#events {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #f6f6f6;
  border: 1px solid #999;
  border-radius: 3px;
  height: 100px;
  overflow: auto;
}

.hideThis {
  display: none;
}

.displayThis {
  display: block;
}

.bold {
  font-weight: 800 !important;
}

.loading_opacity {
  opacity: 0.3;
}

.ekko-lightbox .modal-dialog {
  max-width: 570px !important;
}
.ekko-lightbox .modal-dialog .modal-content .modal-body {
  padding: 0;
  background: black;
}
.ekko-lightbox .modal-dialog .modal-content .modal-body img {
  box-shadow: 1px 4px 10px #ccc;
}

.error {
  color: #ff3f00;
  margin: 0;
}

.table_loader {
  position: absolute;
  margin: 7% 50%;
  font-size: 50px;
}

.grey_button {
  font-weight: 600;
  font-size: 12px;
  background: #EFEFEF;
  color: #555;
  padding: 7px 18px;
  border-radius: 2px;
  white-space: nowrap;
  width: 140px;
  text-align: center;
  margin-top: 10px;
  transition: 0.2s;
}
.grey_button:hover {
  background: #f3f2f2 !important;
  color: #555;
  cursor: pointer;
}

@supports (-ms-ime-align: auto) {
  .timepicker22 {
    display: none;
  }
}
.ui-selectable-helper {
  border: none !important;
}

ul.ui-autocomplete {
  position: absolute;
  z-index: 1500;
  overflow: auto;
}
ul.ui-autocomplete li {
  background: #2d2d2d;
  color: #f3f2f2;
  border: none;
  font-size: 12px;
}
ul.ui-autocomplete li:hover {
  background: #3d3d3d;
}

.inputpicker-wrapped-list .inputpicker-active {
  background-color: #9EC66E !important;
}
.inputpicker-wrapped-list .inputpicker-active:hover {
  cursor: pointer;
}

.inputpicker-wrapped-list .addNewCoach {
  text-align: center;
  padding: 3px;
  font-size: 12px;
  background: #f3f2f2;
  border: 1px solid #ccc;
  border-top: none;
}
.inputpicker-wrapped-list .addNewCoach:hover {
  cursor: pointer;
}

.tooltip-arrow {
  z-index: -10 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.close_modal {
  background: #464646;
  color: white;
  padding: 6px 36px;
  display: inline;
  border-radius: 3px;
}
.close_modal:hover {
  cursor: pointer;
}

#select2EndButton {
  padding: 8px;
  text-align: center;
  color: #f3f2f2 !important;
  width: 100%;
  background: #444;
  border: none;
}
#select2EndButton:hover {
  cursor: pointer;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.application nav {
  background: none !important;
}

.application nav a {
  color: #f3f2f2;
}

.application, .application footer {
  background: black;
}

.application .btn-primary {
  background-color: #ff3f00;
  border-color: #ff3f00;
  border-radius: 3px !important;
}
.application .btn-primary:hover {
  background-color: #cc3200;
  border-color: #cc3200;
}

.select2 ::-webkit-scrollbar, .select2-selection ::-webkit-scrollbar, .select2-selection__rendered ::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

a {
  text-decoration: none !important;
}

.mw-90 {
  max-width: 90% !important;
}

.mh-90 {
  min-height: 90% !important;
}

.bg-none {
  background: none !important;
}

.d-contents {
  display: contents;
}

.admin .flash {
  background-color: white;
}
.admin .flash .flash__body {
  color: black;
}

.application .flash {
  background-color: black;
}
.application .flash .flash__body {
  color: white;
}

.flash {
  display: block;
  position: fixed;
  top: 70px;
  right: 25px;
  width: 350px;
  font-size: 14px;
  font-weight: 400;
  z-index: 2000 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  opacity: 0;
}

.flash.success {
  border: 2px solid #9EC66E !important;
  color: black;
}

.flash.error {
  border: 2px solid red;
  color: black;
}

.flash__icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8em;
  height: 100%;
  padding: 0 0.4em;
  color: #FFF;
  font-size: 26px;
  font-weight: 300;
  transform: translate(0, -50%);
}

.flash__icon.success {
  background-color: #9EC66E !important;
}

.flash__icon .icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.flash_button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px 20px;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: all 0.1s;
}

.error .flash_button {
  border: 2px solid red;
}

.flash_button:hover {
  cursor: pointer;
  color: #FFF;
}

.flash_button:active {
  box-shadow: none;
}

@-webkit-keyframes drop-in-fade-out {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
  12% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
}
@-moz-keyframes drop-in-fade-out {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
  12% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
}
@-o-keyframes drop-in-fade-out {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
  12% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
}
@keyframes drop-in-fade-out {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
  12% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
}
.flash.animate--drop-in-fade-out {
  -webkit-animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(0.32, 1.75, 0.65, 0.91);
  -moz-animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(0.32, 1.75, 0.65, 0.91);
  -ms-animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(0.32, 1.75, 0.65, 0.91);
  -o-animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(0.32, 1.75, 0.65, 0.91);
  animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(0.32, 1.75, 0.65, 0.91);
}

.application .navbar-brand {
  margin-right: 0;
}

.home-video {
  width: 80vw;
  height: 45vw;
}

#global_modal #members {
  background-color: #464646 !important;
}
#global_modal .amount-of-recipients {
  margin-top: -25px;
}
#global_modal .email_subject .dropdown-content, #global_modal .edit_email .dropdown-content, #global_modal .new_email .dropdown-content {
  background-color: #464646;
  top: 30px;
  border: none;
}
#global_modal .email_subject .dropdown-content div, #global_modal .edit_email .dropdown-content div, #global_modal .new_email .dropdown-content div {
  color: #f3f2f2 !important;
}
#global_modal .email_subject .dropdown-content div:hover, #global_modal .edit_email .dropdown-content div:hover, #global_modal .new_email .dropdown-content div:hover {
  background-color: #464646 !important;
}
#global_modal .email_subject trix-editor figure, #global_modal .edit_email trix-editor figure, #global_modal .new_email trix-editor figure {
  background: #464646;
}
#global_modal .recipient label:before {
  display: none !important;
}

.page-item.active .page-link {
  background-color: #9EC66E !important;
  border-color: #9EC66E !important;
}

input[type=radio].toggle {
  display: none;
}

input[type=radio].toggle + label {
  cursor: pointer;
  min-width: 80px;
}

input[type=radio].toggle + label:hover {
  background: none;
  color: #FFF;
}

input[type=radio].toggle + label:after {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: left 100ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 100ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}

input[type=radio].toggle:checked + label {
  background: #FFF;
  cursor: default;
  color: #000;
}

input[type=radio].toggle:checked + label:after {
  left: 0;
}

/* ENDS */
/* UPFORM STYLE STARTS*/
.scroll-container {
  /* overflow: auto; */
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth !important;
  scroll-snap-stop: always;
}

.scroll-area {
  scroll-snap-align: center;
}

.scroll-container form input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .scroll-container form img {
    max-height: 440px;
  }
}

@media only screen and (min-width: 1200px) {
  .scroll-container form .input-block {
    height: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  .scroll-container form .input-block {
    padding-left: 20px;
    padding-right: 20px;
    height: 410px;
  }
}
.scroll-container form .input-block .row, .scroll-container form .input-block .py-4, .scroll-container form .input-block .input-control {
  opacity: 0.15;
  cursor: default;
}

.scroll-container form .input-block.active .row, .scroll-container form .input-block.active .py-4, .scroll-container form .input-block.active .input-control {
  opacity: 1 !important;
  cursor: default;
  transition: 0.5s;
}

.scroll-container form .input-block .row.no-opacity {
  opacity: 1 !important;
  cursor: default;
}

.scroll-container form .input-block .label {
  display: block;
  font-size: 1.1em;
  line-height: 30px;
  color: white !important;
}

.scroll-container form .input-block .input-control {
  margin: 10px 0;
  height: 38px;
}

.scroll-container form .input-block .input-control input[type=text] {
  border: none;
  outline-width: 0;
  border-bottom: 2px solid #CCC;
  width: 100%;
  font-size: 35px;
  padding-bottom: 10px;
}

.scroll-container form .input-blockl input {
  height: 30px;
}

.scroll-container form .input-block.active {
  opacity: 1;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.scroll-container form .scroll-container form-footer {
  margin-top: 60px;
}

.scroll-container form .scroll-container form-footer .btn {
  font-size: 24px;
  font-weight: bold;
  padding: 5px 20px;
}

/* UPFORM STYLE ENDS*/
/* ---------------------------------------------------
  RADIO BUTTONS (BLACK IS THE SELECTED ONE)
----------------------------------------------------- */
.styled-radio-buttons .radio {
  margin: 0.5rem;
}
.styled-radio-buttons .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.styled-radio-buttons .radio input[type=radio] + label:before {
  content: "";
  background: black;
  border-radius: 100%;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: 0.1em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.styled-radio-buttons .radio input[type=radio]:checked + label:before {
  background-color: #f3f2f2;
  box-shadow: inset 0 0 0 2px black;
}
.styled-radio-buttons .radio input[type=radio]:focus + label:before {
  outline: none;
}
.styled-radio-buttons .radio input[type=radio] + label:empty:before {
  margin-right: 0;
}

/* ---------------------------------------------------
  END OF RADIO BUTTONS (BLACK IS THE SELECTED ONE)
----------------------------------------------------- */
/* ---------------------------------------------------
  COURSE DATE-RANGE SEARCH
----------------------------------------------------- */
.application .daterangepicker td.off.in-range {
  background-color: black;
}
.application .daterangepicker td.off.in-range:hover {
  background-color: #323232 !important;
}
.application .daterangepicker,
.application .daterangepicker .calendar-table,
.application .daterangepicker td.off,
.application .daterangepicker td.active,
.application .daterangepicker td.available,
.application .daterangepicker th {
  background-color: black;
  color: white;
  border: none;
}
@media only screen and (min-width: 992px) {
  .application .daterangepicker,
  .application .daterangepicker .calendar-table,
  .application .daterangepicker td.off,
  .application .daterangepicker td.active,
  .application .daterangepicker td.available,
  .application .daterangepicker th {
    font-size: 18px !important;
    padding: 10px 35.4px;
  }
}
.application .daterangepicker td.gray-background {
  background-color: #323232 !important;
}
.application .daterangepicker td:hover {
  background-color: #323232 !important;
}
.application .daterangepicker td.off {
  color: #777 !important;
}
.application .daterangepicker td.start-date,
.application .daterangepicker td.end-date {
  background-color: #1e1e1e !important;
  border-radius: 0;
}
.application .daterangepicker .drp-calendar {
  max-width: none !important;
}
.application .daterangepicker .drp-calendar.right {
  display: none !important;
}
.application .daterangepicker .calendar-table {
  padding: 0;
}
.application .daterangepicker .calendar-table tbody {
  border: 2px solid black;
}
.application .daterangepicker .calendar-table tbody tr td {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 992px) {
  .application .daterangepicker .calendar-table tbody tr td {
    padding: 10px;
    font-size: 16px;
  }
}
.application .calendar-table tbody {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.application .daterangepicker .calendar-table .prev span,
.application .daterangepicker .calendar-table .next span {
  border-color: #555;
}
.application .daterangepicker .calendar-table .prev:hover,
.application .daterangepicker .calendar-table .next:hover {
  background-color: #222;
}
.application .daterangepicker td.highlight {
  border: 2px solid #666 !important;
}
.application .daterangepicker td.in-range.gray-background.has-course-day-from-active-course,
.application .daterangepicker td.start-date.gray-background.has-course-day-from-active-course {
  border: 2px solid #555 !important;
  position: relative;
}
.application .daterangepicker td.in-range.gray-background.has-course-day-from-active-course:after,
.application .daterangepicker td.start-date.gray-background.has-course-day-from-active-course:after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 100px;
  height: 5px;
  width: 5px;
  content: "";
  background-color: #555;
}
.application .daterangepicker td.in-range.gray-background.has-course-day-from-future-course,
.application .daterangepicker td.start-date.gray-background.has-course-day-from-future-course {
  position: relative;
}
.application .daterangepicker td.in-range.gray-background.has-course-day-from-future-course:after,
.application .daterangepicker td.start-date.gray-background.has-course-day-from-future-course:after {
  background-image: url(/icons/corner-handle-large-right.png);
  position: absolute;
  content: "";
}
@media only screen and (min-width: 450px) {
  .application .daterangepicker td.in-range.gray-background.has-course-day-from-future-course:after,
  .application .daterangepicker td.start-date.gray-background.has-course-day-from-future-course:after {
    bottom: -3.4px;
    right: -4px;
    width: 50%;
    height: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .application .daterangepicker td.in-range.gray-background.has-course-day-from-future-course:after,
  .application .daterangepicker td.start-date.gray-background.has-course-day-from-future-course:after {
    bottom: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
  }
}
.application .daterangepicker td.in-range.highlight.has-course-day {
  border: 2px solid white !important;
}
@media only screen and (max-width: 992px) {
  .application .drp-calendar.left {
    width: 100%;
  }
}
.application #daterange-wrapper {
  margin-left: -4px;
}

/* ---------------------------------------------------
  END OF COURSE DATE-RANGE SEARCH
----------------------------------------------------- */
/* ---------------------------------------------------
  COURSE AUTOCOMPLETE SEARCH
----------------------------------------------------- */
.easy-autocomplete-container {
  border-radius: 10px;
}
.easy-autocomplete-container ul {
  border: none !important;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background-color: #212529 !important;
  color: #ccc;
  padding: 15px 12px !important;
  font-size: 16px !important;
  border: none !important;
}
.easy-autocomplete-container ul li b, .easy-autocomplete-container ul .eac-category b {
  color: white;
}
.easy-autocomplete-container ul .eac-category {
  text-transform: uppercase;
  background-color: #373a3e !important;
}

#magicsearch, #autocomplete {
  font-size: 16px;
}

.magicsearch-box {
  background-color: #212529 !important;
  border: none !important;
}

.magicsearch-box li {
  color: #ccc !important;
  padding: 15px 12px !important;
  font-size: 16px !important;
  height: inherit !important;
}

.magicsearch-box .ishover {
  background-color: #17191c !important;
}

.magicsearch-box .selected {
  background-color: #2c3237 !important;
}

/* ---------------------------------------------------
  END OF COURSE AUTOCOMPLETE SEARCH
----------------------------------------------------- */
.striped-corner {
  position: relative;
}
.striped-corner:after {
  background-image: url(/icons/corner-handle-large-right.png);
  position: absolute;
  content: "";
}
@media only screen and (min-width: 450px) {
  .striped-corner:after {
    bottom: 0;
    right: -7px;
    width: 50%;
    height: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .striped-corner:after {
    bottom: 0;
    right: -6px;
    width: 50%;
    height: 40px;
  }
}
.striped-corner .blue-underline.active {
  position: relative;
}
.striped-corner .blue-underline.active:after {
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 10%;
  border-radius: 20px;
  width: 80%;
  content: "";
  background-color: #007ea7;
}

.dotted-corner {
  position: relative;
}
.dotted-corner:after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 100px;
  height: 5px;
  width: 5px;
  content: "";
  background-color: #555;
}

.dot-flashing {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff5219;
  color: #ff5219;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}

.dot-flashing .text {
  margin-left: -20px;
  margin-top: 10px;
  opacity: 50%;
}

.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff5219;
  color: #ff5219;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff5219;
  color: #ff5219;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #ff5219;
  }
  50%, 100% {
    background-color: #ebe6ff;
  }
}
/* ---------------------------------------------------
    GLOBAL
----------------------------------------------------- */
.gold {
  color: gold !important;
}

.select2_link {
  padding: 6px !important;
  text-align: center;
  color: #b7b7b7;
  height: auto;
  position: absolute;
  background: white;
  width: 100%;
  border: 1px solid #aaa;
  width: 101%;
  left: -0.5%;
}
.select2_link:hover {
  cursor: pointer;
  color: black;
}

.participant_images .select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.participant_images .select2-results, .participant_images .select2-results__option, .participant_images .select2-results__option .select2-results__option--highlighted, .participant_images li.select2-results__option {
  font-size: 12px !important;
  white-space: nowrap 12px !important;
}
.participant_images .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9EC66E !important;
}

body.fixed-position {
  position: fixed;
  width: 100%;
}

body {
  color: #f3f2f2;
  border: none !important;
  font-weight: 400;
}

.dark-link a {
  color: #555 !important;
  font-size: 14px;
}
.dark-link a:hover {
  opacity: 0.7;
}

body.application, body.admin {
  font-size: 14px !important;
}

label {
  font-weight: 400 !important;
}

#error_explanation ul li {
  color: #f3f2f2 !important;
}

@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 29rem 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 71.25rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 1170px !important;
  }
}

@font-face {
  font-family: "Helvetica Neue Black";
  src: url(/HelveticaNeue-Black.woff2) format("woff2"), url(/HelveticaNeue-Black.woff) format("woff"), url(/HelveticaNeue-Black.ttf) format("truetype");
}
.w-0 {
  width: 0;
}

.w-10px {
  width: 10px;
}

.w-20px {
  width: 20px;
}

.w-50px {
  width: 50px;
}

.w-100px {
  width: 100px;
}

.w-120px {
  width: 120px;
}

.w-150px {
  width: 150px;
}

.w-300px {
  width: 300px;
}

.w-325px {
  width: 325px;
}

.w-400px {
  width: 400px;
}

.w-500px {
  width: 500px;
}

.mw-1000px {
  max-width: 1000px !important;
}

.mw-1200px {
  max-width: 1200px;
}

.ht-10px {
  height: 10px;
}

.ht-30px {
  height: 30px;
}

.ht-50px {
  height: 50px;
}

.ht-100px {
  height: 100px;
}

.ht-150px {
  height: 150px;
}

.ht-300px {
  height: 300px;
}

.h-0 {
  height: 0;
}

.tx-8 {
  font-size: 8px;
}

.tx-10 {
  font-size: 10px;
}

.tx-12 {
  font-size: 12px;
}

.tx-14 {
  font-size: 14px !important;
}

.tx-16 {
  font-size: 16px;
}

.tx-18 {
  font-size: 18px;
}

.tx-20 {
  font-size: 20px !important;
}

.tx-22 {
  font-size: 22px;
}

.tx-24 {
  font-size: 24px;
}

.tx-30 {
  font-size: 30px;
}

.tx-40 {
  font-size: 40px;
}

.tx-44 {
  font-size: 44px;
}

.tx-50 {
  font-size: 50px;
}

.bg-gray {
  background-color: #4f4f4f !important;
}

.lh-1 {
  line-height: 1em;
}

.lh-2 {
  line-height: 2em;
}

.ms-05 {
  margin-left: 0.14rem !important;
}

.w-20 {
  width: 20%;
}

.display-initial {
  display: initial;
}

.outline-none {
  outline: none;
}

.border-left-0 {
  border-left: none;
}

.nowrap {
  white-space: nowrap;
}

#notice {
  color: #b6dc79;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

input {
  border: none;
  border-radius: 3px;
  padding: 5px;
}

@font-face {
  font-family: "JuliusSansOne";
  src: url(/assets/JuliusSansOne-Regular-5814be5ec817c3f1a59e19f105585b7160d023ed8e953669f5c830b8fb82a8c1.ttf) format("truetype");
}
.pagination {
  margin: 10px !important;
}

a:hover {
  text-decoration: none !important;
}

#error_explanation ul li {
  color: #000;
}

a.article, a.article:hover {
  background: #ff6532 !important;
  color: #fff !important;
}

.black-text {
  color: #000 !important;
}

.page-text {
  margin: 20px;
  color: #aaa9a9;
  font-size: 15px;
  line-height: 2.07;
}

.form-padding .col-md-6 {
  padding-bottom: 50px;
}

h4 {
  font-size: 24px !important;
  font-weight: 300 !important;
}

.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.regular-checkbox:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #009C4D;
}

.nested-fields .col-md-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.nested-fields .col-sm-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.nested-fields label {
  display: inline-flex !important;
  padding-left: 10px;
}

.page-top {
  margin-left: 30px;
}
.page-top a {
  color: #6e9ec6 !important;
}

.back-button {
  color: #6e9ec6 !important;
}

.text-muted {
  color: #999 !important;
}

.text-muted-small {
  color: #777777;
  font-size: 10px;
}

#toast-container {
  top: 65px;
}

.input-group-addon {
  border: none !important;
}

.pointer:hover {
  cursor: pointer;
}

/* ---------------------------------------------------
    END OF GLOBAL
----------------------------------------------------- */
/* ---------------------------------------------------
    CONTENT
----------------------------------------------------- */
#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}

#content_home {
  width: 100%;
  transition: all 0.3s;
}

th, td {
  white-space: nowrap;
}

.green-button {
  background: #9EC66E !important;
  color: #2c2c2c !important;
  border-radius: 2px !important;
  padding: 5px 18px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
}
.green-button:hover {
  cursor: pointer;
}

.disabled-button {
  background: #f3f2f2;
  color: #555;
  border-radius: 2px;
  padding: 7px 18px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}

.red-button {
  background: #ff4747 !important;
  color: #2c2c2c !important;
  border-radius: 2px !important;
  padding: 5px 18px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
}

.search-form {
  padding: 20px 20px 0 20px;
}
.search-form .col-sm-3, .search-form .col-md-3 {
  padding: 0 5px;
}
.search-form #myDropdown {
  font-size: 12px;
  padding: 1px;
}

/* ---------------------------------------------------
    END OF CONTENT
----------------------------------------------------- */
.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.form-control {
  border-radius: 0 !important;
}

.white-links {
  color: #f3f2f2;
}

.moveup {
  color: #fff !important;
  background: #555 !important;
}

#events {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #f6f6f6;
  border: 1px solid #999;
  border-radius: 3px;
  height: 100px;
  overflow: auto;
}

.hideThis {
  display: none;
}

.displayThis {
  display: block;
}

.bold {
  font-weight: 800 !important;
}

.loading_opacity {
  opacity: 0.3;
}

.ekko-lightbox .modal-dialog {
  max-width: 570px !important;
}
.ekko-lightbox .modal-dialog .modal-content .modal-body {
  padding: 0;
  background: black;
}
.ekko-lightbox .modal-dialog .modal-content .modal-body img {
  box-shadow: 1px 4px 10px #ccc;
}

.error {
  color: #ff3f00;
  margin: 0;
}

.table_loader {
  position: absolute;
  margin: 7% 50%;
  font-size: 50px;
}

.grey_button {
  font-weight: 600;
  font-size: 12px;
  background: #EFEFEF;
  color: #555;
  padding: 7px 18px;
  border-radius: 2px;
  white-space: nowrap;
  width: 140px;
  text-align: center;
  margin-top: 10px;
  transition: 0.2s;
}
.grey_button:hover {
  background: #f3f2f2 !important;
  color: #555;
  cursor: pointer;
}

@supports (-ms-ime-align: auto) {
  .timepicker22 {
    display: none;
  }
}
.ui-selectable-helper {
  border: none !important;
}

ul.ui-autocomplete {
  position: absolute;
  z-index: 1500;
  overflow: auto;
}
ul.ui-autocomplete li {
  background: #2d2d2d;
  color: #f3f2f2;
  border: none;
  font-size: 12px;
}
ul.ui-autocomplete li:hover {
  background: #3d3d3d;
}

.inputpicker-wrapped-list .inputpicker-active {
  background-color: #9EC66E !important;
}
.inputpicker-wrapped-list .inputpicker-active:hover {
  cursor: pointer;
}

.inputpicker-wrapped-list .addNewCoach {
  text-align: center;
  padding: 3px;
  font-size: 12px;
  background: #f3f2f2;
  border: 1px solid #ccc;
  border-top: none;
}
.inputpicker-wrapped-list .addNewCoach:hover {
  cursor: pointer;
}

.tooltip-arrow {
  z-index: -10 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.close_modal {
  background: #464646;
  color: white;
  padding: 6px 36px;
  display: inline;
  border-radius: 3px;
}
.close_modal:hover {
  cursor: pointer;
}

#select2EndButton {
  padding: 8px;
  text-align: center;
  color: #f3f2f2 !important;
  width: 100%;
  background: #444;
  border: none;
}
#select2EndButton:hover {
  cursor: pointer;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.application nav {
  background: none !important;
}

.application nav a {
  color: #f3f2f2;
}

.application, .application footer {
  background: black;
}

.application .btn-primary {
  background-color: #ff3f00;
  border-color: #ff3f00;
  border-radius: 3px !important;
}
.application .btn-primary:hover {
  background-color: #cc3200;
  border-color: #cc3200;
}

.select2 ::-webkit-scrollbar, .select2-selection ::-webkit-scrollbar, .select2-selection__rendered ::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

a {
  text-decoration: none !important;
}

.mw-90 {
  max-width: 90% !important;
}

.mh-90 {
  min-height: 90% !important;
}

.bg-none {
  background: none !important;
}

.d-contents {
  display: contents;
}

.admin .flash {
  background-color: white;
}
.admin .flash .flash__body {
  color: black;
}

.application .flash {
  background-color: black;
}
.application .flash .flash__body {
  color: white;
}

.flash {
  display: block;
  position: fixed;
  top: 70px;
  right: 25px;
  width: 350px;
  font-size: 14px;
  font-weight: 400;
  z-index: 2000 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  opacity: 0;
}

.flash.success {
  border: 2px solid #9EC66E !important;
  color: black;
}

.flash.error {
  border: 2px solid red;
  color: black;
}

.flash__icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8em;
  height: 100%;
  padding: 0 0.4em;
  color: #FFF;
  font-size: 26px;
  font-weight: 300;
  transform: translate(0, -50%);
}

.flash__icon.success {
  background-color: #9EC66E !important;
}

.flash__icon .icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.flash_button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px 20px;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: all 0.1s;
}

.error .flash_button {
  border: 2px solid red;
}

.flash_button:hover {
  cursor: pointer;
  color: #FFF;
}

.flash_button:active {
  box-shadow: none;
}

@-webkit-keyframes drop-in-fade-out {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
  12% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
}
@-moz-keyframes drop-in-fade-out {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
  12% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
}
@-o-keyframes drop-in-fade-out {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
  12% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
}
@keyframes drop-in-fade-out {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
  12% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
}
.flash.animate--drop-in-fade-out {
  -webkit-animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(0.32, 1.75, 0.65, 0.91);
  -moz-animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(0.32, 1.75, 0.65, 0.91);
  -ms-animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(0.32, 1.75, 0.65, 0.91);
  -o-animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(0.32, 1.75, 0.65, 0.91);
  animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(0.32, 1.75, 0.65, 0.91);
}

.application .navbar-brand {
  margin-right: 0;
}

.home-video {
  width: 80vw;
  height: 45vw;
}

#global_modal #members {
  background-color: #464646 !important;
}
#global_modal .amount-of-recipients {
  margin-top: -25px;
}
#global_modal .email_subject .dropdown-content, #global_modal .edit_email .dropdown-content, #global_modal .new_email .dropdown-content {
  background-color: #464646;
  top: 30px;
  border: none;
}
#global_modal .email_subject .dropdown-content div, #global_modal .edit_email .dropdown-content div, #global_modal .new_email .dropdown-content div {
  color: #f3f2f2 !important;
}
#global_modal .email_subject .dropdown-content div:hover, #global_modal .edit_email .dropdown-content div:hover, #global_modal .new_email .dropdown-content div:hover {
  background-color: #464646 !important;
}
#global_modal .email_subject trix-editor figure, #global_modal .edit_email trix-editor figure, #global_modal .new_email trix-editor figure {
  background: #464646;
}
#global_modal .recipient label:before {
  display: none !important;
}

.page-item.active .page-link {
  background-color: #9EC66E !important;
  border-color: #9EC66E !important;
}

.toolbar {
  margin-bottom: 10px;
}

.scrolledTable table.dataTable {
  width: 100% !important;
}

.scrolledTable {
  overflow: hidden !important;
  margin-right: 3px;
  margin-bottom: 3px;
}

.scrolledTable:hover {
  overflow: auto !important;
  margin-right: 0px;
  margin-bottom: 0px;
}

.scrolledTable {
  overflow: auto;
  clear: both;
  height: 60vh;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.scrolledTable #datatable {
  padding-top: 25px;
}
.scrolledTable th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 100px;
}
.scrolledTable tbody tr table:first-child {
  width: 100%;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc {
  background-image: none !important;
}

.dataTables_wrapper .toolbar {
  display: inline-flex;
  justify-content: space-between;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  border-bottom: 0;
}

.dataTables_info {
  display: none;
}

.course-days-slider .slick-slide {
  width: 33px !important;
}
.course-days-slider .slick-track {
  min-width: 100%;
}

table.dataTable tbody tr.selected {
  background-color: #d0f1fc !important;
}

tr.dt-hasChild {
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.3);
}

.course-button-grey:hover {
  cursor: pointer;
}

table .course_waiting_list_and_max {
  font-size: 10px;
  line-height: 0.1;
  text-align: left;
  margin-top: 3px;
}

@media (min-width: 761px) {
  #datatable {
    margin-top: -25px;
  }
}
@media (max-width: 761px) {
  #datatable {
    margin-top: -8px;
  }
}
#datatable .course_participants thead:nth-child(1) {
  display: block;
}
.datatable_waiting_list .toolbar .editEmailBeforeAcceptButton[disabled=disabled] {
  opacity: 0.6;
}

#datatable_drafts2 {
  table-layout: fixed;
}
#datatable_drafts2 thead:nth-child(1) {
  display: none;
}
#datatable_drafts2 th:nth-child(2), #datatable_drafts2 td:nth-child(2) {
  width: 7% !important;
}
#datatable_drafts2 th:nth-child(3), #datatable_drafts2 td:nth-child(3) {
  width: 13.4% !important;
}
#datatable_drafts2 th:nth-child(4), #datatable_drafts2 td:nth-child(4) {
  width: 13.4% !important;
}
#datatable_drafts2 th:nth-child(5), #datatable_drafts2 td:nth-child(5) {
  width: 13.4% !important;
}
#datatable_drafts2 th:nth-child(6), #datatable_drafts2 td:nth-child(6) {
  width: 13.4% !important;
}
#datatable_drafts2 th:nth-child(7), #datatable_drafts2 td:nth-child(7) {
  width: 13.4% !important;
}
#datatable_drafts2 th:nth-child(8), #datatable_drafts2 td:nth-child(8) {
  width: 13.4% !important;
}
#datatable_drafts2 th:nth-child(9), #datatable_drafts2 td:nth-child(9) {
  width: 13.4% !important;
}

.dataTables_scrollBody {
  height: 30vw !important;
}

#datatable_participants th:nth-child(1), #datatable_participants td:nth-child(1) {
  width: 10% !important;
}
#datatable_participants th:nth-child(2), #datatable_participants td:nth-child(2) {
  width: 35% !important;
}
#datatable_participants th:nth-child(3), #datatable_participants td:nth-child(3) {
  width: 25% !important;
}
#datatable_participants th:nth-child(4), #datatable_participants td:nth-child(4) {
  width: 30% !important;
}

.datatable-participants table {
  min-width: 400px;
}

.participations_pending_new .toolbar .editEmailBeforeAcceptButton[disabled=disabled], .participations_pending_new .toolbar #editEmailBeforeWaitingListButton[disabled=disabled], .participations_pending_new .toolbar #discardPendingParticipations[disabled=disabled] {
  opacity: 0.6;
}
.participations_pending_new table {
  min-width: 1000px;
}

.course_container_projects {
  table-layout: fixed;
}
.course_container_projects thead:nth-child(1) {
  display: none;
}
.course_container_projects th:nth-child(1), .course_container_projects td:nth-child(1) {
  width: 14.2% !important;
}
.course_container_projects th:nth-child(2), .course_container_projects td:nth-child(2) {
  width: 14.2% !important;
}
.course_container_projects th:nth-child(3), .course_container_projects td:nth-child(3) {
  width: 14.2% !important;
}
.course_container_projects th:nth-child(4), .course_container_projects td:nth-child(4) {
  width: 14.2% !important;
}
.course_container_projects th:nth-child(5), .course_container_projects td:nth-child(5) {
  width: 14.2% !important;
}
.course_container_projects th:nth-child(6), .course_container_projects td:nth-child(6) {
  width: 14.2% !important;
}
.course_container_projects th:nth-child(7), .course_container_projects td:nth-child(7) {
  width: 14.2% !important;
}

#datatable_participant_images {
  table-layout: fixed;
}
#datatable_participant_images thead:nth-child(1) {
  display: none;
}
#datatable_participant_images td:nth-child(8) {
  padding: 0;
}
#datatable_participant_images td:nth-child(8) input {
  background: #f3f2f2;
}
#datatable_participant_images th:nth-child(1), #datatable_participant_images td:nth-child(1) {
  width: 10% !important;
}
#datatable_participant_images th:nth-child(2), #datatable_participant_images td:nth-child(2) {
  width: 10% !important;
}
#datatable_participant_images th:nth-child(3), #datatable_participant_images td:nth-child(3) {
  width: 10% !important;
}
#datatable_participant_images th:nth-child(4), #datatable_participant_images td:nth-child(4) {
  width: 10% !important;
}
#datatable_participant_images th:nth-child(5), #datatable_participant_images td:nth-child(5) {
  width: 10% !important;
}
#datatable_participant_images th:nth-child(6), #datatable_participant_images td:nth-child(6) {
  width: 10% !important;
}
#datatable_participant_images th:nth-child(7), #datatable_participant_images td:nth-child(7) {
  width: 10% !important;
}
#datatable_participant_images th:nth-child(8), #datatable_participant_images td:nth-child(8) {
  width: 10% !important;
}
#datatable_participant_images th:nth-child(9), #datatable_participant_images td:nth-child(9) {
  width: 10% !important;
}
#datatable_participant_images th:nth-child(10), #datatable_participant_images td:nth-child(10) {
  width: 10% !important;
}

.ui-selected {
  background-color: #d0f1fc !important;
}

input[type=search] {
  padding: 4px;
}

#datatable_projects_wrapper .toolbar {
  height: 30px;
}

#datatable_custom_templates, #datatable_sent_emails {
  table-layout: fixed;
}
#datatable_custom_templates thead:nth-child(0), #datatable_sent_emails thead:nth-child(0) {
  display: none;
}

#datatable_not_sent_invoices {
  table-layout: fixed;
}
#datatable_not_sent_invoices thead:nth-child(1) {
  display: none;
}
#datatable_not_sent_invoices td, #datatable_not_sent_invoices th {
  width: 25% !important;
}

#datatable_sent_invoices {
  table-layout: fixed;
}
#datatable_sent_invoices thead:nth-child(1) {
  display: none;
}
#datatable_sent_invoices td, #datatable_sent_invoices th {
  width: 25% !important;
}

#datatable_all_courses_instructors_wrapper {
  margin-top: 20px;
}
#datatable_all_courses_instructors_wrapper #datatable_all_courses_instructors {
  table-layout: fixed;
}
#datatable_all_courses_instructors_wrapper #datatable_all_courses_instructors thead:nth-child(1) {
  display: none;
}

.dt-hasChild {
  background-color: #f3f2f2 !important;
}
.dt-hasChild td:nth-child(2) {
  border-left: 4px solid green;
}

#datatable_participants .dt-hasChild td:nth-child(1) {
  border-left: 4px solid green;
}
#datatable_participants .dt-hasChild td:nth-child(2) {
  border-left: none !important;
}

#datatable_sent_invoices_wrapper .dataTables_scrollHeadInner, #datatable_not_sent_invoices_wrapper .dataTables_scrollHeadInner {
  width: 100% !important;
}

body {
  /* width */
  /* button */
  /* Handle */
  /* Handle on hover */
  /* Track */
  /* The track NOT covered by the handle.
  ::-webkit-scrollbar-track-piece {
    background: #000;
  }

  /* Corner */
  /* Resizer */
}
body ::-webkit-scrollbar {
  width: 3px !important;
  height: 3px !important;
  margin-top: 100px;
}
body .slider1::-webkit-scrollbar {
  height: 0px !important;
}
body ::-webkit-scrollbar-button {
  margin-top: 100px;
}
body ::-webkit-scrollbar-thumb {
  background: #c2c1c1;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #666;
}
body ::-webkit-scrollbar-track {
  margin-top: 27px;
}
body ::-webkit-scrollbar-corner {
  background: #999;
}
.course_name_width {
  min-width: 170px;
}

.sub-row-tr .sub-row {
  border-bottom: 1px solid #dddcdc;
}

.dataTables_wrapper #courses_filter.dataTables_filter input {
  background-color: #212529 !important;
  color: #dddcdc;
}

.sub-row-tr .splitter {
  position: absolute;
  bottom: -5px;
}
.sub-row-tr .splitter:hover {
  cursor: grab;
}

.scrolledTable {
  /* Prevent the text from highlighting when dragging */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table.dataTable tbody tr:hover {
  background-color: rgb(208, 241, 252);
}

.dataTables_filter {
  margin-bottom: 10px;
}

.dataTables_filter input {
  border-radius: 3px;
  background-color: white !important;
  border: 1px solid #999 !important;
}

.dataTables_wrapper tbody tr {
  position: relative;
  padding-left: 16px !important;
}

.dataTables_wrapper tbody tr:hover td:nth-child(2)::before {
  position: absolute;
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  display: block;
  left: 2px;
  top: 10px;
  color: #777;
}

#global_modal .devise {
  background-color: black;
}
#global_modal .devise input {
  line-height: 1rem;
  padding: 4px;
}

.devise.static-page {
  background-color: #26262F;
}
.devise.static-page input {
  background: none !important;
}
@media (min-height: 700px) {
  .devise.static-page {
    position: fixed;
  }
}

.devise {
  font-family: "Montserrat", sans-serif !important;
}
.devise h1, .devise h1, .devise h3, .devise h4, .devise h5, .devise h6, .devise div, .devise span {
  font-family: "Montserrat", sans-serif !important;
}
.devise .border {
  border-color: #626167 !important;
}
@media (min-width: 1000px) {
  .devise .top-20 {
    padding-top: 10% !important;
  }
}
.devise h1 {
  font-size: calc(0.7rem + 1.5vw);
}
.devise input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.devise .bg-image-vertical {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
@media (min-width: 1025px) {
  .devise .h-custom-2 {
    height: 100%;
  }
}

.registration-form .form-outer {
  width: 100%;
  overflow: hidden;
}

.registration-form .form-outer form {
  display: flex;
  width: calc(100% * var(--stepNumber));
}

.form-outer form .page {
  width: calc(100% / var(--stepNumber));
  transition: margin-left 0.3s ease-in-out;
}

.form-outer form .page .title {
  text-align: left;
  font-size: 25px;
  font-weight: 500;
}

form .page .field .label {
  position: absolute;
  top: -30px;
  font-weight: 500;
}

form .page .field input {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  border: 1px solid var(--inputBorderColor);
  border-radius: 5px;
  padding-left: 15px;
  margin: 0 1px;
  font-size: 18px;
  transition: border-color 150ms ease;
}

form .page .field input.invalid-input {
  border-color: var(--errorColor);
}

form .page .field select {
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 500;
}

form .page .field button:hover {
  background: #000;
}

form .page .btns button.prev {
  margin-right: 3px;
  font-size: 17px;
}

.registration-form .progress-bar {
  display: flex;
  margin: 40px 0;
  user-select: none;
  flex-direction: inherit;
  background: none;
}

.registration-form .progress-bar .step {
  text-align: center;
  width: 100%;
  position: relative;
}

.registration-form .progress-bar .step p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
}

.progress-bar .step .bullet {
  height: 25px;
  width: 25px;
  border: 2px solid #7f7f7f;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}

.progress-bar .step .bullet.active {
  border-color: var(--primary);
  background: var(--primary);
}

.progress-bar .step .bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.progress-bar .step .bullet.active span {
  display: none;
}

.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
  position: absolute;
  content: "";
  bottom: 11px;
  right: -51px;
  height: 3px;
  width: 44px;
  background: #7f7f7f;
}

.progress-bar .step .bullet.active:after {
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}
.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
  display: none;
}

.progress-bar .step p.active {
  color: var(--primary);
  transition: 0.2s linear;
}

.progress-bar .step .check {
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}

.progress-bar .step .check.active {
  display: block;
  color: #fff;
}

@media screen and (max-width: 660px) {
  :root {
    --containerWidth: 400px;
  }
  .progress-bar .step p {
    display: none;
  }
  .progress-bar .step .bullet::after,
  .progress-bar .step .bullet::before {
    display: none;
  }
  .progress-bar .step .bullet {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
  }
  .step {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 490px) {
  :root {
    --containerWidth: 100%;
  }
  .registration-form {
    box-sizing: border-box;
    border-radius: 0;
  }
}
#datatable .second_header .row {
  margin: 0;
}
#datatable .second_header .row td {
  padding: 8px;
}
#datatable .membersOnly:hover {
  cursor: pointer;
}
#datatable .course_participants, #datatable .course_participants {
  margin: 0;
}
#datatable .course_participants .right, #datatable .course_participants .right {
  text-align: right;
}
#datatable .waiting_list {
  background: #f7f6f6;
}
#datatable .waiting_list .header {
  font-weight: 600;
  border-top: 1px solid #dad9d9;
}
#datatable .waiting_list .course_participants {
  border-bottom: 1px solid #ddd;
}

.courseDaysWrapper {
  position: relative;
  padding: 0;
}
.courseDaysWrapper .course_days {
  padding: 0 !important;
  position: relative;
}
.courseDaysWrapper .course_days div {
  display: inline-block;
}
.courseDaysWrapper .course_days .participationDatesInner div:nth-child(1) {
  text-align: center;
  width: 2.5em;
  margin: 0;
  padding: 5px;
  position: relative;
  display: inline-block;
  transition: all 0.1s ease-in;
}
.courseDaysWrapper .course_days .participationDatesInner div:nth-child(1) span[class^=ion] {
  position: relative;
}
.courseDaysWrapper .course_days .participationDatesInner div:nth-child(1):before {
  content: "";
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.001, 0.001);
}
.courseDaysWrapper .course_days .participationDatesInner div:nth-child(1):focus {
  outline: 0;
  color: #fff;
}
.courseDaysWrapper .course_days .participationDatesInner div:nth-child(1):focus:before {
  animation: effect_dylan 0.8s ease-out;
}
@keyframes effect_dylan {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
.courseDaysWrapper .course_days .participationDatesInner {
  padding-left: 7px;
  padding-right: 7px;
}
.courseDaysWrapper .course_days .participationDatesInner div:nth-child(1) {
  border-bottom: 2px solid #f3f2f2 !important;
}
.courseDaysWrapper .course_days .participationDatesInner div:nth-child(1):hover {
  border-bottom: 2px solid #bcbcbc !important;
}
.courseDaysWrapper .course_days .participationDatesInner div .fa {
  color: #999;
}
.courseDaysWrapper .course_days .participationDatesInner .participated .fa {
  color: #3CB371;
}
.courseDaysWrapper .course_days .participationDatesInner .no_not_participated .fa {
  color: #ff4747;
}
.courseDaysWrapper .course_days .participationDatesInner .moved .fa {
  color: #ffa500 !important;
}

.tooptip {
  margin: 4px;
}

#datatable_participants .leftArrow, #datatable_waiting_list_new .leftArrow {
  position: absolute;
  left: -6px;
  top: 0;
  padding: 4px;
}
#datatable_participants .leftArrow .fa, #datatable_waiting_list_new .leftArrow .fa {
  border: 1px solid #ddd;
  color: #aaa;
  border-radius: 50px;
  padding: 4px;
  transition: 0.1s;
}
#datatable_participants .leftArrow .fa:hover, #datatable_waiting_list_new .leftArrow .fa:hover {
  background-color: #f3f2f2;
  cursor: pointer;
}
#datatable_participants .rightArrow, #datatable_waiting_list_new .rightArrow {
  position: absolute;
  right: -6px;
  top: 0;
  padding: 4px;
}
#datatable_participants .rightArrow .fa, #datatable_waiting_list_new .rightArrow .fa {
  border: 1px solid #ddd;
  color: #aaa;
  border-radius: 50px;
  padding: 4px;
  transition: 0.1s;
}
#datatable_participants .rightArrow .fa:hover, #datatable_waiting_list_new .rightArrow .fa:hover {
  background-color: #f3f2f2;
  cursor: pointer;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 4px 8px !important;
  border-bottom: 1px solid #111 !important;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: image_url("dataTables/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: image_url("dataTables/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: image_url("dataTables/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: image_url("dataTables/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: image_url("dataTables/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: rgb(208, 241, 252);
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

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

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
  margin: 10px 12px;
  padding: 0 !important;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

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

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS 
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require easy-autocomplete
 *= require easy-autocomplete.themes
 *= require jquery-ui
 *= require dropzone/dropzone
 *= ekko-lightbox
 *= require 'css3-progress-bar'
 *= require bootstrap-datepicker3
 *= require bootstrap-toggle
 *= require dataTables/jquery.dataTables 
 *= require jquery.scrollbar
 *= require jquery.timepicker.min
 *= require_tree .
 *= require_self
 */
.primary-color-admin-dark {
  color: #5e7642;
}

.bg-orange {
  background-color: #f97516;
}

.bg-yellow {
  background-color: #eab208;
}

.text-yellow {
  color: #eab208;
}

.bg-green {
  background-color: #9EC66E;
}

.text-green {
  color: #9EC66E;
}

.application {
  /* GREEN CHECKBOX */
  /* END OF GREEN CHECKBOX */
  /* ---------------------------------------------------
      COURSE OVERVIEW
  ----------------------------------------------------- */
  /* ---------------------------------------------------
      END OF COURSE OVERVIEW
  ----------------------------------------------------- */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /* ---------------------------------------------------
     COURSES INDEX
  ----------------------------------------------------- */
  /* ---------------------------------------------------
    END OF COURSES INDEX
  ----------------------------------------------------- */
  /* ---------------------------------------------------
    DEVISE PAGES
  ----------------------------------------------------- */
  /* ---------------------------------------------------
    END OF DEVISE PAGES
  ----------------------------------------------------- */
  /* ---------------------------------------------------
    HOME PAGE
  ----------------------------------------------------- */
  /* ---------------------------------------------------
    END OF HOME PAGE
  ----------------------------------------------------- */
  /* ---------------------------------------------------
    SOMETHING WITH IMAGES
  ----------------------------------------------------- */
  /* ---------------------------------------------------
    END OF SOMETHING WITH IMAGES
  ----------------------------------------------------- */
  /* ---------------------------------------------------
      ORDER SHOW PAGE
  ----------------------------------------------------- */
  /* ---------------------------------------------------
      TIMELINE
  ----------------------------------------------------- */
  /* The actual timeline (the vertical ruler) */
  /* The actual timeline (the vertical ruler) */
  /* Place the timeline-container to the left */
  /* Place the timeline-container to the right */
  /* Add arrows to the left timeline-container (pointing right) */
  /* Add arrows to the right timeline-container (pointing left) */
  /* Fix the circle for timeline-containers on the right side */
  /* Media queries - Responsive timeline on screens less than 600px wide */
  /* ---------------------------------------------------
      END OF TIMELINE
  ----------------------------------------------------- */
}
.application .bg-secondary {
  background-color: #ccc !important;
}
.application .text-secondary {
  color: #ccc !important;
}
.application .text-primary {
  color: #ff5219 !important;
}
.application a:hover {
  color: #ccc;
}
.application .btn-primary-green {
  background-color: #9EC66E;
}
@media only screen and (min-width: 992px) {
  .application .team_courses h1 {
    font-size: 5.65rem !important;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .application .team_courses h1 {
    font-size: 5rem !important;
  }
}
@media only screen and (min-width: 469px) and (max-width: 768px) {
  .application .team_courses h1 {
    font-size: 3.7rem !important;
  }
}
@media only screen and (max-width: 469px) {
  .application .team_courses h1 {
    font-size: 2.7rem !important;
  }
}
.application .team_courses #courses_results .header {
  font-size: 2rem !important;
  white-space: nowrap;
}
.application .team_courses #courses_results .course-name {
  font-size: 1.45rem !important;
  padding-bottom: 8px;
  font-weight: 600;
}
.application .team_courses #courses_results .course-name {
  font-size: 1.45rem !important;
  padding-bottom: 8px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .application .team_courses #courses_results .course-name-first {
    display: block;
  }
  .application .team_courses #courses_results .course-name-second {
    display: none;
  }
}
@media (min-width: 576px) {
  .application .team_courses #courses_results .course-name-first {
    display: none;
  }
  .application .team_courses #courses_results .course-name-second {
    display: block;
  }
}
@media only screen and (min-width: 450px) {
  .application .team_courses .tabs-wrapper .btn, .application .team_courses .tabs-wrapper .nav-link {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 450px) {
  .application .team_courses .tabs-wrapper .btn, .application .team_courses .tabs-wrapper .nav-link {
    padding: 0.35rem 0.45rem !important;
  }
}
.application .confirm_participation {
  text-align: center;
  font-size: 26px;
}
@media only screen and (min-width: 769px) {
  .application .confirm_participation {
    padding: 100px 50px;
  }
}
@media only screen and (max-width: 769px) {
  .application .confirm_participation {
    padding: 20px;
  }
}
.application .confirm_participation .title {
  padding: 20px 0;
  color: white !important;
}
.application .confirm_participation a {
  padding: 20px 0;
  color: white;
}
.application .confirm_participation a:hover {
  opacity: 0.8;
  color: white;
}
.application .scrollbox {
  height: 250px;
}
.application .scrollbox a {
  color: #1c1c1c !important;
}
.application #course-check-box-form li:hover {
  background: #f3f2f2;
}
.application .check-container {
  display: inherit;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.application .check-container input {
  height: 0;
  width: 0;
}
.application .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
.application .check-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.application .check-container input:checked ~ .checkmark {
  background-color: #ff5219;
}
.application .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.application .check-container input:checked ~ .checkmark:after {
  display: block;
}
.application .check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.application #courses_results .list-group-item {
  margin-top: -2px !important;
}
@media only screen and (min-width: 765px) {
  .application .course-image {
    width: 100%;
    height: 14vw;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0.75rem;
    margin-top: 20px;
  }
  .application .card-body {
    height: 82px;
  }
  .application .width65 {
    width: 65%;
  }
}
@media only screen and (max-width: 765px) {
  .application .course-image {
    width: 100%;
    height: 26vw;
    object-fit: cover;
    transition: 0.3s;
    margin-top: 20px;
  }
}
.application .reset-button {
  background: #ff5219;
  width: 100%;
  border-radius: 0.25rem !important;
  border: 1px solid #e54916 !important;
  border-radius: 5px;
  padding: 4px;
  position: relative;
  box-shadow: 0 0 3px #7f290c inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 24px;
  transition: 0.2s;
}
.application .reset-button:hover {
  background: #cc4114;
}
.application .reset-button-admin {
  background: #ff5219;
  width: 100%;
  border-radius: 0.25rem !important;
  border: 1px solid #e54916 !important;
  border-radius: 5px;
  padding: 4px;
  padding-left: 10px;
  position: relative;
  box-shadow: 0 0 3px #7f290c inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 24px;
  transition: 0.2s;
  color: #fff !important;
}
.application .reset-button-admin:hover {
  background: #cc4114;
}
.application .check_box_option {
  font-size: 14px;
}
.application .check_box_option #myInput {
  width: 100%;
}
.application .course-card {
  padding-bottom: 10px;
}
.application .course-index-container {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.6);
}
.application .course-index-container a {
  color: #f3f2f2;
}
.application .course-index-container a:hover {
  color: #fff;
}
.application .card-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.875rem;
}
.application .card-date {
  opacity: 0.7;
  font-size: 16px;
}
.application .card-sub {
  opacity: 0.7;
}
.application .card-wrapper {
  padding: 30px;
}
.application .card-wrapper i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 3px;
}
.application .card-wrapper .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.application .card-wrapper .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.application .card {
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  transition: 0.5s ease;
}
.application .card-body {
  padding: 20px;
}
.application .card-btn-1 {
  padding: 10px;
  background: linear-gradient(to right, #f3f2f2, #DBDADA);
  text-align: center;
  border-right: 1px solid #fff;
  color: #000;
  transition: 0.3s;
}
.application .card-btn-1:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #000;
}
.application .card-btn-2 {
  padding: 10px;
  background: linear-gradient(to right, #DBDADA, #c3c2c2);
  text-align: center;
  color: #000;
  transition: 0.3s;
}
.application .card-btn-2:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #000;
}
.application .card-text {
  padding: 10px;
  background: #f3f2f2;
  color: #777;
}
.application .add-to-cart input, .application .add-to-cart input[type=submit] {
  width: 100%;
  background: linear-gradient(to right, #f72000, #f7005b);
  border: 0;
  color: #fff !important;
  padding: 4px;
}
.application .add-to-cart input[type=submit]:hover {
  background: linear-gradient(to right, #f84c32, #f8327b) !important;
}
.application .list-group {
  margin-bottom: 0 !important;
}
.application .list-group-item:first-Participant {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.application .list-group-item:last-Participant {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.application #myInput {
  border-box: box-sizing;
  background-image: url(/assets/searchicon.png);
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
.application #myInput:focus {
  outline: 3px solid #ddd;
}
.application .search-course-dropdown-wrapper {
  margin: 11px;
}
.application .search-course-dropdown-wrapper .dropdown {
  width: 100% !important;
}
.application .search-course-dropdown-wrapper input {
  width: 100%;
  font-size: 12px;
}
.application .search-course-dropdown-wrapper .col-md-3, .application .search-course-dropdown-wrapper .col-md-2 {
  margin-bottom: 5px;
}
.application .search-course-dropdown-wrapper .col-sm-3, .application .search-course-dropdown-wrapper .col-sm-2 {
  margin-bottom: 5px;
}
@media only screen and (min-width: 760px) {
  .application .search-course-dropdown-wrapper .col-sm-3, .application .search-course-dropdown-wrapper .col-sm-2 {
    padding-right: 0px;
  }
}
.application .search-course-dropdown-wrapper input {
  padding: 4.5px;
}
.application #myDropdown {
  border: 1px solid #ccc;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .application .devise {
    width: 400px;
  }
}
.application .cover-container-wrapper .cover-container {
  background-size: cover !important;
  background-position: center !important;
}
.application .home {
  /*  scroll css section here*/
}
@media only screen and (max-width: 469px) {
  .application .home .cover-container-wrapper .cover-container {
    background: url(/home-mobile.jpg);
  }
}
@media only screen and (min-width: 469px) {
  .application .home .cover-container-wrapper .cover-container {
    background: url(/home-desktop.jpg);
  }
}
.application .home #section2, .application .home #section3 {
  padding: 30vh 0;
}
.application .home .scrolltop .fa-angle-up {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 17px;
  color: white;
}
.application .home .scrolltop {
  position: fixed;
  z-index: 15;
  right: 25px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: gold;
  border: 1px solid #fff;
  padding: 0;
  box-shadow: 0 2px 4px #ddd;
  cursor: pointer;
  transition: 0.3s;
}
.application .home .scrolltop:hover {
  background: #ccac00;
}
.application .home .bg-header-member {
  position: relative;
  width: 100%;
  height: 90vh;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.application .home .bg-header-member .logo img {
  width: 180px;
}
@font-face {
  font-family: "Helvetica Neue Black";
  src: url(/HelveticaNeue-Black.woff2) format("woff2"), url(/HelveticaNeue-Black.woff) format("woff"), url(/HelveticaNeue-Black.ttf) format("truetype");
}
.application .image_section img {
  width: 100%;
}
.application .image_section .header h4 {
  padding-left: 70px;
}
.application .image_section .header .price {
  text-align: center;
}
.application .image_section .second_example .col-md-6, .application .image_section .second_example .col-sm-6 {
  margin-bottom: 20px;
}
.application .image_section .collection h4 {
  text-align: center;
}
.application .image_section .collection p {
  font-size: 12px;
  text-align: center;
}
.application .image_section .images-wrapper {
  max-width: 1280px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.application .image_section .images-wrapper .images {
  min-width: 241;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.application .image_section a {
  margin-left: 1px;
}
.application .image_section a img {
  border: 1px solid #dad9d9;
  border-radius: 3px;
  -moz-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.41), 0 5px 15px 0 rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.41), 0 5px 15px 0 rgba(0, 0, 0, 0.48);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.41), 0 5px 15px 0 rgba(0, 0, 0, 0.48);
  transition: 0.2s;
}
.application .image_section a img:hover {
  -moz-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.41), 0 5px 15px 0 rgba(51, 50, 50, 0.48);
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.41), 0 5px 15px 0 rgba(51, 50, 50, 0.48);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.41), 0 5px 15px 0 rgba(51, 50, 50, 0.48);
  opacity: 0.8;
}
.application .dropdown-menu li:hover {
  background-color: #373a3e !important;
}
.application .top-navbar-member {
  max-width: 1444px;
  margin: 0 auto !important;
  float: none !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #f3f2f2 !important;
  padding: 12px 15px 0 0;
}
.application .member-panel .upload-image div {
  align-items: center;
  justify-content: center;
  background: rgba(170, 170, 170, 0.5);
}
.application .member-panel .admin_top_nav {
  background: none;
}
.application .member-panel .admin_top_nav .nav i {
  font-size: 26px;
  color: gold;
  transition: 0.2s;
  text-align: center;
}
.application .member-panel .admin_top_nav .nav i:hover {
  cursor: pointer;
  opacity: 0.8;
}
.application .member-panel .admin_top_nav .logo {
  position: absolute;
}
.application .member-panel .admin_top_nav .logo .hello-name {
  margin: 5px 0 0 90px;
  color: #ccc;
}
.application .member-panel .admin_top_nav .dropdown-menu {
  background: none !important;
  color: #f3f2f2 !important;
  border: none !important;
}
.application .member-panel .admin_top_nav .dropdown-menu h5 {
  color: #f3f2f2;
  font-size: 22px;
  margin: 0 0 5px 0;
}
.application .member-panel .admin_top_nav .dropdown-menu li {
  height: 110px;
  width: 250px;
  background: #3B3A3B;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 13px;
  color: #bbb;
  overflow: hidden;
  border-radius: 3px;
}
.application .member-panel .admin_top_nav .dropdown-menu li:hover {
  transition: 0.2s;
  background: #4e4d4e;
}
.application .member-panel .admin_top_nav .dropdown-menu li a {
  color: #bbb;
  font-family: "helvetica neue";
  padding: 0 !important;
  transition: 0.2s;
}
.application .member-panel .admin_top_nav .dropdown-menu li a:hover {
  background: none;
  color: #ccc;
}
@media only screen and (min-width: 769px) {
  .application .member-panel .section-eight {
    height: 340px;
  }
}
@media only screen and (min-width: 1160px) {
  .application .member-panel .bg-header-member-panel {
    margin: 0px 150px !important;
  }
}
@media only screen and (max-width: 769px) {
  .application .member-panel .bg-header-member-panel {
    margin: 0px 50px !important;
  }
}
@media only screen and (min-width: 769px) {
  .application .member-panel .bg-header-member-panel .padding {
    padding: 130px 20px 20px 100px;
  }
}
@media only screen and (max-width: 769px) {
  .application .member-panel .bg-header-member-panel .padding {
    padding: 100px 20px 20px 20px;
  }
}
.application .member-panel .bg-header-member-panel .overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}
.application .member-panel #draggable .col-md-6 .fa {
  color: #f3f2f2;
}
.application .member-panel h3 {
  color: #f3f2f2;
  font-family: "Helvetica Neue Black" !important;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .application .member-panel h3 {
    font-size: 44px;
    margin: -5px 0 20px 0;
    letter-spacing: 0.08em;
    line-height: 0.9;
  }
}
@media only screen and (max-width: 768px) {
  .application .member-panel h3 {
    font-size: 30px;
    margin: 0 0 20px 0;
    letter-spacing: 0.08em;
    line-height: 0.9;
  }
}
.application .member-panel .area2 {
  max-width: 1000px;
  padding: 60px 60px 0 60px;
  font-weight: 300;
}
.application .member-panel .area2 .new-participant-button {
  font-size: 30px;
}
.application .member-panel .area2 .new-participant-button:hover {
  cursor: pointer;
}
.application .member-panel .area2 .nav-tabs.nav-justified > li > a {
  border-bottom: none;
  transform: scale(1, 1.25);
}
.application .member-panel .area2 .nav-justified > li > a, .application .member-panel .area2 .nav-tabs.nav-justified > li > a {
  color: #777;
}
.application .member-panel .area2 .nav-tabs > li.active > a {
  border: none;
}
.application .member-panel .area2 .nav-tabs > li > a:hover {
  border: none;
}
.application .member-panel .area2 .nav-justified {
  font-size: 26px;
}
.application .member-panel .area2 .nav-justified .nav-tabs > li > a, .application .member-panel .area2 .nav-justified .nav-tabs > li.active > a {
  border: none !important;
  background: none;
  border: none;
}
.application .member-panel .area2 .nav-justified .active > a {
  background: none !important;
  color: #fff !important;
}
.application .member-panel .area3 {
  margin-bottom: 220px;
}
.application .member-panel .area3 h4 {
  font-size: 20px;
  margin: 5px 0 20px 0;
  font-weight: 600;
  color: #7e9e58;
}
.application .about-us {
  background: url(/Forside-gutt-jente-som-svommer-bli-trygg-i-vannet-lær-a-svomme.jpg) no-repeat center center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 465px) {
  .application .order-show-page {
    padding: 0 !important;
  }
}
.application .order-show-page td {
  font-size: 14px;
}
@media only screen and (min-width: 400px) {
  .application .transparent {
    margin: 50px;
    height: 800px;
  }
}
@media only screen and (max-width: 400px) {
  .application .transparent {
    margin: 10px;
    padding: 10px;
  }
}
.application .timeline {
  max-width: 1200px;
}
.application .timeline .timeline-course {
  margin: 50px 0 260px 0;
}
.application .timeline .timeline-course a {
  color: #f3f2f2;
  transition: 0.2s;
}
.application .timeline .timeline-course a:hover {
  color: #ccc;
}
.application .timeline .timeline-course .timeline-container {
  background-color: inherit;
}
.application .timeline .timeline-course .timeline-container .course-date {
  color: gold;
}
.application .timeline .timeline-course .timeline-container .row img {
  width: 80%;
  margin-top: 17px;
}
.application .timeline .timeline-course .timeline-container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #333;
  border: 4px solid gold;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.application .timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #777;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.application .timeline-left {
  left: 0;
}
.application .timeline-right {
  left: 50%;
}
.application .timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #777;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #777;
}
.application .timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #777;
  border-width: 10px 10px 10px 0;
  border-color: transparent #777 transparent transparent;
}
.application .timeline-right::after {
  left: -16px;
}
@media screen and (max-width: 600px) {
  .application {
    /* Place the timelime to the left */
    /* Full-width timeline-containers */
    /* Make sure that all arrows are pointing leftwards */
    /* Make sure all circles are at the same spot */
    /* Make all right timeline-containers behave like the left ones */
  }
  .application .timeline::after {
    left: 31px;
  }
  .application .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .application .timeline-container::before {
    left: 60px;
    border: medium solid #777;
    border-width: 10px 10px 10px 0;
    border-color: transparent #777 transparent transparent;
  }
  .application .timeline-left::after, .application .timeline-right::after {
    left: 15px;
  }
  .application .timeline-right {
    left: 0%;
  }
}
.application .flash.notice {
  border: 2px solid #9EC66E;
  color: #9EC66E;
}
.application .flash.notice, .application .flash.success {
  border: 2px solid #9EC66E;
  color: #9EC66E;
}
.application .flash__icon.notice {
  background-color: #9EC66E !important;
}
.application .flash__icon.success {
  background-color: #9EC66E;
}
.application .flash_button {
  color: #ff5219;
}
.application .notice .flash_button {
  border: 2px solid #ff5219;
}
.application .success .flash_button {
  border: 2px solid #ff5219;
}
.application .flash_button:hover {
  background-color: #ff5219;
}
.application .flash_button:active {
  background-color: #ff5219;
}
.application .btn-primary:disabled, .application .btn-primary:focus {
  background-color: #b23911;
  border-color: #b23911;
  box-shadow: none;
}

.bg-linear-gradient-horizontal {
  background: linear-gradient(to right, #212325, #1b1b1b);
}

.bg-linear-gradient-reverse {
  background: linear-gradient(to bottom right, #393939, #1b1b1b);
}

.daterangepicker {
  position: relative;
  width: 100%;
}

.daterangepicker .drp-calendar {
  width: 50%;
  max-width: none;
  float: left !important;
  clear: none !important;
}

.application #nav-tab {
  border-bottom: none;
}
.application #nav-tab .nav-link {
  color: #ccc;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #495057;
}
.application #nav-tab .nav-link.active {
  color: #f3f2f2;
  background-color: inherit !important;
}
.application .date-range-picker, .application .close-date-range-picker {
  color: #495057;
}
.application .date-range-picker.active, .application .close-date-range-picker.active {
  color: white;
}

.application .easy-autocomplete {
  max-width: 100%;
}

.application .booking-flow .underline {
  position: relative;
}
.application .booking-flow .underline:after {
  position: absolute;
  content: "";
  background-color: #444;
  border-radius: 50px;
  width: 50px;
  height: 5px;
  bottom: -5px;
  left: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
}
@media only screen and (max-width: 767px) {
  .application .booking-flow .bottom-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55) !important;
    font-size: 18px;
  }
  .application .booking-flow .bottom-fixed .py-2 {
    display: flex;
  }
}
@media only screen and (min-width: 767px) {
  .application .booking-flow .bottom-fixed {
    height: 100%;
    font-size: 30px;
  }
}

.application .select2-search__field {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #333 !important;
  outline: none;
}
.application .select2-container--default .select2-search--dropdown .select2-search__field,
.application .select2-container--default .select2-selection--single,
.application .select2-container--default .select2-results__option[aria-disabled=true],
.application .select2-results__option[aria-selected] {
  background-color: #212529;
  border-color: #212529;
  padding-left: 5px;
  height: 40px;
  color: #c2c1c1;
}
.application .select2-selection__rendered,
.application .select2-container--default .select2-results > .select2-results__options {
  color: #c2c1c1 !important;
  padding: 5px;
}
.application .select2-container--default .select2-results__option--highlighted[aria-selected],
.application .select2-container--default .select2-results > .select2-results__options {
  background-color: #212529;
}
.application .select2-search--dropdown {
  padding: 0;
}
.application .select2-search--dropdown input {
  border-radius: 0;
}
.application .select2-results__options {
  margin-right: -3px;
}
.application .select2-results__option:hover {
  background-color: #1d2124 !important;
}
.application .select2-dropdown.select2-dropdown--above,
.application .select2-dropdown.select2-dropdown--below {
  border-color: #333 !important;
  background-color: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
}

.p-Field label {
  color: #f3f2f2 !important;
}

.rectangle-right {
  padding: 6px 6px 6px 10px !important;
  white-space: nowrap;
  width: 90px !important;
  margin-bottom: 5px !important;
  border-radius: 3px 0 0 3px !important;
}

.rectangle-right.active:after {
  content: "";
  width: 45px !important;
  border-top: 17px solid transparent;
  border-left: 10px solid #F4B942;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  right: -45px;
}

.application .nav-tabs {
  border-bottom: 1px solid #3f3f3f;
}
.application .nav-tabs .nav-link.active {
  background-color: #212325 !important;
  border: none;
}
.application .nav-tabs .nav-link {
  color: white !important;
}

.cursor-pointer:hover {
  cursor: pointer;
}
