input.DatePicker {
	padding: 3px;
	margin-right: 25px;
	cursor: pointer;
	width: 90px;
	text-align: center;
	z-index: 70000;
}

.dp_container select {
	visibility: visible !important;
}

.DatePickerWrapper {
	position: relative;
}

.DatePickerWrapper svg {
	font-size: 18px;
	display: inline-block;
	position: absolute;
	color: #707070;
	content: "";
	width: 1.28571429em;
	text-align: center;
	top: -1px;
	right: 4px;
	line-height: 20px;
	cursor: pointer;
}

input:focus.DatePicker {
	outline: -webkit-focus-ring-color auto 5px;
}

.dp_container {
	padding: 0;
	float: right;
	line-height: 160%;
	font-family: 'Lato', sans-serif;
}

.dp_container svg {
	margin: 5px;
}

.dp_cal {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	z-index: 70000;
	position: absolute;
	width: 300px;
	top: 25px;
	left: -100px;
	margin: 0px 0px 3px 0px;
}

.dp_cal table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.dp_cal select {
	margin: 2px 5px;
	font-size: 11px;
}

.dp_cal select option {
	padding: 1px 3px;
}

div.dp_cal > table th,
div.dp_cal > table td {
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 4px 1px;
}

.dp_cal th {
	color: #797774;
	background: #fcfcfc;
	font-weight: bold;
}

.dp_cal td {
	cursor: pointer;
}

.dp_cal thead th {

}

.dp_cal td.dp_roll {
	color: #000;
	background: #cddbef;
	background-clip: border-box;
	border-radius: 7px;
}

/* must have this for the IE6 select box hiding */
.dp_hide {
	visibility: hidden;
}

.dp_empty {

}

.dp_today {
	background: rgba(169, 227, 240, 0.39);
	background-clip: border-box;
	border-radius: 7px;
}

.dp_selected {
	color: white !important;
	font-weight: bold;
	background: #2196f3;
	background-clip: border-box;
	border-radius: 7px;
}
