/*

NERO: #0a313d
MAIN COLOR #0e0e0e
COLOR CHIARO #656492
font-family: Inter, Open Sans, Helvetica, Arial, sans-serif;


FROM: 172949	 to 19a1e8
*/

.navbar {
	z-index: 90;
}

.answerYes {
	color: #28a745 !important;
	font-weight: 600 !important;
}

.answerNo {
	color: red !important;
	font-weight: 600 !important;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: var(--neutral-black);
	overflow-x: hidden;
}

.container-abstract {
	background-color: #0e0e0e;
}

.container-abstract h1,
.container-abstract .lead {

	color: #fff;
}

.bg-gradient,
.bg-abstract {
	background: rgb(96, 94, 128);
	background: -moz-linear-gradient(300deg, rgba(96, 94, 128, 1) 0%, rgba(21, 20, 26, 1) 70%);
	background: -webkit-linear-gradient(300deg, rgba(96, 94, 128, 1) 0%, rgba(21, 20, 26, 1) 70%);
	background: linear-gradient(300deg, rgba(96, 94, 128, 1) 0%, rgba(21, 20, 26, 1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#605e80", endColorstr="#15141a", GradientType=1);
}

@media (max-width : 768px) {
	.bg-abstract {
		height: auto;
	}
}

.cursorHelp {
	cursor: help
}

.footer-copyright {
	position: absolute;
	bottom: 10px;
}

.boxFiltri {
	padding: 2px 5px;
	border: solid 1px #EBEBEB;
	background-color: #F5F5F6;
}

.boxFiltri label,
.boxFiltri input {
	display: inline !important;
	margin: 2px 0px 2px 4px;
}

.highlight {
	background-color: #fff980;
}

.report-highlight {
	background-color: #bababa;
}

li.highlight {
	background-color: #F7F7FA !important;
}

.tdChart {
	width: 400px;
}

.panelLogoPrint {
	text-align: center;
	background-color: #303641;
	padding: 5px 10px;
}

.answerSetted {
	box-shadow: inset 0px 0px 20px 5px rgba(194, 199, 207, 0.333333);
	-webkit-box-shadow: inset 0px 0px 20px 5px rgba(194, 199, 207, 0.333333);
	-moz-box-shadow: inset 0px 0px 20px 5px rgba(194, 199, 207, 0.333333);
	-o-box-shadow: inset 0px 0px 20px 5px rgba(194, 199, 207, 0.333333);
	border-radius: 10px;
}

.answerSetting {
	box-shadow: inset 0px 0px 20px 5px rgba(255, 255, 0, 0.333333);
	-webkit-box-shadow: inset 0px 0px 20px 5px rgba(255, 255, 0, 0.333333);
	-moz-box-shadow: inset 0px 0px 20px 5px rgba(255, 255, 0, 0.333333);
	-o-box-shadow: inset 0px 0px 20px 5px rgba(255, 255, 0, 0.333333);
	border-radius: 10px;
}

.tdAnswer {
	text-align: center;
}

.btn.disabled,
.btn:disabled {
	text-decoration: none !important;
}

.graphBar .rowVal {
	border-bottom: solid 1px #efefef;
}

.badgeReport {
	width: 28px;
	text-align: center;
	float: right;
	margin-left: 5px;
}

.badge-success {
	background-color: #39af63;
}

@media print {
	.page-container {
		padding-left: 0;
	}

	.sidebar-menu {
		display: hidden;
	}

	.printPointBreak {
		page-break-inside: avoid;
	}

	.tdChart {
		width: 100px;
	}

	.tdChart img {
		width: 100px;
		height: 100px;
	}

	.reduceFont {
		font-size: 0.85em;
	}

	html {
		display: table-header-group;
	}

	body {
		-webkit-print-color-adjust: exact;
	}

	blockquote {
		padding: none;
	}

	blockquote p {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	blockquote footer {
		display: block !important;
	}

	blockquote,
	pre {
		border: none;
		border-left: .25rem solid #eceeef;
		page-break-inside: avoid;
	}

	.card:hover,
	.card:focus {
		box-shadow: none !important;
	}

	.surveyReport p,
	.surveyReport html {
		color: #222222;
	}

	.surveyReport h1,
	.surveyReport h2,
	.surveyReport table.table th,
	.surveyReport table th,
	.surveyReport h3 {
		color: black;
	}

	.badge {
		border: 1px solid #969595;
	}

	.card .card-body {
		padding: 5px 10px !important;
	}

}

@media (max-height : 300px) {
	.footer-copyright {
		position: relative;
		bottom: auto;
	}
}

@media (max-width : 575px) {

	.main-content.p-5 {
		padding: 3px !important;
	}

	.card .card-body {
		padding: 2px;
	}

	h1.display-4 {
		font-size: 1.5em;
	}

	.signin-left-column p:first-child {
		margin-top: 20px;
	}

	.liInput {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.rowInput {
		padding-top: 20px;
	}
}

a {
	color: #0e0e0e;
	text-decoration: none;
	cursor: pointer;
}