@charset "ISO-8859-1";

.ui-widget {
	font-size: 12px !important;
}

.ui-panel {
	width: auto !important;
}

.ui-g div {
	background-color: #ededed;
	text-align: center;
	border: 1px solid #fafafa;
}

.img-login {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%, -50%);
}

.logo_template {
	background-image: url("../imagens/logo.png");
	background-blend-mode: lighten;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 300px;
	max-width: 100%;
	height: auto;
}

.logo_login {
	background-color: rgb(0, 84, 104);
}

.ui-fieldset.fieldset-login {
	background-color: rgb(0, 84, 104);
	width: 265px;
	background: transparent;
	text-align: center;
	top: 50%;
	right: 10%;
	position: absolute;
	transform: translateY(-62%);
}



.ui-fieldset.fieldset-solicitaracesso {
	background-color: rgb(0, 84, 104);
	width: 265px;
	background: transparent;
	text-align: center;
	top: 63%;
	right: 10%;
	position: absolute;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

form {
	border: 0px solid rgb(0, 84, 104);
}

input[type=text], input[type=password] {
	width: 100%;
	padding: 12px 7px;
	margin: 3px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.button {
	background-color: rgb(0, 84, 104);
	border: none;
	color: #FFFFFF;
	padding: 14px 20px;
	width: 221px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-right: 25px;
}

.button:hover span:after {
	opacity: 1;
	right: 0;
}

.footer {
	position: fixed;
	left: 0;
	bottom: -20px;
	width: 100%;
	background-color: #FFFFFF;
	color: rgb(0, 0, 0);
	text-align: center;
}

.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
}

img.avatar {
	width: 80%;
	border-radius: 10%;
}

.container {
	height: 79%;
}

span.psw {
	float: right;
	padding-top: 16px;
}

.alignTop {
	vertical-align: top;
}

body .ui-dialog .ui-dialog-content .ui-datatable table {
	width: auto;
}

.fotogrid {
	width: 100px;
	max-width: 10 0px;
	height: 130px;
	border: 1px solid #F8F8FF;
	border-radius: 5px;
}

#footer {
	position: relative;
	margin-top: -7.5em;
}

.cor_vermelha {
	background-color: #FFCCCC !important;
}

.cor_amarela {
	background-color: #f8f8be !important;
}

.cor_cinza {
	background-color: #e0e0e0 !important;
}

button.ui-button {
	margin-right: 1px;
}

body .ui-commandlink, body .ui-link {
	color: white;
	transition: background-color .2s, color 2.2s, border-color .2s,
		box-shadow .2s, opacity .2s;
}