/* facelift-2016 */
#picture .gallery-functions {
  margin-top: 15px;
}

#fancybox-wrap {
  padding: 0;
}

#remove-profile-pics label {
  position: relative;
}
#remove-profile-pics .profile-pics input {
  position: absolute;
  top: -4px;
  left: 0;
}

.choose-from-existing {
  width: 100%;
  white-space: normal; /* button with word wrap */
}


/* old something */
.waiting-for-approval {
  background: white;
  opacity: 0.75;
  position: absolute;
  padding: 10px;
}

.change-profile-picture-dialog,
.upload-file-dialog {
  text-align: center;
}

.btn.change-profile-picture {
  width: 180px;
  margin-bottom: 10px;
  margin: 5px auto;
}

.crop-dialog {
  max-width: 580px;
}

.crop-dialog .btn {
  width: 50%;
  margin: 5px auto;
  padding: 9px 14px;
}

/********* upload profile-picture form ***********/

#upload-form {
  margin-top: 10px;
}
#select-files {
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

#upload-form input[type=file] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  font-family: monospace;
  font-size: 400px;
  line-height: 400px;
  display: block;
  height: 400px;
}

.crop-container {
  margin-bottom: 10px;
}
.crop-container > div {
  margin: auto;
  border: solid 1px #666;
}