#monthCalendar {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#monthCalendar a {
	color: #000000;
	text-decoration: none;
}

#monthCalendar a:hover {
	font-weight: bold;
}

#calendarDayOfWeekHeader {
	display: table;
	width: 100%;
}

.calendarDayOfWeek {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	padding: 0.2em;
}

.fc-widget-content.fc-today::before {
	content: '\00a0';
	height: 100%;
	display: block;
	position: relative;
}

.fc-unthemed .fc-today {
	background-color: #EBEBEB;
}

.calendarWeek {
	height: 100px;
	width: 100%;
}

.calendarDayOfWeek,.calendarDay {
	width: 112px;
}

.calendarDay {
	border-color: #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 0 solid #cccccc;
	float: left;
	height: 100%;
	white-space: nowrap;
}

.calendarDayTitle {
	text-align: right;
	background-color: #ebebeb;
	border-top: solid 1px #cccccc;
	padding-right: 0.3em;
}

.today .calendarDayTitle {
	background-color: #ffce9c;
}

.today {
	background-color: #ffffc9;
}

.otherMonth{
	background-color: #EBEBEB;
}

#monthCalendar .otherMonth a {
	color: #999999;
}

.otherMonth em {
	color: #999999;
}

.calendarLastDayOfWeek {
	border-right: none;
}

.hiddenEvent {
	width: 110px;
	height: 15px;
	visibility: hidden;
	position: relative;
	z-index: -1;
}

.calendarEventAllDay {
	background-color: #FFBD7B;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-top-left-radius: 0.3em;
	-webkit-border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	-webkit-border-top-right-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	-webkit-border-bottom-left-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	-webkit-border-bottom-right-radius: 0.3em;
}

.calendarEvent {
	font-size: 10px;
	text-align: left;
	overflow: hidden;
}

.calendarEvent em {
	font-style: normal;
	font-weight: bold;
}

.calendarEvent span div { /* Corrigindo um problema causado pelo DIV do AjaxModalDialog */
	display: inline;
}
.moreEvents {
	text-align: center;
}

.link-group {
	display:flex;
	justify-content: center;
	text-align: center;
}

.link-group > a {
    width:50px;
}

.modalFormContainer fieldset.fieldsetContainer #sharingUserSelection {
	display: flex;
    align-items: center;
}

.modalFormContainer fieldset.fieldsetContainer #sharingUserSelection #sharingUserLabel {
	width: max-content;	
}