/*  Golden Grid System (1.01) <http://goldengridsystem.com/>
 *  by Joni Korpi             <http://jonikorpi.com/>
 *  licensed under MIT        <http://opensource.org/licenses/mit-license.php>
 */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/* Consistency fixes
 * adopted from http://necolas.github.com/normalize.css/
 */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
figure {
  position: relative;
}
figure img,
figure object,
figure embed,
figure video {
  max-width: 100%;
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* grid.less */
.content-wrapper {
  max-width: 1240px;
  min-width: 320px;
  margin: 0 auto;
  padding-right: 1.33333333em;
  padding-left: 1.33333333em;
  clear: both;
  margin-bottom: 1em;
}
.content-wrapper .row {
  overflow: hidden;
  width: 100%;
  display: block;
  clear: both;
  /* fix per avere row con overflow:visibile (editbar)*/
}
.content-wrapper .row > * {
  float: left;
  padding: 0 0.73333333em;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrapper .row .nospacing {
  margin-top: 0em;
  margin-bottom: 0em;
}
.content-wrapper .row .lean-left {
  padding-left: 0em;
}
.content-wrapper .row .lean-right {
  padding-right: 0em;
}
.content-wrapper .row .w1 {
  width: 6.25%;
}
.content-wrapper .row .w2 {
  width: 12.5%;
}
.content-wrapper .row .w3 {
  width: 18.75%;
}
.content-wrapper .row .w4 {
  width: 25%;
}
.content-wrapper .row .w5 {
  width: 31.25%;
}
.content-wrapper .row .w6 {
  width: 37.5%;
}
.content-wrapper .row .w7 {
  width: 43.75%;
}
.content-wrapper .row .w8 {
  width: 50%;
}
.content-wrapper .row .w9 {
  width: 56.25%;
}
.content-wrapper .row .w10 {
  width: 62.5%;
}
.content-wrapper .row .w11 {
  width: 68.75%;
}
.content-wrapper .row .w12 {
  width: 75%;
}
.content-wrapper .row .w13 {
  width: 81.25%;
}
.content-wrapper .row .w14 {
  width: 87.5%;
}
.content-wrapper .row .w15 {
  width: 93.75%;
}
.content-wrapper .row .w16 {
  width: 100%;
}
.content-wrapper .row .o1 {
  margin-left: 6.25%;
}
.content-wrapper .row .o2 {
  margin-left: 12.5%;
}
.content-wrapper .row .o3 {
  margin-left: 18.75%;
}
.content-wrapper .row .o4 {
  margin-left: 25%;
}
.content-wrapper .row .o5 {
  margin-left: 31.25%;
}
.content-wrapper .row .o6 {
  margin-left: 37.5%;
}
.content-wrapper .row .o7 {
  margin-left: 43.75%;
}
.content-wrapper .row .o8 {
  margin-left: 50%;
}
.content-wrapper .row .o9 {
  margin-left: 56.25%;
}
.content-wrapper .row .o10 {
  margin-left: 62.5%;
}
.content-wrapper .row .o11 {
  margin-left: 68.75%;
}
.content-wrapper .row .o12 {
  margin-left: 75%;
}
.content-wrapper .row .o13 {
  margin-left: 81.25%;
}
.content-wrapper .row .o14 {
  margin-left: 87.5%;
}
.content-wrapper .row .o15 {
  margin-left: 93.75%;
}
.content-wrapper .row .row > *:first-child {
  padding-left: 0em;
}
.content-wrapper .row .row > *:last-child {
  padding-right: 0em;
}
.content-wrapper .row .w1\3a 2 {
  width: 50%;
}
.content-wrapper .row .w1\3a 3 {
  width: 33.33333333%;
}
.content-wrapper .row .w2\3a 3 {
  width: 66.66666667%;
}
.content-wrapper .row .w1\3a 4 {
  width: 25%;
}
.content-wrapper .row .w3\3a 4 {
  width: 75%;
}
.content-wrapper .row .w2\3a 2,
.content-wrapper .row .w3\3a 3,
.content-wrapper .row .w4\3a 4 {
  width: 100%;
}
.content-wrapper .row .o1\3a 2 {
  margin-left: 50%;
}
.content-wrapper .row .o1\3a 3 {
  margin-left: 33.33333333%;
}
.content-wrapper .row .o2\3a 3 {
  margin-left: 66.66666667%;
}
.content-wrapper .row .o1\3a 4 {
  margin-left: 25%;
}
.content-wrapper .row .o3\3a 4 {
  margin-left: 75%;
}
body {
  min-width: 960px;
}
body.old-ie .content-wrapper {
  max-width: 950px;
}
body.old-ie .content-wrapper .row .lean-left {
  padding-left: 0px;
}
body.old-ie .content-wrapper .row .lean-right {
  padding-right: 0px;
}
body.old-ie .content-wrapper .row .w1 {
  width: 4.47580645%;
}
body.old-ie .content-wrapper .row .w1 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w2 {
  width: 10.72580645%;
}
body.old-ie .content-wrapper .row .w2 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w3 {
  width: 16.97580645%;
}
body.old-ie .content-wrapper .row .w3 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w4 {
  width: 23.22580645%;
}
body.old-ie .content-wrapper .row .w4 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w5 {
  width: 29.47580645%;
}
body.old-ie .content-wrapper .row .w5 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w6 {
  width: 35.72580645%;
}
body.old-ie .content-wrapper .row .w6 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w7 {
  width: 41.97580645%;
}
body.old-ie .content-wrapper .row .w7 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w8 {
  width: 48.22580645%;
}
body.old-ie .content-wrapper .row .w8 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w9 {
  width: 54.47580645%;
}
body.old-ie .content-wrapper .row .w9 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w10 {
  width: 60.72580645%;
}
body.old-ie .content-wrapper .row .w10 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w11 {
  width: 66.97580645%;
}
body.old-ie .content-wrapper .row .w11 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w12 {
  width: 73.22580645%;
}
body.old-ie .content-wrapper .row .w12 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w13 {
  width: 79.47580645%;
}
body.old-ie .content-wrapper .row .w13 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w14 {
  width: 85.72580645%;
}
body.old-ie .content-wrapper .row .w14 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w15 {
  width: 91.97580645%;
}
body.old-ie .content-wrapper .row .w15 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w16 {
  width: 98.22580645%;
}
body.old-ie .content-wrapper .row .w16 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .o1 {
  margin-left: 4.47580645%;
}
body.old-ie .content-wrapper .row .o2 {
  margin-left: 10.72580645%;
}
body.old-ie .content-wrapper .row .o3 {
  margin-left: 16.97580645%;
}
body.old-ie .content-wrapper .row .o4 {
  margin-left: 23.22580645%;
}
body.old-ie .content-wrapper .row .o5 {
  margin-left: 29.47580645%;
}
body.old-ie .content-wrapper .row .o6 {
  margin-left: 35.72580645%;
}
body.old-ie .content-wrapper .row .o7 {
  margin-left: 41.97580645%;
}
body.old-ie .content-wrapper .row .o8 {
  margin-left: 48.22580645%;
}
body.old-ie .content-wrapper .row .o9 {
  margin-left: 54.47580645%;
}
body.old-ie .content-wrapper .row .o10 {
  margin-left: 60.72580645%;
}
body.old-ie .content-wrapper .row .o11 {
  margin-left: 66.97580645%;
}
body.old-ie .content-wrapper .row .o12 {
  margin-left: 73.22580645%;
}
body.old-ie .content-wrapper .row .o13 {
  margin-left: 79.47580645%;
}
body.old-ie .content-wrapper .row .o14 {
  margin-left: 85.72580645%;
}
body.old-ie .content-wrapper .row .o15 {
  margin-left: 91.97580645%;
}
body.old-ie .content-wrapper .row .w1\3a 2 {
  width: 48.22580645%;
}
body.old-ie .content-wrapper .row .w1\3a 2 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w1\3a 3 {
  width: 31.55913978%;
}
body.old-ie .content-wrapper .row .w1\3a 3 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w2\3a 3 {
  width: 64.89247312%;
}
body.old-ie .content-wrapper .row .w2\3a 3 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w1\3a 4 {
  width: 23.22580645%;
}
body.old-ie .content-wrapper .row .w1\3a 4 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .w3\3a 4 {
  width: 73.22580645%;
}
body.old-ie .content-wrapper .row .w3\3a 4 > * {
  width: auto;
}
body.old-ie .content-wrapper .row .o1\3a 2 {
  margin-left: 48.22580645%;
}
body.old-ie .content-wrapper .row .o1\3a 3 {
  margin-left: 31.55913978%;
}
body.old-ie .content-wrapper .row .o2\3a 3 {
  margin-left: 64.89247312%;
}
body.old-ie .content-wrapper .row .o1\3a 4 {
  margin-left: 23.22580645%;
}
body.old-ie .content-wrapper .row .o3\3a 4 {
  margin-left: 73.22580645%;
}
@media only screen and (max-width: 976px) {
  body {
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-wrapper .row .w1:last-child,
  .content-wrapper .row .w2:last-child,
  .content-wrapper .row .w3:last-child,
  .content-wrapper .row .w4:last-child,
  .content-wrapper .row .w5:last-child,
  .content-wrapper .row .w6:last-child {
    float: right;
  }
  .content-wrapper .row .w1,
  .content-wrapper .row .w2 {
    width: 12.5%;
  }
  .content-wrapper .row .w3,
  .content-wrapper .row .w4,
  .content-wrapper .row .w5 {
    width: 25%;
  }
  .content-wrapper .row .w6,
  .content-wrapper .row .w7,
  .content-wrapper .row .w8,
  .content-wrapper .row .w9,
  .content-wrapper .row .w10,
  .content-wrapper .row .w11,
  .content-wrapper .row .w12 {
    width: 75%;
  }
  .content-wrapper .row .w13,
  .content-wrapper .row .w14,
  .content-wrapper .row .w15,
  .content-wrapper .row .w16 {
    width: 100%;
  }
  .content-wrapper .row .o1,
  .content-wrapper .row .o2,
  .content-wrapper .row .o3,
  .content-wrapper .row .o4,
  .content-wrapper .row .o5,
  .content-wrapper .row .o6,
  .content-wrapper .row .o7,
  .content-wrapper .row .o8,
  .content-wrapper .row .o9,
  .content-wrapper .row .o10,
  .content-wrapper .row .o11,
  .content-wrapper .row .o12,
  .content-wrapper .row .o13,
  .content-wrapper .row .o14,
  .content-wrapper .row .o15 {
    margin-left: 0;
  }
  .content-wrapper .row .w1\3a 2 {
    width: 50%;
  }
  .content-wrapper .row .w1\3a 3 {
    width: 100%;
    padding: 0em;
  }
  .content-wrapper .row .w2\3a 3 {
    width: 100%;
    padding: 0em;
  }
  .content-wrapper .row .w1\3a 4 {
    width: 100%;
    padding: 0em;
  }
  .content-wrapper .row .w3\3a 4 {
    width: 100%;
    padding: 0em;
  }
  .content-wrapper .row .o1\3a 2,
  .content-wrapper .row .o1\3a 3,
  .content-wrapper .row .o2\3a 3,
  .content-wrapper .row .o1\3a 4,
  .content-wrapper .row .o3\3a 4 {
    margin-left: 0em;
  }
}
@media only screen and (max-width: 520px) {
  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .content-wrapper .row .w1,
  .content-wrapper .row .w2,
  .content-wrapper .row .w3,
  .content-wrapper .row .w4,
  .content-wrapper .row .w5 {
    width: 25%;
  }
  .content-wrapper .row .w6,
  .content-wrapper .row .w7,
  .content-wrapper .row .w8,
  .content-wrapper .row .w9,
  .content-wrapper .row .w10,
  .content-wrapper .row .w11,
  .content-wrapper .row .w12 {
    width: 75%;
  }
  .content-wrapper .row .w13,
  .content-wrapper .row .w14,
  .content-wrapper .row .w15,
  .content-wrapper .row .w16 {
    width: 100%;
  }
  .content-wrapper .row .w1\3a 2 {
    width: 100%;
    padding: 0em;
  }
}
@media only screen and (max-width: 520px) {
  .content-wrapper .row .w1,
  .content-wrapper .row .w2,
  .content-wrapper .row .w3,
  .content-wrapper .row .w4,
  .content-wrapper .row .w5,
  .content-wrapper .row .w6,
  .content-wrapper .row .w7,
  .content-wrapper .row .w8,
  .content-wrapper .row .w9,
  .content-wrapper .row .w10,
  .content-wrapper .row .w11,
  .content-wrapper .row .w12,
  .content-wrapper .row .w13,
  .content-wrapper .row .w14,
  .content-wrapper .row .w15,
  .content-wrapper .row .w16 {
    width: 100%;
  }
}
@media print {
  .content-wrapper .row .w12,
  .content-wrapper .row .w2\3a 3,
  .content-wrapper .row .w1\3a 3 {
    width: 100%;
    float: none;
  }
  .portaltype-homepage .content-wrapper .row .w1\3a 2 {
    width: 50%;
  }
}
body {
  font-family: "PTSans", Verdana, Geneva, Tahoma, sans-serif;
  color: #333333;
  font-size: 93.7%;
  background-color: #eaeaea;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.logged-in {
  padding-top: 0;
}
.hiddenKeys,
.hiddenStructure {
  display: block;
  height: 0;
  position: absolute;
  top: -10000px;
}
.hidden {
  display: none;
}
.invisible-desktop {
  display: none;
}
p {
  margin-bottom: 0.33333333em;
  font-size: 1em;
  line-height: 1.6;
  line-height: 1.5em;
  word-wrap: break-word;
}
a {
  color: #0077cc;
}
a:visited {
  color: #551a8b;
}
ol,
ul {
  margin-bottom: 0.66666667em;
  margin-left: 1.46666667em;
  font-size: 1em;
  line-height: 1.6;
  line-height: 1.5em;
}
ul {
  margin-left: 0;
}
.spaced-bottom {
  margin-bottom: 1.46666667em;
}
.static-page ul li,
.content-core ul li,
.wrapper-box ul li {
  list-style: none;
  background-image: url("../img/list-item.png");
  background-repeat: no-repeat;
  background-position: left 10px;
  padding-left: 0.73333333em;
}
.content-wrapper {
  padding: 0;
  margin-bottom: 0;
}
.content-wrapper h1,
.content-wrapper h2 {
  font-family: "YanoneKaffeesatz", Verdana, san-serif;
  font-weight: normal;
  color: #333333;
}
.content-wrapper h1 {
  font-size: 1.8em;
  line-height: 1.2em;
  color: #bb2e29;
}
.content-wrapper h2 {
  font-size: 1.73333333em;
  line-height: 1.2em;
  margin: 0.73333333em 0 0.36666667em;
}
.content-wrapper h3 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 0.73333333em 0 0.36666667em;
  font-weight: normal;
}
.content-wrapper h4 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0.73333333em 0 0.36666667em;
  color: #bb2e29;
  font-weight: normal;
}
.content-wrapper h5 {
  font-size: 1.06666667em;
  line-height: 1.2em;
  margin: 0.73333333em 0 0.36666667em;
}
.content-wrapper h6 {
  font-size: 1.06666667em;
  line-height: 1.2em;
  margin: 0.73333333em 0 0.36666667em;
}
.content-wrapper dt {
  font-weight: bold;
}
.content-wrapper dt,
.content-wrapper dd {
  font-size: 1em;
  line-height: 1.6;
  line-height: 1.5em;
}
.content-wrapper table {
  /*
    .normal();
    border: 1px solid @border-color;
    th{
      border-bottom: 1px solid @border-color;
      font-weight: normal;
      font-family: @fancy-font;
      .normal-fancy();
      text-align: left;
      background-color: @background-menu;
      padding: @wrapper-padding/2 @wrapper-padding/1.5;
    }
    td{
      border-bottom: 1px solid @border-color;
      padding: @wrapper-padding;
    }
    */
}
input[type="submit"] {
  background-color: #eaeaea;
  border: 1px solid #d0d0d0;
  padding: 4px 6px;
}
select {
  border: 1px solid #d0d0d0;
  padding: 4px 6px;
}
.content-core {
  margin-top: 1.46666667em;
  background-color: #ffffff;
}
.content-core:before,
.content-core:after {
  display: table;
  content: "";
}
.date-wrapper {
  overflow: auto;
  margin-bottom: 0;
}
.date-wrapper .published {
  color: #9e9d9d;
  margin-bottom: 0.36666667em;
  margin-top: 0.73333333em;
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.see-more {
  display: block;
  background-color: #f7f7f7;
  color: #bb2e29;
  border: 1px solid #eaeaea;
  padding: 0.73333333em 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.see-more:active,
.see-more:visited {
  color: #bb2e29;
}
.see-more:hover {
  background-color: #eaeaea;
}
.expand {
  border-top: 1px solid #d0d0d0;
  background-color: #f7f7f7;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0.73333333em 0;
  cursor: pointer;
}
.expand a {
  text-decoration: none;
  display: block;
  top: -16px;
  position: relative;
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.expand a:hover {
  text-decoration: underline;
}
.expand a span.fa-stack .fa-circle {
  font-size: 1.5em;
  color: #3c639d;
}
.expand a span.fa-stack .fa-circle:hover {
  color: #254068;
}
.expand a span.fa-stack .fa-caret-down {
  font-size: 0.8em;
  top: -4px;
}
.expand a span.expand-text {
  display: block;
  line-height: 0.8em;
}
.expand:after {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  margin: auto;
  margin-top: -7px;
  position: relative;
  top: 7px;
}
.private .expand {
  background-color: transparent;
}
.go-to {
  background-color: #f7f7f7;
  color: #bb2e29;
  border: 1px solid #eaeaea;
  padding: 4px 8px;
  margin: 0.73333333em 0;
  text-decoration: none;
  display: inline-block;
}
.go-to:visited,
.go-to:link {
  color: #bb2e29;
}
.go-to:hover {
  background-color: #eaeaea;
}
.go-to i {
  margin-right: 0.36666667em;
}
.go-to.right {
  float: right;
}
.go-to.right i {
  margin-left: 0.36666667em;
}
.breadcrumbs {
  margin-top: 0.73333333em;
  width: calc(100% - 1.5em);
  font-size: 0.86666667em;
  line-height: 1.41176471;
  color: #9e9d9d;
}
.breadcrumbs a {
  color: #9e9d9d;
}
.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 30px;
  background-color: #333333;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.back-to-top i {
  color: #fff;
  font-size: 2.5em;
}
.back-to-top:hover {
  background-color: #000;
}
.back-to-top.show {
  opacity: 0.5;
}
.static-page {
  background-color: #ffffff;
  padding: 1.46666667em 4.4em;
}
.footer {
  background-color: #fff;
  max-width: 1090px;
  margin: auto;
  overflow: auto;
  margin-bottom: 0.7em;
  margin-top: 0.6em;
  background-image: url("../img/unibo.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 1em 0;
  padding-left: 150px;
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.footer .link-container {
  margin-left: 0.73333333em;
  display: inline-block;
}
.footer a {
  color: #333333;
}
@media only screen and (max-width: 976px) {
  html body {
    padding-top: 0;
    font-size: 100%;
  }
  html body.logged-in {
    padding-top: 0;
  }
  .content-core {
    padding-left: 0.36666667em;
    padding-right: 0.36666667em;
  }
  .footer {
    padding: 0.73333333em;
    padding-left: 150px;
    margin-bottom: 1.7em;
  }
  .static-page {
    padding: 1.46666667em 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  .go-to.right {
    margin-top: 0.73333333em;
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  .static-page {
    padding: 0.36666667em;
  }
  .footer {
    background-position: center 15px;
    padding-top: 70px;
    padding-left: 0.73333333em;
    text-align: center;
  }
}
@media print {
  body {
    padding-top: 90px;
  }
}
@font-face {
  font-family: 'PTSans';
  src: url('../webfonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/PTSans-Regular.woff') format('woff'), url('../webfonts/PTSans-Regular.ttf') format('truetype'), url('../webfonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans';
  src: url('../webfonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/PTSans-Bold.woff') format('woff'), url('../webfonts/PTSans-Bold.ttf') format('truetype'), url('../webfonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans';
  src: url('../webfonts/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../webfonts/PTSans-BoldItalic.woff') format('woff'), url('../webfonts/PTSans-BoldItalic.ttf') format('truetype'), url('../webfonts/PTSans-BoldItalic.svg#PTSans-BoldItalic') format('svg');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'PTSans';
  src: url('../webfonts/PTSans-Italic.eot?#iefix') format('embedded-opentype'), url('../webfonts/PTSans-Italic.woff') format('woff'), url('../webfonts/PTSans-Italic.ttf') format('truetype'), url('../webfonts/PTSans-Italic.svg#PTSans-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'YanoneKaffeesatz';
  src: url('../webfonts/YanoneKaffeesatz-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/YanoneKaffeesatz-Bold.woff') format('woff'), url('../webfonts/YanoneKaffeesatz-Bold.ttf') format('truetype'), url('../webfonts/YanoneKaffeesatz-Bold.svg#YanoneKaffeesatz-Bold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'YanoneKaffeesatz';
  src: url('../webfonts/YanoneKaffeesatz-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../webfonts/YanoneKaffeesatz-ExtraLight.woff') format('woff'), url('../webfonts/YanoneKaffeesatz-ExtraLight.ttf') format('truetype'), url('../webfonts/YanoneKaffeesatz-ExtraLight.svg#YanoneKaffeesatz-ExtraLight') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'YanoneKaffeesatz';
  src: url('../webfonts/YanoneKaffeesatz-Light.eot?#iefix') format('embedded-opentype'), url('../webfonts/YanoneKaffeesatz-Light.woff') format('woff'), url('../webfonts/YanoneKaffeesatz-Light.ttf') format('truetype'), url('../webfonts/YanoneKaffeesatz-Light.svg#YanoneKaffeesatz-Light') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'YanoneKaffeesatz';
  src: url('../webfonts/YanoneKaffeesatz-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/YanoneKaffeesatz-Regular.woff') format('woff'), url('../webfonts/YanoneKaffeesatz-Regular.ttf') format('truetype'), url('../webfonts/YanoneKaffeesatz-Regular.svg#YanoneKaffeesatz-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* normal font */
.x-small {
  font-size: 0.8em;
  line-height: 1.33333333;
}
.small {
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.normal {
  font-size: 1em;
  line-height: 1.6;
  line-height: 1.5em;
}
.large {
  font-size: 1.2em;
  line-height: 1.2em;
}
.very-large {
  font-size: 1.4em;
  line-height: 1.2em;
}
.huge {
  font-size: 1.73333333em;
  line-height: 1.2em;
}
/* fancy font */
.small-fancy {
  font-size: 1.06666667em;
  line-height: 1.2em;
}
.normal-fancy {
  font-size: 1.33333333em;
  line-height: 1.2em;
}
.large-fancy {
  font-size: 1.6em;
  line-height: 1.2em;
}
.very-large-fancy {
  font-size: 1.8em;
  line-height: 1.2em;
}
.huge-fancy {
  font-size: 2.46666667em;
  line-height: 1.2em;
}
/*anche background di edit*/
.content-wrapper .row > * {
  margin-bottom: 0;
}
.content-wrapper .row .w12 {
  padding-left: 0;
  margin-top: 0;
}
.content-wrapper .row .w4 {
  padding-right: 0;
  margin-top: 0;
}
.content-wrapper .row .w16 {
  padding: 0;
}
.content-wrapper,
.topbar,
.header {
  min-width: 320px;
}
@media only screen and (max-width: 976px) {
  .content-wrapper .row .w12 {
    width: 100%;
    padding: 0;
  }
  .content-wrapper .row .w4 {
    width: 100%;
    padding: 0;
  }
}
/*
* stili per la barra in alto che contiene il sigillo, la ricerca sulla rubrica e la login
*/
.topbar {
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  background: linear-gradient(to right, #bb2e29 50%, #ffffff 50%);
  width: 100%;
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.topbar .topbar-wrapper {
  background-image: url("../img/topbar-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  max-width: 1240px;
  margin: auto;
  overflow: auto;
}
.topbar .alma {
  width: 155px;
  height: 114px;
  background-image: url("../img/sigillo_white.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  position: absolute;
  z-index: 999;
}
.topbar .alma span {
  display: block;
  height: 0;
  position: absolute;
  top: -10000px;
}
.topbar .goingtoprint {
  display: none;
  text-align: center;
}
.topbar .search-wrapper {
  float: right;
}
.topbar .search-wrapper .opened.search,
.topbar .search-wrapper .closed.search {
  display: none;
  color: #000;
}
.topbar .search-wrapper .opened.search span,
.topbar .search-wrapper .closed.search span {
  display: block;
  height: 0;
  position: absolute;
  top: -10000px;
}
.topbar .search-wrapper input[type="text"],
.topbar .search-wrapper input[type="search"] {
  border: none;
  border-bottom: 2px solid #000;
  background-color: #fff;
  height: 30px;
  width: 130px;
  padding: 5px 10px;
  display: block;
  float: left;
  font-family: "PTSans", Verdana, Geneva, Tahoma, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.topbar .search-wrapper input[type="search"]::-webkit-search-decoration,
.topbar .search-wrapper input[type="search"]::-webkit-search-cancel-button,
.topbar .search-wrapper input[type="search"]::-webkit-search-results-button,
.topbar .search-wrapper input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.topbar .search-wrapper button {
  float: left;
  border: none;
  background-color: #fff;
  height: 30px;
  width: 30px;
  border-bottom: 2px solid #000;
  display: block;
  /*
			background-image: url("../img/search.png");
			background-repeat: no-repeat;
			background-position: center;
			*/
}
.unibo-login {
  float: right;
  margin-left: 2.2em;
  line-height: 30px;
  position: relative;
  padding-right: 8px;
  z-index: 99;
}
.unibo-login a {
  text-decoration: none;
  color: #333333;
  display: inline-block;
}
.unibo-login img {
  vertical-align: text-bottom;
  width: 18px;
  height: 18px;
}
.unibo-login .logout {
  background-color: #fff;
  border: 1px solid #eaeaea;
  text-align: right;
}
.unibo-login .logout a {
  display: block;
  padding: 0 0.36666667em;
}
.unibo-login .logout a:hover {
  background-color: #d65451;
  color: #fff;
}
.unibo-login:hover .logout {
  display: block;
}
@media only screen and (max-width: 976px) {
  .topbar {
    height: 48px;
    background-image: url("../img/topbar-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 5px;
  }
  .topbar .topbar-wrapper {
    background-image: none;
    background-color: #fff;
    min-height: 48px;
    padding-left: 0.73333333em;
  }
  .topbar .topbar-wrapper .unibo-login,
  .topbar .topbar-wrapper .search-wrapper {
    margin-top: 8px;
  }
  .topbar .alma {
    width: 182px;
    height: 48px;
    background-image: url("../img/sigillo-small.gif");
  }
}
@media only screen and (max-width: 520px) {
  .topbar .search-wrapper {
    position: relative;
    z-index: 99999;
  }
  .topbar .search-wrapper .opened.search {
    display: none;
  }
  .topbar .search-wrapper .closed.search {
    display: block;
    border-bottom: 2px solid #000;
    height: 24px;
    width: 24px;
    text-align: center;
    margin-top: 4px;
  }
  .topbar .search-wrapper .closed.search + .search {
    display: none;
  }
  .topbar .search-wrapper .opened.search + .search {
    display: block;
  }
  .topbar .search-wrapper .opened.search + .search input,
  .topbar .search-wrapper .opened.search + .search button {
    background-color: #f7f7f7;
  }
  .topbar .unibo-login {
    margin-right: 0.73333333em;
  }
}
@media print {
  .topbar .topbar-wrapper .alma,
  .topbar .topbar-wrapper .unibo-login,
  .topbar .topbar-wrapper .search-wrapper {
    display: none;
  }
  .topbar .topbar-wrapper .goingtoprint {
    display: block;
  }
}
/*
* stili per le informazioni della persona: foto, cariche e qualifiche
*/
.people-info {
  padding: 1.1em;
  overflow: auto;
  background-color: #ffffff;
  padding-top: 60px;
}
.people-info .photo {
  float: left;
  margin-right: 0.73333333em;
  max-width: 135px;
  width: 135px;
  text-align: center;
}
.people-info .photo img {
  border: 1px solid #d0d0d0;
  max-width: 100%;
  height: auto;
}
.people-info .function {
  overflow: hidden;
}
.people-info .function .name {
  margin-top: -7px;
  color: #bb2e29;
  font-size: 2.46666667em;
  line-height: 1.2em;
  font-weight: 200;
}
.people-info .function .name.attached {
  position: fixed;
  top: 78px;
  z-index: 9;
  width: 100%;
  background-color: #FFF;
  left: 0px;
  border-bottom: 1px solid #d0d0d0;
  box-shadow: 0px 3px 3px 0px #eee;
}
.people-info .function .name.attached span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1240px;
  padding-left: 162px;
  display: block;
  margin: auto;
}
.people-info .function p {
  margin-bottom: 0;
}
.people-info .function .ssd {
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.people-info .function .qualifica,
.people-info .function .carica {
  font-family: "YanoneKaffeesatz", Verdana, san-serif;
  font-size: 1.33333333em;
  line-height: 1.2em;
}
.people-info .function .carica {
  margin-top: 0.36666667em;
}
.people-info .function .closed.info,
.people-info .function .opened.info {
  display: none;
}
.logged-in .people-info .function .name.attached {
  position: static;
  border-bottom: none;
  box-shadow: none;
}
.logged-in .people-info .function .name.attached span {
  padding-left: 0;
}
.logged-in.superuser .people-info .function .name.attached {
  top: 78px;
}
@media only screen and (max-width: 976px) {
  .people-info {
    padding: 1.46666667em 0.36666667em 0.36666667em;
  }
  .people-info .function .name,
  .people-info .function .name.attached {
    position: static;
    width: auto;
    background-color: #ffffff;
    border-bottom: none;
    box-shadow: none;
  }
  .people-info .function .name span,
  .people-info .function .name.attached span {
    padding-left: 0;
  }
}
@media only screen and (max-width: 976px) {
  .people-info .photo {
    max-width: 25%;
    padding-left: 0.5em;
  }
  .people-info .photo img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 520px) {
  .people-info .function .carica {
    line-height: 1em;
  }
  .people-info .function p {
    line-height: 1em;
  }
  .people-info .function .closed.info {
    display: block;
  }
  .people-info .function .closed.info + .date-info {
    display: none;
  }
  .people-info .function .closed.info .opened.info {
    display: inline-block;
  }
  .people-info .function .closed.info .opened.info + .date-info {
    display: block;
  }
}
@media print {
  .people-info {
    padding-top: 0;
  }
  .people-info .function .name.attached {
    position: static;
    top: 0;
    z-index: inherit;
    background-color: transparent;
    left: 0px;
    border-bottom: none;
    box-shadow: none;
  }
  .people-info .function .name.attached span {
    padding-left: 0;
  }
}
/*
* stili per l'intestazione del sito: nome della persona, menù lingua (IT/EN), menù principale
*/
.fixed-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.logged-in .fixed-wrapper {
  position: static;
  top: auto;
}
.header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
}
.header-wrapper {
  max-width: 1240px;
  margin: auto;
  position: relative;
}
.header-wrapper .lang-selector {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.header-wrapper .lang-selector ul {
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.header-wrapper .lang-selector a {
  color: #333333;
  text-decoration: none;
}
.header-wrapper .lang-selector ul,
.header-wrapper .lang-selector li {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.header-wrapper .lang-selector a {
  padding: 2px 6px;
  display: inline-block;
}
.header-wrapper .lang-selector a:hover {
  color: #bb2e29;
}
.header-wrapper .lang-selector .selected {
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-bottom: none;
  position: relative;
}
.header-wrapper .lang-selector .selected:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url("../img/lang-selected.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -6px;
  left: 30%;
}
.header-wrapper .lang-selector .selected a {
  color: #bb2e29;
}
.header-wrapper .main-menu {
  margin-left: 163px;
  font-family: "YanoneKaffeesatz", Verdana, san-serif;
  font-size: 1.33333333em;
  line-height: 1.2em;
  font-weight: 200;
  height: 40px;
  line-height: 44px;
}
.header-wrapper .main-menu .closed.menu,
.header-wrapper .main-menu .opened.menu {
  display: none;
  color: #bb2e29;
}
.header-wrapper .main-menu .closed.menu span,
.header-wrapper .main-menu .opened.menu span {
  margin-right: 2px;
}
.header-wrapper .main-menu a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
}
.header-wrapper .main-menu ul,
.header-wrapper .main-menu li {
  margin: 0;
  list-style: none;
  display: inline-block;
}
.header-wrapper .main-menu li {
  padding: 0px 7px;
}
.header-wrapper .main-menu li:hover {
  color: #000;
  border-bottom: 2px solid #bb2e29;
}
.header-wrapper .main-menu .selected {
  border-bottom: 2px solid #bb2e29;
  font-weight: normal;
}
.header-wrapper .main-menu .selected a {
  color: #000;
}
@media only screen and (max-width: 976px) {
  .fixed-wrapper {
    position: static;
  }
  .header {
    top: 97px;
  }
  .header-wrapper .main-menu {
    margin-left: 0;
  }
  .header-wrapper .main-menu .closed.menu {
    display: inline-block;
    margin-left: 8px;
  }
  .header-wrapper .main-menu .closed.menu + ul {
    display: none;
  }
  .header-wrapper .main-menu .opened.menu {
    display: inline-block;
    margin-left: 8px;
  }
  .header-wrapper .main-menu .opened.menu + ul {
    display: block;
    position: relative;
    z-index: 99;
  }
  .header-wrapper .main-menu .selected {
    border: none;
    color: #fff;
    background-color: #bb2e29 !important;
  }
  .header-wrapper .main-menu ul {
    margin-top: -5px;
    background-color: #eaeaea;
    box-shadow: 0px 2px 2px 0px #d0d0d0;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid #d0d0d0;
    padding-left: 1em;
  }
  .header-wrapper .main-menu ul li,
  .header-wrapper .main-menu ul a {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .header-wrapper .main-menu ul li:hover,
  .header-wrapper .main-menu ul a:hover {
    border: none;
    color: #fff;
    background-color: #bb2e29;
  }
}
@media only screen and (max-width: 976px) {
  .header-wrapper .main-menu {
    padding-left: 0.24444444em;
  }
  .header-wrapper .main-menu .selected a {
    color: #fff;
  }
  .header-wrapper .main-menu li:hover {
    border-bottom: none;
  }
}
.header-wrapper .lang-selector {
  margin-right: 0.24444444em;
}
@media print {
  .header {
    display: none;
  }
}
.box-bio,
.box-contact,
.box-receipt {
  margin: 1.1em;
  overflow: auto;
}
.box-bio .subtitle,
.box-contact .subtitle,
.box-receipt .subtitle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: calc(9.4em);
  padding-right: 0.73333333em;
}
.box-bio .subtitle h2,
.box-contact .subtitle h2,
.box-receipt .subtitle h2 {
  margin: 0;
  font-size: 1.33333333em;
  line-height: 1.2em;
}
.box-bio .subtitle:after,
.box-contact .subtitle:after,
.box-receipt .subtitle:after {
  content: "";
  height: 4px;
  width: 15px;
  display: block;
  background-color: #bb2e29;
}
.box-bio .text,
.box-contact .text,
.box-receipt .text {
  float: left;
  width: calc(100% - 9.4em);
  margin-bottom: 1.46666667em;
  line-height: 1.5em;
  margin-top: 3px;
}
.share-button-wrapper + div .box-bio,
.share-button-wrapper + .box-contact,
.share-button-wrapper + div .box-receipt {
  margin-top: 2.5em;
}
.box-contact {
  overflow: auto;
}
.box-contact dl {
  float: left;
  clear: both;
  width: 50%;
}
.box-contact dl dt,
.box-contact dl dd {
  width: 18%;
  display: inline-block;
  font-size: 1em;
  line-height: 1.6;
  line-height: 1.5em;
}
.box-contact dl dt {
  color: #878da0;
  font-weight: normal;
}
.box-contact dl dd {
  width: 80%;
}
.box-contact dl:nth-of-type(2) {
  float: right;
  clear: none;
}
.box-contact .other {
  margin-bottom: 0;
}
.box-contact .where {
  clear: both;
  margin-top: 1.46666667em;
  text-indent: -0.5em;
  padding-left: 1.1em;
  width: 90%;
  display: inline-block;
  border-top: 1px solid #d0d0d0;
  padding-top: 0.73333333em;
}
.box-contact .where i {
  color: #bb2e29;
}
@media only screen and (max-width: 976px) {
  .box-bio,
  .box-contact,
  .box-receipt {
    padding: 0;
    margin: 0.36666667em;
  }
  .box-bio .subtitle,
  .box-contact .subtitle,
  .box-receipt .subtitle {
    width: 100%;
    margin-bottom: 0.73333333em;
    font-size: 1.33333333em;
    line-height: 1.2em;
  }
  .box-bio .text,
  .box-contact .text,
  .box-receipt .text {
    width: 100%;
  }
  .box-bio a,
  .box-contact a,
  .box-receipt a {
    word-wrap: break-word;
  }
  .box-contact dl dt {
    width: 20%;
  }
  .box-contact dl dd {
    width: 78%;
  }
  .share-button-wrapper + .box-bio,
  .share-button-wrapper + .box-contact,
  .share-button-wrapper + .box-receipt {
    margin-top: 0.36666667em;
  }
}
@media only screen and (max-width: 520px) {
  .box-contact dl {
    width: 100%;
    float: none;
  }
  .box-contact a {
    word-wrap: break-word;
  }
}
/* Stile generale del contenuto delle pagine.
 * In questo less si definisce il comportamento della struttura e dello stile generale.
 */
.box-content-page {
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* box cv */
}
.box-content-page:after {
  content: "";
  display: table;
  clear: both;
}
.box-content-page .subtitle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: calc(9.4em);
  /* circa 9.5em */
  background-color: #bb2e29;
  margin-top: -5px;
}
.box-content-page .subtitle.long h2 {
  padding-top: 54px;
}
.box-content-page .subtitle h2 {
  padding: 46px 0.36666667em 46px;
  margin: 0;
  text-align: center;
  color: #fff;
}
.box-content-page .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: calc(100% - 9.4em);
  padding: 0 1.1em 1.1em;
  /* contenitore del testo semplice e per i tab (della didattica) */
  /* se c'è il tab o la keyword allora lo spazio tra tab e testo è minore rispetto al normale */
}
.box-content-page .text .tab-content,
.box-content-page .text .inner-text {
  clear: both;
  padding-top: 47px;
  background-color: #ffffff;
  line-height: 1.6em;
}
.box-content-page .text .tab-content h3:first-of-type,
.box-content-page .text .inner-text h3:first-of-type,
.box-content-page .text .tab-content h4:first-of-type,
.box-content-page .text .inner-text h4:first-of-type {
  margin-top: 0;
}
.box-content-page .text .tab-content {
  background-color: transparent;
}
.box-content-page .text .tab-content .year-select {
  margin-top: 0.73333333em;
  margin-bottom: 1.46666667em;
}
.box-content-page .text .tab-content > h3 {
  /* serve per allineare guide nel backend di didattica*/
  display: inline-block;
}
.box-content-page .text .inner-tab + .inner-text,
.box-content-page .text .inner-tab + .tab-content,
.box-content-page .text .keywords + .inner-text {
  padding-top: 0.73333333em;
}
.box-content-page .inner-text + .inner-text {
  margin-top: 1.46666667em;
}
.box-content-page .attachment-box {
  margin-bottom: 1.46666667em;
  margin-top: -0.73333333em;
  font-style: italic;
}
.box-content-page .attachment-box a {
  font-style: normal;
}
.box-content-page .attachment-box i {
  color: #bb2e29;
  margin-right: 0.36666667em;
}
@media only screen and (max-width: 976px) {
  .box-content-page {
    padding-right: 7px;
  }
  .box-content-page .subtitle {
    width: auto;
    float: none;
    margin-bottom: 0.73333333em;
    background-color: #ffffff;
    padding: 5px 0.36666667em 5px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .box-content-page .subtitle.long h2 {
    padding-top: 0;
  }
  .box-content-page .subtitle h2 {
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 400;
    padding: 0;
    text-align: left;
    color: #333333;
  }
  .box-content-page .text {
    padding: 1.1em 0.36666667em;
    padding-top: 0px;
    width: 100%;
  }
  .box-content-page .text .inner-text {
    padding-top: 0.73333333em;
  }
}
@media print {
  .box-content-page .subtitle.long h2 {
    border: 1px solid #eaeaea;
    color: #333333;
  }
}
.inner-tab {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  max-width: 100%;
  width: auto;
  margin-top: 0.18333333em;
}
.inner-tab ul li {
  float: left;
  margin: 0;
  padding: 3px;
  background-color: #902521;
  margin-left: 3px;
  padding-left: 0;
  background-image: none;
  list-style: none;
}
.inner-tab ul li:first-child {
  margin-left: 0;
}
.inner-tab ul li a {
  color: #fff;
  min-width: 70px;
  text-align: center;
  text-decoration: none;
  padding: 0.24444444em 0.73333333em;
  display: inline-block;
}
.inner-tab ul li.selected {
  background-color: #bb2e29;
  position: relative;
  height: 35px;
  line-height: 31px;
  background-image: url("../img/arrowup_white.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  top: -6px;
}
@media only screen and (max-width: 976px) {
  .inner-tab ul li.selected {
    height: auto;
    line-height: 1.7em;
    top: -2px;
  }
  .inner-tab ul li a {
    padding-left: 4px;
    padding-right: 4px;
  }
}
/* INSERIRE CON TAB > DI DUE */
@media only screen and (max-width: 520px) {
  .inner-tab ul li {
    width: 47%;
    float: left;
    display: block;
    margin: 0;
    border: 2px solid #fff;
    height: 32px;
    text-align: center;
    line-height: 22px;
  }
  .inner-tab ul li a {
    min-width: 30px;
  }
  .inner-tab ul li.selected {
    line-height: 22px;
    height: 32px;
    top: 0px;
  }
}
@media print {
  .inner-tab ul li a {
    color: #333333;
  }
  .inner-tab ul li.selected {
    border-bottom: 1px solid #bb2e29;
  }
}
.secondary-sidebar {
  margin-top: 1.46666667em;
}
.secondary-sidebar .box-notices,
.secondary-sidebar .box-highlight,
.secondary-sidebar .box-login {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-bottom: none;
}
.secondary-sidebar .box-notices ul,
.secondary-sidebar .box-highlight ul,
.secondary-sidebar .box-login ul {
  list-style: none;
}
.secondary-sidebar .box-notices h3,
.secondary-sidebar .box-highlight h3,
.secondary-sidebar .box-login h3 {
  font-size: 1.33333333em;
  line-height: 1.2em;
  font-family: "YanoneKaffeesatz", Verdana, san-serif;
}
.secondary-sidebar .box-notices > p,
.secondary-sidebar .box-highlight > p {
  padding: 1.46666667em 1.1em 1.1em;
  text-align: center;
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.secondary-sidebar .box-notices a,
.secondary-sidebar .box-highlight a {
  color: #333333;
  text-decoration: none;
  outline: none;
}
.secondary-sidebar .box-notices a:hover,
.secondary-sidebar .box-highlight a:hover {
  background-color: #f7f7f7;
}
.secondary-sidebar .box-notices h3,
.secondary-sidebar .box-highlight h3 {
  color: #bb2e29;
  margin: 0;
  text-align: center;
  margin-top: -15px;
}
.secondary-sidebar .box-notices h3 i,
.secondary-sidebar .box-highlight h3 i {
  color: #bb2e29;
  position: static;
  display: block;
  font-size: 1.5em;
}
.secondary-sidebar .box-notices ul,
.secondary-sidebar .box-highlight ul {
  position: relative;
  margin: 0;
}
.secondary-sidebar .box-notices li,
.secondary-sidebar .box-highlight li {
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 1;
}
.secondary-sidebar .box-notices li a,
.secondary-sidebar .box-highlight li a {
  position: relative;
  z-index: 10;
  display: block;
  padding: 1.46666667em 1.1em 1.1em;
}
.secondary-sidebar .box-notices li p,
.secondary-sidebar .box-highlight li p {
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.secondary-sidebar .box-notices li p:hover,
.secondary-sidebar .box-highlight li p:hover {
  text-decoration: underline;
}
.secondary-sidebar .box-notices li .date,
.secondary-sidebar .box-highlight li .date {
  color: #9e9d9d;
  font-size: 0.8em;
  line-height: 1.33333333;
}
.secondary-sidebar .box-notices li .date:hover,
.secondary-sidebar .box-highlight li .date:hover {
  text-decoration: none;
}
.secondary-sidebar .box-notices li:nth-child(2):before,
.secondary-sidebar .box-highlight li:nth-child(2):before {
  content: "\f086";
  height: 70px;
  width: 70px;
  display: block;
  position: absolute;
  right: 20px;
  color: #EAEAEA;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  z-index: 9;
  font-size: 5em;
  top: 50%;
  margin-top: -35px;
}
.secondary-sidebar .box-notices .see-all,
.secondary-sidebar .box-highlight .see-all {
  background-color: #f7f7f7;
  border-top: 1px solid #ffffff;
  padding: 0.73333333em;
  min-height: 20px;
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.secondary-sidebar .box-notices .see-all a,
.secondary-sidebar .box-highlight .see-all a {
  color: #0077cc;
  text-decoration: underline;
}
.secondary-sidebar .box-notices .see-all .rss,
.secondary-sidebar .box-highlight .see-all .rss {
  float: right;
  display: block;
  width: 15px;
  height: 20px;
}
.secondary-sidebar .box-notices .see-all .rss i,
.secondary-sidebar .box-highlight .see-all .rss i {
  color: #bb2e29;
  position: static;
  font-size: 1.6em;
  line-height: normal;
}
.secondary-sidebar .box-notices .see-all .rss i:hover,
.secondary-sidebar .box-highlight .see-all .rss i:hover {
  color: #d65451;
}
.secondary-sidebar .box-notices .see-all .rss span,
.secondary-sidebar .box-highlight .see-all .rss span {
  display: block;
  height: 0;
  position: absolute;
  top: -10000px;
}
.secondary-sidebar .box-highlight:before {
  content: "";
  padding-top: 25px;
  border-bottom: 1px solid #eaeaea;
  background-color: #eaeaea;
  display: block;
}
.secondary-sidebar .box-highlight h3 i {
  width: 35px;
  margin: auto;
}
.secondary-sidebar .box-highlight li:nth-child(2):before {
  content: "\f10d";
}
.secondary-sidebar .box-login {
  position: relative;
  margin-top: 1.46666667em;
  padding: 1.1em;
}
.secondary-sidebar .box-login i {
  position: absolute;
  top: 9%;
  right: 20px;
  color: #eaeaea;
}
.secondary-sidebar .box-login p {
  position: relative;
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.secondary-sidebar .box-login h3 {
  margin: 0;
}
@media only screen and (max-width: 976px) {
  .secondary-sidebar .box-notices li a,
  .secondary-sidebar .box-highlight li a {
    padding: 0.73333333em 0.73333333em;
  }
  .secondary-sidebar .box-login {
    padding: 0.73333333em;
  }
}
@media print {
  .content-wrapper .row .w4 {
    display: none;
  }
}
.share-button-wrapper {
  position: relative;
}
.share-button-wrapper .share {
  position: absolute;
  right: 1px;
  top: 1px;
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  color: #bb2e29;
  height: 30px;
  width: 30px;
  background-image: url("../img/share.png");
  background-repeat: no-repeat;
  background-position: center;
}
.share-button-wrapper .share:hover {
  background-color: #eaeaea;
}
.share-button-wrapper .gosocial {
  position: absolute;
  right: 41px;
  top: 0;
}
.share-button-wrapper .gosocial .triangle-border {
  position: relative;
  border: 1px solid #b2b2b2;
  background-color: #F6F6F6;
  border-radius: 6px;
}
.share-button-wrapper .gosocial .triangle-border ul {
  margin: 0;
  overflow: hidden;
  height: 32px;
  min-width: 140px;
}
.share-button-wrapper .gosocial .triangle-border ul li {
  display: inline-block;
  margin: 0;
  padding: 0 0.3em;
  position: relative;
  list-style-type: none;
  background-image: none;
}
.share-button-wrapper .gosocial .triangle-border ul li a {
  border-bottom: none;
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.share-button-wrapper .gosocial .triangle-border ul li a span {
  display: block;
  height: 0;
  position: absolute;
  top: -10000px;
}
.share-button-wrapper .gosocial .triangle-border .facebook a {
  background-image: url("../img/social/facebook.png");
}
.share-button-wrapper .gosocial .triangle-border .twitter a {
  background-image: url("../img/social/twitter.png");
}
.share-button-wrapper .gosocial .triangle-border .google-plus a {
  background-image: url("../img/social/gplus.png");
}
.share-button-wrapper .gosocial .triangle-border .mail a {
  background-image: url("../img/social/send.png");
}
.share-button-wrapper .gosocial .triangle-border .arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #b2b2b2;
  position: absolute;
  z-index: 51;
  right: -10px;
  top: 10px;
}
@media only screen and (max-width: 976px) {
  .share-button-wrapper {
    display: none;
  }
}
@media print {
  .share-button-wrapper {
    display: none;
  }
}
/* Stile per le parole chiave (interessi in temi di ricerca) */
.keywords {
  border-bottom: 1px solid #eaeaea;
  background-color: #ffffff;
  width: 97%;
}
.keywords p:before {
  content: "";
  display: block;
  height: 4px;
  width: 25px;
  top: -4px;
  background-color: #bb2e29;
  position: relative;
}
.keywords .fa-tag {
  font-size: 1.4em;
  padding-left: 0.18333333em;
  margin-right: 0.24444444em;
}
.keywords .label {
  margin-right: 0.36666667em;
  color: #bb2e29;
  font-weight: bold;
}
.keywords p span:not(.label) {
  font-style: italic;
}
.keywords p span:not(.label):after {
  content: " - ";
}
.keywords p span:not(.label):last-child:after {
  content: "";
}
.logged-in .keywords {
  margin-bottom: 2.93333333em;
}
@media only screen and (max-width: 976px) {
  .keywords {
    margin-bottom: 0.73333333em;
  }
  .keywords p:before {
    height: 0;
  }
}
.pagination {
  margin-top: 2.93333333em;
  margin-bottom: 1.46666667em;
}
.pagination a:not(.go-to) {
  margin: 0 2px;
  text-decoration: underline;
  text-align: center;
  display: inline-block;
  min-width: 25px;
}
.pagination a:not(.go-to) i {
  background-color: #f3f2f2;
  color: #bb2e29;
  min-width: 9px;
  padding: 5px 8px;
}
.pagination .selected {
  text-align: center;
  display: inline-block;
  padding: 2px 4px;
  background-color: #bb2e29;
  color: #fff;
  min-width: 17px;
}
@media only screen and (max-width: 976px) {
  .pagination a:not(.go-to) {
    min-width: 32px;
    min-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination {
    text-align: center;
  }
}
/* Stile per: pubblicazioni, collaborazioni e appelli */
.report-list {
  clear: both;
  background-color: #ffffff;
}
.report-list:first-of-type {
  padding-top: 51px;
}
.report-list.w-title {
  padding-top: 2.2em;
}
.report-list.w-title:first-of-type {
  padding-top: 1.46666667em;
}
.report-list.w-title .title {
  color: #000;
  text-transform: uppercase;
}
.report-list.w-title p {
  border-top: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.report-list.w-title p:before {
  content: none;
}
.report-list.w-title dl {
  padding-bottom: 0;
  margin-bottom: 0.36666667em;
  margin-top: 1.46666667em;
}
.report-list.w-title dt,
.report-list.w-title dd {
  width: auto;
}
.report-list.w-title dt {
  clear: both;
  margin-right: 5px;
}
.report-list dl,
.report-list p {
  font-size: 1em;
  line-height: 1.6;
  line-height: 1.5em;
  border-top: 1px solid #eaeaea;
  margin-bottom: 0.73333333em;
  padding-bottom: 0.73333333em;
}
.report-list dl:before,
.report-list p:before {
  content: "";
  display: block;
  height: 4px;
  width: 25px;
  background-color: #d3d0c9;
  margin-bottom: 0.36666667em;
  position: relative;
  top: -4px;
}
.report-list dl {
  margin-bottom: 1.46666667em;
}
.report-list dl:after {
  content: "";
  display: table;
  clear: both;
}
.report-list dl dt {
  clear: both;
  float: left;
  font-weight: normal;
  width: 35%;
  color: #666666;
  margin-bottom: 0.36666667em;
}
.report-list dl dd {
  float: left;
  width: 55%;
  margin-bottom: 0.36666667em;
}
.report-list dl dd.name {
  font-weight: bold;
}
@media only screen and (max-width: 976px) {
  .report-list:first-of-type {
    padding-top: 0.73333333em;
  }
}
@media only screen and (max-width: 767px) {
  .report-list dl dt,
  .report-list dl dd {
    width: 100%;
  }
}
/* Stile per avvisi */
.linked-list {
  margin: 1.46666667em 0;
  margin-left: 1em;
  clear: both;
  background-color: #ffffff;
}
.linked-list:first-of-type {
  padding-top: 7px;
  margin-top: 1.46666667em;
}
.linked-list h3 {
  margin-bottom: 0;
  /*i{
			color: @primary;
			font-size: 0.5em;
			margin-right: @wrapper-padding;

		}*/
}
.linked-list h3 a {
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.linked-list .right {
  text-decoration: none;
  width: 190px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.linked-list .right:hover {
  width: auto;
  white-space: normal;
}
.breadcrumbs + .linked-list {
  margin-top: 0;
  padding-top: 0;
  margin-left: 0;
}
.breadcrumbs + .linked-list h3 {
  margin-top: 0.8em;
  text-indent: 0;
}
@media only screen and (max-width: 976px) {
  .linked-list:first-of-type {
    margin-top: 0;
  }
  .linked-list h3 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 520px) {
  h3 {
    margin-bottom: 0.73333333em;
  }
}
/* stile per elementi in lista comprensivi di un link e descrizione (insegnamenti) */
.linked-data-list {
  border-top: 1px solid #eaeaea;
  padding: 1.46666667em 0.36666667em;
  background-color: #ffffff;
  line-height: 1.46666667em;
}
.linked-data-list:first-of-type {
  margin-top: 1.46666667em;
}
.linked-data-list h4 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0.36666667em;
  color: #333333;
}
.linked-data-list .metainfo-wrapper .w-icon {
  display: inline-block;
  margin-right: 1.46666667em;
}
.linked-data-list .metainfo-wrapper .w-icon i {
  margin-right: 0.36666667em;
  color: #bb2e29;
}
.linked-data-list table {
  width: 100%;
}
.linked-data-list table th {
  color: #666666;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  padding-bottom: 7px;
  width: 13.5%;
  padding-top: 2px;
}
.linked-data-list table td {
  vertical-align: bottom;
  padding-bottom: 2px;
}
.link-wrapper {
  margin-top: 0.36666667em;
  overflow: hidden;
}
.link-wrapper a {
  float: left;
}
.link-wrapper a.task + a + a {
  /* se diventano + di tre link modificare */
  border-left: 1px solid #333333;
  padding-left: 1.46666667em;
}
.link-wrapper a:not(.task) {
  margin: 0 2.2em 0 0;
}
.link-wrapper a:not(.task) i {
  margin-right: 0.73333333em;
  color: #bb2e29;
}
.link-wrapper a:not(.task) + a {
  border-left: 1px solid #333333;
  padding-left: 1.46666667em;
}
.link-wrapper a.add {
  color: #fff;
}
a + .field.actions,
a:nth-of-type(2) + .field.actions {
  overflow: visible;
  margin-top: 2.93333333em;
}
@media only screen and (max-width: 767px) {
  .linked-data-list dl dt,
  .linked-data-list dl dd {
    width: 100%;
  }
  .linked-data-list dl dd {
    margin-bottom: 0.73333333em;
  }
}
@media only screen and (max-width: 520px) {
  .linked-data-list table th + td {
    padding-left: 1%;
  }
  .linked-data-list .link-wrapper a:not(.task) {
    margin-left: 0;
  }
  .linked-data-list .link-wrapper a:not(.task) i {
    margin-right: 0.36666667em;
  }
}
/*
* stile dell'header con le informazioni dell'insegnamento (nella pagina di edit):
  titolo, anno e corso
  esiste anche il back alla pagina precedente
*/
.heading-info {
  margin-top: 14px;
  height: 80px;
  /*.heading-description{
    background-color: @background-page; 
    padding: @wrapper-padding*2 @wrapper-padding;
    padding-left: 160px;
    padding-top: 90px;
    
  }*/
}
.heading-info h1 {
  position: fixed;
  margin-bottom: 0.36666667em;
  background-color: #ffffff;
  padding: 0.36666667em 0;
  padding-left: 160px;
  z-index: 9;
  width: calc(1080px);
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  font-size: 2.46666667em;
  line-height: 1.2em;
  font-weight: 200;
}
.heading-info h1 span {
  display: block;
  color: #bb2e29;
}
.logged-in .heading-info {
  margin-top: -15px;
}
.logged-in .heading-info h1 {
  position: static;
}
@media only screen and (max-width: 976px) {
  .heading-info {
    height: auto;
  }
  .heading-info h1 {
    position: static;
    padding: 0.36666667em;
    height: auto;
    width: auto;
  }
  .teaching-info {
    padding: 0.36666667em;
  }
}
.info-box {
  position: relative;
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.info-box h3 {
  font-size: 1.33333333em;
  line-height: 1.2em;
  font-family: "YanoneKaffeesatz", Verdana, san-serif;
  color: #bb2e29;
  margin: 0;
  text-align: center;
  margin-top: -15px;
}
.info-box h3 i {
  color: #bb2e29;
  position: static;
  display: block;
  font-size: 1.5em;
}
.info-box h3 i:before {
  background-color: #ffffff;
}
.info-box div {
  padding: 0 1.46666667em 1.46666667em;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 1;
}
.info-box div:first-of-type {
  margin: 1.46666667em 0;
}
.info-box div p {
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.info-box div i {
  margin-right: 0.36666667em;
}
.info-box > .fa-life-ring {
  position: absolute;
  color: #eaeaea;
  top: 76%;
  right: 20px;
  font-size: 70px;
  margin-top: -70px;
}
.info-box .download-item {
  display: block;
  color: #bb2e29;
  padding: 0.73333333em 1.46666667em;
  text-decoration: none;
  background-color: #f7f7f7;
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.info-box .download-item i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 0.36666667em;
}
/* definition list apri e chiudi usato nella guida */
.abstract {
  margin: 0.73333333em 0 1.46666667em;
  font-size: 1.2em;
  line-height: 1.2em;
}
.open-close-list {
  border: 1px solid #eaeaea;
  border-bottom: none;
}
.open-close-list i {
  color: #3c639d;
  float: left;
  font-size: 24px;
  margin-right: 0.36666667em;
}
.open-close-list dt {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.2em;
  border-bottom: 1px solid #eaeaea;
}
.open-close-list dt > a {
  color: #333333;
  display: block;
  padding: 0.36666667em;
  background-color: #f7f7f7;
  text-decoration: none;
  min-height: 24px;
}
.open-close-list dd {
  padding: 1.46666667em 0.73333333em;
  padding-left: 30px;
  border-bottom: 1px solid #bb2e29;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/* fix body per iframe */
iframe body {
  background-color: #fff;
  padding-top: 0;
  font-family: "PTSans", Verdana, Geneva, Tahoma, sans-serif;
}
/* link guide */
.logged-in {
  /* box modificabili */
  /* pagina pubblicazioni */
  /* interessi in temi di ricerca */
}
.logged-in .box-bio,
.logged-in .box-contact,
.logged-in .box-receipt,
.logged-in .function,
.logged-in .linked-list,
.logged-in .linked-data-list,
.logged-in .box-content-page .text,
.logged-in .box-content-page .inner-text,
.logged-in .box-content-page .keywords,
.logged-in .box-content-page .report-list {
  border: 1px solid #eaeaea;
  padding: 0.73333333em;
  border-radius: 5px;
}
.logged-in .guide {
  /*/
		position: absolute;
		right: 2px;
		top: 2px;
		*/
  color: #3c639d;
  border-radius: 10px;
  border-radius: 15px;
  width: 32px;
  height: 30px;
  display: inline-block;
  text-align: center;
  float: right;
  z-index: 10;
}
.logged-in .guide + * {
  clear: both;
}
.logged-in .guide .fa {
  font-size: 1.5em;
}
.logged-in .guide .fa:hover {
  color: #254068;
}
.logged-in .guide-wrapper {
  background-color: #ffffff;
  overflow: auto;
  padding-top: 5px;
}
.logged-in .guide-wrapper .guide {
  position: relative;
  top: 25px;
  margin-top: -25px;
}
.logged-in .function .guide {
  width: 12px;
}
.logged-in .function .guide + * {
  clear: none;
}
.logged-in .linked-list {
  margin-top: 0;
  margin-left: 0;
}
.logged-in .linked-list.chevron-right {
  display: none;
}
.logged-in .box-content-page .text {
  border-radius: 0;
  background-color: #f7f7f7;
  border: none;
}
.logged-in .report-list {
  margin-bottom: 2.2em;
}
.logged-in .fixed-height {
  max-height: 600px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 4px;
}
.logged-in .fixed-height p:after {
  content: "";
  display: table;
  clear: both;
}
.logged-in .fixed-height input,
.logged-in .fixed-height label {
  float: left;
}
.logged-in .fixed-height input {
  margin-top: 6px;
  margin-left: 3px;
}
.logged-in .fixed-height label {
  margin-left: 0.73333333em;
  width: calc(90%);
}
.logged-in .linked-data-list {
  background-color: #ffffff;
  margin-bottom: 1.46666667em;
}
.logged-in .linked-data-list .link-wrapper {
  border-top: 1px solid #eaeaea;
  padding: 0.73333333em 0;
}
.logged-in .linked-data-list .actions {
  text-align: left;
  margin-bottom: 1.46666667em;
}
.logged-in .keywords p {
  border-top: 1px solid #eaeaea;
}
.logged-in .keywords p:before {
  top: -4px;
}
.logged-in .keywords label {
  margin-right: 0.36666667em;
}
.logged-in .keywords.empty {
  margin-bottom: 1.46666667em;
  background-color: #ffffff;
}
.logged-in .keywords .field .form-help {
  padding-top: 0;
}
/* CAMPI FIELD */
.task {
  border: 1px solid #3c639d;
  color: #fff;
  background-color: #3c639d;
  padding: 4px 0px;
  border-radius: 4px;
  width: 30px;
  text-decoration: none;
  float: none;
  display: inline-block;
  margin-right: 4px;
  font-family: "PTSans", Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  padding: 4px 6px;
  position: static;
  margin-bottom: -7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.task i {
  color: #fff;
  margin-right: 0;
  float: left;
  margin: 2px;
}
.task span {
  display: block;
  height: 0;
  position: absolute;
  top: -10000px;
  margin-left: 0;
}
.task:hover {
  background-color: #254068;
}
.task:hover i {
  color: #fff;
}
.task:hover span {
  height: auto;
  width: auto;
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  border: 1px solid #ccc;
  margin-left: 23px;
  margin-top: -5px;
  text-align: left;
  line-height: normal;
  padding: 0px 9px;
  color: #333333;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  line-height: 26px;
}
/* pulsante disabilitato */
.task.disabled {
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0;
}
.task.disabled i {
  color: #fff;
}
.task.disabled:hover {
  position: static;
}
.task.disabled:hover span {
  text-transform: none;
  width: 250px;
  line-height: normal;
  padding: 5px 9px;
  margin-left: 30px;
  margin-top: -11px;
}
.task.disabled:hover span:before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  left: -10px;
  top: 15px;
  background-image: url("../img/tooltip_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
/*pulsante disabilitato per  modifica programma*/
.field.actions .manage.disabled:hover span {
  margin-left: 130px;
  padding: 5px 9px;
  position: absolute;
  margin-top: -23px;
  line-height: normal;
}
.field.actions .manage.disabled:hover span:before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  left: -10px;
  top: 10px;
  background-image: url("../img/tooltip_arrow.png");
  background-repeat: no-repeat;
  background-position: center left;
}
.field .task {
  margin-bottom: 0;
}
.field {
  margin-bottom: 0.36666667em;
  /* input salva/pubblica/annulla */
  /* pulsanti <a> per aggiungi, modifica, elimina e gestisci elementi in backend */
  /* hanno lo stesso stile (background-color, padding, ecc) ma gli allineamenti sono diversi */
  /* button specifici di backend: modifica, elimina, gestisci */
  /*azione disabilitata*/
  /* pulsanti specifici di edit: salva e annulla */
  /*pulsanti per tab version*/
  /* campi per cui c'è una selezione con radio button e dropdown menu */
  /* input text e textarea */
}
.field:after {
  content: "";
  display: table;
}
.field .task-extend {
  float: left;
  background-color: #3c639d;
  color: #fff;
  border: none;
  width: auto;
  margin: auto;
  margin-right: 4px;
  margin-bottom: 0.36666667em;
}
.field .task-extend i {
  color: #fff;
}
.field .task-extend:hover {
  background-color: #254068;
}
.field .task-extend:hover span {
  margin-top: -4px;
}
.field.actions {
  margin-top: 0.73333333em;
  margin-bottom: 1em;
  overflow: hidden;
  text-align: center;
}
.field.actions .task {
  border: 1px solid #3c639d;
  padding: 4px 0px;
  border-radius: 4px;
  text-decoration: none;
  float: none;
  display: inline-block;
  font-family: "PTSans", Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  padding: 4px 6px;
  position: static;
  margin-bottom: -7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.86666667em;
  line-height: 1.41176471;
  float: left;
  background-color: #3c639d;
  color: #fff;
  border: none;
  width: auto;
  margin: auto;
  margin-right: 4px;
  margin-bottom: 0.36666667em;
  width: 30px;
}
.field.actions .task i {
  color: #fff;
  margin-right: 0;
  float: left;
  margin: 2px;
}
.field.actions .task span {
  display: block;
  height: 0;
  position: absolute;
  top: -10000px;
  margin-left: 0;
}
.field.actions .task:hover {
  background-color: #254068;
}
.field.actions .task:hover i {
  color: #fff;
}
.field.actions .task:hover span {
  height: auto;
  width: auto;
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  border: 1px solid #ccc;
  margin-left: 23px;
  margin-top: -5px;
  text-align: left;
  line-height: normal;
  padding: 0px 9px;
  color: #333333;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  line-height: 26px;
}
.field.actions .task i {
  color: #fff;
}
.field.actions .task:hover {
  background-color: #254068;
}
.field.actions .task:hover span {
  margin-top: -4px;
}
.field.actions .task.disabled {
  background-color: #d0d0d0;
}
.field.actions .task.disabled:hover span {
  text-transform: none;
  width: 250px;
  line-height: normal;
  padding: 5px 9px;
  margin-left: 30px;
  margin-top: -11px;
}
.field.actions .manage {
  border: 1px solid #3c639d;
  padding: 4px 0px;
  border-radius: 4px;
  width: 30px;
  text-decoration: none;
  display: inline-block;
  font-family: "PTSans", Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  padding: 4px 6px;
  position: static;
  margin-bottom: -7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.86666667em;
  line-height: 1.41176471;
  float: left;
  background-color: #3c639d;
  color: #fff;
  border: none;
  width: auto;
  margin: auto;
  margin-right: 4px;
  margin-bottom: 0.36666667em;
  float: none;
}
.field.actions .manage i {
  color: #fff;
  margin-right: 0;
  float: left;
  margin: 2px;
}
.field.actions .manage span {
  display: block;
  height: 0;
  position: absolute;
  top: -10000px;
  margin-left: 0;
}
.field.actions .manage:hover {
  background-color: #254068;
}
.field.actions .manage:hover i {
  color: #fff;
}
.field.actions .manage:hover span {
  height: auto;
  width: auto;
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  border: 1px solid #ccc;
  margin-left: 23px;
  margin-top: -5px;
  text-align: left;
  line-height: normal;
  padding: 0px 9px;
  color: #333333;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  line-height: 26px;
}
.field.actions .manage i {
  color: #fff;
}
.field.actions .manage:hover {
  background-color: #254068;
}
.field.actions .manage:hover span {
  margin-top: -4px;
}
.field.actions .add {
  border: 1px solid #3c639d;
  padding: 4px 0px;
  border-radius: 4px;
  width: 30px;
  text-decoration: none;
  float: none;
  display: inline-block;
  font-family: "PTSans", Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  padding: 4px 6px;
  position: static;
  margin-bottom: -7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.86666667em;
  line-height: 1.41176471;
  background-color: #3c639d;
  color: #fff;
  border: none;
  width: auto;
  margin: auto;
  margin-right: 4px;
  margin-bottom: 0.36666667em;
  float: left;
}
.field.actions .add i {
  color: #fff;
  margin-right: 0;
  float: left;
  margin: 2px;
}
.field.actions .add span {
  display: block;
  height: 0;
  position: absolute;
  top: -10000px;
  margin-left: 0;
}
.field.actions .add:hover {
  background-color: #254068;
}
.field.actions .add:hover i {
  color: #fff;
}
.field.actions .add:hover span {
  height: auto;
  width: auto;
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  border: 1px solid #ccc;
  margin-left: 23px;
  margin-top: -5px;
  text-align: left;
  line-height: normal;
  padding: 0px 9px;
  color: #333333;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  line-height: 26px;
}
.field.actions .add i {
  color: #fff;
}
.field.actions .add:hover {
  background-color: #254068;
}
.field.actions .add:hover span {
  margin-top: -4px;
}
.field.actions .add + span {
  float: left;
}
.field.actions .sort {
  border: 1px solid #3c639d;
  padding: 4px 0px;
  border-radius: 4px;
  width: 30px;
  text-decoration: none;
  float: none;
  display: inline-block;
  font-family: "PTSans", Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  padding: 4px 6px;
  position: static;
  margin-bottom: -7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.86666667em;
  line-height: 1.41176471;
  float: left;
  background-color: #3c639d;
  color: #fff;
  border: none;
  width: auto;
  margin: auto;
  margin-right: 4px;
  margin-bottom: 0.36666667em;
  float: right;
}
.field.actions .sort i {
  color: #fff;
  margin-right: 0;
  float: left;
  margin: 2px;
}
.field.actions .sort span {
  display: block;
  height: 0;
  position: absolute;
  top: -10000px;
  margin-left: 0;
}
.field.actions .sort:hover {
  background-color: #254068;
}
.field.actions .sort:hover i {
  color: #fff;
}
.field.actions .sort:hover span {
  height: auto;
  width: auto;
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  border: 1px solid #ccc;
  margin-left: 23px;
  margin-top: -5px;
  text-align: left;
  line-height: normal;
  padding: 0px 9px;
  color: #333333;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  line-height: 26px;
}
.field.actions .sort i {
  color: #fff;
}
.field.actions .sort:hover {
  background-color: #254068;
}
.field.actions .sort:hover span {
  margin-top: -4px;
}
.field.actions .sort i {
  margin-right: 4px;
}
.field.actions .disabled {
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0;
  cursor: pointer;
}
.field.actions .disabled:hover {
  background-color: #d0d0d0;
}
.field.buttons {
  text-align: right;
  margin-bottom: 0.36666667em;
  margin-top: 0.36666667em;
}
.field.buttons input {
  height: auto;
}
.field.buttons .task {
  border: 1px solid #3c639d;
  padding: 4px 0px;
  border-radius: 4px;
  width: 30px;
  text-decoration: none;
  display: inline-block;
  font-family: "PTSans", Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  padding: 4px 6px;
  position: static;
  margin-bottom: -7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.86666667em;
  line-height: 1.41176471;
  float: left;
  background-color: #3c639d;
  color: #fff;
  border: none;
  width: auto;
  margin: auto;
  margin-right: 4px;
  margin-bottom: 0.36666667em;
  float: none;
}
.field.buttons .task i {
  color: #fff;
  margin-right: 0;
  float: left;
  margin: 2px;
}
.field.buttons .task span {
  display: block;
  height: 0;
  position: absolute;
  top: -10000px;
  margin-left: 0;
}
.field.buttons .task:hover {
  background-color: #254068;
}
.field.buttons .task:hover i {
  color: #fff;
}
.field.buttons .task:hover span {
  height: auto;
  width: auto;
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  border: 1px solid #ccc;
  margin-left: 23px;
  margin-top: -5px;
  text-align: left;
  line-height: normal;
  padding: 0px 9px;
  color: #333333;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  line-height: 26px;
}
.field.buttons .task i {
  color: #fff;
}
.field.buttons .task:hover {
  background-color: #254068;
}
.field.buttons .task:hover span {
  margin-top: -4px;
}
.field.buttons .task i {
  color: #fff;
}
.field.buttons .cancel {
  border: 1px solid #3c639d;
  padding: 4px 0px;
  border-radius: 4px;
  width: 30px;
  text-decoration: none;
  display: inline-block;
  font-family: "PTSans", Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  padding: 4px 6px;
  position: static;
  margin-bottom: -7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.86666667em;
  line-height: 1.41176471;
  float: left;
  background-color: #3c639d;
  color: #fff;
  border: none;
  width: auto;
  margin: auto;
  margin-right: 4px;
  margin-bottom: 0.36666667em;
  float: none;
  background-color: #333333;
}
.field.buttons .cancel i {
  color: #fff;
  margin-right: 0;
  float: left;
  margin: 2px;
}
.field.buttons .cancel span {
  display: block;
  height: 0;
  position: absolute;
  top: -10000px;
  margin-left: 0;
}
.field.buttons .cancel:hover {
  background-color: #254068;
}
.field.buttons .cancel:hover i {
  color: #fff;
}
.field.buttons .cancel:hover span {
  height: auto;
  width: auto;
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  border: 1px solid #ccc;
  margin-left: 23px;
  margin-top: -5px;
  text-align: left;
  line-height: normal;
  padding: 0px 9px;
  color: #333333;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  line-height: 26px;
}
.field.buttons .cancel i {
  color: #fff;
}
.field.buttons .cancel:hover {
  background-color: #254068;
}
.field.buttons .cancel:hover span {
  margin-top: -4px;
}
.field.buttons .cancel i {
  color: #fff;
}
.field.buttons .cancel i {
  color: #fff;
}
.field.buttons .cancel:hover {
  background-color: #254068;
}
.field.buttons .cancel:hover span {
  margin-top: -4px;
}
.field.version {
  text-align: left;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.73333333em;
  /* fix #17084 */
}
.field.version:after {
  clear: both;
}
.field.textarea {
  margin-top: 1.46666667em;
}
.field.radio-it-en {
  border-radius: 5px;
  padding: 0.36666667em 0;
  margin-bottom: 2em;
}
.field.insert-date {
  margin-bottom: 2em;
  margin-top: 1.46666667em;
}
.field.select {
  margin-bottom: 2em;
  margin-top: 1.46666667em;
  /* tendina al posto di select2 per multiselect */
}
.field.select label {
  font-weight: bold;
}
.field.select input[type="text"] {
  width: auto;
  max-width: 100%;
}
.field.select.actions select {
  padding: 2px 0.73333333em;
  margin-right: 0.36666667em;
  float: left;
}
.field.select .select-tag {
  display: inline-block;
  width: 250px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  padding: 0.36666667em;
  padding-left: 0.73333333em;
  text-decoration: none;
  color: #333333;
  box-sizing: border-box;
  white-space: nowrap;
  position: relative;
}
.field.select .select-tag:after {
  content: "\f0d7";
  font: 14px/1 FontAwesome;
  display: inline-block;
  position: absolute;
  right: 0px;
  line-height: 30px;
  background-color: #f2f1f1;
  border: 1px solid #ccc;
  width: 20px;
  text-align: center;
  top: 0px;
  height: 30px;
}
.field.select .select-tag.opened {
  border-bottom: 1px solid #fff;
}
.field.select .select-tag.opened + .tags {
  display: block;
}
.field.select .tags {
  box-sizing: border-box;
  display: none;
  border: 1px solid #eaeaea;
  padding: 0.73333333em 0;
  position: relative;
  top: -5px;
  width: 250px;
}
.field.select .tags .selectedClass {
  display: block;
}
.field.select .tags .selectedClass label:after {
  content: "\f00c";
  font: 14px/1 FontAwesome;
  display: inline-block;
  margin-left: 5px;
}
.field.select .tags li {
  background-image: none;
  padding-left: 0;
}
.field.select .tags label {
  font-weight: normal;
  display: block;
  cursor: pointer;
  padding: 0 0.73333333em;
}
.field.select .tags label:hover {
  background-color: #eaeaea;
}
.field.select .tags input[type="checkbox"] {
  display: none;
}
.field.select.radio .radio-wrapper {
  background-color: #f7f7f7;
  padding: 0.36666667em;
  padding-bottom: 0;
}
.field.select.radio .radio-wrapper input[type="text"] {
  margin-top: 5px;
}
.field.select.radio label {
  font-weight: normal;
  min-width: 110px;
  display: inline-block;
}
.field.checkbox {
  overflow: auto;
}
.field.checkbox .option {
  background-color: #ffffff;
  float: left;
  padding: 0.36666667em;
  border: 1px solid #eaeaea;
  clear: both;
  margin-bottom: 0.36666667em;
}
.field label .required {
  display: inline-block;
  height: 4px;
  width: 4px;
  background-color: #ff0000;
  position: relative;
  top: -3px;
  text-indent: 99999px;
  overflow: hidden;
}
.field .form-help {
  background-color: #d7f7d7;
  padding: 0.36666667em 0.73333333em;
  margin-bottom: 0.36666667em;
  text-align: left;
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.field .form-help a {
  float: none;
  margin: 0;
}
.field .error-text {
  background-color: #ffddcc;
  padding: 0.36666667em 0.73333333em;
  color: #d65451;
  text-align: left;
  margin-bottom: 0.36666667em;
}
.field .error-text i {
  margin-right: 0.36666667em;
}
.field input[type=text],
.field textarea,
.field select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 0.36666667em 0.73333333em;
  margin-bottom: 0.36666667em;
  font-family: "PTSans", Verdana, Geneva, Tahoma, sans-serif;
}
.field select {
  width: auto;
  max-width: 100%;
  min-width: 194px;
}
.private {
  background-image: url("../img/background_draft.png");
  background-repeat: repeat;
  background-color: #ffffff !important;
}
.main-menu .private {
  position: relative;
  border: 1px solid #eaeaea;
}
.main-menu .private span {
  width: 80px;
  height: 30px;
  position: absolute;
  top: 30px;
  left: 0px;
  margin-top: 10px;
  text-align: center;
  border: 1px solid #eaeaea;
  font-family: "PTSans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.666em;
  background-color: #f9f5f0;
  letter-spacing: -0.05em;
}
.main-menu .private span::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 35px;
  height: 10px;
  width: 10px;
  background-image: url("../img/tooltip_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.backend-info {
  background-color: #d7f7d7;
  width: auto;
  padding: 0.36666667em 0.73333333em;
  display: inline-block;
  color: #333333;
  margin-bottom: 0.36666667em;
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.backend-info.expiry {
  float: right;
  margin-top: 0.73333333em;
}
.backend-info.published {
  color: #333333;
}
.backend-info.right {
  float: right;
}
.backend-info + * {
  clear: both;
}
.warning-info {
  background-color: #d7f7d7;
  width: auto;
  padding: 0.36666667em 0.73333333em;
  display: inline-block;
  color: #333333;
  margin-bottom: 0.36666667em;
  font-size: 0.86666667em;
  line-height: 1.41176471;
  background-color: #f9f5f0;
  display: block;
  padding: 0.36666667em;
  line-height: 1.6em;
  /*testi corti*/
  min-height: 22px;
  font-weight: bold;
}
.warning-info.expiry {
  float: right;
  margin-top: 0.73333333em;
}
.warning-info.published {
  color: #333333;
}
.warning-info.right {
  float: right;
}
.warning-info + * {
  clear: both;
}
.warning-info i {
  color: #fab547;
  float: left;
  border-radius: 10px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.content-wrapper .reToolbar li {
  background-image: none;
}
/* elemento check pubblicato e elemento check tutti*/
.logged-in .w-check-state {
  position: relative;
  top: 40px;
  margin-bottom: calc(5.63333333em);
}
.logged-in .w-check-state .state,
.logged-in .w-check-state .all {
  position: absolute;
  top: -26px;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  height: 26px;
  padding: 2px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.logged-in .w-check-state .state label,
.logged-in .w-check-state .all label {
  margin-left: 4px;
  margin-right: 0;
  font-weight: bold;
}
.logged-in .w-check-state .state input,
.logged-in .w-check-state .all input {
  margin-top: 2px;
}
.logged-in .w-check-state .all {
  right: auto;
  left: 0;
}
/* tab per il backend con la versione pubblicata e versione in modifica */
.version_tab {
  position: relative;
  top: 1px;
  z-index: 8;
  line-height: 24px;
}
.version_tab ul li {
  background-image: none;
  line-height: 24px;
}
.version_tab .RadTabStrip .rtsLink {
  color: #333333;
  padding: 7px;
  margin-bottom: 3px;
  margin-right: 2px;
}
.version_tab .RadTabStrip .rtsLevel1 .rtsLink {
  border-radius: 0;
  background-color: #eaeaea !important;
}
.version_tab .RadTabStrip .rtsLevel1 .rtsSelected {
  padding: 8px 15px;
  background-color: #fbda64 !important;
  background-image: url("../img/arrowup_white.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.version_tab .RadTabStrip .rtsSelected {
  padding-bottom: 2px;
  line-height: 26px;
}
.version_tab .RadTabStrip .rtsLevel1 .private {
  padding: 8px 15px;
  background-image: url("../img/background_draft.png");
  background-repeat: repeat;
}
.version_tab .RadTabStrip .rtsLI {
  float: none;
  display: inline-block;
}
.version_tab .RadTabStrip .rtsLevel1 .rtsUL {
  display: block;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #333333;
  overflow: visible;
}
/*SORT*/
.sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 1.46666667em;
}
.sortable .field.actions {
  margin-bottom: 0;
}
ul.sortable li {
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 0.73333333em;
  background-image: none;
  clear: both;
  min-height: 40px;
  position: relative;
  padding-left: 20px;
}
ul.sortable li .RadInput,
ul.sortable li label,
ul.sortable li i {
  float: left;
  margin-top: 3px;
}
ul.sortable li .RadInput {
  width: 39% !important;
}
ul.sortable li label {
  min-height: 25px;
  min-width: 16px;
  text-align: center;
  padding: 4px;
  margin-left: 8px;
  background-color: #d7f7d7;
  font-size: 0.86666667em;
  line-height: 1.41176471;
  line-height: 24px;
}
ul.sortable li > i {
  line-height: 40px;
  color: #fff;
  background-color: #3c639d;
  width: 20px;
  text-align: center;
  border-right: 1px solid #fff;
  margin-top: 0;
  height: 40px;
  cursor: move;
  position: absolute;
  left: 0;
  height: 100%;
}
ul.sortable li .task,
ul.sortable li .field.actions .task {
  margin-top: 6px;
}
.content-core li.sortable-drag {
  background-color: #F7F6F6;
}
/* per elementi semplici testuali (ordina collaborazioni) */
.linked-list .sortable li {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.linked-list .sortable li i {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.linked-list .sortable li > span {
  padding: 0.36666667em 0.73333333em;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
/* spinner */
.spinner {
  margin: auto;
  height: 44px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-image: url("../img/bar_loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}
/* edit insegnamenti */
/*
body.edit-mode{
	padding-top: 66px;
}
*/
.content-edit {
  padding: 0.73333333em;
  background-color: #ffffff;
}
.content-edit h2 {
  margin-top: 0;
}
.content-edit .fixed-width-wrapper {
  background-color: #f7f7f7;
  overflow-x: auto;
  padding-top: 0.73333333em;
}
.content-edit .fixed-width {
  width: 70.532em;
  margin: auto;
  overflow: auto;
}
.content-edit .fixed-width .column-fixed {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.266em;
  /*470px + padding*/
  padding: 0 0.36666667em;
}
.content-edit .field.actions {
  margin-bottom: 0;
}
.content-edit .field.actions form-help {
  margin-bottom: 0;
}
.content-edit .warning-info {
  margin-bottom: 1.46666667em;
}
.action-box label {
  display: inline-block;
  margin-bottom: 0.36666667em;
}
.wrapper-box {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 0.73333333em;
  margin-bottom: 2.2em;
  background-color: #ffffff;
  clear: both;
}
.wrapper-box label {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  margin-top: 0.2em;
  display: inline-block;
  margin-bottom: 0.73333333em;
}
.lang-info {
  float: right;
  border: 1px solid #333333;
  background-color: #fff;
  margin-left: 0.36666667em;
  width: auto;
  padding: 0.24444444em 0.73333333em;
  display: inline-block;
  margin-bottom: 0.36666667em;
}
/* contenitore per edit foto (overlay) e per check orientation */
.overlay-portrait,
.overlay-cover {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  z-index: 999;
  top: 0px;
  height: 100%;
  width: 100%;
}
.overlay-portrait {
  display: none;
}
.layer-container {
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
  max-width: 880px;
  width: 100%;
  margin-top: 0.73333333em;
  border: 3px solid #eaeaea;
  top: 50%;
  left: 50%;
  margin-left: -450px;
  margin-top: -250px;
}
.layer-container iframe {
  min-height: 525px;
}
.layer-container .close {
  position: absolute;
  top: 3px;
  right: 3px;
  color: #333333;
  background-color: #f7f7f7;
  padding: 0 0.36666667em;
  border: 1px solid #eaeaea;
  text-transform: uppercase;
  text-decoration: none;
}
.alert-portrait {
  display: none;
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
  width: 275px;
  padding: 0.73333333em;
  padding-bottom: 0;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -50px;
}
.notice {
  background-color: #FFFAC4;
  padding: 0.73333333em;
  margin-bottom: 1.46666667em;
  overflow: auto;
}
.notice i,
.notice p {
  float: left;
}
.notice i {
  margin-top: 3px;
}
.notice p {
  margin-left: 0.73333333em;
  width: calc(100% - 1.8em);
  margin-bottom: 0;
}
@media only screen and (max-width: 976px) {
  .layer-container {
    position: absolute;
    left: 5px;
    width: calc(100% - 1.1em);
    margin: 0;
    top: 30px;
  }
  .header-wrapper .main-menu ul li.private {
    border: none;
  }
  .header-wrapper .main-menu ul li.private:hover {
    color: #333333;
  }
  .header-wrapper .main-menu ul li.private span {
    top: -5px;
    left: 150px;
    width: 120px;
    letter-spacing: 0em;
  }
  .header-wrapper .main-menu ul li.private span::after {
    background-image: none;
  }
  ul.sortable li {
    padding-left: 0;
  }
  ul.sortable li .fa-ellipsis-v {
    display: none;
  }
  ul.sortable li .up,
  ul.sortable li .down {
    width: 30px;
    height: 30px;
    display: table-cell;
    border-right: 2px solid #ffffff;
    background-color: #F7F6F6;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
  }
  ul.sortable li .down:before {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    background-color: #3c639d;
    padding: 7px 10px;
  }
  ul.sortable li .up:before {
    content: "\f0d8";
    font: normal normal normal 14px/1 FontAwesome;
    background-color: #3c639d;
    padding: 7px 10px;
  }
  ul.sortable li .RadInput {
    width: 44% !important;
  }
  ul.sortable li .field {
    position: absolute;
    top: 0;
    right: 0;
  }
  ul.sortable li .task,
  ul.sortable li .field.actions .task {
    margin-top: 3px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .logged-in {
    /* box modificabili */
  }
  .logged-in .box-bio,
  .logged-in .box-contact,
  .logged-in .box-receipt,
  .logged-in .function,
  .logged-in .linked-list,
  .logged-in .linked-data-list,
  .logged-in .box-content-page .text,
  .logged-in .box-content-page .inner-text,
  .logged-in .box-content-page .keywords,
  .logged-in .box-content-page .report-list {
    padding: 0.36666667em;
  }
  .version_tab .RadTabStrip .rtsLevel1 .rtsSelected {
    padding: 8px 4px;
  }
  .version_tab .rtsLevel .rtsOut {
    padding-right: 0;
  }
  .version_tab .RadTabStrip .rtsLink {
    padding: 5px 4px;
  }
  .layer-container iframe {
    min-height: 663px;
  }
  ul.sortable li .RadInput {
    width: calc(100% - 3em) !important;
  }
  ul.sortable li label:nth-of-type(2) {
    clear: both;
  }
}
@media only screen and (max-width: 520px) {
  .logged-in .search-wrapper {
    display: none;
  }
  .logged-in .guide .fa {
    font-size: 1.8em;
  }
  .logged-in .function .guide {
    width: auto;
  }
  .task {
    width: 35px;
    margin-right: 8px;
  }
  .task i {
    margin: 4px;
  }
  .field.actions .add,
  .field.actions .manage,
  .field.actions .sort,
  .field.actions .task {
    padding: 6px 7px;
  }
  .field.buttons .task,
  .field.buttons .cancel {
    padding: 6px 7px;
  }
  .option button {
    text-align: left;
    margin-top: 0.73333333em;
  }
  .layer-container {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 976px) and (orientation: portrait) {
  .alert-portrait,
  .overlay-portrait {
    display: block;
  }
  .alert-portrait.closed,
  .overlay-portrait.closed {
    display: none;
  }
  .alert-portrait.closed + .overlay-portrait {
    display: none;
  }
}
/* stile per la barra di backend */
.toolbar {
  background-color: #000;
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.toolbar .toolbar-wrapper {
  max-width: 1240px;
  margin: auto;
  text-align: right;
  position: relative;
}
.toolbar .toolbar-wrapper a {
  text-decoration: none;
  display: inline-block;
  margin-left: 2.2em;
  color: #fff;
}
.toolbar .toolbar-wrapper a i {
  margin-right: 5px;
}
.toolbar .toolbar-wrapper .dropdown {
  position: relative;
}
.toolbar .toolbar-wrapper .dropdown i {
  margin-right: 9px;
}
.toolbar .toolbar-wrapper .dropdown.closed + .dropdown-box {
  display: none;
}
.toolbar .toolbar-wrapper .dropdown.opened + .dropdown-box {
  font-size: 0.86666667em;
  line-height: 1.41176471;
  text-align: left;
  display: block;
  z-index: 99999;
  top: 36px;
  right: 0px;
  background-color: #f2f1f1;
  position: absolute;
  padding: 0.73333333em;
  width: 300px;
  border: 1px solid #d0d0d0;
}
.toolbar .toolbar-wrapper .dropdown.opened + .dropdown-box a {
  margin: 0;
  text-decoration: underline;
  color: #333333;
}
.toolbar .toolbar-wrapper .dropdown.opened + .dropdown-box .close {
  float: right;
  margin-top: 1.46666667em;
}
/* box usato nella edit degli insegnamenti per descrivere come è composto l'insegnamento
*/
.description-box {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1.46666667em;
  font-size: 0.86666667em;
  line-height: 1.41176471;
}
.description-box h3 {
  margin-top: 0.3em;
  font-size: 1.2em;
  line-height: 1.2em;
  border-bottom: 1px solid #eaeaea;
}
.description-box > p {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0.36666667em;
}
.description-box li {
  margin-bottom: 0.73333333em;
}
.description-box li p {
  margin-bottom: 0;
}
h3.more-info {
  color: #333333;
  text-decoration: none;
  display: block;
  padding-bottom: 0.36666667em;
  font-size: 1em;
  line-height: 1.6;
  line-height: 1.5em;
  margin-top: 0.36666667em;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}
h3.more-info i {
  float: right;
  margin-top: 2px;
  margin-right: 5px;
}
h3.more-info.closed + .description-box {
  display: none;
}
/*# sourceMappingURL=people.css.map */


html.no-touchevents a.phone {
    color: #333333;
    cursor: text;
    pointer-events: none;
    text-decoration: none;
}