.ol-control {
    position: absolute;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
}

.ol-zoom {
    bottom: 15px;
    right: 15px;
    top: auto;
    left: auto;
}

.ol-control button {
    display: block;
    margin: 0px;
    padding: 0;
    color: #F5F8F3;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 20px;
    background-color: rgba(36,37,40,.2);
    border: 1px solid #E0E7DA;

    cursor: pointer;
}
.ol-control button:focus{
    text-decoration:none;
    background-color:#FCFDFC;
    outline: none;
}

.ol-control button:hover{
    text-decoration:none;
    background: rgba(24,25,28,.6);
}    


.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 200px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}


.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

    .SequenceContainer {
        min-height: 32px;
        min-width: 108px;
    }

    .SequenceContainer {
        position: absolute;
        top: 14px;
        pointer-events: none;
        font-size: 0;
        z-index: 10;
        width: 100%;
    }

    .SequenceControls, .SequenceStepper {
        position: absolute;
        left: 50%;
        cursor: pointer;
    }

    .SequenceStepper {
        transform: translate(-50%);
    }

    .SequencePlay, .SequencePlayDisabled, .SequenceStepNext, .SequenceStepNextDisabled, .SequenceStepPrev, .SequenceStepPrevDisabled {
        background: rgba(24,25,28,.3);
    }

    .SequencePlay, .SequencePlayDisabled, .SequenceStepNext, .SequenceStepNextDisabled, .SequenceStepNextHighlight, .SequenceStepPrev, .SequenceStepPrevDisabled, .SequenceStepPrevHighlight {
        display: inline-block;
        width: 33.33333%;
        height: 100%;
        pointer-events: auto;
    }

    .SequenceControls, .SequenceStepper {
        cursor: pointer;
    }

    .SequenceComponentIcon {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 44.44444%;
        height: 53.33333%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .SequenceStepNext .SequenceComponentIcon, .SequenceStepNextDisabled .SequenceComponentIcon, .SequenceStepNextHighlight .SequenceComponentIcon{
        background-image: url(../sprites/next.svg);
    }

    .SequenceStepPrev .SequenceComponentIcon, .SequenceStepPrevDisabled .SequenceComponentIcon, .SequenceStepPrevHighlight .SequenceComponentIcon {
        background-image: url(../sprites/prev.svg);
    }

    .SequencePlay, .SequencePlayDisabled, .SequenceStepNext, .SequenceStepNextDisabled, .SequenceStepNextHighlight, .SequenceStepPrev, .SequenceStepPrevDisabled, .SequenceStepPrevHighlight {
        display: inline-block;
        width: 33.33333%;
        height: 100%;
        pointer-events: auto;
    }

    .Play.SequenceComponentIcon {
        background-image: url(../sprites/play.svg);
    }

    .PlayDisabled.SequenceComponentIcon {
        background-image: url(../sprites/playdisabled.svg);
    }

    .Pause.SequenceComponentIcon, .PauseDisabled.SequenceComponentIcon {
        background-image: url(../sprites/pause.svg);
    }

    .SequencePlay:hover, 
    .SequenceStepNext:hover, .SequenceStepNextHighlight, .SequenceStepPrev:hover, .SequenceStepPrevHighlight, 
    {
        background-color: rgba(0,188,255,.3);
    }

    .SequencePlay:hover, .SequenceStepNext:hover, .SequenceStepPrev:hover {
        background: rgba(24,25,28,.6);
    }


    .ViewerButton {
        background-color: rgba(36,37,40,.5);
        background-image: url('../sprites/map.svg');
        background-size: 20px 19px;
        background-position: 50%;
        background-repeat: no-repeat;
        border-radius: 24px;
        bottom: 20px;
        height: 40px;
        left: 20px;
        width: 40px;
        z-index: 10;
    }

    .ViewerButton:hover{
        background: rgba(24,25,28,.6);
        background-image: url('../sprites/map.svg');
        background-size: 20px 19px;
        background-position: 50%;
        background-repeat: no-repeat;
        border-radius: 24px;
    }

    .SnapShot{
        background-color: rgba(36,37,40,.5);
        background-image: url('../sprites/snapshot.svg');
        background-size: 25px 25px;
        background-position: 50%;
        background-repeat: no-repeat;
        border-radius: 24px;
        bottom: 20px;
        height: 40px;
        left: 105px;
        width: 40px;
        z-index: 10;
    }

    .SnapShot:hover{
        background: rgba(24,25,28,.6);
        background-image: url('../sprites/snapshot.svg');
        background-size: 25px 25px;
        background-position: 50%;
        background-repeat: no-repeat;
        border-radius: 24px;
    }

    .absolute {
        position: absolute;
    }

    .cursor-pointer {
        cursor: pointer;
    }


    .Window {
        border-radius: 6px;
        bottom: 20px;
        height: 240px;
        left: 20px;
        position: absolute;
        width: 320px;
        z-index: 100;
        overflow: hidden;
        transition: height .5s, width .8s;
        -webkit-transition: height .5s, width .8s;
    }

    .Window360 {
        height: 320px;
        width: 400px;
    }

    .Window.hidden {
        height: 0px;
        width: 0px;
    }

    .Container {
        /*z-index: 100;*/
        background-color: rgba(36,37,40,.2);
    }   

    .top-0 { top: 0; }
    .right-0 {right: 0; }
    .bottom-0 {bottom: 0;}
    .left-0{left: 0;}

    .SwitchButtonContainer {
        border-top-right-radius: 6px;
        height: 64px;
        width: 64px;
    }

    .SwitchButtonImage {
        background-image: url('../sprites/corner.svg');
        background-size: 100%;
        background-repeat: no-repeat;
        height: 64px;
        width: 64px;
        z-index: 100;
    }

    .MinimizeButton {
        background-color: rgba(36,37,40,.5);
        border-radius: 6px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url('../sprites/minimize.svg');
        height: 18px;
        left: 12px;
        top: 12px;
        width: 22px;
        z-index: 100;
    }

    .obliquo-pano-ui{
        display: block;
    }
    
    .Compass {
        background-color: rgba(36,37,40,.5);
        background-position: 50%;
        background-repeat: no-repeat;
        border-radius: 30px;
        height: 55px;
        width: 55px;
        z-index: 10;
    }


    .compass-needle{
        background-position: -1px -4px;
        border-radius: 50%;
        position: absolute;
        width: 12px;
        height: 40px;

        left: 22px;
        top: 7px;
    } 

    .llcorner {
        bottom: 75px;
        left: 55px;
    }

    .lrcorner {
        bottom: 75px;
        left: 375px;
    }

    .widget-compass-sprite{
        background-image: url('../sprites/mapssprite.png');
        z-index: 100;
    }

    .compass-clockwise-arrow{
        cursor: pointer;
        background-position: -16px 0;
        position: absolute;
        width: 13px;
        height: 48px;
        right: 2px;
        top: 3px;
        z-index: 1;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .compass-counterclockwise-arrow{
        cursor: pointer;
        background-position: -16px 0;
        position: absolute;
        width: 13px;
        height: 48px;
        left: 2px;
        top: 3px;
        z-index: 1;
    }

    button{
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        outline: 0;
        font: inherit;
        vertical-align: baseline;
        background: transparent;
        list-style: none;
        overflow: visible;
    }

    .compass-counterclockwise-arrow:hover {
        background-position: -30px 0;
        width: 16px;
        left: -1px;
    }

    .compass-clockwise-arrow:hover {
        background-position: -30px 0;
        width: 16px;
        right: -1px;
    }


    .custom-hotspot {
        height: 55px;
        width: 40px;
        opacity: 0.5;
    }

    .custom-hotspot:hover {
        cursor: pointer;
        opacity: 1.0;
    }

    .custom-hotspot-reference {
    }

    .custom-tooltip-reference{
        z-index: 0;
        opacity: 1.0;
    }

    .oval-reference{
        background: rgba(255, 166, 33, 0.3);
        
        width: 40px;
        height: 25px;
        
        -moz-boder-radius: 40px / 25px;
        -webkit-border-radius: 40px / 25px;
        border-radius: 40px / 25px;

        border-style: solid;
        border-width: 1px;
        border-color: rgba(255, 166, 33, 0.5);
    }

    .oval-reference-slave{
        background: rgba(102, 205, 204, 0.3);
        
        width: 40px;
        height: 25px;
        
        -moz-boder-radius: 40px / 25px;
        -webkit-border-radius: 40px / 25px;
        border-radius: 40px / 25px;

        border-style: solid;
        border-width: 1px;
        border-color: rgba(102, 205, 204, 0.5);
    }

    .oval{
        background: rgba(102, 102, 102, 0.3);
        
        width: 120px;
        height: 70px;
        
        -moz-boder-radius: 120px / 70px;
        -webkit-border-radius: 120px / 70px;
        border-radius: 120px / 70px;

        border-style: solid;
        border-width: 1px;
        border-color: rgba(186, 218, 85, 0.7);
    }

    .oval_1_5{
        width: 80px;
        height: 46px;
    }

    .oval_1_8{
        width: 60px;
        height: 34px;
    }

    .oval_2_0{
        width: 48px;
        height: 28px;
    }

    .oval_2_5{
        width: 45px;
        height: 25px;
    }

    .oval_infinite{
        width: 30px;
        height: 18px;
    }

    .pnlm-ui-master{
        -webkit-box-shadow: inset 0 0 0 3px rgba(102, 205, 204, 0.8);
        -moz-box-shadow: inset 0 0 0 3px rgba(102, 205, 204, 0.8);
        box-shadow: inset 0 0 0 3px rgba(102, 205, 204, 0.8);
    }

    .pnlm-ui-slave{
        -webkit-box-shadow: inset 0 0 0 3px rgba(255, 166, 33, 0.8);
        -moz-box-shadow: inset 0 0 0 3px rgba(255, 166, 33, 0.8);
        box-shadow: inset 0 0 0 3px rgba(255, 166, 33, 0.8  );
    }