@charset "utf-8";

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	/*	font-weight: normal;
	background: #f3705b;*/
}

header {
	padding: 5px 0px;
	margin-bottom: 20px;
	height: 30px;
	background-color: #545454;
	color: #fff;
	box-shadow: 0px 2px 2px #ccc;
}

header>div {
	margin-left: 8px
}

#conteudo {
	padding: 0px 8px
}

footer {
	padding: 0px 8px;
	margin-bottom: 10px
}

h1 {
	font-size: 24px;
	font-weight: 500;
	padding: 0px;
	margin: 0px
}

#login-dialog {
	padding: 1px;
	width: 290px;
	margin: auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 17px;
	padding-left: 0;
	padding-right: 0;
}

@media ( max-width : 400px) {
	#login-dialog {
		width: 95%;
	}
}



.grid-login {
	background-color: #f2f2f2;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin-top: 8px;
	padding: 10px
}

.rotulo {
	width: 150px
}

.ui-panelgrid td {
	height: 34px
}

.ajax-status {
	position: fixed;
	top: 55px;
	right: 10px;
	width: 35px;
	height: 35px
}

.form-group {
	padding-bottom: 10px;
}

.form-group>input {
	box-shadow: none;
	width: 50%;
}

#aplication-icon-login {
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	margin-top: -34px;
	background: var(--aplication-logo);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.login-background-banner {
	background: url("/HomePonto/javax.faces.resource/image/home.png.xhtml");
	background: var(--main-color);
	height: 100vh;
	display: flex;
	align-content: center;
	justify-content: center;
	height: 100vh;
	color:white;
}

.realtime-info-banner {
	background: var(--main-color);
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color:white;
}
.main-color {
	background: var(--main-color);
}

@media screen and (max-width: 400px){
.ui-g-12 .host-element{
	display:none;
}
}

.foot-banner,
.foot-banner  a {
	background: var(--main-color);
	color:white;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	
}

.empresaPanel {
	width: 290px;
	text-align: center;
	margin: auto;
}
