
.button-success,
.button-error,
.button-warning,
.button-secondary {
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	white-space: normal;
}

.button-success {
	background: rgb(28, 184, 65);
	/* this is a green */
}

.button-error {
	background: rgb(202, 60, 60);
	/* this is a maroon */
}

.button-warning {
	background: rgb(223, 117, 20);
	/* this is an orange */
}

.button-secondary {
	background: #006ce4;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

html, body {
	height: 100%;
}	

body {
	position: relative;
	background-color: white;
	max-width: 100%;
}

@font-face {
	font-family: domestos;
	src: url(fonts/domestos-sans-black-w00-regular.ttf);
}		

.font1 {
	font-family: domestos;
	color: white;
}

.font2 {
	color: white;
	font-weight: bold;
}

.font3 {
	font-family: Arial;
	color: black;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.font4 {
	font-family: Helvetica;
	color: #7a8493;
	font-weight: normal;
}

.font5 {
	font-family: Helvetica;
	color: green;
	font-weight: bold;
}

.font6 {
	font-family: Helvetica;
	color: #006ce4;
	font-weight: normal;
	text-decoration-line: none;
}

.font7 {
	color: white;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;			
}

.font8 {
	font-family: sans-serif;
	color: black;
	font-weight: 420;
}

.font9 {
	font-family: sans-serif;
	color: black;
	font-weight: bold;
	font-size: 13px;
}

fieldset { border: none; }

div {
	font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	max-width: 1300px;
	border: none;
}

.images {
	margin: auto;
	width: 100%;
	max-width: 1300px;
	border: none;
}

.top-part {
	position: relative;
	background-color: #003b95;
	margin: auto;
	width: 100%;
	border: none;
}

.body-part {
	background-color: white;
	margin: auto;
	width: 100%;
	border: none;
}

.body-inside {
	margin: auto;
	left: 2%;
	top: 0px;
	width: 96%;
	max-width: 1250px;
}

.form-container {
	position: absolute;
	margin: auto;
	left: 2%;
	top: 0px;
	width: 96%;
	max-width: 1250px;
}

.choose-app {
	position: absolute;
	margin: auto;
	left: 2%;
	width: 96%;			
	border: none;
	border-radius: 8px;
	background: #fff;
	box-shadow: rgba(100, 80, 50, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	max-width: 1250px;
}

.outer-top {
	border: 4px solid orange;
	border-bottom-width: 2px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	background-color: orange;
	box-shadow: rgba(100, 80, 50, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	max-width: 1250px;
}

.outer {
	border: 4px solid orange;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-radius: 1px;
	background-color: orange;
	box-shadow: rgba(100, 80, 50, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	max-width: 1250px;
}

.inner {
	border-radius: 8px;
	background: #fff;
	margin: 0;
	cursor: pointer;
}

.outer-bottom {
	border: 4px solid orange;
	border-top-width: 2px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: orange;
	box-shadow: rgba(100, 80, 50, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	max-width: 1250px;
}

.inner-bottom {
	border-radius: 8px;
	background: #006ce4;
	margin: 0;
	padding-top: 0.8rem;
	padding-bottom: 0.2rem;
	cursor: pointer;
	text-align: center;
}		

.icons {
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	background-color: white;
	max-width: 1300px;
	padding: 8px;
	height: auto;
	display: inline-block;
}

.table-top {
	border: 1px solid gray;
	border-bottom-width: 0px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	background-color: white;
	max-width: 1300px;
	padding: 8px;
}

.table-body {
	border: 1px solid gray;
	border-bottom-width: 0px;
	background-color: white;
	max-width: 1300px;
	padding: 8px;
}

.table-bottom {
	border: 1px solid gray;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: white;
	max-width: 1300px;
	padding: 8px;
}

.prices {
	border: 1px solid white;
	background-color: #999999;
	max-width: 1250px;
	display: inline-block;
	padding: 4px;
}

.pippo {
	background: #003b95;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: baseline;
	border-radius: calc(32px / 5.5) calc(32px / 5.5) calc(32px / 5.5) 0;
	height: 32px;
	width: 32px;
	min-width: 32px;
}

.pippo1 {
	background: #003b95;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: baseline;
	border-radius: calc(32px / 5.5) calc(32px / 5.5) calc(32px / 5.5) 0;
	height: 32px;
	width: 150px;
	min-width: 32px;
}