body {
  margin-bottom: 60px;
}

footer {
  /*
    position: absolute;
	bottom: 0;
    */
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
}

footer .navbar {
  padding: 0.25rem 1rem;
  font-size: 80%;
}

body>main {
  padding-top: 20px;
}

.navbar .nav-user img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.navbar .nav-user a.dropdown-toggle {
  color: #ddd;
}

/* ICONS */
.fa {
  background-color: red !important;
  color: #fff !important;
}

.bi-lg {
  font-size: 120%;
}

.bi-fw {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

.bi-rotate-45::before {
  transform: rotate(45deg);
}

.bi-rotate-90::before {
  transform: rotate(90deg);
}

.bi-rotate-135::before {
  transform: rotate(135deg);
}

.bi-rotate-180::before {
  transform: rotate(180deg);
}

.bi-spin {
  animation-name: bispin;
  animation-duration: 2500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes bispin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* EXTRAS */
.table thead th {
  border-top: 0 none;
}

table thead.darkened th {
  background-color: #b3b3b3;
  color: #fff;
}

table tbody.middled th,
table tbody.middled td {
  vertical-align: middle;
}

.txthover span,
table tr .act-hover,
li .act-hover {
  visibility: hidden;
}

table tr:hover .act-hover,
li:hover .act-hover,
.txthover:hover span {
  visibility: visible;
}

span.action,
a.action {
  border-width: 1px;
  border-style: dotted;
  padding: 1px 4px 3px;
  border-radius: 4px;
}

a.action:hover {
  border-style: solid;
}

.errorness {
  border-color: #c00;
  background-color: #fff9f9;
}

.form-check.errorness label {
  color: #c00;
}

input.form-control-file.errorness,
div.required.errorness {
  border-bottom: 1px solid #c00;
}

.checkbox-switch {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px !important;
}
.checkbox-switch-sm {
  padding: 2px 6px !important;
}

.warneness {
  border-color: #f93;
}

.dimmed {
  opacity: 0.65;
}

.dimmed .label {
  opacity: 0.4;
}

.dimmed.wakeup:hover {
  opacity: 1;
}

.form-control-file {
  margin-top: 6px;
  padding: 1px 0;
  min-width: 360px;
  max-width: 100% !important;
}

.help-block {
  margin-bottom: 5px;
}

hr.clean {
  visibility: hidden;
  clear: both;
}

.bg-success {
  background-color: #3c763d;
}

.bg-danger {
  background-color: #a94442;
}

.text-white {
  color: #fff !important;
}

.label-light {
  background-color: #f3f3f3;
  color: #999;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: none;
}

body div.maintenance-info {
  display: none;
}

body.maintenance-mode {
  padding-top: 30px;
}

body.maintenance-mode div.maintenance-info {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  padding: 5px 12px;
  background-color: #c36c02;
  color: #fff;
  border-bottom: 2px solid #111;
}

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

table.table.table-calendar {
  margin: 6px 0;
}

table.table-calendar caption {
  padding: 4px 6px;
  border: 1px solid #eee;
}

table.table-calendar caption div.vncallinks {
  float: right;
}

table.table td.weekend {
  background-color: #fafafa;
}

table.table-calendar td.off {
  background-color: #f3f3f3;
  background: repeating-linear-gradient(315deg,
      #fff,
      #fff 10px,
      #e9e9e9 10px,
      #e9e9e9 22px);
}

table.table-calendar td.day {
  background-color: #ad8;
}

table.table-calendar td.night {
  background-color: #f3f393;
}

table.table-calendar td span {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  text-align: center;
  line-height: 1.4em;
}

table.table-calendar td.sleep-day span,
span.sleep-day {
  color: #fff;
  background-color: #f91;
}

table.table-calendar td.sleep-night span,
span.sleep-night {
  background-color: #36c;
  color: #fff;
}

span.sleep-tonight {
  background: repeating-linear-gradient(315deg,
      #36c,
      #36c 49%,
      #9cf 50%,
      #9cf 100%);
}

table.table-calendar td.today span {
  border: 2px solid #c00;
  line-height: 1.25em;
}

table.table-calendar tbody td.faded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  opacity: 0.35;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hidden {
  display: none;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .side-mini-hide {
    display: none !important;
    -webkit-transform: translateZ(0);
  }

  .nav-user .dropdown-menu-right {
    right: 0px;
    left: auto;
  }
}

@media only screen and (max-width: 3000px) {
  table.sticky-responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 15%;
    overflow: hidden;
    overflow-x: scroll;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

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

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
  }

  div.table-wrapper div.scrollable table {
    margin-left: 15%;
    width: 85%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  /* table.sticky-responsive td, table.sticky-responsive th { position: relative; white-space: nowrap; overflow: hidden; } */
  table.sticky-responsive th:first-child,
  table.sticky-responsive td:first-child,
  table.sticky-responsive td:first-child,
  table.sticky-responsive.pinned td {
    display: none;
  }
}

@media print {
  a[href]:after {
    content: none;
  }
}

.font-weight-semibold {
  font-weight: 600 !important;
}

/* COLORS */

.bg-dimmer {
  background-color: rgba(0, 0, 0, 0.35);
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}

.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}

.bg-gray-light {
  background-color: #f7f7f7;
}

.bg-black {
  background-color: #111111 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}

.bg-blue {
  background-color: #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}

.bg-navy {
  background-color: #001f3f !important;
}

.bg-teal {
  background-color: #39cccc !important;
}

.bg-olive {
  background-color: #3d9970 !important;
}

.bg-lime {
  background-color: #01ff70 !important;
}

.bg-orange {
  background-color: #ff851b !important;
}

.bg-fuchsia {
  background-color: #f012be !important;
}

.bg-purple {
  background-color: #605ca8 !important;
}

.bg-maroon {
  background-color: #d81b60 !important;
}

.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}

.bg-black-active {
  background-color: #000000 !important;
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}

.bg-blue-active {
  background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}

.bg-navy-active {
  background-color: #001a35 !important;
}

.bg-teal-active {
  background-color: #30bbbb !important;
}

.bg-olive-active {
  background-color: #368763 !important;
}

.bg-lime-active {
  background-color: #00e765 !important;
}

.bg-orange-active {
  background-color: #ff7701 !important;
}

.bg-fuchsia-active {
  background-color: #db0ead !important;
}

.bg-purple-active {
  background-color: #555299 !important;
}

.bg-maroon-active {
  background-color: #ca195a !important;
}

[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.text-red {
  color: #dd4b39 !important;
}

.text-yellow {
  color: #f39c12 !important;
}

.text-aqua {
  color: #00c0ef !important;
}

.text-blue {
  color: #0073b7 !important;
}

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

.text-light-blue {
  color: #3c8dbc !important;
}

.text-green {
  color: #00a65a !important;
}

.text-gray {
  color: #d2d6de !important;
}

.text-navy {
  color: #001f3f !important;
}

.text-teal {
  color: #39cccc !important;
}

.text-olive {
  color: #3d9970 !important;
}

.text-lime {
  color: #01ff70 !important;
}

.text-orange {
  color: #ff851b !important;
}

.text-fuchsia {
  color: #f012be !important;
}

.text-purple {
  color: #605ca8 !important;
}

.text-maroon {
  color: #d81b60 !important;
}

.link-muted {
  color: #7a869d;
}

.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}

.link-black {
  color: #666;
}

.link-black:hover,
.link-black:focus {
  color: #999;
}

.btn-secondary {
  background-color: #999;
  border-color: #888;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25;
  border-radius: 0.2rem;
}

.navbar-dark .navbar-toggler-icon.loading {
  background-image: url(/assets/img/ajax-load.gif);
}

.navbar-dark .navbar-toggler-icon.offline {
  background-image: url(/assets/img/offline.png);
}

@media (min-width: 768px) {
  .form-horizontal label.col-form-label {
    text-align: right;
    color: #666;
  }

  .offset-md-4 h6.text-info {
    margin-left: -15px;
  }
}

/* Full screen Modals https://github.com/keaukraine/bootstrap-fs-modal */
@media (max-width: 767px) {

  .modal.modal-fullscreen,
  .bootstrap-fs-modal .modal {
    box-shadow: 0px 0px 0px 100px white;
  }

  .modal.modal-fullscreen .modal-dialog,
  .bootstrap-fs-modal .modal .modal-dialog {
    margin: 0;
    height: 100%;
    max-width: 100%;
  }

  .modal.modal-fullscreen .modal-dialog .modal-content,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content {
    border-style: none;
    border-radius: 0;
    height: 100%;
  }

  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header {
    justify-content: flex-start;
    min-height: 50px;
    line-height: 50px;
    padding: 0;
    background-color: #f8f8f8;
  }

  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .modal-title,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .modal-title {
    white-space: nowrap;
    line-height: 50px;
    font-size: 1.1rem;
  }

  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .close {
    float: none;
    order: -1;
    margin: 0;
    padding: 0;
    margin-right: 12px;
    height: 50px;
    color: transparent;
    text-shadow: none;
    opacity: 1;
  }

  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close:before,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .close:before {
    border-style: solid;
    border-color: #007bff;
    border-width: 0.15em 0.15em 0 0;
    content: "";
    display: inline-block;
    height: 0.5em;
    left: 0.55em;
    position: relative;
    top: 0.28em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.5em;
    transform: rotate(-135deg);
  }

  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0 10px 0 0;
    height: 50px;
    min-height: 50px;
    line-height: 50px;
  }

  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn {
    padding: 0.25em 0.66em;
    outline: none;
    box-shadow: none;
  }

  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn:hover,
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn:active,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn:hover,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn:active {
    text-decoration: underline;
  }

  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn[data-dismiss="modal"],
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn[data-dismiss="modal"] {
    display: none;
  }

  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .material-icons,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .material-icons {
    vertical-align: middle;
  }

  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .fa,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .fa {
    vertical-align: middle;
    font-size: 1.25em;
  }

  .modal.modal-fullscreen .modal-dialog .modal-content .modal-body,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-body {
    flex-shrink: 3;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .modal.modal-fullscreen-bottom-footer .modal-dialog .modal-content .modal-footer,
  .modal-fullscreen-bottom-footer .modal .modal-dialog .modal-content .modal-footer {
    position: inherit;
    top: inherit;
    right: inherit;
    padding: 15px;
    margin: 0;
  }

  .modal.modal-fullscreen-bottom-footer .modal-dialog .modal-content .modal-footer .btn,
  .modal-fullscreen-bottom-footer .modal .modal-dialog .modal-content .modal-footer .btn {
    margin: 0 0 0 18px;
  }

  .col-form-label,
  .control-label {
    color: #666;
    font-style: italic;
  }
}

.modal .modal-header>.modal-title {
  flex-grow: 1;
}

.modal .modal-header .close {
  flex-grow: 0;
}

.modal .modal-header .edit {
  float: right;
  margin-right: 1em;
  margin-top: 0.75em;
}

.section-border-md-responsive,
.section-border-ld-responsive {
  border-top: 1px solid #dee2e6;
}

.col-border-lg-dark {
  border-top: 1px solid #6c757d;
}

@media (min-width: 768px) {

  .modal.modal-fullscreen .modal-dialog .modal-content,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content {
    max-height: calc(100vh - 60px);
  }

  .modal.modal-fullscreen .modal-dialog .modal-content .modal-body,
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-body {
    flex-shrink: 3;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .modal .modal-header .edit {
    margin-right: 0;
    margin-top: 0;
  }

  .col-mobile-width {
    width: 120px;
  }

  .section-border-md-responsive {
    border-top: 0 none;
    border-left: 1px solid #dee2e6;
  }
}

@media (min-width: 992px) {
  .section-border-lg-responsive {
    border-top: 0 none;
    border-left: 1px solid #dee2e6;
  }

  .col-border-lg-dark {
    border-top: 0 none;
    border-left: 1px solid #6c757d;
  }
}

.fc .fc-timeline-slot-cushion {
  color: #444 !important;
  text-decoration: none !important;
}

.fc-day-grid-event .fc-content {
  padding: 2px;
}

.fc-day-grid-event .fc-content .fc-time {
  font-weight: normal;
}

.fc-day-grid-event .fc-content .fc-title {
  font-weight: bold;
  display: block;
}

.fc-newBooking-button::before {
  font: normal normal normal 1em bootstrap-icons;
  line-height: 1;
  vertical-align: -0.125em;
  content: "\F1EF";
  padding-right: 0.5em;
}

.fc-jumpDate-button::before {
  font: normal normal normal 1em bootstrap-icons;
  line-height: 1;
  vertical-align: -0.125em;
  content: "\F1E8";
  padding-right: 0.5em;
}

@media (max-width: 575px) {
  .fc .fc-toolbar-title {
    max-width: 150px;
    text-align: center;
    font-size: 1.25em !important;
  }

  .fc-newBooking-button,
  .fc-jumpDate-button {
    width: 36px;
    overflow: hidden !important;
    color: #2c3e50 !important;
  }

  .fc-newBooking-button::before,
  .fc-jumpDate-button::before {
    color: #fff !important;
  }

  .dropdown-toggle.no-mobile-toggle::after {
    display: none;
  }
}

.fc .fc-bg-event {
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.fc .booked.fc-bg-event {
  cursor: default;
  background-color: #359cca !important;
  background-image: repeating-linear-gradient(45deg,
      rgba(0, 0, 0, 0.12),
      rgba(0, 0, 0, 0.12) 10px,
      rgba(0, 0, 0, 0.20) 10px,
      rgba(0, 0, 0, 0.20) 20px);
  text-transform: uppercase;
}

.fc .fc-bg-event.dimmed {
  opacity: 0.65 !important;
}

.fc .fc-bg-event.wakeup:hover {
  opacity: 1 !important;
}

.btn.dimmed {
  opacity: 0.5;
}

.btn.dimmed:hover {
  opacity: 0.75;
}

.fc .fc-bg-event .fc-event-title {
  white-space: nowrap;
  padding: 10px 4px;
  margin: 0 !important;
}

td[data-resource-id="c_0"],
tr.fc-timeline-header-row,
th[role="columnheader"] {
  background-color: #e0e0e0;
}

td[data-resource-id="c_0"]>div {
  font-weight: bold;
}

.badge-lg {
  font-size: 90%;
}

.user-information {
  padding: 0 0 0.4em;
}

.monospaced {
  font-family: Monaco, "Lucida Console", monospace;
  font-size: 0.95em;
  font-stretch: condensed;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.user-information.monospaced {
  font-family: Monaco, "Lucida Console", monospace;
  font-size: 0.9em;
  font-stretch: condensed;
  letter-spacing: -0.06em;
  overflow: hidden;
}

.valid-tooltip,
.invalid-tooltip {
  position: absolute;
  font-size: 0.95rem;
  line-height: 1.35;
  background-color: rgba(73, 129, 141, 0.9);
}

.tooltip ul {
  padding-left: 1em;
  margin-bottom: 0;
  text-align: left;
}

.tooltip ul li {
  white-space: nowrap;
}

.bg-waiting {
  background-color: rgba(250, 252, 154, 0.3);
}

tr.align-middle td {
  vertical-align: middle;
}

.unavailable {
  background-color: #ded7bf !important;
  background-image: linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent) !important;
  background-size: 3rem 3rem;
}

div.unavailable {
  margin: -0.75rem;
  padding: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

div.fc-event.unavailable {
  margin: 0;
  padding: 0;
  background-size: 1.5rem 1.5rem;
  color: rgb(169, 161, 123);
}

td.align-bottom div.unavailable {
  margin-top: 0;
}

td.align-top div.unavailable {
  margin-bottom: 0;
}

.order-button {
  padding: 0 0.25rem;
  border: 0 none;
  color: #495057;
  font-weight: bold;
  text-decoration: none !important;
}

.order-button i {
  color: #6c757d;
}

.order-button.active i {
  color: #007bff;
}

.lead small {
  font-weight: 300;
}

.smaller {
  font-size: 90%;
}

.no-modal-layout {
  max-width: 960px;
  margin: 2em auto;
}

/* COMAPNY CARDS */
.card-company .card-header {
  position: relative;
  height: 200px;
}

@media (screen and min-width:992px) {
  .card-company .card-header {
    height: 140px;
  }
}

.card-company .card-header img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.rounded-more {
  border-radius: 0.75rem !important;
}

/* NEWS */
.card-news .card-body h1 {
  font-size: 28px;
}

.card-news .card-body h2 {
  font-size: 24px;
}

.card-news .card-body h3 {
  font-size: 18px;
}

.card-news .card-body h4 {
  font-size: 14px;
}

.card-news .card-body h5 {
  font-size: 12px;
}

.card-news .card-body h1,
.card-news .card-body h2,
.card-news .card-body h3,
.card-news .card-body h4,
.card-news .card-body h5 {
  margin: 1.75rem 0 0.5rem;
}

.card-news.prio-2 .card-body strong {
  color: #dd4b39;
}

/* DOCUMENTS */
ul.docs-folders {
  margin: 0;
  padding: 0.5em 0;
}

ul.docs-folders li {
  margin: 0;
  padding: 0.5em 0;
  border-top: 2px solid #fff;
  list-style: none;
}

ul.docs-folders li:first-child {
  border-top: 0;
}

ul.docs-folders ul li {
  position: relative;
  margin-left: 1.4em;
}

ul.docs-folders ul li::before {
  position: absolute;
  left: -1em;
  content: "\02937";
}

p.docs-folders-act {
  border-top: 2px solid #fff;
}

/* Public planning */
.header-reponsive {
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 576px) {
  .header-reponsive {
    font-size: 1.55em;
  }
}

@media (min-width: 768px) {
  .header-reponsive {
    font-size: 1.6em;
  }
}

@media (min-width: 992px) {
  .header-reponsive {
    font-size: 2em;
  }
}

@media (min-width: 1200px) {
  .header-reponsive {
    font-size: 2.5em;
  }
}

.bookable {
  color: #3b86b7;
  background-color: #f9fafc;
}

@media (min-width: 992px) {
  .bookable {
    max-width: 49%;
  }
}

.bookable .bookable-date {
  flex: 0 0 140px;
  text-align: center;
  font-size: 120%;
}

.bookable .bookable-date strong {
  display: block;
}

.bookable .bookable-nfo {
  flex: 0 1 auto;
  border-left: 1px solid #dee2e6;
  padding-left: 10px;
}

a.bookable {
  color: #333;
  background-color: #edfbea;
  text-decoration: none !important;
}

a.bookable:hover {
  color: #fff;
  background-color: #00a65a;
}

@media (min-width: 576px) {
  .card-deck .card {
    min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .card-deck .card {
    min-width: calc(33% - 28px);
    max-width: calc(33% - 28px);
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .card-deck .card {
    min-width: calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}

/*# sourceMappingURL=bootstrap-fs-modal.css.map */