.sessio-editor iframe {
    min-height: 250px;
}

.dropdown.profile-element {
    display: flex;
}

.dropdown.profile-element>img {
    margin-right: 10px;
}

.ibox-title ol.breadcrumb {
    margin-top: 10px;
}

.ibox-title ol.breadcrumb li:not(.active) {
    color: #4171b3;
}

.navbar-top-links .widget {
    padding: 0;
    margin: 0;
}

.navbar-top-links .widget.widget_sistems_language_switcher_widget {
    padding-top: 10px;
}

.navbar-top-links .widget .select-lang {
    border: none;
}

.navbar-top-links li .select-lang a {
    min-height: unset !important;
}

.navbar-top-links .widget .sbToggle {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-top-links .widget .sbSelector {
    padding: 0 !important;
    margin: 0 !important;
    padding-right: 17px !important;
}

.navbar-top-links .widget .sbOptions li {
    display: block;
}

.ibox-categories a {
    color: #333;
}

.ibox-categories a:hover>h3 {
    color: #4171b3;
}

.anim {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.anim2 {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.table-no-borders>thead>tr>td, .table-no-borders>tbody>tr>td, .table-no-borders>tfoot>tr>td {
    border: none;
}

/* Datables */

.table.dt-responsive {
    width: 100% !important;
}

.dt-buttons.btn-group {
    float: right;
}

/* end Datables */

/* Candidatura */

table tbody tr.candidatura-presentada {
    background-color: #e7eaec !important;
}

table tbody tr.candidatura-pendiente {
    background-color: #e7eaec !important;
}

table tbody tr.candidatura-en-tramite {
    background-color: #17a2b8 !important;
}

table tbody tr.candidatura-rechazada {
    background-color: #dc3545 !important;
}

table tbody tr.candidatura-ganada {
    background-color: #28a745 !important;
}

table.candidaturas tbody tr td:last-child .dashicons, .dashicons-before:before {
    color: #333;
}

/* end Candidatura */

@media screen and (max-width: 767px) {
    .dataTables_info {
        display: none;
    }
    li.paginate_button.previous {
        display: inline;
    }
    li.paginate_button.next {
        display: inline;
    }
    li.paginate_button {
        display: none;
    }
}