e3af05cae2df56cc4db68d6d85c53233098a1d97.svn-base 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. body {
  2. text-align: center;
  3. }
  4. .segmented {
  5. margin: auto
  6. }
  7. .segmented .dx-tab-selected {
  8. background-color: #3481E7;
  9. color: #efefef;
  10. position: relative;
  11. }
  12. .clear .dx-popup-content .dx-datagrid-headers {
  13. background: #FBFBFB;
  14. }
  15. .clear .dx-datagrid-headers {
  16. background: #FBFBFB;
  17. }
  18. .clear .dx-icon, .button-clear .dx-button-text {
  19. font-size: 16px;
  20. padding: 0px 0px 0px;
  21. margin:2px;
  22. height:20px;
  23. }
  24. .clear-padding .dx-popup-content {
  25. padding: 0px;
  26. text-align:left;
  27. }
  28. .clear+.dx-texteditor {
  29. background: transparent;
  30. border-style: none;
  31. border-width: 0px;
  32. border-color: none;
  33. color: #3481E7;
  34. }
  35. .clear .dx-texteditor-input {
  36. background: transparent;
  37. font-size: 16px;
  38. color: #3481E7;
  39. }
  40. .clear .dx-dropdowneditor-icon {
  41. color: #3481E7;
  42. }
  43. .summary {
  44. text-align: left;
  45. font-size: 30px;
  46. padding: 7px 18px 8px;
  47. }
  48. .clear-line {
  49. border-bottom: 1px solid lightgray;
  50. }
  51. .dx-overlay-shader {
  52. background-color:transparent;
  53. }
  54. .dx-button {
  55. -webkit-border-radius: none;
  56. -moz-border-radius: none;
  57. -ms-border-radius: none;
  58. -o-border-radius: none;
  59. border-radius: 0;
  60. -webkit-box-shadow: none;
  61. -moz-box-shadow: none;
  62. box-shadow: none;
  63. border-width: 0px;
  64. border-style: none;
  65. background-color: transparent;
  66. }
  67. .dx-button .dx-button-text {
  68. color: #3481E7;
  69. }
  70. .dx-button .dx-icon {
  71. color: #3481E7;
  72. }
  73. .dx-button.dx-state-hover
  74. {
  75. -webkit-box-shadow:none;
  76. -moz-box-shadow: none;
  77. box-shadow: none;
  78. background-color: transparent;
  79. }
  80. .dx-button.dx-state-focused
  81. {
  82. -webkit-box-shadow: none;
  83. -moz-box-shadow: none;
  84. box-shadow: none;
  85. background-color: transparent;
  86. }
  87. .dx-button.dx-state-active
  88. {
  89. -webkit-box-shadow: none;
  90. -moz-box-shadow: none;
  91. box-shadow: none;
  92. background-color: transparent;
  93. }
  94. .top-line {
  95. border-top: 1px solid #d3d3d3;
  96. }
  97. .bottom-line {
  98. border-bottom: 1px solid #d3d3d3;
  99. }
  100. .focus-overlay-clear .dx-datagrid-focus-overlay {
  101. border: 0px solid #606060;
  102. }
  103. .focus-overlay-clear .focused .dx-datagrid-focus-overlay {
  104. border: 2px solid #606060;
  105. }
  106. .focus-overlay-clear .dx-datagrid-save-button, .focus-overlay-clear .dx-datagrid-cancel-button {
  107. display: none;
  108. }
  109. .baseyear {
  110. color: #ff006e;
  111. }
  112. .estimate {
  113. color: #3481E7
  114. }
  115. .reduce {
  116. color: #0a8b1c
  117. }