.panel_set label.btn {
    background: rgba(255,255,255, .2);
    padding: 5px 15px !important;
    color: white;
}

.panel_set label.btn.active{background: rgba(255,255,255, .35) !important;/* border: 1px solid rgba(255,255,255, .4)*/;}

.panel_set .color .btn { padding: 1px 5px !important; }

.panel_set .btn-checked label.btn {
    background: none !important;
    border: none !important;
}


.panel_set h4{margin: 20px 0 10px !important;/* border-bottom: 1px solid rgba(255,255,255, .2); padding-bottom: 5px;*/}


.panel_set .btn.checked i.fa {color: rgba(255,255,255, .5);}
.panel_set .btn.checked.active i.fa {color: rgba(255,255,255, 1);}




.panel_set input[type="radio"] {display: none;}


#panel_setup {
    position: fixed;
    top: 200px;
    left: -320px;
    margin: -40px 0 0 0;
    overflow: hidden;
    z-index: 1000000;
}
#panel-content {
    background: rgba(0,0,0, .9);
    /*border: 1px solid #CCC;*/
    width: 320px;
    /*height: 80px;*/
    float: left;
    padding: 15px 10px 40px;
    color: white;
}

#panel-sticker {
    float: left;
    position: relative;
    background: rgba(0,0,0, .8);
    padding: 10px 10px 5px;
    margin: 0;
    cursor: pointer;
    color: white;
    font-size: 30px;
}




