@charset "UTF-8";
/*
html, body {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto;
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
}
*/

#ui-datepicker-div {
	z-index: 1000 !important;
}

img.ui-datepicker-trigger {
	cursor: pointer;
	padding: 3px;
	position: relative;
	top: 9px;
}
img.ui-datepicker-trigger:hover {
	opacity: 0.6;
}
.dateInput {
	display: inline-block;
	padding-right: 20px;
}
/*
#ui-datepicker-div{
	position:absolute;
	top:200px !important;
	left:320px !important;
}
*/
.ui-datepicker thead th {
	background: #666;
	font-size: 10px;
	color: #FFF;
}
.ui-datepicker th.ui-datepicker-week-end {
	background: #333;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 10px .2em;
	text-align: center;
	text-decoration: none;
}


.dateInput input:focus{
	cursor: none;
	position:relative;
}

@media (max-width: 721px) {
#ui-datepicker-div {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	z-index: 1000 !important;
	width: 100%;
	padding: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
.ui-datepicker-header a {
	padding: 20px !important;
	cursor: pointer;
}
.ui-datepicker-title {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 15px .2em;
	text-align: center;
	text-decoration: none;
}
}
