html {
    height: 100%;
    margin: 0;
}

* {
	font-weight: 200;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
}

.fonted {
	font-weight: 200;
	font-size: 12px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
}

.logoThumbnail {
    position:relative;
    overflow:hidden;
}

img.inlineIcon {
	height: 15px;
	margin-right: 5px;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(90, 90, 90, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align: left;
    color:#fff !important;
    z-index:2;
}

.well {
	padding: 0 0 0 5px;
	margin-bottom: 5px;
}

.vertical-align-row {
	display: flex;
	align-items: center;
}

.aligned-row {
  display: flex;
  flex-flow: row wrap;

  &::before {
    display: block;
  }
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.inline {
    display: inline;
}

/*Mouse control*/

.leaflet-control-scale,
.leaflet-control-mouseposition {
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}

.leaflet-container .leaflet-control-mouseposition {
	font-weight: 200;
	font-size: 12px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
}

.leaflet-control-scale-line {
	font-size: 12px;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	word-break: break-word;
}
.imageoVisible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
}
.imageoHidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 500ms, opacity 500ms;
}
.detailsImg {
    max-width: 100%;
    max-height: 100%;
}
.detailsImg:hover {
    opacity: 0.9;
    cursor: pointer;
}
.navbar-offset {
    margin-top: 50px;
}
.scroll {
    overflow: auto;
    height: 100%;
}
.full {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
#mapid {
    z-index: 35;
}
.my-sidebar {
    z-index: 45;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
}
.slide-submenu {
    #background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}
.title-list-item {
    display: block;
}
.leaflet-container a:hover {
    text-decoration: none;
    color: #222;
}
.leaflet-container a {
    text-decoration: none;
    color: #555;
}
a.noDeco:hover {
    color: #222;
}
a.noDeco {
    text-decoration: none;
    color: #555;
}
a.handCursor {
	cursor: pointer;
}
.result-item {
    cursor: pointer;
}
img.loaded {}
/****************************/
/* ResultList: Sticky header*/
/****************************/

.list-group {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 40px;
    bottom: 0;
}
.sidebar {
    position: absolute;
}

.sidebar-header {
    /*position: fixed;   z-index: 5000;    max-width: inherit;    min-width: inherit;	*/
	background-color: #00426b;
}

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

/****************************/

.list-group-item .active {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.my-sidebar-parent {
    display: none;
}
.panel-heading {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
/*####################################################
/* MODAL */

.sidebar-content {
    overflow-x: hidden;
}
.modal-fullscreen {
    background: transparent;
}
.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: .97;
    filter: alpha(opacity=97);
}
/*####################################################
/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    height: 100%;
    padding: 0;
}
/*
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}

*/
/**********************/
/* result list colors */
/**********************/
/*f9d179*/

a.list-group-item-warning {
    background-color: #00426b;
    color: #fff;
}
/*f5b830*/

a.list-group-item-warning:hover {
    background-color: #3eaedf;
}
/*e7a30b*/

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    background-color: #2196c9;
}
/**********************/

.with-margin {
    margin-left: 3px;
    margin-right: 3px;
}
.menuBody {
    overflow-x: hidden;
    overflow-y: auto;
    top: 40px;
    right: 5px;
    bottom: 70px;
    left: 10px;
}
.facet_value {
    margin-right: 8px !important;
}
.facet_text {
    font-size: 12px !important;
}
.facet_title {
    width: 100%;
    border-bottom: 1px solid;
    margin-bottom: 5px;
}
.facet {
    margin-top: 10px;
}

ul.gj-list li [data-role=display] {
    font-size: 12px !important;
}

ul.gj-list-bootstrap li [data-role=display] {
    padding:0 0 0 0;
}

ul.gj-list-bootstrap li [data-role=checkbox] {
    padding:0 0 0 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .sidebar {
        width: 380px;
    }
}

.menuFooter {
    left: 0;
    bottom: 20px;
    right: 0;
}
.menuFooterInner {
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}
.menuButton {
    width: 100%;
}

.innerFlex {
	flex: 1 0 60px;
	max-width: 80px;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

input.ui-editRangeSlider-inputValue {
	width: 7em;
}

.sidebar-tabs>ul>li>a {
	display: inline-block;
}

.sidebar-content {
	background-color: white;
}

.language-header {
	position: absolute;
	margin: 20px;
	margin-top: 14px;
	right: 0;
	top: 0;
	z-index: 100;
}

.select-style {
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.select-style select:focus {
    outline: none;
}

.select-style select::-ms-expand {
    display: none;
}

/**
* Responsive mode
**/

@media (min-height: 600px) {
  .facetControl {
    display: block;
  }
  .leaflet-control-minimap {
    display: block;
  } 
  .leaflet-control-scale {
    display: block;
  }
}

@media (max-height: 600px) {
  .facetControl {
    display: none;
  }
 .leaflet-control-minimap {
    display: none;
  }
  .leaflet-control-scale {
    display: none;
  }
}

/**
* Custom scroll bar
**/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00426b; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


.panel-group {
   margin-top:45px;
}
