div.contenteditor-form-topmenu{
    height: 27px;
    border-bottom: 1px solid black;
}

div.contenteditor-form-lang{
    padding-top: 5px;
    right: 10px;
    left: 10px;
    top: 110px;
    bottom: 95px;
    position: fixed;
    overflow-y: scroll;
}

div.contenteditor-form-global{
    height: 55px;
    /*background:#eaeaec; */
    border-top: 1px solid black;
    padding-top: 5px;
    position: fixed;
    bottom: 35px;
    left: 10px;
    right: 10px;
}

div.contenteditor-form-btnbar{
    height: 28px;
    padding-top: 7px;
    line-height: 35px;
    position: fixed;
    bottom: 0;
    left: 10px;
    right: 10px;
    text-align: right;
}

div.contenteditor-form-btnbar input[name='formbutton_delete']{
    float: left;
}

.medienpool_thumb_span,
.medienpool_thumb_span_text{
    display: none;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9999;
    background-color: rgb(240, 240, 240);
}

.medienpool_thumb_span,
.medienpool_thumb_span_text{
    padding: 5px;
    color: black;
    border: 1px solid rgb(50, 50, 50);
}

.medienpool_file_a:hover .medienpool_thumb_span,
.medienpool_file_a:hover .medienpool_thumb_span_text{
    display: block;
}

.medienpool_row_inactive,
.medienpool_row_inactive *{
    color: rgb(175, 175, 175) !important;
}

table tr.listrowhighlight,
table.hxlist tr.hxlistrowhighlight{
    background-color: #FFF4CC;
}

.cmshx_menu_invisible_entry *{
    color: #FF6600 !important;
}