html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #fff;
}

.logo {
	margin: 0 auto 10px;
	max-height: 120px;
	max-width: 280px;
}
.well {
	margin: 0px auto 0;
	/* max-width: 850px; */
	text-align: center;
}
.well .alert {
	margin: 10px 0 0;
	/*white-space: pre-line;*/
}
.logo-wrap {
	text-align: center;
}

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

.form-group-container .form-group {
	margin: 0 auto 10px;
}
.form-group-container .form-group:last-of-type {
	margin-bottom: 0;
}
.form-group-container .form-group label {
	color: #666;
	display: block;
	font-size: 13px;
	margin: 0;
	text-align: left;
}

.head-container {
	/* border-bottom: 1px solid gainsboro; */
	/* margin-bottom: 15px; */
	/* padding-bottom: 15px; */
	text-align: center;
}
.head-container h1 {
	margin: 10px 0 20px;
	text-align: center;
}
.head-container .dati-azienda-container {
  text-align: left;
}
.dati-azienda-container .dati-azienda {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 0;
	text-align: center;
}
.head-container .logo {
	max-height: 60px;
	max-width: 100%;
}

.log-in-alert {
	align-items: center;
	display: flex;
	font-size: 16px;
	gap: 20px;
	justify-content: center;
	margin-bottom: 30px;
}

p.footer {
	background-color: #fff;
	bottom: 0;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

.alert.alert-success .title-registration-success,
.alert.alert-success .content-registration-success {
	text-align: center;
}

@media only screen and (max-height: 609px) {

	p.footer {
		margin: 10px 0;
	}
}

.collapse-container {
	margin: 0 0 10px 0;
}

.collapse-container .other-data-toggle-collapse {
	color: #0066cc;
	cursor: pointer;
	font-size: 11px;
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 22px;
	}
	.dati-azienda-container {
		display: none;
	}
	.head-logo-left {
		text-align: center !important;
		width: 100%;
	}

}

.articles-table-list,
.articles-selected-table-list {
	background-color: white;
	border: 1px solid gainsboro;
	border-radius: 2%;
	max-height: 250px;
	overflow-y: auto;
}

.scelta-articoli-container {
	margin: 15px 0;
	padding: 0 10px;
}

.scelta-articoli-container .filtri-container {
	margin: 15px 0;
}

.scelta-articoli-container .articles-table-list tr {
	cursor: pointer;
}

.table-search-articles-container {
	margin: 0;
}

.spinner-container {
	font-size: 32px;
	padding: 10px;
}

.article-selected {
	background-color: wheat;
}

table tr.article-selected:hover {
	background-color: #f5e79e;
}

.pointer {
	cursor: pointer;
}

.choice-title {
	text-align: center;
}

.choice-container {
	height: 500px;
	display: flex;
}

.choice {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	margin: 50px 40px;
	padding: 40px;
	border-radius: 50px;
}
.choice:hover {
	background-color: ghostwhite;
	color: #0e76cd;
}

.allegati-select-container {
	text-align: left;
}

.allegati-documento,
.allegati-documento-container{
	text-align: left;
}

.allegati-container {
	margin: 15px 0;
}

.file-select-and-drop-area {
    width: 200px;
    margin: 1em 0;
    padding: 10px 15px;
    border: 2px dashed #808080;
    cursor: pointer;
    text-align: center;
}

.allegato {
	position: relative;
	margin: 10px 0px;
	text-align: center;
}

.allegato-delete-button {
	cursor: pointer;
	left: 10px;
	position: absolute;
	top: -15px;
}

.allegato-delete-button:hover {
	color: red;
}

.image-allegato {
	max-height: 90px;
	max-width: 90px;
}

.image-allegato-container {
	display: flex;
	flex-direction: column;
	height: 100px;
	justify-content: center;
	max-height: 100px;
	max-width: 100px;
	text-align: center;
	width: 100px;
}

.head-logo {
	margin-top: 10px;
}

.right {
	text-align: right;
}

.form-help-input {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #666;
	display: block;
	left: 20px;
	margin: 0;
	padding: 1px 8px;
	position: absolute;
	right: 20px;
}

.partita-iva .form-control-wrapper .form-error-invalid-msg {
	right: 15px;
	bottom: -17px;
}

.form-control-wrapper .form-err-cap.form-error-invalid-msg {
	right: 10px;
	bottom: -18px;
}
