@charset "CP850";
/* 
Document   : style
Created on : 29-gen-2013, 9.40.04
Author     : mlongo
Description:
Purpose of the stylesheet follows.
*/
/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/* -- SASS
----------------------------------------------------------------------------- */
/*originale #0078cf*/
/*originale #0078cf*/
/*originale #0078CF*/
/*originale #0078CF*/
/*originale #0078CF*/
/*originale #FFFFFF*/
/*originale #0078cf*/
/*originale #0078cf*/
/* -- SASS -- FINE
----------------------------------------------------------------------------- */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

:hover, :focus, :active {
  outline: none; }

html, button, input, select, textarea {
  font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  /*font-weight: 400;*/
  /* normal */
  color: #555;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/ }

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5; }

a {
  color: #0078cf;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease; }

a:hover {
  /*color: #000;*/
  text-decoration: underline;
  background: rgba(0, 0, 0, 0.025); }

::-moz-selection {
  background: #0078CF;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #0078CF;
  color: #fff;
  text-shadow: none; }

p {
  margin: 0 0 1em; }

p:last-child {
  margin-bottom: 0; }

a:visited {
  opacity: 0.9; }

a:active, a:focus {
  position: relative;
  top: 1px; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0; }

pre, code, kbd, samp {
  font-family: monospace,monospace;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

blockquote {
  margin: 1em 1em 1em 0;
  padding: 1em;
  border-left: 1px solid #DDD;
  font-style: italic;
  color: #999; }

blockquote p {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 0; }

blockquote small {
  display: block;
  font-size: 1em;
  line-height: 1.6em;
  color: #bfbfbf;
  text-align: right; }

blockquote small:before {
  content: '\2014 \00A0'; }

b, strong {
  font-weight: 700; }

small {
  font-size: 85%;
  color: #999; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dd {
  margin: 0 0 0 40px; }

dt {
  font-weight: 700; }

ul, ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 1em 0;
  background: red;
  color: black;
  padding: 1em; }

/* -- INFO IE7 and older
----------------------------------------------------------------------------- */
.olderBrowser {
  padding: 1em 0;
  text-align: center;
  background: #FFFFFF;
  border-bottom: 1px solid #ddd;
  color: #555555; }

/* -- HEADER
----------------------------------------------------------------------------- */
#navtop {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0.5em !important;
  background: #DDDDDD;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, white 0%, #dddddd 100%);
  /* IE10 Consumer Preview */
  background-image: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, white 0%, #dddddd 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #dddddd));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, white 0%, #dddddd 100%);
  /* W3C Markup, IE10 Release Preview */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=0 );
  /* IE6-9 */ }
  #navtop .logo img {
    height: 30px; }
  #navtop .nome_docente {
    float: left;
    font-weight: bold;
    padding-top: 5px; }
  #navtop nav ul {
    float: left;
    overflow: hidden;
    padding: 0;
    border-left: none;
    line-height: 2em; }
    #navtop nav ul li {
      float: left;
      padding: 0 1em;
      border-left: 1px solid #ddd; }
      #navtop nav ul li a {
        text-decoration: none;
        color: #555555; }
      #navtop nav ul li a.active {
        color: #0078cf; }

.mobile-menu {
  display: none; }

/* -- MENU
------------------------------------------------------------- */
aside {
  margin-bottom: 3em; }
  aside menu {
    padding: 0px;
    line-height: 2em;
    margin: 0px;
    margin-top: 49px; }
    aside menu li {
      line-height: 40px; }
      aside menu li a {
        text-decoration: none;
        color: #555555; }
    aside menu li.active {
      border: 0px;
      color: #333;
      background: 0 100%; }
      aside menu li.active a {
        color: #0078cf; }

/* -- FOOTER
------------------------------------------------------------- */
.footer-wrapper {
  border-top: 1px solid #ccc;
  padding: 1em;
  clear: both; }
  .footer-wrapper #footer-sx {
    width: 20%; }
  .footer-wrapper #footer-md {
    width: 60%;
    text-align: center; }
  .footer-wrapper #footer-dx {
    width: 20%;
    text-align: right; }
  .footer-wrapper #fase-test {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #EEE;
    text-align: center; }
  .footer-wrapper #test-icon {
    width: 32px;
    height: 32px; }

/* -- TYPO
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  /*margin:0 0 1em;*/
  font-weight: normal;
  margin: 0; }

h1 {
  font-size: 4.1em;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  line-height: 0.9;
  color: #555555;
  margin: 0 0 0.5em;
  font-weight: normal; }

h2 {
  font-size: 2.5em;
  /*margin: 0 0 20px;*/
  letter-spacing: -0.05em;
  color: #555555;
  line-height: 1; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.17em;
  text-transform: uppercase;
  margin: 0;
  color: #555555; }

h6 {
  font-size: 1em;
  /*margin-bottom: 2px;*/
  font-weight: 700; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333;
  text-decoration: none; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #0078CF;
  text-decoration: underline; }

.hasPlaceholder {
  color: #aaaaaa; }

/* -- GRID  https://github.com/mattberridge/Proportional-Grids/
------------------------------------------------------------- */
body {
  width: 100%;
  /*background: url(../img/stripes.png) no-repeat 40% 0;*/
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQIW2M8c+bMfxMTE0YGKIAzMARgKjFUAABgFQgFXMJ+agAAAABJRU5ErkJggg==") repeat; }

.container {
  width: 100%;
  margin: 0 auto;
  /*margin: 1em auto;*/
    /*max-width: 1100px;*/ /*mlongo - tolto il 28/01/2025*/
  min-width: 300px;
  background: #FFF;
  /*box-shadow: 5px 5px 10px #888888;*/
  border: 1px solid #CCC; }

.grid-wrap {
  margin-left: -3em;
  /* the same as your gutter */
  overflow: hidden;
  *zoom: 1; }

.grid-wrap:before, .grid-wrap:after {
  content: "";
  display: table; }

.grid-wrap:after {
  clear: both; }

.grid {
  float: left;
  padding-left: 3em;
  /* this is your gutter between columns */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc); }

.fright, .fleft {
  display: block;
  overflow: hidden; }

.fright {
  float: right; }

.fleft {
  float: left; }

.col-full {
  width: 100%; }

.col-one-half {
  width: 50%; }

.col-one-third {
  width: 33.333%; }

.col-two-thirds {
  width: 66.666%; }

.col-one-quarter {
  width: 25%; }

.col-three-quarters {
  width: 75%; }

.col-one-ten {
  width: 10%; }

.col-two-tens {
  width: 20%; }

.col-eight-tens {
  width: 80%; }

/* -- FORMS 
------------------------------------------------------------- */
form {
  margin-top: 1em; }

form li {
  margin-bottom: 1.5em; }

label {
  display: block;
  margin-bottom: 1em;
  font-weight: 700; }

input, select, textarea {
  border: 1px solid #DDD;
  color: #777;
  font-size: 1em;
  padding: 1em;
  /*width:60%;*/
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc); }

textarea {
  padding: 1em;
  min-height: 10em;
  height: auto;
  width: 100%; }

input, textarea {
  -moz-transition: border .25s;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s; }

input:hover, textarea:hover, input:focus, textarea:focus, input:active, textarea:active {
  border: 1px solid #999; }

input[type="text"], textarea {
  cursor: text; }

input[type="radio"], input[type="checkbox"] {
  display: inline;
  width: auto;
  height: auto;
  margin-right: 1em; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline; }

input[type="file"] {
  border: none; }

input[type="date"] {
  width: auto; }

select {
  height: auto; }

/* Placeholders */
::-webkit-input-placeholder {
  color: #BBB; }

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

:-ms-input-placeholder {
  color: #BBB; }

/* validate.js */
label.error {
  color: #0078CF;
  margin: 0.5em 0 0 0.5em;
  font-weight: normal;
  font-style: italic; }

/* -- BUTTONS 
------------------------------------------------------------- */
.button, input[type="submit"], button, .toggle-title, aside li {
  color: #666;
  font-size: 1.1em;
  font-weight: normal;
  padding: 0.6em 1.2em;
  text-shadow: 0 1px 0 #fff;
  border: solid 1px #ddd;
  /*originale #ddd*/
  text-decoration: none;
  cursor: pointer;
  background: #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all; }

.button:hover, input[type="submit"]:hover, button:hover, .with-content .toggle-title:hover {
  color: #333;
  text-decoration: none;
  border-color: #BBB;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: 0 100%; }

.button:focus, input[type="submit"]:focus, button:focus, .toggle-title:focus {
  color: #333;
  border-color: #BBB; }

.button:active, input[type="submit"]:active, button:active, .toggle-title:active {
  color: #000;
  background: #F5F5F5;
  border-color: #444;
  position: relative;
  top: 1px; }

/* - Toggles */
.toggle-view > li {
  margin-top: 1em;
  position: relative; }

.toggle-title {
  padding: 0.8em 2em; }

.toggle-title-detail {
  font-size: 0.8em;
  color: #999;
  font-weight: normal;
  text-transform: lowercase; }

.toggle-title:after {
  content: "\25C0";
  float: right;
  color: #999; }

.toggle-title:hover:after {
  color: #555555; }

.tactive {
  background: white; }

.tactive:after {
  content: "\25BC";
  color: #555; }

.toggle {
  /*padding: 1em 2em;*/
  padding: 1em 1em;
  display: none;
  overflow: hidden;
  border: 1px solid #EEE;
  /*MARY*/ }

.toggle > ul li {
  line-height: 2.5; }

.toggle > ul li:before {
  content: "\2714 ";
  color: #ddd;
  margin-right: 1em; }

/* aggiunto da me per accordion vuoti */
.without-content .toggle-title:after {
  content: "";
  float: right;
  color: #999; }

/* --MARY
------------------------------------------------------------- */
.text-info {
  color: #0078cf; }

.mod a, .f-stud a {
  color: #0078cf; }

.color_active {
  color: #0078cf; }

/* #0078CF */
.color_standby {
  color: orange; }

.color_error {
  color: #cd0a0a; }

.color_alert {
  color: #cd0a0a; }

.color_light {
  color: #ddd; }

.alert {
  font-weight: normal; }

.alert-input {
  color: #F00;
  text-align: right;
  font-size: 12px; }

.clearfix {
  clear: both; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.margin-t1 {
  margin-top: 1em; }

.margin-b1 {
  margin-bottom: 1em; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-t {
  border-top: 1px solid #ddd; }

.pt1 {
  padding-top: 1em !important; }

.pb1 {
  padding-bottom: 1em !important; }

.pt3 {
  padding-top: 3em !important; }

.pl0 {
  padding-left: 0 !important; }

.pl3 {
  padding-left: 3em !important; }

.pl-3 {
  padding-left: -3em !important; }

.empty-data {
  text-align: center;
  font-style: italic;
  padding: 0px 0px; }

.hide {
  display: none; }

img.loading {
  width: 32px;
  height: 32px;
  padding: 0.5em 0; }

/*
footer{ color: #555; margin-bottom: 1em !important; }
*/
.main {
  /*min-height: 300px;*/
  /*min-height: 650px;*/
  /*padding: 0 1em;*/ }

div, article, section, header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*.login-page{width: 300px; margin: 0 auto; margin-top: 5em;}*/
.login-page {
  padding: 1em; }

.login-page header {
  text-align: center;
  padding: 1em 0; }

.login-container {
  width: 300px;
  margin: 0 auto;
  /*margin-top: 5em;*/ }

.login-container a {
  color: #0078cf; }

.pagina-personale-title {
  text-transform: uppercase;
  font-size: 12px; }

.pagina-personale-title span {
  color: #0078cf;
  font-size: 24px;
  text-transform: uppercase; }

#university {
  background: #1B5376;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #3a82b2 0%, #1b5376 100%);
  /* IE10 Consumer Preview */
  background-image: -moz-linear-gradient(top, #3a82b2 0%, #1b5376 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, #3a82b2 0%, #1b5376 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a82b2), color-stop(1, #1b5376));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, #3a82b2 0%, #1b5376 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, #3a82b2 0%, #1b5376 100%);
  /* W3C Markup, IE10 Release Preview */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A82B2', endColorstr='#1B5376',GradientType=0 );
  /* IE6-9 */ }

#university .logo-container {
  float: left;
  width: 50%; }

#university .user-container {
  float: left;
  width: 50%; }

/*
#university .logo-container{}
#university .user-container{}
*/
#university .logo-container img {
  height: 100px;
  /*margin-left: 1em;*/ }

#university .user-container .user a {
  color: #FFF; }

.student {
  color: white;
  padding-top: 1em;
  font-weight: bold; }

a.logout {
  margin-left: 5px;
  margin-right: 1em; }

img.logout {
  width: 20px;
  height: 20px;
  margin-top: -5px;
  margin-left: 10px; }

.matricola {
  font-weight: normal;
  margin-right: 1em;
  padding-right: 25px;
  font-size: 12px; }

a.toLogin {
  margin-left: 5px;
  margin-right: 1em;
  font-weight: bold;
  /*color: $text-account-color;*/
  background: #DDDDDD;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, white 0%, #dddddd 100%);
  /* IE10 Consumer Preview */
  background-image: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, white 0%, #dddddd 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #dddddd));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, white 0%, #dddddd 100%);
  /* W3C Markup, IE10 Release Preview */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=0 );
  /* IE6-9 */
  padding: 5px 10px;
  border: 1px solid #DDD; }

.breadcrumb-wrap {
  /*padding-left: 3em;*/
  margin: 5px 0px;
  background: #FFF; }

.breadcrumb {
  color: #FFF; }

/* LOGIN e PASSWORD DIMENTICATA e MODIFICA PASSWORD */
.intro-password {
  text-align: center; }

.frame-result {
  display: none;
  visibility: hidden;
  width: 100px;
  height: 50px;
  border: none; }

.result-submit {
  padding: 1em 0;
  text-align: center; }

.change-password {
  /*margin-top: 3em;*/
  padding: 10px 0;
  /*border-top: 1px solid #ddd;*/
  text-align: right; }

.change-password a {
  color: #0078cf; }

/* scelta corso */
.invisibleForm {
  width: 0;
  height: 0;
  visibility: hidden; }

.cds-container {
  margin-top: 2em; }

.cds {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer; }

.cds:hover {
  color: #000;
  text-decoration: underline;
  background: rgba(0, 0, 0, 0.025); }

.toHome {
  float: right;
  cursor: pointer; }

/*Home TAB*/
.home-page .home-tab {
  float: left;
  cursor: pointer; }

.home-page .home-tab-active {
  color: #0078cf; }

.home-page .home-tab-content {
  display: none;
  height: 300px;
  overflow-y: hidden; }

.home-page .home-tab-content-active {
  display: block; }

.home-page .home-tab .label {
  float: left; }

.home-page .home-tab h4 {
  padding-right: 5px !important; }

.home-page .home-tab .count {
  float: left;
  margin-right: 2em; }

.home-page .home-tab .count .count-value {
  min-width: 20px;
  height: 20px;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #0078cf;
  color: #FFF;
  cursor: pointer; }

.home-page .home-article .article-image {
  float: left;
  padding: 2px;
  border: 1px solid #EEE;
  text-align: center;
  height: 60px;
  width: 60px;
  overflow: hidden; }

.home-page .home-article .article-details {
  margin-left: 70px;
  padding: 5px 0; }

.home-page .home-article .article-details-without-image {
  margin-left: 0px !important; }

.home-page .home-article .title {
  float: left;
  margin: 0px !important; }

.home-page .home-article .categoria {
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  color: #999;
  text-align: right; }

.home-page .home-article .data {
  color: #999; }

.home-page .scroll-tools {
  border-bottom: 1px solid #DDD; }

.home-page .scroll-icon {
  float: right;
  width: 24px;
  height: 24px;
  margin: 0 2px; }

/*fine home page TAB*/
/*
.home-page .servizi{}
.home-page .servizi_tablet{display: none;}
.home-page .servizio{border: 1px solid #DDD; text-align: center; padding: 10px;}
.home-page .servizio img{max-width: 100%; height: 50px;}
*/
.servizi_tablet {
  display: none; }

.servizio {
  border: 1px solid #DDD;
  text-align: center;
  padding: 10px; }

.servizio img {
  max-width: 100%;
  height: 50px; }

/*NANCY: funzione SERVIZI versione 2*/
.servizio .logo {
  float: left;
  width: 20%;
  text-align: center; }

.servizio .nologo {
  max-width: 100%;
  height: 50px;
  padding: 15px; }

.servizio .info {
  text-align: left; }

.servizio .info .descrizione {
  padding-top: 5px;
  color: black;
  padding-left: 20px; }

.servizio .info .nome {
  padding-left: 20px; }

.home-page, .sceltacorso-page {
  /*padding-top: 3em;*/
  /*padding: 3em;*/ }

.home-page section.news {
  min-height: 400px; }

.home-page section.other-news {
  /*min-height: 250px;*/
  margin-top: 1em; }

/*.home-page .box{padding: 1em;}*/
.home-page h4 {
  /*border-bottom: 1px solid #ddd;*/ }

.home-page h5 {
  font-weight: bold; }

.home-page h5 {
  font-weight: bold;
  margin: 0; }

.home-page article {
  margin-top: 1em;
  padding: 1em 0;
  clear: both; }

.agenda-datepicker {
  margin: 0 auto; }

.ui-datepicker {
  /*width: 100% !important;*/ }

.my-datepicker-lezioni {
  margin-top: 37px; }

.odd a {
  background: yellow !important; }

.ui-datepicker-calendar .esame a {
  background: #0078CF !important;
  color: #FFF !important; }

.ui-datepicker-calendar .lezione a {
  background: #B2B2B2 !important;
  color: #FFF !important; }

.ui-datepicker-calendar .attivita a {
  background: #555 !important;
  color: #FFF !important; }

.ui-datepicker-calendar .attivita-didattica a {
  background: #B2B2D2 !important;
  color: #FFF !important; }

.ui-datepicker-calendar .attivita-esame a {
  border: 1px solid #cd0a0a !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.agenda-datepicker .ui-datepicker {
  width: 100% !important; }

/* AGENDA DIDATTICA */
.agenda-header {
  background: #DDDDDD;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, white 0%, #dddddd 100%);
  /* IE10 Consumer Preview */
  background-image: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, white 0%, #dddddd 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #dddddd));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, white 0%, #dddddd 100%);
  /* W3C Markup, IE10 Release Preview */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=0 );
  /* IE6-9 */
  padding: 0.5em 0; }

.month-separator {
  text-align: center;
  font-weight: bold;
  float: left;
  text-transform: uppercase; }

.arrow-container {
  float: left;
  vertical-align: middle; }

.arrow-container img {
  width: 24px;
  height: 24px;
  margin: 0 0.5em; }

td.data {
  width: 100px; }

td.attivita-agenda {
  height: 40px;
  vertical-align: middle; }

/*
.attivita-vacanze a{background: #FFF !important;}
.attivita-lezione a{background: #bdd1fb !important;}
.attivita-festivita a{background: chartreuse !important;}
*/
#tabs {
  border-bottom: 1px solid #ddd; }

#tabs h4 {
  float: left;
  border-bottom: 0;
  padding-right: 1em; }

#tabs h4.inactive a {
  color: #999; }

#tabs .count {
  font-size: 0.75em; }

#tabs h4.active a {
  color: #0078cf; }

#tabs_contents {
  clear: both; }

#tabs_contents section {
  display: none; }

/*#tabs_contents section:first-child {display: block;}*/
.ticker-news {
  height: 300px;
  overflow: hidden; }

.ticker-news article {
  height: 150px; }

.ticker-alerts {
  height: 300px;
  overflow: hidden; }

.ticker-alerts article {
  height: 100px; }

.ticker-exam {
  height: 200px;
  overflow: hidden; }

.ticker-exam article {
  /*height: 100px;*/ }

article.news figure {
  margin: 0;
  /*width: 15%; min-width: 100px;*/
  text-align: center; }

article.news figure img {
  max-width: 100%; }

article.news a.title {
  font-weight: bold; }

.eyelet {
  color: #999; }

.date {
  color: #999; }

.title {
  margin-top: 1em; }

.subtitle {
  color: #999; }

.text {
  margin-top: 1em; }

article.alert {
  /*padding-bottom:1em;*/ }

article.alert figure {
  margin: 0;
  text-align: center;
  max-width: 60px;
  float: left; }

article.alert figure img {
  max-width: 60px; }

article.alert .alert-content {
  /*margin-left: 70px;*/ }

article.alert a.title {
  font-weight: bold; }

article.exam a.title {
  font-weight: bold; }

/*
.calendar-icon{float: right; width: 20px; height: 20px; padding-top: 5px; cursor: pointer; display:none;}
header.calendar{padding: 1em 0; background: #EEE;}
header.calendar .grid{padding: 0;}
header.calendar .period{text-align: center; }
*/
/*
header.calendar .prev{}
header.calendar .next{text-align: right;}
*/
/*
aside menu li{line-height: 40px;}
*/
/* QUESTIONARI */
.premessa {
  padding: 1em 0px; }

tr.questionario {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer; }

tr.questionario:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.025); }

tr.questionario td {
  height: 50px;
  vertical-align: middle; }

.q-icon {
  width: 32px;
  height: 32px; }

/* pagina con il questionario effettivo, le domande e le risposte */
.fQuest li {
  margin-bottom: 0.5em !Important;
  margin-top: 0.5em !Important; }

#domande-questionario li {
  padding-left: 1em; }

#domande-questionario li.TIPO_ITEM_SEZIONE {
  font-weight: bold;
  padding-top: 2em;
  clear: both;
  padding-left: 0; }

#domande-questionario li.TIPO_ITEM_LABEL {
  font-weight: normal;
  padding-top: 1em;
  clear: both; }

#domande-questionario li.TIPO_ITEM_SOTTOLABEL {
  font-weight: normal;
  padding-top: 0;
  clear: both; }

#domande-questionario li.TIPO_ITEM_RISPOSTA {
  font-weight: normal;
  padding-top: 0; }

#domande-questionario li.TIPO_ITEM_SEZIONE_DEFAULT {
  padding-left: 0; }

#domande-questionario div.stringa_libera {
  height: 2em;
  border-bottom: 1px solid #ddd; }

/*
li.TIPO_ITEM_SEZIONE_DEFAULT{padding-left: 0;}
li.TIPO_ITEM_SEZIONE{font-weight: bold; padding-top: 1em;}
li.TIPO_ITEM_LABEL{padding-left: 1em; font-weight: normal; padding-top: 0;}
li.TIPO_ITEM_SOTTOLABEL{padding-left: 2em;}
*/
li.TIPO_ITEM_SEZIONE_DEFAULT li.TIPO_ITEM_LABEL {
  padding-left: 0; }

.conclusione {
  border-top: 1px solid #ddd;
  margin: 2em 0;
  padding: 2em 0; }

#btnSalva {
  width: 100px; }

#btnAnnulla {
  width: 100px;
  margin-left: 1em; }

/*PDS*/
.introduction {
  border-bottom: 1px solid #ddd;
  padding: 1em 0; }

.introduction-up {
  border-top: 1px solid #ddd;
  padding: 1em 0; }

.introduction-no-bb {
  border-bottom: 1px solid #FFF !important; }

.introduction .info-base {
  /*margin-top: 1em; margin-bottom: 1em;*/ }

.introduction .info-title {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #EEE; }

.ects-details {
  margin-top: 3em; }

.detail .detail-header {
  margin-top: 1em; }

.detail .detail-content {
  margin: 1em 0; }
  .detail .detail-content ul {
    list-style: circle !important;
    margin-left: 30px; }
  .detail .detail-content ol {
    list-style: decimal !important;
    margin-left: 30px; }

.detail .detail-footer {
  margin-bottom: 1em; }

.detail div[contenteditable=true] {
  border: 1px solid #0078cf;
  padding: 10px; }

.detail div[contenteditable=true] ul {
  list-style: circle !important;
  margin-left: 30px; }

.detail div[contenteditable=true] ol {
  list-style: decimal !important;
  margin-left: 30px; }

.detail div[contenteditable=true] li {
  float: none;
  margin-right: 0px;
  padding: 5px 0; }

.detail-toolbar {
  float: left; }

.detail-actions {
  float: right; }

.detail-toolbar button {
  padding: 5px !important;
  min-width: 24px;
  min-height: 24px; }

.detail-toolbar .bt-editor-group {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #DDD;
  float: left; }

.detail-toolbar .bt-editor {
  cursor: inherit;
  background: url("../img/editor/Editor_Toolbar.png") no-repeat;
  background-repeat: no-repeat;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  float: left;
  display: inline-block; }

.detail-toolbar .undo {
  background-position: 0 -2112px; }

.detail-toolbar .redo {
  background-position: 0 -2064px; }

.detail-toolbar .bold {
  background-position: 0 -24px; }

.detail-toolbar .italic {
  background-position: 0 -48px; }

.detail-toolbar .underline {
  background-position: 0 -144px; }

.detail-toolbar .removeformat {
  background-position: 0 -1656px; }

.detail-toolbar .unorderedlist {
  background-position: 0 -1272px; }

.detail-toolbar .orderedlist {
  background-position: 0 -1320px; }

.detail-toolbar .justifyleft {
  background-position: 0 -1104px; }

.detail-toolbar .justifycenter {
  background-position: 0 -1080px; }

.detail-toolbar .justifyright {
  background-position: 0 -1128px; }

.detail-toolbar .createlink {
  background-position: 0 -1200px; }

.detail-toolbar .unlink {
  background-position: 0 -1224px; }

.detail-toolbar .copy {
  background-position: 0 -264px; }

.detail-toolbar .cut {
  background-position: 0 -312px; }

.detail-toolbar .paste {
  background-position: 0 -360px; }

.detail-toolbar select {
  padding: 5px !important; }

font[size="2"] {
  font-size: 10px !important; }

font[size="4"] {
  font-size: 14px !important; }

font[size="6"] {
  font-size: 18px !important; }

/* -------------------------------------------------------------------------- */
/* ECTS */
.statoSchedaECTS {
  text-align: center;
  background: #eee;
  padding: 10px; }

.msgScheda {
  padding: 20px; }

.aiuto_suggest {
  display: none;
  position: absolute;
  z-index: 1;
  /*margin-left: -200px;*/
  /*border: 1px solid #DDD;*/
  /*background-color: #EEE;*/
  border: 1px solid #DDD;
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75);
  /*padding: 10px 0 ;*/ }

.aiuto_suggest_header {
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #DDD; }

.aiuto_suggest_inner {
  padding: 10px;
  min-height: 50px; }
  .aiuto_suggest_inner ul {
    list-style: circle;
    margin-left: 30px; }

.aiuto_suggest_footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #DDD; }

/* message like Android */
#toast {
  display: none;
  position: absolute;
  z-index: 1;
  /*position: fixed;*/
  	/*top: 20px;
  	left: 50%;
          */
  width: 200px;
  margin-left: -100px;
  /*border: 1px solid #DDD;*/
  /*background-color: #EEE;*/
  border: 1px solid #EEE;
  background-color: #555;
  color: #EEE;
  padding: 10px 0;
  text-align: center;
  opacity: .9;
  /*The good stuff */
  -webkit-transition: opacity 0.5s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: opacity 0.5s ease-out;
  /* FF4+ */
  -ms-transition: opacity 0.5s ease-out;
  /* IE10? */
  -o-transition: opacity 0.5s ease-out;
  /* Opera 10.5+ */
  transition: opacity 0.5s ease-out; }

/* -- TABELLE
----------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  margin-bottom: 2em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  table thead {
    border-bottom: 1px solid #ddd; }
    table thead th {
      height: 40px;
      text-align: left; }
  table tbody {
    border-bottom: 1px solid #ddd; }
    table tbody tr th {
      text-align: left; }
    table tbody tr.tr-separator {
      background: #eee; }
   table tbody tr.notrstandard {
      padding: 1em 0;
      border-bottom: 1px solid #ddd;
      }
   table tbody tr.trstandard {
      padding: 1em 0;
      border-bottom: 1px solid #ddd;
      cursor: pointer; }
      table tbody tr.trstandard td {
        height: 50px;
        vertical-align: middle; }
    table tbody tr.trstandard:hover {
      color: #000;
      background: rgba(0, 0, 0, 0.025); }
    table tbody tr.accorpante {
      border-top: 1px solid #ddd !important;
      border-bottom: 0px; }
      table tbody tr.accorpante td {
        height: 25px; }
    table tbody tr.accorpato, table tbody tr.accorpato-da-richiedere {
      border-bottom: 0px; }
    table tbody tr.materia {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }

/**/
/*#materie_pds a{color: #555;}*/
#orari_lezioni a {
  color: #0078cf; }

#esami a {
  /*color: #555;*/ }

#esami td {
  max-width: 200px; }

.link_dettagli_esame {
  margin-top: 10px; }

#esami .singolo-appello {
  border: 2px solid #DDDDDD;
  padding: 1em;
  margin-top: 2em; }

#esami .singolo-appello tbody {
  border: 0px !important; }

#esami .singolo-appello .info-base {
  margin-bottom: 1em; }

#esameFormatoStampa .introduction {
  border-bottom: 1px solid #ddd;
  padding: 1em 0; }
#esameFormatoStampa .text-info {
  font-weight: bold; }
#esameFormatoStampa .carriera_pds, #esameFormatoStampa .action-container {
  display: none; }

#esamiFormatoStampa .singolo-appello {
  border: 2px solid #DDDDDD;
  padding: 1em;
  margin-top: 2em; }
#esamiFormatoStampa .singolo-appello table {
  width: 100%;
  border: 0px; }
#esamiFormatoStampa .singolo-appello tbody {
  border: 0px !important; }
#esamiFormatoStampa .singolo-appello .info-base {
  margin-bottom: 1em; }
#esamiFormatoStampa .singolo-appello .info-base span {
  font-weight: normal; }
#esamiFormatoStampa .text-info {
  font-weight: bold !important; }
#esamiFormatoStampa .action-container {
  display: none; }
#esamiFormatoStampa .carriera_pds {
  display: none; }

.mostra_esami_commissione {
  color: #0078cf;
  cursor: pointer; }
.mostra_esami_commissione_passati {
  color: #0078cf;
  cursor: pointer; }

.mostra_esami_passati {
  color: #0078cf;
  cursor: pointer; }

.data_appello {
  /*width: 100px;*/ }

.codice_insegnamento_appello {
  width: 80px; }

.iscritti_appello {
  width: 50px; }

.cod_ins_appello {
  font-weight: bold; }

.altre_materie_appello {
  text-align: right;
  font-style: italic;
  margin-right: 10px;
  margin-top: 5px; }

.appello_multiplo_true td.codice_insegnamento_appello {
  vertical-align: top !important; }

#orari_lezioni td.nome {
  border-right: 1px solid #ddd; }

td.lezione {
  border-right: 1px solid #ddd;
  min-height: 50px; }

td.lezione div.lezione-details {
  padding: 0.5em; }

td span.aula {
  font-size: 12px; }

td span.edificio {
  font-size: 12px; }

/* LEZIONI */
th.m-only, td.m-only {
  display: none; }

/* ESAMI */
.bloccato {
  color: #555;
  opacity: 0.5; }

.arrow-richiesta {
  margin-right: 1em; }

/* RICHIESTE ESAMI */
.richiesta_close .arrow-richiesta:after {
  content: "\25C0";
  float: right;
  color: #999; }

.richiesta_open .arrow-richiesta:after {
  content: "\25BC";
  float: right;
  color: #555; }

.richiesta_open {
  font-weight: bold;
  /*border-left: 1px solid #ddd !important; 
  border-right: 1px solid #ddd !important;*/
  border: 2px solid #ccc !important;
  border-bottom: 1px solid #ccc !important; }

.richiesta_open td:last-child {
  border-right: 2px solid #ccc !important; }

.richiesta_open td {
  padding-left: 1em;
  padding-right: 1em; }

.richiesta_open a {
  font-weight: bold; }

table.tSessioni {
  margin-bottom: 0;
  border: 2px solid #ccc !important;
  border-top: 0px dotted #ccc !important; }

table.tSessioni thead {
  border-bottom: 1px dotted #dedede; }

table.tSessioni thead th {
  font-size: 13px;
  padding-left: 1em;
  padding-right: 1em; }

table.tSessioni td {
  padding-left: 1em;
  padding-right: 1em; }

table.tSessioni tbody {
  border-bottom: 0; }

tr.sessione-esame {
  padding: 1em 0;
  cursor: pointer;
  border-bottom: 0px; }

tr.sessione-esame td {
  height: 50px;
  vertical-align: middle; }

/* ESAME */
.box-blocco-iscrizione {
  padding: 1em 0;
  border-bottom: 1px solid #ddd; }

.action-container {
  margin-top: 1em; }

#btnStatino {
  margin-left: 1em; }

#btnAttestato {
  margin-left: 1em; }

#slidemenu {
  float: left;
  width: 250px; }

#page {
  margin-left: 250px;
  padding: 0px; }

.page-content {
  padding: 2em;
  overflow: hidden; }

/* -- COMUNICAZIONI
----------------------------------------------------------------------------- */
#nuova-com {
  display: none;
  padding: 0.5em; }
  #nuova-com .action-container button {
    margin-left: 10px; }

#comunicazioni {
  display: block; }

.com-header {
  border-bottom: 1px solid #ddd; }
  .com-header h3 {
    float: left; }
  .com-header .com-tools {
    float: right; }
    .com-header .com-tools div {
      margin-left: 0.5em;
      cursor: pointer; }
    .com-header .com-tools .new-com {
      float: right;
      width: 32px;
      height: 32px;
      background-image: url("../img/icons/Mail - New.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 32px 32px; }
    .com-header .com-tools .search {
      float: right;
      width: 32px;
      height: 32px;
      background-image: url("../img/icons/Search.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 32px 32px; }
    .com-header .com-tools .choose {
      float: right;
      padding: 0px !important; }
    .com-header .com-tools .choose select {
      padding: 0.5em 1em !important; }
    .com-header .com-tools .search {
      display: none; }
    .com-header .com-tools .other-icon {
      float: right;
      width: 32px;
      height: 32px; }
    .com-header .com-tools .other-icon img {
      width: 32px; }

.com-load-older {
  color: #666;
  font-size: 1.1em;
  font-weight: normal;
  padding: 0.6em 1.2em;
  text-shadow: 0 1px 0 #fff;
  border: solid 1px #ddd;
  /*originale #ddd*/
  text-decoration: none;
  cursor: pointer;
  background: #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all; }

.com {
  border: 1px solid #ddd;
  margin: 1em 0; }
  .com .com-inner {
    padding: 0.5em; }
  .com .data {
    float: right;
    margin-top: 5px;
    margin-left: 5px;
    color: #0078cf; }
  .com .nuova {
    color: #666;
    font-size: 1.1em;
    font-weight: normal;
    padding: 0.6em 1.2em;
    text-shadow: 0 1px 0 #fff;
    border: solid 1px #ddd;
    /*originale #ddd*/
    text-decoration: none;
    cursor: pointer;
    background: #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    border: 0px !important;
    padding: 1em; }
    .com .nuova form {
      margin-top: 0px; }
    .com .nuova .action-container button {
      margin-left: 5px; }
  .com .header {
    border-bottom: 1px solid #ddd;
    padding: 0.5em 0; }
    .com .header .icon, .com .header .mittdest {
      float: left;
      margin-right: 0.5em; }
    .com .header .icon img {
      max-width: 32px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }
    .com .header .mittdest {
      margin-top: 5px; }
    .com .header .mittdest span {
      font-weight: bold; }
    .com .header .data {
      margin-top: 5px;
      margin-left: 5px;
      color: #0078cf; }
    .com .header .data, .com .header .to-remind, .com .header .no-remind {
      float: right; }
    .com .header .attach {
      float: right;
      position: relative;
      right: -20px;
      top: -20px;
      margin: 0 5px;
      /*color: $com-data-color;*/ }
      .com .header .attach .icon-attach {
        width: 24px;
        height: 24px;
        background-image: url("../img/icons/Attachment.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
        padding-left: 20px;
        padding-top: 5px;
        font-weight: bold;
        /*color: $com-data-color;*/ }
      .com .header .attach a {
        color: #555555; }
    .com .header .to-remind {
      width: 32px;
      height: 32px;
      background-image: url("../img/icons/Reminder.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 16px 16px; }
  .com .content {
    padding: 1em 1em; }
    .com .content .titolo {
      font-weight: bold; }
    .com .content .occhiello {
      font-size: 10px;
      text-transform: uppercase;
      /*color: #999;*/
      text-align: right; }
    .com .content .testo {
      height: 20px;
      overflow: hidden;
      white-space: nowrap;
      /*text-overflow: ellipsis;*/ }
    .com .content .testo-full {
      height: auto; }
    .com .content .read-all {
      color: #0078cf;
      cursor: pointer; }
    .com .content .lista-allegati {
      padding: 0.5em; }
      .com .content .lista-allegati .icon-attach {
        /*width:20px; height:20px;*/
        background-image: url("../img/icons/Attachment.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 20px 20px;
        padding-left: 24px;
        padding-top: 5px;
        font-weight: bold;
        /*color: $com-data-color;*/ }
        .com .content .lista-allegati .icon-attach a {
          color: #555555; }
    .com .content ul {
      list-style: circle !important;
      margin-left: 30px; }
    .com .content ol {
      list-style: decimal !important;
      margin-left: 30px; }
  .com .action-container-mini button {
    float: right;
    margin-left: 5px;
    width: 50px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px; }
  .com .redo {
    background-image: url("../img/icons/Pencil.png"); }
  .com .remind {
    background-image: url("../img/icons/Reminder.png"); }
  .com .archive {
    background-image: url("../img/icons/Folder - Downloads.png"); }
  .com .mail-open {
    background-image: url("../img/icons/Mail - Open.png"); }
  .com .mail-close {
    background-image: url("../img/icons/Mail - Close.png"); }
  .com .trash {
    background-image: url("../img/icons/Trash - Full.png"); }

.com-risp {
  margin-top: 1.5em;
  display: none;
  position: relative; }
  .com-risp .risp {
    color: #666;
    font-size: 1.1em;
    font-weight: normal;
    padding: 0.6em 1.2em;
    text-shadow: 0 1px 0 #fff;
    border: solid 1px #ddd;
    /*originale #ddd*/
    text-decoration: none;
    cursor: pointer;
    background: #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    border: 0px !important;
    padding: 1em; }
    .com-risp .risp .text-risp {
      border: 1px solid #FFF !important; }
    .com-risp .risp .f-risp {
      margin-top: 0px !important; }

.com-risp:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid;
  border-bottom-color: #efefef;
  bottom: 100%;
  color: #FFFFFF;
  right: 180px; }

.com-letta {
  border-left: 4px solid #999; }

.com-non-letta {
  border-left: 4px solid #0078cf; }

.add-allegato {
  /*float:left;*/
  width: 32px;
  height: 32px;
  background-image: url("../img/icons/Attachment.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  padding-left: 25px;
  padding-top: 10px;
  margin-top: 0.5em;
  font-weight: bold; }

.allegati {
  /*margin-left:10px;*/
  clear: both; }
  .allegati .file-allegato input {
    padding: 1em 0 !important;
    max-width: 260px; }
  .allegati .allegato {
    clear: both; }
    .allegati .allegato .file-allegato {
      float: left; }
    .allegati .allegato .remove-allegato {
      float: left;
      width: 32px;
      height: 32px;
      padding-top: 15px;
      font-weight: bold; }

/*
.adaptive-1440{display: none;}
@media screen and (min-width: 1440px){    
.adaptive-1440{display: block; position: absolute; top:100px; right: 2em; width: 200px; height: 800px; background: #FFF; border: 1px solid #CCC;}
}
*/
/* PPD */
/* nella PPD è sfruttata la stessa grafica della PPS con qualche regola in più, scritta di seguito */
button.btn-principale {
  background: #0078cf;
  color: #FFF;
  text-shadow: 0 0px !important;
  min-width: 90px; }

/*min-with: 90px per il Salva che altrimenti è piccolo*/
button.btn-principale:hover {
  background: #00487d;
  /*border-color: #222;*/
  color: #FFF; }

/* INDEX con elenco docenti */
.docenti-header {
  border-bottom: 1px solid #ddd; }
  .docenti-header h3 {
    float: left; }
  .docenti-header .docenti-tools {
    /*
    .nuovo-avviso{float:right; width:32px; height:32px; background-image: url('../img/icons/Toolbar - Nuovo Avviso.png');  background-repeat: no-repeat; background-position: center; background-size:32px 32px;}
    .search{float:right; width:32px; height:32px; background-image: url('../img/icons/Search.png');  background-repeat: no-repeat; background-position: center; background-size:32px 32px;}
    */ }
    .docenti-header .docenti-tools div {
      margin-left: 0.5em;
      cursor: pointer; }
    .docenti-header .docenti-tools .choose {
      float: right;
      padding: 0px !important; }
    .docenti-header .docenti-tools .choose select {
      padding: 0.5em 1em !important; }
    .docenti-header .docenti-tools .search {
      display: none; }

.docente {
  float: left;
  width: 33%; }

.docente-inner {
  padding: 0.5em;
  border: 1px solid #ddd; }

.docente-inner img {
  height: 48px;
  margin: 10px; }

.separator {
  background: #eee;
  padding: 0.5em;
  font-weight: bold;
  width: 99%; }

/* HOME */
.col-foto {
  padding: 0 20px; }

.foto-doc {
  width: 100%;
  max-width: 250px; }

.box {
  padding: 1em 0; }

.box-margin {
  margin: 1em 0; }

.box-carriera {
  margin-top: 2em; }

.box-avvisi {
  min-height: 150px;
  padding-top: 0 !important; }

.box-materiale {
  min-height: 150px; }

.box-link {
  min-height: 150px; }

.box-NofN-container {
  margin: 1em 0; }

.box-NofN-container {
  margin: 1em 0; }

#intro-carriera .detail-content {
  max-height: 300px; }

.allegati_intro {
  clear: both; }

.allegati_intro .file-data {
  font-style: italic !important; }

.pagelink-container {
  text-align: right;
  padding: 5px 0; }

/*ANAGRAFICA*/
#profilo .back {
  display: none; }

#profilo .profilo-header {
  border-bottom: 1px solid #DDDDDD;
  display: none; }

#profilo .profilo-header .form-title {
  font-wwight: bold; }

#profilo .profilo-content {
  min-height: 206px;
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #0078cf; }

#profilo .profilo-footer .profilo-actions {
  text-align: right; }

/*#profilo .profilo-content .contatto{float: left; width: 50%;}*/
/*#profilo .profilo-content #elenco_contatti{padding: 10px 0;}*/
#profilo .profilo-content .contatto {
  margin: 5px 0; }

#profilo .profilo-content .contatto .contatto_etichetta {
  float: left;
  width: 100px;
  padding: 10px 0;
  margin-right: 10px; }

#profilo .profilo-content .contatto .contatto_valore {
  float: left;
  width: 200px; }

#profilo .profilo-content .contatto .contatto_visibilita {
  float: left;
  width: 100px;
  padding: 10px 0;
  margin-left: 10px; }

#profilo .profilo-content .contatto .contatto_visibilita input {
  margin: 5px; }

#profilo .profilo-content .contatto .contatto_elimina {
  padding: 10px 0;
  cursor: pointer; }

#profilo .profilo-content .contatto .contatto_elimina .icona_elimina {
  float: right;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/5_content_discard.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px; }

#profilo .profilo-content .contatti-header {
  position: relative;
  border-bottom: 1px solid #ddd; }
  #profilo .profilo-content .contatti-header h6 {
    float: left; }
  #profilo .profilo-content .contatti-header .contatti-header-tools div {
    margin-left: 0.5em;
    cursor: pointer; }
  #profilo .profilo-content .contatti-header .contatti-header-tools .nuovo-contatto {
    float: right;
    width: 24px;
    height: 24px;
    background-image: url("../img/icons/5_content_new.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px; }
  #profilo .profilo-content .contatti-header .contatti-header-tools .chiudi-tipi {
    background-image: url("../img/icons/5_content_remove.png") !important; }

#elenco_tipi_contatti {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  border: 1px solid #DDD;
  padding: 10px;
  background: #EEE;
  height: 150px;
  overflow-y: scroll;
  width: 200px; }

#elenco_tipi_contatti .tipo_contatto {
  border-bottom: 1px solid #DDD;
  padding: 5px 0;
  cursor: pointer; }

#elenco_tipi_contatti .tipo_contatto:hover {
  color: #0078cf; }

#anteprima {
  display: none;
  position: fixed;
  top: 0px;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  padding: 10px;
  border: 1px solid DDD;
  background: #FFF;
  text-align: center;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75); }

#anteprima-img {
  width: 300px; }

#anteprima-img img {
  width: 100%;
  max-width: 250px; }

#anteprima-btn {
  text-align: center;
  margin-top: 1em; }

#anteprima-btn button {
  margin: 0 0.5em; }

.nuovo-allegato {
  /*float:left;*/
  width: 32px;
  height: 32px;
  background-image: url("../img/icons/Attachment.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  padding-left: 25px;
  padding-top: 10px;
  cursor: pointer;
  /*font-weight: bold;*/ }

/*effetto bacheca*/
.box-container .sup {
  min-width: 20px;
  height: 20px;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #0078cf;
  color: #FFF;
  cursor: pointer;
  float: right; }

.cornice-bacheca {
  border: 1px solid #DDD;
  background: #DDDDDD;
  /*
  background-image: -ms-linear-gradient(top, white 0%, #dddddd 100%);
  background-image: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  background-image: -o-linear-gradient(top, white 0%, #dddddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #dddddd));
  background-image: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, white 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=0 );
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75); 
  */
}

.bacheca {
  position: relative;
  /*border: 1px solid #DDD;*/ /*mlongo - mod. 24/05/2023*/
  /*background: #999;*/       /*mlongo - mod. 24/05/2023*/  
  /*margin: 10px;*/           /*mlongo - mod. 24/05/2023*/  
  height: 200px; }

.bacheca-widget .avviso {
  position: absolute;
  border: 1px solid #DDD;
  background: #FFF;
  margin: 20px;
  overflow: hidden;
  height: 150px;
  -webkit-box-shadow: 3px 3px 5px #999;
  -moz-box-shadow: 3px 3px 5px #999;
  box-shadow: 3px 3px 5px #999; }

.avviso-header {
  padding: 0.5em 1.5em 0.5em 0.5em; }

.avviso-content {
  padding: 0em 1em 1em 1.5em; }

.bacheca-widget textarea {
  border: 0px !important; }

.bacheca .avviso .avviso-puntina {
  float: left;
  margin-top: 2px;
  /*position: absolute; top: 5px; left: 5px;*/
  width: 10px;
  height: 10px;
  background: #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.5); }

.bacheca .avviso .avviso-data {
  text-align: right;
  float: right; }

.bacheca .avviso .avviso-titolo {
  font-weight: bold;
  clear: both; }

.bacheca .avviso .avviso-testo {
  padding: 5px 0px;
  overflow: hidden; }

.bacheca .avviso-finto {
  top: 10px;
  left: 10px; }

.msg-avviso-status {
  float: left;
  color: #FFF !important;
  font-weight: bold;
  font-size: 10px;
  padding: 0 5px;
  margin-left: 1em; }

.avviso-evidenza .msg-avviso-status {
  background: #0078cf !important; }

.avviso-evidenza .avviso-puntina {
  background: #0078cf !important; }

.avviso-scaduto {
  color: #aaa; }

.avviso-scaduto .msg-avviso-status {
  background: #aaa !important; }

.avviso-scaduto .avviso-puntina {
  background: #aaa !important; }

.avviso-footer {
  border-top: 1px solid #DDD;
  padding: 10px;
  text-align: right; }

.avviso-footer .icon {
  float: right;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin-left: 5px;
  cursor: pointer; }

.avviso-edit {
  background: url("../img/icons/Pencil.png") no-repeat center; }

.avviso-delete {
  background: url("../img/icons/Trash - Empty.png") no-repeat center; }

/*bacheca nella pagina interna*/
.bacheca-header {
  border-bottom: 1px solid #ddd; }
  .bacheca-header h3 {
    float: left; }
  .bacheca-header .bacheca-tools div {
    margin-left: 0.5em;
    cursor: pointer; }
  .bacheca-header .bacheca-tools .nuovo-avviso {
    float: right;
    width: 32px;
    height: 32px;
    background-image: url("../img/icons/Toolbar - Nuovo Avviso.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px; }
  .bacheca-header .bacheca-tools .search {
    float: right;
    width: 32px;
    height: 32px;
    background-image: url("../img/icons/Search.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px; }
  .bacheca-header .bacheca-tools .choose {
    float: right;
    padding: 0px !important; }
  .bacheca-header .bacheca-tools .choose select {
    padding: 0.5em 1em !important; }
  .bacheca-header .bacheca-tools .search {
    display: none; }

.bacheca-full {
  height: auto !important;
  min-height: 300px; }

.bacheca-full .avviso {
  position: relative;  
  background: #FFF;  
  height: auto !important;
  min-height: 150px;
  
  /*mlongo - mod. 24/05/2023*/  
  /*
  border: 1px solid #999;
  margin: 2% 1% 1% 2%;
  -webkit-box-shadow: 3px 3px 5px #323232;
  -moz-box-shadow: 3px 3px 5px #323232;
  box-shadow: 3px 3px 5px #323232; 
  */
  border: 1px solid #DDD;
  margin: 1% 0;
}

.bacheca-full .avviso-reale {
  /*mlongo - mod. 24/05/2023*/  
  /*float: left;
  width: 46%; */
}

.bacheca-full .avviso .avviso-testo {
  height: auto !important;
  border: 1px solid #FFF;
  overflow-y: auto; }

/*avviso edit*/
.bacheca-full .avviso-form {
  /*float: none !important;*/
  /*width: 95% !important; */ /*mlongo - mod. 24/05/2023*/  
}

.bacheca-full .avviso-form .msg-avviso-status {
  background: #999; }

.bacheca-full .avviso-form .form-title {
  text-align: center;
  font-weight: bold; }

.bacheca-full .avviso-form form {
  /*margin: 0 !important;*/ }

.bacheca-full .avviso-form .label {
  font-weight: bold;
  margin-right: 1em;
  padding-top: 1em; }

.bacheca-full .avviso-form .input-with-label {
  margin-bottom: 10px; }

.bacheca-full .avviso-form .input-with-label input[type=checkbox] {
  margin-top: 18px;
  margin-right: 5px; }

.bacheca-full .avviso-form .input-with-label input.date-input {
  width: 150px; }

.avviso-reale .front {
  display: block; }

.avviso-reale .back {
  display: none; }

/*MATERIALI*/
.materiali-header {
  border-bottom: 1px solid #ddd; }
  .materiali-header h3 {
    float: left; }
  .materiali-header .materiali-header-tools div {
    margin-left: 0.5em;
    cursor: pointer; }
  .materiali-header .materiali-header-tools .nuova-cartella {
    float: right;
    width: 32px;
    height: 32px;
    background-image: url("../img/icons/Folder - Folder Add.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px; }

/*MATERIALI - elenco */
ul.elenco-materiali li.cartella {
  cursor: pointer;
  border-bottom: 1px solid #DDD; }

ul.elenco-materiali li.level-0 .cartella-descr {
  padding: 10px 0px 10px 45px;
  background: url("../img/icons/Folder.png") no-repeat left center;
  background-size: 24px 24px !important; }

ul.elenco-materiali li.level-0 .open-folder {
  background: url("../img/icons/Folder - Folder Open.png") no-repeat left center;
  background-size: 24px 24px !important; }

/*ul.elenco-materiali li.level-0 .cartella-descr{background: $text-active-color; padding: 1em; }*/
ul.elenco-materiali ul.level-1 {
  margin-left: 50px;
  /*display: none;*/ }

ul.elenco-materiali ul.level-1 .cartella-descr {
  /*background: #EEE;*/
  padding: 10px 0px 10px 45px; }

ul.elenco-materiali li.visib-pubblico .cartella-descr {
  background: url("../img/icons/Folder.png") no-repeat left center !important;
  background-size: 24px 24px !important; }

ul.elenco-materiali li.visib-key .cartella-descr {
  background: url("../img/icons/Power - Lock Screen.png") no-repeat left center !important;
  background-size: 24px 24px !important; }

ul.elenco-materiali li.visib-studenti .cartella-descr {
  background: url("../img/icons/Social Media - MySpace.png") no-repeat left center !important;
  background-size: 24px 24px !important; }

ul.elenco-materiali-allegati {
  margin-left: 50px; }

ul.elenco-materiali-allegati li.allegato {
  cursor: pointer;
  padding: 0.5em 0;
  border-bottom: 1px solid #DDD; }

ul.elenco-materiali-allegati li.allegato:last-child {
  border-bottom: 0px solid #DDD; }

ul.elenco-materiali .contenuto-cartella {
  display: none;
  border-top: 1px solid #DDD; }

ul.elenco-materiali .contenuto-cartella .lock_cartella {
  width: 320px;
  margin: 1em auto; }

ul.elenco-materiali .contenuto-cartella .pps_cartella {
  margin: 1em; }

ul.elenco-materiali .cartella_actions {
  padding: 10px;
  border-top: 1px solid #DDD; }

ul.elenco-materiali .cartella_actions .nuova-sotto-cartella {
  float: right;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/Folder - Folder Add.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px; }

ul.elenco-materiali .cartella_actions .nuovo-file {
  float: right;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/File - Document.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px; }

ul.elenco-materiali .cartella-descr {
  float: left; }

ul.elenco-materiali .cartella-tools {
  float: right;
  padding: 10px;
  display: none; }

ul.elenco-materiali .cartella-tools .icon {
  float: right;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  cursor: pointer; }

ul.elenco-materiali .cartella-tools .cartella-edit {
  background: url("../img/icons/Pencil.png") no-repeat center;
  background-size: 24px 24px;
  width: 32px;
  height: 32px;
  border-bottom: 3px solid #0078cf; }

ul.elenco-materiali .cartella .cartella-delete {
  background: url("../img/icons/Trash - Empty.png") no-repeat center;
  background-size: 20px 20px; }

ul.elenco-materiali .cartella .cartella-move{
  background: url("../img/icons/icona_move.png") no-repeat center;
  background-size: 20px 20px; }

/*MATERIALI - nuovo */
.materiali-container-nuovo {
  padding: 1em;
  background-color: #FFF;
  border: 1px solid #DDD;
  -webkit-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75); }

.materiali-container-nuovo .materiali-header-nuovo {
  font-weight: bold;
  text-align: center; }

.materiali-container-nuovo .materiali-nuovo .label {
  font-weight: bold;
  /*margin-right: 1em;*/
  padding-top: 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #DDD; }

.materiali-container-nuovo .materiali-nuovo .input-with-label {
  margin-bottom: 10px; }

.materiali-container-nuovo .materiali-nuovo .input-with-label input[type=checkbox] {
  margin-top: 18px;
  margin-right: 5px; }

.materiali-container-nuovo .materiali-nuovo .radio-group {
  margin-left: 1em; }

.materiali-container-nuovo .materiali-nuovo .empty-option {
  background: #ddd;
  color: #FFF; }

.materiali-container-nuovo .lucchetto-container {
  margin: 1em 0; }

.materiali-container-nuovo .lucchetto-label {
  font-weight: bold; }

.materiali-container-nuovo .lucchetto-lista {
  margin-left: 2em;
  padding: 10px 0; }

.materiali-container-nuovo .materiali-tools-nuovo {
  text-align: right;
  margin-top: 1em; }

/* MATERIALI MODIFICA*/
.materiali-container-modifica {
  padding: 1em;
  background-color: #FFF;
  border: 1px solid #DDD;
  -webkit-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75); }

.materiali-container-modifica .materiali-header-modifica {
  font-weight: bold;
  text-align: center; }

.materiali-container-modifica .materiali-modifica .label {
  font-weight: bold;
  /*margin-right: 1em;*/
  padding-top: 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #DDD; }

.materiali-container-modifica .materiali-modifica .input-with-label {
  margin-bottom: 10px; }

.materiali-container-modifica .materiali-modifica .input-with-label input[type=checkbox] {
  margin-top: 18px;
  margin-right: 5px; }

.materiali-container-modifica .materiali-modifica .radio-group {
  margin-left: 1em; }

.materiali-container-modifica .materiali-modifica .empty-option {
  background: #ddd;
  color: #FFF; }

.materiali-container-modifica .lucchetto-container {
  margin: 1em 0; }

.materiali-container-modifica .lucchetto-label {
  font-weight: bold; }

.materiali-container-modifica .lucchetto-lista {
  margin-left: 2em;
  padding: 10px 0; }

.materiali-container-modifica .materiali-tools-modifica {
  text-align: right;
  margin-top: 1em; }

ul.elenco-materiali .cartella-info-edit {
  display: none; }

ul.elenco-materiali .allegato-info-edit {
  display: none; }
ul.elenco-materiali .allegato-info-move {
  display: none; }

ul.elenco-materiali .file-tools {
  /*float: right;*/
  padding: 10px;
  /*display: none;*/ }

ul.elenco-materiali .file-tools .icon {
  float: right;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  cursor: pointer; }

ul.elenco-materiali .file-tools .file-edit {
  background: url("../img/icons/Pencil.png") no-repeat center;
  background-size: 24px 24px;
  width: 32px;
  height: 32px;
  border-bottom: 3px solid #0078cf; }

ul.elenco-materiali .file-tools .file-delete {
  background: url("../img/icons/Trash - Empty.png") no-repeat center;
  background-size: 20px 20px; }


ul.elenco-materiali .file-tools .file-move {
  background: url("../img/icons/icona_move.png") no-repeat center;
  background-size: 20px 20px; }

ul.elenco-materiali .allegato-info-move {

  display: none; }



ul.elenco-materiali .file-info {
  float: left; }

/* MATERIALE SPOSTAMENTO*/
.materiali-container-sposta {
  padding: 1em;
  background-color: #FFF;
  border: 1px solid #DDD;
  -webkit-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75); }

.materiali-container-sposta .materiali-header-sposta {
  font-weight: bold;
  text-align: center; }

.materiali-container-sposta .materiali-sposta .label {
  font-weight: bold;
  /*margin-right: 1em;*/
  padding-top: 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #DDD; }

.materiali-container-sposta .materiali-sposta .input-with-label {
  margin-bottom: 10px; }

.materiali-container-sposta .materiali-sposta .input-with-label input[type=checkbox] {
  margin-top: 18px;
  margin-right: 5px; }

.materiali-container-sposta .materiali-sposta .radio-group {
  margin-left: 1em; }

.materiali-container-sposta .materiali-sposta .empty-option {
  background: #ddd;
  color: #FFF; }
/*LINK*/
/*home*/
.link-utile {
  padding: 0.5em 0;
  border-bottom: 1px solid #DDD; }

/*pagina interna*/
.link-header {
  border-bottom: 1px solid #ddd; }
  .link-header h3 {
    float: left; }
  .link-header .link-header-tools div {
    margin-left: 0.5em;
    cursor: pointer; }
  .link-header .link-header-tools .nuovo-link {
    float: right;
    width: 32px;
    height: 32px;
    background-image: url("../img/icons/Link - Nuovo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px; }

#materiali_link #link_utili {
  margin-top: 3em; }

#link_utili {
  margin-top: 0em; }

#link_utili .ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../img/ui-icons_454545_256x240.png"); }

#link_utili .link-utile-item {
  background: #FFF; }

#link_utili .link-utile-view .link-utile-arrows {
  display: none; }

#link_utili .link-utile-view .link-utile {
  padding: 0.5em 0.5em;
  border-bottom: 1px solid #DDD; }

#link_utili .link-utile-view .link-utile-tools {
  display: none; }

#link_utili .link-utile-edit {
  border: 1px solid #DDD;
  margin: 5px 0; }

#link_utili .link-utile-edit .link-utile-arrows {
  float: left;
  width: 20px;
  padding-top: 15px;
  cursor: move; }

#link_utili .link-utile-edit .link-utile {
  float: left;
  padding: 0.5em 0.5em;
  border-left: 1px dotted #ddd;
  border-bottom: 0px solid #DDD; }

#link_utili .link-utile-edit .link-utile-tools {
  float: right;
  padding: 10px; }

#link_utili .link-utile-edit .link-utile-tools .icon {
  float: right;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  cursor: pointer; }

#link_utili .link-utile-edit .link-utile-tools .link-edit {
  background: url("../img/icons/Pencil.png") no-repeat center;
  background-size: 24px 24px;
  width: 32px;
  height: 32px;
  border-bottom: 3px solid #0078cf; }

#link_utili .link-utile-edit .link-utile-tools .link-delete {
  background: url("../img/icons/Trash - Empty.png") no-repeat center;
  background-size: 20px 20px; }

/*LINK - modifica*/
#link_utili .link-info-edit {
  display: none; }

#link_utili .link-tools-edit {
  display: none; }

/*LINK - nuovo */
.link-container-nuovo {
  padding: 1em;
  background-color: #FFF;
  border: 1px solid #DDD;
  -webkit-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.75); }

.link-container-nuovo .link-header-nuovo {
  font-weight: bold;
  text-align: center; }

.link-container-nuovo .link-tools-nuovo {
  text-align: right;
  margin-top: 1em; }

/* DIDATTICA */
/* elenco insegnamenti del docente */
.cod_ins {
  font-size: 12px; }

.insegnamento {
  padding: 2px 0; }

.istituto {
  font-size: 12px; }

.num-iscritti {
  margin: 0 2px;
  min-width: 50px;
  text-decoration: underline;
  color: #0078cf;
  cursor: pointer;}

.registro {
  margin: 0 2px; }

.elenco-iscritti {
  padding: 0.5em; }
  .elenco-iscritti ol {
    /*list-style: decimal !important; margin-left: 30px;*/ }
  .elenco-iscritti li {
    /*float: none;*/
    margin-right: 0px;
    padding: 5px 0;
    border-bottom: 1px dotted #DDD; }
  .elenco-iscritti .num_studente {
    float: left;
    width: 32px;
    text-align: right;
    margin-right: 1em; }
  .elenco-iscritti .foto_studente, .elenco-iscritti .nome_studente, .elenco-iscritti .stato_studente {
    float: left; }
  .elenco-iscritti .foto_studente {
    margin-right: 1em; }
  .elenco-iscritti .foto_studente img {
    width: 32px;
    margin: 5px; }
  .elenco-iscritti .carriera_pds {
    float: right;
    text-align: right; }
  .elenco-iscritti .carriera_pds img {
    width: 32px;
    height: 32px; }

.elenco-iscritti table {
  margin-bottom: 0.5em !important; }

.elenco-iscritti-actions {
  padding: 10px 0px; }

.mostra_prec {
  color: #0078cf;
  cursor: pointer; }

.mostra_suc {
  color: #0078cf;
  cursor: pointer;
  padding: 10px 0px;
  text-align: right; }

.gest_pref {
     color: #0078cf;
     cursor: pointer;
     padding: 10px 0px;
     text-align: right; }

.voto {
  width: 80px;
  height: 5px; }

.printer {
  background: url("../img/icons/Printer.png") no-repeat;
  background-size: 24px 24px;
  background-position: right;
  height: 24px;
  width: 24px;
  cursor: pointer;
  margin: 10px; }

.com-header .com-tools .questionario {
  margin-right: 0.5em;
  float: right; }

.com-header .com-tools .registro {
  margin-right: 0.5em;
  float: left;
  padding: 5px 0; }

/*MATERI E SCHEDA ECTS */
.title-with-tool h6 {
  float: left; }

.title-tool {
  float: right; }

.intro-ects select {
  padding: 5px !important; }

/* Responsive */
/*IPad*/
@media screen and (min-width: 601px) and (max-width: 768px) {
  /*.grid{padding: 1em !important;}*/
  .page-content {
    padding: 1em !important; } }
/*Tablet*/
/*@media screen and (max-width: 600px) {*/
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0 auto;
    /*width: 90%; margin: 1em auto;  max-width: 1100px;*/
    min-width: 300px;
    background: #FFF;
    /*box-shadow: 5px 5px 10px #888888;*/
    border: 1px solid #CCC; }

  /*LOGIN*/
  .intro-password {
    text-align: left; }

  .result-submit {
    padding: 1em 0;
    text-align: left; }

  .home-page section.news {
    min-height: 10px; }

  .home-page .other-news {
    margin-top: 0 !important; }

  .home-page .box {
    padding: 0px; }

  .home-page #news_avvisi {
    float: none;
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 3em; }

  .home-page #agenda {
    float: none;
    display: block;
    clear: both;
    width: 100%; }

  .home-page .box-container {
    float: none;
    display: block;
    clear: both;
    width: 100%; }

  .home-page #agenda .calendar-icon {
    display: none; }

  .home-page #agenda header {
    display: none; }

  .home-page #agenda article {
    display: none; }

  .home-page .box-container article {
    display: none; }

  .agenda-datepicker {
    display: none; }

  .home-page .box .ticker-exam {
    display: none; }

  /*Home page TAB*/
  .toHome {
    float: right;
    cursor: pointer; }

  /* HOME PAGE BOX */
  .box-container h4 {
    color: #666;
    font-size: 1.1em;
    font-weight: normal;
    padding: 0.6em 1.2em;
    text-shadow: 0 1px 0 #fff;
    border: solid 1px #ddd;
    /*originale #ddd*/
    text-decoration: none;
    cursor: pointer;
    background: #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    color: #666; }

  th.optional, td.optional {
    display: none; }

  th.m-only, td.m-only {
    display: table-cell !important; }

  #navtop {
    padding: 0.6em 0px;
    background: #DDDDDD;
    /* Old browsers */
    background-image: -ms-linear-gradient(top, white 0%, #dddddd 100%);
    /* IE10 Consumer Preview */
    background-image: -moz-linear-gradient(top, white 0%, #dddddd 100%);
    /* Mozilla Firefox */
    background-image: -o-linear-gradient(top, white 0%, #dddddd 100%);
    /* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #dddddd));
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, white 0%, #dddddd 100%);
    /* W3C Markup, IE10 Release Preview */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=0 );
    /* IE6-9 */ }

  #navtop a.logo {
    display: none; }

  header nav ul li:first-child {
    border-left: 0px; }

  .mobile-menu {
    display: block;
    height: 30px;
    width: 30px;
    float: left; }

  .menu-close {
    background: url("../img/menu_light.png") no-repeat;
    background-size: 29px 30px; }

  .menu-open {
    background: url("../img/menu_dark.png") no-repeat;
    background-size: 29px 30px;
    /*width: 250px; padding: 0px;*/ }

  #slidemenu {
    display: none; }

  #page {
    margin-left: 0px !important; }

  .page-content {
    padding: 1em;
    overflow: hidden; }

  .m-col-half {
    float: left !important;
    width: 50% !important;
    margin: 0;
    padding: 0; }

  .m-col-full {
    float: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0; }

  .introduction .info-title-dx {
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #EEE; }

  /*PPD*/
  .docente {
    float: left;
    width: 50%; }

  .separator {
    width: 100%; }

  .elenco-iscritti ol {
    /*list-style: decimal !important; margin-left: 30px;*/ }
  .elenco-iscritti li {
    /*float: left; width:45%; margin-right:5%;*/ }

  .box-carriera {
    display: none; }

  .box-1of3-container {
    margin: 1em 0; }

  .box-1of4-container {
    margin: 1em 0;
    float: left;
    width: 49%;
    margin-right: 1%;
    min-height: 0px; }

  /*IMPORTANTE: se rimetto il box Materiali in Home Page devo usare la riga seguente e cancellare quella ancora successiva*/
  /*.box-NofN-container{margin: 1em 0; float: left; width: 49%; margin-right:1%; min-height: 0px;}*/
  /*IMPORTANTE: la seguente riga va bene sono se NON si usa il box MATERIALI in Home Page*/
  .box-NofN-container {
    margin: 0;
    float: none;
    width: 100%;
    margin-right: 0;
    min-height: 0px; }

  .box-1of3-container {
    margin: 0;
    float: none;
    width: 100%;
    margin-right: 0;
    min-height: 0px; }

  /*
  .box-avvisi{min-height: 100px;}
  .box-materiale{min-height: 0px;}
  .box-link{min-height: 0px;}
  */
  .home-page .box-avvisi, .home-page .box-link, .home-page .servizi {
    display: none; }

  .foto-doc {
    height: 100px;
    width: auto !important; }

  .home-page article {
    margin-top: 0px !important; }

  .col-one-third {
    width: 100% !important; }

  .col-two-thirds {
    width: 100% !important; } }
@media screen and (max-width: 480px) {
  .page-content {
    padding: 0.5em;
    overflow: hidden; }

  .logo-container {
    float: none !important;
    width: 100% !important; }

  .user-container {
    float: none !important;
    width: 100% !important; }

  header#university .logo-container img {
    height: 50px; }

  .logo {
    display: none; }

  img.logout {
    width: 16px;
    height: 16px;
    margin-top: -5px; }

  /*.main{padding: 0 1em;}*/
  /*.login-page{width: 300px; margin: 0 auto; margin-top: 1em;}*/
  /*.login-page{padding: 0;}*/
  .login-page header {
    text-align: center;
    padding: 1em 0px 1em 0px; }

  .login-container {
    width: 300px;
    margin: 0 auto;
    /*margin-top: 5em;*/ }

  .cds-container {
    margin-top: 0em; }

  /* -- HEADER
  ----------------------------------------------------------------------------- */
  #navtop li {
    padding: 0 0.3em !important; }

  #navtop li:first-child {
    border-left: 0px !important; }

  .nome_docente {
    display: none; }

  th.optional-480, td.optional-480 {
    display: none; }

  .text {
    margin-top: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

  .com-header {
    /*
    .com-tools{
        div{width:30% !important;}
    }
    */ }
    .com-header h3 {
      float: none;
      border-bottom: 1px solid #ddd; }

  .com .nuova {
    padding: 0.5em !important; }
  .com .action-container button {
    width: 25%;
    margin-left: 0; }

  /*PPD*/
  .docente {
    float: none;
    width: 100%; }

  .elenco-iscritti li {
    /*float: none; width:100%; margin-right:0;*/ }

  /*Avvisi bacheca*/
  .bacheca-full .avviso-reale {
    float: none;
    /*width: 96%; */  /*mlongo - mod. 24/05/2023 */
  }

  .bacheca-header h3 {
    float: none;
    border-bottom: 1px solid #ddd; }

   
}

   
/* ========================================================================== */
/* IFRAME HIDDEN ============================================================= */
/* ========================================================================== */
/* ========================================================================== */
/* EDITOR HTML5 ============================================================= */
/* ========================================================================== */
.editorHTML5 {
  /*width: 800px; margin: 0 auto; background: #EEE;*/
  background: #FFF;
  margin-top: 20px;
  cursor: text; }

.editorHTML5 header {
  padding: 10px;
  border: 1px solid #DDD; }

.editorHTML5 footer {
  padding: 10px; }

.editorHTML5 .content {
  border: 1px solid #DDD;
  background: #FFF; }

.editorHTML5 .editor-text {
  padding: 20px;
  min-height: 200px; }

.editor-toolbar button {
  padding: 5px !important;
  min-width: 24px;
  min-height: 24px; }

.editor-toolbar .bt-editor-group {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #DDD;
  float: left; }

.editor-toolbar .bt-editor {
  cursor: inherit;
  background: url("../img/editor/Editor_Toolbar.png");
  background-repeat: no-repeat;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  float: left;
  display: inline-block; }

.editor-toolbar .undo {
  background-position: 0 -2112px; }

.editor-toolbar .redo {
  background-position: 0 -2064px; }

.editor-toolbar .bold {
  background-position: 0 -24px; }

.editor-toolbar .italic {
  background-position: 0 -48px; }

.editor-toolbar .underline {
  background-position: 0 -144px; }

.editor-toolbar .removeformat {
  background-position: 0 -1656px; }

.editor-toolbar .unorderedlist {
  background-position: 0 -1272px; }

.editor-toolbar .orderedlist {
  background-position: 0 -1320px; }

.editor-toolbar .copy {
  background-position: 0 -264px; }

.editor-toolbar .cut {
  background-position: 0 -312px; }

.editor-toolbar .paste {
  background-position: 0 -360px; }

.editor-actions {
  text-align: right; }

.editorHTML5 div[contenteditable=true] {
  /*border: 1px solid $menu-selected-color;*/
  padding: 10px; }

.editorHTML5 div[contenteditable=true] ul {
  list-style: circle !important;
  margin-left: 30px; }

.editorHTML5 div[contenteditable=true] ol {
  list-style: decimal !important;
  margin-left: 30px; }

.editorHTML5 div[contenteditable=true] li {
  float: none;
  margin-right: 0px;
  padding: 5px 0; }

           ul.elenco-materiali .file-tools .file-move {
  background: url("../img/icons/icona_move.png") no-repeat center;
  background-size: 20px 20px; }  
            ul.elenco-materiali .allegato-info-move {
  display: none; }
            
            .title-name-newhomeppd{
                font-style: normal;
                font-weight: 400;
                font-size: 21px;
                line-height: 29px;
                text-transform: uppercase;
            }
            
            .font16{
                font-style: normal;
                font-size: 16px;
                line-height: 24px;
            }
            
            .font14{
                font-style: normal;
                font-size: 14px;
                line-height: 22px;
            }
            
            .bachecaTitle{
                font-style: normal;
                font-weight: 400;
                font-size: 21px;
                line-height: 29px;
                margin-bottom: 10px;
                display: flex;
                align-items: center;
            }
            
            .bacheca-link{
                color: #333333;
                text-decoration: none;
                
            }
            
            .count-bacheca{
                background-color: #0078cf;
                width: 20px;
                border-radius: 50%;
                height: 20px;
                color: white;
                font-size: 14px;
                font-weight: bold;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 10px;
            }
            
            .bacheca-link:hover, a.color_normal:hover{
                color: #333333;
                text-decoration: none!important;
                background: none!important;
            }
            
            .pad-left7 {
                padding-left: 7px; 
            }
            
            .pad-left10 {
                padding-left: 10px; 
            }
            
            .pad-left15 {
                padding-left: 15px; 
            }
            
            .pad-left20 {
                padding-left: 20px; 
            }
            
            .pad-bot20 {
                padding-bottom: 20px; 
            }
            
            .margin-bot10{
                margin-bottom: 10px;
            }
            
            .margin-bot20{
                margin-bottom: 20px;
            }
            
            .margin-top20{
                margin-top: 20px;
            }
            
            .margin-div-inner-bacheca{
                margin: 0px 20px;
            }
            
            .dot {
                height: 7px;
                width: 7px;
                background-color: #0078CF;
                border-radius: 50%;
                display: inline-block;
            }
            
            .bioAllegato{
                background: #F8F8F8;
                border-radius: 5px;
                width: fit-content;
                min-height: 30px;
                display: flex;
                margin-top: 30px;
            }
            
            .bioAllegato a, .linkInsegnamenti a{
                margin: 5px 20px;
            }
            
            .box-insegnamenti{
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                align-items: flex-start;
                height: 205px;
            }
            
            .linkInsegnamenti{
                background: #F2F8FD;;
                border-radius: 5px;
                width: fit-content;
                min-height: 30px;
                display: flex;
                
            }
            
            
            .box-pubblicazioni{
                background: rgba(0, 120, 207, 0.05);
                border-radius: 5px;
                margin-top: 15px;
            }
            
            .box-contatti{
                background: #F1F4FF;
                border-radius: 5px;
                margin-top: 42px;
            }
            
            .box-ricevimento{
                background: #F2F8FD;
                border-radius: 5px;
                margin-top:30px;
            }
            
            .box-bacheca{
                background: #FFFFFF;
                box-shadow: 0px 2px 40px rgba(85, 85, 85, 0.15);
                border-radius: 8px;
            }
            
            .pad15{
                padding:15px;
            }
            
            .display-flex{
                display: flex;
            }
            
            .flex-col{
                flex-direction: column;
            }
            .flex-row{
                flex-direction: row;
            }
            
            .flex-wrap{
                flex-wrap: wrap;
            }
            
            .float-right{
                float: right;
            }
            
            .width16{
                width: 16px;
            }
            
            .width25{
                width: 25px;
            }
            
            .pad-top10{
                padding-top:10px;
            }
            
            .pad-top20{
                padding-top: 20px;
            }

            .margin-left5{
                margin-left: 5px;
            }
            
            .pubblicazioni-pad-top20{
                padding-top: 20px!important;
            }
            
            #vetrina-pubblicazioni-altre,#vetrina-altre-info,#vetrina-link-utili{
                display: none;
            }
            
            .display-block{
                display: block!important;
            }
            
            .padding-contatti{
                padding: 8px 20px;
            }
            
            .color_normal{
                color: #333333;
            }
            
            .border-bot-bacheca{
                border-bottom: 1px solid #ddd
            }
            
            .icon-attach{
                width: 15px;
                height: 18px;
                margin-left: 5px;
            }
            
            .icon-link-ins{
                width: 18px;
                height: 16px;
                margin-right: 5px;
            }
            
            .icon-plus{
                width: 12px;
                height: 12px;
                margin-left: 5px;
                padding-bottom: 2px;
            }
            
            
            .icon-minus{
                width: 12px;
                height: 3px;
                margin-left: 5px;
                padding-bottom: 2px;
            }
            
            #read_more{
                display: none;
            }
            
            #read_more_btn{
                background-color: transparent;
                border: none;
                padding-top: 5px;
                padding-left: 0px;
            }
            
            #read_more_btn:hover,#read_more_btn:active,#read_more_btn:focus{
                color: #0078CF;
                text-decoration: none;
                box-shadow: none!important;
                background: transparent!important;
            }
            
            .link-title-box{
                display: flex;
                align-items: center;
                justify-content: space-between;
                max-height: 32px;
            }
            
            .img-arrow{
                cursor: pointer;
            }
            
            .mobile-display{
                display: none;
            }
            
            .desktop-display{
                    display: block;
            }
            
            .read_more_mobile{
                display: none;
            }
            
            
            @media screen and (min-width: 250px) and (max-width: 500px) {
                .col-foto{
                    text-align: center;
                    padding: 0px;
                }
                
                .foto-doc{
                    height: 330px;
                    max-width: none;
                }
                
                .col-two-thirds{
                    padding-top: 20px;
                }
                
                .mobile-display{
                    display: block!important;
                }
                
                .desktop-display{
                    display: none!important;
                }
                
                .introduction{
                    margin: 0px 15px;
                }
                
                .box-insegnamenti{
                    padding-left: 0px!important;
                }
                
                .bioAllegato{
                    display: none;
                }
                
                .mobile-margin{
                    margin: 15px;
                    width: 92%!important;
                }
                
                .box-contatti{
                    margin-top: 20px;
                }
            }
            
            
            

/*FINE - EDITOR ============================================================= */

/*Restyling PPD - mary*/
nav ul li.no-border-left{border-left: 0px !important;}
.background-navtop-vetrina{background: #F1F1F1!important; height: 45px!important;}
.logo-discite-footer{height: 32px;}
.to-login-box-vetrina{
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(85, 85, 85, 0.15);
    border-radius: 2px;
    width: 80px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
}
.to-login-link-vetrina{text-decoration: none !important; font-weight: bold;font-size: 14px;}
.to-login-icon-vetrina{height: 14px;padding-bottom: 2px}

/*Richieste Tesi da PPD*/
/*
li.osservazione-tesi{
    list-style: square !important;
    margin-left: 2em !important;
}
*/

ul.QLIST_Q601_L58 li.TIPO_ITEM_RISPOSTA{float: left;}


.materiale-didattico-cartella-icon{
    float: right;
    margin-left: 5px;
    width: 24px;
    height: 24px;    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}
.materiale-didattico-icon-file{background-image: url("../img/icons/File - Document.png");}
.materiale-didattico-icon-add_folder{background-image: url("../img/icons/Folder - Folder Add.png");}
.materiale-didattico-icon-delete{background: url("../img/icons/Trash - Empty.png");}
.contenuto-cartella-materiale ul li.allegato {cursor: pointer; padding: 0.5em 0; }
.contenuto-cartella-materiale ul li.cartella {cursor: pointer;  }
.contenuto-cartella-materiale ul li.cartella-level-0 {border-bottom: 1px solid #DDD; }
.contenuto-cartella-materiale ul.level-1 {margin-left: 50px;}
.contenuto-cartella-materiale ul.level-2 {margin-left: 50px;}

.contenuto-cartella-materiale .cartella-descr { padding: 10px 0px 10px 45px; float: left }
.contenuto-cartella-materiale .cartella-tools { padding: 10px 0px 10px 45px; float: right}
li.cartella-lock-0 .cartella-descr {background: url("../img/icons/Folder.png") no-repeat left center !important; background-size: 24px 24px; }
li.cartella-lock-1 .cartella-descr {background: url("../img/icons/Power - Lock Screen.png") no-repeat left center !important; background-size: 24px 24px; }
li.cartella-lock-2 .cartella-descr {background: url("../img/icons/Social Media - MySpace.png") no-repeat left center !important; background-size: 24px 24px; }

.materiali-header-tools div{float: right;}
.materiali-header-tools .icon-add{background: url("../img/icons/Folder - Folder Add.png") no-repeat center; background-size: 24px 24px; width: 28px; height: 28px;}
.contenuto-cartella-materiale .icon-add{background: url("../img/icons/Folder - Folder Add.png") no-repeat center; background-size: 18px 18px; width: 24px; height: 24px;}
.contenuto-cartella-materiale .icon-pensil{background: url(../img/icons/Pencil.png) no-repeat center; background-size: 18px 18px; width: 24px; height: 24px;}
.contenuto-cartella-materiale .icon-add-file{background: url("../img/icons/File - Document.png") no-repeat center; background-size: 18px 18px; width: 24px; height: 24px;}
.dettaglio-cartella-materiale .lucchetto-container {margin: 1em 0;}
.dettaglio-cartella-materiale .lucchetto-label{font-weight: bold}
.file-materiali-container{}

li.allegato .file-info {float: left; }
li.allegato .file-tools {padding: 10px 0px 10px 10px;}
li.allegato .file-tools .icon {  float: right;  width: 20px;  height: 20px;  margin-left: 5px;  cursor: pointer; }

