html {
	font-size: 90%;
}

:root {
	/* Colores DINTEL */
	--color-primary-200: #E8EFFA;
	--color-primary-300: #D7E2F5;
	--color-primary-400: #9CB9E5;
	--color-primary-500: #114DA6;
	--color-primary-600: #093473;
	--color-primary-700: #04214D;
	--color-secondary-500: #C33400;
	--color-secondary-600: #802200;
	--color-secondary-700: #521600;
	--color-grayscale-000: #FFFFFF;
	--color-grayscale-100: #F7F7F8;
	--color-grayscale-200: #EEEFF0;
	--color-grayscale-300: #DCDFE3;
	--color-grayscale-400: #B5B8BE;
	--color-grayscale-500: #696E75;
	--color-grayscale-600: #363D47;
	--color-grayscale-700: #0A0E14;
	--color-error-100: #FCF6F5;
	--color-error-200: #F5E1DC;
	--color-error-300: #E8886F;
	--color-error-400: #C44727;
	--color-error-500: #5E1503;
	--color-error-600: #330C02;
	--color-success-100: #F3F9F6;
	--color-success-200: #E5F5EC;
	--color-success-300: #4DB277;
	--color-success-400: #198044;
	--color-success-500: #015223;
	--color-success-600: #0A2B18;
	--color-warning-100: #FFFAF2;
	--color-warning-200: #FCF0DC;
	--color-warning-300: #DBB251;
	--color-warning-400: #AD8821;
	--color-warning-500: #594100;
	--color-warning-600: #332302;
	--color-info-100: #F2F2FC;
	--color-info-200: #E9E7F6;
	--color-info-300: #928FC2;
	--color-info-400: #605AAD;
	--color-info-500: #1E1655;
	--color-info-600: #030121;
	--color-overlay: #515C6D;
	--color-focus: #C33400;
	--color-focus-negative: #E59100;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 0.2rem 0.5rem;
}
button:hover, button:focus {
    outline: 2px solid var(--color-primary-700);
}

th.selected, td.selected {
  	background-color: rgb(193 216 251 / 90%) ! important;
    color: black ! important;
}


.cards-container{
	padding-top: 20px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.unit-indicator button {
	color: var(--color-grayscale-000);
}

.selectedExport {
	text-decoration: underline !important;
}

.tox-promotion {
	display: none;
}

.tox-statusbar__branding {
	display: none;
}

.highcharts-root {
	padding: 5px;
}

.main {
    min-height: 480px;
}

.form-text {
	font-size: 13px;
}

.main-dashboard {
    padding-left: 0px ! important;
    padding-right: 0px ! important;
}

.red {
	color: red;
}

.green {
	color: green;
}

.orange {
	color: orange;
}

a>.fa-external-link-alt {
	color: #337ab7;
    text-decoration: none;
}

.tableValue {
    text-align: right;
    white-space: nowrap;
}

.dashboard-table table td {
	text-align: right;
    white-space: nowrap;
}

.dashboard-table table>tbody>tr>td, .dashboard-table .table>tbody>tr>th {
    vertical-align: middle;
}

.dashboard-table table.dataTable thead th {
    position: relative;
    background-image: none !important;
    background: white;
    position: sticky;
    top: 0;
}

pre {
    padding: 9.5px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cmu-tour-tooltip
{
  min-width: 350px ! important;
  max-width: 450px ! important;
}

.menu {
    min-height: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.main {
	min-height: 480px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.dashboard-header {
    padding-right: 5px;
    padding-left: 5px;
    background-color: #48afb8;
}

.fluidMedia {
	position: relative;
	padding-bottom: 12px;
	padding-top: 0;
	height: 100%;
	overflow: hidden;
}

.fluidMedia iframe {
	width: 100%;
	height: 800px;
}

.dashboard-table-scroll {
	max-height: none ! important;
}

.dashboard-table {
	max-height: 755px;
	min-height: auto ! important;
	overflow: auto ! important;
}

.unit-indicator th, .group-indicator th, .row-indicator th, .back-summary th:first-child {
	cursor: pointer;
}

#preInd, #nextInd {
	cursor: pointer;
}

.btn.dropdown-toggle::after {
    display: none ! important;
}

label.struts-radio {
	display: inline-block;
	font-weight: normal;
	padding: 8px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#shareIndicator, #shareScope, .modal-dialog {
    width: 98%;
    padding: 0;
}

.modal-dialog {
    max-width: 1500px;
}

.map-frame {
    height: 600px;
    width: 100%;
}

/* CSS needed to collapse dashboard table */
.collapse-dashboard-table-enabled .flex-container,
	.dashboard-table-collapsed .flex-container-1 {
	display: flex;
	justify-content: space-between;
}

.collapse-dashboard-table-enabled .wide-flex-item,
	.dashboard-table-collapsed .wide-flex-item-1 {
	flex-basis: 100%;
}

.collapse-dashboard-table-btn {
	border: 0.5px solid #CBCBCB;
	background-color: #f4f4f4;
	color: #575757;
	padding: 3px;
	margin: 0px 5px;
}

.collapse-dashboard-table-btn:hover, .collapse-dashboard-table-btn:active
	{
	background-color: #EDEDED;
}

.collapse-dashboard-table-btn2 {
	background-color: #f4f4f4;
	color: #575757;
	border: none;
	background-color: transparent;
	display: inline;
	padding: 0px;
	margin: 0px 0px;
}

.collapse-dashboard-table-btn2:hover, .collapse-dashboard-table-btn2:active
	{
	background-color: #f4f4f4;
	/*color: #015F86;
	font-size: 250%;
	outline-color: transparent;*/
}

#show_dashboard_table_btn {
    display: none;
}

.dashboard-table-collapsed #indicators_wrapper.flex-container {
    display: none;
}

.dashboard-table-collapsed #show_dashboard_table_btn {
    display: inline;
}

.nav>li>a{
	color: #337ab7;
    text-decoration: none;
}

.observations {
	background-color: rgba(230, 230, 230, 0.5);
	border: 2px solid #aaaaaa;
	padding: 10px 10px 0;
	margin-bottom: 8px;
	margin-top: 8px;
	border-radius: 5px;
}

.observations strong {
	color: rgb(5, 136, 180);
}

th.table-group-header {
	background-color: #DDDDDD;
}

.smartselect>button {
    width: 100%;
    padding: 4px 12px 5px;
    text-align: left;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
    display: block;
}

.dropdown-menu>li>a {
    padding: 3px 20px;
    /* clear: both; */
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.unit-indicator th {
    text-transform: uppercase;
    background-color: #9dade2;
    border-color: #bbb;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.analysis_table th.analysis_header {
	vertical-align: middle;
	text-align: center;
	background-color: #82CCD9;
	white-space: nowrap;
}

.analysis_table>tbody>tr>.table_square {
	vertical-align: middle;
	text-align: center;
}

.analysis_table>tbody>tr>.analysis_data {
	text-align: center;
	vertical-align: middle;
}

.analysis_table>tbody>tr>td, .analysis_table>tbody>tr>th,
	.analysis_table>tfoot>tr>td, .analysis_table>tfoot>tr>th,
	.analysis_table>thead>tr>td, .analysis_table>thead>tr>th {
	font-size: 11px;
	border-color: #aaa;
}

.analysis_table th.row_header {
	text-align: left;
	white-space: normal;
	min-width: 250px;
	max-width: 300px;
}

/* CSS para la parametrización de un informe del espacio de análisis */
.no-droppable {
	z-index: 0;
}

.dropzoneBox {
	position: relative;
	background: white;
	width: 100%;
	border-radius: 5px;
	min-height: 37px;
	z-index: 0;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

.dropzoneBox-title {
	pointer-events: none;
	cursor: default;
}

.dropzoneElement-group {
	background-color: rgba(0, 136, 204, 0.4);
	min-height: 15px;
	width: fit-content;
	text-align: center;
	padding: 2px;
	margin: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	display: inline-block;
	vertical-align: center;
	z-index: 10;
	cursor: pointer;
}

.dropzoneElement-label {
	display: inline-block;
	height: fit-content;
	margin-bottom: 0;
	font-size: 11px;
	cursor: pointer;
}

.dropzoneElement-icon {
	width: 20px;
	margin-left: 0px;
	display: inline-block;
	cursor: pointer;
	color: red;
}

.draggableElement-group {
	display: inline-block;
	position: relative;
	z-index: 10;
	width: 100%;
	line-height: 0em;
}

.draggableElement-label:not(.dropzoneElement-label) {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.draggableElement-icon {
	width: 0px;
	position: relative;
	display: inline-block;
}

.analysis_table th.analysis_header {
	vertical-align: middle;
	text-align: center;
	background-color: #82CCD9;
	white-space: nowrap;
}

.analysis_table>tbody>tr>.table_square {
	vertical-align: middle;
	text-align: center;
}

.analysis_table>tbody>tr>.analysis_data {
	text-align: center;
	vertical-align: middle;
}

.analysis_table>tbody>tr>td, .analysis_table>tbody>tr>th,
	.analysis_table>tfoot>tr>td, .analysis_table>tfoot>tr>th,
	.analysis_table>thead>tr>td, .analysis_table>thead>tr>th {
	font-size: 11px;
	border-color: #aaa;
}

.analysis_table th.row_header {
	text-align: left;
	white-space: normal;
	min-width: 250px;
	max-width: 300px;
}

.nav>li>a:hover {
    background-color: #054d64;
    color: #fff;
}

.dashboard-title {
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 14px;
    padding-left: 30px;
}

#filter_menu {
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 15px;
}

a.btn.dropdown-toggle {
	color: #337ab7
}



/*
 * Estilos para pagina principal
*/
.scope-bar {
	background-color: #48afb8;
}

.scope-title {
	color: #f7f7f7;
}

.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb;
	border-radius: 5px;
}

.alert-thin {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
}

button, input, optgroup, select, textarea {
    color: black;
    border-color: black;
}

.label-success {
	background-color: #198754;
	border-radius: 5px;
	color: white;
	padding: 5px;
}

.news-title {
	background: #0588b4 none repeat scroll 0 0;
	border-radius: 5px;
	color: white;
	padding: 5px;
	height: 45px;
}

.news-content {
	border: 1px solid #0588b4;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 12px;
	background-color: #F0F0F0;
}

.nav>li>a:hover {
	background-color: #f7f7f7;
	color: #292b2c !important;
}

.nav>li>ul>li:hover {
	background-color: #f7f7f7;
}

.search-box {
	display: inline;
	width: 160px;
	height: 31px;
	font-size: 11px;
	padding: 2px 5px;
}

.size-logged {
	font-size: 12px;
}

.page-subtitle {
	border-bottom: 2px solid #337ab7;
	font-weight: bold;
	color: #337ab7;
	padding-bottom: 8px;
}

.page-subtitle .float-end a:not(.btn) {
    font-weight: bold;
    color: #337ab7;
    padding-bottom: 8px;
}

legend {
	font-size: 16px !important;
}

.separator {
	border-bottom: 2px solid #48afb8;
	font-weight: bold;
	color: #48afb8;
}

/*
 * Estilos DATATABLES
*/
.dataTables_filter {
	float: right !important;
}

.dataTables_paginate {
	float: right !important;
}

.dt-buttons {
	float: right !important;
	margin: 0px 12px;
}

.dt-buttons .btn {
	padding: 5px 12px;
	font-size: 12px; /*añadido ibsalut*/
}

.dataTables_paginate ul.pagination {
	margin-bottom: 10px !important;
}

.datatable-select tr.selected {
	background-color: #08C !important;
	color: white !important;
}

table.fixedHeader-floating {
	position: fixed !important;
	background-color: white
}

table.fixedHeader-floating.no-footer {
	border-bottom-width: 0
}

table.fixedHeader-locked {
	position: absolute !important;
	background-color: white
}

@media print {
	table.fixedHeader-floating {
		display: none
	}
}

span.fancytree-icon, span.fancytree-checkbox, span.fancytree-expander,
	span.fancytree-custom-icon {
	margin-top: 4px !important;
}

.dotted-underline {
	border-bottom: 1px dotted;
}

.form-control-sm {
	padding: .375rem .75rem !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
	content: '';
	display: inline-block;
	border: solid transparent;
	border-width: 0 0 7px 7px;
	border-bottom-color: #0275d8;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.weekend {
	background-color: #fff0f0;
}

.multiselect-header {
	background: #0588b4 none repeat scroll 0 0;
}

fieldset {
	background-color: #f0f0f0;
}

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */
.select2-container--bootstrap {
	display: block;
	/*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
	/**
   * Search field in the Select2 dropdown.
   */
	/**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
	/**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
	/**
   * Clear the selection.
   */
	/**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
	/*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
	/**
   * Dropdown border color and box-shadow.
   */
	/**
   * Limit the dropdown height.
   */
	/*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
	/*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
	/**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
	/* 1 */
	/*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}

.select2-container--bootstrap .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555555;
	/*font-size: 14px;*/
	outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
	border-radius: 4px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field
	{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
	outline: 0;
	/* Firefox 18- */
	/**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder
	{
	color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
	color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder
	{
	color: #999;
}

.select2-container--bootstrap .select2-results__option {
	padding: 6px 12px;
	/**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
	/**
     * Hover state.
     */
	/**
     * Selected state.
     */
}

.select2-container--bootstrap .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true]
	{
	color: #777777;
	cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true]
	{
	background-color: #f5f5f5;
	color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]
	{
	background-color: #337ab7;
	color: #fff;
}

.select2-container--bootstrap .select2-results__option .select2-results__option
	{
	padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group
	{
	padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option
	{
	margin-left: -12px;
	padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option
	{
	margin-left: -24px;
	padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
	{
	margin-left: -36px;
	padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
	{
	margin-left: -48px;
	padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
	{
	margin-left: -60px;
	padding-left: 72px;
}

.select2-container--bootstrap .select2-results__group {
	color: #777777;
	display: block;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
	.select2-container--bootstrap.select2-container--open .select2-selection
	{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow
		ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out
		0.15s;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow
		ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow
		ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b
	{
	border-color: transparent transparent #999 transparent;
	border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection
	{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection
	{
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
	color: #999;
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
	color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection
	{
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
	.select2-container--bootstrap.select2-container--disabled .select2-search__field
	{
	cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
	.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice
	{
	background-color: #eeeeee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
	.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove
	{
	display: none;
}

.select2-container--bootstrap .select2-dropdown {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	border-color: #66afe9;
	overflow-x: hidden;
	margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
	-webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
	margin-top: 1px;
}

.select2-container--bootstrap .select2-results>.select2-results__options
	{
	max-height: 200px;
	/*overflow-y: auto;*/
}

.select2-container--bootstrap .select2-selection--single {
	/**
	height: 34px;
	line-height: 1.42857143;
	padding: 6px 24px 6px 12px;
     * Adjust the single Select2's dropdown arrow button appearance.
     */
	padding: .375rem .75rem;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow
	{
	position: absolute;
	bottom: 0;
	right: 12px;
	top: 0;
	width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b
	{
	border-color: #999 transparent transparent transparent;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	height: 0;
	left: 0;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered
	{
	color: #555555;
	padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder
	{
	color: #999;
}

.select2-container--bootstrap .select2-selection--multiple {
	min-height: 34px;
	padding: 0;
	height: auto;
	/**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
	/**
     * Minus 2px borders.
     */
	/**
     * Clear the selection.
     */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered
	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	line-height: 1.42857143;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder
	{
	color: #999;
	float: left;
	margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice
	{
	color: #555555;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin: 5px 0 0 6px;
	padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field
	{
	background: transparent;
	padding: 0 12px;
	height: 32px;
	line-height: 1.42857143;
	margin-top: 0;
	min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove
	{
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 3px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover
	{
	color: #333;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear
	{
	margin-top: 6px;
}

.select2-container--bootstrap .select2-selection--single.input-sm,
	.input-group-sm .select2-container--bootstrap .select2-selection--single,
	.form-group-sm .select2-container--bootstrap .select2-selection--single
	{
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 22px 5px 10px;
	/* 2 */
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
	.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
	.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b
	{
	margin-left: -5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,
	.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
	.form-group-sm .select2-container--bootstrap .select2-selection--multiple
	{
	min-height: 30px;
	border-radius: 3px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
	.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
	.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice
	{
	font-size: 12px;
	line-height: 1.5;
	margin: 4px 0 0 5px;
	padding: 0 5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
	.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
	.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field
	{
	padding: 0 10px;
	font-size: 12px;
	height: 28px;
	line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
	.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
	.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear
	{
	margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg,
	.input-group-lg .select2-container--bootstrap .select2-selection--single,
	.form-group-lg .select2-container--bootstrap .select2-selection--single
	{
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.3333333;
	padding: 10px 31px 10px 16px;
	/* 1 */
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
	.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
	.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow
	{
	width: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
	.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
	.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b
	{
	border-width: 5px 5px 0 5px;
	margin-left: -5px;
	margin-left: -10px;
	margin-top: -2.5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,
	.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
	.form-group-lg .select2-container--bootstrap .select2-selection--multiple
	{
	min-height: 46px;
	border-radius: 6px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
	.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
	.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice
	{
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px;
	margin: 9px 0 0 8px;
	padding: 0 10px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
	.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
	.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field
	{
	padding: 0 16px;
	font-size: 18px;
	height: 44px;
	line-height: 1.3333333;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
	.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
	.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear
	{
	margin-top: 10px;
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b
	{
	border-color: transparent transparent #999 transparent;
	border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b
	{
	border-color: transparent transparent #999 transparent;
	border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
	padding-left: 24px;
	padding-right: 12px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered
	{
	padding-right: 0;
	padding-left: 0;
	text-align: right;
	/* 1 */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear
	{
	float: left;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow
	{
	left: 12px;
	right: auto;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b
	{
	margin-left: 0;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
	.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
	.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline
	{
	float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice
	{
	margin-left: 0;
	margin-right: 6px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove
	{
	margin-left: 2px;
	margin-right: auto;
}

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown, .has-warning .select2-selection {
	border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection, .has-warning .select2-container--open .select2-selection
	{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	border-color: #66512c;
}

.has-warning.select2-drop-active {
	border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color: #66512c;
}

.has-error .select2-dropdown, .has-error .select2-selection {
	border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection, .has-error .select2-container--open .select2-selection
	{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	border-color: #843534;
}

.has-error.select2-drop-active {
	border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color: #843534;
}

.has-success .select2-dropdown, .has-success .select2-selection {
	border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection, .has-success .select2-container--open .select2-selection
	{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	border-color: #2b542c;
}

.has-success.select2-drop-active {
	border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection,
	.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection.form-control
	{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group>.select2-hidden-accessible:not(:first-child )+.select2-container--bootstrap:not(:last-child )>.selection>.select2-selection,
	.input-group>.select2-hidden-accessible:not(:first-child )+.select2-container--bootstrap:not(:last-child )>.selection>.select2-selection.form-control
	{
	border-radius: 0;
}

.input-group>.select2-hidden-accessible:not(:first-child ):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection,
	.input-group>.select2-hidden-accessible:not(:first-child ):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection.form-control
	{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group>.select2-container--bootstrap {
	display: table;
	table-layout: fixed;
	position: relative;
	z-index: 2;
	width: 100%;
	margin-bottom: 0;
	/**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
	/**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}

.input-group>.select2-container--bootstrap>.selection>.select2-selection.form-control
	{
	float: none;
}

.input-group>.select2-container--bootstrap.select2-container--open,
	.input-group>.select2-container--bootstrap.select2-container--focus {
	z-index: 3;
}

.input-group>.select2-container--bootstrap, .input-group>.select2-container--bootstrap .input-group-btn,
	.input-group>.select2-container--bootstrap .input-group-btn .btn {
	vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media ( min-width : 768px) {
	.form-inline .select2-container--bootstrap {
		display: inline-block;
	}
}

.text-justify {
	text-align: justify;
}

.timeline {
	list-style: none;
	padding: 0;
	position: relative;
}

.timeline>li {
	margin-bottom: 2px;
	position: relative;
}

.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li>.timeline-parent:hover {
	background-color: #eee;
}

.timeline>li>.timeline-parent {
	width: 100%;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 10px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel {
	background-color: #fff;
	width: 98%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 10px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li.timeline-inverted {
	padding-left: 50px;
}

.timeline>li>.timeline-panel:before {
	position: absolute;
	top: 15px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline>li>.timeline-panel:after {
	position: absolute;
	top: 16px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline>li>.timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	margin-top: 5px;
	left: 5%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-body>p, .timeline-body>ul {
	margin-bottom: 0;
}

.timeline-body>p+p {
	margin-top: 5px;
}

.smartselect .open .ss-folder.ss-open, .smartselect .ss-folder.ss-close
	{
	box-sizing: content-box;
}

.ms-parent.multiple-select {
	height: 40px;
}

.ms-parent.multiple-select button.ms-choice {
	border: 0;
}

.text-right{
	text-align: right;
}

.estratea-dashboard-header {
    line-height: 23px !important;
}

table.estratea {
	width: 100%;
	font-size: 12px;
}

.estratea td.compliance {
	padding: 2px;
}

.estratea tr.plan {
	font-weight: bold;
	z-index: -20;
}

.estratea tr.group {
	font-weight: bold;
	z-index: -20;
}

.estratea div.full-bar {
	position: relative;
	border: 1px solid #aaa;
	z-index: 50
}

.estratea div.full-bar-completed {
	position: relative;
	border: 1px solid #28a745;
	background-color: #fcfcfc;
	z-index: 50
}

.estratea div.compliance-bar, .estratea div.compliance-bar-completed {
	text-align: center;
	position: absolute;
	border-right: 1px solid #aaa;
	z-index: -10;
	padding: 1px 0;
}


.estratea tr.plan div.compliance-bar {
	background-color: #9BE1FB;
	color: #9BE1FB;
}

.estratea tr.group div.compliance-bar {
	background-color: #e1f5fe;
	color: #e1f5fe;
}

.estratea tr.plan div.compliance-bar-completed, .estratea tr.group div.compliance-bar-completed,
	.estratea tr.subgroup div.compliance-bar-completed {
	background-color: #28a745c9;
	color: #28a745c9;
}

.estratea tr.subgroup div.compliance-bar {
	background-color: #e1f5fe;
	color: #e1f5fe;
}

.estratea tr.indicator div.compliance-bar {
	background-color: #CCC;
	color: #8C8984;
}
.estratea-detail {
	font-size: 12px !important;
}

.estratea-detail td {
	padding: 1px !important;
}

.estratea-detail tr.plan td {
	background-color: #01579b;
	color: white;
}

.estratea-detail tr.group td {
	background-color: #039be5;
	color: white;
}
.estratea-detail tr.subgroup td {
	background-color: #e1f5fe;
}

.estratea-detail tr.indicator td {
	background-color: #fafafa;
}
.hidden {
	display: none;
}
.init-hidden {
	display: none;
}
.nowrap {
	white-space: nowrap;
}
div.indent-0 {
	padding-left: 5px;
	padding-top: 2px;
}

div.indent-1 {
	padding-left: 25px;
	padding-top: 2px;
}

div.indent-2 {
	padding-left: 45px;
	padding-top: 2px;
}

div.indent-3 {
	padding-left: 65px;
	padding-top: 2px;
}

div.indent-4 {
	padding-left: 85px;
	padding-top: 2px;
}

div.indent-5 {
	padding-left: 105px;
	padding-top: 2px;
}

div.indent-6 {
	padding-left: 125px;
	padding-top: 2px;
}

div.indent-7 {
	padding-left: 145px;
	padding-top: 2px;
}
.clickable, .evolution, .go-detail {
	cursor: pointer;
}
.estratea-badge {
	float: right;
	padding-bottom: 3px;
	font-size: 10px;
	margin-top: 2px;
}

.estratea-badge-success {
	background-color: #28a745;
}

.estratea-badge-paused {
	background-color: #eab61c;
}

.estratea-badge-executing {
	background-color: #3987b7;
}

.pull-right{
	float:right;
}

.tree, .tree ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.tree ul {
	margin-left: 1em;
	position: relative
}

.tree ul ul {
	margin-left: .5em
}

.tree ul:before {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 1px solid
}

.tree li {
	margin: 0;
	padding: 0 1em;
	color: #369;
	font-weight: 700;
	position: relative
}

.tree ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 0;
	border-top: 1px solid;
	margin-top: -1px;
	position: absolute;
	top: 1em;
	left: 0
}

.tree ul li:last-child:before {
	background: #fff;
	height: auto;
	top: 1em;
	bottom: 0
}

.tree li a {
	text-decoration: none;
	color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
	text-decoration: none;
	color: #369;
	border: none;
	background: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: 0;
}

.tree {
	padding: 2px;
}

.invisible {
	display: none !important;
}
/* CSS para indentar los ámbitos pertenecientes a un subsgrupo cuando esté configurado el menú doble*/
.doublelevel-scope
{
	margin-left: 20px;
}
.footer {
	color: white;
	background-color: black;
	min-height: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.indicator {
	margin-right: 5px;
}

.dashboard-table .inline-edition {
	padding: 0.125rem 0.25rem;
    font-size: 0.75rem;
}

.input-group>.inline-edition.d-none~select {
	border-top-left-radius: 0.25rem!important;
    border-bottom-left-radius: 0.25rem!important;
}


/*boton compartir */
.btn-compartirA{
	background-color: transparent !important;
	color: black;
	border-color:transparent;

}
#link_id{
	display:none;
}



.page-subtitle h2{
	font-weight: bold;
    display: inline-block !important; 
    font-size: 20px !important;
}

.page-subtitle .h2 {
	font-size: 20px !important;
}

.dashboard-title h1 {
	font-weight: bold;
    display: inline-block !important;
    font-size: 20px !important;
    margin-right: 10px !important;
}

.btn-analisis { /*boton de Analisis Libre (informacion)*/
	color:white !important;
	background-color: #605AAD !important; /*Informacion 400*/
	border-color: #928FC2 !important;/*Informcion 300*/
}

.btn-analisis:hover, .btn-analisis:focus {
	color:white !important;
	/*cuando pasas el cursor por boton de Analisis Libre (informacion)*/
	background-color:#1E1655 !important; /*informacion 500*/
	
	outline: 2px solid  #605AAD; /*Informcion 400*/
}

td.obs-error {
background: #f2dede;
}

td.obs-warn {
background: #fcf8e3;
}

td.obs-success {
background: #dff0d8;
}

td.obs-info {
background: #d9edf7;
}

#scrollbar-table table td {
	width: 15%;
}

#scrollbar-table table .width-log {
	width: 40%;
}

@media (min-width: 1200px) {
    #menu_movil {display:block}
}
@media (min-width: 992px) {
    #menu_movil {display:none}
}
@media (max-width: 992px) {
    .hide-on-small {
        display: none !important;
    }
}
@media screen and (max-width: 576px) {
    .table-container {
        max-height: 75vh;
    }
}

/* @media (max-width: 916px) and (orientation: landscape) {
  .left-panel , .right-panel{
    flex: 0 0 100%; /* Ocupa el 100% del ancho */
 /*   max-width: 100%;
  }
} */





