/*!
* jQuery Mobile 1.4.5
* Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
* Released under the MIT license.
* http://jquery.org/license
*
*/


/* Globals */
/* Font
-----------------------------------------------------------------------------------------------------------*/
html {
	font-size: 100%;
}
body,
input,
select,
textarea,
button,
.ui-button {
	font-size: 1em;
	/* line-height: 1.3; */
	font-family: sans-serif /*{global-font-family}*/;
	/*text-transform: uppercase !important;*/
}
legend,
.ui-input-text input,
.ui-input-search input {
	color: inherit;
	text-shadow: inherit;
}
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label,
div.ui-controlgroup-label {
	font-weight: bold;
	font-size: 16px;
}

.ui-select .ui-button {
	text-align:left;
}
/* Separators
-----------------------------------------------------------------------------------------------------------*/
/* Field contain separator (< 28em) */
.ui-field-contain {
	border-bottom-color: #828282;
	border-bottom-color: rgba(0,0,0,.15);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
/* Table opt-in classes: strokes between each row, and alternating row stripes */
/* Classes table-stroke and table-stripe are deprecated in 1.4. */
.table-stroke thead th,
.table-stripe thead th,
.table-stripe tbody tr:last-child {
	border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.table-stroke tbody th,
.table-stroke tbody td {
	border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback  */
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.table-stripe.table-stroke tbody tr:last-child th,
.table-stripe.table-stroke tbody tr:last-child td {
	border-bottom: 0;
}
.table-stripe tbody tr:nth-child(odd) td,
.table-stripe tbody tr:nth-child(odd) th {
	background-color: #eeeeee; /* non-RGBA fallback  */
	background-color: rgba(0,0,0,.04);
}
/* Buttons
-----------------------------------------------------------------------------------------------------------*/
.ui-button,
label.ui-button {
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}
.ui-button, .ui-slider-label,.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
	text-decoration: none !important;
	text-shadow: none !important;
}
.ui-button-active {
	cursor: pointer;
}
/* Corner rounding
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-button-corner-all deprecated in 1.4 */
.ui-corner-all {
	-webkit-border-radius: .6em /*{global-radii-blocks}*/;
	border-radius: .6em /*{global-radii-blocks}*/;
}
/* Buttons */
.ui-button-corner-all,
.ui-button.ui-corner-all,
/* Slider track */
.ui-slider-track.ui-corner-all,
/* Flipswitch */
.ui-flipswitch.ui-corner-all,
/* Count bubble */
.ui-listview-item-count-bubble {
	-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
	border-radius: .3125em /*{global-radii-buttons}*/;
}
/* Icon-only buttons */
.ui-button-icon-notext.ui-button-corner-all,
.ui-button-icon-notext.ui-corner-all {
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
/* Radius clip workaround for cleaning up corner trapping */
.ui-button-corner-all,
.ui-corner-all {
	-webkit-background-clip: padding;
	background-clip: padding-box;
}
/* Popup arrow */
.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
	left: .6em /*{global-radii-blocks}*/;
	right: .6em /*{global-radii-blocks}*/;
	top: .6em /*{global-radii-blocks}*/;
	bottom: .6em /*{global-radii-blocks}*/;
}
/* Shadow
-----------------------------------------------------------------------------------------------------------*/
.ui-shadow {
	-webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	-moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
}
.ui-shadow-inset {
	-webkit-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	-moz-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
}
.ui-overlay-shadow {
	-webkit-box-shadow: 0 0 12px 		rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 12px 			rgba(0,0,0,.6);
	box-shadow: 0 0 12px 				rgba(0,0,0,.6);
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-button-icon-left:after,
.ui-button-icon-right:after,
.ui-button-icon-top:after,
.ui-button-icon-bottom:after,
.ui-button-icon-notext:after {
	background-color: #666666 /*{global-icon-color}*/;
	background-color: rgba(0,0,0,.15) /*{global-icon-disc}*/;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
/* Alt icons */
.ui-alt-icon.ui-button:after,
.ui-alt-icon .ui-button:after,
html .ui-alt-icon.ui-checkbox-off:after,
html .ui-alt-icon.ui-radio-off:after,
html .ui-alt-icon .ui-checkbox-off:after,
html .ui-alt-icon .ui-radio-off:after {
	background-color: #666666 /*{global-icon-color}*/;
	background-color: rgba(0,0,0,.15) /*{global-icon-disc}*/;
}
/* No disc */
.ui-nodisc-icon.ui-button:after,
.ui-nodisc-icon .ui-button:after {
	background-color: transparent;
}
/* Icon shadow */
.ui-shadow-icon.ui-button:after,
.ui-shadow-icon .ui-button:after {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
	box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
}
/* Checkbox and radio */
.ui-button.ui-checkbox-off:after,
.ui-button.ui-checkbox-on:after,
.ui-button.ui-radio-off:after,
.ui-button.ui-radio-on:after {
	display: block;
	width: 18px;
	height: 18px;
	margin: -9px 2px 0 2px;
}
.ui-checkbox-off:after,
.ui-button.ui-radio-off:after {
	filter: Alpha(Opacity=30);
	opacity: .3;
}
.ui-button.ui-checkbox-off:after,
.ui-button.ui-checkbox-on:after {
	-webkit-border-radius: .1875em;
	border-radius: .1875em;
}
.ui-button.ui-checkbox-off:after {
	background-color: #666;
	background-color: rgba(0,0,0,.3);
}
.ui-radio .ui-button.ui-radio-on:after {
	background-image: none;
	background-color: #fff;
	width: 8px;
	height: 8px;
	border-width: 5px;
	border-style: solid; 
}
.ui-alt-icon.ui-button.ui-radio-on:after,
.ui-alt-icon .ui-button.ui-radio-on:after {
	background-color: #000;
}
/* Loader */
.ui-icon-loading {
	background: url("images/ajax-loader.gif");
	background-size: 2.875em 2.875em;
}
/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
	background-color: #008c95 /*{a-bar-background-color}*/;
	border-color: #004d51 /*{a-bar-border}*/;
	color: #ffffff /*{a-bar-color}*/;
	font-weight: bold;
    border:unset;
}
.ui-bar-a {
	border-width: 1px;
	border-style: solid;
}
/* Page and overlay */
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
	background-color: #f0faf9 /*{a-page-background-color}*/;
	border-color: #bbbbbb /*{a-page-border}*/;
	color: #333333 /*{a-page-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
html .ui-panel-page-container-a {
	background-color: #ffffff /*{a-body-background-color}*/;
	border-color: #dddddd /*{a-body-border}*/;
	color: #333333 /*{a-body-color}*/;
}
.ui-body-a {
	border-width: 1px;
	border-style: solid;
}
/* Links */
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
	color: #008c95 /*{a-link-color}*/;
	font-weight: initial;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
    color: #3388cc /*{a-link-visited}*/;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
html .ui-body-a a:hover,
html body .ui-group-theme-a a:hover {
	color: #005599 /*{a-link-hover}*/;
}
.ui-page-theme-a a:active,
html .ui-bar-a a:active,
html .ui-body-a a:active,
html body .ui-group-theme-a a:active {
	color: #005599 /*{a-link-active}*/;
}
/* Button up */
.ui-page-theme-a .ui-button-green,
html .ui-bar-a .ui-button,
html .ui-body-a .ui-button,
html body .ui-group-theme-a .ui-button,
html head + body .ui-button.ui-button-a {
	background-color: #008c95 /*{a-bup-background-color}*/ !important;
	border-color: #64CCC9 /*{a-bup-border}*/ !important;
	color: #ffffff /*{a-bup-color}*/ !important;
}
html head + body .ui-navbar .ui-button {
	padding-top: 15px;
    padding-bottom: 15px;
}
html head + body .ui-navbar .ui-button.titolo_elenco {
	border-right: solid 4px #f0faf9!important;
    border-left: solid 4px #f0faf9!important;

}

html body .header-logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}



.ui-button h2, .ui-button p,  .advise {
	text-transform: uppercase !important;
}
/* Button hover */
.ui-page-theme-a .ui-button:hover,
html .ui-bar-a .ui-button:hover,
html .ui-body-a .ui-button:hover,
html body .ui-group-theme-a .ui-button:hover,
html head + body .ui-button.ui-button-a:hover {
	background-color: #25a4ac /*{a-bhover-background-color}*/;
	border-color: #03b0bb /*{a-bhover-border}*/;
	color: #ffffff /*{a-bhover-color}*/;
}
/* Button down */
.ui-page-theme-a .ui-button:active,
html .ui-bar-a .ui-button:active,
html .ui-body-a .ui-button:active,
html body .ui-group-theme-a .ui-button:active,
html head + body .ui-button.ui-button-a:active {
	background-color: #e8e8e8 /*{a-bdown-background-color}*/;
	border-color: #dddddd /*{a-bdown-border}*/;
	color: #ffffff /*{a-bdown-color}*/;
}
/* Active button */
.ui-page-theme-a .ui-button.ui-button-active,
html .ui-bar-a .ui-button.ui-button-active,
html .ui-body-a .ui-button.ui-button-active,
html body .ui-group-theme-a .ui-button.ui-button-active,
html head + body .ui-button.ui-button-a.ui-button-active,
/* Active checkbox icon */
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-button.ui-checkbox-on.ui-button-a:after,
/* Active flipswitch background */
.ui-page-theme-a .ui-flipswitch-active,
html .ui-bar-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-a .ui-slider-track .ui-button-active,
html .ui-bar-a .ui-slider-track .ui-button-active,
html .ui-body-a .ui-slider-track .ui-button-active,
html body .ui-group-theme-a .ui-slider-track .ui-button-active,
html body div.ui-slider-track.ui-body-a .ui-button-active {
	background-color: #008c95 /*{a-active-background-color}*/;
	border-color: #64CCC9 /*{a-active-border}*/;
	color: #ffffff /*{a-active-color}*/;
}
/* Active radio button icon */
.ui-page-theme-a .ui-radio-on:after,
html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-button.ui-radio-on.ui-button-a:after {
	border-color: #64CCC9 /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-a .ui-button:focus,
html .ui-bar-a .ui-button:focus,
html .ui-body-a .ui-button:focus,
html body .ui-group-theme-a .ui-button:focus,
html head + body .ui-button.ui-button-a:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-button-a.ui-focus,
html head + body .ui-body-a.ui-focus {
	-webkit-box-shadow: 0 0 12px #64CCC9 /*{a-active-background-color}*/;
	-moz-box-shadow: 0 0 12px #64CCC9 /*{a-active-background-color}*/;
	box-shadow: 0 0 12px #64CCC9 /*{a-active-background-color}*/;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-b,
.ui-page-theme-b .ui-bar-inherit,
html .ui-bar-b .ui-bar-inherit,
html .ui-body-b .ui-bar-inherit,
html body .ui-group-theme-b .ui-bar-inherit {
	background-color: #008c95 /*{b-bar-background-color}*/;
	border-color: #004d51 /*{b-bar-border}*/;
	color: #ffffff /*{b-bar-color}*/;
	font-weight: bold;
}
.ui-bar-b {
	border-width: 1px;
	border-style: solid;
}
/* Page and overlay */
.ui-overlay-b,
.ui-page-theme-b,
.ui-page-theme-b .ui-panel-wrapper {
	background-color: #f9f9f9 /*{b-page-background-color}*/;
	border-color: #bbbbbb /*{b-page-border}*/;
	color: #333333 /*{b-page-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-b,
.ui-page-theme-b .ui-body-inherit,
html .ui-bar-b .ui-body-inherit,
html .ui-body-b .ui-body-inherit,
html body .ui-group-theme-b .ui-body-inherit,
html .ui-panel-page-container-b {
	background-color: #ffffff /*{b-body-background-color}*/;
	border-color: #dddddd /*{b-body-border}*/;
	color: #333333 /*{b-body-color}*/;
}
.ui-body-b {
	border-width: 1px;
	border-style: solid;
}
/* Links */
.ui-page-theme-b a,
html .ui-bar-b a,
html .ui-body-b a,
html body .ui-group-theme-b a {
	color: #008c95 /*{b-link-color}*/;
	font-weight: bold;
}
.ui-page-theme-b a:visited,
html .ui-bar-b a:visited,
html .ui-body-b a:visited,
html body .ui-group-theme-b a:visited {
    color: #008c95 /*{b-link-visited}*/;
}
.ui-page-theme-b a:hover,
html .ui-bar-b a:hover,
html .ui-body-b a:hover,
html body .ui-group-theme-b a:hover {
	color: #008c95 /*{b-link-hover}*/;
}
.ui-page-theme-b a:active,
html .ui-bar-b a:active,
html .ui-body-b a:active,
html body .ui-group-theme-b a:active {
	color: #008c95 /*{b-link-active}*/;
}
/* Button up */
.ui-page-theme-b .ui-button,
html .ui-bar-b .ui-button,
html .ui-body-b .ui-button,
html body .ui-group-theme-b .ui-button,
html head + body .ui-button.ui-button-b,
/* Button visited */
.ui-page-theme-b .ui-button:visited,
html .ui-bar-b .ui-button:visited,
html .ui-body-b .ui-button:visited,
html body .ui-group-theme-b .ui-button:visited,
html head + body .ui-button.ui-button-b:visited {
	background-color: #008c95 /*{b-bup-background-color}*/;
	border-color: #008c95 /*{b-bup-border}*/;
	color: #ffffff /*{b-bup-color}*/;
}
/* Button hover */
.ui-page-theme-b .ui-button:hover,
html .ui-bar-b .ui-button:hover,
html .ui-body-b .ui-button:hover,
html body .ui-group-theme-b .ui-button:hover,
html head + body .ui-button.ui-button-b:hover {
	background-color: #25a4ac /*{b-bhover-background-color}*/;
	border-color: #03b0bb /*{b-bhover-border}*/;
	color: #ffffff /*{b-bhover-color}*/;
}
/* Button down */
.ui-page-theme-b .ui-button:active,
html .ui-bar-b .ui-button:active,
html .ui-body-b .ui-button:active,
html body .ui-group-theme-b .ui-button:active,
html head + body .ui-button.ui-button-b:active {
	background-color: #e8e8e8 /*{b-bdown-background-color}*/;
	border-color: #dddddd /*{b-bdown-border}*/;
	color: #333333 /*{b-bdown-color}*/;
}
/* Active button */
.ui-page-theme-b .ui-button.ui-button-active,
html .ui-bar-b .ui-button.ui-button-active,
html .ui-body-b .ui-button.ui-button-active,
html body .ui-group-theme-b .ui-button.ui-button-active,
html head + body .ui-button.ui-button-b.ui-button-active,
/* Active checkbox icon */
.ui-page-theme-b .ui-checkbox-on:after,
html .ui-bar-b .ui-checkbox-on:after,
html .ui-body-b .ui-checkbox-on:after,
html body .ui-group-theme-b .ui-checkbox-on:after,
.ui-button.ui-checkbox-on.ui-button-b:after,
/* Active flipswitch background */
.ui-page-theme-b .ui-flipswitch-active,
html .ui-bar-b .ui-flipswitch-active,
html .ui-body-b .ui-flipswitch-active,
html body .ui-group-theme-b .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-b .ui-slider-track .ui-button-active,
html .ui-bar-b .ui-slider-track .ui-button-active,
html .ui-body-b .ui-slider-track .ui-button-active,
html body .ui-group-theme-b .ui-slider-track .ui-button-active,
html body div.ui-slider-track.ui-body-b .ui-button-active {
	background-color: #64CCC9 /*{b-active-background-color}*/;
	border-color: #64CCC9 /*{b-active-border}*/;
	color: #ffffff /*{b-active-color}*/;
}
/* Active radio button icon */
.ui-page-theme-b .ui-radio-on:after,
html .ui-bar-b .ui-radio-on:after,
html .ui-body-b .ui-radio-on:after,
html body .ui-group-theme-b .ui-radio-on:after,
.ui-button.ui-radio-on.ui-button-b:after {
	border-color: #64CCC9 /*{b-active-background-color}*/;
}
/* Focus */
.ui-page-theme-b .ui-button:focus,
html .ui-bar-b .ui-button:focus,
html .ui-body-b .ui-button:focus,
html body .ui-group-theme-b .ui-button:focus,
html head + body .ui-button.ui-button-b:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-b .ui-focus,
html .ui-bar-b .ui-focus,
html .ui-body-b .ui-focus,
html body .ui-group-theme-b .ui-focus,
html head + body .ui-button-b.ui-focus,
html head + body .ui-body-b.ui-focus {
	-webkit-box-shadow: 0 0 12px #64CCC9 /*{b-active-background-color}*/;
	-moz-box-shadow: 0 0 12px #64CCC9 /*{b-active-background-color}*/;
	box-shadow: 0 0 12px #64CCC9 /*{b-active-background-color}*/;
}


/* C
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-c,
.ui-page-theme-c .ui-bar-inherit,
html .ui-bar-c .ui-bar-inherit,
html .ui-body-c .ui-bar-inherit,
html body .ui-group-theme-c .ui-bar-inherit {
	background-color: #008c95 /*{c-bar-background-color}*/;
	border-color: #004d51 /*{c-bar-border}*/;
	color: #ffffff /*{c-bar-color}*/;
	font-weight: bold;
}
.ui-bar-c {
	border-width: 1px;
	border-style: solid;
}
/* Page and overlay */
.ui-overlay-c,
.ui-page-theme-c,
.ui-page-theme-c .ui-panel-wrapper {
	background-color: #f9f9f9 /*{c-page-background-color}*/;
	border-color: #bbbbbb /*{c-page-border}*/;
	color: #333333 /*{c-page-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-c,
.ui-page-theme-c .ui-body-inherit,
html .ui-bar-c .ui-body-inherit,
html .ui-body-c .ui-body-inherit,
html body .ui-group-theme-c .ui-body-inherit,
html .ui-panel-page-container-c {
	background-color: #ffffff /*{c-body-background-color}*/;
	border-color: #dddddd /*{c-body-border}*/;
	color: #333333 /*{c-body-color}*/;
}
.ui-body-c {
	border-width: 1px;
	border-style: solid;
}
/* Links */
.ui-page-theme-c a,
html .ui-bar-c a,
html .ui-body-c a,
html body .ui-group-theme-c a {
	color: #008c95 /*{c-link-color}*/;
	font-weight: initial;
}
.ui-page-theme-c a:visited,
html .ui-bar-c a:visited,
html .ui-body-c a:visited,
html body .ui-group-theme-c a:visited {
    color: #3388cc /*{c-link-visited}*/;
}
.ui-page-theme-c a:hover,
html .ui-bar-c a:hover,
html .ui-body-c a:hover,
html body .ui-group-theme-c a:hover {
	color: #005599 /*{c-link-hover}*/;
}
.ui-page-theme-c a:active,
html .ui-bar-c a:active,
html .ui-body-c a:active,
html body .ui-group-theme-c a:active {
	color: #005599 /*{c-link-active}*/;
}
/* Button up */
.ui-page-theme-c .ui-button,
html .ui-bar-c .ui-button,
html .ui-body-c .ui-button,
html body .ui-group-theme-c .ui-button,
html head + body .ui-button.ui-button-c,
/* Button visited */
.ui-page-theme-c .ui-button:visited,
html .ui-bar-c .ui-button:visited,
html .ui-body-c .ui-button:visited,
html body .ui-group-theme-c .ui-button:visited,
html head + body .ui-button.ui-button-c:visited {
	background-color: #008c95 /*{c-bup-background-color}*/;
	border-color: #64CCC9 /*{c-bup-border}*/;
	color: #ffffff /*{c-bup-color}*/;
}
/* Button hover */
.ui-page-theme-c .ui-button:hover,
html .ui-bar-c .ui-button:hover,
html .ui-body-c .ui-button:hover,
html body .ui-group-theme-c .ui-button:hover,
html head + body .ui-button.ui-button-c:hover {
	background-color: #25a4ac /*{c-bhover-background-color}*/;
	border-color: #03b0bb /*{c-bhover-border}*/;
	color: #ffffff /*{c-bhover-color}*/;
}
/* Button down */
.ui-page-theme-c .ui-button:active,
html .ui-bar-c .ui-button:active,
html .ui-body-c .ui-button:active,
html body .ui-group-theme-c .ui-button:active,
html head + body .ui-button.ui-button-c:active {
	background-color: #64CCC9 /*{c-bdown-background-color}*/;
	border-color: #64CCC9 /*{c-bdown-border}*/;
	color: #ffffff /*{c-bdown-color}*/;
}
/* Active button */
.ui-page-theme-c .ui-button.ui-button-active,
html .ui-bar-c .ui-button.ui-button-active,
html .ui-body-c .ui-button.ui-button-active,
html body .ui-group-theme-c .ui-button.ui-button-active,
html head + body .ui-button.ui-button-c.ui-button-active,
/* Active checkbox icon */
.ui-page-theme-c .ui-checkbox-on:after,
html .ui-bar-c .ui-checkbox-on:after,
html .ui-body-c .ui-checkbox-on:after,
html body .ui-group-theme-c .ui-checkbox-on:after,
.ui-button.ui-checkbox-on.ui-button-c:after,
/* Active flipswitch background */
.ui-page-theme-c .ui-flipswitch-active,
html .ui-bar-c .ui-flipswitch-active,
html .ui-body-c .ui-flipswitch-active,
html body .ui-group-theme-c .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-c.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-c .ui-slider-track .ui-button-active,
html .ui-bar-c .ui-slider-track .ui-button-active,
html .ui-body-c .ui-slider-track .ui-button-active,
html body .ui-group-theme-c .ui-slider-track .ui-button-active,
html body div.ui-slider-track.ui-body-c .ui-button-active {
	background-color: #64CCC9 /*{c-active-background-color}*/;
	border-color: #64CCC9 /*{c-active-border}*/;
	color: #ffffff /*{c-active-color}*/;
}
/* Active radio button icon */
.ui-page-theme-c .ui-radio-on:after,
html .ui-bar-c .ui-radio-on:after,
html .ui-body-c .ui-radio-on:after,
html body .ui-group-theme-c .ui-radio-on:after,
.ui-button.ui-radio-on.ui-button-c:after {
	border-color: #64CCC9 /*{c-active-background-color}*/;
}
/* Focus */
.ui-page-theme-c .ui-button:focus,
html .ui-bar-c .ui-button:focus,
html .ui-body-c .ui-button:focus,
html body .ui-group-theme-c .ui-button:focus,
html head + body .ui-button.ui-button-c:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-c .ui-focus,
html .ui-bar-c .ui-focus,
html .ui-body-c .ui-focus,
html body .ui-group-theme-c .ui-focus,
html head + body .ui-button-c.ui-focus,
html head + body .ui-body-c.ui-focus {
	-webkit-box-shadow: 0 0 12px #64CCC9 /*{c-active-background-color}*/;
	-moz-box-shadow: 0 0 12px #64CCC9 /*{c-active-background-color}*/;
	box-shadow: 0 0 12px #64CCC9 /*{c-active-background-color}*/;
}


/* Structure */
/* Disabled
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */
.ui-disabled,
.ui-state-disabled,
button[disabled],
.ui-select .ui-button.ui-state-disabled {
	filter: Alpha(Opacity=30);
	opacity: .3;
	cursor: default !important;
	pointer-events: none;
}

.ui-toolbar-footer .ui-state-disabled {
	opacity: 1 !important;
}
/* Focus state outline
-----------------------------------------------------------------------------------------------------------*/
.ui-button:focus,
.ui-button.ui-focus {
	outline: 0;
}
/* Unset box-shadow in browsers that don't do it right */
.ui-noboxshadow .ui-shadow,
.ui-noboxshadow .ui-shadow-inset,
.ui-noboxshadow .ui-overlay-shadow,
.ui-noboxshadow .ui-shadow-icon.ui-button:after,
.ui-noboxshadow .ui-shadow-icon .ui-button:after,
.ui-noboxshadow .ui-focus,
.ui-noboxshadow .ui-button:focus,
.ui-noboxshadow  input:focus,
.ui-noboxshadow .ui-panel {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.ui-noboxshadow .ui-button:focus,
.ui-noboxshadow .ui-focus {
	outline-width: 1px;
	outline-style: auto;
}
/* Modifica al footer
-----------------------------------------------------------------------------------------------------------*/
.ui-toolbar-footer .ui-link {
	color: #ffffff !important;
}
.ui-toolbar-footer .ui-navbar {
	border-bottom:1px solid;
}

#info-box .ui-button, #info-box-elenco .ui-button, div#info-box-preponenti .ui-button, div#info-box-collaboratori .ui-button, div#info-box-sportelli-operativi .ui-button {
	border-radius: 6px;
	font-size:0.8rem;
}
.title-box {
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	text-transform: uppercase;
}

/*body {
	background-image: url("images/marchio_OAM.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}*/

/*.ui-page {
	background-image: url("images/marchio_OAM.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}*/

/*div.ui-content ul {
	opacity: 0.9;
}*/

/* Modifiche alle liste generiche | 30/07/2019
-----------------------------------------------------------------------------------------------------------*/
li a:hover {
	text-shadow: none !important;
}
.storico p, .elenco_prodotti p, .elenco_prodotti h2, .lista_sportelli_operativi p, .lista_licenza p, .lista_licenza h2, .storico-licanza p {
	font-size: 0.8em !important;
}

.amministrazione, .storico, .elenco_prodotti, .lista_sportelli_operativi, .lista_licenza,
.dipendenti_collaboratori  {
	text-transform: uppercase !important;
}
/* Modifiche su versione mobile su dispositivi piccoli
-----------------------------------------------------------------------------------------------------------*/



.descrizione-in-lista, .ui-listview>li p, .ui-listview>li h1, .ui-listview>li h2, .ui-listview>li h3, .ui-listview>li h4, .ui-listview>li h5, .ui-listview>li h6  {
	white-space: normal !important; 
}

.ui-listview .ui-li-aside {
	position: absolute;
	top: 0.4em;
	right: 1.3em;
	margin: 0;
	text-align: right;
}
.ui-listview > li h1, .ui-listview > li h2, .ui-listview > li h3, .ui-listview > li h4, .ui-listview > li h5, .ui-listview > li h6 {
	font-size: 0.7em;
	margin-top:0.9em;
}
.ui-listview > li p, div#info-box p, div#info-box-collaboratori p, div#info-box-preponenti p, div#info-box-elenco p, div#info-box-sportelli-operativi p {
	font-size: .6em;
}
div#info-box p, div#info-box-elenco p, div#info-box-preponenti p, div.info-box-collaboratori p, div#info-box-sportelli-operativi p { 
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.elenco-ricerca-generica .ui-button {
	padding: .5em 0.4em;
	padding-right: 1em;
}
.ui-icon-carat-r {
	top:59% !important;
}
.stato_CANCELLATO, .autorizzato_NON_AUTORIZZATO_AD_OPERARE, .NON.AUTORIZZATO.AD.OPERARE, .stato_SOSPESO {
	background: #e62e04 !important;
	border-radius: 3px;
	border: 1px #e62e04 solid !important;
	font-weight:bold;
	color:#ffffff !important;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
ul.elenco-ricerca-generica .ui-listview-item-icon {
	margin-top: 20px;
}
.warning {
	background: #e6c004 !important;
	border-radius: 3px;
	border: 1px #e6c004 solid !important;
	font-weight:bold;
	color:#000000 !important;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
.stato_ISCRITTO {
	background: #0bae91;
	border-radius: 3px;
	border: 1px #0bae91 solid;
	font-weight:bold;
	text-shadow: none;
	color:#ffffff;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
ul.elenco-ricerca-generica .ui-button-icon-notext::after, ul.elenco-ricerca-generica .ui-button-icon-left::after, ul.elenco-ricerca-generica .ui-button-icon-right::after {
	top: 59%;
}
.lista_elenco_contenitor {
	min-height:841px;
}
div#area-di-ricerca-sede-operativa .ui-button, div#area-di-ricerca-elenchi .ui-button, div#area-di-ricerca-elenchi-preponenti .ui-button, div#area-di-ricerca-elenchi-collaboratori .ui-button, div#area-form-ordina-preponenti .ui-button, div#area-form-ordina-sede-operativa .ui-button {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

div#area-di-ricerca-elenchi .ui-controlgroup, fieldset.ui-controlgroup, div#area-di-ricerca-elenchi-preponenti .ui-controlgroup, div#area-di-ricerca-elenchi-collaboratori .ui-controlgroup {
	margin-top: 0.7em;
}

div#area-di-ricerca-elenchi div.ui-radio.ui-mini label, div#area-di-ricerca-elenchi-preponenti div.ui-radio.ui-mini label, div#area-di-ricerca-elenchi-collaboratori div.ui-radio.ui-mini label {
	padding-top:0.65em;
	padding-bottom:0.65em;
}

div.ui-slider-switch {
	display: inline-block;
	height: 32px;
	width: 9em;
	top: 0;
}

.ui-slider-switch .ui-button.ui-slider-handle {
	margin: -4px 0 0 -15px;
}
.sort-ordine {
	text-align:center;
}
.hide {
	display:none;
}
.enlarge {
	width: 100% !important;
}
.ui-header .ui-title, .ui-toolbar-footer .ui-title {
	font-weight:700 !important;
	/*font-size:0.7em !important;*/
}



.autorizzato-NO {
	background-color: #e62e04 !important;
	color: #fff !important;
	text-shadow: none !important;
}

.intermediario {
	background-color: #E9E9EE;
    border-color: #ddd;
    color: #333;
}

.agente_di_riferimento {
	font-size: 1.1em;
}

/* =============== Elemento in lista Sticky =============== */
.ul-sticky {
	position: fixed;
    z-index: 99;
	width: 56%;
	top:0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.ul-sticky {
		width: 92%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.ul-sticky {
		width: 96%;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (orientation: landscape) and (min-width: 768px) {
	.ul-sticky {
		width: 56%;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (orientation: landscape) and (min-width: 992px) {
	.ul-sticky {
		width: 56%;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}


@media only screen and (min-width: 1025px) {
	.ui-content {
		padding-left: 22%;
		padding-right: 22%;
	}
}

/* =============== Convenzionati Extra =============== */
.advise {
	margin-top:0px;
	margin-bottom:0px;
}

/* =============== INTROJS =============== */
.introjs-tooltip {
    min-width: 400px !important;
    max-width: 600px !important;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif, Verdana !important;
	font-size: 16px !important;
}

.introjs-progressbar {
    background-color: #008c95 !important;
}

.introjs-helperNumberLayer { 
	background: linear-gradient(to bottom, #008c95 0%, #64CCC9 100%) !important;
}

.autorizzato-SI {
	background-color: #0bae91 !important;
	color: #ffffff !important;
	text-shadow: initial !important;
	font-weight: normal !important;
}

.introjs-helperLayer {
	opacity: 0.4;
}

/*.introjs-fixParent {
	position: absolute;
}*/

@media only screen and (max-width: 480px), (max-device-width: 480px) {

	.introjs-tooltip {
		min-width: 300px !important;
		max-width: 400px !important;
		text-align: center !important;
		font-family: Arial, Helvetica, sans-serif, Verdana !important;
		font-size: 16px !important;
	}

	div.bottone_ricerca button {
		margin-left: 5px !important;
	}

	.y-b_searchButton {
		height: 40px !important;
	}

	dl.search-results {
		position: relative !important;
		float: left !important;
		width: 100% !important;
		text-align: justify !important;
	}

	ul.jsn-pagination, p.jsn-pageinfo {
		padding-left: 0px !important;
	}
	
}

/* Accordion - nuova funzionalità
-----------------------------------------------------------------------------------------------------------*/
.ui-button-e {
	background-color: #b00000 !important;
    border-color: #b00000 !important;
    color: #fff !important;
}

.ui-button-e:hover {
	background-color: #d50000 !important;
    border-color: #d50000 !important;
    color: #fff !important;
}
#area-di-ricerca-elenchi-avanzate label {
	margin: 0.4em 0 0 .4em !important;
}
/* Modifiche su pannelli Ricerca Avanzata integrate in ricerca
-----------------------------------------------------------------------------------------------------------*/
#filter_8-button, #filter_6_sede_operativa-button, #filter_1-button, #filter_5-button, #filter_3_preponenti-button, 
#filter_4_preponenti-button, #filter_6_sportelli_operativi-button {
	background-color:#f6f6f6 !important;
	border-color:#ddd !important;
	color:#333 !important;
}
#filter_8-button:hover, #filter_6_sede_operativa-button:hover, #filter_1-button:hover, #filter_5-button:hover, #filter_3_preponenti-button:hover, 
#filter_4_preponenti-button:hover, #filter_6_sportelli_operativi-button:hover {
background-color: #25a4ac !important /*{a-bhover-background-color}*/;
border-color: #03b0bb !important/*{a-bhover-border}*/;
color: #ffffff !important /*{a-bhover-color}*/;
}

#map-canvas {
    min-height: inherit;
}

/* Pagina Elenchi modifico la lista in maniera tale da far vedere titoli molto lunghi
-----------------------------------------------------------------------------------------------------------*/
.elenchi_overflow {
	overflow: initial !important;
    white-space: break-spaces !important;
}

p.text-alert {
	font-size: 0.8em !important;
	text-align: center !important;
	/*font-weight: bold !important;*/
}


/* Cambio la dimensione del font del footer se il portale viene visto da un tablet
-----------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1132px), (max-device-width: 1132px) {
	.ui-header .ui-title, .ui-toolbar-footer .ui-title {
		font-size: 0.5em;
	}
}

input[type=date]::-webkit-calendar-picker-indicator { -webkit-appearance: none; display: none; } input[type="date"]::-webkit-input-placeholder{ visibility: hidden !important; }

.custom-size-flipswitch.ui-flipswitch .ui-button.ui-flipswitch-on {
    text-indent: -6.5em;
}
.custom-size-flipswitch.ui-flipswitch .ui-flipswitch-off {
    text-indent: 0.5em;
}
/* Custom widths are needed because the length of custom labels differs from
   the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch {
    width: 8.875em;
}
.custom-size-flipswitch.ui-flipswitch.ui-flipswitch-active {
    padding-left: 7em;
    width: 1.875em;
}
.custom-size-flipswitch.ui-flipswitch .ui-flipswitch-on{
    padding-bottom: 0!important;
	padding-top: 0!important;
}
@media (min-width: 28em) {
    /*Repeated from rule .ui-flipswitch above*/
    .ui-field-contain > label + .custom-size-flipswitch.ui-flipswitch {
        width: 1.875em;
    }
}

.ui-mobile-viewport-transitioning .breadcrumb-container{
	display: none!important;
}

.ui-listview > .ui-listview-item-divider {
	font-size: 18px;
}

.ui-listview-item.ui-listview-item-has-count{
	display: flex!important;
	white-space: normal!important;
	justify-content: space-between;
	gap: 2px;
}

.ui-listview-item-count-bubble {

	position: relative;
	right: unset;
	margin-top: unset;
}

.ui-listview .ui-listview-item a.ui-listview-item-button {
    font-weight: bold;
	font-size: 16px;
}

.ui-selectmenu a.ui-selectmenu-button{
	text-align: left;
}

.ui-selectmenu-button {
	text-align: left;
	font-weight: normal;
}

option {
	font-size: 16px;
	margin: 5px;
}

.breadcrumb-container{
	margin-bottom: 30px;
	text-transform: uppercase;
}
.breadcrumb {
	/*centering*/
	display: flex;
	border-radius: 5px;
	/*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
	counter-reset: flag; 
	overflow-x: auto; /* Abilita lo scorrimento orizzontale */
	white-space: nowrap; /* Impedisce il wrapping dei link */
}

.breadcrumb a {
	display: inline-block;
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white !important;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 10px 0 2rem;
	background: #333;
	background: linear-gradient(#333, #111);
	position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
	padding-left: 1rem;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 1rem;
}

/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover{
	background: #111;
	background: linear-gradient(#333, #111);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #222;
	background: linear-gradient(145deg, #333, #222);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -16px; /*half of square's length*/
	/*same dimension as the line-height of .breadcrumb a */
	width: 36px; 
	height: 36px;
	/*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
	transform: scale(0.65) rotate(45deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*background same as links but the gradient will be rotated to compensate with the transform applied*/
	background: #555;
	background: linear-gradient(135deg, #777, #333);
	/*stylish arrow design using box shadow*/
	/*box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);*/
	box-shadow: 2px -2px 0 2px #0bae91, 3px -3px 0 2px #0bae91;
	/*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.breadcrumb a:before {
	content: counter(flag);
	counter-increment: flag;
	/*some styles now*/
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: #333;
	background: linear-gradient(#333, #300);
	font-weight: bold;
	text-align: center !important;
}

.breadcrumb.flat a, .flat a:after {
	
	transition: all 0.7s;
}
.breadcrumb.flat a:before {
	display: none !important;
}


.breadcrumb .breadcrumb-link:last-child {

	cursor: default;
}


/*********************** MODALITA BREADCRUMB VERDE 1 ****************************/

/* .breadcrumb.flat a, .flat a:after {
	background: #008c95;
	color:#eee;
}
.breadcrumb.flat a:before {
	background: #008c95;
	box-shadow: 0 0 0 1px #008c95;
}
.breadcrumb.flat a:hover, .flat a.active, 
.breadcrumb.flat a:hover:after, .flat a.active:after{
	background: #0bae91;
}

.breadcrumb .breadcrumb-link:last-child {
	background: #0bae91;
} */
/*********************** FINE MODALITA BREADCRUMB VERDE 1 ****************************/

/*********************** MODALITA BREADCRUMB VERDE 2 ****************************/

 .breadcrumb.flat a, .flat a:after {
	background: #008c95;
	color:#eee;

}
.breadcrumb.flat a:before {
	background: #008c95;
	box-shadow: 0 0 0 1px #008c95;
	
}
.breadcrumb.flat a:hover, .flat a.active, 
.breadcrumb.flat a:hover:after, .flat a.active:after{
	background: rgb(99 204 201);
}

.breadcrumb .breadcrumb-link:last-child {
	background: rgb(99 204 201);
	cursor: default;
}
.breadcrumb a:after {
	box-shadow: 2px -2px 0 2px rgb(99 204 201), 3px -3px 0 2px rgb(99 204 201);

} 
/*********************** FINE MODALITA BREADCRUMB VERDE 2 ****************************/
/*********************** MODALITA BREADCRUMB GRIGIA ****************************/
/* .breadcrumb.flat a, .flat a:after {
	background: #b8b8b8;
	color:#eee;
}
.breadcrumb.flat a:before {
	background: #b8b8b8;
	box-shadow: 0 0 0 1px #b8b8b8;
}
.breadcrumb.flat a:hover, .flat a.active, 
.breadcrumb.flat a:hover:after, .flat a.active:after{
	background: #f6f6f6;
	color: black!important;
	
}

.breadcrumb .breadcrumb-link:last-child {
	background: #f6f6f6;
	color: black!important;
	border: #b8b8b8 solid 1px;

}

.breadcrumb a:after {
	
	background: #b8b8b8;
	box-shadow: 2px -2px 0 2px #f6f6f6, 3px -3px 0 2px #f6f6f6;
	border-radius: 0 5px 0 50px;
} 


.breadcrumb.flat a:hover:after{
	box-shadow: 2px -2px 0 2px #b8b8b8, 3px -3px 0 2px #b8b8b8;
	
	
} */


/*********************** FINE MODALITA BREADCRUMB GRIGIA ****************************/