/***** Photo Uploader *****/

.lightbox.photo_uploader_dialog {
  /* height: 310px; */
  /* width: 400px; */
  /* left: 50%;
  margin-left: -200px; */
  /* margin-left: -190px;
  top: 25%;
  padding: 0px;
  background: #262626;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4.8px;
  min-width: 417px; */
}
#album_picker {
  /* height: 193px;
  overflow: auto;
  padding: 10px 0px;
  margin: 0px 10px;
  padding-top: 5px;
  border-bottom: 1px solid #aaa; */
}
/****** Uploader styling *****/
#photo_uploader_select_album .action-bar {
  /* padding: 7px 10px 11px 10px;
  background-color: #dfdfff; */

  border-top: 1px solid #434343;
}
#photo_uploader_select_album .action-bar img {
  vertical-align: text-bottom;
}
.photo_uploader_create_album {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #f5f5f5 !important;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
}
.photo_uploader_create_album:hover {
  background-color: #1b1b1b;
}
.picker_item {
  /* cursor: pointer;
  padding: 4px;
  padding-bottom: 2px;
  margin-bottom: 4px;
  font-size: 1.1em;
  color: #4547a7;
  border-radius: 5px; */
}
/* .picker_item:hover {
  background-color: aliceblue;
} */
/* .picker_item.selected {
  background-color: #b3dcff;
  color: #333;
} */
.picker_item img {
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
}
img.empty-album {
  border: 1px solid #aaa;
}
#photo_uploader_new_album {
  display: none;
}
/*** Upload in progress styles ***/
#photo_uploader_uploading {
  margin: 10px;
}
#photo_uploader_uploading .upload-details {
  height: 202px;
  overflow-y: auto;
  border-bottom: 1px solid #888;
}
#photo_uploader_uploading table {
  /*	width:100%;*/
}
#photo_uploader_uploading td,
#photo_uploader_uploading th {
  padding: 5px;
  font-size: 11px;
  vertical-align: text-bottom;
}
#photo_uploader_uploading .album-name {
  font-weight: bolder;
  padding-left: 0px;
  font-size: 11px;
  color: #888;
}
.photo-upload-action.cancel-pending {
  margin-right: 146px;
  margin-top: 10px;
}
.processing img {
  width: 80px;
}
/*** ***/
.photo_uploader_item .thumb img {
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}
.photo_uploader_item .progress .bar {
  display: inline-block;
  background-color: lightGrey;
}
.photo_uploader_item td.status {
  width: 80px;
}

/*** Progress Stage Classes ***/
tr.photo_uploader_item td.status div {
  display: none;
}
tr.photo_uploader_item.pending td.status div.pending,
tr.photo_uploader_item.progress td.status div.progress,
tr.photo_uploader_item.processing td.status div.processing,
tr.photo_uploader_item.done td.status div.done {
  display: inline;
}


/*** Create Album Styles ****/
.lightbox.create-album {
  width: 300px;
  left: 50%;
  margin-left: -150px;
}
.dialog-content {
  padding: 10px;
}
.dialog-content .label {
  color: #676767;
  font-size: 1.1em;
  margin-bottom: 2px;
}
.dialog-content .input {
  margin-bottom: 10px;
}
.dialog-content .action-buttons {
  padding-left: 0px;
}
/**** album index page ***/
.album_administration {
  padding: 10px;
  font-size: 1.1em;
  min-height: 300px;
}
.edit-album-actions {
  font-size: 11px;
  font-weight: normal;
}
.album_administration .breadcrumbs {
  font-size: 11px;
  padding: 0px 0px 5px 6px;
}
.album_administration .album-description {
  padding: 0px 0px 5px 7px;
}
.album_administration .title {
  border-bottom: none;
  margin-bottom: 2px;
  margin-top: 5px;
}
.album_administration .empty-album {
  height: 100px;
  width: 100px;
}
.album_administration #photo_commands {
  padding-left: 7px;
  margin-bottom: 5px;
  margin-top: 7px;
}
.album-list .album {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}
.album .album-thumb,
.album .api-image {
  padding: 10px;
  border: 1px solid #aaa;
  background-color: #eee;
  text-align: center;
}
.album .album-info {
  width: 120px;
  padding: 5px;
  text-align: center;
}
.album .album-info .album-name {
  font-weight: bolder;
  height: auto;
  word-wrap: break-word;
}
.album .album-info div {
  line-height: 1.5em;
}
#photos_container .photo {
  display: inline-block;
  padding: 10px;
  vertical-align: text-top;
}
.begin_edit_order,
.end_edit_order {
  padding: 5px 0px;
}
.end_edit_order {
  /*background-color:#F9DEDE;*/
}
/*** photo uploader flash styling ***/
.photo_uploader_select_images {
  position: relative;
}
.photo_uploader_select_images span.select {
  position: absolute;
  top: 4px;
  left: 20px;
}
.photo_uploader_select_images span.add {
  position: absolute;
  top: 4px;
  left: 12px;
}
.photo_uploader_select_images object {
  position: relative;
  top: 6px;
}
.photo-upload-action {
  margin-top: 5px;
  margin-left: 10px;
}
.photo-upload-action.cancel {
  margin-right: 210px;
}
.modal_content_custom {
  background-color: transparent !important;
}
.modal-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #f5f5f5;
}
.btn-close {
  background: url("/assets/icons/bg_white_modal_close.svg") no-repeat !important;
  width: 22px !important;
  height: 22px !important;
}
.upload_image_innerbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.upload_img_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#photo_uploader_select_album {
  margin-bottom: 24px;
}
.upload_img_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */

  display: flex;
  align-items: center;

  /* Black/100 */

  color: #e9e9e9;
}
