@CHARSET "UTF-8";

#propostasProgress {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

td.mapaPontos {
	background-color: #757575;
	color:white;
}

.condensed {
	padding: 2px 2px;
}


.oddRow01 {
	background-color: #2196f3;
}

.evenRow01 {
	background-color: #64b5f6;
}

.oddRow02 {
	background-color: #4fc3f7;
}

.evenRow02 {
	background-color: #81d4fa;
}

.oddRow04 {
	background-color: #c3c3c3;
}

.evenRow04 {
	background-color: #d4d4d4;
}

.linkcursor {
	cursor: pointer;
}

.photothumb {
	max-width: 40px;
	max-height: 40px;
}

.listTitle {
	background-color: #fafafa;
	border-bottom-color: #2196f3;
	color:#2196F3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: 400;
	font-size: 2em;
	padding: .35em;
	text-shadow: 1px 1px #fff;
	text-transform: uppercase;
}

.formFooter {
	background-color: #fafafa;
	border-top-color: #2196f3;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 2em;
	position: fixed;
	bottom:0px;
	left:0px;
	padding: 1em;
	width: 100vw;	
	box-sizing: border-box;
	box-shadow: 0px -1px 5px rgba(0,0,0,.2);
}

.formFooterSimples {
	margin-top: 2em;
	position: fixed;
	bottom:0px;
	padding: 1em;
	width: 100%;
	z-index: 100;
	background-color: transparent;
	pointer-events:none;
}

.formFooterSimples > * {
	pointer-events:all;
}

table {
	/*
	background-color: #42a5f5;
	color:white;
	*/
	}

th, .userMenu {
	font-family: "Roboto Condensed";
	text-transform: uppercase;

	border-radius: 0px;
	font-size: 1em;
	font-weight: bold;
	padding: 1px;
	margin: 0px;
	color:#2196F3;
	text-align: center;
/*
	background-color: #42a5f5;
	color:white;
*/
	/*background-color: #03a9f4;*/	
	/*font-weight: bold;*/
}

.userMenu {
	text-align: left;
}

td {
	font-family:'Yanone Kaffeesatz';
	/*max-height: 10px;*/
	padding: 3px;
	font-size: 1em;
	color:#212121:

/*	background-color: #64b5f6; */

}


.celulaPeriodoFinal {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #01579b;
}

.metaNaoAtingida {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #b71c1c;
	background: linear-gradient(to right, #b71c1c, #ffebee, #ffebee, #ffebee);
}

.metaAlertaAtingida {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ffeb3b;
	background: linear-gradient(to right, #ffeb3b, #fffde7, #fffde7, #fffde7);
}

.metaAtingida {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #00c853;
	background: linear-gradient(to right, #00c853, #e8f5e9, #e8f5e9, #e8f5e9);
}

.metaSuperada {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #01579b;
	background: linear-gradient(to right, #01579b, #e1f5fe, #e1f5fe, #e1f5fe);
}

.metaTooltip {
	content: " ";
	position: relative;
	display:inline-block;
	overflow:hidden;
	top: 0px;
	left:0px;
	width:10px;
	height:10px;
	margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #263238 transparent transparent #263238;
}

.fullScreen {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 100vw;
	min-height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	padding-top: 50vh;
	background-color: rgba(0,0,0,.3);
	z-index: 100;
}

.logInformacao {}
.logAlerta {
	background-color:#ffe0b2 ;
}
.logAviso {
	background-color:#b3e5fc ;
}
.logDebug {
	background-color: #bcaaa4;
}
.logErro {
	background-color: #ffab91;
}
.logCritico {
	background-color: #000;
	color: white;
}

.side-nav {
	top:65px;
}


fieldset {
	background-color:white;
}
fieldset.fieldsetTitulo {
	border-radius: 3px 3px 0px 0px;
	padding-top:10px;
	background-color: #2196f3;
	color:white;
}
fieldset.fieldsetComTitulo {
	border-radius: 0px 0px 0px 0px;
	padding-top:10px;
	border-top-style: none;
}
fieldset.fieldsetSemTitulo {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
fieldset.fieldsetSemRodape {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
fieldset.fieldsetComRodape {
	border-bottom-style: none;
}
fieldset.fieldsetRodape {
	border-radius: 0px 0px 3px 3px;
	padding-top:10px;
	background-color: #4caf50;
	color:white;
}

body {
	/* background-color : #eceff1; */
	background-color:white;
}

/*
fieldset {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #f5f5f5;
}
fieldset:hover {
	border-color:#29b6f6;
}

input:hover, input:focus, textarea:hover, textarea:focus, input.select-dropdown:hover, input.select-dropdown:focus {
	background-color:white;
	
}
*/