/* Source: blog.koalite.com/bbg */

/* GREEN */

.btn-green { 
	color: #ffffff; 
	background-color: #014421; 
	border-color: #003D1D; 
} 

.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
	color: #ffffff; 
	background-color: #1a5637; 
	border-color: #003D1D; 
} 

.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
	background-image: none; 
} 

.btn-green.disabled, 
.btn-green[disabled], 
fieldset[disabled] .btn-green, 
.btn-green.disabled:hover, 
.btn-green[disabled]:hover, 
fieldset[disabled] .btn-green:hover, 
.btn-green.disabled:focus, 
.btn-green[disabled]:focus, 
fieldset[disabled] .btn-green:focus, 
.btn-green.disabled:active, 
.btn-green[disabled]:active, 
fieldset[disabled] .btn-green:active, 
.btn-green.disabled.active, 
.btn-green[disabled].active, 
fieldset[disabled] .btn-green.active { 
	background-color: #014421; 
	border-color: #003D1D; 
} 

.btn-green .badge { 
	color: #014421; 
	background-color: #ffffff; 
}

/* MAROON */

.btn-maroon { 
	color: #ffffff; 
	background-color: #7B1113; 
	border-color: #6E0F11; 
} 

.btn-maroon:hover, 
.btn-maroon:focus, 
.btn-maroon:active, 
.btn-maroon.active, 
.open .dropdown-toggle.btn-maroon { 
	color: #ffffff; 
	background-color: #88282a; 
	border-color: #6E0F11; 
} 

.btn-maroon:active, 
.btn-maroon.active, 
.open .dropdown-toggle.btn-maroon { 
	background-image: none; 
} 

.btn-maroon.disabled, 
.btn-maroon[disabled], 
fieldset[disabled] .btn-maroon, 
.btn-maroon.disabled:hover, 
.btn-maroon[disabled]:hover, 
fieldset[disabled] .btn-maroon:hover, 
.btn-maroon.disabled:focus, 
.btn-maroon[disabled]:focus, 
fieldset[disabled] .btn-maroon:focus, 
.btn-maroon.disabled:active, 
.btn-maroon[disabled]:active, 
fieldset[disabled] .btn-maroon:active, 
.btn-maroon.disabled.active, 
.btn-maroon[disabled].active, 
fieldset[disabled] .btn-maroon.active { 
	background-color: #7B1113; 
	border-color: #6E0F11; 
} 

.btn-maroon .badge { 
	color: #7B1113; 
	background-color: #ffffff; 
}

/* YELLOW */

.btn-yellow { 
	color: #FFFFFF; 
	background-color: #F3AA2C; 
	border-color: #DA9927; 
} 

.btn-yellow:hover, 
.btn-yellow:focus, 
.btn-yellow:active, 
.btn-yellow.active, 
.open .dropdown-toggle.btn-yellow { 
	color: #FFFFFF; 
	background-color: #f4b241; 
	border-color: #DA9927; 
} 

.btn-yellow:active, 
.btn-yellow.active, 
.open .dropdown-toggle.btn-yellow { 
	background-image: none; 
} 

.btn-yellow.disabled, 
.btn-yellow[disabled], 
fieldset[disabled] .btn-yellow, 
.btn-yellow.disabled:hover, 
.btn-yellow[disabled]:hover, 
fieldset[disabled] .btn-yellow:hover, 
.btn-yellow.disabled:focus, 
.btn-yellow[disabled]:focus, 
fieldset[disabled] .btn-yellow:focus, 
.btn-yellow.disabled:active, 
.btn-yellow[disabled]:active, 
fieldset[disabled] .btn-yellow:active, 
.btn-yellow.disabled.active, 
.btn-yellow[disabled].active, 
fieldset[disabled] .btn-yellow.active { 
	background-color: #F3AA2C; 
	border-color: #DA9927; 
} 

.btn-yellow .badge { 
	color: #F3AA2C; 
	background-color: #FFFFFF; 
}