.img-responsive, .banner {
	margin: 0 auto;
}

.weekdays .days {
	width:12.5% ;
	float: left;
	color:black;
	cursor: pointer;
	height: 50px;
	border:1px solid black;
	border-bottom: 0px;
	background-color: white;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;    /* Firefox, Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
   margin-bottom:0px !important;
}

.days>span {
	margin: auto;
	padding:15px 0px 0px 10px;
	float:left;
	font-weight: bolder;
	height: 100%;
	width: 100%;
}

.weekdays .days span:hover {
	color:white;
	background-color: #eb212e;
}

.days input[type="radio"]:checked+span{
	color:white;
	background-color: #eb212e;
	} 
	
.icone {
	max-height: 25px;
}

.blocco {
	height: 100%; 
	margin: auto;
}

.infoblocco {
    display: table-cell;
    padding-left: 5px;
}

.fascia {
	 border-bottom: 1px solid black;
    //display: table-cell;
    padding-right: 5px !important;
	//display: inline-block;
	//vertical-align: middle;
	color:red;
	font-weight: bold;
}

.insegnante {
	font-size: 11px;
}
.table-bordered {
	padding:5px;
}

.iconadmin img {
	max-height: 12px;
}

.table-bordered > tbody > tr > td, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > td, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > thead > tr > th {
    padding: 5px;
}
.corso {
	font-weight: bold;
	font-size: 16px;
}

.boxtable > .addnew {
	display: none;
	height: 0px;
   cursor:cell;
}

.over > .addnew {
    border: 2px dashed gray;
    border-radius: 5px;
    display: block;
    height: 100% !important;
    min-height: 50px;
    overflow: hidden;
}

.blocco {
	margin: 3px 0px 3px 0px;
	cursor:pointer;
}

.boxtable:hover > .addnew {
    border: 2px dashed gray;
    border-radius: 5px;
    display: block;
    height: 100% !important;
    min-height: 50px;
    overflow: hidden;
}
th.head {
	position:relative;
  *position: relative; /*ie7*/
  left:5px; 
  //width:100px;
}

#elaborazionebox {
	height: 100%;
	width: 100%;
	position: fixed;
	display:none;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

#XLS {
	background-image: url(xls.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	padding-left: 32px;
	display: block;
   height: 35px;
}
#PDF {
	background-image: url(PDF.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	padding-left: 32px;
	display: block;
   height: 35px;
}

#LNK {
	background-image: url(SHA.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	padding-left: 32px;
	display: block;
   height: 35px;
}

.expbutton span   {
	margin: 7px;
	width: 100px;
	float: left;
}

#buttoncontainer {
	background: transparent;
	margin-top: 5px
}

.printinfo {
	display:none;
}
	table.table>thead>tr th:first-child {
		/* width: 50px; */
	}
		#admtab {
		table-layout:fixed;
	}

@media print {
  a[href]:after {
    content: none;
  }
  
    .img-responsive, .banner {
	  display:none;
  }
  
  .filtro {
	  display:none;
  }
  
  .footer {
	  display:none;
  }
  
  .intestazione {
	  display:none;
  }
  
  .corso {
	font-weight: bold;
	font-size: 13px;
	}
	
	.insegnante {
	font-size: 9px;
	}
	
	.fascia {
		font-size: 11px;
	}
	
	#admtab {
		table-layout:fixed;
	}
	.fascia {
		color: red !important;
	}
	
	table.table>thead>tr th:first-child {
		width: 50px;
	}
	
	.table-bordered > tbody > tr > td, 
	.table-bordered > tbody > tr > th, 
	.table-bordered > tfoot > tr > td, 
	.table-bordered > tfoot > tr > th, 
	.table-bordered > thead > tr > td, 
	.table-bordered > thead > tr > th {
		padding: 0px;
	}
	
	img {
		max-width: 47%!important;
		display:inline;
	}
	
	.days input[type="radio"]+span {
		display:none;
	}
		
	.days input[type="radio"]:checked+span {
		color: black;
		background-color: white;
	}
	
	.printinfo, .printinfo div {
		display:inline-block;
	}
	
	.infoleft {
		float:left;
	}
	
	.inforight {
		float:right;
	}
	
	tr.emptyrow {
		display:none;
	}
	
}

.iscrizione div {
	border: 1px solid black;
	 border-radius: 3px;
	text-align: center;
	background-color: #0d6c3d;
	color: White;
	font-weight: bold;
}
.iscrizione div:hover {
	background-color: #1fab59;
	//color: Black;
}
a.iscrizione {
	text-decoration:none;
}
.iscrizionefull {
	border: 1px solid black;
	 border-radius: 3px;
	text-align: center;
	background-color: red;
	color: White;
	font-weight: bold;
	cursor:default
}

.card-scheda>.card-header{
	background-color:#e02b20;
	color: white;
}

@media print{@page {size: landscape}}