.userPanel md-tab-item i {
  padding: 0 10px 0 0;
}

.orderList md-list-item {
  border-left: 3px solid #9E9E9E;
  margin: 2px 0 0 0;
}

.orderList md-list-item.aproved {
  border-color: #4CAF50;
}

.orderList md-list-item.canceled {
  border-color: #F44336;
}

.orderList md-list-item.whating {
  border-color: #FF9800;
}

.orderView .statusPay.aproved md-icon,
.orderList md-list-item.aproved .statusPay {
  color: #4CAF50;
}

.orderView .statusPay.canceled md-icon,
.orderList md-list-item.canceled .statusPay {
  color: #F44336;
}

.orderView .statusPay.whating md-icon,
.orderList md-list-item.whating .statusPay {
  color: #FF9800;
}

.orderList md-list-item .statusPay strong {
  color: #5f5f5f;
}

.orderView md-list-item {
  padding: 10px 0;
}

.orderView md-list-item .attrItem {
  font-size: 12px !important;
}

.orderView .date {
  color: #808080;
  font-size: 15px;
}

.orderView .statusPay {
  font-size: 15px;
  color: #5f5f5f;
  padding: 5px 0;
}

.orderView .totals .line {
  padding: 5px 0;
  font-size: 15px;
}

.orderView .address .line {
  padding: 3px 0;
  font-size: 15px;
}

.orderView .totals .total {
  font-weight: bold;
}

.orderView .totals .discounts .price {
  color: #4CAF50;
}
