/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-ago-2021, 11:53:18
    Author     : Desarrollo
*/

/* ********************************************************************** */
.btn-lila {
	color: #fff;
	background-color: #a2e66e;
	border-color: #a5d481;
}
.btn-lila:focus,
.btn-lila.focus {
	color: #fff;
	background-color: #32d96f;
	border-color: #2ec967;
}
.btn-lila:hover {
	color: #fff;
	background-color: #32d96f;
	border-color: #269abc;
}
.btn-lila:active,
.btn-lila.active,
.open > .dropdown-toggle.btn-lila {
	color: #fff;
	background-color: #32d96f;
	border-color: #269abc;
}
.btn-lila:active:hover,
.btn-lila.active:hover,
.open > .dropdown-toggle.btn-lila:hover,
.btn-lila:active:focus,
.btn-lila.active:focus,
.open > .dropdown-toggle.btn-lila:focus,
.btn-lila:active.focus,
.btn-lila.active.focus,
.open > .dropdown-toggle.btn-lila.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #2ec967;
}
.btn-lila:active,
.btn-lila.active,
.open > .dropdown-toggle.btn-lila {
	background-image: none;
}
.btn-lila.disabled:hover,
.btn-lila[disabled]:hover,
fieldset[disabled] .btn-lila:hover,
.btn-lila.disabled:focus,
.btn-lila[disabled]:focus,
fieldset[disabled] .btn-lila:focus,
.btn-lila.disabled.focus,
.btn-lila[disabled].focus,
fieldset[disabled] .btn-lila.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-lila .badge {
	color: #5bc0de;
	background-color: #fff;
}
/* ********************************************************************** */