hue3.css 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713
  1. /*
  2. Licensed to Cloudera, Inc. under one
  3. or more contributor license agreements. See the NOTICE file
  4. distributed with this work for additional information
  5. regarding copyright ownership. Cloudera, Inc. licenses this file
  6. to you under the Apache License, Version 2.0 (the
  7. "License"); you may not use this file except in compliance
  8. with the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. */
  16. .subnav {
  17. background-color: #EEEEEE;
  18. background-image: -moz-linear-gradient(center top, #F5F5F5 0%, #EEEEEE 100%);
  19. background-repeat: repeat-x;
  20. border: 1px solid #E5E5E5;
  21. border-radius: 4px;
  22. -webkit-border-radius: 4px;
  23. -moz-border-radius: 4px;
  24. height: 36px;
  25. width: 100%;
  26. }
  27. .subnav .nav {
  28. margin-bottom: 0;
  29. }
  30. .subnav .nav > li > a {
  31. border-left: 1px solid #F5F5F5;
  32. border-radius: 0;
  33. -webkit-border-radius: 0;
  34. -moz-border-radius: 0;
  35. border-right: 1px solid #E5E5E5;
  36. margin: 0;
  37. padding-bottom: 11px;
  38. padding-top: 11px;
  39. }
  40. .subnav .nav > li > a:hover {
  41. border-right: 1px solid #E5E5E5;
  42. border-left: 1px solid #F5F5F5;
  43. }
  44. .subnav .nav > .active > a, .subnav .nav > .active > a:hover {
  45. background-color: #E9E9E9;
  46. border-left: 0 none;
  47. border-right-color: #DDDDDD;
  48. box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset;
  49. color: #777777;
  50. padding-left: 13px;
  51. }
  52. .subnav .nav > .active > a .caret, .subnav .nav > .active > a:hover .caret {
  53. border-top-color: #777777;
  54. }
  55. .subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
  56. border-left: 0 none;
  57. border-radius: 4px 0 0 4px;
  58. -webkit-border-radius: 4px 0 0 4px;
  59. -moz-border-radius: 4px 0 0 4px;
  60. padding-left: 12px;
  61. }
  62. .subnav .nav > li:last-child > a {
  63. border-right: 0 none;
  64. }
  65. .subnav .dropdown-menu {
  66. border-radius: 0 0 4px 4px;
  67. -webkit-border-radius: 0 0 4px 4px;
  68. -moz-border-radius: 0 0 4px 4px;
  69. }
  70. .subnav-fixed {
  71. border-color: #D5D5D5;
  72. border-radius: 0;
  73. -webkit-border-radius: 0;
  74. -moz-border-radius: 0;
  75. border-width: 0 0 1px;
  76. box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
  77. left: 0;
  78. position: fixed;
  79. right: 0;
  80. top: 48px;
  81. z-index: 1020;
  82. }
  83. .subnav-fixed .nav {
  84. margin: 0 auto;
  85. padding: 0 1px;
  86. }
  87. .subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
  88. border-radius: 0;
  89. -webkit-border-radius: 0;
  90. -moz-border-radius: 0;
  91. }
  92. .form-stacked {
  93. margin: 0;
  94. }
  95. .form-inline input, .form-inline a {
  96. vertical-align: baseline;
  97. }
  98. .pagination p {
  99. padding-top: 6px;
  100. }
  101. .right {
  102. text-align: right !important;
  103. }
  104. .center {
  105. text-align: center !important;
  106. }
  107. .left {
  108. text-align: left !important;
  109. }
  110. .nowrap {
  111. white-space: nowrap;
  112. }
  113. a.toggle-display-link:link {
  114. color: black;
  115. text-decoration: none;
  116. }
  117. a.toggle-display-link:active {
  118. color: black;
  119. text-decoration: none;
  120. }
  121. a.toggle-display-link:visited {
  122. color: black;
  123. text-decoration: none;
  124. }
  125. a.toggle-display-link:hover {
  126. color: black;
  127. text-decoration: none;
  128. }
  129. .withTitle {
  130. top: 60px !important;
  131. }
  132. .clear {
  133. clear: both;
  134. }
  135. .sectionbar {
  136. background-color: #E5E5E5;
  137. background-image: linear-gradient(top, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  138. background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  139. background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  140. background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  141. background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  142. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(229, 229, 229)));
  143. height: 40px;
  144. border-bottom: 1px solid #CBCBCB;
  145. padding-top: 10px;
  146. }
  147. .sectionbar h2 {
  148. font-size: 20px;
  149. font-weight: 400;
  150. padding-left: 20px;
  151. float: left;
  152. }
  153. .sectionbar h2.selected {
  154. color: #01639C;
  155. }
  156. .sectionbar h2.subsection, .sectionbar h2.subsubsection {
  157. padding-left: 6px;
  158. }
  159. .sectionbar h3 {
  160. float: left;
  161. padding-left: 6px;
  162. color: #CCC;
  163. font-size: 12px;
  164. }
  165. .sectionbar a {
  166. float: right;
  167. margin-right: 14px;
  168. color: #1F92D8;
  169. padding-top: 7px;
  170. text-shadow: 0 -1px 0 #E5E5E5;
  171. }
  172. .toolbar {
  173. float: right;
  174. }
  175. .toolbar ul {
  176. list-style: none outside none;
  177. display: inline;
  178. }
  179. .toolbar li {
  180. display: inline;
  181. }
  182. .wordbreak {
  183. max-width: 500px;
  184. word-wrap: break-word;
  185. }
  186. .menubar {
  187. height: 30px;
  188. left: 0;
  189. overflow: visible;
  190. position: fixed;
  191. right: 0;
  192. top: 40px;
  193. z-index: 9999;
  194. }
  195. .menubar-inner, .menubar .fill {
  196. background-color: #d0e1f4;
  197. background-image: -moz-linear-gradient(center top, #d0e1f4, #d0e1f4);
  198. background-image: -webkit-linear-gradient(top, #d0e1f4, #d0e1f4);
  199. background-repeat: repeat-x;
  200. }
  201. .menubar-inner a {
  202. color: #333;
  203. font-weight: bold;
  204. }
  205. .menubar-inner a:hover {
  206. color: #01639C;
  207. }
  208. .menubar-inner a.selected {
  209. color: #FFFFFF;
  210. padding: 2px;
  211. padding-left: 10px;
  212. padding-right: 10px;
  213. margin-top: 8px;
  214. background-color: #01639C;
  215. background-image: -moz-linear-gradient(center top, #01639C, #015382);
  216. background-repeat: repeat-x;
  217. box-shadow: 0 0 3px #015382 inset;
  218. -moz-box-shadow: 0 0 3px #015382 inset;
  219. -webkit-box-shadow: 0 0 3px #015382 inset;
  220. border-radius: 30px;
  221. }
  222. .menubar-inner a.disabled {
  223. cursor: default;
  224. opacity: 0.65;
  225. }
  226. .menubar-inner a.disabled:hover {
  227. color: #333;
  228. }
  229. .widget-box {
  230. background: none repeat scroll 0 0 #F9F9F9;
  231. border-top: 1px solid #CDCDCD;
  232. border-left: 1px solid #CDCDCD;
  233. border-right: 1px solid #CDCDCD;
  234. clear: both;
  235. margin-top: 10px;
  236. margin-bottom: 16px;
  237. position: relative;
  238. }
  239. .widget-title {
  240. background-color: #efefef;
  241. background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
  242. background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
  243. background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
  244. background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
  245. background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
  246. background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
  247. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
  248. border-bottom: 1px solid #CDCDCD;
  249. height: 36px;
  250. }
  251. .widget-title span.icon {
  252. border-right: 1px solid #cdcdcd;
  253. padding: 9px 10px 7px 11px;
  254. float: left;
  255. opacity: .7;
  256. }
  257. .widget-title h5 {
  258. color: #666666;
  259. text-shadow: 0 1px 0 #ffffff;
  260. float: left;
  261. font-size: 16px;
  262. font-weight: bold;
  263. padding: 10px;
  264. line-height: 16px;
  265. margin: 0;
  266. }
  267. .widget-content {
  268. padding-top: 15px;
  269. padding-bottom: 15px;
  270. border-bottom: 1px solid #cdcdcd;
  271. }
  272. .widget-content ul {
  273. margin: 0;
  274. padding: 0;
  275. list-style: none;
  276. }
  277. .widget-content ul li {
  278. margin: 0;
  279. padding: 0;
  280. }
  281. .widget-content a {
  282. padding: 5px 15px;
  283. display: block;
  284. font-size: 14px;
  285. font-weight: bold;
  286. }
  287. .widget-content a i {
  288. color: #999999;
  289. }
  290. .widget-content a:hover {
  291. background-color: #EEEEEE;
  292. text-decoration: none;
  293. }
  294. .widget-content a:hover i {
  295. color: #333333;
  296. }
  297. code {
  298. line-height: 1.4em;
  299. }
  300. .noPadding {
  301. padding: 0;
  302. }
  303. .contextMenu {
  304. display: none;
  305. }
  306. .contextItem {
  307. cursor: pointer;
  308. }
  309. .fieldError {
  310. border-color: #EE5F5B;
  311. color: #B94A48;
  312. }
  313. ul.errorlist {
  314. list-style: none outside none;
  315. margin: 0;
  316. }
  317. ul.errorlist li {
  318. color: #B94A48;
  319. padding: 2px;
  320. font-weight: bold;
  321. font-style: italic;
  322. }
  323. .hueBreadcrumb {
  324. list-style: none outside none;
  325. padding: 9px 9px;
  326. }
  327. .hueBreadcrumb li {
  328. display: inline-block;
  329. text-shadow: 0 1px 0 #FFFFFF;
  330. }
  331. .hueBreadcrumb .divider {
  332. color: #999999;
  333. padding: 0 5px;
  334. }
  335. .hueBreadcrumb .active a {
  336. color: #333333;
  337. }
  338. .hueBreadcrumb a.nounderline:hover {
  339. text-decoration: none;
  340. }
  341. .hueBreadcrumb > li:last-child > a {
  342. font-weight: bold;
  343. color: #333333;
  344. }
  345. .hueBreadcrumb > li:last-child > span {
  346. display: none;
  347. }
  348. .hueWell {
  349. padding-bottom: 0;
  350. }
  351. .hueBreadcrumbBar {
  352. padding: 8px 15px;
  353. margin: 0 0 20px;
  354. list-style: none;
  355. }
  356. .ribbon-wrapper {
  357. width: 85px;
  358. height: 88px;
  359. overflow: hidden;
  360. position: fixed;
  361. top: 26px;
  362. right: -3px;
  363. z-index: 10001;
  364. }
  365. .ribbon {
  366. font: bold 15px sans-serif;
  367. text-align: center;
  368. text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  369. -webkit-transform: rotate(45deg);
  370. -moz-transform: rotate(45deg);
  371. -ms-transform: rotate(45deg);
  372. -o-transform: rotate(45deg);
  373. position: relative;
  374. padding: 7px 0;
  375. left: -5px;
  376. top: 15px;
  377. width: 120px;
  378. background-color: #da4f49;
  379. *background-color: #bd362f;
  380. background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  381. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  382. background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  383. background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  384. background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  385. background-repeat: repeat-x;
  386. color: #ffffff;
  387. -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  388. -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  389. box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  390. }
  391. .ribbon:before, .ribbon:after {
  392. content: "";
  393. border-top: 3px solid #c09853;
  394. border-left: 3px solid transparent;
  395. border-right: 3px solid transparent;
  396. position: absolute;
  397. bottom: -3px;
  398. }
  399. .ribbon:before {
  400. left: 0;
  401. }
  402. .ribbon:after {
  403. right: 0;
  404. }
  405. /*********************************************************
  406. * From: http://datatables.net/blog/Twitter_Bootstrap
  407. */
  408. div.dataTables_length label {
  409. width: 460px;
  410. float: left;
  411. text-align: left;
  412. }
  413. div.dataTables_length select {
  414. width: 75px;
  415. }
  416. div.dataTables_filter label {
  417. float: right;
  418. width: 460px;
  419. }
  420. div.dataTables_info {
  421. padding-top: 8px;
  422. }
  423. div.dataTables_paginate {
  424. float: right;
  425. margin: 0;
  426. }
  427. /*
  428. *********************************************************/
  429. /* Pagination nested */
  430. .paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  431. height: 19px;
  432. width: 19px;
  433. margin-left: 3px;
  434. float: left;
  435. }
  436. .paginate_disabled_previous {
  437. background-image: url('../art/datatables/back_disabled.jpg');
  438. }
  439. .paginate_enabled_previous {
  440. background-image: url('../art/datatables/back_enabled.jpg');
  441. }
  442. .paginate_disabled_next {
  443. background-image: url('../art/datatables/forward_disabled.jpg');
  444. }
  445. .paginate_enabled_next {
  446. background-image: url('../art/datatables/forward_enabled.jpg');
  447. }
  448. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  449. * DataTables display
  450. */
  451. table.display {
  452. margin: 0 auto;
  453. clear: both;
  454. width: 100%;
  455. /* Note Firefox 3.5 and before have a bug with border-collapse
  456. * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 )
  457. * border-spacing: 0; is one possible option. Conditional-css.com is
  458. * useful for this kind of thing
  459. *
  460. * Further note IE 6/7 has problems when calculating widths with border width.
  461. * It subtracts one px relative to the other browsers from the first column, and
  462. * adds one to the end...
  463. *
  464. * If you want that effect I'd suggest setting a border-top/left on th/td's and
  465. * then filling in the gaps with other borders.
  466. */
  467. }
  468. table.display thead th {
  469. padding: 3px 18px 3px 10px;
  470. border-bottom: 1px solid black;
  471. font-weight: bold;
  472. cursor: pointer;
  473. *cursor: hand;
  474. }
  475. table.display tfoot th {
  476. padding: 3px 18px 3px 10px;
  477. border-top: 1px solid black;
  478. font-weight: bold;
  479. }
  480. table.display tr.heading2 td {
  481. border-bottom: 1px solid #aaa;
  482. }
  483. table.display td {
  484. padding: 3px 10px;
  485. }
  486. table.display td.center {
  487. text-align: center;
  488. }
  489. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  490. * DataTables sorting
  491. */
  492. .dataTables_wrapper table {
  493. border-collapse: separate;
  494. *border-collapse: collapsed;
  495. }
  496. .sorting_asc {
  497. cursor: pointer;
  498. background: url('../art/datatables/sort_asc.png') no-repeat center left;
  499. border-top: 3px solid #FFFFFF !important;
  500. padding-left: 20px !important;
  501. vertical-align: middle!important;
  502. }
  503. .sorting_desc {
  504. cursor: pointer;
  505. background: url('../art/datatables/sort_desc.png') no-repeat center left;
  506. border-top: 3px solid #FFFFFF !important;
  507. padding-left: 20px !important;
  508. vertical-align: middle!important;
  509. }
  510. .sorting {
  511. cursor: pointer;
  512. background: url('../art/datatables/sort_both.png') no-repeat center left;
  513. border-top: 3px solid #FFFFFF !important;
  514. padding-left: 20px !important;
  515. vertical-align: middle!important;
  516. }
  517. .sorting_disabled {
  518. vertical-align: middle!important;
  519. }
  520. .sorting:hover, .sorting_asc:hover, .sorting_desc:hover {
  521. border-top: 3px solid #EEEEEE !important;
  522. }
  523. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  524. * Misc
  525. */
  526. .dataTables_scroll {
  527. clear: both;
  528. }
  529. .dataTables_scrollBody {
  530. *margin-top: -1px;
  531. }
  532. .top .dataTables_info {
  533. float: none;
  534. }
  535. .clear {
  536. clear: both;
  537. }
  538. .dataTables_empty {
  539. text-align: center;
  540. }
  541. tfoot input {
  542. margin: 0.5em 0;
  543. width: 100%;
  544. color: #444;
  545. }
  546. tfoot input.search_init {
  547. color: #999;
  548. }
  549. td.group {
  550. background-color: #d1cfd0;
  551. border-bottom: 2px solid #A19B9E;
  552. border-top: 2px solid #A19B9E;
  553. }
  554. td.details {
  555. background-color: #d1cfd0;
  556. border: 2px solid #A19B9E;
  557. }
  558. .example_alt_pagination div.dataTables_info {
  559. width: 40%;
  560. }
  561. .paging_full_numbers {
  562. width: 400px;
  563. height: 22px;
  564. line-height: 22px;
  565. }
  566. .paging_full_numbers span.paginate_button,
  567. .paging_full_numbers span.paginate_active {
  568. border: 1px solid #aaa;
  569. -webkit-border-radius: 5px;
  570. -moz-border-radius: 5px;
  571. padding: 2px 5px;
  572. margin: 0 3px;
  573. cursor: pointer;
  574. *cursor: hand;
  575. }
  576. .paging_full_numbers span.paginate_button {
  577. background-color: #ddd;
  578. }
  579. .paging_full_numbers span.paginate_button:hover {
  580. background-color: #ccc;
  581. }
  582. .paging_full_numbers span.paginate_active {
  583. background-color: #99B3FF;
  584. }
  585. table.display tr.even.row_selected td {
  586. background-color: #B0BED9;
  587. }
  588. table.display tr.odd.row_selected td {
  589. background-color: #9FAFD1;
  590. }
  591. tr.odd.gradeA td.sorting_1 {
  592. background-color: #c4ffc4;
  593. }
  594. tr.odd.gradeA td.sorting_2 {
  595. background-color: #d1ffd1;
  596. }
  597. tr.odd.gradeA td.sorting_3 {
  598. background-color: #d1ffd1;
  599. }
  600. tr.even.gradeA td.sorting_1 {
  601. background-color: #d5ffd5;
  602. }
  603. tr.even.gradeA td.sorting_2 {
  604. background-color: #e2ffe2;
  605. }
  606. tr.even.gradeA td.sorting_3 {
  607. background-color: #e2ffe2;
  608. }
  609. tr.odd.gradeC td.sorting_1 {
  610. background-color: #c4c4ff;
  611. }
  612. tr.odd.gradeC td.sorting_2 {
  613. background-color: #d1d1ff;
  614. }
  615. tr.odd.gradeC td.sorting_3 {
  616. background-color: #d1d1ff;
  617. }
  618. tr.even.gradeC td.sorting_1 {
  619. background-color: #d5d5ff;
  620. }
  621. tr.even.gradeC td.sorting_2 {
  622. background-color: #e2e2ff;
  623. }
  624. tr.even.gradeC td.sorting_3 {
  625. background-color: #e2e2ff;
  626. }
  627. tr.odd.gradeX td.sorting_1 {
  628. background-color: #ffc4c4;
  629. }
  630. tr.odd.gradeX td.sorting_2 {
  631. background-color: #ffd1d1;
  632. }
  633. tr.odd.gradeX td.sorting_3 {
  634. background-color: #ffd1d1;
  635. }
  636. tr.even.gradeX td.sorting_1 {
  637. background-color: #ffd5d5;
  638. }
  639. tr.even.gradeX td.sorting_2 {
  640. background-color: #ffe2e2;
  641. }
  642. tr.even.gradeX td.sorting_3 {
  643. background-color: #ffe2e2;
  644. }
  645. tr.odd.gradeU td.sorting_1 {
  646. background-color: #c4c4c4;
  647. }
  648. tr.odd.gradeU td.sorting_2 {
  649. background-color: #d1d1d1;
  650. }
  651. tr.odd.gradeU td.sorting_3 {
  652. background-color: #d1d1d1;
  653. }
  654. tr.even.gradeU td.sorting_1 {
  655. background-color: #d5d5d5;
  656. }
  657. tr.even.gradeU td.sorting_2 {
  658. background-color: #e2e2e2;
  659. }
  660. tr.even.gradeU td.sorting_3 {
  661. background-color: #e2e2e2;
  662. }
  663. /*
  664. * Row highlighting example
  665. */
  666. .ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
  667. background-color: #ECFFB3;
  668. }
  669. .ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
  670. background-color: #E6FF99;
  671. }
  672. .ex_highlight_row #example tr.even:hover {
  673. background-color: #ECFFB3;
  674. }
  675. .ex_highlight_row #example tr.even:hover td.sorting_1 {
  676. background-color: #DDFF75;
  677. }
  678. .ex_highlight_row #example tr.even:hover td.sorting_2 {
  679. background-color: #E7FF9E;
  680. }
  681. .ex_highlight_row #example tr.even:hover td.sorting_3 {
  682. background-color: #E2FF89;
  683. }
  684. .ex_highlight_row #example tr.odd:hover {
  685. background-color: #E6FF99;
  686. }
  687. .ex_highlight_row #example tr.odd:hover td.sorting_1 {
  688. background-color: #D6FF5C;
  689. }
  690. .ex_highlight_row #example tr.odd:hover td.sorting_2 {
  691. background-color: #E0FF84;
  692. }
  693. .ex_highlight_row #example tr.odd:hover td.sorting_3 {
  694. background-color: #DBFF70;
  695. }
  696. /*
  697. * KeyTable
  698. */
  699. table.KeyTable td {
  700. border: 3px solid transparent;
  701. }
  702. table.KeyTable td.focus {
  703. border: 3px solid #3366FF;
  704. }
  705. table.display tr.gradeA {
  706. background-color: #eeffee;
  707. }
  708. table.display tr.gradeC {
  709. background-color: #ddddff;
  710. }
  711. table.display tr.gradeX {
  712. background-color: #ffdddd;
  713. }
  714. table.display tr.gradeU {
  715. background-color: #ddd;
  716. }
  717. div.box {
  718. height: 100px;
  719. padding: 10px;
  720. overflow: auto;
  721. border: 1px solid #8080FF;
  722. background-color: #E5E5FF;
  723. }
  724. /*
  725. * jHueFileChooser
  726. */
  727. .jHueFilechooserActions {
  728. margin-top: 14px;
  729. padding-top: 10px;
  730. border-top: 1px dashed #EEEEEE;
  731. }
  732. .pathChooser, .pathChooserKo, .pathFolderChooserKo {
  733. border-radius: 3px 0 0 3px !important;
  734. border-right: 0 !important;
  735. }
  736. .fileChooserBtn {
  737. border-radius: 0 3px 3px 0 !important;
  738. }
  739. /*
  740. * jHueSelector
  741. */
  742. .jHueSelector {
  743. border: 1px solid #F1F1F1;
  744. padding: 0;
  745. margin: 0;
  746. width: 300px;
  747. }
  748. .jHueSelectorHeader {
  749. background-color: #F1F1F1;
  750. padding: 4px;
  751. }
  752. .jHueSelector label {
  753. float: none;
  754. padding-left: 4px;
  755. }
  756. .jHueSelector label input[type=checkbox] {
  757. display: inline;
  758. margin-top: -2px;
  759. margin-right: 6px;
  760. }
  761. .jHueSelectorHeader input[type=text] {
  762. position: absolute;
  763. margin-left: 180px;
  764. width: 100px;
  765. height: 20px;
  766. min-height: 20px;
  767. border: 1px solid #CCCCCC;
  768. border-radius: 10px;
  769. -webkit-border-radius: 10px;
  770. -moz-border-radius: 10px;
  771. color: #555555;
  772. font-size: 10px;
  773. padding-left: 4px;
  774. }
  775. .jHueSelectorBody {
  776. height: 150px;
  777. overflow: auto;
  778. }
  779. .jHueSelector ul, li {
  780. margin: 0;
  781. padding: 0;
  782. }
  783. .jHueSelector ul {
  784. padding: 4px;
  785. list-style: none;
  786. }
  787. .jHueSelector li.selectorDivider {
  788. border-bottom: 1px solid #E5E5E5;
  789. padding: 4px;
  790. color: #338BB8;
  791. }
  792. .modal-body iframe {
  793. border: 0;
  794. width: 100%;
  795. height: 100%;
  796. overflow: hidden;
  797. }
  798. .modal-body iframe.scroll {
  799. overflow: auto;
  800. }
  801. .form-padding-fix {
  802. display: inline;
  803. padding: 0;
  804. margin: 0;
  805. }
  806. .table tbody tr:hover td, .table tbody tr:hover th {
  807. background-color: #EFEFEF;
  808. }
  809. .nounderline:hover {
  810. text-decoration: none;
  811. }
  812. .bar-label {
  813. text-align: center;
  814. color: #FFFFFF;
  815. font-size: 12px;
  816. text-shadow: -1px 0 1px #333, 0 1px 1px #333, 1px 0 1px #333, 0 -1px 1px #333;
  817. }
  818. .jHueNotify {
  819. position: fixed;
  820. top: 20px;
  821. left: 50%;
  822. margin-left: -200px;
  823. width: 400px;
  824. text-align: center;
  825. z-index: 8000;
  826. word-break: break-word;
  827. }
  828. .jHueNotify .close {
  829. right: -27px;
  830. }
  831. .empty-wrapper {
  832. margin-top: 50px;
  833. color: #BBB;
  834. line-height: 60px;
  835. }
  836. .empty-wrapper i {
  837. font-size: 148px;
  838. }
  839. /*
  840. * Advanced options
  841. */
  842. #advanced-btn {
  843. center: right
  844. }
  845. a#advanced-btn:link {
  846. color: black;
  847. text-decoration: none;
  848. }
  849. a#advanced-btn:active {
  850. color: black;
  851. text-decoration: none;
  852. }
  853. a#advanced-btn:visited {
  854. color: black;
  855. text-decoration: none;
  856. }
  857. a#advanced-btn:hover {
  858. color: black;
  859. text-decoration: none;
  860. }
  861. .hand {
  862. cursor: pointer;
  863. }
  864. .hueCheckbox {
  865. width: 15px;
  866. height: 15px;
  867. border: 1px solid #CCCCCC;
  868. margin-top: 2px !important;
  869. padding: 0 !important;
  870. display: block !important;
  871. cursor: default;
  872. }
  873. .hueCheckbox:hover {
  874. border-color: #999999;
  875. }
  876. .hueCheckboxText {
  877. left: 3px;
  878. position: relative;
  879. top: -3px;
  880. }
  881. .modal form {
  882. margin: 0;
  883. }
  884. /*
  885. * jHueTableExtender
  886. */
  887. .rowSelected {
  888. background-color: #EEEEEE !important;
  889. }
  890. .columnSelected {
  891. background-color: #EEEEEE !important;
  892. }
  893. .cellSelected {
  894. background-color: #DDDDDD !important;
  895. }
  896. #jHueTableExtenderNavigator {
  897. position: absolute;
  898. left: 0;
  899. top: 0;
  900. z-index: 1000;
  901. display: none;
  902. min-width: 160px;
  903. padding: 10px 20px 2px 10px;
  904. margin: 2px 0 0;
  905. background-color: #ffffff;
  906. border: 1px solid #ccc;
  907. -webkit-border-radius: 6px;
  908. -moz-border-radius: 6px;
  909. border-radius: 6px;
  910. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  911. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  912. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  913. -webkit-background-clip: padding-box;
  914. -moz-background-clip: padding;
  915. background-clip: padding-box;
  916. white-space: nowrap;
  917. }
  918. #jHueTableExtenderNavigator a {
  919. margin-left: 10px;
  920. margin-right: -14px;
  921. margin-top: -12px;
  922. }
  923. #jHueScrollUpAnchor {
  924. color: #FFFFFF;
  925. opacity: 0.65;
  926. filter: alpha(opacity=65);
  927. display: none;
  928. position: fixed;
  929. z-index: 2147483647;
  930. bottom: 20px;
  931. right: 20px;
  932. -webkit-border-radius: 6px;
  933. -moz-border-radius: 6px;
  934. border-radius: 6px;
  935. background-color: #333333;
  936. padding: 10px;
  937. padding-left: 14px;
  938. padding-right: 14px;
  939. }
  940. #jHueScrollUpAnchor:hover {
  941. text-decoration: none;
  942. opacity: 0.85;
  943. filter: alpha(opacity=85);
  944. }
  945. #jHueTourMask {
  946. position: absolute;
  947. display: none;
  948. top: 0;
  949. left: 0;
  950. z-index: 9998;
  951. background-color: #FFFFFF;
  952. opacity: 0.9;
  953. filter: alpha(opacity=90);
  954. }
  955. .jHueTourBadge {
  956. background-color: #2c7fb3;
  957. background-image: -moz-linear-gradient(bottom, #2c7fb3, #01639c);
  958. background-image: -ms-linear-gradient(bottom, #2c7fb3, #01639c);
  959. background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#2c7fb3), to(#01639c));
  960. background-image: -webkit-linear-gradient(bottom, #2c7fb3, #01639c);
  961. background-image: -o-linear-gradient(bottom, #2c7fb3, #01639c);
  962. background-image: linear-gradient(bottom, #2c7fb3, #01639c);
  963. background-repeat: repeat-x;
  964. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01639c', endColorstr='#2c7fb3', GradientType=0);
  965. border: 1px solid #01639C;
  966. border-right: none;
  967. color: #FFFFFF;
  968. padding: 4px;
  969. padding-left: 8px;
  970. -webkit-border-top-left-radius: 4px;
  971. -webkit-border-bottom-left-radius: 4px;
  972. -moz-border-radius-topleft: 4px;
  973. -moz-border-radius-bottomleft: 4px;
  974. border-top-left-radius: 4px;
  975. border-bottom-left-radius: 4px;
  976. position: fixed;
  977. top: 100px;
  978. z-index: 10000;
  979. right: 0;
  980. cursor: pointer;
  981. }
  982. .jHueTourBadgeLeft {
  983. right: auto !important;
  984. left: 0;
  985. padding-left: 4px;
  986. padding-right: 8px;
  987. border-left: none;
  988. border-right: 1px solid #01639C;
  989. -webkit-border-top-left-radius: 0;
  990. -webkit-border-bottom-left-radius: 0;
  991. -moz-border-radius-topleft: 0;
  992. -moz-border-radius-bottomleft: 0;
  993. border-top-left-radius: 0;
  994. border-bottom-left-radius: 0;
  995. -webkit-border-top-right-radius: 4px;
  996. -webkit-border-bottom-right-radius: 4px;
  997. -moz-border-radius-topright: 4px;
  998. -moz-border-radius-bottomright: 4px;
  999. border-top-right-radius: 4px;
  1000. border-bottom-right-radius: 4px;
  1001. }
  1002. .jHueTourBadge:hover {
  1003. background-color: #2C7FB3;
  1004. }
  1005. .jHueTourExposed {
  1006. z-index: 9999;
  1007. }
  1008. .popover-inner {
  1009. text-align: left;
  1010. }
  1011. .popover {
  1012. z-index: 10000;
  1013. }
  1014. .CodeMirror-hints {
  1015. position: absolute;
  1016. z-index: 10000 !important;
  1017. overflow: hidden;
  1018. list-style: none;
  1019. margin: 0;
  1020. padding: 2px;
  1021. -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  1022. -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  1023. box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  1024. border-radius: 3px;
  1025. border: 1px solid silver;
  1026. background: white;
  1027. font-size: 90%;
  1028. font-family: monospace;
  1029. max-height: 20em;
  1030. overflow-y: auto;
  1031. }
  1032. .CodeMirror-hint {
  1033. margin: 0;
  1034. padding: 0 4px;
  1035. border-radius: 2px;
  1036. overflow: hidden;
  1037. white-space: pre;
  1038. color: black;
  1039. cursor: pointer;
  1040. }
  1041. .CodeMirror-hint-active, .CodeMirror-hint:hover {
  1042. background: #08f;
  1043. color: white;
  1044. }
  1045. .CodeMirror-spinner {
  1046. position: absolute;
  1047. z-index: 9999;
  1048. }
  1049. .tooltip {
  1050. border: 0;
  1051. z-index: 1032;
  1052. }
  1053. .nav i {
  1054. line-height: 24px!important;
  1055. }
  1056. .navbar .nav > li > a {
  1057. margin-right: 0!important;
  1058. padding-right: 5px;
  1059. padding-left: 5px;
  1060. }
  1061. .brand {
  1062. padding: 10px 20px!important;
  1063. margin-top: 4px!important;
  1064. }
  1065. .card-home {
  1066. padding-top: 4px;
  1067. }
  1068. .card-small {
  1069. margin-top: 0;
  1070. padding-top: 4px;
  1071. }
  1072. .card-listcontent ul {
  1073. margin: 0;
  1074. padding: 0;
  1075. list-style: none;
  1076. }
  1077. .card-listcontent ul li {
  1078. margin: 0;
  1079. padding: 0;
  1080. }
  1081. .card-listcontent a {
  1082. padding: 5px 15px;
  1083. display: block;
  1084. font-size: 14px;
  1085. font-weight: bold;
  1086. }
  1087. .card-listcontent a i {
  1088. color: #999999;
  1089. }
  1090. .card-listcontent a:hover {
  1091. background-color: #EEEEEE;
  1092. text-decoration: none;
  1093. }
  1094. .card-listcontent a:hover i {
  1095. color: #333333;
  1096. }
  1097. .card-tab {
  1098. margin-top: 0;
  1099. border-bottom: 1px solid #D8D8D8;
  1100. border-top: 0;
  1101. }
  1102. .card-tab-bordertop {
  1103. border-top: 1px solid #D8D8D8;
  1104. }
  1105. .card-marginbottom {
  1106. margin-bottom: 20px!important;
  1107. }
  1108. .card-heading-blue {
  1109. color: #338BB8!important;
  1110. }
  1111. .card-heading-nopadding {
  1112. padding-left: 0!important;
  1113. }
  1114. .card-heading-noborder {
  1115. border-bottom: none!important;
  1116. }
  1117. .dt-records {
  1118. margin-left: 10px;
  1119. }
  1120. .dt-pages {
  1121. margin-right: 10px;
  1122. float: right;
  1123. }
  1124. .progress {
  1125. height: 20px;
  1126. margin-bottom: 0;
  1127. padding: 0;
  1128. border: none;
  1129. }
  1130. .nav-list > li.white {
  1131. margin-left: -15px;
  1132. margin-right: -15px;
  1133. background-color: #FFFFFF;
  1134. border-left: 2px solid transparent;
  1135. margin-top: 1px;
  1136. padding: 9px 18px;
  1137. text-shadow: none;
  1138. transition: border 0.218s ease 0s;
  1139. }
  1140. .input-append.date .add-on i, .input-prepend.date .add-on i {
  1141. line-height: 28px;
  1142. }
  1143. .modal {
  1144. padding: 25px 20px!important;
  1145. margin-left: -290px!important;
  1146. }
  1147. #jHueTourVideoPlayer {
  1148. margin-left: -320px!important;
  1149. width: 640px;
  1150. }
  1151. .navigator {
  1152. position: fixed;
  1153. top: 0;
  1154. width: 100%;
  1155. background-color: #338BB8;
  1156. height: 28px;
  1157. z-index: 1033;
  1158. min-width: 740px;
  1159. }
  1160. .navigator .brand {
  1161. padding-top: 0 !important;
  1162. }
  1163. @media (max-width: 1180px) {
  1164. .navigator .nav-tabs > li > a, .navigator .nav-pills > li > a {
  1165. padding-right: 6px;
  1166. padding-left: 6px;
  1167. }
  1168. }
  1169. @media (max-width: 1024px) {
  1170. .navigator .hideable {
  1171. display: none;
  1172. }
  1173. }
  1174. @media (max-width: 830px) {
  1175. .brand {
  1176. display: none;
  1177. }
  1178. }
  1179. .navbar-fixed-top {
  1180. top: 28px;
  1181. }
  1182. .navigator .dropdown-menu {
  1183. z-index: 20000;
  1184. box-shadow: none;
  1185. margin-top: -4px;
  1186. margin-left: -1px;
  1187. border-top: 2px solid #EEE;
  1188. }
  1189. .navigator .nav-pills > li > a {
  1190. color: #DBE8F1;
  1191. font-weight: bold;
  1192. margin-bottom: 2px;
  1193. margin-top: 2px;
  1194. padding-bottom: 4px !important;
  1195. padding-top: 6px;
  1196. }
  1197. .navigator .dropdown-menu > li > a > .fa {
  1198. color: #267CC3;
  1199. font-size: 19px;
  1200. padding-left: 5px;
  1201. padding-right: 8px;
  1202. }
  1203. .navigator .dropdown-menu > li > a {
  1204. padding-left: 5px;
  1205. padding-right: 30px;
  1206. }
  1207. .navigator .dropdown-menu > li > a > img {
  1208. padding-right: 6px;
  1209. }
  1210. .navigator .nav-pills > li.dropdown > a {
  1211. padding-bottom: 2px !important;
  1212. }
  1213. .navigator .nav-pills > li > a:hover, .navigator .nav-pills > li > a:focus {
  1214. color: #FFF;
  1215. border-color: #EEE !important;
  1216. }
  1217. .navigator .nav i {
  1218. line-height: 14px !important;
  1219. }
  1220. .navigator .nav-pills .open .dropdown-toggle, .navigator .nav > li.dropdown.open.active > a:hover, .navigator .nav > li.dropdown.open.active > a:focus {
  1221. color: #FFFFFF;
  1222. }
  1223. .currentApp {
  1224. font-size: 20px;
  1225. padding-top: 13px;
  1226. padding-left: 0;
  1227. color: #338BB8;
  1228. cursor: pointer;
  1229. }
  1230. .currentApp a {
  1231. font-size: 20px !important;
  1232. color: #338BB8 !important;
  1233. padding: 0 !important;
  1234. margin-top: -4px !important;
  1235. border: none !important;
  1236. max-width: none!important;
  1237. }
  1238. .currentApp a:focus, .currentApp a:hover {
  1239. color: #338BB8 !important;
  1240. }
  1241. .currentApp img {
  1242. margin-top: -3px;
  1243. }
  1244. .navbar-fixed-top.nokids .navbar-inner {
  1245. height: 45px;
  1246. }
  1247. a, a:hover, a:active, a:focus {
  1248. outline: 0;
  1249. }
  1250. #jHueTourVideoPlayer .modal-body {
  1251. max-height: 460px;
  1252. }
  1253. .hueOverlay {
  1254. top: 28px;
  1255. left: 0;
  1256. right: 0;
  1257. bottom: 0;
  1258. position: fixed;
  1259. z-index: 100500;
  1260. background-color: #FFF;
  1261. color: #333;
  1262. font-size: 60px;
  1263. opacity: 0.7;
  1264. text-align: center;
  1265. vertical-align: middle;
  1266. padding-top: 70px;
  1267. }
  1268. #jHueBlueprintTooltip {
  1269. position: absolute;
  1270. display: none;
  1271. border: 1px solid #61AE36;
  1272. padding: 2px;
  1273. background-color: #C2E0B0;
  1274. opacity: 0.80;
  1275. }
  1276. .btn.active, .btn:active {
  1277. border-color: rgba(0, 0, 0, 0.1);
  1278. outline: 0;
  1279. -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3) inset;
  1280. -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3) inset;
  1281. box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3) inset;
  1282. }
  1283. .side-labels {
  1284. -webkit-transform: rotate(-90deg);
  1285. -moz-transform: rotate(-90deg);
  1286. -o-transform: rotate(-90deg);
  1287. -ms-transform: rotate(-90deg);
  1288. -sand-transform: rotate(90deg);
  1289. -webkit-transform-origin: 100% 0;
  1290. -moz-transform-origin: 100% 0;
  1291. -ms-transform-origin: 100% 0;
  1292. -o-transform-origin: 100% 0;
  1293. transform-origin: 100% 0;
  1294. display: block;
  1295. position: fixed;
  1296. top: 270px;
  1297. right: 30px;
  1298. }
  1299. .side-labels li {
  1300. font-size: 1em;
  1301. padding: 4px 16px !important;
  1302. cursor: pointer;
  1303. font-weight: 500;
  1304. border-top: 2px solid #FFF;
  1305. }
  1306. .side-labels li a {
  1307. color: #F0F0F0!important;
  1308. }
  1309. .side-labels li:hover a {
  1310. color: #FFF!important;
  1311. text-decoration: none;
  1312. }
  1313. .side-labels .feedback {
  1314. background-color: #338BB8;
  1315. }
  1316. .side-labels .feedback:hover {
  1317. border-top-color: #338BB8;
  1318. }
  1319. body.modal-open {
  1320. overflow: hidden;
  1321. }
  1322. .demi-modal {
  1323. position: fixed;
  1324. top: 0;
  1325. left: 0;
  1326. z-index: 1050;
  1327. width: 100%;
  1328. margin: -1px;
  1329. padding: 0;
  1330. background-color: #ffffff;
  1331. min-height: 210px;
  1332. border: 1px solid #999;
  1333. border: 1px solid rgba(0, 0, 0, 0.3);
  1334. *border: 1px solid #999;
  1335. -webkit-border-bottom-right-radius: 0px;
  1336. -webkit-border-bottom-left-radius: 0px;
  1337. -moz-border-radius-bottomright: 0px;
  1338. -moz-border-radius-bottomleft: 0px;
  1339. border-bottom-right-radius: 0px;
  1340. border-bottom-left-radius: 0px;
  1341. outline: none;
  1342. -webkit-box-shadow: none;
  1343. -moz-box-shadow: none;
  1344. box-shadow: none;
  1345. -webkit-background-clip: padding-box;
  1346. -moz-background-clip: padding-box;
  1347. background-clip: padding-box;
  1348. }
  1349. .demi-modal.fade {
  1350. top: -25%;
  1351. -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  1352. -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  1353. -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  1354. transition: opacity 0.3s linear, top 0.3s ease-out;
  1355. }
  1356. .demi-modal.fade.in {
  1357. top: 0;
  1358. }
  1359. .demi-modal .modal-header {
  1360. padding: 9px 15px;
  1361. border-bottom: 1px solid #eee;
  1362. }
  1363. .demi-modal .modal-header .close {
  1364. margin-top: 2px;
  1365. }
  1366. .demi-modal .modal-body {
  1367. position: relative;
  1368. max-height: 400px;
  1369. padding: 15px;
  1370. overflow-y: auto;
  1371. }
  1372. .demi-modal .modal-footer {
  1373. padding: 10px;
  1374. }
  1375. .control-group.error .input-prepend .add-on i, .control-group.error .input-append .add-on i {
  1376. color: #fff;
  1377. }
  1378. .app-icon {
  1379. width: 24px;
  1380. height: 24px;
  1381. }
  1382. .brand img {
  1383. width: 60px;
  1384. height: 16px;
  1385. }
  1386. /*********************************************************
  1387. *
  1388. * Misc styles that can be reused as needed
  1389. * - from admin_collections.mako template
  1390. *
  1391. ********************************************************/
  1392. .spinner {
  1393. color: #ddd;
  1394. font-size: 60px;
  1395. }
  1396. .pointer {
  1397. cursor: pointer;
  1398. }
  1399. .inline {
  1400. display: inline;
  1401. }
  1402. .actionbar-creation {
  1403. margin: 0;
  1404. }
  1405. .actionbar-actions {
  1406. margin: 0px 0px 10px 0px;
  1407. }
  1408. #jHueHdfsAutocomplete ul li {
  1409. cursor: pointer;
  1410. }
  1411. #jHueHdfsAutocomplete ul li:hover, #jHueHdfsAutocomplete ul li.active {
  1412. color: #FFFFFF;
  1413. background: #338BB8;
  1414. }
  1415. #jHueHdfsAutocomplete .popover-content {
  1416. max-height: 200px;
  1417. overflow-y: auto;
  1418. }