@-ms-viewport {
    width: device-width;
}

@media only screen and (min-device-width:800px) {
    html {
        overflow: hidden;
    }
}

html {
    height: 100%;
}

body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

div, span, applet, object, iframe, h1, h2, h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}

h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}

.panorama-header-bk {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 1;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.rm-panorama-header {
    z-index: 5000;
    position: absolute;
    top: 0;
    padding: 1px 13px;
    width: 100%;
    height: 80px;
    background: url(../../../GeneralMedia/icons/top-gradient.png) repeat-x top;
    -moz-transition: top .3s ease 0s;
    -o-transition: top .3s ease 0s;
    -webkit-transition: top .3s ease 0;
    transition: top .3s ease 0s;
}

    .rm-panorama-header.hidetoolbar {
        top: -80px;
    }

        .rm-panorama-header.hidetoolbar .panorama-header-options {
            display: none;
        }

.panorama-header {
    position: relative;
    width: 100%;
}

.panorama-controls-wrapper {
    width: 100%;
}

.panorama-header-controls {
    position: absolute;
    top: 12px;
    right: 0;
}

    .panorama-header-controls * {
        display: inline-block;
        cursor:pointer;
    }

.panorama-header-control-block {
    position: relative;
}

.panorama-header-control-button {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    -moz-transition: opacity,background-color .1s linear;
    -o-transition: opacity,background-color .1s linear;
    -webkit-transition: opacity,background-color .1s linear;
    transition: opacity,background-color .1s linear;
}

.panorama-header-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

    .panorama-header-icon .svg-icon {
        -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.22));
        filter: drop-shadow(1px 1px 1px rgba(0,0,0,.22));
    }

.panorama-header-mode {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: 64px;
    height: 34px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    background-color: rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.25);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.25);
    box-shadow: inset 0 1px 5px rgba(0,0,0,.25);
    vertical-align: top;
    cursor: pointer;
}

    .panorama-header-mode.active .panorama-header-mode-switcher {
        background: #03aa7b;
        -moz-transform: translate(29px,0);
        -ms-transform: translate(29px,0);
        -o-transform: translate(29px,0);
        -webkit-transform: translate(29px,0);
        transform: translate(29px,0);
    }

.panorama-header-mode-switcher, .panorama-header-mode-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.panorama-header-mode-switcher {
    position: absolute;
    top: 2px;
    left: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #2185c5;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transition: transform .1s linear;
    -o-transition: transform .1s linear;
    -webkit-transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
}


.panorama-header-mode.active .panorama-header-mode-view {
    -moz-opacity: .5;
    opacity: .5;
}

.panorama-header-mode-view {
    background: url(../../../GeneralMedia/icons/icon-view-mode.svg) no-repeat center;
    -moz-opacity: 1;
    opacity: 1;
}

.panorama-header-mode-icon {
    position: relative;
    margin: 2px 0 0 2px;
    background-position: 50% 50%;
    -moz-opacity: .5;
    opacity: .5;
    cursor: pointer;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.panorama-header-mode.active .panorama-header-mode-edit {
    -moz-opacity: 1;
    opacity: 1;
}

.panorama-header-mode-icon.panorama-header-mode-edit {
    margin-left: 0;
}

.panorama-header-mode-edit {
    background: url(../../../GeneralMedia/icons/icon-edit-mode.svg) no-repeat center;
}

.panorama-header-helpers {
    position: absolute;
    top: 13px;
    left: 0;
}

.panorama-header-helpers-button {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

    .panorama-header-helpers-button * {
        cursor: pointer;
    }

.header-options.active {
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.header-options {
    perspective: 1000px;
    perspective-origin: 0% 50%;
    position: absolute;
    right: -13px;
    width: 60px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    -moz-opacity: 0;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective-origin: 0% 50%;
    -ms-perspective-origin: 0% 50%;
    -webkit-perspective-origin: 0% 50%;
    opacity: 0;
    transition: opacity .2s,transform .2s;
    -moz-transform: scaleX(1)scaleY(1)scaleZ(1)rotateX(0)rotateY(0)rotateZ(0)translateX(50px)translateY(0)translateZ(0);
    -ms-transform: scaleX(1)scaleY(1)scaleZ(1)rotateX(0)rotateY(0)rotateZ(0)translateX(50px)translateY(0)translateZ(0);
    -o-transform: scaleX(1)scaleY(1)scaleZ(1)rotateX(0)rotateY(0)rotateZ(0)translateX(50px)translateY(0)translateZ(0);
    -webkit-transform: scaleX(1)scaleY(1)scaleZ(1)rotateX(0)rotateY(0)rotateZ(0)translateX(50px)translateY(0)translateZ(0);
    -moz-transition: opacity .2s,transform .2s;
    -o-transition: opacity .2s,transform .2s;
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transform: scaleX(1)scaleY(1)scaleZ(1)rotateX(0)rotateY(0)rotateZ(0)translateX(50px)translateY(0)translateZ(0);
}

.textHotspot {
    z-index: 10000;
    top: 270px;
}

.linkedHotspot {
    z-index: 100000;
    top: 510px;
}
.videoHotspot{
    z-index:100000;
    top:430px;
}

.saveviewstate {
    z-index: 100000;
    top: 590px;
}
.hoverarea {
    z-index:100000;
    top:350px;
}

.viewlimit {
    z-index: 100000;
    top: 670px;
}

.removelimit {
    z-index: 100000;
    top: 670px;
    right: 45px;
}

.header-options-hotspot {
    display: block;
    margin: 0 auto 10px;
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);
    vertical-align: top;
    cursor: grab;
    cursor: url(../../../GeneralMedia/icons/cursor-move.png),-webkit-grab;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

    .header-options-hotspot .header-options-hotspot-icon, .header-options-sound {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        vertical-align: top;
        -moz-transition: all .1s linear;
        -o-transition: all .1s linear;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
    }

    .header-options-hotspot .header-options-hotspot-icon {
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-opacity: .65;
        opacity: .65;
    }

    .header-options-hotspot #textHotspot {
        background: #fff url(../../../GeneralMedia/icons/icon-welcome.svg) 50% 50% no-repeat;
    }

    .header-options-hotspot #linkedHotspot {
        background: #fff url(../../../GeneralMedia/icons/icon-drag-transparent.png) 50% 50% no-repeat;
    }

    .header-options-hotspot #saveviewstate {
        background: #fff url(../../../GeneralMedia/icons/icon-saveviewstate.png) 50% 50% no-repeat;
        cursor:pointer;
    }

    .header-options-hotspot #videoHotspot {
        background: #fff url(../../../GeneralMedia/icons/video-icon.png) 50% 50% no-repeat;
        cursor:pointer;
    }

    .header-options-hotspot #hoverarea {
        background: #fff url(../../../GeneralMedia/icons/hoverarea.png) 50% 50% no-repeat;
        cursor:pointer;
    }

    .header-options-hotspot #viewlimit {
        background: #fff url(../../../GeneralMedia/icons/icon-360view.png) 50% 50% no-repeat;
        cursor:pointer;
    }

    #viewlimit.selected {
        background: #fff url(../../../GeneralMedia/icons/icon-360view-selected.png) 50% 50% no-repeat !important;
        cursor:pointer;
    }

    .header-options-hotspot #removelimit {
        background: #fff url(../../../GeneralMedia/icons/icon-360view-restore.png) 50% 50% no-repeat;
        cursor:pointer;
    }

.hotspot {
    display: block;
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    vertical-align: top;
    cursor: grab;
    cursor: move;
    /*background: #fff;*/
    /*border-radius: 50%;*/
    /*box-shadow: 0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);*/
}

    .hotspot .icon {
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: url(../../../GeneralMedia/icons/icon-info.png) 50% 50% no-repeat;
        vertical-align: top;
    }

.hotspot-tooltip.open {
    display: block;
    -moz-animation: hotspot-animation .3s;
    -o-animation: hotspot-animation .3s;
    -webkit-animation: hotspot-animation .3s;
    animation: hotspot-animation .3s;
}

.hotspot-tooltip {
    will-change: transform;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    margin-left: 30px;
    height: 0;
    -moz-transform: translate3d(-9999px,-9999px,0);
    -ms-transform: translate3d(-9999px,-9999px,0);
    -o-transform: translate3d(-9999px,-9999px,0);
    -webkit-transform: translate3d(-9999px,-9999px,0);
    transform: translate3d(-9999px,-9999px,0);
}

.hotspot-tooltip-options {
    position: absolute;
    right: -44px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 0 0 16px;
    width: 36px;
}

.hotspot-tooltip-button-type {
    position: relative;
    margin-bottom: 9px;
    width: 38px;
    height: 38px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff url(../../../GeneralMedia/icons/fullscreen-icon.svg) 50% 50% no-repeat;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    cursor: pointer;
}

.hotspot-popup .hotspot-tooltip-button-type {
    background-image: url(../../../GeneralMedia/icons/fullscreen-close-icon.png);
}

.hotspot-tooltip-arrow {
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: 8;
    display: inline-block;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent rgba(255,255,255,.9)transparent transparent;
    vertical-align: middle;
    text-align: left;
}

.hotspot-tooltip-inner {
    position: relative;
    z-index: 2;
    padding: 8px;
    width: 100%;
    height: 100%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: 0 0 rgba(255,255,255,.9);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);
}

textarea, input[type="text"] {
    -webkit-appearance: none;
}

.hotspot-tooltip-caption-form {
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    display: block;
    padding: 8px 7px;
    width: 100%;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -moz-box-shadow: #d1d1d1 0 0 0 1px;
    -webkit-box-shadow: #d1d1d1 0 0 0 1px;
    box-shadow: #d1d1d1 0 0 0 1px;
    color: #000;
    color: rgba(0,0,0,.65);
    vertical-align: top;
    font-size: 18px;
    font-family: 'Proxima Nova Regular',sans-serif;
    resize: none;
    margin-top:5px;
}

.hotspot-tooltip-style {
    color: #000;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font: 14px/18px 'Proxima Nova Regular',sans-serif;
}

.hotspot-tooltip-data-block {
    height: 100%;
}

.hotspot-tooltip-inner .redactor-box {
    -webkit-appearance: none;
    position: relative;
    display: block;
    overflow: auto;
    margin-top: 6px;
    padding: 10px;
    width: 100%;
    height: 100%;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -moz-box-shadow: #d1d1d1 0 0 0 1px;
    -webkit-box-shadow: #d1d1d1 0 0 0 1px;
    box-shadow: #d1d1d1 0 0 0 1px;
    color: rgba(0,0,0,.65);
    vertical-align: top;
    font-size: 13px;
    font-family: 'Proxima Nova Regular',sans-serif;
    resize: none;
    -moz-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

.hotspot-tooltip-inner .redactor-editor {
    position: relative;
    min-height: 100%;
    width:100%;
    border:none;
    outline: none;
}

.hotspot-tooltip-inner .redactor-placeholder:empty:not(:focus):after {
    top: 0;
    left: 0;
    color: #999 !important;
    content: attr(placeholder);
    font-weight: 400 !important;
}

.hotspot-tooltip-inner .redactor-placeholder:focus:after {
    color: rgba(153,153,153,0);
    content: ' ';
}

.create-hotspot-container {
    position: absolute;
    top: 6%;
    left: 50%;
    z-index: 999;
    margin-left: -150px;
    width: 300px;
    height: 101px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(255,255,255,.9);
    -moz-box-shadow: 0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22);
    -webkit-box-shadow: 0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22);
    box-shadow: 0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22);
}

.ui-resizable-se {
    position: absolute;
    right: -8px;
    bottom: -8px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../../../GeneralMedia/icons/resize-icon.png) center no-repeat !important;
    vertical-align: top;
    font-weight: 700;
    cursor: nw-resize;
}

.fadeInDown {
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeOutUp {
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUp {
    0% {
        -moz-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -moz-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        -moz-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -moz-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        -moz-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -moz-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    http://narnis.com/230-%D0%B3%D0%B5%D0%BD%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D1%85-%D0%BA%D0%BD%D0%B8%D0%B3-%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D1%8B%D0%B5-%D0%BD%D0%B0%D0%B4%D0%BE-%D0%BF%D1%80%D0%BE%D1%87%D0%B8%D1%82/ 0% {
        -moz-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -moz-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.animated, .animated.fast {
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated {
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.create-hotspot-container .top-block {
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #dce1e4;
    color: #000;
    text-align: center;
}

    .create-hotspot-container .top-block .title1 {
        padding-top: 18px;
        font: 16px "Proxima Nova SemiBold",sans-serif;
    }

.create-hotspot-container .bottom-block {
    padding: 7px;
    width: 100%;
    height: 50%;
    border-top: 1px solid #fff;
    text-align: center;
}

.gn-btn-text {
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
    color: #1a3546;
    -moz-opacity: .65;
    opacity: .65;
}

.pin-button .pin-icon, .gn-btn-text {
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.gn-btn, .gn-btn-name {
    display: inline-block;
    vertical-align: top;
}

.gn-btn {
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    padding: 10px 20px;
    height: 35px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    white-space: nowrap;
    font: 12px/16px 'Proxima Nova Semibold',sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 12px;
    font-family: "Proxima Nova Semibold", sans-serif;
    line-height: 16px;
}


.btn-default, .gn-btn {
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.gn-left {
    float: left;
}

.gn-right {
    float: right;
}

button {
    border: none;
}

.gn-btn-simple {
    height: 35px;
    background-color: #03a97a;
    color: #fff;
    text-align: center;
    -moz-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
}

.gn-btn-danger {
    height: 35px;
    background-color: #f04546;
    color: #fff;
    text-align: center;
    -moz-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
}

.create-hotspot-container .gn-btn-simple {
    margin-left: 7px;
    width: 100px;
}

.gn-btn-simple:disabled, .gn-btn-simple.disabled {
    padding-top: 11px;
    padding-bottom: 9px;
    background-color: #b4e5d7;
    background-image: -webkit-linear-gradient(top,#b4e5d7,#b4e5d7);
    background-image: linear-gradient(top,#b4e5d7,#b4e5d7);
    color: #fff;
}

.create-hotspot-container .gn-btn-blue {
    margin-left: 7px;
    padding-right: 0;
    padding-left: 0;
    width: 35px;
}

.create-hotspot-container .gn-btn-danger {
    margin-left: 7px;
    padding-right: 0;
    padding-left: 0;
    width: 35px;
}

.delete-icon-white {
    height: 18px;
    background: url(../../../GeneralMedia/icons/delete-icon-white.svg) no-repeat center;
}

.clean-field-icon, .delete-icon-white {
    display: inline-block;
    width: 14px;
    vertical-align: top;
}

.modal-ok-icon-wrapper {
    position: fixed;
    top: 50%;
    right: -30px;
    z-index: 10000;
    margin-top: -30px;
}

    .modal-ok-icon-wrapper .modal-ok-icon {
        z-index: 33;
        display: inline-block;
        width: 59px;
        height: 59px;
        border-radius: 50%;
        background: url(../../../GeneralMedia/icons/ok-icon.svg) #03ad7d no-repeat center;
        -moz-background-size: 30px;
        -o-background-size: 30px;
        -webkit-background-size: 30px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background-size: 30px;
        -moz-box-shadow: 0 6px 13px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.18);
        -webkit-box-shadow: 0 6px 13px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.18);
        box-shadow: 0 6px 13px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.18);
        vertical-align: top;
    }

.hotspot-tooltip-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 14px;
    height: 14px;
    background: url(../../../GeneralMedia/icons/hotspot-close-icon.png) center no-repeat;
    -moz-opacity: .35;
    opacity: .35;
    cursor: pointer;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.hotspot-tooltip-caption {
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 10px 10px;
    color: black;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 18px 'Proxima Nova Light',sans-serif;
    line-height: normal;
}

.hotspot-tooltip-data {
    overflow: auto;
    padding: 7px 10px 10px;
    max-height: 100%;
}

.hotspot-tooltip-options li:first-child,
.hotspot-tooltip-options li:last-child {
    display: none;
}

.hotspot-tooltip-options li {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 14px;
    margin-bottom: 9px;
    width: 38px;
    height: 38px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    vertical-align: top;
    cursor: pointer;
}

a:visited {
    background: 0 0;
}

.hotspot-tooltip-options .re-media-image {
    background-image: url(../../../GeneralMedia/icons/image-icon.svg);
}

.hotspot-tooltip-options a {
    display: block;
    margin-bottom: 7px;
    width: 38px;
    height: 38px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hotspot-tooltip-options li input {
    position: absolute;
    z-index: 11;
    display: inline-block;
    margin: -45px 0 0 -400px;
    padding: 0;
    width: 500px;
    height: 94px;
    vertical-align: 0;
    font-size: 80px;
    -moz-opacity: 0;
    opacity: 0;
    cursor: pointer;
}

.pluginarea {
    position: absolute;
    z-index: 998;
    display: none;
    overflow: visible;
    width: 200px;
    height: 200px;
    background: none;
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

div#container {
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}

div#tourDiv {
    height: 100%;
    position: relative;
    overflow: hidden;
}

div#pano {
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    div#pano.cursorMoveMode {
        cursor: grabbing;
        cursor: url(D02data/graphics/cursors_move_html5.cur), move;
    }

    div#pano.cursorDragMode {
        cursor: grabbing;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        cursor: url(D02data/graphics/cursors_drag_html5.cur), default;
    }


.linkedHotspotIcon {
    color: #6A7C87;
    font-size: 22px;
    padding-top: 7px;
}

.hotspot-image {
    text-align: center;
    border: 2px gray dashed;
    border-radius: 10px;
    width: 100%;
}

.hotspot-image img {
    height:100px;
    max-width: 100%;
    max-height: 80px;
}

.hotspot-image button,#btnDeleteVideo,#btnDeleteImage {
    height: 25px;
    width: 25px;
    background-color: #f04546;
    border-radius: 5px;
    position: absolute;
    right: 11px;
    top: 11px;
    padding:0
}

#btnDeleteVideo,#btnDeleteImage {
    height: 36px;
    width: 30px;
}

#btnDeleteVideo i,#btnDeleteImage i {
    font-size:18px;
}

.editor-inner-wrapper {
    height: 100%;
    padding-bottom: 131px;
}

.hotspot-image .noimage {
    color: #181717;
    width: 100%;
    height: 80px;
    padding: 25px;
    display:none;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5x solid blue;
  border-bottom: 5px solid #555;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: 55%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#uploadSection .progress {
    margin-top:6px;
    background-color:#FFFFFF;
    webkit-box-shadow: none;
    box-shadow:none;
}

.bar {
    height: 10px;
    background: gray;
}

#btnDeleteVideo {
    top:0;
}

.descArea {
    height:44%;
}

#txtVideoLink {
    width:85%;
}

#webViewRow {
    margin: 10px 0;
    margin-left: -12px;
    max-width: 500px;
    min-width: 260px;
}

#resizableHotspot {
    border:3px solid white;
    background:none;
    border-radius:5px;
    width: 50px;
    height: 50px;
}

#hoverAreaSection {
    width:100%;
    height:100%;
    min-width:80px;
    min-height:80px;
    position:absolute;
    top:80px;
    left:10px;
}

#hoverAreaSection .hotspot-tooltip-arrow {
    top: 18px;
    left: -20px;
}

.lblTypeSavePanel {
    height:50px;
}

#lblTypeSavePanel span {
    line-height:50px;
}

.placeddiv {
    background-color:#20ae20;
    width:30px;
    height:30px;
    border-radius:30px;
    position:absolute;
}

.placeddiv.endpoint {
    background-color:red;
}