
body {margin: 0; padding: 0;}
#text_variables {display: none;}
#base {border: 0px; overflow: hidden; margin: auto; position: relative;}

#game_page {width: 1500px; margin: auto; display: none; position: relative; height: 100%;}
#game_canvas { border: 1px solid gray; background-color: #ededed; margin: 10px auto 0px;  z-index: 1;}
#canvas_expl {background-color: #ededed; margin: 10px auto 0px; position: absolute; top: 0px; left: 0px; 
    background-color: transparent; z-index: 10;}
#canvas_stat {background-color: #ededed; position: absolute; bottom: 25px; left: 0px; background-color: transparent; z-index: 5;}


#p_stats {position: absolute; bottom: 10px; width: 100%; line-height: 1.3em; height: 1.3em; display: table;
    border-collapse: collapse;}
#p_stats > div {display: table-cell; width: 33%; text-align: center; vertical-align: middle;}
#p_stats > div > div {height: 1em; line-height: 1em;}
#p_stats > div > div > div {height: 1em; line-height: 1em;}

#p_stats_en {width: 75%; margin: auto;}
#p_stats_en_cur {width: 1%; border: 1px solid #ff87fd; float: left; background-color: #ff87fd;}

#p_stats_sh {width: 75%; margin: auto;}
#p_stats_sh_cur {width: 1%; border: 1px solid #a3d3ff; float: left; background-color: #a3d3ff;}

#p_stats_ar {width: 75%; margin: auto;}
#p_stats_ar_cur {width: 1%; border: 1px solid #ff2424; float: left; background-color: #ff2424;}

#p_weap_stats {position: absolute; bottom: 35px; width: 100%; line-height: 1.3em; height: 1.3em; display: table;
    border-collapse: collapse; overflow: hidden; }
#p_weap_stats > div {width: 25%; text-align: left; vertical-align: middle; display: table-cell; box-sizing: border-box;
    overflow: hidden; }
#p_weap_stats > div:nth-child(1) {width 20%}
#p_weap_stats > div > div {height: 1em; line-height: 1em; box-sizing: border-box; display: inline-block;}
#p_weap_stats > div > div:nth-child(1) {width: 30%; text-align: center; }
#p_weap_stats > div > div:nth-child(2) {width: 70%; overflow: hidden;}
#p_weap_stats > div > div > div {height: 1em; line-height: 1em;}

#p_stats_mg { width: 75%; overflow: hidden; }
#p_stats_mg_cur {width: 1%; border: 1px solid #ff87fd; float: left; background-color: #ff87fd;}

#p_stats_cn { width: 75%; overflow: hidden; }
#p_stats_cn_cur {width: 1%; border: 1px solid #ff87fd; float: left; background-color: #ff87fd;}

#p_stats_bl { width: 75%; overflow: hidden; }
#p_stats_bl_cur {width: 1%; border: 1px solid #ff87fd; float: left; background-color: #ff87fd;}



#p_assets {display: table; position: absolute; top: 10px; width: 300px; opacity: 0.5; color: red; left: 15px; font-weight: bold;
    font-size: 1.2em; line-height: 1.2em; height: 1.2em;}
#p_assets > div {display: table-cell;}
#p_assets > div > div {display: inline-block;}
#p_balance { margin-left: 10px;}
#p_asset { margin-left: 10px;}

#game_end {width: 200px; height: 200px; position: absolute; top: 50px; left: 40%; color: red; border: 2px solid red; 
    border-radius: 10px 10px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center;
    z-index: 1000; opacity: 1; background-color: #ffe8e8; }
#game_end > div {font-weight: bold; font-size: 1.3em; text-align: center; }
.game_end_close {border: 1px solid grey; border-radius: 5px 5px 5px; cursor: pointer; margin: 25px auto; width: 100px;}
.shell_damage {position: absolute; color: red; font-weight: bold; font-size: 1.3em;}
.bot_dodge {position: absolute; color: blue; font-weight: bold; font-size: 1.3em;}
.player_warp {position: absolute; color: orange; font-weight: bold; font-size: 1.3em;}
.player_damaged {position: absolute; font-weight: bold; font-size: 1.3em;}

.explosion {width: 1px; height: 1px; background-image: url("../img/explosion.png"); position: absolute; background-size: contain;
    background-repeat: no-repeat;}

