﻿/**
* Usar esta versao apenas para dev
* Usar sempre as versoes minified para publicar em homolog/prod
* @author soneca
* @since 2013-06-17
*/

/**
Login
@author soneca
@since 2013-06-17
*/

section#view-port {
	background-size: 100%;
	overflow: hidden;
}

footer {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.7);
	height: 30px;
	position: absolute;
	width: 98%;
	bottom: 0;
	border-radius: 5pt 5pt 0pt 0pt;
	margin-left: 1%;
	display: block;
	z-index: 9;
}

footer div.feedback-button {
	margin: 0 auto;
	display: table;
}
footer img {
	height: 28px;
	margin-top: 3px;
	margin-bottom: -10px;
	display: inline-block;
}
footer p {
	color: #fff;
	display: inline-block;
	margin-left: 4px;
}

section#loading .load-game {
    position: absolute;
    width: 100%;
    height: 100%;
}

section#loading .logo {
    width: 470px;
}

section#loading .load-bar {
    color: #fff;
    border: solid 2px #7e3934;
    border-radius: 10px;
    background-position: 0 0;
    background-color: #000;
    background-size: 100% 100%;
    width: 400px;
    height: 40px;
    margin-left: 36px;
    background-image: url(../../../images/desktop/all/load_b.png);
}

section#loading .load-bar::-ms-fill {
    border: none;
    padding: 3px;
    border: solid 3px #000;
    border-radius: 10px;
    background-position: 0 0;
    background-color: #f00;
    background-image: url(../../../images/desktop/all/load_r.png);
}

section#login-content {
	margin: 0 auto;
	height: 100%;
	display: none;
	position: absolute;
	width: 100%;
}

section#login-content section#login-panel {
	height: 600px;
	width: 750px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

section#login-content img#logo {
	position: relative;
	height: 150px;
	margin-left: 30%;
}

div.fichas_fundo {
    position: absolute;
	background-image: url(../../../images//desktop/all/fundo_fichas.png);
    margin-left: -3%;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#login-content section#login {
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    border: solid 3px #4c4444;
}

section#login-content section#login div.left-login-bg {
    float: left;
    width: 360px;
    position: relative;
}

section#login-content section#login div.right-login-bg {
	float: left;
	width: 360px;
	position: relative;
	margin-left: 15px;
}

section#login-content section#login div.separator {
	float: left;
	width: 1px;
	position: absolute;
	height: 95%;
	margin-top: 1%;
	background-color: #CCCCCC;
	display: inline-block;
}


section#login-content div.jatemconta {
    color: #fff;
    background-color: rgba(0,255,0,0.35);
    margin: 30px;
    border-radius: 5px;
    height: 12%;
    width: 280px;
    display: block;
    z-index: 999;
    padding: 5px 10px 5px 10px;
}

section#login-content div.jatemconta span {
    margin: 5% 15% 5% 5%;
    line-height: 2.5;
}

section#login-content div.jatemconta a {
    color: #ff6;
    margin-left: -5%;
    font-weight: bold;
}

section#login-content section#login div.buttons {
	width: 100%;
	height: 65%;
	margin: 2px auto;
}

section#login-content section#login div.buttons ul {
	width: 100%;
	height: 60%;
	position: relative;
}

section#login-content section#login div.buttons ul img.netcartas_logo {
    width: 100%;
    max-width: 124px;
    margin-left: 29%;
    margin-bottom: 23%;
}

section#login-content section#login div.buttons ul li.fb {
    width: 280px;
    height: 19px;
    background: -ms-linear-gradient(top, #465d99 0%,#3e518c 100%);
    background: linear-gradient(to bottom, #465d99 0%,#3e518c 100%);
    background-repeat: no-repeat;
    color: #000;
    padding: 4px 1px 13px 9px;
    background-position: 5% 50%;
    margin-bottom: 6%;
    cursor: pointer;
}

section#login-content section#login div.buttons ul li.fb:hover {

}

section#login-content section#login div.buttons ul li.fb:active {
    background-color: #3e518c;
}

section#login-content section#login div.buttons ul li.fb img {
    float: left;
}

section#login-content section#login div.buttons ul.connectors li.fb p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.8em;
    margin-left: 14%;
}

section#login-content section#login div.buttons ul li.netcartas {
	width: 280px;
	height: 19px;
	background: #33b033;
	background-repeat: no-repeat;
	color: #000;
	padding: 4px 1px 13px 9px;
	background-position: 5% 50%;
	margin-bottom: 68px;
	cursor: pointer;
}

section#login-content section#login div.buttons ul li.netcartas:hover {
}

section#login-content section#login div.buttons ul li.netcartas:active {
}

section#login-content section#login div.buttons ul li.netcartas img {
    float: left;
	margin-top: 2px;
	height: 26px;
}

section#login-content section#login div.buttons ul.connectors li.netcartas p {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin-left: 14%;
	margin-top: 7px;
}


section#login-content section#login div.buttons ul li.create-account {
	width: 280px;
	height: 19px;
	background: #33b033;
	background-repeat: no-repeat;
	color: #000;
	padding: 4px 1px 13px 9px;
	background-position: 5% 50%;
	margin-bottom: 68px;
	cursor: pointer;
}

section#login-content section#login div.buttons ul li.create-account img {
    float: left;
    margin-top: 2px;
    width: 29px;
}

section#login-content section#login div.buttons ul.connectors li.create-account p {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin-left: 14%;
	margin-top: 7px;
}



section#login-content section#login div.buttons ul li.login-with {
	width: 280px;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 6%;
}
section#login-content section#login div.buttons ul.connectors li.login-with p {
    color: #FFF;
    font-size: 22px;
}



section#login-content section#login div.buttons ul li.w8 {
	width: 280px;
	height: 19px;
	background: -ms-linear-gradient(top, #ffffff 0%,,#e7e7e7 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e7e7e7 100%);
	background-repeat: no-repeat;
	color: #000;
	padding: 4px 1px 13px 9px;
	background-position: 5% 50%;
	cursor: pointer;
    margin-bottom: 5px;
}

section#login-content section#login div.buttons ul w8 {
    background: -ms-linear-gradient(top, #e7e7e7 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e7e7e7 0%,#ffffff 100%);
}

section#login-content section#login div.buttons ul li.w8:active {
    background-color: #e7e7e7;
}

section#login-content section#login div.buttons ul li.w8 img {
    float: left;
}

section#login-content section#login div.buttons ul.connectors li.w8 p {
	color: #0072bc;
	font-size: 14px;
	text-align: center;
	margin-left: 14%;
	margin-top: 7px;
}



/**Pop Ups*/

section#view-port section#popup {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 9999999;
	background-color: rgba(0,0,0,0.65);
	/*cursor: pointer;*/
}

.btn-close {
	background-repeat: no-repeat;
	cursor: pointer;
	background: url(../../../images/desktop/table/pt-br/button_close.png);
	width: 25px;
	height: 25px;
	margin-top: 2px;
	margin-left: 2px;
	background-size: 100%;
	float: left;
}
/** Login NetCartas */
section.login-netcartas-panel {
    display: block;
}

/*Create account and connect with social commented*/
section.login-criar-conta {
	display: none;
}
section.login-connectors-criar-conta {
	display: none;
}

section.login-netcartas-panel form {
    margin: 30px;
}


section.login-netcartas-panel form p.aviso {
	padding: 1% 0% 6% 1%;
	color: #fff;
	font-size: 22px;
	text-shadow: -1px 0 #000, 0 -1px #000, 1px 0 #000, 0 1px #000;
}

section.login-netcartas-panel form input[type=text] {
    font-size: 14px;
    width: 280px;
    color: #999;
    border: none;
    padding: 10px;
    margin-bottom: 2%;
}

section.login-netcartas-panel form input[type=password] {
    font-size: 14px;
    width: 280px;
    color: #999;
    border: none;
    padding: 10px;
    margin-bottom: 2%;
}

section.login-netcartas-panel form a.senha {
    color: #fff;
    font-size: 8pt;
    margin-top: 14%;
    position: relative;
    float: left;
    text-decoration: underline;
}

section.login-netcartas-panel form input.jogar:active {
	background:	url(../../../images/desktop/login/login_button_netcartas_pressed@2x.png) no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* Trocar senha */
section.login-trocar-senha {
    display: none;
}

section.login-trocar-senha form {
	margin: 30px;
}

section.login-trocar-senha form p.aviso {
	padding: 1% 0% 6% 1%;
	color: #fff;
	font-size: 13pt;
	text-shadow: -1px 0 #000, 0 -1px #000, 1px 0 #000, 0 1px #000;
}

section.login-trocar-senha form input[name=senha] {
    border-radius: 5pt;
    font-size: 14px;
    width: 280px;
    color: #999;
    border: none;
    padding: 10px;
    margin-bottom: 3%;
}

section.login-trocar-senha form input[name=confirmacao] {
    border-radius: 5pt;
    font-size: 14px;
    width: 280px;
    color: #999;
    border: none;
    padding: 10px;
    margin-bottom: 3%;
}

/* Criar Conta */
section#login-content section#login div.right-login-bg form,
section.login-criar-conta form {
    margin: 30px;
}

section#login-content section#login div.right-login-bg .aviso,
section.login-criar-conta form p.aviso {
    padding: 1% 0% 6% 1%;
    color: #fff;
    font-size: 22px;
    font-family: arial;
    text-shadow: -1px 0 #000, 0 -1px #000, 1px 0 #000, 0 1px #000;
}

section.login-criar-conta form input[name=nome] {
    font-size: 14px;
    width: 280px;
    color: #999;
    border: none;
    padding: 10px;
    margin-bottom: 3%;
}

 section.login-criar-conta form input[name=email] {
    font-size: 14px;
    width: 280px;
    color: #999;
    border: none;
    padding: 10px;
    margin-bottom: 3%;
}

section.login-criar-conta form input[name=senha] {
    font-size: 14px;
    width: 280px;
    color: #999;
    border: none;
    padding: 10px;
    margin-bottom: 3%;
}

section#login-panel form input[type=button] {
	background: #33b033;
	background-size: 100%;
	color: #fff;
	font-size: 14px;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	padding: 6px 20px 6px 20px;
	margin-top: 10px;
	width: 300px;
	height: 36px;
}

section#login-panel form input[type=button]#cancelarBt {
	margin-top: 10px;
	background: #A1A1A1;
}

section#login-panel form input[type=button]#okBt {
	margin-top: 25px;
}

section#login-panel form input[type=button].ok {
	background: #33b033;
	background-size: 100%;
	color: #fff;
	font-size: 14px;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	padding: 6px 20px 6px 20px;
	margin-bottom: 30px;
	margin-top: 10px;
	width: 300px;
	height: 36px;
}
section#login-panel form input[type=button].cancel {
	background: #a1a1a1;
	background-size: 100%;
	color: #fff;
	font-size: 14px;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	padding: 6px 20px 6px 20px;
	margin-bottom: 30px;
	margin-top: -25px;
	width: 300px;
	height: 36px;
}

section#login-panel form input[type=button]:hover {
}

section#login-panel form input[type=button]:active {
}

/* Esqueci a senha */
section.login-esqueci-senha {
    display: none;
}

section.login-esqueci-senha form {
    margin: 30px;
}

section.login-esqueci-senha form p.aviso {
	color: #fff;
	font-size: 16pt;
	font-family: arial;
	margin-bottom: 3%;
	text-shadow: -1px 0 #000, 0 -1px #000, 1px 0 #000, 0 1px #000;
}

section.login-esqueci-senha form span {
	color: #fff;
	font-size: 8pt;
	font-family: arial;
	font-weight: lighter;
	text-shadow: -1px 0 #000, 0 -1px #000, 1px 0 #000, 0 1px #000;
}

section.login-esqueci-senha form input[name=email] {
    font-size: 14px;
    width: 280px;
    color: #999;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
}

/*Linkar Conta*/
section.login-linkar-conta {
    display: none;
}

section.login-linkar-conta form {
    margin: 30px;
}

section.login-linkar-conta form p.aviso {
	padding: 1% 0% 1% 1%;
	color: #fff;
	font-size: 16pt;
	text-shadow: -1px 0 #000, 0 -1px #000, 1px 0 #000, 0 1px #000;
}

section.login-linkar-conta form span {
	color: #fff;
	font-size: 8pt;
	font-family: arial;
	font-weight: lighter;
	text-shadow: -1px 0 #000, 0 -1px #000, 1px 0 #000, 0 1px #000;
}

section.login-linkar-conta form input[type=text] {
    font-size: 14px;
    width: 280px;
    color: #999;
    border: none;
    padding: 10px;
    margin-top: 6%;
    margin-bottom: 2%;
}

section.login-linkar-conta form input[type=password] {
    font-size: 14px;
    width: 280px;
    color: #999;
    border: none;
    padding: 10px;
    margin-bottom: 2%;
}

section.login-linkar-conta form a.senha {
    color: #fff;
    font-size: 8pt;
    margin-top: 0%;
    position: relative;
    float: left;
    text-decoration: underline;
}

section.login-linkar-conta form input.jogar:active {
	background:	url(../../../images/desktop/login/login_button_netcartas_pressed@2x.png) no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/** Right panel login **/
section.login-connectors-netcartas {
    display: none;
}


/** Aguarde /  Waiting */
section#popup section#waiting {
	height: 100%;
	width: 100%;
	display: none;
	position: absolute;
	background-size: 100%;
	margin: auto;
}

section#popup section#waiting p.msg {
	width: 210px;
	background-color: #EC1C24;
	height: 30px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	z-index: 100;
	border: 3px solid #FFF;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: -60px 0 0 -105px;
	padding-top: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	background: #dd1a22;
	background: -moz-linear-gradient(top, #dd1a22 0%, #b0141a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd1a22), color-stop(100%,#b0141a));
	background: -webkit-linear-gradient(top, #dd1a22 0%,#b0141a 100%);
	background: -o-linear-gradient(top, #dd1a22 0%,#b0141a 100%);
	background: -ms-linear-gradient(top, #dd1a22 0%,#b0141a 100%);
	background: linear-gradient(to bottom, #dd1a22 0%,#b0141a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd1a22', endColorstr='#b0141a',GradientType=0 );
	position: absolute;
}

section#popup section#waiting div.outro {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 55%;
	left: 0%;
	background-color: rgba(0,0,0,0.5);
}

section#popup section#waiting p.outro {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#waiting #ficha360 {
	z-index: -1;
	margin: -93px 0 0 -50px;
	position: absolute;
	width: 110px;
	height: 110px;
}

/* Lobby */
section#lobby {
	margin: 0 auto;
	height: 100%;
	display: block;
	position: absolute;
	width: 100%;
}

section#lobby section.menu {
	width: 100%;
	height: 100px;
	position: fixed;
	padding: 0.5%;
	background-color: rgba(0,0,0,1);
	z-index: 9999;
}

section#lobby section.menu div.logo-container{
	position: absolute;
	margin-left: 10px;
	margin-top: 3px;
	text-align: right;
}

section#lobby section.menu img.logo {
}

section#lobby section.menu p.online {
	color: #fff;
	font-weight: bold;
}

section#lobby section.menu div.separator {
	width: 2px;
	position: absolute;
	height: 100px;
	margin-left: 235px;
	margin-top: auto;
	background-color: #CCCCCC;
}

section#lobby section.menu div img.pic {
	height: 80px;
	width: 80px;
	cursor: pointer;
	outline: 2px solid #616161;
}

section#lobby section.menu div img.pic_m {
	float: left;
	z-index: 999;
	position: fixed;
	margin-top: -11px;
	margin-left: -14px;
}



section#lobby section.menu div.player  {
	position: absolute;
    margin-left: 265px;
	margin-top: 10px;
}

section#lobby section.menu div.nome {
	color: #fff;
	position: absolute;
	font-weight: bold;
	margin-left: 365px;
	margin-top: 11px;
	font-size: 20px;
}
section#lobby section.menu div.fichas {
	position: absolute;
	margin-left: 365px;
	margin-top: 56px;
	min-width: 140px;
}
section#lobby section.menu div img.pic_chips {
	position: absolute;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	margin-top: 7px;
	cursor: pointer;
}
section#lobby section.menu div.fichas div.fichas-value {
	color: #FFF;
	font-weight: bold;
	padding: 10px 10px 10px 35px;
	outline: 2px solid #FFF;
	text-align: end;
}

section#lobby section.menu div.mais_fichas {
	cursor: pointer;
	position: absolute;
	margin-left: 630px;
	margin-top: 55px;
}
section#lobby section.menu div.mais_fichas div {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 10px 48px;
	background: #e82020;
}

/* Salas */
section#lobby section.salas {
    position: absolute;
    width: 75%;
    color: #fff;
    height: 75%;
    top: 17%;
    margin-left: 2%;
}
section#lobby section.salas-tiny {
	visibility: hidden;
}

@media (max-width: 1300px) {
    section#lobby section.salas {
        position: absolute;
        width: 67.5%;
        color: #fff;
        height: 75%;
        top: 17%;
        margin-left: 2%;
    }
}

section#lobby section.salas div.abas {
	height: 40px;
	color: #fff;
	display: inline-block;
	background-color: #363636;
}

section#lobby section.salas div.abas img {
	margin: 7% 7% 0% 8%;
}

section#lobby section.salas div.abas p {
	display: inline-block;
	margin-top: 14px;
	float: right;
	margin-right: 35px;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}

section#lobby section.salas div.abas div {
	width: 160px;
	height: 100%;
	display: inline-block;
}

section#lobby section.salas div.abas div.torneio {
	background-color: #000;
	margin-left: -4px;
	text-shadow: -1px 0 #000, 0 -1px #000, 1px 0 #000, 0 1px #000;
    display: none;
}

section#lobby section.salas div.abas div.holdem {
	background-color: #363636;
}

section#lobby section.salas div.tabela {
	height: 82%;
	overflow-y: visible;
	overflow-x: hidden;
    background-color: rgba(0,0,0,0.5);
}

section#lobby section.salas table {
    width: 100%;
    table-layout: auto;
    background-color: #000;
    border-collapse: separate;
}

section#lobby section.salas div.header table {
    width: 98.5%;
    table-layout: auto;
    background-color: #000;
    border-collapse: separate;
}

section#lobby section.salas table {
	background: #ec1c24;
}

section#lobby section.salas div.header {
	width: 100%;
	z-index: 9999999999;
}

section#lobby section.salas table thead {
    background: #000000;
}

section#lobby section.salas table thead tr {
	width: 100%;
}

section#lobby section.salas table thead th {
    text-align: center;
    vertical-align: middle;
	height: 50px;
	cursor: pointer;
	font-size: 18px;
}

section#lobby section.salas table thead th:last-child {
	cursor: default;
}

/* Colunas Selecionadas - Ordenacao da Sala */

section#lobby section.salas table thead th img.hide {
	display: none;
}

section#lobby section.salas table thead th img.hide {
	display: none;
}

section#lobby section.salas table thead th.up img.up {
	display: block;
	float: right;
}

section#lobby section.salas table thead th.down img.down {
	display: block;
	float: right;
}

section#lobby section.salas table._1 tbody td:nth-child(0n+1) {
  border-left: solid 2px #222;
  border-right: solid 2px #222;
  background-color: rgba(0,0,0,0.1);
}

section#lobby section.salas table._1 thead th:nth-child(0n+1) {
  border-left: solid 2px #222;
  border-right: solid 2px #222;
  background-color: #000;
}

section#lobby section.salas table._2 tbody td:nth-child(0n+2) {
  border-left: solid 2px #222;
  border-right: solid 2px #222;
  background-color: rgba(0,0,0,0.1);
}

section#lobby section.salas table._2 thead th:nth-child(0n+2) {
  border-left: solid 2px #222;
  border-right: solid 2px #222;
  background-color: #000;
}

section#lobby section.salas table._3 tbody td:nth-child(0n+3) {
  border-left: solid 2px #222;
  border-right: solid 2px #222;
  background-color: rgba(0,0,0,0.1);
}

section#lobby section.salas table._3 thead th:nth-child(0n+3) {
  border-left: solid 2px #222;
  border-right: solid 2px #222;
  background-color: #000;
}

section#lobby section.salas table._4 tbody td:nth-child(0n+4) {
  border-left: solid 2px #222;
  border-right: solid 2px #222;
  background-color: rgba(0,0,0,0.1);
}

section#lobby section.salas table._4 thead th:nth-child(0n+4) {
  border-left: solid 2px #222;
  border-right: solid 2px #222;
  background-color: #000;
}

section#lobby section.salas table._5 tbody td:nth-child(0n+5) {
  border-left: solid 2px #222;
  border-right: solid 2px #222;
  background-color: rgba(0,0,0,0.1);
}

section#lobby section.salas table._5 thead th:nth-child(0n+5) {
  border-left: solid 2px #222;
  border-right: solid 2px #222;
  background-color: #000;
}

/* Colunas Selecionadas Fim */

/* Tamanho das colunas */
section#lobby section.salas table thead th#icones {
    width: 5%;
}

section#lobby section.salas table thead th#mesas {
    width: 15%;
}

section#lobby section.salas table thead th#cacife {
    width: 15%;
}

section#lobby section.salas table thead th#blinds {
    width: 15%;
}

section#lobby section.salas table thead th#jogadores {
    width: 30%;
}

section#lobby section.salas table thead th#jogar {
    width: 20%;
}




section#lobby section.salas table tbody td:nth-child(0n+1) {
	width: 5%;
}

section#lobby section.salas table tbody td:nth-child(0n+2) {
	width: 15%;
}

section#lobby section.salas table tbody td:nth-child(0n+3) {
	width: 15%;
}

section#lobby section.salas table tbody td:nth-child(0n+4) {
	width: 15%;
}

section#lobby section.salas table tbody td:nth-child(0n+5) {
	width: 30%;
}

section#lobby section.salas table tbody td:nth-child(0n+6) {
	width: 20%;
}

/* Tamanho das colunas Fim */

section#lobby section.salas table tbody tr {
    background: #343434;
}

section#lobby section.salas table tbody tr:nth-child(odd) {
    background: #1f1f1f;
}

section#lobby section.salas table tbody tr:hover {
	background: transparent;
	background-color: transparent;
}

section#lobby section.salas table tbody tr {
    text-align: center;
    vertical-align: middle;
    height: 63px;
}

section#lobby section.salas table div.jogadores {
	background-color: #000;
	border: solid 1px #000;
	padding: 3px;
	background-image: url(../../../images/desktop/all/load_r.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 70%;
	margin: auto;
}

section#lobby section.salas table div.jogadores span {
	position: relative;
	z-index: 999;
}

section#lobby section.salas table div.barra {
	background-color: #f00;
	border: solid 1px #000;
	border-radius: 5pt;
	padding: 3px;
	width: 90px;
	margin-top: -1%;
	margin-left: 4%;
	text-align: center;
	position: absolute;
	z-index: 1;
	height: 15px;
}

section#lobby section.salas table tbody td {
	padding: 5px;
	border-bottom: solid 1px #161616;
	border-top: solid 1px #444444;
	vertical-align: middle;
	font-size: 17px;
}

section#lobby section.salas table tbody td div.jogar {
    color: #fff;
    border: none;
    width: 140px;
    cursor: pointer;
    font-size: 16px;
    opacity: 1;
    background: #33b033;
    height: 30px;
    line-height: 2;
    margin: auto;
	padding: 5px;
}

section#lobby section.salas table tbody tr:hover td div.jogar {
    color: #fff;
    border: none;
    width: 140px;
    cursor: pointer;
    opacity: 1;
    background: #33b033;
    height: 30px;
}

section#lobby section.salas table tbody td div.jogar:active {
	background-size: 95%;
	background-repeat: no-repeat;
	background-position: center;
}

section#lobby section.salas div.opcoes {
	bottom: 0;
	position: relative;
	width: 100%;
	background-color: #000;
	font-size: 8pt;
	height: 50px;
	margin-top: -1px;
}

section#lobby section.salas div.opcoes div {
	background-color: #343434;
	position: relative;
	padding: 8px 15px 8px 5px;
	display: inline-block;
	font-size: 8pt;
	width: 105px;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 5.1%;
}

section#lobby section.salas div.opcoes div:hover {
	background-color: #343434;
}

section#lobby section.salas div.opcoes div:active {
	background-color: #343434;
}

section#lobby section.salas div.opcoes div img {
	float: left;
}

section#lobby section.salas div.opcoes label, section#lobby section.salas div.opcoes p {
	margin-top: 3px;
	margin-right: 2%;
	display: inline-block;
    cursor: pointer;
    color: #fff;
	margin-left: 10px;
}




section#lobby section.salas div.opcoes-disable {
	bottom: 0;
	position: relative;
	width: 100%;
	background-color: #000;
	font-size: 8pt;
	height: 50px;
	margin-top: -1px;
}

section#lobby section.salas div.opcoes-disable div {
	background-color: #000000;
	position: relative;
	padding: 8px 15px 8px 5px;
	display: inline-block;
	font-size: 8pt;
	width: 98px;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 5.1%;
}

section#lobby section.salas div.opcoes-disable div:hover {
	background-color: #000000;
}

section#lobby section.salas div.opcoes-disable div:active {
	background-color: #000000;
}

section#lobby section.salas div.opcoes-disable div img {
	float: left;
}

section#lobby section.salas div.opcoes-disable label, section#lobby section.salas div.opcoes-disable p {
	margin-top: 3px;
	margin-right: 2%;
	display: inline-block;
    cursor: pointer;
    color: #fff;
	margin-left: 10px;
}









/* Ranking */

section#lobby section.ranking {
    position: absolute;
    width: 20%;
    color: #fff;
    height: 75%;
    top: 17%;
    margin-right: 2%;
    float: right;
    border-radius: 5pt;
    right: 0%;
}

@media (max-width: 1300px) {
    section#lobby section.ranking {
	    position: relative;
	    width: 27.5%;
	    color: #fff;
	    height: 75%;
	    top: 17%;
	    margin-right: 2%;
	    float: right;
	    border-radius: 5pt;
    }
}

@media (max-width: 800px) {
    section#lobby section.ranking {
	    display: none;
    }

    section#lobby section.salas {
	    width: 98% !important;
    }
}

section#lobby section.ranking div.titulo {
	background-color: #363636;
	height: 40px;
}

section#lobby section.ranking div.titulo p {
	font-size: 12pt;
	display: inline-block;
	font-weight: bold;
	text-align: left;
	height: 100%;
	position: relative;
	top: -8%;
	left: 1%;
}

section#lobby section.ranking div.abas {
	background: #000;
    height: 50px;
    width: 100%;
    cursor: pointer;
}

section#lobby section.ranking div.abas p {
	position: relative;
	margin: auto;
	top: 35%;
	text-align: center;
    font-weight: bold;
}

section#lobby section.ranking div.abas div.amigos {
	width: 50%;
	height: 100%;
	color: #000;
	background-color: #fff;
	float: left;
}

section#lobby section.ranking div.abas div.geral {
	width: 50%;
	height: 100%;
	float: right;
}

section#lobby section.ranking div.abas div:hover {
	color: #fff;
	background-color: #000;
}

section#lobby section.ranking div.lista_geral,
section#lobby section.ranking div.lista_amigos {
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	height: 82%;
    font-weight: bold;
    background-color: #FFF;
}

section#lobby section.ranking div.lista_amigos {
	display: block;
}

section#lobby section.ranking div.lista_geral {
	display: none;
}

section#lobby section.ranking div.titulo img {
	height: 24px;
	width: 24px;
	margin-top: 10px;
	margin-left: 8px;
}
section#lobby section.ranking div.titulo p {
	top: -7px;
}

section#lobby section.ranking img {
	display: inline-block;
    height: 40px;
    width: 40px;
	margin-top: 5px;
}

section#lobby section.ranking li {
	background-color: #f0f0f0;
    height: 50px;
}

section#lobby section.ranking li:nth-child(odd) {
	background-color: #fff;
    height: 50px;
}

section#lobby section.ranking div.item {
	width: 98.2%;
	display: inline-block;
	position: relative;
	line-height: 2;
}

section#lobby section.ranking div.item-selected{
	border: 3px solid #aa0c10;
	padding-bottom: 2px;
}

section#lobby section.ranking div.item div.posicao {
	background-color: transparent;
	color: #333;
	font-size: 13pt;
	font-weight: bold;
	height: 100%;
	width: 11%;
	text-align: center;
	float: left;
	margin-top: 2%;
}

section#lobby section.ranking div.item div.posicao span {
	vertical-align: middle;
	position: relative;
	top: 25%;
}

section#lobby section.ranking div.item img {
	display: inline-block;
	float: left;
}

section#lobby section.ranking div.item p {
	position: relative;
	top: 25%;
	vertical-align: middle;
	margin: 14px 5% 0% 5%;
	text-align: center;
}

section#lobby section.ranking div.item p.nome {
	display: inline-block;
	float: left;
	color: #0b0;
	max-width: 10px;
}

section#lobby section.ranking div.item p.cash {
	display: inline-block;
	color: #000;
	width: 70px;
	position: absolute;
	margin-left: 35%;
	margin-top: 2px;
}

section#lobby section.ranking div.item img.chip {
	position: absolute;
	height: 25px;
	width: 25px;
	margin-top: 13px;
	margin-left: 27%;
}


/* Lobby Ranking Rodape*/

section#lobby section.ranking div.rodape {
	bottom: 0;
	position: relative;
	width: 100%;
	background-color: #fff;
	height: 40px;
	border-radius: 0pt 0pt 5pt 5pt;
	display: inline-block;
	font-weight: bold;
	margin-top: -1px;
}

section#lobby section.ranking div.meu_ranking_geral {
	display: none;
}

section#lobby section.ranking div.rodape div.posicao {
	background-color: #f00;
	color: #fff;
	font-size: 13pt;
	font-weight: bold;
	height: 100%;
	width: 50px;
	border-radius: 0pt 0pt 0pt 5pt;
	text-align: center;
	float: left;
	border-top: solid 1px #888;
}

section#lobby section.ranking div.rodape div.posicao span {
	vertical-align: middle;
	position: relative;
	top: 30%;
}

section#lobby section.ranking div.rodape img {
	display: inline-block;
	float: left;
	height: 31px;
	width: 31px;
	margin-left: 6px;
}

section#lobby section.ranking div.rodape p {
	position: relative;
	top: 25%;
	vertical-align: middle;
	margin: 2% 9% 0% 5%;
}

section#lobby section.ranking div.rodape p.nome {
	display: inline-block;
	float: left;
	color: #0b0;
}

section#lobby section.ranking div.rodape p.cash {
	display: inline-block;
	float: right;
	color: #000;
}

/* Lobby BuyIn */
section#popup section.lobby-buy-in {
	background: url(../../../images/desktop/login/login_popup_bg.png) 0 0 no-repeat;
	width: 55%;
	height: 100%;
	display: none;
	position: relative;
	background-size: 100%;
	margin: auto;
	top: 15%;
	padding: 7% 3% 3% 3%;
}

section#popup section.lobby-buy-in p.title {
	color: #fff;
	font-size: 12pt;
	margin: 0 0 5% 0;
}

section#popup section.lobby-buy-in div.buy-in-values {
	background: #111;
	border-radius: 5pt;
	margin: 0 auto 5%;
	width: 80%;
	height: 12%;
	color: #fff;
	padding: 0.5% 0% 0.5% 0%;
}

section#popup section.lobby-buy-in div.buy-in-values div.blinds {
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
	color: #fff;
}

section#popup section.lobby-buy-in div.buy-in-values div.buy-in {
	float: right;
	width: 49%;
	height: 100%;
	text-align: center;
	color: #fff;
	border-left: solid 1pt #ccc;
}

section#popup section.lobby-buy-in div.buy-in-values output {
	font-size: 19pt;
	font-weight: bold;
	font-family: arial;
}

section#popup section.lobby-buy-in div.buy-in-values p {
	font-weight: bold;
	font-size: 12pt;
	padding: 8% 0 0 0;
}

section#popup section.lobby-buy-in form {
	width: 100%;
	margin: 0 auto;
	height: 20%;
}

section#popup section.lobby-buy-in form div.range {
	width: 100%;
	height: 50%;
}

section#popup section.lobby-buy-in form div.send {
	clear: both;
	width: 100%;
	height: 50%;
	text-align: center;
}

section#popup section.lobby-buy-in form div.send p {
	color: #fff;
	font-size: 10pt;
	height: 40%;
}


section#popup section.lobby-buy-in form input[type=range]::-ms-tooltip {
    display:none;
}




section#popup section.lobby-buy-in form input[type=range]::-webkit-slider-thumb
{
	-webkit-appearance: none;
	width: 35px;
	height: 35px;
	margin-top: 5px;
	background-image:
		url(../../../images/desktop/lobby/pt-br/popup_slider_handle@2x.png);
	cursor: pointer;
}



section#popup section.lobby-buy-in form input[name=join] {
	background:
		url(../../../images/desktop/lobby/pt-br/login_popup_button_enter@2x.png)
		center center no-repeat;
	background-size: 105%;
	color: #fff;
	height: 70%;
	border-radius: 8pt;
	width: 50%;
	border: none;
	font-size: 14pt;
	cursor: pointer;
}

section#popup section.lobby-buy-in form input[name=join]:active {
	background:
		url(../../../images/desktop/lobby/pt-br/login_popup_button_enter_pressed@2x.png)
		center center no-repeat;
	background-size: 105%;
}

/* Jogar Agora */
section#lobby section.play {
	width: 100%;
	height: 80%;
}

section#lobby section.playnow div.jogar {
	background: url(../../../images/desktop/lobby/pt-br/jogar_agora@2x.png)
		no-repeat;
	width: 34%;
	height: 40%;
	margin: auto;
	background-size: 100%;
	position: relative;
	top: 30%;
	min-width: 350px;
	max-width: 500px;
	text-align: center;
	cursor: pointer;
}

section#lobby section.play div.jogar p {
	padding: 10%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-shadow: -1pt 0 #222, 0 1pt #222, 1pt 0 #222, 0 -1pt #222;
}

section#lobby section.playnow div.jogar:active {
	background: url(../../../images/desktop/lobby/pt-br/jogar_agora_pressed@2x.png)
		no-repeat;
	width: 34%;
	height: 40%;
	margin: auto;
	background-size: 100%;
	position: relative;
	top: 30%;
	min-width: 350px;
	max-width: 500px;
	text-align: center;
	cursor: pointer;
}

/*Bonus diario*/
section#popup .welcome-bonus,
section#popup .daily-bonus {
	position: relative;
	display: none;
	margin: 0 auto;
}

section#popup .welcome-bonus div,
section#popup .daily-bonus div {
	position: absolute;
	left: 50%;
}

section#popup .welcome-bonus div div,
section#popup .daily-bonus div div {
	position: relative;
	left: -50%;
}

section#popup .welcome-bonus div div p#label,
section#popup .daily-bonus div div p#label {
	color: #FFF;
	margin: 70px 0px 0px 0px;
	font-size: 26px;
}

section#popup .welcome-bonus p.valor{
	color: #000;
	font-size: 35pt;
	text-align: center;
	width: 100%;
	text-shadow: -1pt 0 #222, 0 1pt #222, 1pt 0 #222, 0 -1pt #222;
	margin-top: 320px;
}

section#popup .daily-bonus p.valor {
	color: #000;
	font-size: 27pt;
	text-align: center;
	width: 100%;
	text-shadow: -1pt 0 #222, 0 1pt #222, 1pt 0 #222, 0 -1pt #222;
	margin-top: 325px;
}

section#popup .welcome-bonus img,
section#popup .daily-bonus img {
	margin-top: 50px;
}

section#popup .welcome-bonus .btn-close,
section#popup .daily-bonus .btn-close {
	position: absolute;
	top: 200px;
	left: 63%;
}
section#popup .welcome-bonus .welcome-btn-close:active,
section#popup .daily-bonus .welcome-btn-close:active {
}


section#popup .terms-of-use {
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
	background-image: url("../../../images//desktop/all/fundo.png");
}

section#popup .terms-of-use .header {
	width: 100%;
	height: 65px;
	background-color: #000;
}

section#popup .terms-of-use .header .logo {
	height: 70px;
	float: left;
}

section#popup .terms-of-use .header .back img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

section#popup .terms-of-use .header h6 {
	width: 100%;
	text-align: center;
	color: #fff;
	float: left;
	font-size: 27pt;
	position: absolute;
	margin-top: 16px;
}

section#popup .terms-of-use .terms-content-bg {
	background-color: #000;
	width: 80%;
	margin: 0 auto;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	margin-left: 10%;
}

section#popup .terms-of-use .terms-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 25%;
}
section#popup .terms-of-use .terms-content div.btn-close {
	background-repeat: no-repeat;
	cursor: pointer;
	background: url(../../../images/desktop/table/pt-br/button_close.png);
	width: 35px;
	height: 35px;
	margin-top: -45px;
	margin-left: 20%;
	background-size: 100%;
	position: absolute;
}
section#popup .terms-of-use .terms-content .title {
	margin-bottom: 30px;
	margin-top: -38px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
}

section#popup .terms-of-use .terms-content p {
	margin-left: 20%;
	width: 60%;
	height: 65%;
	top: 0;
	text-align: center;
	color: #fff;
	font-size: 13pt;
	overflow-y: scroll;
	text-align: left;
	position: absolute;
}

/*Politica de privacidade*/

section#popup .privacy-policy {
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
	background-image: url("../../../images//desktop/all/fundo.png");
}

section#popup .privacy-policy .header {
	width: 100%;
	height: 65px;
	background-color: #000;
}

section#popup .privacy-policy .header .logo {
	height: 70px;
	float: left;
}

section#popup .privacy-policy .header .back img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

section#popup .privacy-policy .header h6 {
	width: 100%;
	text-align: center;
	color: #fff;
	float: left;
	font-size: 27pt;
	position: absolute;
	margin-top: 16px;
}

section#popup .privacy-policy .privacy-policy-content-bg {
	background-color: #000;
	width: 80%;
	margin: 0 auto;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	margin-left: 10%;
}

section#popup .privacy-policy .privacy-policy-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 25%;
}
section#popup .privacy-policy .privacy-policy-content div.btn-close {
	background-repeat: no-repeat;
	cursor: pointer;
	background: url(../../../images/desktop/table/pt-br/button_close.png);
	width: 35px;
	height: 35px;
	margin-top: -45px;
	margin-left: 20%;
	background-size: 100%;
	position: absolute;
}
section#popup .privacy-policy .privacy-policy-content .title {
	margin-bottom: 30px;
	margin-top: -38px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
}

section#popup .privacy-policy .privacy-policy-content p {
	margin-left: 20%;
	width: 60%;
	height: 65%;
	text-align: center;
	color: #fff;
	font-size: 13pt;
	overflow-y: scroll;
	text-align: left;
}

















/*Configuracoes no lobby*/
section#lobby .options .config-menus {
	background: url(../../../images/desktop/lobby/pt-br/lobby_menu_bg_right@2x.png)
		center center no-repeat;
	background-size: 100%;
	position: absolute;
	float: right;
	top: 103%;
	width: 21%;
	height: 414%;
	padding: 2% 0 0 0;
	display: none;
	right: 2%;
}

section#lobby .options .config-menus .up-options {
	width: 100%;
	height: 100%;
	position: relative;
	right: 1.2%;
}

section#lobby .options .config-menus ul.options-a {
	width: 80%;
	margin: 0 auto;
	height: 24%;
}

section#lobby .options .config-menus ul.options-a li.audio {
	width: 80%;
	height: 50%;
	margin: 5% 0 5% 0%;
}

section#lobby .options .config-menus ul.options-a li.audio span {
	font-size: 12pt;
	font-weight: bold;
	float: left;
	width: 59%;
	text-align: left;
}

section#lobby .options .config-menus ul.options-a li.audio .on-off {
	width: 41%;
	float: right;
	overflow: hidden;
	border-radius: 14px;
	height: 54%;
	-webkit-box-shadow: -1px -1px 12px -1px #666;
	-moz-box-shadow: -1px -1px 12px -1px #666;
	box-shadow: -1px -1px 12px -1px #666;
}

section#lobby .options .config-menus ul.options-a li.audio .on-off ul {
	width: 177%;
	position: relative;
	left: 0%;
	height: 100%;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
	cursor: pointer;
}

section#lobby .options .config-menus ul.options-a li.audio .on-off ul.off
	{
	left: -69%;
}

section#lobby .options .config-menus ul.options-a li.audio .on-off ul li.on
	{
	width: 47%;
	background-color: #ccc;
	float: left;
	height: 100%;
	color: #fff;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}

section#lobby .options .config-menus ul.options-a li.audio .on-off ul li.btn
	{
	width: 15%;
	background-color: #fff;
	float: left;
	border-radius: 15px;
	height: 100%;
	margin-left: -5%;
	position: relative;
	-webkit-box-shadow: inset -5px -5px 9px -1px #333;
	-moz-box-shadow: inset -5px -5px 9px -1px #333;
	box-shadow: inset -5px -5px 9px -1px #333;
}

section#lobby .options .config-menus ul.options-a li.audio .on-off ul li.off
	{
	width: 50%;
	background-color: #fff;
	float: left;
	margin-left: -8%;
	height: 100%;
	color: #ccc;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}

section#lobby .options .config-menus ul.options-a li.push {
	width: 80%;
	height: 50%;
}

section#lobby .options .config-menus ul.options-a li.push span {
	font-size: 12pt;
	font-weight: bold;
	float: left;
	width: 59%;
	text-align: left;
}

section#lobby .options .config-menus ul.options-a li.push .on-off {
	width: 41%;
	float: right;
	overflow: hidden;
	border-radius: 14px;
	height: 54%;
	-webkit-box-shadow: -1px -1px 12px -1px #666;
	-moz-box-shadow: -1px -1px 12px -1px #666;
	box-shadow: -1px -1px 12px -1px #666;
}

section#lobby .options .config-menus ul.options-a li.push .on-off ul {
	width: 177%;
	position: relative;
	left: 0%;
	height: 100%;

	cursor: pointer;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}

section#lobby .options .config-menus ul.options-a li.push .on-off ul.off
	{
	left: -69%;
}

section#lobby .options .config-menus ul.options-a li.push .on-off ul li.on
	{
	width: 47%;
	background-color: #ccc;
	float: left;
	height: 100%;
	color: #fff;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}

section#lobby .options .config-menus ul.options-a li.push .on-off ul li.btn
	{
	width: 15%;
	background-color: #fff;
	float: left;
	border-radius: 15px;
	height: 100%;
	margin-left: -5%;
	position: relative;
	-webkit-box-shadow: inset -5px -5px 9px -1px #333;
	-moz-box-shadow: inset -5px -5px 9px -1px #333;
	box-shadow: inset -5px -5px 9px -1px #333;
}

section#lobby .options .config-menus ul.options-a li.push .on-off ul li.off
	{
	width: 50%;
	background-color: #fff;
	float: left;
	margin-left: -8%;
	height: 100%;
	color: #ccc;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}

section#lobby .options .config-menus ul.options-b {
	width: 90%;
	margin: 0 auto;
	height: 60%;
	margin-top: 14%;
}

section#lobby .options .config-menus ul.options-b li {
	background: url(../../../images/desktop/login/login_button_netcartas.png)
		no-repeat;
	background-size: 100%;
	width: 100%;
	height: 21%;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 2% 0%;
	cursor: pointer;
}

section#lobby .options .config-menus ul.options-b li a {
	position: relative;
	top: 24%;
}


/*Generic popup*/
section#popup #generic-popup {
    display: none;
    width: 290px;
    height: 65px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: 45%;
    border-radius: 7px;
}
section#popup #generic-popup p.title {
	color: #fff;
    height: 30px;
    text-indent: 8px;
    font-weight: bold;
    line-height: 2;
    margin: 0;
    font-size: 14px;
    border-radius: 5px 5px 0px 0px;
    background: #45484d;
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
    background: -o-linear-gradient(top,  #45484d 0%,#000000 100%);
    background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%);
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
}
section#popup #generic-popup div.profile-popup-content {
	height: 100%;
	width: 100%;
}
section#popup #generic-popup div.generic-popup-content div.generic-popup-info {
    margin: 12px 0px 0px 12px;
    float: left;
    width: 270px;
}
section#popup #generic-popup div.generic-popup-content div.generic-popup-info p{
    font-weight: bold;
    font-size: 12px;
}


/*Profile popup*/
section#popup #profile-popup {
	display: none;
	width: 400px;
	height: 160px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	top: 40%;
	outline: 4px solid #363636;
}

section#popup #profile-popup p.title {
	color: #fff;
	height: 30px;
	text-indent: 8px;
	font-weight: bold;
	line-height: 2;
	margin: 0;
	font-size: 14px;
	background: #000;
}
section#popup #profile-popup div.profile-popup-content {
	height: 100%;
	width: 100%;
}
section#popup #profile-popup div.profile-popup-content div.profile-popup-img {
    background: url(../../../images/desktop/lobby/pt-br/avatar_male@2x.jpg) center center no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    float: left;
    border: solid 1px #ccc;
    margin: 14px 2px 0px 10px;
}
section#popup #profile-popup div.profile-popup-content div.profile-popup-info {
    margin: 14px 0px 0px 7px;
    float: left;
    width: 265px;
}
section#popup #profile-popup div.profile-popup-content div.profile-popup-info p.nick {
    font-size: 20px;
    font-weight: bold;
    color: green;
    float: left;
}
section#popup #profile-popup div.profile-popup-content div.profile-popup-info img.type {
    float: right;
    margin-top: 5px;
    display: none;
}

section#popup #profile-popup div.profile-popup-content div.gratis img.gratis,
section#popup #profile-popup div.profile-popup-content div.socio img.socio,
section#popup #profile-popup div.profile-popup-content div.master img.master {
    display: block;
	margin-top: -2px;
}

section#popup #profile-popup div.profile-popup-content div.profile-popup-info p.user-since {
    color: #000;
    font-size: 14px;
    margin-top: 30px;
}
section#popup #profile-popup div.profile-popup-content div.profile-popup-info p.user-since span {
	color: #000;
}
section#popup #profile-popup div.profile-popup-content div.profile-popup-info p.matches {
    color: #000;
    font-size: 14px;
    width: 50%;
    float: right;
    margin-right: -20px;
}
section#popup #profile-popup div.profile-popup-content div.profile-popup-info p.matches span {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}
section#popup #profile-popup div.profile-popup-content div.profile-popup-info p.victories{
    color: #000;
    font-size: 14px;
    width: 50%;
    float: left;
}
section#popup #profile-popup div.profile-popup-content div.profile-popup-info p.victories span {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

/*Profile popup*/
section#popup #link-account {
    display: none;
    width: 400px;
    height: 160px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: 40%;
    border-radius: 7px;
}

/*Billing popup nativo*/
section#popup #native-billing-popup {
    background: #fff;
    position: relative;
    outline: solid 3px #363636;
    width: 760px;
    height: 460px;
    margin: 0 auto;
    margin-top: -230px;
    top: 50%;
    display: none;
}
section#popup #native-billing-popup .btn-close {
	margin-top: 6px;
	margin-left: 6px;
	position: absolute;
}
section#popup #native-billing-popup #billing-header {
	height: 40px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	padding-left: 40px;
}
section#popup #native-billing-popup #billing-footer {
	display: none;
    height: 0;
}
section#popup #native-billing-popup #billing-footer p {
    color: #FF0000;
}
section#popup #native-billing-popup #billing-content {
	height: 440px;
	width: 100%;
}
section#popup #native-billing-popup #billing-content #billing-products-list {
	float: left;
	width: 100%;
	height: 440px;
	font-weight: bold;
	font-size: 13px;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product {
	background-color: #CCCCCC;
	width: 226px;
	height: 176px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	position: relative;
	cursor: pointer;
	box-shadow: 2px 2px 3px #888888;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product:hover {
	background-color: #BBBBBB;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product:active {
	background-color: #AAAAAA;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product div.chips {
	width: 226px;
	/*height: 109px;*/
	height: 98px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product:nth-child(1) div.chips {
	background-image: url("../../../images/w8/billing/fichas1.png");
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product:nth-child(2) div.chips {
	background-image: url("../../../images/w8/billing/fichas2.png");
	background-position-y: 4px;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product:nth-child(3) div.chips {
	background-image: url("../../../images/w8/billing/fichas3.png");
	background-position-y: 4px;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product:nth-child(4) div.chips {
	background-image: url("../../../images/w8/billing/fichas4.png");
	background-position-y: 4px;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product:nth-child(5) div.chips {
	background-image: url("../../../images/w8/billing/fichas5.png");
	background-position-y: 10px;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product:nth-child(6) div.chips {
	background-image: url("../../../images/w8/billing/fichas6.png");
	background-position-y: 14px;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product div.amount {
	background-color: #BB0000;
	height: 55px;
	text-align: center;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 70px;
	margin-top: 75px;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product div.price {
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product div.badge {
	width: 87px;
	height: 91px;
	position: absolute;
	top: -1px;
	left: -1px;
	background-repeat: no-repeat;
	display: none;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product.best-buy div.badge {
	background-image: url("../../../images/w8/billing/melhor_compra.png");
	display: block;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product.best-seller div.badge {
	background-image: url("../../../images/w8/billing/mais_vendido.png");
	display: block;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product .promo-text {
	display: none;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 90px;
	margin-left: -14px;
	margin-top: 16px;
	/* Safari */
	-webkit-transform: rotate(-45deg);
	/* Firefox */
	-moz-transform: rotate(-45deg);
	/* IE */
	-ms-transform: rotate(-45deg);
	/* Opera */
	-o-transform: rotate(-45deg);
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product.best-buy .promo-text {
	display: block;
	color: #FFFFFF;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product.best-seller .promo-text {
	display: block;
	color: #333333;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product span.radio {
	float: left;
	width: 10%;
	height: 100%;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product span.icon {
	float: left;
	width: 15%;
	height: 100%;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product span.description {
	float: left;
	width: 55%;
	height: 100%;
	color: #2281B8;
}
section#popup #native-billing-popup #billing-content #billing-products-list .billing-product span.price {
	float: left;
	width: 20%;
	height: 100%;
}
section#popup #native-billing-popup #billing-content #billing-loading {
	position: absolute;
	background-color: #FFF;
	width: 100%;
	height: 440px;
	visibility: hidden;
}
section#popup #native-billing-popup #billing-content #billing-loading div {
	text-align: center;
}
section#popup #native-billing-popup #billing-content #billing-loading div p {
	font-weight: bold;
	padding-top: 5px;
}
section#popup #native-billing-popup #billing-content #billing-payment-success {
	position: absolute;
	background-color: #FFF;
	width: 100%;
	height: 460px;
	font-family: Tahoma;
	visibility: hidden;
	background-image: url("../../../images/w8/billing/fichas-billing.png");
	background-position: right center, center bottom;
	background-repeat: no-repeat;
}
section#popup #native-billing-popup #billing-content #billing-payment-pending,
section#popup #native-billing-popup #billing-content #billing-form {
	display: none;
}

/*Billing popup*/
section#popup #billing-popup {
    background: #fff;
    position: relative;
    outline: solid 3px #363636;
    width: 800px;
    height: 500px;
    margin: 0 auto;
    margin-top: -250px;
    top: 50%;
    display: none;
}
section#popup #billing-popup .inputtext {
	border: 1px solid #CCC;
	padding: 4px;
	font-size: 18px;
}
section#popup #billing-popup .btn-close {
	margin-top: 6px;
	margin-left: 6px;
	position: absolute;
}
section#popup #billing-popup #billing-header {
	height: 40px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	padding-left: 40px;

	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #4D4D4D 0%, #000000 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #4D4D4D 0%, #000000 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #4D4D4D 0%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4D4D4D), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #4D4D4D 0%, #000000 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #4D4D4D 0%, #000000 100%);
}
section#popup #billing-popup #billing-content {
	height: 460px;
	width: 100%;
}
section#popup #billing-popup #billing-content #billing-loading {
	position: absolute;
	background-color: #FFF;
	width: 100%;
	height: 460px;
	visibility: hidden;
}
section#popup #billing-popup #billing-content #billing-loading div {
	text-align: center;
}
section#popup #billing-popup #billing-content #billing-loading div p {
	font-weight: bold;
	padding-top: 5px;
}
section#popup #billing-popup #billing-content #billing-payment-pending {
	position: absolute;
	background-color: #FFF;
	width: 100%;
	height: 460px;
	visibility: hidden;
}
section#popup #billing-popup #billing-content #billing-payment-pending div {
	text-align: center;
}
section#popup #billing-popup #billing-content #billing-payment-pending div p {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
section#popup #billing-popup #billing-content #billing-payment-success {
	position: absolute;
	background-color: #FFF;
	width: 100%;
	height: 460px;
	font-family: Tahoma;
	visibility: hidden;
	background-image: url("../../../images/w8/billing/fichas-billing.png");
	background-position: right center, center bottom;
	background-repeat: no-repeat;
}
section#popup #billing-popup #billing-content #billing-payment-success div {
	margin-left: -110px;
}
section#popup #billing-popup #billing-content #billing-payment-success h1 {
	color: #339933;
	font-size: 24px;
}
section#popup #billing-popup #billing-content #billing-payment-success h2 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
}
section#popup #billing-popup #billing-content #billing-payment-success p {
	padding-bottom: 20px;
}
section#popup #billing-popup #billing-content #billing-payment-success .alert {
	color:red;
	padding-bottom:2px;
	font-size:13px;
}
section#popup #billing-popup #billing-content #billing-payment-success .footer {
	padding-top: 0;
}
section#popup #billing-popup #billing-content #billing-products-list {
	float: left;
	width: 45%;
	height: 100%;
	font-weight: bold;
	font-size: 13px;
}
section#popup #billing-popup #billing-content #billing-products-list .billing-product {
	width: 100%;
	height: 50px;
	border-bottom-color: #F1F1F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
section#popup #billing-popup #billing-content #billing-products-list .billing-product:hover {
	background-color: #F5F5F5;
}
section#popup #billing-popup #billing-content #billing-products-list .billing-product span.radio {
	float: left;
	width: 10%;
	height: 100%;
}
section#popup #billing-popup #billing-content #billing-products-list .billing-product span.icon {
	float: left;
	width: 15%;
	height: 100%;
}
section#popup #billing-popup #billing-content #billing-products-list .billing-product span.description {
	float: left;
	width: 55%;
	height: 100%;
	color: #2281B8;
}
section#popup #billing-popup #billing-content #billing-products-list .billing-product span.price {
	float: left;
	width: 20%;
	height: 100%;
}
section#popup #billing-popup #billing-content #billing-form {
	float: right;
	width: 54%;
	height: 100%;
	overflow: hidden;
}
section#popup #billing-popup #billing-content #billing-form table {
	width: 100%;
}
section#popup #billing-popup #billing-content #billing-form tr.row {
	width: 100%;
	height: 70px;
	padding-left: 10px;
}
section#popup #billing-popup #billing-content #billing-form tr.row.odd {
	background-color: #F5F5F5;
}

section#popup #billing-popup #billing-content #billing-form tr.row td {
	vertical-align: middle;
}
section#popup #billing-popup #billing-content #billing-form tr.row td.alert-container {
	width: 50px;
}
section#popup #billing-popup #billing-content #billing-form tr.row td span.alert {
	background-color: red;
	float: left;
	width: 22px;
	height: 22px;
	background:	url(../../../images/w8/billing/ico-error.png) no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
section#popup #billing-popup #billing-content #billing-form input.comprar {
    background: linear-gradient(to bottom, #1db721 0%,#1db721 50%,#069e08 51%,#069e08 100%);
    color: #fff;
    border: none;
    border-radius: 5pt;
    width: 125px;
    height: 30px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    text-shadow: -1px 0 #222, 0 -1px #222, 1px 0 #222, 0 1px #222;
    -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
section#popup #billing-popup #billing-content #billing-form input.comprar:active {
	background:	url(../../../images/desktop/login/login_button_netcartas_pressed@2x.png) no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
section#popup #billing-popup #billing-content #billing-form h3 {
	color: #339933;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

/*Popup de feedback*/
section#popup #feedback-popup {
    background: #fff;
    position: relative;
    outline: solid 3px #363636;
    width: 540px;
    height: 400px;
    margin: 0 auto;
    margin-top: -200px;
    top: 50%;
    display: none;
}
section#popup #feedback-popup .btn-close {
	margin-top: 6px;
	margin-left: 6px;
	position: absolute;
}
section#popup #feedback-popup #feedback-popup-header {
	height: 40px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	padding-left: 40px;

	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #4D4D4D 0%, #000000 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #4D4D4D 0%, #000000 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #4D4D4D 0%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4D4D4D), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #4D4D4D 0%, #000000 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #4D4D4D 0%, #000000 100%);
}
section#popup #feedback-popup p {
	margin-left: 20px;
	margin-top: 20px;
	font-size: 12px;
}
section#popup #feedback-popup .inputtext {
	border: 1px solid #CCC;
	padding: 4px;
	font-size: 18px;
}
section#popup #feedback-popup #feedback-popup-form {
	margin: 20px;
	padding: 20px 0 20px 20px;
	border: solid 2px;
	width: 471px;
}
section#popup #feedback-popup #feedback-popup-form input[type=text] {
	width: 280px
}
section#popup #feedback-popup #feedback-popup-form select {
	width: 290px
}
section#popup #feedback-popup #feedback-popup-form textarea {
	width: 420px;
	height: 80px;
}
section#popup #feedback-popup #feedback-popup-form input[type=button] {
	float: right;
	margin: 20px 40px 0 0;
}
section#popup #feedback-popup #feedback-popup-form tr.row {
	width: 100%;
	height: 50px;
	padding-left: 10px;
}
section#popup #feedback-popup #feedback-popup-form tr.row.odd {
	background-color: #F5F5F5;
}
section#popup #feedback-popup #feedback-popup-form tr.row td {
	vertical-align: middle;
}
section#popup #feedback-popup #feedback-popup-form tr.row td.alert-container {
	width: 35px;
}
section#popup #feedback-popup #feedback-popup-form tr.row td span.alert {
	background-color: red;
	float: left;
	width: 22px;
	height: 22px;
	background:	url(../../../images/w8/billing/ico-error.png) no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    margin-left: 10px;
}

/*Popup de BuyIn no lobby*/
section#popup .lobby-buy-in2 {
	width: 550px;
	height: 280px;
	background-color: #FFF;
	outline: #363636 solid 3px;
	margin: -140px auto auto;
	top: 50%;
	position: relative;
	display: none;
}
section#popup .lobby-buy-in2 .title {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #000;
	height: 40px;
	text-indent: 25px;
	line-height: 2.5;
}
section#popup .lobby-buy-in2 .subtitle {
	font-size: 14px;
	height: 50px;
	text-indent: 25px;
	line-height: 3;
}
section#popup .lobby-buy-in2 .holder1 {
	outline: solid 3px #CBCBCB;
	padding: 7px 5px 7px 5px;
	width: 480px;
	margin: auto;
}
section#popup .lobby-buy-in2 .holder1 .holder2 {
}
section#popup .lobby-buy-in2 .holder1 .holder2 .blinds-buyin {
	height: 45px;
}
section#popup .lobby-buy-in2 .holder1 .holder2 .blinds-buyin .holder-info {
	background-color: #E82020;
	height: 45px;
	width: 49%;
	color: #FFF;
	text-align: center;
	line-height: 3;
	font-size: 16px;
}
section#popup .lobby-buy-in2 .holder1 .holder2 .blinds-buyin .blind {
	float: left;
}
section#popup .lobby-buy-in2 .holder1 .holder2 .blinds-buyin .buyin {
	float: right;
}
section#popup .lobby-buy-in2 .holder1 .holder2 .slider {
	height: 60px;

	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #CCCCCC));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%);
}
section#popup .lobby-buy-in2 .holder-buttons {
	height: 55px;
	text-align: center;
	padding-top: 15px;
	width: 350px;
	margin: auto;
}
section#popup .lobby-buy-in2 .holder-buttons .button {
	width: 170px;
	height: 45px;
	text-align: center;
	line-height: 3;
	font-size: 16px;
	cursor: pointer;
}
section#popup .lobby-buy-in2 .holder-buttons .button.ok {
	background-color: #33B033;
	color: #FFF;
	float: left;
}
section#popup .lobby-buy-in2 .holder-buttons .button.cancel {
	color:#FFF;
	background-color: #A1A1A1;
	float: right;
}
section#popup .lobby-buy-in2 form{
	padding-left: 5px;

}
section#popup .lobby-buy-in2 form input[type=range] {
	width: 390px;
	margin-top: -7px;
}
section#popup .lobby-buy-in2 form input[name=btn-sub] {
	background: url(../../../images/desktop/table/pt-br/ico-menos.png) 0 0
		no-repeat;
	background-size: 100%;
	border: none;
	width: 35px;
	height: 35px;
	cursor: pointer;
	margin-top: -20px;
}
section#popup .lobby-buy-in2 form input[name=btn-sum] {
	background: url(../../../images/desktop/table/pt-br/ico-mais.png) 0 0
		no-repeat;
	background-size: 100%;
	border: none;
	width: 35px;
	height: 35px;
	cursor: pointer;
	margin-top: -20px;
}


section#popup .lobby-buy-in2 form input[type=range]::-ms-thumb {
    width: 48px;
    height:  48px;
    border: none;
    background-size: 100%;
    background-color: transparent;
    background-image: url(../../../images/desktop/table/pt-br/ficha-slider-big.png);
}

section#popup .lobby-buy-in2 form input[type=range]::-ms-track {
	margin-top: 17px;
	margin-bottom: 17px;
    height:15px;
    border:none;
    color: transparent;

}
section#popup .lobby-buy-in2 form input[type=range]::-ms-fill-lower {
    background-color: #f00;
}

section#popup .lobby-buy-in2 form input[type=range]::-ms-fill-upper {
	background-color: #ccc;
}










/* Settings mobile */
section#lobby div#lobby-settings-mobile {
	position: absolute;
	display: block;
	z-index: 9999;
	right: 30px;
	top: 36px;
	height: 60px;
	width: 60px;
}
section#lobby div#lobby-settings-mobile nav {
	position: absolute;
	width: 60px;
	height: 60px;
}
section#lobby div#lobby-settings-mobile #menu-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #363636;
	cursor: pointer;
}

section#lobby div#lobby-settings-mobile #menu-icon img.icon{
	margin-top: 10px;
	margin-left: 8px;
	width: 45px;
}


section#lobby div#lobby-settings-mobile nav ul {
	display: none;
	position: absolute;
	background: #fff;
	width: 350px;
	margin-left: -290px;
	outline: 2px solid #353535;
}

section#lobby div#lobby-settings-mobile nav li {
	text-align: center;
	width: 100%;
	margin: 0;
	border-bottom:1px solid #ccc;
}

section#lobby div#lobby-settings-mobile div.terms img.icon,
section#lobby div#lobby-settings-mobile div.privacy img.icon,
section#lobby div#lobby-settings-mobile div.disconnect img.icon,
section#lobby div#lobby-settings-mobile div.notifications img.icon,
section#lobby div#lobby-settings-mobile div.sound img.icon {
	float: left;
	margin-left: 5px;
}

section#lobby div#lobby-settings-mobile div.terms p,
section#lobby div#lobby-settings-mobile div.privacy p,
section#lobby div#lobby-settings-mobile div.disconnect p,
section#lobby div#lobby-settings-mobile div.notifications p,
section#lobby div#lobby-settings-mobile div.sound p {
	padding-top: 17px;
	float: left;
	margin-left: 10px;
	font-weight: normal;
	font-size: 18px;
}


section#lobby div#lobby-settings-mobile div.terms,
section#lobby div#lobby-settings-mobile div.privacy,
section#lobby div#lobby-settings-mobile div.disconnect,
section#lobby div#lobby-settings-mobile div.notifications,
section#lobby div#lobby-settings-mobile div.sound {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 350px;
	height: 50px;
	cursor: pointer;
}

section#lobby div#lobby-settings-mobile div.notifications div.buttonTurnOn,
section#lobby div#lobby-settings-mobile div.sound div.buttonTurnOn {
	margin-top: 3px;
	margin-right: 3px;
	width: 110px;
	height: 28px;
	background-color: #339933;
	float: right;
	padding-top: 15px;
	color: #fff;
	box-shadow: 1px 1px 1px #333;
}

section#lobby div#lobby-settings-mobile div.notifications div.buttonTurnOff,
section#lobby div#lobby-settings-mobile div.sound div.buttonTurnOff {
	margin-top: 3px;
	margin-right: 3px;
	width: 110px;
	height: 28px;
	background-color: #333333;
	float: right;
	padding-top: 15px;
	color: #fff;
	box-shadow: 1px 1px 1px #333;
}

section#version p {
	z-index: 9999999;
	color: #555;
	position: absolute;
	bottom: 0;
	right: 0;
    display:none;
}

section#lobby div#lobby-settings-mobile div#closeBackground {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: transparent;
	left: 0px;
	top: 0px;
	display: none;
}

