.select2-container--default .select2-selection .select2-selection__clear {
  right: -11px;
  z-index: 1000;
}

.select2-dropdown.select2-dropdown--below {
  min-width: 200px;
}

.select2-results__option[aria-selected=true] {
  display: none;
}

/* Custom button add */
.btn-margin-right {
  margin-right: 2px;
}

.dtDateRangeWrapper {
  width: 140px;
  position: relative;
  top: 1px;
}

.dtDateRangeWrapper .input-group-addon {
  padding-bottom: 3px;
}

.dtfrom {
  margin-left: 0 !important;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.dtto {
  margin-left: 0 !important;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.table > thead > tr > th input, .table > thead > tr > th .select2-selection, .table > thead > tr > th .select2-selection__rendered {
  font-weight: normal;
}

.select2-container {
  height: 35px !important;
}

.select2-selection {
  height: 35px !important;
}

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

input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], textarea {
  font-size: 12px;
  padding: 2px;
}

textarea.form-control {
  min-height: 100px;
}

.input-group-addon {
  font-size: 12px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 4px;
  vertical-align: middle;
}

.btn-group-xs > .btn, .btn-xs {
  padding-bottom: 1px;
  padding-top: 1px;
}

.dataTables_wrapper .col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}

body {
  font-size: 12px;
}

.table > thead > tr > th .select2-container {
  width: 95% !important;
}

.dataTables_length label {
  margin-bottom: 0;
}

.dataTables_wrapper .row:first-child, .dataTables_wrapper .row:last-child {
  padding-bottom: 4px;
  padding-top: 4px;
}

.dataTables_wrapper .row:last-child {
  padding-bottom: 0;
}

.dataTables_wrapper .row:last-child ul {
  margin-right: 4px;
}

.dataTables_wrapper .row:last-child div {
  padding-right: 0;
}

.dataTables_info {
  font-size: 12px;
  line-height: 32px;
  vertical-align: middle;
}

.dataTables_empty {
  text-align: center;
}

.form-group .form-control-inline {
  height: 35px;
}

.widget-toolbar {
  padding: 0 0 0 10px;
  line-height: inherit;
}

.widget-toolbar > .btn-sm {
  position: relative;
  top: 7px;
  font-size: 16px;
}

.widget-toolbar.main-toolbar {
  padding: 0 10px;
  line-height: 37px;
}

.widget-toolbar.main-toolbar > .btn-sm {
  position: relative;
  top: 0;
  font-size: 16px;
}

label {
  margin-bottom: 0;
}

label > .required {
  color: #f55753;
}

.form-horizontal .form-group input[type=checkbox] {
  position: relative;
  top: 5px;
}

.form-group input[type=email], .form-group input[type=url], .form-group input[type=search], .form-group input[type=tel], .form-group input[type=color], .form-group input[type=text], .form-group input[type=password], .form-group input[type=datetime], .form-group input[type=datetime-local], .form-group input[type=date], .form-group input[type=month], .form-group input[type=time], .form-group input[type=week], .form-group input[type=number], .form-group select, .form-group textarea {
  background: none;
}

.dataTables_wrapper input[type=search], .dataTables_wrapper input[type=text], .dataTables_wrapper select {
  background: white;
}

.form-group {
  margin-bottom: 5px;
}

input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], textarea {
  color: #393939;
}

/* INPUT NUOVI */
.form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #CCC;
  /* chi lo usa?? ha un brutto effetto su frontend , 0.07);*/
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  color: #393939;
  outline: 0;
  height: 35px;
  padding: 5px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  transition: all 0.12s ease;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  transition: background 0.2s linear 0s;
}

.form-group-default .form-control {
  border: none;
  height: 25px;
  min-height: 25px;
  padding: 0;
  margin-top: -4px;
  background: none;
}

.form-group-default.required:after {
  color: #f55753;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}

.form-group label:not(.error) {
  font-size: 12px;
}

.form-group-default label {
  margin: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.form-group-default label .help {
  font-size: 10px;
  text-transform: none;
}

.form-group-default.focused {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-color: #f0f0f0;
}

.form-group-default label.fade {
  opacity: .5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.form-group-default {
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding: 3px 8px 3px 8px;
  overflow: hidden;
  transition: background-color 0.2s ease;
}

.help-block {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  opacity: .5;
}

.form-group-default .help-block {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dataTable > thead > tr > th[class*=sort]:after {
  margin-left: 5px;
}

.modal .modal-dialog {
  width: 80% !important;
}

.dataTables_info .select-info {
  margin-left: 10px;
}

.page-content {
  padding: 8px 12px 24px;
}

/* DataTable fixedHeader */
table.fixedHeader-floating {
  position: fixed;
  background-color: white;
}

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}

table.fixedHeader-locked {
  position: absolute;
  background-color: white;
}

table.fixedHeader-locked {
  position: absolute;
  background-color: white;
}

.form-group {
  display: block;
  width: 100%;
}

.cke {
  visibility: visible !important;
}

.clickable {
  cursor: pointer;
}

[data-interact=xml_file_errors] {
  height: 200px;
  overflow: scroll;
  padding: 5px;
  margin: 0 0 10px 25px;
  border: 1px solid lightgrey;
}

xmp {
  margin: 0;
  border-bottom: dotted 1px lightgrey;
}

[data-interact=xml_file_errors_selectors] {
  height: 200px;
  overflow-y: scroll;
  padding: 5px;
  margin: 0 0 10px 25px;
  border: 1px solid lightgrey;
}

.dataTables_length .select2-container {
  width: 100% !important;
}

table .select2-container {
  width: 93% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0 2px;
  margin-top: 3px;
}

.select2-container .select2-selection--multiple {
  min-height: 24px;
  width: 100%;
  height: auto !important;
}

.select2-container--default .select2-selection {
  line-height: 14px;
}

.bootbox.modal.fade.modal70.in {
  width: 70% !important;
}

.c3-area {
  opacity: 0.3;
}

select.input-sm {
  line-height: 22px;
}

.page-content {
  padding: 8px 10px 24px;
}

.navbar-default {
  border-radius: 0;
}

.navbar-default.noborder {
  margin-bottom: 0;
  border: 0;
  min-height: 20px;
  background-color: white;
}

.nav.noborder > li > a {
  padding-top: 8px;
  padding-bottom: 0;
}

.navbar {
  margin-bottom: 0;
}

.shadowed {
  box-shadow: inset 0 1000px rgba(0, 0, 0, 0.7);
  background: transparent;
  color: white;
}

.shadowed h1, .shadowed h2, .shadowed h3, .shadowed h4, .shadowed h5, .shadowed h6 {
  color: white;
}

.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
}

.pagination > li > select {
  float: left;
}

.pagination > li > .paginate_total {
  color: #858585;
  border: none;
  background-color: transparent;
}

.spinner {
  position: absolute;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7);
  color: #438EB9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dataTables_length {
  display: inline-block;
  margin-right: 10px;
}

.dataTables_info {
  display: inline-block;
}

.nav-list > li > a {
  font-size: 12px;
  height: auto;
}

.nav-list > li > a .menu-text {
  width: 80%;
}

@font-face {
  font-family: "FontAwesome";
  src: url(../fonts/fontawesome-webfont.ttf) format("truetype");
}

body {
  font-size: 14px;
}

.page-content {
  padding: 0;
  background-color: #ccc;
}

.accordion-style1.panel-group .panel {
  margin-top: 0;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.accordion-style1.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.flex {
  display: flex !important;
}

.flex.root-container {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

.flex.top {
  height: 59%;
}

.flex.top .top-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.flex.top .top-container .subdomain-container {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-width: 250px;
  scroll-behavior: auto;
}

.flex.top .top-container .subdomain-container h2 {
  text-align: center;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.flex.top .top-container .subdomain-container .sub-domain-wrapper {
  background: white;
  width: 250px;
  height: 100%;
  padding: 10px;
}

.flex.top .top-container .subdomain-container .sub-domain-wrapper .sub-domain {
  margin: 5px;
  border-radius: 10px;
  width: 120px;
  height: 120px;
  cursor: pointer;
}

.flex.top .top-container .subdomain-container .sub-domain-wrapper .sub-domain i {
  font-size: 45px;
  margin-top: 25px;
}

.flex.top .top-container .subdomain-container .sub-domain-wrapper .sub-domain p {
  font-weight: bold;
  padding: 10px;
}

.flex.top .top-container .subdomain-container .sub-domain-wrapper .style1 {
  background-color: #EA9C4C;
}

.flex.top .top-container .subdomain-container .sub-domain-wrapper .style2 {
  background-color: #8B2638;
}

.flex.top .top-container .subdomain-container .sub-domain-wrapper .style3 {
  background-color: #A3C55B;
}

.flex.top .top-container .subdomain-container .sub-domain-wrapper .style4 {
  background-color: #825B8D;
}

.flex.top .top-container .svg-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.flex.top .top-container .svg-container .svg {
  width: 100%;
  height: 100%;
}

.flex.top .top-container .svg-container .svg-container-footer {
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.flex.top .top-container .svg-container .svg-container-footer button {
  width: 30%;
  justify-content: center;
}

.flex.top .top-container .svg-container .svg-container-footer .plus {
  background-color: #A3C55B !important;
  border-color: #A3C55B !important;
}

.flex.top .top-container .svg-container .svg-container-footer .reset {
  background-color: #EA9C4C !important;
  border-color: #EA9C4C !important;
}

.flex.top .top-container .svg-container .svg-container-footer .minus {
  background-color: #8B2638 !important;
  border-color: #8B2638 !important;
}

.flex.top .top-container .device-container {
  min-width: 450px;
  flex-direction: column;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: white;
}

.flex.top .top-container .device-container h2 {
  text-align: center;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.flex.top .top-container .device-container .device-group-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
}

.flex.top .top-container .device-container .device-group-wrapper .device-group-status.ok {
  color: #84BA5B;
}

.flex.top .top-container .device-container .device-group-wrapper .device-group-status.ko {
  color: #D43B32;
}

.flex.top .top-container .device-container .device-group-wrapper .device-group-status.warn {
  color: orange;
}

.flex.top .top-container .device-container .device-group-wrapper .device-group-label {
  color: #393939;
  width: 125px;
}

.flex.top .top-container .device-container .device-group-wrapper i {
  font-size: 20px;
  margin-right: 10px;
}

.flex.top .top-container .device-container .device-group-wrapper .device-group-stats {
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  border: 2px solid #4E71B0;
  color: #4E71B0;
  width: 65px;
  padding: 2px;
}

.flex.top .top-container .device-container .device-group-wrapper .device-group-stats.users i {
  margin-right: 0;
  font-size: 18px;
  color: #4E71B0;
}

.flex.top .top-container .device-container .device-group-wrapper .device-group-stats.time {
  background-color: #4E71B0;
  color: white;
}

.flex.top .top-container .device-container .device-group-wrapper .device-group-stats.time i {
  margin-right: 0;
  font-size: 18px;
  color: white;
}

.flex.top .top-container .device-container .device-group-wrapper .device-group-stats.time span {
  color: white;
}

.flex.top .top-container .device-container .device-group-wrapper .device-group-actions {
  margin-left: 10px;
  cursor: pointer;
}

.flex.top .top-container .device-container .device-group-wrapper .device-group-actions i {
  color: #4E71B0;
  margin-right: 0;
}

.flex.top .top-container .device-container .panel-body .device-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 2px;
}

.flex.top .top-container .device-container .panel-body .device-wrapper:last-child .device-real-container {
  border-bottom: 0;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-tab {
  width: 50px;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container {
  flex-direction: row;
  align-items: center;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
  justify-content: space-around;
  width: 100%;
  cursor: pointer;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-status {
  margin-right: 10px;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-status.ok {
  color: #84BA5B;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-status.ko {
  color: #D43B32;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-status.warn {
  color: orange;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-label {
  color: #393939;
  width: 85px;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-stats {
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  border: 2px solid #4E71B0;
  color: #4E71B0;
  width: 100px;
  padding: 2px;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-stats.users i {
  display: flex;
  font-size: 18px;
  color: #4E71B0;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-stats.users span {
  display: flex;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-stats.time {
  background-color: #4E71B0;
  color: white;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-stats.time i {
  display: flex;
  font-size: 18px;
  color: white;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-stats.time span {
  display: flex;
  color: white;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-actions {
  margin-left: 10px;
}

.flex.top .top-container .device-container .panel-body .device-wrapper .device-real-container .device-actions i {
  font-size: 20px;
  color: #4E71B0;
}

.flex.bottom {
  height: 40%;
}

.flex.bottom .bottom-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.flex.bottom .bottom-container .round-top {
  flex-direction: column;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 33%;
  height: 100%;
  background-color: white;
}

.flex.bottom .bottom-container .round-top h3 {
  background-color: #eee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #ccc;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper {
  flex-direction: column;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper {
  flex-flow: row wrap;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper:last-child {
  border-bottom: 0;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .panel {
  margin-bottom: 0;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .panel-heading {
  padding: 5px 10px;
  background-color: #fff;
  border: none;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .panel-heading h4 {
  font-size: 14px;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .panel-body {
  padding: 5px;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .panel-body .table {
  margin-bottom: 0;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .diagnostic-details {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-right: 10px;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .diagnostic-status {
  font-size: 16px;
  margin-right: 10px;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .diagnostic-status.ok {
  color: #84BA5B;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .diagnostic-status.ko {
  color: #D43B32;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .diagnostic-status.warn {
  color: orange;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .diagnostic-date {
  width: 100px;
  justify-content: center;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .diagnostic-time {
  width: 100px;
  justify-content: center;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .diagnostic-position {
  width: 100px;
  justify-content: center;
  font-weight: bold;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .diagnostic-ip {
  width: 100px;
  justify-content: center;
}

.flex.bottom .bottom-container .round-top.diagnostic-container .diagnostics-wrapper .diagnostic-wrapper .diagnostic-description {
  justify-content: start;
  align-self: flex-end;
  font-size: 12px;
  font-style: italic;
}

.flex.bottom .bottom-container .round-top.passage-container #chart {
  height: 100%;
}

.flex.bottom .bottom-container .round-top.alert-container .alerts-wrapper {
  flex-direction: column;
}

.flex.bottom .bottom-container .round-top.alert-container .alerts-wrapper .alert-wrapper {
  font-size: 14px;
  flex-flow: row wrap;
  align-items: center;
  padding: 10px;
  padding-left: 30px;
  border-bottom: 1px solid #ccc;
}

.flex.bottom .bottom-container .round-top.alert-container .alerts-wrapper .alert-wrapper:last-child {
  border-bottom: 0;
}

.flex.bottom .bottom-container .round-top.alert-container .alerts-wrapper .alert-wrapper .panel {
  margin-bottom: 0;
}

.flex.bottom .bottom-container .round-top.alert-container .alerts-wrapper .alert-wrapper .panel-heading {
  padding: 5px 10px;
  background-color: #fff;
  border: none;
}

.flex.bottom .bottom-container .round-top.alert-container .alerts-wrapper .alert-wrapper .panel-heading h4 {
  font-size: 14px;
}

.flex.bottom .bottom-container .round-top.alert-container .alerts-wrapper .alert-wrapper .panel-body {
  padding: 5px;
}

.flex.bottom .bottom-container .round-top.alert-container .alerts-wrapper .alert-wrapper .panel-body .table {
  margin-bottom: 0;
}

.flex.bottom .bottom-container .round-top.alert-container .alerts-wrapper .alert-wrapper .alert-number {
  margin-left: 10px;
  width: 40px;
  justify-content: center;
}

.flex.bottom .bottom-container .round-top.alert-container .alerts-wrapper .alert-wrapper .alert-name {
  justify-content: center;
}

.clickable.no-show {
  fill: transparent !important;
  stroke: transparent !important;
}

.clickable.no-show path {
  fill: transparent !important;
  stroke: transparent !important;
}

.clickable.unknown {
  fill: black !important;
  stroke: black !important;
}

.clickable.unknown path {
  fill: black !important;
  stroke: black !important;
}

.clickable.ko {
  fill: #D43B32 !important;
  stroke: #D43B32 !important;
}

.clickable.ko path {
  fill: #D43B32 !important;
  stroke: #D43B32 !important;
}

.clickable.ok {
  fill: #84BA5B !important;
  stroke: #84BA5B !important;
}

.clickable.ok path {
  fill: #84BA5B !important;
  stroke: #84BA5B !important;
}

.clickable.warn {
  fill: orange !important;
  stroke: orange !important;
}

.clickable.warn path {
  fill: orange !important;
  stroke: orange !important;
}

.devices-details-wrapper .ok {
  background-color: #84BA5B;
}

.devices-details-wrapper .ko {
  background-color: #D43B32;
}

.devices-details-wrapper .warn {
  background-color: orange;
}

.custom-fieldset {
  padding: 15px;
  margin-top: 10px;
}

.custom-legend {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 20px;
  width: auto;
}

.fieldset-border-blue {
  border: 1px solid #005270;
}

#blockModalLabel .ok {
  color: #84BA5B;
}

#blockModalLabel .ko {
  color: #D43B32;
}

#blockModalLabel .warn {
  color: orange;
}

/******** ELEMENTI NASCOSTI DALLA MAPPA PER ALLEGGERIRE *********/
#plus_pictos {
  display: none;
}

#divers {
  display: none;
}

#stades {
  display: none;
}

#navette {
  display: none;
}

#Z4ter {
  display: none;
}

#demis {
  display: none;
}

#Pictos #navettes {
  display: none;
}

#Pictos #picnic {
  display: none;
}

#Pictos #arvas {
  display: none;
}

#Pictos #info {
  display: none;
}

#Pictos #hotels {
  display: none;
}

#Pictos #luges {
  display: none;
}

#Pictos #orientation {
  display: none;
}

#Pictos #poi-health-09-01 {
  display: none;
}

/*# sourceMappingURL=app.css.map */
