
h1.calendar-title {
    text-align:center;
    margin:1em 0;
}
h2.center {
	text-align:center;
	float:left;
	display:block;
	margin:0;
	width:50%;
}
.btn {
	border-radius:0;
}
.btn-primary {
	color: #ffffff;
	background-color: rgb(254,188,17);
	border-color: rgb(250,162,27);
	font-weight: bold;
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group>.btn:first-child {
	margin-left: 0;
	border-right:none;
}
.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: left;
}

.actions .btn-group {
	float:left;
	width:25%;
}
.actions .form-group {
	width:25%;
}


table.agenda {
	font-size:14px;
	color:#333;
	margin:20px 0;
	width:100%;
	border:1px solid #ddd;

}
table.agenda tr td:first-child {
	width:50px;
	text-align:right;
	border-right:1px solid #ddd;
}
td {
	border:1px solid #ccc; height: 60px;
	vertical-align:middle;
	padding:5px;
}
td {
	border: 1px solid #ddd;
	border-top-style: dotted;
	border-width: 1px 0 0;
}
td a  { text-decoration:none; display:block; }
td a:hover  { text-decoration:none; opacity:.75; }
td a:hover .event { border-color:#2e5495; }
td .event {
	background-color: rgb(254, 254, 254);
	border:1px solid #ccc;
	border-color: rgb(204, 204, 204);
	color: rgb(34, 34, 34);
	height: auto;
	padding:5px;
	font-size: 12px;
	-moz-box-shadow: 1px 1px 8px rgba(150, 150, 150, 0.25);
	-webkit-box-shadow: 1px 1px 8px rgba(150, 150, 150, 0.25);
	box-shadow: 1px 1px 8px rgba(150, 150, 150, 0.25);
}
td a {
	margin-top:10px;
}
td a:first-child {
	margin-top:0;
}

td .event.full { margin-top:10px; }
td .event.full:first-child { margin-top:0; }
td .event.full {
	-webkit-background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	background-size: 25px 25px; /* Controls the size of the stripes */

	-moz-box-shadow: 1px 1px 8px rgba(150, 150, 150, 0.25);
	-webkit-box-shadow: 1px 1px 8px rgba(150, 150, 150, 0.25);
	box-shadow: 1px 1px 8px rgba(150, 150, 150, 0.25);

	background-color: #c16;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
	                        color-stop(.25, rgba(255, 255, 255, .1)), color-stop(.15, transparent),
	                        color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .1)),
	                        color-stop(.75, rgba(255, 255, 255, .1)), color-stop(.75, transparent),
	                        to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%,
	                    transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%,
	                    transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%,
	                    transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%,
	                    transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%,
	                    transparent 75%, transparent);

	/*background-color: rgb(89, 148, 201);*/
	/*background-color: rgb(95,172,223);*/
	background-color: #fa9d1c;
	/*border-color: rgb(43, 106, 162);*/
	border-color: rgb(223,26,34);
	color: rgb(255, 255, 255);
}


.fc-event-inner {
	position: relative;
	z-index: 2;
}
.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fc-event-time {
	padding: 0 5px 5px;
	white-space: nowrap;
}
.fc-event-title {
	padding-left: 5px;
}
.fc-slots-left {
	position: absolute;
	top: 5px;
	right: 5px;
}