1712 lines
26 KiB
CSS
1712 lines
26 KiB
CSS
/* @group Generale */
|
|
.fullscreen
|
|
{
|
|
display: block; /*set the div in the top-left corner of the screen*/
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0; /*set the width and height to 100% of the screen*/
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.body
|
|
{
|
|
margin-top: 0px;
|
|
margin-left: 0px;
|
|
margin-bottom: 0px;
|
|
margin-right: 0px;
|
|
font-family: Verdana, Arial;
|
|
font-size: small;
|
|
}
|
|
|
|
/* zona menù top */
|
|
.menuNav
|
|
{
|
|
border: 1px solid #CC4800;
|
|
background-color: #EE6900;
|
|
color: #FFFF00;
|
|
/*color: #65001A;*/
|
|
font-size: 1.2em;
|
|
}
|
|
.menuNavSel
|
|
{
|
|
background-color: #D1507C;
|
|
}
|
|
.menuItem
|
|
{
|
|
width: 300px;
|
|
}
|
|
/* end zona menu */
|
|
|
|
/* Mod selettore ajax */
|
|
.txtLink
|
|
{
|
|
font-size: smaller;
|
|
text-decoration: underline;
|
|
color: blue;
|
|
}
|
|
.txtValue
|
|
{
|
|
font-size: smaller;
|
|
color: #696969;
|
|
}
|
|
.notaMargine
|
|
{
|
|
font-size: smaller;
|
|
background-color: #DEE8F5;
|
|
margin-top: 10px;
|
|
padding: 1px 1px 2px 1px;
|
|
text-align: right;
|
|
vertical-align: bottom;
|
|
}
|
|
.barcodeFont
|
|
{
|
|
font-family: 'Free 3 of 9 Extended';
|
|
font-size: 60pt;
|
|
}
|
|
|
|
/*Popup Control*/
|
|
.popupControl
|
|
{
|
|
background-color: White;
|
|
position: absolute;
|
|
visibility: hidden;
|
|
border: solid 1px #363636;
|
|
}
|
|
.popupHover
|
|
{
|
|
background-image: url(images/header-opened.png);
|
|
background-repeat: repeat-x;
|
|
background-position: left top;
|
|
background-color: #F5F7F8;
|
|
}
|
|
.evidenzia
|
|
{
|
|
border: solid 1px blue;
|
|
}
|
|
/* area note logging */
|
|
.logCont
|
|
{
|
|
font-size: 8pt;
|
|
width: 100%;
|
|
text-align: center;
|
|
border: solid 1px silver;
|
|
background-color: #DFF1F1;
|
|
}
|
|
.logButton
|
|
{
|
|
text-align:center;
|
|
padding:10px;
|
|
}
|
|
/* selettore ajax*/
|
|
.selezioneValRed
|
|
{
|
|
text-decoration: underline;
|
|
color: Blue;
|
|
}
|
|
/*Modal Popup*/
|
|
.modalBackground
|
|
{
|
|
background-color: Gray;
|
|
filter:alpha(opacity=70);
|
|
opacity:0.7;
|
|
}
|
|
.hiddenTxt
|
|
{
|
|
/*color:White;*/
|
|
background-color: White;
|
|
width: 5px;
|
|
}
|
|
|
|
.modalPopup
|
|
{
|
|
background-color: #ffffdd;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: Gray;
|
|
padding: 3px;
|
|
}
|
|
|
|
.topTitle
|
|
{
|
|
color: Black;
|
|
font-family: Verdana, Arial;
|
|
font-size: 26px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
background-repeat: repeat-x;
|
|
background-position: 0% 0%;
|
|
background-attachment: scroll;
|
|
background-image: url(images/orangeGrad32.png);
|
|
}
|
|
.menuSx
|
|
{
|
|
font-size: 8pt;
|
|
width: 180px;
|
|
vertical-align: top; /*height: 530px;*/ /*height: 530px;*/
|
|
min-height: 530px; /*border-top: #0D0083 1px solid;*/ /*background-repeat: repeat-y; background-position: 0% 0%; background-attachment: scroll; background-image: url(images/menuSx5.png);*/ /*background: #DEE8F5;*/
|
|
background: #DEE8F5;
|
|
}
|
|
|
|
|
|
.navBar
|
|
{
|
|
font-size: 9pt; /*background-color: #DEE8F5;*/
|
|
background-color: #FFFFFF; /*border-right: #9999ff 1px solid; border-top: #9999ff 1px solid; border-left: #9999ff 1px solid; border-bottom: #9999ff 1px solid;*/
|
|
padding: 3px 3px 3px 3px;
|
|
margin: 3px 3px 3px 0px; /*background-color:#DEE8F5; font-family: Verdana Arial; font-size: 13px; font-weight: normal; background-repeat: repeat-x; background-position: 0% 0%; background-attachment: scroll; background-image: url(images/bluGrad32.png);*/
|
|
}
|
|
.hlBounce
|
|
{
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
}
|
|
.alertAjax
|
|
{
|
|
color: #ea101e;
|
|
font-size: small;
|
|
font-weight: bold;
|
|
}
|
|
.smallTimeClock
|
|
{
|
|
padding-right: 4px;
|
|
padding-left: 4px;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
padding-bottom: 2px;
|
|
vertical-align: middle;
|
|
color: Yellow;
|
|
padding-top: 2px;
|
|
font-family: verdana, arial;
|
|
text-align: justify;
|
|
}
|
|
.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;
|
|
}
|
|
.barraTitolo
|
|
{
|
|
background-color: #FF7A00;/* #4C90FF; */
|
|
vertical-align: middle;
|
|
height: 20pt;
|
|
}
|
|
INPUT
|
|
{
|
|
font-size: 8pt;
|
|
}
|
|
.selezioneVal
|
|
{
|
|
border-right: yellow 1px solid;
|
|
border-top: yellow 1px solid;
|
|
border-left: yellow 1px solid;
|
|
border-bottom: yellow 1px solid;
|
|
}
|
|
|
|
.selezioneValWhite
|
|
{
|
|
border-right: white 1px solid;
|
|
border-top: white 1px solid;
|
|
border-left: white 1px solid;
|
|
border-bottom: white 1px solid;
|
|
}
|
|
.tableContenuto
|
|
{
|
|
padding: 0px;
|
|
margin: 2px;
|
|
/* con questo Table va a full screen */
|
|
width: 99%;
|
|
}
|
|
.topContrDx
|
|
{
|
|
text-align: center;
|
|
background-color: white;
|
|
text-align: left;
|
|
font-size: 9pt;
|
|
}
|
|
.topContrSx
|
|
{
|
|
padding: 6px 3px 6px 3px;
|
|
text-align: center;
|
|
background-color: #DEE8F5;
|
|
border-top: solid 2px silver;
|
|
border-left: solid 2px silver;
|
|
border-right: solid 2px silver;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
}
|
|
.contrRiq
|
|
{
|
|
border-left: solid 2px silver;
|
|
background-color: white;
|
|
border-top: solid 2px silver;
|
|
border-left: solid 2px silver;
|
|
border-right: solid 2px silver;
|
|
border-bottom: solid 1px silver;
|
|
}
|
|
.topSubMenuChk
|
|
{
|
|
padding: 1px 6px 1px 6px;
|
|
text-align: center;
|
|
background-color: #DEE8F5;
|
|
border-top: solid 1px silver;
|
|
border-left: solid 2px silver;
|
|
border-right: solid 1px silver;
|
|
border-bottom: solid 1px silver;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
}
|
|
.controllo
|
|
{
|
|
vertical-align: top;
|
|
width: 100%;
|
|
background-color: Transparent;
|
|
font-size: 8pt;
|
|
border-width: thin;
|
|
border-top-style: solid;
|
|
border-top-color: White;
|
|
border-left-style: solid;
|
|
border-left-color: White;
|
|
border-right-style: solid;
|
|
border-right-color: White;
|
|
}
|
|
.contrDx
|
|
{
|
|
vertical-align: top;
|
|
width: 100%;
|
|
background-color: White;
|
|
font-size: 8pt;
|
|
border-width: thin;
|
|
border-style: solid;
|
|
border-color: silver;
|
|
}
|
|
.bodyMainCenter
|
|
{
|
|
background-image: url(images/logo_sw.png);
|
|
vertical-align: middle;
|
|
border-left: #0D0083 1px solid; /*border-top: #0D0083 1px solid;*/
|
|
text-align: center;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-position: center;
|
|
background-attachment: scroll;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.bottomWrite
|
|
{
|
|
vertical-align: bottom;
|
|
border-top: #0D0083 1px solid;
|
|
margin-top: 2px;
|
|
padding-top: 2px;
|
|
font-size: 7pt;
|
|
height: 1%;
|
|
text-align: right;
|
|
}
|
|
.bodyCenter
|
|
{
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.centerMenu
|
|
{
|
|
background-color: White;
|
|
text-align: center;
|
|
border-width: thin;
|
|
border-style: groove;
|
|
border-color: Blue;
|
|
}
|
|
.pnlMenuSx
|
|
{
|
|
padding-right: 5px;
|
|
height: 530px;
|
|
}
|
|
A:hover
|
|
{
|
|
color: red;
|
|
}
|
|
|
|
.clonaUserPerm
|
|
{
|
|
color: #ffff66;
|
|
background-color: #ea101e;
|
|
}
|
|
.boxRicerca
|
|
{
|
|
padding: 4px;
|
|
}
|
|
|
|
.oneHalf
|
|
{
|
|
width: 50%;
|
|
}
|
|
.oneQuart
|
|
{
|
|
width: 25%;
|
|
}
|
|
|
|
.cal
|
|
{
|
|
font-size: 10pt;
|
|
}
|
|
.treeHead
|
|
{
|
|
width: 100%;
|
|
text-align: center;
|
|
background-color: #D1DDF1;
|
|
border-right: solid 2px silver;
|
|
border-top: solid 2px silver;
|
|
}
|
|
.treeViewPnl
|
|
{
|
|
background-color: white;
|
|
border-right: solid 2px silver;
|
|
border-bottom: solid 2px silver;
|
|
}
|
|
.statoHidden
|
|
{
|
|
text-align: center;
|
|
width: 100%;
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
height: 24px;
|
|
color: #696969;
|
|
background-image: url(images/bg_bright.jpg);
|
|
}
|
|
.statoCurrent
|
|
{
|
|
text-align: center;
|
|
width: 100%;
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
height: 24px;
|
|
color: White;
|
|
background-image: url(images/bg_dark.jpg);
|
|
}
|
|
.statoDone
|
|
{
|
|
text-align: center;
|
|
width: 100%;
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
height: 24px;
|
|
color: #696969;
|
|
background-image: url(images/bg_bright.jpg);
|
|
}
|
|
.imgDisabled a
|
|
{
|
|
color: #ACACAC;
|
|
text-decoration: none;
|
|
}
|
|
.imgDisabled
|
|
{
|
|
text-decoration: none;
|
|
padding: 2px 5px 2px 5px;
|
|
text-align: center;
|
|
font-size: 9pt;
|
|
height: 24px;
|
|
color: #ACACAC;
|
|
background-image: url(images/bg_dark_38.png);
|
|
}
|
|
.imgSelected a
|
|
{
|
|
color: White;
|
|
text-decoration: none;
|
|
}
|
|
.imgSelected
|
|
{
|
|
text-decoration: none;
|
|
padding: 2px 5px 2px 5px;
|
|
text-align: center;
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
height: 24px;
|
|
color: White;
|
|
background-image: url(images/bg_dark_38.png);
|
|
}
|
|
.imgStandard a:hover
|
|
{
|
|
color: White;
|
|
}
|
|
.imgStandard a
|
|
{
|
|
color: #363636;
|
|
text-decoration: none;
|
|
}
|
|
.imgStandard
|
|
{
|
|
text-decoration: none;
|
|
padding: 2px 5px 2px 5px;
|
|
text-align: center;
|
|
font-size: 9pt;
|
|
height: 24px;
|
|
color: #363636;
|
|
background-image: url(images/bg_bright_38.png);
|
|
}
|
|
.imgStandard:hover
|
|
{
|
|
color: white;
|
|
text-decoration: none;
|
|
padding: 2px 5px 2px 5px;
|
|
text-align: center;
|
|
font-size: 9pt;
|
|
height: 24px; /*color: #363636; */
|
|
background-image: url(images/bg_hover_38.png);
|
|
}
|
|
.imgStandard:hover a
|
|
{
|
|
color: white;
|
|
}
|
|
|
|
.imgStandardNoHover
|
|
{
|
|
text-decoration: none;
|
|
padding: 2px 5px 2px 5px;
|
|
text-align: center;
|
|
font-size: 9pt;
|
|
height: 24px;
|
|
color: #363636;
|
|
background-image: url(images/bg_bright_38.png);
|
|
}
|
|
|
|
|
|
.imgStandardNoHover:hover
|
|
{
|
|
text-decoration: none;
|
|
padding: 2px 5px 2px 5px;
|
|
text-align: center;
|
|
font-size: 9pt;
|
|
height: 24px;
|
|
color: #363636;
|
|
background-image: url(images/bg_bright_38.png);
|
|
}
|
|
|
|
|
|
|
|
.watermarked
|
|
{
|
|
color: #696969;
|
|
background-color: #EFEFFF;
|
|
}
|
|
|
|
|
|
|
|
.divSx
|
|
{
|
|
float: left;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.divDx
|
|
{
|
|
float: right;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.clearDiv
|
|
{
|
|
clear: both;
|
|
}
|
|
.formatTableGeneral
|
|
{
|
|
height: 100%;
|
|
width: 100%;
|
|
border-bottom-width: 0px;
|
|
}
|
|
.dgCenter
|
|
{
|
|
text-align: center;
|
|
}
|
|
.menuSxTree
|
|
{
|
|
color: #D9101E;
|
|
font-size: 9pt;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
margin-top: 0px;
|
|
}
|
|
.menuSxTreeOver
|
|
{
|
|
color: White;
|
|
font-size: 10pt;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
margin-top: 0px;
|
|
}
|
|
.menuSxElem
|
|
{
|
|
color: #00008B;
|
|
font-size: 7pt;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
margin-top: 0px;
|
|
}
|
|
.menuSxElemOver
|
|
{
|
|
color: black;
|
|
font-size: 7pt;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
margin-top: 0px;
|
|
}
|
|
.menuSxElemSmall
|
|
{
|
|
font-size: 7pt;
|
|
text-align: left;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
font-weight: normal;
|
|
color: #555555;
|
|
margin-top: 0px;
|
|
}
|
|
.menuSxElemSmallOver
|
|
{
|
|
color: #555555;
|
|
font-size: 9pt;
|
|
text-align: left;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
font-weight: normal;
|
|
margin-top: 0px;
|
|
}
|
|
.userClass
|
|
{
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
font-weight: bold;
|
|
font-size: 9pt;
|
|
padding-bottom: 2px;
|
|
vertical-align: bottom;
|
|
color: white;
|
|
padding-top: 2px;
|
|
font-family: verdana, arial;
|
|
text-align: justify;
|
|
}
|
|
.topMenuMess
|
|
{
|
|
font-size: 9pt;
|
|
text-align: left;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
font-weight: bold;
|
|
color: white;
|
|
margin-top: 0px;
|
|
}
|
|
.topMenuMessEn
|
|
{
|
|
font-size: 9pt;
|
|
text-align: left;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
font-weight: bold;
|
|
color: black;
|
|
margin-top: 0px;
|
|
}
|
|
.bodyMain
|
|
{
|
|
background-image: url(images/logo_sw.png);
|
|
vertical-align: top;
|
|
border-left: #0D0083 1px solid; /*border-top: #0D0083 1px solid;*/
|
|
height: 100%;
|
|
width: 100%;
|
|
background-position: center; /*was topleft*/
|
|
background-attachment: scroll;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
|
|
.logoUpSx
|
|
{
|
|
width: 200;
|
|
text-align: left;
|
|
}
|
|
.topMenu
|
|
{
|
|
width: 100%;
|
|
text-align: left;
|
|
vertical-align: bottom;
|
|
}
|
|
.tabModPrinc
|
|
{
|
|
background-color: White;
|
|
}
|
|
.sxTabPrinc
|
|
{
|
|
font-size: 10pt;
|
|
font-style: italic;
|
|
color: Blue;
|
|
font-weight: bold;
|
|
width: 90%;
|
|
background-color: Transparent;
|
|
}
|
|
.dxTabPrinc
|
|
{
|
|
background-color: #cbcbFF;
|
|
text-align: right;
|
|
}
|
|
|
|
.chPwdTitle
|
|
{
|
|
padding: 2px;
|
|
font-weight: bold;
|
|
font-size: 24pt;
|
|
color: red;
|
|
text-align: center;
|
|
}
|
|
.chPwdTxt
|
|
{
|
|
padding: 2px;
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
color: red;
|
|
text-align: center;
|
|
}
|
|
.chPwdMess
|
|
{
|
|
padding: 2px;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
font-size: 9pt;
|
|
color: yellow;
|
|
text-align: center;
|
|
}
|
|
.loginTitle
|
|
{
|
|
font-weight: bold;
|
|
font-size: 30pt;
|
|
color: Red;
|
|
}
|
|
.loginTxt
|
|
{
|
|
padding: 2px;
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
color: red;
|
|
text-align: center;
|
|
}
|
|
.loginMess
|
|
{
|
|
padding: 2px;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
font-size: 9pt;
|
|
color: yellow;
|
|
text-align: center;
|
|
}
|
|
.reportLabel
|
|
{
|
|
font-size: 16pt;
|
|
}
|
|
.reportValue
|
|
{
|
|
font-size: 16pt;
|
|
font-weight: bold;
|
|
}
|
|
.reportExplLang
|
|
{
|
|
font-size: 10pt;
|
|
}
|
|
.reportExplEn
|
|
{
|
|
font-size: 7pt;
|
|
font-style: italic;
|
|
}
|
|
.reportElencoZap
|
|
{
|
|
font-size: 9pt;
|
|
}
|
|
.UnauthAppTitle
|
|
{
|
|
font-weight: bold;
|
|
font-size: 30pt;
|
|
margin-left: 10pt;
|
|
}
|
|
.UnauthTitle
|
|
{
|
|
font-size: 20pt;
|
|
color: Red;
|
|
margin-left: 30pt;
|
|
}
|
|
.UnauthMess
|
|
{
|
|
font-size: 12pt;
|
|
font-style: normal;
|
|
margin-left: 30pt;
|
|
}
|
|
.tableHead
|
|
{
|
|
white-space: nowrap;
|
|
height: auto;
|
|
vertical-align: top;
|
|
line-height: 18px;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.tableHead2
|
|
{
|
|
white-space: nowrap;
|
|
height: auto;
|
|
vertical-align: top;
|
|
line-height: 18px;
|
|
color: #ffffcc;
|
|
background-color: #999977;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.cmbFiltrText
|
|
{
|
|
font-size: 9pt;
|
|
}
|
|
.currencyFormat
|
|
{
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
vertical-align: baseline;
|
|
}
|
|
.UserLabel
|
|
{
|
|
background-color: #ff9900;
|
|
text-align: center;
|
|
margin: 6 6 6 6;
|
|
}
|
|
|
|
.UserLabel .principale
|
|
{
|
|
font-size: large;
|
|
font-weight: bold;
|
|
}
|
|
.UserLabel .secondario
|
|
{
|
|
font-size: medium;
|
|
}
|
|
.cmbMini
|
|
{
|
|
font-size: 8pt;
|
|
}
|
|
.txtMini
|
|
{
|
|
font-size: 7pt;
|
|
}
|
|
.suggerimento
|
|
{
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: Red;
|
|
}
|
|
.lblBudget
|
|
{
|
|
font-size: 8pt;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
.errore
|
|
{
|
|
font-weight: normal;
|
|
font-size: 8pt;
|
|
color: Red;
|
|
}
|
|
.erroreMid
|
|
{
|
|
font-weight: normal;
|
|
font-size: 10pt;
|
|
color: Red;
|
|
}
|
|
.erroreBig
|
|
{
|
|
font-weight: normal;
|
|
font-size: 12pt;
|
|
color: Red;
|
|
}
|
|
.valUpd
|
|
{
|
|
font-style: italic;
|
|
}
|
|
.cmbMini
|
|
{
|
|
font-size: 8pt;
|
|
}
|
|
.txtMini
|
|
{
|
|
font-size: 8pt;
|
|
}
|
|
.txtMiniLeft
|
|
{
|
|
font-size: 8pt;
|
|
text-align: left;
|
|
}
|
|
.valOk
|
|
{
|
|
color: Green;
|
|
}
|
|
.valKo
|
|
{
|
|
color: Red;
|
|
font-weight: bold;
|
|
}
|
|
.suggerimento
|
|
{
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: Red;
|
|
}
|
|
|
|
|
|
|
|
.searchHead
|
|
{
|
|
background-color: #bbaabb;
|
|
}
|
|
.textHead
|
|
{
|
|
background-color: #9966ff;
|
|
}
|
|
.linkAnnulla
|
|
{
|
|
background-color: #ee9999;
|
|
color: Black;
|
|
font-weight: bold;
|
|
font-size: 14pt;
|
|
}
|
|
.linkSalva
|
|
{
|
|
background-color: #99ee99;
|
|
color: Black;
|
|
font-weight: bold;
|
|
font-size: 14pt;
|
|
}
|
|
.linkHead
|
|
{
|
|
color: White;
|
|
}
|
|
.titoloMed
|
|
{
|
|
color: Red;
|
|
font-size: 18pt;
|
|
font-weight: bold;
|
|
}
|
|
.testoMed
|
|
{
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.txtTab
|
|
{
|
|
font-size: 8pt;
|
|
font-family: verdana, arial;
|
|
text-align: justify;
|
|
}
|
|
|
|
.tblGray
|
|
{
|
|
border-color: #777777;
|
|
}
|
|
|
|
.smallTable
|
|
{
|
|
width: 300px;
|
|
}
|
|
.centerAll
|
|
{
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
}
|
|
.selLinguaTxt
|
|
{
|
|
padding: 2px;
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
color: Yellow;
|
|
text-align: center;
|
|
}
|
|
.navBar
|
|
{
|
|
font-size: 9pt;
|
|
background-color: #ededff;
|
|
border-right: #9999ff 1px solid;
|
|
border-top: #9999ff 1px solid;
|
|
border-left: #9999ff 1px solid;
|
|
border-bottom: #9999ff 1px solid;
|
|
}
|
|
|
|
|
|
/* sostituiti tutti i #5555bb del bordino tabellaalta e contornoriq con silver */
|
|
|
|
.wrap
|
|
{
|
|
overflow: auto;
|
|
white-space: normal;
|
|
}
|
|
|
|
.dropdownList
|
|
{
|
|
font-weight: normal;
|
|
font-size: 7pt;
|
|
background: #ea101e;
|
|
color: white;
|
|
font-family: verdana, arial;
|
|
text-align: justify;
|
|
}
|
|
.boxText
|
|
{
|
|
font-size: 8pt;
|
|
font-weight: normal;
|
|
width: 100%;
|
|
}
|
|
.saveClose
|
|
{
|
|
width: 100%;
|
|
text-align: center;
|
|
background-color: #ea101e;
|
|
padding: 2pt;
|
|
}
|
|
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
/* zona colorazione filtri */
|
|
.filtro_1
|
|
{
|
|
background-color: #8888ff;
|
|
}
|
|
.filtro_2
|
|
{
|
|
background-color: #aaaaff;
|
|
}
|
|
.filtro_3
|
|
{
|
|
background-color: #ccccff;
|
|
}
|
|
.filtro_4
|
|
{
|
|
background-color: #dedeff;
|
|
}
|
|
.filtro_5
|
|
{
|
|
background-color: #efefff;
|
|
}
|
|
|
|
|
|
/* @end */
|
|
|
|
/* @group Stili Asp */
|
|
|
|
.lblText
|
|
{
|
|
font-size: 8pt;
|
|
}
|
|
.lblValore
|
|
{
|
|
font-size: 8pt;
|
|
color: Black;
|
|
background-color: Transparent;
|
|
border-style: none;
|
|
}
|
|
.lblValoreBold
|
|
{
|
|
font-size: 8pt;
|
|
color: Black;
|
|
font-weight: bold;
|
|
background-color: Transparent;
|
|
border-style: none;
|
|
}
|
|
.lblColorGray
|
|
{
|
|
padding-left: 2pt;
|
|
text-align: left;
|
|
background-color: #777777;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
.lblWhite
|
|
{
|
|
width: 70%;
|
|
background-color: white;
|
|
}
|
|
|
|
.grView
|
|
{
|
|
color: #333333;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
.ctrHeaderPager
|
|
{
|
|
background-color: #C8C8C8;
|
|
font-weight: bold;
|
|
color: White;
|
|
padding-left:4px;
|
|
}
|
|
.ctrHeaderPagerRight
|
|
{
|
|
background-color: #b8b8b8;
|
|
font-weight: bold;
|
|
color: White;
|
|
text-align: right;
|
|
}
|
|
.ctrHeaderPagerBlue
|
|
{
|
|
background-color: #507CD1;
|
|
height: 1px;
|
|
}
|
|
.ctrHeaderPagerBlueRight
|
|
{
|
|
background-color: #507CD1;
|
|
height: 1px;
|
|
text-align: right;
|
|
}
|
|
.ctrFooter
|
|
{
|
|
background-color: #507CD1;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
.ctrRowStyle
|
|
{
|
|
vertical-align: top;
|
|
background-color: #EFF3FB;
|
|
}
|
|
.ctrAltRowStyle
|
|
{
|
|
vertical-align: top;
|
|
background-color: White;
|
|
}
|
|
.ctrRowStyleRight
|
|
{
|
|
background-color: #EFF3FB;
|
|
text-align: right;
|
|
}
|
|
.ctrAltRowStyleRight
|
|
{
|
|
background-color: White;
|
|
text-align: right;
|
|
}
|
|
.ctrInsRowStyle
|
|
{
|
|
background-color: #b8b8b8;
|
|
}
|
|
.ctrEditRowStyle
|
|
{
|
|
background-color: #D1DDF1;
|
|
}
|
|
.ctrSelRowStyle
|
|
{
|
|
font-weight: bold;
|
|
color: #333333;
|
|
background-color: #D1DDF1;
|
|
border: solid 3px orange;
|
|
}
|
|
.ctrCommRow
|
|
{
|
|
font-weight: bold;
|
|
background-color: #D1DDF1;
|
|
}
|
|
.ctrFiledHead
|
|
{
|
|
background-color: #DEE8F5;
|
|
font-weight: bold;
|
|
width: 25%;
|
|
}
|
|
.ctrLabelStrong
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
.ctrFieldEdit
|
|
{
|
|
font-size: 8pt;
|
|
}
|
|
|
|
/* Controlli Alternativi */
|
|
|
|
.ctrHeaderPagerDet
|
|
{
|
|
background-color: #507CD1;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
|
|
.ctrFooterDet
|
|
{
|
|
background-color: #507CD1;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
.ctrRowStyleDet
|
|
{
|
|
vertical-align: top;
|
|
background-color: #EFF3FB;
|
|
}
|
|
.ctrAltRowStyleDet
|
|
{
|
|
vertical-align: top;
|
|
background-color: White;
|
|
border-bottom-width: 1px;
|
|
border-color: Silver;
|
|
}
|
|
.ctrInsRowStyleDet
|
|
{
|
|
background-color: #b8b8b8;
|
|
}
|
|
.ctrEditRowStyleDet
|
|
{
|
|
background-color: #D1DDF1;
|
|
}
|
|
.ctrSelRowStyleDet
|
|
{
|
|
font-weight: bold;
|
|
color: #333333;
|
|
border: solid 3px orange;
|
|
background-color: #D1DDF1;
|
|
}
|
|
.ctrCommRowDet
|
|
{
|
|
font-weight: bold;
|
|
background-color: #D1DDF1;
|
|
}
|
|
.ctrFiledHeadDet
|
|
{
|
|
background-color: #DEE8F5;
|
|
font-weight: bold;
|
|
width: 25%;
|
|
}
|
|
.ctrLabelStrongDet
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
.ctrFieldEditDet
|
|
{
|
|
font-size: 8pt;
|
|
}
|
|
|
|
/* END */
|
|
|
|
/* Controlli alternativi per cloning Rossi */
|
|
|
|
.ctrHeaderPagerRed
|
|
{
|
|
background-color: #D15B5B;
|
|
font-weight: bold;
|
|
color: White;
|
|
padding-left:4px;
|
|
}
|
|
|
|
.ctrFooterRed
|
|
{
|
|
background-color: #D15B5B;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
|
|
.ctrRowStyleRed
|
|
{
|
|
vertical-align: top;
|
|
background-color: #FFE1E7;
|
|
}
|
|
|
|
.ctrAltRowStyleRed
|
|
{
|
|
vertical-align: top;
|
|
background-color: White;
|
|
border-bottom-width: 1px;
|
|
border-color: Silver;
|
|
}
|
|
|
|
.ctrInsRowStyleRed
|
|
{
|
|
background-color: #b8b8b8;
|
|
}
|
|
|
|
.ctrEditRowStyleRed
|
|
{
|
|
background-color: #FFC4C5;
|
|
}
|
|
|
|
.ctrSelRowStyleRed
|
|
{
|
|
font-weight: bold;
|
|
color: #333333;
|
|
border: solid 3px orange;
|
|
background-color: #FFC4C5;
|
|
}
|
|
|
|
.ctrCommRowRed
|
|
{
|
|
font-weight: bold;
|
|
background-color: #FFC4C5;
|
|
}
|
|
|
|
.ctrFiledHeadRed
|
|
{
|
|
background-color: #FFC4C5;
|
|
font-weight: bold;
|
|
width: 25%;
|
|
}
|
|
|
|
.ctrLabelStrongRed
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ctrFieldEditRed
|
|
{
|
|
font-size: 8pt;
|
|
}
|
|
|
|
|
|
/* END */
|
|
|
|
/* Controlli alternativi per cloning Verdi */
|
|
|
|
.ctrHeaderPagerGreen
|
|
{
|
|
background-color: #5BD15B;
|
|
font-weight: bold;
|
|
color: White;
|
|
padding-left:4px;
|
|
}
|
|
|
|
.ctrFooterGreen
|
|
{
|
|
background-color: #5BD15B;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
|
|
.ctrRowStyleGreen
|
|
{
|
|
vertical-align: top;
|
|
background-color: #E1FFE7;
|
|
}
|
|
|
|
.ctrAltRowStyleGreen
|
|
{
|
|
vertical-align: top;
|
|
background-color: White;
|
|
border-bottom-width: 1px;
|
|
border-color: Silver;
|
|
}
|
|
|
|
.ctrInsRowStyleGreen
|
|
{
|
|
background-color: #b8b8b8;
|
|
}
|
|
|
|
.ctGreenitRowStyleGreen
|
|
{
|
|
background-color: #C4FFC5;
|
|
}
|
|
|
|
.ctrSelRowStyleGreen
|
|
{
|
|
font-weight: bold;
|
|
color: #333333;
|
|
border: solid 3px orange;
|
|
background-color: #C4FFC5;
|
|
}
|
|
|
|
.ctrCommRowGreen
|
|
{
|
|
font-weight: bold;
|
|
background-color: #C4FFC5;
|
|
}
|
|
|
|
.ctrFiledHeadGreen
|
|
{
|
|
background-color: #C4FFC5;
|
|
font-weight: bold;
|
|
width: 25%;
|
|
}
|
|
|
|
.ctrLabelStrongGreen
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ctrFieldEditGreen
|
|
{
|
|
font-size: 8pt;
|
|
}
|
|
|
|
|
|
/* END */
|
|
|
|
|
|
.repHead
|
|
{
|
|
background-color: #507CD1;
|
|
color: White;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
}
|
|
.repFrame
|
|
{
|
|
border: solid /* 2px */ #507CD1;
|
|
}
|
|
.repFooter
|
|
{
|
|
font-size: 8pt;
|
|
background-color: #507CD1;
|
|
color: White;
|
|
}
|
|
.repFooterRight
|
|
{
|
|
font-size: 8pt;
|
|
background-color: #507CD1;
|
|
color: White;
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
.pnlMaster
|
|
{
|
|
height: 300px;
|
|
}
|
|
.pnlDetail
|
|
{
|
|
border-left: solid 4px #D1DDF1;
|
|
border-top: solid 4px #D1DDF1;
|
|
border-bottom: solid 4px #D1DDF1;
|
|
border-right: solid 4px #D1DDF1;
|
|
background-color: #F3FFF3;
|
|
vertical-align: top;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
.lblSearchLang
|
|
{
|
|
font-weight: bold;
|
|
font-size: 11pt;
|
|
color: #00008B;
|
|
margin-left: 8px;
|
|
margin-right: 4px;
|
|
}
|
|
.tblDett
|
|
{
|
|
vertical-align: top;
|
|
background-color: white;
|
|
text-align: left;
|
|
}
|
|
.tblDett .titolo
|
|
{
|
|
font-size: 13pt;
|
|
font-weight: bold;
|
|
color: blue;
|
|
}
|
|
.tblDett .sceltaGen
|
|
{
|
|
background-color: #8899ee;
|
|
}
|
|
|
|
|
|
.lblLang
|
|
{
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
color: Black;
|
|
}
|
|
.lblEn
|
|
{
|
|
font-size: 7pt;
|
|
color: Black;
|
|
}
|
|
|
|
|
|
|
|
.lblMess
|
|
{
|
|
color: Red;
|
|
font-size: 12pt;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.dlTextbox
|
|
{
|
|
font-size: 8pt;
|
|
}
|
|
.dlLabel
|
|
{
|
|
font-size: 8pt;
|
|
color: Black;
|
|
background-color: Transparent;
|
|
border-style: none;
|
|
}
|
|
.pnl_bozza
|
|
{
|
|
background: #dcdcdc;
|
|
}
|
|
.pnl_inApprov
|
|
{
|
|
background: #cbcbcb;
|
|
}
|
|
.pnl_freezed
|
|
{
|
|
background: #bababa;
|
|
}
|
|
.lblValSel
|
|
{
|
|
font-size: 8pt;
|
|
color: Black;
|
|
background-color: Transparent;
|
|
border-style: none;
|
|
}
|
|
.lblDett1
|
|
{
|
|
text-align: left;
|
|
font-weight: bold;
|
|
font-size: 7pt;
|
|
color: black;
|
|
}
|
|
|
|
|
|
.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;
|
|
}
|
|
|
|
|
|
.lblFiltrLang
|
|
{
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
color: Black;
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
}
|
|
.lblFiltrEn
|
|
{
|
|
font-size: 7pt;
|
|
font-weight: normal;
|
|
color: Black;
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @group Portable */
|
|
|
|
.bodyPortable
|
|
{
|
|
margin-top: 0px;
|
|
margin-left: 0px;
|
|
margin-bottom: 0px;
|
|
margin-right: 0px;
|
|
font: menu;
|
|
font-size: small; /* aggiunte per WES*/
|
|
width: 100%;
|
|
vertical-align: middle;
|
|
background-color: Black;
|
|
color: White;
|
|
}
|
|
|
|
.btnEnabled
|
|
{
|
|
color: White;
|
|
font-family: Verdana;
|
|
font-variant: small-caps;
|
|
font-size: medium;
|
|
text-decoration: none;
|
|
}
|
|
.btnCurrent
|
|
{
|
|
color: Black;
|
|
font-family: Verdana;
|
|
font-variant: small-caps;
|
|
font-size: medium;
|
|
/*border-color: #6969ff;*/
|
|
border-color: #7A90AB;
|
|
padding: 1px 1px 1px 1px;
|
|
border-width: 2px;
|
|
border-style: solid;
|
|
background-color: #AAB8C9;
|
|
/*background: #DEDEFF;*/
|
|
text-decoration: none;
|
|
}
|
|
.btnDisabled
|
|
{
|
|
color: #444444;
|
|
font-family: Verdana;
|
|
font-variant: small-caps;
|
|
font-size: medium;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.iphone
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
|
|
.txtFooter
|
|
{
|
|
font-size: small;
|
|
font-style: italic;
|
|
}
|
|
|
|
.txtCopyright
|
|
{
|
|
font-size: small;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
.watermark
|
|
{
|
|
color: Gray;
|
|
font-style: italic;
|
|
}
|
|
.autocomplete
|
|
{
|
|
color: Gray;
|
|
font-size:smaller;
|
|
}
|
|
.autocompleteHiglight
|
|
{
|
|
color: Black;
|
|
font-size:smaller;
|
|
}
|
|
|
|
|
|
/* stile custom per questa webapp */
|
|
.barcodeBoxIE
|
|
{
|
|
width:700px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.barcodeBoxOther
|
|
{
|
|
margin-left:20%;
|
|
margin-right:20%;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.styleBtn
|
|
{
|
|
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
|
|
font-size: 1em;
|
|
display: inline-block;
|
|
position: relative;
|
|
padding: 0;
|
|
margin: .2em;
|
|
text-decoration: none !important;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
zoom: 1;
|
|
overflow: visible;
|
|
border: 1px solid #cccccc;
|
|
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
font-weight: bold;
|
|
color: #1c94c4;
|
|
-moz-border-radius-topleft: 4px;
|
|
-webkit-border-top-left-radius: 4px;
|
|
-khtml-border-top-left-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
padding: .4em 1em;
|
|
}
|
|
|
|
.styleBtnComposito
|
|
{
|
|
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
|
|
font-size: 0.9em;
|
|
font-weight:bold;
|
|
display: inline-block;
|
|
position: relative;
|
|
padding: 0;
|
|
margin: .2em;
|
|
text-decoration: none !important;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
zoom: 1;
|
|
overflow: visible;
|
|
border: solid 1px #696969;
|
|
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
color: Black; /* was #1c94c4 */
|
|
-moz-border-radius-topleft: 4px;
|
|
-webkit-border-top-left-radius: 4px;
|
|
-khtml-border-top-left-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
-moz-border-radius-topright: 4px;
|
|
-webkit-border-top-right-radius: 4px;
|
|
-khtml-border-top-right-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
-moz-border-radius-bottomleft: 4px;
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
-khtml-border-bottom-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
-moz-border-radius-bottomright: 4px;
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
-khtml-border-bottom-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
padding-top: .2em;
|
|
padding-right: .4em;
|
|
padding-bottom: .2em;
|
|
padding-left: .4em;
|
|
}
|
|
|
|
.styleBtnComposito:hover
|
|
{
|
|
color: White;
|
|
background-image: none;
|
|
background-color: #696969;
|
|
}
|
|
.styleBtnComposito:active
|
|
{
|
|
position:relative;
|
|
top:1px;
|
|
color: Yellow;
|
|
background-image: none;
|
|
background-color: #ACACAC;
|
|
}
|