@import "loginUser.css";
.loading {
    min-height: 200px;
    min-width: 100px;
    background: url(../img/loading.gif) scroll center center no-repeat;
}

.modal-backdrop.fade.in {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.booking section {
    position: relative;
    background-color: #F6F6F6;
    border: 1px solid #DDD;
    margin-bottom: 25px;
}

.booking .checkicon {
    background: url(../img/icon_check1.png) scroll center center no-repeat;
    display: inline-block;
    min-height: 30px;
    min-width: 30px;
}

.booking .checkicon.fix {
    position: absolute;
    left: 0;
    top: 2px;
}

.search-result-categories > li > a {
    color: #b6b6b6;
    font-weight: 400
}

.search-result-categories > li > a:hover {
    background-color: #ddd;
    color: #555
}

.search-result-categories > li > a > .glyphicon {
    margin-right: 5px
}

.search-result-categories > li > a > .badge {
    float: right
}

.search-results-count {
    margin-top: 10px
}

.search-result-item {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px
}

.search-result-item:after,
.search-result-item:before {
    content: " ";
    display: table
}

.search-result-item:after {
    clear: both
}

.search-result-item .image-link {
    display: block;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

@media (min-width: 768px) {
    .search-result-item .image-link {
        display: inline-block;
        float: left;
        width: 200px
    }
}

@media (max-width: 767px) {
    .search-result-item .image-link {
        max-height: 200px
    }
}

.search-result-item .image {
    max-width: 100%
}

.search-result-item .info {
    margin-top: 2px;
    font-size: 12px;
    color: #999
}

.search-result-item .description {
    font-size: 13px
}

.search-result-item + .search-result-item {
    margin-top: 20px
}

@media (min-width: 768px) {
    .search-result-item-body {
        margin-left: 200px
    }
}

.search-result-item-heading {
    font-weight: 400
}

.search-result-item-heading > a {
    color: #555
}

@media (min-width: 768px) {
    .search-result-item-heading {
        margin: 0
    }
}


.preloading > div {
    background-color: #FFF;
    padding: 2rem 1.5rem;
}

.selections {
    cursor: pointer;
}

.selections .active {
    font-weight: 700;
}


.booking time {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    color: rgb(255,221,90);
    background-color: rgb(205,111,226);
    padding: 5px 5px 20px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .booking time {
        position: relative;
    }
}

.booking > div > section:nth-child(even) > time {
    background-color: rgb(255,221,90);
    color: rgb(205,111,226);
}

.booking > div > section > time > span {
    display: none;
}

.booking > div > section > time > .day {
    display: block;
    font-size: 56pt;
    font-weight: 100;
    line-height: 1;
}

.booking > div > section time > .month {
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1;
}

.booking > div > section time > .month.small {
    font-size: 1.2em;
    padding-top: 2em;
}
.booking .panel-body .panel-body {
 padding: 15px 30px;
}
#booking .form-group.required{
 position: relative;
}
#booking .form-group.required:before {
 content: "*";
 position: absolute;
 left: -10px;
 top: 2px;
 color: #900;
}

