html, body {
	min-height: 100%;
	height: 100%;
}

body {
	/*font-family: "Roboto Slab", sans-serif;*/
	font-family: "Droid Sans";
	background-color: rgb(230, 230, 230);
	background-size: 100% 100%, 100px 100px;
	background-image: -webkit-linear-gradient(90deg, transparent, transparent),
		-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%,
		rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
	background-image: linear-gradient(90deg, transparent, transparent),
		linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%,
		transparent 50%, rgba(255, 255, 255, 0.3) 50%,
		rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
	padding: 15px;
}

.navbar {
	margin-bottom: 10px;
}

.navbar-inverse {
	background: #1d439e;
}

.panel-principal {
	margin-bottom: 10px;
}

.botoesForm {
	width: 80px;
	margin: 5px;
}

.form-inline {
	margin-bottom: 10px;
}

.form-inline label {
	margin-right: 10px;
}

.form-loteria {
	padding-left: 5px;
}

.painel-dezenas {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.painel-jogos {
	margin-left: 10px;
	margin-right: 10px;
}

.panel-body {
	padding: 10px;
}

.botaoDezena {
	background-color: #FFFFFF;
	background: -webkit-linear-gradient(180deg, #FFFFFF, #EEEEEE);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(180deg, #FFFFFF, #EEEEEE);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(180deg, #FFFFFF, #EEEEEE);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(180deg, #FFFFFF, #F1F1F1);
	border: 1px solid #888;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	border-radius: 50%;
	box-shadow: 2px 2px 2px #888;
	margin: 2px;
	font-weight: bold;
	text-align: center;
}

.botaoDezena:hover {
	-webkit-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	font-size: 17px;
}

.botaoDezenaAtivo {
	color: white;
	background: -webkit-linear-gradient(180deg, #e5ff98, #669900);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(180deg, #e5ff98, #669900);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(180deg, #e5ff98, #669900);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(180deg, #e5ff98, #669900);
	/*-webkit-animation: adicionaDezena 4s infinite;
	animation: adicionaDezena 2s infinite;*/
}

.botaoDezenaAtivo:hover {
	color: white;
	-webkit-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	font-size: 17px;
}

.dezenaJogo {
	background-color: #FFFFFF;
	background: -webkit-linear-gradient(180deg, #FFFFFF, #EEEEEE);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(180deg, #FFFFFF, #EEEEEE);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(180deg, #FFFFFF, #EEEEEE);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(180deg, #FFFFFF, #F1F1F1);
	border: 1px solid #888;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0;
	border-radius: 50%;
	box-shadow: 1px 1px 1px #888;
	margin: 2px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

textarea {
	resize: none;
}

.painelBotoes {
	text-align: center;
	margin-bottom: 10px;
}

.table thead tr th {
	border-bottom: 0;
}

.colunaJogo {
	width: 96%;
	padding: 2px !important;
}

.colunaRemoverJogo {
	vertical-align: middle !important;
	padding: 2px !important;
}

.table tbody tr:nth-child(2n) {
	background-color: #EEEEEE;
}

.menu-links {
	list-style-type: none;
	text-align: right;
	padding-left: 0px;
	vertical-align: middle;
	margin: 0;
	margin-right: 20px;
}

.menu-links li {
	text-align: left;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #FFFFFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-top: 10px;
}

.menu-links li:hover {
	background-color: #5bc0de;
	border-color: #46b886;
}

.footer {
	background-color: #f5f5f5;
}

@media ( min-width : 1261px) {
	.botaoDezena {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}
	.botaoDezena:hover {
		font-size: 17px;
	}
}

@media ( min-width : 1180px) and (max-width: 1260px) {
	.botaoDezena {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}
	.botaoDezena:hover {
		font-size: 16px;
	}
}

@media ( min-width : 1110px) and (max-width: 1179px) {
	.botaoDezena {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}
	.botaoDezena:hover {
		font-size: 15px;
	}
}

@media ( min-width : 992px) and (max-width: 1109px) {
	.botaoDezena {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12.5px;
	}
	.botaoDezena:hover {
		font-size: 13px;
	}
}

@media ( min-width : 486px) and (max-width: 991px) {
	.botaoDezena {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 17px;
	}
}

@media ( min-width : 411px) and (max-width: 485px) {
	.botaoDezena {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}
	.botaoDezena:hover {
		font-size: 15px;
	}
}

@media ( min-width : 350px) and (max-width : 410px) {
	.botaoDezena {
		width: 21px;
		height: 21px;
		line-height: 21px;
		font-size: 11px;
	}
	.botaoDezena:hover {
		font-size: 12px;
	}
}

@media ( min-width : 300px) and (max-width : 349px) {
	.botaoDezena {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
	}
	.botaoDezena:hover {
		font-size: 12px;
	}
}

@-webkit-keyframes adicionaDezena { 
	0%, 33% {
		-webkit-transform: scale(1);
	}

	33%, 66%{
		-webkit-transform: scale(0);
	}

	66%, 100%{
		-webkit-transform: scale(1);
	}
}

@keyframes adicionaDezena { 
	0%, 33% {
		transform: scale(1);
	}
	
	33%, 66%{
		transform: scale(0);
	}
	
	66%, 100%{
		transform: scale(1);
	}
}

#download:hover {
	background-color: #FFFFFF;
	border-radius: 5px;
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #bbbbbb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#bbbbbb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#bbbbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
}