
/*--------------------------------------------------------------------------------------------------*/
/*                                        Gestion MODE STANDARD                                     */
/*--------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------*/
/*                      CLASS                      */
/*-------------------------------------------------*/
.PopColLast{
  width: 17px;
}

.PopToolsBoutonCalendrier {
  background-image: url(../../Images/Commun_V10/calendar-black.svg);
  float: left;
  background-repeat: no-repeat;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 5px;
  background-position: center;
  background-size: 16px;
  margin-left: -25px;
  opacity: 0.8;
  transition: opacity 0.15s ease-in-out;
  background-color:rgba(0,0,0,0) !important;
}
.PopToolsBoutonCalendrier:hover{
  opacity:1;
}
.PopToolsBodyTab{
    width: 100%;
    height: 310px;
    overflow-y: scroll;
}
.PopToolsBouton {
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.PopToolsBtnClose{
	height: 24px;
  width: 24px;
  /* background-image: url(../../Images/Commun/close_white.svg); */
  background-image: url(../../Images/Commun/close_black.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 4px;
  position: absolute;
  top: 0;
  right: 0;
  transition:opacity 0.3s ease;
  /* opacity:0.8; */
  opacity:0.6;
}
.PopToolsBtnClose:hover{
	opacity:1;
}

.PopToolsBtnClose.WhiteBtnPopup{
  background-image: url(../../Images/Commun/close_white.svg) !important;
}

.PopToolsBtnDelete{
  width: 100%;
}

.PopToolsCellule{
	height: 40px;
    line-height: 40px;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    padding-left: 2px;
}
.PopToolsCelluleBorder{
    border-right: 1px solid #ccd4da;
}
.PopToolsCol{
  /* border-right: 1px solid #f6f7f7; */
  box-sizing: border-box;
}
.PopToolsColLig{
  float: left;
  /* border-right: 1px solid #999999; */
  box-sizing: border-box;
  /* text-align: center; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.PopToolsColonneEntete{
    position: relative;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-right: 1px solid #FFF;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    color: white;
    box-sizing: border-box;
    background-color: #34495e;
}
.PopToolsColonneEnteteAdd{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../../Images/Main/AddEvent.png);
	cursor: pointer;
}
.PopToolsColonneEnteteAdd:hover{
	background-image: url(../../Images/Main/AddEventON.png);
}
.PopToolsCommentaireCtn{
  height:250px;
  width:350px;
  background-color:white !important;
}
.PopToolsCommentaire_NoMove >.PopToolsCommentaireCtn{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: white;
  box-shadow: 0px 0px 5px #575757;
  display: inline-block;
  text-align: left;
  position: absolute;
}
.PopToolsCommentaireMain{
  width: 100%;
  overflow:hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: calc(100% - 40px);
}
.PopToolsCommentaireMainDetailCtn{
  height:calc(100% - 20px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding:10px;
  width: calc(100% - 20px);
  overflow-x:hidden;
}
.PopToolsCommentaireMainBoutonCtn{
	width: 100%;
  margin-top: 10px;
  position: absolute;
  bottom:0;
}
.PopToolsCommentaireTitre{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 5px;
}
.PopToolsCommentaireTop{
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding-left: 5px;
  box-sizing: border-box;
  height: 40px;
  line-height:40px;
}
.PopToolsCommentaireTxt{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 130px;
  max-height: 130px;
  min-height: 130px;
}
.PopToolsCommentaireValideBtn{
  background-size: 35px;
  background-position: right 8px center !important;
  float: right;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  margin-right: 5px;
  margin-bottom: 5px;
}
.PopToolsConfigurateurAffichageCtn{
  height:200px;
  width:350px;
  background-color:white !important;
}
.PopToolsConfigurateurAffichage_NoMove >.PopToolsConfigurateurAffichageCtn{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: white;
  box-shadow: 0px 0px 5px #575757;
  display: inline-block;
  text-align: left;
  position: absolute;
}
.PopToolsConfigurateurAffichageMain{
	width: 100%;
  overflow:hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: calc(100% - 40px);
}
.PopToolsConfigurateurAffichageMainDetailCtn{
  height:calc(100% - 20px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding:10px;
  width: calc(100% - 20px);
  overflow-x:hidden;
}
.PopToolsConfigurateurAffichageMainBoutonCtn{
	width: 100%;
  margin-top: 10px;
  position: absolute;
  bottom:0;
}
.PopToolsConfigurateurAffichageTitre{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 5px;
}
.PopToolsConfigurateurAffichageTop{
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding-left: 5px;
  box-sizing: border-box;
  height: 40px;
  line-height:40px;
}
.PopToolsConfigurateurAffichageUneOption{
	width: 100%;
	height: 30px;
	margin-bottom: 3px;
}
.PopToolsValideConfigurateurAffichage{
  background-size: 30px !important;
  background-position: right 3px center !important;
  float: right;
  margin-right: 5px;
  margin-bottom: 5px;
}
.PopToolsValideConfigurateurAffichage:hover{
  min-width: 70px;
}
.PopToolsDatas{
	min-height: 50px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.PopToolsDateCompteur{
	float: right;
}
.PopToolsDateCompteurRefresh{
	  height: 34px;
    width: 34px;
    background-image: url(../../Images/Main/Refresh_Small_Black.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    float: right;
    margin-left: 5px;
}
.PopToolsDateCompteurRefresh:hover{
    background-image: url(../../Images/Main/Refresh_Small_Black_ON.png);
}
.PopToolsDateCompteurSelectedDate{
    height: 34px;
    width: 34px;
    background-image: url(../../Images/Contexte/DateSelected.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    float: right;
    margin-right: 5px;
}
.PopToolsDateCompteurSelectedDateON{
    height: 34px;
    width: 34px;
    background-image: url(../../Images/Contexte/DateSelected.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    float: right;
    margin-right: 5px;
    background-color: #d6d6d6;
    border-radius: 2px;
}
/* .PopToolsDetailValidationBtn{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-color: rgb(136, 136, 136);
    opacity:1;
    transition:background-color 0.15s ease-in-out; 
}
.PopToolsDetailValidationBtn:hover{
  background-color:rgb(47, 79, 107);
} */
.PopToolsDetailValidationBtnCtn{
  bottom: 5px;
  position:absolute;
  width:calc(100% - 20px);
  display: inline-block;
}
.PopToolsDetailValidationBtn{
  background-color: rgba(47, 79, 107, 1);
  background-position: right 10px center !important;
  background-size: 15px !important;
  float:right;
  margin-right:5px;
}
.PopToolsDetailValidationBtn:hover{
  padding: 0 40px 0 20px !important;
  min-width: 140px;
}
.PopToolsDetailValidationBorder{
  border: 1px solid #d6d6d6;
}
.PopToolsDetailValidationCol1{
    width: 40px;
    float: left;
    padding-left: 3px;
    box-sizing: border-box;
}
.PopToolsDetailValidationCol1Lig1{
    border-radius: 2px;
    width: 30px;
    height: 15px;
    float: left;
    margin-top: 8px;
    border-radius:10px;
}
.PopToolsDetailValidationCol2Lig4{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(40deg);
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    top: 4px;
}
.PopToolsDetailValidationCol2{
    float: left;
    width: calc(100% - 140px);
    font-size: 10px;
    position:relative;
}
.PopToolsDetailValidationCol2Lig1{
    height: 16px;
    float: left;
    line-height: 17.5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.PopToolsDetailValidationCol2Lig1.withPJ{
  width:calc(100% - 25px);
}
.PopToolsDetailValidationCol2Lig2{
    height: 16px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 16.5px;
}
.PopToolsDetailValidationCol2Lig2.withPJ{
  width:calc(100% - 25px);
}
.PopToolsDetailValidationCol2Lig3{
    height: 20px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 20px;
    padding-left: 18px;
    box-sizing: border-box;
    background-position: left center;
    background-repeat: no-repeat;
}
.PopToolsDetailValidationCol3{
    width: 60px;
    float: left;
    text-align: center;
}
.PopToolsDetailValidationCol3Lig1{
    font-size: 10px;
    line-height: 13.5px;
}
.PopToolsDetailValidationCol3Lig2{
}
.PopToolsDetailValidationCol4{
    height: 27px;
    width: 40px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
}
.PopToolsDetailValidationCtn{
  width: 400px;
  background-color: white;
  height:500px;
}
.PopToolsDetailValidation_NoMove >.PopToolsDetailValidationCtn{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: white;
  box-shadow: 0px 0px 5px #575757;
  display: inline-block;
  text-align: left;
  position: absolute;
}

.PopToolsDetailValidationImportant{
    height: 17px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.PopToolsDetailValidationImportantLibelle{
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    height: 17px;
    line-height: 17px;
}
.PopToolsDetailValidationLblNoDem{
    color: #4D4D4D;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}
.PopToolsDetailValidationMain{
  padding:5px;
  height: calc(100% - 70px);
}
.PopToolsDetailValidationMainLstDem{
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-x:hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.PopToolsDetailValidationMainLstInfos{
  height:0;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-x:hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.PopToolsDetailValidationMainTitle{
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    margin-top: 5px;
    background-color: #2f4f6b;
    color: white;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.PopToolsDetailValidationMainUneCategorie{
	margin-bottom: 10px;
}
.PopToolsDetailValidationMainUneCategorieTitre{
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  color: #444;
  box-sizing: border-box;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.PopToolsDetailValidationMainUneCategorieAllEtiquette{
}
.PopToolsDetailValidationMainUneCategorieExpandable{
	height: 20px;
    width: 20px;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../../Images/Menus_V9/ArrowDown.svg)!important;
    transition: 200ms transform cubic-bezier(0, 0.82, 0, 1);
}
.PopToolsDetailValidationMainUneCategorieExpandable.imgMnuCollapseWhite{
  transform: rotate(-180deg);
}
.PopToolsDetailValidationMainUneDem{
    float: left;
    width: 100%;
    border-radius: 2px;
    background-color: white;
    /* border: 1px solid #a2a2a2; */
    box-sizing: border-box;
    margin-bottom: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 2px;
}
.PopToolsDetailValidationMainUneDemON{
    float: left;
    width: 100%;
    border-radius: 2px;
    background-color: white;
    /* border: 1px solid #a2a2a2; */
    box-sizing: border-box;
    margin-bottom: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 2px;
    cursor: pointer;
    position: relative;
}
.PopToolsDetailValidationMainUneDemON:hover{
    /* background-color: #ececec; */
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.PopToolsDetailValidationMainUneEtiquette{
  width: calc(100% - 15px);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-top:5px;
  background-color: #f7f7f7;
  border-radius: 3px;
  margin-left:5px;
}
.PopToolsDetailValidationMainUneEtiquetteTitre{
  width: 330px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  font-weight: bold;
}
.PopToolsDetailValidationMainUneEtiquetteInfosSec{
  width: 290px;
  height: 20px;
  line-height: 20px;
  color: #4D4D4D;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.PopToolsDetailValidationMainUneEtiquetteInfosComp{
    padding-left: 10px;
    color: #A7A7A7;
    font-size: 10px;
    line-height: 12px;
}
.PopToolsDetailValidationMainUneEtiquetteTitrePastille{
    height: 10px;
    width: 10px;
    border-radius: 20px;
    border: 1px solid #808080;
    float: left;
    margin-right: 6px;
}
.PopToolsDetailValidationSousTitre{
  float: left;
  line-height: 20px;
  height: 17px;
  padding-left: 10px;
  padding-right: 23px;
  font-style: italic;
  font-size: 12px;
  color: #888888;
}
.PopToolsDetailValidationSousTitreShortcut{
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../../Images/Main/Action1Small.png);
  transition: color 0.15s ease-in-out;
}
.PopToolsDetailValidationSousTitreShortcut:hover{
  color:black;
  cursor: pointer;
}
.PopToolsDetailValidationTitre{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 5px;
}
.PopToolsDetailValidationTop{
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding-left: 5px;
  box-sizing: border-box;
  height: 60px;
}

.PopToolsEditionCtn{
  height:610px;
  width:500px;
  background-color:white !important;
}

.PopToolsEdition_NoMove >.PopToolsEditionCtn{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: white;
  box-shadow: 0px 0px 5px #575757;
  display: inline-block;
  text-align: left;
  position: absolute;
}

.PopToolsEditionFormatUneListe{
	width: 100%;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d6d6;
}

.PopToolsEditionFormatUnBtn{
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
  width:49%;
}
.PopToolsEditionFormatUnBtn{
  color: #2f4f6b;
  cursor: pointer;
}
.PopToolsEditionFormatUnBtnOFF{
  color: #888888;
}
.PopToolsEditionFormatUnBtnOFF:hover{
  color: #2f4f6b;
  cursor: pointer;
}
.PopToolsEditionFormatUnBtnON{
  border-bottom: 2px solid #2f4f6b;
  color: #2f4f6b;
  cursor: pointer;
}
.PopToolsEditionFormatLbl{
	color: #848484;
  padding-left: 20px;
  padding-top: 10px;
  font-style:italic;
}
.PopToolsEditionLblTxt{
  color: #848484;
  font-style: italic;
  margin-right: 10px;
  margin-top:3px;
  float:left;
}
.PopToolsEditionMain{
	width: 100%;
  overflow:hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: calc(100% - 40px);
}
.PopToolsEditionMainDetailCtn{
  height:100%;
}
.PopToolsEditionMainBoutonCtn{
	width: 100%;
  margin-top: 10px;
  position: absolute;
  bottom:0;
}
.PopToolsEditionOptions{
	float: left;
	width: calc(100% - 40px);
  margin-top: 10px;
  padding:0 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 140px);
}
.PopToolsEditionTitre{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 15px;
}
.PopToolsEditionTop{
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  padding-left: 5px;
  box-sizing: border-box;
  height: 40px;
  line-height:40px;
}
.PopToolsEditionTxt{
  width: 40px;
  display: block;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 4px;
	box-sizing: border-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  float:left;
}
.PopToolsEditionTxt:focus{
  border-color: #2f4f6b;
	outline: 0;
}
.PopToolsEditionUneOption{
	display: table;
	margin-top: 10px;
}
.PopToolsEditionUneOptionCheck{
	display: table-cell;
	width: 26px;
}
.PopToolsEditionUneOptionLblPrincipal{
	display: table-cell;
	vertical-align: middle;
}
.PopToolsEditionUneOptionLblSecondaire{
	display: table-cell;
	vertical-align: middle;
	color: #848484;
	height: 32px;
  vertical-align: bottom;
  text-align: justify;
}
.PopToolsEditionUneOptionSpace{
	display: table-cell;
}
.PopToolsEditionUneOptionUneLigne{
	display: table-row;
}

.PopToolsEditionValideBtn{
  background-size: 35px;
  background-position: right 8px center !important;
  float: right;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  margin-right: 5px;
  margin-bottom: 5px;
}

.PopToolsEditionValideBtn:hover{
  min-width:60px;
}
.PopToolsEntete{
    position: relative;
    height: 35px;
    margin-left: 0;
    background-color: #34495e;
}
.PopToolsEnTeteTab{
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #dadada;
    color: #575757;
}

.PopToolsGelEcran{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  z-index: 99;
}


.PopToolsHoraireSpecifiqueCtn{
}
.PopToolsHoraireSpecifiqueMain{
  	padding-top: 10px;
  	overflow-x:hidden;
  	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;

  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.PopToolsDetailHoraireSpeSousTitre{
  float: left;
  line-height: 20px;
  width: 100%;
  height:20px;
  padding-left: 10px;
}
.PopToolsDetailHoraireSpeTitre{
  float: left;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  height:27px;
}
.PopToolsHoraireSpecifiqueTop{
  position: relative;
  height: 50px;
  color: white;
  padding-left: 5px;
  vertical-align: middle;
  background-color: #444;
}
.PopToolsHoraireSpecifiqueMainBoutonCtn{
	width: 100%;
    margin-top: 10px;
}
.PopToolsHoraireSpecifiqueTexbox{
	float: left;
	height: 26px;
	box-sizing: border-box;
}

.PopToolsInputFile{
  background-color: #428bca;
  color: white;
  font-size: 18px;
  width: 250px;
  margin-left: -125px;
  height: 30px;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  line-height: 30px;
  border-radius: 2px;
}
.PopToolsInputFile:hover{
  opacity: 0.7;
}

.PopToolsLblInfo{
  height: 35%;
  margin-top: 5px;
}
.PopToolsLigne{
    width: 100%;
    white-space: nowrap;
}
.PopToolsLigne:hover {
    background-color: #e3e3e3;
}
.PopToolsListeStdBouton{
  margin-top: 10px;
}
.PopToolsListeStdCtn{
 	background-color: #f6f7f7;
 	box-shadow: 0px 0px 10px #000;
 	padding: 5px;
}
.PopToolsListeStdMain{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: calc(100% - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding:10px;
  width: calc(100% - 20px);
  overflow-x:hidden;
}
.PopToolsListeStdMainCombo{
	width: 100%;
  height: 30px;
}
.PopToolsListeStdMainDetailCtn{
	width: 100%;
}
.PopToolsListeStdMainDetailCtnDate{
  	overflow-x: auto;
  	margin-top: 5px;
  	-webkit-overflow-scrolling: touch;
}
.PopToolsListeStdMainDetailCtnDetail{
  	overflow-x: auto;
  	margin-top: 5px;
  	-webkit-overflow-scrolling: touch;
}
.PopToolsListeStdMainDetailCtnTotal{
  	overflow-x: auto;
  	margin-top: 5px;
  	-webkit-overflow-scrolling: touch;
	color: red;
}
.PopToolsListeStdMainDetailLabelLeft{
	display:block;
	margin-right:30px;
	float:left;
	padding-left: 5px;
}
.PopToolsListeStdMainDetailLabelLeft80{
	width:80px;
}
.PopToolsListeStdMainDetailLabelLeftNoPadding{
	padding:0px;
}
.PopToolsListeStdMainDetailLabelRight{
	display:block;
	float:right;
	padding-right: 5px;
	text-align: right;
}
.PopToolsListeStdTitre{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 5px;
}
.PopToolsListeStdTop{
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding-left: 5px;
  box-sizing: border-box;
  height: 40px;
  line-height:40px;
}

.PopToolsListeQuiUtilise_NoMove >.PopToolsListeStdCtn{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: white;
  box-shadow: 0px 0px 5px #575757;
  display: inline-block;
  text-align: left;
  position: absolute;
  padding:0;
}

.PopToolsMessageInterneCtn{
}
.PopToolsMessageInterneMain{
	padding-top: 10px;
  	overflow-x:hidden;
  	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;

  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.PopToolsMessageInterneMainBoutonCtn{
	width: 100%;
    margin-top: 10px;
}
.PopToolsMessageInterneTitre{
	float: left;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height:27px;
}
.PopToolsMessageInterneTop{
	position: relative;
	height: 31px;
	color: white;
	padding-left: 5px;
	vertical-align: middle;
	background-color: #444;
}
.PopToolsMessageInterneTxt{
	width: 350px;
	height: 100px;
}

.PopToolsName{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #545454;
}

.PopToolsPourcent{
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: right;
  font-size: 16px;
  color: #403f3f;
  font-weight: bold;
}

.PopToolsOnOffSwitch{
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.PopToolsOnOffSwitchCheckbox {
    display: none;
}
.PopToolsOnOffSwitchLabel{
    display: block;
    height: 100%;
    overflow: hidden;
    cursor: pointer;

    border-radius: 2px;
    box-sizing: border-box;
}
.PopToolsOnOffSwitchInner{
    display: block;
    width: 200%;
    margin-left: -100%;
}
.PopToolsOnOffSwitchInner:before, .PopToolsOnOffSwitchInner:after{
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}
.PopToolsOnOffSwitchInner:before {
    content: '|';
    padding-left: 13px;
    font-size: 12px;
    line-height: 23px;
    background-color: #3fb6f2;
    color: #FFFFFF;
}
.PopToolsOnOffSwitchInner:after {
    content: 'O';
    padding-right: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #9A9A9A;
    text-align: right;
    border: 2px solid #9A9A9A;
}

.PopToolsOnOffSwitchSwitch{
    display: block;
    width: 20px;
    margin: 4px;
    background-color: #9A9A9A;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    border: 0px solid #d9d9d9;
    border-radius: 2px;
}
.PopToolsOnOffSwitchCheckbox:checked + .PopToolsOnOffSwitchLabel .PopToolsOnOffSwitchInner {
    margin-left: 0;
}
.PopToolsOnOffSwitchCheckbox:checked + .PopToolsOnOffSwitchLabel .PopToolsOnOffSwitchSwitch {
    right: 0px;
    background-color: #FFF;
}

.PopToolsSelectedFile{
  height: 65%;
  position: relative;
}
.PopToolsSize{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #928f8f;
}
.PopToolsStop{
}
.PopToolsStopButton{
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background-image: url(../../Images/Main/StopButton.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.6;
  cursor: pointer;
  display: none;
}
.PopToolsStopButton:hover{
  opacity: 1;
}

.PopToolsUneLigneTab{
    height: 30px;
    line-height: 30px;
}
.PopToolsUneLigneTab:hover{
    background-color: #e4e4e4;
}
.PopToolsUnFileBottom{
  margin-top: 5px;
}
.PopToolsUnFileTop{
  position: relative;
}
.PopToolsUneOptionLibelle{
	width: calc(100% - 50px);
	height: 100%;
	font-size: 12px;
	line-height: 24px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.PopToolsUneOptionSwitch{
	width: 40px;
	height: 100%;
  float: right;
  margin-top:2px;
}
.PopToolsUploadMain{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: white;
  box-shadow: 0px 0px 5px #575757;
  display: inline-block;
  text-align: left;
  position:absolute;
  width:460px;
  height:500px;
  /* z-index: 100; cf commun V10 et charte graphique*/
}
.PopToolsUploadTop{
  width:100%;
  min-height:50px;
  background-color:#f7f7f7;
  border-bottom:1px solid #d6d6d6;
  border-top:1px solid #d6d6d6;
  margin-bottom:10px;
}

.PopToolsUploadBottom{
  width: 100%;
  height: calc(100% - 75px);
  box-sizing: border-box;
  overflow-y: auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.PopToolsUploadTitle{
  text-transform: uppercase;
  padding: 15px;
  float: left;
  font-weight: 600;
  font-size: 17px;
}
.PopToolsUploadZone{
  width: 100%;
  height: 100px;
  border: 2px dashed #777777;
  margin-top: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #777;
  display: none;
}
.PopToolsUnFile{
  width: 100%;
  background-color: white;
  box-shadow: 0px 1px 3px #757575;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.PopToolsVisuListeCompteurCtn{
	width: 350px;
  min-width: 300px;
  background-color:white;
}
.PopToolsVisuListeCompteurMain{
	height: 350px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.PopToolsVisuListeCompteurMainDetailCtn{
	width: 100%;
}

.PopToolsVisuListeCompteurMainDetailCtnDetail .PopToolsVisuListeCompteurMainDetailLabelLeft{
  width: calc(100% - 105px);
  margin-right:0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.PopToolsVisuListeCompteurMainDetailCtnDetail .PopToolsVisuListeCompteurMainDetailLabelRight{
  width: 100px;
  text-align: center;
  background-color: #2f4f6b;
  color: #fff;
  border-radius: 4px;
  height: 100%;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px 0 5px;
  box-sizing: border-box;
}

.PopToolsVisuListeCompteurMainDetailCtnDate{
  	overflow-x: auto;
  	margin-top: 5px;
  	-webkit-overflow-scrolling: touch;
}
.PopToolsVisuListeCompteurMainDetailCtnDetail{
  	overflow-x: auto;
  	margin-top: 5px;
  	-webkit-overflow-scrolling: touch;
}
.PopToolsVisuListeCompteurMainDetailCtnTotal{
  	overflow-x: auto;
  	margin-top: 5px;
  	-webkit-overflow-scrolling: touch;
	color: red;
}
.PopToolsVisuListeCompteurMainDetailLabelLeft{
	display:block;
	margin-right:30px;
	float:left;
	padding-left: 5px;
}
.PopToolsVisuListeCompteurMainDetailLabelLeft80{
	/* width:80px; */
}
.PopToolsVisuListeCompteurMainDetailLabelLeftNoPadding{
	padding:0px;
}
.PopToolsVisuListeCompteurMainDetailLigneOption{
	width: 100%;
	height: 34px;
	line-height:34px;
	vertical-align:middle;
	padding-top: 2px;
  padding-bottom: 2px;
  border:none !important;
}
.PopToolsVisuListeCompteurMainDetailLabelRight{
	display:block;
	float:right;
	padding-right: 5px;
	text-align: right;
}
.PopToolsVisuListeCompteurTitre{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 30px 0 5px;
}
.PopToolsVisuListeCompteurTop{
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding-left: 5px;
  box-sizing: border-box;
  height:50px;
  line-height:50px;
}

.vMainDetailLigneOption{
	width: 100%;
	height: 26px;
	line-height:26px;
	vertical-align:middle;
	padding-top: 2px;
	padding-bottom: 2px;
}


.imgAdd{
  background-image: url(../../Images/Main/AddEvent.png);
}
.imgAttachFileBlack20 {
    background-image: url(../../Images/Main/attach_file_black.svg);
}
.imgDetJou{
  background-image: url(../../Images/Main/Action1SmallWhite.png);
}
.imgDemandeHoraire{
  background-image:url(../../Images/Main/HBoard/icon_demande_horaire.png);
}
.imgDemandeDemiJourneeAM{
  background-image:url(../../Images/Main/HBoard/icon_demande_demi_journeeAM.png);
}
.imgDemandeDemiJourneePM{
  background-image:url(../../Images/Main/HBoard/icon_demande_demi_journeePM.png);
}
.imgDemandeJournee{
  background-image:url(../../Images/Main/HBoard/icon_demande_journee.png);
}
.imgDemandePeriode{
  background-image:url(../../Images/Main/HBoard/icon_demande_periode.png);
}

/*-------------------------------------------------*/
/*                  PROGREE BAR                    */
/*-------------------------------------------------*/
progress {
  width: 100%;
  height: 10px;
  background: #bfbfbf;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
progress::-webkit-progress-bar { 
  background-color: #bfbfbf;
}
progress::-webkit-progress-value {  
  background-color: #428bca;
}  
progress::-moz-progress-bar { 
  /* styles de barre d'avancement pour Firefox */
  background-color: #428bca;
}


/*-------------------------------------------------*/
/*                      ID                         */
/*-------------------------------------------------*/

#PopToolsCommentaire{
  display: none;
  position: absolute;
  z-index: 100;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
  padding:0!important;
}
#PopToolsCommentaire.PopToolsCommentaire_NoMove{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.70) !important;
  width: 100%;
  min-width:100%;
  height: 100%;
  z-index:1000;
  margin-left:0 !important;
  margin-top: 0 !important;
  left:0 !important;
  top:0 ! important;
}

#PopToolsConfigurateurAffichage{
  display: none;
  position: absolute;
  z-index: 100;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
  padding:0!important;
}
#PopToolsConfigurateurAffichage.PopToolsConfigurateurAffichage_NoMove{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.70) !important;
  width: 100%;
  min-width:100%;
  height: 100%;
  z-index:1000;
  margin-left:0 !important;
  margin-top: 0 !important;
  left:0 !important;
  top:0 ! important;
}
#PopToolsDetailValidation{
  display: none;
  position: absolute;
  z-index: 100;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
  padding:0!important;
}

#PopToolsDetailValidation.PopToolsDetailValidation_NoMove{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.70) !important;
  width: 100%;
  min-width:100%;
  height: 100%;
  z-index:800;
  margin-left:0 !important;
  margin-top: 0 !important;
  left:0 !important;
  top:0 ! important;
}
#PopToolsEdition{
	  display: none;
    position: absolute;
    z-index: 100;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
    padding:0!important;
}
#PopToolsEdition.PopToolsEdition_NoMove{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.70) !important;
  width: 100%;
  min-width:100%;
  height: 100%;
  z-index:200;
  margin-left:0 !important;
  margin-top: 0 !important;
  left:0 !important;
  top:0 ! important;
}
#PopToolsHoraireSpecifique{
  display: none;
  position: absolute;
  z-index: 100;
}
#PopToolsListeDateException{
  display: none;
  position: absolute;
  z-index: 100;
  width: 527px;
  min-width: 300px;
}
#PopToolsListeQuiUtilise{
  display: none;
  position: absolute;
  z-index: 100;
  width: 687px;
  min-width: 300px;
}
#PopToolsListeQuiUtilise.PopToolsListeQuiUtilise_NoMove{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.70) !important;
  width: 100%;
  min-width:100%;
  height: 100%;
  z-index:1000;
  margin-left:0 !important;
  margin-top: 0 !important;
  left:0 !important;
  top:0 ! important;
}

#PopToolsMessageInterne{
  display: none;
  position: absolute;
  z-index: 100;
}
#PopToolsUpload{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
#PopToolsVisuListeCompteur, #PopAnomaliePlanning{
  display: none;
  position: absolute;
  z-index: 100;
  padding:0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
}

/*--------------------------------------------------------------------------------------------------*/
/*                                        Gestion RESPONSIVE                                        */
/*--------------------------------------------------------------------------------------------------*/

/* max-width pour faibles résolutions */
@media screen and (max-width: 640px) {
  .PopToolsEditionCtn{
    width:100% !important;
    height:100% !important;
  }

  .PopToolsListeStdCtn{
		/*width:auto;*/
		left:0;
	}
	.PopToolsVisuListeCompteurCtn{
		/*width:auto;*/
		left:0;
  }

  #PopToolsEdition{
    margin-top:0 !important;
    margin-left:0 !important;
    left:0 !important;
    top:0!important;
    width: 100%;
    height: 100%;
    transform: translate(0,0) !important;
  }

}


@media screen and (max-width: 460px) {

  #PopToolsConfigurateurAffichage{
    margin-top:0 !important;
    margin-left:0 !important;
    left:0 !important;
    top:0!important;
    width: 100%;
    height: 100%;
    transform: translate(0,0) !important;
  }
  .PopToolsConfigurateurAffichageCtn{
    width:100% !important;
    height:100% !important;
  }
  #PopToolsDetailValidation{
    margin-top:0 !important;
    margin-left:0 !important;
    left:50% !important;
    top:50%!important;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
  }

  #PopToolsDetailValidation.PopToolsDetailValidation_NoMove{
    transform: translate(0,0) !important;
  }
  #PopToolsVisuListeCompteur, #PopAnomaliePlanning{
    margin-left:0 !important;
    margin-top: 0 !important;
    left:50% !important;
    top:50% ! important;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
  }

  .PopToolsDateCompteurSelectedDate{
    display:none;
  }
  
  .PopToolsDetailValidationCtn{
    width:100% !important;
    height:100% !important;
  }

  .PopToolsDetailValidationMain{
    overflow-y:auto;
  }
  .PopToolsDetailValidationMainLstDem{
    height:auto !important;
    min-height:30px;
  }
  .PopToolsDetailValidationMainLstInfos{
    height:auto !important;
  }

  .PopToolsUploadMain{
    width:100% !important;
    height:100% !important;
  }

  .PopToolsVisuListeCompteurCtn{
    width:100% !important;
    height:100% !important;
  }
}

@media screen and (max-height: 600px) {
  #PopToolsEdition {
    margin-top: 0 !important;
    margin-left: 0 !important;
    top: 0!important;
    height: 100%;
    transform: translateY(0) !important;
}

  .PopToolsEditionCtn{
    height:100% !important;
  }
}
