/* FONT, COULEUR BACKGROUND ET FENETRE, BORDER COLOR GENERAL */

/* Famille de police de caractere utilisé */
* {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}

/* Couleur de l'entête de chaque fenêtre */
.ui-dialog .ui-dialog-titlebar,
.listView th,
.newClass {
	background: transparent !important;
	background-image: -webkit-linear-gradient(top, #016889 0%, #01779d 100%) !important;
	background-image: -o-linear-gradient(top, #016889 0%, #01779d 100%) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#016889), to(#01779d)) !important;
	background-image: linear-gradient(to bottom, #016889 0%, #01779d 100%) !important;
	background-repeat: repeat-x !important;
	color: white;
}

/* Tableau dans les fenêtres de config */
.vocals .vocal th,
#myDynamicTable th,
.detailth,
.listgraphth,
#acl_contact_table th {
	background-color: #01779d;
	/* Couleur de la ligne titre du tableau */
	color: #fff;
	height: 25px;
}

.vocals .vocal td:nth-child(1),
.truthtable td,
.idtd,
.listgraphtd:nth-child(1) {
	vertical-align: middle;
	background-color: rgba(1, 119, 157, 0.2);
	/* Colonnes bleues */
}

.vocals .vocal td:nth-child(2),
.truthtable td:last-child,
.detailtd,
.listgraphtd {
	background-color: #fff;
	/* Colonnes Blanche */
}

.vocals .vocal td:nth-child(2):hover {
	background-color: #01779d;
	color: #fff;
}

/* Ombre */
#myDynamicTable,
.vocals .tableAdd,
.scrollContent,
#acl_contact_table {
	box-shadow: 1px 1px 1px rgba(186, 185, 185, 0.4);
}

/* Bordure */
Input,
Select,
.listView,
fieldset.cfggroup,
.textboxInput,
.textboxControlled,
.comboInput,
.waitingDiv,
.inputStyle,
.contextMenu,
.ui-tabs .ui-tabs-panel,
.ui-accordion .ui-accordion-content {
	border: 1px solid #bab9b9 !important;
	/* Border contour des sections, textbox */
}

.ui-dialog .ui-dialog-buttonpane,
#specpanel2 {
	border-top: 1px solid #bab9b9 !important;
	/* Border qui sépare la section du bas des panneaux d'avec le reste. Bordure qui sépare d'autres éléments comme dans Scheduler */
}

#graphSection,
#level2Section,
#trapsection {
	border-top: 1px solid #adadac;
	/* Border pour séparer les accordeons */
}

/* Background */
.ui-tabs .ui-tabs-panel,
fieldset.cfggroup,
.ui-accordion .ui-accordion-content {
	background-color: #f5f5f5 !important;
}

/* FIN FONT, COULEUR BACKGROUND ET FENETRE, ETC GENERAL */

/* temporaire Sbl */
.hidden {
	background-color: white;
}

th.hidden {
	display: none;
}

.textboxInput.pixelseptcentwidth {
	width: 82% !important;
}

.textboxInput.pixelfewcentwidth {
	width: 300px !important;
}

.listviewstate.hidden {
	width: 300px;
}

div.MultipleConfigMode div.sensorcontainer.changed input.textboxInput {
	background-color: rgb(200, 200, 200);
}

/* temporaire Sbl */
div.dialogBackContainer {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	display: block;
	top: 31px;
	bottom: 20px;
	left: 0px;
	right: 0px;
}

div#connectWindows {
	position: absolute;
	left: calc(50% - 200px);
	top: calc(40% - 100px);
	width: 380px;
	height: 170px;
	color: black;
	background-color: white;
	border: 1px solid #bab9b9;
	text-align: center;
	padding: 30px 10px 30px 0px;
	font-size: 14px;
	font-weight: bold;
	-webkit-animation: fadein 2s;
	/* Safari and Chrome */
	-moz-animation: fadein 2s;
	/* Firefox */
	-ms-animation: fadein 2s;
	/* Internet Explorer */
	-o-animation: fadein 2s;
	/* Opera */
	animation: fadein 2s;
	/* Standard */
	z-index: 25;
}

div.windowTitle {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 10px 0;
}

div#errorWindow {
	position: absolute;
	left: calc(50% - 260px);
	top: calc(50% - 120px);
	width: 500px;
	height: 200px;
	color: black;
	background-color: white;
	border: 2px solid #A3302D;
	padding: 10px 20px;
	font-size: 14px;
	box-shadow: 2px 2px 3px #A3A6D3;
	z-index: 25;
}

#loadWaitingDialog img {
	float: right;
	position: absolute;
	top: 0px;
	left: 185px;
}

div#container {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Firefox */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Opera */
@-o-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

form.connectForm {
	margin: 0px 20px;
	font-size: 15px;
	font-weight: normal;
}

table.connectTable {
	width: 100%;
}

tr.connectRow {
	height: 8px;
}

td.connectDescr {
	text-align: right;
	font-weight: normal;
}

span#connect-message {
	color: #A3302F;
	font-size: 12px;
	height: 17px;
}

td.connectBottom {
	text-align: center;
}

.inputText {
	font-size: 12px;
	/*border: 1px solid black;*/
	background-color: white;
	padding: 4px 15px;
	width: calc(100% - 80px);
}

.buttonInput.btnLoadFile {
	background-image: url(../images/openDoc.png) !important;
	background-repeat: no-repeat !important;
	background-position: center;
	font-size: 0;
	line-height: 0;
	width: 32px;
	height: 32px;
}

.rightStick {
	float: right;
	height: 35px;
	padding-top: 5px;
	vertical-align: middle;
}

.waitText {
	font-size: 14px;
	font-weight: bold;
	float: right;
}

.listView {
	width: 100%;
	margin-top: 5px;
}

.listView th {
	height: 18px;
}

.listView tr {
	height: 22px;
	text-align: center;
}

.listView tr:nth-child(odd) {

	/*background-color: rgba(16, 105, 201, 0.1);*/
	background-color: white;
}

.listView tr:nth-child(even) {
	background-color: #f5f5f5;
}

.listView td.lineLeftAligh {
	text-align: left;
}

.listView tr th[class*="space_400px"],
listView tr td[class*="space_400px"] {
	width: 400px;
}

.listView tr td[class*="space_100px"] {
	width: 100px;
}

.listView tr td[class*="align_left"] {
	float: left;
	margin-left: 15px;
}

.listView tr td[class*="align_right"] {
	float: right;
	margin-right: 15px;
}

.listView tr td input[class*="display_none"] {
	display: none;
}

.bgoverlay .overlayRow {
	border: 1px rgb(0, 70, 173);
	border-style: inset;
	position: absolute;
	height: 32px;
	display: table-cell;
	background: white;
}

.bgoverlay .overlayRow span.overlaylblValue {
	vertical-align: middle;
	text-align: center;
	float: right;
	margin-right: 4px;
	position: relative;
	top: 8px;
}

.bgoverlay .overlayRow div.overlayWaiting {
	display: inline-table;
	width: 45px;
	height: 18px;
	vertical-align: middle;
	text-align: center;
	float: right;
	position: relative;
	top: 8px;
}

.bgoverlay .overlayRow div.overlayImgWaiting {
	background-image: url(../animations/wait.gif) !important;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

div.overlayWaiting {
	float: right;
	top: 16px;
}

div#waitZone_overlayVal {
	background-image: url(../animations/wait.gif) !important;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	display: none;
	position: relative;
	margin-top: 10px;
}

td.waitRow {
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/** ******** **/
div.windowContainer {
	top: 80px;
	left: 0px;
	right: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

div.centerWindow {
	position: absolute;
	min-width: 100px;
	min-height: 100px;
	left: 50%;
	top: 25%;
}

div.dialogWindow {
	position: relative;
	min-width: 500px;
	min-height: 300px;
	background-color: red;
	left: -50%;
}

fieldset {
	font: 120% sans-serif;
}

fieldset.cfggroup {
	padding: 0px 3px 8px 3px;
	font-size: 12px;
	margin: 0;
}

.embComponent {
	min-height: 25px !important;
	margin: 4px 8px;
	vertical-align: top;
}

.emptyComponent {
	margin: 2px 10px;
}

#emptyComponentHead {
	display: table-row-group;
}

legend {
	font-weight: bold;
	margin-left: 5px;
}

legend.cfggroup {
	font-weight: bold;
	font-style: italic;
}

.description {
	line-height: 25px;
	padding-right: 5px;
	font-weight: normal;
}

.textboxInput {
	width: 171px;
	height: 18px;
	float: right;
	padding: .2em .4em;
	margin-right: 0px;
	margin-top: 0px;
}

.textboxControlled {
	width: calc(75%);
	height: 18px;
	float: right;
	padding: .2em .4em;
	margin-right: 0px;
	margin-top: 0px;
}

/* Workspace Section */
.textBoxWrapColumn {
	display: inline-table !important;
}

/* Fin Workspace Section */
.spinnerInput {
	width: 153px;
}

.spinnerGroup {
	margin-right: 10px;
	float: right;
}

.comboInput {
	width: 182px;
	height: 25px;
	padding: .2em .4em;
	float: right;
	margin-right: 0px;
	background-color: white;
}

.comboTextInput {
	margin-top: 1px;
	margin-left: 2px;
	margin-right: 15px;
	margin-bottom: -25px;
	width: 150px;
	position: relative;
	float: right;
	top: -25px;
	clear: both;
	border: none;
}

.halfComponent {
	height: 25px;
	display: inline-table;
	width: calc(50% - 16px);
	margin: 2px 8px;
	text-align: justify;
	float: none;
	vertical-align: top;
}

.halfComponent.users {
	float: left !important;
}

.users.edit {
	float: right !important;
	width: 32px !important;
	height: 32px !important;
	display: inline-block !important;
	position: relative;
}

.controlledComponent {
	min-height: 25px;
	display: inline-table;
	width: calc(100% - 20px);
	margin: 2px 10px;
	text-align: justify;
}

#controlledDesc {
	padding-left: 8px;
	padding-right: 8px;
}

.controlledOutput {
	display: table-cell;
	padding: 0 10px;
}

.controlledOutputInbox {
	margin: 4px 0;
}

.tooltip {
	border-color: rgb(0, 190, 0);
	background-color: #ddd;
}

.editBtnImg.limitations {
	left: calc(90% + 10px) !important;
	bottom: 84px;
	float: right !important;
}

.copyBtnImg.limitations {
	position: relative;
	height: 32px !important;
	left: calc(26%) !important;
	float: left;
}

.viewBtnImg.limitations {
	position: relative;
	height: 32px !important;
	left: calc(27%) !important;
	float: left;
}

button,
.submitButton,
.ui-accordion .ui-accordion-header,
.buttonInput,
input[type="button"] {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-color: #818080 !important;
	/* gris fonce */
	border: 0px !important;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 13px !important;
	cursor: pointer !important;
}

.btnRefreshHighlighted {
	background-color: rgb(175, 175, 0) !important;
}

button:hover,
.submitButton:hover,
.ui-accordion .ui-accordion-header:hover,
.buttonInput:hover,
input[type="button"]:hover {
	background-color: #adadac !important;
	/* gris pale */
}

.greyed,
.greyed:hover {
	color: #A0A0A0 !important;
	opacity: 1 !important;
}

button:disabled,
select:disabled,
input:disabled,
textarea:disabled,
.buttonInput:disabled,
button:disabled:hover,
select:disabled:hover,
input:disabled:hover,
textarea:disabled:hover,
.buttonInput:disabled:hover {
	background-color: #E2E2E2 !important;
	color: #A0A0A0 !important;
	opacity: 1 !important;
}

.addBtnImg,
.deleteBtnImg,
.refreshBtnImg,
.editBtnImg,
.closeBtnImg,
.saveBtnImg,
.stopBtnImg,
.playBtnImg,
.btnAudioPlus,
.btnAudioLess,
.ackBtnImg,
.upDownLMBtnImg,
.upDownVMBtnImg,
.upDownWSBtnImg,
.loadBtnImg,
.okZone,
.waitZone {
	position: absolute !important;
	width: 32px !important;
	height: 32px !important;
}

.detectMexmBtn,
.swapBtnImg,
.sendBtnImg,
.v3UserImg,
.upgFwrBtn,
.cusLogViewBtn {
	position: absolute !important;
	width: 150px !important;
	height: 32px !important;
}

.actMonBtnImg {
	position: absolute !important;
	width: 220px !important;
	height: 32px !important;
}

.ackBtnImg {
	right: 47px !important;
	background-image: url(/secure/modules/img/ack.png) !important;
}

.ackBtnImg:hover {
	background-image: url(/secure/modules/img/ack_on.png) !important;
}

.addBtnImg {
	position: absolute !important;
	right: 47px !important;
	background-image: url(/secure/modules/img/add_on.png) !important;
}

.csvImportBtnImg, .csvExportBtnImg {
	position: absolute !important;
	width: auto;
	height: 32px;
	width: 32px;
}

.csvImportBtnImg {
	background-image: url(/secure/modules/img/import_icon.png) !important;
	background-size: 32px 32px !important;
	left: 137px !important;
}

.csvExportBtnImg {
	background-image: url(/secure/modules/img/export_icon.png) !important;
	background-size: 32px 32px !important;
	left: 100px !important;
}

.upDownLMBtnImg,
.upDownVMBtnImg,
.upDownWSBtnImg {
	position: absolute !important;
	left: 89px !important;
	background-image: url(/secure/modules/img/ws_updown.png) !important;
}

.deleteBtnImg {
	position: absolute !important;
	left: 52px !important;
	background-image: url(/secure/modules/img/trash_on.png) !important;
}

.refreshBtnImg {
	position: absolute !important;
	left: calc(50% - 16px) !important;
	background-image: url(/secure/modules/img/refresh_on.png) !important;
}

.editBtnImg {
	position: absolute !important;
	left: 15px !important;
	background-image: url(/secure/modules/img/edit_on.png) !important;
}

.closeBtnImg {
	position: absolute !important;
	right: 10px !important;
	background-image: url(/secure/modules/img/close_on.png) !important;
}

.saveBtnImg {
	position: absolute !important;
	right: 47px !important;
	background-image: url(/secure/modules/img/save_on.png) !important;
}

.stopBtnImg {
	left: 52px !important;
	background-image: url(/secure/modules/img/square.png) !important;
}

.playBtnImg {
	left: 89px !important;
	background-image: url(/secure/modules/img/play.png) !important;
}

.btnAudioPlus {
	left: 126px !important;
	background-image: url(/secure/modules/img/volume_plus.png) !important;
}

.btnAudioLess {
	left: 163px !important;
	background-image: url(/secure/modules/img/volume_less.png) !important;
}

.loadBtnImg {
	left: 15px !important;
	background-image: url(../images/open.png) !important;
}

.okZone,
.waitZone {
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 7px;
	text-align: center;
	display: none;
	left: calc(50% - 54px) !important;
}

.okZone {
	background-image: url(/secure/modules/img/check_green.png);
}

.waitZone {
	background-image: url(/secure/modules/img/loader.gif);
}

.waitZone img {
	vertical-align: middle;
}

.helpBtnImg {
	position: absolute !important;
	width: 25px !important;
	height: 25px !important;
	margin: 0 !important;
	padding: 0px !important;
	right: calc(6% + 2px) !important;
	top: 5px !important;
	float: right;
	background-image: url(/secure/modules/img/help_on.png) !important;
	background-color: #fff !important;
}

.actMonBtnImg,
.detectMexmBtn,
.swapBtnImg,
.sendBtnImg,
.v3UserImg,
.cusLogViewBtn {
	position: absolute !important;
	left: 54% !important;
}

.upgFwrBtn {
	position: absolute !important;
	left: calc(74% - 5px) !important
}

.submitButton {
	position: absolute !important;
	cursor: pointer;
	background: #d3d3d3;
	padding: 4px 25px;
	left: 39%;
	height: 32px;
}

#listBtnImg {
	background-image: url(/secure/modules/img/btnlist.png) !important;
	position: relative !important;
	top: 27px !important;
	width: 25px !important;
	height: 25px !important;
	z-index: 3 !important;
}

.buttonInput {
	height: 32px;
	padding: .4em 1em;
}

.overlayMenu .buttonInput,
#customMenu input[type="button"] {
	margin-right: 5px;
}

#acl_contact_button .btnUP,
#acl_contact_button .btnDown {
	width: 32px !important;
	height: 32px !important;
	margin-left: 5px !important;
}

#acl_contact_button .btnUP {
	background-image: url("/secure/modules/img/vocal_up.png");
}

#acl_contact_button .btnDown {
	background-image: url("/secure/modules/img/vocal_down.png");
}

.modebtn {
	width: 150px;
	margin-right: 45px;
}

#opermodepanel .checkdiv {
	float: right;
	width: 150px;
	margin-right: 45px;
	padding: 5px;
}

.deleteBtnImg.edit {
	position: relative !important;
	left: 4px !important;
}

.iddesc {
	float: left;
	margin: -27px 0 0 0;
	left: calc(53%);
}

.iddescCommand {
	margin: -27px 0 0 -42px;
}

.localComtyBtn,
.levelEditorBtn {

	/*background: #E0E0E0 !important;*/
	position: absolute !important;
	left: 55% !important;
	width: 160px !important;
	height: 32px !important;
}

.removePaneBar {
	border-style: none !important;
	padding: 0px !important;
}

#txtDialogContent {
	white-space: pre;
}

.waitingDiv {
	position: absolute;
	left: calc(50% - 200px);
	top: calc(50% - 100px);
	width: 380px;
	height: 100px;
	color: black;
	background-color: white;
	text-align: center;
	padding: 30px 10px;
	font-size: 14px;
	font-weight: bold;
	-webkit-animation: fadein 2s;
	/* Safari and Chrome */
	-moz-animation: fadein 2s;
	/* Firefox */
	-ms-animation: fadein 2s;
	/* Internet Explorer */
	-o-animation: fadein 2s;
	/* Opera */
	animation: fadein 2s;
	/* Standard */
	box-shadow: 2px 2px 3px #A3A6D3;
}

.waitingPanelText {
	margin-top: 20px;
}

#waitingSpace {
	z-index: 9999;
}

#lblVolume {
	position: relative;
	left: 100px;
}

/* Partie concernant le conteneur du CustomView/Workspace */
.placeholder {
	color: #333333;
	height: 26px;
	cursor: pointer;
	display: inline-block;
}

div.panel_color {
	position: relative;
	background-color: blue;
	float: left;
	left: 10px;
	top: 21px;
	width: 10px;
	height: 3px;
}

.inputStyle.imgTitle {
	width: 225px;
	margin-right: 8px;
	margin-top: 5px;
}

div.containerImg {
	display: table;
}

div.innerContainerImg {
	display: table-cell;
	vertical-align: middle;
}

div#customViewDiv:not(.allblack) {
	height: 100%;
	width: 100%;
	background-color: rgb(211, 211, 211) !important;
	z-index: 30;
	overflow: auto;
}

#panel-title-dialog-DialogContent input[name="panel-title"] {
	width: calc(100% - 55px);
}

#panel-container {
	margin-left: 70px;
	position: absolute;
	max-width: calc(100% - 85px);
	bottom: 40px;
	top: 40px;
	overflow: scroll;
}

#btnAddPanel {
	width: 21px;
	height: 21px;
}

/* Fin de section */
.dvMsg {
	white-space: pre-wrap;
	/* CSS 3 */
	white-space: -moz-pre-wrap;
	/* Mozilla, since 1999 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
}

.icon-close-tab {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiElEQVR42r2RsQrDMAxEBRdl8SDcX8lQPGg1GBI6lvz/h7QyRRXV0qUULwfvwZ1tenw5PxToRPWMC52eA9+WDnlh3HFQ/xBQl86NFYJqeGflkiogrOvVlIFhqURFVho3x1moGAa3deMs+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	float: right;
	left: 12px;
	top: 5px;
	width: 16px;
	height: 16px;
	z-index: 9999;
}

.icon-close-tab:hover {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAqklEQVR4XqWRMQ6DMAxF/1Fyilyj2SmIBUG5QcTCyJA5Z8jGhlBPgRi4TmoDraVmKFJlWYrlp/g5QfwRlwEVNWVa4WzfH9jK6kCkEkBjwxOhLghheMWMELUAqqwQ4OCbnE4LJnhr5IYdqQt4DJQjhe9u4vBBmnxHHNzRFkDGjHDo0VuTAqy2vAG4NkvXXDHxbGsIGlj3e835VFNtdugma/Jk0eXq0lP//5svi4PtO01oFfYAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.noclose .ui-dialog-titlebar-close {
	display: none;
}

.ui-tabs .workspace {
	padding: 0 0 0 0 !important;
}

.ui-dialog,
#chat-container {
	border: 1px solid #dfe5ed !important;
	background-color: #fdfdfd !important;
	box-shadow: 5px 5px 5px #888 !important;
}

.ui-dialog .ui-dialog-content {
	max-height: 80vh !important;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane {
	background-color: transparent !important;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-left,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-tr,
.ui-corner-br,
.ui-corner-bl {
	border-radius: 0px !important;
}

/* Section accordeon */
.ui-accordion .ui-accordion-header {
	display: block !important;
	cursor: pointer !important;
	position: relative !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: .5em .5em .5em .7em !important;
	min-height: 0 !important;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.5em !important;
}

.ui-accordion .ui-accordion-noicons {
	padding-left: .7em !important;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute !important;
	left: .4em !important;
	top: 50% !important;
	margin-top: -11px !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	height: 20px !important;
	width: 20px !important;
}

.ui-accordion .ui-accordion-content {
	padding: 10px 5px 10px 5px !important;
	border-top: 0 !important;
	overflow: auto !important;
}

.ui-icon-plus {
	background-image: url(../icons/add_line.png) !important;
}

.ui-icon-minus {
	background-image: url(../icons/add_line_on.png) !important;
}

.ui-icon-plusthick {
	background-image: url(/secure/modules/img/ui-icons_888888_256x240.png) !important;
	background-position: -30px -126px !important;
	background-color: #fff !important;
}

.ui-icon-closethick {
	background-image: url(/secure/modules/img/ui-icons_888888_256x240.png) !important;
}

/* Fin section accordeon */