.link_add{
    color: #64b13c;
}

/********************MODAL*********************************************/

.modal{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.81);
    display: none;
}

.bodyModal{
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
}

.modal h1{
    color: #0E725D;
    text-transform: uppercase;
}

.modal h2{
    text-transform: uppercase;
    margin-top: 15px;
}

#form_add_product, #form_del_product{
    width: 420px;
    text-align: center;
}

/********************ALERTS*********************************************/

.alertAddCliente{
	width: 100%;
	background: #66e07d66;
	border-radius: 6px;
	margin-top: 20px auto;
	margin-left: 20px auto;
	margin-right: 20px auto;
    padding: 20px;
    font-size: 12pt;
}

.msg_error{
	color: #e65656;
}

.msg_save{
	color: #126e00;
}

.alert p{
	padding: 10px;
}




