/* **** */
/* HTML */
/* **** */
html {
	transition: color 300ms, background-color 300ms;
}

html[theme='dark-mode'] {
	filter: invert(1) hue-rotate(180deg);
}

html[theme='dark-mode'] img {
	filter: invert(1) hue-rotate(180deg);
}

/* ****** */
/* LAYOUT */
/* ****** */
.applayout-main {
	overflow-x: hidden;
}

.applayout-content {
	margin-bottom: 50px;
}

.applayout-column-right {
	margin-bottom: 60px;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 40px;
	padding-left: 0px;
}

.vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

/* ****** */
/* FONT */
/* ****** */
body.xsp {
	font-family: 'Open Sans', sans-serif, Arial;
	font-size: 14px;
	line-height: 20px;
	color: #2d2d2d;
}

xspInputFieldRichText {
	font-family: 'Open Sans', sans-serif, Arial;
	font-size: 14px;
	line-height: 20px;
	color: #2d2d2d;
}

font {
	font-family: 'Open Sans', sans-serif, Arial;
	font-size: 14px;
	line-height: 20px;
	color: #2d2d2d;
}

legend {
	line-height: 24px;
}

/* ****** */
/* NAVBAR */
/* ****** */
.navbar-brand {
	padding: 10px 15px;
}

.navbar-brand-img>img {
	height: 30px;
}

.nav>li>a {
	padding-left: 10px;
	padding-right: 10px;
}

/* ****** */
/* HEADER */
/* ****** */
.header {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.logo {
	padding-left: 0px;
	width: auto;
	max-height: 50px;
}

.iconaHeader {
	padding-left: 0px;
	width: auto;
	max-height: 15px;
	margin-left: 10px;
	color: #1b294a;
}

/* ********* */
/* NAVIGATOR */
/* ********* */
.panel-admin {
	margin-bottom: 10px;
}

.admin-navigator {
	padding: 5px;
}

.admin-navigator ul li {
	line-height: 16px;
}

/* ******** */
/*  FOOTER  */
/* ******** */
.footer {
	background: #eaedef;
}

.footer-cms {
	color: #1b294a;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.footer-copyright {
	color: #1b294a;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* ****** */
/*  NEWS  */
/* ****** */
.news-list-body {
	padding-top: 10px;
	padding-bottom: 10px;
}

.news-list-tags {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	word-wrap: break-word;
}

.widget-title {
	border-radius: 4px;
	background: #00a8eb;
	padding: 0px 15px;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 -1px #136fa4;
	line-height: 40px;
}

.news-list {
	/* border-color: #faebcc; */
	
}

.news-block {
	height: 300px;
}

.news-archive-link {
	padding: 3px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

/* ********* */
/* ANNOUNCES */
/* ********* */
.grid-dsp {
	max-width: auto;
}

.grid-dsp-sizer, .grid-dsp-item {
	/* width: 25%; */
}

.grid-dsp-item {
	height: auto;
	float: left;
	border: 2px solid transparent;
	/* margin-bottom:10px; */
}

.grid-dsp-item2 {
	width: 50%;
}

.grid-dsp-item3 {
	width: 33%;
}

.grid-dsp-item4 {
	width: 25%;
}

.grid-dsp-item5 {
	width: 20%;
}

/*
.grid-item {
	float: left;
	width: 440px;
	height: auto;
	border: 2px solid #faebcc;
	margin-bottom: 10px;
}
*/
.grid-sizer, .grid-item {
	width: 33%;
}

.grid-item {
	height: auto;
	float: left;
	border: 2px solid transparent;
}

.panel-announce {
	border-color: #faebcc;
	margin-bottom: 0px;
	margin: 5px;
}

.panel-announce>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

/* ***** */
/* FILES */
/* ***** */
.iconDownload {
	font-size: 20px;
}

.iconTakenNote {
	height: 20px;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 200;
}

/* ******* */
/* CATALOG */
/* ******* */
.person-thumb {
	border: 1px solid #337ab7;
	padding: 10px;
	margin-bottom: 30px;
}

.person-thumb-image-box {
	/*height: 215px;
    width: 180px;
    background: #999999;*/
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #708186 !important;
	padding-bottom: 10px;
}

.person-thumb-image {
	height: 85px;
	overflow: hidden;
	width: 74px;
	object-fit: cover;
	object-position: top;
}

.person-thumb-details {
	height: 120px;
}

.person-thumb-details-presence {
	height: 135px;
}

.person-thumb-name {
	font-size: 14px;
	color: #1b294a;
	font-weight: 600;
	padding-top: 10px;
}

.person-thumb-desc {
	font-size: 12px;
	height: 18px;
	overflow: hidden;
	line-height: 14px;
	padding-top: 3px;
}

.person-thumb-icon {
	margin-right: 5px;
}

.person-thumb-icon-img {
	width: 13px;
	height: auto;
	margin-right: 5px;
}

.person-thumb-icon-img-jobtitle {
	height: auto;
	margin-right: 5px;
}

.person-thumb-icon-img-jobtitle-vcard {
	width: 30px;
}

.person-thumb-icon-img-jobtitle-hcard {
	width: 30px;
}

.person-thumb-icon-img-jobtitle-list {
	width: 20px;
}

.person-main-section {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #708186 !important;
	margin-bottom: 10px;
	font-weight: 600;
}

.person-main-name {
	font-size: 20px;
	color: #1b294a;
	font-weight: 600;
}

.person-main-desc {
	font-size: 14px;
	overflow: hidden;
	line-height: 16px;
	padding-top: 5px;
}

.media-cards {
	border: 1px solid #337ab7;
	margin-bottom: 20px;
	padding: 10px;
	height: 130px;
}

.media-cards-presence {
	border: 1px solid #337ab7;
	margin-bottom: 20px;
	padding: 10px;
	height: 145px;
}

.media-contact-image {
	height: 85px;
	width: 74px;
	overflow: hidden;
	object-fit: cover;
	object-position: top;
}

.media-thumb-image {
	height: 74px;
	width: 62px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.media-thumb-img-jobtitle {
	width: 50px;
	float: right;
}

.btn-initial {
	margin-bottom: 10px;
}

.btn-initial-active {
	margin-bottom: 10px;
}

/* ****** */
/* FIELDS */
/* ****** */
/* Tolgo il padding dx dal controllo date picker */
.dijitDateTextBox {
	padding-right: 0px !important;
}

/* ****************** */
/* MEDIA X RESPONSIVE */
/* ****************** */
@media ( max-width : 767px) {
	.grid-dsp-sizer, .grid-dsp-item {
		/* width: 100%; /*
	}
	.grid-sizer, .grid-item {
		width: 100%;
	}
	
	.grid-dsp-item2 {
		width: 100%;
	}
	
	.grid-dsp-item3 {
		width: 100%;
	}
	
	.grid-dsp-item4 {
		width: 100%;
	}
	
	.grid-dsp-item5 {
		width: 100%;
	}
	
}

@media ( ( min-width : 768px) and (max-width : 991px) ) {
	.grid-dsp-sizer, .grid-dsp-item {
		/*width: 50%;*/
	}
	.grid-sizer, .grid-item {
		
	}
	
	.grid-dsp-item2 {
		width: 50%;
	}
	
	.grid-dsp-item3 {
		width: 50%;
	}
	
	.grid-dsp-item4 {
		width: 50%;
	}
	
	.grid-dsp-item5 {
		width: 50%;
	}
	
}

@media ( min-width : 992px) and ( max-width : 1280px) {
	.grid-dsp-sizer, .grid-dsp-item {
		/* width: 33%; */
	}
	.grid-sizer, .grid-item {
		
	}
	
	.grid-dsp-item2 {
		width: 50%;
	}
	
	.grid-dsp-item3 {
		width: 33%;
	}
	
	.grid-dsp-item4 {
		width: 33%;
	}
	
	.grid-dsp-item5 {
		width: 33%;
	}
	
}