.navbar{
	background-color:#229425;
	color:#FFF;
}
.section-container{
	margin-top: 15px;
}
.ubicacion-btns,.pedido-btns{
	padding-top: 20px;
	padding-bottom: 20px;
}

#ubicacion_map_canvas{
	height:200px;
	margin:0;
}
#ubicacion_map_canvas .centerMarker{
  position:absolute;
  /*url of the marker*/
  background:url(https://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
  /*center the marker*/
  top:50%;left:50%;
  z-index:1;
  /*fix offset when needed*/
  margin-left:-10px;
  margin-top:-34px;
  /*size of the image*/
  height:34px;
  width:20px;
  cursor:pointer;
}
.twitter-typeahead .tt-menu {
   min-width: 200px;
   background: #fff;

   animation-fill-mode: both;
 }
 .twitter-typeahead .tt-menu.tt-open:not(.tt-empty) {
   display: block;
 }
 .twitter-typeahead .tt-suggestion {
   padding: 8px 17px;
   color: #333;
   cursor: pointer;
 }
 .twitter-typeahead .tt-suggestion:hover,
 .twitter-typeahead .tt-cursor {
   background-color: rgba(0, 0, 0, 0.075);
 }
 .twitter-typeahead .tt-hint {
   color: #818181 !important;
 }

 .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}