.login-body {
	background-size: cover;
	font-family: "cabin", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #495057;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	min-height: 100%;
	background-color: #fff;
	background-image: url("/TribunaBahia/javax.faces.resource/images/fundo.jpg.xhtml?ln=pandora-layout");
	background-repeat: no-repeat;
}

.login-body .login-content img {
	display: inline-block;
	margin-bottom: 43px;
	width: 280px;
}

.login-body .login-panel {
	padding: 80px;
	display: block;
	position: fixed;
	background-color: #bebebe;
	height: 200%;
	width: 100%;
	left: -50%;
	top: -50%;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.login-body .login-content {
	text-align: left;
	position: fixed;
	padding: 80px 0 0 80px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.login-body .login-content h1 {
	font-size: 28px;
	font-weight: 500;
	margin: 14px 0;
	color: #495057;
}

.login-body .login-content p {
	font-size: 17px;
	color: #6c757d;
	margin: 0 0 32px 0;
}

.login-body .login-content h1 span {
	color: #6c757d;
}

.login-body .login-content .login-input-wrapper {
	width: 300px;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	margin-bottom: 24px;
	position: relative;
}

.login-body .login-content .login-input-wrapper input {
	width: 100%;
	padding-right: 16px;
}

.login-body .login-content .login-input-wrapper .ui-widget {
	font-family: "cabin", sans-serif;
	font-size: 1rem;
	text-decoration: none;
}

.login-body .login-content .login-input-wrapper .ui-inputfield {
	color: #495057;
	background: #ffffff;
	padding: 0.5rem 0.5rem;
	border: 1px solid #ced4da;
	outline: 0 none;
	font-size: 1rem;
	border-radius: 3px;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s,
		box-shadow 0.2s;
	-webkit-appearance: none;
	appearance: none;
	font-weight: normal;
	margin: 0;
}

.login-body .login-content button {
	min-width: 150px;
}

.login-body .login-content button .ui-button {
	background: #607D8B;
	color: #ffffff;
	border: 1px solid #607D8B;
	margin: 0;
	outline: 0 none;
	border-radius: 3px;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s,
		box-shadow 0.2s;
}

.no-veicle {
	background: rgb(246, 97, 81) !important;
}

.h1-azul {
	color: rgb(0, 0, 255) 008B !important;
	font-size: 17px !important;
}

.estoque {
	background: url("") no-repeat;
	height: 16px;
	width: 16px;
}

.telaDialog  .ui-dialog {
	padding: 0 !important;
}

.data-cabecario thead tr th {
	background-color: #e5e5e5 !important;
	border: 1px solid #c4c1c1 !important;
}

.date-cor-fonte-vermelha {
	color: #e91e27 !important;
}

.date-cor-fonte-azul {
	color: #073ead !important;
}

.date-cor-fonte-preta {
	color: #09090a !important;
}

.coluna tr td {
	border: inherit !important;;
}


.input-hidden {
	height: 0;
	width: 0;
	visibility: hidden;
	padding: 0;
	margin: 0;
	float: right;
}

.menu-wrapper {
	width: 250px;
}

.inseridoPor span {
	float: right;
}

/*
     CSS MODULO MONITORAMENTO
*/
.card.card-w-title.mapa {
	padding: 2px !important;
	height: 100% !important;
	
}

.card.card-w-title {
	height: 100%;
}

.layout-content.mapa{
    padding: 2px !important;
    height: 100% !important;
}

.layout-wrapper {
	height: 100%;
}

.layout-main {
	height: 100%;
}

responsive-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
}

/* Define largura máxima dos botões */
.responsive-toolbar .p-button {
    min-width: 100px;
}

/* Garante espaçamento entre elementos */
.responsive-toolbar > * {
    margin: 5px;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .responsive-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }
    
       .responsive-toolbar .p-button {
        width: 100%;
    }
}

body {
	height: 100%;
}


/* ============================================================
   INÍCIO - COMPONENTE VISUAL DE ETAPAS / PASSOS
   Usado na tela de Assinatura: Zona -> Roteiros -> Ruas -> Assinatura
   ============================================================ */

.etapas-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 10px 0;
	overflow: visible;
}

.etapa-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	position: relative;
	flex: 0 0 auto;
}

.etapa-conteudo {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 180px;
	position: relative;
	z-index: 3;
}

.etapa-circulo {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 4px solid #2f80ed;
	background-color: #ffffff;
	color: #2f80ed;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
	z-index: 4;
}

.etapa-label {
	margin-top: 8px;
	font-size: 22px;
	color: #2f80ed;
	text-align: center;
	white-space: nowrap;
	font-weight: 600;
}

.etapa-linha {
	width: 180px;
	height: 4px;
	background-color: #2f80ed !important;
	border-color: #2f80ed !important;
	margin-top: 27px;
	margin-left: -62px;
	margin-right: -62px;
	position: relative;
	z-index: 1;
}

/* Etapa concluída */
.etapa-concluida .etapa-circulo {
	background-color: #ffffff;
	border-color: #2f80ed;
	color: #2f80ed;
}

.etapa-concluida .etapa-label {
	color: #2f80ed;
	font-weight: 600;
}

.etapa-concluida + .etapa-linha,
.etapa-linha.concluida {
	background-color: #2f80ed !important;
}

/* Etapa atual */
.etapa-ativa .etapa-circulo {
	background-color: #2f80ed;
	border-color: #2f80ed;
	color: #ffffff;
}

.etapa-ativa .etapa-label {
	color: #2f80ed;
	font-weight: 700;
}

/* Etapa pendente */
.etapa-pendente .etapa-circulo {
	background-color: #ffffff;
	border-color: #2f80ed;
	color: #2f80ed;
}

.etapa-pendente .etapa-label {
	color: #2f80ed;
	font-weight: 600;
}

/* Responsivo */
@media (max-width: 768px) {
	.etapas-container {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 12px;
	}

	.etapa-conteudo {
		min-width: 75px;
	}

	.etapa-linha {
		width: 45px;
	}

	.etapa-label {
		font-size: 11px;
	}
}

/* ============================================================
   FIM - COMPONENTE VISUAL DE ETAPAS / PASSOS
   ============================================================ */
}

