/* scaffolding */
/* ----------- */

.tt-menu {
  text-align: left;
}

/* base styles */
/* ----------- */

.typeahead,
.tt-query,
.tt-hint {
  width: 496px;
  height: 26px;
  padding: 8px 12px;
  font-size: 22px;
  line-height: 26px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  display: none;
}

.tt-menu {
  width: 522px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}


.twitter-typeahead {width:50%;}



/* benefits display blocks */

h2.address {
	padding: 16px 20px;
    margin: 0 0px 24px;	
}

.benefit-block {
  /* background: #ffffff; */
  width: calc(100% - 60px);
  float: left;
  margin: 0px;
}

/* #topTiles .count span {
  color: #FFFFFF;
  line-height: inherit;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
} */
.flot-text {
  color: #ffffff !important;
  text-transform: uppercase;
}


/* diagrams */

.demo-placeholder {
  height: 350px; 
}

/* #chart_plot_02.demo-placeholder {
  height: 500px;
} */
.legendLabel {
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
  line-height: 22px;
}


/* modal */

.modal-dialog {
	max-width: 750px;
}

.modal-dialog img {
	width: 100%;
	margin-bottom: 10px;
}


/* forms display blocks */

.subheader {
	margin: 0 0 10px;
	padding: 16px 20px;
	background: #ffffff;
}


/* others */
table td,
.description85 {
    font-size: 0.85rem;
}

.weekday {
	display: inline-block;
	min-width: 90px;
}


