/* Header settings */

header#bike_map_header {
  position: relative;
  background-image: url('../images/bikemap/top_tile.jpg');
  color: #ffffff;
}

.right_header {
  float: right;
}

header#bike_map_header .header_search {
  border: 1px solid grey;
  position: relative;
  margin: 5px 10px;
}


header#bike_map_header .header_search input {
  width: 230px;
  padding: 5px 10px;
  margin: 17px 10px;
  font-size: 16px;
}

header#bike_map_header .header_search button {
  z-index: 100;
  margin-right: 10px;
  text-decoration: none;
  font-size: 14px;
}


header#bike_map_header div.header_search_button {
  position: relative;
  width: 100%;
}

header#bike_map_header #local_search_open {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 18px;
}

/* directions (in header */


.directions_details {
  display: none;
  border: 1px solid grey;
}

.directions_details input {
  display: block;
  width: 220px;
  padding: 5px 10px;
  margin: 5px 10px;
  font-size: 16px;
  border: 1px solid #909090;
}

.directions_details .actions {
  float: right;
  width: 50px;
  text-align: center;
}

#show_directions img {
  height: 32px;
  margin: 5px;
  display: block;
}

#close_directions {
  text-decoration: none;
  color: #999;
  font-size: 26px;
  padding: 2px 7px 7px 7px;
  display: block;
}


/* section settings */

section.main {
  padding: 0;
  clear: both;
  overflow: hidden;
}

section.main header {
  display: block;
}

section.main .left_side header div.content {
  padding-right: 5px;
}

section.main .right_side header div.content {
  padding-left: 5px;
}

section.main div.side {
  position: relative;
  width: 50%;
}

section.main div.left_side {
  float: left;
}

section.main div.right_side .map {
  margin-left: 0;
}

section.main div.right_side {
  float: right;
}

div.map {
  display: block;
  margin: 5px 5px 0px 5px;
  height: 600px;
  border: 1px solid #BAC4BA;
}

/* marker settings */

.markerHeader,
.markerContent,
.markerFooter {
  display: table;
}

.markerFooter {
  text-align: right;
  margin-top: 10px;
  width: 100%;
}

.markerFooter a {
  font: bold 13px Arial;
  text-decoration: none;
  color: #879482;
}

.markerContent {
  margin: 5px 0;
  font-size: 11px;
}

.markerHeader div {
  display: table-cell;
  vertical-align: top;
}

.markerHeader div h3 {
  margin: 0;
  padding: 0;
  color: #00673F;
  font-size: 19px;
  font-weight: 700;
}

.markerHeader div h4 {
  margin: 0;
  padding: 0;
  color: #00673F;
  margin-left: 2px;
}

/* legend settings */

div.legend {
  background-color: #ffffff;
  border: 1px solid #717B87;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

div.legend div {
  padding: 3px 7px;
  font: normal 13px Arial;
}

div#map_legend {
  width: 500px;
  height: 270px;
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

div#map_legend div.close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 7px;
  cursor: pointer;
}