/**
 * AMAU Public CSS
 */
 
#amau-starting-here .row {
	max-width: 100%;
}
.ui-autocomplete-loading {
	background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}
.wizard > .content > .body {
	width: 100%;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.wizard > .steps > ul > li {
	width: 33.33333%;
}
.wizard > .content > .body label.error {
	width: 100%;
}
#authorName,
#bookTitle,
#bookIsbn {
	width: 90%;
	height: auto;
	display: block;
	border: 1px solid #ccc;
	font-size: 15px;
	padding: 5px;
}
#authorName-error-message,
#bookTitle-error-message,
#bookIsbn-error-message {
	opacity: 0;
	font-size: 12px;
	color: #8a1f11;
	font-weight: 700;
	padding: 5px 0;
	display: block;
}
#selected-items {
	overflow-y: auto;
	min-height: 140px;
	background-color: #f9f9f9;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 10px;
}
#edizioni-autore {
	display: none;
	width: 50%;
	float: right;
}
hr.sep {
	width: 100%;
	margin: 10px 0;
	display: inline-block;
}
div#special_fields {
	padding: 10px;
	border: 1px solid #ccc;
}
.gfx-editions {
	border: none;
}
#selected-items .gfx-container-multi .gfx-editions {
	border: none;
	background-color: transparent;
	background-image: none;
}
#authorBooks {
	width: 100%;
}
#authorBooksLoader {
	display: none;
	width: 50%;
	float: right;
}
.wizard > .content > .body label.error {
	font-size: 13px;
	margin-left: 0;
	line-height: 1.4;
	padding-top: 4px;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
	word-break: break-word;
}
#form-master-container, #user-data-container {
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ccc;
	padding: 0 20px;
	background-color: #f5f5f5;
}
#user-data-container small {
	font-style: italic;
}
.table-user-data {
	width: 100%;
	border: 1px solid #ececec;
	font-size: 1em;
	margin-bottom: 50px;
}
.table-user-data tr td {
	padding: 3px 10px;
}
.table-user-data tr:nth-child(2n+1) {
	background-color: #ececec;
}
.table-user-data tr td:nth-child(2n+2) {
	width: 70%;
	font-weight: 700;
}
#amau-summary-header {
	display: none;
	padding: 20px;
}
#amau-summary-header h1 {
	float: none;
	text-align: center;
	margin-bottom: 50px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: 0.06em;
}
#amau-summary h3 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	font-size: 21px;
	font-weight: 700;
}
#amau-summary h3 {
	margin-bottom: 0px;
}
#amau-summary h4 {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 700;
	margin-top: 10px;
}
#amau-summary hr {
	border: 1px solid #d53926;
	height: 0;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item {
	list-style-image: none;
}
a#amau-summary-print-button {
	background-color: #d53926;
	color: #fff;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	outline: 0;
	text-align: center;
	cursor: pointer;
	width: 20%;
	margin: 0 auto;
}
a#amau-summary-print-button:hover {
	opacity: 0.75;
}
#form-master-container {
	height: 95%;
}
#user-data-container {
	height: 80%;
}
#form-master-container select, #user-data-container select {
	width: 80%;
}
#form-master-container input,
#form-master-container textarea,
#user-data-container input {
	width: 80%;
	height: auto;
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
}
#form-master-container textarea {
	resize: none;
}
.step2_container {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.step3_container select {
	max-width: 50%;
	display: block !important;
	line-height: 1.5em;
	letter-spacing: 0.12em;
}
.step3_container {
	padding: 2em 0;
}
.step2_container label, .step3_container label {
	width: 100%;
}
.wizard > .steps a {
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	font-size: 16px;
}
.wizard > .steps li.current a {
	text-shadow: 1px 1px 5px #000000;
}
.wizard > .content {
	min-height: 50em !important;
	overflow: visible;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#opac-link span {
	display: none;
	margin-left: 20px;
}
#opac-link span.title {
	display: inline-block;
	float: left;
	margin-left: 0;
}
#opac-checkbox, label[for='opac-checkbox'] {
	cursor: pointer;
}
#opac-checkbox {
	margin-left: 10px;
}
.full-left {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
}
.left-33 {
	width: 33%;
	float: left;
}
.left-50 {
	width: 50%;
	float: left;
}
.authorName-error-message,
.bookTitle-error-message,
.bookIsbn-error-message {
	opacity: 0;
	font-size: 12px;
	color: #8a1f11;
	font-weight: 700;
}
#selected-editions-error {
	opacity: 0;
	margin: 10px 0;
	display: block;
	color: #8a1f11;
	font-weight: 700;
	font-size: 12px;
}
span.amau-info {
	width: 100%;
	display: block;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 10px 0;
	min-height: 20px;
}
.wizard > .content > .body label {
	font-weight: bold;
}
label[for='authorName'],
label[for='authorBooks'],
label[for='bookTitle'],
label[for='bookIsbn'] {
	margin-bottom: 0 !important;
	max-width: 100%;
}
label[for='authorBooks'] .lite {
	font-weight: normal;
}
.select-css {
	display: block;
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.5;
	padding: 0.3em;
	width: 30%;
	max-width: 100%; 
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
.select-css option {
	font-weight:normal;
}
.flex {
	display: flex !important;
}
.cx {
	text-align: center;
}
.mt-20 {
	margin-top: 20px;
}
.selected_author_name {
	font-weight: bold;
}
.intro-text, .outro-text {
	margin: 0 0 20px;
	letter-spacing: 0.05em;
	word-break: break-word;
}
.edition-header {
	font-size: 15px;
	font-weight: 700;
	color: #653e3e;
	padding: 0 0 10px 0;
	font-family: Helvetica;
	margin: 30px 0;
	line-height: 1.5em;
	letter-spacing: 0;
}
#amau-request-form {
	opacity: 0;
	margin: 20px 0;
}
#amau-request-form select {
	cursor: pointer;
}
#amau-request-form fieldset legend {
	width: 100%;
	display: block;
	padding: 10px 0 !important;
	margin-bottom: 0px;
	padding: 0;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #cfcfcf;
	letter-spacing: 0;
	background: transparent;
	text-shadow: 2px 2px 2px #a4a4a4;
}
#amau-loader {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	z-index: 20;
	display: none;
	justify-content: center;
	align-items: center;
}
#amau-error {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	z-index: 20;
	text-align: center;
	display: none;
	justify-content:center;
	align-items:center;
}
a.close-error {
	margin: 20px;
	display: block;
	text-decoration: none;
}
a.close-error:hover {
	text-decoration: none;
	color: #e00000;
}
#amau-done {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
	margin: 20px;
	border: 1px solid #ccc;
	-border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#amau-done p {
	font-weight: 700;
	text-align: center;
}
.amau-dash-ok {
	font-size: 6em;
	width: 80px;
	height: 80px;
	color: #00bf00;
}
.asterisk {
	font-size: 1.2em;
}
input[id^='utilizzazioni_checked'] {
	display: none !important;
}
label[for^='utilizzazioni_'] {
	width:8%;
	display:inline-block;
	margin-bottom: 0 !important;
	font-weight: 400 !important;
}
label[for^='utilizzazioni_'].error {
	font-weight: bold !important;
}
input[id^='utilizzazioni_paper'],
input[id^='utilizzazioni_online'],
input[id^='utilizzazioni_audio'] {
	width: 3% !important;
	display: inline-block !important;
}

/* Spinner */
.lds-amau {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-amau div {
	display: inline-block;
	position: absolute;
	left: 6px;
	width: 13px;
	background: #d30a1e;
	animation: lds-amau 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-amau div:nth-child(1) {
	left: 6px;
	animation-delay: -0.24s;
}
.lds-amau div:nth-child(2) {
	left: 26px;
	animation-delay: -0.12s;
}
.lds-amau div:nth-child(3) {
	left: 45px;
	animation-delay: 0;
}
@keyframes lds-amau {
  0% {
	top: 6px;
	height: 51px;
  }
  50%, 100% {
	top: 19px;
	height: 26px;
  }
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#amau-request-form-p-0 {
	position: relative !important;
}
input[id^='utilizzazioni_'] {
	margin-bottom: 0 !important;
}


/* Ellipsis */
.lds-amau-ellipsis {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
}
.lds-amau-ellipsis div {
  position: absolute;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 80%;
  background: #d30a1e;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-amau-ellipsis div:nth-child(1) {
	left: 4px;
	animation: lds-amau-ellipsis1 0.6s infinite;
}
.lds-amau-ellipsis div:nth-child(2) {
	left: 4px;
	animation: lds-amau-ellipsis2 0.6s infinite;
}
.lds-amau-ellipsis div:nth-child(3) {
	left: 16px;
	animation: lds-amau-ellipsis2 0.6s infinite;
}
.lds-amau-ellipsis div:nth-child(4) {
	left: 28px;
	animation: lds-amau-ellipsis3 0.6s infinite;
}
@keyframes lds-amau-ellipsis1 {
  0% {
	transform: scale(0);
  }
  100% {
	transform: scale(1);
  }
}
@keyframes lds-amau-ellipsis3 {
  0% {
	transform: scale(1);
  }
  100% {
	transform: scale(0);
  }
}
@keyframes lds-amau-ellipsis2 {
  0% {
	transform: translate(0, 0);
  }
  100% {
	transform: translate(24px, 0);
  }
}


/* MEDIA QUERIES */

@media (max-width: 767px) {
	
	.wizard > .steps > ul > li {
		width: 100%;
	}
	#amau-request-form select {
		width: 100%;
	}
	.wizard > .content {
		min-height: 64em !important;
	}
	.left-33, .left-50 {
		width: 100%;
	}
	#authorName,
	#bookTitle,
	#bookIsbn {
		width: 100%;
	}
	#edizioni-autore {
		width: 100%;
	}
	#form-master-container input, #user-data-container input {
		width: 100%;
	}
	#selected-items {
		height: 28%;
	}
}

