html{
	margin:0;
	padding:0;
  width: 100%;
}

body{
	margin:0;
	padding:0;
	width: 100%;

	/*REMOVIDO DO bootstrap.min.css*/
   line-height: 1.6;
  color: #1a1a2e;
  background-color: #ffffff;
  overflow-x: hidden;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
}

iframe{
	/*position: absolute;*/
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
  border: none!important;
}

.clickable{
  cursor: pointer;
}
 
.y-label{
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  position: absolute;
  height: 100%;
  width: 30px;
  text-align: center;
}
.dashboard_window_header{
	z-index: 99;
	position: absolute;
	top: 0px;
	width: 100%;
  height: 20px;
  cursor: pointer;
}

input, select{
  padding: 0.15rem 0 0.15rem 0.5rem!important;
  font-size: 0.75rem!important;
  font-weight: 600!important;
  font-style: italic;
  color: rgb(100,100,100)!important;
}

.header_logo_short{
	max-height:35px;
}

.boxed_section_title{
    color: white;
    text-align: center;
    font-weight: 800;
    border-width: 1px;
    border-color: white;
    border-style: dotted;
    margin: auto;
    text-transform: uppercase;
    font-family: "Taviraj", serif;
    padding: 20px 0 20px 0;
    font-size: 2rem!important;

}

.invalid-feedback2{
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: white;
  font-weight: 800;
  background-color: red;
  padding-left: 5px;
}

.container-fluid-dashboard {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

.iframe-container{
  height: -webkit-fill-available;
  width: auto;
  padding: 10px;
}

.aside-menu{
    background-color: white;
    grid-auto-flow: row;
    align-content: start;
	max-width:225px!important;
	min-height: 100vh!important;
}

.aside-menu-icon {
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgb(199 199 199)!important;
}

.aside-menu-icon-active {
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.my-nav-link{
	font-family: 'Raleway', sans-serif;
	background-color:transparent!important;
	display:block;
	padding:0;
	box-sizing: border-box;
	color: rgb(98, 113, 121);
	text-align: left;
	cursor: pointer;
	vertical-align: baseline;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-right:1em;
	margin-bottom:0px;
	margin-left:0;
}

.my-nav-link-active{
	font-family: 'Raleway', sans-serif;
	background-image: linear-gradient(to bottom right, #3451B4, #70CDFC);
	display:block;
	padding:0;
	box-sizing: border-box;
	color: white;
	text-align: left;
	cursor: pointer;
	vertical-align: baseline;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-right:1em;
	margin-bottom:0px;
	margin-left:0;
}

.my-nav-link-divider{
	height:4px;
	background-color:rgb(234,234,234);
}
	
.nav-link-menu{
    position: relative;
    cursor: pointer;
    min-height: 67px;
    padding: 15px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, auto);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: start;
    color: rgb(112, 123, 129);
    text-decoration: none;
}

.my-nav-link:not(:last-child){
	border-bottom: 1px solid rgba(204, 207, 209, 0.35);
}

.my-dashboard-main{
    display: grid;
}

.my-dashboard-box{
  font-family: 'Raleway', sans-serif;
  border-radius: 0.5rem;
  background-color: white ;
  border-color: dimgrey;
  border-style: solid;
  border-width: 2px;
  height:100%;
  width:100%;
}

.button_sm_special{
    padding: 0.1rem;
    font-size: .7rem;
    border-radius: 0.2rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5,
	.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1,
	.col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
	.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
	.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
	.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8,
	.col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11,
	.col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
	.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1,
	.col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
	.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	min-height: 1px;
	padding-right:5px;
	/*padding-left:5px;*/
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: 0px;
  margin-left: 5px;
}

.chart_fonts {
	font-size:8pt;
	font-weight: 400;
	color: rgb(212, 223, 229);
}

.compact-header{
	font-size:8pt;
	font-weight: 400;
	color: rgb(202, 203, 209);
	line-height: 1.3em;
	display: flex;
  transform: rotate(270deg);
  padding: 0px;
}

.my-menu{
	margin-top: 5px;
	font-size: 12pt;
	font-weight: 400;
	color: rgb(48, 149, 204);
	display: block;
}



h1 {
	margin-top:5px;
	font-size:3rem;
	font-weight: 800;
	color: rgb(87, 87, 87);
	display: block;
}

h2{
	margin-top:5px;
	font-size:2rem;
	font-weight: 800;
	color: rgb(87, 87, 87);
}

h3{
	margin-top:5px;
	font-size:1.5rem;
	font-weight: 600;
	color: rgb(128, 128, 128);
}

.small-light{
	font-size:8pt;
	font-weight: 400;
	color: rgb(202, 203, 209);
	line-height: 1.3em;
	display: flex;
}

.small-normal{
	font-size:8pt;
	font-weight: 600;
	color: rgb(112, 123, 129);
	line-height: 1.3em;
	display: flex;
}

.medium-light{
	font-size:9pt;
	font-weight: 400;
	color: rgb(202, 203, 209);
	line-height: 1.3em;
	display: block;
}

.medium-normal{
	font-size:9pt;
	font-weight: 600;
	color: rgb(112, 123, 129);
	line-height: 1.3em;
	display: block;
}

.big-normal{
	font-size:12pt;
	font-weight: 800;
	text-align: center;
	color: rgb(112, 123, 129);
	line-height: 1.3em;
	display: block;
}

.huge-normal{
	font-size:22pt;
	font-weight: 800;
	text-align: center;
	color: rgb(112, 123, 129);
	line-height: 1.3em;
	display: block;
}

.menu-divisor{
  border-top: 2px solid #bbb;
  width: 70%;
  margin: auto;
  padding: 0 10% 0 10%;
}

/* TABLE */
table{
	width:100%;
  font-family: 'Raleway', sans-serif;
	font-size:10pt;
	font-weight: 600;
}
table th{
	font-family: 'Raleway', sans-serif;
	font-size:10pt;
	font-weight: 800;
	text-align:center;
	color: rgb(112, 123, 129);
	line-height: 10pt;
}

table tbody{
  overflow-y:scroll;
  overflow-x:hidden; 
  width: 100%;
}
table tr{
  border-bottom-style: solid;
  border-bottom-color: rgb(207, 207, 207);
  border-bottom-width: 1px;
}
table td{
	text-align:left;
	color: rgb(182, 183, 189);
	line-height: 10pt;
}

/* TABLE - END*/ 

/* LEGENDAS */ 
.legend{
	width:10px!important;
	border-radius: 5px 0 0 5px;
}

.legend-normal{
	width:10px!important;
	background-color: #52BF8A;
	border-radius: 5px 0 0 5px;
}

.legend-perm{
	width:10px!important;
	background-color: rgb(233, 187, 39);
	border-radius: 5px 0 0 5px;
}

.legend-alert{
	width:10px!important;
	background-color: #FF872D;
	border-radius: 5px 0 0 5px;
}

.legend-crit{
	width:10px!important;
	background-color: #E14E43;
	border-radius: 5px 0 0 5px;
}

.improvement-small{
	color:#52BF8A!important;
	font-size:12pt;
	font-weight: 800;
}

.regression-small{
	color:#E14E43!important;
	font-size:12pt;
	font-weight: 800;	
}

.attention-small{
	color:#FF872D!important;
	font-size:12pt;
	font-weight: 800;	
}

.unit-selectable{
	cursor: pointer;

}

/* UNIQUE */
.EspecAnalIcon_svg{
	cursor: pointer;
	color: rgb(112, 123, 129);
}

/* Google Fonts Import Link */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');*/
/*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}*/
.removeGridButton{
  z-index: 99;
  right:20px;
  position: absolute;
  margin: 10px 0 0 0;
  background-color: transparent;
  border: transparent;
  color: #212529;
}

.sidebar .icon{
  height: 30px;
  width: 30px;
  top:15px;
  left:10px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar{
  font-family: 'Raleway', sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: #11101d;
  z-index: 100;
  transition: all 0.5s ease;
}

.bx-small {
  font-family: 'boxicons'!important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* SIDE BAR CLOSED */
.sidebar.logobrand{
  display: box;
}

.sidebar.close.logobrand{
  display: none;
}

.sidebar.close{
  width: 50px;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar.close .nav-links{
  overflow: visible;
}
.sidebar.close .nav-links li .iocn-link{
  display: block;
}
.bx-menu{
  cursor: pointer!important;
  color:#fff!important;
}
.sidebar.close .nav-links li i{
  cursor: default;
  color: rgb(112, 112, 112);
}
.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar.close .nav-links li .sub-menu1,
.sidebar.close .nav-links li .sub-menu2,
.sidebar.close .nav-links li .sub-menu3,
.sidebar.close .nav-links li .sub-menu4,
.sidebar.close .nav-links li .sub-menu5{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu1,
.sidebar.close .nav-links li:hover .sub-menu2,
.sidebar.close .nav-links li:hover .sub-menu3,
.sidebar.close .nav-links li:hover .sub-menu4,
.sidebar.close .nav-links li:hover .sub-menu5{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  display:none;
  /*transition: all 0.4s ease;*/
}
.sidebar.close .nav-links li .sub-menu1 .link_name,
.sidebar.close .nav-links li .sub-menu2 .link_name,
.sidebar.close .nav-links li .sub-menu3 .link_name,
.sidebar.close .nav-links li .sub-menu4 .link_name,
.sidebar.close .nav-links li .sub-menu5 .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar.close .profile-details{
  background: none;
}
.sidebar.close .profile-details{
  width: 78px;
}
.sidebar.close .profile-details img{
  padding: 10px;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}
.sidebar.close ~ .home-section{
  left: 50px;
  width: calc(100% - 50px);
}
.sidebar.close .sub-menu1,
.sidebar.close .sub-menu2,
.sidebar.close .sub-menu3,
.sidebar.close .sub-menu4,
.sidebar.close .sub-menu5{
  display:none;
}

.sidebar.close .link_name{
  display:none;
}

/* SIDE BAR OPENED */
.sidebar .logo-details{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i{
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 50px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar .nav-links{
  height: 100%;
  padding: 30px 0 150px 0;
  overflow: auto;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: none;
}
.sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links li:hover{
  background: #1300a0;
}
.sidebar .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar .nav-links li i{
  height: 50px;
  min-width: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.rotated{
  transform: rotate(-180deg);
}

.sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
/*.sidebar .nav-links li a .link_name{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
}*/
.sidebar .link_name{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
  display:block;
  opacity: 1!important;
}
.sublink_name{
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
  display:block;
  opacity: 1!important;
}
.internalInfo{
  color: rgb(127, 128, 214);
  font-size: 12px;
  padding: 5px 0;
  /*white-space: nowrap;*/
  opacity: 0.6;
  transition: all 0.3s ease;
  padding: 0;
}
.sub-menu2 .link_name{
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
}

.sub-menu1,
.sub-menu2,
.sub-menu3,
.sub-menu4,
.sub-menu5{
  padding: 6px 6px 6px 20px;
  margin-top: -10px;
  background: #1d1b31;
  display: none;
  /*max-height: 250px;
  overflow-y: auto;*/
}
li.showMenu1 .sub-menu1,
li.showMenu2 .sub-menu2,
li.showMenu3 .sub-menu3,
li.showMenu4 .sub-menu4,
li.showMenu5 .sub-menu5{
  display: block;
}

.sidebar .nav-links li .sub-menu1 a,
.sidebar .nav-links li .sub-menu2 a,
.sidebar .nav-links li .sub-menu3 a,
.sidebar .nav-links li .sub-menu4 a,
.sidebar .nav-links li .sub-menu5 a{
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  /*white-space: nowrap;*/
  opacity: 0.6;
  transition: all 0.3s ease;
  padding: 0;
}

.sidebar .nav-links li .sub-menu1 .link_name,
.sidebar .nav-links li .sub-menu2 .link_name,
.sidebar .nav-links li .sub-menu3 .link_name,
.sidebar .nav-links li .sub-menu4 .link_name,
.sidebar .nav-links li .sub-menu5 .link_name{
  display: block;
}
.sidebar .nav-links li .sub-menu1.blank,
.sidebar .nav-links li .sub-menu2.blank,
.sidebar .nav-links li .sub-menu3.blank,
.sidebar .nav-links li .sub-menu4.blank,
.sidebar .nav-links li .sub-menu5.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu1.blank,
.sidebar .nav-links li:hover .sub-menu2.blank,
.sidebar .nav-links li:hover .sub-menu3.blank,
.sidebar .nav-links li:hover .sub-menu4.blank,
.sidebar .nav-links li:hover .sub-menu5.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details{
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar .profile-details .profile-content{
  display: flex;
  align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.sidebar .profile-details .job{
  font-size: 12px;
}
.home-section{
  position: relative;
  /*background: linear-gradient(to bottom right, rgb(232, 232, 232), rgb(250, 250, 250));/*#E4E9F7;*/
  height: 100vh;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}

.home-section .home-content{
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
  color: #11101d;
  font-size: 35px;
}
.home-section .home-content .bx-menu{
  margin: 0 15px;
  cursor: pointer;
}
.home-section .home-content .text{
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu{
    display: none;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 101; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(200,200,200,0.6); /* Black w/ opacity */
}
/* Modal Content/Box */
.mymodal-content {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 16px;
  background-color: #11101d;;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  /*border: 1px solid #888;*/
  width: 30%; /* Could be more or less, depending on screen size */
  border-radius: 10px;
}
.modal-topic{
  display:flex;
}
.modal-topic :hover{
  background: #1300a0;
}
.bx-modal {
  font-family: 'boxicons'!important;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* Plus Button */
.my-plus-info{
    right: 0px;
    text-align: center;
    position: fixed;
    color: #bebebe;
    border-color: #bebebe;
    text-decoration: unset;
    border-style: solid;
    border-width: 1px;
    border-radius: 7px;
    width: 15px;
    height: 15px;
    line-height: 10px;
}

/* Collapse box */
.my-card-box{
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  padding: 2px;
}