html,
body {
  height: 100%; }

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px; }

.wrap > .container {
  padding: 70px 15px 20px; }

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px; }

.jumbotron {
  text-align: center;
  background-color: transparent; }

.jumbotron .btn {
  vertical-align: top; }

.not-set {
  color: #c55;
  font-style: italic; }

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px; }

a.asc:after {
  content: "\e151"; }

a.desc:after {
  content: "\e152"; }

.sort-numerical a.asc:after {
  content: "\e153"; }

.sort-numerical a.desc:after {
  content: "\e154"; }

.sort-ordinal a.asc:after {
  content: "\e155"; }

.sort-ordinal a.desc:after {
  content: "\e156"; }

.grid-view th {
  white-space: nowrap; }

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999; }

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0; }

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none; }

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px; } }
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none; }

.nav > li > form > button.logout:focus {
  outline: none; }

.btn-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #0C9;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000; }

.btn-edit {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  background-color: #0C9;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.place {
  padding: 0;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 10px; }
  .place h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: bold; }
  .place .thumbnail {
    border: 0;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 0; }
    .place .thumbnail img {
      object-fit: cover;
      width: 100%;
      height: 150px;
      margin-bottom: 0; }
  .place .place-description {
    padding: 10px; }
    .place .place-description address,
    .place .place-description .distance {
      margin-bottom: 0; }
    .place .place-description .distance {
      font-style: italic;
      font-weight: bold; }
  .place:hover {
    background: #eee; }

@media (min-width: 768px) {
  .place h1 {
    margin-top: 20px;
    font-size: 36px;
    margin-bottom: 0; }
  .place .thumbnail img {
    height: 200px; } }
.place h1 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0; }
.place address {
  margin-bottom: 10px; }
.place p.comment:empty {
  display: none; }

#results a, #results a:visited, #results a:active, #results a:hover {
  color: black;
  text-decoration: none; }

div.required label.control-label:after {
  content: " *";
  color: red; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.error {
  color: #f33; }

.saving.small {
  width: 32px;
  height: 32px; }
.saving.medium {
  width: 64px;
  height: 64px; }
.saving.large {
  width: 100px;
  height: 100px; }

.context-menu {
  z-index: 9999;
  font-size: 1.1em;
  position: absolute;
  width: 200px;
  height: auto;
  padding: 5px 0;
  border-radius: 5px;
  top: 10px;
  left: 10px;
  background-color: #eeeeee;
  border-color: #555;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
  color: #fff; }
  .context-menu a {
    display: inline-block;
    width: 100%;
    padding: 5px 5px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .context-menu a, .context-menu a:hover, .context-menu a:active, .context-menu a:visited {
      color: #000;
      text-decoration: none; }
    .context-menu a:hover {
      background-color: #ddd; }

.modal-footer .btn-delete {
  float: left; }

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