@CHARSET "ISO-8859-1";




  #external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
  }

  #external-events .fc-event {
    margin: 10px 0;
    cursor: pointer;
  }

  #external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
  }

  #external-events p input {
    margin: 0;
    vertical-align: middle;
  }

  #calendar {
  	margin-top: 10px;
  }
.iconTacheAdmin{
	color: #85D77E;
	font-size: 20px;
	float: right;
	margin-left: 3px;
}
.removeAgenda  {
	position: absolute;
	top: 0px;
	right: 5px;
	z-index:100;
}
.prioriteAgenda  {
	position: absolute;
	top: 0px;
	right: 17px;
	z-index:100;
}
.dureeAgenda{
	position: absolute;
	top: 0px;
	right: 40px;
	z-index: 100;
}
.btnFiltreAllClients{
	float: right;
	width: 31px;
	height: 18px;
	cursor: pointer;
	display: inline-block;
	border-radius: 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;
	color: black;
}
.btnFiltreAllClientsPressed{
	width: 31px;
	float: right;
	-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;
	background-color: #85D77E;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
}
  .wrap {
    /*margin: 0 auto;
    width:100%;*/
    height:100%;
    margin-top: 5px;
    float:left;
  }
.calendarLeft{
	width: 15%;
	min-width: 150px;
	float: left;
}
.calendarCenter{
	height: 50%;
	width: 2%;
	float: left;
}
.calendarRight{
	width: 80%;
	float: left;
}
.divExternalEvent{
	margin-top: 10px;
  	padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: center;
    min-height: 50px;
}
.fc-event{
	margin: 5px;
}
.listeUserTache{
	text-align: left;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 5px;
}
.calendrierUserTache{
	margin: 5px;
	font-size: 19px;
}
.elemUserCalendrier{
	background-color: white;
	border-radius: 5px;
	position:relative;
}
.elemUserCalendrier input[type="checkbox"]{
    position: absolute;
    top: 3px;
}
.elemUserCalendrier label{
	padding-left: 25px;
	padding-right: 5px;
}
.elemUserCalendrier i{
	padding: 5px;
}
.elemUserCalendrier i:hover{
	background-color: #FF4646AD;
}
.elemUserCalendrier i:active{
	opacity: 0.5;
}
.checkBoxUserCalendrier{
	-webkit-appearance: initial;
	appearance: initial;
	background: #FF4646AD;
	width: 20px;
	height: 20px;
	border: none;
	position: relative;
}