@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, video, canvas, audio{

    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    
}
ul{ list-style:none;}

.ui-widget {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.ui-widget-header {
    border: 1px solid #c8c8c8 !important;
    background: #d2e5fb !important;
}

a{ text-decoration: none;}

.clear{
	clear: both;
	height: 0;
}
.admin_clear{
	clear: both;
	height: 0;
	display: none;
}
.admin-page .admin_clear{
	display: block;
}



body, a{
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	max-width: 1920px;
}

body{
	margin: 0 auto;
}

h1{font-size: 40px;color:var(--mg_color_c);}
h2{font-size: 35px;color:var(--mg_color_c);}
h3{font-size: 30px;color:var(--mg_color_c);}
h4{font-size: 20px;color:var(--mg_color_d);}

a:hover{
	color:#777;
}

*:focus,
*:active{
	outline: 0;
}

.waiting_server{
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000010;
    background: #000;
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.waiting_server > div{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.waiting_server > div > div{
    position: relative;
    z-index: 2;
    width: 280px;
    height: 50px;
    margin: auto;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
.waiting_server span{
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
    display: block;
}
.waiting_server img{
    position: absolute;
    top: 12px;
    left: 15px;
}

#main{
	overflow-x:hidden; 
}

#content{
	position: relative;
	/*overflow-y:hidden;*/
	overflow: hidden;
}

#toggle_mobile_menu{
		height: 0;
	    -webkit-transition: all 0.5s;
	    transition: all 0.5s;
	    right: -100%;
	}
	
#toggle_mobile_menu span{	
    display: block;
    width: 20px;
    height: 3px;
    background: var(--mg_color_a);
    position: absolute;
    margin-left: -10px;
    left: 50%;
    top: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s;
}

#toggle_mobile_menu span.one{

}

#toggle_mobile_menu span.two{	
    top: 23px;
}
#toggle_mobile_menu span.three{	
    top: 30px;
}
#toggle_mobile_menu span.circle{
	opacity: 0;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    top: 4px;
    border: 1px solid var(--mg_color_a);
    background: none;
    left: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
}

#toggle_mobile_menu:hover span.circle{
	opacity:1;
	width: 36px;
    height: 36px;
    margin-left: -18px;
    top: 7px;
}

.show-mobile-menu #toggle_mobile_menu span.one{
	transform: rotate3d(0, 0, 1, 45deg);
	top:23px;
}
.show-mobile-menu #toggle_mobile_menu span.two{
	opacity:0;
}
.show-mobile-menu #toggle_mobile_menu span.three{
	top: 23px;
    transform: rotate3d(0, 0, 1, 135deg);
}


#loader_bg,
#lb-bg{
	background: #000;
	opacity:0.4;
	filter:alpha(opacity=40);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 2000px;
	display: none;
	z-index: 999;
}

#loader_server{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 2000px;
	display: none;
	z-index: 1000;
}

.lightbox{
	display: none;
    z-index: 100000;
    width: 800px;
    min-height: 400px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -400px;
    background: url(../img/lighbox-bg.png) no-repeat top left #fff;
    background-size: contain;
    box-shadow: 0px 0px 20px #000;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}


#header{
	background: var(--mg_color_a);
	height: 50px;
	z-index: 5;
    position: relative;
    background: linear-gradient(180deg, rgba(0,59,127,1) 0%, rgba(0,59,127,1) 40%, rgba(0,85,184,1) 100%);
}

.catenergy-page #header{
	background: var(--mg_color_a);
	background: linear-gradient(180deg, rgb(16 93 181) 0%, rgb(33 117 213) 40%, rgba(0,85,184,1) 100%);
}


.top-header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	-webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.logo-cont{
	/*height: 80px;
    width: 80px;
    margin: 20px auto 0px auto;
    border: 1px solid #fff;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    */
    background:#fff;
    height: 80px;
    width: 80px;
    margin-top: 20px;
    margin-left: -40px;
    left: 50%;
    position: relative;
    top: 0;
    border: 1px solid #fff;
    z-index:12;
    box-shadow: 0px 0px 4px var(--mg_color_g);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    
}
.logo-cont img{
	-webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.logo-cont-mobile{
	/*display: none;*/
	height: 50px;
    width: 50px;
    margin: 0;
    border: 0;
    margin-top: 0;
    left: -100px;
    top:0;
    box-shadow:none;
    position: absolute;
	-webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.logo-cont-mobile img{
		width: 50px;
		height: 50px;
}


.bottom-header{
	display: none;
}
.left-header{
	float: left;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.demo .left-header{
	width: 50%;
}
.right-header{
	float: right;
    height: 50px;
    /*display: none;*/
    position: relative;
    z-index: 10;
    right: -100%;
    -webkit-transition: right 1s ease-in-out;
    transition: right 1s ease-in-out;
}

.user-info a{
	color: #fff;
	height: 50px;
	line-height: 50px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.user-info a.logout{
	color: #fff;
}
.user-info a:hover{
	color: #ccc;
}
.user-info{
	height: 100%;
    padding-right: 20px;
    padding-left: 30px;
    color: #c7c7c7;
    background: url(../img/icons/user-wh.png) no-repeat left center transparent;
    background-size: 20px;
}
.divide{
	height: 40px;
	margin: 5px 10px 0 10px;
	border-left: 2px solid #c7c7c7;
}










#login-container{
	background: #efefef;
	left:-200%;
	position: absolute;
	width:100%;
	-webkit-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
	
}
.login-page #login-container{
	left:0;
}

#login-container .sub-content{	
	width: 900px;
    margin: 0 auto;
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    margin-top: 100px;
    
}
#login-container .login-text {
	width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 6% 5% 5%;
    background-color: var(--mg_color_e);
    min-height: 390px;
    border-bottom: 3px solid var(--mg_color_a);
}
#login-container .login-text > h4{
	color: var(--mg_color_c);
    text-align: center;
}
#login-container .login-form .login-loader{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff85;
}

#login-container h3{
	text-align: center;
	font-size: 25px;
}

#login-container h3 span{
	color:var(--mg_color_b); 
}

#login-container p{
	text-align: center;
	line-height: 30px;
}
#login-container p a{
	font-weight:bold;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.login-form{
	position: relative;
    background: #fff;
    float: right;
    padding: 2% 5% 5%;
    width: 50%;
    /* margin: 20px auto 0; */
    box-sizing: border-box;
    border-bottom: 3px solid var(--mg_color_a);
    min-height: 390px;
}

.login-form-title{
	float: left;
	color: var(--mg_color_b);
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid var(--mg_color_c);
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.login-form-email{
	float: left;
	width: 100%;
}
.login-form-pwd{
	float: left;
	width: 100%;
}
.label-form{
	float: left;
	width: 100%;
}

.login-form input{
	float: left;
	width: 100%;
    background: #efefef;
    border: 0;
    height: 40px;
    margin: 10px 0;
    text-indent: 10px;
    font-size: 14px;
}

.form-field{
	position: relative;	
}

.reset_field{
	width: 15px;
    position: absolute;
    right: 15px;
    bottom: 22px;
    cursor: pointer;
    height: 17px;
    background: #ffffff;
    line-height: 15px;
    text-align: center;
    color: #9e9e9e;
    font-size: 12px;
}
.reset_field:hover{
	background: #efefef !important;
	color:#aaa !important;
}
.login-form-btn{
    width: 50%;
    float: left;
}
.login-form-btn *{
	width: 100%;
    height: 50px;
    border: 0;
    background: var(--mg_color_a);
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.login-form-btn *:hover{
	opacity:0.8;
	
}

.login-remember-me{
	width: 40%;
	float: left;
	padding-left: 10%;
	margin-top:20px;
	font-size: 13px;
}

.login-remember-me input{
	width: 15px;
    border-radius: 0;
    float: left;
    height: 20px;
    margin: 1px 7px 0 0;
}

.login-lost-pwd{
	width: 40%;
    float: right;
    padding-left: 10%;
    margin-top: 35px;
}

.login-lost-pwd a{
	font-size: 13px;
	
}

#lb-lost-pwd{
	
}
.lightbox input{
	float: left;
	width: 100%;
    background: #ffffff;
    border: 1px solid #dadada;
    height: 40px;
    margin: 10px 0;
    text-indent: 10px;
    font-size: 14px;
    color:#555;
}

.lightbox select{
	float: left;
	width: 40%;
    background: #ffffff;
    border: 1px solid #dadada;
    height: 40px;
    margin: 10px 0;
    text-indent: 10px;
    font-size: 14px;
    color:#555;
}

.lightbox input[type="submit"],
.lightbox button{
	width: 120px;
    height: 50px;
    border: 0;
    background: var(--mg_color_a);
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    float: left;
}

.close-lightbox{
	position: absolute;
    right: 20px;
    top: 0;
    background: var(--mg_color_a);
    padding: 3px 15px;
    color: #fff;
    cursor:pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.close-lightbox:hover{
	background: red;
}
.lightbox .lb-title{
	width: 27%;
	float: left;
}
.lightbox h3{
	text-transform: uppercase;
	color: #fff;
    font-size: 18px;
    margin-top: 80px;
}

.lightbox .lb-descrizione{
	color: #fff;
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
}

.lightbox .lb-content{
	float: left;
	width: 70%;
	margin-left: 3%;
}

.lightbox form{
	
}

.lightbox textarea{
	width: 100%;
    height: 110px;
    color:#555;
    background: #ffffff;
    border: 1px solid #dadada;
    margin: 10px 0;
}


.lightbox .lb-content > div{
	
}

.lightbox button:hover{
	opacity:0.8;
	
}

.lightbox .lb-label{
	margin: 20px 0 0;
	float: left;
	width: 100%;
}

.lightbox .lb-feedback{
	display: none;
	float: left;
    width: 70%;
    margin-left: 3%;
    margin-top: 30px;
}

.lightbox .lb-error{
	display: none;
    width: 300px;
    float: left;
    margin-top: 35px;
    margin-left: 30px;
    color: red;
}
.lightbox .lb-close-feedback{
	
}

.lightbox .lb-feedback span{
	font-weight: bold;
}

.lightbox .lb-upload-field-cont{
	
}
.lightbox .lb-upload-field-cont .lb-label{
	float: left;
	margin: 10px 0 0;
}
.lightbox .lb-upload-field{
	position: relative;
    width: 90%;
    height: 50px;
    line-height: 50px;
    background: #e7e7e7;
    margin-top: 10px;
    box-sizing:border-box;
    float: left;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.lightbox .lb-upload-field:hover{
	background: #d2e5fb;
}


.lightbox .lb-upload-field-remove{
	width: 30px;
    float: left;
    height: 30px;
    line-height: 30px;
    background: #fffc88;
    margin-top: 20px;
    box-sizing: border-box;
    margin-left: 10px;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
    opacity:0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.lightbox .lb-upload-field-remove:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

.lightbox .lb-upload-field-cont-0 .lb-upload-field-remove{
	display: none;
}

.lightbox .lb-upload-field *{
	box-sizing:border-box;
}
.lightbox .lb-upload-field label{
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 3;
    cursor: pointer;
    padding: 0 3%;
}
.lightbox .lb-upload-field input{
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
    margin: 0;
    height: 100%;
    z-index: 4;
    cursor: pointer;
}
.lightbox .lb-upload-field p{
	display:none;
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    background: #ccc;
    padding: 0 3%;
    font-size: 12px;
}


#lb-autolettura .lb-content{
	float: left;
    width: 66%;
    margin-left: 5%;
    margin-top: 0px;
}
#lb-autolettura .lb-label{
	margin-top: 10px;
}
#lb-autolettura input{
	text-indent: 50px;
}

#lb-autolettura.lightbox h3{
	margin-top: 100px;
}

#lb-autolettura button{
	margin: 20px 0;
}


#lb-autolettura-presel{
	
}

#lb-autolettura-presel .lb-label{
	font-size: 18px;
	
}

#lb-autolettura-presel div{
	
}

#lb-autolettura-presel button{
	width: 46%;
    margin-left: 2%;
    height: 80px;
}

#lb-autolettura-presel .autolettura-presel-btn-gas{
	background: url(../img/icons/fiamma-wh.png) no-repeat left center var(--mg_color_a);
    background-position-x: 3%;
    background-size: auto;
}

#lb-autolettura-presel .autolettura-presel-btn-luce{
	background: url(../img/icons/luce-wh.png) no-repeat left center #fb5b2b;
    background-position-x: 3%;
    background-size: auto;
}



#lb-autolettura form{
	
	display: none;
}

#lb-autolettura form > div{
	float: left;
	width: 100%;
}

#lb-server-error p{
	margin: 30px 0;
    font-size: 15px;
}


.lb-autolettura-box{
	width: 50% !important;
}
#lb-autolettura .lb-label,
.lb-autolettura-box .lb-label{
    font-size: 22px;
    text-align: center;
    float:none;
    margin: 20px 0 10px 0 !important;
}

.lb-autolettura-box .grey{
	width: 60%;
    float: left;
}
.lb-autolettura-box .grey input{
	background: #444;
    color: #fff;
    font-size: 20px;
    border: 0;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
}

.lb-autolettura-box .red{
	    width: 30%;
    float: left;
    background: red;
    height: 40px;
    margin-top: 10px;
    margin-left: 4px;
    color: #fff;
    line-height: 40px;
    text-indent: 15px;
    font-size: 18px;
}
.lb-autolettura-box .comma{
	float: left;
    width: 3%;
    height: 30px;
    margin-top: 31px;
    margin-left: 0px;
    background: url(../img/icons/comma-bk.png) no-repeat center bottom transparent;
    background-size: contain;
}

.lb-autolettura-codcliente input{
	background: url(../img/icons/user-bk.png) no-repeat left center transparent;
	background-size: 6%;
    background-position-x: 10px;
}
.lb-autolettura-codcontratto input{
	background: url(../img/icons/contratto-bk.png) no-repeat left center transparent;
	background-size: 6%;
    background-position-x: 10px;
}
.lb-autolettura-codpdr input{
	background: url(../img/icons/fiamma-bk.png) no-repeat left center transparent;
	background-size: 5%;
    background-position-x: 13px;
}
.lb-autolettura-codpod input{
	background: url(../img/icons/luce-bk.png) no-repeat left center transparent;
	background-size: 5%;
    background-position-x: 13px;
    margin-bottom: 20px;
}
.lb-autolettura-data{
	background: url(../img/icons/calendar-bk.png) no-repeat left center transparent !important;
    background-size: 6% !important;
    background-position-x: 11px !important;
}

.lb-autolettura-luce-data,
.lb-autolettura-luce-data-prec{

	background: url(../img/icons/calendar-bk.png) no-repeat left center transparent !important;
    background-size: 20% !important;
    background-position-x: 11px !important;
    text-align: right !important;
    padding-right: 10px !important;
}

	
#lb-autolettura-form-gas{
	margin-top: 20px;
}

#lb-autolettura .lb-autolettura-codcontratto,
#lb-autolettura .lb-autolettura-codcliente{
	display: none;
}
#lb-autolettura sup{
	font-size: 12px;
}
#lb-autolettura-open-standard{
	margin-top: 40px;
    width: 40% !important;
    text-align: center;
    background: #67addf;
    color: #fff;
    padding: 15px 0;
    margin-left: 5%;
    cursor: pointer;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#lb-autolettura-open-standard:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.lb-autolettura-box-standard{
	display: none;
}




#lb-autolettura-form-luce{
	
}



#lb-autolettura-form-luce .lb-autolettura-luce-box{
	
}
#lb-autolettura-form-luce .lb-autolettura-luce-box:first-child{
	margin-bottom: 10px;
}

#lb-autolettura-form-luce .lb-autolettura-luce-box .field{
	width: 20%;
	float: left;
	margin-right: 5%;
}

#lb-autolettura-form-luce .lb-autolettura-luce-box .field_last{
	width: 25%;
	margin-right: 0%;
}

#lb-autolettura-form-luce .lb-autolettura-luce-box input{
	text-indent: 0;
    text-align: center;
    margin-top: 3px;
}


#lb-autolettura-form-luce .lb-autolettura-luce-box .lb-label{
	margin: 0 !important;
    font-size: 15px;
}

#lb-autolettura-form-luce .lb-autolettura-luce-box > .lb-label{
	margin-bottom: 10px !important;
	font-size: 16px;
}

#lb-autolettura-form-luce .lb-autolettura-luce-box .lb-autolettura-luce-data,
#lb-autolettura-form-luce .lb-autolettura-luce-box .lb-autolettura-luce-data-prec{
	padding-right: 10px;
	
}

#lb-autolettura-form-luce button{
	background: #fb5b2b;
	margin-bottom:0; 
}

#lb-upload .lb-content{
	max-height: 360px;
    overflow-y: auto;
}


#lb-downloadzip{
	
}

#lb-downloadzip .field{
	
}
#lb-downloadzip .field_last{
	
}
#lb-downloadzip .lb-downloadzip-data{
	width: 44%;
    float: left;
    margin-right: 3%;
}
#lb-downloadzip .lb-downloadzip-data-inizio,
#lb-downloadzip .lb-downloadzip-data-fine{
	background: url(../img/icons/calendar-bk.png) no-repeat left center transparent !important;
    background-size: 10% !important;
    background-position-x: 11px !important;
    text-indent: 50px;
}




.lightbox .lb-email-field{
	float: left;
    width: 100%;
    border: 1px solid #dadada;
    height: 40px;
    margin: 10px 0;
    text-indent: 10px;
    font-size: 14px;
    color: #555;
    line-height: 40px;
    background: #efefef;
}

.lb-creautente-select{
	float: left;
	width: 33%;
}
#lb-creautente input,
#lb-creautente select{
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 90%;
}
#lb-creautente select{
	width: 80%;
}

/*
#lb-contratti.lightbox{
	width: 80%;
    left: 50%;
    margin-left: -40%;
}
#lb-contratti.lightbox .lb-title{
    width: 19%;
}
#lb-contratti.lightbox .lb-content{
    width: 74%;
}

#lb-contratti .contratti_listing{
	max-height: 340px;
    overflow: auto;	
    margin-top: 20px;
}

#lb-contratti .contratto_line{
	margin-bottom: 10px;
}

#lb-contratti .contratto_line.notactive{
	background: #ffe0fa;
}

#lb-contratti .contratto_notactive{
	color: red;
}
#lb-contratti .contratto_dati{
	margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    border-left: 2px solid #ccc;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}
#lb-contratti .contratto_dati span{
	font-weight: bold;
    font-size: 15px;
}

#lb-contratti .contatori_line{
	margin-left: 20px;
	text-transform: uppercase;
    font-size: 13px;
}
#lb-contratti .contatore_dati{
	margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    width: 30%;
    padding-left: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#lb-contratti .contatore_dati span{

}

#lb-contratti .contatore_dati:hover{
	background: #efefef;
}

*/


#lb-settings.lightbox input{
	margin: 5px 0;
}

#lb-settings.lightbox .lb-content{
    float: left;
    width: 54%;
    margin-left: 8%;
}

#lb-settings.lightbox .lb-label{
    margin: 10px 0 0;
}
#lb-settings.lightbox input[name="vecchiaPassword"],
#lb-settings.lightbox input[name="nuovaPassword"],
#lb-settings.lightbox input[name="confermaPassword"]{
	background: url(../img/icons/lucchetto-bk.png) no-repeat left center transparent;
    background-size: 6%;
    background-position-x: 10px;
    text-indent: 50px;
}

#label-setting-newpwd{
	color: #298cd4;
}
#lb-settings.lightbox input[name="nuovaPassword"]{
    
    border: 1px solid #99d1f9;
}

#label-setting-confpwd{
	    color: #01bd00;
}

#lb-settings.lightbox input[name="confermaPassword"]{
   border: 1px solid #81eaa2;
}

#lb-settings.lightbox .lb-email-field{
	background: url(../img/icons/user-bk.png) no-repeat left center #efefef;
    background-size: 6%;
    background-position-x: 10px;
    text-indent: 50px;
	
}














/* sidebar ****************************************/

#sidebar{
	position:absolute;
	top:0;
	left:-100%;
	background:#e7e7e7;
	background: linear-gradient(90deg, rgb(210 210 210) 0%, rgba(231,231,231,1) 40%, rgb(255 255 255) 100%);
	width:20%;
	height:100%;
	z-index:3;
	-webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#sidebar_bg{
	display: none;
    position: fixed;
    top: 0;
    left: -100%;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

#sidebar_user_box{
	display: none;
}

.logged-page #sidebar{
	left: 0;
}

#sidebar .menu{
	margin-top: 100px;
    padding: 0 6%;
}

#nav{
	
}
#nav li{
	text-indent: 50px;
    /*border-top: 1px solid #ccc;*/
    display: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#nav li:first-child{
	border:0;
}

#nav li:hover{
	/*background-color: #e1e0e4;*/
	border-right: 7px solid var(--mg_color_a);
}

#nav li.selected{
	/*background-color: #e1e0e4;*/
	border-right: 7px solid var(--mg_color_a);
}

#nav li a{
	font-size: 15px;
	display:block;
	 padding: 12px 0;
	 border-top: 1px solid #ccc;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#nav li a span{
	white-space: nowrap;
}
#nav li a:hover{
	color: #3f3c6d;
}
#nav .li-anagrafica{
	background: url(../img/icons/anagrafica2.png) no-repeat left center transparent;
    background-position-x: 10px;
}

#nav .li-delegati{
	background: url(../img/icons/amministratori.png) no-repeat left center transparent;
    background-position-x: 10px;
}

#nav .li-dashboard{
	background: url(../img/icons/home.png) no-repeat left center transparent;
    background-position-x: 10px;
}
#nav .li-mycondomini{
	background: url(../img/icons/amministratori.png) no-repeat left center transparent;
    background-position-x: 10px;
}
#nav .li-mybollette{
	background: url(../img/icons/homebollette.png) no-repeat left center transparent;
    background-position-x: 10px;
}
#nav .li-myclienti{
	background: url(../img/icons/homebollette.png) no-repeat left center transparent;
    background-position-x: 10px;
}
#nav .li-autolettura{
	background: url(../img/icons/magglass.png) no-repeat left center transparent;
    background-position-x: 10px;
}
#nav .li-settings{
	background: url(../img/icons/impostazioni.png) no-repeat left center transparent;
    background-position-x: 10px;
}
#nav .li-contact{
	background: url(../img/icons/mobile.png) no-repeat left center transparent;
    background-position-x: 10px;
}
#nav .li-upload{
	background: url(../img/icons/upload.png) no-repeat left center transparent;
    background-position-x: 10px;
}
#nav .li-download,
#nav .li-downloadzip{
	background: url(../img/icons/download.png) no-repeat left center transparent;
    background-position-x: 10px;
}
#nav .li-utenti{
	background: url(../img/icons/user.png) no-repeat left center transparent;
    background-position-x: 10px;
}
#nav .li-creautente{
	background: url(../img/icons/user-add.png) no-repeat left center transparent;
    background-position-x: 10px;
}
#nav .li-rimuoviutente{
	background: url(../img/icons/user-del.png) no-repeat left center transparent;
    background-position-x: 10px;
}

.admin-page #nav .li-settings,
.admin-page #nav .li-upload,
.admin-page #nav .li-download,
.admin-page #nav .li-downloadzip,
.admin-page #nav .li-anagrafica,
.admin-page #nav .li-mybollette,
.admin-page #nav .li-delegati,
.admin-page #nav .li-utenti,
.admin-page #nav .li-creautente,
.admin-page #nav .li-rimuoviutente{
	display: block !important;
}

.user-page #nav .li-contact,
.user-page #nav .li-mybollette,
.user-page #nav .li-autolettura,
.user-page #nav .li-dashboard,
.user-page #nav .li-settings{
	display: block !important;
}


.delegato-page #nav .li-contact,
.delegato-page #nav .li-mycondomini,
.delegato-page #nav .li-mybollette,
.delegato-page #nav .li-autolettura,
.delegato-page #nav .li-dashboard,
.delegato-page #nav .li-settings{
	display: block !important;
}



/* logged page *************************************/



.logged-page .right-header{
	right: 0;
}

.logged-page .top-header{
	width: 20%;
}

.logged-page{
	overflow-y: scroll;
}

#logged-container{
	background:#fff;
	position: relative;/*absolute;*/
	right:-100%;
	top:0;
	width:80%;
	padding-left:20%;
	padding-bottom:70px;
	-webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#logged-container > div{
	display: none;
	padding: 30px 1% 30px 3%;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#logged-container.show-logged-cont > div{
	opacity:1;
	filter:alpha(opacity=100);
}

.logged-page #logged-container{
	right: 0%;
}









/* dashboard ******************************************/

#dashboard{
}

#dashboard h4,
#db-filtri h4{
	text-transform: uppercase;
	font-size: 18px;
	color: var(--mg_color_a);
	margin-bottom: 20px;
}

#dashboard h4{
	display: none;
}

#db-nav{
	display: none;
}

.db-box{
	background: #eee;
    float: left;
    max-width: 300px;
    width: 32.33%;
    margin-left: 1.5%;
    margin-bottom: 15px;
    padding: 45px 1% 1% 1%;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



.db-box:first-child{
	margin-left: 0;
}
#db-nav .db-box{
	cursor: pointer;
    padding: 45px 10px 1% 10px;
}
#db-nav .db-box:hover{
	/*opacity:0.8;
	filter:alpha(opacity=80);*/
	background-color: #a2a7b0;
}



.db-box h3{
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 24px;
}

.db-box span{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
}

#db-download-gas{
	background: url('../img/icons/download-wh.png') no-repeat top center var(--mg_color_a);
    background-position-y: 13px;
}
#db-download-luce{
	background: url(../img/icons/download-wh.png) no-repeat top center #fb5b2b;
    background-position-y: 13px;
}
#db-mybollette{
	background: url(../img/icons/homebollette-wh.png) no-repeat top center #01c65d;
    background-position-y: 13px;
	display: none;
}
#db-mycondomini{
	background: url(../img/icons/amministratori-wh.png) no-repeat top center #01c65d;
    background-position-y: 13px;
	display: none;
	margin-left: 0;
}
#db-autoletura{
	background: url(../img/icons/magglass-wh.png) no-repeat top center #028bff;
    background-position-y: 13px;
    margin-left: 0;
    clear: left;
}
#db-settings{
	background: url(../img/icons/impostazioni-wh.png) no-repeat top center #028bff;
    background-position-y: 13px;
}
#db-contact{
	background: url(../img/icons/mobile-wh.png) no-repeat top center #028bff;
    background-position-y: 13px;
}

#db-info{
	display: none;
}
		
#db-ragsoc{
	background: #9da7b3;/*var(--mg_color_a);*/
}
#db-codcliente{
	background: #9da7b3;/*#028bff;*/
}
#db-indirizzo{
	background: #9da7b3;/*#01c65d;*/
}

#db-info .db-box{
    padding: 20px 1% 1% 1%;
    height: 120px;
}

#db-modifica-delegato,
#db-modifica-cliente,
#db-modifica-utente{
	display:none;
    /*width: 300px;*/
    float: left;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.admin-page #db-modifica-delegato,
.admin-page #db-modifica-cliente,
.admin-page #db-modifica-utente{
	display: block;
}

#db-modifica-cliente{
	background: #028bff;/*#ff029a;*/
	margin-left: 0;
}
/*#db-modifica-utente{
	background: #f00;
}*/
#db-modifica-delegato{
	background: #028bff;/*var(--mg_color_a);*/
}
#db-modifica-utente{
	background: #028bff;/*#01c65d;*/
}

#db-modifica-cliente-form,
#db-modifica-utente-form,
#db-modifica-delegato-form{
	display:none;
	/*margin-bottom: 15px;*/
    height: 0;
	overflow: hidden;
	-webkit-transition: height 0.2s;
    transition: height 0.2s;
}
.admin-page #db-modifica-cliente-form,
.admin-page #db-modifica-utente-form,
.admin-page #db-modifica-delegato-form{
	display: block;
}
#db-modifica-cliente-form > div,
#db-modifica-utente-form > div,
#db-modifica-delegato-form > div{
	background: #eaeaea;
    padding: 2%;
    width: 930px;
    margin: 40px 0 0 0;
    box-sizing: border-box;
    position: relative;
}

#db-modifica-cliente-form > div:before,
#db-modifica-utente-form > div:before,
#db-modifica-delegato-form > div:before{
	content: "\25b2";
    display: block;
    position: absolute;
    top: -33px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #eaeaea;
    font-size: 40px;
	
}
#db-modifica-cliente-form > div:before{
	left: 15%;
}
#db-modifica-delegato-form > div:before{
	left:82%;
}

#db-modifica-cliente-form h5,
#db-modifica-utente-form h5,
#db-modifica-delegato-form h5{
	font-size: 20px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}


#db-modifica-cliente-form form,
#db-modifica-utente-form form,
#db-modifica-delegato-form form{
	
}

#db-modifica-cliente-form .field,
#db-modifica-utente-form .field,
#db-modifica-delegato-form .field{
	float: left;
    width: 47%;
    margin-right: 3%;
}
#db-modifica-cliente-form .label,
#db-modifica-utente-form .label,
#db-modifica-delegato-form .label{
	
}
#db-modifica-cliente-form input,
#db-modifica-utente-form input,
#db-modifica-utente-form label,
#db-modifica-utente-form select,
#db-modifica-delegato-form input,
#db-modifica-delegato-form select{
	background: #ffffff;
    border: 1px solid #dadada;
    height: 40px;
    margin: 10px 0;
    text-indent: 10px;
    font-size: 14px;
    color: #555;
    width: 100%;
    display: block;
}

#db-modifica-utente-form select{
	
}

#db-modifica-utente-form option{
	
}

#db-modifica-utente-form .idutente{
	line-height: 40px;
}
#db-modifica-cliente-form .submit,
#db-modifica-utente-form .submit,
#db-modifica-delegato-form .submit{
	float: left;
    /*clear: left;*/
}
#db-modifica-utente-form .submit.unpair_user{
	float: right;
}
#db-modifica-utente-form .submit.unpair_user button,
#db-modifica-cliente-form .submit input,
#db-modifica-utente-form .submit input,
#db-modifica-delegato-form .submit input{
	width: 200px;
    height: 50px;
    border: 0;
    background: var(--mg_color_a);
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    float: left;
    text-indent: 0;
}
#db-modifica-utente-form .submit.unpair_user button{
	background: #f00;
}
#db-modifica-utente-form .submit.unpair_user button:hover,
#db-modifica-cliente-form .submit input:hover,
#db-modifica-utente-form .submit input:hover,
#db-modifica-delegato-form .submit input:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}

#db-add-delegato{
	float: left;
	width: 50%;
	box-sizing:border-box;
	border-right: 2px solid #ccc;
}
#db-add-delegato .field{
	width: 97%;
}
#db-elenco-delegati{
	float: left;
	width:50%;
	box-sizing:border-box;
	padding: 0% 2%;
}
#db-elenco-delegati h6{
	margin-bottom: 10px;
}
.db-delegato-elem{
	height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.db-delegato-elem span{
	display: inline-block;
    width: 70%;
    float: left;
    background: #dedede;
    text-indent: 5px;
}
.db-delegato-elem button{
	float: right;
    width: 30%;
    height: 30px;
    border: 0;
    background: #f00;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-indent: 0;
}
.db-delegato-elem button:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.admin-page #db-modifica-cliente,
.admin-page #db-modifica-utente,
.admin-page #db-modifica-delegato{
	display: block;	
}

#db-contratti{
	
	
}

#db-contratti > a{
    
	
}

#db-contratti-mostra{
	
	position:relative;
	/*background: #01c65d;*/
	background: url(../img/icons/contratto-wh.png) no-repeat left center #01c65d;
    background-position-x: 20px;
    /*margin-left: 0;*/
    margin-top:15px;
    display:block;
    float:left;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#db-contratti-mostra > .db-contratti-mostra-loader{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff85;
}

#db-modifica-delegato:hover,
#db-modifica-cliente:hover,
#db-modifica-utente:hover,
#db-contratti-mostra:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}


#db-contratti-listing{
	/*margin-top: 20px;*/
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.2s;
    transition: height 0.2s;
}


#db-contratti-listing > div{

    background: #eaeaea;
    padding: 20px 2% 10px;
    width:100%;
    max-width: 930px;
    margin: 40px 0 0 0;
    box-sizing: border-box;
    position: relative;

}


#db-contratti-listing > div:before{
	content: "\25b2";
    display: block;
    position: absolute;
    top: -34px;
    left: 82%;/*130px;*/
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #eaeaea;
    font-size: 40px;
	
}


#db-contratti-listing .contratti_listing_filtri{
	margin-bottom: 20px;
}

#db-contratti-listing .contratti_listing_filtri button{
	
    display: block;
    text-transform: uppercase;
    background: #989898;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    margin-left: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 0;
    float: right;
    width: 80px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#db-contratti-listing .contratti_listing_filtri_tutti:hover,
#db-contratti-listing .contratti_listing_filtri_tutti.active{
	background: #01c65d;
}
#db-contratti-listing .contratti_listing_filtri_gas:hover,
#db-contratti-listing .contratti_listing_filtri_gas.active{
	background: var(--mg_color_a);
}
#db-contratti-listing .contratti_listing_filtri_luce:hover,
#db-contratti-listing .contratti_listing_filtri_luce.active{
	background: #fb5b2b;
}
#db-contratti-listing .contratti_listing_filtri_chiusi:hover,
#db-contratti-listing .contratti_listing_filtri_chiusi.active{
	background: #f00;
}

#db-contratti-listing .contratti_listing_filtri button.active{
	opacity: 1;
	filter:alpha(opacity=100);
}

#db-contratti-listing .contratti_listing_message{
	display: block;
    background: #d2e8c3;
    margin-bottom: 10px;
    padding: 1%;
    text-transform:uppercase;
    font-size: 13px; 
}

#db-contratti-listing .contratti_listing_message.contratti_listing_message_luce{
	border-left: 2px solid #fb5b2b;
}

#db-contratti-listing .contratti_listing_message.contratti_listing_message_gas{
	border-left: 2px solid var(--mg_color_a);
}
#db-contratti-listing .contratti_listing_message span{
	font-size: 15px;
}


#db-contratti-listing.show_contratti{
	
}


#db-contratti .contratto_line{
	margin-bottom: 10px;
	padding: 8px 3px 3px 3px;
	border-left: 2px solid var(--mg_color_a);
    background: #d7e1ed;
}
#db-contratti .contratto_line.contratto_tipo_luce{
	border-left: 2px solid #fb5b2b;
	background: #ebddd8;
}

#db-contratti .contratto_line.notactive{
	background: #d2e8c3;
	display: none;
}

#db-contratti-listing .contratti_listing_filtri .contratti_listing_filtri_chiusi{
	display: none;
}

.admin-page #db-contratti .contratto_line.notactive,
.admin-page #db-contratti-listing .contratti_listing_filtri  .contratti_listing_filtri_chiusi{
	display: block;
}

#db-contratti .contratto_line.contatori_nonpresenti{
	display: none;
}

.admin-page #db-contratti .contratto_line.contatori_nonpresenti{
	display: block;
}

#db-contratti .contratto_notactive{
	color: red;
}

#db-contratti .contratto_notactive_data{
	display: none;
}
#db-contratti .contratto_dati{
	display: none;
	margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}
#db-contratti .contratto_dati span{
	font-weight: bold;
    font-size: 15px;
}

#db-contratti .contatori_line{
	margin-left: 20px;
	text-transform: uppercase;
    font-size: 13px;
}
#db-contratti .contatore_dati{
	margin-bottom: 5px;
    height: auto;/*50px;*/
    line-height: 25px;
    font-size:12px;
    /*border: 1px solid #ccc;*/
    width: 96%;
    padding-left: 15px;
}

#db-contratti .contatore_dati .dati_tecnici{
	font-size: 11px;
    padding-left: 200px;
}
#db-contratti .contatore_dati .dati_tecnici i{
	font-weight: bold;
}

.admin-page #db-contratti .contratto_dati{
	display: block;
}

#db-contratti .contatore_dati span{
	font-weight: bold;
	font-size:13px;
    border: 1px solid #ccc;
    padding: 5px;
}

#db-contratti .contatore_dati:hover{
	
}

.user-page #db-contratti .contatore_dati,
.delegato-page #db-contratti .contatore_dati{
	/* cursor: pointer;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#db-contratti .contatore_dati span{
	cursor: default;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.user-page #db-contratti .contatore_dati span,
.delegato-page #db-contratti .contatore_dati span{
	cursor: pointer;
}


.user-page #db-contratti .contatore_dati:hover,
.delegato-page #db-contratti .contatore_dati:hover{
	/*background: #d2e5fb;*/
}

#db-contratti .contatore_dati span:hover{
	background: #d2e5fb;
}








/* filtri ******************************************************/

#db-filtri{
	/*margin-top: 20px;*/
	margin: 20px 0;
	min-height: auto !important;
    display: block !important;
    height: auto !important;
}
#db-filtri > div{
	position: relative;
}

#db-filtri h4{
	font-size: 14px;
}
.db-filtri-box{
	float: left;
    max-width: 300px;
    width: 32.33%;
    margin-left: 1.5%;
}

#db-filtri-sologas2,
#db-filtri-sololuce2{
	position: absolute;
    top: 0;
    right: 105px;
    display: none;
    background: var(--mg_color_a);
    margin-top: 0px;
    width: 100px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: url(../img/icons/fiamma-wh.png) no-repeat left center var(--mg_color_a);
    background-position-x: 8px;
    background-size: 22px;
}

#db-filtri-sololuce2{
	right:0px;
	background: url(../img/icons/luce-wh.png) no-repeat left center #fb5b2b;
    background-position-x: 8px;
    background-size: 22px;
}

	
#db-filtri-sologas,
#db-filtri-sololuce{
	float:left;
	background: var(--mg_color_a);
	margin-top:15px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#db-filtri-sologas{
	margin-left: 0;
	background: url(../img/icons/fiamma-wh.png) no-repeat left center var(--mg_color_a);
    background-position-x: 20px;
}
#db-filtri-sololuce{
	/*background:#fb5b2b;*/
	background: url(../img/icons/luce-wh.png) no-repeat left center #fb5b2b;
    background-position-x: 20px;
}
#db-filtri-mostra{
	float:left;
	display:none !important;
	background:#ffd600;
	margin-top:15px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#db-filtri-mostra:hover,
#db-filtri-sologas:hover,
#db-filtri-sololuce:hover,
#db-filtri-sologas2:hover,
#db-filtri-sololuce2:hover{
	opacity:0.7;
}

#db-filtri-pdr{
	
}
#db-filtri-periodo{
	
}
#db-filtri-cerca{
	margin-left: 0;
}
.db-filtri-dashboard-h4{
	display: none;
}

.db-filtri-label{
	height: 20px;
	line-height: 20px;
	font-size: 13px;
}

.db-filtri-field{
	height: 30px;
	position: relative;
}

.db-filtri-field .reset_field{
    width: 15px;
    position: absolute;
    right: 34%;
    bottom: 7px;
    cursor: pointer;
    height: 17px;
    background: #ffffff;
    line-height: 15px;
    text-align: center;
    color: #9e9e9e;
    font-size: 12px;
}


.db-filtri-field input{
	background: #efefef;
    height: 30px;
    width: 68%;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    color: #555;
    text-indent: 10px;
}
.db-filtri-field select{
	background: #efefef;
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    color: #555;
    text-indent: 10px;
}

.db-filtri-field option{
	color:#555;
}
.db-filtri-field button{
	background: #fb5b2b;
    width: 30%;
    float: right;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: top;
}

.db-filtri-field button:hover{
	opacity:0.7;
}

.db-filtri-h4{
	display: none;
}

#db-filtri-ordinafattureper{
	margin-left: 0;
}

.gas-page #db-filtri-sologas{
	/*display: none !important;*/
}

.gas-page #db-filtri-sololuce{
	/*display: block !important;*/
}

.luce-page #db-filtri-sologas{
	/*display: block !important;*/
}

.luce-page #db-filtri-sololuce{
	/*display: none !important;*/
}

.admin-page #db-mycondomini,
.delegato-page #db-mycondomini{
	display: block !important;
}
.user-page #db-mybollette{
	display: block !important;
}

.delegato-page #db-contratti-mostra,
.delegato-page #db-filtri-sologas,
.delegato-page #db-filtri-sololuce,
.delegato-page #db-filtri-mostra,
.user-page #db-contratti-mostra,
.user-page #db-filtri-sologas,
.user-page #db-filtri-sololuce,
.user-page #db-filtri-mostra{
	margin-top: 0px;
}


/* view **********************************/







.view-fatture #db-nav,
.view-fatture > h4,
.view-fatture #db-filtri-cerca,
.view-fatture #db-filtri-ordinaclientiper,
.view-fatture #db-filtri-ordinautentiper,
.view-fatture #db-filtri-ordinadelegatiper{
	display: none !important;
}

.view-fatture #db-filtri{
	height: 0;
	overflow: hidden;
	 -webkit-transition: height 0.2s;
    transition: height 0.2s;
}

.view-fatture #db-info,
.view-fatture #db-filtri-periodo{
	display: block !important;
}

.view-fatture h4.db-filtri-h4,
.view-fatture h4.dashboard-h4-fatture,
.view-fatture #db-info{
	display: block !important;
}

.view-fatture #table_fatture{
	display: block !important;
}


.view-fatture #table_cont {
    margin-top: 40px;
    background-color: #eaeaea;
    padding: 20px 2%;
    position: relative;
}

.view-fatture #table_cont:before{
	content: "\25b2";
    display: block;
    position: absolute;
    top: -34px;
    left: 130px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #eaeaea;
    font-size: 40px;
     -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
}

.view-fatture.luce-page #table_cont:before{
	left: 450px;
}
.view-fatture #table_cont tbody tr {
    background: #e0e0e0;
}

.luce-page.view-dashboard #table_cont tbody tr,
.luce-page.view-fatture #table_cont tbody tr {
    /*background: #ebddd8;*/
}

.gas-page.view-dashboard #table_cont tbody tr,
.gas-page.view-fatture #table_cont tbody tr {
    /*background: #d7e1ed;*/
}





.view-fatture .db-filtri-field select {
    background: #dadada;
}



.view-dashboard #db-filtri{
	height: auto !important;
}

.view-dashboard #db-nav,
.view-dashboard h4.dashboard-h4,
.view-dashboard h4.db-filtri-dashboard-h4{
	display: block !important;
}

.view-dashboard #db-info,
.view-dashboard #db-filtri-cerca,
.view-dashboard #db-filtri-ordinaclientiper,
.view-dashboard #db-filtri-ordinautentiper,
.view-dashboard #db-filtri-ordinadelegatiper{
	display: none !important;
}

.view-dashboard #table_ultimefatture{
	display: block !important;
}


.view-dashboard #db-filtri-sologas2,
.view-dashboard #db-filtri-sololuce2{
	display: block;	
}


.view-anagrafica #db-filtri{
	height: auto !important;
}

.view-anagrafica #db-info,
.view-anagrafica #db-filtri-sologas,
.view-anagrafica #db-filtri-sololuce,
.view-anagrafica #db-filtri-mostra,
.view-anagrafica #db-filtri-ordinadelegatiper,
.view-anagrafica #db-filtri-ordinautentiper,
.view-anagrafica #db-filtri-ordinafattureper{
	display: none !important;
}
.view-anagrafica .db-filtri-h4,
.view-anagrafica .dashboard-h4-anagrafica{
	display: block !important;
}

.view-anagrafica #table_anagrafica{
	display: block !important;
}


.view-delegati #db-filtri{
	height: auto !important;
}

.view-delegati #table_delegati{
	display: block !important;
}

.view-delegati .db-filtri-h4,
.view-delegati .dashboard-h4-delegati{
	display: block !important;
}

.view-delegati #db-info,
.view-delegati #db-filtri-sologas,
.view-delegati #db-filtri-sololuce,
.view-delegati #db-filtri-mostra,
.view-delegati #db-filtri-ordinafattureper,
.view-delegati #db-filtri-ordinautentiper,
.view-delegati #db-filtri-ordinaclientiper{
	display: none !important;
}


.view-utenti #table_utenti{
	display: block !important;
}
.view-utenti #db-filtri{
	height: auto !important;
}

.view-utenti .db-filtri-h4,
.view-utenti .dashboard-h4-utenti{
	display: block !important;
}

.view-utenti #db-info,
.view-utenti #db-filtri-sologas,
.view-utenti #db-filtri-sololuce,
.view-utenti #db-filtri-mostra,
.view-utenti #db-filtri-ordinadelegatiper,
.view-utenti #db-filtri-ordinafattureper,
.view-utenti #db-filtri-ordinaclientiper{
	display: none !important;
}
.view-utenti h4.db-filtri-h4{
	display: block !important;
}



.view-condomini #db-filtri{
	height: auto !important;
}

.view-condomini #db-info,
.view-condomini #db-filtri-sologas,
.view-condomini #db-filtri-sololuce,
.view-condomini #db-filtri-mostra,
.view-condomini #db-filtri-ordinadelegatiper,
.view-condomini #db-filtri-ordinautentiper,
.view-condomini #db-filtri-ordinafattureper{
	display: none !important;
}

.view-condomini h4.dashboard-h4-condomini,
.view-condomini h4.db-filtri-h4{
	display: block !important;
}

.view-condomini #table_condomini{
	display: block !important;
}

.user-page .dashboard-h4-dettagliocliente,
.delegato-page .dashboard-h4-dettagliocliente{
	display: none !important;
}
.delegato-page.view-fatture .dashboard-h4-fatture,
.admin-page.view-fatture .dashboard-h4-fatture{
	display: none !important;
}

.admin-page.view-fatture .dashboard-h4-dettagliocliente{
	display: block !important;
}

.delegato-page.view-fatture .dashboard-h4-dettagliocondominio{
	display: block !important;
}


/* tabelle */


#table_cont{
	margin-top: 30px;	
}

#table_cont > div{
	position:relative;
	display: none;
	/*min-height: 300px;*/
	/*background: url('data:image/gif;base64,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') no-repeat center center transparent;*/
}

#table_ultimefatture{
	
}

#table_fatture{
	
}

#table_condomini{
	
}

@keyframes loading {
  0% {opacity: 0.2;}
  50% {opacity: 1;}
  100% {opacity: 0.2;}
}

#table_cont table .tr-loading{
	background: #d8d8d8 !important;
	animation-name: loading;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#table_cont table .tr-loading-1{
	animation-delay: 0.15s;
}
#table_cont table .tr-loading-2{
	animation-delay: 0.3s;
}
#table_cont table .tr-loading-3{
	animation-delay: 0.45s;
}
#table_cont table .tr-loading-4{
	animation-delay: 0.6s;
}
#table_cont table .tr-loading-5{
	animation-delay: 0.75s;
}
#table_cont table .tr-loading-6{
	animation-delay: 0.9s;
}
#table_cont table .tr-loading-7{
	animation-delay: 1.05s;
}
#table_cont table .tr-loading-8{
	animation-delay: 1.20s;
}
#table_cont table .tr-loading-9{
	animation-delay: 1.35s;
}


#table_cont table{
	width: 100%;
    text-align: center;
    font-size: 13px;
    
}
#table_cont thead{
	
}
#table_cont tbody{
	
}
#table_cont tr{
	height: 40px;
    background: #efefef;
    line-height: 40px;
}
#table_cont td{
	
}
#table_cont thead tr{
	background: var(--mg_color_a);
	color:#fff;
	text-transform: uppercase;
}
#table_cont thead th{
	padding: 0 10px;
	white-space: nowrap;	
}
#table_cont tbody tr{

}
#table_cont tbody td{
	
}

#table_cont a.disable{
	opacity:0.2 !important;
	filter:alpha(opacity=20) !important;
}

#table_cont .download-btn{
	display:inline-block;
	position:relative;
	background: var(--mg_color_a);
    color: #fff;
    height: 25px;
    line-height: 25px;
    border: 0;
    text-transform: uppercase;
    width: 60px;
    font-size: 10px;
    cursor: pointer;
    margin-right:25px;
    box-shadow: 2px 2px 2px #404040;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#table_cont .download-btn:after{
	content:" ";
	display: block;
	position: absolute;
	left:60px;
	top:0;
	width:25px;
	height: 25px;
	background: url(../img/icons/download.png) no-repeat left center #fff;
    background-size: 70%;
    background-position-x: 4px;
    box-shadow: 2px 2px 2px #404040;
}

#table_cont .download-btn:hover{
	opacity:0.7;
}

#table_cont .table-divide{
	margin: 0 5px;
}









#table_ultimefatture .th-checkbox{
	display: none !important;
}

#table_ultimefatture .td-checkbox{
	display: none !important;
}
#table_ultimefatture .th-nomecliente{
	
}
#table_ultimefatture .td-nomecliente{
	
}




/* tabella fatture ******************/

#table_fatture .th-checkbox{
	display: none !important;
}
#table_fatture .th-nomecliente{
	display: none;
}
#table_fatture .th-codcliente{
	
}
#table_fatture .th-codcontratto,
#table_ultimefatture .th-codcontratto{
	display: none;
}
#table_fatture .th-nr-fattura{
	
}

#table_fatture .th-data-periodo{
	
}
#table_fatture .th-data-scadenza{
	
}
#table_fatture .th-importo{
	
}
#table_fatture .th-download{
	
}

#table_fatture .th-stato-pagamento,
#table_ultimefatture .th-stato-pagamento,
#table_fatture .td-stato-pagamento,
#table_ultimefatture .td-stato-pagamento{
	display: none !important;	
}


#table_fatture .td-checkbox{
	display: none !important;
}
#table_fatture .td-nomecliente{
	display: none;
}
#table_fatture .td-codcliente{
	
}
#table_fatture .td-codcontratto,
#table_ultimefatture .td-codcontratto{
	display: none;
}
#table_fatture .td-nr-fattura{
	
}

#table_fatture .td-data-periodo{
	
}
#table_fatture .td-data-scadenza{
	
}
#table_fatture .td-importo{
	
}
#table_fatture .td-download{
	
}



/* tabella anagrafica ***************/

#table_anagrafica .th-codcliente{
	
}
#table_anagrafica .th-nome{
	
}
#table_anagrafica .th-indirizzo-legale{
	
}
#table_anagrafica .th-prov{
	
}
#table_anagrafica .th-email{
	/*display: none !important;*/
}
#table_anagrafica .th-telefono{
	display: none !important;
}
#table_anagrafica .th-piva{
	display: none !important;
}
#table_anagrafica .th-iban{
	display: none !important;
}
#table_anagrafica .th-contrattiattivi{
	
}
#table_anagrafica .th-delegati{
	
}
#table_anagrafica .th-societa{
	display: none !important;
}



#table_anagrafica .td-codcliente{
	
}
#table_anagrafica .td-nome{
	
}
#table_anagrafica .td-indirizzo-legale{
	
}
#table_anagrafica .td-prov{
	
}
#table_anagrafica .td-email{
	/*display: none !important;*/
}
#table_anagrafica .td-telefono{
	display: none !important;
}
#table_anagrafica .td-piva{
	display: none !important;
}
#table_anagrafica .td-iban{
	display: none !important;
}
#table_anagrafica .td-contrattiattivi{
	
}

#table_anagrafica .td-contrattiattivi span{
	color: #3c64ff;
    font-size: 11px;
}
#table_anagrafica .td-delegato{
	
}
#table_anagrafica .td-societa{
	display: none !important;
}
#table_anagrafica .td-delegato a,
#table_anagrafica .td-dettagli a{
	display: inline-block;
	position:relative;
    background: var(--mg_color_a);
    color: #fff;
    height: 25px;
    line-height: 25px;
    border: 0;
    text-transform: uppercase;
    width: 80px;
    font-size: 10px;
    cursor: pointer;
    margin:0 10px;
    box-shadow: 2px 2px 2px #404040;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

}

#table_anagrafica .td-dettagli a{
	margin:0 35px 0 10px;
}

#table_anagrafica .td-delegato a:hover,
#table_anagrafica .td-dettagli a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}

#table_anagrafica .td-dettagli a:after{
	content:" ";
	display: block;
	position: absolute;
	left:80px;
	top:0;
	width:25px;
	height: 25px;
	background: url(../img/icons/magglass.png) no-repeat left center #fff;
    background-size: 70%;
    background-position-x: 4px;
    box-shadow: 2px 2px 2px #404040;
}

/* tabella condomini *********************/

#table_condomini .th-codcliente{
	
}
#table_condomini .th-nome{
	
}
#table_condomini .th-indirizzo-fornitura{
	
}
#table_condomini .th-prov{
	
}
#table_condomini .th-contrattiattivi{
	display: none !important;
}
#table_condomini .th-delegato{
	display: none !important;
}
#table_condomini .th-dettagli{
	
}

#table_condomini .td-codcliente{
	
}
#table_condomini .td-nome{
	
}
#table_condomini .td-indirizzo-fornitura{
	
}
#table_condomini .td-prov{
	
}
#table_condomini .td-contrattiattivi{
	display: none !important;
}
#table_condomini .td-contrattiattivi span{
	color: #3c64ff;
    font-size: 11px;
}
#table_condomini .td-delegato{
	display: none !important;
}
#table_condomini .td-dettagli{
	
}
#table_condomini .td-delegato a,
#table_condomini .td-dettagli a{
	display: inline-block;
	position:relative;
    background: var(--mg_color_a);
    color: #fff;
    height: 25px;
    line-height: 25px;
    border: 0;
    text-transform: uppercase;
    width: 80px;
    font-size: 10px;
    cursor: pointer;
    margin:0 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 2px 2px 2px #404040;
}
#table_condomini .td-dettagli a{
	margin:0 35px 0 10px;
}
#table_condomini .td-dettagli a:after{
	content:" ";
	display: block;
	position: absolute;
	left:80px;
	top:0;
	width:25px;
	height: 25px;
	background: url(../img/icons/magglass.png) no-repeat left center #fff;
    background-size: 70%;
    background-position-x: 4px;
    box-shadow: 2px 2px 2px #404040;
}

#table_condomini .td-delegato a:hover,
#table_condomini .td-dettagli a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}



#table_delegati{
	
}

#table_delegati .th-utente{
	
}
#table_delegati .th-referente{
	
}
#table_delegati .th-email{
	
}
#table_delegati .th-indirizzo{
	display: none !important;
}
#table_delegati .th-prov{
	display: none !important;
}
#table_delegati .th-telefono{
	display: none !important;
}
#table_delegati .th-piva{
	display: none !important;
}


#table_delegati .td-utente{
	
}
#table_delegati .td-referente{
	
}
#table_delegati .td-email{
	
}
#table_delegati .td-indirizzo{
	display: none !important;
}
#table_delegati .td-prov{
	display: none !important;
}
#table_delegati .td-telefono{
	display: none !important;
}
#table_delegati .td-piva{
	display: none !important;
}




#table_utenti{
	
}


#table_utenti .th-id_utente{
	
}
#table_utenti .th-denominazione_utente{
	
}
#table_utenti .th-email{
	
}
#table_utenti .th-abilitazione{

}
#table_utenti .th-tipo_utente{
	
}
#table_utenti .th-data_registrazione{
	
}

#table_utenti .td-id_utente{
	
}
#table_utenti .td-denominazione_utente{
	
}
#table_utenti .td-email{
	
}
#table_utenti .td-abilitazione{

}
#table_utenti .td-tipo_utente{
	
}
#table_utenti .td-data_registrazione{
	
}

#table_utenti .td-edit_utente a{
	display: inline-block;
	position:relative;
    background: var(--mg_color_a);
    color: #fff;
    height: 25px;
    line-height: 25px;
    border: 0;
    text-transform: uppercase;
    width: 80px;
    font-size: 10px;
    cursor: pointer;
    margin:0 30px 0 5px;
    box-shadow: 2px 2px 2px #404040;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#table_utenti .td-edit_utente a:after {
    content: " ";
    display: block;
    position: absolute;
    left: 80px;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(../img/icons/dettaglio-cliente.png) no-repeat left center #fff;
    background-size: 70%;
    background-position-x: 4px;
    box-shadow: 2px 2px 2px #404040;
}
#table_utenti .td-edit_utente a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}














.user-page .th-codcliente,
.user-page .td-codcliente{
	display: none !important;
}
.admin-page #table_fatture .th-codcliente,
.admin-page #table_fatture .td-codcliente,
.delegato-page #table_fatture .th-codcliente,
.delegato-page #table_fatture .td-codcliente{
	display: none !important;
}

.user-page #table_ultimefatture .th-nomecliente,
.user-page #table_ultimefatture .td-nomecliente,
.admin-page #table_ultimefatture .th-nomecliente,
.admin-page #table_ultimefatture .td-nomecliente{
	display: none !important;
}

.luce-page{
	
}

.luce-page.view-dashboard #table_cont .download-btn,
.luce-page.view-fatture #table_cont .download-btn{
	background: #fb5b2b;
}
.luce-page.view-dashboard #table_cont thead tr,
.luce-page.view-fatture #table_cont thead tr{
	background: #fb5b2b;
}







.pagination{
	float: right;
	margin: 0 0 15px 0;
	display: none;
}

.bottom-pagination{
	margin-top: 15px;
}


.pagination span{
	background: #efefef;
    padding: 5px 5px;
    margin-right: 5px;
    cursor: pointer;
    min-width: 20px;
    display: block;
    float: left;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.pagination span:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}


.pagination .page{
	display: none;
}

.pagination .page.current_page{
	background: #d2e5fb;	
}

.pagination .prev_page{
	
}

.pagination .next_page{
	
}

.pagination .more_page{
	display: none;
}
.pagination::selection,
.pagination *::selection{
  background: none;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none; 
}


.view-fatture .pagination span {
    background: #dadada;
}







/* CSS3 BUTTONS ****************/

.lightbox input[type="submit"],
.lightbox button,
.css3_btn,
#db-nav .db-box{
	border: none;
	position: relative;
	opacity: 1 !important;
}
#db-filtri-sologas2,
#db-filtri-sololuce2{
	border: none;
	opacity: 1 !important;
}
.lightbox input[type="submit"]::before,
.lightbox button::before,
.css3_btn::before,
#db-nav .db-box::before,
#db-filtri-sologas2::before,
#db-filtri-sololuce2::before{
		transition: all 0.3s ease;
		content: '';
		width: 0%;
		height: 100%;
		background: #ffffff26;
		position: absolute;
		top: 0;
		left: 0;
	}
.lightbox input[type="submit"]:hover::before,
.lightbox button:hover::before,
.css3_btn:hover::before,
#db-nav .db-box:hover::before,
#db-filtri-sologas2:hover::before,
#db-filtri-sololuce2:hover::before{
		width: 100%;
}


/* GRADIENT ANIMATED BACKGROUD */
/*
#login-container {
	background: linear-gradient(-45deg, var(--mg_color_c), #ffffff, #23a6d5, #ffffff);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
*/




/* MOBILE ******************************************************************/


@media only screen and (min-width: 1240px){
	
}
@media only screen and (min-width: 1600px){
	
	#nav li {
	    /*background-size: 7% !important;*/
	}
	
	#sidebar{
		width: 17%;
	}
	#logged-container {
	    width: 83%;
    	padding-left: 17%;
	}
	.logged-page .top-header {
	    width: 14%;
	}
}
@media only screen and (min-width: 1920px){
	
}
@media only screen and (max-width: 1239px){
	
	
	#nav li a span{
		/*display: none;*/
		display: block;
	    width: 0;
	    overflow: hidden;
	    transition: all 0.3s;
	    opacity: 0;
	}
	#nav li{
    	/*background-size: 25px !important;*/
    	background-position-x: 20px !important;
    	/*padding: 10px 0px;*/
	}
	#nav li a{
		height: 15px;
	}
	.logged-page .top-header {
	    width: 20%;
	}
	#sidebar{
		width: 10%;
		transition: all 0.3s;
	}
	
	#sidebar:hover{
		width:250px;
	}
	#sidebar:hover li{
    	background-position-x: 10px !important;
	}
	#sidebar:hover li a span{
		width:200px;
		opacity:1;
	}
	
	#logged-container{
    	width: 90%;
    	padding-left: 10%;
	}
	#logged-container > div{
	    padding: 60px 1% 30px 3%;
	}
	#db-info .db-box{
	    padding: 15px 1% 1% 1%;
	    height: 110px;
	}
	.db-box h3{
	    font-size: 20px !important;
	    margin-bottom: 10px;
	}
	.db-box span{
	    font-size: 12px !important;
	}
	.db-filtri-box{
	    font-size: 13px !important;
	}
	#db-info .db-filtri-box{
	    height: 80px !important;
    	padding: 20px 1px !important;
    	line-height: 20px !important;
	}
	#db-modifica-cliente-form > div,
	#db-modifica-utente-form > div,
	#db-modifica-delegato-form > div{
	    width: 100%;
	}
	
	#db-modifica-cliente-form input,
	#db-modifica-utente-form input,
	#db-modifica-utente-form label,
	#db-modifica-utente-form select,
	#db-modifica-delegato-form input,
	#db-modifica-delegato-form select{
	    font-size: 12px;
	}
	.db-delegato-elem span{
		font-size: 12px;
	}
	.lightbox{
	    top: 15%;
	}
	
	.view-fatture.luce-page #table_cont:before {
	    left: calc(50% - 20px);
	}
	.view-fatture #table_cont:before{
		left:15%;
	}
	
}
@media only screen and (max-width: 1239px) and (min-width: 1024px){
	
	#table_cont table {
    	font-size: 12px;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 960px){
	
	#table_cont table {
    	font-size: 11px;
	}
}

@media only screen and (max-width: 959px){
	
	#nav li a {
    	font-size: 15px;
    	height: 20px;
	}
	#sidebar li {
    	/*margin-bottom: 5px;*/
	}
	.db-filtri-box{
	    font-size: 12px !important;
	}

	#table_cont table{
		
	}
	
	#table_cont thead{
	    display: none;
	}
	#table_cont tbody tr{
		position: relative;
	    display: block;
	    height: 135px;
	    margin-bottom: 12px;
	    background: #fdfdfd;
	    box-shadow: 2px 2px 5px #a7a7a7;
	    border-radius: 3px;
	    padding-top: 3px;
	}
	#table_cont tbody td{
	    display: block;
	    float: left;
	    margin: 0 3%;
	}
	
	/* MOBILE TABELLA ANAGRAFICA */
	
	#table_delegati tbody tr,
	#table_anagrafica tbody tr,
	#table_utenti tbody tr{
	    height: 165px;
	}
	
	#table_anagrafica .td-codcliente,
	#table_condomini .td-codcliente{
	    width: 94%;
	    text-align: left;
	    border-bottom: 1px solid #e0e0e0;
	    font-weight: bold;
	}
	#table_anagrafica .td-codcliente:before,
	#table_condomini .td-codcliente:before{
		content: "Cod.Cliente: ";
		font-size: 12px;
		font-weight: normal;
	}
	
	#table_anagrafica .td-nome,
	#table_condomini .td-nome{
	    clear: both;
	    font-weight: bold;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    max-width: 800px;
	}
	#table_delegati .td-indirizzo,
	#table_anagrafica .td-indirizzo-legale,
	#table_condomini .td-indirizzo-fornitura{
	    clear: both;
	    font-size: 12px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    max-width: 800px;
	}
	#table_anagrafica .td-prov,
	#table_condomini .td-prov{
	    font-size: 12px;
	    margin-left: 0;
	}
	#table_anagrafica .td-contrattiattivi{
	    clear: both;
	    display: none;
	}
	
	#table_delegati .td-email,
	#table_anagrafica .td-email,
	#table_utenti .td-email,
	#table_utenti .td-abilitazione{
		clear: both;
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    font-weight: bold;
	}
	#table_delegati .td-email:before,
	#table_anagrafica .td-email:before,
	#table_utenti .td-email:before{
		content:"Email: ";
		font-size: 12px;
		font-weight: normal;
	}
	
	#table_utenti .td-abilitazione:before{
		content:"Stato: ";
		font-size: 12px;
		font-weight: normal;
	}
	#table_utenti .td-tipo_utente:before{
		content:"Tipo: ";
		font-size: 12px;
		font-weight: normal;
	}
	#table_utenti .td-data_registrazione:before{
		content:"Data Reg.: ";
		font-size: 12px;
		font-weight: normal;
	}
	
	#table_anagrafica .td-delegato{
	    display: none;
	}
	
	#table_delegati .td-downloadxlsclienti,
	#table_anagrafica .td-dettagli,
	#table_condomini .td-dettagli,
	#table_utenti .td-edit_utente{
		position: absolute;
	    top: 0px;
	    right: 0px;
	}
	
	#table_delegati .td-downloadxlsclienti:before{
		content: "XLS Clienti";
		font-size: 11px;
		font-weight: normal;
		position: absolute;
		left: 0;
    	top: 25px;
	}
	
	#table_delegati .td-downloadxls{
		position: absolute;
	    top: 0px;
	    right: 100px;
	}
	#table_delegati .td-downloadxls:before{
		content: "XLS Fatture";
		font-size: 11px;
		font-weight: normal;
		position: absolute;
		left: 0;
    	top: 25px;
	}
	
	#table_delegati .td-downloadzip{
		position: absolute;
	    top: 0px;
	    right: 200px;
	}
	
	#table_delegati .td-downloadzip:before{
		content: "ZIP Fatture";
		font-size: 11px;
		font-weight: normal;
		position: absolute;
		left: 0;
    	top: 25px;
	}
	
	#table_delegati .td-id_utente{
		font-weight: bold;
	}
	
	#table_delegati .td-utente{
		width: 94%;
    	text-align: left;
    	border-bottom: 1px solid #e0e0e0;
    	font-weight: bold;
	}
	
	#table_delegati .td-referente:before {
	    content: "Ref.: ";
	    font-size: 11px;
	}
	#table_delegati .td-id_utente:before {
	    content: "ID Utente: ";
	    font-size: 11px;
	    font-weight: normal;
	}
	
	
	#table_delegati .td-referente{
		clear: both;
	}
	
	#table_utenti .td-id_utente {
	    width: 94%;
	    text-align: left;
	    border-bottom: 1px solid #e0e0e0;
	    font-weight: bold;
	}
	
	#table_utenti .td-id_utente:before{
		content: "ID Utente: ";
		font-size: 11px;
		font-weight: normal;
	}
	
	#table_utenti .td-denominazione_utente{
		clear: both;
		font-weight: bold;
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	
	
	.delegato-page.view-dashboard #table_ultimefatture tbody tr{
		padding-top: 60px;
	}
	.delegato-page.view-dashboard #table_ultimefatture .td-nomecliente{
		font-weight: bold;
		top: 25px;
		border-bottom: 1px solid #a3a3a3;
		width:93%;
	}
	
	.delegato-page.view-dashboard #table_ultimefatture .td-codcliente{
		font-weight: bold;
		top: 0;
	}
	
	.delegato-page.view-dashboard #table_ultimefatture .td-importo{
		top: 59px;
	}
	
	
	
	
	/* MOBILE TABELLA FATTURE */
	
	.gas-page #table_fatture tbody tr,
	.gas-page #table_ultimefatture tbody tr {
	    border-left: 2px solid var(--mg_color_a);
	}
	
	.luce-page #table_fatture tbody tr,
	.luce-page #table_ultimefatture tbody tr {
	    border-left: 2px solid #fb5b2b;
	}
	
	#table_fatture .td-codcontratto,
	#table_ultimefatture .td-codcontratto{
	    width: 94%;
	    text-align: left;
	    border-bottom: 1px solid #e0e0e0;
	}
	#table_fatture .td-codcontratto:before,
	#table_ultimefatture .td-codcontratto:before{
		content: "Cod.Contratto: ";
		font-size: 11px;
		font-weight: normal;
	}
	
	#table_fatture .td-nr-fattura,
	#table_ultimefatture .td-nr-fattura{
	    clear: both;
	    font-weight: bold;
	    font-size: 14px;
	}
	#table_fatture .td-nr-fattura:before,
	#table_ultimefatture .td-nr-fattura:before{
		content: "Nr Fattura: ";
		font-weight: normal;
		font-size: 12px;
	}
	
	#table_fatture .td-data-periodo,
	#table_ultimefatture .td-data-periodo{
	    font-size: 13px;
	    font-weight: bold;
	    clear: both;
	}
	
	#table_fatture .td-data-periodo:before,
	#table_ultimefatture .td-data-periodo:before{
		content: "Periodo: ";
		font-size: 12px;
		font-weight: normal;
	}
	#table_fatture .td-data-scadenza,
	#table_ultimefatture .td-data-scadenza{
		font-size: 13px;
    	font-weight: bold;
    	clear: both;
	}
	
	#table_fatture .td-data-scadenza:before,
	#table_ultimefatture .td-data-scadenza:before{
		content: "Scad: ";
		font-size: 12px;
		font-weight: normal;
	}
	
	#table_fatture .td-importo,
	#table_ultimefatture .td-importo{
		font-weight: bold;
	    position: absolute;
	    top: 78px;
	    right: 0;
	    font-size: 16px;
	}
	#table_fatture .td-importo:before,
	#table_ultimefatture .td-importo:before{
		content: "Importo: ";
		font-weight: normal;
		font-size: 12px;
	}
	
	
	#table_fatture .td-stato-pagamento,
	#table_ultimefatture .td-stato-pagamento{
		font-weight: bold;
	    /*position: absolute;
	    top: 80px;
	    right: 0;*/
	    clear: both;
	    font-size: 14px;
	}
	#table_fatture .td-stato-pagamento:before,
	#table_ultimefatture .td-stato-pagamento:before{
		content: "Stato: ";
		font-weight: normal;
		font-size: 12px;
	}
	
	
	
	
	#table_fatture .td-download,
	#table_ultimefatture .td-download{
		position: absolute;
	    top: 0px;
	    right: 0px;
	}
	
	.delegato-page #table_fatture .td-codcliente,
	.delegato-page #table_ultimefatture .td-codcliente{
	    text-align: left;
	    position: absolute;
	    top: -12px;
	    left: 0;
	}
	.delegato-page #table_fatture .td-codcliente:before,
	.delegato-page #table_ultimefatture .td-codcliente:before{
		content: "Cod.Cliente: ";
		font-size: 11px;
		font-weight: normal;
	}
	
	#table_ultimefatture .td-nomecliente {
	    text-align: left;
	    position: absolute;
	    top: 13px;
	    left: 0;
	}
	
	.gas-page.view-dashboard #table_cont tbody tr, 
	.gas-page.view-fatture #table_cont tbody tr {
	    background: #d7e1ed;
	}
	
	.luce-page.view-dashboard #table_cont tbody tr, 
	.luce-page.view-fatture #table_cont tbody tr {
    	background: #ebddd8;
	}
	
	#db-contratti .contratto_line {
	    border-radius: 3px;
	}
}

@media only screen and (max-width: 959px) and (min-width: 768px){
	
	.demo .left-header {
	    width: 30%;
	}
	
	#login-container .sub-content{
	    width: 96%;
	    margin: 0 auto;
	    padding-top: 60px;
	    padding-bottom: 0;
	}
	#login-container .login-text,
	#login-container .login-form{
	        padding: 2% 5% 5%;
	    width: 600px;
	    float: none;
	    margin: 0 auto;
	    /* border: 0; */
	    min-height: auto;
	    background-color: #fff;
	}
	#login-container .login-text{
		border:0;
	}
	.lightbox{
	    width: 96%;
	    top: 11%;
	    left: 50%;
	    margin-left: -48%;
	}
	.lightbox .lb-content{
	    width: 64%;
	    margin-left: 7%;
	}
	.lightbox input{
	    height: 30px;
	    font-size: 12px;
	}
	.lightbox .lb-email-field{
	    height: 30px;
	    font-size: 12px;
	    line-height: 30px;
	}
	.lightbox .lb-label{
	    font-size: 13px;
	}
	
	#db-nav .db-box{
	    background-image: none;
	    padding-top: 20px;
	    min-height: 110px;
	}
	.lb-autolettura-box .red{
	    margin-top: 10px;
	}
	.lb-autolettura-box .comma{
	    margin-top: 20px;
	}
	
	#db-contratti .contratto_line {
	    box-shadow: 2px 2px 5px #a7a7a7;
	}
	
	#db-contratti .contratto_dati{
	    font-size: 11px;
	}
	#db-contratti .contatore_dati{
	    font-size: 11px;
	    width: auto;
	    height: auto;
	}
	
	#db-contratti .contatore_dati .dati_tecnici{
		padding-left: 0;
	}
	
	
	
	#lb-autolettura-open-standard{
	    padding: 5px 0;
	}
	
	#db-filtri-sologas,
	#db-filtri-sololuce,
	#db-contratti-mostra{
		background-image: none;
	}
	
}
@media only screen and (max-width: 767px){
	
	#sidebar_bg{
		display: block;
	}
	.show-mobile-menu #sidebar_bg{
		left:0; 
	}
	
	
	.demo .left-header {
	    width: 30%;
	}
	
	.db-box span {
	    font-size: 13px !important;
	}
	
	#db-filtri-sologas,
	#db-filtri-sololuce,
	#db-contratti-mostra{
		background-image: none;
	}
	
	.logged-page .bottom-header{
		display: block;
	    position: absolute;
	    top: 50px;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
	    width: 100%;
	    
	}
	
	.demo .left-header{
		display: none;
	}
	
	#toggle_mobile_menu{
		display: block;
	    height: 100%;
	    background: #efefef;
	    right: 0;
	    position: relative;
	}
	.logged-page #toggle_mobile_menu:hover{
		/*background: #d2e5fb !important;*/
	}
	
	
	#login-container .sub-content{
	    width: 96%;
	    margin: 0 auto;
	    padding-top: 60px;
	    padding-bottom: 0;
	}
	#login-container h3{
	    font-size: 22px;
	}
	#login-container p{
	    font-size: 13px;
	}
	#login-container p,
	#login-container br{
		display: none;
	}
	#login-container .login-text,
	#login-container .login-form{
	    padding: 2% 5% 5%;
	    width: 100%;
	    max-width: 500px;
	    margin: 0 auto;
	    float: none;
	    /* border: 0; */
	    min-height: auto;
	    background-color: #fff;
	}
	#login-container .login-text{
		border:0;
	}
	.login-lost-pwd a{
	    font-size: 11px;
	}
	.login-lost-pwd{
	    width: 40%;
	    float: right;
	    padding-left: 10%;
	    margin-top: 25px;
	}
	
	.lightbox{
		position:absolute;
	    width: 100%;
	    min-height: 200%;
	    top: 0px !important;
	    left: 0;
	    margin-left: 0;
	    background: #fff;
	    background-size: cover;
	    border-radius:0;
	}
	.lightbox .lb-content{
	    width: 94% !important;
    	margin-left: 3% !important;
	}
	.lightbox .lb-title{
	    width: 96%;
	    margin-left: 3%;
	}
	.lightbox .lb-descrizione{
	    color: #555;
	}
	.close-lightbox{
	    padding: 10px 25px;
	}
	.lightbox .lb-label{
	    /*color: #fff;*/
	    
	}
	
	#lb-upload .lb-content{
		max-height: none;
	}
	
	#lb-autolettura .lb-label, .lb-autolettura-box .lb-label{
		margin: 0 !important;
		font-size: 16px;
	}
	#lb-autolettura-presel .lb-label {
	    margin-top: 30px !important;
	}
	#lb-autolettura button{
	    margin: 10px 0;
	}
	#lb-autolettura-presel button {
	    width: 80%;
	    margin: 40px 10% 0px !important;
	    height: 80px;
	    font-size: 14px;
	}
	.lightbox input[type="submit"], 
	.lightbox button{
	    /*background: #fff;
	    color: var(--mg_color_a);*/
	}
	.lightbox select{
    	width: 80%;
	}
	.lightbox p{
		/*color: #fff;*/
	}
	.lightbox h3{
	    color: var(--mg_color_c);
	    margin-top: 40px !important;
	}
	
	.lb-autolettura-box{
	    width: 100% !important;
	}
	#lb-autolettura-open-standard{
	    width: 200px !important;
	    margin-left: -100px;
	    left: 50%;
	    position: relative;
	    margin-top: 10px;
	}
	.lightbox .lb-email-field {
	    font-size: 12px;
	}
	
	
	
	
	#header .user-info{
		font-size: 11px;
		background: none;
		padding: 0 10px 0 0;
	}
	
	#header .user-info .divide {
    	margin: 5px 5px 0 3px !important;
		display:none;
	}
	#header .user-info a{
		font-size: 11px;
	}
	#header .user-info .logout{
		display:none;
	}		
	#sidebar_user_box{
		display: block;
	}
	#sidebar_user_box .logout{
		display: block;
	    margin: 0 auto;
	    text-align: center;
	    margin-top: 15px;
	    width: 50%;
	    background: var(--mg_color_a);
	    padding: 15px;
	    text-transform: uppercase;
	    color: #fff;
	    -webkit-transition: opacity 0.2s;
    	transition: opacity 0.2s;
	}
	#sidebar_user_box .logout:hover{
		opacity:0.7;
	}
	
	.logged-page .logo-cont{
		top: -100px;
		opacity:0;
		/*height: 50px;
	    width: 50px;
	    margin: 0;
	    border: 0;
	    margin-top: 0;
	    left: 0;
	    box-shadow:none;*/
	}
	.logged-page .logo-cont img{
		/*width: 50px;
		height: 50px;*/		
	}
	.logged-page .logo-cont-mobile{
		display:block;
	    left: 0;
	}
	.logged-page .logo-cont-mobile img{
		
	}
	#logged-container > div{
	    padding: 60px 1% 30px 2%;
	}
	#header {
    	background: var(--mg_color_a);
	}
	#sidebar{
		width: 0%;
		/*box-shadow: 0px 0px 30px #c3c3c3;*/
		-webkit-transition: all 0.3s ease-in-out;
    	transition: all 0.3s ease-in-out;
	}
	.logged-page #sidebar {
	    left: -100%;
	}
	
	
	
	#sidebar li{
    	background-position-x: 10px !important;
	}
	#sidebar li a span{
		width:200px;
		opacity:1;
	}
	
	.show-mobile-menu #sidebar{
		width: 33%;
		min-width: 250px;
		left: 0;
	}
	
	
	
	#logged-container{
	    width: 98%;
	    padding-left: 1%;
	}
	.db-box{
	    width: 49%;
	    margin-left: 0;
	    margin-right: 1%;
	    margin-bottom: 10px;
	    /*background-size: 13% !important;*/
	    height: 130px;
	    padding-top: 25px !important;
	    background-image: none !important;
	    max-width: none;
	}
	.db-box h3{
	    font-size: 18px !important;
	}
	#db-ragsoc,
	#db-codcliente,
	#db-indirizzo{
	    width: 100%;
	    max-width: 100%;
	    /*padding-top: 25px !important;*/
	    padding-top: 10px !important;
    	height: 80px !important;
	}
	
	
	#db-autoletura{
	    clear: none;
	}
	
	#db-filtri-sololuce,
	#db-filtri-sologas,
	#db-contratti-mostra{
		line-height: 25px;
	}
	#dashboard h4{
		font-size: 17px !important;
		margin-top: 20px;
	}
	#db-filtri h4{
		font-size: 14px !important;
	}
	#db-contratti .contatore_dati{
	    width: 90%;
	    height: auto;
	}
	#db-contratti .contatore_dati .dati_tecnici{
	    padding-left: 0;
	}
	#db-contratti .contratto_dati{
		height: auto;
		font-size: 11px;
	}
	#db-contratti .contatori_line{
	    font-size: 11px;
	}
	#db-contratti-listing > div:before{
	    /*left: 12%;*/
	}
	.view-fatture #table_cont:before,
	#db-modifica-cliente-form > div:before {
	    left: calc(15% - 20px);
	}
	
	.db-filtri-box{
	    line-height: 25px !important;
	}
	#db-filtri-cerca{
		width: 100%;
    	max-width: none;
    	margin-bottom: 10px;
	}
	
	#db-filtri-ordinaclientiper,
	#db-filtri-ordinadelegatiper,
	#db-filtri-ordinautentiper,
	#db-filtri-ordinafattureper,
	#db-filtri-ascdesc{
		width: 49%;
		max-width: none;
		margin-left: 0;
	}
	#db-filtri-ascdesc{
		margin-left: 2%;
	}
	
	#db-contratti-mostra,
	#db-filtri-sologas,
	#db-filtri-sololuce,
	#db-filtri-mostra{
		margin-top: 10px;
	}
	
	.view-dashboard #db-filtri-sologas2, #db-filtri-sololuce2 {
	    position: relative;
	    top: 0;
	    float: left;
	    right: auto;
	    margin-left: 0;
	    margin-right: 1%;
	    margin-bottom: 20px;
	    margin-top: 0px;
	    line-height: 45px !important;
	    background-position-x: 8px;
	    background-size: 22px;
	    width: 49%;
	    height: 45px;
	    max-width: none;
	}
	.view-dashboard .db-filtri-dashboard-h4,
	.view-dashboard .db-filtri-h4{
		clear: both;
	}
	
	#db-mybollette,
	#db-mycondomini{
		width: 100%;
		height: 105px;
	}
	
	#db-settings{
		display: none;
	}
	
	#table_anagrafica .td-nome,
	#table_condomini .td-nome{
	    max-width: 600px;
	}
	
	#table_anagrafica .td-indirizzo-legale,
	#table_condomini .td-indirizzo-fornitura{
	    max-width: 600px;
	}
	
	#table_delegati tbody tr{
		height: 180px;
    	padding-top: 25px;
	}
	#table_delegati .td-downloadxlsclienti {
		top: auto;
	    bottom: 20px;
	    right: auto;
	    left: 0px;
	}
	#table_delegati .td-downloadxls {
	    top: auto;
	    bottom: 20px;
	    right: auto;
	    left: 100px;
	}
	#table_delegati .td-downloadzip {
	    top: auto;
	    bottom: 20px;
	    right: auto;
	    left: 200px;
	}
	#table_delegati .td-id_utente{
		position: absolute;
	    top: 0;
	    left: 0;
	}
	#table_delegati .td-utente {
	    width: 93%;
	    font-weight: bold;
	}
	#table_delegati .td-referente:before {
	    content: "Ref.: ";
	    font-size: 12px;
	}
	#table_delegati .td-downloadxlsclienti:before,
	#table_delegati .td-downloadxls:before,
	#table_delegati .td-downloadzip:before{
		left: 5px;
		top: -22px;
	}

	#table_delegati .td-downloadxlsclienti,
	#table_delegati .td-downloadxls,
	#table_delegati .td-downloadzip{
		bottom: 10px;
	}
	
}


@media only screen and (max-width: 479px){
	
	.admin-page #sidebar .menu {
	    margin-top: 75px;
	}
	.admin-page #nav li a {
	    height: 18px;
	}

	#table_anagrafica .td-nome,
	#table_condomini .td-nome{
	    max-width: 290px;
	}
	#table_anagrafica .td-email,
	#table_condomini .td-email,
	#table_delegati .td-email{
	    max-width: 300px;
	}
	
	#table_anagrafica .td-indirizzo-legale,
	#table_condomini .td-indirizzo-fornitura{
	    max-width: 250px;
	}
	
	
	#table_utenti .th-data_registrazione,
	#table_utenti .td-data_registrazione{
		display: none;
	}
	#db-contratti-listing .contratti_listing_filtri button {
	    width: 60px;
	    font-size: 12px;
	}
	#db-modifica-cliente-form .submit,
	#db-modifica-utente-form .submit,
	#db-modifica-delegato-form .submit {
		width: 49%;
	}
	#db-modifica-utente-form .submit.unpair_user button, #db-modifica-cliente-form .submit input, #db-modifica-utente-form .submit input, #db-modifica-delegato-form .submit input {
		width: 100%;
		font-size: 12px;
	}


	#table_delegati .td-utente,
	#table_delegati .td-referente{
		max-width: 300px;
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	
	#table_delegati .td-id_utente{
		/*display: none;*/
	}
	#table_delegati .td-utente {
		width: 90%;
    	max-width: none;
	}
	
	
	
	#db-ragsoc,
	#db-codcliente,
	#db-indirizzo{
    	height: 85px !important;
	}
	
	.db-filtri-field select {
	    text-indent: 5px;
	    font-size: 12px;
	}
	
	#db-modifica-cliente-form .field, 
	#db-modifica-utente-form .field, 
	#db-modifica-delegato-form .field{
		width: 98%;
	}
	#db-add-delegato {
	    width: 100%;
	    border-right: 0px solid #ccc;
	}
	
	#db-elenco-delegati {
	    width: 100%;
	    padding: 15px 0 0 0;
	    margin-top: 10px;
	    border-top: 2px solid #ccc;
	}
	.user-info a.logout {
	    text-transform: uppercase;
	    font-size: 12px;
	}
	.login-lost-pwd {
	    margin-top: 33px;
	}
	
	.lb-creautente-select {
	    float: left;
	    width: 100%;
	}
	
	#lb-autolettura-form-luce .lb-autolettura-luce-box .field {
	    width: 45%;
	}
	#lb-autolettura-form-luce .lb-autolettura-luce-box .field_last {
	    width: 42%;
	}
	.lb-autolettura-luce-data, .lb-autolettura-luce-data-prec {
	    background-size: 13% !important;
	}
	

}

@media only screen and (max-width: 360px){
	
	#table_delegati .td-utente,
	#table_delegati .td-referente{
		max-width: 205px;
	}
	
	.login-lost-pwd {
	    margin-top: 25px;
	}
	
	
	
}


