/**
*  2009-2019 Arte e Informatica
*  For support feel free to contact us on our website at http://www.arteinformatica.eu
*
*  @author    Arte e Informatica <admin@arteinformatica.eu>
*  @copyright 2009-2019 Arte e Informatica
*  @version   1.0.0
*  @license   One Paid Licence By WebSite Using This Module. No Rent. No Sell. No Share.
*  
*/
.art-invoice-warning {
    padding: 15px;
    background: #F44336;
}

.art-invoice-warning p {
    color: #fff !important;
}

.art-update-add {
    padding: 10px;
    background: #fff;
    font-weight: 700;
    border-radius: 5px;
}

.art-update-add:hover {
    padding: 10px;
    background: #000;
    font-weight: 700;
    border-radius: 5px;
	color: #fff;
}

.art-msg {
    margin-bottom: 20px;
    font-size: 120%;
}