

/*Formularios*/
.asterisk {
    color: #E9573F !important;
}
input::placeholder {
    color: #8d8d8d73!important;
}
textarea::placeholder {
    color: #8d8d8d73!important;
}
.was-validated .custom-select:invalid + .select2 .select2-selection{
    border-color: #dc3545!important;
}
.was-validated .custom-select:valid + .select2 .select2-selection{
    border-color: #28a745!important;
}
*:focus{
  outline:0px;
}

/*Paneles*/
.card{
    border: 1px solid #3e3e3e;
    box-shadow: 2px 3px 6px #00000033;
}

td.details-control {
    background: url('/assets/images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/assets/images/details_close.png') no-repeat center center;
}

.table >thead >tr {
    background: #262838;
}

