.a-modal-det { 
	color: #004590;
	text-decoration: underline;
	cursor: pointer;
 }
 
.a-modal-det-faltante { 
	color: red !important;
	text-decoration: underline !important;
	cursor: pointer !important;
}
 
.a-modal-det-faltante:hover {
	color: red !important;
} 

.a-modal-det-faltante:visited {
	color: red !important;
}

.a-modal-det-desconsiderado { 
	color: green !important;
	text-decoration: underline !important;
	cursor: pointer !important;
}
 
.a-modal-det-desconsiderado:hover {
	color: green !important;
} 

.a-modal-det-desconsiderado:visited {
	color: green !important;
}
 
.a-modal-det:hover { 
	color: #0077ff; 
} 

.a-modal-det { 
	color: #004590;
	text-decoration: underline;
 }
 
.a-modal-det:hover { color: #0077ff; } 

.close-button {
	float: right;
	padding: 10px;
	color: lightgray;
	font-size: 24px;
}

.close-button:hover {
	color: black;
	cursor: pointer;
}

#title-modal-det {
	text-align: center;
	padding: 20px;
	font-weight: bold;
	background: #7a768f;
	border-radius: 10px;
	color: white;
}

.title-modal-det-sub {
	margin-botton: 10px;
}

.title-modal-det-sub-span {
	text-align: left;
	padding: 10px;
	background-color: #f7f7f7;
	border-radius: 10px;
	cursor: pointer;
	color: #004590;
	text-decoration: underline;
}

.title-modal-det-sub-span:hover { color: #0077ff; } 

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret::before {
  font-family: "Font Awesome 5 Free"; 
  content: "\f101";
  font-weight: bold;
  display: inline-block;
  margin-right: 6px;
}

.caret-down::before {
  font-family: "Font Awesome 5 Free"; 
  content: "\f103";  
  font-weight: bold;
}

.nested {
  display: none;
}

.botaofuncao {
	float:left;
	width: 350px;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 18px;
    display: none;
}

.active {
  display: block;
}

.arvore_div {
	height: 100%;
	overflow: auto;
	margin-left: 20px;
}

.arvore_div{
	height: 100%;
	overflow: auto;
	margin-left: 20px;
}

.btn-expandir-doc{
	margin-top: 1%;
}

.informativo {
	width: 400px;
	display: flex;
	color: var(--principal);
}

.informativo-icone {
	font-size: 30px;
	margin-left: 10px !important; 
    margin-top: 6px !important; 
}

.informativo-texto {
	position: relative !important;
    font-size: 0.8rem !important;
    margin-left: 10px !important; 
    margin-top: 4px !important; 
    margin-bottom: 4px !important;
    text-align: left !important;
    line-height: normal !important;
}

.justificado {
	color: #217834 !important;
	font-weight: bold;
}

.faltante {
	color: #C82333 !important;
	font-weight: bold;
}

.incorporado {
	color: blue !important;
	font-weight: bold;
}

.total {
	font-weight: bold;
}

.modal-div1 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: auto;
	outline: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
	margin-top: 5% !important;
	max-width: 575px !important;
}

.modal-content-div {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 70%;
	max-height: 70%;
	pointer-events: auto;
	background-color: #f7f7f7;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
	color: #000000;
	outline: 0;
}

.title-modal-det1 {
	text-align: left;
	padding: 20px;
	margin-bottom: 0;
	font-weight: bold;
	border-radius: 10px;
	color: black;
}

.modal_div {
	height: 100%;
	overflow: auto;
	margin-left: 20px;
}

.barramodal {
	margin-right: 18px;
}

.botaomodal {
	float:right;
}

.botaofuncaomodal {
	float:left;
	width: 350px;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 18px;
}

.log {
	width: 520px;
	font-size: 0.8rem;
	line-height: normal;
}

#progresso {
  width: 95%;
  background-color: #ddd;
  margin: 0 5px 5px 15px;
}

#barra {
  width: 0%;
  height: 20px;
  background-color: #04AA6D;
  text-align: center;
  line-height: normal;
  color: white;
}

.tabelaresumo {
	width: 30% !important;
}

.tabelaicone {
	text-align: center !important;
	cursor: pointer;
    transition: all 0.3s ease;
}

.tabelaicone:hover {
    background-color: #e0e0e0
}