html {
	background: #d5d8db;
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: 100%;
	background-image: url("/portal_pcmso/javax.faces.resource/sls/back.jpg.jsf?ln=logos");
}

html:has(.corpo) {
	background: #FFF !important;
}

html:has(div.login) {
	background-color: #17409A;
}

div.logo {
	/*position: fixed;*/
	top: 20%;
	left: 55.4%;
	width: 200px;
	height: 230px;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
	background-size: 100% 100%;
	background-image: none !important;
}

div.login {
	position: fixed;
	width: 400px !important;
	height: 230px !important;
	background-color: #bce0ee !important;
	box-shadow: none;
	border-radius: 0;
}

.titulologin {
	color: #173570 !important;
	font-family: OpenSans !important;
	font-weight: bold;
}

.esqueceu-senha {
	color: #173570 !important;
}

.panel {
	border: 1px solid #E5E5E5;
}

div.corpo-login {
	display: none;
	background: none !important;
}

div.menu {
	background-size: 170px;
	background-image: url("/portal_pcmso/javax.faces.resource/sls/logo.svg.jsf?ln=logos");
}

div.corpo-login-conteudo {
	display: none;
	background: none !important;
}

div.titulo {
	display: none;
	background: none !important;
}

div.container {
	position: absolute;
	top: 0px;
	bottom: 42px;
	width: 100%;
	text-align: center !important;
	vertical-align: middle !important;
}

div.rodape {
	background: #ffffff url("/portal_pcmso/javax.faces.resource/footer-blue.png.jsf?ln=imagens") 50%
		50% repeat !important;
}

.ui-widget-header {
	background: transparent url("/portal_pcmso/javax.faces.resource/footer-blue.png.jsf?ln=imagens")
		50% 50% repeat !important;
}

.ui-button {
	background: transparent url("/portal_pcmso/javax.faces.resource/blue2.png.jsf?ln=imagens") 50% 50%
		repeat !important;
}

.botaolimpar {
	color: white !important;
	background: transparent url("/portal_pcmso/javax.faces.resource/gray.png.jsf?ln=imagens") 50% 50%
		repeat !important;
}

.botaoexibelimpar {
	border: none !important;
	height: 30px;
	width: 30px !important;
	background: transparent url("/portal_pcmso/javax.faces.resource/gray.png.jsf?ln=imagens") 50% 50%
		repeat !important;
}

.botaosalvar {
	color: white !important;
}

.botaosalvar:hover {
	color: black !important;
}

.botaolimpar:hover {
	color: black !important;
	background: transparent url("/portal_pcmso/javax.faces.resource/gray.png.jsf?ln=imagens") 50% 50%
		repeat !important;
}

.botaologin {
	font-family: "BebasNeue", sans-serif !important;
	font-size: 12pt !important;
	text-transform: uppercase;
	border: none !important;
	padding-top: 10px;
	min-height: 40px;
	width: 150px;
	padding-top: 20px;
	background-size: 100% 100%;
}

.ilogin {
	width: 300px;
	height: 30px;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}