@charset "UTF-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/roboto/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('/fonts/roboto/roboto-v20-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto/roboto-v20-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v20-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v20-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v20-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v20-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/roboto/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/roboto/roboto-v20-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto/roboto-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v20-latin-italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v20-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/roboto/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/roboto/roboto-v20-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto/roboto-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v20-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

html {
    overflow-y: scroll;
}

html, body {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    background-color: #f3f3f4;
}

a {
    text-decoration: none;
}

.hidden {
    display: none !important;
}

footer {
    font-size: 13px;
}

body.fixed-nav #wrapper #page-wrapper {
    margin-top: 0px;

}

.adminpage-wrapper {
    border-left: 4px solid #ddd;
}


.top-navigation.navbar {
    display: block;
    flex-wrap: inherit;
    position: fixed;
}

.top-navigation.fixed-nav #wrapper, .fixed-nav #wrapper.top-navigation, #wrapper {
    margin-top: 100px;
}

.top-navigation.fixed-nav #wrapper, .fixed-nav #wrapper.top-navigation, #wrapper.admin-wrapper {
    margin-top: 80px;
}

.top-navigation.fixed-nav #wrapper, .fixed-nav #wrapper.top-navigation, #wrapper.admin-wrapper #page-wrapper.adminpage-wrapper {
    padding-top: 20px;
}


.globalmsg {
}

.globalmsg > .error, .globalmsg > .success {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 50px;
    display: none;
    opacity: 0;
    z-index: 9999;
    padding: 15px 20px 10px 20px;
    color: #fff;
    vertical-align: middle;
}

.globalmsg.shrink > .error, .globalmsg.shrink > .success {
    position: fixed;
    top: 50px;
}

.globalmsg > .error {
    background: red;
}

.globalmsg > .success {
    background: #23c6c8;
}

.navbar-default {
    background-color: #f3f3f4;
}

#side-menu.nav > li {
    background-color: #f3f3f4;
    border-left: 4px solid #f3f3f4;
}

#side-menu.nav, #side-menu .nav, #side-menu.nav li {
    display: block;
    position: relative;
}

#side-menu.nav.collapse, #side-menu .nav.collapse {
    display: none;
}

#side-menu.nav.collapse, #side-menu .nav.collapse.in {
    display: block;
}

#side-menu.nav > li > a, .nav > li > a {
    color: #676a6c;
    display: block;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li.active > ul > li.active > a {
    background-color: #ddd;
    color: #676a6c;
}

#side-menu.nav > li.active {
    background-color: #f3f3f4;
    border-left: 4px solid #888;
}

#side-menu.nav > li > a i {
    width: 16px;
}

.top-navigation .wrapper.wrapper-content {
    padding-top: 0;
}

@media (max-width: 767px) {

    .wrapper.wrapper-content {
        padding: 15px !important;
    }
}


.nav > li.full {
    position: inherit;
}

.dropdown-menu {
    font-size: 14px;
}

.menu-item-immo {
    width: 300px;
    -webkit-column-rule: 1px solid rgb(238, 238, 238);
    -moz-column-rule: 1px solid rgb(238, 238, 238);
    column-rule: 1px solid rgb(238, 238, 238);
}

.nav > li#navbarliving, .nav > li#navbarbusiness {
    position: inherit;
}

.menu-item-business {
    /*width: 800px;
    max-width: 800px;*/
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-rule: 1px solid rgb(238, 238, 238);
    -moz-column-rule: 1px solid rgb(238, 238, 238);
    column-rule: 1px solid rgb(238, 238, 238);
}

.menu-item-living {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.menu-item-living .menu-states, .menu-item-living .menu-cities {
    display: block;
    float: left;
    position: relative;
}

.menu-item-living .menu-cities {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-rule: 1px solid rgb(238, 238, 238);
    -moz-column-rule: 1px solid rgb(238, 238, 238);
    column-rule: 1px solid rgb(238, 238, 238);
    width: 80%;
    margin-top: 20px !important;
}

.menu-item-living .menu-states {
    display: inline-block;
    width: 20%;
}

.menu-item-business > li, .menu-item-living .menu-cities > li, .menu-item-immo > li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid; /* Theoretically FF 20+ */
    break-inside: avoid-column; /* IE 11 */
}

.menu-item-business small, .menu-item-living small, .menu-item-immo small {
    white-space: normal;
    line-height: 1.3em;
}


.dropdown-menu.menu-item-living > ul, .dropdown-menu.menu-item-business > ul, .dropdown-menu.menu-item-immo > ul {
    padding: 0 20px;
    margin: 0;
}

.dropdown-menu.menu-item-living > ul > li, .dropdown-menu.menu-item-business > ul > li, .dropdown-menu.menu-item-immo > ul > li {
    padding: 10px 0 10px 0;
}

.dropdown-menu.menu-item-living > ul > li > a,
.dropdown-menu.menu-item-business > ul > li > a,
.dropdown-menu.menu-item-immo > ul > li > a {
    padding: 0;
}

.dropdown-menu.menu-item-living a:link, .dropdown-menu.menu-item-living a:visited,
.dropdown-menu.menu-item-business a:link, .dropdown-menu.menu-item-business a:visited,
.dropdown-menu.menu-item-immo a:link, .dropdown-menu.menu-item-immo a:visited {
    color: #444;
}

.dropdown-menu.menu-item-living a:hover, .dropdown-menu.menu-item-living a:active,
.dropdown-menu.menu-item-business a:hover, .dropdown-menu.menu-item-business a:active,
.dropdown-menu.menu-item-immo a:hover, .dropdown-menu.menu-item-immo a:active {
    color: rgb(0, 214, 239);
}

.dropdown-menu.menu-item-living > ul > li > ul, .dropdown-menu.menu-item-immo > ul > li > ul {
    margin: 0;
    padding: 0;
}

.dropdown-menu.menu-item-living > ul > li > ul > li, .dropdown-menu.menu-item-immo > ul > li > ul > li {
    margin: 0;
    padding: 0;
    display: inline;
}

.dropdown-menu.menu-item-business > ul > li > a > small {
    display: block;
}

.dropdown-menu.menu-item-living > ul > li > ul > li > a, .dropdown-menu.menu-item-immo > ul > li > ul > li > a {
    margin: 0;
    padding: 0;
    display: inline;
    /*font-size: 95%;*/
}


.btn {
    border-radius: 0;
}

.btn-default {
    background-color: transparent;
    color: #23c6c8;
    border: 1px solid #23c6c8;
}

.btn-white {
    background-color: transparent !important;
    color: rgb(103, 106, 108) !important;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.btn-white:hover, .btn-white:active {
    background-color: rgba(255, 255, 255, 0.3) !important;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.btn-default:hover, .btn-default:active {
    background-color: #23c6c8;
    border: 1px solid #23c6c8;
}

.btn-default.btn.lg {
    border-width: 2px;
}

.desc {
    font-size: 0.85em;
    font-weight: 100;
}

.accent {
    color: #999;
    font-weight: 800;
}

.toolbar-container {
    position: absolute;
    top: 6px;
    right: 20px;
}

.site-toolbar {
    width: 180px;
    position: absolute;
    top: 8px;
    right: 0;
    text-align: right;
}

.navbar-toggle {

}

.navbar {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.navbar.shrink {

}

.navbar.shrink .metanav {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

.navbar-header {
    position: relative;
}

.navbar-header .custsession {
    position: absolute;
    top: 8px;
    left: 200px;
    width: 300px;
}

@media (max-width: 767px) {

    .navbar-header .custsession {
        display: none !important;
    }
}


.top-navigation .navbar-brand, .navbar-fixed-top .navbar-brand {
    background-color: transparent;
    padding: 13px 25px 6px 25px;
}

.navbar-brand img {
    height: 38px;
}

.navbar-top-links li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

#map-canvas, #site-map, .mapcanvas {
    width: 100%;
    height: 500px;
    margin: 0px auto 0 auto;
    -webkit-transform: translate3d(0, 0, 0); /* Forces hardware acceleration */
}


.ibox {
    border-radius: 3px;
    background-color: white;
    padding: 6px 0 6px 0;
}

.ibox-title {
    border-top-width: 0px;
}

.ibox-content2 {
    padding: 10px;
    border-top: none;
}

.ibox-content2.ibox-image {
    padding: 10px 14px;
}

.ibox-image > img {
    width: 100%;
}

.ibox-footer .pagination {
    margin: 0;
}

.distancebadge > .lat, .distancebadge > .long {
    display: none;
}

.distancebadge {
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.distancebadge .distance {
    background: #aaa;
    color: #fff;
    padding: 3px 5px;
}

.immoimgcell {
    width: 200px;
}

.loginColumns {
    padding: 100px 20px;
}

.filedownload {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.filedownload:hover i {
    color: #258eb5;
}

.plottooltip {
    display: none;
    overflow-x: hidden;
}

#defaultplottooltip {
    display: block;
}

.top-navigation .wrapper.wrapper-content {
    padding-bottom: 20px;
}

footer.footer {
    position: relative;
}

footer ul, footer li {
    margin: 0;
    padding: 3px 0;
    list-style-type: none;
}

footer li > a {
    color: #737373;
    background-color: #FFFFFF;

}

footer #credits {
    padding: 10px 0 0 0;
}

@media (max-width: 991px) {
    footer {
        text-align: center;
    }

    footer li {
        display: inline-block;
        padding: 0 10px 0 0;
    }

    footer li.iiru {
        display: none;
    }
}

/* CUSTOMIZE THE CAROUSEL */

.carousel {
    height: 400px;
}

.gallery-small .carousel {
    height: 350px;
}

.gallery-small .carousel .item {
    height: 350px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

.carousel-caption h4 {
    font-size: 2.5em;
    font-weight: bold;
}

/* Declare heights because of positioning of img element */
.carousel .item, .landingpage .carousel .item {
    /*height: 400px;*/
    background-color: #fff;
}

.body-small .carousel .item {
    height: 300px;
}

.carousel .item .container {
    background-color: #fff;
}

.carousel-inner {
    height: 100%
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control {
    width: 6%;
}

.carousel-inner .container {
    position: relative;
}

.carousel-inner {
    overflow: hidden;
}

.carousel-with-caption {
    padding-bottom: 30px;
}

.carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
    text-shadow: none;
}

.carousel-caption.dark {
    color: #666;
}

.carousel-caption.blank {
    top: 140px;
}

.carousel-image {
    position: absolute;
    right: 10px;
    top: 150px;
}

.carousel-indicators {
    padding-right: 60px;
}

.carousel-caption h1 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    margin: 0;
    padding: 6px 8px;
    display: table;
}

.carousel-caption h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 6px 8px;
    display: table;
}

.carousel-caption h4 {
    text-transform: uppercase;
    margin: 0;
    padding: 6px 8px;
    display: table;
}

.carousel-caption p {
    font-weight: 700;
    margin: 0;
    padding: 6px 8px;
    display: table;
}

.carousel-caption a {
    display: table;
}

ul.thumbnails-carousel {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

ul.thumbnails-carousel .center {
    display: inline-block;
}

ul.thumbnails-carousel li {
    margin: 0 8px 8px 0;
    float: left;
    cursor: pointer;
    border: 4px solid #eee;
}

ul.thumbnails-carousel li.active-thumbnail {
    border: 4px solid #ccc; /*1ab394*/
}

.caption-link {
    color: #fff;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 400;
}

.caption-link:hover {
    text-decoration: none;
    color: inherit;
}

.header-back {
    height: 400px;
    width: 100%;
    background-color: #fff;
}

.input-group > .input-group-addon {
    height: 34px;
}

#carousel2 {
    margin-bottom: 30px;
}

#carousel2 .carousel-indicators {
    padding: 0;
    bottom: 40px;
}

#carousel2 .carousel-caption {
    position: absolute;
    top: 340px;
    height: 30px;
    width: 100%;
    text-align: center;
}

#carousel2 .carousel-caption p {
    color: #888;
    font-weight: normal;
    font-style: normal;
    padding-top: 8px;
    line-height: 22px;
    text-transform: none;
}

@media (max-width: 991px) {
    .carousel {
        height: 300px;
    }

    .header-back {
        height: 300px;
    }

    .carousel-caption, .carousel-caption.blank {
        top: 30px;
    }
}

/* END CUSTOMIZE THE CAROUSEL */

.homelinks a {
    display: inline-block;
    margin: 30px;
}

.citylogo {
    text-align: center;
    margin: 20px 0;
}

.p {
    color: #444;
}

.p-heading {
    font-size: 1.2em;
}

small {
    font-weight: 100;
}

.p small {
    margin-bottom: 4px;
    display: block;
    color: #888;
    font-weight: 100;
}

.p-meta {
    text-align: right;
}

.p-meta-val {
    font-size: 1.1em;
}

.p-price,
.p-plotsize,
.p-size,
.p-rooms {
    display: inline-block;
    padding: 10px;
}

.form-group > label {
    font-weight: normal;
    /*font-size: 0.85em;*/
}

.form-group > label.control-checkbox {
    font-size: 1em;
}

.file {
    background-color: transparent;
    overflow: hidden;
    border: none;
    white-space: nowrap;
    width: auto;
    text-overflow: ellipsis;
    margin: 0;
}

#search-wrapper {
}

#searchbox {
    background: white;
    padding: 20px;
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-start;
}

#searchbox .search {
    width: 320px;
}

#searchbox .bootstrap-select {
    width: 100px;
    margin-top: -3px;
}

#searchbox > div {
    flex: 1 1 auto;
    min-width: 200px;
    padding: 0 30px 0 0;
}
#searchbox label[for="Search"] {
    display: block;
}

#searchbox .control-checkbox {
    display: inline-block;
    margin: 0 10px 0 0;
}

#searchbox .btn-search {
    margin: 8px 0 0 0;
}

#searchbox small {
    display: block;
    padding: 5px 0 0 0;
}

@media (max-width: 768px) {
    #searchbox > div {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

.back-box a {
    display: block;
    margin: 0 0 6px 0;
}

.back-box span {
    display: block;
}

h1 > span.desc {
    font-size: 0.6em;
}

.green {
    color: green;
}

.limegreen {
    color: limegreen;
}

.yellow {
    color: yellow;
}

.red {
    color: red;
}

.orangered {
    color: orangered;
}

.blue {
    color: dodgerblue;
}

/*
#loginLink, #cockpitLink {
    line-height: 1em;
    border: 1px solid #888;
    padding: 10px 15px;
    margin: 4px;
    height: auto;
    min-height: 20px;
    background-color:#fff;
}
#loginLink:hover, #loginLink:active, #cockpitLink:hover, #cockpitLink:active  {
    color: #fff;
    background-color: #258eb5;
    border: 1px solid #258eb5;
}
*/
#carouselCities {
    height: 140px;
    background-color: transparent;
    overflow: hidden;
}

#carouselCities .carousel-inner > .item {
    height: 140px;
    background-color: transparent;
    text-align: center;
}

#carouselCities .item a {
    font-size: 1.4em;
    color: #888;
}

#carouselCities .item img {
    padding: 10px;
    display: block;
    margin: 0 auto;
    /*
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
    */
}

#regions {
    padding: 50px 0;
}

#regions h2 {
    text-align: center;
    margin: 40px 0;
}


.ibox.product-box {
    padding: 0;
}

.product-imitation {
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.product-desc {
    min-height: 300px;
}

.testimonials {
    margin: 100px 0 0 0;
}

.testimonials-text {
    text-align: center;
    font-size: 1.6em;
    font-weight: 100;
}

.testimonials-text span {
    margin: auto 0;
    display: block;
    font-style: italic;
    margin-top: 50px;
}

.question {
    padding: 0;
}

.question small {
    display: block;
    padding: 0 0 10px 0;
}


#map_canvas {
    height: 400px;
    width: 100%;
}

/*
#sortable { padding: 0; margin: 0 0 20px 0; position: relative; clear:both;}
#sortable .ui-state-default { list-style-type: none; position: relative; height: 180px; width: 240px; float: left; padding: 0px; margin: 0 10px 10px 0; border: 4px solid #fff;}
#sortable .ui-state-highlight { list-style-type: none; position: relative; height: 180px; width: 240px; float: left; padding: 3px; margin: 0 10px 10px 0; border: 1px dotted #ffb431; background-color: #ffe1ac;}
#sortable .ui-state-default .btnDeleteImage { position: absolute; bottom: 10px; right: 10px;}
*/
#sortable {
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;
    clear: both;
}

#sortable .ui-state-default {
    list-style-type: none;
    position: relative;
    height: 137px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

#sortable .ui-state-highlight {
    list-style-type: none;
    position: relative;
    height: 137px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #ccc;
}

.attributes > .control-checkbox {
    margin: 0 30px 20px 0;
}

.city-teaser img {
    float: left;
    margin: 10px 0 0 0;
}

.city-teaser > div {
    margin-left: 70px;
}

.startnow {
    text-align: center;
    padding: 60px 0;
}

.feature {
    text-align: center;
    margin-bottom: 20px;
}

.feature > i {
    color: #aaa;
    text-align: center;
}

.features-icon {
    font-size: 3em;
}

.team-member {
    text-align: center;
}

.team-member img {
    margin: 20px auto;
    width: 170px;

}

.pricing-plan {
    margin: 20px 0 0 0;
    border-radius: 4px;
    background-color: white;
}

.pricing-plan.selected {
    margin: 20px 20px 0 20px;
    transform: scale(1.1);
    background-color: white;
}

.pricing-plan li {
    padding: 10px 16px;
    border-top: 1px solid #e7eaec;
    text-align: center;
    color: #888;
}

.pricing-plan .pricing-price {
    border-top: none;
}

.pricing-plan .pricing-price span {
    font-weight: 600;
    color: #23c6c8;
}

.pricing-plan strong {
    font-weight: 600;
}

li.pricing-desc {
    font-size: 13px;
    border-top: none;
    border-bottom: none;
    padding: 20px 16px;
    background-color: #dedede;
}

li.pricing-title {
    border-top: none;
    border-bottom: 2px solid #e7eaec;
    color: #444;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600;
    background-color: #dedede;
}

.pricing-plan.selected .pricing-title,
.pricing-plan.selected .pricing-title span {
    background-color: #57a6a7;
    color: white;
}

.pricing-plan.selected .pricing-desc {
    background-color: #beeaeb;
    background: linear-gradient(#9dd8da, #bfe6e7);
    color: white;
}

.pricing-plan li.pricing-arrow {
    width: 100%;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
}

.pricing-plan .pricing-arrow-span {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin-top: -70px;
    margin-left: 0px;
    transform: matrix(1.5, 0.450, -1.5, 0.450, 0.800, 0.000);
    background-color: #dedede;
    border: 1px solid #e7eaec;
}

.pricing-plan.selected .pricing-arrow-span {
    background-color: #bfe6e7;
    border: none;
}

.input-lg > .selectpicker.btn-default {
    padding: 10px 16px;
    line-height: 24px;
}

.selectpicker.btn-default {
    border: 1px solid #e5e6e7;
    color: #666;
}

.selectpicker.btn-default:hover {
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #fff;
}

#cropper-modal .modal-dialog {
    width: 1140px;
}

.imgbox {
    position: relative;
}

#siteimgbox {
    width: 100%;
    max-height: 500px;
    border: 1px solid #eee;
}

#siteimgbox > img {
    /*max-width: 100%;*/
}

.img-preview {
    width: 100%;
    border: 1px solid #eee;
    width: 320px;
    height: 240px;
}

.mapcanvas,
.imgcanvas {
    border: 1px solid #eee;
    padding: 4px;
    display: block;
    background-color: white;
}

.mapcanvas {
    width: 100%;
}

.mapcanvas > div {
    width: 100%;
    height: 500px;
}

.mapcanvas > div.big {
    height: 500px;
}

table a {
    color: #676a6c;
}

table a:hover, table a:active {
    color: #444;
}

.control-valuelabel {
    padding-top: 7px;
}

.nowrap {
    white-space: nowrap;
}

.ibox-footer > .btn {
    margin-right: 10px;
    margin-left: 0;
}

.ibox-footer > .btn.pull-right {
    margin-right: 0px;
    margin-left: 10px;
}

.ibox-title > h5,
.ibox-title > small {
    display: block;
    clear: both;
}

.custsession-li {
    min-width: 200px;
    max-width: 300px;
    display: inline-block;
}

@media (max-width: 767px) {

    .custsession-li {
        width: 100%;
        display: block;
    }
}


@media (max-width: 767px) {
    #loginLink, #cockpitLink {
        border: none;
    }
}

.custsession .bootstrap-select.btn-group {
    margin: 0;
}

.statsbox label {
    display: block;
}

.ibox-content.no-padding > .table {
    margin-bottom: 0;
}

/*SEARCH*/

#searchbox .tt-dropdown-menu {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

#searchbox input.tt-hint, #searchbox input.tt-input {
    font-size: 1em !important;
    line-height: 1.2em !important;
}

#searchbox .tt-suggestion {
    padding: 3px 10px;
    font-size: 1em;
    line-height: 24px;
}

#searchbox .tt-suggestion.tt-cursor {
    background-color: #eee;
    cursor: pointer;
}

#searchbox .tt-dataset-cities h4 {
    margin: 0 10px;
    font-size: 0.8em;
}

#searchbox .tt-dataset-cities {
    border-bottom: 1px solid #ccc;
}

#searchbox .cityprefetch {
    margin: 0 0 0;
    padding: 0;
    position: relative;
}

#searchbox .cityprefetch i {
    display: block;
    width: 80%;
    font-size: 1em;
}

#searchbox .cityprefetch img {
    position: absolute;
    top: 5px;
    right: 0;
}

form.dropzone, form#dropzoneUserFiles, form#dropzoneImages {
    height: 200px;
    min-height: 150px;
}


/*SEARCH END*/

.dropzone .dz-message {
    text-align: center;
    padding: 0px;
}

.dropzone .dz-message > h3 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.5em;
}

.dropzone .dz-message > span.note {
    display: block;
}

.dropzone .dz-preview {
    display: none !important;
}

.dropzone.dz-started .dz-message {
    opacity: 1 !Important;
}

.qrcode {
    padding: 0 0 20px 0;
}

.ID {
    font-size: 18px;
    font-weight: 100;
    padding: 0 0 10px 0;
}

.pi {
    width: 150px;
}

.ii {
    width: 150px;
}

.wizard > .content {
    margin: 15px 0;
    background-color: transparent;
}

.wizard > .content > .body {
    padding: 0;
    position: static;
    float: none;
    width: 100%;
    height: auto;
}

.wizard .form-group > label {
    font-weight: normal;
}

.attributes-list > li {
    background-color: transparent;
    padding: 3px 0;
    border: none;
}

@media (min-width: 768px) {

    #page-wrapper {
        margin-left: 300px;
    }

    .navbar-static-side {
        width: 300px;
    }
}

.form-control.error {
    border-style: solid;
}

label.error:not([style*="hidden"], [style*="display: none"], :empty) + button {
    color: #cc5965;
    border: 1px solid #cc5965;
}

label.error,
.field-validation-error {
    font-size: 0.8em;
    font-weight: bold;
    padding: 4px 0;
    margin: 0;
    display: block;
    color: #cc5965;
}

.radio label, .checkbox label {
    padding-left: 4px;
}

.tab-pane .feed-activity-list,
.tab-pane .form-actions {
    margin-top: 10px;
}

.fadeout {
    overflow: hidden;
    white-space: nowrap;
    background-color: white;
    position: relative;
}

.fadeout:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.tab-content .table > tbody > tr > td:first-child {
    padding-left: 0;
}

.poi {
    display: none;
    position: absolute;
    background: white;
    top: 0px;
    height: 400px;
    width: 240px;
    padding-top: 0px;
    vertical-align: top;
}

a#btnTogglePoi {
    color: #676a6c;
}

.poi > div {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: 100px;
    height: 75px;
}

.poi > div img {
    width: 32px;
    height: 37px;
}

.poi > .poidesc {
    margin-right: 20px;
}

.poi > .poiclose {
    position: absolute;
    top: 0;
    right: -60px;
    color: #aaa;
    cursor: pointer;
}

.poi > .poiclose:hover {
    color: #676a6c;
}

.poi > #btnHidePlaces {
    text-align: center;
    cursor: pointer;
    color: #ccc;
}

.poi > #btnHidePlaces > .fa {
    line-height: 37px;
}

.poi > .btnShowPlaces {
    text-align: center;
    cursor: pointer;
}

.poi > div > small {
    display: block;
    color: #888;
}

.circliful .circle-text {
    line-height: 130px !important;
}

.result {
    display: inline-block;
    padding: 0 20px;
}

.result > div {
    display: none;
}

#imgcanv {
    position: relative;
}

#imgcanv #btnDeleteImage {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#lineChart {
    padding: 0;
}

.help {
    float: right;
}

.form-group > label {
    display: block;
}

#tabmessages, #tabactions {
    padding-bottom: 20px;
}

#imgcanv > img {
    width: 100%;
}

.clusterMarker > div {
    top: 1px !important;
    left: 1px !important;
}

#markers {
}

#markers .plot {
    height: 42px;
    border: 1px solid #fff;
    margin: 2px;
}

#markers .plot > span {
    margin: 8px 0 0 40px;
    display: block;
    white-space: nowrap;
}

#markers .drag {
    position: absolute;
    width: 32px;
    height: 37px;
    background-image: url('/content/marker/position.png');
    margin: 4px;
    cursor: pointer;
}

#sitemap_canvas {
    position: relative;
}

.mapcontrols {
    padding-top: 20px;
}

.dropzone .processing, .dropzone .error {
    display: none;
}

.dropzone .error {
    font-weight: bold;
    padding: 10px 0;
}

section.map {
    position: relative;
}

.mapfilter {
    margin: 15px 0;
}

@media (max-width: 991px) {

    .mapfilter {
        display: none;
    }
}


.imgbox img {
    width: 100%;
    height: auto;
}

.plottooltip {
    display: none;
}

#defaulttooltip {
    display: block;
}

.ProspectSubscription {
    padding: 0 0 20px 0;
    text-align: center;
}

.InfoSubscription {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background-color: white;
    padding: 15px 0 20px 0;
    text-align: center;
}

.InfoSubscription .btn,
.ProspectSubscription .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 800;
}

.table-ultracondensed td:first-child {
    padding-left: 0;
}

.table-ultracondensed td:last-child {
    padding-right: 0;
}

.itel {
    display: none;
}

.tel {
    display: inline;
}

@media (max-width: 767px) {
    .itel {
        display: inline;
    }

    .tel {
        display: none;
    }
}

.validation-summary-errors ul {
    background-color: red;
    margin: 0 0 10px 0;
    padding: 10px;
    list-style-type: none;
}

.validation-summary-errors ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: white;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid #fff;
}

ul.regionnav {
    margin-top: 15px;
}

ul.regionnav, ul.regionnav > li {
    position: relative;
    list-style-type: none;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
}

ul.regionnav > li img {
    position: absolute;
    left: 0;
}

ul.regionnav > li div {
    margin-left: 56px;
}

ul.regionnav > li small {
    display: block;
}

ul.regionnav > li small > span {
    margin: 0 8px 0 0;
}

.cityimg {
    width: 100%;
    height: auto;
}

a.wishlist {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 34px;
    color: #666;
}

a.wishlist > span {
    position: absolute;
    top: 6px;
    width: 100%;
    text-align: center;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.wishlist > span.add-to-wishlist {
    left: 0%;
}

a.wishlist > span.is-on-wishlist {
    left: 100%;
}

a.wishlist.already-on-wishlist > span.add-to-wishlist {
    left: -100%;
}

a.wishlist.already-on-wishlist > span.is-on-wishlist {
    left: 0%;
}

.alert {
    border-radius: 0;
    border-color: transparent;
}

.legende > span {
    margin-right: 8px;
}

.legende > span > img {
    height: 18px;
    width: 18px;
}

.energy {
    position: relative;
    padding: 20px 0 8px 0;
}

.energy .energymarker {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
}

.immomap {
    position: absolute;
    left: 0;
    background: red;
    width: 100%;
    height: 600px;
}

.immofilter {
    position: absolute;
    left: 0;
    background: blue;
    width: 100%;
    height: 600px;
}

.immolist {
    position: absolute;
    left: 0;
    background: green;
    width: 100%;
    height: 600px;
}

.imgcell {
    position: relative;
}

.badgenew {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 6px;
    display: inline;
    min-width: 50px;
    height: 25px;
    line-height: 20px;
    background-color: #05a5af;
    text-transform: uppercase;
    color: white;
    font-size: 0.85em;
}

.badgenew:before {
    content: "neu";
}

.badgeblocked {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 6px;
    display: inline;
    min-width: 50px;
    height: 25px;
    line-height: 20px;
    background-color: orange;
    text-transform: uppercase;
    color: white;
    font-size: 0.85em;
}

.badgeblocked:before {
    content: "reserviert";
}

.badgesold {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 6px;
    display: inline;
    min-width: 50px;
    height: 25px;
    line-height: 20px;
    background-color: red;
    text-transform: uppercase;
    color: white;
    font-size: 0.85em;
}

.badgesold:before {
    content: "verkauft";
}

.bubble {
    position: relative;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-style: italic;
    font-size: 14px;
}

.comments .bubble {
    position: relative;
    height: 120px;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-style: italic;
    font-size: 14px;
}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 14px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 30px;
}

.comments-avatar {
    margin-top: 25px;
    margin-left: 22px;
}

.comments-avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
}

.comments, .contact {
    margin: 50px 0 0 0;
}

.collapse-link:hover {
    color: #888;
}

.boxtopmargin {
    margin-top: 100px !important;
}

a.lnk-disabled:hover {
    cursor: default !important;
}


.disabled, .disabled a {
    color: #999;
}

.question.control-checkbox .mandatory {
    display: inline;
}

.scoringbox {
    text-align: center;
    padding: 20px 0 0 0;
}

.scoring {
    font-weight: 100;
    color: #888;
    font-size: 1.8em;
    line-height: 1em;
    letter-spacing: -2px;
}

.scoringlabel {
    padding: 6px 0 0 0;
    display: block;
}

.formattedTesxt {
    white-space: pre-line;
}

.newmessage {
    font-weight: bold;
}

/*scrollable tabs
.nav-tabs {
overflow-x: auto;
overflow-y: hidden;
display: -webkit-box;
display: -moz-box;
}
.nav-tabs>li {
float: none;
}
*/
/*end scrollable tabs*/

.infowindow {
    min-height: 60px;
}

.infowindow .infotext {
    white-space: nowrap;
}

.infowindow > .img {
    float: left;
}

.infowindow > .img + .infotext {
    margin-left: 80px;
}

.btn {
    transition: all .5s;
}

ul.filterList {
    padding: 0;
}

ul.filterList li {
    margin: 0;
    list-style-type: none;
}

ul.filterList label {
    font-weight: normal;
}

.pull-right-button {
    position: absolute;
    right: 30px;
}


@media (max-width: 991px) {

    .tab-content .panel-body {
        padding: 0px;
        border: none;
    }

    .tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover, .tabs-container .nav-tabs > li.active > a:focus {
        border: none;
    }

    .ProspectSubscription {
        padding: 10px;
    }

    .welcome-message {
        display: none;
    }
}

#arealoader {
    padding: 30px 0 0 20px;
    text-align: center;
}

.modal-body-form h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}

#MailingLists label {
    display: inline;
}

body.whitepage {
    background-color: white;
}

.floating-checks label {
    margin-right: 20px;
}

.btn-lg small {
    font-size: 65%;
}

.ibox-content .panel-body {
    padding: 15px 0;
}

.label {
    font-size: 1em;
}

.label.label-outline {
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 3px
}

.label.label-outline.label-default {
    border-color: #B0BEC5;
    color: #B0BEC5
}

.label.label-outline.label-primary {
    border-color: #00d6ef;
    color: #00d6ef;
}

.label.label-outline.label-secondary {
    border-color: #323a45;
    color: #323a45
}

.label.label-outline.label-info {
    border-color: #29B6F6;
    color: #29B6F6
}

.label.label-outline.label-success {
    border-color: #64DD17;
    color: #64DD17
}

.label.label-outline.label-warning {
    border-color: #FFD600;
    color: #FFD600
}

.label.label-outline.label-danger {
    border-color: #ef1c1c;
    color: #ef1c1c
}

article {
    margin: 0 0 30px 0;
}

.btn.btn-primary.disabled, .btn.btn-info.disabled, .btn.btn-danger.disabled {
    color: #fff;
    background-color: #ccc;
    border: #888;
}

.bootstrap-select .dropdown-menu > li > a {
    white-space: normal;
}

.wrapper-content {
    min-height: 500px;
}

.progress-bar {
    background-color: #23c6c8;
}

.nav.nav-pills > li > a {
    background-color: #fff;
    border-bottom: 3px solid #fff;
    border-radius: 0px 0px;
    padding: 8px 0px 2px 0;
    margin: 0 20px 0 0;
}

.nav.nav-pills > li.active > a, .nav.nav-pills > li > a:hover {
    color: #676a6c;
    background-color: #fff;
    border-bottom: 3px solid #0bb3c7;
    border-radius: 0px 0px;
}

.nav.nav-pills > li.active > a {
    color: #0bb3c7;
}

article.terms p {
    margin: 15px 0;
}

article.terms h2 {
    margin: 50px 0;
}

article.terms h3 {
    margin: 30px 0;
}

.scrtabs-tabs-fixed-container {
    height: 52px;
}

div.breadcrumb {
    padding: 0;
    margin: 10px 0 20px 0;
}

div.breadcrumb, div.breadcrumb a:link, div.breadcrumb a:visited {
    color: #676a6c;
}

.citymenu {
    font-size: 1.3em;
}

.citymenu li {
    margin-right: 20px;
}

.nav.citymenu li > a {
    font-weight: normal;
}

.citymenu img {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    display: none;
}

.pagination > li > a, .pagination > li > span {
    padding: 8px 14px;
}

.fa-chevron-down.active, .fa-chevron-up.active {
    color: #00d6ef;
}

.adminpage-wrapper .form-chapter {
    padding: 4px;
}

.form-adminview .form-item {
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding: 10px 0;
}

.form-adminview .form-item .form-group {
    width: 80%;
    float: left;
    position: relative;
}

.form-adminview .form-score {
    width: 20%;
    float: right;
    position: relative;
    text-align: right;
    font-size: 1.2em;
    color: #888;
    font-weight: 100;
}

.form-shadow {
    box-shadow: rgba(100, 100, 100, 0.2) 0px 7px 29px 0px;
    background-color: rgba(100, 100, 100, 0.05);
}

.card {
    border-left: 6px solid #258eb5;
    background-color: rgba(37, 142, 181, 0.1);
    padding: 20px 20px;
}

.jCaptchaText {
    color: #258eb5;
    border: 2px solid #258eb5;
    padding: 5px 8px;
    margin: 5px 0;
    color: #fff;
    font-size: 1.5em;
}


.sortable-question-list, .sortable-question-list ol {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}

.sortable-question-list li {
    margin: 0;
    padding: 20px 20px 10px 20px;
}

.sortable-question-list > li {
    border: 0px solid #eee;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    margin: 10px 0 20px 0;
}

.sortable-question-list > li > ol > li {
    border: 1px solid #ddd;
    /*box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);*/
    margin: 10px 0 20px 0;
}

.sortable-question-title {
    position: relative;
    margin: 0 0 20px 0;
}

.sortable-question-list h3, .sortable-question-list h4 {
    margin: 0;
}

.sortable-question-list small {
}

.sortable-question-ismandatory {
}

.sortable-question-meta {
    position: absolute;
    right: 0;
}

.sortable-question-meta .sortable-question-score {
    float: right;
    display: inline-block;
    margin: 2px 10px 0 0;
}

.sortable-question-meta .sortable-question-isactive {
    float: right;
    display: inline-block;
}

.sortable-question-options {
    border-top: 1px solid #eee;
    padding: 10px 0 0 0;
    text-align: right;
}

.sortable-question-options i {
    margin-left: 15px;
}

.sortable-question-options a {
    color: #888;
}


.top-navigation .navbar-brand, .navbar-fixed-top .navbar-brand {
    background-color: transparent;
    padding: 0 25px 6px 25px;
}

.landingpage .top-navigation .navbar-brand, .landingpage .navbar-fixed-top .navbar-brand {
    padding-top: 13px;
}

.navbar-brand img {
    height: 38px;
}

.navbar-top-links li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.metanav {
    font-size: 90%;
    padding: 6px 2px;
    display: block;
}

.metanav > ul {
    list-style-type: none;
    padding: 0;
    margin: 0 20px 0 0;
    display: block;
    text-align: right;
}

.metanav > ul > li {
    list-style-type: none;
    padding: 0 0 0 8px;
    margin: 0;
    display: inline;
    position: relative !important;
}

.metanav > ul > li > form {
    display: inline;
}

.metanav a, .metanav a:link, .metanav a:visited {
    color: #676a6c;
}

.metanav a:hover, .metanav a:active {
    color: #00d6ef;
}

.metanav .cockpit-link {
    font-weight: bold;
    margin-right: 20px;
}


.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
}

.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}


.menu {
    display: none;
}


#panel-account.ibox {

}

#panel-account.ibox .ibox-content div {
    margin: 6px 0;
}

#panel-account.ibox a, #panel-account.ibox a:link, #panel-account.ibox a:visited {
    color: #676a6c;
}


#mm-1 small {
    display: block;
}


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    position: relative;
    display: flex;
    padding-inline-start: 0px;
}

#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 9px;
    /*width: 20%;
    float: left;
    position: relative;*/
    flex: 1;
    text-align: center;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #fff;
    background: #aaa;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #888;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before, #progressbar li.active:after {
    background: #5bc0de;
    color: white;
}


.bootstrap-select.priorityselect > button {
    overflow: hidden;
}

.ibox-article-teaser a, ibox-article-teaser a:link, ibox-article-teaser a:visited {
    color: #888;
}

.ibox-article-teaser a:hover, ibox-article-teaser a:active {
    color: #444;
}


.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0;
    display: block;
    line-height: normal;
}

.btn small {
    display: block;
}

.zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}


.modal-dialog-full-width {
    width: 90%;
}


.report-segment {
    padding-top: 30px;
}

.report-segment h5 {
    height: 60px;
}


.form-chapter, .form-chapter .form-wrapper, .form-chapter .chapter-head {
    padding-bottom: 20px;
}


#pagenavigation {
    /*padding: 0;*/
}

#pagenavigation .nav > li.active {
    background-color: transparent;
}


#pagenavigation.sticky {
    position: fixed;
    top: 49px;
    z-index: 1001;
    margin-right: 16px;
    border-bottom: 1px solid #e7eaec;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#pagenavigation.sticky + .content {
    padding-top: 60px;
}

.form-summary.questionaire-summary .form-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-summary label, .form-summary small {
    /*color: #aaa;*/
}

.form-summary .empty-answer {
    color: #aaa;
}


.mini-navbar .nav-second-level {
}

span.blurred {
    filter: blur(6px);
}


span.redacted {
    position: relative;
    white-space: pre;
}

span.redacted:after {
    background: black;
    border-radius: 0.1em;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    content: " ";
    width: 100%;
    height: 1.2em;
    left: 0;
    position: absolute;
    transform: skewY(-5deg) rotate(5deg);
}


.datepicker-dropdown {
    z-index: 9999 !important;
}


.messages img.img-circle {
    width: 40px;
    height: 40px;
}

.priorities {
    margin-bottom: 10px;
}

.priorities > div {
    margin: 1px 0;
}

#actions .loading, #messages .loading {
    padding: 40px 0 0 0;
}

.input-group input[type=radio] + label {
    padding-left: 10px;
}


.landing-page {
}

.landing-page .carousel-item-one {
    position: relative;
    overflow: hidden;
}

.landing-page .item .blur {
    background-size: cover;
    filter: blur(10px);
    height: 110%;
    left: -5%;
    position: absolute;
    right: -5%;
    top: -5%;
    width: 110%;
    z-index: 1;
}

.landing-page .item .hero-image {
    display: block;
    margin: 0 auto;
    max-height: 80vh;
    position: relative;
    z-index: 2;
    height: 100%;
}

.landing-page .carousel-item-one .blur {
    background-image: url('/content/header_one.jpg');
}

.landing-page .carousel-item-one .hero-image {
    background: url('/content/header_one.jpg') 50% 0 no-repeat;
}

.landing-page .carousel-item-two .blur {
    background-image: url('/content/header_two.jpg');
}

.landing-page .carousel-item-two .hero-image {
    background: url('/content/header_two.jpg') 50% 0 no-repeat;
}

.landing-page .carousel-item-three .blur {
    background-image: url('/content/header_three.jpg');
}

.landing-page .carousel-item-three .hero-image {
    background: url('/content/header_three.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.one {
    background: url('/content/header_one.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.two {
    background: url('/content/header_two.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.three {
    background: url('/content/header_three.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.four {
    background: url('/content/header-rechtssichere-baupatzvergabe.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.five {
    background: url('/content/header-nachhaltige-bauplatzvergabe.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.six {
    background: url('/content/header-innenentwicklung.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.seven {
    background: url('/content/header-so-funktioniert-baupilot.jpg') 50% 0 no-repeat;
}

.header-back.boxed-one {
    background: url('/images/header-boxed-bewerbung.png') 50% 0 no-repeat;
    background-position: right;
}

.header-back.boxed-two {
    background: url('/images/header-boxed-1.png') 50% 0 no-repeat;
    background-position: right;
}

.header-back.boxed-three {
    background: url('/images/header-boxed-2.png') 50% 0 no-repeat;
    background-position: right;
}

.header-back.boxed-four {
    background: url('/images/header-boxed-3.png') 50% 0 no-repeat;
    background-position: right;
}


.landing-page section p {
    font-size: inherit;
}

.landing-page span.feature {
    transition: all 0.3s ease-in-out 0s;
}

.landing-page span.feature:hover {
    color: #000;
}

.landing-page span.feature:hover .features-icon {
    color: #86bc25;
}


.landing-page .features-icon {
    color: #aaa;
}

.landing-page .navy-line {
    border-bottom: 2px solid #ccc;
}

.landing-page span.navy {
    color: inherit;
}

.landing-page .white-bg .navbar-fixed-top {
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}

.landing-page .white-bg .navbar-fixed-top.shrink {
    background-color: white;
    box-shadow: 0px 1px 4px #aaaaaa;
    transition: all 0.3s ease-in-out 0s;
}

.landing-page.top-navigation.fixed-nav #wrapper {
    margin-top: 0px;
}

.landing-page.top-navigation.fixed-nav #wrapper {
    padding-top: 0px;
}

.landing-page.top-navigation.fixed-nav #wrapper .wrapper.wrapper-content {
    padding-top: 40px;
}

.landing-page .white-bg .navbar-static-top.top-navigation .nav > li > a {
    color: #fff;
}

.landing-page section p {
    color: #676a6c;
}

.nav.navbar-top-links a {
    font-size: 16px;
}

.landing-page .navbar-top-links li:active, .landing-page .navbar-top-links li:hover,
.landing-page .nav li > a, .landing-page .nav li > a:hover, .landing-page .nav li > a:focus, .landing-page .nav li > a:active,
.landing-page .nav .open > a, .landing-page .nav .open > a:hover, .landing-page .nav .open > a:active, .landing-page .nav .open > a:focus {
    background-color: transparent;
    border: transparent;
}

.landing-page .dashboard-header {
    font-weight: 100;
}

.landing-page #testimonials {
    margin: 30px 0;
}

.img-circle.profile-img {
    width: 74px;
    height: 74px;
}


.form-check.form-radio {
    margin-bottom: 10px;
}

.form-check.form-radio input {
    width: 1.3em;
    height: 1.3em;
    position: relative;
    top: 3px;
}

.form-check label.form-check-label {
    font-weight: normal;
    display: inline;
    margin-left: 5px;
}

.customerlegaldata a {
    display: block;
}


.about-awards {
    background: url('/images/wir-ueber-uns-awards.jpg') top center no-repeat;
    height: 280px;
}

.flex-row {
    display: flex; /* equal height of the children */
}

.flex-row .widget {
    height: 100%;
}

.question label {
    font-size: 1em;
    font-weight: bold;
}

.nopadding {
    padding: 0;
}

.label-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #444;
    font-weight: normal;
}

.table {
    border-top-width: 0px;
}


@media (max-width: 767px) {
    .col-xs-padd {
        padding-left: 29px;
        padding-right: 29px;
    }

    .ibox-content {
        padding-left: 14px;
        padding-right: 14px;
    }

    .ibox-content.product-box {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.relative-box {
    position: relative;
}


.propertyimages .carousel-inner.carousel-with-caption {
    height: 400px;
}


.ProspectSubscription .btn {
    white-space: normal;
}

.img-100 {
    width: 100%;
}

.dz-loading-spinner {
    text-align: center;
    padding: 15px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background-color: #999;
    border-color: #999;
}


@media (min-width: 768px) {
    .plot-image {
        max-height: 500px;
    }

    .plot-image > img {
        max-height: 480px;
        max-width: 100%;
        width: auto;
    }
}

.toolbar-container .dropdown-menu {
    padding: 10px;
}

.toolbar-container .dropdown-menu .dropdown-item {
    white-space: nowrap;
    display: block;

}

.toolbar-container .dropdown-menu .dropdown-divider {
    display: block;
    padding: 6px;
}

.teaser-list {

}

.ibox.site-teaser {
    padding: 0;
}

.bootstrap-select.input-lg button.dropdown-toggle {
    padding: 12px 16px 8px 16px;
    height: 46px;
    margin-bottom: 0px;
}

ul#selectedColumns {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

ul#selectedColumns li {
    margin: 0 0 6px 0;
    padding: 4px 6px;
    background-color: #fff;
    border: 1px solid #ccc;
    list-style-type: none;
}

ul#selectedColumns li a {
    float: right;
}

.bootstrap-select .btn.disabled {
    background-color: transparent;
}

.modal-body > .sk-spinner, .ibox-content > .sk-spinner {
    display: none;
}

.modal-body.sk-loading, .ibox-content.sk-loading {
    position: relative;
}

.modal-body.sk-loading > .sk-spinner, .ibox-content.sk-loading > .sk-spinner {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}

.modal-body.sk-loading:after, .ibox-content.sk-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

ul.files {
    margin: 0;
    padding: 0;
}

ul.files li {
    margin: 4px 0;
    padding: 0;
    list-style-type: none;
}

.img100x100 {
    height: 100px;
    width: 100px;
}

.questionaire-scale > div {
    display: inline-block;
    margin-right: 20px;
}

.question-uploads {
    margin: 10px 0;
}

.label-file {
    background-color: #eee;
    padding: 4px 8px;
    margin: 0 10px 6px 0;
}

#chkSelectAllCount {
    padding: 0 0 4px 5px;
    position: relative;
    top: -3px;
}

.check-box-list--table-style .control-checkbox {
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease;
}

.check-box-list--table-style .control-checkbox:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

/* CHECKBOX - START */

.control-checkbox {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.control-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 22px;
    width: 22px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 0px;
}

.control-checkbox:hover input ~ .checkbox-indicator,
.control-checkbox input:focus ~ .checkbox-indicator {
    background: #cccccc;
}

.control-checkbox input:checked ~ .checkbox-indicator {
    background: #2aa1c0;
}

.control-checkbox:hover input:not([disabled]):checked ~ .checkbox-indicator,
.control-checkbox input:checked:focus ~ .checkbox-indicator {
    background: #0e647d;
}

.control-checkbox input:disabled ~ .checkbox-indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.checkbox-indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control-checkbox input:checked ~ .checkbox-indicator:after {
    display: block;
}

.control-checkbox .checkbox-indicator:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .checkbox-indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .checkbox-indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.185rem;
    margin-top: -1.167rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-checkbox input + .checkbox-indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked + .checkbox-indicator::before {
    animation-name: s-ripple-dup;
}

/* CHECKBOX - END */

.cockpit .ibox .ibox-content.no-padding p {
    margin: 14px 15px 7px 15px;
}

.cookiefirst-disabled-resource {
    padding: 14px 15px;
    background-color: #dedede;
}

.lstPlots, .lstObjects {
    margin: 0;
    padding: 0;
}

.lstPlots > li, .lstObjects > li {
    margin: 0;
    padding: 6px 0;
    list-style-type: none;
}

#commentmodal_parent {
    background: #fff;
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    font-size: 0.85em;
}

#commentmodal_parenttitle {
    font-weight: bold;
    margin-bottom: 10px;
}

#commentmodal_parenttext {
    white-space: pre-wrap;
}


.threadview {

}

.threadview .question {
    margin-bottom: 20px;
}

.threadview .comment {
    border-left: 3px solid #888;
    padding-left: 10px;
    margin-bottom: 20px;
}

.threadview .comment h3 {
    margin-bottom: 0px;
}

.threadview .comment small {
    display: block;
    margin-bottom: 10px;
}

.threadview .comment-options {
    margin-top: 10px;
    margin-bottom: 10px;
}

.threadview .question .comment-options button.btn, .threadview .comment .comment-options button.btn {
    margin-right: 10px;
}


.switch {
    display: inline-block;
}

.switch span {

}

.switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 48px;
    height: 24px;
    background: grey;
    display: block;
    border-radius: 12px;
    position: relative;
}

.switch label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 18px;
    transition: 0.3s;
}

.switch input:checked + label {
    background: #00d6ef;
}

.switch input:checked + label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.switch label:active:after {
    width: 30px;
}

.navbar-toggle {
    border-width: 0;
    border-color: transparent;
}

.threads .name {
    font-weight: 100;
}

.threads .date {
    font-weight: 100;
    font-size: 85%;
    display: block;
}

.threads .panel {
    /*border-radius: 5px !important;*/
    margin-bottom: 10px;
    background: #fff;
    border: none;
    border-left: 3px solid #ddd;
}

.threads .panel.isanswerfromap-true {
    border-left: 3px solid #23c6c8;
}

.threads .panel.level-0 {
    border-left: 3px solid #c00000;
}

.threads .panel-default > .panel-heading {
    background: #fff;
}

.threads .panel + .panel {
    margin-top: -1px !important;
}

.threads .panel:has(+ .panel) {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin-top: -1px !important;
}

.threads .panel.level-1 {
    margin-left: 20px;
}

.threads .panel.level-2 {
    margin-left: 40px;
}

.threads .panel.level-3 {
    margin-left: 60px;
}

.threads .panel.level-4 {
    margin-left: 80px;
}

.threads .panel.level-5 {
    margin-left: 100px;
}

.threads .panel.level-6 {
    margin-left: 120px;
}

.threads .panel.level-7 {
    margin-left: 140px;
}

.threads .panel.level-8 {
    margin-left: 160px;
}

.threads .panel.level-9 {
    margin-left: 180px;
}

.threads .panel.level-10 {
    margin-left: 200px;
}

.threads .panel-headtitle {
    font-weight: bold;
    font-size: 1.25em;
    border: 1px solid #ddd;
    border-bottom: 0;
    padding: 10px 15px;
    display: flex;
}

.threads .panel-title {
    font-weight: normal;
}

.threads .panel-title-text {
    margin-bottom: 10px;
}

.threads .thread-comment-body {
    word-wrap: break-word;
    white-space: pre-wrap;
    hyphens: auto;
}

.threads .panel-avatar img {
    aspect-ratio: 1;
    width: 32px;
    margin: 0px 15px 0 0;
    border: 1px solid #afafaf;
    border-radius: 50%;
    float: left;
}

.threads .panel-avatar.big img {
    aspect-ratio: 1;
    width: 64px;
    margin: 0 15px 0 0;
    border: 1px solid #878787;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(128, 128, 128, 0.47);
    transition: all 0.2s ease-in-out;
}

.threads .panel-avatar.big img:hover {
    box-shadow: 2px 2px 5px rgba(128, 128, 128, 0.87);
}

.threads .panel-right {
    display: flex;
    flex-direction: column;
}

.threads .panel .panel-body {
    border: 0;
}

.threads .panel .panel-footer {
    border: 0;
    padding-top: 0 !important;
}

.threads .panel-body {
    padding: 15px !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.threads .panel-heading.deactivated {
    background-color: #fbfbfb;
}

.threads .panel-group {
    margin-bottom: 0;
}

.threads .panel-group:is(:not(:first-child)) {
    margin-top: 40px;
}

.threads .panel-footer {
    background: transparent;
    border: 1px solid #ddd;
}

.threads pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 0;
    background: transparent;
    font: inherit;
    padding: 0;
    margin: 0;
}

.threads .ibox, .threads .ibox-content {
    /*    padding: 2px;*/
}

.threads .anchor-link-list a {
    position: relative;
}

.threads .anchor-link-list a:not(.hidden) {
    margin-right: 17px;
}

.threads .anchor-link-list a:not(.hidden, :has(+ .hidden))::after {
    content: ' • ';
    position: absolute;
    right: -10px;
}

.threads .anchor-link-list a:last-child::after {
    content: '';
}

.mini-navbar #side-menu.nav.collapse, .mini-navbar #side-menu .nav.collapse.in {
    display: none;
}


.tombola {
    display: flex;
    flex-wrap: wrap;
}

.tombola .participant {
    width: 18%;
    text-align: center;
    line-height: 100px;
    margin: 8px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 1.5em;
}

.tombola .participant:hover {
    background-color: gainsboro;
}

.tombola .participant.winner {
    background-color: gold;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}


.pointer {
    cursor: pointer;
}

.nok {
    color: darkred;
}

.ok {
    color: forestgreen;
}

.wrap-after-3 {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

.wrap-after-3 > div {
}

.wrap-after-3 > div:nth-child(4n) {
    /*flex-basis: 100%;*/
}


.checkboxlist > div {
    margin-bottom: 8px;
}

.checkboxlist .label_check {
    padding-left: 28px;
}


.input-validation-error, .field-validation-error {
    border-color: indianred !important;
    outline-color: indianred !important;
}

.input-validation-valid {
    border-color: green;
    outline-color: green;
}

.validation-summary-errors {
    color: indianred;
    font-style: italic;
}

.validation-summary-valid span {
    display: none;
}


.input-validation-error + button {
    border: 1px solid indianred;
}

div.input-group {
    margin-bottom: 15px;
}

div.input-group ~ span.field-validation-error {
    margin-top: -12px;
}

.multiselect-pill {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    margin: 2px;
    padding-right: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.multiselect-pill::after {
    content: '×';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    cursor: pointer;
}

.multiselect-pill:hover::after {
    color: indianred;
}

.multiselect-autocomplete-item {
    display: inline-block;
    padding: 4px 8px;
    margin: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fcfcfc;
    cursor: pointer;
}

.multiselect-autocomplete {
    margin-top: 20px;
}

.multiselect-autocomplete ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.multiselect-pill-error {
    border-color: indianred;
    background-color: #f8d7da;
}

.relative {
    position: relative;
}

dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: scroll !important;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}
#asw-container-custom{
    position: fixed;
    width: 80px;
}