/* line 1, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#hire_form label.col-sm-4.control-label {
  padding-left: 0;
  padding-right: 0;
}

/* line 5, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar.active_picker .fc-scrollgrid-sync-inner, #calendar.active_picker .fc-timegrid-slot {
  cursor: pointer;
}

/* line 9, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar.active_picker .fc-scrollgrid-sync-inner:hover, #calendar.active_picker .fc-scrollgrid-sync-inner.hover-class, #calendar.active_picker .fc-timegrid-slot:hover ,  #calendar.active_picker .fc-timegrid-slot.hover-class {
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}

/* line 13, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
a.reserve_btn {
  cursor: pointer;
}

/* orbit calendar */
/* line 17, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#orbit_calendar {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

/* line 22, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#orbit_calendar .cal-fn {
  position: relative;
}

/* line 26, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#orbit_calendar #sec1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 30, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.internal-page #orbit_calendar #sec1 {
  float: left;
}

@media screen and (max-width: 767px) {
  /* line 30, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  .internal-page #orbit_calendar #sec1 {
    float: none;
  }
}

/* line 37, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.internal-page #orbit_calendar #sec1 .btn-toolbar {
  margin-left: 0;
  margin-right: 15px;
}

/* line 42, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.internal-page #orbit_calendar #sec1 .form-inline {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* line 26, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  #orbit_calendar #sec1 {
    float: none;
  }
}

/* line 53, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#orbit_calendar #sec2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/* line 59, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#orbit_calendar #sec2 .current_day_title {
  width: 100%;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  /* line 53, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  #orbit_calendar #sec2 {
    position: absolute;
    top: 0;
  }
  /* line 68, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  #orbit_calendar #sec2 .current_day_title {
    margin: 0;
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  /* line 53, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  #orbit_calendar #sec2 {
    position: static;
  }
  /* line 77, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  #orbit_calendar #sec2 .current_day_title {
    text-align: center;
  }
}

/* line 83, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#orbit_calendar #sec3 {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}

/* line 89, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.internal-page #orbit_calendar #sec3 .calendar_mode {
  float: none;
}

@media screen and (max-width: 767px) {
  /* line 88, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  .internal-page #orbit_calendar #sec3 {
    float: none;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  /* line 83, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  #orbit_calendar #sec3 {
    float: none;
  }
}

/* line 105, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#orbit_calendar #range_selection {
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 12px;
}

/* line 111, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#orbit_calendar #range_selection > * {
  margin: 0 5px;
}

/* line 114, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#orbit_calendar #range_selection > select {
  height: 3em;
}

@media screen and (max-width: 479px) {
  /* line 105, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  #orbit_calendar #range_selection {
    margin-right: 0;
  }
  /* line 120, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  #orbit_calendar #range_selection > * {
    margin: 0;
  }
  /* line 124, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  #orbit_calendar #range_selection > label,
  #orbit_calendar #range_selection #show_events {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 131, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  #orbit_calendar #range_selection > select {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  /* line 140, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  .internal-page #orbit_calendar #range_selection > select {
    margin-bottom: 5px;
  }
}

/* line 147, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#orbit_calendar .fc-view {
  font-size: 1em;
  background-color: #fff;
}

/* line 153, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#view_holder {
  clear: both;
}

/* line 157, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.calendar_color_tag {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: bottom;
}

/* line 165, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.calendar_mode {
  z-index: 2;
}

/* line 169, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.mode_switch {
  text-transform: capitalize;
}

/* line 173, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.today {
  background-color: #D9EDF7;
}

/* line 177, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event {
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  padding: 1px 3px;
  font-weight: bold;
  box-shadow: inset 0 0 1px black;
  -webkit-box-shadow: inset 0 0 1px black;
  -moz-box-shadow: inset 0 0 1px black;
}

/* line 188, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.modal-body {
  max-height: 400px;
}

/* line 192, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_list_wrapper {
  position: relative;
}

/* line 197, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_list .cell {
  height: 39px;
  border: solid 1px #ddd;
  border-top: 0;
}

/* line 203, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_list .divide {
  height: 19px;
  margin-bottom: 18px;
  border-bottom: solid 1px #eee;
}

/* line 209, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_list .day_time {
  height: 31px;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
  text-align: right;
  padding: 4px;
}

/* line 219, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event dl, .event dt, .event dd {
  margin: 0;
  padding: 0;
}

/* line 224, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event dl {
  padding: 3px;
}

/* line 228, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event dt {
  font-size: 11px;
  font-weight: normal;
  line-height: 12px;
}

/* day view */
/* line 237, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_day .event_holder {
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  top: 0;
  z-index: 1;
}

/* line 245, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_day .header {
  margin-bottom: 10px;
}

/* line 249, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_day .header th {
  text-align: center;
}

/* line 253, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_day td {
  border: 0;
}

/* line 257, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_day .event {
  margin-bottom: 2px;
}

/* line 261, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_day .all_day_event {
  background: #eee;
  border: solid 1px #ddd;
}

/* line 266, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_day .event_list .table {
  border-top: solid 1px #ddd;
}

/* line 270, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_day .event_list td {
  padding: 0;
}

/* line 273, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_day .event_list th {
  width: 25%;
}

/* line 279, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_holder .inner {
  position: relative;
  margin: 0 16px 0 2px;
}

/* line 284, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_holder .event {
  padding: 0px;
  position: absolute;
  width: 100%;
}

/* line 291, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_holder .event.over {
  border: solid 1px #fff;
}

/* month view */
/* line 297, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month {
  border-bottom: solid 1px #ddd;
}

/* line 300, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row {
  position: relative;
  border: solid 1px #ddd;
  border-bottom: 0;
  height: 60px;
  overflow: hidden;
}

/* line 307, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row.header {
  height: 28px;
  border: 0;
}

/* line 311, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row.header th {
  font-size: 12px;
  padding: 4px;
  border: 0;
}

/* line 318, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row .table {
  table-layout: fixed;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
}

/* line 324, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row .table td {
  border: 0;
  border-left: solid 1px #ddd;
  padding: 2px 4px 0 4px;
}

/* line 329, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row .table td.today {
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
}

/* line 334, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row .table td.disable {
  background-color: #f6f6f6;
  color: #ccc;
  border-left: solid 1px #ddd;
}

/* line 340, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row .table td:first-child {
  border-left: 0;
}

/* line 346, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row .month_table {
  height: 100%;
}

/* line 350, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row .month_date {
  color: #666;
  font-size: 11px;
  cursor: pointer;
}

/* line 355, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row .month_date td {
  border-left: 0;
}

/* line 359, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row .month_date .day_title:hover , #calendar_month .month_row .month_date .day_title.hover-class {
  text-decoration: underline;
}

/* line 363, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row .month_date .event:hover , #calendar_month .month_row .month_date .event.hover-class {
  text-decoration: none !important;
}

/* line 368, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .month_row .event {
  margin: 0 -2px;
  position: relative;
  color: #000;
}

/* line 375, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_month .event.single {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* agenda view */
/* line 383, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_agenda {
  margin-top: 20px;
  font-size: 12px;
}

/* line 387, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_agenda > .row {
  margin-bottom: 30px;
}

/* line 391, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_agenda .table {
  margin-bottom: 0;
  background-color: #fff;
}

/* line 398, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_agenda .tiny_calendar .table th {
  text-align: center;
  border-top: 0;
}

/* line 403, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_agenda .tiny_calendar .table td {
  text-align: center;
}

/* line 409, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_agenda .event {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 415, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_agenda .row-fluid {
  margin-top: 20px;
  padding-top: 20px;
  border-top: dashed 1px #ddd;
}

/* line 420, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_agenda .row-fluid:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

/* line 429, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_time {
  font-family: Tahoma, sans-serif;
}

/* line 433, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.has_event {
  background-color: #08c;
  color: #fff;
}

/* week view */
/* line 440, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .cell_wrapper {
  position: absolute;
  width: 100%;
}

/* line 445, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week td {
  padding: 0;
}

/* line 449, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .table {
  margin-bottom: 0;
}

/* line 453, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .header {
  margin-bottom: 12px;
  border-top: 0;
  table-layout: fixed;
}

/* line 460, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .header th {
  text-align: center;
  font-size: 12px;
}

/* line 465, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .header td {
  border: solid 1px #ddd;
  /*background-color: #eee;*/
}

/* line 471, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .week_day {
  padding: 0 2px;
  border: solid 1px #ddd;
}

/* line 476, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .header .week_day {
  padding: 2px 4px 0px 2px;
}

/* line 480, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .event_list .event {
  position: absolute;
  width: 100%;
  margin-bottom: 2px;
}

/* line 486, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .cell_map {
  margin-bottom: 18px;
}

/* line 489, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .cell_map td {
  border-top: 0;
  border-bottom: 0;
}

/* line 494, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .cell_map tr:first-child td {
  border-top: solid 1px #ddd;
}

/* line 499, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .event_holder .inner {
  margin: 0 8px 0 0;
}

/* line 503, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .all_day_event_holder {
  position: relative;
  width: 100%;
  table-layout: fixed;
}

/* line 509, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .all_day_event_holder td {
  border: 0;
  background-color: transparent;
}

/* line 514, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar_week .all_day_event {
  background: #eee;
}

/* calendars(category) */
/* line 520, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.calendars_color_tag {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* Event Controller */
/* line 530, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_controller .form-horizontal {
  margin-bottom: 0;
}

/* line 533, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_controller .form-horizontal .control-label {
  width: 60px;
}

/* line 537, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_controller .form-horizontal .controls {
  margin-left: 80px;
}

/* line 540, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_controller .form-horizontal .controls input[type="text"],
.event_controller .form-horizontal .controls select,
.event_controller .form-horizontal .controls textarea,
.event_controller .form-horizontal .controls .uneditable-input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 552, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_controller .form-horizontal .controls input[type="checkbox"] {
  margin-top: 0;
}

/* line 556, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_controller .form-horizontal .controls textarea {
  height: auto;
  line-height: 1em;
  resize: vertical;
}

/* line 564, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_controller .last {
  margin-bottom: 0;
}

/* line 568, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_controller .row-fluid {
  margin-bottom: 6px;
}

/* line 571, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.event_controller .row-fluid .control-label {
  line-height: 30px;
}

/* line 577, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.close {
  border: 0;
  background: none;
}

/* miniColors tweak */
/* line 583, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.miniColors-trigger {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-color: #f1f1f1;
}

/* line 591, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.miniColors-selector {
  float: none;
  margin: 4px 0 0 0;
}

/* category edit */
/* line 597, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.edit_cal {
  margin: -8px;
  background-color: whitesmoke;
}

/* line 601, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.edit_cal .table,
.edit_cal .table td {
  border: 0 !important;
  background-color: transparent !important;
  margin: 0 !important;
}

/* line 609, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.main-list td {
  border-top: solid 1px #ddd;
}

/* create / edit event panel */
/* line 614, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#tags_panel {
  top: auto;
  bottom: 34px;
  width: 258px;
  height: 170px;
  padding: 8px 0;
  overflow: hidden;
  position: absolute;
  clear: none;
}

/* line 624, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#tags_panel .viewport {
  height: 170px;
}

/* line 628, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#tags_panel .scrollbar {
  top: 8px;
}

/* line 633, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#tags_list {
  padding: 8px;
}

/* line 637, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  z-index: 1051;
}

/* line 641, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#main-wrap {
  padding-bottom: 0;
}

/* line 645, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-other-month {
  background-color: #F6F6F6;
}

/* line 649, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 120px;
  height: 120px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("/assets/property_hire/loading1.gif");
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 50%;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}

/* line 667, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#calendar-loading:after {
  content: "Loading...";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  line-height: 4em;
  text-align: center;
}

/* line 678, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#event_create_space {
  display: none;
  position: fixed;
  width: 400px;
  margin: 0;
  background-color: #fff;
  z-index: 1050;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 696, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#event_create_space .alert {
  margin-bottom: 0;
}

/* line 700, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#event_create_space .new_event {
  margin-bottom: 0;
}

/* line 703, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#event_create_space .modal-body {
  overflow-x: hidden;
  padding: 25px 25px 15px 15px;
}

/* line 708, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
#event_create_space .datetimepick > input {
  width: 90%;
}

/* line 714, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.calendar-modal {
  position: fixed;
  z-index: 10000;
  width: 300px;
  margin: 0;
  font-size: 12px;
}

/* line 722, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.calendar-modal > .modal-content h3 {
  margin: 0;
}

/* line 727, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.calendar-modal .event_summary {
  margin-right: -15px;
  margin-bottom: 15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #eee;
}

/* line 736, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.calendar-modal .event_summary > p {
  margin-bottom: 0;
}

/* line 740, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.calendar-modal .event_summary i {
  color: #989898;
}

/* line 746, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.calendar-form-actions {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/* line 755, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.agenda-event {
  overflow-x: hidden;
  overflow-y: auto;
  height: 200px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  /* line 755, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
  .agenda-event {
    height: auto;
  }
}

/* fullcalendar custom css */
/* line 766, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 769, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-event,
.fc .fc-scrollgrid table tr {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

/* line 775, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-media-print {
  display: block;
  /* undo flexbox. FF doesn't know how to flow */
  max-width: 100%;
}

/* line 780, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-media-print .fc-timegrid-slots,
.fc-media-print .fc-timegrid-axis-chunk,
.fc-media-print .fc-timeline-slots,
.fc-media-print .fc-non-business,
.fc-media-print .fc-bg-event {
  display: none;
}

/* line 788, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-media-print .fc-toolbar button,
.fc-media-print .fc-h-event,
.fc-media-print .fc-v-event {
  color: #000 !important;
  background: #fff !important;
}

/* line 795, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-media-print .fc-event,
.fc-media-print .fc-event-main {
  /* often controls the text-color */
  color: #000 !important;
}

/* line 800, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-media-print .fc-timegrid-event {
  margin: 0.5em 0;
}

/* line 806, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-body {
  min-height: 100%;
  position: relative;
  z-index: 1;
  /* scope slots, bg, etc */
}

/*
vertical slots in both the header AND the body
*/
/* line 814, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-slots {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}

/* line 820, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-slots > table {
  height: 100%;
}

/* line 823, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc {
  /* border for both header AND body cells */
}

/* line 828, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-slot-minor {
  border-style: dotted;
}

/* line 831, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc {
  /* header cells (aka "label") */
}

/* line 836, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-slot-frame {
  display: flex;
  align-items: center;
  /* vertical align */
  justify-content: center;
  /* horizontal align */
  overflow: hidden;
  /* important so text doesn't bleed out and cause extra scroll */
}

/* line 842, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-header-row-chrono {
  /* a row of times */
}

/* line 844, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-header-row-chrono .fc-timeline-slot-frame {
  justify-content: flex-start;
  /* horizontal align left or right */
}

/* line 847, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-slot-cushion {
  padding: 4px 5px;
  /* TODO: unify with fc-col-header? */
  white-space: normal;
}

/* line 851, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc {
  /* NOTE: how does the top row of cells get horizontally centered? */
  /* for the non-chrono-row, the fc-sticky system looks for text-align center, */
  /* and it's a fluke that the default browser stylesheet already does this for <th> */
  /* TODO: have StickyScrolling look at natural left coord to detect centeredness. */
}

/* only owns one side, so can do dotted */
/* line 860, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-direction-ltr .fc-timeline-slot {
  border-right: 0 !important;
}

/* line 861, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-direction-rtl .fc-timeline-slot {
  border-left: 0 !important;
}

/* line 862, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-now-indicator-container {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
}

/* line 871, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-now-indicator-arrow,
.fc .fc-timeline-now-indicator-line {
  position: absolute;
  top: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}

/* line 879, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-now-indicator-arrow {
  margin: 0 -6px;
  /* 5, then one more to counteract scroller's negative margins */
  /* triangle pointing down. TODO: mixin */
  border-width: 6px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 887, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-now-indicator-line {
  margin: 0 -1px;
  /* counteract scroller's negative margins */
  bottom: 0;
  border-width: 0 0 0 1px;
}

/* line 892, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc {
  /* container */
}

/* line 897, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-events {
  position: relative;
  z-index: 3;
  width: 0;
  /* for event positioning. will end up on correct side based on dir */
}

/* line 902, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc {
  /* harness */
}

/* line 907, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-event-harness,
.fc .fc-timeline-more-link {
  position: absolute;
  top: 0;
  /* for when when top can't be computed yet */
  /* JS will set tht left/right */
}

/* z-index, scoped within fc-timeline-events */
/* line 914, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-timeline-event {
  z-index: 1;
}

/* line 915, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-timeline-event.fc-event-mirror {
  z-index: 2;
}

/* line 916, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-timeline-event {
  position: relative;
  /* contains things. TODO: make part of fc-h-event and fc-v-event */
  display: flex;
  /* for v-aligning start/end arrows and making fc-event-main stretch all the way */
  align-items: center;
  border-radius: 0;
  padding: 2px 1px;
  margin-bottom: 1px;
  font-size: .85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

/* line 929, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-timeline-event .fc-event-main {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  /* important for allowing to shrink all the way */
}

/* line 934, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-timeline-event .fc-event-time {
  font-weight: bold;
}

/* line 937, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-timeline-event .fc-event-time,
.fc-timeline-event .fc-event-title {
  white-space: normal;
  padding: 0 2px;
}

/* move 1px away from slot line */
/* line 943, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-direction-ltr .fc-timeline-event.fc-event-end,
.fc-direction-ltr .fc-timeline-more-link {
  margin-right: 1px;
}

/* line 947, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-direction-rtl .fc-timeline-event.fc-event-end,
.fc-direction-rtl .fc-timeline-more-link {
  margin-left: 1px;
}

/* make event beefier when overlap not allowed */
/* line 952, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-timeline-overlap-disabled .fc-timeline-event {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

/* arrows indicating the event continues into past/future */
/* ---------------------------------------------------------------------------------------------------- */
/* part of the flexbox flow */
/* line 960, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-timeline-event:not(.fc-event-start):before,
.fc-timeline-event:not(.fc-event-end):after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  opacity: .5;
  /* triangle. TODO: mixin */
  width: 0;
  height: 0;
  margin: 0 1px;
  border: 5px solid #000;
  /* TODO: var */
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* pointing left */
/* line 976, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-direction-ltr .fc-timeline-event:not(.fc-event-start):before,
.fc-direction-rtl .fc-timeline-event:not(.fc-event-end):after {
  border-left: 0;
}

/* pointing right */
/* line 981, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-direction-ltr .fc-timeline-event:not(.fc-event-end):after,
.fc-direction-rtl .fc-timeline-event:not(.fc-event-start):before {
  border-right: 0;
}

/* +more events indicator */
/* ---------------------------------------------------------------------------------------------------- */
/* line 987, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-timeline-more-link {
  font-size: .85em;
  font-size: var(--fc-small-font-size, 0.85em);
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  padding: 1px;
  cursor: pointer;
}

/* line 997, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-timeline-more-link-inner {
  /* has fc-sticky */
  display: inline-block;
  left: 0;
  right: 0;
  padding: 2px;
}

/* line 1003, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-bg {
  /* a container for bg content */
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 0;
  left: 0;
  /* will take precedence when LTR */
  right: 0;
  /* will take precedence when RTL */
  /* TODO: kill */
}

/* line 1012, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-bg .fc-non-business {
  z-index: 1;
}

/* line 1013, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-bg .fc-bg-event {
  z-index: 2;
}

/* line 1014, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-bg .fc-highlight {
  z-index: 3;
}

/* line 1015, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}

/* line 1024, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-resource-timeline-divider {
  width: 3px;
  /* important to have width to shrink this cell. no cross-browser problems */
  cursor: col-resize;
}

/* line 1029, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc {
  /* will match horizontal groups in the datagrid AND group lanes in the timeline area */
}

/* line 1036, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-resource-timeline .fc-resource-group:not([rowspan]) {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

/* line 1041, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-lane-frame {
  position: relative;
  /* contains the fc-timeline-bg container, which liquidly expands */
  /* the height is explicitly set by row-height-sync */
}

/* line 1046, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-timeline-overlap-enabled .fc-timeline-lane-frame .fc-timeline-events {
  /* has height set on it */
  box-sizing: content-box;
  /* padding no longer part of height */
  padding-bottom: 10px;
  /* give extra spacing underneath for selecting */
}

/* hack to make bg expand to lane's full height in resource-timeline with expandRows (#6134) */
/* line 1052, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-timeline-body-expandrows td.fc-timeline-lane {
  position: relative;
}

/* line 1055, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-timeline-body-expandrows .fc-timeline-lane-frame {
  position: static;
}

/* the "frame" */
/* line 1059, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-datagrid-cell-frame-liquid {
  height: 100%;
  /* needs liquid hack */
}

/* line 1062, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-liquid-hack .fc-datagrid-cell-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 1070, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc {
  /* the "frame" in a HEADER */
  /* needs to position the column resizer */
  /* needs to vertically center content */
}

/* line 1077, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-datagrid-header .fc-datagrid-cell-frame {
  position: relative;
  /* for resizer */
  display: flex;
  justify-content: flex-start;
  /* horizontal align (natural left/right) */
  align-items: center;
  /* vertical align */
}

/* line 1083, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc {
  /* the column resizer (only in HEADER) */
}

/* line 1088, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-datagrid-cell-resizer {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 5px;
  cursor: col-resize;
}

/* line 1096, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc {
  /* the cushion */
}

/* line 1101, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-datagrid-cell-cushion {
  padding: 8px;
  white-space: normal;
  overflow: hidden;
  /* problem for col resizer :( */
}

/* line 1106, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc {
  /* expander icons */
}

/* line 1111, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-datagrid-expander {
  cursor: pointer;
  opacity: 0.65;
}

/* line 1116, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-datagrid-expander .fc-icon {
  /* the expander and spacers before the expander */
  display: inline-block;
  width: 1em;
  /* ensure constant width, esp for empty icons */
}

/* line 1120, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-datagrid-expander-placeholder {
  cursor: auto;
}

/* line 1123, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc .fc-resource-timeline-flat .fc-datagrid-expander-placeholder {
  display: none;
}

/* line 1126, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-direction-ltr .fc-datagrid-cell-resizer {
  right: -3px;
}

/* line 1127, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-direction-rtl .fc-datagrid-cell-resizer {
  left: -3px;
}

/* line 1128, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-direction-ltr .fc-datagrid-expander {
  margin-right: 3px;
}

/* line 1129, modules/property_hire/app/assets/stylesheets/property_hire_calendar.scss */
.fc-direction-rtl .fc-datagrid-expander {
  margin-left: 3px;
}
