.table tr th a {
    text-decoration: none;
    color: black;
}

.alert {
    display: block;
}

.card-header-min {
    padding: 1.0rem 1.0rem !important;
}

.custom-file-label::after {
    content: "Seleccionar";
}

input {
    content: none;
    height: 0px;
    width: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.inputgrid {
    content: none;
    height: 30px;
    width: 100px;
    background-clip: padding-box;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0px;
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    text-align: right;
}

input:checked {
    content: none;
}

.card-body-min {
    padding: 0.65rem;
}

.footer {
    bottom: 0;
    width: 100%;
}

.lf1 {
    width: 5px;
}

.lf2 {
    width: 50px;
}

.lf3 {
    width: 150px;
}

.lf4 {
    width: 185px;
    padding: 0px 2px 2px 2px;
    margin: 0px 2px 2px 2px;
    text-align:center;
}

.lf5 {
    width: 215px;
}

.checkmark {
    content: none;
    height: 14px;
    width: 14px;
    -webkit-appearance: radio;
    -moz-appearance: none;
}
.jquerydatatable {
    width: 100%;
}

.btn-outline-dark {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}