/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
 #map {
    height: 100%;
  }
  
  /* 
   * Optional: Makes the sample page fill the window. 
   */
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
    touch-action: none;
  }

  div#map_key {
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 5px;
    margin-left: auto; 
    margin-right: auto; 
    width: 100px;
  }

  #place-autocomplete-card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    padding: 5px;
    font-family: Roboto, sans-serif;
    font-size: large;
    font-weight: bold;
    /* display: none; */
  }

  .vAygCK-api-load-alpha-banner {
    display: none;
  }

  .view_google_maps {
    text-decoration: none;
  }

/* Quill Editor Styles */
.ql-toolbar .ql-stroke {
  stroke: #444;
}

.ql-toolbar .ql-fill {
  fill: #444;
}

.ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
  position: relative;
}

.ql-toolbar button:hover {
  background-color: #f0f0f0;
}

.ql-toolbar .ql-bold::before {
  content: "B";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ql-toolbar .ql-italic::before {
  content: "I";
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ql-toolbar .ql-underline::before {
  content: "U";
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ql-toolbar .ql-link::before {
  content: "🔗";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ql-toolbar .ql-list::before {
  content: "•";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ql-toolbar .ql-clean::before {
  content: "⌫";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ql-container {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 14px;
}

.ql-editor {
  min-height: 150px;
  padding: 12px 15px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
 
body#home {
  background-image: url(/assets/background-map-47431fa81f577f00683a1da9398506e44cfee61ca33893257ed6fd45108c41f8.jpg);
  background-size:cover;
}

div#main {
  position: absolute;
  width: 600px;
  max-width: 100%;
  background: white;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-family: 'Roboto', sans-serif;
}

li {
  padding: 5px;
}

.alert {
  border: 5px solid red;
}

.image_border {
  border: 1px solid black;
}
