.ui-helper-hidden-accessible{display:none;}
/* Default styling for jQuery Datepicker v5.0.0. */
.datepick {
	background-color: #f0f4f7;
	color: #6c7174;
    border-radius: 3px;
	width:300px !important;
	position:relative;
	overflow:hidden;
	font:700 18px/18px 'Open Sans',Arial,Helvetica,sans-serif;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background #000;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
.datepick-ctrl {
	background-color: #600;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #f08080;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	height: 1.5em;
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear,
.datepick-cmd-prev:hover, .datepick-cmd-prevJump:hover, .datepick-cmd-clear:hover {
	position:absolute;
	top:15px;
	left:42px;
	width:20px;
	height:20px !important;
	background:url(../images/btn-prev.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	z-index:2;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
	display:none;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close,
.datepick-cmd-next:hover, .datepick-cmd-nextJump:hover, .datepick-cmd-close:hover {
	position:absolute;
	top:16px;
	right:45px;
	width:20px;
	height:20px !important;
	background:url(../images/btn-next.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	z-index:2;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 300px;
	text-align: center;
	border-radius:3px;
	overflow:hidden;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	font:700 18px/18px 'Open Sans',Arial,Helvetica,sans-serif;
	text-shadow:0 0 3px #04516d;
	border-radius:3px 3px 0 0;
	text-align:center;
	padding:15px 20px 17px;
	background: rgb(9,212,241);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5ZDRmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjk1ZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(9,212,241,1) 0%, rgba(18,149,226,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,212,241,1)), color-stop(100%,rgba(18,149,226,1)));
	background: -webkit-linear-gradient(top,  rgba(9,212,241,1) 0%,rgba(18,149,226,1) 100%);
	background: -o-linear-gradient(top,  rgba(9,212,241,1) 0%,rgba(18,149,226,1) 100%);
	background: -ms-linear-gradient(top,  rgba(9,212,241,1) 0%,rgba(18,149,226,1) 100%);
	background: linear-gradient(to bottom,  rgba(9,212,241,1) 0%,rgba(18,149,226,1) 100%);
	color: #fff;
}
.datepick-month-header select, .datepick-month-header input {
	height: 1.4em;
	margin: 0em;
	padding: 0em;
	border: none;
	font-size: 100%;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
	margin:0;
	padding:0;
	border:0;
}
.datepick-month thead {
	border:0;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	text-align: center;
}
.datepick-month th {
	font:700 16px/16px 'Open Sans',Arial,Helvetica,sans-serif;
	padding:8px 0 4px;
	border:0;
	background: rgb(239,243,245);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZjNmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWU3ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(239,243,245,1) 0%, rgba(225,231,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,243,245,1)), color-stop(100%,rgba(225,231,237,1)));
	background: -webkit-linear-gradient(top,  rgba(239,243,245,1) 0%,rgba(225,231,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(239,243,245,1) 0%,rgba(225,231,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(239,243,245,1) 0%,rgba(225,231,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(239,243,245,1) 0%,rgba(225,231,237,1) 100%);
}
.datepick-month th, .datepick-month th a {
	color: #6c7075;
}
.datepick-month td {
	background-color: #f0f4f8;
	border:  solid #e6e8e9;
	border-width:1px 0 0 1px;
	-webkit-box-shadow: inset 1px 1px 0px 1px rgba(244, 247, 250, 0.5);
	-moz-box-shadow:    inset 1px 1px 0px 1px rgba(244, 247, 250, 0.5);
	box-shadow:         inset 1px 1px 0px 1px rgba(244, 247, 250, 0.5);
}
.datepick-month td:first-child{
	border-left:0;
}
.datepick-month td.datepick-week {
}
.datepick-month td.datepick-week * {
	color: #fff;
	border: none;
}
.datepick-month a,
.datepick-month span {
	display: block;
	width: 100%;
	padding: 12px 0 13px;
	color: #6b7174;
	text-decoration: none;
}
.datepick-month span{
	cursor:default;
}
.datepick-month span {
	display: block;
	width: 100%;
}
.datepick-month td span {
	color: #888;
}
.datepick-month td .datepick-other-month {
}
.datepick-month td .datepick-weekend {
}
.datepick-month td .event_day{
	background-color: #00a5e4;
	color:#fff;
}
.datepick-month td span.event_day{
	background:#3ec3a8;
	cursor:default;
}
.datepick-month td a:hover {
	background-color: #008fe1;
	color:#fff;
}
.datepick-month td .datepick-today {
	background-color: #e7e9ea;
	color:#6b7174;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.datepick-month td .datepick-today:hover{
	background-color: #e7e9ea;
	color:#6b7174;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.datepick-month td .datepick-selected {
	background-color: #777;
	color: #fff;
}
.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
@media only screen and (max-width: 979px){
	.datepick{
		font:700 14px/17px 'Open Sans',Arial,Helvetica,sans-serif;
		width:229px !important;
	}
	.datepick-month{
		width:229px;
	}
	.datepick-month-header, .datepick-month-header select, .datepick-month-header input{
		font:700 15px/18px 'Open Sans',Arial,Helvetica,sans-serif;
		padding:9px 20px 11px;
	}
	.datepick-month th{
		padding:5px 0 1px;
		font:700 13px/16px 'Open Sans',Arial,Helvetica,sans-serif;
	}
	.datepick-month a{
		padding:7px 0 8px;
	}
	.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear, .datepick-cmd-prev:hover, .datepick-cmd-prevJump:hover, .datepick-cmd-clear:hover{
		left:20px;
		top:9px;
	}
	.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close, .datepick-cmd-next:hover, .datepick-cmd-nextJump:hover, .datepick-cmd-close:hover{
		top:9px;
		right:20px;
	}
}
@media only screen and (max-width: 767px){
	.datepick{
		
		width:300px !important;
		font:700 18px/18px 'Open Sans',Arial,Helvetica,sans-serif;
	}
	.datepick-month{
		width:300px;
	}
	.datepick-month-header, .datepick-month-header select, .datepick-month-header input{
		font:700 18px/18px 'Open Sans',Arial,Helvetica,sans-serif;
		padding:15px 20px 17px;
	}
	.datepick-month th{
		padding:8px 0 4px;
		font:700 16px/16px 'Open Sans',Arial,Helvetica,sans-serif;
	}
	.datepick-month a{
		padding:12px 0 13px;
	}
	.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear, .datepick-cmd-prev:hover, .datepick-cmd-prevJump:hover, .datepick-cmd-clear:hover{
		left:42px;
		top:15px;
	}
	.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close, .datepick-cmd-next:hover, .datepick-cmd-nextJump:hover, .datepick-cmd-close:hover{
		top:16px;
		right:45px;
	}
}
.datepick-popup {
	z-index: 1000;
	background:#fff;
	padding:6px 6px 6px 5px;
	border:1px solid #dadada;
	border-radius:3px;
}
.datepick-popup .datepick{
	width:211px !important;
	background:#fff;
}
.datepick-popup .datepick.big-pic{
	width:250px !important;
	background:#fff;
}
.datepick-popup tbody{
	background:#f2f2f2;
}
.datepick-popup .datepick-month{
	width:211px;
}
.datepick-popup .big-pic .datepick-month{
	width:250px;
}
.datepick-popup table{
	width:212px;
}
.datepick-popup table{
	width:251px;
}
.datepick-popup table a,
.datepick-popup table span{
	color:#676e72;
	padding:6px 0 5px;
	text-align:center;
	font:14px/17px 'Open Sans',Arial,Helvetica,sans-serif;
}
.datepick-popup table td{
	background:none;
	padding:0;
	border:solid #e2e2e2;
	border-width:1px 1px 0 1px;
}
.datepick-popup table tr:first-child td{
	border-top:0;
}
.datepick-popup table th{
	background:none;
	padding:0 0 2px;
}
.datepick-popup table th span{
	font:700 9px/12px 'Open Sans',Arial,Helvetica,sans-serif;
	color:#666;
	text-align:left;
	padding:0;
}
.datepick-popup .datepick-month-header{
	background:none;
	color:#4d4e4e;
	padding:0 20px 6px;
	font: 15px/18px 'Open Sans',Arial,Helvetica,sans-serif;
	text-shadow:none;
}
.datepick-popup .datepick-cmd-prev{
	top:5px;
	background:url(../images/arrow-datepick.png) no-repeat;
	width:6px;
	height:10px !important;
	left:35px;
}
.datepick-popup .datepick-cmd-next{
	background:url(../images/arrow-datepick.png) no-repeat 0 -15px;
	width:6px;
	top:5px;
	height:10px !important;
	right:35px;
}
.datepick-popup .datepick-ctrl{display:none;}
.datepick-popup .datepick-month td .datepick-selected{
	background:#00a5e4;
	color:#fff;
}
