.anticon:before {
	display: initial !important;
}

.crud-table-column {
    min-width: 100px!important;
}


.ant-table-row.success {
    background-color: #c3e6cb;
}

.ant-table-row.secondary {
    background-color: #d6d8db;
}

.ant-table-row.primary {
    background-color: #b8daff;
}

.ant-table-row.danger {
    background-color: #f5c6cb;
}
.ant-table-row.warning {
    background-color: #ffeeba;
}
.ant-table-row.info {
    background-color: #bee5eb;
}
.ant-table-row.light {
    background-color: #fdfdfe;
}
.ant-table-row.dark {
    background-color: #c6c8ca;
}

.ant-table-row.dark td, .ant-table-row.dark th {
    border-color: #32383e;
}



/*# sourceMappingURL=main.css.map*/