Repository URL to install this package:
|
Version:
2.0.7 ▾
|
.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;
}
.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: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,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJlYWN0LWJpZy1jYWxlbmRhci9sZXNzL3ZhcmlhYmxlcy5sZXNzIiwiQ2FsZW5kYXIuc3R5bGVzLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSx1Q0FBdUMsQ0FDdkMsMENBQTBDLENBRTFDLHNCQUFzQixDQUN0QixrQkFBa0IsQ0FFbEIsbUJBQW1CLENBRW5CLGlDQUFpQyxDQUVqQyw0QkFBNEIsQ0FDNUIsMENBQTBDLENBQzFDLDBDQUEwQyxDQUcxQyxrQkFBa0IsQ0FDbEIsbUNBQW1DLENBQ25DLGtCQUFrQixDQUNsQix5QkFBeUIsQ0FDekIsdUJBQXVCLENBQ3ZCLGdCQUFnQixDQUVoQixtQkFBbUIsQ0FDbkIsYUFBYSxDQUNiLGlCQUFpQixDQUVqQiw0QkFBNEIsQ0FFNUIsc0JBQXNCLENBRXRCLDRCQUE0QixDQUU1Qix3QkFBd0IsQ0FDeEIsNkJBQTZCLENDL0I3QixrQkFDRSxnQkFDRixDQUVBLGlCQUNFLHdCQUNGLENBRUEsV0FDRSw2QkFBc0IsQ0FBdEIscUJBQ0YsQ0FFQSxhQUNFLG1CQUFhLENBQWIsbUJBQWEsQ0FBYixZQUFhLENBQ2IsMkJBQXNCLENBQXRCLDRCQUFzQixDQUF0Qix5QkFBc0IsQ0FBdEIscUJBQXNCLENBQ3RCLHFCQUFzQixDQUN0QixhQUFjLENBQ2QsVUFBVyxDQUNYLGdCQXNORixDQXBORSx5QkFDRSw4QkFDRSw0QkFnQkYsQ0FmRSxpREFDRSxlQWFGLENBWkUsK0VBQ0UsV0FVRixDQVJJLHFJQUNFLFFBS0YsQ0FKRSw4SkFDRSxXQUFZLENBQ1osZUFDRixDQU1aLENBRUEsdUNBQ0UsVUFBVyxDQUNYLFdBQVksQ0FDWixpQkFBa0IsQ0FDbEIsbUJBQWEsQ0FBYixtQkFBYSxDQUFiLFlBQWEsQ0FDYix3QkFBbUIsQ0FBbkIscUJBQW1CLENBQW5CLGtCQUFtQixDQUNuQix1QkFBdUIsQ0FBdkIsb0JBQXVCLENBQXZCLHNCQUF1QixDQUN2QixVQUFXLENBQ1gsb0NBQ0YsQ0FFQSxzQ0FDRSxnQkFDRixDQUVB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LFlBQWEsQ0FDYiwyQkFBc0IsQ0FBdEIsNEJBQXNCLENBQXRCLHlCQUFzQixDQUF0QixxQkFBc0IsQ0FDdEIsY0FLRixDQUhFLHlEQUNFLGNBQ0YsQ0FHTiIsImZpbGUiOiJDYWxlbmRhci5zdHlsZXMuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiXG5Ab3V0LW9mLXJhbmdlLWNvbG9yOiBsaWdodGVuKCMzMzMsIDQwJSk7XG5Ab3V0LW9mLXJhbmdlLWJnLWNvbG9yOiBsaWdodGVuKCMzMzMsIDcwJSk7XG5cbkBjYWxlbmRhci1ib3JkZXI6ICNEREQ7XG5AY2VsbC1ib3JkZXI6ICNEREQ7XG5cbkBib3JkZXItY29sb3I6ICNDQ0M7XG5cbkBzZWdtZW50LXdpZHRoOiBwZXJjZW50YWdlKDEgLyA3KTtcblxuQHRpbWUtc2VsZWN0aW9uLWNvbG9yOiB3aGl0ZTtcbkB0aW1lLXNlbGVjdGlvbi1iZy1jb2xvcjogcmdiYSgwLDAsMCwgLjUwKTtcbkBkYXRlLXNlbGVjdGlvbi1iZy1jb2xvcjogcmdiYSgwLDAsMCwgLjEwKTtcblxuXG5AZXZlbnQtYmc6ICMzMTc0YWQ7XG5AZXZlbnQtYm9yZGVyOiBkYXJrZW4oIzMxNzRhZCwgMTAlKTtcbkBldmVudC1jb2xvcjogI2ZmZjtcbkBldmVudC1ib3JkZXItcmFkaXVzOiA1cHg7XG5AZXZlbnQtcGFkZGluZzogMnB4IDVweDtcbkBldmVudC16aW5kZXg6IDI7XG5cbkBidG4tY29sb3I6ICMzNzNhM2M7XG5AYnRuLWJnOiAjZmZmO1xuQGJ0bi1ib3JkZXI6ICNjY2M7XG5cbkBjdXJyZW50LXRpbWUtY29sb3I6ICM3NGFkMzE7XG5cbkByYmMtY3NzLXByZWZpeDogcmJjLWk7XG5cbkB0b2RheS1oaWdobGlnaHQtYmc6ICNlYWY2ZmY7XG5cbkBwYy1ldmVudC1jb2xvcjogI2VjZWZmMjtcbkBwYy1ldmVudC1ib3JkZXItY29sb3I6IHdoaXRlO1xuIiwiQGltcG9ydCAnLi9yZWFjdC1iaWctY2FsZW5kYXIvbGVzcy92YXJpYWJsZXMubGVzcyc7XG5cbi8qIFRPRE8gYWRkIGRvb2RsZSBjb25zdGFudHMqL1xuLnJiYy10aW1lLWNvbnRlbnQge1xuICBvdmVyZmxvdzogb3ZlcmxheTtcbn1cblxuLnJiYy1vdmVyZmxvd2luZyB7XG4gIG1hcmdpbi1yaWdodDogMCAhaW1wb3J0YW50O1xufVxuXG4ucmJjLWV2ZW50IHtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbn1cblxuLnJiYy13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgY29sb3I6ICM0MzRlNTY7XG4gIHdpZHRoOiAxMDAlO1xuICBtaW4taGVpZ2h0OiA0MjBweDtcblxuICBAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHtcbiAgICAmIC5yYmMtYWxsZGF5LWNlbGwge1xuICAgICAgYm9yZGVyLXRvcDogMXB4IHNvbGlkICNkNGRhZGU7XG4gICAgICAmIC5yYmMtZXZlbnQtY29udGVudCB7XG4gICAgICAgIG1pbi1oZWlnaHQ6IDE4cHg7XG4gICAgICAgICYgLnJiYy1ldmVudC0tcmVjZWl2ZXItc2VsZWN0ZWQge1xuICAgICAgICAgIGhlaWdodDogMThweDtcbiAgICAgICAgICAmIC5yYmMtcHJvcG9zZWQtZXZlbnQge1xuICAgICAgICAgICAgJiAucmJjLXByb3Bvc2VkLWV2ZW50X2V2ZW50LXdyYXBwZXIge1xuICAgICAgICAgICAgICBtYXJnaW46IDA7XG4gICAgICAgICAgICAgICYgLnJiYy1wcm9wb3NlZC1ldmVudF9pY29uIHtcbiAgICAgICAgICAgICAgICBoZWlnaHQ6IDE4cHg7XG4gICAgICAgICAgICAgICAgbWFyZ2luOiAwIDAgLTJweCAwO1xuICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgJiAuYmxvY2tlZC1jYWxlbmRhci13cmFwcGVyIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDE4NSwgMTg1LCAxODUsIDAuMSk7XG4gIH1cblxuICAmIC5yYmMtdGltZS1oZWFkZXItY29udGVudCB7XG4gICAgYm9yZGVyLWxlZnQ6IG5vbmU7XG4gIH1cblxuICAmIC5yYmMtdGltZS1oZWFkZXItZ3V0dGVyIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLXNlbGY6IHN0cmV0Y2g7XG4gICAgd2lkdGg6IDY2cHg7XG4gICAgYm9yZGVyLXJpZ2h0OiAxcHggc29saWQgI2Q0ZGFkZTtcbiAgfVxuXG4gICYgLnJiYy1jYWxlbmRhciB7XG4gICAgbWluLWhlaWdodDogNDIwcHg7XG4gIH1cblxuICAmIC5yYmMtdGltZS1zbG90OmZpcnN0LWNoaWxkIHtcbiAgICBib3JkZXItdG9wOiBub25lICFpbXBvcnRhbnQ7XG4gIH1cblxuICAmIC5yYmMtdGltZS1zbG90IHtcbiAgICBmbGV4OiAxO1xuICAgIGJveC1zaXppbmc6IGluaXRpYWw7XG4gICAgZmxleC1iYXNpczogYXV0bztcbiAgICBib3JkZXItdG9wOiAxcHggZGFzaGVkICNkNGRhZGU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGhlaWdodDogMzBweDtcblxuICAgICZfZnJhbWVzIHtcbiAgICAgIGJvcmRlci10b3A6IG5vbmUgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAmIC5jYWxlbmRhcl9pbmZvIHtcbiAgICBwYWRkaW5nOiAyNHB4IDY0cHg7XG4gICAgZm9udC1zaXplOiAxNnB4O1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAmIGgyIHtcbiAgICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICAgIHBhZGRpbmc6IDE2cHggMDtcbiAgICAgIG1hcmdpbjogMDtcbiAgICB9XG4gIH1cblxuICAmIC5yYmMtaGVhZGVyLWd1dHRlciB7XG4gICAgd2lkdGg6IDY1cHg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgfVxuXG4gICYgLnJiYy10aW1lLWd1dHRlci5yYmMtdGltZS1jb2x1bW4ge1xuICAgIHdpZHRoOiA2NXB4O1xuICAgIGJhY2tncm91bmQ6ICNmZmY7XG5cbiAgICAmIC5yYmMtbGFiZWwgc3BhbiB7XG4gICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgfVxuXG4gICAgJiAucmJjLWxhYmVsIHNwYW4ge1xuICAgICAgaGVpZ2h0OiA2MHB4O1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICB9XG4gIH1cblxuICAmIC5DaGVja2JveC1sYWJlbCB7XG4gICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgfVxuXG4gICYgLnJiYy1ldmVudHMtY29udGFpbmVyIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAmIC5yYmMtZGF5LWhvdmVyLWludGVyYWN0aW9uIHtcbiAgICB6LWluZGV4OiAxO1xuICAgIGJvcmRlci1sZWZ0OiBub25lO1xuICB9XG5cbiAgJiAucmJjLWV2ZW50LWNvbnRlbnQge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gIH1cblxuICAmIC5yYmMtZXZlbnQtbGFiZWwge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAmIC5yYmMtZXZlbnQtZGF0ZSB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB9XG5cbiAgJiAucmJjLXRpbWUtdmlldyB7XG4gICAgYm9yZGVyOiBub25lO1xuXG4gICAgJiAucmJjLXRpbWUtaGVhZGVyIHtcbiAgICAgIGJvcmRlcjogbm9uZTtcbiAgICB9XG5cbiAgICAmIC5yYmMtaGVhZGVyIHtcbiAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICAgIH1cbiAgfVxuXG4gICYgLndlZWstaGVhZGVyOm5vdCgud2Vlay1oZWFkZXJfcGVybWFuZW50KSB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgY29sb3I6ICM0MzRiNTQ7XG5cbiAgICAmIC53ZWVrLWhlYWRlcl9ibG9jayB7XG4gICAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgY29sb3I6ICMyZjM3NDA7XG4gICAgICB3aWR0aDogNzZweDtcbiAgICAgIGhlaWdodDogNzZweDtcbiAgICB9XG5cbiAgICAmIC53ZWVrLWhlYWRlcl9tb250aCB7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICBsaW5lLWhlaWdodDogMTNweDtcbiAgICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgIH1cblxuICAgICYgLndlZWstaGVhZGVyX2RheSB7XG4gICAgICBmb250LXNpemU6IDI0cHg7XG4gICAgICBsaW5lLWhlaWdodDogMzZweDtcbiAgICAgIGZvbnQtd2VpZ2h0OiA1MDA7XG4gICAgICBwYWRkaW5nOiAycHggMDtcbiAgICB9XG5cbiAgICAmIC53ZWVrLWhlYWRlcl9kYXktbmFtZSB7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICBmb250LXdlaWdodDogNDAwO1xuICAgICAgbGluZS1oZWlnaHQ6IDEzcHg7XG4gICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgIH1cblxuICAgICYgLndlZWstaGVhZGVyX3dlZWtkYXkge1xuICAgICAgZm9udC1zaXplOiAxOHB4O1xuICAgICAgbGluZS1oZWlnaHQ6IDIxcHg7XG4gICAgICBmb250LXdlaWdodDogNjAwO1xuICAgICAgY3Vyc29yOiBkZWZhdWx0O1xuICAgICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgICAgIG1hcmdpbjogMDtcbiAgICB9XG4gIH1cblxuICAmIC53ZWVrLWhlYWRlcl9wZXJtYW5lbnQge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBjb2xvcjogIzZhNzY4NTtcbiAgICBmb250LXdlaWdodDogNDAwO1xuXG4gICAgJiAud2Vlay1oZWFkZXJfd2Vla2RheSB7XG4gICAgICBmb250LXNpemU6IDE2cHg7XG4gICAgICBsaW5lLWhlaWdodDogMjFweDtcbiAgICAgIGN1cnNvcjogZGVmYXVsdDtcbiAgICB9XG4gIH1cblxuICAmIC5yYmMtdG9kYXkge1xuICAgICYgLndlZWstaGVhZGVyIHtcbiAgICAgIGNvbG9yOiAjMmI3MDliO1xuICAgIH1cbiAgfVxuXG4gICYgLndlZWstaGVhZGVyLS13ZWVrZW5kLndlZWstaGVhZGVyLS13ZWVrZW5kX3Blcm1hbmVudCB7XG4gICAgJiAud2Vlay1oZWFkZXJfd2Vla2RheSB7XG4gICAgICBjb2xvcjogI2RkMzgwOTtcbiAgICB9XG4gIH1cbn1cblxuQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XG4gIC5yYmMtd3JhcHBlciB7XG4gICAgJiAud2Vlay1oZWFkZXIge1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG5cbiAgICAgICYgLndlZWstaGVhZGVyX3dlZWtkYXkge1xuICAgICAgICBmb250LXNpemU6IDE1cHg7XG4gICAgICB9XG4gICAgfVxuXG4gICAgJiAud2Vlay1oZWFkZXJfcGVybWFuZW50IHtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgICAgcGFkZGluZzogMTBweCAwO1xuXG4gICAgICAmIC53ZWVrLWhlYWRlcl93ZWVrZGF5IHtcbiAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIl19 */