/* .ManageProductList .img-edit{
    width: 25px;
    height: 25px;   
} */

.ManageProductList .div-span-name{
    width: 100%;
    font-size: 1.3em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ManageProductList .div-span-date{
    width: 100%;
    font-size: 0.9em;
    display: inline-block;    
}

.ManageProductList .badge{
    margin-top: 10px;
    margin-left: 0px;
}

.ManageProductList .img {
    width: 110%;
}

.ManageProductList .img-edit{
    font-size: 35px;
    color: #337ab7;
}

#addProductPersonal {
    z-index: 9999;
    display: none;
    position: fixed;
    right: 0;
    border-radius: 3px;
    top: 0;
    font-size: 35px;
    color: white;
    margin-right: 10px;
    margin-top:-4px;
}