hue2.css 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307
  1. .navbar .brand {
  2. color: #FFFFFF;
  3. padding-top: 8px;
  4. padding-bottom:0px;
  5. }
  6. .subnav {
  7. background-color: #EEEEEE;
  8. background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEEEEE 100%);
  9. background-repeat: repeat-x;
  10. border: 1px solid #E5E5E5;
  11. border-radius: 4px;
  12. -webkit-border-radius: 4px;
  13. -moz-border-radius: 4px;
  14. height: 36px;
  15. width: 100%;
  16. }
  17. .subnav .nav {
  18. margin-bottom: 0;
  19. }
  20. .subnav .nav > li > a {
  21. border-left: 1px solid #F5F5F5;
  22. border-radius: 0;
  23. -webkit-border-radius: 0;
  24. -moz-border-radius: 0;
  25. border-right: 1px solid #E5E5E5;
  26. margin: 0;
  27. padding-bottom: 11px;
  28. padding-top: 11px;
  29. }
  30. .subnav .nav > .active > a, .subnav .nav > .active > a:hover {
  31. background-color: #E9E9E9;
  32. border-left: 0 none;
  33. border-right-color: #DDDDDD;
  34. box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset;
  35. color: #777777;
  36. padding-left: 13px;
  37. }
  38. .subnav .nav > .active > a .caret, .subnav .nav > .active > a:hover .caret {
  39. border-top-color: #777777;
  40. }
  41. .subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
  42. border-left: 0 none;
  43. border-radius: 4px 0 0 4px;
  44. -webkit-border-radius: 4px 0 0 4px;
  45. -moz-border-radius: 4px 0 0 4px;
  46. padding-left: 12px;
  47. }
  48. .subnav .nav > li:last-child > a {
  49. border-right: 0 none;
  50. }
  51. .subnav .dropdown-menu {
  52. border-radius: 0 0 4px 4px;
  53. -webkit-border-radius: 0 0 4px 4px;
  54. -moz-border-radius: 0 0 4px 4px;
  55. }
  56. .subnav-fixed {
  57. border-color: #D5D5D5;
  58. border-radius: 0;
  59. -webkit-border-radius: 0;
  60. -moz-border-radius: 0;
  61. border-width: 0 0 1px;
  62. box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
  63. left: 0;
  64. position: fixed;
  65. right: 0;
  66. top: 40px;
  67. z-index: 1020;
  68. }
  69. .subnav-fixed .nav {
  70. margin: 0 auto;
  71. padding: 0 1px;
  72. }
  73. .subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
  74. border-radius: 0;
  75. -webkit-border-radius: 0;
  76. -moz-border-radius: 0;
  77. }
  78. .navbar-inner {
  79. padding-left: 20px;
  80. padding-right: 20px;
  81. background-color: #2c2c2c;
  82. background-image: -moz-linear-gradient(top, #2c7fb3, #01639c);
  83. background-image: -ms-linear-gradient(top, #2c7fb3, #01639c);
  84. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c7fb3), to(#01639c));
  85. background-image: -webkit-linear-gradient(top, #2c7fb3, #01639c);
  86. background-image: -o-linear-gradient(top, #2c7fb3, #01639c);
  87. background-image: linear-gradient(top, #2c7fb3, #01639c);
  88. background-repeat: repeat-x;
  89. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c7fb3', endColorstr='#01639c', GradientType=0);
  90. -webkit-border-radius: 4px;
  91. -moz-border-radius: 4px;
  92. border-radius: 4px;
  93. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  94. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  95. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  96. }
  97. .navbar .divider-vertical {
  98. height: 40px;
  99. width: 1px;
  100. margin: 0 9px;
  101. overflow: hidden;
  102. background-color: #01639c;
  103. border-right: 1px solid #2c7fb3;
  104. border-left: 0;
  105. }
  106. .navbar .nav > li > a {
  107. float: none;
  108. padding: 5px 10px 7px;
  109. line-height: 28px;
  110. font-size: 13px;
  111. color: #e5e5e5;
  112. text-decoration: none;
  113. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  114. }
  115. .navbar .nav > li > a:hover {
  116. background-color: transparent;
  117. color: #ffffff !important;
  118. text-decoration: none;
  119. }
  120. .navbar .nav .active > a, .navbar .nav .active > a:hover {
  121. background-color: rgba(0, 0, 0, 0.5);
  122. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#103951', endColorstr='#103951'); /* IE */
  123. color: #FFFFFF;
  124. text-decoration: none;
  125. }
  126. h1 {
  127. margin-bottom:.7em;
  128. }
  129. .form-stacked {
  130. margin: 0;
  131. }
  132. .form-inline input, .form-inline a {
  133. vertical-align: baseline;
  134. }
  135. .pagination p {
  136. padding-top:6px;
  137. }
  138. .right {
  139. text-align:right!important;
  140. }
  141. .center {
  142. text-align:center!important;
  143. }
  144. .left {
  145. text-align:left!important;
  146. }
  147. .nowrap {
  148. white-space: nowrap;
  149. }
  150. .btn.primary {
  151. background-color: #01639c;
  152. background-image: -moz-linear-gradient(center top , #2c7fb3, #01639c);
  153. background-repeat: repeat-x;
  154. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  155. color: #FFFFFF;
  156. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  157. }
  158. .btn.primary, .btn-primary {
  159. background-color: #006dcc;
  160. color: #ffffff;
  161. background-image: -moz-linear-gradient(top, #2c7fb3, #01639c);
  162. background-image: -ms-linear-gradient(top, #2c7fb3, #01639c);
  163. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c7fb3), to(#01639c));
  164. background-image: -webkit-linear-gradient(top, #2c7fb3, #01639c);
  165. background-image: -o-linear-gradient(top, #2c7fb3, #01639c);
  166. background-image: linear-gradient(top, #2c7fb3, #01639c);
  167. background-repeat: repeat-x;
  168. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'2c7fb3, endColorstr='#'01639c, GradientType=0);
  169. border-color: #0044cc #0044cc #002a80;
  170. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  171. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  172. }
  173. .btn.primary:hover,
  174. .btn-primary:hover,
  175. .btn-primary:active,
  176. .btn-primary.active,
  177. .btn-primary.disabled,
  178. .btn-primary[disabled] {
  179. background-color: #01639c;
  180. }
  181. a.toggle-display-link:link {
  182. color: black; text-decoration: none;
  183. }
  184. a.toggle-display-link:active {
  185. color: black; text-decoration: none;
  186. }
  187. a.toggle-display-link:visited {
  188. color: black; text-decoration: none;
  189. }
  190. a.toggle-display-link:hover {
  191. color: black; text-decoration: none;
  192. }
  193. .withTitle {
  194. top: 60px!important;
  195. }
  196. .clear {
  197. clear:both;
  198. }
  199. .sectionbar {
  200. background-color: #E5E5E5;
  201. background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
  202. background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
  203. background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
  204. background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
  205. background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
  206. background-image: -webkit-gradient(
  207. linear,
  208. left top,
  209. left bottom,
  210. color-stop(0, rgb(255,255,255)),
  211. color-stop(1, rgb(229,229,229))
  212. );
  213. height:40px;
  214. border-bottom:1px solid #CBCBCB;
  215. padding-top:10px;
  216. }
  217. .sectionbar h2 {
  218. font-size: 20px;
  219. font-weight: 400;
  220. padding-left:20px;
  221. float:left;
  222. }
  223. .sectionbar h2.selected {
  224. color:#01639C;
  225. }
  226. .sectionbar h2.subsection, .sectionbar h2.subsubsection {
  227. padding-left:6px;
  228. }
  229. .sectionbar h3 {
  230. float:left;
  231. padding-left:6px;
  232. color:#CCC;
  233. font-size:12px;
  234. }
  235. .sectionbar a {
  236. float:right;
  237. margin-right:14px;
  238. color:#1F92D8;
  239. padding-top:7px;
  240. text-shadow: 0 -1px 0 #E5E5E5;
  241. }
  242. .toolbar {
  243. float:right;
  244. }
  245. .toolbar ul {
  246. list-style: none outside none;
  247. display: inline;
  248. }
  249. .toolbar li {
  250. display: inline;
  251. }
  252. .wordbreak {
  253. max-width:500px;
  254. word-wrap:break-word;
  255. }
  256. .menubar {
  257. height: 30px;
  258. left: 0;
  259. overflow: visible;
  260. position: fixed;
  261. right: 0;
  262. top: 40px;
  263. z-index: 9999;
  264. }
  265. .menubar-inner, .menubar .fill {
  266. background-color: #d0e1f4;
  267. background-image: -moz-linear-gradient(center top , #d0e1f4, #d0e1f4);
  268. background-image: -webkit-linear-gradient(top, #d0e1f4, #d0e1f4);
  269. background-repeat: repeat-x;
  270. }
  271. .menubar-inner a {
  272. color:#333;
  273. font-weight:bold;
  274. }
  275. .menubar-inner a:hover {
  276. color:#01639C;
  277. }
  278. .menubar-inner a.selected {
  279. color:#FFFFFF;
  280. padding:2px;
  281. padding-left:10px;
  282. padding-right:10px;
  283. margin-top:8px;
  284. background-color: #01639C;
  285. background-image: -moz-linear-gradient(center top , #01639C, #015382);
  286. background-repeat: repeat-x;
  287. box-shadow: 0 0 3px #015382 inset;
  288. -moz-box-shadow: 0 0 3px #015382 inset;
  289. -webkit-box-shadow: 0 0 3px #015382 inset;
  290. border-radius: 30px;
  291. }
  292. .menubar-inner a.disabled {
  293. cursor: default;
  294. opacity: 0.65;
  295. }
  296. .menubar-inner a.disabled:hover {
  297. color:#333;
  298. }
  299. .widget-box {
  300. background: none repeat scroll 0 0 #F9F9F9;
  301. border-top: 1px solid #CDCDCD;
  302. border-left: 1px solid #CDCDCD;
  303. border-right: 1px solid #CDCDCD;
  304. clear: both;
  305. margin-top: 10px;
  306. margin-bottom: 16px;
  307. position: relative;
  308. }
  309. .widget-title {
  310. background-color: #efefef;
  311. background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
  312. background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
  313. background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
  314. background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
  315. background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
  316. background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
  317. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
  318. border-bottom: 1px solid #CDCDCD;
  319. height: 36px;
  320. }
  321. .widget-title span.icon {
  322. border-right: 1px solid #cdcdcd;
  323. padding: 9px 10px 7px 11px;
  324. float: left;
  325. opacity: .7;
  326. }
  327. .widget-title h5 {
  328. color: #666666;
  329. text-shadow: 0 1px 0 #ffffff;
  330. float: left;
  331. font-size: 16px;
  332. font-weight: bold;
  333. padding: 10px;
  334. line-height: 16px;
  335. margin: 0;
  336. }
  337. .widget-content {
  338. padding-top: 15px;
  339. padding-bottom: 15px;
  340. border-bottom: 1px solid #cdcdcd;
  341. }
  342. .widget-content ul {
  343. margin: 0;
  344. padding: 0;
  345. list-style: none;
  346. }
  347. .widget-content ul li {
  348. margin: 0;
  349. padding: 0;
  350. }
  351. .widget-content a {
  352. padding: 5px 15px;
  353. display: block;
  354. font-size: 14px;
  355. font-weight: bold;
  356. }
  357. .widget-content a i {
  358. color: #999999;
  359. }
  360. .widget-content a:hover {
  361. background-color: #EEEEEE;
  362. text-decoration: none;
  363. }
  364. .widget-content a:hover i {
  365. color: #333333;
  366. }
  367. code {
  368. line-height:1.4em;
  369. }
  370. .noPadding {
  371. padding:0;
  372. }
  373. .contextMenu {
  374. display:none;
  375. }
  376. .contextItem {
  377. cursor:pointer;
  378. }
  379. .fieldError {
  380. border-color: #EE5F5B;
  381. color: #B94A48;
  382. }
  383. ul.errorlist {
  384. list-style: none outside none;
  385. margin: 0;
  386. }
  387. ul.errorlist li {
  388. color: #B94A48;
  389. padding:2px;
  390. font-weight:bold;
  391. font-style:italic;
  392. }
  393. .hueBreadcrumb {
  394. list-style: none outside none;
  395. padding: 9px 9px;
  396. }
  397. .hueBreadcrumb li {
  398. display: inline-block;
  399. text-shadow: 0 1px 0 #FFFFFF;
  400. }
  401. .hueBreadcrumb .divider {
  402. color: #999999;
  403. padding: 0 5px;
  404. }
  405. .hueBreadcrumb .active a {
  406. color: #333333;
  407. }
  408. .hueBreadcrumb a.nounderline:hover {
  409. text-decoration:none;
  410. }
  411. .hueBreadcrumb > li:last-child > a {
  412. font-weight:bold;
  413. color: #333333;
  414. }
  415. .hueBreadcrumb > li:last-child > span {
  416. display:none;
  417. }
  418. .hueWell {
  419. padding-bottom:0;
  420. }
  421. .hueBreadcrumbBar {
  422. padding: 8px 15px;
  423. margin: 0 0 20px;
  424. list-style: none;
  425. border: 1px solid #E5E5E5;
  426. -webkit-border-radius: 4px;
  427. -moz-border-radius: 4px;
  428. border-radius: 4px;
  429. }
  430. .ribbon-wrapper {
  431. width: 85px;
  432. height: 88px;
  433. overflow: hidden;
  434. position: fixed;
  435. top: 74px;
  436. right: -3px;
  437. z-index: 1001;
  438. }
  439. .ribbon {
  440. font: bold 15px sans-serif;
  441. text-align: center;
  442. text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  443. -webkit-transform: rotate(45deg);
  444. -moz-transform: rotate(45deg);
  445. -ms-transform: rotate(45deg);
  446. -o-transform: rotate(45deg);
  447. position: relative;
  448. padding: 7px 0;
  449. left: -5px;
  450. top: 15px;
  451. width: 120px;
  452. background-color: #da4f49;
  453. *background-color: #bd362f;
  454. background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  455. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  456. background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  457. background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  458. background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  459. background-repeat: repeat-x;
  460. color: #ffffff;
  461. -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  462. -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  463. box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  464. }
  465. .ribbon:before, .ribbon:after {
  466. content: "";
  467. border-top: 3px solid #c09853;
  468. border-left: 3px solid transparent;
  469. border-right: 3px solid transparent;
  470. position:absolute;
  471. bottom: -3px;
  472. }
  473. .ribbon:before {
  474. left: 0;
  475. }
  476. .ribbon:after {
  477. right: 0;
  478. }
  479. /*********************************************************
  480. * From: http://datatables.net/blog/Twitter_Bootstrap
  481. */
  482. div.dataTables_length label {
  483. width: 460px;
  484. float: left;
  485. text-align: left;
  486. }
  487. div.dataTables_length select {
  488. width: 75px;
  489. }
  490. div.dataTables_filter label {
  491. float: right;
  492. width: 460px;
  493. }
  494. div.dataTables_info {
  495. padding-top: 8px;
  496. }
  497. div.dataTables_paginate {
  498. float: right;
  499. margin: 0;
  500. }
  501. /*
  502. *********************************************************/
  503. /* Pagination nested */
  504. .paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  505. height: 19px;
  506. width: 19px;
  507. margin-left: 3px;
  508. float: left;
  509. }
  510. .paginate_disabled_previous {
  511. background-image: url('../art/datatables/back_disabled.jpg');
  512. }
  513. .paginate_enabled_previous {
  514. background-image: url('../art/datatables/back_enabled.jpg');
  515. }
  516. .paginate_disabled_next {
  517. background-image: url('../art/datatables/forward_disabled.jpg');
  518. }
  519. .paginate_enabled_next {
  520. background-image: url('../art/datatables/forward_enabled.jpg');
  521. }
  522. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  523. * DataTables display
  524. */
  525. table.display {
  526. margin: 0 auto;
  527. clear: both;
  528. width: 100%;
  529. /* Note Firefox 3.5 and before have a bug with border-collapse
  530. * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 )
  531. * border-spacing: 0; is one possible option. Conditional-css.com is
  532. * useful for this kind of thing
  533. *
  534. * Further note IE 6/7 has problems when calculating widths with border width.
  535. * It subtracts one px relative to the other browsers from the first column, and
  536. * adds one to the end...
  537. *
  538. * If you want that effect I'd suggest setting a border-top/left on th/td's and
  539. * then filling in the gaps with other borders.
  540. */
  541. }
  542. table.display thead th {
  543. padding: 3px 18px 3px 10px;
  544. border-bottom: 1px solid black;
  545. font-weight: bold;
  546. cursor: pointer;
  547. * cursor: hand;
  548. }
  549. table.display tfoot th {
  550. padding: 3px 18px 3px 10px;
  551. border-top: 1px solid black;
  552. font-weight: bold;
  553. }
  554. table.display tr.heading2 td {
  555. border-bottom: 1px solid #aaa;
  556. }
  557. table.display td {
  558. padding: 3px 10px;
  559. }
  560. table.display td.center {
  561. text-align: center;
  562. }
  563. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  564. * DataTables sorting
  565. */
  566. .dataTables_wrapper table {
  567. border-collapse: separate;
  568. *border-collapse: collapsed;
  569. }
  570. .sorting_asc {
  571. cursor: pointer;
  572. background: url('../art/datatables/sort_asc.png') no-repeat center left;
  573. border-top: 3px solid #FFFFFF!important;
  574. padding-left: 20px!important;
  575. }
  576. .sorting_desc {
  577. cursor: pointer;
  578. background: url('../art/datatables/sort_desc.png') no-repeat center left;
  579. border-top: 3px solid #FFFFFF!important;
  580. padding-left: 20px!important;
  581. }
  582. .sorting {
  583. cursor: pointer;
  584. background: url('../art/datatables/sort_both.png') no-repeat center left;
  585. border-top: 3px solid #FFFFFF!important;
  586. padding-left: 20px!important;
  587. }
  588. .sorting:hover, .sorting_asc:hover, .sorting_desc:hover {
  589. border-top: 3px solid #EEEEEE!important;
  590. }
  591. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  592. * Misc
  593. */
  594. .dataTables_scroll {
  595. clear: both;
  596. }
  597. .dataTables_scrollBody {
  598. *margin-top: -1px;
  599. }
  600. .top .dataTables_info {
  601. float: none;
  602. }
  603. .clear {
  604. clear: both;
  605. }
  606. .dataTables_empty {
  607. text-align: center;
  608. }
  609. tfoot input {
  610. margin: 0.5em 0;
  611. width: 100%;
  612. color: #444;
  613. }
  614. tfoot input.search_init {
  615. color: #999;
  616. }
  617. td.group {
  618. background-color: #d1cfd0;
  619. border-bottom: 2px solid #A19B9E;
  620. border-top: 2px solid #A19B9E;
  621. }
  622. td.details {
  623. background-color: #d1cfd0;
  624. border: 2px solid #A19B9E;
  625. }
  626. .example_alt_pagination div.dataTables_info {
  627. width: 40%;
  628. }
  629. .paging_full_numbers {
  630. width: 400px;
  631. height: 22px;
  632. line-height: 22px;
  633. }
  634. .paging_full_numbers span.paginate_button,
  635. .paging_full_numbers span.paginate_active {
  636. border: 1px solid #aaa;
  637. -webkit-border-radius: 5px;
  638. -moz-border-radius: 5px;
  639. padding: 2px 5px;
  640. margin: 0 3px;
  641. cursor: pointer;
  642. *cursor: hand;
  643. }
  644. .paging_full_numbers span.paginate_button {
  645. background-color: #ddd;
  646. }
  647. .paging_full_numbers span.paginate_button:hover {
  648. background-color: #ccc;
  649. }
  650. .paging_full_numbers span.paginate_active {
  651. background-color: #99B3FF;
  652. }
  653. table.display tr.even.row_selected td {
  654. background-color: #B0BED9;
  655. }
  656. table.display tr.odd.row_selected td {
  657. background-color: #9FAFD1;
  658. }
  659. /*
  660. * Sorting classes for columns
  661. */
  662. /* For the standard odd/even
  663. tr.odd td.sorting_1 {
  664. background-color: #E8F1F7;
  665. }
  666. tr.odd td.sorting_2 {
  667. background-color: #DADCFF;
  668. }
  669. tr.odd td.sorting_3 {
  670. background-color: #E0E2FF;
  671. }
  672. tr.even td.sorting_1 {
  673. background-color: #E8F1F7;
  674. }
  675. tr.even td.sorting_2 {
  676. background-color: #F2F3FF;
  677. }
  678. tr.even td.sorting_3 {
  679. background-color: #F9F9FF;
  680. }
  681. */
  682. /* For the Conditional-CSS grading rows */
  683. /*
  684. Colour calculations (based off the main row colours)
  685. Level 1:
  686. dd > c4
  687. ee > d5
  688. Level 2:
  689. dd > d1
  690. ee > e2
  691. */
  692. tr.odd.gradeA td.sorting_1 {
  693. background-color: #c4ffc4;
  694. }
  695. tr.odd.gradeA td.sorting_2 {
  696. background-color: #d1ffd1;
  697. }
  698. tr.odd.gradeA td.sorting_3 {
  699. background-color: #d1ffd1;
  700. }
  701. tr.even.gradeA td.sorting_1 {
  702. background-color: #d5ffd5;
  703. }
  704. tr.even.gradeA td.sorting_2 {
  705. background-color: #e2ffe2;
  706. }
  707. tr.even.gradeA td.sorting_3 {
  708. background-color: #e2ffe2;
  709. }
  710. tr.odd.gradeC td.sorting_1 {
  711. background-color: #c4c4ff;
  712. }
  713. tr.odd.gradeC td.sorting_2 {
  714. background-color: #d1d1ff;
  715. }
  716. tr.odd.gradeC td.sorting_3 {
  717. background-color: #d1d1ff;
  718. }
  719. tr.even.gradeC td.sorting_1 {
  720. background-color: #d5d5ff;
  721. }
  722. tr.even.gradeC td.sorting_2 {
  723. background-color: #e2e2ff;
  724. }
  725. tr.even.gradeC td.sorting_3 {
  726. background-color: #e2e2ff;
  727. }
  728. tr.odd.gradeX td.sorting_1 {
  729. background-color: #ffc4c4;
  730. }
  731. tr.odd.gradeX td.sorting_2 {
  732. background-color: #ffd1d1;
  733. }
  734. tr.odd.gradeX td.sorting_3 {
  735. background-color: #ffd1d1;
  736. }
  737. tr.even.gradeX td.sorting_1 {
  738. background-color: #ffd5d5;
  739. }
  740. tr.even.gradeX td.sorting_2 {
  741. background-color: #ffe2e2;
  742. }
  743. tr.even.gradeX td.sorting_3 {
  744. background-color: #ffe2e2;
  745. }
  746. tr.odd.gradeU td.sorting_1 {
  747. background-color: #c4c4c4;
  748. }
  749. tr.odd.gradeU td.sorting_2 {
  750. background-color: #d1d1d1;
  751. }
  752. tr.odd.gradeU td.sorting_3 {
  753. background-color: #d1d1d1;
  754. }
  755. tr.even.gradeU td.sorting_1 {
  756. background-color: #d5d5d5;
  757. }
  758. tr.even.gradeU td.sorting_2 {
  759. background-color: #e2e2e2;
  760. }
  761. tr.even.gradeU td.sorting_3 {
  762. background-color: #e2e2e2;
  763. }
  764. /*
  765. * Row highlighting example
  766. */
  767. .ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
  768. background-color: #ECFFB3;
  769. }
  770. .ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
  771. background-color: #E6FF99;
  772. }
  773. .ex_highlight_row #example tr.even:hover {
  774. background-color: #ECFFB3;
  775. }
  776. .ex_highlight_row #example tr.even:hover td.sorting_1 {
  777. background-color: #DDFF75;
  778. }
  779. .ex_highlight_row #example tr.even:hover td.sorting_2 {
  780. background-color: #E7FF9E;
  781. }
  782. .ex_highlight_row #example tr.even:hover td.sorting_3 {
  783. background-color: #E2FF89;
  784. }
  785. .ex_highlight_row #example tr.odd:hover {
  786. background-color: #E6FF99;
  787. }
  788. .ex_highlight_row #example tr.odd:hover td.sorting_1 {
  789. background-color: #D6FF5C;
  790. }
  791. .ex_highlight_row #example tr.odd:hover td.sorting_2 {
  792. background-color: #E0FF84;
  793. }
  794. .ex_highlight_row #example tr.odd:hover td.sorting_3 {
  795. background-color: #DBFF70;
  796. }
  797. /*
  798. * KeyTable
  799. */
  800. table.KeyTable td {
  801. border: 3px solid transparent;
  802. }
  803. table.KeyTable td.focus {
  804. border: 3px solid #3366FF;
  805. }
  806. table.display tr.gradeA {
  807. background-color: #eeffee;
  808. }
  809. table.display tr.gradeC {
  810. background-color: #ddddff;
  811. }
  812. table.display tr.gradeX {
  813. background-color: #ffdddd;
  814. }
  815. table.display tr.gradeU {
  816. background-color: #ddd;
  817. }
  818. div.box {
  819. height: 100px;
  820. padding: 10px;
  821. overflow: auto;
  822. border: 1px solid #8080FF;
  823. background-color: #E5E5FF;
  824. }
  825. /*
  826. * jHueFileChooser
  827. */
  828. .jHueFilechooserActions {
  829. margin-top: 14px;
  830. padding-top: 10px;
  831. border-top: 1px dashed #EEEEEE;
  832. }
  833. .pathChooser, .pathChooserKo, .pathFolderChooserKo {
  834. border-radius: 3px 0 0 3px!important;
  835. border-right:0!important;
  836. }
  837. .fileChooserBtn {
  838. border-radius: 0 3px 3px 0!important;
  839. }
  840. /*
  841. * jHueSelector
  842. */
  843. .jHueSelector {
  844. border:1px solid #CCC;
  845. padding:0;
  846. margin:0;
  847. width:300px;
  848. }
  849. .jHueSelectorHeader {
  850. background-color:#CCC;
  851. padding:4px;
  852. }
  853. .jHueSelector label {
  854. float: none;
  855. padding-left:4px;
  856. }
  857. .jHueSelector label input[type=checkbox] {
  858. display: inline;
  859. margin-top:-2px;
  860. margin-right:6px;
  861. }
  862. .jHueSelectorHeader input[type=text] {
  863. position:absolute;
  864. margin-left:180px;
  865. width:100px;
  866. height:11px;
  867. border: 1px solid #CCCCCC;
  868. border-radius: 10px;
  869. -webkit-border-radius: 10px;
  870. -moz-border-radius: 10px;
  871. color: #555555;
  872. font-size: 10px;
  873. padding-left: 4px;
  874. }
  875. .jHueSelectorBody {
  876. height:150px;
  877. overflow:auto;
  878. }
  879. .jHueSelector ul, li {
  880. margin: 0;
  881. padding: 0;
  882. }
  883. .jHueSelector ul {
  884. padding:4px;
  885. list-style: none;
  886. }
  887. .jHueSelector li.selectorDivider {
  888. background-color:#EEE;
  889. padding:4px;
  890. }
  891. .modal-body iframe {
  892. border:0;
  893. width:100%;
  894. height:100%;
  895. overflow:hidden;
  896. }
  897. .modal-body iframe.scroll {
  898. overflow:auto;
  899. }
  900. .form-padding-fix{
  901. display: inline;
  902. padding: 0;
  903. margin: 0;
  904. }
  905. .table tbody tr:hover td, .table tbody tr:hover th {
  906. background-color: #E8F1FB;
  907. }
  908. .nounderline:hover {
  909. text-decoration: none;
  910. }
  911. .bar-label {
  912. text-align: center;
  913. color: #FFFFFF;
  914. font-size: 12px;
  915. text-shadow: -1px 0 1px #333, 0 1px 1px #333, 1px 0 1px #333, 0 -1px 1px #333;
  916. }
  917. .jHueNotify {
  918. position: fixed;
  919. top: 20px;
  920. left: 50%;
  921. margin-left: -200px;
  922. width: 400px;
  923. text-align: center;
  924. z-index: 8000;
  925. }
  926. .jHueNotify .close {
  927. right: -27px;
  928. }
  929. /*
  930. * Advanced options
  931. */
  932. #advanced-btn {
  933. center:right
  934. }
  935. a#advanced-btn:link {
  936. color: black; text-decoration: none;
  937. }
  938. a#advanced-btn:active {
  939. color: black; text-decoration: none;
  940. }
  941. a#advanced-btn:visited {
  942. color: black; text-decoration: none;
  943. }
  944. a#advanced-btn:hover {
  945. color: black; text-decoration: none;
  946. }
  947. .hand {
  948. cursor: pointer;
  949. }
  950. .hueCheckbox {
  951. width: 15px;
  952. height: 15px;
  953. border: 1px solid #CCCCCC;
  954. margin-top: 2px !important;
  955. padding: 0 !important;
  956. display: block !important;
  957. cursor: default;
  958. }
  959. .hueCheckbox:hover {
  960. border-color: #999999;
  961. }
  962. .modal form {
  963. margin: 0;
  964. }
  965. /*
  966. * jHueTableExtender
  967. */
  968. .rowSelected {
  969. background-color: #EEEEEE !important;
  970. }
  971. .columnSelected {
  972. background-color: #EEEEEE !important;
  973. }
  974. .cellSelected {
  975. background-color: #DDDDDD !important;
  976. }
  977. #jHueTableExtenderNavigator {
  978. position: absolute;
  979. left: 0;
  980. top: 0;
  981. z-index: 1000;
  982. display: none;
  983. min-width: 160px;
  984. padding: 10px 20px 2px 10px;
  985. margin: 2px 0 0;
  986. background-color: #ffffff;
  987. border: 1px solid #ccc;
  988. -webkit-border-radius: 6px;
  989. -moz-border-radius: 6px;
  990. border-radius: 6px;
  991. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  992. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  993. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  994. -webkit-background-clip: padding-box;
  995. -moz-background-clip: padding;
  996. background-clip: padding-box;
  997. white-space: nowrap;
  998. }
  999. #jHueTableExtenderNavigator a {
  1000. margin-left: 10px;
  1001. margin-right: -14px;
  1002. margin-top: -12px;
  1003. }
  1004. #jHueScrollUpAnchor {
  1005. color: #FFFFFF;
  1006. opacity: 0.65;
  1007. filter: alpha(opacity=65);
  1008. display: none;
  1009. position: fixed;
  1010. z-index: 2147483647;
  1011. bottom: 20px;
  1012. right: 20px;
  1013. -webkit-border-radius: 6px;
  1014. -moz-border-radius: 6px;
  1015. border-radius: 6px;
  1016. background-color: #333333;
  1017. padding: 10px;
  1018. padding-left: 14px;
  1019. padding-right: 14px;
  1020. }
  1021. #jHueScrollUpAnchor:hover {
  1022. text-decoration: none;
  1023. opacity: 0.85;
  1024. filter: alpha(opacity=85);
  1025. }
  1026. #jHueTourMask {
  1027. position: absolute;
  1028. display: none;
  1029. top: 0px;
  1030. left: 0px;
  1031. z-index: 9998;
  1032. background-color: #FFFFFF;
  1033. opacity: 0.9;
  1034. filter: alpha(opacity=90);
  1035. }
  1036. .jHueTourBadge {
  1037. background-color: #2c7fb3;
  1038. background-image: -moz-linear-gradient(bottom, #2c7fb3, #01639c);
  1039. background-image: -ms-linear-gradient(bottom, #2c7fb3, #01639c);
  1040. background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#2c7fb3), to(#01639c));
  1041. background-image: -webkit-linear-gradient(bottom, #2c7fb3, #01639c);
  1042. background-image: -o-linear-gradient(bottom, #2c7fb3, #01639c);
  1043. background-image: linear-gradient(bottom, #2c7fb3, #01639c);
  1044. background-repeat: repeat-x;
  1045. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01639c', endColorstr='#2c7fb3', GradientType=0);
  1046. border: 1px solid #01639C;
  1047. border-right: none;
  1048. color: #FFFFFF;
  1049. padding: 4px;
  1050. padding-left: 8px;
  1051. -webkit-border-top-left-radius: 4px;
  1052. -webkit-border-bottom-left-radius: 4px;
  1053. -moz-border-radius-topleft: 4px;
  1054. -moz-border-radius-bottomleft: 4px;
  1055. border-top-left-radius: 4px;
  1056. border-bottom-left-radius: 4px;
  1057. position: fixed;
  1058. top: 100px;
  1059. z-index: 10000;
  1060. right: 0;
  1061. cursor: pointer;
  1062. }
  1063. .jHueTourBadgeLeft {
  1064. right: auto!important;
  1065. left: 0;
  1066. padding-left: 4px;
  1067. padding-right: 8px;
  1068. border-left: none;
  1069. border-right: 1px solid #01639C;
  1070. -webkit-border-top-left-radius: 0px;
  1071. -webkit-border-bottom-left-radius: 0px;
  1072. -moz-border-radius-topleft: 0px;
  1073. -moz-border-radius-bottomleft: 0px;
  1074. border-top-left-radius: 0px;
  1075. border-bottom-left-radius: 0px;
  1076. -webkit-border-top-right-radius: 4px;
  1077. -webkit-border-bottom-right-radius: 4px;
  1078. -moz-border-radius-topright: 4px;
  1079. -moz-border-radius-bottomright: 4px;
  1080. border-top-right-radius: 4px;
  1081. border-bottom-right-radius: 4px;
  1082. }
  1083. .jHueTourBadge:hover {
  1084. background-color: #2C7FB3;
  1085. }
  1086. .jHueTourExposed {
  1087. z-index: 9999;
  1088. }
  1089. .popover-inner {
  1090. text-align: left;
  1091. }
  1092. .popover {
  1093. z-index: 10000;
  1094. }
  1095. .CodeMirror-hints {
  1096. z-index: 10000 !important;
  1097. }