.timepad-events-list {
	margin-top: 15px;
}
.select2.select2-container--default .select2-selection--single{
	border: solid black 1px;
	outline: 0;
	height: auto;
	border-radius: 0!important;
	background: url(images/lince.png) no-repeat 8px center #ffffff;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}
.select2.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 34px;
	padding-right: 10px;
	min-height: 32px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__placeholder{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}

#eventSearch{
	border: solid black 1px;
	outline: 0;
	border-radius: 0!important;
	background: url(images/lince.png) no-repeat 8px center #ffffff;
	height: 34px;
	padding-left: 34px;
}

.select2-container .select2-search--dropdown{
	padding: 0;
}
.select2-container.select2-container--open .select2-dropdown--below{
	border: solid black 1px;
	border-radius: 0;
	top: -34px;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field{
	border: none;
	border-bottom: 1px solid black;
	padding: 0 10px 0 34px;
	background: url(images/lince.png) no-repeat 8px center #ffffff;
	font-family: 'Aqua', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #434343;
}

.select2-container .select2-results__option{
	text-transform: initial;
	text-align: left;
	padding: 8px 10px;
	font-size: 14px;
}
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #50cdeb;
}