/*****************************************************************/
/** Custom style
 /*****************************************************************/
.panel-min-height-60 {
    min-height: 60px;
}

.panel-min-height-80 {
    min-height: 80px;
}
.panel-min-height-120 {
    min-height: 120px;
}
.panel-min-height-500 {
    min-height: 500px;
}
.min-vh-20 {
    min-height: 20vh !important;
}
.min-vh-30 {
    min-height: 30vh !important;
}
.panel-min-height-400 {
    min-height: 400px;
}
/*****************************************************************/
/** Datatables styles
 /*****************************************************************/
.dataTables_filter {
    margin-bottom: 20px;
}
/*****************************************************************/
/** Form styles
 /*****************************************************************/
.form-clear {
    border: none;
    background-color:  white;
    text-align: right;
}
.modal-footer {
    padding-top: 20px;
}
/*****************************************************************/
/** Text styles
 /*****************************************************************/
.text-acn {
    color: rgba(0, 0, 0, 0.9);
}

/*****************************************************************/
/** DataTable styles
 /*****************************************************************/
.table-color-primary {
    background-color: #2ECC71;
}
.table td, .table th {
    padding: 0.1rem;
}
