html {
	max-height: 1150px;
}


a {
    text-decoration: none;
}
a:link, a:visited {
    color: blue;
}
a:hover {
    color: #0066A2;
}

body {  
	color: #EEEEEE;
	font-size: 20px;  
	font-family: Verdana, Arial, Helvetica, monospace;  
	background-color: #BDBDBD;
	}  

/* h1 { */
	/* text-align: center; */
  	/* color: #5b6574; */
  	/* font-size: 30px; */
  	/* padding: 20px 0 20px 0; */
/* }	 */

h2 {  
	text-align: center;  
	font-size: 28px;  
	color: #0066A2;
	font-family: Verdana, Arial, Helvetica, monospace;  
}  

h3 {  
	text-align: center;  
	font-size: 22px;  
	color: #0066A2;
	font-family: Verdana, Arial, Helvetica, monospace;  
	/*font-weight : bold;*/
} 

#header
{
	background-color:#999999;
	padding:10px;
	text-align:center;
	color:white;
	margin-bottom: 50px;
}

#footer{
	background-color:#999999;
	text-align:center;
	font-size: 12px;
	font-style: italic;
	padding:10px;
	margin-top:40px;
	color:white;
	@media only screen and (max-width:620px) {
		/* For mobile phones: */
		.options, .main, .course {
			width:100%;
		}
	}
}

.body_container {
	display:table; 
	height:100%;
	margin: 0 auto;
}

.bottom_container {
	display:table; 
	vertical-align:middle;
	/*height:10%; */
	margin: 0 auto;
	/*background-color : #DADADA;*/
	padding: 25px;
	margin: 0 auto;
}

.form_container {
	display:table; 
	vertical-align:middle;
	background-color : #DADADA;
	border: 2px solid #AAAAAA;
	margin: 0 auto;
	padding: 30px;
	border-radius:10px;
}

.login_form_container {
	display:table; 
	vertical-align:middle;
	background-color : #DADADA;
	border: 2px solid #AAAAAA;
	border-radius:10px;
	padding: 30px;

}

/* DATA FORM SETTINGS*/
.container {  
	max-width: 1350px;  
	width: 100%;
	margin: 50px;  
	margin-top: 2px;
	margin-bottom : 30px;
	height: auto;  
	display: block;  
}  

.form_group {  
	padding: 10px;  
	display: block;  
	display: flex;
	align-items: center;
}  

.inline-form-group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.inline-form-group-box {
	margin : 10px;
	padding-top: 3px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border : solid 2px #999999;
	width: 90%;
}

.form-group-box {
	margin : 10px;
	padding-top: 3px;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: flex-start; */
	border : solid 2px #999999;
	width: 90%;
}

.form-group-box-title {
	color: #0066A2;
	font-size: 16px;
	font-weight : bold;
	justify-content: center;
	margin-top: 5px;
	margin-bottom : 5px;
	text-align: center;
}

.myreadonly {
	background-color : #DDDDDD;
	border-color: #DDDDDD;
	color : #545454;
}

label {  
	float: left;  
	/*padding-right: 20px;  
	line-height: 10%;  */
	display: block;  
	width: 200px;  
	color: #0066A2;
	font-size: 14px;
	font-weight : bold;

}   

label {  
	float: left;  
	/*padding-right: 20px;  
	line-height: 10%;  */
	display: block;  
	width: 200px;  
	color: #0066A2;
	font-size: 14px;
	font-weight : bold;

}  

.form-submit-button {
	background: #0066A2;
	color: white;
	border-style: outset;
	border-color: #0066A2;
	border-radius:10px;
	height: 50px;
	width: 300px;
	font: bold20px arial,sans-serif;
	text-shadow: none;
	font-size: 20px;  
	font-family: Verdana, Arial, Helvetica, monospace;  
}


.submit-button {
	position: absolute;
	background: #0066A2;
	color: white;
	border-style: outset;
	border-color: #0066A2;
	border-radius:10px;
	height: 30px;
	width: 200px;
	text-shadow: none;
	font-size: 15px;  
	margin-top:20px;
	/*float: right;*/
	/*margin-left: 700px;*/
	font-family: Verdana, Arial, Helvetica, monospace;  
	/*margin-left: 80px;*/
}

.button {
	background: #0066A2;
	color: white;
	border-style: outset;
	border-color: #0066A2;
	border-radius:10px;
	height: 30px;
	width: 180px;
	text-shadow: none;
	font-size: 15px;  
	font-family: Verdana, Arial, Helvetica, monospace;  
	/*margin-left: 250px;*/
}

.button-center {
	background: #0066A2;
	color: white;
	border-style: outset;
	border-color: #0066A2;
	border-radius:10px;
	height: 30px;
	width: 200px;
	text-shadow: none;
	font-size: 15px;  
	font-family: Verdana, Arial, Helvetica, monospace;  
}

.list-table {
	background-color: #AAAAAA;
	color: #0066A2;
	font-size: 12px;  
	font-family: Verdana, Arial, Helvetica, monospace;
	margin-left:auto;
	margin-right:auto;
}

.center-table {
	margin-left:auto;
	margin-right:auto;	
}

.list-table td {  
	padding: 3px;
} 

.doc-table {
	color: #0066A2;
	font-size: 12px;  
	font-family: Verdana, Arial, Helvetica, monospace;

}

.doc-table td {
	border: 1px solid #AAAAAA;	
	
}


list-label {  
	float: left;  
	display: block;
	width: 180px;
	color: #0066A2;
	font-size: 12px;
	font-weight : bold;
} 



.mytext {  
	float: left;  
	display: block;  
	width: 180px;
	height: 18px;
	color: #0066A2;
	font-size: 12px;
	font-style: italic;
	background-color : #ffffff;
	padding-left: 5px;
}

mytext {  
	float: left;  
	display: block;  
	width: 180px;
	height: 18px;
	color: #0066A2;
	font-size: 12px;
	font-style: italic;
	background-color : #ffffff;
	padding-left: 5px;
}


.mynote {  
	/*float: left;  */
	color: #0066A2;
	font-size: 12px;
	font-style: italic;
}

/*  Aggiungi Documento FORM SETTINGS */

input[type="file"] {
    appearance: none;
    background-color: initial;
    cursor: default;
    align-items: baseline;
	color: #0066A2;
    text-overflow: ellipsis;
    white-space: pre;
    text-align: start !important;
    padding: initial;
    border: initial;
    border-color: initial;
    overflow: hidden !important;
    border-radius: initial;
} 

.button-wrap {
   position: relative;
 }

[type="file"] {
  	background-color: #EFEFEF;

}

.button-file {
	/*font-family: Microsoft Sans Serif;*/
	font-family: "lato", sans-serif;
	display: inline-block;
	padding: 3px;
	cursor: pointer;
	border-radius: 2px;
	border : solid 1px;
	background-color: #EFEFEF;
	font-size: 14px;
	/* font-weight: bold; */
	color: #000;
}



/*  LOGIN FORM SETTINGS */
.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
