.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%; }
.simple-calendar tr {
  border-collapse: collapse; }
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left; }
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px; }
.simple-calendar .day {
  height: 80px; }
.simple-calendar .today {
  background: #FFFFC0; }
.simple-calendar .prev-month {
  background: #DDD; }
.simple-calendar .next-month {
  background: #DDD; }
/*

 */
.algolia-autocomplete {
  width: 100%; }

.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
  width: 100%; }

.aa-dropdown-menu {
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #999;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }

.aa-dropdown-menu .aa-suggestion {
  padding: 5px 8px;
  overflow: hidden;
  cursor: pointer; }
  .aa-dropdown-menu .aa-suggestion.aa-cursor {
    color: #495c68;
    background-color: #f5fafd; }
  .aa-dropdown-menu .aa-suggestion .title {
    display: block; }
  .aa-dropdown-menu .aa-suggestion .description {
    font-size: 12px;
    display: block;
    opacity: 0.7;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden; }
  .aa-dropdown-menu .aa-suggestion p {
    margin-bottom: 0; }

dialog {
  background: none;
  border: none; }
  dialog:focus, dialog:focus-visible {
    border: none;
    outline: 0; }
  dialog::backdrop {
    background-color: #000;
    opacity: 0.5; }

.cursor-pointer {
  cursor: pointer; }

.mb-0 {
  margin-bottom: 0; }

.mt-3 {
  margin-top: 0.75rem;
  /* 12px */ }

.underline {
  text-decoration: underline; }

.simple-calendar .fc-header {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0; }

.simple-calendar .fc-header td {
  white-space: nowrap;
  border: none;
  vertical-align: middle; }

.simple-calendar .fc-header-center {
  width: 50%;
  text-align: center; }

.simple-calendar .fc-header-left {
  width: 25%;
  text-align: left; }

.simple-calendar .fc-header-right {
  width: 25%;
  text-align: right; }

.simple-calendar .table-calendar {
  background-color: #ffffff; }

.simple-calendar .day {
  height: 100px; }

.simple-calendar .prev-month, .simple-calendar .next-month {
  background: #eee; }

.simple-calendar .fc-day-number {
  float: right;
  padding: 0 2px; }

.simple-calendar .fc-day-content {
  clear: both;
  padding: 2px 2px 1px; }
  .simple-calendar .fc-day-content .cancelled {
    text-decoration: line-through;
    color: #999 !important; }

.simple-calendar .prev-month, .simple-calendar .next-month {
  color: #bbbbbb; }

.selectize-control.single .selectize-input {
  background: white; }

.selectize-dropdown [data-selectable] {
  padding: 5px; }

@media (min-width: 1200px) {
  .col-lg-clear-left {
    clear: left; }

  .col-lg-float-left {
    float: left; } }
.row-separator {
  border-top: 4px solid #dc2626; }

[busy] {
  opacity: 0.25;
  cursor: wait; }
