.nice-dates-navigation{align-items:center;color:#333;display:flex;justify-content:space-between;position:relative;text-align:center;text-transform:capitalize}.nice-dates-navigation_current{flex-grow:1;font-size:16px}.nice-dates-navigation_next,.nice-dates-navigation_previous{cursor:pointer;height:0;padding-bottom:calc(100% / 7);position:relative;width:calc(100% / 7)}.nice-dates-navigation_next:before,.nice-dates-navigation_previous:before{border-right:2px solid #999;border-top:2px solid #999;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";display:block;height:14px;left:50%;margin-left:-7px;margin-top:-7px;position:absolute;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s;transition:border-color .2s;width:14px}.nice-dates-navigation_next:hover:before,.nice-dates-navigation_previous:hover:before{border-color:#333}.nice-dates-navigation_next.-disabled,.nice-dates-navigation_previous.-disabled{cursor:default;pointer-events:none}.nice-dates-navigation_next.-disabled:before,.nice-dates-navigation_previous.-disabled:before{border-color:#ddd}.nice-dates-navigation_previous:before{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-dates-week-header{-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06);display:flex;padding:8px 0}.nice-dates-week-header_day{color:#999;font-size:14px;line-height:1;text-align:center;text-transform:capitalize;width:calc(100% / 7)}.nice-dates-grid{-webkit-box-sizing:content-box;box-sizing:content-box;overflow:hidden;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.nice-dates-grid_container{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex-wrap:wrap;left:0;position:absolute;right:0;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-property:none;transition-property:none;will-change:transform}.nice-dates-grid_container.-moving .nice-dates-day_date{-webkit-transition:color .3s;transition:color .3s}.nice-dates-grid_container.-origin-bottom{top:auto;bottom:0}.nice-dates-grid_container.-origin-top{top:0;bottom:auto}.nice-dates-grid_container.-transition{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.nice-dates-day{border-top:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:#333;cursor:pointer;font-size:14px;position:relative;text-align:center;width:calc(100% / 7);align-items:center;display:flex;justify-content:center;flex-direction:column}.nice-dates-day_date{-webkit-transition:color .15s;transition:color .15s;will-change:color;z-index:3}.nice-dates-day_month{color:#999;font-size:12px;left:0;line-height:1;position:absolute;right:0;text-transform:capitalize;top:10%;z-index:3}.nice-dates-day:after,.nice-dates-day:before{border-radius:999px;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";display:block;left:0;opacity:0;position:absolute;right:0;top:0}.nice-dates-day:before{background-color:#333;z-index:1}.nice-dates-day:after{border:2px solid #333;-webkit-transform:scale(.95);transform:scale(.95);-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;z-index:2}.nice-dates-day:not(.-disabled):hover:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}@media (hover:none){.nice-dates-day:after{content:none}.nice-dates-day.-selected *{color:#fff}}.nice-dates-day.-selected:before{opacity:1}.nice-dates-day.-selected:hover:after{background-color:#fff}.nice-dates-day.-selected.-disabled *,.nice-dates-day.-selected:not(:hover) *{color:#fff}.nice-dates-day.-selected.-selected-start:before{border-top-right-radius:0;border-bottom-right-radius:0;right:0}.nice-dates-day.-selected.-selected-end:before{border-top-left-radius:0;border-bottom-left-radius:0;left:0}.nice-dates-day.-selected.-selected-middle:before{border-radius:0;left:0;right:0}.nice-dates-day.-selected.-selected-middle:nth-child(7n+1):before{border-top-left-radius:2px;border-bottom-left-radius:2px}.nice-dates-day.-selected.-selected-middle:not(.-end):nth-child(7n):before{border-top-right-radius:2px;border-bottom-right-radius:2px}.nice-dates-day.-today{font-weight:600}.nice-dates-day.-wide:after,.nice-dates-day.-wide:before{left:12.5%;right:12.5%}.nice-dates-day.-outside{color:#999}.nice-dates-day.-disabled{cursor:default;pointer-events:none;color:#ddd}.nice-dates-popover{background-color:#fff;border-radius:8px;-webkit-box-shadow:0 1px 8px rgba(0,0,0,.12);box-shadow:0 1px 8px rgba(0,0,0,.12);margin:8px 0;max-width:600px;position:absolute;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:perspective(1000px);transform:perspective(1000px);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:cubic-bezier(.4,.2,0,1.1);transition-timing-function:cubic-bezier(.4,.2,0,1.1);width:100%;will-change:transform,opacity;z-index:9}.nice-dates-popover:not(.-open){opacity:0;pointer-events:none;-webkit-transform:perspective(1000px) rotateX(-15deg);transform:perspective(1000px) rotateX(-15deg)}.react-grid-layout{position:relative;-webkit-transition:height .2s ease;transition:height .2s ease}.react-grid-item{-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-transition-property:left,top;transition-property:left,top}.react-grid-item img{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.react-grid-item.cssTransforms{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.react-grid-item.resizing{z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{-webkit-transition:none;transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:#78be20;opacity:.2;-webkit-transition-duration:.1s;transition-duration:.1s;z-index:2;-webkit-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.react-grid-layout.layout{height:100%}@font-face{font-family:Karla,sans-serif;src:url(https://fonts.googleapis.com/css?family=Karla) format("opentype");font-weight:300}.britechart{font-family:Karla,sans-serif;-webkit-font-smoothing:antialiased}.select-disable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.bar-load-state .chart-filter,.donut-load-state .chart-filter,.line-load-state .chart-filter,.stacked-area-load-state .chart-filter{will-change:transform;-webkit-animation:swipe 1.5s linear infinite forwards;animation:swipe 1.5s linear infinite forwards}@-webkit-keyframes swipe{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes swipe{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.horizontal-grid-line,.vertical-grid-line{fill:none;shape-rendering:crispEdges;stroke:#eff2f5;stroke-width:1;stroke-dasharray:4,4}.horizontal-grid-line--highlighted{stroke:#45494e;stroke-dasharray:2,2}.extended-x-line,.extended-y-line{fill:none;shape-rendering:crispEdges;stroke:#d2d6df;stroke-width:1}.tick line{fill:none;stroke:#adb0b6;stroke-width:1;shape-rendering:crispEdges}.tick text{font-size:1rem;fill:#666a73;padding:12px}.x-axis-label,.y-axis-label{font-size:1rem;fill:#adb0b6}.vertical-marker-container .vertical-marker{stroke:#d2d6df;stroke-width:1;fill:none}.vertical-marker-container .data-point-highlighter{fill:#fff;stroke-width:2}.tooltip-background{fill:hsla(0,0%,100%,.97);stroke:#d2d6df;stroke-width:1;border-radius:2px}.britechart-legend .legend-entry.is-faded .legend-circle,.britechart-legend .legend-entry.is-faded .legend-entry-name,.britechart-legend .legend-entry.is-faded .legend-entry-value{opacity:.97;transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-webkit-transition:opacity .2s ease-out;opacity:.2}.bar-chart .bar{shape-rendering:crispEdges}.bar-chart .y-axis-group .tick text{font-size:14px}.bar-chart .axis path,.bar-chart .tick line{display:none}.bar-chart .adjust-upwards{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.bar-chart .percentage-label{fill:#666a73}.line-chart .data-point-mark{fill:#fff}.line-chart .topic .line{stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.line-chart .month-axis path,.line-chart .x.axis path,.line-chart .y.axis path{display:none}.line-chart .custom-line{shape-rendering:crispEdges;stroke-width:1}.line-chart .custom-line-annotation{font-size:.75rem;line-height:.75rem;fill:#666a73}.line-chart .masking-rectangle{fill:#fff}.scatter-plot .x.axis path,.scatter-plot .y-axis-group .axis path,.scatter-plot .y-axis-group .tick line{display:none}.scatter-plot .data-point-highlighter{stroke-width:1.2}.sparkline{stroke:#adb0b6;stroke-width:1;stroke-linecap:round;stroke-linejoin:round}.sparkline .line{stroke-width:2}.sparkline .sparkline-circle{fill:#ff584c;stroke-width:0;display:none}.sparkline .sparkline-area{stroke:none}.stacked-area .dot,.stacked-area .x-axis-group path,.stacked-area .y-axis-group path{display:none}.stacked-area .area-outline{shape-rendering:geometricPrecision;stroke-width:1.2}.stacked-area .data-point-highlighter{stroke-width:1.2}.stacked-area .empty-data-line{stroke-width:2px;stroke-linecap:round}.stacked-bar .x-axis-group path,.stacked-bar .y-axis-group path{display:none}.stacked-bar .y-axis-group .tick text{font-size:14px}.grouped-bar .x-axis-group path,.grouped-bar .y-axis-group path,.stacked-bar .tick line{display:none}.grouped-bar .y-axis-group .tick text{font-size:14px}.grouped-bar .tick line{display:none}.step-chart .step{fill:#8fdad8;stroke-width:0;shape-rendering:crispEdges}.step-chart .step:hover{fill:#39c2c9}.step-chart .axis path,.step-chart .tick line{display:none}.brush-chart .brush-area{fill:#eff2f5}.brush-chart rect.brush-rect.selection{fill-opacity:.08;stroke-linejoin:round}.brush-chart rect.brush-rect.handle{fill:#00d8d2;width:.2rem}.brush-chart .axis path{display:none}.bullet-chart .marker-line{shape-rendering:crispEdges}.bullet-chart .axis-group path{display:none}.bullet-chart .bullet-title{font-size:16px}