/**
 * Axelor Business Solutions
 *
 * Copyright (C) 2005-2016 Axelor (<http://axelor.com>).
 *
 * This program is free software: you can redistribute it and/or  modify
 * it under the terms of the GNU Affero General Public License, version 3,
 * as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
.view-container .calendar-view > div:last-child {
	position: absolute;
	top: 40px;
	bottom: 0; left: 0; right: 0;
	background-color: #fff;
}

.calendar-main {
	position: absolute;
	top: 0; left: 0; bottom: 0;
	right: 250px;
	overflow: auto;
}

.calendar-side {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: auto;
	overflow: hidden;
	padding: 4px;
	padding-top: 0;
}

.calendar-side .ui-datepicker {
	box-shadow: none;
	border-radius: 0;
}

.calendar-legend {
	padding-left: 4px;
	margin-top: 8px;
}

.calendar-legend label {
	line-height: 20px;
}

.calendar-view .record-pager > span {
	font-weight: 600;
	padding: 10px 4px 0;
}

.calendar-view .fc-month-view .calendar-event-day * {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.calendar-view .fc-event .fc-bg {
	opacity: .1;
}

.calendar-bubble-content {
	overflow: hidden;
}

.calendar-bubble-content hr {
	margin: 8px 0;
}

.calendar-view .fc-widget-header {
	font-weight: 600;
}
