.map-container {
  position: absolute;
  top: 40px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  overflow: auto;
}

.map-container ng-map {
  height: 100%;
  width: 100%;
}

.map-poteaux-by-date-container .toggle-layer-button {
    z-index: 100;
    position: absolute;
    top: 10px;
    left: 103px;
    background-color: white;
    /* max-width: 90px; */
    /* min-width: 10px; */
    font-size: 12px;
    height: 29px;
    /* min-height: 10px; */
    width: 40px;
    text-align: center;
    vertical-align: middle;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    user-select: none;
    font-size: 11px;
    padding: 7px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-clip: padding-box;
    user-select: none;
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-clip: padding-box;
}


.toggle-layer-button:hover {
  background-color: rgb(235, 235, 235);
  cursor: pointer;
}

.toggle-layer-button:focus {
  outline: 0;
}