/* Zoomer inn 90% (fra 980*1290 til 881*1161 */
/*#wrapper {
    width: 882px;
    height: 1161px;
    padding: 0;
    overflow: hidden;
}

#BOLIGVRD {
    width: 980px;
    height: 1290px;
    border: 0px;
}*/

html {
    zoom: 0.90;
    -moz-transform: scale(0.90);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.90);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.90);
    -webkit-transform-origin: 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    html {
        zoom: 1;
    }
}



h4 {
    font-size: 1.0rem;
    font-weight: bold;
}

h6 {
    font-size: 0.9em;
    font-weight: bold;
}

.navbar-brand img {
    max-width: 200px;
}

.top-row {
    height: auto;
}

.p-5 {
    padding: 6rem !important;
}

.logo-row {
    /*text-align: center;*/
    position: absolute;
    bottom: 30px;
    width: 150px;
    left: 25px;
}

.beta-tag {
    font-size: 11px;
    margin-top: -20px;
    margin-left: 12px;
    font-weight: bold;
}

.col-form-label {
    font-size: 20px;
}

.table.table-borderless {
    width: 100%;
}

    .table.table-borderless td {
        padding: .35rem;
    }

        .table.table-borderless td.label {
            width: 300px;
        }

        .table.table-borderless td.value {
            text-align: right;
        }

.estate .estate-map {
    height: 1047px;
}

.estate table .btn-link {
    padding: 0px!important;
}

.estate-search h2 {
    font-weight: bold;
}

.estate-search h2, .estate-search h5 {
    color: #333;
}

.estate-search .estate-map {
    min-height: 1222px;
}

.estate-search input {
    width: calc(100% - 114px);
    font-size: 1.5em;
}

.estate-search .blazored-typeahead {
    border: none;
}

    .estate-search .blazored-typeahead input {
        border-color: rgb(118, 118, 118);
        border-width: 2px;
        border-style: inset;
        border-image: initial;
        height: calc(1.5em + 1rem + 2px);
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem;
    }

.estate-search button.btn-lg {
    margin-top: -7px;
    width: 110px;
    font-size: 1.5em;
}

.estate-search button.search-gnr {
    margin-top: -1px;
    margin-left: 3px;
}

.estate-list {
    position: absolute;
    width: 96%;
    height: 60vh;
    overflow: auto;
    /*background-color: white;
    border: solid 1px #eee;*/
    border-radius: 2px;
    z-index: 2;
    min-height: 200px;
    box-shadow: 1px 1px 1px #eee;
}

    .estate-list thead td {
        font-weight: bold;
    }

    .estate-list td {
        font-size: 18px;
        line-height: 1.1rem;
    }

    .estate-list td button {
        font-size: 18px;
    }

.address {
    font-weight: bold;
    font-size: 1.3rem;
}

    .address a {
        font-size: 15px;
    }

button.fa-info-circle {
    border: none;
    background-color: transparent;
}

#blazor-error-ui {
    display: none;
}

.blazored-modal-container {
    z-index: 1000;
    height: 100vh;
}

.blazored-modal-overlay {
}

.blazored-modal-wide {
    width: 500px
}
