﻿.conteneurMEP
{
	position: relative;
	width: 100%;
	height: 100%;
	border: 0;		/* .jqx-splitter le défini à 1px */
}

.panneauMEP
{
	width: 100%;
	height: 100%;
}

.zoneDePrehension
{
	position: absolute;
	width: calc(100% - 2px);
	height: 20px;
	top: 0;
	z-index: 5;		/* pour être par dessus le gojs */
	background-image: linear-gradient(90deg, rgba(31, 31, 31, 0.64) 0%, #2E2E2E 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: white;
	cursor: move;
	display: none;
	text-indent: 10px;
}

.zoneDePrehension .fermeture
{
	width: 16px;
	height: 16px;
	float: right;
	line-height: 14px;
	margin-top: 1px;
	margin-right: 5px;
	cursor: pointer;
	color: darkgray;
	border: 1px solid transparent;
	font-family: "Lucida Console";
	border-radius: 4px;
	text-indent: -3px;
}

.zoneDePrehension .fermeture:hover
{
	color: white;
	border-color: darkgray;
}

.zoneDePrehension.ui-draggable-handle input
{
	background-color: #323232;
	border: 1px solid #252526;
	border-radius: 5px;
	color: #808080;
	margin-top: 1px;
	padding: 0;
	text-indent: 5px;
	width: 250px;
}

.mettreEnOnglet,
.separateurHaut,
.separateurDroit,
.separateurBas,
.separateurGauche
{
	width: 100px;
	height: 100px;
	background: radial-gradient(#0094ff, #0072c4) repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
	/*border-radius: 10px;*/
	z-index: 3;		/* pour être par dessus le gojs */
}

.mettreEnOnglet
{
	top: calc(50% - 50px);
	left: calc(50% - 50px);
}

.separateurHaut
{
	top: calc(50% - 180px);
	left: calc(50% - 50px);
}

.separateurDroit
{
	top: calc(50% - 50px);
	left: calc(50% + 80px);
}

.separateurBas
{
	top: calc(50% + 80px);
	left: calc(50% - 50px);
}

.separateurGauche
{
	top: calc(50% - 50px);
	left: calc(50% - 180px);
}

[data-sens=horizontal] *
{
	width: 100%;
}

[data-sens=vertical] *
{
	height: 100%;
	float: left;
}

.vertical *:first-child,
.horizontal *:first-child
{
	/*border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;*/
}

.vertical *:last-child,
.horizontal *:last-child
{
	/*border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;*/
}

.elementCible
{
	background: radial-gradient(#00bc00, #009e00) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.fenetreOrpheline
{
	position: fixed;
	width: 90%;
	height: 90%;
	top: 50px;
	left: 50px;
	z-index: 10;
	box-shadow: 5px 5px 5px 0px #181818;
}

.jqx-tabs-content-element
{
	height: 100%;
	position: absolute;
	width: 100%;
}