@charset "utf-8";

.breadcrumb {
  margin: 0 !important;
}

/* View Options
------------------------------------------------------------------*/

.view-options {
  display: block;
  float: right;
}

.view-options li {
  display: block;
  float: left;
  height: inherit;
}

.view-options a {
	cursor: pointer;
}

.view-options a,
.view-options a:visited {
  display: block;
  min-width: 60px;
  height: inherit;
  padding: 0 12px 3px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  color: #767676;
  font-size: 120%;
}

.view-options a .fa {
  font-size: 17px;
}

.view-options a:active,
.view-options a:hover {
  color: #232323;
}

.view-options a.current,
.view-options a.current:visited,
.view-options a.current:active,
.view-options a.current:hover {
  color: #232323;
  font-weight: 700;
}

/* Views
------------------------------------------------------------------*/

.page-branches-content {
  overflow: hidden;
}

.view-container {
  width: 1880px;
  /*margin-left:-960px;*/
}

.map-view {
  width: 900px;
  height: 750px;
  float: left;
  margin: 18px;
}

.list-view {
  width: 900px;
  /* height: 700px; */
  float: left;
  margin: 18px;
}

/* Map
------------------------------------------------------------------*/

#map-container {
  width: 900px;
  height: 750px;
  position: relative;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#gmap {
  position: relative;
  z-index: 100;
  width: 620px;
  height: 594px;
}

/* Sidebar
------------------------------------------------------------------*/

#map-sidebar {
  width: 280px;
  height: 750px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 999;
  line-height: 1.6;
  border-left: 1px solid #ccc;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow-y: auto;
}

#map-sidebar section h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
  background: #efefef url('../../../img/overlay2.png') repeat-x top left;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

#map-sidebar section:first-child h3 {
  border-top: 0;
  border-top-right-radius: 2px;
}

#map-sidebar section h4 {
  margin: 0;
}

#map-sidebar section#branch-details .section-content h4 a,
#map-sidebar section#branch-details .section-content h4 a:hover,
#map-sidebar section#branch-details .section-content h4 a:active,
#map-sidebar section#branch-details .section-content h4 a:visited,
#map-sidebar section.section-closest .closest-location h4 a,
#map-sidebar section.section-closest .closest-location h4 a:hover,
#map-sidebar section.section-closest .closest-location h4 a:active,
#map-sidebar section.section-closest .closest-location h4 a:visited {
    color: inherit;
}

#map-sidebar section#branch-details .section-content h4 a,
#map-sidebar section#branch-details .section-content h4 a:active,
#map-sidebar section#branch-details .section-content h4 a:visited,
#map-sidebar section.section-closest .closest-location h4 a,
#map-sidebar section.section-closest .closest-location h4 a:active,
#map-sidebar section.section-closest .closest-location h4 a:visited {
    text-decoration: none;
}

#map-sidebar section#branch-details .section-content h4 a:hover,
#map-sidebar section.section-closest .closest-location h4 a:hover {
    text-decoration: underline;
}

#map-sidebar section#branch-details .section-content address {
    margin-bottom: 10px;
}

#map-sidebar section .section-content {
  padding: 10px 15px;
}

#map-sidebar section .section-content .baurent-logo {
  width: 127px;
  margin-bottom: 4px;
}

#map-sidebar section p {
  margin: 0 0 10px 0;
}

#search-addr .button {
  position: relative;
  top: 0;
}

.ie7 #search-addr .button {
  width: 80px;
}

#search-addr-results {
  margin: 3px 0 0 0;
  line-height: 22px;
}

.not-found {
  font-style: italic;
  padding: 3px 0 0 0;
}

.remarks {
  background: #ffffc4;
  color: #46400c;
  font-weight: bold;
  text-align: center;
  font-size: 90%;
  display: block;
  padding: 6px;
  margin-bottom: 10px;
  border-radius: 3px;
}

/* Info tables
------------------------------------------------------------------*/

.info-table {
  margin-top: 4px;
}

.info-table td {
  padding-bottom: 4px;
}

.info-table td.label {
  width: 50px;
  font-weight: bold;
}

/* Route button
------------------------------------------------------------------*/

/* List Form
------------------------------------------------------------------*/

#list-form {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ededed url('../../../img/overlay2.png') repeat-x top left;
  padding: 10px;
  border-radius: 3px;
}

#list-form input#search-addr {
  width: 260px;
}

#list-form select#search-distance {
  width: 90px;
}

#list-form select#search-filter {
  width: 240px;
}

#list-form .spacer {
  padding: 0 6px 0 12px;
  position: relative;
  top: 2px;
  height: 36px;
  line-height: 36px;
}

#list-spinner {
  float: right;
  position: relative;
  top: 3px;
  left: -4px;
  display: none;
}

/* List Items
------------------------------------------------------------------*/

#list-items {
  margin-top: 10px;
  height: 680px;
  overflow-y: scroll;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 3px;
}

.no-results {
  padding: 30px 0 10px;
  text-align: center;
  font-size: 120%;
  font-style: italic;
  color: #999;
}

.list-item {
  /*height: 160px;*/
  padding: 10px;
  border-bottom: 1px solid #dedede;
}

#list-items .list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.list-item img.static-gmap {
  float: left;
  display: block;
  margin-right: 20px;
}

.list-item h3 {
  font-size: 135%;
  margin: 6px 0 0;
}

.list-item .address {
  width: 300px;
  float: left;
}

.list-item .specialties {
  width: 200px;
  height: 120px;
  float: left;
}

.list-item .distance {
  width: 150px;
  height: 120px;
  position: relative;
  float: left;
}

.list-item .distance h4 {
    margin-bottom: 8px;
}

.list-item .distance span {
  /*line-height: 110px;*/
  font-size: 220%;
  color: #888;
}

.list-item .distance .btn-primary {
    padding-left:10px;
    padding-right:20px;
    margin-top:10px;
}

.list-item .distance .btn-primary .fa-chevron-right {
    right:7px;left:auto;
}

.suggestion {
  background: #ffffc4;
  color: #46400c;
  font-weight: normal;
  text-align: center;
  display: block;
  padding: 6px;
  margin: 5px 0;
  border-radius: 3px;
  position: relative;
}

.suggestion a.close,
.suggestion a.close:visited {
  display: block;
  position: absolute;
  z-index: 999;
  right: 11px;
  top: 8px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  background: #c0b027 url('../../img/icons/close.gif') no-repeat 4px 4px;
}

.suggestion a.close:hover {
  background-color: #46400c;
}

#mapFilterEl {
  margin-top: 53px;
}
