/**
 * Chmod table
 */
.gc-chmod-table {
  width: 12.5%;
}

/**
 * Album- % picture info table
 */
.gc-album-info-table td, .gc-image-info-table td {
  padding: 0.5rem;
}
.gc-album-info-table tr:nth-child(even) td, .gc-image-info-table tr:nth-child(even) td {
  background-color: #ffffff;
}
.gc-album-info-table tr:nth-child(odd) td, .gc-image-info-table tr:nth-child(odd) td {
  background: #f3f3f5;
}

div.gc-readonly input {
  background-color: #f3f3f5;
}

/**
 * Album detail view
 */
.gc-preview-thumb li {
  height: 60px;
  width: 100px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  float: left;
  background-color: #ececec;
  position: relative;
}
.gc-preview-thumb input {
  position: absolute;
  top: 22px;
  left: 0;
}
.gc-preview-thumb li img {
  height: 60px;
  max-height: 60px;
  position: absolute;
  top: 0;
  left: 20px;
  width: 80px;
  max-width: 80px;
}
.gc-preview-thumb li.checked, .gc-preview-thumb li:hover {
  background-color: #ebfdd7;
}

#gcPreviewThumbList li:hover {
  cursor: move !important;
}

/**
 * Global operations
 */
.gc-gop-icon {
  padding: 3px 0 3px 21px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-left: 15px;
}

.gc-gop-icon.gc-gop-revise-database {
  background-image: url("../images/revise_database.svg");
}

.gc-gop-icon.gc-gop-upload-img {
  background-image: url("../images/add_image.svg");
}

/**
 * Revise table
 */
.gc-check-tables .tl_folder_top {
  position: relative;
}
.gc-check-tables .gc-check-tables-status-box {
  position: relative;
  right: 0;
  top: 5px;
  font-size: 11px;
  color: green;
}

/**
 * Revise database
 */
.gc-revise-database .gc-check-tables-status-box {
  margin-top: 20px;
  font-size: 13px;
  color: green;
  padding-left: 20px;
}

.gc-element-background-view {
  background-color: #800000;
  width: 100%;
}

.gc-element-background-inner {
  width: 300px;
  max-width: 80%;
  position: relative;
  justify-content: center;
}

.gc-flex-justify-content-center {
  justify-content: center;
}

.gc-flex {
  display: flex;
}

.gc-w-100 {
  width: 100%;
  height: auto;
}

.tl_gc_album_tree_widget {
  max-height: 350px;
  overflow-y: auto;
  padding: 20px;
}
.tl_gc_album_tree_widget .tl_select_trigger {
  padding-right: 0;
}
.tl_gc_album_tree_widget .gc-item-picker > ul > li {
  border-bottom: 1px solid #ddd;
  padding-left: 4px;
  padding-right: 4px;
}
.tl_gc_album_tree_widget .gc-item-picker ul {
  padding-left: 15px;
  list-style: none;
}
.tl_gc_album_tree_widget .gc-item-picker ul li {
  padding-bottom: 6px;
  padding-top: 6px;
  width: 100%;
  max-width: 600px;
}
.tl_gc_album_tree_widget .gc-item-picker ul li:hover {
  background-color: #d2d2d2;
}
.tl_gc_album_tree_widget .gc-item-picker ul li .gc-flex {
  display: flex;
  justify-content: space-between;
}
.tl_gc_album_tree_widget .gc-item-picker ul li .gc-text-align-right {
  text-align: right;
}
.tl_gc_album_tree_widget .gc-item-picker ul li .gc-text-align-right .album-control-field {
  padding-right: 5px;
}
.tl_gc_album_tree_widget .gc-item-picker > ul {
  padding-left: 0;
}
