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

#container {
    width: 100%;
    height: 100%;
}

.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;
}






/*** fp sidemenu stylesheet starts ***/
#floorplanPanZoom {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .floorplan-panImg {
    height: 100vh;
    width: 100%;
} */

.fp-sideMenu {
    position: absolute;
    height: calc(100vh - 52px);
    width: 280px;
    background-color: #2B2E35;
    padding: 0 3px;
    left: -280px;
    transition: all 300ms ease-in-out;
    z-index: 9;
}

.fp-sideMenu.opened {
    left: 0px;
}

.fp-sideMenu .fp-sidemenu-toggleBtn {
    position: absolute;
    display: none;
    padding: 4px 7px;
    left: 100%;
    cursor: pointer;
    top: 15px;
}

.fp-sideMenu.opened .icon-double-arrow {
    transform: rotate(0deg);
}

.fp-sideMenu .icon-double-arrow {
    width: 34px;
    height: 32px;
    display: flex;
    transition: all .2s ease;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}
.fp-innerWrapper {
    height: 100%;
}
.fp-logo-branding {
    background-color: #fff;
    height: 76px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.fp-logo-branding>img {
    /*width: 190px;*/
    height: auto;
}
.fp-scroll-area {
    height: calc(100% - 96px);
    overflow-y: auto;
    overflow-x: hidden;
}

.fp-accordian-panel {
    background-color: #7BCC2A;
    color: #FFF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    padding: 13px 20px 13px 28px;
    border-bottom: 1.5px solid #bbbfca;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease;
    transition: background-color 0.3s ease;
}

.fp-accordian-panel[data-level="1"] {
    background-color: #2B2E35;
    /* border-radius: 10px; */
    color: #f1f1f1;
    border-top: 1px solid #fff;
}

.fp-toggle-panel {
    background-color: #3A3B3D;
    font-family: 'Poppins';
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    padding: 15px 20px 15px 28px;
    border-bottom: 1px solid #b9b9ae;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease;
}

.fp-accordian-content {
    display: none;
}

.fp-accordian-panel .icon-arrow {
    filter: invert(70%) sepia(98%) saturate(1%) hue-rotate(319deg) brightness(110%) contrast(95%);
    width: 20px;
    height: 20px;
    display: flex;
    transition: all .2s ease;
}

.fp-accordian-panel.active .icon-arrow {
    transform: rotate(180deg);
}

.fp-accordian-panel .fp-accordian-text {
    transition: all .2s ease;
}

.fp-accordian-panel:hover .fp-accordian-text {
    padding-left: 0.5rem;
}

.fp-accordian-content {
    background-color: #D0D0C3;
}

.icon-plus {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    transition: all .2s ease;
}

.icon-minus {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-ext {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;

}

.fp-accordian-panel .icon-ext {
    margin-right: 23px;
}

.fp-accordian-sub-panel {
    display: flex;
    align-items: center;
}

.fp-accordian-panel.active .icon-plus {
    transform: rotate(45deg);
}

.fp-toggle-panel .icon-minus {
    margin-right: 23px;
}

.fp-accordian-panel:hover {
    filter: brightness(.8);
}

.fp-toggle-panel .toggle-btn {
    position: relative;
    background-color: #616161;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 26px;
    border-radius: 5px;
}

.fp-toggle-panel .fp-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.fp-toggle-panel .toggle-btn input.fp-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}

.fp-toggle-panel .toggle-btn .fp-slider {
    position: absolute;
    cursor: pointer;
    top: 4px;
    left: 4px;
    right: 0;
    bottom: -2px;
    border-radius: 3px;
    background-color: #444444;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-transition: .4s;
    transition: .4s;
    height: 18px;
    width: 36px;
}

.fp-toggle-panel .toggle-btn .fp-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    border-radius: 3px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -1px 1px rgba(104, 104, 104, 0.25);
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

.fp-toggle-panel .toggle-btn input:checked+.fp-slider {
    background-color: #7BCC2A;
}

.fp-toggle-panel .toggle-btn input:checked+.fp-slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.fp-control-buttons {
    position: absolute;
    bottom: 22px;
    right: 32px;
}

.fp-control-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-fp-refresh,
.icon-fp-plus,
.icon-fp-minus {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: center;
}

.fp-control-buttons-top {
    position: absolute;
    top: 20px;
    right: 32px;
}

.fp-control-icons-top {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.fp-control-icons-top .icon-fp-question {
    margin-right: 20px;
}
.icon-fp-question,
.icon-fp-fullscreen,
.icon-fp-minimize {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: center;
}
.fp-question-btn,
.fp-fullscreen-btn,
.fp-minimize-btn {
    cursor: pointer;
}
.fp-control-icons-top .icon-fp-minimize {
    display: none;
}

.floorPlanPanWrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.fp-panImg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fp-panImg a > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fp-zoomin-btn {
    display: flex;
    padding: 5px 5px 5px 5px;
    background-color: #E8E8E8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.fp-zoomout-btn {
    display: flex;
    padding: 5px 5px 5px 5px;
    background-color: #E8E8E8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.fp-refresh-btn {
    padding: 5px 5px;
    background-color: #E8E8E8;
    border-radius: 8px;
    margin-top: 11px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.fp-zoomout-btn:hover,
.fp-zoomin-btn:hover,
.fp-refresh-btn:hover {
    background-color: #bcb9b9;
}

.fp-imgs {
    position: relative;
    width: 386px;
    height: 210px;
}

/*** fp sidemenu stylesheet ends ***/


@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;
    }
}