﻿.containerForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
}

.form-select {
	border-radius: 5px;
	padding: 6px 12px;
	border: 1.6px solid #FAEE38;
	flex: 1;
	margin-right: 10px;
}

	.form-select:last-child {
		margin-right: 0;
	}

.containerMap, .containerMapEstabelecimento, .containerMapColaborador {
	height: 60vh;
	display: none;
}

.modalError {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-100%);
	transition: all .3s;
}

.downModal {
	transform: translateY(0);
}

.popup_error {
	width: 20%;
	max-width: 320px;
	background-color: rgb(240, 240, 240);
	padding: 20px;
	box-shadow: 12px 12px 12px rgb(0 0 0 / 50%);
	border-radius: 5px;
	text-align: center;
}

	.popup_error > h3 {
		margin: 10px 0;
	}

	.popup_error > button {
		padding: 10px;
		border: 1px solid black;
		border-radius: 5px;
		cursor: pointer;
	}

		.popup_error > button:hover {
			opacity: .8;
		}

.legenda {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 20px 0;
}

.iconeEstabelecimento, .iconeColaborador {
	border-radius: 50%;
	display: block;
	height: 12px;
	width: 12px;
	margin-right: 5px;
}

.iconeEstabelecimento {
	background: linear-gradient(129.58deg, #FF5E5E 49.92%, #FFA724 49.93%);
}

.aux-lavanderia {
	background-color: green;
}

.aj-manutencao {
	background-color: blue;
}

.steward {
	background-color: purple;
}

.asg {
	background-color: red;
}

.houseman {
	background-color: black;
}

.aux-cozinha {
	background-color: gray
}

.camareira {
	background-color: orange
}

.repositor {
	background-color: brown
}

.degustador {
	background-color: yellow;
}

.promotor {
	background-color: #e1e3e1;
}

.estrela img {
	width: 15px;
}

.estrela {
	display: flex;
	justify-content: center;
	align-items: center;
}

.legenda div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	padding: 10px;
}

#loja {
	max-width: 100%;
	width: 100%;
}

.infoWindow {
	margin: auto;
}

.infoWindow > span {
		font-weight: bold;
}
