@CHARSET "ISO-8859-1";

/* Large desktop */
@media ( min-width : 1200px) {
	...
}

/* Portrait tablet to landscape and desktop */
@media ( min-width : 768px) and (max-width: 979px) {
	...
}

/* Landscape phone to portrait tablet */
@media ( max-width : 767px) {
	...
}

/* Landscape phones and down */
@media ( max-width : 480px) {
	...
}

@media ( max-width : @screen-xs-min) {
	.modal-xs {
		width: @modal-sm;
	}
}

p {
	font-size: 15px;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	overflow-y: hidden;
	background: #FFF;
}

button:focus {
	outline: 0;
}

.valor-total {
	font-size: 16px;
}

.logo-jogo-quina {
	background-image: url("/img/sprite-loterias.png");
	background-position: -89px -51px;
}

.cent-body {
	border-radius: 5px;
	background: #FFF;
	margin-top: 100px;
	border-bottom: 0px solid #000;
}

.button-finalizar {
	border-top-style: initial;
	border-right-style: initial;
	border-left-style: initial;
	border-top-color: initial;
	border-right-color: initial;
	border-left-color: initial;
	width: 100%;
	height: 80px;
	font-size: 17px;
	background: #4369A1;
	color: #FFF;
	border-bottom-style: solid;
	border-bottom-color: #EEDD82;
	font-weight: 600;
	margin-top: 15px;
	outline: none;
	border: none;
	border-radius: 3px;
}

.title-body {
	font-size: 19.0pt;
	text-align: center;
	font-weight: bold;
	color: #AAA;
}

#comprar-creditos {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: green;
	padding: 5px;
	border-radius: 3px;
	margin-top: 5px;
}

.head-title {
	margin-left: 0px;
	border-radius: 5px;
	padding: 2.5px;
	width: 100%;
	background: #008B45;
	margin-top: 23px;
	height: 24px;
}

.banner-sorteio-row {
	border: 0px solid #e9e9e9;
	height: 150px;
	width: 70%;
	background-color: #FFF;
	margin: 0 auto;
}

.text-proximo-concurso {
	color: #AAA;
	margin-left: 13%;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
}

.margi-left {
	margin-left: 100px !important;
}

.msg-alert {
	width: 100%;
	border: 1px solid #FFD700;
	border-radius: 5px;
	margin-left: 0px;
	text-align: center;
	color: #FFD700;
	font-weight: bold;
	background-color: rgba(255, 215, 0, 0.3);
}

.msg-ok {
	width: 100%;
	border: 1px solid #FFD700;
	border-radius: 5px;
	margin-left: 0px;
	text-align: center;
	color: #FFD700;
	font-weight: bold;
	background-color: #3CB371;
}

.msg-error {
	background-color: rgba(255, 0, 0, 0.3);
	width: 87%;
	border-radius: 5px;
	border: 1px solid red;
	margin-left: 0px;
	text-align: center;
	color: #FF4500;
}

.conteudoCentral {
	margin-top: 30px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 70%;
	margin: auto;
}

#tbApostas {
	background: #f4f4f4;
	border-radius: 9px;
	font-size: 15px !important;
}

#tbCarrinho {
	width: 100%;
	margin-top: 25px;
}

#img-logo {
	margin-top: -32px;
	width: 280px;
	height: 170px;
	margin-left: 20%;
}

#menu-padrao-div {
	background: #FFF;
	width: 100%;
}

#menu-padrao-nav {
	/* background: #008B45; #EEE9E9; #4F4F4F; #406c0b; #260085; #F4A460; */
	background: #008B45;
	color: #EEE9E9;
	margin-top: 26px;
	position: relative;
	text-align: center;
	margin-top: 26px;
}

.cnt {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border: 0px solid #CCC;
}

#menu {
	text-align: center;
	float: center;
	height: 26px !important;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu ul li {
	display: inline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF !important;
}

#menu ul li a {
	padding: 10px 10px;
	display: inline-block;
	font-size: 13px;
	color: #555 !important;
	text-decoration: none;
	font-family: sans-serif;
	border-bottom: 0px solid #EDEDED;
}

#menu ul li a:hover {
	border-bottom: 1px solid #CD950C;
}

#sorteios {
	width: 100%;
	text-align: center;
}

#sorteio-list {
	display: inline-block;
	padding-left: 50px;
}

#numeros-sorteio {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	float: center;
	font-size: 11px;
	margin-top: 4.0px;
	margin-left: 0.21px;
}

#ultimos-sorteios {
	background: #FFF;
	height: 230px;
	border-left: 0px solid #008B45;
	border-right: 0px solid #008B45;
	border-bottom: 0px solid #F5F5F5;
	margin-bottom: 30px;
	border-top: 0px solid #F5F5F5;
	border-radius: 15px;
}

.ultimos-sorteios-h4 {
	text-align: center !important;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	margin-top: 0px;
	color: #AAA;
	margin-left: -5%;
}

#st {
	width: 100% !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border: 0px solid #CCC;
}

.time-coracao {
	font-weight: bold;
	margin-top: -10px !important;
	margin-top: -20%;
}

#nSorteio {
	margin: 0 auto;
	float: left;
	margin-left: 15px;
	margin-top: 8px;
	border-radius: 34px;
	width: 20px;
	height: 20px;
	margin-top: 8px;
}

.promocao {
	color: #FFF;
	padding: 7px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Arial Black', sans-serif;
}

#menu-nav-login {
	width: 23.3%;
	border-bottom: 0px solid #000;
	font-family: Boing-Bold, 'Arial Black', sans-serif;
	margin-top: 5px;
	margin-left: 75%;
	margin-right: 45px;
	font-size: 10px;
	border-radius: 5px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
	border-radius: 5px;
}

#menu-nav-login ul {
	padding: 15px 10px 15px;
	list-style: none;
}

#menu-nav-login ul li {
	display: inline;
	font-size: 10px !important;
}

#menu-nav-login ul li a {
	padding: 19px 10px;
	display: inline-block;
	/* visual do link */
	color: #555;
	font-size: 12px !important;
	text-decoration: none;
	border-bottom: 0px solid #EDEDED;
	text-decoration: none;
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu-nav-login ul li a:hover {
	color: green;
}

#jogar {
	width: 61%;
	height: 23px;
	border-radius: 5px;
	margin-top: 0%;
	margin-left: 22%;
	padding: 12px 12px 12px 235px;
	boder: 0px solid #CCC;
}

.mega-sena {
	color: #008B45 !important;
	margin-left: 15px;
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.mega-sena:hover {
	color: green !important;
	text-decoration: none;
	opacity: 0.5;
}

.dupla-sena {
	color: #750710 !important;
	margin-left: 15px;
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.dupla-sena:hover {
	color: #750710 !important;
	text-decoration: none;
	opacity: 0.5;
}

.lotomania {
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f37912 !important;
	margin-left: 15px;
}

.lotomania:hover {
	color: #f37912 !important;
	text-decoration: none;
	opacity: 0.5;
}

.quina {
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #252470 !important;
	margin-left: 15px;
}

.quina:hover {
	color: #252470 !important;
	text-decoration: none;
	opacity: 0.5;
}

.lotofacil {
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #931b85 !important;
	margin-left: 15px;
}

.lotofacil:hover {
	color: #931b85 !important;
	text-decoration: none;
	opacity: 0.5;
}

.timemania {
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f5ca19 !important;
	margin-left: 15px;
}

.timemania:hover {
	color: #f5ca19 !important;
	text-decoration: none;
	opacity: 0.5;
}

.loteca {
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ff3334 !important;
	margin-left: 15px;
}

.loteca:hover {
	color: #ff3334 !important;
	text-decoration: none;
	opacity: 0.5;
}

.lotogol {
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #138cc3 !important;
	margin-left: 15px;
}

.lotogol:hover {
	color: #138cc3 !important;
	text-decoration: none;
	opacity: 0.5;
}

#carrinho {
	color: #286090;
	float: right;
	margin-left: -20%;
	width: 130px;
	height: 38px;
	border-radius: 5px;
	margin-right: 50px;
	font-size: 13px;
	text-decoration: none;
}

#txtCarrinho {
	color: #111;
	margin-left: 8px;
}

.mega-sena-bolao {
	font-size: 15px;
	color: #008B45 !important;
	margin-left: 12px;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	text-decoration: none;
}

.dupla-sena-bolao {
	font-size: 15px;
	color: #750710 !important;
	margin-left: 12px;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	text-decoration: none;
}

.lotomania-bolao {
	font-size: 15px;
	color: #f37912 !important;
	margin-left: 12px;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	text-decoration: none;
}

.quina-bolao {
	font-size: 15px;
	color: #252470 !important;
	margin-left: 12px;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	text-decoration: none;
}

.lotofacil-bolao {
	font-size: 15px;
	color: #931b85 !important;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	margin-left: 12px;
	text-decoration: none;
}

.timemania-bolao {
	font-size: 15px;
	color: #f5ca19 !important;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	margin-left: 12px;
	text-decoration: none;
}

.hover-loteria:hover {
	text-decoration: none;
	opacity: 0.5;
}

.loteca-bolao {
	font-size: 15px;
	color: #ff3334 !important;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	margin-left: 12px;
	text-decoration: none;
}

.lotogol-bolao {
	font-size: 15px;
	color: #138cc3 !important;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	margin-left: 12px;
	text-decoration: none;
}

#calendarioJogos {
	text-align: center;
	background: #FFF;
	border: 0px solid #F5F5F5;
	border-radius: 10px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 0px 0px #F5F5F5;
	position: relative;
	margin: 0 auto;
}

.calendario-jogo {
	background-color: #FFF;
	height: 130px;
	width: 9%;
	margin-left: 0px;
	display: inline-block;
	margin-top: 6px;
	padding: 10px 11px 0px 0px;
	float: none;
	border-radius: 30px;
	margin-left: 7px;
}

.li-menu-boloes {
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-top: 0px solid #FFF;
	width: 185px;
	margin-top: 5px;
	background-color: #FFF;
}

.calendario-jogo-especial {
	background-color: #FFF;
	height: 130px;
	display: inline-block;
	width: 12%;
	margin-left: 6px;
	margin-top: 6px;
	text-align: center;
	padding: 10px 23px 0px 0px;
	border-radius: 30px;
}

.trevo-img-small {
	width: 19px;
	height: 19px;
	margin-right: 5px;
}

.posicao-dezenas {
	margin-top: 5px;
	margin-right: 1px;
}

.btn-remover-jogo {
	cursor: pointer;
}

/* LOTEERIAS | MEGA-SENA */
.loteria-mega-sena {
	width: 99.8%;
	background-color: #FFF;
	border-radius: 3px;
	margin-top: 20px;
	height: 450px;
	margin-left: -5px;
	border: 0px solid #CCC;
}

.titulo {
	border-radius: 3px;
	width: 96.7%;
	height: 50px;
	background-color: #209869;
	position: absolute;
}

#titulo-loteria {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	margin-top: 5px;
	float: left;
}

#titulo-loteria-valor {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	margin-top: -5px;
	float: left;
	font-weight: bold;
}

#numeros-aposta-left-mega {
	margin-top: 70px;
	margin-left: 9%;
	width: 360px;
	border: 0px solid #CCC;
	float: left;
	border-radius: 8px;
	box-shadow: 5px 5px 5px 1px #DCDCDC;
}

#numeros-aposta-right {
	margin-top: 70px;
	margin-left: 0px;
	width: 40%;
	float: right;
	border: 0px solid #CCC;
}

.dezenas-row {
	margin-top: 5px;
	margin-left: 0px;
}

.ctn-mg {
	margin-left: 70px;
	border-right: 3px solid #209869;
	width: 2px;
	height: 440px;
	float: left;
}

#dezenas-mg {
	width: 31px;
	height: 31px;
	margin-top: 3px;
	border-radius: 0px;
	border: 1px solid #209869;
	background-color: #FFF;
}

#dezenas-mg:active, #dezenas-mg:focus, #dezenas-mg.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dezenas-mg-selecionada {
	color: #FFF;
	background-color: #209869 !important;
}

.m {
	width: 87%;
	border-bottom: 3px solid #209869;
	margin-top: 3px;
	margin-left: -118px;
	border-radius: 8px;
}

#btn-mega {
	background-color: #209869 !important;
	outline: none;
	color: #FFF;
}

.loteria-baixo-mega-sena {
	margin-top: 1%;
	margin-bottom: 10px;
	width: 100%;
	height: 14%;
	float: left;
	border: 0px solid #CCC;
	border-bottom: 3px solid #209869;
}

/* FIM - LOTERIAS | MEGA-SENA */

/* LOTEERIAS | DUPLA-SENA */
.loteria-dupla-sena {
	background-color: #FFF;
	border-radius: 3px;
	margin-top: 20px;
	width: 98.6%;
	height: 500px;
	margin-left: -1%;
	border: 0px solid #CCC;
}

.titulo-dupla-sena {
	border-radius: 3px;
	width: 95.8%;
	height: 50px;
	background-color: #750710;
	position: absolute;
}

#titulo-loteria {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	margin-top: 5px;
	float: left;
}

#titulo-loteria-valor {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	margin-top: -5px;
	float: left;
	font-weight: bold;
}

#numeros-aposta-left-dupla-sena {
	margin-top: 70px;
	margin-left: 9%;
	width: 350px;
	border: 0px solid #CCC;
	float: left;
	border-radius: 8px;
	box-shadow: 5px 5px 5px 1px #DCDCDC;
}

#numeros-aposta-right {
	margin-top: 70px;
	margin-left: 0px;
	width: 40%;
	float: right;
	border: 0px solid #CCC;
}

.dezenas-row {
	margin-top: 5px;
	margin-left: 0px;
}

.ctn-ds {
	margin-left: 70px;
	border-right: 3px solid #750710;
	width: 2px;
	height: 440px;
	float: left;
}

#dezenas-ds {
	width: 31px;
	height: 31px;
	margin-top: 5px;
	margin-right: -1px;
	border-radius: 0px;
	border: 1px solid #750710;
	background-color: #FFF;
	height: 31px;
}

#dezenas-ds:active, #dezenas-ds:focus, #dezenas-ds.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.m-dupla-sena {
	width: 87%;
	border-bottom: 3px solid #750710;
	margin-top: 3px;
	margin-left: -125px;
	border-radius: 8px;
}

#btn-dupla-sena {
	background-color: #750710 !important;
	border: 1px solid #750710;
	outline: none;
	color: #FFF;
}

.dezenas-ds-selecionada {
	color: #FFF;
	border: 2px solid #CCC;
	background-color: #750710 !important;
}

.loteria-baixo {
	margin-top: 1%;
	margin-bottom: 10px;
	width: 100%;
	height: 14%;
	float: left;
	border: 0px solid #CCC;
	border-bottom: 3px solid #750710;
}

/* FIM - LOTEERIAS | DUPLA-SENA */

/* LOTEERIAS | LOTOMANIA */
.loteria-lotomania {
	background-color: #FFF;
	border-radius: 3px;
	margin-top: 16px;
	width: 100%;
	height: 600px;
	margin-left: -1%;
	border: 0px solid #CCC;
}

.titulo-lotomania {
	border-radius: 3px;
	width: 97.2%;
	height: 50px;
	background-color: #f37912;
	position: absolute;
}

#titulo-loteria {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	margin-top: 5px;
	float: left;
}

#titulo-loteria-valor {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	margin-top: -5px;
	float: left;
	font-weight: bold;
}

#numeros-aposta-left-lotomania {
	margin-top: 70px;
	margin-right: 15px;
	margin-left: 9%;
	width: 360px;
	border: 0px solid #CCC;
	float: left;
	border-radius: 8px;
	box-shadow: 5px 5px 5px 1px #DCDCDC;
}

#numeros-aposta-right {
	margin-top: 70px;
	margin-left: 0px;
	width: 40%;
	float: right;
	border: 0px solid #CCC;
}

.dezenas-row {
	margin-top: 5px;
	margin-left: 0px;
}

#dezenas-lm:active, #dezenas-lm:focus, #dezenas-lm.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dezenas-lm-selecionada {
	color: #FFF;
	border: 2px solid #CCC;
	background-color: #f37912 !important;
}

.ctn-lm {
	margin-left: 70px;
	border-right: 3px solid #f37912;
	width: 2px;
	height: 580px;
	float: left;
}

#dezenas-lm {
	width: 31px;
	height: 31px;
	margin-top: 5px;
	border-radius: 0px;
	border: 1px solid #f37912;
	background-color: #FFF;
}

.m-lotomania {
	width: 80%;
	border-bottom: 3px solid #f37912;
	margin-top: 3px;
	margin-left: -100px;
	border-radius: 8px;
}

#btn-lotomania {
	background-color: #f37912 !important;
	border: 1px solid #f37912;
	outline: none;
	color: #FFF;
}

.loteria-baixo-lotomania {
	margin-top: 1%;
	margin-bottom: 10px;
	width: 100%;
	height: 14%;
	float: left;
	border: 0px solid #CCC;
	border-bottom: 3px solid #f37912;
}

/* FIM - LOTEERIAS | LOTOMANIA */

/* LOTEERIAS | QUINA */
.loteria-quina {
	background-color: #FFF;
	border-radius: 3px;
	margin-top: 16px;
	width: 100%;
	height: 550px;
	margin-left: -1%;
	border: 0px solid #CCC;
}

.titulo-quina {
	border-radius: 3px;
	width: 97.2%;
	height: 50px;
	background-color: #260085;
	position: absolute;
}

#titulo-loteria {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	margin-top: 5px;
	float: left;
}

#titulo-loteria-valor {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	margin-top: -5px;
	float: left;
	font-weight: bold;
}

#numeros-aposta-left-quina {
	margin-top: 70px;
	margin-left: 9%;
	width: 355px;
	border: 0px solid #CCC;
	float: left;
	border-radius: 8px;
	box-shadow: 5px 5px 5px 1px #DCDCDC;
}

#numeros-aposta-right {
	margin-top: 70px;
	width: 40%;
	font-size: 12px;
	padding-left: 110px;
	float: left;
	border: 0px solid #CCC;
	float: left;
}

.dezenas-row {
	margin-top: 5px;
	margin-left: 0px;
}

.dezenas-qn-selecionada {
	color: #FFF;
	border: 2px solid #CCC;
	background-color: #260085 !important;
}

.ctn-qn {
	margin-left: 70px;
	border-right: 3px solid #260085;
	width: 2px;
	height: 540px;
	float: left;
}

#dezenas-qn {
	width: 31px;
	height: 31px;
	margin-top: 5px;
	border-radius: 0px;
	border: 1px solid #260085;
	background-color: #FFF;
}

#dezenas-qn:active, #dezenas-qn:focus, #dezenas-qn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.m-quina {
	width: 87%;
	border-bottom: 3px solid #260085;
	margin-top: 3px;
	margin-left: -118px;
	border-radius: 8px;
}

#btn-quina {
	background-color: #260085 !important;
	border: 1px solid #260085;
	outline: none;
	font-size: 13px !important;
	color: #FFF !important;
}

.loteria-baixo-quina {
	margin-top: 1%;
	margin-bottom: 10px;
	width: 100%;
	height: 14%;
	float: left;
	border: 0px solid #CCC;
	border-bottom: 3px solid #252470;
}

/* FIM - LOTEERIAS | QUINA */

/* LOTEERIAS | DIA DA SORTE */
.loteria-dia-da-sorte {
	background-color: #FFF;
	border-radius: 3px;
	margin-top: 16px;
	width: 100%;
	height: 550px;
	margin-left: -1%;
	border: 0px solid #CCC;
}

.titulo-dia-da-sorte {
	border-radius: 3px;
	width: 97.2%;
	height: 50px;
	background-color: #f5ca19;
	position: absolute;
}

#titulo-loteria {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	margin-top: 5px;
	float: left;
}

#titulo-loteria-valor {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	margin-top: -5px;
	float: left;
	font-weight: bold;
}

#numeros-aposta-left-dia-da-sorte {
	margin-top: 70px;
	margin-left: 9%;
	width: 360px;
	border: 0px solid #CCC;
	float: left;
	border-radius: 8px;
	box-shadow: 5px 5px 5px 1px #DCDCDC;
}

#numeros-aposta-right {
	margin-top: 70px;
	margin-left: 0px;
	width: 40%;
	float: right;
	border: 0px solid #CCC;
}

.dezenas-row {
	margin-top: 5px;
	margin-left: 0px;
}

.ctn-tm {
	margin-left: 70px;
	border-right: 3px solid #f5ca19;
	width: 2px;
	height: 540px;
	float: left;
}

#dezenas-dst {
	width: 31px;
	height: 31px;
	margin-top: 5px;
	border-radius: 0px;
	border: 1px solid #f5ca19;
	background-color: #FFF;
}

.m-dia-da-sorte {
	width: 87%;
	border-bottom: 3px solid #f5ca19;
	margin-top: 3px;
	margin-left: -118px;
	border-radius: 8px;
}

#dezenas-dst:active, #dezenas-dst:focus, #dezenas-dst.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dezenas-dst-selecionada {
	color: #FFF;
	border: 2px solid #CCC;
	background-color: #f5ca19 !important;
}

#btn-dia-da-sorte {
	background-color: #f5ca19 !important;
	border: 1px solid #f5ca19;
	outline: none;
	color: #FFF;
}

.loteria-baixo-dia-da-sorte {
	margin-top: 1%;
	margin-bottom: 10px;
	width: 100%;
	height: 14%;
	float: left;
	border: 0px solid #CCC;
	border-bottom: 3px solid #f5ca19;
}

/* FIM - LOTEERIAS | DIA DA SORTE */

/* LOTEERIAS | TIMEMANIA */
.loteria-timemania {
	background-color: #FFF;
	border-radius: 3px;
	margin-top: 16px;
	width: 100%;
	height: 550px;
	margin-left: -1%;
	border: 0px solid #CCC;
}

.titulo-timemania {
	border-radius: 3px;
	width: 97.2%;
	height: 50px;
	background-color: #f5ca19;
	position: absolute;
}

#titulo-loteria {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	margin-top: 5px;
	float: left;
}

#titulo-loteria-valor {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	margin-top: -5px;
	float: left;
	font-weight: bold;
}

#numeros-aposta-left-timemania {
	margin-top: 70px;
	margin-left: 9%;
	width: 360px;
	border: 0px solid #CCC;
	float: left;
	border-radius: 8px;
	box-shadow: 5px 5px 5px 1px #DCDCDC;
}

#numeros-aposta-right {
	margin-top: 70px;
	margin-left: 0px;
	width: 40%;
	float: right;
	border: 0px solid #CCC;
}

.dezenas-row {
	margin-top: 5px;
	margin-left: 0px;
}

.ctn-tm {
	margin-left: 70px;
	border-right: 3px solid #f5ca19;
	width: 2px;
	height: 540px;
	float: left;
}

#dezenas-tm {
	width: 31px;
	height: 31px;
	margin-top: 5px;
	border-radius: 0px;
	border: 1px solid #f5ca19;
	background-color: #FFF;
}

.m-timemania {
	width: 87%;
	border-bottom: 3px solid #f5ca19;
	margin-top: 3px;
	margin-left: -118px;
	border-radius: 8px;
}

#dezenas-tm:active, #dezenas-tm:focus, #dezenas-tm.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dezenas-tm-selecionada {
	color: #FFF;
	border: 2px solid #CCC;
	background-color: #f5ca19 !important;
}

#btn-timemania {
	background-color: #f5ca19 !important;
	border: 1px solid #f5ca19;
	outline: none;
	color: #FFF;
}

.loteria-baixo-timemania {
	margin-top: 1%;
	margin-bottom: 10px;
	width: 100%;
	height: 14%;
	float: left;
	border: 0px solid #CCC;
	border-bottom: 3px solid #f5ca19;
}

/* FIM - LOTEERIAS | TIMEMANIA */

/* LOTEERIAS | LOTOFACIL */
.loteria-lotofacil {
	background-color: #FFF;
	border-radius: 3px;
	margin-top: 16px;
	width: 99%;
	height: 450px;
	margin-left: -1%;
	border: 0px solid #CCC;
}

.titulo-lotofacil {
	border-radius: 3px;
	width: 95.7%;
	height: 50px;
	background-color: #931b85;
	position: absolute;
}

#titulo-loteria {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	margin-top: 5px;
	float: left;
}

#titulo-loteria-valor {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	margin-top: -5px;
	float: left;
	font-weight: bold;
}

#numeros-aposta-left-lf {
	margin-top: 70px;
	margin-left: 15px;
	width: 45%;
	border: 0px solid #CCC;
	float: left;
	border-radius: 8px;
	box-shadow: 5px 5px 5px 1px #DCDCDC;
}

.ctn {
	margin-left: 70px;
	border-right: 3px solid #931b85;
	width: 2px;
	height: 440px;
	float: left;
}

#numeros-aposta-right {
	margin-top: 70px;
	margin-left: 0px;
	width: 40%;
	float: right;
	border: 0px solid #CCC;
}

.dezenas-row-lotofacil {
	margin-top: 5px;
	margin-left: 27%;
}

.dezenas-lf-selecionada {
	color: #FFF;
	border: 2px solid #931b85;
	background-color: #931b85 !important;
}

#dezenas-lf {
	width: 31px;
	height: 31px;
	margin-top: 3px;
	border-radius: 0x;
	border: 2px solid #931b85;
	background-color: #FFF;
	border: 2px solid #931b85;
}

#dezenas-lf:active, #dezenas-lf:focus, #dezenas-lf.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.m-lotofacil {
	width: 63%;
	border-bottom: 3px solid #931b85;
	margin-top: 3px;
	margin-left: -60px;
	border-radius: 8px;
}

#btn-lotofacil {
	background-color: #931b85 !important;
	border: 1px solid #931b85;
	outline: none;
	font-size: 13px;
	color: #FFF;
}

.loteria-baixo-lotofacil {
	margin-top: 1%;
	margin-bottom: 10px;
	width: 100%;
	height: 14%;
	float: left;
	border: 0px solid #CCC;
	border-bottom: 3px solid #931b85;
}

/* FIM - LOTEERIAS | lotofacil */

/* LOTERIAS | LOTECA */
.loteria-loteca {
	background-color: #FFF;
	border-radius: 3px;
	margin-top: 16px;
	width: 99%;
}

.inputLc {
	border: 1px solid #ff3334;
	width: 40px;
	margin-top: 8px;
	height: 40px;
	cursor: pointer;
}

#tabelaLoteca {
	width: 100%;
}

.titulo-loteca {
	border-radius: 3px;
	width: 95.7%;
	height: 50px;
	background-color: #ff3334;
	position: absolute;
}

#titulo-loteria {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	margin-top: 5px;
	float: left;
}

#titulo-loteria-valor {
	width: 283px;
	border: 0px solid #CCC;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	margin-top: -5px;
	float: left;
	font-weight: bold;
}

#loteca {
	margin-top: 70px;
	margin-left: 15%;
	margin-bottom: 15px;
	width: 70%;
	border: 0px solid #CCC;
	float: left;
	text-align: center;
	border-radius: 8px;
	box-shadow: 3px 3px 3px 1px #fff;
}

.dezenas-lc-selecionada {
	color: #FFF;
	border: 2px solid #ff3334;
	background-color: #ff3334 !important;
}

#dezenas-lc:active, #dezenas-lc:focus, #dezenas-lc.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.m-loteca {
	width: 94%;
	border-bottom: 3px solid #ff3334;
	margin-top: 3px;
}

#btn-loteca {
	background-color: #ff3334 !important;
	border: 1px solid #ff3334;
	color: #FFF;
}

.loteria-baixo-loteca {
	margin-top: 1%;
	margin-bottom: 10px;
	width: 100%;
	height: 14%;
	float: left;
	border: 0px solid #CCC;
	border-bottom: 3px solid #ff3334;
}

/* FIM - LOTECA | LOTECA */
.item .alert {
	float: left;
	margin: 0 0 0 20px;
	padding: 3px 10px;
	color: #FFF;
	border-radius: 3px 4px 4px 3px;
	background-color: green;
	max-width: 170px;
	white-space: pre;
	position: relative;
	left: -15px;
	opacity: 0;
	z-index: 1;
	transition: 0.15s ease-out;
}

.item .alert::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-color: transparent green transparent transparent;
	border-style: solid;
	border-width: 11px 7px;
	position: absolute;
	left: -13px;
	top: 1px;
}

.item.bad .alert {
	left: 0;
	opacity: 1;
}

.inl-bl {
	display: inline-block;
}

.well .markup {
	background: #fff;
	color: #777;
	position: relative;
	padding: 45px 15px 15px;
	margin: 15px 0 0 0;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: none;
}

.well .markup::after {
	content: "Example";
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.form-label-cliente {
	text-align: left !important;
}

/* background: #008B45; #EEE9E9; #4F4F4F; #406c0b; #260085; #F4A460; */
#btnJogar {
	background: #ffc600;
	width: 80px;
	font-size: 12px;
	height: 30px;
	border-radius: 7px;
	width: 80px;
	margin-top: 2px;
	border: none;
	color: #FFF;
	display: block;
	margin-left: auto;
	outline: none;
	margin-right: auto;
}

#btnJogar:focus {
	outline: 0;
}

.btn {
	font-size: 13px;
}

#btn-honer:hover {
	background: #000;
}

#btnJogar:HOVER {
	background: #FFA500;
}

#depoimentos {
	background-color: #FAFAFA;
	width: 62%;
	margin-left: 28%;
	margin-top: 60px;
	border: 0px solid #CCC;
	padding: 4px 4px 4px 4px;
	border-radius: 5px;
	height: 170px;
	font-color: #888;
}

#titulo-depoimento {
	height: 30px;
	width: 60%;
	text-align: center;
	margin-left: 18%;
	border-radius: 5px;
	background: #999;
	font-weight: bold;
	font-style: italic;
	padding: 7px;
	font-size: 12px;
	color: #FFF;
}

.modal-dialog { .close-button { overflow:hidden;button .close {
	font-size:30px;
	line-height: 30px;
	padding: 7px 4px 7px 13px; @ include text-shadow(none); @ include
	opacity(.7);
	color: #fff;
	span
	{
	display
	:
	block;
}

&
:hover, &:focus { @include opacity(1);
	outline: none;
}

}
}
.modal-body {
	height: 800px !important;
	max-height: 800px !important;
}

.modal-content {
	box-shadow: none;
	background-color: transparent;
	border: 0; iframe { display : block;
	margin: 0 auto;
}

}
}

/**Definiremos as configurações do Container do slide **/
#sliders {
	/*Remove o bullet*/
	list-style: none;
	/* Define que position:relative porque os 
	 * elementos filhos usarão absolute
	 */
	position: relative;
	/*Define a largura*/
	width: 100%;
	/*Define uma altura*/
	height: 203px;
	/*Centralizar na horizontal*/
	margin: 0 auto;
	/*Oculta os elementos que ultrapassarem 
	* as dimensões definidas
	*/
	overflow: hidden;
}
/*Configuremos os itens do slide*/
#sliders li {
	/*Definimos como posição absoluta, seguindo o elemento pai*/
	position: absolute;
	width: 100%;
	/*Define que ficará encostado no topo*/
	top: 0;
	/*Define que ficará enconstado do lado esquerdo*/
	left: 0;
	/*Coloca a opacidade zero, pra ocultar*/
	opacity: 0;
	/*Define ordenação relacionados os elementos*/
	z-index: 0;
	/*Cria uma transição da opacidade com 1 segundo*/
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/* Agora defiremos uma classe 
 * que mostrar o item atual
 */
#sliders li.slider-active {
	/*Ordena que ficará a frente dos itens*/
	z-index: 1;
	/*Mostra o slide atual*/
	opacity: 1;
}