/* FONT */

	@import url('https://fonts.googleapis.com/css?family=Indie+Flower');

/* GENERALI */

	a {
		color: #ff5e13;
	}

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

	.align-right {
		text-align: right;
	}

	.font-elegant {
		font-family: 'Indie Flower', cursive;
		font-size: 22px;
		line-height: 24px;
		margin: 10px 0;
	}

	.small {
		font-size: small;
	}
	
	.hidden {
		display: none;
	}
	
	.inline-block {
		display: inline-block;
	}

	body {
		background-image: url('https://pizzabutton.it/images/pizzabuton-sfondo-pizza-margherita.jpg');
		background-size: cover;
	}

	.page {
		max-width: 450px;
		margin: 0 auto;
		box-shadow: 0 0 30px 10px #130601;
	}

	.page__content {
		padding: 30px 7px !important;
		margin-bottom: 44px;
		overflow-y: auto !important;
	}

	.separator {
		margin: 0 auto;
		display: block;
	}
	
	.clear {
		clear: both;
	}

/* LOGHI E ICONS */	
	
	#logo-pizzabutton,
	#logo-premises {
		margin: 7px auto;
		width: 100%;
		max-width: 210px;
		display: block;
	}

	#icon-pizzabutton {
		width: 37px;
		margin: 10px;
	}

	ons-icon.ons-icon.zmdi.zmdi-account-circle.toolbar-icon {
		font-size: 30px;
		color: #2979ff;
	}

	ons-toolbar.toolbar {
		height: auto;
	}

	.bottom-bar p {
		text-align: center;
		font-family: Roboto,Noto,sans-serif;
		-webkit-font-smoothing: antialiased;
		font-weight: 400;
		font-size: 14px;
		color: #afafaf;
	}

/* ONS-CARD */

	ons-card.error.card {
		background-color: #fff2f2;
		border: dotted 2px #f00;
		margin-bottom: 35px;
	}

		ons-card.error.card p {
			margin: 0 0 10px;
			color: #37474f;
		}
		
		ons-card.error.card h2 {
			font-size: 20px;
			margin: 0 0 10px;
			color: #37474f;
			text-align: center;
		}

	ons-card.message.card {
		text-align: center;
		background-color: #c0ffc2;
	}

	ons-card.message.error {
		background-color: #ffaa9e;
	}
	
	ons-card.message.warning {
		background-color: #fffba8;
		border: dotted 2px #f00;
	}
	
	.card__title {
		text-align: center;
		text-transform: uppercase;
		color: #666;
		font-weight: bold;
		font-size: 23px;
		margin: 15px 0 20px 0;
	}
	
	
	#index ons-card.error.card {
		margin: 0;
	}
	
		#index ons-card.error.card p {
			margin: 0;
			text-align: center;
		}
		
/* BUTTONS */

	.button {
		line-height: 50px;
		background: #2e9a15;
		font-size: 15px;
		width: 90%;
		margin: 0 auto;
		display: block;
		letter-spacing: 1px;
		padding: 0 16px;
		text-transform: uppercase;
		min-height: 36px;
		font-family: Roboto,Noto,sans-serif;
		-webkit-font-smoothing: antialiased;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
	}

	.button.blue {
		background: #2979ff;
	}
	
	.button.red {
		background: #f73535;		
	}

	.edit_button {
		background: #ff7c3f;
	}

	.back-button {
		padding: 5px 15px;
	}

	.back-button__icon {
		fill: #a4aab3;
	}
	
	.toolbar .button {
		text-align: center;
		font-size: 22px;
	}
	
	.logout.button {
		width: 70px;
		float: right;
		padding: 0; 
	}
	
	.toolbar__left .blue.button {
		float: left;
	}

/* FORM */
	
	.form {
		text-align: center;
	}

		.form label {
			color: #717171;
		}

		.form ons-input {
			width: 80%;
			margin-bottom: 20px;
		}
	
	#index .form ons-input {
		margin: 0;
	}
		
	#reg_confirm ons-input {
		width: 100%;
		margin: 0;
		border-bottom: solid 1px #ccc;
	}
	
	.alt_input {
		color: #1f1f21;
		opacity: .75;
	}
	
	#reg_confirm ons-icon {
		color: #d6d6d6;
	}
		
/* DATA_TABLE */

	.data_table .list-item__center {
		padding: 8px 0;
	}

	.data_table .list-item__title {
		color: #a4aab3;
		font-size: 11px;
		text-transform: uppercase;
	}

		.data_table .list-item__title.small {
			text-transform: none;
		}

	.data_table .list-item__subtitle {
		font-size: 16px;
		line-height: 21px;
	}
	
/* ONS-LIST */

	ons-list#reg_confirm,
	#reg_confirm .right.list-item__right,
	#reg_confirm .center.list-item__center {
		background-image: none;
	}