@CHARSET "ISO-8859-1";

.headerMid {
	padding: 10px;
	background-color: #CAC0A7;
	border-style: inset;
	border-width: 1px;
	font-family: tahoma;
	font-size: 12px;
	color: #434F69;
}

.ok td {
	background-color: #6bad4d !important;
	color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: green;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: green;
}

.atencao td {
	background-color: #ebde8d !important;
	color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: orange;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: orange;
}

.urgente td {
	background-color: #f2dede !important;
	color: red;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: red;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: red;
}

.divBotoes {
	margin-top: 10px;
	text-align: center;
}

.tdValorOk {
	color: #006100;
	background-color: #c6efce !important;
	text-align: center !important;
	border-color: #c1b6b6;
	border-width: 1px;
	border-style: solid;
}

.tdValorAtencao {
	color: #be6500;
	background-color: #ffeb9c !important;
	text-align: center !important;
	border-color: #c1b6b6;
	border-width: 1px;
	border-style: solid;	
}

.tdValorProblema {
	color: #9c0006;
	background-color: #ffc7ce !important;
	text-align: center !important;
	border-color: #c1b6b6;
	border-width: 1px;
	border-style: solid;	
}
	
.tdFinalizado {
/* 	 text-decoration: line-through; */
	
}

.tdPrioridade {
	color: #9c9000;
    background-color: #feffcb !important;
	text-align: center !important;
	border-color: #c1b6b6;
	border-width: 1px;
	border-style: solid;
	opacity: 1;
	animation: anima 1s ease infinite;
}

@keyframes anima {
	from {
      	background-color: #feffcb;
   	}
   	to {
		background-color: #ffc7ce ;
    	color: red;
	}
}

.fieldsetAndamento {
	border-style: inset !important;
	border-width: 1px !important;
	border-radius: 5px !important;
	border-color: #9FA2A6 !important;
	margin: 10px 0 0 0 !important;
}

.fieldsetAndamento legend {
	font-family: tahoma;
	font-size: 12px;
	color: #434F69;
	font-weight: normal !important;
	white-space: nowrap;
}

.fieldsetAndamento .spanNome {
	font-weight: bold;
}

.fieldsetAndamento .spanAcao {
	
}

.divAndamento {
	margin: 0px;
	font-size: 12px;
	line-height: 15px;
	color: #484848;
	margin-top: 3px;
	margin-bottom: 3px;
}

.valueTable {
	border-style: outset;
	border-width: 1px;
	border-color: #9FA2A6;
	margin: 5px 20px 5px 0px !important;
}

.jqte.readonly {
	border-style: inset !important;
	border-width: 1px !important;
	border-color: #dadada !important;
	background-color: #e5e5e5 !important;	
}

.jqte.readonly .jqte_editor {
	background-color: #e5e5e5 !important;
	resize: none !important;
}

.highlight { background-color: yellow }


#divMidPreIndicadores {
	background-color: white;
	min-width: 35px;
	min-height: 35px;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	border-color: #434F69;
	text-align: center;
	position: absolute;
	padding: 8px;
	z-index: 1000;
	width: 200px;
	height: 180px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
/*     transition: all 200ms ease-in; */
}


#divMidContador {
	position: absolute;
	color: white;
	background-color: red;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border-style: outset;
	border-width: 1px;
	border-color: red;
	line-height: 18px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
/* 	z-index: 1000; */
}

#divMidContador.ok {
	color: #006100;
	background-color: #c6efce;
	border-color: #006100;
}

#divMidContador.atencao {
	color: #E67300;
	background-color: #ffeb9c;
	border-color: #be6500;
}

#divMidContador.atrasado {
	color: white;
	background-color: red;
	border-color: red;
}


.iframeComentariosNotas {
	width: 100%;
	border-style: inset;
	border-width: 1px;
	border-radius: 5px;
	height: 100%;
/* 	resize: none !important; */
	border-color: #dadada !important;
	background-color: #e5e5e5 !important;
	overflow: auto;
}


.tbodyMid tr:hover td {
	/*
	border-top-style: inset;
	border-top-width: 1px;
	border-bottom-style: inset;
	border-bottom-width: 1px;
	*/
}