1881 lines
34 KiB
CSS
1881 lines
34 KiB
CSS
@import url('font-awesome.min.css');
|
|
/*Import fonts!*/
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/OpenSans.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans Condensed';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url('../fonts/OpenSansCondensed.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/Roboto.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Roboto Condensed';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/RobotoCondensed.woff') format('woff');
|
|
}
|
|
.body {
|
|
font-family: 'Open Sans Condensed', sans-serif;
|
|
margin-top: 0px;
|
|
margin-left: 0px;
|
|
margin-bottom: 0px;
|
|
margin-right: 0px;
|
|
font-size: small;
|
|
}
|
|
body {
|
|
font-family: 'Open Sans Condensed', sans-serif;
|
|
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-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);*/
|
|
}
|
|
.table-sm > thead > tr > th,
|
|
.table-sm > tbody > tr > th,
|
|
.table-sm > tfoot > tr > th,
|
|
.table-sm > thead > tr > td,
|
|
.table-sm > tbody > tr > td,
|
|
.table-sm > tfoot > tr > td {
|
|
padding: 0.15em;
|
|
}
|
|
.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: 0.8em;
|
|
}
|
|
.GridPager a,
|
|
.GridPager span {
|
|
display: block;
|
|
height: 1.5em;
|
|
width: 1em;
|
|
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: 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;
|
|
}
|
|
.lblTitoloUImini {
|
|
color: Red;
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
}
|
|
.lblMessUI {
|
|
color: Black;
|
|
font-size: 10pt;
|
|
}
|
|
/* ... */
|
|
.rigaMacchine {
|
|
vertical-align: middle;
|
|
height: 300px;
|
|
width: 17%;
|
|
}
|
|
.valoriResoconto {
|
|
height: 150px;
|
|
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 {
|
|
width: 100%;
|
|
font-size: 8pt;
|
|
background-color: #ABABEF;
|
|
}
|
|
.fullTick {
|
|
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;
|
|
}
|
|
.sVe {
|
|
text-align: left;
|
|
width: 100%;
|
|
height: 100%;
|
|
/*background: linear-gradient(#009036, #8cbd59, #00762c);*/
|
|
background-color: #009036;
|
|
background-image: url(../images/verde.png);
|
|
color: Yellow;
|
|
}
|
|
.sGi {
|
|
text-align: left;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #ffec00;
|
|
background-image: url(../images/giallo.png);
|
|
}
|
|
.sRo {
|
|
text-align: left;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #e2001a;
|
|
background-image: url(../images/rosso.png);
|
|
}
|
|
.sBl {
|
|
text-align: left;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #3690FF;
|
|
background-image: url(../images/blu.png);
|
|
color: Yellow;
|
|
}
|
|
.sGr {
|
|
text-align: left;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #bcbcbc;
|
|
background-image: url(../images/grigio.png);
|
|
}
|
|
.statoMacchine {
|
|
font-size: 10pt;
|
|
height: 100%;
|
|
text-align: left;
|
|
}
|
|
.statoRun {
|
|
height: 100%;
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
background-color: #ccffcc;
|
|
}
|
|
.statoSetup {
|
|
height: 100%;
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
background-color: #ffffcc;
|
|
}
|
|
.statoGuasto {
|
|
height: 100%;
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
background-color: #ffaaaa;
|
|
}
|
|
.statoCampionatura {
|
|
height: 100%;
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
background-color: Yellow;
|
|
}
|
|
.statoDisposizione {
|
|
height: 100%;
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
background-color: Gray;
|
|
}
|
|
.statoVarie {
|
|
height: 100%;
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
background-color: Maroon;
|
|
}
|
|
.topTitle {
|
|
font-size: 1.5em;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
background-repeat: repeat-x;
|
|
background-position: 0% 0%;
|
|
background-attachment: scroll;
|
|
background-color: #767676;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#767676));
|
|
background-image: -webkit-linear-gradient(#000, #767676);
|
|
background-image: -moz-linear-gradient(#000, #767676);
|
|
background-image: -ms-linear-gradient(#000, #767676);
|
|
background-image: -o-linear-gradient(#000, #767676);
|
|
background-image: linear-gradient(#000, #767676);
|
|
}
|
|
.topTitle a,
|
|
.topTitle a:visited {
|
|
color: White;
|
|
}
|
|
.warning {
|
|
padding: 4px;
|
|
font-weight: bold;
|
|
border-style: solid;
|
|
border-color: #ff1212;
|
|
}
|
|
.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: 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;
|
|
}
|
|
.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;
|
|
}
|
|
.barraTitolo {
|
|
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;
|
|
}
|
|
.ctrHeaderPager {
|
|
background-color: #b8b8b8;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
.ctrFooter {
|
|
background-color: #507CD1;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
.ctrRowStyle {
|
|
background-color: #EFF3FB;
|
|
}
|
|
.ctrAltRowStyle {
|
|
background-color: White;
|
|
}
|
|
.ctrEditRowStyle {
|
|
background-color: #D1DDF1;
|
|
}
|
|
.ctrSelRowStyle {
|
|
font-weight: bold;
|
|
color: #333333;
|
|
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: 1em;
|
|
margin: 0.2em 1em 0.2em 0.2em;
|
|
width: 100%;
|
|
}
|
|
.topContrDx {
|
|
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;
|
|
}
|
|
.contrDx {
|
|
vertical-align: top;
|
|
width: 100%;
|
|
background-color: White;
|
|
font-size: 8pt;
|
|
border: 1px solid #1a1a44;
|
|
}
|
|
.bodyMainCenter {
|
|
background-image: url('../images/sfondo.png');
|
|
background-repeat: no-repeat;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.bottomWrite {
|
|
vertical-align: bottom;
|
|
font-weight: bold;
|
|
font-size: 7pt;
|
|
text-align: right;
|
|
}
|
|
.bodyCenter {
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.centerMenu {
|
|
background-color: White;
|
|
text-align: center;
|
|
border-width: thin;
|
|
border-style: groove;
|
|
border-color: Blue;
|
|
}
|
|
.pnlMenuSx {
|
|
padding-right: 5px;
|
|
}
|
|
A:visited {
|
|
color: blue;
|
|
}
|
|
A:hover {
|
|
color: #000000;
|
|
}
|
|
.ctrSelRow2DetailStyle {
|
|
font-weight: bold;
|
|
color: #333333;
|
|
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: #ffff66;
|
|
background-color: #ea101e;
|
|
}
|
|
.boxRicerca {
|
|
padding: 4px;
|
|
}
|
|
.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: 0px;
|
|
}
|
|
.dgCenter {
|
|
text-align: center;
|
|
}
|
|
.menuSxTree {
|
|
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;
|
|
}
|
|
.menuSxElem {
|
|
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;
|
|
}
|
|
.menuSxElemSmall {
|
|
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;
|
|
}
|
|
.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;
|
|
}
|
|
.topMenuMess {
|
|
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;
|
|
}
|
|
.bodyMain {
|
|
background-image: url('../images/sfondo.png');
|
|
background-repeat: no-repeat;
|
|
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;
|
|
}
|
|
.logoUpSx {
|
|
width: 200px;
|
|
text-align: left;
|
|
}
|
|
.topMenu {
|
|
width: 100%;
|
|
text-align: left;
|
|
vertical-align: bottom;
|
|
}
|
|
.tabModPrinc {
|
|
background-color: White;
|
|
}
|
|
.sxTabPrinc {
|
|
font-size: 10pt;
|
|
font-style: italic;
|
|
color: Blue;
|
|
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: White;
|
|
margin-left: 8px;
|
|
margin-right: 4px;
|
|
}
|
|
.lblTabPrincEn2 {
|
|
font-weight: normal;
|
|
font-size: 7pt;
|
|
color: White;
|
|
margin-left: 4px;
|
|
margin-right: 8px;
|
|
}
|
|
.tab_1 {
|
|
vertical-align: top;
|
|
}
|
|
.sxTab_1 {
|
|
background-color: #C8D0D4;
|
|
text-align: left;
|
|
}
|
|
.sxTab_1_new {
|
|
background-color: #9999cc;
|
|
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: 1px solid #ff9900;
|
|
}
|
|
.lblLang {
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
color: Black;
|
|
}
|
|
.lblEn {
|
|
font-size: 7pt;
|
|
color: Black;
|
|
}
|
|
.dgSx {
|
|
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;
|
|
}
|
|
.dgSxItem {
|
|
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;
|
|
}
|
|
.dgSxEdit {
|
|
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;
|
|
}
|
|
.dgSxHead2 {
|
|
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;
|
|
}
|
|
.dgSxPaging {
|
|
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;
|
|
}
|
|
.dxTab_2 {
|
|
width: 70%;
|
|
background-color: Transparent;
|
|
}
|
|
.lblTab_2Lang {
|
|
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;
|
|
}
|
|
.tab_2Body {
|
|
vertical-align: middle;
|
|
border: 1px solid #11AA66;
|
|
}
|
|
.dgDx {
|
|
background-color: White;
|
|
border: 1px solid #003399;
|
|
}
|
|
.dgDxSel {
|
|
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;
|
|
}
|
|
.dgDxAltItem {
|
|
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;
|
|
}
|
|
.dgDxHead {
|
|
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;
|
|
}
|
|
.chPwdTitle {
|
|
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;
|
|
}
|
|
.chPwdMess {
|
|
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;
|
|
}
|
|
.lblFiltrEn {
|
|
font-size: 7pt;
|
|
font-weight: normal;
|
|
color: Black;
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
}
|
|
.loginTitle {
|
|
font-weight: bold;
|
|
font-size: 30pt;
|
|
color: Red;
|
|
}
|
|
.loginTxt {
|
|
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;
|
|
}
|
|
.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: Red;
|
|
margin-left: 30pt;
|
|
}
|
|
.UnauthMess {
|
|
font-size: 12pt;
|
|
font-style: italic;
|
|
margin-left: 30pt;
|
|
}
|
|
.lblMess {
|
|
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%;
|
|
}
|
|
.tableHead2 {
|
|
white-space: nowrap;
|
|
height: auto;
|
|
vertical-align: top;
|
|
line-height: 18px;
|
|
color: #ffffcc;
|
|
background-color: #999977;
|
|
width: 100%;
|
|
}
|
|
.cmbFiltrText {
|
|
font-size: 9pt;
|
|
}
|
|
.currencyFormat {
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
vertical-align: baseline;
|
|
}
|
|
.UserLabel {
|
|
background-color: #ff9900;
|
|
text-align: center;
|
|
margin: 6px;
|
|
}
|
|
/*. . .UserLabel.principale
|
|
{
|
|
font-size: large;
|
|
font-weight: bold;
|
|
}
|
|
. . .UserLabel.secondario
|
|
{
|
|
font-size: medium;
|
|
}*/
|
|
.Calend {
|
|
padding: 4px;
|
|
background: White;
|
|
color: Black;
|
|
font-size: 8pt;
|
|
font-family: Verdana;
|
|
border-color: #999999;
|
|
height: 180px;
|
|
width: 200px;
|
|
}
|
|
.cmbMini {
|
|
font-size: 8pt;
|
|
}
|
|
.txtMini {
|
|
font-size: 8pt;
|
|
}
|
|
.valOk {
|
|
color: Green;
|
|
}
|
|
.valKo {
|
|
color: Red;
|
|
font-weight: bold;
|
|
}
|
|
.suggerimento {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: Red;
|
|
}
|
|
.lblBudget {
|
|
font-size: 8pt;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
.errore {
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
color: Red;
|
|
background-color: Yellow;
|
|
}
|
|
.valUpd {
|
|
font-style: italic;
|
|
}
|
|
.txtMiniLeft {
|
|
font-size: 8pt;
|
|
text-align: left;
|
|
}
|
|
.valOk {
|
|
color: Green;
|
|
}
|
|
.valKo {
|
|
color: Red;
|
|
font-weight: bold;
|
|
}
|
|
.suggerimento {
|
|
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;
|
|
}
|
|
.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;
|
|
}
|
|
.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;
|
|
}
|
|
.clsDayName {
|
|
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;
|
|
}
|
|
.clsWorkDay {
|
|
color: #000000;
|
|
background-color: #dbeaf5;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
white-space: nowrap;
|
|
}
|
|
.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;
|
|
}
|
|
.clsWeekEnd {
|
|
color: #FF0000;
|
|
background-color: #dbeaf5;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
white-space: nowrap;
|
|
}
|
|
.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;
|
|
}
|
|
.searchHead {
|
|
background-color: #bbaabb;
|
|
}
|
|
.textHead {
|
|
background-color: #9966ff;
|
|
}
|
|
.linkAnnulla {
|
|
background-color: #ee9999;
|
|
color: Black;
|
|
font-weight: bold;
|
|
font-size: 14pt;
|
|
}
|
|
.linkSalva {
|
|
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;
|
|
}
|
|
.tblDett {
|
|
vertical-align: top;
|
|
background-color: white;
|
|
text-align: left;
|
|
}
|
|
/*. . .tblDett.titolo
|
|
{
|
|
font-size: 13pt;
|
|
font-weight: bold;
|
|
color: blue;
|
|
}
|
|
. . .tblDett.sceltaGen
|
|
{
|
|
background-color: #8899ee;
|
|
}*/
|
|
.pnlPar_1 {
|
|
background-color: #ea101e;
|
|
}
|
|
.pnlPar_1_En {
|
|
font-size: 7pt;
|
|
font-weight: normal;
|
|
color: Silver;
|
|
}
|
|
.pnlPar_1_Lang {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: Silver;
|
|
}
|
|
.pnlPar_1_Error {
|
|
font-size: 7pt;
|
|
font-weight: bold;
|
|
color: #aadd00;
|
|
}
|
|
.pnlPar_1_Descr {
|
|
background-color: #ea101e;
|
|
font-size: 9pt;
|
|
font-weight: normal;
|
|
color: Yellow;
|
|
}
|
|
.pnlPar_2 {
|
|
background-color: #dcdcdc;
|
|
}
|
|
.pnlPar_2_En {
|
|
font-size: 7pt;
|
|
font-weight: normal;
|
|
color: black;
|
|
}
|
|
.pnlPar_2_Lang {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: black;
|
|
}
|
|
.pnlPar_2_Error {
|
|
font-size: 7pt;
|
|
font-weight: bold;
|
|
color: red;
|
|
}
|
|
.pnlPar_2_Descr {
|
|
font-size: 9pt;
|
|
font-weight: normal;
|
|
}
|
|
.pnlPar_3 {
|
|
background-color: #4444cc;
|
|
}
|
|
.pnlPar_3_En {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: yellow;
|
|
}
|
|
.pnlPar_3_Lang {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: Silver;
|
|
}
|
|
.pnlPar_3_Error {
|
|
font-size: 7pt;
|
|
font-weight: bold;
|
|
color: Yellow;
|
|
}
|
|
.pnlPar_3_Descr {
|
|
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;
|
|
}
|
|
.dlTestata {
|
|
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;
|
|
}
|
|
.dlTestataItem {
|
|
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;
|
|
}
|
|
.dlTestataAltItem {
|
|
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;
|
|
}
|
|
.dlTestataHead {
|
|
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;
|
|
}
|
|
.dlTestataFoot {
|
|
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;
|
|
}
|
|
.dlTestata_En {
|
|
font-size: 7pt;
|
|
font-weight: normal;
|
|
color: #339933;
|
|
}
|
|
.idxContratto {
|
|
text-align: center;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
}
|
|
.idxStatoContratto {
|
|
text-align: right;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
color: Blue;
|
|
}
|
|
.dlTextbox {
|
|
font-size: 8pt;
|
|
}
|
|
.dlLabel {
|
|
font-size: 8pt;
|
|
color: Black;
|
|
background-color: Transparent;
|
|
border-style: none;
|
|
}
|
|
.pnl_bozza {
|
|
background: #dcdcdc;
|
|
}
|
|
.pnl_inApprov {
|
|
background: #cbcbcb;
|
|
}
|
|
.pnl_freezed {
|
|
background: #bababa;
|
|
}
|
|
.calDayHead {
|
|
font-weight: bold;
|
|
color: white;
|
|
background-color: #6969df;
|
|
font-size: 9pt;
|
|
}
|
|
.calTitle {
|
|
font-weight: bold;
|
|
color: Blue;
|
|
background-color: #bababa;
|
|
font-size: 11pt;
|
|
}
|
|
.calOtherMonthDay {
|
|
background: #dcdcdc;
|
|
}
|
|
.calWeekEnd {
|
|
background: #cbcbcb;
|
|
font-weight: bold;
|
|
}
|
|
.cal {
|
|
font-family: Verdana;
|
|
font-size: 10pt;
|
|
}
|
|
.calSel {
|
|
background: red;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
.calNextPrev {
|
|
font-weight: bold;
|
|
}
|
|
.lblValSel {
|
|
font-size: 8pt;
|
|
color: Black;
|
|
background-color: Transparent;
|
|
border-style: none;
|
|
}
|
|
.tableDett1 {
|
|
background: #98ff98;
|
|
}
|
|
.lblDett1 {
|
|
text-align: left;
|
|
font-weight: bold;
|
|
font-size: 7pt;
|
|
color: black;
|
|
}
|
|
.valDett1 {
|
|
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;
|
|
}
|
|
.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;
|
|
}
|
|
.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;
|
|
}
|
|
.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;
|
|
}
|
|
.tableDett3 {
|
|
background: #98ff98;
|
|
font-size: 9pt;
|
|
}
|
|
.dett3Head {
|
|
background: blue;
|
|
color: Yellow;
|
|
font-weight: bold;
|
|
font-size: 9pt;
|
|
}
|
|
.dett3Col1 {
|
|
color: Black;
|
|
font-weight: bold;
|
|
font-size: 9pt;
|
|
}
|
|
.RDA {
|
|
font-size: 7pt;
|
|
}
|
|
.Ord {
|
|
font-size: 7pt;
|
|
background: #d0ffe3;
|
|
}
|
|
.Fatt {
|
|
font-size: 7pt;
|
|
}
|
|
.linkHead {
|
|
color: White;
|
|
}
|
|
.titoloMed {
|
|
color: Red;
|
|
font-size: 18pt;
|
|
font-weight: bold;
|
|
}
|
|
.testoMed {
|
|
font-size: 12pt;
|
|
}
|
|
.dgAllegati {
|
|
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;
|
|
}
|
|
.dgAllegatiItem {
|
|
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;
|
|
}
|
|
.dgAllegatiEdit {
|
|
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;
|
|
}
|
|
.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;
|
|
}
|
|
.dgAllegatiPaging {
|
|
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;
|
|
}
|
|
.txtTab {
|
|
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;
|
|
}
|
|
.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;
|
|
}
|
|
.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;
|
|
}
|
|
.bodyAvanzamento {
|
|
font-family: Verdana, Arial;
|
|
background-image: url(images/gradiente.png);
|
|
}
|
|
.lblText {
|
|
font-size: 8pt;
|
|
}
|
|
.boxText {
|
|
font-size: 8pt;
|
|
font-weight: normal;
|
|
width: 100%;
|
|
}
|
|
.lblValore {
|
|
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;
|
|
}
|
|
.dgFiles {
|
|
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;
|
|
}
|
|
.dgFilesItem {
|
|
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;
|
|
}
|
|
.dgFilesEdit {
|
|
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;
|
|
}
|
|
.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;
|
|
}
|
|
.dgFilesPaging {
|
|
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;
|
|
}
|
|
.statoOn {
|
|
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;
|
|
}
|
|
.termAnt {
|
|
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;
|
|
}
|
|
.saveClose {
|
|
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;
|
|
}
|
|
.lblWhite {
|
|
width: 70%;
|
|
background-color: white;
|
|
}
|
|
.tblGray {
|
|
border-color: #777777;
|
|
}
|
|
.smallTable {
|
|
width: 300px;
|
|
}
|
|
.centerAll {
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
}
|
|
.selLinguaTxt {
|
|
padding: 2px;
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
color: Yellow;
|
|
text-align: center;
|
|
}
|
|
.boxShadowDark {
|
|
-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.contrRiq {
|
|
border-left: solid 2px silver;
|
|
background-color: white;
|
|
border: 2px solid silver;
|
|
}
|
|
.btnMain {
|
|
font-size: larger;
|
|
height: 250px;
|
|
width: 250px;
|
|
font-weight: bold;
|
|
white-space: normal;
|
|
} |