.form-group.field-rte_editor
{
    overflow: visible;
}

.btn-file i, .fileinput-remove-button i
{
    color: white;
    font-size: 1.2em;
    cursor: pointer;
}

input#page-image
{
    display: inline-block;
    cursor: pointer;
    width: 300px;
}

.edit-heading
{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-custom-audit
{
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    height: 26px;
    box-sizing: content-box;
}

.audit-search-field input.form-control
{
    display: inline-block;
    vertical-align: middle;
}

.admin-list-header
{
    color: grey;
    font-weight: 600;
}

table.dataTable td
{
    /*
    white-space: nowrap;
    max-width: 200px;
    */
    text-overflow: ellipsis;
    overflow: hidden;
}

table.dataTable td.full-text
{
    white-space: nowrap;
    max-width: 200px;
    text-overflow: unset;
    overflow: visible;
}

.cke_dialog input[type="checkbox"]{
    width: 13px;
    height: 13px;
    padding: 0.46428571em;
    -webkit-appearance: checkbox;
}

.cke_dialog input[type="radio"]{
    width: 13px;
    height: 13px;
    padding: 0.46428571em;
    -webkit-appearance: radio;
}

.--right-buttons.row:first-child{
    width: 100%;
}

.audit-result-buttons .--left-buttons, .--right-buttons {
    width: 100%!important;
    float: none!important;
}

.audit-result-buttons:first-child {
    margin-bottom: 10px;
}
@media(max-width: 420px) {
    .--right-buttons div:first-child {
            width: 0!important;
    }

    .--right-buttons div:last-child {
        width: 100%!important;
    }

    @media(min-width: 390px) {
        .--right-buttons div:last-child a:first-child {
            float: right;
        }

        .--right-buttons div:last-child a:last-child {
            float: left;
        }

        .--right-buttons div:last-child a.bg--twitter {
            float: right;
        }
    }
}