/* Minification failed. Returning unminified contents.
(17,34): run-time error CSS1030: Expected identifier, found ','
(17,88): run-time error CSS1031: Expected selector, found ')'
(17,88): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.color-picker-active {
    cursor: url(../../assets/img/iDrop.png) -20 20, auto;
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .color-picker-active {
     cursor: url(iDrop.cur), auto;
}
}

/*for "reasons" this cannot be minified, that's why it sits here*/
.subSurface {
  
}

    .subSurface *:not(.surfaceTag, .layer, .relativeEditElement, .relativeEditElement *) {
        pointer-events: none;
        cursor: default;
        opacity: 0.5;
        /*outline: 5px solid red;*/
    }

