@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.httpttapp2animacodecomdevelopment,.httpsttapp2animacodecomdevelopment {
  position: relative;
}

.httpttapp2animacodecomdevelopment:before,.httpsttapp2animacodecomdevelopment:before {
  content: "SERVEUR TEST";
  position: fixed;
  top: 40px;
  right: -7px;
  font-family: 'Fira Sans Condensed', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 3rem;
  color: red;
  padding: 8px 23px;
  border: 10px solid red;
  z-index: 2000;
  opacity: 0.5;
  transform: rotate(16deg);
  pointer-events: none;
  touch-action: none;
}

.inline_label {
    margin-right: 10px;
    display: inline-block;
    break-inside: avoid;
}

.menu a {
    width: max-content;
    min-width: 100%;
}

.menu a small {
    margin-left: 2.5em;
}

body,.button {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.button {
  position: relative;
}

h1,h2,h3,h4,h5,h6,th,th *,thead td,thead td * {
  font-family: "Baloo 2", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.button {
  font-weight: normal;
}

.button.minpad {
  padding: 0.4em 0.05em;
}

a {
  color: #78cdd1;
}

.menu .is-active > a {
  background: #78cdd1;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #78cdd1;
}

.nomargin {
  margin: 0;
}

.spacer-5 {
  height: 5px;
}

.button.minpadding {
  padding: 3px 6px;
}

.button.rightspace {
  margin-right: 5px;
}

.topbar_pad {
  margin: 0 1.5rem;
}

a.mini {
  font-size: 10px;
  vertical-align: super;
}

#teacher_terms-tabs,#user_terms-tabs {
  display: inline-block;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #ffffff transparent transparent;
    border-top-color: rgb(255, 255, 255);
}

#front_overlay {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  z-index: 9999;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.hidden, .hidden2 {
  display: none !important;
}

.obscured {
  opacity:0.3;
}

.rotate {
  animation: rotation 2s infinite linear;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

h1,h2,h3,h4,h5,h6 {
  color: #0d354b;
  font-weight: 700;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  font-size: initial;
  color: inherit;
  vertical-align: super;
}

textarea:not(.select2-search__field) {
  min-height: 5rem;
}

textarea.select2-search__field {
  min-height: auto;
  display: inline-block;
}

.table_wrapper{
   display: block;
   overflow-x: auto;
   white-space: nowrap;
   max-height: 80vh;
}

ul.select2-selection__rendered {
  margin-left: 0;
}

.accordion-title {
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  color: #3965B5;
}

.accordion-title::before {
  font-size: 1.5em;
  top: 40%;
}

.ui-autocomplete.ui-menu {
  z-index: 1010;
  background-color: #eee;
  border: 1px solid #999;
}

.red {
  color: red;
}

.orange {
  color: orange;
}

.green {
  color: green;
}

.switch-inactive {
  right: 10%;
}

input:checked ~ .switch-paddle {
  background: #78cdd1;
}

.popup {
  padding: 0;
}

.popup .header {
  background: rgb(120,205,209);
  padding: 15px 12px;
}

.popup .header h3 {
  color: white;
  opacity: 0.9;
  letter-spacing: 3px;
  font-weight: normal;
  font-size: 18px;
}

.popup .header .icon_bubble {
  display: inline-block;
  background-color: #0d354b;
  padding: 0.1em 0.33em;
  font-size: 24px;
  border-radius: 50%;
  color: #fff;
}

.popup .content {
  padding: 15px 12px 10px;
}

.material-icons {
  font-size: 1.8em;
  line-height: 0.4em;
  vertical-align: middle;
}

.popup .header .icon_bubble .material-icons {
  font-size: inherit;
  line-height: inherit;
}

.code_id {
  font-family: monospace;
  font-size: 1.4em;
  font-weight: bold;
}

.hover1 {
  position: relative;
  z-index: 1;
}

#wrapper {
  min-height: -webkit-calc(100vh - 75px);
  min-height: -moz-calc(100vh - 75px);
  min-height: calc(100vh - 75px);
}

.full_height {
  min-height: calc(100vh - 75px);
  height: 100%;
}

#menu_bar, .top-bar, .top-bar ul, .title-bar {
  background-color: rgb(120,205,209);
}

.menu a {
  color: #fefefe;
}

.menu a:hover {
  text-decoration: underline;
}

.menu .current>a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.menu .current>a:hover {
  text-decoration: none;
}

.menu_logo {
  margin-right: 2rem;
}

.mobile_menu_logo {
  margin-left: auto;
}

.connection_background {
  background: rgb(120,205,209);
  background: linear-gradient(180deg, rgba(120,205,209,1) 2rem, rgba(255,255,255,1) 15rem);
}

.connection_box {
  width: 90%;
  max-width: 800px;
}

.footer {
  background-color: rgb(120,205,209);
  padding: 26px 0;
  height: 75px;
  max-height: 75px;
  min-height: 75px;
}

.footer a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.box {
  background-color: #fff;
  overflow: hidden;
}

.spacer {
  height: 1rem;
}

.backcolor1 {
  background-color: rgb(120,205,209);
}

.pad {
  padding: 1.5rem;
}

.full > .pad {
  padding: 0;
  margin: 1.5rem;
}

.padless {
  padding: 0;
}

.fullheight {
    height: 100%;
}

.fullcentered_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

:last-child > .outlined.accordion-content {
  border-bottom: 1px solid #78cdd1;
}

.outlined {
  border: 1px solid #78cdd1;
}

.shadowed {
  box-shadow: #00000060 4px 4px 6px;
}

.rounded {
  border-radius: 1rem;
}

.logo {
  max-width: 16rem;
  width: 100%;
}


/*Hide honeypot input - Used to avoid spam available_slots*/
input[type="text"]#website {
  display: none;
}
/* **************************  */

.teaching_info,.subjects_info {
  font-size: 0.8em;
  margin-bottom: 0.5rem;
}

.teaching_info .title {
  font-weight: bold;
}

.bottom-divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
}

.warning_box {
  border: 1px solid red;
  padding: 1rem 1rem 0;
  font-size: 0.8em;
  background-color: #ff000010;
  color: red;
  margin-bottom: 1rem;
  position: relative;
}

.warning_box .close-button {
  color: red;
  right: 0.2rem;
  top: -0.1rem;
  opacity: 0.4;
}

.warning_box .close-button:hover {
  opacity: 1;
}


/* *********** stop menu blink on page load ************ */
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
/* **************************  */

.teacher_courses_header {
  background-color: #eee;
  padding: 5px 10px 3px;
  margin-bottom: -1px;
  border: 1px solid #ccc;
  font-size: 0.9rem;
  position:relative;
  margin-top: 5px;
}

.teacher_courses_header input[type=checkbox]{
  margin: 0;
  display: inline-block;
  position: relative;
  top: 2px;
}

.teacher_courses_header a.select_all{
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 1em;
  text-decoration: underline;
}

.profile_accordion {
  margin-bottom: 1rem;
}

.profile_accordion .accordion-title {
  padding: 10px;
  background-color: #78cdd1;
  color: #fff;
}

.profile_accordion .accordion-title:hover, .profile_accordion .is-active .accordion-title{
  background-color: #0d354b;
  color: #fff;
}

.profile_accordion .accordion-title span.info {
  display: block;
  font-size: 0.8em;
}

.profile_accordion .accordion-title span.info.filled {
  margin-top:5px;
}

.profile_accordion .accordion-content {
  padding: 5px 10px 10px;
}

table.teacher_courses .button.display_subjects {
  margin: 0;
  padding: 0.2rem 0.4rem;
}

table.teacher_courses td {
  text-align: center;
  vertical-align: middle;
}

table.teacher_courses th {
  font-size: 0.75rem;
}

table.teacher_courses thead th {
  text-align:center;
}

table.teacher_courses thead th.button_th {
  text-align:left;
}

table.teacher_courses thead th.button_th .info {
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.2em;
  font-style: italic;
  color: #bbb;
  display: inline-block;
}

table.teacher_courses tbody th {
  text-align:left;
}

table.teacher_courses input[type=checkbox] {
  margin: 0;
}

table.teacher_courses th, table.teacher_courses td {
    padding: 0.25rem;
}

table.teacher_courses th, table.teacher_courses td{
  border: 1px solid #bbb;
}

table.teacher_courses th small {
  vertical-align: super;
}

caption.date_header {
  font-size: 22pt;
  color: #0d354b;
  margin: 10px 0 20px 0;
  font-weight: 700;
  position: relative;
}

caption.date_header > * {
    display: inline-block;
}

caption.date_header .arrow {
  font-size: 0.6em;
  position: relative;
  bottom: 0.25em;
  margin: 0 5px;
}

caption.date_header span.arrow {
  color: #dfdfdf;
}

.list td.small {
  font-size: smaller;
}

.calendar span.total_time,.list span.total_time {
  display: block;
  font-size: 0.65em;
  color: #ababab;
}

.calendar, .list {
  border:1px solid #000;
}

.calendar tbody tr:nth-child(even),.list tbody tr:nth-child(even) {
    background-color: inherit;
}

.calendar td.day{
  height: 6rem;
  border: 1px solid #000;
  vertical-align: top;
  position: relative;
  padding: 5px;
}

.calendar td.day:not(.blocked){
  cursor: pointer;
}

.calendar td.day span.daily-details{
  position: absolute;
  top:60%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size:1.3rem;
  text-align: center;
  line-height: 1.5rem;
  width: 100%;
}

.calendar td.day span.total_time {
  margin-top: -5px;
}

.calendar td.day span.day-date {
  font-size: 14pt;
  font-weight: 700;
}

.calendar th.header {
  background-color: #0d354b;
  color: #fff;
  font-size: 14pt;
  padding: 5px;
  text-align: center;
}

.calendar .not-month {
  background-color: #e3e3e3;
}

.calendar td.today {
  background-color:#78cdd1;
}

.calendar td.day span.today-date {
  font-size: 16pt;
  line-height: 1em;
  display: block;
  text-align: center;
}

.calendar td.day:hover:not(.blocked) {
  background-color: #0d354b;
  color: #fff;
}

.list th,.list td{
  border: 1px solid #000;
}


.list.multiple_grouping tr.multiplerow td.forsingle {
    border-top: none;
    border-bottom: 1px dotted #00000025;
}

.list.multiple_grouping tr.multiplerow:last-child td.forsingle {
    border-bottom: 1px solid #000;
}

.list.multiple_grouping tr:not(.multiplerow) td.forsingle {
    border: 1px solid #000;
}

.list.multiple_grouping tr.multiplerow.first_tr td.forsingle {
    border-top: 1px solid #000;
}

th.centered,td.centered {
  text-align: center;
}

label.subject_checkbox {
  background-color: #78cdd14f;
  border: 1px solid #78cdd1;
  border-radius: 7px;
  padding: 2px 6px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}

label.subject_checkbox input {
  margin: 0 5px 0 0;
}

table.report,table.report tbody {
  border: none;
}
table.report td.price_column {
  min-width: 8rem;
}

.users_courses tr.first_tr td {
  border-top: 1px solid #000;
  border-bottom: none;
}

.users_courses tr.following_tr td {
  border-top: 1px dotted #00000025;
  border-bottom: none;
}

table.users_courses.user_report tr:last-child td{
  border-bottom: 1px solid #000 !important;
}

.report td.noshow {
  border: none;
}

.callout.tiny {
  padding: 0.5em;
  font-size: 0.75em;
}

.callout.tiny h5 {
  font-size: 1.4em;
}

.callout.tiny h5,.callout.tiny p {
  margin-bottom: 2px;
}

.hidden_button_holder .button {
  visibility: hidden;
}

.hidden_button_holder:hover .button:not(.hidden) {
  visibility: visible;
}


.input-group-label.smallpad {
  padding: 0 0.25rem;
}

td.day .plus {
  font-size: 2em;
  color: #78cdd1;
}

td.day.today .plus {
  color: #0d354b;
}

td.day.today:hover .plus {
  color: #78cdd1;
}


td.day .plus span {
  font-size: 0.35em;
  display: none;
  position: relative;
  bottom: 8px;
  margin-left: 5px;
  color: #fff;
}

td.day:hover .plus span {
  display: inline-block;
}

.fib {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.fi:before {
  content: '\00a0';
}
.fi-fr {
  background-image: url(../img/fr.svg);
}
.fi-gb {
  background-image: url(../img/gb.svg);
}
.fi-us {
  background-image: url(../img/us.svg);
}

.switch-paddle.red_paddle {
  background: #d70000;
}

input:checked ~ .switch-paddle.red_paddle {
  background: #78cdd1;
}

input:checked ~ .switch-paddle.red_paddle_on {
  background: #d70000;
}

a.cross_link {
  color: #3965B5;
}

a.cross_link:hover {
  color: #78cdd1;
  text-decoration: underline;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.4375rem;
}

.select2-container .select2-selection--single {
  height: 2.4375rem;
  margin: 0 0 1rem;
}

.select2-dropdown {
  top: -1rem;
}

.terms_text h1 {
  font-size: 1.2em;
  text-align: center;
  text-decoration: underline;
}

.terms_text h2 {
  font-size: 1.2em;
  margin: 1.5rem 0 0.4rem;
}

.terms_text h3 {
  font-size: 0.9em;
  margin: 1em 0 0;
}

.terms_text p {
  display: table;
  line-height: 1.3em;
}

.terms_text span.number {
  display: table-cell;
  width: 2.6rem;
}

.terms_text span.content {
  display: table-cell;
}

.terms_text span.number {
  display: table-cell;
  width: 2.6rem;
}

.terms_text p.p {
  display: block;
}

.terms_text span.number2 {
  display: table-cell;
  width: 5.6rem;
  padding-left: 4em;
}

.terms_text p.ii {
  margin-bottom:0.2em;
}

.terms_text p.p2 {
  display: block;
  text-align: center;
  margin: 2em 0 0.3em;
}

.terms_text table {
  margin-bottom: 1.5em;
}

.terms_text table tbody tr:nth-child(even) {
  background-color: transparent;
}

.terms_text table th, .terms_text table td {
  border: 1px solid #000;
  padding: 0.3em 0.5em;
}

.terms_text table p {
  margin: 0;
}

.terms_text table p.p3 {
  display: block;
  text-align: center;
}

.terms_text table p + p + p {
  margin-top: 1em;
}

.terms_text h1,.terms_text h2,.terms_text h3 {
  color: #000;
}

.terms_popup .tabs-content {
  border: 0;
}

.caption_details {
  font-size: 1rem;
  position: relative;
  font-weight: bold;
  top: 0.5rem;
  line-height: 1.2;
  font-style: italic;
}

#feedback_edit .student_name  small {
  vertical-align: baseline;
}

.upclass_errors tr {
  transition: background-color 1s;
}

.upclass_errors tr.highlight {
  background-color: yellow;;
}

.hover-element {
  visibility: hidden;
}

.hover-container:hover .hover-element {
  visibility: visible;
}

#course_edit .student_rows.just_enough .student_row:nth-child(-n+2) .remove_student_row{
  display: none;
}

.student_rows .student_row input, .student_rows .student_row .button, .student_rows .student_row input .switch {
  margin-bottom: 0;
}

.student_rows .student_row {
  margin: 5px 0;
}

.inline_checkbox_label {
  display: inline-block;
  
  margin-right: 5px;
}

.inline_checkbox_label input {
  margin: 0;
}

.availability_table tbody {
  border: none;
}

.availability_table tbody tr {
  line-height: 20px;
}

.availability_table tbody td {
  padding: 0;
  border-top: 1px solid #ddd;
}

.availability_table thead {
  border: none;
  background: transparent;
}

.availability_table tbody tr:nth-child(even) {
  background: transparent;
}

.availability_table tbody td.time span {
  position: relative;
  font-size: 12px;
  top: -13px;
  line-height: 12px;
  z-index: 1;
  background-color: #fff;
  padding: 0 8px;
}

.availability_table tbody td:not(.time) {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.availability_table tbody td.availability_slot {
  cursor: pointer;
}

.availability_table tbody td.availability_slot.selected:before {
  content: "\2713";
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.availability_table tbody td.availability_slot:hover {
  cursor: pointer;
  background-color: #95b7c4;
}

.availability_table tbody td.availability_slot.selected {
  background-color: #73daff;
}

.availability_table tbody td.availability_slot.selected:hover {
  background-color: #40b4df;
}

.availability_table td.time {
    width: 40px;
}

.old_availability {
  color: red;
}

.lingua_checks {
  white-space: nowrap;
}

.lingua_checks label {
  font-family: "Baloo 2", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-left: 0;
}

.button input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

textarea[name="teacher_feedback"] {
  min-height: 15rem;
}

.workshop_registration form {
   width: 100%;
}

.booking_line {
  display: block;
  width: fit-content;
  border: 1px solid #ddd;
  padding: 5px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 3px 3px 5px #00000030;
}

.booking_line:not(.full) {
  cursor: pointer;
}

.booking_line:not(.full):hover {
  background-color: rgb(120,205,209);
}

.booking_line input[type="checkbox"] {
  margin: 0;
}

.booking_line.full {
  color: red;
}

.booking_line.full span {
  text-decoration: line-through;
}

.booking_lines .booking_line  {
  display: inline-block;
}



.button.white, .button.white.disabled, .button.white[disabled], .button.white.disabled:hover, .button.white[disabled]:hover, .button.white.disabled:focus, .button.white[disabled]:focus {
    color: #767676;
    background-color: #fefefe;
    border: 1px solid #767676;
}

.button.white:hover, .button.white:focus {
    color: #5e5e5e;
    background-color: #fefefe;
    border: 1px solid #5e5e5e;
}