.estacionamento {
	max-width: 1550px;
	margin: auto;
}


.estacionamento .placa {
	margin-bottom: 20px;
}

.estacionamento .placa .label {
	width: 340px;
	font-size: 50px;
	color:#ffffff;
	text-align: right;
	padding-right: 20px;
}

.estacionamento .placa input.p {
	border: none;
	border-radius: 0.35em;
	text-transform: uppercase;
	background-color: #0E0E0E;
	padding: 5px 10px;
	font-size: 50px;
	font-weight: 600;
	margin-right: 10px;
	min-width: 60px;
	width: 80px;
	text-align: center;
	color: #ffffff;
}

.titulo-uc {
	cursor: pointer;
	color: #4D4D4D;
	font-size: 18px;
}

.titulo-uc.ativo {
	color: #E9A646;
}

.estacionamento label {
	display: inline-flex;
	margin-bottom: 30px;
	position: relative;
	background-color: #0E0E0E;
	color: #ffffff;
	width: 340px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	padding: 0px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-right: 15px;
}


.estacionamento .selecao, .label-dark {
	display: inline-flex;
	margin-bottom: 30px;
}

.estacionamento .selecao label span, .label-dark span {
	position: relative;
	background-color: #0E0E0E;
	color: #ffffff;
	width: 340px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	padding: 0px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-right: 15px;
}
.estacionamento label span::after, .label-dark span::after {
	content:"";
	width: 10px;
	height: 20px;
	background-image: url(../img/seta-label.png);
	background-position: center;
	background-size: cover;
	position: absolute;
	right: 20px;
	top: 15px;
}

.estacionamento .selecao select, .select-dark {
	-webkit-appearance: none;
	text-transform: uppercase;
	position: relative;
	width: 600px;
	outline: none;
	background-color: transparent;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	padding: 0px 20px;
	background-image: url(../img/seta-select.png);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}

select::-ms-expand { display: none; }

.estacionamento .selecao select option, .select-dark option {
	font-family: 'Microsoft YaHei', 'Microsoft Tai Le', 'Sans Serif' !important;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	margin: 40px;
    background: #0E0E0E;
    color: #4D4D4D;
    padding: 10px 0px;
}

.estacionamento .player-content {
	width: 450px;
}

.estacionamento-player {
	margin-bottom: 20px;
}

.estacionamento-player .circulo2 {
	border-radius: 50%;
	border: solid 1px #1A1A1A;
	padding: 10px;
	width: 267px;
	height: 267px;
	margin: auto;
	margin-bottom: 20px;
	transition: 0.3s;
}
	.estacionamento-player .circulo2:hover {
		background-color: rgba(255,255,255,0.2);
	}
.estacionamento-player .circulo {
	cursor: pointer;
	border-radius: 50%;
	border: solid 1px #343434;
	margin: auto auto;
	width: 245px;
	height: 245px;
	margin-bottom: 20px;
	background-image: url(../img/chamar.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s;
}
	.estacionamento-player .circulo:hover {
		background-color: rgba(135,156,47,1);
	}

.estacionamento-player .repetidor {
	font-size: 18px;
	color:#4D4D4D;
	cursor: pointer;
	transition: 0.3s;
}

.estacionamento-player .repetidor.ativo {
	color: #829C2F;
}


.estacionamento .historico {
	width: 450px;
}

.estacionamento .historico .titulo {
	font-size: 25px;
	color:#ffffff;
	margin-bottom: 20px;
}

.estacionamento .historico .h-grupo {
	color: #808080;
	font-size: 19px;
}

.estacionamento .historico .h-grupo .placa:not(span) {
	margin-left: 60px;
	margin-bottom: 0px;
}

.estacionamento .historico .h-grupo span {
	color:#829C2F;
}

.estacionamento .historico .h-grupo span.placa {
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.3em
}

.estacionamento .historico .h-grupo .acoes .botao {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
	transition: 0.3s;
	text-align: center;
}

.estacionamento .historico .h-grupo .acoes {
	margin-left: 10px;
}

.estacionamento .historico .h-grupo .acoes .botao {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: 0.3s;
}

.estacionamento .historico .h-grupo .acoes .botao.play {
	cursor: pointer;
	background-image: url(../img/icones/estacionamento-btn-play.png);
}
	.estacionamento .historico .h-grupo .acoes .botao.play:hover {
		opacity: 1;
	}

.estacionamento .historico .h-grupo .acoes .botao.stop {
	cursor: block;
	background-image: url(../img/icones/estacionamento-btn-stop.png);
}
	.estacionamento .historico .h-grupo .acoes .botao.stop:hover {
		opacity: 1;
	}

.estacionamento .historico .h-grupo .acoes .botao.prev {
	background-image: url(../img/icones/estacionamento-btn-prev.png);
}
	.estacionamento .historico .h-grupo .acoes .botao.prev:hover {
		opacity: 1;
	}

.estacionamento .historico .h-grupo .acoes .botao.next {
	background-image: url(../img/icones/estacionamento-btn-next.png);
}
	.estacionamento .historico .h-grupo .acoes .botao.next:hover {
		opacity: 1;
	}


.estacionamento .xPasta {
	background-color: transparent;
	border-radius: 3px;
	border: solid 1px #1C1C1C;
	color:#fff;
}
.estacionamento .xPasta::-webkit-outer-spin-button,
.estacionamento .xPasta::-webkit-inner-spin-button {
    background-color: transparent;
}