@CHARSET "ISO-8859-1";
:root {
	color-scheme: light !important;
}

body{
	font-family:Sans-serif;
	font-size: 14px;
	min-height: 90%;
	margin: auto;
	/*background-image: url("../../images/index.jpg");*/
	background-size: cover;
}
/* FireFox */
input[type=number] {
    -moz-appearance: textfield;
    text-align:right;
    padding-right:5px;
}
/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button { 
	-o-appearance: none;
	margin:0
}
#blocVersion{
	text-align: center;
	font-size: smaller;
	/*color: #a8a8a8;*/
	font-style: italic;
}
#containerAccueil{
	height: 1500px;
	width: 1890px;
	margin: auto;
}

#header{
	height: 70px;
	display: flex;
}

input[type="date"]::-webkit-calendar-picker-indicator { 
	margin: 0;
}
#headerGauche{
	height: 70px;
	flex:1;
	/*
	width: 13%;
	position: absolute;
	*/
	min-width: 200px;
	float: left;
	background-color: #bbcfde;
}
#headerDroit{
	flex:8;
	height: 70px;
	width: 87%;
	/*
	left: 13%;
	position: absolute;
	*/
	background-color: #bbcfde;
	border-bottom: solid;
	position: relative;
	
	
}
@media all and (max-width: 1400px) {
    #headerDroit{
        margin-left: 0px;
        left: 200px;
    }
}

.ligneHeaderDroit{	
	position: relative;
	height: 35px;
}

.alignRight{
	position: absolute;
	right: 10px;
	width: 300px;
	top: 7px;
}

#titreJade_headerGauche{
	height: 20px;
	width: auto;
	color: white;
	font-size: 20px;
	text-align :center;
}
 	

#container_tblBord {
	position: relative;
	display: flex;
}
#menuGaucheBodyAccueil{
	flex-basis: 13%;
	
	min-height: 120vh;	
	/*position: absolute;
	width: 13%;*/
	min-width: 200px;
	background:#1a2225;
	float: left;
	flex: 1;
}

#loginBlockMenu{
	height: 60px;
	/*bottom: 10px;
	position: absolute;*/
	padding: 10px;
}
#contenuPage{
	background:#f5f5f5;
	width: 87%;
	min-height: 120vh;
	flex:8;
}
@media all and (max-width: 1400px) {
    #contenuPage{
        margin-left: 0px;
        left: 200px;
    }
}

#blocMenuNav_menuAccueil{
	height: 35px;
	width: auto;
	background-color: #1a2225;
}

#contenuBlocMenuNav_menuAccueil{
	height: 20px;
	width: auto;
	color: #62a1ce;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	font-weight: bold;
}

#blocTableauDeBord{
	height: 45px;
	width: auto;
}

#contenuBlocTableauDeBord{
	height: 45px;
	border-left: 3px solid #62a1ce; 
	width: auto;
	min-width: 200px;
}
table thead th  {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}
.headerSortUp {
	background-color: orange !important;
	background-image: url(../images/asc.gif);
	background-repeat: no-repeat;
}

.headerSortDown {
	background-color: orange !important;
	background-image: url(../images/desc.gif);
	background-repeat: no-repeat;
}

.imageContenuBloc_menuAccueil{
	height: 45px;
	float: left;
	margin-right: 5px;
	/*background-color: red;*/
}

.titreContenuBloc_menuAccueil{
	height: 20px;
	float: left;
	/*background-color: green;*/
	color: white;
	font-size: 12px;
	margin-top: 14px;
}
.menuCategorie{
	height: 20px;
	float: left;
	color: white;
	font-size: 15px;
	margin-top: 14px;
	font-weight: bold;
	
}
	
#photo_headerDroit{
	height: 50px;
	width: 50px;
	float: left;
	/*background-color: red;*/
}

#blocInfo_headerDroit{
	height: 50px;
	width: 200px;
	float: left;
	/*background-color: green;*/
}

.blocInfoLigne_headerDroit{
	height: 12px;
	width: 200px;
	/*background-color: blue;*/
	margin-top: 3px;
	color: white;
	font-size: 10px;
}

.borderDashed{
	border-bottom: 1px dashed #696971;
}
.pointer{
	cursor: pointer;
}
.templateDivScrollable{
	overflow-y: scroll;
	-webkit-box-shadow: inset 0 0 6px #eceff4;
	scrollbar-width: thin;
}
.templateTableau{
	width: 100%;
	margin-top: 10px;
}
.templateTableau th{
	text-align: left;
	background-color: #83a8c2;
	border-right: 1px solid #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.templateTableau thead td{
	text-align: left;
	background-color: #83a8c2;
	border-right: 1px solid #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;
}
.templateTableau td{
	text-align: left;
	border: 1px solid #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;	
}
#divPopUp_background{
	/*position: absolute;*/    
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.60);
    z-index: 99;
    display: none;
}
#divPopUp_background2{
	/*position: absolute;*/    
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.60);
    z-index: 99;
    display: none;

}
#waiter_background{	
	position: absolute;      
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.60);
    z-index: 100;
    display: none;
}
#feedback_background{
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.60);
    z-index: 99;
    display: none;	
}
#custom_confirm_background{
	/*position: absolute;*/    
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.60);
    z-index: 100;
    display: none;
}
.noclose .ui-dialog-titlebar-close
{
    display:none;
}
#custom_confirm{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:100% !important;
}
#divPopUp_background3{
	/*position: absolute;*/    
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.60);
    z-index: 99;
    display: none;	
}
#divPopUp_background4{
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.60);
    z-index: 99;
    display: none;	
}

.popUp{
	height: 750px;
    width: 1200px;
    background-color: #eceff4;
    box-shadow: 10px 10px 5px #888888;
    border-radius: 5px;
    border: 2px solid #365c78;
	display: none;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 30px;
}
.minheight100{
	min-height: 100%;
}
.entete{
	background-color: #365c78;
	display: inline-block;
	width: 100%;
	min-height:28px;
}
.elemEntete{
	margin: 5px 0 5px 10px;
	display: inline-block;
}
.titreEntete{
	color: white;
	padding: 5px;
	display: inline-block;
}
.titreBlock{
	height: 18px;
	padding: 2px 0 2px 2px;
	color: white;
}
.height18{
	height: 18px;
}
.contenuPage{
	margin-left: 5px;
}

.blockBtn{
	position: absolute;
	bottom: 10px;
	right: 30px;
}
.blockBtnCentre{
	position: absolute;
	bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.btnLigne{
	height: 20px;
	width: 100px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 12px;
	margin-left: 5px;
}
.btn{
	height: 20px;
	width: 200px;
	cursor: pointer;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	margin: 5px;
}
.btnFiltre{
	height: 18px;
	cursor: pointer;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	margin: 5px;
	background-color: #bbcfde;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: inset 0 1px 1px rgba(111, 55, 125, 0.8), inset 0 -1px 0px rgba(63, 59, 113, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #150a1e;
}
.btnFiltrePressed{
	-webkit-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px #170c22, 0 2px 1px 0 rgba(121, 65, 135, 0.5), inset 0 0 4px 3px rgba(15, 8, 22, 0.2);
	height: 18px;;
	cursor: pointer;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	margin: 5px;
	background-color: #83a8c2;
	padding-left: 5px;
	padding-right: 5px;
}

.menuIcon{
	color: #bbcfde;
	margin: 5px;
	padding-top: 9px;
}
.contenuBtn{
	text-align: center;
	padding-top: 3px;	
}
.txtBtn{
	display: inline;
}
.iconBtn{
	display: inline;
	margin-right: 10px;	
}


.vertCreer{
	background-color: #85D77E;
}
.rougeAnnuler{
	background-color: #FF4646AD;
}
.bleuBouton{
	background-color: #79d0ff;
}
.orangeBouton{
	background-color: orange;	
}
.contenuPage .elem{
	width: 400px;
	margin-top:5px;
}
.contenuPage .elemWithValidation{
	width: 1000px;
	margin-top:5px;	
	display: inline-block;
}
.contenuPage .elem .icon{
	display: inline-block;
	float: right;
	width:30px;
}
.contenuPage .elem .icon i{
	margin-left:5px;
}
.contenuPage .elemDateAu{
	margin-top:5px;
	width: 800px;
}
.contenuPage .elemDateAu label{
    width: 196px;;
    display: inline-block;
}
.contenuPage .contenuGauche{
	width: 50%;
	float: left;
	min-height:20px;	
}
.contenuPage .contenuDroite{
	width: 50%;
	float: left;
	min-height:20px;	
}
.contenuPage input[type="text"]{
	height: 18px;
	width: 200px;
}
.contenuPage input[type="date"]{
	height: 18px;
	width: 200px;
}
.contenuPage input[type="password"]{
	height: 18px;
	width: 200px;
}  
.contenuPage input[type="number"]{
	height: 20px;
	width: 200px;
} 

.contenuPage select{
	height: 20px;
	width: 200px;
}
.contenuPage textarea{
	width: 200px;
	resize: both; 
	text-align: left;
}

.contenuPage .input{
	display:inline;
	float: right;
	width: 200px;
}
.contenuPage .elemValidation{
	height: 18px;
	float: right;
	width: 600px;
	display: inline;
	margin-left: 3px;
	color: red;
}

#infoReleve .elem{
	width: 270px;
	margin-top:5px;	
}
#elemMontantReleve{
	width: 540px;
	margin-top:5px;		
}
#elemStatutReleve{
	width: 620px;
	margin-top:5px;		
	float: left;
}
#elemCompteCaisse{
	width: 620px;
	margin-top:5px;		
	float: left;
}
#infoReleve .input{
	display:inline;
	float: right;
	width: 120px;
}
#infoReleve input[type="text"]{
	height: 20px;
	width: 120px;
}
#infoReleve input[type="date"]{
	height: 20px;
	width: 120px;
}
#infoReleve input[type="number"]{
	height: 20px;
	width: 120px;
}
#infoReleve select{
	height: 20px;
	width: 120px;
} 
#infoReleve .elemValidation{
	height: 18px;
	float: right;
	width: 600px;
	display: inline;
	margin-left: 3px;
	color: red;
}
.width15{
	width:15px;
}
.sousModule{
	margin-left: 15px;
}

#monPack{
	min-height: 400px;
	width: 50%;
	display: inline-block;
	float: left;
    box-shadow:inset 1px 0px 0px 0px #365c78;
	
}

#monProfile{
	min-height: 400px;
	width: 50%;
	display: inline-block;	
	float: left;
}

#listePacks{
	min-height: 500px;	
}
.listePacks{
	margin:10px;
}
.packData{
	border: solid;
	float : left;
	display: inline;
	width : 350px;
	margin-right:50px;
	margin-top: 20px;
	height: 270px;
	border-radius: 5px;
	box-shadow: 10px 10px 5px #888888;
	overflow: hidden;
}
.packData .elems{
	height: 245px;
}
.packData .elem{
	padding-left: 5px;
	padding-top: 5px;
}
.packData .titrePack{
	background-color:#4a505a;
	padding-bottom: 5px;
	color: white;
}
.packData .descriptionPack{
	height: 40px;
	border-bottom: 1px dashed #696971;
}
.packData .elemPrix{
	margin-right: 5px;
	float: right;
}
.monCompteData{
	margin: 15px 0 0 50px;
}
#contenuPortal{
	background-color: #f5f5f5;
}
.portalTop{
	border-bottom: solid;
	height: 7%;
	background-color: #bbcfde;
	min-height: 75px;
}
.portalBottom{
	height: 92%;
	background-color: #f5f5f5;
	overflow: auto;
}
#footer{
	height: 300px;
	background-color: black;
	color: white;
}

#footer #footerTop label:hover{
	text-decoration: underline;
}
#footer div.elem{
	padding: 10px 0 0 10px;	
}
#footer #footerTop{
	border-bottom: 1px solid dimgray;
	width:60%;
	margin: 0 auto;
	height: 250px;
}
#footer #footerBottom{
	width:60%;
	margin: 0 auto;
}
#footer #footerBottom label{
	font-size: smaller;
	color: #a8a8a8;
	font-style: italic;
}


.portalTopLeft{
	position: absolute;
	height:7%;
	width: 79%;
	right: 21%;	
}
.portalTopRight{
	position: absolute;
	height:7%;
	width: 21%;
	min-width: 200px;
	right: 0px;
	
}
@media all and (max-width: 1200px) {
    .portalTopLeft{
        right: 200px;
    }
}

.portalElemLeft{
	margin-left: 5px;
	display: inline-block;
	/*position: absolute;
	bottom: 5px; */
}
.portalElemRight{
	margin-left: 5px;
	display: inline-block;
	/*
	position: absolute;
	bottom: 6px;
	left: 60px;*/
}
.portalBlockMenu{
	margin-top: 10px;
	width: 190px;
	border-radius: 0 0 14px;
	height: 55px;
	display:inline-block;
	position: relative; 
	margin-left: 5px;
}
.portalBlockMenu:hover{
	box-shadow: 5px 5px;
}
.portalBlockMenu:active{
	opacity: 0.5;
}

.btn:active{
	opacity: 0.5;
}

#green_and_orange_step_menu {
	margin:5px 0 0 0; 
	padding:0; 
	display:inline-table; 
	list-style:none;
	width: 99%;
	max-width: 1850px;
	padding-left: 3px;
}
#green_and_orange_step_menu li{ 
	display:inline;
	float:left;
	background:url(../images/step_orange_green.gif) no-repeat -50px bottom;
	height:41px;
	line-height:41px;
	font-size:11px;
	padding:0; 
	position:relative;
	width: 25%;
}
#green_and_orange_step_menu li div{
	padding-left: 25px;
}
#green_and_orange_step_menu li span{
	margin:0px;
	z-index:98;
	background:url(../images/step_orange_green.gif) no-repeat left bottom;
	display:block;
	position:absolute;
	height:41px;
	line-height:41px;
	width:13px;
	top:0;
	left:-10px;
	padding:0;
}

#green_and_orange_step_menu li.inprogress { background-position:-50px 0px}
#green_and_orange_step_menu li.inprogress span, #green_and_orange_step_menu li.lastinprogress span{background-position:left 0px }
#green_and_orange_step_menu li.done {background-position: -50px -41px}
#green_and_orange_step_menu li.done span, #green_and_orange_step_menu li.ldone span {background-position:left -41px }
#green_and_orange_step_menu li.frist, #green_and_orange_step_menu li.done, #green_and_orange_step_menu li.inprogress, #green_and_orange_step_menu li.ldone, #green_and_orange_step_menu li.lastinprogress { color:#FFF;}
#green_and_orange_step_menu li.frist {background-position: -20px 0px }
#green_and_orange_step_menu li.fdone { background-position: -20px -41px }
#green_and_orange_step_menu li.last {background-position: right bottom }
#green_and_orange_step_menu li.lastinprogress { background-position: right 0}
#green_and_orange_step_menu li.ldone { background-position: right -41px}

.divCentre{
	margin-left: auto;
	margin-right: auto;
}

.infoGauche{
	margin-left: 10%;
	width: 50%;
	float: left;	
}
.infoDroite{
	margin-right: 10%;
	width: 30%;
	float: left;	
}
.info .elem{
	margin-top: 5px;
}
.info .elemDroite{
	margin-top: 5px;
	width: 250px;
}
.info h1{
	padding-top: 50px;
}
.info h2{
	padding-top: 25px;
}
.right{
	float: right;
}
.info p{
	margin-right: 150px;
}
.info ul{
	margin-right: 150px;
}

#faqInfo{
	width: 45%;	
	float: left;
}
#arbreFaq{
	width: 50%;	
	float: left;	
	height: 80%;
	overflow: auto;
}
.faqQuest{
	color:#365c78;
}
.faqRep{
	color:#365c78;
}
.faqCadre{
	background-color: white;
	border-radius: 10px;
	padding: 5px;
	width: 500px;
	margin: 5px 0 10px 10px;
}

.hover:active{
	opacity: 0.4;	
}
.hover:hover{
	opacity: 0.7;
}

.btn:active{
	opacity: 0.4;	
}
.btn:hover{
	opacity: 0.7;
}
.quicksearch{
	display: inline-block;
	margin: 5px;
}
.quicksearch input{
	height:18px;
}
.quicksearch i{
	color: white;
	margin-left: 5px;;
}
.previewMod{
	height:100%; 
	width:100%; 
	display:none;
}
.onglet{
	display: inline-block;
	background-color: #899bc1;
	color: white;
	height: 25px;
	width: 255px;
	border-radius: 5px 5px 0px 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}
.divOnglets{
	padding-top: 1px;
}

.zoneTableDansPopup{
	background-color: white;
	width: 97%;
	height: 93%;
	overflow-y: scroll;
	-webkit-box-shadow: inset 0 0 6px #eceff4;
	scrollbar-width: thin;
}
#derniereModif{
	position: absolute;
	bottom: 90px;
}
.titreTabDoc{
	display: inline-block;
    width: 100%;
    padding-top: 5px;
}
#histoFactDoc{
	overflow-y: scroll;
	scrollbar-width: thin;
	height:500px;
	width: 100%;
}
#numComptableRD{
	display: inline;
	margin-left: 100px;
	margin-right: 10px;
}
#histoReleve{
	overflow-y: scroll;
	scrollbar-width: thin;
	height:144px;
}
.enLigne{
	padding-right: 30px;
	display: inline-block;
}
.statutFiltreDoc{
	height: 20px;
	width: 100%;	
	display: inline-block;	
	padding-top: 5px;
}
.fermerEntete{
	position: absolute;
	top: -2px;
	right: 3px;
	transition: all 200ms;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	color: #d4caca;
	padding: 5px;
	width: 19px;
	height: 19px;
	border-radius: 5px;
}
.fermerEntete:hover { 
	color: #FF4646AD;
	background-color: #d4caca; 
}
.btnEntete{
	transition: all 200ms;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	color: #d4caca;
	padding: 5px;
	width: 19px;
	border-radius: 5px;
	display: inline-block;
}

.doublonCarnet{
	width:45%;
	float: left;
}
#doublonCarnetCentre{
	width:10%;
	float: left;
}
#zoneBtnDoublon{
	float: left;
	width: 100%;
}
#doublonCarnetCentre .elem{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
}
#tableCarnetA th,#tableCarnetB th{
	padding-left:0px;
	padding-right:0px;
}
#contenuTableauA .elem, #contenuTableauB .elem{
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
}
.btnEnteteVert:hover { 
	color: #2b9500;
	background-color: #d4caca;
}

.btnEnteteRouge:hover { 
	color: #FF4646AD;
	background-color: #d4caca;
}

.saveEntete{
	position: absolute;
	top: -2px;
	right: 45px;
	transition: all 200ms;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	color: #d4caca; 
	padding: 5px;
	width: 19px;
	border-radius: 5px;
}
.saveEntete:hover { 
	color: #2b9500;
	background-color: #d4caca;
}

.troisiemeBtnEntete{
	position: absolute;
	top: -2px;
	right: 90px;
	transition: all 200ms;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	color: #d4caca; 
	padding: 5px;
	width: 19px;
	border-radius: 5px;
}
.troisiemeBtnEntete:hover { 
	color: #FFA500;
	background-color: #d4caca;
}

.grisAdmin{
	background-color: rgba(0, 0, 0, 0);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: -moz-linear-gradient(rgb(149, 149, 149) 0%, rgb(218, 218, 218) 50%, rgb(204, 204, 204) 51%, rgb(207, 207, 207) 100%);
	
	background-image: -webkit-gradient(rgb(149, 149, 149) 0%, rgb(218, 218, 218) 50%, rgb(204, 204, 204) 51%, rgb(207, 207, 207) 100%);
	background-image: -webkit-linear-gradient(rgb(149, 149, 149) 0%, rgb(218, 218, 218) 50%, rgb(204, 204, 204) 51%, rgb(207, 207, 207) 100%);
	background-size: auto;
	background-origin: padding-box;
}
.inputDropZone{
	border: dashed #365c78;
	padding: 20px;
	display: block;
	width: 90%;
}
#divLogoFiche{
	padding: 10px;
	margin: 5px;
	background-color: #bbcfde;
	display: inline-block;
	border-radius: 5px;
	position: absolute;
}
#divLogoFiche i{
	color: white;
}
#personalDataFiche {
	display: inline-block;
	width: 400px;
	height: 70px;
	margin-left: 70px;
}
#personalDataFiche .elemFiche{
	margin-top: 5px;
}
.dataFiche .elemFiche{
	margin-top: 5px;
	margin-left: 5px;
}
.dataFiche {
	display: inline-block;
	width: 95%;
	margin-left: 5px;
	margin-top: 10px;
}
.dataFiche .dataFicheTitre{
	margin-bottom: 5px;
	padding: 5px;
	
	background-color: #83a8c2;
}

.dataFicheDroite{
	width:50%;
	float:left;
}
.dataFicheGauche{
	width:50%;
	float:left;
}
#infoDocument .elem{
	width:588px;
}
input { -webkit-user-select:text;}


.gestionPermission input[type="checkbox"]{
    -webkit-appearance: initial;
    appearance: initial;
    background: #FF4646AD;
    width: 20px;
    height: 20px;
    border: none;
    position: relative;
}
.gestionPermission input[type="checkbox"]:after {
	content: "X";
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.gestionPermission input[type="checkbox"]:checked {
    background: #85D77E;
}
.gestionPermission input[type="checkbox"]:checked:after {
    /* Heres your symbol replacement */
    content: "V";

    color: #fff;
    /* The following positions my tick in the center, 
     * but you could just overlay the entire box
     * with a full after element with a background if you want to */
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /*
     * If you want to fully change the check appearance, use the following:
     * content: " ";
     * width: 100%;
     * height: 100%;
     * background: blue;
     * top: 0;
     * left: 0;
     */
}
.ligne {
	height: 10px;
	float: left;
	width: 99%;
	border-bottom: solid 1px;
}
.width33{
	float:left;
	width: 32%;
}
.flecheCopierDate{
	-webkit-transform: scale(1,3); -moz-transform: scale(1,3); -ms-transform: scale(1,3); -o-transform: scale(1,3); transform: scale(1,3);
	margin-left: 10px;
	position: absolute;
	height: 0px;
	font-size: 18px;
	top: 7px;
}
.width50{
	float:left;
	width: 48%;
}
#feedback{
	top: 0;
	bottom: 200px;
}
#confirmMessage{
	margin: 10px;
}
#zoneLangue{
	position: absolute;
	right: 350px;
	width: 110px;
	top: 1px;
	font-weight: bold;
}
.blockLang{
	height: 18px;
	cursor: pointer;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	margin: 5px;
	background-color: #bbcfde;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: inset 0 1px 1px rgba(111, 55, 125, 0.8), inset 0 -1px 0px rgba(63, 59, 113, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #150a1e;
}
#userLogged{
	position: absolute;
	right: 350px;
	top: 6px;
	font-weight: bold;
}
#calendarAddClient{
	position: absolute;
	right: 560px;
	top: 6px;
	font-weight: bold;
	z-index: 2;
}
.white{
	color: white;
}
.warning{
	color: #FF4646AD;
	font-weight:bold;
}
#logo_lisa{
	background-image: url('../images/Lisa6.png');
	background-repeat: no-repeat;
	background-size: 90%;
	height: 100%;
	width: 100%;
}
#contenuCustomConfirm{
	overflow-y : auto;
}
#infoTag .elem{
	width:600px;
}
.btnRight{
	float:right;
}
.btnDeleteDate{
	width: 18px;
	text-align: center;
	padding: 0;
	margin-left: 2px;
}

.ligneTabPack{
	background-color: #bbcfde;
	height:38px;
}
.green{
	color: #85D77E;
}
.darkGreen{
	color: #23CC14;
}
.red{
	color : #b71f1f;
}

.clignote {
  color: #b71f1f;
  animation: clignote 2s linear infinite;
}
@keyframes clignote {  
  50% { opacity: 0; }
}

.btnBig{
	/*color: #85D77E;*/
	display: inline-block;
	padding: 5px;
	border: solid 1px black;
	margin: 5px;
	border-radius: 5px;
	background-color: #bbcfde;
}
#tempsEcoule{
	font-weight: bold;
	color:red;
}
.zoneDivBlanc{
	-webkit-box-shadow: inset 0 0 6px #eceff4;
	background-color: white;
	padding: 5px;
	margin: 5px;
}

.imgSplit {
	position: relative;
	display: inline-block;
	margin: 50px 0px 20px 20px;
	border: solid 3px;
}

.imgSplitLoupe {
	top: -40px;
	position: absolute;
	left: 0px;
	color: #9f9b9b;
}

.onglet{
	display: inline-block;
	background-color: #899bc1;
	color: white;
	height: 25px;
	width: 255px;
	border-radius: 5px 5px 0px 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}
.divOnglets{
	padding-top: 1px;
}
.iconInline{
	margin-left:10px;
	display:inline-block;
}
.parent-div {
  position: relative;
}
.parent-div input[type=file] {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  font-size: 90px;
  width:200px;
  height:20px;
}
.btn-upload {
  border: 1px solid #000;
  color: #000;
  margin: 5px;
  border-radius: 5px;
  width:200px;
}
.right{
	float:right;
}
.imgList{
	margin-top:5px;
}

