/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.ui-header-fixed {
  height: 40px;
  text-align: center;
}
.map {
  width: 100%;
}
.infoBox {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.infowindow {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F1F1F1;
  margin-top: 8px;
  min-height: 40px;
  padding: 5px;
}
.infowindow p {
  margin: 0 0 5px;
}
.infowindow p.company-name {
  color: #4B4B4B;
  font-size: 14px;
  font-weight: bold;
}
.infowindow p.company-federation {
  color: #949494;
  font-size: 11px;
}
.infowindow p.company-cartes {
  color: #7D7B7B;
  font-size: 12px;
  font-style: oblique;
}
.infowindow a {
  font-size: 12px;
  padding-left: 11px;
  font-weight: bold;
  color: #3f3f3f;
}
.infowindow a i.icon {
  background-image: url("http://parcoursdepeche.be/images/template/glyphicons-halflings.png");
  background-position: -336px 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  opacity: 0.8;
  padding-right: 3px;
  vertical-align: text-top;
  width: 14px;
}
.infowindow span {
  color: #6D6D6D;
  font-size: 10px;
  height: 20px;
  padding-top: 5px;
}
