#cal td.active {
    cursor: default;
}

#cal td.btn-primary, td.btn-success {
    cursor: pointer;
}

@media (min-width: 1200px) {
    #filter .room-info-row {
        display: none;
    }

    .btn-region {
        width: 16.666%;
    }
}

@media (max-width: 1200px) {
    .btn-region {
        width: 33.33%;
    }
}

@media (min-width: 768px) {

    .navbar-nav {
        padding-top: 10px;
        padding-right: 35px;
    }

    #list {
        max-height: 480px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    html {
        overflow-y: scroll;
    }

    #list .room_phone {
        display: none;
    }


    #filter .room_address_link {
        display: none;
    }

    #filter .room-info-spacer {
        display: block;
    }
    #list .room-info-spacer {
        display: none;
    }

    #filter .room-info-row {
        position: relative;
        right: 41%;
        max-width: 55%;
    }
}

@media (max-width: 767px) {
    .region-check {
        top: 2px;
    }

    .btn-region {
        width: 50%;
        font-size: 0.8em;
    }

    .nav .nav-button {
        text-align: center;
    }

    .panel-title {
        font-size: 15px;
    }

    #list {
        margin-right: -15px;
        margin-left: -15px
    }

    #old_data {
        position: fixed;
        top: 5%;
        z-index: 2000;
        opacity: 0.9
    }
    #filter {
        padding-right: 5px;
        padding-left: 5px
    }

    #regions {
        padding-right: 5px;
        padding-left: 5px
    }

    #filter .room-info-top {
        font-size: 0.8em;
    }

    .room-info-row p {
        font-size: 0.8em
    }

    .phone_number {
        display: none;
    }
}

[id^=room_].disabled:hover, [id^=room_]:hover {
    cursor: pointer;
}

.list-group-item.disabled {
    cursor: pointer;
}

.btn[disabled] {
    cursor: default;
}

[id^=room_].disabled span {
    text-decoration: line-through;
}

.city-heading.disabled .city-name {
    text-decoration: line-through;
    color: gray;
}

.city-panel .panel-body {
    padding: 0;
}

.city-name {
    font-weight: bold;
}

.panel-title {
    margin-right: -25px;
}


#notification_email :invalid{
    box-shadow: 5px 1px 5px 5px red;
}

.control-label.invalid {
    color: red;
}

#notification_email :focus:invalid{
    outline: none;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

.city-heading {
    height: 35px;
    padding-top: 8px;
}

.city-badge, .filter-badge {
    height: 20px;
    width: 50px;
}

#old_data {
    cursor: pointer;

}

.navbar-nav {
    margin: 0;
}

.navbar .fa {
    font-size: 20px;
}

.float-left {
    float: right !important;
}
p {
    overflow: hidden;
    margin-bottom: 0px;
}

#list img + p, #filter img + p {
    padding-right: 5px;
}

#filter .fa + p, #list .fa + p {
    padding-right: 5px;
}

.room-info-row {
    margin-top: 10px;
}

#list .list-group-item:hover {
    background: #f5f5f5;
}
#list a {
    color: #555;
}
#list a:hover {
    text-decoration: none;
}


.info-button {
    cursor: pointer;
}

.padding-10 {
    padding-left: 10%;
    padding-right: 10%;
}

#filter a {
    color: black;
}

.fa-map-marker, .fa-info-circle, .fa-facebook-official, .fa-phone-square,
.fa-tripadvisor, .fa-globe, .star, .fa-trash, .fa-hashtag
{
    font-size: 22px;
    text-decoration: none !important;
}

.fa-hashtag {
    color: #337ab7;
}


.fa-map-marker {
    color: red;
}

.fa-info-circle {
    color: darkblue;
}

.fa-facebook-official {
    color: darkblue;
}

.fa-trash {
    color: red;
}

.fa-phone-square {
    color: green;
}

.fa-tripadvisor {
    color: green;
}

.fa-globe {
    color: darkblue;
}

.star-success {
  color: mediumseagreen;
}

.star-warning {
  color: #f5dd34;
}

.star-danger {
  color: red;
}

@keyframes blinker {
  50% {
    transform: scale(1.5);
  }
}

.star-blink {
    animation: blinker 1.5s cubic-bezier(1, 1.24, 0, -1.35) infinite;
    color: mediumseagreen;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    right: 15px;
    left: auto;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    padding-right: 20px;
}

.room-info-row span, .room-info-row img {
    padding-right: 5%;
}

.phone_number {
    float: right;
}

.review-label {
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-right: -10px;
}

.room_escape_logo {
    height: 20px;
    top: 1px;
    position: relative;
}

a.disabled {
    pointer-events: none;
}


.checkbox {
  padding-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  float: right;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  margin-right: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  top: 0;
  margin-right: -20px;
  padding-right: 2px;
  padding-top: 0px;
  font-size: 10px;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.filter-button {
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 80px;
    font-size: 0.9em;
}

.lang-icons {
    position: absolute;
    right: auto;
    left: 18px;
    padding-top: 18px;
}
.lang-icons  a {
    padding: 5px;
}

.sale-stack {
    position: relative;
    display: inline-block;
    height: 1em;
    right: 1px;
}

.sale-link {
    display:inline-block;
    width: 40px;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.sale-stack .fa, .sale-stack .sale-amount {
    position: absolute;
}

.fa-certificate {
    color: red;
    transform: scaleX(2);
    -webkit-transform: scaleX(2);
    right: 5px;
    top: -2px;
    font-size: 29px;
}

.sale-amount {
    top: 2px;
    font-weight: 700;
    color: white;
    text-align: center;
}

.group-region {
    text-align: center;
}

.btn-region {
    border-radius: 0 !important;
    margin-right: 0 !important;
}

.region-check {
    position: absolute;
    right: 10px;
    color: #2EBF30;
    font-size: 20px;
}

.region-badge {
    font-size: 10px;
    position: absolute;
    left: 10px;
}

.hidden {
    display: none !important;
}

.main-view {
    padding-top: 10px;
}

.btn-filter {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 12px;
    padding: 2px;
    width: 100%;
    outline: none !important;
}

.fa-toggle-filter {
    padding-left: 10px;
    position: relative;
    font-size: 20px;
    top: 3px;
}

#filter_panel_top {
    margin-bottom: 0px;
}

#filter_panel_bottom {
    margin-bottom: 0px;
}

#filter_cities {
    margin-bottom: 10px;
}

#filter_panel {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 0px;
    padding-bottom: 0px
}

.filter_button_row {
    margin-bottom: 10px;
}

.list-city {
    float: left;
}

#filter_time {
    margin-right: 10px;
    margin-left: 10px;
}
.glyphicon-chevron-right:before {
    content: "\e079";
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-right: .5em;
}