main {
	padding-top: 0;
}
.pxl-table-orario-nm {
	max-width: 1000px;
	margin: 0 auto;
}


.titolocorso {
	background-color: rgba(102, 119, 136, .2);
}

.iconsquare {
	font-size: 1.5em;
	position: relative;
	top: .1em;
	left: -.5em;
}


.subheading {
	background-color: #ba162f;
	font-size: 1em;
	line-height: 120%;
	padding: .3em 0;
}

.subheading a {
	color: #FFF;
	font-weight: bold;
	margin-left: -.8em;
}

.subheading a:hover {
	border-bottom: none;
	text-decoration: none;
}


.subtitle {
	font-size: 1.2em;
	margin: 0 0 1em 0;
	font-family: 'DIN', sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 100%;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 2.5em;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: .5em;
}

h1 .codicecorso {
	display: block;
	font-size: 60%;
	line-height: 140%;
	color: #333;
	font-weight: 400;
}

.infocorso {
	width: 100%;
	border-collapse: collapse;
}

.infocorso td,
.infocorso th {
	vertical-align: top;
	padding-top: .5em;
	line-height: 120%;
}

.infocorso th {
	font-weight: 600;
	padding-right: .5em;
	width: 90px;
}


.docente,
.ects {
	line-height: 120%;
	margin-bottom: .5em;
}

.mostra {
	display: inline-block;
	font-size: 80%;
	font-weight: bold;
	margin: 0 0 .5em 1em;
	color: rgba(102, 119, 136, 1);
	cursor: pointer;
}

.mostra::before {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-left: .5em;
	margin-right: .5em;
	opacity: .8;
}

.mostra.active::before {
	content: "\f106";
}


#continuacurricoli {
	display: none;
}

.curricolo {
	line-height: 120%;
	margin-bottom: .5em;
}

.listacurricoli .curricolo {
	margin-left: 1.2em;
	text-indent: -.5em;
}

.listacurricoli .curricolo::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: .5em;
	opacity: .5;
}

.orariocorso {
	width: auto;
	border-collapse: collapse;
	margin-left: 35px;
}

#sezioneorario .orariocorso {
	margin-left: 0;
}

.orariocorso td,
.orariocorso th {
	vertical-align: top;
}

.orariocorso th {
	font-weight: 600;
	padding-right: .5em;
}

.orariocorso .aula {
	padding-left: 1em;
}

.openorario {
	font-weight: bold;
}


.orario .fas {
	color: rgba(102, 119, 136, .6);
	width: 35px;
	font-size: 30px;
}

.semestre {
	color: rgba(102, 119, 136, 1);
	font-weight: bold;
	margin-top: .7em;
}

.orario {
	font-weight: 400;
}

.giorno {
	margin-right: .3em;
}

.aula {
	margin-left: .3em;
}

.titolocorso .giorno {
	/*margin-left:35px;  */
}

.titolocorso .semestre {
	margin-bottom: 5px;
}


#descrizione {
	font-size: .8em;
	line-height: 140%;
}

#descrizione h2 {
	margin-top: 0;
}

.modal-header {
	background-color: #ba162f;
	padding: 0 25px;
}

.modal-header .close {
	padding: 1.6rem 1rem;
}

.modal-title {
	color: #FFF;
	font-family: 'DIN', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2em;
}

.transp50 {
	opacity: .5;
}


#sezioneorario {
	border-top: 1px solid #AAA;
}

#sezioneorario h2 {
	margin-top: 0;
}

.table-orario,
.table-orario-modal {
	font-size: .6em;
	margin: auto;
	width: 100%;
	max-width: 700px;
}

.table-row {
	border-bottom: 1px solid rgba(102, 119, 136, .5);
	height: 2.5em;
	overflow: hidden;
	clear: both;
}

.table-ora {
	border-left: 1px solid rgba(102, 119, 136, .3);
}

.table-ora.ora-6 {
	border-left: 5px solid rgba(102, 119, 136, .3);
}

.table-giorno {
	background-color: rgba(102, 119, 136, .3);
	font-weight: bold;
}

.table-orelezione {
	background-color: rgba(102, 119, 136, .1);
	float: left;
	width: 85%;
}

.table-ora span {
	font-size: 0.8em;
}


.table-ora.lezione {
	background-color: #ba162f;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

.intestazione {
	background-color: rgba(102, 119, 136, .8);
	color: #FFF;
}

.intestazione th {
	text-align: center;
	font-size: 14px;
}

.int .giornoabbreviato {
	display: none;
}

@media (max-width:500px) {
	div.tabella-over {
		max-width: 100%;
		margin: 0 auto;
		overflow-x: scroll;
	}

	.giornoabbreviato {
		display: block;
		font-size: 1.2em;
	}

	.giornocompleto {
		display: none;
	}

	.head-row {
		height: 5em !important;
	}

	.head-row .table-ora,
	.head-row .table-giorno {
		position: relative;
		height: 5em !important;
		display: block;
		float: left;
		padding: .5em;
		text-align: center;

	}

	.head-row .table-ora span {
		position: absolute;
		top: 1.5em;
		left: -1em;
		transform: rotate(90deg);
		display: block;
		width: 6em;
		height: 3em;
	}

}

td.table-ora {
	text-align: center;
}

@media screen and (max-width: 576px) {
	header .link-social {
		top: 400px;
		right: 15px;
	}
}

@media (min-width: 768px) {
	.modal-dialog {
		max-width: 700px;
	}
}