body {
	background: #F1F5F7;	
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;			
}

#login_header {
	background: #000000;
	height: 140px;
	padding: 20px 10px;
	box-sizing: border-box;
}

#login_header a img {
	height: 70px;
	margin-top: 5px;	
}

#login_header img {
	height: 100px;	
}

.img_hover {
	transition: all 0.4s ease;
}

.img_hover:hover {
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
   	transition: all 0.4s ease;
}

#login_conteudo {
	clear: both;
	overflow: hidden;
}

#footer {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.item_footer {
	text-align: center;
	font-size: 14px;
}

.item_footer a {
	display: block;
	text-decoration: none;
}

.item_footer a > i {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;	
}

#login_conteudo {
	background: #FFFFFF;
	margin: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;	
}

.home_titulo {
	border-bottom: 3px solid #897F6F;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

.home_titulo h4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	background: #897F6F;
	padding: 15px 20px;
	display: inline-block;
	color: #FFFFFF; 
	line-height: normal;
	font-weight: normal;
}

#identif_container {
	width: 310px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.identif_field label {
	font-size: 16px;
	color: #333333; 
}

.identif_field .add-on {
	font-size: 18px;
	height: 42px;
	box-sizing: border-box;
	width: 40px;
	line-height: 32px;	
}

.identif_field input {
	margin: 0px;	
}

.identif_field input[type="text"],
.identif_field input[type="tel"],
.identif_field input[type="password"] {
	font-size: 18px;
	font-weight: normal;
	padding: 20px 10px;	
    height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 230px;    
}

.identif_field input[type="checkbox"] {
	margin-right: 5px;
	margin-top: -3px;
}

.identif_field a {
	text-decoration: none;
}

.identif_link {
	text-align: right;
	margin-top: -10px;
	margin-bottom: 5px;
	font-size: 14px;
}

.identif_buttons {
	margin-top: 10px;
	text-align: center;
	clear: both;
	overflow: hidden;
	margin-bottom: -10px;
}

.identif_buttons .btn_site {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.btn_site {
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;	
	font-size: 20px;
	padding: 20px;
	box-shadow: none;
	border-radius: 8px;
	text-shadow: none;
	box-sizing: border-box;
	transition: all 0.4s ease;
	border: 1px solid #897F6F;
	color: #897F6F;
	background: none;
	text-decoration: none;
	font-weight: bold;
}

.btn_site i {
	margin-left: 8px;
}

.btn_site:hover,
.btn_site:focus {
	background: #897F6F;
	color: #FFFFFF;
	transition: all 0.4s ease;
}

.btn_site.gray {
	background: #CCCCCC;
}

.btn_site.gray:hover,
.btn_site.gray:focus {
	background: #222222;
	color: #FFD613;
}

a {
	transition: all 0.4s ease;
	text-decoration: underline;
	color: #333333;
}

a:hover,
a:focus {
	color: #333333;
}

.show_sucesso {
	text-align: center;
	font-size: 16px;
}

.show_sucesso > i {
	font-size: 150px;
	color: #468847;
}

.show_sucesso h4 {
	margin: 20px 0px;
	font-size: 24px;
}

.show_sucesso ul {
	text-align: left;
}

.fPassForca {
	margin-top: 5px;
	margin-bottom: -10px;
}

.fPassForca span {
	font-size: 12px;
	font-weight: normal;	
}

.criar_agree_container {
	clear: both;
	overflow: hidden;
	line-height: 150%;
	margin-bottom: 20px;
}

.criar_agree_container input {
	margin: 0px;
	margin-right: 5px;	
}

#mostraWarning .alert {
	padding-right: 10px;
}

.close_mensa {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}

.close_mensa:hover,
.close_mensa:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.login_migalhas {
	text-align: right;	
	margin-top: 15px;
	padding-right: 20px;
}

.login_migalhas p{	
	width: 100%;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	font-weight: bold;
}

.login_migalhas a {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;	
}


.tabFormDados {
	width: 100%;
	display: table;
	margin-top: 20px;
}

.tabFormDados > li {	
	display: table-row;
	width: 100%;	
}

.tabFormDados > li:nth-child(odd) {
  
}

.tabFormDados > li:hover {
	background: #F5F5F5;
}

.tabFormDados > li > .col1,
.tabFormDados > li > .col2,
.tabFormDados > li > .col3 {
	border-top: 1px solid #DDDDDD;
	display: table-cell;
	padding: 5px;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
}

.tabFormDados .titulo {
	font-weight: bold;
}

.tabFormDados .titulo i {
	margin-right: 5px;
}

.curric_forma_tr_edit {
	background: #F2F2F2;
}

.formacaoUL {
	padding-bottom: 5px;
}

.btn {
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
}

.badge {
	text-decoration: none;
}

.fPassDiv .fPassForca{
	margin-top: -5px;
	margin-bottom: 10px;
}

.header_user {
	background: #333432;
}

.header_user_container {
	width: 1140px;
	padding: 12px 20px;
	margin: 0 auto;
	height: 45px;
	box-sizing: border-box;
}

.header_ul {
	margin: 0px;
	float: right;
}

.header_ul > li {
	vertical-align: top;
	display: inline-block;
}

.header_ul > li:first-child {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #FFFFFF;
}

.header_user_a {
	color: #FFFFFF;
	font-size: 15px;
}

.header_user_a i {
	font-size: 24px;
	margin-right: 5px;
}

.header_user_a span {
	display: block;
	float: right;
	margin-top: 2px;
}

.header_user_a:hover,
.header_user_a:focus {
	color: #FFFFFF;
}

.header_user_a:hover span,
.header_user_a:focus span {
	text-decoration: underline;
	transition: all 0.4s ease;
}

.header_usernome_a {
	color: #FFFFFF;
	font-size: 15px;
	display: table;
	text-decoration: none;
}

.header_usernome_a i,
.header_usernome_a span {
	display: table-cell;
	vertical-align: middle;
}

.header_usernome_a i:first-child {
	font-size: 24px;
	padding-right: 5px;
}

.header_usernome_a i:last-child {
	font-size: 16px;
	padding-left: 5px;
}

.header_usernome_a:hover,
.header_usernome_a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

.header_usernome_a:hover span,
.header_usernome_a:focus span {
	text-decoration: underline;
}

.user_menu_drop i {
	margin-right: 10px;
}

.dropdown-menu li > a {
  	color: #1F1F1F;
  	font-size: 16px;
  	padding: 15px 30px;
  	border-bottom: 1px solid #E1E1E1;
  	text-decoration: none;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    background-color:  #EFEFEF;
    background-image: none;
    filter:none;
    color: #1F1F1F;
}

.dropdown-menu > .active > a {
	border-bottom: 1px solid #E1E1E1 !important;
	background-color:  #EFEFEF !important;
	color: #1F1F1F !important;
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); 	
}

.edicoes_container {
	padding: 20px 0px;
	margin: 0 auto;
}

.edicoes_ul {
	margin-right: -20px;
	margin-bottom: -60px;
	text-align: center;
}

.edicoes_ul li {
	vertical-align: top;
	display: inline-block;
	width: 350px;
	margin-right: 20px;
	margin-bottom: 60px;
	text-align: left;
}

.edicoes_ul a img {
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 10px -3px rgba(102,102,102,1);
	-moz-box-shadow: 2px 2px 10px -3px rgba(102,102,102,1);
	box-shadow: 2px 2px 10px -3px rgba(102,102,102,1);
	transition: all 0.4s ease;
	margin-bottom: 20px;	
}

.edicoes_ul a:hover img,
.edicoes_ul a:focus img {
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
   	transition: all 0.4s ease;
}

.edicoes_ul a {
	text-decoration: none;
}

.edicoes_ul p {
	font-size: 18px;
	font-weight: bold;
}

.edicoes_ul a:hover p,
.edicoes_ul a:focus p {
	text-decoration: underline;
}
