*
{
	font-size: inherit;
}

.cielui
{
	font-family: "microsoft sans serif", "arial";
	background-color: #ffffff;
	font-size: 12px;
	display: block;
	float: left;
}

#ui-focus
{
	display: block;
	position: absolute;
	visibility: hidden;
	/*background-color: #f00;*/
	box-shadow:  0px 0px 4px #279FD4;
}

.cielui input[type='text'] {
	min-width: 10px;
	display: block;
	border: 1px solid #8C9EB6;
	border-radius: 5px;
	font-size: 1em;
	padding: 2px;
	height: 22px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*background: #f00;*/
}

.cielui textarea
{
	display: block;
	border: 1px solid #8C9EB6;
	font-size: 1em;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family: "microsoft sans serif", "arial";
	/*background: #f00;*/
	overflow: auto;
}

.cielui textarea.nowrap
{
	white-space: soft;
}


.cielui select {
	min-width: 80px;
	border: 1px solid #8C9EB6;
	border-radius: 5px;
	font-size: 1em;
	padding: 2px 2px 2px 2px;
	height: 22px;
	line-height: 22px;
}

.cielui button
{
	float: left;
	font-size: 1em;
	padding: 0;
	line-height: 1.5em;
}

.cielui input[type='text']:focus, .cielui select:focus, .cielui textarea:focus 
{
	border-color: #279FD4;
	background-color: #FcFfFf;
}

.cielui .radio, 
.cielui .check
{
	display: block;
	float: left;
	height: 22px;
	line-height: 18px;
}

.cielui .radio
{
	clear: left;
}

.cielui .radio .inp >input[type='radio'], 
.cielui .check .inp >input[type='checkbox']
{
	display: block;
	width: auto;
	height: auto;
	float: left;
	padding-top: 2px;
	margin-top: auto;
	margin-bottom: auto;
}

.cielui .radio label, 
.cielui .check label 
{
	display: block;
	float: left;
	line-height: 1.5em;
	padding-top: 1px;
	white-space: nowrap;
}

.cielui .radio.multiline label, 
.cielui .check.multiline label 
{
	white-space: normal;
}

.cielui .static
{
	display: block;
	float: none;
	clear: both;
	line-height: 22px;
	white-space: nowrap;	
	vertical-align: baseline;
}

.cielui .static.inline
{
	float: left;
	clear: inherit;
	padding-right: 4px;
}

.cielui .static.multiline
{
	white-space: normal;
	line-height: 1.3em;
	text-align: justify;
}

.cielui .right-align,
.cielui .static.multiline.right-align
{
	text-align: right;
}


.cielui .center-align
{
	text-align: center;
}


.cielui .pane
{
	display: block;
	position: relative;
	float: none;
	clear: both;
	
	min-width: 40px;
	min-height: 16px;
	border: 1px solid #A699BA;
	border-radius: 4px 4px 4px 4px;
	margin-top: 8px;
	/*margin-right: 4px;*/
	background-color: #ffffff;
	padding: 7px;
	padding-top: 12px;
	
	-moz-box-sizing:border-box;
	/*box-sizing:border-box;*/
}

.cielui .pane.nohead
{
	margin-top: 0;
	margin-bottom: 22px;
	min-height: 10px;
}

.cielui .hline
{
	display: block;
	float: left;
	border-top: 1px solid #A699BA;
	position: relative;
}

.cielui .hlineblack
{
	display: block;
	float: left;
	border-top: 1px solid #000;
	position: relative;
}

.cielui .pane> h1
{
	position: absolute;
	display: block;
	float: left;
	width: auto;
	left: 6px;
	top: -10px;
	/*background: url('images/white70.png') repeat;*/
	padding: 0 2px 0 2px;
	color: rgb(21,66,139);
	font-size: 1.2em;
	font-weight: 400;
}

.cielui .icon
{
	border: 0;
	padding: 0;
	margin: 0;
}

.cielui .image
{
	display: block;
	float: left;
	position: relative;
}

.cielui .image > img
{
	width: 100%;
	height: 100%;
}

.cielui .richtext_static
{
	display: block;
	float: left;
	padding: 2px;
	overflow: auto;	
}

.cielui .richtext_static > p
{
	padding: 0;
	margin: 0;
}

.cielui .header
{
	display: block;
	float: left;	
	border-bottom: 1px solid #A699BA;
	height: 64px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.cielui .header h1
{
	display: block;
	position: absolute;
	left: 32px;
	top: 8px;
	height: 32px;
	line-height: 1.2em;
	vertical-align: baseline;
	margin-right: 48px;
	font-weight: 900;
	font-size: 1.1em;
}

.cielui .header img
{
	display: block;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 48px;
	/*height: 60px;*/	
}

.cielui .hidden
{
	display: none;
}

.cielui .tab
{
}

.cielui .tabheader
{
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 24px;
}

.cielui .tabitem 
{
	display: block;
	float: left;
	height: 20px;
	min-width: 104px;
	color: #6183D1;
	margin-right: -2px;
	padding-top: 2px;
}

.cielui .tabitem > span
{
	display: block;
	float: left;
	width: 106px;
	height: 18px;
	background: url( "images/tab-item.png") transparent no-repeat 0px -44px;
}

.cielui .tabitem > p
{
	display: block;
	float: left;
	height: 18px;
	line-height: 19px;
	background: url( "images/tab-item.png") transparent no-repeat right -44px;
	margin: 0;
	padding-right: 6px;
}

.cielui .tabitem.active 
{
	height: 21px;
	z-index: 100;
	color: #15429F;
	padding-top: 0;
}

.cielui .tabitem.active > p
{
	height: 21px;
	line-height: 21px;
	background: url( "images/tab-item.png") transparent no-repeat right 0px;
}

.cielui .tabitem.active > span
{
	height: 21px;
	line-height: 21px;
	background: url( "images/tab-item.png") transparent no-repeat 0px 0px;
}
	

.cielui .tabcontent
{
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 20px;
	right: 0;
	bottom: 0;
	background: url( "images/tab-bk.png" ) transparent repeat-x;
	border: 1px solid #8DB2E3;
}

.cielui .popup
{
	font-size: 1em;
	padding: 0;
	line-height: 1.5em;
	margin-right: 8px;
	padding-right: 8px;
}

.cielui .popup span
{
	display: block;
	position: absolute;
	width: 11px;
	height: 22px;
	top: 0;
	right: 0;
	border-left: 1px solid #f00;
	background: url( "images/popup.png") transparent no-repeat; 
}

.cielui .popupmenu
{
	display: block;
	visibility: hidden;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #c0c0c0;
	background-color: #F2F7FC;
	padding: 0;
	padding-left: 18px;	
	z-index: 1000;
}

.cielui .popupmenu ul
{
	padding: 0;
	background-color: #fff;
	list-style: none;
}

.cielui .popupmenu li
{
	padding: 0;
	border-left: 1px solid #E1EAF6;
	height: 14px;
	line-height: 14px;
	padding: 2px 8px;
}

.cielui .popupmenu li:hover
{
	background: url( "images/menu-sel.png") transparent repeat-x;
}

.ribbon {
	display: flex;
	background-color: #f0f0f0;
	padding: 10px;
	font-family: Arial, sans-serif;
	justify-content: start;
}

.ribbon-item {
	display: flex;
	flex-direction: column; /* Align items in a column */
	align-items: center; /* Center items in the middle */
	padding: 5px 10px;
	text-decoration: none;
	color: black;
	border: 1px solid transparent;
	margin-right: 5px;
}

	.ribbon-item:hover {
		background-color: #ddd;
		border-color: #ccc;
	}

	.ribbon-item i {
		font-size: 24px; /* Taille de l'ic�ne */
		margin-bottom: 5px; /* Space between the icon and the text */
	}

	.ribbon-item span {
		font-size: 14px; /* Taille du texte */
	}  
	
	.ribbon-item.disabled {
		pointer-events: none;
		opacity: 0.5;
		filter: grayscale(60%);
		cursor: not-allowed;
		text-decoration: none;
	}











