* {

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;

	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

.nlf_blockSelection {
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.nlf_pointer {
  cursor: pointer;
}

/* KALENDER */

.nlf_cal_open {
	cursor: pointer;
	position: relative;
}

.nlf_cal_mainCalender {
  position: absolute;
	background: #ffffff;
	border: 1px solid #cc0000;
	color: #333333;
	font: 12px arial;
}

#nlf_cal_topNavigation {
  background: #cc0000;
  color: #ffffff;
}

#nlf_cal_changeYear,
#nlf_cal_changeYear:active,
#nlf_cal_changeYear:focus {
	text-align: center;
	border: 1px solid #cc0000;
	outline: 0px;
}



#nlf_cal_selectYear {
	cursor: pointer;
}

#nlf_cal_setYear {
	text-align: center;
	padding: 4px 0px;
	color: #ffffff;
	cursor: pointer;
}

#nlf_cal_mainSelect {
	position: absolute;
}

.nlf_cal_weekDay, .nlf_cal_selectDay, .nlf_cal_navButton {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  float: left;
  line-height: 30px;
}

.nlf_cal_weekDays {
  clear: both;
}

.nlf_cal_navButton {
  float: none;
  clear: both;
}

#nlf_cal_displayMonth {
  display: inline-block;
  text-align: center;
}

#nlf_cal_weekDays, #nlf_cal_calendarBody {
  height: auto;
  overflow: hidden;
}

.nlf_cal_currentDay {
  background: #cccccc;
}

.nlf_cal_selectDay:hover {
  background: #cc0000;
  color: #ffffff;
}

.nlf_cal_weekend {
	background: #fffbbb;
}

.nlf_cal_selectedDay {
	background: #333333;
	color: #cccccc;
}

.nlf_cal_otherMonth {
  color: #cccccc;
  background: #e6e6e6;
}
