@CHARSET "UTF-8";

/* WEB-UX EC Blue = #004494*/
html {	
}

#container {
	overflow: initial;
	background-color: #FFFFFF;
}

html, body {
	overflow: initial;
	background-color: #004494;
}

.navbar-fixed-top {
	position: initial;
}

#thefooter {
	position: initial;
}

/* Overwrite default settings */
.sidebar-pane {
  min-width: 100%; 
  padding: 10px;
}
	
#map {
	position: relative;
	width: 100%;
	height: 800px;
	z-index: 0;
}

.SpinnerImage {
	display: block;
	margin: auto;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0;
}

#features {
	margin: 0px;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.leaflet-container {
	font-family: Arial, sans-serif;
}

.white {
	color: #FFFFFF;
}

.feature-row {
	cursor: pointer;
	width: 250px;
}

.leaflet-control-layers label {
	font-weight: normal;
}

.leaflet-control-layers-list input[type="radio"], input[type="checkbox"]
{
	margin: 2px;
}

.leaflet-custom-map-menu a {
	text-decoration: none;
	color: #333333;
}

.table {
	margin-bottom: 0px;
}

.typeahead-header {
	margin: 0 5px 5px 5px;
	padding: 3px 0;
	border-bottom: 2px solid #333;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1rem;
}

.tt-menu {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 4px;
	padding: 4px 0;
	width: 100%;
	max-height: 300px;
	overflow: auto;
	background-color: #FFFFFF;
	color: #000000;
}

#tt-searchbox {
	background-color: #FFFFFF;
	color: #495057;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.tt-button, .tt-button:hover {
	background-color: #FFFFFF;
	color: #495057;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.tt-cursor, .tt-dataset>div:hover {
	background-color: #004494;
	color: #FFED00;
	cursor: pointer;
}

.tt-suggestion {
	font-size: 14px;
	line-height: 20px;
	padding: 3px 10px;
}

.tt-suggestion p {
	margin: 0;
}

.tt-suggestion+.tt-suggestion {
	border-top: 1px solid #ccc;
}

.tt-dropdown-menu {
	color: #000000;
	background-color: #FFFFFF;
}

.tt-suggestion.tt-cursor {
	background-color: #004494;
}

/* Fixed conflict between typeahead 0.11 & bootstrap 4 */
.input-group>.twitter-typeahead {
	flex: 1 1 auto;
	width: auto;
}

/* inherit from bootstrap styles */
.has-feedback .form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

/* inherit from bootstrap styles */
.form-control-feedback {
	color: #CCC;
}

/* Control boxes (layer legend, info...) */
.info {
	padding: 6px 8px;
	background: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.info h4 {
	margin: 0 0 5px;
	color: #333;
}

/* css to customize Leaflet default styles  */
.debugPopup .leaflet-popup-tip, .debugPopup .leaflet-popup-content-wrapper {
	background: red;
	color: white;
}

.infoPopup .leaflet-popup-tip, .infoPopup .leaflet-popup-content-wrapper {
	background: #004494;
	color: #FFFFFF;
}

.leaflet-container a.leaflet-popup-close-button {
	color: white;
}

.debug-control {
	background: red;
	color: white;
	border-radius: 4px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	cursor: pointer;
	padding: 2px 5px;
}

#progress {
	display: none;
	position: absolute;
	z-index: 9999;
	margin: auto; /* Auto center in the middle of the container (H & W) */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	max-width: 200px;
	height: 20px;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 4px;
	padding: 2px;
}

#progress-bar {
	width: 0;
	height: 100%;
	background-color: #76A6FC;
	border-radius: 4px;
}

/* ************************************************************
// ********************** IMPORTANT NOTE **********************
// Part of the CSS processing is done on the fly in js code 
// (to make boostrap and leaflet 1.0 good friends)
// --> See tweakCustomControls()
// ***********************************************************/
.leaflet-left {
	left: 50px;
}

@media ( min-width :768px) {
	.info-shape {
		font-size: 18px;
	}
}

@media ( max-width :767px) {
	.leaflet-control-fullscreen {
		visibility: hidden !important;
	}
	.info-shape {
		font-size: 15px;
	}
	.modal {
		width: 85%; /* to cope with smartphone/small devices */
	}
}

@media ( min-width :1280px) {
	.ecl-container {
    	max-width: 100%;
    	width: 1280px;
	}
}

.sidebar {
	top: 10px;
	left: 20px;
}

.sidebar-header {
	background-color: #004494;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar-tabs>li.active, .sidebar-tabs>ul>li.active {
	color: #fff;
	background-color: #004494;
}

#org-network-pane-content, #org-info-pane-content {
	padding: 5px;
}

.modal-header {
	background-color: #004494;
}

.modal-header>.modal-title {
	color: #FFFFFF;
}

.close {
	color: #FFFFFF;
	opacity: 1;
}

.btn-primary {
	background-color: #004494;
}

legend span.accessibility {
  position:absolute;
  left:-9999px;
  width:100px;
  height:auto;
  overflow:hidden;
}
	
