.link_monitor:hover{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}



/* GENERAL */
/*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(../images/skin/shadow.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(../images/skin/shadow.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(../images/skin/shadow.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(../images/skin/shadow.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;
}






/*MEV FAMI-16 
	visualizzazione evidenziazione per valutazione rimborsi
*/

.evidenzia:hover {
    background-color: #fcff96; !important;
}

.evidenzia:hover td {
    background-color: transparent !important; 
}



/*-------------------------------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(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------------------------------------------------------------------------------*/



/*------------------FAMI 15 nuovo fieldset e legend--------------------------------*/


.fieldset{
	padding-top: 1.4em;
	border-color: #92cae4;
	border-width: 2px;
}

.legend{
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
}




/*------------------------------------------------------------------------------*/



.bordatoRosso {
	border-color: #f00;
}
.bordatoVerde {
	border-color: #0f0;
}

.bordatoLati {
	border-style: double;
	border-width: thick;
	border-top: none;
	border-bottom: none;
}

.visible {
	visibility: visible;
	display: ;
}

.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(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.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
}

.detailMk2 {
	background: #FFF6BF url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #FFD324;
    color: #006dba;
    margin: 5px 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.errors ul {
    list-style: none;
    padding: 0;
}

div.errorSingle {
    background: #fff3f3 url(../images/skin/exclamation.png) 8px 50% no-repeat;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}


div.intestazione {
	
    color: #666;
    border: 1px solid #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 17px;
}

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;
}
/*usato per le colonne che possono avere campi lunghi*/
.longs {
    word-break: break-all;
}
th {
    background: #fff url(../images/skin/shadow.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(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
   
}
.even {
    background: #fff;
}

/* LIST */
.listscroll {
	border: 1px solid #ccc; 
	width:670px;
	overflow:auto;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.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(../images/skin/shadow.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(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.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;
}


/*
	globalNavMk3
	Stile per la visualizzazione a tab, per il final qualitativo
*/


#globalnavMk3 {
	height:30px;
	position:relative;
	float:left;
	width:100%;
	padding:0 0 0 5em;
	margin:0;
	list-style:none;
	line-height:1em;
	font-weight: bold;
	
}

#globalnavMk3 LI {
	float:left;
	margin-right:2px;
	margin-bottom:30px;
	background:white;
	text-align:center;

	border:2px solid #92cae4;
}

#globalnavMk3 DIV {
	display:block;
	color:#666;
	text-decoration:none;
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	
	margin:0;
	padding:5px;
	width:180px;
/* 	border-left:1px solid #fff; */
/* 	border-top:1px solid #fff; */
/* 	border-right:1px solid #fff; */
	border-bottom:0;
   
}

#globalnavMk3 DIV:hover{
	background:#e5ecf9;
	cursor: pointer;
}


#globalnavMk3 DIV:active,
#globalnavMk3 DIV.here:link,
#globalnavMk3 DIV.here {
	border-top:1px solid #92cae4;
	border-left:1px solid #92cae4;
	border-right:1px solid #92cae4;
	border-bottom: 2px solid #92cae4;
	background: #c3d9ff;
	margin-top:-3px;
	
	
}



/*
	globalNavMk5
	FAMI-42 nuova visualizzazione per aggiunta nuovo tab su gestione convenzione
*/


#globalnavMk5 {
	height:30px;
	display: flex !important;
	justify-content: center;
	position:relative;
	float:left;
	width:100%;
	margin:0;
	list-style:none;
	line-height:1em;
	font-weight: bold;
	
}

#globalnavMk5 LI {
	float:left;
	margin-bottom:30px;
	background:white;
	text-align:center;
	width:100%;
	border:0.5px solid #c3d9ff;
}

#globalnavMk5 DIV {
	display:block;
	color:#666;
	text-decoration:none;
	font: 14px verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:5px;   
}

#globalnavMk5 DIV:hover{
	background:#e5ecf9;
	cursor: pointer;
	
}


#globalnavMk5 DIV:active,
#globalnavMk5 DIV.here:link,
#globalnavMk5 DIV.here {
	border-top:1px solid #92cae4;
	border-left:1px solid #92cae4;
	border-right:1px solid #92cae4;
	border-bottom: 2px solid #92cae4;
	background: #c3d9ff;
	margin-top:-3px;
}






/*
	globalNavMk4
	Stile per la visualizzazione a tab, per gestisci convenzione
*/


#globalnavMk4 {
	height:30px;
	position:relative;
	float:left;
	width:100%;
	padding:0 0 0 5em;
	margin:0;
	list-style:none;
	line-height:1em;
	font-weight: bold;
	
}

#globalnavMk4 LI {
	float:left;
	margin-right:2px;
	margin-bottom:30px;
	background:white;
	text-align:center;

	border:2px solid #92cae4;
}

#globalnavMk4 DIV {
	display:block;
	color:#666;
	text-decoration:none;
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:5px;
	
	border-bottom:0;
   
}

#globalnavMk4 DIV:hover{
	background:#e5ecf9;
	cursor: pointer;
}


#globalnavMk4 DIV:active,
#globalnavMk4 DIV.here:link,
#globalnavMk4 DIV.here {
	border-top:1px solid #92cae4;
	border-left:1px solid #92cae4;
	border-right:1px solid #92cae4;
	border-bottom: 2px solid #92cae4;
	background: #c3d9ff;
	margin-top:-3px;
}




.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;
}

.containLeft1{
	float: left;
	
}

.containRight1{
	
	float: right;
	
}

.containRight2{
	
	float: right;
	width:55%;
}

.containLeft{
	
	width:45%;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	
}

.containRight{
	
	width:55%;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

.divContainer{
	width:100% !important;
}


.span-5-1 {float:left;margin-right:10px;}
.span-5-1 {width:195px;}
input.span-5-1 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-5-1, textarea.span-5-1 {width:178px;}

/*Inserimento per evitare l'effetto sfarfallio sulla pagina in caso di refresh*/
body    {overflow-y:scroll !important;}

