/* content.css */
[class*="icon-"]:before { text-decoration:none !important; }

.showInfo { font-size:15px;cursor:pointer;line-height:15px; display: flex; align-items: center;}
.showInfo:hover { text-decoration: none;}
/* .Content  is on every pages so it is common and it will no longer be a specific css */
.content h2 {margin: 0; padding: 5px 0.5em 5px 0.5em; text-align: right; font-size: 120%;}
.content form { text-align: left; margin-left: 7px; margin-right: 9px;}
.content dt { margin-bottom: 5px; font-style: italic;
  font-size: 110%; }
ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside;
  padding: 0; text-indent: 0; list-style: none; text-align: center; }
.content div.titrePage { padding: 0 0 3px; }
.content div.comment { margin: 0 0 0.5em 0; padding: 0;
  overflow: hidden; width: 100%;	/* don't ask why. It's a very usefull trick  */ }

.content DIV.comment A.illustration {
	display: block;
	float: left;
	margin: 0.5em 30px 0 0.5em;
}

.content div.comment p.commentHeader {
  text-align: right; margin: 0.5em 0.5em 0 0; }
.content div.comment ul.actions { text-align: center; margin: 0.2em; }
.content div.comment blockquote {
  margin-right: 0.5em; overflow: visible; /*avoid a very strange margin behaviour (all browsers) */ }

.commentFilterSelected {color:#666;text-decoration:underline;}
.comment .pendingFlag {font-style:italic;color:red;}

/* not used but should be */
#thePopuphelpPage .content { margin: 1em; }

/* thumbnails.css */
UL.thumbnails {
  margin: 0; padding: 0; list-style: none;
  text-align: center;	/* to center the whole collection in .content */
  float: left;
}
UL.thumbnails LI { display: inline }
UL.thumbnails li.rank-of-image {
  float: left;
  background-color: #333;
  color: #666;
  border-radius: 5px;
  display: block;
  width: 120px;
  height: 120px;
  cursor: move;
  margin: 4px;
	overflow: hidden;
}
.clipwrapper {
  position:relative;
  width: 96px;
  height: 96px;
  margin: 3px;
}
.clip {
  position:absolute;
}

UL.thumbnails SPAN.wrap1 {
  margin: 5px;
  display: table-cell; display: inline-table;
  display: inline-block; /* Why 3 display option ??? */
  vertical-align: top;		/* OK with Opera and IE6 not Geko */
  text-align: center;		/* to center the thumbnail and legend in Geko/Opera */
}
UL.thumbnails SPAN.wrap2 {
  margin: 0;			/* important reset the margins */
  display: table-cell;		/* block prevents vertical-align here */
  vertical-align: middle;	/* Ok with Opera and Geko not IE6 */
	border-radius: 4px;
}
UL.thumbnails LABEL {
	position: relative;
	display: block; 
	border-bottom: none;
}

UL.thumbnails IMG {
	vertical-align: middle;
	margin-top: 12px;
}

UL.thumbnails INPUT {
  position: absolute;
  left: 2px; top: 2px;
}
UL.thumbnails .levelIndicatorF {
  display:block;
  position:absolute;
  bottom: 0;
  text-shadow: 0px 0px 1px #000;
  padding:0 0 2px 5px;
  color:white;
  font-weight:bold;
  z-index: 10;
}

/* default-layout.css */

/* History tables */
TABLE.table2 {
	border: 1px solid #111;
	margin: 0 auto;
	padding: 0;
}

TABLE.table2 TD, TABLE.table2 TH {
	padding: 0 5px;
}

TABLE.table2 TR {
	text-align: left;
}

TABLE.table2 THEAD TD { padding:7px 10px 3px 10px; }
TABLE.table2 TR.throw { text-align: center; }
.sort { display:block; padding:1em 2em 0 2em; text-align: left;}

.sort .icon-sort-number-up {
    margin-left: 25px;
}

.hour {
	white-space: pre;
}

.number {
	text-align: right;
}

TABLE#dailyStats {
	width: 60%;
}

TABLE#detailedStats {
	width: 99%;
}

/* Plugins, languages tables */
TABLE.plugins,
TABLE.languages {
  min-width: 500px;
}
TABLE.plugins A { border: 0; }
TABLE.plugins TR TD { padding: 4px 10px; }
TABLE.languages TR TD { padding: 7px 20px; }

/* Slider */
.slider-bar-wrapper {
    padding-left:10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.slider-bar-wrapper .slider-bar-container {
  height: 2px;
}

.slider-bar-wrapper .ui-slider-horizontal .ui-slider-handle{
    background-color:#ffaf58;
    border: 1px solid #ffaf58;
    border-radius:25px;
    top: -.7em !important;
    width: 1.4em;
    height: 1.4em;
}

.slider-bar-wrapper .ui-slider-horizontal .ui-slider-range {
  background-color: #ffaf58;
}

.slider-bar-wrapper .ui-slider-horizontal{
    border:none;
    border-radius:25px;
}

/* Category List */
.categoryContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.categoryBox, .addAlbum {
  position: relative;
  text-align: left;
  height: 320px;
  width: 220px;
  margin: 15px;
  border-radius: 10px;
}

.albumIconLineHover {
  background: #f98100! important;
  color: #ffd7ad !important;
  transition: 0.5s ease;
}

.albumIcon {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.albumIcon span{
  font-size: 19px;
  width: 27px;
  padding: 10px;
  border-radius: 30px;
}

.albumTitle {
  font-size: 16px;
  padding: 0px 15px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.albumInfos {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  display: block;
}

.albumInfos p {
  margin: 0;
}

.albumActions {
  bottom: 5px;
  flex-direction: column;
  width: 90%;
  overflow: hidden;
  display: none;
}

.categoryBox:hover .albumActions {
  display: flex;
}

.albumActions a:hover span {
  color: #ff7700 !important;
}

.albumActions a, .albumActions span {
  margin: 5px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  transition: 0.2s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #848484;
}

.albumActions a span, .albumActions span span{
  margin: 10px;
}
.tile_cat .albumActions a span {
  margin-left: 20px;
}
.tile_cat .albumActions .iconLegend {
  margin-left: 0;
}
.addAlbum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.addAlbum.input-mode {
  cursor: auto;
}

.addAlbum.input-mode form {
  display: flex;
}

.addAlbum label {
  border-radius: 5px 5px 0 0;
  padding: 2px;
  position: absolute;
  left: 16px;
  font-size: 14px;
  color: #3C3C3C;
}

.addAlbumHead {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -10px;
  transform: translateY(75px);
  transition: 0.4s ease;
  transition-delay: 0.4s;
  padding: 110px 0px;
}

.addAlbum.input-mode .addAlbumHead {
  transition-delay: 0s;
  padding: 0px;
}

.addAlbumHead span {
  font-size: 19px;
  width: 27px;
  height: 27px;
  padding: 10px;
  border-radius: 30px;
  margin: 10px auto 15px auto;
}

.addAlbumHead p {
  font-weight: 700;
  margin: 0;
}

.addAlbum form {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
  transition-delay: 0s;
}

.addAlbum form input {
  margin: 10px;
  padding: 10px;
  display: inline-block;
  width: 159px;
  margin-top: 20px;
  font-size: 15px;
  color: #353535 !important;
  background-color: #F3F3F3 !important;
  border: none !important;
}

.addAlbum form input::placeholder {
  color: #353535 !important;
}

.addAlbum button, .addAlbum a {
  display: table;
  margin: 10px auto;
  font-weight: bold;
}

.addAlbum.input-mode .addAlbumHead{
 transform: translateY(0px) !important;
 margin-top: 0;
}

.addAlbum.input-mode form {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.4s;
}
 
/* menuOrdering */
FORM#menuOrdering {
	padding-left: 1em;
	padding-right: 1em;
}
FORM#menuOrdering p {
	text-align: left;
	margin: 0 10px;
}
FORM#menuOrdering p span {
	float:right;
}
FORM#menuOrdering input {
	vertical-align: middle;
  margin:0 10px;
}
FORM#menuOrdering .menuAuthor {
  margin: 5px 0 0 40px;
}
FORM#menuOrdering .menuSubmit {
  margin: 20px 0;
}

UL.menuUl {
	list-style: none;
	padding: 0;
	margin: 0;
}

LI.menuLi {
	width: 100%;
	padding: 12px 0;
	margin-bottom: 5px;
}

/* Cat modify */

#catHeader {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  min-height: 200px;
}

#catHeader .catThumbnail {
  position: relative;
  overflow: hidden;
}

#catHeader .catThumbnail .thumbnailContainer {
  width: 100%;
  padding-top: 100%;
}

#catHeader .albumThumbailImage, #catHeader .albumThumbnailRandom, #catHeader .albumThumbnailActions, #catHeader .albumThumbnailActionContainer, #catHeader .albumThumbnailNoPhoto{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#catHeader .albumThumbnailRandom, #catHeader .albumThumbnailNoPhoto {
  height: 100%;
  width: 100%;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}

#catHeader .albumThumbnailRandom span, #catHeader .albumThumbnailNoPhoto span {
  font-size: 100px;
  opacity: 0.4;
}

#catHeader .albumThumbnailActions {
  width: 101%;
  height: 100%;
  background-color: #00000070;
  opacity: 0;
}

#catHeader .catThumbnail:hover .albumThumbnailActions {
  opacity: 1;
}

#catHeader .albumThumbnailActionContainer {
  display: flex;
  flex-direction: column;
}

#catHeader .albumThumbnailActions a {
  background-color: #ffffffbd;
  margin: 10px;
  padding: 10px 20px;
  white-space: nowrap;
  font-weight: bold;
  color: #3C3C3C;
  text-align: center;
}

#catHeader .albumThumbnailActions a:hover {
  color: #3C3C3C;
  text-decoration: none;
  background-color: #ff7700;
}

#catHeader .catInfo, #catHeader .catAction {
  border-right: 1px solid #00000017;
}

#catHeader .catInfo {
  display: flex;
  justify-content: center;
  padding: 10px
}

#catHeader .catInfo .container{
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  height: 100%;
}

#catHeader .catInfo span {
  padding: 10px;
  border-radius: 20px;
  font-weight: bold;
}

#catHeader .catAction {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#catHeader .catAction .container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: baseline;
  height: 100%;
  padding-top: 30px;
}

#catHeader .catAction strong{
  position: absolute;
  top: 0;
  color: #3C3C3C;
  font-size: 16px;
}

#catHeader .catAction a {
  color: #888;
  font-size: 14px;
  white-space: nowrap;
}

#catHeader .catAction a:hover {
  color: #ff7700;
  text-decoration: none;
}

#catHeader .catAction a::before {
  font-size: 20px;
  margin-right: 10px;
}

#catHeader .catLock {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#catHeader .catLock .container{
  position: relative;
  height: 100%;
}

#catHeader .catLock strong {
  color: #3C3C3C;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}

#catHeader .catLock .container > div {
  margin-bottom: 40px;
}

#catHeader .catLock > div .label {
  font-size: 14px;
}

#catHeader label[id=applytoSubAction] {
  margin-top: 10px;
  display: block;
}

#catHeader .catLock .switch {
  margin: 0 5px;
}

#catModify input[type="text"], #catModify textarea{
  width: 98%;
  background-color: #f8f8f8;
  padding: 8px;
  border-radius: 4px;
  border-color: #DDD;
  transition: ease 0.2s;
  font-family: "Open Sans", "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

#catModify input[type="text"]:focus, #catModify textarea:focus{
  border-color: #888;
}

#catModify button[type="submit"] {
  margin: 13px;
  font-size: 12px;
  padding: 12px;
  margin-left: 0;
}

#catModify p {
  margin-left: 0;
}

/* Search bar */

.search-input{
  padding: 10px;
  box-shadow: 0px 2px #00000024;
  border: none;
  background-color: #fafafa !important;
  padding-left: 30px;
  width: 200px;
  margin: 4px;
}

.search-input:hover {
  background-color: #f0f0f0 !important;
}

.search-info {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(-100%,-50%);
  font-style: italic;
}

.search-cancel {
  display: none;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
  cursor: pointer;
  position: absolute;
  font-size: 18px;
}

.albumsFilter .search-cancel {
  position: absolute;
  top: auto;
  right: auto;
  transform: translateY(0);
  font-size: 18px;
  margin-left: 215px;
  margin-top: 10px;
}

.search-cancel:hover {
  opacity: 1;
}

.search-icon {
  position: absolute;
  top: 50%;
  transform: translate(4px, -50%);
  font-size: 18px;
}

.albumsFilter .search-icon {
  position: absolute;
  top: auto;
  transform: translate(6px, 40%);
  font-size: 18px;
}

/* Dropdown */

.dropdown {
  z-index: 100;
  padding: 5px 0px;
  border-radius: 10px;
  background: linear-gradient(130deg, #ff7700 0%, #ffa744 100%);
  color: white;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform:translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ff7700 transparent;
}

#catOptionsSmall.dropdown::after {
  content: " ";
  position: absolute;
  bottom: 15%;
  left: 103%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ffa33e transparent;
  transform: rotate(90deg);
}

.dropdown-content {
  position: relative;
}

.dropdown-option {
  white-space: nowrap;
  display: block;
  text-align: initial;
  padding: 5px 10px;
  padding-right: 10px;
  font-size: 13px;
  padding-right: 15px;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.dropdown-option-content {
  white-space: nowrap;
  display: block;
  text-align: initial;
  padding: 5px 10px;
  padding-right: 10px;
  font-size: 13px;
  padding-right: 15px;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.dropdown-option:hover {
  text-decoration: none;
  color: white;
  background-color: #00000012;
}

.badge-number {
  border-radius: 20px;
  background-color: #777;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  position: absolute;
  transform: translateY(3px);
  text-align: center;
  color: #ccc;
  padding: 0px 7px;
}

/* Pagination */

.pagination-container {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-arrow {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 5px;
}

.pagination-arrow.rigth {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.pagination-arrow.unavailable {
  opacity: 0.6;
  pointer-events: none;
  cursor: none;
}

.pagination-item-container {
  display: flex;
  align-items: baseline;
}

.pagination-item-container > *{
  margin: 5px;
}

.pagination-item-container span {
  font-size: 20px;
  font-weight: bold;
  opacity: 0.8;
}

.pagination-item-container a {
  font-size: 16px;
  font-weight: bold;
}

.pagination-item-container a.actual {
  background-color: #FFA646;
  border-radius: 15px;
  pointer-events: none;
  padding: 0px 7px;
  color: #333
}

.pagination-per-page {
  background-color: #f9f9f9;
  border-radius: 10px;
  display: flex;
  font-size: 12px;
  overflow: hidden;
  font-weight: 700;
  font-family: "Open Sans", "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
  height: min-content;
}

.pagination-per-page * {
  padding: 8px 9px;
}

.pagination-per-page span {
  padding-left: 17px;
  color: #BBB;
  font-weight: bold;
}

.pagination-per-page a {
  border: none;
  color: #3A3A3A;
}

.pagination-per-page a:hover {
  background-color: #ffd2a1;
  color: #666;
  text-decoration: none;
}

/* Waiting Message */

.waiting-message {
  position: fixed;
  right: 0px;
  top: 0px;
  margin: 10px;
  z-index: 1000;
  background-color: #FFBD4D;
  color: white;
  padding: 20px;
  font-weight: bold;
  border-radius: 34px;
  transform: translateY(calc(-100% - 10px));
  transition: 0.5s ease;
}

.waiting-message.visible {
  transform: translateY(80%);
}

/* Statistic Page */

.stat-legend-container {
  display: inline-block;
}

.stat-data-selector {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  font-weight: bold;
}

.stat-data-selector label {
  color: black;
  padding: 10px;
  background-color: #eee;
  transition: 0.2s ease;
}

.stat-data-selector label.unavailable {
  color: gray;
  background-color: #aaa;
  cursor: default;
  pointer-events: none;
}

.stat-data-selector label:hover {
  background-color: #ccc
}

.stat-data-selector input:checked + label {
  background-color: #FFA646;
  color: white;
  pointer-events: none;
}

.stat-data-selector input{
  display: none;
}

.stat-graph-container {
  margin: auto;
  position: relative;
  width: calc(100% - 20px);
  margin-top: 20px;
  margin-bottom: 20px;
}

.stat-compare-mode {
  position: absolute;
  right: 10px;
  transform: translate(0, 10px);
}

.over{
position: relative;
z-index: 0;
}

.over:hover{
background-color: transparent;
z-index: 50;
}

.over SPAN{ /*CSS for enlarged image*/
position: absolute;
background-color: #222;
padding: 5px;
left: -1000px;
border: 1px solid #ff3363;
visibility: hidden;
color: black;
text-decoration: none;
}

.over SPAN IMG{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.over:hover SPAN{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

BODY {
	font-size: 0.8em;
	font-family: "Open Sans", "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	text-align: center; /* be nice to IE5 */
	min-width: 60em;  /* ~ 3* #menubar width */
}

#pwgHead {
  color: #d5d5d5;
  background-color: #3c3c3c;
  height: 50px;
}

#pwgHead .visit-gallery {
  position: fixed;
  left: 0;
  top: 0;
  width: 205px;
  background-color: #232323;
  line-height: 50px;
  font-size: 17px;
}

#pwgHead .visit-gallery i {
  font-size: 14px;
  color: #777;
  margin-left: -20px;
}

#pwgHead .pwgHead-gallery-title {
  color:#d5d5d5;
  text-align: left;
  font-size: 18px;
  float:left;
  width: calc(100% - 330px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height:50px;
  margin: 0 0 0 220px;
}

.admin-head-username {
  display: none;
}

#pwgHead A {color:#ccc;}
#pwgHead A:hover {color:#fff}

#headActions {float:right; line-height:50px; margin-right:10px;}
#headActions A {margin-left:5px;}

A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
IMG {
	border: none;
}

/** General defaults **/
INPUT, SELECT {
	margin: 0;
	font-size: 1em;	/* <= some browsers don't set it correctly */
}
UL, DL, OL { text-align: left;}
TABLE { /* horizontaly centered */
	margin-left: auto;
	margin-right: auto;
}
/* for debugging purpose */
PRE { text-align:left; }

/** forms **/

FORM { padding: 0em; }

FORM P {
	text-align: center;
        margin:1em;
}

form p.field {
  text-align: left;
}

form p.formButtons {text-align:left;}

FORM FIELDSET P {
	margin-top: 1em;
	margin-bottom: 0;
        text-align:left;
}

.small {
	font-size: 80%;
}

TEXTAREA.description {
	height: 6em;
	width: 40em;
	overflow: auto;
}

SELECT.categoryList {
	height: 20em;
	width: 100%;
}

DIV.comment BLOCKQUOTE {
	padding: 0.5em;
	overflow: auto;	/* no solution for IE6 */
	min-height: 2.75em;	/* fix a Gecko bug whith scrollbar and 1 line only */
}


/**
 * Filter forms are displayed label by label with the input (or select...)
 * below the label. Use an UL to make a group (radiobox for instance).
 * Use a SPAN to group objects in line
 */
FIELDSET {
	padding: 1em;
	margin: 1em;
}

FORM.filter FIELDSET UL {
	margin: 0;
}
FORM.filter FIELDSET UL,
FORM.filter FIELDSET LABEL {
	display: block;
	float: left;
	margin-right: 1em;
	padding: 0;
}

FORM.filter FIELDSET LI {
	list-style: none;
	margin-bottom: 0.5em;
}

FORM.filter FIELDSET LI LABEL {
	display: inline;
	float: none;
}

FORM.filter FIELDSET UL.tagSelection LABEL {
	display: inline;
	float: none;
	margin-right:0.5em;/*reduce from above*/
}

/* cannot use FIELDSET>LABEL because of IE<=6 */
FORM.filter FIELDSET LABEL INPUT,
FORM.filter FIELDSET LABEL SELECT,
FORM.filter FIELDSET LABEL SPAN,
FORM.filter FIELDSET LABEL TEXTAREA {
	display: block;
	margin: 0.5em 0;
}
FORM.filter FIELDSET * LABEL INPUT,
FORM.filter FIELDSET * LABEL SELECT,
FORM.filter FIELDSET * LABEL TEXTAREA,
FORM.filter FIELDSET LABEL SPAN INPUT,
FORM.filter FIELDSET LABEL SPAN SELECT,
FORM.filter FIELDSET LABEL SPAN TEXTAREA {
	display: inline;
	vertical-align: top;
	margin: 0 0.5em 0 0;
}

/* following declaration is important to avoid strange FF behaviour */
FORM.filter FIELDSET LABEL SPAN SELECT {
	margin: 0;
}

FORM.filter FIELDSET P
{
	clear: left;
	display: block;
}

/*FORM.filter INPUT[type="submit"] {
	margin-top: 1.8em;
}*/

FORM.properties UL, FORM#update UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

FORM.properties LI, FORM#update UL {
	margin-bottom: 0.5em;
	padding: 0;
	line-height: 1.8em;
	clear: left;
}

FORM.properties SPAN.property {
	font-weight: bold;
	float: left;
	width: 50%;
	text-align: right;
	margin: 0;
	padding: 0 0.5em 0 0;
}

/* Dashboard */
.intro-page-container {
  display: grid;
  grid-template-columns: 48% 48%;
}

.stat-boxes {
  text-align:center;
}

.stat-box {
  display:inline-block;
  width:150px;
  margin:10px 10px 40px 10px;
  color:#3b3b3b;
  text-align: center;
}

div.stat-box {
  cursor:help;
}

.stat-box i {
  display: inline-block;
  border-radius: 50%;
  font-size: 30px;
  padding: 20px;
  margin-bottom: 15px;
}

.stat-box .number, .stat-box .caption {
  display:block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.stat-box .number {
  font-size: 29px;
}

a.stat-box:hover {
  text-decoration: none;
  color:#777;
}

.chart-title {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3b3b3b;
  position: relative;
}

.chart-title-infos {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.activity-chart {
  font-weight: bold;
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(8, 5vw) ;
  grid-template-rows: repeat(4, 5vw);
}

.activity-chart .row-legend,.activity-chart .col-legend {
  position: relative;
}

.activity-chart .row-legend {
  display: flex;
}

.activity-chart .row-legend div{
  margin: auto;
  white-space: nowrap;
}

.activity-chart .col-legend {
  line-height: 5vw;
}

.activity-chart .row-legend:after {
  content: "";
  border-top: 2px solid black;
  opacity: 0.05;
  position: absolute;
  width: 700%;
  transform: translate(6vw,2.5vw);
}

.activity-chart .col-legend .line-vertical {
  border-left: 2px solid black;
  opacity: 0.05;
  position: absolute;
  height: 250%;
  left: 50%;
  bottom: 100%;
}

.activity-chart span {
  display: flex;
  overflow: visible;
  position: relative;
}

.activity-chart span div{
  height: 0px;
  width: 0px;
  background-color: #ff5252;
  opacity: 0.8;
  display: block;
  border-radius: 100%;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.2s;
}

.intro-charts .tooltip {
  position: absolute;
  display: none;
  z-index: 102;
  font-size: 12px;
  font-weight: normal;
  background-color: white;
  padding: 10px;
  box-shadow: 0px 0px 5px #acacac;
  border-radius: 10px;
  margin: 0px;
  transition: ease 0.2s;
}

.intro-charts .tooltip .tooltip-header {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.intro-charts .tooltip .tooltip-header span {
  margin: 0px 5px
}

.intro-charts .tooltip .tooltip-title {
  font-weight: bold;
  color: #3b3b3b;
}

.intro-charts .tooltip .tooltip-date {
  font-style: italic;
}

.intro-charts .tooltip span:before {
  width: 1.2em;
  font-size: 15px;
}

.intro-charts .tooltip .tooltip-details {
  display: flex;
  align-items: flex-start;
}

.intro-charts .tooltip .tooltip-details-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0px 3px;
}

.intro-charts .tooltip .tooltip-details-title {
  font-weight: bold;
  padding: 0px 5px;
  margin-bottom: 8px;
  border-radius: 15px;
  background: none !important;
}

.intro-charts .tooltip .tooltip-detail {
  margin: 1px;
  padding-left: calc(50% - 20px);
}

.activity-chart .tooltip {
  left: 50%;
  top:45%
}

.intro-charts .tooltip span{
  display: inline;
  white-space: nowrap;
}

.intro-charts .tooltip::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 51%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.activity-chart span div:hover{
  padding: 0.5vw;
}

.activity-chart span div:hover + .tooltip, .intro-charts .tooltip:hover{
  display: inline-grid;
  opacity: 1;
}

.activity-chart #week-1-legend ~ span div {
  background-color: #2883c3;
}

.activity-chart #week-2-legend ~ span div {
  background-color: #896af3 ;
}

.activity-chart #week-3-legend ~ span div {
  background-color: #6ece5e ;
}

.activity-chart #week-4-legend ~ span div {
  background-color: #ffa744 ;
}

.storage-chart {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 30px;
  display: flex;
  background-color: #e8e8e8;
}

.storage-tooltips {
  position: relative;
}

.storage-chart span{
  opacity: 0.7;
  transition: ease 0.2s;
}

.storage-chart span p{
  font-weight: bold;
  font-size: 16px;
  color: black;
  opacity: 0;
  line-height: 0;
  transition: ease 0.2s;
  white-space: nowrap;
}

.storage-chart span:hover{
  opacity: 1;
}

.storage-chart span:hover .tooltip {
  opacity: 1;
  display: block;
}

.storage-chart span:hover p{
  opacity: 0.4;
}

.storage-chart-legend {
  display: flex
}

.storage-chart-legend div{
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.storage-chart-legend div span{
  width: 15px;
  height: 15px;
  display: block;
  margin: 5px;
  opacity: 0.7;
}

.storage-chart span:nth-child(1), .storage-chart-legend div:nth-child(1) span{
  background-color:#ffa744;
}

.storage-chart span:nth-child(2), .storage-chart-legend div:nth-child(2) span{
  background-color:#6ece5e;
}

.storage-chart span:nth-child(3), .storage-chart-legend div:nth-child(3) span{
  background-color:#896af3;
}

.storage-chart span:nth-child(4), .storage-chart-legend div:nth-child(4) span{
  background-color:#2883c3;
}

.storage-chart span:nth-child(5), .storage-chart-legend div:nth-child(5) span{
  background-color:#ff5252;
}

#configContent fieldset {
  border:none;
  padding-left:20px;
}

#configContent legend {
  padding-left:0;
  margin-left:-20px;
}
#configContent label:not(.no-bold) {
  font-weight: bold;
}

#notifyAdmin label {
   white-space:nowrap;
}

#theHeader H1 {
	margin-bottom: 0.5em;
}

/* button tools */
UL.actions {
	text-indent: 0;
	list-style: none;
}
UL.actions LI {
	display: inline;
}

UL.tagSelection {
	width: 99%;
	margin: 1em 0 1em 0;
	padding: 0;
}

UL.tagSelection LI {
	display:inline-block;
        width:150px!important;
        overflow:hidden;
	white-space: nowrap;
}

/* jQuery tooltips */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

.cluetip-outer {
	position: relative;
	border: 1px solid #111111;
	color: #dddddd;
	background-color: #222222;
	text-align: left;
}
.cluetip-title {
	margin: 0 0 5px;
	padding: 8px;
	color: #666666;
	background-color: #d3d3d3;
	font-size: 1.1em;
	font-weight: bold;
}
.cluetip-inner {
	padding: 10px;
}

/* jQuery datepicker */
img.ui-datepicker-trigger {
  cursor : pointer;
  vertical-align: middle;
  margin:-3px 5px 2px 5px;
}

/* Add photos, direct mode */
#uploadBoxes P {
  margin:0;
  margin-bottom:2px;
  padding:0;
}

#batchLink {
  text-align:center;
}

.category_selection {
  min-height:65px;
  margin-top:5px;
}

.category_selection TABLE {
  margin:0;
}

#photosAddContent {
  text-align:left;
}

#photosAddContent P {
  margin: 0;
}

#photosAddContent TH {
  text-align:right;
  padding-right: 5px;
}

#uploadFormSettings input[type="text"] {
  text-align:right;
}

#uploadFormSettings TH {
  width:50%;
}

html, body {height:100; min-height: 100%; margin:0; padding:0;}
#the_page {min-height:100%; position:absolute; width:100%; padding:0;margin:0;}

#pwgMain {
  padding: 0;
}

#theAdminPage #footer {
  position:fixed;
  bottom:0;
  left: 0;
  width:205px;
  height: 40px;
  z-index: 99;
  background-color: transparent;
}

#footer a.piwigo-logo img {
  width: 120px;
  margin-top: 7px;
}

#footer A {color:#ccc;}
#footer A:hover {color:#fff}

#adminHome {
  margin-top:20px;
  line-height:30px;
  width:200px;
  margin-left:6px;
}

a.admin-main {color:#aaa; display:block; font-size: 13px; font-weight:bold; text-decoration:none;}
a.admin-main:hover {color:#fff;}

#piwigoInfos {float:left; margin-left:140px;}
#pageInfos {display: none;}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner {
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner {
		border-top-color: rgba(20,20,20,0.92);
	}
}

/* Set the width of the menubar for the galery */
#menubar {
  width: 205px;
  margin: 0;
  display: inline;
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  background-color: #3c3c3c;
}

#menubar i {font-size:20px;}

#menubar dl dd ul li a i[class^=icon-] {
  font-size:14px;
}

#menubar dd [class^="icon-"]:before {
    margin-right: 0.5em;
}

/* menubar is on all admin pages => No specific css file */
#menubar {
  padding:0; width:205px; z-index:99; text-align: left;
  margin-left:0;
}

#menubar ul.scroll { overflow-y:auto; max-height:500px; scrollbar-color: #666 #3c3c3c;}
#menubar dl { width: 205px; min-height:35px; border:0; margin: 0; padding: 0; display: block; border:0; border-left:none; }
#menubar dd { margin: 0; padding: 10px 0; }
#menubar dt {
	margin: 0; display: block; font-weight:bold;
	position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #aaa;
	cursor:pointer;
  line-height: 25px;
}
#menubar dl:first-of-type, #menubar dl:first-of-type dt { border-radius:0;  }
#menubar dl:last-of-type { border-radius:0;  }
#menubar li { margin: 0; padding-left:20px; }
#menubar li A { display:block; color:#ccc }
#menubar li A:hover {color:#eee; text-decoration:none}
#menubar li:hover {background-color:#222;}
#menubar ul { color: #ccc; margin:0; line-height: 25px;
  list-style-type: none; list-style-position: inside; padding: 0; }

#menubar i.open-menu {
  font-size: 14px;
  color: #666;
  float: right;
  margin-right: 5px;
  margin-top: 2px;
}

@media all and (max-height: 920px) {
  #menubar ul.scroll {
    max-height: 400px;
  }
}

@media all and (max-height: 830px) {
  #menubar ul.scroll {
    max-height: 300px;
  }
}

@media all and (max-height: 700px) {
  #menubar ul.scroll {
    max-height: 200px;
  }
  #theAdminPage #footer {
    display: none;
  }
}

/* tabsheets are often used in admin  pages => No specific css files */
#tabsheet {
  width:auto;
  margin:0 0 20px 0;
  padding:0 0 0 10px;
  border:none;
  border:none;
  background-color:#f3f3f3;
}
.tabsheet {
  display:table;
  white-space:nowrap;
  padding-left:10px;
  margin:0;
  width:auto;
  list-style-type:none;
  list-style-image:none;
  text-decoration:none;
}
.tabsheet li {
  background-color: transparent;
  float:left;
  margin:0 6px 0 0;
  overflow:hidden;
  text-align:right;
  border:none;
  position:relative;
  top:11px;
  border-radius:5px 5px 0 0;
}
.tabsheet a {
display:block; font-size:11px; border:0;
font-weight:bold; overflow:hidden; padding:10px 20px;
text-align:right; text-decoration:none; margin: 0;
color: #898989; }
.tabsheet a:first-letter { text-transform:capitalize; }
.tabsheet li.selected_tab  {
  border-bottom:none;
  background-color: #fff;
}
.tabsheet li:hover, .tabsheet li.selected_tab  {
margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
 }
/* .tabsheet a:hover */
.tabsheet li.selected_tab  a { color: #555; }
.tabsheet a span { font-size:14px; margin-right:2px; padding:0 3px 0 1px; }

.sort { clear: none; }

.content {
  padding:0;
  margin: 0 0 0 205px;
  z-index:99;
}

#content {
  border: none;
  min-height: 467px;
  margin-left:205px;
  margin-top: 0;
}

#thePopuphelpPage {
  min-width: 0; /*reset default min width because no scrollbar here*/
}

#thePopuphelpPage #pwgHead {display:none}
#thePopuphelpPage #footer  {display:none}

.themeBox {display: inline-table;text-align: center;height: 192px;margin: 0px 0px 15px 15px; position: relative;}
.themeShot a {height: 200px; width: 200px; position: relative; overflow: hidden; display: block;}

.themeBox IMG {margin:0px; position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.themeName {font-size:14px; margin:10px; position:relative; text-transform: capitalize; font-weight: bold; text-align: left; white-space: nowrap; max-width: 180px; overflow: hidden; text-overflow: ellipsis;}
.themeName em {font-weight: normal;}
.themeName .showInfo {position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.themeBox .showInfo-dropdown {position: absolute; right: 0px; transform: translateX(40%); display: none; text-align: left; padding-bottom: 0;}
.themeSelect {box-shadow: 0px 2px 1px #00000024; display: inline-block; text-align: center; padding: 0px 10px 8px 10px; margin-right: 10px; transition: 0.4s ease;}
.showInfo-dropdown-header {padding: 5px 10px; white-space: nowrap; font-weight: bold; font-size: 12px;}
.showInfo-dropdown-header a:hover {color: white;}
.showInfo-dropdown-content {padding: 5px 10px; -moz-osx-font-smoothing: initial;}
.showInfo-dropdown-action {padding: 8px 10px; border-top: 1px solid #ffffff45; color: white; text-decoration: none !important; display: block; margin-top: 5px; border-radius: 0px 0px 10px 10px; font-weight: bold;}
.showInfo-dropdown-action:hover {background-color: rgba(0, 0, 0, 0.192); color: white;}
.themeActions {display: flex;flex-direction: column;}
.themeActions DIV {display: table-cell; vertical-align: middle; line-height:18px;}
.themeActions span, .themeActions a {padding: 10px; margin: 0px 10px 10px 10px; font-weight: bold; font-size: 12px;}
.themeActions span {font-size: 11px; background-color: #ddd; opacity: 0.5; color: ;}

.themeActions .pluginUnavailableAction {
  padding: 10px;
  margin: 0px 10px 10px 10px;
  font-weight: bold;
  font-size: 12px;
  background: #ebebeb;
}

.themeActions a:nth-child(1) {background-color: #ffc17e; color: #222;}
.themeActions a:nth-child(1):hover {background-color: #ff7700; color: white; text-decoration: none;}

.themeActions a:nth-child(2) {background-color: #ececec; color: #222;}
.themeActions a:nth-child(2):hover {background-color: #ff9b32; color: #111; text-decoration: none;}

#themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;}
.themeBoxes {min-height:0;text-align:left;}

h1 {
  background-color: #f3f3f3;
  margin: 0;
  padding: 20px;
  text-align: left;
  font-weight: normal;
  color: #333;
  font-size: 22px;
}
h1 .image-id {
  font-weight: 100;
  opacity: 0.5;
}
h1 .bc-albums {
  padding: 4px 8px;
  font-weight: bold;
  text-align: center;
  border-radius: 7px;
  background-color: #c6c6c6;
  font-size: 12px;
  position: relative;
  top: -3px;
}
h2 { letter-spacing:1px; font-weight:bold; display: none;}
h2:lang(en) { text-transform:capitalize; }

#pluginsMenuSeparator {width:80%; margin:5px auto;}

#helpContent P {text-align:left; margin-left:10px;}
#helpContent LI, #ftpPage LI {margin-top:10px;}
#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;}

/**
 * Informations box in administration
 */
.infos, .errors, .warnings, .messages {
  text-align: left;
  margin: 20px;
  padding: 5px;
  font-weight:bold;
  min-height: 54px;
}

.infos ul, .errors ul, .warnings ul, .messages ul {
  margin-top:18px;
}

.infos ul {color: #3C3C3C;}

.eiw-icon {
  float: left;
  font-size: 40px;
  margin-right: 10px;
}

.infos {
  color: #0a0;
  background-color:#c2f5c2;
}

.infos a {color: #3C3C3C;}

.errors {
  color: #f22;
  background-color: #ffd5dc;
  border-left: 4px solid #f22;
}

.warnings {
  color: #ee8800;
  background-color:#ffdd99;
  border-left:4px solid #ee8800;
}

.messages {
  color: #00529b;
  background-color:#bde5f8;
  border-left:4px solid #00529b;
}

.badge {
  background-color:#0a0;
  color:white;
  padding:1px 5px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  margin-left:5px;
}

.infos li, .errors li, .warnings li, .messages li { list-style-type:none; }
.infos .submit {margin-left:30px;}

.checkActions {text-align:left;padding:0;margin:0;}
#user-table-content #checkActions {margin:0; display:flex; flex-wrap:wrap; align-items:center;}
#user-table-content #checkActions a {padding:10px; margin: 0 4px};
#checkActions {text-align:left; margin:0 0 20px 0;}
.ActionUserList #checkActions {margin: 20px 0 20px 0;}

.emptyResearch {opacity: 0.3;text-align: center;left: 45%;font-weight: bold;font-size: 30px; position: absolute; display: none;}

/* Plugin */

.sort {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.sort-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 10px;
  position: relative;
}

.sort-actions > * {
  margin-left: 12px;
}

.sort-by {
  display: flex;
  position: relative;
  align-items: baseline;
}

.sort-by label {
  color: #777;
  font-weight: bold;
  font-size: 1.1em;
  margin-right: 10px;
}

.sort-by select {
  display: block;
  padding: 10px 18px;
  width: 230px;

}

.sort-by .select-container::before {
  right: 15px;
  bottom: 50%;
  transform: translateY(50%);
}

#search-plugin {
  position: relative;
}

.beta-test-plugin-switch {
  position: absolute;
  left: 0;
}

.beta-test-plugin-switch label {
  font-weight: bold;
  margin-left: 5px;
}

#availablePlugins {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2em;
}

.advanced-filter-new-plugin .advanced-filter-container {
  display: grid !important;
  grid-template-columns: repeat(5, 20%);
}

.revision-date {
  color: #f70;
  margin-left: 5px;
}

.advanced-filter-revision-date .advanced-filter-item-label {
  display: inline !important;

}

.pluginFilter {justify-content: end;position: absolute;right: 160px; z-index: 2; transform: translateY(6px);}
.albumsFilter { margin-left: auto; }

.pluginBox {
  display:flex;
  margin: 0 15px 15px 0;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  box-shadow: 1px 1px 0px 1px #e0e0e0;
}

.pluginMiniBox {
  width: 260px;
}

.pluginBigBox {
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
  flex-grow: 1;
  height: calc(180px + 2 * 15px);
  overflow: hidden;
}

@media (max-width: 1700px) {
  .pluginBigBox {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0!important;
  }
}

.pluginBigBox .pluginContent {
  display: grid;
  grid-template-columns: 180px 195px auto;
}

.pluginImage {
  position: relative;
  overflow: hidden;
}

.pluginImage span {
  height: 180px;
  width: 180px;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
}

.pluginImage .noImage i {
  font-size: 40px;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.pluginBigBox .pluginInfo, .pluginBigBox .pluginMoreInfo {
  margin-left: 15px;
  height: 180px;
  overflow: hidden; 
}

.pluginInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.pluginRating {
  display: flex;
}

.rating-star-container {
  margin-right: 5px;
  display: flex;
}

.rating-star-container span, .pluginRating .rating-star-container span i{
  width: 14px;
  display: block;
}

.rating-star-container span {
  position: relative;
}

.rating-star-container span i {
  color: #ff7700;
  position: absolute;
  top: 0;
  left: 0;
}

.rating-star-container span .icon-star-half {
  left: -3px;
}

.certification {
  width: 18px;
  height: 24px;
  background-size: contain;
  background-position: top;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.advanced-filter-certification .advanced-filter-item-label span{
  margin-left: 5px;
  height: 19px;
}

.certification[data-certification="3"] {
  background-image: url("images/certification/CertificationBlue.svg");
}

.certification[data-certification="2"] {
  background-image: url("images/certification/CertificationOrange.svg");
}

.certification[data-certification="-1"] {
  background-image: url("images/certification/CertificationWarning.svg");
}

.certification[data-certification="0"] {
  background-image: url("images/certification/CertificationGhost.svg");
}

.certification[data-certification="1"] {
  background-image: url("images/certification/Certification.svg");
  opacity: 0.3;
}

.pluginInstall {
  display: flex;
  align-items: center;
}

.buttonInstall {
  margin-left: 0px !important;
  margin-right: 5px;
}

.autoupdate_bar {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 10px;
}

.plugin-version {
  border-radius: 5px;
  color: white;
  padding: 0px 5px;
  background: #ff7700;
  font-weight: bold;
}

.plugin-version-old {
  color: rgb(59, 59, 59);
  background: #ddd;
}

.plugin-revision-info {
  display: inline-grid;
  max-width: 40%;
  margin-left: 5px;
}

.plugin-revision-info span{
  overflow: hidden;
  text-overflow: ellipsis;
}

.plugin-update-link {
  margin-left: 5px;
}

.pluginImage .screenshot {
  background-image: url(path-to-file/img.jpg);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: cover;
}
.pluginBox table {width:99%;}
.pluginBox td {text-align:left;}

.PluginOptionsBlock a:hover { color: white ;}
.pluginContent {
  width: 100%;
  text-align: left;
  background-color: #fafafa;
  padding: 15px;
  position: relative;
  border-left: solid 5px #ffc17e;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  /* border-right:solid 5px #fafafa; */
  /* border-radius: 5px; */
}

.pluginName {
  font-size: 14px;
  font-weight: bold;
}

.pluginName span {
  overflow: hidden;
}

.pluginNameCompact {
  width: min-content;
  max-width: 170px;
  white-space: nowrap;
  cursor: default;
}

.pluginMoreInfo {
  margin-left: 15px;
  position: relative;
}

.pluginDesc {
  font-size: 12px;
  color: grey;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
}

.pluginMiniBox .pluginDesc {
  margin-top: 43px;
  height: 3em;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  line-clamp: 2;
}

.pluginBigBox .pluginDesc {
  height: auto;
  -webkit-line-clamp: 8;
  -moz-line-clamp: 8;
  -ms-line-clamp: 8;
  line-clamp: 8;
}

.pluginTags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.pluginTags > span {
  background-color: #e0e0e0;
  border-radius: 10px;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  margin-top: 4px;
}

.pluginActions a {
  margin-top:15px;
  font-size:12px;
}

.pluginUpdateContainer {
  margin-bottom: 5px !important;
}

.pluginUpdateContainer legend{
  margin-bottom: 16px;
}

.pluginUpdateContainer .pluginActions {
  margin-right: 0 !important;
}

/* 
.pluginActions > * {
  padding: 10px 4px;
  text-align: center;
  display:block;
} */
.pluginEmptyInput {width: 90px;}

.pluginActionLevel1, .pluginActionLevel2, .pluginUnavailableAction {
  color: #3c3c3c;
  margin: 0;
  font-weight:700;
}

.pluginActionLevel1 {
  background-color: #ffc17e; 
  font-weight: bold; 
  padding: 2px 10px;
  border-radius: 5px;
}
.pluginActionLevel1:hover {
  background-color: #ff7700; 
  color: white; 
  text-decoration: none;
}

.pluginActionLevel2 {
  padding-left:5px;
}

.pluginUnavailableAction {
  opacity: 0.5;
  font-size: 12px;
  padding: 2px 10px;
  background-color:#dddddddd;
  border-radius: 5px;
}

.pluginUnavailableAction:hover {
  text-decoration: none;
  color: #3c3c3c !important;
  cursor: default;
}

.plugin-inactive .pluginContent{
  border:none;
  border-left: solid 5px #999999;
  /*border-radius:10px;*/
}

.showOptions {
  font-size: 16px;
}

.plugin-inactive .pluginBox{
  border-radius:5px;
}

.plugin-inactive .pluginContent .pluginActionLevel1{
  background-color: #999999;
}
.plugin-inactive .pluginContent .pluginActionLevel1:hover{
  background-color:#ff9b32;
}

.pluginBox .PluginOptionsIcons,
.themeBox .PluginOptionsIcons{ 
  display:flex;
  position:absolute;
  top:0;
  right:-6px;
  padding: 13px;
}

.pluginTypeFilter .filter {
  display: none;
}

.pluginTypeFilter {
  display: flex;
  flex-direction: row;

  position: absolute;

  left: 225px;
  z-index: 2;

  transform: translateY(13px);
}

.pluginTypeFilter label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  width: auto;
  height: 30px;
  padding: 0 10px;

  color: #898989;
  background: #f3f3f3;
  box-shadow: 0px 2px #00000024;
  font-weight: 600;
}

.pluginTypeFilter label .filter-badge {
  font-weight: normal;
  border-radius: 20px;
  text-align: center;
  padding: 0px 7px;
  margin-left: 10px;
}

.pluginTypeFilter input:checked + label{
  background: #ffa500;
  color: white;
  box-shadow: 0 2px #d18800;
}

.pluginTypeFilter input:checked + label .filter-badge {
  background-color: #d18800;
  color: #ffe5b6;
}

.pluginTypeFilter input + label .filter-badge {
  background-color: #dbdbdb;
  color: #8c8c8c;
}

.nbPluginsSearch {
  position: absolute;
  right: 415px;
  transform: translateY(18px);
}

.pluginContainer.line .pluginBox:hover .pluginContent{
  transition: 0.4s;
  background: #ffd7ad;
}

.pluginContainer.line-form .pluginBox:hover.plugin-inactive .slider {
  transition: 0.4s;
  background: #999999;
}

.pluginContainer.line-form .pluginBox:hover .pluginContent .pluginActions a{
  /* color: #ffffff; */
  opacity: 1;
}

.pluginContainer.line-form .pluginBox.inactive:hover .pluginContent .pluginActions a{
  background: transparent;
  opacity: 0.7;
}

.pluginMiniBox.plugin-active .pluginActionsSmallIcons a span {
  background: #ffc17e !important;
  color: #3c3c3c !important;
}

.pluginMiniBox.plugin-active .pluginActionsSmallIcons a span:hover {
  background: #ff7700 !important;
  color: #111 !important;
}

.pluginMiniBox.plugin-inactive .pluginActionsSmallIcons a span{
  background: #ececec !important;
  color: #3c3c3c !important;
} 

.pluginMiniBox.plugin-inactive .pluginActionsSmallIcons a i {
  background: #ececec !important;
  color: #3c3c3c !important;
  border-radius: 5px;
  padding: 2px 2px;
  opacity: 0.7;
} 

.pluginMiniBox.plugin-active .pluginActionsSmallIcons a i {
  background: #ececec !important;
  color: #3c3c3c !important;
  border-radius: 5px;
  padding: 2px 2px;
  opacity: 0.5;
} 


.AddPluginSuccess span,
.RestorePluginSuccess span,
.DeactivatePluginSuccess span {
  color: #0a0;
}

.AddPluginSuccess label,
.DeactivatePluginSuccess label,
.RestorePluginSuccess label {
  background-color:  #c2f5c2;
  color: #0a0;
}

.PluginActionError span {
  color: rgb(170, 0, 0);
}

.PluginActionError label {
  background-color:  #f5c2c2;
  color: rgb(170, 0, 0);
}

 .PluginOptionsBlock{
    display:none;
    position:absolute;
    right: 0;
    top: 40px;
    z-index: 2;
    transform: translateX(calc(50% - 19px));
  }

.warning:before {content:url(icon/warning.png);vertical-align:top;}
.deactivate_all {font-size: 11px;font-weight: normal; margin-top: -5px; margin-bottom: 5px; font-weight: bold;opacity: 0.6;}
.showDetails {text-align:right; margin-bottom:-15px; margin-top:-10px; padding-right:1em;}

.showInactivePlugins {margin-bottom: 40px;}
.showInactivePluginsInfo {display: flex;justify-content: center;align-items: center; font-size: 18px;}
.showInactivePluginsInfo > * {margin: 5px;}
.showInactivePlugins button {font-size: 16px;}

.languageBoxes {min-height:0;text-align:left;}
.languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px;border-radius:5px; overflow:hidden; }
.languageName {font-size:1.1em; margin:5px 0;}
.languageActions {display: table-row; font-size:12px; }
.languageActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }

#ui-datepicker-div {-moz-border-radius:5px; border-radius:5px;}
#ui-datepicker-div .ui-icon-circle-triangle-w, #ui-datepicker-div .ui-icon-circle-triangle-e {color:transparent;}
#ui-datepicker-div A.ui-datepicker-prev, #ui-datepicker-div A.ui-datepicker-next {background-color:transparent;}
#ui-datepicker-div A.ui-datepicker-prev:hover, #ui-datepicker-div A.ui-datepicker-next:hover {-moz-border-radius:5px;}

.HelpActions {
  float:right;
  margin:0;
  padding:0;
  margin-right:15px;
  margin-top:-10px;
}

.HelpActions a { border:0; margin:0; }
.HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; }
.HelpActions .icon-help-circled::before {
  font-size: 22px;
}

legend {text-align:left;}

/* Plugin page multiple views */

.AlbumViewSelector {
  position: absolute;

  right: 20px;
  z-index: 2;

  height: 43px;
  display: flex;
  align-items: center;

  transform: translateY(6px);
}

.AlbumViewSelector {
  padding: 0px;
  margin-right: 0px;
  border-radius: 7px;
}

.AlbumViewSelector span {
  border-radius: 0;
  padding: 8px;
}

/* Should be done with :first-child and :last-child but doesn't work */

.AlbumViewSelector label span.firstIcon{
  border-radius: 7px 0 0 7px;
}

.AlbumViewSelector label span.lastIcon{
  border-radius: 0 7px 7px 0;
}

.icon-th-large, .icon-th-list, .icon-pause {
  padding: 10px;
  font-size: 19px;

  transition: 0.3s;
}

.switchLayout {
  display: none;
}

/****************************************/

.pluginActionsSmallIcons a, .PluginOptionsIcons a{
  width: 25px;
  height: 25px;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #777;
}

.pluginActionsSmallIcons a:hover, .PluginOptionsIcons a:hover {
  color: #000000;
  transition: 0.2s;
}

.pluginActionsSmallIcons {
  position: absolute;
  right: 20px;
  padding: 13px;
  top: 0px;
  display: flex;
}

.pluginBox.active .pluginActionsSmallIcons a span {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 5px 2px;
  background: #ffc17e;
  border-radius: 5px;
}

.pluginBox.active .pluginActionsSmallIcons a span:hover {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 5px 2px;
  background: #ff7700;
  border-radius: 5px;
}

.pluginBox.inactive .pluginActionsSmallIcons a span {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 5px 2px;
  background: #e0e0e0;
  border-radius: 5px;
}

.pluginActionsSmallIcons a:hover {
  text-decoration: none;
}

.pluginBox {
  transition: 0.5s;
  position: relative;
}

.unavailablePlugin {
  cursor: default;
  opacity: 0.5;
}

.unavailablePlugin:hover {
  cursor: default;
  color: #7f7f7f !important;
  opacity: 0.5;
}

.pluginDescCompact {
  max-width: 200px;
  padding: 5px 10px;
}

.dropdown-option-content {
  font-weight: bold;
}

.separator-top {
  border-top: 1px solid #ffffff45;
}

.dropdown-option.icon-cancel-circled {
  margin-bottom: -5px;
}

.dropdown-option {
  font-weight: bold;
}

.pluginContainer {
  padding: 0 20px;
  margin : 0;
  margin-top: 95px;
}

.switch {
  margin: 0 10px 0 0;
}

.plugin-inactive .pluginActions a {
  pointer-events: none;
}

.plugin-active .dropdown .delete-plugin-button {
  display: none;
}
  
.plugin-inactive .dropdown .plugin-restore {
 display: none;
}

.plugin-inactive .dropdown .delete-plugin-button {
  display: block;
}
  
.plugin-active .dropdown .plugin-restore {
 display: block;
}

.plugin-inactive .pluginActionsSmallIcons {
  opacity: 0.5;
}

.pluginNotif {
  display:none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  font-weight:bold;
  z-index: 2;
  white-space: nowrap;
}

.AddPluginSuccess span,
.RestorePluginSuccess span,
.DeactivatePluginSuccess span {
  color: #0a0;
}

.AddPluginSuccess label,
.DeactivatePluginSuccess label,
.RestorePluginSuccess label {
  padding: 10px;
  background-color:  #c2f5c2;
  cursor: default;
  color: #0a0;
  border-radius: 30px;
}

.PluginActionError span {
  color: rgb(170, 0, 0);
}

.PluginActionError label {
  padding: 10px;
  background-color:  #f5c2c2;
  cursor: default;
  color: rgb(170, 0, 0);
  border-radius: 30px;
}

/* Line view */

.pluginContainer.line-form {
  display: flex;
  flex-direction: column;
}

.pluginContainer.line-form .pluginBox {
  width: 100%;
  height: 50px;

  margin: 0 0 10px 0;
}

.pluginContainer.line-form .pluginBox .pluginContent{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 35px);
}

.pluginContainer.line-form .pluginBox .pluginActions{
  width: auto;
  margin: 0 25px 0 auto;
}

.pluginContainer.line-form .pluginBox .PluginOptionsBlock{
  display:none;
  position:absolute;
  right: 30px;
  top: 0;
  z-index: 2;
  transform: translateY(0px);
}

.pluginContainer.line-form .pluginBox .dropdown::after {
  content: " ";
  position: absolute;
  top: 20px;
  left: calc(100% + 5px);
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ff7700 transparent;
  transform: rotate(90deg);
}

.pluginContainer.line-form .pluginBox .pluginDesc{
  margin:  auto 10px auto 10px;
  display: flex !important;
  align-items: center;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  max-width: 1000px;
  flex: 1;
  height: 100%;
}

/* Classic view */

.pluginContainer.classic-form {
  display: flex;
  flex-direction: row;

  flex-wrap: wrap;
}

.pluginContainer.classic-form .pluginName {
  position: relative;
  margin-right: 10px;
}

.pluginContainer.classic-form .switch {
  position: absolute;
  top: 45px;
}

.pluginContainer.classic-form .pluginBox .pluginActions {
  position: absolute;
  top: 47px;
  right: 17px;
}

/* Compact view */

.plugin-inactive .pluginActionsSmallIcons a {
  pointer-events: none;
}

.pluginContainer.compact-form {
  display: flex;
  flex-direction: row;

  flex-wrap: wrap;
}

.pluginContainer.compact-form .pluginBox {
  width: 350px;

  margin: 15px 15px 0 0;
}

.pluginContainer.compact-form .pluginBox .pluginContent {
  display: flex;
  flex-direction: row;

  align-items: center;
}

/* local-layout */
/* You can modify this file */

/* Maintenance */

.template-purge {
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
}

.cache-infos {
  margin-bottom: 20px;
}

.cache-infos a {
  margin-left: 10px;
  font-size: 15px;
}

.cache-size-value {
  background: #dddddd;
  padding: 1px 8px;
  border-radius: 5px;
  font-weight: bold;
}

.cache-size-text {
  font-size: 15px;
  font-weight: bold;
}

.cache-lastCalculated-text, .cache-lastCalculated-value {
  font-weight: bold;
}

.multiple-pictures-sizes, .multiple-compiledTemplate-sizes {
  background: #dddddd;
  padding: 1px 8px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #777;
}

.multiple-compiledTemplate-sizes {
  margin-left: 10px;
}

.multiple-pictures-sizes {
  margin-left: 10px;
}

/* Tables & forms */

SELECT, TEXTAREA {
  color:#999;
  background-color: #666;
}

INPUT:focus, SELECT:focus, TEXTAREA:focus {
  background-color: #444;	/* whitesmoke */
}

/* some theme set a border on INPUT  which is not pretty for radio/checkbox */
INPUT[type="radio"], INPUT[type="checkbox"] {
  border: none;	/* <= Opera needs this */
}


/**
 * Header message like upgrade
 */
.header_msgs {
  text-align:center;
  font-weight: bold;
  color:#ff5252;
  background-color: #ffcfcf;
  margin: 0;
  padding: 0 0 0 205px;
  border:0;
  font-size: 24px;
  line-height: 50px;
}
.header_msgs a {
  background-color: #ff5252;
  color: white;
  padding: 8px 20px;
}
.header_msgs a:hover {
  color: white;
  text-decoration: underline;
}

/**
 * Header notes box in public/administration
 */
.header_notes {
  border: 1px solid #666;
  background: transparent url(icon/note.png) no-repeat right top;
  font-weight: bold;
  margin: 14px 24px 14px 14px;
  padding: 5px 0 0 0;
  top: 90px;
  position: absolute;
  text-align: right;
}

LEGEND {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
  padding: 0;
}

LEGEND SPAN {
  padding: 4px;
  border-radius: 100%;
  margin-right: 6px;
  font-size: 16px;
}

/* Batch Manager, global mode */
#batchManagerGlobal #action p {text-align:left;}
#batchManagerGlobal .bulkAction {text-align:left; padding:0;}
#batchManagerGlobal #action_del_tags ul.tagSelection {margin:0 !important; width:620px;}
#batchManagerGlobal #checkActions {text-align:left; margin:0 0 20px 0;}
#batchManagerGlobal ul.thumbnails div.actions {
	display: none;
	position: absolute;
	top: 0;
	color: #fff;
	width: 98%;
	justify-content: space-between;
	background-color: #313234;
	padding: 3px 0px;
	margin-left: 1px;
	z-index: 1;
}

#batchManagerGlobal fieldset {
  margin: 0;
  margin-top: 30px;
  border: none;
}

#batchManagerGlobal legend {
  font-size: 14px;
  color: #444;
  margin: 10px 0;
  padding: 0;
}

#batchManagerGlobal legend span {
  padding: 3px;
  border-radius: 100%;
  margin-right: 6px;
  font-size: 16px;
}

#batchManagerGlobal ul.thumbnails div.actions a {color:#fff;}
#batchManagerGlobal ul.thumbnails span.wrap1:hover div.actions {display:flex;}
#batchManagerGlobal #selectedMessage {padding:5px; border-radius:5px; float: right;}
#batchManagerGlobal #applyOnDetails {text-align: center; margin-top: 8px; color: #FFA646; font-weight: bold;}
#batchManagerGlobal .actionButtons {text-align:left; display: flex; flex-direction: column;}
#batchManagerGlobal #filterList {padding-left:0px; display: flex; flex-wrap: wrap; align-items: start; margin-top: 0px;}
#batchManagerGlobal #filterList li {
  list-style-type:none;
  background-color: #fafafa;
  padding: 10px;
  margin: 0px 10px 10px 0px;
  box-shadow: 0px 2px 1px #00000024;
  border-radius: 5px;
  position: relative;
}
#batchManagerGlobal #filterList li p {font-weight: bold;display: block;margin: 0;margin-bottom: 5px;}
#batchManagerGlobal a.removeFilter {color: #AAA;
  position: absolute;
  right: 5px;
  top: 5px;
}
#batchManagerGlobal a.removeFilter::before {margin-right:0; content: '\e822'; font-size: 11pt; color: #3C3C3C; margin-left: 6px; font-size: 12pt;color: #777;}
#batchManagerGlobal a.removeFilter:hover::before {color: #ffa646;}
#batchManagerGlobal a.removeFilter:hover {color:red;}
#batchManagerGlobal .removeFilter span {display:none}
#batchManagerGlobal #applyFilterBlock {width: 200px;}
#batchManagerGlobal .useFilterCheckbox {display:none;}

#batchManagerGlobal blockquote {margin:10px 0 0px 0;}
#batchManagerGlobal .ui-slider-horizontal {width:280px; margin:10px 0 10px 9px;}
#batchManagerGlobal #filter_dimension .ui-slider-horizontal {width:580px;}

#batchManagerGlobal #duplicates_options label {margin-left:10px;}

#batchManagerGlobal .thumbnails span.icon-check, #batchManagerGlobal .thumbnails span.icon-check-empty {
  position: absolute;
  left: 84px;
  top: 84px;
  font-size: 14px;
  display: none;
}

.batchManager-pagination {
  display: flex;
  align-items: center;
  clear: both;
  margin: 0px 20px;
  justify-content: space-between;
}

.noFilter {
  text-align: center;
  font-weight: 600;
  padding: 27px 0;
  margin-bottom: 30px;
  display: none;
}

.filterActions {
  display: flex;
}

.filterActions #addFilter {
  position: relative;
  margin-right: 10px;
}

.addFilter-dropdown {
  z-index: 100;
  padding: 5px 0px;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(130deg, #ff7700 0%, #ffa744 100%);
  color: white;
  position: absolute;
  bottom:100%;
  overflow: hidden;
  width: 100%;
  display: none;
}

.addFilter-dropdown a {
  display: block;
  text-align: initial;
  padding: 5px 10px;
  font-size: 12px;
  padding-right: 15px;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.addFilter-dropdown a:hover {
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.123)
}

.addFilter-dropdown a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

#order_filters a.removeFilter {font-weight:normal;}
#order_filters span.property span.filter:first-child a.removeFilter {display:none;} /* can't delete the first field */
#order_filters span.filter {display:block;margin-left:20px;}
#order_filters .transparent {opacity:0.5;filter:alpha(opacity=50);}
#order_filters .order_by_is_custom {display:block;font-weight:normal;font-style:italic;margin-left:20px;}

/* Upload Form */
.plupload_header {display:none;}
#uploadForm .plupload_container {padding:0}
#uploadForm .plupload_scroll .plupload_filelist {height:250px; overflow-y: hidden;}
#uploadForm li.plupload_droptext {line-height:230px;font-size:2em;}

#uploadBoxes .file {margin-bottom:5px;text-align:left;}
#uploadBoxes {margin-top:20px;}
#addUploadBox {margin-bottom:2em;}

p.uploadInfo {text-align:left;}
p#uploadWarningsSummary {text-align:left;}
p#uploadWarningsSummary .showInfo {margin-left:3px;}
p#uploadWarnings {display:none;text-align:left;margin-bottom:1em;font-size:90%;color:#999;}
p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}

#photosAddContent p.showFieldset {text-align:left; display: none!important;}
a#showPermissions {padding: 5px 10px; font-size: 11px; font-weight: bold; margin-left: 35px;}
a#showPermissions:hover {text-decoration: none;}

#uploadForm .plupload_buttons, #uploadForm .plupload_progress { display:none !important; }
#uploadForm #startUpload { margin:5px 0 15px 25px; padding:8px 10px; font-size:1.1em; }
#uploadForm #startUpload:before { margin-right:0.5em;} 
#uploadForm #addFiles { margin-right:10px; float:left; height: 45.6px;}
#uploadForm #uploadingActions { margin:10px 10px 10px 15px; }
#uploadForm .big-progressbar { vertical-align:middle; display:inline-block; margin-left:10px; }

.big-progressbar {
  width:100%;
  max-width:90%;
  padding:0;
  border-radius:15px;
  position:relative;
  height:8px;
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 33px 0; }
}

@-webkit-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 33px 0; }
}

.big-progressbar .progressbar {
  height: 8px;
  min-width: 5px;
  background: #FFBD4D;
  border-radius: 5px 0 0 5px;
  background-size: 33px 25px;
}

/* Selectize */
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 0px 5px !important;
}

/* Tag Manager */
.warningDeletion {display:none;font-style:italic;}

#debug { margin-left: 227px; font-size:12px; }

.tag-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 20px;
  max-width: calc(100% - 530px);
  overflow: hidden;
  padding: 10px;
}

.tag-header #search-tag{
  position: absolute;
  right: 240px;
}

.tag-header #add-tag {
  position: relative;
  margin: 0;
}

.tag-header #add-tag.hide {
  display: none;
}

.tag-header #add-tag.input-mode .add-tag-label {
  background: none;
  box-shadow: none;
  cursor: auto;
  padding: 0px;
  color: inherit;
}

.tag-header #add-tag.input-mode .add-tag-label::before {
  display: none;
}

.tag-header #add-tag .add-tag-container {
  display: none;
}

.tag-header #add-tag.input-mode .add-tag-container {
  display: flex;
  margin-right: 35px;
}

.tag-header #add-tag.input-mode .add-tag-container input {
  padding: 9px;
  margin-left: 10px;
  border: solid 2px #ffa744;
  background: none;
  width: 100px;
}

.tag-header #add-tag.input-mode .add-tag-container input:hover {
  background-color: #f0f0f0 !important;
}

.tag-header #add-tag span.icon-cancel-circled{
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(15px, -53%);
  z-index: 2;
  font-size: 22px !important;
  cursor: pointer;
}

.tag-header #add-tag.input-mode .icon-cancel-circled {
  display: block;
}

.tag-header #add-tag span.icon-cancel-circled:hover {
  color: #ff7700;
}

.tag-header #add-tag.input-mode .icon-validate{
  display: block;
  margin: auto 5px;
  cursor: pointer;
  background-color: #ffa744;
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 700;
  padding: 7px 5.5px;
}

.tag-header #add-tag span.icon-validate:hover {
  background-color: #f70;
  color: #000;
  cursor: pointer;
}

.tag-header .selection-controller {
  display: none;
  align-items: baseline;
  height: 38px;
  color: #777;
  font-weight: bold;
}

.tag-header .selection-controller.show {
  display: flex;
}

.tag-header .selection-controller p {
  margin-right: 10px;
  color: #555;
}

.tag-header .selection-controller a {
  margin: 0;
  background-color: #f0f0f0;
  padding: 10px;
  color: #777;
  font-weight: bold;
  margin: 4px;
  border-radius: 5px;
}

.tag-header .selection-controller a:hover {
  background-color: #ddd;
  color: #3A3A3A;
  text-decoration: none;
}


.tag-info {
  height: 35px;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  padding: 0px 10px 0px 0px;
  font-weight: bold;
  margin-left: 10px;
}

.tag-info.hide {
  display: none;
}

.tag-info p {
  margin: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: initial;
}

.tag-info::before {
  line-height: 35px;
  margin: 0px 10px;
  font-size: 16px;
}

.tag-info.tag-warning {
  color: #ee8800;
  background-color:#ffdd99;
}

.tag-info.tag-message {
  color: #0a0;
  background-color:#c2f5c2;
  display: none;
}

.tag-info.tag-error {
  color: #f22;
  background-color: #ffd5dc;
  display: none;
  animation-name: tag-error-appear ;
  animation-duration: 0.4s;
  animation-timing-function: ease;
}

.tag-info a:hover {
  color: white;
}

@keyframes tag-error-appear {
  25% { transform: translateX(-10px)}
  50% { transform: translateX(10px)}
  75% { transform: translateX(-10px)}
  100% { transform: translateX(0px)}
}

.tag-container {
  display: flex;
  padding: 10px 25px;
  flex-flow: wrap;
  padding-right: 223px;
}

.tag-container .tag-box{
  display: inline-flex;
  align-items: center;
  padding: 5px 10px 5px 15px;
  background-color: #fafafa;
  margin: 7px 5px;
  box-shadow: 0px 2px 1px #00000024;
  border-radius: 18px;
  position: relative;
}

.tag-container.selection .tag-box {
  opacity: 0.8;
  cursor: pointer;
}

.tag-container.selection .tag-box[data-selected='1'] {
  opacity: 1;
  background-color: #ffd7ad;
}

.tag-container .tag-box p {
  white-space: nowrap;
  margin: 0;
}

.tag-container .tag-box[data-selected='1'] p {
  color: #333;
}

.tag-container .tag-box.edit-name p {
  display: none;
}

.tag-container .tag-box .showOptions {
  color: #aaa;
}

.tag-container .tag-box.edit-name .showOptions {
  display: none;
}


.tag-container.selection .showOptions {
  display: none;
}

.tag-container .tag-box .tag-dropdown-block {
  display:none;
  position: absolute;
  top: 32px;
  right: 0px;
  transform: translateX(calc(50% - 23px));
}

.tag-container .tag-box .tag-dropdown-block .tag-dropdown-header {
  white-space: nowrap;
  display: flex;
  margin: auto;
  justify-content: space-between;
  color: white;
  border-bottom: solid 1px #ffffff3d;
  padding: 5px 10px; 
  min-width: 150px;
}

.tag-container .tag-box .tag-dropdown-header b {
  font-weight: bold;
  margin-right: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-list-checkbox .select-checkbox,
.tag-container .tag-box .select-checkbox,
.delete-size-check .select-checkbox {
  display: none;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  /* margin: 2px 0px; */
  margin-left: 3.4px;
  border: solid #ffa646 2px;
}

.delete-size-check .select-checkbox {
  margin-left: 0;
}

.user-list-checkbox .select-checkbox {
  display: inline-block;
}

.tag-container.selection .tag-box .select-checkbox,
.delete-size-check .select-checkbox {
  display: block;
}

.user-list-checkbox:hover .select-checkbox,
.user-list-checkbox[data-selected='1'] .select-checkbox,
.tag-container .tag-box:hover .select-checkbox, 
.tag-container .tag-box[data-selected='1'] .select-checkbox,
.delete-size-check:hover .select-checkbox, 
.delete-size-check[data-selected='1'] .select-checkbox {
  background-color: #ffa646;
}

.tag-container .tag-box .select-checkbox.show,
.delete-size-check .select-checkbox.show {
  display: block;
}

.user-list-checkbox .select-checkbox i,
.tag-container .tag-box .select-checkbox i,
.delete-size-check .select-checkbox i {
  display: none;
  font-size: 14px;
  transform: translate(-10px , -3px);
  position: absolute;
  color: #fafafa;
  animation-name: icon-check-tag-animation;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
}

.user-list-checkbox[data-selected='1'] .select-checkbox i,
.tag-container .tag-box[data-selected='1'] .select-checkbox i,
.delete-size-check[data-selected='1'] .select-checkbox i {
  display: inline;
}

@keyframes icon-check-tag-animation {
  0% {
    transform: translate(-10px , -3px) scale(0);
  }
  75% {
    transform: translate(-10px , -3px) scale(1.3);
  }
  100% {
    transform: translate(-10px , -3px);
  }
}

.tag-container .tag-box .tag-rename {
  display: none;
}

.tag-container .tag-box.edit-name .tag-rename {
  display: flex;
}

.tag-container .tag-box .tag-rename .tag-name-editable {
  text-align: left;
  width: 100px;
  color: #3c3c3c;
  font-family: "Open Sans", "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
  margin: 0px;
  background-color: white;
  border: 1px solid #d5d5d5;
  padding-left: 6px;
}

.tag-container .tag-box .tag-rename span:hover {
  color: #ffa744;
}

.tag-pagination .selected {
  background: #ffa646;
}

.tag-container .tag-box .tag-rename span {
  padding: 2px 3px;
  margin: auto;
  cursor: pointer;
  color: #3A3A3A;
}

.tag-selection .tag-selection-content {
  margin-top: 90px;
  padding: 5px;
}

.tag-selection .tag-selection-content .selection-mode-tag{
  display: none;
}


.selection-mode-tag .tag-list {
  margin: 10px;
  text-align: start;
  font-weight: 700;
  font-size: 15px;
  overflow: hidden;
  max-height: 160px;
}

.selection-mode-tag .tag-list p {
  width: 85%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #a0a0a0;
  margin: 0;
}

.selection-mode-tag .tag-list div {
  display: flex;
  margin: 10px;
  text-align: start;
}

.selection-mode-tag .selection-other-tags {
  color: #ffa646;
  font-weight: bold;
  font-size: 15px;
}

.tag-select-message {
  background: #bce5f7;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: none;
  margin: 10px 243px 10px 32px;
  color: #0051a5;
  font-weight: 600;
}

.tag-select-message a{
  font-weight: bold;
  margin-left: 6px;
  background-color: #0051a5;
  color: white;
  padding: 0px 4px;
}

.tag-select-message a:hover {
  color: white;
  text-decoration: none;
  background-color: #002e5f;
}

.tag-pagination {
  margin: 0 20px;;
  display: flex;
  margin-bottom: 20px;
  margin-right: 223px;
  padding: 0px 15px;
  justify-content: space-between;
  align-items: center;
}

.pageLoad {
  display: none;
  text-align: center;
  margin-right: 223px;
  position: absolute;
  left: 50%;
  z-index: 100;
  transform: translateY(50px);
}

.pageLoad i {
  font-size: 40px;
  color: rgba(29, 29, 29, 0.226);
}

#RenameTag {
  display:none;
}

.AddIconContainer {
  margin-top: 5px;
}

.RenameTagPopIn {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.7);
}

.RenameTagPopInContainer {
  display:flex;
  position:absolute;
  left:50%;
  top: 50%;
  transform:translate(-50%, -48%);
  text-align:left;
  padding:20px;
  flex-direction:column;
  border-radius:15px;
  align-items:center;
  width: auto;
  min-width: 270px;
  max-width: 700px;
  background-color: white;
}

.ClosePopIn {
  position: absolute;
  right: -40px;
  top: -40px;
  font-size: 30px;
  color: white;
}

.AddIcon {
  border-radius: 9999px;
  padding: 10px;
  font-size: 2em;
}
.AddIconTitle {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  margin-top: 15px;
}

.RenameTagInputContainer {
  width: 100%;
}
.tag-property-label {
  color:#A4A4A4;
  font-weight:bold;
  font-size:1.1em;
  margin-bottom:5px;
}
.tag-property-input {
  width: 100%;
  box-sizing:border-box;
  font-size:1.1em;
  padding:8px 16px;
  border:none;
}

.TagErrors {
  visibility:hidden;
  width:100%;
  padding:5px;
  border-left:solid 3px red;
}

.TagSubmitOptions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.TagSubmit, .TagLoading {
  cursor:pointer;
  font-weight:bold;
  color: #3F3E40;
  background-color: #FFA836;
  padding: 10px 20px;
  font-size:1em;
  margin-bottom:0;
  margin: 0 15px;
}
.TagLoading{
  cursor: auto;
  display: none;
}
.TagCancel {
  cursor:pointer;
  cursor: pointer;
  color: #A4A4A4;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: bold;
}

/* Picture Edit */
#pictureModify {
  display: flex;
  margin: 0;
  justify-content: space-evenly;
  margin-top: 30px;
}

#picture-preview.svg-container{
  padding:15px;
}

#picture-preview {
  width: 100%;
  position: relative;
  background-color: #3c3c3c;
  height: 35vw;
  flex-shrink: 0;
  overflow: hidden;
  margin-left: 30px;
  max-width: 45%;
}

#picture-preview .preview-box{
  width:100%;
  height:100%;
}

#picture-preview .other-image-format{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  left: 50%; 

}

.picture-preview-actions {
  position: absolute;
  padding: 10px;
  right: 0;
  top: 0;
  font-size: 18px;
  z-index: 100;
  background-color: #101010A0;
}

.picture-preview-actions a {
  color: #ffffff;
  padding: 5px;
}

.picture-preview-actions a.unavailable {
  color: #ffffff48;
  cursor: context-menu;
}

#picture-content {
  width: 100%;
  margin-left: 23px;
  margin-right: 23px;
  max-width: 50%;
}

#picture-content p {
  text-align: left;
}

#picture-content input[type=text], #picture-content textarea, #picture-content .selectize-input {
  width: calc(100% - 15px);
  background-color: #f8f8f8;
  padding: 8px;
  border-radius: 4px;
  border-color: #DDD;
  transition: ease 0.2s;
  font-family: "Open Sans", "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

#picture-content .selectize-input {
  width: 100%;
  overflow-y: scroll;
}

#picture-content input[type=text], #picture-content textarea, #picture-content .selectize-control {
  margin-top: 5px;
}

#picture-content .date-input {
  position: relative;
}

#picture-content .date-input input{
  padding-left: 35px;
  width: calc(100% - 43px);
}

#picture-content .date-input i{
  position: absolute;
  font-size: 20px;
  top: 50%;
  transform: translate(6px, -50%);
  opacity: 0.6;
}

#picture-content input:focus {
  border-color: #888;
}

#picture-content select {
  background-color: #FFF;
  color: #4E4E4E;
  border: 2px solid #7070704f !important;
  padding: 10px 18px;
  -webkit-appearance: none;
  font-weight: 700;
  width: calc(100% - 15px);
  margin: 0 10px;
}

#picture-content .select-icon {
  font-size: 17px;
  position: absolute;
  color: #6E6E6E;
  pointer-events: none;
  right: 3%;
  transform: translateY(5px);
}

#picture-infos {
  display: grid;
  grid-template-columns: 50% 50%;
}


/* Format tab on picture edit */

.formats-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 20px;
  max-width: calc(100% - 20px);
  overflow: hidden;
  padding: 10px;
}

.formats-content {
  margin: 25px 30px;
}

.formats-list {
  display: flex;
}

.format-card {
  width: 150px;
  height: 150px;
  background-size: cover;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

.format-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.format-card-ext {
  color: white;
  font-weight: bolder;
  font-size: 50px;
  z-index: 2;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.format-card-actions {
  display: flex;
  justify-content: center;
  z-index: 2;
}

.format-card-actions a {
  color: white;
  font-size: 24px;
  margin: 0 10px;
}

.format-card-size {
  color: white;
  margin-top: 5px;
  z-index: 2;
  font-size: 20px;
}

/* Album Manager */
#addAlbumForm {
  text-align:left;
  padding:1em;
}
#addAlbumForm .selectize-dropdown-content {
  max-height:170px;
}
#addAlbumForm input[name="category_name"] {
  width: 565px; padding: 8px 8px; 
}
#formCreateAlbum input[name="virtual_name"] {
  width:300px;
  border-radius: 3px;
}

.move-cat-container:hover {
  background-color: #ffd7ad;
}

/* Pending Comments */
#pendingComments {
  padding:0 5px 0 10px;
}

#pendingComments table {
  width:100%;
}

#pendingComments .bottomButtons {
  text-align:left;
}

.bottomButtons.syncBtn {
  text-align:left;
  margin-left: 25px;
}

.commentFilter {text-align:left;margin:5px 1em;}

FORM#categoryOrdering p.albumTitle {margin:0; margin-left: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 4px;}
FORM#categoryOrdering p.albumTitle a {font-size: 14px; font-weight: 600;}
FORM#categoryOrdering p.albumTitle i {display: none;}
FORM#categoryOrdering p.albumActions {visibility:hidden; margin:0; height: 40px;}
FORM#categoryOrdering .categoryLi:hover p.albumActions {visibility:visible;}
FORM#categoryOrdering p.albumActions {display:flex;justify-content:center;align-items:center;}
FORM#categoryOrdering p.albumActions a {
	margin-right:0; 
	font-weight: bold; 
	height: 95%; 
	padding: 0 15px;
	padding-top: 22px;
}

.actionTitle span {text-transform: capitalize;}

FORM#categoryOrdering p.albumActions a:hover {text-decoration: none;}
FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;}

/* Move Album */
.cat-move-header {
  display: flex;
  margin: 0px 20px;
  align-items: center;
  font-size: 14px;
  margin-top: 20px;
}

.cat-move-header .order-root::before {
  font-size: 13px;
}

.cat-move-header .cat-move-info {
  margin-left: auto;
}

.cat-move-header .cat-move-info::before {
  color: grey;
  font-size: 20px;
}

.cat-move-header .cat-move-info .spinner {
  position: absolute;
  left: calc(100% + 6px);
  font-size: 20px;
  display: none;
}

.tree {
  margin: 20px;
  padding-top: 1px;
}

.move-cat-container {
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 3px #00000024;
  background-color: #fafafa;
  border-radius: 5px;
  color: #777;
  padding: 5px 10px;
  padding-left: 28px;
}

.move-cat-container .icon-grip-vertical-solid {
  font-size: 16px;
  opacity: 0.3;
  position: absolute;
  left: 6px;
}

.move-cat-container .icon-folder-open, .move-cat-container .icon-sitemap.node-icon {
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  padding: 8px;
  margin: 5px;
}

.move-cat-container .icon-lock {
  font-size: 16px;
  margin-left: 0px;
}

.move-cat-container .move-cat-title {
  font-size: 16px;
  margin: 10px;
  max-width: 600px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}

.move-cat-title-container {
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.move-cat-title-container:hover {
  cursor: pointer !important;
}

.move-cat-title-container .icon-pencil {
  display: none;
  font-size: 16px;
}
.move-cat-title-container:hover .icon-pencil {
  display: flex !important;
}

.move-cat-container .move-cat-toogler {
  display: flex;
  color: #FFBD4D;
  margin-left: 5px;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  font-weight: 600;
}

.move-cat-container .move-cat-toogler .icon-left-open{
  transform: rotate(180deg);
}
.move-cat-container .move-cat-toogler{
  color: #ff7700;
  transform: scale(1.4);
}

.move-cat-action-cont {
  display: flex;
  position: absolute;
  right: 50%;
  top : 50%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transform: translate(50%, -50%);
  align-items: center;
  flex-direction: row-reverse;
  /* overflow: hidden; */
}

.move-cat-action {
  display: flex;
  align-items: center;
  max-width: 60%;
  height: 100%;
}

.move-cat-action a {
  padding: 21px 8px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
}

.move-cat-action a:last-child {
  margin-right: 12px;
}

.move-cat-action a:hover {
  color: #000;
  text-decoration: none;
  background: #f98100;
}

.cat-move-order-popin {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  display: none;
}

.cat-move-order-popin .order-popin-container {
  background-color: #f3f3f3;
  border-radius: 10px;
  display: block;
  width: 25%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  text-align: left;
  padding: 30px;
  min-width: 360px;
}

.cat-move-order-popin .popin-title .icon-sort-name-up::before {
  display:inline !important;
}
.cat-move-order-popin .popin-title .icon-sort-name-up, .cat-move-order-popin .popin-title-text {
  display:inline-block;
}
.cat-move-order-popin .popin-title-text::first-letter {
  text-transform: capitalize;
}

.cat-move-order-popin .album-name {
  font-size: 14px;
  color: #3C3C3C;
  font-weight: 600;
  text-align: center;
}

.cat-move-order-popin .choice-container {
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
}

.cat-move-order-popin label {
  position: relative;
  padding: 5px;
}

.cat-move-order-popin input[type=radio] {
  opacity: 0;
}

.cat-move-order-popin input[type=submit] {
  width: 100%;
  margin: 10px 0px;
}

.cat-move-order-popin input[name=recursiveAutoOrder] {
  background-color: #d9d9d9;
}

.cat-move-order-popin input[name=recursiveAutoOrder]:hover {
  background-color: #ffc17e;
}

.cat-move-order-popin .close-popin {
  position: absolute;
  right: -40px;
  top: -40px;
  font-size: 30px;
  color: white;
}

.cat-move-order-popin .close-popin:hover { color: #ffa646;}

.popin-title {font-weight: bold; font-size: 15px; margin-bottom: 15px; color: #3C3C3C; white-space: nowrap;}

.popin-title span {
  padding: 7px;
  border-radius: 25px;
  font-size: 15px;
  margin-right: 10px; 
}

/*Overwrite JQtree CSS*/

.jqtree_common {
  margin: 20px 0px !important;
}

li.jqtree-ghost {
  display: flex !important;
  margin: 0 !important;
}

ul.jqtree-tree ul.jqtree_common {
  margin-left: 50px !important;
}

ul.jqtree-tree span.jqtree-border {
  border: solid 2px #FFBD4D !important;
  width: 98%;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
  border: solid 2px #FFBD4D !important;
  margin: 0 !important;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
  background-color: #FFBD4D !important;
  position: relative !important;
  height: 2px !important;
  margin: 0 !important;
}

ul.jqtree-tree .jqtree-element {
  cursor: move !important;
}

.albumBlock {display: flex; justify-content: space-between; padding: 10px 10px 0 10px;}
.albumBlock .albumLineBlock {display: block; padding-left: 7px; max-width: 45%; height: 50px;}
.showCreateAlbum {text-align:left; margin:0 1em 25px 20px; line-height:22px;}
.showCreateAlbum .userSeparator {margin:0 5px;}
#addAlbumOpen, #autoOrderOpen {padding: 7px 15px; font-weight: bold; font-size: 11px;}
.afterUploadActions {text-align: center; margin-bottom: 30px !important; margin-top: 45px !important;}
.afterUploadActions a {justify-content: center; margin: 35px; font-weight: bold; font-size: 14px; padding: 10px 12px;}
#autoOrder p, #createAlbum p {text-align:left; margin:0 0 1em 0;}
#autoOrder p.actionButtons, #createAlbum p.actionButtons {margin-bottom:0;}

#ftpPage p {text-align:left;margin:1em;}
#ftpPage fieldset p {margin:0;}

/* watermark configuration screen */
#watermarkPositionBox {
  width:500px;
  padding:5px;
}

#watermarkPositionBox label {
  font-weight:normal;
  display:block;
}

#watermarkPositionBox label.middle {
  margin:50px;
  text-align:center;
}

#watermarkPositionBox label.right {
  float:right;
}

#positionCustomDetails {
  margin-left:20px;
  display:none;
}

#positionCustomDetails label {
  font-weight:normal;
}

input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;}
.dErrorDesc {background-color:red; color:white; padding:0 5px;border-radius:10px; font-weight:bold;cursor:help;}

#wImg {max-height:100px;border:2px solid #ccc;margin-top:5px;}
#addWatermark {display:none;}

.adminMenubarCounter {
  background-color:#666;
  color:white;
  padding:1px 5px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  margin-left:5px;
}

 .content .groups form{
  margin:0;
  margin-top: 115px;
}

.groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.group-manager{
  margin-right:224px;
}

.remove-item {
  flex: 1;
  -webkit-animation: flexShrink 500ms ease forwards;
  -o-animation: flexShrink 500ms ease forwards;
  animation: flexShrink 500ms ease forwards;
}

.groups .list_user #text{
  width:100%;
}

.groups .GroupContainer {
  vertical-align: middle;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 286px;
  width: 220px;
  margin: 15px;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
}

.groupHeader {
  width: 100%;
}

.groups .Group-name .Group-name-container p{
  margin: auto;
  padding: 2px;
  text-align: center;
  font-weight:700;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Group-name-container {
  position: relative;
  display: inline-flex;
  transform: translate(10px, 0);
}

.group-rename {
  margin: 0;
  position: absolute;
  top: 0px;
  transform: translate(0,-8px);
  display: none;
  opacity: 1;
}

.group-rename span {
  padding: 5px;
  margin: auto;
}

.group-rename .validate {
  background-color: #ffa744;
}

.group-rename .icon-ok:hover {
  background-color: #ff7700;
  color: #3c3c3c;
}

.group-rename form {
  margin: 0 !important;
}

.Group-name span:hover{
  color: #ffa744;
  cursor: pointer;
}

.group-rename input{
  text-align: left;
  width: 130px;
  margin: 4px;
  font-weight: bold;
  color: #3c3c3c;
  font-family: "Open Sans", "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
  margin-left: 9px;
}

.addGroupLabel {
  margin: 0;
  border-radius: 5px 5px 0 0;
  padding: 2px;
  position: absolute;
  left: 11px;
  top: -11px;
  font-size: 14px;
}

.groups .icon-users-1{
  text-align:center;
}

.groups .group_number_users{
  text-align: center;
  font-weight: 700;
  font-size: 1em;
  margin:12px;
}

.groups .addGroupFormTitle{
  font-size:1.2em;
  font-weight:700;
}

.groups input[type="text"]{
  padding:5px;
}

#addGroupNameInput {
  color: #353535 !important;
  background-color: #F3F3F3 !important;
  border: none !important;
  margin-top: 15px;
}

#addGroupNameInput::placeholder {
  color: #353535;
}

.groupIcon {
  margin:15px auto;
}

.groups .icon-users-1:first-child{
  font-size: 19px;
  width: 27px;
  padding: 10px;
  border-radius: 30px;
  margin: auto;
  transition: 0.4s ease;
}

.groupMessage {
  display: none;
  position: absolute;
  min-height: 20px;
  padding: 10px;
  border-radius: 30px;
  top: -17px;
  font-size: 12px;
  right: 52px;
  width: 110px;
  text-align: center;
}

.groupError {
  z-index: 2;
  display: none;
  position: absolute;
  color: #f22;
  background-color: #ffd5dc;
  min-height: 17px;
  padding: 10px;
  border-radius: 30px;
  top: -17px;
  font-size: 12px;
  right: 29px;
  width: 143px;
  text-align: center;
}

.groups .addGroupFormTitle{
  margin:0;
}

 FORM.properties .groups .GroupContainer,
 .groups FORM#update .groups UL {
	margin-bottom: 15px;
}

#group-template {
  display: none;
}

/* Selection mode */
.format-mode-group-manager, .selection-mode-group-manager{
  position:absolute;
  right:15px;
  z-index:11;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
  vertical-align:middle;
}

.format-mode-group-manager p, .selection-mode-group-manager p{
  display:inline-block;
  padding:0 5px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: s;
  transition: 1s;
}

.slider:before, .slider::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 6px;
  bottom: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider::after {
  content: "\E81D";
  font-family: 'fontello';
  font-size: 15px;
  animation-name: spin;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  opacity: 0;
}

@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

input:checked + .slider:before, input:checked + .slider::after {
  margin-left: 33px;
}

.slider.loading::before {
  opacity: 0;
}

.slider.loading::after {
  opacity: 1;
}

.notUsable input.disabled + .slider.activate_disabled:before {
  animation: activate_disabled .4s linear;
}

@keyframes activate_disabled {
  50% {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0);
  }
}

.notUsable input:checked + .slider.desactivate_disabled:before {
  animation: desactivate_disabled .4s linear;
}

@keyframes desactivate_disabled {
  50% {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
  }
  100% {
    -webkit-transform: translateX(33px);
    -ms-transform: translateX(33px);
    transform: translateX(33px);
  }
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#selection-mode-block{
  display:none;
  position: absolute;
  right: 0;
  width: 223px;
  min-height:calc(100% - 171px);
  top: 169.5px;
  z-index: 10;
}

#selection-mode-block.show{
  display: block;
}

.Selection-mode-content{
  margin-top:110px;
}

/*Selection mode content*/

#nothing-selected{
  display:block;
  margin: 10px;
}

.SelectionModeGroup{
  display:none;
  text-align:center;
}

.SelectionModeGroupList{
  font-weight:700;
  font-size:15px;
}

.SelectionModeGroupList div{
  margin:10px;
  text-align: start;
}

.SelectionModeGroupList div div{
  display: flex;
}

.SelectionModeGroupList a,
.SelectionModeGroupList p {
  display:inline-block;
  margin:0
}

.SelectionModeGroupList p {
  width: 85%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#selection-mode-block button{
  display:block;
  margin:20px auto;
  font-size: 12px;
  font-weight: 700;
  padding: 13px 30px;
  background-color:transparent;
  width: 180px;
}

#selection-mode-block button:hover{
  cursor: pointer;
}

#selection-mode-block button.unavailable{
  opacity: 0.3;
  background: none !important;
  border: none !important;
  cursor: auto;
}

#ConfirmGroupAction{
  font-size:12px;
  font-weight:700;
  padding:20px;
  display:none;
}

#ConfirmGroupAction p{
  margin: 20px;
  font-weight: 700;
  font-size: 13px;
}

.ConfirmDeleteButton{
  display: block;
  margin: 20px auto;
  font-size: 12px;
  font-weight: 700;
  padding: 13px 40px;
  background-color: #ffa744;
  border:none;
  margin-top:40px;
  cursor: pointer;
}

/*Merge Options*/

#MergeOptionsBlock{
  display:none;
  position:relative;
  margin-top:40px;
}

#MergeOptionsBlock p{
  margin: 20px;
  font-weight: 700;
  font-size: 13px;
}

#MergeOptionsBlock .ItalicTextInfo{
  font-weight:400;
  font-style:italic;
  margin-top:0px;
  margin-bottom:40px;
}

#MergeOptionsBlock a{
  font-size:12px;
  font-weight:700;
}

.MergeOptionsChoice{
  display:block;
  font-size:15px;
}

.MergeOptionsChoice input{
  margin:0 5px;
}

/*Merge options Radio buttons*/

.MergeOptionsContainer {
  display: block;
  position: relative;
}

.MergeOptionsContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.ConfirmMergeButton{
  display: block;
  margin: 20px auto;
  font-size: 12px;
  font-weight: 700;
  padding: 13px 40px;
  border:none;
  margin-top:40px;
}

.MergeOptionsContainer{
  font-size:15px;
}
.MergeOptionsContainer label,
.MergeOptionsContainer select{
  display:block;
  margin:10px auto;
}

.MergeOptionsContainer select,
.MergeOptionsContainer option{
  width:182px;
}

.MergeOptionsContainer select{
  padding: 10px 5px;
  border: none;
  background-color: white;
  box-shadow: 0 0 2px #c5c5c5;
  border-radius: 5px;
}

/*Edit group name*/

.groups .Group-name{
  position:relative;
  text-align: center;
}

#EditGroupName{
  text-align:center;
  display:none;
}

.groups .Group-name .icon-pencil{
  opacity: 0;
}
  
.Group-name:hover .icon-pencil{
  opacity: 1;
}

/* Options menu*/

.group-dropdown-options{
  font-size:20px;
  position:absolute;
  top:10px;
  right:0px;
  padding:5px;
  cursor: pointer;
}

#GroupOptions {
  display:none;
  z-index:1;
  position:absolute;
  transform: translateX(-50%);
  left:50%;
  top: 37px;
}
#catOptionsSmall{
  display:none;
  position:absolute;
  right: 80%;
  bottom: 0%;
}

.is-default-token {
  display: block;
  z-index: 1;
  position: absolute;
  cursor: pointer;
  right: 33px;
  top: 4px;
  padding: 11px 0;
  font-size: 20px;
  color: #777;
  transition: 0.2s ease;
}

.is-default-token:hover {
  transform: scale(1.2,1.2);
}

.is-default-token.deactivate {
  display: none;
}

.jconfirmDeleteConfirm, .jconfirmAlert {
  padding-bottom: 0 !important;
  color: #3c3c3c !important;
  line-height: 28px !important;
}

.jconfirmAlert {
  margin-bottom: -2px !important;
}

.jconfirmDeleteConfirm ~ .jconfirm-content-pane, .jconfirmAlert ~ .jconfirm-content-pane {
  /*height: 0px !important;*/
  margin: 0px !important;
}

.jconfirmDeleteConfirm ~ .jconfirm-buttons button {
  text-transform: none !important;
}

.jconfirmAlert .jconfirm-icon-c i {
  border-radius: 20px;
  padding: 5px 3px;
  border-radius: 60px;
  padding: 2px;
  font-size: 45px;
}

.jconfirmAlert .jconfirm-icon-c {
  margin-bottom: 25px !important;
}

.jconfirmAlert .jconfirm-title {
  font-size: 20px !important;
}

.jconfirmAlert .jconfirm-icon-c i {
  color: #0a0 !important;
  background-color:#c2f5c2 !important;
}

.jconfirmWarning .jconfirm-icon-c i {
  color: #ffa744 !important;
  background-color: #ffe9cf !important;
}

.jconfirm-title {
  line-height: 1.5em;
}

.jconfirm-buttons .btn {
  text-transform: none !important;
}
/*Group checkbox*/

.Group-checkbox{
  display:none;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.Group-checkbox-label {
  width: 100%;
  height: 100%;
  display: block;
}

.groups .Group-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.groups .group-checkmark {
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px;
  height: 25px;
  width: 25px;
  border-radius:15px;
  z-index: -1;
}

.groups .group-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  animation: checkmark-appear 0.3s ease;
}

@keyframes checkmark-appear {
  0% {
    transform: rotate(45deg) scale(0);
  }
  75% {
    transform: rotate(45deg) scale(1.5);
  }
  100% {
    transform: rotate(45deg);
  }
}

.groups .Group-checkbox input:checked ~ .group-checkmark:after {
  display: block;
}

.groups .Group-checkbox .group-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Add group */

.addGroupBlock{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  margin: auto;
  width: 100%;
  padding: 100px 0;
}

.groups .icon-plus-circled{
  font-size: 19px;
  width: 27px;
  height: 27px;
  padding: 10px;
  border-radius: 30px;
  margin: 10px auto;
}

.groups #addGroup{
  font-weight:700;
  width: 145px;
  margin: auto;
  text-align: center;
}

.groups #addGroupForm{
  cursor: pointer;
  position: relative;
  order: -10000000000;
}

.groups #addGroupForm form {
  display: none;
}

.groups fieldset{
  border:none;
  margin:0;
  padding:0;
  text-align:center;
}

.groups fieldset p{
  text-align:center;
}

.addGroupFormLabelAndInput{
  margin:10px;
  text-align:center;
  margin-top:18px;
  position: relative;
}

.groups fieldset INPUT[type="text"]{
  margin:10px;
  padding:10px;
  display:inline-block;
  width:159px;
}

.groups button.submit{
  font-size:12px;
  font-weight:700;
  padding:13px 20px;
  border:none;
  display:inline-block;
}

.groups #addGroupForm .actionButtons{
  text-align:center;
}

.groups #addGroupForm .actionButtons a{
  font-size: 12px;
  border: none;
  padding: 13px 9px;
  font-weight: bold;
  transition: all 125ms ease-out;
}

/*Group manager buttons*/

.groups .GroupManagerButtons{
  text-align:center;
  width: 190px;
  height: 50px;
  line-height: 50px;
}

.manage-permissions {
  margin-bottom: 15px;
}

.groups .manage-users,
.groups .manage-permissions{
  font-size: 13px;
  display: inline-block;
}

.groups .manage-users,
.groups .manage-users:hover,
.groups .manage-permissions,
.groups .manage-permissions:hover{
  text-decoration:none;
}


@media (hover: hover){
  .GroupContainer .GroupManagerButtons{
    display:none;
  }
  
  .GroupContainer:hover .GroupManagerButtons{
    display:block;
  }
}

/*UserList Pop in*/

.CloseUserList{
  position:absolute;
  right:-40px;
  top:-40px;
  font-size:30px;
}

#UserList{
  display: none;
}

.UserSearch {
  width: 220px;
  margin-top: 4px;
}

.UserListPopIn{
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.7);
}

.UserListPopInContainer{
  display:block;
  width:1100px;
  position:absolute;
  left:50%;
  top: 50%;
  transform:translate(-50%, -48%);
  text-align:left;
  padding:30px;
}

.group-name-block{
  margin-bottom:20px;
}

#UserList .group-name-block span,
#UserList .group-name-block p,
#UserList .group-name-block .UserNumberBadge{
  display:inline-block;
}

#UserList .group-name-block p{
  color:#3c3c3c;
  font-weight:700;
  font-size:15px;
  margin-left:10px;
}

#UserList .group-name-block span{
  padding:7px;
  color: rgb(44,132,195);
  background-color: #CDE9FD;
  border-radius:25px;
  font-size:15px;
}

#UserList .group-name-block .UserNumberBadge{
  padding:3px 9px;
  border-radius:15px;
  background-color: rgb(44,132,195);
  color: #CDE9FD;
  font-size:10px;
  margin-left:10px;
  font-weight:700;
}

#UserList .UserListAddFilterUsers{
  Position:relative;
}

#UserList .AddUserBlock{
  padding:10px 0;
  margin-bottom:30px;
  display: flex;
  align-items: center;
}

#UserList .FilterUserBlock{
  position: absolute;
  right: 0;
  top: 15px;
  display: flex;
}

.FilterUserBlock .search-user{
  position: relative;
}

.AddUserErrors, .update-user-fail, .AddAlbumErrors {
  background-color: #ffcfcf;
  color: #ff5252;
  border-left:solid 3px red;
}

#AddUserSuccess span {
  color: #0a0;
}

#AddUserSuccess label {
  background-color: #c2f5c2;
  border-left: 2px solid #00FF00;
  color: #0a0;
}
.update-user-success {
  border-left: 2px solid #00FF00;
}
#UserList .AddUserBlock p,
#UserList .AddUserBlock select,
#UserList .AddUserBlock button{
  display:inline-block;
  margin:0 5px;
}

#UserList .AddUserBlock select {
  padding:11px 10px;
}

#UserList .AddUserBlock button{
  font-size: 12px;
  font-weight: 700;
  padding: 16px 10px;
  border: none;
  margin-top: 1px;
}

#UserList .AddUserBlock p{
  font-size:15px;
  margin-left:0;
}

#UserList .FilterUserBlock span,
#UserList .FilterUserBlock p,
#UserList .FilterUserBlock input{
  display:inline-block;
}

#UserList .FilterUserBlock p{
  font-size:15px;
  margin-right:5px;
}

.UsersInGroupList{
  text-align:center;
}

.UsernameBlock{
  margin:5px 10px;
  display:inline-block;
  margin-left:0px;
  position:relative;
  padding:0 10px;
  border-radius:25px;
}


.UsersInGroupListContainer{
  max-height:315px;
}

.UsersInGroupList p,
.UsersInGroupList span{
  display:inline-block;
}


.UsersInGroupList span{
  border-radius:25px;
  padding:3px;
  font-size:12px;
}

.UsersInGroupList .icon-cancel:hover{
  cursor:pointer;
}

.Tooltip{
  position:relative;
  display:inline-block;
 
}

.Tooltip p.TooltipText{
  visibility: hidden;
  width: 157px;
  background-color:#f3f3f3;
  color: #3c3c3c;
  text-align: left;
  padding: 5px 10px;
  border-radius: 10px;
  border:1px solid #3c3c3c;
  font-weight:700;
  font-size:10px;
  position: absolute;
  z-index: 4;
  top:10px;
  left:20px;
  transition: opacity 0.3s;
  z-index:101;
}

.Tooltip:hover p.TooltipText{
  visibility: visible;
}

.ValidationUserAssociated{
  display:inline-block;
  font-size:12px;
  text-align:left;
  padding: 4px 6px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  margin-left:-5px;
  margin-right:10px;
}

.ValidationUserAssociated p{
  margin:0;
}

.ValidationUserDissociated{
  display:inline-block;
  text-align:left;
  padding: 6px;
  border-radius: 30px;
  margin-left: 8px;
}

.ValidationUserDissociated p{
  margin:0 !important;
  font-size:12px !important;
  font-weight: 500 !important;
}


#UserList .FilterUserBlock .AmountOfUsersShown {
  display:inline-block;
  font-style:italic;
}

#UserList .FilterUserBlock .AmountOfUsersShown p{
  font-size:12px;
}

.LinkUserManager{
  text-align:center;
  font-weight:700;
  padding-top:20px;
}

/********/

p.list_user {
  text-align: center;
  max-height: 200px;
  overflow: auto; 
  margin: 0;
}

a.group_perm {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
a.group_users {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

#userList .openUserDetails {visibility:hidden;}
#userList tr:hover .openUserDetails {visibility:visible;}
#userList .icon-cancel-circled {visibility:visible;}
#userList_length {float:none;}
#userList_filter {margin-top:-20px;}

.dataTables_info, .dataTables_length {
  padding-left:1em;
}

.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_paginate {
  margin-right:1em;
}

.userProperties {max-width:730px;}
.userPropertiesContainer {border-top:1px solid #ddd;margin-top:1em;}
.userPropertiesSet {width:350px;float:left;padding-top:5px}
.userPropertiesSetTitle {font-weight:bold;margin-bottom:1em;}
.userPrefs {border-left:1px solid #ddd;padding-left:10px;}
.userProperty {width:340px;float:left;margin-bottom:15px;}
.userActions {float:right;text-align:right;}

.user_form_popin {
  width:750px;
  height:450px;
  padding:20px;
}

.userProperties form {
  text-align:left;
}

.popinWait {
  padding-top:200px;
}


.preview-box.icon-zoom-in {
  display:block;
  position:relative;
}

.preview-box.icon-zoom-in:before {
  opacity:0;
  position:absolute;
  margin:-22px 0 0 -22px;
  top:50%;
  left:50%;
  font-size:50px;
  line-height:50px;
  color:white;
  z-index:100;
  text-shadow:0 0 20px rgba(0,0,0,0.4);
  -webkit-transition:opacity 200ms ease;
  transition:opacity 200ms ease;
}
.preview-box.icon-zoom-in:hover:before {
  opacity:0.9;
}
.preview-box.icon-zoom-in img {
  opacity:1;
  -webkit-transition:opacity 200ms ease;
  transition:opacity 200ms ease;
  max-width: 100%;
}

.preview-box.icon-zoom-in img.svg-image {
  height: 100%;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preview-box.icon-zoom-in:hover img {
  opacity:0.5;
}

/* Edit user popin*/


.user_form_popin .ui-slider-horizontal .ui-slider-handle{
  background-color:#FFA646;
  border:none;
  border-radius:25px;
  border: 1px solid #818181;
}

.user_form_popin .ui-slider-horizontal .ui-slider-range-min{
  background-color:#818181;
  border-radius:25px;
}

.user_form_popin .ui-slider-horizontal{
  background-color:#e3e3e3;
  border:none;
  border-radius:25px;
}

/* table in help/quick_search.html */
table.qsearch_help_table {
  border-collapse:collapse;
  text-align:left;
  margin:1em;
}
table.qsearch_help_table q {
	font-family: Courier, Fixed;
	font-weight: bold;
}
table.qsearch_help_table q:before {
	content: '\'';
	color: green;
}
table.qsearch_help_table q:after {
	content: '\'';
	color: green;
}
table.qsearch_help_table td {
	border: 1px solid #ccc;
  padding:5px;
  vertical-align:top;
}

.font-checkbox [class*=icon-check]:before {
  font-size:16px;
  line-height:16px;
  margin-right:0;
  margin-left:0;
}
.font-checkbox .icon-check-empty {
  position:relative;
  left:-1px;
}
.font-checkbox input[type=checkbox], .font-checkbox input[type=radio] {
  display:none;
}

/* icons */
fieldset#environment legend i[class*="icon-"] {
  font-size:14px;
}

#headActions a span {
  display:none;
}

@media all and (min-width: 800px) {
  #headActions a span {
    display:inline;
  }

  #pwgHead .pwgHead-gallery-title {
    width: calc(100% - 650px);
  }

  .admin-head-username {
    display: inline;
  }
}

.buttonLike, .buttonGradient, input[type="submit"], input[type="button"], input[type="reset"] {
 font-size:12px; border:none; padding:13px 20px; margin-left:0; font-weight: bold; transition: all 125ms ease-out;
}

.buttonGradient {
  padding: 8px 10px;
  margin-left: 5px;
  background: linear-gradient(135deg, rgb(255, 119, 0) 0%, rgb(249, 76, 93) 25%, rgb(201, 74, 140) 50%, rgb(249, 76, 93) 100%);  transition: 0.3s ease; 
  cursor: pointer;
  color: white !important;
  background-size: 200% 100%;
}

.syncBtn .buttonGradient {
  padding:13px 20px;
}

.buttonGradient:hover {background-position-x: 100%;}

#cboxLoadedContent input[type="submit"] {margin-bottom: 20px; float: none;}

#permissions, #uploadForm fieldset {border: 0;}
#permissions {display: none!important;}
#permissions {margin-top: 35px; margin-bottom: 20px;}
#uploadForm fieldset:not(:last-child) {margin-bottom: 35px;}
#uploadForm fieldset:last-child {margin-bottom: 20px;}

.originalPicture .info-framed {max-width: 400px;}

.selectAlbumBlock {display: flex; margin-left: 10px; margin-top: 10px;}
/* .selectAlbumBlock span {
  margin-top: 15px;
  margin-right: 15px; 
} */
.icon-plus.cboxElement {
	padding: 8px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16); font-size: 15px; margin-bottom: 8px; transition: all 125ms ease-out;
}
.icon-plus.cboxElement:hover {box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);}
#albumSelection {margin-right: 20px;}
.orCreateAlbum{
  margin: 7px 0 9px 20px;
  padding: 7px 10px;
  background-color: #fafafa;
  box-shadow: 0px 2px #00000024;
  border-radius: 5px;
  font-weight: bold;
  color: #777 !important;
  display: block;
}
.orCreateAlbum:hover {
  text-decoration: none;
  color: #3a3a3a;
}
.selectAlbumBlock .orChoice {
  margin: 12px 0 0 0;
}
.selectize-control.single .selectize-input {border-radius: 0; font-weight: bold;font-size: 12px;}
.buttonLike {padding: 8px 10px; margin-left: 5px;}
.changeUsername .buttonLike {padding: 1px 10px;}
.changePassword .buttonLike {padding: 1px 10px;}
.selectFilesButtonBlock {display: flex; margin-top: 10px;}
.selectFilesinfo {margin-left: 15px; font-size: 90%; color: #999; display: flex; flex-direction: column; justify-content: center;}
#uploader {margin-top: 25px; font-weight: bold !important;}
.plupload_filelist_header {display: none;}
.plupload_filelist {scrollbar-width: thin!important;}
.plupload_wrapper, .plupload_file_size {font-weight: bold;}
.plupload_filelist li {background: none!important; font-weight: bold;}
li.plupload_delete a {background: url("images/cancel.svg")!important; background-size: cover !important; width: 10px; height: 10px; margin-top: 3px;}
li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; background-size: cover !important;}
.plupload_file_status {margin-right: 45px;}
.plupload_file_size {margin-right: 25px;}
.plupload_total_file_size {margin-right: -8px;}
.plupload_total_status {color: #707070!important; margin-right: -8px; font-weight: bold;}

/* Thumbnail after picture upload */
#photosAddContent .Addedphotos {
  border: none; 
  margin-top: 35px;
}
#photosAddContent .Addedphotos #uploadedPhotos {
  display: flex;
  flex-wrap: wrap;
}
/* Here we add a width and height of 120px so svg are visible and the same size as square images */
#uploadedPhotos img {
  width: 120px;
  height: 120px;
}
#photosAddContent .Addedphotos a {
  margin-right: 5px; 
  display: flex;
}
#photosAddContent .Addedphotos .format-ext-name {
  position: absolute;
  bottom: 0;
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  height: 50%;
  background: linear-gradient(#0000, #000000b8);
}
#photosAddContent .Addedphotos .format-ext-name span {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
}

.addAlbumEmpty {text-align: center; position: absolute; top: 45%; left: 50%; transform: translateX(-50%) translateX(102px)}
/* .addAlbumEmptyCenter {position: relative; margin: auto; height: calc(100vh - 280px);} */
.addAlbumEmptyTitle {font-size: 35px; font-weight: bold;}
.addAlbumEmptyInfos {font-size: 14px; margin-bottom: 25px !important; margin-top: 5px !important;}
.addAlbumEmpty a{display: inline-block; padding: 10px 15px; font-weight: bold; font-size: 14px;}
.addAlbumEmpty a:hover{text-decoration: none;}
.addAlbumEmpty a::first-letter {text-transform: capitalize;}
#cboxLoadedContent {height: auto !important; padding: 20px 20px 20px 20px !important;}
.buttonSeparator {font-weight: bold; text-transform: uppercase;}
.popinButtons {text-align: right; margin-top: 24px;}
.popinButtons input[type="submit"] {margin-right: 0;}
#albumCreationLoading {
	background-color: #ffa744; color: #3c3c3c; font-size: 12px; border: none; padding: 12.2px 28.4px; font-weight: bold; display: none;
}
.popinField {margin-top: 30px; }
.popinField.addAlbumFormParent {margin-top: 0;}
.popinFieldLabel {display: block; margin-bottom: 5px;}
.selectedAlbum {margin-top: 10px; margin-left: 5px;}
.selectedAlbum span {
	padding: 10px 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	border-radius: 7px;
  background-color:#f5f5f5
}
.selectedAlbum span.icon-sitemap::before, .afterUploadActions a.batchLink.icon-pencil::before, .afterUploadActions a.icon-plus-circled::before {
	margin-right: 12px;
}
#addFiles i::before {margin-left: 13px; font-size: 15px;}
.plupload_filelist_footer {display: none;}

.permitActionListButton .actionButtons {display: flex; flex-direction: column;}
.filterBlock {display: flex; flex-direction: column;}
.filterBlock li {width: 300px; height: auto;}
#filter_dimension {width: 600px;}
#filter_dimension .slider-choice, #filter_filesize .slider-choice {border-radius: 4px; padding: 2px 8px; margin: 0 3px;}
#checkActions a {background-color: #f0f0f0;padding: 10px;color: #777;font-weight: bold;margin: 4px;border-radius: 5px;}
#checkActions a:hover {background-color: #ddd;color: #3A3A3A;text-decoration: none !important;}
#checkActions span {font-weight: bold;color: #555555;}
#filterList select {display: block; padding: 10px 18px; margin-bottom: 5px; width: 290px;}
#filterList li {margin-left: 25px; margin-bottom: 15px;}
#filter_tags .selectize-input.items.not-full.has-options, #filter_tags .selectize-input.items.not-full {padding: 10px 18px;}
#filter_tags .selectize-input {width: 300px; box-shadow: none; border-radius: inherit;}
#filter_tags .selectize-control.multi.plugin-remove_button {width: 300px !important;}
#filter_category .selectize-input.items.full.has-options.has-items {padding: 10px 18px; width: 610px; margin-bottom: 5px;}
#filterList .selectize-input.items.not-full.has-options {margin-bottom: 5px;}
#applyFilter, .addFilter-button {margin-left: 0;float: left;height: 45.6px;font-size: 1em;border: none;cursor: pointer;transition: ease 0.2s;display: flex;align-items: center;justify-content: center; padding: 0px 10px;}
#applyFilter.activated {background-color: #FFA646; color: #3C3C3C;}
#removeFilters {margin-top: 20px; margin-left: 13px;}
.filter_search_input {padding: 10px 0px; width: 300px;}
#permitAction {display: flex;}
#permitAction select {padding: 12px 10px; width: 280px; -webkit-appearance: none;}
.permitActionItem select { margin-bottom: 25px;}
#applyAction {padding: 10px 18px; margin-left: 0;}
.permitActionItem {margin-left: 30px; width: 225px;}
.permitActionItem .selectize-control.single.plugin-remove_button {width: auto !important;}
.permitActionItem .selectize-input.items.full.has-options.has-items {width: 500px !important; line-height: 23px;}
#action_associate {display: flex;}
#action_associate a:last-child {margin-left: 15px; padding: 10px;}
#applyAction i {margin-right: 15px;}
#action_delete_derivatives, #action_generate_derivatives {display: flex; flex-wrap: wrap; margin-top: 0px;}
.deleteDerivButtons a {border-radius: 4px; padding: 4px 10px; margin: 5px;}
.deleteDerivButtons {margin-bottom: 15px; margin-right: 51px; width: 100%; text-align: center;}
#action_delete_derivatives label, #action_generate_derivatives label {display: flex; margin-top: 4px; width: 50%;}
#action_delete_derivatives input[name="del_derivatives_type[]"], #action_generate_derivatives input[name="generate_derivatives_type[]"] {margin-right: 3px;}
.actionButtons:first-child::after,#filter_prefilter::before,#filter_category::before,#filter_level::before,
.permitActionListButton div::before, #action_level::after, .pictureLevels::before,
.user-property-select-container::before, .sort-by .select-container::before {
  content: '\e835'; font-size: 17px; position: absolute; font-family: "fontello"; color: #6E6E6E; pointer-events: none;
}
.permitActionListButton div::before {margin-left: 250px; margin-top: 11px;}
.pictureLevels::before {margin-left: 216px; margin-top: 10px;}
.permitActionListButton div.hidden::after {display: none;}
.user-action-select-container::before {top: 5px; right:10px}
.user-property-select-container::before {margin-top: 10px; margin-left:270px;}
#filter_prefilter::before {margin-left: 257px; margin-top: 35px;}
#filter_category .selectize-control.single .selectize-input::after {content: none;}
#filter_category {width: 600px;}
#filter_category::before {margin-left: 565px;margin-top: 33px; z-index: 2;}
#filter_level::before {margin-top: 34px; margin-left: 260px;}
#batchManagerGlobal #action_level::after {margin-top: -56px; margin-left: 254px;}
#filter_search input {width: 300px; box-sizing: border-box; padding: 11px 18px;}
#applyFilter, #addFilter,#filterList select, #filter_tags .selectize-input.items.not-full.has-options, .pictureLevels select, #permitAction select, .sort-by select{
	font-family: "Open Sans", "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	-webkit-appearance: none;
	font-weight: 700;
}
#action_date_creation input, #action_title input, #action_author input {margin-right: 4px;}
#set_date_creation label {position: relative;}
#set_date_creation i {position: absolute;font-size: 20px;top: 50%;transform: translate(6px, -50%);opacity: 0.6;}
#set_date_creation input {background-color: #f8f8f8;padding: 8px;padding-left: 8px;padding-left: 35px;border-radius: 4px;border-color: #DDD;}
#set_date_creation {margin-top: 5px; margin-left: -2px;}
#action_title .large, #action_author .large {padding: 12px 10px; border: 1px solid #787777a6;margin-bottom: 8px;}
#action_add_tags .selectize-input.items.not-full.has-options, 
#action_add_tags .selectize-input.items.not-full.has-options.focus.input-active.dropdown-active, .selectize-input.items.not-full, .selectize-input.items.full {
	padding: 10px 10px; height: 45px; box-shadow: none; border-radius: 0px; border: 1px solid #787777a6;
}

.pageNumberSelected {background-color: #ffaf58 !important; border: none !important; border-radius: 0 !important;}


#batchManagerGlobal UL.thumbnails {display: flex; flex-wrap: wrap; justify-content: flex-start; margin-left: 30px;}
#batchManagerGlobal ul.thumbnails .actions .icon-plus.cboxElement {
	background-color: transparent; padding: 0; box-shadow: none; font-size: initial; margin-bottom: 0;
}
#batchManagerGlobal UL.thumbnails .wrap2 {width: 110px !important; height: 110px !important;}
#batchManagerGlobal UL.thumbnails IMG {margin-top: 0; width: 110px; height: 110px; border: 1px solid transparent;}
#batchManagerGlobal UL.thumbnails .wrap2 .icon-pencil {font-size: 15px; margin-left: 4px;}
#batchManagerGlobal UL.thumbnails .wrap2 .icon-plus {margin-right: 2px;}
#batchManagerGlobal li .font-checkbox [class*="icon-check"] {height: 20px; width: 20px; border-radius: 100%}
#batchManagerGlobal li.thumbSelected .font-checkbox [class*="icon-check"]::before {
  content: '\E819'; 
  display: none;
  animation: icon-check-animation 0.4s ease-out;
}

@keyframes icon-check-animation {
  0% {transform: translate(-50% , -50%) scale(0);}
  75% {transform: translate(-50% , -50%) scale(1.3);}
  100% {transform: translate(-50% , -50%);}
}

#batchManagerGlobal li.thumbSelected .font-checkbox [class*="icon-check"] {background-color: #fea744; border: solid 2px #fea744;}
#batchManagerGlobal .thumbSelected span.icon-check {display: block; z-index: 1;}
#batchManagerGlobal .thumbnails .wrap1 .icon-check-empty:before {content: '\E823';}
#batchManagerGlobal .thumbnails .font-checkbox [class*="icon-check"]::before {font-size: 17px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#batchManagerGlobal UL.thumbnails .wrap2 .icon-pencil:hover, #batchManagerGlobal UL.thumbnails .wrap2 .icon-zoom-square:hover {color: #fea744;}
#batchManagerGlobal .deleteDerivButtons a:hover, #batchManagerGlobal #checkActions a:hover {background-color: #ddd;color: #3A3A3A;text-decoration: none;}

#batchManagerGlobal .thumbSelected img { filter: brightness(60%);-webkit-filter: brightness(60%);-moz-filter: brightness(60%);
  -o-filter: brightness(60%);
  -ms-filter: brightness(60%);}
#batchManagerGlobal li.thumbSelected:hover .font-checkbox [class*="icon-check"]::before {display: block;}
#filter_category .selectize-input.items.full.has-options.has-items .item,
#filter_category .selectize-input.items.not-full.has-options .item,
#filter_category .selectize-input.items.not-full .item {width: 561px; text-overflow: ellipsis;}
#filter_category .selectize-input.items.full.has-options.has-items,
#filter_category .selectize-input.items.not-full.has-options,
#filter_category .selectize-input.items.not-full {width: 100%;}
#forbidAction {text-align: center; font-weight: 600; padding: 25px 0; background-color: #f3f3f3;}
.selectionEmptyBlock {text-align: center; font-weight: 600; padding: 90px 0;}
#duplicates_options {display: flex; flex-direction: column;}
#batchManagerGlobal .thumbnails .wrap2 .icon-zoom-square::before {font-size: 15px; margin-top: 2.9px; margin-right: 7px;}
#progressBar_pbImage {
	width: 300px !important; border-radius: 15px; height: 8px !important; margin-top: 5px !important; background-size: cover; 
 	background-repeat: no-repeat; background-color: #f5f5f5; 
 }
#regenerationMsg {width: 360px;}
#progressBar {display: flex;}
#progressBar_pbText {margin-left: 15px;}
#filter_search .icon-help-circled::before {margin-right: 5px; color: #777;}
.dimensionSlidersBlocks {display: flex; flex-direction: column; margin-bottom: 8px;}
.dimensionSlidersTitleButtons, .dimensionSlidersRatioButtons {display: flex; justify-content: space-between;}
.dimensionSlidersTitleButtons {margin-bottom: 5px;}
.dimensionSlidersRatioButtons {margin-bottom: 15px;}
#filter_dimension blockquote div:last-child .ui-slider-horizontal {margin-top: 5px;}
#batchManagerGlobal .ui-slider-horizontal .ui-slider-handle {top: -.7em !important; width: 1.4em; height: 1.4em;}
#batchManagerGlobal .ui-slider-handle.ui-state-default.ui-corner-all {border-radius: 10px;}
#action_delete .errors {display: block; min-height: initial; margin: 10px 0px 0px 0px;}

#batchManagerGlobal .ui-slider-horizontal .ui-slider-range {height: 2px;}
#batchManagerGlobal .ui-slider-horizontal {height: 2px;}
#batchManagerGlobal .ui-slider-range.ui-widget-header.ui-corner-all {margin-top: -1px;}
#batchManagerGlobal .font-checkbox.selected span:first-child::before {content: '\f192';}
#action_delete_derivatives .font-checkbox span, #action_delete_derivatives .font-checkbox span {margin-right: 5px;}
#action_generate_derivatives, #action_delete_derivatives {width: 320px;}

/* album manager */
.selectedAlbum.cat-list-album-path {
  margin: 30px 0 30px 0;
}

.icon-toggle-off:before{
  font-weight:600;
}

.disabledToggle .move-cat-toogler{
  color: gray;
  opacity: 0.5;
  pointer-events: none;
}

/* album search */

.search-album {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  margin-bottom: 25px
}

.search-album-cont {
  position: relative;
  display: flex;
  align-items: center;
}

.search-album-label {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
}

.search-album-num-result {
  margin-left: 10px;
}

.search-album-input-container {
  position: relative;
  display: inline;
}

.search-album-input-container .search-icon{
  font-size: 20px;
}

.search-album-help {
  display: none;
  cursor: help;
  font-size: 20px;
}

.search-album-help, .search-album-num-result {
  position: absolute;
  right: 0;
  transform: translateX(calc(100% + 10px));
}

.search-album-ghost, .search-album-result {
  display: flex;
  flex-direction: column;
}

.search-album-elem, .search-album-ghost div {
  height: 64px;
  border-radius: 5px;
  margin: 10px 20px;
  overflow: hidden;
}

.search-album-ghost div {
  background: #f3f3f3;
  background-image: linear-gradient(0.25turn, #eee, rgb(250, 250, 250));
  background-attachment: fixed;
}
.search-album-ghost span{
  text-align: center;
  font-weight: 600;
  padding: 90px 0;
  background-color: #f3f3f3;
  color: #c1c1c1;
  margin: 1em;
}

.search-album-elem {
  box-shadow: 0px 2px 3px #00000024;
  background-color: #fafafa;
  border-radius: 5px;
  color: #777;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.search-album-elem span{
  font-size: 20px;
  padding: 8px;
  display: inline-block;
  border-radius: 50%;
}

.search-album-elem p{
  font-size: 16px;
  margin: 10px;
  white-space: nowrap;
  font-weight: 600;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
  direction: rtl;
  text-align: left;
}

.search-album-action-cont {
  display: none;
  position: absolute;
  right: 0%;
  top : 50%;
  height: 100%;
  transform: translate(0, -50%);
  align-items: center;
  flex-direction: row-reverse;
  overflow: hidden;
}

.search-album-elem:hover .search-album-action-cont {
  display: flex;
}

.search-album-action {
  display: flex;
  align-items: center;
}

.search-album-action a {
  padding: 30px 15px;
  font-weight: bold;
  cursor: pointer;
  height: 100%;
  border-left: 1px solid #00000012;
  background-color: #00000003;
  text-align: center;
}

.search-album-action a:hover {
  color: #444;
  text-decoration: none;
  background-color: #FFA646;
}

.search-album-noresult {
  opacity: 0.3;
  text-align: center;
  width: calc(100% - 205px);
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  top: calc(50% + 200px / 2);
  display: none;
}

.doubleSelect {
  width: 100%;
}

.doubleSelect td {
  width: 50%;
}

#cancelUpload {
  margin-left:10px;
  background-color: #999999;
}

#cancelUpload:hover {
  background-color: #ff9b32;
  color: white;
  text-decoration: none;
}

.doubleSelect p {display:flex; justify-content: center;}

/* View selectors css (colors)*/

.AlbumViewSelector, .UserViewSelector {
  background: #fafafa !important;
}

.AlbumViewSelector input:checked + label,
.UserViewSelector input:checked + label{
  background: transparent;
  color: white;
}

.AlbumViewSelector input:checked + label span,
.UserViewSelector input:checked + label span{
  background: orange;
}

.head-button {
  background-color: #fafafa;
}

.user-container {
  background-color:#F3F3F3;
}

.user-first-col:hover {
  background-color:#FFC276;
}

.user-first-col:hover .icon-pencil {
  color: #000;
}
.user-first-col:hover .select-checkbox {
  color: #000;
}
/* Selected container in userManager*/

.user-container.container-selected .user-container-checkbox.user-list-checkbox .select-checkbox {
  background-color: #ffa646;
  border: solid #ffa646 2px;
}

.user-container.container-selected {
  display:flex;
  width:100%;
  height:80px;
  background-color:#FFD9A7;
  font-weight:bold;
  border-radius:10px;
  margin-bottom:20px;
}

.user-container.container-selected .user-container-initials-wrapper > span {
background-color: #FF7B00;
color:#FEE7BD;
}

.user-container.container-selected .user-groups,
.user-container.container-selected .registration-clock {
background-color: #FEE7C8;
color:#FF7B00;
}

/*****/
.group-bonus {
  color: #000;
  background: #DDDDDD;
}

.user-action-select {
  background: white;
}

.user-property-select {
  background-color:#F3F3F3; 
  color:#353535;
}

.UserListPopInContainer {
  background-color:white;
}

.user-property-column-title, .edit-username-title {
  color:#353535;
}

.user-property-button {
  color:#353535;
  background-color:#F3F3F3;
}

.user-property-input {
  color:#353535;
  background-color:#F3F3F3;
}

.user-property-input[type="text"] {
  background-color:#F3F3F3;
}

.user-property-group .selectize-input.items {
  background-color: #F3F3F3;
}

.user-property-register-visit .icon-calendar {
  color: #4c4c4c
}

.delete-user-button {
  color:#353535;
  background-color: #F3F3F3;
}

.slider-bar-wrapper .ui-slider-horizontal{
  background-color:#e3e3e3;
}

.preferences-container, .properties-container {
  border-left: solid 1px #ddd;
}

.update-container {
  border-top:solid 1px #ddd;
}

.user-property-input.user-property-input-username:hover {
  background-color: #f0f0f0;
}
.user-property-input.user-property-input-password:hover {
  background-color: #f0f0f0;
}

/* Activity Tab in user manager */

.select-user {
  background: #fafafa;
  height: 50%;

  display: flex;
  align-items: center;

  padding: 0 20px;

  box-shadow: 0px 2px 4px #00000024;
  border-radius: 5px;
}

.start-date, 
.end-date {
    padding: 5px 10px;
    background: #eaeaea;
    border-radius: 50px;
    margin: 5px;
    white-space: nowrap;
}

.acivity-time-text {
  font-size: 13px;
  font-weight: bold;
}

.line {
  background: #fafafa;
  box-shadow: 0px 2px 4px #00000024;
  display: flex;
  flex-direction: row;

  height: 40px;

  align-items: center;

  margin-bottom: 10px;
}

.line .detail-item {
  background: #f0f0f0f0;
  margin: 0 10px 0 0;
  padding: 3px 6px;
  border-radius: 20px;
 
  max-width: 120px;

  text-align: center;

  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;

  white-space: nowrap;
}

.download_csv {
  margin-left: auto;
  height: 25px;
  width: 30px;
  background: #dddddd;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color:black;
  cursor: pointer;
  border-radius: 5px;
}

.download_csv:hover {
  background: #aaaaaa;
  color: black;
}

.AddUserPopInContainer,
.AddAlbumPopInContainer,
.DeleteAlbumPopInContainer,
.RenameAlbumPopInContainer {
  background-color: white;
}

.AddUserPopInContainer .AddIconTitle,
.AddAlbumPopInContainer .AddIconTitle,
.DeleteAlbumPopInContainer .DeleteIconTitle,
.RenameAlbumPopInContainer .RenameAlbumTitle  {
  color: #000000;
}

.AddUserPopInContainer .AddUserLabel,
.AddAlbumPopInContainer .AddAlbumLabel,
.DeleteAlbumPopInContainer .DeleteAlbumLabel {
  color: #3E3E3E;
}

.AddUserPopInContainer .AddUserInput,
.AddAlbumPopInContainer .AddAlbumInput,
.DeleteAlbumPopInContainer .DeleteAlbumInput,
.RenameAlbumPopInContainer .RenameAlbumInput {
  background-color:white;
  border: solid 2px #D4D4D4;
}

.AddAlbumCancel, .RebameAlbumCancel {
  color: #3F3E40;
  background-color: #f3f3f3;
}
.AddAlbumSubmit,
.RenameAlbumSubmit {
  color: #3F3E40;
  background-color: #FFA836;
}
.DeleteAlbumSubmit {
  background-color: #e74c3c;
  color: #fff;
}

.site-url-path {
  justify-content: flex-start;
  display: flex;
  width: max-content;
  padding-left: 25px;
}

.site-url-path span {
  margin-top: -10px;
}

.linked-albums-badge {
  padding: 2px 6px;
  border-radius: 50px;
  font-size: 10px;
  transition: 0.3s;
}

.linked-albums-badge.badge-red {
  background: red;
  color: white;
}

.breadcrumb-item {
  margin: 0 10px 10px 12px;
  padding: 7px 10px;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
.breadcrumb-item:hover .icon-cancel-circled{
  color: black;
}

.breadcrumb-item a {
  padding: 0 5px;
  font-weight: 400;
}

.breadcrumb-item .icon-cancel-circled,
.breadcrumb-item .help-item {
  margin-left: auto !important;
  cursor: pointer;
  position: absolute;
  right: 10px;
}

.breadcrumb-item.add-item {
  width: min-content;
  cursor: pointer;
  color: #111111;
  transition: 0.3s;
}

.breadcrumb-item a:hover {
  color: #3A3A3A;
}

#addLinkedAlbum {
  display:none;
}

.linkedAlbumPopIn {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.7);
}

.linkedAlbumPopInContainer {
  display:flex;
  position:absolute;
  left:50%;
  top: 50%;
  transform:translate(-50%, -48%);
  text-align:left;
  padding:20px;
  flex-direction:column;
  border-radius:15px;
  align-items:center;
  width: 400px;
  height: 400px;
}

.linkedAlbumPopInContainer .AddIconContainer {
  margin-top: 20px;
}

.ClosePopIn {
  position: absolute;
  right: -40px;
  top: -40px;
  font-size: 30px;
  color: white;
}

.linkedAlbumPopInContainer .AddIcon {
  border-radius: 9999px;
  padding: 10px;
  font-size: 2em;
}
.AddIconTitle {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
}

#linkedAlbumSearch .search-icon {
  position: absolute;
  transform: translate(7px, 8px);
  font-size: 18px;
  top: auto;
}

.linkedAlbumPopInContainer #searchResult {
  width: 100%;
  overflow-y: auto;
  max-height: 400px;
  margin: 10px 0 0 0;
}

.search-cancel-linked-album {
  opacity: 0.4;
  cursor: pointer;
  position: absolute;
  font-size: 18px;
  transform: translate(215px, 8px);
}

.search-cancel-linked-album:hover {
  opacity: 1;
}

.search-result-item {
  margin: 10px 0px;
  padding: 5px 10px;
  height: 25px;
  background-color: #fafafa;
  box-shadow: 0px 2px #00000024;
  border-radius: 5px;
  font-weight: bold;
  color: #777;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.search-result-path {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  direction: rtl;
  text-align: left;
}

.search-result-item .icon-plus-circled{
  margin-left: auto;
  cursor: pointer;
}

.search-result-item .notClickable {
  opacity: 0.3;
}

.linkedAlbumPopInContainer .searching {
  margin-top: 10px;
}

.invisible-related-categories-select {
  display: none;
}

.orphan-photo {
  margin-left: 4px;
  font-style: italic;
}
.search-line {
  background: #fafafa;
}

.search-line .date-section,
.search-line .user-section,
.search-line .type-section {
  border-right: 1px solid #bbb;
}

.detail-item-1, .detail-item-2, .detail-item-3 {
  background: #f0f0f0f0;
}

.search-line .type-name a {
  color: #a1a1a1;
}

.history-filter {
  background: #f3f3f3;
}

.hasDatepicker, .elem-type-select {
  background: white !important;
}

.selectable-filter label {
  margin-bottom: 5px;
}

.selectable-filter .elem-type-select {
  margin-top: 5px !important;
}

.filter-title, .remove-filter, .filter-icon {
  color: #777;
  background: #fff;
  padding: 5px 0;
}

.search-result-item .item-add:hover {
  color: #ff7700;
}

.search-result-item .notClickable {
  opacity: 0.3;
  color: black !important;
}

.promote-apps {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  padding: 15px;
  margin: 0 20px 15px 20px;
  border-radius: 5px;

  background: #f5d8b0;
  position: relative;

  box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.1)
}

.close-apps {
  padding: 1px;
  margin-left: auto;
  border-radius: 50%;
  background: #BBB;
  color: #000;
  font-size: 19px;
}
.close-apps::before {
  transform: translateY(-1px);
}

.dont-show-again {
  position: absolute;
  color: #333;
  top: 5px;
  right: 5px;
  font-size: 25px;
}

.dont-show-again:hover, 
.close-apps:hover {
  cursor: pointer;
}

.promote-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 2;
}

.promote-content .left-side {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.promote-content .right-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.promote-content .left-side img {
  width: 170px;
  margin-left: 25px;
}

.promote-text {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  justify-content: center;
  flex: 2;
}

.promote-text span {
  font-size: 35px;
}
.promote-text span:first-child {
  margin-bottom: 5px;
}
.promote-text span:last-child {
  margin-top: 5px;
}

.go-to-porg {
  cursor: pointer;
  padding: 7px 14px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffa744;
  color: #3c3c3c;
  width: 150px;
  text-align: center;
  white-space: nowrap;
}

.go-to-porg::before {
  margin-right: 10px;
}

.promote-content .right-side .promote-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.badge-dropdown {
  background: linear-gradient(130deg, white 0%, white 100%);
}

.badge-dropdown:after {
  border-color: transparent transparent white transparent;
}

@media (max-width: 1450px) {
  .promote-text span {
    font-size: 30px;
  }
}

@media (max-width: 1170px) {
  .promote-text span {
    font-size: 25px;
  }
}

@media (max-width: 1050px) {
  .promote-text span {
    font-size: 20px;
  }

  .promote-content .left-side img {
    width: 100px;
  }
}