﻿#ControlBar {
  /*height: 53px !important;*/
  box-sizing: initial;
}
.collapse {
  display: block !important;
}
#ControlEditPageMenu > li > a {
  /*height:44px !important;*/
}
.findalocal {
  /* Search Bar */
}
.findalocal a.goldButton {
  margin-top: 15px;
}
.findalocal .searchbar .search-item {
  float: left;
  margin-right: 2em;
}
.findalocal .searchbar .or-icon {
  border-radius: 50%;
  background-color: #1A67A7;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  margin-top: 12px;
}
.findalocal .searchbar input,
.findalocal .searchbar select * {
  color: #000;
}
.findalocal .searchbar .revert {
  color: #000 !important;
}
.findalocal .nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.findalocal .nopadding-left {
  padding-left: 0 !important;
  background-color: #dcdcdc;
}
.findalocal .mapFilters {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #003C6E;
}
.findalocal .mapFilters :last-child div {
  display: none;
}
.findalocal .mapFilters input {
  background-color: #ffc;
}
.findalocal .mapFilters .empty {
  color: gray;
  background-color: #f3f3f3;
}
.findalocal a.btn-primary:visited {
  color: #fff !important;
}
.findalocal #localmap {
  width: 100% !important;
  height: 600px;
  border: 1px solid #dcdcdc;
}
.findalocal #localmap img {
  max-width: inherit !important;
}
.findalocal #localmap .infobox {
  padding-bottom: 30px;
}
.findalocal .locationListWrapper {
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
  /*position:absolute;
        right:0;*/
  /*opacity:.9;*/
  z-index: 100;
  background-color: #cdf;
}
.findalocal .locationListWrapper .locationList,
.findalocal .locationListWrapper .locationList li {
  margin: 0;
  padding: 0;
}
.findalocal .locationListWrapper .locationBox {
  border: 1px solid #eee;
  padding: 6px;
  margin: 6px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
}
.findalocal .locationListWrapper .locationBox:hover,
.findalocal .locationListWrapper .locationBox-selected {
  background-color: #79B7ED;
}
.findalocal .bs-callout {
  padding: 20px;
  border: 1px solid #EEE;
  border-left-width: 5px;
  border-radius: 3px;
}
.findalocal .bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.findalocal .bs-callout-danger {
  border-left-color: #D9534F;
}
.findalocal .bs-callout-danger h4,
.findalocal .bs-callout-danger p {
  color: #D9534F;
}
.findalocal .error-indent {
  margin-left: 34%;
  margin-bottom: 12px;
}
