/* GERAL */

body {
  font-family: 'Asap Condensed';
  font-size: 14px;
  overflow-y: scroll;
}
h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  color: #003580;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #003580;
}
h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  color: #003580;
}
h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #003580;
}
h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #003580;
}
h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: #003580;
}
th td {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 18px;
  color: #003580;
}
label {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 16px;
}
fieldset {
  border-radius: 10px;
}
.button {
  background-color: #003580;
  border-radius: 5px;
}
.overline {
  text-decoration: overline;
}
.underline {
  text-decoration: underline;
}

/* HELPERS */
.indent {
  text-indent: 3em;
}

/* MENU */

.top-bar .top-bar-left img {
  width: 260px;
  margin: 0;
}

.top-bar-left {
  margin: 0;
  padding: 0;
}
.menu {
  background-color: #e6e6e6;
}
.link :hover {
  background-color: #e0e0e0;
}

#brasao-governo,
#brasao-bprv,
#logo-der {
  margin: 0;
}
#table-container {
  border: 1px solid #fff;
}

/* CONTEUDO */
.grid-container {
  margin-top: 30px;
}
.grid-container .grid-x #por_numero input,
#por_periodo,
#por_placa input {
  text-transform: uppercase;
}
.grid-container .grid-x .andamento_processo,
#processo,
#infracao {
  text-transform: uppercase;
}
/**/

/* BARRA GOVERNO */
.barra-governo {
  background: #002050;
  height: 27px;
}
.barra-governo a {
  font-size: 12px;
  color: #fff;
}
.links-governo {
  margin-right: 30px;
}

/* BRAT */
.croqui_on {
  border: 1px solid #e61b26;
  background-color: #e61b26;
  color: #fff;
  display: inline-block;
  border-radius: 0.5em;
  width: 2em;
  font-size: 12px;
  text-align: center;
}
.croqui_off {
  border: 1pt solid #000;
  background-color: #ffffff;
  color: #000;
  display: inline-block;
  border-radius: 0.5em;
  width: 2em;
  font-size: 12px;
  text-align: center;
}
.tdCroqui {
  line-height: 100%;
}
#logo-der,
#brasao-bprv {
  width: 50px;
}

@media screen {
  table,
  tr,
  td {
    border: 1px solid #ccc;
    line-height: 15px;
  }
  .caption {
    font-family: 'Asap Condensed';
    font-size: 14px;
    font-weight: bold;
  }
  .value {
    font-family: 'Asap Condensed';
    font-size: 12px;
  }
  .title {
    font-family: 'Asap Condensed';
    font-weight: bold;
  }
  .banner {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: transparent;
  }
}
@media print {
  table,
  tr,
  td {
    border: 1px solid #000;
    line-height: 15px;
  }
  .caption {
    font-family: 'Arial Narrow';
    font-size: 10px;
    font-weight: bold;
  }
  .value {
    font-family: 'Arial Narrow';
    font-size: 10px;
  }
  .title {
    font-family: 'Arial Narrow';
    font-size: 12px;
    font-weight: bold;
  }
  .printer-off {
    display: none;
  }
  .hidePrint {
    visibility: hidden;
  }
}

.inicio-alert {
  letter-spacing: 0.5px;
}
