/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27 juil. 2016, 17:44:50
    Author     : Guilhem Achikbache <guilhem@answeb.net>
*/
.fc-scroller {
	overflow: hidden !important;
}
.fc table, .fc button {
	font-size: 0.8em;
}
.fc h2 {
	font-size: 1.2em;
	font-weight: 300;
}
.fc-basic-view .fc-body .fc-row {
	min-height: 1em;
}

.fc-basic-view .fc-day-number {
	font-size: 1.5rem;
}

.fc-state-default {
	background: none;
	border:0;
	text-shadow: none;
	box-shadow: none;
	color:#fff;
}
.fc-row .fc-content-skeleton {
	padding-bottom: 0; 
}
.fc-ltr .fc-basic-view .fc-day-number, .fc th {
	text-align: center;
}

.fc-day-grid-event .fc-content {
	display: none;
}

.fc-h-event {
	background:#007cc4;
	height: 17px;
	border:0;
	border-radius: 0;
}

#calendar th {
	font-size: 1.2rem;
}

.event-date {
	line-height: 22px;
	font-weight: 900;
}

.event-date b {
	font-weight: 900;
}
#calendar td, #calendar th {
	border:0;
}

.event-detail a {
	color: #007cc4;
	font-weight:600;
	background: url(../images/plus-agenda.png) no-repeat right;
	padding-right: 25px;
	font-size: 1.3rem;
}

.event-detail a:hover {
	color: #4595da;}

.calendarview {
	background: url(../images/bg-bloc4.jpg) no-repeat;
	color: #fff;
	padding: 0 16px;

	margin-left: 0px;
}

aside .calendarview {
}

.calendarview h3 {
	font-weight: 300;
}

.calendarview .fc-left h2:first-letter {
	text-transform: uppercase;
}


.calendarview .text-calendar {
	padding-left: 0px;
	padding-right: 28px;
}

.calendarview  .fc-event-container {
	position: relative;
	background: #3c3c3c;
}

.calendarview .fc-day-grid-event {
	cursor: pointer;
    position: absolute;
    top: -33px;
    left: 69%;
    margin-left: -15px;
    width: 18px;
    height: 30px;
    text-indent: -999px;
    overflow: hidden;
    display: block;

}

.calendarview .fc-day-number {
	text-align: center;
    position: relative;
    z-index: 9;
    cursor: pointer;
    line-height: 30px;
}
.calendarview .fc-row .fc-state-highlight {

}

#event {
/*	margin-top: 36px;*/
}


.fc-row .fc-bg {
	z-index: 10;
}
td.fc-today {
	background: #3c3c3c ;
	opacity: 0.5;
}
td.has-event {
	background: #007cc4;
	opacity: 0.5;
}
.fc-content-skeleton tbody { display: none; }