/* button {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
} */
.nascosto { display: none }

input[type="file"] {
    display: none;
}

form.upload {
	width: 88px;
	height: 32px;
	background: url(img/upload.png);
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
}

form.upload input {
	display: block !important;
	width: 88px !important;
	height: 32px !important;
	opacity: 0 !important;
	overflow: hidden !important;
}

img#getCurriculum{
	width: 88px !important;
	height: 32px !important;
}

.icon{
	width: 16px;
	height: 16px;
	margin-left: 2px;
	margin-right: 2px;
}

th,td{
	min-width: 90px;
}

table.report>tbody>tr>th, table.report>tbody>tr>th {
	text-align: center;
}

.report td {
	text-align: center;
}

i {
	color: blue;
	font-weight: bold;
}

.spanlink {
	color: red;
	font-weight: bold;
	font-style: italic;
}

.button {
/*	float: left;*/
	background-color: yellow;
	width: 150px;
	height: 20px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}

.salvataggio {
	background-color: yellow;
}

.testo {
	width: 70%;
	font-size: 1.3em;
	float: left;
}

.titolo{
	color: blue;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.sottotitolo{
	color: blue;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.Etichetta {
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 5px;
}

.grande{
	font-size: 1.2em;
}

body {
	vertical-align: top;
	min-height: 100%;
}

p>ol>li {
	font-size: 1.2em;
}

.cvbutton{
	width: 100px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	background-color: lightgrey;
	margin: 5px;
	float: center;
	color: blue;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

.accettobutton{
	width: 300px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	background-color: lightgrey;
	margin: 5px;
}


a, div.help, .testoscelta {
/*	font-size: 1.2em;*/
	text-decoration: none;
	color: blue;
}

select{
	width: 200px;
	margin-bottom: 10px;
}

header {
	height: 5em;
}

section {
	margin-right: 10px;
	width: auto;
}

section>div {
	margin-bottom: 5px;
}

aside {
	position: absolute;
	right: 0;
	width: 20%;
}

footer {
	clear: both;
	float: none;
	text-align: center;
}

iframe#preview{
	width: 100%;
	height: 400px;
}

iframe#esito{
	width: 100%;
	height: 500px;
}

dt {
	color: blue;
	font-size: 120%;
}

#errore{
	background-color: lightyellow;
	text-align: center;
	color: red;
	font-size: 150%;
}

.errore{
	background-color: lightyellow;
	border-color: red;
	color: red;
}

form {
	margin: 20px;
}

label {
	margin-left: 10px;
	margin-right: 10px;
}

/* table {
	margin: 20px;
} */

/* Loading modal (inizio)*/

.tabellaPO{table-layout:auto;}

.row-button {
  width: 10%;
}

.loadingmodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('img/Loading.gif')
                50% 50%
                no-repeat;
}

body.loading{
    overflow: hidden;
}

body.loading .loadingmodal {
    display: block;
}


.notemodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    text-align:	center;
    background: rgba( 255, 255, 255, .8 )
                no-repeat;
}

body.note{
    overflow: hidden;
}

body.note .notemodal {
    display: block;
}
/* Loading modal (fine)*/

dt {
	margin-top: 5px;
}
dd {
	margin-left: 15px;
}
