.note-type {
  height: auto;
  overflow: hidden;
  max-height: 172px;
  -webkit-transition: max-height 0.25s;
  -o-transition: max-height 0.25s;
  transition: max-height 0.25s;
}
.note-type.focus {
  max-height: 612px;
}
.note-type.focus textarea {
  overflow: auto;
}
.note-type textarea {
  overflow: hidden;
}
.note-type .control-label {
  text-align: left;
}
.note-type .form-control,
.note-type .input-group-addon,
.note-type .btn-link {
  border: none;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  background: transparent;
}
.note-type input.form-control,
.note-type .btn-link {
  padding-right: 0;
  height: 20px;
}
.note-type textarea {
  resize: none;
  height: 292px;
}
