@charset "UTF-8";
/*
iq-platform.less
gestione elementi interfaccia IQ
*/
/*
iq-platform.less
*/
@font-face {
  font-family: 'Source Sans Variable';
  font-weight: 200 900;
  font-style: normal;
  font-stretch: normal;
  src: url('../../fonts/source-sans-variable/SourceSansVariable-Roman.ttf.woff2') format('woff2'), url('../../fonts/source-sans-variable/SourceSansVariable-Roman.ttf.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Variable';
  font-weight: 200 900;
  font-style: italic;
  font-stretch: normal;
  src: url('../../fonts/source-sans-variable/SourceSansVariable-Italic.ttf.woff2') format('woff2'), url('../../fonts/source-sans-variable/SourceSansVariable-Italic.ttf.woff') format('woff');
}
/* muli-200 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 200;
  src: local('Muli ExtraLight'), local('Muli-ExtraLight'), url('../../fonts/muli/muli-v11-latin-200.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-200.woff') format('woff');
}
/* muli-300 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url('../../fonts/muli/muli-v11-latin-300.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-300.woff') format('woff');
}
/* muli-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'), url('../../fonts/muli/muli-v11-latin-regular.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-regular.woff') format('woff');
}
/* muli-italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: local('Muli Italic'), local('Muli-Italic'), url('../../fonts/muli/muli-v11-latin-italic.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-italic.woff') format('woff');
}
/* muli-600 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  src: local('Muli SemiBold'), local('Muli-SemiBold'), url('../../fonts/muli/muli-v11-latin-600.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-600.woff') format('woff');
}
/* muli-700 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: local('Muli Bold'), local('Muli-Bold'), url('../../fonts/muli/muli-v11-latin-700.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-700.woff') format('woff');
}
/* muli-700italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 700;
  src: local('Muli Bold Italic'), local('Muli-BoldItalic'), url('../../fonts/muli/muli-v11-latin-700italic.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-700italic.woff') format('woff');
}
/* muli-900 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  src: local('Muli Black'), local('Muli-Black'), url('../../fonts/muli/muli-v11-latin-900.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-900.woff') format('woff');
}
/* muli-900italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 900;
  src: local('Muli Black Italic'), local('Muli-BlackItalic'), url('../../fonts/muli/muli-v11-latin-900italic.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-900italic.woff') format('woff');
}
/* roboto-mono-regular - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Mono'), local('RobotoMono-Regular'), url('../../fonts/roboto-mono/roboto-mono-v7-latin-regular.woff2') format('woff2'), url('../../fonts/roboto-mono/roboto-mono-v7-latin-regular.woff') format('woff');
}
/* roboto-mono-700 - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url('../../fonts/roboto-mono/roboto-mono-v7-latin-700.woff2') format('woff2'), url('../../fonts/roboto-mono/roboto-mono-v7-latin-700.woff') format('woff');
}
.fontSans {
  font-family: "Muli", "Source Sans Variable", arial, helvetica, sans-serif;
}
.fontSerif {
  font-family: Georgia, Times, serif;
}
.fontMono {
  font-family: "Roboto Mono", Monospace;
}
.fontAlt {
  font-family: "Source Sans Variable", arial, helvetica, sans-serif;
}
.toolbarStrumenti {
  position: absolute;
  top: 48px;
  width: 70px;
  height: 100vh;
  bottom: 20px;
  background-color: #2D3035;
  color: #EEEEEE;
}
.toolbarStrumenti.sx {
  left: 0;
}
.toolbarStrumenti.dx {
  right: 0;
}
.toolbarStrumenti ul.strumenti li a {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  padding: 20px 0;
}
.toolbarStrumenti ul.strumenti li:hover {
  background-color: #34373D;
}
.toolbarStrumenti ul.strumenti li:hover a {
  color: #E65466;
}
.toolbarStrumenti ul.strumenti li a {
  color: #6A6C70;
}
ul.jqtree-tree {
  list-style: none outside;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
ul.jqtree-tree ul.jqtree_common {
  list-style: none outside;
  margin-left: 12px;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}
ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
  display: none;
}
ul.jqtree-tree li.jqtree_common {
  clear: both;
  list-style-type: none;
}
ul.jqtree-tree .jqtree-toggler {
  border-bottom: none;
  text-decoration: none;
  vertical-align: middle;
  min-width: 19px;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.6rem;
  font-weight: 700;
  color: #E65466;
  padding-top: 0px;
}
ul.jqtree-tree .jqtree-toggler:hover {
  color: #000;
  text-decoration: none;
}
ul.jqtree-tree .jqtree-toggler.jqtree-closed {
  background-position: 0 0;
}
ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
  margin-right: 0.5em;
}
ul.jqtree-tree .jqtree-toggler.jqtree-toggler-right {
  margin-left: 0.5em;
}
ul.jqtree-tree .jqtree-element {
  cursor: pointer;
  position: relative;
}
ul.jqtree-tree .jqtree-title {
  vertical-align: middle;
  margin-left: 0em;
  font-size: 1.3rem;
  color: #A5A7AB;
  font-weight: 400;
  text-shadow: none;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: calc(100% - 140px);
}
ul.jqtree-tree .jqtree-title.jqtree-title-folder {
  margin-left: 0;
}
ul.jqtree-tree li.jqtree-folder {
  margin-bottom: 4px;
}
ul.jqtree-tree li.jqtree-folder.jqtree-closed {
  margin-bottom: 1px;
}
ul.jqtree-tree li.jqtree-ghost {
  position: relative;
  z-index: 10;
  margin-right: 10px;
}
ul.jqtree-tree li.jqtree-ghost span {
  display: block;
}
ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
  border: solid 2px #0000ff;
  border-radius: 100px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: -4px;
  left: -6px;
  box-sizing: border-box;
}
ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
  background-color: #0000ff;
  height: 2px;
  padding: 0;
  position: absolute;
  top: -1px;
  left: 2px;
  width: 100%;
}
ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
  margin-left: 48px;
}
ul.jqtree-tree span.jqtree-border {
  position: absolute;
  display: block;
  left: -2px;
  top: 0;
  border: solid 2px #0000ff;
  border-radius: 6px;
  margin: 0;
  box-sizing: content-box;
}
ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
  background-color: #161a20;
  color: #FFF;
}
ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
  outline: dashed 1px #0000ff;
}
ul.jqtree-tree.jqtree-rtl {
  direction: rtl;
}
ul.jqtree-tree.jqtree-rtl ul.jqtree_common {
  margin-left: 0;
  margin-right: 12px;
}
ul.jqtree-tree.jqtree-rtl .jqtree-toggler {
  margin-left: 0.5em;
  margin-right: 0;
}
ul.jqtree-tree.jqtree-rtl .jqtree-title {
  margin-left: 0;
  margin-right: 1.5em;
}
ul.jqtree-tree.jqtree-rtl .jqtree-title.jqtree-title-folder {
  margin-right: 0;
}
ul.jqtree-tree.jqtree-rtl li.jqtree-ghost {
  margin-right: 0;
  margin-left: 10px;
}
ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-circle {
  right: -6px;
}
ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-line {
  right: 2px;
}
ul.jqtree-tree.jqtree-rtl li.jqtree-ghost.jqtree-inside {
  margin-left: 0;
  margin-right: 48px;
}
ul.jqtree-tree.jqtree-rtl span.jqtree-border {
  right: -2px;
}
span.jqtree-dragging {
  color: #fff;
  background: #000;
  opacity: 0.6;
  cursor: pointer;
  padding: 2px 8px;
}
ul.jqtree-tree .onOff {
  float: right;
  padding-top: 2px;
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.3rem;
  font-weight: 400;
  color: #A5A7AB;
}
ul.jqtree-tree .opt {
  float: right;
  padding-top: 2px;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.3rem;
  font-weight: 400;
  color: #A5A7AB;
}
.table-responsive {
  border: none;
}
.table > tbody > tr > td {
  vertical-align: middle;
  padding-left: 17px;
}
.table > tbody > tr > th {
  vertical-align: middle;
  padding-left: 17px;
}
.table.table-iq {
  background: #2D3035;
  font-family: "Muli", "Source Sans Variable", arial, helvetica, sans-serif;
  color: #A5A7AB;
}
.table.table-iq .small {
  font-size: 90%;
}
.table.table-iq > tbody > tr > td,
.table > tbody > tr > th,
.table.table-iq > tfoot > tr > td,
.table.table-iq > tfoot > tr > th,
.table.table-iq > thead > tr > td,
.table.table-iq > thead > tr > th {
  /* padding: 8px; */
  border-top: 1px solid #34373D;
}
table.table-iq.table-bordered > tbody > tr > th,
table.table-iq.table-bordered > tbody > tr > td {
  border: 1px solid #34373D;
}
.table-iq.table-striped > tbody > tr:nth-child(odd) > td,
.table-iq.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #282B2F;
}
.table.table-scheda tr td {
  border-top: 2px solid #FFF;
  font-size: 1.3rem;
}
.bg-nero .table-striped > tbody > tr:nth-child(odd) > td,
.bg-nero .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #4C5258;
}
.bg-nero table.table-bordered > tbody > tr > th,
.bg-nero table.table-bordered > tbody > tr > td {
  border: 1px solid #545A60;
}
.ol-control {
  margin-top: 60px;
}
.ol-control button {
  background-color: rgba(53, 56, 61, 0.8);
}
.ol-scale-line {
  background-color: rgba(53, 56, 61, 0.8);
  border-radius: 0px;
  bottom: 130px;
  left: 10px;
}
.ol-scale-line-inner {
  border: 1px solid #B3B5B9;
  border-top: none;
  text-align: center;
  font-size: 1.17rem;
  font-weight: 700;
  color: #C3C5C9;
  margin: 1px;
}
.map {
  width: 100%;
  height: 550px;
}
.map2h {
  height: 400px;
  width: 100%;
  background: #4c5258;
  margin-bottom: 10px;
}
.map2v {
  width: 100%;
  height: 100vh;
  background: #64C5B1;
}
.map2vr {
  height: calc(100vh - 140px);
  background: #64C5B1;
}
.mapFull {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mapFullFixed {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iqmap-full {
  position: fixed;
  margin: -20px -17px 0 -17px;
  overflow: hidden;
}
.iqmap-full .iqmap-full1 {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.iqmap-full .legenda {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 400px;
  height: 50px;
  background-color: #000;
  color: #FFF;
  line-height: 50px;
  z-index: 15;
}
.iqmap-full .legenda img {
  max-height: 130px;
}
.iq-gis-map {
  position: fixed;
  margin: -20px -17px 0 -17px;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#iq-gis-info-tooltip {
  position: absolute;
  height: 1px;
  width: 1px;
  z-index: 100;
}
.ol-popup {
  position: absolute;
  background-color: #22252A;
  box-shadow: 0 4px 30px #171717;
  padding: 0;
  border-radius: 4px;
  bottom: 17px;
  left: -50px;
  min-width: 280px;
  color: #BABDC3;
  z-index: 101;
}
.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: #22252A;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #22252A;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  top: 0px;
  text-align: right;
  padding-right: 9px;
}
.ol-popup-closer:hover {
  text-decoration: none;
  color: #BABDC3;
}
.ol-popup-closer:hover:after {
  text-decoration: none;
  color: #BABDC3;
}
.ol-popup-closer:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  font-weight: 700;
  color: #E65466;
}
.ol-popup p {
  margin: 3px 0;
}
.ol-popup a:not(.btn) {
  color: #7FCCC4 !important;
}
.ol-popup-header {
  background-color: #22252A;
  padding: 3px 0;
}
.ol-popup-content {
  padding: 12px;
}
/* tooltip principale */
.tooltip {
  z-index: 500;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #35383D;
}
.tooltip-inner {
  max-width: 240px;
  padding: 6px 10px;
  color: #E9E9E9;
  text-align: center;
  background-color: #22252A;
  border-radius: 2px;
  font-size: 1.3rem;
}
.tooltip .assoluto-top {
  position: absolute;
  overflow: hidden;
  left: 10px;
  right: 10px;
  top: 10px;
  padding: 2px 2px;
  font-family: "Roboto Condensed", arial, helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  background-color: #22252A;
}
.tooltip .assoluto-bot {
  position: absolute;
  width: 50px;
  max-width: 50px;
  overflow: hidden;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  padding: 2px 2px;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  background-color: #E65466;
}
/* tooltip misure */
.tooltip-misurazioni {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}
.tooltip-measure {
  opacity: 1;
  font-size: 1.1rem;
  font-weight: 700;
}
.tooltip-static {
  font-size: 1.2rem;
  background-color: #FFCC33;
  color: #000;
  border: 1px solid #FFF;
}
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.tooltip-static:before {
  border-top-color: #FFCC33;
}
/* --------------------------------
 cd accordion
 -------------------------------- */
.pannello {
  margin-top: 0;
  width: 100%;
  background: transparent;
  margin: 0 auto;
  border: none;
}
.cd-accordion-menu {
  width: 100%;
  height: 100%;
}
.gis-accordion ol,
.gis-accordion ul,
.gis-accordion fieldset,
.gis-accordion label {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  text-transform: none;
}
.gis-accordion ol,
.gis-accordion ul {
  list-style: none;
}
.drawer {
  padding-bottom: 30px;
  z-index: 501;
}
.drawer-inverse .drawer-contents,
.drawer-controls {
  background-color: #2D3035;
}
.drawer-controls {
  height: 47px;
  padding: 8px 0 0 0;
  border-bottom: 1px solid #34373D;
}
#drawerToolbarDx.drawer {
  width: 20px;
  top: 47px;
  padding-bottom: 0;
  z-index: 500;
}
#drawerToolbarDx ul.toolbarDX li a {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  padding: 20px 0;
}
#drawerToolbarDx ul.toolbarDX li:hover {
  background-color: #34373D;
}
#drawerToolbarDx ul.toolbarDX li:hover a {
  color: #E65466;
}
#drawerToolbarDx ul.toolbarDX li a {
  color: #6A6C70;
}
#drawerToolbarDx.dw-lg-1 {
  width: 70px;
}
.dw-lg-toolbar {
  width: 70px;
}
.fold.dw-lg-toolbar {
  margin-left: -70px;
}
.drawer-right.fold.dw-lg-toolbar {
  margin-right: 0px;
}
#drawerDev.drawer {
  top: 0;
  padding-bottom: 0;
}
#drawerDev.drawer .overlay {
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000070;
  z-index: 4900;
}
#drawerDev.drawer .folding {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
#drawerDev.drawer-inverse .drawer-contents,
#drawerDev.drawer-controls {
  background-color: #22252A;
}
#drawerDev.drawer-controls {
  border-bottom: none;
}
.drawer-controls a {
  color: #E65466;
  text-decoration: none;
}
.drawer-controls a:hover {
  color: #FFF;
  text-decoration: none;
}
/* --------------------------------
 cd accordion
 -------------------------------- */
.pannello {
  margin-top: 0;
  width: 100%;
  background: transparent;
  margin: 0 auto;
  border: none;
}
.cd-accordion-menu {
  width: 100%;
  height: 100%;
}
.gis-accordion ol,
.gis-accordion ul,
.gis-accordion fieldset,
.gis-accordion label {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  text-transform: none;
}
.gis-accordion ol,
.gis-accordion ul {
  list-style: none;
}
.cd-accordion-menu ul {
  display: none;
  overflow-y: hidden;
}
.cd-accordion-menu.ricerca ul {
  display: block;
  max-height: auto;
}
.cd-accordion-menu ul:hover {
  overflow-y: scroll;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu input[type=radio] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu .checkbox-grp input[type=checkbox] {
  /* hide native checkbox */
  position: relative;
  top: 0px;
  left: 5px;
  opacity: 1;
}
.cd-accordion-menu label,
.cd-accordion-menu a {
  position: relative;
  display: block;
  background: #22252A;
  color: #A5A7AB;
  font-family: "Muli", "Source Sans Variable", arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  border-radius: 2px;
  margin-bottom: 1px;
}
.cd-accordion-menu label.rendering {
  display: inline-block;
  width: 90%;
  font-size: 1.35rem;
  color: #BABDC3;
}
.cd-accordion-menu .icone-acc {
  display: inline-block;
  width: 10%;
}
.no-touch .cd-accordion-menu label:hover,
.no-touch .cd-accordion-menu a:hover {
  background: #52565D;
}
.cd-accordion-menu label::before,
.cd-accordion-menu label::after,
.cd-accordion-menu a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before {
  position: absolute;
  top: 15px;
  left: 18px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.9rem;
  line-height: 1;
  color: #FFF;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  position: absolute;
  top: 16px;
  left: 41px;
  content: "\f07b";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  color: #E65466;
}
.cd-accordion-menu .rendering label::before,
.cd-accordion-menu .rendering label::after {
  background-image: none;
  position: absolute;
  top: 18px;
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.35rem;
  font-weight: 400;
  color: #A5A7AB;
}
.cd-accordion-menu .rendering label::before {
  display: none;
}
.cd-accordion-menu .rendering input[type=checkbox]:checked + label::after {
  content: "\f058";
  color: #FFF;
}
.cd-accordion-menu .rendering input[type=radio]:checked + label::after {
  color: #FFF;
  content: "\f058";
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  content: "\f07c";
  color: #E65466;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: transparent;
  box-shadow: none;
  padding-left: 82px;
}
.no-touch .cd-accordion-menu ul label:hover,
.no-touch .cd-accordion-menu ul a:hover {
  background: #3C3F45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu > li:last-of-type {
  padding-bottom: 20px;
}
@media only screen and (min-width: 300px) {
  .cd-accordion-menu label,
  .cd-accordion-menu a {
    padding: 4px 12px 4px 46px;
    font-size: 1.4rem;
  }
  .cd-accordion-menu label::before {
    left: 12px;
    display: none;
  }
  .cd-accordion-menu label::after {
    left: 19px;
  }
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    padding-left: 56px;
  }
  .cd-accordion-menu ul label::before {
    display: none;
    left: 32px;
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 30px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 68px;
  }
  .cd-accordion-menu ul ul label::before {
    display: none;
    left: 52px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 42px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 80px;
  }
  .cd-accordion-menu ul ul ul label::before {
    display: none;
    left: 72px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 54px;
  }
  .cd-accordion-menu ul ul ul ul label,
  .cd-accordion-menu ul ul ul ul a {
    padding-left: 92px;
  }
  .cd-accordion-menu ul ul ul ul label::before {
    display: none;
    left: 92px;
  }
  .cd-accordion-menu ul ul ul ul label::after,
  .cd-accordion-menu ul ul ul ul a::after {
    left: 66px;
  }
  .cd-accordion-menu ul ul ul ul ul label,
  .cd-accordion-menu ul ul ul ul ul a {
    padding-left: 104px;
  }
  .cd-accordion-menu ul ul ul ul ul label::before {
    display: none;
    left: 112px;
  }
  .cd-accordion-menu ul ul ul ul ul label::after,
  .cd-accordion-menu ul ul ul ul ul a::after {
    left: 78px;
  }
  .cd-accordion-menu ul ul ul ul ul ul label,
  .cd-accordion-menu ul ul ul ul ul ul a {
    padding-left: 116px;
  }
  .cd-accordion-menu ul ul ul ul ul ul label::before {
    left: 132px;
  }
  .cd-accordion-menu ul ul ul ul ul ul label::after,
  .cd-accordion-menu ul ul ul ul ul ul a::after {
    left: 90px;
  }
  .cd-accordion-menu ul ul ul ul ul ul ul label,
  .cd-accordion-menu ul ul ul ul ul ul ul a {
    padding-left: 128px;
  }
  .cd-accordion-menu ul ul ul ul ul ul ul label::before {
    left: 152px;
  }
  .cd-accordion-menu ul ul ul ul ul ul ul label::after,
  .cd-accordion-menu ul ul ul ul ul ul ul a::after {
    left: 102px;
  }
}
.cd-accordion-menu.animated label::before {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.tooltip.tecnoArt {
  margin-left: -60px;
  padding: 0 5px;
}
.sliderOpacita {
  float: right;
  max-width: 45px;
}
.sliderAccuratezza {
  float: right;
  margin-top: 3px;
  max-width: 100px;
}
.range {
  display: inline-block;
}
input[type=range] {
  -webkit-appearance: none;
  position: relative;
  top: 3px;
  width: 100%;
  background: transparent;
}
input[type=range]::-webkit-slider-runnable-track {
  margin-top: 7px;
  height: 2px;
  border: none;
  border-radius: 0;
  background: #4C5258;
  border-top: 1px solid #171717;
}
input[type=range]::-moz-range-track {
  height: 1px;
  border: none;
  border-radius: 0;
  background: #4C5258;
  border-top: 1px solid #171717;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #E65466;
  border: 2px solid #E65466;
  margin-top: -5px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #E65466;
  margin-top: -6px;
  cursor: pointer;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:disabled::-moz-range-thumb {
  background: #AAA;
}
input[type=range]:disabled::-webkit-slider-thumb {
  background: #AAA;
  border-color: #AAA;
}
#drawerIQ .drawer-contents {
  overflow-y: hidden;
}
.thumb-pegasus-128 {
  height: 128px !important;
  width: 128px !important;
}
.thumb-pegasus-150 {
  height: 150px !important;
  width: 150px !important;
}
#btn-p360-nuvola {
  position: absolute;
  top: 10px;
  right: 100px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.75);
  border-color: #131E26;
  color: #F9F9F9;
}
#btn-p360-foto {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.75);
  border-color: #131E26;
  color: #F9F9F9;
}
.panel-dark {
  border-color: #2D3035;
  border-radius: 0;
  background-color: #22252A;
}
.panel-dark > .panel-heading {
  color: #F9F9F9;
  background-color: #2D3035;
  border-color: #2D3035;
}
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2D3035;
}
.panel-dark > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2D3035;
}
.panel-dark > .panel-heading a {
  color: #95979B;
}
.panel-heading a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
}
.panel-heading a[aria-expanded=true]::after {
  transform: rotate(-180deg);
  top: 5px;
}

#nira {
    height: calc(100vh - 127px);
    width: 100%;
}

.map2v3dtiles {
  width: 100%;
  height: calc(100vh - 127px);
  background: #64C5B1;
}

.ol-attribution {
    display: none !important;
}
