@CHARSET "UTF-8";

body {
    padding: 0;
    margin: 0;
}
html, body, #map {
    height: 100%;
}

#map {
    height: 100%;   
}


.black {
    color:black;
}

.white {
    color:white;
}


.red {
	color:red;
}


.admin-marker-list {	
    font-family: 'Roboto', sans-serif;
}

.table-striped>tbody>tr:nth-child(odd)>td,
tr.found{
    background-color:#C0C4C3;
}

.admin-marker img{	
    max-height: 92px;
    max-width: 92px;
}

.fdt-marker img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 128px;
    max-width: 128px;
}

.fdt-viewer {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.fdt-viewer img {
    max-width: 800px;
    max-height: 600px;
}

.fdt-marker {
	font-family: 'Roboto', sans-serif;
}

.fdt-marker-name {
	font-style: bold;
	font-size : 14px;
	color: #FFF;
}

.lb-caption {
	font-family: 'Roboto', sans-serif;
}


.custom-popup .leaflet-popup-content-wrapper {
   background: url("../img/markerBackground.png") repeat scroll center center rgba(0, 0, 0, 0.4);
}

.marker-cluster-small {
	background-color: rgba(131, 102, 189, 0.6);
}
.marker-cluster-small div {
	background-color: rgba(86, 60, 138, 1);
    color: white;
}

.marker-cluster-medium {
	background-color: rgba(131, 102, 189, 0.6);
}
.marker-cluster-medium div {
	background-color: rgba(86, 60, 138, 1);
    color: white;
}

.marker-cluster-large {
	background-color: rgba(131, 102, 189, 0.6);
}
.marker-cluster-large div {
	background-color: rgba(86, 60, 138, 1);
    color: white;
}

.preview {
    max-height: 30vh;
    max-width: 30vw;
}

.fdt-brand {
    position:absolute;
    top: 12px;
    left: 42px;
}
.fdt-control {
    position:absolute;
    top: 12px;
    right: 12px;
}

.fdt-brand > img {
    opacity: 0.8;
    width: 70%;
}


.body-fdt{
  background: url("http://www.aufildutram.fr/wp-content/uploads/2012/04/MG_1860.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  font-family: Roboto;
  
}

.panel-body {
  background: rgba(0,0,0,0.3);
  color: #111;

}
.container {
    background: rgba(0, 0, 0, 0.3);
    color: #888;
}

.page-header > h1 {
  color:#956caf;
  font-family: Lobster;
  font-size: 47px;
  text-shadow: 4px 3px #444;
}
