
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-boldcondensed.eot');
    src: local('Roboto Condensed'),
    url('../fonts/roboto-boldcondensed.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/roboto-boldcondensed.woff') format('woff'),*/
    url('../fonts/roboto-boldcondensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-boldcondenseditalic.eot');
    src: local('Roboto Condensed'),
    url('../fonts/roboto-boldcondenseditalic.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/roboto-boldcondenseditalic.woff') format('woff'),*/
    url('../fonts/roboto-boldcondenseditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-condensed.eot');
    src: local('Roboto Condensed'),
    url('../fonts/roboto-condensed.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/roboto-condensed.woff') format('woff'),*/
    url('../fonts/roboto-condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-condenseditalic.eot');
    src: local('Roboto Condensed'),
    url('../fonts/roboto-condenseditalic.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/roboto-condenseditalic.woff') format('woff'),*/
    url('../fonts/roboto-condenseditalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pts55f_w.eot');
    src: local('PT Sans'),
        /*url('../fonts/pts55f_w.woff') format('woff'),*/
    url('../fonts/pts55f_w.ttf') format('truetype'),
    url('../fonts/pts55f_w.svg#PTSans-Regular') format('svg');
}

@font-face {font-family: 'PT Sans';
    src: url('../fonts/pts56f_w.eot');
    font-style: italic;
    src: local('PT Sans Italic'),
        /*url('../fonts/pts56f_w.woff') format('woff'),*/
    url('../fonts/pts56f_w.ttf') format('truetype'),
    url('../fonts/pts56f_w.svg#PTSans-Italic') format('svg');
}

@font-face {font-family: 'PT Sans';
    src: url('../fonts/pts75f_w.eot');
    font-style: normal;
    font-weight: bold;
    src: local('PT Sans Bold'),
        /*url('../fonts/pts75f_w.woff') format('woff'),*/
    url('../fonts/pts75f_w.ttf') format('truetype'),
    url('../fonts/pts75f_w.svg#PTSans-Bold') format('svg');
}



.div1px{
    height: 1px;
    width: auto;
    clear: both;
}
.div5px{
    height: 5px;
    width: auto;
    clear: both;
}
.div10px{
    height: 10px;
    width: auto;
    clear: both;
}
.div15px{
    height: 15px;
    width: auto;
    clear: both;
}
.div20px{
    height: 20px;
    width: auto;
    clear: both;
}
.div25px{
    height: 25px;
    width: auto;
    clear: both;
}
.div30px{
    height: 30px;
    width: auto;
    clear: both;
}
.div35px{
    height: 35px;
    width: auto;
    clear: both;
}
.div42px{
    height: 42px;
    width: auto;
    clear: both;
}
.div50px{
    height: 50px;
    width: auto;
    clear: both;
}
.div60px{
    height: 60px;
    width: auto;
    clear: both;
}


body{
    margin: 0;
    padding: 0;

    background: #000;
    border-collapse: collapse;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #000;
    /*overflow-x: hidden;*/
	overflow: hidden;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


input {
    outline: none;
}


.mainContainer{
    width: 100%;
    height: 100%;

    text-align: center;
    position: relative;
}

.login{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

.login .loginForm{
	position: relative;
	display: block;
	width: 280px;
	height: 350px;
	margin: 0 auto;
	margin-top: 35px;
}

.login .loginForm .loginLine{
	border: 0;
	border-bottom: 1px solid #000000;
}
.login .loginForm input{
	width: 280px;
	height: 32px;
	line-height: 32px;
	font-size: 16.0px;
	text-align: center;
	border: 0;
}
.login .loginForm .loginSubmit{
	display: inline-block;
	width: 120px;
	height: 34px;
	line-height: 34px;
	color: #ffffff;
	background: #003d7b;
}
.login .loginForm .loginSubmit:hover{
	background: #003D7B;
	color: #ffffff;
}



.hide{
	display: none !important;
}
.show{
	display: inline-block !important;
}


.canvasContainer{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.logMenu{
	position: absolute;
	top:32px;
	left:32px;
	color:#ffffff;
}
.logMenu span{
	display: inline-block;
	text-align: left;
	width: 100%;
}

.controls{
	position: absolute;
	bottom: 0;
}
.controls .left{
	left: 0;
}

.controls .right{
	right: 0;
}

.touchPanel{
    position: fixed;
    display: none;

    width: 100%;
    height: 100%;

    left: 0;
    top: 0;

    z-index: 8;
}
@media screen and (max-width: 1280px) {
    .touchPanel{
        display: none;
    }
}


.joystickBase{
    position: fixed;

    width: 128px;
    height: 128px;

    border-radius: 64px;
    background: #9f9f9f;

    z-index:9;
}
.joystickBase .stick{
    position: absolute; left:16px; top:16px;

    width: 96px;
    height: 96px;

    border-radius: 48px;
    background: #00ff00;

    z-index:10;
}

.touchBtn{
    position: fixed;

    width: 64px;
    height: 64px;

    background: #9f9f9f;
    border-radius: 10px;

    z-index:11;
}