#bb-logo {
	display: block;
	margin: 10% auto;
}
.login-panel {
	margin-top: 0;
}
#page-wrapper {
	margin-bottom: 100px;
	padding-bottom: 15px;
}
.flash-alerts {
	margin-top: 25px;
}
.error-msg {
	color: red;
}
.event-label {
	font-style: italic;
}
.event-topic, .event-location, .event-date {
	font-weight: bold;
	color: #86c5da;
}

.glyphicon {
	font-size: 125%;
}

.alert .glyphicon {
	margin-right: 5px;
}

#flashMessage {
	z-index: 1001;
	position: fixed;
	box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.25);
	width: 300px;
	display: block;
	left: 50%;
	top: 80px;
	margin-left: -150px;
	transition: top 400ms ease-in 5000ms, opacity 200ms linear 5200ms; /* Fade out triggered by JS on page load */
	transform: translate3d(0, 0, 0); /* Force hardware acceleration */
}

button {
	outline: none !important;
}

@media (max-width: 991px) {
	.navbar-top-links .dropdown-user {
		right: auto;
	}
}

/* Begin Twitter Bootstrap Typeahead styles */
.twitter-typeahead  {
	width: 100%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
	margin-bottom: 0;
}
.tt-hint {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #999;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
	min-width: 160px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	cursor: pointer;

}
.tt-suggestion {
	display: block;
	padding: 3px 20px;
	border-bottom: 1px solid #dddddd;
}
.tt-suggestion:last-child {
	border-bottom: none;
}
.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
	color: #fff;
}
.tt-suggestion p {
	margin: 0;
}
.tt-suggestion:hover {
	color: #fff;
	background-color: #428bca;
}
/* End Twitter Bootstrap Typeahead styles */