
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
	-webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
}
html, body {
    font-family: Arial, sans-serif;
    color: #ccc;
    background-color:#fff;
    height: auto;
top:5px;
}
  

	input,
	select,
	button {
		border-radius: 15px;
		cursor:pointer;
	}

table, th, td {
    border: 1px solid #444;
    padding: 12px;
    text-align: center;
    border-collapse: collapse;
}
	


	header {
      left:auto;
      right:auto;
      bottom:0px;
     
		margin-top:0px;
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
     
		background:#999;
		color:#CCC;
		text-align: center;
		
		border: 0px solid #f00;
		top: 0px;
      width:100%;
		display: block;
	}

	.container {
		background-color: #fff;		
		width: 100% auto;

		 padding-bottom:30px;
		border-radius: 15px;
		border: 0px solid #0F0; 
		top:0;
		left:0;
		
	}
.divmenus {
		background-color: #999;		
		width: 100% auto;
		max-height:50px;
		display:flex;
		flex-direction:column-reverse;
		justify-content: flex-end;
		justify-content: flex-begin;
		border-radius: 15px;
		border: 0px solid #0F0; 
		top:0;
		left:0;
		padding-bottom:30px;
		padding-top:30px;
		margin-top:5px;
		transition:1s;
		
	}
  
  .acessomenus:hover{
    
	color: #f00;
    transition:2s;
  }

.divmenus .menuopen{
		opacity:10;
		transition:3.5s;margin-right:60px;
		}
	.divmenus:hover .menuopen{
		
		transition:1.5s;
		 
		}
  .divmenus .menuopen img{
		
		transition:1.5s;
    margin-top:70px;
    
		 
		}
  .divmenus:hover .menuopen img{
		
		transition:3.5s;
    margin-top:350px;
		 
		}
	.divmenus:hover{
		max-height:300px;
		transition:2.5s;
		border-radius:20px 20px 0 0;
		background-color: #006;
	}
	.divmenus:hover .itens{
visibility:visible;
transition-delay:1.5s;
opacity:10;

	}
	.divmenus .itens{
		visibility:hidden;
		transition:0.5s;
		opacity:0;
	}
  
  	.grid-container {
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 20px;
}
	
.next_page{display:inline;color:#000; padding:5px; width: auto !important; text-decoration-line: none; font-size:22px; border-radius:5px;
}
	.next_page:hover {
		background: #000;
		color:#FFF;
		
		
	}


	.page {
		color: #333;
		border: none;
		background:#000;
	}

	.emexecusaocontainer,
	.completedcontainer {
		-moz-box-shadow: 3px 3px 5px 6px #ccc;
		-webkit-box-shadow: 3px 3px 5px 6px #ccc;
		box-shadow: 3px 3px 5px 6px #ccc;
		flex-direction: row;
		justify-content: center;
		background-color: #2A251E;
        align-items: center;
		margin: 0 auto;
		width: 100%;
		display: flex;
		padding: 5px;
		box-sizing: border-box;
		display: table;
		margin-top: 50px;
		border-radius: 15px;
		height: 100%;
		border: none;
	}

	.change-password-section {
		text-align: center;
background-color: #FF0;
	}

	.msg {
		text-align: center;
		color: green;
	}

	.table-manu {
		margin-top: 0px;
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
		border-collapse: collapse;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	table { -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
   user-select: none;	
text-align:center;	
		color:#000;
		width: 100% auto;
		transition: opacity .15s ease-in-out;
		margin-bottom:40px;
		background: #DCDCDC;
		border-radius: 10px;
	}
  
.grid-table {
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 20px;
}
	table,
	th,
	td {
		border: 0px solid #ddd;
	}

	th,
	td {
		padding: 2px;
		text-align: center;
	}

	th {
		background-color: #000;

		color: white;
	}

	select {
		width: 50%;

		text-align: center;
	}

	select,
	input[type="select"] {
		cursor: pointer;
		padding-left: 30px;
		padding: 10px;
		margin: 5px 0;
		box-sizing: border-box;
		width: 100%;
	}



	input[type="submit"] {
		width: 39%;
		height:50px;
		text-align: center;
		background: #66CDAA;
		cursor: pointer;
		font-weight: bold;
		color: #004a9f;
	}

	textarea {
		width: 45%;
		text-align: center;
		background: #ccc;
		font-weight: bold;
	}

	textarea:hover {
		color: #F00;
		background: #ccc;
	}

button {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    button a {
        text-decoration: none;
        color: inherit;
    }

    button:hover {
        background-color: #004a9f;
        color: #fff;
    }


	input[type="submit"]:hover {
		color: #fff;
		background: #030;
	}

	input[type="number"] {
		border: 1px solid #CCC;
	}


	input[type="number"]:hover {
		color: #666;
		background: #FFF;
		border: 1px solid #CCC;

	}

	input[type="button"]:hover {
		color: #fff;
		background: #030;
		cursor:pointer;
transition: 2s;
	}

	input[type="button"] {

		width: 39%;
		height:50px;
		text-align: center;
		background: #66CDAA;
		cursor: pointer;
		font-weight: bold;
		border-radius:15px;
	}

.btnsalvar:hover {
		color: #fff;
		background: #030;
		cursor:pointer;
transition: 2s;
		
	}

	.btnsalvar {
box-shadow: 10px 10px 10px 5px #666;
width:10% auto;
height:50px;
margin-top:30px;
-moz-box-shadow:3px 3px 5px 6px #666;
-webkit-box-shadow: 3px 3px 5px 6px #666;
cursor:pointer;
text-align:center;
margin-top:10px;
font-weight:bold;
text-transform:uppercase;

		
		
		
		background: #66CDAA;
		
		
		border-radius:15px;
	}

	input[type="text"]:hover {
		color: #666;
		background: #fff;
	}
	
	input[type="text"]{
		border: 2px solid #CCC;
	}

	.add {
		color: #F00
	}


	.msg {
		text-align: center;
	}

	.linhover {
		border-bottom: 1px solid #fff;
	}

	.linhover:hover {
		color: #00C;
		background:#FFC;		
	}

	.linhover img:hover {
		border-radius: 50px;
		background: #FFF;
	}

	.btnregistrar {
		cursor: pointer;
	}

	.fotousuario {
		cursor: pointer;
	}

	#menu-container {
		color: #FFF;
		overflow: visible;
		background: #ac04ee;
		top: 0px;
		position: fixed;
		width: 100%;
		transition: width 10.3s ease;
		height: 50px;
	}

	#menu-items {
		display: none;
		flex-direction: row-reverse;
		border-radius: 15px;
		align-items: center;
		height: 100%;
	}

	.inmenu {
		border: 0px solid #0F6;
		color: #FFF;
		overflow: hidden;
		background: #000;
		top: 0px;
		position: fixed;
		border-radius: 15px;
		transition: height 10.3s ease;
		position: fixed;
		height: 100%;
		right: 0;
	}

	#menu-container:hover #menu-items {
		display: flex;
		flex-direction: row-reverse;
		align-items: left;


	}

	.userfoto {

		box-shadow: 10px 10px 10px 5px #666;
		-moz-box-shadow: 3px 3px 5px 6px #666;
		-webkit-box-shadow: 3px 3px 5px 6px #666;
	}

	.userfoto:hover {
		opacity: 0.25;
		-moz-opacity: 0.65;
		filter: alpha(opacity=45);
		box-shadow: 10px 10px 10px 5px #fff;
		-moz-box-shadow: 3px 3px 5px 6px #FFF;
		-webkit-box-shadow: 3px 3px 5px 6px #fff;
	}

	.imgl {

		box-shadow: 10px 10px 10px 5px #666;
		-moz-box-shadow: 3px 3px 5px 6px #666;
		-webkit-box-shadow: 3px 3px 5px 6px #666;
	}

	.imgl:hover {
		opacity: 0.45;
		-moz-opacity: 0.65;
		filter: alpha(opacity=45);
		box-shadow: 10px 10px 10px 5px #fff;
		-moz-box-shadow: 3px 3px 5px 6px #FFF;
		-webkit-box-shadow: 3px 3px 5px 6px #fff;
	}

	.imglmenu:hover {
		opacity: 0.45;
		-moz-opacity: 0.65;
		filter: alpha(opacity=45);

	}

	#imglmenu {
		margin-left: 30px;
		border: 0px solid #0F6;
	}

	.menu-open #menu-container {
		height: auto;


	}

.draggable {
    position: absolute;
    cursor: move;
}

	#fotouser {
		
		margin-top: 50px;
		display: none;
		border: 0px solid #F00;
		border-radius: 1px 5px;
		position: fixed;
		opacity: 0.45;
		-moz-opacity: 0.65;
		filter: alpha(opacity=45);
	}

	#fotouser:hover {
		border: 0px solid #F00;
		cursor: pointer;
		opacity: 0.65;
		transition: opacity 1s ease-in;
	
		-moz-opacity: 0.65;
		filter: alpha(opacity=0);

	}

	.patrimonio {
		font-variant: small-caps;
		text-align: center;
		font-weight: bold;
		color: #663;
		text-shadow: 0 0 15px #000;

		border-radius: 10px;
	}

	.entregue {
		text-align: center;
		font-weight: bold;
		color: #F00;
		text-shadow: 0 0 15px #000;
		font-variant: small-caps;
		border-radius: 10px;
	}

	.entregue:hover {
		color: #FC0;
	}

	.refazer {
		font-variant: small-caps;
		text-align: center;
		font-weight: bold;
		color: #663;
		text-shadow: 0 0 15px #000;

		border-radius: 10px;
	}

	.pendente {
		font-variant: small-caps;
		text-align: center;
		font-weight: bold;
		color: #090;
		text-shadow: 0 0 15px #000;

		border-radius: 10px;
	}

	.pendenteuser {
		font-variant: small-caps;
		text-align: center;
		font-weight: bold;
		color: #090;
		text-shadow: 0 0 15px #000;

		border-radius: 10px;
	}

	.refazeruser {
		font-variant: small-caps;
		text-align: center;
		font-weight: bold;
		color: #930;
		text-shadow: 0 0 15px #000;

		border-radius: 10px;
	}

	.emexecusao {
		text-align: center;
		text-shadow: 0 0 15px #000;
		font-weight: bold;
		color: #660;
		font-variant: small-caps;
		border-radius: 10px;
	}

	.emexecusao:hover {
		color: #fff
	}

	.emexecusaouser {
		text-align: center;
		text-shadow: 0 0 15px #000;
		font-weight: bold;
		color: #FC0;
		font-variant: small-caps;
		border-radius: 10px;
	}

	.emexecusaouser:hover {
		color: #FFC
	}

	.formedituser {
		border: 0px solid #9CF;
		width: 100%;
		text-align: center;
		padding-right: 20px;
	}

	.formedituser input {
		border: 0px solid #9CF;
		width: 60%;
	}

	.formedituser select {
		border: 0px solid #9CF;
		width: 60%;
	}

	.modal {
    display: none;
    color: #fff;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9); /* Escurecendo um pouco mais o fundo */
    transition: opacity 0.4s ease; /* Suavizando a transição */
}

.modal-content {
    background-color: #333; /* Cor de fundo mais escura para contraste */
    color: #f5f5f5; /* Texto mais claro */
    margin-top: 5px; /* Centralizando horizontalmente */
    padding: 20px;
    border-radius: 15px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    animation: slide-down 0.5s ease; /* Animação de deslize */
    position: relative;
}

.modalfoto {
    display: none;
    color: #fff;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9); /* Escurecendo um pouco mais o fundo */
    transition: opacity 0.4s ease; /* Suavizando a transição */
}

.modal-contentfoto {
    background-color: #333; /* Cor de fundo mais escura para contraste */
    color: #f5f5f5; /* Texto mais claro */
    margin-top: 8%; /* Centralizando horizontalmente */
    padding: 20px;
    border-radius: 15px;
	margin-left: 10%;
	margin-right: 10%;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    animation: slide-down 0.5s ease; /* Animação de deslize */
    position: relative;
}

@keyframes slide-down {
    from {
        transform: translateY(-20%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ff6347; /* Destacando o título */
}

.modal-content p {
    color: #ddd;
    font-size: 16px;
    line-height: 1.6;
}

.modal-content textarea {
    resize: none;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #444;
    color: #eee;
    outline: none;
    transition: border-color 0.3s ease;
}

.modal-content textarea:focus {
    border-color: #ff6347;
}

.modal-content img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.close {
    color: #ff6347;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: #ff4500;
}

	.ac {
		border-left: 1px solid #666;
		border-right: 1px solid #ccc;
		height: auto;
		text-align: left;
	}

	.ac:hover {
		border-left: none;
	}

	.footer {
		clear: both;
		margin-top: 50px;
		background-color: #ccc;
		text-align: center;
		font-size: 8pt;
		font-family: Verdana;
		font-weight: bold;
		width: 100%;
		position: fixed;
		bottom: 0px;
		left: 0px;
		padding-top: 10px;
		height: 50px;
		color:red;
      z-index:1;
	}

	.tdpagin:hover {
		border: 1px solid #0F6;
	}

	#task_description {
		text-align: center;
		background: #FFF;
		border-radius: 5px;
		width: auto;
		height: 203px;
		
		text-transform: uppercase;
	}

	.bloqueada {
		background-color: #ffcccc;
		/* Cor de fundo para linhas bloqueadas */
	}

	.linlista:hover {
color:green;
background: #CCC;
border-right:1px solid #f00;
	}

	.linlista {
	
border-bottom: 1px solid #999;
      text-decoration:none;
	  font-weight: bold;
	}

  .linlistaeditprod a{
  color:#000;
    
  }
  
  .linlistaeditprod a:hover {
color:green;

background: #CCC;
    text-shadow:0 0 5px;

	}
  
  
.leitura{
font-weight: bold;
}
.leitura:hover{
color:green;
}
.search-user2 {
        display: none;
    }
  
  
  .modal5 {
            display: none; 
            position: fixed; 
            z-index: 1; 
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgb(0,0,0);
            background-color: rgba(0,0,0,0.4);
            padding-top: 60px;
        }
        .modal-content5 {
            background-color: #fefefe;
            margin: 5% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            text-align: center;
        }
        .close5 {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
        .close5:hover,
        .close5:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
  
  .highlight {
            background-color:rgb(255, 207, 153); 
font-weight:bold;
transition: 2s;
font-size:20px;
color:#333;
        }
		.highlight tr{
            border:3px solid #333;
        }

.divselect{
		width:100%;
		cursor: pointer;
		border-radius:0 10px 0 0;
		transition: 2s;
text-align:center;
		z-index:0;
		left:0;
		border: 1px solid #888;
		position:fixed;
		margin-top:40px;
		height:30px;
		overflow:hidden;
		background: #096;
opacity: 0.65;
		-moz-opacity: 0.65;
		filter: alpha(opacity=45);
}
 
 @media (max-width: 768px) {
    .divselect:hover {
        width: 80%; /* Ajustar largura para telas menores */
        text-align: center;
        height: auto;
        border-radius: 5px; /* Ajustar borda */
        transition: 0.3s; /* Suavizar transição para dispositivos móveis */
        border: 0px solid #888;
        background: #056; /* Levemente mais claro para mobile */
        cursor: pointer;
        opacity: 1;
    }
	.divselect{
		width:92%;
	}
}

@media (max-width: 480px) {
    .divselect:hover {
        width: 90%; /* Mais estreito em telas muito pequenas */
        text-align: center;
        height: auto;
        border-radius: 3px; /* Reduzir bordas */
        transition: 0.3s;
        border: 0px solid #888;
        background: #045; /* Ajustar cor para maior contraste */
        cursor: pointer;
        opacity: 1;
    }
} 

.divselect:hover button{
		

		
border: 2px solid #ff0;
}
  .divselect:hover .menun{
    visibility:hidden;
  }

  .menun {
  animation: piscar 1s infinite;
  color: yellow; /* você pode mudar a cor */
   box-shadow: 10px 10px 10px 5px #666; -moz-box-shadow:3px 3px 5px 6px #666; -webkit-box-shadow: 3px 3px 5px 6px #666; border:2px solid #666;
  font-weight: bold;
    font-size:20px;
}

@keyframes piscar {
	 
  0%, 100% { opacity: 1;
    box-shadow:0px 4px 8px rgba(205, 238, 20, 0.1); }
  50% { opacity: 0; }
}
 
.divselect:hover{
	
text-align:center;
		height:350px;
		border-radius: 10px;
		transition: 2.5s;
		z-index:99999;
border: 2px solid #ff0;
background: #063;
cursor: pointer;
opacity: 10;

		-moz-opacity: 0;
		filter: alpha(opacity=85);
}
.divselect img{
			visibility:hidden;
		
}
.divselect:hover img{
		

		visibility:visible;
}

.divselect .select{
			visibility:hidden;
		
}
.divselect:hover .select{
		padding:10px 0 5px;
		border-radius: 10px;
		visibility:visible;
		transition: 5s;
		transition: 1ms;
		transition: width .2s;
		transition: width 1.3s;
text-align:left;

}
#imagePreview:hover{
opacity: 0.35;
 transition: opacity 1s ease-in-out;
		-moz-opacity: 0.65;
		filter: alpha(opacity=45);
}

.custom-file-upload {
        display: inline-block;
        padding: 10px 20px;
        cursor: pointer;
        color: red;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f0f0f0;
        text-align: center;
    }

    .custom-file-upload:hover {
        background-color: #e0e0e0;
    }

.fade-in {
    opacity: 0;
position:fixed;
top:100px;
width:100%;
    transition: opacity 2.5s ease;
}

.fade-in.loaded {
    opacity: 1;
}

.fademenu {
    opacity: 0;


    transition: opacity 2.5s ease;
}

.fademenu.loaded {
    opacity: 1;
}

.fadelistprod {
    opacity: 0;


    transition: opacity 4.5s ease;
}

.fadelistprod.loaded {
    opacity: 1;
}
  .menuopen {
  border:0px solid #F00;
    top:70px;
    height:100%;
  }
  .menuopen:hover{
  border:0px solid #F00;
    position:fixed;
    bottom:0;
    
  }


.comentarios{ 
display:block;
}

.comentarios{
color:#4F4F4F;
display:flex;

}


th, td {
            padding: 5px;
            text-align: center;
        }

        /* Estilo dos botões */
        button.add {
            background-color: #0077b6;
            color: #fff;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        button.add:hover {
            background-color: #005f87;
        }

        /* Estilos do input e do preview */
        #task_description {
            width: 60%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            transition: width 0.3s ease;
        }

        #task_image {
            width: auto;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin-top: 10px;
        }

        #imagePreview {
            margin-top: 15px;
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 5px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        }

        /* Mensagem de erro */
        .error-message {
            background-color: #ffcccc;
            color: #d9534f;
            padding: 15px;
            border-radius: 5px;
            text-align: center;
            margin: 20px auto;
            width: 80%;
            font-size: 18px;
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        }

        /* Mensagem de sucesso */
        .success-message {
            background-color: #d4edda;
            color: #155724;
            padding: 15px;
            border-radius: 5px;
            text-align: center;
            margin: 20px auto;
            width: 80%;
            font-size: 18px;
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        }


