﻿html {
	/*background-color: #efeeef #f1eeee*/
	background: url('/Images/back2.png') repeat-x fixed #efeeef;
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAJYCAIAAAAsaRvIAAABjElEQVRIx+2VwZLkMAhDJf7/n98cDDYk7u25btUcXJ12HBCSwAJCUgBazwQ4bAVSWArQ+C8UWCHVIowCO5zfS7T3fb3fWSt23wPCcsiEcKjng8y1cm9ccqA6vzDJmS8xsTEocXj/er+vPJp5n3to4ZMXhsJFxvE6c7AlVyr+vGLU3pWvZ35WTRtH1dbOODWwFgfJN4P78+zkzcX915zHE9svH/Efbot3nt6gY39/v/zYfEDmSu5F8VcannyrLp+cqQe+cZt4vWJuXS918dHfutfmZ60zz6xLWVPDD8l3r/NbjqnBjH38MHUv7vQ5fttH6QOmvm8/OGdE9Ulq0fy0cpc2zB4rj7fn4mb3MSTGmgM3P52ZVpyr9erYGx4qz/deOTmh9ZFbr9208U2jm8fObHTXsnhsvkDac++fsVMr5OHrngNNvp2xMeGhQ+uj0s+lJV/n/m9qf/Ubp8e3l320KD8yzjU/ojHzf4vpeO15D/T7Ms9wntn30OMeJWeL2b7S7guP2f66l/7W/7J+AOTEJYKHnGVqAAAAAElFTkSuQmCC) repeat-x fixed #efeeef;*/
	padding: 0;
}

html, body, form {
	height: 100%;
	margin: 0;
}

/* 
	Correção de bug no Chrome mobile a partir da versão 98
	em que campos de input embebidos em frames ou iframes sofrem um zoom exagerado de 10x ou mais quando o utilizador 
	faz um tap no campo, deixando depois o Chrome de atualizar a interface, mesmo que se faça zoom out manualmente
	Se quisermos resolver em todo o site e retirar o zoom quer esteja embebido quer não, pode-se adicionar o CSS
	input, select, textarea { touch-action: none; }	
	Se quisermos resolver em todo o site mas apenas quando o site está embebido, pode-se adicionar o JS no site.master
	if (self !== top) $("<style>").prop("type", "text/css").html("input, select, textarea { touch-action: none; }").appendTo("head");
	Se quisermos resolver apenas numa página específica, pode-se adicionar o JS na página
	if (self !== top) $("<style>").prop("type", "text/css").html("input, select, textarea { touch-action: none; }").appendTo("head");
*/
input, select, textarea { touch-action: none; }


.no-boost {
	/* Para evitar font-boosting no Crome e outros navegadores móveis*/
	max-height: 999999px; /* Chrome no Android */
	-moz-text-size-adjust: none; /* Firefox Mobile */
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	/*background-color: #fff;*/
	color: #333;
	font-size: .85em;
	font-family: "Segoe UI", Segoe, "Open Sans", "Trebuchet MS", Arial, Verdana, Helvetica, Sans-Serif; /* "DejaVu Sans", Tahoma */
	padding: 0px;
}

	body.lite {
	}

	body.lite2 {
	}

b, .bold, strong {
	font-weight: 600;
}

a {
	color: #333;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

	a:link, a:visited,
	a:active, a:hover {
		color: #333;
	}

	a:hover {
		background-color: #c7d1d6;
	}

a.pub {
	text-decoration: none;
	padding: 0;
}

a.pub:hover {
	background-color: transparent;
}

a.pub img {
	border: 1px solid #ccc;
}

a.pub img:hover {
	border: 1px solid #ff6a00;
	box-shadow: 0px 0px 3px #ff6a00;
}

mark {
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
}

.hidden {
	display:none;
}

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
	color: #000;
	margin: 15px 0;
	padding-bottom: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

	h5 a:link, h5 a:visited, h5 a:active {
		padding: 0;
		text-decoration: none;
	}

.large-text {
	font-size: 1.2em;
}

div.warning {
	padding: 0px 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 8px #ccc;
	background-color: #fafad8;
	border-radius: 5px;
}

	div.warning a {
		padding:initial;
	}

div.update {
	margin-top: 30px;
	font-size: 0.95em;
}

ul.docs, ul.results {
    list-style-type: none;
}

ul.docs li, ul.results li {
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
	font-size: 1.1em;
	margin-bottom: 4px;
}

	ul.docs li {
		background-image: url(/images/pdf.gif);
	}

	ul.results li {
	    background-image: url(/images/medal-16.png);
	}

/* Para rank no meio das classificações */
img.rank {
	width: 1.1em;
	height: 1.1em;
	vertical-align: bottom;
	margin: 0 0 0.1em 0.9em;
}

/* Para rank no meio dos popups de detalhes */
img.rank2 {
	width: 1.1em;
	height: 1.1em;
	vertical-align: bottom;
	margin: 0 0.2em 0.1em 0.1em;
}

span.races {
	margin-left: 0.6em;
	color: #888;
}

	span.races img {
		width: 1.2em;
		height: 1.2em;
		vertical-align: bottom;
		margin: 0 0 0.05em 0;
	}

/*Coord*/
span.obs {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url(/images/Info16.png);
	margin:0;
	padding:0;
	vertical-align:middle;
}
span.coord {
	width: 7px;
	height: 16px;
	display: inline-block;
	background-position:center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	vertical-align:middle;
}
span.c1  {
	background-image: url(/images/coord1.gif);
}
span.c2  {
	background-image: url(/images/coord2.gif);
}
span.c3  {
	background-image: url(/images/coord3.gif);
}
span.c4  {
	background-image: url(/images/coord4.gif);
}
span.c5  {
	background-image: url(/images/coord5.gif);
}
span.c6  {
	background-image: url(/images/coord6.gif);
}
span.c7  {
	background-image: url(/images/coord7.gif);
}
/*End Coord*/

/* Versão alternativa de rank no meio das classificações, usando entities */
/* (Descontinuado porque provocava efeitos diferentes em vários browsers) */
/*
.rank {
	margin-left: 0.9em;
}
	.rank.up {
		color:#7dee7d;
	}
	.rank.down {
		color:#ff6060;
	}
	.rank.new {
		color:#89bad3;
		text-shadow: 0px 0px 6px #fff;
	}
*/

/***********************************************************************************/
/* Chrome Hack - Em tablets, as setas aparecem pequeninas                          */
/***********************************************************************************/
/* V1 */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.rank.up {
		display:inline-block;
		font-size:0;
		border-right: 6px solid transparent;
		border-bottom: 11px solid #7dee7d;
		border-left: 6px solid transparent;
		vertical-align: middle;
		margin-top: -3px;
	}
	.rank.down {
		display:inline-block;
		font-size:0;
		border-right: 6px solid transparent;
		border-top: 11px solid #ff6060;
		border-left: 6px solid transparent;
		vertical-align: middle;
		margin-top: -3px;
	}
}
*/
/*V2*/
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.rank {
		width: 1em;
		display: inline-block;
	}
		.rank.new {
			color:transparent;
			background: url(/images/new.png) no-repeat center center;
			background-size: 1em 1em;
			text-shadow:none;
		}
		.rank.up {
			color:transparent;
			background: url(/images/up.png) no-repeat center center;
			background-size: 1em 1em;
		}
		.rank.down {
			color:transparent;
			background: url(/images/down.png) no-repeat center center;
			background-size: 1em 1em;
		}
}
*/

/* main layout
----------------------------------------------------------*/
.content-wrapper {
	margin: 0 auto;
	min-width: 750px;
	max-width: 1100px;
}

/*
#mydialog {
	padding: 12px 5px 5px 5px;
}
*/

#body {
	clear: both;
	padding: 0 8px 35px 8px;
	min-width: 750px;
	max-width: 1100px;
	margin: 0 auto;
}

.form {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -40px; /*-100px*/ /* the bottom margin is the negative value of the footer's height */
}

div.footer, div.push {
	height: 40px; /*100px*/
}

#body-lite {
	clear: both;
	min-width: 900px;
}

#body-lite2 {
	padding: 0 10px 10px 10px;
}

.main-content {
}

div.header {
	padding-top: 0.01em; /* Para corrigir um erro em que a altura fica maior que 100% - o footer desce e a scrollbar aparece*/
}

div.header .content-wrapper {
	background: url('/Images/Icon64.png') no-repeat scroll 5px 5px transparent;
}

div.header .float-right {
	padding-top: 30px;
}

div.footer {
	clear: both;
	background-color: #e2e2e2;
	font-size: .9em;
}

	div.footer p {
		margin: 0px;
		padding: 10px;
	}

/* site title
----------------------------------------------------------*/
.page-title {
	color: #4085af; /*#6bbeee;*/
	margin: 0 2px 15px 0;
	font-size: 1.3em;
	border-bottom: 1px dashed;
	padding: 10px 0 7px 0;
	display: block;
	font-weight: 600;
}

/*
.site-title {
	color: #c8c8c8;
	font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
	font-size: 2.3em;
	margin: 0;
}
*/
.site-title {
	/*color: #c5dadd;*/
	/*color: #b1d0dd;*/
	color: #4085af;
	font-weight: 600;
	font-size: 2.3em;
	margin: 0;
	padding: 0 0 0 85px;
	height: 76px;
	line-height: 75px;
	text-shadow: 1px 1px 1px #ddf;
	cursor: pointer;
}

	.site-title a, .site-title a:hover, .site-title a:active {
		background: none;
		color: #c8c8c8;
		outline: none;
		text-decoration: none;
	}


/* Página Inicial  
--------------------------------------------------------  */

.article {
	float: left;
	width: 100%;
	margin-right: -240px;
}

.article-content {
	margin-right: 240px;
}

.article-content-pad {
	margin-right: 255px;
	text-align: justify;
}

.aside {
	/*
	float: right;
	width:240px;
	*/
	text-align: center;
}

	.article h3, .aside h3, #loginAside h3, .article b, .article strong,
	.article a:link, .article a:visited, .article a:active, .article a:hover,
	#loginAside a:link, #loginAside a:visited, #loginAside a:active, #loginAside a:hover, 
	.aside a, .aside a:active, .aside a:hover  {
		color: #356;
	}

div.fpc {
	margin-top: 30px;
	text-align: center;
}

	div.fpc a:link, div.fpc a:visited, div.fpc a:active, div.fpc a:hover {
		text-decoration: none;
	}

	div.fpc img {
		width: 180px;
		height: 212px;
		border: none;
	}

/* login
----------------------------------------------------------*/
#login {
	display: block;
	font-size: .85em;
	margin: 0 0 10px;
	text-align: right;
}

	#login a {
		border-radius: 5px;
		text-decoration: none;
		padding: 6px 6px 6px 24px;
		background: #eee url("/Images/Locked16.png") no-repeat 4px center;
	}

		#login a:hover {
			background-color: #ffea6a;
		}

		#login a.username {
			background: none;
			margin-left: 0px;
			text-decoration: underline;
		}

	#login ul {
		margin: 0;
	}

	#login li {
		display: inline;
		list-style: none;
	}


/* page elements
----------------------------------------------------------*/
/* page titles */
div.title {
	margin-bottom: 10px;
}

/* content */

.label {
	font-weight: 600;
}

/* login page */
#loginForm {
	border-right: solid 2px #c8c8c8;
	float: left;
	width: 50%;
}

	#loginForm .validation-error {
		display: block;
		margin-left: 15px;
	}

#loginAside {
	margin: 20px 0 0 40px;
	float: left;
	width: 45%;
}

/* forms */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

	fieldset legend {
		display: none;
	}

	fieldset ol {
		padding: 0;
		list-style: none;
	}

		fieldset ol li {
			padding-bottom: 5px;
		}

label {
	display: inline;
	font-size: 1.1em;
	font-weight: 600;
}

	label.block {
		display: block;
		padding-bottom: 10px;
	}

	label.large {
		font-size: 1.2em;
	}

	label.required::after {
		content: " *";
		color: red;
	}

	label.optional::after {
		content: " (indique se pretender uma resposta)";
		color: gray;
		font-size: 0.8em;
		padding-left: 10px;
	}

input, textarea, select {
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #333;
	/*font-size: 1.2em;*/
	/*margin: 5px 0 6px 0;*/
	padding: 5px;
	/*width: 300px;*/
	border-radius: 4px;
}

input:disabled {
	border-color: transparent;
	pointer-events: none;
	background-color: transparent;
}

.input300 {
	font-size: 1.2em;
	margin: 2px 0px;
	padding: 5px;
	width: 300px;
}

.input500 {
	font-size: 1.2em;
	width: 500px;
}

textarea {
	font-family: inherit;
	width: 500px;
}

	input:focus, textarea:focus {
		border: 1px solid #7ac0da;
	}

input[type="checkbox"] {
	background: transparent;
	border: inherit;
	width: auto;
}

input[type="submit"],
input[type="button"],
button {
	background-color: #d3dce0;
	border: 1px solid #787878;
	cursor: pointer;
	font-size: 1em;
	font-weight: 600;
	padding: 7px;
	margin-right: 8px;
	width: auto;
	border-radius: 5px;
}

	input[type="submit"]:hover,
	input[type="button"]:hover,
	button:hover {
		background-color: whitesmoke;
	}

	/* Provisional Races */

	input[type="submit"].refresh,
	input[type="button"].refresh,
	button.refresh {
		padding: 2px 10px;
		background-color: #fac755; /* #efefff para azul esbatido */
		font-weight: normal;		
	}

	input[type="submit"].refresh:hover,
	input[type="button"].refresh:hover,
	button.refresh:hover {
		background-color: #ffe671;
	}

	input[type="submit"].refresh-off,
	input[type="button"].refresh-off,
	button.refresh-off {
		padding: 2px 10px;
		background-color: transparent /* #efefff */;
		font-weight: normal;
	}

	input[type="submit"].refresh-off:hover,
	input[type="button"].refresh-off:hover,
	button.refresh-off:hover {
		background-color: #fafaff;
	}

td input[type="submit"],
td input[type="button"],
td button {
	font-size: 1em;
	padding: 4px;
	margin-right: 4px;
}

input[type="submit"].fb,
input[type="button"].fb,
button.fb {
	background-color: #4267b2;
	border-color: #4267b2;
	color: #fff;
	background-image: url(/images/fbw16.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 7px 50%;
}

input[type="submit"].fb:hover,
input[type="button"].fb:hover,
button.fb:hover {
	background-color: #365899;
	border-color: #365899;
}

/* info and errors */
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error {
	color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}

/* tables
----------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 0.75em;
	border: 0 none;
}

table.simpleborder {
	border-spacing: 1px;
	border: 1px solid #888;
	min-width: 75%;
	background-color: white;
}

th {
	text-align: left;
	border: none 0px;
	border-bottom: 1px solid #333;
	padding-left: 0;
	padding-right: 8px;
}

td {
	padding: 0.25em 2em 0.25em 0em;
	border: 0 none;
}

table.alert td {
	padding: 1px;
}

table.simpleborder td {
	padding: 0.25em;
	border: 1px solid #ccc;
}

tr.pager td {
	padding: 0 0.25em 0 0;
}

/***********************************************************************************/

.wait {
	position: relative;
	display: none;
	z-index: 1000;
}

.wait2 {
	position: relative;
	display: block;
	height: 200px;
	margin-top: 100px;
}
#popup .wait2 {
	margin-top:0;
	height:auto;
}
.wait-text {
	left: 50%;
	margin: 0 0 0 -120px;
	width: 240px;
	padding: 23px;
	position: fixed; /*absolute;*/
	text-align: center;
	vertical-align: central;
	border: 1px solid grey;
	background-color: #FAFAFA;
	border-radius: 4px 4px;
	font-size: 1.6em;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#aaaaaa')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#aaaaaa');
	-moz-box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	box-shadow: 0px 0px 5px #aaa;
}
#popup .wait-text {
	left: 0;
	margin: 0;
	width: 100%;
	padding: 23px 0;
	position: relative;
}
/*Obsoleto?
.top-border {
	 border-top: 1px solid #c0c0c0;
}
*/

/*Obsoleto?
.bottom-border {
	border-bottom: 1px solid #c0c0c0;
}
*/

.padding10 {
	padding: 10px;
}

.center {
	text-align: center;
}

table.center {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.vcenter {
	vertical-align: middle;
}

.hand {
	cursor: pointer;
}

.results-header {
	display: table;
	margin: 0px auto 10px auto;
	white-space: nowrap;
	min-width: 300px;
}

	.results-header.ui-widget-content {
		margin: 0px auto 15px auto;
		background: #efefff;
	}

.results-header-left, .results-header-right {
	display: inline-block;
}

.results-header p {
	margin: 0 8px;
	font-size: 1.1em;
}

	.results-header p + p {
		margin: 14px 8px 0 8px;
	}

/* 
Em alternativa às duas regras anteriores, poderia-se usar algo do tipo 
.results-header p {
	font-size: 1.1em;
	margin: 0 8px;
	line-height: 2.1em;
}
*/

.results-header img.map {
	width: 300px;
	height: 225px;
	border: 1px solid #aaa;
	cursor: pointer;
	display: block; /* Necessário no Firefox quando a imagem não está disponível*/
}

img.zoom-popup {
	position: absolute;
	border: 1px solid #aaa;
	cursor: pointer;
	left: -340px; /* 640 da imagem grande - 300 da imagem pequena*/
	top: -231px; /* 480 da imagem grande - 225 da imagem pequena - 24? */
}

div.zoom-popup {
	position: absolute !important;
	z-index: 10002;
}

.zoom-icon {
	position: relative;
	z-index: 10001;
	/*pointer-events: none;*/
	cursor: pointer;
	width: 33px;
	height: 38px;
	top: -38px;
	left: 1px;
}

.drop-shadow {
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
}

.results-header a {
	color: #718bc8;
	font-weight: bold;
	text-decoration: underline;
}

	.results-header a:hover {
		color: #90cbe1;
		font-weight: bold;
		text-decoration: underline;
		background: inherit;
	}

.results-header-left {
	vertical-align: top;
	margin-top: 2px;
}

.top-sel {
	overflow: auto;
	padding: 10px;
	margin: 15px 0;
}

	.top-sel label.block, .top-sel label.inline {
		text-shadow: 0 0 5px rgba(255,255,255,0.8);
	}

		.top-sel label.inline select {
			text-shadow: none;
		}

	.top-sel label.inline {
		white-space: nowrap;
	}

.float-half-left {
	float: left;
	width: 50%;
}

/* Obsoleto? 
#topmenu select {
	margin: 5px 0;
}
*/

br.res {
	margin: 14px 0px 0px 0px;
	display: block;
	padding: 0px;
}

	br.res + .club-header {
		margin-top: 0px;
	}

.club-header {
	font-size: 1.3em;
	color: #f5f5f5;
	/*background-color: #48c;*/
	background: url('/Images/ui-bg_highlight-soft_20_48c_1x100.png') repeat-x scroll 50% 50% #48C;
	border-radius: 4px;
	text-shadow: 0px 0px 3px rgba(50,50,50,0.8);
	border: 1px solid #666;
	margin: 14px 0 14px 0;
	text-align: center;
	padding: 10px;
}

label.filter {
	background: url('/Images/filter.gif') no-repeat left 50%;
	padding-left: 22px;
}

.nowrap {
	white-space: nowrap;
}

.photo-wrapper {
	text-align: center;
}

.photo {
	background-color: white;
	display: inline-block;
	border: 1px solid #ccc;
	margin: 10px;
	padding: 15px 15px 10px 15px;
	border-radius: 10px;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
	box-shadow: 2px 2px 5px #ccc;
}

.photo-submit {
	display: inline-block;
	width: 400px;
	vertical-align: top;
	text-align: left;
	margin-left: 20px;
}

	.photo-submit p {
		padding-top: 2px;
	}

		.photo-submit p:first-child {
			font-size: 3em;
			margin: 0;
			color: #c5dadd;
			font-weight: bold;
			border-bottom: 2px dashed;
			padding-bottom: 10px;
		}

/***********************************************************************************/
/* Overrides ao jQuery UI*/
/***********************************************************************************/
.ui-widget-header {
	background: url('/Images/ui-bg_gloss-wave_75_aac6e6_500x140.png') repeat-x scroll 50% 50% #AAC6E6;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: "Segoe UI", Segoe, "Open Sans", "Trebuchet MS", Arial, Verdana, Helvetica, Sans-Serif; /*"DejaVu Sans", Tahoma */
	font-size: 1em;
}
/*
.ui-state-active a, .ui-state-active a:link {
	font-weight: 600;
}
*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	font-weight: 600;
}
div.dt_paginate label a.ui-state-active { /* Item seleccionado na paginação */
	font-weight: bold;
}
/* Overlays */
.ui-widget-overlay {
	background: #555555;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
/*
	Truque para Assinalar tabs que têm dados presentes
	https://css-tricks.com/forums/topic/css-background-image-color-overlay/
	https://css-tricks.com/tinted-images-multiple-backgrounds/
*/
/* V1 - Não funciona no Chrome, por causa do z-index -2 
.datapresent.ui-state-default:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-2;
  display:block;
  background: #ffea6a;
}
.datapresent.ui-state-active:before{
  display:none;
}
*/
/* V2 - Funciona em todo o lado, replicando estilos do jQuery UI */

.datapresent.ui-state-default {
	background: #ffea6a;
	/*#e6e6e6{bgColorDefault} url(images/ui-bg_glass_75_e6e6e6_1x400.png){bgImgUrlDefault} 50%{bgDefaultXPos} 50%{bgDefaultYPos} repeat-x{bgDefaultRepeat}*/
}
.datapresent.ui-state-active {
	background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
}



/***********************************************************************************/
/* Chrome Hack - A versão 28 ainda não suporta fontes com tamanho 600              */
/*			   - Este problema foi corrigido na versão 39 (Aug 20, 2014)           */
/*               https://code.google.com/p/chromium/issues/detail?id=335050        */
/***********************************************************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	b, .bold, strong, label, .label, .site-title, input[type="submit"], input[type="button"], button,
	th a:link, th a:visited, th a:active, th a:hover,
	table.dt thead th.ui-state-default, table.dt tfoot th.ui-state-default .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
	table.dt tr.total, table.dt tr.total.odd, table.dt tr.total.even, table.dt tr.total.odd:hover, table.dt tr.total.even:hover {
		font-weight: bold;
	}
}

/*MENU*/
ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #D7D7D7;
	background-color: #E7E7E7;
	border-radius: 5px;
	font-weight:600;
	font-size: 1.1em;
}

	ul.menu li {
		float: left;
	}

		ul.menu li a {
			display: block;
			color: #666;
			text-align: center;
			padding: 10px 16px;
			text-decoration: none;
		}

			ul.menu li a:hover {
				/*background-color: #d0d0d0;*/
				background-color:#4085af;
				color:white;
				border-radius: 5px;
			}

/* Página inicial */
a.district, a.district:link, a.district:visited {
	display: inline-block;
	width: 150px;
	height: 175px;
	background-color: white;
	margin: 7px 6px;
	border-radius: 20px;
	text-decoration: none;
	color: #4085af;
	border: 1px solid rgba(40,50,60,0.1);
}
	a.district.new {
		background: white url(/Images/star.png) no-repeat 94% 6%;
	}
	a.district:hover {
		text-decoration: underline;
		box-shadow: 0 0 8px rgba(0,0,0,0.3);
		color: darkred; /*color: #356;*/
		border: 1px solid transparent;
	}
	a.district div {
		margin-top: 5px;
		display: inline-block;
		width: 150px;
		height: 130px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		text-align: center;
		text-decoration: inherit;
	}
	a.district div span {
		display: inline-block;
		margin-top: 132px;
		font-size: 1.4em;
		text-decoration: inherit;
	}
a.btn {
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: transparent;
	display: inline-block;
}
a.btn img {
	margin: 8px 0px;
	width: 228px;
	height: 74px;
	border: 1px solid rgba(204,204,204,.6);
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1);
}
/* Index */
ul.index {
	list-style-type: none;
	padding: 0;
	width: 360px;
	background-color: #f1f1f1;
	box-shadow: 0px 0px 10px #ccc;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin: 0px auto;
}

	ul.index li a {
		display: block;
		color: #000;
		padding: 8px 0 8px 16px;
		text-decoration: none;
	}

		ul.index li a.active {
			margin-top: 30px;
			background-color: #5aaddd;
			color: white;
			cursor: default;
			font-size: 1.3em;
			border-top-left-radius: 6px;
			border-top-right-radius: 6px;
		}

		ul.index li a:hover:not(.active) {
			background-color: #777;
			color: white;
		}
table.index {
	width: 300px;
	margin: 0px auto;
	font-size: 1.3em;
	font-weight: 600;
	color: #4085af;
	white-space: nowrap;
	line-height: 1.5em;
}
	table.index td {
		vertical-align: central;
		width: 1%;
		padding: 30px 0 0 0;
	}
	table.index td+td {
		width: 99%;
		padding-left: 0.75em;
	}
p.index {
	font-size: 1.3em;
	color: #4085af;
	text-align: center;
	font-weight: 600;
	padding: 10px 0 0 0;
}
div.newdata {
	display:none;
	z-index: 1000;
	position: fixed;
	bottom: 40px;
	left: 0px;
	width: 40%;
	margin-left: 30%;
	text-align: center;
	padding: 10px 5px;
	background-color: #FFFFA0;
	background-color: rgba(255, 255, 160, 0.9);
	border: 1px solid #443322;
	border-radius: 5px;
	box-shadow: 0px 0px 5px;
}
@-webkit-keyframes myfade {
    0% {box-shadow: 0px 0px 5px #888, 0px 0px 5px #888;}
    20% {box-shadow: 0px 0px 5px #888, 0px 0px 500px #888;}
    100% {box-shadow: 0px 0px 5px #888, 0px 0px 500px #888;}
}
@keyframes myfade {
    0% {box-shadow: 0px 0px 5px #888, 0px 0px 5px #888;}
    20% {box-shadow: 0px 0px 5px #888, 0px 0px 500px #888;}
    100% {box-shadow: 0px 0px 5px #888, 0px 0px 500px #888;}
}
div.newdata {
	animation: myfade 5s infinite;
	-webkit-animation: myfade 5s infinite;
}