﻿#faq_Category_Drop_Down .btn-group {
    display: block;
}
#chooseCategory {
    min-width: 150px;
    text-align: left;
}

ul.faqItem {
    list-style: none;
}
ul.faqItem li {
    padding-left: 30px;
    margin-top: 20px;
    background-image: url(/images/faq.png);
    background-repeat: no-repeat;
    background-position: 2px 0px;
    background-size: 25px
}
h3.faq-CategoryHeadline {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
}

.faqItem-Anwser {
    padding-left: 30px;
    background-image: url(/images/faq-question.png);
    background-repeat: no-repeat;
    background-position: 5px 10px;
    background-size: 20px
}
.faqItem-Anwser h4.faq-question {
    margin-top: 0;
    margin-bottom: 0;
    color: #e37422;
    padding: 10px 0;
}
.faqItem-Anwser .faq-Answer {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
}
.faqItem-Anwser .faq-Answer p {
    margin-bottom: 0;
}



/* Cookie */

.cookiesBody p.bold {
    font-weight: 600;
}
.cookiesBody p.text {
    font-size: 15px;
}
.cookiesBody a {
    color: #fff;
    text-decoration: underline;
}
.cookie-accept { 
    cursor:pointer;
}


.mobileCookies {
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: 0;
    left: 0;
} 


/* Facebook news */
.cardHeader.facebook .fb-image {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.cardBody .data.fp {
    height: 57px;
    overflow: hidden;
}
.facebook_wall .fbNewsElement.card {
    width: 32%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.facebook-frontpage .fbNewsElement.card {
    width: 25%;
    float: none;
    display: inline-block;
    vertical-align: top;
}


/* ezSearch */
form#frmEzSearch {
    float: left;
}
.page-content .ezsearch-form .normal-page .select-field {
    margin-right: 15px;
}
.page-content .ezsearch-form .normal-page input.form-control {
    color: #999;
    font-weight: 300;
    padding: 2px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 41px;
}

.page-content .ezsearch-form .normal-page .customButton {
    border: 1px solid #ccc;
    padding: 10px 17px;
    border-radius: 9px;
    font-size: 14px;
}
.ezsearch-summary {
    margin-top: 10px;
}
.ezsearch-result {
    margin: 10px 0 5px;
    width: 100%;
    display: inline-block;
}
p.head-paragraph.no-margin {
    margin-bottom: 0px;
}
p.head-paragraph.no-margin a {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #e37422;
    display: block;
}

/* afdelingssider */
#DepartmentTexts p {
    margin: 0 0 0px;
}
#DepartmentTexts p.description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#DepartmentTexts p.description.fold-out {
    overflow: auto;
    text-overflow: clip;
    white-space: normal;
}
.to-single-line p.headline {
    white-space: normal;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #d77530;
    font-family: 'Open Sans', sans-serif;
}
.item-set .to-single-line {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    float: none;
    width: 47%;
    margin-right: 2%;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}


a.item-set-more.green-arrow-box {
    position: absolute;
    display: inline-block;
    text-align: center;
    color: #ccc;
    top: 15px;
    right: 0px;
}

a.item-set-more.green-arrow-box > span.down-arrow {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    width: 20px;
    height: 20px;
}
a.item-set-more.green-arrow-box > span.up-arrow {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #d77530;
    border: 1px solid #d77530;
}

a.item-set-more.green-arrow-box > span.down-arrow > span{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 0px;
    margin-top: -6px;
}
a.item-set-more.green-arrow-box > span.up-arrow > span{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 0px;
    border-bottom: 4px dashed;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: -12px;
}


input.text-input {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #999;
    font-weight: 300;
    padding: 2px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 41px;
}

textarea.textarea-input {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #999;
    font-weight: 300;
    padding: 2px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    resize:vertical;
}



/* ledig bolig */
#AvaliableTenancyForm .wrapper {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    text-align: left;
}
#AvaliableTenancyForm .wrapper input.text-input {
    width: 50%;
}
#AvaliableTenancyForm .wrapper textarea.textarea-input {
    width: 50%;
}
label.error {
    color: red;
    font-weight: 300;
}

.content .modal-header .close { 
    border: none;
}


/* afdelings vælger */
.department-box {
    border: 1px solid #ccc;
    padding: 15px 0;
}
.department-box .imageHolder img {
    max-width: 100%;
    /*max-height: 250px;*/
}

.department-box .text-left {
    /*min-height: 200px;*/
}

.department-box .box-bottom {
    float: right;
    padding: 15px 15px 0;
}
.department-box .box-bottom .customButton {
    margin: 0;
}



/* login */
.EG_Login {
    display: inline-block;
    width: 100%;
}
.EGLoginRow1, .EGLoginRow2 {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}
.EG_LoginTextInteressentNo, .EG_LoginTextPass {
    display: inline-block;
    width: 25%;
}
.EG_LoginTextInteressentNo label, .EG_LoginTextPass label {
    font-weight: 300;
}
.EG_LoginInteressentNo, .EG_LoginPass {
    display: inline-block;
    width: 50%;
}
.EG_LoginInteressentNo .defaultText, .EG_LoginPass .defaultText {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #999;
    font-weight: 300;
    padding: 2px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 41px;
    margin-right: 10px;
    width: 100%;
}
.EG_LoginLogin br { 
    display: none;
}
.EG_LoginLogin a{
    text-decoration: none !important;
    position: relative;
    color: #fff;
    outline: none;
    cursor: pointer;
    display: inline-block;
    padding: 9px 11px 8px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 7px;
    background-color: #e37422;
}
.EG_LoginLogin a.redlink {
    color: #333;
    border-color: #adadad;
    background-color: transparent;
}
.EG_Login span.login_help.help_icon {
    display: none;
}

.checkcheck input {
    display: none;
}
label#chkTxt {
    font-weight: 300;
    display: block;
    background: url("/images/check-clear.png") no-repeat left;
    padding-left: 30px;
}
.checkcheck input:checked + label#chkTxt {
    background: url("/images/check-checked.png") no-repeat left;
}


/* search */
.chkbox input {
    display: none;
}
.chkbox label {
    font-weight: 300;
    display: block;
    background: url("/images/check-clear.png") no-repeat left;
    padding-left: 30px;
    cursor: pointer;
}
.chkbox input:checked + label{
    background: url("/images/check-checked.png") no-repeat left;
}



/* kontakt form */

.contact-form .panel-body {
    padding: 0;
}
.contact-form table.table.form {
    border: none;
}
.contact-form table.table.form tr td{
    border: none;
    padding: 5px 15px;
    vertical-align:middle;
}
.contact-form table.table.form tr td input[type=text] {
    width: 100%;
    display: inline-block;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 13px;
    border-radius: 7px;
}
.contact-form table.table.form tr td textarea {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 13px;
    height: 150px;
    border-radius: 7px;
    resize: none;
}
.contact-form table.table.form tr td:nth-child(1) {
    width: 17%;
    padding-left: 0px;
}
.contact-form table.table.form tr td:nth-child(2) {
    width: 82%;
    padding-right: 0px;
}

tr#yesNo input {
    display: none;
}
tr#yesNo label {
    font-weight: 300;
    display: inline-block;
    background: url("/images/check-clear.png") no-repeat left;
    padding-left: 30px;
    margin-right: 15px
}
tr#yesNo input:checked + label{
    background: url("/images/check-checked.png") no-repeat left;
}

ul#uploadFile {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    margin: 0;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    float: left;
    line-height: 30px;
    width: 70px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUpload span {
    color: #e37422;
    font-weight: 300;
}
.fileCancel {
    position: relative;
    overflow: hidden;
    float: right;
    line-height: 30px;
    width: 70px;
}
.fileCancel span {
    color: #e37422;
    font-weight: 300;
}

#fileValidator {
    position: relative;
    overflow: hidden;
    float: right;
    line-height: 30px;
    width: 200px;
}
#fileValidatorSize {
    position: relative;
    overflow: hidden;
    float: right;
    line-height: 30px;
    width: 300px;
}

.contact-form .customButton {
    margin-top: 15px;
    border-radius: 8px;
}


.po-static {
    position: static;
}


.modal-title { 
    text-align: left;
}


.registrationForm .form-group .validator-alert {
    color: red;
    text-align: right;
    font-size: 16px;
    float: left;
    padding: 0 5px 5px 0;
    width: 100% !important;
    display: inline-block;
}

div#document-archive {
    margin-bottom: 40px;
}
div#document-archive .customButton.orange { 
    padding: 7px 15px;
    margin: 15px 0;
}


.tableData.tableStatus {
    position: relative;
}
.tableData.tableStatus .question{
    /*top: 5px;
    right: 5%;
    position: absolute;*/
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/images/faq-question.png) no-repeat center;
    background-size: 100%;
}

.tableData.tableStatus .tooltip.top { 
    min-width: 150px;
}


.registrationForm .footerForm {
    margin-bottom: 30px;
}
.registrationForm .footerForm .customButton {
    float: right;
    width: auto;
    padding: 8px 11px 9px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin-right: 8px;

}
.registrationForm .footerForm .customButton.orange {
    border: none;
    margin-right: 8px;
}

.registrationForm .footerForm .customButton.btn-link {
    background-color: rgb(221, 221, 221);
}


.table .tableRow .table-controls {
    float: right;
    width: 13%;
    height: 100%;
}
.table .tableRow .table-controls .tableData {
    width: 100%;
}

div#TenancyList {
    padding: 0;
}
.detailedAfdItem .itemBottom { 
    padding: 0;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}


.dateSelectors .dateSelectors {
    display: inline-block;
    width: 185px;
    margin: 5px 0 15px;
}
.dateSelectors span.colerSpan a {
    vertical-align: middle;
    background-color: #e37422;
    border-radius: 20px;
    padding: 2px 5px 4px 5px;
}
.dateSelectors span.dateText {
    width: 100px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding: 5px 0;
    vertical-align: sub;
}

tr#ZipCity td:nth-child(2) {
    width: 50%;
}
tr#ZipCity td:nth-child(3) {
    width: 50%;
    padding-right: 0;
}





@media (max-width: 1199px) {
    .registrationForm label label span.green_tx { 
        display: inline-block;
        width: auto;
    }

}


@media (min-width: 992px) {
#gallery-modal .modal-dialog, .gallery-modal .modal-dialog{
    width: 832px;
    margin-top: 20px;
}


}

@media (max-width: 991px) {
    /* afdelings vælger */
    .department-box .text-left.pull-right {
        float: left !important;
    }

    /* facebook */
    .facebook_wall .fbNewsElement.card {
        width: 49%;
    }
    .facebook-frontpage .fbNewsElement.card {
        width: 50%;
    }

    /* login */
    .EG_LoginTextInteressentNo, .EG_LoginTextPass {
        display: inline-block;
        width: 100%;
    }
    
    .EG_LoginInteressentNo, .EG_LoginPass {
        display: inline-block;
        width: 100%;
    }


    .registrationForm .form-group label span, .registrationForm .form-group .label span{
        width: 30%;
    }
    .registrationForm .form-group label input{
        width: 69%;
    }
    .registrationForm .form-group label select{
        width: 69%;
    }
    .registrationForm .form-group .column-1 input, .registrationForm .form-group .column-2 input {
        width: 100%;
    }
    .registrationForm .form-group .column-1 {
        margin-right: 2%;
    }
    .registrationForm .column-2 {
        width: 46%;
    }
    .registrationForm .label .column-1:after, .registrationForm .label .column-2:after {
        right: -8px;
    }

     .registrationForm .footerForm {
        width: 265px;
    }

    .registrationForm label > div, .registrationForm .label > div {
        width: 100%;
        display: inline-block;
    }


    .registrationForm .spouse_div {
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }
    .registrationForm .spouse_div .form-group {
        margin-bottom: 0;
    }
    .registrationForm .spouse_div .form-group label{
        margin-bottom: 0;
    }


    .detailedAfdItem .tableBody .tableData, .wishlist_list .tableBody .tableData {
        width: 100% !important;
        display: inline-block;
        float: none !important;
        text-align: left !important;
    }
    .detailedAfdItem .table .tableRow .tableData, .detailedAfdItem .tableBody .tableData > div, .wishlist_list .table .tableRow .tableData, .wishlist_list .tableBody .tableData > div {
        text-align: right !important;
    }
    .detailedAfdItem .table .moreInfo .navigationInfo, .wishlist_list .table .moreInfo .navigationInfo {
        margin-bottom: 20px;
    }
    .detailedAfdItem .tableBody .tableData:before, .detailedAfdItem .tableBody .tableData > div, .wishlist_list .tableBody .tableData:before, .wishlist_list .tableBody .tableData > div {
        width: 50%;
        float: left;
        text-align: left;
    }

    .detailedAfdItem .table .tableRow .tableHeader, .wishlist_list .table .tableRow .tableHeader {
        display: none;
    }

    .detailedAfdItem .table .tableRow .table-controls, .wishlist_list .table .tableRow .table-controls {
        float: right;
        width: 100%;
    }
    .detailedAfdItem .table .tableRow .table-controls .tableData:before {
        width: 50%;
        float: left;
        text-align: left;
        content: "Tilføj ønskeliste:";
    }
    .wishlist_list .table .tableRow .table-controls .tableData:before {
        width: 50%;
        float: left;
        text-align: left;
        content: "Fjern fra ønskeliste:";
    }

    /* Before */
    .detailedAfdItem .tableBody .tableData:nth-child(1):before, .wishlist_list .tableBody .tableData:nth-child(1):before {
    content: 'Plan:';
}
    .detailedAfdItem .tableBody .tableData:nth-child(2):before, .wishlist_list .tableBody .tableData:nth-child(2):before {
    content: 'Boligtype:';
}
    .detailedAfdItem .tableBody .tableData:nth-child(3):before, .wishlist_list .tableBody .tableData:nth-child(3):before {
    content: 'Boligart:';
}
    .detailedAfdItem .tableBody .tableData:nth-child(4):before, .wishlist_list .tableBody .tableData:nth-child(4):before {
    content: 'Rum:';
}
    .detailedAfdItem .tableBody .tableData:nth-child(5):before, .wishlist_list .tableBody .tableData:nth-child(5):before {
    content: 'm\00b2:';
}
    .detailedAfdItem .tableBody .tableData:nth-child(6):before, .wishlist_list .tableBody .tableData:nth-child(6):before {
    content: 'Husleje netto:';
}
    .detailedAfdItem .tableBody .tableData:nth-child(7):before, .wishlist_list .tableBody .tableData:nth-child(7):before {
    content: 'Indskud:';
}
    .detailedAfdItem .tableBody .tableData:nth-child(8):before, .wishlist_list .tableBody .tableData:nth-child(8):before {
    content: 'Mere info:';
}
    .detailedAfdItem .tableBody .tableData:nth-child(9):before {
    content: 'Status:';
}
    .wishlist_list .tableBody .tableData:nth-child(9):before {
    content: 'Placering:';
}


}


@media (min-width: 769px) {
    #featuredSlider .carousel-control {
        padding: 10px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .table .moreInfo .navigationInfo a {
        width: 100%;
    }

}


@media (max-width: 767px) {
    .registrationForm .child-info-box {
        width: 100% !important;
    }
    .contact-form table.table.form tr {
        width: 100%;
        display: inline-block;
        padding: 10px 0px;
    }
    .contact-form table.table.form tr td{
        width: 100% !important;
        display: inline-block;
        padding: 2px 0px;
    }

    .footerHolder .goToTop {
        padding: 7px 9px;
        font-size: 12px;
        bottom: 15px;
        right: 3%;
    }

    .footerHolder .goToTop span {
        background: url("../images/goToTop.png") no-repeat center;
        background-size: 130%;
        width: 16px;
        height: 17px;
    }


    .registrationForm .form-group label span, .registrationForm .form-group .label span{
        width: 100%;
        clear: both;
        display: block;
    }
    .registrationForm .form-group label input{
        width: 100%;
    }
    .registrationForm .form-group label select{
        width: 100%;
    }
    .registrationForm .form-group .column-1 input, .registrationForm .form-group .column-2 input {
        width: 100%;
    }
    .registrationForm .form-group .column-1 {
        margin-right: 2%;
        width: 32%;
       display: inline-block;
    }
    .registrationForm .column-2 {
        width: 65%;
    }
    .registrationForm .label .column-1:after, .registrationForm .label .column-2:after {
        right: -8px;
    }
   

    div#RenteeListResult table.table th {
        display: none;
    }
    div#RenteeListResult table.table tr {
            border: 1px solid #ddd;
    }
    div#RenteeListResult table.table td {
        display: inline-block;
        width: 100%;
        float: right;
        text-align: right;
        border: none;
    }
    div#RenteeListResult table.table td:before {
        display: inline-block;
        width: 50%;
        float: left;
        text-align: left;
    }

    div#RenteeListResult table.table td:nth-child(1):before {
        content: "Lejemål:";
    }
    div#RenteeListResult table.table td:nth-child(2):before {
        content: "Lejer:";
    }
    div#RenteeListResult table.table td:nth-child(3):before {
        content: "Navn:";
    }
    div#RenteeListResult table.table td:nth-child(4):before {
        content: "Adresse:";
    }
    div#RenteeListResult table.table td:nth-child(5):before {
        content: "Email:";
    }
    div#RenteeListResult table.table td:nth-child(6):before {
        content: "Inddato:";
    }
    div#RenteeListResult table.table td:nth-child(7):before {
            content: "Uddato:";
    }
    .budget_field .table_field {
        display: inline-block;
        width: 100%;
    }
    .budget_field .table_field .budget_function {
        display: inline-block;
        width: 100%;
    }

    .budget_field .table_field .budget_function li{
        display: inline-block;
        width: 50%;
        text-align: center;
    }
    .budget_field .table_field .budget_function li.disabled{
        display: inline-block;
        width: 100%;
        margin: 5px 0;
    }

    table#financeTable .hide-phone { 
        display: none !important;
    }


}

@media (max-width: 600px) {
    /*table#financeTable .saldo {
        display: none;
    }*/
    table#financeTable td {
        text-transform: lowercase;
    }
    table#financeTable td:first-letter {
        text-transform: capitalize;
    }

    table#financeTable th, table#financeTable thead {
        display: none;
    }
    table#financeTable td {
        display: inline-block;
        width: 100%;
        border: none;
        text-align: right;
    }
    table#financeTable td:before {
        display: inline-block;
        width: 50%;
        text-align: left;
        float: left;
    }

    table#financeTable td:nth-child(1):before {
        content: "Gruppenavn:";
    }
    table#financeTable td:nth-child(3):before {
        content: "Saldo i periode:";
    }
    table#financeTable td:nth-child(4):before {
        content: "Budget år:";
    }

    table#financeTable tbody {
        display: inline-block;
        width: 100%;
    }
    table#financeTable tbody tr {
        display: inline-block;
        width: 100%;
    }

    table#financeTable .sub .sub tbody tr {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    table#financeTable .sub td:nth-child(1):before {
        content: "Konto:";
    }
    table#financeTable .sub td:nth-child(2):before {
        content: "Kontonavn:";
    }
    table#financeTable .sub td:nth-child(4):before {
        content: "Saldo i periode:";
    }
    table#financeTable .sub td:nth-child(5):before {
        content: "Budget år:";
    }

    table#financeTable .sub .sub td:nth-child(2):before {
        content: "Tekst:";
    }
    table#financeTable .sub .sub td:nth-child(3):before {
        content: "Beløb:";
    }
    table#financeTable .sub .sub td:nth-child(4):before {
        display: none;
    }
    table#financeTable .sub .sub td:nth-child(5):before {
        content: "Bilagsnr.:";
    }

    table#financeTable .sub > td:before {
        display: none;
    }

    
    

}

@media (max-width: 500px) {
/* afdelingssider */
.item-set .to-single-line {
    width: 90%;
    margin-right: 7%;
    margin-left: 3%;
}
.item-set p.description {
    overflow: auto;
    -ms-text-overflow: clip;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: normal;
}


/* afdelings vælger */
.department-box .imageHolder {
    width: 100%;
    margin-bottom: 10px;
}
.department-box .text-left.pull-right {
    width: 100%;
}



/* facebook */
.facebook_wall .fbNewsElement.card {
        width: 100%;
    }
.facebook-frontpage .fbNewsElement.card {
        width: 100%;
    }


/* ledig bolig */
#AvaliableTenancyForm .wrapper input.text-input {
    width: 100%;
}
#AvaliableTenancyForm .wrapper textarea.textarea-input {
    width: 100%;
}


    .budget_field .table_field .budget_function li{
        width: 100%;
    }

    .budget_field .table_field .budget_function li.disabled a {
        display: inline-block;
        width: 50%;
        float: left;
    }

}



@media (min-width: 468px) {
    .featuredHouses .afdItem .itemTop .navigationInfo {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

}