You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

179 lines
3.5 KiB

2 years ago
  1. @import url(/Scripts/plugins/bootstrap/css/bootstrap.min.css) print;
  2. @import url(/Scripts/3rd/jGrid/jsgrid.css) print;
  3. @import url(/Scripts/3rd/jGrid/jsgrid-theme.min.css) print;
  4. @import url(/Content/modern.min.css) print;
  5. @import url(/Content/custom.css) print;
  6. @import url(/Content/style2.0.css) print;
  7. @import url(/Content/Page/Eip/cuseip.css) print;
  8. @media print {
  9. .btn-xs {
  10. padding: 1px 5px;
  11. }
  12. hr {
  13. height: 1px;
  14. margin-left: 7px;
  15. border: none;
  16. border-top: 1pt dashed #DF5F09;
  17. background-color: white !important;
  18. }
  19. .panel-info {
  20. padding-bottom: 70px;
  21. }
  22. .signeddecision {
  23. margin: 0 10px 20px 20px;
  24. }
  25. .jsgrid {
  26. font-size: 0.7em;
  27. }
  28. fieldset {
  29. border: 2px groove threedface !important;
  30. width: 90%;
  31. padding: 0 0 0px 0px !important;
  32. }
  33. .form-horizontal .control-label {
  34. padding-top: 5px;
  35. margin-left: 10px !important;
  36. text-align: right;
  37. }
  38. #table_box tr td span {
  39. font-size: 10pt;
  40. }
  41. .col-sm-1 {
  42. width: 12%;
  43. float: left;
  44. }
  45. .col-sm-2 {
  46. width: 15%;
  47. float: left;
  48. }
  49. .col-sm-3 {
  50. width: 24%;
  51. float: left;
  52. }
  53. .col-sm-4 {
  54. width: 34%;
  55. float: left;
  56. }
  57. .col-sm-8 {
  58. width: 83%;
  59. float: left;
  60. }
  61. .col-sm-9 {
  62. width: 70%;
  63. float: left;
  64. }
  65. .jsgrid-header-row, .jsgrid-grid-header {
  66. height: 50px !important;
  67. }
  68. .slimScrollDiv {
  69. height: auto !important;
  70. max-height: 600px;
  71. }
  72. .jsgrid-cell,.jsgrid-header-cell {
  73. width: auto !important;
  74. }
  75. .eip-title {
  76. margin: 20px 140px 0 0;
  77. text-align: center;
  78. font-size: 18pt;
  79. font-weight: bold;
  80. width: 100% !important;
  81. }
  82. .eip-note, .void-reason {
  83. margin: 0 140px 0 0;
  84. margin: 5px 0 10px 0;
  85. text-align: center;
  86. font-size: 12pt;
  87. font-weight: bold;
  88. width: 100% !important;
  89. }
  90. .form-horizontal .form-group {
  91. width: 100% !important;
  92. }
  93. .show-text {
  94. padding-top: 6px;
  95. font-size: 11pt;
  96. }
  97. .show-label {
  98. font-size: 11pt;
  99. font-weight: bold;
  100. }
  101. .grid-cuscell .jsgrid-cell {
  102. border: 0 !important;
  103. border-bottom: 1px dashed #215DC6 !important;
  104. }
  105. .first-cell .jsgrid-cell:first-child {
  106. border-bottom: 0 !important;
  107. }
  108. .last-cell .jsgrid-cell {
  109. border: 0;
  110. }
  111. .up-down-go {
  112. text-align: right;
  113. position: relative;
  114. margin-top: 1px;
  115. right: 10px;
  116. }
  117. .bill-box {
  118. border: solid 1px #000000;
  119. width: 100px;
  120. height: 320px;
  121. margin-left: 10px;
  122. overflow-y: auto;
  123. }
  124. .bill-list li {
  125. list-style-type: none;
  126. width: 98px;
  127. background-color: #e2b290ab;
  128. margin-bottom: 1px;
  129. padding: 2px 5px 2px 5px;
  130. margin-left: -40px;
  131. }
  132. .bill-list li.active {
  133. list-style-type: none;
  134. width: 98px;
  135. background-color: #ff6a00;
  136. margin-bottom: 1px;
  137. padding: 2px 5px 2px 5px;
  138. }
  139. .bill-list li:hover {
  140. list-style-type: none;
  141. background-color: #ff6a00;
  142. width: 98px;
  143. margin-bottom: 1px;
  144. padding: 2px 5px 2px 5px;
  145. cursor: default;
  146. }
  147. .jsgrid-button:focus {
  148. background-color: #ff0000;
  149. }
  150. }