    #mapid { height: 700px; width: 100%; z-index: 100;}
    .col-centered{
      float: none;
      margin: 0 auto;
    }
    .maplistitem {
      padding: 8px;
      margin-bottom: 10px;
      border: 0; /* 1px solid #eaeaea; */
      background-color: #f7f5f6;
    }
    .mappaneitem {
      width: 200px;
    }
    .mappanecol {
      display: table;
      margin: 0 auto;
    }
    .mappaneitem a, .maplistitem a {
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      color: #f25b21;
    }
    .mappaneitem a:visited, .maplistitem a:visited {
      color: #f25b21;
    }
    .mappaneitem a:hover, .maplistitem a:hover {
      color: #f25b21;
    }
    .mappanebtn {
      color: #f25b21;
      background-color: white;
      border: 1px solid #f25b21;
    }
    #mappanebtns a:hover, .mappanebtn a:focus, .mappanebtn a:visited {
      background-color: #f25b21;
      color: white;
    }

    a.maplistitem:hover {
      background-color: #E8F4F0;
    }
    .hallnamelink {
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      color: #f25b21;
    }
    .hallnamelink:hover {
      text-decoration: none;      
      color: #f25b21;
    }

    .infopane {
        padding: 6px 10px;
        font: 14px/16px Arial, Helvetica, sans-serif;
        background: white;
        background: rgba(255,255,255);
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        border-radius: 5px;
    }

    .datepicker{ z-index: 9999 !important;}
    #pslider .slider-selection {
      background: #BABABA;
    }
    .slider-track-high {
      background-image: linear-gradient(to bottom, #C0C0C0, #B0B0B0 100%);
    }
    .slider-tick {
      background-image: linear-gradient(to bottom, #E0E0E0, #C0C0C0 100%);
    }
    .slider-box {
      width: 100% !important;
    }
    .slider {
      width: 85% !important;
    }
    .slider-handle {
      background: #f25b21;
    }
    .ddmontantl {
      font-weight: bold;
      margin-right: 15px;
    }
    .ddmontantr {
      font-weight: bold;
      margin-left: 15px;
    }
