body {
	background-color: #FAFAFA;
}
footer {
	background-color: transparent !important;
}
div.menu a.item i {
	width: 32px !important;
	text-align: center;
}
.ui.tabular.menu .active.item {
    background-color: transparent;
}
.ui.inline.dropdown i {
    margin-left: 6px;
    color: #95a5a6;
}
.ui.inline.dropdown i:hover {
    color: #1e70bf;
}
.ui.inverted.segment a { font-weight: bold; color: white !important; text-decoration: underline; }

/* sorteios */
.ui.sorteio.segment .ui.tiny.label {
	vertical-align: top;
	margin-left: 1em;
}
.ui.sorteio.segment .botao-mais-detalhes, .lancamento-detalhes, .fatura-detalhes {
	cursor: pointer;
}
.ui.sorteio.segment .botao-mais-detalhes:hover {
	cursor: pointer;
	text-decoration: underline;
}
.ui.sorteio.segment .div-mais-detalhes {
	margin: 1em 0; 
	padding-top: 1em; 
	border-top: solid 1px #ecf0f1;
	display: none;
}
.ui.sorteio.segment .desistente { text-decoration: line-through; color: #c0392b; }
.ui.sorteio.segment .suplente-contemplado { text-decoration: line-through; color: #27ae60; }