
/* Fichier css module.css du module DossierManager */
.current-active-dossier {
    background-color: #1c2429 !important;
}

.open {
    background-color: inherit !important;
}

/* -------------------------------------------------------------------------- */
/*                             Droppable elements                             */
/* -------------------------------------------------------------------------- */
/* Cette class est injecté sur les zone dropable */

/*
.dropzone {
    border         : 1px dashed #fff;
    border-collapse: unset;
}
*/

.dropzone-hover {
    background-color: #e4eaec;
    color: #111 !important;
}

td[ondragstart]:hover {
    cursor: move;
}


/* -------------------------------------------------------------------------- */
/*                                Context menu                                */
/* -------------------------------------------------------------------------- */
.menu-manage-dossier-opener {
    display: none;
    /* Le JS le fera apparaitre */
}

.menu-manage-dossier-opener-in-title {
    display  : none;
    font-size: 12px;
    top      : -2px;
}

.menu-manage-dossier-opener-in-title:hover {
    display  : inline-block !important;
}

.context-menu {
    list-style-type : none;
    padding         : 5px;
    z-index         : 100000;
    background-color: #f3f7f9;
    position        : absolute;
    display         : none;
    border          : 1px solid #aaa;
    border-radius   : 2px;
    cursor          : pointer;
}

.context-menu>li {
    padding: 0px 5px;
}

.context-menu>li:hover {
    background-color: #e4eaec;
}

/* Fichier css module.css du module ProjectManager */
/* Tables */
/* table th, td {
	font-size: 0.9em;
}
th.libelle {
	width: 180px;
}
th.email {
	width: 250px;
}
th.pseudo {
	width: 100px;
}
th.membrecp {
	width: 100px;
}
th.date {
	width: 150px;
}
.tdTachesContainer {
	padding: 20px !important;
	padding-top: 15px !important;
}
.form-tache .row {
	margin-bottom: 15px;
}
.filter-tache {
	margin-bottom: 15px;
}

.project-nav {
	margin-bottom: 15px;
}
/* Task tables */
.table-taches th.date {
	width: 150px;
}
.table-taches th.statut {
	width: 100px;
}
.table-sequences_taches th.statut {
	width: 100px;
}
.table-sequences_taches th.number {
	width: 100px;
}
.table-sequences_taches th.date {
	width: 150px;
}
.table-taches {
	border-color: #aaa;
}
.table-taches > thead > tr > th {
	border-color: #aaa;
}
.table-taches > tbody > tr > td {
	border-color: #aaa;
}

/* Task status */
.tache_statut_realise {
	color: green;
}
.tache_statut_abandonne {
	color: #aaa;
}
.tache_statut_encours {
	color: orange;
}
.tache_statut_afaire {
	font-weight: bold;
}

/* Rapport */
.surActive {
    background-color: #999;
    color: #fefefe;
}
.cap {
    text-transform: capitalize;
}
.projectmanager-menu {
	margin-bottom: 25px;
}
*/
/* Fichier css module.css du module TicketManager */
.ticketmanager-menu {
	margin-bottom: 20px;
}
.ticket {
}
.ticket-en-tete {
	font-size: 0.9em;
	padding: 15px;
	padding-bottom: 5px !important; /* because of margin */
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
}
.ticket-corps {
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #e7e7e7;
}
.section-comments-file {
	padding-left: 80px;
	padding-right: 80px;
}
.form_add_commentaire_container {
	padding-left: 100px;
	padding-right: 100px;
}
[onglet] {
	margin-top: 15px;
}