html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

#panolens-separate-container {
    position: absolute;
    width: 100%;
    height: 100vh;
}

#panolens-separate-container:-webkit-full-screen{
    left: 0;
    top: 0;
}
#panolens-separate-container:-moz-full-screen{
    left: 0;
    top: 0;
}
#panolens-separate-container:-ms-fullscreen{
    left: 0;
    top: 0;
}
#panolens-separate-container:fullscreen {
    left: 0;
    top: 0;
}

#compassplace {
    position:absolute;
    z-index:200!important; 
    height:120px!important; 
    width:120px!important; 
    top:10px!important; 
    left:5px!important;

}

.button {
    position: absolute;
    left: 10px;
    padding: 1rem;
    z-index:99;
}

#hidethemaps
{
    z-index:6;
    position: absolute;
    width:3%;
    right:0;
    top:0;
    cursor: pointer;
}

#arrowhidethemaps
{
    width: 75%;
    text-align: center;
    right: 3px;
    position: absolute;
    top: 3px;
}

body{
    /*font-family: 'Kanit', sans-serif !important;
    font-family: 'Stylish', sans-serif !important;*/
    font-family: 'sukhumvit_setlight', sans-serif !important;
    height: 100vh;
}


/*Maps*/
#map
{
    /*height: 100vh;*/
    width: 15%;
    opacity:0.7;
    z-index:5;
    position: absolute;
    top:60px;
    right: 25px;
    /*background-color: rgba(255,255,255,0.2);*/

}


/*.rsm
{
    width: 25% !important;
    opacity:0.9 !important;
}*/

#map:hover
{
    cursor:pointer;
}


#fullscreentop
{
    position: absolute;
    top:0;
    left:0;
    margin-top:24px;
    margin-left:80px;
    z-index: 999;
}

/*DAyNight check CSS*/
.toggle-check-input {
    width: 0px;
    height: 0px;
    position: absolute;
    
}

.toggle-check-text {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    background: #A6A6A6;
    padding: 0.3em 0.2em 0em 2em;
    border-radius: 1em;
    color: #A6A6A6;
    cursor: pointer;
    transition: background-color 0.15s;

}

.toggle-check-text:after {
    content: ' ';
    display: block;
    background: #FFF;
    width: 0.7em;
    height: 0.7em;
    border-radius: 1em;
    position: absolute;
    left: 0.4em;
    top: 0.45em;
    transition: left 0.15s, margin-left 0.15s;
}

.toggle-check-text:before {
    content: url(sun.png);
    
}

.toggle-check-input:checked ~ .toggle-check-text {
    background: #A6A6A6;
    padding-left: 0.5em;
    padding-right: 2em;
}

.toggle-check-input:checked ~ .toggle-check-text:before {
    content: url(moon.png);
    
}

.toggle-check-input:checked ~ .toggle-check-text:after {
    left: 100%;
    margin-left: -1.4em;
}
/*Selete set*/


/* Custom dropdown */
.select-css {
    display: block;
    font-size: 14px;
    font-family: 'sukhumvit_setlight', sans-serif !important;
    font-weight: 500;
    line-height: 1.3;
    padding: .2em 1.4em .2em 1.4em;
    width: 300px;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0px 0px 9px 10px;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    background: rgb(115,136,196);
    color:#fff;
    text-align-last:center;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    outline: none;
}
.select-css option {
    font-weight:normal;
    background: rgb(115,136,196);
    color:#fff;
    text-align-last:center;
}

/*Panorama CSS*/
#panorama {
    width: 100%;
    height: 100vh;
}
.allcontroldiv
{
    position: fixed;
    z-index:999;
    bottom: 0;
    width: 100%;
    height:45px;
    background-color: rgba(68,164,189, 0.8);
    color:#fff;
}
#controls {
    position: absolute;
    z-index: 999;
    bottom: 0;
    z-index: 2;
    text-align: right;
    height: 70%;
    border-radius: 50px 0px 0px 50px;
    padding-top: 3px;
    margin-bottom: 7px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.showcentertextonctl
{
    text-align: center;
    margin-top:13px;
    font-size:18px;
}
.ctrl {
    padding: 0px 0px;
    margin-bottom:5px;
    width: 25px;
    height:25px;
    text-align: center;
    background: rgba(200, 200, 200, 0.8);
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
}
.ctrl:last-of-type {
    margin-right:5px;
}
.ctrl:first-of-type {
    margin-left:15px;
}
.ctrl:hover {
    background: rgba(200, 200, 200, 1);
}
#select-time-div
{
    position: absolute;
    left:50%;
    top:0;
    z-index: 99;
    margin-top:20px;
    margin-left:10px;
}
#select-scene-div
{
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
    z-index: 9999;
}

.pnlm-compass {
    display: block;
    top: 22px !important;
    right: 20px !important;
    
}

.pnlm-compass-n {
    font-weight: bold;
    color:red;
    z-index:2;
    position: absolute;
    width: 5px;
    height: 5px;
    right: 47px;
    top: 5px;
    border-radius: 25px;
    cursor: pointer;
}

.pnlm-compass-w {
    font-weight: bold;
    color:blue;
    z-index:2;
    position: absolute;
    width: 5px;
    height: 5px;
    right: 86px;
    top: 40px;
    border-radius: 25px;
    cursor: pointer;
}

.pnlm-compass-e {
    font-weight: bold;
    color:blue;
    z-index:2;
    position: absolute;
    width: 5px;
    height: 5px;
    right: 10px;
    top: 40px;
    border-radius: 25px;
    cursor: pointer;
}

.pnlm-compass-s {
    font-weight: bold;
    color:blue;
    z-index:2;
    position: absolute;
    width: 5px;
    height: 5px;
    right: 47px;
    top: 78px;
    border-radius: 25px;
    cursor: pointer;
}
#showthemaintext
{
    position: absolute;
    z-index: 99;
    font-size: 40px;
    width: 250px;
    height: 250px;
    left: 42%;
    margin-left: -42px;
    top:10%;
}

/*div.pnlm-tooltip span {
        visibility: visible !important;
    }
    div.pnlm-tooltip span:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: rgba(0, 0, 0, .7);
        bottom: -20px;
        left: -10px;
        margin: 0 50%;
        visibility: visible !important;
    }*/

/*custon hotspot*/
.custom-hotspot {
    height: 200px;
    width: 1px;
    background: #000;
}
div.custom-tooltip span {
    visibility: visible;
    position: absolute;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    text-align: center;
    max-width: 200px;
    padding: 20px 10px;
    margin-left: -220px;
    cursor: default;
}
/*
#radar_triangel 
{
    position: absolute;
    z-index: 999;
    width: calc(100% - 89%);
    height: calc(100% - 85%);
    right: calc(100% - 58%);
    top: calc(100% - 52%);
    transform: rotate(0deg);
    transform-origin: bottom left;
}
*/
/*
#radar_triangel  {
    width: calc(100% - 89%);
    height: calc(100% - 85%);
    right: calc(100% - 58%);
    top: calc(100% - 52%);
    background-color: rgba(179, 255, 0, 0.788);
    background-size: cover;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    -ms-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    position: absolute;
    z-index: 999;
}
*/

#radar_triangel  {
    width: calc(100% - 76%);
    height: calc(100% - 45%);
    right: calc(100% - 65%);
    top: calc(100% - 70%);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform-origin: center top;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    position: absolute;
    z-index: 999;
}

#ll1  {
    width: calc(100% - 76%);
    height: calc(100% - 65%);
    right: calc(100% - 21%);
    top: calc(100% - 33%);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform-origin: center top;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    position: absolute;
    z-index: 999;
}



#map
{
    pointer-events : auto;
}

@media only screen and (max-width:767px)
{
    #controls
    {
        display: none;
    }
    .showcentertextonctl
    {
        display: none;
    }
    #collthefloor2
    {
        width: 100vw;
        text-align: center;
    }
    .onfloorse
    {
        width: 100vw;
        
        text-align: center;
    }
    #txtoncolthefloor
    {
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    #map
    {
        width: 50% !important;
        pointer-events : none;
    }
    .select-css {
        margin-left: auto;
        margin-right: auto;
    }

    #select-scene-div2
    {
        width: 50% !important;
    }

}

#swipetotorial
{
    width: 100%;
    height:100%;
    overflow:hidden;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display:none;
}

.swipetotorial1
{
    width: 150px;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
}

.setlistforselectfloor
{
    margin-bottom:45px;
    width:100%;
}

.onfloorse
{
    outline:none;
    color:rgb(255,255,255) !important;
    background-color: rgba(68,164,189, 0.8);
    border-color:rgba(68,164,189, 0.8) !important;
}

.onfloorse:hover
{
    cursor:pointer;
    background-color: rgb(168,169,173);
    outline:none;
}

.onfloorse.active
{
    outline:none;
    background-color: rgb(168,169,173) !important;
    border-color:rgb(168,169,173) !important;
}

#select-scene-div2
{
    width: 30%;
    position: absolute;
    bottom:0;
    left:0;
    z-index: 9999;
}

#collthefloor
{
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 45px;
    cursor:pointer;
    transform: rotate(90deg);
}

#collthefloor2
{
    cursor:pointer;
    outline:none;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(68,164,189,0.1);
    border:none !important;
    color:white;
}

#txtoncolthefloor
{
    bottom: 40%;
    position: absolute;
}

#arrowonfloor
{
    position: absolute;
    right:6%;
    bottom:35%;
    transform: rotate(90deg);
}

#arrowonfloor img{
    width:24px;
}