*{
	margin: 0;
	padding: 0;
}

.boxLogin{
	margin-top: 20px;
	margin-bottom: 20px;
}

.btUpload{
	margin-left: 10px;
	margin-top: 5px;
	background-color: #FFF;
	font-size: 10px;  
}

.itens_objetivos{
	margin-left:50px;
}

#footer p {
	text-align:center;
	padding:30px 0;
	background-color: #e7e7e7;	
}

#logo img{
	top: 0;
	margin: 0 auto;
}

.photo{
	border: 1px solid black;
	width:250px;
	height: 250px;	
}

/** MENU LOCALE */
#top-ul {
	list-style-type: none;
}

li#flags {
	height: 25px;
}

.flag {
	padding-left: 32px !important;
	width: 25px;
	height: 25px;
	margin-bottom: 15px;
	padding-bottom: 25px !important;	
}
	
.flag.br{
	background: url(/oceanica/javax.faces.resource/img/br.png.xhtml?ln=oceanica) top left no-repeat;
	background-size: 25px 25px;
}

.flag.en{
	background: url(/oceanica/javax.faces.resource/img/uk.png.xhtml?ln=oceanica) top left no-repeat;
	background-size: 25px 25px;
}

.dtValue{
	font-weight: normal !important;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,.clearfix:after,.container_12:before,.container_12:after
	{
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfix:after,.container_12:after {
	clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,.container_12 {
	zoom: 1;
}

/* HIDE COLUMN ON DATA TABLE BOOTFACES */
.hideColumnDataTable{
	display:none;
}
/* ELEMENT ALIGN LEFT BECAUSE mask="decimal" */
.maskDecimalLeft {
	text-align: left !important;
}

.checkbox-div-form {
	padding: 6px 12px; 
	margin-bottom: 15px; 
	height: 100%; 
	height: 34px;
}

 .select2-selection--single {
    height: 34px !important;
}

.panel-heading a.panel-title-link:after {
    color: white !important;
}