body {
    font-family: 'Lato', sans-serif;
}

.leaflet-overlay-pane path,
.leaflet-marker-icon {
	  cursor: pointer;
  }

#map-container {
	border: 1px solid #AAA;
	position: relative;
	height: 79vh;
	min-height: 350px;
}

#map {
	height: 100%;
}

#new-point {
	position: absolute;
	z-index: 99;
	background-color: white;
	box-shadow:  -4px 4px 0 rgba(85, 85, 85, 0.5);
	border: 1px solid grey;
	right: 1%;
	top: 3%;
	padding: 10px;
	width: 35%;
	overflow:auto;
	display:none; 
}

#new-point p {
	margin:10px 0;
}

#new-point-form {
	position: absolute;
	z-index: 99999;
	background-color: white;
	box-shadow:  -4px 4px 0 rgba(85, 85, 85, 0.5);
	border: 1px solid grey;
	right: 35%;
	top: 1%;
	padding: 10px;
	display:none;
}

#new-point-form textarea {
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 5em;
	resize: vertical;
}

.right {
	text-align: right;
	margin: 0
}

.close-btn {
	color: #000;
	text-decoration: none;
}

.close-btn:hover {
	font-weight: 800;
}

#new-point-form fieldset {
	width: 300px;
	border: none;	
	padding: 0;
	margin: 0;
}

#new-point-form label, #new-point-form input{
	margin: 0 0 10px 0;
	display: block;
}

#new-point-form h5 {
	margin: 5 0 10 0;
	font-size: inherit;
}

#new-point-form #image {
	width: 100%;
	background: lightgrey;
}

#new-point-form .submit {
	background: red;
	color: white;
	float: right;
	border: none;
	padding: 10px;
	width:50%;
}

#postcard-container {
	position: absolute;
	z-index: 10000;
	background-color: #FFF;
	border: 1px solid grey;
	left: 100px;
	top: 10px;
	padding: 6px;
	overflow: hidden;
	border-radius: 3px;
	line-height: 18px;
	font-size: 15px;
	min-width: 160px;
	min-height: 300px;
	margin: 0 auto;
}

#postcard {
	height: 60vh;
	min-height: 250px;
}

#id2del {
	font-size: 10pt;
	line-height: 12px;
}

#greeting,
#greeting a,
#greeting a:active,
#greeting a:visited {
	color: #6B6B6B;
	font-style: italic;
	text-decoration: none;
	margin: 0;
	text-align: right;
	font-size: 10pt;
}

#greeting a {
	font-weight: bold;
}

#greeting a:hover {
	text-decoration: underline;
}

#message {
	position: absolute;
	z-index: 99;
	background-color: #FFF;
	border: 1px solid grey;
	left: 45px;
	top: 10px;
	padding: 6px;
	width: 150px;
	height:130px;
	overflow: auto;
	border-radius: 3px;
	line-height: 18px;
	font-size: 15px;
}

.my-custom-control {
	width:28px;
	height:28px;
	background-image: url('https://ibikekrakow.com/wp-content/themes/Tetris/images/entrance-24.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	padding: 3px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(153, 153, 153);
	border-color: rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	box-shadow: none;
	cursor: auto;
	text-align: center;
	background-color: #FFFFFF;
}

.leaflet-draw-toolbar a {
	background-color: #FFA500 !important;
}  

.leaflet-control-attribution {
	font-size: 9px;
}

#legenda {
	position: absolute;
	z-index: 99;
	background-color: #FFF;
	border: 1px solid grey;
	bottom: 10px;
	left: 10px;
	padding: 6px;
	width: 10%;
	overflow: auto;
	border-radius: 3px;
	line-height: 14px;
	font-size:12px;
}
