body
{
	font-family: Monospace;
	font-weight: bold;
	background-color: #000000;
	margin: 0px;
	overflow: hidden;
}

canvas {
  	image-rendering: crisp-edges;
}




#test{
	display: none;
	position: absolute;
	top:0;
	left:0;
	background: #fff;
	width: 30%;
	height: 30%;
	z-index: 99999;
}

#controls{

}

#infoButton{
	display: none;
}

.canvas_svg{
	display: none;
}

#controls{
	width: calc(100% - 2em) !important;
	height: calc(100% - 2em) !important;

    margin: 1em;

    opacity: 0;

    position: absolute;
    
    top: 0;
    left: 0;
    
    z-index: 99999;

    transition: opacity 5s;

    pointer-events: none;
}
#controls input,
#controls .ui-widget,
#controls .ui-widget *{
	pointer-events: all;
}
.initialized .controls_box{
	opacity: 1 !important;
}

#year_slider{
    height: 3em !important;
    background-color: transparent !important;
    width: calc(100% - 1.35em);
    margin-left: 0.6em;
    margin-right: 0.6em;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    display: inline-block;
    border-color: #fff;
}
#year_slider:before{
	content: "";
    margin-top: -1px;
    width: 1em;
    left: 0;
    height: 3em;
    border: 1px solid #fff;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    margin-left: -0.6em;
}
#year_slider:after{
	content: "";
    margin-top: -1px;
    width: 1em;
    right: 0;
    height: 3em;
    border: 1px solid #fff;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    margin-right: -0.75em;
}

#year_slider .ui-slider-handle{
	height: 3em;
    margin-top: 0.2em;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
}

#year_box{
	position: absolute;
	width: 100%;
	bottom: 5em;
}
#year_numbox{
	width: 100% !important;
	display: inline-flex;
    flex-direction: row;
    margin-bottom: 0.5em;
}
#year{
    width: 4em !important;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 3em;
    text-align: center;
    display: block;
    margin: auto;
    text-shadow: #000 1px 0 1px;
}
#year::selection {
    background: transparent;
}
#year::-webkit-outer-spin-button,
#year::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.year_arrow{
	width: 3em;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
}

/* OPEN GLOBUS */

    .og-inner{
        position: absolute;
    }

    .og-coordinates, 
    .og-scale-container{
        bottom: 0;
    }

    .og-compass-button, 
    .og-zoomout-button, 
    .og-zoomin-button,
    .og-coordinates{
        right: 0;
    }

    .og-map-button{
        position: relative;
        margin-bottom: 0.5em;
        bottom: auto;

        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 2px !important;
    }
    .og-button svg, .og-button svg path {
        fill: #fff;
    }

    #og_buttons{
        position: absolute;
        right: 0;
        top: 0;
        height: calc(100% - 15em);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .og-button{
        pointer-events: all;
    }
