.btn-ingress{
    margin-top: -12px;
}

.img-banner{
    border-radius: 15px;
}

.img-logo{
    height:50px !important; 
    width: 170px !important;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label-Aceptada {
    background-color: #5cb85c;
}

.label-Pendiente {
    background-color: #5bc0de;
}

.label-Rechazada {
    background-color: #FFA900;
}

.label-Anulado {
    background-color: #d9534f;
}

.label-Ninguno {
    /*    background-color: #6c757d;*/
    /* background-color: #007bff*/
    color: #212529;
    background-color: #dae0e5;
}

.label-Con-Error {
    background-color: #343a40;
}

ul.navbar-nav li.nav-item a.nav-link {
    font-size: medium;
    color:white;
}

.img-cloud {
    height: 420px !important;
    width: 100% !important;
    border-radius: 15px !important;
}