/**
* @license
* Copyright 2019 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/* 
* Always set the map height explicitly to define the size of the div element
* that contains the map. 
*/

#businessMap{
  height: 300px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

#updateBusinessMap{
  height: 380px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

#updateEndUserMap{
  height: 400px; /* The width is the width of the web page */
}

#floating-panel {
  position: absolute;
  top: 10px;
  left: 25%;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: "Roboto", "sans-serif";
  line-height: 30px;
  padding-left: 10px;
}

#providerMap{
  height: 380px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

#updateProviderMap{
  height: 380px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

#showProviderMap{
  height: 380px; 
  width: 100%;
}

#warehouseMap{
  height: 380px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

#updateWarehouseMap{
  height: 380px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}