.template-email-inbox .box {
  padding: 10px;
  background: #fff;
}
.template-email-inbox .view-container {
  background: #f5f5f5;
}
.template-email-inbox .address .name {
  font-weight: bold;
  margin-right: 4px;
}
.template-email-inbox .address .item {
  margin: 4px;
  background: #f5f5f5;
  padding: 3px 6px;
  font-size: 0.8em;
}
.template-email-inbox .email-content a {
  color: #0088b5;
  text-decoration: underline;
}
.template-email-inbox .md-sidenav-left md-content {
  background: #ececec;
}
.template-email-inbox iframe {
  width: 100%;
  height: 800px;
}
.template-email-inbox .list-email .md-subheader .md-subheader-inner {
  padding: 0;
}
.template-email-inbox .list-email .header {
  padding: 10px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 2px #808080;
  box-shadow: 0 2px 2px #808080;
}
.template-email-inbox .list-email .items {
  margin: 0;
  padding: 0;
}
.template-email-inbox .list-email .ag-list-item {
  padding: 10px;
  border-bottom: solid 1px #cacaca;
}
.template-email-inbox .list-email .ag-list-item.unread {
  background: #fff;
  border-right: solid 3px #008aff;
}
.template-email-inbox .list-email .ag-list-item.active {
  background: #808080 !important;
}
.template-email-inbox .list-email .ag-list-item.active .date {
  color: #fff;
}
.template-email-inbox .list-email .item {
  width: 100%;
}
.template-email-inbox .list-email .item .title {
  margin-bottom: 5px;
}
.template-email-inbox .list-email .item .name {
  font-weight: bold;
}
.template-email-inbox .list-email .item .date {
  color: #808080;
}
.template-email-inbox .list-email .item span {
  font-size: 0.7em;
}
