/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=1023a31e&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/

.paginaDettaglio {
  background: whitesmoke;
  /* height: 100%; */
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
  /* overflow: auto; */
}
.pointer {
  cursor: pointer;
}
.errorModal {
  color: red;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}
.titoloModal {
  display: flex;
  font-size: 20px;
  text-align: center;
  background: #aca9a9;
  color: white;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.cellModal {
  display: flex;
  margin: 5px;
  text-align: left;
}
.labelModal {
  padding: 5px;
  border: 1px solid lightgray;
  min-width: 200px;
  width: 25%;
  font-size: large;
}
.valueModal {
  width: 75%;
  padding: 5px;
  border: 1px solid lightgray;
  word-wrap: break-word;
  min-width: 200px;
  background: white;
}
.valueModal input {
  font-size: large;
}
.valueModal select {
  font-size: large;
}
.valueModal textarea {
  font-size: large;
}
.inputModal {
  height: 100%;
  border: 0;
}
.noValueModal {
  font-size: 16px;
  text-align: center;
  font-style: italic;
  color: black;
  padding: 10px;
}
@media (max-width: 900px) {
#userinfo {
    display: none;
}
#copywrite {
    display: none;
}
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/userInfoComponent.vue?vue&type=style&index=0&id=0a05ff98&scoped=true&lang=css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.userInfoContainer[data-v-0a05ff98] {
  position: absolute;  
  right: 40px;
  top:10px;
  width: 350px;
}
.userInfoContainer .userInfo[data-v-0a05ff98] {
  margin-right: 20px;
  display: flex;
}
.userInfoContainer .userImage[data-v-0a05ff98] {
  margin-right: 20px;
  margin-top: 7px;
}
.userInfoContainer .userLoggedIn[data-v-0a05ff98] {
  margin-right: 20px;
  margin-top: 2px;
}
.logout[data-v-0a05ff98] {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: whitesmoke;
  width: 150px;
  border: 0;
  color: black;
  font-size: 14px;
  transition: all 0.3 ease;
  cursor: pointer;
}
.logout[data-v-0a05ff98]:hover,
.logout[data-v-0a05ff98]:active,
.logout[data-v-0a05ff98]:focus {
  background: lightgrey;
  color: gray
}
.logout[data-v-0a05ff98]:hover {
  background: rgb(150, 148, 148);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/headerComponent.vue?vue&type=style&index=0&id=d855ed28&scoped=true&lang=css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.center-image[data-v-d855ed28] {
  position: absolute;
  top:10px;
  left: 50%;
}
.left-image[data-v-d855ed28] {
  position: absolute;
  top:10px;
  left: 10px;
} 

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/loginComponent.vue?vue&type=style&index=0&id=5f310f7a&scoped=true&lang=css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.login-page[data-v-5f310f7a] {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form[data-v-5f310f7a] {
  position: relative;
  z-index: 1;
  background: #ffffff;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.label[data-v-5f310f7a] {
  font-family: "Roboto", sans-serif;
  background: white;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  color: gray;
}
.form input[data-v-5f310f7a] {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: white;
  width: 100%;
  margin-bottom: 5px;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid lightgray;
  border-radius: 3px;
  font-size: 14px;
}
.form button[data-v-5f310f7a] {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: whitesmoke;
  width: 100%;
  border: 0;
  margin-top: 10px;
  padding: 15px;
  color: black;
  font-size: 14px;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button[data-v-5f310f7a]:hover,
.form button[data-v-5f310f7a]:active,
.form button[data-v-5f310f7a]:focus {
  background: lightgrey;
  color: white;
}
.error[data-v-5f310f7a] {
  color: red;
  margin-bottom: 5px;
  font-size: 0.7em;
  font-weight: bold;
  text-align: left;
}
.errorform[data-v-5f310f7a] {
  background: red;
  color: white;
  margin-top: 10px;
  padding: 10px;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}
.credential[data-v-5f310f7a] {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-top: 22px;
  margin-bottom: 22px;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/login.vue?vue&type=style&index=0&id=6022e3c3&scoped=true&lang=css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.login-center[data-v-6022e3c3] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -275px 0 0 -175px;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/menuComponent.vue?vue&type=style&index=0&id=3f36e631&lang=css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.contextMenu {
  position: relative;
  top: 1px;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 999;
}
.menu .menuItem {
  padding: 5px;
  margin-left: 9px;
  font-size: 16px;
  max-width: 220px;
  min-width: 220px;
  width: 220px;
  vertical-align: middle;
}
.menu .menuItem .menuText {
  border-radius: 5px;
  cursor: pointer;
  color: white;
}
.menu .menuItem .menuText:hover {
  background: lightgrey;
}
.menu .selected {
  background: rgb(175, 173, 173);
  color: white;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/impiantoComponent.vue?vue&type=style&index=0&id=5deb2828&lang=css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.impianto {
  margin-top: 1em;
  margin-bottom: 1em;
}
.impianto .titolo {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.impianto .sottoTitolo {
  text-align: center;
  font-size: 21px;
  margin: 10px 0 10px 0;
}
.impianto .denominazione {
  text-align: center;
  font-size: 20px;
  margin: 10px 0 10px 0;
}
.impianto .indirizzo {
  text-align: center;
  font-size: 18px;
  margin: 10px 0 10px 0;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/main.vue?vue&type=style&index=0&id=def88d1c&lang=css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: whitesmoke;
  position: relative;
  padding-bottom: 58px;
  min-height: 100vh;
}
header {
  text-align: center;
  background-color: white;
  color: black;
  padding: 20px;
  height: 60px;
}
main {
  width: 100vw;
  margin: 0 auto;
  padding: 5px 5px;
}
.mainMenu {
  float: left;
  cursor: pointer;
}
footer {
  text-align: center;
  background-color: white;
  color: black;
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* position: fixed;
    z-index: 1; */
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/caminiComponent.vue?vue&type=style&index=0&id=7313c113&scoped=true&lang=css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.camini[data-v-7313c113] {
  display: flex;
  background: whitesmoke;
}
.camini .detail[data-v-7313c113] {
  background: whitesmoke;
  border-radius: 5px;
  max-width: 180px;
  text-align: center;
  margin-left: 5px;
  margin-top: 7px;
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid lightgrey;
  cursor: pointer;
}
.camini .detail[data-v-7313c113]:hover {
  background: lightgray;
}
.camini .selected[data-v-7313c113] {
  background: rgb(175, 173, 173);
  color: white;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/info/infoCamino.vue?vue&type=style&index=0&id=2dbddb14&scoped=true&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.error[data-v-2dbddb14] {
  color: red;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}
.titolo[data-v-2dbddb14] {
  display: flex;
  font-size: 20px;
  text-align: center;
  background: #aca9a9;
  color: white;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.cell[data-v-2dbddb14] {
  display: flex;
  margin: 5px;
}
.label[data-v-2dbddb14] {
  padding: 5px;
  border: 1px solid lightgray;
  min-width: 200px;
  width: 25%;
}
.value[data-v-2dbddb14] {
  width: 75%;
  padding: 5px;
  border: 1px solid lightgray;
  word-wrap: break-word;
  min-width: 200px;
  background: white;
}
input[data-v-2dbddb14] {
  height: 100%;
  border: 0;
}
.noValue[data-v-2dbddb14] {
  font-size: 16px;
  text-align: center;
  font-style: italic;
  color: black;
  padding: 10px;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/pages/pageInfoCamino.vue?vue&type=style&index=0&id=40ab0782&scoped=true&lang=css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.pageCamino[data-v-40ab0782] {
  background: whitesmoke;
  border: 1px solid lightgray;
  height: 97%;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
}
.pageDettaglioCamino[data-v-40ab0782] {
  height: 90%;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/sintesiLegenda.vue?vue&type=style&index=0&id=54cb5d5f&scoped=true&lang=css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.bold[data-v-54cb5d5f] {
  font-weight: bold;
}
.border[data-v-54cb5d5f] {
  border: 1px solid black;
}
.m1[data-v-54cb5d5f] {
  margin-top: 5px;
}
.p1[data-v-54cb5d5f] {
  padding: 10px;
}
.green[data-v-54cb5d5f] {
  background-color: rgb(37, 216, 37);
}
.red[data-v-54cb5d5f] {
  background-color: red;
}
.yellow[data-v-54cb5d5f] {
  background-color: yellow;
}
.grey[data-v-54cb5d5f] {
  background-color: lightgrey;
}
.whitesmoke[data-v-54cb5d5f] {
  background-color: whitesmoke;
}
.azure[data-v-54cb5d5f] {
  background-color: blue
}
.white[data-v-54cb5d5f] {
  background-color: white
}
.circle[data-v-54cb5d5f] {
  border-radius: 50%;
  border: 1px solid lightgray;
  height: 20px;
  width: 20px;
  margin-left: 23px;
  margin-right: 23px;
}
.circleblack[data-v-54cb5d5f] {
  border-radius: 50%;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  margin-left: 23px;
  margin-right: 23px;
}
.circlewhitesmoke[data-v-54cb5d5f] {
  border-radius: 50%;
  border: 1px solid whitesmoke;
  height: 20px;
  width: 20px;
  margin-left: 23px;
  margin-right: 23px;
}
.textcolorGray[data-v-54cb5d5f] {
  color: rgb(116, 114, 114);
}
.w1[data-v-54cb5d5f] {
  width: 400px;
}
.w2[data-v-54cb5d5f] {
  width: 800px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/report/sintesiGiornaliera.vue?vue&type=style&index=0&id=6fd9d42a&scoped=true&lang=css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.normal[data-v-6fd9d42a] {
  cursor: pointer;
  font-style: normal;
  color: black;
  text-decoration: none;
}
.pointer[data-v-6fd9d42a] {
  cursor: pointer;
  font-style: italic;
  color: blue;
  text-decoration: underline;
}
.green[data-v-6fd9d42a] {
  background-color: rgb(37, 216, 37);
}
.red[data-v-6fd9d42a] {
  background-color: red;
}
.yellow[data-v-6fd9d42a] {
  background-color: yellow;
}
.grey[data-v-6fd9d42a] {
  background-color: lightgrey;
}
.azure[data-v-6fd9d42a] {
  background-color: blue
}
.white[data-v-6fd9d42a] {
  background-color: white
}
.circle[data-v-6fd9d42a] {
  border-radius: 50%;
  border: 1px solid lightgray;
  height: 20px;
  width: 20px;
  margin-left: 60px;
}
.circlegrey[data-v-6fd9d42a] {
  border-radius: 50%;
  border: 1px solid grey;
  height: 20px;
  width: 20px;
  margin-left: 60px;
}
.sintesiGG[data-v-6fd9d42a] {
  margin-top: 40px;
  margin-left: 30px;
}
.header[data-v-6fd9d42a] {
  width: 190px;
  min-height: 50px;
  /* border: 1px solid lightgrey; */
  padding: 10px;
}
.cell[data-v-6fd9d42a] {
  width: 190px;
  border: 1px solid lightgrey;
  padding: 5px;
  background: white;
  font-size: 14px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/report/reportBase.vue?vue&type=style&index=0&id=05c63c19&scoped=true&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.export[data-v-05c63c19] {
  margin-right: 10px;
  border-radius: 5px;
  width: 10em;
  background-color: rgb(241, 241, 241);
  border: 1px solid rgb(168, 166, 166);
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  top: -10px;
  position: relative;
}
.exportDisabled[data-v-05c63c19] {
  margin-right: 10px;
  border-radius: 5px;
  width: 10em;
  background-color: rgb(241, 241, 241);
  border: 1px solid rgb(168, 166, 166);
  padding: 5px;
  margin-bottom: 10px;
  top: -10px;
  position: relative;
  color: gray;
}
.export[data-v-05c63c19]:hover {
  background-color: rgb(190, 187, 187);
  color: white;
}
.configurazionenontrovata[data-v-05c63c19] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-style: italic;
  color: grey;
  background-color: beige;
}
.rowTitle[data-v-05c63c19] {
  height: 30px;
  padding-top: 5px;
}
.cell[data-v-05c63c19] {
  width: 140px;
  min-width: 140px;
  text-align: center;
  overflow-wrap: break-word;
}
.cellw[data-v-05c63c19] {
  background-color: white;
}
.cell1[data-v-05c63c19] {
  width: 130px;
  min-width: 130px;
  text-align: center;
  overflow-wrap: break-word;
}
.cell2[data-v-05c63c19] {
  width: 300px;
  min-width: 300px;
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
  overflow-wrap: break-word;
}
.cell3[data-v-05c63c19] {
  width: 170px;
  min-width: 170px;
  text-align: center;
  overflow-wrap: break-word;
}
.cellD[data-v-05c63c19] {
  width: 85px;
}
.titoloParametro[data-v-05c63c19] {
  background-color: blue;
  color: white;
  text-align: center;
  padding: 5px;
}
.titoloParametro1[data-v-05c63c19] {
  color: black;
  text-align: center;
  padding: 5px;
}
.titoloParametro2[data-v-05c63c19] {
  color: black;
  text-align: center;
  padding: 5px;
}
.descrizione[data-v-05c63c19] {
  background-color: azure;
}

/* .f11 {
  font-size: 12px;
}
.f9 {
  font-size: 14px;
} */
.bold[data-v-05c63c19] {
  font-weight: bold;
}
.border[data-v-05c63c19] {
  border-right: 1px lightgrey solid;
}
.allborder[data-v-05c63c19] {
  border: 1px lightgray solid;
}
.noData[data-v-05c63c19] {
  text-align: center;
  font-style: italic;
  margin-top: 40px;
  font-size: small;
  font-weight: bold;
  color: darkblue;
}
.toolTip[data-v-05c63c19] {
  cursor: pointer;
  margin-left: 38px;
  margin-top: 2px;
}

/* ----- */
.tab[data-v-05c63c19] {
  width: 100%;
  height: 55px;
  border: 1px lightgray solid;
  display: flex;
  flex-direction: row;
}
.tabitem[data-v-05c63c19] {
  width: 250px;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 2px;
  padding: 7px;
  font-size: small;
  border: 1px lightgray solid;
  text-align: center;
  font-style: italic;
  color: darkblue;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tabitem[data-v-05c63c19]:hover {
  background-color: rgb(237, 235, 235);
  cursor: pointer;
}
.tabitemselected[data-v-05c63c19] {
  background-color: lightgray;
  border-color: blue;
}
.data[data-v-05c63c19] {
  /* width: 100%;
  margin-top: 5px;
  height: 525px; */
  border: 1px rgb(217, 217, 219) solid;
  font-size: small;
  overflow: auto;
  padding: 3px;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/report/sintesiMensile.vue?vue&type=style&index=0&id=05fe9fbd&scoped=true&lang=css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.normal[data-v-05fe9fbd] {
  cursor: pointer;
  font-style: normal;
  color: black;
  text-decoration: none;
}
.pointer[data-v-05fe9fbd] {
  cursor: pointer;
  font-style: italic;
  color: blue;
  text-decoration: underline;
}
.green[data-v-05fe9fbd] {
  background-color: rgb(37, 216, 37);
}
.red[data-v-05fe9fbd] {
  background-color: red;
}
.yellow[data-v-05fe9fbd] {
  background-color: yellow;
}
.grey[data-v-05fe9fbd] {
  background-color: lightgrey;
}
.azure[data-v-05fe9fbd] {
  background-color: blue
}
.circle[data-v-05fe9fbd] {
  border-radius: 50%;
  border: 1px solid lightgray;
  height: 20px;
  width: 20px;
  margin-left: 60px;
}
.sintesiMM[data-v-05fe9fbd] {
  margin-top: 40px;
  margin-left: 30px;
}
.header[data-v-05fe9fbd] {
  width: 190px;
  min-height: 50px;
  /* border: 1px solid lightgrey; */
  padding: 10px;
}
.cell[data-v-05fe9fbd] {
  width: 190px;
  border: 1px solid lightgrey;
  padding: 5px;
  background: white;
  font-size: 14px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/filterComponent.vue?vue&type=style&index=0&id=f4597d06&scoped=true&lang=css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.boxFilter[data-v-f4597d06] {
  width: 100%;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fieldStyle[data-v-f4597d06] {
  margin-left: 15px !important;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/pages/pageReportDatiTempoReale.vue?vue&type=style&index=0&id=6e4a49b2&scoped=true&lang=css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.export[data-v-6e4a49b2] {
  margin-right: 10px;
  border-radius: 5px;
  width: 10em;
  background-color: rgb(241, 241, 241);
  border: 1px solid rgb(168, 166, 166);
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  top: -10px;
  position: relative;
}
.pdf-container[data-v-6e4a49b2] {
  height: 35em; /* Imposta l'altezza desiderata */
  overflow-y: auto; /* Aggiungi la scrollbar verticale */
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/pages/pageSintesi.vue?vue&type=style&index=0&id=5ad3a284&scoped=true&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.sintesiArea[data-v-5ad3a284] {
  width: 98%;
  margin: 10px;
  height: 90%;
  border: 1px solid blue;
}
.row[data-v-5ad3a284]:hover {
  background-color: lightgray;
}
.titoloColonna[data-v-5ad3a284] {
  width: 350px;
  padding: 5px;
  background-color: lightgray;
  color: black;
  height: 2em;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
.titoloColonna1[data-v-5ad3a284] {
  width: 100px;
  padding: 5px;
  background-color: lightgray;
  color: black;
  height: 2em;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
.valoreColonna[data-v-5ad3a284] {
  width: 350px;
  padding: 5px;
  color: black;
  height: 2em;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
.valoreColonna1[data-v-5ad3a284] {
  width: 100px;
  padding: 5px;
  color: black;
  height: 2em;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/pages/pageCamini.vue?vue&type=style&index=0&id=5bccaf2c&scoped=true&lang=css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.center[data-v-5bccaf2c] {
  position: relative;
  width: 500px;
  height: 200px;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -150px;
  background: red;
  text-align: center;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/info/infoImpianto.vue?vue&type=style&index=0&id=4a846ccb&scoped=true&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.error[data-v-4a846ccb] {
  color: red;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}
.titolo[data-v-4a846ccb] {
  display: flex;
  font-size: 20px;
  text-align: center;
  background: #aca9a9;
  color: white;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.cell[data-v-4a846ccb] {
  display: flex;
  margin: 5px;
}
.label[data-v-4a846ccb] {
  padding: 10px;
  border: 1px solid lightgray;
  min-width: 200px;
  width: 25%;
}
.value[data-v-4a846ccb] {
  width: 75%;
  padding: 10px;
  border: 1px solid lightgray;
  word-wrap: break-word;
  min-width: 200px;
  background: white;
}
input[data-v-4a846ccb] {
  height: 100%;
  border: 0;
}
.noValue[data-v-4a846ccb] {
  font-size: 16px;
  text-align: center;
  font-style: italic;
  color: black;
  padding: 10px;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/dialogs/editReport.vue?vue&type=style&index=0&id=675e0c74&scoped=true&lang=css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.pointer[data-v-675e0c74] {
  cursor: pointer;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/pages/pageReportConfiguration.vue?vue&type=style&index=0&id=50875352&scoped=true&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.notfound[data-v-50875352] {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: red;
}
.label[data-v-50875352] {
  padding: 10px;
  border: 1px solid lightgray;
  min-width: 100px;
  width: 15%;
}
.value[data-v-50875352] {
  width: 25%;
  padding: 10px;
  border: 1px solid lightgray;
  word-wrap: break-word;
  min-width: 350px;
  background: white;
}
.select[data-v-50875352] {
  width: 300px;
  font-size: 16px;
  margin-right: 10px;
}
.titoloColonne[data-v-50875352] {
  width: 100%;
  min-width: 350px;
  background-color: lightgray;
  color: black;
  height: 30px;
  padding: 5px;
  text-align: center;
}
.titolovaloreColonne[data-v-50875352] {
  width: 30px;
  min-width: 350px;
  color: black;
  height: 30px;
  padding: 5px;
}
.titolovaloreColonnesmall[data-v-50875352] {
  width: 30px;
  min-width: 250px;
  color: black;
  height: 30px;
  padding: 5px;
}
.titolovaloreColonneextra[data-v-50875352] {
  width: 30px;
  min-width: 250px;
  width: 750px;
  color: black;
  height: 30px;
  padding: 5px;
}
.valoreColonne[data-v-50875352] {
  width: 30px;
  min-width: 350px;
  color: black;
  padding: 5px;
  border: 1px solid gray;
  font-style: italic;
  word-break: break-all;
}
.valoreColonnesmall[data-v-50875352] {
  width: 30px;
  min-width: 250px;
  color: black;
  padding: 5px;
  border: 1px solid gray;
  font-style: italic;
  word-break: break-all;
}
.valoreColonneextra[data-v-50875352] {
  width: 30px;
  min-width: 250px;
  width: 750px;
  color: black;
  padding: 5px;
  border: 1px solid gray;
  font-style: italic;
  word-break: break-all;
}
.valoreColonne[data-v-50875352]:hover {
  background-color: rgb(235, 235, 235);
}
.valoreColonneSummary[data-v-50875352] {
  width: 30px;
  min-width: 220px;
  color: black;
  word-break: break-all;
  padding: 5px;
  border: 1px solid gray;
  font-style: italic;
}
.valoreDetailSummary[data-v-50875352] {
  width: 30px;
  min-width: 220px;
  color: black;
  padding: 5px;
  border: 1px solid gray;
  font-style: italic;
  word-break: break-all;
}
.valoreColonneSummary[data-v-50875352]:hover {
  background-color: rgb(235, 235, 235);
}
.valoreDetailSummary[data-v-50875352]:hover {
  background-color: rgb(235, 235, 235);
}
.selectedColumn[data-v-50875352] {
  background-color: rgb(235, 235, 235) !important;
}
.selectedDetailColumn[data-v-50875352] {
  background-color: rgb(235, 235, 235) !important;
}
.reportButton[data-v-50875352] {
  font-family: "Roboto", sans-serif;
  background: whitesmoke;
  color: black;
  font-size: 13px;
  transition: all 0.3 ease;
  width: 30%;
  outline: 0;
}
.button[data-v-50875352] {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  background: whitesmoke;
  color: black;
  border: 1px solid darkgray;
  font-size: 13px;
  transition: all 0.3 ease;
  cursor: pointer;
  outline: 0;
  width: 140px;
  height: 35px;
  border-radius: 10px;
}
.button[data-v-50875352]:hover,
.button[data-v-50875352]:active,
.button[data-v-50875352]:focus {
  background: gray;
  color: white;
}
.button[data-v-50875352]:disabled {
  background: whitesmoke;
  color: lightgray;
}
.buttonlink[data-v-50875352] {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  background: whitesmoke;
  color: blue;
  border: 1px solid darkgray;
  font-size: 13px;
  transition: all 0.3 ease;
  cursor: pointer;
  outline: 0;
  text-decoration: underline;
}
.grey[data-v-50875352] {
  background-color: lightgrey;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/info/infoLimiti.vue?vue&type=style&index=0&id=9c63a5aa&scoped=true&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.cell[data-v-9c63a5aa] {
  width: 250px;
  min-width: 200px;
  /* height: 30px; */
  text-align: center;
  padding-top: 5px;
  background: white;
}
.cellRow[data-v-9c63a5aa] {
  width: 350px;
  min-width: 200px;
  /* height: 30px; */
  /* text-align: center; */
  padding-top: 5px;
  background: white;
}
.titoloParametro[data-v-9c63a5aa] {
  background-color: lightgreen;
  color: black;
  text-align: center;
}
.descrizione[data-v-9c63a5aa] {
  background-color: azure;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/pages/pageConfLimiti.vue?vue&type=style&index=0&id=28c068b8&scoped=true&lang=css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.notfound[data-v-28c068b8] {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: red;
}
.label[data-v-28c068b8] {
  padding: 10px;
  border: 1px solid lightgray;
  min-width: 100px;
  width: 15%;
}
.value[data-v-28c068b8] {
  width: 25%;
  padding: 10px;
  border: 1px solid lightgray;
  word-wrap: break-word;
  min-width: 350px;
  background: white;
}
.select[data-v-28c068b8] {
  width: 300px;
  font-size: 16px;
  margin-right: 10px;
}
.titoloColonne[data-v-28c068b8] {
  width: 100%;
  min-width: 350px;
  background-color: lightgray;
  color: black;
  height: 30px;
  padding: 5px;
  text-align: center;
}
.titolovaloreColonne[data-v-28c068b8] {
  width: 30px;
  min-width: 350px;
  color: black;
  height: 30px;
  padding: 5px;
}
.titolovaloreColonnesmall[data-v-28c068b8] {
  width: 30px;
  min-width: 250px;
  color: black;
  height: 30px;
  padding: 5px;
}
.titolovaloreColonneextra[data-v-28c068b8] {
  width: 30px;
  min-width: 250px;
  width: 750px;
  color: black;
  height: 30px;
  padding: 5px;
}
.valoreColonne[data-v-28c068b8] {
  width: 30px;
  min-width: 350px;
  color: black;
  padding: 5px;
  border: 1px solid gray;
  font-style: italic;
  word-break: break-all;
}
.valoreColonnesmall[data-v-28c068b8] {
  width: 30px;
  min-width: 250px;
  color: black;
  padding: 5px;
  border: 1px solid gray;
  font-style: italic;
  word-break: break-all;
}
.valoreColonneextra[data-v-28c068b8] {
  width: 30px;
  min-width: 250px;
  width: 750px;
  color: black;
  padding: 5px;
  border: 1px solid gray;
  font-style: italic;
  word-break: break-all;
}
.valoreColonne[data-v-28c068b8]:hover {
  background-color: rgb(235, 235, 235);
}
.valoreColonneSummary[data-v-28c068b8] {
  width: 30px;
  min-width: 200px;
  color: black;
  word-break: break-all;
  padding: 5px;
  border: 1px solid gray;
  font-style: italic;
}
.valoreDetailSummary[data-v-28c068b8] {
  width: 30px;
  min-width: 200px;
  color: black;
  padding: 5px;
  border: 1px solid gray;
  font-style: italic;
  font-size: 14px;
  word-break: break-all;
}
.valoreColonneSummary[data-v-28c068b8]:hover {
  background-color: rgb(235, 235, 235);
}
.valoreDetailSummary[data-v-28c068b8]:hover {
  background-color: rgb(235, 235, 235);
}
.selectedColumn[data-v-28c068b8] {
  background-color: rgb(235, 235, 235) !important;
}
.selectedDetailColumn[data-v-28c068b8] {
  background-color: rgb(235, 235, 235) !important;
}
.reportButton[data-v-28c068b8] {
  font-family: "Roboto", sans-serif;
  background: whitesmoke;
  color: black;
  font-size: 13px;
  transition: all 0.3 ease;
  width: 30%;
  outline: 0;
}
.button[data-v-28c068b8] {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  background: whitesmoke;
  color: black;
  border: 1px solid darkgray;
  font-size: 13px;
  transition: all 0.3 ease;
  cursor: pointer;
  outline: 0;
  width: 140px;
  height: 35px;
  border-radius: 10px;
}
.button[data-v-28c068b8]:hover,
.button[data-v-28c068b8]:active,
.button[data-v-28c068b8]:focus {
  background: gray;
  color: white;
}
.button[data-v-28c068b8]:disabled {
  background: whitesmoke;
  color: lightgray;
}
.buttonlink[data-v-28c068b8] {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  background: whitesmoke;
  color: blue;
  border: 1px solid darkgray;
  font-size: 13px;
  transition: all 0.3 ease;
  cursor: pointer;
  outline: 0;
  text-decoration: underline;
}
.grey[data-v-28c068b8] {
  background-color: lightgrey;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/pages/pageQuantities.vue?vue&type=style&index=0&id=1b2d4772&scoped=true&lang=css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.notfound[data-v-1b2d4772] {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: red;
}
.label[data-v-1b2d4772] {
  padding: 10px;
  border: 1px solid lightgray;
  min-width: 100px;
  width: 15%;
}
.value[data-v-1b2d4772] {
  width: 25%;
  padding: 10px;
  border: 1px solid lightgray;
  word-wrap: break-word;
  min-width: 350px;
  background: white;
}
.select[data-v-1b2d4772] {
  width: 100%;
  font-size: 16px;
  margin-right: 10px;
}
.header[data-v-1b2d4772] {
  width: 13em;
  min-width: 13em;
  border: 1px solid lightgray;
  height: 45px;
  padding-top: 6px;
  text-align: center;
  font-weight: bold;
}
.data[data-v-1b2d4772] {
  width: 13em;
  min-width: 13em;
  word-wrap: break-word;
  border: 1px solid lightgray;
  background-color: white;
  padding: 3px;
}
.data[data-v-1b2d4772]:hover {
  background-color: lightgray;
}
.headerID[data-v-1b2d4772] {
  width: 5em;
  min-width: 5em;
  border: 1px solid lightgray;
  height: 45px;
  padding-top: 6px;
  text-align: center;
  font-weight: bold;
}
.dataID[data-v-1b2d4772] {
  width: 5em;
  min-width: 5em;
  word-wrap: break-word;
  border: 1px solid lightgray;
  background-color: white;
  padding: 3px;
  text-align: center;
}
.dataID[data-v-1b2d4772]:hover {
  background-color: lightgray;
}
.center[data-v-1b2d4772] {
  text-align: center;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/notAuthorized.vue?vue&type=style&index=0&id=0c24bcd1&scoped=true&lang=css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.centerError[data-v-0c24bcd1] {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
    color: red;
    font-weight: bold;
    text-align: center;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/noAuth.vue?vue&type=style&index=0&id=72088598&lang=css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: whitesmoke;
    position: relative;
    padding-bottom: 58px;
    min-height: 100vh;
}
header {
    text-align: center;
    background-color: white;
    color: black;
    padding: 20px;
    height: 60px;
}
main {
    width: 100vw;
    margin: 0 auto;
    padding: 5px 5px;
}
footer {
    text-align: center;
    background-color: white;
    color: black;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* position: fixed;
      z-index: 1; */
}
  
