/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== 
arancioned: #f9b233
   */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.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 screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

		a[href]:after {
			content: " (" attr(href) ")";
		}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/*MAP STYLE*/
.pac-container {
	background-color: #fff;
	position: absolute !important;
	z-index: 1000;
	border-radius: 2px;
	border-top: 1px solid #d9d9d9;
	font-family: Arial,sans-serif;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.pac-logo:after {
	content: "";
	padding: 1px 1px 1px 0;
	height: 16px;
	text-align: right;
	display: block;
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 120px 14px;
}

.hdpi.pac-logo:after {
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
}

.pac-item {
	cursor: default;
	padding: 0 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	text-align: left;
	border-top: 1px solid #e6e6e6;
	font-size: 11px;
	color: #999;
}

	.pac-item:hover {
		background-color: #fafafa;
	}

.pac-item-selected, .pac-item-selected:hover {
	background-color: #ebf2fe;
}

.pac-matched {
	font-weight: 700;
}

.pac-item-query {
	font-size: 13px;
	padding-right: 3px;
	color: #000;
}

.pac-icon {
	width: 15px;
	height: 20px;
	margin-right: 7px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
	background-size: 34px;
}

.hdpi .pac-icon {
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png);
}

.pac-icon-search {
	background-position: -1px -1px;
}

.pac-item-selected .pac-icon-search {
	background-position: -18px -1px;
}

.pac-icon-marker {
	background-position: -1px -161px;
}

.pac-item-selected .pac-icon-marker {
	background-position: -18px -161px;
}

.pac-placeholder {
	color: gray;
}


.styling-wizard-app-0 {
	font-size: 14px;
}

	.styling-wizard-app-0 splash-screen.open.styling-wizard-app {
		display: inherit;
	}

	.styling-wizard-app-0 splash-screen.styling-wizard-app {
		display: none;
	}

	.styling-wizard-app-0 #ui-container.styling-wizard-app {
		align-items: flex-end;
		display: flex;
		flex-direction: row;
		height: 100%;
		justify-content: space-between;
		position: absolute;
		width: 100%;
	}

	.styling-wizard-app-0 #ui-spacer.styling-wizard-app {
		display: block;
		height: 100%;
		width: 0;
		z-index: 1;
	}

	.styling-wizard-app-0 #main-map.styling-wizard-app {
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: calc(100% - 260px);
	}

	.styling-wizard-app-0 #google-logo.styling-wizard-app {
		background-image: url("data:image/png;base64,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");
		background-repeat: no-repeat;
		background-size: 66px 26px;
		height: 26px;
		margin-bottom: 15px;
		width: 66px;
		z-index: 2;
	}

	.styling-wizard-app-0 #controls-panel.styling-wizard-app {
		background-color: #fafafa;
		min-width: 260px;
		z-index: 3;
	}

		.styling-wizard-app-0 #controls-panel.styling-wizard-app > paper-toolbar.styling-wizard-app {
		}

	.styling-wizard-app-0 #controls-panel.styling-wizard-app {
		height: 100%;
	}

		.styling-wizard-app-0 #controls-panel.styling-wizard-app > paper-toolbar.styling-wizard-app {
			height: 64px;
		}

		.styling-wizard-app-0 #controls-panel.styling-wizard-app #action-bar.styling-wizard-app {
			height: 56px;
		}

		.styling-wizard-app-0 #controls-panel.styling-wizard-app #basic-style-panel.styling-wizard-app, .styling-wizard-app-0 #controls-panel.styling-wizard-app all-controls-panel.styling-wizard-app {
			height: calc(100% - 64px - 56px);
		}

		.styling-wizard-app-0 #controls-panel.styling-wizard-app .advanced-mode-only.styling-wizard-app {
			display: none;
		}

	.styling-wizard-app-0 #controls-panel.advanced.styling-wizard-app .advanced-mode-only.styling-wizard-app {
		display: inline;
	}

	.styling-wizard-app-0 #controls-panel.advanced.styling-wizard-app .basic-mode-only.styling-wizard-app {
		display: none;
	}

	.styling-wizard-app-0 #controls-panel.styling-wizard-app .title-spacer.styling-wizard-app {
		padding-right: 50px;
	}

	.styling-wizard-app-0 #basic-style-panel.styling-wizard-app {
		overflow-y: auto;
	}

	.styling-wizard-app-0 .basic-style-panel-padded.styling-wizard-app {
		padding: 24px;
	}

	.styling-wizard-app-0 paper-icon-item.styling-wizard-app {
		color: #000000;
		display: block;
		font-size: 16px;
		font-weight: 500;
		padding-bottom: 24px;
	}

	.styling-wizard-app-0 iron-icon.styling-wizard-app {
		color: #9e9e9e;
		padding-right: 14px;
	}

	.styling-wizard-app-0 paper-slider.styling-wizard-app {
		display: inline-block;
		height: 18px;
		margin-right: 20px;
		width: 180px;
	}

		.styling-wizard-app-0 paper-slider.styling-wizard-app .slider-markers::after, .styling-wizard-app-0 paper-slider.styling-wizard-app .slider-marker::after {
			background-color: #bdbdbd;
			height: 4px;
			margin-left: -2px;
			margin-top: -1px;
			width: 4px;
		}

	.styling-wizard-app-0 .slider-wrapper.styling-wizard-app {
		margin: 0 0 16px 44px;
	}

	.styling-wizard-app-0 .slider-label.styling-wizard-app {
		color: #616161;
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
		width: 80px;
	}

	.styling-wizard-app-0 #break.styling-wizard-app {
		height: 30px;
	}

	.styling-wizard-app-0 .theme-card.styling-wizard-app {
		cursor: pointer;
		display: flex;
		flex-direction: row;
		margin: 0 20px 8px 44px;
	}

		.styling-wizard-app-0 .theme-card.styling-wizard-app .theme-name.styling-wizard-app {
			color: #757575;
			display: inline-block;
			font-size: 14px;
			font-weight: 400;
			line-height: 24px;
			padding: 12px 16px;
			text-transform: capitalize;
			width: 100px;
		}

	.styling-wizard-app-0 .theme-card.iron-selected.styling-wizard-app .theme-name.styling-wizard-app {
		color: #4285f4;
		font-weight: bold;
	}

	.styling-wizard-app-0 .theme-card.styling-wizard-app iron-icon.styling-wizard-app {
		position: absolute;
		right: 0;
	}

	.styling-wizard-app-0 .theme-card.styling-wizard-app .check.styling-wizard-app {
		color: #4285f4;
	}

	.styling-wizard-app-0 .theme-card.styling-wizard-app .check.styling-wizard-app {
		display: none;
	}

	.styling-wizard-app-0 .theme-card.iron-selected.styling-wizard-app .check.styling-wizard-app {
		display: inline-flex;
	}

	.styling-wizard-app-0 .theme-card.iron-selected.styling-wizard-app .unchecked.styling-wizard-app {
		display: none;
	}

	.styling-wizard-app-0 paper-button.styling-wizard-app {
		color: #4285f4;
		font-size: 14px;
		font-weight: 500;
	}

	.styling-wizard-app-0 paper-button.call-to-action.styling-wizard-app {
		background: #4285f4 none repeat scroll 0 0;
		color: #ffffff;
	}

	.styling-wizard-app-0 #action-bar.styling-wizard-app {
		background: white none repeat scroll 0 0;
		display: flex;
		flex-direction: row-reverse;
		margin: 0;
		padding: 0;
	}

	.styling-wizard-app-0 #actionButtonsDiv.styling-wizard-app {
		padding: 10px;
	}

	.styling-wizard-app-0 #location-control.styling-wizard-app {
		background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AcFACQEqeu4vwAAAxlJREFUWMPt2F+I1VUQB/DP1RQixEBIorCETSGECIzELLQlgwoOkRQiCCGp0PakkYKv0UP1IC4V+5IPPmQocchcdCuzVIKM6CWwImL7AyUY+CKuxO1lfnT4ce/u/d3dRYU98OPOzG9mzvc3Z87MObfVbrfdSGOeG2zc0tQgpVQXrcepoDfgi8nsc843V4TmAM14DsV4EC/gcdxfyI/hB3yOw/huVgGllB7A2xjsonIbHornNXyGXfh+xgGllHbjjZrNP/gWfwR/F1bj9uAHcR578daMAUopDePlQvRVgDuJf2vq87ExQDwac7yJezE07aROKe0pwFzBNjyG0Q5ghGw0dLaFjfCxZ6r5WpO1jpTSanwdX30FT9UK38KY+L7gf8KXmKgVzuO4NcCuyTmf7zdC+wMMbM85V2BaEf4/MYZ34hkL2VDoiA/YXizn/r6WLKW0DmuDPZFzPlSAOYgDWNLBdEm8O1iAOoQTQa8N340jtKWgXy/oXdjaw17YGrqdfGzpB1BVa37HmYjaIuxrULr2YVHQZ8KXSerY/9s+pbS+tnUHgj6Xc64y/0ksbgBocdgcQRvn8DwGUkqD5S6t8rOsQ6e6OP2toFf20WZWdvDVwqf1Hd9rcy1rzYI+AC3o4mvKSr2h5uRk0HcW8l/6AFTalL424lpXQEWNqXJqHMvwcCEeDSe9Rupa2FSj8jWecx5rustOx++KlNKqAH0Rww2iM4yLQa/CiprvRoA+LOhXC3ovzvYA5mzodvJxuB9Ax3GhKnJFWbiKJ6JVdGuu74bO1aKfVcX0Qm0ZGzXXp+MUCH/jEfxcqCxDKpbiR2SMFzoDEa07gn8m5/xJX4AC1AheCvYvbKoqdw9jXRTFpcGP5Jx3TPeQP1REaWkk5AiWT2KzPHROF2CO4ZVpnYeKKC3Ee3ixELfxTZyXqh51N9bEmbpV6L6PnZiY6qLYanK3TyltirPxPT2a/IrdODorN9ec85FI4M34GJc7qF2Od5ujjx2d7XvZBD6Ip4Vni0mfw0exnNfl5trGpYK/NB0wc3f7XkZr7h+0KcZ/1YraHRBEBbwAAAAASUVORK5CYII=") no-repeat scroll 4px 4px / 18px 18px;
		border: 1px solid transparent;
		border-radius: 2px;
		box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
		height: 26px;
		margin-right: 10px;
		width: 26px;
	}

	.styling-wizard-app-0 #pac-input.styling-wizard-app {
		border: 1px solid transparent;
		border-radius: 2px;
		box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
		box-sizing: border-box;
		font-family: Roboto;
		font-size: 15px;
		font-weight: 300;
		height: 29px;
		margin-right: 10px;
		margin-top: 10px;
		padding: 0 11px 0 13px;
		text-overflow: ellipsis;
		width: 300px;
	}

		.styling-wizard-app-0 #pac-input.styling-wizard-app:focus {
			border-color: #4d90fe;
		}

	.styling-wizard-app-0 .blackout.styling-wizard-app, .styling-wizard-app-0 .blackout1.styling-wizard-app {
		background: black none repeat scroll 0 0;
		height: 100%;
		left: 0;
		opacity: 0;
		position: fixed;
		top: 0;
		transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
		width: 100%;
		z-index: -1;
	}

	.styling-wizard-app-0 .blackout.open.styling-wizard-app, .styling-wizard-app-0 .blackout1.open.styling-wizard-app {
		opacity: 0.6;
		z-index: 700;
	}

	.styling-wizard-app-0 #importModal.styling-wizard-app, .styling-wizard-app-0 #exportModal.styling-wizard-app {
		background: white none repeat scroll 0 0;
		border-radius: 2px;
		bottom: 0;
		display: none;
		height: 644px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
		width: 700px;
		z-index: -1;
	}

	.styling-wizard-app-0 #importModal.open.styling-wizard-app, .styling-wizard-app-0 #exportModal.open.styling-wizard-app {
		display: inline-block;
		z-index: 800;
	}

	.styling-wizard-app-0 #styleErrorModal.styling-wizard-app iron-icon.styling-wizard-app {
		color: #ff9800;
	}


.splash-screen-0 {
}

	.splash-screen-0 .splash-main.splash-screen {
		background-color: white;
		border-radius: 3px;
		/*height: 509px;*/
		left: calc(50% - 621px / 2);
		/*position: absolute;*/
        position: fixed;
		top: 100px; /*calc(50% - 509px / 2);*/
		width: 621px;
		z-index: 800;
	}

	.splash-screen-0 #splash-title.splash-screen {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 20px;
		opacity: 0.87;
		text-align: center;
	}

	.splash-screen-0 .secondary.splash-screen {
		/* opacity: 0.54; */
	}

	.splash-screen-0 #splash-description.splash-screen {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}

		.splash-screen-0 #splash-description.splash-screen div.splash-screen {
			display: inline-block;
			width: 435px;
		}

	.splash-screen-0 .splashSixMapSamples.splash-screen {
		/* left: calc(50% - 500px / 2); */
		position: relative;
		text-align: center;
		top: -32px;
		width: 500px;
		margin: 0 auto;
	}

	.splash-screen-0 .splashSample.splash-screen {
		border: 1px solid rgba(0, 0, 0, 0.07);
		border-radius: 3px;
		box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
		display: inline-block;
		height: 122px;
		margin: 10px;
		overflow: hidden;
		width: 122px;
	}

		.splash-screen-0 .splashSample.splash-screen:hover {
			background-color: gray !important;
			opacity: 0.9 !important;
		}

	.splash-screen-0 .splashSample.splash-screen-nohover {
		border: 1px solid rgba(0, 0, 0, 0.07);
		border-radius: 3px;
		box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
		display: inline-block;
		height: 122px;
		margin: 0 auto;
		overflow: hidden;
		width: 122px;
		background-color: rgb(250, 175, 75);
	}


	.splash-screen-0 #splash-title.splash-screen-s {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 20px;
		opacity: 0.87;
		text-align: center;
	}

	.splash-screen-0 .secondary.splash-screen-s {
		opacity: 0.54;
	}

	.splash-screen-0 #splash-description.splash-screen-s {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}

		.splash-screen-0 #splash-description.splash-screen-s div.splash-screen-s {
			display: inline-block;
			width: 217px;
		}

	.splash-screen-0 .splashSixMapSamples.splash-screen-s {
		position: relative;
		text-align: center;
		left: calc(50% - 400px / 2);
		width: 400px;
	}

	.splash-screen-0 iron-image.splash-screen-s {
	}

	.splash-screen-0 #buttons.splash-screen-s {
		margin: 20px;
		text-align: center;
	}

	.splash-screen-0 paper-button.splash-screen-s {
		font-weight: 500;
	}

	.splash-screen-0 #createStyleButton.splash-screen {
		background: #4285f4 none repeat scroll 0 0;
		color: white;
	}

	.splash-screen-0 #importButton.splash-screen-s {
		color: #4285f4;
		padding: 9px 0;
	}

	.splash-screen-0 .splashSample.splash-screen-s {
		border: 1px solid rgba(0, 0, 0, 0.6);
		border-radius: 1px;
		display: inline-block;
		height: 61px;
		margin: 10px;
		overflow: hidden;
		width: 61px;
	}

		.splash-screen-0 .splashSample.splash-screen-s:hover {
			background-color: rgb(250, 175, 75) !important;
		}

	.splash-screen-0 .splashSample.splash-screen-s-nohover {
		border: 1px solid rgba(0, 0, 0, 0.07);
		border-radius: 1px;
		display: inline-block;
		height: 61px;
		margin: 10px;
		overflow: hidden;
		width: 61px;
	}

	.splash-screen-0 iron-image.splash-screen-s {
	}

	.splash-screen-0 #buttons.splash-screen-s {
		margin: 20px;
		text-align: center;
	}

	.splash-screen-0 paper-button.splash-screen-s {
		font-weight: 500;
	}

	.splash-screen-0 #createStyleButton.splash-screen-s {
		background: #4285f4 none repeat scroll 0 0;
		color: white;
	}

	.splash-screen-0 #importButton.splash-screen-s {
		color: #4285f4;
		padding: 9px 0;
	}

/*.paper-button-0 {
    display: block;
    position: relative;
}
.paper-button-0[elevation="1"] {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.paper-button-0[elevation="2"] {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}
.paper-button-0[elevation="3"] {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}
.paper-button-0[elevation="4"] {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.paper-button-0[elevation="5"] {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
}
.paper-button-0[animated] {
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.paper-button-0 {
    -moz-user-select: none;
    background: transparent none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0 0.29em;
    min-width: 5.14em;
    outline-width: 0;
    padding: 0.7em 0.57em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 0;
}
.paper-button-0.keyboard-focus[raised] {
    font-weight: bold;
}
.paper-button-0.keyboard-focus:not([raised]) {
    font-weight: bold;
}
.paper-button-0[disabled] {
    background: #eaeaea none repeat scroll 0 0;
    color: #a8a8a8;
    cursor: auto;
    pointer-events: none;
}
.paper-button-0 paper-ripple.paper-button {
}
.paper-button-0 * {
    text-transform: inherit;
}*/


.paper-card-0 {
	display: block;
	position: relative;
}

	.paper-card-0:hover {
		/*background-color:;*/
	}

	.paper-card-0[elevation="1"] {
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	}

	.paper-card-0[elevation="2"] {
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
	}

	.paper-card-0[elevation="3"] {
		box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
	}

	.paper-card-0[elevation="4"] {
		box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
	}

	.paper-card-0[elevation="5"] {
		box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
	}

	.paper-card-0[animated] {
		transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	}

.paper-card-0 {
	background: #4285f4 none repeat scroll 0 0;
	border-radius: 2px 2px 0 0;
	box-sizing: border-box;
	display: inline-block;
	height: 60px;
	position: relative;
	top: -1px;
	width: 100%;
}

	.paper-card-0 .paper-card[hidden] {
		display: none !important;
	}

	.paper-card-0 .header.paper-card {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
		overflow: hidden;
		position: relative;
	}

		.paper-card-0 .header.paper-card iron-image.paper-card {
			pointer-events: none;
			width: 100%;
		}

		.paper-card-0 .header.paper-card .title-text.paper-card {
			color: white;
			font-size: 24px;
			font-weight: 400;
			padding: 16px;
		}

		.paper-card-0 .header.paper-card .title-text.over-image.paper-card {
			bottom: 0;
			position: absolute;
		}

	.paper-card-0 .card-content {
		height: 364px;
		padding: 24px;
		position: relative;
	}

	.paper-card-0 .card-actions {
		background: white none repeat scroll 0 0;
		border-top: 1px solid #e8e8e8;
		box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.09), 0 0 3px 0 rgba(0, 0, 0, 0.06);
		height: 56px;
		padding: 5px 16px;
		position: relative;
	}

.losapevi-title {
	color: #f9b233;
	border: none !important;
}

	.losapevi-title > .caption {
		font-size: x-large !important;
		font-weight: lighter !important;
	}

.portlet-losapevi {
	border: 1px solid #ccc;
	padding: 15px;
	margin-top: 40px;
}

.losapevicheIcon {
	margin-top: -40px;
}

.losapevicheDiv {
	position: absolute;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 770px) {

	.losapevicheDiv {
		text-align: right;
		padding-right: 70px;
	}
}

#tab_actions_pending > .mt-actions .mt-action:last-child {
	border-bottom: 1px solid #f7f8f9;
	margin-bottom: 20px;
}


#icon_hamburger {
	width: 27px;
	height: 27px;
	background: url("../img/icons/hamburger.png") no-repeat;
}

	#icon_hamburger:hover {
		background-image: url("../img/icons/hamburger-hover.png");
	}

#notifiche {
	width: 27px;
	height: 27px;
	background-image: url("../img/icons/notifiche.png");
}

	#notifiche:hover {
		background-image: url("../img/icons/notifiche-hover.png");
	}

#segnalazioni {
    width: 27px;
    height: 27px;
    background-image: url("../img/icons/info.png");
    /*background-image: url("../img/icons/segnalazioni.png");*/
}

    #segnalazioni:hover {
        background-image: url("../img/icons/info-hover.png");
        /*background-image: url("../img/icons/segnalazioni-hover.png");*/
    }

#headerNedIcon {
	width: 27px;
	height: 27px;
	background-image: url("../img/icons/faccinaned.png");
}

	#headerNedIcon:hover {
		background-image: url("../img/icons/faccinaned-hover.png");
	}

.badge-ned {
	background-color: #5e412e !important;
}

.background-grigio {
	background-color: #e7e8e8 !important;
}

.dispositivi-risparmio {
	padding: 10px 0px;
	text-align: center;
}

@media(min-width:992px) {
	.dispositivi-borders {
		border-right: 2px solid rgba(66,69,71,0.2);
		border-left: 2px solid rgba(66,69,71,0.2);
	}

	.dispositivi-risparmio {
		height: 250px;
	}
}

@media(max-width:991px) {
	.dispositivi-borders {
		border-top: 2px solid rgba(66,69,71,0.2);
		border-bottom: 2px solid rgba(66,69,71,0.2);
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.dispositivi-risparmio {
		padding: 10px 10px;
	}
}


.amazon-icon {
	width: 138px;
	height: 31px;
	background-image: url("../img/icons/amazon.png");
	margin: 0 auto;
	cursor: pointer;
}

	.amazon-icon:hover {
		background-image: url("../img/icons/amazon_hover.png");
	}

.tp-icon {
	width: 138px;
	height: 31px;
	background-image: url("../img/icons/trovaprezzi.png");
	margin: 0 auto;
	cursor: pointer;
}

@media(min-width:992px) {
	.home_suggerimenti {
		height: 290px;
	}
}

@media (max-width:1199px) and (min-width: 769px) {
	.home-desc {
		min-height: 90px !important;
	}

	.home_suggerimenti {
		height: 320px;
	}
}

.domanda-1 {
    background-image: url(../img/appliances/final/1.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-1:hover {
        background-image: url(../img/appliances/final/1_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-2 {
    background-image: url(../img/appliances/final/2.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-2:hover {
        background-image: url(../img/appliances/final/2_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-3 {
    background-image: url(../img/appliances/final/3.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-3:hover {
        background-image: url(../img/appliances/final/3_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-4 {
    background-image: url(../img/appliances/final/4.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-4:hover {
        background-image: url(../img/appliances/final/4_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-5 {
    background-image: url(../img/appliances/final/5.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-5:hover {
        background-image: url(../img/appliances/final/5_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-6 {
    background-image: url(../img/appliances/final/6.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-6:hover {
        background-image: url(../img/appliances/final/6_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-7 {
    background-image: url(../img/appliances/final/7.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-7:hover {
        background-image: url(../img/appliances/final/7_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-8 {
    background-image: url(../img/appliances/final/8.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-8:hover {
        background-image: url(../img/appliances/final/8_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-9 {
    background-image: url(../img/appliances/final/9.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-9:hover {
        background-image: url(../img/appliances/final/9_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-10 {
    background-image: url(../img/appliances/final/10.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-10:hover {
        background-image: url(../img/appliances/final/10_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-11 {
    background-image: url(../img/appliances/final/11.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-11:hover {
        background-image: url(../img/appliances/final/11_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-12 {
    background-image: url(../img/appliances/final/12.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-12:hover {
        background-image: url(../img/appliances/final/12_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-13 {
    background-image: url(../img/appliances/final/13.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-13:hover {
        background-image: url(../img/appliances/final/13_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-14 {
    background-image: url(../img/appliances/final/14.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-14:hover {
        background-image: url(../img/appliances/final/14_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-15 {
    background-image: url(../img/appliances/final/15.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-15:hover {
        background-image: url(../img/appliances/final/15_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-16 {
    background-image: url(../img/appliances/final/16.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-16:hover {
        background-image: url(../img/appliances/final/16_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-17 {
    background-image: url(../img/appliances/final/17.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-17:hover {
        background-image: url(../img/appliances/final/17_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-18 {
    background-image: url(../img/appliances/final/18.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-18:hover {
        background-image: url(../img/appliances/final/18_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-19 {
    background-image: url(../img/appliances/final/19.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-19:hover {
        background-image: url(../img/appliances/final/19_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-20 {
    background-image: url(../img/appliances/final/20.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-20:hover {
        background-image: url(../img/appliances/final/20_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-21 {
    background-image: url(../img/appliances/final/21.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-21:hover {
        background-image: url(../img/appliances/final/21_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-22 {
    background-image: url(../img/appliances/final/22.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-22:hover {
        background-image: url(../img/appliances/final/22_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-23 {
    background-image: url(../img/appliances/final/23.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-23:hover {
        background-image: url(../img/appliances/final/23_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-24 {
    background-image: url(../img/appliances/final/24.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-24:hover {
        background-image: url(../img/appliances/final/24_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-25 {
    background-image: url(../img/appliances/final/25.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-25:hover {
        background-image: url(../img/appliances/final/25_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-26 {
    background-image: url(../img/appliances/final/26.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-26:hover {
        background-image: url(../img/appliances/final/26_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-28 {
    background-image: url(../img/appliances/final/28.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}

    .domanda-28:hover {
        background-image: url(../img/appliances/final/28_bianca.png) !important;
        background-size: 80% !important;
        border: none;
    }

.domanda-piu {
    background-image: url(../img/appliances/final/piu.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    background-size: 80% !important;
}
.domanda-piu:hover {
    background-image: url(../img/appliances/final/piu.png) !important;
    background-size: 80% !important;
    border: none;
}

.warning-homepage {
	width: 40px;
	position: absolute;
	right: -15px;
	top: 20px;
}






/*toast*/

#toast-container > .toast-success {
	background: #f9b233 url("../img/icons/faccinaned.png") no-repeat 10px 10px !important;
}

.toast .toast-close-button {
	color: white !important;
}




/*
nascondere popup all'inizio
*/

#splashScreenBlackout, #mainSplashScreen, #bootbox-prompt-notifiche, #bootbox-prompt-notifiche-ud1,
#bootbox-prompt-notifiche-ud2, #blackout {
	display: none;
}




/*
nella pagina dispositivi gli altri diventano non cliccabili 
*/

a.dispositivo_disabled:hover {
	opacity: 0.3 !important;
	cursor: default;
}

.header-nedMenu {
	background-color: #0c1213;
	padding: 10px 10px;
	font-weight: 300;
}

#nedMenu {
	background-color: #333637;
	color: white !important;
	box-shadow: none !important;
}

	#nedMenu:after {
		/* background-color: yellow; */
	}

	#nedMenu a {
		color: white !important;
		padding: 10px !important;
	}

	#nedMenu .message {
		margin-left: 5px;
	}

	#nedMenu li {
		border-bottom: 2px solid #59595a !important;
	}

#segnalazioniMenu {
	background-color: #333637;
	color: white !important;
	box-shadow: none !important;
}

	#segnalazioniMenu:after {
		/* background-color: yellow; */
	}

	#segnalazioniMenu a {
		color: white !important;
		padding: 10px !important;
	}

	#segnalazioniMenu .details {
		background: url("../img/icons/menu/fulmine.png") no-repeat left center !important;
		padding-left: 35px;
		/* height: 500px !important; */
	}

	#segnalazioniMenu li {
		border-bottom: 2px solid #59595a !important;
	}

.float_right {
	float: right;
}

/*REGION DANIELE*/

/*#region storico */

.divContentGrafico {
	position: relative;
}

	.divContentGrafico .divOverlayGrafico {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(82, 82, 82,0.3);
		z-index: 1000;
		display: none;
	}

		.divContentGrafico .divOverlayGrafico > img {
			position: absolute;
			top: 150px;
			left: 50%;
			margin-left: -25px;
			z-index: 1001;
		}

.lblKWH {
	color: gray;
	font-size: 20px;
}

.divPercMedia {
	font-size: 11px;
	font-weight: bold;
}

.divValConsumoStorico {
	font-size: 32px;
}

.divTitConsumoStorico {
	font-size: 22px;
}

.pagination.divgiornoMobile,
.pagination.divmeseMobile {
	display: none;
}

.timeline-icon.bg-ned img {
	position: absolute;
	top: 22px;
	left: 22px;
}

.graficoStorico {
	height: 500px;
	width: 1130px;
	max-width: 1130px;
}

.divIconaElettrodomestici {
	margin-right: 15px;
	width: 80px;
	float: left;
	list-style-type: none;
}

	.divIconaElettrodomestici .mt-head .mt-head-icon {
		border: 1px solid #D8D8D8;
		margin-bottom: 4px;
		width: 85px;
		height: 85px;
		padding: 5px !important;
		line-height: 66px;
	}

		.divIconaElettrodomestici .mt-head .mt-head-icon img {
			width: 90%;
		}

	.divIconaElettrodomestici .mt-widget-3a .mt-head {
		background: none;
	}

		.divIconaElettrodomestici .mt-widget-3a .mt-head .mt-head-desc {
			color: #666 !important;
		}

	.divIconaElettrodomestici a.selected .mt-head-icon {
		background: #f9b233;
	}

	.divIconaElettrodomestici a.selected .mt-head-desc.font-xs {
		border-bottom: 4px solid #f9b233;
		font-weight: bold;
	}

@media only screen and (max-width: 770px) {

	.pagination.divgiorno,
	.pagination.divmese {
		display: none;
	}

	.pagination.divgiornoMobile {
		display: block;
	}

	#divContentIcoGiorno .bx-wrapper,
	#divContentIcoMese .bx-wrapper {
		box-shadow: none !important;
	}

	#divContentIcoGiorno .bx-viewport,
	#divContentIcoMese .bx-viewport {
		margin-left: 9px;
	}

	.divIconaElettrodomestici {
		width: 96px !important;
		margin-right: 0px !important;
		list-style-type: none;
		float: left;
		background: #fff;
	}
@media only screen and (max-width: 770px) {
	.divIconaElettrodomestici {
		float:none;
	}
}
		.divIconaElettrodomestici a {
			text-decoration: none;
		}



		.divIconaElettrodomestici .mt-head {
		}

			.divIconaElettrodomestici .mt-head .mt-head-icon {
				width: 100%;
			}

				.divIconaElettrodomestici .mt-head .mt-head-icon img {
					width: 70%;
				}

	.divRiepilogoConsumi .divTitConsumoStorico br {
		display: none;
	}

	.divRiepilogoConsumi .divValConsumoStorico {
		/*float: left;*/
		font-weight: bold;
	}

		.divRiepilogoConsumi .divValConsumoStorico .lblKWH {
			font-weight: bold !important;
		}

	.divRiepilogoConsumi .divPercMedia {
		/*float: right;*/
		line-height: 50px;
	}

	.divRiepilogoConsumi .col-md-3,
	.divRiepilogoConsumi .col-md-2 {
		border-right: 0 !important;
	}

	.timeline-icon.bg-ned img {
		top: 12px;
		left: 12px;
	}

	.timeline-body-head .float_right {
		clear: both;
		float: none;
	}

	.datepicker {
		margin: 0 auto;
	}

		.datepicker table {
			border: 1px solid #f9b233 !important;
		}

		.datepicker .datepicker-switch,
		.datepicker .prev,
		.datepicker .next {
			background: #f9b233;
			color: #fff;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 20px;
		}

		.datepicker table td.day {
			border: 1px solid #ccc;
			border-collapse: collapse;
		}

		.datepicker table td.old.day,
		.datepicker table td.new.day {
			color: #fff;
		}

		.datepicker table td.active.day,
		.datepicker table td span.active.month {
			background: #f9b233 !important;
			border: 1px solid #ccc !important;
		}

	.datepicker-months .table-condensed {
		border-collapse: unset !important;
	}

	.graficoStorico {
		width: 100%;
	}

	.timeline-body-content .col-md-3,
	.timeline-body-content .col-md-4 {
		border-right: 0 !important;
	}

	@media (orientation: portrait) {
		.divContentGrafico > .divOverlayGrafico {
			display: block;
		}
	}

	#divDispositiviCasaTuaGiorno,
	#divDispositiviCasaTuaMese {
		display: none !important;
	}

	#divFooterStorico {
		display: none;
	}

	#divIconeGiorno, #divIconeMese {
		padding: 0 !important;
		overflow-x: scroll;
	  overflow-y: hidden;
	  white-space: nowrap;
		width:100%;
	}
	
	ul#divIconeGiorno li, ul#divIconeMese li {
		display: inline-block;
	}

    ul#ulElencoDispositivi {
        margin-bottom: 10px;
    }

    ul#ulElencoDispositivi li {
        display: inline-block;
        white-space: initial;
        vertical-align: top;
    }

}

/*#endregion */

/*#region intervista */
.bgWhite {
	background: #fff !important;
}

#divIntervista h4 {
	font-size: 18px;
	font-weight: normal;
}

#divIntervista #menuIntervistaMobile,
#divIntervista #lblMenuSelMobile {
	display: none;
}

#divIntervista #divIntroIntervista #divLogoIntervista {
	margin-top: 45px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cdcecf;
	padding-bottom: 20px;
	position: relative;
}

	#divIntervista #divIntroIntervista #divLogoIntervista #frecciaLogoIntervista {
		position: absolute;
		left: 50%;
		bottom: -1px;
		margin-left: -7px;
	}

#divIntervista #divIntroIntervista #divTestoIntroIntervista {
	font-size: 16px;
	color: #231f20;
	line-height: 28px;
}

	#divIntervista #divIntroIntervista #divTestoIntroIntervista h1 {
		font-size: 30px;
		color: #faaf4c;
	}

#divIntervista a.btn {
	margin-top: 60px;
	font-weight: bold;
	background: #faaf4c;
	color: #fff;
	width: 100px;
	font-size: 16px;
}

#divIntervista .hiddenSection {
	display: none;
}

#divIntervista #divContMenuIntervista {
	border-bottom: 1px solid #dbdcdc;
	height: 37px;
	font-size: 15px;
	margin-bottom: 40px;
}

#divIntervista #divMenuIntervista {
	padding-left: 0;
	margin-left: 0px;
}

	#divIntervista #divMenuIntervista li {
		float: left;
		display: block;
		margin-right: 15px;
	}

		#divIntervista #divMenuIntervista li:last-child {
			margin-right: 0;
		}

		#divIntervista #divMenuIntervista li a {
			font-size: 15px;
			color: #424547;
			padding-bottom: 12px;
			text-decoration: none;
		}

			#divIntervista #divMenuIntervista li a:hover {
				border-bottom: 2px solid #f9af4b;
			}

			#divIntervista #divMenuIntervista li a.menuIntervistaSel {
				border-bottom: 4px solid #f9af4b;
				font-weight: bold;
			}

#divIntervista .divTxtIntervista {
	margin-bottom: 70px;
	font-size: 18px;
}

	#divIntervista .divTxtIntervista:last-child {
		margin-bottom: 50px;
	}

	#divIntervista .divTxtIntervista span {
		display: block;
		margin-bottom: 14px;
	}

	#divIntervista .divTxtIntervista input[type=text],
	#divIntervista .divTxtIntervista select,
	#divIntervista .divTxtIntervista input[type=tel] {
		width: 95%;
		height: 40px;
		line-height: 40px;
	}

#divIntervista .divCounterIntervista {
	float: left;
	width: 45%;
	position: relative;
}

	#divIntervista .divCounterIntervista.single {
		float: none;
		margin: 0 auto;
	}

	#divIntervista .divCounterIntervista.small {
		width: 16%;
		margin-right: 7px;
		margin-bottom: 50px;
	}

	#divIntervista .divCounterIntervista:nth-child(2n) {
		float: right;
	}

	#divIntervista .divCounterIntervista.small:nth-child(2n) {
		float: left;
	}

	/*#divIntervista .divCounterIntervista.small:nth-child(8n+8) {
		margin-right: 0;
	}*/

	#divIntervista .divCounterIntervista a.aBtnCounter {
		width: 100%;
		text-decoration: none;
		position: relative;
	}

		#divIntervista .divCounterIntervista a.aBtnCounter .imgSpuntaCounter {
			position: absolute;
			left: 50%;
			margin-left: -23px;
			top: 50%;
			margin-top: -23px;
			z-index: 1000;
			display: none;
		}

		#divIntervista .divCounterIntervista a.aBtnCounter.btnSelected .imgSpuntaCounter {
			display: block;
		}

		#divIntervista .divCounterIntervista a.aBtnCounter.btnSelected .divImgCounterIntervista {
			background: #fab04c !important;
		}

		#divIntervista .divCounterIntervista a.aBtnCounter.btnSelected .divTxtCounterIntervista {
			background: #a7a9ab;
		}

	#divIntervista .divCounterIntervista .divImgCounterIntervista {
		height: 138px;
		background: #e6e7e8;
		position: relative;
		padding: 20px;
	}

		#divIntervista .divCounterIntervista .divImgCounterIntervista a.fa {
			font-size: 40px;
			display: block;
			text-decoration: none;
			color: #f9af4b;
			position: absolute;
			right: 20%;
			top: 40px;
		}

		#divIntervista .divCounterIntervista .divImgCounterIntervista a.fa-minus-circle {
			top: 90px;
			color: #a7a9ab;
		}

	#divIntervista .divCounterIntervista .divTxtCounterIntervista {
		border: 1px solid #bdbfc0;
		line-height: 40px;
		font-size: 16px;
		color: #231f20;
		padding: 0 6px;
	}

		#divIntervista .divCounterIntervista .divTxtCounterIntervista input[type=text] {
			border: 0;
			width: 40%;
			float: right;
			height: 40px;
			text-align: right;
		}

#divIntervista .divRadioSmall {
	margin-bottom: 40px;
}

	#divIntervista .divRadioSmall span {
		font-size: 16px;
		line-height: 44px;
	}

	#divIntervista .divRadioSmall .aBtnRadioSmall {
		width: 44px;
		height: 44px;
		border: 2px solid #f9af4b;
		border-radius: 50% !important;
		display: inline-block;
		text-align: center;
		line-height: 40px;
		color: #f9af4b;
		font-size: 20px;
		background: #fff;
		text-decoration: none;
		font-weight: bold;
	}

		#divIntervista .divRadioSmall .aBtnRadioSmall.btnSelected {
			color: #fff;
			background: #f9af4b;
		}

#divIntervista .divInfoCosti {
	margin-bottom: 20px;
	font-size: 13px;
	color: #575756;
	line-height: 14px;
}

	#divIntervista .divInfoCosti .divTitSezInfoCosti {
		font-size: 16px;
		color: #1d1d1b;
		line-height: 20px;
		display: block;
		margin-bottom: 10px;
	}

	#divIntervista .divInfoCosti input[type=text] {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		margin-bottom: 5px;
	}

	#divIntervista .divInfoCosti #aInfoBolletta {
		float: right;
		color: #f9af4b;
		font-size: 22px;
		text-decoration: none;
		margin-right: 10px;
		margin-top: 3px;
	}

	#divIntervista .divInfoCosti #imgBolletta {
		position: absolute;
		top: 23px;
		right: 8px;
		z-index: 10;
		display: none;
	}

@media only screen and (max-width: 770px) {

	#divIntervista .mTopMobile40 {
		margin-top: 40px;
	}

	#divIntervista #menuIntervistaMobile {
		display: block;
		background: url(../img/intervista/menuMobile.jpg) no-repeat;
		width: 10px;
		height: 30px;
		position: absolute;
		top: 3px;
		right: 20px;
	}

	#divIntervista #divContMenuIntervista {
		line-height: 37px;
	}

	#divIntervista #divMenuIntervista {
		position: absolute;
		top: 5px;
		right: 40px;
		z-index: 100;
		background: #fff;
		border: 1px solid #dbdcdc;
		width: 90%;
		padding: 5px;
		display: none;
	}

		#divIntervista #divMenuIntervista li {
			float: none !important;
		}

			#divIntervista #divMenuIntervista li a {
				display: block;
			}

	#divIntervista #lblMenuSelMobile {
		display: inline-block;
	}

	#divIntervista .divCounterIntervista.small {
		width: 31%;
	}

		#divIntervista .divCounterIntervista.small .divTxtCounterIntervista {
			font-size: 12px;
			line-height: 42px;
		}

	#divIntervista #divMenuIntervista li a.menuIntervistaSel {
		border-bottom: 0;
	}

	#divIntervista .divTxtIntervista:nth-child(2n+1) input[type=text],
	#divIntervista .divTxtIntervista:nth-child(2n+1) input[type=tel] {
		margin: 0 auto;
	}

	#divIntervista .divCounterIntervista .divImgCounterIntervista img {
		max-width: 100%;
	}
}

/*#endregion */

/*#region home*/
@media only screen and (max-width: 770px) {
	.noBorderRightMobile {
		border-right: 0 !important;
	}
}
/*#endregion*/

/*#region dispositivi */

.graficoDispositivi {
	height: 500px;
	width: 810px;
	max-width: 810px;
}

@media only screen and (max-width: 767px) {
	#divElencoDispositivi {
		/*overflow: hidden;
		width: 100%;
		height: 135px;*/
        overflow-x: scroll;
        white-space: nowrap;
	}

		#divElencoDispositivi .bx-wrapper {
			box-shadow: none !important;
		}

		#divElencoDispositivi .bx-viewport {
			margin-left: 9px;
		}

	#ulElencoDispositivi {
		padding: 0 !important;
	}

		#ulElencoDispositivi li {
			/*float: left;*/
			margin: 0;
			width: 96px !important;
			margin-right: 0px !important;
		}

			#ulElencoDispositivi li a {
				border: 0 !important;
				padding: 0 !important;
			}

				#ulElencoDispositivi li a p {
					display: none;
				}

				#ulElencoDispositivi li a .mt-author {
					border: 1px solid #dbdcdc;
					padding: 10px !important;
					/*margin-bottom: 15px;*/
				}

				#ulElencoDispositivi li a .mt-author-notes.font-grey-mint {
					display: none;
				}

				#ulElencoDispositivi li a > div {
					text-align: center;
					float: none !important;
					padding: 0 !important;
				}

			#ulElencoDispositivi li.active a .mt-author {
				background: #f9af4b;
			}

			#ulElencoDispositivi li.active a .mt-author-name {
				border-bottom: 4px solid #f9af4b;
				color: #555 !important;
			}

				#ulElencoDispositivi li.active a .mt-author-name span {
					color: #555 !important;
				}

	.graficoDispositivi {
		width: 100%;
		overflow: hidden;
	}

	.divControlliSlider {
		position: relative;
	}

		.divControlliSlider > a {
			position: absolute;
			z-index: 999;
			width: 32px;
			height: 32px;
			top: -67px;
		}

		.divControlliSlider a.bx-next,
		.divControlliSlider a.bx-prev {
			width: 32px !important;
			height: 32px !important;
			display: block;
		}

		.divControlliSlider a.ctrlNextSlide {
			background: url(../img/icons/fArancioDx.png) no-repeat;
			background-size: contain;
			right: -31px;
		}

		.divControlliSlider a.ctrlPrevSlide {
			background: url(../img/icons/fArancioSx.png) no-repeat;
			background-size: contain;
			left: -16px;
		}

	#divFooterDispositivi {
		display: none;
	}
}

/*#endregion */

/*#region notifiche */

@media only screen and (max-width: 770px) {
	.splash-screen {
		width: 90% !important;
		left: calc(50% - 90% / 2) !important;
	}

	#splash-description {
		margin-bottom: 0 !important;
	}
}

/*#endregion */

/*#region home */

@media only screen and (max-width: 770px) {

	.mt-action-buttons {
		float: left !important;
		width: 82px !important;
	}

	.divDettDispHome {
		float: left;
	}
}

/*#endregion */

/*#region ipad */

@media only screen and (max-width: 1024px) {

	.divRiepilogoConsumi .col-md-3 {
		border-right: 0 !important;
	}

	.graficoDispositivi,
	.graficoStorico {
		width: 99% !important;
		max-width: 99% !important;
		overflow: hidden;
	}

	@media (orientation: portrait) {
		.divContentGrafico > .divOverlayGrafico {
			display: block;
		}
	}
}

/*#endregion */

/*ENDREGION DANIELE*/

@media only screen and (max-width: 991px) {
    .border-none-small {
        border: none !important;
    }
}

/*style barra home dashboard*/

.containerBar {
    margin-bottom: 50px;
    margin-top: 80px;
    padding: 50px 50px 10px 50px;
    width: 100%;
}

.homeBar {
    width: 100%;
    height: 50px;
    background-color: #faaf4c;
    border: 1px solid #232020;
    margin: 0px !important;
    padding: 0px !important;
}

.dataBar {
    position: relative;
    float: left;
    /*width: 70%;*/
    height: 28px;
    background-color: #b3d143;
    z-index: 4;
    border-right: 1px solid white;
}

.previsioneBar {
    position: relative;
    float: left;
    /*width: 20%;*/
    height: 28px;
    background-color: #faaf4c;
}

.sogliaBar {
    position: relative;
    float: left;
    /*width: 10%;*/
    height: 28px;
    background-color: rgba(255,255,255,0.4);
    z-index: 2;
}

.testoBar {
    position: absolute;
    top: -98px;
    color: black;
    right: -27px;
    text-align: center;
    z-index: 5;
}

.dataBar .testoMiddleBar {
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 10;
    vertical-align: middle;
}

.dataBar .rigaBar {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 28px;
    width: 1px;
    background-color: #fff;
    z-index: 5;
}

.dataBar .cerchioDataBar {
    width: 20px;
    height: 20px;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #d4ec7a;
    border: 2px solid #fff;
    right: -9px;
    top: 15px;
    position: absolute;
    z-index: 10;
}


.previsioneBar .rigaBar {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 28px;
    width: 1px;
    background-color: #fff;
    z-index: 5;
}

.previsioneBar .cerchioDataBar {
    width: 20px;
    height: 20px;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #d4ec7a;
    border: 2px solid #fff;
    right: -9px;
    bottom: -10px;
    position: absolute;
    z-index: 10;
}


.sogliaBar .rigaBar {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 50px;
    width: 2px;
    background-color: #fff;
    z-index: 5;
}

.sogliaBar .rigaBandierinaBar {
    position: absolute;
    bottom: 0px;
    right: -1px;
    height: 71px;
    width: 1px;
    background-color: black;
    z-index: 5;
}

.sogliaBar .cerchioDataBar {
    width: 15px;
    height: 15px;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #d4ec7a;
    border: 2px solid #fff;
    right: -6px;
    top: -8px;
    position: absolute;
    z-index: 10;
}

.sogliaBar .bandierinaDataBar {
    font-size: 22px;
    right: -20px;
    top: -25px;
    position: absolute;
    z-index: 10;
}

.testosottoBar {
    position: absolute;
    bottom: -35px;
    color: black;
    right: -41px;
    text-align: right;
    z-index: 5;
}

.testosopraBar {
    position: absolute;
    top: -35px;
    color: black;
    right: -30px;
    text-align: right;
    z-index: 5;
}

.rigasottoBar {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 35px;
    width: 2px;
    background-color: #D8D8D8;
    z-index: 5;
}

.cerchioBar {
    background-repeat: no-repeat !important;
    background-image: url("../img/back_trasp_circle.png") !important;
    width: 60px;
    height: 60px;
    right: -30px;
    top: -15px;
    background-size: 60px 60px;
    position: absolute;
    z-index: 5;
    padding-top: 20px;
}

.dataRedBar {
    position: relative;
    float: left;
    width: 50%;
    height: 30px;
    background-color: #e7505a;
    z-index: 4;
}

.sogliaRedBar {
    position: relative;
    float: left;
    width: 20%;
    height: 30px;
    z-index: 2;
    background-color: #F1969C;
}

.previsioneRedBar {
    position: relative;
    float: left;
    width: 30%;
    height: 30px;
    z-index: 1;
    background-color: #F1969C;
}

.dataRedBar .rigaBar {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 30px;
    width: 2px;
    background-color: #fff;
    z-index: 5;
}

.dataRedBar .cerchioDataBar {
    width: 15px;
    height: 15px;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #e7505a;
    border: 2px solid #fff;
    right: -6px;
    top: 7px;
    position: absolute;
    z-index: 10;
}

.dataRedBar .testoMiddleBar {
    color: black;
    right: 12px;
    top: 4px;
    position: absolute;
    z-index: 10;
}

.previsioneRedBar .rigaBar {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 30px;
    width: 2px;
    background-color: #fff;
    z-index: 5;
}

.previsioneRedBar .cerchioDataBar {
    width: 15px;
    height: 15px;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #e7505a;
    border: 2px solid #fff;
    right: -6px;
    bottom: -8px;
    position: absolute;
    z-index: 10;
}

.sogliaRedBar .rigaBar {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 30px;
    width: 2px;
    background-color: #fff;
    z-index: 5;
}

.sogliaRedBar .cerchioDataBar {
    width: 15px;
    height: 15px;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #e7505a;
    border: 2px solid #fff;
    right: -6px;
    top: -8px;
    position: absolute;
    z-index: 10;
}

.adoggiLabel {
    background-image: url(../img/corniceadoggi.png);
    width: 62px;
    height: 35px;
    text-align: center;
    padding-top: 3px;
}

.previsioneLabel {
    background-image: url(../img/corniceprevisione.png);
    width: 83px;
    height: 35px;
    text-align: center;
    padding-top: 11px;
}

.targetLabel {
    background-image: url(../img/cornicetarget.png);
    width: 54px;
    height: 56px;
    text-align: center;
    padding-top: 4px;
    line-height: 1.1;
}
/*fine style barra home dashboard*/

.width50{
    width: 50px;
}
cursor_default{
    cursor: default;
}
.bgfontned {
   color: #FFFFFF !important; }
.bgfontwhite{
  color: #666 !important; }
.bgned {
   background: rgb(250, 175, 75) !important;
   }
.bgwhite
{
background: white !important;
}

.noACapo{
    overflow: hidden;white-space: nowrap;
}

.pageSpinner {
    /*position: absolute;*/
    position: fixed;
    width: 100%; height: 100%;
    background-color: #FFF;
    z-index: 100000;
    top: 0px; left: 0px;
    opacity: 0.5;
}

.pageSpinner .spinner {
    width: 50px; height: 50px;
    margin: 150px auto 0px auto;
    background: url(../img/spinner.gif) no-repeat center center;
    opacity: 1;
}

.mw100
{
    max-width: 100% !important;
}

.divControlliSliderFr {
		position: relative;
	}

		.divControlliSliderFr > a {
			position: absolute;
			z-index: 999;
			width: 32px;
			height: 32px;
			top: -45px;
		}

		.divControlliSliderFr a.bx-next,
		.divControlliSliderFr a.bx-prev {
			width: 32px !important;
			height: 32px !important;
			display: block;
		}

		.divControlliSliderFr a.ctrlNextSlide {
			background: url(../img/icons/fArancioDx.png) no-repeat;
			background-size: contain;
			right: -31px;
		}

		.divControlliSliderFr a.ctrlPrevSlide {
			background: url(../img/icons/fArancioSx.png) no-repeat;
			background-size: contain;
			left: -16px;
		}

@media (max-width: 770px) {
	.centerMobile
        {
        text-align: center;
        }
}



#img-casa-dashboard {
	width:142px;
}

.dashboard-previsioni {
	text-align: center; 
	border-bottom: 1px solid #c6c7c7;
	padding-bottom: 10px;
}

@media (max-width: 770px) {
	#img-casa-dashboard {
		width:100px;
	}

	.dashboard-previsioni {
		border-bottom: none;
	}

	.page-header-menu{
		display:none;
	}
}

/* The starting CSS styles for the enter animation */
.fadest.ng-enter {
  transition:1s linear all;
  opacity:0;
}

/* The finishing CSS styles for the enter animation */
.fadest.ng-enter.ng-enter-active {
  opacity:1;
}

.ora_inizio_timeline
{
    position: absolute;left: -160px;top: 20px;
}
.ora_fine_timeline
{
    position: absolute;left: -160px;top: 40px;
}
.potenza_timeline
{
    position: absolute;top: 80px;left: -102px; background-color:white
}

@media (max-width: 770px) {
    .timeline {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        text-align: center;
    }
    .ora_inizio_timeline
    {
        /*position: unset !important;*/
        top: -60px;
        left: 70px;
    }
    .ora_fine_timeline
    {
        /*position: unset !important;*/
        top: -40px;
        left: 70px;
    }
    .potenza_timeline
    {
        /*position: unset !important;*/
        top: -20px;
        left: 70px;
    }
    .timeline-body-arrow
    {
        display: none;
    }
    .timeline .timeline-body
    {
        margin: 0 auto !important;
        clear: both;
        text-align: center;
    }
    .timeline-badge
    {
        margin-top: 30px;
        margin-bottom: 5px;
    }
}

.singola_offerta
{
    text-align: center;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

.singola_offerta{
    background-color: #eeeeee;
    text-align:center;
    margin-bottom: 20px;
}

.singola_offerta .singbottom{
    background-color: #f9b234;
    padding-bottom: 20px;
}

.singola_offerta .logo{
    max-width: 100% !important;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 35px;
}

.singola_offerta .tit
{
    padding: 6px 0px 0px 0px !important;
}

.offsel .actions
{
    padding: 6px 0px 0px 0px !important;
}

.offsel .portlet-title{
    margin-bottom: 0px !important;border-bottom: 0px !important; min-height: inherit !important;
}

.btn-offerte
{
    position: absolute;
    bottom: -15px;
    width: 100%;
}
.btn-offerte .reverse-ned
{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.red_tit
{
    color:red !important;
}


.invis_debole
{
    display: none;
}
.vis_forte
{
    display: block !important;
}

.barra_disp_home {
    height: 50px;
    background-color: lightgray
}

.sel_disp {
    border: 1px solid black;
    display: inline-block;
}

    .sel_disp:hover, .sel_disp:active, .sel_disp_active {
        background-color: orange;
    }

.sel_disp_select, .sel_disp_select:hover {
    border: 1px solid black;
    display: inline-block;
    background-color: #ffa50075 !important;
    cursor: not-allowed;
}
