/** debug **/
.golf-club-page .search-header {
  border: none;
}
.golf-club-page .search-header .navbar-header {
  white-space: nowrap;
  flex-wrap: nowrap;
}
.golf-club-page .search-other {
  background-color: white;
  padding-top: 5px;
}
.golf-club-page .nx-teesheet, .golf-club-page .memberlist, .golf-club-page .club-bg {
  background-color: white;
}
.golf-club-page .club-card-image {
  border: 1px solid #ccc;
  position: relative;
  min-height: 150px;
}
.golf-club-page .club-card-image:before {
  content: " ";
  display: block;
  position: absolute;
  left: -3px;
  top: -10px;
  height: calc(100% + 20px);
  width: calc(100% + 6px);
  background-color: white;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.golf-club-page .club-card-image:after {
  content: attr(alt);
  display: block;
  position: absolute;
  left: 3px;
  top: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 6px);
  color: #ccc;
  z-index: 1;
  line-height: 120px;
  font-size: 16px;
  font-style: normal;
  text-align: center;
}
.golf-club-page .nx-teesheet .container {
  max-width: 100%;
}
.golf-club-page .club-bg .golf-club-infos .form-control {
  margin-left: 15px;
  max-width: calc(100% - 30px);
}
.golf-club-page .club-logo[src=""] {
  display: none;
}
.golf-club-page .product-category-search a, .golf-club-page .product-category-search span {
  font-size: 14px;
  font-weight: normal;
}
.golf-club-page .panel-club {
  border: 0 none;
  background-color: transparent;
  margin-top: 0;
}
.golf-club-page .panel-club .container-fluid {
  padding-right: 15px;
}
.golf-club-page .panel-club > .panel-heading, .golf-club-page .panel-club > .club-header-navigation {
  margin-bottom: 0px;
  padding: 0;
  border-bottom: 0 none;
  text-align: left;
  font-size: 14px;
}
.golf-club-page .panel-club > .panel-heading::after, .golf-club-page .panel-club > .club-header-navigation::after {
  display: none;
}
.golf-club-page .timeselector select {
  background-image: none;
}
.golf-club-page .memberlist {
  padding: 20px 0;
}
.golf-club-page .memberlist .member-image-cell {
  text-align: center;
}
.golf-club-page .memberlist .member-image-cell .member-image {
  max-height: 50px;
  max-width: 50px;
  margin: auto;
}
.golf-club-page .btn-sm, .golf-club-page .btn-sm:active, .golf-club-page .btn-sm:focus, .golf-club-page .btn-sm:focus:active, .golf-club-page .btn-sm:hover {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  .golf-club-page .panel-club > .panel-heading, .golf-club-page .panel-club > .club-header-navigation {
    padding: 2px;
    margin-bottom: 5px;
  }
  .golf-club-page .memberlist {
    padding: 0;
  }
  .golf-club-page .memberlist > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .golf-club-page .memberlist .table {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
  }
  .golf-club-page .memberlist .table > thead:first-child > tr:first-child > th:first-child {
    border-top-left-radius: 0;
  }
  .golf-club-page .memberlist .table > thead:first-child > tr:first-child > th:last-child {
    border-top-right-radius: 0;
  }
}

/*# sourceMappingURL=root.css.map */
