.form-group {
    margin-top: 1em;
    margin-bottom: 1em;
}

.form-group label {
    font-size: 13px;
    color: #555;
}
.card-header {
    padding: 0.5rem 1rem;
}
.card-data .card-header {
    background-color: #393939 !important;
    color: #fff !important;
}
.card-form .card-header {
    background-color: #75a343 !important;
    color: #fff !important;
}
.table th {
    background-color: #e6e6e6;
}

.cursor-pointer {
    cursor: pointer;
}
