/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Pixel-perfect divs: http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Custom */

.navbar-brand {
	font-family: 'Lobster', cursive;
	font-size: 21px !important;
}

html, body {
  height: 100%;
  margin: 0;
}

#map{
  height: 100%;
  margin: 0;
}

.controls {
	margin-top: 16px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
	background-color: #fff;
	padding: 0 11px 0 13px;
	width: 400px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	text-overflow: ellipsis;
	position: fixed;
	left: 20px;
	z-index: 6;
}

#pac-input:focus {
	border-color: #4d90fe;
	margin-left: -1px;
	padding-left: 14px;  /* Regular padding-left + 1. */
	width: 401px;

}
.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: 13px;
	font-weight: 300;
}

.username {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}

.profile_image {
	height: 100%;
	float: left;
	padding-right: 5px;
}

p {
	font-size: 18px;
	line-height: 25px;
}

#loader {
	position: fixed;
	width: 160px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	top: 50%;
	left: 50%;
	margin-top: -78px;
	margin-left: -78px;
	display: none;
	z-index: 100;
}

#loader img {
	padding-bottom: 12px;
}

#loader span {
	margin-left: 15px;
}

#toast-container>.toast-info {
	margin-top: 48px;
}

.glyphicon {
	margin-left: 10px;
}



* {
   box-sizing: border-box; 
}

.card {
    clear: both
    float: left;
}

.user img {
    padding: 5px;
    height: 77px;
}

.tweet {
	width: 500px;
    font-size: 17px;
	color: rgb(92, 92, 92);
	padding-top: 4px;
	padding-left: 69px;
	margin-left: 10px;
	padding-right: 10px;
}

.user {
    float: left;
    clear: both
}

.user a {
	color: #007fff
}

.username {
	font-weight: bold;
	color: #000;
	margin-right: 10px;
}

.gm-style-iw {
	overflow: hidden !important;
}

.navbar-inverse .navbar-brand {
	color: #FFF !important;
}

#btn_mylocation {
	font-size: 18px
}

.tooltip-inner {
    width: 120px;
}

.modal-dialog {
	font-family: 'open sans' !important;
    margin-top: 9% !important;
}

.glyphicon {
	margin-right: 10px !important;
	font-size: 0.9em;
}

.buffer-top {
	margin-top: 25px;
}

.buffer-bottom {
	margin-bottom: 25px;
}

p {
	font-size: 17px !important;
	line-height: 28px !important;
}

.modal label {
	margin-right: 26px !important;
}

input[type=checkbox] {
	margin: 4px 4px 0 !important;
}

.btn-primary {
	background: #4099FF !important;
}

kbd {
	background: #F0F0F0 !important;
	color: #868686 !important;
}
