template.css 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046
  1. .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
  2. position: relative;
  3. min-height: 1px;
  4. padding-right: 15px;
  5. padding-left: 15px
  6. }
  7. .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
  8. float: left
  9. }
  10. .col-xs-12 {
  11. width: 100%
  12. }
  13. .col-xs-11 {
  14. width: 91.66666667%
  15. }
  16. .col-xs-10 {
  17. width: 83.33333333%
  18. }
  19. .col-xs-9 {
  20. width: 75%
  21. }
  22. .col-xs-8 {
  23. width: 66.66666667%
  24. }
  25. .col-xs-7 {
  26. width: 58.33333333%
  27. }
  28. .col-xs-6 {
  29. width: 50%
  30. }
  31. .col-xs-5 {
  32. width: 41.66666667%
  33. }
  34. .col-xs-4 {
  35. width: 33.33333333%
  36. }
  37. .col-xs-3 {
  38. width: 25%
  39. }
  40. .col-xs-2 {
  41. width: 16.66666667%
  42. }
  43. .col-xs-1 {
  44. width: 8.33333333%
  45. }
  46. .col-xs-pull-12 {
  47. right: 100%
  48. }
  49. .col-xs-pull-11 {
  50. right: 91.66666667%
  51. }
  52. .col-xs-pull-10 {
  53. right: 83.33333333%
  54. }
  55. .col-xs-pull-9 {
  56. right: 75%
  57. }
  58. .col-xs-pull-8 {
  59. right: 66.66666667%
  60. }
  61. .col-xs-pull-7 {
  62. right: 58.33333333%
  63. }
  64. .col-xs-pull-6 {
  65. right: 50%
  66. }
  67. .col-xs-pull-5 {
  68. right: 41.66666667%
  69. }
  70. .col-xs-pull-4 {
  71. right: 33.33333333%
  72. }
  73. .col-xs-pull-3 {
  74. right: 25%
  75. }
  76. .col-xs-pull-2 {
  77. right: 16.66666667%
  78. }
  79. .col-xs-pull-1 {
  80. right: 8.33333333%
  81. }
  82. .col-xs-pull-0 {
  83. right: auto
  84. }
  85. .col-xs-push-12 {
  86. left: 100%
  87. }
  88. .col-xs-push-11 {
  89. left: 91.66666667%
  90. }
  91. .col-xs-push-10 {
  92. left: 83.33333333%
  93. }
  94. .col-xs-push-9 {
  95. left: 75%
  96. }
  97. .col-xs-push-8 {
  98. left: 66.66666667%
  99. }
  100. .col-xs-push-7 {
  101. left: 58.33333333%
  102. }
  103. .col-xs-push-6 {
  104. left: 50%
  105. }
  106. .col-xs-push-5 {
  107. left: 41.66666667%
  108. }
  109. .col-xs-push-4 {
  110. left: 33.33333333%
  111. }
  112. .col-xs-push-3 {
  113. left: 25%
  114. }
  115. .col-xs-push-2 {
  116. left: 16.66666667%
  117. }
  118. .col-xs-push-1 {
  119. left: 8.33333333%
  120. }
  121. .col-xs-push-0 {
  122. left: auto
  123. }
  124. .col-xs-offset-12 {
  125. margin-left: 100%
  126. }
  127. .col-xs-offset-11 {
  128. margin-left: 91.66666667%
  129. }
  130. .col-xs-offset-10 {
  131. margin-left: 83.33333333%
  132. }
  133. .col-xs-offset-9 {
  134. margin-left: 75%
  135. }
  136. .col-xs-offset-8 {
  137. margin-left: 66.66666667%
  138. }
  139. .col-xs-offset-7 {
  140. margin-left: 58.33333333%
  141. }
  142. .col-xs-offset-6 {
  143. margin-left: 50%
  144. }
  145. .col-xs-offset-5 {
  146. margin-left: 41.66666667%
  147. }
  148. .col-xs-offset-4 {
  149. margin-left: 33.33333333%
  150. }
  151. .col-xs-offset-3 {
  152. margin-left: 25%
  153. }
  154. .col-xs-offset-2 {
  155. margin-left: 16.66666667%
  156. }
  157. .col-xs-offset-1 {
  158. margin-left: 8.33333333%
  159. }
  160. .col-xs-offset-0 {
  161. margin-left: 0
  162. }
  163. .ff{
  164. width:100px;
  165. text-align:right;
  166. }
  167. @media (min-width: 768px) {
  168. .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
  169. float:left
  170. }
  171. .col-sm-12 {
  172. width: 100%
  173. }
  174. .col-sm-11 {
  175. width: 91.66666667%
  176. }
  177. .col-sm-10 {
  178. width: 83.33333333%
  179. }
  180. .col-sm-9 {
  181. width: 75%
  182. }
  183. .col-sm-8 {
  184. width: 66.66666667%
  185. }
  186. .col-sm-7 {
  187. width: 58.33333333%
  188. }
  189. .col-sm-6 {
  190. width: 50%
  191. }
  192. .col-sm-5 {
  193. width: 41.66666667%
  194. }
  195. .col-sm-4 {
  196. width: 33.33333333%
  197. }
  198. .col-sm-3 {
  199. width: 25%
  200. }
  201. .col-sm-2 {
  202. width: 16.66666667%
  203. }
  204. .col-sm-1 {
  205. width: 8.33333333%
  206. }
  207. .col-sm-pull-12 {
  208. right: 100%
  209. }
  210. .col-sm-pull-11 {
  211. right: 91.66666667%
  212. }
  213. .col-sm-pull-10 {
  214. right: 83.33333333%
  215. }
  216. .col-sm-pull-9 {
  217. right: 75%
  218. }
  219. .col-sm-pull-8 {
  220. right: 66.66666667%
  221. }
  222. .col-sm-pull-7 {
  223. right: 58.33333333%
  224. }
  225. .col-sm-pull-6 {
  226. right: 50%
  227. }
  228. .col-sm-pull-5 {
  229. right: 41.66666667%
  230. }
  231. .col-sm-pull-4 {
  232. right: 33.33333333%
  233. }
  234. .col-sm-pull-3 {
  235. right: 25%
  236. }
  237. .col-sm-pull-2 {
  238. right: 16.66666667%
  239. }
  240. .col-sm-pull-1 {
  241. right: 8.33333333%
  242. }
  243. .col-sm-pull-0 {
  244. right: auto
  245. }
  246. .col-sm-push-12 {
  247. left: 100%
  248. }
  249. .col-sm-push-11 {
  250. left: 91.66666667%
  251. }
  252. .col-sm-push-10 {
  253. left: 83.33333333%
  254. }
  255. .col-sm-push-9 {
  256. left: 75%
  257. }
  258. .col-sm-push-8 {
  259. left: 66.66666667%
  260. }
  261. .col-sm-push-7 {
  262. left: 58.33333333%
  263. }
  264. .col-sm-push-6 {
  265. left: 50%
  266. }
  267. .col-sm-push-5 {
  268. left: 41.66666667%
  269. }
  270. .col-sm-push-4 {
  271. left: 33.33333333%
  272. }
  273. .col-sm-push-3 {
  274. left: 25%
  275. }
  276. .col-sm-push-2 {
  277. left: 16.66666667%
  278. }
  279. .col-sm-push-1 {
  280. left: 8.33333333%
  281. }
  282. .col-sm-push-0 {
  283. left: auto
  284. }
  285. .col-sm-offset-12 {
  286. margin-left: 100%
  287. }
  288. .col-sm-offset-11 {
  289. margin-left: 91.66666667%
  290. }
  291. .col-sm-offset-10 {
  292. margin-left: 83.33333333%
  293. }
  294. .col-sm-offset-9 {
  295. margin-left: 75%
  296. }
  297. .col-sm-offset-8 {
  298. margin-left: 66.66666667%
  299. }
  300. .col-sm-offset-7 {
  301. margin-left: 58.33333333%
  302. }
  303. .col-sm-offset-6 {
  304. margin-left: 50%
  305. }
  306. .col-sm-offset-5 {
  307. margin-left: 41.66666667%
  308. }
  309. .col-sm-offset-4 {
  310. margin-left: 33.33333333%
  311. }
  312. .col-sm-offset-3 {
  313. margin-left: 25%
  314. }
  315. .col-sm-offset-2 {
  316. margin-left: 16.66666667%
  317. }
  318. .col-sm-offset-1 {
  319. margin-left: 8.33333333%
  320. }
  321. .col-sm-offset-0 {
  322. margin-left: 0
  323. }
  324. }
  325. @media (min-width: 992px) {
  326. .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
  327. float:left
  328. }
  329. .col-md-12 {
  330. width: 100%
  331. }
  332. .col-md-11 {
  333. width: 91.66666667%
  334. }
  335. .col-md-10 {
  336. width: 83.33333333%
  337. }
  338. .col-md-9 {
  339. width: 75%
  340. }
  341. .col-md-8 {
  342. width: 66.66666667%
  343. }
  344. .col-md-7 {
  345. width: 58.33333333%
  346. }
  347. .col-md-6 {
  348. width: 50%
  349. }
  350. .col-md-5 {
  351. width: 41.66666667%
  352. }
  353. .col-md-4 {
  354. width: 33.33333333%
  355. }
  356. .col-md-3 {
  357. width: 25%
  358. }
  359. .col-md-2 {
  360. width: 16.66666667%
  361. }
  362. .col-md-1 {
  363. width: 8.33333333%
  364. }
  365. .col-md-pull-12 {
  366. right: 100%
  367. }
  368. .col-md-pull-11 {
  369. right: 91.66666667%
  370. }
  371. .col-md-pull-10 {
  372. right: 83.33333333%
  373. }
  374. .col-md-pull-9 {
  375. right: 75%
  376. }
  377. .col-md-pull-8 {
  378. right: 66.66666667%
  379. }
  380. .col-md-pull-7 {
  381. right: 58.33333333%
  382. }
  383. .col-md-pull-6 {
  384. right: 50%
  385. }
  386. .col-md-pull-5 {
  387. right: 41.66666667%
  388. }
  389. .col-md-pull-4 {
  390. right: 33.33333333%
  391. }
  392. .col-md-pull-3 {
  393. right: 25%
  394. }
  395. .col-md-pull-2 {
  396. right: 16.66666667%
  397. }
  398. .col-md-pull-1 {
  399. right: 8.33333333%
  400. }
  401. .col-md-pull-0 {
  402. right: auto
  403. }
  404. .col-md-push-12 {
  405. left: 100%
  406. }
  407. .col-md-push-11 {
  408. left: 91.66666667%
  409. }
  410. .col-md-push-10 {
  411. left: 83.33333333%
  412. }
  413. .col-md-push-9 {
  414. left: 75%
  415. }
  416. .col-md-push-8 {
  417. left: 66.66666667%
  418. }
  419. .col-md-push-7 {
  420. left: 58.33333333%
  421. }
  422. .col-md-push-6 {
  423. left: 50%
  424. }
  425. .col-md-push-5 {
  426. left: 41.66666667%
  427. }
  428. .col-md-push-4 {
  429. left: 33.33333333%
  430. }
  431. .col-md-push-3 {
  432. left: 25%
  433. }
  434. .col-md-push-2 {
  435. left: 16.66666667%
  436. }
  437. .col-md-push-1 {
  438. left: 8.33333333%
  439. }
  440. .col-md-push-0 {
  441. left: auto
  442. }
  443. .col-md-offset-12 {
  444. margin-left: 100%
  445. }
  446. .col-md-offset-11 {
  447. margin-left: 91.66666667%
  448. }
  449. .col-md-offset-10 {
  450. margin-left: 83.33333333%
  451. }
  452. .col-md-offset-9 {
  453. margin-left: 75%
  454. }
  455. .col-md-offset-8 {
  456. margin-left: 66.66666667%
  457. }
  458. .col-md-offset-7 {
  459. margin-left: 58.33333333%
  460. }
  461. .col-md-offset-6 {
  462. margin-left: 50%
  463. }
  464. .col-md-offset-5 {
  465. margin-left: 41.66666667%
  466. }
  467. .col-md-offset-4 {
  468. margin-left: 33.33333333%
  469. }
  470. .col-md-offset-3 {
  471. margin-left: 25%
  472. }
  473. .col-md-offset-2 {
  474. margin-left: 16.66666667%
  475. }
  476. .col-md-offset-1 {
  477. margin-left: 8.33333333%
  478. }
  479. .col-md-offset-0 {
  480. margin-left: 0
  481. }
  482. }
  483. @media (min-width: 1200px) {
  484. .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
  485. float:left
  486. }
  487. .col-lg-12 {
  488. width: 100%
  489. }
  490. .col-lg-11 {
  491. width: 91.66666667%
  492. }
  493. .col-lg-10 {
  494. width: 83.33333333%
  495. }
  496. .col-lg-9 {
  497. width: 75%
  498. }
  499. .col-lg-8 {
  500. width: 66.66666667%
  501. }
  502. .col-lg-7 {
  503. width: 58.33333333%
  504. }
  505. .col-lg-6 {
  506. width: 50%
  507. }
  508. .col-lg-5 {
  509. width: 41.66666667%
  510. }
  511. .col-lg-4 {
  512. width: 33.33333333%
  513. }
  514. .col-lg-3 {
  515. width: 25%
  516. }
  517. .col-lg-2 {
  518. width: 16.66666667%
  519. }
  520. .col-lg-1 {
  521. width: 8.33333333%
  522. }
  523. .col-lg-pull-12 {
  524. right: 100%
  525. }
  526. .col-lg-pull-11 {
  527. right: 91.66666667%
  528. }
  529. .col-lg-pull-10 {
  530. right: 83.33333333%
  531. }
  532. .col-lg-pull-9 {
  533. right: 75%
  534. }
  535. .col-lg-pull-8 {
  536. right: 66.66666667%
  537. }
  538. .col-lg-pull-7 {
  539. right: 58.33333333%
  540. }
  541. .col-lg-pull-6 {
  542. right: 50%
  543. }
  544. .col-lg-pull-5 {
  545. right: 41.66666667%
  546. }
  547. .col-lg-pull-4 {
  548. right: 33.33333333%
  549. }
  550. .col-lg-pull-3 {
  551. right: 25%
  552. }
  553. .col-lg-pull-2 {
  554. right: 16.66666667%
  555. }
  556. .col-lg-pull-1 {
  557. right: 8.33333333%
  558. }
  559. .col-lg-pull-0 {
  560. right: auto
  561. }
  562. .col-lg-push-12 {
  563. left: 100%
  564. }
  565. .col-lg-push-11 {
  566. left: 91.66666667%
  567. }
  568. .col-lg-push-10 {
  569. left: 83.33333333%
  570. }
  571. .col-lg-push-9 {
  572. left: 75%
  573. }
  574. .col-lg-push-8 {
  575. left: 66.66666667%
  576. }
  577. .col-lg-push-7 {
  578. left: 58.33333333%
  579. }
  580. .col-lg-push-6 {
  581. left: 50%
  582. }
  583. .col-lg-push-5 {
  584. left: 41.66666667%
  585. }
  586. .col-lg-push-4 {
  587. left: 33.33333333%
  588. }
  589. .col-lg-push-3 {
  590. left: 25%
  591. }
  592. .col-lg-push-2 {
  593. left: 16.66666667%
  594. }
  595. .col-lg-push-1 {
  596. left: 8.33333333%
  597. }
  598. .col-lg-push-0 {
  599. left: auto
  600. }
  601. .col-lg-offset-12 {
  602. margin-left: 100%
  603. }
  604. .col-lg-offset-11 {
  605. margin-left: 91.66666667%
  606. }
  607. .col-lg-offset-10 {
  608. margin-left: 83.33333333%
  609. }
  610. .col-lg-offset-9 {
  611. margin-left: 75%
  612. }
  613. .col-lg-offset-8 {
  614. margin-left: 66.66666667%
  615. }
  616. .col-lg-offset-7 {
  617. margin-left: 58.33333333%
  618. }
  619. .col-lg-offset-6 {
  620. margin-left: 50%
  621. }
  622. .col-lg-offset-5 {
  623. margin-left: 41.66666667%
  624. }
  625. .col-lg-offset-4 {
  626. margin-left: 33.33333333%
  627. }
  628. .col-lg-offset-3 {
  629. margin-left: 25%
  630. }
  631. .col-lg-offset-2 {
  632. margin-left: 16.66666667%
  633. }
  634. .col-lg-offset-1 {
  635. margin-left: 8.33333333%
  636. }
  637. .col-lg-offset-0 {
  638. margin-left: 0
  639. }
  640. }
  641. table {
  642. background-color: transparent
  643. }
  644. caption {
  645. padding-top: 8px;
  646. padding-bottom: 8px;
  647. color: #777;
  648. text-align: left
  649. }
  650. th {
  651. text-align: left
  652. }
  653. .table {
  654. width: 100%;
  655. max-width: 100%;
  656. margin-bottom: 20px
  657. }
  658. .table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
  659. padding: 8px 2px;
  660. line-height: 1.42857143;
  661. vertical-align: top;
  662. border-top: 1px solid #ddd
  663. }
  664. .table>thead>tr>th {
  665. vertical-align: bottom;
  666. border-bottom: 2px solid #ddd
  667. }
  668. .table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
  669. border-top: 0
  670. }
  671. .table>tbody+tbody {
  672. border-top: 2px solid #ddd
  673. }
  674. .table .table {
  675. background-color: #fff
  676. }
  677. .table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
  678. padding: 5px
  679. }
  680. .table-bordered {
  681. border: 1px solid #ddd
  682. }
  683. .table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
  684. border: 1px solid #ddd
  685. }
  686. .table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
  687. border-bottom-width: 2px
  688. }
  689. .table-striped>tbody>tr:nth-of-type(odd) {
  690. background-color: #f9f9f9
  691. }
  692. .table-hover>tbody>tr:hover {
  693. background-color: #f5f5f5
  694. }
  695. table col[class*=col-] {
  696. position: static;
  697. display: table-column;
  698. float: none
  699. }
  700. table td[class*=col-],table th[class*=col-] {
  701. position: static;
  702. display: table-cell;
  703. float: none
  704. }
  705. .table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
  706. background-color: #f5f5f5
  707. }
  708. .table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
  709. background-color: #e8e8e8
  710. }
  711. .table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
  712. background-color: #dff0d8
  713. }
  714. .table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
  715. background-color: #d0e9c6
  716. }
  717. .table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
  718. background-color: #d9edf7
  719. }
  720. .table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
  721. background-color: #c4e3f3
  722. }
  723. .table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
  724. background-color: #fcf8e3
  725. }
  726. .table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
  727. background-color: #faf2cc
  728. }
  729. .table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
  730. background-color: #f2dede
  731. }
  732. .table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
  733. background-color: #ebcccc
  734. }
  735. .table-responsive {
  736. min-height: .01%;
  737. overflow-x: auto
  738. }
  739. @media screen and (max-width: 767px) {
  740. .table-responsive {
  741. width:100%;
  742. margin-bottom: 15px;
  743. overflow-y: hidden;
  744. -ms-overflow-style: -ms-autohiding-scrollbar;
  745. border: 1px solid #ddd
  746. }
  747. .table-responsive>.table {
  748. margin-bottom: 0
  749. }
  750. .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
  751. white-space: nowrap
  752. }
  753. .table-responsive>.table-bordered {
  754. border: 0
  755. }
  756. .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
  757. border-left: 0
  758. }
  759. .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
  760. border-right: 0
  761. }
  762. .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  763. border-bottom: 0
  764. }
  765. }
  766. fieldset {
  767. min-width: 0;
  768. padding: 0;
  769. margin: 0;
  770. border: 0
  771. }
  772. legend {
  773. display: block;
  774. width: 100%;
  775. padding: 0;
  776. margin-bottom: 20px;
  777. font-size: 21px;
  778. line-height: inherit;
  779. color: #333;
  780. border: 0;
  781. border-bottom: 1px solid #e5e5e5
  782. }
  783. .ms-controller,.ms-important,[ms-controller],[ms-important]{
  784. visibility: hidden;
  785. }
  786. .f-tac{ text-align:center;}
  787. .f-tal{ text-align:left;}
  788. .f-tar{ text-align:right;}
  789. .f-w450{ width:450px;}
  790. .f-m15{ margin:auto,auto;}
  791. .split{
  792. background-color:#808080;
  793. height:30px;
  794. padding-top:20px;
  795. padding-bottom:12px;
  796. }