* {
    box-sizing: border-box;
}

img {
    max-width: inherit;
}

html, body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    min-width: 280px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
    background: #ffffff;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
    visibility: hidden;
}

p {
    line-height: inherit;
    margin-bottom: 0px;
    font-size: inherit;
}

a {
    color: #3496c6;
    text-decoration: none;
}

a:hover {
    color: #CCCCCC;
    text-decoration: none;
}

a.js_link {
    color: #3496C6;
}

a.js_link:hover {
    color: #CCCCCC;
}

div.containerAll {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0 0 100px;
    position: relative;
}

div#header div#sopraMenu,
.titoloForum,
div.container {
    margin: 0 auto;
    max-width: 1100px;
}

div#header {
    margin: auto;
    text-align: center;
    min-height: 78px;
    background: #309dcf; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwOWRjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzMzOTljYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NzdjOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #309dcf 0%, #3399ca 50%, #477c9f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #309dcf), color-stop(50%, #3399ca), color-stop(100%, #477c9f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #309dcf 0%, #3399ca 50%, #477c9f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #309dcf 0%, #3399ca 50%, #477c9f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #309dcf 0%, #3399ca 50%, #477c9f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #309dcf 0%, #3399ca 50%, #477c9f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#309dcf', endColorstr='#477c9f', GradientType=0); /* IE6-8 */
    color: #ffffff;
}

div#header div#sopraMenu {
    padding: 0 10px;
    text-align: left;
}

div#header .logo {
    float: left;
    padding: 0;
    margin: 17px 0 0;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
}

div#header .logo a {
    color: inherit;
}

div#header ul.nav {
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    list-style: none;
    font-size: 0;
}

div#header ul.nav li {
    display: inline;
    display: inline-block;
    margin: 25px 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #fff;
}

div#header ul.nav li:last-of-type {
    padding-right: 10px;
    border-right: 1px solid #fff;
}

div#header ul.nav li a {
    padding: 0;
    margin: 0;
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

div#header ul.nav li a:hover {
    color: #CCC;
}

div#header ul.nav li a.disabilitato {
    display: none;
}

#menu ul {
    display: none;
}

#menu li:hover > ul {
    display: block;
    left: auto;
    z-index: 2000;
}

div#header img.imgHome {
    margin: 0px;
    padding: 0px;
    margin-top: -17px;
}

div.container {
    background-repeat: repeat-x;
    text-align: center;
    height: 100%;
}

div.container div#interno {
    border: 0px solid #000;
    border-top: 0px solid #d7d7d7;
    margin: 0 10px;
    font-size: 12px;
    background-color: #FFF;
    line-height: 22px;
}

div.container div#interno .benvenuti {
    font-size: 20px;
    margin-top: 10px;
}

div#contentBasso {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bannerSanServolo {
    width: 100%;
    margin: auto;
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    border: 1px solid #eaeaea;
}

.box-sezione {
    padding: 20px 0px;
}

.bannerSanServolo img {
    float: left;
    margin-right: 20px;
}

div.container div#interno div#internoLeft {
    width: 23%;
    float: left;
    padding: 0;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
}

div.container div#interno div#internoRight {
    width: 75%;
    float: right;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    text-align: left;
    overflow: hidden;
}

@media screen and (max-width: 800px) {
    div.container div#interno div#internoLeft,
    div.container div#interno div#internoRight {
        width: 100%;
        float: none;
        padding: 0;
    }
}

.menuLeft ul {
    margin: 0px;
    padding: 0px;
}

.menuLeft ul li {
    list-style: none;
    background-color: #e1e1e1;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #eeeeee;
    background: #ffffff; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0); /* IE6-8 */
    font-size: 14px;
}

.menuLeft ul li.disattivo {
    cursor: default;
    background: none;
    filter: none;
    background-color: #f5f5f5;
}

.menuLeft ul li.disattivo:hover {
    cursor: default;
    background-color: #f5f5f5;
}

.menuLeft ul li.disattivo a {
    cursor: default;
    color: silver;
}

.menuLeft ul li a {
    display: block;
    padding: 16px 8px;
    padding-right: 3px;
    color: #206e94;
}

.menuLeft ul li a:hover {
    color: #c1c1c1;
}

.menuLeft ul li img {
    position: absolute;
    margin-left: 210px;
}

.menuLeft > ul > li.aperto, .menuLeft > ul > li.Attivo {
    background: none;
    filter: none;
    background-color: #3496c6;
}

.menuLeft > ul > li.aperto > a {
    color: #ffffff;
}

.menuLeft > ul > li.Attivo > a {
    font-weight: bold;
    color: #ffffff;
}

.menuLeft > ul > li > ul > li.Attivo > a {
    font-weight: bold;
}

.menuLeft ul li ul li {
    background: none;
    background-color: #3496c6;
    filter: none;
    border-bottom: 0px;
}

.menuLeft ul li ul li a {
    display: block;
    padding: 4px;
    padding-right: 3px;
    padding-left: 30px;
    color: #ffffff;
}

.menuLeft ul li ul li a img {
    display: none;
}

div.container div#interno .bloccoLogin {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 5px;
    background-color: #dae6ee;
    margin-top: 0px;
    line-height: 14px;
}

:-moz-placeholder {
    color: #969696;
}

div.container div#interno .bloccoLogin form {
    margin: auto;
    padding: 5px;
    padding-bottom: 5px;
}

div.container div#interno .bloccoLogin h2 {
    color: #000000;
    margin: 0px;
    padding: 10px;
    font-weight: normal;
    padding: 2px;
    font-size: 14px;
    padding-top: 8px;
}

div.container div#interno .bloccoLogin label {
    margin-right: 5px;
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
    width: 70px;
    display: inline-block;
}

div.container div#internoFull div.formRegistrazione input, div.container div#internoFull div.formRegistrazione textarea, div.container div#internoFull div.formRegistrazione select, div.container div#internoFull div.formRegistrazione .uneditable-input {
    width: inherit;
}

input, textarea, select, .uneditable-input {
    width: 130px;
    padding: 5px;
}

input[type="text"],
textarea,
select,
.uneditable-input,
input[type="password"] {
    margin-bottom: 1px;
    font-family: Tahoma;
    background: #ffffff;
    border-color: #C1C1C1;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    font-size: 13px;
}

div.container div#interno .bloccoLogin input[type="text"], div.container div#interno .bloccoLogin input[type="password"] {
    font-size: 12px;
}

input[type=button], button, input[type=submit] {
    margin-bottom: 0px;
    min-height: 20px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    color: #000000;
    width: auto;
    margin-top: 10px;
}

div.container div#interno p.dimenticato {
    margin-top: 0px;
    font-size: 10px;
}

div.container div#interno p.dimenticato a {
    color: #787878;
    text-decoration: none;
}

div.container div#interno p a:hover {
    color: #CCCCCC;
}

div.container div#interno div#internoLeft h3 {
    color: #ba202a;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.container div#interno div#internoLeft p.testo {
    padding-left: 20px;
}

div.container div#interno p.registrati {
    font-size: 12px;
    margin: 0;
    padding: 5px 0;
}

div.container div#interno p.registrati a {
    color: #206e94;
}

div.container div#interno p.registrati a:hover {
    color: #c1c1c1;
}

.linkRight {
    float: right;
}

a.linkRight {
    float: right;
    color: #344f62;
    font-weight: 700;
    text-decoration: none;
}

a.linkRight:hover {
    color: #CCCCCC;
    text-decoration: none;
}

hr {
    color: #87a3b6;
    background-color: #87a3b6;
}

div.blocchiHome {
    width: 300px;
    text-align: left;
}

div.blocchiHome h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #ba202a;
    text-align: left;
    width: 342px;
}

div.blocchiHome ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div.blocchiHome ul li {
    border-bottom: 0px solid #d0d0d0;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 14px;
    padding: 10px 2px 10px 2px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.blocchiHome ul li span.data {
    font-size: 11px;
}

div.blocchiHome ul li span.titolo {
    text-decoration: none;
    color: #29485d;
    font-weight: 600;
    line-height: 16px;
}

div.blocchiHome ul li span.titolo a, div.blocchiHome ul li span.titolo a:link, div.blocchiHome ul li span.titolo a:visited {
    text-decoration: none;
    color: #29485d;
}

div.blocchiHome ul li span.titolo a:hover {
    text-decoration: none;
    color: #CCCCCC;
}

div.blocchiHome ul li a.linkelenco, div.blocchiHome ul li a.linkelenco:link, div.blocchiHome ul li a.linkelenco:visited {
    text-decoration: underline;
    color: #06F;
    font-weight: bold;
}

div.blocchiHome ul li a.linkelenco:hover {
    text-decoration: none;
    color: #CCCCCC;
}

div.blocchiHome ul li a.linkelenco img {
    margin-right: 3px;
    border: 0px;
}

div.blocchiHome ul li span.testo {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

div.blocchiHome ul li span.testo a, div.blocchiHome ul li span.testo a:link, div.blocchiHome ul li span.testo a:visited {
    text-decoration: none;
    color: #5a5a5a;
}

div.blocchiHome ul li span.testo a:hover {
    text-decoration: none;
    color: #CCCCCC;
}

div.blocchiElenchi {
    text-align: left;
}

div.blocchiElenchi h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #ba202a;
    text-align: left;
    width: 342px;
}

div.blocchiElenchi ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div.blocchiElenchi ul li {
    border-bottom: 0px solid #d0d0d0;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 14px;
    padding: 10px 2px 10px 2px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.blocchiElenchi ul li span.data {
    font-size: 11px;
}

div.blocchiElenchi ul li span.titolo {
    text-decoration: none;
    color: #29485d;
    font-weight: 600;
    line-height: 16px;
}

div.blocchiElenchi ul li span.titolo a, div.blocchiElenchi ul li span.titolo a:link, div.blocchiElenchi ul li span.titolo a:visited {
    text-decoration: none;
    color: #29485d;
}

div.blocchiElenchi ul li span.titolo a:hover {
    text-decoration: none;
    color: #CCCCCC;
}

div.blocchiElenchi ul li span.testo {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

div.blocchiElenchi ul li span.testo a, div.blocchiElenchi ul li span.testo a:link, div.blocchiElenchi ul li span.testo a:visited {
    text-decoration: none;
    color: #5a5a5a;
}

div.blocchiElenchi ul li span.testo a:hover {
    text-decoration: none;
    color: #CCCCCC;
}

div.blocchiElenchi ul li a.linkelenco, div.blocchiElenchi ul li a.linkelenco:link, div.blocchiElenchi ul li a.linkelenco:visited {
    text-decoration: underline;
    color: #06F;
    font-weight: bold;
}

div.blocchiElenchi ul li a.linkelenco:hover {
    text-decoration: none;
    color: #999;
}

div.blocchiElenchi ul li a.linkelenco img {
    margin-right: 3px;
    border: 0px;
}

div#bloccoForum {
    margin-right: 20px;
    float: left;
}

div#bloccoForumRight {
    float: left;
}

div#bloccoEventi {
    margin-right: 20px;
    float: left;
}

div#bloccoNews {
    float: left;
}

.titoloForumContainer {
    min-height: 50px;
    width: 100%;
    background-color: #f7f7f7;
}

.titoloForum {
    padding-left: 13px;
    margin-bottom: 10px;
    padding: 2px 10px 2px;
    height: 100%;
}

.titoloForum h1,
div#interno h1 {
    text-align: left;
    color: #555555;
    font-weight: normal;
    font-size: 20px;
}

.titoloForum h1 {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

.titoloForum .links {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.titoloForum .links li {
    display: inline;
    display: inline-block;
    margin: 15px 0 0 10px;
}

.titoloForum .links li img {
    vertical-align: top;
    height: 16px;
}

div#internoRight h1 {
    margin-top: 8px;
}

div.container div#internoFull {
    width: 100%;
    margin: auto;
    padding: 0 0 25px;
    font-size: 14px;
    text-align: left;
    background-color: #FFF;
}

div.container div#internoFull h1 {
    text-align: left;
    color: #555;
    margin-bottom: 20px;
    padding-top: 0px;
    font-weight: normal;
}

div.container div#internoFull h1 input {
    cursor: pointer;
    margin: 8px 8px 0 0;
    float: right;
    text-decoration: none;
    color: #344F62;
    padding: 0 3px;
    vertical-align: bottom;
}

div.container div#internoFull h1 .btn {
    height: auto;
    line-height: 18px;
    padding: 2px;
    padding: 4px 10px;
}

div.container div#internoFull h2 {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}

div.container div#internoFull p {
    text-align: left;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 22px;
}

div#footer {
    height: 75px;
    clear: both;
    margin: 0;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    padding: 25px 10px 0;
    border-top: 2px solid #afcde1;
    background: #dbe7ee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZTdlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dbe7ee 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbe7ee), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dbe7ee 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dbe7ee 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dbe7ee 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dbe7ee 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe7ee', endColorstr='#ffffff', GradientType=0); /* IE6-8 */
}

ul.threads {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.threads {
    margin-top: 5px;
}

div.threads > div.stats {
    text-align: right;
}

ul.threads hr.clear {
    visibility: visible;
}

li.thread {
    margin-bottom: 5px;
    border: 1px solid darkgray;
    border-width: 2px 0 0;
}

li.thread .new {
    display: block;
    height: 12px;
    width: 12px;
    border: 0;
    border-radius: 12px;
    background: #7ba9dd; /* Old browsers */
    background: -moz-linear-gradient(top, #7ba9dd 0%, #6091dd 49%, #5081D0 50%, #526aa8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ba9dd), color-stop(49%, #6091dd), color-stop(50%, #5081D0), color-stop(100%, #526aa8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7ba9dd 0%, #6091dd 49%, #5081D0 50%, #526aa8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7ba9dd 0%, #6091dd 49%, #5081D0 50%, #526aa8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7ba9dd 0%, #6091dd 49%, #5081D0 50%, #526aa8 100%); /* IE10+ */
    background: linear-gradient(top, #7ba9dd 0%, #6091dd 49%, #5081D0 50%, #526aa8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ba9dd', endColorstr='#526aa8', GradientType=0); /* IE6-9 */
    margin-right: 3px;
}

li.thread span span.new {
    margin-top: 4.5px;
}

li.thread div.stats {
    float: right;
    text-align: right;
}

li.thread div {
    font-size: 13px;
    margin-left: 25px;
}

li.thread table {
    margin-left: 10px;
}

li.thread.hover div.stats {
    font-weight: bold;
}

div.threads span, li.thread > div.stats > span {
    display: inline-block;
    padding: 0;
    font-size: 13px;
    text-align: center;
    width: 70px;
    margin-right: 0;
}

li.thread > h3 {
    clear: none;
    font-family: inherit;
    display: block;
    font-size: 110%;
    margin: 0;
    text-align: left;
    background-color: #e4eef4;
    width: 100%;
    font-weight: bold;
}

li.thread a {
    color: #333333;
    text-decoration: none;
}

li.thread h3 a:hover, li.thread > h3:hover {
    color: #CCCCCC;
}

ul.threads li.thread table.attributiPost {
    font-size: 13px;
}

ul.threads li.thread div.tagDiv {
    margin-left: 22px;
    font-size: 13px;
}

li.thread .post-tag, li.thread .post-tag a, .post-tag, .post-tag a, .post-tag a:link, .post-tag a:visited, .tableDiscussioni a.post-tag:link, .tableDiscussioni a.post-tag:visited {
    color: #999;
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    margin: 0;
    overflow: visible;
    padding: 0px 2px 2px 2px;
    text-decoration: none;
    white-space: nowrap;
    font-style: italic;
}

span.titolo-tag {
    font-size: 11px;
    color: #999;
}

li.thread .post-tag:hover, .tableDiscussioni a.post-tag:hover {
    color: #000000;
}

li.thread .blocco {
    display: block;
    width: 12px;
    float: left;
    vertical-align: bottom;
    clear: left;
    margin: 2px 3px 0 0;
}

div#filtro {
    background-color: #f6f6f6;
    font-size: 13px;
    padding: 4px 0;
    margin: 5px 10px;
}

div#filtro table td,
table#filtro td {
    padding: 0 0 0 25px;
    text-align: left;
}

div#filtro table tr > td:first-of-type,
table#filtro tr > td:first-of-type {
    padding: 0 0 0 10px;
}

table#filtro input,
table#filtro select,
div#filtro input,
div#filtro select {
    height: 28px;
}

table#filtro .btnTag,
div#filtro .btnTag {
    height: 22px;
    width: 22px;
    margin: 0;
}

div.pagerTop {
    float: left;
    width: 75%;
}

.filtriRicerca,
.bottoniRight {
    float: left;
    margin: 0 10px 10px;
    padding: 0;
    text-align: left;
}

.bottoniRight {
    float: right;
}

.bottoniRight > .btn,
.filtriRicerca > .btn {
    margin: 0 10px 5px 0;
}

.bottoniRight > .btn:last-of-type {
    margin-right: 0;
}

.btnMostraFiltri {
    position: absolute;
    margin-top: -40px;
    margin-left: 110px;
}

.btnParolechiave {
    margin-top: 5px;
    margin-left: 9px;
    float: left;
}

.filtroordinamento {
    margin: 0;
    padding: 0;
    display: inline;
    display: inline-block;
}

.filtroordinamento label {
    margin: 0 5px 0 10px;
}

.filtroordinamento select {
    padding: 1px;
    border-width: 1px;
    margin: 0 0 2px;
    font-size: 13px;
    width: auto;
    height: auto;
}

@media screen and (max-width: 800px) {
    .bottoniRight,
    .filtriRicerca {
        float: none;
    }
}

div#discussione table#post {
    width: 100%;
    border-bottom: 0px solid #E4EEF4;
}

div#discussione table#post td {
    width: 100%;
    text-align: left;
    border: 0px solid #EEEFF1;
    vertical-align: top;
    padding: 0px;
}

div#discussione .post {
    margin-bottom: 20px;
}

div#discussione div.titolomessaggio,
div#discussione div.titoloutente,
div#discussione div.intestazione,
div#discussione div.post-content {
    background-color: #e7f0f5;
    color: #000;
    font-weight: normal;
    margin: 0;
    padding: 8px;
    text-align: left;
}

div#discussione div.titoloutente,
div#discussione div.intestazione {
    float: left;
    width: 25%;
}

div#discussione div.titolomessaggio,
div#discussione div.post-content {
    width: 73%;
    float: right;
}

div#discussione div.intestazione {
    font-size: 14px;
    background-color: #f0f4f7;
    color: #264250;
}

div#discussione div.intestazione span.data {
    font-size: 11px;
}

div#discussione div.post-content .titolopost {
    padding: 0;
    margin: 3px 0;
    font-size: 14px;
}

div#discussione div.post-content {
    border: 1px solid #e8e8e8;
    background: #FFF;
    padding: 0 8px 8px;
    color: #264250;
}

div#discussione div.post-content hr {
    border: none;
    height: 1px;
    background: #e8e8e8;
    margin: 3px auto;
}

div#discussione div.post-content .allegati {
    margin: 0 0 0 15px;
    padding: 0;
}

@media screen and (max-width: 580px) {
    div#discussione div.titoloutente,
    div#discussione div.intestazione,
    div#discussione div.titolomessaggio,
    div#discussione div.post-content {
        width: 100%;
        float: none;
    }
}

div#discussione div.rispondi {
    margin-top: 10px;
}

div#nuova_discussione {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.fakeupload {
    background: url(../img/allega.gif) no-repeat top left;
    display: inline-block;
    *display: inline;
    z-index: 10;
    width: 89px;
    *width: 89px;
    height: 24px;
    *height: 24px;
    padding-left: 0px;
    *padding-left: 0px;
    cursor: pointer;
    margin-bottom: 3px;
    margin-left: 0px;
    margin-top: 10px;
}

.fakeupload input {
    background: url(../img/allega.gif) no-repeat top left;
    width: 90px;
    z-index: 1;
    margin-left: 0px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    cursor: pointer;
}

.fakeupload:hover, .fakeupload input:hover, .fakeupload input[type="file"]:hover {
    cursor: pointer !important;
    background: url(../img/allega_hover.gif) no-repeat top left;
}

.bottoneFinale {
    text-align: center;
    margin-top: 10px;
    z-index: 100;
    position: relative;
}

.tag-editor .delete-tag,
.tag-editor .delete-tag-hover,
#interestingTags .delete-tag,
#interestingTags .delete-tag-hover,
#ignoredTags .delete-tag,
#ignoredTags .delete-tag-hover {
    margin-left: 4px;
    width: 16px;
}

.tag-editor {
    background-color: #fff;
    border: 1px solid #C1C1C1;
    padding: 0;
    cursor: text;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 22px;
    text-align: left;
    font-size: 0;
}

.tag-editor input {
    background-color: transparent !important;
    border: none !important;
    margin: 0 0 0 3px;
    outline: 0 none !important;
    padding: 0 !important;
}

.tag-editor > span,
.tag-editor .post-tag {
    display: inline-block;
    height: 18px;
    vertical-align: top;
}

.tag-editor .post-tag {
    margin: 1px 3px 0 1px;
    padding: 0 1px;
    border: 1px solid lightgray;
    font-size: 11px;
    line-height: 16px;
}

.tag-suggestions {
    background-color: #FFFFFF;
    border: 1px solid #777777;
    padding: 5px;
    overflow: hidden;
    text-align: center;
    z-index: 300;
}

.tag-suggestions > div a {
    margin-top: 1px;
    float: left;
    overflow: hidden;
    text-decoration: none;
    text-align: left;
    border: 1px solid #DCE5EB;
    z-index: 400;
    padding: 5px;
    width: 98%;
}

.tag-suggestions > div a:focus, .tag-suggestions > div a:active {
    background-color: #C5D3DD;
    border-color: #C5D3DD;
}

.tag-suggestions > div a:hover {
    background-color: #DCE5EB;
}

.tag-suggestions > div a:hover .more-info {
    background-color: #DCE5EB;
}

.tag-suggestions > div p {
    font-size: 11px;
    line-height: 1.1;
}

.tag-suggestions > div p.more-info {
    padding: 3px;
    position: absolute;
    right: 5px;
    top: 5px;
    visibility: hidden;
}

.tag-suggestions > div {
    cursor: pointer;
}

.tag-suggestions > div:hover p.more-info, .tag-suggestions > div:focus p.more-info {
    visibility: visible;
}

.tag-suggestions .match {
    font-weight: bold;
    text-decoration: underline;
}

.delete-tag {
    background-image: url("../img/cancel-sprite.png");
    background-position: 0 0;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    vertical-align: top;
    width: 16px;
}

.delete-tag:hover, .delete-tag-active {
    background-position: 16px 0;
    height: 16px;
    width: 16px;
}

div#nuova_discussione input:not(.btn),
div#nuova_discussione textarea {
    border-width: 1px !important;
    padding: 2px !important;
}

.required_field {
    background-color: #FFFFCC !important;
}

.tagsTable {
    font-size: 13px;
}

.tagsTable .post-tag {
    margin: 0;
}

.tagsTable td {
    border-bottom: 1px solid #DCE5EB;
}

.fieldset {
    border: 1px #e8e8e8 solid;
    position: relative;
    padding: 10px 5px 5px;
}

.fieldset ol,
.fieldset ol li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#fieldset-legend {
    position: absolute;
    top: -12px;
    left: 5px;
    padding: 0px 5px;
    background-color: #fff;
    display: block;
}

table.tableDiscussioni {
    clear: both;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
}

table.tableDiscussioni th, table.tableDiscussioni td {
    border: 1px solid #e8e8e8;
    vertical-align: top;
    padding: 8px;
    font-size: 14px;
    color: #666;
    text-align: left;
}

table.tableDiscussioni th {
    background-color: #e7f0f5;
    color: #000000;
    font-weight: normal;
}

.tableDiscussioni tbody tr:nth-child(odd) td {
    background-color: #f9f9f9;
}

.tableDiscussioni a:link, .tableDiscussioni a:visited {
    color: #264250;
    text-decoration: none;
}

.tableDiscussioni a:hover {
    color: #CCCCCC;
}

.tableDiscussioni span.data {
    font-size: 11px;
}

ul.risposte {
    display: table;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.risposte > li {
    display: table-row;
}

ul.risposte > li > * {
    display: table-cell;
}

ul.risposte > li > *,
ul.risposte > li > * > a {
    width: 100px;
    white-space: nowrap;
    vertical-align: top;
}

ul.risposte > li > * > a {
    display: block;
    width: 150px;
    padding: 0 3px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.risposte .data {
    font-style: italic;
}

@media screen and (max-width: 580px) {
    ul.risposte,
    ul.risposte > li,
    ul.risposte > li > * {
        display: block;
        width: auto;
    }

    ul.risposte > li > * > a {
        width: 100px;
        padding: 0;
    }

    ul.risposte > li {
        border-bottom: 1px solid #e8e8e8;
    }

    ul.risposte > li:last-of-type {
        border: none;
    }
}

#divEvento {
    margin: 0px 10px 0px 10px;
}

#divEvento h3 {
    text-align: left;
    color: #555555;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
}

#divEvento a, #divEvento a:link, #divEvento a:visited {
    text-decoration: underline;
    color: #355b70;
}

#divEvento a:hover {
    text-decoration: none;
    color: #CCCCCC;
}

#divEvento a.linkelenco img {
    margin-right: 3px;
    border: 0px;
}

#divEvento a.linkLocandina, #divEvento a.linkLocandina:link, #divEvento a.linkLocandina:visited {
    color: #ffffff;
    text-decoration: none;
    line-height: 20px;
    background-color: #233a4a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(../jquery/PIE.htc);
    padding: 5px 10px 5px 0px;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    margin-left: 725px;
    margin-top: 5px;
    text-align: right;
    padding-left: 8px;
}

#divEvento a.linkLocandina:hover {
    color: #CCCCCC;
    text-decoration: none;
}

#divEvento a.linkLocandina img {
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 2px;
    vertical-align: text-bottom;
}

img.bozza {
    opacity: 50;
    -moz-opacity: 50;
    filter: alpha(opacity:50);
    position: absolute;
    margin-top: 50px;
    margin-left: 50px;
}

input[type="button"], button, input[type="submit"] {
    display: inline-block;
    padding: 1px 10px 1px;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    *margin-left: .3em;
    margin-bottom: 9px;
}

input[type="button"]:hover, button:hover, input[type="submit"]:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

input.disabled, input[disabled], button[type=submit][disabled] {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}

h1 input, h1 input[type="button"], h1 button, h1 input[type="submit"] {
    margin-bottom: 0px;
    float: right;
    margin: 5px 8px 0 0;
}

#homePage #internoRight {
    background-color: #ffffff;
}

#homePage #menuBreve {
    top: 320px;
    left: 650px;
}

#anagrafica_utente {
    margin: auto;
}

#texttests {
    margin: auto;
}

.tableServolo {
    font-size: 13px;
    border: 1px solid #eaeaea;
}

.tableServolo th {
    background-color: #233A4A;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.tableServolo th, .tableServolo td {
    padding: 5px;
    text-align: center;
}

input[required] {
    background-color: #FFFFCC;
}

table.documentiInseriti {
    font-size: 12px;
    border: 1px solid #e8e8e8;
    border-bottom: 0px;
    border-right: 0px;
}

table.documentiInseriti th {
    background-color: #e7f0f5;
    font-weight: normal;
    border-right: 1px solid #e8e8e8;
    padding: 10px;
}

table.documentiInseriti td {
    padding: 10px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

table.documentiInseriti a {
    font-weight: normal;
    text-decoration: underline;
    color: #3496c6;
}

table.documentiInseriti a:hover {
    color: #CCCCCC;
}

div.titolo_doc {
    margin-top: 0;
    font-size: 14px;
}

div.non_letto {
    font-weight: bold;
}

#popupCloud #fieldset-legend {
    text-align: left;
    color: #555555;
    font-weight: normal;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

span.numero_documenti {
    float: right;
    font-weight: normal;
}

span.documenti_nuovi {
    font-weight: bold;
}

span.empty_field {
    font-style: italic;
    color: silver;
}

.show-more, .show-less {
    width: 100%;
    text-align: center;
    color: #264250;
    border-top: 1px solid #e7f0f5;
    margin-top: 15px;
    cursor: pointer;
}

.show-more:hover, .show-less:hover {
    background-color: #e7f0f5;
}

.hidden {
    display: none;
}

.highlight {
    display: inline-block;
    border: 1px solid yellow;
    background-color: lightgoldenrodyellow;
}

div#fieldAllegati {
    color: #000000;
}

.checkbox {
    display: inline-block;
    cursor: pointer;
}

.checkbox + .checkbox {
    margin-left: 28px;
}

.checkbox input {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;

}

form.form-cespec fieldset {
    border: none;
    margin-bottom: 28px;
    padding-left: 28px;
}

form.form-cespec fieldset legend {
    font-size: 1.3em;
    margin-left: -28px;
    margin-bottom: 14px;
    font-weight: bold;
}

form.form-cespec fieldset .form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}

form.form-cespec fieldset .control-label {
    text-align: right;
    padding-right: 14px;
}

form.form-cespec fieldset .form-control {
    width: 100%;
}

.col-sm-2 {
    width: 16.66666666666667%;
    float: left;
}

.col-sm-offset-2 {
    margin-left: 16.66666666666667%;
}

.col-sm-3 {
    width: 16.66666666666667%;
    float: left;
}

.col-sm-4 {
    width: 33.33333333333333%;
    float: left;
}

.col-sm-10 {
    width: 83.33333333333333%;
    float: left;
}

.popup ol > li {
    margin-bottom: 8px;
}

.hidden {
    display: none !important;
}

div#img {
    float: left;
    text-align: right;
    width: 45%;
}

div#img + div {
    text-align: left;
    padding-left: 15px;
    float: left;
    width: 50%;
}

.alert.alert-warning{
  color: #8a6d3b;
  background-color: #fcf8e3;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #faebcc;
  border-radius: 4px;
}

/* loading frame */
.loading_frame {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  opacity: 0;
  animation: .25s fade_in;
  animation-fill-mode: forwards;
}

.loading_frame:before, .loading_frame:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
  background-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-color: transparent transparent #222 #222;
  animation: 2s spin linear infinite;
}

.loading_frame:after {
  border-color: #00bcd4 #00bcd4 transparent transparent;
  animation: 1.5s spin linear infinite;
}

.loading_frame .sub {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  position: fixed;
  top: calc(50% - (2.5rem / 1.25));
  width: 100%;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fade_in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade_out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}