a {
	text-decoration: none;
}
ul, ol, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#demo {
	width: 320px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0 !important;
}
p {
	margin: 0;
}
.calendar {
	width: 280px;
	height: 320px;
}
.calendar-modal {
	display: none;
	position: absolute;
	background: #fdfdfd;
	border: 1px solid #e8e8e8;
}
.calendar-modal .view {
	box-shadow: 1px 2px 3px #ddd;
}
.calendar-inner {
	position: relative;
	z-index: 1;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
	-webkit-transform: perspective(1000px);
	transform: perspective(1000px);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.calendar-views {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.calendar .view {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
 *overflow: hidden;
	-webkit-transition: .6s;
	transition: .6s;
}
.calendar-d .view-month, .calendar-m .view-date {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	visibility: hidden;
	z-index: 1;
}
.calendar-d .view-date, .calendar-m .view-month {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	visibility: visible;
	z-index: 2;
}
.calendar-ct, .calendar-hd, .calendar-views .week, .calendar-views .days {
	overflow: hidden;
}
.calendar-views {
	width: 100%;
}
.calendar .view, .calendar-display, .calendar-arrow .prev, .calendar .date-items li {
	float: left;
}
.calendar-arrow, .calendar-arrow .next {
	float: right;
}
.calendar-ct {
	height: 280px;
}
.calendar-ct > ol > li {
	border-radius: 0px !important;
	font-size: 11px !important;
	background-color: #8da3ba;
	color: #f3f5f7 !important;
	padding: 0 !important;
	border-top: 1px solid #70879f;
}
.calendar-ct > ol > li:nth-child(1) {
	border-left: 1px solid #70879f;
	border-right: 1px solid #70879f;
}
.calendar-ct > ol > li:nth-child(2) {
	border-right: 1px solid #70879f;
}
.calendar-ct > ol > li:nth-child(3) {
	border-right: 1px solid #70879f;
}
.calendar-ct > ol > li:nth-child(4) {
	border-right: 1px solid #70879f;
}
.calendar-ct > ol > li:nth-child(5) {
	border-right: 1px solid #70879f;
}
.calendar-ct > ol > li:nth-child(6) {
	border-right: 1px solid #70879f;
}
.calendar-ct > ol > li:nth-child(7) {
	border-right: 1px solid #70879f;
}
.calendar-hd {
	padding: 10px 0;
	height: 50px;
	line-height: 30px;
}
.calendar-hd a {
	font-family: 'Eurostile LT Std' !important;
	text-decoration: none;
	font-size: 20px;
	color: #48484a !important;
}
.calendar-display {
	font-size: 28px;
	text-indent: 10px;
}
.view-month .calendar-hd {
	padding: 10px;
}
.calendar-arrow, .calendar-display {
	color: #ddd;
}
.calendar li[disabled] {
	color: #bbb;
}
.calendar li.old[disabled], .calendar li.new[disabled] {
	color: #eee;
}
.calendar-display .m, .calendar-views .week, .calendar-display:hover, .calendar-arrow span:hover {
	color: #888;
}
.calendar-views .days .old, .calendar-views .days .new {
	color: #ccc;
}
.calendar-arrow span, .calendar-views .days li[data-calendar-day], .calendar-views .view-month li[data-calendar-month] {
	cursor: pointer;
}
.calendar li[disabled] {
	cursor: not-allowed;
}
.calendar-arrow {
	width: 50px;
	margin-right: 10px;
}
.calendar-arrow span {
	font: 500 26px sans-serif;
}
.calendar ol li {
	position: relative;
	float: left;
	text-align: center;
	border-radius: 0;
	color: #869db4;
}
.calendar .days {
	background-color: #f3f5f7;
	border: 1px solid #b3c2d1;
}
.calendar .week li {
	width: 42.8px !important;
	height: 20px !important;
	line-height: 20px !important;
}
.calendar .days li {
	width: 42.5px !important;
	height: 39px !important;
	line-height: 40px !important;
}
.calendar .month-items li {
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.calendar .days li[data-calendar-day]:hover, .calendar .view-month li[data-calendar-month]:hover {
	background: #eee;
}
.calendar .calendar-views .now {
	color: #53677e;
	background: #869db4!important;
}
.calendar .calendar-views .selected {
	color: #53677e;
	background: #d0deeb !important;
}
.calendar .calendar-views .dot {
	position: absolute;
	left: 50%;
	bottom: 4px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	background: #869db4;
	border-radius: 50%;
}
.calendar-views .now .dot {
	background: #fff;
}
.calendar .date-items {
	width: 300%;
	margin-left: -100%;
}
.calendar-label {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	padding: 5px 10px;
	line-height: 22px;
	color: #fff;
	background: #000;
	border-radius: 3px;
	opacity: .7;
	filter: alpha(opacity=70);
}
.calendar-label i {
	display: none;
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 0;
	height: 0;
	margin-left: -3px;
	border: 6px solid transparent;
	border-top-color: #000;
}
