
.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;
    background-size: 13px;
}

.ico-assinando {
    background: url('../images/ico_assinando.svg') no-repeat center center;
    background-size: 13px;
}

.ico-assinar {
    background: url('../images/ico_assinar.svg') no-repeat center center;
    background-size: 13px;
}

.ico-assinar.sig_disabled {
    opacity: 0.5;
}

.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;
}

.ico-ficha-endo {
    background: url('../images/ico_ficha_endo.svg') no-repeat center center;
    background-size: 14px;
}

.ico-ficha-endo-blank {
    background: url('../images/ico_ficha_endo_blank.svg') no-repeat center center;
    background-size: 14px;
}

.ico-finalizar {
    background: url('../images/grid_row_pagar_ico.png') no-repeat center center;
}

.ico-finalizado {
    background: url('../images/grid_row_pago_ico.png') no-repeat center center;
}
