

/* salida_de_mercancia */

.form-salida_de_mercancia .field-_clienteid {
    display: none;
}

/* APPLICATION STYLES */

/* Text Font*/
.text-bold {
    font-weight: bold;
    display: inline;
}
/* Banderas*/
.fa-flag.verde {
    color:#3c763d;
}
.fa-flag.amarillo {
    color:#cb8a34;
}
.fa-flag.rojo {
    color:#ce3943;
}
/* Circulos Compras */
.fa-circle.circle-yellow {
    color: yellow;
}
.circle-yellow:before,.circle-green:before,.circle-gray:before,.circle-red:before {
    border: 1px solid #000;
    border-radius: 50%;
}
.circle-yellow:before {
    background-color: yellow;
}

.fa-circle.circle-green {
    color: green;
}
.circle-green:before {
    background-color: green;
}
.fa-circle.circle-gray {
    color: gray;
}
.circle-gray:before {
    background-color: gray;
}
.fa-circle.circle-red {
    color: red;
}
.circle-red:before {
    background-color: red;
}