.bg-green {
	background: #0B6666;
}

.white, a.white:link, a.white:visited {
	color: #FFF;
}

#main-content a:link, #main-content a:visited, #main-content a:hover {
	color: #E6731F;
}

hr {
	border: 0;
	border-top: solid #D3D3D3 1px !important;
	margin: 8px 0 !important;
}

.intestazione-sezione {
	display: inline-block;
	padding: 6px 30px 6px 20px;
	color: #FFF;
	line-height: 22px;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
}

.tabs-sezioni {
	font-size: 0;
}

.tabs-sezioni > a:link, .tabs-sezioni > a:visited {
	display: inline-block;
	padding: 6px 20px;
	color: #FFF !important;
	line-height: 22px;
	background: var(--color-menu);
	cursor: pointer;
	font-size: 1rem;
}

.tabs-sezioni > a:last-of-type {
	padding-right: 30px;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
}

.tabs-sezioni > a:hover {
	background: var(--color-menu-bg);
}

.tabs-sezioni > a.selected:link, .tabs-sezioni > a.selected:visited {
	background: var(--color-light);
}

label {
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 2px;
}

input + label {
	color: inherit;
	font-weight: normal;
	margin-right: 5px;
}

.cont-radio {
	padding-top: 9px !important;
}

.btn {
	line-height: 15px;
	border-radius: 11px;
	padding: 6px 20px;
	text-align: center;
	width: auto !important;
}

.btn-primary {
	background: #0B6666 !important;
	border: none;
}

.btn-primary:focus {
	box-shadow: 0 0 3px 0.2rem #033 !important;
	border: none;
}

.btn-primary:hover {
	background: #3a7979 !important;
}

.btn-primary:active {
	background: #013b3b !important;
}

.btn-secondary {
	background: #2E2E2E !important;
	border: none;
}

.btn-secondary:focus {
	box-shadow: 0 0 3px 0.2rem #033 !important;
	border: none;
}

.btn-secondary:hover {
	background: #053737 !important;
}

.btn-secondary:active {
	background: #0B6666 !important;
}

a.add-link:link, a.add-link:visited {
	color: #1F2129 !important;
	padding-bottom: 2px;
	border-bottom: solid #2D323E 2px;
}

#main-content section {
	width: 940px;
}

.borded {
	border: solid #b3b3b3 1px;
}

.tag, a.tag:link, a.tag:visited, a.tag:hover {
	display: inline-block;
	border-radius: 10px;
	padding: 0 12px;
	background: #EAEAEA;
	line-height: 25px;
	margin-right: 5px;
	text-decoration: none;
	color: #000 !important;
	font-weight: 500;
}

[data-sublistplaceholder="estratti"] .rob-field, [data-sublistplaceholder="sintesi"] .rob-field {
	padding-top: 0;
	padding-bottom: 0;
}

.calendar {
	display: grid;
	grid-auto-flow: column;
	font-size: 0.9rem;
}

.calendar > div {
	border: solid #777 2px;
	border-bottom: none;
}

.calendar > div:not(:first-child) {
	border-left: none;
}

.calendar > div > div:first-child {
	padding: 3px 5px;
	border-bottom: solid #777 1px;
	font-weight: bold;
}

.calendar > div > div:not(:first-child) {
	display: flex;
	width: 100%;
}

.calendar > div > div:not(:first-child) > div {
	padding: 3px 5px;
	border-bottom: solid #777 1px;
}

.calendar > div > div:not(:first-child) > div:not(:last-child) {
	border-right: solid #777 1px;
}

.calendar > div > div:not(:first-child) > div:nth-child(odd) {
	flex: 0 0 35%;
}

.calendar > div > div:not(:first-child) > div:nth-child(even) {
	background: #DDD;
	font-weight: bold;
	flex: 0 0 15%;
}

.calendar > div > div > div.disabled {
	background: #DDD;
}

.calendar > div > div > div.holiday:nth-child(odd) {
	background: #F66;
}

span.holiday {
	color: #F11;
}

#tabella-genera-notizia {
	width: 800px;
	border-collapse: collapse;
}

#tabella-genera-notizia td {
	border: solid #CCC 1px;
	padding: 5px;
}

#tabella-genera-notizia td:first-child {
	width: 50px;
	text-align: center;
}

#tabella-genera-notizia label {
	font-weight: normal;
}

.cont-sintesi {
	border-bottom: dashed #AAA 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.cont-sintesi-breadcrumbs {
	color: #E6731F;
}

.testo-sintesi {
	padding: 5px 10px;
	background: #EEE;
}

.abbonamento-attivo {
	color: #0c0 !important;
	font-weight: 900;
}

.abbonamento-inattivo {
	color: #f00 !important;
	font-weight: 900;
	text-decoration: underline;
}

.pallino-rosso {
	display: inline-block;
	background: #f00;
	width: 14px;
	height: 14px;
	border-radius: 7px;
}

.pallino-verde {
	display: inline-block;
	background: #0c0;
	width: 14px;
	height: 14px;
	border-radius: 7px;
}

.pallino-rosso-verde {
	display: inline-block;
	background: linear-gradient(to right, #f00 50%, #0c0 50%);
	width: 14px;
	height: 14px;
	border-radius: 7px;
}

.model-dashboard .card {
	height: 100%;
	justify-content: center;
}

.model-dashboard .card .card-body {
	flex: unset;
}

.model-dashboard .card .card-body h1.card-title + h5.card-title {
	font-size: 12px;
}

.zkPopup {
	transition: width 0.4s ease-out, height 0.4s ease-out,opacity 0.4s ease-out, transform 0.4s ease-in !important;
}

.categoria-immagini-table-body .results-table-row-cont,
.categoria-immagini-table-body .results-table-row > div{
	height: 100px;
}