body {
	height: 100vh;
	width: 100vw;
	background-color: #000;
	color: #f1f2f3;
	font-family: "Raleway", sans-serif;
	overflow: hidden;
}

.logo-visio {
	height: 129px;
	margin-bottom: 5rem;
}

#topbar {
	padding-left: 160px;
	height: 50px;
	overflow: hidden;
}

#main-login {
	height: 100%;
	width: 100%;
	background-image: url('../img/CLOUD_home.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#login-container {
	margin-bottom: 25vh;
}

#add-user-container {
	margin-bottom: 25vh;
}

.login-form {
	text-align: center;
	width: 60vw;
}

[class~=error] {
	padding: 0px;
	margin-left: 1rem;
	color: #ffd800;
}

/*
	Preloader per il caricamento delle pagine
*/
#preloader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	z-index: 9999;
	background-image: url('../img/visio-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

/*
	Preloader per il caricamento iframe
*/
#iframe-loader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	z-index: 9999;
	background-image: url('../img/visio-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

#main-page {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow:hidden;
	background-image: url('../img/CLOUD_app.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.w3-card a {
	text-decoration: none;
}

/* barra alto DX con nome utemte ed azioni */
#user-bar {
	margin-top: 2vh;
	min-width:20vw;
	padding:4px 0px;
}

#user-bar-username {
	font-size: 1.5em;
	line-height: 1.5em;
}


.app-item{
	margin-right:20px;
	margin-bottom:20px;
	width:350px;
	overflow:hidden;
}

.arrow {
	margin: 6rem 0px;
	width: 50px;
	height: 50px;	
}

.square {
	background-color: white;
	position: absolute;
	margin: 0px 0rem 0px 2rem;
	border-radius: 6px;
	width: 350px;
	height: 200px;
	font-size: 50px;
}

.rosso-scuro {
	background-color: #921500;
}

.hover-cursor :hover {
	cursor: pointer;
}

/*
	Elementi per area amministrativa
*/
#admin-home i {
	padding: 6px 4px;
	border: 1px solid #a54639;
	margin-left:4px;
}

#admin-app a {
	margin-right: 10px;
	height: 34px;
	line-height:34px;
	color: #000;
	display: inline-table;
	background: #fff url('../img/freccia-small.png') center left no-repeat;
	padding-left:34px;
	text-decoration:none;
}
#admin-app a:hover {
	background-color:#aaa;
}



/*
	Elementi per area applicazioni utente
*/
.action-box-item {
	position: relative;
	width: 528px;
	height: 200px;
	background-image: url('../img/freccia_box.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin:10px;
	display:inline-block;
	padding:10px;
	text-decoration:none;
}
.action-box-item > div{
	margin-left:80px;
}
#iframe-application{
	margin:0px;
	border:0px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	bottom:0px;
	height:100vh;
}
.m-t-10{
	margin-top: 10px;
}

.form-input {
  max-width: 500px;
  margin: auto;
}

#user-choice-desc {
	margin-top: 10vh;
	width: 100%;
	text-align: center;
}
#user-choice-body {
	margin-top: 10vh;
	width: 100%;
	text-align: center;
}
.user-choice-container {
	text-align: left;
	padding: 16px;
	width: 27vw;
	margin: auto;
}
.user-choice {
	font-size: 32px;
	text-decoration: none;
	transition: text-decoration .5s;
}
	.user-choice :hover {
		text-decoration: underline;
	}
	.user-choice i {
		font-size: 16px;
	}