﻿:root {
    --generic-header: rgb(181, 219, 229);
    --generic-container: rgba(242, 250, 252, 1);
    --hotwork-header: rgb(128, 2, 75);
    --hotwork-container: rgba(250, 246, 248, 1);
    --hotwork-title: rgb(255, 255, 255);
    --heightroof-header: rgb(15, 116, 71);
    --heightroof-container: rgba(240, 249, 245, 1);
    --heightroof-title: rgb(255, 255, 255);
    --confinedspace-header: rgb(152, 111, 0);
    --confinedspace-container: rgb(249, 246, 240);
    --confinedspace-title: rgb(255, 255, 255);
    --lifted-header: rgb(87, 110, 34);
    --lifted-container: rgb(250, 255, 240);
    --lifted-title: rgb(255, 255, 255);
    --excavation-header: rgb(143, 114, 206);
    --excavation-container: rgb(250 248 255);
    --excavation-title: rgb(255, 255, 255);
    --electrical-header: rgb(11, 78, 131);
    --electrical-container: rgb(250 248 255);
    --electrical-title: rgb(255, 255, 255);
}

/* COMMON */
html {
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #FFF;
}

body {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font: 11px Helvetica,Arial,sans-serif;
    letter-spacing: 0;
    -webkit-user-select: text;
    overflow-y: hidden;
    cursor: auto;
    background-image: url(../Images/Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* DEFAULT */
textarea {
    resize: none;
}

select {
    padding: 2px 5px 2px 5px;
}

a[disabled] {
    opacity: 0.35;
    cursor: default;
}

a:focus,
a:hover {
    text-decoration: none;
}

label {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    box-sizing: border-box;
}

h1 {
    color: #1158ab;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}

h2 {
    font-size: 18px;
    color: #1158ab;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}

h3 {
    font-size: 11px;
    color: #1158ab;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    width: 100%;
    height: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.btn-default {
    border-color: #888;
}

.btn.disabled, [disabled].btn, fieldset[disabled] .btn {
    opacity: 0.5;
}

.notransition {
    transition: none;
}

.splitter {
    flex: 0 0 auto;
    width: 10px;
    cursor: col-resize;
    background-color: #ddd;
    border-left: 1px solid #eee;
    border-right: 1px solid #ccc;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}

.invalid {
    border: 1px solid #f00 !important;
}

.video {
    height: 100%;
    width: 100%;
}

/* TABULATOR */
.tabulator {
    margin-bottom:0px;
}

.tabulator .tabulator-row.tabulator-selectable:hover {
    background-color: rgba(154, 204, 207, 1) !important; /*#f5f5f5*/
}

.tabulator-header-filter > input {
    border-width: 1px !important;
    font-weight: normal !important;
}

/* BUTTON */
.button {
    box-sizing: border-box;
    background-color: transparent;
    border: 0 !important;
    padding: 5px;
    padding-bottom: 4px;
    margin: 0;
    line-height: 11px;
    border-radius: 5px;
    width: auto;
    display: flex;
}

.button:focus,
.button:hover {
    background-color: transparent !important;
    outline-style: none;
}

.button[disabled] {
    opacity: 0.35;
    cursor: default;
}

.button > span {
    font-size: 12px;
    color: #505050;
    flex: 0 0 auto;
}

.button > i {
    font-size: 16px;
    flex: 0 0 auto;
    line-height: 12px;
    margin-right: 8px;
}

.button:not([disabled]):hover {
    background-color: rgba(247, 250, 253, 0.52);
    box-shadow: 0px 0px 5px 2px rgba(173,204,235,0.82);
    cursor: pointer;
}

.button--annulla > i {
    color: red;
}

.button--ok > i {
    color: green;
}

.button--cerca > span {
    font-size: 12px;
    font-weight: bold;
}

.button--cerca > i {
    font-size: 16px;
    font-weight: bold;
    flex: 0 0 auto;
    line-height: 12px;
    margin-right: 8px;
}

/* SCROLLBAR */ 
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px #aaa;
    background-color: #bbb;
    border: 2px solid #fff;
}

/* GIS TOAST */
.gis-toast {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background-color: #2f972f;
    width: 250px;
    height: 40px;
    border: 1px solid white;
    opacity: 0;
    z-index: 99999;
}

.gis-toast-alert {
    background-color: #f00;
}

.gis-toast i {
    display: block;
    width: 40px;
    height: 100%;
    float: left;
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
}

.gis-toast span {
    display: table-cell;
    width: calc(100% - 40px);
    height: 38px;
    vertical-align: middle;
    color: white;
    font-size: 14px;
    text-align: center;
}

.gis-toast-show {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.gis-toast-hide {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

/* INDEX */
.index__login { /* #divLogin*/
    display: block;
    min-height: 250px;
    margin: 0 auto;
}

.index__main { /* #divMain */
    display: none;
    min-width: 768px;
    min-height: 250px;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
    position: relative;
    border-radius: 3px;
    background-color: #fff;
    height: 100%;
}

.index__header { /* #divMainHeader*/
    background-image: linear-gradient(bottom, rgb(245,245,245) 34%, rgb(250,250,250) 67%);
    background-image: -o-linear-gradient(bottom, rgb(245,245,245) 34%, rgb(250,250,250) 67%);
    background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 34%, rgb(250,250,250) 67%);
    background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 34%, rgb(250,250,250) 67%);
    background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 34%, rgb(250,250,250) 67%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.34, rgb(245,245,245)), color-stop(0.67, rgb(250,250,250)) );
    min-height: 40px;
}

.index__body { /* #divMainBody*/
    display: flex;
    min-height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: calc(100% - 95px);
}

.index__footer { /* #divMainFooter */
    border-top: 1px solid #CCCCCC;
    font-size: 11px;
    position: relative;
    background-color: #fff;
}

.index__footer > div {
    padding: 5px;
}

.container-box {
    flex: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.version {
    position: absolute;
    width: 400px;
    right: 10px;
    top: 0px;
}

.versiontext {
    position: absolute;
    top: 9px;
    right: 0px;
    padding-left: 5px;
    font-size: 11px;
    min-height: 22px;
}

.versionicon {
    position: absolute;
    top: 3px;
    right: 85px;
    width: 24px;
    height: 24px;
}

.search-box {
    position: absolute;
    top: 0px;
    left: 4000px;
    width: calc(100% - 50px);
    bottom: 0px;
    transition: left 300ms ease-in-out;
    background-color: #fff;
    z-index: 10;
    box-shadow: -13px 0px 60px rgba(0,0,0,0.4);
}

.search-box.show {
    right: 0px !important;
}

.search-box .handle {
    width: 3px;
    background-color: #615555;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    cursor: ew-resize;
    z-index: 2;
}

/* POPUP LOGIN */
.popup-login {
    vertical-align: top;
}

.popup-login .modal-dialog {
    width: 300px;
    outline: none;
    font-size: 13px;
    font-family: Helvetica,Arial,sans-serif;
}

.popup-login .modal-body,
.popup-login .modal-footer {
    background-color: #fff;
}

.popup-login.modal-content {
    border-radius: 0px;
    box-shadow: 0px 0px 26px rgba(0,0,0,1);
}

.popup-login .modal-body {
    padding: 30px;
}

.popup-login .modal-footer {
    border: 0;
    padding: 15px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 65px;
}

.popup-login .btn-login {
    box-sizing: border-box;
    height: 35px;
    width: 100%;
    margin: 0px;
    padding: 4px 15px 4px 15px !important;
    background-color: #1158ab !important;
    border: 0px solid #000 !important;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px !important;
    color: #fff !important;
    display: inline-block;
}

.popup-login .btn-login > span {
    color: #fff !important;
}

.popup-login .btn-login:hover {
    background-color: #0f4686 !important;
}

.popup-login .label-input {
    text-transform: uppercase;
    color: #888;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 10px;
}

.popup-login .dropdown-toggle.btn-default {
    padding: 7px 5px 7px 5px !important;
    background-color: #fff;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px !important;
}

.popup-login .dropdown-toggle.btn-default:hover {
    background-color: #f6f6f7;
}

.popup-login .dropdown-menu {
    border: 0;
}

.popup-login .ms-choice{
    border:none;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0px;
}

.popup-login .ms-choice:hover{
    background-color: #f6f6f7;
}

.popup-login .ms-choice.disabled {
    border:none;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0px;
}

.popup-login .ms-choice > span {
    font-size: 14px;
}

/* MENUBAR */
.menubar {
    padding-top: 2px;
    height: 21px;
    border-bottom: 1px solid #CACACA;
}

.menubar__menu {
    font-size: 11px;
    list-style: none;
    padding-left: 15px;
    line-height: 16px;
}

.menubar__menu__voce {
    padding: 0 15px;
    float: left;
}

.menubar__menu__voce:first-child {
    padding-left: 0;
}

.menubar__menu__voce__testo,
.menubar__menu__voce__testo:hover,
.menubar__menu__voce__testo:visited,
.menubar__menu__voce__testo:active {
    text-decoration: none !important;
    color: #333;
}

.menubar__sottomenu {
    display: none;
    position: absolute;
    z-index: 99;
    list-style: none;
    padding: 0;
    background: #FFF;
    min-width: 110px;
    border: 1px solid #B6B6B6;
    margin-top: 2px;
}

.menubar__menu.active
.menubar__sottomenu.active {
    display: block;
}

.menubar__sottomenu__voce {
    display: block;
}

.menubar__sottomenu__voce > a {
    min-width: 120px;
    min-height: 30px;
    width: auto;
    background: #F8F8F8;
    padding: 8px 5px 8px 5px;
    display: block;
    border-bottom: 1px solid #DDD;
    white-space: nowrap;
    text-decoration: none;
}

.menubar__sottomenu__voce > a:hover {
    background: #eee;
}

.menubar__sottomenu__voce__icona {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 10px;
    min-width: 30px;
    color: #333;
}

.menubar__sottomenu__voce__testo,
.menubar__sottomenu__voce__testo:hover,
.menubar__sottomenu__voce__testo:visited {
    text-decoration: none;
    color: #333;
}

/* TOOLBAR */
.toolbar {
    padding-left: 8px;
    height: 44px;
    border-bottom: 1px solid #CACACA;
}

.toolbar__sezione {
    display: inline-flex;
    float: left;
    margin-top: 2px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: solid 2px lightgray;
}

.toolbar__sezione > button:not(:first-child){
    margin-left: 3px;
}

.toolbar__sezione:first-child {
    padding-left: 0px;
}

.toolbar__sezione__button {
    box-sizing: border-box;
    background-color: transparent;
    border: 0 !important;
    padding: 5px;
    padding-bottom: 4px;
    margin: 0;
    line-height: 11px;
    border-radius: 5px;
    width: auto !important;
}

.toolbar__sezione__button:focus, .toolbar__sezione__button:hover {
    background-color: transparent !important;
}

.toolbar__sezione__button[disabled] {
    opacity: 0.35;
    cursor: default;
}

.toolbar__sezione__button > i {
    font-size: 25px;
    vertical-align: middle;
}

.toolbar__sezione__button:not([disabled]):hover {
    background-color: rgba(247, 250, 253, 0.52);
    box-shadow: 0px 0px 5px 2px rgba(173,204,235,0.82);
    cursor: pointer;
}

.toolbar__sezione__ricerca {
    position: absolute;
    right: 5px;
    top: 28px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0px 5px;
    width: 180px;
    border-radius: 10px;
    overflow: visible;
}

.toolbar__sezione__ricerca input {
    border: 0px solid #000;
    width: Calc(100% - 45px);
    height: 25px;
    margin-top: 2px;
}

.toolbar__sezione__ricerca__icona {
    font-size: 14px;
    padding-left: 10px;
    cursor: pointer;
}

.toolbar__sezione__ricercaavanzata_pin {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #eee;
    width: 30px;
    font-size: 14px;
    padding-left: 5px;
    border-left: 1px solid #ccc;
    border-radius: 10px;
}

.toolbar__sezione__ricercaavanzata_pin:hover {
    background-color: #ddd;
    cursor: pointer;
}

.toolbar__sezione__ricercaavanzata_icona {
    font-size: 16px;
    padding-left: 7px;
    padding-top: 6px;
}

.toolbar__sezione__guida {
    display: inline;
    position: absolute;
    right: 190px;
    margin-top: 2px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.toolbar__sezione__guida button i {
    color: #1158ab;
}

/* RICERCA */
.ricerca__operazioni {
    height: 35px;
    text-align: right;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ricerca__titolo {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px;
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ricerca__titolo > div {
    margin-left: auto;
}

.ricerca__sottotitolo {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #1158ab;
}

.ricerca__grid {
    height: calc(100% - 105px);
    min-width: 600px
}

.ricerca__divDescrizione {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    border: 1px solid #aaa;
    outline: none;
    padding: 4px 5px 5px 5px;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: auto;
}

.ricerca__divDescrizione label {
    padding-left: 3px;
    font-size: 12px;
    font-weight: normal;
}

/* TABULATOR */
.griglia {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px !important;
}

.griglia__footer {
    position: relative;
    min-width: 600px;
    width: 100%;
    background-color: #f5f5f5;
}

.griglia__footer select,
.griglia__footer input {
    padding-top: 1px;
}

.griglia__icon {
    display: inline-block;
    background: transparent;
    border: 0px solid #000;
    width: 30px;
    padding: 1px;
    margin-top: -4px;
    font-size: 16px;
}

/* NUOVO PDL */
.nuovopdl__pannellosx {
    display: inline-block;
    float: left
}

.nuovopdl__pannellodx {
    display: inline-block;
    float: right;
    margin-left: 15px;
}

.tipologia-pdl {
    position: relative;
    display: none;
    flex-direction: column;
    width: 100px;
    height: 130px;
    margin: 10px;
    cursor: pointer;
    padding: 5px;
}

.tipologia-pdl:hover {
    box-shadow: 0px 0px 5px 2px rgb(173 204 235 / 82%);
    border-radius: 10px;
}

.tipologia-pdl.selected {
    box-shadow: 0px 0px 5px 2px rgb(173 204 235 / 82%);
    border-radius: 10px;
}

.tipologia-pdl.selected .icon-selected {
    display: block;
}

.tipologia-pdl .icon {
    flex: 0 1 auto;
    place-items: center;
}

.tipologia-pdl .icon img {
    width: 100%;
}

.tipologia-pdl .icon-selected {
    position: absolute;
    right: -10px;
    top: -10px;
    display: none;
}
.tipologia-pdl label {
    flex: 0 0 25px;
    text-align: center;
    font-weight: normal;
    margin-top: 5px;
    cursor: pointer;
}

.modello-pdl {
    position: relative;
    display: none;
    height: fit-content;
    margin: 10px 10px 0 10px;
    cursor: pointer;
    padding: 5px;
}

.modello-pdl:hover {
    box-shadow: 0px 0px 5px 2px rgb(173 204 235 / 82%);
    border-radius: 10px;
}

.modello-pdl.selected {
    box-shadow: 0px 0px 5px 2px rgb(173 204 235 / 82%);
    border-radius: 10px;
}

.modello-pdl.selected .icon-selected {
    display: block;
}

.modello-pdl .icon-selected {
    position: absolute;
    right: -10px;
    top: -10px;
    display: none;
}

.modello-pdl img {
    height: 25px;
}

.modello-pdl label {
    flex: 0 0 100%;
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
    padding-left:10px;
}

/* HOME PAGE */
.homepage {
    overflow: hidden;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.homepage__box {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    outline: none;
    box-sizing: border-box;
    overflow: auto;
    flex: 1 1 auto;
    padding-top: 10px
}

.homepage__box label {
    cursor: default;
    font-size: 13px;
    font-weight: normal;
    padding-top: 4px;
}

.homepage__box label:hover {
    cursor: pointer;
    color:#5897fb !important;
}

.homepage__footer {
    flex: 0 0 auto;
    text-align: center;
    margin-top: 10px;
}

.homepage__footer img {
    width: 24px
}

.homepage__footer a {
    color: black;
}
/* DROPDOWN */
.dropdown-menu {
    padding: 0px;
}

.dropdown-menu > li > a {
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    padding: 8px;
    color: #333 !important;
    border: none;
    line-height: normal;
}

.dropdown-menu > li > a:hover {
    background-color: #5897fb !important;
    color: #FFFFFF !important;
}

/* LISTE */
.list-group {
    margin-bottom: 0px;
}

.list-group-item {
    font-size: 11px;
    font-family: Helvetica,Arial,sans-serif;
    padding: 6px;
    color: #333 !important;
    border: none;
    line-height: normal;
}

.list-group-item.active {
    color: #FFFFFF !important;
}

.list-group-item:hover,
.list-group-item:hover h4 {
    background-color: #5897fb !important;
    color: #FFFFFF !important;
}

.list-group-item:hover:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:hover:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.list-group-item-heading {
    font-size: 13px;
    font-weight: bold;
}

/* PDL */
.pdl {
    display: flex;
    background-color: #FFFFFF;
    color: #445;
    height: 100%;
    overflow: hidden;
}

.pdl label {
    font-weight:normal;
}

.pdl label[disabled] {
    opacity: 0.35;
}

.pdl i[disabled] {
    opacity: 0.35;
}

.pdl__container {
    flex: auto;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}

.pdl__container input {
    color: blue;
}

.pdl__container textarea {
    color: blue;
}

.pdl__container .ms-choice {
    color: blue;
}

.pdl__container--sezione {
    overflow-y: auto;
    overflow-x: auto;
    height: calc(100% - 30px);
}

.pdl__container--sezione-alchilazione {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 60px);
}

.pdl__titolo {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: navy;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    line-height: 32px;
    width: 100%;
    height: 30px;
    z-index: 1;
    border-bottom: 1px solid #dddddd;
}

.pdl__titolo--rosso {
    color: black;
    background-color: #ff7272;
    letter-spacing: 1px;
}

.pdl__titolo--blu {
    color: white;
    background-color: #5670ff;
    letter-spacing: 1px;
}

.pdl__titolo--giallo-rosso {
    color: black;
    background-image: url(../Images/GialloRosso.png);
    letter-spacing: 1px;
}

.pdl__titolo--azzurro-rosso {
    color: black;
    background-image: url(../Images/AzzurroRosso.png);
    letter-spacing: 1px;
}

.pdl__titolo--verde {
    color: black;
    background-color: #90ee90;
    letter-spacing: 1px;
}

.pdl__titolo--giallo-verde {
    color: black;
    background-image: url(../Images/GialloVerde.png);
    letter-spacing: 1px;
}

.pdl__titolo--azzurro-verde {
    color: black;
    background-image: url(../Images/AzzurroVerde.png);
    letter-spacing: 1px;
}

.pdl__titolo--bianco {
    color: black;
    background-color: #ffffff;
    letter-spacing: 1px;
}

.pdl__sezione {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    background-color: rgba(242, 250, 252, 1);
}

.pdl__sezione .header-collapse {
    margin-bottom: 0px;
    padding: 3px 0px;
    border-bottom: solid 1px #DDD;
}

.pdl__sezione .header-collapse.generic {
    background-color: var(--generic-header);
}

.pdl__sezione .header-collapse.hotwork {
    background-color: var(--hotwork-header);
}

.pdl__sezione .header-collapse.heightroof {
    background-color: var(--heightroof-header);
}

.pdl__sezione .header-collapse.confinedspace {
    background-color: var(--confinedspace-header);
}

.pdl__sezione .header-collapse.lifted {
    background-color: var(--lifted-header);
}

.pdl__sezione .header-collapse.excavation {
    background-color: var(--excavation-header);
}

.pdl__sezione .header-collapse.electrical {
    background-color: var(--electrical-header);
}

.pdl__sezione .header-collapse span {
    font-size: 13px;
}

.pdl__sezione .header-collapse span.hotwork {
    color: var(--hotwork-title);
}

.pdl__sezione .header-collapse span.heightroof {
    color: var(--heightroof-title);
}

.pdl__sezione .header-collapse span.confinedspace {
    color: var(--confinedspace-title);
}

.pdl__sezione .header-collapse span.lifted {
    color: var(--lifted-title);
}

.pdl__sezione .header-collapse span.excavation {
    color: var(--excavation-title);
}

.pdl__sezione .header-collapse span.electrical {
    color: var(--electrical-title);
}

.pdl__sezione__titolo {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: Red;
    font-weight: bold;
    font-style: normal;
    background-color: #FFFFFF;
    min-width: 600px;
    padding-top: 2px;
    height: 17px;
    text-align: center;
    border-bottom: Solid 1px #dddddd;
    user-select: none;
    cursor: pointer;
}

.pdl__sezione__titolo a {
    float: right;
    margin-right: 5px;
}

.pdl__sottosezione {
    position: relative;
}

.pdl__container__generic {
    background-color: var(--generic-container);
}

.pdl__container__hotwork {
    background-color: var(--hotwork-container);
}

.pdl__container__heightroof {
    background-color: var(--heightroof-container);
}

.pdl__container__confinedspace {
    background-color: var(--confinedspace-container);
}

.pdl__container__lifted {
    background-color: var(--lifted-container);
}

.pdl__container__excavation {
    background-color: var(--excavation-container);
}

.pdl__container__electrical {
    background-color: var(--electrical-container);
}

.pdl__sottosezione__titolo {
    font-size: 12px;
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
}

.pdl__sottosezione__riga {
    display: flex;
    position: relative;
    padding: 5px 10px;
    background-color: rgba(242, 250, 252, 1);
}

.pdl__sottosezione__riga label {
    margin-right: 10px;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    padding-top: 6px;
}

.pdl__sottosezione__riga label:first-child {
    margin-left: 0px;
}

.pdl__sottosezione__riga textarea {
    flex: 1 1 auto;
}

.pdl__sottosezione__riga input {
    flex: 1 1 auto;
    height: 24px;
    line-height: 15px;
}

.pdl__sottosezione__riga button:not(.ms-choice) {
    display: inline;
    width: 25px;
    height: 25px;
}

.pdl__sottosezione__riga button > i {
    font-size: 16px;
}

.pdl__sottosezione__riga > i {
    font-size: 13px;
    padding-top: 6px;
    margin-right: 5px;
}

.pdl__sottosezione__colonna {
    display: flex;
    flex: 1 1 25%;
    flex-direction: column;
}

.pdl__sottosezione__colonna.auto {
    flex: 1 1 auto;
}

.pdl__sottosezione__colonna div {
    display: flex;
}

.pdl__sottosezione__colonna div input {
    flex: 1 1 auto;
    margin-right: 20px;
}

.pdl__sottosezione__colonna:last-child div input {
    margin-right: 0px;
}

.pdl__sottosezione__note {
    text-align: center;
    margin-right: 15px;
    height: 120px;
}

.pdl__sottosezione__note:last-child {
    margin-right: 0px;
}

/* HEADER COLLAPSE */
.header-collapse {
    display: flex;
    color: #1158ab;
    margin-bottom: 10px;
}

.header-collapse:hover {
    color: #0f4686 !important;
}

.header-collapse:focus {
    color: #1158ab;
}

.header-collapse i {
    flex: 0 0 18px;
    font-size: 18px;
    text-align: center;
    line-height: 23px;
    padding-right: 3px;
    color: var(--primary-color);
}

.header-collapse i.hotwork {
    color: var(--hotwork-title);
}

.header-collapse i.heightroof {
    color: var(--heightroof-title);
}

.header-collapse i.confinedspace {
    color: var(--confinedspace-title);
}

.header-collapse i.lifted {
    color: var(--lifted-title);
}

.header-collapse i.excavation {
    color: var(--excavation-title);
}

.header-collapse i.electrical {
    color: var(--electrical-title);
}

.header-collapse i:before {
    content: "\f077";
}

.header-collapse.collapsed i:before {
    content: "\f078";
}

.header-collapse span {
    flex: 1 1 auto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
    padding-left: 18px;
    color: var(--primary-color);
}

.header-collapseall {
    display: inline-flex;
    float: right;
    padding-right: 1px;
    padding-top: 4px;
}

.header-collapseall i {
    flex: 0 0 18px;
    font-size: 18px;
    text-align: center;
    line-height: 23px;
    padding-right: 3px;
}

.header-collapseall i:before {
    content: "\f325";
}

.header-collapseall.collapsed i:before {
    content: "\f322";
}

/* SIDEBAR */
.sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 251px;
    border-right: 1px solid #ddd;
}

.sidebar__button__avanza {
    box-sizing: border-box;
    height: 35px;
    width: 96%;
    margin: 0px 5px 5px 5px;
    padding: 4px 15px 4px 15px !important;
    background: rgba(38, 93, 120, 0.9) !important;
    background-color: rgba(38, 93, 120, 0.9) !important;
    border: 0px solid #000 !important;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px !important;
    color: #fff !important;
    border-radius: 4px;
    display: inline-block;
}
.sidebar__button__avanza > span {
    color: #fff !important;
}

.sidebar__button__avanza:hover {
    background-color: rgba(38, 93, 120, 1) !important;
}

.sidebar__button__avanza[disabled] {
    background-color: rgba(38, 93, 120, 0.5) !important;
}

.sidebar__albero {
    overflow-y: auto;
    padding-top: 10px;
    height: calc(100% - 60px);
}

.sidebar__info {
    height: 30px;
    background-color: #f9f7f6;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    position: relative;
}

.sidebar__info button {
    float: right;
    width: 26px;
    height: 20px;
    margin-top: 4px;
    margin-right: 5px;
}

.sidebar__label {
    color: #000;
    font-size: 13px;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

.sidebar__label--pdl {
    color: #000;
    float: left;
    font-size: 13px;
    margin-top: 5px;
    margin-left: 10px;
}

.sidebar__label--info {
    font-size: 12px;
    font-weight: bold;
    color: #1158ab;
    margin-left: 10px;
    line-height: 29px;
}

.sidebar__label--numpdl {
    color: #000;
    margin-top: 5px;
    margin-left: 10px;
    padding-right: 5px;
    font-size: 22px;
    width: 150px;
    line-height: 13px
}

.sidebar__label--valore {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    font-weight: bold !important;
}

.sidebar__div--statopdl--Sospeso {
    background-color: rgba(250, 210, 1, 0.3);
}

.sidebar__label--statopdl--Sospeso {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

.sidebar__label--firma {
    color: #000;
    font-size: 13px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 3px;
}

.sidebar__firma {
    color: #000;
    margin-left: 20px;
    padding-right: 5px;
    font-size: 13px;
    font-weight: bold !important;
}

.sidebar__semaforo {
    font-size: 25px;
    color: white;
    margin-left: 10px;
}

.sidebar__albero .treejs .treejs-icn {
    width: 12px;
    height: 12px;
    min-width:12px;
    line-height: 6px;
}

.sidebar__tree-image-state {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: solid 1px #888;
    border-radius: 15px;
    margin-right: 5px;
}

.sidebar__tree-image-attachment {
    display: inline-block;
    width: 12px !important;
    height: 12px !important;
    font-size: 12px;
    margin-right: 5px;
    color: #333;
}

.sidebar__tree-pdl-state-null {
    display: none;
}

.sidebar__tree-pdl-state-PIANIFICATO {
    background-color: #dbdbdb;
}

.sidebar__tree-pdl-state-IN_COMPILAZIONE {
    background-color: #dbdbdb;
}

.sidebar__tree-pdl-state-IN_ALLESTIMENTO {
    background-color: #c8e6fa;
}

.sidebar__tree-pdl-state-NON_ACCESSIBILE {
    background-color: #fed4d4;
}

.sidebar__tree-pdl-state-ACCESSIBILE {
    background-color: #b8f5d8;
}

.sidebar__tree-pdl-state-COMPILATO {
    background-color: #b8f5d8;
}

.sidebar__tree-pdl-state-NON_AGIBILE {
    background-color: #ff8b9f;
}

.sidebar__tree-pdl-state-IN_MODIFICA {
    background-color: #fdeca9;
}

.sidebar__tree-pdl-state-IN_SMONTAGGIO {
    background-color: #c9d4fe;
}

.sidebar__tree-pdl-state-ELIMINATO {
    background-color: rgba(0, 0, 0, 1);
}

.sidebar__tree-pdl-state-SMONTATO {
    background-color: rgb(173, 0, 196);
}

.sidebar__legendaContainer .dropdown-menu {
    left: 223px !important;
    width: 60px;
}

.sidebar__legendaButton {
    height: 25px;
    line-height: 25px;
    text-shadow: none !important;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
    position: absolute;
    right: 10px;
}

.sidebar__legendaButton:hover {
    color: #000;
}

.sidebar__legendaItem {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.sidebar__tree-label-state {
    font-size: 12px;
    color: #444;
}

/* TREE */
.gj-tree-bootstrap-list {
    color: black;
}

.gj-tree-item[data-selected=true],
.gj-tree-item.active[data-selected=true]:focus,
.gj-tree-item.active[data-selected=true]:hover {
    background-color: transparent;
    color: black;
    font-weight: bold;
}

.gj-tree-item.list-group-item:hover,
.gj-tree-item.list-group-item:hover h4 {
    background-color: transparent !important;
}

.gj-tree-item,
.gj-tree-item.active:focus,
.gj-tree-item.active:hover {
    background-color: transparent;
    color: black;
    font-weight: 100;
}

ul.gj-tree-bootstrap-list li [data-role=display] {
    padding: 5px 0 5px 5px;
}

.comprimi {
    background: url(../Images/arrow_down.png) 0px 0 no-repeat;
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
}

.espandi {
    background: url(../Images/arrow_right.png) 0px 0 no-repeat;
    display: inline-block;
    width: 7px;
    height: 13px;
    vertical-align: middle;
}

/* GISDIALOG */
.gis-dialog .gis-popup-body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    padding: 10px 15px;
}

/* LEGENDA */
.legenda__div {
    display: inline-block;
    width: 20px;
    height: 10px;
    border: 1px solid rgb(224, 224, 245);
    margin: 0px 10px 0px 5px;
}

.background__rosso {
    background-color: #f3b6b8 !important;
}

.background__verde {
    background-color: #d5ffd5 !important;
}

.background__giallo {
    background-color: #efff9f !important;
}

/* STAMPA */
.stampa__container {
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.stampa__container__anteprima {
    display: inline-block;
    height: 100%;
}

.stampa__container__intestazione {
    padding-top: 5px;
    padding-bottom: 5px;
}

.stampa__container__intestazione label {
    color: var(--primary-color-light);
    font-size: 13px;
}

.stampa__container__intestazione span {
    font-size: 17px;
    cursor: pointer;
    float: right;
}

.stampa__container__intestazione button > span {
    font-size: 12px;
}

.stampa__tabella__intestazione {
    background-color: #eee;
    height: 25px;
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid var(--primary-color-light);
}

.stampa__tabella__intestazione label {
    font-weight: bold;
}

.stampa__tabella__dati {
    height: 135px;
    overflow-y: auto;
}

.stampa__tabella__dati label {
    font-size: 12px;
    font-weight: normal;
}

/* JOBS */
.jobs__container {
    width:100%;
    height:100%;
    display:flex;
}

.jobs__body {
    height:100%;
    flex: 1 1 auto;
    margin: 1px;
    display: flex;
    flex-direction: column;
    border: 1px solid #aaa;
}

.jobs__header__elenco {
    min-height: 40px;
    padding: 3px;
    border-bottom: 1px solid #aaa;
    display: flex;
    align-items: center;
}

.jobs__header__elenco label {
    flex: 1 1 auto;
    font-size: 12px;
    padding: 8px 0px 0px 8px;
}

.jobs__header__elenco button {
    margin-right: 3px;
}
.jobs__header__elenco button i {
    font-size: 20px;
}

.jobs__header__body {
    min-height: 40px;
    padding: 3px;
    border-bottom: 1px solid #aaa;
}

.jobs__body textarea {
    width: 100%;
    height: 100%;
    font-size: 14px;
    border-style: none;
}

.jobs__elenco {
    height:100%;
    flex: 0 0 250px;
    border: 1px solid #aaa;
    margin: 1px;
}

.jobs__elenco__item {
    display: flex;
    align-items: center;
}

.jobs__elenco__item div {
    flex: 0 0 18px;
}

.jobs__elenco__item span {
    flex: 1 1 auto;
}

.jobs__elenco ul>li.list-group-item.active {
    color: white !important;
}

.jobs__elenco li {
    font-size: 14px;
}

/* MODELLI */
.modelli label {
    font-weight: normal;
    vertical-align: middle;
}

.modelli__tabella__dati {
    height: 330px;
    overflow-y: auto;
}

/* RELAZIONI */
.relazioni label {
    font-weight: normal;
    vertical-align: middle;
}

.relazioni__container {
    box-sizing: border-box;
    padding-bottom: 5px;
}

.relazioni__container:first-child {
    border-bottom: 1px solid #ccc;
}

.relazioni__container:last-child {
    padding-top: 5px;
}

.relazioni__container__intestazione {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.relazioni__container__intestazione label {
    color: #1158ab;
    font-size: 13px;
    padding-left: 35px;
}

.relazioni__label {
    color: #000;
    float: left;
    font-size: 13px;
    margin-top: 5px;
    margin-left: 10px;
}

.relazioni__label--valore {
    color: #000;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 13px;
    width: 100%;
    text-align: left;
    font-weight: bold !important;
}

.relazioni__label--numpdl {
    color: #000;
    margin-top: 5px;
    margin-left: 10px;
    padding-right: 5px;
    font-size: 22px;
    width: 185px;
    float: right;
    line-height: 13px
}

.relazioni__albero {
    overflow-y: auto;
    padding-top: 5px;
    height: calc(100% - 35px);
}

.relazioni__tabella__intestazione {
    background-color: #f9f7f6;
    height: 25px;
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}

.relazioni__tabella__intestazione label {
    font-weight: bold;
}

.relazioni__tabella__dati {
    height: 130px;
    overflow-y: auto;
}

.relazioni__albero button,
.relazioni__tabella__dati button {
    padding: 0px;
}

.relazioni__albero button:hover,
.relazioni__tabella__dati button:hover {
    box-shadow: none !important;
}

/* LOADING */
.popup-loading {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.8);
    align-items: center;
    justify-content: center;
}

.popup-loading div {
    font-size: 25px;
    color: rgba(76, 133, 124, 1);
    padding-left: 10px;
}

/* MAINTENANCE ALERT */
.maintenance-alert {
    background-image: url(../Images/maintenance.png);
    background-repeat: no-repeat;
    background-size: 100px;
}

.maintenance-alert h1 {
    height: 34px;
    font-size: 32px;
    color: #c56a6a;
    margin-top: 10px;
    text-align: left;
    padding-left: 120px;
    letter-spacing: 3px;
}

.maintenance-alert h3 {
    height: 21px;
    font-size: 21px;
    color: #747486;
    font-weight: 600;
    text-align: left;
    padding-left: 120px;
}

.maintenance-alert h4 {
    height: 18px;
    font-size: 16px;
    color: #747486;
    padding-left: 120px;
    text-align: left;
}

.maintenance-alert p {
    padding: 10px 23px;
    text-align: center;
    color: #747486;
    line-height: 18px;
}

/* TABULATOR-MENU */
.tabulator-menu {
    padding: 0px;
    width: 200px;
    overflow: hidden;
    border-radius: 4px;
}

.tabulator-menu-item > a {
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    padding: 8px;
    color: #333 !important;
    border: none;
    line-height: normal;
}

.tabulator-menu-item > a:hover {
    color: #5897fb !important;
    font-weight: bold;
}

.tabulator-menu-item-disabled > a:hover {
    color: #333 !important;
    font-weight:normal;
}

.tabulator-menu-separator {
    border: none !important;
}

/* NAV-TABS */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    font-weight: bold;
}

/* CONSOLE */
.console__toolbar {
    border-bottom: solid 1px #ddd;
    height: 40px;
    width: 100%;
}

.console__button {
    display: inline-block;
    position: relative;
    top: 2px;
}

.console__filtro {
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-top: 4px;
    padding: 10px;
}

.console__filtro .ms-choice > span {
    font-size: 11px;
}

.console__filtro__comandi {
    width: 100%;
    height: 40px;
    border-top: solid 1px #ccc;
    padding-top: 10px;
}

.permesso-utente-item {
    width: 100%;
    line-height: 15px;
    font-size: 12px;
    min-height: 40px;
}

.permesso-utente-item.active button > span {
    color: #cfcfcf;
}

.permesso-utente-item.active .permesso-utente-restrizione {
    color: #fbff5b;
}

.permesso-utente-item:hover {
    color: #555 !important;
    background-color: #f5f5f5 !important;
}

.permesso-utente-button{
    font-weight:normal; 
    font-size: 16px;
    margin:5px;
    cursor: pointer;
}

.permesso-utente-codice {
    font-weight: bold;
    font-size: 14px;
}

.permesso-utente-restrizione {
    color: #d67500;
    margin-bottom: 3px;
}

.permesso-utente-restrizione span {
    font-family: monospace;
    cursor: pointer;
}

.permesso-utente-restrizione i {
    width: 5px;
    cursor: pointer;
    margin-right: 8px;
}

.permesso-utente-elementi-restrizione {
    width: 100%;
    display: none;
    padding-left: 10px;
}
    
.permesso-utente-elementi-restrizione .show {
    display: block;
}
    

.permesso-utente-elementi-restrizione div.restrizione {
    margin-top: 10px;
    display: flex;
}

.permesso-utente-elementi-restrizione div.restrizione div.nomi {
    flex: 0 1 auto;
    font-weight: bold;
    min-width: 20%;
}
.permesso-utente-elementi-restrizione div.restrizione div.valori {
    flex: 1 1 auto;
    }

.permesso-utente-edit {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
}

    .permesso-utente-edit > span {
        font-size: 16px;
    }

.permesso-utente-evidenzia {
    background-color: rgba(47, 150, 59, 0.21);
}

/* RICERCA VELOCE */
.box-risultati-ricerca-veloce {
    position: absolute;
    right: 0;
    top: 29px;
    min-height: 30px;
    max-height: 600px;
    width: 179px;
    border: 1px solid #ccc;
    background-color: white;
    z-index: 99;
    padding: 3px;
}

.box-risultati-ricerca-veloce label {
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 6px 0px 6px 0px;
    border-bottom: solid 1px #ccc;
}

.box-pdl-ricerca-veloce {
    margin-bottom: 0;
}

.box-pdl-ricerca-veloce .list-group-item {
    cursor: pointer;
}

.box-cronologia-ricerca-veloce .list-group-item.active {
    background-color: #5897fb !important;
    color: #FFFFFF !important;
}

.elemento-cronologia-ricerca-veloce {
    cursor: pointer;
    font-size: 14px;
}

.elemento-cronologia-ricerca-veloce:hover {
    font-weight: bold;
}

/* ALBERO */
.albero__container {
    border: solid 1px #ddd;
    border-radius: 0px;
}

.albero .gj-tree-item {
    color: black !important;
}

/* APPARECCHIATURE */
.apparecchiature__toggle {
    margin-right: 5px;
}

.apparecchiature__toggle button {
    display: block;
    position: relative;
    top: 4px;
    width: 26px;
    height: 26px;
    margin-left: 5px;
}

.apparecchiature__toggle button > i {
    margin-right: 0px;
}

.apparecchiature__dettagli__container {
    display: flex;
    flex-direction: column;
    min-width: 500px;
    border: 1px solid #aaa;
}

.apparecchiature__dettagli__header {
    flex: 0 0 auto;
    text-align: center;
}

.apparecchiature__dettagli__header h3 {
    margin: 10px 0 5px 0;
}

.apparecchiature__dettagli__body {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.apparecchiature__dettagli__body h3 {
    width: calc(100% - 20px);
    height: 20px;
    margin: 10px;
    border-bottom: solid 1px #ccc;
}

.apparecchiature__dettagli__body div {
    width: calc(100% - 20px);
    margin: 10px;
}

.apparecchiature__dettagli__footer {
    flex: 0 0 40px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.apparecchiature__dettagli__footer button {
    margin-right: 5px;
    float: right;
}

/* MAPPA */
.mappa-sidebar {
    position: absolute;
    background-color: white;
    z-index: 410;
    border-right: 1px solid black;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width .3s;
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.mappa-sidebar.open {
    width: 300px;
}

.mappa-comandi {
    position: absolute;
    top: 10px;
    right: -50px;
    padding: 3px;
    cursor: pointer;
    font-size: 30px;
    text-align: center;
}

.mappa-comandi div {
    opacity: 0.8;
    width: 47px;
    height: 50px;
    margin-top: 5px;
    border: 1px solid black;
    background-color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mappa-comandi div.active {
    border-left-style: none;
    opacity: 1;
}

.mappa-contatore-permessi {
    border-radius: 20px;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    color: white !important;
    padding-top: 6px;
    font-size: 15px !important;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255, 31, 31, 1);
    font-weight: 900;
    line-height: 18px;
}

.mappa-albero-locazioni .gj-tree-item {
    color: black !important;
}

.mappa-riga-dettagli-elemento {
    margin-top: 10px;
}

.mappa-riga-dettagli-elemento medium {
    color: gray;
}

.mappa-riga-dettagli-elemento div {
    font-size: 16px;
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

.mappa-guida {
    position: absolute;
    width: 310px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    padding: 3px;
    align-items: center;
    z-index: 999;
    top: 25px;
    left: calc(50% - 155px);
    opacity: 0;
    background-color: #fffce5;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000),
        var(--tw-shadow);

    transition: opacity 0.3s ease-in-out;
}

.mappa-guida.visible {
    opacity: 1;
}

.mappa-guida i {
    width: 35px;
    text-align: center;
    font-size: 30px;
}

.mappa-slider-container {
    display: none;
    border-left: 1px solid #ccc;
    padding: 10px;
    position: relative;
}

/* DASHBOARD */
.dashboard-title {
    text-align: left;
    border-bottom: solid 2px var(--primary-color);
    display: flex;
    align-items: center;
}

.dashboard-title > div {
    display: inline-flex;
    width: 100%;
}

.dashboard-title > div button {
    height: 25px;
    width: 25px;
}

.dashboard-title > div button i {
    font-size: 18px;
    font-weight: bold;
}

.dashboard-title label {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: bold;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 10px;
    flex: 1 1 auto;
}

.dashboard-content {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: left;
    overflow:auto;
    flex: 0 0 auto;
}

.form-control.is-valid {
    border-color: #198754;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-control.is-invalid {
    border-color: #dc3545;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

/*lingua*/
.selettore-lingua {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 32000;
}


/*filtro-ricerca*/
.filtro-ricerca .input-group-btn {
    position: unset;
}

.filtro-ricerca .dropdown-menu {
    width: 100%
}

.filtro-ricerca .filtri__footer {
    display: flex;
    justify-content: flex-end;
    padding: 5px 15px;
}

.filtro-ricerca .filtri__container {
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px;
}

.filtro-ricerca .filtri__footer .btn {
    margin-left: 15px;
}

.filtro-ricerca .filtro {
    display: flex;
    flex-direction: column;
    padding: 0px 5px;
}
/*----*/


