.ocultar {
	display: none;
}

.janela_modal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0,0,0,0.45);
	z-index: 9999;
	display: none;
}

.janela_modal .acao_mesa {
	position: absolute;
	bottom: 225px;
	width: 80%;
	margin-left: 10%;
	padding-top: 50px;
	padding-bottom: 50px;
	border-radius: 10px;
	background: rgba(255,255,255,1);
	float: left;
}

.janela_modal .acao_mesa nav{
	position: absolute;
	top: -12px;
	right: -12px;
	width: 35px;
	height: 35px;
	border-radius: 10px;
	background: rgba(255,255,255,1);
	float: right;
	text-align: center;
	color: rgba(0,0,0, 1);
	line-height: 35px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}

.janela_modal .acao_mesa p {
	position: relative;
	width: 100%;
	margin-top: 18px;
	text-align: center;
	color: rgba(100,100,100, 0.90);
	font-size: 15px;
	font-weight: 600;
}

.janela_modal .acao_mesa .entregar_partida {
	position: relative;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: rgba(60,179,113,1);
	text-align: center;
	color: rgba(255,255,255, 0.90);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.janela_modal .acao_mesa .pedir_revanche {
	position: relative;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: rgba(60,179,113,1);
	text-align: center;
	color: rgba(255,255,255, 0.90);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.janela_modal .acao_mesa .abandonar_partida {
	position: relative;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: rgba(128,128,128,1);
	text-align: center;
	color: rgba(255,255,255, 0.90);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.janela_modal .acao_mesa .cancelar_acao {
	position: relative;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: rgba(128,128,128,1);
	text-align: center;
	color: rgba(255,255,255, 0.90);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.janela_modal .acao_mesa .estilo_botao_modal {
	position: relative;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: rgba(128,128,128,1);
	text-align: center;
	color: rgba(255,255,255, 0.90);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}


.janela_modal .acao_mesa .jogar_novamente_modal {
	position: relative;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: rgba(128,128,128,1);
	text-align: center;
	color: rgba(255,255,255, 0.90);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}


.protecao_tela_botao_jogo {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	float: left;
	display: none;
	z-index: -9998;
}

.contem_botao_jogo {
	position: absolute;
	width: 45px;
	bottom: 60px;
	float: right;
	right: 0%;
	background: rgba(0,0,0,0);
	z-index: -9999;
	display: block;
}

.contem_botao_jogo .box_botao_jogo {
	position: relative;
	width: 100%;
	height: 45px;
	float: left;
	background: rgba(0,0,0,0);
}

.contem_botao_jogo .box_botao_jogo .botao_controles {
	position: relative;
	width: 45px;
	height: 45px;
	float: right;
	right: 1%;
	cursor: pointer;
}


.contem_botao_jogo .conteiner {
	position: absolute;
	bottom: 0px;
	width: 100%;
	float: left;
}

.contem_botao_jogo .conteiner .botoes_opcao {
	position: absolute;
	width: 0%;
	height: 0px;
	float: right;
	right: 0%;
	bottom: 0px;
	background: rgba(255,255,255,0);
	overflow: hidden;
}

.contem_botao_jogo .conteiner .botoes_opcao p {
	position: relative;
	width: 145px;
	margin-right: 65px;
	margin-top: 5px;
	float: left;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 5px;
	border-radius: 4px;
	color: rgba(255,255,255,1);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.contem_botao_jogo .conteiner .botoes_opcao [ajusta-dir] {
	position: absolute;
	bottom: 0px;
	float: right;
	right: 25px;
	margin-left: 0px;
	margin-right: 0px;
}

[sair]{
	background: url(../../../../png/sair), rgba(128,128,128,1);
	background-position: right 5px center;
	background-size: auto 50%;
	background-repeat: no-repeat;
}

[revanche]{
	background: url(../../../../png/icone-reload), rgba(128,128,128,1);
	background-position: right 5px center;
	background-size: auto 50%;
	background-repeat: no-repeat;
}

[data-som='1']{
	background: url(../../../../png/sound), rgba(128,128,128,1);
	background-position: right 5px center;
	background-size: auto 50%;
	background-repeat: no-repeat;
}

[data-som='2']{
	background: url(../../../../png/sound-cortada), rgba(128,128,128,1);
	background-position: right 5px center;
	background-size: auto 50%;
	background-repeat: no-repeat;
}

[data-controle='1'] {
	background: url(../../../../png/icone_controles);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[data-controle='2'] {
	background: url(../../../../png/icone_controles_fechar);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}


.controles_flutuantes {
	position: absolute;
	bottom: 112px;
	width: 145px;
	height: 140px;
	float: right;
	right: 5px;
	z-index: 7;
	overflow: hidden;
	opacity: 0.80;
	display: none;
	z-index: -999;
}

.controles_flutuantes:hover {
	opacity: 1;
}

.controles_flutuantes .controles {
	position: absolute;
	top: 0px;
	float: right;
	right: 60px;
	z-index: 9;
	
}

.controles_flutuantes .controles p {
	margin-bottom: 6px;
	width: 60px;
	float: right;
	border: 3px solid;
	border-color: rgba(225,225,225,1);
	border-radius: 5px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	color: rgba(255,255,255,1);
	font-size: 13px;
	font-weight: 500;
	 cursor: pointer;
}


.controles_flutuantes .controles p span.aumentar {
	position: absolute;
	left: 31%;
	top: 3px;
	color: rgba(255,255,255,1);
	font-size: 12px;
	font-weight: 500;
	 cursor: pointer;
}


.controles_flutuantes #valor {
	position: absolute;
	top: 43px;
	width: 136px;
	height: 45px;
	float: right;
	right: -42px;
	 transform: rotate(270deg);
     -moz-transform: rotate(270deg);
	 -webkit-appearance: none;
	  border-radius: 5px;
	  border: 2px solid;
	  border-color: rgba(225,225,225,1);
	  background: rgba(95,158,160,1);
	  cursor: pointer;
}

.controles_flutuantes #valor:after {
	content: 'All In';
	position: absolute;
	bottom: 15px;
	right: -5px;
	transform: rotate(90deg);
     -moz-transform: rotate(90deg);
	color: rgba(255,255,255,0.75);
    font-size: 14px;
	z-index: -1;
}

.controles_flutuantes #valor:before {
	content: '( - )';
	position: absolute;
	top: 15px;
	left: 5px;
	transform: rotate(90deg);
     -moz-transform: rotate(90deg);
	color: rgba(255,255,255,0.75);
    font-size: 14px;
	z-index: -1;
}

input[type="range"]::-webkit-slider-thumb {
   -webkit-appearance: none;
   appearance: none;
   margin-top: -2px;
   background: url(../../../../icones/icones-seletor-horizontal);
   background-size: 100% 100%;
   background-position: center;
   background-repeat: no-repeat;
   height: 40px;
   width: 40px;    
}

input[type="range"]::-moz-range-thumb {
    border: none;
    border-radius: 0;
    background: url(../../../../icones/icones-seletor-horizontal);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;   
}

[data-controles-botao="0"]{
	background: rgba(143,188,143,1);
}

[data-controles-botao="1"]{
	background: rgba(255,99,71,1);
}

[data-controles-botao="2"]{
	background: rgba(95,158,160,1);
}


.contem_jogo_timeline {
	position: absolute;
	top: 0px;
	float: right;
	right: 1%;
	width: 98%;
 }
 
.contem_jogo_timeline .conteiner_timeline {
	width: 100%;
	max-width: 100%;
	height: 32px;
	max-height: 32px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: rgba(255,255,255,0.35);
	overflow-x: visible;
	overflow-y: hidden;
	-ms-overflow-style: none; /* Edge */
    scrollbar-width: none; /* Firefox */
    overflow-y: scroll; 
 }
.contem_jogo_timeline .conteiner_timeline::-webkit-scrollbar {
  display: none; /* Chrome, Safari, e Opera */
}
.contem_jogo_timeline .tela_timeline {
	width: auto;
	height: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	max-height: 32px;
}
 
.contem_jogo_timeline .controles_timeline {
	width: 99%;
	margin-top: 2px;
	margin-bottom: 5px;
	height: 25px;
	float: left;
	outline: none;
	border: 1px solid rgba(255,255,255,0);
	border-radius: 0px;
	padding: 0;
	padding-left: 0%;
	background: rgba(255,255,255,0.35);
	color: rgba(100,100,100,1);
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
}

.contem_jogo_timeline .controles_timeline p{
	width: 25%;
	height: 25px;
	float: left;
	border-radius: 0px;
	padding: 0;
	padding-left: 0%;
	cursor: pointer;
}
 
.timeline_indice {
	position: relative;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	width: 22px;
	max-width: 22px;
	min-width: 22px;
	height: 22px;
	overflow: hidden;
	border: 1px solid;
	border-color: rgba(100,100,100,0.15);
	text-align: center;
	line-height: 22px;
	font-size: 13px;
	font-weight: 400;
	background: rgba(225,225,225,1);
	cursor: pointer;
}
.timeline_gr {
	position: relative;
	margin-top: 2px;
	margin-right: 2px;
	float: left;
	width: auto;
	height: 22px;
	overflow: hidden;
	border: 1px solid;
	border-color: rgba(100,100,100,0.15);
	cursor: pointer;
}
.timeline_gr:hover {
	background: rgba(225,225,225,1);
}


.timeline_indice:hover {
	background: rgba(255,255,255,1);
}
.focado {
	background: rgba(225,225,225,1);
}
.focado .timeline_indice {
	background: rgba(255,255,255,1);
}
.timeline_gr p.maior {
	position: relative;
	width: 22px;
	height: 22px;
	min-width: 20px;
	float: left;
}

 .timeline_gr p.menor {
	position: relative;
	float: left;
	text-align: center;
	padding-top: 9px;
	color: rgba(0,0,0,1);
	font-size: 13px;
	font-weight: 500;
 }
 
 
 
 .timeline_gr p.menor span{
	margin-left: 3px;
	color: rgba(105,105,105,1);
 }
 
 .timeline_gr [data-tamanho="0"]{
	min-width: 42px;
	max-width: 42px;
 }
 
 .timeline_gr [data-tamanho="0"]{
	min-width: 72px;
	max-width: 72px;
 }
 
[e-ffw]{
	background: url(../../../../icones/icone-e-ffw);
	background-position: center;
	background-size: auto 50%;
	background-repeat: no-repeat;
}
[e-ffw]:hover{
	background: url(../../../../icones/icone-e-ffw), rgba(225,225,225,1);
	background-position: center;
	background-size: auto 50%;
	background-repeat: no-repeat;
}
[e-ff]{
	background: url(../../../../icones/icone-e-ff);
	background-position: center;
	background-size: auto 50%;
	background-repeat: no-repeat;
}
[e-ff]:hover{
	background: url(../../../../icones/icone-e-ff), rgba(225,225,225,1);
	background-position: center;
	background-size: auto 50%;
	background-repeat: no-repeat;
}
[d-ffw]{
	background: url(../../../../icones/icone-d-ffw);
	background-position: center;
	background-size: auto 50%;
	background-repeat: no-repeat;
}
[d-ffw]:hover{
	background: url(../../../../icones/icone-d-ffw), rgba(225,225,225,1);
	background-position: center;
	background-size: auto 50%;
	background-repeat: no-repeat;
}
[d-ff]{
	background: url(../../../../icones/icone-d-ff);
	background-position: center;
	background-size: auto 50%;
	background-repeat: no-repeat;
}
[d-ff]:hover{
	background: url(../../../../icones/icone-d-ff), rgba(225,225,225,1);
	background-position: center;
	background-size: auto 50%;
	background-repeat: no-repeat;
}