#recebe_html {
	display: none;
}

.arena {
	position: relative;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px; 
	width: 99.7%;
	height: 52px;
	float: left;
	border: 1px solid;
	border-color: rgba(255,255,255,0.20);
	display: block;
}


.arena .esq {
	position: relative;
	width: 40%;
	height: 46px;
	float: left;
	border: 1px solid;
	border-color: rgba(255,255,255,0.45);
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 2px;
	margin-top: 2px;
	overflow: hidden;
}
.arena .dir {
	position: relative;
	width: 40.75%;
	height: 46px;
	float: left;
	border: 1px solid;
	border-color: rgba(255,255,255,0.45);
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 0%;
	margin-right: 0.5%;
	overflow: hidden;
}


.arena .dir .div {
	position: relative;
	width: 100%;
	height: 100%;
	float: right;
	
}

.arena .dir figure.receb {
	position: relative;
	margin-top: 2px;
	min-width: 9.09%;
	max-width: 9.09%;
	min-height: 25px;
	max-height: 25px;
	float: left;
}

.arena .esq .div {
	position: relative;
	width: 100%;
	height: 100%;
	float: right;
	
}

.arena .esq figure.receb {
	position: relative;
	min-width: 9.09%;
	max-width: 9.09%;
	min-height: 25px;
	max-height: 25px;
	float: left;
}


.arena .logocentro {
	position: relative;
	margin-top: 2px;
	width: 16%;
	height: 48px;
	float: left;
	background: url(../../../../png/logo);
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}


.setor_usuario {
	position: relative;
	float: left;
	margin-left: 1%;
	margin-right: 50%;
	padding-left: 5px;
	padding-right: 5px;
	width: 98%;
	height: 40px;
	background: rgba(85,107,47,0.25);
	display: block;
}
.setor_usuario_perfil {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	max-width: 30px;
	max-height: 30px;
	background: url(../../../../png/perfil);
	background-position: center;
	background-size: 100% 100%;
	overflow: hidden;
}
.setor_usuario_nome {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 185px;
	min-width: 185px;
	height: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	color: rgba(255,255,255,1);
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
}
.rating {
	position: relative;
	float: left;
	margin-left: 7px;
	padding-top: 7px;
	text-align: left;
	color: rgba(225,225,225,1);
	font-size: 15px;
	font-weight: 500;
	overflow: hidden;
}
.pontuacao {
	position: relative;
	float: left;
	margin-left: 7px;
	padding-top: 7px;
	text-align: left;
	color: rgba(50,75,50,1);
	font-size: 15px;
	font-weight: 600;
	overflow: hidden;
}
.recebe_n {
	float: left;
}

.relogio {
    position: relative;
	margin-right: 5px;
	margin-top: 5px;
	width: 110px;
	height: 30px;
	background: rgba(225,225,225,0.25);
	border: 1px solid;
	border-color: rgba(100,100,100,0.25);
	float: right;
	z-index: 1;
 }
 .relogio p {
	position: relative;
	width: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	color: rgba(255,255,255,1);
	font-size: 20px;
	font-weight: 600;
	float: left;
 }
 .relogio p ~ p {
	text-align: left;
 }
 .relogio span {
	position: relative;
	width: 10px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 20px;
	font-weight: 600;
	float: left;
 }
 .relogio aside {
	position: absolute;
	top: 5px;
	left: 5px;
	float: left;
	text-align: center;
	color: rgba(225,25,25,1);
	font-size: 18px;
	font-weight: 600;
 }
#box_jogo {
	position: fixed;
	bottom: 115px;
	float: left;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	background: rgba(0,0,0,0);
}

@media screen and (min-height: 700px){
	#box_jogo {
	 bottom: 155px;
    }
}
@media screen and (min-height: 800px){
	#box_jogo {
	 bottom: 175px;
    }
}

#box_jogo #tabuleiro {
	position: relative;
	margin-top: 0px;
	width: 98%;
	border: 0px solid;
	overflow: hidden;
	float: left;
	border-color: rgba(0,0,0,0.05);
	background: url(../../../../jpg/bg-madeira);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#box_jogo #tabuleiro .linha {
	width: 100%;
	height: 10%;
	max-height: 10%;
	float: left;
	overflow: hidden;
}
#box_jogo #tabuleiro .linha div {
	position: relative;
	padding: 0;
	margin: 0;
	width: 10%;
	height: 100%;
	float: left;
	cursor: pointer;
	color: rgba(0,0,0,0);
}

[am]{
	background: rgba(153,50,204,0.75);
}
[ver]{
	background: rgba(147,112,219,0.75);
}

#box_jogo #tabuleiro aside {
	position: absolute;
	width: 12px;
	height: 100%;
	float: left;
	z-index: 99;
}

#box_jogo #tabuleiro aside p {
	position: relative;
	width: 100%;
	height: 10%;
	float: left;
	text-align: left;
	color: rgba(105,105,105,1);
	font-size: 13px;
	font-weight: 600;
	float: left;
	z-index: 99;
}

#box_jogo #tabuleiro .pe {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 13px;
	float: left;
}

#box_jogo #tabuleiro .pe p {
	position: relative;
	width: 9.09%;
	padding-right: 0%;
	height: 100%;
	float: right;
	text-align: right;
	color: rgba(105,105,105,1);
	font-size: 13px;
	font-weight: 600;
	float: left;
	z-index: 99;
}

#box_jogo #tabuleiro .linha div figure{
	width: 100%;
	height: 100%;
	float: left;
	z-index: 9;
}

.pecas_moveis {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	display: none;
	z-index: 2;
	cursor: pointer;
}

.pecas_moveis_gr {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	display: none;
	z-index: 2;
	cursor: pointer;
}

[peao-1]{
	background: url(../../../../png/peao-1);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[peao-2]{
	background: url(../../../../png/peao-2);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[torre-1]{
	background: url(../../../../png/torre-1);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[torre-2]{
	background: url(../../../../png/torre-2);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[cavalo-1]{
	background: url(../../../../png/cavalo-1);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[cavalo-2]{
	background: url(../../../../png/cavalo-2);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[bispo-1]{
	background: url(../../../../png/bispo-1);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[bispo-2]{
	background: url(../../../../png/bispo-2);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[dama-1]{
	background: url(../../../../png/dama-1);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[dama-2]{
	background: url(../../../../png/dama-2);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[rei-1]{
	background: url(../../../../png/rei-1);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[rei-2]{
	background: url(../../../../png/rei-2);
	background-position: center;
	background-size: auto 92%;
	background-repeat: no-repeat;
}
[anjo-1]{
	background: url(../../../../png/anjo-1);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[anjo-2]{
	background: url(../../../../png/anjo-2);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[mago-1]{
	background: url(../../../../png/mago-1);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[mago-2]{
	background: url(../../../../png/mago-2);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[dragao-1]{
	background: url(../../../../png/dragao-1);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[dragao-2]{
	background: url(../../../../png/dragao-2);
	background-position: center;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
[aumentar]{
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.load {
	position: fixed;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0,0,0,1);
	display: none;
	z-index: 9999999;
}
.load  figure{
	position: absolute;
	bottom: 30%;
	margin-left: 0%;
	width: 100%;
	height: 40%;
	float: left;
	background: url(../../../../gif/load-chess);
	background-size: auto 70%;
	background-position: center;
	background-repeat: no-repeat;
}
.load  figure p{
	position: relative;
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font-size: 15px;
	font-weight: 500;
}

[marcar_posicao]{
	position: relative;
	background: url(../../../../png/arco);
	background-position: center;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	float: left;
}

[marcar_posicao_am]{
	position: relative;
	background: url(../../../../png/icone-amarelo-marcacao);
	background-position: center;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	float: left;
}

.marcacao_b {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	display: none;
	z-index: 10;
	cursor: pointer;
}

.marcacao_bcap{
	position: absolute;
	z-index: 10;
	background: url(../../../../png/circulo_captura);
	background-size: 100% 100%;
	background-position: center;
	opacity: 0.75;
	float: left;
	cursor: pointer;
}

.marcacao_p {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	display: none;
	z-index: 10;
	cursor: pointer;
}

.marcacao_pcap{
	position: absolute;
	z-index: 10;
	background: url(../../../../png/circulo_captura);
	background-size: 100% 100%;
	background-position: center;
	opacity: 0.75;
	float: left;
	cursor: pointer;
}

.marcacao_local{
	position: absolute;
	z-index: 1;
	opacity: 1;
	float: left;
	display: none;
}

.marcacao_local_gr{
	position: absolute;
	z-index: 1;
	opacity: 1;
	float: left;
	display: none;
}

[data-cor='1']{
	background: rgba(218,165,32,0.80);
	background-size: 100% 100%;
	background-position: center;
}
[data-cor='1'] ~ [data-cor='1']{
	background: rgba(218,165,32,0.80);
}

[data-cor='2']{
	background: rgba(178,34,34,0.65);
	background-size: 100% 100%;
	background-position: center;
}
[data-cor='2'] ~ [data-cor='2']{
	background: rgba(178,34,34,0.65);
}

.marcacao_enxeque{
	position: absolute;
	z-index: 1;
	opacity: 1;
	float: left;
	display: none;
	background: rgba(178,34,34,0.75);
	background-size: 100% 100%;
	background-position: center;
}

.marcacao_soltar{
	position: absolute;
	z-index: 2;
	opacity: 1;
	float: left;
	display: none;
	background: rgba(128,128,128,0.65);
	background-size: 100% 100%;
	background-position: center;
}
.marcacao_soltar ~ .marcacao_soltar ~ .marcacao_soltar {
	background: rgba(128,0,0,0.65);
}

.marcacao_peca_preta{
	position: absolute;
	z-index: 98;
	opacity: 1;
	float: right;
	display: none;
}

#colunaTransicaoB {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,1);
	z-index: 99;
	overflow-x: hidden;
	display: none;
}
#colunaTransicaoB figure {
	position: relative;
	cursor: pointer;
	
}
#colunaTransicaoB figure:hover {
 border: 1px solid;
 border-color: rgba(255,255,0,1); 
}

#colunaTransicaoA {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(255,255,255,1);
	z-index: 99;
	display: none;
}
#colunaTransicaoA figure {
	position: relative;
	cursor: pointer;
}

#conteiner_pecas_moveis {
	position: relative;
	display: block;
}


@media(max-height: 600px){
    .arena {
		display: none!important;
	}
}