.break-line {
	height: 0 !important;
	width: 100% !important;
}

section#text-container > div > div {
    font: 1.2em "segoe ui", arial, sans-serif;
}

section#report-container {
    height: calc(100vw * 0.65); /*calc((100vw - 60px) * 0.59);*/ /* 16:9 aspect ratio */
}

@media only screen and (max-width: 575px) {
    section#report-container {
        height: calc(0.5625 * 100vw); /* 16:9 aspect ratio */
    }
}

footer > p {
    font: 1em "segoe ui", arial, sans-serif;
}

iframe {
    border: none;
}

.container-chart a {
    word-break: break-word;
}
.container-chart
{    
    & *:not(.material-icons*), *:not(fa-*){
    	font-family: 'Open sans' !important;    	
    }
}

.titol-s
{	
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}
.titol-xxl 
{
	font-weight: 700;
	font-size: 64px;
	line-height: 80px;
}
.titol-xl 
{
	font-weight: 700;
	font-size: 48px;
	line-height: 54px;
}

/*
[class^="apexcharts-"]{
    font-family: 'Open sans' !important;
}
*/

table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::before {
	content:""!important;
}
table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting_asc_disabled::after, table.dataTable thead > tr > th.sorting_desc_disabled::after, table.dataTable thead > tr > td.sorting::after, table.dataTable thead > tr > td.sorting_asc::after, table.dataTable thead > tr > td.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc_disabled::after, table.dataTable thead > tr > td.sorting_desc_disabled::after {
	content:""!important;
}

table.dataTable tfoot > tr > th, table.dataTable tfoot>tr>td {
	padding: 8px 10px !important;
}

table.dataTable [class*="line-clamp"]{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.line-clamp-2{
    -webkit-line-clamp: 2;
}

.line-clamp-3{
    -webkit-line-clamp: 3;
}
.line-clamp-1{
    -webkit-line-clamp: 1;
}
.container-chart .dataTables_filter 
{
	display:none !important;	
}
.container-chart .dataTables_length 
{
	display:block !important;	
	float: right !important;
}

.tab-chart {
	display: flex;
    flex-direction: column;
    gap: 12px;
    
    & .tab-chart-bar
    {
    	display: flex;    	   
    	flex: 1 1 0;    
    	justify-items: center;
    	
    	& .tab-chart-btn {    		    
    			display: block;
    			width: 100%;
    			text-align: center;    
    			background: white;
    			border: 0px;
    			border-bottom: 2px solid #DDD !important;
    			
    			&.active
    			{
    				border-bottom: 2px solid #005CD1 !important;
    			}
    			
    			& h3{
    				margin-top: 0px !important;
    				margin-bottom: 9px !important;
    				line-height: 21px !important;
    				font-size: 18px;
    			}
    	}
    }
    
    & .tab-chart-content
    {
    	display: none;
    	flex-direction: column;
    	gap: 12px;
    	
    	&.active
    	{
    		display:flex;
    	}
    }
}

.chart-table-info {
	gap: 12px;
	align-items: baseline;	
	justify-content:end;
	& label {
		font-size: 14px !important;
		margin-bottom: 0 !important;
	}
	& .dataTables_info {
		font-size: 14px;
		padding: 0 !important;
	}	
	& select {
		border: 0;
		font-size: 14px;
		padding: 0;
		margin-bottom: 4px;
		margin-left: 5px;
		width: auto;
		font-family: 'Open Sans';
	}
}
.chart-block
{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #E5E6E8;
	border-radius: 8px;
	padding: 12px;
	flex: 1 1 0;    
}
.vue-apexcharts:not(.legend-no-column) .apx-legend-position-bottom
{
	flex-direction: column !important;	
}
.main-title {	
	color: black !important;
	margin-bottom: 30px !important;
	margin-top: 1em;
}

div.filter-box {
	background: #cbcbcb;
	height: 100%;
	width: 100%;
	padding: 1em;
	padding-bottom: 0;
	box-sizing: border-box;
}
.action-button-click{
	cursor: pointer;
}
.action-chip
{
	font-size: 16px;
    background: #f5f5f6;
    border-radius: 100px;
    border: none;
    padding: 3px 11px;
    height: 44px;
    padding: 8px 12px 8px 16px;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;	
    font-family: 'Open Sans' !important;
    font-weight: bold;
    color: black;
}
.action-chip-navbar
{
	display: none;
	float: right;
    flex-direction: row;
    gap: 10px;
    border-radius: 23px;
    opacity: 1; 
    margin: 0;
    padding: 0px 12px;
    border: 0;
    color: black !important;
    
    & .navbar-text 
    {
    	font-size: 14px;    	    	 
    	text-align: left;
    	letter-spacing: 0px;
    	color: #1B2124;
    }
    
    & .navbar-total-filters{
   		background: var(--black) 0% 0% no-repeat padding-box;
    	background: #1B2124 0% 0% no-repeat padding-box;
    	border-radius: 12px;
    	opacity: 1;
    	/*width: 24px;*/    
    	color: white;
    	text-align: center;
    	padding: 1px 7px;
    }
}
.selected-filters,.info-total{
  	background: var(--black) 0% 0% no-repeat padding-box;
   	background: #1B2124 0% 0% no-repeat padding-box;
   	border-radius: 12px;
   	opacity: 1;
   	/*width: 24px;*/    
   	color: white;
   	text-align: center;
   	padding: 1px 7px;
   	margin-left:10px;
   }
   
.action-chip-title
{
	flex-basis: 270px;
	text-align: left;
}
.action-chip-menu
{
	background: #FFFFFF;
	min-width: 360px !important;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E5E6E8;
    border-radius: 12px;
    opacity: 1;
}
.action-chip-header, .modal-info-header
{
	padding: 0px 16px;
		
}
.modal-info-header
{
	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  	align-items: center;
  	& h4	{
  		margin-left: 22px;
  		margin-top: 14px;
  	}
}
.action-chip-divider, .modal-divider
{
	border: 1px solid #E5E6E8;
    margin: 8px 0;
}
.action-chip-body, .modal-info-body
{
	padding: 12px 24px 12px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}


.action-chip-navbar-collapse
{	
	&>.action-chip-header{
		display: none;
	}
	&>.action-chip-divider{
		display: none;
	}		
}

.action-chip-body span
{
	padding-left: 10px;
}
.action-chip-footer{
	display: flex; 
    margin: 0;
    flex-direction: row; 
    justify-content: flex-end;
    padding: 0 16px;
    align-items: center;
    gap: 10px;
}
.modal-info-charts {
	background: #FFFFFF;    
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    width: 750px !important;
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    margin: auto !important;
    left: auto !important;
}
 .modal-info-fade-enter,
 .modal-info-fade-leave-to {
   opacity: 0;
 }

 .modal-info-fade-enter-active,
 .modal-info-fade-leave-active {
   transition: opacity .5s ease;
 }
.modal-info-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
  }

.wo-scrollbar{
	overflow: hidden !important;
}
.modal-info-body {
 	padding: 0 12px;
 	max-height: 400px;
	overflow: auto !important;
	
 	& .content
	{
		display: flex;
		flex-direction:row;
		gap: 12px;
		flex-wrap: wrap;
		align-items: baseline;
		
		& .info-card
		{
			margin: 0 !important;	
		}		
	}
}

.row-grid{
	background: #FFFFFF;    
    display: flex;
    flex-direction: column;    
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    margin: auto !important;
    left: auto !important;
}

.info-row-header
{
	background-color: #EEE;
	align-content: center;
	border-right: 1px solid #CCC;
}

.info-row-cell
{	
	align-content: center;
}

.info-card .info-card-title
{
	margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
    font-weight: 600;	
}
.info-card .info-card-title + div{
    margin-left:5px;
}
.button-primary-aoc
{
	background: #005CD1;
    border-radius: 12px;    
    color: white;
    border: 0;
    height: 40px;
    padding: 8px 16px;	
}
.button-primary-aoc:hover
{
	opacity: 0.84;
}
.button-cancel-aoc
{
	background: #FFFFFF;
	border-radius: 12px;    
    color: #005CD1;
    border: 0;
    height: 40px;
    padding: 8px 16px;
}
.titol-xs 
{
	text-align: left;
	font-size: 18px;
	letter-spacing: 0px;
	color: #1B2124;
	opacity: 1;
	
}
.apx-legend-position-right {
    margin-top: 25px;
}
.top-title-apexchart-horizontal{
	transform: rotate(0);
}
.filter-bg {
	background: #cbcbcb;
}

div.row-separator {
	margin-top: 1em;
}

.summary-box {
    background-color: white;    
    display: flex !important;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid #E5E6E8;
    padding: 16px 32px;
    text-align: left;
    justify-content: center;
    gap: 10px;
    flex-grow: 1;
    flex-basis: 20px;
	
	& .main-num {				
    	color: #004DB0;
	}
	
	& .smalltext {
    	color: #1B2124;
	}
	&.no-grow{
		flex-grow: 0 !important;
	}	
}

.summary-box-main 
{
	background-color: #004DB0;  		
	color: white !important;	
	& .main-num {				
    	color: inherit !important;
	}
	
	& .smalltext {
    	color: inherit !important;
	}
}

.multiselect-options{
	height: 200px;
    overflow: auto;
    margin: 0 !important;
    
    & li {
    	gap: 12px;    	
    	
    	& input {
			min-width: 18px !important;
			height: 18px !important;    
    	}
    }
    
}
.multiselect-search {
  width: 100%;
  margin-bottom: .5em;
}

.source {
  text-align: right;
  width: 100%;
  display: inline-block;
}

.form-select {
	width: 100%!important;
}


.flex {
	display: flex;
}

.loading {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.dropdown-filter .dropdown-toggle {
	padding-left: 0!important;
	padding-right: 0!important;
	width: 100%;
}

.dropdown-filter .dropdown-toggle .content {
	overflow: hidden;
	width: 89%;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-flex;
	
}

.dropdown-filter .dropdown-toggle .caret {
	float: right;
	margin-right: 5px;
}

.dropdown-filter .dropdown-search {
	margin: 5px 16px!important;
}

.dropdown-filter .dropdown-menu li {
	cursor: default;
}

/* Spinner */
.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
/*   position: absolute; */
/*   top: 50%; */
/*   left: 50%; */
/*   margin: -25px 0 0 -25px; */
  width: 50px;
  height: 50px;
  
  & .path {
    stroke: hsl(210, 70, 75);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
  }
  
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}


.dot-typing {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #e0ebf9;
    color: #e0ebf9;
    box-shadow: 9984px 0 0 0 #005cd1,9999px 0 0 0 #e0ebf9,10014px 0 0 0 #e0ebf9;
    -webkit-animation: 1s linear infinite dot-typing;
    animation: 1s linear infinite dot-typing;
    margin: 0 5px
}

@-webkit-keyframes dot-typing {
    0% {
        box-shadow: 9984px 0 0 0 #005cd1,9999px 0 0 0 #e0ebf9,10014px 0 0 0 #e0ebf9
    }

    25% {
        box-shadow: 9984px -10px 0 0 #005cd1,9999px 0 0 0 #e0ebf9,10014px 0 0 0 #e0ebf9
    }

    50% {
        box-shadow: 9984px 0 0 0 #e0ebf9,9999px -10px 0 0 #005cd1,10014px 0 0 0 #e0ebf9
    }

    75% {
        box-shadow: 9984px 0 0 0 #e0ebf9,9999px 0 0 0 #e0ebf9,10014px -10px 0 0 #005cd1
    }

    100% {
        box-shadow: 9984px 0 0 0 #e0ebf9,9999px 0 0 0 #e0ebf9,10014px 0 0 0 #e0ebf9
    }
}

@keyframes dot-typing {
    0% {
        box-shadow: 9984px 0 0 0 #005cd1,9999px 0 0 0 #e0ebf9,10014px 0 0 0 #e0ebf9
    }

    25% {
        box-shadow: 9984px -10px 0 0 #005cd1,9999px 0 0 0 #e0ebf9,10014px 0 0 0 #e0ebf9
    }

    50% {
        box-shadow: 9984px 0 0 0 #e0ebf9,9999px -10px 0 0 #005cd1,10014px 0 0 0 #e0ebf9
    }

    75% {
        box-shadow: 9984px 0 0 0 #e0ebf9,9999px 0 0 0 #e0ebf9,10014px -10px 0 0 #005cd1
    }

    100% {
        box-shadow: 9984px 0 0 0 #e0ebf9,9999px 0 0 0 #e0ebf9,10014px 0 0 0 #e0ebf9
    }
}

.d-flex
{
	display: flex;
	margin: 0;	
}

.gap12{
	gap: 12px;
}

.d-flex li {
	list-style: none;
}

.flex-row
{
	flex-direction: row;	
}

.flex-column {
	  flex-direction: column !important;
}
.icon-pdf-data i
{
	font-size: 26px;
	color: #656D72;	
}

/* New bootstrap stuff */
@media only screen and (min-width: 769px) {
	.d-sm-flex {
	  display: flex !important;
	}
	
	.col-6-m
	{
		flex-basis: 632px;
	}
	
	.col-3-m
	{
		flex-basis: 308px;
	}
	
	.flex-grow-1 {
	  flex-grow: 1 !important;
	}
	.aui .row-fluid [class*="span"] {
		flex: 0 0 auto;
		padding-right: 15px;
	    padding-left: 15px;
	}
	.aui .row {
		display: flex;
		margin-right: -15px;
	    margin-left: -15px;
	}
	div.filter-box {
		box-sizing: content-box;
	}
	.tallbox {
		height: 360px!important;
	}
	.container-chart .navbar
	{
		margin:0 !important;
	}
	.action-chip.active
	{
		border: 1px solid black;
	}
	
	.action-chip-navbar-collapse
	{
		display: block !important;
		height: auto !important;
	}
}

@media only screen and (max-width: 768px) 
{
	.container-chart{
		margin: 0 16px;
		& .navbar
		{
			margin:0 !important;
		}
	}	
	.flex-column-xs 
	{
		flex-direction: column !important;
	}	
	
	.flex-wrap-xs
	{
		flex-wrap: wrap !important;
	}
	.source {
  		text-align: left !important;
	}
	.hidden-xs
	{
		display: none !important;
	}
	.action-chip-navbar{
		display: flex;
		text-decoration: none;
		align-items: center;
		color: black !important;
		&:hover{
			text-decoration: none !important;
		}
		&:focus{
			text-decoration: none !important;
		}
		&:active{
			text-decoration: none !important;
		}
	}
	
	.action-chip:not(.action-chip-navbar)
	{
		width: 100%;
    	justify-content: space-between;
    	padding: 0;
    	background: white;
    	    
	}
	.action-chip-navbar-collapse>.action-chip-header
	{
		display: flex;
    	align-items: center;
    	justify-content: space-between;
		padding: 0;
	}
	.action-chip-menu
	{
		margin: 0 !important;
    	width: 100%;
    	clear: both;
    	position: relative;
    	min-width: auto !important;
    	
    	& .action-chip-header {
    		display: none;
    	}
    	& .action-chip-divider {
    		display: none;
    	}
	}
	
	.action-chip-navbar-collapse
	{
		display: flex;
    	flex-direction: column;    	
    	padding: 16px;
    	
    	background: var(--white) 0% 0% no-repeat padding-box;
		border: 1px solid var(--grey03);
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 3px 6px #00000029;
		border: 1px solid #E5E6E8;
		border-radius: 12px;
		opacity: 1;
		
		& .dropdown
		{
			border-bottom: 1px solid black;
		}
	}
	
	.action-chip-body
	{
		padding: 12px 0px;
	}
	
	.modal-info-charts
	{
    	margin: 5px !important;
    	top: 0 !important;
    	left: 0 !important;    	
    	right: 0 !important;
    	max-height: 97%;
    	width: auto !important;
	}
	
	.action-chip.active
	{
		font-style: italic;
		font-weight: bold;
	}

	.info-row-header
	{
		padding-left: 10px !important;
	}

	.info-row-cell
	{	
		padding-left: 10px !important;
	}
}