/*RIMOZIONE FLASH player*/
/* GENERAL */

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    background: #fff url(skin/shadow-91463fad8ce43e365a0af6e8f415fdf6.jpg) bottom repeat-x !important;
    border: 1px solid #ccc !important;
    color: #666 !important;
    margin-top: 5px !important;
    margin-right:1px !important;
    overflow: hidden !important;
    padding: 2px 6px !important;
    font-size: small !important;
    border-radius: 4px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: light-grey;
    background:#e5ecf9 !important;
	cursor: pointer !important;
	color: #09f !important;
}

.textfield-file{
	font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
}


.label-input{
	background: #fff url(skin/shadow-91463fad8ce43e365a0af6e8f415fdf6.jpg) bottom repeat-x !important;
    border: 1px solid #ccc !important;
    color: #666 !important;
    margin-top: 5px !important;
    margin-right:1px !important;
    overflow: hidden !important;
    padding: 1px 6px !important;
    font-size: small !important;
    border-radius: 4px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: normal !important;
    cursor:pointer;
}

.bottone {
    background: #fff url(skin/shadow-91463fad8ce43e365a0af6e8f415fdf6.jpg) bottom repeat-x !important;
    border: 1px solid #ccc !important;
    color: #666 !important;
    margin-top: 5px !important;
  
    margin-right:1px !important;
    overflow: hidden !important;
    padding: 1px 6px !important;
    font-size: small !important;
    border-radius: 4px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    
}

.bottone:hover  {
    background:#e5ecf9 !important;
	cursor: pointer !important;
	color: #09f !important;
}

input[type="submit"], input[type="reset"], input[type="button"]{
    background: #fff url(skin/shadow-91463fad8ce43e365a0af6e8f415fdf6.jpg) bottom repeat-x !important;
    border: 1px solid #ccc !important;
    color: #666 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-right:1px !important;
    overflow: hidden !important;
    padding: 1px 6px !important;
    font-size: small !important;
    border-radius: 4px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover  {
    background:#e5ecf9 !important;
    cursor: pointer !important;
    color: #09f !important;
}



/* GENERAL */

/*-------------------------------spinner---------------------------------------*/

.loader {
  margin: 10px auto;
  font-size: 2px;
  position: inherit;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #353535;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.7s infinite linear;
  animation: load8 0.7s infinite linear;
}
.loader,
.loader:after {
  border-radius: 100%;
  width: 14em;
  height: 14em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*------------------------------------------------------------------------------*/


/* MEV UNR messaggio con icona per documenti */
.detailWithIcon {
    background: #FFF6BF url(skin/error-c847e1076da70df83ef5284622b82a74.png) 8px 50% no-repeat;
    border: 1px solid #FFD324;
    color: #c16803;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}





.visible {
	visibility: visible;
	display: inline;
}

.hidden {
	visibility: hidden;
	display: none;
}

input.text:focus, select.select:focus, textarea.textarea:focus {
    border: 2px solid #b2d1ff;
}

input.text {
    padding: 2px;
    width: 223px;
    margin: 0.2em 0;
}

input.textdate:focus {
    border: 2px solid #b2d1ff;
}

input.textdate {
    padding: 2px;
    width: 80px;
    margin: 0.2em 0;
}

select.select {
    padding: 2px;
    width: 223px;
    margin: 0.2em 0;
}
textarea.textarea {
    padding: 2px;
    width: 670px;
    height: 80px;
    margin: 0.2em 0;
}
textarea.textarea_630 {
    padding: 2px;
    width: 630px;
    height: 80px;
    margin: 0.2em 0;
}
input.text_short {
    padding: 2px;
    width:75px;
    margin: 0.2em 0;
}

input.text_short:focus{
    border: 2px solid #b2d1ff;
}
input.text_100 {
    padding: 2px;
    width: 100px;
    margin: 0.2em 0;
}

input.text_100:focus{
    border: 2px solid #b2d1ff;
}

input.text_350 {
    padding: 2px;
    width: 350px;
    margin: 0.2em 0;
}

input.text_350:focus{
    border: 2px solid #b2d1ff;
}
input.text_medium {
    padding: 2px;
    width: 630px;
    margin: 0.2em 0;
}

input.text_medium:focus{
    border: 2px solid #b2d1ff;
}

input.text_long {
    padding: 2px;
    width: 650px;
    margin: 0.2em 0;
}

input.text_long:focus{
    border: 2px solid #b2d1ff;
}

select.select_150 {
    padding: 2px;
    width: 150px;
    margin: 0.2em 0;
}

select.select_150:focus{
    border: 2px solid #b2d1ff;
}

select.select_long {
    padding: 2px;
    width: 350px;
    margin: 0.2em 0;
}

select.select_long:focus{
    border: 2px solid #b2d1ff;
}

select.select_medium {
    padding: 2px;
    width: 630px;
    margin: 0.2em 0;
}

select.select_medium:focus{
    border: 2px solid #b2d1ff;
}

select.select_very_long {
    padding: 2px;
    width: 655px;
    margin: 0.2em 0;
}

select.select_very_long:focus{
    border: 2px solid #b2d1ff;
}


a {
    color: #3516F1;
    padding: 4px 6px;
    text-decoration: none;
}

a:link {
    color: #3516F1;
    padding: 4px 6px;
    text-decoration: none;
}
/* NAVIGATION MENU */
.breadCrumb {
	width: 940px;	
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
    text-decoration: none;
}
.menuButton a.home {
    background: url(skin/house-99bea32e1990e011e870f6c562e87a6a.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(skin/database_table-c413540d7e3545ace2c445fe686e915f.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(skin/database_add-82a75143b4660a3f02f9c058f0a3ae93.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(skin/information-3750c701d2ec35a45d289b9b9c1a0667.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}
.detail {
    background: #FFF6BF 8px 50% no-repeat;
    border: 1px solid #FFD324;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}

div.errorSingle {
    background: #fff3f3 url(skin/exclamation-e4dd51f46566ed3ceacdc900bf2fdf01.png) 8px 50% no-repeat;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.warningSingle {
    background: #f3f8fc url(skin/exclamation-e4dd51f46566ed3ceacdc900bf2fdf01.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(skin/exclamation-e4dd51f46566ed3ceacdc900bf2fdf01.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

div.spanConvenzione {
    padding: 5px 0 5px 0;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}
td.errors textarea {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%;    
}
tr {
    border: 0;
}
td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: middle;
}
th {
    background: #fff url(skin/shadow-91463fad8ce43e365a0af6e8f415fdf6.jpg);
    color: #666;
    border: 1px solid #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
    background-size: contain;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(skin/sorted_asc-df23e44c4c4999383e95e9c8bf5da156.gif);
}
th.desc a {
    background-image: url(skin/sorted_desc-b85986b88116c4b0ef7571a1c4f3cfa3.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}


.numeTot
{ /*border-bottom: 2px solid #d79900;
background-color: #fff2ba;
text-align: center;*/
font-family: Times New Roman;
font-weight: bold;
font-size: 16px;
/*font-style: italic;
color: #aa052c;*/}


/* LIST */
.listscroll {
	border: 1px solid #ccc;
	width:670px;
	height:250px;
	overflow:auto;
}



/* PAGINATION */

.paginateButtons {
    background: #fff url(skin/shadow-91463fad8ce43e365a0af6e8f415fdf6.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 0px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(skin/shadow-91463fad8ce43e365a0af6e8f415fdf6.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(skin/database_delete-3862d8032e726f3a67a0dfd555ff9711.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(skin/database_edit-868a0bb564edc2c710f9fb55c827a4b8.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(skin/database_save-8303213a3c95654e14d5afd4e72ed4c2.png) 5px 50% no-repeat;
    padding-left: 28px;
}

/* TABS */
.header ul {
	list-style: none;
	padding:0;
	margin:0;
}
.header li {
	float: left;
	border: 1px solid #DCDCDC;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
}
.header li a {
	padding: 0 1em;
}
.content {
	border: 1px solid #DCDCDC;
	clear: both;
	margin: 10px 0 5px 0;
}
.tab_selected {
	padding-bottom: 1px; 
	position: relative;
	top: 1px;
	background: white;
}

#globalnav {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#bbb;
}

.uploadifyButton {
	background-color: #505050;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 8px 0;
	text-align: center;
	width: 100%;
}
.uploadify:hover .uploadifyButton {
	background-color: #808080;
}
.uploadifyQueueItem {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadifyError {
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	background-color: #E5E5E5;
}
.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}

/*Inserimento per evitare l'effetto sfarfallio sulla pagina in caso di refresh*/
body    {overflow-y:scroll !important;}

