/* FONT */

.dj-megamenu * {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 0.95rem;
	border: 0 !important;
}
.content_component *:not(h1):not(h2):not(.fas) {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 1.1rem;
	line-height: 1.5rem;
}
.footer-items-wrapper:not(.logo-wrapper) * {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 1rem !important;
	line-height: 1.5rem;
}

/* TITOLI PAGINA */

.content_component h1, .content_component h2 {
	margin-bottom: 2rem;
}
#sddownload_ammtsp h3 {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 1.1rem !important;
	line-height: 1.5rem;
}

@media (min-width: 576px) {
	.h1, h1 {
		font-size: 2.5rem;
		line-height: 3.5rem;
		margin-top: 1rem;
	}
}

/* FOOTER */

.it-footer {
	word-break: break-word;
	overflow-wrap: break-word;
}

/* MENU */

.dj-submenu, .dj-submenu li:hover a, .dj-submenu a.active {
	color: #FFF !important;
}
nav .mobile {
	display: none;
	visibility: hidden;
}
.dj-mobile-open-icon, .dj-mobile-open-icon:before {
	color: #FFF !important;
	font-size: 20px !important;
}

.dj-megamenu > li.dj-up > a.dj-up_a.active {
	position: relative;
}
.dj-megamenu > li.dj-up > a.dj-up_a.active::after {
	content: "";
	position: absolute;
	left: 19px;
	right: 19px;
	bottom: 15px;
	height: 2px;
	background-color: #FFF;
}
.dj-megamenu > li.dj-up.parent > a.dj-up_a.active::after {
	right: 15px;
}

.dj-mobile-open-icon {
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	background: none !important;
}

/* CONTENUTO */

.index #main-container {
	margin-top: 0.5rem;
}

.bg-gray-light {
	background-color: #f5f5f5;
}
.it-footer .footer-bottom .credits a+a {
	margin-left: 0rem;
}
.it-header-center-wrapper {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (max-width: 767.98px) {
	.it-header-center-wrapper {
		padding-top: 1rem;
		padding-bottom: 0;
		height: auto !important;
		min-height: 80px !important;
	}
}

/* LABEL */

span.label {
	border-radius: 3px;
	padding: 0 5px;
	font-size: 0.9rem !important;
	white-space: nowrap;
	margin: 0 0.2rem;
}
.label-warning {
	color: white;
	background-color: #a66300;
	border-color: #a66300;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.label-info {
	color: white;
	background-color: #17a2b8;
	border-color: #17a2b8;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.label-inverse {
	color: white;
	background-color: #343a40;
	border-color: #343a40;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tags {
	margin-top: 2rem;
}
.tags .btn-info {
	font-size: 0.9rem !important;
}

/* BANNER */

.img-wrapper {
	position: relative;
}
.img-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	transform: scale(1);
	animation: bannerZoomMove 2.5s ease-out forwards;
}
.banner-oblique {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10vw;
	z-index: 3;
	pointer-events: none;
}
.banner-oblique-left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 40vw solid rgba(255, 255, 255, 0.6);
	border-top: 8vw solid transparent;
}
.banner-oblique-right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-right: 100vw solid white;
	border-top: 6vw solid transparent;
}
.banner-oblique-left-second {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 100vw solid rgba(255, 255, 255, 0.3);
	border-top: 5vw solid transparent;
	z-index: 2;
}

@keyframes bannerZoomMove {
	0% {
		transform: scale(1) translateX(0);
	}
	100% {
		transform: scale(1.05) translateX(-1%);
	}
}

.banner-waves {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 190px;
	overflow: hidden;
	z-index: 2;
	line-height: 0;
	pointer-events: none;
	transform: rotate(180deg);
}

.banner-wave {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 80px;
	overflow: hidden;
	z-index: 2;
	line-height: 0;
	pointer-events: none;
}
@media (max-width: 768px) {
	.banner-wave {
		height: 40px;
	}
}


.banner-belly {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 150px;
	overflow: hidden;
	z-index: 2;
	line-height: 0;
	pointer-events: none;
}
@media (max-width: 768px) {
	.banner-belly {
		height: 40px;
	}
}

/* RICERCA */

#search-form .form-inline .input-group {
	display: flex;
	justify-content: center;
	gap: 12px;
}
#search-form .form-inline .input-group button {
	border-radius: 4px !important;
}

/* ALERT */

.home-message {
	min-height: 80px;
	display: flex;
	align-items: center;
}

.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.alert-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

@media screen and (max-width: 1150px) {
	.home-message .container div a {
		margin: 2px 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px),
	screen and (min-width: 992px) and (max-width: 1365px),
	screen and (min-width: 1366px) {
	.home-message-content {
		padding-left: 12rem !important;
		padding-right: 12rem !important;
	}
}
.home-message .msg {
	font-size: 1.2rem !important;
	line-height: 1.55 !important;
	padding: 0;
	margin: 0;
	font-weight: 600 !important;
}

.home-message .btn-outline-black {
	color: #333 !important;
	background-color: transparent;
	background-image: none;
	box-shadow: inset 0 0 0 1px #333;
}
.home-message .btn-outline-black:hover {
	color: #fff !important;
	background-color: #333;
	box-shadow: inset 0 0 0 1px #333;
}
.home-message .btn-outline-black:focus,
.home-message .btn-outline-black.focus {
	box-shadow: inset 0 0 0 1px #17324d, 0 0 0 0.2rem rgba(23, 50, 77, 0.5);
}
.home-message .btn-outline-black.disabled,
.home-message .btn-outline-black:disabled {
	color: #17324d;
	background-color: transparent;
}
.home-message .btn-outline-black:not(:disabled):not(.disabled):active,
.home-message .btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
	color: #17324d;
	background-color: transparent;
	background-image: none;
	box-shadow: inset 0 0 0 1px #17324d;
}
.home-message .btn-outline-black:not(:disabled):not(.disabled):active:focus,
.home-message .btn-outline-black:not(:disabled):not(.disabled).active:focus,
.home-message .show > .btn-outline-black.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 50, 77, 0.5);
}

.home-message .btn-outline-white {
	color: white !important;
	background-color: transparent;
	background-image: none;
	box-shadow: inset 0 0 0 1px white;
}

.home-message .btn-outline-white:hover {
	color: #e6e6e6;
	box-shadow: inset 0 0 0 1px #e6e6e6;
}

.home-message .btn-outline-white:focus,
.home-message .btn-outline-white.focus {
	box-shadow: inset 0 0 0 1px white, 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.home-message .btn-outline-white.disabled,
.home-message .btn-outline-white:disabled {
	color: white;
	background-color: transparent;
}

.home-message .btn-outline-white:not(:disabled):not(.disabled):active,
.home-message .btn-outline-white:not(:disabled):not(.disabled).active,
.home-message .show>.btn-outline-white.dropdown-toggle {
	color: white !important;
	background-color: transparent;
	background-image: none;
	box-shadow: inset 0 0 0 1px white;
}

.home-message .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.home-message .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.home-message .show>.btn-outline-white.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.home-message .msg svg {
	height: 1.5em;
	width: 1.5em;
	margin-right: 10px;
	display: inline-block;
}
.home-message.red,
.home-message.red .msg svg {
	background-color: #d1344c;
	color: #fff !important;
	fill: #fff !important;
}
.home-message.purple,
.home-message.purple .msg svg {
	background-color: #b21dd0;
	color: #fff !important;
	fill: #fff !important;
}
.home-message.green,
.home-message .msg svg {
	background-color: #0e8a5f;
	color: #fff !important;
	fill: #fff !important;
}
.home-message.blue,
.home-message.blue .msg svg {
	background-color: #0d00ff;
	color: #fff !important;
	fill: #fff !important;
}
.home-message.yellow,
.home-message.yellow .msg svg {
	background-color: #ffcc00;
	color: #333 !important;
	fill: #333 !important;
}

/* ASTERISCO FORM */

.icon-asterisk::before
{
	content: "*";
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2rem;
	color: inherit;
}

/* STILI SPLIDE */

.splide .splide__arrow {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	background: none;
	border: 1px solid;
	opacity: 1;
}

.splide__arrow:disabled {
	opacity: 0.3;
}

.splide .splide__arrow:not(:disabled):hover {
	border: 2px solid;
}

.splide .splide__arrow [class*='splide__arrow--'] {
	color: #51758d;
	font-size: 1.68em;
	margin: 0px;
	padding: 0px;
	background: none;
	display: inline-block;
	cursor: pointer;
}

.splide .splide__arrow [class*='splide__arrow--']:hover {
	background: none;
	color: #51758d;
	text-decoration: none;
}

.splide .splide__arrow .disabled {
	opacity: 0.5;
	cursor: default;
}

.splide .splide__slide .card {
	height: 100%;
}

.splide .splide__arrow.disabled+.splide__pagination {
	margin-top: 10px;
}

.splide .splide__track {
	padding-bottom: 20px;
}

.splide .splide__pagination {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	bottom: 0;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 0;
}

.splide__track--nav>.splide__list>.splide__slide {
	border: 0;
}

.splide .splide__pagination .splide__pagination__page {
	width: 12px;
	height: 12px;
	margin: 0px 5px 0px 5px;
	background: transparent;
	border: 2px solid #51758d;
	display: block;
	-webkit-backface-visibility: visible;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	opacity: 0.5;
}

@media (min-width: 1300px) {
	.simple-two-carousel.big .splide__pagination li:nth-child(-n+2) {
	/* display: none; */
	}
}

.bg-bluelectric .splide .splide__pagination .splide__pagination__page,
.bg-bluelectricdark .splide .splide__pagination .splide__pagination__page {
	border-color: #ffffff;
}

.splide .splide__pagination__page.is-active,
.splide .splide__pagination__page:hover {
	background: #51758d;
	border: 2px solid #51758d;
	opacity: 1;
	transform: none;
}

.bg-bluelectricdark .splide .splide__pagination .splide__pagination__page.is-active,
.bg-bluelectricdark .splide .splide__pagination .splide__pagination__page:hover {
	border-color: #ffffff;
	background: #ffffff;
}

.bg-bluelectric .splide .splide__pagination .splide__pagination__page.is-active,
.bg-bluelectric .splide .splide__pagination .splide__pagination__page:hover {
	border-color: #ffffff;
	background: #ffffff;
}

.splide .splide__pagination .splide__arrow--prev,
.splide .splide__pagination .splide__arrow--next {
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 100%;
	background: transparent;
	top: 0;
	text-align: center;
}

.splide .splide__arrow svg {
	height: .6rem;
	width: .6rem;
}

.splide .splide__arrow--prev {
	left: -3rem;
}


.splide .splide__arrow--next {
	right: -3rem;
}

.splide.inside-carousel .splide__arrow--prev {
	left: 0;
}

.splide.inside-carousel .splide__arrow--next {
	right: 0;
}

.didascalia-text {
	bottom: 0;
	font-size: .88rem;
	color: white;
	max-width: 100%;
}

.splide__slide {
	padding: 2px;
}

.splide__slide img {
	display: block;
	width: 100%;
}

.splide__slide a:focus {
	display: block;
}

.history-carousel .splide__pagination.splide__pagination--ltr {
	display: none;
}

.history-carousel .splide__pagination,
.year-carousel .splide__pagination {
	display: none;
}

.year-carousel .splide__slide {
	padding: 0;
}

/* PERSONALIZZAZIONE CARD */

.card:after {
	content: none;
	display: none;
	width: auto;
	margin: 0;
}

.card.card-border-top {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.card.card-border-top:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #455b71;
}

.card .card-body .dsi_more {
	display: block;
	text-align: right;
	font-weight: bold;
	color: #D1344C;
	padding: 10px 0 0;
}

.card.card-bg {
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
	margin: 0 0 0 0;
	background-color: #ffffff;
}

.card.card-bg a:not(.badge):hover {
	color: inherit;
	opacity: 0.7;
}

.card.card-bg.bg-color {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.card.card-bg.card-bg-simple p {
	margin: 0 0 0 0;
	font-size: 1.13rem;
	font-weight: 600;
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
}

.card.card-bg.card-bg-simple:before {
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #51758d;
}

.card.card-bg:hover:has(> a) {
	background-color: #fafafa;
}

.card.card-no-shadow {
	box-shadow: none;
}

.card.card-icon .icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin: 0 12px 0 0;
}

.card.card-icon .card-body {
	display: flex;
	padding-top: 20px;
	padding-bottom: 17px;
}

.card.card-icon .card-icon-content p {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 1rem;
	margin: 0 0 0 0;
	line-height: 1.5;
}

.card.card-icon .card-icon-content small {
	font-size: .88rem;
	display: block;
	line-height: 1.5;
}

.card.card-noicon .card-icon-content p {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 1rem;
	margin: 0 0 0 0;
	line-height: 1.5;
}

.card.card-noicon .card-icon-content small {
	font-size: .88rem;
	display: block;
	line-height: 1.5;
}

.card.card-icon-main .icon {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin: 0 15px 0 0;
}

.card.card-icon-main .card-body {
	display: flex;
	padding-top: 22px;
	padding-bottom: 22px;
}

.card.card-icon-main .card-icon-content {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.card.card-icon-main .card-icon-content p {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 1.2rem;
	margin: 0 0 7px 0;
}

.card.card-avatar .card-avatar-img {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin: 0 12px 0 0;
	border-radius: 50%;
	overflow: hidden;
}

.card.card-avatar .card-avatar-img img {
	display: block;
	width: 100%;
	height: auto;
}

.card.card-avatar .card-body {
	display: flex;
	padding: 15px;
	align-items: center;
}

.card.card-avatar .card-avatar-content p {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 1rem;
	margin: 0 0 0 0;
	color: #455b71;
	font-weight: 600;
}

.card.card-avatar .card-avatar-content small {
	font-size: .88rem;
	color: #455b71;
}

.card.card-avatar.card-comments .card-body .comments {
	margin-right: 100px;
	margin-top: 17px;
	position: relative;
	z-index: 0;
}

.card.card-avatar.card-comments .card-body .comments p {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	position: relative;
	z-index: 0;
	font-size: 1rem;
	padding: 0 24px 0 0;
}

.card.card-avatar.card-comments .card-body .comments p:before {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0;
	display: block;
	width: 18px;
	height: 18px;
	content: url("data:image/svg+xml; utf8, <svg width='100%' height='100%' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'><rect id='Rectangle-path' x='0' y='0.035' width='32' height='32' style='fill:none;'/><path d='M16.283,0.001c9.715,0.21 18.3,10.136 14.996,19.604c-2.77,7.939 -12.824,12.396 -21.346,9.199c0,0 -2.35,1.729 -4.059,2.403c-1.428,0.564 -2.957,0.856 -4.498,0.867c0,0 -0.382,-0.022 -0.639,-0.164c-1.977,-1.093 1.436,-3.929 2.512,-7.893c-2.914,-3.627 -4.049,-8.733 -2.658,-13.237c1.934,-6.266 8.382,-10.632 15.15,-10.779c0.272,-0.001 0.271,-0.001 0.542,0Zm-0.515,1.887c-8.403,0.182 -16.056,8.498 -13.324,16.791c0.513,1.559 1.346,2.999 2.371,4.275l0.489,0.588c-0.547,2.356 -1.601,4.554 -2.978,6.518c0,0 3.906,-0.674 6.572,-2.917l0.63,-0.545c8.565,3.584 20.467,-1.486 20.632,-11.416c0.12,-7.18 -6.68,-13.349 -14.392,-13.294Z' style='fill:rgb(139,152,166);'/></svg>");
}

.card.card-avatar a:hover {
	text-decoration: none;
}

.card.card-icon-large .icon {
	width: 75px;
	height: 75px;
	flex-shrink: 0;
	margin: 0 30px 0 0;
}

.card.card-icon-large .card-body {
	display: flex;
	align-items: center;
}

.card.card-icon-large h4,
.card.card-icon-large .h4 {
	margin: 0 0 0 0;
	font-size: 1.88rem;
	color: #455b71;
}

.card.card-icon-big {
	display: flex;
	flex-direction: row;
	padding: 25px 25px 15px 25px;
}

@media (min-width: 576px) {
	.card.card-icon-big {
	padding: 20px 20px 10px 20px;
	}
}

.card.card-icon-big .card-icon-container {
	width: 80px;
	height: auto;
	flex-shrink: 0;
	margin: 0 35px 0 20px;
}

@media (max-width: 767.98px) {
	.card.card-icon-big .card-icon-container {
	width: 48px;
	margin: 0 20px 0 0px;
	}
}

.card.card-icon-big .card-icon-container svg {
	width: 80px;
	height: 80px;
	display: block;
}

@media (max-width: 767.98px) {
	.card.card-icon-big .card-icon-container svg {
	width: 48px;
	height: 48px;
	}
}

.card.card-icon-big .card-content {
	width: 100%;
}

.card.card-icon-big h4,
.card.card-icon-big .h4 {
	color: #D1344C;
	font-size: 1.13rem;
	font-weight: 700;
	margin: 0 0 15px 0;
	display: block;
}

.card.card-icon-big p {
	margin: 0 0 4px 0;
	font-size: 1rem;
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	display: block;
}

.card.card-icon-big small {
	margin: 0 0 15px 0;
	font-size: .88rem;
	display: block;
}

.card.card-serif h3,
.card.card-serif .h3 {
	font-family: Lora, Georgia, serif;
	font-weight: 400;
	margin: 0 0 20px 0;
}

.card.card-serif h4,
.card.card-serif .h4,
.card.card-serif h5,
.card.card-serif .h5 {
	font-size: 1rem;
	color: #fff;
}

.card.card-serif .card-body p {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 1.25rem;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	color: #fff;
	border-left: 2px solid #D1344C;
	line-height: 1.4;
}

.card a.read-more {
	position: relative;
	z-index: 0;
	bottom: auto;
}

.card.card-bg a.read-more:hover {
	color: #D1344C;
	text-decoration: underline;
}

.card.card-icon .card-title {
	display: flex;
}

.card.card-large.card-icon .card-title {
	padding: 40px;
	margin: 0 0 0 0;
}

@media (max-width: 1199.98px) {
	.card.card-large.card-icon .card-title {
	padding: 30px;
	}
}

@media (max-width: 991.98px) {
	.card.card-large.card-icon .card-title {
	padding: 25px;
	}
}

@media (max-width: 767.98px) {
	.card.card-large.card-icon .card-title {
	padding: 25px;
	}
}

@media (max-width: 575.98px) {
	.card.card-large.card-icon .card-title {
	padding: 25px;
	}
}

.card.card-large.card-icon .card-title svg {
	width: 80px;
	height: 80px;
	margin: 0 25px 0 0;
	flex-shrink: 0;
}

@media (max-width: 1199.98px) {
	.card.card-large.card-icon .card-title svg {
	width: 60px;
	height: 60px;
	margin: 0 20px 0 0;
	}
}

@media (max-width: 991.98px) {
	.card.card-large.card-icon .card-title svg {
	width: 47px;
	height: 47px;
	margin: 0 15px 0 0;
	}
}

@media (max-width: 767.98px) {
	.card.card-large.card-icon .card-title svg {
	width: 37px;
	height: 37px;
	margin: 3px 15px 0 0;
	}
}

@media (max-width: 575.98px) {
	.card.card-large.card-icon .card-title svg {
	width: 37px;
	height: 37px;
	margin: 3px 15px 0 0;
	}
}

.card.card-large.card-icon .card-title h3,
.card.card-large.card-icon .card-title .h3 {
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 600;
}

@media (max-width: 1199.98px) {

	.card.card-large.card-icon .card-title h3,
	.card.card-large.card-icon .card-title .h3 {
	font-size: 1.7rem;
	}
}

@media (max-width: 991.98px) {

	.card.card-large.card-icon .card-title h3,
	.card.card-large.card-icon .card-title .h3 {
	font-size: 1.5rem;
	}
}

@media (max-width: 767.98px) {

	.card.card-large.card-icon .card-title h3,
	.card.card-large.card-icon .card-title .h3 {
	font-size: 1.5rem;
	}
}

@media (max-width: 575.98px) {

	.card.card-large.card-icon .card-title h3,
	.card.card-large.card-icon .card-title .h3 {
	font-size: 1.5rem;
	}
}

.card.card-large .card-body {
	padding: 0 40px 0 40px;
}

@media (max-width: 1199.98px) {
	.card.card-large .card-body {
	padding: 0 30px 0 30px;
	}
}

@media (max-width: 991.98px) {
	.card.card-large .card-body {
	padding: 0 25px 0 25px;
	}
}

@media (max-width: 767.98px) {
	.card.card-large .card-body {
	padding: 0 25px 0 25px;
	}
}

@media (max-width: 575.98px) {
	.card.card-large .card-body {
	padding: 0 25px 0 25px;
	}
}

.card.card-large .card-body p {
	font-size: 1.5rem;
	color: #455b71;
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	line-height: 1.27;
}

@media (max-width: 1199.98px) {
	.card.card-large .card-body p {
	font-size: 1.2rem;
	}
}

@media (max-width: 991.98px) {
	.card.card-large .card-body p {
	font-size: 1rem;
	}
}

@media (max-width: 767.98px) {
	.card.card-large .card-body p {
	font-size: 1rem;
	}
}

@media (max-width: 575.98px) {
	.card.card-large .card-body p {
	font-size: 1rem;
	}
}

.card.card-large .card-body.card-body-min-height {
	min-height: 150px;
}

@media (max-width: 1199.98px) {
	.card.card-large .card-body.card-body-min-height {
	min-height: 80px;
	}
}

.card.card-large .card-bottom {
	padding: 0 40px 40px 40px;
}

@media (max-width: 1199.98px) {
	.card.card-large .card-bottom {
	padding: 0 30px 30px 30px;
	}
}

@media (max-width: 991.98px) {
	.card.card-large .card-bottom {
	padding: 0 25px 25px 25px;
	}
}

@media (max-width: 767.98px) {
	.card.card-large .card-bottom {
	padding: 0 25px 25px 25px;
	}
}

@media (max-width: 575.98px) {
	.card.card-large .card-bottom {
	padding: 0 25px 25px 25px;
	}
}

.card.card-folded:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-style: solid;
	border-color: #D1344C #D1344C #eeeeee #eeeeee;
	background: #eeeeee;
	display: block;
	width: 0;
	border-width: 24px;
	border-radius: 0 0 0 5px;
}

@media (max-width: 1199.98px) {
	.card.card-folded:before {
	border-width: 15px;
	border-radius: 0 0 0 5px;
	}
}

.card.card-folded .card-title {
	padding-right: 50px !important;
}

@media (max-width: 1199.98px) {
	.card.card-folded .card-title {
	padding-right: 30px !important;
	}
}

.card.card-horizontal {
	display: flex;
	flex-direction: row;
}

.card.card-horizontal .card-thumb {
	width: 175px;
	height: auto;
	flex-shrink: 0;
	margin: 0 25px 0 0;
}

.card.card-horizontal .card-thumb.rounded a {
	display: block;
	border-radius: 4px;
	overflow: hidden;
}

.card.card-horizontal .card-body {
	padding: 0 0 0 0;
	display: flex;
	flex-direction: column;
}

.card.card-horizontal .card-body h3,
.card.card-horizontal .card-body .h3 {
	font-size: 1.25rem;
}

.card.card-article {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	position: relative;
	z-index: 0;
	margin: 0 0 35px 0;
	overflow: hidden;
}

@media (max-width: 991.98px) {
	.card.card-article {
	margin-bottom: 20px;
	}
}

.card.card-article:before {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #51758d;
}

.card.card-article .card-body {
	padding: 0;
	display: flex;
}

.card.card-article .card-article-img {
	width: 275px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-color: #e7eaed;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	z-index: 0;
	min-height: 220px;
	overflow: hidden;
}

@media (max-width: 991.98px) {
	.card.card-article .card-article-img {
	display: none;
	}
}

.card.card-article .card-article-img a {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
}

.card.card-article .card-article-img .date {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 84px;
	height: 110px;
	background-color: #51758d;
	color: #ffffff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.card.card-article .card-article-img .date span {
	line-height: 1;
	display: block;
}

.card.card-article .card-article-img .date span.year {
	font-weight: 700;
	font-size: .88rem;
	letter-spacing: 2.3px;
}

.card.card-article .card-article-img .date span.day {
	font-family: "Roboto Mono", monospace;
	font-size: 2.5rem;
	font-weight: 400;
}

.card.card-article .card-article-img .date span.month {
	font-size: 1.31rem;
	font-weight: 700;
}

.card.card-article .card-article-img svg {
	display: block;
	position: absolute;
	z-index: 1;
	opacity: 0.1;
}

.card.card-article .card-article-content {
	padding: 25px;
}

@media (max-width: 991.98px) {
	.card.card-article .card-article-content {
	padding: 15px;
	}
}

.card.card-article .card-article-content h3,
.card.card-article .card-article-content .h3 {
	font-size: 1.13rem;
	line-height: 1.4;
	margin: 0 0 15px 0;
}

.card.card-article .card-article-content p {
	font-size: 1rem;
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	line-height: 1.5;
	margin: 0 0 20px 0;
}

.card.card-article .card-article-content .badges a:hover {
	color: #ffffff;
}

.card-body ul {
	font-size: 1rem;
}

.card-body .card-author {
	color: #ffffff;
}

.card-body .card-author p {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	color: #ffffff;
	font-size: 1rem;
	margin: 0 0 0 0;
}

.card-body .card-author p a {
	text-decoration: underline;
	font-weight: 600;
}

.card-body .card-author span {
	font-size: .88rem;
}

.card-thumb-rounded {
	border-radius: 4px !important;
	overflow: hidden;
}

.card-thumb-rounded .card-body p {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	margin: 0 0 0 0;
}

.card-thumb-rounded.card-bg {
	background: #f5f5f5;
}

.card-thumb-rounded.bg-bluedark {
	background-color: #27415b;
	color: #ffffff;
}

.card-thumb-rounded.bg-bluedark h1,
.card-thumb-rounded.bg-bluedark .h1,
.card-thumb-rounded.bg-bluedark h2,
.card-thumb-rounded.bg-bluedark .h2,
.card-thumb-rounded.bg-bluedark h3,
.card-thumb-rounded.bg-bluedark .h3 {
	color: #ffffff;
}

.card-thumb-rounded.bg-bluedark a {
	color: #ffffff;
}

.card-thumb-rounded.bg-bluedark p {
	color: #ffffff;
	opacity: 0.7;
}

.card-deck.card-deck-spaced {
	margin-right: 0px;
	margin-left: 0px;
}

@media (min-width: 576px) {
	.card-deck.card-deck-spaced {
	display: block;
	}
}

@media (min-width: 768px) {
	.card-deck.card-deck-spaced {
	display: block;
	}
}

@media (min-width: 992px) {
	.card-deck.card-deck-spaced {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	}
}

@media (min-width: 1200px) {
	.card-deck.card-deck-spaced {
	margin-right: -14px;
	margin-left: -14px;
	display: flex;
	}
}

.card-deck.card-deck-spaced .card {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
}

@media (min-width: 576px) {
	.card-deck.card-deck-spaced .card {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	}
}

@media (min-width: 768px) {
	.card-deck.card-deck-spaced .card {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.card-deck.card-deck-spaced .card {
	margin-right: 10px;
	margin-left: 10px;
	flex-basis: calc(50% - 20px);
	margin-bottom: 20px;
	flex-grow: 0;
	}
}

@media (min-width: 1200px) {
	.card-deck.card-deck-spaced .card {
	margin-right: 14px;
	margin-left: 14px;
	flex-basis: calc(50% - 28px);
	flex-grow: 0;
	margin-bottom: 28px;
	}
}

.card-header {
	border-color: #e7eaed;
	padding-top: 25px;
	padding-bottom: 25px;
}

.cards-wrapper-center {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.card-date {
	margin: 0;
}

.card-simple-wrapper::after {
	display: block;
	clear: both;
	content: "";
}

.card-simple-wrapper .card-simple {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.17);
	width: 100%;
	margin: 0 0 24px 0;
	overflow: hidden;
}

.card-simple-wrapper .card-simple .card-simple-body {
	padding: 27px;
	position: relative;
	z-index: 0;
}

@media (max-width: 767.98px) {
	.card-simple-wrapper .card-simple .card-simple-body {
	padding: 18px;
	}
}

.card-simple-wrapper .card-simple .card-simple-body p {
	margin: 0 0 0 0;
	font-size: 1.13rem;
	font-weight: 600;
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
}

@media (max-width: 767.98px) {
	.card-simple-wrapper .card-simple .card-simple-body p {
	font-size: 1rem;
	}
}

.card-simple-wrapper .card-simple .card-simple-body:before {
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #51758d;
}

.card-simple-wrapper .card-simple:last-child {
	margin-bottom: 0px;
}

.card-comments-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.card-comments-wrapper .card-avatar-img {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin: 0 12px 0 0;
	border-radius: 50%;
	overflow: hidden;
}

.card-comments-wrapper .card-avatar-img img {
	display: block;
	width: 100%;
	height: auto;
}

.card-comments-wrapper .card-avatar-content p {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 1rem;
	margin: 0 0 0 0;
	color: #455b71;
	font-weight: 600;
}

.card-comments-wrapper .card-avatar-content small {
	font-size: .88rem;
	color: #455b71;
}

.card-comments-wrapper .comments {
	margin-top: 18px;
	position: relative;
	z-index: 0;
	margin-left: auto;
}

.card-comments-wrapper .comments p {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	position: relative;
	z-index: 0;
	font-size: 1rem;
	padding: 0 24px 0 0;
}

.card-comments-wrapper .comments p:before {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0;
	display: block;
	width: 18px;
	height: 18px;
	content: url("data:image/svg+xml; utf8, <svg width='100%' height='100%' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'><rect id='Rectangle-path' x='0' y='0.035' width='32' height='32' style='fill:none;'/><path d='M16.283,0.001c9.715,0.21 18.3,10.136 14.996,19.604c-2.77,7.939 -12.824,12.396 -21.346,9.199c0,0 -2.35,1.729 -4.059,2.403c-1.428,0.564 -2.957,0.856 -4.498,0.867c0,0 -0.382,-0.022 -0.639,-0.164c-1.977,-1.093 1.436,-3.929 2.512,-7.893c-2.914,-3.627 -4.049,-8.733 -2.658,-13.237c1.934,-6.266 8.382,-10.632 15.15,-10.779c0.272,-0.001 0.271,-0.001 0.542,0Zm-0.515,1.887c-8.403,0.182 -16.056,8.498 -13.324,16.791c0.513,1.559 1.346,2.999 2.371,4.275l0.489,0.588c-0.547,2.356 -1.601,4.554 -2.978,6.518c0,0 3.906,-0.674 6.572,-2.917l0.63,-0.545c8.565,3.584 20.467,-1.486 20.632,-11.416c0.12,-7.18 -6.68,-13.349 -14.392,-13.294Z' style='fill:rgb(139,152,166);'/></svg>");
}

.card-vertical-thumb {
	padding: 0;
}

.card-vertical-thumb .card-body {
	display: flex;
	padding: 0;
}

.card-vertical-thumb .card-body .card-thumb {
	width: 95px;
	flex-shrink: 0;
	height: auto;
}

.card-vertical-thumb .card-body .card-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.card-vertical-thumb .card-body .card-content {
	padding: 15px 15px 10px 20px;
	min-height: 165px;
}

.card-vertical-thumb .card-body .card-content h4,
.card-vertical-thumb .card-body .card-content .h4,
.card-vertical-thumb .card-body .card-content h5,
.card-vertical-thumb .card-body .card-content .h5 {
	font-size: 1.25rem;
	letter-spacing: -0.2px;
}

.card-vertical-thumb .card-body .card-content p.text-normal {
	margin: 5px 0 15px 0;
}

.card-event {
	padding: 0;
}

.card-event .card-body {
	padding: 0;
}

.card-event .card-body .card-content {
	padding: 15px 15px 10px 20px;
	min-height: 165px;
}

.card-event .card-body .card-content h4,
.card-event .card-body .card-content .h4,
.card-event .card-body .card-content h5,
.card-event .card-body .card-content .h5 {
	font-size: 1.25rem;
	letter-spacing: -0.2px;
}

.card-event .card-body .card-content p {
	font-size: .88rem;
}

.card-event .card-body .card-content p.text-big {
	font-size: 1.17rem;
}

.card-event-dates {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	min-height: 68px;
}

.card-event-dates .card-event-dates-icon {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin: 0 12px 0 0;
	border-radius: 50%;
	overflow: hidden;
	background-color: #0E865C;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-event-dates .card-event-dates-icon svg {
	width: 24px;
	height: 24px;
	fill: #ffffff;
	position: relative;
	z-index: 0;
	margin-top: -2px;
}

.card-event-dates .card-event-dates-content p {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 1rem;
	margin: 0 0 0 0;
	color: #455b71;
	font-weight: 600;
}

.card-event-dates .card-event-dates-content small {
	font-size: .88rem;
	color: #455b71;
}

.cards-aside h4,
.cards-aside .h4 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.cards-aside .card {
	margin: 0 0 20px 0;
}

.card-top {
	padding: 24px 24px 0 24px;
}

.card-aside .card-header {
	padding: 1rem 1.25rem;
	background-color: #0D00FF;
	color: #ffffff;
	font-weight: 700;
}

.bg-blue {
	background-color: #0968B4 !important;
}
.text-blue  {
	color: #0968B4 !important;
}

.card .text-info {
	font-weight: 800;
}

.card-border-blue {
	border-left-color: #0968B4 !important;
}
.card-border-info {
	border-left-color: #5D7083 !important;
}
.card-border-success {
	border-left-color: #008055 !important;
}
.card-border-danger {
	border-left-color: #CC334D !important;
}
.card-border-warning {
	border-left-color: #995C00 !important;
}

.btn.btn-img {
	position: relative;
	z-index: 0;
	padding: 0;
}

.btn.btn-img svg,
.btn.btn-img img {
	height: 24px;
	width: auto;
	float: left;
	margin: 10px 20px 10px 20px;
}

.btn.btn-img span {
	display: block;
	float: left;
	position: relative;
	z-index: 0;
	padding: 10px 40px 10px 25px;
}

.btn.btn-img span:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	background-color: white;
	width: 1px;
	height: 100%;
	opacity: 0.2;
}

.btn.btn-action {
	background-color: #00615E;
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
}

.btn-xs {
	padding-top: 5px;
	padding-bottom: 7px;
	line-height: 1;
}

.btn-xs.btn-rounded {
	border-radius: 26px;
	padding-left: 10px;
	padding-right: 10px;
}

.btn-primary {
	box-shadow: none;
}

.btn-outline-white:hover {
	background-color: #ffffff;
	color: #000000;
}

.pagination-wrapper .pagination li.page-item a.page-link .icon {
	width: 16px;
}

.pagination li.page-item a.page-link {
	padding-left: 8px;
	padding-right: 8px;
	min-width: inherit;
}

.pagination li.page-item a.page-link:hover {
	color: #51758d;
}

.com-content-category-blog__counter {
    width: 100%;
}

/* DATA NEWS */

.it-carousel-wrapper .date {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 84px;
	height: 110px;
	background-color: #000;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.it-carousel-wrapper .date span.year {
	font-weight: 700;
	font-size: .88rem;
	letter-spacing: 2.3px;
}
.it-carousel-wrapper .date span {
	line-height: 1;
	display: block;
}
.it-carousel-wrapper .date span.day {
	font-family: "Roboto Mono", monospace;
	font-size: 2.5rem;
	font-weight: 400;
}
.it-carousel-wrapper .date span.month {
	font-size: 1.31rem;
	font-weight: 700;
}

/* PADDING */

@media (min-width: 769px) {
	.splide__list {
		gap: 24px;
	}
}

/* DOWNLOAD */

.pagination .last_update {
	width: 100%;
}
.sddownload_row {
	min-height: 70px;
}
.sddownload_row .text {
	padding-top: 10px;
}
tfoot {
	display: none;
	visibility: hidden;
}

/* ODF */

.sdodf_users table, .sdodf_pharmacies table, .sdodf_shifts table, .sdodf_holidays table {
	margin-bottom: 2rem;
}
.sdodf_users table th, .sdodf_pharmacies table th, .sdodf_shifts table th, .sdodf_holidays table th {
	background-color: #4A4A4A;
}
.sdodf_users table td, .sdodf_pharmacies table td, .sdodf_shifts table td, .sdodf_holidays table td {
	padding-top: 12px;
	padding-bottom: 12px;
}
.table_utility, .sdads_tools {
	margin-bottom: 20px;
}
.table_utility .input-append, .sdads_tools .input-append {
	display: flex;
	gap: 5px;
}
.table_utility .btn, .sdads_tools .sdads_tools_search .btn {
	width: 40px;
	padding: 12px;
}
.table_utility .clean-input, #sdodf_finduser .clean-input, #search-form .clean-input {
	display: none;
	visibility: hidden;
}

h3.calendar_title {
	font-size: 1.3rem !important;
    line-height: 2.5rem !important;
}

/* CHECKBOX */

input[type="radio"], input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #5D7083;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	margin: 0 7px 0 0;
}
input[type="radio"]:checked, input[type="checkbox"]:checked {
	background-color: #007bff;
	border-color: #007bff;
}
input[type="radio"]:checked::after, input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 6px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

#sdutility_login .clean-input {
	display: none;
	visibility: hidden;
}
.sdutility_login_oidc_cgs_spid {
	width: 500px;
	margin-left: -20px;
}

.sdutility_users_forms_right {
	margin-bottom: 10px;
}
.sdutility_users_forms_text {
	margin-top: 2.5px;
	margin-left: 3px;
}

/* PERSONALIZZAZIONE CARDS */

#cols h2:not(.title-xlarge) {
	font-size: 1.5rem;
	line-height: 1.8rem;
	padding-bottom: 1rem;
}
#cols img {
	max-width: 100%;
}

/* Layout griglia orizzontale per 1-3 card */
.cards-columns.stacked {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	margin-top: -40px;
}

.cards-columns.stacked .card {
	width: calc(100% / 3 - 16px); /* 3 colonne fisse */
	display: block;
}

/* Responsive per 2 colonne su tablet */
@media (max-width: 991.98px) {
	.cards-columns.stacked .card {
		width: calc(50% - 12px);
	}
}

/* Mobile: 1 colonna */
@media (max-width: 767.98px) {
	.cards-columns.stacked .card {
		width: 100%;
	}
}

/* Masonry per 4+ card */
.cards-columns.masonry {
	column-count: 3;
	column-gap: 24px;
	margin-top: -40px;
}

.cards-columns.masonry .card {
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
	break-inside: avoid;
}

@media (max-width: 991px) {
	.cards-columns.masonry {
		column-count: 2;
	}
}
@media (max-width: 767px) {
	.cards-columns.masonry {
		column-count: 1;
	}
}

/* FEEDBACK */

.feedback-widget label.btn-feedback {
	transition: all 0.2s ease;
	cursor: pointer;
	background-color: #fff;
}
.feedback-widget label.btn-feedback:hover {
	box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25);
}
.feedback-widget label.btn-feedback.active-yes {
	background-color: #198754 !important;
	border-color: #198754;
	color: #fff;
}
.feedback-widget label.btn-feedback.active-no {
	background-color: #dc3545 !important;
	border-color: #dc3545;
	color: #fff;
}
.feedback-widget label.btn-feedback i {
	transition: color 0.2s ease;
}
.feedback-widget label.btn-feedback.active-yes i, .feedback-widget label.btn-feedback.active-no i {
	color: #fff !important;
}
.btn-check {
	display: none;
}
.feedback-alert {
	width: 100%;
	border: 1px solid #b1b1b3;
	font-weight: bold;
}
.feedback-alert-danger {
	border-left: 5px solid #dc3545;
	color: #dc3545;
}
.feedback-alert-success {
	border-left: 5px solid #198754;
	color: #198754;
}

@media (min-width: 768px) {
	#feedback-extra {
		width: 75% !important;
	}
}

/* CORREZIONI */

.it-header-wrapper search {
	display: none;
	visibility: hidden;
}
.mod_sddownload_list p.icon {
	width: 100%;
	height: auto !important;
}
.article-info {
	margin-top: 3rem;
}
.article-info .article-info-term {
	display: none;
	visibility: hidden;
}

@media (max-width: 1023px)
{
	.footer-bottom
	{
		justify-content: center;
		text-align: center;
	}

	.footer-bottom > div
	{
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.footer-right-text
	{
		text-align: center !important;
	}
}

.sdads_ad_forms_left, .sdads_ad_forms_right {
	margin-top: 6px;
	margin-bottom: 6px;
}
.sdads_ad_forms_text {
	padding-top: 2px;
	padding-left: 5px;
}
.sdads_ad_forms select {
	width: 65% !important;
}

.table_utility .empty {
	display: none;
	visibility: hidden;
}
.table_utility .change, .table_utility .shifts_holidays_months {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.table_utility .change input {
	width: 200px;
}
.table_utility .change .btn {
	width: 150px;
}
@media (max-width: 768px)
{
	.table_utility .change {
		justify-content: center;
	}
}

.alert.alert-no-items {
	text-align: center;
	font-weight: bold;
}

.sddownload_rows {
	padding-left: 0;
}

@media (max-width: 768px) {
	.container a {
		word-break: break-word;
		overflow-wrap: anywhere;
	}
}

@media (min-width: 1023px) {
	.it-brand-text {
		margin-top: 6px;
	}
}

.badge-container .badge-outline {
	margin-right: 4px;
	margin-bottom: 4px;
}

ul li > a, ol li > a {
	display: inline;
}

@media (min-width: 768px)
{
	.content-with-splash-inside {
		margin-top: 85px;
	}
	.content-with-splash-home {
		margin-top: 65px;
	}
}

@media (min-width: 575px) and (max-width: 1199px) {
	.content-with-splash-home {
		margin-top: 100px;
	}
	.content-with-splash-inside {
		margin-top: 100px;
	}
}

@media (max-width: 575px) {
    .it-hero-wrapper.it-wrapped-container .it-hero-card {
        background-color: #f4f4f4;
    }
    .it-hero-wrapper.it-wrapped-container .container {
        background-color: #f4f4f4;
    }
	.content-with-splash-home {
		margin-top: 25px;
	}
	.content-with-splash-inside {
		margin-top: 25px;
	}
}

.odfstats-bar p, .odfstats-bar i {
	text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.odfstats-bar .display-5 {
	letter-spacing: 1px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.odfstats-bar p.mb-0 {
	font-size: 1.5rem;
	opacity: 0.9;
}

.com-content-article .item-image img {
	max-width: 100%;
	height: auto;
}

.sdform .upload, .sdform .upload-avatar {
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
}

.btn[disabled] {
	background: #CCC !important;
	color: #666 !important;
	cursor: not-allowed !important;
	opacity: 0.6 !important;
}

.sdform_loading .sdform_modal .modal-header {
	padding: 0.5rem 1rem 0 1rem;
}
.sdform_loading .sdform_modal .modal-body {
	padding: 0.5rem 1rem !important;
}