/* select2 styling */
.dark-ui .select2-container--default .select2-selection--single {
    outline: none;
}

.dark-ui .select2-container--default .select2-dropdown {
    border: 0;
}

.dark-ui .select2-container--default .select2-search--dropdown {
    display: none;
}

.dark-ui .select2-container--default .select2-results {
    position: relative;
    left: -13px;
    width: calc(100% + 26px);
    background: #6d7278;
    border: 1px solid #c0c3c6;
}

.dark-ui .select2-container--default .select2-results__option {
    border-bottom: 1px solid #c0c3c6;
}

.dark-ui .select2-container--default .select2-results__option:last-child {
    border-bottom: 0;
}

.dark-ui .select2-container--default .select2-results__option[aria-selected=true] {

}


.page-block-title .brand-icon-animated {
    display:block;
    width: 200px;
    height: 200px;
    background: #eee;
    margin: 0 auto;
    margin-bottom: 20px;

    background: url('../img/brand_icon_xl_white.gif') no-repeat center center;
    background-size: 100% auto;
    text-indent: -9999em;
}


.adeqat-panel .panel-heading-open-icon {
    display: inline-block;
}

.adeqat-panel .panel-heading-close-icon {
    display: none;
}


.adeqat-panel.open .panel-heading-open-icon {
    display:none;
}

.adeqat-panel.open .panel-heading-close-icon {
    display:inline-block;
}



.header .navbar {
    padding: .5rem 1rem;
}


/* label override */
.form-group-adeqat-new label {
    font-size: 14px;
}


.form-group-adeqat-new.form-group-searchprofile label {
    display: inline-block;
    padding-right: 1em;
}

.form-group-adeqat-new.form-group-searchprofile i {
    color: #c0c3c6;
}


/* tooltips override */
.tooltip .tooltip-inner {
    background-color: #f0f3f7;
    color: #6d7278;
    border: 1px solid #f0f3f7;
    padding: 4px 6px;
    font-size: 14px;
    border-radius: 5px;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
        border-top-color: #f0f3f7;
}

.tooltip.bs-tether-element-attached-right .tooltip-arrow, .tooltip.tooltip-left .tooltip-arrow {
    border-left-color: #f0f3f7;
}


/* interest pages addition */
.interest-intro {
    color: #c0c3c6;
    margin-top: 20px;
    line-height: 1.5;
}

.interest-checkbox-container label {
    display: inline-block;
    margin: 0.5em 0;
}

@media screen and (max-width: 1200px) {
    .adeqat-kundencenter-header h2 {
        font-size: 20px;
    }
    .adeqat-kundencenter-header-compact h2 {
        font-size: 20px;
    }
}

.searchprofile-wizard--content {
    padding: 0 0 20px 0;

}


.adeqat-offcanvas-nav .adeqat-nav .nav-item .badge {
    top: initial;
    font-size: 14px;
    padding: .25em .4em;
}

.project-folder-items-items--image {
    background: transparent;
}


.project-folder-items-items--image img {
    width: 100%;
}



.project-folder-item-sold {
    display: none;
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 40px;
    right: 40px;
    background-color: #e59198;
    text-align: center;
}

.project-folder-item-sold span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    word-wrap: break-word;
    padding: 0.3em;
    text-transform: uppercase;
}

.project-folder-item-sold.is-sold {
    display: block;
}

.project-folder-modal--image .project-folder-item-sold
{
    display: none;
    position: absolute;
    top: 13px;
    bottom: 172px;
    left: 40px;
    right: 40px;
    background-color: #e59198;
    text-align: center;
}
.project-folder-modal--image .project-folder-item-sold.is-sold
{
    display:block;
}

@media screen and (max-width: 990px) {
    .project-folder-item-sold span {
        font-size: 18px;
    }
}







/* iCheck plugin Square skin, white
----------------------------------- */
.icheckbox_square-dark,
.iradio_square-dark {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(white.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-dark {
    background-position: 0 0;
}
    .icheckbox_square-dark.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-dark.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-dark.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-dark.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-dark {
    background-position: -120px 0;
}
    .iradio_square-dark.hover {
        background-position: -144px 0;
    }
    .iradio_square-dark.checked {
        background-position: -168px 0;
    }
    .iradio_square-dark.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-dark.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-dark,
    .iradio_square-dark {
        background-image: url(white@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.header-pinned .adeqat-kundencenter-header.has-border {
    margin-top: 0;
}




/* search profile additions */
.searchprofile-asset-selection-chart-infos--data span {
    font-size: 60px;
}

.searchprofile-asset-selection-chart h3 {
    font-size: 14px;
    color: #f6b2b7;
}

@media screen and (min-width: 976px) {
    .searchprofile-asset-selection-chart-infos {
        position: absolute;
        bottom: 10px;
    }

    .searchprofile-asset-selection-chart-infos-2 {
        margin-top: -18px;
    }
}

@media screen and (max-width: 975px) {
    .searchprofile-asset-selection-chart-infos {
        margin-left: 14px;
        margin-top: 20px;
    }

    .searchprofile-asset-selection-chart-infos-2 {
        margin-top: 0;
        margin-left: 14px;
    }
}




/* canvasjs label additions */
.graph-legend-value {
    display: block;
    font-size: 28px;
    font-weight: normal;
}
.graph-legend-value:after {
    position: absolute;
    content: '%';
    font-size: 14px;
    margin-top: 16px;
    color: inherit;
}

.graph-legend-label {
    position: relative;
    top: -8px;
    font-size: 10px;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .graph-legend-value {
        font-size: 20px;
    }

    .graph-legend-value:after {
        margin-top: 8px;
    }


}
/* alert modal styling */
.sweet-alert {
     border-radius: 0 !important;
 }

.sweet-alert button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;

    text-transform: uppercase;
    text-decoration: none!important;
    font-weight: 600;
    padding: 12px 18px;

    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;

    background: transparent !important;

    color: #82888f;
    border: 1px solid #82888f;
}

.sweet-alert button.confirm {
    color: #e69198;
    border-color: #e69198;
}



/* projects additions */
.project-folder-chartinfo--currency {
    font-size: 14px;
}

@media screen and (max-width: 990px) {
    .project-folder-chartinfo--currency {
        font-size: 10px;
    }

    .project-folder-chartinfo--price {
        font-size: 14px;
    }

    .project-folder-modal--list {
        font-size: 12px;
    }

    .project-folder-chartinfo--label {
        font-size: 10px;
    }

    .projects-header-info .form-group-adeqat-new label {
        font-size: 12px;
    }

    .projects-header-info .form-group-adeqat-new span {
        font-size: 10px;
    }


}

.no-gutter [class*='col-'] {

    padding-left:0;
    padding-right: 5px;

}

@media screen and (max-width: 990px) {
    .has-pinned-header .projects-header-info-container {
        position: absolute;


    }

    .has-pinned-header .projects-header-info {
        margin-left: -15px;
        position: fixed;
        z-index: 100;
        background-color: #6d7278;
        width: 100%;
        margin-top: -40px;
        padding-top: 15px;
    }
}

canvas {
    max-width: 100%;
}

.chart,
.minichart,
.mediumchart{
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    display: inline-block;
    width: 125px;
    height: 125px;
    margin: 0 10px;
    vertical-align: top;
    position: relative;
    padding-top: 29px;
    text-align: center;
    color: #c0c3c7;
    font-size: 14px;
    line-height: 1;
}

.minichart {
    font-size: 12px;
    padding-top: 12px;
    width: 54px;
    height: 54px;
    margin-left: 8px;
    margin-right: 0;
}

.mediumchart {
    width: 100px;
    height: 100px;
    padding-top: 20px;
}
 .chart span,
 .minichart span,
 .mediumchart span {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300 !important;
    display: block;
    font-size: 40px;
    font-weight: normal;
    color: #6abce8;
  
}

.minichart span {
    font-size: 16px;
}

.chart canvas,
.minichart canvas,
.mediumchart canvas{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }


.sounding-project-image {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.sounding-headline {
    font-weight: 300;
    position: relative;
    font-size: 1.7rem;
}

.sounding-headline span {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 0.8rem;
}

.sounding-subline {
    margin-bottom: 8px;
}

.btn-full-width {
    width: 100%;
}

.soundings-items-items--content-actions .fa-thumbs-up {
    color:#bac68d;
}

.soundings-items-items--content-actions .fa-thumbs-down {
    color:#e69198;
}

.soundings-button-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sounding-charts {
    position: relative;
    left: -50px;
}

.sounding-item-bottom-line {
    border-bottom: 1px solid #a7acb0;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.sounding-info-box {
    border: 1px solid #a7acb0;
    border-radius: 4px;
    padding: 4px 6px;
    color: #a7acb0;
    font-size: 12px;
    line-height: 1.1;
}

.sounding-info-box span {
    font-size: 14px;
    color: #fff;
    display: block;
}

.sounding-indicator-box {
    text-align: left;
    margin-left: 30px;
    background-color: #a7abb0;
    color: white;
    padding: 6px 6px 6px 6px;
    line-height: 1.2;
}

.sounding-indicator-box div {
    display: inline-block;
    width: calc(100% - 20px);
}
.sounding-indicator-box i {
    margin-top: 2px;
    margin-right: 4px;
    vertical-align: top;
}

.sounding-price-indication-form fieldset {
    padding: 3px 6px 3px 3px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.sounding-price-indication-form textarea {
    display: block;
    border: 0;
    width: 100%;
    height: 60px;
}

.sounding-price-indication-form label {
    display: block;
    width: 100%;
    margin: 0;
}

.sounding-price-indication-form label span {
    font-size: 12px;
}

.sounding-price-indication-form input[type="text"]{
    border: 0;
    width: 100%;
}

.sounding-price-indication-form .sounding-condition {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}



@media (max-width: 575px) { 
    #accordion-soundings .panel-search-profile-item .panel-heading a {
        font-size: 12px;
    }
    
    .sounding-project-phase {
        position: relative;
        display: block;
        padding-top: 30px;
        font-size: 22px;
        text-align: center;
    }
    .sounding-headline {
        font-size: 32px;
        line-height: 1.2;
        margin-top: 40px;
    }

    .sounding-headline span {
        position: absolute;
        left: 0;
        top: -20px;
        font-size: 16px;
    }

    .sounding-subline {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 300;
    }

    .sounding-charts {
        left: -50px;
        width: 450px;
    }

    .sounding-charts .chart {
        margin-left: 4px;
        margin-right: 4px;

    }

    .sounding-item-infos-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sounding-item-infos span {
        display: block;
    }

    .sounding-price-indication {
        text-align: center;
        padding-bottom: 20px;
    }

    .sounding-indicator-box {
        margin-top: 30px;
        margin-left: 0;
    }

    .soundings-items-items--content-actions.soundings-button-container {
        text-align: center;
        padding-bottom: 40px;
    }

    .mini-chart li {
        margin: 0;
        transform: scale(0.9);
    }

    .mini-chart ul {
        position: relative;
        left: -20px;
    }

}

@media (min-width: 375px) and (max-width: 413px) {
    .sounding-charts {
        transform: scale(0.7);
        left: -60px;
    }

    .sounding-chart-container ul {
        left: -80px;
        width: 450px;
    }
}

@media (max-width: 374px) {
    .sounding-charts {
        transform: scale(0.8);
        left: -80px;
    }
    
    .sounding-chart-container ul {
        left: -100px;
        width: 450px;
    }
}

@media (max-width: 344px) {
    .sounding-charts {
        transform: scale(0.7);
        left: -90px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}

.video-container {
    position: relative;
}

.video-container video {
    width: calc(100% - 2px);
    height: auto;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}



.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/video-overlay.jpg);
    background-color: #fff;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 2px solid #00a1e1;
}





.sounding-icon {
    width: 60px; 
    height: 60px;
    border-radius: 50%;
    border: 1px solid #c0c3c7;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center center;
    display: inline-block;
}

.active .sounding-icon {
    border: 2px solid #00a1e1;
    
}

.sounding-steps .active,
.sounding-steps .active i {
    color: #00a1e1;
}

.sounding-steps .ready .sounding-icon::after {
    position: absolute;
    bottom: 0;
    left: 54px;
    font-family: FontAwesome;
    content: '\f00c';
    width: 24px;
    height: 24px;
    background-color: #00a1e1;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 24px;
}

.sounding-icon-1 {
    background-image: url(../img/sounding-steps/sounding1.png);
}

.sounding-icon-2 {
    color: #c0c3c7;
    text-align: center;
}

.sounding-icon-2 i {
    margin-top: 14px;
    font-size: 24px;
}

.sounding-icon-3 {
    background-image: url(../img/sounding-steps/sounding3.png);
}
.sounding-icon-4 {
    background-image: url(../img/sounding-steps/sounding4.png);
}

.sounding-steps {
    position: relative;
    margin-top: 30px;
}

.sounding-steps::before {
    content: '';
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    top: 29px;
    border-bottom: 1px solid #c0c3c7;
}

.sounding-step-description {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 10px;
    word-wrap: break-word;
    width: calc(100% - 90px);
}

.sounding-step-description span {
    display: block;
    line-height: 24px;
}

.potential-check-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.potential-check-wrapper ul li {
    padding: 0;
    margin: 0;
}


.potential-check-wrapper ul li .sounding-graph-legend-value {
    display: block;
    font-size: 2em;
}

.potential-check-wrapper .sounding-graph-legend {
    text-transform: uppercase;
}

.bordered-container {
    padding: 10px;
    border: 1px solid #c0c3c7;
    border-radius: 4px;
}

.sounding-details {
    
}

.sounding-details .checklist,
.sounding-details .sounding-graph-legend{
    border-bottom: 1px solid #c0c3c7;
}

.sounding-details .checklist {
    padding-bottom: 15px;
    font-weight: 700;
}

.sounding-details .checklist i{
    display: inline-block;
    width: 16px;
    height: 16px;
    color: white;
    font-weight: normal;
    background-color: #b9c68c;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    margin-right: 10px;
}

.page_checklist ul {
    list-style-type: none;
    padding: 0;
}

.page_checklist li {
    font-weight: 700;
}

.page_checklist li::before{
    font-family: FontAwesome;
    content: '\f00c';
    display: inline-block;
    width: 16px;
    height: 16px;
    color: white;
    font-weight: normal;
    background-color: #b9c68c;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    margin-right: 10px;
}

.page_darkbox .page_checklist li::before{ 
    color: #81888f;
}


.sounding-details .checklist li {
    margin-left: 24px;
    margin-bottom: 6px;
}

.sounding-details .checklist li i {
    position: absolute; 
    margin-left: -24px;
    margin-top: 3px;
}

.sounding-details .sounding-graph-legend {
    font-size: 16px;
    text-transform: initial;
    font-weight: 300;
    padding: 15px 0;
}

.add-row-height .row{
    margin-bottom: 24px;
}

.sounding-details .sounding-graph-legend .sounding-graph-legend-value{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    width: 40px;
}

.sounding-details .sounding-graph-stats h4 big {
    font-size: 36px;
}

.sounding-details .sounding-graph-stats h4 {
    font-size: 14px;
}

.sounding-details .mini-chart {
    text-align: center;
    height: 170px;
}

.required-info {
    padding: 2px 0;
    display: block;
    color: #e28793;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
}

.page_darkbox {
    padding: 10px 20px;
    background-color: #81888f;
    color: #fff;
}

.vertical-selects .select2-container {
    margin-top: -3px;
}


.use-light-ui .form-group-adeqat-new label {
    color: inherit;
}

.contact-list span {
    display: inline-block;
    margin-right: 20px;
}

.modal {
    z-index: 10001;
}

.modal-backdrop {
    z-index: 10000;
}

.info-modal-btn {
    font-size: 14px;
    color: #c0c3c6 !important;
    text-decoration: underline  !important;
    cursor: pointer;
}

.info-modal-btn:hover {
    font-size: 14px;
    color: #c0c3c6 !important;
    text-decoration: underline  !important;
}

.project-folder-modal--image h2 {
    margin-bottom: 20px;
}