﻿/*
   Eurosystem Variables (utilizzabili anche per ridefinire quelle di Boostrap)
*/
/* Dichiaro qui la larghezza massima del breakpoint xs, che non c'è in Bootstrap 3 ma solo in Bootstrap 4.
 * I riferimenti ai breakpoint si riferiscono a Bootstrap 4. */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*-------Dichiarazione colori utilizati in skin--------*/
/*
 * CSS For DotNetNuke Skin by bestdnnskins.com
 * Copyright 2014 By BESTDNNSKINS.COM
 */
/*--------- Global CSS Reset & Standards ----------*/
#Body {
  /* DNN In modalità  Amministratore forza 50px di margine alto all'elemento body della pagina aggiungendolo via js.
    Con la rivisitazione della struttura della skin, questo intervento non è necessario pertanto, senza entrare nelle
    logiche del framework utilizzo !important per sovrascrivere il comportamento della direttiva in-line */
  margin-top: 0 !important;
  background: #fff;
  padding: 0;
  color: #626262;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font: 1em normal 'Segoe UI', 'Clear Sans', Arial, sans-serif;
  color: #626262;
  line-height: 1em;
}
Body #Form {
  height: 100%;
}
/*** DEBUG ***/
body:before {
  content: "";
  display: none;
  z-index: 9999;
  top: 219px;
  left: 24px;
  width: 350px;
  height: 1px;
  position: fixed;
  background-color: #0abab5;
}
/*** DEBUG ***/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
  font-size: 1em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a img {
  border: 0;
}
img,
object,
embed {
  max-width: 100%;
}
[class^="map"] img,
[class*="map"] img,
[id^="map"] img,
[id*="map"] img,
[class^="Map"] img,
[class*="Map"] img,
[id^="Map"] img,
[id*="Map"] img,
table img {
  max-width: none !important;
}
.DNNAligncenter table {
  margin: 0 auto;
}
img {
  height: auto;
}
p {
  margin: 0 0 8px 0;
}
A,
A:link,
A:visited,
A:active {
  color: #33B2D7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
A:hover {
  color: #1c6277;
  text-decoration: none;
}
.color_bg {
  background: #33B2D7;
}
h1 {
  font-size: 2.8em;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #626262;
  font-weight: 600;
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
}
h2 {
  font-size: 2.4em;
  line-height: 1.5em;
  letter-spacing: 0;
  font-weight: 600;
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
}
h3 {
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #626262;
  font-weight: 600;
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
}
h4 {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0;
  margin-bottom: 3px;
  color: #626262;
  font-weight: 400;
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
}
.titoloEntita {
  font-size: 1.8em;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #33B2D7;
  font-weight: 600;
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
}
h4 + div {
  border: 0;
  color: #acacac;
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
  font-size: 1em;
}
.sottoTitoloEntita {
  border: 0;
  color: #33B2D7;
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
  font-size: 1em;
}
h5 {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #33B2D7;
  font-weight: 600;
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
}
h6 {
  font-size: 1.4em;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #33B2D7;
  font-weight: 600;
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
}
select:disabled {
  color: #979797;
}
/*Bootstrap Reset*/
[id^="ControlPanel"],
[id*="ControlPanel"],
[id^="ControlPanel"] *,
[id*="ControlPanel"] *,
[id^="ControlPanel"] *:after,
[id*="ControlPanel"] *:after,
.dnn_mact,
.dnn_mact *,
.dnn_mact *:before,
.dnn_mact *:after,
.dnnActionMenu,
.dnnActionMenu *,
.dnnActionMenu *:before,
.dnnActionMenu *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
[class^="RadAjaxPanel"] *,
[class*="RadAjaxPanel"] *,
[class^="Digital"] *,
[class*="Digital"] * {
  font-size: 0.9rem;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
ul.list-unstyled,
ol.list-unstyled,
ul.list-unstyled > li,
ol.list-unstyled > li {
  list-style: none;
  margin: 0;
}
ol,
ul {
  list-style: none;
}
ul li {
  list-style-type: disc;
}
ul li li {
  list-style-type: circle;
}
ol li {
  list-style-type: decimal;
}
.nav li {
  list-style: none !important;
  cursor: pointer;
}
a {
  outline: none !important;
  border: 0;
}
.btn-primary,
.btn-warning,
.btn-danger,
.btn-success,
.btn-info {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  line-height: 1.2em;
  height: 34px;
}
a.btn-primary {
  color: #ffffff;
  line-height: 1.4em;
}
button {
  cursor: pointer!important;
}
.btn-primary:focus,
.btn-primary:active:focus,
.btn-warning:focus,
.btn-warning:active:focus,
.btn-danger:focus,
.btn-danger:active:focus,
.btn-success:focus,
.btn-success:active:focus,
.btn-info:focus,
.btn-info:active:focus {
  outline: none;
  cursor: pointer;
}
.btn-primary {
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(51, 178, 215, 0.6);
  -webkit-box-shadow: 0 0 4px 0 rgba(51, 178, 215, 0.6);
  background-color: #33B2D7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-primary:hover {
  background-color: #b4e0ed;
  border-color: #b4e0ed;
  color: #1c6277;
}
.btn-primary:focus,
dnnPrimaryAction:focus {
  box-shadow: 0 0 4px 2px rgba(51, 178, 215, 0.6);
  -webkit-box-shadow: 0 0 4px 2px rgba(51, 178, 215, 0.6);
  background-color: #33B2D7;
  border-color: #33B2D7;
  outline: none;
}
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
  box-shadow: 0px 0px 4px 1px rgba(28, 98, 119, 0.6);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(28, 98, 119, 0.6);
  background-color: #b4e0ed;
  border-color: #b4e0ed;
  outline: none;
}
.btn-primary:disabled {
  border-radius: 4px;
  background-color: #f4f4f4;
  color: #aeaeae;
}
ul#myTab {
  padding: 0;
  margin: 0;
}
.panel-primary > .panel-heading h3 {
  color: #ffffff;
}
.panel-success > .panel-heading h3 {
  color: #468847;
}
.panel-warning > .panel-heading h3 {
  color: #c09853;
}
.panel-danger > .panel-heading h3 {
  color: #b94a48;
}
.panel-info > .panel-heading h3 {
  color: #3a87ad;
}
label {
  font-weight: 400;
  font-size: 0.85em;
  color: #202020;
}
.formEtichetta > label,
.fps-dropdownlist > label,
.formEtichetta > p > label,
.control-label,
.form-group > label {
  font-weight: 900;
  font-size: 0.85em;
  color: #202020;
}
.popover {
  border-radius: 0;
  z-index: 999;
  max-width: none;
}
h3.popover-title {
  padding: 8px 14px 0px 14px;
  background-color: #fff !important;
  border-bottom: none !important;
  font-size: 1.3em !important;
  color: #555 !important;
  font-weight: normal !important;
  font-family: 'Segoe UI', 'Clear Sans', Arial, Tahoma !important;
}
/*spacer styles*/
.pe-spacer {
  clear: both;
  display: block;
  margin: 0;
  min-height: 0 !important;
  padding: 0;
  width: 100%;
}
.pe-spacer.size10 {
  height: 10px;
}
.pe-spacer.size20 {
  height: 20px;
}
.pe-spacer.size30 {
  height: 30px;
}
.pe-spacer.size40 {
  height: 40px;
}
.pe-spacer.size50 {
  height: 50px;
}
.pe-spacer.size60 {
  height: 60px;
}
.pe-spacer.size70 {
  height: 70px;
}
.pe-spacer.size80 {
  height: 80px;
}
.pe-spacer.size90 {
  height: 90px;
}
.pe-spacer.size100 {
  height: 100px;
}
/*border styles*/
.left_border {
  border-left: 1px solid #e9e9e9;
}
.right_border {
  border-right: 1px solid #e9e9e9;
}
.top_border {
  border-top: 1px solid #e9e9e9;
}
.bottom_border {
  border-bottom: 1px solid #e9e9e9;
}
.Head {
  font-size: 1.3em;
  line-height: 1.3em;
}
.SubHead {
  font-size: 1.1em;
  line-height: 1.1em;
  font-family: 'Segoe UI', 'Clear Sans', 'Arial', 'Tahoma';
  padding-bottom: 10px;
}
th.SubHead span {
  font-size: 0.9em;
  font-weight: 600;
}
th.SubHead div {
  font-size: 0.9em;
  font-weight: 600;
}
.SubSubHead {
  font-size: 1.1em;
}
.Normal {
  font-size: 1em;
  line-height: 1em;
  font-family: 'Segoe UI', 'Clear Sans', 'Arial', 'Tahoma';
}
/* Ridefinisco qui lo stile dei link: se posizionati all'interno di un controllo jQuery (ad esempio i tab) perdono tutti gli stili di default. */
.NormalLink {
  font-size: 1.1em;
  line-height: 1.1em;
  font-family: 'Segoe UI', 'Clear Sans', 'Arial', 'Tahoma';
  color: #33B2D7;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.NormalLink:hover {
  color: #1c6277;
}
/* Classe per la lettura facilitata dei dati tabellari */
.EasyRead {
  background-color: #F1F1F1;
}
/* Stile per le ellissi di testo
   See https://css-tricks.com/almanac/properties/t/text-overflow/ */
.ellipsis {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* Classe utilizzata per evidenziare i moduli DNN al passaggio del cursore */
.ModuleHighlight {
  margin: -2px;
  border: 2px dashed #33B2D7;
}
.clearafter:after {
  clear: both;
  content: ".";
  height: 0px;
  font-size: 0em;
  visibility: hidden;
  display: block;
}
.clearafter {
  display: block;
}
.clear {
  clear: both;
}
.clear_float {
  clear: both;
  line-height: 0;
  font-size: 0em;
}
/*--------- Admin Settings Reset ----------*/
.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
  color: #000000;
  text-decoration: underline;
}
.FileManager A:hover {
  color: #000000;
  text-decoration: none;
}
.dnnActionMenu span {
  color: #000000 !important;
}
.ModuleTitle_SubMenu {
  z-index: 9999 !important;
}
.DnnModule {
  z-index: inherit;
}
.DnnModule-NemoConsole {
  margin-left: 15px;
}
.dnnSortable {
  min-height: 0;
}
.bs-docs-section .bs-example.bs-example-popover {
  z-index: 1;
}
/* Assegna alle tabelle delle pagine amministrative uno spazio vuoto fra le celle per migliorare la leggibilità */
.ModNemoDataViewerC table,
.ModNemoContainerC table {
  border-collapse: separate;
  border-spacing: 3px 2px;
}
/* Imposta il colore del testo dei bottoni disabilitati in modo da distinguerli meglio da quelli abilitati */
.ModNemoTextHtmlC button:disabled,
.ModDNNHTMLC button:disabled {
  color: #999;
}
/* Impone il colore del testo definito nello stile default.css per i menu amministrativi.
 * In caso contrario, il testo della voce di menu corrente è sempre bianco su bianco fino a che
 * l'utente non sposta il cursore su di esso (hover). */
ul.dnnAdminTabNav li a {
  color: #555 !important;
}
ul.dnn_mact {
  display: table;
}
.dnnSortable.ui-sortable,
.dnnSortable.ui-droppable {
  padding-left: 1px;
  padding-right: 1px;
}
/*--------- Breadcrumb style ----------*/
ul.navbar-nav > li.breadcrumb > a > span {
  color: #33B2D7;
}
ul.navbar-nav > li.breadcrumb > a > span:hover {
  color: #1c6277;
}
/*--------- SmartToolbarItem style ----------*/
.smartToolbarItemsContainer {
  display: inline-block;
  margin-right: 10px;
  float: right;
}
.smartToolbarItemsContainer > div {
  display: inline-block;
}
.smartToolbarItem > a:link,
.smartToolbarItem > a:visited,
.smartToolbarItem > a:focus {
  color: #FFF;
}
.smartToolbarItemsSeparator {
  display: inline-block;
  color: #FFF;
  margin-left: 5px;
  margin-right: 5px;
}
a.sbtItem1:link,
a.sbtItem1:visited,
a.sbtItem1:focus {
  margin-left: 0;
}
/*--------- Navbar style ---------*/
nav.navbar.adminBarOffset {
  margin-top: 50px;
}
nav.navbar {
  background-color: #f9f9f9;
}
ul.navbar-nav {
  padding-right: 0;
}
ul.navbar-nav > li > a > span {
  color: #444444;
  white-space: nowrap;
  font-size: 1.4em;
  font-weight: normal;
  /*padding:10px 8px;*/
  text-transform: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.navbar-nav > li > a > span:hover {
  color: #ffffff !important;
}
ul.navbar-nav > li > a > span:focus {
  color: #ffffff !important;
}
/* Vengono escluse dalle regole di stile le ancore con "role" pari a "tab",
   che si intendono essere schedari veri e propri. */
.nav > li > a:not([role="tab"]),
.nav > li > a:not([role="tab"]):link {
  text-decoration: none;
  background-color: transparent;
  display: inline-block;
  padding: 10px 8px;
  height: 46px;
  /*-webkit-transition-delay: 0.5s; /*Safari */
  /*transition-delay: 0.5s;*/
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav > li > a:not([role="tab"]):focus {
  color: #ffffff !important;
}
.nav > li > a:not([role="tab"]):hover {
  color: #ffffff !important;
  background-color: #33B2D7;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #337ab7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav > li > a.openMenuRight,
.nav > li > a.openMenuRight:link,
.nav > li > a.openMenuRight:visited,
.nav > li > a.openMenuRight:focus {
  padding-left: 0;
  display: none;
}
.navbar-toggle {
  clear: right;
  padding: 14px 10px 12px 10px;
}
.navbar-toggle .icon-bar {
  background-color: #444;
}
.navbar-toggle span {
  background-color: #F9F9F9;
}
.collapse.navbar-collapse {
  padding-top: 12px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #33B2D7;
}
.dropdown-menu {
  padding: 5px 0;
}
.navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.navbar-nav > li > .dropdown-menu A {
  font-size: 1.2em;
}
ul.nav.navbar-nav.root > li.breadcrumb > a:first-child:after {
  content: '';
  display: block;
  position: relative;
  left: 0px;
  height: 3px;
  margin: 3px 13px 0px 13px;
  background: #33B2D7;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  list-style: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    /* right: auto;
        left: 0;*/
    right: 0;
    left: auto;
  }
  .navbar-right > li:last-child .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1c6277;
  background-color: #b4e0ed;
}
/*--------- Login style ----------*/
.Login,
A.Login:link,
A.Login:visited,
A.Login:active {
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
  padding: 11px 0;
}
A.Login:hover {
  text-decoration: none;
  color: #33B2D7;
}
/* Contenitore etichette per nome utente e password */
.LoginPanel .dnnLabel {
  width: 0;
  text-align: left;
  padding-right: 0;
  margin-right: 0;
}
/* Etichette vuote usate da DNN per allineamento */
.LoginPanel .dnnFormItem label.dnnFormLabel {
  margin: 6px -3px 0px 0px;
  width: 0;
}
/* Etichette per nome utente e password */
.LoginPanel .dnnFormItem .dnnLabel label.dnnFormLabel {
  width: 100%;
}
/* Caselle di testo */
.LoginPanel .dnnFormItem input[type="text"],
.LoginPanel .dnnFormItem input[type="password"] {
  width: 220px;
}
/* Checkbox */
mark,
.mark {
  background-color: transparent;
  padding: 0;
}
.LoginPanel .dnnCheckbox {
  margin: 6px 1px 6px 0px !important;
}
/* Bottoni */
.LoginPanel .dnnFormItem a {
  min-width: 112px;
}
/* Centratura del pannello di login */
.dnnLogin {
  margin: 0 auto;
  width: 220px;
}
/* Non si usano etichette nel form di login */
.LoginPanel .dnnFormLabel {
  visibility: collapse;
  width: 0;
}
.LoginPanel .dnnFormItem {
  width: 220px;
}
.LoginPanel .LoginPanel {
  width: 220px;
  padding-right: 0;
}
/* Testo centrato per messaggio di richiesta cambio password */
.dnnPassword .dnnFormItem {
  text-align: center;
}
.dnnPassword fieldset {
  margin: 0;
}
.dnnPassword {
  margin-bottom: 76px;
}
.dnnPassword li {
  width: 100%;
  text-align: center;
}
.ModAuthenticationC .dnnFormMessage {
  max-width: none;
}
/* Stili relativi alla form di recupero password */
.dnnSendPassword .dnnActions {
  padding-left: 35.3% !important;
  margin-top: 0px !important;
}
.dnnSendPassword input {
  margin-bottom: 8px !important;
}
.dnnSendPassword .dnnPrimaryAction,
.dnnSendPassword .dnnSecondaryAction {
  min-width: 94px;
}
/* Correzioni all'aspetto degli editor HTML (valutare se toglierle dopo l'upgrade ad una versione successiva alla 7.3.3) */
/* In alcuni browser (ad esempio in Edge ma non in Chrome) gli elementi di questo tipo risultano avere la proprietà width impostata inline.
 * Sempre in Edge, la larghezza impostata non è sufficiente a contenere gli elementi del menù dell'editor.
 * Non c'è altra scelta che utilizzare la clausola !important per sovrascrivere questo comportamento. */
.reToolbar {
  width: inherit !important;
}
/* Anche qui trovo la larghezza minima impostata inline e non ho accesso ai sorgenti: uso !important solo dove strettamente necessario. */
.reWrapper {
  min-height: 326px !important;
  background-color: white !important;
}
.reWrapper > table {
  min-height: 142px;
  min-width: 550px;
}
/*--------- User style ----------*/
.User,
A.User:link,
A.User:visited,
A.User:active {
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  padding: 11px 6px 11px 6px;
}
A.User:hover {
  text-decoration: none;
  color: #2690af;
}
.User:after {
  content: " | ";
  padding-left: 5px;
  color: #fff;
}
/*--------- Footer style ----------*/
/*.Footer, A.Footer:link, A.Footer:visited, A.Footer:active { padding:0px 8px; color:#fff; font-size: 0.9em; text-decoration:none;float:right; }
A.Footer:hover { color:#33B2D7; text-decoration: none;}*/
.Footer,
A.Footer:link,
A.Footer:visited,
A.Footer:active,
A.Footer:hover {
  padding: 0 8px;
  color: #444;
  font-size: 0.9em;
  text-decoration: none;
}
.footer_right .Footer,
.footer_right A.Footer:link,
.footer_right A.Footer:visited,
.footer_right A.Footer:active,
.footer_right A.Footer:hover {
  float: right;
}
.FooterLeft {
  float: right;
}
/**************************************************/
/* Definizione stili per pagina con menu laterale */
/**************************************************/
#menu-toggle {
  min-width: 37px;
  margin-left: -4px;
  border-left: 0px solid #fff;
  color: #fff;
  background-color: transparent;
  border: 0px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0px;
  z-index: 2000;
  vertical-align: baseline;
  padding: 0;
}
#menu-toggle > i {
  font-family: "FontAwesome";
  font-style: normal;
}
#menu-toggle > i:before {
  color: #F9F9F9;
  content: "\f0c9";
}
#menu-toggle.toggled {
  background-color: #F9F9F9;
  left: 0px;
}
#menu-toggle.toggled > i:before {
  color: #fff;
  content: "\f0c9";
}
#menu-toggle.toggled:hover,
#menu-toggle:hover {
  border-color: #33B2D7;
}
#wrapper {
  /*** MUST COVER ENTIRE BODY ***/
  bottom: 10px;
  top: 10px;
  width: 100%;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 250px;
}
#sidebar-wrapper {
  padding-top: 8px;
  padding-bottom: 100px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #AEAEAE;
  z-index: 900;
  position: fixed;
  left: 250px;
  width: 0;
  top: 125px;
  bottom: 0px;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 8px #AEAEAE;
  -webkit-box-shadow: 0px 0px 8px #AEAEAE;
}
#sidebar-wrapper.sidebar-wrapper-adminMode {
  top: 175px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}
.page-content-wrapper {
  width: 100%;
}
#LeftPane {
  position: absolute;
  top: 20px;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contentPanePadding {
  padding-left: 22px;
  padding-top: 0px;
}
/* Sidebar Styles */
.nav > li.open > a:first-child {
  background-color: #33B2D7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav > li.open > a:first-child > span {
  color: #fff;
}
.container-fluid.fakeNavbar {
  height: 95px;
}
.container-fluid.fakeNavbar .row {
  position: relative;
  margin-top: 24px;
}
DIV.smartToolbarItemsContainer .styled-pInfo.smartToolbarItemsSeparator {
  margin-top: 0;
}
DIV.smartToolbarItemsContainer a.styled-pInfo[class^="sbtItem"],
DIV.smartToolbarItemsContainer a.styled-pInfo[class^="stbItem"],
DIV.smartToolbarItemsContainer a.styled-pInfo[class*=" sbtItem"],
DIV.smartToolbarItemsContainer a.styled-pInfo[class*=" stbItem"] {
  font-size: 1em;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0 0;
}
/******************************************/
/*              SPERIMENTALE              */
/******************************************/
/*** CORREZIONI jQuery UI ***/
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: 0;
  bottom: 0;
  background-position: -83px -227px;
}
DIV.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  min-height: 33px;
  font-weight: normal;
}
DIV.ui-dialog .ui-dialog-title {
  padding: 0 0 9px 0;
  margin: 7px 7px 0 7px;
  float: left;
  font-weight: normal;
  font-size: 17px;
  font-family: 'Segoe UI', 'Clear Sans', Arial, Tahoma;
  color: #fff;
}
.dnnFormPopup .ui-dialog-titlebar {
  font-size: 1.1em;
}
.dnnFormPopup .dnnModalCtrl > .ui-dialog-titlebar-close,
.dnnFormPopup .dnnModalCtrl > .ui-dialog-titlebar-close:hover,
.dnnFormPopup .dnnModalCtrl > .ui-dialog-titlebar-close:focus,
div.ui-dialog-titlebar > .ui-dialog-titlebar-close,
div.ui-dialog-titlebar > .ui-dialog-titlebar-close:hover,
div.ui-dialog-titlebar > .ui-dialog-titlebar-close:focus {
  display: block;
  position: relative;
  float: right;
  top: 0 !important;
  right: 0;
  padding: 0 0 0 0;
  margin: 8px 7px 8px 7px;
  height: auto;
  width: auto;
  overflow: hidden;
  background: transparent !important;
  background-position: center !important;
  border: none;
  text-indent: 0;
  min-width: 0 !important;
  outline: none;
}
.dnnFormPopup .dnnModalCtrl > .ui-dialog-titlebar-close:after,
div.ui-dialog-titlebar > .ui-dialog-titlebar-close:after {
  content: "\f00d";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 19px;
  color: #fff;
}
.ui-dialog {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.dnnFormPopup .dnnModalCtrl {
  display: block;
  position: relative;
  float: right;
  right: 0;
  width: auto;
  height: auto;
  top: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.dnnFormPopup .dnnModalCtrl a.dnnToggleMax {
  float: left;
  display: block;
  height: auto;
  width: auto;
  margin: 0 0 0 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  background-position: center;
  text-indent: 0;
}
.dnnFormPopup .dnnModalCtrl a.dnnToggleMax:hover {
  background: inherit;
  background-position: inherit;
}
.dnnFormPopup .dnnModalCtrl a.dnnToggleMax span {
  display: none;
}
.dnnFormPopup .dnnModalCtrl a.dnnToggleMax:after {
  content: "\f065";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin: 8px 7px 8px 7px;
}
.popover .container,
.popover .container-fluid {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
}
.smartToolbarItemPanel {
  width: auto;
}
/**************************************************/
/*              Custom Media Queries              */
/**************************************************/
/**** Mobile First Method ****/
@media only screen and (min-width: 320px) {
  /* Custom, iPhone Retina 		*/
}
@media only screen and (min-width: 480px) {
  /* Extra Small Devices, Phones 	*/
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  /* Small Devices, Tablets 		*/
  #menu-toggle {
    border: 0px solid transparent;
    left: 0px;
  }
  #menu-toggle > i:before {
    color: #fff;
    content: "\f0c9";
  }
  #menu-toggle.toggled {
    border: 0px solid transparent;
    background-color: transparent;
    left: 0px;
  }
  #menu-toggle.toggled > i:before {
    color: #fff;
    content: "\f0c9";
  }
  #menu-toggle.toggled:hover,
  #menu-toggle:hover {
    border-color: #33B2D7;
  }
  #wrapper {
    padding-left: 250px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 250px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  .page-content-wrapper {
    position: relative;
  }
  #wrapper.toggled .page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* Medium Devices, Desktops 	*/
  /* MENU LATERALE */
  #menu-toggle > i:before {
    color: #fff;
    content: "\f0c9";
  }
  #menu-toggle.toggled {
    border-color: #33B2D7;
    background-color: #33B2D7;
    left: 0px;
  }
  #menu-toggle.toggled > i:before {
    color: #fff;
    content: "\f0c9";
  }
  #wrapper {
    padding-left: 250px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 250px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  .page-content-wrapper {
    position: relative;
  }
  #wrapper.toggled .page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
  /* MENU LATERALE */
  .smartToolbarItemPanel {
    width: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  /* Large Devices, Wide Screens */
}
/**** Non-Mobile First Method ****/
@media only screen and (max-width: 1200px) {
  /* Large Devices, Wide Screens */
  .footerLeftBlock,
  .footerRightBlock {
    text-align: center;
  }
  .footerLeftBlockContainer,
  .footerRightBlockContainer {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  /* Override comportamento menu bootstrap */
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
    overflow: auto !important;
  }
  .collapse.navbar-collapse {
    padding-top: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  ul.navbar-right > li:first-child > a:first-child,
  ul.navbar-right > li:first-child > a:link:first-child,
  ul.navbar-right > li:first-child > a:hover:first-child,
  ul.navbar-right > li:first-child > a:focus:first-child {
    padding-left: 8px;
  }
  ul.nav.navbar-nav.root > li.breadcrumb > a:first-child:after {
    display: none;
  }
  /* Override comportamento menu bootstrap */
}
/* Override comportamento in stampa di bootstrap */
@media print {
  a[href]:after {
    content: none !important;
  }
}
/* INIZIO stili necessari per adeguare le dropdownlist all'aspetto di quelle delle app In.De.*/
.fps-dropdownlist select {
  border: 1px solid #111;
  background: transparent;
  width: 100%;
  min-width: 150px;
  padding: 0 54px 0 5px;
  font-size: 16px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/ddl/select_arrow.png) no-repeat #ffffff;
  background-position: right;
  background-size: 54px 34px;
  transition: all 0.4s;
  cursor: pointer;
}
.fps-dropdownlist select::-ms-expand {
  display: none;
  /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}
.fps-dropdownlist select:hover,
.fps-dropdownlist select.hover,
.fps-dropdownlist select:active,
.fps-dropdownlist select.active {
  border-color: #BDE0ED;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  background: url(images/ddl/select_arrow_hover.png) no-repeat #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(50, 178, 215, 0.6);
  background-position: right;
  background-size: 54px 34px;
  cursor: pointer;
}
.fps-dropdownlist select:focus,
.fps-dropdownlist select.focus {
  border-color: #cccccc;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  background: url(images/ddl/select_arrow_focus.png) no-repeat #ffffff;
  background-position: right;
  background-size: 54px 34px;
  cursor: pointer;
}
.form-control {
  background-image: url(images/ddl/select_arrow.png) no-repeat #ffffff;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}
::-moz-selection {
  background: #33B2D7 !important;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #33B2D7 !important;
  color: #fff;
  text-shadow: none;
}
/* FINE stili necessari per adeguare le dropdownlist all'aspetto di quelle delle app In.De.*/
@media only screen and (max-width: 768px) {
  /* Small Devices, Tablets */
}
@media only screen and (max-width: 480px) {
  /* Extra Small Devices, Phones */
}
@media only screen and (max-width: 320px) {
  /* Custom, iPhone Retina */
}
/* Nascosto l'omonimo stile di DNN7 [Flavio] */
/* Required Fields */
.required label:after,
legend.required:after {
  display: none;
}
/*checkbox*/
input[type="radio"],
input[type="checkbox"] {
  margin: 2px;
}
/*Modifica al loader di accesso*/
.raDiv {
  background-image: url('images/loadingSkinSkyline3.gif') !important;
}
/* Stile necessario a far comparire il popup di selezione data di bootstrap-datetimepicker sopra la barra di navigazione di FPS */
.bootstrap-datetimepicker-widget {
  z-index: 1040;
}
/*Sfondo nelle ricerche*/
.bg-group {
  background-color: #fff !important;
  border-bottom: 0px solid #ddd;
  padding-bottom: 12px;
}
.esRowFiltroSErp > .bg-group {
  border-bottom: 0px solid #ddd !important;
  padding-bottom: 12px !important;
}
.esRowOpzioniFiltroSErp {
  width: 400px;
  margin: 0 auto;
}
.esButtonFiltroSErp {
  transform: translateY(-6px);
}
/* Tolta la X nel campo input text di IE*/
.someinput::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-clear {
  display: none;
}
/*Eliminare elementi del footer con device piccoli*/
@media only screen and (max-width: 768px) {
  .footerRightBlockContainer {
    display: none;
  }
}
.SenseSearchBoxDropDownList {
  border: 1px solid #111;
  background: transparent;
  width: 100%;
  min-width: 260px;
  padding: 0 20px 0 10px;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/FPS/Portals/_default/Skins/FPS3/images/ddl/select_arrow.png) no-repeat #ffffff;
  background-size: 54px 34px;
  background-position: right;
  transition: all 0.4s;
}
/*Freccia per tornare in cima alla pagina*/
#to_top {
  width: 46px;
  height: 46px;
  float: right;
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  z-index: 2000;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  background-color: #33B2D7;
  border-radius: 46px;
  -moz-border-radius: 46px;
  -webkit-border-radius: 46px;
  transition: background ease-in 200ms;
  -moz-transition: background ease-in 200ms;
  -webkit-transition: background ease-in 200ms;
  -o-transition: background ease-in 200ms;
  -ms-transition: background ease-in 200ms;
  box-shadow: 0px 0px 4px 1px rgba(50, 178, 215, 0.8);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(50, 178, 215, 0.8);
}
#to_top:hover {
  box-shadow: 0 0 6px 2px rgba(180, 224, 237, 0.7);
  -webkit-box-shadow: 0 0 6px 2px rgba(180, 224, 237, 0.7);
  background-color: #b4e0ed;
  border-color: #b4e0ed;
}
#to_top:focus,
#to_top:active {
  background-color: #1c6277;
  border-color: #1c6277;
  box-shadow: 0 0 4px 3px rgba(51, 178, 215, 0.6);
  -webkit-box-shadow: 0 0 4px 3px rgba(51, 178, 215, 0.6);
}
#to_top:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  margin: -2px 0 0 -6px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#to_top:hover::before {
  border-top: 2px solid #1c6277;
  border-left: 2px solid #1c6277;
}
#to_top:focus::before,
#to_top:active::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
/* Margine inferiore delle tabelle per avvicinare icone */
.table {
  margin-bottom: 10px;
}
/*Loginpage*/
.loginmodule {
  background-color: #F9F9F9;
  margin-top: 30px;
}
.loginmodule:after {
  content: "";
  /* This is necessary for the pseudo element to work. */
  display: block;
  /* This will put the pseudo element on its own line. */
  margin: 0 auto;
  /* This will center the border. */
  width: 85%;
  /* Change this to whatever width you want. */
  padding-top: 10px;
  /* This creates some space between the element and the border. */
  border-bottom: 2px solid #33B2D7;
  /* This creates the border. Replace black with whatever color you want. */
}
.loginmodule:before {
  content: "";
  /* This is necessary for the pseudo element to work. */
  display: block;
  /* This will put the pseudo element on its own line. */
  margin: 0 auto;
  /* This will center the border. */
  width: 85%;
  /* Change this to whatever width you want. */
  border-bottom: 2px solid #33B2D7;
  /* This creates the border. Replace black with whatever color you want. */
}
.loginpagetext {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .loginpagetext {
    margin-top: 30px;
    display: none;
  }
  .loginpageempty {
    margin-top: 30px;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .loginpagetext {
    display: none;
  }
}
.loginpageempty {
  margin-top: 30px;
}
.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
  padding: 8px 5px 8px 5px;
}
.LoginPanel {
  padding-right: 0;
}
.userPreferencesCol .panel-heading {
  color: #186c84;
  background-color: #aee7f8;
  border-color: #ddd;
  border-bottom: none;
}
A.nolink,
A.nolink:link,
A.nolink:visited,
A.nolink:active {
  color: #555;
}
.es-asyncmanager-refresh {
  font-style: italic;
  border: none;
  box-shadow: 0px 0px 4px 1px rgba(50, 178, 215, 0.4);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(50, 178, 215, 0.4);
  font-family: 'Segoe UI', 'Clear Sans', Arial, sans-serif;
}
.es-asyncmanager-refresh:before {
  margin-right: 0.4em;
  font-family: "FontAwesome";
}
/* Stili a supporto dei portali migrati da FPS 2 */
/* La clausola important è dovuta a classi DNN preesistenti. */
.fpsSelectorPane.dnnSortable {
  min-height: auto !important;
}
#skin_wrapper.noMenu:before {
  min-height: auto;
}
/* FINE Stili a supporto dei portali migrati da FPS 2 */
.dropdown-toggle.dnnSecondaryAction {
  margin-bottom: 0;
}
.actionMenuEdit li span {
  white-space: normal;
  padding-right: 18px;
}
/* Stili personalizzati accordion jQuery */
h7 {
  outline: none;
}
#accordion .ui-accordion-header {
  border: 1px solid #33B2D7;
}
#accordion .ui-accordion-header:not(.ui-state-active) {
  background: #33B2D7 url(css/jquery-ui/images/ui-bg_flat_0_33B2D7_40x100.png) 50% 50% repeat-x;
  color: white;
}
#accordion .ui-accordion-header:not(.ui-state-active) .ui-icon {
  background-image: url(css/jquery-ui/images/ui-icons_ffffff_256x240.png);
}
/* FINE Stili personalizzati accordion jQuery */
/* Stile del dittaselector aggiornata per dropdownlist*/
span.styled-pInfo.titleDittaSelector {
  color: #fff;
  line-height: 1em;
  opacity: 0.6;
}
.dropdownDittaSelector {
  padding: 0 40px 0 0.2em;
  border: 0px solid #cccccc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/ddl/arrow_down.png) no-repeat transparent;
  background-position: right;
  transition: all 0.4s;
  outline: 0;
  color: #fff;
  background-color: transparent;
  line-height: 22px;
  margin-top: -4px;
  font-size: 1.1em;
}
.dropdownDittaSelector option {
  color: #555 !important;
  background-color: #fff !important;
}
.dropdownDittaSelector::-ms-expand {
  display: none;
  /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}
.dropdownDittaSelector:hover,
.dropdownDittaSelector.hover,
.dropdownDittaSelector:active,
.dropdownDittaSelector.active,
.dropdownDittaSelector:focus,
.dropdownDittaSelector.focus {
  outline: 0;
  background: url(images/ddl/arrow_down.png) no-repeat transparent;
  background-position: right;
}
.titleDittaSelector {
  display: inline-block;
}
.titleDittaSelector span {
  font-size: 0.8em;
}
/*------Fine ditta selector--------*/
/*Stile per far allineare a dx il dittaselector su device piccoli e per elidere o eliminare il titolo della pagina*/
@media only screen and (max-width: 767px) {
  .titleDittaSelector {
    display: none!important;
  }
}
@media only screen and (max-width: 575px) {
  .smartToolbarItemsContainer {
    display: inline-block;
    float: right;
  }
  .pre_defined_color > a.styled-pInfo:link {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 575px) {
  .smartToolbarItemsContainer {
    display: block;
    float: right;
  }
  .pre_defined_color > a.styled-pInfo:link {
    display: none;
  }
  .dropdownDittaSelector {
    line-height: 1em;
    font-size: 14px;
  }
}
/*--------Fine-------*/
/*------------Stile per spostare logo in basso quando si è su device piccoli----------*/
@media only screen and (max-width: 767px) {
  #dnn_dnnLOGO_hypLogo {
    top: 45px;
    left: 18px;
  }
}
/*-----------Stile input e checkbox---------------*/
input[type="radio"] {
  margin-top: 0px !important;
  width: 18px;
  height: 18px;
  line-height: normal;
  -webkit-appearance: none;
  appearance: none;
  border-width: 0;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 24px;
  box-sizing: border-box;
  box-sizing: content-box;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"]:checked {
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 10px #34B2D7;
  -moz-box-shadow: inset 0px 0px 0px 10px #34B2D7;
  box-shadow: inset 0px 0px 0px 5px #34B2D7;
  border: 1px solid #fff;
}
@media not all and (min-resolution: 0.001dpcm) {
  input[type="radio"]:checked {
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 10px #34B2D7;
    -moz-box-shadow: inset 0px 0px 0px 10px #34B2D7;
    box-shadow: inset 0px 0px 0px 5px #34B2D7;
  }
}
input[type="radio"]:disabled:checked {
  background-color: #F2F2F2;
  -webkit-box-shadow: inset 0px 0px 0px 10px #d8d8d8;
  -moz-box-shadow: inset 0px 0px 0px 10px #d8d8d8;
  box-shadow: inset 0px 0px 0px 5px #d8d8d8;
}
input[type="radio"]:disabled {
  background-color: #F2F2F2;
}
input[type="radio"]:focus,
input[type="radio"]:active {
  outline: 0 none;
  -webkit-box-shadow: inset 0px 0px 0px 10px #34B2D7, 0px 0px 6px 2px #33B2D7;
  -moz-box-shadow: inset 0px 0px 0px 10px #34B2D7, 0px 0px 6px 2px #33B2D7;
  box-shadow: inset 0px 0px 0px 5px #34B2D7, 0px 0px 6px 2px #33B2D7;
  border: 1px solid #fff;
}
input[type="checkbox"] {
  margin-top: 0px!important;
  margin-bottom: 0px;
  margin-right: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-width: 0px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-sizing: border-box;
  box-sizing: content-box;
  transition: all 0.3s linear;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input[type="checkbox"]:checked {
  background-color: #34B2D7;
  border: 1px solid #34B2D7;
  background-image: none;
}
input[type="checkbox"]:checked::after {
  color: #fff;
  content: "\f00C";
  font-weight: 400;
  font-family: "FontAwesome";
  left: 1px;
  top: -4px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}
input[type="checkbox"]:disabled {
  background-color: #F2F2F2;
  border: 1px solid #d8d8d8;
  content: "\f096";
  font-family: "Font Awesome 5 Pro";
}
input[type="checkbox"]:focus {
  outline: 0 none;
  box-shadow: none;
}
.checkbox label input {
  margin-left: -28px !important;
}
/*-------------- Fine -----------------*/
/*-------------- Pannello Dati aggiornati -----------------*/
#dnn_ctl04_updatePanel {
  background-color: #fafafa;
  padding: 12px;
  font-style: italic;
  font-size: 0.85em;
}
#dnn_ctl04_spanOperazioniCompletate {
  margin-left: 16px;
}
#dnn_ctl04_spanOperazioniCompletate:hover,
#dnn_ctl04_spanOperazioniCompletate:active {
  box-shadow: 0px 0px 4px 1px rgba(50, 178, 215, 0.8);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(50, 178, 215, 0.8);
  background-color: rgba(50, 178, 215, 0.4);
  color: #33B2D7;
}
/*-------------- Fine ----------------*/
/*-------------- Stile title (tooltip) -----------------*/
title {
  color: red;
}
/*-------------- Fine -----------------*/
/*-------------Bottoni btn-default--------*/
.btn-default {
  border-radius: 4px;
  box-shadow: 0 0 6px 0 #dadada;
  -webkit-box-shadow: 0 0 6px #dadada;
  border: solid 1px #dadada;
  color: #626262;
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  line-height: 1.4em;
}
.btn-default:focus {
  box-shadow: 0 0 6px 3px rgba(180, 224, 237, 0.9);
  -webkit-box-shadow: 0 0 6px 3px rgba(180, 224, 237, 0.9);
  border: solid 1px #33b2d7;
  background-color: #ffffff;
  color: #33b2d7;
  outline: none;
}
.btn-default:hover {
  box-shadow: 0 0 6px 2px rgba(180, 224, 237, 0.7);
  -webkit-box-shadow: 0 0 6px 2px rgba(180, 224, 237, 0.7);
  background-color: #33b2d7;
  border-color: transparent;
  color: #fff;
}
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus {
  box-shadow: 0 0 4px 3px rgba(28, 98, 119, 0.7);
  -webkit-box-shadow: 0 0 4px 3px rgba(28, 98, 119, 0.7);
  background-color: #1c6277;
  border-color: #1c6277;
  color: #fff;
  outline: none;
}
.btn-default:disabled {
  border: solid 1px #aeaeae;
  background-color: #f4f4f4;
  color: #aeaeae;
}
.form-group > .btn-default {
  height: 34px;
}
/*-------------Fine-----------------*/
/*--------Label nessun risultato------------*/
.noDataLabel {
  font-weight: 600;
  font-size: 0.8em;
  color: #333;
  display: block;
  margin-bottom: 48px;
}
/*------------Fine-------------*/
/*-----------Comportamento form control ------------*/
.form-control:focus {
  border-color: #b4e0ed;
  outline: 0;
  -webkit-box-shadow: 0 0 4px 1px rgba(28, 98, 119, 0.6);
  box-shadow: 0 0 4px 1px rgba(28, 98, 119, 0.6);
}
/*------------Fine-------------*/
/*-------------Nemo settings, icona su titolo */
.nemo-settings {
  border: 0px solid #fff;
  box-shadow: none;
}
.nemo-settings:hover {
  background-color: transparent;
  box-shadow: none;
}
.nemo-settings:focus {
  background-color: transparent;
}
.nemo-settings:active,
.nemo-settings:active:hover,
.nemo-settings:active:focus {
  background-color: transparent;
  box-shadow: none;
  color: #1c6277;
}
/*---------Animazioni e interazioni----------*/
/*.fa-cog:hover, .fa-cog:focus{
        -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }*/
/*---------DNN Buttons----------*/
.dnnPrimaryAction,
a.dnnPrimaryAction {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(51, 178, 215, 0.6);
  -webkit-box-shadow: 0 0 4px 0 rgba(51, 178, 215, 0.6);
  background-color: #33B2D7;
  color: #ffffff;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.9em;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 9px;
  min-width: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: none;
}
.dnnPrimaryAction:active,
a.dnnPrimaryAction:active,
.dnnPrimaryAction:active:hover,
a.dnnPrimaryAction:active:hover,
.dnnPrimaryAction:active:focus,
a.dnnPrimaryAction:active:focus {
  box-shadow: 0px 0px 4px 2px rgba(28, 98, 119, 0.6);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(28, 98, 119, 0.6);
  background-color: #1c6277;
  border-color: #1c6277;
  background-image: none;
  outline: none;
}
.dnnPrimaryAction:hover,
a.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover {
  box-shadow: 0 0 6px 2px rgba(180, 224, 237, 0.7);
  background-color: #b4e0ed;
  border-color: #b4e0ed;
  color: #1c6277;
  background-image: none;
}
.dnnPrimaryAction:focus,
a.dnnPrimaryAction:focus {
  box-shadow: 0 0 4px 2px rgba(51, 178, 215, 0.7);
  -webkit-box-shadow: 0 0 4px 2px rgba(51, 178, 215, 0.7);
  background-color: #33B2D7;
  border-color: #33B2D7;
  background-image: none;
  outline: none;
}
.dnnPrimaryAction:active:focus {
  box-shadow: 0 0 4px 2px rgba(28, 98, 119, 0.7);
  background-color: #1c6277;
  border-color: #1c6277;
  background-image: none;
  color: #fff;
  outline: none;
}
.btn-primary:disabled {
  background-color: #f4f4f4;
  color: #aeaeae;
  background-image: none;
}
/*---------Secondary Action-------------------*/
.dnnSecondaryAction,
a.dnnSecondaryAction {
  text-decoration: none;
  padding: inherit;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #898989;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.9em;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 9px;
  min-width: 40px;
  color: #626262;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: none;
}
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);
  border: solid 1px #9b9b9b;
  background-color: #9b9b9b;
  background-image: none;
  color: #fff;
}
.dnnSecondaryAction:focus,
a.dnnSecondaryAction:focus {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
  border: solid 1px #898989;
  background-color: #fff;
  outline: none;
  background-image: none;
}
.dnnSecondaryAction:focus:hover,
a.dnnSecondaryAction:focus:hover {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
  border: solid 1px #898989;
  background-color: #fff;
  color: #626262;
  outline: none;
  background-image: none;
}
.dnnSecondaryAction:active,
.dnnSecondaryAction:active:hover,
.dnnSecondaryAction:active:focus,
.dnnSecondaryAction:active,
a.dnnSecondaryAction:active {
  outline: none;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
  background-color: #898989;
  border-color: #898989;
  color: #fff;
  background-image: none;
}
.dnnPrimaryAction.disabled,
.dnnSecondaryAction.disabled {
  border: solid 1px #aeaeae;
  background-color: #f4f4f4;
  color: #aeaeae;
  background-image: none;
}
.dnnLoginService .dnnPrimaryAction {
  padding-left: 6px;
  padding-right: 6px;
}
/*--------Adeguamento provvisorio bottoni di recupero password su pannello login---------*/
.dnnLoginActions ul li .dnnSecondaryAction {
  text-decoration: none;
  padding: inherit;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: right;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid #898989;
  white-space: nowrap;
  padding: 0;
  font-size: 0.9em;
  line-height: 0.8em;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 9px;
  min-width: 40px;
  color: #33B2D7;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: none;
}
.dnnLoginActions ul li .dnnSecondaryAction:hover {
  color: #1c6277;
}
.dnnLoginActions ul li .dnnSecondaryAction:focus,
.dnnLoginActions ul li .dnnSecondaryAction:focus:hover {
  box-shadow: none;
  background-color: inherit;
  border: inherit;
}
/* Sovrascrittura stile progress bar jquery-ui */
.ui-progressbar.ui-widget-content {
  background: url('../../../../DesktopModules/Eurosystem.DNN.Nemo/images/wait.gif') no-repeat;
  border: none;
  box-shadow: none;
}
.ui-progressbar.ui-widget-content .ui-progressbar-value {
  border: none;
}

/*Classe aggiunta per fissare la barra di ricerca sense e del chatbot sulla toolbard*/
div.popover.fade.bottom.in {
    position: fixed;
}