/*
primary: #5C3700
secondary: #AA780A
dark grey: #494948 
med grey: #939598
light grey: #e2e3e4
*/

#pastmap-map {
	color:#494948 !important;
}

#pastmap-map h1,
#pastmap-map h2,
#pastmap-map h3,
#pastmap-map h4,
#pastmap-map h5,
#pastmap-map h6 {
	color:#494948 !important;
}

#pastmap-map a,
#pastmap-map .fake-link {
  color: #AA780A !important;
}

#pastmap-map .btn-default,
#pastmap-map .btn-info,
#pastmap-map .btn-success {
	background-color: #5C3700 !important;
	border: 1px solid #5C3700 !important;
	color:#fff !important;
}

#pastmap-map-sidebar-logo-container {
	background-color:#fff;
}

#pastmap-map-footer-top-inner {
	color:#fff;
}

#pastmap-map-footer-top-overlay {
	background-color:#494948;
	opacity:0.5;
}

#pastmap-map-sidebar,
#pastmap-map-sidebar-inner {
	background-color:#fff;
}

#pastmap-map-footer {
	background-color:#e2e3e4;
}

#pastmap-map-sidebar {
	border-right:1px solid #e2e3e4;
}

.pastmap-map-sidebar-tab {
	border-top:1px solid #e2e3e4;
	border-right:1px solid #e2e3e4;
	border-bottom:1px solid #e2e3e4;
}

#pastmap-map-toolbox,
#pastmap-map-toolbox-xs {
	background-color:#fff;
	border: 1px solid #e2e3e4;
}

.ol-scale-line-inner {
	border-bottom:1px solid #494948;
	border-left:1px solid #494948;
	border-right:1px solid #494948;
}

.pastmap-map-layer-message,
#pastmap-map-footer a {
	color: #939598 !important;
}
	
.pastmap-map-sidebar-box-inner {
	border-bottom:1px solid #e2e3e4;
}

.pastmap-map-spinner > div {
  background-color: #5C3700;
}

.pastmap-map-toolbox-icon.highlighted {
	color:#AA780A;
}

#pastmap-map-draw-refresh-button.highlighted {
	background: url('images/refresh_hl.png') left/16px 16px no-repeat;
}


