html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: white;
}

h1 {
	color: #3484D2;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

#frm-add-date + div {
    left: 14px !important;
    top: 35 !important;
    position: absolute !important;
    z-index: 10 !important;
}

.ui-datepicker-current {
    display: none;
}

#calendar .fc-event.p1, #calendar .p1 .fc-event-dot {
    background-color: #FC6E51;
    border-color: #E9573F
}

#calendar .fc-event.p2, #calendar .p2 .fc-event-dot {
    background-color: #A0D468;
    border-color: #8CC152
}

#calendar .fc-event.p3, #calendar .p3 .fc-event-dot {
    background-color: #4FC1E9;
    border-color: #3BAFDA
}