body{
	background-color: #2D4226;
	font-family: 'Dosis', sans-serif;
	color: #4a4a4a;
}

b{
	font-weight: bold;
}

.buttonStyle{
    margin: 8px 16px;
    border-radius: 2px;
    padding: 10px 18px;
    min-width: 190px;
    border: none;
    background-color: #618A4C;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Dosis';
    float: right;
    cursor: pointer;
    -webkit-appearance: none;
}
.buttonStyle:hover{
	opacity: 0.8;
}


.containerNDASmall{
	display: flex;
flex-wrap: wrap;
}

#step0, #step1, #step2, #step4, #step5, #ndaList, #loading {
	width: 100%;
	/*height: 100vh;*/
	/*overflow-x: hidden;*/
} 

#step3{
	width: 100%;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#step0.loginPage{
	display: flex;
	align-items: center;
	justify-content: center;	
}

#step0.loginPage .containerListDoc{
	display: flex;
	align-items: center;
	justify-content: center;	
}

#step0.loginPage .containerListDoc header{
	text-align: center;
	padding: 16px;
	background-color: #f5f5f5;
}

#step0.loginPage .containerListDoc header h3{
		font-size: 22px;
		margin-bottom: 8px;
		font-weight: 700;
}


#step0.loginPage .containerListDoc header span{
	font-size: 16px;
}

#step0.loginPage .containerListDoc .containerDocumentList{
	background-color: #ffffff;
    width: 100vw;
    max-width: 680px;    
    height: 538px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
}


#step1.documentList{
	display: flex;
	align-items: center;
	justify-content: center;	
}

#step1.documentList .containerListDoc{
	display: flex;
	align-items: center;
	justify-content: center;	
}

#step1.documentList .containerListDoc header{
	text-align: center;
	padding: 16px;
	background-color: #f5f5f5;
}

#step1.documentList .containerListDoc header h3{
		font-size: 22px;
		margin-bottom: 8px;
		font-weight: 700;
}


#step1.documentList .containerListDoc header span{
	font-size: 16px;
}

#step1.documentList .containerListDoc .containerDocumentList{
	background-color: #ffffff;
	width: 100vw;
    max-width: 680px;  
    height: 538px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
}

#step1.documentList .containerListDoc .containerDocumentList .singleDocument{
background-color: #ffffff;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    max-width: 194px;
    cursor: pointer;
    margin: 8px;
    padding: 8px;
    width:138px;
}

#step1.documentList .containerListDoc .containerDocumentList .singleDocument .imgDoc{
	background-color: #2D4226;
	height: 100px;
	display: flex;
	align-items:center;
	justify-content: center;
}

#step1.documentList .containerListDoc .containerDocumentList .singleDocument .imgDoc img{
	width: 50px;
}

#step1.documentList .containerListDoc .containerDocumentList .singleDocument .textDoc{
    padding: 16px 0px;	
}

#step1.documentList .containerListDoc .containerDocumentList .singleDocument .textDoc h3{
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 8px;
}


.disabledInput{
	opacity: 0.4;
}


#companyInformation{
	width: calc(33.333% - 16px);
}

#step2.generalInformation{
	display: flex;
	align-items: center;
	justify-content: center;	
}

#step2.generalInformation .containerGeneralInfo{
	display: flex;
	align-items: center;
	justify-content: center;	
}


#step2.generalInformation .containerGeneralInfo .containerGeneralInformation{
	background-color: #ffffff;
    width: 100vw;
    max-width: 680px;  
    height: 625px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    padding-bottom: 50px;
}


#step2.generalInformation .containerGeneralInfo header{
	text-align: center;
	padding: 16px;
	background-color: #f5f5f5;
	    position: relative;
}

#step2.generalInformation .containerGeneralInfo header h3{
		font-size: 22px;
		font-weight: 700;
}

a#backButton{
	display: block;
    position: absolute;
}

a#backButton img{
	width: 28px;
}

.lineInput{
	display: flex;
	margin: 8px;
}

.inputLabel{
	display: flex;
    flex-direction: column;
    padding: 8px;
    flex: 1;
}

.checkboxLabel{
    padding: 8px;
    flex: 1;
    background-color: #eeeeee;
    margin-bottom: 0px;
}

.containerCompany{
	    margin: 8px;
    margin-top: 0px;
    border: 1px solid #eee;
}



.inputLabel.uploadFile input{
	border: none;
	height: 32px;
	margin-top: 8px;
	border-radius: 0px;	
	    -webkit-appearance: none;
	    width: 100%;
}

p.titleID{
	font-size: 18px;
	font-weight: 700;
	color: #2D4226;
	padding: 0px 16px;
}

.inputLabel.uploadFile label{
	font-size: 16px;
	color: #2D4226;
}

.inputLabel input{
	border: none;
	border-bottom: 1px solid #4a4a4a;
	height: 30px;
	margin-top: 4px;
	border-radius: 0px;
	-webkit-appearance: none;
	font-size: 16px;
    padding: 0;
    background-color: #ffffff;
}

.inputLabel input:disabled{
	border-bottom: 1px solid #aaaaaa;
	cursor: not-allowed;
}

.inputLabel input:focus{
	outline: none;
	border-bottom: 1px solid #2D4226;
}

img.saladBG{
    position: absolute;
    z-index: -1;
    -webkit-animation: bummer 1s;
    animation: bummer 1s;
    -webkit-transform: scale(0); 
    transform: scale(0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    max-width: 100%;
}
.headerHelloSign{
	background-color: #f5f5f5;
}

.headerHelloSign h3{
	font-size: 22px;
}

.containerHelloSign{
	height: calc(100vh - 88px);
}

.containerHelloSign .loading{
	width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-top: 30px;
}

.headerHelloSign{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
}

.headerHelloSign a#backButtonInfo{
	position: relative;	
    margin: 0px 16px;	
}
.headerHelloSign a#backButtonInfo img{
 width: 32px;	
}

.headerHelloSign .buttonStyle{
	float: none;
	min-width: auto;
	padding: 6px 16px;
}


#step4.newsletterApproval{
	display: flex;
	align-items: center;
	justify-content: center;	
}

#step4.newsletterApproval .containerNewsletterApp{
	display: flex;
	align-items: center;
	justify-content: center;	
}

#step4.newsletterApproval .containerNewsletterApp header{
	text-align: center;
	padding: 16px;
	background-color: #f5f5f5;
}

#step4.newsletterApproval .containerNewsletterApp header h3{
		font-size: 22px;
		margin-bottom: 8px;
		font-weight: 700;
}


#step4.newsletterApproval .containerNewsletterApp header span{
	font-size: 16px;
}

#step4.newsletterApproval .containerNewsletterApp .containerNewsletterApproval{
	background-color: #ffffff;
    width: 100vw;
    max-width: 680px;  
    height: 500px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
}

#step4.newsletterApproval .containerNewsletterApp .containerNewsletterApproval .textAddInfoNewsletter{
	padding: 16px;
}

#step4.newsletterApproval .containerNewsletterApp .containerNewsletterApproval .textAddInfoNewsletter h2{
	font-size: 35px;
    font-weight: 700;
    margin-bottom: 32px;
}

#step4.newsletterApproval .containerNewsletterApp .containerNewsletterApproval .textAddInfoNewsletter p{
	font-size: 16px;
    line-height: normal;
}

#step4.newsletterApproval .containerNewsletterApp .containerNewsletterApproval .textAddInfoNewsletter .buttonsContainerNewsletter{
	    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#step4.newsletterApproval .containerNewsletterApp .containerNewsletterApproval .textAddInfoNewsletter .buttonsContainerNewsletter .buttonStyle{
	float: none;
	margin-right: 0px;
}

#step5.thankYouPage{
	display: flex;
	align-items: center;
	justify-content: center;
		
}

#step5.thankYouPage .containerListDoc{
	display: flex;
	align-items: center;
	justify-content: center;	
}

#step5.thankYouPage .containerListDoc .containerDocumentList{
	background-color: #ffffff;
    width: 100vw;
    max-width: 680px;  
    height: 465px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    flex-direction: column;
}

#step5.thankYouPage .containerListDoc .containerDocumentList img{
	    width: 75px;
    margin: 20px;
}

#step5.thankYouPage .containerListDoc .containerDocumentList .containerText{
	    padding: 16px;
}

#step5.thankYouPage .containerListDoc .containerDocumentList .containerText h2{
	font-size: 42px;
    font-weight: 700;
    margin-bottom: 32px;
    text-align: center;
}


#step5.thankYouPage .containerListDoc .containerDocumentList .containerText p{
	    line-height: normal;
}

#step5.thankYouPage .containerListDoc .containerDocumentList .containerText input{
	    margin-top: 32px;
}

body.langEn .it{
	display: none;
}

body.langIt .en{
	display: none;
}

#ndaList .containerListDoc{
	display: flex;
	align-items: center;
	justify-content: center;	
}

#ndaList {
    display: flex;
    align-items: center;
    justify-content: center;
}

#ndaList .containerListDoc .containerDocumentList{
	background-color: #ffffff;
    width: 100vw;
    max-width: 680px;  
    height: 465px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
}

#ndaList table th{
	border: 1px solid #4a4a4a47;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

#ndaList table td{
	border: 1px solid #4a4a4a47;
    padding: 10px;
    text-align: center;
}


#ndaList .containerListDoc header{
	text-align: center;
	padding: 16px;
	background-color: #f5f5f5;
}

#ndaList .containerListDoc header h3{
	font-size: 22px;
	font-weight: 700;
}

#ndaList .containerListDoc header span{
	font-size: 16px;
}

a#backNDAList{
	display: block;
    position: absolute;
}

a#backNDAList img{
	width: 28px;
}

#ndaList .searchBox .inputLabel{
	padding: 0px 16px;
    right: 0px;
    position: relative;
}

#ndaList table{
	width: 100%;
}


#ndaList .tableContainer{
	padding: 16px;
}

#loading.loadingPage{
	display: flex;
	align-items: center;
	justify-content: center;
		
}

#loading.loadingPage .containerListDoc{
	display: flex;
	align-items: center;
	justify-content: center;	
}

#loading.loadingPage .containerListDoc .containerDocumentList{
	background-color: #ffffff;
    width: 100vw;
    max-width: 680px;  
    height: 465px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    flex-direction: column;
}

#loading.loadingPage .containerListDoc .containerDocumentList img{
	    width: 75px;
    margin: 20px;
}

#loading.loadingPage .containerListDoc .containerDocumentList .containerText{
	    padding: 16px;
	    text-align: center;
}

#loading.loadingPage .containerListDoc .containerDocumentList .containerText h2{
	font-size: 42px;
    font-weight: 700;
    margin-bottom: 32px;
    text-align: center;
}

#loading.loadingPage .containerListDoc .containerDocumentList .containerText span{
	font-size: 28px;
	text-align: center;
}

#loading.loadingPage .containerListDoc .containerDocumentList .containerText p{
	    line-height: normal;
}

#loading.loadingPage .containerListDoc .containerDocumentList .containerText input{
	    margin-top: 32px;
}

@-webkit-keyframes bummer {
    100% {
        -webkit-transform: scale(0.95); 
    }
}

@keyframes bummer {
    100% {
        transform: scale(0.95); 
    }
}

@media only screen and (max-width: 680px) {
	.lineInput{
		display: block;
	}
	
	#step2.generalInformation{
		display: block;
	}
	
	#step2.generalInformation .containerGeneralInfo .containerGeneralInformation{
		height: 100%;
	}
	
	.containerHelloSign {
	    height: calc(100vh - 58px);
	}
}