html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

h1 {
  font-size: 2em;
}

.form-minisearch {
  width: 100%;
  padding: 10px;
}
.form-minisearch .checkbox {
  font-weight: 400;
}
.form-minisearch .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-minisearch .form-control:focus {
  z-index: 2;
}
.form-minisearch input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-minisearch input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.typeahead,
.tt-query,
.tt-hint {
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  outline: none;
  color:#757575;
}

.typeahead {
  background-color: #fff;
}

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

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px #003865;
     -moz-box-shadow: inset 0 1px 1px #003865;
          box-shadow: inset 0 1px 1px #003865;
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 3px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #003865;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px #003865;
     -moz-box-shadow: 0 5px 10px #003865;
          box-shadow: 0 5px 10px #003865;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
  color: black;
  background-color: #f5f5f5;
}

.tt-suggestion.tt-cursor {
  /*color: #fff;*/
  background-color:#A4BCC2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
       border-radius: 8px;
}

.tt-suggestion p {
  margin: 0;
  font-size: 18px;
  text-align: left;
}

.twitter-typeahead {
	width: 100%;
}

.typeahead-header {
  font-size:1.5em;
}

.tt-dataset {
  background-color:#f5f5f5;
}
