html {
	font: 14px Arial;
	padding: 0;
	position: relative;
	color: #000;
	height: 100%;
}

#baseLogin {
	position:relative;
    margin: 0 auto !important;
    top: 8%;
    width: 350px !important;
    height: auto;
	background: #184277EE;
}


/* MATERIALIZE AUTENTICACAO BOTAO */
.btn-large {
	
	font-weight: bold;
    height: 54px;
    line-height: 54px;

}
.btn-large {

   width: 100%;

}


.divconteudo{
	margin-top: 3.5% !important;
}

@media only screen and (orientation:portrait){
	#aviso { display:none; }
}


@media only screen and (orientation:landscape){
	#aviso { display:none; }
}
h1 {
	font-size: 28px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	color: #563D64;
}

small {
	font-size: 10px;
}

b, strong {
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.clearfix:after, form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.container {
	margin: 5px auto;
	position: relative;
	width: 100%;
}

.logoTopo {
	display: none;
}

.imagens {
	width: 98%;
	height: 300px;
}

#content #imagens {
	width: 98%;
	border-radius: 10px !important;
}

.switch{
		width: 98% !important;
		
}
#content {
	background: #f9f9f9;
	background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%,
		rgba(249, 249, 249, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%,
		rgba(249, 249, 249, 1) 100%);
	background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%,
		rgba(249, 249, 249, 1) 100%);
	background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%,
		rgba(249, 249, 249, 1) 100%);
	background: linear-gradient(top, rgba(248, 248, 248, 1) 0%,
		rgba(249, 249, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8',
		endColorstr='#f9f9f9', GradientType=0);
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-ms-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	border: 1px solid #c4c6ca;
	margin: 0 auto;
	margin-top: 1%;
	padding: 4px 10px 10px 10px;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 25%;
	height: 7%;
	display: table;
	border-radius: 10px;
	display: table;
}

#content h1 {
	color: #7E7E7E;
	font: bold 18px Helvetica, Arial, sans-serif;
	letter-spacing: -0.05em;
	line-height: 20px;
	margin: 10px 0 10px;
}

#content h1:before, #content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 27%;
}

#content h1:after {
    background: rgb(126, 126, 126);
    background: -moz-linear-gradient(left, rgba(126, 126, 126, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(126, 126, 126, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(126, 126, 126, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(126, 126, 126, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(left, rgba(126, 126, 126, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    right: 0;
}

#content h1:before {
    background: rgb(126, 126, 126);
    background: -moz-linear-gradient(right, rgba(126, 126, 126, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(right, rgba(126, 126, 126, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(right, rgba(126, 126, 126, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(right, rgba(126, 126, 126, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(right, rgba(126, 126, 126, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    left: 0;
}



#content form {
	margin: 0 20px;
	position: relative;
	margin-left: 0px;
}

#content form input[type="text"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #eae7e7 url(../resources/images/chk_captcha.png) 0 -1px
		no-repeat;
	border: 1px solid #c8c8c8;
	color: #777;
	font: 13px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	padding: 5px 10px 10px 40px;
	width: 90%;
}

#content form input[type="password"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #eae7e7 url(../resources/images/chk_captcha.png) 0 -56px
		no-repeat;
	border: 1px solid #c8c8c8;
	color: #777;
	font: 13px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	padding: 5px 10px 10px 40px;
	width: 90%;
}

#content form input[type="text"]:focus, #content form input[type="password"]:focus
	{
	-webkit-box-shadow: 0 0 2px #ed1c24 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #ed1c24 inset;
	background-color: #fff;
	border: 1px solid #ed1c24;
	outline: none;
}

#username {
	background-position: 10px 10px !important
}

#password {
	background-position: 10px -53px !important
}

#content form input[type="submit"] {
	background: rgb(254, 231, 154);
	background: -moz-linear-gradient(top, rgba(254, 231, 154, 1) 0%,
		rgba(254, 193, 81, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(254, 231, 154, 1) 0%,
		rgba(254, 193, 81, 1) 100%);
	background: -o-linear-gradient(top, rgba(254, 231, 154, 1) 0%,
		rgba(254, 193, 81, 1) 100%);
	background: -ms-linear-gradient(top, rgba(254, 231, 154, 1) 0%,
		rgba(254, 193, 81, 1) 100%);
	background: linear-gradient(top, rgba(254, 231, 154, 1) 0%,
		rgba(254, 193, 81, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a',
		endColorstr='#fec151', GradientType=0);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 35px;
	margin: 20px 0 35px 15px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width: 120px;
}

#content form input[type="submit"]:hover {
	background: rgb(254, 193, 81);
	background: -moz-linear-gradient(top, rgba(254, 193, 81, 1) 0%,
		rgba(254, 231, 154, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(254, 193, 81, 1) 0%,
		rgba(254, 231, 154, 1) 100%);
	background: -o-linear-gradient(top, rgba(254, 193, 81, 1) 0%,
		rgba(254, 231, 154, 1) 100%);
	background: -ms-linear-gradient(top, rgba(254, 193, 81, 1) 0%,
		rgba(254, 231, 154, 1) 100%);
	background: linear-gradient(top, rgba(254, 193, 81, 1) 0%,
		rgba(254, 231, 154, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151',
		endColorstr='#fee79a', GradientType=0);
}

#content form div a {
	color: #004a80;
	float: right;
	font-size: 12px;
	margin: 30px 15px 0 0;
	text-decoration: underline;
}

.button {
	background: rgb(247, 249, 250);
	background: -moz-linear-gradient(top, rgba(247, 249, 250, 1) 0%,
		rgba(240, 240, 240, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(247, 249, 250, 1) 0%,
		rgba(240, 240, 240, 1) 100%);
	background: -o-linear-gradient(top, rgba(247, 249, 250, 1) 0%,
		rgba(240, 240, 240, 1) 100%);
	background: -ms-linear-gradient(top, rgba(247, 249, 250, 1) 0%,
		rgba(240, 240, 240, 1) 100%);
	background: linear-gradient(top, rgba(247, 249, 250, 1) 0%,
		rgba(240, 240, 240, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa',
		endColorstr='#f0f0f0', GradientType=0);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #CFD5D9;
	padding: 15px 0;
}

.button a {
	background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0
		-112px no-repeat;
	color: #7E7E7E;
	font-size: 17px;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.button a:hover {
	background-position: 0 -135px;
	color: #00aeef;
}

.imagemLogo {
	width: 70%;
	height: 10%;
}

/* autenticação.css */
.imagemBackgroud {
	display: block;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.formLogin {
	background-color: #e1e1e1;
	width: 300px;
	height: 120px;
	left: 50%;
	margin: -130px 0 0 -210px;
	padding: 10px;
	position: absolute;
	top: 50%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.Textual {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.informa {
	background-color: #e1e1e1;
	width: 315px;
	height: 20px;
	left: 50%;
	margin: -160px 0 0 -210px;
	padding: 10px;
	position: absolute;
	top: 50%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.informaLogo {
	background-color: #e1e1e1;
	width: 300px;
	height: 50px;
	left: 50%;
	margin: -240px 0 0 -210px;
	padding: 10px;
	position: absolute;
	top: 50%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* fim autenticação.css */
.header {
	display: none;
}

.botaoPainel {
		background: #c4c4c4 -moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(255,255,255,0.8),rgba(255,255,255,0));
		color: #000000 !important;
		font-weight: bold !important;
		border-color: #c4c4c4 !important;
		font-size: 11px !important;
		text-shadow: none !important;
		margin-top: 2px !important;
		width: 30% !important;
		height: 20px;
}

.painelMidia {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.botaoMidia {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	box-shadow: 4px 5px 4px #000E;
	background-image:
		url("../resources/images/e-learning.png") !important;
	background-size: 50px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-color: #184277 !important;
	transition: all 0.5s linear;
}

.botaoMidia:HOVER {
	transform: scale(1.06) !important;
	transform: scale(1.06) !important;
	-ms-transform: scale(1.06) !important;
	-webkit-transform: scale(1.06) !important;
	transition: all 0.5s linear;
}

.dialogoMidia {
	min-width: 60%;
	max-width: 60%;
	height: auto;
}

.botaoVoltarMidia {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-image:
		url("../resources/images/voltar.png") !important;
	background-size: 20px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-color: #184277 !important;
	transition: all 0.5s linear;
}

.botaoVoltarMidia:HOVER {
	background-image:
		url("../resources/images/voltar-hover.png") !important;
	background-color: #fff !important;
	transition: all 0.5s linear;		
}

.botaoFecharMidia {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-image:
		url("../resources/images/fechar.png") !important;
	background-size: 15px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-color: #D2524F !important;
	transition: all 0.5s linear;
}

.botaoFecharMidia:HOVER {
	background-image:
		url("../resources/images/fechar-hover.png") !important;
	background-color: #fff !important;
	transition: all 0.5s linear;
}

@media screen and (max-width: 1367px) {
	#baseLogin {
	    top: 8%;
	    height: auto;
		background: #184277EE;
	}
	
	.divconteudo{
		margin-top: 8px !important;
	}
	
	.imagens {
		width: 100%;
		height: 230px;
	}
	#content #imagens {
		width: 100%;
		border-radius: 10px !important;
	}
	.switch {
		width: 100% !important;
		
	}
	#content {
		background: #f9f9f9;
		background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%,
			rgba(249, 249, 249, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%,
			rgba(249, 249, 249, 1) 100%);
		background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%,
			rgba(249, 249, 249, 1) 100%);
		background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%,
			rgba(249, 249, 249, 1) 100%);
		background: linear-gradient(top, rgba(248, 248, 248, 1) 0%,
			rgba(249, 249, 249, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8',
			endColorstr='#f9f9f9', GradientType=0);
		-webkit-box-shadow: 0 1px 0 #fff inset;
		-moz-box-shadow: 0 1px 0 #fff inset;
		-ms-box-shadow: 0 1px 0 #fff inset;
		-o-box-shadow: 0 1px 0 #fff inset;
		box-shadow: 0 1px 0 #fff inset;
		border: 1px solid #c4c6ca;
		margin: 0 auto;
		margin-top: 1%;
		padding: 4px 10px 10px 10px;
		position: relative;
		text-align: center;
		text-shadow: 0 1px 0 #fff;
		width: 25%;
		height: 7%;
		display: table;
		border-radius: 10px;
		display: table;
	}
	#content h1 {
		color: #7E7E7E;
		font: bold 18px Helvetica, Arial, sans-serif;
		letter-spacing: -0.05em;
		line-height: 20px;
		margin: 10px 0 10px;
	}
	#content form {
		margin: 0 20px;
		position: relative;
		margin-left: 0px;
	}
	#content form input[type="text"] {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background: #eae7e7 url(../resources/images/chk_captcha.png) 0 -1px
			no-repeat;
		border: 1px solid #c8c8c8;
		color: #777;
		font: 13px Helvetica, Arial, sans-serif;
		margin: 0 0 10px;
		padding: 5px 10px 10px 40px;
		width: 90%;
	}
	#content form input[type="password"] {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background: #eae7e7 url(../resources/images/chk_captcha.png) 0 -56px
			no-repeat;
		border: 1px solid #c8c8c8;
		color: #777;
		font: 13px Helvetica, Arial, sans-serif;
		margin: 0 0 10px;
		padding: 5px 10px 10px 40px;
		width: 90%;
	}
	#content form input[type="text"]:focus, #content form input[type="password"]:focus
		{
		-webkit-box-shadow: 0 0 2px #ed1c24 inset;
		-moz-box-shadow: 0 0 2px #ed1c24 inset;
		-ms-box-shadow: 0 0 2px #ed1c24 inset;
		-o-box-shadow: 0 0 2px #ed1c24 inset;
		box-shadow: 0 0 2px #ed1c24 inset;
		background-color: #fff;
		border: 1px solid #ed1c24;
		outline: none;
	}
	#username {
		background-position: 10px 10px !important
	}
	#password {
		background-position: 10px -53px !important
	}
	#content form input[type="submit"] {
		background: rgb(254, 231, 154);
		background: -moz-linear-gradient(top, rgba(254, 231, 154, 1) 0%,
			rgba(254, 193, 81, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(254, 231, 154, 1) 0%,
			rgba(254, 193, 81, 1) 100%);
		background: -o-linear-gradient(top, rgba(254, 231, 154, 1) 0%,
			rgba(254, 193, 81, 1) 100%);
		background: -ms-linear-gradient(top, rgba(254, 231, 154, 1) 0%,
			rgba(254, 193, 81, 1) 100%);
		background: linear-gradient(top, rgba(254, 231, 154, 1) 0%,
			rgba(254, 193, 81, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a',
			endColorstr='#fec151', GradientType=0);
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		-o-border-radius: 30px;
		border-radius: 30px;
		-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
		-ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
		-o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
		border: 1px solid #D69E31;
		color: #85592e;
		cursor: pointer;
		float: left;
		font: bold 15px Helvetica, Arial, sans-serif;
		height: 35px;
		margin: 20px 0 35px 15px;
		position: relative;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		width: 120px;
	}
	#content form input[type="submit"]:hover {
		background: rgb(254, 193, 81);
		background: -moz-linear-gradient(top, rgba(254, 193, 81, 1) 0%,
			rgba(254, 231, 154, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(254, 193, 81, 1) 0%,
			rgba(254, 231, 154, 1) 100%);
		background: -o-linear-gradient(top, rgba(254, 193, 81, 1) 0%,
			rgba(254, 231, 154, 1) 100%);
		background: -ms-linear-gradient(top, rgba(254, 193, 81, 1) 0%,
			rgba(254, 231, 154, 1) 100%);
		background: linear-gradient(top, rgba(254, 193, 81, 1) 0%,
			rgba(254, 231, 154, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151',
			endColorstr='#fee79a', GradientType=0);
	}
	#content form div a {
		color: #004a80;
		float: right;
		font-size: 12px;
		margin: 30px 15px 0 0;
		text-decoration: underline;
	}
	.button {
		background: rgb(247, 249, 250);
		background: -moz-linear-gradient(top, rgba(247, 249, 250, 1) 0%,
			rgba(240, 240, 240, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(247, 249, 250, 1) 0%,
			rgba(240, 240, 240, 1) 100%);
		background: -o-linear-gradient(top, rgba(247, 249, 250, 1) 0%,
			rgba(240, 240, 240, 1) 100%);
		background: -ms-linear-gradient(top, rgba(247, 249, 250, 1) 0%,
			rgba(240, 240, 240, 1) 100%);
		background: linear-gradient(top, rgba(247, 249, 250, 1) 0%,
			rgba(240, 240, 240, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa',
			endColorstr='#f0f0f0', GradientType=0);
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		-o-border-radius: 0 0 5px 5px;
		-ms-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
		border-top: 1px solid #CFD5D9;
		padding: 15px 0;
	}
	.button a {
		background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0
			-112px no-repeat;
		color: #7E7E7E;
		font-size: 17px;
		padding: 2px 0 2px 40px;
		text-decoration: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.button a:hover {
		background-position: 0 -135px;
		color: #00aeef;
	}
	.imagemLogo {
		width: 70%;
		height: 10%;
	}

	/* autenticação.css */
	.imagemBackgroud {
		display: block;
		background-repeat: no-repeat;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.formLogin {
		background-color: #e1e1e1;
		width: 300px;
		height: 120px;
		left: 50%;
		margin: -130px 0 0 -210px;
		padding: 10px;
		position: absolute;
		top: 50%;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
	}
	.Textual {
		font-family: Verdana, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}
	.informa {
		background-color: #e1e1e1;
		width: 315px;
		height: 20px;
		left: 50%;
		margin: -160px 0 0 -210px;
		padding: 10px;
		position: absolute;
		top: 50%;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
	}
	.informaLogo {
		background-color: #e1e1e1;
		width: 300px;
		height: 50px;
		left: 50%;
		margin: -240px 0 0 -210px;
		padding: 10px;
		position: absolute;
		top: 50%;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
	}

	/* fim autenticação.css */
	.header {
		display: none;
	}
}

@media screen and (max-width: 1020px) {
	#baseLogin {
	    top: 8%;
	    height: auto;
		background: #184277EE;
	}
}

@media screen and (max-width: 720px) {
	#baseLogin {
	    top: 8%;
	    height: auto;
		background: #184277EE;
	}
	
	.switch {
	margin-left: 1%;
		width: 95% !important;
		
	}
	#content {
		background: #ffffff !important;
		margin-top: 35px;
		height: 370px;
		border-radius: 15px;
		width: 50%;
		z-index: 1000;
		padding: 4px 0px 5px 0px;
		z-index: 1000;
	}
	#content form input[type="text"] {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background: #eae7e7 url(../resources/images/chk_captcha.png) 0 -1px
			no-repeat;
		border: 1px solid #c8c8c8;
		color: #777;
		font: 13px Helvetica, Arial, sans-serif;
		margin: 0 0 10px;
		padding: 5px 10px 10px 40px;
		width: 80%;
	}
	#content form input[type="password"] {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background: #eae7e7 url(../resources/images/chk_captcha.png) 0 -56px
			no-repeat;
		border: 1px solid #c8c8c8;
		color: #777;
		font: 13px Helvetica, Arial, sans-serif;
		margin: 0 0 10px;
		padding: 5px 10px 10px 40px;
		width: 80%;
	}
}

@media screen and (max-width: 510px) {
	#baseLogin {
	    top: 8%;
	    height: auto;
		background: #184277EE;
	}
}
@media screen and (max-width: 480px) {
	body {
		margin: 0px;
		left: 0px;
		overflow: hidden !important;
	}
		
	.rc-anchor-light.rc-anchor-normal {
	    border: 1px solid #d3d3d3;
	    width: 96% !important;
	}
	
	.rc-anchor-normal .rc-anchor-checkbox-label {
   		 width: 118px !important;
	}
	
	.rc-anchor-normal .rc-anchor-content {
	    height: 74px;
	    width: 189px !important;
	}
	
	
	.rc-anchor-normal .rc-anchor-pt {
	    margin: 4px 13px 0 0;
	    padding-right: 22px !important;
	    position: absolute;
	    right: 0px;
	    text-align: right;
	    width: 215px !important;
	}
	
	#baseLogin {
	    top: 8%;
	    height: auto;
		background: #184277EE;
	}
	.container {
		position: relative !important;
		width: 100% !important;
		height: 100% !important;
	}
	#content {
		background: #ffffff !important;
		margin-top: 50px;
		height: 370px;
		border-radius: 15px;
		width: 300px;
		z-index: 1000;
		padding: 4px 0px 5px 0px;
	}
	#content:after, #content:before {
		background: none;
		border: 0px;
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: -1;
	}
	#content form {
		margin: 0;
	}
	#content #imagens {
		width: 50%;
		border-radius: 10px !important;
	}
	#topo {
		position: fixed;
		background: #f00;
		width: 100%;
		height: 10%;
		z-index: 1000;
		top: 0px;
	}
	.logoTopo {
		display: inline-table;
	}
	
	.switch{
		display: none !important;
	}
	#content .imagemLogo {
		width: 60%;
		height: 30px;
	}
	#content .rc-anchor-normal {
		height: 10px !important;
	}
	#content h1::before, #content h1::after {
		content: "";
		height: 1px;
		position: absolute;
		top: 10px;
		width: 20%;
	}
	#content:after {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		top: 0;
		z-index: -1;
	}
	#content:before {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		top: 0;
		z-index: -1;
	}
	#content h1 {
		color: #7E7E7E;
		font: bold 22px Helvetica, Arial, sans-serif;
		letter-spacing: -0.05em;
		line-height: 20px;
		margin: 45px 10px 45px 10px;
	}
	.Textual {
		font-family: Verdana, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}
	#content .margin {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#content .ui-button {
		width: 60%;
		background:
	}
	.float-l {
		float: left;
		margin-left: 10px;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	.float-r {
		margin-top: 8px;
		margin-right: 4px;
		float: right;
		height: 0px;
		border: none;
		float: right;
	}
	#content form input[type="text"] {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background: #eae7e7 url(../resources/images/chk_captcha.png) 0 -1px
			no-repeat;
		border: 1px solid #c8c8c8;
		color: #777;
		font: 13px Helvetica, Arial, sans-serif;
		margin: 0 0 10px;
		padding: 5px 10px 10px 40px;
		width: 80%;
	}
	#content form input[type="password"] {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background: #eae7e7 url(../resources/images/chk_captcha.png) 0 -56px
			no-repeat;
		border: 1px solid #c8c8c8;
		color: #777;
		font: 13px Helvetica, Arial, sans-serif;
		margin: 0 0 10px;
		padding: 5px 10px 10px 40px;
		width: 80%;
	}

	/* Inicio menu esquerdo */
	.header {
		width: 100%;
		height: 40px;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background: #1C5083;
		z-index: 9999;
		display: block;
	}
	.menuEsquerdo {
		width: 20px;
		height: 20px;
		float: left;
		position: relative;
		top: 10px;
		left: 253px;
		z-index: 1000;
	}
	.lateral {
		padding: 0 50px 0 0;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.2em;
		background: rgb(44, 62, 80);
		height: 8%;
		overflow: hidden;
		width: 240px;
		position: fixed;
		top: 2px !important;
		left: -245px;
		background-color: transparent;
		z-index: 1000;
	}
	.lateral:hover, .lateral:ACTIVE {
		-moz-transform: translate(240px, 0);
		-webkit-transform: translate(240px, 0);
		-o-transform: translate(240px, 0);
		background: rgba(44, 62, 80, 0.7);
		transform: translate(240px, 0);
		padding-right: 0;
		height: 100%;
		top: 0;
		padding-left: 10px;
		padding-top: 10px;
		z-index: 1000;
	}
	.lateral:hover .fa {
		color: #fff;
	}
	.lateral:hover .lateralInt {
		top: 35px;
		margin-left: 20px;
		position: fixed;
		width: 200px;
		height: 30px;
		background: #fff;
		border-radius: 10px;
	}
	.lateral:hover .lateralInt:hover {
		top: 35px;
		margin-left: 20px;
		position: fixed;
		width: 200px;
		height: 30px;
		background: #ffcc00;
		border-radius: 10px;
	}

	/* Fim Menu esquerdo */
	
}

/* Configuração grown inicio */
.ui-growl {
	z-index: 9999 !important;
}

.ui-growl-error {
	background: #ff0000;
	color: #ffffff;
}

.ui-growl-info {
	background: #0000CD;
	color: #ffffff;
}

.ui-growl-warn {
	background: #ffcc00;
	color: #000000;
}

/* Configuração grown fim */

@media only screen and (orientation:portrait) and (max-width: 767px){
	#aviso { display:none; }
}


@media only screen and (orientation:landscape) and (max-width: 767px) and (max-height: 480px){
	body{
		overflow: hidden;
	}
		
	#aviso  { 
		background: #000000;
		display:inline-table;
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 9999;
		left: 0px;
		top: 0px;
		margin: 0px;
		overflow-y: hidden;
	}
	.orientacao{
		color: #fff;
		font-size: 2em !important;
		font-weight: bold !important;
	}
	
	#textoIncop{
		margin-left: 25%;
		width: 350px;
		text-align: center;
	}
	
	
	.imagemPhone{
		margin-left: 20%;
	}
}

@media only screen and (orientation:landscape) and (max-width: 600px) and (max-height: 480px) {
	body{
		overflow: hidden;
	}
	
	#aviso  { 
		background: #000000;
		display:inline-table;
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 9999;
		left: 0px;
		top: 0px;
		margin: 0px;
		overflow-y: hidden;
	}
	.orientacao{
		color: #fff;
		font-size: 2em !important;
		font-weight: bold !important;
	}
	
	#textoIncop{
		margin-left: 19%;
		width: 350px;
		text-align: center;
	}
	
	
	.imagemPhone{
		margin-left: 20%;
	}
}

@media only screen and (orientation:portrait) and (max-width: 360px) and (max-height: 480px){
	#aviso { display:none; }
}


@media only screen and (orientation:landscape) and (max-width: 360px) and (max-height: 480px){
	body{
		overflow: hidden;
	}
	
	#aviso  { 
		background: #000000;
		display:inline-table;
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 9999;
		left: 0px;
		top: 0px;
		margin: 0px;
		overflow-y: hidden;
	}
	.orientacao{
		color: #fff;
		font-size: 1.8em !important;
		font-weight: bold !important;
	}
	
	#textoIncop{
		margin-left: 10%;
		width: 300px;
		text-align: center;
	}
	
	
	.imagemPhone{
		margin-left: 20%;
	}
}

@media only screen and (orientation:portrait) and (max-width: 330px){
	#aviso { display:none; }
}


@media only screen and (orientation:landscape) and (max-width: 361px){
	body{
		overflow: hidden;
	}
	
	#aviso  { 
		background: #000000;
		display:inline-table;
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 9999;
		left: 0px;
		top: 0px;
		margin: 0px;
		overflow-y: hidden;
	}
	.orientacao{
		color: #fff;
		font-size: 1.5em !important;
		font-weight: bold !important;
	}
	
	#textoIncop{
		margin-left: 10%;
		width: 250px;
		text-align: center;
	}
	
	
	.imagemPhone{
		margin-left: 20%;
	}
}


@media only screen and (orientation:landscape) and (min-width: 0px) and (max-width: 360px) {
	#aviso { 
		display:none; 
	}
}