/* TOGGLE */
.cjp-toggle {
	float: right;  
	line-height: 00px;
	margin-right: 0px;
	color: #fff;
	margin-top: 0px;
	padding: 12px 15px 14px 12px;
}

/* USER */
.cjp-user {
	float: right;  
	line-height: 50px;
	margin-right: 20px;
	color: #fff;
}

.cjp-user-icon {
	float: right;  
	line-height: 50px;
	margin-right: 5px;
	color: #fff;
}

 @media only screen and (max-width : 480px) {
	.cjp-user, .cjp-user-icon {
		display: none;
	}
}

/* SAIR */
.cjp-sair {
	float: right;  
	line-height: 50px;
	margin-right: 10px;
	color: #fff;
}
.cjp-sair-icon {
	float: right;  
	line-height: 50px;
	margin-right: 1px;
	color: #fff;
}

/* LOGO */
.cjp-logo {
	float: left;  
	line-height: 50px;
	margin-left: 10px;
	color: #fff;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
}

/* SETOR RESPONSAVEL PELO SISTEMA */
.cjp-dono {
	float: center;  
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

/* PAGE-TITLE */
.cjp-page-title {
	margin: 0;
	padding: 14px 0;
	font-size: 1.5em;
	color: #373737;
}

/* TITULO DA COLUNA QUANDO ESTA TAMANHO SMART */
.ui-column-title {
	font-weight: bold !important;
}

/* LABEL DOS CAMPOS DE ENTRADA */
.cjp-rotuloEntrada {
	width: 75px;
	text-align: right;
}

/* BOTAO DE EXPORTACAO DE XLS */
.cjp-imagemXls {
	margin-left: 10px; 
	margin-top: 4px;
	height: 19px;
  	width: 21px;
}

/* BOTAO DE LIMPAR PESQUISA */
.cjp-imagemLimpar {
	margin-left: 10px; 
	margin-top: 4px;
	height: 19px;
  	width: 25px;
}

/* TITULO NOVO-EDICAO */
.cjp-tituloNovoEdicao {
	font-size: 24px !important;
	color: #204a87;
	margin: auto;
	font-weight: bold;
}
.cjp-tituloNovoEdicao1 {
	font-size: 24px !important;
	color: #204a87;
	font-weight: bold;
}

/* TITULO DOS NOMES CADASTRO AUXILIAR */
.cjp-tituloCadastroAuxiliar {
	font-size: 14px !important;
	color: #a40000;
	font-weight: bold;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
}

/* ROTULO DOS CAMPOS DO CADASTROS DE PARAMETROS */
.cjp-rotuloCadastro {
	padding-right: 5px;
	text-align: right;
}
.cjp-campoCadastro1 {
	padding-top: 6px;
	padding-bottom: 12px;
	width: 100%;
}

.cjp-campoCadastro {
	padding-top: 6px;
	padding-bottom: 12px;
}

 /* CAMPOS DE CALENDARIO PARA PERIODO*/
.ui-calendar.cjp-calendar .ui-inputfield.ui-widget.ui-state-default.ui-corner-all.hasDatepicker {
    width: 46%;
}
.ui-calendar.cjp-calendar-right .ui-inputfield.ui-widget.ui-state-default.ui-corner-all.hasDatepicker {
	float: right;
	Width: 46%;
}
.cjp-calendar-center {
	position: relative;
	left: 3%;
}
 
/* TABELA SELECAO CURSOR */
.ui-datatable .ui-datatable-data tr.ui-state-hover {
	cursor: default !important;
}

.cjp-anexoUpload {
	font-weight: bold;
    margin: auto;
	margin-left: 5px;
}

.cjp-exibirCamposInputText {
	font-weight: bold !important;
	opacity: 1 !important;
}

.cjp-exibirCamposInputText .ui-inputfield {
	font-weight: bold !important;
	opacity: 1 !important;
}

/*  BARRA DE BOTOES */
.cjp-barraBotoes {
	height: 26px;
}
