hue3.css 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640
  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. }
  502. .sorting_desc {
  503. cursor: pointer;
  504. background: url('../art/datatables/sort_desc.png') no-repeat center left;
  505. border-top: 3px solid #FFFFFF !important;
  506. padding-left: 20px !important;
  507. }
  508. .sorting {
  509. cursor: pointer;
  510. background: url('../art/datatables/sort_both.png') no-repeat center left;
  511. border-top: 3px solid #FFFFFF !important;
  512. padding-left: 20px !important;
  513. }
  514. .sorting:hover, .sorting_asc:hover, .sorting_desc:hover {
  515. border-top: 3px solid #EEEEEE !important;
  516. }
  517. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  518. * Misc
  519. */
  520. .dataTables_scroll {
  521. clear: both;
  522. }
  523. .dataTables_scrollBody {
  524. *margin-top: -1px;
  525. }
  526. .top .dataTables_info {
  527. float: none;
  528. }
  529. .clear {
  530. clear: both;
  531. }
  532. .dataTables_empty {
  533. text-align: center;
  534. }
  535. tfoot input {
  536. margin: 0.5em 0;
  537. width: 100%;
  538. color: #444;
  539. }
  540. tfoot input.search_init {
  541. color: #999;
  542. }
  543. td.group {
  544. background-color: #d1cfd0;
  545. border-bottom: 2px solid #A19B9E;
  546. border-top: 2px solid #A19B9E;
  547. }
  548. td.details {
  549. background-color: #d1cfd0;
  550. border: 2px solid #A19B9E;
  551. }
  552. .example_alt_pagination div.dataTables_info {
  553. width: 40%;
  554. }
  555. .paging_full_numbers {
  556. width: 400px;
  557. height: 22px;
  558. line-height: 22px;
  559. }
  560. .paging_full_numbers span.paginate_button,
  561. .paging_full_numbers span.paginate_active {
  562. border: 1px solid #aaa;
  563. -webkit-border-radius: 5px;
  564. -moz-border-radius: 5px;
  565. padding: 2px 5px;
  566. margin: 0 3px;
  567. cursor: pointer;
  568. *cursor: hand;
  569. }
  570. .paging_full_numbers span.paginate_button {
  571. background-color: #ddd;
  572. }
  573. .paging_full_numbers span.paginate_button:hover {
  574. background-color: #ccc;
  575. }
  576. .paging_full_numbers span.paginate_active {
  577. background-color: #99B3FF;
  578. }
  579. table.display tr.even.row_selected td {
  580. background-color: #B0BED9;
  581. }
  582. table.display tr.odd.row_selected td {
  583. background-color: #9FAFD1;
  584. }
  585. tr.odd.gradeA td.sorting_1 {
  586. background-color: #c4ffc4;
  587. }
  588. tr.odd.gradeA td.sorting_2 {
  589. background-color: #d1ffd1;
  590. }
  591. tr.odd.gradeA td.sorting_3 {
  592. background-color: #d1ffd1;
  593. }
  594. tr.even.gradeA td.sorting_1 {
  595. background-color: #d5ffd5;
  596. }
  597. tr.even.gradeA td.sorting_2 {
  598. background-color: #e2ffe2;
  599. }
  600. tr.even.gradeA td.sorting_3 {
  601. background-color: #e2ffe2;
  602. }
  603. tr.odd.gradeC td.sorting_1 {
  604. background-color: #c4c4ff;
  605. }
  606. tr.odd.gradeC td.sorting_2 {
  607. background-color: #d1d1ff;
  608. }
  609. tr.odd.gradeC td.sorting_3 {
  610. background-color: #d1d1ff;
  611. }
  612. tr.even.gradeC td.sorting_1 {
  613. background-color: #d5d5ff;
  614. }
  615. tr.even.gradeC td.sorting_2 {
  616. background-color: #e2e2ff;
  617. }
  618. tr.even.gradeC td.sorting_3 {
  619. background-color: #e2e2ff;
  620. }
  621. tr.odd.gradeX td.sorting_1 {
  622. background-color: #ffc4c4;
  623. }
  624. tr.odd.gradeX td.sorting_2 {
  625. background-color: #ffd1d1;
  626. }
  627. tr.odd.gradeX td.sorting_3 {
  628. background-color: #ffd1d1;
  629. }
  630. tr.even.gradeX td.sorting_1 {
  631. background-color: #ffd5d5;
  632. }
  633. tr.even.gradeX td.sorting_2 {
  634. background-color: #ffe2e2;
  635. }
  636. tr.even.gradeX td.sorting_3 {
  637. background-color: #ffe2e2;
  638. }
  639. tr.odd.gradeU td.sorting_1 {
  640. background-color: #c4c4c4;
  641. }
  642. tr.odd.gradeU td.sorting_2 {
  643. background-color: #d1d1d1;
  644. }
  645. tr.odd.gradeU td.sorting_3 {
  646. background-color: #d1d1d1;
  647. }
  648. tr.even.gradeU td.sorting_1 {
  649. background-color: #d5d5d5;
  650. }
  651. tr.even.gradeU td.sorting_2 {
  652. background-color: #e2e2e2;
  653. }
  654. tr.even.gradeU td.sorting_3 {
  655. background-color: #e2e2e2;
  656. }
  657. /*
  658. * Row highlighting example
  659. */
  660. .ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
  661. background-color: #ECFFB3;
  662. }
  663. .ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
  664. background-color: #E6FF99;
  665. }
  666. .ex_highlight_row #example tr.even:hover {
  667. background-color: #ECFFB3;
  668. }
  669. .ex_highlight_row #example tr.even:hover td.sorting_1 {
  670. background-color: #DDFF75;
  671. }
  672. .ex_highlight_row #example tr.even:hover td.sorting_2 {
  673. background-color: #E7FF9E;
  674. }
  675. .ex_highlight_row #example tr.even:hover td.sorting_3 {
  676. background-color: #E2FF89;
  677. }
  678. .ex_highlight_row #example tr.odd:hover {
  679. background-color: #E6FF99;
  680. }
  681. .ex_highlight_row #example tr.odd:hover td.sorting_1 {
  682. background-color: #D6FF5C;
  683. }
  684. .ex_highlight_row #example tr.odd:hover td.sorting_2 {
  685. background-color: #E0FF84;
  686. }
  687. .ex_highlight_row #example tr.odd:hover td.sorting_3 {
  688. background-color: #DBFF70;
  689. }
  690. /*
  691. * KeyTable
  692. */
  693. table.KeyTable td {
  694. border: 3px solid transparent;
  695. }
  696. table.KeyTable td.focus {
  697. border: 3px solid #3366FF;
  698. }
  699. table.display tr.gradeA {
  700. background-color: #eeffee;
  701. }
  702. table.display tr.gradeC {
  703. background-color: #ddddff;
  704. }
  705. table.display tr.gradeX {
  706. background-color: #ffdddd;
  707. }
  708. table.display tr.gradeU {
  709. background-color: #ddd;
  710. }
  711. div.box {
  712. height: 100px;
  713. padding: 10px;
  714. overflow: auto;
  715. border: 1px solid #8080FF;
  716. background-color: #E5E5FF;
  717. }
  718. /*
  719. * jHueFileChooser
  720. */
  721. .jHueFilechooserActions {
  722. margin-top: 14px;
  723. padding-top: 10px;
  724. border-top: 1px dashed #EEEEEE;
  725. }
  726. .pathChooser, .pathChooserKo, .pathFolderChooserKo {
  727. border-radius: 3px 0 0 3px !important;
  728. border-right: 0 !important;
  729. }
  730. .fileChooserBtn {
  731. border-radius: 0 3px 3px 0 !important;
  732. }
  733. /*
  734. * jHueSelector
  735. */
  736. .jHueSelector {
  737. border: 1px solid #F1F1F1;
  738. padding: 0;
  739. margin: 0;
  740. width: 300px;
  741. }
  742. .jHueSelectorHeader {
  743. background-color: #F1F1F1;
  744. padding: 4px;
  745. }
  746. .jHueSelector label {
  747. float: none;
  748. padding-left: 4px;
  749. }
  750. .jHueSelector label input[type=checkbox] {
  751. display: inline;
  752. margin-top: -2px;
  753. margin-right: 6px;
  754. }
  755. .jHueSelectorHeader input[type=text] {
  756. position: absolute;
  757. margin-left: 180px;
  758. width: 100px;
  759. height: 20px;
  760. min-height: 20px;
  761. border: 1px solid #CCCCCC;
  762. border-radius: 10px;
  763. -webkit-border-radius: 10px;
  764. -moz-border-radius: 10px;
  765. color: #555555;
  766. font-size: 10px;
  767. padding-left: 4px;
  768. }
  769. .jHueSelectorBody {
  770. height: 150px;
  771. overflow: auto;
  772. }
  773. .jHueSelector ul, li {
  774. margin: 0;
  775. padding: 0;
  776. }
  777. .jHueSelector ul {
  778. padding: 4px;
  779. list-style: none;
  780. }
  781. .jHueSelector li.selectorDivider {
  782. border-bottom: 1px solid #E5E5E5;
  783. padding: 4px;
  784. color: #338BB8;
  785. }
  786. .modal-body iframe {
  787. border: 0;
  788. width: 100%;
  789. height: 100%;
  790. overflow: hidden;
  791. }
  792. .modal-body iframe.scroll {
  793. overflow: auto;
  794. }
  795. .form-padding-fix {
  796. display: inline;
  797. padding: 0;
  798. margin: 0;
  799. }
  800. .table tbody tr:hover td, .table tbody tr:hover th {
  801. background-color: #EFEFEF;
  802. }
  803. .nounderline:hover {
  804. text-decoration: none;
  805. }
  806. .bar-label {
  807. text-align: center;
  808. color: #FFFFFF;
  809. font-size: 12px;
  810. text-shadow: -1px 0 1px #333, 0 1px 1px #333, 1px 0 1px #333, 0 -1px 1px #333;
  811. }
  812. .jHueNotify {
  813. position: fixed;
  814. top: 20px;
  815. left: 50%;
  816. margin-left: -200px;
  817. width: 400px;
  818. text-align: center;
  819. z-index: 8000;
  820. }
  821. .jHueNotify .close {
  822. right: -27px;
  823. }
  824. .empty-wrapper {
  825. margin-top: 50px;
  826. color: #BBB;
  827. line-height: 60px;
  828. }
  829. .empty-wrapper i {
  830. font-size: 148px;
  831. }
  832. /*
  833. * Advanced options
  834. */
  835. #advanced-btn {
  836. center: right
  837. }
  838. a#advanced-btn:link {
  839. color: black;
  840. text-decoration: none;
  841. }
  842. a#advanced-btn:active {
  843. color: black;
  844. text-decoration: none;
  845. }
  846. a#advanced-btn:visited {
  847. color: black;
  848. text-decoration: none;
  849. }
  850. a#advanced-btn:hover {
  851. color: black;
  852. text-decoration: none;
  853. }
  854. .hand {
  855. cursor: pointer;
  856. }
  857. .hueCheckbox {
  858. width: 15px;
  859. height: 15px;
  860. border: 1px solid #CCCCCC;
  861. margin-top: 2px !important;
  862. padding: 0 !important;
  863. display: block !important;
  864. cursor: default;
  865. }
  866. .hueCheckbox:hover {
  867. border-color: #999999;
  868. }
  869. .modal form {
  870. margin: 0;
  871. }
  872. /*
  873. * jHueTableExtender
  874. */
  875. .rowSelected {
  876. background-color: #EEEEEE !important;
  877. }
  878. .columnSelected {
  879. background-color: #EEEEEE !important;
  880. }
  881. .cellSelected {
  882. background-color: #DDDDDD !important;
  883. }
  884. #jHueTableExtenderNavigator {
  885. position: absolute;
  886. left: 0;
  887. top: 0;
  888. z-index: 1000;
  889. display: none;
  890. min-width: 160px;
  891. padding: 10px 20px 2px 10px;
  892. margin: 2px 0 0;
  893. background-color: #ffffff;
  894. border: 1px solid #ccc;
  895. -webkit-border-radius: 6px;
  896. -moz-border-radius: 6px;
  897. border-radius: 6px;
  898. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  899. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  900. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  901. -webkit-background-clip: padding-box;
  902. -moz-background-clip: padding;
  903. background-clip: padding-box;
  904. white-space: nowrap;
  905. }
  906. #jHueTableExtenderNavigator a {
  907. margin-left: 10px;
  908. margin-right: -14px;
  909. margin-top: -12px;
  910. }
  911. #jHueScrollUpAnchor {
  912. color: #FFFFFF;
  913. opacity: 0.65;
  914. filter: alpha(opacity=65);
  915. display: none;
  916. position: fixed;
  917. z-index: 2147483647;
  918. bottom: 20px;
  919. right: 20px;
  920. -webkit-border-radius: 6px;
  921. -moz-border-radius: 6px;
  922. border-radius: 6px;
  923. background-color: #333333;
  924. padding: 10px;
  925. padding-left: 14px;
  926. padding-right: 14px;
  927. }
  928. #jHueScrollUpAnchor:hover {
  929. text-decoration: none;
  930. opacity: 0.85;
  931. filter: alpha(opacity=85);
  932. }
  933. #jHueTourMask {
  934. position: absolute;
  935. display: none;
  936. top: 0;
  937. left: 0;
  938. z-index: 9998;
  939. background-color: #FFFFFF;
  940. opacity: 0.9;
  941. filter: alpha(opacity=90);
  942. }
  943. .jHueTourBadge {
  944. background-color: #2c7fb3;
  945. background-image: -moz-linear-gradient(bottom, #2c7fb3, #01639c);
  946. background-image: -ms-linear-gradient(bottom, #2c7fb3, #01639c);
  947. background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#2c7fb3), to(#01639c));
  948. background-image: -webkit-linear-gradient(bottom, #2c7fb3, #01639c);
  949. background-image: -o-linear-gradient(bottom, #2c7fb3, #01639c);
  950. background-image: linear-gradient(bottom, #2c7fb3, #01639c);
  951. background-repeat: repeat-x;
  952. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01639c', endColorstr='#2c7fb3', GradientType=0);
  953. border: 1px solid #01639C;
  954. border-right: none;
  955. color: #FFFFFF;
  956. padding: 4px;
  957. padding-left: 8px;
  958. -webkit-border-top-left-radius: 4px;
  959. -webkit-border-bottom-left-radius: 4px;
  960. -moz-border-radius-topleft: 4px;
  961. -moz-border-radius-bottomleft: 4px;
  962. border-top-left-radius: 4px;
  963. border-bottom-left-radius: 4px;
  964. position: fixed;
  965. top: 100px;
  966. z-index: 10000;
  967. right: 0;
  968. cursor: pointer;
  969. }
  970. .jHueTourBadgeLeft {
  971. right: auto !important;
  972. left: 0;
  973. padding-left: 4px;
  974. padding-right: 8px;
  975. border-left: none;
  976. border-right: 1px solid #01639C;
  977. -webkit-border-top-left-radius: 0;
  978. -webkit-border-bottom-left-radius: 0;
  979. -moz-border-radius-topleft: 0;
  980. -moz-border-radius-bottomleft: 0;
  981. border-top-left-radius: 0;
  982. border-bottom-left-radius: 0;
  983. -webkit-border-top-right-radius: 4px;
  984. -webkit-border-bottom-right-radius: 4px;
  985. -moz-border-radius-topright: 4px;
  986. -moz-border-radius-bottomright: 4px;
  987. border-top-right-radius: 4px;
  988. border-bottom-right-radius: 4px;
  989. }
  990. .jHueTourBadge:hover {
  991. background-color: #2C7FB3;
  992. }
  993. .jHueTourExposed {
  994. z-index: 9999;
  995. }
  996. .popover-inner {
  997. text-align: left;
  998. }
  999. .popover {
  1000. z-index: 10000;
  1001. }
  1002. .CodeMirror-hints {
  1003. position: absolute;
  1004. z-index: 10000 !important;
  1005. overflow: hidden;
  1006. list-style: none;
  1007. margin: 0;
  1008. padding: 2px;
  1009. -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  1010. -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  1011. box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  1012. border-radius: 3px;
  1013. border: 1px solid silver;
  1014. background: white;
  1015. font-size: 90%;
  1016. font-family: monospace;
  1017. max-height: 20em;
  1018. overflow-y: auto;
  1019. }
  1020. .CodeMirror-hint {
  1021. margin: 0;
  1022. padding: 0 4px;
  1023. border-radius: 2px;
  1024. overflow: hidden;
  1025. white-space: pre;
  1026. color: black;
  1027. cursor: pointer;
  1028. }
  1029. .CodeMirror-hint-active, .CodeMirror-hint:hover {
  1030. background: #08f;
  1031. color: white;
  1032. }
  1033. .CodeMirror-spinner {
  1034. position: absolute;
  1035. z-index: 9999;
  1036. }
  1037. .card table {
  1038. padding-left: 10px;
  1039. padding-right: 10px;
  1040. }
  1041. .tooltip {
  1042. border: 0;
  1043. z-index: 1032;
  1044. }
  1045. .nav i {
  1046. line-height: 24px!important;
  1047. }
  1048. .navbar .nav > li > a {
  1049. margin-right: 0!important;
  1050. padding-right: 5px;
  1051. padding-left: 5px;
  1052. }
  1053. .brand {
  1054. padding: 10px 20px!important;
  1055. margin-top: 4px!important;
  1056. }
  1057. .card-home {
  1058. padding-top: 4px;
  1059. }
  1060. .card-small {
  1061. margin-top: 0;
  1062. padding-top: 4px;
  1063. }
  1064. .card-listcontent ul {
  1065. margin: 0;
  1066. padding: 0;
  1067. list-style: none;
  1068. }
  1069. .card-listcontent ul li {
  1070. margin: 0;
  1071. padding: 0;
  1072. }
  1073. .card-listcontent a {
  1074. padding: 5px 15px;
  1075. display: block;
  1076. font-size: 14px;
  1077. font-weight: bold;
  1078. }
  1079. .card-listcontent a i {
  1080. color: #999999;
  1081. }
  1082. .card-listcontent a:hover {
  1083. background-color: #EEEEEE;
  1084. text-decoration: none;
  1085. }
  1086. .card-listcontent a:hover i {
  1087. color: #333333;
  1088. }
  1089. .card-tab {
  1090. margin-top: 0;
  1091. border-bottom: 1px solid #D8D8D8;
  1092. border-top: 0;
  1093. }
  1094. .card-tab-bordertop {
  1095. border-top: 1px solid #D8D8D8;
  1096. }
  1097. .card-marginbottom {
  1098. margin-bottom: 20px!important;
  1099. }
  1100. .card-heading-blue {
  1101. color: #338BB8!important;
  1102. }
  1103. .card-heading-nopadding {
  1104. padding-left: 0!important;
  1105. }
  1106. .card-heading-noborder {
  1107. border-bottom: none!important;
  1108. }
  1109. .dt-records {
  1110. margin-left: 10px;
  1111. }
  1112. .dt-pages {
  1113. margin-right: 10px;
  1114. float: right;
  1115. }
  1116. .progress {
  1117. height: 20px;
  1118. margin-bottom: 0;
  1119. padding: 0;
  1120. border: none;
  1121. }
  1122. .nav-list > li.white {
  1123. margin-left: -15px;
  1124. margin-right: -15px;
  1125. background-color: #FFFFFF;
  1126. border-left: 2px solid transparent;
  1127. margin-top: 1px;
  1128. padding: 9px 18px;
  1129. text-shadow: none;
  1130. transition: border 0.218s ease 0s;
  1131. }
  1132. .input-append.date .add-on i, .input-prepend.date .add-on i {
  1133. line-height: 28px;
  1134. }
  1135. .modal {
  1136. padding: 25px 20px!important;
  1137. margin-left: -290px!important;
  1138. }
  1139. #jHueTourVideoPlayer {
  1140. margin-left: -320px!important;
  1141. width: 640px;
  1142. }
  1143. .navigator {
  1144. position: fixed;
  1145. top: 0;
  1146. width: 100%;
  1147. background-color: #338BB8;
  1148. height: 28px;
  1149. z-index: 1033;
  1150. min-width: 740px;
  1151. }
  1152. .navigator .brand {
  1153. padding-top: 0 !important;
  1154. }
  1155. @media (max-width: 1180px) {
  1156. .navigator .nav-tabs > li > a, .navigator .nav-pills > li > a {
  1157. padding-right: 6px;
  1158. padding-left: 6px;
  1159. }
  1160. }
  1161. @media (max-width: 1024px) {
  1162. .navigator .hideable {
  1163. display: none;
  1164. }
  1165. }
  1166. @media (max-width: 830px) {
  1167. .brand {
  1168. display: none;
  1169. }
  1170. }
  1171. .navbar-fixed-top {
  1172. top: 28px;
  1173. }
  1174. .navigator .dropdown-menu {
  1175. z-index: 20000;
  1176. box-shadow: none;
  1177. margin-top: -4px;
  1178. margin-left: -1px;
  1179. border-top: 2px solid #EEE;
  1180. }
  1181. .navigator .nav-pills > li > a {
  1182. color: #DBE8F1;
  1183. font-weight: bold;
  1184. margin-bottom: 2px;
  1185. margin-top: 2px;
  1186. padding-bottom: 4px !important;
  1187. padding-top: 6px;
  1188. }
  1189. .navigator .dropdown-menu > li > a {
  1190. padding-left: 5px;
  1191. padding-right: 30px;
  1192. }
  1193. .navigator .dropdown-menu > li > a > img {
  1194. padding-right: 6px;
  1195. }
  1196. .navigator .nav-pills > li.dropdown > a {
  1197. padding-bottom: 2px !important;
  1198. }
  1199. .navigator .nav-pills > li > a:hover, .navigator .nav-pills > li > a:focus {
  1200. color: #FFF;
  1201. border-color: #EEE !important;
  1202. }
  1203. .navigator .nav i {
  1204. line-height: 14px !important;
  1205. }
  1206. .navigator .nav-pills .open .dropdown-toggle, .navigator .nav > li.dropdown.open.active > a:hover, .navigator .nav > li.dropdown.open.active > a:focus {
  1207. color: #FFFFFF;
  1208. }
  1209. .currentApp {
  1210. font-size: 20px;
  1211. padding-top: 13px;
  1212. padding-left: 0;
  1213. color: #338BB8;
  1214. cursor: pointer;
  1215. }
  1216. .currentApp a {
  1217. font-size: 20px !important;
  1218. color: #338BB8 !important;
  1219. padding: 0 !important;
  1220. margin-top: -4px !important;
  1221. border: none !important;
  1222. max-width: none!important;
  1223. }
  1224. .currentApp a:focus, .currentApp a:hover {
  1225. color: #338BB8 !important;
  1226. }
  1227. .currentApp img {
  1228. margin-top: -3px;
  1229. }
  1230. .navbar-fixed-top.nokids .navbar-inner {
  1231. height: 45px;
  1232. }
  1233. a, a:hover, a:active, a:focus {
  1234. outline: 0;
  1235. }
  1236. #jHueTourVideoPlayer .modal-body {
  1237. max-height: 460px;
  1238. }
  1239. .hueOverlay {
  1240. top: 28px;
  1241. left: 0;
  1242. right: 0;
  1243. bottom: 0;
  1244. position: fixed;
  1245. z-index: 100500;
  1246. background-color: #FFF;
  1247. color: #333;
  1248. font-size: 60px;
  1249. opacity: 0.7;
  1250. text-align: center;
  1251. vertical-align: middle;
  1252. padding-top: 70px;
  1253. }
  1254. #jHueBlueprintTooltip {
  1255. position: absolute;
  1256. display: none;
  1257. border: 1px solid #61AE36;
  1258. padding: 2px;
  1259. background-color: #C2E0B0;
  1260. opacity: 0.80;
  1261. }
  1262. .btn.active, .btn:active {
  1263. border-color: rgba(0, 0, 0, 0.1);
  1264. outline: 0;
  1265. -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3) inset;
  1266. -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3) inset;
  1267. box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3) inset;
  1268. }
  1269. .side-labels {
  1270. -webkit-transform: rotate(-90deg);
  1271. -moz-transform: rotate(-90deg);
  1272. -o-transform: rotate(-90deg);
  1273. -ms-transform: rotate(-90deg);
  1274. -sand-transform: rotate(90deg);
  1275. -webkit-transform-origin: 100% 0;
  1276. -moz-transform-origin: 100% 0;
  1277. -ms-transform-origin: 100% 0;
  1278. -o-transform-origin: 100% 0;
  1279. transform-origin: 100% 0;
  1280. display: block;
  1281. position: fixed;
  1282. top: 270px;
  1283. right: 30px;
  1284. }
  1285. .side-labels li {
  1286. font-size: 1em;
  1287. padding: 4px 16px !important;
  1288. cursor: pointer;
  1289. font-weight: 500;
  1290. border-top: 2px solid #FFF;
  1291. }
  1292. .side-labels li a {
  1293. color: #F0F0F0!important;
  1294. }
  1295. .side-labels li:hover a {
  1296. color: #FFF!important;
  1297. text-decoration: none;
  1298. }
  1299. .side-labels .feedback {
  1300. background-color: #338BB8;
  1301. }
  1302. .side-labels .feedback:hover {
  1303. border-top-color: #338BB8;
  1304. }
  1305. body.modal-open {
  1306. overflow: hidden;
  1307. }
  1308. .demi-modal {
  1309. position: fixed;
  1310. top: 0;
  1311. left: 0;
  1312. z-index: 1050;
  1313. width: 100%;
  1314. margin: -1px;
  1315. padding: 0;
  1316. background-color: #ffffff;
  1317. min-height: 210px;
  1318. border: 1px solid #999;
  1319. border: 1px solid rgba(0, 0, 0, 0.3);
  1320. *border: 1px solid #999;
  1321. -webkit-border-bottom-right-radius: 6px;
  1322. -webkit-border-bottom-left-radius: 6px;
  1323. -moz-border-radius-bottomright: 6px;
  1324. -moz-border-radius-bottomleft: 6px;
  1325. border-bottom-right-radius: 6px;
  1326. border-bottom-left-radius: 6px;
  1327. outline: none;
  1328. -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  1329. -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  1330. box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  1331. -webkit-background-clip: padding-box;
  1332. -moz-background-clip: padding-box;
  1333. background-clip: padding-box;
  1334. }
  1335. .demi-modal.fade {
  1336. top: -25%;
  1337. -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  1338. -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  1339. -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  1340. transition: opacity 0.3s linear, top 0.3s ease-out;
  1341. }
  1342. .demi-modal.fade.in {
  1343. top: 0;
  1344. }
  1345. .demi-modal .modal-header {
  1346. padding: 9px 15px;
  1347. border-bottom: 1px solid #eee;
  1348. }
  1349. .demi-modal .modal-header .close {
  1350. margin-top: 2px;
  1351. }
  1352. .demi-modal .modal-body {
  1353. position: relative;
  1354. max-height: 400px;
  1355. padding: 15px;
  1356. overflow-y: auto;
  1357. }