


html {}
body {
	margin: 0;
	padding: 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color: #666;
	line-height:150%;
	background-color: #FFF;
}




#form_auth {
	margin: 0px auto;
	
	width: 100%;

}
#form_auth input[type=text],
#form_auth input[type=number] {


	display: block;
	padding: 10px;

	background: white;
	border: 1px solid #333;
	border-radius: 6px;
	text-align: left;
	font-size: 16px;
	letter-spacing: .02em;
	outline: 0;
	position: relative;
	color: #363636;
	transition: border .25s ease;
	

	width: 200px;
	margin-bottom: 8px;
}

img {border:none;}

a{color:#666;text-decoration:none;outline:none}
a:hover{color:#e50f2a;}

h1, h2, h3 {
	color: #F58233;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:130%;
}

h1 {font-size: 24px;}
h2 {font-size: 20px;}

.clear {width:100%; clear:both}

#topbar-container {
	z-index:99; 
	height:30px; 
	position:absolute;
	width:100%;
	background:rgb(0,0,0);  
    background: transparent\9;  
    background:rgba(0,0,0,0.8);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);  
    zoom: 1; 
	color:#FFF;
	
	
	-webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 4px 3px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 4px 3px 0px rgba(0, 0, 0, 0.6);
	
	

}
#topbar-container a {
	color:#FFF;
	font-weight:normal;
} 
#topbar-container:nth-child(n) {  
    filter: none;  
}
#topbar {
	width:980px; 
	background: none;
	height:30px;
	line-height:30px;
	color:#c4bfbc;
	padding-top:2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	
}


#topbar .contact-box {
	height:30px;

	padding-top:0px;

	display: inline;
	float:right;
	margin-right:20px;
}
#topbar .contact-box a { color:#c4bfbc; }




#topbar .user-box {
	height:30px;
	padding-left:16px;
	padding-top:0px;
	background: url(../images/user-icon.png) 0 center no-repeat;
	display: inline;
	float:right;
	margin-right:20px;
}
#topbar .user-box a { color:#c4bfbc; }

#topbar .sitemap-box {
	height:30px;
	padding-left:18px;
	padding-top:0px;
	background: url(../images/sitemap-icon.png) 0 center no-repeat;
	display: inline;
	float:right;
	margin-right:20px;
}
#topbar .sitemap-box a { color:#c4bfbc; }

#topbar .search-box {
	height:30px;
	padding-left:15px;
	padding-top:2px;
	background: url(../img/search-icon.png) 0 center no-repeat;
	
	display: inline;
	float:right;
	box-sizing:border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
}
#topbar #input-text-search {
	height:22px;
	padding:2px 4px;
	border:none;
	width:50px;
	background: none;
	color:#c4bfbc;
	outline: 0;
	
	font-size:10px;
}
#topbar #input-text-search:focus {
    outline: 0;
}


#header-container {
	z-index: 98;
	height: 90px;
	
	top: 30px;
	width: 100%;
	zoom: 1;
	color: #FFF;
	font-size: 14px;
	left: 1px;

}
#header-container a {
	color:#FFF;
	font-weight:normal;
} 
#header-container:nth-child(n) {  
    filter: none;  
}
#header {
	width:880px; 
	/*background-color:#00F; */
	height:90px;
}

#banner-container{
	/*z-index:-1; */ 
	position:relative;
	height:410px;
}
#banner {
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

#content-container  {
	width:100%;
	/*height:auto !important; /* real browsers */
	height:100%;/**/
	position:relative;
	top:0;
}

#content {
	margin:0 auto; /* center, not in IE5 */
	width:1138px;
	height:100%;
	position:relative;
}

#footer-container {
	width:100%;
	bottom:0; /* stick to bottom */
	background:#f9f9f9;
	display:table;
}
#footer {
	margin: 10px auto 20px;
	width:980px;
	color:#333;
	display:table;
}

#footer h2 {
	color:#333333;
	font-weight:bold;
}
#footer a {color:#F58233}
#footer a:hover {text-decoration:underline}



#credits-container {
	width:100%;
	height:80px;
	bottom:0; /* stick to bottom */
	background:#f9f9f9;
	/*color:#fdfdfe;*/
	display:table;
	line-height:80px;
	
}
#credits {
	margin: 10px auto;
	width:980px;
	display:table;
}
#credits a:hover {color:#FFF}
#credits ul { padding:0px;margin:0px;list-style:none;}
#credits li { display:inline;}
#credits li:first-child { float:left;}
#credits li:last-child { float:right;}


.center-right {
	float:right;
	top:50%; 
	margin-top:-15px;
	right:20px;
	position:absolute; 
}

.red-button {
	display:table; 
	background-color:#6b1f7f; 
	padding:0px 10px; 
	line-height:30px; 
	
	font-size:14px;
	font-weight:bold;
	
	color:#fff;
	 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

.button {
	height: 48px;
	line-height: 1em;
	font-family:  #F58233;
	color: #FFF;
	background:  #F58233;
	font-size: 16px;
	border-radius: 24px;
	font-weight: 500;
	letter-spacing: .02em;
	text-align: center;
	box-shadow: none;
	text-transform: none;
	text-decoration: none;
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	justify-content: center;
	border-width: 1px;
	border-style: solid;
	border-color:  #F58233;
	white-space: nowrap;
	outline: 0;
	min-width: 169px;
	padding: 0 20px;
	max-width: 100%;
	transition: all .3s ease;
	cursor: pointer;
}

.button.transparent, 
.button.transparent:visited {
	border-color: #F58233;
	color: #F58233;
}
.button.transparent {
	background: 0 0;
}
.button.transparent:active, 
.button.transparent:hover {
	color: #FFF;
	background: #F58233;
}

.keyview {
	background-color:#FF9;
	color:#333;
	padding: 8px;
	display: block;	
	
    width: auto;
}


#content-candidato {
	padding: 10px;
	font-size: 14px;
	background-color: #fff;
	line-height: 140%;
}
.candidato {
	display: inline-block;
	padding: 10px;
	margin: 10px;
	border:1px solid #CCC;	
	font-size: 11px;
	box-sizing:border-box;
	width:100%;
}

.candidato img {
	margin: 0 10px;
}

.candidato input[type=button] {
	padding: 5px;
}

#status {
	width:100%;
	/*height:20px;*/ 
	border:1px solid #9bc475; 
	background-color:#f7fcf0; 
	padding:10px; 
	/*line-height:20px;*/ 
	font-weight:bold;
	
	visibility:hidden;
	display:none;
}

#status-error {
	width:100%;
	/*height:20px;*/ 
	border:1px solid #C40005; 
	background-color:#FFE8E8; 
	padding:10px; 
	/*line-height:20px;*/ 
	/*font-weight:bold;*/
	margin: 15px 0;
	

}



.lgpd-message {
    
	position:fixed !important;

	bottom: 0px;

    z-index:100; 
    width:100%; display:block; 
    padding:8px;

	background-color: #faf7f5 ;
    color: #F58233;
    border: solid 5px #f8ede6;
}


.lgpd-message input[type=button],
.lgpd-message button {
    background-color: #F58233 ;
    color: #FFFFFF  ;
	padding: 5px;
	margin: 8px;
	border:0
}
.lgpd-message a {
	color: #F58233 !important;
	text-decoration: underline;
}