/* jQuery UI */
.ui-dialog .ui-dialog-buttonpane button {
	cursor: pointer;
	float: right;
	line-height: 1.4em;
	margin: 0.5em 0.4em 0.5em 0;
	overflow: visible;
	padding: 0.2em 0.6em 0.3em;
	width: auto;
}

span.validacao_obrigatorio {
	color: #FF0000;
}
/** Alteração de password */
.div_alterar_password p {
	margin: 0 0 5px 0;
}
.div_alterar_password img {
	display: none;
}
.div_alterar_password span {
	display: none;
	width: 300px;
	text-align: center;
	color: red;
	margin-bottom: 5px;
}
.div_alterar_password fieldset {
	width: 300px;
	border: 0;
	display: none;
	padding: 0;
	margin: 0;
}
.div_alterar_password label {
	font-weight: bold;
	display: inline-block;
	width: 130px;
}
.div_alterar_password input[type=button] {
	cursor: pointer;
}

/* tipo_text */
.form_input	> .campoclass.tipo_text {
	width: 50%;
}

/*******************************************
Info Message
*******************************************/
.infoMessage {
	position: absolute;
	display: none; 
	top: 0; 
	left: 0; 
	width: 100%;
	z-index: 99999;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.44);
	-moz-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.44);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.44);
}
.infoMessage > .message {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	padding: 0;
	box-shadow: 0 -1px rgba(0, 0, 0, 0.25) inset;
	color: #f5f5f5;
	text-align: center;
}
.infoMessage > .message.success {
	background: #4caf50;
}
.infoMessage > .message.warn {
	background: #ff9800;
}
.infoMessage > .message.error {
	background: #f44336;
}
.infoMessage > .message > .lang {
	display: inline-block;
	color: #333;
	background-color: #F0F0F0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}
.infoMessage > .message > .lang > img {
	vertical-align: middle;
	margin-right: 3px;
}
.infoMessage > .message > .text {
	display: inline-block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.infoMessage > .message > .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor:pointer;
	width: 16px;
	height: 16px;
	background: #FFF url('../../green&blue/imgs/btBarraFechar.png') no-repeat center center;
}
/*******************************************
GCA
*******************************************/
.gca-block {
	clear: both;
	margin: 0 0 10px 0;
}
/* pos: left */
.gca-block.left > .content > .image {
	float: left;
	padding: 0 10px 10px 0;
}
/* pos: left2 */
.gca-block.left2 > .content > .image {
	display: table-cell;
	float: left;
	vertical-align: top;
	padding: 0 10px 10px 0;
}
.gca-block.left2 > .content > .htmleditor {
	display: table-cell;
	vertical-align: top;
}
/* pos: center | default */
.gca-block.center > .content > .image,
.gca-block.default > .content > .image {
	text-align: center;
	padding-bottom: 10px;
}
/* pos: right */
.gca-block.right > .content > .image {
	float: right;
	padding: 0 0 10px 10px;
}
/* pos: right2 */
.gca-block.right2 > .content > .image {
	display: table-cell;
	float: right;
	vertical-align: top;
	padding: 0 0 10px 10px;
}
.gca-block.right2 > .content > .htmleditor {
	display: table-cell;
	vertical-align: top;
}
/* file | link */
.gca-block > .content > .file,
.gca-block > .content > .link {
	clear: both;
	background-color: #F2F2F2;
	padding: 5px;
	margin: 0 0 10px 0;
}
.gca-block > .content > .file > span,
.gca-block > .content > .link > span {
	font-weight: bold;
	display: block;
}

/* tagwrap */
#cell .tagwrap, 
.cell .tagwrap,
#cell2 .tagwrap,
.cell2 .tagwrap {
	display: inline-block;
	padding: 1px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#cell .tagwrap > img, 
.cell .tagwrap > img,
#cell2 .tagwrap > img,
.cell2 .tagwrap > img {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
#cell .tagwrap > img + span, 
.cell .tagwrap > img + span,
#cell2 .tagwrap > img + span,
.cell2 .tagwrap > img + span {
	margin-left: 3px;
}

/* Pesquisa */
.tab .highlight {
	background-color: yellow;
}
.imgZoom > img {
	max-width: 80px;
}