﻿

/* labels des markers pour la carte */
.labels-markers-rouge {
     color: white;
     background-color: red;
     font-size: 10px;
     text-align: center;
     padding: 1px;
     /*
     font-weight: bold;
     width: 40px;
         */
     border: 1px solid #a00000;
     white-space: nowrap;
   }

.labels-markers-vert {
     color: black;
     background-color: greenyellow;
     font-size: 10px;
     text-align: center;
     border: 1px solid #00a000;
     padding: 1px;
     /*
     font-weight: bold;
     width: 40px;
     */
     white-space: nowrap;
   }
.ol-custom {
    z-index:1000;
}


@media print {
    html, body {
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
    }
}



    /*
@media print {
    body, html {
        width: 100%;
        margin-top: 0%;
        display: block;
        height: 100%;
    }
}
    */