2935 lines
51 KiB
CSS
2935 lines
51 KiB
CSS
/* @group Generale */
|
|
|
|
|
|
/* colori base */
|
|
.textEv_1 {
|
|
background-color: #cdffcd;
|
|
text-align: center;
|
|
color: Black;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
.textEv_1Left {
|
|
background-color: #cdffcd;
|
|
text-align: left;
|
|
color: Black;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
.textEv_2 {
|
|
background-color: #cdffcd;
|
|
text-align: center;
|
|
color: Black;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
.textEv_2Left {
|
|
background-color: #cdffcd;
|
|
text-align: left;
|
|
color: Black;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
.textEv_Read {
|
|
background-color: #deeff7;
|
|
text-align: center;
|
|
color: Black;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
.textEv_ReadLeft {
|
|
background-color: #deeff7;
|
|
text-align: left;
|
|
color: Black;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
.bloccoDiv {
|
|
border-bottom: solid 1px green;
|
|
padding-bottom: 1px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.semaforoVerde {
|
|
color: Green;
|
|
}
|
|
|
|
.semaforoGiallo {
|
|
color: Orange;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.semaforoRosso {
|
|
color: Red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sfondoGrigio {
|
|
background-color: #CDCDCD;
|
|
}
|
|
|
|
.lblMess {
|
|
color: Red;
|
|
font-size: 12pt;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* END colori base */
|
|
|
|
/* @group Calendario */
|
|
|
|
.calSel {
|
|
background-color: red;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
|
|
.calNextPrev {
|
|
font-weight: bold;
|
|
color: Black;
|
|
}
|
|
|
|
.calDayHead {
|
|
font-weight: bold;
|
|
color: white;
|
|
background-color: #6969df;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.calTitle {
|
|
font-weight: bold;
|
|
color: Black;
|
|
background-color: #BEBEBE;
|
|
}
|
|
|
|
.calOtherMonthDay {
|
|
background: #CBDCCB;
|
|
}
|
|
|
|
.calWeekEnd {
|
|
background: #cbcbcb;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.clsBody {
|
|
border-right: #C6D7DA thin solid;
|
|
border-top: #C6D7DA thin solid;
|
|
border-left: #C6D7DA thin solid;
|
|
border-bottom: #C6D7DA thin solid;
|
|
}
|
|
|
|
.clsCurrentWeek {
|
|
color: #ffffff;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
white-space: nowrap;
|
|
border-top: #C6D7DA thin solid;
|
|
border-bottom: #C6D7DA thin solid;
|
|
background-color: #8CC6FF;
|
|
font-weight: bolder;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.clsCurrentWeek2 {
|
|
color: #000000;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
white-space: nowrap;
|
|
border-top: #C6D7DA thin solid;
|
|
border-bottom: #C6D7DA thin solid;
|
|
font-weight: bolder;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.clsDayName {
|
|
color: #0C0B5F;
|
|
background-color: #bbbaf5;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.clsCurrentDay {
|
|
color: #ffffff;
|
|
background-color: #398CE7;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
white-space: nowrap;
|
|
font-weight: bolder;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.clsWorkDay {
|
|
color: #000000;
|
|
background-color: #dbeaf5;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.clsWorkDay:hover {
|
|
color: #009400;
|
|
background-color: #dbeaf5;
|
|
font-size: 12px;
|
|
text-decoration: underline;
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.clsWorkDayOtherMonth {
|
|
color: #000000;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.clsWeekEnd {
|
|
color: #FF0000;
|
|
background-color: #dbeaf5;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.clsWeekEnd:hover {
|
|
color: #009400;
|
|
background-color: #dbeaf5;
|
|
font-size: 12px;
|
|
text-decoration: underline;
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.clsWeekEndOtherMonth {
|
|
color: #FF0000;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.Calend {
|
|
padding: 4;
|
|
background: White;
|
|
color: Black;
|
|
font-size: 8pt;
|
|
font-family: Verdana;
|
|
border-color: #999999;
|
|
height: 180px;
|
|
width: 200px;
|
|
}
|
|
|
|
. .Calend.TodayDay {
|
|
background: #cccccc;
|
|
color: Black;
|
|
}
|
|
|
|
. .Calend.Selector {
|
|
background: #cccccc;
|
|
}
|
|
|
|
. .Calend.NextPrev {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
. .Calend.DayHeader {
|
|
font-size: 7pt;
|
|
font-weight: bold;
|
|
background: #cccccc;
|
|
}
|
|
|
|
. .Calend.SelectedDay {
|
|
background: #666666;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
|
|
. .Calend.Title {
|
|
font-weight: bold;
|
|
background: #999999;
|
|
border-color: Black;
|
|
}
|
|
|
|
. .Calend.WeekEndDay {
|
|
background: #FFFFCC;
|
|
color: Black;
|
|
}
|
|
|
|
. .Calend.OtherMonthDay {
|
|
color: Gray;
|
|
}
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
.body {
|
|
margin-top: 0px;
|
|
margin-left: 0px;
|
|
margin-bottom: 0px;
|
|
margin-right: 0px;
|
|
font-family: Verdana, Arial;
|
|
font-size: small;
|
|
}
|
|
|
|
.didascalia {
|
|
color: #696969;
|
|
font-size: 7pt;
|
|
}
|
|
|
|
/* Mod selettore ajax */
|
|
.txtLink {
|
|
font-size: smaller;
|
|
text-decoration: underline;
|
|
color: blue;
|
|
}
|
|
|
|
.txtValue {
|
|
font-size: smaller;
|
|
text-decoration: none;
|
|
color: #696969;
|
|
}
|
|
|
|
.notaMargine {
|
|
font-size: smaller;
|
|
background-color: #DEE8F5;
|
|
margin-top: 10px;
|
|
padding: 1px 1px 2px 1px;
|
|
text-align: right;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.nota {
|
|
width: 70%;
|
|
font-size: smaller;
|
|
background-color: white;
|
|
margin-top: 10px;
|
|
padding: 2px 2px 4px 2px;
|
|
text-align: center;
|
|
vertical-align: bottom;
|
|
border: solid 1px red;
|
|
}
|
|
|
|
|
|
/*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: #663300;
|
|
font-family: Verdana;
|
|
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);
|
|
}
|
|
|
|
.ShadowText {
|
|
text-shadow: 2px 2px 2px rgba(0,0,0,.4);
|
|
}
|
|
|
|
.boxShadowLight {
|
|
-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.1);
|
|
-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.1);
|
|
box-shadow: 3px 3px 6px rgba(0,0,0,.1);
|
|
}
|
|
|
|
.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);
|
|
}
|
|
|
|
.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;
|
|
-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);
|
|
}
|
|
|
|
.ov_header {
|
|
background-color: Blue;
|
|
}
|
|
|
|
.ov_footer {
|
|
background-color: Blue;
|
|
}
|
|
|
|
.ov_item {
|
|
background-color: gray;
|
|
}
|
|
|
|
.ov_itemAlt {
|
|
background-color: white;
|
|
}
|
|
|
|
.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: 7pt;
|
|
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;
|
|
text-align: center;
|
|
}
|
|
|
|
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);
|
|
}
|
|
|
|
|
|
|
|
.eta2 {
|
|
width: 33%;
|
|
text-align: center;
|
|
background-color: #ffcccc;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.termAnt {
|
|
width: 33%;
|
|
text-align: center;
|
|
background-color: #ccffcc;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.termPost {
|
|
width: 33%;
|
|
text-align: center;
|
|
background-color: #ccccff;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.bodyMainEmpty {
|
|
vertical-align: top;
|
|
border-left: maroon 1px solid;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.bodyMainWhite {
|
|
vertical-align: top;
|
|
border-left: maroon 1px solid;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-position: center;
|
|
background-attachment: scroll;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.bodyMainWhite a:hover {
|
|
color: white;
|
|
}
|
|
|
|
.bodyMainNoLogo {
|
|
vertical-align: top;
|
|
border-left: maroon 1px solid;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.bodyMainLogoPiccolo {
|
|
background-image: url(images/sfondoMedio.png);
|
|
background-position: 97% 210px;
|
|
vertical-align: top;
|
|
border-left: maroon 1px solid;
|
|
height: 100%;
|
|
width: 100%;
|
|
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;
|
|
}
|
|
|
|
.tab_1 {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sxTab_1 {
|
|
background-color: #C8D0D4;
|
|
text-align: left;
|
|
}
|
|
|
|
.sxTab_1_new {
|
|
background-color: #9999cc;
|
|
text-align: left;
|
|
}
|
|
|
|
.dxTab_1 {
|
|
width: 70%;
|
|
background-color: #C8D0D4;
|
|
}
|
|
|
|
.sxTab_2 {
|
|
background-color: #11AA66;
|
|
text-align: left;
|
|
}
|
|
|
|
.dxTab_2 {
|
|
width: 70%;
|
|
background-color: Transparent;
|
|
}
|
|
|
|
.tab_2Body {
|
|
vertical-align: middle;
|
|
border: solid thin #11AA66;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.tableDett1 {
|
|
background: #98ff98;
|
|
}
|
|
|
|
.valDett1 {
|
|
font-size: 8pt;
|
|
color: Black;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.tab_2lbl {
|
|
vertical-align: baseline;
|
|
border-collapse: collapse;
|
|
border-width: thin;
|
|
border-style: none;
|
|
font-size: 7pt;
|
|
}
|
|
|
|
.dettSel {
|
|
border-right: green 1px solid;
|
|
padding-right: 8px;
|
|
border-top: green 1px solid;
|
|
padding-left: 8px;
|
|
font-weight: bold;
|
|
font-size: 9pt;
|
|
background: #33ee44;
|
|
padding-bottom: 2px;
|
|
vertical-align: bottom;
|
|
border-left: green 1px solid;
|
|
color: white;
|
|
padding-top: 2px;
|
|
border-bottom: green 1px solid;
|
|
font-family: verdana, arial;
|
|
text-align: justify;
|
|
}
|
|
|
|
.dettDesel {
|
|
border-right: green 1px solid;
|
|
padding-right: 8px;
|
|
border-top: green 1px solid;
|
|
padding-left: 8px;
|
|
font-weight: bold;
|
|
font-size: 9pt;
|
|
background: white;
|
|
padding-bottom: 2px;
|
|
vertical-align: bottom;
|
|
border-left: green 1px solid;
|
|
color: Black;
|
|
padding-top: 2px;
|
|
border-bottom: green 1px solid;
|
|
font-family: verdana, arial;
|
|
text-align: justify;
|
|
}
|
|
|
|
.dettHide {
|
|
border-right: orange 1px solid;
|
|
padding-right: 8px;
|
|
border-top: orange 1px solid;
|
|
padding-left: 8px;
|
|
font-weight: bold;
|
|
font-size: 9pt;
|
|
background: #ff3344;
|
|
padding-bottom: 2px;
|
|
vertical-align: bottom;
|
|
border-left: orange 1px solid;
|
|
color: white;
|
|
padding-top: 2px;
|
|
border-bottom: orange 1px solid;
|
|
font-family: verdana, arial;
|
|
text-align: justify;
|
|
}
|
|
|
|
.tableDett3 {
|
|
background: #98ff98;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.dett3Head {
|
|
background: blue;
|
|
color: Yellow;
|
|
font-weight: bold;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.dett3Col1 {
|
|
color: Black;
|
|
font-weight: bold;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.txtMiniTabella {
|
|
text-align: right;
|
|
font-weight: normal;
|
|
padding-left: 2pt;
|
|
font-size: 8pt;
|
|
padding-bottom: 2pt;
|
|
padding-top: 2pt;
|
|
}
|
|
|
|
.txtMiniTabellaLeft {
|
|
text-align: left;
|
|
font-weight: normal;
|
|
padding-left: 2pt;
|
|
font-size: 8pt;
|
|
padding-bottom: 2pt;
|
|
padding-top: 2pt;
|
|
}
|
|
|
|
.txtMiniTabellaDato {
|
|
text-align: left;
|
|
font-weight: bold;
|
|
padding-left: 2pt;
|
|
font-size: 8pt;
|
|
padding-bottom: 2pt;
|
|
padding-top: 2pt;
|
|
}
|
|
|
|
.relazione {
|
|
margin-top: 1px;
|
|
padding-top: 1px;
|
|
font-weight: normal;
|
|
font-size: 11pt;
|
|
text-align: justify;
|
|
}
|
|
|
|
.smallTable {
|
|
width: 300px;
|
|
}
|
|
|
|
.centerAll {
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
}
|
|
|
|
.centerAllOther {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.panelPaddingTitle {
|
|
padding-top: 5px;
|
|
padding-left: 10px;
|
|
text-align: center;
|
|
vertical-align: middle; /* qui aggiunta */
|
|
margin-right: 80px;
|
|
}
|
|
|
|
.panelPadding {
|
|
padding-top: 5px;
|
|
padding-left: 5px;
|
|
padding-bottom: 5px; /* qui aggiunta */
|
|
margin-right: 80px;
|
|
}
|
|
|
|
.panelPaddingTitleDiv {
|
|
padding-top: 5px;
|
|
padding-left: 10px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin-right: 80px;
|
|
}
|
|
|
|
.panelPaddingDiv {
|
|
padding-top: 5px;
|
|
padding-left: 10px;
|
|
padding-bottom: 5px;
|
|
margin-right: 80px;
|
|
}
|
|
|
|
|
|
/* 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 */
|
|
|
|
/* @group Brembo Specific */
|
|
|
|
.idxContratto {
|
|
text-align: center;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.idxStatoContratto {
|
|
text-align: right;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
color: Blue;
|
|
}
|
|
|
|
/* fasi uomo / macchina*/
|
|
.stileFaseMacchina {
|
|
color: #ea101e;
|
|
}
|
|
|
|
.stileFaseExt {
|
|
color: Black;
|
|
}
|
|
|
|
.stileFaseUomo {
|
|
color: #1e10ea;
|
|
}
|
|
|
|
.treeCdC {
|
|
width: 250px;
|
|
text-align: right;
|
|
font-size: 8pt;
|
|
width: 180px;
|
|
vertical-align: top;
|
|
height: 100%;
|
|
background: white;
|
|
}
|
|
|
|
.RDA {
|
|
font-size: 7pt;
|
|
}
|
|
|
|
.Ord {
|
|
font-size: 7pt;
|
|
background: #d0ffe3;
|
|
}
|
|
|
|
.Fatt {
|
|
font-size: 7pt;
|
|
}
|
|
|
|
.job2do {
|
|
width: 50%;
|
|
font-weight: normal;
|
|
border-bottom-style: solid;
|
|
border-bottom-width: thin;
|
|
font-size: 8pt;
|
|
color: blue;
|
|
font-family: verdana, arial;
|
|
text-align: left;
|
|
}
|
|
|
|
.jobDone {
|
|
width: 50%;
|
|
font-weight: normal;
|
|
border-bottom-style: solid;
|
|
border-bottom-width: thin;
|
|
font-size: 8pt;
|
|
color: green;
|
|
font-family: verdana, arial;
|
|
text-align: right;
|
|
}
|
|
|
|
.bodyAvanzamento {
|
|
font-family: Verdana, Arial;
|
|
background-image: url(images/gradiente.png);
|
|
}
|
|
|
|
.paramIn {
|
|
font-family: Verdana;
|
|
margin-top: 1px;
|
|
padding-top: 1px;
|
|
font-weight: normal;
|
|
font-size: 7pt;
|
|
text-align: justify;
|
|
padding: 2px 2px p2x 2px;
|
|
border-right: red 2px solid;
|
|
border-top: red 2px solid;
|
|
border-left: red 2px solid;
|
|
border-bottom: red 2px solid;
|
|
margin: 1px;
|
|
background-color: #ffcccc;
|
|
}
|
|
|
|
.allegatiOut {
|
|
font-family: Verdana;
|
|
border-top: maroon 1px solid;
|
|
margin-top: 1px;
|
|
padding-top: 1px;
|
|
font-weight: normal;
|
|
font-size: 8pt;
|
|
text-align: justify;
|
|
}
|
|
|
|
.testoAllegatoIN {
|
|
font-family: Verdana;
|
|
padding: 5px 5px p5x 5px;
|
|
border-right: green 2px solid;
|
|
border-top: green 2px solid;
|
|
border-left: green 2px solid;
|
|
border-bottom: green 2px solid;
|
|
margin: 1px;
|
|
background-color: #ccffdd;
|
|
font-weight: normal;
|
|
font-size: 7pt;
|
|
text-align: left;
|
|
}
|
|
|
|
.testoAllegatoOUT {
|
|
font-family: Verdana;
|
|
padding: 5px 5px p5x 5px;
|
|
border-right: blue 2px solid;
|
|
border-top: blue 2px solid;
|
|
border-left: blue 2px solid;
|
|
border-bottom: blue 2px solid;
|
|
margin: 1px;
|
|
background-color: #ccddff;
|
|
font-weight: normal;
|
|
font-size: 7pt;
|
|
text-align: left;
|
|
}
|
|
|
|
/* 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;
|
|
}
|
|
|
|
|
|
.intestJob {
|
|
padding: 5px 5px 5px 5px;
|
|
}
|
|
/* zona DIV con ID */
|
|
#prenotazionehead {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
#prenotazione {
|
|
padding-left: 3px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
|
|
|
|
/* @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: #b8b8b8;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
|
|
.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;*/
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from( #fff ),to( #f1f1f1 ));
|
|
background-image: -webkit-linear-gradient( #fff,#f1f1f1 );
|
|
background-image: -moz-linear-gradient( #fff,#f1f1f1 );
|
|
background-image: -ms-linear-gradient( #fff,#f1f1f1 );
|
|
background-image: -o-linear-gradient( #fff,#f1f1f1 );
|
|
background-image: linear-gradient( #fff,#f1f1f1 );
|
|
border: 1px solid #CDCDCD;
|
|
}
|
|
|
|
.ctrAltRowStyle {
|
|
vertical-align: top;
|
|
/*background-color: White;*/
|
|
/**/
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from( #ddf ),to( #e1f1ff ));
|
|
background-image: -webkit-linear-gradient( #ddf,#e1f1ff );
|
|
background-image: -moz-linear-gradient( #ddf,#e1f1ff );
|
|
background-image: -ms-linear-gradient( #ddf,#e1f1ff );
|
|
background-image: -o-linear-gradient( #ddf,#e1f1ff );
|
|
background-image: linear-gradient( #ddf,#e1f1ff );
|
|
/**/
|
|
/*
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from( #fff ),to( #f1f1f1 ));
|
|
background-image: -webkit-linear-gradient( #fff,#f1f1f1 );
|
|
background-image: -moz-linear-gradient( #fff,#f1f1f1 );
|
|
background-image: -ms-linear-gradient( #fff,#f1f1f1 );
|
|
background-image: -o-linear-gradient( #fff,#f1f1f1 );
|
|
background-image: linear-gradient( #fff,#f1f1f1 );
|
|
*/
|
|
border: 1px solid #CDCDCD;
|
|
}
|
|
|
|
.ctrRowStyleRight {
|
|
background-color: #EFF3FB;
|
|
text-align: right;
|
|
}
|
|
|
|
.ctrAltRowStyleRight {
|
|
background-color: White;
|
|
text-align: right;
|
|
}
|
|
|
|
.ctrInsRowStyle {
|
|
background-color: #b8b8b8;
|
|
}
|
|
|
|
.ctrEditRowStyle {
|
|
/*background-color: #D1DDF1;*/
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from( #4683ff ),to( #2461BF ));
|
|
background-image: -webkit-linear-gradient( #4683ff,#2461BF );
|
|
background-image: -moz-linear-gradient( #4683ff,#2461BF );
|
|
background-image: -ms-linear-gradient( #4683ff,#2461BF );
|
|
background-image: -o-linear-gradient( #4683ff,#2461BF );
|
|
background-image: linear-gradient( #4683ff,#2461BF );
|
|
}
|
|
|
|
.ctrSelRowStyle {
|
|
/*background-color: #D1DDF1;*/
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from( #dfd ),to( #80ff80 ));
|
|
background-image: -webkit-linear-gradient( #dfd,#80ff80 );
|
|
background-image: -moz-linear-gradient( #dfd,#80ff80 );
|
|
background-image: -ms-linear-gradient( #dfd,#80ff80 );
|
|
background-image: -o-linear-gradient( #dfd,#80ff80 );
|
|
background-image: linear-gradient( #dfd,#80ff80 );
|
|
font-weight: bold;
|
|
}
|
|
|
|
.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;
|
|
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;
|
|
}
|
|
|
|
.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;
|
|
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 */
|
|
|
|
|
|
|
|
|
|
.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;
|
|
}
|
|
|
|
/*CollapsiblePanel*/
|
|
.collapsePanel {
|
|
background-color: white;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.collapsePanelHeader {
|
|
width: 100%;
|
|
height: 30px;
|
|
background-image: url(images/bg-menu-main.png);
|
|
background-repeat: repeat-x;
|
|
color: #FFF;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.collapsePanelHead {
|
|
padding: 5px;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.collapsePanelImg {
|
|
float: right;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.collapsePanelText {
|
|
float: left;
|
|
vertical-align: middle;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.collapsePanelTextDetails {
|
|
float: left;
|
|
margin-left: 20px;
|
|
vertical-align: middle;
|
|
font-size: 7pt;
|
|
}
|
|
|
|
.ctrSelRow2DetailStyle {
|
|
font-weight: bold;
|
|
color: #333333;
|
|
background-color: #D1DDF1;
|
|
}
|
|
|
|
.pnlDettaglio {
|
|
margin: 4px 4px 4px 4px;
|
|
}
|
|
|
|
.dettaglioRiga {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.pnlDrillDownAlt {
|
|
border-right: solid 5px #D1DDF1;
|
|
}
|
|
|
|
.pnlDrillDownAltAll {
|
|
border-right: solid 5px #D1DDF1;
|
|
border-left: solid 5px #D1DDF1;
|
|
border-top: solid 5px #D1DDF1;
|
|
border-bottom: solid 5px #D1DDF1;
|
|
}
|
|
|
|
|
|
.lblSearchLang {
|
|
font-weight: bold;
|
|
font-size: 11pt;
|
|
color: #00008B;
|
|
margin-left: 8px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.tblDett {
|
|
vertical-align: top;
|
|
background-color: white;
|
|
text-align: left;
|
|
}
|
|
|
|
. .tblDett.titolo {
|
|
font-size: 13pt;
|
|
font-weight: bold;
|
|
color: blue;
|
|
}
|
|
|
|
. .tblDett.sceltaGen {
|
|
background-color: #8899ee;
|
|
}
|
|
|
|
.pnlPar_1 {
|
|
background-color: #ea101e;
|
|
}
|
|
|
|
.pnlPar_1_En {
|
|
font-size: 7pt;
|
|
font-weight: normal;
|
|
color: Silver;
|
|
}
|
|
|
|
.pnlPar_1_Lang {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: Silver;
|
|
}
|
|
|
|
.pnlPar_1_Error {
|
|
font-size: 7pt;
|
|
font-weight: bold;
|
|
color: #aadd00;
|
|
}
|
|
|
|
.pnlPar_1_Descr {
|
|
background-color: #ea101e;
|
|
font-size: 9pt;
|
|
font-weight: normal;
|
|
color: Yellow;
|
|
}
|
|
|
|
.pnlPar_2 {
|
|
background-color: #dcdcdc;
|
|
}
|
|
|
|
.pnlPar_2_En {
|
|
font-size: 7pt;
|
|
font-weight: normal;
|
|
color: black;
|
|
}
|
|
|
|
.pnlPar_2_Lang {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: black;
|
|
}
|
|
|
|
.pnlPar_2_Error {
|
|
font-size: 7pt;
|
|
font-weight: bold;
|
|
color: red;
|
|
}
|
|
|
|
.pnlPar_2_Descr {
|
|
font-size: 9pt;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.pnlPar_3 {
|
|
background-color: #4444cc;
|
|
}
|
|
|
|
.pnlPar_3_En {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: yellow;
|
|
}
|
|
|
|
.pnlPar_3_Lang {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: Silver;
|
|
}
|
|
|
|
.pnlPar_3_Error {
|
|
font-size: 7pt;
|
|
font-weight: bold;
|
|
color: Yellow;
|
|
}
|
|
|
|
.pnlPar_3_Descr {
|
|
background-color: #4444cc;
|
|
font-size: 9pt;
|
|
font-weight: normal;
|
|
color: Yellow;
|
|
}
|
|
|
|
.pnlPar_3_warn {
|
|
background-color: #4444cc;
|
|
font-size: 8pt;
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
color: Yellow;
|
|
}
|
|
|
|
.dlTestata {
|
|
background-color: White;
|
|
border-width: 0px;
|
|
border-style: solid;
|
|
border-color: #000099;
|
|
}
|
|
|
|
.dlTestataSel {
|
|
font-size: 8pt;
|
|
color: #339966;
|
|
background-color: #111111;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dlTestataItem {
|
|
text-align: right;
|
|
font-size: 7pt;
|
|
color: #330099;
|
|
background-color: Transparent;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dlTestataItemObblig {
|
|
text-align: right;
|
|
font-size: 7pt;
|
|
color: Black;
|
|
background-color: #b3ccff;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dlTestataAltItem {
|
|
text-align: right;
|
|
font-size: 7pt;
|
|
color: #330099;
|
|
background-color: #f5f5f5;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dlTestataEdit {
|
|
font-size: 8pt;
|
|
color: #339966;
|
|
background-color: #66FFCC;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
.dlTestataHead {
|
|
color: #CCFFFF;
|
|
background: #000099;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dlTestataHead2 {
|
|
color: #CCFFFF;
|
|
background: #997799;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dlTestataFoot {
|
|
text-align: right;
|
|
color: #3333dd;
|
|
background: #D4C8D0;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dlTestata_Lang {
|
|
font-size: 7pt;
|
|
font-weight: bold;
|
|
color: #3366bb;
|
|
}
|
|
|
|
.dlTestata_En {
|
|
font-size: 7pt;
|
|
font-weight: normal;
|
|
color: #339933;
|
|
}
|
|
|
|
.lblTabPrincLang {
|
|
font-weight: bold;
|
|
font-size: 13pt;
|
|
color: #00008B;
|
|
margin-left: 8px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.lblTabPrincEn {
|
|
font-weight: normal;
|
|
font-size: 7pt;
|
|
color: #00008B;
|
|
margin-left: 4px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.lblTabPrincLang2 {
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
color: White;
|
|
margin-left: 8px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.lblTabPrincEn2 {
|
|
font-weight: normal;
|
|
font-size: 7pt;
|
|
color: White;
|
|
margin-left: 4px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.lblTab_1Lang {
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
color: #00008B;
|
|
margin-left: 8px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.lblTab_1En {
|
|
font-size: 7pt;
|
|
font-weight: normal;
|
|
color: #00008B;
|
|
margin-left: 4px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.tab_1Body {
|
|
vertical-align: middle;
|
|
border: solid thin #ff9900;
|
|
}
|
|
|
|
.lblLang {
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
color: Black;
|
|
}
|
|
|
|
.lblEn {
|
|
font-size: 7pt;
|
|
color: Black;
|
|
}
|
|
|
|
.dgSx {
|
|
background-color: White;
|
|
border-width: 0px;
|
|
border-style: solid;
|
|
border-color: #990000;
|
|
}
|
|
|
|
.dgSxSel {
|
|
text-align: right;
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: #663399;
|
|
background-color: #FFCC66;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgSxItem {
|
|
text-align: right;
|
|
font-size: 7pt;
|
|
color: #330099;
|
|
background-color: Transparent;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgSxAltItem {
|
|
text-align: right;
|
|
font-size: 7pt;
|
|
color: #330099;
|
|
background-color: #f5f5f5;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgSxEdit {
|
|
font-size: 8pt;
|
|
color: #663399;
|
|
background-color: #FFCC66;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
.dgSxHead {
|
|
color: #FFFFCC;
|
|
background: #990000;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgSxHead2 {
|
|
color: #FFFFCC;
|
|
background: #999977;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgSxFoot {
|
|
text-align: right;
|
|
color: Black;
|
|
background: #bbccbb;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
font-weight: bold;
|
|
border-bottom-style: solid;
|
|
border-color: Black;
|
|
}
|
|
|
|
.dgSxPaging {
|
|
text-align: left;
|
|
color: Black;
|
|
background: white;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.lblTab_2Lang {
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
color: White;
|
|
margin-left: 8px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.lblTab_2En {
|
|
font-size: 7pt;
|
|
font-weight: normal;
|
|
color: White;
|
|
margin-left: 4px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.dgDx {
|
|
background-color: White;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #003399;
|
|
}
|
|
|
|
.dgDxSel {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: #CCFF99;
|
|
background-color: #009999;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgDxItem {
|
|
font-size: 7pt;
|
|
color: #003399;
|
|
background-color: Transparent;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgDxAltItem {
|
|
font-size: 7pt;
|
|
color: #330099;
|
|
background-color: #f5f5f5;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgDxEdit {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: #CCFF99;
|
|
background-color: #009999;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgDxHead {
|
|
color: #CCCCFF;
|
|
background: #003399;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgDxFoot {
|
|
color: #003399;
|
|
background-color: #99CCCC;
|
|
font-size: 10pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.dgAllegati {
|
|
background-color: White;
|
|
border-width: 0px;
|
|
border-style: solid;
|
|
border-color: #009900;
|
|
}
|
|
|
|
.dgAllegatiSel {
|
|
text-align: right;
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: #669933;
|
|
background-color: #CCFF66;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgAllegatiItem {
|
|
text-align: right;
|
|
font-size: 7pt;
|
|
color: #339900;
|
|
background-color: Transparent;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgAllegatiAltItem {
|
|
text-align: right;
|
|
font-size: 7pt;
|
|
color: #339900;
|
|
background-color: #f5f5f5;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgAllegatiEdit {
|
|
font-size: 8pt;
|
|
color: #669933;
|
|
background-color: #cCFF66;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
.dgAllegatiHead {
|
|
color: #FFFFCC;
|
|
background: #009900;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgAllegatiFoot {
|
|
text-align: right;
|
|
color: Black;
|
|
background: #ccbbbb;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
font-weight: bold;
|
|
border-bottom-style: solid;
|
|
border-color: Black;
|
|
}
|
|
|
|
.dgAllegatiPaging {
|
|
text-align: left;
|
|
color: Black;
|
|
background: white;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.btnTab {
|
|
border-right: #ea101e 1px solid;
|
|
padding-right: 8px;
|
|
border-top: #ea101e 1px solid;
|
|
padding-left: 8px;
|
|
font-weight: bold;
|
|
font-size: 9pt;
|
|
background: #ea101e;
|
|
padding-bottom: 2px;
|
|
vertical-align: top;
|
|
border-left: #ea101e 1px solid;
|
|
color: white;
|
|
padding-top: 0px;
|
|
border-bottom: #ea101e 1px solid;
|
|
font-family: verdana, arial;
|
|
text-align: justify;
|
|
}
|
|
|
|
.dgFiles {
|
|
background-color: White;
|
|
border-width: 0px;
|
|
border-style: solid;
|
|
border-color: #009900;
|
|
}
|
|
|
|
.dgFilesSel {
|
|
text-align: right;
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
color: #669933;
|
|
background-color: #CCFF66;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgFilesItem {
|
|
text-align: right;
|
|
font-size: 8pt;
|
|
color: #339900;
|
|
background-color: Transparent;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgFilesAltItem {
|
|
text-align: right;
|
|
font-size: 8pt;
|
|
color: #339900;
|
|
background-color: #f5f5f5;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgFilesEdit {
|
|
font-size: 9pt;
|
|
color: #669933;
|
|
background-color: #cCFF66;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
.dgFilesHead {
|
|
color: #CCFFFF;
|
|
background: #990000;
|
|
font-weight: bold;
|
|
font-size: 9pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.dgFilesFoot {
|
|
text-align: right;
|
|
color: Black;
|
|
background: #ccbbbb;
|
|
font-size: 9pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
font-weight: bold;
|
|
border-bottom-style: solid;
|
|
border-color: Black;
|
|
}
|
|
|
|
.dgFilesPaging {
|
|
text-align: left;
|
|
color: Black;
|
|
background: white;
|
|
font-size: 9pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
grViewBorder {
|
|
border-left-width: 2px;
|
|
border-top-width: 2px;
|
|
border-bottom-width: 2px;
|
|
border-right-width: 0px;
|
|
}
|
|
/* @end */
|
|
|
|
/* @group Portable */
|
|
|
|
.bodyPortable {
|
|
/*background-color: #FFFFFF; */
|
|
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;
|
|
}
|
|
/* ComboBox styles */
|
|
|
|
#master_content .ajax__combobox_itemlist {
|
|
margin: 0px;
|
|
}
|
|
|
|
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
|
|
background-image: url(images/toolkit-bg.gif);
|
|
background-position: top left;
|
|
border: 0px none;
|
|
color: #FFFFFF;
|
|
padding: 4px 0px 3px 5px;
|
|
font-size: 13px;
|
|
height: 16px;
|
|
width: 240px;
|
|
}
|
|
|
|
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
|
|
background-image: url(images/toolkit-arrow.gif);
|
|
background-position: top left;
|
|
border: 0px none;
|
|
height: 23px;
|
|
width: 23px;
|
|
}
|
|
|
|
.AjaxToolkitStyle .ajax__combobox_itemlist {
|
|
border-color: #0F2543;
|
|
background-color: #EFEFEF;
|
|
}
|
|
|
|
.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
|
|
margin: 0;
|
|
background-image: url(images/aqua-bg.gif);
|
|
background-position: top left;
|
|
border: 0px none;
|
|
padding: 2px 0px 0px 8px;
|
|
font-size: 11px;
|
|
height: 17px;
|
|
width: 150px;
|
|
}
|
|
|
|
.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
|
|
background-image: url(images/aqua-arrow.gif);
|
|
background-position: top left;
|
|
border: 0px none;
|
|
height: 19px;
|
|
width: 19px;
|
|
}
|
|
|
|
.AquaStyle .ajax__combobox_itemlist {
|
|
border-color: #000000;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
|
|
margin: 0;
|
|
border: solid 1px #7F9DB9;
|
|
border-right: 0px none;
|
|
padding: 1px 0px 0px 5px;
|
|
font-size: 13px;
|
|
height: 18px;
|
|
}
|
|
|
|
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
|
|
margin: 0;
|
|
padding: 0;
|
|
background-image: url(images/windows-arrow.gif);
|
|
background-position: top left;
|
|
border: 0px none;
|
|
height: 21px;
|
|
width: 21px;
|
|
}
|
|
|
|
.WindowsStyle .ajax__combobox_itemlist {
|
|
border-color: #7F9DB9;
|
|
}
|
|
/* tabella edit dettagli (es: tipoObj) */
|
|
.tblEditDetail {
|
|
border: 1px solid #ACACAC;
|
|
}
|
|
|
|
.bg_plus {
|
|
background-color: silver;
|
|
}
|