.epo.sp-container {
position:absolute;
top:0;
left:0;
display:inline-block;
*display: inline;
*zoom: 1; z-index: 9999994;
overflow: hidden;
}
.sp-original-input-container {
position: relative;
display: inline-flex;
}
.sp-original-input-container input {
margin: 0 !important;
}
.sp-original-input-container .sp-add-on {
width: 40px;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
input.spectrum.with-add-on { border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
}
.sp-original-input-container .sp-add-on .sp-colorize {
height: 100%;
width: 100%;
border-radius: inherit;
}
.sp-colorize-container {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}
.epo.sp-container.sp-flat {
position: relative;
} .epo.sp-container,
.epo.sp-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
} .epo .sp-top {
position:relative;
width: 100%;
display:inline-block;
}
.epo .sp-top-inner {
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
}
.epo .sp-color {
position: absolute;
top:0;
left:0;
bottom:0;
right:20px !important;
}
.epo .sp-hue {
position: absolute;
top:0;
right:0;
bottom:0;
width: 12px;
height: 100%;
left: initial !important;
}
.epo .sp-clear-enabled .sp-hue {
top: 15%;
height: 85%;
}
.epo .sp-fill {
padding-top: 80%;
}
.epo .sp-sat, .epo .sp-val {
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
}
.epo .sp-alpha-enabled .sp-top {
margin-bottom: 28px !important;
}
.epo .sp-alpha-enabled .sp-alpha {
display: block;
}
.epo .sp-alpha-handle {
position: absolute;
top: -3px;
cursor: pointer;
height: 16px;
border-radius: 50%;
width: 16px;
margin-right: 5px;
left: -2px;
right: 0;
background: #f9f9f9;
box-shadow: 0 0 2px 0px #3a3a3a;
}
.epo .sp-alpha {
display: none;
position: absolute;
bottom: -18px;
right: 0;
left: 0;
height: 10px;
}
.epo .sp-alpha-inner {
border-radius: 4px;
}
.epo .sp-clear {
display: none;
}
.epo .sp-clear.sp-clear-display {
background-position: center;
}
.epo .sp-clear-enabled .sp-clear {
display: block;
position: absolute;
top: 3px;
right: 0;
bottom: 0;
cursor: pointer;
left: initial;
height: 12px;
width: 12px;
} .epo.sp-container, .sp-replacer.epo, .epo .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .epo.sp-container.sp-dragging .sp-input, .epo.sp-container button  {
-webkit-user-select:none;
-moz-user-select: -moz-none;
-o-user-select:none;
user-select: none;
font: inherit;
}
.epo.sp-container.sp-input-disabled .sp-input-container {
display: none;
}
.epo.sp-container.sp-buttons-disabled .sp-button-container {
display: none;
}
.epo.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
display: none;
}
.sp-palette-only .sp-picker-container {
display: none;
}
.sp-palette-disabled .sp-palette-container {
display: none;
}
.sp-initial-disabled .sp-initial {
display: none;
} .epo .sp-sat {
background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.epo .sp-val {
border-radius: 4px;
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.epo .sp-hue {
background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
} .epo .sp-1 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.epo .sp-2 {
height:16%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.epo .sp-3 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.epo .sp-4 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.epo .sp-5 {
height:16%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.epo .sp-6 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
display: none !important;
} .epo .sp-cf:before, .epo .sp-cf:after { content: ""; display: table; }
.epo .sp-cf:after { clear: both; }
.epo .sp-cf { *zoom: 1; } @media (max-device-width: 480px) {
.epo .sp-color { right: 40%; }
.epo .sp-hue { left: 63%; }
.epo .sp-fill { padding-top: 60%; }
}
.epo .sp-dragger {
border-radius: 5px;
height: 10px;
width: 10px;
border: 1px solid #fff;
cursor: pointer;
position:absolute;
top:0;
left: 0;
margin-left: 3px;
margin-top: 3px;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
background: none;
}
.epo .sp-slider {
position: absolute;
top: 0;
cursor: pointer;
height: 16px;
border-radius: 50%;
width: 16px;
left: -2px;
background: #f9f9f9;
box-shadow: 0 0 2px 0px #3a3a3a;
margin-top: 8px;
right: auto;
border:0;
opacity: 1;
} .epo.sp-container {
display: inline-flex;
border-radius: 0;
border:0;
background-color: white;
padding: 0;
border-radius: 4px;
color: black;
box-shadow: 0 0 0 1px rgba(99,114,130,.16), 0 8px 16px rgba(27,39,51,.08);
}
.epo.sp-container, .epo.sp-container button, .epo.sp-container input, .sp-color, .sp-hue, .sp-clear {
font-size:12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.epo .sp-top {
margin-bottom: 10px;
}
.epo .sp-color, .epo .sp-hue, .epo .sp-clear, .epo .sp-val, .epo .sp-sat {
border-radius: 3px;
border: 0;
}
.epo .sp-input-container {
margin-top: -5px;
float:none;
width: auto;
}
.epo .sp-input-container.sp-cf,
.sp-initial.sp-thumb.sp-cf,
.sp-button-container.sp-cf {
height: 25px;
}
.epo .sp-picker-container .sp-cf {
margin-bottom: 10px;
}
.sp-palette-row-initial > span:first-child {
cursor: pointer;
} .epo.sp-initial-disabled  .sp-input-container {
width: 100%;
}
.epo .sp-input {
padding: 0px 5px !important;
margin: 0;
width: 100%;
box-shadow: none !important;
height: 100% !important;
background: transparent;
color: #3a3a3a;
border-radius: 2px !important;
border: 1px solid #e0e0e0 !important;
text-align: center;
font-family: monospace;
font-size: inherit !important;
}
.sp-input:focus  {
border: 1px solid orange;
}
.sp-input.sp-validation-error {
border: 1px solid red;
background: #fdd;
}
.epo .sp-picker-container, .sp-palette-container {
position: relative;
padding: 10px;
}
.epo .sp-picker-container {
width: 200px;
padding-bottom: 0;
border: 0;
float: none;
margin: 0;
} .sp-palette-container {
border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
border: 0;
}
.sp-palette .sp-thumb-el {
display: block;
position:relative;
float:left;
width: 24px;
height: 15px;
margin: 3px;
cursor: pointer;
border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
border-color: orange;
}
.sp-thumb-el {
position:relative;
} .epo .sp-initial {
float: left;
border: 0;
}
.sp-initial span {
width: 30px;
height: 25px;
border:none;
display:block;
float:left;
margin:0;
}
.sp-initial .spe-thumb-el.sp-thumb-active {
border-radius: 0 5px 5px 0;
}
.sp-initial .spe-thumb-el{
border-radius: 5px 0 0 5px;
}
.sp-initial .sp-clear-display {
background-position: center;
} .sp-button-container {
float: right;
}
.sp-palette-button-container {
margin-top: 10px;
} .sp-replacer.epo {
position: relative;
overflow:hidden;
cursor:pointer;
display:inline-block;
border-radius: 3px;
border: 1px solid #aaa;
color: #666;
transition: border-color .3s;
vertical-align: middle;
width: 3.5rem;
height: 2rem;
margin:0;
padding: 3px;
background: none;
}
.sp-replacer.epo:hover, .sp-replacer.epo.sp-active {
border: 1px solid #666;
color: black;
}
.sp-replacer.epo.sp-disabled {
cursor:default;
border-color: silver;
color: silver;
}
.epo .sp-dd {
position: absolute;
font-size: 10px;
right: 0;
top: 0;
bottom: 0;
padding: 0 2px;
line-height: 2.1rem;
background-color: white;
height: auto;
float: none;
}
.epo .sp-preview {
position:relative;
width: 100%;
height: 100%;
float:left;
z-index: 0;
border: 0;
margin: 0;
padding: 0;
}
.epo .sp-preview-inner {
transition: background-color .2s;
}
.epo .sp-preview-inner.sp-clear-display { display: none;
} .sp-palette .sp-thumb-el {
width: 16px;
height: 16px;
margin: 3px;
border: none;
border-radius: 3px;
} .epo.sp-container button {
border-radius: 3px;
border: none;
background: transparent;
line-height: 1;
padding: 0 8px;
height: 25px;
text-transform: capitalize;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #606c72;
font-weight: bold;
}
.epo.sp-container button.sp-choose {
background-color: #3cab3b;
color: #fff;
margin-left: 5px;
}
.epo.sp-container button:hover {
opacity: .8;
}
.epo.sp-container button.sp-palette-toggle {
width: 100%;
background-color: #f3f3f3;
margin: 0;
}
.sp-palette span:hover, .sp-palette span.sp-thumb-active {
border-color: #000;
}
.epo .sp-preview, .sp-alpha, .sp-thumb-el {
position:relative;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.epo .sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
display:block;
position:absolute;
top:0;left:0;bottom:0;right:0;
}
.sp-palette .sp-thumb-inner {
border-radius: 3px;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
background-repeat:no-repeat;
background-position: center;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABe0lEQVQokYXSsUtcQRTF4d8Jj+VhHSxkEQuLsEUKK0nhTBFTmLSSUhBCMCAWsmgIwWrBLk0akfwLCaSQKBJmtrIIISwpRFKIhViETScphGMzysMtvOVwvpm5d0bGNCuGWAOPgYdl6S8wSDn9b+bUhDHEKWAdeAFMANg+l/TV9ofcz6cjMIbYBvaBMds7QCqZ58CmpBNgPuV0DvAAIMyFGugWtJr7eTv38xEwkPRPErY7QDeG2LqFkjrAgu0dSd/KDVqSNmxvAZ8lfbS9AHRuYemnLWkv5XRVBrQMbAI/gTXgEzAJtJuwBVS2L2OIle03QA/4Lmkl5XQBXEqqbFcAVYFDYChpFngiqWf7l6TXKaezMt2Zkhk24THwG+jZriX9AFZvUAyxLbRke2D75O5zPAO+ADXwEtizjaRHwDvbTyUtppwOmicCHAJvbXcl9YA1SQDjtseA97YPRz7ATcUQp2y/kjRdevsjaTfldNrMjcDGBjXA3T96L7yvrgFzP69+0Ao/HAAAAABJRU5ErkJggg==);
}.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-target {
position: relative;
}
.noUi-base,
.noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
} .noUi-connects {
overflow: hidden;
z-index: 0;
}
.noUi-connect,
.noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
right: 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-webkit-transform-style: preserve-3d;
transform-origin: 0 0;
transform-style: flat;
}
.noUi-connect {
height: 100%;
width: 100%;
}
.noUi-origin {
height: 10%;
width: 10%;
} .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
left: 0;
right: auto;
} .noUi-vertical .noUi-origin {
width: 0;
}
.noUi-horizontal .noUi-origin {
height: 0;
}
.noUi-handle {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
}
.noUi-touch-area {
height: 100%;
width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: transform 0.3s;
transition: transform 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
} .noUi-horizontal {
height: 3px;
}
.noUi-horizontal .noUi-handle {
width: 14px;
height: 14px;
right: -7px;
top: -5px;
}
.noUi-vertical {
width: 18px;
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
right: -6px;
top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
left: -17px;
right: auto;
} .noUi-target {
background: #cdcdcd;
border-radius: 4px;
border: 0;
box-shadow: none;
}
.noUi-connects {
border-radius: 3px;
}
.noUi-connect {
background: #3FB8AF;
} .noUi-draggable {
cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
cursor: ns-resize;
}
.noUi-handle {
border: 0;
border-radius: 50%;
background: #3FB8AF;
cursor: pointer;
box-shadow: none;
outline: none !important;
transition: all .1s ease-out,border-color .2s ease-out;
}
.noUi-horizontal .noUi-active.noUi-handle {
box-shadow: none;
width: 16px;
height: 16px;
right: -8px;
top: -6px;
}
.noUi-handle:before {
width: 2em;
height: 2em;
background-color: rgba(1,164,211,.2);
content: "";
display: block !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) scale(0);
transition: all .1s ease-out,border-color .2s ease-out;
border-radius: 50%;
will-change: transform;
}
.noUi-handle:hover:before,
.noUi-active.noUi-handle:before {
transform: translate(-50%,-50%) scale(1);
} .noUi-handle:before,
.noUi-handle:after {
display: none;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
width: 14px;
height: 1px;
left: 6px;
top: 14px;
}
.noUi-vertical .noUi-handle:after {
top: 17px;
} [disabled] .noUi-connect {
background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
cursor: not-allowed;
} .noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-pips {
position: absolute;
color: #999;
} .noUi-value {
position: absolute;
white-space: nowrap;
text-align: center;
font-size: 0.8em;
margin-top: 0.8em;
}
.noUi-value-sub {
color: #ccc;
font-size: 10px;
margin-top: 0.6em;
} .noUi-marker {
position: absolute;
background: #CCC;
}
.noUi-marker-sub {
background: #AAA;
}
.noUi-marker-large {
background: #AAA;
} .noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%;
}
.noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 1px;
height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px;
} .noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%;
}
.noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px;
}
.noUi-tooltip {
display: none;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
color: #000;
padding: 5px;
text-align: center;
white-space: nowrap;
}
.noUi-show-tooltip .noUi-tooltip,
.noUi-show-tooltip:hover .noUi-tooltip,
.noUi-show-tooltip .noUi-active .noUi-tooltip {
display: block;
}
.noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0%);
left: 50%;
background: #3FB8AF;
bottom: 120%;
color: #fff;
border: 2px solid #fff;
}
.noUi-vertical .noUi-tooltip {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
top: 50%;
right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
left: auto;
bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
-webkit-transform: translate(0, -18px);
transform: translate(0, -18px);
top: auto;
right: 28px;
}