select{
    color : green;
}

#Header{
    display: block;    
    height: 58px;
    background-color:#0F0F0F;
    padding-left:15px;
    padding-right: 15px;
    color: white;
    min-width: 625px;
}

._headerElem{
    width: 160px;
    z-index: 101;
    height: 58px;
    float: left;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 15px;
    text-align: center;
}

._headerElem ._toolButton{
    height: 35px;
    float: left;
    margin-left: 6px;
}

._creator{
    width: 200px;
}

._creator ._toolButton{
    height: 20px;
    float: left;
}

._toolButton{
    height: 58px;
} 

._toolButton img{ 
    height: 100%;
}

#LogoTxt{
    position: absolute;
    width: 66px;
    height: 13px;
    left: 45px;
    top: 23px;
    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    
    color: #55FFA4;
    text-transform: uppercase;
    text-decoration: none;
}

#Home{
    width: 210px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    float: left;
    height: 58px;
    padding-top: 15px;
    padding-right: 15px;
}

#Logo{
    width: 100px;
    float: left;
    height: 58px;
    padding-top: 15px;
    padding-right: 15px;
}

#Home ._rightPart{
    width: auto;
    z-index: 101;
    cursor: pointer;
}

#Home ._toolButton{
    height: 15px;
    float: left;
}

#Home p{
    float: left;
    margin-left: 10px;
}

#Navigation{
    display: block;
    float: left;
    width:calc(100% - 295px); 
    height: 40px;
    padding-top: 10px;
}



#Navigation ._centerDivs{
    padding-top: 4px;
    display: flex;
    align-self: center;
    justify-content: center;
    text-transform: uppercase;
}
  
#Navigation ._centerDivs a{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8px 22px;
        
        position: static;
        width: 116px;
        height: 30px;
        font-size: 12px;
        line-height: 14px;
        
        background: #2F2F2F;
        border-radius: 4px;  
}
  
#Navigation ._centerDivs a:hover{
    background: #3E3E3E;
    color: #55FFA4;
}
  
#Navigation ._centerDivs ._selected{
    height: 32px;
    text-decoration: none;
    border-bottom: 2px solid #55FFA4 ;
    border-radius: 4px 4px 0px 0px;  
}



#Navigation a{
    position: relative;
    float: left;
    margin-left: 10px;
    height: 40px;
    width: 150px;
    background-color: #2F2F2F;

    padding: 5px;
    text-align: center;
    color: #55FFA4;
}

#Navigation a:hover{
    text-decoration: none;
    background-color: #55FFA4;
    color: #2F2F2F;
}

#Navigation ._selected{
    text-decoration: none;
    border-bottom: 3px solid #55FFA4 ;
}



._creatorNav{
    display: block;
    position: relative;
    float: left;
    height: 58px;
    padding-top: 2px;
    color: white;
    width: calc(100% - 650px); 
    z-index: 101;
}

._creatorNav img{
    height: 11px;
    margin-top: 22px;
}

._gameTitle{
    cursor: pointer;
    width:initial;
    display: inline-flex;
    padding-right:15px ;

}

._gameTitle p{
    
    float: left;
    margin: 13px;
}

._leftPart{
    float: left;
}

._centerPart{
    float: left;
}

._rightPart{
    float: right;
    position: relative;
}


#Profil{
    color: white;
    position: relative;
    float: right;
    width: 150px;
    cursor: pointer;
    text-transform: uppercase;
}

#container{
    position : relative;
    max-width : 100%;
    overflow: hidden;
    height: 100vh;
}

#game #map {
    margin-left: 0;
}

#widgetUser{
    display: block;
    position : absolute;
    color: whitesmoke;
    width: 200px;
    background-color : #0F0F0F;
    right: 0;
    z-index: 100;
    padding-top: 8px;
}

._avatar{
    cursor: pointer;
}

._avatar_small{
    cursor: pointer;
    float: right;
    margin-right: 30px;
    height: 50px;
}

._avatar_small p{
    display: none;
}

._infoLogin ._imgavatar{
    border-radius: 50%;
    height: 34px;
    width: 34px;
    float: left;
    margin-right: 10px;
}

._loggin ._imgavatar{
    height: 45px;
    width: 150px;
    cursor: pointer;
}
 ._avatar p{
     padding-top: 5px;
 }

#img_login {
    float: right;
    margin-right: 43px;
    cursor: pointer;
}

 #widgetUser:hover ._core{
     display: block;
 }

 ._infoLogin ._core{
    display: none;
    padding-bottom: 10px;
 }

 ._infoLogin ul {
    list-style-type: none;
    padding: 0;

 }


._rightborder{
    border-right: 0.5px solid rgba(255, 255, 255, 0.4);
}


#map{
    position : relative;
    display : block;
    margin-left : 58px;

    background-color : green;
}

#map canvas {
    display : block;
    position : absolute;
    image-rendering : pixelated;
}


#spritesheet>* {
    image-rendering : pixelated;
}
