html,
body {
  margin: 0;
  padding: 0;
}
body {
  min-height: 100%;
  position: relative;
}
nav {
  background: #ff0;
  padding: 10px;
}
#main {
  padding: 10px;
  padding-bottom: 116px;
  padding-top: 0px !important;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 50px;
}

#disclaimer {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgb(240,240,240);
  font-size: 11px;
}

#map-view {
  width: 100%;
  height: 63vh;
  /*border-radius: 10px;*/
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px;
  position: absolute;
}

.card-content {
  background-color: white;
}

/* START Typeahead */
#suburb_selector {
  background-color: white;
  color: #26a69a;
  color: #26a69a;
  font-size: 16px;
  border-bottom: none !important;
  box-shadow: none !important;
  width: 90%;
  margin-bottom: 0;
  display: inline-block;
  border: 0;
  position: absolute;
}
.dropdown-menu {
  width: calc(100% - 126px);
  padding: 0;
  margin-top: 0;
  max-height: 196px;
  overflow-y: auto;
  z-index: 99999;
  border-radius: 0;
  top: 38px !important;
  left: 56px !important;
}
.uib-typeahead-match {
  font-size: 16px;
}
.uib-typeahead-match a {
  padding: 20px;
  display: block;
  color: #26a69a;
}
.uib-typeahead-match a:hover {
  background-color: rgb(240,240,240);
  text-decoration: none;
}
/* END Typeahead */



.btn-small {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  height: 26px;
  line-height: 1;
}

/*#main {
  min-height: 800px;
}*/

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

.question .card-title {
  font-size: 16px !important;
}

.answer {
  border-radius: 5px !important;
  background-color: white !important;
  color: rgba(0, 0, 0, 0.87) !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.87) !important;
  font-size: 12px !important;
  text-transform: unset !important;
  padding: 4px 8px 4px 8px !important;
  margin: 10px 8px 0px 0px !important;
  min-width: 180px !important;
  display: inline-block;
}

.answer:hover {
  cursor: pointer;
}

.checked {
  color: white !important;
  border: 1px solid #26a69a !important;
  background-color: #26a69a !important;
}

.autocomplete-content.dropdown-content img {
  display: none !important;
}

/* Fix click not registering with autocomplete */
label[for="autocomplete-input"] {
  pointer-events: none !important;
}

.service-card {
  font-size: 12px;
}
.service-point {
  background-color: rgb(245,245,245);
  background-color: rgb(245,245,245);
  border: 1px solid lightgray;
  border-radius: 8px;
}
.service-point .service-title {
  padding: 8px;
  font-weight: 700;
  font-size: 15px;
  background-color: steelblue;
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.service-point .service-content {
  padding: 12px;
  border-radius: 8px;
  font-size: 15px;
}
.service-point .referral {
  font-size: 13px;
}
.service-point a {
  display: block;
}

.empty_service {
  background-color: rgb(245,245,245);
  opacity: 0.75;
}

.service_name {
  font-size: 16px;
}

.service_description {
}

.service_description li {
  list-style-type: initial !important;
}

.service_description ul:not(.browser-default) {
  padding-left: 40px !important;
}

#services-table td {
  padding: 8px;
}

strong {
  font-weight: 600 !important
}

.card-content {
  background-color: rgb(250,250,250);
}

#btn_show_results {
  height: 48px;
}

#btn_go_back {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 16px;
  color: #26a69a;
  cursor: pointer;
}
.bg-primary, .bg-danger, .bg-success {
  color: white !important;
  padding: 10px;
}
.bg-primary {
  background-color: hsl(174, 63%, 40%) !important;
}
.bg-danger {
  background-color: rgb(183, 58, 90) !important;
}
.bg-success {
  background-color: hsl(174, 63%, 40%) !important;
}
.provider_result h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.provider_result h4 {
  font-size: 16px;
}
.provider_result .provider_container {
  border: 1px solid #003D69;
  border-radius: .25rem;
  background: white;
  padding: 10px;
  margin-bottom: 10px;
}
.provider_result .provider_container h5 {
  font-weight: 700;
  margin-bottom: 10px;
}



.hidden {
    display: none;
}
table {
    font-size: 11px;
    white-space: nowrap;
}
.toggle {
    height: 24px !important;
    min-height: 24px !important;
}
.toggle label {
    font-size: 14px !important;
    padding-top: 0 !important;
}
.toggle-handle {
    background-color: aliceblue;
    vertical-align: top !important;
}
.toggle.btn-sm {
    min-width: 80px;
}
.toggle-on.btn-xs {
    padding-right: 20px !important;
}
.toggle-off.btn-xs {
    padding-left: 20px !important;
}
.tableFixHead { 
    overflow-y: auto; 
    height: 100px; 
}
.tableFixHead thead th { 
    position: sticky; 
    top: 0; 
    background-color: white;
    border-top: 0;
}
.bootstrap-tagsinput {
    padding-top: 3px;
    padding-bottom: 3px;
}
.bootstrap-tagsinput .tag {
    padding: 2px 4px 2px 4px !important;
    background: #007bff;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
}
#field_filters select {
    font-size: .7rem !important;
}
#field_filters .row {
    margin-bottom: .5rem !important;
}
.tags input[placeholder='Add an option'] {
    width: 100% !important;
    border: 0px;
    outline: 0px;
    font-size: 14px;
    padding: 4px;
}
ul.suggestion-list {
    list-style: none;
    border: 1px solid black;
    background: white;
    padding-left: 0;
}
li.suggestion-item {
    font-size: 14px;
    padding-left: 2px;
}
ul.tag-list {
    padding: 4px;
}
.tag-item {
    font-size: 14px;
    padding: 2px;
    padding-left: 6px;
    margin-bottom: 4px;
    background: #007bff !important;
    border: 0;
}
.tag-item .remove-button {

}
#map-controls {
    padding: 10px;
}
/*.leaflet-popup-content-wrapper {
    text-align: center;
}*/

.legend {
  font: 12px Arial, Helvetica, sans-serif;
  background: rgba(255,255,255, 0.9);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 6px 8px;
  width: 290px;
  line-height: 18px;
  color: #555;
}
.legend i {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}