@import url("L.Control.Sidebar.css");
@import url("easy-button.css");

@import url("slick.css");
@import url("jquery-ui.min.css");


#backToProjects {
  position: fixed;
  top: 3%;
  left: 1%;
  height: 8%;
  width: 8%;
  z-index: 1000;
  background-color: red;
}

/* --------------- body  ----------- */

body {
    /* font: 20px Montserrat, sans-serif; */
    //line-height: 1.8;
}

#labelSelection{
	width: 320px;
	height: 85px;
}

#buttonNext {
	height: 20px;
	background-color: grey;
	width: 88%;
	float: left;
	text-align: center;
	margin: 1%;
	margin-bottom: 0px;
	border: 1px solid black;
	cursor: default;
	pointer-events: none;
}

#buttonNextActive {
	height: 20px;
	background-color: white;
	width: 88%;
	float: left;
	text-align: center;
	margin: 1%;
	margin-bottom: 0px;
	border: 1px solid black;
	cursor: default;
	pointer-events: auto;
}

#buttonNextActive:hover {
	background-color: #c8e9cf;
}

.selectionButton{
	height: 20px;
	width: 28%;
	background-color: white;
	float: left;
	text-align: center;
	margin: 1%;
	margin-bottom: 0px;
	border: 1px solid black;
	font-size: 10px;
}

.deactivatedButton{
	height: 20px;
	width: 28%;
	background-color: grey;
	float: left;
	text-align: center;
	margin: 1%;
	margin-bottom: 0px;
	border: 1px solid black;
	pointer-events: none;
}

.selectionButton:hover {
	background-color: green;
	cursor: default;
	}

.nextButton{
	height: 20px;
	background-color: grey;
	width: 88%;
	float: left;
	text-align: center;
	margin: 1%;
	margin-bottom: 0px;
	border: 1px solid black;
	cursor: default;
}

#buttonBuiltUp:hover {
	background-color: #c22200 !important;
}

#buttonOtherImp:hover {
	background-color: #ff9a00 !important;
}
#buttonForest:hover {
	background-color: #349439 !important;
}

#buttonOtherVeg:hover {
	background-color: #a57212 !important;
}
#buttonSoil:hover {
	background-color: #eedd00 !important;
}
#buttonUnclear:hover {
	background-color: #aff0fe !important;
}

#buttonWater:hover {
	background-color: #0000FF!important;
}

#buttonNext:hover {
	background-color: #d7ffcc !important;
}

/*.leaflet-control-layers-toggle {
	background-size: 75%;
	}*/

.upimage {
  width: auto;
  max-width: 100%;
  height: auto;
}

.bg-1 {
    background-color: #ffffff;
    color: #000000;
}
.bg-2 {
    background-color: #1e434c;
    color: #ffffff;
    font-family: "Corbel";
    font-size: 10px;
    letter-spacing: 1px;
}
.bg-3 {
    background-color: #ffffff;
    color: #555555;
}
.bg-4 {
    background-color: #2f2f2f;
    color: #fff;
}

.btn-group {
	float: left;
	top: 10px;
	left: 60px;
}

.btn-primary {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: black;
	padding-right: 5px;
	padding-left: 5px;
	background-color: white;
	height: 26px;
	border-radius: 4px;
	padding: 5px;
}

.icon {
	margin-top: 3px;
	margin-left: -4px;
	padding: 0px;
}

/* --------------- legend  ----------- */
#legend {
  font:bold 12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  position: absolute;
  border: 1px solid black;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: white;
  width: 25%;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 5px;
  line-height: 15px;
  width: 150px;
  z-index: 200;
}

#showLegend {
  font:bold 12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  position: absolute;
  text-align: center;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: white;
  width: 25%;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 5px;
  line-height: 15px;
  width: 150px;
  z-index: 200;
  visibility: hidden;
}

#showLegend:hover {
  background-color: #aeb6bf;
}

.legend-key {
  display: inline-block;
  border-radius: 20%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.cB {
  height: 15px;
  width: 25px;
  float:right;
  position: absolute;
  top: 0px;
  right:0px;
  display:inline-block;
  padding:2px 5px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  background: url("../img/ar_down.png");
}

.cB:hover {
  background: url("../img/ar_down_hover.png");
  cursor: pointer;
}

/* --------------- fonts  ----------- */

.header1 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 1.5vw;
  font-variant: small-caps;
  padding: 20px;
  font-weight: bold;
}

.header2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 1.8vw;
  font-variant: small-caps;
  font-weight: bold;
}

.header3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 2.4vh;
  font-variant: small-caps;
  font-weight: bold;
}

.bottomParagraph {
  position: absolute;
  margin-left: 20%;
  text-align: center;
  bottom: 10%;
  width: 60%;
  font-size: 0.8vw;
}

.chapter-header {
  text-align: left;
  font-size: 1.2vw;
  padding-left: 8px;
  margin: 10px;
  background-color: #ddc5a2;
}

.diagram {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 0.7vw;
  padding: 5px;
  text-align: justify;
}

.regular {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 0.8vw;
  padding: 5px 12px;
  text-align: justify;
}

.small {
  font-size: 0.8vw;
}

.interact {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 0.8vw;
  padding: 0px 12px;
  text-align: justify;
}

.leftalign {
  text-align: left;
}

/* --------------- divs  ----------- */

.chapter {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.85;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

#title {
	margin-top: 15px;
}

.infohidden {
	position: fixed;
	visibility: hidden;
	font:bold 12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	top: 78px;
	left: 48px;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 180;
	background-color: white;
	border-radius: 4px;
	box-shadow: 0 1px 5px rgba(0,0,0,65);
}


/* --------------- features  ----------- */

.floatLeft {
	float: left;
	margin-left: 2%;
}

.myLegendGradient {
	background: linear-gradient(0.25turn, #000000, #ffffff);
	width: 60px;
	height: 10px;
}

.myLeftLabel {
	float: left;
}
.myRightLabel {
	float: right;
}

/*__________________*/

.button {
  float: left;
  width: 31%;
  text-align: center;
  margin: 1%;
  margin-bottom: 20px;
}

.leaflet-touch .leaflet-bar button {
  width: 26px;
  height: 26px;
  line-height: 26px;
}

/*__________________*/

.leaflet-touch .leaflet-bar button {
  width: 26px;
  height: 26px;
  line-height: 26px;
}

/*__________________*/
#result1 {
  visibility: hidden;
}


/* --------------- images  ----------- */

.imgContainer {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .4s ease;
}

.imgContainer:hover .overlay {
  opacity: 1;
}

.infoImage {
  height: 100%;
}



   /* --------------------
      MAP
      -------------------- */

#mapper {
/*  z-index: 0;*/
  height: 100%;
}

#map {
/*  z-index: 0;*/
  height: 100%;
  width: 100%;
  z-index: 150;
}

.map-overlay .map-overlay-inner {
    font:bold 12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: absolute;
    width: 12%;
    min-width: 200px;
    top: 0;
    left: 35px;
    padding: 12px;
    z-index: 200;
}

#controlPanel {
  height: 10%;
}
