.KadCognifyUnknownCogLink,
.KadCognifyUnknownFrameLink,
.KadCognifyUnknownXTextLink,
.KadCognifyCogLink,
.KadCognifyFrameLink,
.KadCognifyXTextLink {
	border-radius:1px;
	text-decoration: none;
	border:1px solid #000;
	border-right-width:3px;
	border-left-width:3px;
	background:#EEE;
	padding:2px 5px 2px 20px;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-size: 14px;
	vertical-align: middle;
	color:#000;
}

.KadCognifyUnknownCogLink a,
.KadCognifyUnknownFrameLink a,
.KadCognifyUnknownXTextLink a,
.KadCognifyCogLink a,
.KadCognifyFrameLink a,
.KadCognifyXTextLink a {
	color:#000 !important;
	text-decoration: none;
	font-weight:bold;
}

.KadCognifyCogLink {
	border-color:#66B;
	background-image:url(cogniton_alpha.png);
}

.KadCognifyFrameLink {
	border-color:#B66;
	background-image:url(cadre_alpha.png);
}

.KadCognifyXTextLink {
	border-color:#6B6;
	background-image:url(xtext_alpha.png);
}

.KadCognifyUnknownCogLink {
	background-image:url(cogniton_unknown.png);
}

.KadCognifyUnknownFrameLink {
	background-image:url(cadre_unknown.png);
}

.KadCognifyUnknownXTextLink {
	background-image:url(xtext_unknown.png);
}

div#content .KadCognifyCogLink a.external,
div#content .KadCognifyFrameLink a.external,
div#content .KadCognifyXTextLink a.external,
div#content .KadCognifyUnknownCogLink a.external,
div#content .KadCognifyUnknownFrameLink a.external,
div#content .KadCognifyUnknownXTextLink a.external {
	background: none;
	padding-right: 0px;
	text-decoration: none;
	color:#000;
}

.KadCognifyUnknownCogLink a:hover,
.KadCognifyUnknownFrameLink a:hover,
.KadCognifyUnknownXTextLink a:hover,
.KadCognifyCogLink a:hover,
.KadCognifyFrameLink a:hover,
.KadCognifyXTextLink a:hover {
	text-decoration: underline;
	color: #000;
}


div.XtextImport {
	border: 1px solid black;
    margin: 3px;
    padding: 5px;
    text-align: center;
}

div.XtextImport div.XtextLegend {
	border-top: 1px solid black;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 5px;
    text-align: center;
}

.KadLegend > span.KadLegendImage { 
	background-color:#EEE;
	background-size: 100%;
	background-repeat: no-repeat;
	display:none;
	position:absolute;
	border:1px solid #999;
	box-shadow:0px 0px 5px #999;
	z-index:1000;
}

.KadLegend:hover > span.KadLegendImage {
	display:block;
}

span.KadLegendImage,
span.KadLegendImage.KadLegend-,
span.KadLegendImage.KadLegend-Spinet,
span.KadLegendImage.KadLegend-Java-Spinet { 
	background-image:url(legends/_spinet.png);
	width:380px;
	height:180px;
	margin-top:-200px;
}

span.KadLegendImage.KadLegend-Actinet,
span.KadLegendImage.KadLegend-Java-Actinet { 
	background-image:url(legends/_actinet.png);
	width:363px;
	height:356px;
	margin-top:-376px;
}

span.KadLegendImage.KadLegend-Antree,
span.KadLegendImage.KadLegend-Java-Antree { 
	background-image:url(legends/_antree.png);
	width:190px;
	height:305px;
	margin-top:-325px;
}

span.KadLegendImage.KadLegend-Beetree,
span.KadLegendImage.KadLegend-Java-Beetree { 
	background-image:url(legends/_antree.png);
	width:217px;
	height:221px;
	margin-top:-241px;
}

span.KadLegendImage.KadLegend-Scriptnet,
span.KadLegendImage.KadLegend-Java-Scriptnet { 
	background-image:url(legends/_scriptnet.png);
	width:360px;
	height:358px;
	margin-top:-378px;
}

span.KadLegendImage.KadLegend-Worktree,
span.KadLegendImage.KadLegend-Java-Worktree { 
	background-image:url(legends/_worktree.png);
	width:192px;
	height:270px;
	margin-top:-290px;
}

span.KadLegendImage.KadLegend-Worknet,
span.KadLegendImage.KadLegend-Java-Worknet { 
	background-image:url(legends/_worknet.png);
	width:365px;
	height:482px;
	margin-top:-502px;
}

span.KadLegendImage.KadLegend-Workscript,
span.KadLegendImage.KadLegend-Java-Workscript { 
	background-image:url(legends/_workscript.png);
	width:365px;
	height:482px;
	margin-top:-502px;
}

span.KadLegendImage.KadLegend-Roletree,
span.KadLegendImage.KadLegend-Java-Roletree { 
	background-image:url(legends/_roletree.png);
	width:180px;
	height:283px;
	margin-top:-303px;
}


.KadCognifyDisable {
    background:none !important;
    border-width:1px;
    padding-left:5px;
}

.KadSwitchCognify {
    position:absolute;
    top:83px;
    right:110px;
    background:#BBB;
    display:inline-block;
    text-align: center;
    width:110px;
    height:18px;
    border:1px solid #999;
    border-radius:3px;
    cursor:pointer;
    line-height: 18px;
    font-size:12px;
}

.KadSwitchCognify.KadSwitchCognifyDisable {}

.KadSwitchCognify.KadSwitchCognifyOn {
    background:#BFB;
    border-color:green;
}

.KadSwitchCognify.KadSwitchCognifyOff {
    background:#FBB;
    border-color:red;
}

.KadSwitchCognify.KadSwitchCognifyDisable:after {
    content:"Off";
    font-weight: bold;
    color:black;
}

.KadSwitchCognify.KadSwitchCognifyOn:after {
    content:"On";
    font-weight: bold;
    color:green;
}

.KadSwitchCognify.KadSwitchCognifyOff:after {
    content:"Off";
    font-weight: bold;
    color:red;
}

.kadSkeleton .ui-fancytree.fancytree-container,
.kadBranch .ui-fancytree.fancytree-container  {
	margin-left: 16px;
    overflow: visible;
}

.kadSkeleton  .kadSkeletonRootIcon,
.kadBranch  .kadBranchRootIcon {
	margin-left: -34px;
    margin-top: -6px;
    margin-right: 3px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-color: white;
}

.kadSkeleton  .kadSkeletonRootIcon {
    background-image: url(skeleton.png);
}

.kadBranch  .kadBranchRootIcon {
   background-image: url(branch.png);
}

div.cognitonCrossReferenceHandle {
	display: inline-block;
	cursor: pointer;
	width: 16px;
	height: 16px;
    background-repeat: no-repeat;
	background-image: url(crossref.png);
	vertical-align: text-top;
}

div.cognitonCrossReferenceTooltip {
	position: absolute;
    display: inline-block;
    background-color: white;
    border: 1px solid black;
    border-radius: 6px;
    padding: 5px 10px;
	font-size: 80%;
}

div.cognitonCrossReferenceTooltip .cogRefContent {
	width: 100%;
}

div.cognitonCrossReferenceTooltip .waitingIcon {
	width: 32px;
	height: 32px;
	margin: 4px auto;
	position: relative;
  	animation: rotateit 1.3s linear infinite;
}

@keyframes rotateit {
  from { transform: rotate(360deg);	}
  to { transform: rotate(0deg); }
}

div.cognitonCrossReferenceTooltip .waitingIcon div {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: black;
	position: absolute;
	top: 14px;
	left: 14px;
}

div.cognitonCrossReferenceTooltip .waitingIcon div:nth-child(1) {
	transform: rotate(0deg) translate(0, -10px) scale(1.4);
}

div.cognitonCrossReferenceTooltip .waitingIcon div:nth-child(2) {
	transform: rotate(45deg) translate(0, -10px) scale(1.2);
	opacity:0.7;
}

div.cognitonCrossReferenceTooltip .waitingIcon div:nth-child(3) {
	transform: rotate(90deg) translate(0, -10px) scale(1.1);
	opacity:0.6;
}

div.cognitonCrossReferenceTooltip .waitingIcon div:nth-child(4) {
	transform: rotate(135deg) translate(0, -10px) scale(0.9);
	opacity:0.5;
}

div.cognitonCrossReferenceTooltip .waitingIcon div:nth-child(5) {
	transform: rotate(180deg) translate(0, -10px) scale(0.7);
	opacity:0.4;
}

div.cognitonCrossReferenceTooltip .waitingIcon div:nth-child(6) {
	transform: rotate(225deg) translate(0, -10px) scale(0.5);
	opacity:0.3;
}

div.cognitonCrossReferenceTooltip .waitingIcon div:nth-child(7) {
	transform: rotate(270deg) translate(0, -10px) scale(0.3);
	opacity:0.2;
}

div.cognitonCrossReferenceTooltip .waitingIcon div:nth-child(8) {
	transform: rotate(315deg) translate(0, -10px) scale(0.1);
	opacity:0.1;
}

#comp_tree_section .fancytree-treefocus span.fancytree-selected span.fancytree-title,
#comp_tree_section .fancytree-treefocus span.fancytree-active span.fancytree-title,
#comp_tree_section span.fancytree-selected span.fancytree-title,
#comp_tree_section span.fancytree-active span.fancytree-title {
    color: unset;
    background-color: unset;
}

/* Styles pour le knovacode */

.knovacode-preview {
	display: flex;
	flex-direction: row;
}

.knovacode-preview .knovacode-toggle-form-container {
	width: 25px;
	padding-top: 10px;
}

.knovacode-preview .knovacode-toggle-form-container .tree-toggle-button,
.knovacode-preview .knovacode-toggle-form-container .tree-collapse-all-button,
.knovacode-preview .knovacode-toggle-form-container .tree-expand-all-button,
.knovacode-preview .knovacode-toggle-form-container .table-toggle-button,
.knovacode-preview .knovacode-toggle-form-container .xtext-toggle-button,
.knovacode-preview .knovacode-toggle-form-container .stats-toggle-button,
.knovacode-preview .knovacode-toggle-form-container .legend-toggle-button {
	display: block;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.knovacode-preview .knovacode-toggle-form-container .tree-toggle-button.tree-hidden,
.knovacode-preview .knovacode-toggle-form-container .tree-collapse-all-button.tree-hidden,
.knovacode-preview .knovacode-toggle-form-container .tree-expand-all-button.tree-hidden,
.knovacode-preview .knovacode-toggle-form-container .table-toggle-button.table-hidden,
.knovacode-preview .knovacode-toggle-form-container .xtext-toggle-button.xtext-hidden,
.knovacode-preview .knovacode-toggle-form-container .stats-toggle-button.stats-hidden,
.knovacode-preview .knovacode-toggle-form-container .legend-toggle-button.legend-hidden {
	color: #888;
}

.knovacode-preview .knovacode-toggle-form-container .tree-toggle-button {
	color: red;
	margin-left: 2px;
	font-size: 18px;
	font-weight: bold;
}

.knovacode-preview .knovacode-toggle-form-container .tree-collapse-all-button,
.knovacode-preview .knovacode-toggle-form-container .tree-expand-all-button {
	letter-spacing: -5px;
	margin-left: -1px;
	color: red;
}

.knovacode-preview .knovacode-toggle-form-container .table-toggle-button {
	color: blue;
	font-size: 18px;
	font-weight: bold;
	margin-top: 2px;
}

.knovacode-preview .knovacode-toggle-form-container .xtext-toggle-button {
	color: green;
	font-size: 20px;
	margin-top: -3px;
}

.knovacode-preview .knovacode-toggle-form-container .stats-toggle-button {
	color: orange;
	font-size: 20px;
	margin-top: -3px;
}

.knovacode-preview .knovacode-toggle-form-container .legend-toggle-button {
	color: violet;
	font-weight: bold;
	font-size: 20px;
    margin-top: -4px;
    margin-left: -1px;
}

.knovacode-preview .knovacode-tree-container,
.knovacode-preview .knovacode-table-container,
.knovacode-preview .xplore-iframe-container {
	width: 100%;
}

.knovacode-preview .xplore-iframe-container iframe {
	border: 1px solid black;
	width: 100%;
	height: 750px;
}

.knovacode-preview .UnderlineContainer {
    height: initial;
	position: relative;
	display: inline-block;
}

.knovacode-preview .CurlyUnderline {
	background: none;
}

.knovacode-preview .CurlyUnderline .line-link,
.knovacode-preview .CurlyUnderline .auto-label,
.knovacode-preview .CurlyUnderline .cog-name,
.knovacode-preview .CurlyUnderline .fatal-error {
	background-image:
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAAdSURBVBhXY/wPBAxQwLj4JZC16AVI7D+cRuaA2AC0SiES380atgAAAABJRU5ErkJggg==');
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 2px;
}

.knovacode-preview ul.global-errors li,
.knovacode-preview .fatal-error {
	color: red;
}

.knovacode-preview ul.global-errors li {
	color: red;
}

.knovacode-preview ul {
	margin: 0 0 0 1.6em !important;
	padding: 0;
	list-style-type: disc;
	list-style-image:
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=');
	line-height: 1.5em;
}

.knovacode-preview li.knovacode-line .cog-line {
    display: flex;
    align-items: baseline;
    position: relative;
}

.knovacode-preview li.knovacode-line .cog-line .cog-header {
    flex-shrink: 0;
    padding-right: 3px;
}

.knovacode-preview li.knovacode-line.knovacode-line-foldable {
	list-style-image: none;
	list-style: none;
	position: relative;
}

.knovacode-preview .has-tooltip {
	display: inline;
	cursor: pointer;
}

.knovacode-preview .has-tooltip .tooltip-anchor {
	display: inline;
	position: relative;
}

.knovacode-preview .has-tooltip .tooltip-anchor .tooltip-content {
	z-index: 10;
	display: none;
	padding: 7px 14px;
	margin-top: -3px;
	margin-left: 14px;
	white-space: nowrap;
	line-height: 16px;
}

.knovacode-preview .has-tooltip:hover .tooltip-anchor .tooltip-content {
	display: inline-block;
	position: absolute;
	color: #111;
	border: 1px solid #DCA;
	background: #fffAF0;
	border-radius: 4px;
	box-shadow: 5px 5px 8px #CCC;
}

.knovacode-preview .has-tooltip .tooltip-content .callout {
	z-index: 20;
	position: absolute;
	top: 4px;
	border: 0;
	left: -12px;
}

.knovacode-preview .has-tooltip:hover .tooltip-anchor .tooltip-content ul.error-hints {
	margin-left: 1em;
}

.knovacode-preview li.knovacode-line span.line-link {
	color: #4161f5;
}

.knovacode-preview li.knovacode-line span.cog-reference {
	font-style: italic;
}

.knovacode-preview span.auto-label {
	font-weight: bold;
}

.knovacode-preview ul.with-cog-definitions li.knovacode-line span.cog-name {
	font-weight: bold;
}

.knovacode-preview ul.with-cog-definitions.with-auto-labels li.knovacode-line span.cog-name {
	color: #444;
}

.knovacode-preview ul li.knovacode-line span.line-type {
	color: #444;
}

.knovacode-preview ul.with-cog-definitions li.knovacode-line span.line-type {
	font-weight: bold;
}

.knovacode-preview ul.with-cog-definitions.with-auto-labels li.knovacode-line span.line-type {
	color: #666;
}

.knovacode-preview li.knovacode-line span.cog-comment {
	font-style: italic;
}

.knovacode-preview li.knovacode-line img.line-link.link-image {
	vertical-align: middle;
	padding-bottom: 2px;
}

.knovacode-preview .treeview-control-button {
	margin-left: -18.5px;
	padding: 0;
	display: inline-block;
	width: 13px;
	position: relative;
}

.knovacode-preview .treeview-control-button::before {
	content: "";
	position: absolute;
	background: red;
	width: 22px;
	height: 22px;
	cursor: pointer;
	top: 1px;
	opacity: 0;
	z-index: 3;
}

.knovacode-preview  .treeview-control-button-folded,
.knovacode-preview .treeview-control-button-expanded {
	color: #565656;
	width: 18px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.knovacode-preview hr.cog-stats-total {
	width: 160px;
	height: 1px;
	color: #AAA;
	background-color: #AAA;
	border: 0;
	margin: .2em 0;
}

.knovacode-preview table.knovacode-table {
	margin: 1em;
	background-color: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
	color: black;
}

.knovacode-preview table.knovacode-table > tr > th,
.knovacode-preview table.knovacode-table > * > tr > th {
	background-color: #f2f2f2;
	text-align: center;
	vertical-align: middle !important;
}

.knovacode-preview table.knovacode-table > tr > th,
.knovacode-preview table.knovacode-table > tr > td,
.knovacode-preview table.knovacode-table > * > tr > th,
.knovacode-preview table.knovacode-table > * > tr > td {
	border: 1px #aaa solid;
	padding: 0.2em;
	vertical-align: top;
}

.knovacode-preview table.knovacode-table ul {
	margin: 0 !important;
	padding: 0 5px;
	list-style-type: none;
	list-style-image: none;
	line-height: 1.25em;
}

.knovacode-preview table.knovacode-table td span.cog-reference {
	font-style: italic;
}

/* Style pour le knovacode proto-vocabulaire */

.knovacode-preview span.termeCompose,
.knovacode-preview span.termeDisjonctif,
.knovacode-preview span.termeScalaire,
.knovacode-preview span.termeInstance {
	display: inline-block;
	line-height: initial;
	margin-bottom: 2px;
	margin-top: 2px;
}

.knovacode-preview span.termeCompose {
	background: #feff82;
	padding: 1px 5px;
	border: 1px solid black;
}

.knovacode-preview span.termeDisjonctif {
	background: #ffd3b8;
	padding: 1px 5px;
	border: 1px solid black;
	box-shadow: black 3px 3px;
	margin-right: 4px;
	margin-bottom: 5px;
}

.knovacode-preview span.termeScalaire {
	background: #daffff;
	padding: 1px 8px;
	border: 1px solid black;
	border-radius: 20px;
}

.knovacode-preview span.termeInstance {
	background: #beffbc;
	position: relative;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0 6px;
}

.knovacode-preview span.termeInstance::before,
.knovacode-preview span.termeInstance::after {
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -5px;
	border-right: 5px solid black;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.knovacode-preview span.termeInstance::after {
	right: -5px;
	left: auto;
	border-right: none;
	border-left: 5px solid black;
}

.knovacode-preview span.termeInstance > span {
	position: relative;
	padding: 0 2px;
}

.knovacode-preview span.termeInstance > span::before,
.knovacode-preview span.termeInstance > span::after
	{
	content: "";
	z-index: 2;
	position: absolute;
	top: 0.25px;
	bottom: 0.25px;
	left: -5px;
	border-right: 5px solid #beffbc;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.knovacode-preview span.termeInstance > span::after {
	right: -5px;
	left: auto;
	border-right: none;
	border-left: 5px solid #beffbc;
}

.knovacode-preview span.termeInstance > span > span {
	position: relative;
}

.knovacode-preview span.termeInstance > span > span::before,
.knovacode-preview span.termeInstance > span > span::after {
	content: "";
	z-index: 3;
	position: absolute;
	top: 4px;
	bottom: 4px;
	right: -7px;
	border-right: 1px solid black;
}

.knovacode-preview span.termeInstance > span > span::after {
	left: -7px;
	right: auto;
	border-right: none;
	border-left: 1px solid black;
}


/* Style pour le knovacode proto-team */

.knovacode-preview span.organisation,
.knovacode-preview span.direction,
.knovacode-preview span.equipe,
.knovacode-preview span.leader,
.knovacode-preview span.poste-profil,
.knovacode-preview span.equipier {
	display: inline-block;
	line-height: initial;
	margin-bottom: 2px;
	margin-top: 2px;
}

.knovacode-preview span.organisation {
    background: #7f99ff;
    padding: 1px 5px;
    border: 1px solid black;
    position: relative;
    margin-top: 11px;
}

.knovacode-preview span.organisation::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: #7f99ff;
    border: 1px solid black;
    border-bottom: none;
    width: 8px;
    height: 12px;
    top: -13px;
    left: -1px;
}

.knovacode-preview span.direction {
	background: #beffbc;
	position: relative;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0 6px;
}

.knovacode-preview span.direction::before,
.knovacode-preview span.direction::after {
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -8px;
	border-right: 8px solid black;
	border-top: 17px solid transparent;
}

.knovacode-preview span.direction::after {
	right: -8px;
	left: auto;
	border-right: none;
	border-left: 8px solid black;
}

.knovacode-preview span.direction > span {
	position: relative;
	padding: 0 2px;
}

.knovacode-preview span.direction > span::before,
.knovacode-preview span.direction > span::after {
    content: "";
    z-index: 2;
    position: absolute;
    left: -6.5px;
    border-right: 7px solid #beffbc;
    border-top: 16px solid transparent;
}

.knovacode-preview span.direction > span::after {
	right: -6.5px;
	left: auto;
	border-right: none;
	border-left: 7px solid #beffbc;
}

.knovacode-preview span.direction > span > span {
	position: relative;
}

.knovacode-preview span.equipe {
	background: #e69cf3;
	padding: 1px 5px;
	border: 1px solid black;
	box-shadow: black 3px 3px;
	margin-right: 4px;
	margin-bottom: 5px;
}

.knovacode-preview span.leader {
	background: #ffd947;
	position: relative;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
    margin: 0 13px 3px 13px;
    box-shadow: black 0px 3px;
}

.knovacode-preview span.leader::before,
.knovacode-preview span.leader::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -12px;
    border-right: 12px solid black;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.knovacode-preview span.leader::after {
	right: -12px;
	left: auto;
	border-right: none;
	border-left: 12px solid black;
}

.knovacode-preview span.leader > span {
	position: relative;
	padding: 0 2px;
}

.knovacode-preview span.leader > span::before,
.knovacode-preview span.leader > span::after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -11px;
    border-right: 11px solid #ffd947;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.knovacode-preview span.leader > span::after {
	right: -11px;
	left: auto;
	border-right: none;
	border-left: 11px solid #ffd947;
}

.knovacode-preview span.leader > span > span {
	position: relative;
}

.knovacode-preview span.poste-profil {
	background: #ffd947;
	position: relative;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0 13px;
}

.knovacode-preview span.poste-profil::before,
.knovacode-preview span.poste-profil::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -12px;
    border-right: 12px solid black;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.knovacode-preview span.poste-profil::after {
	right: -12px;
	left: auto;
	border-right: none;
	border-left: 12px solid black;
}

.knovacode-preview span.poste-profil > span {
	position: relative;
	padding: 0 2px;
}

.knovacode-preview span.poste-profil > span::before,
.knovacode-preview span.poste-profil > span::after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -11px;
    border-right: 11px solid #ffd947;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.knovacode-preview span.poste-profil > span::after {
	right: -11px;
	left: auto;
	border-right: none;
	border-left: 11px solid #ffd947;
}

.knovacode-preview span.poste-profil > span > span {
	position: relative;
}

.knovacode-preview span.equipier {
	background: #e69cf3;
	padding: 1px 5px;
	border: 1px solid black;
}


/* Styles pour protoTree */

.protoTreeMulticolor .knovacode-preview ul li.knovacode-line * {
	color: #0000FF;
}

.protoTreeMulticolor .knovacode-preview ul li.knovacode-line > ul li.knovacode-line * {
	color: #008c0b;
}

.protoTreeMulticolor .knovacode-preview ul li.knovacode-line > ul li.knovacode-line  > ul li.knovacode-line  * {
	color: #ef9f00;
}

.protoTreeMulticolor .knovacode-preview ul li.knovacode-line > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  * {
	color: #cb00ef;
}

.protoTreeMulticolor .knovacode-preview ul li.knovacode-line > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  * {
	color: #00c4b7;
}

.protoTreeMulticolor .knovacode-preview ul li.knovacode-line > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  * {
	color: #FF0000;
}

.protoTreeMulticolor .knovacode-preview ul li.knovacode-line > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  * {
	color: #000000;
}

.protoTreeMulticolor .knovacode-preview ul li.knovacode-line > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  > ul li.knovacode-line  * {
	color: #000000;
}

