﻿/* CORIM : Layout pour le planning Kendo
----------------------------------------------------------*/

#scheduler
{
    /*
    margin: 0;
    padding: 0;
    height: 100%;
    border-width: 0;
        */
}

.schedulerSlot
{	
}

.schedulerAllDaySlot
{
    background-color: #e9e9f3; 
}

.horodate
{
    border:1px !important;
    background-color:white !important;
    color:#222222 !important; 
}

.nonHorodate
{
    border:1px !important;
    background-color:white !important;
    color:#222222 !important; 
}

.k-scheduler-timelineWeekview .nonHorodate,
.k-scheduler-timelineview .nonHorodate
{
    background-color: #e9e9f3 !important;
    color:#222222 !important; 
}

.nonHorodate .k-event-actions:first-child
{
    display:none;
}

.nonHorodate div
{
    height:100%;     
}

.service
{
    color:white !important;
}

.ressource
{
}

.corimChevronGauche
{
	top: 0%; 
    height: 100%;
    left: 0%; 
    width: .5em;
    position: absolute;
    float: left; 
}

.corimChevronDroite
{
	top: 0%; 
    height: 100%;
    right: 0em; 
    width: .5em;
    position: absolute;
    float: left; 
}

.corimAvecChevronGauche
{
    padding-left: .8em;
}

.corimAvecChevronDroite
{
    padding-right: .8em;
}


/*ground */
.planningBody
{
}

/*ground */
.planningAvecNavigationBody
{
    /*
    margin: 0 400px 0 0px;
	height: 100%;
	position: relative;
        */
}

/*liste des ressources*/
#listeRessourcesPlanfiees 
{
    position: relative;
    overflow: hidden;
    min-height: 100px;
    padding: 20px;
    margin-top: 24px;
}

#listePersonnesGeolocalisees .overlayFiltrePersonne
{
	position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    padding: 20px;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
}

.ressourcesPlanfiees
{
	margin-bottom: 0;
}

.ressourcesPlanfiees:hover
{
	background-color: #f2f3f4;
}

.ressourcesPlanfiees > input[type=checkbox]
{
	vertical-align: top;
}

.ressourcesPlanfiees > div
{
	display: inline-block;
}

.ressourcesPlanfiees > .infoCouleur
{
	width: 15px;
    height: 15px;
	border: 1px solid #f2f3f4;
	vertical-align: top;
}

.ressourcesPlanfieesLibelle
{
	max-width: 180px;
}