123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901 |
- body {
- font-family: "Segoe UI", "Lucida Grande", Tahoma, Verdana, sans-serif;
- }
- div.btn-group {
- margin-bottom: 3px;
- }
- button.btn-single {
- width: 188px;
- }
- button.btn-set4items {
- width: 54px;
- }
- button.btn-set3items {
- width: 72px;
- }
- button.btn-set2items {
- width: 108px;
- }
- div.groupcontainer {
- margin-left: 20px;
- }
- input[type='checkbox'] {
- margin-right: 4px;
- }
- span.groupheader {
- font-weight: bold;
- }
- table.setting {
- margin-top: 4px;
- }
- table.setting tr {
- height: 30px;
- }
- table.setting td {
- width: 170px;
- }
- .ui-icon {
- background-image: url(images/icons.png);
- }
- .sparkline-line {
- background-position: -16px -3040px;
- }
- .sparkline-column {
- background-position: -16px -2976px;
- }
- .sparkline-winloss {
- background-position: -16px -3072px;
- }
- .sparkline-pie {
- background-position: -16px -3968px;
- }
- .sparkline-area {
- background-position: -16px -4032px;
- }
- .sparkline-scatter {
- background-position: -16px -4000px;
- }
- .sparkline-bullet {
- background-position: -16px -4096px;
- }
- .sparkline-spread {
- background-position: -16px -4224px;
- }
- .sparkline-stacked {
- background-position: -16px -4288px;
- }
- .sparkline-hbar {
- background-position: -16px -4160px;
- }
- .sparkline-vbar {
- background-position: -16px -4384px;
- }
- .sparkline-variance {
- background-position: -16px -4352px;
- }
- .sparkline-boxplot {
- background-position: -16px -4064px;
- }
- .sparkline-cascade {
- background-position: -16px -4128px;
- }
- .sparkline-pareto {
- background-position: -16px -4192px;
- }
- #sparklineextypes button > span {
- width: 32px;
- height: 32px;
- display: inline-block;
- }
- #sparklineextypes li {
- padding-left: 6px;
- }
- #sparklineextypes li > button {
- padding: 6px 8px;
- }
- #tabhost li.toggle {
- display: none;
- }
- #tabhost li.toggle.active {
- display: table-cell;
- }
- .content-container {
- position: absolute;
- top: 56px;
- left: 0;
- bottom: 0px;
- right: 0;
- overflow: hidden;
- }
- #inner-content-container {
- position: absolute;
- right: 301px;
- left: 0;
- border: 1px solid #ddd;
- border-bottom-color: transparent;
- overflow: hidden;
- margin: 0;
- height: 100%;
- }
- .toolbar {
- height: 56px;
- background-color: #1e1926;
- font-size: 12px;
- }
- .insp-container {
- display: block;
- right: 0px;
- border-left-width: 0;
- }
- .insp-menu {
- max-height: 320px;
- }
- .nav-pills > li.active a,
- .nav-pills > li.active > a:hover,
- .nav-pills > li.active > a:focus {
- color: #fff;
- background-color: #00a650;
- }
- .nav-pills li {
- height: 27px;
- line-height: 27px;
- }
- .nav-pills li a {
- padding: 0;
- border-radius: inherit;
- }
- .nav-pills li:first-child a:hover {
- border-radius: 4px 0 0 4px;
- }
- .nav-pills li:last-child a:hover {
- border-radius: 0 4px 4px 0;
- }
- .nav-pills > li + li {
- margin-left: 0;
- border-left: 1px solid #00a650;
- }
- .s-column-count-1 > li,
- .s-column-count-1 > a {
- width: 100%;
- float: left;
- }
- .s-column-count-2 > li,
- .s-column-count-2 > a {
- width: 50%;
- float: left;
- }
- .s-column-count-3 > li,
- .s-column-count-3 > a {
- width: 33.33%;
- float: left;
- }
- .s-column-count-4 > li,
- .s-column-count-4 > a {
- width: 25%;
- float: left;
- }
- .s-tab-group {
- text-align: center;
- border: 1px solid #00a650;
- border-radius: 4px;
- }
- .insp-menu .menu-item .text {
- margin-right: 20px;
- }
- .colorpicker .cp-indent {
- margin-left: 0px;
- }
- .colorpicker li.standard-color-cell {
- margin: 4px 0 0 8px;
- }
- .font-bold {
- font-weight: bold;
- }
- .font-italic {
- font-style: italic;
- }
- .font-underline,
- .font-underline:hover {
- text-decoration: underline;
- }
- .font-strikethrough,
- .font-strikethrough:hover {
- text-decoration: line-through;
- }
- .font-overline,
- .font-overline:hover {
- text-decoration: overline;
- }
- .insp-buttons .content .item .button {
- width: 96%;
- }
- .group-item-divider {
- margin: 6px 0;
- border-top: 1px solid #e5e5e5;
- border-bottom: 1px solid #ffffff;
- }
- .insp-checkbox.disabled .text {
- color: #ccc;
- }
- .insp-checkbox.disabled .button.checked {
- background-position: 0 -96px;
- }
- .insp-checkbox.disabled .button {
- background-position: 0 -112px;
- }
- .caret.left-space {
- margin-left: 8px;
- }
- .popup {
- position: absolute;
- }
- .popup ul {
- list-style-type: none;
- }
- li.ui-corner-all {
- line-height: normal;
- position: relative;
- padding-left: 8px;
- }
- li.ui-corner-all:hover {
- background-color: #288CE2;
- }
- .ui-corner-all button {
- margin: 0;
- padding-left: 8px;
- }
- #condition-format-popup .wijmo-wijribbon-listseparator {
- margin-left: 0;
- }
- #modalTemplate {
- padding-top: 10%;
- /* used to move the modal dialog down with the specified value */
- }
- @media (max-height: 720px) {
- #modalTemplate {
- padding-top: 0;
- }
- }
- .modal-body {
- padding-bottom: 30px;
- /* used to set the space between modal body and footer */
- font-size: 12px;
- }
- .btn {
- font-size: 12px;
- }
- body.modal-open {
- font-family: "Segoe UI";
- font-size: 12px;
- }
- .insp-container label,
- .modal-body label,
- .modal-body b {
- font-weight: normal;
- }
- .modal-body input[type="button"],
- .modal-body input[type="input"],
- .modal-body select {
- border: 1px solid #ACACAC;
- border-radius: 0;
- box-sizing: border-box;
- height: 21px;
- }
- .dialogLabel {
- width: 80px;
- display: inline-block;
- display: -moz-inline-box;
- }
- .dialogInput {
- width: 100px;
- }
- .button.group-set {
- width: 100%;
- }
- .insp-sub-group-content {
- padding-left: 12px;
- padding-top: 8px;
- }
- .popup-dialog {
- width: 100%;
- }
- .toolbar .btn-toolbar {
- border: none;
- border-radius: 0;
- background: transparent;
- color: white;
- text-shadow: none;
- box-shadow: none;
- }
- .toolbar .btn-toolbar:hover {
- opacity: 0.5;
- }
- #contextMenu {
- position: absolute;
- left: 200px;
- top: 200px;
- width: 150px;
- list-style: none;
- padding: 0;
- border: 1px solid #aaa;
- border-radius: 2px;
- z-index: 10008;
- }
- #contextMenu li {
- width: 100%;
- margin-bottom: 2px;
- outline: none;
- }
- #contextMenu li:hover {
- background-color: lightcyan;
- }
- #contextMenu a {
- text-decoration: none;
- display: block;
- color: black;
- padding-left: 8px;
- }
- #contextMenu .divider {
- height: 1px;
- margin: 4px 0;
- overflow: hidden;
- background-color: #e5e5e5;
- padding: 0;
- white-space: nowrap;
- box-sizing: border-box;
- }
- .center-align {
- text-align: center;
- }
- #colorModal .modal-body {
- height: 430px;
- /* hard code */
- }
- #colorModal .colorpicker {
- left: 8px;
- border-width: 0;
- }
- .colorpicker .nofill-color {
- width: 238px;
- /* fixed wrong size in IE (correct in edge) */
- }
- .insp-sub-group-title .group-state {
- height: 12px;
- width: 12px;
- }
- .insp-group-title .group-text,
- .insp-sub-group-title .group-text {
- margin-left: 1px;
- display: inline-block;
- }
- #colorScale input.editor {
- line-height: 1;
- vertical-align: bottom;
- }
- /* used to help make item right alignment since set total 12 columns will wrap to new line */
- #iconCriteriaSetting {
- position: relative;
- left: 14px;
- }
- .dropdown-menu a {
- cursor: default;
- }
- .smallicon {
- width: 16px;
- height: 16px;
- background-repeat: no-repeat;
- display: inline-block;
- }
- .icon-leftalign {
- background-position: 0px -64px;
- }
- .icon-centeralign {
- background-position: 0px -48px;
- }
- .icon-rightalign {
- background-position: 0px -96px;
- }
- .icon-increaseindent {
- background-position: 0px -1536px;
- }
- .icon-topalign {
- background-position: 0px -112px;
- }
- .icon-middlealign {
- background-position: 0px -80px;
- }
- .icon-bottomalign {
- background-position: 0px -32px;
- }
- .icon-decreaseindent {
- background-position: 0px -816px;
- }
- .icon-percentstyle {
- background-position: 0px -2064px;
- }
- .icon-commastyle {
- background-position: 0px -720px;
- }
- .icon-increasedecimal {
- background-position: 0px -800px;
- }
- .icon-decreasedecimal {
- background-position: 0px -1520px;
- }
- .insp-row .btn-group .btn.btn-icon {
- padding-top: 4px !important;
- padding-bottom: 0 !important;
- }
- /* border group style */
- .right-border-group {
- width: 145px;
- border: none;
- box-shadow: none;
- background-color: transparent;
- margin-left: 12px;
- }
- .no-border-margin {
- margin-left: 5px;
- }
- /* border line dropdown */
- .border-line-menu {
- width: 130px;
- }
- .no-border {
- display: inline-block;
- margin-right: 33px;
- }
- /* sparkline setting dialog dropdown */
- .sparkline-dropdown-width {
- width: 120px;
- }
- .toolbar-container {
- background-color: black;
- height: 100%;
- width: 100%;
- }
- .toolbar-left-section {
- clear: left;
- vertical-align: middle;
- min-width: 450px;
- }
- .toolbar-middle-section {
- text-align: center;
- min-width: 240px;
- }
- .toolbar-right-section {
- float: right;
- min-width: 42px;
- }
- .toolbar .toolbar-right-section .fa-angle-right {
- background: #443856;
- padding: 16px;
- text-align: left;
- }
- .toolbar .toolbar-right-section .fa-angle-left {
- background: #443856;
- padding: 16px;
- text-align: left;
- }
- .toolbar .toolbar-right-section .btn-toolbar {
- padding: 0;
- margin: 0;
- }
- .sample-head-logo {
- height: 56px;
- width: 36px;
- float: left;
- background-image: url(images/logo.png);
- background-repeat: no-repeat;
- background-size: 36px 36px;
- background-position: center left;
- }
- .sample-head-text {
- color: white;
- font-weight: 100;
- font-size: 18px;
- line-height: 56px;
- margin: 0 20px 0 15px;
- font-family: Tahoma;
- }
- .toolbar div {
- display: inline-block;
- }
- .v-middle {
- vertical-align: middle;
- }
- .dropdown.btn-zoom {
- background: transparent;
- text-shadow: none;
- color: white;
- font-size: 16px;
- border-radius: 2px;
- border: 1px solid gray;
- }
- .dropdown .btn-zoom-text {
- padding-bottom: 3px;
- font-family: Arial;
- }
- .dropdown.btn-hover:hover {
- opacity: 0.5;
- }
- .smartMenu-item-hover {
- background-color: #d3f0e0 !important;
- /* used to overwrite bootstrap' hover effect for smart tag dialog */
- }
- .smart-tag-active {
- background-color: #9fd5b7 !important;
- /* used to overwrite bootstrap' hover effect for smart tag drop down button */
- }
- .insp-col-offset-12 {
- margin-left: 100%;
- }
- .insp-col-offset-11 {
- margin-left: 91.66666667%;
- }
- .insp-col-offset-10 {
- margin-left: 83.33333333%;
- }
- .insp-col-offset-9 {
- margin-left: 75%;
- }
- .insp-col-offset-8 {
- margin-left: 66.66666667%;
- }
- .insp-col-offset-7 {
- margin-left: 58.33333333%;
- }
- .insp-col-offset-6 {
- margin-left: 50%;
- }
- .insp-col-offset-5 {
- margin-left: 41.66666667%;
- }
- .insp-col-offset-4 {
- margin-left: 33.33333333%;
- }
- .insp-col-offset-3 {
- margin-left: 25%;
- }
- .insp-col-offset-2 {
- margin-left: 16.66666667%;
- }
- .insp-col-offset-1 {
- margin-left: 8.33333333%;
- }
- .manual-disable {
- opacity: 0.4;
- }
- .add-pie-color,
- .remove-pie-color {
- background: #E6E6EC;
- padding: 2px;
- border-radius: 10px;
- width: 20px;
- margin-left: 12px;
- }
- .add-pie-color:hover {
- cursor: pointer;
- background: lightgreen;
- }
- .remove-pie-color:hover {
- cursor: pointer;
- background: red;
- }
- .ui-pie-sparkline-icon {
- width: 16px;
- height: 16px;
- display: block;
- background-image: url(images/ui-icons_222222_256x240.png);
- }
- .ui-pie-sparkline-icon-plus {
- background-position: -16px -128px;
- }
- .ui-pie-sparkline-icon-minus {
- background-position: -48px -128px;
- }
- .toolbar-spread {
- background-color: #387D7A;
- padding-left: 15px;
- }
- .vertical-splitter {
- height: 6px;
- width: 100%;
- border: none;
- margin: 0px;
- margin-top: -6px;
- overflow: hidden;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADCAYAAAB4bZQtAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAAGElEQVQoU2MAgv8ggoY07QCxLiCRZvgPAOTbF+njN5lkAAAAAElFTkSuQmCC) no-repeat center center transparent;
- cursor: n-resize;
- border-bottom: 1px solid #EBEBE4;
- }
- /* used to overwrite bootstrap' default effect,hover effect and active effect for filter dialog */
- .filter-button-default {
- border: 1px solid #acacac !important;
- border-radius: 0 !important;
- background-image: -webkit-linear-gradient(top, #f0f0f0, #e5e5e5) !important;
- /* For Chrome and Safari */
- background-image: -moz-linear-gradient(top, #f0f0f0, #e5e5e5) !important;
- /* For old Fx (3.6 to 15) */
- background-image: -ms-linear-gradient(top, #f0f0f0, #e5e5e5) !important;
- /* For pre-releases of IE 10*/
- background-image: -o-linear-gradient(top, #f0f0f0, #e5e5e5) !important;
- /* For old Opera (11.1 to 12.0) */
- background-image: linear-gradient(to bottom, #f0f0f0, #e5e5e5) !important;
- /* Standard syntax; must be last */
- color: #000 !important;
- outline: none !important;
- text-shadow: none !important;
- box-shadow: none !important;
- }
- .filter-button-hover {
- border: 1px solid #7eb4ea !important;
- background-color: #d3f0e0 !important;
- background-image: -webkit-linear-gradient(top, #ecf4fc, #dcecfc) !important;
- /* For Chrome and Safari */
- background-image: -moz-linear-gradient(top, #ecf4fc, #dcecfc) !important;
- /* For old Fx (3.6 to 15) */
- background-image: -ms-linear-gradient(top, #ecf4fc, #dcecfc) !important;
- /* For pre-releases of IE 10*/
- background-image: -o-linear-gradient(top, #ecf4fc, #dcecfc) !important;
- /* For old Opera (11.1 to 12.0) */
- background-image: linear-gradient(to bottom, #ecf4fc, #dcecfc) !important;
- /* Standard syntax; must be last */
- color: #000 !important;
- background-position: 0 !important;
- text-shadow: none !important;
- }
- .filter-button-active {
- border: 1px solid #569de5 !important;
- background-color: #ffe475 !important;
- background-image: -webkit-linear-gradient(top, #daecfc, #c4e0fc) !important;
- /* For Chrome and Safari */
- background-image: -moz-linear-gradient(top, #daecfc, #c4e0fc) !important;
- /* For old Fx (3.6 to 15) */
- background-image: -ms-linear-gradient(top, #daecfc, #c4e0fc) !important;
- /* For pre-releases of IE 10*/
- background-image: -o-linear-gradient(top, #daecfc, #c4e0fc) !important;
- /* For old Opera (11.1 to 12.0) */
- background-image: linear-gradient(to bottom, #daecfc, #c4e0fc) !important;
- /* Standard syntax; must be last */
- color: #000 !important;
- background-position: 0 !important;
- outline: none !important;
- text-shadow: none !important;
- }
- .insp-text.disabled {
- color: #ccc;
- }
- .insp-text.disabled .editor {
- background-color: transparent;
- }
- .insp-container.float-inspector {
- height: 600px;
- right: 0;
- border: 1px solid gray;
- cursor: move;
- }
- .insp-container.float-inspector .nav *:hover {
- cursor: move;
- }
- #inner-content-container.float-inspector {
- right: 0;
- }
- .toolbar .toolbar-right-section .fa-angle-down,
- .toolbar .toolbar-right-section .fa-angle-up {
- width: auto;
- padding: 16px;
- text-align: center;
- background: #443856;
- }
- /* used to override bootstrap' setting depends on media query */
- .nav-tabs.nav-justified > li {
- display: table-cell;
- width: 1%;
- }
- .toolbar .toolbar-right-section span {
- width: auto;
- }
- @media (min-width: 930px) {
- .toolbar .toolbar-right-section span {
- width: 300px;
- }
- }
- @media (max-width: 680px) {
- .toolbar {
- overflow: auto;
- white-space: nowrap;
- height: 75px;
- }
- .toolbar-right-section {
- float: none;
- }
- .content-container {
- top: 75px;
- }
- }
- .unselectable {
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -o-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- #download {
- width: 98%;
- }
|