 .thumb_strip {
 	height: inherit;
 }

 .transparent {
 	background: transparent;
 }

}

#custom-search-input .search-query.sidebar {
	background-color: #f5f5f5;
	border-radius: 0;
	box-shadow: none;
}

#custom-search-input .search-query.auswahlseite {
	background-color: #ffffff;
	border-radius: 0;
	box-shadow: none;
}

input.error {
	border-bottom: 1px solid #aa0000;
}

a.bg-green {
	background-color: #0b381f!important;
}

a.bg-green:hover {
	color: #dddddd!important;
}

a.bg-grey {
	background: #ddd!important;
}

.sidebar #custom-search-input,
.sidebar #custom-search-input .input-group  {
	width: 100%;

}

.sidebar #custom-search-input .input-group input.search-query {
	width: 100%;
	border-radius: 0!important;
	border: 1px solid #ddd;
	box-shadow: none;
}


i.ok {
	color: #6C3;
    position: relative;
    top: 2px;
    font-size: 14px;
}

i.no {
	color: #C30!important;
}

.text-white {
	color: #fff;
}

.dropdown-menu {
	width: 270px!important;
	
}