@font-face {
    font-family: 'Lazer84';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Lazer84.ttf") format("truetype");
}

#container
{
    overflow: hidden;
    display: box;
    display: -webkit-box;
    /* background: #00bcff; */
    background-image: url(../images/grid.png);
}

#view_wrap {
    /*margin: auto;*/
}
#view_window {
 /*   margin: auto;*/

    background-color: black;
}

#controls {
/*    margin: auto;*/
    height: 30px;
  /*  background-repeat: repeat-x;*/

}
#control_buttons {
    width: 50%;
    height: 100%;
    background-color: grey;
    float: left;
    display: flex;
    opacity: 0.9;
}
#control_pad {
    width: 50%;
    height:100%;
    background-image: url(../images/controls.png);
    background-size: contain;
    float: right;
    opacity: 0.9;


}
.btn_ctrl {
    width: 20%;
    height: 45%;
    display: -webkit-box;
    margin: 1%;
}

#view_map
{
 /*   display: none;*/
}
#editorPanel
{
    background-color: aliceblue;
    width: -webkit-fill-available;
    border: black solid 1px;
}

.body
{
    background-color: black;
}
.gameValue
{

    text-align: center;
    width: 200px;
    background-color: goldenrod;
}
span.panelTitleTxt
{
    display: block;
}
#settings {
    display: none;
}
.msg_main_text
{
    position: fixed;
    color: white;
    font-size: xx-large;
    width: 78%;
    text-align: center;
    top:35%;

}

.debug_text
{
    position: fixed;
    color: white;
    font-size: large;
    width: 78%;
    text-align: center;
    top:0%;

}

.pop_up
{
    position: fixed;
    color: white;
    width: 50%;
    text-align: center;
    top: 25%;
    left: 25%;
    background-color: rgba(255, 30, 59, 0.48);
    display: none;
    /* outline-width: 43px; */
    border-radius: 10px;
    border-color: rgb(255, 255, 255);
    border-width: medium;
    border-style: groove;
}
.menu
{
    /* float: left; */
    color: black;
    background: black;
    position: absolute;
    /* margin: 10px; */
    border: white 1px solid;
}
.menu_inner
{
    margin: 10px;
}