.separate_day_agenda{
	background-color: #BFC8D1;
	color: #333333;
	margin-bottom: 5px;
	padding: 10px;
	text-align:center;
	line-height: 27px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    font-size: 17px !important;
    font-weight: lighter !important;
}
.k-i-calendar{
	display:none !important;
}
.intervention{
	display:none;
}
.color_rooms{
	background:#22B0C0;
	margin-right: 5px;
	padding: 0.5em;
	border-radius: 3px;
	color: #ffffff;
	
}

#mark_type_seance
{
    clear: left;
    width: 100%;
	min-height:50px;
}
.k-event {
	color: #ffffff !important;
	margin-bottom:20px !important;
}
/*.k-scheduler-content{
	height: 700px !important; 
}*/
.k-nav-current > .k-link span + span {
    max-width: 200px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}

#team-schedule {
    background: url('../content/web/scheduler/team-schedule.png') transparent no-repeat;
    height: 115px;
    position: relative;
}

/*************************************************/

    .seance-template p {
        margin: 0px 0 -10px 0;
    }
	.seance-template. first_p{
		margin-bottom:-25px !important;
	}
    .seance-template h3 {
        padding: 0 4px 2px;
        font-size: 15px;
		padding: 0.5em;
    }
    .seance-template a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }
    .k-state-hover .seance-template a,
    .seance-template a:hover {
        color: #000000;
    }
	
@media screen and (max-width: 772px) {
	.k-scheduler-datecolumn {
		width: 4.5em !important;
	}
	.k-scheduler-timecolumn {
		width: 7em;
	}
	/*On affiche pas l'heure sur mobile*/
	.k-scheduler-timecolumn{
		display:none !important;
	}
	/*on float le jour firt column vers le haut sur mobile*/
	.k-scheduler-table td {
		vertical-align: top;
	}
	/*.k-scheduler-table  tr:first-child td {
		display:none !important;
	}*/

	/*Ici on cache la possibilité d'aller sur la version day si on sur une version mobile */
	#scheduler .k-view-day{
		display:none;
	}
	
	.color_rooms{
		width:100% !important;
		text-align: center;
		
	}
	.rooms_agenda{
		width:100% !important;
	}
	/******************************/
	.rooms_agenda {
		float:right;
	}
	.hour_agenda{
		float:left;
		margin-right:10px;
		
	}
	.title_agenda{
		float:left;
		width:80%;
	}

	.seance-template{
		cursor: pointer;
	}

	.seance-template-agenda{
		 margin-left: 25px;
		 margin-top: -20px;
	}

	.seance-template-agenda .k-scheduler-mark{
		height:40px !important;
		border-radius:none !important;
	}
	
	.k-scheduler-agenda .k-scheduler-content table.k-scheduler-table tbody tr td{
		min-height: 200px !important;
	}

	.span_title{
		line-height : 27px;
	}	
	
	/*augmenter la taille de l'affichage date du jour*/
	.k-nav-current > .k-link span + span {
		max-width:300px !important;
	}
}
@media screen and (min-width: 772px) {
	
	/*on float le jour firt column vers le haut sur mobile*/
	.k-scheduler-table td {
		vertical-align: top;
	}
	
	.color_rooms{
		min-width:200px !important;
		text-align: center;
	}
	
	.rooms_agenda {
	float:right;
	}
	.hour_agenda{
		float:left;
		margin-right:10px;
		
	}
	.title_agenda{
		float:left;
		width:80%;
	}
	.title_agenda h3{
			
		margin-top: -10px;
		padding: 0.8em !important;
	}
	.seance-template{
		cursor: pointer;
	}

	.seance-template-agenda{
		margin-left: 25px;
		margin-top: -20px;
		padding-top: 15px;
	}

	.seance-template-agenda .k-scheduler-mark{
		height:40px !important;
		border-radius:none !important;
	}
	
	.title_agenda h3{
		margin-top: -10px;
		padding: 0.8em !important;
	}
	
	.span_title{
		line-height : 27px;
	}
	
	.seance-template-agenda .first_p{
		margin-top:8px;
	}
	
	.codeCouleur {
		float: left;
		height: 40px;
		margin-right: 6px;
		width: 5px;
	}
	/*on cache les mark(les légendes) pour la version desktop*/
	.k-scheduler-agenda .k-scheduler-table .k-task .k-scheduler-mark{
		display:none !important;
	}
	
	/*augmenter la taille de l'affichage date du jour*/
	.k-nav-current > .k-link span + span {
		max-width:500px !important;
	}
}
/**cacher les colonnes sur heure et day sur la vue "DAY"**/
.k-scheduler-timecolumn{
	display:none;
	}
.k-scheduler-datecolumn{
	display:none;

}

/***Ajout du filtre sur les types de seances*****/
h1, h2, h3, body{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
	font-weight : lighter !important;
	font-size: 17px !important;
}
/*ici on definit le style les liens jquery-mobile sur toutes les séances*/
.all_seances{
	text-decoration:none;
	color:#ffffff !important;
}
.k-scheduler-agenda .all_seances{
	color:#A8A8A8 !important;
}
.all_seances_agenda{
	text-decoration:none;
	color:#ffffff !important;
}
.k-scheduler-agenda .all_seances_agenda{
	color:#A8A8A8 !important;
}

/*on cache les date en dessous des salles*/
.k-scheduler-dayview .k-scheduler-table tbody tr:nth-child(2){
	display:none;
}



	/*on afiche pas la colonne salle  sur la vue agenda */
.k-scheduler-agenda	.k-scheduler-groupcolumn{
		display: none !important;
	}
/*on float la room a droite*/	
.k-scheduler-agenda .color_rooms{
	float:right;
}

.k-scheduler-navigation ul:nth-child(1){
	display:none;
}
/*
.scheduleSearch{
	width:100% !important;
}
.scheduleSearch input {
	width:60% !important;
	float:left;
}
.scheduleSearch button{
	width:20% !important;
	float:left;
}*/

/*1024*/

.rating  {
   color: #aaa;
   text-decoration: none;
   font-size: 2em;
   transition: color .4s;
}
/*.rating a:hover,
.rating a:focus {
   color: orange;
   cursor: pointer;
}*/