@charset "utf-8";
/* 
Product Name: Portal Munit
Product Version: ?
Author: MarketingLovers
Website: https://marketinglovers.pt
Contact: marcolinomelo@marketinglovers.pt
License: For each use you must have a valid license purchased only from above link in order to legally use the theme for your project.
*/

* {
  	box-sizing: border-box;
  	font-size: 16px;
}


body{
	background-image:url('../img/Fundosite.jpg');
	background-repeat: repeat;
	color: black;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.centrarY{
  	justify-content: center; /* Centraliza horizontalmente */
 	align-items: center; /* Centraliza verticalmente */
  	margin: 0; /* Remove margens padrão do corpo */
}

.swal2-confirm{
	background-color: green !important;
	border-radius: 0px !important;
}

.swal2-deny{
	background-color: red !important;
	border-radius: 0px !important;
}

.swal2-title{
	font-size: 1.4em !important;
}

.btn{
	border-radius: 0px;
}

.blockUI {
    background-color: #333 !important; 
    color: #fff !important; 
    padding: 20px !important; 
    border: none !important; 
    font-size: 18px !important; 
}

/* LOGIN */
.logo{
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50%;
	left: -150px;
	width: 300px;
}

.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: auto;
	padding: 20px
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: rgba(0, 0, 0, 0.5);
  	color: #ffffff;
}
.login form  input[type="password"], .login form input[type="email"] {
  	width: 250px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: rgba(0, 0, 0, 0.5);
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: rgba(0, 0, 0, 0.7);
  	transition: background-color 0.2s;
}
#formLogin{
	padding: 10px;
}

.UserTop{
	font-family: Arial, sans-serif;
	color: white;
}

.UserTop button{
	color: black;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;	
	border: none;
	background-color: rgba(255, 255, 255, 1);
  	transition: background-color 0.2s;
	text-transform: uppercase;
	min-width: 80px
}

.UserTop button:hover{
	background-color: rgba(255, 255, 255, 0.5);
}

input[type="button"] {
  	color: black;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;	
	border: none;
	background-color: rgba(255, 255, 255, 1);
  	transition: background-color 0.2s;
	text-transform: uppercase;
}
input[type="button"]:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

input[type="file"]{
  	color: white;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;	
	border: none;
	background-color: rgba(255, 255, 255, 0.1);
  	transition: background-color 0.2s;
	text-transform: uppercase;
}

.btnclass{
  	color: black;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;	
	border: none;
	background-color: rgba(255, 255, 255, 1);
  	transition: background-color 0.2s;
	text-transform: uppercase;
}
.btnclass:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.zoomable-frame {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3) !important;
}

.swal2-container {
    z-index: 9999 !important;
}

#imgFundo {
  max-width: 880px !important;
  height: auto;
}



.table-bg {
	background: rgba(0, 0, 0, 0.5) !important;
}

.box-search {
	display: flex;
	justify-content: center;
	gap: 0.2%;
}

table {
	margin-right: 30px;
	margin-left: 30px;
}

.table {
	table-layout: fixed;
}

.mundar-button {
  background-image: linear-gradient(to right,rgb(245,245,245) , rgb(220,220,220));
  color: black;
  padding: 10px 20px;
  border: 0;
  border-color: black;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.mundar-button:hover {
  background-image: linear-gradient(to right,rgb(169,169,169), rgb(220,220,220));
}

.mundar-button-Gerar {
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: linear-gradient(to right,rgb(245,245,245) , rgb(220,220,220));
  color: black;
  padding: 10px 20px;
  border: 0;
  border-color: black;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}


/*EDITAR CONSULTA BANNER */
.colunaConsultaBanner{
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
}

.colunaConsultaBanner label{
	color: white;
	font-weight: bold;
}

.top-div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 101%;
  background-color: #f0f0f0;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: opacity 0.3s;
}
