.html5-progress-bar progress {
	background-color: #f3f3f3;
	border: 0;
	width: 80%;
	height: 18px;
	border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-value {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}
.html5-progress-bar progress::-moz-progress-bar {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}

.logo_dtic{
	height: 96px;
	padding-right: 1%;
}

.logo_externo{
	height: 96px;
	padding-left: 1%;
	float: right;
	padding-top:10px;
}

#seta{
	background-color:white;
	background-image: url('../images/layout2/seta.png');
	width: 80px;
	height: 80px;
	position:absolute;
	top:40px;


}

.header-title-portal{
	color:#238AC4;
	font-weight: bold;
	font-family: "Roboto","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size:0.75em;
}

.cadastro_projeto_label_campo_obrigatorio
{
	font-size: small;
	color: red;
}

.cadastro_projeto_basic_help
{
	font-size: small;
}

/*Labels de radio button/*/
#projeto_pesquisa_financeiro_apoio_financeiro__label.control-label,label[id^=renovar_bolsistas_inovacao_] {
    margin-top: -5px;
    margin-right: 3px;
    width: auto !important;

}


#renovar_bolsistas_fomento_0__row
{
	max-width: 100px;
}

.renovar_bolsistas_fomento_0__label
{
	max-width: 100px;
}


#renovar_bolsistas_interacao_0__row
{
	max-width: 100px;
}

.renovar_bolsistas_interacao_0__label
{
	max-width: 100px;
}

/*Label que precisa de mais tamanho*/
#pedido_bolsista_fomento__label,#pedido_bolsista_interacao__label, #pedido_bolsista_inovacao__label, #classificacao_projeto_parecer_comite_etica__label{
	width: auto !important;
}


/*Radio em modal*/
#pedido_bolsista_inovacao__row .controls{
	clear:both;
}

/*Radio em modal*/
#pedido_bolsista_interacao__row .controls{
	clear:both;
}
div[id^=renovar_bolsistas_interacao_] > div:first-of-type{
	margin-left:2%;
}

div[id^=renovar_bolsistas_inovacao_] > div:first-of-type{
	margin-left:2%;
}
#pedido_bolsista_fomento__row .controls{
	clear:both;
}

div[id^=renovar_bolsistas_fomento_] > div:first-of-type{
	margin-left:2%;
}

.classificacao_projeto_parecer_comite_etica{
	margin-left:5%;
}
