
.fc-calendar-container {
	position: relative;
	height: auto;
	width: 100%;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head div {
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(99.9%/7);
	position: relative;
    display: block;
    box-sizing: border-box;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	padding: 14px 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}

.fc-calendar {
    width: 100%;
}

.calendarpicker .input-group-addon {
	cursor: pointer;
}
.calendarpicker-moving {
	cursor: move;
}
.calendarpicker-align-left.popover > .arrow {
	left: 25px;
}
.calendarpicker-align-top.popover > .arrow {
	top: 17px;
}
.calendarpicker-align-right.popover > .arrow {
	left: auto;
	right: 25px;
}
.calendarpicker-align-bottom.popover > .arrow {
	top: auto;
	bottom: 6px;
}
.calendarpicker-popover {
    width: 200px;
    padding: 10px;
}
.calendarpicker-popover .popover-title {
	background-color: #fff;
	color: #999;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.calendarpicker-popover .popover-title span {
	cursor: pointer;
}
.calendarpicker-popover .popover-content {
	background-color: #f8f8f8;
	padding: 12px;
}

/* Custom calendar elements */

.popover-calendar-header {
	background: #fff;
	padding: 0px 10px 5px 20px;
	height: auto;
	position: relative;
	
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.popover-calendar-header h2,
.popover-calendar-header h3 {
	text-align: center;
	text-transform: uppercase;
}

.popover-calendar-header h2 {
	font-weight: 300;
	font-size: 14px;
	margin-top: 5px;
}

.popover-calendar-header h3 {
	font-size: 11px;
	line-height: 18px;
	font-weight: 700;
	color: #b7bbc2;
}

.popover-calendar-header nav span {
	position: absolute;
	top: 20%;
	width: 30px;
	height: 30px;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 30px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popover-calendar-header nav span:first-child {
	left: 5px;
}

.popover-calendar-header nav span:last-child {
	right: 5px;
}

.popover-calendar-header nav span:before {
	color: #0D8136;
	position: absolute;
	text-align: center;
	width: 100%;
}

.popover-calendar-header nav span.custom-prev:before {
	content: '\25c2';
}

.popover-calendar-header nav span.custom-next:before {
	content: '\25b8';
}

.popover-calendar-header nav span:hover:before {
	color: #495468;
}

.custom-content-reveal {
	background: #f6f6f6;
	background: rgba(246, 246, 246, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0px;
	text-align: center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.custom-content-reveal span.custom-content-close {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #0D8136;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 13px;
	padding: 0;
}

.custom-content-reveal span.custom-content-close:after {
	content: 'x';
	font-size: 18px;
	color: #fff;
}

.custom-content-reveal a,
.custom-content-reveal span {
	font-size: 22px;
	padding: 10px 30px;
	display: block;
}

.custom-content-reveal h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000000;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 5px solid #0D8136;
	box-shadow: 0 1px rgba(255,255,255,0.9);
	padding: 20px 50px 20px 20px;
}

.custom-content-reveal div {
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
	color: #000000;
	margin: 0px 0px 0px 0px;
	display: block;
	padding: 20px;
	text-align: left;
}
.custom-content-reveal div a {
	font-size: 16px;
	line-height: 24px;
	color: #0D8136;
	padding: 0px;
	display: inline;
}
.custom-content-reveal div a:hover {
	text-decoration: underline;
}

.custom-content-reveal span {
	color: #888;
}

.custom-content-reveal a {
	color: #ef4f69;
}

.custom-content-reveal a:hover {
	color: #333;
}

/* Custom calendar elements */

.popover-calendar-header {
	background: #fff;
	padding: 0px 10px 5px 20px;
	height: auto;
	position: relative;

    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
    display: block;
    margin-bottom: 10px;
}

.popover-calendar-header h2,
.popover-calendar-header h3 {
	text-align: center;
	text-transform: uppercase;
}

.popover-calendar-header h2 {
	font-weight: bold;
    font-size: 16px;
    padding: 10px 5px 5px 5px;
}

.popover-calendar-header h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #b7bbc2;
}

.popover-calendar-header nav span {
	position: absolute;
	top: 20%;
	width: 30px;
	height: 30px;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 30px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popover-calendar-header nav span:first-child {
	left: 5px;
}

.popover-calendar-header nav span:last-child {
	right: 5px;
}

.popover-calendar-header nav span:before {
	color: #0D8136;
	position: absolute;
	text-align: center;
	width: 100%;
}

.popover-calendar-header nav span.custom-prev:before {
	content: '\25c2';
}

.popover-calendar-header nav span.custom-next:before {
	content: '\25b8';
}

.popover-calendar-header nav span:hover:before {
	color: #495468;
}

.custom-content-reveal {
	background: #f6f6f6;
	background: rgba(246, 246, 246, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0px;
	text-align: center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.custom-content-reveal span.custom-content-close {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #0D8136;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 13px;
	padding: 0;
}

.custom-content-reveal span.custom-content-close:after {
	content: 'x';
	font-size: 18px;
	color: #fff;
}

.custom-content-reveal a,
.custom-content-reveal span {
	font-size: 22px;
	padding: 10px 30px;
	display: block;
}

.custom-content-reveal h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000000;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 5px solid #0D8136;
	box-shadow: 0 1px rgba(255,255,255,0.9);
	padding: 20px 50px 20px 20px;
}

.custom-content-reveal div {
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
	color: #000000;
	margin: 0px 0px 0px 0px;
	display: block;
	padding: 20px;
	text-align: left;
}
.custom-content-reveal div a {
	font-size: 16px;
	line-height: 24px;
	color: #0D8136;
	padding: 0px;
	display: inline;
}
.custom-content-reveal div a:hover {
	text-decoration: underline;
}

.custom-content-reveal span {
	color: #888;
}

.custom-content-reveal a {
	color: #ef4f69;
}

.custom-content-reveal a:hover {
	color: #333;
}

/* Modifications */

.fc-calendar-container {
	height: 150px;
	width: auto;
	padding: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.fc-calendar .fc-head div {
	background: transparent;
	color: #0D8136;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.fc-calendar .fc-row > div {
	background: #fff;
	cursor: pointer;
}

.fc-calendar .fc-row > div:empty {
	background: transparent;
}

.fc-calendar .fc-row > div > span.fc-date {
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -10px 0 0 -15px;
	color: #686a6e;
	font-weight: 400;
	font-size: 13px;
	pointer-events: none;
}

.fc-calendar .fc-row > div.fc-current {
	background: #e0e0e0;
}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #000000;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-row > div.fc-content:after {
	content: '\00B7';
	text-align: center;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	color: #DDD;
	font-size: 70px;
	line-height: 20px;
	left: 50%;
	bottom: 3px;

	top: 100px;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
	color: #b02c42;
}

.fc-calendar .fc-row > div.fc-content:hover:after{
	color: #ef4f69;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
	color: #fff;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	display: none;
	font-size: 22px;
}

@media screen and (max-width: 900px) {
	.fc-calendar-container {
		height: 200px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
		font-size: 15px;
	}
}

.popover-calendar-title,
.popover-hours-title,
.popover-month-title,
.popover-day-title {
    font-size: 15px;
    text-decoration: none;
    color: #0080C9;
    font-weight: bold;
    font-style: normal;
    line-height: 20px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.popover-hours-title,
.popover-month-title,
.popover-day-title {
    margin-top: 20px;
}
 
 .CalendarSliderContainer {
    position: relative;
    width: auto !important;
    background-color: #e0e0e0;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
 }
 
 .CalendarSliderContainer .SliderContainer {
	position: relative;
	top: 0px;
	left: 0px;
 	height: 20px !important;
 	margin: 10px 0px;
	border: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.CalendarSliderContainer .SliderHandle {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
    white-space: nowrap;
	width: 60px;
	height: 16px;
	background: #4b4b4b;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	overflow: hidden;
	padding: 0px;
    margin: -4px 0px 4px 0px;
	line-height: 16px;
	text-align: center;
    box-sizing: border-box;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.CalendarSliderContainer .disabled {
	-webkit-opacity: 0.70;
	-moz-opacity: 0.70;
	opacity: 0.70;
}