body{
	background-color:#fff;
}


::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #444444;
}


canvas { width: 99vw; height: 80vh; display: block; }
#map{
	
}
.fadeIcon
{
        opacity:1;
}
.fadeIcon:hover
{
        opacity:0.5;
}

iframe {
    width: 100%;
    height: 100%;
}

#trans{
	position:absolute;
	top:30px;
}
#panel1, #panel2, #panel3{
	height:100%;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#divLoading {
  width: 200px;
    height: 10px;
   z-index: 99;
}

    #divLoading > #divLoadingInner {
        width: 200px;
        height: 10px;
        background: #444444;
        border: none;
    }
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}


ul {
    list-style: none;
}

li {
    display: inline-block;
}

img {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
    width: 150px;
    height: 75px;
    position: relative;
    z-index: -1;
}

li:hover .image {
    background: rgba(0, 255, 255, 0.5);
}

.image a {
    height: 75px;
    display: block;
}

.text {
    font-size: 20px;
    color: #fff;
    position: absolute;
    z-index: -1;
    top: 0;
    padding-left: 10px;
}