/*!
 * Cropper v0.10.0
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2015 Fengyuan Chen and other contributors
 * Released under the MIT license
 *
 * Date: 2015-06-08T14:57:26.353Z
 */.cropper-container{position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.cropper-container img{display:block;width:100%;min-width:0!important;max-width:none!important;height:100%;min-height:0!important;max-height:none!important;image-orientation:0deg!important}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-drag-box{background-color:#fff;filter:alpha(opacity=0);opacity:0}.cropper-modal{background-color:#000;filter:alpha(opacity=50);opacity:.5}.cropper-view-box{display:block;width:100%;height:100%;overflow:hidden;outline:1px solid #69f;outline-color:rgba(102,153,255,.75)}.cropper-dashed{position:absolute;display:block;filter:alpha(opacity=50);border:0 dashed #fff;opacity:.5}.cropper-dashed.dashed-h{top:33.33333333%;left:0;width:100%;height:33.33333333%;border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:33.33333333%;width:33.33333333%;height:100%;border-right-width:1px;border-left-width:1px}.cropper-face,.cropper-line,.cropper-point{position:absolute;display:block;width:100%;height:100%;filter:alpha(opacity=10);opacity:.1}.cropper-face{top:0;left:0;background-color:#fff}.cropper-line{background-color:#69f}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:e-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:n-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:w-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:s-resize}.cropper-point{width:5px;height:5px;background-color:#69f;filter:alpha(opacity=75);opacity:.75}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:e-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:n-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:w-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:ne-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nw-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:sw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:se-resize;filter:alpha(opacity=100);opacity:1}.cropper-point.point-se:before{position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;content:" ";background-color:#69f;filter:alpha(opacity=0);opacity:0}@media (min-width:768px){.cropper-point.point-se{width:15px;height:15px}}@media (min-width:992px){.cropper-point.point-se{width:10px;height:10px}}@media (min-width:1200px){.cropper-point.point-se{width:5px;height:5px;filter:alpha(opacity=75);opacity:.75}}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide,.cropper-invisible{filter:alpha(opacity=0);opacity:0}.cropper-hide{position:fixed;top:0;left:0;z-index:-1;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}

/*!
 * ngToast v2.0.0 (http://tameraydin.github.io/ngToast)
 * Copyright 2016 Tamer Aydin (http://tamerayd.in)
 * Licensed under MIT (http://tameraydin.mit-license.org/)
 */.ng-toast{position:fixed;z-index:1080;width:100%;height:0;margin-top:20px;text-align:center}.ng-toast.ng-toast--top,.ng-toast.ng-toast--top .ng-toast__list{top:0;bottom:auto}.ng-toast.ng-toast--top.ng-toast--center .ng-toast__list{position:static}.ng-toast.ng-toast--bottom,.ng-toast.ng-toast--bottom .ng-toast__list{top:auto;bottom:0}.ng-toast.ng-toast--bottom.ng-toast--center .ng-toast__list{pointer-events:none}.ng-toast.ng-toast--bottom.ng-toast--center .ng-toast__message .alert{pointer-events:auto}.ng-toast.ng-toast--right .ng-toast__list{left:auto;right:0;margin-right:20px}.ng-toast.ng-toast--right .ng-toast__message{text-align:right}.ng-toast.ng-toast--left .ng-toast__list{right:auto;left:0;margin-left:20px}.ng-toast.ng-toast--left .ng-toast__message{text-align:left}.ng-toast .ng-toast__list{display:inline-block;position:absolute;right:0;left:0;margin:0 auto;padding:0;list-style:none}.ng-toast .ng-toast__message{display:block;width:100%;text-align:center}.ng-toast .ng-toast__message .alert{display:inline-block}.ng-toast .ng-toast__message__count{display:inline-block;margin:0 15px 0 5px}

/*!
 * ngToast v2.0.0 (http://tameraydin.github.io/ngToast)
 * Copyright 2016 Tamer Aydin (http://tamerayd.in)
 * Licensed under MIT (http://tameraydin.mit-license.org/)
 */.ng-toast--animate-fade .ng-enter,.ng-toast--animate-fade .ng-leave,.ng-toast--animate-fade .ng-move{transition-property:opacity;transition-duration:.3s;transition-timing-function:ease}.ng-toast--animate-fade .ng-enter{opacity:0}.ng-toast--animate-fade .ng-enter.ng-enter-active,.ng-toast--animate-fade .ng-leave{opacity:1}.ng-toast--animate-fade .ng-leave.ng-leave-active{opacity:0}.ng-toast--animate-fade .ng-move{opacity:.5}.ng-toast--animate-fade .ng-move.ng-move-active{opacity:1}.ng-toast--animate-slide .ng-enter,.ng-toast--animate-slide .ng-leave,.ng-toast--animate-slide .ng-move{position:relative;transition-duration:.3s;transition-timing-function:ease}.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message{position:relative;transition-property:top,margin-top,opacity}.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-enter{opacity:0;top:-100px}.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-enter.ng-enter-active,.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-leave{opacity:1;top:0}.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-leave.ng-leave-active{opacity:0;margin-top:-72px}.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message{position:relative;transition-property:bottom,margin-bottom,opacity}.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-enter{opacity:0;bottom:-100px}.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-enter.ng-enter-active,.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-leave{opacity:1;bottom:0}.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-leave.ng-leave-active{opacity:0;margin-bottom:-72px}.ng-toast--animate-slide.ng-toast--right{transition-property:right,margin-right,opacity}.ng-toast--animate-slide.ng-toast--right .ng-enter{opacity:0;right:-200%;margin-right:20px}.ng-toast--animate-slide.ng-toast--right .ng-enter.ng-enter-active,.ng-toast--animate-slide.ng-toast--right .ng-leave{opacity:1;right:0;margin-right:0}.ng-toast--animate-slide.ng-toast--right .ng-leave.ng-leave-active{opacity:0;right:-200%;margin-right:20px}.ng-toast--animate-slide.ng-toast--left{transition-property:left,margin-left,opacity}.ng-toast--animate-slide.ng-toast--left .ng-enter{opacity:0;left:-200%;margin-left:20px}.ng-toast--animate-slide.ng-toast--left .ng-enter.ng-enter-active,.ng-toast--animate-slide.ng-toast--left .ng-leave{opacity:1;left:0;margin-left:0}.ng-toast--animate-slide.ng-toast--left .ng-leave.ng-leave-active{opacity:0;left:-200%;margin-left:20px}.nvd3 .nv-axis{pointer-events:none;opacity:1}.nvd3 .nv-axis path{fill:none;stroke:#000;stroke-opacity:.75;shape-rendering:crispEdges}.nvd3 .nv-axis path.domain{stroke-opacity:.75}.nvd3 .nv-axis.nv-x path.domain{stroke-opacity:0}.nvd3 .nv-axis line{fill:none;stroke:#e5e5e5;shape-rendering:crispEdges}.nvd3 .nv-axis .zero line,.nvd3 .nv-axis line.zero{stroke-opacity:.75}.nvd3 .nv-axis .nv-axisMaxMin text{font-weight:700}.nvd3 .x2 .nv-axis .nv-axisMaxMin text,.nvd3 .x3 .nv-axis .nv-axisMaxMin text,.nvd3 .x .nv-axis .nv-axisMaxMin text{text-anchor:middle}.nvd3 .nv-axis.nv-disabled{opacity:0}.nvd3 .nv-bars rect{fill-opacity:.75;transition:fill-opacity .25s linear}.nvd3 .nv-bars rect.hover{fill-opacity:1}.nvd3 .nv-bars .hover rect{fill:#add8e6}.nvd3 .nv-bars text{fill:transparent}.nvd3 .nv-bars .hover text{fill:#000}.nvd3 .nv-discretebar .nv-groups rect,.nvd3 .nv-multibar .nv-groups rect,.nvd3 .nv-multibarHorizontal .nv-groups rect{stroke-opacity:0;transition:fill-opacity .25s linear}.nvd3 .nv-candlestickBar .nv-ticks rect:hover,.nvd3 .nv-discretebar .nv-groups rect:hover,.nvd3 .nv-multibar .nv-groups rect:hover,.nvd3 .nv-multibarHorizontal .nv-groups rect:hover{fill-opacity:1}.nvd3 .nv-discretebar .nv-groups text,.nvd3 .nv-multibarHorizontal .nv-groups text{font-weight:700;fill:#000;stroke:transparent}.nvd3 .nv-boxplot circle{fill-opacity:.5}.nvd3 .nv-boxplot circle:hover,.nvd3 .nv-boxplot rect:hover{fill-opacity:1}.nvd3 line.nv-boxplot-median{stroke:#000}.nv-boxplot-tick:hover{stroke-width:2.5px}.nvd3.nv-bullet{font:10px sans-serif}.nvd3.nv-bullet .nv-measure{fill-opacity:.8}.nvd3.nv-bullet .nv-measure:hover{fill-opacity:1}.nvd3.nv-bullet .nv-marker{stroke:#000;stroke-width:2px}.nvd3.nv-bullet .nv-markerTriangle{stroke:#000;fill:#fff;stroke-width:1.5px}.nvd3.nv-bullet .nv-markerLine{stroke:#000;stroke-width:1.5px}.nvd3.nv-bullet .nv-tick line{stroke:#666;stroke-width:.5px}.nvd3.nv-bullet .nv-range.nv-s0{fill:#eee}.nvd3.nv-bullet .nv-range.nv-s1{fill:#ddd}.nvd3.nv-bullet .nv-range.nv-s2{fill:#ccc}.nvd3.nv-bullet .nv-title{font-size:14px;font-weight:700}.nvd3.nv-bullet .nv-subtitle{fill:#999}.nvd3.nv-bullet .nv-range{fill:#bababa;fill-opacity:.4}.nvd3.nv-bullet .nv-range:hover{fill-opacity:.7}.nvd3.nv-candlestickBar .nv-ticks .nv-tick{stroke-width:1px}.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover{stroke-width:2px}.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect{stroke:#2ca02c;fill:#2ca02c}.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect{stroke:#d62728;fill:#d62728}.with-transitions .nv-candlestickBar .nv-ticks .nv-tick{transition:stroke-width .25s linear,stroke-opacity .25s linear}.nvd3.nv-candlestickBar .nv-ticks line{stroke:#333}.nv-force-node{stroke:#fff;stroke-width:1.5px}.nv-force-link{stroke:#999;stroke-opacity:.6}.nv-force-node text{stroke-width:0px}.nvd3 .nv-check-box .nv-box{fill-opacity:0;stroke-width:2}.nvd3 .nv-check-box .nv-check{fill-opacity:0;stroke-width:4}.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check{fill-opacity:0;stroke-opacity:0}.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check{opacity:0}.nvd3.nv-linePlusBar .nv-bar rect{fill-opacity:.75}.nvd3.nv-linePlusBar .nv-bar rect:hover{fill-opacity:1}.nvd3 .nv-groups path.nv-line{fill:none}.nvd3 .nv-groups path.nv-area{stroke:none}.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point{fill-opacity:0;stroke-opacity:0}.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point{fill-opacity:.5!important;stroke-opacity:.5!important}.with-transitions .nvd3 .nv-groups .nv-point{transition:stroke-width .25s linear,stroke-opacity .25s linear}.nvd3 .nv-groups .nv-point.hover,.nvd3.nv-scatter .nv-groups .nv-point.hover{stroke-width:7px;fill-opacity:.95!important;stroke-opacity:.95!important}.nvd3 .nv-point-paths path{stroke:#aaa;stroke-opacity:0;fill:#eee;fill-opacity:0}.nvd3 .nv-indexLine{cursor:ew-resize}svg.nvd3-svg{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;width:100%;height:100%}.nvtooltip.with-3d-shadow,.with-3d-shadow .nvtooltip{box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:5px}.nvd3 text{font:normal 12px Arial,sans-serif}.nvd3 .title{font:700 14px Arial,sans-serif}.nvd3 .nv-background{fill:#fff;fill-opacity:0}.nvd3.nv-noData{font-size:18px;font-weight:700}.nv-brush .extent{fill-opacity:.125;shape-rendering:crispEdges}.nv-brush .resize path{fill:#eee;stroke:#666}.nvd3 .nv-legend .nv-series{cursor:pointer}.nvd3 .nv-legend .nv-disabled circle{fill-opacity:0}.nvd3 .nv-brush .extent{fill-opacity:0!important}.nvd3 .nv-brushBackground rect{stroke:#000;stroke-width:.4;fill:#fff;fill-opacity:.7}@media print{.nvd3 text{stroke-width:0;fill-opacity:1}}.nvd3.nv-ohlcBar .nv-ticks .nv-tick{stroke-width:1px}.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover{stroke-width:2px}.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive{stroke:#2ca02c}.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative{stroke:#d62728}.nvd3 .background path{fill:none;stroke:#eee;stroke-opacity:.4;shape-rendering:crispEdges}.nvd3 .foreground path{fill:none;stroke-opacity:.7}.nvd3 .nv-parallelCoordinates-brush .extent{fill:#fff;fill-opacity:.6;stroke:grey;shape-rendering:crispEdges}.nvd3 .nv-parallelCoordinates .hover{fill-opacity:1;stroke-width:3px}.nvd3 .missingValuesline line{fill:none;stroke:#000;stroke-width:1;stroke-opacity:1;stroke-dasharray:5,5}.nvd3.nv-pie path{stroke-opacity:0;transition:fill-opacity .25s linear,stroke-width .25s linear,stroke-opacity .25s linear}.nvd3.nv-pie .nv-pie-title{font-size:24px;fill:rgba(19,196,249,.59)}.nvd3.nv-pie .nv-slice text{stroke:#000;stroke-width:0}.nvd3.nv-pie path{stroke:#fff;stroke-width:1px;stroke-opacity:1;fill-opacity:.7}.nvd3.nv-pie .hover path{fill-opacity:1}.nvd3.nv-pie .nv-label{pointer-events:none}.nvd3.nv-pie .nv-label rect{fill-opacity:0;stroke-opacity:0}.nvd3 .nv-groups .nv-point.hover{stroke-width:20px;stroke-opacity:.5}.nvd3 .nv-scatter .nv-point.hover{fill-opacity:1}.nv-distx,.nv-disty,.nv-noninteractive{pointer-events:none}.nvd3.nv-sparkline path{fill:none}.nvd3.nv-sparklineplus g.nv-hoverValue{pointer-events:none}.nvd3.nv-sparklineplus .nv-hoverValue line{stroke:#333;stroke-width:1.5px}.nvd3.nv-sparklineplus,.nvd3.nv-sparklineplus g{pointer-events:all}.nvd3 .nv-hoverArea{fill-opacity:0;stroke-opacity:0}.nvd3.nv-sparklineplus .nv-xValue,.nvd3.nv-sparklineplus .nv-yValue{stroke-width:0;font-size:.9em;font-weight:400}.nvd3.nv-sparklineplus .nv-yValue{stroke:#f66}.nvd3.nv-sparklineplus .nv-maxValue{stroke:#2ca02c;fill:#2ca02c}.nvd3.nv-sparklineplus .nv-minValue{stroke:#d62728;fill:#d62728}.nvd3.nv-sparklineplus .nv-currentValue{font-weight:700;font-size:1.1em}.nvd3.nv-stackedarea path.nv-area{fill-opacity:.7;stroke-opacity:0;transition:fill-opacity .25s linear,stroke-opacity .25s linear}.nvd3.nv-stackedarea path.nv-area.hover{fill-opacity:.9}.nvd3.nv-stackedarea .nv-groups .nv-point{stroke-opacity:0;fill-opacity:0}.nvtooltip{position:absolute;background-color:#fff;color:#000;padding:1px;border:1px solid rgba(0,0,0,.2);z-index:10000;display:block;font-family:Arial,sans-serif;font-size:13px;text-align:left;pointer-events:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:hsla(0,0%,100%,.8);border:1px solid rgba(0,0,0,.5);border-radius:4px}.nvtooltip.with-transitions,.with-transitions .nvtooltip{transition:opacity 50ms linear;transition-delay:.2s}.nvtooltip.x-nvtooltip,.nvtooltip.y-nvtooltip{padding:8px}.nvtooltip h3{margin:0;padding:4px 14px;line-height:18px;font-weight:400;background-color:hsla(0,0%,96.9%,.75);color:#000;text-align:center;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.nvtooltip p{margin:0;padding:5px 14px;text-align:center}.nvtooltip span{display:inline-block;margin:2px 0}.nvtooltip table{margin:6px;border-spacing:0}.nvtooltip table td{padding:2px 9px 2px 0;vertical-align:middle}.nvtooltip table td.key{font-weight:400}.nvtooltip table td.key.total{font-weight:700}.nvtooltip table td.value{text-align:right;font-weight:700}.nvtooltip table td.percent{color:#a9a9a9}.nvtooltip table tr.highlight td{padding:1px 9px 1px 0;border-bottom-style:solid;border-bottom-width:1px;border-top-style:solid;border-top-width:1px}.nvtooltip table td.legend-color-guide div{width:8px;height:8px;vertical-align:middle;width:12px;height:12px;border:1px solid #999}.nvtooltip .footer{padding:3px;text-align:center}.nvtooltip-pending-removal{pointer-events:none;display:none}.nvd3 .nv-interactiveGuideLine{pointer-events:none}.nvd3 line.nv-guideline{stroke:#ccc}tags-input{display:block}tags-input *,tags-input :after,tags-input :before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}tags-input .host{position:relative;margin-top:5px;margin-bottom:5px;height:100%}tags-input .host:active{outline:none}tags-input .tags{-moz-appearance:textfield;-webkit-appearance:textfield;padding:1px;overflow:hidden;word-wrap:break-word;cursor:text;background-color:#fff;border:1px solid #a9a9a9;box-shadow:inset 1px 1px 1px 0 #d3d3d3;height:100%}tags-input .tags.focused{outline:none;-webkit-box-shadow:0 0 3px 1px rgba(5,139,242,.6);-moz-box-shadow:0 0 3px 1px rgba(5,139,242,.6);box-shadow:0 0 3px 1px rgba(5,139,242,.6)}tags-input .tags .tag-list{margin:0;padding:0;list-style-type:none}tags-input .tags .tag-item{margin:2px;padding:0 5px;display:inline-block;float:left;font:14px Helvetica Neue,Helvetica,Arial,sans-serif;height:26px;line-height:25px;border:1px solid #acacac;border-radius:3px;background:-webkit-linear-gradient(top,#f0f9ff,#cbebff 47%,#a1dbff);background:linear-gradient(180deg,#f0f9ff 0,#cbebff 47%,#a1dbff)}tags-input .tags .tag-item.selected{background:-webkit-linear-gradient(top,#febbbb,#fe9090 45%,#ff5c5c);background:linear-gradient(180deg,#febbbb 0,#fe9090 45%,#ff5c5c)}tags-input .tags .tag-item .remove-button{margin:0 0 0 5px;padding:0;border:none;background:none;cursor:pointer;vertical-align:middle;font:700 16px Arial,sans-serif;color:#585858}tags-input .tags .tag-item .remove-button:active{color:red}tags-input .tags .input{border:0;outline:none;margin:2px;padding:0 0 0 5px;float:left;height:26px;font:14px Helvetica Neue,Helvetica,Arial,sans-serif}tags-input .tags .input.invalid-tag{color:red}tags-input .tags .input::-ms-clear{display:none}tags-input.ng-invalid .tags{-webkit-box-shadow:0 0 3px 1px rgba(255,0,0,.6);-moz-box-shadow:0 0 3px 1px rgba(255,0,0,.6);box-shadow:0 0 3px 1px rgba(255,0,0,.6)}tags-input[disabled] .host:focus{outline:none}tags-input[disabled] .tags{background-color:#eee;cursor:default}tags-input[disabled] .tags .tag-item{opacity:.65;background:-webkit-linear-gradient(top,#f0f9ff,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62));background:linear-gradient(180deg,#f0f9ff 0,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62))}tags-input[disabled] .tags .tag-item .remove-button{cursor:default}tags-input[disabled] .tags .tag-item .remove-button:active{color:#585858}tags-input[disabled] .tags .input{background-color:#eee;cursor:default}tags-input .autocomplete{margin-top:5px;position:absolute;padding:5px 0;z-index:999;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}tags-input .autocomplete .suggestion-list{margin:0;padding:0;list-style-type:none;max-height:280px;overflow-y:auto;position:relative}tags-input .autocomplete .suggestion-item{padding:5px 10px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font:16px Helvetica Neue,Helvetica,Arial,sans-serif;color:#000;background-color:#fff}tags-input .autocomplete .suggestion-item.selected,tags-input .autocomplete .suggestion-item.selected em{color:#fff;background-color:#0097cf}tags-input .autocomplete .suggestion-item em{font:normal 700 16px Helvetica Neue,Helvetica,Arial,sans-serif;color:#000;background-color:#fff}@keyframes sk-stretchdelay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}@keyframes revolve-in-forward{0%{opacity:0;transform:scale(0) translateX(0)}50%{opacity:.5;transform:scale(.5) translateX(100%)}to{opacity:1;transform:scale(1) translateX(0)}}@keyframes revolve-out-forward{50%{opacity:.5;transform:scale(.5) translateX(-100%)}to{opacity:0;transform:scale(0) translateX(0)}}@keyframes revolve-in-backward{0%{opacity:0;transform:scale(0) translateX(0)}50%{opacity:.5;transform:scale(.5) translateX(-100%)}to{opacity:1;transform:scale(1) translateX(0)}}@keyframes revolve-out-backward{50%{opacity:.5;transform:scale(.5) translateX(100%)}to{opacity:0;transform:scale(0) translateX(0)}}.body-overflow-hidden{overflow:hidden!important}.ng-image-gallery,.ng-image-gallery *{outline:none}.ng-image-gallery .ng-image-gallery-thumbnails:after{content:"";width:0;height:0;display:block;visibility:hidden;clear:both}.ng-image-gallery .ng-image-gallery-thumbnails .thumb{float:left;overflow:hidden;background-size:cover;background-position:50%;cursor:pointer;background-color:#eee;position:relative}.ng-image-gallery .ng-image-gallery-thumbnails .thumb:not(:last-child){margin-right:5px;margin-bottom:5px}.ng-image-gallery .ng-image-gallery-thumbnails .thumb>.loader{position:absolute;left:10%;top:10%;right:10%;bottom:10%;animation:thumb-load 1.4s linear infinite;transform:translateZ(0)}@keyframes thumb-load{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ng-image-gallery .ng-image-gallery-thumbnails .thumb>.loader:before{width:50%;height:50%;background:#ccc;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:""}.ng-image-gallery .ng-image-gallery-thumbnails .thumb>.loader:after{background:#eee;width:75%;height:75%;border-radius:50%;content:"";margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.ng-image-gallery .ng-image-gallery-modal{position:fixed;z-index:5000;top:0;right:0;bottom:0;left:0;overflow:hidden;transition:opacity .3s ease-in-out;backface-visibility:hidden;-webkit-backface-visibility:hidden}.ng-image-gallery .ng-image-gallery-modal.ng-hide-add{opacity:1}.ng-image-gallery .ng-image-gallery-modal.ng-hide-add-active,.ng-image-gallery .ng-image-gallery-modal.ng-hide-remove{opacity:0}.ng-image-gallery .ng-image-gallery-modal.ng-hide-remove-active{opacity:1}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-backdrop{background-color:rgba(0,0,0,.85);position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container{position:absolute;left:10px;top:20px}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img{transition:background-color .3s ease-in-out;position:relative;display:inline-block;width:30px;height:30px;overflow:hidden;cursor:pointer;text-decoration:none;color:#fff;vertical-align:bottom}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img.ng-leave-active{display:none}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img:hover{background-color:hsla(0,0%,100%,.1)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img:before{content:"";display:block;position:absolute;top:5px;right:5px;bottom:5px;left:5px;background-size:100% 100%;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OSA1OSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik01Mi41IDZIMzguNDU2Yy0uMTEtMS4yNS0uNDk1LTMuMzU4LTEuODEzLTQuNzExQzM1LjgwOS40MzQgMzQuNzUxIDAgMzMuNDk5IDBIMjMuNWMtMS4yNTIgMC0yLjMxLjQzNC0zLjE0NCAxLjI4OUMxOS4wMzggMi42NDIgMTguNjUzIDQuNzUgMTguNTQzIDZINi41YTEgMSAwIDEwMCAyaDIuMDQxbDEuOTE1IDQ2LjAyMUMxMC40OTMgNTUuNzQzIDExLjU2NSA1OSAxNS4zNjQgNTloMjguMjcyYzMuNzk5IDAgNC44NzEtMy4yNTcgNC45MDctNC45NThMNTAuNDU5IDhINTIuNWExIDEgMCAxMDAtMnptLTMyIDQ0YTEgMSAwIDExLTIgMFYxN2ExIDEgMCAxMTIgMHYzM3ptMTAgMGExIDEgMCAxMS0yIDBWMTdhMSAxIDAgMTEyIDB2MzN6bTEwIDBhMSAxIDAgMTEtMiAwVjE3YTEgMSAwIDExMiAwdjMzek0yMS43OTIgMi42ODFDMjIuMjQgMi4yMjMgMjIuNzk5IDIgMjMuNSAyaDkuOTk5Yy43MDEgMCAxLjI2LjIyMyAxLjcwOC42ODEuODA1LjgyMyAxLjEyOCAyLjI3MSAxLjI0IDMuMzE5SDIwLjU1M2MuMTEyLTEuMDQ4LjQzNS0yLjQ5NiAxLjIzOS0zLjMxOXoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container{position:absolute;right:10px;top:20px}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close,.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url{transition:background-color .3s ease-in-out;position:relative;display:inline-block;width:30px;height:30px;overflow:hidden;cursor:pointer;text-decoration:none;color:#fff;vertical-align:bottom}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close.ng-leave-active,.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url.ng-leave-active{display:none}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close:hover,.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url:hover{background-color:hsla(0,0%,100%,.1)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close:before,.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url:before{content:"";display:block;position:absolute;top:5px;right:5px;bottom:5px;left:5px;background-size:100% 100%;background-repeat:no-repeat}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OTEuNiA1OTEuNiIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik01ODEuNCAyMDRjLTUuNzEyIDAtMTAuMiA0LjQ4OC0xMC4yIDEwLjJ2MzI2LjRjMCAxNi45MzItMTMuNjY4IDMwLjYtMzAuNiAzMC42SDUxYy0xNi45MzIgMC0zMC42LTEzLjY2OC0zMC42LTMwLjZWNTFjMC0xNi45MzIgMTMuNjY4LTMwLjYgMzAuNi0zMC42aDMyNi40YzUuNzEyIDAgMTAuMi00LjQ4OCAxMC4yLTEwLjJTMzgzLjExMiAwIDM3Ny40IDBINTFDMjIuODQ4IDAgMCAyMi44NDggMCA1MXY0ODkuNmMwIDI4LjE1MiAyMi44NDggNTEgNTEgNTFoNDg5LjZjMjguMTUyIDAgNTEtMjIuODQ4IDUxLTUxVjIxNC4yYzAtNS41MDgtNC42OTItMTAuMi0xMC4yLTEwLjJ6Ii8+PHBhdGggZD0iTTU5MS4zOTYgOC4xNmMwLS4yMDQtLjIwNC0uNjEyLS4yMDQtLjgxNiAwLS40MDgtLjIwNC0uNjEyLS40MDgtMS4wMi0uMjA0LS40MDgtLjQwOC0uNjEyLS42MTItMS4wMi0uMjA0LS4yMDQtLjIwNC0uNjEyLS40MDgtLjgxNi0uODE2LTEuMDItMS42MzItMi4wNC0yLjg1Ni0yLjg1Ni0uMjA0LS4yMDQtLjYxMi0uMjA0LS44MTYtLjQwOC0uNDA4LS4yMDQtLjYxMi0uNDA4LTEuMDItLjYxMi0uNDA4LS4yMDQtLjYxMi0uMjA0LTEuMDItLjQwOC0uMjA0IDAtLjYxMi0uMjA0LS44MTYtLjIwNC0uNjEyLjIwNC0xLjIyNCAwLTEuODM2IDBINDM4LjZjLTUuNzEyIDAtMTAuMiA0LjQ4OC0xMC4yIDEwLjJzNC40ODggMTAuMiAxMC4yIDEwLjJoMTE4LjExNmwtMzcwLjI2IDM3MC4yNmMtNC4wOCA0LjA4LTQuMDggMTAuNDA0IDAgMTQuNDg0IDIuMDQgMi4wNCA0LjY5MiAzLjA2IDcuMTQgMy4wNiAyLjQ0OCAwIDUuMzA0LTEuMDIgNy4xNC0zLjA2TDU3MS4yIDM0Ljg4NFYxNTNjMCA1LjcxMiA0LjQ4OCAxMC4yIDEwLjIgMTAuMnMxMC4yLTQuNDg4IDEwLjItMTAuMlYxMC4yYzAtLjYxMi0uMjA0LTEuMjI0LS4yMDQtMi4wNHpNNTEgNDUuOWMtMi44NTYgMC01LjEgMi4yNDQtNS4xIDUuMXYxNDIuOGMwIDIuODU2IDIuMjQ0IDUuMSA1LjEgNS4xczUuMS0yLjI0NCA1LjEtNS4xVjU2LjFoMTM3LjdjMi44NTYgMCA1LjEtMi4yNDQgNS4xLTUuMXMtMi4yNDQtNS4xLTUuMS01LjFINTF6Ii8+PC9nPjwvc3ZnPg==)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNjQgNjQiPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yOC45NDEgMzEuNzg2TC42MTMgNjAuMTE0YTIuMDE0IDIuMDE0IDAgMTAyLjg0OCAyLjg0OWwyOC41NDEtMjguNTQxIDI4LjU0MSAyOC41NDFjLjM5NC4zOTQuOTA5LjU5IDEuNDI0LjU5YTIuMDE0IDIuMDE0IDAgMDAxLjQyNC0zLjQzOUwzNS4wNjQgMzEuNzg2IDYzLjQxIDMuNDM4QTIuMDE0IDIuMDE0IDAgMTA2MC41NjIuNTg5TDMyLjAwMyAyOS4xNSAzLjQ0MS41OUEyLjAxNSAyLjAxNSAwIDAwLjU5MyAzLjQzOWwyOC4zNDggMjguMzQ3eiIvPjwvc3ZnPg==)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next,.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev{position:absolute;top:50%;margin-top:-25px;width:50px;height:50px;background-size:100% 100%;background-repeat:no-repeat;overflow:hidden;cursor:pointer}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next.bubbles-on,.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev.bubbles-on{top:calc(50% - 25px)}@media screen and (max-width:600px){.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next,.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev{margin-top:-15px;width:30px;height:30px}}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev{left:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzcuMTc1IDQ3Ny4xNzUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQ1LjE4OCAyMzguNTc1bDIxNS41LTIxNS41YzUuMy01LjMgNS4zLTEzLjggMC0xOS4xcy0xMy44LTUuMy0xOS4xIDBsLTIyNS4xIDIyNS4xYy01LjMgNS4zLTUuMyAxMy44IDAgMTkuMWwyMjUuMSAyMjVjMi42IDIuNiA2LjEgNCA5LjUgNHM2LjktMS4zIDkuNS00YzUuMy01LjMgNS4zLTEzLjggMC0xOS4xbC0yMTUuNC0yMTUuNXoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next{right:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzcuMTc1IDQ3Ny4xNzUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzYwLjczMSAyMjkuMDc1bC0yMjUuMS0yMjUuMWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xIDBzLTUuMyAxMy44IDAgMTkuMWwyMTUuNSAyMTUuNS0yMTUuNSAyMTUuNWMtNS4zIDUuMy01LjMgMTMuOCAwIDE5LjEgMi42IDIuNiA2LjEgNCA5LjUgNCAzLjQgMCA2LjktMS4zIDkuNS00bDIyNS4xLTIyNS4xYzUuMy01LjIgNS4zLTEzLjguMS0xOXoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria{position:absolute;top:0;bottom:0;left:80px;right:80px;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images{position:relative;-ms-flex:1;flex:1;width:100%}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images .galleria-image{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;max-width:100%;max-height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fade .galleria-image.ng-enter{transition:opacity .3s ease-in-out;opacity:0}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fade .galleria-image.ng-enter-active{opacity:1}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fade .galleria-image.ng-leave-active{opacity:0}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fadeup .galleria-image.ng-enter{transition:opacity .3s ease-in-out,transform .3s ease-in-out;opacity:0;transform:scale(.98)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fadeup .galleria-image.ng-enter-active{opacity:1;transform:scale(1)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fadeup .galleria-image.ng-leave-active{opacity:0}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-zoom .galleria-image.ng-enter{transition:opacity .3s ease-in-out,transform .3s ease-in-out;opacity:0;transform:scale(0)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-zoom .galleria-image.ng-enter-active{opacity:1;transform:scale(1)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-zoom .galleria-image.ng-leave{transition:opacity .3s ease-in-out,transform .3s ease-in-out}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-zoom .galleria-image.ng-leave-active{opacity:0;transform:scale(0)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-backward .galleria-image.ng-enter{transition:opacity .3s ease-in-out,transform .3s ease-in-out;transform:translateX(-100%);opacity:0}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-backward .galleria-image.ng-enter-active{transform:translateX(0);opacity:1}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-backward .galleria-image.ng-leave{transition:opacity .3s ease-in-out,transform .3s ease-in-out}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-backward .galleria-image.ng-leave-active{opacity:0;transform:translateX(100%)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-forward .galleria-image.ng-enter{transition:opacity .3s ease-in-out,transform .3s ease-in-out;transform:translateX(100%);opacity:0}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-forward .galleria-image.ng-enter-active{transform:translateX(0);opacity:1}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-forward .galleria-image.ng-leave{transition:opacity .3s ease-in-out,transform .3s ease-in-out}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-forward .galleria-image.ng-leave-active{opacity:0;transform:translateX(-100%)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-backward .galleria-image.ng-enter{transition:opacity .3s ease-in-out,transform .3s ease-in-out;transform:translateX(-100%) scale(0);opacity:0}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-backward .galleria-image.ng-enter-active{transform:translateX(0) scale(1);opacity:1}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-backward .galleria-image.ng-leave{transition:opacity .3s ease-in-out,transform .3s ease-in-out}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-backward .galleria-image.ng-leave-active{opacity:0;transform:translateX(100%) scale(0)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-forward .galleria-image.ng-enter{transition:opacity .3s ease-in-out,transform .3s ease-in-out;transform:translateX(100%) scale(0);opacity:0}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-forward .galleria-image.ng-enter-active{transform:translateX(0) scale(1);opacity:1}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-forward .galleria-image.ng-leave{transition:opacity .3s ease-in-out,transform .3s ease-in-out}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-forward .galleria-image.ng-leave-active{opacity:0;transform:translateX(-100%) scale(0)}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-revolve.img-move-dir-forward .galleria-image.ng-enter{animation:revolve-in-forward;animation-duration:.3s}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-revolve.img-move-dir-forward .galleria-image.ng-leave{animation:revolve-out-forward;animation-duration:.3s}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-revolve.img-move-dir-backward .galleria-image.ng-enter{animation:revolve-in-backward;animation-duration:.3s}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-revolve.img-move-dir-backward .galleria-image.ng-leave{animation:revolve-out-backward;animation-duration:.3s}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper{-ms-flex:none;flex:none}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper>div{padding:20px 0;text-align:center;color:#fff}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper>div .title{font-size:18px;margin-bottom:10px}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper>div .desc{font-size:12px;line-height:1.3}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper{-ms-flex:none;flex:none;margin:20px 0;overflow:hidden;width:100%;font-size:0}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper>.galleria-bubbles{display:block;text-align:center;white-space:nowrap;transition:margin-left .3s}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper>.galleria-bubbles span{-ms-flex:none;flex:none;position:relative;display:inline-block;margin:0 5px;cursor:pointer;overflow:hidden;border-radius:100%;background-size:cover;background-position:50%;vertical-align:middle;background-color:#999}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper>.galleria-bubbles span.ng-leave-active{display:none}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper>.galleria-bubbles span:not(.img-bubble){background-color:hsla(0,0%,100%,.5);border-radius:100%;overflow:hidden;transition:all .3s ease-in-out}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper>.galleria-bubbles span:not(.img-bubble).active{background-color:#fff}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper>.galleria-bubbles span.img-bubble{box-sizing:border-box;border:1px solid transparent;transition:border .3s ease-in-out,margin .3s ease-in-out}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper>.galleria-bubbles span.img-bubble.active{border:1px solid #fff}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-errorplaceholder{left:80px;right:80px;z-index:1}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-errorplaceholder,.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader{right:0;left:0;z-index:3}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner{-ms-flex:none;flex:none;width:50px;height:50px;text-align:center;font-size:10px}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner>div{background-color:#fff;height:100%;width:7px;margin:0 3px 0 0;display:inline-block;animation:sk-stretchdelay 1.2s ease-in-out infinite}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner .rect2{animation-delay:-1.1s}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner .rect3{animation-delay:-1s}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner .rect4{animation-delay:-.9s}.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner .rect5{animation-delay:-.8s}.ng-image-gallery.inline .ng-image-gallery-modal{position:relative;z-index:1;overflow:hidden;width:100%;height:300px}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container{top:0}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img{margin:0}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OSA1OSI+PHBhdGggZD0iTTUyLjUgNkgzOC40NTZjLS4xMS0xLjI1LS40OTUtMy4zNTgtMS44MTMtNC43MTFDMzUuODA5LjQzNCAzNC43NTEgMCAzMy40OTkgMEgyMy41Yy0xLjI1MiAwLTIuMzEuNDM0LTMuMTQ0IDEuMjg5QzE5LjAzOCAyLjY0MiAxOC42NTMgNC43NSAxOC41NDMgNkg2LjVhMSAxIDAgMTAwIDJoMi4wNDFsMS45MTUgNDYuMDIxQzEwLjQ5MyA1NS43NDMgMTEuNTY1IDU5IDE1LjM2NCA1OWgyOC4yNzJjMy43OTkgMCA0Ljg3MS0zLjI1NyA0LjkwNy00Ljk1OEw1MC40NTkgOEg1Mi41YTEgMSAwIDEwMC0yem0tMzIgNDRhMSAxIDAgMTEtMiAwVjE3YTEgMSAwIDExMiAwdjMzem0xMCAwYTEgMSAwIDExLTIgMFYxN2ExIDEgMCAxMTIgMHYzM3ptMTAgMGExIDEgMCAxMS0yIDBWMTdhMSAxIDAgMTEyIDB2MzN6TTIxLjc5MiAyLjY4MUMyMi4yNCAyLjIyMyAyMi43OTkgMiAyMy41IDJoOS45OTljLjcwMSAwIDEuMjYuMjIzIDEuNzA4LjY4MS44MDUuODIzIDEuMTI4IDIuMjcxIDEuMjQgMy4zMTlIMjAuNTUzYy4xMTItMS4wNDguNDM1LTIuNDk2IDEuMjM5LTMuMzE5eiIvPjwvc3ZnPg==)}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container{top:0}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url{margin:0}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48ZyBmaWxsPSIjOTk5Ij48cGF0aCBkPSJNNTAzLjE3MyAxNzYuNTUyYy00Ljk0NCAwLTguODI4IDMuODg0LTguODI4IDguODI4djI4Mi40ODNjMCAxNC42NTMtMTEuODI5IDI2LjQ4Mi0yNi40ODIgMjYuNDgySDQ0LjEzOGMtMTQuNjUzIDAtMjYuNDgyLTExLjgyOS0yNi40ODItMjYuNDgyVjQ0LjEzOGMwLTE0LjY1MyAxMS44MjktMjYuNDgyIDI2LjQ4Mi0yNi40ODJoMjgyLjQ4M2M0Ljk0MyAwIDguODI3LTMuODg0IDguODI3LTguODI4UzMzMS41NjQgMCAzMjYuNjIxIDBINDQuMTM4QzE5Ljc3NCAwIDAgMTkuNzc0IDAgNDQuMTM4djQyMy43MjVDMCA0OTIuMjI3IDE5Ljc3NCA1MTIgNDQuMTM4IDUxMmg0MjMuNzI1QzQ5Mi4yMjcgNTEyIDUxMiA0OTIuMjI3IDUxMiA0NjcuODYyVjE4NS4zNzljMC00Ljc2Ny00LjA2MS04LjgyNy04LjgyNy04LjgyN3oiLz48cGF0aCBkPSJNNTExLjgyMyA3LjA2MmMwLS4xNzYtLjE3Ny0uNTMtLjE3Ny0uNzA2IDAtLjM1My0uMTc2LS41My0uMzUzLS44ODNzLS4zNTQtLjUzLS41My0uODgzYy0uMTc2LS4xNzYtLjE3Ni0uNTMtLjM1My0uNzA2LS43MDYtLjg4My0xLjQxMi0xLjc2Ni0yLjQ3Mi0yLjQ3Mi0uMTc3LS4xNzctLjUyOS0uMTc3LS43MDYtLjM1My0uMzU0LS4xNzctLjUzLS4zNTQtLjg4My0uNTMtLjM1NC0uMTc3LS41My0uMTc3LS44ODMtLjM1My0uMTc3IDAtLjUzLS4xNzctLjcwNi0uMTc3LS41My4xNzctMS4wNiAwLTEuNTkgMEgzNzkuNTg2Yy00Ljk0MyAwLTguODI3IDMuODg0LTguODI3IDguODI4czMuODg0IDguODI4IDguODI3IDguODI4SDQ4MS44MUwxNjEuMzY4IDMzOC4wOTdjLTMuNTMxIDMuNTMxLTMuNTMxIDkuMDA0IDAgMTIuNTM1IDEuNzY2IDEuNzY2IDQuMDYxIDIuNjQ4IDYuMTc5IDIuNjQ4IDIuMTE5IDAgNC41OS0uODgzIDYuMTgtMi42NDhMNDk0LjM0NSAzMC4xOXYxMDIuMjI0YzAgNC45NDMgMy44ODQgOC44MjcgOC44MjggOC44MjcgNC45NDMgMCA4LjgyNy0zLjg4NCA4LjgyNy04LjgyN1Y4LjgyOGMwLS41My0uMTc3LTEuMDYtLjE3Ny0xLjc2NnpNNDQuMTM4IDM5LjcyNGE0LjM3IDQuMzcgMCAwMC00LjQxNCA0LjQxNHYxMjMuNTg2YTQuMzcgNC4zNyAwIDAwNC40MTQgNC40MTQgNC4zNyA0LjM3IDAgMDA0LjQxNC00LjQxNFY0OC41NTJoMTE5LjE3MmE0LjM3IDQuMzcgMCAwMDQuNDE0LTQuNDE0IDQuMzcgNC4zNyAwIDAwLTQuNDE0LTQuNDE0SDQ0LjEzOHoiLz48L2c+PC9zdmc+)}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBmaWxsPSIjOTk5IiBkPSJNMTU1Ljc4NCAyNTUuOTg2TDM4Ny4wMTIgMjQuNzU5YTE0LjQ0MiAxNC40NDIgMCAwMDAtMjAuNDk0IDE0LjQ0MiAxNC40NDIgMCAwMC0yMC40OTQgMEwxMjQuOTg5IDI0NS43OTNhMTQuNDQyIDE0LjQ0MiAwIDAwMCAyMC40OTRsMjQxLjUyOCAyNDEuNDIxYzIuNzkgMi43OSA2LjU0NSA0LjI5MiAxMC4xOTMgNC4yOTJzNy40MDMtMS4zOTUgMTAuMTkzLTQuMjkyYTE0LjQ0MiAxNC40NDIgMCAwMDAtMjAuNDk0TDE1NS43ODQgMjU1Ljk4NnoiLz48L3N2Zz4=)}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBmaWxsPSIjOTk5IiBkPSJNMzg3LjA1OCAyNDUuNzkzTDE0NS41MyA0LjI2NWMtNS42ODctNS42ODctMTQuODA3LTUuNjg3LTIwLjQ5NCAwcy01LjY4NyAxNC44MDcgMCAyMC40OTRsMjMxLjIyOCAyMzEuMjI4LTIzMS4yMjggMjMxLjIyN2ExNC40NDIgMTQuNDQyIDAgMDAwIDIwLjQ5NGMyLjc5IDIuNzkgNi41NDUgNC4yOTIgMTAuMTkzIDQuMjkyIDMuNjQ4IDAgNy40MDMtMS4zOTUgMTAuMTkzLTQuMjkyTDM4Ni45NSAyNjYuMThjNS42ODctNS41NzkgNS42ODctMTQuODA3LjEwOC0yMC4zODd6Ii8+PC9zdmc+)}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .next,.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .prev{margin-top:-15px;width:30px;height:30px}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles span:not(.img-bubble){background-color:rgba(0,0,0,.5)}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles span:not(.img-bubble).active{background-color:#333}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles span.img-bubble.active{border:1px solid #000}.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-loader .spinner>div{background-color:#999}.gdpickr-root .gdpickr-slider-holder{position:relative;height:20px;width:200px;overflow:visible;margin:4px}.gdpickr-root .gdpickr-slider-holder.disabled,.gdpickr-root .gdpickr-slider-holder.disabled *{cursor:not-allowed;pointer-events:none}.gdpickr-root .gdpickr-slider-holder.gdpickr-vertical{width:20px;height:200px}.gdpickr-root .gdpickr-slider-holder .gdpickr-slider{position:absolute;width:100%;height:100%;cursor:crosshair;border:1px solid hsla(0,0%,100%,.2);border-radius:2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.gdpickr-root .gdpickr-slider-holder .gdpickr-handles{position:relative;cursor:crosshair;height:100%;width:100%}.gdpickr-root.gdpickr-horizontal .gdpickr-slider-holder .gdpickr-handles{width:100%}.gdpickr-root.gdpickr-vertical .gdpickr-slider-holder .gdpickr-handles{position:absolute;top:0;left:0;height:100%;width:16px}.gdpickr-root .gdpickr-slider-holder .gdpickr-handler{cursor:grab;width:20px;height:20px;position:absolute;display:inline-block;border-radius:100%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.4);border:2px solid hsla(0,0%,100%,.8);box-sizing:border-box}.gdpickr-root .gdpickr-slider-holder .gdpickr-handler:active,.gdpickr-root .gdpickr-slider-holder .gdpickr-handler:hover{box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.9),0 0 0 3px hsla(0,0%,100%,.5);border:1px solid rgba(0,0,0,.6)}.gdpickr-root .gdpickr-slider-holder .gdpickr-handler:active{cursor:grabbing}.gdpickr-root .gdpickr-color-pickr.fixed{padding:2px 4px 4px}.gdpickr-root .gdpickr-color-pickr.fixed .pcr-app.gdpickr.visible{margin:auto}.gdpickr-root .gdpickr-color-pickr.float{z-index:10;position:relative;overflow:visible;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.gdpickr-root.gdpickr-horizontal .gdpickr-color-pickr.float{margin-left:0;margin-top:4px;-webkit-transform:translateY(4px)}.gdpickr-root.gdpickr-vertical .gdpickr-color-pickr.float{margin-top:0;margin-left:24px;-webkit-transform:translate(4px)}