
/**********************************************************************************************/
/*                             NOUVEL OBJET TABLEAU                                          */
/********************************************************************************************/

#Entete{
  height: 40px;
  line-height: 40px;
  width:100%;
  padding: 0 22px 0 5px;
}

.BorderResize .Cellule, .BorderResize .ColonneEntete{
  border-left: 2px dashed #dadada;
  box-sizing: border-box;
}

.BorderResize .Cellule:last-child, .BorderResize .ColonneEntete:last-child{
  border-right: 2px dashed #dadada;
  box-sizing: border-box;
}

.BorderSearch> .ColumnSearchON, .BorderSearch>.ColumnSearch{
  border-left: 2px dashed rgb(158, 158, 158);
  box-sizing: border-box;
  padding-left: 2px;
}

.Cellule{
  height: 100%;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  /* padding-right: 5px; */
  line-height: 40px;
}

.CelluleVide{
  display:inline-block;
}


.Cellule .co_form_tag{
  height: 20px;
  line-height: 10px;
  box-sizing: border-box;
  margin: 0 5px 5px 0px;
  max-width: 100%;
}
.Cellule .LblTypeChampTableau{
  float:left;
  margin-right: 10px;
  font-weight: bold;
  color:#2f4f6b;
}
.Cellule .CtnChk{
  line-height: 35px;
  float: left;
  width:40px;
}
.Cellule .UnAvatar{
  height: 50px;
  border-radius: 50%;
  width: 50px;
  margin: 5px 0 5px 2px;
}


.Cellule .UneListeDeTags{
  margin-top: -5px;
  height: 100%;
  padding-left: 1px;
}

.Cellule > .ListAction{
  float: left;
  padding: 0;
  margin: 0;
}
.Cellule > .ListAction > li{
  list-style-type: none;
  height: 40px;
  background-repeat: no-repeat;
  float: left;
  width: 20px;
  background-size: 20px;
  background-position: left center;
  cursor: pointer;
  margin-right: 10px;
  opacity: 0.7;
}
.Cellule > .ListAction > li:hover{
  opacity: 1;
}
.Cellule > .ListAction > li:last-child{
  margin-right: 0;
}

.ColonneEntete{
  font-size: 14px;
  box-sizing: border-box;
}

.ColonneEntete.ColumnSearch{
  background-color:#f5f5f5;
  /* border-right:1px solid #e0dede; */
  /* border-top:1px solid #e0dede; */
}


.ColonneEntete.ColumnSearchON{
  background-color:#e0dede;
}
.ColonneEntete.imgPieceJointe{
  background-repeat: no-repeat;
  background-position: left;
}

.ColonneEntete.IsMove:hover{
  border-left: 2px dashed #dadada;
  border-right: 2px dashed #dadada;
  box-sizing: border-box;
}

.ColonneEntete.BorderResize.IsMove:hover{
  border-right:none !important;
}

.ColonneEnteteTri{
  height: 12px;
  width: 12px;
  float:left;
  margin-right:9px;
  background-repeat: no-repeat;
  background-position: center center;
}

.CtnGlobal {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #FFF;
}
/* .CtnGlobal {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 5px;
  margin-bottom: 50px;
  border-radius: 2px;
  background-color: white;
  padding: 5px;
  display: block;
  width:calc(100% - 30px);
} */

.CtnSpeTab{
  display:inline-block;
  float:right;    
  position: relative;
  height: 30px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.Data{
  overflow-y: scroll;
  overflow-x: hidden;
  webkit-overflow-scrolling: touch;
}

.DataRupture{
  transition: 300ms height ease-out;
}

.ElementSpeChk{
  display: none;
}

.Filter{
  width: 40px;
  height: 20px;
  background-position: center right;
  background-repeat: no-repeat;
  float: right;
  opacity: 0.5;
  cursor: pointer;
  margin-top: 12px;
  margin-right: 10px;
  display: inline-block;
  background-image: url(../../Images/TableauGenerique/FilterGrey24.png);
}

.Filter:hover{
  opacity:1;
}

.imgActionColonne{
  height: 100%;
  width: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 200ms transform ease-in-out;
}

.imgAddEvent{
  background-image: url(../../Images/TableauGenerique/add_brown.svg);
}

.imgAddEvent:hover{
  /* background-image: url(../../Images/Main/AddEventON.png); */
}

.imgMnuCollapse {
  background-image: url(../../Images/TableauGenerique/MnuCollapse.png);
}

.imgMnuExpand {
  background-image: url(../../Images/TableauGenerique/MnuCollapse.png);
  transform: rotate(180deg);
}

.imgRemakeActif{
  height: 40px;
  width: 40px;
  background-image: url(../../Images/TableauGenerique/imgRemake.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center left;
}

.imgTriColonneDown{
  margin-top:13px;
  background-image:url(../../Images/TableauGenerique/sort_column_arrow.svg);
  transform: rotate(180deg);
}
.imgTriColonneUp{
  margin-top:15px;
  background-image:url(../../Images/TableauGenerique/sort_column_arrow.svg);
}


.imgWarningActif{
  height: 40px;
  width: 40px;
  background-image: url(../../Images/TableauGenerique/imgWarning.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center left;
}


.LeTableau{
  width: 100%;
  height:100%;
  overflow-y:auto;
  overflow-x:auto;
}

.Ligne{
  width: 100%;
  border-bottom: 1px solid #dadada;
  box-sizing: border-box;
  padding: 0 5px 0 5px;
  display: flex;
}

.Ligne:hover{
  background-color: rgba(33, 150, 243, 0.20) !important;
}
.Ligne:last-child{
  border-bottom: 0;
}

.Ligne:hover>.Cellule.TypeDataCliquable{
  text-decoration: underline;
}

.Ligne.LigneTag .Cellule{
  vertical-align: top;
}

.Ligne.LigneTag .Cellule.TypeDataImage{
  margin-top:5px;
}

.Ligne .DeleteEnreg{
  position: relative;
  width:100%;
  height:100%;
}

.Ligne .DeleteEnreg:before{
	content: "";
	position: absolute;
  width: 20px;
  height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../../Images/Commun_V10/delete-black.svg);
	cursor: pointer;
	opacity: 0;
}

.Ligne:hover .DeleteEnreg:before {
	opacity: 0.6;
}
.Ligne:hover .DeleteEnreg:hover:before {
	background-image: url(../../Images/Commun_V10/delete-red.svg);
	opacity: 1;
}

.LigneRupture{
  height: 45px;
  background-color: #eaeaea;
  border-bottom: 1px solid #dadada;
  line-height: 46px;
  font-weight: bold;
  font-size: 14px;
  color: rgb(87, 87, 87);
  padding: 0 5px;
}

.LigneRuptureBtnMain{
  height: 100%;
  float: right;
  padding-top: 3px;
  padding-bottom: 3px;
  box-sizing: border-box;
  padding-right: 5px;
}

.LigneRuptureUnBtn{
  float:left;
  height: 30px;
  width:42px;
  line-height: 30px;
  border-radius: 5px;
  margin-right: 5px;
  background-size: 23px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 4px;
  /* background-color:#575757;
  color:#f7f7f7; */
  background-color:white;
  border:2px solid #dadada;
}

.LigneRuptureUnElt{
  float: left;
}

.LigneRuptureUnEltCheck{
  float: left;
  line-height: 45px;
  /* margin-left:5px; */
}

.LigneRuptureUnEltCheck > input{
  margin-right:10px;
  vertical-align: middle;
}

.LigneRuptureUnEltImgCollapse{
  height: 100%;
  width: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  /* margin-right:6px; */
  transition: 200ms transform ease-in-out;
}

.LigneTotal{
  width: 100%;
  white-space: nowrap;
}
.LigneTotal input[type=checkbox]{
  display: none;
}


.NoUserSelect{
  user-select: none; /* CSS3 (little to no support) */
  -ms-user-select: none; /* IE 10+ */
  -moz-user-select: none; /* Gecko (Firefox) */
  -webkit-user-select: none; /* Webkit (Safari, Chrome) */
}

.Pastille {
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.PastilleText {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  line-height: 25px;
  font-size: 12px;
  color: white;
  font-weight: bold;
}

.PastilleTimeLine {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  line-height: 25px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  display:inline-block;
  vertical-align: middle;
  text-align:center;
}


/* .SearchOption{
  position: relative;
  float: left;
  width: 30px;
  height: 100%;
  border: 1px solid #767676;
  border-left: 3px solid #5F5E5E;
} */

.SearchUneOption{
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  width: 30px;
  background-color: #e0dddd;
  cursor: pointer;
  border-top-right-radius: 2px;
  border-bottom-right-radius:2px;

}
.SearchUneOptionSelected{
  background-image:url(../../Images/TableauGenerique/search-column.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center center;
}
.SearchUneOptionSelectedON{
  background-image:url(../../Images/TableauGenerique/search-column-white.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color:#b9b4b4;
}

.SearchZone{
  position: relative;
  height: 30px;
  margin-bottom: 15px;
  margin-top:5px;
  display: inline-block;
  width:80%;
  max-width:300px;
}

.SearchZone .co_SearchZone{
  position:relative;
  max-width:300px;
  width: 100%;
}

.SearchZone .co_SearchZone .co_SearchZoneTxt{
  width:calc(100% - 30px);
  font-size:15px;
  height:26px;
  position: absolute;
  top: 0;
  right: 0;
}

.SelectedLigne{
  background-color: #d9f0fb !important;
}

.TabBody{
  overflow-y:scroll;
  height:calc(100% - 40px);
}

.Table_striped > .body > .Rupture > .DataRupture> .Ligne:nth-child(even) {
  background-color: #f7f7f7;
}

.Table_striped > .body > .Rupture > .DataRupture> .Ligne:nth-child(even):hover {
  background-color: rgba(33, 150, 243, 0.20);
}

.TypeDataBadge{
  float: left;
}

.TypeDataCheckbox > label{
  padding:12px 10px 13px 0;
  position: relative;
}

.TypeDataCheckbox > label > input{
  vertical-align: middle;
}

.TypeDataCliquable{
  color: #14aaf5;
  /* text-decoration: underline; */
  font-weight: bold;
  cursor: pointer;
}
.TypeDataCliquable:hover{
  text-decoration: underline;
}

.TypeDataImage{
  background-repeat: no-repeat;
  background-position: center left;
  height: 40px;
}
.TypeDataImageCliquable{
  height: 40px;
  background-repeat: no-repeat;
  background-position: center left;
}

.TypeDataImageCliquable:hover{
  border: 1px groove #3F51B5;
  cursor: pointer;
}
.TypeDataImageCliquableNoHover{
  height: 40px;
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
}

.TypeDataPastille{
  text-align: center;
  line-height: normal;
}

.UnGroupe> input, .UnGroupe> div, .UnGroupe>select{
  margin-bottom:10px;
}

.UnHeader .LigneRuptureUnEltCheck{
  margin-left:0;
  position: relative;
  width: 100%; 
  height: 100%;
}

.UnTableau{
  height:100%;
  position:relative;
}


.UnTexte{
  text-overflow: ellipsis;
  overflow:hidden; 
}

.UnTexte.alignRight{
  text-align: right;
  padding-right: 10px;
}

.UnTexte.alignCenter{
  text-align: center;
}

.UnTexte.alignLeft{
  text-align:left;
}

/* .UnTitre{
  display:none;
} */


@media screen and (max-width: 768px) {
  .Cellule > .ListAction{
    float: right;
    padding: 0;
    margin: 0;
  }

  .Cellule .UnAvatar{
    transform: translateX(50%);
  }

  .CtnGlobal {
    height: 100%;
  }

  .LigneRuptureUnBtn:hover{
    background-position: center;
  }

  .Responsive>#Entete{
    display:none;
  }

  .Responsive .Cellule{
    display:block;
    text-align:right;
    font-size:14px;
    padding-right:30px;
    box-sizing:border-box;
    width:100% !important;
  }

  .Responsive .Cellule:hover{
    background-color: rgba(33, 150, 243, 0.20);
  }

  .Responsive .Cellule::before {
    float:left;
    color:#757575;
    font-weight:bold;
    font-size:14px;
    padding-left:30px;
    height:40px;
    display:block;
    width: calc(50% - 40px);
    text-align: left;
    text-overflow: ellipsis;
    overflow:hidden;
    margin-right:10px;
    content: attr(data-header);
  }

  .Responsive .CelluleVide{
    display:none;
  }

  .Responsive .Filter{
    margin-right:0;
  }

  .Responsive .header{
    min-width:0 !important;
  }

  .Responsive .imgActionColonne{
    height: 40px;
    background-position: center right 30px;
  }

  .Responsive .imgRemakeActif{
    background-position: center right 30px;
  }

  .Responsive .imgWarningActif{
    background-position: center right 30px;
  }

  .Responsive .Ligne{
    display:block;
    margin-bottom:10px;
    border: 1px solid #f1f1f1;
    padding-top:20px;
    padding-bottom:20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 2px;
  }

  .Responsive .Ligne:hover{
    background-color:white !important;
  }

  .Responsive .Ligne .DeleteEnreg{
    position:relative;
  }
  
  .Responsive .Ligne .DeleteEnreg:before{
    background-image: url(../../Images/Commun_V10/delete-red.svg) !important;
    opacity: 1 !important;
  }

  .Responsive .LigneRuptureUnEltCheck{
    margin-left:0;
  }

  .Responsive .Pastille {
    float: right;
    margin-top: 15px;
  }

  .Responsive .PastilleText {
    text-align:center;
    float:right;
    line-height: 20px;
    margin-top:10px;
  }


  .Responsive .SearchUneOption{
    display:none;
  }

  .Responsive .TabBody{
    min-width:0 !important;
    height: calc(100% - 10px);

  }

  .Responsive.Table_striped > .body > .Rupture > .DataRupture> .Ligne:nth-child(even) {
    background-color: white !important;
  }
  
  .Responsive.Table_striped > .body > .Rupture > .DataRupture> .Ligne:nth-child(even):hover {
    background-color: white;
  }

  .Responsive.Table_striped > .body > .Rupture > .DataRupture> .Ligne >.Cellule:nth-child(even) {
    background-color: #f7f7f7;
  }
  
  .Responsive.Table_striped > .body > .Rupture > .DataRupture> .Ligne >.Cellule:nth-child(even):hover {
    background-color: rgba(33, 150, 243, 0.20);
  }

  .Responsive .TypeDataBadge {
      float: right;
      transform: translateY(50%);
  }
  .Responsive .TypeDataCheckbox > label{
    padding: 12px 0 13px 10px;
  }
  
  .Responsive .TypeDataCheckbox > label > input{
    margin-top:0;
    padding: 10px 0;
  }

  .TypeDataCliquable{
    text-decoration: underline;
  }

  .Responsive .TypeDataImage{
    background-position: center right 30px;
  }
  .Responsive .TypeDataImageCliquable{
    background-position: center right 30px;
  }
  
  .Responsive .TypeDataImageCliquableNoHover{
    background-position: center right 30px;
  }
  
  .Responsive .TypeDataPastille{
    line-height: 40px;
  }

  .Responsive .UnTexte{
    text-align:right !important;
  }

}