﻿@font-face {font-family: Calibri_n; src: url("/font/calibri.eot"), url("/font/calibri.eot") format('embedded-opentype'), url("/font/calibri.ttf") format('truetype')}
@font-face {font-family: Calibri_i; src: url("/font/calibri_i.eot"), url("/font/calibri_i.eot") format('embedded-opentype'), url("/font/calibri_i.ttf") format('truetype')}
@font-face {font-family: Calibri_b; src: url("/font/calibri_b.eot"), url("/font/calibri_b.eot") format('embedded-opentype'), url("/font/calibri_b.ttf") format('truetype')}
@font-face {font-family: Calibri_z; src: url("/font/calibri_z.eot"), url("/font/calibri_z.eot") format('embedded-opentype'), url("/font/calibri_z.ttf") format('truetype')}

body { font-family: Calibri, sans-serif; color: #333333; height: 100%;} 

th {font-weight: inherit;}

/*ids css*/
.popup_back{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:999;
    background-color:rgba(158, 158, 158, 0.54);
    display: flex;
    align-items: center;
    justify-content: center;
}

#popup_act{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:900;
    background-color:rgba(158, 158, 158, 0.54);
    display: flex;
    align-items: center;
    justify-content: center;
}

.Titolo,.titolo{color:#1A1A1A; font-weight: bold; display:block; padding-bottom:2px; font-family:Arial !important;margin-bottom:5px; width: 99%;}

.sottotitolo{color:#1A1A1A;}

.notificaOperatoreNew,.notificaOperatore {border: 1px solid #ddd; background-color:#FBFBFB;}

.notificaOperatoreNew {border-left:2px solid #c30000;background-color:white;}

.notification{
    background-color:white;
    border:1px solid #ddd;
    padding:5px;
    border-radius:5px;
    max-height:600px;
    padding-top:7px;
    position: absolute;
    top: 90px;
}

.notification a {
    color: #6ec3ea !important;
}

.notificationCount{
    color:#ff0000;
    cursor:pointer;
    position:absolute;
    font-weight: bold;
    font-family:Arial !important;
    margin: 2px;
    width:22px;
    text-align:center;
    z-index: 1;
}

.campiObbligatori{
    color:#878787;
}

#popup_iframe{
    display:none;
    border:0px;
    background-color:white;
    visibility: hidden;
}

#popup_iframe_act{
    display:none;
    border:0px;
    max-width:1000px;
    max-height:800px;
    background-color:white;
}

#divHeader {
    align-items: center;
    background-color: #6dc2e9;
    display: flex;
    padding: 0px 10px 0px 10px;
}

#btnSalvatag{
    float:left !important;
    margin-top: 10px;
}


#footer {
    height: 25px;
    width: 100%;
    background-color: #a4c409;
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: white;
    text-align: left;
    line-height: 25px;
    font-size: 14px;
    padding-left: 20px;
    display:flex; 
    justify-content: space-between;
    color: black;
}

#header {
    background-color: #1a1a1a;
    height: 81px;
    width: 100%;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    z-index: 999;
}

.btnTextWithBorder2:hover {
    background-color: #c9c9c9;
    border-color: #c9c9c9;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    outline: none;
    color: white;
    cursor: pointer;
    text-align:center;
}


.btnTextWithBorder2{
    background-color: white;
    border-color: #c9c9c9;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    outline: none;
    color: #c9c9c9;
    cursor: pointer;
    text-align:center;
}

#Menu{
    position: fixed;
    border:1px solid #1a1a1a;
    border-top:none;
    border-radius:0px 0px 10px 10px;
    background-color:white;
    top: 81px;
}

#Menu img{
    height: 64px;
    width: 64px;
}

.rating {
    height: 60px;
    display: flex;
    align-items: center;
}

.rating > span {
  width: 1.1em;
  font-size: 35px;
  cursor:pointer;
  color:#6dc2e9                          
}

.posizionaRiga{
    left:-400px;
    
}
.rigaValutazione{
    border:none;
}

.Note {
    width: 400px;
    height: 150px;
    border: #f3a113 2px solid;
}
.VociRadio{
    left:-50px;
}

.ButtonRadio{
    left:-600px;
}

.home img{
    height: auto !important;
    width: auto !important;
}

/*classes css or detailed css*/
.MenuPage {
    position: fixed;
    top: 81px;
    left: 0px;
    background-image: url(/images/back.png);
    background-repeat: repeat;
}

.boxMenu {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    margin: auto;
    color: white;
}

.rigaTorna{
    color:goldenrod;
    align-content:flex-start;
}

.home {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    background-color: #6cc2e9;
    font-size: 15px !important;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
    margin: 10px 20px;
    /*float: left;*/
    vertical-align: central;
    color: white;
}

.boxMenu table {
    width: 70px;
    height: 70px;
}

.home table {
    width: 200px;
    height: 200px;
}

.blinkElement{
    animation: blinkElement 3s linear;
}

@keyframes blinkElement{
    0%{
        background-color:#6dc2e9;
    }

    100%{
        background-color:#f2f2f2;
    }
}

.boxMenu:hover {
    /*background-color: #A9DAF2;*/
}

.boxMenu .notify {
    background-color: #e62a2d;
    border-radius: 35px;
    width: 50px;
    height: 50px;
    color: white;
    position: absolute;
    border: 5px solid white;
    margin-left: -25px;
    letter-spacing: initial;
    line-height: 53px;
    font-size: 25px;
}

.boxMenu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.elemento {
    color: #5F5F5F;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.elemento:hover{
    cursor:pointer;
}

.pointer {
    cursor: pointer;
}

.imgRounded {
    border-radius:5px;
}

.header-icon.selected {
    background-color: white;
    border-radius: 8px 8px 0px 0px;
}

.pageTitle {
    font-size: 25px;
    color: white;
    padding-left: 20px;
}

.header-spazio {
    background-image: url(/images/header-spazio.png);
    background-repeat: repeat-x;
    height: 27px;
    width: 42px;
    margin: 0 auto;
}

.header-spazio-utilizzato {
    background-image: url(/images/header-spazio-utilizzato.png);
    background-repeat: repeat-x;
    height: 27px;
}

.boxHeader {
    background-color: #85cded;
    width: 66px;
    height: 60px;
    color: white;
    letter-spacing: 2px;
    border-radius: 5px;
    font-size: 10px;
    text-align: center;
    margin-right: 10px;
}

/* Classes css or detailed css*/
.acceso {
    display: block;
}

.acceso-inline {
    display: inline-block;
}

.AutoCompleteExtender_HighlightedItem, .AutoCompleteExtender_CompletionListItem, .AutoCompleteExtender_HighlightedItemTit, .AutoCompleteExtender_CompletionListItemTit {
    padding-left: 5px;
    min-height: 30px;
    line-height: 30px;
}

.btnAccedilogin {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #e9e9e9) );
    background: -moz-linear-gradient( center top, #fefefe 5%, #e9e9e9 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e9e9e9');
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #dcdcdc;
    font-family: arial;
    font-size: 13px;
    padding: 0px 10px;
    text-decoration: none;
    cursor: pointer;
    min-width: 31px;
    color: #6dc2e9;
}

.btnAccedilogin:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
    text-decoration: none;
}

.btnAnag {
    border-style: hidden;
    border-color: inherit;
    border-width: medium;
    font-size: 12px;
    color: #adadad;
    background-color: white;
    cursor: pointer;
    margin-bottom: 0px;
    outline: none;
}

.btnFiltra {
    margin-left: 5px;
    color: #666666;
    height: 20px;
    line-height: 10px;
    padding: 0 !important;
    width: 60px !important;
}

.SincroButton{
    border: 1px solid #563d7c;
    border-radius: 5px;
    color: white;
    margin-left: 50px;
    padding: 5px 10px 5px 10px;
    background-color: #86cde9;
    cursor: pointer;
}
.LoginButton{
    border: 1px solid #563d7c;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #86cde9;
    cursor: pointer;
    border-radius:8px;
}

.TabellaAdmin{
    border-bottom:none;
    padding-left:1%;

}

.corner{
    border-radius:8px;
}

.LoginButtonDisabled{
    border-radius:8px;
    border: 1px solid #563d7c;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #d3d3d3;
}

.ValutaButton{
    
    border: 1px solid #86cde9;
    height:auto;
    width:100px;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #86cde9;
    cursor: pointer;
    
}

.ValutaButton2 {
    border: 1px solid #563d7c;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    background-color: #86cde9;
    cursor: pointer;
}

.ValutaButton3 {
    font-size:large;
    border:none;
    border-radius: 5px;
    color:#6dc2e9;           
    background-color:transparent;
    cursor:pointer;

}        

.btnMenuMasterImage {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    outline: none;
    height: 24px;
    width: 24px;
}

.btnText {
    color: white;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.btnTextWithBorder {
    background-color: white;
    border-color: #6dc2e9;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    outline: none;
    color: #6dc2e9;
    cursor: pointer;
    text-align:center;
}


.btnTextWithBorder:hover{
    background-color: #6dc2e9;
    border-color: #6dc2e9;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    outline: none;
    color: white;
    cursor: pointer;
    text-align:center;
}

.btnTextWithBorderBlue {
    background-color: #6dc2e9;
    border-color: white;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    color:white;
    cursor: pointer;
    outline: none;
}

.btnVaiAnag {
    font-size: 12px;
    color: #ffffff;
    background-color: #6dc2e9;
    border: none;
    outline: none;
    cursor: pointer;
}

.cellagriglia {
    border: none;
    font-weight: 200 !important;
    /*width:10% !important;*/
    padding: 0px 5px !important;
}


.cellagrigliaH {
    border: none;
    color: #A5A5A5;
    font-weight: 400;
}

.centeredText {
    height: 100%;
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0px;
    width: 0px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0px;
    width: 0px;
}

.ddlFiltroComm {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-size: 12px;
    color: #333;
    background-color: #a7daf2;
    Width: 100%;
    height: 25px;
    padding-top: 3px;
    line-height: 21px;
}

.dettaglioAnagLabel {color: #898e99; padding-right: 5px;}

.dettaglioLabel {
    color: #1a1a1a;
    background-color: white;
}

.div-login {
    max-width: 500px;
    background-color: white;
    border: solid 1px #e7e7e7;
    border-radius: 10px;
}

.divAzioni {
    position: absolute;
    font-size: 12px;
    text-align: left;
    border: 0px;
    margin-top:-15px;
    border:1px solid #AEAEAE;
    padding:5px;
    margin-left:10px;
    z-index:800;
    background-color:white;
    margin-bottom: 32px;
}

.divAzioni td {
    border:none !important;
    padding:0px 5px;
}

.divAzioni td span, .divAzioni td, .listaAutocompletamento div {
    background-color: transparent !important;
}

.divFileRapp {
    background-color: white;
    border: 1px solid #AEAEAE;
    margin-top: -14px;
    min-width: 100px;
}

.divFilePrev {
    background-color: white;
    border: 1px solid #AEAEAE;
    margin-top: -14px;
    min-height: 100px;
    min-width: 100px;
}

.divFileRapp:hover {
    cursor: default;
}

.divFileScad {
    background-color: white;
    border: 1px solid #AEAEAE;
    margin-left: 12px;
    min-height: 100px;
    min-width: 100px;
    padding-right: 5px;
    text-align: left;
    z-index: 100;
}

.divFileScad:hover td {
    cursor: pointer;
}

.divFileScadAtt {
    background-color: white;
    border: 1px solid #AEAEAE;
    margin-top: -11px;
    min-width: 320px;
}

.divFileScadAtt:hover {
    cursor: default;
}

.divFilters {
    align-items: center;
    color: white;
    display: flex;
    height: 35px;
    position: absolute;
    right: 154px;
}

.divInfo {
    background-color: rgba(40, 40, 40, 0.8);
    left: 0px;
    height: 100%;
    position: fixed;
    top: 0px;
    transition: opacity 1s;
    width: 100%;
    z-index: 1000;
}

.divInfo * {
    font-size: 14px !important;
}

.divInfoInternal {
    background-color: white;
    width: 570px;
    height: 400px;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 80px;
}

.divTitle {
    border-bottom: solid 1px #848484;
    left: 10px;
    margin: 10px 0 0 10px;
    width: 96%;
}

.divSecret {
    background-color: white;
    border: 1px solid #AEAEAE;
    display: none;
    margin-top: -11px;
    min-width: 100px;
    padding: 5px;
    position: absolute;
    right: 4px;
}

.divSecret:hover {
    cursor: default;
}

.divSecret td {
    padding: 0 5px;
}

.divWait {
    background-color:rgba(109, 194, 233,0.8);                /*rgba(128, 128, 128, 0.5);*/ 
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.filtersWrapper input[type='text'], .filtersWrapper select {
    background-color: white !important;
    height: 25px;
    outline: none;
}

.fixedClass {
    position: fixed;
    background-color: #fff;
}

.flexSpaceBeetween {
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.formLabel {
    color: white;
    line-height: 40px;
}

.generalFont12 {
    font-size: 12px;
}

.gridGeneric {
    line-height: 30px;
    width: 98%;
    height: 100%;
    left: 10.1%;
    color: #1a1a1a;
    border-width: 0px;
    margin:10px;
}

.gridGestioneUtenti {
    line-height: 30px;
    width: 100%;
    height: 100%;
    color: #1a1a1a;
    border-width: 0px;
}

.greyText {
    color: #898e99;
    font-size:20px;
}

.header {
    background-color: #6dc2e9;
    height: 81px;
    width: 100%;
    overflow-y: hidden;
}

.immagineLogin {
    width: 100%;
    height: 34px;
    background-color: #6dc2e9;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}

.inputFormDiv {
    padding: 5px;
}

.inputFormLabel {
    display: inline-block;
    text-align: right;
    width: 16%;
    white-space: nowrap;
}

.lblAzzurra {
    color: #6dc2e9;
}

.lblIntestazione{
    color:white;
    font-size:14px;
    margin-left:10px;
}

.lblLogin {
    font-size: 12px;
    background-color: white;
    color: #666666;
}

.liHyperLink {
    margin-bottom:15px;
}

.liHyperLink:hover {
    color: #6dc2e9;
    cursor: pointer;
}

.link {
    text-decoration: none;
    color: #6dc2e9;
    cursor: pointer;
}

.link:hover {
    color: #dddddd;
}

.listaAutocompletamento {max-height:300px !important;position:absolute;/*background-color: #F9F9F9 !important;*/border: 1px solid #a2ccde;background-color:white;/*overflow-y:hidden !important;*/overflow-y:auto !important;width:auto !important;z-index:2;padding:0px 1px;margin-top:-1px !important;}
.listaAutocompletamento div {padding: 3px 5px;border-top:1px solid #a2ccde;}
.listaAutocompletamento div:first-child {border-top:0px;}

.mapButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    width:99%;
    outline:none;
    max-width: 280px;
    text-overflow:ellipsis;
    overflow: hidden;
    margin-bottom:2px;
}

.mapButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}

.mapButton:active {
	position:relative;
	top:1px;
}

.menuarrow {margin-left: -17px; position:absolute;}

.menuarrowAtt{
    margin-top: -1px;
    position:absolute;
    right: -12px;
}

.menuarrowScad{
    margin-left: -12px;
    margin-top: -1px;
    position:absolute;
}

.MenuPopup {
    height: 4%;
    width: 100%;
    left: 0px;
}

.modalPopupModComm {
    background-color: #FFFFFF;
    padding-left: 2px;
    padding-top: 2px;
}

.nodiBase {
    width: 100%;
    height: 30px;
    color: #1a1a1a;
    background-color: #fff;
    overflow: visible;
}

.overlay {
    position: absolute;
}

.pageCenter {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RowStyle:hover, .divAzioni td:hover {
    background-color: #f6f6f6 !important;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
}

.RowStyle input[type="image"], .RowStyle img, .RowStyle span {
    vertical-align: middle;
    cursor: pointer;
}

.rowHighLightGrey:hover {
    color: lightgrey;
    cursor: pointer;
}

.divFileAtt {
    border-style: solid;
    border-radius: 7px;
    border-width: thin;
    display: inline;
    margin-right:10px;
}

.tableFileAtt {
    border-radius: 7px;
    border-style: solid;
    border-width: thin;
    float: left;
    margin:5px 10px 0px 0px;
}

.spanTree {
    color: #1a1a1a;
}

.spanTreeEvidenziato {
    background-color: #fff1b8;
    font-size: 12px;
}

.spento {
    display: none;
}

.skyBlueButton {
    border-style: hidden;
    border-color: inherit;
    border-width: medium;
    color: #6dc2e9;
    background-color: white;
    cursor: pointer;
    outline: none;
    margin-left: 0px;
}

.tab {
    border-top-left-radius:10px; 
    border-top-right-radius:10px;
    color: #575756;
    padding: 8px;
    line-height: 30px;
    display: inline;
    /*background-color: #fff;*/
    background-color: #d4d5d8;
    height: 30px;
    margin-right: 5px;
}

.tab:hover{
    cursor: pointer;
}

.tab.selected {
    background-color: white;
}

.tabButton {
    background-color: transparent;
    border-color: inherit;
    border-style: hidden;
    outline: none;
}

.tabButton:hover {
    cursor: pointer;
}

.tabellaLogin2 {
    width: 100%;
    height: 100px;
    vertical-align: top;
    text-align: center;
}

.tabellaLogin3 {
    height: 7%;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.tableHidden td {
    text-align: center;
}

.tableHidden tr {
    height: 25px;
}

.tableNoBorders {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

.tableWithBorders {
    border-collapse: separate;
    border-spacing: 8px;
    width: 100%;
}

.tdModPagina {
    vertical-align: middle;
    text-align: right;
    height: 10%;
}

.tdModPagina.first {
    width:17%;
    white-space: normal;
}

.tdOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.tree {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 12px;
    margin-left: -20px;
}

.tree .borderBottom {
    border-bottom: 1px solid #cfd1d1;
}

.tree-child {margin-top: 3px;}
.tree-child:hover {cursor: default;}

.tree-dad {
    line-height: 32px;
    color: #979798;
}

.tree-dad-inter{
    line-height: 28px;
    color: #979798
}

.tree-dad img {
    vertical-align: middle;
    padding-right: 5px;
}

.tree-dad-child .borderBottom {
    border: none;
}

.prova {
    margin-top:1px;
}

tr.bordoSotto td {
  border-bottom:1px solid #cfd1d1;
}


.tree-doc-div {
    /*margin-right: 180px;
    padding-right: 30px;*/
    padding-left: 35px;
}

.tree-menu {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.tree-menu:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.tree table td {
    vertical-align: middle;
}

.txtFiltroComm {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    padding-left: 5px;
    height: 22px;
    line-height: 22px;
    width: 100%;
}

.txtLogin {
    background-color: #f1f1f1;
    border: 0;
    box-sizing: border-box;
    font-size: 12px;
    height: 32px !important;
    padding: 0;
    padding-left: 5px;
    width: 100%;
}

.txtModifica { 
    border: 1px solid #dddddd;
    background-color: white;
    color: #1a1a1a;
    margin-top: 2px;
    padding-left: 5px;
    text-align: justify;
    margin-bottom: 0px;
    max-height: 31px;
    padding-top: 5px;
    padding-bottom: 7px;
    height: 30px;
}

.txtModificaHeightFree { 
    border: 1px solid #dddddd;
    background-color: white;
    color: #1a1a1a;
    margin-top: 2px;
    padding-left: 5px;
    text-align: justify;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 7px;
}

.txtModificaMulti {
    border: 1px solid #dddddd;
    background-color: white;
    color: #1a1a1a;
    margin-top: 2px;
    padding-left: 5px;
    text-align: justify;
    margin-bottom: 0px;
    width: 96.2%;
    height: 27px;
    resize: none;
    line-height: 15px;
}

.txtToolbarFilter {
    color: white;
    margin-left: 5px;
    padding-right: 10px;
}

.ui-tabs .ui-tabs-nav li {
    border: 0px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    outline: none !important;
}

.rotate90 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.imgFiltri {
    height: 25px;
    outline: none;
    vertical-align: middle;
}

.tableFilters {height: 100%;}

.tableFilters td {
    vertical-align: middle;
}

.tableFilters input[type='text'], .tableFilters select {
    width: 90%;
}

.notificationIco {
    position: absolute;
    outline: none;
}

.notificationDiv {
    padding-bottom: 4px;
    height: 27px;
    width: 25px;
    position: relative;
}

.divNotificationContainer {
    max-height: 500px;
    overflow-y: scroll;
    padding-right: 5px;
    width: 462px;
}

.internalBack{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:999;
    background-color:rgba(158, 158, 158, 0.54);
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s;
}

.internalFrame {
    border: 0px;
    background-color: white;
    visibility: hidden;
}

.rotate180 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.marquee {overflow: hidden; width: 450px; white-space: nowrap;}
.marquee span {display: inline-block;}
.marquee span:hover {animation: marquee 30s linear infinite;}
@keyframes marquee {0% {transform: translate(0, 0);} 100% {transform: translate(-100%, 0);}}

.tableAlternate tr:nth-child(2n) {background-color: #F9F9F9;}
.rowHighLight:hover { background-color: #D8D8D8 !important; cursor: pointer; }

/* Classi per gestione iframe */
.divFlexCentered {display: none; align-items: center; justify-content: center; height: 100%; width: 100%; position: absolute; top: 0; left: 0;}
.divExternal {background-color: rgba(128, 128, 128, 0.5);}
.divInternal {background-color: white; border-radius: 7px; margin-bottom: 20px; opacity: 0; transition: opacity 0.5s; min-width: 500px; padding: 15px; border: 1px solid #777;}
.popUpFrame {background-color: rgba(128, 128, 128, 0.5); position: fixed; z-index: 999; top: 0px; left: 0px; height: 100%; width: 100%; display: none; border: none; transition: opacity 0.5s;}

.divButtons {display: flex; justify-content: space-around; margin-top: 13px; border-top: solid 1px #d0d1d4; padding-top: 15px;}

.btnGeneric {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #e9e9e9) );
    background: -moz-linear-gradient( center top, #fefefe 5%, #e9e9e9 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e9e9e9');
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    min-width: 31px;
    color: #777;
}

.btnGeneric:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
    text-decoration: none;
}

.textAlignLeft {text-align: left;}
.textAlignRight {text-align: right;}
.divSeparator {border-bottom: solid 1px #848484; margin-left: 10px; width: 96%;}
.divAtt {background-color: white; border: 1px solid #AEAEAE; display: none; padding: 5px; position: absolute; right: 35px; top: -19px;}
.imgCloseGrey {height: 10px; position: absolute; top: 10px; right: 10px; z-index: 999; opacity: 0.8; cursor: pointer;}
.spinner_back {background-image: url('/Images/popup_back.png'); background-repeat: repeat; width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 1061; display: flex; align-items: center; justify-content: center;}
.divEmptyNotes {color: #a5a5a5; margin-top: 7px;}
.Calendario {position: relative; top: 6px; left: -22px;}
.lblNotifica {margin-bottom: 15px; display: inline-block;}
.divErrorLicense {background-color: white; color: #777; border: 2px solid #f3a113; border-radius: 5px; padding: 10px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.imgCloseGolWebInfo {width: 25px; position: absolute; top: -12px; right: -12px; background-color: white; border-radius: 15px; cursor: pointer;}
.mail {color: #6dc2e9 !important; cursor: pointer;}

div.AutoCompleteExtender_HighlightedItem:hover, div.AutoCompleteExtender_CompletionListItem:hover, div.AutoCompleteExtender_HighlightedItemTit:hover, div.AutoCompleteExtender_CompletionListItemTit:hover, .listaAutocompletamento div:hover, .tree-child:hover, .tree-dad:hover {
    background-color: #f6f6f6 !important;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.divInfo ::-webkit-input-placeholder {color: #4d4d4d; opacity: 1;}
.divInfo ::-moz-placeholder {color: #4d4d4d; opacity: 1;}
.divInfo :-ms-input-placeholder {color: #4d4d4d; opacity: 1;}
.divInfo input:-moz-placeholder {color: #4d4d4d; opacity: 1;}

html {
    height: 100%;
    width: 100%;
}

#notification-box{
    width:100%;
    height:100%;
    background-color:rgba(124, 124, 124, 0.60);
    position:fixed;
    top:0px;
    left:0px;
}

.scrittasalvataggio{
  margin-top:10px;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
}

.displayFlex {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
align-content: center;
-ms-flex-pack: center;
}

input.radio:empty {
	margin-left: -999px;
}

input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 2.5em;
	text-indent: 3.25em;
	margin-top: 2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    /*margin-left:62px;*/
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #C2C2C2;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
}

input.radio:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #A6D9F0;
    background-color: #f3a113;
}

input.radio:checked ~ label {
	color: #777;
}

.divRadio {
	clear: both;
	margin: 0 50px;
    margin-top: -18px;
    margin-bottom:15px;
    margin-left: 0px;
}

.labelRadio {
  width: 225px;
  border-radius: 3px;
  border: 1px solid #D1D3D4
  
}

.imgStar {
    height: 40px;
    margin-right: 5px;
}

#divHeaderFixed {
    background-color: white;
    display: none;
    position: fixed;
    z-index: 999;
}

.divCatSottocatContainer {
    height: 100%;
    overflow-y: scroll;
    width: calc(100% + 20px);
}

.divFlex {display: flex; align-items: center;}

.divFlex.left {justify-content: flex-start;}

.divFlex.right {justify-content: flex-end;}

.imgMoreText {
    display: none;
    height: 12px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    opacity: 0.6;
}

.imgCloseTooltip {
    background-color: white;
    border-radius: 16px;
    cursor: pointer;
    height: 25px;
    position: absolute;
    top: -14px;
    right: -14px;
}

.labelNoWrap { display: inline-block; white-space: nowrap; overflow: hidden; }

.tdTreeSharedUsers {width: 2%; position: relative; overflow: inherit;}

/* V2 */

body {
    font-family: Calibri, sans-serif;
    color: #333333;
}

.btn:hover {
    color: #ffffff;
}

.badge.header-counter {
    padding: 2.5px 2.5px 2.5px;
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 10px;
    color: #ffffff;
    white-space: nowrap;
    border-radius: 10px;
    display: block;
    background-color: #f3a113;
    width: 19px;
    height: 19px;
    line-height: 13px;
    text-align: center;
}

.badge.cart-counter {
    padding: 2.5px 2.5px 2.5px;
    position: absolute;
    top: 477px;
    right: 33.5px;
    display: inline-block;
    min-width: 10px;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    font-weight: 400;
    background-color: trasparent;
}

.bg-nav {
    background-color: #191b3a;
}

.cog-color {
    color: #c4b719;
}

.phone-color {
    color: #f3a012;
}

.card-bg {
    background-color: #fefaf3;
    border: 1px solid #f3a113;
    border-radius: 0;
}

.footer-text {
    color: #565554;
    font-weight: 500;
}

.nav-title {
    color: white;
}

#header-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

#intervento-tab:not(.active), #attivita-tab:not(.active), #clessidra-tab:not(.active), #chiuse-tab:not(.active), #piante-tab:not(.active) {
    background-color: #e0e0e0;
}

#intervento-tab, #attivita-tab, #clessidra-tab, #chiuse-tab, #piante-tab {
    color: #828282;
    margin-left: 7px;
    border: none;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

#intervento-tab.active {
    color: #f3a013;
    background-color: #ffffff;
    border: none;
}

.nav-link.show {
    background-color: #df9417;
}

#mainTab, #docTab {
    background-color: #b3b2b2;
    border-bottom: none;
}

#menu {
    background-color: #191919;
    border: 3px solid #df9417;
    margin-top: 0;
    padding: 0.25rem 0;
    border-radius: 1px;
    min-width: 13rem;
}

.dropdown-item {
    color: #191b3a;
    font-weight: 500;
}

.dropdown-divider {
    background-color: #b3b2b2;
    margin: .2rem 0;
    height: .2rem;
    opacity: 1;
}

/*.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active {background-color: transparent; color: #df9417;}*/

.popupModal .modal-section {
    border: 1px solid #b3b2b2;
    background-color: rgba(239, 239, 239, 0.5);
}

.popupModal .modal-title {
    color: #515151;
}

#ordine-modal.btn {
    font-size: 1.5rem;
}

/* --carrello-modal styles --*/

#carrello-modal .modal-content {
    border: 1px solid black;
    border-radius: 0;
}

#btn-close-cart {
    width: 5.5rem;
    right: -1px;
    position: absolute;
    height: 2.15rem;
    top: -2.1rem;
    border-right: 1px solid black;
    border-top: 1px solid black;
    z-index: 99999;
    cursor: pointer;
}

#carrello-modal > div.modal-dialog {
    margin-top: 3rem;
}

.cart-title {
    color: #e4c700;
}

.form-label {
    color: #7f7f7f;
}

div.popupModal label.form-label {
    color: #7f7f7f;
    margin-bottom: 0;
}

.form-select, input.form-control {
    border: 1px solid #c3c3c3;
    border-radius: 0;
}

input.form-control:not([type="file"]) {
    border: 1px solid #c3c3c3;
    border-width: 1px 0px 1px 1px;
    border-radius: 0;
}

.input-group-text {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-width: 1px 1px 1px 0px;
    border-radius: 0;
    padding: inherit;
    margin-left: 0px !important;
}

textarea.form-control {
    border: 1px solid #c3c3c3;
    border-radius: 0;
}

.cover_photo {
    width: 100%;
    height: 3rem;
    overflow: hidden;
    position: relative;
}


.upload_btn {
    position: absolute;
    top: 0;
    left: 0;
}

    .upload_btn input[type="file"] {
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        opacity: 0;
        width: 32px;
        z-index: 1;
    }

#icon_upload {
    font-size: 2.5rem;
    cursor: pointer;
}

.img-title {
    height: 3rem;
}

.form-select {
    background-image: url('../images/v2/freccia-giu-blue.png');
    background-size: 15px 9px;
    color: #7f7f7f;
}

.img-rotate {
    transform: rotate(270deg);
}

.ric-title {
    color: #515151;
}

.modal-body {
    padding: .7rem;
}

.image-upload > input {
    visibility: hidden;
    width: 0;
    height: 0
}

.image-upload img {
    pointer-events: none;
    height: 2rem;
}

.image-upload span {
    vertical-align: sub;
}

.btn-cancel {
    background-color: #b3b2b2;
    border-color: #b3b2b2;
    color: #ffffff;
    border-radius: 0;
}

.btn-submit {
    background-color: #191b3a;
    border-color: #191b3a;
    color: #ffffff;
    border-radius: 0;
}

#intervento-title, #piante-title, .attivitaTitle {
    font-weight: 600;
    font-size: 1.1rem;
}

/* PIANTE TAB*/

.breadcrumb, .breadcrumb-item + .breadcrumb-item::before {
    color: #7f7f7f;
}

.img-bordered {
    border: 3px solid #b3b2b2;
}

#slideOut {
    position: fixed;
    width: 350px;
    height: 10px;
    top: 100px;
    right: -320px;
    /* Animation  */
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

/* Display slideOut */

.showSlideOut {right: 0px !important;}

/* Tab */

.slideOutTab {
    position: absolute;
    left: -15px;
    width: 40px;
    padding-left: 1px;
}

.slideOutTab div {
    text-align: center;
    position: relative;
    right: 70px;
    top: -1px;
    width: 180px;
}

#slideOut .modal-body {background-color: #e1db8c;}

#slideOut .modal-content {
    margin-top: 350px;
    border: none;
    border-radius: 0;
    margin-left: 1px;
}

#slideOut .form-select {
    border: none;
    background-image: url('../images/v2/freccia-giu-ocra.png');
    background-size: 15px 9px;
}

#slideOut .form-control {
    border: none;
    border-radius: 0;
}

#slideOut .input-group-text {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

#slideOut .slideOutContainer {background-color: #e1db8c; position: absolute; right: 13px; width: 320px;}

#slideOut #basic-addon2 {
    right: 0px;
    position: absolute;
    height: 100%;
    padding-left: 5px;
    z-index: 999;
}

.btn-panel {
    background-color: #f3a113;
    border-color: #f3a113;
    color: #ffffff;
    border-radius: 0;
}

#ordine-list {
    margin-bottom: 10px;
    overflow: scroll;
    border: 2px solid #f3a113;
    border-radius: 0;
    overflow-x: hidden;
    height: 40vh;
}

    #ordine-list .list-group-item:nth-child(even) {
        background-color: #e0e0e0;
    }

    #ordine-list .list-group-item {
        border: none;
        color: #7f7f7f;
    }

#ricerca-ricambi > input {
    background-color: #e4c700;
    border: 1px solid #e4c700;
    color: white;
    background-clip: unset;
}

    #ricerca-ricambi > input::placeholder {
        color: white;
    }

#ricerca-ricambi > span {
    background-color: #e4c700;
    border: 1px solid #e4c700;
    border-radius: 0;
}

label[for=lista-ricambi] {
    margin-top: .2rem;
}

label[for=soggetto-ricambi] {
    color: #7f7f7f;
}

.darkgrey {
    color: #7f7f7f;
}

.btn-show-cart, .btn-preventivo {
    background-color: #e4c700;
    border-color: #e4c700;
    color: #ffffff;
    border-radius: 0;
}

.notify-badge {
    position: relative;
    height: 1rem;
    top: 0.8rem;
    left: 4.9rem;
    width: 1rem;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 50%;
    color: white;
}

.spinner {
    border: 1px solid #e0e0e0;
    text-align: center;
}

.bg-ocher {
    background-color: #c4b71a;
}

.bg-orange {
    background-color: #f3a113;
}

.text-orange {
    color: #f3a113;
}

.cart-table {
    margin-top: -1rem;
}

.cart-table thead {
    color: #f3a113;
}

.cart-table tbody tr:last-child {
    border-bottom: 1px solid #000;
}

.cart-table tbody tr {
    border-bottom: 1px solid #c4b71a;
}

#service-tab {
    width: 7rem;
    height: 2rem;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

/* tree view*/

img.fancytree-icon {
    width: 19px;
}

table.fancytree-ext-table tbody tr td {
    border: none;
}

#tree tbody tr:first-child {
    border-bottom: 1px solid #000;
}

table.fancytree-ext-table tbody tr.fancytree-active, table.fancytree-ext-table tbody tr.fancytree-active:hover, table.fancytree-ext-table tbody tr.fancytree-selected:hover, table.fancytree-ext-table tbody tr:hover, table.fancytree-ext-table tbody tr:hover {
    background-color: trasparent;
    outline: 0;
}

span.fancytree-expander.fas.fa-caret-right {
    color: #f3a113;
}

span.fancytree-expander.fas.fa-caret-down {
    color: #f3a113;
}

#pianificate-list-1, #pianificate-list-4 {
    border: 2px solid #f3a113;
    border-radius: 0;
    background-color: #ffffff;
    font-size: .9rem;
}

#pianificate-list-2, #pianificate-list-3 {
    border: 2px solid #f3a113;
    border-radius: 0;
    background-color: rgba(225, 219, 140, 0.1);
    font-size: .9rem;
}

#pianificate-list-1 .list-group-item, #pianificate-list-2 .list-group-item, #pianificate-list-3 .list-group-item, #pianificate-list-4 .list-group-item {
    background-color: transparent;
    border: none;
}

.list-title {
    color: #b3b2b2;
    font-size: 4.5vw;
}

.list-element {
    font-size: 1.1rem;
}

hr {
    color: #f3a113;
    height: .1rem !important;
}

.td-grey {
    color: #b3b2b2;
}

.td-font {
    font-size: 1.4rem;
    font-weight: 400;
}

/* CUSTOM FONT SIZE*/

.c-fs-2 {font-size: 1.5rem;}

.fs-5b {font-size: 1.1rem;}

/* tree view */

ul, #myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}

.caret, .caret-child, .caret-empty {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    height: 38px;
}

.caret::before {
    content: "\25B7";
    color: #f3a113;
    display: inline-block;
    width: 25px;
}

.caret.down::before {
    content: "\25E2";
}

.caret-child::before {
    content: "\25B7";
    color: #c4b71a;
    display: inline-block;
    width: 25px;
}

.caret-child.down::before {
    content: "\25E2";
}

.caret-loading:before {background: url('/images/v2/spinner-new.svg') no-repeat center; position: relative; width: 25px; z-index: 10000; content: '' !important; height: 24px; display: block; background-size: 100%;}

.nested {
    display: none;
}

.active {
    display: block !important;
}

.doc-img {
    height: 1.5rem;
}

.doc-hr {
    opacity: 1;
    color: #333333;
    height: 1px !important;
    margin-left: 1.5rem;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

.table-border-bottom {
    border-bottom: 1px solid #b3b2b2;
}

#miniatureModal > div > div.modal-content {
    height: 70vh;
}

#carrello-modal {
    height: 90vh;
}

/* width */
#miniatureModal > div > div.modal-content::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

#miniatureBtnClose:hover {
    color: #f3a113;
}

/* ID */

#headerFiltriIcon {height: 61px;}

#popup-bs {top: 0px; left: 0px; width: 100%; height: 100%; position: fixed; display: none; z-index: 1031;}

/* Classe */

div.modal {background-color: rgba(158, 158, 158, 0.54);}

span.azienda {cursor: pointer;}

span.azienda.active {color: #1e2125; background-color: #e9ecef; text-decoration: underline;}

.form-check .form-check-input {margin-right: 0.5em;}

.orangePoint {background-color: #f3a113; width: 10px; height: 10px; border-radius: 10px; display: inline-block;}

.dataPresunta {color: #f3a113; font-weight: bold;}

.tableOrange {border: 2px solid #f3a113; border-radius: 0; background-color: rgba(225, 219, 140, 0.1); font-size: .9rem;}

.tableWhite {border: 2px solid #f3a113; border-radius: 0; background-color: #ffffff; font-size: .9rem;}

.tableOrange .list-group-item {background-color: transparent; border: none;}

.tableWhite .list-group-item {background-color: transparent; border: none;}

/* Hide scrollbar for Chrome, Safari and Opera */
.modal-body::-webkit-scrollbar {display: none;}

/* Hide scrollbar for IE, Edge and Firefox */
.modal-body {-ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */}

.btn-orange {background-color: #f3a113; border-color: #f3a113; color: #ffffff; border-radius: 0;}

.btn-elimina {border-color: #dc3545; background-color: #dc3545; color: #ffffff; border-radius: 0px;}

.toast {background-color: #f3a113; color: #ffffff;}

.input-text {border-right-width: 1px !important;}

.datePicker * {box-sizing: initial;}

.caret-empty:before {content: "\25B7"; color: transparent; display: inline-block; width: 25px;}

.tree-separator {height: 10px;}

.menu-soggetto-item {background-color: #fff; color: #3C3C3C; border: 1px solid #C7C7C7; text-align: center;}

.menu-soggetto-item:hover {background-color: rgba(199, 199, 199, 0.2);}

.hr-orange { color: #f3a113 !important; margin: 0px;}

.scadenzario-doc {cursor: pointer; height: 33px;}

.input-label {background-color: transparent !important; border: none !important;}

.input-label:focus {box-shadow: none !important;}

.header-icon-selected {background-color: #fefaf3; border-radius: 8px 8px 0px 0px;}

.label-padding {padding: 0.375rem 0;}

.arrowUsers {margin-left: -11px; margin-top: 5px; padding: 0; position: absolute; }

.divUsers {background-color: white; border: 1px solid #AEAEAE; color: black; line-height: 20px; max-height: 400px; overflow-y: auto; padding: 5px;}

.divUsersContainer {position: absolute; left: 68px; top: 0px;}

.switch-orange:checked {background-color: #f3a113; border-color: #f3a113;}

.switch-orange:focus {border-color: #f3a113; outline: 0; box-shadow: 0 0 0 .25rem rgba(243, 161, 19,.25);}

.forbidden {background: no-repeat center url(/images/forbidden-sign.png) rgba(158, 158, 158, 0.54); position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.5;}

.nav-item > .nav-link {padding-top: 12px;}

.imgClipboard {width: 20px; cursor: pointer;}

.imgDocComune {width: 25px; height: 25px;}

.tree-border {border-bottom: 1px solid #b3b2b2; padding: 4px 0 4px 0;}

.input-group > input {padding-right: 0;}

/* Inizio modifiche per revisione grafica (menù a sx) */

#toolbarTop {height: 60px;}

#toolbarLeft {top: 60px;}

.menu-fixed-left {position: fixed; top: 0; left: 0; right: auto; bottom: 0; z-index: 1030; width: 300px; flex-flow: column nowrap; align-items: flex-start;}

.navbar-nav.left {flex-direction: column !important; width: 100%;}

.navbar-nav.left > li > a {line-height: 38px;}

.bg-nav-grey {background-color: #f3f3f3;}

.dropdown-menu {display: unset; left:0; border-radius: unset; padding: 0; border-bottom: none; width: 55%;}

.dropdown-menu > li {border-bottom: 1px solid #c3c3c3;}

.navbar-nav.left > li {border-bottom: 1px solid #c3c3c3; padding-top: 6px; padding-bottom: 6px;}

.dropdown-item.active, .dropdown-item:active {color: inherit; text-decoration: none; background-color: inherit;}

.logout-div {height: 60px; line-height: 60px; width: 300px; background-color: #f3a113; color: #fff;}

.logout-item {color: #fefaf3; text-decoration: none; width: 100%; display: inline-block;}

.logout-item:hover {color: inherit;}

.mainContainer {padding-top: 60px; height: 100%;}

.filters {background-color: #dddddd; top: 60px; left: 300px; right: 0px; z-index: 999; position: fixed;}

.btn-new-activity, .btn-new-order {background-color: #f3a113; color: #fff; display: flex; align-items: center; justify-content: space-between; height: 42px; border-radius: 5px; cursor: pointer;}

.btn-filtra {color: #191b3a; display: flex; align-items: center; justify-content: center; height: 100%;}

.btn-cerca {background-color: #191b3a; color: #fff; display: flex; justify-content: center; align-items: center; height: 42px; width: 42px; font-size: 12px; border-radius: 5px; cursor: pointer; flex-direction: column;}

.filters-cerca {display: flex; justify-content: center;}

.filters input[type='text'], .filters select {height: 42px;}

.section {margin-left: 20px; background-color: #fff; height: 100%;}

#mainTab > li {margin-bottom: 1px;}

#mainTab img {width: 40px;}

#mainTab span {font-size: 15px; color: black;}

.btn-new-branch {background-color: #f3a113; color: #fff; display: flex; align-items: center; justify-content: space-around; height: 42px; border-radius: 5px; cursor: pointer;}

.tableGrey {border: 1px solid #b3b2b2; border-radius: 0;}

.tableDarkGrey {background-color: rgba(239, 239, 239, 0.5);}

.notifications-bell {cursor: pointer; width: 35px; height: 35px; background-image: url(/images/v2/Notifiche_header_full.png); background-size: contain; background-repeat: no-repeat;}

.legend-icon {cursor: pointer; width: 35px; height: 35px; background-image: url(/images/v2/stato_5.png); background-size: contain; background-repeat: no-repeat; color:white}

.btn-filtro {cursor: pointer; width: 35px; height: 35px; background-image: url(/images/v2/Filtro_header.png); background-size: contain; background-repeat: no-repeat;}

.hamburger {cursor: pointer; width: 27px; height: 27px; background-image: url(/images/v2/menu-generale.png); background-size: contain; background-repeat: no-repeat;}

.liSceltaAzienda {display: none;}

.toolbar-icon-desk {background-image: url(/images/v2/loghi/GOL_TECH_186.png); background-size: contain; background-repeat: no-repeat; height: 100%; width: 55px; height: 55px; margin-right: 10px;}

.toolbar-icon-mobile {background-image: url(/images/v2/loghi/GOL_TECH_186.png); background-size: contain; background-repeat: no-repeat; height: 100%; width: 55px; height: 55px;}

.grey-separator {background-color: #b3b2b2; height: 1px;}

.tableBorderOrange {border: 1px solid #f3a113;}

.logout-li {background-color: #f3a113;}

form.documenti .mainContainer {background-color: #b3b2b2;}

form.attivita .mainContainer {background-color: #b3b2b2;}

.btn-calendar {background-image: url(/images/v2/calendar-blue.png); background-size: contain; background-repeat: no-repeat; width: 30px; height: 100%; background-position: center; cursor: pointer; margin-right: 3px;}

.btn-documentale {background-image: url(/images/v2/doppia-cart-blue.png); background-size: contain; background-repeat: no-repeat; width: 33px; height: 100%; background-position: center; cursor: pointer; margin-right: 3px;}

.img-filtra {background-image: url(/images/v2/filtra.png); background-size: contain; background-repeat: no-repeat; width: 29px; height: 100%; background-position: center; margin-right: 3px;}

.btn-new {background-image: url(/images/v2/nuovo.png); background-size: contain; background-repeat: no-repeat; width: 29px; height: 100%; background-position: center; cursor: pointer; margin-right: 3px;}

.form-separator {color: #b3b2b2;}

.tableStd {border: 1px solid #b3b2b2; background-color: #fff;}

.tab-att-prossime {background-image: url(/images/v2/tab/attivita-tab.png); background-size: contain; background-repeat: no-repeat; width: 40px; height: 40px; background-position: center; cursor: pointer;}

.tab-att-prossime.selected {background-image: url(/images/v2/tab/attivita-tab-c.png);}

.tab-att-in-corso {background-image: url(/images/v2/tab/clessidra-tab.png); background-size: contain; background-repeat: no-repeat; width: 40px; height: 40px; background-position: center; cursor: pointer;}

.tab-att-in-corso.selected {background-image: url(/images/v2/tab/clessidra-tab-c.png);}

.tab-att-chiuse {background-image: url(/images/v2/tab/chiuse-tab.png); background-size: contain; background-repeat: no-repeat; width: 40px; height: 40px; background-position: center; cursor: pointer;}

.tab-att-chiuse.selected {background-image: url(/images/v2/tab/chiuse-tab-c.png);}

.tab-att-mappe {background-image: url(/images/v2/tab/piante-tab.png); background-size: contain; background-repeat: no-repeat; width: 40px; height: 40px; background-position: center; cursor: pointer;}

.tab-att-mappe.selected {background-image: url(/images/v2/tab/piante-tab-c.png);}

/* Fine modifiche per revisione grafica (menù a sx) */

.img-att-raggruppate {background-image: url(/images/v2/attivita-raggruppate.png); background-size: contain; background-repeat: no-repeat; width: 38px; height: 38px; background-position: center; cursor: pointer; display: inline-block;}

.img-att-rapportini {background-image: url(/images/v2/rapportini.png); background-size: contain; background-repeat: no-repeat; width: 38px; height: 38px; background-position: center; cursor: pointer; display: inline-block;}

.img-att-note {background-image: url(/images/v2/stato_3.png); background-size: contain; background-repeat: no-repeat; width: 38px; height: 38px; background-position: center; cursor: pointer; display: inline-block;}

.img-download-file {background-image: url(/images/v2/download-documenti.png); background-size: contain; background-repeat: no-repeat; width: 23px; height: 29px; background-position: center; cursor: pointer; display: inline-block;}

.img-download-file.small {width: 20px; height: 20px;}

.img-bin {background-image: url(/images/v2/waste.png); background-size: contain; background-repeat: no-repeat; width: 35px; height: 35px; background-position: center; cursor: pointer; display: inline-block;}

.img-foto {background-image: url(/images/v2/allega-immaginw.png); background-size: contain; background-repeat: no-repeat; width: 40px; height: 32px; background-position: center; cursor: pointer; display: inline-block;}

.img-file {background-image: url(/images/v2/caricamento-documenti.png); background-size: contain; background-repeat: no-repeat; width: 40px; height: 32px; background-position: center; cursor: pointer; display: inline-block;}

.espandi-tutto {background-image: url(/images/v2/espandi-tutto.png); background-size: contain; background-repeat: no-repeat; width: 31px; height: 31px; background-position: center; cursor: pointer;}

.menu-radice {background-image: url(/images/v2/menu-arancio-documentale-small.png); background-size: contain; background-repeat: no-repeat; width: 23px; height: 23px; background-position: center; cursor: pointer;}

.menu-standard {background-image: url(/images/v2/menu-ocra-documentale-small.png); background-size: contain; background-repeat: no-repeat; width: 23px; height: 23px; background-position: center; cursor: pointer;}

.img-calendar {background-image: url(/images/v2/calendar.png); background-size: contain; background-repeat: no-repeat; width: 35px; height: 35px; background-position: center; cursor: pointer;}

.img-calendar[disabled='disabled'] {background-color: #e9ecef;}

.nav-item.current {position: relative;}

.nav-item.current:before {content: url(../images/v2/triangle-right.svg); display: inline-block; width: 25px; height: 25px; position: absolute; top: 30%; right: 0px;}

.float-end:after {content: ""; display: block; clear: both; visibility: hidden; height: 0px; width: 0px;}

.img-edit {background-image: url(/images/v2/modifica.png); background-size: contain; background-repeat: no-repeat; width: 22px; height: 20px; background-position: center; cursor: pointer; display: inline-block;}

.user-info {color: #dddddd;}

.menu-separator-div { width: 80%; height: 1px; background-color: #C7C7C7; margin: auto; margin-top: 18px; margin-bottom: 18px; }

/* Fine modifiche per revisione grafica (menù a sx) */

.img-qr-mini {width: 10px; position: absolute; top: -4px; left: 54px;}
.img-qr-legenda{width: 12px; right:330px; position: absolute;}

.tooltip {--bs-tooltip-bg: #b3b2b2;}

.img-info {background-image: url(/images/v2/info.png); background-size: contain; background-repeat: no-repeat; width: 20px; height: 20px; background-position: center; cursor: pointer; display: inline-block;}

.liImpostazioni {display: none;}

.session-container {flex-direction: column; justify-content: end; align-items: end;}

.session-container > a {text-decoration: none; line-height: normal;}

.session-info {color: #dddddd; font-size: 13px; cursor: pointer;}

.img-plus {margin-left: 8px; width: 25px;}

.label-profilo {display: inline-block; width: 150px; height: 32px;}

.img-qr {width: 22px; height: 20px;}

.img-menu-placeholder {background-image: url(/images/v2/triangle-right.svg); background-size: contain; background-repeat: no-repeat; width: 25px; height: 25px; background-position: center;}

.img-att-note-vuota {background-image: url(/images/v2/stato_4.png); background-size: contain; background-repeat: no-repeat; width: 38px; height: 38px; background-position: center; cursor: pointer; display: inline-block;}

/* Solo smartphone e tablet */
@media (max-width: 991px) {

    .filters {left: 0; display: none;}

    .filters-cerca {justify-content: right;}

    .btn-cerca {width: 80px;}

    form.documenti .btn-cerca {width: 45px;}

    .section {margin-left: 0px;}

    .nav-item.current:before {top: 16%;}

}

/* Solo tablet */
@media (min-width: 769px) and (max-width: 991px) {

    .dropdown-menu {width: 30%;}

    .profili {width: 50%;}

    .large-dialog { max-width: 600px; }

}

/* Solo desk */
@media (min-width: 992px) {

    .large-dialog { max-width: 800px; }

    .filter-new-activity {width: 110px;}

    .mainContainer {padding-left: 300px;}

    form.attivita .mainContainer, form.modelli-albero .mainContainer, form.utenti .mainContainer, form.profili .mainContainer, form.lingue .mainContainer {
        padding-top: 118px;
    }

    form.documenti .mainContainer {padding-top: 138px;}

    form.documenti .section {width: 50%; border-radius: 5px;}

    .profili {width: 30%;}

}