.rrhh-filter-bar {
    align-items: center;
}

.rrhh-filter-bar > .mud-grid-item {
    display: flex;
    align-items: center;
}

.rrhh-filter-bar .mud-input-control {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.rrhh-filter-bar .mud-checkbox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.rrhh-filter-bar .mud-button-root {
    min-height: 40px !important;
    height: 40px;
}

/* El logo Jdl es azul; este soporte evita que se pierda sobre su app bar azul. */
.brand-header-logo {
    align-items: center;
    display: inline-flex;
    height: 38px;
    margin-left: 1rem;
}

.brand-header-logo img {
    display: block;
    height: 38px;
    max-width: 148px;
    object-fit: contain;
    width: auto;
}

.brand-header-logo--on-light {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
    height: 46px;
    padding: 4px 9px;
}

.brand-header-logo--on-light img {
    height: 34px;
}
