input[type="text"].dateutil {
	background-image: url(/assets/img/fugue/calendar-medium.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 110px;
}

.datepicker_vista {
  background: white;
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 4px #bbb;
  box-shadow: 0px 1px 4px #bbb;
  height: 196px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 240px;
}
.datepicker_vista .body {
  height: 200px;
  overflow: hidden;
  position: relative;
  top: 10px;
  width: 228px;
}
.datepicker_vista .days .day {
  color: #666;
  float: left;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 14.28571%;
}
.datepicker_vista .days .titles:before, .datepicker_vista .days .titles:after {
  content: " ";
  display: table;
}
.datepicker_vista .days .titles:after {
  clear: both;
}
.datepicker_vista .days .titles .day {
  color: #666;
  font-weight: bold;
}
.datepicker_vista .days .week:before, .datepicker_vista .days .week:after {
  content: " ";
  display: table;
}
.datepicker_vista .days .week:after {
  clear: both;
}
.datepicker_vista .days .week > .day {
  background: #f4f4f4;
  cursor: pointer;
}
.datepicker_vista .days .week > .day:hover {
  background: #6CA6D8 !important;
  color: white !important;
}
.datepicker_vista .days .week > .day.otherMonth {
  background: white;
  color: #999;
}
.datepicker_vista .header {
  height: 15px;
  position: relative;
  margin-bottom: 5px;
  padding-top: 1px;
}
.datepicker_vista .header .closeButton {
  display: none;
}
.datepicker_vista .header .next, .datepicker_vista .header .previous {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  position: absolute;
  text-indent: 100%;
  top: 0px;
  width: 20px;
}
.datepicker_vista .header .next:hover, .datepicker_vista .header .previous:hover {
  opacity: 1;
}
.datepicker_vista .header .next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
  background-position: right top;
  right: 5px;
}
.datepicker_vista .header .previous {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
  left: 5px;
}
.datepicker_vista .header .title {
  color: #16388e;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.datepicker_vista .header .title .titleText {
  cursor: pointer;
}
.datepicker_vista .header .title .titleText:hover {
  border-bottom: 1px dotted #16388e;
}
.datepicker_vista .months:before, .datepicker_vista .months:after {
  content: " ";
  display: table;
}
.datepicker_vista .months:after {
  clear: both;
}
.datepicker_vista .months .month {
  background: #fafafa;
  color: #666;
  cursor: pointer;
  float: left;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 33.33333%;
}
.datepicker_vista .months .month:hover {
  background: #6CA6D8 !important;
  color: white !important;
}
.datepicker_vista .months .month:nth-child(odd) {
  background: #f4f4f4;
}
.datepicker_vista .selected {
  color: #6CA6D8 !important;
  font-weight: bold;
}
.datepicker_vista .years:before, .datepicker_vista .years:after {
  content: " ";
  display: table;
}
.datepicker_vista .years:after {
  clear: both;
}
.datepicker_vista .years .year {
  background: #fafafa;
  color: #666;
  cursor: pointer;
  float: left;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 20%;
}
.datepicker_vista .years .year:hover {
  background: #6CA6D8 !important;
  color: white !important;
}
.datepicker_vista .years .year:nth-child(odd) {
  background: #f4f4f4;
}