
.estimation-section-content .slide-selectable {
    width: 50px;
}

.estimation-section-content .size-input {
    display: inline-block;
}

.estimation-section-content {
    display: flex;
    float: none;
    min-height: 78px;
    margin-bottom: 30px;
}

.estimation-result-calculated {
    display: none;
    text-align: center;
    font-size: 16px;
}

.estimation-content {
    background: #eee;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.estimation-section-content label {
    margin-right: 15px;
    line-height: 57px;
    width: 33%;
    text-align: left;
}

.form-error {
    display: flex;
    width: 10%;
    text-align: right;
    padding: 10px;
    background: #ffeb12;
    height: 70px;
    line-height: 18px;
    visibility: hidden;
}

.field-wrapper {
    display: flex;
    width: 45%;
}

.field-content.location, .field-content.location input {
    width: 100%;
}

.field-content.location {
    margin-left: 26px;
}

.field-content, .field-content-2 {
    width: 20%;
    text-align: center;
}

.field-wrapper.status .status-content {
    width: 100px;
}

.field-wrapper.status input {
    width: auto;
    display: inline-block;
    line-height: 25px;
    margin-right: 10px;
    margin-left: 28px;
}

.field-wrapper.status {
    margin-left: 20px;
}

.field-content.size {
    width: 40%;
    margin-left: -16px;
}

/*.container {*/
/*    margin-bottom: 120px;*/
/*}*/

/**
 Report Page
 */

.mn-logo {
    display: block;
    width: 190px;
    margin: 0 auto 20px auto;
}

.base-report {
    padding-top: 40px
}

body #wrapper.base-report {
    background-color: #447a7a;
    background-image: url(/img/report/cene-nekretnina.jpg);
    background-blend-mode: luminosity;
    padding-bottom: 40px;
    background-size: cover;
    background-position-y: -60px;
}

@media (max-width: 862px) {
    body #wrapper.base-report {
        background-size: 767%;
        background-position-x: -790px;
        background-position-y: 0;
    }
}

html {
    height: 100%;
}

body, html {
    overflow-x: hidden;
}

body.report {
    width: 100%;
}

.report-container .headline-main {
    color: #fff;
    font-size: 56px;
    line-height: 60px;
}

.report-container .headline-second {
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    background: #477d7d;
    padding: 10px;
    line-height: 40px;
}

.report-container .text-c {
    color: #fff;
    margin: 20px 0;
}

.button.report-btn {
    margin: 20px 0;
    background: #f9ba00;
    color: #222 !important;
    padding: 10px 15px;
    width: auto;
    border-radius: 4px;
}

.report-content {
    text-align: justify;
}

.report-content h2 {
    border-left: #f9ba00 solid 20px;
    padding-left: 10px;
    line-height: 40px;
    text-justify: none;
    margin-top: 30px;
}

.report-content h3 {
    border-left: #669d9c solid 20px;
    padding-left: 10px;
    line-height: 60px;
}

.report-content h4 {
    border-left: #ccc solid 20px;
    padding-left: 10px;
    line-height: 40px;
}

img {
    max-width: 100%;
}

.report-content h1, .report-content h2, .report-content h3 {
    margin: 10px 0;
}

.partners {
    overflow: hidden;
    margin-bottom: 10px;
}

.partner {
    overflow: hidden;
    width: 18%;
    margin: 1%;
    float: left;
    display: inline-block;
    height: 50px;
    text-align: center;
}

.partner img {
    height: 100%;
}

a {
    color: #74aea1;
}

.report li {
    line-height: 26px;
}

.report td {
    line-height: 22px;
}

h2 {
    font-size: 22px;
}

.report-container .el-wrapper {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.toolbar button {
    border: 1px solid #767676;
    padding: 8px;
    background: #EFEFEF;
    border-radius: 3px;
    margin-right: 10px;
}

.log-in-page h3 {
    min-height: 60px;
}

#registrationID input {
    padding-left: 15px;
    box-shadow: none !important;
    background: #fff;
    border: 1px solid #e7eaf1;
    color: #707e9c;
    border-radius: 4px;
    margin-bottom: 10px;
}

#registrationID > div {
    margin-top: 20px;
}

.log-in-page .property_block_wrap {
    min-height: 636px;
}

#registrationID button {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border-radius: .25rem;
    background: #74aea1;
    color: #fff;
    border: 0;
    margin: 20px 15px 20px 0;
    padding: 10px;
    width: auto;
}

.content-block {
    line-height: 25px;
    margin-bottom: 55px;
}

@media (max-width: 862px) {

    .estimation-section-content {
        display: block;
        margin-bottom: 20px;
    }

    .estimation-section-content label {
        width: 100%;
        display: block;
        line-height: initial;
    }

    .estimation-section-content .field-wrapper {
        width: 100%;
        display: block;
    }

    .estimation-section .location-search-container {
        left: 1px;
    }

    .form-error {
        width: 100%;
        height: 30px;
    }

    .estimation-section-content .field-wrapper .field-content {
        width: 100%;
        margin: 0;
        display: block;
    }

    .estimation-section-content .field-content.visual, .estimation-section-content .status .status-content {
        display: inline-block;
        width: 49%;
        text-align: center;
        overflow: hidden;
    }

    .field-wrapper.status .status-content {
        width: 100px;
    }

    .estimation-section-content .status .status-content label {
        text-align: center;
    }

    .field-wrapper.status input {
        line-height: 0;
        margin-right: 10px;
        margin-left: 0;
    }

    .estimation-section-content .field-content.visual-3 {
        width: 32%;
        float: left;
        overflow: hidden;
    }

    .main-btn {
        width: 100%;
    }

    .accept-cookies.main-btn {
        width: auto;
    }

    .log-in-page .property_block_wrap {
        min-height: auto;
    }

    .content-block {
        line-height: 25px;
        margin-bottom: 15px;
    }

}

@media (min-width: 992px) {

    body.report {
        height: 100%;
    }
}