/* Frappe DataTable */

/* .dt-cell--col-0 {
	width: 100% !important;
}

.dt-cell--col-1 {
	max-width: 185px !important;
} */

/* --------------- */

.dt-cell__content .estado{
	padding: 0.45em 1em;
    font-size: 85%;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.dt-cell__content .btn{
	padding: 0em 0.6em;
    font-size: 85%;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.pedimento-completo {
	padding: 0.45em 1.35em !important;
    color: #28a745;
    background-color: #e9f6ec;
}

.pedimento-incompleto {
    color: #dc3545;
    background-color: #fbeaec;
}
