body {
  background: none repeat scroll 0 0 #F0F0F0;
  /*font: 80% 'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;*/
  margin: 0;
  padding: 0;
  /*min-width: 900px;*/ }
  body.admin {
    background-color: #dae7f0; }

h1, h2, h3, h4 {
  color: #1F6FA7;
  /*font-family: myriad pro,helvetica,arial,verdana;*/
  font-weight: normal; }

a {
  color: #f26522; }

hr {
  border: 0;
  height: 1px;
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent); }

/*button, input[type=submit], .linkbutton {
    font: 1em 'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	display: inline-block;
	color: #f26522;
	background: #f8f8f8;
	border: 2px solid #ccc;
	border-radius: 4px;
	padding: 6px;
	line-height: 1em;

	text-decoration: none;

	&:hover {
		background-color: #f6d6c7;
		border-color: #f6d6c7;
		cursor: pointer;
	}
}
*/
/*input[type=text], input[type=password] {
	border: 1px solid  #ccc;
	background: #ccc;
	padding: 4px;

	&:focus {
		background: #eee;
		border: 1px solid #ccc;
	}
}*/
.textright {
  text-align: right; }

.ico {
  background: url("images/icons.png") no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  display: block;
  float: left;
  border: 2px solid transparent;
  box-sizing: content-box; }
  .ico.mbtn {
    border-color: #ccc;
    border-radius: 4px; }
  .ico.mbtn:hover {
    background-color: #f6d6c7;
    border-color: #f6d6c7; }
  .ico.user {
    background-position: -5px -5px; }
  .ico.lock {
    background-position: -35px -5px; }
  .ico.unlock {
    background-position: -65px -5px; }
  .ico.remove {
    background-position: -95px -5px; }
  .ico.uncheck {
    background-position: -125px -5px; }
  .ico.check {
    background-position: -155px -5px; }
  .ico.move {
    background-position: -5px -35px; }
  .ico.tools {
    background-position: -35px -35px; }
  .ico.back {
    background-position: -65px -35px; }
  .ico.switchoff {
    background-position: -95px -35px; }
  .ico.hat {
    background-position: -125px -35px; }
  .ico.people {
    background-position: -155px -35px; }
  .ico.switchon {
    background-position: -95px -65px; }
  .ico.a1left {
    background-position: -65px -35px; }
  .ico.a1right {
    background-position: -65px -65px; }
  .ico.a2left {
    background-position: -35px -65px; }
  .ico.a2right {
    background-position: -5px -65px; }
  .ico.yes {
    background-position: -155px -65px; }
  .ico.no {
    background-position: -125px -65px; }
  .ico.close {
    background-position: -5px -95px; }
  .ico.open {
    background-position: -35px -95px; }
  .ico.help {
    display: inline-block;
    float: none; }

.color-schema1 {
  background: #eaf4e2; }
  .color-schema1 nav {
    background: #d6e9c6; }
  .color-schema1.panel, .color-schema1 nav {
    border-color: #d6e9c6; }

.color-schema2 {
  background: #ecf6fb; }
  .color-schema2 nav {
    background: #d9edf7; }
  .color-schema2.panel, .color-schema2 nav {
    border-color: #d9edf7; }

.color-schema3 {
  background: #fcf8e3; }
  .color-schema3 nav {
    background: #fff2b3; }
  .color-schema3.panel {
    border-color: #fff2b3; }

.color-schema4 {
  background: #f8eeee; }
  .color-schema4 nav {
    background: #f2dede; }
  .color-schema4.panel {
    border-color: #f2dede; }

/*
#useridentity {
	margin: 0;
	padding: 4px 20px;
	overflow: auto;

	> span {
		float: right;
	}

	&.admin {
		background-color: #b3d7ef;
	}
}
*/
#header {
  background: #043366;
  padding: 15px 10px;
  position: relative; }
  #header h1 {
    margin: 0;
    color: #fff;
    background: url("images/logo-mirror.png") no-repeat 20px center;
    height: 52px;
    padding-left: 102px; }
  #header #headerlinks {
    position: absolute;
    right: 10px;
    top: 15px; }
    #header #headerlinks a {
      color: #FFFFFF;
      float: left;
      text-indent: -9999px; }
      #header #headerlinks a#linkctu {
        background: url("images/logo-ctu.png") no-repeat scroll left 2px transparent;
        display: block;
        height: 52px;
        width: 50px; }
      #header #headerlinks a#linkunimi {
        background: url("images/unimi-top2.gif") no-repeat scroll left -8px transparent;
        display: block;
        height: 52px;
        width: 191px; }

#footer {
  text-align: center; }

#body {
  margin: 40px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 9px rgba(50, 50, 50, 0.2);
  min-height: 360px; }
  #body h1, #body h2 {
    /*border-bottom: 1px solid #81C2FE;*/ }
  #body .panel.message .panel-body {
    padding-top: 50px;
    padding-bottom: 50px; }
  #body .updating {
    padding: 4px;
    font-weight: bold; }
  #body > table {
    /*		width: 100%;
    		border-collapse: separate;
    */
    /*		thead > tr {
    			background: #eee;
    			color: #999;
    		}
    */
    /*&#usertable {
    	tr td {
    		padding: 2px 8px;
    	}		
    }*/ }
    #body > table col.sorted {
      border-top: 4px solid #F26522; }
    #body > table tr {
      /*			td, th {
      				padding: 8px;
      				box-shadow: 0 0 9px rgba(50, 50, 50, 0.2);
      			}
      */ }
      #body > table tr.detail {
        display: none; }
      #body > table tr.detail td {
        background: #fff;
        border: 1px solid #f0f0f0;
        font-size: 0.9em;
        font-style: italic;
        color: #666; }
      #body > table tr.main td {
        background: #f9f9f9; }
      #body > table tr.header td {
        background: #eee;
        color: #666;
        font-weight: bold; }
      #body > table tr.total td {
        background: #eee;
        color: #666;
        font-weight: bold; }
      #body > table tr.bg-danger td {
        background: none; }
      #body > table tr td {
        /*				background-color: #f8f8f8;
        */ }
        #body > table tr td.colcmd {
          width: 20px;
          white-space: nowrap; }
        #body > table tr td.colcmd2 {
          width: 60px;
          white-space: nowrap; }
          #body > table tr td.colcmd2 span {
            padding: 0 5px; }
        #body > table tr td.colfixed {
          width: 160px;
          white-space: nowrap; }
        #body > table tr td.center {
          text-align: center; }
          #body > table tr td.center a.cmd {
            margin: 0 auto;
            display: block;
            overflow: auto;
            width: 24px; }
      #body > table tr.enrolled td {
        background: #fffbc8; }
      #body > table tr.isdone td {
        background: #ffd1d1; }
  #body .adduser {
    margin: 20px 0;
    padding: 10px;
    width: 600px;
    box-shadow: 0 0 9px rgba(50, 50, 50, 0.2);
    background-color: #f8f8f8;
    overflow: auto; }
    #body .adduser form {
      float: left;
      margin-right: 30px; }
    #body .adduser button {
      margin-left: 10px; }
    #body .adduser input[type=text] {
      margin-left: 10px; }
  #body #userForm form {
    margin-bottom: 15px; }
  #body #cmdPanel {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: block;
    overflow: auto; }
    #body #cmdPanel li {
      border: 2px solid #ccc;
      border-radius: 4px;
      float: left;
      padding: 2px 5px;
      margin-right: 10px;
      line-height: 25px; }
      #body #cmdPanel li a {
        text-decoration: none; }
      #body #cmdPanel li:hover {
        background-color: #f6d6c7;
        border-color: #f6d6c7; }
  #body #helpbox {
    /*background: #fffbc8;
    box-shadow: 0 0 9px rgba(50, 50, 50, 0.2);
    padding: 10px;*/
    overflow: auto; }
    #body #helpbox h2 {
      font-size: 1.2em;
      text-decoration: none;
      border: none;
      margin: 8px;
      float: left; }
    #body #helpbox > #helpbody {
      display: none;
      clear: both;
      margin: 8px; }
    #body #helpbox > a {
      float: right;
      margin: 8px;
      width: 58px; }
      #body #helpbox > a > .ico {
        float: right;
        margin-left: 2px; }

form.newuser .tip {
  display: block;
  text-indent: 20px; }
  form.newuser .tip #login {
    font-weight: bold; }
form.newuser label {
  display: block;
  text-indent: 20px; }
form.newuser input[type=text], form.newuser input[type=password] {
  display: block;
  width: 300px;
  padding: 8px;
  font-size: 1.5em; }
form.newuser .error {
  display: block;
  text-indent: 20px;
  color: #f00; }
form.newuser ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px; }
  form.newuser ul label {
    display: inline; }

#testbody .clsQuestionBody input[type=text] {
  margin: 20px;
  margin-left: 60px; }
#testbody .clsQuestionBody ul {
  list-style: none;
  margin: 20px;
  padding-left: 40px;
  display: table; }
  #testbody .clsQuestionBody ul li {
    clear: both;
    display: table-row;
    overflow: auto; }
    #testbody .clsQuestionBody ul li input, #testbody .clsQuestionBody ul li label {
      display: table-cell;
      margin: 5px 0.5em; }
#testbody .clsQuestionBody img {
  padding: 10px;
  margin: 10px;
  box-shadow: 0 0 9px rgba(50, 50, 50, 0.2);
  max-width: 100%; }

body#cas {
  background: #3a5f87;
  background: -moz-linear-gradient(top, #3a5f87 0%, #bbc8d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a5f87), color-stop(100%, #bbc8d6));
  background: -webkit-linear-gradient(top, #3a5f87 0%, #bbc8d6 100%);
  background: -o-linear-gradient(top, #3a5f87 0%, #bbc8d6 100%);
  background: -ms-linear-gradient(top, #3a5f87 0%, #bbc8d6 100%);
  background: linear-gradient(to bottom, #3a5f87 0%, #bbc8d6 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5f87', endColorstr='#bbc8d6',GradientType=0 ); }
  body#cas #body {
    padding: 30px;
    line-height: 1.4em; }
    body#cas #body fieldset {
      background: #eee;
      padding: 20px;
      margin: 40px 20px;
      width: 50%;
      border-radius: 8px;
      border: 1px solid #ddd;
      -webkit-box-shadow: 0px 0px 16px rgba(208, 152, 6, 0.3);
      -moz-box-shadow: 0px 0px 16px rgba(208, 152, 6, 0.3);
      box-shadow: 0px 0px 16px rgba(208, 152, 6, 0.3); }
      body#cas #body fieldset label {
        display: block;
        margin: 10px 20px 4px; }
      body#cas #body fieldset input[type=text],
      body#cas #body fieldset input[type=password],
      body#cas #body fieldset select {
        display: block;
        width: 15em;
        min-width: inherit; }
      body#cas #body fieldset input[type=submit] {
        font-family: myriad pro,helvetica,arial,verdana;
        font-size: 1.2em;
        font-weight: bold;
        background: #ddd;
        border: 2px solid #ddd;
        color: #666;
        border-radius: 8px;
        cursor: pointer;
        padding: 6px 24px;
        margin: 12px 4px;
        -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.2);
        box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.2); }
      body#cas #body fieldset input[type=submit]:hover {
        background: #bbb;
        color: #333; }
      body#cas #body fieldset legend {
        text-indent: -9999px;
        margin: -8px 0; }
      body#cas #body fieldset .submit {
        margin: 10px 0; }
      body#cas #body fieldset .clsError {
        -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.2);
        box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.2);
        margin-left: 10px; }

#body.examList dl {
  margin-top: 30px;
  padding-left: 40px; }
  #body.examList dl dt {
    margin: 0;
    padding: 0;
    color: #1F6FA7;
    font-family: myriad pro,helvetica,arial,verdana;
    font-weight: normal;
    font-size: 1.4em; }
  #body.examList dl dd {
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }

body.stats {
  /*	.panel {
  		background-color: #F8F8F8;
  		box-shadow: 0 0 9px rgba(50, 50, 50, 0.2);
  		padding: 10px;
  		p {
  			padding: 0;
  			margin: 2px 0;
  		}
  	}*/ }
  body.stats .big {
    font-size: 1.4em; }
  body.stats .answer_correct, body.stats .option_correct {
    color: green;
    font-weight: bold; }
  body.stats .answer_wrong {
    color: red;
    font-weight: bold; }
  body.stats .questionbody {
    margin: 0 20px; }
  body.stats .scorereport {
    font-size: 0.8em;
    background-color: #F8F8F8;
    box-shadow: 0 0 9px rgba(50, 50, 50, 0.2);
    width: auto;
    padding: 10px; }
    body.stats .scorereport p {
      padding: 0;
      margin: 2px 0; }
    body.stats .scorereport ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      body.stats .scorereport ul li {
        padding: 0;
        margin: 0; }
  body.stats .score {
    font-weight: bold; }

#body.reportAll ul {
  margin: 0;
  padding: 0;
  list-style: none; }
#body.reportAll dt {
  font-weight: bold;
  padding: 10px 0; }

@media print {
  body {
    background-color: none !important;
    font-size: 120%; }

  #header, #useridentity, #cmdPanel {
    display: none !important; }

  #cmdPanel {
    display: none; }

  #body {
    margin: 0;
    padding: 30px;
    background: #fff;
    box-shadow: none; }

  a[href]:after {
    content: none; } }
body.home #body {
  margin: 0;
  margin-bottom: 40px;
  padding: 20px 0;
  min-width: 0; }
  body.home #body h1 {
    margin-bottom: 30px; }
body.home .big {
  font-size: 50px;
  line-height: 100px; }

#noscript {
  margin: 0;
  text-transform: uppercase; }

/*# sourceMappingURL=Scss1.css.map */
