Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@doodle/calendar / dist / style.css
Size: Mime:
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}
button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled].rbc-btn {
  cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.rbc-row {
  display: flex;
  flex-direction: row;
}
.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}
.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
}
.rbc-day-bg {
  flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-overlay {
  position: absolute;
  z-index: 3;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}
.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}
.rbc-abs-full,
.rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rbc-ellipsis,
.rbc-row-segment .rbc-event-content,
.rbc-event-label {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rbc-rtl {
  direction: rtl;
}
.rbc-off-range {
  color: #999999;
}
.rbc-off-range-bg {
  background: #e5e5e5;
}
.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #DDD;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 2;
  cursor: pointer;
}
.rbc-toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
  margin-left: 10px;
}
.rbc-event {
  padding: 2px 5px;
  background-color: #3174ad;
  color: #fff;
  cursor: pointer;
}
.rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected {
  background-color: #265985;
}
.rbc-event-label {
  font-size: 80%;
}
.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}
.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex-grow: 1;
  flex-shrink: 1;
}
.rbc-time-column.rbc-time-gutter .rbc-timeslot-group {
  border-top: 1px solid transparent;
}
.rbc-timeslot-group {
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}
.rbc-timeslot-group_gutter-frame {
  background: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.rbc-timeslot-group_frame {
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
  background: #eceff2;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-radius: 5px;
}
.rbc-time-slot--excluded {
  background-color: #f6f6f6;
}
.rbc-time-gutter,
.rbc-header-gutter {
  flex: none;
}
.rbc-label {
  padding: 0 5px;
}
.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-is-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event {
  display: flex;
  max-height: 100%;
  min-height: 14px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 0.9em;
  z-index: 2;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}
.rbc-time-slot {
  flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}
.rbc-day-header {
  text-align: center;
}
.rbc-slot-selection {
  z-index: 4;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  min-width: 1px;
  overflow: hidden;
}
.rbc-slot-selection__label {
  display: block;
  margin: 3px;
  font-size: 75%;
}
.rbc-timeslot-hover.permanent-timeslot-hover {
  border-radius: 2px;
  box-sizing: border-box;
  background: #91c8e999;
  border: 2px dashed #2B709B;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
}
.rbc-timeslot-hover.permanent-timeslot-hover .timeslot-hover-label {
  margin-left: 8px;
}
.rbc-timeslot-hover {
  border-radius: 2px;
  box-sizing: border-box;
  background: #91c8e999;
  border: 2px dashed #2B709B;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.rbc-timeslot-hover_blocked,
.rbc-timeslot-hover.permanent-timeslot-hover.rbc-timeslot-hover_blocked {
  background: #c5cdd3a6;
  color: #8696A2;
  border: 2px solid #C5CDD3;
  cursor: not-allowed;
}
.rbc-slot-selecting {
  cursor: move;
}
.rbc-scrollbars > div:last-child {
  z-index: 3;
}
.rbc-time-view {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  position: relative;
  display: flex;
}
.rbc-time-view .rbc-allday-cell .rbc-allday-cell-inner {
  position: relative;
  width: 100%;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}
.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #DDD;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header .rbc-time-label {
  padding: 0 5px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.rbc-time-header .rbc-time-empty {
  box-sizing: border-box;
  flex-shrink: 0;
}
.rbc-time-header .rbc-time-header-gutter {
  display: flex;
  border-top: 0;
  border-right: 1px solid #DDD;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  text-transform: lowercase;
}
.rbc-time-container {
  flex: 1 1;
  display: flex;
  position: relative;
}
.rbc-time-container > div:nth-child(2) {
  width: 100%;
  position: absolute;
}
.rbc-time-header-content {
  flex: 1;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-content_frames .rbc-time-gutter_permanent {
  background: #fff;
}
@media (max-width: 768px) {
  .rbc-time-content_frames .rbc-time-gutter_permanent {
    min-width: 45px !important;
  }
}
@media (min-width: 768px) {
  .rbc-time-content_frames .rbc-time-gutter_permanent {
    min-width: 68px !important;
  }
}
.rbc-time-content_frames .rbc-time-gutter_permanent .rbc-label span {
  text-align: center;
}
.rbc-time-content_frames .rbc-time-gutter_permanent .rbc-label span {
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.rbc-time-content_frames .rbc-time-column {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.rbc-time-content {
  display: flex;
  flex: 1 0 0;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #DDD;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #DDD;
}
.rbc-time-content_frames {
  border-top: none;
}
.rbc-time-content_frames > * + * > * {
  border-left: none ;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}
.rbc-time-content .rbc-day-slot.rbc-time-column {
  border-top: 1px solid #DDD;
}
.rbc-current-time-indicator {
  position: absolute;
  z-index: 2;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}
@media (max-width: 768px) {
  .rbc-timeslot-hover {
    visibility: hidden;
  }
}
.rbc-addons-dnd .rbc-addons-dnd-row-body {
  position: relative;
}
.rbc-addons-dnd .rbc-addons-dnd-drag-row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-over {
  background-color: rgba(0, 0, 0, 0.3);
}
.rbc-addons-dnd .rbc-event {
  transition: opacity 150ms;
}
.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon,
.rbc-addons-dnd .rbc-event:focus .rbc-addons-dnd-resize-ns-icon,
.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon,
.rbc-addons-dnd .rbc-event:focus .rbc-addons-dnd-resize-ew-icon {
  display: block;
  color: white;
}
.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-fr-icon,
.rbc-addons-dnd .rbc-event:focus .rbc-addons-dnd-resize-fr-icon {
  display: block;
  color: #477402;
}
.rbc-addons-dnd .rbc-addons-dnd-dragged-event {
  opacity: 0;
}
.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview) {
  opacity: 0.5;
  z-index: 1;
}
.rbc-addons-dnd .rbc-addons-dnd-resizable {
  position: relative;
  width: 100%;
  height: 100%;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-fr-anchor {
  height: 12px;
  width: 100%;
  text-align: center;
  position: absolute;
  cursor: ns-resize;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-fr-anchor:first-child {
  top: 0;
  justify-content: center;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-fr-anchor:last-child {
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-fr-anchor-small {
  height: 8px;
  width: 100%;
  text-align: center;
  position: absolute;
  cursor: ns-resize;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-fr-anchor-small:first-child {
  top: 0;
  justify-content: flex-start;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-fr-anchor-small:last-child {
  bottom: 0;
  justify-content: flex-end;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-fr-anchor-small .rbc-addons-dnd-resize-fr-icon {
  display: none;
  border: 1px solid #477402;
  border-radius: 30%;
  margin-top: 1px;
  width: 16px;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-fr-anchor .rbc-addons-dnd-resize-fr-icon {
  display: none;
  border: 1px solid #477402;
  border-radius: 30%;
  margin-top: 2px;
  width: 16px;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor {
  height: 12px;
  width: 100%;
  text-align: center;
  position: absolute;
  cursor: ns-resize;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child {
  top: 0;
  justify-content: center;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child {
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor-small {
  height: 8px;
  width: 100%;
  text-align: center;
  position: absolute;
  cursor: ns-resize;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor-small:first-child {
  top: 0;
  justify-content: center;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor-small:last-child {
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor-small .rbc-addons-dnd-resize-ns-icon {
  display: none;
  border: 1px solid #ffffff;
  border-radius: 30%;
  margin-top: 1px;
  width: 16px;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon {
  display: none;
  border: 1px solid #ffffff;
  border-radius: 30%;
  margin-top: 2px;
  width: 16px;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-fr-anchor,
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor,
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor {
  z-index: 4;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
  position: absolute;
  top: 4px;
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child {
  left: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child {
  right: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon {
  display: none;
  border-left: 3px double;
  margin-top: auto;
  margin-bottom: auto;
  height: 10px;
  cursor: ew-resize;
}

@out-of-range-color: lighten(#333, 40%);@out-of-range-bg-color: lighten(#333, 70%);@calendar-border: #DDD;@cell-border: #DDD;@border-color: #CCC;@segment-width: percentage(1 / 7);@time-selection-color: white;@time-selection-bg-color: rgba(0,0,0, .50);@date-selection-bg-color: rgba(0,0,0, .10);@event-bg: #3174ad;@event-border: darken(#3174ad, 10%);@event-color: #fff;@event-border-radius: 5px;@event-padding: 2px 5px;@event-zindex: 2;@btn-color: #373a3c;@btn-bg: #fff;@btn-border: #ccc;@current-time-color: #74ad31;@rbc-css-prefix: rbc-i;@today-highlight-bg: #eaf6ff;@pc-event-color: #eceff2;@pc-event-border-color: white;.rbc-time-content{overflow:overlay}.rbc-overflowing{margin-right:0!important}.rbc-event{-webkit-box-sizing:border-box;box-sizing:border-box}.rbc-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;color:#434e56;width:100%;min-height:420px}@media (max-width:768px){.rbc-wrapper .rbc-allday-cell{border-top:1px solid #d4dade}.rbc-wrapper .rbc-allday-cell .rbc-event-content{min-height:18px}.rbc-wrapper .rbc-allday-cell .rbc-event-content .rbc-event--receiver-selected{height:18px}.rbc-wrapper .rbc-allday-cell .rbc-event-content .rbc-event--receiver-selected .rbc-proposed-event .rbc-proposed-event_event-wrapper{margin:0}.rbc-wrapper .rbc-allday-cell .rbc-event-content .rbc-event--receiver-selected .rbc-proposed-event .rbc-proposed-event_event-wrapper .rbc-proposed-event_icon{height:18px;margin:0 0 -2px}}.rbc-wrapper .blocked-calendar-wrapper{width:100%;height:100%;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10;background-color:#b9b9b9;background-color:hsla(0,0%,72.5%,.1)}.rbc-wrapper .rbc-time-header-content{border-left:none}.rbc-wrapper .rbc-time-header-gutter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;width:66px;border-right:1px solid #d4dade}.rbc-wrapper .rbc-calendar{min-height:420px}.rbc-wrapper .rbc-time-slot:first-child{border-top:none!important}.rbc-wrapper .rbc-time-slot{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-sizing:initial;box-sizing:initial;-ms-flex-preferred-size:auto;flex-basis:auto;border-top:1px dashed #d4dade;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:30px;&_frames{border-top:none!important}}.rbc-wrapper .calendar_info{padding:24px 64px;font-size:16px;position:relative}.rbc-wrapper .calendar_info h2{font-size:16px;padding:16px 0;margin:0}.rbc-wrapper .rbc-header-gutter{width:65px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rbc-wrapper .rbc-time-gutter.rbc-time-column{width:65px;background:#fff}.rbc-wrapper .rbc-time-gutter.rbc-time-column .rbc-label span{text-align:center;height:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.rbc-wrapper .Checkbox-label{margin-bottom:20px}.rbc-wrapper .rbc-events-container{width:100%}.rbc-wrapper .rbc-day-hover-interaction{z-index:1;border-left:none}.rbc-wrapper .rbc-event-content{display:-webkit-box;display:-ms-flexbox;display:flex}.rbc-wrapper .rbc-event-label{display:none}.rbc-wrapper .rbc-event-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rbc-wrapper .rbc-time-view,.rbc-wrapper .rbc-time-view .rbc-time-header{border:none}.rbc-wrapper .rbc-time-view .rbc-header{border:none;pointer-events:none}.rbc-wrapper .week-header:not(.week-header_permanent){-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#434b54}.rbc-wrapper .week-header:not(.week-header_permanent),.rbc-wrapper .week-header:not(.week-header_permanent) .week-header_block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-wrapper .week-header:not(.week-header_permanent) .week-header_block{cursor:default;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#2f3740;width:76px;height:76px}.rbc-wrapper .week-header:not(.week-header_permanent) .week-header_month{font-size:14px;line-height:13px;font-weight:400;text-transform:uppercase}.rbc-wrapper .week-header:not(.week-header_permanent) .week-header_day{font-size:24px;line-height:36px;font-weight:500;padding:2px 0}.rbc-wrapper .week-header:not(.week-header_permanent) .week-header_day-name{font-size:14px;font-weight:400;line-height:13px;text-transform:uppercase}.rbc-wrapper .week-header:not(.week-header_permanent) .week-header_weekday{font-size:18px;line-height:21px;font-weight:600;cursor:default;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.rbc-wrapper .week-header_permanent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#6a7685;font-weight:400}.rbc-wrapper .week-header_permanent .week-header_weekday{font-size:16px;line-height:21px;cursor:default}.rbc-wrapper .rbc-today .week-header{color:#2b709b}.rbc-wrapper .week-header--weekend.week-header--weekend_permanent .week-header_weekday{color:#dd3809}@media (max-width:768px){.rbc-wrapper .week-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-wrapper .week-header .week-header_weekday{font-size:15px}.rbc-wrapper .week-header_permanent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 0}.rbc-wrapper .week-header_permanent .week-header_weekday{font-size:14px}}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJlYWN0LWJpZy1jYWxlbmRhci9sZXNzL3ZhcmlhYmxlcy5sZXNzIiwiQ2FsZW5kYXIuc3R5bGVzLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSx1Q0FBdUMsQ0FDdkMsMENBQTBDLENBRTFDLHNCQUFzQixDQUN0QixrQkFBa0IsQ0FFbEIsbUJBQW1CLENBRW5CLGlDQUFpQyxDQUVqQyw0QkFBNEIsQ0FDNUIsMENBQTBDLENBQzFDLDBDQUEwQyxDQUcxQyxrQkFBa0IsQ0FDbEIsbUNBQW1DLENBQ25DLGtCQUFrQixDQUNsQix5QkFBeUIsQ0FDekIsdUJBQXVCLENBQ3ZCLGdCQUFnQixDQUVoQixtQkFBbUIsQ0FDbkIsYUFBYSxDQUNiLGlCQUFpQixDQUVqQiw0QkFBNEIsQ0FFNUIsc0JBQXNCLENBRXRCLDRCQUE0QixDQUU1Qix3QkFBd0IsQ0FDeEIsNkJBQTZCLENDL0I3QixrQkFDRSxnQkFDRixDQUVBLGlCQUNFLHdCQUNGLENBRUEsV0FDRSw2QkFBc0IsQ0FBdEIscUJBQ0YsQ0FFQSxhQUNFLG1CQUFhLENBQWIsbUJBQWEsQ0FBYixZQUFhLENBQ2IsMkJBQXNCLENBQXRCLDRCQUFzQixDQUF0Qix5QkFBc0IsQ0FBdEIscUJBQXNCLENBQ3RCLHFCQUFzQixDQUN0QixhQUFjLENBQ2QsVUFBVyxDQUNYLGdCQXNORixDQXBORSx5QkFDRSw4QkFDRSw0QkFnQkYsQ0FmRSxpREFDRSxlQWFGLENBWkUsK0VBQ0UsV0FVRixDQVJJLHFJQUNFLFFBS0YsQ0FKRSw4SkFDRSxXQUFZLENBQ1osZUFDRixDQU1aLENBRUEsdUNBQ0UsVUFBVyxDQUNYLFdBQVksQ0FDWixpQkFBa0IsQ0FDbEIsbUJBQWEsQ0FBYixtQkFBYSxDQUFiLFlBQWEsQ0FDYix3QkFBbUIsQ0FBbkIscUJBQW1CLENBQW5CLGtCQUFtQixDQUNuQix1QkFBdUIsQ0FBdkIsb0JBQXVCLENBQXZCLHNCQUF1QixDQUN2QixVQUFXLENBQ1gsd0JBQTBDLENBQTFDLG9DQUNGLENBRUEsc0NB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QWIsbUJBQWEsQ0FBYixZQUFhLENBQ2IsMkJBQXNCLENBQXRCLDRCQUFzQixDQUF0Qix5QkFBc0IsQ0FBdEIscUJBQXNCLENBQ3RCLGNBS0YsQ0FIRSx5REFDRSxjQUNGLENBR04iLCJmaWxlIjoiQ2FsZW5kYXIuc3R5bGVzLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIlxuQG91dC1vZi1yYW5nZS1jb2xvcjogbGlnaHRlbigjMzMzLCA0MCUpO1xuQG91dC1vZi1yYW5nZS1iZy1jb2xvcjogbGlnaHRlbigjMzMzLCA3MCUpO1xuXG5AY2FsZW5kYXItYm9yZGVyOiAjREREO1xuQGNlbGwtYm9yZGVyOiAjREREO1xuXG5AYm9yZGVyLWNvbG9yOiAjQ0NDO1xuXG5Ac2VnbWVudC13aWR0aDogcGVyY2VudGFnZSgxIC8gNyk7XG5cbkB0aW1lLXNlbGVjdGlvbi1jb2xvcjogd2hpdGU7XG5AdGltZS1zZWxlY3Rpb24tYmctY29sb3I6IHJnYmEoMCwwLDAsIC41MCk7XG5AZGF0ZS1zZWxlY3Rpb24tYmctY29sb3I6IHJnYmEoMCwwLDAsIC4xMCk7XG5cblxuQGV2ZW50LWJnOiAjMzE3NGFkO1xuQGV2ZW50LWJvcmRlcjogZGFya2VuKCMzMTc0YWQsIDEwJSk7XG5AZXZlbnQtY29sb3I6ICNmZmY7XG5AZXZlbnQtYm9yZGVyLXJhZGl1czogNXB4O1xuQGV2ZW50LXBhZGRpbmc6IDJweCA1cHg7XG5AZXZlbnQtemluZGV4OiAyO1xuXG5AYnRuLWNvbG9yOiAjMzczYTNjO1xuQGJ0bi1iZzogI2ZmZjtcbkBidG4tYm9yZGVyOiAjY2NjO1xuXG5AY3VycmVudC10aW1lLWNvbG9yOiAjNzRhZDMxO1xuXG5AcmJjLWNzcy1wcmVmaXg6IHJiYy1pO1xuXG5AdG9kYXktaGlnaGxpZ2h0LWJnOiAjZWFmNmZmO1xuXG5AcGMtZXZlbnQtY29sb3I6ICNlY2VmZjI7XG5AcGMtZXZlbnQtYm9yZGVyLWNvbG9yOiB3aGl0ZTtcbiIsIkBpbXBvcnQgJy4vcmVhY3QtYmlnLWNhbGVuZGFyL2xlc3MvdmFyaWFibGVzLmxlc3MnO1xuXG4vKiBUT0RPIGFkZCBkb29kbGUgY29uc3RhbnRzKi9cbi5yYmMtdGltZS1jb250ZW50IHtcbiAgb3ZlcmZsb3c6IG92ZXJsYXk7XG59XG5cbi5yYmMtb3ZlcmZsb3dpbmcge1xuICBtYXJnaW4tcmlnaHQ6IDAgIWltcG9ydGFudDtcbn1cblxuLnJiYy1ldmVudCB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5cbi5yYmMtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGNvbG9yOiAjNDM0ZTU2O1xuICB3aWR0aDogMTAwJTtcbiAgbWluLWhlaWdodDogNDIwcHg7XG5cbiAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XG4gICAgJiAucmJjLWFsbGRheS1jZWxsIHtcbiAgICAgIGJvcmRlci10b3A6IDFweCBzb2xpZCAjZDRkYWRlO1xuICAgICAgJiAucmJjLWV2ZW50LWNvbnRlbnQge1xuICAgICAgICBtaW4taGVpZ2h0OiAxOHB4O1xuICAgICAgICAmIC5yYmMtZXZlbnQtLXJlY2VpdmVyLXNlbGVjdGVkIHtcbiAgICAgICAgICBoZWlnaHQ6IDE4cHg7XG4gICAgICAgICAgJiAucmJjLXByb3Bvc2VkLWV2ZW50IHtcbiAgICAgICAgICAgICYgLnJiYy1wcm9wb3NlZC1ldmVudF9ldmVudC13cmFwcGVyIHtcbiAgICAgICAgICAgICAgbWFyZ2luOiAwO1xuICAgICAgICAgICAgICAmIC5yYmMtcHJvcG9zZWQtZXZlbnRfaWNvbiB7XG4gICAgICAgICAgICAgICAgaGVpZ2h0OiAxOHB4O1xuICAgICAgICAgICAgICAgIG1hcmdpbjogMCAwIC0ycHggMDtcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gICYgLmJsb2NrZWQtY2FsZW5kYXItd3JhcHBlciB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgei1pbmRleDogMTA7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgxODUsIDE4NSwgMTg1LCAwLjEpO1xuICB9XG5cbiAgJiAucmJjLXRpbWUtaGVhZGVyLWNvbnRlbnQge1xuICAgIGJvcmRlci1sZWZ0OiBub25lO1xuICB9XG5cbiAgJiAucmJjLXRpbWUtaGVhZGVyLWd1dHRlciB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1zZWxmOiBzdHJldGNoO1xuICAgIHdpZHRoOiA2NnB4O1xuICAgIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNkNGRhZGU7XG4gIH1cblxuICAmIC5yYmMtY2FsZW5kYXIge1xuICAgIG1pbi1oZWlnaHQ6IDQyMHB4O1xuICB9XG5cbiAgJiAucmJjLXRpbWUtc2xvdDpmaXJzdC1jaGlsZCB7XG4gICAgYm9yZGVyLXRvcDogbm9uZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgJiAucmJjLXRpbWUtc2xvdCB7XG4gICAgZmxleDogMTtcbiAgICBib3gtc2l6aW5nOiBpbml0aWFsO1xuICAgIGZsZXgtYmFzaXM6IGF1dG87XG4gICAgYm9yZGVyLXRvcDogMXB4IGRhc2hlZCAjZDRkYWRlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBoZWlnaHQ6IDMwcHg7XG5cbiAgICAmX2ZyYW1lcyB7XG4gICAgICBib3JkZXItdG9wOiBub25lICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgJiAuY2FsZW5kYXJfaW5mbyB7XG4gICAgcGFkZGluZzogMjRweCA2NHB4O1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgJiBoMiB7XG4gICAgICBmb250LXNpemU6IDE2cHg7XG4gICAgICBwYWRkaW5nOiAxNnB4IDA7XG4gICAgICBtYXJnaW46IDA7XG4gICAgfVxuICB9XG5cbiAgJiAucmJjLWhlYWRlci1ndXR0ZXIge1xuICAgIHdpZHRoOiA2NXB4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIH1cblxuICAmIC5yYmMtdGltZS1ndXR0ZXIucmJjLXRpbWUtY29sdW1uIHtcbiAgICB3aWR0aDogNjVweDtcbiAgICBiYWNrZ3JvdW5kOiAjZmZmO1xuXG4gICAgJiAucmJjLWxhYmVsIHNwYW4ge1xuICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIH1cblxuICAgICYgLnJiYy1sYWJlbCBzcGFuIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgfVxuICB9XG5cbiAgJiAuQ2hlY2tib3gtbGFiZWwge1xuICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gIH1cblxuICAmIC5yYmMtZXZlbnRzLWNvbnRhaW5lciB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgJiAucmJjLWRheS1ob3Zlci1pbnRlcmFjdGlvbiB7XG4gICAgei1pbmRleDogMTtcbiAgICBib3JkZXItbGVmdDogbm9uZTtcbiAgfVxuXG4gICYgLnJiYy1ldmVudC1jb250ZW50IHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICB9XG5cbiAgJiAucmJjLWV2ZW50LWxhYmVsIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG5cbiAgJiAucmJjLWV2ZW50LWRhdGUge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgfVxuXG4gICYgLnJiYy10aW1lLXZpZXcge1xuICAgIGJvcmRlcjogbm9uZTtcblxuICAgICYgLnJiYy10aW1lLWhlYWRlciB7XG4gICAgICBib3JkZXI6IG5vbmU7XG4gICAgfVxuXG4gICAgJiAucmJjLWhlYWRlciB7XG4gICAgICBib3JkZXI6IG5vbmU7XG4gICAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB9XG4gIH1cblxuICAmIC53ZWVrLWhlYWRlcjpub3QoLndlZWstaGVhZGVyX3Blcm1hbmVudCkge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGNvbG9yOiAjNDM0YjU0O1xuXG4gICAgJiAud2Vlay1oZWFkZXJfYmxvY2sge1xuICAgICAgY3Vyc29yOiBkZWZhdWx0O1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGNvbG9yOiAjMmYzNzQwO1xuICAgICAgd2lkdGg6IDc2cHg7XG4gICAgICBoZWlnaHQ6IDc2cHg7XG4gICAgfVxuXG4gICAgJiAud2Vlay1oZWFkZXJfbW9udGgge1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgbGluZS1oZWlnaHQ6IDEzcHg7XG4gICAgICBmb250LXdlaWdodDogNDAwO1xuICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICB9XG5cbiAgICAmIC53ZWVrLWhlYWRlcl9kYXkge1xuICAgICAgZm9udC1zaXplOiAyNHB4O1xuICAgICAgbGluZS1oZWlnaHQ6IDM2cHg7XG4gICAgICBmb250LXdlaWdodDogNTAwO1xuICAgICAgcGFkZGluZzogMnB4IDA7XG4gICAgfVxuXG4gICAgJiAud2Vlay1oZWFkZXJfZGF5LW5hbWUge1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICAgIGxpbmUtaGVpZ2h0OiAxM3B4O1xuICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICB9XG5cbiAgICAmIC53ZWVrLWhlYWRlcl93ZWVrZGF5IHtcbiAgICAgIGZvbnQtc2l6ZTogMThweDtcbiAgICAgIGxpbmUtaGVpZ2h0OiAyMXB4O1xuICAgICAgZm9udC13ZWlnaHQ6IDYwMDtcbiAgICAgIGN1cnNvcjogZGVmYXVsdDtcbiAgICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgICAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gICAgICBtYXJnaW46IDA7XG4gICAgfVxuICB9XG5cbiAgJiAud2Vlay1oZWFkZXJfcGVybWFuZW50IHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgY29sb3I6ICM2YTc2ODU7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcblxuICAgICYgLndlZWstaGVhZGVyX3dlZWtkYXkge1xuICAgICAgZm9udC1zaXplOiAxNnB4O1xuICAgICAgbGluZS1oZWlnaHQ6IDIxcHg7XG4gICAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgfVxuICB9XG5cbiAgJiAucmJjLXRvZGF5IHtcbiAgICAmIC53ZWVrLWhlYWRlciB7XG4gICAgICBjb2xvcjogIzJiNzA5YjtcbiAgICB9XG4gIH1cblxuICAmIC53ZWVrLWhlYWRlci0td2Vla2VuZC53ZWVrLWhlYWRlci0td2Vla2VuZF9wZXJtYW5lbnQge1xuICAgICYgLndlZWstaGVhZGVyX3dlZWtkYXkge1xuICAgICAgY29sb3I6ICNkZDM4MDk7XG4gICAgfVxuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiA3NjhweCkge1xuICAucmJjLXdyYXBwZXIge1xuICAgICYgLndlZWstaGVhZGVyIHtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuXG4gICAgICAmIC53ZWVrLWhlYWRlcl93ZWVrZGF5IHtcbiAgICAgICAgZm9udC1zaXplOiAxNXB4O1xuICAgICAgfVxuICAgIH1cblxuICAgICYgLndlZWstaGVhZGVyX3Blcm1hbmVudCB7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICAgIHBhZGRpbmc6IDEwcHggMDtcblxuICAgICAgJiAud2Vlay1oZWFkZXJfd2Vla2RheSB7XG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiJdfQ== */