/**
 * Color Palets
 */

.color-picker-view .sp-replacer {
    margin: 0 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    padding: 9px 9px !important;
    background: #eee !important;
    color: #333 !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px !important;
    height: 40px !important;
    width: 100% !important;
    box-shadow: none !!important;
}

.sp-container {
    background-color: #fff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 6px !important;
}

.sp-container button {
    background: #FF3B30 !important;
    color: #fff !important;
    text-shadow: none !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-family: arial !important;
}