body {
	font-family: Arial, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	margin: 0;
}

.botoes {
	height:48px;
  background-color: #e7e7e7;
  border: 1px solid #ccc;
  padding: 6px 12px;
  margin-right: 8px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
	
}

.botoes:hover {
  background-color: #d0d0d0;
}

.barra-office {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  padding: 4px 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  height: 48px;
	margin:-12px 0 8px 0;
}

.botao-esquerda button,
.botoes-direita button {
  background-color: #e7e7e7;
  border: 1px solid #ccc;
  padding: 6px 12px;
  margin-right: 8px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.botao-esquerda button:hover,
.botoes-direita button:hover {
  background-color: #d0d0d0;
}

.botao-esquerda {
  display: flex;
  align-items: center;
}

.botoes-direita {
  display: flex;
  align-items: center;
}

.titulo-barra {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 20px;
  color: #333;
  white-space: nowrap;
}

.barra-listas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  height: 48px;
	margin:-12px 0 8px 0;
}

.metade {
  width: 58.5%;
  box-sizing: border-box; /* Garante que padding e border não aumentem a largura */
  padding: 10px;
  border: 1px solid #ccc;
}

.barradebusca{
  display: flex;
  justify-content: start;

  margin: 8px 0px;
  align-items: center;
  background: linear-gradient(to bottom, #f9f9f9, #c0c0c0);
  border: 1px solid #bbb;
  box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #ccc;
  padding: 4px 8px 4px 8px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
	gap: 4px;
}
.barradebuscaitens{
	display: flex 1;
	flex-direction: column;
	vertical-align:bottom;
}


.CamposEmLinha{
  display: flex;
  justify-content: start;
  margin: 8px 0px;
  align-items: center;
  padding: 4px 8px 4px 8px;
  gap: 4px;
}
.CamposEmLinhaItem{
	display: flex;
	flex-direction: column;
	vertical-align:bottom;
}

.CamposEmLinhaItem span{
	display: block;
}


.btnPadrao{display:flex;align-items: baseline;font-size:15px;padding:4px 8px 4px 8px;letter-spacing: 2px;margin:0 2px 0 2px;color:red;}

.form-container {
	background-color: white;
	padding: 2rem;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	display:flex 1;
	min-height:65vh;
	align-items:start;
}

    .form-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 1rem;
    }

    label {
      margin-bottom: 0.5rem;
      font-weight: bold;
    }

    input, select {
      padding: 0.7rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1rem;
    }

    input:focus, select:focus {
      border-color: #007bff;
      outline: none;
    }

    .submit-btn {
      background-color: #007bff;
      color: white;
      border: none;
      padding: 0.8rem;
      border-radius: 8px;
      font-size: 1rem;
      cursor: pointer;
      transition: background-color 0.3s ease;
      width: 100%;
    }

    .submit-btn:hover {
      background-color: #0056b3;
    }
		
		.remove-btn {
      background-color: orange;
      color: white;
      border: none;
      padding: 0.8rem;
      border-radius: 8px;
      font-size: 1rem;
      cursor: pointer;
      transition: background-color 0.3s ease;
      width: 100%;
    }
label{text-align:left;font-size:15px;vertical-align:middle;}
select{font-size:15px;margin:0;}
form{margin:0;padding:0;}
Input{font-size:15px;}
img{border:none;}
a{cursor:pointer;text-decoration:none;color:#333333;font-size:15px;}

a img:hover{}
a span:hover{}

#timer {
      font-size: 2rem;
      font-weight: bold;
      color: #333;
    }

.TituloSessao{
  font-size:32px;
  font-weight:bold;
  color:#2A7B9B;
}


.menu{
  display: flex;
  justify-content: start;
  gap: 5px;
  margin: 8px;
}

.menu-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 2px solid #ccc;
  padding: 5px;
  border-radius: 10px;
  min-width: 80px;
  transition: background-color 0.3s, border-color 0.3s;
  font-size:14px;
  font-weight:bold;
}
.menu-button-sel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  min-width: 80px;
  transition: background-color 0.3s, border-color 0.3s;
  font-size:14px;
  font-weight:bold;
  background-color: #DC143C;
  color: white;
  border-color: 2px solid#DC143C;
}	

.menu-button img {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.menu-button:hover {
  background-color: black;
  color: white;
  border-color: black;
}

.menu-button:hover img {
  filter: brightness(0.9);
  color:red;
}


.menusuperior{
  display: flex;
  justify-content: start;
  gap: 5px;
  margin: 0px 8px 8px 8px;
}

.menusuperior-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 2px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  min-width: auto;
  transition: background-color 0.3s, border-color 0.3s;
  font-size:14px;
  font-weight:bold;
	height:28px;
	white-space: nowrap;
}
.menusuperior-button-sel {
  display: block;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: white;
  background-color: #2A7B9B;
  border: 2px solid #2A7B9B;
  padding: 5px;
  border-radius: 5px;
  min-width: auto;
  transition: background-color 0.3s, border-color 0.3s;
  font-size:18px;
  font-weight:bold;	

}	

.menusuperior-button:hover {
  background-color: #2A7B9B;
  color: white;
  border-color: yellow;
}

.div

button{display:flex-inline; align-items:baseline;font-size:15px;padding:4px 8px 4px 8px;letter-spacing: 2px;margin:0 2px 0 2px; font-weight:bold;}


    .tabelaFiltro {
      border-collapse: collapse;
      width: 100%;
      margin-bottom: 10px;
    }

    .tabelaFiltro th, td {
      border: 1px solid #ccc;
      padding: 8px;
      text-align: left;
    }

   .tabelaFiltro th {
	  background: linear-gradient(to bottom, #f9f9f9, #dcdcdc);
	  border: 1px solid #bbb;
	  box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #ccc;
	  padding: 10px;
	  font-weight: bold;
	  text-shadow: 1px 1px 0 #fff;
		text-align:center;
	}


    .tabelaFiltro tr:nth-child(even) {
      background-color: #f9f9f9;
    }

    .actions button {
      margin-right: 5px;
      padding: 6px 10px;
      border: none;
      cursor: pointer;
      border-radius: 4px;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 14px;
    }

    .edit-btn {
      background-color: #4CAF50;
      color: white;
    }
	.edit-btn:hover {background-color: #000;}
	
	.suspend-btn {
      background-color: #F28C28;
      color: white;
    }
	.suspend-btn:hover {background-color: #000;}
	
    .delete-btn {
      background-color: #f44336;
      color: white;
			font-weight:bold;
    }
	.delete-btn:hover {background-color: #000;}

    .archive-btn {
      background-color: #007bff;
      color: white;
    }
	.archive-btn:hover {background-color: #000;}

    .pagination {
      text-align: center;
    }

    .pagination button {
      margin: 2px;
      padding: 5px 10px;
      border: 1px solid #ccc;
      background-color: #eee;
      cursor: pointer;
    }

    .pagination button.active {
      background-color: #4285f4;
      color: white;
    }
.MenuPagina{
	display:block;
	padding:1px 5px 1px 5px;
	border:solid 1px #939393;
	color:#000;
	font-weight:normal;
	background-color:white;
	float:left;
	margin-right:2px;
}
	
.MenuPagina:hover{
	color:#fff;
	background-color:blue;
	font-weight:bold;
}
.MenuPaginaAtual{
	display:block;
	padding:1px 5px 1px 5px;
	border:solid 1px #939393;
	color:#fff;
	font-weight:normal;
	background-color:#c2d4dd;
	float:left;
	margin-right:2px;
}
.container {
            max-width: 400px;
            margin: 40px auto;
            background-color: #fff;
            padding: 30px 40px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        h2 {
            text-align: center;
            color: #333;
        }
		
.CamposVisualizar{
	display:block;
	width:auto;
	float:left;
	padding:0px 3px 0px 3px;
	font-size:12px;
	font-weight:bold;
	
}

.MenuSupSpan{
	display:block;
	padding:7px 5px 0px 5px;
	border:solid 1px #939393;
	color:#939393;
	font-weight:normal;
	font-size:20px;
}
.MenuSupSpan a, span{
	font-size:20px;
	
}

/*border-color:red;*/
.MenuSupSpan span:hover{
	font-size:15px;
	background-color:#c0c0c0;
	
}

.MenuSupSpanSel{
	padding:2px 5px 5px 5px;
	border-left:solid 1px #c0c0c0;
	border-top:solid 1px #c0c0c0;
	border-right:solid 1px #c0c0c0;
	color:Red;
	font-weight:Bold;
	font-size:20px;
	

}
.MenuSupSpanSel a, span{
	font-size:20px;
}

.MenuSpan{
	display:block;
	padding:2px 5px 2px 5px;
	border:solid 1px #939393;
	color:#939393;
	font-weight:normal;
	background-color:white;
	width:150px;
}
.MenuSpan:hover{
	color:black;
	background-color:#bccad6;
}
.MenuSpanSel span{
display:block;
	padding:2px 5px 2px 5px;
	color:white;
	background-color:#667292;
	font-weight:Bold;
	width:150px;
}


/* Fundo escurecido */
.modal {
	display: none; /* Oculto por padrão */
	position: fixed; /* Fixo na tela */
	top: 5%; /* Distância do topo da tela */
	left: 5%; /* Distância da direita da tela */
	width: 95%; /* Largura do modal */
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Sombra ao redor */
	border-radius: 10px;
	z-index: 1000; /* Garante que o modal fique por cima dos outros elementos */
	max-height:vh-400px;
}

/* Estilo do botão de fechar */
.fechar {
	color: #aaa;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.fechar:hover,
.fechar:focus {
	color: black;
	text-decoration: none;
}

/* Fundo escurecido atrás do modal */
.modal-fundo {
	display: none; /* Oculto por padrão */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6); /* Opacidade escura */
	z-index: 999; /* Abaixo do modal */
}

/* Estilo do botão para abrir o modal */
.abrir-modal-btn {
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #007BFF;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.abrir-modal-btn:hover {
	background-color: #0056b3;
}


.photos{ display:grid; gap:10px; grid-template-columns: repeat(2, minmax(0,1fr)); }
  @media (min-width:980px){ .photos{ grid-template-columns: repeat(4, minmax(0,1fr)); } }
  .thumb{ border:1px solid #e3e8ef; border-radius:10px; padding:6px; background:#fafafa; display:flex; align-items:center; justify-content:center; min-height:120px; }
  .thumb img{ max-width:100%; max-height:100%; object-fit:contain; border-radius:8px }
  .kv{ display:grid; grid-template-columns: 140px 1fr; gap:8px; }


/*
<style>
label {
            font-weight: bold;
            display: block;
            margin: 15px 0 5px;
        }
        body {
            font-family: 'Segoe UI', sans-serif;
            background-color: #f4f6f9;
            margin: 0;
            padding: 0;
        }
        
        label {
            font-weight: bold;
            display: block;
            margin: 15px 0 5px;
        }
        input[type="text"],
        input[type="number"],
        textarea,
        select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 15px;
        }
        input[type="submit"] {
            background-color: #0066cc;
            color: white;
            border: none;
            padding: 12px 20px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
            margin-top: 20px;
            width: 100%;
        }
        input[type="submit"]:hover {
            background-color: #004999;
        }
        .msg {
            background-color: #e0ffe0;
            color: #336633;
            padding: 10px;
            border: 1px solid #b2d8b2;
            border-radius: 5px;
            margin-bottom: 20px;
            text-align: center;
        }
    </style>
*/