diff --git a/Projects/ReleaseClienti/Somaschini ITA/GIM_site.zip b/Projects/ReleaseClienti/Somaschini ITA/GIM_site.zip index 0bec693..51d9a17 100644 Binary files a/Projects/ReleaseClienti/Somaschini ITA/GIM_site.zip and b/Projects/ReleaseClienti/Somaschini ITA/GIM_site.zip differ diff --git a/Projects/WebGIM/GIM_data/bin/GIM_data.dll b/Projects/WebGIM/GIM_data/bin/GIM_data.dll index a305887..9d4f41d 100644 Binary files a/Projects/WebGIM/GIM_data/bin/GIM_data.dll and b/Projects/WebGIM/GIM_data/bin/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_data/bin/SteamWare.dll b/Projects/WebGIM/GIM_data/bin/SteamWare.dll index 955e800..a513f40 100644 Binary files a/Projects/WebGIM/GIM_data/bin/SteamWare.dll and b/Projects/WebGIM/GIM_data/bin/SteamWare.dll differ diff --git a/Projects/WebGIM/GIM_site/Content/Style.css b/Projects/WebGIM/GIM_site/Content/Style.css index 447ac51..ea9b126 100644 --- a/Projects/WebGIM/GIM_site/Content/Style.css +++ b/Projects/WebGIM/GIM_site/Content/Style.css @@ -112,6 +112,27 @@ 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 ] */ diff --git a/Projects/WebGIM/GIM_site/Content/Style.less b/Projects/WebGIM/GIM_site/Content/Style.less index 9b2a4d7..01e4a7d 100644 --- a/Projects/WebGIM/GIM_site/Content/Style.less +++ b/Projects/WebGIM/GIM_site/Content/Style.less @@ -1,33 +1,29 @@ /* @group Generale */ - -.fixedVal -{ +.fixedVal { background-color: #cdcdcd; text-align: center; color: Black; } -.fixedValLeft -{ +.fixedValLeft { background-color: #cdcdcd; text-align: left; color: Black; } -.divSx -{ +.divSx { float: left; padding: 0; margin: 0; } -.divDx -{ + +.divDx { float: right; padding: 0; margin: 0; } -.clearDiv -{ + +.clearDiv { clear: both; } @@ -92,62 +88,84 @@ max-width: 70%; } -.textR{ +.textR { text-align: right; } -.textL{ + +.textL { text-align: left; } -.textEv_1 -{ +.textEv_1 { background-color: #cdffcd; text-align: center; color: Black; font-size: 8pt; } -.textEv_1Left -{ +.textEv_1Left { background-color: #cdffcd; text-align: left; color: Black; font-size: 8pt; } -.textEv_2 -{ +.textEv_2 { background-color: #cdffcd; text-align: center; color: Black; font-size: 8pt; } -.textEv_2Left -{ +.textEv_2Left { background-color: #cdffcd; text-align: left; color: Black; font-size: 8pt; } -.textEv_Read -{ +.textEv_Read { background-color: #deeff7; text-align: center; color: Black; font-size: 8pt; } -.textEv_ReadLeft -{ +.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 ] */ @@ -163,17 +181,17 @@ 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:focus { + background-color: #FFF; + } -.navbar.navbar-inverse .navbar-form .search-query::-webkit-input-placeholder { - color: #666; -} + .navbar.navbar-inverse .navbar-form .search-query::-webkit-input-placeholder { + color: #666; + } -.navbar.navbar-inverse .navbar-form .search-query::-moz-placeholder { - color: #666; -} + .navbar.navbar-inverse .navbar-form .search-query::-moz-placeholder { + color: #666; + } .nav > li > a { padding: 4px 8px; @@ -210,11 +228,11 @@ /*margin: -5px;*/ } -.navbar-inverse .navbar-nav > .active > a:hover { - background: transparent; - color: #F90; - /*margin: -5px;*/ -} + .navbar-inverse .navbar-nav > .active > a:hover { + background: transparent; + color: #F90; + /*margin: -5px;*/ + } .navbar-right { float: right !important; @@ -230,167 +248,167 @@ 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 { + display: none; + padding: .5em 0; + margin: 0 auto; + font-size: 18px; + text-align: center; + color: #ff9900; + } -.subnavbar .subnav-toggle:hover { - text-decoration: none; -} + .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 .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 { + display: none; + padding: 10px 0 8px; + color: #F90; + font-size: 16px; + text-align: center; + cursor: pointer; + } -.subnavbar .btn-subnavbar:hover { - text-decoration: none; -} + .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 .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 .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 { + 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 { + 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 { + 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: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 > 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 > a > span { + display: block; + padding-bottom: 2px; + } -.subnavbar .mainnav > li.open > a { - text-decoration: none; -} + .subnavbar .mainnav > li.open > a { + text-decoration: none; + } -.subnavbar .mainnav > li.active > a { - background: #333; - color: #F90; -} + .subnavbar .mainnav > li.active > a { + background: #333; + color: #F90; + } -.subnavbar .mainnav > li.active > a .caret { - border-top-color: #ff9900; - border-bottom-color: #ff9900; -} + .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 { + 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 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::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 > .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 .dropdown-submenu .dropdown-menu:after, + .subnavbar .dropdown-submenu .dropdown-menu:before { + display: none; + } -.subnavbar .subnav-collapse.collapse { - height: auto\9; - overflow: visible\9; -} + .subnavbar .subnav-collapse.collapse { + height: auto\9; + overflow: visible\9; + } /*------------------------------------------------------------------ [ Shortcuts / .shortcuts ] @@ -399,60 +417,60 @@ 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; -} + 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: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:active { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + } -.shortcuts .shortcut:hover .shortcut-icon { - color: #666; -} + .shortcuts .shortcut:hover .shortcut-icon { + color: #666; + } -.shortcuts .shortcut-label { - display: block; - margin-top: .75em; - font-weight: 400; - color: #666; -} + .shortcuts .shortcut-label { + display: block; + margin-top: .75em; + font-weight: 400; + color: #666; + } @@ -470,135 +488,135 @@ /* 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-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-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-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-nopad .widget-content { + padding: 0; + } -.widget .widget-content:before, -.widget .widget-content:after { - content: " "; - /* 1 */ - display: table; - /* 2 */ -} + .widget .widget-content:before, + .widget .widget-content:after { + content: " "; + /* 1 */ + display: table; + /* 2 */ + } -.widget .widget-content:after { - clear: both; -} + .widget .widget-content:after { + clear: both; + } -.widget .widget-content:before, -.widget .widget-content:after { - content: " "; - /* 1 */ - display: table; - /* 2 */ -} + .widget .widget-content:before, + .widget .widget-content:after { + content: " "; + /* 1 */ + display: table; + /* 2 */ + } -.widget .widget-content:after { - clear: both; -} + .widget .widget-content:after { + clear: both; + } -.widget.widget-table .widget-content { - padding: 0; -} + .widget.widget-table .widget-content { + padding: 0; + } -.widget.widget-table .table { - margin-bottom: 0; - border: none; -} + .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-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 { + background: transparent; + border: none; + } -.widget.widget-plain .widget-content { - padding: 0; - 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 ] */ @@ -606,28 +624,28 @@ 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: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:before { + bottom: -4px; + left: 6px; + right: 6px; + } /*------------------------------------------------------------------ [2. Stats / .stats] @@ -641,14 +659,14 @@ 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; @@ -664,10 +682,10 @@ 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; @@ -687,18 +705,18 @@ 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; @@ -755,13 +773,13 @@ 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) { @@ -774,10 +792,10 @@ 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; @@ -804,13 +822,13 @@ width: 95px; } - .shortcuts .shortcut .shortcut-label { - font-size: 12px; - } + .shortcuts .shortcut .shortcut-label { + font-size: 12px; + } - .shortcuts .shortcut .shortcut-icon { - font-size: 24px; - } + .shortcuts .shortcut .shortcut-icon { + font-size: 24px; + } } /*------------------------------------------------------------------ [3. Max Width: 979px] @@ -881,154 +899,155 @@ margin-left: -20px; } - .footer #footer-terms { - margin-top: 1em; - text-align: left; - } + .footer #footer-terms { + margin-top: 1em; + text-align: left; + } - .footer #footer-terms a { - margin-left: 0; - margin-right: 1em; - } + .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 */ - } + .item-row:before, + .item-row:after { + content: " "; + /* 1 */ + display: table; + /* 2 */ + } - .item-row:after { - clear: both; - } + .item-row:after { + clear: both; + } - .item-row .item-label { - display: block; - width: 100%; - margin-bottom: 1.5em; - } + .item-row .item-label { + display: block; + width: 100%; + margin-bottom: 1.5em; + } - .item-row .item-content { - display: block; - width: 100%; - } + .item-row .item-content { + display: block; + width: 100%; + } .subnavbar { margin-left: -20px; margin-right: -20px; } - .subnavbar .btn-subnavbar { - display: block; - } + .subnavbar .btn-subnavbar { + display: block; + } - .subnavbar .subnavbar-inner { - height: auto; - } + .subnavbar .subnavbar-inner { + height: auto; + } - .subnavbar .mainnav { - display: block; - width: 100%; - height: auto; - margin-top: 1em; - margin-bottom: 1.5em; - border: none; - } + .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 { + 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 { + 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 > span { + display: inline; + } - .subnavbar .mainnav > li > a > i { - display: inline; - margin-right: .5em; - margin-bottom: 0; - font-size: 14px; - } + .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 > a .caret { + margin-top: -2px; + margin-left: 3px; + } - .subnavbar .mainnav > li.active > a { - color: #F90; - background: transparent; - } + .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 { + 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 { + 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 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 .dropdown-menu::before, + .subnavbar .dropdown .dropdown-menu::after { + display: none; + } - .subnavbar .dropdown.open .caret { - display: inline-block; - } + .subnavbar .dropdown.open .caret { + display: inline-block; + } - .subnavbar .dropdown-submenu > a:after { - display: none; - } + .subnavbar .dropdown-submenu > a:after { + display: none; + } - .subnavbar .dropdown-submenu > .dropdown-menu { - display: block; - } + .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; } + .subnav-collapse.collapse { display: block !important; height: auto !important; @@ -1038,17 +1057,18 @@ } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { - + body { font-size: 12px; } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) { - + body { font-size: 14px; } + .nav > li > a { padding: 4px 8px; font-size: 1.2em; @@ -1247,9 +1267,9 @@ border: solid 1px #777777; } -.cellaInattiva a { - color: White; -} + .cellaInattiva a { + color: White; + } .cellaSelezAll { text-align: center; diff --git a/Projects/WebGIM/GIM_site/Content/Style.less.bak b/Projects/WebGIM/GIM_site/Content/Style.less.bak new file mode 100644 index 0000000..32fd034 --- /dev/null +++ b/Projects/WebGIM/GIM_site/Content/Style.less.bak @@ -0,0 +1,1342 @@ +/* @group Generale */ +.fixedVal { + background-color: #cdcdcd; + text-align: center; + color: Black; +} + +.fixedValLeft { + background-color: #cdcdcd; + text-align: left; + color: Black; +} + +.divSx { + float: left; + padding: 0; + margin: 0; +} + +.divDx { + float: right; + padding: 0; + margin: 0; +} + +.clearDiv { + clear: both; +} + +.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; +} + + +.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: #FFF; + /*margin: -5px;*/ +} + + .navbar-inverse .navbar-nav > .active > a:hover { + background: transparent; + color: #F90; + /*margin: -5px;*/ + } + +.navbar-right { + float: right !important; + 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 { + 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 .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; + } + + + +/*------------------------------------------------------------------ +[ widget / .widget ] +*/ +.widget { + 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 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 + .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-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 / .stacked ] +*/ +.stacked { + 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; + } + +/*------------------------------------------------------------------ +[2. Stats / .stats] +*/ + +.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; +} + + + + + +/*------------------------------------------------------------------ +[3. News Item / .news-items] +*/ + +.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; +} + + + +/*------------------------------------------------------------------ +[4. Action Table / .action-table] +*/ + +.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: 979px) { +} + + +@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; + } +} + + +/* RESPONSIVE x subnav */ +/*------------------------------------------------------------------ +[1. Max Width: 480px] +*/ +@media (max-width: 480px) { + .error-container h1 { + font-size: 72px; + } + + .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 .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; + } +} +/* 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; + } + + .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: " "; + /* 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 .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; + } +} +/* Small devices (tablets, 768px and up) */ +@media (min-width: 768px) { + + body { + font-size: 10px; + } + + .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; + } +} +/* Large devices (large desktops, 1200px and up) */ +@media (min-width: 1200px) { + + body { + font-size: 14px; + } + + .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; + } +} + +/* OVERRIDE tabella bootstrap */ +.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: 0.9em; + padding: 2px; + /*line-height: 1.42857143; + vertical-align: top; + border-top: 1px solid #ddd;*/ +} +/* -------------------------------------- */ + +.ombra { + box-shadow: 0px 20px 20px black; +} + + +/* gridview! */ +.ctrHeaderPager { + background-color: #b8b8b8; + color: White; +} + +.ctrHeaderPagerRight { + background-color: #b8b8b8; + font-weight: bold; + color: White; + text-align: right; +} + +.ctrHeaderPagerBlue { + background-color: #507CD1; + height: 1px; +} + +.ctrHeaderPagerBlueRight { + background-color: #507CD1; + height: 1px; + text-align: right; +} + +.ctrFooter { + background-color: #507CD1; + font-weight: bold; + color: White; +} + +.ctrRowStyle { + background-color: #EFF3FB; +} + +.ctrAltRowStyle { + background-color: White; +} + +.ctrRowStyleRight { + background-color: #EFF3FB; + text-align: right; +} + +.ctrAltRowStyleRight { + background-color: White; + text-align: right; +} + +.ctrInsRowStyle { + background-color: #b8b8b8; +} + +.ctrEditRowStyle { + background-color: #D1DDF1; +} + +.ctrSelRowStyle { + font-weight: bold; + color: #333333; + background-color: #D1DDF1; +} + +.ctrSelRowStyleYellow { + font-weight: bold; + color: #333333; + background-color: Yellow; +} + +.ctrCommRow { + font-weight: bold; + background-color: #D1DDF1; +} + +.ctrFiledHead { + background-color: #DEE8F5; + font-weight: bold; + width: 25%; +} + +.ctrLabelStrong { + font-weight: bold; +} + +.ctrFieldEdit { + font-size: 8pt; +} + +/* group barPlot a colori*/ +.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: White; +} + +.ss { + 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; +} + +.cellaSelezDett { + 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; +} + +.cellaPiena { + 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; +} + + .cellaInattiva a { + color: White; + } + +.cellaSelezAll { + 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; +} + +.selectedCell { + border: dashed 2px black; /*font-weight: bold;*/ + text-align: center; +} + +/* formato gridview compatto (es magazzini) */ +.didascalia { + color: #696969; + font-size: 7pt; +} + +/* shadows vari */ +.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); +} + +/* Paginazione... */ +.GridPager a, .GridPager span { + 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; + border-bottom: 1px solid #969696;*/ +} + +.GridPager span { + background-color: #A1DCF2; + color: #000; + /*border-top: 1px solid #3AC0F2; + border-bottom: 1px solid #3AC0F2;*/ + font-weight: bold; +} + +.imgNoPad { + margin-top: -3px; + margin-bottom: -7px; +} diff --git a/Projects/WebGIM/GIM_site/Content/Style.min.css b/Projects/WebGIM/GIM_site/Content/Style.min.css index 50a0ad6..a7ffaf2 100644 --- a/Projects/WebGIM/GIM_site/Content/Style.min.css +++ b/Projects/WebGIM/GIM_site/Content/Style.min.css @@ -1 +1 @@ -.fixedVal{background-color:#cdcdcd;text-align:center;color:#000;}.fixedValLeft{background-color:#cdcdcd;text-align:left;color:#000;}.divSx{float:left;padding:0;margin:0;}.divDx{float:right;padding:0;margin:0;}.clearDiv{clear:both;}.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;}.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;}.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:#fff;}.navbar-inverse .navbar-nav>.active>a:hover{background:transparent;color:#f90;}.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;}.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;}.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;}.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;}.subnav-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}}@media(min-width:992px){body{font-size:12px;}}@media(min-width:1200px){body{font-size:14px;}.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;} \ No newline at end of file +.fixedVal{background-color:#cdcdcd;text-align:center;color:#000;}.fixedValLeft{background-color:#cdcdcd;text-align:left;color:#000;}.divSx{float:left;padding:0;margin:0;}.divDx{float:right;padding:0;margin:0;}.clearDiv{clear:both;}.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;}.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:#fff;}.navbar-inverse .navbar-nav>.active>a:hover{background:transparent;color:#f90;}.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;}.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;}.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;}.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;}.subnav-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}}@media(min-width:992px){body{font-size:12px;}}@media(min-width:1200px){body{font-size:14px;}.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;} \ No newline at end of file diff --git a/Projects/WebGIM/GIM_site/Style.css b/Projects/WebGIM/GIM_site/Style.css index 7e42c86..0b5b5a1 100644 --- a/Projects/WebGIM/GIM_site/Style.css +++ b/Projects/WebGIM/GIM_site/Style.css @@ -1,128 +1,125 @@ /* @group Generale */ -.textEv_1 -{ +/* colori base */ +.textEv_1 { background-color: #cdffcd; text-align: center; color: Black; font-size: 8pt; } -.textEv_1Left -{ +.textEv_1Left { background-color: #cdffcd; text-align: left; color: Black; font-size: 8pt; } -.textEv_2 -{ +.textEv_2 { background-color: #cdffcd; text-align: center; color: Black; font-size: 8pt; } -.textEv_2Left -{ +.textEv_2Left { background-color: #cdffcd; text-align: left; color: Black; font-size: 8pt; } -.textEv_Read -{ +.textEv_Read { background-color: #deeff7; text-align: center; color: Black; font-size: 8pt; } -.textEv_ReadLeft -{ +.textEv_ReadLeft { background-color: #deeff7; text-align: left; color: Black; font-size: 8pt; } -.bloccoDiv -{ +.bloccoDiv { border-bottom: solid 1px green; padding-bottom: 1px; margin-bottom: 5px; } -.semaforoVerde -{ + +.semaforoVerde { color: Green; } -.semaforoGiallo -{ + +.semaforoGiallo { color: Orange; font-weight: bold; } -.semaforoRosso -{ + +.semaforoRosso { color: Red; font-weight: bold; } -/* colori base */ -.sfondoGrigio -{ +.sfondoGrigio { background-color: #CDCDCD; } +.lblMess { + color: Red; + font-size: 12pt; + font-style: italic; + font-weight: bold; +} + /* END colori base */ /* @group Calendario */ -.calSel -{ +.calSel { background-color: red; font-weight: bold; color: White; } -.calNextPrev -{ + +.calNextPrev { font-weight: bold; color: Black; } -.calDayHead -{ + +.calDayHead { font-weight: bold; color: white; background-color: #6969df; font-size: 9pt; } -.calTitle -{ + +.calTitle { font-weight: bold; color: Black; background-color: #BEBEBE; } -.calOtherMonthDay -{ + +.calOtherMonthDay { background: #CBDCCB; } -.calWeekEnd -{ + +.calWeekEnd { background: #cbcbcb; font-weight: bold; } -.clsBody -{ + +.clsBody { border-right: #C6D7DA thin solid; border-top: #C6D7DA thin solid; border-left: #C6D7DA thin solid; border-bottom: #C6D7DA thin solid; } -.clsCurrentWeek -{ +.clsCurrentWeek { color: #ffffff; font-size: 12px; text-decoration: none; @@ -135,8 +132,7 @@ font-weight: bold; } -.clsCurrentWeek2 -{ +.clsCurrentWeek2 { color: #000000; font-size: 12px; text-decoration: none; @@ -147,8 +143,8 @@ font-weight: bolder; font-weight: bold; } -.clsDayName -{ + +.clsDayName { color: #0C0B5F; background-color: #bbbaf5; font-size: 12px; @@ -156,8 +152,8 @@ font-family: Tahoma, Arial, Helvetica, sans-serif; white-space: nowrap; } -.clsCurrentDay -{ + +.clsCurrentDay { color: #ffffff; background-color: #398CE7; font-size: 12px; @@ -167,8 +163,8 @@ font-weight: bolder; font-weight: bold; } -.clsWorkDay -{ + +.clsWorkDay { color: #000000; background-color: #dbeaf5; font-size: 12px; @@ -176,25 +172,25 @@ font-family: Tahoma, Arial, Helvetica, sans-serif; white-space: nowrap; } -.clsWorkDay:hover -{ - color: #009400; - background-color: #dbeaf5; - font-size: 12px; - text-decoration: underline; - font-family: Tahoma, Arial, Helvetica, sans-serif; - white-space: nowrap; -} -.clsWorkDayOtherMonth -{ + + .clsWorkDay:hover { + color: #009400; + background-color: #dbeaf5; + font-size: 12px; + text-decoration: underline; + font-family: Tahoma, Arial, Helvetica, sans-serif; + white-space: nowrap; + } + +.clsWorkDayOtherMonth { color: #000000; font-size: 12px; text-decoration: none; font-family: Tahoma, Arial, Helvetica, sans-serif; white-space: nowrap; } -.clsWeekEnd -{ + +.clsWeekEnd { color: #FF0000; background-color: #dbeaf5; font-size: 12px; @@ -202,17 +198,17 @@ font-family: Tahoma, Arial, Helvetica, sans-serif; white-space: nowrap; } -.clsWeekEnd:hover -{ - color: #009400; - background-color: #dbeaf5; - font-size: 12px; - text-decoration: underline; - font-family: Tahoma, Arial, Helvetica, sans-serif; - white-space: nowrap; -} -.clsWeekEndOtherMonth -{ + + .clsWeekEnd:hover { + color: #009400; + background-color: #dbeaf5; + font-size: 12px; + text-decoration: underline; + font-family: Tahoma, Arial, Helvetica, sans-serif; + white-space: nowrap; + } + +.clsWeekEndOtherMonth { color: #FF0000; font-size: 12px; text-decoration: none; @@ -220,8 +216,7 @@ white-space: nowrap; } -.Calend -{ +.Calend { padding: 4; background: White; color: Black; @@ -231,44 +226,44 @@ height: 180px; width: 200px; } -. .Calend.TodayDay -{ + +. .Calend.TodayDay { background: #cccccc; color: Black; } -. .Calend.Selector -{ + +. .Calend.Selector { background: #cccccc; } -. .Calend.NextPrev -{ + +. .Calend.NextPrev { vertical-align: bottom; } -. .Calend.DayHeader -{ + +. .Calend.DayHeader { font-size: 7pt; font-weight: bold; background: #cccccc; } -. .Calend.SelectedDay -{ + +. .Calend.SelectedDay { background: #666666; font-weight: bold; color: White; } -. .Calend.Title -{ + +. .Calend.Title { font-weight: bold; background: #999999; border-color: Black; } -. .Calend.WeekEndDay -{ + +. .Calend.WeekEndDay { background: #FFFFCC; color: Black; } -. .Calend.OtherMonthDay -{ + +. .Calend.OtherMonthDay { color: Gray; } @@ -276,8 +271,7 @@ /* @end */ -.body -{ +.body { margin-top: 0px; margin-left: 0px; margin-bottom: 0px; @@ -285,27 +279,26 @@ font-family: Verdana, Arial; font-size: small; } -.didascalia -{ + +.didascalia { color: #696969; font-size: 7pt; } /* Mod selettore ajax */ -.txtLink -{ +.txtLink { font-size: smaller; text-decoration: underline; color: blue; } -.txtValue -{ + +.txtValue { font-size: smaller; text-decoration: none; color: #696969; } -.notaMargine -{ + +.notaMargine { font-size: smaller; background-color: #DEE8F5; margin-top: 10px; @@ -313,8 +306,8 @@ text-align: right; vertical-align: bottom; } -.nota -{ + +.nota { width: 70%; font-size: smaller; background-color: white; @@ -327,60 +320,55 @@ /*Popup Control*/ -.popupControl -{ +.popupControl { background-color: White; position: absolute; visibility: hidden; border: solid 1px #363636; } -.popupHover -{ + +.popupHover { background-image: url(images/header-opened.png); background-repeat: repeat-x; background-position: left top; background-color: #F5F7F8; } -.evidenzia -{ + +.evidenzia { border: solid 1px blue; } /* area note logging */ -.logCont -{ +.logCont { font-size: 8pt; width: 100%; text-align: center; border: solid 1px silver; background-color: #DFF1F1; } -.logButton -{ + +.logButton { text-align: center; padding: 10px; } /* selettore ajax*/ -.selezioneValRed -{ +.selezioneValRed { text-decoration: underline; color: Blue; } /*Modal Popup*/ -.modalBackground -{ +.modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; } -.hiddenTxt -{ + +.hiddenTxt { /*color:White;*/ background-color: White; width: 5px; } -.modalPopup -{ +.modalPopup { background-color: #ffffdd; border-width: 1px; border-style: solid; @@ -388,8 +376,7 @@ padding: 3px; } -.topTitle -{ +.topTitle { color: #663300; font-family: Verdana; font-size: 26px; @@ -400,24 +387,24 @@ background-attachment: scroll; background-image: url(images/orangeGrad32.png); } -.ShadowText -{ + +.ShadowText { text-shadow: 2px 2px 2px rgba(0,0,0,.4); } -.boxShadowLight -{ + +.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 -{ + +.boxShadowDark { -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3); -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3); box-shadow: 3px 3px 6px rgba(0,0,0,.3); } -.menuSx -{ + +.menuSx { font-size: 8pt; width: 180px; vertical-align: top; /*height: 530px;*/ /*height: 530px;*/ @@ -427,43 +414,42 @@ -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3); box-shadow: 3px 3px 6px rgba(0,0,0,.3); } -.ov_header -{ + +.ov_header { background-color: Blue; } -.ov_footer -{ + +.ov_footer { background-color: Blue; } -.ov_item -{ + +.ov_item { background-color: gray; } -.ov_itemAlt -{ + +.ov_itemAlt { background-color: white; } -.navBar -{ +.navBar { font-size: 9pt; /*background-color: #DEE8F5;*/ background-color: #FFFFFF; /*border-right: #9999ff 1px solid; border-top: #9999ff 1px solid; border-left: #9999ff 1px solid; border-bottom: #9999ff 1px solid;*/ padding: 3px 3px 3px 3px; margin: 3px 3px 3px 0px; /*background-color:#DEE8F5; font-family: Verdana Arial; font-size: 13px; font-weight: normal; background-repeat: repeat-x; background-position: 0% 0%; background-attachment: scroll; background-image: url(images/bluGrad32.png);*/ } -.hlBounce -{ + +.hlBounce { font-weight: bold; font-size: 10pt; } -.alertAjax -{ + +.alertAjax { color: #ea101e; font-size: small; font-weight: bold; } -.smallTimeClock -{ + +.smallTimeClock { padding-right: 4px; padding-left: 4px; font-weight: bold; @@ -475,8 +461,8 @@ font-family: verdana, arial; text-align: justify; } -.dxButtonClass -{ + +.dxButtonClass { padding-right: 8px; padding-left: 8px; font-weight: bold; @@ -488,47 +474,46 @@ font-family: verdana, arial; text-align: justify; } -.barraTitolo -{ + +.barraTitolo { background-color: #FF7A00; /* #4C90FF; */ vertical-align: middle; height: 20pt; text-align: center; } -INPUT -{ + +INPUT { font-size: 8pt; } -.selezioneVal -{ + +.selezioneVal { border-right: yellow 1px solid; border-top: yellow 1px solid; border-left: yellow 1px solid; border-bottom: yellow 1px solid; } -.selezioneValWhite -{ +.selezioneValWhite { border-right: white 1px solid; border-top: white 1px solid; border-left: white 1px solid; border-bottom: white 1px solid; } -.tableContenuto -{ + +.tableContenuto { padding: 0px; margin: 2px; /* con questo Table va a full screen */ width: 99%; } -.topContrDx -{ + +.topContrDx { text-align: center; background-color: white; text-align: left; font-size: 9pt; } -.topContrSx -{ + +.topContrSx { padding: 6px 3px 6px 3px; text-align: center; background-color: #DEE8F5; @@ -538,8 +523,8 @@ INPUT font-weight: bold; font-size: 8pt; } -.contrRiq -{ + +.contrRiq { border-left: solid 2px silver; background-color: white; border-top: solid 2px silver; @@ -547,8 +532,8 @@ INPUT border-right: solid 2px silver; border-bottom: solid 1px silver; } -.topSubMenuChk -{ + +.topSubMenuChk { padding: 1px 6px 1px 6px; text-align: center; background-color: #DEE8F5; @@ -559,8 +544,8 @@ INPUT font-weight: bold; font-size: 8pt; } -.controllo -{ + +.controllo { vertical-align: top; width: 100%; background-color: Transparent; @@ -573,8 +558,8 @@ INPUT border-right-style: solid; border-right-color: White; } -.contrDx -{ + +.contrDx { vertical-align: top; width: 100%; background-color: White; @@ -583,8 +568,8 @@ INPUT border-style: solid; border-color: silver; } -.bodyMainCenter -{ + +.bodyMainCenter { background-image: url(images/logo_sw.png); vertical-align: middle; border-left: #0D0083 1px solid; /*border-top: #0D0083 1px solid;*/ @@ -595,8 +580,8 @@ INPUT background-attachment: scroll; background-repeat: no-repeat; } -.bottomWrite -{ + +.bottomWrite { vertical-align: bottom; border-top: #0D0083 1px solid; margin-top: 2px; @@ -605,70 +590,67 @@ INPUT height: 1%; text-align: right; } -.bodyCenter -{ + +.bodyCenter { vertical-align: middle; text-align: center; height: 100%; width: 100%; } -.centerMenu -{ + +.centerMenu { background-color: White; text-align: center; border-width: thin; border-style: groove; border-color: Blue; } -.pnlMenuSx -{ + +.pnlMenuSx { padding-right: 5px; height: 530px; } -A:hover -{ + +A:hover { color: red; } -.clonaUserPerm -{ +.clonaUserPerm { color: #ffff66; background-color: #ea101e; } -.boxRicerca -{ + +.boxRicerca { padding: 4px; } -.oneHalf -{ +.oneHalf { width: 50%; } -.oneQuart -{ + +.oneQuart { width: 25%; } -.cal -{ +.cal { font-size: 10pt; } -.treeHead -{ + +.treeHead { width: 100%; text-align: center; background-color: #D1DDF1; border-right: solid 2px silver; border-top: solid 2px silver; } -.treeViewPnl -{ + +.treeViewPnl { background-color: white; border-right: solid 2px silver; border-bottom: solid 2px silver; } -.statoHidden -{ + +.statoHidden { text-align: center; width: 100%; font-size: 9pt; @@ -677,8 +659,8 @@ A:hover color: #696969; background-image: url(images/bg_bright.jpg); } -.statoCurrent -{ + +.statoCurrent { text-align: center; width: 100%; font-size: 9pt; @@ -687,8 +669,8 @@ A:hover color: White; background-image: url(images/bg_dark.jpg); } -.statoDone -{ + +.statoDone { text-align: center; width: 100%; font-size: 9pt; @@ -697,13 +679,13 @@ A:hover color: #696969; background-image: url(images/bg_bright.jpg); } -.imgDisabled a -{ + +.imgDisabled a { color: #ACACAC; text-decoration: none; } -.imgDisabled -{ + +.imgDisabled { text-decoration: none; padding: 2px 5px 2px 5px; text-align: center; @@ -712,13 +694,13 @@ A:hover color: #ACACAC; background-image: url(images/bg_dark_38.png); } -.imgSelected a -{ + +.imgSelected a { color: White; text-decoration: none; } -.imgSelected -{ + +.imgSelected { text-decoration: none; padding: 2px 5px 2px 5px; text-align: center; @@ -728,17 +710,17 @@ A:hover color: White; background-image: url(images/bg_dark_38.png); } -.imgStandard a:hover -{ + +.imgStandard a:hover { color: White; } -.imgStandard a -{ + +.imgStandard a { color: #363636; text-decoration: none; } -.imgStandard -{ + +.imgStandard { text-decoration: none; padding: 2px 5px 2px 5px; text-align: center; @@ -747,23 +729,22 @@ A:hover color: #363636; background-image: url(images/bg_bright_38.png); } -.imgStandard:hover -{ - color: white; - text-decoration: none; - padding: 2px 5px 2px 5px; - text-align: center; - font-size: 9pt; - height: 24px; /*color: #363636; */ - background-image: url(images/bg_hover_38.png); -} -.imgStandard:hover a -{ - color: white; -} -.imgStandardNoHover -{ + .imgStandard:hover { + color: white; + text-decoration: none; + padding: 2px 5px 2px 5px; + text-align: center; + font-size: 9pt; + height: 24px; /*color: #363636; */ + background-image: url(images/bg_hover_38.png); + } + + .imgStandard:hover a { + color: white; + } + +.imgStandardNoHover { text-decoration: none; padding: 2px 5px 2px 5px; text-align: center; @@ -774,45 +755,43 @@ A:hover } -.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); -} + .imgStandardNoHover:hover { + text-decoration: none; + padding: 2px 5px 2px 5px; + text-align: center; + font-size: 9pt; + height: 24px; + color: #363636; + background-image: url(images/bg_bright_38.png); + } -.eta2 -{ +.eta2 { width: 33%; text-align: center; background-color: #ffcccc; font-size: 10pt; font-weight: bold; } -.termAnt -{ + +.termAnt { width: 33%; text-align: center; background-color: #ccffcc; font-size: 10pt; font-weight: bold; } -.termPost -{ + +.termPost { width: 33%; text-align: center; background-color: #ccccff; font-size: 10pt; font-weight: bold; } -.watermarked -{ + +.watermarked { color: #696969; background-color: #EFEFFF; } @@ -827,34 +806,33 @@ A:hover -.divSx -{ +.divSx { float: left; padding: 0; margin: 0; } -.divDx -{ + +.divDx { float: right; padding: 0; margin: 0; } -.clearDiv -{ + +.clearDiv { clear: both; } -.formatTableGeneral -{ + +.formatTableGeneral { height: 100%; width: 100%; border-bottom-width: 0px; } -.dgCenter -{ + +.dgCenter { text-align: center; } -.menuSxTree -{ + +.menuSxTree { color: #D9101E; font-size: 9pt; text-align: left; @@ -863,8 +841,8 @@ A:hover margin-right: 0px; margin-top: 0px; } -.menuSxTreeOver -{ + +.menuSxTreeOver { color: White; font-size: 10pt; text-align: left; @@ -873,8 +851,8 @@ A:hover margin-right: 0px; margin-top: 0px; } -.menuSxElem -{ + +.menuSxElem { color: #00008B; font-size: 7pt; text-align: left; @@ -883,8 +861,8 @@ A:hover margin-right: 0px; margin-top: 0px; } -.menuSxElemOver -{ + +.menuSxElemOver { color: black; font-size: 7pt; text-align: left; @@ -893,8 +871,8 @@ A:hover margin-right: 0px; margin-top: 0px; } -.menuSxElemSmall -{ + +.menuSxElemSmall { font-size: 7pt; text-align: left; margin-left: 0px; @@ -903,8 +881,8 @@ A:hover color: #555555; margin-top: 0px; } -.menuSxElemSmallOver -{ + +.menuSxElemSmallOver { color: #555555; font-size: 9pt; text-align: left; @@ -913,8 +891,8 @@ A:hover font-weight: normal; margin-top: 0px; } -.userClass -{ + +.userClass { padding-right: 8px; padding-left: 8px; font-weight: bold; @@ -926,8 +904,8 @@ A:hover font-family: verdana, arial; text-align: justify; } -.topMenuMess -{ + +.topMenuMess { font-size: 9pt; text-align: left; margin-left: 0px; @@ -936,8 +914,8 @@ A:hover color: white; margin-top: 0px; } -.topMenuMessEn -{ + +.topMenuMessEn { font-size: 9pt; text-align: left; margin-left: 0px; @@ -946,8 +924,8 @@ A:hover color: black; margin-top: 0px; } -.bodyMain -{ + +.bodyMain { background-image: url(images/logo_sw.png); vertical-align: top; border-left: #0D0083 1px solid; /*border-top: #0D0083 1px solid;*/ @@ -958,16 +936,14 @@ A:hover background-repeat: no-repeat; } -.bodyMainEmpty -{ +.bodyMainEmpty { vertical-align: top; border-left: maroon 1px solid; height: 100%; width: 100%; } -.bodyMainWhite -{ +.bodyMainWhite { vertical-align: top; border-left: maroon 1px solid; height: 100%; @@ -977,48 +953,44 @@ A:hover background-repeat: no-repeat; } -.bodyMainWhite a:hover -{ - color: white; + .bodyMainWhite a:hover { + color: white; + } + +.bodyMainNoLogo { + vertical-align: top; + border-left: maroon 1px solid; + height: 100%; + width: 100%; } -.bodyMainNoLogo -{ - vertical-align: top; - border-left: maroon 1px solid; - height: 100%; - width: 100%; +.bodyMainLogoPiccolo { + background-image: url(images/sfondoMedio.png); + background-position: 97% 210px; + vertical-align: top; + border-left: maroon 1px solid; + height: 100%; + width: 100%; + background-attachment: scroll; + background-repeat: no-repeat; } -.bodyMainLogoPiccolo -{ - background-image: url(images/sfondoMedio.png); - background-position: 97% 210px; - vertical-align: top; - border-left: maroon 1px solid; - height: 100%; - width: 100%; - background-attachment: scroll; - background-repeat: no-repeat; -} -*/ -.logoUpSx -{ +*/ .logoUpSx { width: 200; text-align: left; } -.topMenu -{ + +.topMenu { width: 100%; text-align: left; vertical-align: bottom; } -.tabModPrinc -{ + +.tabModPrinc { background-color: White; } -.sxTabPrinc -{ + +.sxTabPrinc { font-size: 10pt; font-style: italic; color: Blue; @@ -1026,63 +998,63 @@ A:hover width: 90%; background-color: Transparent; } -.dxTabPrinc -{ + +.dxTabPrinc { background-color: #cbcbFF; text-align: right; } -.tab_1 -{ + +.tab_1 { vertical-align: top; } -.sxTab_1 -{ + +.sxTab_1 { background-color: #C8D0D4; text-align: left; } -.sxTab_1_new -{ + +.sxTab_1_new { background-color: #9999cc; text-align: left; } -.dxTab_1 -{ + +.dxTab_1 { width: 70%; background-color: #C8D0D4; } -.sxTab_2 -{ + +.sxTab_2 { background-color: #11AA66; text-align: left; } -.dxTab_2 -{ + +.dxTab_2 { width: 70%; background-color: Transparent; } -.tab_2Body -{ + +.tab_2Body { vertical-align: middle; border: solid thin #11AA66; } -.chPwdTitle -{ + +.chPwdTitle { padding: 2px; font-weight: bold; font-size: 24pt; color: red; text-align: center; } -.chPwdTxt -{ + +.chPwdTxt { padding: 2px; font-weight: bold; font-size: 10pt; color: red; text-align: center; } -.chPwdMess -{ + +.chPwdMess { padding: 2px; font-weight: bold; font-style: italic; @@ -1090,22 +1062,22 @@ A:hover color: yellow; text-align: center; } -.loginTitle -{ + +.loginTitle { font-weight: bold; font-size: 30pt; color: Red; } -.loginTxt -{ + +.loginTxt { padding: 2px; font-weight: bold; font-size: 10pt; color: red; text-align: center; } -.loginMess -{ + +.loginMess { padding: 2px; font-weight: bold; font-style: italic; @@ -1113,48 +1085,48 @@ A:hover color: yellow; text-align: center; } -.reportLabel -{ + +.reportLabel { font-size: 16pt; } -.reportValue -{ + +.reportValue { font-size: 16pt; font-weight: bold; } -.reportExplLang -{ + +.reportExplLang { font-size: 10pt; } -.reportExplEn -{ + +.reportExplEn { font-size: 7pt; font-style: italic; } -.reportElencoZap -{ + +.reportElencoZap { font-size: 9pt; } -.UnauthAppTitle -{ + +.UnauthAppTitle { font-weight: bold; font-size: 30pt; margin-left: 10pt; } -.UnauthTitle -{ + +.UnauthTitle { font-size: 20pt; color: Red; margin-left: 30pt; } -.UnauthMess -{ + +.UnauthMess { font-size: 12pt; font-style: normal; margin-left: 30pt; } -.tableHead -{ + +.tableHead { white-space: nowrap; height: auto; vertical-align: top; @@ -1162,8 +1134,8 @@ A:hover width: 100%; height: 100%; } -.tableHead2 -{ + +.tableHead2 { white-space: nowrap; height: auto; vertical-align: top; @@ -1173,141 +1145,139 @@ A:hover width: 100%; height: 100%; } -.cmbFiltrText -{ + +.cmbFiltrText { font-size: 9pt; } -.currencyFormat -{ + +.currencyFormat { white-space: nowrap; text-align: right; vertical-align: baseline; } -.UserLabel -{ + +.UserLabel { background-color: #ff9900; text-align: center; margin: 6 6 6 6; } -.UserLabel .principale -{ - font-size: large; - font-weight: bold; -} -. .UserLabel.secondario -{ + .UserLabel .principale { + font-size: large; + font-weight: bold; + } + +. .UserLabel.secondario { font-size: medium; } -.cmbMini -{ + +.cmbMini { font-size: 8pt; } -.txtMini -{ + +.txtMini { font-size: 7pt; } -.suggerimento -{ + +.suggerimento { font-size: 8pt; font-weight: bold; color: Red; } -.lblBudget -{ + +.lblBudget { font-size: 8pt; text-align: left; font-weight: bold; } -.errore -{ + +.errore { font-weight: normal; font-size: 8pt; color: Red; } -.erroreMid -{ + +.erroreMid { font-weight: normal; font-size: 10pt; color: Red; } -.erroreBig -{ + +.erroreBig { font-weight: normal; font-size: 12pt; color: Red; } -.valUpd -{ + +.valUpd { font-style: italic; } -.cmbMini -{ + +.cmbMini { font-size: 8pt; } -.txtMiniLeft -{ + +.txtMiniLeft { font-size: 8pt; text-align: left; } -.valOk -{ + +.valOk { color: Green; } -.valKo -{ + +.valKo { color: Red; font-weight: bold; } -.suggerimento -{ + +.suggerimento { font-size: 8pt; font-weight: bold; color: Red; } -.searchHead -{ + +.searchHead { background-color: #bbaabb; } -.textHead -{ + +.textHead { background-color: #9966ff; } -.linkAnnulla -{ + +.linkAnnulla { background-color: #ee9999; color: Black; font-weight: bold; font-size: 14pt; } -.linkSalva -{ + +.linkSalva { background-color: #99ee99; color: Black; font-weight: bold; font-size: 14pt; } -.tableDett1 -{ +.tableDett1 { background: #98ff98; } -.valDett1 -{ + +.valDett1 { font-size: 8pt; color: Black; font-weight: normal; } -.tab_2lbl -{ + +.tab_2lbl { vertical-align: baseline; border-collapse: collapse; border-width: thin; border-style: none; font-size: 7pt; } -.dettSel -{ + +.dettSel { border-right: green 1px solid; padding-right: 8px; border-top: green 1px solid; @@ -1324,8 +1294,8 @@ A:hover font-family: verdana, arial; text-align: justify; } -.dettDesel -{ + +.dettDesel { border-right: green 1px solid; padding-right: 8px; border-top: green 1px solid; @@ -1342,8 +1312,8 @@ A:hover font-family: verdana, arial; text-align: justify; } -.dettHide -{ + +.dettHide { border-right: orange 1px solid; padding-right: 8px; border-top: orange 1px solid; @@ -1360,54 +1330,51 @@ A:hover font-family: verdana, arial; text-align: justify; } -.tableDett3 -{ + +.tableDett3 { background: #98ff98; font-size: 9pt; } -.dett3Head -{ + +.dett3Head { background: blue; color: Yellow; font-weight: bold; font-size: 9pt; } -.dett3Col1 -{ + +.dett3Col1 { color: Black; font-weight: bold; font-size: 9pt; } -.linkHead -{ +.linkHead { color: White; } -.titoloMed -{ + +.titoloMed { color: Red; font-size: 18pt; font-weight: bold; } -.testoMed -{ + +.testoMed { font-size: 12pt; font-weight: bold; } -.txtTab -{ +.txtTab { font-size: 8pt; font-family: verdana, arial; text-align: justify; } -.tblGray -{ +.tblGray { border-color: #777777; } -.txtMiniTabella -{ + +.txtMiniTabella { text-align: right; font-weight: normal; padding-left: 2pt; @@ -1415,8 +1382,8 @@ A:hover padding-bottom: 2pt; padding-top: 2pt; } -.txtMiniTabellaLeft -{ + +.txtMiniTabellaLeft { text-align: left; font-weight: normal; padding-left: 2pt; @@ -1424,8 +1391,8 @@ A:hover padding-bottom: 2pt; padding-top: 2pt; } -.txtMiniTabellaDato -{ + +.txtMiniTabellaDato { text-align: left; font-weight: bold; padding-left: 2pt; @@ -1433,37 +1400,37 @@ A:hover padding-bottom: 2pt; padding-top: 2pt; } -.relazione -{ + +.relazione { margin-top: 1px; padding-top: 1px; font-weight: normal; font-size: 11pt; text-align: justify; } -.smallTable -{ + +.smallTable { width: 300px; } -.centerAll -{ + +.centerAll { vertical-align: middle; text-align: center; } -.centerAllOther -{ + +.centerAllOther { margin: 0 auto; } -.selLinguaTxt -{ + +.selLinguaTxt { padding: 2px; font-weight: bold; font-size: 12pt; color: Yellow; text-align: center; } -.navBar -{ + +.navBar { font-size: 9pt; background-color: #ededff; border-right: #9999ff 1px solid; @@ -1472,8 +1439,7 @@ A:hover border-bottom: #9999ff 1px solid; } -.panelPaddingTitle -{ +.panelPaddingTitle { padding-top: 5px; padding-left: 10px; text-align: center; @@ -1481,16 +1447,14 @@ A:hover margin-right: 80px; } -.panelPadding -{ +.panelPadding { padding-top: 5px; padding-left: 5px; padding-bottom: 5px; /* qui aggiunta */ margin-right: 80px; } -.panelPaddingTitleDiv -{ +.panelPaddingTitleDiv { padding-top: 5px; padding-left: 10px; text-align: center; @@ -1498,8 +1462,7 @@ A:hover margin-right: 80px; } -.panelPaddingDiv -{ +.panelPaddingDiv { padding-top: 5px; padding-left: 10px; padding-bottom: 5px; @@ -1509,14 +1472,12 @@ A:hover /* sostituiti tutti i #5555bb del bordino tabellaalta e contornoriq con silver */ -.wrap -{ +.wrap { overflow: auto; white-space: normal; } -.dropdownList -{ +.dropdownList { font-weight: normal; font-size: 7pt; background: #ea101e; @@ -1524,14 +1485,14 @@ A:hover font-family: verdana, arial; text-align: justify; } -.boxText -{ + +.boxText { font-size: 8pt; font-weight: normal; width: 100%; } -.saveClose -{ + +.saveClose { width: 100%; text-align: center; background-color: #ea101e; @@ -1542,14 +1503,13 @@ A:hover /* @group Brembo Specific */ -.idxContratto -{ +.idxContratto { text-align: center; font-size: 10pt; font-weight: bold; } -.idxStatoContratto -{ + +.idxStatoContratto { text-align: right; font-size: 10pt; font-weight: bold; @@ -1558,21 +1518,19 @@ A:hover } /* fasi uomo / macchina*/ -.stileFaseMacchina -{ +.stileFaseMacchina { color: #ea101e; } -.stileFaseExt -{ + +.stileFaseExt { color: Black; } -.stileFaseUomo -{ + +.stileFaseUomo { color: #1e10ea; } -.treeCdC -{ +.treeCdC { width: 250px; text-align: right; font-size: 8pt; @@ -1582,22 +1540,20 @@ A:hover background: white; } -.RDA -{ - font-size: 7pt; -} -.Ord -{ - font-size: 7pt; - background: #d0ffe3; -} -.Fatt -{ +.RDA { font-size: 7pt; } -.job2do -{ +.Ord { + font-size: 7pt; + background: #d0ffe3; +} + +.Fatt { + font-size: 7pt; +} + +.job2do { width: 50%; font-weight: normal; border-bottom-style: solid; @@ -1607,8 +1563,8 @@ A:hover font-family: verdana, arial; text-align: left; } -.jobDone -{ + +.jobDone { width: 50%; font-weight: normal; border-bottom-style: solid; @@ -1619,14 +1575,12 @@ A:hover text-align: right; } -.bodyAvanzamento -{ +.bodyAvanzamento { font-family: Verdana, Arial; background-image: url(images/gradiente.png); } -.paramIn -{ +.paramIn { font-family: Verdana; margin-top: 1px; padding-top: 1px; @@ -1641,8 +1595,8 @@ A:hover margin: 1px; background-color: #ffcccc; } -.allegatiOut -{ + +.allegatiOut { font-family: Verdana; border-top: maroon 1px solid; margin-top: 1px; @@ -1651,8 +1605,8 @@ A:hover font-size: 8pt; text-align: justify; } -.testoAllegatoIN -{ + +.testoAllegatoIN { font-family: Verdana; padding: 5px 5px p5x 5px; border-right: green 2px solid; @@ -1665,8 +1619,8 @@ A:hover font-size: 7pt; text-align: left; } -.testoAllegatoOUT -{ + +.testoAllegatoOUT { font-family: Verdana; padding: 5px 5px p5x 5px; border-right: blue 2px solid; @@ -1681,41 +1635,37 @@ A:hover } /* zona colorazione filtri */ -.filtro_1 -{ +.filtro_1 { background-color: #8888ff; } -.filtro_2 -{ + +.filtro_2 { background-color: #aaaaff; } -.filtro_3 -{ + +.filtro_3 { background-color: #ccccff; } -.filtro_4 -{ + +.filtro_4 { background-color: #dedeff; } -.filtro_5 -{ + +.filtro_5 { background-color: #efefff; } -.intestJob -{ +.intestJob { padding: 5px 5px 5px 5px; } /* zona DIV con ID */ -#prenotazionehead -{ +#prenotazionehead { text-align: center; } -#prenotazione -{ +#prenotazione { padding-left: 3px; vertical-align: top; } @@ -1726,20 +1676,18 @@ A:hover /* @group Stili Asp */ -.lblText -{ +.lblText { font-size: 8pt; } -.lblValore -{ +.lblValore { font-size: 8pt; color: Black; background-color: Transparent; border-style: none; } -.lblValoreBold -{ + +.lblValoreBold { font-size: 8pt; color: Black; font-weight: bold; @@ -1748,8 +1696,7 @@ A:hover } -.lblColorGray -{ +.lblColorGray { padding-left: 2pt; text-align: left; background-color: #777777; @@ -1758,14 +1705,12 @@ A:hover color: White; } -.lblWhite -{ +.lblWhite { width: 70%; background-color: white; } -.grView -{ +.grView { color: #333333; font-size: 8pt; padding-left: 1px; @@ -1773,38 +1718,38 @@ A:hover padding-top: 1px; padding-bottom: 1px; } -.ctrHeaderPager -{ + +.ctrHeaderPager { background-color: #b8b8b8; font-weight: bold; color: White; } -.ctrHeaderPagerRight -{ + +.ctrHeaderPagerRight { background-color: #b8b8b8; font-weight: bold; color: White; text-align: right; } -.ctrHeaderPagerBlue -{ + +.ctrHeaderPagerBlue { background-color: #507CD1; height: 1px; } -.ctrHeaderPagerBlueRight -{ + +.ctrHeaderPagerBlueRight { background-color: #507CD1; height: 1px; text-align: right; } -.ctrFooter -{ + +.ctrFooter { background-color: #507CD1; font-weight: bold; color: White; } -.ctrRowStyle -{ + +.ctrRowStyle { vertical-align: top; /*background-color: #EFF3FB;*/ background-image: -webkit-gradient(linear,left top,left bottom,from( #fff ),to( #f1f1f1 )); @@ -1815,8 +1760,8 @@ A:hover background-image: linear-gradient( #fff,#f1f1f1 ); border: 1px solid #CDCDCD; } -.ctrAltRowStyle -{ + +.ctrAltRowStyle { vertical-align: top; /*background-color: White;*/ /**/ @@ -1837,22 +1782,22 @@ A:hover */ border: 1px solid #CDCDCD; } -.ctrRowStyleRight -{ + +.ctrRowStyleRight { background-color: #EFF3FB; text-align: right; } -.ctrAltRowStyleRight -{ + +.ctrAltRowStyleRight { background-color: White; text-align: right; } -.ctrInsRowStyle -{ + +.ctrInsRowStyle { background-color: #b8b8b8; } -.ctrEditRowStyle -{ + +.ctrEditRowStyle { /*background-color: #D1DDF1;*/ background-image: -webkit-gradient(linear,left top,left bottom,from( #4683ff ),to( #2461BF )); background-image: -webkit-linear-gradient( #4683ff,#2461BF ); @@ -1861,8 +1806,8 @@ A:hover background-image: -o-linear-gradient( #4683ff,#2461BF ); background-image: linear-gradient( #4683ff,#2461BF ); } -.ctrSelRowStyle -{ + +.ctrSelRowStyle { /*background-color: #D1DDF1;*/ background-image: -webkit-gradient(linear,left top,left bottom,from( #dfd ),to( #80ff80 )); background-image: -webkit-linear-gradient( #dfd,#80ff80 ); @@ -1872,84 +1817,82 @@ A:hover background-image: linear-gradient( #dfd,#80ff80 ); font-weight: bold; } -.ctrCommRow -{ + +.ctrCommRow { font-weight: bold; background-color: #D1DDF1; } -.ctrFiledHead -{ + +.ctrFiledHead { background-color: #DEE8F5; font-weight: bold; width: 25%; } -.ctrLabelStrong -{ + +.ctrLabelStrong { font-weight: bold; } -.ctrFieldEdit -{ + +.ctrFieldEdit { font-size: 8pt; } /* Controlli Alternativi */ -.ctrHeaderPagerDet -{ +.ctrHeaderPagerDet { background-color: #507CD1; font-weight: bold; color: White; } -.ctrFooterDet -{ +.ctrFooterDet { background-color: #507CD1; font-weight: bold; color: White; } -.ctrRowStyleDet -{ + +.ctrRowStyleDet { vertical-align: top; background-color: #EFF3FB; } -.ctrAltRowStyleDet -{ + +.ctrAltRowStyleDet { vertical-align: top; background-color: White; border-bottom-width: 1px; border-color: Silver; } -.ctrInsRowStyleDet -{ + +.ctrInsRowStyleDet { background-color: #b8b8b8; } -.ctrEditRowStyleDet -{ + +.ctrEditRowStyleDet { background-color: #D1DDF1; } -.ctrSelRowStyleDet -{ + +.ctrSelRowStyleDet { font-weight: bold; color: #333333; background-color: #D1DDF1; } -.ctrCommRowDet -{ + +.ctrCommRowDet { font-weight: bold; background-color: #D1DDF1; } -.ctrFiledHeadDet -{ + +.ctrFiledHeadDet { background-color: #DEE8F5; font-weight: bold; width: 25%; } -.ctrLabelStrongDet -{ + +.ctrLabelStrongDet { font-weight: bold; } -.ctrFieldEditDet -{ + +.ctrFieldEditDet { font-size: 8pt; } @@ -1957,71 +1900,60 @@ A:hover /* Controlli alternativi per cloning Rossi */ -.ctrHeaderPagerRed -{ +.ctrHeaderPagerRed { background-color: #D15B5B; font-weight: bold; color: White; } -.ctrFooterRed -{ +.ctrFooterRed { background-color: #D15B5B; font-weight: bold; color: White; } -.ctrRowStyleRed -{ +.ctrRowStyleRed { vertical-align: top; background-color: #FFE1E7; } -.ctrAltRowStyleRed -{ +.ctrAltRowStyleRed { vertical-align: top; background-color: White; border-bottom-width: 1px; border-color: Silver; } -.ctrInsRowStyleRed -{ +.ctrInsRowStyleRed { background-color: #b8b8b8; } -.ctrEditRowStyleRed -{ +.ctrEditRowStyleRed { background-color: #FFC4C5; } -.ctrSelRowStyleRed -{ +.ctrSelRowStyleRed { font-weight: bold; color: #333333; background-color: #FFC4C5; } -.ctrCommRowRed -{ +.ctrCommRowRed { font-weight: bold; background-color: #FFC4C5; } -.ctrFiledHeadRed -{ +.ctrFiledHeadRed { background-color: #FFC4C5; font-weight: bold; width: 25%; } -.ctrLabelStrongRed -{ +.ctrLabelStrongRed { font-weight: bold; } -.ctrFieldEditRed -{ +.ctrFieldEditRed { font-size: 8pt; } @@ -2031,25 +1963,24 @@ A:hover -.repHead -{ +.repHead { background-color: #507CD1; color: White; font-size: 10pt; font-weight: bold; } -.repFrame -{ + +.repFrame { border: solid /* 2px */ #507CD1; } -.repFooter -{ + +.repFooter { font-size: 8pt; background-color: #507CD1; color: White; } -.repFooterRight -{ + +.repFooterRight { font-size: 8pt; background-color: #507CD1; color: White; @@ -2057,13 +1988,12 @@ A:hover } /*CollapsiblePanel*/ -.collapsePanel -{ +.collapsePanel { background-color: white; overflow: hidden; } -.collapsePanelHeader -{ + +.collapsePanelHeader { width: 100%; height: 30px; background-image: url(images/bg-menu-main.png); @@ -2071,53 +2001,50 @@ A:hover color: #FFF; font-weight: bold; } -.collapsePanelHead -{ + +.collapsePanelHead { padding: 5px; cursor: pointer; vertical-align: middle; } -.collapsePanelImg -{ + +.collapsePanelImg { float: right; vertical-align: middle; } -.collapsePanelText -{ + +.collapsePanelText { float: left; vertical-align: middle; font-size: 9pt; } -.collapsePanelTextDetails -{ + +.collapsePanelTextDetails { float: left; margin-left: 20px; vertical-align: middle; font-size: 7pt; } -.ctrSelRow2DetailStyle -{ +.ctrSelRow2DetailStyle { font-weight: bold; color: #333333; background-color: #D1DDF1; } -.pnlDettaglio -{ +.pnlDettaglio { margin: 4px 4px 4px 4px; } -.dettaglioRiga -{ +.dettaglioRiga { vertical-align: top; } -.pnlMaster -{ + +.pnlMaster { height: 300px; } -.pnlDetail -{ + +.pnlDetail { border-left: solid 4px #D1DDF1; border-top: solid 4px #D1DDF1; border-bottom: solid 4px #D1DDF1; @@ -2125,8 +2052,8 @@ A:hover background-color: #F3FFF3; vertical-align: top; } -.pnlDrillDown -{ + +.pnlDrillDown { border-left: solid 8px #D1DDF1; border-top: solid 8px #D1DDF1; border-bottom: solid 8px #D1DDF1; @@ -2135,13 +2062,11 @@ A:hover height: 290px; } -.pnlDrillDownAlt -{ +.pnlDrillDownAlt { border-right: solid 5px #D1DDF1; } -.pnlDrillDownAltAll -{ +.pnlDrillDownAltAll { border-right: solid 5px #D1DDF1; border-left: solid 5px #D1DDF1; border-top: solid 5px #D1DDF1; @@ -2149,132 +2074,131 @@ A:hover } -.lblSearchLang -{ +.lblSearchLang { font-weight: bold; font-size: 11pt; color: #00008B; margin-left: 8px; margin-right: 4px; } -.tblDett -{ + +.tblDett { vertical-align: top; background-color: white; text-align: left; } -. .tblDett.titolo -{ + +. .tblDett.titolo { font-size: 13pt; font-weight: bold; color: blue; } -. .tblDett.sceltaGen -{ + +. .tblDett.sceltaGen { background-color: #8899ee; } -.pnlPar_1 -{ + +.pnlPar_1 { background-color: #ea101e; } -.pnlPar_1_En -{ + +.pnlPar_1_En { font-size: 7pt; font-weight: normal; color: Silver; } -.pnlPar_1_Lang -{ + +.pnlPar_1_Lang { font-size: 8pt; font-weight: bold; color: Silver; } -.pnlPar_1_Error -{ + +.pnlPar_1_Error { font-size: 7pt; font-weight: bold; color: #aadd00; } -.pnlPar_1_Descr -{ + +.pnlPar_1_Descr { background-color: #ea101e; font-size: 9pt; font-weight: normal; color: Yellow; } -.pnlPar_2 -{ + +.pnlPar_2 { background-color: #dcdcdc; } -.pnlPar_2_En -{ + +.pnlPar_2_En { font-size: 7pt; font-weight: normal; color: black; } -.pnlPar_2_Lang -{ + +.pnlPar_2_Lang { font-size: 8pt; font-weight: bold; color: black; } -.pnlPar_2_Error -{ + +.pnlPar_2_Error { font-size: 7pt; font-weight: bold; color: red; } -.pnlPar_2_Descr -{ + +.pnlPar_2_Descr { font-size: 9pt; font-weight: normal; } -.pnlPar_3 -{ + +.pnlPar_3 { background-color: #4444cc; } -.pnlPar_3_En -{ + +.pnlPar_3_En { font-size: 8pt; font-weight: bold; color: yellow; } -.pnlPar_3_Lang -{ + +.pnlPar_3_Lang { font-size: 8pt; font-weight: bold; color: Silver; } -.pnlPar_3_Error -{ + +.pnlPar_3_Error { font-size: 7pt; font-weight: bold; color: Yellow; } -.pnlPar_3_Descr -{ + +.pnlPar_3_Descr { background-color: #4444cc; font-size: 9pt; font-weight: normal; color: Yellow; } -.pnlPar_3_warn -{ + +.pnlPar_3_warn { background-color: #4444cc; font-size: 8pt; font-weight: normal; font-style: italic; color: Yellow; } -.dlTestata -{ + +.dlTestata { background-color: White; border-width: 0px; border-style: solid; border-color: #000099; } -.dlTestataSel -{ + +.dlTestataSel { font-size: 8pt; color: #339966; background-color: #111111; @@ -2282,8 +2206,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dlTestataItem -{ + +.dlTestataItem { text-align: right; font-size: 7pt; color: #330099; @@ -2292,8 +2216,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dlTestataItemObblig -{ + +.dlTestataItemObblig { text-align: right; font-size: 7pt; color: Black; @@ -2302,8 +2226,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dlTestataAltItem -{ + +.dlTestataAltItem { text-align: right; font-size: 7pt; color: #330099; @@ -2312,8 +2236,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dlTestataEdit -{ + +.dlTestataEdit { font-size: 8pt; color: #339966; background-color: #66FFCC; @@ -2322,8 +2246,8 @@ A:hover padding-top: 1px; vertical-align: text-top; } -.dlTestataHead -{ + +.dlTestataHead { color: #CCFFFF; background: #000099; font-weight: bold; @@ -2332,8 +2256,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dlTestataHead2 -{ + +.dlTestataHead2 { color: #CCFFFF; background: #997799; font-weight: bold; @@ -2342,8 +2266,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dlTestataFoot -{ + +.dlTestataFoot { text-align: right; color: #3333dd; background: #D4C8D0; @@ -2352,93 +2276,91 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dlTestata_Lang -{ + +.dlTestata_Lang { font-size: 7pt; font-weight: bold; color: #3366bb; } -.dlTestata_En -{ + +.dlTestata_En { font-size: 7pt; font-weight: normal; color: #339933; } -.lblTabPrincLang -{ +.lblTabPrincLang { font-weight: bold; font-size: 13pt; color: #00008B; margin-left: 8px; margin-right: 4px; } -.lblTabPrincEn -{ + +.lblTabPrincEn { font-weight: normal; font-size: 7pt; color: #00008B; margin-left: 4px; margin-right: 8px; } -.lblTabPrincLang2 -{ + +.lblTabPrincLang2 { font-weight: bold; font-size: 10pt; color: White; margin-left: 8px; margin-right: 4px; } -.lblTabPrincEn2 -{ + +.lblTabPrincEn2 { font-weight: normal; font-size: 7pt; color: White; margin-left: 4px; margin-right: 8px; } -.lblTab_1Lang -{ + +.lblTab_1Lang { font-size: 10pt; font-weight: bold; color: #00008B; margin-left: 8px; margin-right: 4px; } -.lblTab_1En -{ + +.lblTab_1En { font-size: 7pt; font-weight: normal; color: #00008B; margin-left: 4px; margin-right: 8px; } -.tab_1Body -{ + +.tab_1Body { vertical-align: middle; border: solid thin #ff9900; } -.lblLang -{ + +.lblLang { font-size: 10pt; font-weight: bold; color: Black; } -.lblEn -{ + +.lblEn { font-size: 7pt; color: Black; } -.dgSx -{ +.dgSx { background-color: White; border-width: 0px; border-style: solid; border-color: #990000; } -.dgSxSel -{ + +.dgSxSel { text-align: right; font-size: 8pt; font-weight: bold; @@ -2448,8 +2370,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgSxItem -{ + +.dgSxItem { text-align: right; font-size: 7pt; color: #330099; @@ -2458,8 +2380,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgSxAltItem -{ + +.dgSxAltItem { text-align: right; font-size: 7pt; color: #330099; @@ -2468,8 +2390,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgSxEdit -{ + +.dgSxEdit { font-size: 8pt; color: #663399; background-color: #FFCC66; @@ -2478,8 +2400,8 @@ A:hover padding-top: 1px; vertical-align: text-top; } -.dgSxHead -{ + +.dgSxHead { color: #FFFFCC; background: #990000; font-weight: bold; @@ -2488,8 +2410,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgSxHead2 -{ + +.dgSxHead2 { color: #FFFFCC; background: #999977; font-weight: bold; @@ -2498,8 +2420,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgSxFoot -{ + +.dgSxFoot { text-align: right; color: Black; background: #bbccbb; @@ -2511,8 +2433,8 @@ A:hover border-bottom-style: solid; border-color: Black; } -.dgSxPaging -{ + +.dgSxPaging { text-align: left; color: Black; background: white; @@ -2521,31 +2443,31 @@ A:hover padding-right: 1px; padding-top: 1px; } -.lblTab_2Lang -{ + +.lblTab_2Lang { font-size: 10pt; font-weight: bold; color: White; margin-left: 8px; margin-right: 4px; } -.lblTab_2En -{ + +.lblTab_2En { font-size: 7pt; font-weight: normal; color: White; margin-left: 4px; margin-right: 8px; } -.dgDx -{ + +.dgDx { background-color: White; border-width: 1px; border-style: solid; border-color: #003399; } -.dgDxSel -{ + +.dgDxSel { font-size: 8pt; font-weight: bold; color: #CCFF99; @@ -2554,8 +2476,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgDxItem -{ + +.dgDxItem { font-size: 7pt; color: #003399; background-color: Transparent; @@ -2563,8 +2485,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgDxAltItem -{ + +.dgDxAltItem { font-size: 7pt; color: #330099; background-color: #f5f5f5; @@ -2572,8 +2494,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgDxEdit -{ + +.dgDxEdit { font-size: 8pt; font-weight: bold; color: #CCFF99; @@ -2582,8 +2504,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgDxHead -{ + +.dgDxHead { color: #CCCCFF; background: #003399; font-weight: bold; @@ -2592,8 +2514,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgDxFoot -{ + +.dgDxFoot { color: #003399; background-color: #99CCCC; font-size: 10pt; @@ -2601,61 +2523,59 @@ A:hover padding-right: 1px; padding-top: 1px; } -.lblMess -{ + +.lblMess { color: Red; font-size: 12pt; font-style: italic; font-weight: bold; } -.dlTextbox -{ +.dlTextbox { font-size: 8pt; } -.dlLabel -{ + +.dlLabel { font-size: 8pt; color: Black; background-color: Transparent; border-style: none; } -.pnl_bozza -{ + +.pnl_bozza { background: #dcdcdc; } -.pnl_inApprov -{ + +.pnl_inApprov { background: #cbcbcb; } -.pnl_freezed -{ + +.pnl_freezed { background: #bababa; } -.lblValSel -{ + +.lblValSel { font-size: 8pt; color: Black; background-color: Transparent; border-style: none; } -.lblDett1 -{ + +.lblDett1 { text-align: left; font-weight: bold; font-size: 7pt; color: black; } -.dgAllegati -{ +.dgAllegati { background-color: White; border-width: 0px; border-style: solid; border-color: #009900; } -.dgAllegatiSel -{ + +.dgAllegatiSel { text-align: right; font-size: 8pt; font-weight: bold; @@ -2665,8 +2585,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgAllegatiItem -{ + +.dgAllegatiItem { text-align: right; font-size: 7pt; color: #339900; @@ -2675,8 +2595,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgAllegatiAltItem -{ + +.dgAllegatiAltItem { text-align: right; font-size: 7pt; color: #339900; @@ -2685,8 +2605,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgAllegatiEdit -{ + +.dgAllegatiEdit { font-size: 8pt; color: #669933; background-color: #cCFF66; @@ -2695,8 +2615,8 @@ A:hover padding-top: 1px; vertical-align: text-top; } -.dgAllegatiHead -{ + +.dgAllegatiHead { color: #FFFFCC; background: #009900; font-weight: bold; @@ -2705,8 +2625,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgAllegatiFoot -{ + +.dgAllegatiFoot { text-align: right; color: Black; background: #ccbbbb; @@ -2718,8 +2638,8 @@ A:hover border-bottom-style: solid; border-color: Black; } -.dgAllegatiPaging -{ + +.dgAllegatiPaging { text-align: left; color: Black; background: white; @@ -2728,8 +2648,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.btnTab -{ + +.btnTab { border-right: #ea101e 1px solid; padding-right: 8px; border-top: #ea101e 1px solid; @@ -2747,15 +2667,14 @@ A:hover text-align: justify; } -.dgFiles -{ +.dgFiles { background-color: White; border-width: 0px; border-style: solid; border-color: #009900; } -.dgFilesSel -{ + +.dgFilesSel { text-align: right; font-size: 9pt; font-weight: bold; @@ -2765,8 +2684,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgFilesItem -{ + +.dgFilesItem { text-align: right; font-size: 8pt; color: #339900; @@ -2775,8 +2694,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgFilesAltItem -{ + +.dgFilesAltItem { text-align: right; font-size: 8pt; color: #339900; @@ -2785,8 +2704,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgFilesEdit -{ + +.dgFilesEdit { font-size: 9pt; color: #669933; background-color: #cCFF66; @@ -2795,8 +2714,8 @@ A:hover padding-top: 1px; vertical-align: text-top; } -.dgFilesHead -{ + +.dgFilesHead { color: #CCFFFF; background: #990000; font-weight: bold; @@ -2805,8 +2724,8 @@ A:hover padding-right: 1px; padding-top: 1px; } -.dgFilesFoot -{ + +.dgFilesFoot { text-align: right; color: Black; background: #ccbbbb; @@ -2818,8 +2737,8 @@ A:hover border-bottom-style: solid; border-color: Black; } -.dgFilesPaging -{ + +.dgFilesPaging { text-align: left; color: Black; background: white; @@ -2829,16 +2748,15 @@ A:hover padding-top: 1px; } -.lblFiltrLang -{ +.lblFiltrLang { font-size: 10pt; font-weight: bold; color: Black; margin-left: 2px; margin-right: 2px; } -.lblFiltrEn -{ + +.lblFiltrEn { font-size: 7pt; font-weight: normal; color: Black; @@ -2846,8 +2764,7 @@ A:hover margin-right: 2px; } -grViewBorder -{ +grViewBorder { border-left-width: 2px; border-top-width: 2px; border-bottom-width: 2px; @@ -2857,8 +2774,7 @@ grViewBorder /* @group Portable */ -.bodyPortable -{ +.bodyPortable { /*background-color: #FFFFFF; */ margin-top: 0px; margin-left: 0px; @@ -2872,16 +2788,15 @@ grViewBorder color: White; } -.btnEnabled -{ +.btnEnabled { color: White; font-family: Verdana; font-variant: small-caps; font-size: medium; text-decoration: none; } -.btnCurrent -{ + +.btnCurrent { color: Black; font-family: Verdana; font-variant: small-caps; @@ -2893,8 +2808,8 @@ grViewBorder background-color: #AAB8C9; /*background: #DEDEFF;*/ text-decoration: none; } -.btnDisabled -{ + +.btnDisabled { color: #444444; font-family: Verdana; font-variant: small-caps; @@ -2902,50 +2817,44 @@ grViewBorder text-decoration: none; } -.iphone -{ +.iphone { width: 100%; } -.txtFooter -{ +.txtFooter { font-size: small; font-style: italic; } -.txtCopyright -{ +.txtCopyright { font-size: small; } /* @end */ -.watermark -{ +.watermark { color: Gray; font-style: italic; } -.autocomplete -{ + +.autocomplete { color: Gray; font-size: smaller; } -.autocompleteHiglight -{ + +.autocompleteHiglight { color: Black; font-size: smaller; } /* ComboBox styles */ -#master_content .ajax__combobox_itemlist -{ +#master_content .ajax__combobox_itemlist { margin: 0px; } -.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input -{ +.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input { background-image: url(images/toolkit-bg.gif); background-position: top left; border: 0px none; @@ -2955,22 +2864,21 @@ grViewBorder height: 16px; width: 240px; } -.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button -{ + +.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button { background-image: url(images/toolkit-arrow.gif); background-position: top left; border: 0px none; height: 23px; width: 23px; } -.AjaxToolkitStyle .ajax__combobox_itemlist -{ + +.AjaxToolkitStyle .ajax__combobox_itemlist { border-color: #0F2543; background-color: #EFEFEF; } -.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input -{ +.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input { margin: 0; background-image: url(images/aqua-bg.gif); background-position: top left; @@ -2980,21 +2888,21 @@ grViewBorder height: 17px; width: 150px; } -.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button -{ + +.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button { background-image: url(images/aqua-arrow.gif); background-position: top left; border: 0px none; height: 19px; width: 19px; } -.AquaStyle .ajax__combobox_itemlist -{ + +.AquaStyle .ajax__combobox_itemlist { border-color: #000000; background-color: #FFFFFF; } -.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input -{ + +.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input { margin: 0; border: solid 1px #7F9DB9; border-right: 0px none; @@ -3002,8 +2910,8 @@ grViewBorder font-size: 13px; height: 18px; } -.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button -{ + +.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button { margin: 0; padding: 0; background-image: url(images/windows-arrow.gif); @@ -3012,18 +2920,15 @@ grViewBorder height: 21px; width: 21px; } -.WindowsStyle .ajax__combobox_itemlist -{ + +.WindowsStyle .ajax__combobox_itemlist { border-color: #7F9DB9; } /* tabella edit dettagli (es: tipoObj) */ -.tblEditDetail -{ +.tblEditDetail { border: 1px solid #ACACAC; } -.bg_plus -{ +.bg_plus { background-color: silver; } - diff --git a/Projects/WebGIM/GIM_site/Web.config b/Projects/WebGIM/GIM_site/Web.config index 59bddae..cc48650 100644 --- a/Projects/WebGIM/GIM_site/Web.config +++ b/Projects/WebGIM/GIM_site/Web.config @@ -132,6 +132,8 @@ + + diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_dettInt_default.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_dettInt_default.ascx index 33b0427..97357e8 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_dettInt_default.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_dettInt_default.ascx @@ -240,7 +240,8 @@
- <%----%> + +
@@ -278,6 +279,7 @@ DataTextField="label" DataValueField="value" Width="100%" BackColor="#cdffcd" Font-Size="8pt" SelectedValue='<%# Bind("idxCausale") %>'> + @@ -388,9 +390,7 @@
- + diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_dettInt_full.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_dettInt_full.ascx index b559188..fc04952 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_dettInt_full.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_dettInt_full.ascx @@ -60,6 +60,7 @@
+
@@ -88,6 +89,7 @@ + diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx index e8e970b..8ce415f 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx @@ -25,7 +25,7 @@
- +
diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoRichieste.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoRichieste.ascx index e75b6f8..296797e 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoRichieste.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoRichieste.ascx @@ -53,7 +53,9 @@ SortExpression="numIntMtz" /> - +
+ +
diff --git a/Projects/WebGIM/GIM_site/bin/GIM_data.dll b/Projects/WebGIM/GIM_site/bin/GIM_data.dll index a305887..9d4f41d 100644 Binary files a/Projects/WebGIM/GIM_site/bin/GIM_data.dll and b/Projects/WebGIM/GIM_site/bin/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_site/bin/GIM_site.dll b/Projects/WebGIM/GIM_site/bin/GIM_site.dll index 600b9ef..8541518 100644 Binary files a/Projects/WebGIM/GIM_site/bin/GIM_site.dll and b/Projects/WebGIM/GIM_site/bin/GIM_site.dll differ diff --git a/Projects/WebGIM/GIM_site/bin/GIM_site.dll.config b/Projects/WebGIM/GIM_site/bin/GIM_site.dll.config index 59bddae..cc48650 100644 --- a/Projects/WebGIM/GIM_site/bin/GIM_site.dll.config +++ b/Projects/WebGIM/GIM_site/bin/GIM_site.dll.config @@ -132,6 +132,8 @@ + + diff --git a/Projects/WebGIM/GIM_site/bin/SteamWare.dll b/Projects/WebGIM/GIM_site/bin/SteamWare.dll index 955e800..a513f40 100644 Binary files a/Projects/WebGIM/GIM_site/bin/SteamWare.dll and b/Projects/WebGIM/GIM_site/bin/SteamWare.dll differ diff --git a/Projects/WebGIM/GIM_site/bin/VersGen.dll b/Projects/WebGIM/GIM_site/bin/VersGen.dll index b3fc345..d66060c 100644 Binary files a/Projects/WebGIM/GIM_site/bin/VersGen.dll and b/Projects/WebGIM/GIM_site/bin/VersGen.dll differ diff --git a/Projects/WebGIM/VersGen/WebGIM.cs b/Projects/WebGIM/VersGen/WebGIM.cs index 44633df..8e4f8fd 100644 --- a/Projects/WebGIM/VersGen/WebGIM.cs +++ b/Projects/WebGIM/VersGen/WebGIM.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("1.6.295.534")] -[assembly: AssemblyFileVersion("1.6.295.534")] +[assembly: AssemblyVersion("1.7.299.534")] +[assembly: AssemblyFileVersion("1.7.299b.534")] [assembly: AssemblyCopyright("Steamware © 2006-2016")] [assembly: AssemblyCompany("Steamware")] diff --git a/Projects/WebGIM/VersGen/WebGIM.tt b/Projects/WebGIM/VersGen/WebGIM.tt index e2fd0fc..42a0cad 100644 --- a/Projects/WebGIM/VersGen/WebGIM.tt +++ b/Projects/WebGIM/VersGen/WebGIM.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("1.6.295.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("1.6.295.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("1.7.299.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("1.7.299b.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Steamware © 2006-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+ diff --git a/Projects/WebGIM/VersGen/bin/Debug/VersGen.dll b/Projects/WebGIM/VersGen/bin/Debug/VersGen.dll index b3fc345..596dd87 100644 Binary files a/Projects/WebGIM/VersGen/bin/Debug/VersGen.dll and b/Projects/WebGIM/VersGen/bin/Debug/VersGen.dll differ diff --git a/Projects/WebGIM/VersGen/bin/Release/VersGen.dll b/Projects/WebGIM/VersGen/bin/Release/VersGen.dll index 3c4e939..d66060c 100644 Binary files a/Projects/WebGIM/VersGen/bin/Release/VersGen.dll and b/Projects/WebGIM/VersGen/bin/Release/VersGen.dll differ