.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 tr.state-disabled td {
    opacity: 0.7;
}

.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%;
}

.buttons-csv, .buttons-excel, .buttons-copy, .buttons-print, .buttons-pdf{
    padding: 2px 10px;
    line-height: 1em;
}
.buttons-csv, .buttons-excel, .buttons-copy, .buttons-print, .buttons-pdf{
    line-height: 1em;
}

.btn:hover {
    transform: none;
    -webkit-transform: none;
}

@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;
        }
    }
}
.nav-container.nav-container--sidebar a.active{
    font-weight: bold;
}

.text-search-result{
    min-height: 300px;
    margin-bottom: 50px;
}
.tabs-content-post > li:not(.active) .tab__content {
    animation: none !important;
    -webkit-animation: none !important;
}

.tabs-content-post > li.active {
    animation: none !important;
    -webkit-animation: none !important;
}