/*Masquer les échéances dans les propriétés du ticket :*/

.Info__infoList.commonStyle__flexColumn.ticket_duedate
{
display: none;
}

/*Masquer les échéances dans la liste des tickets :*/


li.List__listItems.commonStyle__inlineBlock.TicketListItem_dueDate 
{
display: none;
}

/*Masquer le canal :*/


.Info__infoList.commonStyle__flexColumn.ticket_channel 
{

display: none;
}

/*Couleur statut détails > pas réussi


.DottedMenu__container.commonStyle__inlineBlock.commonStyle__positionRel {

color: black;
}

.ouvert {

color: white;
background: green;
}

.Info__infoContent {

color: black;
}
.Post__postContent {

color: black;
}*/

/*Couleur des carrés listes tickets :*/


span.Badge__implement.Badge__badge.commonStyle__overflowDotted.correction_apportée {

color: white;
background: MediumSeaGreen;
}

span.Badge__implement.Badge__badge.commonStyle__overflowDotted.fermé {

color: white;
background: MediumSeaGreen;
}

.Badge__implement.Badge__badge.commonStyle__overflowDotted.escaladé {

color: white;
background: MediumPurple;
}

.Badge__implement.Badge__badge.commonStyle__overflowDotted.analyse_en_cours {
color: white;
background: MediumPurple;
}

.Badge__implement.Badge__badge.commonStyle__overflowDotted.analyse_technique {
color: white;
background: MediumPurple;
}

span.Badge__implement.Badge__badge.commonStyle__overflowDotted.en_attente_de_retour_client {

color: white;
background: orange;
}

span.Badge__implement.Badge__badge.commonStyle__overflowDotted.rendez_vous {

color: white;
background: orange;
}

span.Badge__implement.Badge__badge.commonStyle__overflowDotted.contrat_assistance_suspendu {

color: white;
background: red;
}

span.Badge__implement.Badge__badge.commonStyle__overflowDotted.etude_en_cours {

color: white;
background: orange;
}

.TicketInfoContainer__closed.fermé {
  color : MediumSeaGreen;
}

.TicketInfoContainer__closed.correction_apportée {
    color: MediumSeaGreen;
}

.rendez_vous {
    color: orange;
}

.Badge__resolution {
    background-color: MediumSeaGreen;
}

span.Badge__implement.Badge__badge.commonStyle__overflowDotted.validation_client_en_attente {
color: white;
background: orange;
}

/*li#portal_tabVersions{
  color: #fff;
  border-bottom-color:#fff;
}*/

.Link__link2 {
 color : blue;
 font-weight: bold;
}
