/*loket + wall css*/
.transactivity
{
	text-shadow: 0 1px 0 white;
	width:265px;
	height:155px;
	border-radius: 5px;
	margin-left:5px;
	margin-bottom:8px;
	border: 1px solid white;
	overflow: hidden;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
}

.transactivity.modaal{
	width:300px;
}
.transactivity:hover,.transactivity.modaal{

box-shadow: 4px 4px 2px rgba(0,0,0,0.4);
border:1px solid white;
height:auto;
overflow:visible;
z-index:100;

}

.transactivity .title{
	background:rgba(0,0,0,0.4);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width:265px;
	height:20px;
	padding:1px;
	padding-top:0px;
}
.transactivity.modaal .title{
	width:298px;
}
.transactivity .info{

background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding:5px;

}
.price{
	padding-top:10px;
	padding-bottom:20px;
	clear: both;
}

.transactivity:hover .price, .price-modal{
	padding-top:10px;
	padding-bottom:20px;
}
.transactivity .info .hover{
	height:119px;
}
.transactivity:hover .hover{
	height:auto;
}
.transactivity .info .full{
	height:auto;
}

.select2-results .select2-highlighted{
	background-color: #BD0002;
}
.daterangepicker .btn-succes{
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
}
#modalComplete .primarymodal-body{
	min-height: 400px;
}
#lokettabs .tab-content{
	overflow:visible;
}
.isotope, .isotope .isotope-item { -webkit-transition-duration:0s; -moz-transition-duration:0s; transition-duration:0s; }
.Flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
