
/* ---------------------------------------------- */

#ImagesContainer
{
	background-color: #808080;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	position: absolute; 
	display: none;
    z-index:10002;
}

#ImagesHandle
{
	background-color: transparent;
	color: #fff;
	padding: 3px;
	margin: 3px;
	text-align: left;
}

#closeThisImage
{
	border: none;
	float: right;
	padding-right: 10px;
	margin: 0px;
	height: 16px;
	width: 16px;
}

#handleText
{
	background-color: transparent;
	color: #fff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	text-align: left;
}

#ImagesContentWrapper
{
	background-color: #e2e2e2;
	color: #000;
	padding: 3px;
	margin: 3px;

	display: flex;
	flex-direction: column;
}

#ImagesContent
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	overflow: hidden;
	margin: 10px;
	padding: 10px;
	text-align: left;

	float: left;

	resize: none;
	overflow-y: scroll;
}
	
#ImagesButtons
{
	margin: 0px;
	text-align: center;
	clear: both;
	height: 26px;
	padding-bottom: 15px;
	padding-top: 2px;
}

#ImagesForm
{
	margin-top: auto;

	margin: 0px;
	padding: 0px;
}

#btn_valider_fermer
{
	float: right;
	text-align: right;
	padding-right: 50px;

	margin-top: auto;
}

#btn_valider
{
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	background-color: rgb(191, 186, 165)
}

#btn_fermer
{
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#icon_corner
{
	margin-top: auto;
	text-align: right;
}

#Images_resizer_r
{
	position: absolute;

    cursor: col-resize;
    height: 100%;
    right: 0;
    top: 0;
    width: 5px;
}

#Images_resizer_b
{
	position: absolute;

    bottom: 0;
    cursor: row-resize;
    height: 5px;
    left: 0;
    width: 100%;
}

/* ----------------------------- */

#barre_haut
{
	display: flex;
	flex-direction: row;

	margin-left: auto;
	margin-right: auto;
}

#main_buttons
{
	display: flex;
	flex-direction: column;
}

#mepBtn
{
	padding-top: 10px;
	width: 110px;
}

/* ----------------------------- */

#Images_liste_Images_display
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.img_btn_spacer
{
	display: flex;
	padding-left: 50px;
}

.span_img_dc_ut
{
	margin: 10px;
}


/* ----------------------------- */

#div_upload_image
{
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;

}

#error_msg_image
{
	padding-top: 10px;
	font-weight: bold;
	color:red;
}

