tbody tr:nth-child(odd) {
    background-color: #ccc;
}

.error-message ul {
    margin: 0 !important;
}

.success-message p,
.app-header-right p {
    margin: 0 !important;
}

label[class=error] {
    color: red;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

#tabela_produtos_filter{
    float: left
}

#tabela_produtos_processing{
    display: none !important;
}
