﻿ html, body, #sidebar, #container {
	height: 100%;
	margin: 0px;
}

body {
	padding-top: 50px;
}
label {
	font-weight: normal;
}
#map {
	height: 100%;
	-webkit-box-shadow: 0 -1px 10px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 -1px 10px rgba(0,0,0,0.9);
	box-shadow: 0 -1px 10px rgba(0,0,0,0.9);
	margin: 0px;
	
}

.navbar-fixed-top
{
z-index:1200;
}
.navbar-inverse
{
	-webkit-box-shadow: -1px 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: -1px 0 10px rgba(0,0,0,0.5);
	box-shadow: -1px 0 10px rgba(0,0,0,0.5);
	border-bottom: 1px solid #981D97;
}

#sidebar {
	/*position:absolute;
	top:0px;*/
	padding:10px 15px;
	/*left:0px;
	z-index : 1100;*/
	background:rgba(255,255,255,1);
	/*overflow:auto;*/
	overflow:auto;
	-ms-overflow-style:-ms-autohiding-scrollbar;
}

#sidebar div.tracked_objects
{
	cursor:pointer;
	padding:.5em;
	margin-bottom:1em;
}
#sidebar div.selecttracked_objects
{
	background: rgba(129, 24, 127,.5);
	padding-top:1em;
	padding-bottom:1em;
	border-radius : 8px;
}

#sidebar .panel-body
{
background : rgba(255,255,255,1) url(../images/034143.jpg) no-repeat bottom right;
min-height:250px;
padding-bottom:100px !important;
}

#sidebar h3
{
margin:0;
font-size:1.3em;
}

#sidebar div.color
{
	float:left;
	margin-right:5px;
}
#sidebar div.color div
{
	border-radius : 5px;
	padding:5px;
}

#sidebar.color div div
{
	width:10px;
}
#loading {
	position: absolute;
	width: 220px;
	height: 19px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -110px;
	z-index: 20001;
}
.navbar .navbar-brand {
	font-weight: bold;
	font-size: 18px;
	color: white;
	white-space: nowrap;
}

.modal
{
z-index:1600;
}
.tt-dropdown-menu {
	overflow: auto;
}
/*
.tt-hint, .tt-query {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 4px;
}
.typeahead-header {
	margin: 0 5px 5px 5px;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}
.search-container {
	width: 250px;
}
#searchbox {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}*/
.leaflet-popup-content {
	margin-top: 14px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
.panel-heading a:hover {
	text-decoration: none;
}
a.toggle {
	position: fixed;
	left: 0;
	bottom: 0;
	display: block;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-border-top-right-radius: 4px !important;
	-moz-border-top-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	-webkit-border-bottom-right-radius: 4px !important;
	-moz-border-bottom-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	background-color: #222;
	color: white;
	opacity: 0.8;
	z-index: 1300;
	padding: 20px 30px;
}
a:hover.toggle {
	background-color: #222;
	color: white;
	opacity: 1;
}
@media (max-width: 992px) {
	
	html 
	{
		font-size:70%;
	}
	
	.navbar .navbar-brand {
		font-size: 1em;
		float: left;
	}
	.leaflet-control-attribution {
		display: none;
	}
	#sidebar h3
	{
		font-size:1.1em;
	}
	
}
@media (max-width: 768px){
	#sidebar div.tracked_objects {
		margin-top: 0.5em;
		padding: 0.5em;
	}
	
	.modal
	 {
		overflow:auto;
		position:absolute;
	 }
}
/* Print Handling */
@media print {
	.navbar, .toggle, #sidebar {
		display: none !important;
	}
}