html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
}

body {
    margin: 0;
    padding: 10px;
	background-color: #333333;
	background-image: url("../sfondo.png");
	background-size: cover;
}

p {
	margin: 0 0 20px 0;
    text-align: center;
}

.btn {
    display: inline-block;
    margin: 20px;
    padding: 40px 10px;
    width: 320px;
    background-color: #606060;
    color: #ffffff;
    border: 5px #707070 outset;
    text-decoration: none;
    text-align: center;
}

.btn-carica {
    display: block;
    background-color: #ff8400;
    color: #ffffff;
    border: 1px #ffa200 outset;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
	float: right;
	font-size: 14px;
}

.btn-action {
	background-color: #ff8400;
    color: #000000;
    border: 5px #ffa200 outset;
}

.btn-action2 {
	background-color: #4caf06;
    color: #000000;
    border: 5px #5fcd11 outset;
}

.btn-main1 {
	position: absolute;
	left: 20px;
	top: 20px;
}

.btn-main2 {
	position: absolute;
	left: 380px;
	top: 20px;
}

.btn-main3 {
	position: absolute;
	left: 20px;
	top: 150px;
}

.btn-main4 {
	position: absolute;
	left: 380px;
	top: 150px;
}

.btn-main5 {
	position: absolute;
	left: 20px;
	top: 280px;
}

.btn-main6 {
	position: absolute;
	left: 380px;
	top: 280px;
}

.btn-bottom1 {
	position: absolute;
	left: 20px;
	bottom: 10px;
}

.btn-bottom2 {
	position: absolute;
	left: 380px;
	bottom: 10px;
}

.btn-backend {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.container {
	background: rgba(0,0,0, 0.3);
	margin: 20px;
	padding: 20px;
	color: #ffffff;
}

input, select {
    font-size: 25px;
	width: 97%;
}

.form-error {
	color: #ff0000;
}

.error {
	color: #cc0000;
	background-color: #ffffff;
}

.btn-refresh {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 10px;
}

.logo-app {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.logo-xara {
	position: absolute;
	right: 180px;
	bottom: 5px;
}

.logo-girl {
	position: absolute;
	right: 50px;
	bottom: 2px;
	width: 120px;
}

.scroll-button-up {
	display: block;
    position: absolute;
    top: 10px;
    right: 10px;
	width: 50px;
	height: 50px;
	background: url("../arrow-up.png") no-repeat center center;
}

.scroll-button-down {
	display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
	width: 50px;
	height: 50px;
	background: url("../arrow-down.png") no-repeat center center;
}

.btn-scroll-container {
	position: relative;
}

.btn-scroller {
    width: 600px;
    height: 180px;
    overflow: auto;
}

.btn-scroller .btn {
	padding: 15px;
	width: 500px;
	margin: 10px;
	font-size: 25px;
}

table {
	width: 100%;
}

.form-input label {
	display: inline-block;
	width: 150px;

}

.form-input div {
	display: inline-block;
	width: 450px;
}

#clock {
	position: absolute;
	right: 5px;
	top: 4px;
}