﻿/********************************Inicio CSS Tabla********************************/
.panel-heading {
    padding-top: 20px;
    padding-bottom: 6px;
}

#tabla_filter input {
    margin-bottom: 0.5rem !important;
    border: solid 1px #ba6d7f;
    border-radius: 30px;
    padding: 6px 6px;
}

.dataTables_scroll {
    background-color: #ba6d7f;
}

.dataTables_scrollHeadInner {
    color: #ffffff;
}
/********************************Fin CSS Tabla***********************************/
.titulo-formulario {
    font-size: 30px;
    color: #5d051f;
    font-weight: 600;
    text-align: center;
}

.formulario-hr {
    border: none !important;
    border-top: 1px solid !important;
    border-color: #b18c2d !important;
    height: 1px !important;
}

.card-form {
    text-align: start
}
