/**
* style css
* 
* 
* @package julia
* @since julia 1.0
*/
/* CSS Document */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
.mbc a.target {
  display: none;
}
.mbc a.target:target,
.mbc a.target:checked {
  background: #f00;
}
.mbc a.target:target ~ table tbody tr,
.mbc a.target:checked ~ table tbody tr {
  display: none;
}
.mbc a.target:target.month_01 ~ table tbody tr.month_01:not(td),
.mbc a.target:checked.month_01 ~ table tbody tr.month_01:not(td),
.mbc a.target:target.month_01 ~ table tbody td.month_01:not(td),
.mbc a.target:checked.month_01 ~ table tbody td.month_01:not(td),
.mbc a.target:target.month_02 ~ table tbody tr.month_02:not(td),
.mbc a.target:checked.month_02 ~ table tbody tr.month_02:not(td),
.mbc a.target:target.month_02 ~ table tbody td.month_02:not(td),
.mbc a.target:checked.month_02 ~ table tbody td.month_02:not(td),
.mbc a.target:target.month_03 ~ table tbody tr.month_03:not(td),
.mbc a.target:checked.month_03 ~ table tbody tr.month_03:not(td),
.mbc a.target:target.month_03 ~ table tbody td.month_03:not(td),
.mbc a.target:checked.month_03 ~ table tbody td.month_03:not(td),
.mbc a.target:target.month_04 ~ table tbody tr.month_04:not(td),
.mbc a.target:checked.month_04 ~ table tbody tr.month_04:not(td),
.mbc a.target:target.month_04 ~ table tbody td.month_04:not(td),
.mbc a.target:checked.month_04 ~ table tbody td.month_04:not(td),
.mbc a.target:target.month_05 ~ table tbody tr.month_05:not(td),
.mbc a.target:checked.month_05 ~ table tbody tr.month_05:not(td),
.mbc a.target:target.month_05 ~ table tbody td.month_05:not(td),
.mbc a.target:checked.month_05 ~ table tbody td.month_05:not(td),
.mbc a.target:target.month_06 ~ table tbody tr.month_06:not(td),
.mbc a.target:checked.month_06 ~ table tbody tr.month_06:not(td),
.mbc a.target:target.month_06 ~ table tbody td.month_06:not(td),
.mbc a.target:checked.month_06 ~ table tbody td.month_06:not(td),
.mbc a.target:target.month_07 ~ table tbody tr.month_07:not(td),
.mbc a.target:checked.month_07 ~ table tbody tr.month_07:not(td),
.mbc a.target:target.month_07 ~ table tbody td.month_07:not(td),
.mbc a.target:checked.month_07 ~ table tbody td.month_07:not(td),
.mbc a.target:target.month_08 ~ table tbody tr.month_08:not(td),
.mbc a.target:checked.month_08 ~ table tbody tr.month_08:not(td),
.mbc a.target:target.month_08 ~ table tbody td.month_08:not(td),
.mbc a.target:checked.month_08 ~ table tbody td.month_08:not(td),
.mbc a.target:target.month_09 ~ table tbody tr.month_09:not(td),
.mbc a.target:checked.month_09 ~ table tbody tr.month_09:not(td),
.mbc a.target:target.month_09 ~ table tbody td.month_09:not(td),
.mbc a.target:checked.month_09 ~ table tbody td.month_09:not(td),
.mbc a.target:target.month_10 ~ table tbody tr.month_10:not(td),
.mbc a.target:checked.month_10 ~ table tbody tr.month_10:not(td),
.mbc a.target:target.month_10 ~ table tbody td.month_10:not(td),
.mbc a.target:checked.month_10 ~ table tbody td.month_10:not(td),
.mbc a.target:target.month_11 ~ table tbody tr.month_11:not(td),
.mbc a.target:checked.month_11 ~ table tbody tr.month_11:not(td),
.mbc a.target:target.month_11 ~ table tbody td.month_11:not(td),
.mbc a.target:checked.month_11 ~ table tbody td.month_11:not(td),
.mbc a.target:target.month_12 ~ table tbody tr.month_12:not(td),
.mbc a.target:checked.month_12 ~ table tbody tr.month_12:not(td),
.mbc a.target:target.month_12 ~ table tbody td.month_12:not(td),
.mbc a.target:checked.month_12 ~ table tbody td.month_12:not(td) {
  display: block;
}
.mbc a.target:target.month_01 ~ table tbody tr.month_01 ~ tr,
.mbc a.target:checked.month_01 ~ table tbody tr.month_01 ~ tr,
.mbc a.target:target.month_01 ~ table tbody td.month_01 ~ tr,
.mbc a.target:checked.month_01 ~ table tbody td.month_01 ~ tr,
.mbc a.target:target.month_02 ~ table tbody tr.month_02 ~ tr,
.mbc a.target:checked.month_02 ~ table tbody tr.month_02 ~ tr,
.mbc a.target:target.month_02 ~ table tbody td.month_02 ~ tr,
.mbc a.target:checked.month_02 ~ table tbody td.month_02 ~ tr,
.mbc a.target:target.month_03 ~ table tbody tr.month_03 ~ tr,
.mbc a.target:checked.month_03 ~ table tbody tr.month_03 ~ tr,
.mbc a.target:target.month_03 ~ table tbody td.month_03 ~ tr,
.mbc a.target:checked.month_03 ~ table tbody td.month_03 ~ tr,
.mbc a.target:target.month_04 ~ table tbody tr.month_04 ~ tr,
.mbc a.target:checked.month_04 ~ table tbody tr.month_04 ~ tr,
.mbc a.target:target.month_04 ~ table tbody td.month_04 ~ tr,
.mbc a.target:checked.month_04 ~ table tbody td.month_04 ~ tr,
.mbc a.target:target.month_05 ~ table tbody tr.month_05 ~ tr,
.mbc a.target:checked.month_05 ~ table tbody tr.month_05 ~ tr,
.mbc a.target:target.month_05 ~ table tbody td.month_05 ~ tr,
.mbc a.target:checked.month_05 ~ table tbody td.month_05 ~ tr,
.mbc a.target:target.month_06 ~ table tbody tr.month_06 ~ tr,
.mbc a.target:checked.month_06 ~ table tbody tr.month_06 ~ tr,
.mbc a.target:target.month_06 ~ table tbody td.month_06 ~ tr,
.mbc a.target:checked.month_06 ~ table tbody td.month_06 ~ tr,
.mbc a.target:target.month_07 ~ table tbody tr.month_07 ~ tr,
.mbc a.target:checked.month_07 ~ table tbody tr.month_07 ~ tr,
.mbc a.target:target.month_07 ~ table tbody td.month_07 ~ tr,
.mbc a.target:checked.month_07 ~ table tbody td.month_07 ~ tr,
.mbc a.target:target.month_08 ~ table tbody tr.month_08 ~ tr,
.mbc a.target:checked.month_08 ~ table tbody tr.month_08 ~ tr,
.mbc a.target:target.month_08 ~ table tbody td.month_08 ~ tr,
.mbc a.target:checked.month_08 ~ table tbody td.month_08 ~ tr,
.mbc a.target:target.month_09 ~ table tbody tr.month_09 ~ tr,
.mbc a.target:checked.month_09 ~ table tbody tr.month_09 ~ tr,
.mbc a.target:target.month_09 ~ table tbody td.month_09 ~ tr,
.mbc a.target:checked.month_09 ~ table tbody td.month_09 ~ tr,
.mbc a.target:target.month_10 ~ table tbody tr.month_10 ~ tr,
.mbc a.target:checked.month_10 ~ table tbody tr.month_10 ~ tr,
.mbc a.target:target.month_10 ~ table tbody td.month_10 ~ tr,
.mbc a.target:checked.month_10 ~ table tbody td.month_10 ~ tr,
.mbc a.target:target.month_11 ~ table tbody tr.month_11 ~ tr,
.mbc a.target:checked.month_11 ~ table tbody tr.month_11 ~ tr,
.mbc a.target:target.month_11 ~ table tbody td.month_11 ~ tr,
.mbc a.target:checked.month_11 ~ table tbody td.month_11 ~ tr,
.mbc a.target:target.month_12 ~ table tbody tr.month_12 ~ tr,
.mbc a.target:checked.month_12 ~ table tbody tr.month_12 ~ tr,
.mbc a.target:target.month_12 ~ table tbody td.month_12 ~ tr,
.mbc a.target:checked.month_12 ~ table tbody td.month_12 ~ tr {
  display: block;
}
.mbc a.target:target.month_01 ~ table tbody tr.month_01::before,
.mbc a.target:checked.month_01 ~ table tbody tr.month_01::before,
.mbc a.target:target.month_01 ~ table tbody td.month_01::before,
.mbc a.target:checked.month_01 ~ table tbody td.month_01::before,
.mbc a.target:target.month_02 ~ table tbody tr.month_02::before,
.mbc a.target:checked.month_02 ~ table tbody tr.month_02::before,
.mbc a.target:target.month_02 ~ table tbody td.month_02::before,
.mbc a.target:checked.month_02 ~ table tbody td.month_02::before,
.mbc a.target:target.month_03 ~ table tbody tr.month_03::before,
.mbc a.target:checked.month_03 ~ table tbody tr.month_03::before,
.mbc a.target:target.month_03 ~ table tbody td.month_03::before,
.mbc a.target:checked.month_03 ~ table tbody td.month_03::before,
.mbc a.target:target.month_04 ~ table tbody tr.month_04::before,
.mbc a.target:checked.month_04 ~ table tbody tr.month_04::before,
.mbc a.target:target.month_04 ~ table tbody td.month_04::before,
.mbc a.target:checked.month_04 ~ table tbody td.month_04::before,
.mbc a.target:target.month_05 ~ table tbody tr.month_05::before,
.mbc a.target:checked.month_05 ~ table tbody tr.month_05::before,
.mbc a.target:target.month_05 ~ table tbody td.month_05::before,
.mbc a.target:checked.month_05 ~ table tbody td.month_05::before,
.mbc a.target:target.month_06 ~ table tbody tr.month_06::before,
.mbc a.target:checked.month_06 ~ table tbody tr.month_06::before,
.mbc a.target:target.month_06 ~ table tbody td.month_06::before,
.mbc a.target:checked.month_06 ~ table tbody td.month_06::before,
.mbc a.target:target.month_07 ~ table tbody tr.month_07::before,
.mbc a.target:checked.month_07 ~ table tbody tr.month_07::before,
.mbc a.target:target.month_07 ~ table tbody td.month_07::before,
.mbc a.target:checked.month_07 ~ table tbody td.month_07::before,
.mbc a.target:target.month_08 ~ table tbody tr.month_08::before,
.mbc a.target:checked.month_08 ~ table tbody tr.month_08::before,
.mbc a.target:target.month_08 ~ table tbody td.month_08::before,
.mbc a.target:checked.month_08 ~ table tbody td.month_08::before,
.mbc a.target:target.month_09 ~ table tbody tr.month_09::before,
.mbc a.target:checked.month_09 ~ table tbody tr.month_09::before,
.mbc a.target:target.month_09 ~ table tbody td.month_09::before,
.mbc a.target:checked.month_09 ~ table tbody td.month_09::before,
.mbc a.target:target.month_10 ~ table tbody tr.month_10::before,
.mbc a.target:checked.month_10 ~ table tbody tr.month_10::before,
.mbc a.target:target.month_10 ~ table tbody td.month_10::before,
.mbc a.target:checked.month_10 ~ table tbody td.month_10::before,
.mbc a.target:target.month_11 ~ table tbody tr.month_11::before,
.mbc a.target:checked.month_11 ~ table tbody tr.month_11::before,
.mbc a.target:target.month_11 ~ table tbody td.month_11::before,
.mbc a.target:checked.month_11 ~ table tbody td.month_11::before,
.mbc a.target:target.month_12 ~ table tbody tr.month_12::before,
.mbc a.target:checked.month_12 ~ table tbody tr.month_12::before,
.mbc a.target:target.month_12 ~ table tbody td.month_12::before,
.mbc a.target:checked.month_12 ~ table tbody td.month_12::before {
  content: none;
  display: block;
  width: 50%;
  position: absolute;
  top: 00px;
  left: 0;
  height: 20px;
  text-align: left;
  font-size: 15px;
}
.mbc th[class^='day'] {
  color: #fff;
  background-color: #36729c;
  cursor: pointer;
}
.mbc th[class^='day']:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.mbc th[class^='week'] {
  color: #000;
  background-color: #f2f2f2;
  cursor: pointer;
}
.mbc input {
  display: none;
  /*
        &:disabled + label {
          color: @jem-color-disabled;
          background-color: @jem-color-background-disabled;
        }
        /**/
}
.mbc input.today + label {
  color: #f49751;
}
.mbc input + label {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.mbc input:checked + label {
  color: #fff;
  background-color: #f49751;
}
.mbc input:checked + label::before {
  content: attr(data-day);
  content: none;
  display: block;
  width: 50%;
  background: #fff;
  position: absolute;
  top: 00px;
  height: 20px;
  text-align: right;
  right: 0;
}
.mbc table {
  width: 100%;
  border-right: 1px solid #36729c;
  border-bottom: 1px solid #36729c;
  display: block;
  position: relative;
}
.mbc table caption {
  display: none;
  height: 40px;
  text-indent: -999999px;
}
.mbc table tr {
  display: flex;
  justify-content: space-between;
}
.mbc table tr > * {
  width: 12.5%;
  text-align: center;
  border-left: 1px solid #36729c;
  border-top: 1px solid #36729c;
}
.mbc table th {
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
.mbc table thead {
  width: 100%;
  margin: 0;
  display: block;
}
.mbc table thead tr {
  width: 100%;
}
.mbc table tbody {
  display: block;
}
.mbc table tbody td {
  background-color: #fff;
}
.mbc table tbody tr:first-of-type:before {
  content: none;
  display: block;
  width: 50%;
  position: absolute;
  top: 00px;
  height: 20px;
  text-align: left;
  font-size: 15px;
  background-color: transparent;
}
.place.option {
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
}
.place.option .inside > p,
.place.option .inside > div {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.place.option .inside > p i.fa-chevron-down,
.place.option .inside > div i.fa-chevron-down {
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  color: #36729c;
  z-index: -1;
}
.place.option .inside > p > label,
.place.option .inside > div > label {
  display: none;
  overflow: hidden;
  width: 100px;
  flex-grow: unset;
  flex-shrink: unset;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.place.option .inside > p > label + *,
.place.option .inside > div > label + * {
  width: 100%;
}
.place.option .inside nav {
  text-align: center;
  color: #000;
  font-size: 18px;
  margin-bottom: 16px;
}
.place.option .inside nav a {
  color: #000;
  margin: 0 8px;
}
.place.option .inside nav a:visited {
  color: inherit;
}
.place.option .inside nav a:hover {
  color: #36729c;
}
.place.option .inside select {
  appearance: none;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  display: block;
  border: 1px solid #36729c;
  border-radius: unset;
  padding: 16px;
  color: #000;
  background-color: transparent;
}
.place.option label.submit {
  display: inline-block;
  margin-top: 32px;
  padding: 8px 32px;
  border-radius: 32px;
  background-color: #f2f2f2;
  font-size: 16px;
  cursor: pointer;
}
nav.ancestors {
  margin-bottom: 16px;
}
.additional_content.jlb,
.additional_content.jem {
  margin: 0;
  padding: 0 22px;
  margin-top: 16px;
}
.additional_content.jlb li.dates:last-child,
.additional_content.jem li.dates:last-child {
  margin-bottom: 16px;
}
.additional_content.jlb li.dates + li.dates,
.additional_content.jem li.dates + li.dates {
  margin-bottom: 0;
}
.additional_content.jlb li.dates + li.dates i,
.additional_content.jem li.dates + li.dates i {
  display: none;
}
/*# sourceMappingURL=style.css.map */