| /* |
| * Licensed to the Apache Software Foundation (ASF) under one |
| * or more contributor license agreements. See the NOTICE file |
| * distributed with this work for additional information |
| * regarding copyright ownership. The ASF licenses this file |
| * to you under the Apache License, Version 2.0 (the |
| * "License"); you may not use this file except in compliance |
| * with the License. You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, |
| * software distributed under the License is distributed on an |
| * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| * KIND, either express or implied. See the License for the |
| * specific language governing permissions and limitations |
| * under the License. |
| */ |
| |
| body { |
| margin-top: 0px; margin-bottom: 2px; margin-left: 2px; margin-right: 2px; |
| font-family: Arial; font-style: normal; font-variant: normal; font-size: 14px; |
| background-color: #ffffff; opacity: 1; |
| -webkit-text-size-adjust: none; |
| -webkit-touch-callout: none; |
| -webkit-tap-highlight-color: rgba(0,0,0,0); |
| -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; |
| cursor: default; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .delayed { |
| visibility: hidden; |
| } |
| |
| .fixed { |
| position: fixed; |
| } |
| |
| .devicewidth { |
| position: absolute; top: 0px; left: 0px; width: 100%; height: 5000px; overflow: hidden; |
| } |
| |
| .mainbody { |
| position: absolute; top: 0px; left: 0px; width: 100%; height: 5000px; overflow: visible; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .viewcontainer3dm { |
| position: absolute; left: 0px; top: 35px; width: 100%; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .viewcontainer3d { |
| position: absolute; left: 0px; top: 35px; width: 100%; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .leftviewloading3dm { |
| position: absolute; top: 0px; left: 0px; width: 100%; height: 5000px; overflow: hidden; |
| z-index: -10; background-color: #ffffff; |
| -webkit-transform: translate(100%, 0px); |
| -moz-transform: translate(100%, 0px); |
| -ms-transform: translate(100%, 0px); |
| -o-transform: translate(100%, 0px); |
| transform: translate(100%, 0px); |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .rightviewloading3dm { |
| position: absolute; top: 0px; left: 0px; width: 100%; height: 5000px; overflow: hidden; |
| z-index: -10; background-color: #ffffff; |
| -webkit-transform: translate(-100%, 0px); |
| -moz-transform: translate(-100%, 0px); |
| -ms-transform: translate(-100%, 0px); |
| -o-transform: translate(-100%, 0px); |
| transform: translate(-100%, 0px); |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .viewloading3d { |
| position: absolute; top: 0px; left: 0px; width: 100%; height: 5000px; overflow: hidden; |
| visibility: hidden; z-index: -10; background-color: #ffffff; |
| -webkit-transform: translate(100%, 0px); |
| -moz-transform: translate(100%, 0px); |
| -ms-transform: translate(100%, 0px); |
| -o-transform: translate(100%, 0px); |
| transform: translate(100%, 0px); |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .viewloaded3dm { |
| position: absolute; top: 0px; left: 0px; width: 100%; height: 5000px; overflow: visible; |
| z-index: 0; background-color: #ffffff; |
| -webkit-transition: -webkit-transform 0.4s ease-in-out; |
| -moz-transition: -moz-transform 0.4s ease-in-out; |
| -ms-transition: -ms-transform 0.4s ease-in-out; |
| -o-transition: -o-transform 0.4s ease-in-out; |
| transition: transform 0.4s ease-in-out; |
| -webkit-transform: translate(0px, 0px); |
| -moz-transform: translate(0px, 0px); |
| -ms-transform: translate(0px, 0px); |
| -o-transform: translate(0px, 0px); |
| transform: translate(0px, 0px); |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .viewloaded3d { |
| position: absolute; top: 0px; left: 0px; width: 100%; height: 5000px; overflow: visible; |
| z-index: 0; background-color: #ffffff; |
| -webkit-transform: translate(0px, 0px); |
| -moz-transform: translate(0px, 0px); |
| -ms-transform: translate(0px, 0px); |
| -o-transform: translate(0px, 0px); |
| transform: translate(0px, 0px); |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .viewunloading3dm { |
| position: absolute; top: 0px; left: 0px; width: 100%; height: 5000px; overflow: hidden; |
| z-index: 0; background-color: #ffffff; |
| -webkit-transform: translate(0px, 0px); |
| -moz-transform: translate(0px, 0px); |
| -ms-transform: translate(0px, 0px); |
| -o-transform: translate(0px, 0px); |
| transform: translate(0px, 0px); |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .leftviewunloaded3dm { |
| position: absolute; top: 0px; left: 0px; width: 100%; height: 5000px; overflow: hidden; |
| z-index: -10; background-color: #ffffff; |
| -webkit-transition: -webkit-transform 0.4s ease-in-out; |
| -moz-transition: -moz-transform 0.4s ease-in-out; |
| -ms-transition: -ms-transform 0.4s ease-in-out; |
| -o-transition: -o-transform 0.4s ease-in-out; |
| transition: transform 0.4s ease-in-out; |
| -webkit-transform: translate(-100%, 0px); |
| -moz-transform: translate(-100%, 0px); |
| -ms-transform: translate(-100%, 0px); |
| -o-transform: translate(-100%, 0px); |
| transform: translate(-100%, 0px); |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .rightviewunloaded3dm { |
| position: absolute; top: 0px; left: 0px; width: 100%; height: 5000px; overflow: hidden; |
| z-index: -10; background-color: #ffffff; |
| -webkit-transition: -webkit-transform 0.4s ease-in-out; |
| -moz-transition: -moz-transform 0.4s ease-in-out; |
| -ms-transition: -ms-transform 0.4s ease-in-out; |
| -o-transition: -o-transform 0.4s ease-in-out; |
| transition: transform 0.4s ease-in-out; |
| -webkit-transform: translate(100%, 0px); |
| -moz-transform: translate(100%, 0px); |
| -ms-transform: translate(100%, 0px); |
| -o-transform: translate(100%, 0px); |
| transform: translate(100%, 0px); |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .body { |
| width: 100%; height: 5000px; overflow: visible; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .viewhead { |
| position: absolute; left: 0px; top: 35px; height: 35px; line-height: 35px; width: 100%; z-index: 8; |
| font-size: 110%; font-weight: bold; background-color: #f1f1f1; color: #000000; |
| border-top: 1px; border-bottom: 1px; border-left: 0px; border-right: 0px; |
| border-style: solid; border-top-color: #e5e5e5; border-bottom-color: #e5e5e5; |
| overflow: hidden; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .viewheadbackground { |
| position: absolute; left: 0px; top: 35px; height: 35px; line-height: 35px; width: 2500px; z-index: 7; |
| background-color: #f1f1f1; |
| border-top: 1px; border-bottom: 1px; border-left: 0px; border-right: 0px; |
| border-style: solid; border-top-color: #e5e5e5; border-bottom-color: #e5e5e5; |
| overflow: hidden; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .viewfoot { |
| position: absolute; left: 0px; bottom: 0px; height: 25px; line-height: 25px; width: 100%; z-index: 8; |
| font-size: 12px; background-color: #ffffff; color: #404040; |
| border-top: 1px; border-bottom: 1px; border-left: 0px; border-right: 0px; |
| border-style: solid; border-top-color: #e5e5e5; border-bottom-color: #ffffff; |
| overflow: hidden; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .status { |
| position: absolute; left: 0px; bottom: 0px; height: 35px; line-height: 35px; width: 100%; z-index: 9; |
| font-size: 12px; background-color: #ffffff; color: #404040; |
| border-top: 0px; border-bottom: 0px; border-left: 0px; border-right: 0px; |
| border-style: solid; border-top-color: #e5e5e5; border-bottom-color: #ffffff; |
| overflow: hidden; |
| -webkit-transform: translate(0px, 0px); |
| -moz-transform: translate(0px, 0px); |
| -ms-transform: translate(0px, 0px); |
| -o-transform: translate(0px, 0px); |
| transform: translate(0px, 0px); |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .statusout3 { |
| position: absolute; left: 0px; bottom: 0px; height: 35px; line-height: 35px; width: 100%; z-index: 9; |
| font-size: 12px; background-color: #ffffff; color: #404040; |
| border-top: 0px; border-bottom: 0px; border-left: 0px; border-right: 0px; |
| border-style: solid; border-top-color: #e5e5e5; border-bottom-color: #ffffff; |
| overflow: hidden; |
| -webkit-transition: -webkit-transform 0.4s ease-in-out 3s; |
| -moz-transition: -moz-transform 0.4s ease-in-out 3s; |
| -ms-transition: -ms-transform 0.4s ease-in-out 3s; |
| -o-transition: -o-transform 0.4s ease-in-out 3s; |
| transition: transform 0.4s ease-in-out 3s; |
| -webkit-transform: translate(0px, 35px); |
| -moz-transform: translate(0px, 35px); |
| -ms-transform: translate(0px, 35px); |
| -o-transform: translate(0px, 35px); |
| transform: translate(0px, 35px); |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .statusout1 { |
| position: absolute; left: 0px; bottom: 0px; height: 35px; line-height: 35px; width: 100%; z-index: 9; |
| font-size: 12px; background-color: #ffffff; color: #404040; |
| border-top: 0px; border-bottom: 0px; border-left: 0px; border-right: 0px; |
| border-style: solid; border-top-color: #e5e5e5; border-bottom-color: #ffffff; |
| overflow: hidden; |
| -webkit-transition: -webkit-transform 0.4s ease-in-out 1s; |
| -moz-transition: -moz-transform 0.4s ease-in-out 1s; |
| -ms-transition: -ms-transform 0.4s ease-in-out 1s; |
| -o-transition: -o-transform 0.4s ease-in-out 1s; |
| transition: transform 0.4s ease-in-out 1s; |
| -webkit-transform: translate(0px, 35px); |
| -moz-transform: translate(0px, 35px); |
| -ms-transform: translate(0px, 35px); |
| -o-transform: translate(0px, 35px); |
| transform: translate(0px, 35px); |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .okstatus { |
| font-size: 110%; font-weight: bold; padding-left: 6px; padding-right: 6px; white-space: nowrap; text-decoration: none; |
| background-color: #f1f1f1; color: #000000; |
| width: 100%; margin-left: auto; margin-right: auto; text-align: center; float: right; |
| } |
| |
| .errorstatus { |
| font-size: 110%; font-weight: bold; padding-left: 6px; padding-right: 6px; white-space: nowrap; text-decoration: none; |
| background-color: #d14836; color: #ffffff; |
| width: 100%; margin-left: auto; margin-right: auto; text-align: center; float: right; |
| } |
| |
| .viewfootbackground { |
| position: absolute; left: 0px; bottom: 0px; height: 25px; line-height: 25px; width: 2500px; z-index: 7; |
| background-color: #ffffff; |
| border-top: 1px; border-bottom: 1px; border-left: 0px; border-right: 0px; |
| border-style: solid; border-top-color: #e5e5e5; border-bottom-color: #ffffff; |
| overflow: hidden; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .viewcontent { |
| position: absolute; left: 0px; top: 38px; width: 100%; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .viewform { |
| position: absolute; left: 0px; top: 40px; width: 100%; |
| } |
| |
| table { |
| border: 0px; border-collapse: collapse; border-color: #a2bae7; border-style: solid; |
| font-family: Arial; font-style: normal; font-variant: normal; font-size: 14px; |
| overflow: visible; |
| } |
| |
| .trb { |
| border-bottom: 1px; border-bottom-style: solid; border-color: #dcdcdc; |
| } |
| |
| th { |
| font-size: 110%; font-weight: bold; background-color: #f1f1f1; color: #000000; |
| text-align: left; padding-left: 2px; padding-right: 8px; padding-top: 0px; padding-bottom: 0px; vertical-align: middle; white-space: nowrap; |
| border-top: 1px; border-bottom: 1px; border-left: 1px; border-right: 1px; border-style: solid; border-top-color: #e5e5e5; border-bottom-color: #e5e5e5; border-left-color: #e5e5e5; border-right-color: #e5e5e5; |
| overflow: hidden; |
| } |
| |
| .section { |
| font-size: 110%; font-weight: bold; background-color: #f1f1f1; color: #000000; height: 30px; line-height: 30px; |
| text-align: left; padding-top: 0px; padding-bottom: 0px; padding-left: 2px; padding-right: 2px; white-space: nowrap; |
| border-top: 1px; border-bottom: 1px; border-left: 0px; border-right: 0px; border-style: solid; border-top-color: #e5e5e5; border-bottom-color: #e5e5e5; border-left-color: #e5e5e5; border-right-color: #e5e5e5; |
| overflow: hidden; |
| } |
| |
| .hsection { |
| width: 100%; height: 0px; visibility: hidden; |
| border-top: 0px; border-bottom: 0px; border-left: 0px; border-right: 0px; border-style: solid; border-bottom-color: #000000; background-color: #ffffff; |
| padding-left: 2px; padding-right: 2px; padding-top: 0px; padding-bottom: 0px; margin-bottom: 0px; margin-left: auto; margin-right: auto; text-align: center; |
| } |
| |
| .fsection{ |
| width: 100%; height: 0px; visibility: hidden; |
| border-top: 0px; border-bottom: 0px; border-left: 0px; border-right: 0px; border-style: solid; border-top-color: #a2bae7; |
| padding: 0px; margin-top: 0px; margin-left: auto; margin-right: auto; text-align: center; |
| } |
| |
| .bluetext { |
| color: #4787ed; |
| } |
| |
| .redtext { |
| color: #d14836; |
| } |
| |
| .mirror { |
| display: inline-block; |
| -webkit-transform: scaleX(-1); |
| -moz-transform: scaleX(-1); |
| -ms-transform: scaleX(-1); |
| -o-transform: scaleX(-1); |
| transform: scaleX(-1); |
| } |
| |
| .greentext { |
| color: #009900; |
| } |
| |
| .text { |
| padding-top: 3px; padding-bottom: 4px; vertical-align: middle; white-space: nowrap; |
| } |
| |
| .link { |
| padding-top: 3px; padding-bottom: 4px; vertical-align: middle; white-space: nowrap; |
| } |
| |
| .checkbox { |
| padding-top: 3px; padding-bottom: 4px; vertical-align: middle; white-space: nowrap; |
| } |
| |
| .thl { |
| border-left: 0px; |
| } |
| |
| .thr { |
| border-right: 0px; |
| } |
| |
| .ths { |
| padding: 0px; |
| } |
| |
| td { |
| padding-left: 2px; padding-top: 2px; padding-right: 8px; white-space: nowrap; vertical-align: middle; border: 0px; |
| } |
| |
| .tdl { |
| border-right: 1px; border-style: solid; border-color: #a2bae7; width: 10px; |
| } |
| |
| .tdr { |
| border-left: 1px; border-style: solid; border-color: #a2bae7; |
| } |
| |
| .tdw { |
| padding-left: 2px; padding-top: 2px; padding-right: 8px; white-space: normal; vertical-align: middle; |
| } |
| |
| .datatd { |
| border-top: 1px; border-bottom: 1px; border-style: solid; border-color: #dcdcdc; width: 10px; vertical-align: middle; |
| } |
| |
| .datatdl { |
| border-right: 1px; border-top: 1px; border-bottom: 1px; border-style: solid; border-color: #dcdcdc; width: 10px; vertical-align: middle; |
| } |
| |
| .datatdltop { |
| border-right: 1px; border-top: 1px; border-bottom: 1px; border-style: solid; border-color: #dcdcdc; width: 10px; vertical-align: top; |
| } |
| |
| .datatdr { |
| border-left: 1px; border-top: 1px; border-bottom: 1px; border-style: solid; border-color: #dcdcdc; vertical-align: middle; |
| } |
| |
| .datatable { |
| border-top: 1px; border-bottom: 1px; border-style: solid; border-color: #dcdcdc; |
| overflow: visible; |
| } |
| |
| .databg { |
| opacity: .6; |
| -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; |
| filter: alpha(opacity=60); |
| } |
| |
| .guide { |
| border: 1px; border-style: solid; border-color: #c0c0c0; |
| } |
| |
| iframe { |
| border: 0px; margin: 0px; padding: 0px; |
| } |
| |
| .fakeframe { |
| padding: 3px; background-color: #dcdcdc; color: #000000; |
| } |
| |
| input { |
| vertical-align: middle; |
| font-family: Arial; font-style: normal; font-variant: normal; font-size: 15px; |
| outline: none; |
| -webkit-text-size-adjust: 100%; |
| } |
| |
| button { |
| vertical-align: middle; |
| font-family: Arial; font-style: normal; font-variant: normal; font-size: 15px; |
| outline: none; |
| -webkit-text-size-adjust: 100%; |
| } |
| |
| textarea { |
| font-family: Arial; font-style: normal; font-variant: normal; font-size: 15px; |
| outline: none; |
| overflow: auto; resize: none; |
| } |
| |
| .flatentry { |
| font-family: Arial; font-style: normal; font-variant: normal; font-size: 15px; |
| -webkit-appearance: none; appearance: none; |
| border: 1px solid #d9d9d9!important; border-top: 1px solid silver!important; |
| box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; |
| border-radius: 1px; -webkit-border-radius: 1px; -moz-border-radius: 1px; |
| margin: 1px!important; padding: 3px 1px 3px 3px; |
| } |
| |
| .graphentry { |
| font-family: Arial; font-style: normal; font-variant: normal; font-size: 13px; |
| -webkit-appearance: none; appearance: none; |
| border: 1px solid #d9d9d9!important; border-top: 1px solid silver!important; |
| box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; |
| border-radius: 1px; -webkit-border-radius: 1px; -moz-border-radius: 1px; |
| margin: 0px; padding: 0px; |
| } |
| |
| .flatcheckbox { |
| } |
| |
| .editablewidget { |
| -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; |
| outline: none; -moz-outline-style: none; |
| } |
| |
| .noneditablewidget { |
| outline: none; -moz-outline-style: none; |
| } |
| |
| .editablesvg { |
| background-color: transparent; |
| font-family: inherit; font-style: inherit; font-variant: inherit; font-size: inherit; font-weight: inherit; |
| padding: 0px; margin: 0px; |
| overflow: auto; resize: none; |
| outline: none; -moz-outline-style: none; |
| -webkit-appearance: none; -webkit-text-size-adjust: 100%; |
| border: 0px; |
| } |
| |
| a:link { |
| color: #357ae8; text-decoration: none; white-space: nowrap; cursor: pointer; |
| } |
| |
| a:visited { |
| color: #357ae8; text-decoration: none; white-space: nowrap; cursor: pointer; |
| } |
| |
| .tbarmenu { |
| position: absolute; top: 0px; left: 0px; z-index: 10; width: 100%; margin: 0px; padding: 0px; border-collapse: separate; |
| height: 35px; line-height: 35px; background-color: #2c2c2c; |
| border-top: 1px; border-bottom: 1px; border-left: 0px; border-right: 0px; border-style: solid; border-top-color: #2c2c2c; border-bottom-color: #2c2c2c; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .tbarbackground { |
| position: absolute; top: 0px; left: 0px; z-index: 9; width: 2500px; margin: 0px; padding: 0px; border-collapse: separate; |
| height: 35px; line-height: 35px; background-color: #2c2c2c; |
| border-top: 1px; border-bottom: 1px; border-left: 0px; border-right: 0px; border-style: solid; border-top-color: #2c2c2c; border-bottom-color: #2c2c2c; |
| overflow: hidden; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .tbarleft { |
| padding-left: 2px; padding-right: 6px; white-space: nowrap; float: left; |
| } |
| |
| .tbarright { |
| padding-left: 6px; padding-right: 2px; white-space: nowrap; float: right; |
| } |
| |
| .tbaramenu { |
| font-size: 110%; color: #cccccc; text-decoration: none; white-space: nowrap; |
| } |
| |
| .tbarsmenu { |
| font-size: 110%; font-weight: bold; color: #ffffff; text-decoration: none; white-space: nowrap; |
| } |
| |
| .amenu { |
| padding-left: 2px; padding-right: 6px; white-space: nowrap; color: #808080; text-decoration: none; float: left; |
| } |
| |
| .smenu { |
| padding-left: 2px; padding-right: 6px; white-space: nowrap; color: #000000; text-decoration: none; float: left; |
| } |
| |
| .cmenu { |
| font-size: 18px; padding-left: 6px; padding-right: 6px; white-space: nowrap; color: #000000; text-decoration: none; |
| width: 100%; margin-left: auto; margin-right: auto; text-align: center; float: right; |
| } |
| |
| .bcmenu { |
| font-size: 22px; padding-left: 2px; padding-right: 6px; white-space: nowrap; color: #000000; text-decoration: none; |
| } |
| |
| .rmenu { |
| padding-left: 2px; padding-right: 2px; white-space: nowrap; white-space: nowrap; float: right; |
| } |
| |
| h1 { |
| font-size: 150%; font-weight: bold; vertical-align: middle; margin-top: 5px; margin-bottom: 5px; margin-left: 2px; margin-right: 2px; white-space: nowrap; |
| } |
| |
| h2 { |
| font-size: 120%; font-weight: bold; vertical-align: middle; margin-top: 5px; margin-bottom: 5px; margin-left: 2px; margin-right: 2px; white-space: nowrap; |
| } |
| |
| .hd1 { |
| font-size: 150%; font-weight: bold; white-space: nowrap; |
| } |
| |
| .hd2 { |
| font-size: 120%; font-weight: bold; white-space: nowrap; |
| } |
| |
| img { |
| border: 0px; |
| } |
| |
| .plusminus { |
| font-size: 18px; font-family: "Courier New"; |
| } |
| |
| .imgbutton { |
| width: 142px; height: 64px; margin-left: 20px; margin-right: 20px; padding: 0px; border: 1px; cursor: pointer; |
| } |
| |
| .graybutton { |
| display: inline-block; text-align: center; color: #444; font-weight: bold; |
| padding-top: 0px; padding-bottom: 0px; padding-left: 4px; padding-right: 4px; |
| height: 28px; line-height: 28px; min-width: 30px; |
| -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; |
| border: 1px solid gainsboro; background-color: whiteSmoke; |
| background-image: -webkit-gradient(linear,left top,left bottom,from(whiteSmoke),to(#f1f1f1)); |
| background-image: -webkit-linear-gradient(top,whiteSmoke,#f1f1f1); |
| background-image: -moz-linear-gradient(top,whiteSmoke,#f1f1f1); |
| background-image: -ms-linear-gradient(top,whiteSmoke,#f1f1f1); |
| background-image: -o-linear-gradient(top,whiteSmoke,#f1f1f1); |
| background-image: linear-gradient(top,whiteSmoke,#f1f1f1); |
| cursor: default; |
| } |
| |
| .graybutton:hover { |
| border: 1px solid #c6c6c6; color: #333; text-shadow: 0 1px rgba(0, 0, 0, 0.3); background-color: #f8f8f8; |
| background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1)); |
| background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1); |
| background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1); |
| background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1); |
| background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1); |
| background-image: linear-gradient(top,#f8f8f8,#f1f1f1); |
| } |
| |
| .graybutton:active { |
| background-color: #f6f6f6; |
| background-image: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#f1f1f1)); |
| background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1); |
| background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1); |
| background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1); |
| background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1); |
| background-image: linear-gradient(top,#f6f6f6,#f1f1f1); |
| -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
| } |
| |
| .graybutton:disabled { |
| color: #c0c0c0; |
| } |
| |
| .bluebutton { |
| border: 1px solid #3079ed; color: white; text-shadow: 0 1px rgba(0, 0, 0, 0.1); background-color: #4d90fe; |
| background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed)); |
| background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed); |
| background-image: -moz-linear-gradient(top,#4d90fe,#4787ed); |
| background-image: -ms-linear-gradient(top,#4d90fe,#4787ed); |
| background-image: -o-linear-gradient(top,#4d90fe,#4787ed); |
| background-image: linear-gradient(top,#4d90fe,#4787ed); |
| } |
| |
| .bluebutton:disabled { |
| color: #c0c0c0; |
| } |
| |
| .bluebutton:hover { |
| border: 1px solid #2f5bb7; color: white; text-shadow: 0 1px rgba(0, 0, 0, 0.3); background-color: #357ae8; |
| background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8)); |
| background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8); |
| background-image: -moz-linear-gradient(top,#4d90fe,#357ae8); |
| background-image: -ms-linear-gradient(top,#4d90fe,#357ae8); |
| background-image: -o-linear-gradient(top,#4d90fe,#357ae8); |
| background-image: linear-gradient(top,#4d90fe,#357ae8); |
| } |
| |
| .bluebutton:hover:disabled { |
| color: #c0c0c0; |
| } |
| |
| .redbutton { |
| border: 1px solid transparent; color: white; text-shadow: 0 1px rgba(0, 0, 0, 0.1); background-color: #d14836; |
| background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836)); |
| background-image: -webkit-linear-gradient(top,#dd4b39,#d14836); |
| background-image: -moz-linear-gradient(top,#dd4b39,#d14836); |
| background-image: -ms-linear-gradient(top,#dd4b39,#d14836); |
| background-image: -o-linear-gradient(top,#dd4b39,#d14836); |
| background-image: linear-gradient(top,#dd4b39,#d14836); |
| -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); |
| -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); |
| } |
| |
| .redbutton:disabled { |
| color: #c0c0c0; |
| } |
| |
| .redbutton:hover { |
| border: 1px solid #b0281a; border-bottom-color: #af301f; color: white; background-color: #c53727; |
| background-image: -webkit-linear-gradient(top,#dd4b39,#c53727); |
| background-image: -moz-linear-gradient(top,#dd4b39,#c53727); |
| background-image: -ms-linear-gradient(top,#dd4b39,#c53727); |
| background-image: -o-linear-gradient(top,#dd4b39,#c53727); |
| background-image: linear-gradient(top,#dd4b39,#c53727); |
| -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); |
| -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); |
| } |
| |
| .redbutton:hover:disabled { |
| color: #c0c0c0; |
| } |
| |
| .box { |
| width: 150px; display: inline-block; |
| border: 1px; border-style: solid; border-color: #dcdcdc; border-collapse: collapse; |
| white-space: nowrap; margin: 2px; padding: 2px; vertical-align: top; |
| } |
| |
| .appicon { |
| float: left; |
| height: 50px; width: 50px; vertical-align: top; margin: 0px; padding: 0px; |
| } |
| |
| .apptitle { |
| font-weight: bold; |
| } |
| |
| .note { |
| font-size: 12px; color: #808080; |
| } |
| |
| .pagediv { |
| position: absolute; display: block; overflow: visible; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .graphdiv { |
| position: absolute; display: block; overflow: visible; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .g { |
| position: absolute; display: block; overflow: visible; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .path { |
| position: absolute; background: transparent; display: block; overflow: visible; |
| visibility: visible; |
| -webkit-backface-visibility: hidden; |
| } |
| |
| .gtitle { |
| position: absolute; |
| margin: 4px; padding: 0px; line-height: 15px; vertical-align: middle; white-space: nowrap; |
| font-family: Arial; font-style: normal; font-variant: normal; font-size: 13px; cursor: default; |
| background: transparent; display: block; overflow: visible; |
| -webkit-text-size-adjust: none; |
| -webkit-touch-callout: none; |
| -webkit-tap-highlight-color: rgba(0,0,0,0); |
| -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; |
| } |
| |