diff --git a/MP-ADM/Content/Style.css b/MP-ADM/Content/Style.css index 54378ee8..23586f74 100644 --- a/MP-ADM/Content/Style.css +++ b/MP-ADM/Content/Style.css @@ -1,1206 +1,1124 @@ @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-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-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-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'); + 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; + 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); + 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);*/ +/*------------------------------------------------------------------ +[ Shortcuts / .shortcuts ] +*/ +.shortcuts { + text-align: center; +} +.shortcuts .shortcut { + min-width: 18rem; + min-height: 7.5rem; + display: inline-block; + padding: 1rem 0em 0.25rem; + margin: 0 0.2em 1.5em; + vertical-align: top; + text-decoration: none; + background: #F3F3F3; + background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee)); + background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%); + background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); + background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0); + border: 1px solid #ddd; + box-sizing: border-box; + border-radius: 0.75rem; +} +.shortcuts .shortcut-sm { + min-width: 11.25rem; + min-height: 4.5rem; + display: inline-block; + padding: 0.375rem 0; + margin: 0 2px 1em; + vertical-align: top; + text-decoration: none; + background: #F3F3F3; + background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee)); + background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%); + background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); + background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0); + border: 1px solid #ddd; + box-sizing: border-box; + border-radius: 0.75rem; +} +.shortcuts .shortcut .shortcut-icon { + width: 100%; + margin-top: 0; + margin-bottom: 0; + font-size: 3rem; + color: #333; +} +.shortcuts .shortcut-sm .shortcut-icon { + width: 100%; + margin-top: 0; + margin-bottom: 0; + font-size: 3rem; + color: #333; +} +.shortcuts .shortcut:hover { + background: #E8E8E8; + background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1)); + background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%); + background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0); + border: 1px solid #0099FF; +} +.shortcuts .shortcut-sm:hover { + background: #E8E8E8; + background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1)); + background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%); + background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0); + border: 1px solid #0099FF; +} +.shortcuts .shortcut:active { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.shortcuts .shortcut-sm:active { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.shortcuts .shortcut:hover .shortcut-icon { + color: #C93; +} +.shortcuts .shortcut-sm:hover .shortcut-icon { + color: #666; +} +.shortcuts .shortcut-label { + display: block; + margin-top: 0.75em; + font-size: 1.125rem; + font-weight: bold; + color: #333; + border-top: 1px solid #DEDEDE; } - .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; + padding: 0.15em; } - .ajax__tab_xp .ajax__tab_header .ajax__tab_tab { - height: 21px; + 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.5em; - width: 1em; - text-align: center; - text-decoration: none; + display: block; + height: 1.5em; + width: 1em; + text-align: center; + text-decoration: none; } - .GridPager a { - background-color: #f5f5f5; - color: #969696; + background-color: #f5f5f5; + color: #969696; } - .GridPager span { - background-color: #A1DCF2; - color: #000; - font-weight: bold; + 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; + 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: 300px; - width: 17%; + vertical-align: middle; + height: 300px; + width: 17%; } - .valoriResoconto { - height: 150px; - vertical-align: top; + height: 150px; + 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); } - .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 { - width: 100%; - font-size: 8pt; - background-color: #ABABEF; + width: 100%; + font-size: 8pt; + background-color: #ABABEF; } - .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%; - background: linear-gradient(#009036, #8cbd59, #00762c); - background-color: #009036; - /*background-image: url(../images/verde.png);*/ - color: Yellow; + text-align: left; + width: 100%; + background: linear-gradient(#009036, #8cbd59, #00762c); + background-color: #009036; + /*background-image: url(../images/verde.png);*/ + color: Yellow; } - .sGi { - text-align: left; - width: 100%; - background: linear-gradient(#ffec00, #ffef27, #b1a400); - background-color: #ffec00; - /*background-image: url(../images/giallo.png);*/ + text-align: left; + width: 100%; + background: linear-gradient(#ffec00, #ffef27, #b1a400); + background-color: #ffec00; + /*background-image: url(../images/giallo.png);*/ } - .sRo { - text-align: left; - width: 100%; - background-color: #e2001a; - background-image: url(../images/rosso.png); + text-align: left; + width: 100%; + background-color: #e2001a; + background-image: url(../images/rosso.png); } - .sBl { - text-align: left; - width: 100%; - background: linear-gradient(#509eff, #84baff, #3690FF); - background-color: #3690FF; - /*background-image: url(../images/blu.png);*/ - color: Yellow; + text-align: left; + width: 100%; + background: linear-gradient(#509eff, #84baff, #3690FF); + background-color: #3690FF; + /*background-image: url(../images/blu.png);*/ + color: Yellow; } - .sGr { - text-align: left; - width: 100%; - background: linear-gradient(#bcbcbc, #e0e0e0, #aaa); - background-color: #bcbcbc; - /*background-image: url(../images/grigio.png);*/ + text-align: left; + width: 100%; + background: linear-gradient(#bcbcbc, #e0e0e0, #aaa); + background-color: #bcbcbc; + /*background-image: url(../images/grigio.png);*/ } - .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 { - 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); + 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; } - - .topTitle a, - .topTitle a:visited { - color: White; - } - .warning { - padding: 4px; - font-weight: bold; - border-style: solid; - border-color: #ff1212; + padding: 4px; + font-weight: bold; + border-style: solid; + border-color: #ff1212; } - .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: 1em; - margin: 0.2em 1em 0.2em 0.2em; - width: 100%; + 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; + 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 #1a1a44; + 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%; + 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; + vertical-align: bottom; + 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: thin; - border-style: groove; - border-color: Blue; + background-color: White; + text-align: center; + border-width: thin; + 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; } - .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 { - background-image: url('../images/sfondo.png'); - background-repeat: no-repeat; - vertical-align: top; - height: 100%; - width: 100%; + 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; + 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: 1px solid #ff9900; + vertical-align: middle; + border: 1px solid #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: 1px solid #11AA66; + vertical-align: middle; + border: 1px solid #11AA66; } - .dgDx { - background-color: White; - border: 1px solid #003399; + 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; + 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%; + white-space: nowrap; + height: auto; + vertical-align: top; + line-height: 18px; + color: #ffffcc; + background-color: #999977; + width: 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: 6px; + background-color: #ff9900; + text-align: center; + margin: 6px; } /*. . .UserLabel.principale { @@ -1212,214 +1130,185 @@ A:hover { font-size: medium; }*/ .Calend { - padding: 4px; - background: White; - color: Black; - font-size: 8pt; - font-family: Verdana; - border-color: #999999; - height: 180px; - width: 200px; + padding: 4px; + background: White; + color: Black; + font-size: 8pt; + font-family: Verdana; + border-color: #999999; + height: 180px; + width: 200px; } - .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; } - .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 { + color: #009400; + background-color: #dbeaf5; + font-size: 12px; + text-decoration: underline; + 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; + 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 { + color: #009400; + background-color: #dbeaf5; + font-size: 12px; + text-decoration: underline; + 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; + 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 { @@ -1432,746 +1321,648 @@ A:hover { 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; } - .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, 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); + -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; + 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; + font-size: larger; + height: 250px; + width: 250px; + font-weight: bold; + white-space: normal; } \ No newline at end of file diff --git a/MP-ADM/Content/Style.less b/MP-ADM/Content/Style.less index 42ed1542..d2ecdfe1 100644 --- a/MP-ADM/Content/Style.less +++ b/MP-ADM/Content/Style.less @@ -22,14 +22,117 @@ body { 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%); +/*------------------------------------------------------------------ +[ Shortcuts / .shortcuts ] +*/ + +@blSCut: 1.5rem; + +.shortcuts { + text-align: center; +} + +.shortcuts .shortcut { + min-width: @blSCut * 12; + min-height: @blSCut * 5; + display: inline-block; + padding: @blSCut*2/3 0em @blSCut*1/6; + margin: 0 0.2em 1.5em; + vertical-align: top; + text-decoration: none; + background: #F3F3F3; + background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee)); + background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%); + background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); + background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#DEDEDE', GradientType=0);*/ + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0); + border: 1px solid #ddd; + box-sizing: border-box; + border-radius: @blSCut/2; +} + +.shortcuts .shortcut-sm { + min-width: @blSCut * 7.5; + min-height: @blSCut * 3; + display: inline-block; + padding: @blSCut/4 0; + margin: 0 2px 1em; + vertical-align: top; + text-decoration: none; + background: #F3F3F3; + background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee)); + background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%); + background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); + background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0); + border: 1px solid #ddd; + box-sizing: border-box; + border-radius: @blSCut/2; +} + +.shortcuts .shortcut .shortcut-icon { + width: 100%; + margin-top: 0; + margin-bottom: 0; + font-size: @blSCut*2; + color: #333; +} + +.shortcuts .shortcut-sm .shortcut-icon { + width: 100%; + margin-top: 0; + margin-bottom: 0; + font-size: @blSCut*2; + color: #333; +} + +.shortcuts .shortcut:hover { + background: #E8E8E8; + background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1)); + background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%); + background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0); + border: 1px solid #0099FF; +} + +.shortcuts .shortcut-sm:hover { + background: #E8E8E8; + background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1)); + background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%); + background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0); + border: 1px solid #0099FF; +} + +.shortcuts .shortcut:active { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.shortcuts .shortcut-sm:active { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.shortcuts .shortcut:hover .shortcut-icon { + color: #C93; +} + +.shortcuts .shortcut-sm:hover .shortcut-icon { + color: #666; +} + +.shortcuts .shortcut-label { + display: block; + margin-top: .75em; + font-size: @blSCut*0.75; + font-weight: bold; + color: #333; + border-top: 1px solid #DEDEDE; } .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 { diff --git a/MP-ADM/Content/Style.min.css b/MP-ADM/Content/Style.min.css index affef2b3..a649ea8c 100644 --- a/MP-ADM/Content/Style.min.css +++ b/MP-ADM/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('../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:0;margin-left:0;margin-bottom:0;margin-right:0;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);}.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:.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:.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:0;margin-left:0;margin-bottom:0;margin-right:0;font-family:Verdana,Arial;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: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:#000 1px solid;}.midTick{text-align:left;height:7px;font-size:7pt;border-left:#bababa 1px dotted;}.sVe{text-align:left;width:100%;background:linear-gradient(#009036,#8cbd59,#00762c);background-color:#009036;color:#ff0;}.sGi{text-align:left;width:100%;background:linear-gradient(#ffec00,#ffef27,#b1a400);background-color:#ffec00;}.sRo{text-align:left;width:100%;background-color:#e2001a;background-image:url(../images/rosso.png);}.sBl{text-align:left;width:100%;background:linear-gradient(#509eff,#84baff,#3690ff);background-color:#3690ff;color:#ff0;}.sGr{text-align:left;width:100%;background:linear-gradient(#bcbcbc,#e0e0e0,#aaa);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{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:#fff;}.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:#ff0;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:#ff0;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:#ff0;font-family:verdana,arial;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:1em;margin:.2em 1em .2em .2em;width:100%;}.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 #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:#fff;text-align:center;border-width:thin;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;}.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;font-family:verdana,arial;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{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:#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;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:1px solid #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:1px solid #1a6;}.dgDx{background-color:#fff;border:1px solid #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%;}.cmbFiltrText{font-size:9pt;}.currencyFormat{white-space:nowrap;text-align:right;vertical-align:baseline;}.UserLabel{background-color:#f90;text-align:center;margin:6px;}.Calend{padding:4px;background:#fff;color:#000;font-size:8pt;font-family:Verdana;border-color:#999;height:180px;width:200px;}.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;}.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;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:#000;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:#fff;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:#000;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:#000;font-size:12px;text-decoration:none;font-family:Tahoma,Arial,Helvetica,sans-serif;white-space:nowrap;}.clsWeekEnd{color:#f00;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:#f00;font-size:12px;text-decoration:none;font-family:Tahoma,Arial,Helvetica,sans-serif;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;}.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-family:Verdana;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;font-family:verdana,arial;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;font-family:verdana,arial;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;font-family:verdana,arial;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;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:#fff;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:#00f;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:#008000;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:#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;}.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{border-left:solid 2px #c0c0c0;background-color:#fff;border:2px solid #c0c0c0;}.btnMain{font-size:larger;height:250px;width:250px;font-weight:bold;white-space:normal;} \ 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('../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:0;margin-left:0;margin-bottom:0;margin-right:0;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);}.shortcuts{text-align:center;}.shortcuts .shortcut{min-width:18rem;min-height:7.5rem;display:inline-block;padding:1rem 0 .25rem;margin:0 .2em 1.5em;vertical-align:top;text-decoration:none;background:#f3f3f3;background-image:-webkit-gradient(linear,left 0%,left 100%,from(#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff,0%,#eee,100%);background-image:-moz-linear-gradient(top,#fff 0%,#eee 100%);background-image:linear-gradient(to bottom,#fff 0%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);border:1px solid #ddd;box-sizing:border-box;border-radius:.75rem;}.shortcuts .shortcut-sm{min-width:11.25rem;min-height:4.5rem;display:inline-block;padding:.375rem 0;margin:0 2px 1em;vertical-align:top;text-decoration:none;background:#f3f3f3;background-image:-webkit-gradient(linear,left 0%,left 100%,from(#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff,0%,#eee,100%);background-image:-moz-linear-gradient(top,#fff 0%,#eee 100%);background-image:linear-gradient(to bottom,#fff 0%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);border:1px solid #ddd;box-sizing:border-box;border-radius:.75rem;}.shortcuts .shortcut .shortcut-icon{width:100%;margin-top:0;margin-bottom:0;font-size:3rem;color:#333;}.shortcuts .shortcut-sm .shortcut-icon{width:100%;margin-top:0;margin-bottom:0;font-size:3rem;color:#333;}.shortcuts .shortcut:hover{background:#e8e8e8;background-image:-webkit-gradient(linear,left 0%,left 100%,from(#fafafa),to(#e1e1e1));background-image:-webkit-linear-gradient(top,#fafafa,0%,#e1e1e1,100%);background-image:-moz-linear-gradient(top,#fafafa 0%,#e1e1e1 100%);background-image:linear-gradient(to bottom,#fafafa 0%,#e1e1e1 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa',endColorstr='#ffe1e1e1',GradientType=0);border:1px solid #09f;}.shortcuts .shortcut-sm:hover{background:#e8e8e8;background-image:-webkit-gradient(linear,left 0%,left 100%,from(#fafafa),to(#e1e1e1));background-image:-webkit-linear-gradient(top,#fafafa,0%,#e1e1e1,100%);background-image:-moz-linear-gradient(top,#fafafa 0%,#e1e1e1 100%);background-image:linear-gradient(to bottom,#fafafa 0%,#e1e1e1 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa',endColorstr='#ffe1e1e1',GradientType=0);border:1px solid #09f;}.shortcuts .shortcut:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.shortcuts .shortcut-sm:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.shortcuts .shortcut:hover .shortcut-icon{color:#c93;}.shortcuts .shortcut-sm:hover .shortcut-icon{color:#666;}.shortcuts .shortcut-label{display:block;margin-top:.75em;font-size:1.125rem;font-weight:bold;color:#333;border-top:1px solid #dedede;}.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:.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:.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:0;margin-left:0;margin-bottom:0;margin-right:0;font-family:Verdana,Arial;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: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:#000 1px solid;}.midTick{text-align:left;height:7px;font-size:7pt;border-left:#bababa 1px dotted;}.sVe{text-align:left;width:100%;background:linear-gradient(#009036,#8cbd59,#00762c);background-color:#009036;color:#ff0;}.sGi{text-align:left;width:100%;background:linear-gradient(#ffec00,#ffef27,#b1a400);background-color:#ffec00;}.sRo{text-align:left;width:100%;background-color:#e2001a;background-image:url(../images/rosso.png);}.sBl{text-align:left;width:100%;background:linear-gradient(#509eff,#84baff,#3690ff);background-color:#3690ff;color:#ff0;}.sGr{text-align:left;width:100%;background:linear-gradient(#bcbcbc,#e0e0e0,#aaa);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{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:#fff;}.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:#ff0;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:#ff0;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:#ff0;font-family:verdana,arial;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:1em;margin:.2em 1em .2em .2em;width:100%;}.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 #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:#fff;text-align:center;border-width:thin;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;}.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;font-family:verdana,arial;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{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:#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;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:1px solid #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:1px solid #1a6;}.dgDx{background-color:#fff;border:1px solid #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%;}.cmbFiltrText{font-size:9pt;}.currencyFormat{white-space:nowrap;text-align:right;vertical-align:baseline;}.UserLabel{background-color:#f90;text-align:center;margin:6px;}.Calend{padding:4px;background:#fff;color:#000;font-size:8pt;font-family:Verdana;border-color:#999;height:180px;width:200px;}.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;}.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;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:#000;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:#fff;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:#000;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:#000;font-size:12px;text-decoration:none;font-family:Tahoma,Arial,Helvetica,sans-serif;white-space:nowrap;}.clsWeekEnd{color:#f00;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:#f00;font-size:12px;text-decoration:none;font-family:Tahoma,Arial,Helvetica,sans-serif;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;}.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-family:Verdana;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;font-family:verdana,arial;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;font-family:verdana,arial;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;font-family:verdana,arial;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;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:#fff;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:#00f;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:#008000;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:#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;}.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{border-left:solid 2px #c0c0c0;background-color:#fff;border:2px solid #c0c0c0;}.btnMain{font-size:larger;height:250px;width:250px;font-weight:bold;white-space:normal;} \ No newline at end of file diff --git a/MP-ADM/WebUserControls/mod_main_help.ascx b/MP-ADM/WebUserControls/mod_main_help.ascx index 22de659d..983c1210 100644 --- a/MP-ADM/WebUserControls/mod_main_help.ascx +++ b/MP-ADM/WebUserControls/mod_main_help.ascx @@ -1,91 +1,60 @@ <%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_main_help" CodeBehind="mod_main_help.ascx.cs" %> -