diff --git a/MP-Site/Content/Style.less b/MP-Site/Content/Style.less
index eedc3438..0296cb8d 100644
--- a/MP-Site/Content/Style.less
+++ b/MP-Site/Content/Style.less
@@ -18,17 +18,18 @@ body {
font-size: small;
}
-body{
- background-color: #DEDEDE;
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#787878), to(#DEDEDE));
- background-image: -webkit-linear-gradient(top, #787878, 0%, #DEDEDE, 100%);
- background-image: -moz-linear-gradient(top, #787878 0%, #DEDEDE 100%);
- background-image: linear-gradient(to bottom, #787878 0%, #DEDEDE 100%);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#DEDEDE', GradientType=0);
+body {
+ background-color: #DEDEDE;
+ background-image: -webkit-gradient(linear, left 0%, left 100%, from(#787878), to(#DEDEDE));
+ background-image: -webkit-linear-gradient(top, #787878, 0%, #DEDEDE, 100%);
+ background-image: -moz-linear-gradient(top, #787878 0%, #DEDEDE 100%);
+ background-image: linear-gradient(to bottom, #787878 0%, #DEDEDE 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#DEDEDE', GradientType=0);
}
+
.sfondoMain {
- /*background: #CDCDCD;
+ /*background: #CDCDCD;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#787878), to(#DEDEDE));
background-image: -webkit-linear-gradient(top, #787878, 0%, #DEDEDE, 100%);
background-image: -moz-linear-gradient(top, #787878 0%, #DEDEDE 100%);
@@ -38,658 +39,662 @@ body{
}
/* colorazione stato ODL */
-.css_Closed{
- background-color: #d9534f;
- color: white;
- padding: 2px;
- width: 100%;
-}
-.css_Open{
- background-color: #5bc0de;
- color: white;
- padding: 2px;
- width: 100%;
-}
-.css_New{
- background-color: #5cb85c;
- color: white;
- padding: 2px;
- width: 100%;
+.css_Closed {
+ background-color: #d9534f;
+ color: white;
+ padding: 2px;
+ width: 100%;
}
-.ajax__tab_xp .ajax__tab_header .ajax__tab_tab
-{
- height: 21px;
+.css_Open {
+ background-color: #5bc0de;
+ color: white;
+ padding: 2px;
+ width: 100%;
}
+
+.css_New {
+ background-color: #5cb85c;
+ color: white;
+ padding: 2px;
+ width: 100%;
+}
+
+.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
+ height: 21px;
+}
+
.navbar {
- min-height: 10px;
+ min-height: 10px;
}
.fontPiccolo {
- font-size: 8pt;
+ font-size: 8pt;
}
.fontNormale {
- font-size: 12pt;
+ font-size: 12pt;
}
.fontMedio {
- font-size: 18pt;
+ font-size: 18pt;
}
.fontGrande {
- font-size: 24pt;
+ font-size: 24pt;
}
.padSmall {
- padding: 4px;
+ padding: 4px;
}
.padMed {
- padding: 8px;
+ padding: 8px;
}
+
.padHigh {
- padding: 16px;
+ padding: 16px;
}
+
.pad3 {
- padding: 3px;
+ padding: 3px;
}
.uiMini {
- font-size: 0.8em;
+ font-size: 0.8em;
}
.GridPager a, .GridPager span {
- display: block;
- height: 1.6em;
- width: 2em;
- text-align: center;
- text-decoration: none;
+ display: block;
+ height: 1.6em;
+ width: 2em;
+ text-align: center;
+ text-decoration: none;
}
.GridPager a {
- background-color: #f5f5f5;
- color: #969696;
- /*border-top: 1px solid #969696;
+ background-color: #f5f5f5;
+ color: #969696;
+ /*border-top: 1px solid #969696;
border-bottom: 1px solid #969696;*/
}
.GridPager span {
- background-color: #A1DCF2;
- color: #000;
- /*border-top: 1px solid #3AC0F2;
+ background-color: #A1DCF2;
+ color: #000;
+ /*border-top: 1px solid #3AC0F2;
border-bottom: 1px solid #3AC0F2;*/
- font-weight: bold;
+ font-weight: bold;
}
.menuMainY {
- padding: 6px 10px;
- text-align: left;
- height: 3.3em;
- background: #121212;
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#565656), to(#343434));
- background-image: -webkit-linear-gradient(top, #565656, 0%, #343434, 100%);
- background-image: -moz-linear-gradient(top, #565656 0%, #343434 100%);
- background-image: linear-gradient(to bottom, #565656 0%, #343434 100%);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#343434', GradientType=0);
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
+ padding: 6px 10px;
+ text-align: left;
+ height: 3.3em;
+ background: #121212;
+ background-image: -webkit-gradient(linear, left 0%, left 100%, from(#565656), to(#343434));
+ background-image: -webkit-linear-gradient(top, #565656, 0%, #343434, 100%);
+ background-image: -moz-linear-gradient(top, #565656 0%, #343434 100%);
+ background-image: linear-gradient(to bottom, #565656 0%, #343434 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#343434', GradientType=0);
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
}
.body100 {
- margin-top: 0px;
- margin-left: 0px;
- margin-bottom: 0px;
- margin-right: 0px;
- /*font-family: Verdana, Arial;*/
- font-size: small;
- height: 100%;
- width: 100%;
+ margin-top: 0px;
+ margin-left: 0px;
+ margin-bottom: 0px;
+ margin-right: 0px;
+ /*font-family: Verdana, Arial;*/
+ font-size: small;
+ height: 100%;
+ width: 100%;
}
/* Area interazione UI */
.lblTitoloUI {
- color: Red;
- font-size: 12pt;
- font-style: italic;
- font-weight: bold;
+ color: Red;
+ font-size: 12pt;
+ font-style: italic;
+ font-weight: bold;
}
.lblTitoloUImini {
- color: Red;
- font-size: 8pt;
- font-weight: bold;
+ color: Red;
+ font-size: 8pt;
+ font-weight: bold;
}
.lblMessUI {
- color: Black;
- font-size: 10pt;
+ color: Black;
+ font-size: 10pt;
}
/* ... */
.rigaMacchine {
- vertical-align: middle;
- height: 210px;
- padding: 1px;
+ vertical-align: middle;
+ height: 210px;
+ padding: 1px;
}
.testataSemaforo {
- background-color: #696969;
- color: White;
- display: block;
+ background-color: #696969;
+ color: White;
+ display: block;
}
.blocchiSemaforo {
- padding: 1px;
+ padding: 1px;
}
.blocchiSemaforoMain {
- padding-top: 0px;
- padding-bottom: 0px;
+ padding-top: 0px;
+ padding-bottom: 0px;
}
.valoriResoconto {
- height: 190px;
- vertical-align: top;
+ height: 190px;
+ vertical-align: top;
}
.imgResoconto {
- height: 95px;
- vertical-align: bottom;
+ height: 95px;
+ vertical-align: bottom;
}
.sequencerVerde {
- height: 80px;
- background-image: url(../images/verde.png);
+ height: 80px;
+ background-image: url(../images/verde.png);
}
.sequencerGiallo {
- height: 80px;
- background-image: url(../images/giallo.png);
+ height: 80px;
+ background-image: url(../images/giallo.png);
}
.sequencerRosso {
- height: 80px;
- background-image: url(../images/rosso.png);
+ height: 80px;
+ background-image: url(../images/rosso.png);
}
.sequencerSpento {
- height: 80px;
- background-image: url(../images/grigio.png);
+ height: 80px;
+ background-image: url(../images/grigio.png);
}
.sv {
- height: 80px;
- background-image: url(../images/verde.png);
+ height: 80px;
+ background-image: url(../images/verde.png);
}
.sg {
- height: 80px;
- background-image: url(../images/giallo.png);
+ height: 80px;
+ background-image: url(../images/giallo.png);
}
.sr {
- height: 80px;
- background-image: url(../images/rosso.png);
+ height: 80px;
+ background-image: url(../images/rosso.png);
}
.ss {
- height: 80px;
- background-image: url(../images/grigio.png);
+ height: 80px;
+ background-image: url(../images/grigio.png);
}
.timeHist {
- vertical-align: bottom;
- text-align: left;
+ vertical-align: bottom;
+ text-align: left;
}
.barTempoCiclo {
- background-image: url(../images/grigio.png);
+ background-image: url(../images/grigio.png);
}
.barTempoCicloVuoto {
}
.timeLine {
- width: 100%;
- height: 7px;
- font-size: 7pt;
- text-align: left;
+ width: 100%;
+ height: 7px;
+ font-size: 7pt;
+ text-align: left;
}
.timeBar {
- width: 100%;
+ width: 100%;
}
.filtraggio {
- font-size: 8pt;
- background-color: #CDCDCD;
- padding: 1px;
+ font-size: 8pt;
+ background-color: #CDCDCD;
+ padding: 1px;
}
.fullTick {
- text-align: left;
- height: 7px;
- font-size: 7pt;
- border-left: black 1px solid;
+ text-align: left;
+ height: 7px;
+ font-size: 7pt;
+ border-left: black 1px solid;
}
.midTick {
- text-align: left;
- height: 7px;
- font-size: 7pt;
- border-left: #bababa 1px dotted;
+ text-align: left;
+ height: 7px;
+ font-size: 7pt;
+ border-left: #bababa 1px dotted;
}
.sVe {
- text-align: left;
- width: 100%;
- height: 100%;
- background-color: #009036;
- color: #fffab6;
+ text-align: left;
+ width: 100%;
+ height: 100%;
+ background-color: #009036;
+ color: #fffab6;
- a {
- text-decoration: none;
- color: yellow;
- }
+ a {
+ text-decoration: none;
+ color: yellow;
+ }
a:visited {
- color: yellow;
+ color: yellow;
}
a:hover {
- color: white;
- font-weight: bold;
- -moz-box-shadow: 0px 0px 12px #387bbe;
- -webkit-box-shadow: 0px 0px 12px #387bbe;
- box-shadow: 0px 0px 12px #387bbe;
+ color: white;
+ font-weight: bold;
+ -moz-box-shadow: 0px 0px 12px #387bbe;
+ -webkit-box-shadow: 0px 0px 12px #387bbe;
+ box-shadow: 0px 0px 12px #387bbe;
}
}
.sGi {
- text-align: left;
- width: 100%;
- height: 100%;
- background-color: #ffec00;
+ text-align: left;
+ width: 100%;
+ height: 100%;
+ background-color: #ffec00;
- a {
- text-decoration: none;
- color: #696969;
- }
+ a {
+ text-decoration: none;
+ color: #696969;
+ }
a:visited {
- color: #696969;
+ color: #696969;
}
a:hover {
- color: black;
- font-weight: bold;
- -moz-box-shadow: 0px 0px 12px #387bbe;
- -webkit-box-shadow: 0px 0px 12px #387bbe;
- box-shadow: 0px 0px 12px #387bbe;
+ color: black;
+ font-weight: bold;
+ -moz-box-shadow: 0px 0px 12px #387bbe;
+ -webkit-box-shadow: 0px 0px 12px #387bbe;
+ box-shadow: 0px 0px 12px #387bbe;
}
}
.sRo {
- text-align: left;
- width: 100%;
- height: 100%;
- background-color: #e2001a;
- color: Yellow;
+ text-align: left;
+ width: 100%;
+ height: 100%;
+ background-color: #e2001a;
+ color: Yellow;
- a {
- text-decoration: none;
- color: yellow;
- }
+ a {
+ text-decoration: none;
+ color: yellow;
+ }
a:visited {
- color: yellow;
+ color: yellow;
}
a:hover {
- color: black;
- font-weight: bold;
- -moz-box-shadow: 0px 0px 12px #387bbe;
- -webkit-box-shadow: 0px 0px 12px #387bbe;
- box-shadow: 0px 0px 12px #387bbe;
+ color: black;
+ font-weight: bold;
+ -moz-box-shadow: 0px 0px 12px #387bbe;
+ -webkit-box-shadow: 0px 0px 12px #387bbe;
+ box-shadow: 0px 0px 12px #387bbe;
}
}
.sBl {
- text-align: left;
- width: 100%;
- height: 100%;
- background-color: #3690FF;
- color: #ffb6fa;
+ text-align: left;
+ width: 100%;
+ height: 100%;
+ background-color: #3690FF;
+ color: #ffb6fa;
- a {
- text-decoration: none;
- color: yellow;
+ a {
+ text-decoration: none;
+ color: yellow;
+ }
+
+ a:visited {
+ color: yellow;
}
- a:visited {
- color: yellow;
- }
-
- a:hover {
- color: white;
- font-weight: bold;
- -moz-box-shadow: 0px 0px 12px #38be7b;
- -webkit-box-shadow: 0px 0px 12px #38be7b;
- box-shadow: 0px 0px 12px #38be7b;
- }
+ a:hover {
+ color: white;
+ font-weight: bold;
+ -moz-box-shadow: 0px 0px 12px #38be7b;
+ -webkit-box-shadow: 0px 0px 12px #38be7b;
+ box-shadow: 0px 0px 12px #38be7b;
+ }
}
.sGr {
- text-align: left;
- width: 100%;
- height: 100%;
- background-color: #bcbcbc;
+ text-align: left;
+ width: 100%;
+ height: 100%;
+ background-color: #bcbcbc;
}
.statoMacchine {
- font-size: 10pt;
- height: 100%;
- text-align: left;
+ font-size: 10pt;
+ height: 100%;
+ text-align: left;
}
.statoRun {
- height: 100%;
- font-size: 12pt;
- font-weight: bold;
- background-color: #ccffcc;
+ height: 100%;
+ font-size: 12pt;
+ font-weight: bold;
+ background-color: #ccffcc;
}
.statoSetup {
- height: 100%;
- font-size: 12pt;
- font-weight: bold;
- background-color: #ffffcc;
+ height: 100%;
+ font-size: 12pt;
+ font-weight: bold;
+ background-color: #ffffcc;
}
.statoGuasto {
- height: 100%;
- font-size: 12pt;
- font-weight: bold;
- background-color: #ffaaaa;
+ height: 100%;
+ font-size: 12pt;
+ font-weight: bold;
+ background-color: #ffaaaa;
}
.statoCampionatura {
- height: 100%;
- font-size: 12pt;
- font-weight: bold;
- background-color: Yellow;
+ height: 100%;
+ font-size: 12pt;
+ font-weight: bold;
+ background-color: Yellow;
}
.statoDisposizione {
- height: 100%;
- font-size: 12pt;
- font-weight: bold;
- background-color: Gray;
+ height: 100%;
+ font-size: 12pt;
+ font-weight: bold;
+ background-color: Gray;
}
.statoVarie {
- height: 100%;
- font-size: 12pt;
- font-weight: bold;
- background-color: Maroon;
+ height: 100%;
+ font-size: 12pt;
+ font-weight: bold;
+ background-color: Maroon;
}
.topTitle {
- color: White;
- /*font-family: Verdana Arial;*/
- font-size: 18px;
- font-weight: bold;
- text-align: left;
- background-position: 0% 0%;
- /*background-repeat: repeat-x;
+ color: White;
+ /*font-family: Verdana Arial;*/
+ font-size: 18px;
+ font-weight: bold;
+ text-align: left;
+ background-position: 0% 0%;
+ /*background-repeat: repeat-x;
background-attachment: scroll;
background-image: url(../images/bg-menu-main.png);*/
- background: #121212;
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#000), to(#565656));
- background-image: -webkit-linear-gradient(top, #000, 0%, #565656, 100%);
- background-image: -moz-linear-gradient(top, #000 0%, #565656 100%);
- background-image: linear-gradient(to bottom, #000 0%, #565656 100%);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#565656', GradientType=0);
- box-sizing: border-box;
+ background: #121212;
+ background-image: -webkit-gradient(linear, left 0%, left 100%, from(#000), to(#565656));
+ background-image: -webkit-linear-gradient(top, #000, 0%, #565656, 100%);
+ background-image: -moz-linear-gradient(top, #000 0%, #565656 100%);
+ background-image: linear-gradient(to bottom, #000 0%, #565656 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#565656', GradientType=0);
+ box-sizing: border-box;
}
.menuSx {
- font-size: 8pt;
- width: 180px;
- vertical-align: top;
- height: 530px;
- background: #DEE8F5;
+ font-size: 8pt;
+ width: 180px;
+ vertical-align: top;
+ height: 530px;
+ background: #DEE8F5;
}
.hlBounce {
- font-weight: bold;
- font-size: 10pt;
+ font-weight: bold;
+ font-size: 10pt;
}
.alertAjax {
- color: #ea101e;
- font-size: small;
- font-weight: bold;
+ color: #ea101e;
+ font-size: small;
+ font-weight: bold;
}
.dxButtonClass {
- padding-right: 8px;
- padding-left: 8px;
- font-weight: bold;
- font-size: 9pt;
- padding-bottom: 2px;
- vertical-align: middle;
- color: Yellow;
- padding-top: 2px;
- /*font-family: verdana, arial;*/
- text-align: justify;
+ padding-right: 8px;
+ padding-left: 8px;
+ font-weight: bold;
+ font-size: 9pt;
+ padding-bottom: 2px;
+ vertical-align: middle;
+ color: Yellow;
+ padding-top: 2px;
+ /*font-family: verdana, arial;*/
+ text-align: justify;
}
.dxButtonSmallClass {
- padding-right: 4px;
- padding-left: 4px;
- font-size: 8pt;
- padding-bottom: 2px;
- vertical-align: middle;
- color: Yellow;
- padding-top: 2px;
- /*font-family: verdana, arial;*/
- text-align: justify;
+ padding-right: 4px;
+ padding-left: 4px;
+ font-size: 8pt;
+ padding-bottom: 2px;
+ vertical-align: middle;
+ color: Yellow;
+ padding-top: 2px;
+ /*font-family: verdana, arial;*/
+ text-align: justify;
}
.dateTimeSmall {
- padding-right: 1px;
- padding-left: 1px;
- padding-bottom: 1px;
- padding-top: 1px;
- font-size: 8pt;
- vertical-align: middle;
- color: Yellow;
- /*font-family: verdana, arial;*/
- text-align: left;
+ padding-right: 1px;
+ padding-left: 1px;
+ padding-bottom: 1px;
+ padding-top: 1px;
+ font-size: 8pt;
+ vertical-align: middle;
+ color: Yellow;
+ /*font-family: verdana, arial;*/
+ text-align: left;
}
.barraTitolo {
- background-color: #3333bb;
- vertical-align: middle;
- height: 20pt;
+ background-color: #3333bb;
+ vertical-align: middle;
+ height: 20pt;
}
.grView {
- color: #333333;
- font-size: 8pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
- padding-bottom: 1px;
+ color: #333333;
+ font-size: 8pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
+ padding-bottom: 1px;
}
.ctrHeaderPager {
- background-color: #b8b8b8;
- font-weight: bold;
- color: White;
+ background-color: #b8b8b8;
+ font-weight: bold;
+ color: White;
}
.ctrFooter {
- background-color: #507CD1;
- font-weight: bold;
- color: White;
+ background-color: #507CD1;
+ font-weight: bold;
+ color: White;
}
.ctrRowStyle {
- background-color: #EFF3FB;
+ background-color: #EFF3FB;
}
.ctrAltRowStyle {
- background-color: White;
+ background-color: White;
}
.ctrEditRowStyle {
- background-color: #D1DDF1;
+ background-color: #D1DDF1;
}
.ctrSelRowStyle {
- font-weight: bold;
- color: #333333;
- background-color: #D1DDF1;
+ font-weight: bold;
+ color: #333333;
+ background-color: #D1DDF1;
}
.ctrCommRow {
- font-weight: bold;
- background-color: #D1DDF1;
+ font-weight: bold;
+ background-color: #D1DDF1;
}
.ctrFiledHead {
- background-color: #DEE8F5;
- font-weight: bold;
- width: 25%;
+ background-color: #DEE8F5;
+ font-weight: bold;
+ width: 25%;
}
.ctrLabelStrong {
- font-weight: bold;
+ font-weight: bold;
}
.ctrFieldEdit {
- font-size: 8pt;
+ font-size: 8pt;
}
INPUT {
- font-size: 8pt;
+ font-size: 8pt;
}
.tableContenuto {
- padding: 0px;
- margin: 2px;
+ padding: 0px;
+ margin: 2px;
}
.topContrDx {
- text-align: center;
- background-color: white;
- text-align: left;
- font-size: 9pt;
+ text-align: center;
+ background-color: white;
+ text-align: left;
+ font-size: 9pt;
}
.topContrSx {
- padding: 6px 3px 6px 3px;
- text-align: center;
- background-color: #DEE8F5;
- border-top: solid 2px #5555bb;
- border-left: solid 2px #5555bb;
- border-right: solid 2px #5555bb;
- font-weight: bold;
- font-size: 8pt;
+ padding: 6px 3px 6px 3px;
+ text-align: center;
+ background-color: #DEE8F5;
+ border-top: solid 2px #5555bb;
+ border-left: solid 2px #5555bb;
+ border-right: solid 2px #5555bb;
+ font-weight: bold;
+ font-size: 8pt;
}
.contrDx {
- vertical-align: top;
- width: 100%;
- background-color: White;
- font-size: 8pt;
- border: 1px solid #5555bb;
+ vertical-align: top;
+ width: 100%;
+ background-color: White;
+ font-size: 8pt;
+ border: 1px solid #5555bb;
}
.bodyMainCenter {
- vertical-align: middle;
- text-align: center;
- height: 100%;
- width: 100%;
+ vertical-align: middle;
+ text-align: center;
+ height: 100%;
+ width: 100%;
}
.bottomWrite {
- vertical-align: bottom;
- margin-top: 2px;
- padding-top: 2px;
- font-weight: bold;
- font-size: 7pt;
- text-align: right;
+ vertical-align: bottom;
+ margin-top: 2px;
+ padding-top: 2px;
+ font-weight: bold;
+ font-size: 7pt;
+ text-align: right;
}
.bodyCenter {
- vertical-align: middle;
- text-align: center;
- height: 100%;
- width: 100%;
+ vertical-align: middle;
+ text-align: center;
+ height: 100%;
+ width: 100%;
}
.centerMenu {
- background-color: White;
- text-align: center;
- border-width: 1px;
- border-style: groove;
- border-color: Blue;
+ background-color: White;
+ text-align: center;
+ border-width: 1px;
+ border-style: groove;
+ border-color: Blue;
}
.pnlMenuSx {
- padding-right: 5px;
+ padding-right: 5px;
}
a:visited {
- color: blue;
+ color: blue;
}
a:hover {
- color: #000000;
+ color: #000000;
}
.ctrSelRow2DetailStyle {
- font-weight: bold;
- color: #333333;
- background-color: #D1DDF1;
+ font-weight: bold;
+ color: #333333;
+ background-color: #D1DDF1;
}
.pnlDettaglio {
- margin: 4px 4px 4px 4px;
+ margin: 4px 4px 4px 4px;
}
.dettaglioRiga {
- vertical-align: top;
+ vertical-align: top;
}
.pnlMaster {
- height: 300px;
+ height: 300px;
}
.pnlDrillDown {
- border-left: solid 8px #D1DDF1;
- border-top: solid 8px #D1DDF1;
- border-bottom: solid 8px #D1DDF1;
- border-right: solid 8px #D1DDF1;
- vertical-align: top;
- height: 290px;
+ border-left: solid 8px #D1DDF1;
+ border-top: solid 8px #D1DDF1;
+ border-bottom: solid 8px #D1DDF1;
+ border-right: solid 8px #D1DDF1;
+ vertical-align: top;
+ height: 290px;
}
.clonaUserPerm {
- color: #ffff66;
- background-color: #ea101e;
+ color: #ffff66;
+ background-color: #ea101e;
}
.boxRicerca {
- padding: 4px;
+ padding: 4px;
}
@@ -697,1795 +702,1795 @@ a:hover {
.floSx {
- float: left;
+ float: left;
}
.floDx {
- float: right;
+ float: right;
}
.floCent {
- margin: auto;
- text-align: center;
+ margin: auto;
+ text-align: center;
}
.divSx {
- float: left;
- padding: 0;
- margin: 0;
+ float: left;
+ padding: 0;
+ margin: 0;
}
.divDx {
- float: right;
- padding: 0;
- margin: 0;
+ float: right;
+ padding: 0;
+ margin: 0;
}
.clearDiv {
- clear: both;
+ clear: both;
}
.formatTableGeneral {
- height: 100%;
- width: 100%;
- border-bottom-width: 0px;
+ height: 100%;
+ width: 100%;
+ border-bottom-width: 0px;
}
.dgCenter {
- text-align: center;
+ text-align: center;
}
.menuSxTree {
- color: #D9101E;
- font-size: 9pt;
- text-align: left;
- font-weight: bold;
- margin-left: 0px;
- margin-right: 0px;
- margin-top: 0px;
+ color: #D9101E;
+ font-size: 9pt;
+ text-align: left;
+ font-weight: bold;
+ margin-left: 0px;
+ margin-right: 0px;
+ margin-top: 0px;
}
.menuSxTreeOver {
- color: White;
- font-size: 10pt;
- text-align: left;
- font-weight: bold;
- margin-left: 0px;
- margin-right: 0px;
- margin-top: 0px;
+ color: White;
+ font-size: 10pt;
+ text-align: left;
+ font-weight: bold;
+ margin-left: 0px;
+ margin-right: 0px;
+ margin-top: 0px;
}
.menuSxElem {
- color: #00008B;
- font-size: 7pt;
- text-align: left;
- font-weight: bold;
- margin-left: 0px;
- margin-right: 0px;
- margin-top: 0px;
+ color: #00008B;
+ font-size: 7pt;
+ text-align: left;
+ font-weight: bold;
+ margin-left: 0px;
+ margin-right: 0px;
+ margin-top: 0px;
}
.menuSxElemOver {
- color: black;
- font-size: 7pt;
- text-align: left;
- font-weight: bold;
- margin-left: 0px;
- margin-right: 0px;
- margin-top: 0px;
+ color: black;
+ font-size: 7pt;
+ text-align: left;
+ font-weight: bold;
+ margin-left: 0px;
+ margin-right: 0px;
+ margin-top: 0px;
}
.menuSxElemSmall {
- font-size: 7pt;
- text-align: left;
- margin-left: 0px;
- margin-right: 0px;
- font-weight: normal;
- color: #555555;
- margin-top: 0px;
+ font-size: 7pt;
+ text-align: left;
+ margin-left: 0px;
+ margin-right: 0px;
+ font-weight: normal;
+ color: #555555;
+ margin-top: 0px;
}
.menuSxElemSmallOver {
- color: #555555;
- font-size: 9pt;
- text-align: left;
- margin-left: 0px;
- margin-right: 0px;
- font-weight: normal;
- margin-top: 0px;
+ color: #555555;
+ font-size: 9pt;
+ text-align: left;
+ margin-left: 0px;
+ margin-right: 0px;
+ font-weight: normal;
+ margin-top: 0px;
}
.userClass {
- padding-right: 8px;
- padding-left: 8px;
- font-weight: bold;
- font-size: 9pt;
- padding-bottom: 2px;
- vertical-align: bottom;
- color: white;
- padding-top: 2px;
- /*font-family: verdana, arial;*/
- text-align: justify;
+ padding-right: 8px;
+ padding-left: 8px;
+ font-weight: bold;
+ font-size: 9pt;
+ padding-bottom: 2px;
+ vertical-align: bottom;
+ color: white;
+ padding-top: 2px;
+ /*font-family: verdana, arial;*/
+ text-align: justify;
}
.topMenuMess {
- font-size: 9pt;
- text-align: left;
- margin-left: 0px;
- margin-right: 0px;
- font-weight: bold;
- color: white;
- margin-top: 0px;
+ font-size: 9pt;
+ text-align: left;
+ margin-left: 0px;
+ margin-right: 0px;
+ font-weight: bold;
+ color: white;
+ margin-top: 0px;
}
.topMenuMessEn {
- font-size: 9pt;
- text-align: left;
- margin-left: 0px;
- margin-right: 0px;
- font-weight: bold;
- color: black;
- margin-top: 0px;
+ font-size: 9pt;
+ text-align: left;
+ margin-left: 0px;
+ margin-right: 0px;
+ font-weight: bold;
+ color: black;
+ margin-top: 0px;
}
.bodyMain {
- vertical-align: top;
- height: 100%;
- width: 100%;
+ vertical-align: top;
+ height: 100%;
+ width: 100%;
}
.treeCdC {
- width: 250px;
- text-align: right;
- font-size: 8pt;
- width: 180px;
- vertical-align: top;
- height: 100%;
- background: white;
+ width: 250px;
+ text-align: right;
+ font-size: 8pt;
+ width: 180px;
+ vertical-align: top;
+ height: 100%;
+ background: white;
}
.logoUpSx {
- width: 200px;
- text-align: left;
+ width: 200px;
+ text-align: left;
}
.topMenu {
- width: 100%;
- text-align: left;
- vertical-align: bottom;
+ width: 100%;
+ text-align: left;
+ vertical-align: bottom;
}
.tabModPrinc {
- background-color: White;
+ background-color: White;
}
.sxTabPrinc {
- font-size: 10pt;
- font-style: italic;
- color: Blue;
- font-weight: bold;
- width: 90%;
- background-color: Transparent;
+ font-size: 10pt;
+ font-style: italic;
+ color: Blue;
+ font-weight: bold;
+ width: 90%;
+ background-color: Transparent;
}
.dxTabPrinc {
- background-color: #cbcbFF;
- text-align: right;
+ background-color: #cbcbFF;
+ text-align: right;
}
.lblTabPrincLang {
- font-weight: bold;
- font-size: 13pt;
- color: #00008B;
- margin-left: 8px;
- margin-right: 4px;
+ font-weight: bold;
+ font-size: 13pt;
+ color: #00008B;
+ margin-left: 8px;
+ margin-right: 4px;
}
.lblTabPrincEn {
- font-weight: normal;
- font-size: 7pt;
- color: #00008B;
- margin-left: 4px;
- margin-right: 8px;
+ font-weight: normal;
+ font-size: 7pt;
+ color: #00008B;
+ margin-left: 4px;
+ margin-right: 8px;
}
.lblTabPrincLang2 {
- font-weight: bold;
- font-size: 10pt;
- color: White;
- margin-left: 8px;
- margin-right: 4px;
+ font-weight: bold;
+ font-size: 10pt;
+ color: White;
+ margin-left: 8px;
+ margin-right: 4px;
}
.lblTabPrincEn2 {
- font-weight: normal;
- font-size: 7pt;
- color: White;
- margin-left: 4px;
- margin-right: 8px;
+ font-weight: normal;
+ font-size: 7pt;
+ color: White;
+ margin-left: 4px;
+ margin-right: 8px;
}
.tab_1 {
- vertical-align: top;
+ vertical-align: top;
}
.sxTab_1 {
- background-color: #C8D0D4;
- text-align: left;
+ background-color: #C8D0D4;
+ text-align: left;
}
.sxTab_1_new {
- background-color: #9999cc;
- text-align: left;
+ background-color: #9999cc;
+ text-align: left;
}
.dxTab_1 {
- width: 70%;
- background-color: #C8D0D4;
+ width: 70%;
+ background-color: #C8D0D4;
}
.lblTab_1Lang {
- font-size: 10pt;
- font-weight: bold;
- color: #00008B;
- margin-left: 8px;
- margin-right: 4px;
+ font-size: 10pt;
+ font-weight: bold;
+ color: #00008B;
+ margin-left: 8px;
+ margin-right: 4px;
}
.lblTab_1En {
- font-size: 7pt;
- font-weight: normal;
- color: #00008B;
- margin-left: 4px;
- margin-right: 8px;
+ font-size: 7pt;
+ font-weight: normal;
+ color: #00008B;
+ margin-left: 4px;
+ margin-right: 8px;
}
.tab_1Body {
- vertical-align: middle;
- border: solid 1px #ff9900;
+ vertical-align: middle;
+ border: solid 1px #ff9900;
}
.lblLang {
- font-size: 10pt;
- font-weight: bold;
- color: Black;
+ font-size: 10pt;
+ font-weight: bold;
+ color: Black;
}
.lblEn {
- font-size: 7pt;
- color: Black;
+ font-size: 7pt;
+ color: Black;
}
.dgSx {
- background-color: White;
- border-width: 0px;
- border-style: solid;
- border-color: #990000;
+ background-color: White;
+ border-width: 0px;
+ border-style: solid;
+ border-color: #990000;
}
.dgSxSel {
- text-align: right;
- font-size: 8pt;
- font-weight: bold;
- color: #663399;
- background-color: #FFCC66;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ font-size: 8pt;
+ font-weight: bold;
+ color: #663399;
+ background-color: #FFCC66;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgSxItem {
- text-align: right;
- font-size: 7pt;
- color: #330099;
- background-color: Transparent;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ font-size: 7pt;
+ color: #330099;
+ background-color: Transparent;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgSxAltItem {
- text-align: right;
- font-size: 7pt;
- color: #330099;
- background-color: #f5f5f5;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ font-size: 7pt;
+ color: #330099;
+ background-color: #f5f5f5;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgSxEdit {
- font-size: 8pt;
- color: #663399;
- background-color: #FFCC66;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
- vertical-align: text-top;
+ font-size: 8pt;
+ color: #663399;
+ background-color: #FFCC66;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
+ vertical-align: text-top;
}
.dgSxHead {
- color: #FFFFCC;
- background: #990000;
- font-weight: bold;
- font-size: 8pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ color: #FFFFCC;
+ background: #990000;
+ font-weight: bold;
+ font-size: 8pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgSxHead2 {
- color: #FFFFCC;
- background: #999977;
- font-weight: bold;
- font-size: 8pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ color: #FFFFCC;
+ background: #999977;
+ font-weight: bold;
+ font-size: 8pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgSxFoot {
- text-align: right;
- color: Black;
- background: #bbccbb;
- font-size: 8pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
- font-weight: bold;
- border-bottom-style: solid;
- border-color: Black;
+ text-align: right;
+ color: Black;
+ background: #bbccbb;
+ font-size: 8pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
+ font-weight: bold;
+ border-bottom-style: solid;
+ border-color: Black;
}
.dgSxPaging {
- text-align: left;
- color: Black;
- background: white;
- font-size: 8pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: left;
+ color: Black;
+ background: white;
+ font-size: 8pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.sxTab_2 {
- background-color: #11AA66;
- text-align: left;
+ background-color: #11AA66;
+ text-align: left;
}
.dxTab_2 {
- width: 70%;
- background-color: Transparent;
+ width: 70%;
+ background-color: Transparent;
}
.lblTab_2Lang {
- font-size: 10pt;
- font-weight: bold;
- color: White;
- margin-left: 8px;
- margin-right: 4px;
+ font-size: 10pt;
+ font-weight: bold;
+ color: White;
+ margin-left: 8px;
+ margin-right: 4px;
}
.lblTab_2En {
- font-size: 7pt;
- font-weight: normal;
- color: White;
- margin-left: 4px;
- margin-right: 8px;
+ font-size: 7pt;
+ font-weight: normal;
+ color: White;
+ margin-left: 4px;
+ margin-right: 8px;
}
.tab_2Body {
- vertical-align: middle;
- border: solid 1px #11AA66;
+ vertical-align: middle;
+ border: solid 1px #11AA66;
}
.dgDx {
- background-color: White;
- border-width: 1px;
- border-style: solid;
- border-color: #003399;
+ background-color: White;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #003399;
}
.dgDxSel {
- font-size: 8pt;
- font-weight: bold;
- color: #CCFF99;
- background-color: #009999;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ font-size: 8pt;
+ font-weight: bold;
+ color: #CCFF99;
+ background-color: #009999;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgDxItem {
- font-size: 7pt;
- color: #003399;
- background-color: Transparent;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ font-size: 7pt;
+ color: #003399;
+ background-color: Transparent;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgDxAltItem {
- font-size: 7pt;
- color: #330099;
- background-color: #f5f5f5;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ font-size: 7pt;
+ color: #330099;
+ background-color: #f5f5f5;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgDxEdit {
- font-size: 8pt;
- font-weight: bold;
- color: #CCFF99;
- background-color: #009999;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ font-size: 8pt;
+ font-weight: bold;
+ color: #CCFF99;
+ background-color: #009999;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgDxHead {
- color: #CCCCFF;
- background: #003399;
- font-weight: bold;
- font-size: 8pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ color: #CCCCFF;
+ background: #003399;
+ font-weight: bold;
+ font-size: 8pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgDxFoot {
- color: #003399;
- background-color: #99CCCC;
- font-size: 10pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ color: #003399;
+ background-color: #99CCCC;
+ font-size: 10pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.chPwdTitle {
- padding: 2px;
- font-weight: bold;
- font-size: 24pt;
- color: red;
- text-align: center;
+ padding: 2px;
+ font-weight: bold;
+ font-size: 24pt;
+ color: red;
+ text-align: center;
}
.chPwdTxt {
- padding: 2px;
- font-weight: bold;
- font-size: 10pt;
- color: red;
- text-align: center;
+ padding: 2px;
+ font-weight: bold;
+ font-size: 10pt;
+ color: red;
+ text-align: center;
}
.chPwdMess {
- padding: 2px;
- font-weight: bold;
- font-style: italic;
- font-size: 9pt;
- color: yellow;
- text-align: center;
+ padding: 2px;
+ font-weight: bold;
+ font-style: italic;
+ font-size: 9pt;
+ color: yellow;
+ text-align: center;
}
.lblFiltrLang {
- font-size: 10pt;
- font-weight: bold;
- color: Black;
- margin-left: 2px;
- margin-right: 2px;
+ font-size: 10pt;
+ font-weight: bold;
+ color: Black;
+ margin-left: 2px;
+ margin-right: 2px;
}
.lblFiltrEn {
- font-size: 7pt;
- font-weight: normal;
- color: Black;
- margin-left: 2px;
- margin-right: 2px;
+ font-size: 7pt;
+ font-weight: normal;
+ color: Black;
+ margin-left: 2px;
+ margin-right: 2px;
}
.loginTitle {
- font-weight: bold;
- font-size: 30pt;
- color: Red;
+ font-weight: bold;
+ font-size: 30pt;
+ color: Red;
}
.loginTxt {
- padding: 2px;
- font-weight: bold;
- font-size: 10pt;
- color: red;
- text-align: center;
+ padding: 2px;
+ font-weight: bold;
+ font-size: 10pt;
+ color: red;
+ text-align: center;
}
.loginMess {
- padding: 2px;
- font-weight: bold;
- font-style: italic;
- font-size: 9pt;
- color: yellow;
- text-align: center;
+ padding: 2px;
+ font-weight: bold;
+ font-style: italic;
+ font-size: 9pt;
+ color: yellow;
+ text-align: center;
}
.reportLabel {
- font-size: 16pt;
+ font-size: 16pt;
}
.reportValue {
- font-size: 16pt;
- font-weight: bold;
+ font-size: 16pt;
+ font-weight: bold;
}
.reportExplLang {
- font-size: 10pt;
+ font-size: 10pt;
}
.reportExplEn {
- font-size: 7pt;
- font-style: italic;
+ font-size: 7pt;
+ font-style: italic;
}
.reportElencoZap {
- font-size: 9pt;
+ font-size: 9pt;
}
.UnauthAppTitle {
- font-weight: bold;
- font-size: 48pt;
- margin-left: 10pt;
+ font-weight: bold;
+ font-size: 48pt;
+ margin-left: 10pt;
}
.UnauthTitle {
- font-size: 24pt;
- color: Red;
- margin-left: 30pt;
+ font-size: 24pt;
+ color: Red;
+ margin-left: 30pt;
}
.UnauthMess {
- font-size: 12pt;
- font-style: italic;
- margin-left: 30pt;
+ font-size: 12pt;
+ font-style: italic;
+ margin-left: 30pt;
}
.lblMess {
- color: Red;
- font-size: 12pt;
- font-style: italic;
- font-weight: bold;
+ color: Red;
+ font-size: 12pt;
+ font-style: italic;
+ font-weight: bold;
}
.tableHead {
- white-space: nowrap;
- height: auto;
- vertical-align: top;
- line-height: 18px;
- width: 100%;
- height: 100%;
+ white-space: nowrap;
+ height: auto;
+ vertical-align: top;
+ line-height: 18px;
+ width: 100%;
+ height: 100%;
}
.tableHead2 {
- white-space: nowrap;
- height: auto;
- vertical-align: top;
- line-height: 18px;
- color: #ffffcc;
- background-color: #999977;
- width: 100%;
- height: 100%;
+ white-space: nowrap;
+ height: auto;
+ vertical-align: top;
+ line-height: 18px;
+ color: #ffffcc;
+ background-color: #999977;
+ width: 100%;
+ height: 100%;
}
.cmbFiltrText {
- font-size: 9pt;
+ font-size: 9pt;
}
.currencyFormat {
- white-space: nowrap;
- text-align: right;
- vertical-align: baseline;
+ white-space: nowrap;
+ text-align: right;
+ vertical-align: baseline;
}
.UserLabel {
- background-color: #ff9900;
- text-align: center;
- margin: 6 6 6 6;
+ background-color: #ff9900;
+ text-align: center;
+ margin: 6 6 6 6;
}
-.UserLabel.principale {
+ .UserLabel.principale {
font-size: large;
font-weight: bold;
-}
+ }
-.UserLabel.secondario {
+ .UserLabel.secondario {
font-size: medium;
-}
+ }
.Calend {
- padding: 4;
- background: White;
- color: Black;
- font-size: 8pt;
- /*font-family: Verdana;*/
- border-color: #999999;
- height: 180px;
- width: 200px;
+ padding: 4;
+ background: White;
+ color: Black;
+ font-size: 8pt;
+ /*font-family: Verdana;*/
+ border-color: #999999;
+ height: 180px;
+ width: 200px;
}
-.Calend.TodayDay {
+ .Calend.TodayDay {
background: #cccccc;
color: Black;
-}
+ }
-.Calend.Selector {
+ .Calend.Selector {
background: #cccccc;
-}
+ }
-.Calend.NextPrev {
+ .Calend.NextPrev {
vertical-align: bottom;
-}
+ }
-.Calend.DayHeader {
+ .Calend.DayHeader {
font-size: 7pt;
font-weight: bold;
background: #cccccc;
-}
+ }
-.Calend.SelectedDay {
+ .Calend.SelectedDay {
background: #666666;
font-weight: bold;
color: White;
-}
+ }
-.Calend.Title {
+ .Calend.Title {
font-weight: bold;
background: #999999;
border-color: Black;
-}
+ }
-.Calend.WeekEndDay {
+ .Calend.WeekEndDay {
background: #FFFFCC;
color: Black;
-}
+ }
-.Calend.OtherMonthDay {
+ .Calend.OtherMonthDay {
color: Gray;
-}
+ }
.cmbMini {
- font-size: 8pt;
+ font-size: 8pt;
}
.txtMini {
- font-size: 8pt;
+ font-size: 8pt;
}
.valOk {
- color: Green;
+ color: Green;
}
.valKo {
- color: Red;
- font-weight: bold;
+ color: Red;
+ font-weight: bold;
}
.suggerimento {
- font-size: 8pt;
- font-weight: bold;
- color: Red;
+ font-size: 8pt;
+ font-weight: bold;
+ color: Red;
}
.lblBudget {
- font-size: 8pt;
- text-align: left;
- font-weight: bold;
+ font-size: 8pt;
+ text-align: left;
+ font-weight: bold;
}
.errore {
- font-weight: bold;
- font-size: 8pt;
- color: Red;
- background-color: Yellow;
+ font-weight: bold;
+ font-size: 8pt;
+ color: Red;
+ background-color: Yellow;
}
.valUpd {
- font-style: italic;
+ font-style: italic;
}
.Calend {
- padding: 4;
- background: White;
- color: Black;
- font-size: 8pt;
- /*font-family: Verdana;*/
- border-color: #999999;
- height: 180px;
- width: 200px;
+ padding: 4;
+ background: White;
+ color: Black;
+ font-size: 8pt;
+ /*font-family: Verdana;*/
+ border-color: #999999;
+ height: 180px;
+ width: 200px;
}
-.Calend.TodayDay {
+ .Calend.TodayDay {
background: #cccccc;
color: Black;
-}
+ }
-.Calend.Selector {
+ .Calend.Selector {
background: #cccccc;
-}
+ }
-.Calend.NextPrev {
+ .Calend.NextPrev {
vertical-align: bottom;
-}
+ }
-.Calend.DayHeader {
+ .Calend.DayHeader {
font-size: 7pt;
font-weight: bold;
background: #cccccc;
-}
+ }
-.Calend.SelectedDay {
+ .Calend.SelectedDay {
background: #666666;
font-weight: bold;
color: White;
-}
+ }
-.Calend.Title {
+ .Calend.Title {
font-weight: bold;
background: #999999;
border-color: Black;
-}
+ }
-.Calend.WeekEndDay {
+ .Calend.WeekEndDay {
background: #FFFFCC;
color: Black;
-}
+ }
-.Calend.OtherMonthDay {
+ .Calend.OtherMonthDay {
color: Gray;
-}
+ }
.cmbMini {
- font-size: 8pt;
+ font-size: 8pt;
}
.txtMini {
- font-size: 8pt;
+ font-size: 8pt;
}
.txtMiniLeft {
- font-size: 8pt;
- text-align: left;
+ font-size: 8pt;
+ text-align: left;
}
.valOk {
- color: Green;
+ color: Green;
}
.valKo {
- color: Red;
- font-weight: bold;
+ color: Red;
+ font-weight: bold;
}
.suggerimento {
- font-size: 8pt;
- font-weight: bold;
- color: Red;
+ font-size: 8pt;
+ font-weight: bold;
+ color: Red;
}
.clsBody {
- border-right: #C6D7DA thin solid;
- border-top: #C6D7DA thin solid;
- border-left: #C6D7DA thin solid;
- border-bottom: #C6D7DA thin solid;
+ border-right: #C6D7DA thin solid;
+ border-top: #C6D7DA thin solid;
+ border-left: #C6D7DA thin solid;
+ border-bottom: #C6D7DA thin solid;
}
.clsCurrentWeek {
- color: #ffffff;
- font-size: 12px;
- text-decoration: none;
- /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
- white-space: nowrap;
- border-top: #C6D7DA thin solid;
- border-bottom: #C6D7DA thin solid;
- background-color: #8CC6FF;
- font-weight: bolder;
- font-weight: bold;
+ color: #ffffff;
+ font-size: 12px;
+ text-decoration: none;
+ /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
+ white-space: nowrap;
+ border-top: #C6D7DA thin solid;
+ border-bottom: #C6D7DA thin solid;
+ background-color: #8CC6FF;
+ font-weight: bolder;
+ font-weight: bold;
}
.clsCurrentWeek2 {
- color: #000000;
- font-size: 12px;
- text-decoration: none;
- /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
- white-space: nowrap;
- border-top: #C6D7DA thin solid;
- border-bottom: #C6D7DA thin solid;
- font-weight: bolder;
- font-weight: bold;
+ color: #000000;
+ font-size: 12px;
+ text-decoration: none;
+ /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
+ white-space: nowrap;
+ border-top: #C6D7DA thin solid;
+ border-bottom: #C6D7DA thin solid;
+ font-weight: bolder;
+ font-weight: bold;
}
.clsDayName {
- color: #0C0B5F;
- background-color: #bbbaf5;
- font-size: 12px;
- text-decoration: none;
- /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
- white-space: nowrap;
+ color: #0C0B5F;
+ background-color: #bbbaf5;
+ font-size: 12px;
+ text-decoration: none;
+ /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
+ white-space: nowrap;
}
.clsCurrentDay {
- color: #ffffff;
- background-color: #398CE7;
- font-size: 12px;
- text-decoration: none;
- /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
- white-space: nowrap;
- font-weight: bolder;
- font-weight: bold;
+ color: #ffffff;
+ background-color: #398CE7;
+ font-size: 12px;
+ text-decoration: none;
+ /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
+ white-space: nowrap;
+ font-weight: bolder;
+ font-weight: bold;
}
.clsWorkDay {
- color: #000000;
- background-color: #dbeaf5;
- font-size: 12px;
- text-decoration: none;
- /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
- white-space: nowrap;
+ color: #000000;
+ background-color: #dbeaf5;
+ font-size: 12px;
+ text-decoration: none;
+ /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
+ white-space: nowrap;
}
-.clsWorkDay:hover {
+ .clsWorkDay:hover {
color: #009400;
background-color: #dbeaf5;
font-size: 12px;
text-decoration: underline;
/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
white-space: nowrap;
-}
+ }
.clsWorkDayOtherMonth {
- color: #000000;
- font-size: 12px;
- text-decoration: none;
- /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
- white-space: nowrap;
+ color: #000000;
+ font-size: 12px;
+ text-decoration: none;
+ /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
+ white-space: nowrap;
}
.clsWeekEnd {
- color: #FF0000;
- background-color: #dbeaf5;
- font-size: 12px;
- text-decoration: none;
- /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
- white-space: nowrap;
+ color: #FF0000;
+ background-color: #dbeaf5;
+ font-size: 12px;
+ text-decoration: none;
+ /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
+ white-space: nowrap;
}
-.clsWeekEnd:hover {
+ .clsWeekEnd:hover {
color: #009400;
background-color: #dbeaf5;
font-size: 12px;
text-decoration: underline;
/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
white-space: nowrap;
-}
+ }
.clsWeekEndOtherMonth {
- color: #FF0000;
- font-size: 12px;
- text-decoration: none;
- /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
- white-space: nowrap;
+ color: #FF0000;
+ font-size: 12px;
+ text-decoration: none;
+ /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
+ white-space: nowrap;
}
.searchHead {
- background-color: #bbaabb;
+ background-color: #bbaabb;
}
.textHead {
- background-color: #9966ff;
+ background-color: #9966ff;
}
.linkAnnulla {
- background-color: #ee9999;
- color: Black;
- font-weight: bold;
- font-size: 14pt;
+ background-color: #ee9999;
+ color: Black;
+ font-weight: bold;
+ font-size: 14pt;
}
.linkSalva {
- background-color: #99ee99;
- color: Black;
- font-weight: bold;
- font-size: 14pt;
+ background-color: #99ee99;
+ color: Black;
+ font-weight: bold;
+ font-size: 14pt;
}
.lblSearchLang {
- font-weight: bold;
- font-size: 11pt;
- color: #00008B;
- margin-left: 8px;
- margin-right: 4px;
+ font-weight: bold;
+ font-size: 11pt;
+ color: #00008B;
+ margin-left: 8px;
+ margin-right: 4px;
}
.tblDett {
- vertical-align: top;
- background-color: white;
- text-align: left;
+ vertical-align: top;
+ background-color: white;
+ text-align: left;
}
-.tblDett.titolo {
+ .tblDett.titolo {
font-size: 13pt;
font-weight: bold;
color: blue;
-}
+ }
-.tblDett.sceltaGen {
+ .tblDett.sceltaGen {
background-color: #8899ee;
-}
+ }
.pnlPar_1 {
- background-color: #ea101e;
+ background-color: #ea101e;
}
.pnlPar_1_En {
- font-size: 7pt;
- font-weight: normal;
- color: Silver;
+ font-size: 7pt;
+ font-weight: normal;
+ color: Silver;
}
.pnlPar_1_Lang {
- font-size: 8pt;
- font-weight: bold;
- color: Silver;
+ font-size: 8pt;
+ font-weight: bold;
+ color: Silver;
}
.pnlPar_1_Error {
- font-size: 7pt;
- font-weight: bold;
- color: #aadd00;
+ font-size: 7pt;
+ font-weight: bold;
+ color: #aadd00;
}
.pnlPar_1_Descr {
- background-color: #ea101e;
- font-size: 9pt;
- font-weight: normal;
- color: Yellow;
+ background-color: #ea101e;
+ font-size: 9pt;
+ font-weight: normal;
+ color: Yellow;
}
.pnlPar_2 {
- background-color: #dcdcdc;
+ background-color: #dcdcdc;
}
.pnlPar_2_En {
- font-size: 7pt;
- font-weight: normal;
- color: black;
+ font-size: 7pt;
+ font-weight: normal;
+ color: black;
}
.pnlPar_2_Lang {
- font-size: 8pt;
- font-weight: bold;
- color: black;
+ font-size: 8pt;
+ font-weight: bold;
+ color: black;
}
.pnlPar_2_Error {
- font-size: 7pt;
- font-weight: bold;
- color: red;
+ font-size: 7pt;
+ font-weight: bold;
+ color: red;
}
.pnlPar_2_Descr {
- font-size: 9pt;
- font-weight: normal;
+ font-size: 9pt;
+ font-weight: normal;
}
.pnlPar_3 {
- background-color: #4444cc;
+ background-color: #4444cc;
}
.pnlPar_3_En {
- font-size: 8pt;
- font-weight: bold;
- color: yellow;
+ font-size: 8pt;
+ font-weight: bold;
+ color: yellow;
}
.pnlPar_3_Lang {
- font-size: 8pt;
- font-weight: bold;
- color: Silver;
+ font-size: 8pt;
+ font-weight: bold;
+ color: Silver;
}
.pnlPar_3_Error {
- font-size: 7pt;
- font-weight: bold;
- color: Yellow;
+ font-size: 7pt;
+ font-weight: bold;
+ color: Yellow;
}
.pnlPar_3_Descr {
- background-color: #4444cc;
- font-size: 9pt;
- font-weight: normal;
- color: Yellow;
+ background-color: #4444cc;
+ font-size: 9pt;
+ font-weight: normal;
+ color: Yellow;
}
.pnlPar_3_warn {
- background-color: #4444cc;
- font-size: 8pt;
- font-weight: normal;
- font-style: italic;
- color: Yellow;
+ background-color: #4444cc;
+ font-size: 8pt;
+ font-weight: normal;
+ font-style: italic;
+ color: Yellow;
}
.dlTestata {
- background-color: White;
- border-width: 0px;
- border-style: solid;
- border-color: #000099;
+ background-color: White;
+ border-width: 0px;
+ border-style: solid;
+ border-color: #000099;
}
.dlTestataSel {
- font-size: 8pt;
- color: #339966;
- background-color: #111111;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ font-size: 8pt;
+ color: #339966;
+ background-color: #111111;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dlTestataItem {
- text-align: right;
- font-size: 7pt;
- color: #330099;
- background-color: Transparent;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ font-size: 7pt;
+ color: #330099;
+ background-color: Transparent;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dlTestataItemObblig {
- text-align: right;
- font-size: 7pt;
- color: Black;
- background-color: #b3ccff;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ font-size: 7pt;
+ color: Black;
+ background-color: #b3ccff;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dlTestataAltItem {
- text-align: right;
- font-size: 7pt;
- color: #330099;
- background-color: #f5f5f5;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ font-size: 7pt;
+ color: #330099;
+ background-color: #f5f5f5;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dlTestataEdit {
- font-size: 8pt;
- color: #339966;
- background-color: #66FFCC;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
- vertical-align: text-top;
+ font-size: 8pt;
+ color: #339966;
+ background-color: #66FFCC;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
+ vertical-align: text-top;
}
.dlTestataHead {
- color: #CCFFFF;
- background: #000099;
- font-weight: bold;
- font-size: 8pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ color: #CCFFFF;
+ background: #000099;
+ font-weight: bold;
+ font-size: 8pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dlTestataHead2 {
- color: #CCFFFF;
- background: #997799;
- font-weight: bold;
- font-size: 8pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ color: #CCFFFF;
+ background: #997799;
+ font-weight: bold;
+ font-size: 8pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dlTestataFoot {
- text-align: right;
- color: #3333dd;
- background: #D4C8D0;
- font-size: 8pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ color: #3333dd;
+ background: #D4C8D0;
+ font-size: 8pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dlTestata_Lang {
- font-size: 7pt;
- font-weight: bold;
- color: #3366bb;
+ font-size: 7pt;
+ font-weight: bold;
+ color: #3366bb;
}
.dlTestata_En {
- font-size: 7pt;
- font-weight: normal;
- color: #339933;
+ font-size: 7pt;
+ font-weight: normal;
+ color: #339933;
}
.idxContratto {
- text-align: center;
- font-size: 10pt;
- font-weight: bold;
+ text-align: center;
+ font-size: 10pt;
+ font-weight: bold;
}
.idxStatoContratto {
- text-align: right;
- font-size: 10pt;
- font-weight: bold;
- font-style: italic;
- color: Blue;
+ text-align: right;
+ font-size: 10pt;
+ font-weight: bold;
+ font-style: italic;
+ color: Blue;
}
.dlTextbox {
- font-size: 8pt;
+ font-size: 8pt;
}
.dlLabel {
- font-size: 8pt;
- color: Black;
- background-color: Transparent;
- border-style: none;
+ font-size: 8pt;
+ color: Black;
+ background-color: Transparent;
+ border-style: none;
}
.pnl_bozza {
- background: #dcdcdc;
+ background: #dcdcdc;
}
.pnl_inApprov {
- background: #cbcbcb;
+ background: #cbcbcb;
}
.pnl_freezed {
- background: #bababa;
+ background: #bababa;
}
.calDayHead {
- font-weight: bold;
- color: white;
- background-color: #6969df;
- font-size: 9pt;
+ font-weight: bold;
+ color: white;
+ background-color: #6969df;
+ font-size: 9pt;
}
.calTitle {
- font-weight: bold;
- color: Blue;
- background-color: #bababa;
- font-size: 11pt;
+ font-weight: bold;
+ color: Blue;
+ background-color: #bababa;
+ font-size: 11pt;
}
.calOtherMonthDay {
- background: #dcdcdc;
+ background: #dcdcdc;
}
.calWeekEnd {
- background: #cbcbcb;
- font-weight: bold;
+ background: #cbcbcb;
+ font-weight: bold;
}
.cal {
- /*font-family: Verdana;*/
- font-size: 10pt;
+ /*font-family: Verdana;*/
+ font-size: 10pt;
}
.calSel {
- background: red;
- font-weight: bold;
- color: White;
+ background: red;
+ font-weight: bold;
+ color: White;
}
.calNextPrev {
- font-weight: bold;
+ font-weight: bold;
}
.lblValSel {
- font-size: 8pt;
- color: Black;
- background-color: Transparent;
- border-style: none;
+ font-size: 8pt;
+ color: Black;
+ background-color: Transparent;
+ border-style: none;
}
.tableDett1 {
- background: #98ff98;
+ background: #98ff98;
}
.lblDett1 {
- text-align: left;
- font-weight: bold;
- font-size: 7pt;
- color: black;
+ text-align: left;
+ font-weight: bold;
+ font-size: 7pt;
+ color: black;
}
.valDett1 {
- font-size: 8pt;
- color: Black;
- font-weight: normal;
+ font-size: 8pt;
+ color: Black;
+ font-weight: normal;
}
.tab_2lbl {
- vertical-align: baseline;
- border-collapse: collapse;
- border-width: thin;
- border-style: none;
- font-size: 7pt;
+ vertical-align: baseline;
+ border-collapse: collapse;
+ border-width: thin;
+ border-style: none;
+ font-size: 7pt;
}
.dettSel {
- border-right: green 1px solid;
- padding-right: 8px;
- border-top: green 1px solid;
- padding-left: 8px;
- font-weight: bold;
- font-size: 9pt;
- background: #33ee44;
- padding-bottom: 2px;
- vertical-align: bottom;
- border-left: green 1px solid;
- color: white;
- padding-top: 2px;
- border-bottom: green 1px solid;
- /*font-family: verdana, arial;*/
- text-align: justify;
+ border-right: green 1px solid;
+ padding-right: 8px;
+ border-top: green 1px solid;
+ padding-left: 8px;
+ font-weight: bold;
+ font-size: 9pt;
+ background: #33ee44;
+ padding-bottom: 2px;
+ vertical-align: bottom;
+ border-left: green 1px solid;
+ color: white;
+ padding-top: 2px;
+ border-bottom: green 1px solid;
+ /*font-family: verdana, arial;*/
+ text-align: justify;
}
.dettDesel {
- border-right: green 1px solid;
- padding-right: 8px;
- border-top: green 1px solid;
- padding-left: 8px;
- font-weight: bold;
- font-size: 9pt;
- background: white;
- padding-bottom: 2px;
- vertical-align: bottom;
- border-left: green 1px solid;
- color: Black;
- padding-top: 2px;
- border-bottom: green 1px solid;
- /*font-family: verdana, arial;*/
- text-align: justify;
+ border-right: green 1px solid;
+ padding-right: 8px;
+ border-top: green 1px solid;
+ padding-left: 8px;
+ font-weight: bold;
+ font-size: 9pt;
+ background: white;
+ padding-bottom: 2px;
+ vertical-align: bottom;
+ border-left: green 1px solid;
+ color: Black;
+ padding-top: 2px;
+ border-bottom: green 1px solid;
+ /*font-family: verdana, arial;*/
+ text-align: justify;
}
.dettHide {
- border-right: orange 1px solid;
- padding-right: 8px;
- border-top: orange 1px solid;
- padding-left: 8px;
- font-weight: bold;
- font-size: 9pt;
- background: #ff3344;
- padding-bottom: 2px;
- vertical-align: bottom;
- border-left: orange 1px solid;
- color: white;
- padding-top: 2px;
- border-bottom: orange 1px solid;
- /*font-family: verdana, arial;*/
- text-align: justify;
+ border-right: orange 1px solid;
+ padding-right: 8px;
+ border-top: orange 1px solid;
+ padding-left: 8px;
+ font-weight: bold;
+ font-size: 9pt;
+ background: #ff3344;
+ padding-bottom: 2px;
+ vertical-align: bottom;
+ border-left: orange 1px solid;
+ color: white;
+ padding-top: 2px;
+ border-bottom: orange 1px solid;
+ /*font-family: verdana, arial;*/
+ text-align: justify;
}
.tableDett3 {
- background: #98ff98;
- font-size: 9pt;
+ background: #98ff98;
+ font-size: 9pt;
}
.dett3Head {
- background: blue;
- color: Yellow;
- font-weight: bold;
- font-size: 9pt;
+ background: blue;
+ color: Yellow;
+ font-weight: bold;
+ font-size: 9pt;
}
.dett3Col1 {
- color: Black;
- font-weight: bold;
- font-size: 9pt;
+ color: Black;
+ font-weight: bold;
+ font-size: 9pt;
}
.RDA {
- font-size: 7pt;
+ font-size: 7pt;
}
.Ord {
- font-size: 7pt;
- background: #d0ffe3;
+ font-size: 7pt;
+ background: #d0ffe3;
}
.Fatt {
- font-size: 7pt;
+ font-size: 7pt;
}
.linkHead {
- color: White;
+ color: White;
}
.titoloMed {
- color: Red;
- font-size: 18pt;
- font-weight: bold;
+ color: Red;
+ font-size: 18pt;
+ font-weight: bold;
}
.testoMed {
- font-size: 12pt;
+ font-size: 12pt;
}
.dgAllegati {
- background-color: White;
- border-width: 0px;
- border-style: solid;
- border-color: #009900;
+ background-color: White;
+ border-width: 0px;
+ border-style: solid;
+ border-color: #009900;
}
.dgAllegatiSel {
- text-align: right;
- font-size: 8pt;
- font-weight: bold;
- color: #669933;
- background-color: #CCFF66;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ font-size: 8pt;
+ font-weight: bold;
+ color: #669933;
+ background-color: #CCFF66;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgAllegatiItem {
- text-align: right;
- font-size: 7pt;
- color: #339900;
- background-color: Transparent;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ font-size: 7pt;
+ color: #339900;
+ background-color: Transparent;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgAllegatiAltItem {
- text-align: right;
- font-size: 7pt;
- color: #339900;
- background-color: #f5f5f5;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ font-size: 7pt;
+ color: #339900;
+ background-color: #f5f5f5;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgAllegatiEdit {
- font-size: 8pt;
- color: #669933;
- background-color: #cCFF66;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
- vertical-align: text-top;
+ font-size: 8pt;
+ color: #669933;
+ background-color: #cCFF66;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
+ vertical-align: text-top;
}
.dgAllegatiHead {
- color: #FFFFCC;
- background: #009900;
- font-weight: bold;
- font-size: 8pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ color: #FFFFCC;
+ background: #009900;
+ font-weight: bold;
+ font-size: 8pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgAllegatiFoot {
- text-align: right;
- color: Black;
- background: #ccbbbb;
- font-size: 8pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
- font-weight: bold;
- border-bottom-style: solid;
- border-color: Black;
+ text-align: right;
+ color: Black;
+ background: #ccbbbb;
+ font-size: 8pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
+ font-weight: bold;
+ border-bottom-style: solid;
+ border-color: Black;
}
.dgAllegatiPaging {
- text-align: left;
- color: Black;
- background: white;
- font-size: 8pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: left;
+ color: Black;
+ background: white;
+ font-size: 8pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.btnTab {
- border-right: #ea101e 1px solid;
- padding-right: 8px;
- border-top: #ea101e 1px solid;
- padding-left: 8px;
- font-weight: bold;
- font-size: 9pt;
- background: #ea101e;
- padding-bottom: 2px;
- vertical-align: top;
- border-left: #ea101e 1px solid;
- color: white;
- padding-top: 0px;
- border-bottom: #ea101e 1px solid;
- /*font-family: verdana, arial;*/
- text-align: justify;
+ border-right: #ea101e 1px solid;
+ padding-right: 8px;
+ border-top: #ea101e 1px solid;
+ padding-left: 8px;
+ font-weight: bold;
+ font-size: 9pt;
+ background: #ea101e;
+ padding-bottom: 2px;
+ vertical-align: top;
+ border-left: #ea101e 1px solid;
+ color: white;
+ padding-top: 0px;
+ border-bottom: #ea101e 1px solid;
+ /*font-family: verdana, arial;*/
+ text-align: justify;
}
.txtTab {
- font-size: 8pt;
- /*font-family: verdana, arial;*/
- text-align: justify;
+ font-size: 8pt;
+ /*font-family: verdana, arial;*/
+ text-align: justify;
}
.dropdownList {
- font-weight: normal;
- font-size: 7pt;
- background: #ea101e;
- color: white;
- /*font-family: verdana, arial;*/
- text-align: justify;
+ font-weight: normal;
+ font-size: 7pt;
+ background: #ea101e;
+ color: white;
+ /*font-family: verdana, arial;*/
+ text-align: justify;
}
.job2do {
- width: 50%;
- font-weight: normal;
- border-bottom-style: solid;
- border-bottom-width: thin;
- font-size: 8pt;
- color: blue;
- /*font-family: verdana, arial;*/
- text-align: left;
+ width: 50%;
+ font-weight: normal;
+ border-bottom-style: solid;
+ border-bottom-width: thin;
+ font-size: 8pt;
+ color: blue;
+ /*font-family: verdana, arial;*/
+ text-align: left;
}
.jobDone {
- width: 50%;
- font-weight: normal;
- border-bottom-style: solid;
- border-bottom-width: thin;
- font-size: 8pt;
- color: green;
- /*font-family: verdana, arial;*/
- text-align: right;
+ width: 50%;
+ font-weight: normal;
+ border-bottom-style: solid;
+ border-bottom-width: thin;
+ font-size: 8pt;
+ color: green;
+ /*font-family: verdana, arial;*/
+ text-align: right;
}
.bodyAvanzamento {
- /*font-family: Verdana, Arial;*/
- background-image: url(../images/gradiente.png);
+ /*font-family: Verdana, Arial;*/
+ background-image: url(../images/gradiente.png);
}
.lblText {
- font-size: 8pt;
+ font-size: 8pt;
}
.boxText {
- font-size: 8pt;
- font-weight: normal;
- width: 100%;
+ font-size: 8pt;
+ font-weight: normal;
+ width: 100%;
}
.lblValore {
- font-size: 8pt;
- color: Black;
- background-color: Transparent;
- border-style: none;
+ font-size: 8pt;
+ color: Black;
+ background-color: Transparent;
+ border-style: none;
}
.lblValoreBold {
- font-size: 8pt;
- color: Black;
- font-weight: bold;
- background-color: Transparent;
- border-style: none;
+ font-size: 8pt;
+ color: Black;
+ font-weight: bold;
+ background-color: Transparent;
+ border-style: none;
}
.dgFiles {
- background-color: White;
- border-width: 0px;
- border-style: solid;
- border-color: #009900;
+ background-color: White;
+ border-width: 0px;
+ border-style: solid;
+ border-color: #009900;
}
.dgFilesSel {
- text-align: right;
- font-size: 9pt;
- font-weight: bold;
- color: #669933;
- background-color: #CCFF66;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ font-size: 9pt;
+ font-weight: bold;
+ color: #669933;
+ background-color: #CCFF66;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgFilesItem {
- text-align: right;
- font-size: 8pt;
- color: #339900;
- background-color: Transparent;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ font-size: 8pt;
+ color: #339900;
+ background-color: Transparent;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgFilesAltItem {
- text-align: right;
- font-size: 8pt;
- color: #339900;
- background-color: #f5f5f5;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: right;
+ font-size: 8pt;
+ color: #339900;
+ background-color: #f5f5f5;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgFilesEdit {
- font-size: 9pt;
- color: #669933;
- background-color: #cCFF66;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
- vertical-align: text-top;
+ font-size: 9pt;
+ color: #669933;
+ background-color: #cCFF66;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
+ vertical-align: text-top;
}
.dgFilesHead {
- color: #CCFFFF;
- background: #990000;
- font-weight: bold;
- font-size: 9pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ color: #CCFFFF;
+ background: #990000;
+ font-weight: bold;
+ font-size: 9pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.dgFilesFoot {
- text-align: right;
- color: Black;
- background: #ccbbbb;
- font-size: 9pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
- font-weight: bold;
- border-bottom-style: solid;
- border-color: Black;
+ text-align: right;
+ color: Black;
+ background: #ccbbbb;
+ font-size: 9pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
+ font-weight: bold;
+ border-bottom-style: solid;
+ border-color: Black;
}
.dgFilesPaging {
- text-align: left;
- color: Black;
- background: white;
- font-size: 9pt;
- padding-left: 1px;
- padding-right: 1px;
- padding-top: 1px;
+ text-align: left;
+ color: Black;
+ background: white;
+ font-size: 9pt;
+ padding-left: 1px;
+ padding-right: 1px;
+ padding-top: 1px;
}
.statoOff {
- text-align: center;
- width: 100%;
- font-size: 10pt;
- color: #4444ff;
+ text-align: center;
+ width: 100%;
+ font-size: 10pt;
+ color: #4444ff;
}
.statoOn {
- text-align: center;
- width: 100%;
- font-size: 10pt;
- color: White;
- background: #ff9900;
+ text-align: center;
+ width: 100%;
+ font-size: 10pt;
+ color: White;
+ background: #ff9900;
}
.eta2 {
- width: 33%;
- text-align: center;
- background-color: #ffcccc;
- font-size: 10pt;
- font-weight: bold;
+ width: 33%;
+ text-align: center;
+ background-color: #ffcccc;
+ font-size: 10pt;
+ font-weight: bold;
}
.termAnt {
- width: 33%;
- text-align: center;
- background-color: #ccffcc;
- font-size: 10pt;
- font-weight: bold;
+ width: 33%;
+ text-align: center;
+ background-color: #ccffcc;
+ font-size: 10pt;
+ font-weight: bold;
}
.termPost {
- width: 33%;
- text-align: center;
- background-color: #ccccff;
- font-size: 10pt;
- font-weight: bold;
+ width: 33%;
+ text-align: center;
+ background-color: #ccccff;
+ font-size: 10pt;
+ font-weight: bold;
}
.saveClose {
- width: 100%;
- text-align: center;
- background-color: #ea101e;
- padding: 2pt;
+ width: 100%;
+ text-align: center;
+ background-color: #ea101e;
+ padding: 2pt;
}
.lblColorGray {
- padding-left: 2pt;
- text-align: left;
- background-color: #777777;
- font-size: 10pt;
- font-weight: bold;
- color: White;
+ padding-left: 2pt;
+ text-align: left;
+ background-color: #777777;
+ font-size: 10pt;
+ font-weight: bold;
+ color: White;
}
.lblWhite {
- width: 70%;
- background-color: white;
+ width: 70%;
+ background-color: white;
}
.tblGray {
- border-color: #777777;
+ border-color: #777777;
}
.txtMiniTabella {
- text-align: right;
- font-weight: normal;
- padding-left: 2pt;
- font-size: 8pt;
- padding-bottom: 2pt;
- padding-top: 2pt;
+ text-align: right;
+ font-weight: normal;
+ padding-left: 2pt;
+ font-size: 8pt;
+ padding-bottom: 2pt;
+ padding-top: 2pt;
}
.txtMiniTabellaLeft {
- text-align: left;
- font-weight: normal;
- padding-left: 2pt;
- font-size: 8pt;
- padding-bottom: 2pt;
- padding-top: 2pt;
+ text-align: left;
+ font-weight: normal;
+ padding-left: 2pt;
+ font-size: 8pt;
+ padding-bottom: 2pt;
+ padding-top: 2pt;
}
.txtMiniTabellaDato {
- text-align: left;
- font-weight: bold;
- padding-left: 2pt;
- font-size: 8pt;
- padding-bottom: 2pt;
- padding-top: 2pt;
+ text-align: left;
+ font-weight: bold;
+ padding-left: 2pt;
+ font-size: 8pt;
+ padding-bottom: 2pt;
+ padding-top: 2pt;
}
.relazione {
- margin-top: 1px;
- padding-top: 1px;
- font-weight: normal;
- font-size: 11pt;
- text-align: justify;
+ margin-top: 1px;
+ padding-top: 1px;
+ font-weight: normal;
+ font-size: 11pt;
+ text-align: justify;
}
.paramIn {
- /*font-family: Verdana;*/
- margin-top: 1px;
- padding-top: 1px;
- font-weight: normal;
- font-size: 7pt;
- text-align: justify;
- padding: 2px 2px p2x 2px;
- border-right: red 2px solid;
- border-top: red 2px solid;
- border-left: red 2px solid;
- border-bottom: red 2px solid;
- margin: 1px;
- background-color: #ffcccc;
+ /*font-family: Verdana;*/
+ margin-top: 1px;
+ padding-top: 1px;
+ font-weight: normal;
+ font-size: 7pt;
+ text-align: justify;
+ padding: 2px 2px p2x 2px;
+ border-right: red 2px solid;
+ border-top: red 2px solid;
+ border-left: red 2px solid;
+ border-bottom: red 2px solid;
+ margin: 1px;
+ background-color: #ffcccc;
}
.allegatiOut {
- /*font-family: Verdana;*/
- border-top: maroon 1px solid;
- margin-top: 1px;
- padding-top: 1px;
- font-weight: normal;
- font-size: 8pt;
- text-align: justify;
+ /*font-family: Verdana;*/
+ border-top: maroon 1px solid;
+ margin-top: 1px;
+ padding-top: 1px;
+ font-weight: normal;
+ font-size: 8pt;
+ text-align: justify;
}
.testoAllegatoIN {
- /*font-family: Verdana;*/
- padding: 5px 5px p5x 5px;
- border-right: green 2px solid;
- border-top: green 2px solid;
- border-left: green 2px solid;
- border-bottom: green 2px solid;
- margin: 1px;
- background-color: #ccffdd;
- font-weight: normal;
- font-size: 7pt;
- text-align: left;
+ /*font-family: Verdana;*/
+ padding: 5px 5px p5x 5px;
+ border-right: green 2px solid;
+ border-top: green 2px solid;
+ border-left: green 2px solid;
+ border-bottom: green 2px solid;
+ margin: 1px;
+ background-color: #ccffdd;
+ font-weight: normal;
+ font-size: 7pt;
+ text-align: left;
}
.testoAllegatoOUT {
- /*font-family: Verdana;*/
- padding: 5px 5px p5x 5px;
- border-right: blue 2px solid;
- border-top: blue 2px solid;
- border-left: blue 2px solid;
- border-bottom: blue 2px solid;
- margin: 1px;
- background-color: #ccddff;
- font-weight: normal;
- font-size: 7pt;
- text-align: left;
+ /*font-family: Verdana;*/
+ padding: 5px 5px p5x 5px;
+ border-right: blue 2px solid;
+ border-top: blue 2px solid;
+ border-left: blue 2px solid;
+ border-bottom: blue 2px solid;
+ margin: 1px;
+ background-color: #ccddff;
+ font-weight: normal;
+ font-size: 7pt;
+ text-align: left;
}
.smallTable {
- width: 300px;
+ width: 300px;
}
.centerAll {
- vertical-align: middle;
- text-align: center;
+ vertical-align: middle;
+ text-align: center;
}
.selLinguaTxt {
- padding: 2px;
- font-weight: bold;
- font-size: 12pt;
- color: Yellow;
- text-align: center;
+ padding: 2px;
+ font-weight: bold;
+ font-size: 12pt;
+ color: Yellow;
+ text-align: center;
}
.boxShadowDark {
- -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
- -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
- box-shadow: 3px 3px 6px rgba(0,0,0,.3);
+ -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
+ -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
+ box-shadow: 3px 3px 6px rgba(0,0,0,.3);
}
.contrRiq {
- border-left: solid 2px silver;
- background-color: white;
- border-top: solid 2px silver;
- border-left: solid 2px silver;
- border-right: solid 2px silver;
- border-bottom: solid 1px silver;
+ border-left: solid 2px silver;
+ background-color: white;
+ border-top: solid 2px silver;
+ border-left: solid 2px silver;
+ border-right: solid 2px silver;
+ border-bottom: solid 1px silver;
}
/* per tabella UI barcode MoonPro */
table.UI {
- border-width: 1px;
- border-style: solid;
- border-color: gray;
- border-collapse: collapse;
- background-color: white;
+ border-width: 1px;
+ border-style: solid;
+ border-color: gray;
+ border-collapse: collapse;
+ background-color: white;
}
-table.UI th {
+ table.UI th {
border-width: 1px;
padding: 1px;
border-style: solid;
border-color: gray;
background-color: white;
-}
+ }
-table.UI td {
+ table.UI td {
border-width: 1px;
padding: 1px;
border-style: solid;
border-color: gray;
background-color: white;
-}
+ }
centrato {
- text-align: center;
+ text-align: center;
}
/* gestione clock jQuery */
#fancyClock {
- margin: 40px auto;
- height: 200px;
- border: 1px solid #111111;
- width: 600px;
+ margin: 40px auto;
+ height: 200px;
+ border: 1px solid #111111;
+ width: 600px;
}
@@ -2494,14 +2499,14 @@ centrato {
@Gray1: #525252;
.gradGray {
- /*background-image: url('../Images/grigio_80.png');*/
- background-color: @Gray1;
- background-image: -webkit-gradient(linear,left top,left bottom,from( @Gray2 ),to( @Gray1 ));
- background-image: -webkit-linear-gradient( @Gray2,@Gray1 );
- background-image: -moz-linear-gradient( @Gray2,@Gray1 );
- background-image: -ms-linear-gradient( @Gray2,@Gray1 );
- background-image: -o-linear-gradient( @Gray2,@Gray1 );
- background-image: linear-gradient( @Gray2,@Gray1 );
+ /*background-image: url('../Images/grigio_80.png');*/
+ background-color: @Gray1;
+ background-image: -webkit-gradient(linear,left top,left bottom,from( @Gray2 ),to( @Gray1 ));
+ background-image: -webkit-linear-gradient( @Gray2,@Gray1 );
+ background-image: -moz-linear-gradient( @Gray2,@Gray1 );
+ background-image: -ms-linear-gradient( @Gray2,@Gray1 );
+ background-image: -o-linear-gradient( @Gray2,@Gray1 );
+ background-image: linear-gradient( @Gray2,@Gray1 );
}
@@ -2509,25 +2514,25 @@ centrato {
@Red2: #ae0b16;
.warning {
- background-color: @Red1;
- background-image: -webkit-gradient(linear,left top,left bottom,from( @Red2 ),to( @Red1 ));
- background-image: -webkit-linear-gradient( @Red2,@Red1 );
- background-image: -moz-linear-gradient( @Red2,@Red1 );
- background-image: -ms-linear-gradient( @Red2,@Red1 );
- background-image: -o-linear-gradient( @Red2,@Red1 );
- background-image: linear-gradient( @Red2,@Red1 );
- font-weight: bold;
+ background-color: @Red1;
+ background-image: -webkit-gradient(linear,left top,left bottom,from( @Red2 ),to( @Red1 ));
+ background-image: -webkit-linear-gradient( @Red2,@Red1 );
+ background-image: -moz-linear-gradient( @Red2,@Red1 );
+ background-image: -ms-linear-gradient( @Red2,@Red1 );
+ background-image: -o-linear-gradient( @Red2,@Red1 );
+ background-image: linear-gradient( @Red2,@Red1 );
+ font-weight: bold;
- a {
- text-decoration: none;
- color: yellow;
- }
+ a {
+ text-decoration: none;
+ color: yellow;
+ }
a:visited {
- color: yellow;
+ color: yellow;
}
a:hover {
- color: white;
+ color: white;
}
}
diff --git a/MP-Site/Content/Style.min.css b/MP-Site/Content/Style.min.css
index 35ad3468..07851b7f 100644
--- a/MP-Site/Content/Style.min.css
+++ b/MP-Site/Content/Style.min.css
@@ -1 +1 @@
-@import url('font-awesome.min.css');@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url('OpenSans.woff') format('woff');}@font-face{font-family:'Open Sans Condensed';font-style:normal;font-weight:300;src:url('OpenSansCondensed.woff') format('woff');}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url('Roboto.woff') format('woff');}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;src:url('RobotoCondensed.woff') format('woff');}body{font-family:'Open Sans Condensed',sans-serif;background-color:#5d5d5d;}.body{font-family:'Open Sans Condensed',sans-serif;margin-top:0;margin-left:0;margin-bottom:0;margin-right:0;font-size:small;}body{background-color:#dedede;background-image:-webkit-gradient(linear,left 0%,left 100%,from(#787878),to(#dedede));background-image:-webkit-linear-gradient(top,#787878,0%,#dedede,100%);background-image:-moz-linear-gradient(top,#787878 0%,#dedede 100%);background-image:linear-gradient(to bottom,#787878 0%,#dedede 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878',endColorstr='#DEDEDE',GradientType=0);}.css_Closed{background-color:#d9534f;color:#fff;padding:2px;width:100%;}.css_Open{background-color:#5bc0de;color:#fff;padding:2px;width:100%;}.css_New{background-color:#5cb85c;color:#fff;padding:2px;width:100%;}.ajax__tab_xp .ajax__tab_header .ajax__tab_tab{height:21px;}.navbar{min-height:10px;}.fontPiccolo{font-size:8pt;}.fontNormale{font-size:12pt;}.fontMedio{font-size:18pt;}.fontGrande{font-size:24pt;}.padSmall{padding:4px;}.padMed{padding:8px;}.padHigh{padding:16px;}.pad3{padding:3px;}.uiMini{font-size:.8em;}.GridPager a,.GridPager span{display:block;height:1.6em;width:2em;text-align:center;text-decoration:none;}.GridPager a{background-color:#f5f5f5;color:#969696;}.GridPager span{background-color:#a1dcf2;color:#000;font-weight:bold;}.menuMainY{padding:6px 10px;text-align:left;height:3.3em;background:#121212;background-image:-webkit-gradient(linear,left 0%,left 100%,from(#565656),to(#343434));background-image:-webkit-linear-gradient(top,#565656,0%,#343434,100%);background-image:-moz-linear-gradient(top,#565656 0%,#343434 100%);background-image:linear-gradient(to bottom,#565656 0%,#343434 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656',endColorstr='#343434',GradientType=0);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}.body100{margin-top:0;margin-left:0;margin-bottom:0;margin-right:0;font-size:small;height:100%;width:100%;}.lblTitoloUI{color:#f00;font-size:12pt;font-style:italic;font-weight:bold;}.lblTitoloUImini{color:#f00;font-size:8pt;font-weight:bold;}.lblMessUI{color:#000;font-size:10pt;}.rigaMacchine{vertical-align:middle;height:210px;padding:1px;}.testataSemaforo{background-color:#696969;color:#fff;display:block;}.blocchiSemaforo{padding:1px;}.blocchiSemaforoMain{padding-top:0;padding-bottom:0;}.valoriResoconto{height:190px;vertical-align:top;}.imgResoconto{height:95px;vertical-align:bottom;}.sequencerVerde{height:80px;background-image:url(../images/verde.png);}.sequencerGiallo{height:80px;background-image:url(../images/giallo.png);}.sequencerRosso{height:80px;background-image:url(../images/rosso.png);}.sequencerSpento{height:80px;background-image:url(../images/grigio.png);}.sv{height:80px;background-image:url(../images/verde.png);}.sg{height:80px;background-image:url(../images/giallo.png);}.sr{height:80px;background-image:url(../images/rosso.png);}.ss{height:80px;background-image:url(../images/grigio.png);}.timeHist{vertical-align:bottom;text-align:left;}.barTempoCiclo{background-image:url(../images/grigio.png);}.timeLine{width:100%;height:7px;font-size:7pt;text-align:left;}.timeBar{width:100%;}.filtraggio{font-size:8pt;background-color:#cdcdcd;padding:1px;}.fullTick{text-align:left;height:7px;font-size:7pt;border-left:#000 1px solid;}.midTick{text-align:left;height:7px;font-size:7pt;border-left:#bababa 1px dotted;}.sVe{text-align:left;width:100%;height:100%;background-color:#009036;color:#fffab6;}.sVe a{text-decoration:none;color:#ff0;}.sVe a:visited{color:#ff0;}.sVe a:hover{color:#fff;font-weight:bold;-moz-box-shadow:0 0 12px #387bbe;-webkit-box-shadow:0 0 12px #387bbe;box-shadow:0 0 12px #387bbe;}.sGi{text-align:left;width:100%;height:100%;background-color:#ffec00;}.sGi a{text-decoration:none;color:#696969;}.sGi a:visited{color:#696969;}.sGi a:hover{color:#000;font-weight:bold;-moz-box-shadow:0 0 12px #387bbe;-webkit-box-shadow:0 0 12px #387bbe;box-shadow:0 0 12px #387bbe;}.sRo{text-align:left;width:100%;height:100%;background-color:#e2001a;color:#ff0;}.sRo a{text-decoration:none;color:#ff0;}.sRo a:visited{color:#ff0;}.sRo a:hover{color:#000;font-weight:bold;-moz-box-shadow:0 0 12px #387bbe;-webkit-box-shadow:0 0 12px #387bbe;box-shadow:0 0 12px #387bbe;}.sBl{text-align:left;width:100%;height:100%;background-color:#3690ff;color:#ffb6fa;}.sBl a{text-decoration:none;color:#ff0;}.sBl a:visited{color:#ff0;}.sBl a:hover{color:#fff;font-weight:bold;-moz-box-shadow:0 0 12px #38be7b;-webkit-box-shadow:0 0 12px #38be7b;box-shadow:0 0 12px #38be7b;}.sGr{text-align:left;width:100%;height:100%;background-color:#bcbcbc;}.statoMacchine{font-size:10pt;height:100%;text-align:left;}.statoRun{height:100%;font-size:12pt;font-weight:bold;background-color:#cfc;}.statoSetup{height:100%;font-size:12pt;font-weight:bold;background-color:#ffc;}.statoGuasto{height:100%;font-size:12pt;font-weight:bold;background-color:#faa;}.statoCampionatura{height:100%;font-size:12pt;font-weight:bold;background-color:#ff0;}.statoDisposizione{height:100%;font-size:12pt;font-weight:bold;background-color:#808080;}.statoVarie{height:100%;font-size:12pt;font-weight:bold;background-color:#800000;}.topTitle{color:#fff;font-size:18px;font-weight:bold;text-align:left;background-position:0% 0%;background:#121212;background-image:-webkit-gradient(linear,left 0%,left 100%,from(#000),to(#565656));background-image:-webkit-linear-gradient(top,#000,0%,#565656,100%);background-image:-moz-linear-gradient(top,#000 0%,#565656 100%);background-image:linear-gradient(to bottom,#000 0%,#565656 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000',endColorstr='#565656',GradientType=0);box-sizing:border-box;}.menuSx{font-size:8pt;width:180px;vertical-align:top;height:530px;background:#dee8f5;}.hlBounce{font-weight:bold;font-size:10pt;}.alertAjax{color:#ea101e;font-size:small;font-weight:bold;}.dxButtonClass{padding-right:8px;padding-left:8px;font-weight:bold;font-size:9pt;padding-bottom:2px;vertical-align:middle;color:#ff0;padding-top:2px;text-align:justify;}.dxButtonSmallClass{padding-right:4px;padding-left:4px;font-size:8pt;padding-bottom:2px;vertical-align:middle;color:#ff0;padding-top:2px;text-align:justify;}.dateTimeSmall{padding-right:1px;padding-left:1px;padding-bottom:1px;padding-top:1px;font-size:8pt;vertical-align:middle;color:#ff0;text-align:left;}.barraTitolo{background-color:#33b;vertical-align:middle;height:20pt;}.grView{color:#333;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;padding-bottom:1px;}.ctrHeaderPager{background-color:#b8b8b8;font-weight:bold;color:#fff;}.ctrFooter{background-color:#507cd1;font-weight:bold;color:#fff;}.ctrRowStyle{background-color:#eff3fb;}.ctrAltRowStyle{background-color:#fff;}.ctrEditRowStyle{background-color:#d1ddf1;}.ctrSelRowStyle{font-weight:bold;color:#333;background-color:#d1ddf1;}.ctrCommRow{font-weight:bold;background-color:#d1ddf1;}.ctrFiledHead{background-color:#dee8f5;font-weight:bold;width:25%;}.ctrLabelStrong{font-weight:bold;}.ctrFieldEdit{font-size:8pt;}INPUT{font-size:8pt;}.tableContenuto{padding:0;margin:2px;}.topContrDx{text-align:center;background-color:#fff;text-align:left;font-size:9pt;}.topContrSx{padding:6px 3px 6px 3px;text-align:center;background-color:#dee8f5;border-top:solid 2px #55b;border-left:solid 2px #55b;border-right:solid 2px #55b;font-weight:bold;font-size:8pt;}.contrDx{vertical-align:top;width:100%;background-color:#fff;font-size:8pt;border:1px solid #55b;}.bodyMainCenter{vertical-align:middle;text-align:center;height:100%;width:100%;}.bottomWrite{vertical-align:bottom;margin-top:2px;padding-top:2px;font-weight:bold;font-size:7pt;text-align:right;}.bodyCenter{vertical-align:middle;text-align:center;height:100%;width:100%;}.centerMenu{background-color:#fff;text-align:center;border-width:1px;border-style:groove;border-color:#00f;}.pnlMenuSx{padding-right:5px;}a:visited{color:#00f;}a:hover{color:#000;}.ctrSelRow2DetailStyle{font-weight:bold;color:#333;background-color:#d1ddf1;}.pnlDettaglio{margin:4px 4px 4px 4px;}.dettaglioRiga{vertical-align:top;}.pnlMaster{height:300px;}.pnlDrillDown{border-left:solid 8px #d1ddf1;border-top:solid 8px #d1ddf1;border-bottom:solid 8px #d1ddf1;border-right:solid 8px #d1ddf1;vertical-align:top;height:290px;}.clonaUserPerm{color:#ff6;background-color:#ea101e;}.boxRicerca{padding:4px;}.floSx{float:left;}.floDx{float:right;}.floCent{margin:auto;text-align:center;}.divSx{float:left;padding:0;margin:0;}.divDx{float:right;padding:0;margin:0;}.clearDiv{clear:both;}.formatTableGeneral{height:100%;width:100%;border-bottom-width:0;}.dgCenter{text-align:center;}.menuSxTree{color:#d9101e;font-size:9pt;text-align:left;font-weight:bold;margin-left:0;margin-right:0;margin-top:0;}.menuSxTreeOver{color:#fff;font-size:10pt;text-align:left;font-weight:bold;margin-left:0;margin-right:0;margin-top:0;}.menuSxElem{color:#00008b;font-size:7pt;text-align:left;font-weight:bold;margin-left:0;margin-right:0;margin-top:0;}.menuSxElemOver{color:#000;font-size:7pt;text-align:left;font-weight:bold;margin-left:0;margin-right:0;margin-top:0;}.menuSxElemSmall{font-size:7pt;text-align:left;margin-left:0;margin-right:0;font-weight:normal;color:#555;margin-top:0;}.menuSxElemSmallOver{color:#555;font-size:9pt;text-align:left;margin-left:0;margin-right:0;font-weight:normal;margin-top:0;}.userClass{padding-right:8px;padding-left:8px;font-weight:bold;font-size:9pt;padding-bottom:2px;vertical-align:bottom;color:#fff;padding-top:2px;text-align:justify;}.topMenuMess{font-size:9pt;text-align:left;margin-left:0;margin-right:0;font-weight:bold;color:#fff;margin-top:0;}.topMenuMessEn{font-size:9pt;text-align:left;margin-left:0;margin-right:0;font-weight:bold;color:#000;margin-top:0;}.bodyMain{vertical-align:top;height:100%;width:100%;}.treeCdC{width:250px;text-align:right;font-size:8pt;width:180px;vertical-align:top;height:100%;background:#fff;}.logoUpSx{width:200px;text-align:left;}.topMenu{width:100%;text-align:left;vertical-align:bottom;}.tabModPrinc{background-color:#fff;}.sxTabPrinc{font-size:10pt;font-style:italic;color:#00f;font-weight:bold;width:90%;background-color:Transparent;}.dxTabPrinc{background-color:#cbcbff;text-align:right;}.lblTabPrincLang{font-weight:bold;font-size:13pt;color:#00008b;margin-left:8px;margin-right:4px;}.lblTabPrincEn{font-weight:normal;font-size:7pt;color:#00008b;margin-left:4px;margin-right:8px;}.lblTabPrincLang2{font-weight:bold;font-size:10pt;color:#fff;margin-left:8px;margin-right:4px;}.lblTabPrincEn2{font-weight:normal;font-size:7pt;color:#fff;margin-left:4px;margin-right:8px;}.tab_1{vertical-align:top;}.sxTab_1{background-color:#c8d0d4;text-align:left;}.sxTab_1_new{background-color:#99c;text-align:left;}.dxTab_1{width:70%;background-color:#c8d0d4;}.lblTab_1Lang{font-size:10pt;font-weight:bold;color:#00008b;margin-left:8px;margin-right:4px;}.lblTab_1En{font-size:7pt;font-weight:normal;color:#00008b;margin-left:4px;margin-right:8px;}.tab_1Body{vertical-align:middle;border:solid 1px #f90;}.lblLang{font-size:10pt;font-weight:bold;color:#000;}.lblEn{font-size:7pt;color:#000;}.dgSx{background-color:#fff;border-width:0;border-style:solid;border-color:#900;}.dgSxSel{text-align:right;font-size:8pt;font-weight:bold;color:#639;background-color:#fc6;padding-left:1px;padding-right:1px;padding-top:1px;}.dgSxItem{text-align:right;font-size:7pt;color:#309;background-color:Transparent;padding-left:1px;padding-right:1px;padding-top:1px;}.dgSxAltItem{text-align:right;font-size:7pt;color:#309;background-color:#f5f5f5;padding-left:1px;padding-right:1px;padding-top:1px;}.dgSxEdit{font-size:8pt;color:#639;background-color:#fc6;padding-left:1px;padding-right:1px;padding-top:1px;vertical-align:text-top;}.dgSxHead{color:#ffc;background:#900;font-weight:bold;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dgSxHead2{color:#ffc;background:#997;font-weight:bold;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dgSxFoot{text-align:right;color:#000;background:#bcb;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;font-weight:bold;border-bottom-style:solid;border-color:#000;}.dgSxPaging{text-align:left;color:#000;background:#fff;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.sxTab_2{background-color:#1a6;text-align:left;}.dxTab_2{width:70%;background-color:Transparent;}.lblTab_2Lang{font-size:10pt;font-weight:bold;color:#fff;margin-left:8px;margin-right:4px;}.lblTab_2En{font-size:7pt;font-weight:normal;color:#fff;margin-left:4px;margin-right:8px;}.tab_2Body{vertical-align:middle;border:solid 1px #1a6;}.dgDx{background-color:#fff;border-width:1px;border-style:solid;border-color:#039;}.dgDxSel{font-size:8pt;font-weight:bold;color:#cf9;background-color:#099;padding-left:1px;padding-right:1px;padding-top:1px;}.dgDxItem{font-size:7pt;color:#039;background-color:Transparent;padding-left:1px;padding-right:1px;padding-top:1px;}.dgDxAltItem{font-size:7pt;color:#309;background-color:#f5f5f5;padding-left:1px;padding-right:1px;padding-top:1px;}.dgDxEdit{font-size:8pt;font-weight:bold;color:#cf9;background-color:#099;padding-left:1px;padding-right:1px;padding-top:1px;}.dgDxHead{color:#ccf;background:#039;font-weight:bold;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dgDxFoot{color:#039;background-color:#9cc;font-size:10pt;padding-left:1px;padding-right:1px;padding-top:1px;}.chPwdTitle{padding:2px;font-weight:bold;font-size:24pt;color:#f00;text-align:center;}.chPwdTxt{padding:2px;font-weight:bold;font-size:10pt;color:#f00;text-align:center;}.chPwdMess{padding:2px;font-weight:bold;font-style:italic;font-size:9pt;color:#ff0;text-align:center;}.lblFiltrLang{font-size:10pt;font-weight:bold;color:#000;margin-left:2px;margin-right:2px;}.lblFiltrEn{font-size:7pt;font-weight:normal;color:#000;margin-left:2px;margin-right:2px;}.loginTitle{font-weight:bold;font-size:30pt;color:#f00;}.loginTxt{padding:2px;font-weight:bold;font-size:10pt;color:#f00;text-align:center;}.loginMess{padding:2px;font-weight:bold;font-style:italic;font-size:9pt;color:#ff0;text-align:center;}.reportLabel{font-size:16pt;}.reportValue{font-size:16pt;font-weight:bold;}.reportExplLang{font-size:10pt;}.reportExplEn{font-size:7pt;font-style:italic;}.reportElencoZap{font-size:9pt;}.UnauthAppTitle{font-weight:bold;font-size:48pt;margin-left:10pt;}.UnauthTitle{font-size:24pt;color:#f00;margin-left:30pt;}.UnauthMess{font-size:12pt;font-style:italic;margin-left:30pt;}.lblMess{color:#f00;font-size:12pt;font-style:italic;font-weight:bold;}.tableHead{white-space:nowrap;height:auto;vertical-align:top;line-height:18px;width:100%;height:100%;}.tableHead2{white-space:nowrap;height:auto;vertical-align:top;line-height:18px;color:#ffc;background-color:#997;width:100%;height:100%;}.cmbFiltrText{font-size:9pt;}.currencyFormat{white-space:nowrap;text-align:right;vertical-align:baseline;}.UserLabel{background-color:#f90;text-align:center;margin:6 6 6 6;}.UserLabel.principale{font-size:large;font-weight:bold;}.UserLabel.secondario{font-size:medium;}.Calend{padding:4;background:#fff;color:#000;font-size:8pt;border-color:#999;height:180px;width:200px;}.Calend.TodayDay{background:#ccc;color:#000;}.Calend.Selector{background:#ccc;}.Calend.NextPrev{vertical-align:bottom;}.Calend.DayHeader{font-size:7pt;font-weight:bold;background:#ccc;}.Calend.SelectedDay{background:#666;font-weight:bold;color:#fff;}.Calend.Title{font-weight:bold;background:#999;border-color:#000;}.Calend.WeekEndDay{background:#ffc;color:#000;}.Calend.OtherMonthDay{color:#808080;}.cmbMini{font-size:8pt;}.txtMini{font-size:8pt;}.valOk{color:#008000;}.valKo{color:#f00;font-weight:bold;}.suggerimento{font-size:8pt;font-weight:bold;color:#f00;}.lblBudget{font-size:8pt;text-align:left;font-weight:bold;}.errore{font-weight:bold;font-size:8pt;color:#f00;background-color:#ff0;}.valUpd{font-style:italic;}.Calend{padding:4;background:#fff;color:#000;font-size:8pt;border-color:#999;height:180px;width:200px;}.Calend.TodayDay{background:#ccc;color:#000;}.Calend.Selector{background:#ccc;}.Calend.NextPrev{vertical-align:bottom;}.Calend.DayHeader{font-size:7pt;font-weight:bold;background:#ccc;}.Calend.SelectedDay{background:#666;font-weight:bold;color:#fff;}.Calend.Title{font-weight:bold;background:#999;border-color:#000;}.Calend.WeekEndDay{background:#ffc;color:#000;}.Calend.OtherMonthDay{color:#808080;}.cmbMini{font-size:8pt;}.txtMini{font-size:8pt;}.txtMiniLeft{font-size:8pt;text-align:left;}.valOk{color:#008000;}.valKo{color:#f00;font-weight:bold;}.suggerimento{font-size:8pt;font-weight:bold;color:#f00;}.clsBody{border-right:#c6d7da thin solid;border-top:#c6d7da thin solid;border-left:#c6d7da thin solid;border-bottom:#c6d7da thin solid;}.clsCurrentWeek{color:#fff;font-size:12px;text-decoration:none;white-space:nowrap;border-top:#c6d7da thin solid;border-bottom:#c6d7da thin solid;background-color:#8cc6ff;font-weight:bolder;font-weight:bold;}.clsCurrentWeek2{color:#000;font-size:12px;text-decoration:none;white-space:nowrap;border-top:#c6d7da thin solid;border-bottom:#c6d7da thin solid;font-weight:bolder;font-weight:bold;}.clsDayName{color:#0c0b5f;background-color:#bbbaf5;font-size:12px;text-decoration:none;white-space:nowrap;}.clsCurrentDay{color:#fff;background-color:#398ce7;font-size:12px;text-decoration:none;white-space:nowrap;font-weight:bolder;font-weight:bold;}.clsWorkDay{color:#000;background-color:#dbeaf5;font-size:12px;text-decoration:none;white-space:nowrap;}.clsWorkDay:hover{color:#009400;background-color:#dbeaf5;font-size:12px;text-decoration:underline;white-space:nowrap;}.clsWorkDayOtherMonth{color:#000;font-size:12px;text-decoration:none;white-space:nowrap;}.clsWeekEnd{color:#f00;background-color:#dbeaf5;font-size:12px;text-decoration:none;white-space:nowrap;}.clsWeekEnd:hover{color:#009400;background-color:#dbeaf5;font-size:12px;text-decoration:underline;white-space:nowrap;}.clsWeekEndOtherMonth{color:#f00;font-size:12px;text-decoration:none;white-space:nowrap;}.searchHead{background-color:#bab;}.textHead{background-color:#96f;}.linkAnnulla{background-color:#e99;color:#000;font-weight:bold;font-size:14pt;}.linkSalva{background-color:#9e9;color:#000;font-weight:bold;font-size:14pt;}.lblSearchLang{font-weight:bold;font-size:11pt;color:#00008b;margin-left:8px;margin-right:4px;}.tblDett{vertical-align:top;background-color:#fff;text-align:left;}.tblDett.titolo{font-size:13pt;font-weight:bold;color:#00f;}.tblDett.sceltaGen{background-color:#89e;}.pnlPar_1{background-color:#ea101e;}.pnlPar_1_En{font-size:7pt;font-weight:normal;color:#c0c0c0;}.pnlPar_1_Lang{font-size:8pt;font-weight:bold;color:#c0c0c0;}.pnlPar_1_Error{font-size:7pt;font-weight:bold;color:#ad0;}.pnlPar_1_Descr{background-color:#ea101e;font-size:9pt;font-weight:normal;color:#ff0;}.pnlPar_2{background-color:#dcdcdc;}.pnlPar_2_En{font-size:7pt;font-weight:normal;color:#000;}.pnlPar_2_Lang{font-size:8pt;font-weight:bold;color:#000;}.pnlPar_2_Error{font-size:7pt;font-weight:bold;color:#f00;}.pnlPar_2_Descr{font-size:9pt;font-weight:normal;}.pnlPar_3{background-color:#44c;}.pnlPar_3_En{font-size:8pt;font-weight:bold;color:#ff0;}.pnlPar_3_Lang{font-size:8pt;font-weight:bold;color:#c0c0c0;}.pnlPar_3_Error{font-size:7pt;font-weight:bold;color:#ff0;}.pnlPar_3_Descr{background-color:#44c;font-size:9pt;font-weight:normal;color:#ff0;}.pnlPar_3_warn{background-color:#44c;font-size:8pt;font-weight:normal;font-style:italic;color:#ff0;}.dlTestata{background-color:#fff;border-width:0;border-style:solid;border-color:#009;}.dlTestataSel{font-size:8pt;color:#396;background-color:#111;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestataItem{text-align:right;font-size:7pt;color:#309;background-color:Transparent;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestataItemObblig{text-align:right;font-size:7pt;color:#000;background-color:#b3ccff;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestataAltItem{text-align:right;font-size:7pt;color:#309;background-color:#f5f5f5;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestataEdit{font-size:8pt;color:#396;background-color:#6fc;padding-left:1px;padding-right:1px;padding-top:1px;vertical-align:text-top;}.dlTestataHead{color:#cff;background:#009;font-weight:bold;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestataHead2{color:#cff;background:#979;font-weight:bold;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestataFoot{text-align:right;color:#33d;background:#d4c8d0;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestata_Lang{font-size:7pt;font-weight:bold;color:#36b;}.dlTestata_En{font-size:7pt;font-weight:normal;color:#393;}.idxContratto{text-align:center;font-size:10pt;font-weight:bold;}.idxStatoContratto{text-align:right;font-size:10pt;font-weight:bold;font-style:italic;color:#00f;}.dlTextbox{font-size:8pt;}.dlLabel{font-size:8pt;color:#000;background-color:Transparent;border-style:none;}.pnl_bozza{background:#dcdcdc;}.pnl_inApprov{background:#cbcbcb;}.pnl_freezed{background:#bababa;}.calDayHead{font-weight:bold;color:#fff;background-color:#6969df;font-size:9pt;}.calTitle{font-weight:bold;color:#00f;background-color:#bababa;font-size:11pt;}.calOtherMonthDay{background:#dcdcdc;}.calWeekEnd{background:#cbcbcb;font-weight:bold;}.cal{font-size:10pt;}.calSel{background:#f00;font-weight:bold;color:#fff;}.calNextPrev{font-weight:bold;}.lblValSel{font-size:8pt;color:#000;background-color:Transparent;border-style:none;}.tableDett1{background:#98ff98;}.lblDett1{text-align:left;font-weight:bold;font-size:7pt;color:#000;}.valDett1{font-size:8pt;color:#000;font-weight:normal;}.tab_2lbl{vertical-align:baseline;border-collapse:collapse;border-width:thin;border-style:none;font-size:7pt;}.dettSel{border-right:#008000 1px solid;padding-right:8px;border-top:#008000 1px solid;padding-left:8px;font-weight:bold;font-size:9pt;background:#3e4;padding-bottom:2px;vertical-align:bottom;border-left:#008000 1px solid;color:#fff;padding-top:2px;border-bottom:#008000 1px solid;text-align:justify;}.dettDesel{border-right:#008000 1px solid;padding-right:8px;border-top:#008000 1px solid;padding-left:8px;font-weight:bold;font-size:9pt;background:#fff;padding-bottom:2px;vertical-align:bottom;border-left:#008000 1px solid;color:#000;padding-top:2px;border-bottom:#008000 1px solid;text-align:justify;}.dettHide{border-right:#ffa500 1px solid;padding-right:8px;border-top:#ffa500 1px solid;padding-left:8px;font-weight:bold;font-size:9pt;background:#f34;padding-bottom:2px;vertical-align:bottom;border-left:#ffa500 1px solid;color:#fff;padding-top:2px;border-bottom:#ffa500 1px solid;text-align:justify;}.tableDett3{background:#98ff98;font-size:9pt;}.dett3Head{background:#00f;color:#ff0;font-weight:bold;font-size:9pt;}.dett3Col1{color:#000;font-weight:bold;font-size:9pt;}.RDA{font-size:7pt;}.Ord{font-size:7pt;background:#d0ffe3;}.Fatt{font-size:7pt;}.linkHead{color:#fff;}.titoloMed{color:#f00;font-size:18pt;font-weight:bold;}.testoMed{font-size:12pt;}.dgAllegati{background-color:#fff;border-width:0;border-style:solid;border-color:#090;}.dgAllegatiSel{text-align:right;font-size:8pt;font-weight:bold;color:#693;background-color:#cf6;padding-left:1px;padding-right:1px;padding-top:1px;}.dgAllegatiItem{text-align:right;font-size:7pt;color:#390;background-color:Transparent;padding-left:1px;padding-right:1px;padding-top:1px;}.dgAllegatiAltItem{text-align:right;font-size:7pt;color:#390;background-color:#f5f5f5;padding-left:1px;padding-right:1px;padding-top:1px;}.dgAllegatiEdit{font-size:8pt;color:#693;background-color:#ccff66;padding-left:1px;padding-right:1px;padding-top:1px;vertical-align:text-top;}.dgAllegatiHead{color:#ffc;background:#090;font-weight:bold;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dgAllegatiFoot{text-align:right;color:#000;background:#cbb;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;font-weight:bold;border-bottom-style:solid;border-color:#000;}.dgAllegatiPaging{text-align:left;color:#000;background:#fff;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.btnTab{border-right:#ea101e 1px solid;padding-right:8px;border-top:#ea101e 1px solid;padding-left:8px;font-weight:bold;font-size:9pt;background:#ea101e;padding-bottom:2px;vertical-align:top;border-left:#ea101e 1px solid;color:#fff;padding-top:0;border-bottom:#ea101e 1px solid;text-align:justify;}.txtTab{font-size:8pt;text-align:justify;}.dropdownList{font-weight:normal;font-size:7pt;background:#ea101e;color:#fff;text-align:justify;}.job2do{width:50%;font-weight:normal;border-bottom-style:solid;border-bottom-width:thin;font-size:8pt;color:#00f;text-align:left;}.jobDone{width:50%;font-weight:normal;border-bottom-style:solid;border-bottom-width:thin;font-size:8pt;color:#008000;text-align:right;}.bodyAvanzamento{background-image:url(../images/gradiente.png);}.lblText{font-size:8pt;}.boxText{font-size:8pt;font-weight:normal;width:100%;}.lblValore{font-size:8pt;color:#000;background-color:Transparent;border-style:none;}.lblValoreBold{font-size:8pt;color:#000;font-weight:bold;background-color:Transparent;border-style:none;}.dgFiles{background-color:#fff;border-width:0;border-style:solid;border-color:#090;}.dgFilesSel{text-align:right;font-size:9pt;font-weight:bold;color:#693;background-color:#cf6;padding-left:1px;padding-right:1px;padding-top:1px;}.dgFilesItem{text-align:right;font-size:8pt;color:#390;background-color:Transparent;padding-left:1px;padding-right:1px;padding-top:1px;}.dgFilesAltItem{text-align:right;font-size:8pt;color:#390;background-color:#f5f5f5;padding-left:1px;padding-right:1px;padding-top:1px;}.dgFilesEdit{font-size:9pt;color:#693;background-color:#ccff66;padding-left:1px;padding-right:1px;padding-top:1px;vertical-align:text-top;}.dgFilesHead{color:#cff;background:#900;font-weight:bold;font-size:9pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dgFilesFoot{text-align:right;color:#000;background:#cbb;font-size:9pt;padding-left:1px;padding-right:1px;padding-top:1px;font-weight:bold;border-bottom-style:solid;border-color:#000;}.dgFilesPaging{text-align:left;color:#000;background:#fff;font-size:9pt;padding-left:1px;padding-right:1px;padding-top:1px;}.statoOff{text-align:center;width:100%;font-size:10pt;color:#44f;}.statoOn{text-align:center;width:100%;font-size:10pt;color:#fff;background:#f90;}.eta2{width:33%;text-align:center;background-color:#fcc;font-size:10pt;font-weight:bold;}.termAnt{width:33%;text-align:center;background-color:#cfc;font-size:10pt;font-weight:bold;}.termPost{width:33%;text-align:center;background-color:#ccf;font-size:10pt;font-weight:bold;}.saveClose{width:100%;text-align:center;background-color:#ea101e;padding:2pt;}.lblColorGray{padding-left:2pt;text-align:left;background-color:#777;font-size:10pt;font-weight:bold;color:#fff;}.lblWhite{width:70%;background-color:#fff;}.tblGray{border-color:#777;}.txtMiniTabella{text-align:right;font-weight:normal;padding-left:2pt;font-size:8pt;padding-bottom:2pt;padding-top:2pt;}.txtMiniTabellaLeft{text-align:left;font-weight:normal;padding-left:2pt;font-size:8pt;padding-bottom:2pt;padding-top:2pt;}.txtMiniTabellaDato{text-align:left;font-weight:bold;padding-left:2pt;font-size:8pt;padding-bottom:2pt;padding-top:2pt;}.relazione{margin-top:1px;padding-top:1px;font-weight:normal;font-size:11pt;text-align:justify;}.paramIn{margin-top:1px;padding-top:1px;font-weight:normal;font-size:7pt;text-align:justify;padding:2px 2px p2x 2px;border-right:#f00 2px solid;border-top:#f00 2px solid;border-left:#f00 2px solid;border-bottom:#f00 2px solid;margin:1px;background-color:#fcc;}.allegatiOut{border-top:#800000 1px solid;margin-top:1px;padding-top:1px;font-weight:normal;font-size:8pt;text-align:justify;}.testoAllegatoIN{padding:5px 5px p5x 5px;border-right:#008000 2px solid;border-top:#008000 2px solid;border-left:#008000 2px solid;border-bottom:#008000 2px solid;margin:1px;background-color:#cfd;font-weight:normal;font-size:7pt;text-align:left;}.testoAllegatoOUT{padding:5px 5px p5x 5px;border-right:#00f 2px solid;border-top:#00f 2px solid;border-left:#00f 2px solid;border-bottom:#00f 2px solid;margin:1px;background-color:#cdf;font-weight:normal;font-size:7pt;text-align:left;}.smallTable{width:300px;}.centerAll{vertical-align:middle;text-align:center;}.selLinguaTxt{padding:2px;font-weight:bold;font-size:12pt;color:#ff0;text-align:center;}.boxShadowDark{-webkit-box-shadow:3px 3px 6px rgba(0,0,0,.3);-moz-box-shadow:3px 3px 6px rgba(0,0,0,.3);box-shadow:3px 3px 6px rgba(0,0,0,.3);}.contrRiq{background-color:#fff;border-top:solid 2px #c0c0c0;border-left:solid 2px #c0c0c0;border-right:solid 2px #c0c0c0;border-bottom:solid 1px #c0c0c0;}table.UI{border-width:1px;border-style:solid;border-color:#808080;border-collapse:collapse;background-color:#fff;}table.UI th{border-width:1px;padding:1px;border-style:solid;border-color:#808080;background-color:#fff;}table.UI td{border-width:1px;padding:1px;border-style:solid;border-color:#808080;background-color:#fff;}centrato{text-align:center;}#fancyClock{margin:40px auto;height:200px;border:1px solid #111;width:600px;}.gradGray{background-color:#525252;background-image:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),to(#525252));background-image:-webkit-linear-gradient(#cdcdcd,#525252);background-image:-moz-linear-gradient(#cdcdcd,#525252);background-image:-ms-linear-gradient(#cdcdcd,#525252);background-image:-o-linear-gradient(#cdcdcd,#525252);background-image:linear-gradient(#cdcdcd,#525252);}.warning{background-color:#ff4040;background-image:-webkit-gradient(linear,left top,left bottom,from(#ae0b16),to(#ff4040));background-image:-webkit-linear-gradient(#ae0b16,#ff4040);background-image:-moz-linear-gradient(#ae0b16,#ff4040);background-image:-ms-linear-gradient(#ae0b16,#ff4040);background-image:-o-linear-gradient(#ae0b16,#ff4040);background-image:linear-gradient(#ae0b16,#ff4040);font-weight:bold;}.warning a{text-decoration:none;color:#ff0;}.warning a:visited{color:#ff0;}.warning a:hover{color:#fff;}
\ No newline at end of file
+@import url('font-awesome.min.css');@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url('OpenSans.woff') format('woff');}@font-face{font-family:'Open Sans Condensed';font-style:normal;font-weight:300;src:url('OpenSansCondensed.woff') format('woff');}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url('Roboto.woff') format('woff');}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;src:url('RobotoCondensed.woff') format('woff');}body{font-family:'Open Sans Condensed',sans-serif;background-color:#5d5d5d;}.body{font-family:'Open Sans Condensed',sans-serif;margin-top:0;margin-left:0;margin-bottom:0;margin-right:0;font-size:small;}body{background-color:#dedede;background-image:-webkit-gradient(linear,left 0%,left 100%,from(#787878),to(#dedede));background-image:-webkit-linear-gradient(top,#787878,0%,#dedede,100%);background-image:-moz-linear-gradient(top,#787878 0%,#dedede 100%);background-image:linear-gradient(to bottom,#787878 0%,#dedede 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878',endColorstr='#DEDEDE',GradientType=0);}.css_Closed{background-color:#d9534f;color:#fff;padding:2px;width:100%;}.css_Open{background-color:#5bc0de;color:#fff;padding:2px;width:100%;}.css_New{background-color:#5cb85c;color:#fff;padding:2px;width:100%;}.ajax__tab_xp .ajax__tab_header .ajax__tab_tab{height:21px;}.navbar{min-height:10px;}.fontPiccolo{font-size:8pt;}.fontNormale{font-size:12pt;}.fontMedio{font-size:18pt;}.fontGrande{font-size:24pt;}.padSmall{padding:4px;}.padMed{padding:8px;}.padHigh{padding:16px;}.pad3{padding:3px;}.uiMini{font-size:.8em;}.GridPager a,.GridPager span{display:block;height:1.6em;width:2em;text-align:center;text-decoration:none;}.GridPager a{background-color:#f5f5f5;color:#969696;}.GridPager span{background-color:#a1dcf2;color:#000;font-weight:bold;}.menuMainY{padding:6px 10px;text-align:left;height:3.3em;background:#121212;background-image:-webkit-gradient(linear,left 0%,left 100%,from(#565656),to(#343434));background-image:-webkit-linear-gradient(top,#565656,0%,#343434,100%);background-image:-moz-linear-gradient(top,#565656 0%,#343434 100%);background-image:linear-gradient(to bottom,#565656 0%,#343434 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656',endColorstr='#343434',GradientType=0);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}.body100{margin-top:0;margin-left:0;margin-bottom:0;margin-right:0;font-size:small;height:100%;width:100%;}.lblTitoloUI{color:#f00;font-size:12pt;font-style:italic;font-weight:bold;}.lblTitoloUImini{color:#f00;font-size:8pt;font-weight:bold;}.lblMessUI{color:#000;font-size:10pt;}.rigaMacchine{vertical-align:middle;height:210px;padding:1px;}.testataSemaforo{background-color:#696969;color:#fff;display:block;}.blocchiSemaforo{padding:1px;}.blocchiSemaforoMain{padding-top:0;padding-bottom:0;}.valoriResoconto{height:190px;vertical-align:top;}.imgResoconto{height:95px;vertical-align:bottom;}.sequencerVerde{height:80px;background-image:url(../images/verde.png);}.sequencerGiallo{height:80px;background-image:url(../images/giallo.png);}.sequencerRosso{height:80px;background-image:url(../images/rosso.png);}.sequencerSpento{height:80px;background-image:url(../images/grigio.png);}.sv{height:80px;background-image:url(../images/verde.png);}.sg{height:80px;background-image:url(../images/giallo.png);}.sr{height:80px;background-image:url(../images/rosso.png);}.ss{height:80px;background-image:url(../images/grigio.png);}.timeHist{vertical-align:bottom;text-align:left;}.barTempoCiclo{background-image:url(../images/grigio.png);}.timeLine{width:100%;height:7px;font-size:7pt;text-align:left;}.timeBar{width:100%;}.filtraggio{font-size:8pt;background-color:#cdcdcd;padding:1px;}.fullTick{text-align:left;height:7px;font-size:7pt;border-left:#000 1px solid;}.midTick{text-align:left;height:7px;font-size:7pt;border-left:#bababa 1px dotted;}.sVe{text-align:left;width:100%;height:100%;background-color:#009036;color:#fffab6;}.sVe a{text-decoration:none;color:#ff0;}.sVe a:visited{color:#ff0;}.sVe a:hover{color:#fff;font-weight:bold;-moz-box-shadow:0 0 12px #387bbe;-webkit-box-shadow:0 0 12px #387bbe;box-shadow:0 0 12px #387bbe;}.sGi{text-align:left;width:100%;height:100%;background-color:#ffec00;}.sGi a{text-decoration:none;color:#696969;}.sGi a:visited{color:#696969;}.sGi a:hover{color:#000;font-weight:bold;-moz-box-shadow:0 0 12px #387bbe;-webkit-box-shadow:0 0 12px #387bbe;box-shadow:0 0 12px #387bbe;}.sRo{text-align:left;width:100%;height:100%;background-color:#e2001a;color:#ff0;}.sRo a{text-decoration:none;color:#ff0;}.sRo a:visited{color:#ff0;}.sRo a:hover{color:#000;font-weight:bold;-moz-box-shadow:0 0 12px #387bbe;-webkit-box-shadow:0 0 12px #387bbe;box-shadow:0 0 12px #387bbe;}.sBl{text-align:left;width:100%;height:100%;background-color:#3690ff;color:#ffb6fa;}.sBl a{text-decoration:none;color:#ff0;}.sBl a:visited{color:#ff0;}.sBl a:hover{color:#fff;font-weight:bold;-moz-box-shadow:0 0 12px #38be7b;-webkit-box-shadow:0 0 12px #38be7b;box-shadow:0 0 12px #38be7b;}.sGr{text-align:left;width:100%;height:100%;background-color:#bcbcbc;}.statoMacchine{font-size:10pt;height:100%;text-align:left;}.statoRun{height:100%;font-size:12pt;font-weight:bold;background-color:#cfc;}.statoSetup{height:100%;font-size:12pt;font-weight:bold;background-color:#ffc;}.statoGuasto{height:100%;font-size:12pt;font-weight:bold;background-color:#faa;}.statoCampionatura{height:100%;font-size:12pt;font-weight:bold;background-color:#ff0;}.statoDisposizione{height:100%;font-size:12pt;font-weight:bold;background-color:#808080;}.statoVarie{height:100%;font-size:12pt;font-weight:bold;background-color:#800000;}.topTitle{color:#fff;font-size:18px;font-weight:bold;text-align:left;background-position:0% 0%;background:#121212;background-image:-webkit-gradient(linear,left 0%,left 100%,from(#000),to(#565656));background-image:-webkit-linear-gradient(top,#000,0%,#565656,100%);background-image:-moz-linear-gradient(top,#000 0%,#565656 100%);background-image:linear-gradient(to bottom,#000 0%,#565656 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000',endColorstr='#565656',GradientType=0);box-sizing:border-box;}.menuSx{font-size:8pt;width:180px;vertical-align:top;height:530px;background:#dee8f5;}.hlBounce{font-weight:bold;font-size:10pt;}.alertAjax{color:#ea101e;font-size:small;font-weight:bold;}.dxButtonClass{padding-right:8px;padding-left:8px;font-weight:bold;font-size:9pt;padding-bottom:2px;vertical-align:middle;color:#ff0;padding-top:2px;text-align:justify;}.dxButtonSmallClass{padding-right:4px;padding-left:4px;font-size:8pt;padding-bottom:2px;vertical-align:middle;color:#ff0;padding-top:2px;text-align:justify;}.dateTimeSmall{padding-right:1px;padding-left:1px;padding-bottom:1px;padding-top:1px;font-size:8pt;vertical-align:middle;color:#ff0;text-align:left;}.barraTitolo{background-color:#33b;vertical-align:middle;height:20pt;}.grView{color:#333;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;padding-bottom:1px;}.ctrHeaderPager{background-color:#b8b8b8;font-weight:bold;color:#fff;}.ctrFooter{background-color:#507cd1;font-weight:bold;color:#fff;}.ctrRowStyle{background-color:#eff3fb;}.ctrAltRowStyle{background-color:#fff;}.ctrEditRowStyle{background-color:#d1ddf1;}.ctrSelRowStyle{font-weight:bold;color:#333;background-color:#d1ddf1;}.ctrCommRow{font-weight:bold;background-color:#d1ddf1;}.ctrFiledHead{background-color:#dee8f5;font-weight:bold;width:25%;}.ctrLabelStrong{font-weight:bold;}.ctrFieldEdit{font-size:8pt;}INPUT{font-size:8pt;}.tableContenuto{padding:0;margin:2px;}.topContrDx{text-align:center;background-color:#fff;text-align:left;font-size:9pt;}.topContrSx{padding:6px 3px 6px 3px;text-align:center;background-color:#dee8f5;border-top:solid 2px #55b;border-left:solid 2px #55b;border-right:solid 2px #55b;font-weight:bold;font-size:8pt;}.contrDx{vertical-align:top;width:100%;background-color:#fff;font-size:8pt;border:1px solid #55b;}.bodyMainCenter{vertical-align:middle;text-align:center;height:100%;width:100%;}.bottomWrite{vertical-align:bottom;margin-top:2px;padding-top:2px;font-weight:bold;font-size:7pt;text-align:right;}.bodyCenter{vertical-align:middle;text-align:center;height:100%;width:100%;}.centerMenu{background-color:#fff;text-align:center;border-width:1px;border-style:groove;border-color:#00f;}.pnlMenuSx{padding-right:5px;}a:visited{color:#00f;}a:hover{color:#000;}.ctrSelRow2DetailStyle{font-weight:bold;color:#333;background-color:#d1ddf1;}.pnlDettaglio{margin:4px 4px 4px 4px;}.dettaglioRiga{vertical-align:top;}.pnlMaster{height:300px;}.pnlDrillDown{border-left:solid 8px #d1ddf1;border-top:solid 8px #d1ddf1;border-bottom:solid 8px #d1ddf1;border-right:solid 8px #d1ddf1;vertical-align:top;height:290px;}.clonaUserPerm{color:#ff6;background-color:#ea101e;}.boxRicerca{padding:4px;}.floSx{float:left;}.floDx{float:right;}.floCent{margin:auto;text-align:center;}.divSx{float:left;padding:0;margin:0;}.divDx{float:right;padding:0;margin:0;}.clearDiv{clear:both;}.formatTableGeneral{height:100%;width:100%;border-bottom-width:0;}.dgCenter{text-align:center;}.menuSxTree{color:#d9101e;font-size:9pt;text-align:left;font-weight:bold;margin-left:0;margin-right:0;margin-top:0;}.menuSxTreeOver{color:#fff;font-size:10pt;text-align:left;font-weight:bold;margin-left:0;margin-right:0;margin-top:0;}.menuSxElem{color:#00008b;font-size:7pt;text-align:left;font-weight:bold;margin-left:0;margin-right:0;margin-top:0;}.menuSxElemOver{color:#000;font-size:7pt;text-align:left;font-weight:bold;margin-left:0;margin-right:0;margin-top:0;}.menuSxElemSmall{font-size:7pt;text-align:left;margin-left:0;margin-right:0;font-weight:normal;color:#555;margin-top:0;}.menuSxElemSmallOver{color:#555;font-size:9pt;text-align:left;margin-left:0;margin-right:0;font-weight:normal;margin-top:0;}.userClass{padding-right:8px;padding-left:8px;font-weight:bold;font-size:9pt;padding-bottom:2px;vertical-align:bottom;color:#fff;padding-top:2px;text-align:justify;}.topMenuMess{font-size:9pt;text-align:left;margin-left:0;margin-right:0;font-weight:bold;color:#fff;margin-top:0;}.topMenuMessEn{font-size:9pt;text-align:left;margin-left:0;margin-right:0;font-weight:bold;color:#000;margin-top:0;}.bodyMain{vertical-align:top;height:100%;width:100%;}.treeCdC{width:250px;text-align:right;font-size:8pt;width:180px;vertical-align:top;height:100%;background:#fff;}.logoUpSx{width:200px;text-align:left;}.topMenu{width:100%;text-align:left;vertical-align:bottom;}.tabModPrinc{background-color:#fff;}.sxTabPrinc{font-size:10pt;font-style:italic;color:#00f;font-weight:bold;width:90%;background-color:Transparent;}.dxTabPrinc{background-color:#cbcbff;text-align:right;}.lblTabPrincLang{font-weight:bold;font-size:13pt;color:#00008b;margin-left:8px;margin-right:4px;}.lblTabPrincEn{font-weight:normal;font-size:7pt;color:#00008b;margin-left:4px;margin-right:8px;}.lblTabPrincLang2{font-weight:bold;font-size:10pt;color:#fff;margin-left:8px;margin-right:4px;}.lblTabPrincEn2{font-weight:normal;font-size:7pt;color:#fff;margin-left:4px;margin-right:8px;}.tab_1{vertical-align:top;}.sxTab_1{background-color:#c8d0d4;text-align:left;}.sxTab_1_new{background-color:#99c;text-align:left;}.dxTab_1{width:70%;background-color:#c8d0d4;}.lblTab_1Lang{font-size:10pt;font-weight:bold;color:#00008b;margin-left:8px;margin-right:4px;}.lblTab_1En{font-size:7pt;font-weight:normal;color:#00008b;margin-left:4px;margin-right:8px;}.tab_1Body{vertical-align:middle;border:solid 1px #f90;}.lblLang{font-size:10pt;font-weight:bold;color:#000;}.lblEn{font-size:7pt;color:#000;}.dgSx{background-color:#fff;border-width:0;border-style:solid;border-color:#900;}.dgSxSel{text-align:right;font-size:8pt;font-weight:bold;color:#639;background-color:#fc6;padding-left:1px;padding-right:1px;padding-top:1px;}.dgSxItem{text-align:right;font-size:7pt;color:#309;background-color:Transparent;padding-left:1px;padding-right:1px;padding-top:1px;}.dgSxAltItem{text-align:right;font-size:7pt;color:#309;background-color:#f5f5f5;padding-left:1px;padding-right:1px;padding-top:1px;}.dgSxEdit{font-size:8pt;color:#639;background-color:#fc6;padding-left:1px;padding-right:1px;padding-top:1px;vertical-align:text-top;}.dgSxHead{color:#ffc;background:#900;font-weight:bold;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dgSxHead2{color:#ffc;background:#997;font-weight:bold;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dgSxFoot{text-align:right;color:#000;background:#bcb;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;font-weight:bold;border-bottom-style:solid;border-color:#000;}.dgSxPaging{text-align:left;color:#000;background:#fff;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.sxTab_2{background-color:#1a6;text-align:left;}.dxTab_2{width:70%;background-color:Transparent;}.lblTab_2Lang{font-size:10pt;font-weight:bold;color:#fff;margin-left:8px;margin-right:4px;}.lblTab_2En{font-size:7pt;font-weight:normal;color:#fff;margin-left:4px;margin-right:8px;}.tab_2Body{vertical-align:middle;border:solid 1px #1a6;}.dgDx{background-color:#fff;border-width:1px;border-style:solid;border-color:#039;}.dgDxSel{font-size:8pt;font-weight:bold;color:#cf9;background-color:#099;padding-left:1px;padding-right:1px;padding-top:1px;}.dgDxItem{font-size:7pt;color:#039;background-color:Transparent;padding-left:1px;padding-right:1px;padding-top:1px;}.dgDxAltItem{font-size:7pt;color:#309;background-color:#f5f5f5;padding-left:1px;padding-right:1px;padding-top:1px;}.dgDxEdit{font-size:8pt;font-weight:bold;color:#cf9;background-color:#099;padding-left:1px;padding-right:1px;padding-top:1px;}.dgDxHead{color:#ccf;background:#039;font-weight:bold;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dgDxFoot{color:#039;background-color:#9cc;font-size:10pt;padding-left:1px;padding-right:1px;padding-top:1px;}.chPwdTitle{padding:2px;font-weight:bold;font-size:24pt;color:#f00;text-align:center;}.chPwdTxt{padding:2px;font-weight:bold;font-size:10pt;color:#f00;text-align:center;}.chPwdMess{padding:2px;font-weight:bold;font-style:italic;font-size:9pt;color:#ff0;text-align:center;}.lblFiltrLang{font-size:10pt;font-weight:bold;color:#000;margin-left:2px;margin-right:2px;}.lblFiltrEn{font-size:7pt;font-weight:normal;color:#000;margin-left:2px;margin-right:2px;}.loginTitle{font-weight:bold;font-size:30pt;color:#f00;}.loginTxt{padding:2px;font-weight:bold;font-size:10pt;color:#f00;text-align:center;}.loginMess{padding:2px;font-weight:bold;font-style:italic;font-size:9pt;color:#ff0;text-align:center;}.reportLabel{font-size:16pt;}.reportValue{font-size:16pt;font-weight:bold;}.reportExplLang{font-size:10pt;}.reportExplEn{font-size:7pt;font-style:italic;}.reportElencoZap{font-size:9pt;}.UnauthAppTitle{font-weight:bold;font-size:48pt;margin-left:10pt;}.UnauthTitle{font-size:24pt;color:#f00;margin-left:30pt;}.UnauthMess{font-size:12pt;font-style:italic;margin-left:30pt;}.lblMess{color:#f00;font-size:12pt;font-style:italic;font-weight:bold;}.tableHead{white-space:nowrap;height:auto;vertical-align:top;line-height:18px;width:100%;height:100%;}.tableHead2{white-space:nowrap;height:auto;vertical-align:top;line-height:18px;color:#ffc;background-color:#997;width:100%;height:100%;}.cmbFiltrText{font-size:9pt;}.currencyFormat{white-space:nowrap;text-align:right;vertical-align:baseline;}.UserLabel{background-color:#f90;text-align:center;margin:6 6 6 6;}.UserLabel.principale{font-size:large;font-weight:bold;}.UserLabel.secondario{font-size:medium;}.Calend{padding:4;background:#fff;color:#000;font-size:8pt;border-color:#999;height:180px;width:200px;}.Calend.TodayDay{background:#ccc;color:#000;}.Calend.Selector{background:#ccc;}.Calend.NextPrev{vertical-align:bottom;}.Calend.DayHeader{font-size:7pt;font-weight:bold;background:#ccc;}.Calend.SelectedDay{background:#666;font-weight:bold;color:#fff;}.Calend.Title{font-weight:bold;background:#999;border-color:#000;}.Calend.WeekEndDay{background:#ffc;color:#000;}.Calend.OtherMonthDay{color:#808080;}.cmbMini{font-size:8pt;}.txtMini{font-size:8pt;}.valOk{color:#008000;}.valKo{color:#f00;font-weight:bold;}.suggerimento{font-size:8pt;font-weight:bold;color:#f00;}.lblBudget{font-size:8pt;text-align:left;font-weight:bold;}.errore{font-weight:bold;font-size:8pt;color:#f00;background-color:#ff0;}.valUpd{font-style:italic;}.Calend{padding:4;background:#fff;color:#000;font-size:8pt;border-color:#999;height:180px;width:200px;}.Calend.TodayDay{background:#ccc;color:#000;}.Calend.Selector{background:#ccc;}.Calend.NextPrev{vertical-align:bottom;}.Calend.DayHeader{font-size:7pt;font-weight:bold;background:#ccc;}.Calend.SelectedDay{background:#666;font-weight:bold;color:#fff;}.Calend.Title{font-weight:bold;background:#999;border-color:#000;}.Calend.WeekEndDay{background:#ffc;color:#000;}.Calend.OtherMonthDay{color:#808080;}.cmbMini{font-size:8pt;}.txtMini{font-size:8pt;}.txtMiniLeft{font-size:8pt;text-align:left;}.valOk{color:#008000;}.valKo{color:#f00;font-weight:bold;}.suggerimento{font-size:8pt;font-weight:bold;color:#f00;}.clsBody{border-right:#c6d7da thin solid;border-top:#c6d7da thin solid;border-left:#c6d7da thin solid;border-bottom:#c6d7da thin solid;}.clsCurrentWeek{color:#fff;font-size:12px;text-decoration:none;white-space:nowrap;border-top:#c6d7da thin solid;border-bottom:#c6d7da thin solid;background-color:#8cc6ff;font-weight:bolder;font-weight:bold;}.clsCurrentWeek2{color:#000;font-size:12px;text-decoration:none;white-space:nowrap;border-top:#c6d7da thin solid;border-bottom:#c6d7da thin solid;font-weight:bolder;font-weight:bold;}.clsDayName{color:#0c0b5f;background-color:#bbbaf5;font-size:12px;text-decoration:none;white-space:nowrap;}.clsCurrentDay{color:#fff;background-color:#398ce7;font-size:12px;text-decoration:none;white-space:nowrap;font-weight:bolder;font-weight:bold;}.clsWorkDay{color:#000;background-color:#dbeaf5;font-size:12px;text-decoration:none;white-space:nowrap;}.clsWorkDay:hover{color:#009400;background-color:#dbeaf5;font-size:12px;text-decoration:underline;white-space:nowrap;}.clsWorkDayOtherMonth{color:#000;font-size:12px;text-decoration:none;white-space:nowrap;}.clsWeekEnd{color:#f00;background-color:#dbeaf5;font-size:12px;text-decoration:none;white-space:nowrap;}.clsWeekEnd:hover{color:#009400;background-color:#dbeaf5;font-size:12px;text-decoration:underline;white-space:nowrap;}.clsWeekEndOtherMonth{color:#f00;font-size:12px;text-decoration:none;white-space:nowrap;}.searchHead{background-color:#bab;}.textHead{background-color:#96f;}.linkAnnulla{background-color:#e99;color:#000;font-weight:bold;font-size:14pt;}.linkSalva{background-color:#9e9;color:#000;font-weight:bold;font-size:14pt;}.lblSearchLang{font-weight:bold;font-size:11pt;color:#00008b;margin-left:8px;margin-right:4px;}.tblDett{vertical-align:top;background-color:#fff;text-align:left;}.tblDett.titolo{font-size:13pt;font-weight:bold;color:#00f;}.tblDett.sceltaGen{background-color:#89e;}.pnlPar_1{background-color:#ea101e;}.pnlPar_1_En{font-size:7pt;font-weight:normal;color:#c0c0c0;}.pnlPar_1_Lang{font-size:8pt;font-weight:bold;color:#c0c0c0;}.pnlPar_1_Error{font-size:7pt;font-weight:bold;color:#ad0;}.pnlPar_1_Descr{background-color:#ea101e;font-size:9pt;font-weight:normal;color:#ff0;}.pnlPar_2{background-color:#dcdcdc;}.pnlPar_2_En{font-size:7pt;font-weight:normal;color:#000;}.pnlPar_2_Lang{font-size:8pt;font-weight:bold;color:#000;}.pnlPar_2_Error{font-size:7pt;font-weight:bold;color:#f00;}.pnlPar_2_Descr{font-size:9pt;font-weight:normal;}.pnlPar_3{background-color:#44c;}.pnlPar_3_En{font-size:8pt;font-weight:bold;color:#ff0;}.pnlPar_3_Lang{font-size:8pt;font-weight:bold;color:#c0c0c0;}.pnlPar_3_Error{font-size:7pt;font-weight:bold;color:#ff0;}.pnlPar_3_Descr{background-color:#44c;font-size:9pt;font-weight:normal;color:#ff0;}.pnlPar_3_warn{background-color:#44c;font-size:8pt;font-weight:normal;font-style:italic;color:#ff0;}.dlTestata{background-color:#fff;border-width:0;border-style:solid;border-color:#009;}.dlTestataSel{font-size:8pt;color:#396;background-color:#111;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestataItem{text-align:right;font-size:7pt;color:#309;background-color:Transparent;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestataItemObblig{text-align:right;font-size:7pt;color:#000;background-color:#b3ccff;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestataAltItem{text-align:right;font-size:7pt;color:#309;background-color:#f5f5f5;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestataEdit{font-size:8pt;color:#396;background-color:#6fc;padding-left:1px;padding-right:1px;padding-top:1px;vertical-align:text-top;}.dlTestataHead{color:#cff;background:#009;font-weight:bold;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestataHead2{color:#cff;background:#979;font-weight:bold;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestataFoot{text-align:right;color:#33d;background:#d4c8d0;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dlTestata_Lang{font-size:7pt;font-weight:bold;color:#36b;}.dlTestata_En{font-size:7pt;font-weight:normal;color:#393;}.idxContratto{text-align:center;font-size:10pt;font-weight:bold;}.idxStatoContratto{text-align:right;font-size:10pt;font-weight:bold;font-style:italic;color:#00f;}.dlTextbox{font-size:8pt;}.dlLabel{font-size:8pt;color:#000;background-color:Transparent;border-style:none;}.pnl_bozza{background:#dcdcdc;}.pnl_inApprov{background:#cbcbcb;}.pnl_freezed{background:#bababa;}.calDayHead{font-weight:bold;color:#fff;background-color:#6969df;font-size:9pt;}.calTitle{font-weight:bold;color:#00f;background-color:#bababa;font-size:11pt;}.calOtherMonthDay{background:#dcdcdc;}.calWeekEnd{background:#cbcbcb;font-weight:bold;}.cal{font-size:10pt;}.calSel{background:#f00;font-weight:bold;color:#fff;}.calNextPrev{font-weight:bold;}.lblValSel{font-size:8pt;color:#000;background-color:Transparent;border-style:none;}.tableDett1{background:#98ff98;}.lblDett1{text-align:left;font-weight:bold;font-size:7pt;color:#000;}.valDett1{font-size:8pt;color:#000;font-weight:normal;}.tab_2lbl{vertical-align:baseline;border-collapse:collapse;border-width:thin;border-style:none;font-size:7pt;}.dettSel{border-right:#008000 1px solid;padding-right:8px;border-top:#008000 1px solid;padding-left:8px;font-weight:bold;font-size:9pt;background:#3e4;padding-bottom:2px;vertical-align:bottom;border-left:#008000 1px solid;color:#fff;padding-top:2px;border-bottom:#008000 1px solid;text-align:justify;}.dettDesel{border-right:#008000 1px solid;padding-right:8px;border-top:#008000 1px solid;padding-left:8px;font-weight:bold;font-size:9pt;background:#fff;padding-bottom:2px;vertical-align:bottom;border-left:#008000 1px solid;color:#000;padding-top:2px;border-bottom:#008000 1px solid;text-align:justify;}.dettHide{border-right:#ffa500 1px solid;padding-right:8px;border-top:#ffa500 1px solid;padding-left:8px;font-weight:bold;font-size:9pt;background:#f34;padding-bottom:2px;vertical-align:bottom;border-left:#ffa500 1px solid;color:#fff;padding-top:2px;border-bottom:#ffa500 1px solid;text-align:justify;}.tableDett3{background:#98ff98;font-size:9pt;}.dett3Head{background:#00f;color:#ff0;font-weight:bold;font-size:9pt;}.dett3Col1{color:#000;font-weight:bold;font-size:9pt;}.RDA{font-size:7pt;}.Ord{font-size:7pt;background:#d0ffe3;}.Fatt{font-size:7pt;}.linkHead{color:#fff;}.titoloMed{color:#f00;font-size:18pt;font-weight:bold;}.testoMed{font-size:12pt;}.dgAllegati{background-color:#fff;border-width:0;border-style:solid;border-color:#090;}.dgAllegatiSel{text-align:right;font-size:8pt;font-weight:bold;color:#693;background-color:#cf6;padding-left:1px;padding-right:1px;padding-top:1px;}.dgAllegatiItem{text-align:right;font-size:7pt;color:#390;background-color:Transparent;padding-left:1px;padding-right:1px;padding-top:1px;}.dgAllegatiAltItem{text-align:right;font-size:7pt;color:#390;background-color:#f5f5f5;padding-left:1px;padding-right:1px;padding-top:1px;}.dgAllegatiEdit{font-size:8pt;color:#693;background-color:#cf6;padding-left:1px;padding-right:1px;padding-top:1px;vertical-align:text-top;}.dgAllegatiHead{color:#ffc;background:#090;font-weight:bold;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dgAllegatiFoot{text-align:right;color:#000;background:#cbb;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;font-weight:bold;border-bottom-style:solid;border-color:#000;}.dgAllegatiPaging{text-align:left;color:#000;background:#fff;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;}.btnTab{border-right:#ea101e 1px solid;padding-right:8px;border-top:#ea101e 1px solid;padding-left:8px;font-weight:bold;font-size:9pt;background:#ea101e;padding-bottom:2px;vertical-align:top;border-left:#ea101e 1px solid;color:#fff;padding-top:0;border-bottom:#ea101e 1px solid;text-align:justify;}.txtTab{font-size:8pt;text-align:justify;}.dropdownList{font-weight:normal;font-size:7pt;background:#ea101e;color:#fff;text-align:justify;}.job2do{width:50%;font-weight:normal;border-bottom-style:solid;border-bottom-width:thin;font-size:8pt;color:#00f;text-align:left;}.jobDone{width:50%;font-weight:normal;border-bottom-style:solid;border-bottom-width:thin;font-size:8pt;color:#008000;text-align:right;}.bodyAvanzamento{background-image:url(../images/gradiente.png);}.lblText{font-size:8pt;}.boxText{font-size:8pt;font-weight:normal;width:100%;}.lblValore{font-size:8pt;color:#000;background-color:Transparent;border-style:none;}.lblValoreBold{font-size:8pt;color:#000;font-weight:bold;background-color:Transparent;border-style:none;}.dgFiles{background-color:#fff;border-width:0;border-style:solid;border-color:#090;}.dgFilesSel{text-align:right;font-size:9pt;font-weight:bold;color:#693;background-color:#cf6;padding-left:1px;padding-right:1px;padding-top:1px;}.dgFilesItem{text-align:right;font-size:8pt;color:#390;background-color:Transparent;padding-left:1px;padding-right:1px;padding-top:1px;}.dgFilesAltItem{text-align:right;font-size:8pt;color:#390;background-color:#f5f5f5;padding-left:1px;padding-right:1px;padding-top:1px;}.dgFilesEdit{font-size:9pt;color:#693;background-color:#cf6;padding-left:1px;padding-right:1px;padding-top:1px;vertical-align:text-top;}.dgFilesHead{color:#cff;background:#900;font-weight:bold;font-size:9pt;padding-left:1px;padding-right:1px;padding-top:1px;}.dgFilesFoot{text-align:right;color:#000;background:#cbb;font-size:9pt;padding-left:1px;padding-right:1px;padding-top:1px;font-weight:bold;border-bottom-style:solid;border-color:#000;}.dgFilesPaging{text-align:left;color:#000;background:#fff;font-size:9pt;padding-left:1px;padding-right:1px;padding-top:1px;}.statoOff{text-align:center;width:100%;font-size:10pt;color:#44f;}.statoOn{text-align:center;width:100%;font-size:10pt;color:#fff;background:#f90;}.eta2{width:33%;text-align:center;background-color:#fcc;font-size:10pt;font-weight:bold;}.termAnt{width:33%;text-align:center;background-color:#cfc;font-size:10pt;font-weight:bold;}.termPost{width:33%;text-align:center;background-color:#ccf;font-size:10pt;font-weight:bold;}.saveClose{width:100%;text-align:center;background-color:#ea101e;padding:2pt;}.lblColorGray{padding-left:2pt;text-align:left;background-color:#777;font-size:10pt;font-weight:bold;color:#fff;}.lblWhite{width:70%;background-color:#fff;}.tblGray{border-color:#777;}.txtMiniTabella{text-align:right;font-weight:normal;padding-left:2pt;font-size:8pt;padding-bottom:2pt;padding-top:2pt;}.txtMiniTabellaLeft{text-align:left;font-weight:normal;padding-left:2pt;font-size:8pt;padding-bottom:2pt;padding-top:2pt;}.txtMiniTabellaDato{text-align:left;font-weight:bold;padding-left:2pt;font-size:8pt;padding-bottom:2pt;padding-top:2pt;}.relazione{margin-top:1px;padding-top:1px;font-weight:normal;font-size:11pt;text-align:justify;}.paramIn{margin-top:1px;padding-top:1px;font-weight:normal;font-size:7pt;text-align:justify;padding:2px 2px p2x 2px;border-right:#f00 2px solid;border-top:#f00 2px solid;border-left:#f00 2px solid;border-bottom:#f00 2px solid;margin:1px;background-color:#fcc;}.allegatiOut{border-top:#800000 1px solid;margin-top:1px;padding-top:1px;font-weight:normal;font-size:8pt;text-align:justify;}.testoAllegatoIN{padding:5px 5px p5x 5px;border-right:#008000 2px solid;border-top:#008000 2px solid;border-left:#008000 2px solid;border-bottom:#008000 2px solid;margin:1px;background-color:#cfd;font-weight:normal;font-size:7pt;text-align:left;}.testoAllegatoOUT{padding:5px 5px p5x 5px;border-right:#00f 2px solid;border-top:#00f 2px solid;border-left:#00f 2px solid;border-bottom:#00f 2px solid;margin:1px;background-color:#cdf;font-weight:normal;font-size:7pt;text-align:left;}.smallTable{width:300px;}.centerAll{vertical-align:middle;text-align:center;}.selLinguaTxt{padding:2px;font-weight:bold;font-size:12pt;color:#ff0;text-align:center;}.boxShadowDark{-webkit-box-shadow:3px 3px 6px rgba(0,0,0,.3);-moz-box-shadow:3px 3px 6px rgba(0,0,0,.3);box-shadow:3px 3px 6px rgba(0,0,0,.3);}.contrRiq{background-color:#fff;border-top:solid 2px #c0c0c0;border-left:solid 2px #c0c0c0;border-right:solid 2px #c0c0c0;border-bottom:solid 1px #c0c0c0;}table.UI{border-width:1px;border-style:solid;border-color:#808080;border-collapse:collapse;background-color:#fff;}table.UI th{border-width:1px;padding:1px;border-style:solid;border-color:#808080;background-color:#fff;}table.UI td{border-width:1px;padding:1px;border-style:solid;border-color:#808080;background-color:#fff;}centrato{text-align:center;}#fancyClock{margin:40px auto;height:200px;border:1px solid #111;width:600px;}.gradGray{background-color:#525252;background-image:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),to(#525252));background-image:-webkit-linear-gradient(#cdcdcd,#525252);background-image:-moz-linear-gradient(#cdcdcd,#525252);background-image:-ms-linear-gradient(#cdcdcd,#525252);background-image:-o-linear-gradient(#cdcdcd,#525252);background-image:linear-gradient(#cdcdcd,#525252);}.warning{background-color:#ff4040;background-image:-webkit-gradient(linear,left top,left bottom,from(#ae0b16),to(#ff4040));background-image:-webkit-linear-gradient(#ae0b16,#ff4040);background-image:-moz-linear-gradient(#ae0b16,#ff4040);background-image:-ms-linear-gradient(#ae0b16,#ff4040);background-image:-o-linear-gradient(#ae0b16,#ff4040);background-image:linear-gradient(#ae0b16,#ff4040);font-weight:bold;}.warning a{text-decoration:none;color:#ff0;}.warning a:visited{color:#ff0;}.warning a:hover{color:#fff;}
\ No newline at end of file
diff --git a/MP-Site/MP-Site.csproj b/MP-Site/MP-Site.csproj
index 8ffde849..b352a900 100644
--- a/MP-Site/MP-Site.csproj
+++ b/MP-Site/MP-Site.csproj
@@ -566,12 +566,8 @@