@import url(rm.css);

html * {
	font-family: arial, helvetica, sans-serif;
}
.nav-link .fa-arrow-down-short-wide:before, .nav-link .fa-sort-amount-desc:before, .nav-link .fa-sort-amount-down-alt:before {
    content: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20version%3D%221.1%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%2C2%2013%2C2%22%20style%3D%22fill%3Anone%3Bstroke-linecap%3Around%3Bstroke-width%3A2px%3Bstroke%3A%23003576%22%2F%3E%3Cpath%20d%3D%22M2%2C5%2013%2C5%22%20style%3D%22fill%3Anone%3Bstroke-linecap%3Around%3Bstroke-width%3A2px%3Bstroke%3A%23003576%22%2F%3E%3Cpath%20d%3D%22M2%2C8%2013%2C8%22%20style%3D%22fill%3Anone%3Bstroke-linecap%3Around%3Bstroke-width%3A2px%3Bstroke%3A%23003576%22%2F%3E%3Cpath%20d%3D%22M2%2C10%207.5%2C15%2013%2C10Z%22%20style%3D%22fill-rule%3Aevenodd%3Bfill%3A%23003576%22%2F%3E%3C%2Fsvg%3E");
}
.nav-link .fa-arrow-up-short-wide:before, .nav-link .fa-sort-amount-up-alt:before {
    content: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20version%3D%221.1%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%3Cpath%20d%3D%22M2%2C2%2013%2C2%22%20style%3D%22fill%3Anone%3Bstroke-linecap%3Around%3Bstroke-width%3A2px%3Bstroke%3A%23003576%22%2F%3E%0A%20%3Cpath%20d%3D%22M2%2C5%2013%2C5%22%20style%3D%22fill%3Anone%3Bstroke-linecap%3Around%3Bstroke-width%3A2px%3Bstroke%3A%23003576%22%2F%3E%0A%20%3Cpath%20d%3D%22M2%2C8%205%2C8%22%20style%3D%22fill%3Anone%3Bstroke-linecap%3Around%3Bstroke-width%3A2px%3Bstroke%3A%23003576%22%2F%3E%0A%20%3Cpath%20d%3D%22M2%2C11%205%2C11%22%20style%3D%22fill%3Anone%3Bstroke-linecap%3Around%3Bstroke-width%3A2px%3Bstroke%3A%23003576%22%2F%3E%0A%20%3Cpath%20d%3D%22M2%2C14%205%2C14%22%20style%3D%22fill%3Anone%3Bstroke-linecap%3Around%3Bstroke-width%3A2px%3Bstroke%3A%23003576%22%2F%3E%0A%20%3Cpath%20d%3D%22M8%2C8%2014%2C14%20M8%2C14%2014%2C8%22%20style%3D%22fill%3Anone%3Bstroke-linecap%3Around%3Bstroke-width%3A2px%3Bstroke%3A%23003576%22%2F%3E%0A%3C%2Fsvg%3E");
}
.dataTables_processing {
	box-shadow: 0 0 100px #999;
}
.privacy h3 {
	font-size: 1.3rem;
	font-weight: bold;
}
.privacy q {
	font-style: italic;
}
.navbar {
	background-color: #eeeeee !important;
	padding: 0;
	border-bottom: 10px solid #003576;
	min-height: 2.5rem;
}
#uiLogoImg, #clientLogoImg {
	display: none !important;
}
@media (min-width: 1400px) {
	.navbar nav.container-fluid {
		max-width: 1320px;
	}
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #003576;
}
.navbar *, .nav-link {
	font-size: .9rem;
}
.navbar-dark:hover .navbar-nav:hover .nav-link:hover,
.navbar-dark:focus .navbar-nav:focus .nav-link:focus {
	color: #003576;
	text-decoration: underline;
}
.navbar-nav:nth-of-type(1) {
	order: 1;
}
.navbar-nav:nth-of-type(2) {
	order: 2;
}
.navbar-nav:nth-of-type(3) {
	order: 3;
}
.navbar-search-top {
	order: 4;
}
.navbar-search-top .input-group {
	padding: 0 !important;
	border: 0 !important;
}
.navbar-search-top input.layout-top-input {
	background-color: #ffffff !important;
	border: 1px solid #cccccc;
	margin-right: 3px;
	color: unset !important;
}
.layout-top .navbar-search-top .layout-top-input-btn {
	border: 0;
}
.layout-top .navbar-toggler {
	color: #003576;
	padding: 3px;
}
.site-header {
	padding: 0;
	background: none transparent;
}
.site-title {
	background-color: #003576;
	background-image: none;
	color: #ffffff;
	margin: 0;
	margin-bottom: 2em;
	border-bottom: 10px solid #486293;
}
.site-title > div {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding: 1em .75rem;
	margin: 0 auto;
	width: 100%;
}
.site-title h1 {
	text-align: right;
	font-size: 3em;
}
.site-title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.site-title h1 img {
	height: .8em;
}
.site-title h1 small {
	display: none;
	font-size: .6em;
}
@media (max-width: 767px) {
	#logoPoli {
		flex-basis: 50%;
		padding-left: 5px;
	}
	#logoPoli img {
		width: 77%;
		height: auto;
		min-width: 133px;
		max-height: 88px;
	}
	.site-title h1 {
		padding-right: 5px;
		font-size: 2em;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	#logoPoli {
		flex-basis: 30%;
	}
	#logoPoli img {
		width: 100%;
		height: auto;
		max-height: 88px;
	}
}
@media (min-width: 1000px) {
	.site-title > div {
		min-height: 120px;
	}
	#logoPoli img {
		width: 100%;
		height: auto;
		max-height: 107px;
	}
	.site-title h1 small {
		display: block;
	}
}
@media (min-width: 1400px) {
	.site-title > div {
		max-width: 1320px;
	}
}
#polito-homepagelinks {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #999;
	margin: 30px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
#polito-homepagelinks .poli-linksblock {
	padding: 10px;
	text-align: left;
	border: 1px solid #999;
}
#polito-homepagelinks .poli-linksblock li {
	list-style-image: url(/image/freccia_grigia.png);
}
#polito-homepagelinks .poli-linksblock li a.updated:after {
	content: "new";
	text-transform: uppercase;
	font-size: .7em;
	font-weight: bold;
	color: red;
	border: 1px double red;
	padding: 0 2px;
	margin: 0 5px;
}
@media screen and (max-width: 767px) {
	#polito-homepagelinks .poli-linksblock {
		flex-basis: 100%;
		border-width: 0 1px 1px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	#polito-homepagelinks .poli-linksblock {
		flex-basis: 50%;
		border-width: 0 1px 1px;
	}
	#polito-homepagelinks .poli-linksblock:nth-of-type(2n)	{
		border-left-width: 0;
	}
	.poli-linksblock h5 + ul + h5 {
		border-top: 1px solid #cccccc;
		padding-top: 10px;
	}
	#polito-homepagelinks .poli-linksblock ul {
		display: inline-block;
	}
}
@media screen and (min-width: 1200px) {
	#polito-homepagelinks {
		display: table;
		border-collapse: collapse;
	}
	#polito-homepagelinks .poli-linksblock::before {
		display: table-row;
	}
	#polito-homepagelinks .poli-linksblock {
		display: table-cell;
		border: 1px solid #999;
		width: 25%;
	}
	.poli-linksblock h5 + ul + h5 {
		border-top: 1px solid #cccccc;
		padding-top: 10px;
	}
	#polito-homepagelinks .poli-linksblock.colspan2 {
		width: 50%;
	}
	#polito-homepagelinks .poli-linksblock ul {
		display: inline-block;
	}
}
.card {
	border: 1px solid #cccccc;
}
.card-header {
	border-bottom: 0;
}
.card-header .text-center {
	text-align: right !important;
}
.card-header-with-dot {
	font-size: xx-large;
	margin-top: -30px;
}
.card-header-dot {
	height: 48px;
	width: 48px;
	text-align: center;
}
.card-header .btn.float-end,
.card-header .float-end .btn {
	margin-top: 2em;
}
.card .list-group {
	border-bottom: 0;
}
.card-header h5 {
	font-weight: bold;
	text-align: left;
	color: #003576;
	border-bottom: 2px solid #003576;
	width: 100%;
}
.card-header-line {
	display: none;
}
#person_search .card-header h5 {
	cursor: pointer;
}
#person_search .card-header[aria-expanded=false] h5 {
	border-bottom-width: 0;
}
#person_search .card-header[aria-expanded=true] h5 {
	border-bottom-width: 2px;
}
.card-body .line {
	font-size: .9em;
	border-bottom: 1px dotted #ddd;
}
.card-body .line .line-label {
	font-weight: bold;
}
.card-body .line .line-label span::after {
	content: ":";
}
.card-body .line .line-content a {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
.card-body .line .line-content a:hover {
	color: #000;
}
/* SIDEBAR */
aside#sidebar {
	background-color: #ffffff !important;
	padding: 10px;
}
aside#sidebar div.sidebar-header {
	background-color: var(--bs-secondary);
	padding: 10px;
	margin-top: 0 !important;
}
nav#sidebarNav {
	background-color: #eeeeee;
}
nav#sidebarNav a {
	color: #003576;
	font-weight: bold;
}
nav#sidebarNav a[aria-expanded=true],
nav#sidebarNav a:hover,
nav#sidebarNav a:focus {
	background-color: #003576;
	color: #ffffff;
	font-weight: bold;
}
/* SCHEDE A TAB */
.card-header-tabs {
	margin-bottom: -.25rem;
}
.nav-tabs .nav-link.active {
	border-color: #cccccc #cccccc #ffffff;
}
.nav-item {
	z-index: 1;
}
.tab-content {
	margin-left: 1rem;
	margin-right: 1rem;
}
.container-fluid > .card {
	border: 0;
}
.container-fluid > .card .card-body {
	padding: 0;
}
#tabs .nav-tabs {
	border: 0;
}
#tabs .tab-content {
	border: 1px solid #cccccc;
	margin: 0;
	margin-bottom: 20px;
}
#tabs .tab-content fieldset {
	padding-top: 10px;
}
#tabs .tab-content legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #003576;
	border-bottom: 2px solid #003576;
	margin-bottom: .8em;
}
#tabs .tab-content fieldset fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	border-bottom: 0;
	margin-bottom: 0;
}
/* AVVISI DESKTOP PRODOTTI */
#polito-desktop-prodotti {
	border: 1px solid #999;
	padding: 10px 8px;
	margin: 0 1rem 1rem;
}
#polito-desktop-prodotti {
	background-color: #428BCA33;
	font-size: 1.2em;
}
#polito-desktop-prodotti h4 {
	display: block;
	color: #003576;
	background-color: transparent;
	border-bottom: 2px solid #003576;
}
#polito-desktop-prodotti ul.avvisi {
	max-height: 180px;
	margin-bottom: 0;
}
ul.avvisi {
	overflow-y: auto;
	padding: 0;
	list-style-type: none;
}
.avvisi li {
	border: 0;
	border-bottom: 1px dotted #888;
	margin-bottom: 0;
	padding: 12px 0 8px;
  padding: 12px 8px 8px;
}
.avvisi li.iris {
  border-left: 3px solid #cc0033;
}
.avvisi li.iris_rm {
  border-left: 3px solid #003576;
}
.avvisi li .dataOraLuogo {
	font-size: .8em;
	font-style: italic;
	color: #666666;
}
.avvisi li .leggiTutto {
	font-style: italic;
	text-align: right;
}
.avvisi li .title {
	font-weight: bold;
	color: #000;
}
.avvisi li a.title:hover {
	text-decoration: underline;
}
.avvisi li p {
	margin-bottom: 0;
}

/*****************************************/
/* Correzioni varie                      */
/*****************************************/

td.resumable-file-name {
    overflow-wrap: anywhere;
}

/*****************************************/
/* Messaggio di dialogo                  */
/*****************************************/

dialog.messaggio-generico {
	max-width: 600px;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

dialog.messaggio-generico::backdrop {
	background-color: rgba(0, 0, 0, .75);
}

dialog.messaggio-generico > h3 {
	padding: 1rem;
	border-bottom: 1px solid #ddd;
}

dialog.messaggio-generico > p {
	padding: 1rem;
}

dialog.messaggio-generico button {
	background-color: #007baa;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: .5em auto;
	padding: .5em 2em;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
}
