﻿/*Global*/

/* #267 - Ellipsis for truncated offer titles on cards */
.property .title h2 {
    text-overflow: ellipsis;
}

#agentContactForm .form-group label, #agentContactForm .form-group div {
    padding-left: 0px;
}


.modal-scrollable {
    height: calc(100vh - 105px) !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal-open {
    padding-right: 0px !important;
}

.control-span {
    position: relative;
    top: 7px;
}

.dropzone {
    margin-bottom: 15px;
}

#agencyupload {
    margin-left: 15px;
    max-width: 266px;
}

    #agencyupload .dz-preview {
        margin-left: 50px;
    }

.control-label {
    padding-top: 7px;
    margin-bottom: 0px;
    text-align: right;
    font-weight: normal;
}

.btn {
    margin-top: 15px;
}

.btn-navbar {
    margin: 10px;
}

.btn-social {
    text-align: center !important;
}

.btn-submit {
    margin-left: 15px;
    margin-right: 15px;
}



.btn-copy {
    color: #fff;
    background-color: #750389;
    border-color: rgba(0,0,0,0.2)
}

    .btn-copy:focus, .btn-copy.focus {
        color: #fff;
        background-color: rgb(74,2,87);
        border-color: rgba(0,0,0,0.2)
    }

    .btn-copy:hover {
        color: #fff;
        background-color: rgb(74,2,87);
        border-color: rgba(0,0,0,0.2)
    }

    .btn-copy:active, .btn-copy.active, .open > .dropdown-toggle.btn-copy {
        color: #fff;
        background-color: rgb(74,2,87);
        border-color: rgba(0,0,0,0.2)
    }

        .btn-copy:active:hover, .btn-copy.active:hover, .open > .dropdown-toggle.btn-copy:hover, .btn-copy:active:focus, .btn-copy.active:focus, .open > .dropdown-toggle.btn-copy:focus, .btn-copy:active.focus, .btn-copy.active.focus, .open > .dropdown-toggle.btn-copy.focus {
            color: #fff;
            background-color: rgb(74,2,87);
            border-color: rgba(0,0,0,0.2)
        }

    .btn-copy:active, .btn-copy.active, .open > .dropdown-toggle.btn-copy {
        background-image: none
    }

    .btn-copy.disabled:hover, .btn-copy[disabled]:hover, fieldset[disabled] .btn-copy:hover, .btn-copy.disabled:focus, .btn-copy[disabled]:focus, fieldset[disabled] .btn-copy:focus, .btn-copy.disabled.focus, .btn-copy[disabled].focus, fieldset[disabled] .btn-copy.focus {
        background-color: #750389;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-copy .badge {
        color: #750389;
        background-color: #fff
    }

    .btn-copy input[type="text"] {
        height: 20px;
        width: 100%;
    }

.btn-mail {
    color: #fff;
    background-color: #7ba9cb;
    border-color: rgba(0,0,0,0.2)
}

    .btn-mail:focus, .btn-mail.focus {
        color: #fff;
        background-color: rgb(87,146,189);
        border-color: rgba(0,0,0,0.2)
    }

    .btn-mail:hover {
        color: #fff;
        background-color: rgb(87,146,189);
        border-color: rgba(0,0,0,0.2)
    }

    .btn-mail:active, .btn-mail.active, .open > .dropdown-toggle.btn-mail {
        color: #fff;
        background-color: rgb(87,146,189);
        border-color: rgba(0,0,0,0.2)
    }

        .btn-mail:active:hover, .btn-mail.active:hover, .open > .dropdown-toggle.btn-mail:hover, .btn-mail:active:focus, .btn-mail.active:focus, .open > .dropdown-toggle.btn-mail:focus, .btn-mail:active.focus, .btn-mail.active.focus, .open > .dropdown-toggle.btn-mail.focus {
            color: #fff;
            background-color: rgb(87,146,189);
            border-color: rgba(0,0,0,0.2)
        }

    .btn-mail:active, .btn-mail.active, .open > .dropdown-toggle.btn-mail {
        background-image: none
    }

    .btn-mail.disabled:hover, .btn-mail[disabled]:hover, fieldset[disabled] .btn-mail:hover, .btn-mail.disabled:focus, .btn-mail[disabled]:focus, fieldset[disabled] .btn-mail:focus, .btn-mail.disabled.focus, .btn-mail[disabled].focus, fieldset[disabled] .btn-mail.focus {
        background-color: #7ba9cb;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-mail .badge {
        color: #7ba9cb;
        background-color: #fff
    }


.ellipsis {
    text-overflow: ellipsis;
}


body a {
    -moz-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    -webkit-transition: color 0.1s ease-in;
    color: #ffaf50;
    transition: color 0.1s ease-in;
}

    body a:hover {
        color: #ff981d;
        text-decoration: underline
    }

body p {
    line-height: 20px
}


textarea.form-control {
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
}

.grid-cell {
    border: hidden;
}


#btn-nav {
    cursor: pointer;
}

#link-below-map {
    cursor: pointer;
    font-weight: bold;
}

#btn-nav-small {
    margin-left: 3px;
    position: relative;
    top: -2px;
    height: 20px;
    cursor: pointer;
}

.content tr {
    border-bottom: 1px solid gainsboro;
}

.content td,
.content th {
    padding: 6px;
}

.markerMap:hover div {
    display: block;
    width: 200px;
    visibility: visible;
}

.markerMap:hover img {
    z-index: 200;
}
/* Konec Piny Na mapě */

#location-body {
    padding-left: 0px !important;
    margin-bottom: 5px;
}

.overview {
    border: none !important;
    float: left;
    width: 230px;
}

    .overview div {
        font-size: 0.9em;
    }

.properties-rows .smap {
    height: 200px !important;
}

.property-detail .overview {
    border: 1px solid #b5b5b5;
    margin: 0px 30px 10px 0px;
    padding: 20px
}

.property .glyphicon {
    text-shadow: 1px 1px #ffaf50;
}

.dl-horizontal dt {
    white-space: normal;
}


.btn-remove-offer, .btn-remove-favorite, .btn-remove-hidden {
    width: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.smap-suggest {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.smap-suggest-item {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}

.smap-suggest-item:last-child {
    border-bottom: none;
}

.smap-suggest-item:hover,
.smap-suggest-item.selected {
    background-color: #ffaf50;
    color: #fff;
}

.smap-suggest-item:hover strong,
.smap-suggest-item.selected strong {
    color: #fff;
}

.smap-suggest-location {
    color: #888;
}

.smap-suggest-label {
    color: #aaa;
    font-size: 12px;
}

.smap-suggest-item:hover .smap-suggest-location,
.smap-suggest-item:hover .smap-suggest-label,
.smap-suggest-item.selected .smap-suggest-location,
.smap-suggest-item.selected .smap-suggest-label {
    color: #fff;
}

.filter-text {
    position: relative;
}

.navigation-wrapper .navigation .nav .tag-suggest {
    visibility: visible !important;
    position: absolute !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    top: 62px !important;
    margin-top: 0 !important;
    max-height: 250px;
    overflow-y: auto;
    z-index: 10001;
    border-top: 1px solid #ccc;
    background: #fff !important;
    border-right: none !important;
}

.navigation-wrapper .navigation .nav .tag-suggest .smap-suggest-item {
    color: #333 !important;
    font-size: 14px;
    padding: 10px 12px;
    text-align: left;
}

.navigation-wrapper .navigation .nav .tag-suggest .smap-suggest-item:hover,
.navigation-wrapper .navigation .nav .tag-suggest .smap-suggest-item.selected {
    color: #fff !important;
}

.tag-clear-btn {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
    margin: 0;
}

.tag-clear-btn:hover {
    color: #333;
}

.collapse-button {
    position: relative;
    top: 7px;
}

.important {
    font-weight: bold;
}

.nav-pills li a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}


.filter-href {
    width: 220px;
}

#mapDetail {
    width: 100%;
    height: 200px;
}

.side-widget {
    background-color: white;
    margin: 0px;
    padding: 10px;
    width: 100%;
}

    .side-widget .image img {
        width: 100%;
        max-width: 250px;
    }

.agency-contacts .glyphicon {
    margin-right: 15px;
    color: #d5d5d5;
}

.agency-contacts {
    white-space: nowrap;
}

img.agency-logo {
    width: 100%;
    max-width: 250px;
}

.bottom-wrapper .key {
    background-size: 56%;
}

.bottom-wrapper .gps {
    background-size: 60%;
}

.bottom-wrapper .address {
    background-size: 41%;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-group img {
    max-width: 100%;
}

.map .row .span3 {
    position: relative;
}

.control-group {
    margin-bottom: 10px;
}

.checkbox {
    padding-top: 5px;
}

a:focus {
    color: #ffaf50;
}

.btn-primary:hover {
    background-color: #ff981d !important;
}

.chzn-container {
    width: 100% !important;
}

.tag-editor-suggest {
    float: left;
    margin-right: 1rem;
    cursor: pointer;
}

/*.zoom {
    position: absolute;
    top: 10px;
    left: 10px;
}

.compass {
    position: absolute;
    top: 20px;
    left: 10px;
}*/

.carousel {
    width: 97.5%;
}

.result-selected, li.active-result {
    background-color: white !important;
    color: #444444 !important;
}

    .result-selected, li.active-result.highlighted {
        background-color: #ffaf50 !important;
        color: white !important;
    }

input[type=number] {
    -moz-border-radius: 0px;
    -moz-box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -webkit-font-smoothing: antialiased;
    background-image: none;
    border: 1px solid #d5d5d5;
    border-radius: 0px;
    box-shadow: none;
    color: #707070;
    margin: 0px;
    padding: 6px
}

ul.tag-editor.ui-sortable {
    border: 1px solid #d5d5d5;
    min-height: 35px;
}

    ul.tag-editor.ui-sortable li {
        position: relative;
        top: 5px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    ul.tag-editor.ui-sortable input {
        border: none;
        height: 20px;
    }

div.tag-editor-tag, div.tag-editor-delete {
    background-color: #ffaf50 !important;
    color: white !important;
    border-radius: 0px !important;
}

    div.tag-editor-tag:hover, div.tag-editor-delete:hover {
        background-color: #ff981d !important;
    }

    div.tag-editor-delete i:before {
        color: white !important;
    }

.ui-state-active {
    background-color: #ffaf50 !important;
    border: none !important;
}


#address-search {
    position: relative !important;
    left: 30px;
    top: 15px;
}

#address-submit {
    margin-top: 0px;
}

.top-navigation {
    width: 98%;
}

.smap .notification div {
    border-color: #ff981d !important;
}

.bathrooms {
    background-image: none !important;
    padding-left: 0px !important;
}

    .bathrooms span.glyphicon:before {
        color: #b5b6b5 !important;
        margin-right: 10px;
    }

    .bathrooms span.glyphicon span {
        color: #707070 !important;
        font-family: "Open Sans", "Arial", sans-serif;
    }

#price-note {
    font-size: 0.5em;
    color: #b5b6b5;
    padding-right: 0px;
    padding-left: 0px;
}

.overview-label {
    text-align: left !important;
}

.overview div.body span {
    padding: 0px;
    text-align: right;
}

#dz-preview-add:hover {
    text-decoration: underline;
}

#dz-preview-add .dz-image {
    cursor: pointer !important;
    background-color: lightgray;
}

    #dz-preview-add .dz-image:hover {
        cursor: pointer !important;
        background-color: gray;
    }

    #dz-preview-add .dz-image .glyphicon {
        color: white;
        position: relative;
        left: 5rem;
        top: 5rem;
        font-size: 2rem;
        cursor: pointer;
    }

.dz-add {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer !important;
}

    .dz-add a {
        color: #ffaf50;
        border: none;
    }

.dz-plus {
    margin: 16px;
    display: inline-block;
}

    .dz-plus .dz-image {
        width: 120px;
        height: 120px;
        border-radius: 20px;
    }

.filter {
    margin: 10px !important;
    color: white !important;
}

.filter-divider {
    margin-bottom: 20px !important;
}

.filter .sublabel {
    margin-left: 10px;
}

.filter label span {
    position: relative;
    top: 3px;
    user-select: none;
}

.filter-input input {
    width: 78px !important;
    margin-left: 17px !important;
    margin-right: 10px !important;
    margin-top: 15px !important;
    font-size: 0.9em;
}

.filter-text input {
    width: 85%;
    margin-left: 17px !important;
    margin-right: 10px !important;
    margin-top: 10px;
    font-size: 0.9em;
}

.filter-href {
    cursor: pointer;
    margin-left: 5px !important;
    font-size: 0.7em;
}

    .filter-href .col-md-2 {
        left: -3px;
    }

    .filter-href .text-right {
        left: -10px;
    }

    .filter-href .row {
        width: 100px !important;
    }

.filter #price-min, .filter #price-max {
    margin-bottom: 10px;
}

.input-append {
    position: relative !important;
}

.menuparent ul {
    z-index: 10 !important;
}

.detail td {
    padding-right: 40px;
    vertical-align: top;
}

.detail th {
    vertical-align: top;
    width: 50%;
}

.overview {
    padding: 10px !important;
}

    .overview .span3 {
        margin-left: 10px !important;
    }

.overview-full-row {
    width: 100% !important;
    padding-right: 0px !important;
}

    .overview-full-row.price-note {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .overview-full-row.big {
        font-size: 2em;
    }

.orange {
    color: #ffaf50;
}

.oblique {
    font-style: oblique;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}


.property-detail .properties li {
    text-transform: capitalize;
}


.container-full {
    padding: 0;
}

.corousel {
    height: 414px;
    padding: 0px;
    margin: 0 !important;
}

.corousel-content-block.big {
    width: 550px;
    height: 414px;
}

.corousel-content-block.small {
    width: 275px;
    height: 414px;
}

.corousel-content-block img {
    border: 1px solid white;
}

.corousel-content-block.big img {
    width: 550px;
    height: 414px;
}

.corousel-content-block.small img {
    width: 275px;
    height: 207px;
    float: left;
}

.text-align-left {
    text-align: left;
}

.pagination {
    margin: auto;
    display: table;
}

    .pagination .active span {
        background-color: rgb(213, 133, 18);
        margin-right: 10px;
        border: 1px solid #ddd;
    }

    .pagination li a {
        margin-right: 10px;
        color: rgb(255, 175, 80);
    }

    .pagination .active span:hover {
        background-color: rgb(213, 133, 18);
        border-color: white;
    }

    .pagination li a:hover {
        background-color: rgb(240, 173, 78);
        color: white;
        text-decoration: none;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 0px;
    }

/* Mobile pagination - #272 */
@media (max-width: 576px) {
    .pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination li {
        display: inline-block;
    }

    .pagination li a,
    .pagination .active span {
        padding: 6px 10px;
        font-size: 14px;
        margin-right: 4px;
        margin-bottom: 4px;
    }
}

.corousel.navigation.button {
    cursor: pointer;
    color: white;
    width: 40px;
    height: 40px;
    background-color: #ffaf50;
    display: block;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 187px;
    z-index: 1;
}

    .corousel.navigation.button:hover {
        background-color: #ff981d;
    }

    .corousel.navigation.button.prev {
        left: 20px;
    }

    .corousel.navigation.button.next {
        right: 20px;
    }

    .corousel.navigation.button span {
        top: 12px;
    }

.checkbox input[type="checkbox"] {
    margin-left: 0px !important;
}

.property .location {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
}

.property .bedrooms {
    min-width: 65px;
    text-align: right;
}

.nobackground {
    background: none !important;
}

.nav .fa {
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
}


#watchdog-result {
    margin-top: 10px;
    display: none;
}

.glyphicon {
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
}

.col-centered {
    float: none;
    margin: 0 auto;
}


.copy-to-clipboard {
    margin: 0px;
}

    .copy-to-clipboard .copy-to-clipboard-text {
        width: 130px;
    }

    .copy-to-clipboard .copy-to-clipboard-button {
        height: 33px;
        margin-left: 10px;
        padding-left: 6px;
        background: #ffaf50;
        border: 0px;
        color: white;
    }

        .copy-to-clipboard .copy-to-clipboard-button:hover {
            background: #ff981d;
        }

.opacity-10 {
    opacity: 0.3;
}

.opacity-none {
    opacity: 1;
}

.menu-bootstrap-grid a:hover {
    text-decoration: none;
}

.menu-bootstrap-grid .sort:hover, .watchdog-toggle-form-button:hover {
    background-color: #272727;
}

.menu-bootstrap-grid .sort span, .watchdog-toggle-form-button span {
    cursor: pointer;
}

.menu-bootstrap-grid .dropdown {
    position: relative;
    display: inline-block;
}

    .menu-bootstrap-grid .dropdown ul {
        list-style-type: none;
        display: none;
        position: absolute;
        background-color: #272727;
        min-width: 220px;
        padding: 12px 16px;
        z-index: 1;
        top: 58px;
        left: 0px;
        text-align: left;
    }

        .menu-bootstrap-grid .dropdown ul li {
            margin: 10px;
        }

    .menu-bootstrap-grid .dropdown:hover ul {
        display: block;
    }




.menu-bootstrap-grid .sort-black:hover {
    background-color: #272727;
}

.background-color-gray-menu {
    background-color: rgba(255, 255, 255, 0.5);
}

.wrap {
    word-wrap: break-word; /* IE */
}


.no-background {
    background-image: none !important;
}

.cluster > div {
    color: #272727 !important;
    background-color: rgba(39,39,39,1) !important;
    background-image: url(../img/logo.png);
    background-size: cover;
    border: 5px solid rgba(242,148,78,1) !important;
}

    .cluster > div span {
        position: relative;
        top: -9px;
        left: -1px;
        display: none;
    }

    .cluster > div img {
        display: none !important;
    }

#myFooter {
    background-color: #2c3e50;
    border-top: #ffaf50 solid 2px;
    color: #ccc;
    padding: 16px 0 12px;
}

#myFooter a {
    color: #e0e0e0;
}

#myFooter a:hover {
    color: #ffaf50;
    text-decoration: none;
}


        .btn.btn-primary.arrow-right {
            background-image: url("../img/arrow-right-white.png");
            background-position: 90% center;
            background-repeat: no-repeat;
            background-size: 8px 11px;
            padding-right: 30px;
        }

        .btn.btn-primary:hover {
            background-color: #ff981d
        }

    .btn.btn-large {
        padding: 5px 19px
    }

        .btn.btn-large.arrow-right {
            padding-right: 50px
        }



.description {
    padding-left: 20px;
}

.btn-inline, .btn-inline-double {
    margin: 0px;
    margin-top: 10px;
}

/*Media*/

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
    .navigation-wrapper .navigation .nav li:hover > .nolink.menuparent, .navigation-wrapper .navigation .nav li:hover > a.menuparent {
        background-image: url("../img/arrow-bottom-white@2x.png")
    }

    .navigation-wrapper .navigation .nav li.menuparent > .nolink, .navigation-wrapper .navigation .nav li.menuparent > a {
        background-image: url("../img/arrow-bottom-black@2x.png")
    }

    .navigation-wrapper .navigation .nav li.menuparent li.menuparent > .nolink, .navigation-wrapper .navigation .nav li.menuparent li.menuparent > a {
        background-image: url("../img/arrow-right-white@2x.png")
    }

    .navigation-wrapper .navigation .nav li ul li .nolink.menuparent, .navigation-wrapper .navigation .nav li ul li a.menuparent {
        background-image: url("../img/arrow-right-white@2x.png")
    }

        .navigation-wrapper .navigation .nav li ul li .nolink.menuparent:hover, .navigation-wrapper .navigation .nav li ul li a.menuparent:hover {
            background-image: url("../img/arrow-right-white@2x.png")
        }

    .navigation-wrapper .navigation .site-search button {
        background-image: url("../img/icons/search@2x.png")
    }

    .navigation-wrapper .navigation .language-switcher .en a {
        background-image: url("../img/flags/United-Kingdom-Flag@2x.png")
    }

    .navigation-wrapper .navigation .language-switcher .de a {
        background-image: url("../img/flags/Germany-Flag@2x.png")
    }

    .navigation-wrapper .navigation .language-switcher .fr a {
        background-image: url("../img/flags/France-Flag@2x.png")
    }

    .navigation-wrapper .navigation .language-switcher .current {
        background-image: url("../img/arrow-bottom-black@2x.png")
    }

    .btn.btn-primary.arrow-right {
        background-image: url("../img/arrow-right-white@2x.png")
    }
}

    div.unblock {
        background-color: red;
        color: yellow;
        padding: 10px;
    }

        div.unblock h2 {
            color: yellow;
            font-weight: bolder;
        }

    p a {
        text-decoration: underline;
    }

    .stars-rating {
        padding-top: 15px;
        float: right;
    }

    .stars {
        color: #ffaf50;
    }

    /* toto ma byt v bootstrapu 5*/
    .img-fluid {
        max-width: 100%;
        height: auto;
        /*max-height: 120px*/
    }

    div.no-padding {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    /*.row-no-padding {
    margin-left: 0;
    margin-right: 0;
    [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
}*/

    .originalUrl-btn {
        margin-top: 10px;
        display: inline-block;
    }

    .report-offer {
        margin-top: 10px;
        margin-left: 5px;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

    .report-offer .report-reasons {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        list-style: none;
        padding: 5px 0;
        margin: 2px 0 0;
        min-width: 200px;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0,0,0,.15);
    }

    .report-offer.open .report-reasons {
        display: block;
    }

    .report-offer .report-reasons li {
        padding: 6px 15px;
        cursor: pointer;
        white-space: nowrap;
    }

    .report-offer .report-reasons li:hover {
        background-color: #f5f5f5;
    }

    .report-offer.reported {
        cursor: default;
        opacity: 0.7;
    }

    .report-badge {
        background-color: #d9534f;
        color: #fff;
        margin-left: 4px;
    }

    .disclaimer-banner {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 13px;
        clear: both;
    }

    .disclaimer-banner .glyphicon {
        margin-right: 5px;
    }

    .galleryAd {
        width: 200px !important;
        height: 414px !important;
        overflow-y: hidden;
    }

    .adLabel {
        font-size: small;
        text-align: center;
        margin-top: -10px;
    }

    #priceChart {
        padding-right: 10px;
        padding-bottom: 10px;
    }

div#showMapButton {
    z-index: 11100;
}

/* Fix for modal appearing behind search menu */
.modal {
    z-index: 11200 !important;
}

.modal-backdrop {
    z-index: 11100 !important;
}

/* Ensure dropdown menus don't appear over modals */
.menu-bootstrap-grid .dropdown ul {
    z-index: 1 !important;
}

/* Adjust showMapButton if needed */
div#showMapButton {
    z-index: 1000;
}


/* Ensure Lightbox appears on top of modals */
.lightboxOverlay {
    z-index: 12100 !important;
}

.lightbox {
    z-index: 12200 !important;
}

/* Wizard progress indicator */
.wizard-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    padding: 15px 0;
}

.wizard-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.wizard-step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #fff;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.wizard-step.active .wizard-step-circle {
    background: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}

.wizard-step.completed .wizard-step-circle {
    background: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}

.wizard-step-label {
    margin-top: 6px;
    font-size: 13px;
    color: #999;
}

.wizard-step.active .wizard-step-label {
    color: #333;
    font-weight: bold;
}

.wizard-step.completed .wizard-step-label {
    color: #5cb85c;
}

.wizard-step-line {
    flex: 1;
    height: 2px;
    background: #ccc;
    margin: 0 8px;
    margin-bottom: 22px;
    min-width: 40px;
    max-width: 120px;
}

.wizard-step-line.completed {
    background: #5cb85c;
}

@media (max-width: 575px) {
    .wizard-step-label {
        font-size: 11px;
    }
    .wizard-step {
        min-width: 60px;
    }
    .wizard-step-circle {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

/* Password requirements */
.password-requirements {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 12px;
}

.password-requirements li {
    padding: 2px 0;
    color: #999;
}

.password-requirements li.met {
    color: #5cb85c;
}

.password-requirements li .glyphicon {
    margin-right: 4px;
    font-size: 10px;
}

/* Registration success */
.register-success {
    text-align: center;
    padding: 30px 15px;
}

.register-success .glyphicon-ok-circle {
    font-size: 64px;
    color: #5cb85c;
    display: block;
    margin-bottom: 20px;
}

.register-success h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.register-success .btn {
    margin: 5px;
}
