@CHARSET "ISO-8859-1";

input:read-only {
    color: lightgrey;
}

.hide {
	display: none;
}

button.botoesBonita {
	margin-bottom: 10px; 
	background-color: #0277BD;
}

button.botoesBonita:HOVER {
	background-color: #03A9F4;
}

button.ultimoBotaoBonita {
	margin-right: 20px;
}

.marginBotaoPadrao {
	margin: 10px 10px 10px 0;
}

.ui-dialog p {
	text-indent: 15px;	
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	/*background-color: #ffffffd4; /*#ffffff87; /* #ffffffc2; */
	background-color: rgba(255, 255, 255, 0.83);
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 70px;
}

.overlay p {
	font-size: 30px;
	/*color: white;*/
	color: #000000;
}

.fa.black {
   color: black;
}

.loading {
	/*background: transparent  url("")  bottom no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    position: relative;
    right: 0;
    top: 20%;
    margin-left: auto;
    margin-right: auto;*/
	background: transparent
		url(/rda/ultima/javax.faces.resource/image/loader3.gif.xhtml)
		no-repeat;
	content: "";
	width: 30px;
	height: 36px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.linkTopoPagina {
	font-size: 19px;
	text-decoration: underline;
	font-style: italic;
}
.FlexShow {
	display:table-cell;
	float: left;
    margin-right: 10px;
}

.jsonShow {
	white-space: pre-wrap
}

.campo-alterado {
	background-color: yellow;
	font-weight: bold;
	padding: 2px 4px;
	border-radius: 3px;
}

@media ( min-width : 1025px) {
	.ShowOnDesktopMax {
		display:inherit;
	}
	.topbar-icons-list {
		float: right;
		margin: 0;
		padding: 5px 0 0 0;
		list-style-type: none;
	}
	.topbar-icons-list>li {
		position: relative;
		margin-left: 8px;
	}
	.topbar-icons-list>li>a {
		position: relative;
		display: block;
	}
	.topbar-icon-list {
		font-size: 36px;
		color: #ffffff;
		-moz-transition: color 0.3s;
		-o-transition: color 0.3s;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
}

@media ( max-width : 1024px) {
	.ShowOnDesktopMax {
		display: none;
	}
	.footer-list {
		float: right;
		padding-right: 30px
	}
}
/* adapta��o em substui��o ao core-layout do Ultima*/
@media ( min-width : 640px) {
	.ShowOnDesktop{
	display:table-cell}
	.ShowOnMobile{ display:none;}
	#rowExpansion{
	display:none;
	}
	#columnRowExpansion {
	display:none;
	}
	.modal {
	width:90%;
	overflow-y: scroll;
	position: absolute;
	}
	/*.FloatNoneOnMobile{float:none !important;}
	.topbar-icons-list {
		float: right;
		margin: 0;
		padding: 5px 0 0 0;
		list-style-type: none;
	}
	.topbar-icons-list>li {
		position: relative;
		margin-left: 8px;
	}
	.topbar-icons-list>li>a {
		position: relative;
		display: block;
	}
	.topbar-icon-list {
		font-size: 36px;
		color: #ffffff;
		-moz-transition: color 0.3s;
		-o-transition: color 0.3s;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}*/
}

@media ( max-width : 640px), (pointer:coarse) {
	.ShowOnDesktop{
	display:none;
	visibility:hidden;
	width:0%}
	.FlexShow {display:none;}
	.ShowOnMobile{ display:table-cell;}
	.modal {
	width:100%;
	overflow-y: scroll;
	position: absolute;
	}
}


.footer-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-logo a {
	background: transparent
		url("/rda/javax.faces.resource/image/logo_Procergs_rodape.png.xhtml") no-repeat center
		center;
	display: block;
	font-size: 0;
	height: 28px;
	width: 101px;
}