.descargas button:not(.button-misc) {
    background-color: #5d9595;
    padding: 0.3rem 1rem;
    border-radius: 7px;
}

.descargas button a {
    text-decoration: none;
}

.modal-gris {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

input:not(#check) {
    border: none;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 95%;
    padding: 0 0.3rem;
    height: 40px;
}

#staticBackdrop .modal-dialog {
    border: 1px solid #5d9595;
    border-radius: 7px;
}

.pdf-descargas .modal {
    top: 145px;
    height: 60%;
    bottom: 0px;
}

#cerrarX {
    position: relative;
    top: -15px;
}