@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');

body {
	font-family: "Outfit", sans-serif !important;
	height: 100%;
	margin: 0 auto !important;
	padding: 0;
	display: flex;
	flex-direction: column;
	min-width: 300px;
	max-width: 2000px;
}

.coluna-listagem-painel {
	width: 100%;
	float: left;
}

.coluna-listagem-painel:hover {
	background: #fcfcfc;
}

/* PAINEL data: 08/09/2011 */

ul.principal {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.principal li {
	font-size: 14px;
	list-style: none;
	/*color:#333;*/
	padding: 6px 0px 0px 10px;
	cursor: pointer;
}

ul.principal li:hover {
	/*text-decoration:underline;*/
	background: #f7f7f7;
	color: #3399cc;
}

ul.principal li.desativado {
	color: #737373;
	cursor: auto;
}

ul.principal li.desativado:hover {
	text-decoration: none !important;
	color: #666;
	text-align: left;
}

ul.principal li a span {
	text-transform: uppercase;
	color: #000000;
	font-size: 18px;
}

ul.principal li a {
	font-weight: bold;
	text-decoration: none;
	color: #0B300F;
}

ul.principal li:hover a span {
	font-weight: normal !important;
	background: none repeat scroll 0 0 transparent;
	color: #1E7E29;
	text-align: left;
}

ul.principal .valor {
	float: left;
	color: #999;
	padding-bottom: 5px;
	width: 98%;
	text-align: right;
}



@media screen and (min-width: 1500px) and (max-width: 7000px) {
	.mb_cfgservice {
		width: 100%;
		height: auto;
	}

	#bloco-calendario tr td {
		width: 125px;
	}
}