@charset 'UTF-8';
.colorInputUi-wrap
{
    position: relative;

    display: inline-block;
}

.colorInputUi_hideInput
{
    display: none;
}

.colorInputUi_hideInput .colorInputUi-clear
{
    display: none;
}

.colorInputUi-dropdown
{
    position: absolute;
    z-index: 9999; 

    display: none;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.colorInputUi-dropdown,
.colorInputUi-dropdown *
{
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
.colorInputUi-dropdown *
{
    margin: 0;
    padding: 0;
}

.colorInputUi_open
{
    display: block;
}

.colorInputUi-mask
{
    position: fixed;
    z-index: 9998; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.colorInputUi-trigger
{
    position: relative;

    display: inline-block;

    width: 2.358rem;
    height: 2.358rem;

    cursor: pointer;

    background-image: url('images/transparent.png');
}
.colorInputUi-trigger span
{
    display: inline-block; 

    width: 100%;
    height: 100%;
}

.colorInputUi-wrap .colorInputUi-trigger
{
    position: absolute;
    top: 1px;
    right: 1px;

    border-radius: 0 .215rem .215rem 0;
}

.colorInputUi-input,
.colorInputUi-trigger
{
    vertical-align: middle;
}

.colorInputUi-clear
{
    font-family: 'Material-Design-Iconic-Font';
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 50%;
    right: 2.716rem;

    display: none;

    -webkit-transition: color .1s ease-in;
         -o-transition: color .1s ease-in;
            transition: color .1s ease-in;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #bdbdbd;

    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.colorInputUi-clear,
.colorInputUi-clear:hover,
.colorInputUi-clear:active
{
    text-decoration: none;
}
.colorInputUi-clear:after
{
    content: '';
}

.colorInputUi-wrap:hover .colorInputUi-clear
{
    display: inline-block;
}

.colorInputUi-preview
{
    float: left;

    list-style: none;
}
.colorInputUi-preview li
{
    display: inline-block; 

    vertical-align: top;

    background-image: url('images/transparent.png');
}
.colorInputUi-preview li span
{
    display: block; 

    height: 100%;
}
.colorInputUi-preview-previous
{
    cursor: pointer;
}

.colorInputUi-palettes ul
{
    display: block;
}
.colorInputUi-palettes ul:before,
.colorInputUi-palettes ul:after
{
    display: table; 

    content: '';
}
.colorInputUi-palettes ul:after
{
    clear: both;
}

.colorInputUi-palettes li
{
    display: block;
    float: left;
    overflow: hidden;

    cursor: pointer; 
    white-space: nowrap;
    text-indent: 100%;

    background-image: url('images/transparent.png');
}
.colorInputUi-palettes li span
{
    display: block; 

    height: 100%;
}

.colorInputUi-saturation
{
    position: relative;

    display: inline-block;
    clear: both;

    width: 175px;
    height: 175px;

    background-image: url('images/saturation.png');
}
.colorInputUi-saturation i
{
    position: absolute;
}

.colorInputUi-hue,
.colorInputUi-alpha
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 175px; 

    cursor: pointer;
}
.colorInputUi-hue i,
.colorInputUi-alpha i
{
    position: absolute;

    cursor: row-resize;
}

.colorInputUi-hue
{
    background-image: url('images/hue.png');
}

.colorInputUi-alpha
{
    background-image: url('images/alpha.png');
}

.colorInputUi-buttons a,
.colorInputUi-gradient-control a
{
    cursor: pointer; 
    text-decoration: none;
}

.colorInputUi-gradient
{
    display: none;
}
.colorInputUi-gradient_enable
{
    display: block;
}
.colorInputUi-gradient-preview
{
    float: left;

    height: 20px;
}
.colorInputUi-gradient-markers
{
    position: relative;

    width: 100%;

    outline: none;
}
.colorInputUi-gradient-marker
{
    position: absolute;

    outline: none;
}
.colorInputUi-gradient-wheel
{
    position: relative;

    float: left;

    width: 20px;
    height: 20px; 

    border: 1px solid #e0e0e0;
    border-radius: 100%;
}
.colorInputUi-gradient-wheel i
{
    position: absolute;

    width: 5px;
    height: 5px;

    border-radius: 100%;
}
.colorInputUi-gradient-angle
{
    float: left;
}

.colorInputUi-dropdown
{
    min-width: 205px;
    max-width: 235px;
    margin: 5px 0;
    padding: 10px;

    border: 1px solid #e0e0e0;
    background: #fff;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
            box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}
[data-mode='palettes'] .colorInputUi-dropdown
{
    min-width: auto;
    max-width: auto;
}
.colorInputUi-dropdown input
{
    -webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
         -o-transition:         box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
            transition:         box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;

    color: #757575;
    border: 1px solid #e0e0e0;
    border-radius: .215rem;
    background-color: #fff;
    background-image: none;

    -webkit-appearance: none;
}
.colorInputUi-dropdown input.focus,
.colorInputUi-dropdown input:focus
{
    border-color: #3f51b5;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.colorInputUi-trigger
{
    border: 4px solid #eee;
    border-left-width: 5px;
}
.colorInputUi-trigger:before
{
    position: absolute;
    top: o;
    left: -1px;

    width: 1px;
    height: 100%;

    content: '';
    pointer-events: none;

    background: #e0e0e0;
}

.colorInputUi-saturation
{
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
}
.colorInputUi-saturation i
{
    width: 5px;
    height: 5px;
    margin-top: -2px;
    margin-left: -2px;

    border: 2px solid #fff; 
    border-radius: 100%;
}

.colorInputUi-hue,
.colorInputUi-alpha
{
    margin-left: 10px;

    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
}
.colorInputUi-hue i,
.colorInputUi-alpha i
{
    left: -2px;

    width: 20px;
    height: 2px;
    margin-top: -2px;

    border: 2px solid #fff;
}

.colorInputUi-preview
{
    position: relative;

    height: 33px;
    margin-right: 10px; 
    margin-bottom: 10px;
}
.colorInputUi-preview:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    pointer-events: none; 

    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
}
.colorInputUi-preview li
{
    width: 48px;
    height: 33px;
}

.colorInputUi-hex
{
    width: 100px;

    border-color: rgba(0, 0, 0, .05);
}

.colorInputUi-palettes li
{
    width: 21px;
    height: 15px;
    margin-right: 6px;
    margin-bottom: 3px;
}
.colorInputUi-palettes li span
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    border: 1px solid rgba(0, 0, 0, .05);
}
.colorInputUi-palettes li:nth-child(5n)
{
    margin-right: 0;
}
[data-mode='palettes'] .colorInputUi-palettes li:nth-child(5n)
{
    margin-right: 6px;
}

.colorInputUi-buttons,
.colorInputUi-gradient-control
{
    float: right;
}
.colorInputUi-buttons a,
.colorInputUi-gradient-control a
{
    margin-left: 5px;
}

.colorInputUi-gradient
{
    margin-top: 10px;
    padding-top: 20px;

    border-top: 1px solid rgba(0, 0, 0, .05);
}
.colorInputUi-gradient-preview
{
    position: relative;

    width: 160px;

    border: 1px solid rgba(0, 0, 0, .05);
}
.colorInputUi-gradient-preview:after
{
    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url('images/transparent.png');
}
.colorInputUi-gradient-markers
{
    top: -16px;

    display: block;

    width: 160px;
    height: 16px;
    margin: 0;
    padding: 0; 

    list-style: none;
}
.colorInputUi-gradient-marker
{
    width: 10px;
    height: 10px;
    margin-left: -6px;

    border: 1px solid #e0e0e0;
    background: #fff;
}
.colorInputUi-gradient-marker span
{
    display: block;

    width: 100%;
    height: 100%;
}
.colorInputUi-gradient-marker i
{
    position: absolute;
    bottom: -3px;
    left: 2px;

    width: 4px;
    height: 4px;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); 

    border: 1px solid transparent;
    border-right-color: rgba(0, 0, 0, .05);
    border-bottom-color: rgba(0, 0, 0, .05);
    background: #fff;
}
.colorInputUi-gradient-marker_active
{
    z-index: 1; 

    border: 2px solid #3f51b5;
}
.colorInputUi-gradient-marker_active i
{
    left: 1px;

    border: 2px solid transparent;
    border-right-color: #3f51b5;
    border-bottom-color: #3f51b5;
}
.colorInputUi-gradient-wheel
{
    margin-left: 10px;
}
.colorInputUi-gradient-wheel i
{
    background-color: #adadad;
}
.colorInputUi-gradient-angle
{
    width: 28px; 
    margin-left: 10px;
}
