
html, body {
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
html.loggedin {
	min-width: 1200px;
}

body, input, select {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*[data-ng-click], input[type=submit], a {
	cursor: pointer;
}

.initial-hide {
	display: none;
}

/* Spinners */
#map_spinner {
	color: black;
}
#parcel_info_spinner {
	color: blue;
}
.progress_spinner {
	position: absolute;
	top: 65px;
	margin-left: 50%; margin-right: 50%;
	z-index: 100;
	color: black;
}
.progress_spinner i {
	font-size: 60px;
}

/* Main page styles */
.navbar {
	margin-bottom: 0;
	padding: 5px;
}
.navbar * {
	z-index: 500;
}
.navbar-default {
	/* background-color: #f8f8f8; */
	background-color: #b8dbca;
	color: black;
	border-color: #e7e7e7;
	font-weight: bold;
	font-size: large;
}
.navbar-default .navbar-brand {
	font-size: xx-large;
	/* font-weight: bold; */
	color: black;
	height: 100%;
	padding: 0;
	padding-left: 30px;
}
.navbar-default .navbar-brand img {
	height: 40px;
}
.navbar-default .navbar-nav > li > a {
	color: black;
}

#page_container {
	width: 100%;
}

#page_header {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
}

#page_body {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	/* background-color: cyan; */
	overflow-y: auto;
}

/* viewMap.html */
#geo_search {
	display: flex;
	margin-bottom: 5px;
}
#geo_search input {
	flex-grow: 1;
}
#geo_search .fa-search {
	margin: 3px;
}

#map_layer_menu_toggle {
	position: absolute;
	top: -35px;
	left: 5px;
	z-index: 100;		/* should be less than .cbp-spmenu-vertical in SlidePushMenus/css/component.css */
	/* display: none; */	/* hide in production while under development */
}

.cbp-spmenu-push {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 260px;
}
.cbp-spmenu {
	border-right: 1px solid black;
	background-color: rgba(255,255,255,.95);
	position: absolute;
	height: 100%;
	width: 100%;
}
.cbp-spmenu-vertical a {
	padding: 0;
	display: inline-block;
	border: 0;
}
#cbp-spmenu-s1 {
	overflow: auto;
}

.bbit-tree-node-leaf .bbit-tree-node-icon {
	background-image: none;
	height: 16px;
}
.bbit-tree-node-leaf .bbit-tree-node-icon[style] {
	border: 1px solid black;
}
#map_layer_menu_close {
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 100;
}

#map_body {
	position: absolute;
	width: 100%;
	top: 62px;
	bottom: 0px;
}
 
 #map_container,#map_canvas,#map_document {
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 0;
	left: 0px;
}
#map_tooltip {
	position: absolute;
	height: 1px; width: 1px;
	z-index: 100;
}
.tooltip-inner {
	color: white;
	/* background-color: rgba(255,0,255,0.9); */
	background-color: black;
	border: 2px solid black;
	white-space: pre-wrap;
}
#map_container.small {
	width: 75%;
}

/* OpenLayers */
.ol-zoom {
	left: initial;
	right: .5em;
}
.ol-mouse-position {
	border: 1px solid black;
	background-color: white;
	font-weight: bold;
}

#map_document{
	width: 75%;
	background-color: white;
}
#map_document_container{
	position: absolute;
	top: 30px;
	bottom: 0px;
	width: 100%;
}
#map_document iframe {
	height: 100%;
	width: 100%;
	border: 0;
}
 
 #map_details {
	position: absolute;
	display: none;
	width: 25%;
	height: 100%;
	top: 0px;
	right: 0px;
	background-color: white;
	border-left: 5px solid black;
}
#map_details.open{
	display: block;
}

#map_details_close,#map_document_close {
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 100;
}

#map_details_container {
	position: absolute;
	top: 0; bottom: 0;
	width: 100%;
	overflow-y: auto;
	background-color: white;
}

#map_details_txt {
	padding: 10px;
	background-color: white;
}
.parcel_arn, .parcel_pin {
	font-size: x-large;
	font-weight: bold;
}
.parcel_name {
	font-size: large;
	font-weight: bold;
}
.parcel_alias {
	margin-left: 10px;
}
#parcel_area {
	font-size: medium;
	xxfont-weight: bold;
}
#parcel_address{
	margin-top: 5px;
}
.parcel_jurisdiction {
	margin-top: 5px;
	border-top: 1px solid black;
}
.parcel_jurisdiction .parcel_bookmarks .btn {
	margin: 3px;
}

.parcel_jurisdiction_item:not(:first-of-type)::before {
	content: ", ";
}
.parcel_heading {
	font-weight: bold;
}
/* .parcel_geo_attributes:not(:first-of-type)::before {
	content: ", ";
}
 */

 /* viewWelcome.html */
#view_welcome {
/* 	position: absolute;
	top: 0;
	bottom: 0;
 */	margin-left: 20%;
	margin-right: 20%;
	overflow: auto;
}

/* form-based views */
div.view_app_form {
/* 	position: absolute;
	top: 0;
	bottom: 0;
 */	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
form.app_form {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
/* 	border: 2px solid rgba(0,0,0,0.3);
	margin: 2px; padding: 2px; */
}
form.app_form div {
	text-align: right;
}
form.app_form .field {
	margin-top: 20px;
}

/* viewDocs.html */
#docs_body {
	position: absolute;
	width: 100%;
	top: 62px;
	bottom: 0px;
}
#jurisdictions_menu {
	position: absolute;
	top: 0px; height: 68px;
	width: 100%;
	display: flex;
	justify-content: center;
}
#jurisdictions_menu .button_container {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
#view_container {
	position: absolute;
	top: 68px; bottom: 0px;
	width: 100%;
	display: flex;
	border-top: 2px solid #AAA;
}

#context_menu {
	flex-grow: 1;
	height: 100%;
	background-color: white;
}
#context_menu .btn {
	min-width: 500px;
}
div.select_container .btn {
	text-align: left;
}
#document_container {
	flex-grow: 1;
	height: 100%;
	background-color: white;
}
#document_container iframe {
	height: 100%; width: 100%;
	border: 0;
}

/* viewPending.html */
#pending_container {
	display: table;
	border-spacing: 5px;
}
#pending_container > div {
	display: table-row;
}
#pending_container > div.header > * {
	font-weight: bold;
	background-color: black;
	color: white;
}
#pending_container > div > *{
	display: table-cell;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
}

/* make the accordion headings behave more elegantly */
/* .panel-heading {
	padding: 0;
}
.panel-title>a {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	text-decoration: none;
}
*/

/*angular messages styling*/
.messages {
  font-size: smaller;
  padding-top: 5px;
  padding-bottom: 10px;
  color: red;
}