

/* Start:/local/components/pmetelin/calendar/templates/.default/style.css?1643969380811*/
.calendar-div-left{
    width: 294px;
    float: left;
    background: #004579;
    height: 496px;
}
.calendar-div-right{
    float: left;
    width: calc(100% - 361px);
    margin-left: 67px;
    height: 496px;
}
.calendar-div-right table{
    width: 100%;
}
.calendar-div-right-month-short{
    float: left;
    cursor: pointer;
    margin-right: 30px;/*Todo: убрать*/
}
.calendar-div-right-month-short.active{
    background: #ddd;/*Todo: убрать*/
}
.calendar-div-right-day{
    cursor: pointer;
}
.calendar-div-right-day.active{
    background: #ddd;/*Todo: убрать*/
}
.calendar-div-right-day.hasEvent{
    background: #eee;/*Todo: убрать*/
}
.calendar-div-right-day.active.hasEvent{
    background: repeating-linear-gradient(
  35deg,
  #eee,
  #eee 2px,
  #ddd 2px,
  #ddd 4px
);
}
/* End */
/* /local/components/pmetelin/calendar/templates/.default/style.css?1643969380811 */
