
@font-face {
	font-family: "Font-Awesome";
	src: 
		url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.ttf") format("truetype");
}

html {
	font-size: 14px !important;
	font-family: 'Roboto', sans-serif;
}

body {
	background-color: #FFFFFF; 
	/*margin: 10px;*/
}

table {
	font-size: 0.8rem;
}

.logos {
    position: absolute;
    width: 100%;
    height: 65px;
    padding: 5px;
}

.logo1 {
    width: 50%;
    float: left;
}

.logo1 img {
    height: 55px;
}

.header {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 65px;
	padding: 5px; 
	background-color: black;
}

.menu {
	float: left; 
	padding-right: 20px;
}

.menu > a {
	text-decoration: none;
	font-size: 14px;
	color: white;
}
/*
.menu > a:hover {
	opacity: 0.6;
}
*/
.contenido {
    position: absolute;
    top: 95px !important;
    height: calc(100% - 95px);
    overflow: auto;
    padding-bottom: 20px;
}

.nowrap {
	white-space: nowrap;
}
/*
.dataTables_info {
	font-size: 18px;
	padding-top: 0 !important;
}

.dataTables_filter > label > input {
	width: 350px !important;
}
*/
.chatbot-dialogo {
	display: flex;
	flex-direction: column;
	padding: 0.625rem;
	background-color: #F2F2F2;
	border: 1px solid lightgray;
	border-radius: 0.625rem;
	margin-bottom: 0.625rem;
	font-size: 0.75rem;
}

.chatbot-dialogo-boton {
	margin-bottom: 0.625rem;
	padding: 0.3125rem 0.625rem;
	border: 1px solid #1B58A2;
	background-color: #1B58A2;
	color: white;
	border-radius: 0.625rem;
	cursor: pointer;
}

.node-children {
	list-style: none; 
	margin: 0 2rem 2rem 2rem;
}

.node-child {

}

.node-container {
	display: flex; 
	flex-direction: column;
}

.node-children > .node-child > .node-container::before {
	border-left: 2px solid #8d8d8d;
	color: #0f62fe;
	content: "";
	display: block;
	position: absolute;
	left: 140px;
	height: 40px;
}

.node-children > .node-child:not(.last-of-type) > .node-container::after {
	border-left: 2px solid #8d8d8d;
	color: #0f62fe;
	content: "";
	display: block;
	position: absolute;
	left: 140px;
	height: 48%;
}

.node-children > .node-child > .node-container::after {
	border-left: 2px solid #8d8d8d;
	color: #0f62fe;
	content: "";
	display: block;
	position: absolute;
	left: 140px;
	height: 48%;
}

.node {
	display: flex;
	border: 1px solid #8d8d8d; 
	background-color: #F8F8F8;
	margin-bottom: 0.625rem; 
	width: 50%;
}

.node::before {
	border-bottom: 2px solid #8d8d8d;
	border-bottom-left-radius: 50%;
	border-left: 2px solid #8d8d8d;
	content: "";
	display: block;
	height: 40px;
	left: 140px;
	position: absolute;
	width: 35px;
}

.node__expander {
	display: flex; 
	align-items: center; 
	border-right: 1px solid #8d8d8d; 
	padding: 0.625rem; 
	cursor: pointer
}

.node__expander > button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	height: 100%;
	width: 100%;
}

.node__contents {
	display: flex; 
	flex-direction: column; 
	flex: 1 1;
	padding: 0.625rem;
	color: #525252;
	cursor: pointer;
}

.node__summary {
	height: 4rem;
	color: #525252;
}

.node__text {
	line-height: 1.2;
	margin-bottom: .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.node__subtext {
	color: #525252;
	font-size: .75rem;
	letter-spacing: .32px;
	line-height: 1.33333;
}

/*
.node::after {
	border-bottom: 2px solid #8d8d8d;
	border-left: 2px solid #8d8d8d;
	content: "";
	display: block;
	height: 40px;
	left: -20px;
	padding: 0;
	position: absolute;
	width: 20px;
	top: -2px;
}
*/

.modulo-header {
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	width: 100%; 
	padding: 0.625rem 0.625rem;
	border-bottom: 1px solid lightgray;
	font-size: 18px;
}

.modulo-content {
	display: block; 
	flex-direction: column; 
	width: 100%; 
	overflow: auto; 
	padding: 0.625rem;
}

.right {
	text-align: right;
}

.item-selected {
	background-color: #a9d8ff;
}

.neutral {
	color: #b8b6b0;
}

.positivo {
	color: #4a934a;
}

.negativo {
	color: #de5a50;
}


.neutral {
	color: #b8b6b0;
}

.exitosa {
	color: #4a934a;
}

.no_exitosa {
	color: #de5a50;
}

