.suspensionMap{
    width: 100%;
    height: 600px;
}

.suspensionDetailMap{
    width: 100%;
    height: 400px;
}

.boxdraw {
    background: rgba(56, 135, 190, 0.1);
    border: 2px solid #3887be;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.map_legend {
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 600;
    position: absolute;
    right: 10px;
    bottom: 5%;
    z-index: 1;
    border-radius: 3px;
    width: 120px;
    color: black;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    background-color: white !important;
    padding-left: 1%;
  }
  
  .map_legend input[type=checkbox]:first-child + label {
    border-radius: 3px 3px 0 0;
  }
  
  .map_legend label span {
    display: inline-block !important;
    height: 10px !important;
    margin-right: 5px !important;
    width: 10px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #000000 !important;
  }
  
  .map_legend label:last-child {
    border-radius: 0 0 3px 3px;
    border: none;
  }
  
  .map_legend input[type=checkbox] {
    display: none;
  }
  
  .map_legend input[type=checkbox] + label {
    background-color: #a3a3a3;
    display: block;
    cursor: pointer;
    padding: 10px;
    border-bottom: 2px solid #7b7b7b;
    margin-bottom: 0% !important;
  }
  
  .map_legend input[type=checkbox] + label {
    background-color: #a3a3a3;
    text-transform: capitalize;
  }
  
  .map_legend input[type=checkbox] + label:hover,
  .map_legend input[type=checkbox]:checked + label {
    background-color: #ffffff;
  }
  
  .map_legend input[type=checkbox]:checked + label:before {
    content: "\2714";
    margin-right: 5px;
  }
  
  .card .map_legend {
    background-color: #fff !important;
    border-radius: 3px !important;
    bottom: 4% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    padding: 10px !important;
    position: absolute !important;
    right: 10px !important;
    z-index: 1 !important;
  }
  
  .map_legend h4 {
    margin: 0 0 10px !important;
  }
  
  .map_legend div span {
    display: inline-block !important;
    height: 10px !important;
    margin-right: 5px !important;
    width: 10px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #000000 !important;
  }