/** FONTS **/
/** FORMS **/
.card-item-left {
  padding-left: 15px; }

#ltl-app .blue {
  color: #0093D0; }

#ltl-app .gray {
  color: gray; }

#ltl-app .commodity-entry-panel {
  display: flex;
  flex-direction: column; }

#ltl-app .commodity-entry-card {
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

#ltl-app .card-item {
  padding-right: 20px;
  align-self: center; }

#ltl-app .card-item-save {
  margin: 10px 10px 10px 10px; }

#ltl-app .commodity-entry-button-card {
  min-height: 25px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

#ltl-app .card-item {
  padding-right: 20px;
  align-self: center; }

#ltl-app .end-card-item {
  align-self: center; }

#ltl-app .modal-address-book {
  width: 768px; }

#ltl-app div.commodity-row:last-of-type {
  margin-bottom: 10px; }

#ltl-app .line-height {
  line-height: 30px; }

#ltl-app .height {
  height: 30px; }

#ltl-app .icon-list {
  list-style: none; }
  #ltl-app .icon-list li:first-child {
    padding-bottom: 0.05px; }
