.navbar-horizontal .navbar-brand img {
    height: 100px !important;
}
.dataTables_length{
    padding-left: 0px !important;
}
.tabla_length{
    margin: 0px !important;
}
.list-group-item{
    /*padding: 0.3em 1em !important;*/
}
.bg-yellow{
    background-color: #FDEFAF !important;
}
.bg-fondo{
    background-color: #f5f8fa !important;
}

.lela  .list-group-item {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 0.3rem 0.4rem;
    border: none !important;
    background-color: #fff;
}

.btn-outline-card {
    text-decoration: none;
    font-weight: normal;
    color: #b1b1b1;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border: 0px transparent;
}


.btn-outline-card:hover {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    background-color: var(--primary);
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border: 0px transparent;
}

.border-radius {
    border-radius: 20px !important;
}

.lela  .list-group-item.active {
    z-index: 2;
    color: #019ef7;
    border-color: #5e72e4;
    background-color: #f8f9fb;
}

.lela  .list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.swal2-container {
    z-index: 999999999 !important;
}


.contenedorCampo{
    margin-bottom: 20px;
}

.card-header{
    cursor: pointer;
}

.mark, mark {
    padding: 0.2em;
    background-color: #0da58e;
    color: white;
}

#search-results a{
	padding:1.5rem !important
}