



#calendar {
    position: relative;
    max-width: 900px;
    margin: 0;
}

.fc-event {
    font-size: .9em;
    border-radius: 3px;
    border: 1px solid #cacbcc;
    background-color: rgba(0,0,0,0.1);
    font-weight: 400;
    color: #333;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    cursor: pointer;
}

.fc-event:hover {
    background-color: rgba(0,0,0,0.2);
    color: #000;
}


.fc-time-grid-event>.fc-content {
    padding: 6px;
}


.fc-agenda-view .fc-hour-bloc {
    display: block;
}
.fc-agendaDay-view .fc-hour-bloc {
    display: none;
}

.fc-hour-bloc {
    float: left;
    position: absolute;
    /*display: inline-block;*/
    /*background: yellow;*/
    /*border: 1px solid red;*/
}

.fc-hour-bloc:hover {
    background: #fd9d00;
    /*border: 1px solid red;*/
}

.fc-day-header {
    color: #fff;
}


.fc-agendaDay-view .fc-slats td.fc-widget-content:hover
{
    background-color: #fd9d00;
}


/*
.fc-slats td.fc-widget-content
{
    border-right: 1px #DDD solid;
}
.fc-slats td.fc-widget-content:hover
{
    background-color: #ff0000;
}*/


#calendar-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -39px 0 0 -42px;
    width: 84px;
    height: 78px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.5);
    padding: 24px 0 0 0;
    z-index: 9999999;
}




/* Youtube tooltip style */
.qtip-arka {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);

    color: white;
    border: 0 solid transparent;

    background: #4A4A4A;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
    background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);

    margin-left: 10px;
    margin-top: -6px;
}


.qtip-arka .qtip-titlebar {
    background-color: #4A4A4A;
    background-color: rgba(0,0,0,0);
}

.qtip-arka .qtip-content {
    font: 12px arial,sans-serif;
}
.qtip-arka .qtip-content h3 {
    font: 12px arial,sans-serif;
}

.qtip-arka .qtip-icon {
    border-color: #222;
}

.qtip-arka .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}


/**
 * Datepicker
 **/
.xdsoft_datetimepicker,
.xdsoft_datetimepicker {
    z-index: 99999;
}



/**
 * Liste collaborateurs
 **/
#collaborateurs {
}
#collaborateurs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#collaborateurs li {
    padding: 4px;
}
#collaborateurs li:hover {
    background: #f0f0f0;
}

#collaborateurs li.checked {
    background: #fd9d00;
}
