cchl.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. .clsCCHLTextWidget
  2. {
  3. width: 145px;
  4. }
  5. .clsPromptInvalidMessageContainer
  6. {
  7. background: var(--ui-01);
  8. border: 1px solid var(--support-01);
  9. padding-left: 2px;
  10. }
  11. .clsPromptInvalidMessage
  12. {
  13. font-size: 8pt;
  14. color: var(--support-01);
  15. line-height: 8pt;
  16. }
  17. .clsCCHLSelectDateCalendarDialog
  18. {
  19. background-color: #ffffff;
  20. color: #222222;
  21. padding: 3px;
  22. text-align: center;
  23. vertical-align: top;
  24. overflow: visible;
  25. width: 210px;
  26. border: 1px solid #cccccc;
  27. }
  28. [isControl] .clsCCHLSelectDateCalendarDialog
  29. {
  30. background-color: var(--ui-01);
  31. color: var(--text-01);
  32. border-color: var(--G2);
  33. }
  34. .clsCCHLSelectDateYears
  35. {
  36. text-align: center;
  37. background-color: #00649d;
  38. color: #222222;
  39. font-weight: bold;
  40. }
  41. [isControl] .clsCCHLSelectDateYears
  42. {
  43. background-color: var(--primary1);
  44. color: var(--text-01);
  45. }
  46. .clsCCHLSelectDateMonths
  47. {
  48. color: #00649d;
  49. font-size: 8pt;
  50. text-decoration: underline;
  51. margin-top: 3px;
  52. text-align: center;
  53. vertical-align: bottom;
  54. cursor: pointer;
  55. font-weight: normal;
  56. }
  57. [isControl] .clsCCHLSelectDateMonths
  58. {
  59. height: 32px;
  60. vertical-align: middle;
  61. padding: 0;
  62. cursor: pointer;
  63. font-size: var(--BODY-S);
  64. text-decoration: none;
  65. color: var(--GRS-FONT-COLOR);
  66. }
  67. .clsCCHLSelectDateMonthsSelected
  68. {
  69. color: #00649d;
  70. font-size: 8pt;
  71. text-decoration: underline;
  72. margin-top: 3px;
  73. text-align: center;
  74. vertical-align: bottom;
  75. cursor: pointer;
  76. font-weight: bold;
  77. }
  78. [isControl] .clsCCHLSelectDateMonthsSelected
  79. {
  80. height: 32px;
  81. vertical-align: middle;
  82. padding: 0;
  83. cursor: pointer;
  84. font-size: var(--BODY-S);
  85. text-decoration: none;
  86. font-weight: bold;
  87. color: var(--ui-01);
  88. background-color: var(--primary1);
  89. }
  90. .clsCCHLSelectDateMonthsDisabled
  91. {
  92. color: #222222;
  93. font-size: 8pt;
  94. text-decoration: none;
  95. margin-top: 3px;
  96. text-align: center;
  97. vertical-align: bottom;
  98. cursor: default;
  99. font-weight: normal;
  100. }
  101. [isControl] .clsCCHLSelectDateMonthsDisabled
  102. {
  103. height: 32px;
  104. vertical-align: middle;
  105. padding: 0;
  106. cursor: pointer;
  107. font-size: var(--BODY-S);
  108. text-decoration: none;
  109. color: var(--G2);
  110. }
  111. .clsCCHLSelectDateDaysOfWeek
  112. {
  113. background-color: #eeeeee;
  114. font-size: 9pt;
  115. padding: 3px;
  116. color: #222222;
  117. text-decoration: none;
  118. text-align: center;
  119. }
  120. [isControl] .clsCCHLSelectDateDaysOfWeek
  121. {
  122. width: 32px;
  123. height: 32px;
  124. padding: 0;
  125. font-size: var(--BODY-S);
  126. text-decoration: none;
  127. color: var(--GRS-FONT-COLOR);
  128. background-color: var(--ui-03);
  129. }
  130. .clsCCHLSelectDateDays
  131. {
  132. color: #00649d;
  133. text-decoration: underline;
  134. text-align: center;
  135. font-size: 10pt;
  136. padding: 3px;
  137. cursor: pointer;
  138. font-weight: normal;
  139. background-color: transparent;
  140. }
  141. [isControl] .clsCCHLSelectDateDays
  142. {
  143. width: 32px;
  144. height: 32px;
  145. padding: 0;
  146. cursor: pointer;
  147. font-size: var(--BODY-S);
  148. text-decoration: none;
  149. color: var(--GRS-FONT-COLOR);
  150. }
  151. .clsCCHLSelectDateDaysSelected
  152. {
  153. font-weight: bold;
  154. color: #00649d;
  155. background-color: var(--G2);
  156. text-decoration: none;
  157. font-size: 80%;
  158. cursor: pointer;
  159. text-align: center;
  160. padding: 3px;
  161. }
  162. [isControl] .clsCCHLSelectDateDaysSelected
  163. {
  164. width: 32px;
  165. height: 32px;
  166. padding: 0;
  167. cursor: pointer;
  168. font-size: var(--BODY-S);
  169. text-decoration: none;
  170. font-weight: bold;
  171. color: var(--ui-01);
  172. background-color: var(--primary1);
  173. }
  174. .clsCCHLSelectDateDaysDisabled
  175. {
  176. color: #222222;
  177. text-decoration: none;
  178. text-align: center;
  179. font-size: 10pt;
  180. padding: 3px;
  181. cursor: default;
  182. font-weight: normal;
  183. background-color: var(--ui-01);
  184. }
  185. [isControl] .clsCCHLSelectDateDaysDisabled
  186. {
  187. width: 32px;
  188. height: 32px;
  189. padding: 0;
  190. font-size: var(--BODY-S);
  191. text-decoration: none;
  192. cursor: default;
  193. color: var(--G2);
  194. }
  195. .clsCCHLSelectDateYearEditBox
  196. {
  197. width: 100px;
  198. font-size: 13px;
  199. text-align: center;
  200. font-weight: bold;
  201. }
  202. [isControl] .clsCCHLSelectDateYearEditBox
  203. {
  204. color: var(--GRS-FONT-COLOR);
  205. text-align: center;
  206. border-bottom-width: 0;
  207. padding: 0;
  208. }
  209. .clsCCHLSelectTimeEditBox
  210. {
  211. border: 1px solid var(--text-03);
  212. margin: 0;
  213. padding: 0;
  214. margin-right: 5px;
  215. overflow: visible;
  216. overflow-x: visible;
  217. background-color: var(--ui-01);
  218. width: 140px;
  219. }
  220. .clsCCHLSelectTimeEditBoxExtend
  221. {
  222. margin: 0;
  223. padding: 0;
  224. margin-right: 5px;
  225. overflow: visible;
  226. overflow-x: visible;
  227. background-color: var(--ui-01);
  228. width: 180px;
  229. border: 1px solid var(--text-03);
  230. }
  231. .clsCCHLSelectTimeControl
  232. {
  233. text-align: center;
  234. padding: 0;
  235. margin: 0;
  236. border: none;
  237. background-image: none;
  238. }
  239. .clsCCHLColon
  240. {
  241. font-family: var(--F1);
  242. vertical-align: middle;
  243. background-color: var(--ui-01);
  244. margin: 0;
  245. border: 0;
  246. padding: 0;
  247. }
  248. .clsCCHLClock
  249. {
  250. margin: 0;
  251. height: 190px;
  252. width: 140px;
  253. position: relative;
  254. }
  255. .clsCCHLClockBlock
  256. {
  257. border: 1px solid var(--G2);
  258. background-color: var(--ui-01);
  259. margin-bottom: 10px;
  260. width: 100%;
  261. }
  262. .clsCCHLClockDigits
  263. {
  264. position: absolute;
  265. top: 0;
  266. left: 0;
  267. font-size: var(--BODY-S);
  268. color: var(--text-01);
  269. }
  270. .clsCCHLMinuteHand
  271. {
  272. position: absolute;
  273. width: 2px;
  274. height: 2px;
  275. font-size: 2px;
  276. background: var(--ui-05);
  277. border: 1px solid var(--ui-05);
  278. }
  279. .clsCCHLHourHand
  280. {
  281. position: absolute;
  282. width: 2px;
  283. height: 2px;
  284. font-size: 2px;
  285. background: var(--ui-05);
  286. border: 1px solid var(--ui-05);
  287. }
  288. .clsCCHLSecondHand
  289. {
  290. position: absolute;
  291. width: 2px;
  292. height: 2px;
  293. font-size: 2px;
  294. background: var(--primary1);
  295. border: 1px solid var(--primary1);
  296. }
  297. .clsCCHLDivClock
  298. {
  299. position: absolute;
  300. top: 0;
  301. left: 0;
  302. }
  303. .clsCCHLBoundingBox
  304. {
  305. background-color: var(--ui-03);
  306. margin: 5px;
  307. padding-top: 5px;
  308. padding-right: 5px;
  309. padding-bottom: 5px;
  310. }
  311. .clsCCHLParseErrorOn
  312. {
  313. border-bottom: 2px dashed #F60;
  314. padding-bottom: 0;
  315. }
  316. [isControl] .clsCCHLParseErrorOn INPUT.clsTextBox
  317. {
  318. border-bottom-style: dashed;
  319. border-bottom-color: var(--support-01);
  320. }
  321. .clsCCHLParseErrorOff
  322. {
  323. border-bottom-width: 0;
  324. padding-bottom: 2px;
  325. }
  326. [isControl] .clsCCHLParseErrorOff
  327. {
  328. padding-bottom: 0;
  329. }
  330. .clsListView_selectWithSearchHardcodedForSize SPAN
  331. {
  332. font-family: Arial, Helvetica, sans-serif;
  333. }