﻿/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; /*overflow-y: scroll; overflow-x: hidden;*/ -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 16px; line-height: 1; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */

svg:not(:root) {
	overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0;
vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { /*background-color: #f0dddd;*/ -moz-box-shadow:none; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }

/* =============================================================================
   Primary styles
   Author: Luca Mattiuzzo
   ========================================================================== */

/* ============================================================================= FONTS */

/*@import 'https://fonts.googleapis.com/css?family=Roboto:400,700,900';*/

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v15-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/roboto-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v15-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/roboto-v15-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('fonts/roboto-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v15-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v15-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?sdi3p6');
  src:  url('fonts/icomoon.eot?sdi3p6#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?sdi3p6') format('truetype'),
    url('fonts/icomoon.woff?sdi3p6') format('woff'),
    url('fonts/icomoon.svg?sdi3p6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info-circle:before {
  content: "\f05a";
}
.icon-radio_button_checked:before {
  content: "\e924";
}
.icon-radio_button_unchecked:before {
  content: "\e925";
}
.icon-fattura-web:before {
  content: "\e926";
}
.icon-fattura-recapito:before {
  content: "\e927";
}
.icon-disdetta-contratto:before {
  content: "\e900";
}
.icon-domiciliazione-cc:before {
  content: "\e901";
}
.icon-domiciliazione-rid:before {
  content: "\e902";
}
.icon-modifica-dati-catastali:before {
  content: "\e903";
}
.icon-modifica-potenza:before {
  content: "\e904";
}
.icon-nuovo-contratto:before {
  content: "\e905";
}
.icon-pagamento-online:before {
  content: "\e906";
}
.icon-reclamo:before {
  content: "\e907";
}
.icon-voltura-subentro:before {
  content: "\e908";
}
.icon-menu:before {
  content: "\e5d2";
}
.icon-documenti:before {
  content: "\e900";
}
.icon-consumi:before {
  content: "\e901";
}
.icon-user:before {
  content: "\e902";
}
.icon-cancel:before {
  content: "\e903";
}
.icon-check:before {
  content: "\e904";
}
.icon-checkbox_checked:before {
  content: "\e905";
}
.icon-checkbox:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e907";
}
.icon-edit:before {
  content: "\e908";
}
.icon-exit:before {
  content: "\e909";
}
.icon-download:before {
  content: "\e90a";
}
.icon-filter:before {
  content: "\e90b";
}
.icon-help:before {
  content: "\e90c";
}
.icon-home:before {
  content: "\e90d";
}
.icon-down:before {
  content: "\e90e";
}
.icon-up:before {
  content: "\e90f";
}
.icon-gas:before {
  content: "\e910";
}
.icon-richieste:before {
  content: "\e911";
}
.icon-fatture_2:before {
  content: "\e912";
}
.icon-view:before {
  content: "\e913";
}
.icon-key:before {
    content: "\e915";
}
.icon-search:before {
  content: "\e914";
}
.icon-password:before {
  content: "\e915";
}
.icon-luce:before {
  content: "\e916";
}
.icon-contratti:before {
  content: "\e917";
}
.icon-autolettura:before {
  content: "\e918";
}
.icon-fatture:before {
  content: "\e919";
}
.icon-estrattoconto:before {
    content: "\e922";
}
.icon-account-multiple:before {
  content: "\e91a";
}
.icon-report:before {
  content: "\e90a";
}

/* ============================================================================= GRID */

.row {
    margin-right: -15px;
    margin-left: -15px;
    zoom: 1;
}

.row:before, .row:after { content: ""; display: table; }
.row:after { clear: both; }

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}

.p-0 {
    padding-left: 0;
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

/* ============================================================================= GENERALE */

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #666666;
	background: #eaebec;
}

a,
a:link,
a:active,
a:visited,
a:hover {
    text-decoration:none;
    color:inherit;
}

p {
    line-height: 1.2;
    margin: 0 0 1.2em;
}

p:last-child {
	margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none inside;
}

input,
select,
textarea {
	font-family: inherit;
	color:inherit;
	background: #ffffff;
	border: none;
	border-radius: 3px;
	padding: 5px 10px;
}

a.button,
button,
input[type="submit"] {
    display: inline-block;
	font-family: inherit;
	background: #15a3f9;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	padding: 0.7142857142857143em 1.428571428571429em; /* 10px 20px @ 14 px */
	border: none;
	border-radius: 3px;
    line-height: normal;
}


input[type="file"] {
	padding: 0;
}

.button.small,
button.small,
input[type="submit"].small {
	padding: 5px 8px 4px;
}

.button.grey {
	border: 1px solid #8dabcb;
	color: #8dabcb;
	background: transparent;
}

hr {
	display: none;
}

h1 {
	color: #00519d;
	font-size: 1.428571428571429em; /* 20px @ 14px */
	font-weight: 900;
	text-transform: uppercase;
}


table {
	border: none;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}

th,
td {
	border: none;
	padding: 5px;
	text-align: left;
}

th {
	color: #333333;
}

/* ============================================================================= LOGIN */

body.login {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

body.login .overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

body.login #logo {
	display: block;
	float: none;
	margin: 0 auto 30px;
    max-width: 250px;
	height: 100px;
	background-position: center top;
}

body.login #corpo {
	max-width: 500px;
	margin: 130px auto 30px;
	padding: 30px 20px 20px;
	background: rgba(255,255,255,0.9);
}

body.login table {
	width: 100%;
}

body.login td {
	border: none;
	padding: 0;
}

body.login tr:hover  td {
	background: none;
}

#entra_area_cliente ul {
	width: 100%;
	max-width: 340px;
	margin: 46px auto 50px;
}

body.login input[type="text"],
body.login input[type="password"],
body.login select {
	background: #d4dce6;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 88%;
}

body.login li:not(.no_label) label {
	display: inline-block;
	margin-right: 2%;
	width: 8%;
	vertical-align: top;
}

body.login li:not(.no_label) label [class^="icon-"] {
	display: inline-block;
	font-size: 24px;
	color: #00519e;
	line-height: 50px;
	vertical-align: top;
}

body.login .required {
	display: none;
}

body.login .no_label {
    padding-left: 11%;
}

body.login .no_label p {
    margin: 0;
}

#remember_me label {
	font-weight: bold;
	width: auto;
	line-height: 24px;
	margin-bottom: 20px;
	display: inline-block;
}

#remember_me label [class^="icon-"] {
	display: inline-block;
	font-size: 24px;
	margin-right: 8px;
	vertical-align: top;
	top: 0;
}

#boxLogin_Login1_loginerror {
	margin-bottom: 20px;
	display: inline-block;
	color: #ec0000;
	font-weight: bold;
}

#boxLogin_Login1_loginerror:empty {
	margin-bottom: 0;
}

#boxLogin_Login1{
	margin-bottom: 0;
}

/*=================================== errore login */

#accedi_boxLogin_loginerror {
	margin-bottom: 20px;
	display: inline-block;
	color: #ec0000;
	font-weight: bold;
}

#accedi_boxLogin_loginerror:empty {
	margin-bottom: 0;
}

#boxLogin_link_Registrazione,
#boxLogin_A1 {
	font-weight: bold;
	text-transform: uppercase;
}

#boxLogin_link_Registrazione:hover,
#boxLogin_A1:hover {
}

#boxLogin_link_Registrazione {
	float: left;
}

#boxLogin_A1 {
	float: right;
}

.width100 {
    width: 100% !important;
}

/* ============================================================================= HEADER */

#headerBase {
	background: #ffffff;
}

#logo {
	float: left;
	width: 100%;
	max-width: 150px;
	height: 60px;
	margin: 15px 90px 15px 30px;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#scelta_servizio {
	float: left;
	line-height: 90px;
	font-weight: bold;
	text-transform: uppercase;
}


#scelta_servizio a {
	border-radius: 3px;
	background: #00519e;
	color: #fff !important;
	line-height: 34px;
	display: inline-block;
	padding-right: 10px;
	margin-left: 10px;
}

#scelta_servizio a.secondary_link {
	background: #666666;
	color: #fff !important;
}

#scelta_servizio a  span {
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	vertical-align: middle;
	border-radius: 50%;
	font-size: 24px;
	color: #ffffff;
	background: #00519e;
	text-decoration: none;
}

#scelta_servizio a.secondary_link  span {
	color: #fff;
	background: #666666;
}

#utente {
	float: right;
	height: 90px;
	padding: 34px 30px 0;
	border-left: 1px solid #ebebeb;
	font-size: 16px;
}

#boxHeader_lblUtenteCollegato {
	font-weight: bold;
}

#boxHeader_link_ModificaPassword {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	margin-top: 6px;
}

#boxHeader_link_ModificaPassword span {
	color: #989898;
	font-size: 14px;
	vertical-align: top;
}

#logout {
	float: right;
	border-left: 1px solid #ebebeb;
	width: 90px;
	height: 90px;
	padding-top: 36px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

#logout a {
	text-decoration: none;
}

#logout span {
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
}
/*
.secondary_link:link,
.secondary_link:visited,
.secondary_link:hover  {
	font-size:12px;
	display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
    padding: 10px;
    background-color: #b3b3b3;
    border-radius: 5px;
    color: white;
}

.secondary_link_ex:link,
.secondary_link_ex:visited,
.secondary_link_ex:hover  {
	font-size:12px;
	color: orange;
    border: 1px solid orange;
    padding: 8px 25px;
    line-height: 30px;
    border-radius: 5px;
}

.secondary_link_mp:link,
.secondary_link_mp:visited,
.secondary_link_mp:hover {
    font-size: 12px;
    color: white;
    border: inline-block;
    padding: 8px 25px;
    line-height: 30px;
    border-radius: 5px;
    background-color: #6699FF;
}

.secondary_link_ee:link,
.secondary_link_ee:visited,
.secondary_link_ee:hover  {
	font-size:12px;
	display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
    padding: 10px;
    background-color: #00c853;
    border-radius: 5px;
    color: white;
}

.secondary_link_ga:link,
.secondary_link_ga:visited,
.secondary_link_ga:hover {
	font-size:12px;
	display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
    padding: 10px;
    background-color:#4fc3f7;
    border-radius: 5px;
    color: white;
}
*/

/* ============================================================================= NAVIGAZIONE */

#toggleNav {
	display: none;
}

#navbarBase {
	background: #00519d !important;
}

#boxNavbar_navbar,
#Navbar_navbar  {
	background: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
}

#boxNavbar_mMenu,
#Navbar_mMenu {
	width: 100% !important;
	padding: 0 30px;
}

#boxNavbar_mMenu a.static,
#Navbar_mMenu a.static {
	width: auto !important;
	padding: 12px 25px 10px !important;
	opacity: 0.7;
	text-align: center;
	display: inline-block;
	font-weight: bold !important;
	border-bottom: 4px solid transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#boxNavbar_mMenu a.static:hover,
#Navbar_mMenu a.static:hover {
    opacity: 1;
}

#boxNavbar_mMenu a.static.selected,
#Navbar_mMenu  a.static.selected {
    opacity: 1;
    text-decoration: none !important;
	border-bottom: 4px solid #ffffff;
}

#boxNavbar_mMenu a.static span {
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}

#boxNavbar_mSubMenu,
#Navbar_mSubMenu {
	width: 100% !important;
	background: #FFFFFF;
	padding: 0 30px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

#boxNavbar_mSubMenu img.icon,
#Navbar_mSubMenu img.icon {
	
}

#boxNavbar_mSubMenu img.separator,
#Navbar_mSubMenu img.separator {
	
}

#boxNavbar_mSubMenu img.horizontal-separator,
#Navbar_mSubMenu img.horizontal-separator {
	
}

#boxNavbar_mSubMenu ul,
#Navbar_mSubMenu ul {
	
}

#boxNavbar_mSubMenu ul.static,
#Navbar_mSubMenu ul.static {
	height: auto !important;
	width: 100% !important;
}

#boxNavbar_mSubMenu ul.dynamic,
#Navbar_mSubMenu ul.dynamic {
	
}

#boxNavbar_mSubMenu a,
#Navbar_mSubMenu a {
	
}

#boxNavbar_mSubMenu a.static,
#Navbar_mSubMenu a.static {
	width: auto !important;
	font-weight:bold;
	text-decoration:none;
	height: auto !important;
	color: #666666 !important;
	background-color: transparent !important;
	border-style: none !important;
	border-color: transparent !important;
	padding: 28px 15px !important;
	border-width: 0 !important;
	text-transform: uppercase;
}

#boxNavbar_mSubMenu a.popout,
#Navbar_mSubMenu a.popout {

}

#boxNavbar_mSubMenu a.static.selected,
#Navbar_mSubMenu a.static.selected {
	color: inherit !important;
	text-decoration:none !important;
	background: #ebebeb !important;
}

#boxNavbar_mSubMenu a.static.highlighted,
#Navbar_mSubMenu a.static.highlighted {
	color: inherit !important;
}

/* ============================================================================= CONTENUTO */

#corpo,
#contenuto,
body.popup #principale {
	background: #ffffff;
	margin: 30px 30px 50px;
	padding: 30px 20px;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

#corpo #contenuto {
	background: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

.divGrid.large_width {
	width: 100% !important;
}

.divGrid.large_width table,
table.gridGrande,
#boxGAS table,
#boxEE table {
	width: 100% !important;
}

.divGrid.large_width table.gridGrande table,
#boxGAS table table,
#boxEE table  table {
	width: auto;
}

.overflowAuto {
	overflow: auto;
}

.divGrid h1 {
    margin: 30px 0;
}

.divGrid > h1:first-child,
#contenuto > #titoloSezione h1,
.titoloTabella h1 {
    margin-top: 0;
}

table h1 {
	margin: 0 0 30px;
}

.titoloTabella th,
.rigaPari td,
.rigaDispari td {
	border-bottom: 1px solid #e4e4e4;
	padding: 16px 10px;
}

tr.rigaPari:hover td,
tr.rigaDispari:hover td {
	background: #eeeeee;
}

table input[type="text"],
table input[type="password"],
table select,
table textarea {
	background: #ebebeb;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	margin: 5px 0px;
}

table input[readonly="readonly"] {
	background: #f4f4f4;
	color: #999;
}

table select {
	padding-top: 6px;
	padding-bottom: 5px;
}

table textarea {
	line-height: 1.2;
	padding: 10px;
}


table label,
.detailsView .table_header {
	color: #4d7298;
	text-transform: uppercase;
	font-weight: bold;
}

table label [class^="icon-"] {
	display: inline-block;
	font-size: 18px;
	margin-right: 8px;
	vertical-align: top;
	line-height: 18px;
	position: relative;
	top: -4px;
}


table a,
table a:link,
table a:active,
table a:visited,
table a:hover {
	text-decoration: underline
}

tr.rigaPari:hover td input[type="text"],
tr.rigaPari:hover td table input[type="password"],
tr.rigaPari:hover td table select,
tr.rigaPari:hover td table textarea,
tr.rigaDispari:hover td input[type="text"],
tr.rigaDispari:hover td table input[type="password"],
tr.rigaDispari:hover td table select,
tr.rigaDispari:hover td table textarea {
	background: #ffffff;
}

#PasswordRecovery1_UserNameContainerID_UserNameLabel {
	margin-right: 10px;
}

.nascondi {
    display: none;
}

.paginazione {
	float: right;
	margin: 15px 0 0;
}

.paginazione td {
	padding-left: 10px;
	padding-right: 10px;
}


/* ============================================================================= HOME */

#operazioni_frequenti {
	float: left;
	width: 50%;
}

#operazioni_frequenti .button {
	margin-bottom: 20px;
}

#avvisi {
	float: left;
	width: 50%;
	border-left: 1px solid #ebebeb;
	padding-left: 30px;
}

/*============================================================================== BOX RICERCA */

.boxRicerca,
.gridPopUp {
    padding:20px 20px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:40px;
	background: #e7eff9;
}

.boxRicerca.open {
	padding-bottom: 20px;
}

.boxRicerca ul {
	float: none !important;
	padding-top: 20px;
}

.boxRicerca li {
    float:left;
    position:relative;
	width: 24%;
	margin-right: 1.333333333333333%;
}

.boxRicerca li:nth-child(4n) {
	margin-right: 0;
}

.boxRicerca label,
.boxRicerca span ,
table span[id*="lbl"],
.detailsView td:first-child {
    display:block;
    margin-bottom:8px;
	font-size: inherit;
	color: #4d7298;
	font-weight: bold;
	text-transform: uppercase;
}

table span[id*="lbl"] {
    margin-bottom: 0;
	white-space: nowrap;
}

.detailsView td:first-child {
	display: table-cell;
	margin-bottom: 0;
}

.boxRicerca input[type="text"],
.boxRicerca select,
#filtriPopUp input[type="text"],
#filtriPopUp select {
	width: 100%;
	line-height: 2.142857142857143em; /* 30px @ 14px */
	height: 2.142857142857143em
}

.boxRicerca input[type="text"],
.boxRicerca input[type="checkbox"],
.boxRicerca select,
#filtriPopUp input[type="text"],
#filtriPopUp input[type="checkbox"],
#filtriPopUp select {
    background: #ffffff;
    font-size: inherit;
	padding: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 0px 30px;
}

#filtriPopUp input[type="text"],
#filtriPopUp input[type="checkbox"],
#filtriPopUp select {
	margin: 0;
}

.boxRicerca input[type="checkbox"] {
    margin:0px 0px 20px 0px;
	width:auto;
}

.boxRicerca .button {
    margin-right:10px;
}

.boxRicerca *[id*="boxParametriRicerca_btnClienteCodice"],
.boxRicerca *[id*="boxParametriRicerca_btnContrattoPODPDR"],
.boxRicerca *[id*="boxParametriRicerca_btnContrattoSedePDE"],
.boxRicerca .ui-datepicker-trigger {
    position: absolute;
    right: 5px;
    top: 24px;
}

.boxRicerca a .icon-search {
	position: static;
	font-size: 24px;
	color: #00519d;
}

.ErrorMex:empty {
	margin-bottom: 0;
}

.ErrorMex {
	float: none;
	width: 100%;
	display: inline-block;
	line-height: 1.6;
}

td.ErrorMex {
	display: table-cell;
}

table span.ErrorMex,
.ErrorMex span,
.boxRicerca .ErrorMex span {
	color: #ec0000;
	font-weight: bold;
	text-transform: none;
}

#filtriPopUp tr td {
	padding: 10px;
}

#filtriPopUp tr:first-child td {
	padding-top: 20px;
}

#filtriPopUp tr:last-child td {
	padding-bottom: 20px;
}

#filtriPopUp tr td:first-child {
	padding-left: 20px;
}

#filtriPopUp tr td:last-child {
	padding-right: 20px;
}

#filtriPopUp + .ErrorMex {
	margin: 0;
}

#toggleFilters {
	border-bottom: 1px solid transparent;
	margin: -20px -20px 0;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#toggleFilters:hover {
	background-color: rgba(77, 114, 152, 0.1);
}

.open #toggleFilters {
	border-bottom: 1px solid #cddef1;
}

#toggleFilters span {
	float: left;
	color: #7d96b2;
	text-transform: uppercase;
	margin-bottom: 0;
}

#toggleFilters #close_filters {
	display: none;
}

.open #toggleFilters #close_filters {
	display: inline;
}

.open #toggleFilters #open_filters {
	display: none;
}

#toggleFilters .icon-filter,
#toggleFilters .icon-up,
#toggleFilters .icon-down  {
	font-size: 24px;
	line-height: 14px;
}

#toggleFilters .icon-filter {
	margin-right: 20px;
}

#toggleFilters .icon-up,
#toggleFilters .icon-down {
	float: right;
}

/* ============================================================================= TABS */

.ui-tabs-nav {
	margin: -30px -20px 30px;
	border-bottom: 1px solid #e4e4e4;
}

.ui-tabs-nav li {
	float: left;
}

.ui-tabs-nav a {
	display: block;
	font-size: inherit;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
	padding: 18px;
	position: relative;
	top: 1px;
}

.ui-tabs-active a {
	color: #00519d;
	border-bottom-color: #00519d;
}

/* ============================================================================= TILES */

.tiles {
    margin-top: 60px;
}

.tiles > div {
    margin-bottom: 30px;
}

.tile {
    display: block;
    max-width: 270px;
    margin: 0 auto;
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    text-align: center;
    color: #00519d !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,edeff2+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #edeff2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#edeff2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 0%,#edeff2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edeff2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.tile span {
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.tile strong {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
    height: 2.4em;
}

/* ============================================================================= DATA FORM */

.data-form h2 {
    color: #00519d;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    margin: 30px 0 40px;
}

.data-form h2.separator {
    padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}

.data-form h3 {
    color: #00519d;
    text-transform: uppercase;
    font-size: 14px;
    margin: 15px 0 20px;
}

.data-form p {
    margin: 0 0 20px;
}

.data-form .inline-input-wrapper p {
    margin: 0;
}

.data-form a {
    color: #00519d;
}

.data-form th a {
    color: inherit;
}

.data-form .mandatory {
    color: #ec0000;
}

.data-form input[type="text"],
.data-form input[type="password"],
.data-form input[type="email"],
.data-form input[type="file"],
.data-form select,
.data-form textarea {
	background: #ebebeb;
	line-height: 30px;
    width: 100%;
	height: 30px;
	padding: 0 10px;
	margin: 0 0 20px;
}

.data-form input[type="file"] {
    padding: 0;
    height: auto;
}

.data-form table input[type="text"],
.data-form table input[type="password"],
.data-form table input[type="email"],
.data-form table input[type="file"],
.data-form table select,
.data-form table textarea {
	margin: 0;
}


.data-form label {
    display: inline-block;
}

.data-form label.block {
    display: block;
    margin-bottom: 7px;
}

.data-form .inline-input-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 40px;
    line-height: 30px;
}

.data-form .inline-input-wrapper:last-child {
    margin-right: 0;
}

.data-form .inline-input-wrapper label {
    line-height: 1.2;
    padding-top: 0.4285em; /* 6 px */
}

.data-form .inline-input-wrapper input + label,
.data-form .inline-input-wrapper select + label {
    padding-left: 2.1428em; /* 30px */
}

.data-form .inline-input-wrapper input[type="checkbox"],
.data-form .inline-input-wrapper input[type="radio"],
.data-form .icon-checkbox,
.data-form .icon-checkbox_checked {
    position: absolute;
    left: 0;
    top: 0.55em;
}

.data-form .icon-checkbox,
.data-form .icon-checkbox_checked {
    top: 0.3em;
}

.data-form .icon-checkbox,
.data-form .icon-checkbox_checked {
   font-size: 16px;
}

.data-form .inline-input-wrapper input[type="text"],
.data-form .inline-input-wrapper input[type="password"],
.data-form .inline-input-wrapper input[type="email"],
.data-form .inline-input-wrapper select {
    width: auto;
    margin-bottom: 0;
}

.data-form .inline-input-wrapper label + input {
    margin-left: 10px;
}

/* ============================================================================= PAGAMENTO FATTURA */

#fattura-dettaglio-container {
    display: none;
}

/* ============================================================================= POPUP */

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(255,255,255,0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.popup.active {
    left: 0;
    opacity: 1;
}

.popup-content {
    width: 600px;
    max-height: 80%;
}

.popup-content input[type=text],
.popup-content input[type=email],
.popup-content textarea {
	width: 100%;
	border: 1px solid #ccc;
    border-radius: 5px;
	margin-bottom: 30px;
    background: #fff;
    padding: 10px;
}

.close-popup {
    position: fixed;
    top: 30px;
    right: 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.popup h2 {
    margin-top: 0;
    margin-bottom: 2em;
    color: #0059b3;
}

.popup-content .errorMessage {
    display: block;
    margin: 20px 0 0;
}



/* ============================================================================= FOOTER */

#datiAziendali {
	background: rgba(193, 201, 218, 0.9);
	margin: 0 30px 30px;
	padding: 40px 30px;
	border-radius: 3px;
}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   Media Queries for Responsive Design.
   These override the primary styles
   ========================================================================== */
   
@media only screen and (max-width: 1200px) {

	#boxNavbar_mMenu,
	#Navbar_mMenu {
		padding: 0 20px;
	}
	
	#boxNavbar_mMenu a.static,
	#Navbar_mMenu a.static {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	#corpo,
	#contenuto,
	body.popup #principale {
		margin: 20px 20px 40px;
	}
	
	#datiAziendali {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}	

    .tile a {
        font-size: 14px;
    }

}

@media only screen and (max-width: 980px) {
	/* Style adjustments for viewports 768px and under go here */
	
	body {
		font-size: 12px;
		min-width: 320px;
	}
	
	body.login #corpo {
		margin: 30px auto;
	}
	
	#logo {
		margin-right: 60px;
	}
	
	#utente	{
		padding: 22px 20px 0;
		max-width: 230px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	#utente .lblHeader {
		display: block;
		font-size: 0.9em;
		margin-bottom: 5px;
	}

	#utente .lblCollegato {
		white-space: nowrap;
	}
	
	#scelta_servizio {
		padding-top: 15px;
		margin-bottom: -20px;
		text-align: center;
	}
	
	#scelta_servizio span {
		display: block;
		line-height: 1;
		margin-bottom: -15px;
	}
	
	#scelta_servizio a {
		margin: 0 5px;
	}
	
	#logout {
		border-right: 1px solid #ebebeb;
		margin-right: 90px;
	}

	#boxNavbar_mMenu,
	#Navbar_mMenu {
		padding: 0 10px;
	}
	
	#boxNavbar_mMenu a.static,
	#Navbar_mMenu a.static {
		padding: 12px 10px 10px !important;
	}
	
	#boxNavbar_mMenu a.static span {
		font-size: 22px;
	}
	
	#corpo,
	#contenuto,
	body.popup #principale {
		margin: 20px 20px 50px;
		padding: 20px 20px;
	}
	
	.boxRicerca a .icon-search {
		font-size: 18px;
	}
	
	.boxRicerca input[type="text"],
	.boxRicerca input[type="checkbox"],
	.boxRicerca select,
	#filtriPopUp input[type="text"],
	#filtriPopUp input[type="checkbox"],
	#filtriPopUp select {
		margin: 0px 0px 10px;
	}
	
	.boxRicerca li {
		width: 49%;
		margin-right: 2%;
	}

	.boxRicerca li:nth-child(2n) {
		margin-right: 0;
	}
	
	.boxRicerca li:nth-child(2n-1) {
		clear: left;
	}
		
	.tableWrapper {
		overflow: auto;
		padding-bottom: 20px;
	}
	
	.tableWrapperNotice {
		font-weight: 900;
		text-transform: uppercase;
		display: block;
		margin-bottom: 20px;
	}
	
	.titoloTabella th,
	.rigaPari td,
	.rigaDispari td {
		padding: 10px 5px;
	}
	
	/*-------------------------------- mobile menu */
	
	#toggleNav {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 90px;
		height: 90px;
		cursor: pointer;
		text-align: center;
		z-index: 9999;
	}
	
	#toggleNav span {
		font-size: 30px;
		line-height: 90px;
		position: relative;
		top: -1px;
	}
	
	#mobile-nav-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.95);
		margin: 0;
		padding: 90px 0 20px;
		border: none;
		overflow: auto;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.5s, visibility 0s 0.5s;
	}
	
	.toggled-on #mobile-nav-menu {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.5s;
	}

	body.toggled-on {
		overflow-y: hidden;
	}
	
	#mobile-nav-menu ul {
		float: none !important;
		padding: 0 15px;
	}
	
	#mobile-nav-menu li {
		float: none !important;
	}
	
	#mobile-nav-menu a.static {
		color: #00519d;
		font-size: 16px;
		padding: 12px 25px 10px !important;
		display: block;
		font-weight: bold !important;
		line-height: 24px;
		border-bottom: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	#mobile-nav-menu a.static.selected {
		background: #efefef;
	}
	
	#mobile-nav-menu a.static span {
		font-size: 24px;
		vertical-align: top;
		position: relative;
		top: -1px;
		margin-right: 10px;
	}
	
	#mobile-nav-menu ul ul  {
		padding-right: 0;
	}
	
	#mobile-nav-menu ul ul li {
	}
	
	#mobile-nav-menu ul ul a.static {
		padding-left: 46px !important;
	}
	
	#mobile-nav-menu ul ul a.static:before {
		content: "\2022";
		font-size: 24px;
		margin-right: 6px;
		vertical-align: middle;
		line-height: 16px;
	}

}
   
@media only screen and (max-width: 768px) {
	
	#logo {
		height: 50px;
		margin: 10px 60px 10px 20px;
	}
	
	#scelta_servizio {
		clear: both;
		padding: 15px 20px;
		margin-bottom: 0px;
		line-height: 1;
		position: relative;
		z-index: 999;
		width: 100%;
		text-align: left;
	}
	
	#scelta_servizio:before {
		content: '';
		width: 100%;
		height: 1px;
		background: #ebebeb;
		display: block;
		position: absolute;
		left: 0;
		margin-top: -10px;
	}
	
	#scelta_servizio > span {
		margin: 0 10px 0 0;
		display: inline-block;
		line-height: 34px;
		vertical-align: top;
	}
	
	#logout {
		margin-right: 0;
		 width: 70px;
		height: 70px;
		padding-top: 26px;
		position: absolute;
		z-index: 999;
		top: 0;
		left: 0;
	}
	
	#utente {
		max-width: none;
		float: none;
		clear: both;
		width: 100%;
		border-left: none;
		border-top: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
		padding: 15px 20px;
		margin-bottom: 15px;
		height: auto;
	}
	
	#utente .lblHeader {
		display: none;
	}
	
	#toggleNav {
		width: 76px;
		height: 70px;
	}
	
	#toggleNav span {
		line-height: 70px;
	}
	
	#mobile-nav-menu {
		padding-top: 70px;
	}
	
	#operazioni_frequenti,
	#avvisi	{
		float: none;
		width: 100%;
	}
	
	#avvisi {
		margin-top: 30px;
		border-left: none;
		padding-left: 0;
	}
	
	.boxRicerca li,
	.boxRicerca li:nth-child(2n) {
		width: 100%;
		margin-right: 0;
		clear: both;
		float: none;
	}
}

@media only screen and (max-width: 480px) {
	
	body.login #corpo {
		margin: 0 auto;
	}

	#corpo,
	#principale > #contenuto,
	body.popup #principale {
		margin: 0 0px 20px;
		box-shadow: none;
		border-top: 1px solid #ebebeb;
	}
	
	#datiAziendali {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 30px 20px;
	}
	
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {

}

@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {

}

/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}

.paddLeft30 {
    padding-left: 30px !important;
}

/* ------------ERRORE FILTRI RICERCA ------------------------------------------------ */
.erroreFiltri, .erroreFiltri span {
    color: #cc0000 !important;
}

/* ------------BOX SELEZIONE ------------------------------------------------ */
.boxSelezione {
    padding:20px;
	background: #e7eff9;
    margin-top: -20px;
    border: 1.5px solid #8dabcb;
    border-radius: 3px;
}

.boxSelezione span:first-of-type {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 16px;
}

.boxSelezione h3 {
    display: inline;
    vertical-align: middle;
}

.boxSelezione input[type='submit'] {
    float:right;
    margin-left:8px;
}

/* ------------NUOVA AUTOLETTURA ------------------------------------------------ */
.selectableRow {
    cursor: pointer;
}

.selectedRow {
    background-color: #e7eff9;
}

.alignRight {
    text-align:right;
}

.headline {
    margin: 30px 0 15px 15px !important;
}
.headline:after
{
    content:' ';
    display:block;
    border:1px solid #00519d;
    margin-top: 7px;
    margin-left: -15px;
}

.autoletturaRange {
    margin-left: 20px;
    font-style: italic;
}

#boxAutoconsumo_boxEE_tblLettura td:not([colspan]) {
    width:200px;
}

/* ------------CUSTOM LINKS IN HEADER ------------------------------------------------ */
#scelta_servizio .customLink {
    padding-left: 10px;
    margin-left: 40px;
}


/* ------------ REPORT ------------------------------------------------ */
.colonnaReportOverflowCliente	{
		text-overflow: ellipsis;
		overflow: hidden;
        white-space: normal !important;
        max-width: 25vw;
	}

.colonnaReportOverflow	{
		text-overflow: ellipsis;
		overflow: hidden;
        white-space: normal !important;
        max-width: 12vw;
	}


/* ------------ Popup modali Richieste SIRIS--------------------------- */

/* Modal background */
.popup-modal-background {
    display: none; /* Hidden by default */
    position:fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Richiesta */
.popup-modal-richiesta {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}
@media screen and (max-width: 600px) {
    .popup-modal-richiesta {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 60%;
    }
}

/* Modal SIRIS */
.popup-collegamentoSIRIS {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    margin-top: 80px;
    border: 1px solid #888;
    width: 20%;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .popup-collegamentoSIRIS {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        margin-top: 80px;
        border: 1px solid #888;
        width: 60%;
        text-align: center;
    }
}   

/* Modal esito */
.popup-modal-esito {
    margin: auto;
    margin-top: 80px;
    padding: 20px;
    background-color: #fefefe;
    border: 1px solid #888;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    border-radius: 3px;
    width: 40%;
    text-align: justify;
}
@media screen and (max-width: 600px) {
    .popup-modal-esito {
        margin: auto;
        margin-top: 80px;
        padding: 20px;
        background-color: #fefefe;
        border: 1px solid #888;
        opacity: 1;
        transition: opacity 0.6s;
        margin-bottom: 15px;
        border-radius: 3px;
        width: 80%;
        text-align: justify;
    }
}

    .panel-warning {
        padding: 20px;
        background-color: rgb(150,255,150);
        color: darkgreen;
        opacity: 1;
        transition: opacity 0.6s;
        margin-bottom: 15px;
        border-radius: 3px;
    }



    .button.long,
     button.long,
	input[type="submit"].long {
		padding: 8px 80px;
	}



/*
	===============================================================
	UI per nuova visualizzazione "tabelle" (div.ex-table)
	===============================================================
*/
.ex-table.gridGrande {
	width: 100% !important;
}

.ex-table h1 {
	margin: 0 0 30px;
}

.ex-table input[type="text"],
.ex-table input[type="password"],
.ex-table select,
.ex-table textarea {
	background: #ebebeb;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	margin: 5px 0px;
}

.ex-table input[readonly="readonly"] {
	background: #f4f4f4;
	color: #999;
}

.ex-table select {
	padding-top: 6px;
	padding-bottom: 5px;
}

.ex-table textarea {
	line-height: 1.2;
	padding: 10px;
}


.ex-table label {
	color: #4d7298;
	text-transform: uppercase;
	font-weight: bold;
}

	.ex-table label [class^="icon-"] {
		display: inline-block;
		font-size: 18px;
		margin-right: 8px;
		vertical-align: top;
		line-height: 18px;
		position: relative;
		top: -4px;
	}


.ex-table a,
.ex-table a:link,
.ex-table a:active,
.ex-table a:visited,
.ex-table a:hover {
	text-decoration: underline
}

.ex-table span[id*="lbl"] {
	display: block;
	margin-bottom: 8px;
	font-size: inherit;
	color: #4d7298;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	white-space: nowrap;
}

.detailsView td:first-child {
	display: table-cell;
	margin-bottom: 0;
}


.ex-table .row.ErrorMex {
	padding: 0 0 20px;
}
	.ex-table .row.ErrorMex .col:first-child {
		padding-left: 0px;
	}
.ex-table .ErrorMex {
	display: table-cell;
}
	.ex-table span.ErrorMex,
	.ex-table .ErrorMex span {
		color: #ec0000 !important;
		font-weight: bold;
		text-transform: none;
		white-space: normal;
	}
/*
	===============================================================
	FINE:     UI per nuova visualizzazione "tabelle" (div.ex-table)
	===============================================================
*/



/*
	===============================================================
	UI per finestra modale "di sistema"
	===============================================================
*/
/* The Modal (background) */
.crm-custom-modal {
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

	/* The Close Button */
	.crm-custom-modal .close {
		color: #aaaaaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
	}

		.crm-custom-modal .close:hover,
		.crm-custom-modal .close:focus {
			color: #000;
			text-decoration: none;
			cursor: pointer;
		}

/* Modal Content */
.crm-custom-modal .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 30%;
}

	.crm-custom-modal .modal-content.mini {
		width: 20%;
	}

@media screen and (max-width: 600px) {
	.crm-custom-modal .modal-content {
		width: 60%;
	}
	.crm-custom-modal .modal-content.mini {
		width: 70%;
	}
}
/*
	===============================================================
	FINE:   UI per finestra modale "di sistema"
	===============================================================
*/


/*
	ICONE - nuove opzioni & animazioni
*/
.icon-acqua:before {
	content: "\e928";
}

.icon-loader:before {
	content: "\e97f";
}

@keyframes anim-rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.spinner {
	animation: anim-rotate 2s infinite linear;
	/*display: inline-block;
	font-size: 4em;
	height: 1em;
	line-height: 1;
	margin: .5em;
	color: #fff;
	text-shadow: 0 0 .25em rgba(255,255,255, .3);*/
}

.spinner--steps8 {
	animation: anim-rotate 1s infinite steps(8);
}

.spinner--steps12 {
	animation: anim-rotate 1s infinite steps(12);
}


/*
	===============================================================
	Stili tabella richieste "Le Mie Richieste"
	===============================================================
*/
.tabRichieste td, .tabRichieste th {
	border-bottom: 1px solid #e4e4e4;
	padding: 12px !important;
}

.tabRichieste .richiesteBadge {
	border: 0;
	border-radius: 0.25rem;
	font-size: 1rem;
	/*margin: 0.5rem 0.5rem 0.5rem 0;*/
	padding: 3px !important;
	color: white;
	width: 115px;
	text-align: center;
}

/*arancione*/
.tabRichieste .inoltrata, .tabRichieste .nonanalizzata {
	background-color: #e67e00;
}

/*rosso*/
.tabRichieste .rifiutata, .tabRichieste .fallita {
	background-color: #c23934;
}

/*verde*/
.tabRichieste .completata, .tabRichieste .accettata {
	background-color: #04844b;
}
/*blu*/
.tabRichieste .inlavorazione {
	background-color: #007acc;
}


