﻿:root, html, body {
	font-size: 110% !important;
	line-height: 1.6;
}

p, span {
	line-height: 1.6;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link {
	font-size: 1.4em;
	letter-spacing: 1px;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link:hover,
.navbar .navbar-collapsable .navbar-nav li a.nav-link:focus {
	font-weight: bold;
	text-decoration: underline;
}

.it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav.navbar-secondary a {
	font-size: 1em;
}

.card .card-body .card-text {
	font-size: 0.9em;
	font-family: Titillium Web;
}

.modal .modal-dialog {
	margin: 110px auto !important;
}

.modal .modal-dialog.modal-dialog-right {
	margin: unset !important;
}

@media (min-width: 992px) {

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper {
		font-size: 1.1em;
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
		font-size: 1.2em;
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials {
		font-size: 1.05em;
	}

	.cookiebar {
		max-width: 90%;
	}

	.it-header-wrapper {
		font-size: 0.9em;
	}

}

.callout {
	max-width: 100% !important;
}

@media (min-width: 576px) {
	a.read-more {
		 font-size: 0.85em;
	}

	.cookiebar p {
		font-size: .95rem;
	}

	.cookiebar .cookiebar-btn {
		font-size: .86rem;
	}
}

.card .categoryicon-top span.text {
	font-size: 0.85em;
}

.logo-hypersic-footer {
	width: 60px;
	height: 100%;
}
.footer-info span {
	display: block;
}

/*.text-uppercase {
	text-transform: uppercase;
	font-size: 0.777778rem;
}*/

.txt-small {
	font-size: 0.8888888889rem;
}

.footer-info span svg.icon {
	margin-right: 5px;
}
.footer-list li a,
.it-footer a,
.link-list-wrapper ul li a {
	text-decoration: none;
	/*font-weight:bold;*/
}



.cookiebar-btn.cookiebar-confirm {
	text-decoration: underline;
}

.footer-list li a:hover,
.footer-list li a:focus,
.it-footer a:hover {
	text-decoration:underline;
	font-weight:bold;
}

.cookiebar a {
	text-decoration: underline;
}

.card.card-img .card-body {
    padding-left: 24px;
    padding-right: 24px;
}

.read-more {
	margin-top: 20px;
}
.logo {
	width: 85px;
	height: 100%;
	margin: 10px 15px 10px 0;
}

.icon.fa {
	text-align: center;
   line-height: 40px;
}

.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
	padding-left: 12px;
}

.custom-navbar-toggler svg {
	width: 32px;
	height: 32px;
}

.card-body a {
	text-decoration:none;
}

.card-body a:hover, .card-body a:focus {
	text-decoration:underline;
}

@media (min-width: 992px) {

	.it-header-slim-wrapper {
		height:fit-content;
		min-height:48px;
	}

	.it-header-center-wrapper {
		height:fit-content;
		min-height: 120px;
	}

}

.inputdisabled,
.inputdisabled:focus {
	background-color: #d8d9da;
}

.it-search-wrapper button.rounded-icon {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 16px;
	transition: all .3s;
}

@media (max-width: 992px) {

	.no-mobile {
		display: none !important;
	}

	.logo {
		width: 60px;
		height: 100%;
		margin: 0 10px;
	}

	button.search-link.rounded-icon {
		width: 40px !important;
		height: 40px !important;
	}

	.it-nav-wrapper {
		box-shadow: 0 0 6px 0;
	}

	.navbar .navbar-collapsable.expanded .menu-wrapper {
		min-width: 70%;
	}

	.it-header-wrapper .navbar-collapsable .close-div {
		right: 40px;
		left: auto;
	}

	/* .navbar .close-div .close-menu .icon { fill: #fff !important; } */

}

.ue-logo {
	width:100%;
	height:100%;
}

.cloned-element .logo {
	width: 50px;
	height: 100%;
}

.it-brand-wrapper.cloned-element {
	margin-right: 10px !important;
}

.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element .it-brand-text {
	display: inline-block;
	margin-right: 10px;
}

.forward {
	font-size:1em;
	text-align:left;
}

/*
	EFFETTO BORDO BASSO COLORATO ALL'HOVER
*/
.border-bottom-card::before {
	transform: scale(0);
	transition: transform 250ms ease-in-out;
	transform-origin:  0% 50%;
}

.border-bottom-card:hover::before {
	transform: scale(1);
}
/* END EFFETTO */

.panel-footer.panel-txt {
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table:not(.table-hover).table tr.headerstyle td,
table:not(.table-hover).table tr.headerstyle td a {
	font-weight: bold;
	text-decoration: none;
}

.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element .it-brand-text .it-brand-title {
	font-weight: bold;
}

table:not(.table-hover).table tr.headerstyle {
	border-bottom-width: 4px;
	border-bottom-style: double;
}

.footer-apk:hover span, .footer-apk:focus span {
	text-decoration:underline;
}

a.read-more {
	text-decoration: underline;
}

.footer-apk span {
	display:inline-block;
}

.footer-apk span:first-child {
	margin-right: 10px;
}

.form-control-plaintext {
	border: none;
	border-bottom: solid 1px #19191a;
}

.tab-content .apk_container ul.link-list > li:not(:last-child) {
	border-bottom: none !important;
}

.tab-content .link-list>li:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.tab-content .link-list>li .icon.fa {
	text-align: center;
   line-height: 1.35em;
   margin-right: 10px;
}

.tab-content .link-list>li a[aria-expanded=true] .icon:first-child {
	transform: unset !important;
}

.no-single-erase .clean-input {
	display:none;
}

a.disabled {
    pointer-events: none;
	 cursor: not-allowed;
}

a[disabled] {
    pointer-events: none;
	 cursor: not-allowed;
}

.card .head-tags {
	margin-bottom: 1.1em;
}

.card-title .icon {
	margin-right: 0.3em;
}

.nav-tabs .nav-item.active a, .nav-tabs li.active a {
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.nav-tabs {
	border-bottom: none;
}

.search-link.rounded-icon {
	border-width: 1px;
	border-style: solid;
}

.it-footer-main, .btn {
	font-size: 1em;
}

.search-modal .form-group .autocomplete-icon {
	left: 25px;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle.btn-full {
	font-size: 1em;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle .icon {
	margin-left: unset;
}

/* FIX FORMS */
.btn {
   font-size: 1em;
}

input:focus {
   box-shadow: unset !important;
   outline: 3px solid black !important;
   outline-offset: 2px !important;
}

.input-container {
   display: flex;
   flex-flow: row wrap;
   margin: 0;
   padding: 1.3em;
}
.form-group {
   flex: 0 1 100%;
	margin-bottom: 0;
}
/* END FIX FORM */

.nav-tabs .nav-item.inactive, .nav-tabs .nav-item.active,
.nav-tabs li.inactive, .nav-tabs li.active {
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 0;
	padding: 0;
	margin: 0 2px;
}

form > .aspNetHidden {
	display: none;
}

.form-set-header {
	font-size: 1.25rem;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.clean-input {
	top: 0;
	right: 0;
	position: absolute;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.table-responsive > table:not(.table-hover).table {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

@media (max-width: 1280px) {
	.table-responsive > table:not(.table-hover).table {
		font-size: 1.125rem;
	}

	.table-responsive > table:not(.table-hover).table tr {
		font-size: 1rem;
	}
}
@media (min-width: 1279px) {
	.table-responsive > table:not(.table-hover).table {
		font-size: 1.125rem;
	}
	.table-responsive > table:not(.table-hover).table tr {
		font-size: 1rem;
	}
}

table:not(.table-hover).table tr td:not(:first-child) {
	border-left-width: 0;
}
table:not(.table-hover).table tr td:first-child {
	border-left-style: solid;
	border-left-width: 2px;
}
table:not(.table-hover).table tr td:not(:last-child) {
	border-right-width: 0;
}
table:not(.table-hover).table tr td:last-child {
	border-right-width: 2px;
	border-right-style: solid;
}

table tr.pagerstyle {
	font-size: 1em !important;
}

table:not(.table-hover).table tr.pagerstyle td {
	border-left-width: 0;
	border-right-width: 0;
}
table:not(.table-hover).table tr.pagerstyle > td {
	border-width: 2px;
	border-style: solid;
}

table:not(.table-hover).table tr.headerstyle {
	text-transform: uppercase !important;
}

.table-responsive > table:not(.table-hover).table > tbody > tr:last-child td {
	border-bottom-style: double;
	border-bottom-width: 4px;
}

.it-footer-main .it-brand-wrapper a .icon {
	width: 50px;
	height: 60px;	/* original: 100x120 */
}

.area-note {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px; 
}

.gridOrderNone {
	background-position-y: bottom;
	background-position-x: center;
	background-size: 24px;
	padding-bottom: 24px !important;
	cursor: pointer;
}
.gridOrderNone:hover {
	background-position-y: bottom;
	background-position-x: center;
	background-size: 24px;
	padding-bottom: 24px !important;
}
.gridOrderASC {
	background-position-y: bottom;
	background-position-x: center;
	padding-bottom: 32px !important;
	background-size: 24px;
	padding-bottom: 24px !important;
	cursor: pointer;
}
.gridOrderASC:hover {
	background-position-y: bottom;
	background-position-x: center;
	background-size: 24px;
	padding-bottom: 24px !important;
}
.gridOrderDESC {
	background-position-y: bottom;
	background-position-x: center;
	padding-bottom: 32px !important;
	background-size: 24px;
	padding-bottom: 24px !important;
	cursor: pointer;
}
.gridOrderDESC:hover {
	background-position-y: bottom;
	background-position-x: center;
	padding-bottom: 32px !important;
	background-size: 24px;
	padding-bottom: 24px !important;
}

.it-header-slim-wrapper-content .navbar-brand span {
	font-size: 1.2em;
	letter-spacing: 0.9px;
	line-height: 1.6;
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2, 
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h2, 
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .it-brand-title.d-block {
	font-size:0.9em;
}

@media (max-width: 376px) {
	.logo {
		width: 45px;
		height: 100%;
	}
	.it-header-wrapper .search-link {
		width: 2.5em;
		height: 2.5em;
	}
	.it-header-wrapper .search-link svg {
		width: 1em;
		height: 1em;
	}
	.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
		padding-left:15px;
	}
	.h-fix {
		padding: 0 4px;
	}
	.nav-tabs .nav-link {
		padding:0.2em 0.8em;
	}
	h1, .h1 {
		font-size: 1.9em;
	}
}

.it-footer a {
	font-size: 1rem !important;
}

a.card:hover {
    text-decoration: none !important;
    background-color: #ddd;
}

.it-list-wrapper .it-list .list-item .it-rounded-icon svg.icon-primary, a.card:hover svg {
    fill: #06c !important;
}

.txt-sm {
	font-size: .722rem !important;
}
.txt-md {
	font-size: 1rem !important;
}
.txt-lg {
	font-size: 1.1rem !important;
}
.txt-xl {
	font-size: 1.4rem !important;
}
.steppers-content.callout {
   max-width: unset;
}

.form-group.has_error small {
	color: red;
}
.form-group.has_error input {
	border-bottom-color: red;
}

.border-start-2 {
	border-left-width: 2px !important;
}
.border-end-2 {
	border-right-width: 2px !important;
}
.border-top-2 {
	border-bottom-width: 2px !important;
}
.border-bottom-2 {
	border-bottom-width: 2px !important;
}

.line-base {
	line-height: 1.6 !important;
}

@media(min-width: 576px) {
	.border-sm-start-0 {
		border-left-width: 0 !important;
	}
	.border-sm-end-0 {
		border-right-width: 0 !important;
	}
	.border-sm-start {
		border-left-width: 1px !important;
	}
	.border-sm-end {
		border-right-width: 1px !important;
	}
	.border-sm-start-2 {
		border-left-width: 2px !important;
	}
	.border-sm-end-2 {
		border-right-width: 2px !important;
	}

	.border-sm-top-0 {
		border-top-width: 0 !important;
	}
	.border-sm-bottom-0 {
		border-top-width: 0 !important;
	}
	.border-sm-top {
		border-bottom-width: 1px !important;
	}
	.border-sm-bottom {
		border-bottom-width: 1px !important;
	}
	.border-sm-top-2 {
		border-bottom-width: 2px !important;
	}
	.border-sm-bottom-2 {
		border-bottom-width: 2px !important;
	}
}

@media(min-width: 768px) {

	.border-md-start-0 {
		border-left-width: 0 !important;
	}
	.border-md-end-0 {
		border-right-width: 0 !important;
	}
	.border-md-start {
		border-left-width: 1px !important;
	}
	.border-md-end {
		border-right-width: 1px !important;
	}
	.border-md-start-2 {
		border-left-width: 2px !important;
	}
	.border-md-end-2 {
		border-right-width: 2px !important;
	}

	.border-md-top-0 {
		border-top-width: 0 !important;
	}
	.border-md-bottom-0 {
		border-top-width: 0 !important;
	}
	.border-md-top {
		border-bottom-width: 1px !important;
	}
	.border-md-bottom {
		border-bottom-width: 1px !important;
	}
	.border-md-top-2 {
		border-bottom-width: 2px !important;
	}
	.border-md-bottom-2 {
		border-bottom-width: 2px !important;
	}

}

@media(min-width: 992px) {

	.border-lg-start-0 {
		border-left-width: 0 !important;
	}
	.border-lg-end-0 {
		border-right-width: 0 !important;
	}
	.border-lg-start {
		border-left-width: 1px !important;
	}
	.border-lg-end {
		border-right-width: 1px !important;
	}
	.border-lg-start-2 {
		border-left-width: 2px !important;
	}
	.border-lg-end-2 {
		border-right-width: 2px !important;
	}

	.border-lg-top-0 {
		border-top-width: 0 !important;
	}
	.border-lg-bottom-0 {
		border-top-width: 0 !important;
	}
	.border-lg-top {
		border-bottom-width: 1px !important;
	}
	.border-lg-bottom {
		border-bottom-width: 1px !important;
	}
	.border-lg-top-2 {
		border-bottom-width: 2px !important;
	}
	.border-lg-bottom-2 {
		border-bottom-width: 2px !important;
	}

}

@media(min-width: 1200px) {

	.border-xl-start-0 {
		border-left-width: 0 !important;
	}
	.border-xl-end-0 {
		border-right-width: 0 !important;
	}
	.border-xl-start {
		border-left-width: 1px !important;
	}
	.border-xl-end {
		border-right-width: 1px !important;
	}
	.border-xl-start-2 {
		border-left-width: 2px !important;
	}
	.border-xl-end-2 {
		border-right-width: 2px !important;
	}

	.border-xl-top-0 {
		border-top-width: 0 !important;
	}
	.border-xl-bottom-0 {
		border-top-width: 0 !important;
	}
	.border-xl-top {
		border-bottom-width: 1px !important;
	}
	.border-xl-bottom {
		border-bottom-width: 1px !important;
	}
	.border-xl-top-2 {
		border-bottom-width: 2px !important;
	}
	.border-xl-bottom-2 {
		border-bottom-width: 2px !important;
	}

}

@media(min-width: 1400px) {

	.border-xxl-start-0 {
		border-left-width: 0 !important;
	}
	.border-xxl-end-0 {
		border-right-width: 0 !important;
	}
	.border-xxl-start {
		border-left-width: 1px !important;
	}
	.border-xxl-end {
		border-right-width: 1px !important;
	}
	.border-xxl-start-2 {
		border-left-width: 2px !important;
	}
	.border-xxl-end-2 {
		border-right-width: 2px !important;
	}

	.border-xxl-top-0 {
		border-top-width: 0 !important;
	}
	.border-xxl-bottom-0 {
		border-top-width: 0 !important;
	}
	.border-xxl-top {
		border-bottom-width: 1px !important;
	}
	.border-xxl-bottom {
		border-bottom-width: 1px !important;
	}
	.border-xxl-top-2 {
		border-bottom-width: 2px !important;
	}
	.border-xxl-bottom-2 {
		border-bottom-width: 2px !important;
	}

}

.steppers-header ul li a:hover {
	text-decoration: none !important;
}

small.label {
	font-size: 0.777rem;
}

@media screen and (max-width:1400px) {

	.t-responsive thead tr th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.t-responsive td:before {
		position: absolute;
		top: 0;
		left: 5px;
		text-align:left !important;
		padding-right: 0;
		white-space: nowrap;
		width:100%;
		font-weight: bold;
	}

	.t-responsive tbody td {
		border: none;
		display: block;
		border-bottom: 1px solid #ddd;
		text-align: right !important;
		position: relative;
		height:30px;
		width: 100%;
		line-height:30px;
		white-space: nowrap;
	}

	.table.t-responsive tbody tr:first-child {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table.t-responsive tbody tr:not(:first-child) td:before {
		position: absolute;
		top: 5px;
		left: 5px;
		text-align:left !important;
		padding-right: 0;
		white-space: nowrap;
		width:100%;
		font-weight: bold;
	}

	.table.t-responsive tbody tr:not(:first-child) td {
		border: none;
		display: block;
		border-bottom: 2px solid #ddd;
		text-align: right !important;
		position: relative;
		height:50px;
		width: 100% !important;
		white-space: nowrap;
	}

	.table.t-responsive tbody tr {
		border-bottom: 2px solid #06c !important;
	}

}

#tabStep4 input {
	z-index: 20 !important;
	position:relative !important;
	width: 6rem !important;
	right: 0;
}

/* LOADER */
.loader {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	border-top: 4px solid #004275;
	border-right: 4px solid transparent;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.loader::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border-left: 4px solid #66bdff;
	border-bottom: 4px solid transparent;
	animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loader_container {
	z-index: 100;
	width: 100%;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background-color: rgba(200,200,200,0.5);
}

.nav.nav-tabs.nav-link {
	padding: 0;
}



p.header {
	font-size: .875rem;
	color: #1a1a1a;
	line-height: calc(2.5rem - 15px);
}

.accordion-header .accordion-button:after {
	width: 3rem;
}

.input-container .form-group .no-grey {
	background-color: transparent;
}

td select .form-control .no-grey {
	background-color: transparent;
}


.it-header-slim-wrapper .it-header-slim-wrapper-content a .icon {
	width: 24px;
	height: 24px;
}

a.headerstyle {
	border: none !important;
}

/*STILE PER rendere più sottile linea nera sotto al composite search modifica fatta per pagine anagrafe*/
.compositesearch.apk_input > .inp_container > div:last-child {
	height: 0.01rem;
}
/**/

/*STILE PER rendere più sottile linea nera sotto al .fileupload modifica fatta per pagine anagrafe*/
.fileupload.apk_input > .inp_container > div:last-child {
	height: 0.01rem;
}
/**/


