.calendar {
	position: absolute;
	font-size: 14px !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #000;
	line-height: normal;
    width: 270px;
    height: 230px;
	padding: 12px 9px 10px 10px;
	background: none;
	background-color:#fff;
	border: none;
    -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px;
    filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.06)) drop-shadow(0px -2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
}

.calendar th {color:#a0a8b1}

/* header
********************************************************/
.calendar .header {
	position: relative;
	height: 25px;
	margin-bottom: 5px;
	padding-top: 1px;
}

.calendar .header .title {
	text-align: center;
	margin: 0 30px 0 30px;
}

.calendar .header .titleText {
	text-decoration:underline
}
.calendar .header .titleText:hover {
	text-decoration:none !important
}

.calendar .header .previous,
.calendar .header .next,
.calendar .header .closeButton {
	position: absolute;
	cursor: pointer;
	text-indent: -40px;
	overflow: hidden;
	width: 14px;
	height: 5px;
	top: 2px;
	background-image: url(/i/arrows.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.calendar .header .previous {
	top:6px; left: 11px;
}
.calendar .header .previous:hover {
	background-position: left bottom;
}
.calendar .header .next {
	top:6px; right: 12px;
	background-position: -19px top;
}
.calendar .header .next:hover {
	background-position: -19px bottom;
}
.calendar .header .closeButton {
	display: none;
	right: 0px;
	top: 0px;
	background-position: right top;
}
.calendar .header .closeButton:hover {
	background-position: right bottom;
}

/* body
********************************************************/
.calendar .body {
	position: relative;
	top: 0px;
	left: 2px;
	width: 245px;
	height: 174px;
	overflow: hidden;
}

/* time
********************************************************/
.calendar .time {
	position: relative;
	width: 100%;
	height: 100%;
}

.calendar .time .hour,
.calendar .time .separator,
.calendar .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 10px;
	text-align: center;
	padding: 2px;
}

.calendar .time .hour {
	left: 15px;
}
.calendar .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 76px;
}

.calendar .time .minutes {
	left: 95px;
}
.calendar .time .ok {
	position: absolute;
	top: 65px;
	width: 136px;
	left: 15px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.calendar .days .day {
	float: left;
	text-align: center;
	overflow: hidden;
	width:34px;
	padding:4px 0 4px 0;
	margin: 0 1px 1px 0;
	font-size: 14px !important;
}
.calendar .days .titles {
	height: 15px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1px;
}
.calendar .days .day0 {
	margin-right: 0;
}

.calendar .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.calendar .days .week .day {
	cursor: pointer;
}
.calendar .days .week .day:hover {
	background-color: #efefef;
}

.calendar .days .otherMonth {
	color: #a0a8b1;
}

.calendar .days .selected {
	background-color: #efefef;
}

/* months-grid
********************************************************/
.calendar .months {padding-left:22px; overflow: hidden}
.calendar .months .month {
	float: left;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	height: 30px;
	width: 50px;
	padding:6px 0 4px 0;
	margin: 0 1px 1px 0;
}

/* months-colors
********************************************************/
.calendar .months .month:hover {
	background-color: #efefef;
}

.calendar .months .selected {
	background-color: #efefef;
}

/* years-grid
********************************************************/
.calendar .years {padding-left:21px; overflow: hidden}
.calendar .years .year {
	float: left;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width:50px;
	height: 30px;
	padding:6px 0 4px 0;
	margin: 0 1px 1px 0;
}

/* years-colors
********************************************************/
.calendar .years .year:hover {
	background-color: #efefef;
}

.calendar .years .selected {
	background-color: #efefef;
}

/* global
********************************************************/
.calendar .unavailable {
	background: none !important;
	color: #fbb !important;
	cursor: default !important;
}

.calendar table {
	border-spacing: 0;
}

.calendar th,
.calendar td {
	padding: 0;
}
