.ag-account-picture {
  background-color: #116477;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 8px;
  position: relative;
  border-radius: 100%;
  margin-right: 10px;
  width: 60px;
  height: 60px;
}
.ag-account-picture.md-button.md-fab {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ag-account-picture.editable .action {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: rgba(0,0,0,0.3);
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.ag-account-picture.editable .action md-icon {
  color: #116477;
  width: 40px;
  background: #fff;
  border-radius: 100%;
  padding: 6px;
  height: 40px;
}
.ag-account-picture.editable:hover .action {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.ag-account-picture .icon {
  color: #fff;
  padding: 0;
}
