.asStockRowError{
    /*background: #E57373;*/
    color: #D32F2F;
    /*animation-name: fontWeight;*/
    /*animation-duration: 2s;*/
    /*animation-iteration-count: infinite;*/
}

/*@keyframes fontWeight {*/
    /*0% {*/
        /*/!*background-color: #E57373;*!/*/
        /*/!*font-weight: normal;*!/*/
        /*color: #D32F2F;*/
    /*}*/
    /*50% {*/
        /*/!*background-color: #E53935;*!/*/
        /*/!*font-weight: bold;*!/*/
        /*/!*color: #d3171f;*!/*/
    /*}*/
    /*100% {*/
        /*/!*background-color: #E57373;*!/*/
        /*/!*font-weight: normal;*!/*/
        /*color: #D32F2F;*/
    /*}*/
/*}*/

.asStockRowError > td{
    border-bottom: 2px solid #D32F2F;
}

#asStockNoDataStartBtn{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#asStockNoDataStartBtn > span{
    cursor: pointer;
}

.asStockItemQty{
    max-width: 100px;
}

.asLoadItems{
    min-width: 170px;
}

.asArrowRight{
    width: 50px;
    margin: 0 auto;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 25px solid #E65100;
}

.asStockVarianceGraph{
    width: 100%;
    max-height: 50px;
    height: 50px;
}

.asNegativeStock{
    color: #FF0000;
}