diff --git a/XPS/Content/Style.css b/XPS/Content/Style.css index 9ec89bc..5fc99f7 100644 --- a/XPS/Content/Style.css +++ b/XPS/Content/Style.css @@ -1,4 +1,27 @@ -/* @group Generale */ +body { + font-family: 'Open Sans', sans-serif; +} +.navTitle { + font-family: 'Open Sans Condensed', sans-serif; + font-size: 1.5em; +} +.navItem { + text-align: center; +} +.navba-dark .navbar-nav .active > .nav-link { + background: transparent; + color: #F90; + border: 1px solid #F90; + /*margin: -5px;*/ +} +/*------------------------------------------------------------------ +[ Subnavbar / .subnavbar ] +*/ +.subnavbar { + margin-top: 5em; + margin-bottom: 0.5em; +} +/* @group Generale */ .fixedVal { background-color: #cdcdcd; text-align: center; @@ -248,154 +271,6 @@ margin-right: 0; } /*------------------------------------------------------------------ -[ Subnavbar / .subnavbar ] -*/ -.subnavbar { - /*margin-bottom: 2.5em;*/ - margin-bottom: 0.5em; - border-top: 1px solid #595959; -} -.subnavbar .subnav-toggle { - display: none; - padding: .5em 0; - margin: 0 auto; - font-size: 18px; - text-align: center; - color: #ff9900; -} -.subnavbar .subnav-toggle:hover { - text-decoration: none; -} -.subnavbar .subnavbar-inner { - height: 80px; - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#414141), to(#323232)); - background-image: -webkit-linear-gradient(top, #414141, 0%, #323232, 100%); - background-image: -moz-linear-gradient(top, #414141 0%, #323232 100%); - background-image: linear-gradient(to bottom, #414141 0%, #323232 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414141', endColorstr='#ff323232', GradientType=0); - border-bottom: 1px solid #000; -} -.subnavbar .btn-subnavbar { - display: none; - padding: 10px 0 8px; - color: #F90; - font-size: 16px; - text-align: center; - cursor: pointer; -} -.subnavbar .btn-subnavbar:hover { - text-decoration: none; -} -.subnavbar .dropdown .caret { - margin-top: -16px; - border-top-color: #888; - border-bottom-color: #888; - opacity: 35; - filter: alpha(opacity=3500); -} -.subnavbar .dropdown.open .caret { - display: none; -} -.subnavbar .mainnav { - display: inline-block; - height: 80px; - padding: 0; - margin: 0; - border-left: 1px solid #292929; - border-right: 1px solid #4A4A4A; -} -.subnavbar .mainnav > li { - float: left; - min-width: 90px; - height: 80px; - padding: 0; - margin: 0; - text-align: center; - list-style: none; - border-left: 1px solid #4A4A4A; - border-right: 1px solid #292929; -} -.subnavbar .mainnav > li > a { - display: block; - height: 100%; - padding: 0 15px; - font-size: 12px; - font-weight: bold; - color: #636363; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); -} -.subnavbar .mainnav > li > a:hover { - color: #888; - text-decoration: none; -} -.subnavbar .mainnav > li > a > i { - position: relative; - top: 2px; - display: inline-block; - width: 24px; - height: 24px; - margin-top: 12px; - margin-bottom: 9px; - font-size: 28px; -} -.subnavbar .mainnav > li > a > span { - display: block; - padding-bottom: 2px; -} -.subnavbar .mainnav > li.open > a { - text-decoration: none; -} -.subnavbar .mainnav > li.active > a { - background: #333; - color: #F90; -} -.subnavbar .mainnav > li.active > a .caret { - border-top-color: #ff9900; - border-bottom-color: #ff9900; -} -.subnavbar .dropdown > .dropdown-menu { - top: 97%; - text-align: left; - -webkit-border-top-left-radius: 0; - -webkit-border-top-right-radius: 0; - -moz-border-radius-topleft: 0; - -moz-border-radius-topright: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.subnavbar .dropdown > .dropdown-menu a { - font-size: 12px; -} -.subnavbar .dropdown > .dropdown-menu::before, -.subnavbar .dropdown > .dropdown-menu::after { - content: ''; - display: inline-block; - border-left: 7px solid transparent; - border-right: 7px solid transparent; - border-bottom: 7px solid #CCC; - border-bottom-color: rgba(0, 0, 0, 0.2); - position: absolute; - top: -7px; - left: 9px; -} -.subnavbar .dropdown > .dropdown-menu::after { - border-left-width: 6px; - border-right-width: 6px; - border-bottom-width: 6px; - border-bottom-color: #fff; - top: -6px; - left: 10px; -} -.subnavbar .dropdown-submenu .dropdown-menu:after, -.subnavbar .dropdown-submenu .dropdown-menu:before { - display: none; -} -.subnavbar .subnav-collapse.collapse { - height: auto\9; - overflow: visible\9; -} -/*------------------------------------------------------------------ [ Shortcuts / .shortcuts ] */ .shortcuts { diff --git a/XPS/Content/Style.less b/XPS/Content/Style.less index 358892f..48ab805 100644 --- a/XPS/Content/Style.less +++ b/XPS/Content/Style.less @@ -1,853 +1,691 @@ -/* @group Generale */ -.fixedVal { - background-color: #cdcdcd; - text-align: center; - color: Black; - width: 100%; +body { + font-family: 'Open Sans', sans-serif; } -.fixedValLeft { - background-color: #cdcdcd; - text-align: left; - color: Black; - width: 100%; +.navTitle { + font-family: 'Open Sans Condensed', sans-serif; + font-size: 1.5em; } -.divSx { - float: left; - padding: 0; - margin: 0; +.navItem { + text-align: center; } -.divDx { - float: right; - padding: 0; - margin: 0; -} - -.clearDiv { - clear: both; -} - - -.iconBlackRed { - padding: 0 0.2em; - text-align: center; - color: black; - - :hover { - color: red; - } -} - -.iconOrangeRed { - padding: 0.2em; - text-align: center; - color: orange; - - :hover { - color: red; - } -} - -.iconBluRed { - padding: 0.2em; - text-align: center; - color: darkblue; - - :hover { - color: orangered; - } -} - -.iconBluGreen { - padding: 0.2em; - text-align: center; - color: darkblue; - - :hover { - color: green; - } -} - -.iconRedBlu { - padding: 0.2em; - text-align: center; - color: red; - - :hover { - color: dodgerblue; - } -} - - -.iconGreenBlu { - padding: 0.2em; - text-align: center; - color: green; - - :hover { - color: dodgerblue; - } -} - -.warnRed { - color: red; -} - -.warnOrange { - color: orange; -} - -.allOk { - color: green; -} - -.nopadding { - padding: 0 !important; - margin: 0 !important; -} - -.noShadows { - text-shadow: none; -} - -.checkOk { - color: #99FF99; -} - -.checkKo { - color: #5f2121; -} - -.pad_1e { - padding: 1em; -} - -.divNumKeyb { - float: right; - /*margin: 2px;*/ - padding: 4px; - border: 4px solid rgba(120,120,185,0.6); - background-color: rgba(190,190,255,0.4); - width: 20%; - min-width: 100px; - min-height: 280px; -} - -.NumKeyBtn { - min-height: 3.5em; -} - -.divMain { - float: none; -} - -.divMainKeyb { - float: right; - width: 80%; -} - -.img-thumbnail { - max-width: 70%; -} - -.textR { - text-align: right; -} - -.textL { - text-align: left; -} - -.tSmall { - font-size: smaller; -} - -.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; -} - -/* colori base */ -.sfondoGrigio { - background-color: #CDCDCD; -} - -/* END colori base */ - -/*------------------------------------------------------------------ -[ navbar / .navbar ] -*/ -.navbar.navbar-inverse .navbar-form .search-query { - width: 225px; - margin-top: 2px; - background-color: #333; - font-size: 11px; - font-weight: bold; - line-height: 20px; - border-color: #000; - border-radius: 20px; - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); -} - - .navbar.navbar-inverse .navbar-form .search-query:focus { - background-color: #FFF; - } - - .navbar.navbar-inverse .navbar-form .search-query::-webkit-input-placeholder { - color: #666; - } - - .navbar.navbar-inverse .navbar-form .search-query::-moz-placeholder { - color: #666; - } - -.nav > li > a { - padding: 4px 8px; - font-size: 1em; - line-height: 1em; -} - -.navbar-nav { - margin: 5px 2px; -} - -.navbar-brand { - font-size: 1.2em; - line-height: 1.3em; - height: 30px; -} - -.navbar-header { - /*float: none;*/ -} - -.navbarSep { - border-right: 1px solid #999; -} - -.navbar > .container .navbar-brand, -.navbar > .container-fluid .navbar-brand { - margin-left: 0px; -} - -.navbar-inverse .navbar-nav > .active > a { - background: transparent; - color: #F90; - border: 1px solid #F90; - /*margin: -5px;*/ -} - - .navbar-inverse .navbar-nav > .active > a:hover { - background: transparent; - color: #FFF; - /*margin: -5px;*/ - } - -.navbar-right { - float: right !important; - margin-right: 0; +.navba-dark .navbar-nav .active > .nav-link { + background: transparent; + color: #F90; + border: 1px solid #F90; + /*margin: -5px;*/ } /*------------------------------------------------------------------ [ Subnavbar / .subnavbar ] */ .subnavbar { - /*margin-bottom: 2.5em;*/ - margin-bottom: 0.5em; - border-top: 1px solid #595959; + margin-top: 5em; + margin-bottom: 0.5em; } - .subnavbar .subnav-toggle { - display: none; - padding: .5em 0; - margin: 0 auto; - font-size: 18px; - text-align: center; - color: #ff9900; - } +/* @group Generale */ +.fixedVal { + background-color: #cdcdcd; + text-align: center; + color: Black; + width: 100%; +} - .subnavbar .subnav-toggle:hover { - text-decoration: none; - } +.fixedValLeft { + background-color: #cdcdcd; + text-align: left; + color: Black; + width: 100%; +} - .subnavbar .subnavbar-inner { - height: 80px; - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#414141), to(#323232)); - background-image: -webkit-linear-gradient(top, #414141, 0%, #323232, 100%); - background-image: -moz-linear-gradient(top, #414141 0%, #323232 100%); - background-image: linear-gradient(to bottom, #414141 0%, #323232 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414141', endColorstr='#ff323232', GradientType=0); - border-bottom: 1px solid #000; - } +.divSx { + float: left; + padding: 0; + margin: 0; +} - .subnavbar .btn-subnavbar { - display: none; - padding: 10px 0 8px; - color: #F90; - font-size: 16px; - text-align: center; - cursor: pointer; - } +.divDx { + float: right; + padding: 0; + margin: 0; +} - .subnavbar .btn-subnavbar:hover { - text-decoration: none; - } +.clearDiv { + clear: both; +} - .subnavbar .dropdown .caret { - margin-top: -16px; - border-top-color: #888; - border-bottom-color: #888; - opacity: 35; - filter: alpha(opacity=3500); - } - .subnavbar .dropdown.open .caret { - display: none; - } +.iconBlackRed { + padding: 0 0.2em; + text-align: center; + color: black; - .subnavbar .mainnav { - display: inline-block; - height: 80px; - padding: 0; - margin: 0; - border-left: 1px solid #292929; - border-right: 1px solid #4A4A4A; - } + :hover { + color: red; + } +} - .subnavbar .mainnav > li { - float: left; - min-width: 90px; - height: 80px; - padding: 0; - margin: 0; - text-align: center; - list-style: none; - border-left: 1px solid #4A4A4A; - border-right: 1px solid #292929; - } +.iconOrangeRed { + padding: 0.2em; + text-align: center; + color: orange; - .subnavbar .mainnav > li > a { - display: block; - height: 100%; - padding: 0 15px; - font-size: 12px; - font-weight: bold; - color: #636363; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); - } + :hover { + color: red; + } +} - .subnavbar .mainnav > li > a:hover { - color: #888; - text-decoration: none; - } +.iconBluRed { + padding: 0.2em; + text-align: center; + color: darkblue; - .subnavbar .mainnav > li > a > i { - position: relative; - top: 2px; - display: inline-block; - width: 24px; - height: 24px; - margin-top: 12px; - margin-bottom: 9px; - font-size: 28px; - } + :hover { + color: orangered; + } +} - .subnavbar .mainnav > li > a > span { - display: block; - padding-bottom: 2px; - } +.iconBluGreen { + padding: 0.2em; + text-align: center; + color: darkblue; - .subnavbar .mainnav > li.open > a { - text-decoration: none; - } + :hover { + color: green; + } +} - .subnavbar .mainnav > li.active > a { - background: #333; - color: #F90; - } +.iconRedBlu { + padding: 0.2em; + text-align: center; + color: red; - .subnavbar .mainnav > li.active > a .caret { - border-top-color: #ff9900; - border-bottom-color: #ff9900; - } + :hover { + color: dodgerblue; + } +} - .subnavbar .dropdown > .dropdown-menu { - top: 97%; - text-align: left; - -webkit-border-top-left-radius: 0; - -webkit-border-top-right-radius: 0; - -moz-border-radius-topleft: 0; - -moz-border-radius-topright: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; - } - .subnavbar .dropdown > .dropdown-menu a { - font-size: 12px; - } +.iconGreenBlu { + padding: 0.2em; + text-align: center; + color: green; - .subnavbar .dropdown > .dropdown-menu::before, - .subnavbar .dropdown > .dropdown-menu::after { - content: ''; - display: inline-block; - border-left: 7px solid transparent; - border-right: 7px solid transparent; - border-bottom: 7px solid #CCC; - border-bottom-color: rgba(0, 0, 0, 0.2); - position: absolute; - top: -7px; - left: 9px; - } + :hover { + color: dodgerblue; + } +} - .subnavbar .dropdown > .dropdown-menu::after { - border-left-width: 6px; - border-right-width: 6px; - border-bottom-width: 6px; - border-bottom-color: #fff; - top: -6px; - left: 10px; - } +.warnRed { + color: red; +} - .subnavbar .dropdown-submenu .dropdown-menu:after, - .subnavbar .dropdown-submenu .dropdown-menu:before { - display: none; - } +.warnOrange { + color: orange; +} - .subnavbar .subnav-collapse.collapse { - height: auto\9; - overflow: visible\9; - } +.allOk { + color: green; +} +.nopadding { + padding: 0 !important; + margin: 0 !important; +} + +.noShadows { + text-shadow: none; +} + +.checkOk { + color: #99FF99; +} + +.checkKo { + color: #5f2121; +} + +.pad_1e { + padding: 1em; +} + +.divNumKeyb { + float: right; + /*margin: 2px;*/ + padding: 4px; + border: 4px solid rgba(120,120,185,0.6); + background-color: rgba(190,190,255,0.4); + width: 20%; + min-width: 100px; + min-height: 280px; +} + +.NumKeyBtn { + min-height: 3.5em; +} + +.divMain { + float: none; +} + +.divMainKeyb { + float: right; + width: 80%; +} + +.img-thumbnail { + max-width: 70%; +} + +.textR { + text-align: right; +} + +.textL { + text-align: left; +} + +.tSmall { + font-size: smaller; +} + +.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; +} +/* colori base */ +.sfondoGrigio { + background-color: #CDCDCD; +} +/* END colori base */ +/*------------------------------------------------------------------ +[ navbar / .navbar ] +*/ +.navbar.navbar-inverse .navbar-form .search-query { + width: 225px; + margin-top: 2px; + background-color: #333; + font-size: 11px; + font-weight: bold; + line-height: 20px; + border-color: #000; + border-radius: 20px; + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); +} + + .navbar.navbar-inverse .navbar-form .search-query:focus { + background-color: #FFF; + } + + .navbar.navbar-inverse .navbar-form .search-query::-webkit-input-placeholder { + color: #666; + } + + .navbar.navbar-inverse .navbar-form .search-query::-moz-placeholder { + color: #666; + } + +.nav > li > a { + padding: 4px 8px; + font-size: 1em; + line-height: 1em; +} + +.navbar-nav { + margin: 5px 2px; +} + +.navbar-brand { + font-size: 1.2em; + line-height: 1.3em; + height: 30px; +} + +.navbar-header { + /*float: none;*/ +} + +.navbarSep { + border-right: 1px solid #999; +} + +.navbar > .container .navbar-brand, +.navbar > .container-fluid .navbar-brand { + margin-left: 0px; +} + +.navbar-inverse .navbar-nav > .active > a { + background: transparent; + color: #F90; + border: 1px solid #F90; + /*margin: -5px;*/ +} + + .navbar-inverse .navbar-nav > .active > a:hover { + background: transparent; + color: #FFF; + /*margin: -5px;*/ + } + +.navbar-right { + float: right !important; + margin-right: 0; +} /*------------------------------------------------------------------ [ Shortcuts / .shortcuts ] */ .shortcuts { - text-align: center; + text-align: center; } - .shortcuts .shortcut { - width: 160px; - min-height: 100px; - display: inline-block; - padding: 15px 0; - margin: 0 5px 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: 5px; - } + .shortcuts .shortcut { + width: 160px; + min-height: 100px; + display: inline-block; + padding: 15px 0; + margin: 0 5px 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: 5px; + } - .shortcuts .shortcut .shortcut-icon { - width: 100%; - /*margin-top: .25em; + .shortcuts .shortcut .shortcut-icon { + width: 100%; + /*margin-top: .25em; margin-bottom: .35em;*/ - margin-top: 0; - margin-bottom: 0; - font-size: 32px; - color: #555; - } - - .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); - } - - .shortcuts .shortcut:active { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - } - - .shortcuts .shortcut:hover .shortcut-icon { - color: #666; - } - - .shortcuts .shortcut-label { - display: block; - margin-top: .75em; - font-weight: 400; - color: #666; + margin-top: 0; + margin-bottom: 0; + font-size: 32px; + color: #555; } + .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); + } + .shortcuts .shortcut:active { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + } + .shortcuts .shortcut:hover .shortcut-icon { + color: #666; + } + + .shortcuts .shortcut-label { + display: block; + margin-top: .75em; + font-weight: 400; + color: #666; + } /*------------------------------------------------------------------ [ widget / .widget ] */ .widget { - position: relative; - clear: both; - width: auto; - margin-bottom: 2em; - /* Clearfix Hack */ - /* Widget Table */ - /* Widget Plain */ - /* Widget Box */ + position: relative; + clear: both; + width: auto; + margin-bottom: 2em; + /* Clearfix Hack */ + /* Widget Table */ + /* Widget Plain */ + /* Widget Box */ } - .widget .widget-header { - position: relative; - height: 40px; - line-height: 40px; - background: #E9E9E9; - background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%); - /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9)); - /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%); - /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%); - /* Opera11.10+ */ - background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%); - /* IE10+ */ - background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%); - /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9'); - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')"; - border: 1px solid #D5D5D5; - -webkit-border-top-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-topright: 4px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - -webkit-background-clip: padding-box; + .widget .widget-header { + position: relative; + height: 40px; + line-height: 40px; + background: #E9E9E9; + background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%); + /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9)); + /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%); + /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%); + /* Opera11.10+ */ + background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%); + /* IE10+ */ + background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%); + /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9'); + -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')"; + border: 1px solid #D5D5D5; + -webkit-border-top-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-topright: 4px; + border-top-left-radius: 4px; + border-top-right-radius: 4px; + -webkit-background-clip: padding-box; + } + + .widget .widget-header h3 { + top: 0; + position: relative; + left: 10px; + display: inline-block; + margin-right: 3em; + font-size: 15px; + font-weight: 400; + color: #555; + line-height: 18px; + text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5); } - .widget .widget-header h3 { - top: 0; - position: relative; - left: 10px; - display: inline-block; - margin-right: 3em; - font-size: 15px; - font-weight: 400; - color: #555; - line-height: 18px; - text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5); - } - - .widget .widget-header [class^="fa-"], - .widget .widget-header [class*=" fa-"] { - display: inline-block; - margin-top: -3px; - margin-left: 13px; - margin-right: -2px; - font-size: 16px; - color: #555; - vertical-align: middle; - } - - .widget .widget-content { - padding: 25px 15px 15px; - background: #FFF; - border: 1px solid #D5D5D5; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; + .widget .widget-header [class^="fa-"], + .widget .widget-header [class*=" fa-"] { + display: inline-block; + margin-top: -3px; + margin-left: 13px; + margin-right: -2px; + font-size: 16px; + color: #555; + vertical-align: middle; } - .widget .widget-header + .widget-content { - border-top: none; - -webkit-border-top-left-radius: 0; - -webkit-border-top-right-radius: 0; - -moz-border-radius-topleft: 0; - -moz-border-radius-topright: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; + .widget .widget-content { + padding: 25px 15px 15px; + background: #FFF; + border: 1px solid #D5D5D5; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + } + + .widget .widget-header + .widget-content { + border-top: none; + -webkit-border-top-left-radius: 0; + -webkit-border-top-right-radius: 0; + -moz-border-radius-topleft: 0; + -moz-border-radius-topright: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; + } + + .widget.widget-nopad .widget-content { + padding: 0; + } + + .widget .widget-content:before, + .widget .widget-content:after { + content: " "; + /* 1 */ + display: table; + /* 2 */ + } + + .widget .widget-content:after { + clear: both; + } + + .widget .widget-content:before, + .widget .widget-content:after { + content: " "; + /* 1 */ + display: table; + /* 2 */ + } + + .widget .widget-content:after { + clear: both; + } + + .widget.widget-table .widget-content { + padding: 0; + } + + .widget.widget-table .table { + margin-bottom: 0; + border: none; + } + + .widget.widget-table .table tr td:first-child, + .widget.widget-table .table tr th:first-child { + border-left: none; } - .widget.widget-nopad .widget-content { - padding: 0; + .widget.widget-plain { + background: transparent; + border: none; + } + + .widget.widget-plain .widget-content { + padding: 0; + background: transparent; + border: none; } - .widget .widget-content:before, - .widget .widget-content:after { - content: " "; - /* 1 */ - display: table; - /* 2 */ - } - - .widget .widget-content:after { - clear: both; - } - - .widget .widget-content:before, - .widget .widget-content:after { - content: " "; - /* 1 */ - display: table; - /* 2 */ - } - - .widget .widget-content:after { - clear: both; - } - - .widget.widget-table .widget-content { - padding: 0; - } - - .widget.widget-table .table { - margin-bottom: 0; - border: none; - } - - .widget.widget-table .table tr td:first-child, - .widget.widget-table .table tr th:first-child { - border-left: none; - } - - .widget.widget-plain { - background: transparent; - border: none; - } - - .widget.widget-plain .widget-content { - padding: 0; - background: transparent; - border: none; - } - - .widget.widget-box .widget-content { - background: #E3E3E3; - background: #FFF; - } + .widget.widget-box .widget-content { + background: #E3E3E3; + background: #FFF; + } /*------------------------------------------------------------------ [ Stacked / .stacked ] */ .stacked { - position: relative; + position: relative; } - .stacked:after, - .stacked:before { - content: ''; - position: absolute; - display: block; - height: 1px; - bottom: -2px; - left: 3px; - right: 3px; - background-color: #ffffff; - -webkit-border-radius: 0 0 3px 3px; - -moz-border-radius: 0 0 3px 3px; - border-radius: 0 0 3px 3px; - border: 1px solid #d3d3d3; - border-top: 0; - } - - .stacked:before { - bottom: -4px; - left: 6px; - right: 6px; - } + .stacked:after, + .stacked:before { + content: ''; + position: absolute; + display: block; + height: 1px; + bottom: -2px; + left: 3px; + right: 3px; + background-color: #ffffff; + -webkit-border-radius: 0 0 3px 3px; + -moz-border-radius: 0 0 3px 3px; + border-radius: 0 0 3px 3px; + border: 1px solid #d3d3d3; + border-top: 0; + } + .stacked:before { + bottom: -4px; + left: 6px; + right: 6px; + } /*------------------------------------------------------------------ [2. Stats / .stats] */ - .stats { - width: 100%; - display: table; - padding: 0 0 0 10px; - margin-top: .5em; - margin-bottom: 1.9em; + width: 100%; + display: table; + padding: 0 0 0 10px; + margin-top: .5em; + margin-bottom: 1.9em; } - .stats .stat { - display: table-cell; - width: 40%; - vertical-align: top; - font-size: 11px; - font-weight: bold; - color: #999; - } + .stats .stat { + display: table-cell; + width: 40%; + vertical-align: top; + font-size: 11px; + font-weight: bold; + color: #999; + } .stat-value { - display: block; - margin-bottom: .55em; - font-size: 30px; - font-weight: bold; - letter-spacing: -2px; - color: #444; + display: block; + margin-bottom: .55em; + font-size: 30px; + font-weight: bold; + letter-spacing: -2px; + color: #444; } .stat-time { - text-align: center; - padding-top: 1.5em; + text-align: center; + padding-top: 1.5em; } - .stat-time .stat-value { - color: #F90; - font-size: 40px; - } + .stat-time .stat-value { + color: #F90; + font-size: 40px; + } .stats #donut-chart { - height: 100px; - margin-left: -20px; + height: 100px; + margin-left: -20px; } - - - - - /*------------------------------------------------------------------ [3. News Item / .news-items] */ - .news-items { - padding: 0; - margin: 1em 0 0; + padding: 0; + margin: 1em 0 0; } - .news-items li { - display: table; - padding: 0 2em 0 1.5em; - padding-bottom: 1em; - margin-bottom: 1em; - border-bottom: 1px dotted #CCC; + .news-items li { + display: table; + padding: 0 2em 0 1.5em; + padding-bottom: 1em; + margin-bottom: 1em; + border-bottom: 1px dotted #CCC; + } + + .news-items li:last-child { + padding-bottom: 0; + border: none; } - .news-items li:last-child { - padding-bottom: 0; - border: none; - } - .news-item-date { - display: table-cell; + display: table-cell; } .news-item-detail { - display: table-cell; + display: table-cell; } .news-item-title { - font-size: 13px; - font-weight: 600; + font-size: 13px; + font-weight: 600; } .news-item-date { - width: 75px; - vertical-align: middle; - text-align: right; + width: 75px; + vertical-align: middle; + text-align: right; } .news-item-day { - display: block; - margin-bottom: .25em; - font-size: 24px; - color: #888; + display: block; + margin-bottom: .25em; + font-size: 24px; + color: #888; } .news-item-preview { - margin-bottom: 0; - color: #777; + margin-bottom: 0; + color: #777; } .news-item-month { - display: block; - padding-right: 1px; - font-size: 12px; - font-weight: 600; - color: #888; + display: block; + padding-right: 1px; + font-size: 12px; + font-weight: 600; + color: #888; } - - - /*------------------------------------------------------------------ [4. Action Table / .action-table] */ - .action-table .btn-small { - padding: 4px 5px 5px; - font-size: 10px; + padding: 4px 5px 5px; + font-size: 10px; } .action-table .td-actions { - width: 80px; - text-align: center; + width: 80px; + text-align: center; } - .action-table .td-actions .btn { - margin-right: .5em; - } + .action-table .td-actions .btn { + margin-right: .5em; + } - .action-table .td-actions .btn:last-child { - margin-rigth: 0; - } + .action-table .td-actions .btn:last-child { + margin-rigth: 0; + } @media (max-width: 979px) { @@ -856,328 +694,325 @@ @media (max-width: 480px) { - .stats .stat { - margin-bottom: 3em; + .stats .stat { + margin-bottom: 3em; + } + + .stats .stat .stat-value { + margin-bottom: .15em; + font-size: 20px; } - .stats .stat .stat-value { - margin-bottom: .15em; - font-size: 20px; - } + .stats { + float: left; + display: block; + margin-bottom: 0; + } - .stats { - float: left; - display: block; - margin-bottom: 0; - } - - #chart-stats { - margin: 2em 0 1em; - } + #chart-stats { + margin: 2em 0 1em; + } } - - /* RESPONSIVE x subnav */ /*------------------------------------------------------------------ [1. Max Width: 480px] */ @media (max-width: 480px) { - .error-container h1 { - font-size: 72px; + .error-container h1 { + font-size: 72px; + } + + .headSpacer { + min-height: 0.3em; + } + + .shortcuts .shortcut { + width: 95px; + } + + .shortcuts .shortcut .shortcut-label { + font-size: 12px; } - .headSpacer { - min-height: 0.3em; + .shortcuts .shortcut .shortcut-icon { + font-size: 24px; } - - .shortcuts .shortcut { - width: 95px; - } - - .shortcuts .shortcut .shortcut-label { - font-size: 12px; - } - - .shortcuts .shortcut .shortcut-icon { - font-size: 24px; - } } /*------------------------------------------------------------------ [3. Max Width: 979px] */ @media (max-width: 979px) { - .navbar-fixed-top { - position: static; - margin-bottom: 0; - } + .navbar-fixed-top { + position: static; + margin-bottom: 0; + } - .headSpacer { - min-height: 1em; - } + .headSpacer { + min-height: 1em; + } - .navbar .btn-navbar { - font-size: 16px; - background: none; - filter: none; - border: none; - -webkit-box-shadow: none; - box-shadow: none; - } + .navbar .btn-navbar { + font-size: 16px; + background: none; + filter: none; + border: none; + -webkit-box-shadow: none; + box-shadow: none; + } - .navbar .container { - padding: 0 10px; - } + .navbar .container { + padding: 0 10px; + } - .subnavbar .subnavbar .container { - width: auto; - } + .subnavbar .subnavbar .container { + width: auto; + } } /* Extra small devices (phones, up to 480px) */ /* No media query since this is the default in Bootstrap */ @media (max-width: 768px) { - body { - font-size: 9px; + body { + font-size: 9px; + } + + .headSpacer { + min-height: 0.5em; + } + + .navbar .mainnav > li > a { + padding: 0 10px; + font-size: 1em; + line-height: 1em; + } + + .navbar-nav > li > a { + padding-top: 10px; + padding-bottom: 10px; + font-size: 1em; + line-height: 1em; + } + + .subnavbar .subnav-toggle { + display: block; + } + + .extra { + margin-right: -20px; + margin-left: -20px; + } + + .main .container { + padding: 0; + } + + .main .row { + margin-right: -15px; + margin-left: -15px; + } + + .footer { + margin-right: -20px; + margin-left: -20px; + } + + .footer #footer-terms { + margin-top: 1em; + text-align: left; } - .headSpacer { - min-height: 0.5em; + .footer #footer-terms a { + margin-left: 0; + margin-right: 1em; + } + + .item-row { + display: block; + } + + .item-row:before, + .item-row:after { + content: " "; + /* 1 */ + display: table; + /* 2 */ } - .navbar .mainnav > li > a { - padding: 0 10px; - font-size: 1em; - line-height: 1em; + .item-row:after { + clear: both; } - .navbar-nav > li > a { - padding-top: 10px; - padding-bottom: 10px; - font-size: 1em; - line-height: 1em; + .item-row .item-label { + display: block; + width: 100%; + margin-bottom: 1.5em; } - .subnavbar .subnav-toggle { - display: block; + .item-row .item-content { + display: block; + width: 100%; } - .extra { - margin-right: -20px; - margin-left: -20px; + .subnavbar { + margin-left: -20px; + margin-right: -20px; + } + + .subnavbar .btn-subnavbar { + display: block; } - .main .container { - padding: 0; + .subnavbar .subnavbar-inner { + height: auto; } - .main .row { - margin-right: -15px; - margin-left: -15px; + .subnavbar .mainnav { + display: block; + width: 100%; + height: auto; + margin-top: 1em; + margin-bottom: 1.5em; + border: none; } - .footer { - margin-right: -20px; - margin-left: -20px; + .subnavbar .mainnav > li { + float: none; + width: 100%; + height: auto; + margin-bottom: 1em; + text-align: left; + border: none; + } + + .subnavbar .mainnav > li > a { + display: block; + margin-right: .5em; + color: #CCC; + font-weight: 600; + padding: 0 10px; + font-size: 1em; + line-height: 1em; + } + + .subnavbar .mainnav > li > a > span { + display: inline; + } + + .subnavbar .mainnav > li > a > i { + display: inline; + margin-right: .5em; + margin-bottom: 0; + font-size: 14px; + } + + .subnavbar .mainnav > li > a .caret { + margin-top: -2px; + margin-left: 3px; + } + + .subnavbar .mainnav > li.active > a { + color: #F90; + background: transparent; + } + + .subnavbar .dropdown .dropdown-menu { + position: static; + float: none; + width: 100%; + background: transparent; + border: none; + box-shadow: none; } - .footer #footer-terms { - margin-top: 1em; - text-align: left; + .subnavbar .dropdown .dropdown-menu a { + padding: 12px 40px; + color: #FFF; + font-weight: 600; + } + + .subnavbar .dropdown .dropdown-menu a:active, + .subnavbar .dropdown .dropdown-menu a:focus { + background: #555 !important; + outline: none; } - .footer #footer-terms a { - margin-left: 0; - margin-right: 1em; - } + .subnavbar .dropdown .dropdown-menu::before, + .subnavbar .dropdown .dropdown-menu::after { + display: none; + } - .item-row { - display: block; + .subnavbar .dropdown.open .caret { + display: inline-block; } - .item-row:before, - .item-row:after { - content: " "; - /* 1 */ - display: table; - /* 2 */ - } - - .item-row:after { - clear: both; - } - - .item-row .item-label { - display: block; - width: 100%; - margin-bottom: 1.5em; - } - - .item-row .item-content { - display: block; - width: 100%; - } - - .subnavbar { - margin-left: -20px; - margin-right: -20px; + .subnavbar .dropdown-submenu > a:after { + display: none; } - .subnavbar .btn-subnavbar { - display: block; - } + .subnavbar .dropdown-submenu > .dropdown-menu { + display: block; + } - .subnavbar .subnavbar-inner { - height: auto; - } - - .subnavbar .mainnav { - display: block; - width: 100%; - height: auto; - margin-top: 1em; - margin-bottom: 1.5em; - border: none; - } - - .subnavbar .mainnav > li { - float: none; - width: 100%; - height: auto; - margin-bottom: 1em; - text-align: left; - border: none; - } - - .subnavbar .mainnav > li > a { - display: block; - margin-right: .5em; - color: #CCC; - font-weight: 600; - padding: 0 10px; - font-size: 1em; - line-height: 1em; - } - - .subnavbar .mainnav > li > a > span { - display: inline; - } - - .subnavbar .mainnav > li > a > i { - display: inline; - margin-right: .5em; - margin-bottom: 0; - font-size: 14px; - } - - .subnavbar .mainnav > li > a .caret { - margin-top: -2px; - margin-left: 3px; - } - - .subnavbar .mainnav > li.active > a { - color: #F90; - background: transparent; - } - - .subnavbar .dropdown .dropdown-menu { - position: static; - float: none; - width: 100%; - background: transparent; - border: none; - box-shadow: none; - } - - .subnavbar .dropdown .dropdown-menu a { - padding: 12px 40px; - color: #FFF; - font-weight: 600; - } - - .subnavbar .dropdown .dropdown-menu a:active, - .subnavbar .dropdown .dropdown-menu a:focus { - background: #555 !important; - outline: none; - } - - .subnavbar .dropdown .dropdown-menu::before, - .subnavbar .dropdown .dropdown-menu::after { - display: none; - } - - .subnavbar .dropdown.open .caret { - display: inline-block; - } - - .subnavbar .dropdown-submenu > a:after { - display: none; - } - - .subnavbar .dropdown-submenu > .dropdown-menu { - display: block; - } - - .subnavbar .dropdown-submenu > .dropdown-menu > li > a { - padding-right: 20px; - padding-left: 60px; - } + .subnavbar .dropdown-submenu > .dropdown-menu > li > a { + padding-right: 20px; + padding-left: 60px; + } } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { - body { - font-size: 10px; - } + body { + font-size: 10px; + } - .headSpacer { - min-height: 2em; - } + .headSpacer { + min-height: 2em; + } - .subnav-collapse.collapse { - display: block !important; - height: auto !important; - padding-bottom: 0; - overflow: visible !important; - } + .subnav-collapse.collapse { + display: block !important; + height: auto !important; + padding-bottom: 0; + overflow: visible !important; + } } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { - body { - font-size: 12px; - } + body { + font-size: 12px; + } - .headSpacer { - min-height: 5em; - } + .headSpacer { + min-height: 5em; + } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) { - body { - font-size: 14px; - } + body { + font-size: 14px; + } - .headSpacer { - min-height: 5em; - } + .headSpacer { + min-height: 5em; + } - .nav > li > a { - padding: 4px 8px; - font-size: 1.2em; - line-height: 1.2em; - } + .nav > li > a { + padding: 4px 8px; + font-size: 1.2em; + line-height: 1.2em; + } - .navbar .container, - .subnavbar .container { - padding-right: 0; - padding-left: 0; - } + .navbar .container, + .subnavbar .container { + padding-right: 0; + padding-left: 0; + } - .page-title { - margin-left: -15px; - } + .page-title { + margin-left: -15px; + } } - /* OVERRIDE tabella bootstrap */ .table > thead > tr > th, .table > tbody > tr > th, @@ -1185,718 +1020,711 @@ .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { - font-size: 0.9em; - padding: 2px; - /*line-height: 1.42857143; + font-size: 0.9em; + padding: 2px; + /*line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd;*/ } /* -------------------------------------- */ - .ombra { - box-shadow: 0px 20px 20px black; + box-shadow: 0px 20px 20px black; } - - /* gridview! */ .ctrHeaderPager { - background-color: #b8b8b8; - color: White; + background-color: #b8b8b8; + color: White; } .ctrHeaderPagerRight { - background-color: #b8b8b8; - font-weight: bold; - color: White; - text-align: right; + background-color: #b8b8b8; + font-weight: bold; + color: White; + text-align: right; } .ctrHeaderPagerBlue { - background-color: #507CD1; - height: 1px; + background-color: #507CD1; + height: 1px; } .ctrHeaderPagerBlueRight { - background-color: #507CD1; - height: 1px; - text-align: right; + background-color: #507CD1; + height: 1px; + text-align: right; } .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; } .ctrRowStyleRight { - background-color: #EFF3FB; - text-align: right; + background-color: #EFF3FB; + text-align: right; } .ctrAltRowStyleRight { - background-color: White; - text-align: right; + background-color: White; + text-align: right; } .ctrInsRowStyle { - background-color: #b8b8b8; + background-color: #b8b8b8; } .ctrEditRowStyle { - background-color: #D1DDF1; + background-color: #D1DDF1; } .ctrSelRowStyle { - font-weight: bold; - color: #333333; - background-color: #D1DDF1; + font-weight: bold; + color: #333333; + background-color: #D1DDF1; } .ctrSelRowStyleYellow { - font-weight: bold; - color: #333333; - background-color: Yellow; + font-weight: bold; + color: #333333; + background-color: Yellow; } .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; } - /* group barPlot a colori*/ .sv { - text-align: center; - font-size: 7pt; - height: 20px; - background-image: url(../images/verde_20.png); + text-align: center; + font-size: 7pt; + height: 20px; + background-image: url(../images/verde_20.png); } .sg { - text-align: center; - font-size: 7pt; - height: 20px; - background-image: url(../images/giallo_20.png); + text-align: center; + font-size: 7pt; + height: 20px; + background-image: url(../images/giallo_20.png); } .sr { - text-align: center; - font-size: 7pt; - height: 20px; - background-image: url(../images/rosso_20.png); - color: White; + text-align: center; + font-size: 7pt; + height: 20px; + background-image: url(../images/rosso_20.png); + color: White; } .ss { - text-align: center; - font-size: 7pt; - height: 20px; - background-image: url(../images/grigio_20.png); - color: White; + text-align: center; + font-size: 7pt; + height: 20px; + background-image: url(../images/grigio_20.png); + color: White; } /* group colori rappresentazione magazzino X Y */ .cellaLibera { - text-align: center; - font-size: 8pt; - height: 40px; - background-image: url(../images/grigioChiaro_80.png); - border: solid 1px #777777; + text-align: center; + font-size: 8pt; + height: 40px; + background-image: url(../images/grigioChiaro_80.png); + border: solid 1px #777777; } .cellaSelezDett { - text-align: center; - font-size: 8pt; - height: 40px; - background-image: url(../images/giallo_80.png); - border: solid 1px #777777; + text-align: center; + font-size: 8pt; + height: 40px; + background-image: url(../images/giallo_80.png); + border: solid 1px #777777; } .cellaOccupata { - text-align: center; - font-size: 8pt; - height: 40px; - background-image: url(../images/arancio_80.png); - color: White; - border: solid 1px #777777; + text-align: center; + font-size: 8pt; + height: 40px; + background-image: url(../images/arancio_80.png); + color: White; + border: solid 1px #777777; } .cellaPiena { - text-align: center; - font-size: 8pt; - height: 40px; - background-image: url(../images/verde_80.png); - color: White; - border: solid 1px #777777; + text-align: center; + font-size: 8pt; + height: 40px; + background-image: url(../images/verde_80.png); + color: White; + border: solid 1px #777777; } .cellaInattiva { - text-align: center; - font-size: 8pt; - height: 40px; - background-image: url(../images/grigio_80.png); - color: White; - border: solid 1px #777777; + text-align: center; + font-size: 8pt; + height: 40px; + background-image: url(../images/grigio_80.png); + color: White; + border: solid 1px #777777; } - .cellaInattiva a { - color: White; - } + .cellaInattiva a { + color: White; + } .cellaSelezAll { - text-align: center; - font-size: 8pt; - height: 40px; - background-image: url(../images/blu_80.png); - border: solid 1px #777777; + text-align: center; + font-size: 8pt; + height: 40px; + background-image: url(../images/blu_80.png); + border: solid 1px #777777; } .cellaBianca { - text-align: center; - font-size: 8pt; - font-weight: bold; + text-align: center; + font-size: 8pt; + font-weight: bold; } .selectedCell { - border: dashed 2px black; /*font-weight: bold;*/ - text-align: center; + border: dashed 2px black; /*font-weight: bold;*/ + text-align: center; } - /* formato gridview compatto (es magazzini) */ .didascalia { - color: #696969; - font-size: 7pt; + color: #696969; + font-size: 7pt; } - /* shadows vari */ .ShadowText { - text-shadow: 2px 2px 2px rgba(0,0,0,.4); + 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); + -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); + -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); } - /* Paginazione... */ .GridPager a, .GridPager span { - display: block; - height: 1.6em; - width: 2em; - text-align: center; - text-decoration: none; + display: block; + height: 1.6em; + width: 2em; + text-align: center; + text-decoration: none; } .GridPager a { - background-color: #f5f5f5; - color: #969696; - /*border-top: 1px solid #969696; + background-color: #f5f5f5; + color: #969696; + /*border-top: 1px solid #969696; border-bottom: 1px solid #969696;*/ } .GridPager span { - background-color: #A1DCF2; - color: #000; - /*border-top: 1px solid #3AC0F2; + background-color: #A1DCF2; + color: #000; + /*border-top: 1px solid #3AC0F2; border-bottom: 1px solid #3AC0F2;*/ - font-weight: bold; + font-weight: bold; } .imgNoPad { - margin-top: -3px; - margin-bottom: -7px; + margin-top: -3px; + margin-bottom: -7px; } - - - - - - - - /*OLD CONF*/ /* @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%; + 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; + 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; + border: 1px solid #CC4800; + background-color: #EE6900; + color: #FFFF00; + /*color: #65001A;*/ + font-size: 1.2em; } .menuNavSel { - background-color: #D1507C; + background-color: #D1507C; } .menuItem { - width: 300px; + width: 300px; } /* end zona menu */ - /* Mod selettore ajax */ .txtLink { - font-size: smaller; - text-decoration: underline; - color: blue; + font-size: smaller; + text-decoration: underline; + color: blue; } .txtValue { - font-size: smaller; - color: #696969; + 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; + 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; + font-family: 'Free 3 of 9 Extended'; + font-size: 60pt; } - /*Popup Control*/ .popupControl { - background-color: White; - position: absolute; - visibility: hidden; - border: solid 1px #363636; + 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; + background-image: url(images/header-opened.png); + background-repeat: repeat-x; + background-position: left top; + background-color: #F5F7F8; } .evidenzia { - border: solid 1px blue; + border: solid 1px blue; } /* area note logging */ .logCont { - font-size: 8pt; - width: 100%; - text-align: center; - border: solid 1px silver; - background-color: #DFF1F1; + font-size: 8pt; + width: 100%; + text-align: center; + border: solid 1px silver; + background-color: #DFF1F1; } .logButton { - text-align: center; - padding: 10px; + text-align: center; + padding: 10px; } /* selettore ajax*/ .selezioneValRed { - text-decoration: underline; - color: Blue; + text-decoration: underline; + color: Blue; } /*Modal Popup*/ .modalBackground { - background-color: Gray; - filter: alpha(opacity=70); - opacity: 0.7; + background-color: Gray; + filter: alpha(opacity=70); + opacity: 0.7; } .hiddenTxt { - /*color:White;*/ - background-color: White; - width: 5px; + /*color:White;*/ + background-color: White; + width: 5px; } .modalPopup { - background-color: #ffffdd; - border-width: 1px; - border-style: solid; - border-color: Gray; - padding: 3px; + 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); + 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; + 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);*/ + 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; + font-weight: bold; + font-size: 10pt; } .alertAjax { - color: #ea101e; - font-size: small; - font-weight: bold; + 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; + 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; + 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; + background-color: #FF7A00; /* #4C90FF; */ + vertical-align: middle; + height: 20pt; } INPUT { - font-size: 8pt; + font-size: 8pt; } .selezioneVal { - border-right: yellow 1px solid; - border-top: yellow 1px solid; - border-left: yellow 1px solid; - border-bottom: yellow 1px solid; + 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; + 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%; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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%; + 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; - height: 530px; + padding-right: 5px; + height: 530px; } A:hover { - color: red; + color: red; } .clonaUserPerm { - color: #ffff66; - background-color: #ea101e; + color: #ffff66; + background-color: #ea101e; } .boxRicerca { - padding: 4px; + padding: 4px; } .oneHalf { - width: 50%; + width: 50%; } .oneQuart { - width: 25%; + width: 25%; } .cal { - font-size: 10pt; + font-size: 10pt; } .treeHead { - width: 100%; - text-align: center; - background-color: #D1DDF1; - border-right: solid 2px silver; - border-top: solid 2px silver; + 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; + 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); + 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); + 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); + 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; + 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); + 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; + 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); + 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; + color: White; } .imgStandard a { - color: #363636; - text-decoration: none; + 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_bright_38.png); -} + height: 24px; /*color: #363636; */ + background-image: url(images/bg_hover_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; } - .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; @@ -1904,1179 +1732,1131 @@ A:hover { 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; + color: #696969; + background-color: #EFEFFF; } .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/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; + 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; + width: 200; + 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; } .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; } .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: 30pt; - margin-left: 10pt; + font-weight: bold; + font-size: 30pt; + margin-left: 10pt; } .UnauthTitle { - font-size: 20pt; - color: Red; - margin-left: 30pt; + font-size: 20pt; + color: Red; + margin-left: 30pt; } .UnauthMess { - font-size: 12pt; - font-style: normal; - margin-left: 30pt; + 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%; + white-space: nowrap; + height: auto; + vertical-align: top; + line-height: 18px; + width: 100%; + height: 100%; } .tableHead2 { - white-space: nowrap; - height: auto; - vertical-align: top; - line-height: 18px; - color: #ffffcc; - background-color: #999977; - width: 100%; - height: 100%; + white-space: nowrap; + height: auto; + vertical-align: top; + line-height: 18px; + color: #ffffcc; + background-color: #999977; + width: 100%; + height: 100%; } .cmbFiltrText { - font-size: 9pt; + font-size: 9pt; } .currencyFormat { - white-space: nowrap; - text-align: right; - vertical-align: baseline; + white-space: nowrap; + text-align: right; + vertical-align: baseline; } .UserLabel { - background-color: #ff9900; - text-align: center; - margin: 6 6 6 6; + background-color: #ff9900; + text-align: center; + margin: 6 6 6 6; } - .UserLabel .principale { - font-size: large; - font-weight: bold; - } + .UserLabel .principale { + font-size: large; + font-weight: bold; + } - .UserLabel .secondario { - font-size: medium; - } + .UserLabel .secondario { + font-size: medium; + } .cmbMini { - font-size: 8pt; + font-size: 8pt; } .txtMini { - font-size: 7pt; + font-size: 7pt; } .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: normal; - font-size: 8pt; - color: Red; + font-weight: normal; + font-size: 8pt; + color: Red; } .erroreMid { - font-weight: normal; - font-size: 10pt; - color: Red; + font-weight: normal; + font-size: 10pt; + color: Red; } .erroreBig { - font-weight: normal; - font-size: 12pt; - color: Red; + font-weight: normal; + font-size: 12pt; + color: Red; } .valUpd { - font-style: italic; + font-style: italic; } .cmbMini { - font-size: 8pt; + font-size: 8pt; } .txtMini { - font-size: 8pt; + font-size: 8pt; } .txtMiniLeft { - font-size: 8pt; - text-align: left; + font-size: 8pt; + text-align: left; } .valOk { - color: Green; + color: Green; } .valKo { - color: Red; - font-weight: bold; + color: Red; + font-weight: bold; } .suggerimento { - font-size: 8pt; - font-weight: bold; - color: Red; + font-size: 8pt; + font-weight: bold; + color: Red; } .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; } .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-weight: bold; + font-size: 12pt; + font-weight: bold; } .txtTab { - font-size: 8pt; - font-family: verdana, arial; - text-align: justify; + font-size: 8pt; + font-family: verdana, arial; + text-align: justify; } .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; } .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; + 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; + overflow: auto; + white-space: normal; } .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; } .boxText { - font-size: 8pt; - font-weight: normal; - width: 100%; + font-size: 8pt; + font-weight: normal; + width: 100%; } .saveClose { - width: 100%; - text-align: center; - background-color: #ea101e; - padding: 2pt; + width: 100%; + text-align: center; + background-color: #ea101e; + padding: 2pt; } - - - - /* @end */ - - /* zona colorazione filtri */ .filtro_1 { - background-color: #8888ff; + background-color: #8888ff; } .filtro_2 { - background-color: #aaaaff; + background-color: #aaaaff; } .filtro_3 { - background-color: #ccccff; + background-color: #ccccff; } .filtro_4 { - background-color: #dedeff; + background-color: #dedeff; } .filtro_5 { - background-color: #efefff; + background-color: #efefff; } - - /* @end */ - /* @group Stili Asp */ - .lblText { - font-size: 8pt; + font-size: 8pt; } .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; } .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; } .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: #C8C8C8; - font-weight: bold; - color: White; - padding-left: 4px; + background-color: #C8C8C8; + font-weight: bold; + color: White; + padding-left: 4px; } .ctrHeaderPagerRight { - background-color: #b8b8b8; - font-weight: bold; - color: White; - text-align: right; + background-color: #b8b8b8; + font-weight: bold; + color: White; + text-align: right; } .ctrHeaderPagerBlue { - background-color: #507CD1; - height: 1px; + background-color: #507CD1; + height: 1px; } .ctrHeaderPagerBlueRight { - background-color: #507CD1; - height: 1px; - text-align: right; + background-color: #507CD1; + height: 1px; + text-align: right; } .ctrFooter { - background-color: #507CD1; - font-weight: bold; - color: White; + background-color: #507CD1; + font-weight: bold; + color: White; } .ctrRowStyle { - vertical-align: top; - background-color: #EFF3FB; + vertical-align: top; + background-color: #EFF3FB; } .ctrAltRowStyle { - vertical-align: top; - background-color: White; + vertical-align: top; + background-color: White; } .ctrRowStyleRight { - background-color: #EFF3FB; - text-align: right; + background-color: #EFF3FB; + text-align: right; } .ctrAltRowStyleRight { - background-color: White; - text-align: right; + background-color: White; + text-align: right; } .ctrInsRowStyle { - background-color: #b8b8b8; + background-color: #b8b8b8; } .ctrEditRowStyle { - background-color: #D1DDF1; + background-color: #D1DDF1; } .ctrSelRowStyle { - font-weight: bold; - color: #333333; - background-color: #D1DDF1; - border: solid 3px orange; + font-weight: bold; + color: #333333; + background-color: #D1DDF1; + border: solid 3px orange; } .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; } - /* Controlli Alternativi */ - .ctrHeaderPagerDet { - background-color: #507CD1; - font-weight: bold; - color: White; + background-color: #507CD1; + font-weight: bold; + color: White; } .ctrFooterDet { - background-color: #507CD1; - font-weight: bold; - color: White; + background-color: #507CD1; + font-weight: bold; + color: White; } .ctrRowStyleDet { - vertical-align: top; - background-color: #EFF3FB; + vertical-align: top; + background-color: #EFF3FB; } .ctrAltRowStyleDet { - vertical-align: top; - background-color: White; - border-bottom-width: 1px; - border-color: Silver; + vertical-align: top; + background-color: White; + border-bottom-width: 1px; + border-color: Silver; } .ctrInsRowStyleDet { - background-color: #b8b8b8; + background-color: #b8b8b8; } .ctrEditRowStyleDet { - background-color: #D1DDF1; + background-color: #D1DDF1; } .ctrSelRowStyleDet { - font-weight: bold; - color: #333333; - border: solid 3px orange; - background-color: #D1DDF1; + font-weight: bold; + color: #333333; + border: solid 3px orange; + background-color: #D1DDF1; } .ctrCommRowDet { - font-weight: bold; - background-color: #D1DDF1; + font-weight: bold; + background-color: #D1DDF1; } .ctrFiledHeadDet { - background-color: #DEE8F5; - font-weight: bold; - width: 25%; + background-color: #DEE8F5; + font-weight: bold; + width: 25%; } .ctrLabelStrongDet { - font-weight: bold; + font-weight: bold; } .ctrFieldEditDet { - font-size: 8pt; + font-size: 8pt; } - /* END */ - /* Controlli alternativi per cloning Rossi */ - .ctrHeaderPagerRed { - background-color: #D15B5B; - font-weight: bold; - color: White; - padding-left: 4px; + background-color: #D15B5B; + font-weight: bold; + color: White; + padding-left: 4px; } .ctrFooterRed { - background-color: #D15B5B; - font-weight: bold; - color: White; + background-color: #D15B5B; + font-weight: bold; + color: White; } .ctrRowStyleRed { - vertical-align: top; - background-color: #FFE1E7; + vertical-align: top; + background-color: #FFE1E7; } .ctrAltRowStyleRed { - vertical-align: top; - background-color: White; - border-bottom-width: 1px; - border-color: Silver; + vertical-align: top; + background-color: White; + border-bottom-width: 1px; + border-color: Silver; } .ctrInsRowStyleRed { - background-color: #b8b8b8; + background-color: #b8b8b8; } .ctrEditRowStyleRed { - background-color: #FFC4C5; + background-color: #FFC4C5; } .ctrSelRowStyleRed { - font-weight: bold; - color: #333333; - border: solid 3px orange; - background-color: #FFC4C5; + font-weight: bold; + color: #333333; + border: solid 3px orange; + background-color: #FFC4C5; } .ctrCommRowRed { - font-weight: bold; - background-color: #FFC4C5; + font-weight: bold; + background-color: #FFC4C5; } .ctrFiledHeadRed { - background-color: #FFC4C5; - font-weight: bold; - width: 25%; + background-color: #FFC4C5; + font-weight: bold; + width: 25%; } .ctrLabelStrongRed { - font-weight: bold; + font-weight: bold; } .ctrFieldEditRed { - font-size: 8pt; + font-size: 8pt; } - - /* END */ - /* Controlli alternativi per cloning Verdi */ - .ctrHeaderPagerGreen { - background-color: #5BD15B; - font-weight: bold; - color: White; - padding-left: 4px; + background-color: #5BD15B; + font-weight: bold; + color: White; + padding-left: 4px; } .ctrFooterGreen { - background-color: #5BD15B; - font-weight: bold; - color: White; + background-color: #5BD15B; + font-weight: bold; + color: White; } .ctrRowStyleGreen { - vertical-align: top; - background-color: #E1FFE7; + vertical-align: top; + background-color: #E1FFE7; } .ctrAltRowStyleGreen { - vertical-align: top; - background-color: White; - border-bottom-width: 1px; - border-color: Silver; + vertical-align: top; + background-color: White; + border-bottom-width: 1px; + border-color: Silver; } .ctrInsRowStyleGreen { - background-color: #b8b8b8; + background-color: #b8b8b8; } .ctGreenitRowStyleGreen { - background-color: #C4FFC5; + background-color: #C4FFC5; } .ctrSelRowStyleGreen { - font-weight: bold; - color: #333333; - border: solid 3px orange; - background-color: #C4FFC5; + font-weight: bold; + color: #333333; + border: solid 3px orange; + background-color: #C4FFC5; } .ctrCommRowGreen { - font-weight: bold; - background-color: #C4FFC5; + font-weight: bold; + background-color: #C4FFC5; } .ctrFiledHeadGreen { - background-color: #C4FFC5; - font-weight: bold; - width: 25%; + background-color: #C4FFC5; + font-weight: bold; + width: 25%; } .ctrLabelStrongGreen { - font-weight: bold; + font-weight: bold; } .ctrFieldEditGreen { - font-size: 8pt; + font-size: 8pt; } - - /* END */ - - .repHead { - background-color: #507CD1; - color: White; - font-size: 10pt; - font-weight: bold; + background-color: #507CD1; + color: White; + font-size: 10pt; + font-weight: bold; } .repFrame { - border: solid /* 2px */ #507CD1; + border: solid /* 2px */ #507CD1; } .repFooter { - font-size: 8pt; - background-color: #507CD1; - color: White; + font-size: 8pt; + background-color: #507CD1; + color: White; } .repFooterRight { - font-size: 8pt; - background-color: #507CD1; - color: White; - text-align: right; + font-size: 8pt; + background-color: #507CD1; + color: White; + text-align: right; } .pnlMaster { - height: 300px; + 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; + 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; + 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; + 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 { - font-size: 13pt; - font-weight: bold; - color: blue; - } + .tblDett .titolo { + font-size: 13pt; + font-weight: bold; + color: blue; + } - .tblDett .sceltaGen { - background-color: #8899ee; - } + .tblDett .sceltaGen { + background-color: #8899ee; + } .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; } .lblMess { - color: Red; - font-size: 12pt; - font-style: italic; - font-weight: bold; + color: Red; + font-size: 12pt; + font-style: italic; + font-weight: bold; } .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; } .lblValSel { - font-size: 8pt; - color: Black; - background-color: Transparent; - border-style: none; + font-size: 8pt; + color: Black; + background-color: Transparent; + border-style: none; } .lblDett1 { - text-align: left; - font-weight: bold; - font-size: 7pt; - color: black; + 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; + 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; + 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; } - - - /* @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; + 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; + 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; + 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; + color: #444444; + font-family: Verdana; + font-variant: small-caps; + font-size: medium; + text-decoration: none; } .iphone { - width: 100%; + width: 100%; } .txtFooter { - font-size: small; - font-style: italic; + font-size: small; + font-style: italic; } .txtCopyright { - font-size: small; + font-size: small; } - /* @end */ - .watermark { - color: Gray; - font-style: italic; + color: Gray; + font-style: italic; } .autocomplete { - color: Gray; - font-size: smaller; + color: Gray; + font-size: smaller; } .autocompleteHiglight { - color: Black; - font-size: smaller; + color: Black; + font-size: smaller; } - - /* stile custom per questa webapp */ .barcodeBoxIE { - width: 700px; - margin-top: 20px; + width: 700px; + margin-top: 20px; } .barcodeBoxOther { - margin-left: 20%; - margin-right: 20%; - margin-top: 20px; + 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; + 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; + 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:hover { + color: White; + background-image: none; + background-color: #696969; + } - .styleBtnComposito:active { - position: relative; - top: 1px; - color: Yellow; - background-image: none; - background-color: #ACACAC; - } + .styleBtnComposito:active { + position: relative; + top: 1px; + color: Yellow; + background-image: none; + background-color: #ACACAC; + } diff --git a/XPS/Content/Style.min.css b/XPS/Content/Style.min.css index a23143c..19426a8 100644 --- a/XPS/Content/Style.min.css +++ b/XPS/Content/Style.min.css @@ -1 +1 @@ -.fixedVal{background-color:#cdcdcd;text-align:center;color:#000;width:100%;}.fixedValLeft{background-color:#cdcdcd;text-align:left;color:#000;width:100%;}.divSx{float:left;padding:0;margin:0;}.divDx{float:right;padding:0;margin:0;}.clearDiv{clear:both;}.iconBlackRed{padding:0 .2em;text-align:center;color:#000;}.iconBlackRed :hover{color:#f00;}.iconOrangeRed{padding:.2em;text-align:center;color:#ffa500;}.iconOrangeRed :hover{color:#f00;}.iconBluRed{padding:.2em;text-align:center;color:#00008b;}.iconBluRed :hover{color:#ff4500;}.iconBluGreen{padding:.2em;text-align:center;color:#00008b;}.iconBluGreen :hover{color:#008000;}.iconRedBlu{padding:.2em;text-align:center;color:#f00;}.iconRedBlu :hover{color:#1e90ff;}.iconGreenBlu{padding:.2em;text-align:center;color:#008000;}.iconGreenBlu :hover{color:#1e90ff;}.warnRed{color:#f00;}.warnOrange{color:#ffa500;}.allOk{color:#008000;}.nopadding{padding:0 !important;margin:0 !important;}.noShadows{text-shadow:none;}.checkOk{color:#9f9;}.checkKo{color:#5f2121;}.pad_1e{padding:1em;}.divNumKeyb{float:right;padding:4px;border:4px solid rgba(120,120,185,.6);background-color:rgba(190,190,255,.4);width:20%;min-width:100px;min-height:280px;}.NumKeyBtn{min-height:3.5em;}.divMain{float:none;}.divMainKeyb{float:right;width:80%;}.img-thumbnail{max-width:70%;}.textR{text-align:right;}.textL{text-align:left;}.tSmall{font-size:smaller;}.textEv_1{background-color:#cdffcd;text-align:center;color:#000;font-size:8pt;}.textEv_1Left{background-color:#cdffcd;text-align:left;color:#000;font-size:8pt;}.textEv_2{background-color:#cdffcd;text-align:center;color:#000;font-size:8pt;}.textEv_2Left{background-color:#cdffcd;text-align:left;color:#000;font-size:8pt;}.textEv_Read{background-color:#deeff7;text-align:center;color:#000;font-size:8pt;}.textEv_ReadLeft{background-color:#deeff7;text-align:left;color:#000;font-size:8pt;}.bloccoDiv{border-bottom:solid 1px #008000;padding-bottom:1px;margin-bottom:5px;}.semaforoVerde{color:#008000;}.semaforoGiallo{color:#ffa500;font-weight:bold;}.semaforoRosso{color:#f00;font-weight:bold;}.sfondoGrigio{background-color:#cdcdcd;}.navbar.navbar-inverse .navbar-form .search-query{width:225px;margin-top:2px;background-color:#333;font-size:11px;font-weight:bold;line-height:20px;border-color:#000;border-radius:20px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);}.navbar.navbar-inverse .navbar-form .search-query:focus{background-color:#fff;}.navbar.navbar-inverse .navbar-form .search-query::-webkit-input-placeholder{color:#666;}.navbar.navbar-inverse .navbar-form .search-query::-moz-placeholder{color:#666;}.nav>li>a{padding:4px 8px;font-size:1em;line-height:1em;}.navbar-nav{margin:5px 2px;}.navbar-brand{font-size:1.2em;line-height:1.3em;height:30px;}.navbarSep{border-right:1px solid #999;}.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:0;}.navbar-inverse .navbar-nav>.active>a{background:transparent;color:#f90;border:1px solid #f90;}.navbar-inverse .navbar-nav>.active>a:hover{background:transparent;color:#fff;}.navbar-right{float:right !important;margin-right:0;}.subnavbar{margin-bottom:.5em;border-top:1px solid #595959;}.subnavbar .subnav-toggle{display:none;padding:.5em 0;margin:0 auto;font-size:18px;text-align:center;color:#f90;}.subnavbar .subnav-toggle:hover{text-decoration:none;}.subnavbar .subnavbar-inner{height:80px;background-image:-webkit-gradient(linear,left 0%,left 100%,from(#414141),to(#323232));background-image:-webkit-linear-gradient(top,#414141,0%,#323232,100%);background-image:-moz-linear-gradient(top,#414141 0%,#323232 100%);background-image:linear-gradient(to bottom,#414141 0%,#323232 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414141',endColorstr='#ff323232',GradientType=0);border-bottom:1px solid #000;}.subnavbar .btn-subnavbar{display:none;padding:10px 0 8px;color:#f90;font-size:16px;text-align:center;cursor:pointer;}.subnavbar .btn-subnavbar:hover{text-decoration:none;}.subnavbar .dropdown .caret{margin-top:-16px;border-top-color:#888;border-bottom-color:#888;opacity:35;filter:alpha(opacity=3500);}.subnavbar .dropdown.open .caret{display:none;}.subnavbar .mainnav{display:inline-block;height:80px;padding:0;margin:0;border-left:1px solid #292929;border-right:1px solid #4a4a4a;}.subnavbar .mainnav>li{float:left;min-width:90px;height:80px;padding:0;margin:0;text-align:center;list-style:none;border-left:1px solid #4a4a4a;border-right:1px solid #292929;}.subnavbar .mainnav>li>a{display:block;height:100%;padding:0 15px;font-size:12px;font-weight:bold;color:#636363;text-shadow:1px 1px 1px rgba(0,0,0,.2);}.subnavbar .mainnav>li>a:hover{color:#888;text-decoration:none;}.subnavbar .mainnav>li>a>i{position:relative;top:2px;display:inline-block;width:24px;height:24px;margin-top:12px;margin-bottom:9px;font-size:28px;}.subnavbar .mainnav>li>a>span{display:block;padding-bottom:2px;}.subnavbar .mainnav>li.open>a{text-decoration:none;}.subnavbar .mainnav>li.active>a{background:#333;color:#f90;}.subnavbar .mainnav>li.active>a .caret{border-top-color:#f90;border-bottom-color:#f90;}.subnavbar .dropdown>.dropdown-menu{top:97%;text-align:left;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;border-top-left-radius:0;border-top-right-radius:0;}.subnavbar .dropdown>.dropdown-menu a{font-size:12px;}.subnavbar .dropdown>.dropdown-menu::before,.subnavbar .dropdown>.dropdown-menu::after{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:9px;}.subnavbar .dropdown>.dropdown-menu::after{border-left-width:6px;border-right-width:6px;border-bottom-width:6px;border-bottom-color:#fff;top:-6px;left:10px;}.subnavbar .dropdown-submenu .dropdown-menu:after,.subnavbar .dropdown-submenu .dropdown-menu:before{display:none;}.subnavbar .subnav-collapse.collapse{height:auto\9;overflow:visible\9;}.shortcuts{text-align:center;}.shortcuts .shortcut{width:160px;min-height:100px;display:inline-block;padding:15px 0;margin:0 5px 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:5px;}.shortcuts .shortcut .shortcut-icon{width:100%;margin-top:0;margin-bottom:0;font-size:32px;color:#555;}.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);}.shortcuts .shortcut:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.shortcuts .shortcut:hover .shortcut-icon{color:#666;}.shortcuts .shortcut-label{display:block;margin-top:.75em;font-weight:400;color:#666;}.widget{position:relative;clear:both;width:auto;margin-bottom:2em;}.widget .widget-header{position:relative;height:40px;line-height:40px;background:#e9e9e9;background:-moz-linear-gradient(top,#fafafa 0%,#e9e9e9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fafafa),color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(top,#fafafa 0%,#e9e9e9 100%);background:-o-linear-gradient(top,#fafafa 0%,#e9e9e9 100%);background:-ms-linear-gradient(top,#fafafa 0%,#e9e9e9 100%);background:linear-gradient(top,#fafafa 0%,#e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#E9E9E9');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";border:1px solid #d5d5d5;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px;-webkit-background-clip:padding-box;}.widget .widget-header h3{top:0;position:relative;left:10px;display:inline-block;margin-right:3em;font-size:15px;font-weight:400;color:#555;line-height:18px;text-shadow:1px 1px 2px rgba(255,255,255,.5);}.widget .widget-header [class^="fa-"],.widget .widget-header [class*=" fa-"]{display:inline-block;margin-top:-3px;margin-left:13px;margin-right:-2px;font-size:16px;color:#555;vertical-align:middle;}.widget .widget-content{padding:25px 15px 15px;background:#fff;border:1px solid #d5d5d5;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.widget .widget-header+.widget-content{border-top:none;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;border-top-left-radius:0;border-top-right-radius:0;}.widget.widget-nopad .widget-content{padding:0;}.widget .widget-content:before,.widget .widget-content:after{content:" ";display:table;}.widget .widget-content:after{clear:both;}.widget .widget-content:before,.widget .widget-content:after{content:" ";display:table;}.widget .widget-content:after{clear:both;}.widget.widget-table .widget-content{padding:0;}.widget.widget-table .table{margin-bottom:0;border:none;}.widget.widget-table .table tr td:first-child,.widget.widget-table .table tr th:first-child{border-left:none;}.widget.widget-plain{background:transparent;border:none;}.widget.widget-plain .widget-content{padding:0;background:transparent;border:none;}.widget.widget-box .widget-content{background:#e3e3e3;background:#fff;}.stacked{position:relative;}.stacked:after,.stacked:before{content:'';position:absolute;display:block;height:1px;bottom:-2px;left:3px;right:3px;background-color:#fff;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border:1px solid #d3d3d3;border-top:0;}.stacked:before{bottom:-4px;left:6px;right:6px;}.stats{width:100%;display:table;padding:0 0 0 10px;margin-top:.5em;margin-bottom:1.9em;}.stats .stat{display:table-cell;width:40%;vertical-align:top;font-size:11px;font-weight:bold;color:#999;}.stat-value{display:block;margin-bottom:.55em;font-size:30px;font-weight:bold;letter-spacing:-2px;color:#444;}.stat-time{text-align:center;padding-top:1.5em;}.stat-time .stat-value{color:#f90;font-size:40px;}.stats #donut-chart{height:100px;margin-left:-20px;}.news-items{padding:0;margin:1em 0 0;}.news-items li{display:table;padding:0 2em 0 1.5em;padding-bottom:1em;margin-bottom:1em;border-bottom:1px dotted #ccc;}.news-items li:last-child{padding-bottom:0;border:none;}.news-item-date{display:table-cell;}.news-item-detail{display:table-cell;}.news-item-title{font-size:13px;font-weight:600;}.news-item-date{width:75px;vertical-align:middle;text-align:right;}.news-item-day{display:block;margin-bottom:.25em;font-size:24px;color:#888;}.news-item-preview{margin-bottom:0;color:#777;}.news-item-month{display:block;padding-right:1px;font-size:12px;font-weight:600;color:#888;}.action-table .btn-small{padding:4px 5px 5px;font-size:10px;}.action-table .td-actions{width:80px;text-align:center;}.action-table .td-actions .btn{margin-right:.5em;}.action-table .td-actions .btn:last-child{margin-rigth:0;}@media(max-width:480px){.stats .stat{margin-bottom:3em;}.stats .stat .stat-value{margin-bottom:.15em;font-size:20px;}.stats{float:left;display:block;margin-bottom:0;}#chart-stats{margin:2em 0 1em;}}@media(max-width:480px){.error-container h1{font-size:72px;}.headSpacer{min-height:.3em;}.shortcuts .shortcut{width:95px;}.shortcuts .shortcut .shortcut-label{font-size:12px;}.shortcuts .shortcut .shortcut-icon{font-size:24px;}}@media(max-width:979px){.navbar-fixed-top{position:static;margin-bottom:0;}.headSpacer{min-height:1em;}.navbar .btn-navbar{font-size:16px;background:none;filter:none;border:none;-webkit-box-shadow:none;box-shadow:none;}.navbar .container{padding:0 10px;}.subnavbar .subnavbar .container{width:auto;}}@media(max-width:768px){body{font-size:9px;}.headSpacer{min-height:.5em;}.navbar .mainnav>li>a{padding:0 10px;font-size:1em;line-height:1em;}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;font-size:1em;line-height:1em;}.subnavbar .subnav-toggle{display:block;}.extra{margin-right:-20px;margin-left:-20px;}.main .container{padding:0;}.main .row{margin-right:-15px;margin-left:-15px;}.footer{margin-right:-20px;margin-left:-20px;}.footer #footer-terms{margin-top:1em;text-align:left;}.footer #footer-terms a{margin-left:0;margin-right:1em;}.item-row{display:block;}.item-row:before,.item-row:after{content:" ";display:table;}.item-row:after{clear:both;}.item-row .item-label{display:block;width:100%;margin-bottom:1.5em;}.item-row .item-content{display:block;width:100%;}.subnavbar{margin-left:-20px;margin-right:-20px;}.subnavbar .btn-subnavbar{display:block;}.subnavbar .subnavbar-inner{height:auto;}.subnavbar .mainnav{display:block;width:100%;height:auto;margin-top:1em;margin-bottom:1.5em;border:none;}.subnavbar .mainnav>li{float:none;width:100%;height:auto;margin-bottom:1em;text-align:left;border:none;}.subnavbar .mainnav>li>a{display:block;margin-right:.5em;color:#ccc;font-weight:600;padding:0 10px;font-size:1em;line-height:1em;}.subnavbar .mainnav>li>a>span{display:inline;}.subnavbar .mainnav>li>a>i{display:inline;margin-right:.5em;margin-bottom:0;font-size:14px;}.subnavbar .mainnav>li>a .caret{margin-top:-2px;margin-left:3px;}.subnavbar .mainnav>li.active>a{color:#f90;background:transparent;}.subnavbar .dropdown .dropdown-menu{position:static;float:none;width:100%;background:transparent;border:none;box-shadow:none;}.subnavbar .dropdown .dropdown-menu a{padding:12px 40px;color:#fff;font-weight:600;}.subnavbar .dropdown .dropdown-menu a:active,.subnavbar .dropdown .dropdown-menu a:focus{background:#555 !important;outline:none;}.subnavbar .dropdown .dropdown-menu::before,.subnavbar .dropdown .dropdown-menu::after{display:none;}.subnavbar .dropdown.open .caret{display:inline-block;}.subnavbar .dropdown-submenu>a:after{display:none;}.subnavbar .dropdown-submenu>.dropdown-menu{display:block;}.subnavbar .dropdown-submenu>.dropdown-menu>li>a{padding-right:20px;padding-left:60px;}}@media(min-width:768px){body{font-size:10px;}.headSpacer{min-height:2em;}.subnav-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}}@media(min-width:992px){body{font-size:12px;}.headSpacer{min-height:5em;}}@media(min-width:1200px){body{font-size:14px;}.headSpacer{min-height:5em;}.nav>li>a{padding:4px 8px;font-size:1.2em;line-height:1.2em;}.navbar .container,.subnavbar .container{padding-right:0;padding-left:0;}.page-title{margin-left:-15px;}}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{font-size:.9em;padding:2px;}.ombra{box-shadow:0 20px 20px black;}.ctrHeaderPager{background-color:#b8b8b8;color:#fff;}.ctrHeaderPagerRight{background-color:#b8b8b8;font-weight:bold;color:#fff;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:#fff;}.ctrRowStyle{background-color:#eff3fb;}.ctrAltRowStyle{background-color:#fff;}.ctrRowStyleRight{background-color:#eff3fb;text-align:right;}.ctrAltRowStyleRight{background-color:#fff;text-align:right;}.ctrInsRowStyle{background-color:#b8b8b8;}.ctrEditRowStyle{background-color:#d1ddf1;}.ctrSelRowStyle{font-weight:bold;color:#333;background-color:#d1ddf1;}.ctrSelRowStyleYellow{font-weight:bold;color:#333;background-color:#ff0;}.ctrCommRow{font-weight:bold;background-color:#d1ddf1;}.ctrFiledHead{background-color:#dee8f5;font-weight:bold;width:25%;}.ctrLabelStrong{font-weight:bold;}.ctrFieldEdit{font-size:8pt;}.sv{text-align:center;font-size:7pt;height:20px;background-image:url(../images/verde_20.png);}.sg{text-align:center;font-size:7pt;height:20px;background-image:url(../images/giallo_20.png);}.sr{text-align:center;font-size:7pt;height:20px;background-image:url(../images/rosso_20.png);color:#fff;}.ss{text-align:center;font-size:7pt;height:20px;background-image:url(../images/grigio_20.png);color:#fff;}.cellaLibera{text-align:center;font-size:8pt;height:40px;background-image:url(../images/grigioChiaro_80.png);border:solid 1px #777;}.cellaSelezDett{text-align:center;font-size:8pt;height:40px;background-image:url(../images/giallo_80.png);border:solid 1px #777;}.cellaOccupata{text-align:center;font-size:8pt;height:40px;background-image:url(../images/arancio_80.png);color:#fff;border:solid 1px #777;}.cellaPiena{text-align:center;font-size:8pt;height:40px;background-image:url(../images/verde_80.png);color:#fff;border:solid 1px #777;}.cellaInattiva{text-align:center;font-size:8pt;height:40px;background-image:url(../images/grigio_80.png);color:#fff;border:solid 1px #777;}.cellaInattiva a{color:#fff;}.cellaSelezAll{text-align:center;font-size:8pt;height:40px;background-image:url(../images/blu_80.png);border:solid 1px #777;}.cellaBianca{text-align:center;font-size:8pt;font-weight:bold;}.selectedCell{border:dashed 2px #000;text-align:center;}.didascalia{color:#696969;font-size:7pt;}.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);}.GridPager a,.GridPager span{display:block;height:1.6em;width:2em;text-align:center;text-decoration:none;}.GridPager a{background-color:#f5f5f5;color:#969696;}.GridPager span{background-color:#a1dcf2;color:#000;font-weight:bold;}.imgNoPad{margin-top:-3px;margin-bottom:-7px;}.fullscreen{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}.body{margin-top:0;margin-left:0;margin-bottom:0;margin-right:0;font-family:Verdana,Arial;font-size:small;}.menuNav{border:1px solid #cc4800;background-color:#ee6900;color:#ff0;font-size:1.2em;}.menuNavSel{background-color:#d1507c;}.menuItem{width:300px;}.txtLink{font-size:smaller;text-decoration:underline;color:#00f;}.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;}.popupControl{background-color:#fff;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 #00f;}.logCont{font-size:8pt;width:100%;text-align:center;border:solid 1px #c0c0c0;background-color:#dff1f1;}.logButton{text-align:center;padding:10px;}.selezioneValRed{text-decoration:underline;color:#00f;}.modalBackground{background-color:#808080;filter:alpha(opacity=70);opacity:.7;}.hiddenTxt{background-color:#fff;width:5px;}.modalPopup{background-color:#ffd;border-width:1px;border-style:solid;border-color:#808080;padding:3px;}.topTitle{color:#000;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;min-height:530px;background:#dee8f5;}.navBar{font-size:9pt;background-color:#fff;padding:3px 3px 3px 3px;margin:3px 3px 3px 0;}.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:#ff0;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:#ff0;padding-top:2px;font-family:verdana,arial;text-align:justify;}.barraTitolo{background-color:#ff7a00;vertical-align:middle;height:20pt;}INPUT{font-size:8pt;}.selezioneVal{border-right:#ff0 1px solid;border-top:#ff0 1px solid;border-left:#ff0 1px solid;border-bottom:#ff0 1px solid;}.selezioneValWhite{border-right:#fff 1px solid;border-top:#fff 1px solid;border-left:#fff 1px solid;border-bottom:#fff 1px solid;}.tableContenuto{padding:0;margin:2px;width:99%;}.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 #c0c0c0;border-left:solid 2px #c0c0c0;border-right:solid 2px #c0c0c0;font-weight:bold;font-size:8pt;}.contrRiq{background-color:#fff;border-top:solid 2px #c0c0c0;border-left:solid 2px #c0c0c0;border-right:solid 2px #c0c0c0;border-bottom:solid 1px #c0c0c0;}.topSubMenuChk{padding:1px 6px 1px 6px;text-align:center;background-color:#dee8f5;border-top:solid 1px #c0c0c0;border-left:solid 2px #c0c0c0;border-right:solid 1px #c0c0c0;border-bottom:solid 1px #c0c0c0;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:#fff;border-left-style:solid;border-left-color:#fff;border-right-style:solid;border-right-color:#fff;}.contrDx{vertical-align:top;width:100%;background-color:#fff;font-size:8pt;border-width:thin;border-style:solid;border-color:#c0c0c0;}.bodyMainCenter{background-image:url(images/logo_sw.png);vertical-align:middle;border-left:#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:#fff;text-align:center;border-width:thin;border-style:groove;border-color:#00f;}.pnlMenuSx{padding-right:5px;height:530px;}A:hover{color:#f00;}.clonaUserPerm{color:#ff6;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 #c0c0c0;border-top:solid 2px #c0c0c0;}.treeViewPnl{background-color:#fff;border-right:solid 2px #c0c0c0;border-bottom:solid 2px #c0c0c0;}.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:#fff;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:#fff;text-decoration:none;}.imgSelected{text-decoration:none;padding:2px 5px 2px 5px;text-align:center;font-size:9pt;font-weight:bold;height:24px;color:#fff;background-image:url(images/bg_dark_38.png);}.imgStandard a:hover{color:#fff;}.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:#fff;text-decoration:none;padding:2px 5px 2px 5px;text-align:center;font-size:9pt;height:24px;background-image:url(images/bg_hover_38.png);}.imgStandard:hover a{color:#fff;}.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: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/logo_sw.png);vertical-align:top;border-left:#0d0083 1px solid;height:100%;width:100%;background-position:center;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:#fff;}.sxTabPrinc{font-size:10pt;font-style:italic;color:#00f;font-weight:bold;width:90%;background-color:Transparent;}.dxTabPrinc{background-color:#cbcbff;text-align:right;}.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;}.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:30pt;margin-left:10pt;}.UnauthTitle{font-size:20pt;color:#f00;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:#ffc;background-color:#997;width:100%;height:100%;}.cmbFiltrText{font-size:9pt;}.currencyFormat{white-space:nowrap;text-align:right;vertical-align:baseline;}.UserLabel{background-color:#f90;text-align:center;margin:6 6 6 6;}.UserLabel .principale{font-size:large;font-weight:bold;}.UserLabel .secondario{font-size:medium;}.cmbMini{font-size:8pt;}.txtMini{font-size:7pt;}.suggerimento{font-size:8pt;font-weight:bold;color:#f00;}.lblBudget{font-size:8pt;text-align:left;font-weight:bold;}.errore{font-weight:normal;font-size:8pt;color:#f00;}.erroreMid{font-weight:normal;font-size:10pt;color:#f00;}.erroreBig{font-weight:normal;font-size:12pt;color:#f00;}.valUpd{font-style:italic;}.cmbMini{font-size:8pt;}.txtMini{font-size:8pt;}.txtMiniLeft{font-size:8pt;text-align:left;}.valOk{color:#008000;}.valKo{color:#f00;font-weight:bold;}.suggerimento{font-size:8pt;font-weight:bold;color:#f00;}.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;}.linkHead{color:#fff;}.titoloMed{color:#f00;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:#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;}.navBar{font-size:9pt;background-color:#ededff;border-right:#99f 1px solid;border-top:#99f 1px solid;border-left:#99f 1px solid;border-bottom:#99f 1px solid;}.wrap{overflow:auto;white-space:normal;}.dropdownList{font-weight:normal;font-size:7pt;background:#ea101e;color:#fff;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;}.filtro_1{background-color:#88f;}.filtro_2{background-color:#aaf;}.filtro_3{background-color:#ccf;}.filtro_4{background-color:#dedeff;}.filtro_5{background-color:#efefff;}.lblText{font-size:8pt;}.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;}.lblColorGray{padding-left:2pt;text-align:left;background-color:#777;font-size:10pt;font-weight:bold;color:#fff;}.lblWhite{width:70%;background-color:#fff;}.grView{color:#333;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;padding-bottom:1px;}.ctrHeaderPager{background-color:#c8c8c8;font-weight:bold;color:#fff;padding-left:4px;}.ctrHeaderPagerRight{background-color:#b8b8b8;font-weight:bold;color:#fff;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:#fff;}.ctrRowStyle{vertical-align:top;background-color:#eff3fb;}.ctrAltRowStyle{vertical-align:top;background-color:#fff;}.ctrRowStyleRight{background-color:#eff3fb;text-align:right;}.ctrAltRowStyleRight{background-color:#fff;text-align:right;}.ctrInsRowStyle{background-color:#b8b8b8;}.ctrEditRowStyle{background-color:#d1ddf1;}.ctrSelRowStyle{font-weight:bold;color:#333;background-color:#d1ddf1;border:solid 3px #ffa500;}.ctrCommRow{font-weight:bold;background-color:#d1ddf1;}.ctrFiledHead{background-color:#dee8f5;font-weight:bold;width:25%;}.ctrLabelStrong{font-weight:bold;}.ctrFieldEdit{font-size:8pt;}.ctrHeaderPagerDet{background-color:#507cd1;font-weight:bold;color:#fff;}.ctrFooterDet{background-color:#507cd1;font-weight:bold;color:#fff;}.ctrRowStyleDet{vertical-align:top;background-color:#eff3fb;}.ctrAltRowStyleDet{vertical-align:top;background-color:#fff;border-bottom-width:1px;border-color:#c0c0c0;}.ctrInsRowStyleDet{background-color:#b8b8b8;}.ctrEditRowStyleDet{background-color:#d1ddf1;}.ctrSelRowStyleDet{font-weight:bold;color:#333;border:solid 3px #ffa500;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;}.ctrHeaderPagerRed{background-color:#d15b5b;font-weight:bold;color:#fff;padding-left:4px;}.ctrFooterRed{background-color:#d15b5b;font-weight:bold;color:#fff;}.ctrRowStyleRed{vertical-align:top;background-color:#ffe1e7;}.ctrAltRowStyleRed{vertical-align:top;background-color:#fff;border-bottom-width:1px;border-color:#c0c0c0;}.ctrInsRowStyleRed{background-color:#b8b8b8;}.ctrEditRowStyleRed{background-color:#ffc4c5;}.ctrSelRowStyleRed{font-weight:bold;color:#333;border:solid 3px #ffa500;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;}.ctrHeaderPagerGreen{background-color:#5bd15b;font-weight:bold;color:#fff;padding-left:4px;}.ctrFooterGreen{background-color:#5bd15b;font-weight:bold;color:#fff;}.ctrRowStyleGreen{vertical-align:top;background-color:#e1ffe7;}.ctrAltRowStyleGreen{vertical-align:top;background-color:#fff;border-bottom-width:1px;border-color:#c0c0c0;}.ctrInsRowStyleGreen{background-color:#b8b8b8;}.ctGreenitRowStyleGreen{background-color:#c4ffc5;}.ctrSelRowStyleGreen{font-weight:bold;color:#333;border:solid 3px #ffa500;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;}.repHead{background-color:#507cd1;color:#fff;font-size:10pt;font-weight:bold;}.repFrame{border:solid #507cd1;}.repFooter{font-size:8pt;background-color:#507cd1;color:#fff;}.repFooterRight{font-size:8pt;background-color:#507cd1;color:#fff;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:#fff;text-align:left;}.tblDett .titolo{font-size:13pt;font-weight:bold;color:#00f;}.tblDett .sceltaGen{background-color:#89e;}.lblLang{font-size:10pt;font-weight:bold;color:#000;}.lblEn{font-size:7pt;color:#000;}.lblMess{color:#f00;font-size:12pt;font-style:italic;font-weight:bold;}.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;}.lblValSel{font-size:8pt;color:#000;background-color:Transparent;border-style:none;}.lblDett1{text-align:left;font-weight:bold;font-size:7pt;color:#000;}.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;}.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;}.bodyPortable{margin-top:0;margin-left:0;margin-bottom:0;margin-right:0;font:menu;font-size:small;width:100%;vertical-align:middle;background-color:#000;color:#fff;}.btnEnabled{color:#fff;font-family:Verdana;font-variant:small-caps;font-size:medium;text-decoration:none;}.btnCurrent{color:#000;font-family:Verdana;font-variant:small-caps;font-size:medium;border-color:#7a90ab;padding:1px 1px 1px 1px;border-width:2px;border-style:solid;background-color:#aab8c9;text-decoration:none;}.btnDisabled{color:#444;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;}.watermark{color:#808080;font-style:italic;}.autocomplete{color:#808080;font-size:smaller;}.autocompleteHiglight{color:#000;font-size:smaller;}.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 #ccc;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:.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:#000;-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:#fff;background-image:none;background-color:#696969;}.styleBtnComposito:active{position:relative;top:1px;color:#ff0;background-image:none;background-color:#acacac;} \ No newline at end of file +body{font-family:'Open Sans',sans-serif;}.navTitle{font-family:'Open Sans Condensed',sans-serif;font-size:1.5em;}.navItem{text-align:center;}.navba-dark .navbar-nav .active>.nav-link{background:transparent;color:#f90;border:1px solid #f90;}.subnavbar{margin-top:5em;margin-bottom:.5em;}.fixedVal{background-color:#cdcdcd;text-align:center;color:#000;width:100%;}.fixedValLeft{background-color:#cdcdcd;text-align:left;color:#000;width:100%;}.divSx{float:left;padding:0;margin:0;}.divDx{float:right;padding:0;margin:0;}.clearDiv{clear:both;}.iconBlackRed{padding:0 .2em;text-align:center;color:#000;}.iconBlackRed :hover{color:#f00;}.iconOrangeRed{padding:.2em;text-align:center;color:#ffa500;}.iconOrangeRed :hover{color:#f00;}.iconBluRed{padding:.2em;text-align:center;color:#00008b;}.iconBluRed :hover{color:#ff4500;}.iconBluGreen{padding:.2em;text-align:center;color:#00008b;}.iconBluGreen :hover{color:#008000;}.iconRedBlu{padding:.2em;text-align:center;color:#f00;}.iconRedBlu :hover{color:#1e90ff;}.iconGreenBlu{padding:.2em;text-align:center;color:#008000;}.iconGreenBlu :hover{color:#1e90ff;}.warnRed{color:#f00;}.warnOrange{color:#ffa500;}.allOk{color:#008000;}.nopadding{padding:0 !important;margin:0 !important;}.noShadows{text-shadow:none;}.checkOk{color:#9f9;}.checkKo{color:#5f2121;}.pad_1e{padding:1em;}.divNumKeyb{float:right;padding:4px;border:4px solid rgba(120,120,185,.6);background-color:rgba(190,190,255,.4);width:20%;min-width:100px;min-height:280px;}.NumKeyBtn{min-height:3.5em;}.divMain{float:none;}.divMainKeyb{float:right;width:80%;}.img-thumbnail{max-width:70%;}.textR{text-align:right;}.textL{text-align:left;}.tSmall{font-size:smaller;}.textEv_1{background-color:#cdffcd;text-align:center;color:#000;font-size:8pt;}.textEv_1Left{background-color:#cdffcd;text-align:left;color:#000;font-size:8pt;}.textEv_2{background-color:#cdffcd;text-align:center;color:#000;font-size:8pt;}.textEv_2Left{background-color:#cdffcd;text-align:left;color:#000;font-size:8pt;}.textEv_Read{background-color:#deeff7;text-align:center;color:#000;font-size:8pt;}.textEv_ReadLeft{background-color:#deeff7;text-align:left;color:#000;font-size:8pt;}.bloccoDiv{border-bottom:solid 1px #008000;padding-bottom:1px;margin-bottom:5px;}.semaforoVerde{color:#008000;}.semaforoGiallo{color:#ffa500;font-weight:bold;}.semaforoRosso{color:#f00;font-weight:bold;}.sfondoGrigio{background-color:#cdcdcd;}.navbar.navbar-inverse .navbar-form .search-query{width:225px;margin-top:2px;background-color:#333;font-size:11px;font-weight:bold;line-height:20px;border-color:#000;border-radius:20px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);}.navbar.navbar-inverse .navbar-form .search-query:focus{background-color:#fff;}.navbar.navbar-inverse .navbar-form .search-query::-webkit-input-placeholder{color:#666;}.navbar.navbar-inverse .navbar-form .search-query::-moz-placeholder{color:#666;}.nav>li>a{padding:4px 8px;font-size:1em;line-height:1em;}.navbar-nav{margin:5px 2px;}.navbar-brand{font-size:1.2em;line-height:1.3em;height:30px;}.navbarSep{border-right:1px solid #999;}.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:0;}.navbar-inverse .navbar-nav>.active>a{background:transparent;color:#f90;border:1px solid #f90;}.navbar-inverse .navbar-nav>.active>a:hover{background:transparent;color:#fff;}.navbar-right{float:right !important;margin-right:0;}.shortcuts{text-align:center;}.shortcuts .shortcut{width:160px;min-height:100px;display:inline-block;padding:15px 0;margin:0 5px 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:5px;}.shortcuts .shortcut .shortcut-icon{width:100%;margin-top:0;margin-bottom:0;font-size:32px;color:#555;}.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);}.shortcuts .shortcut:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.shortcuts .shortcut:hover .shortcut-icon{color:#666;}.shortcuts .shortcut-label{display:block;margin-top:.75em;font-weight:400;color:#666;}.widget{position:relative;clear:both;width:auto;margin-bottom:2em;}.widget .widget-header{position:relative;height:40px;line-height:40px;background:#e9e9e9;background:-moz-linear-gradient(top,#fafafa 0%,#e9e9e9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fafafa),color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(top,#fafafa 0%,#e9e9e9 100%);background:-o-linear-gradient(top,#fafafa 0%,#e9e9e9 100%);background:-ms-linear-gradient(top,#fafafa 0%,#e9e9e9 100%);background:linear-gradient(top,#fafafa 0%,#e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#E9E9E9');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";border:1px solid #d5d5d5;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px;-webkit-background-clip:padding-box;}.widget .widget-header h3{top:0;position:relative;left:10px;display:inline-block;margin-right:3em;font-size:15px;font-weight:400;color:#555;line-height:18px;text-shadow:1px 1px 2px rgba(255,255,255,.5);}.widget .widget-header [class^="fa-"],.widget .widget-header [class*=" fa-"]{display:inline-block;margin-top:-3px;margin-left:13px;margin-right:-2px;font-size:16px;color:#555;vertical-align:middle;}.widget .widget-content{padding:25px 15px 15px;background:#fff;border:1px solid #d5d5d5;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.widget .widget-header+.widget-content{border-top:none;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;border-top-left-radius:0;border-top-right-radius:0;}.widget.widget-nopad .widget-content{padding:0;}.widget .widget-content:before,.widget .widget-content:after{content:" ";display:table;}.widget .widget-content:after{clear:both;}.widget .widget-content:before,.widget .widget-content:after{content:" ";display:table;}.widget .widget-content:after{clear:both;}.widget.widget-table .widget-content{padding:0;}.widget.widget-table .table{margin-bottom:0;border:none;}.widget.widget-table .table tr td:first-child,.widget.widget-table .table tr th:first-child{border-left:none;}.widget.widget-plain{background:transparent;border:none;}.widget.widget-plain .widget-content{padding:0;background:transparent;border:none;}.widget.widget-box .widget-content{background:#e3e3e3;background:#fff;}.stacked{position:relative;}.stacked:after,.stacked:before{content:'';position:absolute;display:block;height:1px;bottom:-2px;left:3px;right:3px;background-color:#fff;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border:1px solid #d3d3d3;border-top:0;}.stacked:before{bottom:-4px;left:6px;right:6px;}.stats{width:100%;display:table;padding:0 0 0 10px;margin-top:.5em;margin-bottom:1.9em;}.stats .stat{display:table-cell;width:40%;vertical-align:top;font-size:11px;font-weight:bold;color:#999;}.stat-value{display:block;margin-bottom:.55em;font-size:30px;font-weight:bold;letter-spacing:-2px;color:#444;}.stat-time{text-align:center;padding-top:1.5em;}.stat-time .stat-value{color:#f90;font-size:40px;}.stats #donut-chart{height:100px;margin-left:-20px;}.news-items{padding:0;margin:1em 0 0;}.news-items li{display:table;padding:0 2em 0 1.5em;padding-bottom:1em;margin-bottom:1em;border-bottom:1px dotted #ccc;}.news-items li:last-child{padding-bottom:0;border:none;}.news-item-date{display:table-cell;}.news-item-detail{display:table-cell;}.news-item-title{font-size:13px;font-weight:600;}.news-item-date{width:75px;vertical-align:middle;text-align:right;}.news-item-day{display:block;margin-bottom:.25em;font-size:24px;color:#888;}.news-item-preview{margin-bottom:0;color:#777;}.news-item-month{display:block;padding-right:1px;font-size:12px;font-weight:600;color:#888;}.action-table .btn-small{padding:4px 5px 5px;font-size:10px;}.action-table .td-actions{width:80px;text-align:center;}.action-table .td-actions .btn{margin-right:.5em;}.action-table .td-actions .btn:last-child{margin-rigth:0;}@media(max-width:480px){.stats .stat{margin-bottom:3em;}.stats .stat .stat-value{margin-bottom:.15em;font-size:20px;}.stats{float:left;display:block;margin-bottom:0;}#chart-stats{margin:2em 0 1em;}}@media(max-width:480px){.error-container h1{font-size:72px;}.headSpacer{min-height:.3em;}.shortcuts .shortcut{width:95px;}.shortcuts .shortcut .shortcut-label{font-size:12px;}.shortcuts .shortcut .shortcut-icon{font-size:24px;}}@media(max-width:979px){.navbar-fixed-top{position:static;margin-bottom:0;}.headSpacer{min-height:1em;}.navbar .btn-navbar{font-size:16px;background:none;filter:none;border:none;-webkit-box-shadow:none;box-shadow:none;}.navbar .container{padding:0 10px;}.subnavbar .subnavbar .container{width:auto;}}@media(max-width:768px){body{font-size:9px;}.headSpacer{min-height:.5em;}.navbar .mainnav>li>a{padding:0 10px;font-size:1em;line-height:1em;}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;font-size:1em;line-height:1em;}.subnavbar .subnav-toggle{display:block;}.extra{margin-right:-20px;margin-left:-20px;}.main .container{padding:0;}.main .row{margin-right:-15px;margin-left:-15px;}.footer{margin-right:-20px;margin-left:-20px;}.footer #footer-terms{margin-top:1em;text-align:left;}.footer #footer-terms a{margin-left:0;margin-right:1em;}.item-row{display:block;}.item-row:before,.item-row:after{content:" ";display:table;}.item-row:after{clear:both;}.item-row .item-label{display:block;width:100%;margin-bottom:1.5em;}.item-row .item-content{display:block;width:100%;}.subnavbar{margin-left:-20px;margin-right:-20px;}.subnavbar .btn-subnavbar{display:block;}.subnavbar .subnavbar-inner{height:auto;}.subnavbar .mainnav{display:block;width:100%;height:auto;margin-top:1em;margin-bottom:1.5em;border:none;}.subnavbar .mainnav>li{float:none;width:100%;height:auto;margin-bottom:1em;text-align:left;border:none;}.subnavbar .mainnav>li>a{display:block;margin-right:.5em;color:#ccc;font-weight:600;padding:0 10px;font-size:1em;line-height:1em;}.subnavbar .mainnav>li>a>span{display:inline;}.subnavbar .mainnav>li>a>i{display:inline;margin-right:.5em;margin-bottom:0;font-size:14px;}.subnavbar .mainnav>li>a .caret{margin-top:-2px;margin-left:3px;}.subnavbar .mainnav>li.active>a{color:#f90;background:transparent;}.subnavbar .dropdown .dropdown-menu{position:static;float:none;width:100%;background:transparent;border:none;box-shadow:none;}.subnavbar .dropdown .dropdown-menu a{padding:12px 40px;color:#fff;font-weight:600;}.subnavbar .dropdown .dropdown-menu a:active,.subnavbar .dropdown .dropdown-menu a:focus{background:#555 !important;outline:none;}.subnavbar .dropdown .dropdown-menu::before,.subnavbar .dropdown .dropdown-menu::after{display:none;}.subnavbar .dropdown.open .caret{display:inline-block;}.subnavbar .dropdown-submenu>a:after{display:none;}.subnavbar .dropdown-submenu>.dropdown-menu{display:block;}.subnavbar .dropdown-submenu>.dropdown-menu>li>a{padding-right:20px;padding-left:60px;}}@media(min-width:768px){body{font-size:10px;}.headSpacer{min-height:2em;}.subnav-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}}@media(min-width:992px){body{font-size:12px;}.headSpacer{min-height:5em;}}@media(min-width:1200px){body{font-size:14px;}.headSpacer{min-height:5em;}.nav>li>a{padding:4px 8px;font-size:1.2em;line-height:1.2em;}.navbar .container,.subnavbar .container{padding-right:0;padding-left:0;}.page-title{margin-left:-15px;}}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{font-size:.9em;padding:2px;}.ombra{box-shadow:0 20px 20px black;}.ctrHeaderPager{background-color:#b8b8b8;color:#fff;}.ctrHeaderPagerRight{background-color:#b8b8b8;font-weight:bold;color:#fff;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:#fff;}.ctrRowStyle{background-color:#eff3fb;}.ctrAltRowStyle{background-color:#fff;}.ctrRowStyleRight{background-color:#eff3fb;text-align:right;}.ctrAltRowStyleRight{background-color:#fff;text-align:right;}.ctrInsRowStyle{background-color:#b8b8b8;}.ctrEditRowStyle{background-color:#d1ddf1;}.ctrSelRowStyle{font-weight:bold;color:#333;background-color:#d1ddf1;}.ctrSelRowStyleYellow{font-weight:bold;color:#333;background-color:#ff0;}.ctrCommRow{font-weight:bold;background-color:#d1ddf1;}.ctrFiledHead{background-color:#dee8f5;font-weight:bold;width:25%;}.ctrLabelStrong{font-weight:bold;}.ctrFieldEdit{font-size:8pt;}.sv{text-align:center;font-size:7pt;height:20px;background-image:url(../images/verde_20.png);}.sg{text-align:center;font-size:7pt;height:20px;background-image:url(../images/giallo_20.png);}.sr{text-align:center;font-size:7pt;height:20px;background-image:url(../images/rosso_20.png);color:#fff;}.ss{text-align:center;font-size:7pt;height:20px;background-image:url(../images/grigio_20.png);color:#fff;}.cellaLibera{text-align:center;font-size:8pt;height:40px;background-image:url(../images/grigioChiaro_80.png);border:solid 1px #777;}.cellaSelezDett{text-align:center;font-size:8pt;height:40px;background-image:url(../images/giallo_80.png);border:solid 1px #777;}.cellaOccupata{text-align:center;font-size:8pt;height:40px;background-image:url(../images/arancio_80.png);color:#fff;border:solid 1px #777;}.cellaPiena{text-align:center;font-size:8pt;height:40px;background-image:url(../images/verde_80.png);color:#fff;border:solid 1px #777;}.cellaInattiva{text-align:center;font-size:8pt;height:40px;background-image:url(../images/grigio_80.png);color:#fff;border:solid 1px #777;}.cellaInattiva a{color:#fff;}.cellaSelezAll{text-align:center;font-size:8pt;height:40px;background-image:url(../images/blu_80.png);border:solid 1px #777;}.cellaBianca{text-align:center;font-size:8pt;font-weight:bold;}.selectedCell{border:dashed 2px #000;text-align:center;}.didascalia{color:#696969;font-size:7pt;}.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);}.GridPager a,.GridPager span{display:block;height:1.6em;width:2em;text-align:center;text-decoration:none;}.GridPager a{background-color:#f5f5f5;color:#969696;}.GridPager span{background-color:#a1dcf2;color:#000;font-weight:bold;}.imgNoPad{margin-top:-3px;margin-bottom:-7px;}.fullscreen{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}.body{margin-top:0;margin-left:0;margin-bottom:0;margin-right:0;font-family:Verdana,Arial;font-size:small;}.menuNav{border:1px solid #cc4800;background-color:#ee6900;color:#ff0;font-size:1.2em;}.menuNavSel{background-color:#d1507c;}.menuItem{width:300px;}.txtLink{font-size:smaller;text-decoration:underline;color:#00f;}.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;}.popupControl{background-color:#fff;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 #00f;}.logCont{font-size:8pt;width:100%;text-align:center;border:solid 1px #c0c0c0;background-color:#dff1f1;}.logButton{text-align:center;padding:10px;}.selezioneValRed{text-decoration:underline;color:#00f;}.modalBackground{background-color:#808080;filter:alpha(opacity=70);opacity:.7;}.hiddenTxt{background-color:#fff;width:5px;}.modalPopup{background-color:#ffd;border-width:1px;border-style:solid;border-color:#808080;padding:3px;}.topTitle{color:#000;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;min-height:530px;background:#dee8f5;}.navBar{font-size:9pt;background-color:#fff;padding:3px 3px 3px 3px;margin:3px 3px 3px 0;}.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:#ff0;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:#ff0;padding-top:2px;font-family:verdana,arial;text-align:justify;}.barraTitolo{background-color:#ff7a00;vertical-align:middle;height:20pt;}INPUT{font-size:8pt;}.selezioneVal{border-right:#ff0 1px solid;border-top:#ff0 1px solid;border-left:#ff0 1px solid;border-bottom:#ff0 1px solid;}.selezioneValWhite{border-right:#fff 1px solid;border-top:#fff 1px solid;border-left:#fff 1px solid;border-bottom:#fff 1px solid;}.tableContenuto{padding:0;margin:2px;width:99%;}.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 #c0c0c0;border-left:solid 2px #c0c0c0;border-right:solid 2px #c0c0c0;font-weight:bold;font-size:8pt;}.contrRiq{background-color:#fff;border-top:solid 2px #c0c0c0;border-left:solid 2px #c0c0c0;border-right:solid 2px #c0c0c0;border-bottom:solid 1px #c0c0c0;}.topSubMenuChk{padding:1px 6px 1px 6px;text-align:center;background-color:#dee8f5;border-top:solid 1px #c0c0c0;border-left:solid 2px #c0c0c0;border-right:solid 1px #c0c0c0;border-bottom:solid 1px #c0c0c0;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:#fff;border-left-style:solid;border-left-color:#fff;border-right-style:solid;border-right-color:#fff;}.contrDx{vertical-align:top;width:100%;background-color:#fff;font-size:8pt;border-width:thin;border-style:solid;border-color:#c0c0c0;}.bodyMainCenter{background-image:url(images/logo_sw.png);vertical-align:middle;border-left:#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:#fff;text-align:center;border-width:thin;border-style:groove;border-color:#00f;}.pnlMenuSx{padding-right:5px;height:530px;}A:hover{color:#f00;}.clonaUserPerm{color:#ff6;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 #c0c0c0;border-top:solid 2px #c0c0c0;}.treeViewPnl{background-color:#fff;border-right:solid 2px #c0c0c0;border-bottom:solid 2px #c0c0c0;}.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:#fff;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:#fff;text-decoration:none;}.imgSelected{text-decoration:none;padding:2px 5px 2px 5px;text-align:center;font-size:9pt;font-weight:bold;height:24px;color:#fff;background-image:url(images/bg_dark_38.png);}.imgStandard a:hover{color:#fff;}.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:#fff;text-decoration:none;padding:2px 5px 2px 5px;text-align:center;font-size:9pt;height:24px;background-image:url(images/bg_hover_38.png);}.imgStandard:hover a{color:#fff;}.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: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/logo_sw.png);vertical-align:top;border-left:#0d0083 1px solid;height:100%;width:100%;background-position:center;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:#fff;}.sxTabPrinc{font-size:10pt;font-style:italic;color:#00f;font-weight:bold;width:90%;background-color:Transparent;}.dxTabPrinc{background-color:#cbcbff;text-align:right;}.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;}.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:30pt;margin-left:10pt;}.UnauthTitle{font-size:20pt;color:#f00;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:#ffc;background-color:#997;width:100%;height:100%;}.cmbFiltrText{font-size:9pt;}.currencyFormat{white-space:nowrap;text-align:right;vertical-align:baseline;}.UserLabel{background-color:#f90;text-align:center;margin:6 6 6 6;}.UserLabel .principale{font-size:large;font-weight:bold;}.UserLabel .secondario{font-size:medium;}.cmbMini{font-size:8pt;}.txtMini{font-size:7pt;}.suggerimento{font-size:8pt;font-weight:bold;color:#f00;}.lblBudget{font-size:8pt;text-align:left;font-weight:bold;}.errore{font-weight:normal;font-size:8pt;color:#f00;}.erroreMid{font-weight:normal;font-size:10pt;color:#f00;}.erroreBig{font-weight:normal;font-size:12pt;color:#f00;}.valUpd{font-style:italic;}.cmbMini{font-size:8pt;}.txtMini{font-size:8pt;}.txtMiniLeft{font-size:8pt;text-align:left;}.valOk{color:#008000;}.valKo{color:#f00;font-weight:bold;}.suggerimento{font-size:8pt;font-weight:bold;color:#f00;}.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;}.linkHead{color:#fff;}.titoloMed{color:#f00;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:#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;}.navBar{font-size:9pt;background-color:#ededff;border-right:#99f 1px solid;border-top:#99f 1px solid;border-left:#99f 1px solid;border-bottom:#99f 1px solid;}.wrap{overflow:auto;white-space:normal;}.dropdownList{font-weight:normal;font-size:7pt;background:#ea101e;color:#fff;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;}.filtro_1{background-color:#88f;}.filtro_2{background-color:#aaf;}.filtro_3{background-color:#ccf;}.filtro_4{background-color:#dedeff;}.filtro_5{background-color:#efefff;}.lblText{font-size:8pt;}.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;}.lblColorGray{padding-left:2pt;text-align:left;background-color:#777;font-size:10pt;font-weight:bold;color:#fff;}.lblWhite{width:70%;background-color:#fff;}.grView{color:#333;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;padding-bottom:1px;}.ctrHeaderPager{background-color:#c8c8c8;font-weight:bold;color:#fff;padding-left:4px;}.ctrHeaderPagerRight{background-color:#b8b8b8;font-weight:bold;color:#fff;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:#fff;}.ctrRowStyle{vertical-align:top;background-color:#eff3fb;}.ctrAltRowStyle{vertical-align:top;background-color:#fff;}.ctrRowStyleRight{background-color:#eff3fb;text-align:right;}.ctrAltRowStyleRight{background-color:#fff;text-align:right;}.ctrInsRowStyle{background-color:#b8b8b8;}.ctrEditRowStyle{background-color:#d1ddf1;}.ctrSelRowStyle{font-weight:bold;color:#333;background-color:#d1ddf1;border:solid 3px #ffa500;}.ctrCommRow{font-weight:bold;background-color:#d1ddf1;}.ctrFiledHead{background-color:#dee8f5;font-weight:bold;width:25%;}.ctrLabelStrong{font-weight:bold;}.ctrFieldEdit{font-size:8pt;}.ctrHeaderPagerDet{background-color:#507cd1;font-weight:bold;color:#fff;}.ctrFooterDet{background-color:#507cd1;font-weight:bold;color:#fff;}.ctrRowStyleDet{vertical-align:top;background-color:#eff3fb;}.ctrAltRowStyleDet{vertical-align:top;background-color:#fff;border-bottom-width:1px;border-color:#c0c0c0;}.ctrInsRowStyleDet{background-color:#b8b8b8;}.ctrEditRowStyleDet{background-color:#d1ddf1;}.ctrSelRowStyleDet{font-weight:bold;color:#333;border:solid 3px #ffa500;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;}.ctrHeaderPagerRed{background-color:#d15b5b;font-weight:bold;color:#fff;padding-left:4px;}.ctrFooterRed{background-color:#d15b5b;font-weight:bold;color:#fff;}.ctrRowStyleRed{vertical-align:top;background-color:#ffe1e7;}.ctrAltRowStyleRed{vertical-align:top;background-color:#fff;border-bottom-width:1px;border-color:#c0c0c0;}.ctrInsRowStyleRed{background-color:#b8b8b8;}.ctrEditRowStyleRed{background-color:#ffc4c5;}.ctrSelRowStyleRed{font-weight:bold;color:#333;border:solid 3px #ffa500;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;}.ctrHeaderPagerGreen{background-color:#5bd15b;font-weight:bold;color:#fff;padding-left:4px;}.ctrFooterGreen{background-color:#5bd15b;font-weight:bold;color:#fff;}.ctrRowStyleGreen{vertical-align:top;background-color:#e1ffe7;}.ctrAltRowStyleGreen{vertical-align:top;background-color:#fff;border-bottom-width:1px;border-color:#c0c0c0;}.ctrInsRowStyleGreen{background-color:#b8b8b8;}.ctGreenitRowStyleGreen{background-color:#c4ffc5;}.ctrSelRowStyleGreen{font-weight:bold;color:#333;border:solid 3px #ffa500;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;}.repHead{background-color:#507cd1;color:#fff;font-size:10pt;font-weight:bold;}.repFrame{border:solid #507cd1;}.repFooter{font-size:8pt;background-color:#507cd1;color:#fff;}.repFooterRight{font-size:8pt;background-color:#507cd1;color:#fff;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:#fff;text-align:left;}.tblDett .titolo{font-size:13pt;font-weight:bold;color:#00f;}.tblDett .sceltaGen{background-color:#89e;}.lblLang{font-size:10pt;font-weight:bold;color:#000;}.lblEn{font-size:7pt;color:#000;}.lblMess{color:#f00;font-size:12pt;font-style:italic;font-weight:bold;}.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;}.lblValSel{font-size:8pt;color:#000;background-color:Transparent;border-style:none;}.lblDett1{text-align:left;font-weight:bold;font-size:7pt;color:#000;}.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;}.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;}.bodyPortable{margin-top:0;margin-left:0;margin-bottom:0;margin-right:0;font:menu;font-size:small;width:100%;vertical-align:middle;background-color:#000;color:#fff;}.btnEnabled{color:#fff;font-family:Verdana;font-variant:small-caps;font-size:medium;text-decoration:none;}.btnCurrent{color:#000;font-family:Verdana;font-variant:small-caps;font-size:medium;border-color:#7a90ab;padding:1px 1px 1px 1px;border-width:2px;border-style:solid;background-color:#aab8c9;text-decoration:none;}.btnDisabled{color:#444;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;}.watermark{color:#808080;font-style:italic;}.autocomplete{color:#808080;font-size:smaller;}.autocompleteHiglight{color:#000;font-size:smaller;}.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 #ccc;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:.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:#000;-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:#fff;background-image:none;background-color:#696969;}.styleBtnComposito:active{position:relative;top:1px;color:#ff0;background-image:none;background-color:#acacac;} \ No newline at end of file diff --git a/XPS/Content/font.css b/XPS/Content/font.css index ab1938b..4e221bc 100644 --- a/XPS/Content/font.css +++ b/XPS/Content/font.css @@ -1,4 +1,16 @@ @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: 'Open Sans'; font-style: normal; font-weight: 400; @@ -21,4 +33,4 @@ font-style: italic; font-weight: 600; src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../fonts/OpenSans_italic_600.woff') format('woff'); -} \ No newline at end of file +}*/ \ No newline at end of file diff --git a/XPS/Content/font.less b/XPS/Content/font.less index ab1938b..ce68477 100644 --- a/XPS/Content/font.less +++ b/XPS/Content/font.less @@ -1,4 +1,19 @@ @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: 'Open Sans'; font-style: normal; font-weight: 400; @@ -21,4 +36,4 @@ font-style: italic; font-weight: 600; src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../fonts/OpenSans_italic_600.woff') format('woff'); -} \ No newline at end of file +}*/ \ No newline at end of file diff --git a/XPS/Content/font.min.css b/XPS/Content/font.min.css index c1039d9..18bb752 100644 --- a/XPS/Content/font.min.css +++ b/XPS/Content/font.min.css @@ -1 +1 @@ -@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'),local('OpenSans'),url('../fonts/OpenSans_400.woff') format('woff');}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'),local('OpenSans-Semibold'),url('../fonts/OpenSans_600.woff') format('woff');}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local('OpenSans-Italic'),url('../fonts/OpenSans_italic_400.woff') format('woff');}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;src:local('Open Sans Semibold Italic'),local('OpenSans-SemiboldItalic'),url('../fonts/OpenSans_italic_600.woff') format('woff');} \ No newline at end of file +@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');} \ No newline at end of file diff --git a/XPS/WebUserControls/mod_testata.ascx b/XPS/WebUserControls/mod_testata.ascx index d059250..ca3b5ef 100644 --- a/XPS/WebUserControls/mod_testata.ascx +++ b/XPS/WebUserControls/mod_testata.ascx @@ -7,49 +7,42 @@ <%} %> -