hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

#map {
  height: 385px;
  width: 100%;
  margin-top: 5px;
}

.card {
  height: 320px;
  position: relative;
}

#editProfile .card {
  height: 100% !important;
}

.card .links {
  position: absolute;
    bottom: 0;
    width: 90%;
}

.card-content {
  margin-top: 80px;
}

.modal-footer .btn+.btn {
  margin-bottom: 10px;
}
.navbar {
  margin-bottom: -85px;
  z-index: 100;
}

.modal .modal-body {
    max-height: 420px;
    overflow-y: auto;
}

.btn-facebook {
  color: #3B5998 !important;
}

.btn-stripe {
    background-color: #4F99D0 !important;
}
.nav-pills {
  margin-top: 10px;
}

.nav-pills>li {
  float: none;
  margin-bottom: 5px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.red {
  color: #f44336;
}

.green {
  color: #4caf50;
}

.blue {
  color: #03a9f4;
}

.space-section-title {
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.option-tooltip {
  padding-top: 15px;
}

.option-tooltip .fa {
  font-size: 20px;
  padding-left: 5px;
}

.space {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.profile .avatar {
  margin-top: -60px;
  margin-bottom: 10px;
}

.profile .name h3 {
  font-weight: 500;
}

.profile .description {
    margin: 30px auto 0;
    max-width: 600px;
}

.image-wrap {
  text-transform: uppercase;
  position: relative;
}

.img-overlay {
    position: absolute;
    height: 100%;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0, 0.3);
    color: white;
    padding-top: 55px;
}

.border {
  border: solid 1px #ddd;
}

.circle-icon {
  background-color: #3A3A3A;
  display: inline-block;
  text-align: center;
  border-radius: 35px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  font-size: 18px;
  margin-bottom: 10px
}

.circle-image {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: -40px;
  border-radius: 50px;
  display: block;
}

.label-wrap {
  position: absolute;
  margin-top: 10px;
  margin-left: 5px;
}

.label-wrap .label {
  font-size: 14px;
}

.consortium-spaces {
  overflow-y: scroll;
  max-height: 155px;
}

*:focus {
    outline: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
  background-color: white !important;
  border: solid 1px #eee !important;
}

.btn-group.open > .dropdown-toggle.btn, .btn-group.open > .dropdown-toggle.btn.btn-default {
  background-color: white;
  color: #999;
  box-shadow: none;
}

.btn-group, .btn-group-vertical {
  margin: 0px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #4A4A4A;
}

.top20 {
  margin-top: 20px;
}

.voucher-btn {
    padding: 4px 5px !important;
}

.table>thead>tr>th{
    border-bottom-width: 1px;
    font-size: 1.2em;
    font-weight: 100;
    color: #3C4858;
}

.table>tbody>tr>td {
    padding: 12px 8px;
    vertical-align: middle;
    color: #3C4858;
}

.pagination > .active > span {
    box-shadow: none;
}

.img-fit {
    width: 70%;
    height: 40px;
}

.img-fit img {
    display: block;
    width: 100%;
}

.stats-filters {
    padding-top: 20px;
    padding-bottom: 10px;
}

.nav-tabs {
    background-color: white;
    padding: 0;
}

.nav-tabs > .active {
    background-color: #4a4a4a;
    color: white !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav-tabs > .active > a{
    color: white !important;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: black !important;
}

.nav-filters li {
    float: left !important;
}

.img-fill {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
}

.cities-sidebar {
    overflow-y: scroll;
    height:800px;
    overflow-x: hidden;
}

.nav>li>a {
  padding: 10px 0px;
}

.search-not-found {
  padding: 20px 0;
}

.search-not-found > h3 {
  padding-top: 20px;
}