<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.businessControlV2-container
{
	width: 100%;
	background-color: transparent;
	box-sizing: border-box;
}

.businessControlV2-divErreur
{
	padding: 5px;
	border: 1px solid #50abdc;
	background-color: #ffffff;
	width: 100%;
	box-sizing: border-box;
}

.businessControlV2-zoneSelection
{
	background-color: #ffffff;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	width: 100%;
	height: 26px;
	cursor: pointer;
	cursor: hand;
}
.businessControlV2-zoneSelection:hover
{
	background-color: #d3e9f3;
}
.businessControlV2-zoneSelection span
{
	color: #405059;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
}
.businessControlV2-zoneSelection .subElements
{
	padding-left: 46px;
	color: #768F9C;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	display: inline-block;
}
.businessControlV2-zoneSelection .businessControlV2-zoneSelection-clearSelection
{
	width: 20px;
	background-color: #51b3e1;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
}
.businessControlV2-zoneSelection:hover .businessControlV2-zoneSelection-clearSelection
{
	visibility: visible;
}

.businessControlV2-zoneRecherche
{
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #50abdc;
	border-left: 1px solid #50abdc;
	border-bottom: 1px solid #50abdc;
	border-right: 1px solid #50abdc;
	background-color: White;
	width: 100%;
	height: 26px;
}
.businessControlV2-zoneRecherche .businessControlV2-zoneRecherche-input
{
	border: none;
	width: 100%;
	background-color: Transparent;
	box-sizing: border-box;
}

.businessControlV2-rechercheSensitive-listeResultats
{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #50abdc;
	border-left: 1px solid #50abdc;
	border-right: 1px solid #50abdc;
	background-color: #ffffff;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.businessControlV2-rechercheSensitive-group
{
	color: #768F9C;
	background-color: #ffffff;
	padding: 1px 10px 1px 10px;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
	cursor: default;
}
.businessControlV2-rechercheSensitive-group td
{
	border-top: 3px double #768F9C;
	background-color: rgb(240, 240, 240);
	text-align: left;
}
.businessControlV2-rechercheSensitive-group img
{
	width: 16px;
	height: 16px;
}
.businessControlV2-rechercheSensitive-group .businessControlV2-rechercheSensitive-close
{
	opacity: 0.5;
	position: absolute;
	right: 5px;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
}

.businessControlV2-tableContenu
{
    background-color: White; 
    table-layout:fixed; 
    word-wrap:break-word;
}

.businessControlV2-filAriane
{
	color: #7c8e97;
	font-size: 12px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
}
.businessControlV2-filAriane span
{
	padding: 0px 5px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
}
.businessControlV2-filAriane a
{
	padding: 0px 5px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
}
.businessControlV2-filAriane img
{
	margin: 0px 5px;
}

.businessControlV2-pagination
{
	color: #7c8e97;
	font-size: 12px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
}
.businessControlV2-pagination a
{
	padding: 0px 6px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
}
.businessControlV2-pagination span
{
	padding: 0px 6px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
}

.businessControlV2-contenu
{
	background-color: White;
	border-bottom: 1px solid #cdd6db;
	border-top: 1px solid #cdd6db;
	border-left: 2px solid #cdd6db;
	border-right: 2px solid #cdd6db;
	padding: 0px;
	text-align: left;
}

.businessControlV2-contenu-complement
{
	font-size: 10px;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}
.businessControlV2-contenu-item
{
	color: rgb(60, 140, 219);
	background-color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	cursor: hand;
}
.businessControlV2-contenu-item td
{
	border-bottom: 1px solid #cdd6db;
	border-top: 1px solid #cdd6db;
	padding: 3px;
	text-align: left;
}
.businessControlV2-contenu-item .businessControlV2-contenu-complement
{
	color: #768F9C;
}
.businessControlV2-contenu-item .businessControlV2-contenu-hidden
{
	display: none;
}
.businessControlV2-contenu-item:hover
{
	color: #ffffff;
	background-color: #50abdc;
}
.businessControlV2-contenu-item:hover a
{
	color: #ffffff;
}
.businessControlV2-contenu-item:hover a:visited
{
	color: #ffffff;
}
.businessControlV2-contenu-item:hover a:hover
{
	color: #ffffff;
	opacity: 0.8;
}
.businessControlV2-contenu-item:hover .businessControlV2-contenu-complement
{
	color: #ffffff;
}
.businessControlV2-contenu-itemDisabled
{
	color: #c4c4c4;
	background-color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: left;
	cursor: default;
}
.businessControlV2-contenu-itemDisabled td
{
	border-bottom: 1px solid #cdd6db;
	border-top: 1px solid #cdd6db;
	padding: 3px;
	text-align: left;
}
.businessControlV2-contenu-itemDisabled .businessControlV2-contenu-complement
{
	color: #768F9C;
}
.businessControlV2-contenu-itemDisabled .businessControlV2-contenu-hidden
{
	display: none;
}
.businessControlV2-contenu-itemDisabled:hover
{
	color: #768F9C;
	background-color: #c4c4c4;
}
.businessControlV2-contenu-itemDisabled:hover a
{
	color: #768F9C;
}
.businessControlV2-contenu-itemDisabled:hover a:visited
{
	color: #768F9C;
}
.businessControlV2-contenu-itemDisabled:hover a:hover
{
	color: #768F9C;
	opacity: 0.8;
}
.businessControlV2-contenu-itemDisabled:hover .businessControlV2-contenu-complement
{
	color: #ffffff;
}
.businessControlV2-contenu-itemClosed
{
	color: rgb(200, 100, 100);
	background-color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	cursor: hand;
}
.businessControlV2-contenu-itemClosed td
{
	border-bottom: 1px solid #cdd6db;
	border-top: 1px solid #cdd6db;
	padding: 3px;
	text-align: left;
}
.businessControlV2-contenu-itemClosed .businessControlV2-contenu-complement
{
	color: #768F9C;
}
.businessControlV2-contenu-itemClosed .businessControlV2-contenu-hidden
{
	display: none;
}
.businessControlV2-contenu-itemClosed:hover
{
	color: #ffffff;
	background-color: rgb(200, 100, 100);
}
.businessControlV2-contenu-itemClosed:hover a
{
	color: #ffffff;
}
.businessControlV2-contenu-itemClosed:hover a:visited
{
	color: #ffffff;
}
.businessControlV2-contenu-itemClosed:hover a:hover
{
	color: #ffffff;
	opacity: 0.8;
}
.businessControlV2-contenu-itemClosed:hover .businessControlV2-contenu-complement
{
	color: #ffffff;
}

.businessControlV2-contenu-itemSelected
{
	color: #ffffff;
	background-color: #50abdc;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	cursor: hand;
}
.businessControlV2-contenu-itemSelected td
{
	border-bottom: 1px solid #cdd6db;
	border-top: 1px solid #cdd6db;
	padding: 3px;
	text-align: left;
}
.businessControlV2-contenu-itemSelected .businessControlV2-contenu-complement
{
	color: #ffffff;
}
.businessControlV2-contenu-itemSelected .businessControlV2-contenu-hidden
{
	display: none;
}
.businessControlV2-contenu-itemSelected a
{
	color: #ffffff;
}
.businessControlV2-contenu-itemSelected a:visited
{
	color: #ffffff;
}
.businessControlV2-contenu-itemSelected a:hover
{
	color: #ffffff;
	opacity: 0.8;
}
.businessControlV2-contenu-itemClosedSelected
{
	color: #ffffff;
	background-color: rgb(200, 100, 100);
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	cursor: hand;
}
.businessControlV2-contenu-itemClosedSelected td
{
	border-bottom: 1px solid #cdd6db;
	border-top: 1px solid #cdd6db;
	padding: 3px;
	text-align: left;
}
.businessControlV2-contenu-itemClosedSelected .businessControlV2-contenu-complement
{
	color: #ffffff;
}
.businessControlV2-contenu-itemClosedSelected .businessControlV2-contenu-hidden
{
	display: none;
}
.businessControlV2-contenu-itemClosedSelected a
{
	color: #ffffff;
}
.businessControlV2-contenu-itemClosedSelected a:visited
{
	color: #ffffff;
}
.businessControlV2-contenu-itemClosedSelected a:hover
{
	color: #ffffff;
	opacity: 0.8;
}


.businessControlV2-onglets-inactif
{
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
}
.businessControlV2-onglets-inactif img
{
	margin: 3px 3px 2px 3px;
	vertical-align: middle;
	opacity: 0.6;
}
.businessControlV2-onglets-inactif:hover img
{
	opacity: 1.0;
}
.businessControlV2-onglets-actif
{
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
}
.businessControlV2-onglets-actif img
{
	margin: 3px 3px 2px 3px;
	vertical-align: middle;
	opacity: 1.0;
}


.businessControlV2-selectionMultiple-conteneur
{
	border: 1px solid #d6d7d9;
	border-top-width: 2px;
	background-color: #ffffff;
	padding: 3px;
	min-height: 50px;
	max-height: 350px;
	overflow-y: auto;
}
.businessControlV2-selectionMultiple-selectedItem
{
	display: block;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	margin-top: 3px;
	color: #ffffff;
	background-color: #50AADB;
	border: 1px solid #50AADB;
	box-sizing: border-box;
	border-radius: 4px;
}
.businessControlV2-selectionMultiple-closedSelectedItem
{
	display: block;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	margin-top: 3px;
	color: #ffffff;
	background-color: #ea6729;
	border: 1px solid #ea6729;
	box-sizing: border-box;
	border-radius: 4px;
}
.businessControlV2-selectionMultiple-closeButton
{
	width: 16px;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
}


.businessControlV2-selectionMultipleLight-conteneur
{
	border: 1px solid #d6d7d9;
	border-top-width: 2px;
	background-color: #ffffff;
	width: 100%;
	padding: 5px 10px 5px 5px;
	max-height: 200px;
	overflow-y: auto;
}
.businessControlV2-selectionMultipleLight-selectedItem
{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	margin: 0px 5px 5px 0px;
	color: #ffffff;
	padding: 0px;
	width: auto;
	max-width: 100%;
	background-color: #50AADB;
	border: 1px solid #50AADB;
	box-sizing: border-box;
	border-radius: 4px;
}
.businessControlV2-selectionMultipleLight-closeButton
{
	width: 16px;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
}</pre></body></html>