#content {
  width: 100%;
  margin: 0; 
}

#map {
  height: 80vh; 
}

.row {
  padding: 5px; 
}

#map {
    position: relative;
}

#cluster_name {
    position: absolute;
    top: 10px; 
    left: 60px;
    z-index: 9999;
    width: 150px;
}

#elementName {
    position: absolute;
    top: 55px; 
    left: 60px;
    z-index: 9999;
    width: 230px;
}

#filterDate {
    position: absolute;
    top: 10px; 
    left: 220px;
    z-index: 9999;
    width: 70px;
}

.itemCentroid {
	width: 40px !important;
	/* height: 40px !important; */
	z-index: 99999999 !important;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: transparent;
	border-radius: 5px;
	margin: 0 0 0 -20px;
}

.my-div-icon a {
    color: #fff !important;
}
.my-div-icon a:hover {
    text-decoration: underline !important;
}

#hideMarkers {
    position: absolute;
    top: 100px;
    left: 60px;
    z-index: 9999;
}

#showMarkers {
    position: absolute;
    top: 100px;
    left: 60px;
    z-index: 9998;
    display: none;
}

#hideMarkers {
    position: absolute;
    top: 100px;
    left: 60px;
    z-index: 9999;
}

/*#legentLab {
    position: absolute;
    top: 135px;
    left: 60px;
    width: 193px;
    height: 240px;
    z-index: 9999;
    background: url(../img/legentLab.png) no-repeat;
}*/

#legentLabActive {
	position: absolute;
	top: 135px;
	left: 60px;
	width: 225px;
	/* height: 245px; */
	z-index: 9999;
	background: #fff;
	padding: 30px 0 0 0;
}

#legentLabActive .elemColors {
	clear: both;
	margin: 10px;
	height: 25px;
}

#legentLabActive .color {
    width: 70px;
    height: 20px;
/*    display: block;*/
    float: left;
    margin: 0 10px 0 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.ph-wrap {
	height: 281px !important;
}

.n-wrap {
    height: 250px !important;
}

#elemVeryHi2Wrap {
    display: none;
}

#legentLabActive .elemVeryHi2 {
    background: rgb(23, 41, 132);
   
}
#legentLabActive .elemVeryHi {
    background: rgb(0,37,222);
}
#legentLabActive .elemHi {
    background: rgb(39,213,234);
}
#legentLabActive .elemUp {
    background: rgb(76,203,37);
}
#legentLabActive .elemMedium {
    background: rgb(252,255,87);
    color: #333;
}
#legentLabActive .elemLow {
    background: rgb(255,162,0);
}
#legentLabActive .elemVeryLow {
    background: rgb(255,29,29);
}



.leaflet-popup-content {
    width: 150px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.leaflet-popup-content a {
    color: #fff !important;
}

#methodName_1 {
	/* position: absolute; */
	/* left: 10px; */
	/* top: 10px; */
	font-size: 10px;
	position: absolute;
	top: 3px;
	left: 10px;
	width: 70px;
	text-align: center;
        font-weight: bold;
}

#methodName_2 {
	/* position: absolute; */
	/* left: 10px; */
	/* top: 10px; */
	font-size: 10px;
	position: absolute;
	top: 3px;
	left: 87px;
	width: 70px;
	text-align: center;
}

.fe-wrap {
    height: 180px !important;
}

#methodName_2 {
	/* position: absolute; */
	/* left: 10px; */
	/* top: 10px; */
	font-size: 10px;
	position: absolute;
	top: 3px;
	left: 220px;
	width: 70px;
	text-align: center;
}

#methodName_1, #methodName_2, #methodName_3 {
    font-size: 10px;
    font-weight: bold;
}

.wide-3 {
	width: 350px !important;
}

.wide-2 {
	width: 425px !important;
}

.elementsColLegend {
	float: left;
	width: 210px;
}

#elemVeryHi_1, #elemVeryHi_2, #elemVeryHi_3, 
#elemHi_1, #elemHi_2, #elemHi_3,
#elemUp_1, #elemUp_2, #elemUp_3,
#elemMedium_1, #elemMedium_2, #elemMedium_3, 
#elemLow_1, #elemLow_2, #elemLow_3,
#elemVeryLow_1, #elemVeryLow_2, #elemVeryLow_3 {
    display: none;
}


header {
    padding: 20px;
}

.logo-image {
    width: 150px;
    float: left;
    margin: 0 20px 15px 0;
}

.invalid {
    border: 1px solid red;
}

.good {
    border: 1px solid green;
}

.login-page {
    background: url("../img/bg_soilsamplers.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#loginBox {
    padding: 10px;
    background: #eee;
    border-radius: 5px;
    margin: 20px 0 0 0;
    opacity: 0.9;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 7px -14px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 5px 7px -14px rgba(0,0,0,0);
}

.register-box {
    padding: 20px;
    background: #eee;
    border-radius: 5px;
    margin: 20px 0 0 0;
    opacity: 0.9;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 7px -14px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 5px 7px -14px rgba(0,0,0,0);
}

#alert-login {
    display: none;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: auto;
    display: block;
    float: left;
}

.nav>li {
    position: relative;
    display: block;
    float: left;
}

#username-hello {
    color: #333;
    padding: 5px;
    float: right;
    margin: 5px 10px 0 0;
    width: 225px;
}


.custom-control-label {
    cursor: pointer;
}

.analitic_type_wrap {
    margin: 10px 0;
}

/*#step-2, #step-3, #step-4 {
    display: none;
}*/

#step-3 {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

#logout {
    float: right;
}

#orderData {
    width: 400px;
    border: 1px solid #ccc;
    padding: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    border-radius: 15px;
    background: #eee;
}

.probeIcon {
	background: url(../img/probeIcon.png) no-repeat;
	width: 30px;
	height: 33px;
}

.probeIcon .num {
	color: #333;
	background: #fff;
	padding: 5px;
	border-radius: 11px;
	font-size: 6px;
	position: absolute;
	right: -12px;
	top: -10px;
}

.point_cursor {

  cursor: url(../img/probeIcon.png), auto;	

}

.line_cursor {

  cursor: url(../img/routecursor.svg), auto !important;

}

.line_cursor .leaflet-interactive {
    cursor: url(../img/routecursor.svg), auto !important;
}

.edit-point-box {
    background: #fff;
    padding: 10px;
    font-size: 12px;
    color: #777;
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.leaflet-control-layers  {
    display: none;
}

.buttonWrapper {
    width: 50%;
    text-align: center;
}



#logout-section {
    float: right;
    width: 300px;
    margin: 0 0 20px 0;
}

#geojson-list, #kml-list {
    padding: 20px;
}

#geojson-list a {
    margin: 0 0 10px 0;
    display: block;
    float: left;
}

#kml-list a {
    margin: 0 0 10px 0;
    display: block;
    float: left;
}

#geojson-list img {
    width: 16px;
    display: block;
    float: left;
    margin: 0 0 0 7px;
    cursor: pointer;
}

.geojson-item {
/*    border: 1px solid #eee;*/
}

#saveData, #saveDataKML {
    display: none;
}

.boxFieldLabel label.fieldTitle {
    display: block;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 10px;
}

.activateEditFieldName {
    float: right;
}

.activateEditFieldName img {
    width: 16px;
}

.infoblock {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 90px 0 0 0;
}