.mce-container,.mce-container *,.mce-widget,.mce-widget *,.mce-reset {
    font-family: arial;
}

input.mce-textbox {
    width: inherit;
    border: 1px solid #c5c5c5;
    padding: 0 5px;
    box-sizing: border-box;
    height: 35px;
    margin-bottom: 0;
}
input.mce-textbox:not([type]):focus:not([readonly]), input.mce-textbox[type=text]:focus:not([readonly]), input.mce-textbox[type=password]:focus:not([readonly]), input.mce-textbox[type=email]:focus:not([readonly]), input.mce-textbox[type=url]:focus:not([readonly]), input.mce-textbox[type=time]:focus:not([readonly]), input.mce-textbox[type=date]:focus:not([readonly]), input.mce-textbox[type=datetime]:focus:not([readonly]), input.mce-textbox[type=datetime-local]:focus:not([readonly]), input.mce-textbox[type=tel]:focus:not([readonly]), input.mce-textbox[type=number]:focus:not([readonly]), input.mce-textbox[type=search]:focus:not([readonly]) {
    border: 1px solid #26a69a;
    box-shadow: none;
}
.mce-combobox input {
    height: 35px;
    margin-bottom: 0;
}
.mce-container-body.mce-abs-layout {
    min-height: 39px;
}
.nb-checkbox-field {
    margin-top: 0;
    left: 0;
}
.nb-checkbox-field label {
    top: 0;
    left: 0;
}
.nb-checkbox-field-label {
    margin-bottom: 5px;
    margin-top: 0;
    color: #9e9e9e;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0
}
.nb-checkbox-group {
    margin-bottom: 15px;
}

.nb-posts-picker-wrapper .ui-sortable-helper {
    background: #ffff00;
}
.nb-posts-picker-wrapper .nb-posts-picker-placeholder {
    height: 80px;
    background: #ffff00 !important;
}
.nb-portable-taxes-list tr.active > td {
    background: #26BFCA;
}
.nb-portable-taxes-list tr.active a {
    color: #FFF
}
.nb-portable-taxes-list tr.active a.btn {
    color: #26BFCA;
}
table.table td {
    line-height: 18px !important;
}
.nbfile-field {
    margin-bottom: 20px
}
.nb-file-field-placeholder {
    background: #edecec;
    margin: 10px 0 0 0;
    padding: 5px 10px;
    font-size: 13px;
}
.nb-file-field-placeholder a {
    margin-left: 5px
}
.nb-bulk-actions {
    background: #FFF;
    padding: 20px 15px 0;
}
.CodeMirror {
    margin: 15px 0;
    border: 2px solid #CCC;
}