noscript{display:block;}
section.calender2{
	padding-top:1px;
	display:none;
	height:100%;
	width:90%;
	max-width:700px;
	margin:auto;
}


.fc-calendar-container {
	position: relative;
	height: calc(100% - 60px);
	/*width: 400px;*/
}

.fc-calendar {
	height: 100%;
}
.custom-calendar-full{
	/*height: 96%;
	height: calc(100% - 20px);*/
	overflow:hidden;
}
.fc-calendar .fc-head {
	background:#e9e9e9;
	height: 26px;
	line-height: 26px;
	color: #696969;
	font-weight:700;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	text-align: center;
	cursor:pointer;
}

.fc-calendar .fc-row {
	width: 100%;
	/*border-bottom: 1px solid #ddd;*/
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 0;
}

.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;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
}
.fc-calendar .fc-row > div{
	height:0;
	padding-bottom:10.6%;
}

/* 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;
	border-right: 1px solid #eceaea;
	border-bottom: 1px solid #eceaea;
}

.fc-calendar .fc-head > div {
	text-align: center;
	border-right: 1px solid #ddd;
	font-size:15px;
}

.fc-calendar .fc-row > div > span.fc-date {
	font-size: 17px;
	line-height: 30px;
	font-weight: 700;
	color: #818080;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #274d36;
	color:#fff;
}
.fc-calendar .fc-row > div.fc-today > span.fc-date {
  color: #fff;
  text-shadow: none;
}

.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;
}






.cal_nav {
	position:relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cal_nav div.custom-prev,
.cal_nav div.custom-next {
	cursor: pointer;
	background:rgba(255,255,255,0.8);
	margin: 0 1px;
}
.cal_nav div.custom-next {
	border-radius: 0 3px 3px 0;
}
.cal_nav div.custom-prev {
	border-radius: 3px 0 0 3px;
	margin-right:8px;
}

.custom-month-year{
	padding:2px 0;
	margin:0;
	line-height:1.5;
}
.custom-prev .arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #3b703d;
	margin:4px 0 0 11px;
}
.custom-next .arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #3b703d;
	margin:4px 0 0 11px;
}
.custom-calendar-wrap.custom-calendar-full{
	max-width:244px;
	margin:auto;
	border:1px solid #ddd;
}
.custom-calendar-wrap .custom-month-year{
	font-size:16px;
	text-align:center;
}
.custom-calendar-wrap .cal_nav .custom-prev{
	position:absolute;
	left:2px;
	top:2px;
}
.custom-calendar-wrap .cal_nav .custom-next{
	position:absolute;
	right:2px;
	top:2px;
}
.cal_nav .custom-next .arrow_cir,
.cal_nav .custom-prev .arrow_cir{
	height:22px;
	width:30px;
	border-radius:48%;
	background:#eceae9;
	box-shadow:1px 1px 2px #f1f0ef, -1px -1px #bbbab9
}
.cal_nav .custom-prev .arrow_cir{
	background-image:url('../images/calendar_arrow.png');
	background-repeat:no-repeat;
	background-size:70%;
}
.cal_nav .custom-next .arrow_cir span{
	background-color:#868483;
	display:block;
	height:18px;
	width:20px;
	border-radius:100%;
	background-image:url('../images/calendar_arrow.png');
	background-repeat:no-repeat;
	background-size:160%;
	background-position:-16px 5px;
	position: absolute;
    top: 2px;
    left: 5px;
}
.cal_nav .custom-prev .arrow_cir span{
	background-color:#868483;
	display:block;
	height:18px;
	width:20px;
	border-radius:100%;
	background-image:url('../images/calendar_arrow.png');
	background-repeat:no-repeat;
	background-size:160%;
	background-position:3px 5px;
	position: absolute;
    top: 2px;
    left: 5px;
}

@media screen and (min-width:360px){
	
	.custom-calendar-wrap.custom-calendar-full{
	max-width:300px;
	margin:auto;
	border:1px solid #ddd;
	}
	
	
}




@media screen and (min-width:768px){
	
	.custom-month-year{
	padding:6px 0;
	}
	.custom-calendar-wrap.custom-calendar-full {
    max-width: 336px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
    font-size: 19px;
    line-height: 38px;
	}
	.fc-calendar .fc-row > div {
    padding-bottom: 11%;
	}

}
@media screen and (min-width:996px){

	.custom-calendar-wrap.custom-calendar-full {
    max-width: 360px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
    font-size: 20px;
    line-height: 40px;
	}
	.fc-calendar .fc-row > div {
    padding-bottom: 12%;
	}
	.fc-calendar .fc-head {
    height: 30px;
    line-height: 30px;
	}
	.confirm_btn {
    font-size: 16px;
    padding: 11px 17px;
	}
	.custom-month-year{
	padding:8px 0;
	}
	.cal_nav .custom-prev .arrow_cir,
	.cal_nav .custom-next .arrow_cir{
    height: 26px;
    width: 32px;
	}
	.cal_nav .custom-prev .arrow_cir span ,
	.cal_nav .custom-next .arrow_cir span{
    height: 20px;
    width: 22px;
	}
	.custom-calendar-wrap .cal_nav .custom-prev {
    left: 6px;
    top: 0px;
	}

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   
	.fc-calendar .fc-row > div, .fc-calendar .fc-head > div{
		width: 14.25%;
	}
   
}