body {
    font-size: 14px;
    line-height: 1.43;
    color: #484848;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: .875em;
    line-height: 2;
    background-color: #fff;
    min-height: 100%;
    overflow-y: visible;
    font-weight: 400; 
}
h1, h2, h3, h4, h5, h6, html {
    font-family: ff-clan-web-pro,"Helvetica Neue",Helvetica,sans-serif!important;
    font-weight: 400;
}
.float{
  position: absolute;
  top: 10px;
  left: 50%;
  width: 30%;
  margin-left: -15%;
  z-index: 5;
  background-color: white;
  padding: 10px;
}
.float div input{
   
    border-radius: 0px;
    padding: 10px;
    width: 500px;
    height: 100%;
    }
.float div button{
    padding: 11px;
    border-radius: 0px;
    font-size: 10px;
    
}

.float .float_submit {
    padding: 15px 16px 8px;
    vertical-align: middle;
    padding-bottom: 16px !important;
    border-radius: 0px;
}

.table-condensed td, .table-condensed th{
    border:none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    border-spacing: 2px;
    border-color: grey;
    width: 100%;
}
.table td{
    padding: 18px 10px;
    text-align:center;
    vertical-align: middle;
    display: table-cell;
}
.table td, th {
    display: table-cell;
    vertical-align: inherit;
    
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-condensed tr {
    border-bottom: 1px solid #efefef;
    padding: 10px;
}


.previsao{
    background-color: rgb(0, 166, 153);
    color: white;
    border-radius: 5px;
    font-size: 20px;
    font-style: inherit;
    text-align:center;
    /* padding: 5px; */
    vertical-align: middle;



}

.previsaoHora{
    font-size: 10px;
    text-align:center;
}

.linha{
    text-align: center;
    font-size: 20px;
    opacity: 0.8;
}
.itinerario{
    text-align: center;
    opacity: 0.5;
}

.veiculo{
    font-size: 15px;
    text-align: center;
    opacity: 0.5;
}