﻿#advancedSearchWrapper {
    margin: 0 auto;
    float: none;
    border: 1px solid #c20000;
    border-radius: 4px;
}

.icon {
    color: #fff !important;
    margin-right: 5px;
}

#searchTileWrapper .relative,
#searchStateWrapper .relative {
    margin-left: 35px;
}

#searchSuburbWrapper .relative {
    margin-left: 50px;
}

#searchCentreWrapper .relative {
    margin-left: 120px;
}

#searchCentreWrapper.disabled *,
#searchSuburbWrapper.disabled * {
    color: #999 !important;
}

#searchTileSizeWrapper .relative {
    line-height: 34px;
    text-align: left;
    margin-left: 70px;
}

#searchTileSizeWrapper input[type='text'] {
    border: none;
    width: 80px;
    border-bottom: 1px solid #a0a0a0;
}

.search-field-wrapper {
    border: 1px solid #a0a0a0;
    border-radius: 2px;
    overflow: hidden;
    margin: 10px;
}

    .search-field-wrapper h6 {
        line-height: 34px;
        float: left;
        margin-left: 5px;
        font-size: 14px;
    }

.bookingsearch-dropdown {
    /* position: absolute;
    top: 2px;
    left: 10px;*/
    border: none;
    font-weight: 600;
    width: 94.5%;
    height: 34px;
    z-index: 5;
    font-size: 1em;
}

.last-column {
    margin: 0;
}

    .last-column .search-field-wrapper {
        margin: 10px 10px 0 0;
    }

#searchTileWrapper .bookingsearch-dropdown {
    width: 97%;
}

#btnSubmit {
    color: #fff !important;
    height: 30px;
    width: 320px;
}

#btnAdvancedSearch {
    color: #fff !important;
    height: 30px;
    background-color: #c20000;
    border-bottom: none;
    height: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#btnSubmitWrapper {
    width: 320px;
    background: transparent;
    margin: 15px auto;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
    border-radius: 4px;
    height: 32px;
    margin: 10px;
    color: #fff;
}

#bookingbox {
    margin: 20px auto;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #950000;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

#bookingSearchWrapper {
    position: relative;
    overflow: hidden;
    padding: 0;
    -moz-box-shadow: inset 0 0 10px #e2e2e2;
    -webkit-box-shadow: inset 0 0 10px #e2e2e2;
    box-shadow: inset 0 0 10px #e2e2e2;
    padding-bottom: 10px;
}

#bookingboxHeaderWrapper {
    background: url(../images/bookingheader-bg.jpg) repeat-x;
    display: block;
    height: 59px;
}

    #bookingboxHeaderWrapper > h3 {
        color: #fff;
        padding-top: 10px;
        display: block;
        text-shadow: 0px 1px #810000;
        font-weight: 600;
    }

#bookingWrapper {
    overflow: hidden;
    /*height: 431px;*/
    background: url(../images/booking-background.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #bookingWrapper * {
        color: #484848;
    }

#search-content-wrapper, #search-city-content-wrapper {
    position: relative;
}

.loadingPanel {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    width: 100%;
    height: 225px;
    left: 0px;
    top: 0px;
    padding: 5px;
    position: absolute;
    z-index: 99;
}

#select-centre, #select-state, #select-city {
    border: 1px solid #a0a0a0; /*background-color: transparent;     background-image: url(../images/dropdown-background.png);     background-repeat: no-repeat;*/
    width: 95%;
    height: 32px;
    background: #fff;
    border-radius: 4px;
    text-indent: -99999px;
}

#centre-list-wrapper, #state-list-wrapper, #city-list-wrapper {
    position: relative;
}

.editable-wrapper {
    position: relative;
}

.editor-save-button {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    color: #333;
    text-align: center;
    overflow: visible;
    -webkit-appearance: none;
    border: 1px solid #b1b1b1;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}

#infoWrapper {
    margin: 28px auto;
}


.info-box {
    border-radius: 4px;
    margin-right: 15px;
    border: 1px solid #c20000;
    /*min-height: 260px;*/
    padding: 10px;
    background-color: #fff;
    word-wrap: break-word;
    background: url('../images/infobox-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .info-box > h1 {
        margin-top: 13px;
    }

    .info-box > hr {
        border: 0;
        height: 1px;
        background-image: url(../images/separator.png);
        background-repeat: no-repeat;
        background-position: center center;
        padding: 0px;
    }

    .info-box > p {
        margin: 0px;
    }

.last-box {
    margin-right: 0px;
}
