TABLE
{
    FONT-SIZE: 10pt;
}

#madTousAzimuts001
{
	z-index:14;
	position:relative;
	top:0px;
	left:0px;
	width:400px;
	width:100%;
	border: 0px solid #F00
}

#mLieu1
{
	position:relative;
	left:0px;
	top:0px;
	z-index:8;
	border: 0px solid #0F0
}

.ligon {
  background-image: url(../img/lig-bus-on.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 17px;
  padding: 0;
}

.ligoff {
  background-image: url(../img/lig-bus-off.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 17px;
  padding: 0;
}

.ligshadow {
  background-image: url(../img/lig-bus-on-shadow.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 17px;
  padding: 0;
}



/**
 * Layer switcher
 */
.olControlLayerSwitcher {
    position: absolute;
    top: 25px;
    right: 0;
    width: 20em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

.olControlLayerSwitcher .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    background-color: darkblue;
}

.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
    padding-left: 10px;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .minimizeDiv {
    width: 18px;
    height: 18px;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.olBingAttribution {
    color: #DDD;
}
.olBingAttribution.road {
    color: #333;
}

.olGoogleAttribution.hybrid, .olGoogleAttribution.satellite {
    color: #EEE;
}
.olGoogleAttribution {
    color: #333;
}
span.olGoogleAttribution a {
    color: #77C;
}
span.olGoogleAttribution.hybrid a, span.olGoogleAttribution.satellite a {
    color: #EEE;
}

.mymad-custom-control {
	background-color:#FFF;
	box-shadow: 2px 2px 2px #888888;
	border-radius: 5px;	
}

.leaflet-div-icon {
	background-color:#FFF;
	border-top-left-radius: 7px;	
	border-top-right-radius: 7px;	
	border-bottom-right-radius: 7px;	
	box-shadow: 2px 2px 2px #888888;
	font-weight:bold;
	width: auto;
}

.leaflet-div-icon2 {
      position: absolute;
      width: 100px;
      height: 20px;
      line-height: 20px;
      padding: 10px;
      font-size: 14px;
      text-align: center;
      color: rgb(113, 157, 171);
      background: rgb(255, 255, 255);
      border: 4px solid rgb(255, 255, 255);
      border-radius: 5px;
      text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

.leaflet-div-icon2:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: #FFFFFF transparent transparent transparent;
      top: 24px;
      left: 0px;
}

.classBus {
	background-color:#FFF;
}

th, td {
    font:14px Verdana;
}
table, th, td 
{
    border: solid 1px #DDD;
    border-collapse: collapse;
    padding: 2px 3px;
}
th {
    font-weight:bold;
}


div#mpiTooltip a span {display: none;}

div#mpiTooltip a:hover span {display: block;
               position: relative; width: 125px; left: -135px;
               padding: 5px; margin: 10px; z-index: 100;
               color: black; background-color:#FFFFCC; border: 1px solid #ccc;
               font: 10px Verdana, sans-serif; 
               text-decoration: none;
               text-align: center;}

div#mpiTooltip a {
              position:relative;
              text-decoration: none;
            }
div#mpiTooltip a:link {
              color:white;
              text-decoration: none;
            }
div#mpiTooltip a:visited {
              color:white;
              text-decoration: none;
            }
div#mpiTooltip a:focus {
              color:white;
              text-decoration: none;
            }
div#mpiTooltip a:active {
              color:white;
              text-decoration: none;
            }
div#mpiTooltip a:hover span {
              display:block;
              position:absolute; width: 140px;
              color: black; background-color:#FFFFCC; border: 1px solid #ccc;
              font: 10px Verdana, sans-serif; 
              text-decoration: none;
              text-align: center;
            }
div#mpiTooltip a:hover {text-indent:0; text-decoration: none;}
#mpiTooltip button { border-radius: 50%;
                border: 1px solid black;
                padding-top: 3px;
                text-decoration: none;}


.highlight a{
  background-color: #FFD700 !important;
  color: #000000 !important;
}

.highlight {
  background-color: #FFD700 !important;
  color: #000000 !important;
}

.couchePoint_startFlag {
  z-index=-2000;
}


/*
select {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: .25em;
	border: 0;
	border-bottom: 2px solid currentcolor;
	//letter-spacing: .15em;
	border-radius: 0;
	font-weight: bold;
	&:focus, &:active {
		outline: 0;
		border-bottom-color: red;
	}
}
*/