div.text_top{
    width: 100%;
    height: 30px;
    border-bottom: 2px solid lightgray;
}
div.text_bottom{
    width: 100%;
    margin-top: 30px;
}
div.text_top div.label{
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
div.text_top div.value{
    float: left;
    margin-right: 30px;
}
div.text_bottom div.label{
    font-weight: bold;
    float: left;
    width: 40%;
}
div.text_bottom div.value{
    width: 50%;
    float: left;
}
div.text_bottom div.label.mobile{
    display: none;
}
div.text_bottom div.value.mobile{
    display: none;
}

#saveFiltersDiv, #alertBox, #sharePageDiv{
    position: fixed;
    width: 400px;
    height: 170px;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#sharePageDiv{
    height: 59px;
    width: 300px;
}

#saveFiltersDiv div.fieldset div.loading{
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 45px);
    background: rgba(255,255,255,0.8);
    text-align: center;
    line-height: 96px;
    display: none;
    font-size: 15pt;
}
#saveFiltersDiv div.fieldset, #alertBox div.fieldset, #sharePageDiv div.fieldset, #wantedFormDiv div.fieldset{
    height: calc(100% - 25px);
}

#saveFiltersDiv div.legend, #alertBox div.legend, #sharePageDiv div.legend, #wantedFormDiv div.legend{
    padding: 0px;
    position: relative;
    color: white;
    height: 25px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    -webkit-user-select: none;
    background: #365470;
    z-index: 1;
}

#saveFiltersDiv div.legend span, #sharePageDiv div.legend span, #wantedFormDiv div.legend span{
    float: right;
    line-height: 25px;
    color: #ffdd00;
}

#saveFiltersDiv div.fieldset, #alertBox div.fieldset, #sharePageDiv div.fieldset, #wantedFormDiv div.fieldset
{
    background: white;
    padding: 10px;
    padding-top: 15px;
    overflow: auto;
}

#saveFiltersDiv input[type='button'], #alertBox input[type='button'], #wantedFormDiv input[type='button'], div.results div.form input[type='button']{
    background: #ffdd00;
    border-radius: 3px;
    padding: 10px;
    color: #133474;
    border: 0px;
}



div.shareLinksContainer{
    position: relative;
    bottom: 0px;
    float: right;
    width: 28px;
    background: white;
    max-height: 24px;
    overflow: hidden;
    transition: .3s all ease-in-out;
}

div.shareLinksContainer.open{
    max-height: 141px;
}

div.shareLinksContainer div div{
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: white;
    margin: 2px;
    float: left;
    border-radius: 50%;
}

div div.whatsapp{
    background: #2daf18;
    display: none;
}

div div.facebook{
    background: #3b5998;
}

div div.facebook:hover{
    background: #2d4373;
}

div div.email{
    background: #0486be;
}

div div.email:hover{
    background: #03638c;
}

div div.twitter{
    background: #00aced;
}

div div.twitter:hover{
    background: #0087ba;
}

div div.pinterest{
    background: #E11A22;
}

div div.pinterest:hover{
    background: #B7081B;
}
.style_elevate, div.vraagContainer form input[type='submit']{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.style_clickable{
     cursor: pointer;
}

.style_hover, div.vraagContainer form input[type='submit']{
     transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.style_hover:hover, div.vraagContainer form input[type='submit']:hover{
     box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4)!important;
}

.pos_br{
    position: absolute!important;
    bottom: 0px!important;
    right: 0px!important;
    margin-right: 10px!important;
    margin-bottom: 10px!important;
}

.pos_bl{
    position: absolute!important;
    bottom: 0px!important;
    left: 0px!important;
    margin-left: 10px!important;
    margin-bottom: 10px!important;
}

.pos_tr{
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    margin-left: 10px!important;
    margin-top: 10px!important;
}
@media only screen and (min-width: 1292px) AND (max-width: 1340px) {
	div.text_top div.value{
		margin-right: 18px;
	}
}

@media only screen and (max-width: 768px) {
    div.text_top{
        display: none;
    }

    div.text_bottom{
        margin-top: 0px;
        font-size: 9pt;
        clear: both;
        height: auto;
        overflow: hidden;
    }

    div.text_bottom div.label{
        width: 32%;
    }

    div.text_bottom div.value{
        width: 68%;
    }

    div.text_bottom div.label.mobile{
        display: block;
    }
    div.text_bottom div.value.mobile{
        display: block;
    }

    div div.whatsapp{
        display: block;
    }
}
