/* common stuff */
.filters{
	margin-bottom: 5px;
}

/* google map <-> bootstrap problem fix */
.dpcalendar-fixed-map img {
    border: 0px;
    box-shadow: 0px;
    margin: 0px;
    max-width: none !important;
}

/* make facebook comment box width 100% */
.dpcal-fb-comments-box .fb_iframe_widget,
.dpcal-fb-comments-box .fb_iframe_widget span,
.dpcal-fb-comments-box .fb_iframe_widget iframe[style]  {width: 100% !important;}

.dp-container div[class="tooltip-inner"] {
    min-width: 100px;
}

/* merge from joomla 3 */
.list-striped,
.row-striped {
	list-style: none !important;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	margin-left: 0;
	padding: 0 !important;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
	background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
	background-color: #f5f5f5;
}
.width-20 {
	width: 20px;
}