[id$="Inicial_input"],[id$="Final_input"] {
	width: 110px !important;
}

.stOrdemServico1,[for*="stOrdemServico:0"] {
	color: blue;
}

.stOrdemServico2,[for*="stOrdemServico:1"] {
	color: orange;
}

.stOrdemServico3,[for*="stOrdemServico:2"] {
	color: green;
}

.stOrdemServico4,[for*="stOrdemServico:3"] {
	color: red;
}

.stRecebimento1,[for*="stRecebimento:0"] {
	color: orange;
}

.stRecebimento2,[for*="stRecebimento:1"] {
	color: green;
}

.stRecebimento3,[for*="stRecebimento:2"] {
	color: red;
}

.stPagamento1,[for*="stPagamento:0"] {
	color: orange;
}

.stPagamento2,[for*="stPagamento:1"] {
	color: green;
}

.stPagamento3,[for*="stPagamento:2"] {
	color: red;
}

.stPendencia1,[for*="stPendencia:0"] {
	color: orange;
}

.stPendencia2,[for*="stPendencia:1"] {
	color: green;
}

.stPendencia3,[for*="stPendencia:2"] {
	color: red;
}

.stDespesa1,[for*="stDespesa:0"] {
	color: orange;
}

.stDespesa2,[for*="stDespesa:1"] {
	color: green;
}

.stDespesa3,[for*="stDespesa:2"] {
	color: red;
}

.tpTaxaServico1,[for*="tpTaxaServico:0"] {
	color: #0FB5A7;
}

.tpTaxaServico2,[for*="tpTaxaServico:1"] {
	color: #951EFF;
}

.fgAtivoS,[for*="fgAtivo:0"],[for*="fgDesenvolvimento:0"] {
	color: blue;
}

.fgAtivoN,[for*="fgAtivo:1"],[for*="fgDesenvolvimento:1"]  {
	color: red;
}

textarea[type="textarea"],textarea,input[type="text"] {
	text-transform: uppercase;
}

.icon-recebimento {
	content: "";
}

.textright {
	text-align: right;
}

@media ( max-width : 640px) {
	.textright {
		text-align: left;
	}
}

.chassi {
	
}

@media ( min-width : 640px) {
	.chassi {
		font-size: 11px;
	}
}