body {
	font-family: 'Roboto Condensed', sans-serif !important;
}
#ctl00_conteudo_PanelCupom {
	border: none !important;
}
#ctl00_conteudo_txtValorAposta {
	background:#ffffff;
	width: 100px !important;
	height:25px;
	text-align: center;
	color: #000000;
}
.jogos_container h2 {
	display: inline-block;
	margin: 0;
	line-height: 1;
	color: #000000;
	padding: 10px;
}
.jogos_container {
	margin: 10px;
	width: calc(70% - 20px);
	max-width: 1280px;
	background-color: white;
	display: inline-block;
	margin-bottom: 60px;
	box-sizing: border-box;
	position: relative;
	float: left;
}
.apostas_container {
	margin: 10px;
	width: calc(30% - 20px);
	background-color: rgb(255, 255, 255);
	display: inline-block;
	margin-bottom: 60px;
	box-sizing: border-box;
	position: relative;
	float: right;
}
.apostas_container h2 {
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	line-height: 1;
	color: #000000;
}
.titulo {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	line-height: 1;
}
.panelAddClientes {
	width: calc(100% - 20px);
	margin: 10px;
	align-content: center;
}
.button {
	width: 100%;
	height: 35px;
	color: #ffffff;
	background-color: #f36519;
	border: 0;
	margin: 10px 0px 10px 0px;
}
.drop {
	display: block;
	height: 40px;
	margin-top: 10px;
	width: 100%;
	background: #ffffff;
	color: #000000;
}
.titulodark {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	line-height: 1;
	color: #000000;
}
.txtBox {
	width: 100%;
	height: 30px;
	margin-top: 10px;
	background: #ffffff;
	color: #000000;
	text-align: center;
}
.Padding_10px {
	padding: 10px;
	color: black !important;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif !important;
	text-align: center !important;
	background: none !important;
}
.table_jogos {
	margin-top: 20px;
	width: 100%;
	border: none;
	border-collapse: collapse;
	box-sizing: border-box;
	border-radius: 30px;
}
.table_jogos th {
	padding: 3px;
	padding-left: 10px;
	box-sizing: border-box;
	color: #000000;
}
.table_jogos td {
	border: none;
	padding: 3px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 15px;
}
.table_jogos a {
	background-color: rgb(0, 61, 117);
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 50;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	text-decoration: none;
	box-sizing: border-box;
}
.background_normal {
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(202,214,228);
}
.background_hover {
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(202,214,228);
}
.th_1 {
	width:60%;
	text-align: left;
	color:rgb(0, 0, 0);
}
.th_2 {
	width: 10%;
	text-align: center;
}
.th_3 {
	width: 10%;
	text-align: center;
}
.th_4 {
	width: 10%;
	text-align: center;
}
.th_5 {
	width: 5%;
	text-align: center;
}
.th_5 a {
	font-weight: bold;
	box-sizing: border-box;
	background-color:#ff8f53;
	color:#fff;
}
.MessageError {
	width: calc(100% - 20px);
	background-color: #ff1c00;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px;
	text-align: center;
}
.Message {
	width: 100%;
	min-height: 100px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.divBilheteImpressao {
	width: calc(100% - 30px);
	margin: 15px;
	padding: 10px;
	background-color: rgb(248, 236, 194);
	color: black;
	box-sizing: border-box;
}
.btnImprimir {
	width: calc(100% - 20px);
	text-decoration: none;
	background-color: #cb6b05;
	color: white;
	display: block;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	margin: 10px;
}
.H3 {
	margin: 5px;
}
.HR {
	width: 100%;
	border: 0;
	border-bottom: 1px dashed black;
}
@media screen and (max-width:500px){
	.jogos_container {
	display: block;
	width: 100%;
	margin: 0px;
	}
	.apostas_container {
	width: 100%;
	display: none;
	margin: 0px;
	}
	.table_jogos {
	margin-top: 20px;
	width: 100%;
	border: none;
	border-collapse: collapse;
	box-sizing: border-box;
	border-radius: 30px;
}
}
.tcpais {
    background-color: #003d75 !important;
    color: white !important;
    font-size: 18px !important;
}

.tccampeonato {
    background-color: #f36519 !important;
    color: white !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.green{
	background-color:green !important;
	color:#fff !important;
}

.red{
	background-color:red !important;
	color:#fff !important;
}