*::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #F9F9F9;
}
*::-webkit-scrollbar-track:hover {
  background-color: #F5F5F5;
}
*::-webkit-scrollbar-track:active {
  background-color: #FAFAFA;
}
*::-webkit-scrollbar-thumb {
  background-color: #999999;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #888888;
}
*::-webkit-scrollbar-thumb:active {
  background-color: #888888;
}

html.contraste{
  filter: invert(100%);
  -webkit-filter: invert(100%); 
}

html.monotom{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

body *:not(i){
  font-family: "Roboto", sans-serif !important;
}

a{
  text-decoration: none;
  color: #1E325C;
  transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus{
  color: #A71F31;
}

hr{
  margin: .6rem 0;
}

.fa-solid{
  min-width: 23px;
  min-height: 15px;
  line-height: 15px;
  text-align: center;
}

.fa-2x{
  min-width: 40px;
  min-height: 40px;
  line-height: 40px;
}

.fa-3x{
  min-width: 54px;
  min-height: 54px;
  line-height: 54px;
}

#popup{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 300px;
  min-height: 55px;
}

#CurrentSelections{
  position: sticky !important;
  z-index: 1000;
  top: 0;
  left: 0;
}

#links a:not(:last-child){
  margin-bottom: 1rem;
}

.qv-panel-current-selections ul{
  padding: 0;
}

.qv-global-selections.sub-bar-present{
  top: 38px;
}

.qv-object .qv-object-header h2 *{
  font-weight: bold !important;
}

body.qv-global-selections-enabled,
body.card-expanded-enabled{
  overflow: hidden !important;
}

.card.expanded{
  height: calc(100vh - 38px);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 502;  
}

.has-current-selections .card.expanded{
  top: 38px;
}

.main-container{
  overflow: hidden;
}

.card.expanded .qvobject{
  height: 100% !important;
}

.qvobject:empty:before {
  position: absolute;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  content: "\f863";
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); 
  --fa-animation-direction: reverse; 
  color: #eee;
}

.qvoverflow *{
  overflow: hidden;
}

.card-home{
  transition: all .2s ease-in-out;
  height: 100%;
}

.card-home:hover,
.card-home:focus,
.card-home:active{
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.card-home .row{
  min-height: 100px;
}

.scolltop{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.carousel{
  padding-bottom: 30px;
}

.carousel-indicators{
  margin-bottom: 0;
}

#loader{
  z-index: 999999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
}

.loader{
  margin-top: calc(50vh - 45px);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: linear-gradient(0deg, rgba(102, 102, 102, 0.2) 33%, #666666 100%);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
}
@keyframes rotation {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg)}
} 

.btn-clear{
  width: 100%;
  max-width: 140px;
}

.btn-secondary{
  background-color: #d3d4d5 !important;
  color: #595959;
}

.btn-secondary:hover{
  background-color: #bbb !important;
  color: #595959;
}

.titulo-principal,
.titulo-principal i{
  line-height: 37px;
}


/* TEMA  */
.submenu li{
  flex-grow: 1;
  flex-basis: 0; 
  background-color: rgba(0, 0, 0, .2); 
}

.submenu .nav-link{
  height: 100%;
}

.submenu .nav-link:hover,
.submenu .nav-link.active{
  color: white;
  background-color: rgba(0, 0, 0, .2);
}

.navbar-brand{
  margin-top: -30px;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}

.navbar-expand-lg .navbar-nav.nav-search {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.bg-azul{
  background: #1E325C;
}

.bg-azul-light{
  background: #3368f22b
}

.select2-container{
  min-width: 250px;
}

@media (max-width: 768px){
  .navbar-brand{
    width: 100%;
    justify-content: center;
  }

  .form-search,
  .select2-container{
    width: calc(100vw - 100px);
    max-width: 470px;
  }
}

.breadcrumb-item+.breadcrumb-item::before{
  content: "›";
}

#cardlist{
  min-height: 50vh;
}

.qv-object-text-image *{
  font-size: 0.9rem !important;
  font-weight: normal !important;
}

.card-title{
  line-height: 31px;
}

.card .qv-object-header{
  display: none;
}

.offcanvas a{
  color: #1E325C;
  cursor: pointer;
}

.offcanvas a.active,
.offcanvas a:hover{
  color: #A71F31;
}

.select2-container .select2-selection--single{
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  font-size: 14px;
}

footer{
  padding: 2rem 0;
}

.card{
  overflow: hidden;
  height: 100%;
}

/*QLIK*/
.qv-object .qv-object-header *{
  font-size: 14px !important;
}

.qv-object .qv-object-title .qv-object-title-text{
  font-family: "Roboto", sans-serif !important;
  color: #595959 !important;
  font-size: 14px;
}

.qv-object-action-button{
  border: 0 !important;
}

.qv-object-action-button button{
  background-color: transparent !important;
  transition: all .2s ease-in-out;
  color: #000 !important;
  font-weight: normal !important;
}

.qv-object-action-button button:hover{
  color: #000 !important;
}

.qv-object-action-button button text{
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
}

.filtroperiodo, .outrosfiltros{
  background-color: rgba(0, 0, 0, 0.03);
}

.filtroperiodo .outrosfiltros{
  background-color: transparent;
}

.filtroperiodo .listbox-container{
  background-color: transparent;
}

.filtroperiodo .accordion-link:not(:last-child){
  border-bottom: 1px solid #eee;
}

.filtroperiodo .ListBox-styledScrollbars{
  overflow: hidden !important;
}

.filtroperiodo .ListBoxCheckbox-dense,
.filtroperiodo .ListBoxInline-listboxWrapper{
  padding: 0 !important;
}

.filtroperiodo .RowColumn-checkboxLabel span{
  padding-right: 0 !important;
}

.filtroperiodo .RowColumn-rowBorderBottom{
  border: 0 !important;
}

.filtroperiodo .RowColumn-fieldRoot{
  left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.filtroperiodo .RowColumn-labelDense{
  text-align: left !important;
  margin-left: 5px !important;  
}

.filtroperiodo .MuiBox-root{
  border: 0 !important;
}

.filtrobotao{
  width: calc( 131px + 1rem);
  text-align: right;
}
.filtroano,
.filtroperiodo .outrosfiltros{
  width: calc( 100% - 131px);
}

#backlink{
  height: 29px;
}

.lui-icon{
  font-family: LUI icons !important;
}

.nav-link.btn-secondary.active{
  background-color: #bbb !important;
  color: #595959 !important;
}

.ui-autocomplete{
  min-width: 400px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.qvinput .qv-object-qlik-variable-input .qv-object-header.thin{
  height: 3px !important;
}

.qvinput input{
  display: block;
  width: 100%;
  padding: .95rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;  
}

body .uwy.userway_p2 .userway_buttons_wrapper{
  margin-top: 45px;
  margin-left: 5px;
}

.calendario div.ng-scope > div{
	background: white;
	border: 1px solid rgb(217, 217, 217);
	border-radius: 3px;
	height: 34px;
	padding: 0px 8px;
	display: flex;
	width: 100%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	align-items: center;	
}

.calendario .bootstrap_inside span{
	font-size: 13px;
	font-weight: bold;
}

.calendario .lui-button__caret.lui-caret{
	margin-top: 3px;
}

.qlik-daterangepicker td,
.qlik-daterangepicker th{
	padding: 3px 5px !important;
}