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

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

.pointer{
    cursor:pointer;
}

.editarUsuariobtn:hover{
    color:#ccc;
}

.btn-primary {
    color: #fff;
    border-color: #f7b322;
    background-color: #f7b322;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.bg-gradient-success {
    background: linear-gradient(87deg, #f7b322 0, #f7b322 100%) !important;
}