global.css 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776
  1. @charset "utf-8";
  2. /*Reset 样式初始化*/
  3. html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
  4. br, input, button, textarea, h1, h2, h3, h4, h5,em{
  5. padding: 0;
  6. margin: 0;
  7. font-weight: normal;
  8. font-style: normal;
  9. font-size: 12px;
  10. font-family:"微软雅黑","Tahoma";
  11. vertical-align: baseline;
  12. text-align:justify;
  13. word-wrap:break-word;
  14. text-justify:inter-ideograph
  15. }
  16. body{text-align:center}
  17. ul, ol, li, h1 {
  18. line-height:normal;
  19. list-style-image:none;
  20. list-style-position:outside;
  21. list-style-type:none
  22. }
  23. dl {
  24. margin:0
  25. }
  26. dd {
  27. margin-left:0
  28. }
  29. a {
  30. outline:none;
  31. }
  32. a img {
  33. border:0 none
  34. }
  35. img {
  36. vertical-align:middle;
  37. border:0px
  38. }
  39. table {
  40. border-collapse:collapse
  41. }
  42. .clearfix:after {
  43. content:".";
  44. display:block;
  45. height:0;
  46. clear:both;
  47. visibility:hidden
  48. }
  49. .clearfix {
  50. display:inline-block;
  51. overflow:hidden
  52. }
  53. .clearfix {
  54. display:block
  55. }
  56. body {color:#6C6C76;background:#f2f2f2}
  57. a {color:#3366cc;text-decoration:none}
  58. a:hover {color:#ff6501}
  59. .width960{width:960px;margin:0 auto}
  60. h3{font-size:24px}
  61. /**/
  62. .clearB {clear:both}
  63. .fL {float:left}
  64. .fR {float:right}
  65. :link, *:visited, *:hover, *:active, *:focus {
  66. -moz-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  67. -webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  68. transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  69. -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  70. }
  71. .colRed {color:#f90000}
  72. .colOrange {color:#ed8b00}
  73. .colYel {color:#d9a601}
  74. .colGreen{color:#27AE60}
  75. .colGray{color:#999}
  76. .colBlue{color:#277DB6}
  77. .hide {display:none}
  78. .button {
  79. float:left;
  80. height:32px;
  81. margin-right:2px;
  82. padding:0px 30px;
  83. line-height:32px;
  84. text-align:center;
  85. overflow:hidden;
  86. font-weight:bold;
  87. color:#FFF;
  88. border-radius:3px;
  89. text-shadow:0 1px rgba(0, 0, 0, 0.1);
  90. text-decoration:none;
  91. border:none
  92. }
  93. input.button{
  94. height:35px;
  95. line-height:35px
  96. }
  97. .button:hover{
  98. color:#fff
  99. }
  100. .button.btn-blue{
  101. background-color:#006fd8;
  102. border-bottom:3px solid #014687
  103. }
  104. .button.btn-blue:hover{
  105. background-color:#0076e4;
  106. }
  107. .button.btn-blue:active{
  108. background-color:#014687;
  109. }
  110. .button.btn-red{
  111. background-color:#E74C3C;
  112. border-bottom:3px solid #C44133
  113. }
  114. .button.btn-red:hover{
  115. background-color:#EC7063;
  116. }
  117. .button.btn-red:active{
  118. background-color:#C44133;
  119. }
  120. .button.btn-green{
  121. background-color:#1ABC9C;
  122. border-bottom:3px solid #16a085
  123. }
  124. .button.btn-green:hover{
  125. background-color:#48C9B0;
  126. }
  127. .button.btn-green:active{
  128. background-color:#16A085;
  129. }
  130. .button.btn-dark{
  131. background-color:#415B76;
  132. border-bottom:3px solid #2c3e50
  133. }
  134. .button.btn-dark:hover{
  135. background-color:#456a91;
  136. }
  137. .button.btn-dark:active{
  138. background-color:#2c3e50;
  139. }
  140. .inputText{
  141. width:274px;
  142. border:1px solid #dcdcdc;
  143. border-top-color:#abadb3;
  144. border-left-color:#abadb3;
  145. padding:7px;
  146. background:#fff url(inputBg.png) repeat-x 0 0;
  147. font-size:14px;
  148. color:#999;
  149. border-radius:2px;
  150. -moz-border-radius:2px;
  151. -webkit-border-radius:2px;
  152. outline: medium none;
  153. height:18px;
  154. line-height:18px
  155. }
  156. .inputText:focus{
  157. border-color:#ff6501;
  158. color:#ff6501;
  159. background:#fff
  160. }
  161. a.detil,input.detil{
  162. padding:0 12px;
  163. height:50px;
  164. line-height:50px;
  165. text-align:center;
  166. background:#2980B9;
  167. color:#fff;
  168. font-size:14px;
  169. cursor:pointer;
  170. border:none;
  171. }
  172. a.detil:hover,input.detil:hover{
  173. background:#3498db
  174. }
  175. a.detil.btnGreen,a.ebutton.btnGreen,input.detil.btnGreen,input.ebutton.btnGreen{
  176. background:#27ae60
  177. }
  178. .detil.btnGreen:hover,.ebutton.btnGreen:hover{
  179. background:#2ecc71
  180. }
  181. .detil.btnRed,.ebutton.btnRed{
  182. background:#A96A5B
  183. }
  184. .detil.btnRed:hover,.ebutton.btnRed:hover{
  185. background:#9b5443
  186. }
  187. .detil.btnOrange,.ebutton.btnOrange{
  188. background:#D35400
  189. }
  190. .detil.btnOrange:hover,.ebutton.btnOrange:hover{
  191. background:#E67E22
  192. }
  193. .detil.btnDark,.ebutton.btnDark{
  194. background:#415B76
  195. }
  196. .detil.btnDark:hover,.ebutton.btnDark:hover{
  197. background:#456a91
  198. }
  199. a.ebutton,input.ebutton{
  200. background: none repeat scroll 0 0 #2980b9;
  201. color: #FFFFFF;
  202. cursor: pointer;
  203. font-size: 14px;
  204. text-align: center;
  205. padding:0 10px;
  206. margin:0 1px 0 0
  207. }
  208. a.ebutton:hover,input.ebutton:hover{
  209. background:#3498db
  210. }
  211. /*scroll*/
  212. .scrollgeneric {
  213. line-height:1px;
  214. font-size:1px;
  215. position:absolute;
  216. top:0;
  217. left:0
  218. }
  219. .vscrollerbase {
  220. width:10px;
  221. background-color:#6C6C76;
  222. }
  223. .vscrollerbar {
  224. width:10px;
  225. background-color:#5B9AA9
  226. }
  227. .hscrollerbase {
  228. height:10px;
  229. background-color:#6C6C76;
  230. z-index:99;
  231. }
  232. .hscrollerbar {
  233. height:10px;
  234. background-color:#5B9AA9;
  235. }
  236. .scrollerjogbox {
  237. width:10px;
  238. height:10px;
  239. top:auto;
  240. left:auto;
  241. bottom:0;
  242. right:0;
  243. background-color:#6C6C76;
  244. }
  245. .vscrollerbar, .hscrollerbar{padding:1px}
  246. /*form*/
  247. form {
  248. margin: 0 0 20px;
  249. }
  250. fieldset {
  251. padding: 0;
  252. margin: 0;
  253. border: 0;
  254. }
  255. legend {
  256. display: block;
  257. width: 100%;
  258. padding: 0;
  259. margin-bottom: 20px;
  260. font-size: 21px;
  261. line-height: 40px;
  262. color: #333333;
  263. border: 0;
  264. border-bottom: 1px solid #e5e5e5;
  265. }
  266. legend small {
  267. font-size: 15px;
  268. color: #999999;
  269. }
  270. label,
  271. input,
  272. button,
  273. select,
  274. textarea {
  275. font-size: 14px;
  276. font-weight: normal;
  277. line-height: 20px;
  278. }
  279. input,
  280. button,
  281. select,
  282. textarea {
  283. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  284. }
  285. label {
  286. display: block;
  287. margin-bottom: 5px;
  288. }
  289. select,
  290. textarea,
  291. input[type="text"],
  292. input[type="password"],
  293. input[type="datetime"],
  294. input[type="datetime-local"],
  295. input[type="date"],
  296. input[type="month"],
  297. input[type="time"],
  298. input[type="week"],
  299. input[type="number"],
  300. input[type="email"],
  301. input[type="url"],
  302. input[type="search"],
  303. input[type="tel"],
  304. input[type="color"],
  305. .uneditable-input {
  306. display: inline-block;
  307. height: 20px;
  308. padding: 4px 6px;
  309. margin-bottom: 10px;
  310. font-size: 12px;
  311. line-height: 20px;
  312. color: #555555;
  313. -webkit-border-radius: 4px;
  314. -moz-border-radius: 4px;
  315. border-radius: 4px;
  316. vertical-align: middle;
  317. }
  318. /*input,
  319. textarea,
  320. .uneditable-input {
  321. width: 206px;
  322. }*/
  323. textarea {
  324. height: auto;
  325. }
  326. textarea,
  327. input[type="text"],
  328. input[type="password"],
  329. input[type="datetime"],
  330. input[type="datetime-local"],
  331. input[type="date"],
  332. input[type="month"],
  333. input[type="time"],
  334. input[type="week"],
  335. input[type="number"],
  336. input[type="email"],
  337. input[type="url"],
  338. input[type="search"],
  339. input[type="tel"],
  340. input[type="color"],
  341. .uneditable-input {
  342. background-color: #ffffff;
  343. border: 1px solid #cccccc;
  344. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  345. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  346. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  347. -webkit-transition: border linear .2s, box-shadow linear .2s;
  348. -moz-transition: border linear .2s, box-shadow linear .2s;
  349. -o-transition: border linear .2s, box-shadow linear .2s;
  350. transition: border linear .2s, box-shadow linear .2s;
  351. }
  352. textarea:focus,
  353. input[type="text"]:focus,
  354. input[type="password"]:focus,
  355. input[type="datetime"]:focus,
  356. input[type="datetime-local"]:focus,
  357. input[type="date"]:focus,
  358. input[type="month"]:focus,
  359. input[type="time"]:focus,
  360. input[type="week"]:focus,
  361. input[type="number"]:focus,
  362. input[type="email"]:focus,
  363. input[type="url"]:focus,
  364. input[type="search"]:focus,
  365. input[type="tel"]:focus,
  366. input[type="color"]:focus,
  367. .uneditable-input:focus {
  368. border-color: rgba(82, 168, 236, 0.8);
  369. outline: 0;
  370. outline: thin dotted \9;
  371. /* IE6-9 */
  372. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  373. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  374. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  375. }
  376. input[type="radio"],
  377. input[type="checkbox"] {
  378. margin: 4px 0 0;
  379. *margin-top: 0;
  380. /* IE7 */
  381. margin-top: 1px \9;
  382. /* IE8-9 */
  383. line-height: normal;
  384. }
  385. input[type="file"],
  386. input[type="image"],
  387. input[type="submit"],
  388. input[type="reset"],
  389. input[type="button"],
  390. input[type="radio"],
  391. input[type="checkbox"] {
  392. width: auto;
  393. }
  394. select,
  395. input[type="file"] {
  396. height: 30px;
  397. /* In IE7, the height of the select element cannot be changed by height, only font-size */
  398. *margin-top: 4px;
  399. /* For IE7, add top margin to align select with labels */
  400. line-height: 30px;
  401. }
  402. select {
  403. border: 1px solid #cccccc;
  404. background-color: #ffffff;
  405. }
  406. select[multiple],
  407. select[size] {
  408. height: auto;
  409. }
  410. select:focus,
  411. input[type="file"]:focus,
  412. input[type="radio"]:focus,
  413. input[type="checkbox"]:focus {
  414. outline: thin dotted #333;
  415. outline: 5px auto -webkit-focus-ring-color;
  416. outline-offset: -2px;
  417. }
  418. .uneditable-input,
  419. .uneditable-textarea {
  420. color: #999999;
  421. background-color: #fcfcfc;
  422. border-color: #cccccc;
  423. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  424. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  425. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  426. cursor: not-allowed;
  427. }
  428. .uneditable-input {
  429. overflow: hidden;
  430. white-space: nowrap;
  431. }
  432. .uneditable-textarea {
  433. width: auto;
  434. height: auto;
  435. }
  436. input:-moz-placeholder,
  437. textarea:-moz-placeholder {
  438. color: #999999;
  439. }
  440. input:-ms-input-placeholder,
  441. textarea:-ms-input-placeholder {
  442. color: #999999;
  443. }
  444. input::-webkit-input-placeholder,
  445. textarea::-webkit-input-placeholder {
  446. color: #999999;
  447. }
  448. .radio,
  449. .checkbox {
  450. min-height: 20px;
  451. padding-left: 20px;
  452. }
  453. .radio input[type="radio"],
  454. .checkbox input[type="checkbox"] {
  455. float: left;
  456. margin-left: -20px;
  457. }
  458. .controls > .radio:first-child,
  459. .controls > .checkbox:first-child {
  460. padding-top: 5px;
  461. }
  462. .radio.inline,
  463. .checkbox.inline {
  464. display: inline-block;
  465. padding-top: 5px;
  466. margin-bottom: 0;
  467. vertical-align: middle;
  468. }
  469. .radio.inline + .radio.inline,
  470. .checkbox.inline + .checkbox.inline {
  471. margin-left: 10px;
  472. }
  473. .input-mini {
  474. width: 60px;
  475. }
  476. .input-small {
  477. width: 90px;
  478. }
  479. .input-medium {
  480. width: 150px;
  481. }
  482. .input-large {
  483. width: 210px;
  484. }
  485. .input-xlarge {
  486. width: 270px;
  487. }
  488. .input-xxlarge {
  489. width: 530px;
  490. }
  491. input[class*="span"],
  492. select[class*="span"],
  493. textarea[class*="span"],
  494. .uneditable-input[class*="span"],
  495. .row-fluid input[class*="span"],
  496. .row-fluid select[class*="span"],
  497. .row-fluid textarea[class*="span"],
  498. .row-fluid .uneditable-input[class*="span"] {
  499. float: none;
  500. margin-left: 0;
  501. }
  502. .input-append input[class*="span"],
  503. .input-append .uneditable-input[class*="span"],
  504. .input-prepend input[class*="span"],
  505. .input-prepend .uneditable-input[class*="span"],
  506. .row-fluid input[class*="span"],
  507. .row-fluid select[class*="span"],
  508. .row-fluid textarea[class*="span"],
  509. .row-fluid .uneditable-input[class*="span"],
  510. .row-fluid .input-prepend [class*="span"],
  511. .row-fluid .input-append [class*="span"] {
  512. display: inline-block;
  513. }
  514. input,
  515. textarea,
  516. .uneditable-input {
  517. margin-left: 0;
  518. }
  519. .controls-row [class*="span"] + [class*="span"] {
  520. margin-left: 20px;
  521. }
  522. input.span12,
  523. textarea.span12,
  524. .uneditable-input.span12 {
  525. width: 926px;
  526. }
  527. input.span11,
  528. textarea.span11,
  529. .uneditable-input.span11 {
  530. width: 846px;
  531. }
  532. input.span10,
  533. textarea.span10,
  534. .uneditable-input.span10 {
  535. width: 766px;
  536. }
  537. input.span9,
  538. textarea.span9,
  539. .uneditable-input.span9 {
  540. width: 686px;
  541. }
  542. input.span8,
  543. textarea.span8,
  544. .uneditable-input.span8 {
  545. width: 606px;
  546. }
  547. input.span7,
  548. textarea.span7,
  549. .uneditable-input.span7 {
  550. width: 526px;
  551. }
  552. input.span6,
  553. textarea.span6,
  554. .uneditable-input.span6 {
  555. width: 446px;
  556. }
  557. input.span5,
  558. textarea.span5,
  559. .uneditable-input.span5 {
  560. width: 366px;
  561. }
  562. input.span4,
  563. textarea.span4,
  564. .uneditable-input.span4 {
  565. width: 286px;
  566. }
  567. input.span3,
  568. textarea.span3,
  569. .uneditable-input.span3 {
  570. width: 206px;
  571. }
  572. input.span2,
  573. textarea.span2,
  574. .uneditable-input.span2 {
  575. width: 126px;
  576. }
  577. input.span1,
  578. textarea.span1,
  579. .uneditable-input.span1 {
  580. width: 46px;
  581. }
  582. .controls-row {
  583. *zoom: 1;
  584. }
  585. .controls-row:before,
  586. .controls-row:after {
  587. display: table;
  588. content: "";
  589. line-height: 0;
  590. }
  591. .controls-row:after {
  592. clear: both;
  593. }
  594. .controls-row [class*="span"],
  595. .row-fluid .controls-row [class*="span"] {
  596. float: left;
  597. }
  598. .controls-row .checkbox[class*="span"],
  599. .controls-row .radio[class*="span"] {
  600. padding-top: 5px;
  601. }
  602. input[disabled],
  603. select[disabled],
  604. textarea[disabled],
  605. input[readonly],
  606. select[readonly],
  607. textarea[readonly] {
  608. cursor: not-allowed;
  609. background-color: #eeeeee;
  610. }
  611. input[type="radio"][disabled],
  612. input[type="checkbox"][disabled],
  613. input[type="radio"][readonly],
  614. input[type="checkbox"][readonly] {
  615. background-color: transparent;
  616. }
  617. .control-group.warning .control-label,
  618. .control-group.warning .help-block,
  619. .control-group.warning .help-inline {
  620. color: #c09853;
  621. }
  622. .control-group.warning .checkbox,
  623. .control-group.warning .radio,
  624. .control-group.warning input,
  625. .control-group.warning select,
  626. .control-group.warning textarea {
  627. color: #c09853;
  628. }
  629. .control-group.warning input,
  630. .control-group.warning select,
  631. .control-group.warning textarea {
  632. border-color: #c09853;
  633. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  634. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  635. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  636. }
  637. .control-group.warning input:focus,
  638. .control-group.warning select:focus,
  639. .control-group.warning textarea:focus {
  640. border-color: #a47e3c;
  641. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  642. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  643. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  644. }
  645. .control-group.warning .input-prepend .add-on,
  646. .control-group.warning .input-append .add-on {
  647. color: #c09853;
  648. background-color: #fcf8e3;
  649. border-color: #c09853;
  650. }
  651. .control-group.error .control-label,
  652. .control-group.error .help-block,
  653. .control-group.error .help-inline {
  654. color: #b94a48;
  655. }
  656. .control-group.error .checkbox,
  657. .control-group.error .radio,
  658. .control-group.error input,
  659. .control-group.error select,
  660. .control-group.error textarea {
  661. color: #b94a48;
  662. }
  663. .control-group.error input,
  664. .control-group.error select,
  665. .control-group.error textarea {
  666. border-color: #b94a48;
  667. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  668. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  669. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  670. }
  671. .control-group.error input:focus,
  672. .control-group.error select:focus,
  673. .control-group.error textarea:focus {
  674. border-color: #953b39;
  675. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  676. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  677. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  678. }
  679. .control-group.error .input-prepend .add-on,
  680. .control-group.error .input-append .add-on {
  681. color: #b94a48;
  682. background-color: #f2dede;
  683. border-color: #b94a48;
  684. }
  685. .control-group.success .control-label,
  686. .control-group.success .help-block,
  687. .control-group.success .help-inline {
  688. color: #468847;
  689. }
  690. .control-group.success .checkbox,
  691. .control-group.success .radio,
  692. .control-group.success input,
  693. .control-group.success select,
  694. .control-group.success textarea {
  695. color: #468847;
  696. }
  697. .control-group.success input,
  698. .control-group.success select,
  699. .control-group.success textarea {
  700. border-color: #468847;
  701. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  702. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  703. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  704. }
  705. .control-group.success input:focus,
  706. .control-group.success select:focus,
  707. .control-group.success textarea:focus {
  708. border-color: #356635;
  709. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  710. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  711. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  712. }
  713. .control-group.success .input-prepend .add-on,
  714. .control-group.success .input-append .add-on {
  715. color: #468847;
  716. background-color: #dff0d8;
  717. border-color: #468847;
  718. }
  719. .control-group.info .control-label,
  720. .control-group.info .help-block,
  721. .control-group.info .help-inline {
  722. color: #3a87ad;
  723. }
  724. .control-group.info .checkbox,
  725. .control-group.info .radio,
  726. .control-group.info input,
  727. .control-group.info select,
  728. .control-group.info textarea {
  729. color: #3a87ad;
  730. }
  731. .control-group.info input,
  732. .control-group.info select,
  733. .control-group.info textarea {
  734. border-color: #3a87ad;
  735. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  736. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  737. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  738. }
  739. .control-group.info input:focus,
  740. .control-group.info select:focus,
  741. .control-group.info textarea:focus {
  742. border-color: #2d6987;
  743. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  744. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  745. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  746. }
  747. .control-group.info .input-prepend .add-on,
  748. .control-group.info .input-append .add-on {
  749. color: #3a87ad;
  750. background-color: #d9edf7;
  751. border-color: #3a87ad;
  752. }
  753. input:focus:invalid,
  754. textarea:focus:invalid,
  755. select:focus:invalid {
  756. color: #b94a48;
  757. border-color: #ee5f5b;
  758. }
  759. input:focus:invalid:focus,
  760. textarea:focus:invalid:focus,
  761. select:focus:invalid:focus {
  762. border-color: #e9322d;
  763. -webkit-box-shadow: 0 0 6px #f8b9b7;
  764. -moz-box-shadow: 0 0 6px #f8b9b7;
  765. box-shadow: 0 0 6px #f8b9b7;
  766. }
  767. .form-actions {
  768. padding: 19px 20px 20px;
  769. margin-top: 20px;
  770. margin-bottom: 20px;
  771. background-color: #f5f5f5;
  772. border-top: 1px solid #e5e5e5;
  773. *zoom: 1;
  774. }
  775. .form-actions:before,
  776. .form-actions:after {
  777. display: table;
  778. content: "";
  779. line-height: 0;
  780. }
  781. .form-actions:after {
  782. clear: both;
  783. }
  784. .help-block,
  785. .help-inline {
  786. color: #595959;
  787. }
  788. .help-block {
  789. display: block;
  790. margin-bottom: 10px;
  791. }
  792. .help-inline {
  793. display: inline-block;
  794. *display: inline;
  795. /* IE7 inline-block hack */
  796. *zoom: 1;
  797. vertical-align: middle;
  798. padding-left: 5px;
  799. }
  800. .input-append,
  801. .input-prepend {
  802. display: inline-block;
  803. margin-bottom: 10px;
  804. vertical-align: middle;
  805. font-size: 0;
  806. white-space: nowrap;
  807. }
  808. .input-append input,
  809. .input-prepend input,
  810. .input-append select,
  811. .input-prepend select,
  812. .input-append .uneditable-input,
  813. .input-prepend .uneditable-input,
  814. .input-append .dropdown-menu,
  815. .input-prepend .dropdown-menu,
  816. .input-append .popover,
  817. .input-prepend .popover {
  818. font-size: 14px;
  819. }
  820. .input-append input,
  821. .input-prepend input,
  822. .input-append select,
  823. .input-prepend select,
  824. .input-append .uneditable-input,
  825. .input-prepend .uneditable-input {
  826. position: relative;
  827. margin-bottom: 0;
  828. *margin-left: 0;
  829. vertical-align: top;
  830. -webkit-border-radius: 0 4px 4px 0;
  831. -moz-border-radius: 0 4px 4px 0;
  832. border-radius: 0 4px 4px 0;
  833. }
  834. .input-append input:focus,
  835. .input-prepend input:focus,
  836. .input-append select:focus,
  837. .input-prepend select:focus,
  838. .input-append .uneditable-input:focus,
  839. .input-prepend .uneditable-input:focus {
  840. z-index: 2;
  841. }
  842. .input-append .add-on,
  843. .input-prepend .add-on {
  844. display: inline-block;
  845. width: auto;
  846. height: 20px;
  847. min-width: 16px;
  848. padding: 4px 5px;
  849. font-size: 14px;
  850. font-weight: normal;
  851. line-height: 20px;
  852. text-align: center;
  853. text-shadow: 0 1px 0 #ffffff;
  854. background-color: #eeeeee;
  855. border: 1px solid #ccc;
  856. }
  857. .input-append .add-on,
  858. .input-prepend .add-on,
  859. .input-append .btn,
  860. .input-prepend .btn,
  861. .input-append .btn-group > .dropdown-toggle,
  862. .input-prepend .btn-group > .dropdown-toggle {
  863. vertical-align: top;
  864. -webkit-border-radius: 0;
  865. -moz-border-radius: 0;
  866. border-radius: 0;
  867. }
  868. .input-append .active,
  869. .input-prepend .active {
  870. background-color: #a9dba9;
  871. border-color: #46a546;
  872. }
  873. .input-prepend .add-on,
  874. .input-prepend .btn {
  875. margin-right: -1px;
  876. }
  877. .input-prepend .add-on:first-child,
  878. .input-prepend .btn:first-child {
  879. -webkit-border-radius: 4px 0 0 4px;
  880. -moz-border-radius: 4px 0 0 4px;
  881. border-radius: 4px 0 0 4px;
  882. }
  883. .input-append input,
  884. .input-append select,
  885. .input-append .uneditable-input {
  886. -webkit-border-radius: 4px 0 0 4px;
  887. -moz-border-radius: 4px 0 0 4px;
  888. border-radius: 4px 0 0 4px;
  889. }
  890. .input-append input + .btn-group .btn:last-child,
  891. .input-append select + .btn-group .btn:last-child,
  892. .input-append .uneditable-input + .btn-group .btn:last-child {
  893. -webkit-border-radius: 0 4px 4px 0;
  894. -moz-border-radius: 0 4px 4px 0;
  895. border-radius: 0 4px 4px 0;
  896. }
  897. .input-append .add-on,
  898. .input-append .btn,
  899. .input-append .btn-group {
  900. margin-left: -1px;
  901. }
  902. .input-append .add-on:last-child,
  903. .input-append .btn:last-child,
  904. .input-append .btn-group:last-child > .dropdown-toggle {
  905. -webkit-border-radius: 0 4px 4px 0;
  906. -moz-border-radius: 0 4px 4px 0;
  907. border-radius: 0 4px 4px 0;
  908. }
  909. .input-prepend.input-append input,
  910. .input-prepend.input-append select,
  911. .input-prepend.input-append .uneditable-input {
  912. -webkit-border-radius: 0;
  913. -moz-border-radius: 0;
  914. border-radius: 0;
  915. }
  916. .input-prepend.input-append input + .btn-group .btn,
  917. .input-prepend.input-append select + .btn-group .btn,
  918. .input-prepend.input-append .uneditable-input + .btn-group .btn {
  919. -webkit-border-radius: 0 4px 4px 0;
  920. -moz-border-radius: 0 4px 4px 0;
  921. border-radius: 0 4px 4px 0;
  922. }
  923. .input-prepend.input-append .add-on:first-child,
  924. .input-prepend.input-append .btn:first-child {
  925. margin-right: -1px;
  926. -webkit-border-radius: 4px 0 0 4px;
  927. -moz-border-radius: 4px 0 0 4px;
  928. border-radius: 4px 0 0 4px;
  929. }
  930. .input-prepend.input-append .add-on:last-child,
  931. .input-prepend.input-append .btn:last-child {
  932. margin-left: -1px;
  933. -webkit-border-radius: 0 4px 4px 0;
  934. -moz-border-radius: 0 4px 4px 0;
  935. border-radius: 0 4px 4px 0;
  936. }
  937. .input-prepend.input-append .btn-group:first-child {
  938. margin-left: 0;
  939. }
  940. input.search-query {
  941. padding-right: 14px;
  942. padding-right: 4px \9;
  943. padding-left: 14px;
  944. padding-left: 4px \9;
  945. /* IE7-8 doesn't have border-radius, so don't indent the padding */
  946. margin-bottom: 0;
  947. -webkit-border-radius: 15px;
  948. -moz-border-radius: 15px;
  949. border-radius: 15px;
  950. }
  951. /* Allow for input prepend/append in search forms */
  952. .form-search .input-append .search-query,
  953. .form-search .input-prepend .search-query {
  954. -webkit-border-radius: 0;
  955. -moz-border-radius: 0;
  956. border-radius: 0;
  957. }
  958. .form-search .input-append .search-query {
  959. -webkit-border-radius: 14px 0 0 14px;
  960. -moz-border-radius: 14px 0 0 14px;
  961. border-radius: 14px 0 0 14px;
  962. }
  963. .form-search .input-append .btn {
  964. -webkit-border-radius: 0 14px 14px 0;
  965. -moz-border-radius: 0 14px 14px 0;
  966. border-radius: 0 14px 14px 0;
  967. }
  968. .form-search .input-prepend .search-query {
  969. -webkit-border-radius: 0 14px 14px 0;
  970. -moz-border-radius: 0 14px 14px 0;
  971. border-radius: 0 14px 14px 0;
  972. }
  973. .form-search .input-prepend .btn {
  974. -webkit-border-radius: 14px 0 0 14px;
  975. -moz-border-radius: 14px 0 0 14px;
  976. border-radius: 14px 0 0 14px;
  977. }
  978. .form-search input,
  979. .form-inline input,
  980. .form-horizontal input,
  981. .form-search textarea,
  982. .form-inline textarea,
  983. .form-horizontal textarea,
  984. .form-search select,
  985. .form-inline select,
  986. .form-horizontal select,
  987. .form-search .help-inline,
  988. .form-inline .help-inline,
  989. .form-horizontal .help-inline,
  990. .form-search .uneditable-input,
  991. .form-inline .uneditable-input,
  992. .form-horizontal .uneditable-input,
  993. .form-search .input-prepend,
  994. .form-inline .input-prepend,
  995. .form-horizontal .input-prepend,
  996. .form-search .input-append,
  997. .form-inline .input-append,
  998. .form-horizontal .input-append {
  999. display: inline-block;
  1000. *display: inline;
  1001. /* IE7 inline-block hack */
  1002. *zoom: 1;
  1003. margin-bottom: 0;
  1004. vertical-align: middle;
  1005. }
  1006. .form-search .hide,
  1007. .form-inline .hide,
  1008. .form-horizontal .hide {
  1009. display: none;
  1010. }
  1011. .form-search label,
  1012. .form-inline label,
  1013. .form-search .btn-group,
  1014. .form-inline .btn-group {
  1015. display: inline-block;
  1016. }
  1017. .form-search .input-append,
  1018. .form-inline .input-append,
  1019. .form-search .input-prepend,
  1020. .form-inline .input-prepend {
  1021. margin-bottom: 0;
  1022. }
  1023. .form-search .radio,
  1024. .form-search .checkbox,
  1025. .form-inline .radio,
  1026. .form-inline .checkbox {
  1027. padding-left: 0;
  1028. margin-bottom: 0;
  1029. vertical-align: middle;
  1030. }
  1031. .form-search .radio input[type="radio"],
  1032. .form-search .checkbox input[type="checkbox"],
  1033. .form-inline .radio input[type="radio"],
  1034. .form-inline .checkbox input[type="checkbox"] {
  1035. float: left;
  1036. margin-right: 3px;
  1037. margin-left: 0;
  1038. }
  1039. .control-group {
  1040. margin-bottom: 10px;
  1041. }
  1042. legend + .control-group {
  1043. margin-top: 20px;
  1044. -webkit-margin-top-collapse: separate;
  1045. }
  1046. .form-horizontal .control-group {
  1047. margin-bottom: 20px;
  1048. *zoom: 1;
  1049. }
  1050. .form-horizontal .control-group:before,
  1051. .form-horizontal .control-group:after {
  1052. display: table;
  1053. content: "";
  1054. line-height: 0;
  1055. }
  1056. .form-horizontal .control-group:after {
  1057. clear: both;
  1058. }
  1059. .form-horizontal .control-label {
  1060. float: left;
  1061. width: 160px;
  1062. padding-top: 5px;
  1063. text-align: right;
  1064. }
  1065. .form-horizontal .controls {
  1066. *display: inline-block;
  1067. *padding-left: 20px;
  1068. margin-left: 180px;
  1069. *margin-left: 0;
  1070. }
  1071. .form-horizontal .controls:first-child {
  1072. *padding-left: 180px;
  1073. }
  1074. .form-horizontal .help-block {
  1075. margin-bottom: 0;
  1076. }
  1077. .form-horizontal input + .help-block,
  1078. .form-horizontal select + .help-block,
  1079. .form-horizontal textarea + .help-block,
  1080. .form-horizontal .uneditable-input + .help-block,
  1081. .form-horizontal .input-prepend + .help-block,
  1082. .form-horizontal .input-append + .help-block {
  1083. margin-top: 10px;
  1084. }
  1085. .form-horizontal .form-actions {
  1086. padding-left: 180px;
  1087. }
  1088. table {
  1089. max-width: 100%;
  1090. background-color: transparent;
  1091. border-collapse: collapse;
  1092. border-spacing: 0;
  1093. }
  1094. .table {
  1095. width: 100%
  1096. }
  1097. .table th,
  1098. .table td {
  1099. padding:5px 5px;
  1100. line-height: 20px;
  1101. text-align: left;
  1102. vertical-align: top;
  1103. border-top: 1px solid #dddddd;
  1104. position:relative;
  1105. }
  1106. .table th {
  1107. font-weight: bold;
  1108. }
  1109. .table thead th {
  1110. vertical-align: bottom;
  1111. }
  1112. .table caption + thead tr:first-child th,
  1113. .table caption + thead tr:first-child td,
  1114. .table colgroup + thead tr:first-child th,
  1115. .table colgroup + thead tr:first-child td,
  1116. .table thead:first-child tr:first-child th,
  1117. .table thead:first-child tr:first-child td {
  1118. border-top: 0;
  1119. }
  1120. .table tbody + tbody {
  1121. border-top: 2px solid #dddddd;
  1122. }
  1123. .table .table {
  1124. background-color: #ffffff;
  1125. }
  1126. .table-condensed th,
  1127. .table-condensed td {
  1128. padding: 4px 5px;
  1129. }
  1130. .table-bordered {
  1131. border: 1px solid #dddddd;
  1132. border-collapse: separate;
  1133. *border-collapse: collapse;
  1134. border-left: 0;
  1135. -webkit-border-radius: 4px;
  1136. -moz-border-radius: 4px;
  1137. border-radius: 4px;
  1138. }
  1139. .table-bordered th,
  1140. .table-bordered td {
  1141. border-left: 1px solid #dddddd;
  1142. }
  1143. .table-bordered caption + thead tr:first-child th,
  1144. .table-bordered caption + tbody tr:first-child th,
  1145. .table-bordered caption + tbody tr:first-child td,
  1146. .table-bordered colgroup + thead tr:first-child th,
  1147. .table-bordered colgroup + tbody tr:first-child th,
  1148. .table-bordered colgroup + tbody tr:first-child td,
  1149. .table-bordered thead:first-child tr:first-child th,
  1150. .table-bordered tbody:first-child tr:first-child th,
  1151. .table-bordered tbody:first-child tr:first-child td {
  1152. border-top: 0;
  1153. }
  1154. .table-bordered thead:first-child tr:first-child > th:first-child,
  1155. .table-bordered tbody:first-child tr:first-child > td:first-child,
  1156. .table-bordered tbody:first-child tr:first-child > th:first-child {
  1157. -webkit-border-top-left-radius: 4px;
  1158. -moz-border-radius-topleft: 4px;
  1159. border-top-left-radius: 4px;
  1160. }
  1161. .table-bordered thead:first-child tr:first-child > th:last-child,
  1162. .table-bordered tbody:first-child tr:first-child > td:last-child,
  1163. .table-bordered tbody:first-child tr:first-child > th:last-child {
  1164. -webkit-border-top-right-radius: 4px;
  1165. -moz-border-radius-topright: 4px;
  1166. border-top-right-radius: 4px;
  1167. }
  1168. .table-bordered thead:last-child tr:last-child > th:first-child,
  1169. .table-bordered tbody:last-child tr:last-child > td:first-child,
  1170. .table-bordered tbody:last-child tr:last-child > th:first-child,
  1171. .table-bordered tfoot:last-child tr:last-child > td:first-child,
  1172. .table-bordered tfoot:last-child tr:last-child > th:first-child {
  1173. -webkit-border-bottom-left-radius: 4px;
  1174. -moz-border-radius-bottomleft: 4px;
  1175. border-bottom-left-radius: 4px;
  1176. }
  1177. .table-bordered thead:last-child tr:last-child > th:last-child,
  1178. .table-bordered tbody:last-child tr:last-child > td:last-child,
  1179. .table-bordered tbody:last-child tr:last-child > th:last-child,
  1180. .table-bordered tfoot:last-child tr:last-child > td:last-child,
  1181. .table-bordered tfoot:last-child tr:last-child > th:last-child {
  1182. -webkit-border-bottom-right-radius: 4px;
  1183. -moz-border-radius-bottomright: 4px;
  1184. border-bottom-right-radius: 4px;
  1185. }
  1186. .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  1187. -webkit-border-bottom-left-radius: 0;
  1188. -moz-border-radius-bottomleft: 0;
  1189. border-bottom-left-radius: 0;
  1190. }
  1191. .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  1192. -webkit-border-bottom-right-radius: 0;
  1193. -moz-border-radius-bottomright: 0;
  1194. border-bottom-right-radius: 0;
  1195. }
  1196. .table-bordered caption + thead tr:first-child th:first-child,
  1197. .table-bordered caption + tbody tr:first-child td:first-child,
  1198. .table-bordered colgroup + thead tr:first-child th:first-child,
  1199. .table-bordered colgroup + tbody tr:first-child td:first-child {
  1200. -webkit-border-top-left-radius: 4px;
  1201. -moz-border-radius-topleft: 4px;
  1202. border-top-left-radius: 4px;
  1203. }
  1204. .table-bordered caption + thead tr:first-child th:last-child,
  1205. .table-bordered caption + tbody tr:first-child td:last-child,
  1206. .table-bordered colgroup + thead tr:first-child th:last-child,
  1207. .table-bordered colgroup + tbody tr:first-child td:last-child {
  1208. -webkit-border-top-right-radius: 4px;
  1209. -moz-border-radius-topright: 4px;
  1210. border-top-right-radius: 4px;
  1211. }
  1212. .table-striped tbody > tr:nth-child(odd) > td,
  1213. .table-striped tbody > tr:nth-child(odd) > th {
  1214. background-color: #f9f9f9;
  1215. }
  1216. .table-hover tbody tr:hover > td,
  1217. .table-hover tbody tr:hover > th {
  1218. background-color: #ffffd6;
  1219. }
  1220. table td[class*="span"],
  1221. table th[class*="span"],
  1222. .row-fluid table td[class*="span"],
  1223. .row-fluid table th[class*="span"] {
  1224. display: table-cell;
  1225. float: none;
  1226. margin-left: 0;
  1227. }
  1228. .table td.span1,
  1229. .table th.span1 {
  1230. float: none;
  1231. width: 44px;
  1232. margin-left: 0;
  1233. }
  1234. .table td.span2,
  1235. .table th.span2 {
  1236. float: none;
  1237. width: 124px;
  1238. margin-left: 0;
  1239. }
  1240. .table td.span3,
  1241. .table th.span3 {
  1242. float: none;
  1243. width: 204px;
  1244. margin-left: 0;
  1245. }
  1246. .table td.span4,
  1247. .table th.span4 {
  1248. float: none;
  1249. width: 284px;
  1250. margin-left: 0;
  1251. }
  1252. .table td.span5,
  1253. .table th.span5 {
  1254. float: none;
  1255. width: 364px;
  1256. margin-left: 0;
  1257. }
  1258. .table td.span6,
  1259. .table th.span6 {
  1260. float: none;
  1261. width: 444px;
  1262. margin-left: 0;
  1263. }
  1264. .table td.span7,
  1265. .table th.span7 {
  1266. float: none;
  1267. width: 524px;
  1268. margin-left: 0;
  1269. }
  1270. .table td.span8,
  1271. .table th.span8 {
  1272. float: none;
  1273. width: 604px;
  1274. margin-left: 0;
  1275. }
  1276. .table td.span9,
  1277. .table th.span9 {
  1278. float: none;
  1279. width: 684px;
  1280. margin-left: 0;
  1281. }
  1282. .table td.span10,
  1283. .table th.span10 {
  1284. float: none;
  1285. width: 764px;
  1286. margin-left: 0;
  1287. }
  1288. .table td.span11,
  1289. .table th.span11 {
  1290. float: none;
  1291. width: 844px;
  1292. margin-left: 0;
  1293. }
  1294. .table td.span12,
  1295. .table th.span12 {
  1296. float: none;
  1297. width: 924px;
  1298. margin-left: 0;
  1299. }
  1300. .table tbody tr.success > td {
  1301. background-color: #dff0d8;
  1302. }
  1303. .table tbody tr.error > td {
  1304. background-color: #f2dede;
  1305. }
  1306. .table tbody tr.warning > td {
  1307. background-color: #fcf8e3;
  1308. }
  1309. .table tbody tr.info > td {
  1310. background-color: #d9edf7;
  1311. }
  1312. .table-hover tbody tr.success:hover > td {
  1313. background-color: #d0e9c6;
  1314. }
  1315. .table-hover tbody tr.error:hover > td {
  1316. background-color: #ebcccc;
  1317. }
  1318. .table-hover tbody tr.warning:hover > td {
  1319. background-color: #faf2cc;
  1320. }
  1321. .table-hover tbody tr.info:hover > td {
  1322. background-color: #c4e3f3;
  1323. }
  1324. /*m*/
  1325. .indexLogin{
  1326. background: url(indexloginbg.png) no-repeat 0 0;
  1327. margin:100px 0 0 0;
  1328. position:relative;
  1329. }
  1330. .loginPanel {
  1331. width:296px;
  1332. height:270px;
  1333. background-color: #fff;
  1334. margin:0 0 0 600px
  1335. }
  1336. .formLine{
  1337. position:relative;
  1338. margin:15px 0
  1339. }
  1340. .formLine .userName{
  1341. color:#333;
  1342. font-size:18px;
  1343. margin:0 0 20px 0
  1344. }
  1345. .loginPanel .warpLogin{
  1346. padding:20px 0 0 23px
  1347. }
  1348. .loginPanel h2{
  1349. font-size:18px
  1350. }
  1351. .loginPanel input.text {
  1352. border: 1px solid #B7B7B7;
  1353. font-size: 20px;
  1354. height: 33px;
  1355. letter-spacing: 1px;
  1356. padding: 1px 1px 1px 40px;
  1357. width: 201px;
  1358. background:url(inputBg.png) repeat-x 0 0
  1359. }
  1360. .loginPanel .textTips{
  1361. color: #999999;
  1362. cursor: text;
  1363. font-size: 14px;
  1364. height: 37px;
  1365. line-height: 37px;
  1366. overflow: hidden;
  1367. padding: 0 2px 0 10px;
  1368. position:absolute;
  1369. left:0
  1370. }
  1371. .loginPanel .formLink{
  1372. margin:0 0 10px 0;
  1373. color:#ccc
  1374. }
  1375. .register {
  1376. background:#fff;
  1377. margin:250px 0 0 0
  1378. }
  1379. .register h1{
  1380. height: 50px;
  1381. line-height: 50px;
  1382. font-size: 24px;
  1383. border-bottom: 1px solid #e0e0e0;
  1384. }
  1385. .register h1 span{
  1386. margin:0 0 0 20px
  1387. }
  1388. .warpHeader {
  1389. height:34px;
  1390. line-height:34px;
  1391. background:#277db6;
  1392. border-bottom:1px solid #6C6C76
  1393. }
  1394. .warpHeader a.logo{
  1395. margin:0
  1396. }
  1397. .warpHeader a.quit{
  1398. height:34px;line-height:34px;
  1399. padding:0 15px;
  1400. background:#6C6C76;
  1401. color:#fff;
  1402. font-weight:600
  1403. }
  1404. .warpHeader a.quit:hover{
  1405. background:#935b4e;
  1406. color:#fff
  1407. }
  1408. .warpHeader div.user{
  1409. margin:0 20px 0 0;
  1410. color:#fff
  1411. }
  1412. .warpContent{
  1413. background:#6c6c76
  1414. }
  1415. .mainSide{
  1416. width:100px
  1417. }
  1418. .mainSide ul{
  1419. margin:10px 0 0 0
  1420. }
  1421. .mainSide li{
  1422. margin:0 0 2px 0
  1423. }
  1424. .mainSide li.line {
  1425. border-top:1px solid #D7D7D7;
  1426. padding:5px 0 0 0;
  1427. margin:5px 0 0 0
  1428. }
  1429. .mainSide li a{
  1430. display:inline-block;
  1431. *display:inline;
  1432. zoom:1;
  1433. padding:8px 10px;
  1434. width:80px;
  1435. font-size:14px;
  1436. color:#fff
  1437. }
  1438. .mainSide li a:hover{
  1439. background:#ccc;
  1440. color:#6C6C76;
  1441. }
  1442. .mainSide li a.now{
  1443. background:#d7d7d7;
  1444. color:#277DB6;
  1445. font-weight:600
  1446. }
  1447. .mainSide li a span{
  1448. background:#fff;
  1449. color:#6C6C76;
  1450. padding:0 5px;
  1451. margin:0 0 0 10px;
  1452. font-size:12px;
  1453. border-radius:10px
  1454. }
  1455. .mainSide li a.now span{
  1456. background:#A96A5B;
  1457. color:#fff
  1458. }
  1459. .mainContent{
  1460. margin:0 0 0 100px;
  1461. background:#d7d7d7;
  1462. overflow-y: auto;
  1463. min-height: 400px
  1464. }
  1465. .pojNomList{
  1466. margin:20px;
  1467. margin-bottom:0
  1468. }
  1469. .pojNomList .entry{
  1470. background:#fff;
  1471. margin:0 0 5px 0
  1472. }
  1473. .pojNomList .entry h1 {
  1474. height:50px;
  1475. line-height:50px;
  1476. font-size:24px;
  1477. border-bottom:1px solid #e0e0e0
  1478. }
  1479. .pojNomList .entry h1 span{
  1480. margin:0 20px
  1481. }
  1482. .pojNomList .entry input,.pojNomList .entry select{
  1483. margin:0;
  1484. }
  1485. .pojNomList .contractCount {
  1486. width:70px;
  1487. padding:0 10px;
  1488. height:76px;
  1489. text-align:center;
  1490. border-right:1px solid #e0e0e0
  1491. }
  1492. .pojNomList .contractCount span{
  1493. display:inline-block;
  1494. *display:inline;
  1495. zoom:1;
  1496. width:100%;
  1497. margin:13px 0 0 0
  1498. }
  1499. .pojNomList .contractCount b{
  1500. font-size:26px;
  1501. font-family:"Tahoma"
  1502. }
  1503. .pojNomList .contractMoney {
  1504. padding:0 20px;
  1505. border-right:1px solid #e0e0e0
  1506. }
  1507. .pojNomList .contractMoney .item {
  1508. height:38px;
  1509. line-height:38px
  1510. }
  1511. .pojNomList .contractMoney .item.done{
  1512. height:37px;
  1513. border-top:1px dashed #e0e0e0
  1514. }
  1515. .pojNomList .contractMoney .item b{
  1516. font-size:24px;
  1517. font-family:"Tahoma";
  1518. text-align:right;
  1519. float:right
  1520. }
  1521. .pojNomList .contractState {
  1522. border-right:1px solid #e0e0e0;
  1523. height:76px;
  1524. text-align:center;
  1525. padding:0 10px;
  1526. }
  1527. .pojNomList .contractState.state{
  1528. width:170px
  1529. }
  1530. .pojNomList .contractState span{
  1531. display:block;
  1532. *display:inline;
  1533. zoom:1;
  1534. width:100%;
  1535. margin:13px 0 0 0
  1536. }
  1537. .pojNomList .contractState b{
  1538. font-size:22px;
  1539. font-family:"Tahoma","微软雅黑";
  1540. }
  1541. .pojNomList .contractUser {
  1542. height:76px;
  1543. text-align:center;
  1544. border-right:1px solid #e0e0e0
  1545. }
  1546. .pojNomList .contractUser span{
  1547. display:inline-block;
  1548. *display:inline;
  1549. zoom:1;
  1550. width:100%;
  1551. margin:20px 0 0 0
  1552. }
  1553. .pojNomList .contractUser b{
  1554. font-size:14px;
  1555. font-family:"Tahoma"
  1556. }
  1557. .pojNomList .contractAcc{
  1558. height:30px;
  1559. line-height:30px;
  1560. padding:0 10px;
  1561. border-right:1px solid #E0E0E0;
  1562. }
  1563. .pojNomList .listTab{
  1564. margin:0 0 5px 0
  1565. }
  1566. .pojNomList .listTab a{
  1567. background:#6C6C76;
  1568. color: #FFFFFF;
  1569. cursor: pointer;
  1570. font-size: 14px;
  1571. height: 35px;
  1572. line-height: 35px;
  1573. margin: 0 1px 0 0;
  1574. padding: 0 10px;
  1575. text-align: center;
  1576. }
  1577. .pojNomList .listTab a:hover{
  1578. background:#999;
  1579. }
  1580. .pojNomList .listTab a.now{
  1581. background:#277DB6;
  1582. color:#fff;
  1583. font-weight: 600
  1584. }
  1585. .pojNomList .listTab .search{
  1586. margin:0 0 0 10px;
  1587. float:left;
  1588. }
  1589. .pojNomList .listTab .search input[type=text]{
  1590. margin:0;
  1591. float:left;
  1592. height:23px;
  1593. border-bottom: 3px solid #999;
  1594. }
  1595. .periodList .title{
  1596. height:25px;
  1597. line-height:25px;
  1598. background:#5B9AA9
  1599. }
  1600. .periodList .title div{
  1601. float:left;
  1602. height:25px;
  1603. line-height:25px;
  1604. border-right:1px dashed #fff;
  1605. color:#fff;
  1606. width:9.9%;
  1607. text-align:center;
  1608. font-size:10px
  1609. }
  1610. .perListItem{
  1611. background:#fff
  1612. }
  1613. .perListItem .btns{
  1614. margin:20px
  1615. }
  1616. .globalForm {
  1617. margin:20px
  1618. }
  1619. .tips {
  1620. background:url(attachment.png) no-repeat 0 0;
  1621. padding:5px 0 5px 40px;
  1622. margin:10px
  1623. }
  1624. .pojNomList td div.lv2 {
  1625. text-indent:10px
  1626. }
  1627. .pojNomList td div.lv3 {
  1628. text-indent:20px
  1629. }
  1630. .pojNomList td div.limit{
  1631. width:200px;
  1632. height:20px;
  1633. overflow: hidden;
  1634. text-overflow: ellipsis;
  1635. white-space: nowrap;
  1636. display: inline-block;
  1637. }
  1638. .pojNomList tr.newAdd{
  1639. background:#dff0d8
  1640. }
  1641. .annotation li {
  1642. padding:3px 10px;
  1643. border-bottom:1px solid #e0e0e0
  1644. }
  1645. .annotation li span{
  1646. font-weight:800
  1647. }
  1648. .standardCate {
  1649. border-bottom:1px solid #DDDDDD;
  1650. }
  1651. .cateSelect {
  1652. height:35px;
  1653. position: relative;
  1654. width:300px;
  1655. }
  1656. .cateSelect .title{
  1657. line-height:35px;
  1658. padding:0 10px;
  1659. color: #336699;
  1660. font-size:16px;
  1661. cursor: pointer;
  1662. }
  1663. .cateSelect.foucs{
  1664. background:#277DB6;
  1665. }
  1666. .cateSelect.foucs .title{
  1667. color:#fff;
  1668. }
  1669. .cateSelect .cateMenu {
  1670. position:absolute;
  1671. top:35px;
  1672. left:0;
  1673. background:#fff;
  1674. border:1px solid #277DB6;
  1675. padding:10px 0 10px 10px;
  1676. }
  1677. .cateSelect .cateMenu .scroll{
  1678. overflow: auto;
  1679. height:300px;
  1680. width:288px;
  1681. }
  1682. .news {
  1683. padding:20px;
  1684. margin:15px 0 20px 0;
  1685. background: #fff;
  1686. }
  1687. .news li {
  1688. padding:5px 0;
  1689. border-bottom:1px dashed #dddddd;
  1690. }
  1691. .news li span{
  1692. display:inline-block;
  1693. width:90px;
  1694. }
  1695. .news li.more{
  1696. border-bottom: none
  1697. }
  1698. .news li.title{
  1699. font-weight:600;
  1700. border-bottom:1px solid #ccc;
  1701. font-size: 16px
  1702. }
  1703. .newAdd input,.newAdd select{
  1704. margin:0;
  1705. }
  1706. /*modal*/
  1707. .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:10%;left:50%;z-index:1050;width:560px;margin-left:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;outline:0}.modal.fade{-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out;top:-25%}.modal.fade.in{top:10%}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-header h3{margin:0;line-height:30px}.modal-body{position:relative;overflow-y:auto;max-height:400px;padding:15px}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;*zoom:1}.modal-footer:before,.modal-footer:after{display:table;content:"";line-height:0}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}
  1708. .modal form{margin:0}
  1709. /*modal*/
  1710. .printList {
  1711. width:860px;
  1712. text-align: center;
  1713. color:#000;
  1714. margin:0 auto;
  1715. }
  1716. .printList .taC{
  1717. text-align: center
  1718. }
  1719. .printList .taR{
  1720. text-align:right
  1721. }
  1722. .printList .taL{
  1723. text-align:left
  1724. }
  1725. .printList h1 {
  1726. color:#ff0000;
  1727. font-size:36px;
  1728. overflow: hidden;
  1729. }
  1730. .printList h2{
  1731. margin:20px 0;
  1732. font-size:18px;
  1733. }
  1734. .printList h3{
  1735. font-size:24px;
  1736. }
  1737. .printList .con{
  1738. margin:20px 0;
  1739. }
  1740. .printList p{
  1741. font-size:16px;
  1742. line-height: 25px
  1743. }
  1744. .printList table{
  1745. border:1px solid #000;
  1746. width:100%;
  1747. }
  1748. .printList table th{
  1749. border:1px solid #000;
  1750. }
  1751. .printList table td{
  1752. border:1px solid #000;
  1753. text-align: left
  1754. }
  1755. textarea.yta {
  1756. width:92%;
  1757. margin:0;
  1758. height:20px;
  1759. }
  1760. textarea.yta:focus{
  1761. width:300px;
  1762. height:80px;
  1763. position:absolute;
  1764. z-index: 9999;
  1765. right:0;
  1766. bottom:0
  1767. }