sample.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
  1. body {
  2. font-family: "Segoe UI", "Lucida Grande", Tahoma, Verdana, sans-serif;
  3. }
  4. div.btn-group {
  5. margin-bottom: 3px;
  6. }
  7. button.btn-single {
  8. width: 188px;
  9. }
  10. button.btn-set4items {
  11. width: 54px;
  12. }
  13. button.btn-set3items {
  14. width: 72px;
  15. }
  16. button.btn-set2items {
  17. width: 108px;
  18. }
  19. div.groupcontainer {
  20. margin-left: 20px;
  21. }
  22. input[type='checkbox'] {
  23. margin-right: 4px;
  24. }
  25. span.groupheader {
  26. font-weight: bold;
  27. }
  28. table.setting {
  29. margin-top: 4px;
  30. }
  31. table.setting tr {
  32. height: 30px;
  33. }
  34. table.setting td {
  35. width: 170px;
  36. }
  37. .ui-icon {
  38. background-image: url(images/icons.png);
  39. }
  40. .sparkline-line {
  41. background-position: -16px -3040px;
  42. }
  43. .sparkline-column {
  44. background-position: -16px -2976px;
  45. }
  46. .sparkline-winloss {
  47. background-position: -16px -3072px;
  48. }
  49. .sparkline-pie {
  50. background-position: -16px -3968px;
  51. }
  52. .sparkline-area {
  53. background-position: -16px -4032px;
  54. }
  55. .sparkline-scatter {
  56. background-position: -16px -4000px;
  57. }
  58. .sparkline-bullet {
  59. background-position: -16px -4096px;
  60. }
  61. .sparkline-spread {
  62. background-position: -16px -4224px;
  63. }
  64. .sparkline-stacked {
  65. background-position: -16px -4288px;
  66. }
  67. .sparkline-hbar {
  68. background-position: -16px -4160px;
  69. }
  70. .sparkline-vbar {
  71. background-position: -16px -4384px;
  72. }
  73. .sparkline-variance {
  74. background-position: -16px -4352px;
  75. }
  76. .sparkline-boxplot {
  77. background-position: -16px -4064px;
  78. }
  79. .sparkline-cascade {
  80. background-position: -16px -4128px;
  81. }
  82. .sparkline-pareto {
  83. background-position: -16px -4192px;
  84. }
  85. #sparklineextypes button > span {
  86. width: 32px;
  87. height: 32px;
  88. display: inline-block;
  89. }
  90. #sparklineextypes li {
  91. padding-left: 6px;
  92. }
  93. #sparklineextypes li > button {
  94. padding: 6px 8px;
  95. }
  96. #tabhost li.toggle {
  97. display: none;
  98. }
  99. #tabhost li.toggle.active {
  100. display: table-cell;
  101. }
  102. .content-container {
  103. position: absolute;
  104. top: 56px;
  105. left: 0;
  106. bottom: 0px;
  107. right: 0;
  108. overflow: hidden;
  109. }
  110. #inner-content-container {
  111. position: absolute;
  112. right: 301px;
  113. left: 0;
  114. border: 1px solid #ddd;
  115. border-bottom-color: transparent;
  116. overflow: hidden;
  117. margin: 0;
  118. height: 100%;
  119. }
  120. .toolbar {
  121. height: 56px;
  122. background-color: #1e1926;
  123. font-size: 12px;
  124. }
  125. .insp-container {
  126. display: block;
  127. right: 0px;
  128. border-left-width: 0;
  129. }
  130. .insp-menu {
  131. max-height: 320px;
  132. }
  133. .nav-pills > li.active a,
  134. .nav-pills > li.active > a:hover,
  135. .nav-pills > li.active > a:focus {
  136. color: #fff;
  137. background-color: #00a650;
  138. }
  139. .nav-pills li {
  140. height: 27px;
  141. line-height: 27px;
  142. }
  143. .nav-pills li a {
  144. padding: 0;
  145. border-radius: inherit;
  146. }
  147. .nav-pills li:first-child a:hover {
  148. border-radius: 4px 0 0 4px;
  149. }
  150. .nav-pills li:last-child a:hover {
  151. border-radius: 0 4px 4px 0;
  152. }
  153. .nav-pills > li + li {
  154. margin-left: 0;
  155. border-left: 1px solid #00a650;
  156. }
  157. .s-column-count-1 > li,
  158. .s-column-count-1 > a {
  159. width: 100%;
  160. float: left;
  161. }
  162. .s-column-count-2 > li,
  163. .s-column-count-2 > a {
  164. width: 50%;
  165. float: left;
  166. }
  167. .s-column-count-3 > li,
  168. .s-column-count-3 > a {
  169. width: 33.33%;
  170. float: left;
  171. }
  172. .s-column-count-4 > li,
  173. .s-column-count-4 > a {
  174. width: 25%;
  175. float: left;
  176. }
  177. .s-tab-group {
  178. text-align: center;
  179. border: 1px solid #00a650;
  180. border-radius: 4px;
  181. }
  182. .insp-menu .menu-item .text {
  183. margin-right: 20px;
  184. }
  185. .colorpicker .cp-indent {
  186. margin-left: 0px;
  187. }
  188. .colorpicker li.standard-color-cell {
  189. margin: 4px 0 0 8px;
  190. }
  191. .font-bold {
  192. font-weight: bold;
  193. }
  194. .font-italic {
  195. font-style: italic;
  196. }
  197. .font-underline,
  198. .font-underline:hover {
  199. text-decoration: underline;
  200. }
  201. .font-strikethrough,
  202. .font-strikethrough:hover {
  203. text-decoration: line-through;
  204. }
  205. .font-overline,
  206. .font-overline:hover {
  207. text-decoration: overline;
  208. }
  209. .insp-buttons .content .item .button {
  210. width: 96%;
  211. }
  212. .group-item-divider {
  213. margin: 6px 0;
  214. border-top: 1px solid #e5e5e5;
  215. border-bottom: 1px solid #ffffff;
  216. }
  217. .insp-checkbox.disabled .text {
  218. color: #ccc;
  219. }
  220. .insp-checkbox.disabled .button.checked {
  221. background-position: 0 -96px;
  222. }
  223. .insp-checkbox.disabled .button {
  224. background-position: 0 -112px;
  225. }
  226. .caret.left-space {
  227. margin-left: 8px;
  228. }
  229. .popup {
  230. position: absolute;
  231. }
  232. .popup ul {
  233. list-style-type: none;
  234. }
  235. li.ui-corner-all {
  236. line-height: normal;
  237. position: relative;
  238. padding-left: 8px;
  239. }
  240. li.ui-corner-all:hover {
  241. background-color: #288CE2;
  242. }
  243. .ui-corner-all button {
  244. margin: 0;
  245. padding-left: 8px;
  246. }
  247. #condition-format-popup .wijmo-wijribbon-listseparator {
  248. margin-left: 0;
  249. }
  250. #modalTemplate {
  251. padding-top: 10%;
  252. /* used to move the modal dialog down with the specified value */
  253. }
  254. @media (max-height: 720px) {
  255. #modalTemplate {
  256. padding-top: 0;
  257. }
  258. }
  259. .modal-body {
  260. padding-bottom: 30px;
  261. /* used to set the space between modal body and footer */
  262. font-size: 12px;
  263. }
  264. .btn {
  265. font-size: 12px;
  266. }
  267. body.modal-open {
  268. font-family: "Segoe UI";
  269. font-size: 12px;
  270. }
  271. .insp-container label,
  272. .modal-body label,
  273. .modal-body b {
  274. font-weight: normal;
  275. }
  276. .modal-body input[type="button"],
  277. .modal-body input[type="input"],
  278. .modal-body select {
  279. border: 1px solid #ACACAC;
  280. border-radius: 0;
  281. box-sizing: border-box;
  282. height: 21px;
  283. }
  284. .dialogLabel {
  285. width: 80px;
  286. display: inline-block;
  287. display: -moz-inline-box;
  288. }
  289. .dialogInput {
  290. width: 100px;
  291. }
  292. .button.group-set {
  293. width: 100%;
  294. }
  295. .insp-sub-group-content {
  296. padding-left: 12px;
  297. padding-top: 8px;
  298. }
  299. .popup-dialog {
  300. width: 100%;
  301. }
  302. .toolbar .btn-toolbar {
  303. border: none;
  304. border-radius: 0;
  305. background: transparent;
  306. color: white;
  307. text-shadow: none;
  308. box-shadow: none;
  309. }
  310. .toolbar .btn-toolbar:hover {
  311. opacity: 0.5;
  312. }
  313. #contextMenu {
  314. position: absolute;
  315. left: 200px;
  316. top: 200px;
  317. width: 150px;
  318. list-style: none;
  319. padding: 0;
  320. border: 1px solid #aaa;
  321. border-radius: 2px;
  322. z-index: 10008;
  323. }
  324. #contextMenu li {
  325. width: 100%;
  326. margin-bottom: 2px;
  327. outline: none;
  328. }
  329. #contextMenu li:hover {
  330. background-color: lightcyan;
  331. }
  332. #contextMenu a {
  333. text-decoration: none;
  334. display: block;
  335. color: black;
  336. padding-left: 8px;
  337. }
  338. #contextMenu .divider {
  339. height: 1px;
  340. margin: 4px 0;
  341. overflow: hidden;
  342. background-color: #e5e5e5;
  343. padding: 0;
  344. white-space: nowrap;
  345. box-sizing: border-box;
  346. }
  347. .center-align {
  348. text-align: center;
  349. }
  350. #colorModal .modal-body {
  351. height: 430px;
  352. /* hard code */
  353. }
  354. #colorModal .colorpicker {
  355. left: 8px;
  356. border-width: 0;
  357. }
  358. .colorpicker .nofill-color {
  359. width: 238px;
  360. /* fixed wrong size in IE (correct in edge) */
  361. }
  362. .insp-sub-group-title .group-state {
  363. height: 12px;
  364. width: 12px;
  365. }
  366. .insp-group-title .group-text,
  367. .insp-sub-group-title .group-text {
  368. margin-left: 1px;
  369. display: inline-block;
  370. }
  371. #colorScale input.editor {
  372. line-height: 1;
  373. vertical-align: bottom;
  374. }
  375. /* used to help make item right alignment since set total 12 columns will wrap to new line */
  376. #iconCriteriaSetting {
  377. position: relative;
  378. left: 14px;
  379. }
  380. .dropdown-menu a {
  381. cursor: default;
  382. }
  383. .smallicon {
  384. width: 16px;
  385. height: 16px;
  386. background-repeat: no-repeat;
  387. display: inline-block;
  388. }
  389. .icon-leftalign {
  390. background-position: 0px -64px;
  391. }
  392. .icon-centeralign {
  393. background-position: 0px -48px;
  394. }
  395. .icon-rightalign {
  396. background-position: 0px -96px;
  397. }
  398. .icon-increaseindent {
  399. background-position: 0px -1536px;
  400. }
  401. .icon-topalign {
  402. background-position: 0px -112px;
  403. }
  404. .icon-middlealign {
  405. background-position: 0px -80px;
  406. }
  407. .icon-bottomalign {
  408. background-position: 0px -32px;
  409. }
  410. .icon-decreaseindent {
  411. background-position: 0px -816px;
  412. }
  413. .icon-percentstyle {
  414. background-position: 0px -2064px;
  415. }
  416. .icon-commastyle {
  417. background-position: 0px -720px;
  418. }
  419. .icon-increasedecimal {
  420. background-position: 0px -800px;
  421. }
  422. .icon-decreasedecimal {
  423. background-position: 0px -1520px;
  424. }
  425. .insp-row .btn-group .btn.btn-icon {
  426. padding-top: 4px !important;
  427. padding-bottom: 0 !important;
  428. }
  429. /* border group style */
  430. .right-border-group {
  431. width: 145px;
  432. border: none;
  433. box-shadow: none;
  434. background-color: transparent;
  435. margin-left: 12px;
  436. }
  437. .no-border-margin {
  438. margin-left: 5px;
  439. }
  440. /* border line dropdown */
  441. .border-line-menu {
  442. width: 130px;
  443. }
  444. .no-border {
  445. display: inline-block;
  446. margin-right: 33px;
  447. }
  448. /* sparkline setting dialog dropdown */
  449. .sparkline-dropdown-width {
  450. width: 120px;
  451. }
  452. .toolbar-container {
  453. background-color: black;
  454. height: 100%;
  455. width: 100%;
  456. }
  457. .toolbar-left-section {
  458. clear: left;
  459. vertical-align: middle;
  460. min-width: 450px;
  461. }
  462. .toolbar-middle-section {
  463. text-align: center;
  464. min-width: 240px;
  465. }
  466. .toolbar-right-section {
  467. float: right;
  468. min-width: 42px;
  469. }
  470. .toolbar .toolbar-right-section .fa-angle-right {
  471. background: #443856;
  472. padding: 16px;
  473. text-align: left;
  474. }
  475. .toolbar .toolbar-right-section .fa-angle-left {
  476. background: #443856;
  477. padding: 16px;
  478. text-align: left;
  479. }
  480. .toolbar .toolbar-right-section .btn-toolbar {
  481. padding: 0;
  482. margin: 0;
  483. }
  484. .sample-head-logo {
  485. height: 56px;
  486. width: 36px;
  487. float: left;
  488. background-image: url(images/logo.png);
  489. background-repeat: no-repeat;
  490. background-size: 36px 36px;
  491. background-position: center left;
  492. }
  493. .sample-head-text {
  494. color: white;
  495. font-weight: 100;
  496. font-size: 18px;
  497. line-height: 56px;
  498. margin: 0 20px 0 15px;
  499. font-family: Tahoma;
  500. }
  501. .toolbar div {
  502. display: inline-block;
  503. }
  504. .v-middle {
  505. vertical-align: middle;
  506. }
  507. .dropdown.btn-zoom {
  508. background: transparent;
  509. text-shadow: none;
  510. color: white;
  511. font-size: 16px;
  512. border-radius: 2px;
  513. border: 1px solid gray;
  514. }
  515. .dropdown .btn-zoom-text {
  516. padding-bottom: 3px;
  517. font-family: Arial;
  518. }
  519. .dropdown.btn-hover:hover {
  520. opacity: 0.5;
  521. }
  522. .smartMenu-item-hover {
  523. background-color: #d3f0e0 !important;
  524. /* used to overwrite bootstrap' hover effect for smart tag dialog */
  525. }
  526. .smart-tag-active {
  527. background-color: #9fd5b7 !important;
  528. /* used to overwrite bootstrap' hover effect for smart tag drop down button */
  529. }
  530. .insp-col-offset-12 {
  531. margin-left: 100%;
  532. }
  533. .insp-col-offset-11 {
  534. margin-left: 91.66666667%;
  535. }
  536. .insp-col-offset-10 {
  537. margin-left: 83.33333333%;
  538. }
  539. .insp-col-offset-9 {
  540. margin-left: 75%;
  541. }
  542. .insp-col-offset-8 {
  543. margin-left: 66.66666667%;
  544. }
  545. .insp-col-offset-7 {
  546. margin-left: 58.33333333%;
  547. }
  548. .insp-col-offset-6 {
  549. margin-left: 50%;
  550. }
  551. .insp-col-offset-5 {
  552. margin-left: 41.66666667%;
  553. }
  554. .insp-col-offset-4 {
  555. margin-left: 33.33333333%;
  556. }
  557. .insp-col-offset-3 {
  558. margin-left: 25%;
  559. }
  560. .insp-col-offset-2 {
  561. margin-left: 16.66666667%;
  562. }
  563. .insp-col-offset-1 {
  564. margin-left: 8.33333333%;
  565. }
  566. .manual-disable {
  567. opacity: 0.4;
  568. }
  569. .add-pie-color,
  570. .remove-pie-color {
  571. background: #E6E6EC;
  572. padding: 2px;
  573. border-radius: 10px;
  574. width: 20px;
  575. margin-left: 12px;
  576. }
  577. .add-pie-color:hover {
  578. cursor: pointer;
  579. background: lightgreen;
  580. }
  581. .remove-pie-color:hover {
  582. cursor: pointer;
  583. background: red;
  584. }
  585. .ui-pie-sparkline-icon {
  586. width: 16px;
  587. height: 16px;
  588. display: block;
  589. background-image: url(images/ui-icons_222222_256x240.png);
  590. }
  591. .ui-pie-sparkline-icon-plus {
  592. background-position: -16px -128px;
  593. }
  594. .ui-pie-sparkline-icon-minus {
  595. background-position: -48px -128px;
  596. }
  597. .toolbar-spread {
  598. background-color: #387D7A;
  599. padding-left: 15px;
  600. }
  601. .vertical-splitter {
  602. height: 6px;
  603. width: 100%;
  604. border: none;
  605. margin: 0px;
  606. margin-top: -6px;
  607. overflow: hidden;
  608. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADCAYAAAB4bZQtAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAAGElEQVQoU2MAgv8ggoY07QCxLiCRZvgPAOTbF+njN5lkAAAAAElFTkSuQmCC) no-repeat center center transparent;
  609. cursor: n-resize;
  610. border-bottom: 1px solid #EBEBE4;
  611. }
  612. /* used to overwrite bootstrap' default effect,hover effect and active effect for filter dialog */
  613. .filter-button-default {
  614. border: 1px solid #acacac !important;
  615. border-radius: 0 !important;
  616. background-image: -webkit-linear-gradient(top, #f0f0f0, #e5e5e5) !important;
  617. /* For Chrome and Safari */
  618. background-image: -moz-linear-gradient(top, #f0f0f0, #e5e5e5) !important;
  619. /* For old Fx (3.6 to 15) */
  620. background-image: -ms-linear-gradient(top, #f0f0f0, #e5e5e5) !important;
  621. /* For pre-releases of IE 10*/
  622. background-image: -o-linear-gradient(top, #f0f0f0, #e5e5e5) !important;
  623. /* For old Opera (11.1 to 12.0) */
  624. background-image: linear-gradient(to bottom, #f0f0f0, #e5e5e5) !important;
  625. /* Standard syntax; must be last */
  626. color: #000 !important;
  627. outline: none !important;
  628. text-shadow: none !important;
  629. box-shadow: none !important;
  630. }
  631. .filter-button-hover {
  632. border: 1px solid #7eb4ea !important;
  633. background-color: #d3f0e0 !important;
  634. background-image: -webkit-linear-gradient(top, #ecf4fc, #dcecfc) !important;
  635. /* For Chrome and Safari */
  636. background-image: -moz-linear-gradient(top, #ecf4fc, #dcecfc) !important;
  637. /* For old Fx (3.6 to 15) */
  638. background-image: -ms-linear-gradient(top, #ecf4fc, #dcecfc) !important;
  639. /* For pre-releases of IE 10*/
  640. background-image: -o-linear-gradient(top, #ecf4fc, #dcecfc) !important;
  641. /* For old Opera (11.1 to 12.0) */
  642. background-image: linear-gradient(to bottom, #ecf4fc, #dcecfc) !important;
  643. /* Standard syntax; must be last */
  644. color: #000 !important;
  645. background-position: 0 !important;
  646. text-shadow: none !important;
  647. }
  648. .filter-button-active {
  649. border: 1px solid #569de5 !important;
  650. background-color: #ffe475 !important;
  651. background-image: -webkit-linear-gradient(top, #daecfc, #c4e0fc) !important;
  652. /* For Chrome and Safari */
  653. background-image: -moz-linear-gradient(top, #daecfc, #c4e0fc) !important;
  654. /* For old Fx (3.6 to 15) */
  655. background-image: -ms-linear-gradient(top, #daecfc, #c4e0fc) !important;
  656. /* For pre-releases of IE 10*/
  657. background-image: -o-linear-gradient(top, #daecfc, #c4e0fc) !important;
  658. /* For old Opera (11.1 to 12.0) */
  659. background-image: linear-gradient(to bottom, #daecfc, #c4e0fc) !important;
  660. /* Standard syntax; must be last */
  661. color: #000 !important;
  662. background-position: 0 !important;
  663. outline: none !important;
  664. text-shadow: none !important;
  665. }
  666. .insp-text.disabled {
  667. color: #ccc;
  668. }
  669. .insp-text.disabled .editor {
  670. background-color: transparent;
  671. }
  672. .insp-container.float-inspector {
  673. height: 600px;
  674. right: 0;
  675. border: 1px solid gray;
  676. cursor: move;
  677. }
  678. .insp-container.float-inspector .nav *:hover {
  679. cursor: move;
  680. }
  681. #inner-content-container.float-inspector {
  682. right: 0;
  683. }
  684. .toolbar .toolbar-right-section .fa-angle-down,
  685. .toolbar .toolbar-right-section .fa-angle-up {
  686. width: auto;
  687. padding: 16px;
  688. text-align: center;
  689. background: #443856;
  690. }
  691. /* used to override bootstrap' setting depends on media query */
  692. .nav-tabs.nav-justified > li {
  693. display: table-cell;
  694. width: 1%;
  695. }
  696. .toolbar .toolbar-right-section span {
  697. width: auto;
  698. }
  699. @media (min-width: 930px) {
  700. .toolbar .toolbar-right-section span {
  701. width: 300px;
  702. }
  703. }
  704. @media (max-width: 680px) {
  705. .toolbar {
  706. overflow: auto;
  707. white-space: nowrap;
  708. height: 75px;
  709. }
  710. .toolbar-right-section {
  711. float: none;
  712. }
  713. .content-container {
  714. top: 75px;
  715. }
  716. }
  717. .unselectable {
  718. -webkit-user-select: none;
  719. -khtml-user-select: none;
  720. -moz-user-select: none;
  721. -o-user-select: none;
  722. -ms-user-select: none;
  723. user-select: none;
  724. }
  725. #download {
  726. width: 98%;
  727. }