#gameContainer{
    /*background-color: black;*/
    transition: margin-left .5s;
}
#menu{
    /*background-color: black;*/
    width: 50px;
    height: 290px;
    position: fixed;
    top: 50%;
    transform: translate(0px,-50%);
}
.sidebar{
   margin-top:0px; 
}
#menu-content{
    background-color: #f8f8f8;
    width: 600px;
    height: 850px;
    position: fixed;
    top: 60px;
    left: 60px;
}
.menu-button{
    /*background-color: yellow;*/
    /*width: 48px;*/
    /*height: 48px;*/
    margin: 4px;
    /*margin-top: 8px;*/
    /*margin-bottom: 8;*/
}
.modal-content table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
#list-item{
    overflow-y: hiden;
    height: 100%;
    padding: 10px;    
    position: absolute;
    left: 250px;
    width: 350px;
}
.asset-item:hover{
    border: 1px solid #4d9bd6;
    box-shadow: 0 0 0 #4d9bd6;
        animation: open_img .3s forwards;
    z-index: 2;
}
.asset-item{
    width: 140px;
    height: 140px;
    display: inline-block;
    margin: 8px;
}
.asset-item:hover div{
    display: table;
}
.asset-item div{
    display: none;
    color: #3479b7;
    text-align: center;
    width: 100%
}
.asset-item img{
    width: 100%;
    height: 100%;
}
.modal-content td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 2px;
}

.modal-content tr:nth-child(even) {
    background-color: #dddddd;
}
.overlay-menu{
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: 22px;
}
.overlay-menu a{
	color: white;
}
* {border: 0; margin: 0; padding: 0}
{position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.logo, .progress {position: absolute; left: 50%; top: 5%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.logo.Dark {background-image: url('progressLogo.Dark.png');}
.progress {height: 5; width: 90%;}
.progress .empty {float: right; width: 100%; height: 100%; display: inline-block;}
.progress .full {float: left; width: 0%; height: 100%; display: inline-block;}


.progress .empty {background-color: #9E9E9E;}
.progress .full {background-color: #2196F3}

#gameContainer{
    width: 100%;
    height: 100%;
}
div#webgl-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
#gameContainer canvas{
    display:block;
}
.intro-text{
    position: absolute;
    width: 300px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -150px; /* margin is -0.5 * dimension */
    margin-top: -50px;
    text-align: center;
    color: white;
    font-size: 30
}
.over-screen{
    /*display:  none;*/
    position: fixed;right: 0;bottom: 0;min-width: 100%;min-height: 100%;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
#account-panel{
    display: none;
    position: absolute;
    right: 10px;
    top: 50px;
    width: 180px;
    height: 250px;
    background-color: gray;
    text-align: center;
    padding: 22px;
    font-size: 20px;
    border-radius: 10px;
}
#account-panel img{
    width: 128px;
}
#account-panel p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    