

/*#custom-toggler {
    position: absolute;
    padding: 1em;
    font: inherit;
}
*/
#main-color {
    display: inline-block;
    /*border: 4px dashed tomato;*/
    width: 100%;
}
.layout_default.picker_wrapper{
    width: 100%!important;
}
#main-color .picker_sample, #main-color .picker_done {
    display: none;
}
#main-color .picker_editor {
    width: 100%;
}
/*
#shared li {
    display: inline-block;
    width: 2em;
    height: 2em;
}
#shared .picker_editor {
    width: 100%;
}
#shared-1 { background-color:tomato; }
#shared-2 { background-color:lime; }
#shared-3 { background-color:dodgerblue; }
#shared-4 { background-color:gold; }

#basic { top:45%; left:1em; }

#custom-toggler { bottom:20%; left:5%; }
#custom { bottom:20%; left:40%; }
*/
.popup-parent {
    position: absolute;
    background: dodgerblue;
    color: white;
    padding: 10px 16px;
    width: 100px;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
}
.popup-parent:focus {
    outline: 0.3em dashed rgba(255, 165, 0, 0.7);
}
/*
@media(max-width: 500px) {
    .layout_default.picker_wrapper {
        font-size: 7px;
    }
    .layout_default .picker_editor {
        width: 100%;
    }
}*/


/* //DEBUG
.picker_hue {
    background: none;
}
.picker_hue::before {
    content:  '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red);
    outline: 1px solid silver;
}
*/
