md-dialog.account-file {
  width: 500px;
}
md-dialog.account-file .container {
  position: relative;
}
md-dialog.account-file .selection .message {
  color: #116477;
  font-size: 0.8em;
}
md-dialog.account-file .selection .title {
  width: 100px;
}
md-dialog.account-file .selection .md-button {
  background: #d6d4d4;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
md-dialog.account-file .selection .md-button.selected {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: #116477;
  color: #fff;
}
md-dialog.account-file .selection .md-button.selected md-icon {
  color: #fff;
}
md-dialog.account-file .preview {
  background: #f5f5f5;
}
md-dialog.account-file .details >* {
  border-top: solid 1px #d2d2d2;
  padding-top: 10px;
}
md-dialog.account-file .image {
  margin: 10px auto;
  text-align: center;
  width: 250px;
  height: 250px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 100%;
}
md-dialog.account-file .url {
  word-wrap: break-word;
  text-align: left;
  font-size: 0.9em;
}
md-dialog.account-file .url label {
  font-weight: bold;
}
md-dialog.account-file .url .link {
  word-wrap: break-word;
  color: #808080;
}
