
/* Colors */

html .btn-with-arrow.btn-primary:hover, html .btn-primary.btn-with-arrow:hover, .btn-primary:hover, .btn-with-arrow:hover  {
	background-color: transparent!important;
	border-color: transparent!important;
	color: #0088CC;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #CCC;
	border-color: #CCC #CCC #b3b2b2;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
	background-color: #b9b9b9;
	background-image: none;
	border-color: #b3b2b2 #b3b2b2 #999999;
}