li a .done::before {
	/*color:green;*/
	content:  "\2713 ";
}

td.encadrant {
	color:blue;
}

td.usager {
	color:green;
}

ol .encadrant {
	background-color:rgba(0, 0, 255, 0.17);
}
ol .usager {
	background-color:rgba(0, 255, 0, 0.17);
}

.thesection {
	/* display:flex; */
}

#ctxMenu{
    display:none;
    z-index:100;
}

#thePlang {
	
}

.leftside {
	
}

.rightside {
	display:flex;
	flex-wrap:wrap;
}

menu {
    position:absolute;
    display:block;
    left:0px;
    top:0px;
    height:20px;
    width:20px;
    padding:0;
    margin:0;
    border:1px solid;
    background-color:white;
    font-weight:normal;
    white-space:nowrap;
}
menu:hover{
    background-color:#eef;
    font-weight:bold;
}
menu:hover > menu{
    display:block;
}
menu > menu{
    display:none;
    position:relative;
    top:-20px;
    left:100%;
    width:55px;
}
menu[title]:before{
    content:attr(title);
}
menu:not([title]):before{
    content:"\2630";
}

/* draggable targets */
[data-draggable="target"]
{
    float:left;
    list-style-type:none;
    //width:42%;
    //height:7.5em;
    overflow-y:auto;
    margin:0 0.5em 0.5em 0;
    padding:0.5em;
    border:2px solid #888;
    border-radius:0.2em;
    background:#ddd;
    color:#555;
	min-width: 150px;
    min-height: 25px;
}

/* drop target state */
[data-draggable="target"][aria-dropeffect="move"]
{
    border-color:#68b;
    background:#fff;
}

/* drop target focus and dragover state */
[data-draggable="target"][aria-dropeffect="move"]:focus,
[data-draggable="target"][aria-dropeffect="move"].dragover
{
    outline:none;
    box-shadow:0 0 0 1px #fff, 0 0 0 3px #68b;
}

/* draggable items */
[data-draggable="item"]
{
    display:block;
    list-style-type:none;
    margin:0 0 2px 0;
    padding:0.2em 0.4em;
    border-radius:0.2em;
    line-height:1.3;
}

/* items focus state */
[data-draggable="item"]:focus
{
    outline:none;
    box-shadow:0 0 0 2px #68b, inset 0 0 0 1px #ddd;
}

/* items grabbed state */
[data-draggable="item"][aria-grabbed="true"]
{
    background:#8ad;
    color:#fff;
}
@media only screen and (min-width: 768px) 
{
	.modal {
		margin-left:10%;
		width: 95% !important;
	}
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.hiddenimagecontainer {
	width:0px;
	height:20px;
	background-color: gray;
}

.hiddenimagecontainer:hover .personal-photo {
	display:block;
	position:absolute;
	width:100px;
	z-index:10000;
}

.personal-photo {
	display:none;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}