﻿.body-container {
    margin-top: 0px;
}

.page-info {
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 6px;
    margin-top: 2em;
}

.vcenter {
    margin-top: 20px;
}

    .vcenter .btn {
        margin-left: 10px;
    }

.sub-title {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 1.8em;
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
    color: #FFF;
    border-radius: 5px 5px 0px 0px;
    border-bottom: solid 2px gray;
}

    .sub-title h3 {
        color: #FFF;
    }

.working-area {
    /*background: #BEC8D3 none repeat scroll 0% 0%;*/
    padding-top: 10px;
    background-color: white;
    border: 2px solid rgba(0, 0, 0, 0.85);
}

.working-area-2 {
    padding-top: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.table-header {
    background-color: white;
}

.text-error {
    display: block;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: normal;
    font-style: italic;
    background: #C60F13 none repeat scroll 0% 0%;
    color: #FFF;
}

.photo-container {
    cursor: pointer;
    margin-top: 5px;
}

.photo-item {
    background: url(/Images/EmptyUserPhoto.png);
    height: 300px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.subheaders {
    background: #005A8F none repeat scroll 0% 0%;
    color: #FFF;
    padding: 4px 10px;
    border-radius: 5px 5px 0px 0px;
    font-weight: 300;
    font-size: small;
    font-family: "Roboto";
    text-transform: uppercase;
    letter-spacing: normal;
    margin: 0 10px 0 10px;
}

.general-container {
    background-color: #FFF;
    padding: 4px 10px;
    margin: 0 10px 20px 10px;
    min-height: 100px;
    border: solid 2px lightsteelblue;
}

textarea {
    resize: none;
}

.img-item {
    height: 100%;
    width: 100%;
}

.form-group-custom-select {
    width: 100%;
    height: 38px;
    line-height: 1.42857;
    margin-bottom: 9px;
}

.fa-2 {
    font-size: 2em;
}

.delete-question-type-radio {
    margin-top: 5px;
}


.wizzard-step-container {
    min-height: 325px;
    padding: 1em;
}

.wizzard-step-loading {
    background-image: url('../Images/ball-triangle.svg');
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 325px;
}

.question-navigation {
    background: #DBDBDB none repeat scroll 0% 0%;
    margin: 0px -15px;
    border-radius: 0px 0px 10px 10px;
    padding: 20px 40px;
}

    .question-navigation .wizzard-nav {
        border-radius: 25px;
        min-width: 125px;
    }

.current-question-body {
    min-height: 250px;
    padding: 40px 0px;
    font-size: 18px;
    position: relative;
}

.current-question-title {
    border-bottom: 2px solid #F3F3F3;
    min-height: 40px;
    margin: 0px;
}

    .current-question-title .question-title-item {
        margin: 5px;
        font-size: 18px;
        font-family: "Roboto";
        font-weight: 500;
        line-height: 1.1;
    }

.question-message {
    margin-bottom: 10px;
}

.question-numeric {
    display: inline-block;
    width: 300px;
}

.btn:focus {
    outline: 0;
}

.pagination > li > a {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #2FA4E7;
    background-color: #FFF;
    border: 1px solid #DDD;
    margin-left: -1px;
    width: auto;
    min-width: 32px;
    margin-right: 0px;
    border-radius: 0px;
}

.search-item {
    display: inline-block;
}

#search {
    box-shadow: 0px 0px 4px #EEE inset;
    width: 20em;
    margin: 1px;
    border-radius: 4px;
    border: 1px solid #C0C0C0;
    color: #555;
}

.properties-photo-container {
    padding: 10px;
    box-shadow: 0px 1px 3px 0px #b3b3b3;
}

.property-photo-preview {
    height: 250px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 0px 10px 0px 10px;
}

.photo-pager {
    height: 100px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    background: white;
    margin: 5px 10px 0px 10px;
    cursor: pointer;
    overflow: hidden;
}

.pager-photo-item {
    height: 90px;
    width: 90px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    float: none;
    margin: 5px;
    position: relative;
    display: inline-block;
}

    .pager-photo-item.selected {
        border: 2px solid silver;
    }

.wide-photoviewer-arrow-left, .wide-photoviewer-arrow-right {
    height: 100%;
    position: absolute;
    width: 15%;
    opacity: 1;
    cursor: pointer;
    z-index: 500;
    max-width: 50px;
    top: 20.25em;
}

.wide-photoviewer-arrow-left {
    background: url("/Images/thin-arrow-left.png") no-repeat center;
    left: 10px;
    width: 60px;
    height: 60px;
}

.wide-photoviewer-arrow-right {
    background: url("/Images/thin-arrow-right.png") no-repeat center;
    right: 10px;
    width: 60px;
    height: 60px;
}

.light-property-photo {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    float: none;
    margin: 5px;
    height: 150px;
}

.light-property-desc {
    border-bottom: 1px solid silver;
}

.light-property-item {
    margin-left: 20px;
    border-bottom: 1px solid silver;
}

.light-property-title {
    font-weight: bold;
}

.autocomplete-suggestions {
    border: 1px solid #B8B894;
    opacity: 1;
    background-color: #F5F5F0;
}

    .autocomplete-suggestions .autocomplete-suggestion {
    }

    .autocomplete-suggestions .autocomplete-selected {
        background-color: lightblue;
    }

.light-properties-page hr {
    /*margin: 10px 10px 10px 10px;*/
    margin: 0;
}

.light-properties-page #paginator {
    margin: 10px;
}

.modal-header.modal-danger {
    border-radius: 5px 5px 0px 0px;
    background-color: salmon;
}

.property-display-value {
    color: black;
}

.working-area hr {
    margin-top: 5px;
    margin-bottom: 15px;
}

.pointer {
    cursor: pointer;
}

.table-responsive .row {
    margin-right: 0px;
    margin-left: 0px;
}

.popover {
    width: 400px;
    max-width: 500px;
}

.page-body {
    margin-top: 2em;
    margin-bottom: 2em;
}


.login-form {
    width: 60%;
    padding: 10px;
    margin: 0 auto;
}

span.select2 {
    padding-bottom: 12px;
}

.sub-title i {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.tumbnail-img {
    cursor: pointer;
}


.property-page-header {
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.margin-bottom-header {
    margin-bottom: 20px;
}

.property-container {
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.property .property-title {
    background: #006C9A none repeat scroll 0% 0%;
    border-color: #006C9A;
    letter-spacing: 1px;
    text-align: right;
    margin: 0px;
    padding: 10px 10px;
    border-radius: 5px 5px 0px 0px;
    color: #FFF;
}

.property .title {
    font-size: 18px;
    font-weight: lighter;
    text-decoration: none;
    font-family: Roboto;
    font-weight: normal;
    font-style: normal;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property .address {
    text-align: right;
    font-size: 12px;
    display: block;
    height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.property .property-body {
    border-bottom: 1px solid #d9d9d9;
}

.property .image {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

    .property .image img {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
        border: 0px none;
        vertical-align: middle;
        margin-bottom: 10px;
    }

.description .description-row {
    padding: 0 10px;
    letter-spacing: 1px;
}

.description-row label {
    color: #888;
}

.description-row .info {
    color: #000;
    font-size: 12px;
    display: block;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.short-description {
    padding: 10px;
    display: block;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property .extra-info {
    padding: 10px;
}

    .property .extra-info .price {
        position: absolute;
        bottom: 35px;
        right: 30px;
    }

.property .title.locked-prospect {
    color: #999999;
}

pre {
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #888;
    word-break: break-all;
    word-wrap: break-word;
    border-radius: inherit;
    background-color: #fff;
    border: none;
}

.small-margin-top {
    margin-top: 10px;
}

#IAgree {
    margin-left: 10px;
    margin-right: 10px;
}

.text-indent {
    text-indent: 50px;
}

.ts-CTA .ts-right-CTA a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #006C9A;
}

@media only screen and (max-width: 480px) {
    .login-form form.login {
        padding: 15px !important;
    }

    .login-form {
        margin: 0 auto;
        width: 100%;
    }
}

.bannerReferr, .bannerBonus {
    margin: 5px 0 5px 0;
}

    .bannerReferr a {
        color: #fff900;
    }

.bannerbonusmain {
    margin-bottom: 0px !important;
    background-color: #25272b !important;
    color: #fff;
}

.referrerSection {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-right: 0px;
    margin-left: 0;
    margin-bottom: 10px;
}
