.leaflet-div-icon
{
  background:red;
  border:2px solid #fff;
  color:blue;
  font-weight:bold;
  text-align:center;
  border-radius:50%;
  line-height:30px;
}

.navbar-fixed-top {
    height: 30px; /* Whatever you want. */
}

.navbar {
	min-height: 30px;
}

.navbar-btn.btn-xs {
	margin-top: 4px;
	margin-bottom: 4px;
}

.navbar-brand {
	height: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.tooltip-inner {
	white-space: nowrap;
    max-width: 500px !important;
}

#tooltip {
	display: none;
	position: absolute;
	background-color: #000;
	color: #FF8000;
	opacity: 1;
	border: 1px dashed #999;
	font-family: Arial, helvetica;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 20px;
	z-index: 1000;
	padding: 10px;
}

.margin-right-10 {
	margin-right: 10px;
}

body {
    padding-top: 30px;
}

.login-form {
	width: 340px;
	margin: 50px auto;
}

.navbar-nav > li > a {
	padding: 4px 0;
}

.login-form form {
	margin-bottom: 15px;
	background: #f7f7f7;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;
}

.form-horizontal .control-label {
	text-align: left !important;
}

.text-color-white {
	color: white;
}

.font-weight-bold {
	font-weight: bold;
}

td.details-control {
	background: url('../images/details_open.png') no-repeat center center;
	cursor: pointer;
}
tr.shown td.details-control {
	background: url('../images/details_close.png') no-repeat center center;
}

html, body {
    height: 100%;
    width: 100%;
}