.alubm_img_list a { position: relative; height: auto; }

.alubm_img_list_inner {
  position: relative;
  width: 24%;
  display: block;
  float: left;
  margin-right: 1%;
  height: 140px;
  margin-bottom: 1%;
  overflow: hidden;
}

.alubm_img_list_inner img { width: 100%; }

.alubm_img_list .alubm_img_deleate {
  display: none !important;
  position: absolute;
  width: 60px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background-color: #ed5565;
  z-index: 10;
  font-size: 12px;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.alubm_img_list_inner:hover .alubm_img_deleate { display: block !important; }

@media (max-width: 1024px) {
  .alubm_img_deleate.alubm_img_deleate--visible { display: block !important; }
}

.alubm_img_list a {
  color: #fff;
  font-size: 18px;
}

.print_img_wrap { width: 84mm; height: 68mm; float: left; margin-right: 4mm; margin-top: 4mm; overflow: hidden !important; }
.print_img_wrap img { width: 100%; height: auto; }

.content-print {
  width: 184mm !IMPORTANT;
  padding: 20mm;
  background-color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.content-print .col-xs-4 .print_img_list { padding: 4mm; }

h2.print_title { text-align: center; }


.member_print_list .member_box { margin-bottom: 10mm; }


.file_upload_button { margin-top: 10px; }


.dropzone {
  max-height: 600px;
  overflow: auto;
}


.album_dashboard > div { min-height: 200px; }

.album_title_top {
  font-weight: normal;
  margin-top: 12px !important;
  display: block;
  height: 20px;
  font-size: 13px;
  margin-bottom: 0 !important;
}

.album_new_top .contact-box { height: 232px; }

.album_new_top a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #999;
  padding-top: 50px;
}

.album_new_top .fa {
  font-size: 60px;
  margin-bottom: 9px;
}


.album_thumbnail {
  min-height: 182px;
  position: relative;
  background-color: #eee;
}

.album_thumbnail .album_kind {
  position: absolute;
  width: 60px;
  padding: 3px;
  text-align: center;
  font-size: 11px;
  z-index: 100;
  color: #fff;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
.album_daily .album_kind { background-color: rgba(53, 79, 105, .4); }
.album_event .album_kind { background-color: rgba(62, 138, 123, .8); }

.album_thumbnail img { width: 100%; }

.album_title { height: 30px; font-weight: bold; }
.album_title h4 { font-weight: bold; }

.album_date {
  font-size: 12px;
  color: #c8c5cf;
  text-align: right;
  margin-bottom: -16px;
}

.album_pending .contact-box {
  background-color: #fbf5e1;
}

.album_draft .contact-box,
contact-box .album_pending {
  color: #ddd;
}

.album_draft img {
  -webkit-filter: grayscale(.8);
  opacity: .5;
}

.album_permission {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  text-align: right;
  margin-bottom: -16px;
}

.album_pending .album_permission {
  color: #f90;
}

.album_approved .album_permission {
  color: #01a2c1;
}

.alubm_img_list .alubm_img_name {
  position: absolute;
  max-width: calc(100% - 28px);
  height: 20px;
  color: #fff;
  line-height: 20px;
  // background-color: #21B9BB;
  background-color: rgba(53, 79, 105, .4);
  z-index: 10;
  font-size: 11px;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 6px;
}
