.tabtitel {
	font-size: 16px;
}
.btn-md span {
    padding-top: 2px;
}
.strong {
	font-weight: 700;
}

.jumbotron.homepage-search h1 {
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 3px #000;
}
.shout h1 {
    font-size: 30px;
}
.noimagefiller {
    margin-left: 36px;
}
.starimageabove {
    position: absolute;
    left: 75%;
    top: 5px;
}
#scrollablecontent div{
    height: 100%;
    float: left;
    overflow-y: auto;
}

#filters_container {
  float: left;
  background: red;
  height: 90%;
  max-height:90%;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0.5em;
}

/* button fix */
.btn:not(.cx_btn-iconOnly) {
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    /* font-size: 12px; */
    line-height: 1.5;
    border-radius: 3px;
}
span.glyphicon {
    padding-top: 5px;
}
.input-group>.input-group-btn>.btn {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* fix voor cx.css na gebruiken generieke surrounding pagina */
.tab-content {
    border: none;
    /* border-top: none; */
    padding: 15px;
    margin-bottom: 15px;
    background: white;
    min-height: 40px;
}
.nav-tabs>li {
    margin-bottom: -1px;
}
.nav-tabs>li a {
	color: #337ab7;
}

@media screen and (max-width: 767px) {
	.extrabottom {
	    margin-bottom: 180px;
	}
}

@media screen and (max-width: 900px) and (min-width: 768px) {
	.extrabottom {
	    margin-bottom: 110px;
	}
}

@media screen and (min-width: 991px) {
	.extrabottom {
	    margin-bottom: 60px;
	}
}

.floatright {
    float: right !important;
}
@media screen and (max-width: 990px) {
	.d-md-hide {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.d-sm-block {
		display: block;
	}
	.d-md-block {
		display: block;
	}
	.d-lg-block {
		display: block;
	}
	.d-sm-none {
		display: none;
	}
	.d-md-none {
		display: none;
	}
	.d-lg-none {
		display: none;
	}
	.seo {
		padding: 24px;
	}
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	    padding-bottom: 60px;
	}
	.ratingcontainer {
	    width: 20%;
	    margin-right: 16px;
	    float: right;
	    text-align: right;
	    margin-top: 8px;
	    font-size: 30px;
	    font-weight: 600;
	}
	.panel-title.visible-xs.rating {
	    width: 80%;
	}
	.navbar.navbar-static-top .container {
	    height: 40px;
	}
}
@media screen and (min-width: 991px) {
	.d-lg-hide {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.d-sm-block {
		display: block;
	}
	.d-md-block {
		display: block;
	}
	.d-lg-block {
		display: block;
	}
	.d-sm-none {
		display: none;
	}
	.d-md-none {
		display: none;
	}
	.d-lg-none {
		display: none;
	}
	.seo {
		padding: 0px;
	}
}
.col-sm-float-right {
	float: right;
}
.col-md-float-right {
	float: right;
}
.noresults {
    background-color: #f5f5f5;
    margin-left: 16px;
    margin-right: 16px;
    padding: 8px;
    margin-bottom: 16px;
}

.footer {
    background-color: #333;
}

li.socialicons {
    font-size: large;
}
.footer li {
    list-style-type: none;
}

.homeimage {
	height: auto;
}

.panel-default {
    margin-bottom: 12px;
}

div#filters_container {
    background-color: #FFF;
    z-index: 999999999999999;
}

.carousel-indicators {
	display: none;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: -10px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

/* FIX VOOR FOOTER */
.footer {
    /* padding-top: 20px; */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
    background-color: #000;
}

/* FIX VOOR INSTAGRAM */
.fa-instagram-square:before {
    content: "\e055";
}

/* FIXES FOR ENGINE ITEMS */

/* ITEMS VOOR ZOEKEN HOMEPAGE */

.dropdown-menu {
	min-width: 300px;
}
.insearch {
    float: left;
    position: absolute;
    top: 14px;
    z-index: 900;
    list-style: none;
    left: 12px;
}
.insearch a {
	color: #ff7600;
}
.insearch-dropdown {
	padding: 6px;
	list-style: none;
}
@media only screen and (max-width: 349px)  {
	#header_search {
		padding-left: 50%;
	}
	#header_search_sp {
		padding-left: 50%;
	}
}
@media only screen and (max-width: 599px) and (min-width: 350px)  {
	#header_search {
		padding-left: 20%;
	}
	#header_search_sp {
		padding-left: 20%;
	}
}
@media only screen and (max-width: 899px) and (min-width: 600px)  {
	#header_search {
		padding-left: 10%;
	}
	#header_search_sp {
		padding-left: 10%;
	}
}
@media only screen and (min-width: 900px)  {
	#header_search {
		padding-left: 8%;
	}
	#header_search_sp {
		padding-left: 8%;
	}
}

/* fix voor lettertype score */
.venue-page-rating-average {
    font-weight: 400;
}