/*
* Color        : #ffffff / #df2623
* Hover Color  : #df2623 / #df2623
* Additional   : #df2623 / #ffffff
* RGBAC        : 255, 255, 255 / 223, 38, 35
* RGBAH        : 223, 38, 35 / 223, 38, 35
* RGBAA        : 223, 38, 35 / 255, 255, 255
*/
.btn-primary {
    box-shadow:none !important;
	color: #df2623 !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}

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

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary
{
    box-shadow:none !important;
	background-image: none !important;
	background-color: rgba(255, 255, 255, 0.7) !important;
	border-color: rgba(223, 38, 35, 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(223, 38, 35, 0.4) !important;
	background-color: rgba(255, 255, 255, 0.4) !important;
	border-color: rgba(223, 38, 35, 0.4) !important;
}

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

