.z-button { 	 
  font-size: 12px;
  text-shadow:none;
}

/**
* Estilo personalizado del boton NO - CANCELAR 
*/
.button-action-no-cancelar{
	width: auto; 
	height:auto;
	background: none;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #E20B0B;
	border-radius:20px;
	color:#E20B0B; 
	padding: 7px;
}

.button-action-no-cancelar:hover{
	width: auto; 
	height:auto;
	background: #E20B0B;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #E20B0B;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.button-action-no-cancelar:active,
.button-action-no-cancelar:focus{	 
	border:1px solid #E20B0B;
	color:#fff; 
	background: #E20B0B;
	border-radius:20px;
    outline:none !important;	 
}

.button-action-no-cancelar[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:px;
	color:#afafaf;  
	padding: 7px; 
}


/**
* Estilo personalizado del boton SI - OK 
*/
.button-action-yes-ok{
	width: auto; 
	height:auto;
	background: none;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #02A80C;
	border-radius:20px;
	color:#02A80C; 
	padding: 7px;
}

.button-action-yes-ok:hover{
	width: auto; 
	height:auto;
	background: #02A80C;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #02A80C;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.button-action-yes-ok:active,
.button-action-yes-ok:focus{	 
	border:1px solid #02A80C;
	color:#fff; 
	border-radius:20px;
	background: #02A80C;
    outline:none !important;	 
}

.button-action-yes-ok[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}
