
.clock-waiting-ico {
    background-image: url("../images/clock-waiting.png") !important;
    background-repeat: no-repeat;
    background-position: center !important;
}

.ticked-ico {
    background-image: url("../images/icon_permitido.png") !important;
    background-repeat: no-repeat;
    background-position: center !important;
}

.ico-add {
    background: url('../images/ico_material_aumenta.png') no-repeat center center;
}

.ico-decrease {
    background: url('../images/ico_material_reduz.png') no-repeat center center;
}

.ico-remove {
    background: url('../images/ico_material_remove.png') no-repeat center center;
}

.ico-checked {
    background: url('../images/ico_finalizar_12.png') no-repeat center center;
}

.ico-assinado {
    background: url('../images/ico_assinado.svg') no-repeat center center;
}

.ico-assinando {
    background: url('../images/ico_assinando.svg') no-repeat center center;
}

.ico-assinar {
    background: url('../images/ico_assinar.svg') no-repeat center center;
}

.ico-favorito-on {
    background: url('../images/ico_favorito_on.png') no-repeat center center;
}

.ico-favorito-off {
    background: url('../images/ico_favorito_off.png') no-repeat center center;
}

.ico-excluir {
    background: url('../images/excluir-ico.svg') no-repeat center center;
}