html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
}

#container {
    width: 100%;
    height: 100%;
    background-color:#fff !important;
}

.disclaim {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 11;
}

.tns-close-btn {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 2px;
}

.svg-btn svg {
    transition: all 300ms ease-in-out
}

.svg-btn svg:hover {
    stroke: #EA831A
}

.info-panel {
    background: rgba(0, 0, 0, 0.8);
    padding: 3px;
    height: 107px;
    width: 183px;
    top: -43px !important;
}

.info-panel img {
    max-width: 100%;
    max-height: 100%;
}

.info-panel h3 {
    font-family: inherit;
    padding: 3px 4px;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -21px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.percent-txt {
    top: 60px;
    left: 15px;
    font-weight: 600;
}

.spinner-border {
    width: 4rem;
    height: 4rem;
}

.switch {
    position: relative;
    width: 54px;
    height: 26px;
    float: right;
    margin-bottom: 0;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.theme:checked+.slider {
    background-color: #EA831A;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.list-group-flush>.list-group-item {
    padding: 5px;
}

.floor-title {
    font-weight: 600;
    background: #ccc;
    padding: 5px 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.list-group-flush {
    height: 150px;
    overflow: auto;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.feature-img {
    width: 350px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 800ms ease-in-out;
}

.fp-imgs {
    height: 340px;
}

.fp-imgs .deactive-feature {
    display: none;
}

.fp-imgs .active-feature {
    display: block;
}

.fd-btn {
    position: relative;
    top: -3px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.footer-home {
    display: inline-flex;
}

.floors-btn {
    right: -12px;
    position: relative;
}

.floor-hotspot img {
    width: 52px;
}

.spot-active img {
    width: 52px;
    /*border-radius: 50%;
    border: 1px solid #323232;*/
}

.floor-hotpoint img {
    width: 22px;
}
.fit-image {max-width: 100%}
.button-close{
    position: absolute;
    right: -31px;
    top: -20px;
}
button.close{
    opacity: 0.95;
}
@media only screen and (max-width: 899px) and (min-width: 802px) {
    .disclaim {
        bottom: -207px;
    }
    .bottom-fix {
        bottom: 52px;
    }
}

@media only screen and (max-width: 801px) and (min-width: 768px) {
    .disclaim {
        bottom: -225px;
    }
    .bottom-fix {
        bottom: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .disclaim {
        width: 90%;
        left: 5%;
    }
    .bottom-fix {
        bottom: 104px;
    }
    .full-modal .modal-dialog{
        margin:2rem;
    }
}

@media only screen and (max-width: 469px) {
    .iconacn,
    .iconsul {
        padding: 0;
    }
}

@media only screen and (max-width:500px) and (min-width: 446px) {
    .disclaim {
        bottom: -225px;
    }
    .bottom-fix {
        bottom: 104px;
    }
}

@media only screen and (max-width:500px) and (min-width: 446px) {
    .disclaim {
        bottom: -225px;
    }
    .bottom-fix {
        bottom: 104px;
    }
}

@media only screen and (max-width:445px) and (min-width: 320px) {
    .disclaim {
        bottom: -296px;
    }
    .bottom-fix {
        bottom: 104px;
    }
    .subactions li a {
        margin: 12px 3px;
    }
    .floorplan-img {
        max-width: 250px;
    }
    .fp-imgs {
        height: 230px;
    }
    .floor-toggle {
        font-size: 10px;
        height: 30px;
        width: 40px;
    }
    .floor-options {
        font-size: 12px;
    }
    .switch {
        width: 48px;
        height: 20px;
    }
    .slider::before {
        height: 14px;
        width: 14px;
    }
    .feature-img {
        width: 250px;
        top: 0px;
    }
    .list-group-flush {
        width: 100%;
    }
    #infoModalCenter img {
        height: 75px;
    }
    .floorsclose {
        right: -270px;
    }
}