/**
 * Styles for the THALION theme.
 */
 
/* ICONS
---------------------------------------------------------------------- */


/* Very sm icons */
.icon-xs {}
/* Info icons in content */
.icon-sm {
	top: -1px;
	font-size: 20px;
	vertical-align: top;
}
/* Titles icons */
.icon-md {}
/* Large icons */
.icon-lg {}

/* Change the icon for the collapsed tab */
a[aria-expanded=true] .glyphicon-collapse-down {
   display: none;
}
a[aria-expanded=false] .glyphicon-collapse-up {
   display: none;
}

/* Define the icons for the Leaflet Map */
.leaflet-div-icon {
	background: none;
	border: none;
}
.leaflet-div-salon-without-website,
.leaflet-div-salon-with-website {
	width: 34px;
	height: 38px;
	background-size: cover;
}
.leaflet-div-salon-without-website {
	background-image:url(../images/icons/thalion-icon-salon.png);
}
.leaflet-div-salon-with-website {
	background-image: url(../images/icons/thalion-icon-salon-website.png);
}