html, body {
	background-color: #3b3a3b;
  overflow: hidden;
  height: 100%;
}
body {
  opacity: 0;
}
a {
  color: #00A4E4;
}
#navbar-brand {
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
  font-weight: bold;
  background-color: #0279c2;
  color: white;
  border-bottom: solid 1px black;
}
#browser, #viewer, #downloader {
  overflow-y: scroll;
  position: absolute;
  height: 100%;
  width: 100%;
}
.browser-title {
  font-size: 2.5em;
  color: #005386;
  font-weight: bold;
}
#browser_controls {
  display: contents;
}
#viewer_controls, #downloader_controls {
  display: none;
}
.hidden_view, .hidden_view * {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
#downloader {
  background-color: #191a1a;
  margin: 0 auto;
  color: #e0e0e0;
  font-size: 18px;
}
#browser {
  text-align: center;
  background-color: #191a1a;
  color: #e0e0e0;
  padding: 20px;
  font-size: 18px;
}
.arrow {
  width: 100%;
}
.line {
  margin-top: 11px;
  width: calc(100% - 30px);
  background: #015386;
  height: 8px;
  float: left;
}
.point {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 30px solid #015386;
  float: left;
}
.projects-container {
  padding: 10px;
  padding-left: 10%;
  padding-right: 10%;
}
.viewer-link, .downloader-link, .share-link {
  font-size: 1.6em;
  font-weight: bold;
  cursor: pointer;
  color: white;
  background-color: #0279c2;
  border-radius: 10px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.share-link .clicked {
  font-size: 0.71em;
  display: none;
  color: black;
}
.project-group {
  /*font-size: 1.9em;*/
  font-weight: bold;
}
.project-name {
  font-weight: bold;
  margin-top: 10px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px;
}
hr {
  opacity: 0.5;
  border: 0;
  clear: both;
  display: block;
  width: 96%;               
  background-color: #00A4E4;
  height: 1px;
}
.expand-panel-title {
  cursor: pointer;
}
#controls-container {
  box-shadow: 0 0 5px 1px black;
  text-align: center;
  padding-right: 0;
  background-color: #f8f9fa;
  width: 300px;
  height: 100%;
  float: left;
}
#dashboard-container {
  padding-left: 0;
  overflow: hidden;
  height: 100%;
  width: calc(100% - 300px);
  float: left;
  position: relative;
}
.tooltip {
  pointer-events: none;
  z-index: 100000;
}
.tooltip > .tooltip-inner {
  box-shadow: 0 0 4px 2px white;
}
.hide {
	display: none;
}
.clear-search {
  cursor: pointer;
}
.dropdown-menu {
  width: 96%;
  text-align: center;
  box-shadow: 0 0 4px 4px #000000a3;
  padding: 0;
  z-index: 10000;
  max-height: 200px;
  overflow-y: scroll;
}
.dropdown-item {
  border-bottom: solid 1px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar {
	height: 50px;
	z-index: 10000;
}
.sticky-top {
  background-color: #f1f1f1;
  border-bottom: solid 1px grey;
}
.btn-header {
	width: 40px;
  height: 40px;
  font-size: 1.5em;
  padding: 0;
}
.fa-minus {
	color: red;
}
.locked {
  color: red;
  cursor: pointer;
}
.unlocked {
  color: limegreen;
}
.download {
  color: #00A4E4;
  cursor: pointer;
}
.viz-btn-group .locked, .viz-btn-group .unlocked, .viz-btn-group .download {
  float: left;
  margin-left: 15px;
}
.no-data-alert {
  display: none;
  height: 100px;
  width: 350px;
  font-size: 50px;
  color: #c5c5c5;
  font-weight: bold;
  margin-top: -80px;
  margin-left: -80px;
  position: absolute;
  text-align: center;
  left: 45%;
  top: 50%;
  z-index: 1000;
}
.viz-spinner {
  display: none;
  height: 100px;
  width: 100px;
  font-size: 100px;
  color: #c5c5c5;
  margin-top: -80px;
  margin-left: -80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
}
.viz-component-spinner {
  height: 50px;
  width: 50px;
  font-size: 50px;
  color: white;
  margin-top: -35px;
  margin-left: -25px;
	position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
}
.viz-component-error {
  width: 100%;
  font-weight: bold;
  color: #c50000;
  background-color: #e8bfbfe3;
  padding: 10px;
  padding-top: 15px;
  position: absolute;
  z-index: 2000;
  top: calc(50% - 80px);
  height: 160px;
  border: solid 2px red;
}
.component-header {
  margin: 0;
	z-index: 3000;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
  background-color: #191a1a;
  color: white;
  width: 100%;
  /*overflow: auto;*/
}

.viz-labels-container {
  width: calc(100% - 120px);
  float: left;
  height: 100%;
  margin-top: 2px;
}

.viz-label-group {
  padding-left: 14px;
  padding-right: 10px;
  border: solid 1px transparent;
  cursor: pointer;
  border-radius: 10px;
  white-space: nowrap;
}
.viz-label-group:hover {
  background-color: #252525;
  border: solid 1px #5d5d5d;
}

.viz-val {
  font-weight: bold;
  padding-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.viz-label {
  color: #FFF;
}

.viz-btn-group {
  padding: 0;
  font-size: 1.4em;
  display: inline-block;
  float: left;
  width: 84px;
}
.viz-component-body {
	height: 100%;
}
.viz-component-body textarea {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  color: #e0e0e0;
  text-align: center;
  width: 100%;
  height: 90%;
  background-color: transparent;
  overflow: hidden;
  padding: 10px;
}

.grid-stack {
  min-height: 1000px;
  background-size: 8.3333% 80px;
  background-image: linear-gradient(to right, #27272759 1px, transparent 1px), linear-gradient(to bottom, #27272759 1px, transparent 1px);
}
.grid-stack-item-removing {
  opacity: 0.8;
  filter: blur(5px);
  background-color: red;
}
.ui-resizable-s {
  left: 20px !important;
  right: 20px !important;
  bottom: 4px !important;
  border-bottom: solid 4px #c5c5c573;
}
.ui-resizable-w {
  border-left: solid 4px #c5c5c573;
  bottom: 20px !important;
}
.ui-resizable-e {
  border-right: solid 4px #c5c5c573;
  bottom: 20px !important;
}

#trash {
  background: #bb3d3d;
  color: white;
}

a {
  text-decoration: none;
}

.grid-stack-item-content {
  color: black;
  text-align: center;
	background-color: #f1f1f1;
  box-shadow: 0 0 0px 2px;
}
.grid-stack-item-content .viz-component-header {
  color: limegreen;
}
.grid-stack-item-content.locked .viz-component-header {
  color: red;
}
.grid-stack>.grid-stack-item>.grid-stack-item-content {
  left: 5px;
  right: 5px;
}

.draggable-handle {
  top: 5px;
	z-index: 5000;
  position: absolute;
  left: 10px;
  opacity: 0;
  cursor: move;
  color: grey;
}
.grid-stack-item:hover .draggable-handle {
    opacity: 1;
}
.grid-stack-close {
  top: 5px;
	z-index: 5000;
  position: absolute;
  right: 10px;
  opacity: 0;
  cursor: pointer;
  color: grey;
}
.grid-stack-item:hover .grid-stack-close {
    opacity: 1;
}
.grid-stack-item-content:hover{
    background-color: white;
}
.ui-resizable-handle {
	z-index: 2000 !important;
}

.text-sm {
	font-size: 0.8em;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

#max-year {
	float: right;
	padding-top: 14px;
}
#min-year {
	float: left;
	padding-top: 14px;
}
.project-item, .filter-item {
  font-size: 0.9em;
  cursor: pointer;
  padding: 8px !important;
  padding-right: 2px !important;
  text-align: left;
}
.project-item td, .filter-item td {
  padding: 12px;
  padding-bottom: 0px;
}
.project-item.table-success, .filter-item.table-success {
  font-weight: bold;
}
.project-browser-section, #getting-started {
  display: none;
}
.filter-item-header {
  cursor: pointer;
  text-align: left;
}
.legend-item {
  opacity: 0.7;
  cursor: pointer;
  padding: 8px !important;
  padding-right: 2px !important;
}
.legend-div {
  width: 275px;
  position: relative;
}
.legend-item-btn-group {
  border-radius: 14px;
  background-color: #f1f1f1;
  position: absolute;
  right: 0;
  top: 0;
}
.legend-item.table-success .legend-item-btn-group {
  background-color: #c3e6cb;
}
.legend-item.table-danger .legend-item-btn-group {
  background-color: #f5c6cb;
}
.legend-item.table-success, .legend-item.table-danger {
  opacity: 1;
  font-weight: bold;
}
.legend-item-add, .legend-item-drop, .legend-item-diff {
  font-size: 1.2em;
  float: right;
  padding-left: 4px;
  padding-right: 4px;
}
.fa-square{
   -webkit-text-roke-width: 1px;
   -webkit-text-stroke-color: black;
}

.leaflet-control-layers {
  text-align: left;
}
.leaflet-control-attribution {
 	background-color: transparent !important;
  color: blue;
  font-size: 8px !important;
}
.leaflet-top, .modebar-container {
  z-index: 3001;
}
.leaflet-control-layers-selector:checked + span {
  font-weight: bold;
}
.leaflet-control-layers-overlays > *:last-child {
  background-color: #0279c2BB;
  color: white;
  padding: 3px;
  margin: -3px;
}
.leaflet-slider-container {
  width: 200px;
  white-space: nowrap;
  background: #ffffffaa;
  box-shadow: 0 0 15px #00000033;
  border-radius: 5px;
}
.leaflet-slider {
  width: 190px;
  margin: 5px;
  background-color: #FFFFFF;
}

.grid-stack-viz {
	background-color: #191a1a !important;
	overflow: hidden !important;
}

.widgetClass {
	cursor:	grab;
  /*margin: 5px;*/
  width: 44px;
}
.widgetClass:not(.newWidget) .grid-stack-viz {
  background-color: silver !important;
}
.widgetClass .grid-stack-item-content {
  box-shadow: none;
}
.newWidget-placement {
  display: inline-block;
}
.newWidget-container {
  margin-top: 4px;
  width: 100%;
  height: 80px;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}
.clear-workspace-btn {
  padding: 0;
  margin-top: -6px;
  color: darkred;
  font-weight: bold;
  cursor: pointer;
}
.compact-workspace-btn {
  padding: 0;
  margin-top: -6px;
  color: darkblue;
  font-weight: bold;
  cursor: pointer;
}
.save-workspace-btn {
  padding: 0;
  margin-top: -6px;
  color: darkgreen;
  font-weight: bold;
  cursor: pointer;
}

.activated {
  box-shadow: 0px 0px 4px 2px #0271fb;
}

.newWidget .highlighted {
  background-color: blue !important;
}
.highlighted {
  background-color: #000088 !important;
}
.highlighted .component-header {
  background-color: mediumblue;
}

/* CONTROLS */

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.control-component-body {
	overflow-x: hidden;
  overflow-y: auto;
}
.control-header {
  padding-top: 15px;
  font-weight: bold;
  font-size: 0.85em;
  /*color:  gray;*/
}
.nav-tab {
  width: 97px;
  padding: 3px;
  font-size: 0.8em;
  background-color: transparent;
  color: black;
  border: none;
}
.nav-tab i {
  font-size: 2em;
}
.nav-tab:hover {
  background-color: #0179c144 !important;
}
.nav-tab:disabled {
  color: grey;
}
.nav-tab.active {
  font-weight: bold;
  background-color: #0179c1 !important;
  color: white;
}
.nav-tab:focus {
  outline: 0;
}
.control-tabs {
	height: 60px;
}

.tab {
  overflow: hidden;
  background-color: #f1f1f1;
  border-bottom: 1px solid black;
  border-top: 2px solid #adadad;
}

.tab button {
  height: 100%;
  overflow: hidden;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
  border-bottom: solid 7px;
}

.tablinks {
	width: 20%;
  padding: 0;
}

.tabcontent {
  display: none;
  animation: fadeEffect 0.5s; /* Fading effect takes 1 second */
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.disabled_tab, .disabled_content {
  opacity: 0.2;
}

/* MAPS */

.map-scroll:before {
    content: 'ctrl + scroll to zoom';
    position: absolute;
    top: 50%;
    left: calc(50% - 50px);
    z-index: 999;
    color: white;
    background-color: #0279c2cc;
    font-size: 1.2em;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}
.map-scroll:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background: #00000021;
    z-index: 999;
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.legend {
    line-height: 18px;
    color: white;
    background-color: #444444c7;;
    border: solid 1px silver;
    text-align: left;
}
.legend div {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    border: solid 1px black;
}
.legend span {
    display: inline-block;
    vertical-align: top;
}
.rangeslider-bg {
  fill: black;
}

.download-file-link {
  cursor: pointer;
  border-top: solid 2px #27272759;
}
