.hb-day.hb-day-active{
	color: #000;
	background-color: #5fded1;
}

.hb-day.hb-day-active:hover{
	background-color: #96faff;
}

.hb-day.hb-day-selected, .hb-day.hb-day-selected:hover{
	background-color: #96faff;
}
.hb-loading:before{ content: url(/../images/iconLoading.gif); }

.hb-calendar {
	height: auto;
}

/*------------------------------------
		EVENT CALENDAR
-------------------------------------*/
#calendar {
    border: 1px solid #000;
    border-radius: 5px;
    margin: 0;
    padding: 10px;
}
.hb-prev-month {
    background-size: cover;
}
.hb-next-month {
    background-size: cover;
}
.hb-change-month {
    bottom: 15px !important;
    height: 15px !important;
    width: 15px !important;
}
.hb-current-month {
    font-size: 20px !important;
    line-height: 32px !important;
	font-weight: bolder;
	color: white !important;
}
.hb-current-month span {
    display: inline-block !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-top: 0 !important;
    padding-left: 10px;
    color: black !important;
}
.hb-calendar a{
	color: black !important;
}
.hb-months {
	height: 40px !important;
	border: 0 none;
	margin-bottom: 0;
	color: white;
}
.hb-days {
	width: 100% !important;
	box-shadow: none !important;
	padding: 0 !important;
	color: black;
	background-color: white;
}
.hb-day {
	width: 13.2% !important;
	height: 20px !important;
	padding: 0 !important;
	line-height: 18px;
}
.hb-day.hb-day-name {
	color: black;
/*
	background-color: #000;
	color: #fff !important;
*/
}


.event h3 {
    background-color: #000 !important;
    border-radius: 10px 10px 0 0;
    color: #fff !important;
}
.event h3  small {
    color: #eee !important;
}
.event {
    border: 1px solid #333 !important;
    border-radius: 10px;
}
