#symbology{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#symbology div{
	display: flex;
	align-items: center;
	padding: 0 15px;
}
#symbology span{
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	margin-right: 10px;
}
#simbologia{
	display: flex;
	justify-content: space-around;
    max-width: 800px;
    margin-bottom: 35px;
}
#simbologia .espacios{
	padding-right:25px;
	padding-left: 10px;
	display: flex;
	align-items: center;
}
#simbologia .espacios:before{
	content:'';
	display:inline-block;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	margin-right: 5px;
}
#simbologia .espacios.disponible:before{
	border:1px solid #bde2fc;
	background-color:#FFF;
}
#simbologia .espacios.separado:before{
	border:1px solid #80A2ED;
	background-color:#B0C5F4;
}
#simbologia .espacios.reservado:before{
	border:1px solid #2660E0;
	background-color:#4C7CE5;
}
#simbologia .espacios.pared:before{
	border:1px solid black;
	background-color:#444;
}

#fpcontainer{
	width: 100%!important;
}
#container{
	display: flex;
	height: 100%;
}
#modal-informes.active{
	z-index: 200;
}
#modal-informes{
	z-index: -1;
}
#list{
	/*width: 230px!important;*/
	display: flex;
	flex-direction: column;
	margin-top: 0;
	padding:0 0;
	border:inherit;
	border-right: 1px solid #c6d4f2;
	border-left: 1px solid #c6d4f2;
	border-bottom: 1px solid #c6d4f2;
	position: relative;
	height: 100%!important;
}
#header-exhibitor{
	top: 0;
}
#company-list{
	overflow-y: inherit;
}
#listsearch{
	width: 100%;
	position: relative;
}
.list #mapcont{
	flex: 1 1 0;
}
.company{
	padding:10px;
	margin: 10px 15px;
}
#fptopbar{
	margin:0;
}
#fpexhlst{
	width: 100%;
	width: auto!important;
	padding: 13px 15px 12px;
    color: #fff;
    text-transform: uppercase;
}
#tooltip{
	height: 88px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#cinfo{
	color:#fff;
}
#cinfo font{
	color:#F5DB06!important;
	font-weight: bold;
}
canvas#floorplan{

	padding:0;
}
#fpexhlsthide{
	position: unset;
	top: inherit;
	right:inherit;
}
#fpexhlsthidetxt{
	position: unset;
	top: inherit;
	right:inherit;
}
#hide{
	z-index: 200;
	background: #1776d1;
}
#fpbtnprint{
	background: #1976D2;
	width: 100%;
	position: unset;
	padding-right: 30px;
	display: flex;
	align-items: flex-end;
	padding: 0px 30px 1px 0px;
    height: auto;
    align-items: center;
    justify-content: space-between;

}
#print-button,#tooltip,#fpexhlst{
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#zoom{
	top: 75px;
	right:25px;
	display: flex;
}
.btn.btnup{
	padding-right: 5px;
}
#zoom .btn{
	background: #fff;
	background-size: 60%;
	border: 1px solid #CCC;
	font-family: Verdana;
	width: 100%;
	transition: .1s linear opacity;
	padding: 3px 6px;
	font-weight: 600;
	margin-bottom: 8px;
	cursor: pointer;
	user-select: none;
	min-width: 27px;
	text-align: center;
	justify-content: center;
}
#zoom .btn:hover{
	opacity: .8;
}
.companyn{
	font-size: 1em;
}
#fpbtnprintimg,#fpbtnprinttxt{
	position: unset;
	line-height: 1;
}
#fpbtnprinttxt{
	margin-bottom: 10px;	
}
#modal-informes{
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width:767px){
	#symbology{
		flex-direction: column;
		max-width: 300px;
		align-items: flex-start;
    	margin: 30px auto;
	}
	#simbologia{
		flex-direction: column;
		max-width: 210px;
	}
	#simbologia .espacios{
		margin-bottom: 15px;
	}
	#symbology div{
		margin-bottom: 10px;	
	}
	#list{
	    width: 100%!important;
    	height: 238px!important;
	}
	#fpcontainer{
		height: auto!important;
	}
	.list #mapcont {
    	height: auto!important;
	    order: -1;
    	width: 100%!important;
    	flex: inherit;
	}
	#container{
		height: 100%;
		flex-direction: column;
	}
	canvas#floorplan{
		height: auto!important;
	}
	#tooltip{
		height:110px;
	}
	.medium{
		width: 100%;
	}
	#informes{

	}
	#fpexhlst{
		display: none;
	}
	#fpbtnprint{
		justify-content: space-evenly;
	}
}