
/* - bem.css - */
@media all {
/* http://www.dnit.gov.br/portal_css/bem.css?original=1 */
/* */
/* */
/* */
.form_line{
white-space:nowrap;
margin-bottom: 20px;
}
.form_line label{
float:left;
font-size:0.9em;
font-weight:normal;
width: 15%;
}
.header_bloco{
border-bottom: 1px solid #DFDFDF;
color: #1659BF;
font-size: 2em;
margin-bottom: 10px;
}
.custom_select{
background-color: rgba(0, 0, 0, 0);
border: 1px solid #C9C9C9;
border-radius: 4px 4px 4px 4px;
padding: 2px;
width: 150px;
}
.bloco{
background-color: #EDEFF1;
border: 1px solid #C9C9C9;
border-radius: 4px 4px 4px 4px;
overflow: hidden;
padding: 5px 10px;
margin-bottom: 20px;
}
.info_grafico{
background: #e9f2fb url(http://www.dnit.gov.br/info_grafico.png) no-repeat left top;
border: 1px solid #96bde6;
border-radius: 4px 4px 4px 4px;
overflow: hidden;
padding: 3px 10px 5px 45px;
font-size: 0.8em;
}
.graficos{
margin:20px 0;
display:none;
}
.grafico_de_line{
margin:30px 0;
width:100%;
font-size:0.8em;
}
.grafico_de_line .linha{
margin: 0 0 20px 0;
background-color:#999999;
height:10px;
position:relative;
}
.kms{
position:absolute;
bottom:-20px;
left:0;
width:100%;
color: #434a54;
}
.kms > div{
float:left;
width:25%;
text-align:right;
}
.kms .first{
width:auto;
float:none;
position:absolute;
top:0;
left:0px;
}
.kms .last{
width:auto;
float:none;
position:absolute;
top:0;
right:-8px;
color: #434a54;
}
.ctr{
position:absolute;
height:10px;
float:left;
cursor: pointer;
}
.back_cor_um{
background-color:#EE9A5A;
}
.back_cor_dois{
background-color:#D2482E;
}
.balao_ctr{
background:#e9effd;
border:1px solid #98a5b5;
-webkit-border-radius: 10px;
border-radius: 10px;
position:fixed;
z-index:9999;
padding:10px;
display:none;
font-size: 0.8em;
}
.balao_ctr img.seta {
bottom: 0;
height: 20px;
left: 10px;
margin-bottom: -19px;
position: absolute;
width: 20px;
}
.medicoes{
font-size: 0.8em;
}
.time_line{
border:1px solid black;
padding:10px;
position:relative;
overflow: hidden;
}
.linha_comparacao{
position:absolute;
top:37px;
left:auto;
width:95%;
border-bottom:1px solid black;
height:1px;
margin:auto;
}
.header_line .codigo_ctr{
font-weight:bold;
}
.time_line .content_line{
width:100%;
}
.time_line .content_line .coluna{
float:left;
width:8%;
padding: 0 0.1%;
text-align:center;
}
.time_line .content_line .coluna .linha{
width:100%;
margin-bottom:10px;
}
.time_line .content_line .barra{
width:1px;
height:12px;
margin:auto;
border-left:1px solid black;
}
.time_line .content_line .arquivo{
width:24px;
height:24px;
background-image:url(http://www.dnit.gov.br/arquivo.png);
background-color:#434343;
margin:auto;
}
.time_line .content_line .arquivo a{
width:100%;
height:100%;
cursor:poiter;
}
.time_line .footer_line{
padding:5px;
clear: both;
}
.time_line .footer_line  .ano{
margin-right:20px;
font-weight:bold;
text-align:center;
}
.time_line .footer_line .seta{
background-image:url(http://www.dnit.gov.br/setas.png);
background-repeat:no-repeat;
width:15px;
height:15px;
cursor:pointer;
}
.seta.esquerda{
background: 0 0;
float:left;
}
.seta.direita{
background: -15px 0;
float:right;
}
/* */
/* */

}

