.schedalibretto{
	font-size:.8em;
}
.relative{
	position:relative;
}
.titolo{
	margin-right:100px;
	margin-left:15%;
}
.btn-head{
    color: #FFF !important;
    background: transparent !important;
    border: 1px solid #D59B9B !important;
}
.btn-lib {
    background: #008515 !important;
    color: #FFF !important;
}
.bottonaccedi{
	position:absolute;
	right: 20px;
	top: 30px;
	}
.form-group label{
	z-index:1000
}
div.monitorDiv table{
	border:1px solid;
}
div.monitorDiv{
	background:white;
	padding:0 20px;
	margin-top:30px;
	position:relative;
	display:none;
}
div.monitorDiv td,div.monitorDiv th{
	padding:2px;
	text-align:center;

}
div.monitorDiv th{
	 background-color: #dfdfdf;
	 color:#585858;
	 font-weight:bold;
}
div.monitorDiv thead{
	 background-color: #585858;
	 color:white;
	 font-weight:bold;

}
div.monitorDiv thead td{
	text-align:left;

}
div.monitorDiv  td.autovalutazione{
	text-align:left;
	background-color: #3DB43D;
	color:white;
	font-weight:bold;

}
table.doc{

}
table.doc th{
	 background-color: #3DB43D;
	 color:white;
	 font-weight:bold;
}
#pagination {
	text-align: center;
	margin-top: 20px;
}
#pagination a {
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	font-family: arial;
	text-decoration: none;
	background: none repeat scroll 0 0 #EEEEEE;
	color: #222222;
}
#pagination a:hover {
	background-color: #FFFFFF;
}
.titoloHeader{
	text-align:right;
	font-size: 13px;
	padding: 2px 5px;
}
.left{
	text-align:left;
}
.nofloat{
	float:none
}

tr.whiteBackground td{ background-color: #fff; }
tr.grayBackground td{ background-color: #ccc; }
tr.lightgrey td{ background-color: #eeeeee; }

.oggetto,.data{
	font-size:90%;
	font-weight:bold;
}

.sep{
	margin-top:10px;
	padding:10px;
	text-align:right;
}

.comment-respond{
	display:none;
}

td.modulo{
	font-weight:bold;
}
td.lezione{
	font-style:italic;
	padding-left:15px!important;
}
td.unita{
	padding-left:30px!important;
}
#active{
background:red!important;
}



div.griglia div{
	border:1px solid;
	margin:0px;
	padding:1em;

}
div.griglia div.head{
	background:#f9f9f9;
	color:#3db43d;
	font-weight:bold;
	text-align:center;
}


div.titoloscheda{
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 2px solid #9ea0a2;
	background:#e6e7e8;
	margin-top:10px;
}
div.titoloscheda h3{
    color: #253033 !important;
    float: left;
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 1em;
	width: 65%;
}
div.titoloscheda div.menubar{
	/* float:right; */
	margin:1em;
	text-align:right;
}

.sticky { background: orange;display:inline }

.fixed {
	position: fixed;
	top:0; left:0;
	width: 100%;
	z-index:2000;
	/* opacity:.9; */
	margin-right:4em;
	background:#2e3921!important;
	border:0!important;
	border-bottom:2px solid #000!important;
	border-radius:0!important;
	margin-top:0!important;
	padding-right: 5%;
}
/*
.btn {
  background: #ff9900;
  background-image: -webkit-linear-gradient(top, #ff9900, #ba4304);
  background-image: -moz-linear-gradient(top, #ff9900, #ba4304);
  background-image: -ms-linear-gradient(top, #ff9900, #ba4304);
  background-image: -o-linear-gradient(top, #ff9900, #ba4304);
  background-image: linear-gradient(to bottom, #ff9900, #ba4304);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
	font-weight:bold;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
*/
table.responsive{
	width:100%;
}
td.full{
	background:#e6e7e8;
	font-weight:bold;
	padding-left:2em
}
th.head{
	background:#e6e7e8;
	font-weight:bold;
	text-align:center;
}
.responsive td{
	text-align:center;
}
td.head{
	width:200px;
}
p.margin{
	margin-left:5%;
}


ul#listaLibretti {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left:2%;
}

ul#listaLibretti li {
  font-size: 1.1em ;
  font-weight: 600 ;
  padding:1% 0;
  border-bottom: 1px solid #ccc;
}

ul#listaLibretti li:last-child {
  border: none;
}

ul#listaLibretti li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 200px;
   font-weight: 600 ;

  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}

ul#listaLibretti li a:hover {
  font-size: 1.2em;
  background: #f6f6f6;
}

.widget-menu{
	text-align:right;
}
.disable{
	display:none;
}
.anteprima {
	font-size:14px;

}
.anteprima .row{
	line-height:2.5;
}
.anteprima span{
	font-weight:bold;
	  text-transform: uppercase;
	  border-bottom: 1px dashed #3a3a3a;
	 /* padding:1em 1em 0.4em;*/
	    height:30px;
	  margin-left:1em;
	  margin-right:1em;
}

.formEdit  {
	display:none;
}

.anteprima label{
	font-weight:normal;
	  text-transform: uppercase;
	  width:auto;
	  display:inline;

}
.box{
	border:1px solid #555555;
	padding:1em 2em;
}
.btnAbs{
	position:absolute;
	right:2em;
	top:5px;
}.btnAbs2{
	position:absolute;
	right:2em;
	top:25px;
}
.inline{
	display:inline!important;
}

h5{
    border-bottom: 2px solid #3db43d;
    color: #359d35;
    font-size: 1.3em;
    margin-bottom: 1.125em;
    margin-left: 1.125em;
    margin-top: 1.125em;
    padding-bottom: 0.2em;
}

ul#listaLibretti {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left:2%;
}

ul#listaLibretti li {
  font-size: 1.1em ;
  font-weight: 600 ;
  padding:1% 0;
  border-bottom: 1px solid #ccc;
}

ul#listaLibretti li:last-child {
  border: none;
}

ul#listaLibretti li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 200px;
   font-weight: 600 ;

  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}

ul#listaLibretti li a:hover {
  font-size: 1.2em;
  background: #f6f6f6;
}

.widget-menu{
	text-align:right;
}
.disable{
	display:none;
}
.anteprima {
	font-size:14px;

}
.anteprima .row{
	margin-left:0;
}
.anteprima span{
	font-weight:bold;
	  text-transform: uppercase;
	  border-bottom: 1px dashed #3a3a3a;
		height:30px!important;
	  margin-left:1em;
	  margin-right:1em;
		width: auto!important;
}
.anteprima h5{
	margin-left:0;
}
.formEdit  {
	display:none;
}

.anteprima label {
/* 	font-weight: normal !important;*/
	text-transform: uppercase !important;
	width: auto !important;
	display: inline-block;
  }
.box{
	border:1px solid #555555;
	padding:1em 2em;
}
.btnAbs{
	position:absolute;
	right:2em;
	top:5px;
}.btnAbs2{
	position:absolute;
	right:2em;
	top:25px;
}
.inline{
	display:inline!important;
}

.sidebar-linklist-wrapper .link-list-wrapper ul li a {
    font-size: .70em !important;
    line-height: 1.8em !important;
}
.open>a,.selected>a {
	font-weight:bold
}
.livello2{
	font-size:.9em
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.navbar-light .navbar-nav .active > .nav-link{
	font-weight:bold;
	color: rgba(68, 123, 12, 0.9);
}

.anteprima h6.mb-4{
	margin-bottom: 34px !important;
	margin-top: 10px !important
}
.anteprima .row{
	margin-bottom: 10px !important;

}



.anteprima{
	margin:3%;
}
.anteprima .inline{
	display:inline;
	width: auto;
}
.anteprima .titTesto{
	font-weight:bold;
	text-decoration: underline;
}


.form-control:disabled{
	background-color:transparent;
	font-size:.8rem;
	font-weight: 400;
	border-bottom: 1px solid #f5f3f3;
	color:#555
}

.ml-0{
margin-left: 0px !important
}

label.active{
	margin-top:0;
	transform: translateY(-85%)!important;
	
}
.sidebar-linklist-wrapper .link-list-wrapper ul li a span {
	color: #003882;
	line-height: normal;
  }
.sidebar-linklist-wrapper .inline-menu .link-list-wrapper .link-list li a.large {
padding-bottom: 0;
}
.schedalibretto .form-check [type="checkbox"] + label, .schedalibretto .form-check [type="radio"] + label {
	font-size: .7rem;
  }
label {
	display: inline-block;
	margin-bottom: 1rem;
	color: #435a70;
  }
