html,
body {
	margin: 0;
	padding: 0;
	height: 100vh;
}

body {
	background: #F5F6FA;
	display: flex;
	flex-direction: column;
}

header {
	display: flex;
	flex: 0 0 auto;
	background-color: #225f2c;
	color: white;
	padding: 10px 10px;
	align-items: center;
	justify-items: center;
  }

main {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 1 1 auto;
	overflow-y: auto;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#logo-missao h2{
	font-style: italic;
}

h2{
	margin-top: 10px;
}

#botao-voltar {
	color: white;
	background-color: #225f2c;
	border: none;
}

#logo-missao{
	display: flex;
	flex-direction: column;
	align-items: center;
}

td, th{
	font-size: 1.8rem;
}

.label{
	font-size: 1.8rem;
}

.h-max{
	height: 100%;
}

.w-max{
	width: 100%;
}

.d-flex{
	display: flex;
}

.table-container {
	height: 100%;
}

.table-container table {
	height: 100%;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 10px;
    
}

.container img {
	max-width: 300px;
    width: auto;
    height: auto;
}

.pagination>li>a,
.pagination>li>span {
    color: #226020;
}

.pagination>li.active>a,
.pagination>li.active>span {
    background-color: #226020;
    color: #ffffff;
    border-color: #226020;
}


.pagination>li.active>a:hover,
.pagination>li.active>span:hover {
    background-color: #226020a1;
    color: #ffffff;
    border-color: #226020;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #226020;
}

.pagination>li.active>a:focus,
.pagination>li.active>span:focus {
    color: rgb(255, 255, 255);
    background-color: #226020a1;
    border-color: #226020;
}

.dataTables_filter {
	display: none;
  }


::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px 5px rgb(214, 214, 214);
}

::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 5px 5px #1a3327;
}


.panel {
  border-right: none;
  border-top: none;
  box-shadow: -2px 3px 10px #cecece;
  border-radius: 15px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.my-30{
  margin-top: 30px;
  margin-bottom: 30px;
}

.kpi-box {
  padding: 2px 2px;
  box-shadow: -2px 3px 10px #cecece;
  border-radius: 10px;
}

.abaixo_70 {
	background-color: #dc544c;
	color: #ffffff;
	font-weight: bold;
	font-size: medium
}

.abaixo_100 {
	background-color: #f3ae4e;
	color: #ffffff;
	font-weight: bold;
	font-size: medium
}

.acima_100 {
	background-color: #5ebc5d;
	color: #ffffff;
	font-weight: bold;
	font-size: medium
}