.schedule-draw{position:relative}.schedule-draw--disabled{width:100%;height:100%;cursor:not-allowed;position:absolute;z-index:2000;background-color:hsla(0,0%,100%,.5);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.schedule-draw--svg-container line{shape-rendering:crispEdges}.schedule-draw--svg-container--grid-line-3-hours{stroke:#e0e0e1;stroke-width:2}.schedule-draw--svg-container--grid-line-1-hour,.schedule-draw--svg-container--grid-line-30-min{stroke:#d7dbe4;stroke-width:1}.schedule-draw--svg-container--grid-borders{stroke:#e0e0e1;stroke-width:2;fill:none}.schedule-draw--svg-container--grid-odd-day{stroke:#d7dbe4;stroke-width:1;fill:#f5f7fa}.schedule-draw--svg-container--background{fill:#fff}.schedule-draw--svg-container--pattern--hover{stroke:#e2f1fa;stroke-width:1;fill:#eef7ff;opacity:.5}.schedule-draw--svg-container--time-label{font-size:12px;fill:#409eff}.schedule-draw--svg-container--grid-label{font-size:14px;fill:#606266}.schedule-draw--svg-container--overlay__add,.schedule-draw--svg-container--overlay__del{stroke-width:1;opacity:.5;fill:#e2f1fa;stroke:#0098d9}.schedule-draw--svg-container--overlay__del{fill:#f29199;stroke:#e84855}.schedule-draw--svg-container text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.schedule-draw--svg-container text::-moz-selection{background:0 0}.schedule-draw--svg-container text::selection{background:0 0}.schedule-draw--svg-container--pattern{stroke:#d7dbe4;stroke-width:1;fill:#d9ecff}.schedule-draw--svg-container--pattern[color=danger]{stroke:#d7dbe4;stroke-width:1;fill:#fde2e2}.schedule-draw--svg-container--pattern[color=success]{stroke:#d7dbe4;stroke-width:1;fill:#e1f3d8}.schedule-draw--svg-container--time-label[color=danger]{fill:#f56c6c}.schedule-draw--svg-container--time-label[color=success]{fill:#67c23a}