


body{
    max-width: 1312px;
    width: 98%;
    margin: 0px auto;
    text-align: left;
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1, h2{
	text-align:Center;
	}
	
#menu {
	padding: 0px;
	margin: 0px;
	background-color: #EDEDED;list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
}
#menu li { display: inline; }
#menu li a {
	padding: 10px 40px;
	display: inline-block;
	background-color: #EDEDED;
	color: #333333;
	text-decoration: none;
    border-top-width: 3px;
    border-top-style: solid;
	border-top-color: #EDEDED; 
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}
#menu li a:hover {
	background-color: #FDC168;
	color: #6D6D6D;
    border-top-width: 3px;
    border-top-style: solid;
	border-top-color: #975B02;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #975B02;
}

form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
}

form div {
    flex: 1;
}


ul {
    list-style: none;
    padding: 0;
}

ul li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

ul li:last-child {
    border-bottom: none;
}

ul li span {
    font-weight: bold;
}

#frequencia_container {
    display: none;
}

.btn-editarIcon { 
    zoom:150%;
}
  
.btn-pagoIcon { 
    zoom:180%;
    /* z-index: 10; */
}

  /* Estilos gerais da tabela */
table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

/* Estilos do cabeçalho da tabela */
th {
  background-color: #f2f2f2;
  text-align: left;
  font-weight: bold;
  padding: 8px;
  border: 1px solid #dddddd;
}

/* Estilos das células da tabela */
td {
  padding: 8px;
  border: 1px solid #dddddd;
}

/* Estilos das linhas da tabela */
tr:nth-child(even) {
  background-color: #f2f2f2;
}



    .mobile-view {
        /* Estilos para a visualização móvel */
        font-size: 14px;
    }

    .mobile-view #menu {
        font-size: 12px;
    }

    .mobile-view img {
        width: 100%;
        height: auto;
    }

    .mobile-view ul {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    .mobile-view ul li {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }

    .mobile-view form {
        flex-direction: column;
    }

    .mobile-view form div {
        width: 100%;
        margin-bottom: 10px;
    }

    .mobile-view button {
        width: 100%;
    }
	
	

	.btn-container {
		/* display: flex; */
		/*justify-content: space-between;*/
		margin: 20px 45px 20px 0;
	}

	.btn-container button {
		padding: 10px 20px;
		font-size: 16px;
		cursor: pointer;
	}
	.floating-window {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 300px;
		background-color: white;
		border: 1px solid #ccc;
		padding: 20px;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		z-index: 1000;
	}
	.floating-window .close-btn {
		background-color: red;
		color: white;
		border: none;
		padding: 5px 10px;
		cursor: pointer;
		float: right;
	}
	.overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}
	#frequencia_container {
		display: none;
	}

	
	
	  /* Estilo do menu */
        #menu {
            padding: 0px;
            margin: 0px;
            background-color: #EDEDED;
            list-style: none;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
        }
        #menu li { display: inline; }
        #menu li a {
            padding: 10px 40px;
            display: inline-block;
            background-color: #EDEDED;
            color: #333333;
            text-decoration: none;
            border-bottom-width: 3px;
            border-bottom-style: solid;
            border-bottom-color: #EDEDED;
        }
        #menu li a:hover {
            background-color: #FDC168;
            color: #6D6D6D;
            border-bottom-width: 3px;
            border-bottom-style: solid;
            border-bottom-color: #975B02;
        }

        /* Estilo do formulário e tabelas */
       /* form {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: space-around;
        }*/
       /* form div {
            flex: 1;	
        }	*/
		
		/*div
		{
			display : block;
		}*/
		
        button {
            background-color: #007BFF;
            color: #fff;
            border: none;
            padding: 8px 16px;
            cursor: pointer;
            border-radius: 4px;
        }
        button:hover {
            background-color: #0056B3;
        }

        /* Estilo da visualização móvel */
        .mobile-view {
            font-size: 14px;
        }

        .mobile-view #menu {
            font-size: 12px;
        }

        .mobile-view img {
            width: 100%;
            height: auto;
        }

        .mobile-view ul {
            display: flex;
            flex-direction: column;
            padding: 0;
            margin: 0;
        }

        .mobile-view ul li {
            display: block;
            padding: 10px;
            border-bottom: 1px solid #ccc;
        }

        .mobile-view form {
            flex-direction: column;
        }

        .mobile-view form div {
            width: 100%;
            margin-bottom: 10px;
        }

        .mobile-view button {
            width: 100%;
        }

        /* Estilo do footer */
        footer {
            background-color: #000000;
            color: #FFFFFF;
            text-align: center;
            padding: 10px 0;
            position: fixed;
            bottom: 0;
            width: 100%;
        }
	

#quick-starter-guide {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 600px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
}

.header {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.content .page {
    display: none;
}

.content .page.active {
    display: block;
}

button.next, button.finish {
    display: block;
    margin: 20px auto 0;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}


.ui-autocomplete {
    max-width: 400px;
    max-height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000; /* Certifique-se de que o z-index seja alto o suficiente */
    position: relative; /* Adicione position relative */
}

.ui-menu-item {
    height: 25px; /* Altura de cada item da lista */
}

.alertaLaranja {
    background-color: #ff6600;
    font-weight: bold;
    color: white;
    
}

.alertaAmarelo {
    background-color: #ffff66;
    font-weight: bold;
}

.alertaVermelho {
    background-color: #ff0000;
    font-weight: bold;
    color: white;
}

.scroll-to-top {
    display: none; 
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #007bff;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}
.scroll-to-top:hover {
    background: #0056b3;
}

.ui-dialog-buttonpane {
    /* display: flex; */
    justify-content: space-between;
}
.ui-dialog-buttonpane .ui-button-left {
    margin-right: auto;
}

