/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 24, 2016, 12:08:43 AM
    Author     : Tushar
*/
.floor-elements-box .swiper-slide{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}
.floor-elements-box{
/*    z-index: 1;
    margin-bottom: 0;
    position: absolute;*/
}
.plan-holder{
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 0;
    position:relative;
}
.plan-img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.element_pointer{
    position: absolute !important;
    border: 2px solid #999;
}
.element_pointer.selected{
    border-color: #DD4B39;
}

.ui-rotatable-handle {
    height: 16px;
    width: 16px;
    cursor: pointer;
    background-image: url(../images/rotate.png);
    background-size: 100%;
    margin: -150% auto 0;
}
.rotate-area{
    width: 100%;
    height: 100%;
}

.overlay{
    z-index: 9999 !important;
}
body.overlay-wrapper .overlay{
    position: fixed !important;
}

.custom-action-dropdown{
    right: 0;
    left: unset;
}
.custom-action-dropdown .btn-group-vertical{
    width: 100%;
    padding: 5px 10px;
}

.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}
.login-logo a,
.register-logo a {
    color: #444;
}

.hotspot-actions{
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    transition-property: left,top;
    transition-duration: 0.5s;
    display: table;
}
.no-transition{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.psv-panel{
    width: 200px;
}
.psv-panel select{
    color: #ffffff;
}
.psv-panel select option{
    color: #666666;
}
.ajax-file-upload-statusbar{
    display: inline-block;
}
.ajax-upload-dragdrop{
    margin: 0 auto;
}

.swiper-thumb {
    height: 90px;
    box-sizing: border-box;
    margin-top: 40px;
}
.swiper-thumb .swiper-slide {
    width: 175px;
    height: 90px;
    opacity: 0.4;
    text-align: center;
    overflow: hidden;
}
.swiper-thumb .swiper-slide img{
    width: 400%;
    margin: -200% -200%;
}
.swiper-thumb .swiper-slide-active {
    opacity: 1;
}

.btn.disabled{
    pointer-events: none;
}
.navbar-brand.zoomatours-logo{
    height: 70px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.mini-sidebar .navbar-brand.zoomatours-logo{
    padding-left: 3px;
    padding-right: 3px;
}
.navbar-brand.zoomatours-logo .zoomatours-logo-img{
    max-height: 100%;
    max-width: 100%;
}
.ajax-file-upload-container .ajax-file-upload-statusbar .ajax-file-upload-preview{
    max-width: 95% !important;
    width: auto !important;
    height: auto !important;
}
.hotspot-actions .resize-hotspot-slider{
    margin: 10px 10px 5px;
}
.bg-transparent{
    background-color: transparent;
}

.panorama-wrapper .psv-container .psv-loader-container.hidden{
    display: none !important;
}
.panorama-wrapper .psv-container .psv-canvas-container.opacity-one{
    opacity: 1 !important;
}