/* Campos preenchidos automaticamente pelo sistema */
.field input[readonly]{
  color:#4a5c75;
  background:#f5f8fc;
  cursor:not-allowed;
}
.field-auto-note{
  margin-top:-2px;
  color:#6b7b91;
  font-size:9px;
  font-weight:600;
  line-height:1.35;
}
@media(max-width:760px){
  .field-auto-note{font-size:10px}
}
