
html,body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

#info-modal,#info-modal * {
	transition: all .3s;
}
#info-modal {
	z-index: 9;
	width: 100vw;
	height: 100vh;
	display: flex;
	position: absolute;
	justify-content: center;
	background: rgba(0,0,0,.6);
	overflow: auto;
	opacity: 1;
}
#info-modal.hide {
	display: none;
	visibility: hidden;
	opacity: 0;
}
	#info-modal .modal-body {
		padding: 16px;
		width: 400px;

		max-width: 90vw;
		margin-top: 5vh;
		margin-bottom: 5vh;
		background: #fff;
		border-radius: 6px;
		box-sizing: border-box;
		display: inline-table;
	}
		#info-modal .modal-body h3 {
			margin-bottom: 5px;
		}
		#info-modal .modal-body p {
			line-height: 15px;
		}
		#info-modal .actions {
			padding-bottom: 20px;
			display: flex;
			flex-flow: column;
		}
			#info-modal .actions button {
				display: block;
				padding: 0 15px;
				margin: 20px auto;

				color: #fff;
				background: #3f51b5;

				box-shadow: 0 0 0 2px rgb(0 0 0 / 10%);
				border-radius: 4px;
				border: 0;
				box-sizing: border-box;
				cursor: pointer;
				display: block;
				height: 39px;
				outline: none;
			}
			#info-modal .actions button:hover {
				background: #2e3b84;
			}
			#info-modal .actions>p {
				line-height: 10px;
			}
			#info-modal .actions em {
				font-size: 10px;
				color: gray;
			}

.canvas-edit {
	display: flex;
	flex-flow: column;
	clear: both;
	margin: 10px 0;
}
	.canvas-edit .bloq {
		display: block;
		margin-bottom: 4px;
	}
	.canvas-edit .bloq.select {
		display: flex;
	}
		.canvas-edit .bloq label {
			display: block;
			min-width: 60px
		}

		.canvas-edit .bloq input,
		.canvas-edit .bloq select,
		.canvas-edit .bloq textarea {
			display: block;
			width: calc(100% - 5px);
		}

#map {
	top:0;
	bottom:0;
	width:100%;
	position:absolute;
}

.logo {
	display: block;
	margin: 8px;
	color: #d05a66;
	max-width: 150px;
	margin-right: 5px;
}
	.logo img {
		float: left;
		max-width: 28px;
		margin-right: 5px;
		margin-bottom: 15px;
		vertical-align: middle;
	}
	.logo img+span {
		display: inline-block;
		float: left;
		max-width: 100px;
	}
	.logo span+span,
	.logo+span {
		display: inline-block;
		float: left;
		padding: 4px 3px;
		max-width: 100px;
		font-size: 11px;
		line-height:11px;
		color: gray;
	}
	.logo+span:hover {
		background: white;
		border-radius:3px;
	}

.calculation-box {
	height: 75px;
	width: 150px;
	position: absolute;
	bottom: 40px;
	left: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 15px;
	text-align: center;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	font-size: 13px;
	line-height: 12px;
}
h3, h4, h5 {
	line-height: 15px;
}

.info {
	background: #bbdefb;
	border-radius: 6px;
	padding: 5px 10px 15px 10px;
	margin: 10px 0px;
}
	.info h4 {
		margin: 0 5px;
	}
	.info p {
		opacity: .8;
		font-size: 11px;
		line-height: 12px;
	}
.info.warning {
	background: #f44336;
	cursor: pointer;
}

.btnc {
	color: black;
	border: 1px solid black;
	border-radius: 8px;
	padding: 0px 18px 0px 6px;
	margin: 4px 2px;
	display: inline-block;
	height: 40px;

	display: inline-flex;
	align-items: center;
	line-height: 10px;
}
.btnc i {
	height: 100%;
	width: 10px;
	margin: 0 7px 0 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btnc:hover {
	text-decoration: none;
	background: black;
	color: white;
}
.btnc.info.warning {
	border-radius: 8px;
	/* padding: 6px 6px 0px 6px; */
}

.btn-lg {
	width:29px !important;
}
	.btn-lg button {
		font-size: 14px; width:29px !important;
	}
.btn.filtro-manan, .btn.filtro-tarde, .btn.filtro-noche { font-size: 14px; width:29px !important; }
.btn.filtro-manan.show {	color:#fff; background: rgba(255,216,53,1) !important;	}
.btn.filtro-tarde.show {	color:#fff; background: rgba(255,87,34, 1) !important;	}
.btn.filtro-noche.show {	color:#fff; background: rgba(63,81,181, 1) !important;	}

.bars {
	height: 20px;
	width:calc(100% - 10px);
	margin-left: 10px;
	font-size:8px;
}
.bars>em {
	height: 5px;
	width: 0px;
	float: left;
	margin: 20px 1px 0px -3px;
	padding: 0px 0 0px 1px;
	display: inline-block;
	text-align: center;
	border-left: 1px solid black;
}
	.bars>em>span {
		margin-left: -11px;
	}
.bar.tarde,
.bar.noche,
.bar.manana {
	height:20px;
	padding-left: 3px;
	margin-left: -4px;
	float:left;
	overflow: hidden;

	background:rgba(255,216,53,1);
}
.bar.tarde {	background:rgba(255,87,34, 1);	}
.bar.noche {	background:rgba(63,81,181, 1);	color:white;	}


.canvas-info>h3 {
	margin-top: 0;
}
	.canvas-info>h3>a {
		display: block;
	}
.mapboxgl-popup-close-button, .maplibregl-popup-close-button {
	font-size: 30px;
}
.mapboxgl-popup {
	max-width: 300px !important;
}
