/* 
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 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; }

/* -- 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; }

.clearfix {
  clear: both; }

.bold {
  font-weight: bold; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.pointer {
  cursor: pointer; }

.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 img {
  height: 100px;
  /*margin-left: 1em;*/ }

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

.student a {
  color: white; }

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

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

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

.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-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 {
  border-bottom: 1px solid #EEE;
  min-height: 60px;
  padding: 5px 0; }

.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; }

/*
.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: esami */
#elenco_esami {
  height: 200px;
  overflow-y: hidden; }

#elenco_esami .appello {
  height: 100px; }

#elenco_esami .appello .nome a {
  font-weight: bold; }

#elenco_esami .appello .date {
  float: left; }

#elenco_esami .appello .stato {
  float: right;
  font-weight: bold; }

#elenco_esami .appello .docente {
  margin-top: 1em; }

#elenco_attivita .attivita {
  height: 100px; }

#elenco_attivita .attivita .nome {
  font-weight: bold;
  color: #0078CF; }

.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-inline {
  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-didattica a {
  background: #B2B2D2 !important;
  color: #FFF !important; }

.ui-datepicker-calendar .attivita a {
  background: #555 !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 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-y: scroll; }

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

.ticker-news article .text {
  display: none; }

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

.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;}
*/
/* SCHEDE DI VALUTAZIONE */
.link_noncompilabili {
  color: #0078cf;
  cursor: pointer; }

/* 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: 24px;
  height: 24px; }

/* 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; }

.tipo-questionario-introduction ul {
  list-style: disc !important;
  margin: 0px 2em !important; }

.tipo-questionario-introduction ol {
  list-style: decimal !important;
  margin: 0px 2em !important; }

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

.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 div {
  margin: 1em 0; }

/* -- 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.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; }
    table tbody tr.tassa {
      cursor: default !important; }

/**/
.msgBox {
  background: #FFF; }

.dettagliBlocco {
  padding: 0px;
  margin: 1em 0px !important;
  border: 0px !important; }

.dettagliBlocco tbody {
  border: 0px !important; }

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

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

/*#esami .nome-materia a{color: #555;}*/
#esami .nome-docente {
  margin-top: 2px; }

#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; }

#tabella_orari td {
  min-width: 100px;
  padding-right: 5px; }

#tabella_orari td.m50 {
  min-width: 50px !important; }

/* 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; }

button.btn-principale {
  background: #0078cf;
  color: #FFF;
  /*text-shadow: 0 0px;*/
  min-width: 90px; }

button.btn-principale:hover {
  background: #00487d;
  /*border-color: #222;*/
  color: #FFF; }

/* 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; }

#btnRifiutaVoto {
  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 div {
    margin-left: 0.5em;
    cursor: pointer; }
  .com-header .com-tools .arch-com {
    float: right;
    width: 32px;
    height: 32px;
    background-image: url("../img/icons/Folder - Downloads.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px; }
  .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;}
}
*/
/* Iscrizioni OnLine */
.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.col-header h6 {
  float: left; }

.col-header .col-title {
  float: left; }

.col-header .col-title .italic {
  font-style: italic; }

.col-header .col-tools {
  float: right; }

.col-header .col-tools .icon {
  cursor: pointer; }

.icon24 {
  width: 24px;
  height: 24px; }

.scelta-corsi-icon {
  cursor: pointer;
  padding: 5px;
  text-align: center;
  background: #EEE;
  border: 1px solid #DDD; }

.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; }

.aiuto_suggest {
  width: 1000px;
  margin-left: -500px;
  top: 110px;
  left: 50%; }

.aiuto_suggest .col-1 {
  float: left;
  width: 200px; }

.aiuto_suggest .col-2 {
  float: left;
  width: 750px;
  margin-left: 20px; }

.aiuto_suggest .title {
  font-weight: bold; }

.aiuto_suggest .dest-row {
  /*margin-top: 20px;*/ }

.aiuto_suggest select.filtro {
  /*padding: 0.5em !important;*/
  /*color: #DDD;*/ }

.aiuto_suggest #dest-elenco {
  border: 1px solid #DDD;
  height: 420px;
  overflow-y: scroll; }

.aiuto_suggest #dest-elenco td {
  padding: 5px 10px; }

.aiuto_suggest #dest-elenco tr.all-result td {
  border-bottom: 1px solid #DDD; }

.aiuto_suggest #dest-elenco tr.all-result .all-label {
  font-weight: bold; }

.aiuto_suggest #dest-elenco tr.all-result .all-num {
  font-style: italic; }

.aiuto_suggest #dest-selected {
  border: 1px solid #DDD;
  padding: 10px;
  height: 80px;
  overflow-y: scroll; }

.aiuto_suggest .dest-selected .dest {
  border: 2px solid #DDD;
  padding: 5px 10px;
  margin: 5px;
  background: #EEE; }

.aiuto_suggest .dest-selected .etichetta {
  padding: 2px 5px; }

.aiuto_suggest .dest-selected-num {
  text-align: right;
  margin-top: 10px; }

.aiuto_suggest .dest-add {
  padding: 10px;
  text-align: right; }

.aiuto_suggest #dest-elenco th {
  padding: 1px 10px; }

/* Responsive */
@media screen and (min-width: 601px) {
  #page {
    min-height: 600px; } }
@media screen and (max-width: 600px) {
  /*@media screen and (max-width: 800px) {    */
  .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 #esami{float: none; display: block; clear:both; width:100%;}
  .home-page #seminari{float: none; display: block; clear:both; width:100%;}
  .home-page #materiale{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 #esami article{display:none;}
  .home-page #seminari article{display:none;}
  .home-page #materiale article{display:none;}
  */
  .home-page .box-container article {
    display: none; }

  .agenda-datepicker {
    display: none; }

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

  #elenco_esami {
    display: none; }

  .home-page .box .scroll-tools {
    display: none; }

  /* 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-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; }

  /*HOME SCROLL*/
  .home-page .scroll-icon {
    float: right;
    width: 32px;
    height: 32px;
    margin: 0 5px; }

  /*.home-page #box-dai-docenti{display: none;}    */
  .home-page .servizi {
    display: none; }

  .home-page .servizi_tablet {
    display: block; } }
@media screen and (max-width: 480px) {
  #tabs h4 {
    font-size: 1.3em; }

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

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

  .logo {
    display: none; }

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

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

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

  .student {
    font-size: 10px; }

  .matricola {
    font-size: 9px; }

  /*.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; }

  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; } }
/* message like Android */
/* ========================================================================== */
/* TOAST ==================================================================== */
/* ========================================================================== */
#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; }

/*FINE - TOAST ============================================================= */
/* MAV */
.info_tassa {
  /*float:left;*/
  width: 32px;
  height: 32px;
  background-image: url("../img/icons/info.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; }

.info_mav {
  /*float:left;*/
  width: 25px;
  height: 25px;
  margin-top: -5px; }

/* ========================================================================== */
/* 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; }

/*FINE - EDITOR ============================================================= */
/* immatricolazioni ===========================================================*/
.info-base   ul   {
   list-style: disc !important;
   margin: 0px 2em !important;
   }
 
   .info-base   ol   {
   list-style: disc !important;
   margin: 0px 2em !important;
   }
.info-base   ul   {
   list-style: disc !important;
   margin: 0px 2em !important;
   }
 
   .info-base   ol   {
   list-style: disc !important;
   margin: 0px 2em !important;
   }
   
   
   
   .form-mt0{       
       margin-top: 0px !important;
   }