
/*Styling fore the footer panel and its children elements*/

#map {
  height: 100%;
  width: 100%;
}
/* Optional: Makes the sample page fill the window. */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#content {
  height: 100%;
  margin: 0;
  padding: 0;
  /*transition: height 0.25s ease;*/
}
h3{
  margin: 0 !important;
  color: white;
  font-family: 'Raleway', sans-serif;
}

h5{
  margin: 0 !important;
  color: white;
  font-family: 'Raleway', sans-serif;
}

h6{
  margin: 0 !important;
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
}

h10{
  font-size:0.8em;
  color: white;
  font-family: 'Raleway', sans-serif;
  line-height: initial;
}



.footer {
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0.28),rgba(0,0,0,0.36),rgba(0,0,0,0.4),rgba(0,0,0,0.4)); /* Standard syntax (must be last) */
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 0px !important;
  transition: bottom 0.25s ease;
  position: absolute;
}

       

#address_container{
  background-color: transparent;
}

.container{
  max-width: 400px;
  
}

.btn-circle {
    margin-bottom: 4px;
    width: 42px;
    height: 42px;
    padding: 0px 0px;
    border-radius: 24px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.badge-primary {
    width: 42px;
    height: 36px;
    padding: 0px 0px;
    border-radius: 24px;
    text-align: center;
    font-size: 1em;
    line-height: 1.42857;
    
}

.badge-secondary {
    width: 64px;
    height: 24px;
    padding: 0px 0px;
    text-align: center !important;
    font-size: 0.6em;
    line-height: 1.42857;
}

.btn-rounded{
  	width: 105px;
    height: 42px;
    padding: 6px 0px;
    border-radius: 24px;
}


.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  display: block;
  width: 200%;
  margin-left: -50% !important;
  height: calc(1.5em + .75rem + 2px);
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: white;
  background-color: transparent;
  border:none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center !important;
  text-indent: 0 !important;
  -webkit-appearance: textfield;
  background-color: transparent;
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em auto;
  border-style: solid;
  border-color: #06bebd;
  border-radius: 24px !important;
}

input:focus {
  background-color:transparent !important;
  border-style: none !important;
  outline: none !important;
  border-width: 0px !important;
}


