/*
* Color        : #3498db / #ffffff
* Hover Color  : #2980b9 / #ffffff
* Additional   : #3498db / #ffffff
* RGBAC        : 52, 152, 219 / 255, 255, 255
* RGBAH        : 41, 128, 185 / 255, 255, 255
* RGBAA        : 52, 152, 219 / 255, 255, 255
*/
.btn-primary {
    box-shadow:none !important;
	color: #ffffff !important;
	background-color: #3498db !important;
	border-color: #3498db !important;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary
{
    box-shadow:none !important;
	color: #ffffff !important;
	background-color: rgba(52, 152, 219, 0.7) !important;
	border-color: rgba(52, 152, 219, 1) !important;
}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary
{
    box-shadow:none !important;
	background-image: none !important;
	background-color: rgba(52, 152, 219, 0.7) !important;
	border-color: rgba(255, 255, 255, 1) !important;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active
{
    box-shadow:none !important;
	color: rgba(255, 255, 255, 0.4) !important;
	background-color: rgba(52, 152, 219, 0.4) !important;
	border-color: rgba(255, 255, 255, 0.4) !important;
}

.btn-primary .badge {
    box-shadow:none !important;
	color: #3498db !important;
	background-color: #ffffff !important;
}

