@import url('https://fonts.googleapis.com/css?family=Roboto');

.fogas-progress-bg {	
    box-sizing: border-box;	
    height: 34px;	
    border: 2px solid #0089CF;	
    background-color: #FFFFFF;
    margin-right: 5px;
}
.progress {
    position: relative;
}

#progressoBarra {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
}

#tempoInicial, #textoSituacaoEntrega, #tempoFinal {
	font-size: 1rem !important;
}

#tempoInicial-parceiro, #textoSituacaoEntrega-parceiro, #tempoFinal-parceiro {
	font-size: 1rem !important;
}

#tempoInicial-alerta, #textoSituacaoEntrega-alerta, #tempoFinal-alerta {
	font-size: 1rem !important;
}

#textoSituacaoEntrega {
	display: inline;
	white-space: nowrap;
}
