.imp-tooltip-buffer {
    pointer-events: none;
}
.boligvelgerHeadline {
    //font-weight: 900 !important;
    //color: #748182 !important;
    //font-size: 60px !important;
    //text-transform: uppercase !important;
    //margin-top: -40px !important;
}
.boligvelgerHeadline span {
    //font-weight: 300 !important;
}

.boligvelgerRightCol {
    background: #f1f1f1;
    padding: 130px 60px;
    height: 700px;
}
.boligvelgerRightCol p {
    color: #777;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;

}
.boligvelgerHeadlineIntro {
    color: #999;
    font-weight: 100;
    font-size: 27px;
    line-height: 150%;
    margin: 10px 0 0px 0;
}
.boligvelgerRightColSub {
    padding: 0px;
    min-height: 400px;
}

.boligvelgerRightColSub .pris {
    text-align: right;
}
.boligvelgerRightColSub p {
    margin: 0px 10px 150px 20px;
    line-height: 180%;
}
.breadCrumb {
    color: #888;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: -15px 0 20px 3px;
    font-size: 12px;
}
.breadCrumb a {
    color: #888;
    text-transform: uppercase;
}
.breadCrumb a:hover {
    color: #333;
    text-transform: uppercase;
}

.table-fill {
    background: white;
    border-radius:3px;
    border-collapse: collapse;
    margin: auto;
    padding:5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

th {
    color:#eee;;
    background:#666;
    font-size:16px;
    font-weight: 700;
    padding:5px 10px;
    text-align:left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align:middle;
}

th:first-child {
    border-top-left-radius:3px;
}

th:last-child {
    border-top-right-radius:3px;
    border-right:none;
}

tr {
    border-top: 1px solid #C1C3D1;
    border-bottom-: 1px solid #C1C3D1;
    color:#000;
    font-size:18px;
    font-weight:normal;
}

tr:hover td {
    background:#999;
    color:#FFFFFF;
}

tr:first-child {
    border-top:none;
}

tr:last-child {
    border-bottom:none;
}

tr:nth-child(odd) td {
    background:#ddd;
}

tr:nth-child(odd):hover td {
    background:#999;
}

tr:last-child td:first-child {
    border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
    border-bottom-right-radius:3px;
}

td {
    background:#FFFFFF;
    padding:5px 20px;
    text-align:left;
    vertical-align:middle;
    font-size:16px;
}
.details td {
    background: #FFFFFF;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
}

td:last-child {
    border-right: 0px;
}

th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

th.text-right {
    text-align: right;
}

td.text-left {
    text-align: left;
}

td.text-center {
    text-align: center;
}

td.text-right {
    text-align: right;
}
.sold {
    color: #d33 !important;
}
.reserved {
    color: #390 !important;
}
.clickable-row {
    cursor: pointer !important;
}
.boligForm {
    background: #a9a9a9;
    min-height: 700px;
}
.boligForm > h5 {
    color: #ffffff;
    padding: 80px 30px 10px 30px;
    text-align: center;
    font-weight: 100;
}
.boligForm > p {
    color: #e6e7e8;
    padding: 10px 50px 20px 50px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
}
.boligInput {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin: 10px auto;
    display: block;
    width: 250px;
    text-align: center;
}
.boligInputBtn {
    background: #fff;
    border: 1px solid #c
    padding: 10px 20px;
    margin: 10px auto;
    display: block;
    width: 250px;
    text-align: center;
}

.btn-1a:hover, .btn-1a:active {
    color: #0e83cd;
    background: #fff;
}

.btn {
    border: 2px solid #fff;
    background: #aaa;
    cursor: pointer;
    padding: 10px 80px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px auto;
    display: block;
    width: 250px;
    border-radius: 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #bbb;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #bbb;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #bbb;
}

@media only screen and (max-width: 700px) {
    .boligvelgerHeadline {
        //font-size: 24px !important;
    }
    .boligvelgerRightCol p {
        font-size: 16px;
    }
    .boligvelgerRightCol p {
        font-size: 16px;
    }
    .boligvelgerHeadline {
        //font-weight: 900 !important;
        //color: #748182 !important;
        font-size: 25px !important;
        //text-transform: uppercase !important;
        //margin-top: -30px !important;
    }
    .boligvelgerHeadlineIntro {
        color: #999;
        font-weight: 100;
        font-size: 21px;
        line-height: 150%;
        margin-bottom: 20px;
    }
}



#t1 {
    width: 100%;
    height: 222px;
    position: relative;
    top: 0px;
    left: 0px;
    background: #eee;
    overflow-y: hidden;
    border: 1px dotted gray;
}
#t1 > div {
    position: absolute;
    width: 100%;
    top: -87px;
    border: 1px dotted red;
}


