@charset "utf-8";
/* CSS Document */

body{
	background-color: #f1f1f1;
}

.outra-table {
	text-align: left !important;
}

.titulo-table {
	background-color: #F3F3F3;
	font-weight: bold;
	text-align: center;
	height: 30px;
}

.titulo-table-btn {
	background-color: #17b61f;
	color: #fff;
	font-weight: bold;
	padding: 10px 30px;
	text-align: center;
	border: none;
	width: 100%;
	margin-bottom: 0 10px;
	border-radius: 2px;
	cursor: pointer;	
}



.tabelias {
	padding: 5px;
	width: 100%;
	border-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	/* border-radius: 30px; */
}

.tabelias tr {
	padding: 5px;
	border-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
}

.tabelias td {
	padding: 5px;
	text-align: center;
	color: #337ab7;
	border-color: #e8e7f9;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
}

.barra {
	background: #17b61f;
	/* padding: 31px; */
	display: flex;
  	align-items: center;
	padding: 10px 0;
	border-radius: 0%;
	width: 100%;
}

.footer-logo-ame{
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	margin-bottom: 20px;
	width: 140px;
	display: flex; 
	justify-content: space-around;
}


.title {
	/* padding: 20px 50px; */
	flex-grow: 1;
  	/* text-align: center; */
	color: rgb(255, 255, 255);
	font-size: 1.4rem;
	font-weight: 700;	
	margin: 0;
	margin-left: 20px;
	/* font-weight: bolder; */
}

.cell-table {
	width: 100%; /* Defina a largura desejada para os inputs */
	box-sizing: border-box; /* Garante que a largura inclui as bordas e os preenchimentos */
	margin: 0px 0px 0px 0px/* Adiciona um espaço entre os inputs */
}

.login-form{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}


.login-form > input{
	width: 300px;
	height: 40px;
	text-align: center;
	border-radius: 2px;
}

.login-form > .cell-table:hover{
	background-color: aliceblue;
}

.titulo-table-btn:hover {
	background-color: #32be39;
}


.logout, .logout a{
  	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 1.4rem;
	font-weight: 700;	
}

.nav{
	margin-left: 20px;
	width: 200px;
	display: none;
}

.nav-tabs>li>a{
	margin-right: 0px;
	/* line-height: 0; */
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}


.nav > li {
	background-color: #e7e7e7;
	float: none;
	width: 200px;
}

.nav > li a{
	border-radius: 0%;
	color: rgb(56, 56, 56);
	font-weight: 700;
}

.logo{
	margin-left: 10px;
	width: 40px;
}

.logo-div{
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #000000;
	background-color: #17b61f;
	margin: 10px;
	width: 300px;
	text-align: center;
}

.logo-login{
	margin: 20px 0;
	width: 150px;
}

._w50 {
	width: 50px;
}

._w100 {
	width: 100px;
}

._w200 {
	width: 200px;
}

._w250 {
	width: 250px;
}

._w300 {
	width: 300px;
}

._f16{
	font-size: 14px !important;
}

.navbar-toggle {
	background-color: #fff;
	display: block;
}

.navbar-toggle span{
	background-color: #0C3D85;
}

button.navbar-toggle {
	margin-left: 20px;
  }
  
  /* Adaptação para o menu de hambúrguer */
  .navbar-nav>li {
	display: none;
  }
  
  .navbar-toggle {
	margin: 10px 15px;
  }

.titulo-table-btn2 {
	background-color: #0c3d85b5;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	margin: 4px;
}

.titulo-table-btn2 a {
	color: #fff !important;
}