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

body {
    overflow: hidden;
    margin: 0px 0px 1px 0px;
    background: url('../img/bg_tile.png'), url('../img/bg_shadow.png'), #005429 !important;
    background-repeat: repeat, no-repeat !important;
    background-size:  202px 240px, 100% 100% !important;
}

html, body {
    touch-action: initial;
}

#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/orientation.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}

#loader {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 99;
}
#loaderR,
#loaderR:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
#loaderR {
    margin: 60px auto;
    font-size: 10px;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    margin-left: -5em;
    margin-top: -5em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
#selectmode {
    margin: 60px auto;
    font-size: 10px;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#menu-header {
    height: 0% !important;
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

#menu-button {
    position: absolute;
    width: 40px;
    height: 40px;
    left:0;
    /*right: 1%;*/
    top: 70px !important;
    background-image: url(../img/aeria_menu_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#menu-content {
    position: absolute;
    margin-width: 0px;
    left: -300px;
}

#side-menu {
    height: 100%;
}
