.icon-filtrar {
	background:transparent url(../img/filtrar.png) no-repeat scroll 0 2px !important;
}

.icon-limpar {
	background:transparent url(../img/limpar.png) no-repeat scroll 0 2px !important;
}

/* FIM - SELECTOUTROS */
/* CORRIGE PROBLEMA DE CORTE NO TEXTO DE UM GRID QUANDO ESTE PASSA O TAMANHO DA CÉLULA */
.x-grid3-cell-inner {
	white-space: normal;
}

/** ---- CONTRATO - LISTAGEM ---- **/

.contrato-lista-bloco-status {
	padding:2px;
	width: 100%;
	height: 100%;
	white-space: normal;
}
.contrato-lista-bloco-status-ativo { background-color:#4FB34F; color: white; }
.contrato-lista-bloco-status-inativo { background-color:#666666; color: white; }
.contrato-lista-bloco-status-pendente-ativacao {background-color:#B8953D; color: white;}
.contrato-lista-bloco-status-aguardando-pol {background-color:#DF8462; color: white;}


.contrato-lista-option div {
	line-height: 1.5em;
	padding: 2px;
	white-space: nowrap;
	font-weight: bold;
}
.contrato-lista-option .status-ativo {color: #4FB34F }
.contrato-lista-option .status-inativo {color: #666666; font-weight: normal }
.contrato-lista-option .status-pendente-exportacao {color: #B8953D;}
.contrato-lista-option .status-pendente-pol {color: #DF8462;}

.contrato-lista-bloco-data {
	padding:2px;
}

.contrato-lista-bloco-cliente {
	padding-left: 18px;
	background: transparent url('../img/contrato/icon-cliente.png') no-repeat;
}

.contrato-lista-bloco-grupo {
	padding-left: 18px;
	background: transparent url('../img/contrato/icon-grupo.png') no-repeat;
}

/** ---- Visualização de Contrato ---- **/

.contrato-view .status {
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 1px solid black;
	width: 100%;
}

.contrato-view .status-ativo {background-color: #4FB34F; color:white;}
.contrato-view .status-inativo {background-color: #666666; color: white; font-weight: normal }
.contrato-view .status-pendente-exportacao {background-color: #B8953D; color: white;}
.contrato-view .status-pendente-pol {background-color: #DF8462; color: white;}

.contrato-view .coluna-esquerda{
	width: 320px;
	float: left;
}

.contrato-view .coluna-direita{
	width: 320px;
	float: left;
}

.contrato-view .dados {
	margin: 0 0 15px 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid black;
}

.contrato-view .dados p {
	line-height: 1.5em;
}
.contrato-view .dados h2 {
	margin-bottom: 5px;
	font-size: 14px;
}

/* ---- Contrato - Ativar/Desativar ---- */

.x-window-dlg .gama3-mb-ativar-contrato {
	background-image:url(../img/contrato/icon-mb-ativar-contrato.png);
}

.x-window-dlg .gama3-mb-desativar-contrato {
	background-image:url(../img/contrato/icon-mb-desativar-contrato.png);
}

/* Form */
.field-float {
	float: left;
	margin-right: 40px;
}