/* Home */

.view-more {
	font-weight: bold;
	position: relative;
	top: 10px;
}

.front .row.results-top,
.front .row.results-middle {
	margin: 0px 0px 15px 0px;
}

.search-commitments-block {
	background: url('../img/amarkers/smart_commitment.png');
	background-repeat: no-repeat;
	background-size: 30px 39px;
	padding-left: 40px;
}

.search-sol-prop-block {
	background: url('../img/amarkers/smart_sol_prop.png');
	background-repeat: no-repeat;
	background-size: 30px 39px;
	padding-left: 40px;
}

.search-eu-block {
	background: url('../img/amarkers/smart_eu_projects.png');
	background-repeat: no-repeat;
	background-size: 30px 39px;
	padding-left: 40px;
}

.view-related-sites .col {
	margin: 15px 0px;
}

/* EU cookies */

#sliding-popup {
	z-index: 999999;
}

/* Calendari, color dels events segons la taxonomia. L'stripe es configura a la vista, apartat "Legend colors" dins de settings */

.calendar-calendar .stripe {
	z-index: 0 !important;
	height: 100% !important;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents,
.calendar-calendar .week-view .full div.single-day .calendar.weekview .contents,
.calendar-calendar .day-view .full div.single-day .calendar.dayview .contents {
	z-index: 2 !important;
	top: 0px !important;
}

.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview,
.calendar-calendar .week-view .full div.single-day div.weekview, .calendar-calendar .week-view .full div.multi-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview {
	padding: 0px;
	background-color: #32A5E8; /* azul, eventos propios, color por defecto */
}

.calendar-calendar a.internal {
	display: inline-block;
	color: white !important;
	background-color: #32A5E8 !important; /* azul, eventos propios, color por defecto */
}

.calendar-calendar a.external {
	display: inline-block;
	background-color: #C6DE07 !important; /* verde, eventos externos */
}

.calendar-calendar .day-view a.internal,
.calendar-calendar .day-view a.external {
	min-height: 22px;
	border-radius: 5px;
	padding-top: 3px !important;
	display: block !important;
}

.calendar-calendar td.single-day a,
.calendar-calendar div.single-day a {
	padding-left: 5px !important;
}

.calendar-calendar .year-view .mini-day-on {
	background-color: #32A5E8; /* NO TOCAR */
}

.calendar-calendar .year-view .mini-day-on a {
	color: white;
}

.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview {
	border: none !important;
}

.calendar-calendar .day-view .full div.single-day div.dayview {
	background: inherit;
}

.calendar-calendar .week-view .cutoff {
	display: none;
}

/* Llegenda del calendari */

body.page-calendar .llegenda-wrapper {
	margin-top:25px;
	border: 3px solid #32A5E8;
	border-radius: 5px;
	padding: 10px 0  10px 50px;
	line-height: 25px;
}

body.page-calendar .llegenda-events-interns {
	color: #32A5E8; /* azul, eventos propios */
}

body.page-calendar .llegenda-events-externs {
	color: #C6DE07; /* verde, eventos externos */
}

/* Map ballons, mind country empty space */

.leaflet-popup-content br:nth-child(4) {
	display: none;
}

/* Funding guide */

.view-funding-guide-new .feed-icon {
  position: relative;
}

.view-funding-guide-new .feed-icon img {
  position: absolute;
  bottom: 22px;
  right: 0px;
}

.view-funding-guide-new .label-csv {
  position: absolute;
  bottom: 25px;
  right: 42px;
}
