/* Default styling for jQuery Datepicker v4.1.0. */
.datepick {
	color: #000;
	border-radius: 2px;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	font-family: Arial,Helvetica,Sans-serif;
	padding: 25px 57px 65px 57px;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f5f5f5 47%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(47%,#f5f5f5), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#f5f5f5 47%,#f3f3f3 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#f5f5f5 47%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#f5f5f5 47%,#f3f3f3 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#f5f5f5 47%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f3f3f3',GradientType=0 );
	border: 1px solid #d1d1d1;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 100001;
}
.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: 464px;
	background: -webkit-linear-gradient(top, rgba(79,79,79,1) 1%,rgba(44,44,44,1) 100%);
	background: -moz-linear-gradient(top, rgba(79,79,79,1) 1%,rgba(44,44,44,1) 100%);
	color: #fff;
	font-weight: bold;
	margin: 5px;
	padding: 5px 5px 7px 5px;
	border-radius: 5px;
	font-size: 12px;
	box-shadow: 0px 1px 5px #bbb;
}

.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 {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.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: 230px;
	border: 1px solid rgb(201, 201, 201);
	text-align: center;
	margin: 5px 5px 5px 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0px 1px 5px #bbb;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	height: 25px;
	background: -webkit-linear-gradient(top, rgba(79,79,79,1) 1%,rgba(44,44,44,1) 100%);
	background: -moz-linear-gradient(top, rgba(79,79,79,1) 1%,rgba(44,44,44,1) 100%);
	color: #fff;
	font-weight: bold;
	font-family: Lato, Arial;
	font-size: 14px;
	text-shadow: rgb(0, 0, 0) 0px 1px 1px;
	padding-top: 3px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.datepick-month-header select, .datepick-month-header input {
	height: 22px;
	border: none;
	font-size: 100%;
	background: rgb(255, 255, 255);
	color: #333;
	text-shadow: 1px 1px #fff;
	padding-top: 0px;
	border-radius: 2px;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	width: 27px;
}
.datepick-month th, .datepick-month th a {
	background-color: rgb(227, 227, 227);
	color: rgb(100, 100, 100);
}
.datepick-month td {
	background-color: #eee;
	width: 25px;
	height: 25px;
}
.datepick-month td.datepick-week {
	border: 1px solid #777;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.datepick-month a {
	display: block;
	padding: 3px;
	background-color: rgb(255, 255, 255);
	color: rgb(90, 92, 92);
	text-decoration: none;
	font-family: 'Lato', Arial;
	font-weight: bold;
	font-size: 11px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.datepick-month span {
	display: block;
	padding: 0px 0px;
	font-family: 'Lato', Arial;
	font-size: 9px;
	font-weight: bold;
}
.datepick-month td span {
	display: block;
	padding: 3px 6px 3px 3px;
	background-color: rgb(255, 255, 255);
	color: rgb(90, 92, 92);
	text-decoration: none;
	font-family: 'Lato', Arial;
	font-weight: bold;
	font-size: 11px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	text-align: right;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
	color: #ccc;
	font-family: 'Lato', Arial;
	font-weight: bold;
	font-size: 11px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 3px 6px 3px 3px;
	display: block;
}
.datepick-month td .datepick-weekend {
	background-color: rgb(255, 255, 255);
}
.datepick-month td .datepick-today {
	background-color: #eee;
}
.datepick-month td .datepick-selected {
	background-color: #e64e29;
	color: #fff;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.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;
}

.datepick-cmd.datepick-cmd-prev span {
	background: url('/wp-content/themes/casantilles/css/custom-theme/images/ui-icons_ffffff_256x240.png');
	display: block;
	background-position: -80px -192px;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}

.datepick-cmd.datepick-cmd-next span {
	background: url('/wp-content/themes/casantilles/css/custom-theme/images/ui-icons_ffffff_256x240.png');
	display: block;
	background-position: -48px -192px;
	width: 16px;
	height: 16px;
	float: right;
	margin-left: 8px;
	margin-top: 2px;
}
