.user-avatar {
  -webkit-border-radius: 5em 5em 5em 5em;
  border-radius: 5em 5em 5em 5em;
  background-size: cover;
  background-position: center;
}

.user-avatar.empty {
  background-image: url("Images/user-avatar.jpg");
}

.user-box {
  background: #eeeeee;
  border-top: 0.2em solid #000000;
  margin: 2em auto;
  padding: 2em 0;
  overflow: hidden;
  position: relative;
  max-width: 25em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}

.user-box .alert {
  margin: 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.user-box .profile-option-title {
  margin: 0 1em;
  padding: 0.5em;
  background: #000;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.user-box .profile-option-title:hover {
  background: #444;
}

.user-box .profile-option-content {
  margin: 0 1em 1em 1em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.user-box .profile-option-content.opened {
  height: auto;
  opacity: 1;
}

.user-box form {
  display: block;
  padding: 0.5rem;
}

.login-box {
  margin-top: 6rem;
}

.user-card {
  position: relative;
  text-align: center;
}

.user-card .email {
  text-align: right;
  margin: 0 1rem 0.5rem 0;
}

.user-card .roles {
  text-align: right;
  font-size: 0.9em;
  margin: 0 1rem 0.5rem 0;
}

.user-card .culture {
  font-size: 0.9em;
  text-align: right;
  font-style: italic;
  margin: 0 1rem 2rem 0;
}

.user-card .user-avatar {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  margin: 0 0 2rem 0;
  background-color: #000;
}

.UserMenu .backend-menu {
  list-style-type: none;
  margin: 2.5rem 0;
  padding: 0;
}

.UserMenu .backend-menu li {
  margin: 1rem 0;
  display: inline-block;
  width: 33.33%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  filter: brightness(0.9);
}

@media (min-width: 1200px) {
  .UserMenu .backend-menu li {
    width: 25%;
  }
}

.UserMenu .backend-menu li:hover {
  filter: brightness(1.1);
}

.UserMenu .backend-menu li img {
  margin: 0.5rem 0;
  height: 4rem;
}

.UserMenu .backend-menu li span {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
}

.registry {
  margin: 2em 0;
}

.dataTables_wrapper img, .dataTables_wrapper .user-avatar, .dataTable img, .dataTable .user-avatar {
  -webkit-border-radius: 3.5em 3.5em 3.5em 3.5em;
  border-radius: 3.5em 3.5em 3.5em 3.5em;
  width: 3.5em;
  height: 3.5em;
}
