.main-container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.map .navbar {
    -webkit-box-shadow: 0 10px 0 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 0 0 rgba(0,0,0,.2);
}
.map.main-container {
    padding-bottom: 0;
}
.map img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.checkbox label.text-danger {
    color: #e74c3c;
}
.small-label {
    color: #ccc;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: normal;
}
.display {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}
.display.last {
    border-right: none;
}
.display .value {
    font-size: 1.6em;
    white-space: nowrap;
}

.page-profile,
.page-login,
.page-static {
    padding-top: 120px;
}

.panel-wrapper {
    margin-top: 60px;
}

#availability {
    margin-top: 20px;
}
#availability .panel + .panel {
    margin-top: 15px;
}
#availability .panel-heading {
    cursor: pointer;
    position: relative;
    padding-bottom: 30px;
}
#availability table {
    margin: 0;
}
#availability table .glyphicon {
    margin-right: 8px;
}
#availability td.interval {
    font-weight: bold;
}
#availability .meta-data {
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 0 20px;
}

#availability .meta-data .orig-price {
    opacity: .75;
    font-style: italic;
    display: inline-block;
    margin-right: 10px;
    text-decoration: line-through;
}

#availability .meta-data .orig-price + .actual-price {
    color: #e74c3c;
}

#availability .mini-intervals-table {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
}

#availability .mini-intervals-table td {
    height: 5px;
    position: relative;
}

#availability .mini-intervals-table .interval {
    position: absolute;
    top: -12px;
    left: 0px;
    right: 0px;
    font-size: 10px;
    color: #aaa;
    display: block;
    line-height: 12px;
    padding-left: 3px;
    padding-bottom: 5px;
    border-left: 1px solid rgba(0,0,0,0.2);
}

#availability .mini-intervals-table td:first-child .interval {
    border: none;
}

.checkout-table-wrapper,
.my-reservations-table-wrapper {
    padding-top: 20px;
}
.checkout-table-wrapper td>span,
.my-reservations-table-wrapper td>span{
    white-space: nowrap;
    display: inline-block;
    margin-left: 20px;
}
.sidebar {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 0 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    z-index: 200;
}
.sidebar .datepicker-inline {
    margin: 30px auto;
}

.sidebar .user-name-data {
    background: rgba(255,255,255,.7);
    margin: 0 -20px;
    padding: 10px 20px;
    border-bottom: 1px dotted #ccc;
}

#notification-wrapper {
    position: fixed;
    padding: 20px;
    bottom: 0;
    right: 0;
    width: 20%;
    min-width: 300px;
    z-index: 1000;
}
#spinner-wrapper {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(24, 188, 156, 0.6);
    display: none;
}
.spinner {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}
.container1 > div,
.container2 > div,
.container3 > div {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */

-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.circle1 {
    top: 0;
    left: 0;
}
.circle2 {
    top: 0;
    right: 0;
}
.circle3 {
    right: 0;
    bottom: 0;
}
.circle4 {
    left: 0;
    bottom: 0;
}
.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
   }
   40% {
       -webkit-transform: scale(1.0)
  }
}
@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
   }
   40% {
       transform: scale(1.0);
       -webkit-transform: scale(1.0);
  }
}

@media (max-width: 768px) {
    .sidebar {
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 1000;
      display: block;
      padding: 0 20px 20px;
      overflow-x: hidden;
      overflow-y: auto;
      background-color: #f5f5f5;
      border-right: 1px solid #eee;
      z-index: 200;
    }

    #availability .table-striped td {
        display: block;
    }
    #my-reservations-table-wrapper button,
    #checkout-table-wrapper button,
    #availability .table-striped button {
        padding: 5px 10px;
    }
    #availability .table-striped p:last-child {
        margin-bottom: 0;
    }

}