@charset "utf-8";
/* CSS Document */
  .btn-outline-event { 
  color: #D930B4; 
  background-color: #FFFFFF; 
  border-color: #D930B4; 
} 
 
.btn-outline-event:hover, 
.btn-outline-event:focus, 
.btn-outline-event:active, 
.btn-outline-event.active, 
.open .dropdown-toggle.btn-outline-event { 
  color: #D930B4; 
  background-color: #FFFFFF; 
  border-color: #D930B4; 
} 
 
.btn-outline-event:active, 
.btn-outline-event.active, 
.open .dropdown-toggle.btn-outline-event { 
  background-image: none; 
} 
 
.btn-outline-event.disabled, 
.btn-outline-event[disabled], 
fieldset[disabled] .btn-outline-event, 
.btn-outline-event.disabled:hover, 
.btn-outline-event[disabled]:hover, 
fieldset[disabled] .btn-outline-event:hover, 
.btn-outline-event.disabled:focus, 
.btn-outline-event[disabled]:focus, 
fieldset[disabled] .btn-outline-event:focus, 
.btn-outline-event.disabled:active, 
.btn-outline-event[disabled]:active, 
fieldset[disabled] .btn-outline-event:active, 
.btn-outline-event.disabled.active, 
.btn-outline-event[disabled].active, 
fieldset[disabled] .btn-outline-event.active { 
  background-color: #FFFFFF; 
  border-color: #D930B4; 
} 
 
.btn-outline-event .badge { 
  color: #FFFFFF; 
  background-color: #D930B4; 
}
	  
