#cmv-panel {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EEEEEE;
    border: 1px #ddd solid;
    padding: 4px 15px;
    z-index: 999;
}
.placeholder-error {
    background: red;
    color: #FFF;
    padding: 0 2px;
}
.cke_button__save.locked{
    background-color:#db3f3f;
    background: linear-gradient(to bottom, #db3f3f 0%,#bc0000 100%);
}
.cke_button__save.success{ 
    background-color: #C0F8BB;
    background: linear-gradient(to bottom, #d4fbaf 0%,#c8f89c 100%);
}
.placeholder{ position:relative; }
.placeholder .cke-edit{
    position:absolute;
    height:20px;
    top:-20px;
    background-color:#CCC;
    color:#FFF;
    padding:0 10px;
    display: none;
    border:none;
}
.cke_dialog_ui_button_ok.wait{background:#CCC !important;box-shadow:none;}
.placeholder:hover{ outline:2px dashed #CCC; }
.placeholder.editing{ outline: 2px solid #8FE48F; }
.placeholder:hover .cke-edit{display:block; cursor:pointer;}
.placeholder.editing .cke-edit{display:none; cursor:pointer;}

.cke_dialog_body.locked .cke_dialog_contents, .cke_dialog_body.error .cke_dialog_contents{
    background-color: #FFD8D8;
}
.placeholder-ajax-waiter{position:fixed; top:0; left:0; width:100%; height:100%;background-color:rgba(255,255,255,0.7);z-index:100;}
