﻿@import url("../../../../CK/Res/Style/Styles.css");

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #000000;
    line-height: 1.8em;
    background-color: #fff;
}

form {
    width: 100%;
}

input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}

em {
    font-size: 1em;
    font-weight: 600;
}

.ingress {
    color: #000000;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05px;
    line-height: 1.65em;
    font-size: 1.2em;
}

.pre-amble {
}

.alert {
}

strong em {
    font-weight: bold;
}

a {
    color: #c6a312;
    text-decoration: none;
}

    a:hover {
        color: #424242;
        text-decoration: underline;
    }

p {
    margin-bottom: 20px;
}

/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    color: #424242;
    margin-bottom: 10px;
    font-weight: 700;
}

h1 {
    font-size: 2.5em;
    line-height: 1.6em;
}

    h1.pagetitle, h2.pagetitle {
        font-size: 2.5em;
        line-height: 1.6em;
    }

div.siteContent h1 {
    margin-bottom: 20px;
}

h2 {
    font-size: 1.9em;
    line-height: 1.4em;
}

h3 {
    font-size: 1.8em;
    line-height: 1.3em;
}

h4 {
    font-size: 1.7em;
    line-height: 1.2em;
}

h5 {
    font-size: 1.6em;
    line-height: 1.1em;
}

h6 {
    font-size: 1.5em;
    line-height: 1em;
}

h2.header, h3.header {
}

blockquote {
    font-style: italic;
    margin-bottom: 20px;
}


div.siteBreadcrumbs-container {
    background: unset;
    float: left;
    width: 100%;
}

div.siteHeader,
div.siteMain,
div.siteFooter,
div.siteInfo,
div.siteBreadcrumbs {
    width: 100%;
    margin: 0 auto;
}


/*
 * Sidebar container 
 */
div.siteSidebar {
    margin-top: 50px;
    margin-bottom: 30px;
    border-top: 1px solid #c6a312;
}



/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    color: #7A838E;
    font-family: "Open Sans";
    text-decoration: none;
}

    div.siteBreadcrumbs a {
        color: #c6a312;
        text-decoration: none;
    }

    div.siteBreadcrumbs b {
        color: #424242;
        font-weight: 700;
    }

    div.siteBreadcrumbs a:hover {
        color: #424242;
    }


/*
 * Errormessage control
 */
div.errormsg {
    width: auto;
}

div.erroricon {
}

div.errortext {
    font-size: 14px;
    line-height: 24px;
    padding: 19px 10px 10px 1em;
}

span.txt_information_title {
    color: #25434d;
    font-size: 40px;
}

ul.mypage_profile_interest_header h4 {
    font-size: 1.3em;
    margin-top: 3px;
}

div.interest-header {
    padding: 6px 10px;
    background-color: #c6a312;
    border-color: #c6a312;
    color: #fff;
    font-weight: 600;
}

    div.interest-header p.content-left span {
        color: #fff;
    }

div.interest-objectinfo div.subst-table ul.subst-row {
    padding: 0;
}

div.interest-image {
    float: left;
    width: 130px;
    height: 85px;
    padding: 5px 10px 0 0;
}

div.interest-footer p {
    background-color: transparent;
    font-size: 0.9em;
}

div.interest-objectinfo {
    width: 81%;
}

div.interest-interestinfo {
    height: auto;
    width: auto;
    float: right;
    font-size: 0.95em;
    padding: 1em 10px 10px 5px;
    box-sizing: border-box;
}



    div.interest-interestinfo table tbody tr td a {
        background-color: #c6a312;
        color: #fff;
        padding: 3px 14px;
        display: inline-block;
        border-radius: 4px;
        margin-bottom: 4px;
        text-decoration: none;
    }

        div.interest-interestinfo table tbody tr td a:hover {
            background: #c00;
        }

        div.interest-interestinfo table tbody tr td a:first-of-type {
            display: none;
        }

    div.interest-interestinfo table tbody tr td {
        width: auto;
        float: right;
        display: inline;
    }

    div.interest-interestinfo table tbody tr:first-child td:first-child {
        float: left;
    }

    div.interest-interestinfo table tbody tr:last-child td {
        float: left;
    }

    div.interest-interestinfo table tbody tr td a.image,
    div.interest-interestinfo table tbody tr td a.planning {
        background: none;
        display: inline-block;
        float: left;
        color: #000;
        padding: 0;
        font-weight: normal;
        margin-right: 1em;
        text-decoration: none;
    }

        div.interest-interestinfo table tbody tr td a.image:hover,
        div.interest-interestinfo table tbody tr td a.planning:hover {
            color: #424242;
        }


        div.interest-interestinfo table tbody tr td a.image:before,
        div.interest-interestinfo table tbody tr td a.planning:before,
        div.interest-interestinfo table tbody tr td div.right a:last-of-type:before {
            content: "\f054";
            color: #424242;
            font-family: FontAwesome;
            padding-right: 4px;
            text-decoration: none;
            top: 1px;
            position: relative;
        }

        div.interest-interestinfo table tbody tr td a.image:before {
            content: "\f03e"
        }

        div.interest-interestinfo table tbody tr td a.planning:before {
            content: "\f15b"
        }

    div.interest-interestinfo table tbody tr td div.right {
        float: left;
    }

        div.interest-interestinfo table tbody tr td div.right a {
            background: none;
            display: inline-block;
            float: left;
            color: #000;
            padding: 0;
            font-weight: normal;
            text-decoration: none;
        }

            div.interest-interestinfo table tbody tr td div.right a:hover {
                color: #424242;
            }

table tbody tr td div.interest-footer {
    background: #fff;
}

    table tbody tr td div.interest-footer p {
        background-image: none;
        padding: 5px 5px 3px 1em;
        margin: 2px 0 4px 0px;
        color: #000;
        font-size: 14px;
    }

        table tbody tr td div.interest-footer p:before {
            content: "\f05a";
            color: #25434d;
            font-family: FontAwesome;
            font-size: 26px;
            padding-right: 12px;
            text-decoration: none;
            top: 4px;
            position: relative;
        }

ul.mypage_list .ico_plan:before,
ul.mypage_list .ico_landlord:before {
    color: #424242;
}

.primary h3, .secondary h3 {
    margin: 0;
}

.agreetext, .infotext {
    line-height: 1em;
    font-size: 12px;
}


a.bulleted {
    color: #25434d;
    text-decoration: none;
}

    a.bulleted:before,
    span.bulleted:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #424242;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
    }

    a.bulleted:hover {
        text-decoration: underline;
    }
/*
 * Form elements
 */
input, select, textarea {
    font-size: 0.9em;
}

    input[type="text"], select, textarea {
        width: unset !important;
    }

input, textarea {
    height: auto;
    padding: 10px;
}

select {
    height: 35px;
}

.btn {
    background: #25434d;
}

    .btn, .btn-disabled, .btn_search, .btn.btn-default {
        color: #fff;
        height: 36px;
        padding: 4px 12px;
        font-size: 0.9em;
        line-height: 23px;
        text-shadow: none;
        border: 1px solid #c6a312;
        border: 1px solid #c6a312;
        border-radius: 3px;
        background: #c6a312;
        font-weight: 600;
    }

.btn-disabled {
    border: 1px solid #DEE1E5;
    background: #DEE1E5;
    color: #7A838E;
}

.btn:hover {
    background: #424242;
    border-color: #424242;
    color: #fff;
}

.btn_interest:hover {
    background: #424242;
    color: #000;
    transition: background .25s ease-in-out;
}

div.loginarea input.btn {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0 10px;
    height: 50px;
    background:#c6a312;
    color:#000;
}

input, input[type="submit"], input[type="button"] {
    color: #fff;
    height: 36px;
    padding: 4px 12px;
    font-size: 0.9em;
    line-height: 23px;
    text-shadow: none;
    border: 1px solid #c6a312;
    border: 1px solid #c6a312;
    border-radius: 3px;
    background: #c6a312;
    font-weight: 600;
}

div.loginarea p label {
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    color: #000;
}

.register-interest input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    color: #fff;
    background: #25434d;
    cursor: pointer;
    padding: 10px;
    font-weight: 700;
    border: 1px solid #25434d;
}

    .register-interest input[type="submit"]:hover {
        background: #424242;
        cursor: pointer;
        color: #fff;
        border: 1px solid #424242;
    }


/*
 * Horizontal rule 
 */
hr {
    width: 100%;
    height: 0;
    border-top: 4px dotted #c6a312;
    background-color: transparent;
    color: #DEE1E5;
    margin: 18px 0 20px;
}

/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
    background: #c6a312;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 7px 14px;
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    height: 44px;
    box-sizing: border-box;
}

div.pageFooter {
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding: 7px;
    border-color: #DEE1E5;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

    div.pageFooter input {
        margin: 0;
    }

    div.pageFooter span {
        line-height: 21px;
    }

div.pageHeader h3 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 28px;
}

span.validation-summary {
    color: #c00;
    font-weight: 600;
}

div.article {
    min-height: unset;
}

ul, ol {
    margin-bottom: 25px;
}
    /* 
 * Horizontal list 
 */
    ul.horizontal {
    }

        ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
        }

        ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
            font-size: 1em;
            font-weight: 300;
        }

    ul.horizontal-bulleted {
        width: 100%;
        margin-bottom: 30px;
    }

        ul.horizontal-bulleted li {
            background: none;
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #eeeae4;
            list-style-type: none;
            width: 100%;
            display: block;
        }

            ul.horizontal-bulleted li:before {
                content: "\f00c";
                color: #66cc00;
                display: inline-block;
                font-family: FontAwesome;
                font-size: 1em;
                margin-right: 5px;
                padding: 5px;
                text-decoration: none;
                width: 10px;
            }


.login-container {
    width: 24.35897435897436%;
    float: right;
}

.login-mypages {
    background: #c6a312;
    color: #fff;
    text-align: center;
    padding: 20px 0px 30px 20px;
    box-sizing: border-box;
}

    .login-mypages h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 46px;
    }

    .login-mypages p {
        font-size: 21px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 4px;
    }

    .login-mypages .fa.fa-user-circle-o {
        font-size: 60px;
        margin-bottom: 10px;
    }

.register-mypages {
    background: #0e2e46;
    color: #fff;
    text-align: center;
    padding: 20px 0px 30px 20px;
    box-sizing: border-box;
}

    .register-mypages h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 46px;
    }

    .register-mypages p {
        font-size: 26px;
        color: #fff;
        font-weight: 300;
    }

    .register-mypages .fa.fa-user-circle-o {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .register-mypages a, .login-mypages a {
        color: #fff;
        text-decoration: none;
    }

/*** Primary ***/
.primary {
    border-radius: 4px;
    background-color: #FFFFFF;
}

    .primary .box-inner {
        background: #fff;
        color: #333333;
        font-family: "Open Sans";
        font-size: 0.9em;
        letter-spacing: 0.04px;
        line-height: 24px;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    }

table.box.primary tbody tr td.box-outer.box-inner {
    background: #f3f3f3;
}

.primary a {
    color: #c6a312;
    text-decoration: none;
}

    .primary a:hover {
        color: #424242;
        text-decoration: underline;
    }

.primary.col75 .box-inner, .col75 .primary .box-outer, td.col75 .primary td.box-inner, .primary.col50 .box-inner, .col50 .box.primary .box-inner, td.col50 .primary td.box-inner, .primary.col25 .box-inner, .col25 .primary .box-inner, .primary td.box-inner {
    background: #fff;
}

.box.primary.listavailable.col75 {
    margin-bottom: 20px;
}

.primary hr {
    margin-top: 20px;
    float: left;
    display: block;
    border-bottom-style: dashed;
    background: #fff;
}

.primary a.bulleted {
    color: #c6a312;
    text-decoration: none;
}

    .primary a.bulleted:hover {
        color: #424242;
    }

    .primary a.bulleted:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #424242;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
    }


    .primary a.bulleted:hover {
        color: #424242;
        text-decoration: none;
    }

/*** Secondary ***/
.secondary {
    border-radius: 4px;
    background-color: #f3f3f3;
}

    .secondary .box-inner {
        background: #f3f3f3;
        color: #25434d;
        font-family: "Open Sans";
        font-size: 0.9em;
        letter-spacing: 0.04px;
        line-height: 24px;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    }

    .secondary hr {
        background: transparent;
    }

    .secondary a {
        color: #c6a312;
        text-decoration: none;
    }

        .secondary a:hover {
            color: #424242;
            text-decoration: underline;
        }

        .secondary a.bulleted {
            color: #c6a312;
            text-decoration: none;
        }

            .secondary a.bulleted:hover {
                color: #424242;
            }

            .secondary a.bulleted:before {
                content: "\f054";
                font-family: FontAwesome;
                padding-right: 3px;
                color: #424242;
                text-decoration: none;
                font-size: 14px;
                display: inline-block;
            }


.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 100%;
}


    .box-primary h3, .primary h3, .box-primary h4, .primary h4 {
        background: transparent;
        color: #424242;
        letter-spacing: -0.29px;
        font-weight: 600;
    }


div.rental h3, div.rental h2, div.resident h2, div.rental h2.rental, div.trade h2.trade {
    color: #424242;
    background: transparent;
    font-size: 1.5em;
}

    div.rental h2.rental, div.trade h2.trade {
        font-size: 2em;
        margin-bottom: 24px;
    }

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: transparent;
    color: #424242;
    font-size: 1.5em;
}

div.resident h2.resident, div.rental h2, div.trade h2 {
    background: transparent;
    color: #424242;
    line-height: 36px;
    font-size: 2em;
}

div.rental div.title-icon {
    width: 40px;
}

div.residentInfo.residentLinks {
    background: #F8F8F8;
    padding: 7px 1em;
    border: 1px solid #DEE1E5;
    box-sizing: border-box;
}

    div.residentInfo.residentLinks h4 {
        font-size: 21px;
    }

ul.form li.type h2 {
}

table.col75 tbody tr td.col25 h2,
table.box.primary.col25 tbody tr td.box-outer.box-inner h3 {
    margin-bottom: 5px;
}

table.box.col25 tbody tr td.box-outer.box-inner p,
table.col75 tbody tr td.col25.alignright p {
    font-size: 1em;
    line-height: 1.7em;
}

    table.box.col25 tbody tr td.box-outer.box-inner p:last-of-type {
        margin-bottom: 0;
    }
/*** Login Control ***/
.col25 div.loginarea span {
    margin-bottom: 7px;
}

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }


/** Grids.css **/
/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size: 14px;
    margin-bottom: 10px;
}

    table.gridlist tr.headerrow {
        border: 1px solid #c6a312;
        background-color: #c6a312;
    }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

        table.gridlist td.header, tr.header td {
            color: #fff;
            padding: 6px 0;
            background: #c6a312;
        }
            table.gridlist td.header a {
                color: #fff;
                text-shadow: 0 1px 1px #382e05;
                font-size:13px;
            }
            table.gridlist td.header a:after {
                display: inline-block;
                content: "\f062";
                font-family: FontAwesome;
                font-size: 11px;
                margin-left: 4px;
            }

            table.gridlist td.header a, tr.header td a {
                color: #fff;
                font-weight: 700;
                background-color: transparent;
                padding-right:0;
            }
                table.gridlist td.header:last-of-type a {
                    text-align:center;
                    display:block;
                }

                table.gridlist td.header a:after {
                    display: inline-block;
                    content: "\f062";
                    font-family: FontAwesome;
                    font-size: 11px;
                    margin-left: 4px;
                }

                table.gridlist td.header a.sel-desc::after, table.gridlist tr.header td a.sel-desc::after, table.gridlist td.header a.sel-desc::after, table.gridlist tr.header td.sel-desc a::after {
                    display: inline-block;
                    content: "\f062";
                    font-family: FontAwesome;
                    font-size: 11px;
                    margin-left: 4px;
                }

            table.gridlist td.header:first-of-type {
                padding-left: 10px;
            }

            table.gridlist td.header:last-of-type {
                padding-left: 2px;
            }


            table.gridlist td.header a:hover, tr.header td a:hover {
            }

            table.gridlist td.header a.sel-asc, table.gridlist tr.header td a.sel-asc {
                color: #fff;
            }

            table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                background-color: #c6a312;
            }

.box-primary table.gridlist td.listitem-even, .box-primary tr.listitem-even td,
.box-secondary table.gridlist td.listitem-even, .box-secondary tr.listitem-even td,
.box table.gridlist td.listitem-even, .box tr.listitem-even td,
.box-primary table.gridlist td.listitem-odd, .box-primary tr.listitem-odd td,
.box-secondary table.gridlist td.listitem-odd, .box-secondary tr.listitem-odd td,
.box table.gridlist td.listitem-odd, .box tr.listitem-odd td {
}

table.gridlist td.listitem-odd, tr.listitem-odd td {
    border-bottom: 1px solid #DEE1E5;
    padding: 12px 0 12px !important;
    font-size: 0.95em;
    background: #F2F2F2;
}
table.gridlist tr.listitem-odd td.gridcell:nth-of-type(7n+5) span,
table.gridlist tr.listitem-odd td.gridcell:nth-of-type(7n+6) span {
    display: block;
    text-align: center;
}
table.gridlist tr.listitem-odd td.gridcell:last-of-type span {
    display: block;
    text-align: center;
}
table.gridlist td.listitem-even, tr.listitem-even td {
    padding: 12px 0 12px !important;
    font-size: 0.95em;
    background: #fff;
}
table.gridlist tr.listitem-even td.gridcell:nth-of-type(7n+5) span,
table.gridlist tr.listitem-even td.gridcell:nth-of-type(7n+6) span {
    display: block;
    text-align: center;
}
table.gridlist tr.listitem-even td.gridcell:last-of-type span {
    display: block;
    text-align: center;
}

table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td a {
    color: #c6a312;
    text-decoration: none;
    font-weight: 700;
}

table.gridlist img.objectlist_icon {
}
ul.mypage_profile {
    border-bottom: 1px solid #DEE1E5;
    padding-top: 0.9em;
    margin-top: 20px;
}

/*
 * UL form list
 */
ul.form {
    font-size: 1em !important;
    line-height: 2.6em;
    margin-top: 6px !important;
    border-bottom: 1px solid #ccc;
}

    ul.form li {
        list-style-type: none;
        padding: 6px 0 0px;
        text-align: left;
    }

        ul.form li.validator {
        }

        ul.form li.label {
            width: 270px;
        }

        ul.form li.label, .box ul.form li.label {
            margin-top: 0;
            font-weight: 400;
        }

.box-primary ul.form li.label,
.box-secondary ul.form li.label,
.box ul.form li.label {
}

ul.form li.textvalue {
}

ul.form li.value {
    padding-left: 280px;
}

ul.form li.text {
}

div.siteContentIframe ul.form li.label {
}

div.siteContentIframe ul.form li.text {
}

ul.form li.textrow {
}

ul.form li.value label {
}

ul.form li.value input {
}

ul.form li.label-large {
}

ul.form.exchangeobject {
    font-size: 1em;
    line-height: 1.3em;
    margin-top: 6px;
}

.formstyle {
}

    .formstyle .label {
    }

/*
 * Statistics grid
 */
div.statistics table {
}

/*
 * News-archive grid
 */
body.default div.news-area div.news-archive {
    width: 100%;
    float: left;
    padding: 8px 10px;
    box-sizing: border-box;
    text-align: right;
    border-radius: 0;
    border: none;
    text-align: center;
    margin-bottom: 30px;
}

div.news-archive .date-column {
}

div.news-archive .content-column .title {
    color: #424242;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.29px;
    line-height: initial;
    margin-bottom: 6px;
    display: block;
}

body.default div.news-area div.news-archive a {
    color: #fff;
    display: inline-block;
    background: #c6a312;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
}

    body.default div.news-area div.news-archive a:hover {
        background: #424242;
    }

    body.default div.news-area div.news-archive a.bulleted:before {
        content: url(../Img/svg/plus-circle-solid.svg);
        padding-right: 3px;
        color: #fff;
        text-decoration: none;
        font-size: 1.2em;
        display: inline-block;
        height: 21px;
        width: 21px;
        position: relative;
        top: 3px;
        margin-right: 4px;
    }

div.news-archive table.gridlist tbody tr.listitem-odd td.date-column,
div.news-archive table.gridlist tbody tr.listitem-even td.date-column {
    padding: 1em 1em;
    font-weight: 600;
    color: #7A838E;
}

div.news-archive table.gridlist tbody tr.listitem-odd td.content-column p,
div.news-archive table.gridlist tbody tr.listitem-even td.content-column p {
    margin-bottom: 0;
}
/*@import url("Elements/DynamicMap.css");*/
.dynamic-map {
    border: 0;
}

    .dynamic-map a {
        color: #25434d;
        text-decoration: none;
        font-size: 0.9em;
    }

    .dynamic-map #infobox {
    }

        .dynamic-map #infobox > div {
            border-top: solid 1px #DEE1E5;
        }

    .dynamic-map #fade_bg {
    }

    .dynamic-map #fade_color {
    }

    .dynamic-map #fade_bg img {
    }

    .dynamic-map .more {
    }

        .dynamic-map .more .nr {
        }

        .dynamic-map .more .area-label {
        }

span.close img {
    width: initial;
}

.area-info {
    font-size: 14px;
    line-height: 23px;
}

.area-img {
    margin-top: 10px;
}

.area-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 14px;
}

    .area-links ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .area-links ul li a:before {
            content: "\f054";
            font-family: FontAwesome;
            padding-right: 6px;
            color: #25434d;
            text-decoration: none;
            font-size: 1.2em;
            display: inline-block;
            top: 1px;
            position: relative;
        }


/* QuickFilter */
.objectlistFilters {
    margin-bottom: 20px;
    padding: 17px 30px 3px;
    border: 1px solid #DEE1E5;
    border-radius: 4px;
    background-color: #FFFFFF;
}

ul.quickfilter li.full {
    width: 100%;
}

div.objectlistFilters ul.quickfilter li.full table.check {
    width: 100%;
    margin-bottom: 30px;
}

    div.objectlistFilters ul.quickfilter li.full table.check tr {
        border-bottom: 1px dotted #DEE1E5
    }

ul.quickfilter li {
    float: left;
    font-size: 0.9em;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 47%;
}

ul.form li.value table.check {
    width: 100%;
}

    ul.form li.value table.check tr {
        border-bottom: 1px dotted #DEE1E5
    }

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.4em;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    border: 1px solid #b9b8b6;
    cursor: default;
    height: 1.3em;
    position: absolute;
    width: 1.3em;
    z-index: 2;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 30%, #d5d5d5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=1 );
}

ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
    float: left;
    font-size: 1em;
    width: 89%;
    margin-top: 8px;
}

ul.quickfilter span.maxValue {
    float: right;
    width: auto;
    font-size: 1em;
}

ul.quickfilter li span.title, ul.quickfilter li span {
    font-size: 1.2em;
    margin-bottom: 12px;
    font-weight: 600;
}

ul.quickfilter label {
}

.ui-widget-header {
    background: #c6a312;
}

.ui-widget-content {
    background: #fff;
    border: 2px solid #ddd;
}

.ui-slider-horizontal .ui-slider-range {
    height: 8px;
    top: 2px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 10px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 10px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 10px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 10px;
}

label.title {
    background: #c6a312;
    border: 1px solid #c6a312;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 8px 16px 10px;
}

    label.title:hover {
        background: #424242;
        border: 1px solid #424242;
        color: #fff;
    }

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-right: 2%;
    width: 31.5% !important;
    font-size: 12px;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}

.templatelist.block {
    background: #efefef;
    border: none;
}

    .templatelist.block li {
        padding-top: 8px;
        font-size: 14px;
    }

        .templatelist.block li a {
            padding: 0;
        }

ul.templatelist.block li h4 {
    font-size: 21px;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
}

    ul.templatelist.block li h4 a {
        color: #424242;
        text-decoration: none;
        font-weight: 300;
    }

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    overflow: hidden;
}

.templatelist.block.objectlist .image {
    width: 100%;
    height: unset;
}

.templatelist.block li:nth-of-type(9n+2) {
    padding: 0;
}

.templatelist.block.objectlist li label {
    font-weight: 600;
    width: 85px;
}

.templatelist.block.header li label, .templatelist.block li label {
    width: 70px;
}

ul.listviews {
    float: right;
    width: 100%;
    padding: 0;
    border-top: dotted 5px #c4c4c4;
    padding: 10px 0;
}

    ul.listviews li {
        display: block;
        padding: 0 10px 0 0;
        list-style-type: none;
        margin-bottom: 1em;
        margin-top: 4px;
    }

        ul.listviews li a {
            font-size: 14px;
            font-weight: normal;
            text-decoration: none;
            color: #051033
        }

        ul.listviews li i {
            color: #DEE1E5;
            font-size: 14px;
            padding-right: 4px;
        }

        ul.listviews li.selected i {
            color: #424242;
        }

div.page-col25 ul.grid li.left {
    float: left;
    width: 70px;
    line-height: 28px;
}

div.page-col25 ul.grid:first-of-type li.left {
    width: 100%;
}

div.page-col25 ul.grid:first-of-type li.right {
    width: 100%;
    border-bottom: 1px dotted #c6a312;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

div.page-col25 ul.grid li.right {
    width: auto;
    line-height: 28px;
    font-weight: 700;
    padding: 0;
}

div.page-col50 ul.grid li.right {
    padding: 0;
}

div.page-col50 ul.grid li.left {
    float: left;
    line-height: 29px;
    width: auto;
    font-size: 1.2em;
    line-height: 38px;
    font-weight: normal;
}

div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position: 0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #f9f9f9;
    padding: 7px 16px 16px;
}

div.jquerypanel {
    padding: 12px 10px 9px;
}

ul.form.exchangeobject li.label.type h2 span {
    font-size: 19px;
}

div.jquerypanel div.header h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

div.jquerypanel .header a.hidden {
    background-position: -2px 0px;
}

div.jquerypanel div.pageFooter {
    background: #f2f2f2;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    background: #25434d;
    color: #051033;
    display: inline-block;
    font-weight: 600;
    margin-top: 30px;
    padding: 10px 20px 12px;
    border: 1px solid #c6a312;
    border-radius: 3px;
}

div.invoice, div.debt {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
}

div.debt {
    background: #fff;
}

    div.debt p {
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 21px;
    }

    div.debt.tfcorrespondence label {
        font-size: 14px;
        margin-left: 5px;
    }

.page-col75 div.invoice, .page-col75 div.debt, .page-col75 div.invoice p.address, .page-col75 div.invoice-spec ul li.desc {
    background: #fff;
}

.tfcorrespondence .dividerTFCorrespondence {
    margin-top: 16px;
    padding-top: 4px;
    border-top: 1px #DEE1E5 solid;
}

.tfcorrespondence .btn-save-correspondence {
    float: right;
    margin-top: 0px;
}

#cookiecheck span {
    font-size: 12px;
}

#cookiecheck div.pageHeader, #cookiecheck div.pageSubHeader {
    border: 1px solid #555;
}

.removeInterestBox > div.pageSubHeader {
    border: 0;
    background: 0;
    padding-left: 0;
    box-shadow: none;
    color: #25434d;
}

.removeInterestBox {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px #c6a312 dashed;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
    background: #fff;
}

.col75 img {
    max-width: 872px;
}

.col25 .box-inner img {
}

li.stageobject span {
    padding-left: 19px;
    color: #0e2e46;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}

body.hss_object_objectdetailstemplateb div.image-big img {
    cursor: pointer;
}

img.exterior_image {
    margin-bottom: 0;
}

div.image-slideshow {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

div.image-big,
div.image-big img {
    width: 100%;
    border: none;
}

div.image-big-full img {
    width: 100%;
    border: solid 4px #e0e0e0;
    box-sizing: border-box;
}

div.image-thumbs {
    padding-left: 0;
}

    div.image-thumbs img {
        border-color: #c6a312;
        margin: 0 4px 0 0
    }

        div.image-thumbs img:hover {
            border-color: #424242;
        }
/** Start Page **/
.col100 {
    background: transparent;
}

span.no-objects {
    display: block;
    border: 1px dotted #c6a312;
    border-radius: 3px;
    padding: 10px 14px 11px;
    font-size: 14px;
    text-align: center;
    color: #c6a312;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 35px;
}

div.box.secondary div.box-outer div.box-inner p {
    font-size: 14px;
}

.box-primary div.title-icon, .box-secondary div.title-icon {
    width: 50px;
}

    .box-primary div.title-icon i.fa, .box-secondary div.title-icon i.fa {
        font-size: 38px !important;
    }

    .box-primary div.title-icon i.fa {
        color: #25434d;
    }

    .box-secondary div.title-icon i.fa {
        color: #424242;
    }

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 55%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
    font-size: 0.6em;
    left: -10px;
}

.fa-stack {
    line-height: 1.2em;
    height: auto;
}

.fa-building:before {
    color: #c6a312
}

.fa-stack-1x {
    line-height: inherit;
    font-size: 0.6em;
    left: -10px;
}

.fa-stack {
    line-height: 1.2em;
    height: auto;
}

.box.box-secondary div.title-icon span.fa-stack {
    line-height: 1em;
    height: 1em;
}

.fa-search:before {
    content: "\f002";
    font-size: 27px;
    left: 10px;
    position: relative;
    color: #051033
}

.alignleft {
    margin-right: 2.85%;
}

ul.templatelist.block.objectlist li h2 {
    font-size: 1.4em;
    line-height: normal;
}

    ul.templatelist.block.objectlist li h2 a {
        color: #424242;
        text-decoration: none;
    }

.templatelist.block.objectlist li span {
    padding-left: 10px;
}

span#object_detail_buttonlist.button-list .btn_details_container {
    margin-right: 4px;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    font-size: 0.7em;
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #c6a312;
    color: #fff;
    font-size: 20px;
    display: block;
    width: 52px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    display: block;
    height: 55px;
    position: relative;
    bottom: 30px;
    line-height: 94px;
    z-index: 2;
    width: 100%;
}

.fa-pdf:before {
    content: "\f1c1";
}

div.object-buttons {
    padding-top: 2px;
}

div.areainfo div.areatext p {
    font-size: 14px;
    line-height: 25px;
}

div.areatext {
    width: 60%;
    float: left;
}

div.areaimg {
    width: 38%;
    float: right;
}

    div.areaimg img {
        border: 1px solid #b7cada;
        float: left;
    }

.col50 img {
    max-width: 530px;
}

div.areanews h2.localnews {
    color: #000;
}

ul.form li, .box ul.form li {
    font-size: 0.9em;
}

div.area_info_facts {
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 1em;
}

    div.area_info_facts table.gridlist tbody tr.header {
        border-color: #c6a312;
    }

        div.area_info_facts table.gridlist tbody tr.header td {
            background: #c6a312;
            font-size: 0.9em;
            padding: 0;
            padding: 4px 8px;
        }

    div.area_info_facts table.gridlist tbody tr td {
        background: unset;
        padding: 10px 2px;
    }

.object-facts ul li {
    line-height: 32px;
}

div.box-secondary.box.secondary.object-facts {
    font-size: 14px;
}



#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulRealestate {
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulBuilding {
    display: none;
}
/*#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_trRebuiltYear {
    display:none;
}*/

ul.mypage_profile_interest li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblIAEndApartment,
ul.mypage_profile_interest li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblIAEndParking {
    color: #c00;
}

/*ul.mypage_profile_interest li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblIAEndStorage {
    color: #ff7000;
}*/

ul.mypage_list a {
    color: #25434d;
}

#ctl00_Col1_trFlatNo td:first-child {
    width: 250px;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulInvoiceHeader li:first-child {
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulInvoiceHeader li:nth-child(1n+1) {
    display: none;
}

li.showonmap span {
    background-position: left;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form {
    padding: 0 12px 12px;
    box-sizing: border-box;
}

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form li.label {
        clear: left;
        width: 35%;
    }

ul.form li.textvalue {
    margin: 0;
    padding-top: 0;
    min-height: 30px;
    text-align: right;
}

div.invoice p.ocr {
    margin: 10px 0 0 0;
    float: left;
    padding: 3px 0;
}

ul.serviceorder-header li.textvalue {
    text-align: unset;
}

ul.serviceorder-row li.textvalue {
    text-align: unset;
}

div.box.primary.areanews div.title-icon {
    width: 49px;
}

div.box.primary.areanews div.box-outer div.box-inner table tbody tr td a.bulleted {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    display: block;
    font-weight: 700;
}

div.box.primary.areanews div.box-outer div.box-inner table {
    width: 100%;
}

div.box.primary.areanews span.newsdate {
    font-size: 1em;
}

div.printlist {
}

body.org_employeelist h3.header {
    font-size: 38px;
}

body.org_employeelist ul.templatelist.block li img:not(.image):first-child {
    margin: 0 6px 0 0;
}

body.org_employeelist table.gridlist td img {
    display: none;
}

body.org_employeelist table.gridlist tbody tr td a.iframe:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 6px;
    color: #25434d;
    text-decoration: none;
    font-size: 22px;
    display: block;
    top: -1px;
    position: relative;
    float: left;
}

body.org_employeelist table.gridlist tbody tr td a.iframe:hover {
    color: #051033;
}

    body.org_employeelist table.gridlist tbody tr td a.iframe:hover:before {
        content: "\f0e0";
        font-family: FontAwesome;
        color: #051033;
    }

body.org_employeelist table.gridlist td.header:nth-child(4n+1),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+1),
body.org_employeelist tr.listitem-odd td:nth-child(4n+1),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+1),
body.org_employeelist tr.listitem-even td:nth-child(4n+1) {
    width: 30%;
    padding-left: 1em;
    box-sizing: border-box;
}

body.org_employeelist table.gridlist td.header:nth-child(4n+2),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+2),
body.org_employeelist tr.listitem-odd td:nth-child(4n+2),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+2),
body.org_employeelist tr.listitem-even td:nth-child(4n+2) {
    width: 30%;
    padding-left: 1em;
    box-sizing: border-box;
}

body.org_employeelist table.gridlist td.header:nth-child(4n+3),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+3),
body.org_employeelist tr.listitem-odd td:nth-child(4n+3),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+3),
body.org_employeelist tr.listitem-even td:nth-child(4n+3) {
    width: 20%;
    padding-left: 1em;
    box-sizing: border-box;
}

body.org_employeelist table.gridlist td.header:last-of-type,
body.org_employeelist table.gridlist td.listitem-odd:last-of-type,
body.org_employeelist tr.listitem-odd td:last-of-type,
body.org_employeelist table.gridlist td.listitem-even:last-of-type,
body.org_employeelist tr.listitem-even td:last-of-type {
    width: 20%;
}

div.siteContentPopup div.page-popup h1 {
    font-size: 38px;
}

.col25 img {
    width: 100%;
    max-width: none;
}


.articleImg {
    margin-bottom: 20px;
}

.devwatermark {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 144px;
    position: fixed;
    bottom: 49px;
    right: 8px;
    opacity: 0.05;
    z-index: 99;
    color: black;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

table.col75 tr td.col37 {
    vertical-align: text-top;
    border: 1px solid #c6a312;
    padding: 10px;
    box-sizing: border-box;
}

p#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDescription {
    font-weight: 600;
    margin-top: 1em;
}


div.siteContentIframe div.article-area-info div.article-area-info p img {
    max-width: 100%;
}

div.slider-container.col75 div.slider-inner,
div.slider-container.col75 div.slider-inner div.slides div.slider {
    height: auto !important;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL {
    width: 100%;
    border: 1px solid #ddd;
    padding: 1em 25px 25px;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form {
        width: 100%;
        line-height: 21px;
    }

        #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.label {
            width: auto;
            margin-right: 10px;
            font-weight: bold;
        }

        #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.value {
            padding: 5px 0 0 0;
        }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL br {
        display: none;
    }

div.tbl_block_content.subst-table {
    padding: 20px 20px 10px;
    box-sizing: border-box;
    border: 1px solid #e5debb;
    background: #fff;
}

div.subst-table ul, div.subst-table li {
    font-size: 0.95em;
    line-height: 27px;
}

.box-primary h3.user {
    margin-bottom: 0;
}

div.box.secondary.alertinfo div.box-inner {
}

div.box.secondary.alertinfo div.box-inner {
    background: #c6a312;
    border-radius: 3px;
    color: #fff;
}

    div.box.secondary.alertinfo div.box-inner a {
        color: #fff;
        text-decoration: underline;
    }

.box-secondary h3.information {
    color: #fff;
}

h3.facts {
    margin-bottom: 0;
}

div.object-facts div.box-top hr {
    margin: 5px 0 10px;
}

div.box.secondary.alertinfo p,
div.box.secondary.alertinfo div.box-inner p {
    color: #fff !important;
}

.article-display-date {
    font-size: 1em;
    display: inline-block;
    margin-bottom: 10px;
    background: #f2f2f2;
    padding: 2px 10px;
    font-weight: 700;
}

.txt_warning_title {
    font-size: 25px;
    color: #333;
    line-height: 42px;
    font-weight: 700;
}

.box-container {
    margin-top: 30px;
}


table.box.secondary.col25 {
    width: 100%;
    box-sizing: border-box;
}

.col25 .box-inner img {
    max-width: unset;
}

p.creditchecktext {
    text-align: left;
    font-style: italic;
    margin-top: 10px;
    font-size: 11px;
}

.objectlist-area {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #DEE1E5;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 10px 10px;
    box-sizing: border-box;
}


.objectlist-area-select {
    width: auto;
    float: left;
}

    .objectlist-area-select.city {
        margin-right: 20px;
    }

div.objectlist-area div.objectlist-area-select.city span {
    display: inline;
}

iframe#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ifrmExternal {
    margin-top: 30px;
}

body.cm_externalcontent div.siteMain-container div.siteMain div.siteContentFull div.page-col75.col75 {
    width: 100%;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_holderService {
    display: none;
}

div.siteHeader-container {
    /*display:none;*/
    Height: 60px;
    border: none;
}

ul.submenu {
    background: unset;
    border: none;
    position: relative;
}

ul.topmenu li a {
}

ul.submenu li {
    font-size: 100%;
    position: relative;
}

/*** Link styles ***/
ul.submenu a {
    color: #051033;
    font-family: "Open Sans";
    font-weight: 600;
    letter-spacing: 0.04px;
    text-decoration: none;
    border-bottom: 1px solid #c6a312;
    padding: 6px 0 6px;
}

    ul.submenu a:hover {
        color: #424242;
    }

ul.submenu ul {
}

    ul.submenu ul a {
        color: #25434d;
        font-family: "Open Sans";
        font-weight: 600;
        letter-spacing: 0.04px;
    }

ul.submenu li.selected a {
    color: #25434d
}

ul.submenu a,
ul.submenu ul a,
ul.submenu ul ul a {
    line-height: 42px;
}

ul.submenu ul a,
ul.submenu ul ul a {
    color: #25434d;
}

ul.submenu ul a {
    padding-left: 30px;
    padding: 6px 0 6px;
}

ul.submenu ul ul a {
    padding-left: 45px;
    padding: 6px 0 6px;
}


ul.submenu ul li a {
    padding: 6px 0 6px 20px;
}
/*** Special styles ***/
ul.submenu li.expanded {
}

ul.submenu li.collapsed {
}

ul.submenu li.selected, ul.submenu li.childselected {
}

    ul.submenu li.selected ul, ul.submenu li.childselected ul {
        font-weight: normal;
        padding-top: 0;
        padding-bottom: 0;
    }

    ul.submenu li.selected > ul,
    ul.submenu li.expanded.childselected > ul {
        margin-top: 0;
    }

ul.submenu li.expanded.childselected ul li.expanded.selected.first ul,
ul.submenu li.expanded.childselected ul li.expanded.childselected.first ul {
    margin-top: 0;
}


ul.submenu li.selected ul ul, ul.submenu li.childselected ul ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.submenu li.expanded:before {
    content: url(../Img/ico-forward-grey.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    top: 10px
}

ul.submenu li.collapsed:before {
    content: url(../Img/ico-forward-grey-down.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    top: 10px
}

ul.submenu li.expanded.selected:before,
ul.submenu li.selected:before {
    content: url(../Img/ico-forward-gold.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    top: 15px
}

ul.submenu li.expanded.childselected:before {
    content: url(../Img/ico-forward-gold-down.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    top: 10px
}

ul.submenu li.expanded a {
}

ul.submenu li.expanded ul li.last {
}

ul.submenu li:hover:before {
    content: url(../Img/ico-forward-gold.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    top: 15px
}

ul.submenu li.expanded ul li.selected a {
    color: #c6a312;
}

ul.submenu li.meny-space {
    margin-bottom: 10px;
}

ul.submenu li.expanded ul li.selected ul li a {
    font-weight: normal;
}

ul.submenu li.collapsed.selected:before {
    content: url(../Img/ico-forward-gold-down.png);
}

ul.submenu li ul li ul li.expanded.selected:before, ul.submenu li ul li ul li.selected:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li.expanded.selected:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li.expanded.selected:hover:before,
ul.submenu li ul li.collapsed.selected:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li.selected:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li.selected:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li.collapsed:hover:before,
ul.submenu li.expanded:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li.collapsed.selected:hover:before,
ul.submenu li.expanded.selected:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li.selected:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li.expanded.childselected:before,
ul.submenu li ul li.expanded.childselected:before {
    content: url(../Img/ico-forward-grey-down.png);
}

ul.submenu > li.expanded > a {
    color: #051033;
}

div.box-primary {
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

input[type="text"], input[type="password"], input.search_field {
    background: #fff;
    border-color: #c6a312;
    color: #000;
}

div.navbar {
    border: 1px solid #c6a312;
    padding: 0 4px;
    border-radius: 5px;
}

div.navbar {
    clear: both;
    float: right !important;
    margin: auto;
    max-width: unset !important;
    overflow: hidden;
    padding: 3px 4px 1px !important;
    text-align: right;
}
div.validator-unvalid:before {
    font-size: 13px;
    position: relative;
    top: -7px;
}

div.validator-valid:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #6c0;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    top: -7px;
}

.formPage {
    max-width: unset;
}

div.card-holder > .card .card-content > .card-content-notify .nofify-circle,
.nofify-circle-big {
    background: #c6a312;
}

.tabs-header .border {
    background: #c6a312;
}

div.pageFooter {
    border: 1px solid #c6a312;
}

    div.pageFooter br {
        display: none;
    }

    div.pageFooter span.errorText {
        text-align: left;
        float: left;
        display: inline;
        width: auto;
        line-height: 40px;
        margin-left: 10px;
    }

ul.form li.label {
    font-weight: 600;
}

table tbody tr td span {
    font-weight: 600;
}

.iceContainer span.validator-unvalid:before {
    font-size: 15px;
    position: relative;
    top: -7px;
}

.iceContainer span.validator-valid:before {
    font-size: 15px;
    position: relative;
    top: -7px;
}

div.card-holder > .card > .card-header span h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

div.card-holder > .card > .card-header span > i {
    font-size: 25px;
    margin-right: 12px;
}

div.card-holder > .card .card-content > .card-content-notify > span.right-notify-icons i {
    font-size: 25px;
}

.nofify-circle-big {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
}

div.card-holder > .card {
    border: 1px solid #c6a312;
}

ul.templatelist.block.objectlist li h2 {
    line-height: 32PX;
    font-size: 19px !important;
    display: block;
    font-weight: 600;
    background: #c6a312;
}

element {
}

ul.templatelist.block.objectlist li h2 {
    line-height: 32PX;
    font-size: 19px !important;
    display: block;
    font-weight: 600;
    background: #c6a312 !important;
    text-indent: 10px !important;
}

.box-inner h3 {
    padding: 15px 15px;
}

div.card-holder > .card .card-content > .card-content-notify .nofify-circle {
    background:#c6a312;
}