sub {
    font-size: 8px;
}

table.listing td {
    border: 1px solid #666666;
}

td.red {
    font-weight: bold;
    background-color: #f9a8a2;
}

td.blue {
    background-color: #afc8ff;
}

.modifica-cantitate {
    width: 70px;
}

.block-modifica {
    width: 160px;
}

.promotie {
    color: #ff0000;
    font-weight: bold;
    animation: blinker 1s linear infinite;
}

.estompeaza-promotie {
    color: #000000;
    font-weight: normal;
    animation: none;
}



@keyframes blinker {
    50% { opacity: 0; }
}

.mesaj-necesar{
    color:darkcyan;
}

.red_text{
    color:#ff0000;
}

input.quantity{
    width: 55px!important;
}


/* START Modal edit Stoc Minim */
#modal-background{
    /* display: none; */
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

#modal-content{
    background-color:#ffffff;
    margin: 15% 10%;
    padding:20px;
    border: 1px solid #888;

}

/* STOP Modal edit Stoc Minim */

.small-success{
    color: red;
    font-size:11px;
    display:none;
}


