@charset "utf-8";
/* CSS Document */
#map-canvas {
        height: 100%;
        margin: 0px;
        background: #000;
      }
	  .controls {
        border: 1px solid transparent;
        border-radius: 2px 2px 2px 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 29px;
        outline: none;
        width: 170px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        position: relative;
        margin-top: 10px;
        background: #000;
      }
	  

      #pac-input {
        background-color: #fff;
        font-family: 'CalSans',Arial,sans-serif;
        font-size: 14px;
        color: #000;
        padding: 20px;
        
      }

      #pac-input:focus {
        border-color: #4d90fe;
        margin-left: 1px;
        padding-left: 5px;  /* Regular padding-left + 1. */
      }
	  

      .pac-container {
        font-family: Roboto;
      }

      #type-selector {
        color: #fff;
        background-color: #4d90fe;
        padding: 5px 11px 0px 11px;
      }

      #type-selector label {
        font-family: Roboto;
        font-size: 10px;
      }

