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

/* line 7, modules/calendar/app/assets/stylesheets/calendar.scss */
#orbit_calendar .fc-event-time {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  /* line 93, modules/calendar/app/assets/stylesheets/calendar.scss */
  #orbit_calendar #range_selection {
    margin-right: 0;
  }
  /* line 106, modules/calendar/app/assets/stylesheets/calendar.scss */
  #orbit_calendar #range_selection > * {
    margin: 0;
  }
  /* line 110, modules/calendar/app/assets/stylesheets/calendar.scss */
  #orbit_calendar #range_selection > label,
  #orbit_calendar #range_selection #show_events {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 117, modules/calendar/app/assets/stylesheets/calendar.scss */
  #orbit_calendar #range_selection > select {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

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

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

/* line 139, modules/calendar/app/assets/stylesheets/calendar.scss */
#view_holder {
  position: relative;
  z-index: 0;
  clear: both;
}

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

/* line 153, modules/calendar/app/assets/stylesheets/calendar.scss */
.mode_switch {
  text-transform: capitalize;
}

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

/* line 161, modules/calendar/app/assets/stylesheets/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 172, modules/calendar/app/assets/stylesheets/calendar.scss */
.modal-body {
  max-height: 400px;
}

/* line 176, modules/calendar/app/assets/stylesheets/calendar.scss */
.event_list_wrapper {
  position: relative;
}

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

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

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

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

/* line 208, modules/calendar/app/assets/stylesheets/calendar.scss */
.event dl {
  padding: 3px;
}

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

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

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

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

/* line 237, modules/calendar/app/assets/stylesheets/calendar.scss */
#calendar_day td {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 340, modules/calendar/app/assets/stylesheets/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 344, modules/calendar/app/assets/stylesheets/calendar.scss */
#calendar_month .month_row .month_date .event:hover , #calendar_month .month_row .month_date .event.hover-class {
  text-decoration: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 426, modules/calendar/app/assets/stylesheets/calendar.scss */
#calendar_week td {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 495, modules/calendar/app/assets/stylesheets/calendar.scss */
#calendar_week .all_day_event {
  background: #eee;
}

/* calendars(category) */
/* line 501, modules/calendar/app/assets/stylesheets/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 511, modules/calendar/app/assets/stylesheets/calendar.scss */
.event_controller .form-horizontal {
  margin-bottom: 0;
}

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

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

/* line 521, modules/calendar/app/assets/stylesheets/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 533, modules/calendar/app/assets/stylesheets/calendar.scss */
.event_controller .form-horizontal .controls input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

/* line 558, modules/calendar/app/assets/stylesheets/calendar.scss */
.close {
  border: 0;
  background: none;
}

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

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

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

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

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

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

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

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

/* line 614, modules/calendar/app/assets/stylesheets/calendar.scss */
#tags_list {
  padding: 8px;
}

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

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

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

/* line 630, modules/calendar/app/assets/stylesheets/calendar.scss */
#calendar-loading {
  position: absolute;
  top: 40%;
  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/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);
}

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

/* line 657, modules/calendar/app/assets/stylesheets/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 675, modules/calendar/app/assets/stylesheets/calendar.scss */
#event_create_space .alert {
  margin-bottom: 0;
}

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

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

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

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

/* line 701, modules/calendar/app/assets/stylesheets/calendar.scss */
.calendar-modal > .modal-content h3 {
  margin: 0;
  white-space: pre;
}

/* line 705, modules/calendar/app/assets/stylesheets/calendar.scss */
.calendar-modal > .modal-content > .modal-body {
  white-space: pre;
}

/* line 709, modules/calendar/app/assets/stylesheets/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 718, modules/calendar/app/assets/stylesheets/calendar.scss */
.calendar-modal .event_summary > p {
  margin-bottom: 0;
}

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

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

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

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

/* line 747, modules/calendar/app/assets/stylesheets/calendar.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  /* line 760, modules/calendar/app/assets/stylesheets/calendar.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

/* line 765, modules/calendar/app/assets/stylesheets/calendar.scss */
.fc-event-title {
  white-space: pre;
}

/* line 768, modules/calendar/app/assets/stylesheets/calendar.scss */
div[contentEditable=true] {
  white-space: pre;
}
