html, body {
  height: 100%; }
  html #map, body #map {
    height: 100%; }
  html .full-height, body .full-height {
    height: 100%; }
  html .map-container, body .map-container {
    margin: 0;
    padding: 0; }
  html .panel-heading a, body .panel-heading a {
    font-size: 14px; }
  html .fb-login-container, body .fb-login-container {
    text-align: center; }
  html #contact-form, body #contact-form {
    padding: 10px;
    width: 350px; }

legend {
  font-size: 18px;
  padding-left: 10px; }

.navbar-fixed-top .navbar-collapse {
  max-height: 100%; }

.navbar-default {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3); }
  .navbar-default .glyphicon {
    font-size: 25px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px; }

.dropdown-accordion .dropdown-toggle {
  padding: 10px 8px;
  color: #777;
  border: none;
  background: transparent;
  border-radius: none; }
  .dropdown-accordion .dropdown-toggle:hover {
    color: #333; }
.dropdown-accordion .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 2px solid #e7e7e7;
  border-top: none;
  background: #eeeeee; }
  @media screen and (max-width: 767px) {
    .dropdown-accordion .dropdown-menu {
      padding: 12px;
      background: #333; } }
.dropdown-accordion .panel-heading {
  padding: 0;
  background: #eeeeee; }
  .dropdown-accordion .panel-heading a {
    display: block;
    padding: 10px 15px; }
.dropdown-accordion .panel-group {
  margin: 0; }
.dropdown-accordion .panel-default {
  padding: 0;
  border: none; }
.dropdown-accordion .list-group-item {
  margin: 0; }
  .dropdown-accordion .list-group-item a {
    transition-duration: 0.6s; }
.dropdown-accordion .list-group-item.active > a {
  color: #fff; }

.page-heading {
  padding: 20px 0 40px;
  text-align: center; }

.logo-main {
  float: left;
  margin: 5px 5px 0 0; }

section {
  margin-top: 40px; }

section:first-of-type {
  margin-top: 0; }

.sub-section-wrapper {
  margin-top: 40px;
  margin-left: 20px; }

.sub-section {
  margin-bottom: 40px; }

.panel-default {
  padding: 20px; }

#fake-footer {
  height: 600px;
  widith: 100%;
  background: #ccc; }

/* Helpers for top position on internal page links
====================================================*/
#topPos:before,
.container h3:before,
.container h4:before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden; }

.glyphicon.glyphicon-info-sign {
  font-size: 15px; }

.popover-content {
  white-space: nowrap; }

.collection .dropdown-menu {
  min-width: 300px; }
  .collection .dropdown-menu .games-list {
    max-height: 400px;
    overflow-y: auto; }
    .collection .dropdown-menu .games-list .glyphicon {
      font-size: 14px;
      font-weight: bold;
      color: #000000; }
  .collection .dropdown-menu .games-list .game, .collection .dropdown-menu .games-list .game-suggestion, .collection .dropdown-menu .game-suggestion-list .game, .collection .dropdown-menu .game-suggestion-list .game-suggestion {
    font-size: 12px; }
    .collection .dropdown-menu .games-list .game > div, .collection .dropdown-menu .games-list .game-suggestion > div, .collection .dropdown-menu .game-suggestion-list .game > div, .collection .dropdown-menu .game-suggestion-list .game-suggestion > div {
      display: inline-flex;
      width: 100%;
      justify-content: space-between;
      padding-right: 10px; }
  .collection .dropdown-menu .games-list .game:hover, .collection .dropdown-menu .games-list .game-suggestion:hover, .collection .dropdown-menu .game-suggestion-list .game:hover, .collection .dropdown-menu .game-suggestion-list .game-suggestion:hover {
    background-color: #eee; }
  .collection .dropdown-menu #add-game {
    margin-bottom: 10px; }

.nav > li {
  display: inline-block; }

.modal#add-game-modal .search-result {
  height: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 100px;
  overflow-y: scroll;
  list-style-type: none; }
  .modal#add-game-modal .search-result li {
    cursor: pointer; }
    .modal#add-game-modal .search-result li:hover {
      background-color: #eee; }
.modal#add-game-modal .suggest label {
  font-weight: normal;
  padding-right: 10px; }

@media (min-width: 768px) {
  .dropdown-menu-right-left {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-right-left {
    left: 0;
    right: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-right-left {
    left: 0;
    right: auto; } }
.dropdown.settings .dropdown-menu, .dropdown.profile .dropdown-menu {
  width: 320px;
  padding-left: 10px;
  padding-right: 10px; }

.markertext-container {
  max-width: 350px; }

.user-infotext {
  border-bottom: 1px solid #eee;
  padding: 2px;
  margin-bottom: 10px;
  border: 1px solid #eee; }

input.red, textarea.red {
  border: 1px solid red; }

.user-game-list-container {
  list-style-type: decimal;
  max-height: 100px;
  overflow-y: auto;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  overflow-x: hidden;
  padding-right: 10px; }

#loginFBIcon {
  width: 50px;
  padding: 15px;
  cursor: pointer; }

.dropdown.about a {
  font-size: 10px;
  padding-top: 0;
  padding-right: 0; }
.dropdown.about div {
  padding: 10px; }

.fb-login-container.medium {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 1030; }

h1 {
  margin: 0;
  font-size: 21px; }

/*# sourceMappingURL=general.css.map */
