/* customisation */
a:hover, a:focus, a:active {
	color: rgb(69, 79, 234) !important;
}
dt label {
	padding-left: 10px;
}
/*.image_prev_image {
	display: none;
}
.image_next_image {
	display: none;
}*/
.header-profile {
	margin-top: 0px !important;
}
.dropdown-container.topic-tools {
	padding-right: 0px;
	margin 10px;
}
ul.linklist .dropdown {
	top: 32px;
        border-color: #778d9f;
}
/* titre album */
h2 {
	padding-left: 10px !important;
}
h2.invade-linklist {
	padding-left: 10px;
}

ul.linklist > li.rightside, p.rightside, a.rightside {
        margin-top: 7px;
}

p {
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 4px;
}
.bg1 {
	border: 1px solid !important;
	border-color: #797777 !important;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
}
.bg2 {
	border: 1px solid !important;
	border-color: #797777 !important;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
}
.dropdown-container {
	margin-top: 7px;
}
.dropdown .dropdown-contents {
	border: 1px solid;
	border-color: #fff !important;
        margin-top: -10px;
}
.pagination {
	margin-right: 10px;
}

/* fin de customissation */

#covverall {
	display: none;
}
#covverall .dropzone {
	border: 5px dashed #536482;
	height: 95%;
	vertical-align: middle;
	font-size: 35pt;
}

#covverall.in {
	position: absolute;
	background-color: #f7f7f7;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 99%;
	display: block;
	opacity: 0.8;
	text-align: center;
	vertical-align: middle;
	font-size: 15pt;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

#covverall.fade {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 1;
}

.uploadImage {
	padding: 4px;
	background-color: #ECF1F3;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 19%;
	float: left;
}
.uploadImage .preview {
	padding-left: 3%;
}

.uploadImage .preview img {
	margin: auto;
	max-height: 200px;
	max-width: 200px;
}

.uploadImage .info {
	padding-left: 3%;
}
.uploadImage .info .name{
	font-size: 8pt;
	color: #105289;
	overflow: hidden;
}

.meter {
	height: 20px;  /* Can be anything */
	position: relative;
	/*background: #12A3EB;*/
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  box-shadow:
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}

.meter > span > p {
	margin-top: 2px;
	text-align: center;
	color: #115098;
	font-weight: bold;
}

.gallery_palbum-icon {
	background-position: -40px 0;
}
