*{
	--c-green: #93B18F;
	--c-blu: #6A88AC;
	--c-red: #d83939;
	/* font-family: Gill Sans MT; */
}

@keyframes fade-in-out{
	30% {
		opacity: 1;
	}
	70%
	{
		opacity: 1;
	}
	100%  {
	  opacity: 0;
	  visibility: hidden;
	}
}

.container-body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

label.error { 
	font-size: 13.5px;
	/* font-style: Gill Sans MT; */
	color: var(--c-red);
	margin-left: 5px;
}
	
.testata {
    width: 100%;
    height: 247px;
    background: #fff;
    margin: 5px auto 0px auto;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.ilform {
    width: 100%;
	border-width: 10px;
    background: #fff;
    padding-bottom: 150px;
    margin: 0px auto;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.back {
	padding-bottom: 70px;
}

.module-content {
    width: 100%;
    background: #fff;
    margin: 0px auto;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

tbody{
	width: 100%;
}
	
.insert_table2 {
    width: 100%;
	text-align:center;
	margin:auto auto auto 0px;
	border-collapse: collapse;
	border: 2px solid #C6C4C4;
	margin-left: 180px;
	padding: 3px 12px;	
	font-size: 14px;
}

.intestaz {
	font-size:14px;
	font-family: 'Open Sans';
	font-weight: 700;
	width: 193px;
	margin-left: 180px;
	margin-top: -40px;
	text-align:center;
	border-collapse: collapse;
	border: 2px solid #C6C4C4;
	background-color:#C6C4C4;
}

.insert_table td {
	border: 2px solid #C6C4C4;
	padding: 3px 12px;	
	font-size: 14px;
}

/*.bottoni{
	border-collapse: collapse;
	border: 3px ridge #ef7f01;
	background: #FFdead;
	width:98px;	
	margin-left:760px;
	margin-right:50px;
	padding:5px;
	margin-bottom:-30px;
}*/

.pdf-button {
    width: 30px;
    height: 30px;
	border-radius: 5px;
    background: url(../images/icona-pdf.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.copy-button {
    width: 30px;
    height: 30px;
    background: url(../images/icona-copy.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.delete-button {
    width: 30px;
    height: 30px;
    background: url(../images/icona-delete.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.ilform1{
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 40px auto 0px auto;
}
	
.avviso{
    text-align:center;
    width:100%;
    height: 30px;
    background: #fff;
    margin: 0px auto 15px;
}


#note { 
	display: block;
    width: 200px;
	font-size: 13.5px;
	/* font-family: Gill Sans MT;  */
    height: 60px;
	margin-left: 30px; 
    padding: 8px;
    border: 1px solid #cccccc;
    line-height: 120%;
}

.search-button{
	width: 25px;
	height: 25px;
	background: url(../images/search.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.tablesearch {
    	width: 100%;
	text-align:center;
	border-collapse: collapse;
	border: 2px solid #C6C4C4;
}

.tablesearch td {
	border: 2px solid #C6C4C4;
	padding: 3px 12px;	
	font-size: 14px;
}

.scrollup {
	width: 60px;
    height: 80px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    text-indent: -9999px;   
    
}

.header{
	width: 100%;
	background-color: var(--c-blu) !important;
	color: white;
}

.header-border{
	width: 100%;
	height: 4px;
	background-color: var(--c-green) !important;
	margin: 0;
}

.logo{
	margin: 15px;
}

.logo-header{
	margin: 5px;
}

h1{
 font-size: 22px !important;
}

.btn-green{
	background: var(--c-green) !important;
	color: white !important;
}

.btn-red{
	background: var(--c-red) !important;
	color: white !important;
}

.table-container{
	margin: 0 auto 52px;
	width: 100%;
	padding:22px !important;
}

.alertbox{
	position: fixed;
	top: 20px;
	opacity: 0;
	animation: fade-in-out 3s ease-in-out 1;
	min-height: 60px;
	max-width: 90%;
	padding: 10px 30px;
	border-radius: 10px;
	animation-fill-mode: forwards;
	z-index: 10;
}

.alertbox p{
	line-height: 28px;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.error{
	background-color: var(--c-red);
}

.success{
	background-color: var(--c-green);
}

.contenitore{
	float: left;
	margin: 0;
}

.centerAlign{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.verticalAlign{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
}

.icons{
	margin-right: 10px !important;
}

.btn-icon{
	background-color: transparent;
	border: transparent;
}

.icon-white{
	color: white;;
}

.icon-red{
	color: var(--c-red);
}

.icon-blu{
	color: var(--c-blu);
}


/* Medium devices (smartphones, 768px and down) */
@media (max-width: 768px) {
	.insert_table {
    	width: 100%;
		text-align:center;
		border-collapse: collapse;
		border: 2px solid #C6C4C4;
		display: block;
    	overflow-x: auto;
    	white-space: nowrap;
	}

	.table-chk{
		margin-top: 5px;
	}

	.label-tabella{
		margin-top: 10px;
	}

	.form-group{
		width: 100%;
	}
}

/* Large devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.insert_table {
    	width: 100%;
		text-align:center;
		border-collapse: collapse;
		border: 2px solid #C6C4C4;
	}

	.table-chk{
		margin-top: 15px;
	}

	.form-group{
		margin: 0px 10px;
	}
}

.profile{
	margin: 5px 20px;
}

.footer{
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: var(--c-blu) !important;
	color: var(--c-blu) !important;
	min-height: 60px;
	margin-top: 60px;
	padding: 20px;
}