@media screen and (min-width : 1200px){
	.bar{
		padding:0 7% 0 0 !important;
	}
}

.bar {
    background: rgb(201,229,239); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(201,229,239,1) 0%, rgba(112,176,224,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(201,229,239,1)), color-stop(100%,rgba(112,176,224,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(201,229,239,1) 0%,rgba(112,176,224,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(201,229,239,1) 0%,rgba(112,176,224,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(201,229,239,1) 0%,rgba(112,176,224,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(201,229,239,1) 0%,rgba(112,176,224,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9e5ef', endColorstr='#70b0e0',GradientType=1 ); /* IE6-9 */
    width:105%;
    padding:0 9% 0 0;
    height:30px;
    margin-top: 30px;
}

.col-lg-12 col-md-12 container {
    width:900px;
    margin:0px auto;
}

.circle {
    width:80px;
    height:80px;	
    background:white;
    border-radius: 45px;
    border:3px solid #70b0e0;
    position:relative;
    top:-30px;
    left:0%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.circle h3 {
    text-align:center;
    margin-top:27px;
    font-family: arial;	
}

.fonteTitulo{
    font-family: arial;
    font-weight: bolder;
    font-size: 10;
    color: black;
}

.titulo{
	float: none;
    margin-top: 0px;
	top: 0px;
	height: 30 px;
	text-align: center;     
 }

 .elementoMinimo {
    width: 30px;
    float: left;
    margin-left: 0%;
}

.elementoMaximo {
    width: 30px;
    float: left;
    margin-top: -20px;
    margin-left: 104%;    
}

.graficoBarra{
	width:90%	
}

.fonteResultado {
	font-family: sans-serif;
	font-size: 18px;	
	position:relative;
    top:27px;
    text-align: center;
    font-weight: bold;
    text-align: center;
    color: black;
}

.fonteResultadoDia {
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;	
	position:relative;
    top:27px;
    text-align: center;
    color: black;
}

.indicadorTotal {
   	width: 120px;
	font-weight: bold;
	background-color: #428bca;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 3px;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.tit-perfil {
    font-size: 1.3em;
    margin-bottom: 10px;
    margin-left: -14px;
}

.tit-nome {
    font-size: 1.8em;
    font-weight: bold;
    color: #2764D2;
    margin-bottom: 10px;
    margin-left: -14px;
}
#dropzone {
    background: #dcdcdc;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
#dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}
#dropzone.hover {
    background: lawngreen;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}
.bar{
	margin-bottom: 15px;
}
.elementoMinimo{
	width: auto !important; 
}    