@CHARSET "ISO-8859-1";

html, body {
	width: 100%;
	height: 100%;
	padding: 0; margin: 0;
	overflow: hidden;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;	
	background-color: #ebebeb;
}

#alerta-browser-invalido {
	position: absolute; 
	top:275px;
	text-align: center;	 
	left: 50%; 
	width: 500px;
	height: 85px;  
	margin-left: -250px; 
	background-color: #F6AAAD; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #F9424B; 
	font-size: 0.9em; 
	padding: 5px;
	padding-top: 65px;	
}

#informativo, #informativo-followup {
	position: absolute; 
	text-align: justify; 
	top: 440px; 
	left: 50%; 
	width: 400px; 
	margin-left: -200px; 
	background-color: #F9EDBE; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #F0C36D; 
	font-size: 0.9em; 
	padding: 5px;
}

#informativo-followup {
	top: 13px;
}


.input-text, .combo-box, .text-area {
	float: left;
	background: #fff;
	margin-bottom: 10px;
	padding: 4px 4px 4px 6px;
	border: 1px solid #ccc;
	width: 280px;
	height: 18px;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 14px;
	font-size-adjust: none;	
}

.combo-box {
	height: 28px;
	width: 292px;	
}

.text-area {
	height: 75px;
}

.botao-azul, .botao-vermelho, .botao-cinza, 
.botao-azul-status, .botao-vermelho-status, .botao-cinza-status {
	padding-bottom: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 30px;
	float: left;
	color: white;	
	border-color: #4079D5;
	border-width: 1px;
	border-style: solid;
}

.botao-azul, .botao-vermelho, .botao-cinza {	
	width: 100px;
	margin-top: 8px;
}

.botao-azul-status, .botao-vermelho-status, .botao-cinza-status {	
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	height: 17px; 
	margin-top: 0px;
	margin-bottom: 7px;
	margin-right: 8px;	
}

.botao-azul, .botao-azul-status {
	background-color: #4889f0;
}

.botao-vermelho, .botao-vermelho-status {
	margin-right: 10px;
	background-color: #d74937;
	border-color: #D14836;
}

.botao-cinza, .botao-cinza-status {	
	color: #505050;
	background-color: #f3f3f3;
	border-color: #D9D9D9;
}

.botao-azul:hover, .botao-azul-status:hover {
	color: #fcfcfc;
	cursor: pointer;
	background-color: #367be9;
	border-color: #2F5BB7;
}

.botao-vermelho:hover, .botao-vermelho-status:hover {
	color: #fcfcfc;
	cursor: pointer;
	background-color: #c63828;
	border-color: #B0281A;
}

.botao-cinza:hover, .botao-cinza-status:hover {	
	cursor: pointer;
	background-color: #e3e3e3;
	border-color: gray;
}

.info-bloco {
	font-size: 0.9em;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e0e0e0;	
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 870px;
}

.label-form {
	float:left; 
	padding-bottom:3px;
	width:490px;
}

#lista-produtos-status {
	float:left;
	display: block;
	width: 100%;
	height: 250px;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	overflow-y:scroll;
	overflow-x:hidden;
}

/* --LOGIN---------------------------------------------------------------------------------------- */
#content {
	height: 300px;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

#dialog-form {
	padding-top: 7px;
	position: absolute;
	width: 400px;
	clear: left;
	left: 50%;
	margin-left: -200px;
}

.login-text {
	background: #fff;
	margin-bottom: 10px;
	padding: 4px 4px 4px 6px;
	border: 1px solid #ccc;
	width: 280px;
	height: 18px;
}

.login-label {
	display: block;
	width: 75px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 9px;
	margin-top: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	float: left;
}

.login-erro {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: red;		
}

.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-variant: small-caps;
	width: 150px;
	height: 35px;
	margin-top: 10px;
}

/* --TELA INICIAL---------------------------------------------------------------------------- */
#bem-vindo {
	font-size: 0.9em;
	color: #505050;
}

#botao-nct:hover { background-image: url(../imgs/bt-nct-hover.png); }
#botao-cliente:hover { background-image: url(../imgs/clientes-hover.png); }
#botao-fabricantes:hover { background-image: url(../imgs/fabricantes-hover.png); }
#botao-opcoes:hover {	background-image: url(../imgs/opcoes-hover.png); }
#botao-ajuda:hover { background-image: url(../imgs/ajuda-hover.png); }
#botao-sair:hover { background-image: url(../imgs/sair-hover.png); }
#botao-calendario:hover { background-image: url(../imgs/calendario-hover.png); }
#botao-bancadas:hover { background-image: url(../imgs/bancadas-hover.png); }

#botoes {
	position: absolute;
	width: 450px;	
	top: 400px;
	left: 50%;
	margin-left: -225px;
	clear: left;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #d9d9d9;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #d9d9d9;
	padding: 10px;
}

#main-rodape {
	position: absolute;	
	bottom: 10px;
	clear: left;
	left: 50%;
	margin-left: -65px;	
}

/* --CABECALHO------------------------------------------------------------------------- */
#cab {
	position: absolute;
	width: 920px;
	clear: left;
	left: 50%;
	padding-left: 2px;
	margin-left: -460px;
	height: 80px;
	top: 5px;
}

#logo-cab {
	float: left;
	padding-left: 10px;
}

#sair-cab {
	font-family: Tahoma, Arial, sans-serif;	
	font-size: 0.7em;
	position: absolute;
	top: 0px;
	right: 7px;
	color: #505050;
}

#sair-cab a {
	color: #505050;
	text-decoration: none;
}

#sair-cab a:hover {
	text-decoration: underline;
}

#menu-botoes {
	right: 7px;
	top: 45px;
	position: absolute;
}

.botao-cab {
	float: left;
	cursor: pointer;
	padding-left:5px;
	padding-right:5px;
	
}

.botao-cab:hover {	
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-bottom-width: 2px;
}

	
/* --RODAPE------------------------------------------------------------------------------------- */
#rodape {
	position: absolute;
	width: 920px;
	clear: left;
	bottom: 0;
	padding-bottom: 6px;
	font-size: 0.8em;
	left: 50%;
	margin-left: -460px;
	text-align: center;
}

/* --CONTEUDO----------------------------------------------------------------------------------- */
#conteudo {
	position: absolute;
	width: 920px;
	clear: left;
	left: 50%;
	margin-left: -460px;
	top: 85px;
	background-color: white;
	border-color: #c9c9c9;
	border-width: 1px;
	border-style: solid;
	bottom: 30px;
	overflow: auto;	
}

#titulo {
	padding-top: 15px;
	padding-left: 20px;
	font-size: 1.5em;
	font-family: Tahoma, Arial, sans-serif;
}

#titulo img {
	float: left;
	padding-right: 10px;
}

#titulo small {
	font-size: 0.5em;	
}

.subtitulo {
	padding-top: 10px;
	padding-left: 20px;
	font-size: 1.2em;
	font-family: Tahoma, Arial, sans-serif;
	color: #505050;
}

/* --BUSCA--------------------------------------------------------------------------------------------*/

.reconhecer-followup {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 2px;
}

.reconhecer-followup:HOVER {
	text-decoration: underline;	
}

#busca {
	width: 100%;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e9e9e9;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e9e9e9;
	background-color: #fafafa;		
}

.caixa-texto-busca, .combo-box-busca {
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 4px 4px 4px 6px;
	border: 1px solid #ccc;	
	height: 18px;
	float: left;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 14px;
}

.combo-box-busca {	
	height: 29px;		
}
	
.label-busca {
	float: left;
	font-variant: small-caps;
	margin-top: 16px;
	margin-left: 10px;
	font-size: 0.9em;
	color: #505050;
}

.botao-busca {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	width: 100px;
	height: 30px;	
	margin-top: 9px;
	margin-left: 10px;
	float: left;
	background-color: #4889f0;
	color: white;	
	border-color: #4079D5;
	border-width: 1px;
	border-style: solid;	
}

.botao-busca:hover {
	color: #fcfcfc;
	cursor: pointer;
	background-color: #367be9;
	border-color: #2F5BB7;	
}

.msg-aviso {
	padding-top: 15px; 
	font-size: 0.9em;
}

.icone-aviso {
	float: left; 
	padding-top: 10px; 
	padding-right: 10px;
}

/* --LISTA RESULTADOS----------------------------------------------------------------------------------*/

.lista-msg {
	padding: 10px; 
	text-align: center; 
	color: gray;	
}

.lista-msg img {
	padding-bottom:5px;
}

.chamados-nao-encontrado {
	font-size: 0.9em;
	color: gray;
	padding-top: 5px;
	width: 100%;
	text-align: center;
}

#lista-resultado-busca {
	margin-left: 10px;	
	/*width: 898px;*/
	width: 550px;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px;
	border-top-color: #e0e0e0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #e0e0e0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	position: absolute;
	bottom: 92px;
	top: 189px;
	overflow-y: scroll;
	overflow-x: hidden;
	
}

.lista-titulo {
	margin-left: 10px;
	/*width: 898px;*/
	width: 550px;
	position: absolute;
	top: 168px;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0;
	font-family: Tahoma, Arial, sans-serif;	
	height: 21px;
	font-size: 0.7em;
	/*font-variant: small-caps;*/		
	background-color: #f0f0f0;
	color: #505050;
}

.item-lista {
	display: block;
	float:left;
	border-bottom-color: gray;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-family: Tahoma, Arial, sans-serif;	
	/*height: 37px;*/
	font-size: 0.7em;
	width: 100%;
}

.item-lista:hover {
	cursor: pointer;	
	background-color: #FFFFD6;
}

.item-lista-selecionado {
	/*background-color: #E1F3FE;*/
	/*background-color: #f0f0f0;*/
	border-left-style:solid;
	border-left-width: 5px;
	/*border-left-color: #659fe6;*/
	border-left-color: #00cc00;
}

#lista-resultado-rodape {
	margin-left: 10px;
	/*width: 898px;*/
	width: 550px;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0;
	position: absolute;
	bottom: 75px;
	height: 16px;
	font-size: 0.7em;
	/*font-variant: small-caps;*/
	background-color: #f0f0f0;	
}

#lista-resultado-rodape label {
	display: block;
	padding-top: 1px;
	padding-left: 10px;
}

.coluna-nct, .coluna-data, .coluna-atendente, .coluna-cliente, .coluna-status {
	float: left;
	padding: 4px;
}

.coluna-status {
	padding: 0;
	padding-top: 1px;
}

.coluna-anexo, .coluna-followup {
	width: 25px;
	float: right;
	padding-top: 10px;
	text-align: center;
}



.coluna-anexo-titulo, .coluna-followup-titulo {
	width: 18px;
	float: right;
	padding: 4px;
	padding-right: 5px;
	text-align:center;
	
	
}

.coluna-followup, .coluna-followup-titulo {
	float: left;
}

.coluna-anexo-titulo {
	margin-right: 15px;
}

.coluna-nct-titulo, .coluna-data-titulo, .coluna-atendente-titulo, 
.coluna-cliente-titulo, .coluna-status-titulo {
	float: left;
	padding: 4px;
}

.coluna-nct-titulo, .coluna-data-titulo, .coluna-atendente-titulo { text-align: center; }

.coluna-nct, .coluna-nct-titulo { width: 35px; }
.coluna-data, .coluna-data-titulo { width: 65px; }
.coluna-atendente, .coluna-atendente-titulo { width: 80px; }
.coluna-cliente, .coluna-cliente-titulo { width: 170px; }
.coluna-status, .coluna-status-titulo { width: 25px; }


.coluna-status-titulo { padding: 0; }

.coluna-nct, .coluna-data, .coluna-atendente { text-align: center; }

.coluna-cliente { white-space: nowrap; }

#botoes-status {
	margin-left: 15px;	
	width: 900px;		
	position: absolute;
	bottom: 0px;
	height:67px;	
	overflow: auto;
}

.vencido {
	font-weight: bold;
}

.blink {
	font-weight: bold;
	color: red;
}

.item-lista-chamado-status, .item-lista-chamado-status-fechado {
	font-weight: bold;
	color: red;
}

.item-lista-chamado-status-fechado {
	color: green;
}

/* --VIEW NCT----------------------------------------------------------------------------------------*/

.view-nct-cab {
	background-color: #fcfcfc;
	margin-left: 570px;
	position: absolute;
	top: 168px;
	width: 338px;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0;	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	height: 95px;	
}

.view-nct-cab table tr {	
	padding-top: 2px;
	display: block;	
}

.view-label {
	width: 85px;
	padding-left: 10px;
	font-weight: bold;
	/*font-variant: small-caps;*/
	vertical-align: top;
	
}

#view-nct-rodape {
	margin-left: 570px;
	position: absolute;
	width: 338px;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px;
	bottom: 75px;
	height: 40px;
	border-top-width: 0px;	
}

#view-nct-rodape img {
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	float: right;
}

.view-nct {
	margin-left: 570px;
	position: absolute;
	top: 264px;
	width: 338px;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px;
	border-top-color: #e0e0e0;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	bottom: 115px;
	overflow: auto;
}

.view-ocorrencia {
	padding: 4px;
	padding-left: 8px;
	border-bottom-color: #c0c0c0;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.view-nct-status {
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;	
	float: right;	
	color: white;
	font-weight: bold;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background-image: url(../imgs/fundo-status-aberto.png);
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #A22727;
}

.view-nct-status-fechado {
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;	
	float: right;
	color: white;
	font-weight: bold;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background-image: url(../imgs/fundo-bt-setor-verde.png);
	border-color: green;
}

/* --FORMULARIO NCT------------------------------------------------------------------------------------ */

#nct-info-basico {
	width: 100%;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e9e9e9;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e9e9e9;
	background-color: #fafafa;
	height: 47px;
	overflow-x:auto;	
}

#nct-cliente-empresa-info {	
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: white;
	overflow: hidden;
	white-space: nowrap;
	height:98px;
}

#nct-cliente-plataforma-info {
	height:83px;
}

#nct-cliente-contato-info {
	height:83px; 
	width:270px;
}

#nct-status, #nct-status-fechado {
	font-family: Tahoma;
	font-size: 0.9em;
	float: left;
	width: 230px;
	background-color: red;
	text-align: center;
	margin-top: 6px;
	padding-bottom: 2px;
	margin-left: 15px;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #A22727;
	background-image: url(../imgs/fundo-status-aberto.png);
	background-repeat: repeat-x;	
}

#nct-status-fechado {
	background-image: url(../imgs/fundo-bt-setor-verde.png);
	border-color: green;
}

#nct-conteudo {
	position: absolute;
	width: 100%;
	top: 126px;
	bottom: 50px;
	overflow-y: scroll;
}

#nct-rodape {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 50px;	
	float: left;
	border-top-color: #e9e9e9;
	border-top-style: dashed;
	border-top-width: 1px;
	/*background-color: #fafafa;*/
}

#nct-cliente-empresa {	
	float: left;
	width: 325px;		
}

#nct-cliente-nome {	font-weight: bold; font-size: 1.1em; }
#nct-cliente-razao { font-style: italic; color: gray; }
#nct-cliente-cnpj {	font-size: 0.8em;	color: gray; }
#nct-cliente-contato { 
	float: left; 
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: gray; 
}
#nct-cliente-plataforma { 
	float: left; 
	padding-left: 10px;
	width: 235px;	 
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: gray;
}

#nct-ocorrencias, #nct-produto-items, #nct-anexo-items {
	overflow: auto;
	width: 850px;	
	border-style: solid;
	border-width: 1px;
	border-color: #c9c9c9;			
	height: 200px;
}

#nct-produto-items {	
	border-top-color: #e0e0e0;
	font-size: 0.9em;
	height: 126px;	
	overflow-y: scroll;
}

#nct-anexo-items {
	overflow: scroll;
	overflow-x: hidden; 	
	height: 93px;	
}

.nct-produto-item {
	width: 830px;
	height: 20px;
	border-bottom-style: dashed;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
}

.nct-produto-item-detalhe {
	font-size:0.9em;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
	background-color: #f9f9f9;
}

.nct-produto-item:hover {
	cursor:pointer;
	background-color: #ffffd6;
}

.nct-anexo-item {
	width: 830px;
	height: 30px;
	border-bottom-style: dashed;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
}

.nct-anexo-item:hover {
	cursor: pointer;	
	background-color: #ffffd6;
}

.nct-anexo-item-titulo {	
	width: 785px;
	float: left;
}

.nct-anexo-item-opcoes {
	float: right; 
	padding-top: 8px; 
	margin-right: 5px;
}

#nct-produto-titulo {
	width: 850px;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0;
	font-family: Tahoma, Arial, sans-serif;	
	height: 20px;
	font-size: 0.8em;
	/*font-variant: small-caps;*/
	font-weight: bold;		
	background-color: #f0f0f0;
	color: #505050;	
}

#nct-produto-titulo-expandir,
#nct-produto-titulo-fabricante, #nct-produto-titulo-familia, 
#nct-produto-titulo-nome, #nct-produto-titulo-numeroserie, #nct-produto-titulo-protheus {
	float: left;
	padding-left: 10px;
	padding-top: 2px;
}

.nct-produto-item-expandir,
.nct-produto-item-fabricante, .nct-produto-item-familia,
.nct-produto-item-nome, .nct-produto-item-numeroserie, .nct-produto-item-protheus {
	float: left;
	padding-left: 10px;
	padding-top: 2px;	
	white-space: nowrap;
	overflow: hidden;
}

#nct-produto-titulo-expandir, .nct-produto-item-expandir { width: 16px; }
#nct-produto-titulo-fabricante, .nct-produto-item-fabricante { width: 130px; }
#nct-produto-titulo-familia, .nct-produto-item-familia { width: 190px; }
#nct-produto-titulo-nome, .nct-produto-item-nome { width: 160px; }
#nct-produto-titulo-numeroserie, .nct-produto-item-numeroserie { width: 105px; }
#nct-produto-titulo-protheus, .nct-produto-item-protheus { width: 100px; }


.nct-produto-item-excluir { float: right; padding-top: 2px; }
.nct-produto-item-excluir a {
	border: none; 
	text-decoration: none; 
	outline: none;
	padding-right: 5px;
}

.botao-atividade, .botao-atividade-abertura, .botao-atividade-semi-ativo, .botao-atividade-ativo {
	width: 264px;
	height: 35px;
	background-color: gray;
	color: #505050;
	padding: 5px;
	padding-bottom: 0px;
	font-size: 0.8em;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	font-weight: bold;
	background-image: url(../imgs/fundo-bt-setor-desativado.png);
	background-repeat: repeat-x;
	border-width: 1px;
	border-color: #e0e0e0;
	border-style: solid;
}

.botao-atividade:hover {
	cursor: pointer;
	background-image: none;
	background-color: #c0c0c0;
	/*box-shadow: gray 0.05em 0.05em 0.1em;*/
	border-color: gray;
		
}

.botao-atividade-semi-ativo {
	color: white;
	border-color: #BF3D04;
	background-image: url(../imgs/fundo-bt-setor-laranja.png);
}

.botao-atividade-semi-ativo:hover {
	cursor: pointer;
	background-image: none;
	background-color: #FF7D44;
	/*box-shadow: gray 0.05em 0.05em 0.1em;*/
}

.botao-atividade-ativo {
	color: white;
	border-color: #0D722D;
	background-image: url(../imgs/fundo-bt-setor-verde.png);
}
	
.botao-setor, .botao-setor-ativo, .botao-setor-ativo-aberto, .botao-setor-ativo-cliente {
	width: 73px;
	height: 50px;
	background-color: gray;
	color: #505050;
	padding: 5px;
	padding-bottom: 0px;	
	font-size: 0.8em;
	text-align: center;
	float:left;
	margin-right: 10px;
	margin-bottom: 8px;
	font-weight: bold;
	background-image: url(../imgs/fundo-bt-setor-desativado.png);
	background-repeat: repeat-x;
	border-width: 1px;
	border-color: #e0e0e0;
	border-style: solid;	
}

.botao-setor-ativo {
	color: white;
	border-color: #0D722D;
	background-image: url(../imgs/fundo-bt-setor-verde.png);
}

.botao-setor-ativo-aberto {
	color: white;
	border-color: #A22727;
	background-image: url(../imgs/fundo-bt-setor-vermelho.png);
}

.botao-setor-ativo-cliente {
	color: white;
	border-color: #BF3D04;
	background-image: url(../imgs/fundo-bt-setor-laranja.png);
}

.botao-setor:hover {
	cursor: pointer;
	background-image: none;
	background-color: #c0c0c0;
	/*box-shadow: gray 0.05em 0.05em 0.1em;*/
	border-color: gray;
		
}

.botao-setor-ativo-aberto:hover {
	cursor: pointer;
	background-image: none;
	background-color: #FF5353;
	/*box-shadow: gray 0.05em 0.05em 0.1em;*/
}

.botao-setor-ativo-cliente:hover {
	cursor: pointer;
	background-image: none;
	background-color: #FF7D44;
	box-shadow: gray 0.05em 0.05em 0.1em;
}

.resultado-nulo {
	float:left;
	font-style: italic;
	color: #c0c0c0;
}

.botao-lapis-edita {
	border: none; 
	text-decoration: none; 
	outline: none; 
	margin-left: 5px;
}


.atividade-status {
	float:left;
	width:100%;
	color:gray;
	font-style:italic;
	padding-bottom:5px;
}

.instrucao-rodape {
	float:right; 
	text-align:right; 
	font-style:italic; 
	padding-top:3px; 
	padding-right:3px;
}

/* --NCT - DIALOG CONSULTA CLIENTE------------------------------------------------------------------------- */

#form-cliente-resultado {
	float:left;
}

#form-cliente-resultado-items {
	overflow: auto;
	width: 685px;	
	border-style: solid;
	border-width: 1px;
	border-color: #c9c9c9;			
	height: 345px;
}

/*
#nct-produto-items {	
	border-top-color: #e0e0e0;
	font-size: 0.9em;
	height: 62px;	
}
*/

.form-cliente-resultado-item {
	width: 668px;
	height: 20px;
	border-bottom-style: dashed;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
	font-size:0.8em;
}

.form-cliente-resultado-item:hover {
	cursor: pointer;	
	background-color: #FFFFD6;
}

#form-cliente-resultado-titulo {
	width: 685px;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0;
	font-family: Tahoma, Arial, sans-serif;	
	height: 20px;
	font-size: 0.8em;
	font-weight: bold;		
	background-color: #f0f0f0;
	color: #505050;
	
}

#form-cliente-resultado-titulo-nome, #form-cliente-resultado-titulo-cidade, 
#form-cliente-resultado-titulo-estado, #form-cliente-resultado-titulo-cnpj {
	float: left;
	padding-left: 10px;
	padding-top: 2px;
}

.form-cliente-resultado-item-nome, .form-cliente-resultado-item-cidade,
.form-cliente-resultado-item-estado, .form-cliente-resultado-item-cnpj {
	float: left;
	padding-left: 10px;
	padding-top: 2px;	
	white-space: nowrap;
	overflow: hidden;
}

#form-cliente-resultado-titulo-nome, .form-cliente-resultado-item-nome { width: 220px; }
#form-cliente-resultado-titulo-cidade, .form-cliente-resultado-item-cidade { width: 190px; }
#form-cliente-resultado-titulo-estado, .form-cliente-resultado-item-estado { width: 50px; }
#form-cliente-resultado-titulo-cnpj, .form-cliente-resultado-item-cnpj { width: 165px; }

.label-table {
	padding-bottom: 11px;
	width: 120px;
	font-size: 0.9em;
	text-align: right;
	padding-right: 5px;
}

.label {
	padding-bottom:4px;
	font-size:0.9em;
	text-align:left;
	width:100%;
	float:left;		
}

.nct-erro {
	color: white;
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	background-color: red;	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
}

.nct-erro-tipo {
	color: white;
	float: left;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: 10px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	background-color: red;	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
}

.nct-warning {
	color: red;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

/* --NCT - DIALOG CONSULTA PLATAFORMA / CONTATOS------------------------------------------------------------ */

#resultado-busca-plataforma, #form-contato {
	float:left;	
}

#resultado-busca-plataforma-items, #form-contato-items {
	overflow: auto;
	width: 650px;	
	border-style: solid;
	border-width: 1px;
	border-color: #c9c9c9;			
	height: 350px;
}

#resultado-busca-plataforma-items { 
	width: 485px;
	height: 230px; 
}

.resultado-busca-plataforma-item, .form-contato-item {
	width: 630px;
	height: 20px;
	border-bottom-style: dashed;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
	font-size:0.8em;
}

.resultado-busca-plataforma-item { width: 465px; }

.resultado-busca-plataforma-item:hover, .form-contato-item:hover {
	cursor: pointer;	
	background-color: #FFFFD6;
}

#resultado-busca-plataforma-titulo, #form-contato-titulo {
	width: 650px;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0;
	font-family: Tahoma, Arial, sans-serif;	
	height: 20px;
	font-size: 0.8em;
	font-weight: bold;		
	background-color: #f0f0f0;
	color: #505050;	
}

#resultado-busca-plataforma-titulo { width: 485px; }

#resultado-busca-plataforma-titulo-nome,
#resultado-busca-plataforma-titulo-local,
#form-contato-titulo-nome, #form-contato-titulo-email, 
#form-contato-titulo-telefone, #form-contato-titulo-celular {
	float: left;
	padding-left: 10px;
	padding-top: 2px;
}

.resultado-busca-plataforma-item-nome,
.resultado-busca-plataforma-item-local,
.form-contato-item-nome, .form-contato-item-email,
.form-contato-item-telefone, .form-contato-item-celular {
	float: left;
	padding-left: 10px;
	padding-top: 2px;	
	white-space: nowrap;
	overflow: hidden;
}

#resultado-busca-plataforma-titulo-nome, .resultado-busca-plataforma-item-nome { width: 200px; }
#resultado-busca-plataforma-titulo-local, .resultado-busca-plataforma-item-local { width: 240px; }
#form-contato-titulo-nome, .form-contato-item-nome { width: 155px; }
#form-contato-titulo-email, .form-contato-item-email { width: 218px; }
#form-contato-titulo-telefone, .form-contato-item-telefone { width: 105px; }
#form-contato-titulo-celular, .form-contato-item-celular { width: 105px; }

#linha {
	width: 100%;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e9e9e9;			
}

.realupload {
	position: relative;
	float: right;	
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity:0);
	top: -35px;
	right: 10px;
	/*display: block;*/
	height: 25px;
	cursor: pointer;	
}

.fakeupload {
	float: left;
	background: #fff;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 4px 4px 4px 6px;
	border: 1px solid #ccc;
	width: 280px;
	height: 18px;
	background: url("../imgs/botao-selecione.png") no-repeat 99% 51%;		
}

#calendar {
	width: 850px;
	margin: 0 auto;
}

/* -- CALENDARIO -------------------------------------- */

.subtitulo-calendario {
	position: absolute;
	margin-left: -100px;
	margin-top: -24px;	
	font-size: 0.9em;	
	color: gray;	
}

/* -- CALENDARIO BANCADAS ----------------------------- */

#evento-bancadas {	
	font-size: 0.9em;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e0e0e0;
	float: left;
	display: block;
	width: 470px;
	margin-bottom: 10px;				
}

#evento-bancada-items {
	overflow: scroll;
	overflow-x: hidden;
	width: 450px;	
	border-style: solid;
	border-width: 1px;
	border-color: #c9c9c9;
	border-top-color: #e0e0e0;
	font-size: 0.9em;
	height: 62px;	
}

.evento-bancada-item {
	width: 430px;
	height: 20px;
	border-bottom-style: dashed;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
}

#evento-bancada-titulo {
	width: 450px;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0;
	font-family: Tahoma, Arial, sans-serif;	
	height: 20px;
	font-size: 0.9em;
	font-variant: small-caps;		
	background-color: #f0f0f0;
	color: #505050;	
}

#evento-bancada-titulo-bancada, #evento-bancada-titulo-equipamento {
	float: left;
	padding-left: 10px;
	padding-top: 2px;
}

#evento-bancada-item-bancada, #evento-bancada-item-equipamento {
	float: left;
	padding-left: 10px;
	padding-top: 2px;	
	white-space: nowrap;
	overflow: hidden;
}

#evento-bancada-titulo-bancada, #evento-bancada-item-bancada { width: 100px; }
#evento-bancada-titulo-equipamento, #evento-bancada-item-equipamento { width: 270px; }
#evento-bancada-item-excluir { float: right; padding-top: 2px; margin-right: 5px; }

#dialog-view-todas-bancadas-eventos {
	position: absolute; 
	width: 495px; 
	top: 80px; 
	bottom: 50px; 
	overflow-x: hidden; 
	overflow-y: scroll; 
	border-color: #d9d9d9; 
	border-width: 1px; 
	border-style: solid; 
	border-left-width: 0; 
	border-right-width: 0;
}

/* CONFIGURAÇÕES */

#config-conteudo {
	position: absolute;
	width: 100%;
	top: 80px;
	bottom: 50px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top-color: #e9e9e9;
	border-top-style: dashed;
	border-top-width: 1px;	
}

#config-perfil, #config-cadastros {
	font-size: 0.9em;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e9e9e9;
	float: left;
	display: block;
	width: 870px;
	margin-bottom: 10px;
}

#config-rodape {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 50px;	
	float: left;
	border-top-color: #e9e9e9;
	border-top-style: dashed;
	border-top-width: 1px;
	/*background-color: #fafafa;*/
}

/* RASTREIO */

#rastreio-conteudo {
	position: absolute;
	width: 100%;
	top: 80px;
	bottom: 50px;
	overflow-y: auto;	
}

/*** NOVA TELA INICIAL - INICIO ***/
#logo-metroval-index {
	position: absolute; 
	width: 200px; 
	margin-right: -460px; 
	right: 50%; 
	top: 50%; 
	height: 67px; 
	margin-top: -305px;
}

#logo-callme-index {
	position: absolute; 
	width: 200px; 
	margin-left: -460px; 
	left: 50%; 
	top: 50%; 
	height: 38px; 
	margin-top: -280px;	
}

#caixa-principal-index {
	position: absolute; 
	width: 960px; 
	margin-left: -480px; 
	left: 50%; 
	top: 50%; 
	height: 450px; 
	margin-top: -225px;
	background-color: white; 
	border: 1px solid #ccc; 
}

#titulo-caixa-principal-index { 
	float: left; 
	width: 920px; 
	padding-top: 20px; 
	padding-bottom: 15px; 
	margin-left: 20px; 
	font-size: 1.6em; 
	font-family: Tahoma, Arial, sans-serif; 
	border-bottom-width: 1px; 
	border-bottom-color: #ccc; 
	border-bottom-style: solid;
}

#lado-esquerdo-caixa-principal-index {
	float: left; 
	width: 600px; 
	height: 382px; 
	color: gray;
}

#texto-lado-esquerdo-caixa-principal-index {
	float: left; 
	margin-left: 30px; 
	margin-right: 10px; 
	margin-top: 20px; 
	margin-bottom: 5px; 
	font-size: 0.9em; 
	text-indent: 1.5em;
}

#texto-lado-esquerdo-caixa-principal-index table {
	margin-top: 18px; 
	font-size: 0.9em; 
	margin-right: 10px;
	text-indent: 0;
}

#texto-lado-esquerdo-caixa-principal-index table tr {
	height: 65px;
}

#texto-lado-esquerdo-caixa-principal-index img {
	float: left;
}

.input-rastreio-index {
	float: left; 
	text-align: center; 
	font-size: 34px; 
	background: #fff; 
	margin-left: 20px; 
	padding: 4px 4px 4px 4px; 
	border: 1px solid #ccc; 
	width: 550px; 
	height: 40px; 
	margin-top: 0;
}

#botao-rastreio {
	position: absolute; 
	background-image: url(../imgs/search-icon-hi1.png); 
	top: 50%; 
	margin-top: 154px; 
	right: 390px; 
	width: 30px; 
	height: 30px; 
	cursor: pointer;
}

#lado-direito-caixa-principal-index {
	float: left; 
	width: 330px; 
	height: 340px; 
	margin-top: 20px; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #e4e4e4; 
	background-color: #f5f5f5; 
	color: gray; 
	background-image: url(../imgs/cadeado.png); 
	background-position: top right; 
	background-repeat: no-repeat;
}

#titulo-lado-direito-caixa-principal-index { 
	font-size: 1.2em; 
	font-family: Tahoma, Arial, sans-serif; 
	padding: 20px; 
	color: black;
}

#form-lado-direito-caixa-principal-index { 
	margin-top: 10px; 
	padding: 20px; 
	padding-top: 0; 
	font-size: 0.9em;
}

.login-label-index {
	padding-bottom: 5px;
}

.login-text-index {
	background: #fff;
	margin-bottom: 10px;
	padding: 4px 4px 4px 6px;
	border: 1px solid #ccc;
	width: 280px;
	height:30px; 
	font-size:1.2em;
}

#rodape-index {
	position: absolute; 
	width: 960px; 
	margin-left: -480px; 
	left: 50%; 
	top: 50%; 
	height: 30px; 
	margin-top: 235px; 
	text-align: center; 
	font-size: 0.8em; 
	color: gray;
}

/*** NOVA TELA INICIAL - FIM ***/

/*** NOVA TELA MAIN - INICIO ***/
#caixa-principal-main {
	position: absolute; 
	width: 960px; 
	margin-left: -480px; 
	left: 50%; 
	top: 160px; 
	bottom:50px;	
	background-color: white; 
	border: 1px solid #ccc; 
}

#botoes-principais-main { 
	float:left; 
	left:50%; 
	position:absolute; 
	width:230px; 
	margin-left:-115px; 
	padding-top:20px;
}

#botoes-secundarios-main {
	float:left; 
	left:50%; 
	position:absolute; 
	top:280px; 
	width:345px; 
	margin-left:-172px; 
	padding-top:10px; 
	padding-bottom:10px; 
	border-style:dashed; 
	border-color:gray; 
	border-width:1px;
	border-right-width:0; 
	border-left-width:0;"
}

.botao-menu-main {
	float:left; 
	width:65px; 
	padding:10px; 
	background-color:white; 
	font-family: Tahoma, Arial, sans-serif; 
	font-size:0.8em;
	cursor: pointer;
}

.botao-menu-main img {
	padding-bottom:3px;
}

.botao-menu-main:hover {	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCDCDC;
	background-color: #F5F5F5;	
	
}

/*** NOVA TELA MAIN - FIM ***/

/*** RELATORIOS - INICIO ***/

#box-filtro {
	position:absolute;
	top:50px;
	height:355px;
	width: 470px;
	overflow-y: auto;
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #c1c1c1;
}

#botoes-relatorio {
	margin-left: 15px;	
	width: 900px;		
	position: absolute;
	bottom: 0px;
	height:37px;	
	overflow: auto;
}

.select {
	float:left;
	padding: 5px;
	margin: 5px;
	background-color: #e1e1e1;
	cursor: pointer;
	width:430px;
}

.selected-setor, .selected-status, .selected-responsavel, .selected-tipo {
	background-color: green;
	color: white;
}

#filtro, #estatistica, #relatorio { 
	margin-left:10px; 
	margin-right:10px;	
	padding-left:15px;
	padding-right:15px;
}


#filtro h2, #estatistica h2, #relatorio h2 {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	padding:8px;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	margin-bottom:5px;
}

#filtro_conteudo {
	padding-left:15px;
	padding-right:15px;
	font-size:0.9em;
	font-family: Tahoma, sans-serif;
}

.legendLabel { 
	padding-right:50px;
}

.grafico_total {
	 float:left; 
	 padding-left:8px;
}

.grafico_hover {
	float:right; 
	padding-right:8px;
}

.relatorio_nct {
	padding-left: 15px;
	padding-top: 10px;	
}

#relatorio_nct td {
	font-family: Tahoma, sens-serif;
	font-size: 0.85em;
	padding-top:10px; 
	padding-bottom:10px;
	border-bottom-style:dashed; 
	border-bottom-color:#c9c9c9; 
	border-bottom-width:1px;
}

.relatorio_nct_coluna_id { width:70px; text-align:center; }
.relatorio_nct_coluna_status { width: 40px; }
.relatorio_nct_coluna_cliente {	width:350px; }
.relatorio_nct_coluna_tempo { width:450px; }

#relatorio {
	margin-bottom: 30px;
}

.botao-excluir-filtro {
	cursor: pointer;
	padding-left: 3px; 
	padding-top: 1px;
}

 .legenda_grafico {
 	width:850px;
 	float:left;
 	margin-bottom:20px;
}

#relatorio-titulo, #relatorio-descricao {
	float:left;
	width: 850px;
}

#input-titulo-relatorio {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	width:500px;
	height:30px;
}

#input-descricao-relatorio {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	width:500px;
	height:15px;
}

#salvar-titulo-relatorio {
	padding: 10px;
	padding-top: 8px;
	cursor: pointer;
}

#salvar-descricao-relatorio {
	padding: 10px;
	padding-top: 5px;
	cursor: pointer;
}

#lista-relatorios {
	position:absolute;
	top:80px;
	bottom:55px;
	left: 15px;
	right: 15px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	overflow:auto;
}

.item-relatorio {
	font-family: Tahoma, sans-serif;
	padding:10px;
	border-bottom-color: #ccc;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.item-relatorio h3 {	
	font-size:1.3em;
	font-weight:normal;
	padding:0;
	margin:0;
}

.item-relatorio h4 {
	font-size:0.9em;
	font-weight:normal;
	color:gray;
	padding:0;	
	margin:0;
	margin-bottom:3px;
}

.item-relatorio:hover {
	cursor: pointer;	
	background-color: #FFFFD6;
}

