/*FONTS*/
@font-face {
  font-family: 'Arial Bold';
  src: url('../res/fonts/Arial-BoldMT.eot');
  src: url('../res/fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
       url('../res/fonts/Arial-BoldMT.woff2') format('woff2'),
       url('../res/fonts/Arial-BoldMT.woff') format('woff'),
       url('../res/fonts/Arial-BoldMT.ttf') format('truetype'),
       url('../res/fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
  font-weight: normal;
  font-style: normal;
}
#fontLoader1{
    font-family: "Arial Bold";
    top: -1000px;
    left: -1000px;
    display: block;
    position: absolute;
}


/* HTML/CSS */
html, body {
    width:100%;
    height:100%;
    margin: 0px;
    background-color: #000;
    background-image: url("../res/images/BG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Arial Bold","Times New Roman", Times, serif;
    overflow: auto;
    min-width: 320px;
    min-height: 320px;
}


#appScale{
    width: 100%;
    height: 100%;
}

#appWrapper{
    position: relative;
    display: block;
    
    top: 0px;
    
    width:100%;
    height: 100%;
    transform-origin: 0px 0px 0px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /*  For some Androids */
}
#appAlign{
    display: block;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    transform-origin: 0px 0px 0px;
}
#appScale {
    display: block;
    position: absolute;
    transform-origin: 0px 0px 0px;
}
#appContainer{
    display: block;
    position: relative;
    width: 98%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    overflow: auto;
}

/*FULL SCREEN*/
.fullscreenAndriod {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 100vw;
    height: 120vh;
    background-position: center top;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    vertical-align: middle;
    font-family: arial;
    font-size: 18px;
    color: #FFFFFF;
    z-index: 999999;
}

.fullscreenIOS {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 110%;
    background-image: url("../res/images/swipeUp.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
}
.disable-dbl-tap-zoom {
  touch-action: pan-y;
}


/* LOGIN */
#Login_div{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
#Login_content{
    padding-top: 5px;
    position: absolute;
    display: block;
    width: 320px;
    height: 265px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 18px;
    border: 2px solid rgb(118, 118, 118);
    margin: auto;
    padding-top: 1%;
    padding-bottom: 1%;
}
#Login_bg{
    position: absolute;
    display: block;
    width: 99%;
    height: 99%;
    background-color: rgb(255, 255, 255);
    border-radius: 18px;
    border: 2px solid rgb(118, 118, 118);
}
#Login_border_top{
    /*position: absolute;*/
    display: block;
    top: 127px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-bottom: 2px solid rgb(130, 130, 130);
    width: 322px;
    height: 2px;
    float: left;
}
#Login_border_bottom{
    /*position: absolute;*/;
    display: block;
    top: 238px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-bottom: 2px solid rgb(130, 130, 130);
    width: 322px;
    height: 2px;
    float: left;
    padding-top: 2px;
}
#Login_logo{
    /*position: absolute;*/;
    display: block;
    left: 0px;
    right: 0px;
    top: 6px;
    margin: auto;
    background-color: rgb(93, 93, 93);
    float: left;
    transform: translate(17px, 0px);
}
#Login_label_userLogin{
    /*position: absolute;*/;
    display: block;
    left: 32px;
    top: 100px;
    color: black;
    font-size: 20px;
    user-select: none;
    pointer-events: none;
    margin-top: 10px;
    text-align: center;
    float: left;
    width: 100%;
}
#Login_label_accountId{
    /*position: absolute;*/;
    display: block;
    left: 0px;
    top: 146px;
    color: black;
    font-size: 12px;
    user-select: none;
    pointer-events: none;
    text-align: right;
    width: 30%;
    float: left;
    margin-top: 12px;
}
#Login_label_password{
    /*position: absolute;*/;
    display: block;
    left: 0px;
    top: 178px;
    color: black;
    font-size: 12px;
    user-select: none;
    pointer-events: none;
    text-align: right;
    width: 30%;
    float: left;
    line-height: 26px;
}
#Login_label_code{
    /*position: absolute;*/;
    display: block;
    left: 0px;
    top: 210px;
    color: black;
    font-size: 12px;
    user-select: none;
    pointer-events: none;
    text-align: right;
    width: 30%;
    float: left;
    line-height: 26px;
}
#Login_label_errorMsg{
    float:left;
    display: block;
    left: 0px;
    top: 246px;
    color: red;
    font-size: 13px;
    user-select: none;
    pointer-events: none;
    text-align: center;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding-top: 10px;
}
#Login_codeBg{
    /*position: absolute;*/;
    display: block;
    left: 201px;
    top: 205px;
    font-size: 12px;
    user-select: none;
    pointer-events: none;
    width: 87px;
    height: 24px;
    background-color: rgb(51, 51, 51);
}
#Login_label_value_code{
    /*position: absolute;*/;
    display: block;
    left: 201px;
    top: 205px;
    color: #4c7de8;
    font-size: 16px;
    user-select: none;
    pointer-events: none;
    text-align: center;
    width: 87px;
    height: 24px;
    line-height: 24px;
    float: left;
    background-color: #333333;
}
#Login_value_accountId{
    /*position: absolute;*/;
    display: block;
    left: 108px;
    top: 140px;
    color: black;
    font-size: 12px;
    text-align: left;
    width: 60%;
    height: 20px;
    border-radius: 5px;
    float: left;
    margin-left: 2%;
    margin-top: 2%;
}
#Login_value_password{
    /*position: absolute;*/;
    display: block;
    left: 108px;
    top: 172px;
    color: black;
    font-size: 12px;
    text-align: left;
    width: 60%;
    height: 20px;
    border-radius: 5px;
    float: left;
    margin-left: 2%;
}
#Login_value_code{
    /*position: absolute;*/;
    display: block;
    left: 108px;
    top: 204px;
    color: black;
    font-size: 12px;
    text-align: left;
    width: 80px;
    height: 20px;
    border-radius: 5px;
    float: left;
    margin-left: 2%;
}
#Login_btn_login{
    /*position: absolute;*/;
    display: block;
    cursor: pointer;
    left: 35px;
    top: 274px;
    width: 50%;
    height: 48px;
    background-color: rgb(205, 153, 51);
    border-radius: 8px;
    border: 2px solid rgb(121, 104, 68);
    float: left;
    transform: translate(50%, 10px);
}
#Login_btn_label_login{
    /*position: absolute;*/
    display: block;
    left: 0px;
    top: 0px;
    color: rgb(120, 68, 10);
    font-size: 20px;
    user-select: none;
    pointer-events: none;
    text-align: center;
    width: 100%;
    height: 100%;
    bottom: 0px;
    margin: auto;
    line-height: 48px;
}

/* LOBBY */
#Lobby_div{
    position: relative;
    width: 100%;
    /*height: 100%;*/
    float: left;
    background-color: rgba(227, 212, 209, 0.8);
    overflow-x: hidden;
    overflow-y: auto;
}
#Lobby_content{
    /*position: absolute;*/
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    /*background-color: rgba(227, 212, 209, 0.8);*/
}





















