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

#container-app {
	height: 100%;
	width: 100%;
}

#map-area {
	position:absolute;
	right: 0px;
	width: 73%;
	min-width: 600px;
	height: 100%;
}

#map-area #refresh {
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 9999;
	height: 20px;
	width: auto;
}

#map-area #refresh:hover {
	cursor: pointer;
}

#map-area #container-map {
	position: absolute;
	right: 0px;
	height: 100%;
	width:100%;
	background-color: #ccff66;
}

#side-bar {
	position: absolute;
	left: 0px;
	height: 99.7%;
	width: 27%;
	min-width:260px;
	min-height: 620px;
	background-color: white;
	border:solid 0.3px;
}

#search-section {
	position:absolute;
	top: 0px;
	width: 100%;
	height: 30%;
}

#search-section h2 {
	margin-top: 0.5em;
	padding-left: 5px;
}

#search-section input {
	margin-left: 5px;
}

#search-section #places-list {
	position: absolute;
	top: 90px;
	height: 160px;
	width: 100%;
	overflow: scroll;
}

#search-section #places-list .list {
	position: relative;
	width: 100%;
	height: 30px;
	padding-top: 3px;
}

#search-section #places-list .list p {
	padding-left: 5px;
	margin: 0px;
	padding-top: 4px;
}

#search-section #places-list .list:hover {
	background-color: #CDECE7;
	cursor: pointer;
}

#search-section #places-list .list:first-letter {
	text-transform: capitalize;
}

#search-section #places-list .list .delete {
	opacity: 0;
	position: absolute;
	top:10px;
	right:10px;
	height:10px;
	width: auto;
}

#search-section #places-list .list:hover .delete{
	opacity: 1;
}

#search-section #places-list .list .delete:hover{
	right:9px;
	height: 12px;
	width: auto;
}

#info-section {
	position:absolute;
	bottom: 0px;
	width: 100%;
	height: 60%;
	border-top:solid 0.1px;
}

#search-section input {
	width: 90%;
	height: 30px;
}

#location-title {
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

#location-title::first-letter {
	text-transform: uppercase;
}

#location-adress {
	margin-top: 0.5em;
	padding-left: 5px;
}

#location-description {
	padding-left: 5px;
	padding-right: 5px;
}

#location-picture-container {
	width: 100%;
	height:180px;
	overflow: hidden;
	position:absolute;
	bottom: 50px;
}

#location-picture {
	width: 100%;
	position: absolute;
	bottom:0;

}

#add-button-div {
	position:absolute;
	bottom: 0px;
	min-height: 45px;
	width:100%;
}

#add-button {
	position:absolute;
	bottom: 5px;
	margin:3px;
	width:98%;
	height:30px;
	font-size: 20px;
}

#add-button img {
	height: 20px;
	width: auto;
}

#add-section {
	position: absolute;
	bottom: 0px;
	left:10px;
	right:10px;
	height: 230px;
	background-color: white;
	border: solid 0.3px;
	padding: 10px;
	min-width: 600px;
}

#add-section .left-side {
	position:absolute;
	left: 0px;
	width: 65%;
	padding-left: 10px;
}

#add-section .left-side #direccion {
	width: 67.8%;
}

#add-section .left-side #imagen {
	width: 71%;
}

#add-section .right-side {
	position: absolute;
	right: 20px;
	top: 0px;
	width: 35%;
}

#add-section .right-side p{
	margin-bottom: 3px;
}

#add-section .right-side textarea{
	font-family: serif;
	font-size: 20px;
	width: 90%;
	height: 150px;
	resize: none;
}

#add-section h2 {
	margin-top:3px;
	margin-bottom: 3px;
}

#add-section h2 {
	margin-top:3px;
}

#add-section .label {
	font-size: 18px;
}

#add-section input {
	font-size: 18px;
	margin-top: 15px;
	width: 70%;
}

#add-section #submit {
	position:absolute;
	bottom: 10px;
	height:30px;
	font-size: 18px;
}

#add-section #cancel {
	position:absolute;
	bottom: 10px;
	height:30px;
	font-size: 18px;
	margin-left: 80px;
}