.fc-calendar-container {
	position: relative;
}

.fc-calendar {
	width: 100%;
	height: auto;
	text-align: center;
}

.fc-calendar .fc-head {
	height: 40px;
	padding: 5px 0;
	line-height: 30px;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	padding-bottom: 15px;
}

.fc-calendar .fc-row {
	width: 100%;
	height: 40px;
	padding: 5px 0;
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 30px;
	width:  14.28%; /* 100% / 7 */
	/*width: -moz-calc(100%/7);*/
	/*width: -webkit-calc(100%/7);*/
	/* width: calc(100%/7); */ 
	position: relative;
}

/* 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 {
	overflow: hidden;
	position: relative;
	padding: 0 7px;
	text-align: center;
	line-height: 30px;
}
.fc-calendar .fc-row > div > span.fc-emptydate{
	color:#ddd;
}
.fc-calendar .fc-head > div {
	text-align: center;
	font-weight: bold;
}

.fc-calendar .fc-row > div > span.fc-date {
	width: 100%;
	text-align: center;
	line-height: 30px;
}
.fc-calendar .fc-row > div.fc-content > span.fc-date {
}
.fc-calendar .fc-row > div.fc-content > span.fc-date a {
	display: inline-block;
	width:100%;
	height: 100%;
}

.fc-calendar .fc-row > div time {
	display: none;
}

.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-today > span.fc-date {
	display: inline-block;
    color: #333;
    background: #fff;
}

.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;
}

#calendar .calender {
}
#calendar .ui-datepicker {
}
#calendar .calender .month {
	position:relative;
	margin:0 0 20px;
	
}
#calendar .ui-datepicker .ui-datepicker-header {
	position: relative;
	margin: 0;
}
#calendar .calender .month h4 {
	letter-spacing:0.2em;
	text-align:center;
	font-size:18px;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	letter-spacing:0.2em;
	text-align:center;
}
#calendar .calender .month .btnArrow a{
	color:#FFF;
	font-size:16px;
	line-height:20px;
	width:22px;
	height:22px;
	display:block;
	position:absolute;
	vertical-align:top;
	text-indent: -9999px;
	background-image: url(../images/arrow-r.png);
	background-size: cover;
}
#calendar .ui-datepicker .ui-datepicker-header a{
	color:#FFF;
	font-size:16px;
	line-height:20px;
	width:7px;
	height:12px;
	display:block;
	position:absolute;
	vertical-align:top;
	text-indent: -9999px;
	cursor:pointer;
	top: 23px;
}
.month .btnPrev a{
	left:10px;
	padding-left:6px;
	text-align:left;
	vertical-align:top;
	background-image: url(../images/common/arrow-l.png);
	text-indent: -9999px;
	background-size: cover;
}

#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
	left:18px;
	padding-left:6px;
	text-align:left;
	background-image: url(../images/common/arrow-l.png);
	text-indent: -9999px;
	background-size: cover;
}

.month .btnNext a{
	right:10px;
	padding-right:6px;
	text-align:right;
	background-image: url(../images/common/arrow-r.png);
	text-indent: -9999px;
	background-size: cover;
}

#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next{
	right:18px;
	padding-right:6px;
	text-align:right;
	background-image: url(../images/common/arrow-r.png);
	text-indent: -9999px;
	background-size: cover;
}
.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e{
	display:none;
	text-indent: -9999px;
}
#calendar .calender table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	text-align:center;
}

#calendar .ui-datepicker table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	text-align:center;
}

#calendar .ui-datepicker-calendar th,
#calendar .ui-datepicker-calendar td {
	text-align:center!important;
}
#calendar .calender th,
#calendar .calender td {
	height:40px;
	font-weight:normal;
}

#calendar .ui-datepicker th,
#calendar .ui-datepicker td {
	height:40px;
	font-weight:normal;
}

#calendar .calender td span {
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:50%;
	background:#E6E6E6;
	color:#666;
}
#calendar .ui-datepicker td span {
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:50%;
	background:#E6E6E6;
	color:#666;
	line-height: 35px;
}

/*5150514050*/
#calendar .fc-calendar{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	text-align:center;
}


/*5150514050*/

@media screen and (max-width:812px) {
	#calendar .ui-datepicker .ui-datepicker-header {
		margin:0 0 20px;
	}
	#calendar .calender {
		padding:10px;
	}
	#calendar .ui-datepicker {
	}
	#calendar .calender .month {
		margin:0 0 10px;
	}
	#calendar .ui-datepicker .ui-datepicker-header {
		margin:0;
	}
	#calendar .calender .month h4 {
		letter-spacing:0.2em;
	}
	#calendar .ui-datepicker .ui-datepicker-header h4 {
		letter-spacing:0.2em;
	}
	#calendar .calender .month .btnArrow a{
		line-height:14px;
		width:15px;
		height:15px;
		top:0px;
	}
	#calendar .ui-datepicker .ui-datepicker-header a{
		line-height:14px;
		width:5px;
		height:12px;
		top:12px;
		cursor:pointer;
	}
	#calendar .calender .month .btnPrev a{
		left:10%;
		padding-left:4px;
	}
	#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
		left:10%;
		padding-left:4px;
	}
	#calendar .calender .month .btnNext a{
		right:10%;
		padding-right:4px;
	}
	#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
		right:10%;
		padding-right:4px;
	}
	#calendar .ui-datepicker table {
		width:90%;
		margin:0 auto;
	}
	#calendar .calender th,
	#calendar .calender td {
		padding:2%;
		height:auto;
	}
	#calendar .ui-datepicker th,
	#calendar .ui-datepicker td {
		padding:2%;
		height:auto;
	}
	#calendar .calender td span {
		width:30px;
		height:30px;
	}
	#calendar .ui-datepicker td span {
		width:30px;
		height:30px;
		line-height: 30px;
	}
	.fc-calendar .fc-head {
		height: 30px;
		padding: 0;
	}
	.fc-calendar .fc-row {
		height: 35px;
		padding: 5px 0 0;
	}

}

/* DeskTop */
@media screen and (min-width:813px) {
	.fc-calendar .fc-row > div {
		line-height: 1.5;
		padding: 0 0 0 0;
	}
	.fc-calendar .fc-row > div > span {
		height: 100%;
    	padding: 0;
		width: 100%;
    	text-align: center;
		display: inline-block;
	}
	.fc-calendar .fc-row > div.fc-content > span.fc-date a {
		padding-top: 5px;
	}
}

/* shop_and_staff_index */
.fc-calendar .fc-row > div.fc-today > span.fc-date {
	background: #fff;
	width: 30px;
	height: 30px;
}
.fc-calendar .fc-row > div.fc-content > span.fc-date .holidays {
	position: relative;
	width: 30px;
	height: 30px;
	padding: 0;
	text-align: center;
	display: inline-block;
	border-radius: 15px;
	background-color: #70cccb;
}
@media screen and (max-width:812px) {
	.fc-calendar .fc-row > div.fc-content > span.fc-date .holidays {
		padding-top: 0;
	}
}