/**handles:ban-calendar-shared**/
.ban-cal .event-important{--fc-event-color:#ad2121;--fc-event-contrast-color:#ffffff}.ban-cal .event-note{--fc-event-color:#ffd6d6;--fc-event-contrast-color:#1b1b1b}.ban-cal .event-info{--fc-event-color:#1e90ff;--fc-event-contrast-color:#ffffff}.ban-cal .event-success{--fc-event-color:#006400;--fc-event-contrast-color:#ffffff}.ban-cal .event-warning{--fc-event-color:#e3bc08;--fc-event-contrast-color:#1b1b1b}.ban-cal .event-inverse{--fc-event-color:#1b1b1b;--fc-event-contrast-color:#ffffff}.ban-cal .event-special{--fc-event-color:#800080;--fc-event-contrast-color:#ffffff}.ban-cal .event-danger{--fc-event-color:#ffdaba;--fc-event-contrast-color:#1b1b1b}.ban-cal-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:flex-start;justify-content:center;padding:3vh 16px;overflow-y:auto;background:rgba(0,0,0,.5)}.ban-cal-modal[hidden]{display:none}body.ban-cal-modal-open{overflow:hidden}.ban-cal-modal__dialog{width:100%;max-width:700px;background:#fff;border-radius:6px;box-shadow:0 5px 25px rgba(0,0,0,.35);overflow:hidden}.ban-cal-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:#ddd}.ban-cal-modal__title{margin:0;font-size:20px;line-height:1.3}.ban-cal-modal__close{flex:0 0 auto;padding:0 8px;font-size:26px;line-height:1;color:inherit;background:0 0;border:0;cursor:pointer;opacity:.6}.ban-cal-modal__close:focus,.ban-cal-modal__close:hover{opacity:1}.ban-cal-modal__body{padding:18px}.ban-cal-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 18px;border-top:1px solid #e5e5e5}.ban-cal-modal__footer .ban-cal-modal__close{font-size:inherit;opacity:1}.ban-cal-btn{display:inline-block;padding:7px 14px;font-size:14px;line-height:1.4;color:#fff;text-decoration:none;background:#337ab7;border:1px solid rgba(0,0,0,.15);border-radius:4px;cursor:pointer}.ban-cal-btn:focus,.ban-cal-btn:hover{color:#fff;background:#286090;text-decoration:none}.ban-cal-btn--edit{background:#5cb85c}.ban-cal-btn--edit:focus,.ban-cal-btn--edit:hover{background:#449d44}.ban-cal-modal__header.dh-event-important{background-color:#fae3e3}.ban-cal-modal__header.dh-event-note{background-color:#ffd6d6}.ban-cal-modal__header.dh-event-warning{background-color:#fdf1ba}.ban-cal-modal__header.dh-event-info{background-color:#d1e8ff}.ban-cal-modal__header.dh-event-inverse{background-color:#c1c1c1}.ban-cal-modal__header.dh-event-success{background-color:#caffca}.ban-cal-modal__header.dh-event-danger{background-color:#ffdaba}.ban-cal-modal__header.dh-event-special{background-color:#ffe6ff}.modal-body-item:not(:last-of-type){margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e5e5e5}.modal-body-item,.modal-body-time{display:flex;align-items:center}.modal-body-item>.ban-cal-icon{flex:0 0 auto;width:24px;height:24px;margin-right:10px;color:#555}.ban-cal-arrow{vertical-align:-1px}.modal-body-item iframe,.modal-body-item>iframe{min-height:250px;border:0}@media only screen and (max-width:600px){.ban-cal-modal{padding:0}.ban-cal-modal__dialog{min-height:100%;border-radius:0}}