AloneZ

Untitled

Apr 20th, 2016
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 174.57 KB | None | 0 0
  1. .clearfix
  2. {
  3. *
  4. zoom: 1
  5. }
  6. .clearfix:before,.clearfix:after
  7. {
  8. display: table;
  9. content: "";
  10. line-height: 0
  11. }
  12. .clearfix:after
  13. {
  14. clear: both
  15. }
  16. .hide-text
  17. {
  18. font: 0/0 a;
  19. color: transparent;
  20. text-shadow: none;
  21. background-color: transparent;
  22. border: 0
  23. }
  24. .input-block-level
  25. {
  26. display: block;
  27. width: 100%;
  28. min-height: 30px;
  29. -webkit-box-sizing: border-box;
  30. -moz-box-sizing: border-box;
  31. box-sizing: border-box
  32. }
  33. article,aside,details,figcaption,figure,footer,header,hgroup,nav,section
  34. {
  35. display: block
  36. }
  37. audio,canvas,video
  38. {
  39. display: inline-block;*
  40. display: inline;*
  41. zoom: 1
  42. }
  43. audio:not([controls])
  44. {
  45. display: none
  46. }
  47. html
  48. {
  49. font-size: 100%;
  50. -webkit-text-size-adjust: 100%;
  51. -ms-text-size-adjust: 100%
  52. }
  53. a:focus
  54. {
  55. outline: thin dotted #333;
  56. outline: 5px auto -webkit-focus-ring-color;
  57. outline-offset: -2px
  58. }
  59. a:hover,a:active
  60. {
  61. outline: 0
  62. }
  63. sub,sup
  64. {
  65. position: relative;
  66. font-size: 75%;
  67. line-height: 0;
  68. vertical-align: baseline
  69. }
  70. sup
  71. {
  72. top: -0.5em
  73. }
  74. sub
  75. {
  76. bottom: -0.25em
  77. }
  78. img
  79. {
  80. max-width: 100%;
  81. width: auto\9;
  82. height: auto;
  83. vertical-align: middle;
  84. border: 0;
  85. -ms-interpolation-mode: bicubic
  86. }
  87. #map_canvas img,.google-maps img
  88. {
  89. max-width: none
  90. }
  91. button,input,select,textarea
  92. {
  93. margin: 0;
  94. font-size: 100%;
  95. vertical-align: middle
  96. }
  97. button,input
  98. {
  99. *
  100. overflow: visible;
  101. line-height: normal
  102. }
  103. button::-moz-focus-inner,input::-moz-focus-inner
  104. {
  105. padding: 0;
  106. border: 0
  107. }
  108. button,html input[type="button"],input[type="reset"],input[type="submit"]
  109. {
  110. -webkit-appearance: button;
  111. cursor: pointer
  112. }
  113. input[type="search"]
  114. {
  115. -webkit-box-sizing: content-box;
  116. -moz-box-sizing: content-box;
  117. box-sizing: content-box;
  118. -webkit-appearance: textfield
  119. }
  120. input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button
  121. {
  122. -webkit-appearance: none
  123. }
  124. textarea
  125. {
  126. overflow: auto;
  127. vertical-align: top
  128. }
  129. body
  130. {
  131. margin: 0;
  132. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  133. font-size: 13px;
  134. line-height: 20px;
  135. color: #333;
  136. background-color: #fff
  137. }
  138. a
  139. {
  140. color: #1A91DB;
  141. text-decoration: none
  142. }
  143. a:hover
  144. {
  145. color: #0076C0;
  146. text-decoration: underline
  147. }
  148. .img-rounded
  149. {
  150. -webkit-border-radius: 6px;
  151. -moz-border-radius: 6px;
  152. border-radius: 6px
  153. }
  154. .img-polaroid
  155. {
  156. padding: 4px;
  157. background-color: #fff;
  158. border: 1px solid #ccc;
  159. border: 1px solid rgba(0,0,0,0.2);
  160. -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  161. -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  162. box-shadow: 0 1px 3px rgba(0,0,0,0.1)
  163. }
  164. .img-circle
  165. {
  166. -webkit-border-radius: 500px;
  167. -moz-border-radius: 500px;
  168. border-radius: 500px
  169. }
  170. p
  171. {
  172. margin: 0 0 10px
  173. }
  174. .lead
  175. {
  176. margin-bottom: 20px;
  177. font-size: 19.5px;
  178. font-weight: 200;
  179. line-height: 30px
  180. }
  181. small
  182. {
  183. font-size: 85%
  184. }
  185. strong
  186. {
  187. font-weight: bold
  188. }
  189. em
  190. {
  191. font-style: italic
  192. }
  193. cite
  194. {
  195. font-style: normal
  196. }
  197. .muted
  198. {
  199. color: #999
  200. }
  201. .text-warning
  202. {
  203. color: #c09853
  204. }
  205. a.text-warning:hover
  206. {
  207. color: #a47e3c
  208. }
  209. .text-error
  210. {
  211. color: #b94a48
  212. }
  213. a.text-error:hover
  214. {
  215. color: #953b39
  216. }
  217. .text-info
  218. {
  219. color: #3a87ad
  220. }
  221. a.text-info:hover
  222. {
  223. color: #2d6987
  224. }
  225. .text-success
  226. {
  227. color: #468847
  228. }
  229. a.text-success:hover
  230. {
  231. color: #356635
  232. }
  233. h1,h2,h3,h4,h5,h6
  234. {
  235. margin: 10px 0;
  236. font-family: inherit;
  237. font-weight: bold;
  238. line-height: 20px;
  239. color: inherit;
  240. text-rendering: optimizelegibility
  241. }
  242. h1 small,h2 small,h3 small,h4 small,h5 small,h6 small
  243. {
  244. font-weight: normal;
  245. line-height: 1;
  246. color: #999
  247. }
  248. h1,h2,h3
  249. {
  250. line-height: 40px
  251. }
  252. h1
  253. {
  254. font-size: 35.75px
  255. }
  256. h2
  257. {
  258. font-size: 29.25px
  259. }
  260. h3
  261. {
  262. font-size: 22.75px
  263. }
  264. h4
  265. {
  266. font-size: 16.25px
  267. }
  268. h5
  269. {
  270. font-size: 13px
  271. }
  272. h6
  273. {
  274. font-size: 11.049999999999999px
  275. }
  276. h1 small
  277. {
  278. font-size: 22.75px
  279. }
  280. h2 small
  281. {
  282. font-size: 16.25px
  283. }
  284. h3 small
  285. {
  286. font-size: 13px
  287. }
  288. h4 small
  289. {
  290. font-size: 13px
  291. }
  292. .page-header
  293. {
  294. padding-bottom: 9px;
  295. margin: 20px 0 30px;
  296. border-bottom: 1px solid #eee
  297. }
  298. ul,ol
  299. {
  300. padding: 0;
  301. margin: 0 0 10px 25px
  302. }
  303. ul ul,ul ol,ol ol,ol ul
  304. {
  305. margin-bottom: 0
  306. }
  307. li
  308. {
  309. line-height: 20px
  310. }
  311. ul.unstyled,ol.unstyled
  312. {
  313. margin-left: 0;
  314. list-style: none
  315. }
  316. dl
  317. {
  318. margin-bottom: 20px
  319. }
  320. dt,dd
  321. {
  322. line-height: 20px
  323. }
  324. dt
  325. {
  326. font-weight: bold
  327. }
  328. dd
  329. {
  330. margin-left: 10px
  331. }
  332. .dl-horizontal
  333. {
  334. *
  335. zoom: 1
  336. }
  337. .dl-horizontal:before,.dl-horizontal:after
  338. {
  339. display: table;
  340. content: "";
  341. line-height: 0
  342. }
  343. .dl-horizontal:after
  344. {
  345. clear: both
  346. }
  347. .dl-horizontal dt
  348. {
  349. float: left;
  350. width: 160px;
  351. clear: left;
  352. text-align: right;
  353. overflow: hidden;
  354. text-overflow: ellipsis;
  355. white-space: nowrap
  356. }
  357. .dl-horizontal dd
  358. {
  359. margin-left: 180px
  360. }
  361. hr
  362. {
  363. margin: 20px 0;
  364. border: 0;
  365. border-top: 1px solid #eee;
  366. border-bottom: 1px solid #fff
  367. }
  368. abbr[title],abbr[data-original-title]
  369. {
  370. cursor: help;
  371. border-bottom: 1px dotted #999
  372. }
  373. abbr.initialism
  374. {
  375. font-size: 90%;
  376. text-transform: uppercase
  377. }
  378. blockquote
  379. {
  380. padding: 0 0 0 15px;
  381. margin: 0 0 20px;
  382. border-left: 5px solid #eee
  383. }
  384. blockquote p
  385. {
  386. margin-bottom: 0;
  387. font-size: 16px;
  388. font-weight: 300;
  389. line-height: 25px
  390. }
  391. blockquote small
  392. {
  393. display: block;
  394. line-height: 20px;
  395. color: #999
  396. }
  397. blockquote small:before
  398. {
  399. content: '\2014 \00A0'
  400. }
  401. blockquote.pull-right
  402. {
  403. float: right;
  404. padding-right: 15px;
  405. padding-left: 0;
  406. border-right: 5px solid #eee;
  407. border-left: 0
  408. }
  409. blockquote.pull-right p,blockquote.pull-right small
  410. {
  411. text-align: right
  412. }
  413. blockquote.pull-right small:before
  414. {
  415. content: ''
  416. }
  417. blockquote.pull-right small:after
  418. {
  419. content: '\00A0 \2014'
  420. }
  421. q:before,q:after,blockquote:before,blockquote:after
  422. {
  423. content: ""
  424. }
  425. address
  426. {
  427. display: block;
  428. margin-bottom: 20px;
  429. font-style: normal;
  430. line-height: 20px
  431. }
  432. code,pre
  433. {
  434. padding: 0 3px 2px;
  435. font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
  436. font-size: 11px;
  437. color: #333;
  438. -webkit-border-radius: 3px;
  439. -moz-border-radius: 3px;
  440. border-radius: 3px
  441. }
  442. code
  443. {
  444. padding: 2px 4px;
  445. color: #d14;
  446. background-color: #f7f7f9;
  447. border: 1px solid #e1e1e8
  448. }
  449. pre
  450. {
  451. display: block;
  452. padding: 9.5px;
  453. margin: 0 0 10px;
  454. font-size: 12px;
  455. line-height: 20px;
  456. word-break: break-all;
  457. word-wrap: break-word;
  458. white-space: pre;
  459. white-space: pre-wrap;
  460. background-color: #f5f5f5;
  461. border: 1px solid #ccc;
  462. border: 1px solid rgba(0,0,0,0.15);
  463. -webkit-border-radius: 4px;
  464. -moz-border-radius: 4px;
  465. border-radius: 4px
  466. }
  467. pre.prettyprint
  468. {
  469. margin-bottom: 20px
  470. }
  471. pre code
  472. {
  473. padding: 0;
  474. color: inherit;
  475. background-color: transparent;
  476. border: 0
  477. }
  478. .pre-scrollable
  479. {
  480. max-height: 340px;
  481. overflow-y: scroll
  482. }
  483. .label,.badge
  484. {
  485. display: inline-block;
  486. padding: 2px 4px;
  487. font-size: 10.998px;
  488. font-weight: bold;
  489. line-height: 14px;
  490. color: #fff;
  491. vertical-align: baseline;
  492. white-space: nowrap;
  493. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  494. background-color: #999
  495. }
  496. .label
  497. {
  498. -webkit-border-radius: 3px;
  499. -moz-border-radius: 3px;
  500. border-radius: 3px
  501. }
  502. .badge
  503. {
  504. padding-left: 9px;
  505. padding-right: 9px;
  506. -webkit-border-radius: 9px;
  507. -moz-border-radius: 9px;
  508. border-radius: 9px
  509. }
  510. a.label:hover,a.badge:hover
  511. {
  512. color: #fff;
  513. text-decoration: none;
  514. cursor: pointer
  515. }
  516. .label-important,.badge-important
  517. {
  518. background-color: #b94a48
  519. }
  520. .label-important[href],.badge-important[href]
  521. {
  522. background-color: #953b39
  523. }
  524. .label-warning,.badge-warning
  525. {
  526. background-color: #f89406
  527. }
  528. .label-warning[href],.badge-warning[href]
  529. {
  530. background-color: #c67605
  531. }
  532. .label-success,.badge-success
  533. {
  534. background-color: #468847
  535. }
  536. .label-success[href],.badge-success[href]
  537. {
  538. background-color: #356635
  539. }
  540. .label-info,.badge-info
  541. {
  542. background-color: #3a87ad
  543. }
  544. .label-info[href],.badge-info[href]
  545. {
  546. background-color: #2d6987
  547. }
  548. .label-inverse,.badge-inverse
  549. {
  550. background-color: #333
  551. }
  552. .label-inverse[href],.badge-inverse[href]
  553. {
  554. background-color: #1a1a1a
  555. }
  556. .btn .label,.btn .badge
  557. {
  558. position: relative;
  559. top: -1px
  560. }
  561. .btn-mini .label,.btn-mini .badge
  562. {
  563. top: 0
  564. }
  565. .btn
  566. {
  567. display: inline-block;*
  568. display: inline;*
  569. zoom: 1;
  570. padding: 4px 12px;
  571. margin-bottom: 0;
  572. font-size: 13px;
  573. line-height: 20px;*
  574. line-height: 20px;
  575. text-align: center;
  576. vertical-align: middle;
  577. cursor: pointer;
  578. color: #333;
  579. text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  580. background-color: #f5f5f5;
  581. background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
  582. background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
  583. background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
  584. background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
  585. background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
  586. background-repeat: repeat-x;
  587. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  588. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  589. border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*
  590. background-color: #e6e6e6;
  591. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  592. border: 1px solid #bbb;*
  593. border: 0;
  594. border-bottom-color: #a2a2a2;
  595. -webkit-border-radius: 4px;
  596. -moz-border-radius: 4px;
  597. border-radius: 4px;*
  598. margin-left: .3em;
  599. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  600. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  601. box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
  602. }
  603. .btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]
  604. {
  605. color: #333;
  606. background-color: #e6e6e6;*
  607. background-color: #d9d9d9
  608. }
  609. .btn:active,.btn.active
  610. {
  611. background-color: #ccc \9
  612. }
  613. .btn:first-child
  614. {
  615. *
  616. margin-left: 0
  617. }
  618. .btn:hover
  619. {
  620. color: #333;
  621. text-decoration: none;
  622. background-color: #e6e6e6;*
  623. background-color: #d9d9d9;
  624. background-position: 0 -15px;
  625. -webkit-transition: background-position 0.1s linear;
  626. -moz-transition: background-position 0.1s linear;
  627. -o-transition: background-position 0.1s linear;
  628. transition: background-position 0.1s linear
  629. }
  630. .btn:focus
  631. {
  632. outline: thin dotted #333;
  633. outline: 5px auto -webkit-focus-ring-color;
  634. outline-offset: -2px
  635. }
  636. .btn.active,.btn:active
  637. {
  638. background-color: #e6e6e6;
  639. background-color: #d9d9d9 \9;
  640. background-image: none;
  641. outline: 0;
  642. -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
  643. -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
  644. box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
  645. }
  646. .btn.disabled,.btn[disabled]
  647. {
  648. cursor: default;
  649. background-color: #e6e6e6;
  650. background-image: none;
  651. opacity: 0.65;
  652. filter: alpha(opacity=65);
  653. -webkit-box-shadow: none;
  654. -moz-box-shadow: none;
  655. box-shadow: none
  656. }
  657. .btn-large
  658. {
  659. padding: 11px 19px;
  660. font-size: 16.25px;
  661. -webkit-border-radius: 6px;
  662. -moz-border-radius: 6px;
  663. border-radius: 6px
  664. }
  665. .btn-large [class^="icon-"],.btn-large [class*=" icon-"]
  666. {
  667. margin-top: 2px
  668. }
  669. .btn-small
  670. {
  671. padding: 2px 10px;
  672. font-size: 11.049999999999999px;
  673. -webkit-border-radius: 3px;
  674. -moz-border-radius: 3px;
  675. border-radius: 3px
  676. }
  677. .btn-small [class^="icon-"],.btn-small [class*=" icon-"]
  678. {
  679. margin-top: 0
  680. }
  681. .btn-mini
  682. {
  683. padding: 1px 6px;
  684. font-size: 9.75px;
  685. -webkit-border-radius: 3px;
  686. -moz-border-radius: 3px;
  687. border-radius: 3px
  688. }
  689. .btn-block
  690. {
  691. display: block;
  692. width: 100%;
  693. padding-left: 0;
  694. padding-right: 0;
  695. -webkit-box-sizing: border-box;
  696. -moz-box-sizing: border-box;
  697. box-sizing: border-box
  698. }
  699. .btn-block+.btn-block
  700. {
  701. margin-top: 5px
  702. }
  703. input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block
  704. {
  705. width: 100%
  706. }
  707. .btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active
  708. {
  709. color: rgba(255,255,255,0.75)
  710. }
  711. .btn
  712. {
  713. border-color: #c5c5c5;
  714. border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)
  715. }
  716. .btn-primary
  717. {
  718. color: #fff;
  719. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  720. background-color: #006dcc;
  721. background-image: -moz-linear-gradient(top,#0088cc,#0044cc);
  722. background-image: -webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0044cc));
  723. background-image: -webkit-linear-gradient(top,#0088cc,#0044cc);
  724. background-image: -o-linear-gradient(top,#0088cc,#0044cc);
  725. background-image: linear-gradient(to bottom,#0088cc,#0044cc);
  726. background-repeat: repeat-x;
  727. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
  728. border-color: #04c #0044cc #002a80;
  729. border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*
  730. background-color: #04c;
  731. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
  732. }
  733. .btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]
  734. {
  735. color: #fff;
  736. background-color: #04c;*
  737. background-color: #003bb3
  738. }
  739. .btn-primary:active,.btn-primary.active
  740. {
  741. background-color: #039 \9
  742. }
  743. .btn-warning
  744. {
  745. color: #fff;
  746. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  747. background-color: #faa732;
  748. background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  749. background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  750. background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  751. background-image: -o-linear-gradient(top,#fbb450,#f89406);
  752. background-image: linear-gradient(to bottom,#fbb450,#f89406);
  753. background-repeat: repeat-x;
  754. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
  755. border-color: #f89406 #f89406 #ad6704;
  756. border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*
  757. background-color: #f89406;
  758. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
  759. }
  760. .btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]
  761. {
  762. color: #fff;
  763. background-color: #f89406;*
  764. background-color: #df8505
  765. }
  766. .btn-warning:active,.btn-warning.active
  767. {
  768. background-color: #c67605 \9
  769. }
  770. .btn-danger
  771. {
  772. color: #fff;
  773. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  774. background-color: #da4f49;
  775. background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  776. background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  777. background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  778. background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  779. background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  780. background-repeat: repeat-x;
  781. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
  782. border-color: #bd362f #bd362f #802420;
  783. border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*
  784. background-color: #bd362f;
  785. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
  786. }
  787. .btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]
  788. {
  789. color: #fff;
  790. background-color: #bd362f;*
  791. background-color: #a9302a
  792. }
  793. .btn-danger:active,.btn-danger.active
  794. {
  795. background-color: #942a25 \9
  796. }
  797. .btn-success
  798. {
  799. color: #fff;
  800. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  801. background-color: #5bb75b;
  802. background-image: -moz-linear-gradient(top,#62c462,#51a351);
  803. background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  804. background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  805. background-image: -o-linear-gradient(top,#62c462,#51a351);
  806. background-image: linear-gradient(to bottom,#62c462,#51a351);
  807. background-repeat: repeat-x;
  808. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
  809. border-color: #51a351 #51a351 #387038;
  810. border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*
  811. background-color: #51a351;
  812. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
  813. }
  814. .btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]
  815. {
  816. color: #fff;
  817. background-color: #51a351;*
  818. background-color: #499249
  819. }
  820. .btn-success:active,.btn-success.active
  821. {
  822. background-color: #408140 \9
  823. }
  824. .btn-info
  825. {
  826. color: #fff;
  827. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  828. background-color: #49afcd;
  829. background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  830. background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  831. background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  832. background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  833. background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  834. background-repeat: repeat-x;
  835. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
  836. border-color: #2f96b4 #2f96b4 #1f6377;
  837. border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*
  838. background-color: #2f96b4;
  839. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
  840. }
  841. .btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]
  842. {
  843. color: #fff;
  844. background-color: #2f96b4;*
  845. background-color: #2a85a0
  846. }
  847. .btn-info:active,.btn-info.active
  848. {
  849. background-color: #24748c \9
  850. }
  851. .btn-inverse
  852. {
  853. color: #fff;
  854. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  855. background-color: #363636;
  856. background-image: -moz-linear-gradient(top,#444444,#222222);
  857. background-image: -webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));
  858. background-image: -webkit-linear-gradient(top,#444444,#222222);
  859. background-image: -o-linear-gradient(top,#444444,#222222);
  860. background-image: linear-gradient(to bottom,#444444,#222222);
  861. background-repeat: repeat-x;
  862. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
  863. border-color: #222 #222222 #000;
  864. border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*
  865. background-color: #222;
  866. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
  867. }
  868. .btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]
  869. {
  870. color: #fff;
  871. background-color: #222;*
  872. background-color: #151515
  873. }
  874. .btn-inverse:active,.btn-inverse.active
  875. {
  876. background-color: #080808 \9
  877. }
  878. button.btn,input[type="submit"].btn
  879. {
  880. *
  881. padding-top: 3px;*
  882. padding-bottom: 3px
  883. }
  884. button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner
  885. {
  886. padding: 0;
  887. border: 0
  888. }
  889. button.btn.btn-large,input[type="submit"].btn.btn-large
  890. {
  891. *
  892. padding-top: 7px;*
  893. padding-bottom: 7px
  894. }
  895. button.btn.btn-small,input[type="submit"].btn.btn-small
  896. {
  897. *
  898. padding-top: 3px;*
  899. padding-bottom: 3px
  900. }
  901. button.btn.btn-mini,input[type="submit"].btn.btn-mini
  902. {
  903. *
  904. padding-top: 1px;*
  905. padding-bottom: 1px
  906. }
  907. .btn-link,.btn-link:active,.btn-link[disabled]
  908. {
  909. background-color: transparent;
  910. background-image: none;
  911. -webkit-box-shadow: none;
  912. -moz-box-shadow: none;
  913. box-shadow: none
  914. }
  915. .btn-link
  916. {
  917. border-color: transparent;
  918. cursor: pointer;
  919. color: #c5d52b;
  920. -webkit-border-radius: 0;
  921. -moz-border-radius: 0;
  922. border-radius: 0
  923. }
  924. .btn-link:hover
  925. {
  926. color: #8b961e;
  927. text-decoration: underline;
  928. background-color: transparent
  929. }
  930. .btn-link[disabled]:hover
  931. {
  932. color: #333;
  933. text-decoration: none
  934. }
  935. .btn-group
  936. {
  937. position: relative;
  938. display: inline-block;*
  939. display: inline;*
  940. zoom: 1;
  941. font-size: 0;
  942. vertical-align: middle;
  943. white-space: nowrap;*
  944. margin-left: .3em
  945. }
  946. .btn-group:first-child
  947. {
  948. *
  949. margin-left: 0
  950. }
  951. .btn-group+.btn-group
  952. {
  953. margin-left: 5px
  954. }
  955. .btn-toolbar
  956. {
  957. font-size: 0;
  958. margin-top: 10px;
  959. margin-bottom: 10px
  960. }
  961. .btn-toolbar .btn+.btn,.btn-toolbar .btn-group+.btn,.btn-toolbar .btn+.btn-group
  962. {
  963. margin-left: 5px
  964. }
  965. .btn-group>.btn
  966. {
  967. position: relative;
  968. -webkit-border-radius: 0;
  969. -moz-border-radius: 0;
  970. border-radius: 0
  971. }
  972. .btn-group>.btn+.btn
  973. {
  974. margin-left: -1px
  975. }
  976. .btn-group>.btn,.btn-group>.dropdown-menu
  977. {
  978. font-size: 13px
  979. }
  980. .btn-group>.btn-mini
  981. {
  982. font-size: 11px
  983. }
  984. .btn-group>.btn-small
  985. {
  986. font-size: 12px
  987. }
  988. .btn-group>.btn-large
  989. {
  990. font-size: 16px
  991. }
  992. .btn-group>.btn:first-child
  993. {
  994. margin-left: 0;
  995. -webkit-border-top-left-radius: 4px;
  996. -moz-border-radius-topleft: 4px;
  997. border-top-left-radius: 4px;
  998. -webkit-border-bottom-left-radius: 4px;
  999. -moz-border-radius-bottomleft: 4px;
  1000. border-bottom-left-radius: 4px
  1001. }
  1002. .btn-group>.btn:last-child,.btn-group>.dropdown-toggle
  1003. {
  1004. -webkit-border-top-right-radius: 4px;
  1005. -moz-border-radius-topright: 4px;
  1006. border-top-right-radius: 4px;
  1007. -webkit-border-bottom-right-radius: 4px;
  1008. -moz-border-radius-bottomright: 4px;
  1009. border-bottom-right-radius: 4px
  1010. }
  1011. .btn-group>.btn.large:first-child
  1012. {
  1013. margin-left: 0;
  1014. -webkit-border-top-left-radius: 6px;
  1015. -moz-border-radius-topleft: 6px;
  1016. border-top-left-radius: 6px;
  1017. -webkit-border-bottom-left-radius: 6px;
  1018. -moz-border-radius-bottomleft: 6px;
  1019. border-bottom-left-radius: 6px
  1020. }
  1021. .btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle
  1022. {
  1023. -webkit-border-top-right-radius: 6px;
  1024. -moz-border-radius-topright: 6px;
  1025. border-top-right-radius: 6px;
  1026. -webkit-border-bottom-right-radius: 6px;
  1027. -moz-border-radius-bottomright: 6px;
  1028. border-bottom-right-radius: 6px
  1029. }
  1030. .btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active
  1031. {
  1032. z-index: 2
  1033. }
  1034. .btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle
  1035. {
  1036. outline: 0
  1037. }
  1038. .btn-group>.btn+.dropdown-toggle
  1039. {
  1040. padding-left: 8px;
  1041. padding-right: 8px;
  1042. -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  1043. -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  1044. box-shadow: inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);*
  1045. padding-top: 5px;*
  1046. padding-bottom: 5px
  1047. }
  1048. .btn-group>.btn-mini+.dropdown-toggle
  1049. {
  1050. padding-left: 5px;
  1051. padding-right: 5px;*
  1052. padding-top: 2px;*
  1053. padding-bottom: 2px
  1054. }
  1055. .btn-group>.btn-small+.dropdown-toggle
  1056. {
  1057. *
  1058. padding-top: 5px;*
  1059. padding-bottom: 4px
  1060. }
  1061. .btn-group>.btn-large+.dropdown-toggle
  1062. {
  1063. padding-left: 12px;
  1064. padding-right: 12px;*
  1065. padding-top: 7px;*
  1066. padding-bottom: 7px
  1067. }
  1068. .btn-group.open .dropdown-toggle
  1069. {
  1070. background-image: none;
  1071. -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
  1072. -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
  1073. box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
  1074. }
  1075. .btn-group.open .btn.dropdown-toggle
  1076. {
  1077. background-color: #e6e6e6
  1078. }
  1079. .btn-group.open .btn-primary.dropdown-toggle
  1080. {
  1081. background-color: #04c
  1082. }
  1083. .btn-group.open .btn-warning.dropdown-toggle
  1084. {
  1085. background-color: #f89406
  1086. }
  1087. .btn-group.open .btn-danger.dropdown-toggle
  1088. {
  1089. background-color: #bd362f
  1090. }
  1091. .btn-group.open .btn-success.dropdown-toggle
  1092. {
  1093. background-color: #51a351
  1094. }
  1095. .btn-group.open .btn-info.dropdown-toggle
  1096. {
  1097. background-color: #2f96b4
  1098. }
  1099. .btn-group.open .btn-inverse.dropdown-toggle
  1100. {
  1101. background-color: #222
  1102. }
  1103. .btn .caret
  1104. {
  1105. margin-top: 8px;
  1106. margin-left: 0
  1107. }
  1108. .btn-mini .caret,.btn-small .caret,.btn-large .caret
  1109. {
  1110. margin-top: 6px
  1111. }
  1112. .btn-large .caret
  1113. {
  1114. border-left-width: 5px;
  1115. border-right-width: 5px;
  1116. border-top-width: 5px
  1117. }
  1118. .dropup .btn-large .caret
  1119. {
  1120. border-bottom-width: 5px
  1121. }
  1122. .btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret
  1123. {
  1124. border-top-color: #fff;
  1125. border-bottom-color: #fff
  1126. }
  1127. .btn-group-vertical
  1128. {
  1129. display: inline-block;*
  1130. display: inline;*
  1131. zoom: 1
  1132. }
  1133. .btn-group-vertical .btn
  1134. {
  1135. display: block;
  1136. float: none;
  1137. width: 100%;
  1138. -webkit-border-radius: 0;
  1139. -moz-border-radius: 0;
  1140. border-radius: 0
  1141. }
  1142. .btn-group-vertical .btn+.btn
  1143. {
  1144. margin-left: 0;
  1145. margin-top: -1px
  1146. }
  1147. .btn-group-vertical .btn:first-child
  1148. {
  1149. -webkit-border-radius: 4px 4px 0 0;
  1150. -moz-border-radius: 4px 4px 0 0;
  1151. border-radius: 4px 4px 0 0
  1152. }
  1153. .btn-group-vertical .btn:last-child
  1154. {
  1155. -webkit-border-radius: 0 0 4px 4px;
  1156. -moz-border-radius: 0 0 4px 4px;
  1157. border-radius: 0 0 4px 4px
  1158. }
  1159. .btn-group-vertical .btn-large:first-child
  1160. {
  1161. -webkit-border-radius: 6px 6px 0 0;
  1162. -moz-border-radius: 6px 6px 0 0;
  1163. border-radius: 6px 6px 0 0
  1164. }
  1165. .btn-group-vertical .btn-large:last-child
  1166. {
  1167. -webkit-border-radius: 0 0 6px 6px;
  1168. -moz-border-radius: 0 0 6px 6px;
  1169. border-radius: 0 0 6px 6px
  1170. }
  1171. .breadcrumb
  1172. {
  1173. padding: 8px 15px;
  1174. margin: 0 0 20px;
  1175. list-style: none;
  1176. background-color: #f5f5f5;
  1177. -webkit-border-radius: 4px;
  1178. -moz-border-radius: 4px;
  1179. border-radius: 4px
  1180. }
  1181. .breadcrumb li
  1182. {
  1183. display: inline-block;*
  1184. display: inline;*
  1185. zoom: 1;
  1186. text-shadow: 0 1px 0 #fff
  1187. }
  1188. .breadcrumb .divider
  1189. {
  1190. padding: 0 5px;
  1191. color: #ccc
  1192. }
  1193. .breadcrumb .active
  1194. {
  1195. color: #999
  1196. }
  1197. .thumbnails
  1198. {
  1199. margin-left: -20px;
  1200. list-style: none;*
  1201. zoom: 1
  1202. }
  1203. .thumbnails:before,.thumbnails:after
  1204. {
  1205. display: table;
  1206. content: "";
  1207. line-height: 0
  1208. }
  1209. .thumbnails:after
  1210. {
  1211. clear: both
  1212. }
  1213. .row-fluid .thumbnails
  1214. {
  1215. margin-left: 0
  1216. }
  1217. .thumbnails>li
  1218. {
  1219. float: left;
  1220. margin-bottom: 20px;
  1221. margin-left: 20px
  1222. }
  1223. .thumbnail
  1224. {
  1225. display: block;
  1226. padding: 4px;
  1227. line-height: 20px;
  1228. border: 1px solid #ddd;
  1229. -webkit-border-radius: 4px;
  1230. -moz-border-radius: 4px;
  1231. border-radius: 4px;
  1232. -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  1233. -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  1234. box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  1235. -webkit-transition: all 0.2s ease-in-out;
  1236. -moz-transition: all 0.2s ease-in-out;
  1237. -o-transition: all 0.2s ease-in-out;
  1238. transition: all 0.2s ease-in-out
  1239. }
  1240. a.thumbnail:hover
  1241. {
  1242. border-color: #c5d52b;
  1243. -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  1244. -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  1245. box-shadow: 0 1px 4px rgba(0,105,214,0.25)
  1246. }
  1247. .thumbnail>img
  1248. {
  1249. display: block;
  1250. max-width: 100%;
  1251. margin-left: auto;
  1252. margin-right: auto
  1253. }
  1254. .thumbnail .caption
  1255. {
  1256. padding: 9px;
  1257. color: #555
  1258. }
  1259. .tooltip
  1260. {
  1261. position: absolute;
  1262. z-index: 1030;
  1263. display: block;
  1264. visibility: visible;
  1265. padding: 5px;
  1266. font-size: 11px;
  1267. opacity: 0;
  1268. filter: alpha(opacity=0)
  1269. }
  1270. .tooltip.in
  1271. {
  1272. opacity: 0.8;
  1273. filter: alpha(opacity=80)
  1274. }
  1275. .tooltip.top
  1276. {
  1277. margin-top: -3px
  1278. }
  1279. .tooltip.right
  1280. {
  1281. margin-left: 3px
  1282. }
  1283. .tooltip.bottom
  1284. {
  1285. margin-top: 3px
  1286. }
  1287. .tooltip.left
  1288. {
  1289. margin-left: -3px
  1290. }
  1291. .tooltip-inner
  1292. {
  1293. max-width: 200px;
  1294. padding: 3px 8px;
  1295. color: #fff;
  1296. text-align: center;
  1297. text-decoration: none;
  1298. background-color: #000;
  1299. -webkit-border-radius: 4px;
  1300. -moz-border-radius: 4px;
  1301. border-radius: 4px
  1302. }
  1303. .tooltip-arrow
  1304. {
  1305. position: absolute;
  1306. width: 0;
  1307. height: 0;
  1308. border-color: transparent;
  1309. border-style: solid
  1310. }
  1311. .tooltip.top .tooltip-arrow
  1312. {
  1313. bottom: 0;
  1314. left: 50%;
  1315. margin-left: -5px;
  1316. border-width: 5px 5px 0;
  1317. border-top-color: #000
  1318. }
  1319. .tooltip.right .tooltip-arrow
  1320. {
  1321. top: 50%;
  1322. left: 0;
  1323. margin-top: -5px;
  1324. border-width: 5px 5px 5px 0;
  1325. border-right-color: #000
  1326. }
  1327. .tooltip.left .tooltip-arrow
  1328. {
  1329. top: 50%;
  1330. right: 0;
  1331. margin-top: -5px;
  1332. border-width: 5px 0 5px 5px;
  1333. border-left-color: #000
  1334. }
  1335. .tooltip.bottom .tooltip-arrow
  1336. {
  1337. top: 0;
  1338. left: 50%;
  1339. margin-left: -5px;
  1340. border-width: 0 5px 5px;
  1341. border-bottom-color: #000
  1342. }
  1343. .popover
  1344. {
  1345. position: absolute;
  1346. top: 0;
  1347. left: 0;
  1348. z-index: 1010;
  1349. display: none;
  1350. width: 236px;
  1351. padding: 1px;
  1352. background-color: #fff;
  1353. -webkit-background-clip: padding-box;
  1354. -moz-background-clip: padding;
  1355. background-clip: padding-box;
  1356. border: 1px solid #ccc;
  1357. border: 1px solid rgba(0,0,0,0.2);
  1358. -webkit-border-radius: 6px;
  1359. -moz-border-radius: 6px;
  1360. border-radius: 6px;
  1361. -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  1362. -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  1363. box-shadow: 0 5px 10px rgba(0,0,0,0.2)
  1364. }
  1365. .popover.top
  1366. {
  1367. margin-top: -10px
  1368. }
  1369. .popover.right
  1370. {
  1371. margin-left: 10px
  1372. }
  1373. .popover.bottom
  1374. {
  1375. margin-top: 10px
  1376. }
  1377. .popover.left
  1378. {
  1379. margin-left: -10px
  1380. }
  1381. .popover-title
  1382. {
  1383. margin: 0;
  1384. padding: 8px 14px;
  1385. font-size: 14px;
  1386. font-weight: normal;
  1387. line-height: 18px;
  1388. background-color: #f7f7f7;
  1389. border-bottom: 1px solid #ebebeb;
  1390. -webkit-border-radius: 5px 5px 0 0;
  1391. -moz-border-radius: 5px 5px 0 0;
  1392. border-radius: 5px 5px 0 0
  1393. }
  1394. .popover-content
  1395. {
  1396. padding: 9px 14px
  1397. }
  1398. .popover-content p,.popover-content ul,.popover-content ol
  1399. {
  1400. margin-bottom: 0
  1401. }
  1402. .popover .arrow,.popover .arrow:after
  1403. {
  1404. position: absolute;
  1405. display: inline-block;
  1406. width: 0;
  1407. height: 0;
  1408. border-color: transparent;
  1409. border-style: solid
  1410. }
  1411. .popover .arrow:after
  1412. {
  1413. content: "";
  1414. z-index: -1
  1415. }
  1416. .popover.top .arrow
  1417. {
  1418. bottom: -10px;
  1419. left: 50%;
  1420. margin-left: -10px;
  1421. border-width: 10px 10px 0;
  1422. border-top-color: #fff
  1423. }
  1424. .popover.top .arrow:after
  1425. {
  1426. border-width: 11px 11px 0;
  1427. border-top-color: rgba(0,0,0,0.25);
  1428. bottom: -1px;
  1429. left: -11px
  1430. }
  1431. .popover.right .arrow
  1432. {
  1433. top: 50%;
  1434. left: -10px;
  1435. margin-top: -10px;
  1436. border-width: 10px 10px 10px 0;
  1437. border-right-color: #fff
  1438. }
  1439. .popover.right .arrow:after
  1440. {
  1441. border-width: 11px 11px 11px 0;
  1442. border-right-color: rgba(0,0,0,0.25);
  1443. bottom: -11px;
  1444. left: -1px
  1445. }
  1446. .popover.bottom .arrow
  1447. {
  1448. top: -10px;
  1449. left: 50%;
  1450. margin-left: -10px;
  1451. border-width: 0 10px 10px;
  1452. border-bottom-color: #fff
  1453. }
  1454. .popover.bottom .arrow:after
  1455. {
  1456. border-width: 0 11px 11px;
  1457. border-bottom-color: rgba(0,0,0,0.25);
  1458. top: -1px;
  1459. left: -11px
  1460. }
  1461. .popover.left .arrow
  1462. {
  1463. top: 50%;
  1464. right: -10px;
  1465. margin-top: -10px;
  1466. border-width: 10px 0 10px 10px;
  1467. border-left-color: #fff
  1468. }
  1469. .popover.left .arrow:after
  1470. {
  1471. border-width: 11px 0 11px 11px;
  1472. border-left-color: rgba(0,0,0,0.25);
  1473. bottom: -11px;
  1474. right: -1px
  1475. }
  1476. .dropup,.dropdown
  1477. {
  1478. position: relative
  1479. }
  1480. .dropdown-toggle
  1481. {
  1482. *
  1483. margin-bottom: -3px
  1484. }
  1485. .dropdown-toggle:active,.open .dropdown-toggle
  1486. {
  1487. outline: 0
  1488. }
  1489. .caret
  1490. {
  1491. display: inline-block;
  1492. width: 0;
  1493. height: 0;
  1494. vertical-align: top;
  1495. border-top: 4px solid #000;
  1496. border-right: 4px solid transparent;
  1497. border-left: 4px solid transparent;
  1498. content: ""
  1499. }
  1500. .dropdown .caret
  1501. {
  1502. margin-top: 8px;
  1503. margin-left: 2px
  1504. }
  1505. .dropdown-menu
  1506. {
  1507. position: absolute;
  1508. top: 100%;
  1509. left: 0;
  1510. z-index: 1000;
  1511. display: none;
  1512. float: left;
  1513. min-width: 160px;
  1514. padding: 5px 0;
  1515. margin: 2px 0 0;
  1516. list-style: none;
  1517. background-color: #fff;
  1518. border: 1px solid #ccc;
  1519. border: 1px solid rgba(0,0,0,0.2);*
  1520. border-right-width: 2px;*
  1521. border-bottom-width: 2px;
  1522. -webkit-border-radius: 6px;
  1523. -moz-border-radius: 6px;
  1524. border-radius: 6px;
  1525. -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  1526. -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  1527. box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  1528. -webkit-background-clip: padding-box;
  1529. -moz-background-clip: padding;
  1530. background-clip: padding-box
  1531. }
  1532. .dropdown-menu.pull-right
  1533. {
  1534. right: 0;
  1535. left: auto
  1536. }
  1537. .dropdown-menu .divider
  1538. {
  1539. *
  1540. width: 100%;
  1541. height: 1px;
  1542. margin: 9px 1px;*
  1543. margin: -5px 0 5px;
  1544. overflow: hidden;
  1545. background-color: #e5e5e5;
  1546. border-bottom: 1px solid #fff
  1547. }
  1548. .dropdown-menu li>a
  1549. {
  1550. display: block;
  1551. padding: 3px 20px;
  1552. clear: both;
  1553. font-weight: normal;
  1554. line-height: 20px;
  1555. color: #333;
  1556. white-space: nowrap
  1557. }
  1558. .dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a
  1559. {
  1560. text-decoration: none;
  1561. color: #fff;
  1562. background-color: #bdcd29;
  1563. background-image: -moz-linear-gradient(top,#c5d52b,#b2c026);
  1564. background-image: -webkit-gradient(linear,0 0,0 100%,from(#c5d52b),to(#b2c026));
  1565. background-image: -webkit-linear-gradient(top,#c5d52b,#b2c026);
  1566. background-image: -o-linear-gradient(top,#c5d52b,#b2c026);
  1567. background-image: linear-gradient(to bottom,#c5d52b,#b2c026);
  1568. background-repeat: repeat-x;
  1569. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc5d52b',endColorstr='#ffb2c026',GradientType=0)
  1570. }
  1571. .dropdown-menu .active>a,.dropdown-menu .active>a:hover
  1572. {
  1573. color: #333;
  1574. text-decoration: none;
  1575. outline: 0;
  1576. background-color: #bdcd29;
  1577. background-image: -moz-linear-gradient(top,#c5d52b,#b2c026);
  1578. background-image: -webkit-gradient(linear,0 0,0 100%,from(#c5d52b),to(#b2c026));
  1579. background-image: -webkit-linear-gradient(top,#c5d52b,#b2c026);
  1580. background-image: -o-linear-gradient(top,#c5d52b,#b2c026);
  1581. background-image: linear-gradient(to bottom,#c5d52b,#b2c026);
  1582. background-repeat: repeat-x;
  1583. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc5d52b',endColorstr='#ffb2c026',GradientType=0)
  1584. }
  1585. .dropdown-menu .disabled>a,.dropdown-menu .disabled>a:hover
  1586. {
  1587. color: #999
  1588. }
  1589. .dropdown-menu .disabled>a:hover
  1590. {
  1591. text-decoration: none;
  1592. background-color: transparent;
  1593. background-image: none;
  1594. cursor: default
  1595. }
  1596. .open
  1597. {
  1598. *
  1599. z-index: 1000
  1600. }
  1601. .open>.dropdown-menu
  1602. {
  1603. display: block
  1604. }
  1605. .pull-right>.dropdown-menu
  1606. {
  1607. right: 0;
  1608. left: auto
  1609. }
  1610. .dropup .caret,.navbar-fixed-bottom .dropdown .caret
  1611. {
  1612. border-top: 0;
  1613. border-bottom: 4px solid #000;
  1614. content: ""
  1615. }
  1616. .dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu
  1617. {
  1618. top: auto;
  1619. bottom: 100%;
  1620. margin-bottom: 1px
  1621. }
  1622. .dropdown-submenu
  1623. {
  1624. position: relative
  1625. }
  1626. .dropdown-submenu>.dropdown-menu
  1627. {
  1628. top: 0;
  1629. left: 100%;
  1630. margin-top: -6px;
  1631. margin-left: -1px;
  1632. -webkit-border-radius: 0 6px 6px 6px;
  1633. -moz-border-radius: 0 6px 6px 6px;
  1634. border-radius: 0 6px 6px 6px
  1635. }
  1636. .dropdown-submenu:hover>.dropdown-menu
  1637. {
  1638. display: block
  1639. }
  1640. .dropup .dropdown-submenu>.dropdown-menu
  1641. {
  1642. top: auto;
  1643. bottom: 0;
  1644. margin-top: 0;
  1645. margin-bottom: -2px;
  1646. -webkit-border-radius: 5px 5px 5px 0;
  1647. -moz-border-radius: 5px 5px 5px 0;
  1648. border-radius: 5px 5px 5px 0
  1649. }
  1650. .dropdown-submenu>a:after
  1651. {
  1652. display: block;
  1653. content: " ";
  1654. float: right;
  1655. width: 0;
  1656. height: 0;
  1657. border-color: transparent;
  1658. border-style: solid;
  1659. border-width: 5px 0 5px 5px;
  1660. border-left-color: #ccc;
  1661. margin-top: 5px;
  1662. margin-right: -10px
  1663. }
  1664. .dropdown-submenu:hover>a:after
  1665. {
  1666. border-left-color: #fff
  1667. }
  1668. .dropdown-submenu.pull-left
  1669. {
  1670. float: none
  1671. }
  1672. .dropdown-submenu.pull-left>.dropdown-menu
  1673. {
  1674. left: -100%;
  1675. margin-left: 10px;
  1676. -webkit-border-radius: 6px 0 6px 6px;
  1677. -moz-border-radius: 6px 0 6px 6px;
  1678. border-radius: 6px 0 6px 6px
  1679. }
  1680. .dropdown .dropdown-menu .nav-header
  1681. {
  1682. padding-left: 20px;
  1683. padding-right: 20px
  1684. }
  1685. .typeahead
  1686. {
  1687. margin-top: 2px;
  1688. -webkit-border-radius: 4px;
  1689. -moz-border-radius: 4px;
  1690. border-radius: 4px
  1691. }
  1692. .accordion
  1693. {
  1694. margin-bottom: 20px
  1695. }
  1696. .accordion-group
  1697. {
  1698. margin-bottom: 2px;
  1699. border: 1px solid #e5e5e5;
  1700. -webkit-border-radius: 4px;
  1701. -moz-border-radius: 4px;
  1702. border-radius: 4px
  1703. }
  1704. .accordion-heading
  1705. {
  1706. border-bottom: 0
  1707. }
  1708. .accordion-heading .accordion-toggle
  1709. {
  1710. display: block;
  1711. padding: 8px 15px
  1712. }
  1713. .accordion-toggle
  1714. {
  1715. cursor: pointer
  1716. }
  1717. .accordion-inner
  1718. {
  1719. padding: 9px 15px;
  1720. border-top: 1px solid #e5e5e5
  1721. }
  1722. .pull-right
  1723. {
  1724. float: right
  1725. }
  1726. .pull-left
  1727. {
  1728. float: left
  1729. }
  1730. .hide
  1731. {
  1732. display: none
  1733. }
  1734. .show
  1735. {
  1736. display: block
  1737. }
  1738. .invisible
  1739. {
  1740. visibility: hidden
  1741. }
  1742. .affix
  1743. {
  1744. position: fixed
  1745. }
  1746. @font-face
  1747. {
  1748. font-family: 'PT Sans';
  1749. font-style: italic;
  1750. font-weight: 400;
  1751. src: local('PT Sans Italic'),local('PTSans-Italic'),url(/css/fonts/ptsans/PIPMHY90P7jtyjpXuZ2cLD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')
  1752. }
  1753. @font-face
  1754. {
  1755. font-family: 'PT Sans';
  1756. font-style: normal;
  1757. font-weight: 400;
  1758. src: local('PT Sans'),local('PTSans-Regular'),url(/css/fonts/ptsans/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff')
  1759. }
  1760. @font-face
  1761. {
  1762. font-family: 'PT Sans';
  1763. font-style: normal;
  1764. font-weight: 700;
  1765. src: local('PT Sans Bold'),local('PTSans-Bold'),url(/css/fonts/ptsans/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff) format('woff')
  1766. }
  1767. @font-face
  1768. {
  1769. font-family: 'PT Sans';
  1770. font-style: italic;
  1771. font-weight: 700;
  1772. src: local('PT Sans Bold Italic'),local('PTSans-BoldItalic'),url(/css/fonts/ptsans/lILlYDvubYemzYzN7GbLkHhCUOGz7vYGh680lGh-uXM.woff) format('woff')
  1773. }
  1774. @font-face
  1775. {
  1776. font-family: 'IcoMoon';
  1777. src: url('http://ucp.hzgaming.net/css/fonts/icomoon/fonts/icomoon.eot');
  1778. src: url('http://ucp.hzgaming.net/css/fonts/icomoon/fonts/icomoon.eot?#iefix') format('embedded-opentype'),url('http://ucp.hzgaming.net/css/fonts/icomoon/fonts/icomoon.svg#IcoMoon') format('svg'),url('http://ucp.hzgaming.net/css/fonts/icomoon/fonts/icomoon.woff') format('woff'),url('http://ucp.hzgaming.net/css/fonts/icomoon/fonts/icomoon.ttf') format('truetype');
  1779. font-weight: normal;
  1780. font-style: normal
  1781. }
  1782. [class^="icon-"],[
  1783. class*=" icon-"]
  1784. {
  1785. display: inline-block;
  1786. vertical-align: middle;
  1787. line-height: 1
  1788. }
  1789. [class^="icon-"]:before,[
  1790. class*=" icon-"]:before
  1791. {
  1792. font-family: 'IcoMoon';
  1793. font-weight: normal;
  1794. font-style: normal;
  1795. speak: none;
  1796. -webkit-font-smoothing: antialiased
  1797. }
  1798. .icon-glass:before
  1799. {
  1800. content: "\f000"
  1801. }
  1802. .icon-heart:before
  1803. {
  1804. content: "\f004"
  1805. }
  1806. .icon-star:before
  1807. {
  1808. content: "\f005"
  1809. }
  1810. .icon-star-empty:before
  1811. {
  1812. content: "\f006"
  1813. }
  1814. .icon-th-large:before
  1815. {
  1816. content: "\f009"
  1817. }
  1818. .icon-th:before
  1819. {
  1820. content: "\f00a"
  1821. }
  1822. .icon-th-list:before
  1823. {
  1824. content: "\f00b"
  1825. }
  1826. .icon-remove:before
  1827. {
  1828. content: "\f00d"
  1829. }
  1830. .icon-off:before
  1831. {
  1832. content: "\f011"
  1833. }
  1834. .icon-trash:before
  1835. {
  1836. content: "\f014"
  1837. }
  1838. .icon-home:before
  1839. {
  1840. content: "\f015"
  1841. }
  1842. .icon-road:before
  1843. {
  1844. content: "\f018"
  1845. }
  1846. .icon-volume-off:before
  1847. {
  1848. content: "\f026"
  1849. }
  1850. .icon-volume-down:before
  1851. {
  1852. content: "\f027"
  1853. }
  1854. .icon-volume-up:before
  1855. {
  1856. content: "\f028"
  1857. }
  1858. .icon-qrcode:before
  1859. {
  1860. content: "\f029"
  1861. }
  1862. .icon-tag:before
  1863. {
  1864. content: "\f02b"
  1865. }
  1866. .icon-tags:before
  1867. {
  1868. content: "\f02c"
  1869. }
  1870. .icon-font:before
  1871. {
  1872. content: "\f031"
  1873. }
  1874. .icon-bold:before
  1875. {
  1876. content: "\f032"
  1877. }
  1878. .icon-italic:before
  1879. {
  1880. content: "\f033"
  1881. }
  1882. .icon-text-height:before
  1883. {
  1884. content: "\f034"
  1885. }
  1886. .icon-text-width:before
  1887. {
  1888. content: "\f035"
  1889. }
  1890. .icon-align-left:before
  1891. {
  1892. content: "\f036"
  1893. }
  1894. .icon-align-center:before
  1895. {
  1896. content: "\f037"
  1897. }
  1898. .icon-align-right:before
  1899. {
  1900. content: "\f038"
  1901. }
  1902. .icon-align-justify:before
  1903. {
  1904. content: "\f039"
  1905. }
  1906. .icon-indent-left:before
  1907. {
  1908. content: "\f03b"
  1909. }
  1910. .icon-indent-right:before
  1911. {
  1912. content: "\f03c"
  1913. }
  1914. .icon-adjust:before
  1915. {
  1916. content: "\f042"
  1917. }
  1918. .icon-share:before
  1919. {
  1920. content: "\f045"
  1921. }
  1922. .icon-check:before
  1923. {
  1924. content: "\f046"
  1925. }
  1926. .icon-move:before
  1927. {
  1928. content: "\f047"
  1929. }
  1930. .icon-step-backward:before
  1931. {
  1932. content: "\f048"
  1933. }
  1934. .icon-fast-backward:before
  1935. {
  1936. content: "\f049"
  1937. }
  1938. .icon-backward:before
  1939. {
  1940. content: "\f04a"
  1941. }
  1942. .icon-play:before
  1943. {
  1944. content: "\f04b"
  1945. }
  1946. .icon-pause:before
  1947. {
  1948. content: "\f04c"
  1949. }
  1950. .icon-stop:before
  1951. {
  1952. content: "\f04d"
  1953. }
  1954. .icon-forward:before
  1955. {
  1956. content: "\f04e"
  1957. }
  1958. .icon-fast-forward:before
  1959. {
  1960. content: "\f050"
  1961. }
  1962. .icon-step-forward:before
  1963. {
  1964. content: "\f051"
  1965. }
  1966. .icon-eject:before
  1967. {
  1968. content: "\f052"
  1969. }
  1970. .icon-chevron-left:before
  1971. {
  1972. content: "\f053"
  1973. }
  1974. .icon-chevron-right:before
  1975. {
  1976. content: "\f054"
  1977. }
  1978. .icon-remove-circle:before
  1979. {
  1980. content: "\f05c"
  1981. }
  1982. .icon-ok-circle:before
  1983. {
  1984. content: "\f05d"
  1985. }
  1986. .icon-share-2:before
  1987. {
  1988. content: "\f064"
  1989. }
  1990. .icon-resize-full:before
  1991. {
  1992. content: "\f065"
  1993. }
  1994. .icon-resize-small:before
  1995. {
  1996. content: "\f066"
  1997. }
  1998. .icon-plus:before
  1999. {
  2000. content: "\f067"
  2001. }
  2002. .icon-minus:before
  2003. {
  2004. content: "\f068"
  2005. }
  2006. .icon-asterisk:before
  2007. {
  2008. content: "\f069"
  2009. }
  2010. .icon-eye-open:before
  2011. {
  2012. content: "\f06e"
  2013. }
  2014. .icon-eye-closed:before
  2015. {
  2016. content: "\f070"
  2017. }
  2018. .icon-magnet:before
  2019. {
  2020. content: "\f076"
  2021. }
  2022. .icon-chevron-up:before
  2023. {
  2024. content: "\f077"
  2025. }
  2026. .icon-chevron-down:before
  2027. {
  2028. content: "\f078"
  2029. }
  2030. .icon-resize-vertical:before
  2031. {
  2032. content: "\f07d"
  2033. }
  2034. .icon-resize-horizontal:before
  2035. {
  2036. content: "\f07e"
  2037. }
  2038. .icon-thumbs-up:before
  2039. {
  2040. content: "\f087"
  2041. }
  2042. .icon-thumbs-down:before
  2043. {
  2044. content: "\f088"
  2045. }
  2046. .icon-hand-right:before
  2047. {
  2048. content: "\f0a4"
  2049. }
  2050. .icon-hand-left:before
  2051. {
  2052. content: "\f0a5"
  2053. }
  2054. .icon-hand-up:before
  2055. {
  2056. content: "\f0a6"
  2057. }
  2058. .icon-hand-down:before
  2059. {
  2060. content: "\f0a7"
  2061. }
  2062. .icon-bullhorn:before
  2063. {
  2064. content: "\f0a1"
  2065. }
  2066. .icon-certificate:before
  2067. {
  2068. content: "\f0a3"
  2069. }
  2070. .icon-circle-arrow-right:before
  2071. {
  2072. content: "\f0a8"
  2073. }
  2074. .icon-circle-arrow-left:before
  2075. {
  2076. content: "\f0a9"
  2077. }
  2078. .icon-circle-arrow-up:before
  2079. {
  2080. content: "\f0aa"
  2081. }
  2082. .icon-circle-arrow-down:before
  2083. {
  2084. content: "\f0ab"
  2085. }
  2086. .icon-tasks:before
  2087. {
  2088. content: "\f0ae"
  2089. }
  2090. .icon-film:before
  2091. {
  2092. content: "\f008"
  2093. }
  2094. .icon-ok:before
  2095. {
  2096. content: "\f00c"
  2097. }
  2098. .icon-book:before
  2099. {
  2100. content: "\f02d"
  2101. }
  2102. .icon-caret-down:before
  2103. {
  2104. content: "\f0d7"
  2105. }
  2106. .icon-caret-up:before
  2107. {
  2108. content: "\f0d8"
  2109. }
  2110. .icon-caret-left:before
  2111. {
  2112. content: "\f0d9"
  2113. }
  2114. .icon-caret-right:before
  2115. {
  2116. content: "\f0da"
  2117. }
  2118. .icon-sort:before
  2119. {
  2120. content: "\f0dc"
  2121. }
  2122. .icon-sort-up:before
  2123. {
  2124. content: "\f0de"
  2125. }
  2126. .icon-sort-down:before
  2127. {
  2128. content: "\f0dd"
  2129. }
  2130. .icon-magic:before
  2131. {
  2132. content: "\f0d0"
  2133. }
  2134. .icon-cogs:before
  2135. {
  2136. content: "\f085"
  2137. }
  2138. .icon-pie-chart:before
  2139. {
  2140. content: "\e05a"
  2141. }
  2142. .icon-support:before
  2143. {
  2144. content: "\e05b"
  2145. }
  2146. .icon-hour-glass:before
  2147. {
  2148. content: "\e05c"
  2149. }
  2150. .icon-key-2:before
  2151. {
  2152. content: "\e05d"
  2153. }
  2154. .icon-keyboard:before
  2155. {
  2156. content: "\e05e"
  2157. }
  2158. .icon-light-bulb:before
  2159. {
  2160. content: "\e05f"
  2161. }
  2162. .icon-link:before
  2163. {
  2164. content: "\e060"
  2165. }
  2166. .icon-unlink:before
  2167. {
  2168. content: "\e061"
  2169. }
  2170. .icon-microphone:before
  2171. {
  2172. content: "\e062"
  2173. }
  2174. .icon-mouse:before
  2175. {
  2176. content: "\e063"
  2177. }
  2178. .icon-tablet:before
  2179. {
  2180. content: "\e064"
  2181. }
  2182. .icon-mobile-phone:before
  2183. {
  2184. content: "\e065"
  2185. }
  2186. .icon-phone:before
  2187. {
  2188. content: "\e066"
  2189. }
  2190. .icon-pacman:before
  2191. {
  2192. content: "\e067"
  2193. }
  2194. .icon-paper-airplane:before
  2195. {
  2196. content: "\e068"
  2197. }
  2198. .icon-attachment:before
  2199. {
  2200. content: "\e069"
  2201. }
  2202. .icon-record:before
  2203. {
  2204. content: "\e06a"
  2205. }
  2206. .icon-file-zip:before
  2207. {
  2208. content: "\e06b"
  2209. }
  2210. .icon-power:before
  2211. {
  2212. content: "\e06c"
  2213. }
  2214. .icon-radio:before
  2215. {
  2216. content: "\e06d"
  2217. }
  2218. .icon-cloud:before
  2219. {
  2220. content: "\e06e"
  2221. }
  2222. .icon-rainy:before
  2223. {
  2224. content: "\e06f"
  2225. }
  2226. .icon-lightning:before
  2227. {
  2228. content: "\e070"
  2229. }
  2230. .icon-rainy-2:before
  2231. {
  2232. content: "\e071"
  2233. }
  2234. .icon-cloudy:before
  2235. {
  2236. content: "\e072"
  2237. }
  2238. .icon-cloud-2:before
  2239. {
  2240. content: "\e073"
  2241. }
  2242. .icon-windy:before
  2243. {
  2244. content: "\e074"
  2245. }
  2246. .icon-windy-2:before
  2247. {
  2248. content: "\e075"
  2249. }
  2250. .icon-snowy:before
  2251. {
  2252. content: "\e076"
  2253. }
  2254. .icon-snowy-2:before
  2255. {
  2256. content: "\e077"
  2257. }
  2258. .icon-weather:before
  2259. {
  2260. content: "\e078"
  2261. }
  2262. .icon-cloudy-2:before
  2263. {
  2264. content: "\e079"
  2265. }
  2266. .icon-lightning-2:before
  2267. {
  2268. content: "\e07a"
  2269. }
  2270. .icon-sun:before
  2271. {
  2272. content: "\e07b"
  2273. }
  2274. .icon-moon:before
  2275. {
  2276. content: "\e07c"
  2277. }
  2278. .icon-snowflake:before
  2279. {
  2280. content: "\e07d"
  2281. }
  2282. .icon-sun-2:before
  2283. {
  2284. content: "\e07e"
  2285. }
  2286. .icon-safari:before
  2287. {
  2288. content: "\e081"
  2289. }
  2290. .icon-scissor:before
  2291. {
  2292. content: "\f0c4"
  2293. }
  2294. .icon-settings:before
  2295. {
  2296. content: "\e082"
  2297. }
  2298. .icon-television:before
  2299. {
  2300. content: "\e083"
  2301. }
  2302. .icon-tools:before
  2303. {
  2304. content: "\e084"
  2305. }
  2306. .icon-tree:before
  2307. {
  2308. content: "\e085"
  2309. }
  2310. .icon-truck:before
  2311. {
  2312. content: "\f0d1"
  2313. }
  2314. .icon-gift:before
  2315. {
  2316. content: "\f06b"
  2317. }
  2318. .icon-umbrella:before
  2319. {
  2320. content: "\f0e9"
  2321. }
  2322. .icon-spades:before
  2323. {
  2324. content: "\e086"
  2325. }
  2326. .icon-clubs:before
  2327. {
  2328. content: "\e087"
  2329. }
  2330. .icon-diamonds:before
  2331. {
  2332. content: "\e088"
  2333. }
  2334. .icon-atom:before
  2335. {
  2336. content: "\e08a"
  2337. }
  2338. .icon-planet:before
  2339. {
  2340. content: "\e08b"
  2341. }
  2342. .icon-yinyang:before
  2343. {
  2344. content: "\e08c"
  2345. }
  2346. .icon-pie-chart-3:before
  2347. {
  2348. content: "\e08d"
  2349. }
  2350. .icon-pie-chart-2:before
  2351. {
  2352. content: "\e08e"
  2353. }
  2354. .icon-newspaper:before
  2355. {
  2356. content: "\e08f"
  2357. }
  2358. .icon-database:before
  2359. {
  2360. content: "\e090"
  2361. }
  2362. .icon-gauge:before
  2363. {
  2364. content: "\e091"
  2365. }
  2366. .icon-accessibility:before
  2367. {
  2368. content: "\e092"
  2369. }
  2370. .icon-apple:before
  2371. {
  2372. content: "\e093"
  2373. }
  2374. .icon-android:before
  2375. {
  2376. content: "\e094"
  2377. }
  2378. .icon-windows:before
  2379. {
  2380. content: "\e095"
  2381. }
  2382. .icon-file-xml:before
  2383. {
  2384. content: "\e096"
  2385. }
  2386. .icon-file-css:before
  2387. {
  2388. content: "\e097"
  2389. }
  2390. .icon-html5:before
  2391. {
  2392. content: "\e098"
  2393. }
  2394. .icon-cyclop:before
  2395. {
  2396. content: "\e099"
  2397. }
  2398. .icon-bended-arrow-up:before
  2399. {
  2400. content: "\e09a"
  2401. }
  2402. .icon-bended-arrow-down:before
  2403. {
  2404. content: "\e09b"
  2405. }
  2406. .icon-key:before
  2407. {
  2408. content: "\f084"
  2409. }
  2410. .icon-pushpin:before
  2411. {
  2412. content: "\f08d"
  2413. }
  2414. .icon-table:before
  2415. {
  2416. content: "\f0ce"
  2417. }
  2418. .icon-legal:before
  2419. {
  2420. content: "\f0e3"
  2421. }
  2422. .icon-stats-up:before
  2423. {
  2424. content: "\e09c"
  2425. }
  2426. .icon-google-circles:before
  2427. {
  2428. content: "\e09d"
  2429. }
  2430. .icon-sound:before
  2431. {
  2432. content: "\e09e"
  2433. }
  2434. .icon-mute:before
  2435. {
  2436. content: "\e09f"
  2437. }
  2438. .icon-lemon:before
  2439. {
  2440. content: "\f094"
  2441. }
  2442. .icon-dribbble:before
  2443. {
  2444. content: "\e0a1"
  2445. }
  2446. .icon-graph:before
  2447. {
  2448. content: "\e0a2"
  2449. }
  2450. .icon-sign-post:before
  2451. {
  2452. content: "\e0a3"
  2453. }
  2454. .icon-add-contact:before
  2455. {
  2456. content: "\e0a4"
  2457. }
  2458. .icon-chemical:before
  2459. {
  2460. content: "\e0a5"
  2461. }
  2462. .icon-network:before
  2463. {
  2464. content: "\e0a6"
  2465. }
  2466. .icon-calendar-month:before
  2467. {
  2468. content: "\e0a7"
  2469. }
  2470. .icon-progress-bar:before
  2471. {
  2472. content: "\e0a8"
  2473. }
  2474. .icon-download:before
  2475. {
  2476. content: "\e002"
  2477. }
  2478. .icon-download-2:before
  2479. {
  2480. content: "\e003"
  2481. }
  2482. .icon-upload:before
  2483. {
  2484. content: "\e004"
  2485. }
  2486. .icon-upload-2:before
  2487. {
  2488. content: "\e005"
  2489. }
  2490. .icon-briefcase:before
  2491. {
  2492. content: "\e006"
  2493. }
  2494. .icon-user:before
  2495. {
  2496. content: "\e007"
  2497. }
  2498. .icon-users:before
  2499. {
  2500. content: "\e008"
  2501. }
  2502. .icon-twitter:before
  2503. {
  2504. content: "\e009"
  2505. }
  2506. .icon-exclamation-sign:before
  2507. {
  2508. content: "\e00a"
  2509. }
  2510. .icon-music:before
  2511. {
  2512. content: "\e00c"
  2513. }
  2514. .icon-search:before
  2515. {
  2516. content: "\e00d"
  2517. }
  2518. .icon-film-camera:before
  2519. {
  2520. content: "\e00e"
  2521. }
  2522. .icon-zoom-out:before
  2523. {
  2524. content: "\e00f"
  2525. }
  2526. .icon-zoom-in:before
  2527. {
  2528. content: "\e010"
  2529. }
  2530. .icon-broadcast:before
  2531. {
  2532. content: "\e011"
  2533. }
  2534. .icon-cog:before
  2535. {
  2536. content: "\e012"
  2537. }
  2538. .icon-cog-2:before
  2539. {
  2540. content: "\e013"
  2541. }
  2542. .icon-home-2:before
  2543. {
  2544. content: "\e014"
  2545. }
  2546. .icon-file-pdf:before
  2547. {
  2548. content: "\e015"
  2549. }
  2550. .icon-file-openoffice:before
  2551. {
  2552. content: "\e016"
  2553. }
  2554. .icon-file-word:before
  2555. {
  2556. content: "\e017"
  2557. }
  2558. .icon-file-excel:before
  2559. {
  2560. content: "\e018"
  2561. }
  2562. .icon-file-powerpoint:before
  2563. {
  2564. content: "\e019"
  2565. }
  2566. .icon-file:before
  2567. {
  2568. content: "\e01a"
  2569. }
  2570. .icon-time:before
  2571. {
  2572. content: "\e01b"
  2573. }
  2574. .icon-inbox:before
  2575. {
  2576. content: "\e01d"
  2577. }
  2578. .icon-play-circle:before
  2579. {
  2580. content: "\e01e"
  2581. }
  2582. .icon-repeat:before
  2583. {
  2584. content: "\e01f"
  2585. }
  2586. .icon-refresh:before
  2587. {
  2588. content: "\e020"
  2589. }
  2590. .icon-list-2:before
  2591. {
  2592. content: "\e022"
  2593. }
  2594. .icon-lock:before
  2595. {
  2596. content: "\e023"
  2597. }
  2598. .icon-unlock:before
  2599. {
  2600. content: "\e024"
  2601. }
  2602. .icon-flag:before
  2603. {
  2604. content: "\e025"
  2605. }
  2606. .icon-headphones:before
  2607. {
  2608. content: "\e026"
  2609. }
  2610. .icon-bookmark:before
  2611. {
  2612. content: "\e027"
  2613. }
  2614. .icon-print:before
  2615. {
  2616. content: "\e028"
  2617. }
  2618. .icon-camera:before
  2619. {
  2620. content: "\e02a"
  2621. }
  2622. .icon-list:before
  2623. {
  2624. content: "\f03a"
  2625. }
  2626. .icon-facetime-video:before
  2627. {
  2628. content: "\e021"
  2629. }
  2630. .icon-picture:before
  2631. {
  2632. content: "\e029"
  2633. }
  2634. .icon-pictures:before
  2635. {
  2636. content: "\e02b"
  2637. }
  2638. .icon-pencil:before
  2639. {
  2640. content: "\e02c"
  2641. }
  2642. .icon-tint:before
  2643. {
  2644. content: "\e02e"
  2645. }
  2646. .icon-plus-sign:before
  2647. {
  2648. content: "\e02f"
  2649. }
  2650. .icon-minus-sign:before
  2651. {
  2652. content: "\e030"
  2653. }
  2654. .icon-remove-sign:before
  2655. {
  2656. content: "\e031"
  2657. }
  2658. .icon-ok-sign:before
  2659. {
  2660. content: "\e032"
  2661. }
  2662. .icon-question-sign:before
  2663. {
  2664. content: "\e033"
  2665. }
  2666. .icon-info-sign:before
  2667. {
  2668. content: "\e034"
  2669. }
  2670. .icon-screenshot:before
  2671. {
  2672. content: "\e035"
  2673. }
  2674. .icon-arrow-right:before
  2675. {
  2676. content: "\e036"
  2677. }
  2678. .icon-arrow-left:before
  2679. {
  2680. content: "\e037"
  2681. }
  2682. .icon-arrow-up:before
  2683. {
  2684. content: "\e038"
  2685. }
  2686. .icon-arrow-down:before
  2687. {
  2688. content: "\e039"
  2689. }
  2690. .icon-leaf:before
  2691. {
  2692. content: "\e03a"
  2693. }
  2694. .icon-fire:before
  2695. {
  2696. content: "\e03b"
  2697. }
  2698. .icon-plane:before
  2699. {
  2700. content: "\e03c"
  2701. }
  2702. .icon-random:before
  2703. {
  2704. content: "\e03e"
  2705. }
  2706. .icon-comments:before
  2707. {
  2708. content: "\e03f"
  2709. }
  2710. .icon-comment:before
  2711. {
  2712. content: "\e040"
  2713. }
  2714. .icon-retweet:before
  2715. {
  2716. content: "\e041"
  2717. }
  2718. .icon-folder-closed:before
  2719. {
  2720. content: "\e042"
  2721. }
  2722. .icon-folder-close:before
  2723. {
  2724. content: "\e044"
  2725. }
  2726. .icon-hdd:before
  2727. {
  2728. content: "\e045"
  2729. }
  2730. .icon-bell:before
  2731. {
  2732. content: "\e046"
  2733. }
  2734. .icon-globe:before
  2735. {
  2736. content: "\e047"
  2737. }
  2738. .icon-wrench:before
  2739. {
  2740. content: "\e048"
  2741. }
  2742. .icon-filter:before
  2743. {
  2744. content: "\e049"
  2745. }
  2746. .icon-shopping-cart:before
  2747. {
  2748. content: "\e04b"
  2749. }
  2750. .icon-cd:before
  2751. {
  2752. content: "\e000"
  2753. }
  2754. .icon-signal:before
  2755. {
  2756. content: "\e04c"
  2757. }
  2758. .icon-cog-3:before
  2759. {
  2760. content: "\e04d"
  2761. }
  2762. .icon-fullscreen:before
  2763. {
  2764. content: "\f0b2"
  2765. }
  2766. .icon-ban-circle:before
  2767. {
  2768. content: "\f05e"
  2769. }
  2770. .icon-trophy:before
  2771. {
  2772. content: "\f091"
  2773. }
  2774. .icon-stats:before
  2775. {
  2776. content: "\e043"
  2777. }
  2778. .icon-t-shirt:before
  2779. {
  2780. content: "\e04a"
  2781. }
  2782. .icon-steering-wheel:before
  2783. {
  2784. content: "\e04e"
  2785. }
  2786. .icon-bended-arrow-left:before
  2787. {
  2788. content: "\e04f"
  2789. }
  2790. .icon-bended-arrow-right:before
  2791. {
  2792. content: "\e050"
  2793. }
  2794. .icon-compass:before
  2795. {
  2796. content: "\e051"
  2797. }
  2798. .icon-facebook:before
  2799. {
  2800. content: "\e052"
  2801. }
  2802. .icon-bars:before
  2803. {
  2804. content: "\e053"
  2805. }
  2806. .icon-loading:before
  2807. {
  2808. content: "\e054"
  2809. }
  2810. .icon-food:before
  2811. {
  2812. content: "\e055"
  2813. }
  2814. .icon-bag:before
  2815. {
  2816. content: "\e056"
  2817. }
  2818. .icon-warning-sign:before
  2819. {
  2820. content: "\e001"
  2821. }
  2822. .icon-history:before
  2823. {
  2824. content: "\e058"
  2825. }
  2826. .icon-install:before
  2827. {
  2828. content: "\e059"
  2829. }
  2830. .icon-archive:before
  2831. {
  2832. content: "\e0a0"
  2833. }
  2834. .icon-battery:before
  2835. {
  2836. content: "\e0a9"
  2837. }
  2838. .icon-publish:before
  2839. {
  2840. content: "\e0aa"
  2841. }
  2842. .icon-feather:before
  2843. {
  2844. content: "\e0ab"
  2845. }
  2846. .icon-calendar:before
  2847. {
  2848. content: "\e0ac"
  2849. }
  2850. .icon-moon-2:before
  2851. {
  2852. content: "\e03d"
  2853. }
  2854. .icon-comment-2:before
  2855. {
  2856. content: "\e0ad"
  2857. }
  2858. .icon-comments-2:before
  2859. {
  2860. content: "\e0ae"
  2861. }
  2862. .icon-business-card:before
  2863. {
  2864. content: "\e0af"
  2865. }
  2866. .icon-flashlight:before
  2867. {
  2868. content: "\e0b0"
  2869. }
  2870. .icon-monitor:before
  2871. {
  2872. content: "\e0b1"
  2873. }
  2874. .icon-coffee:before
  2875. {
  2876. content: "\e0b2"
  2877. }
  2878. .icon-frame:before
  2879. {
  2880. content: "\e089"
  2881. }
  2882. .icon-boat:before
  2883. {
  2884. content: "\e0b3"
  2885. }
  2886. .icon-drops:before
  2887. {
  2888. content: "\e0b4"
  2889. }
  2890. .icon-mug:before
  2891. {
  2892. content: "\e0b5"
  2893. }
  2894. .icon-reply:before
  2895. {
  2896. content: "\e0b6"
  2897. }
  2898. .icon-official:before
  2899. {
  2900. content: "\e0b7"
  2901. }
  2902. .icon-envelope:before
  2903. {
  2904. content: "\e0b9"
  2905. }
  2906. .icon-map-marker:before
  2907. {
  2908. content: "\e02d"
  2909. }
  2910. .icon-edit:before
  2911. {
  2912. content: "\f044"
  2913. }
  2914. .icon-barcode:before
  2915. {
  2916. content: "\f02a"
  2917. }
  2918. .icon-trophy-2:before
  2919. {
  2920. content: "\e00b"
  2921. }
  2922. .icon-rocket:before
  2923. {
  2924. content: "\e01c"
  2925. }
  2926. .icon-bus:before
  2927. {
  2928. content: "\e0bb"
  2929. }
  2930. .icon-chart:before
  2931. {
  2932. content: "\e057"
  2933. }
  2934. .icon-chart-alt:before
  2935. {
  2936. content: "\e0b8"
  2937. }
  2938. .icon-apple-2:before
  2939. {
  2940. content: "\e0ba"
  2941. }
  2942. .icon-chrome:before
  2943. {
  2944. content: "\e0bc"
  2945. }
  2946. .icon-firefox:before
  2947. {
  2948. content: "\e0bd"
  2949. }
  2950. .icon-IE:before
  2951. {
  2952. content: "\e0be"
  2953. }
  2954. .icon-opera:before
  2955. {
  2956. content: "\e0bf"
  2957. }
  2958. .icon-github:before
  2959. {
  2960. content: "\e0c0"
  2961. }
  2962. .icon-twitter-2:before
  2963. {
  2964. content: "\e0c1"
  2965. }
  2966. .icon-seven-segment-1:before
  2967. {
  2968. content: "\e0c2"
  2969. }
  2970. .icon-seven-segment-2:before
  2971. {
  2972. content: "\e0c4"
  2973. }
  2974. .icon-seven-segment-3:before
  2975. {
  2976. content: "\e0c5"
  2977. }
  2978. .icon-seven-segment-4:before
  2979. {
  2980. content: "\e0c6"
  2981. }
  2982. .icon-seven-segment-5:before
  2983. {
  2984. content: "\e0cb"
  2985. }
  2986. .icon-seven-segment-6:before
  2987. {
  2988. content: "\e0c7"
  2989. }
  2990. .icon-seven-segment-7:before
  2991. {
  2992. content: "\e0c8"
  2993. }
  2994. .icon-seven-segment-8:before
  2995. {
  2996. content: "\e0c9"
  2997. }
  2998. .icon-seven-segment-9:before
  2999. {
  3000. content: "\e0ca"
  3001. }
  3002. .icon-seven-segment-0:before
  3003. {
  3004. content: "\e0c3"
  3005. }
  3006. .icon-snowy-3:before
  3007. {
  3008. content: "\e0cc"
  3009. }
  3010. .icon-snowy-4:before
  3011. {
  3012. content: "\e0cd"
  3013. }
  3014. .icon-weather-2:before
  3015. {
  3016. content: "\e0ce"
  3017. }
  3018. .icon-cloudy-3:before
  3019. {
  3020. content: "\e0cf"
  3021. }
  3022. .icon-snowy-5:before
  3023. {
  3024. content: "\e0d0"
  3025. }
  3026. .icon-cloud-3:before
  3027. {
  3028. content: "\e0d1"
  3029. }
  3030. .icon-lightning-3:before
  3031. {
  3032. content: "\e0d2"
  3033. }
  3034. .icon-cloudy-4:before
  3035. {
  3036. content: "\e0d3"
  3037. }
  3038. .icon-cloud-4:before
  3039. {
  3040. content: "\e0d4"
  3041. }
  3042. .icon-cloud-5:before
  3043. {
  3044. content: "\e0d5"
  3045. }
  3046. .icon-lightning-4:before
  3047. {
  3048. content: "\e0d6"
  3049. }
  3050. .icon-lightning-5:before
  3051. {
  3052. content: "\e0d7"
  3053. }
  3054. .icon-rainy-3:before
  3055. {
  3056. content: "\e0d8"
  3057. }
  3058. .icon-rainy-4:before
  3059. {
  3060. content: "\e0d9"
  3061. }
  3062. .icon-windy-3:before
  3063. {
  3064. content: "\e0da"
  3065. }
  3066. .icon-windy-4:before
  3067. {
  3068. content: "\e0db"
  3069. }
  3070. .icon-Celsius:before
  3071. {
  3072. content: "\e0dc"
  3073. }
  3074. .icon-Fahrenheit:before
  3075. {
  3076. content: "\e0dd"
  3077. }
  3078. .icon-none:before
  3079. {
  3080. content: "\e0de"
  3081. }
  3082. .icon-rss:before
  3083. {
  3084. content: "\f09e"
  3085. }
  3086. .icon-accessibility-2:before
  3087. {
  3088. content: "\e080"
  3089. }
  3090. .icon-wordpress:before
  3091. {
  3092. content: "\e0df"
  3093. }
  3094. .icon-deviantart:before
  3095. {
  3096. content: "\e0e0"
  3097. }
  3098. .icon-pinterest:before
  3099. {
  3100. content: "\e0e1"
  3101. }
  3102. .icon-delicious:before
  3103. {
  3104. content: "\e0e2"
  3105. }
  3106. .icon-pencil-2:before
  3107. {
  3108. content: "\f040"
  3109. }
  3110. .icon-loading-2:before
  3111. {
  3112. content: "\e0e3"
  3113. }
  3114. .icon-meter-slow:before
  3115. {
  3116. content: "\e0e4"
  3117. }
  3118. .icon-meter-medium:before
  3119. {
  3120. content: "\e0e5"
  3121. }
  3122. .icon-meter-fast:before
  3123. {
  3124. content: "\e0e6"
  3125. }
  3126. .icon-amazon:before
  3127. {
  3128. content: "\e0e7"
  3129. }
  3130. .icon-yahoo:before
  3131. {
  3132. content: "\e0e8"
  3133. }
  3134. .icon-finder:before
  3135. {
  3136. content: "\e0e9"
  3137. }
  3138. .icon-gplus:before
  3139. {
  3140. content: "\e0ea"
  3141. }
  3142. .icon-bluetooth:before
  3143. {
  3144. content: "\e0eb"
  3145. }
  3146. .icon-flickr:before
  3147. {
  3148. content: "\e0ec"
  3149. }
  3150. .icon-calculate:before
  3151. {
  3152. content: "\e0ed"
  3153. }
  3154. .icon-box-add:before
  3155. {
  3156. content: "\e0ee"
  3157. }
  3158. .icon-box-remove:before
  3159. {
  3160. content: "\e0ef"
  3161. }
  3162. .icon-battery-low:before
  3163. {
  3164. content: "\e0f0"
  3165. }
  3166. .icon-battery-2:before
  3167. {
  3168. content: "\e0f1"
  3169. }
  3170. .icon-battery-full:before
  3171. {
  3172. content: "\e0f2"
  3173. }
  3174. .icon-battery-charging:before
  3175. {
  3176. content: "\e0f3"
  3177. }
  3178. .icon-usb:before
  3179. {
  3180. content: "\e0f4"
  3181. }
  3182. .icon-cord:before
  3183. {
  3184. content: "\e0f5"
  3185. }
  3186. .icon-linkedin:before
  3187. {
  3188. content: "\e0f6"
  3189. }
  3190. .icon-quote:before
  3191. {
  3192. content: "\e0f7"
  3193. }
  3194. .icon-bell-2:before
  3195. {
  3196. content: "\e0f8"
  3197. }
  3198. .icon-history-2:before
  3199. {
  3200. content: "\e0f9"
  3201. }
  3202. .icon-home-3:before
  3203. {
  3204. content: "\e0fa"
  3205. }
  3206. .icon-direction:before
  3207. {
  3208. content: "\e0fb"
  3209. }
  3210. .icon-facebook-2:before
  3211. {
  3212. content: "\e0fc"
  3213. }
  3214. .icon-facebook-3:before
  3215. {
  3216. content: "\e0fd"
  3217. }
  3218. .icon-forrst:before
  3219. {
  3220. content: "\e0fe"
  3221. }
  3222. .icon-forrst-2:before
  3223. {
  3224. content: "\e0ff"
  3225. }
  3226. .icon-amazon-2:before
  3227. {
  3228. content: "\e100"
  3229. }
  3230. .icon-deviantart-2:before
  3231. {
  3232. content: "\e101"
  3233. }
  3234. .icon-twitter-3:before
  3235. {
  3236. content: "\e102"
  3237. }
  3238. .icon-twitter-4:before
  3239. {
  3240. content: "\e103"
  3241. }
  3242. .icon-github-2:before
  3243. {
  3244. content: "\e104"
  3245. }
  3246. .icon-github-3:before
  3247. {
  3248. content: "\e106"
  3249. }
  3250. .icon-skype:before
  3251. {
  3252. content: "\e10d"
  3253. }
  3254. .icon-reddit:before
  3255. {
  3256. content: "\e110"
  3257. }
  3258. .icon-html5-2:before
  3259. {
  3260. content: "\e111"
  3261. }
  3262. .icon-vimeo:before
  3263. {
  3264. content: "\e10a"
  3265. }
  3266. .icon-github-4:before
  3267. {
  3268. content: "\e112"
  3269. }
  3270. .icon-css3:before
  3271. {
  3272. content: "\e10f"
  3273. }
  3274. .icon-lastfm:before
  3275. {
  3276. content: "\e115"
  3277. }
  3278. .icon-blogger:before
  3279. {
  3280. content: "\e117"
  3281. }
  3282. .icon-wordpress-2:before
  3283. {
  3284. content: "\e118"
  3285. }
  3286. .icon-blogger-2:before
  3287. {
  3288. content: "\e11a"
  3289. }
  3290. .icon-yahoo-2:before
  3291. {
  3292. content: "\e11b"
  3293. }
  3294. .icon-dribbble-2:before
  3295. {
  3296. content: "\e11c"
  3297. }
  3298. .icon-dribbble-3:before
  3299. {
  3300. content: "\e11d"
  3301. }
  3302. .icon-picassa:before
  3303. {
  3304. content: "\e11e"
  3305. }
  3306. .icon-picassa-2:before
  3307. {
  3308. content: "\e11f"
  3309. }
  3310. .icon-google-plus:before
  3311. {
  3312. content: "\e07f"
  3313. }
  3314. .icon-power-2:before
  3315. {
  3316. content: "\e105"
  3317. }
  3318. .icon-reply-to-all:before
  3319. {
  3320. content: "\e107"
  3321. }
  3322. .icon-winsows:before
  3323. {
  3324. content: "\e108"
  3325. }
  3326. .icon-broadcast-2:before
  3327. {
  3328. content: "\e109"
  3329. }
  3330. .icon-movie:before
  3331. {
  3332. content: "\e10b"
  3333. }
  3334. .icon-camera-2:before
  3335. {
  3336. content: "\e10c"
  3337. }
  3338. .icon-lollipop:before
  3339. {
  3340. content: "\e10e"
  3341. }
  3342. .icon-blocked:before
  3343. {
  3344. content: "\e113"
  3345. }
  3346. .icon-creative-commons:before
  3347. {
  3348. content: "\e114"
  3349. }
  3350. .icon-arrow-up-2:before
  3351. {
  3352. content: "\e116"
  3353. }
  3354. .icon-arrow-right-2:before
  3355. {
  3356. content: "\e119"
  3357. }
  3358. .icon-arrow-down-2:before
  3359. {
  3360. content: "\e120"
  3361. }
  3362. .icon-arrow-left-2:before
  3363. {
  3364. content: "\e121"
  3365. }
  3366. .icon-arrow-up-left:before
  3367. {
  3368. content: "\e122"
  3369. }
  3370. .icon-arrow-up-3:before
  3371. {
  3372. content: "\e123"
  3373. }
  3374. .icon-arrow-up-right:before
  3375. {
  3376. content: "\e124"
  3377. }
  3378. .icon-arrow-right-3:before
  3379. {
  3380. content: "\e125"
  3381. }
  3382. .icon-arrow-down-right:before
  3383. {
  3384. content: "\e126"
  3385. }
  3386. .icon-arrow-down-3:before
  3387. {
  3388. content: "\e127"
  3389. }
  3390. .icon-coffee-2:before
  3391. {
  3392. content: "\e128"
  3393. }
  3394. .icon-movie-2:before
  3395. {
  3396. content: "\e129"
  3397. }
  3398. @font-face
  3399. {
  3400. font-family: 'BebasNeueRegular';
  3401. src: url('http://ucp.hzgaming.net/css/fonts/bebasneue/BebasNeue-webfont.eot');
  3402. src: url('http://ucp.hzgaming.net/css/fonts/bebasneue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),url('http://ucp.hzgaming.net/css/fonts/bebasneue/BebasNeue-webfont.woff') format('woff'),url('http://ucp.hzgaming.net/css/fonts/bebasneue/BebasNeue-webfont.ttf') format('truetype'),url('http://ucp.hzgaming.net/css/fonts/bebasneue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  3403. font-weight: normal;
  3404. font-style: normal
  3405. }
  3406. .container
  3407. {
  3408. width: 92%;
  3409. margin: 0 auto;
  3410. position: relative
  3411. }
  3412. .grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8
  3413. {
  3414. float: left;
  3415. position: relative;
  3416. margin-left: 1%;
  3417. margin-right: 1%
  3418. }
  3419. .grid_1
  3420. {
  3421. width: 10.5%
  3422. }
  3423. .grid_2
  3424. {
  3425. width: 23%
  3426. }
  3427. .grid_3
  3428. {
  3429. width: 35.5%
  3430. }
  3431. .grid_4
  3432. {
  3433. width: 48%
  3434. }
  3435. .grid_5
  3436. {
  3437. width: 60.5%
  3438. }
  3439. .grid_6
  3440. {
  3441. width: 73%
  3442. }
  3443. .grid_7
  3444. {
  3445. width: 85.5%
  3446. }
  3447. .grid_8
  3448. {
  3449. width: 98.0%
  3450. }
  3451. audio,img,video
  3452. {
  3453. max-width: 100%
  3454. }
  3455. @media only screen and (max-width: 768px)
  3456. {
  3457. .grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8
  3458. {
  3459. float: none;
  3460. width: 100%
  3461. }
  3462. }.mws-inset
  3463. {
  3464. background-color: rgba(0,0,0,0.15);
  3465. -webkit-border-radius: 4px;
  3466. -moz-border-radius: 4px;
  3467. border-radius: 4px;
  3468. -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15),inset 0 1px 2px rgba(0,0,0,0.5);
  3469. -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.15),inset 0 1px 2px rgba(0,0,0,0.5);
  3470. box-shadow: 0 1px 0 rgba(255,255,255,0.15),inset 0 1px 2px rgba(0,0,0,0.5)
  3471. }
  3472. html,body
  3473. {
  3474. height: 100%
  3475. }
  3476. body
  3477. {
  3478. color: #333;
  3479. background-color: #f0f0f0;
  3480. font-family: 'PT Sans',Arial,Helvetica,sans-serif;
  3481. min-width: 320px
  3482. }
  3483. .clear
  3484. {
  3485. clear: both
  3486. }
  3487. #mws-header
  3488. {
  3489. background: url(/images/core/mws-header-bg.png) repeat-x left bottom;
  3490. border-bottom: 4px solid;
  3491. z-index: 100;
  3492. position: relative;
  3493. -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.35);
  3494. -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.35);
  3495. box-shadow: 0 2px 2px rgba(0,0,0,0.35)
  3496. }
  3497. #mws-logo-container
  3498. {
  3499. width: 180px;
  3500. height: 58px;
  3501. float: left;
  3502. padding: 0 10px
  3503. }
  3504. #mws-logo-container #mws-logo-wrap
  3505. {
  3506. width: 180px;
  3507. height: 58px;
  3508. text-align: center;
  3509. vertical-align: middle;
  3510. display: table-cell
  3511. }
  3512. #mws-logo-container #mws-logo-wrap img
  3513. {
  3514. max-width: 250px;
  3515. max-height: 58px
  3516. }
  3517. #mws-user-tools
  3518. {
  3519. float: right;
  3520. padding: 9px 0;
  3521. margin-right: 10px
  3522. }
  3523. #mws-user-tools .mws-dropdown-menu,#mws-user-tools #mws-user-info
  3524. {
  3525. display: inline-block;
  3526. vertical-align: top;
  3527. position: relative;
  3528. margin: 0 6px
  3529. }
  3530. #mws-user-tools .mws-dropdown-menu
  3531. {
  3532. margin-top: 4px
  3533. }
  3534. #mws-user-tools #mws-user-info
  3535. {
  3536. height: 32px;
  3537. padding: 4px
  3538. }
  3539. #mws-user-tools #mws-user-info #mws-user-photo
  3540. {
  3541. width: 28px;
  3542. height: 28px;
  3543. padding: 2px;
  3544. float: left;
  3545. background: #fff;
  3546. position: relative;
  3547. -webkit-border-radius: 2px;
  3548. -moz-border-radius: 2px;
  3549. border-radius: 2px
  3550. }
  3551. #mws-user-tools #mws-user-info #mws-user-photo img
  3552. {
  3553. max-width: 100%;
  3554. max-height: 100%
  3555. }
  3556. #mws-user-tools #mws-user-info #mws-user-functions
  3557. {
  3558. margin: 0 4px 0 40px;
  3559. font-size: 11px;
  3560. line-height: 16px
  3561. }
  3562. #mws-user-tools #mws-user-info #mws-user-functions ul,#mws-user-tools #mws-user-info #mws-user-functions ul li
  3563. {
  3564. margin: 0;
  3565. padding: 0;
  3566. list-style: none
  3567. }
  3568. #mws-user-tools #mws-user-info #mws-user-functions ul li
  3569. {
  3570. display: inline;
  3571. margin-right: 4px
  3572. }
  3573. #mws-user-tools #mws-user-info #mws-user-functions ul li a
  3574. {
  3575. text-decoration: none;
  3576. color: #fff
  3577. }
  3578. #mws-user-tools #mws-user-info #mws-user-functions ul li a:hover
  3579. {
  3580. text-decoration: underline
  3581. }
  3582. #mws-user-tools .mws-dropdown-menu .mws-dropdown-notif
  3583. {
  3584. position: absolute;
  3585. display: block;
  3586. min-width: 12px;
  3587. height: 16px;
  3588. line-height: 16px;
  3589. padding: 0 2px;
  3590. font-size: 11px;
  3591. text-align: center;
  3592. color: #fff;
  3593. background-color: #c00;
  3594. top: -4px;
  3595. left: 75%;
  3596. z-index: 101;
  3597. -webkit-border-radius: 2px;
  3598. -moz-border-radius: 2px;
  3599. border-radius: 2px
  3600. }
  3601. #mws-user-tools .mws-dropdown-menu .mws-dropdown-trigger
  3602. {
  3603. display: block;
  3604. padding: 0;
  3605. color: #fff;
  3606. outline: none;
  3607. overflow: hidden;
  3608. text-decoration: none;
  3609. position: relative;
  3610. padding: 4px;
  3611. border: 1px solid #565656;
  3612. border: 1px solid rgba(255,255,255,0.15);
  3613. text-align: center;
  3614. -webkit-border-radius: 4px;
  3615. -moz-border-radius: 4px;
  3616. border-radius: 4px
  3617. }
  3618. #mws-user-tools .mws-dropdown-menu .mws-dropdown-trigger [class*="icon-"]
  3619. {
  3620. font-size: 24px;
  3621. line-height: 24px;
  3622. width: 24px;
  3623. height: 24px
  3624. }
  3625. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box
  3626. {
  3627. display: none;
  3628. position: absolute;
  3629. right: 0;
  3630. width: 200px;
  3631. top: 100%;
  3632. margin-top: -1px;
  3633. padding: 10px;
  3634. background: #323232;
  3635. border: 1px solid #565656;
  3636. -webkit-border-radius: 6px 0 6px 6px;
  3637. -moz-border-radius: 6px 0 6px 6px;
  3638. border-radius: 6px 0 6px 6px
  3639. }
  3640. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content
  3641. {
  3642. background: #fff
  3643. }
  3644. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box ul,#mws-user-tools .mws-dropdown-menu .mws-dropdown-box ul li
  3645. {
  3646. margin: 0;
  3647. list-style: none;
  3648. font-size: 12px
  3649. }
  3650. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li a
  3651. {
  3652. padding-left: 32px
  3653. }
  3654. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content .mws-dropdown-viewall a,#mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul li a
  3655. {
  3656. padding: 4px 8px;
  3657. text-decoration: none;
  3658. color: #323232;
  3659. display: block;
  3660. border-bottom: 1px solid #d0d0d0
  3661. }
  3662. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content .mws-dropdown-viewall a
  3663. {
  3664. border: 0;
  3665. font-size: 11px
  3666. }
  3667. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content .mws-dropdown-viewall a:hover
  3668. {
  3669. background-color: #d5d5d5
  3670. }
  3671. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li:hover a,#mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-notifications li:hover a
  3672. {
  3673. background-color: #d5d5d5!important;
  3674. border-bottom-color: #bbb
  3675. }
  3676. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li.read a
  3677. {
  3678. background: url(/css/icons/icol16/src/email_open.png) no-repeat 8px center
  3679. }
  3680. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li.unread a
  3681. {
  3682. background: url(/css/icons/icol16/src/email.png) no-repeat 8px center #f0f0f0
  3683. }
  3684. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-notifications li.unread a
  3685. {
  3686. background: #f0f0f0
  3687. }
  3688. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li .message,#mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-notifications li .message
  3689. {
  3690. overflow: hidden;
  3691. display: block;
  3692. white-space: nowrap;
  3693. text-overflow: ellipsis
  3694. }
  3695. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li .sender
  3696. {
  3697. font-weight: bold
  3698. }
  3699. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li .sender,#mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li .time,#mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-notifications li .time
  3700. {
  3701. font-size: 0.9em;
  3702. display: block
  3703. }
  3704. #mws-user-tools .mws-dropdown-menu.open .mws-dropdown-box
  3705. {
  3706. display: block;
  3707. z-index: 99
  3708. }
  3709. #mws-user-tools .mws-dropdown-menu.open .mws-dropdown-trigger
  3710. {
  3711. border-bottom: none;
  3712. z-index: 100;
  3713. -webkit-border-radius: 4px 4px 0 0;
  3714. -moz-border-radius: 4px 4px 0 0;
  3715. border-radius: 4px 4px 0 0
  3716. }
  3717. #mws-wrapper
  3718. {
  3719. height: auto;
  3720. min-height: 100%;
  3721. margin-top: -62px;
  3722. padding-top: 62px;
  3723. position: relative;
  3724. box-sizing: border-box;
  3725. -moz-box-sizing: border-box;
  3726. -ms-box-sizing: border-box;
  3727. -webkit-box-sizing: border-box
  3728. }
  3729. #mws-sidebar
  3730. {
  3731. width: 200px;
  3732. z-index: 1;
  3733. position: relative;
  3734. float: left;
  3735. background-image: url(/images/core/mws-dark-bg.png);
  3736. padding-top: 0px
  3737. }
  3738. #mws-sidebar-stitch
  3739. {
  3740. position: absolute;
  3741. top: 0;
  3742. bottom: 0;
  3743. left: 191px;
  3744. width: 17px;
  3745. z-index: 2;
  3746. background: url(/images/core/mws-sidebar-stitch.png) repeat-y
  3747. }
  3748. #mws-sidebar-bg
  3749. {
  3750. background-image: url(/images/core/mws-dark-bg.png);
  3751. position: absolute;
  3752. left: 0;
  3753. top: 0;
  3754. bottom: 0;
  3755. width: 200px;
  3756. z-index: -1
  3757. }
  3758. #mws-nav-collapse
  3759. {
  3760. display: none
  3761. }
  3762. #mws-searchbox
  3763. {
  3764. margin: 0 16px 10px 10px;
  3765. padding: 3px;
  3766. position: relative
  3767. }
  3768. #mws-searchbox .mws-search-input
  3769. {
  3770. background: none;
  3771. padding: 3px 25px 3px 3px;
  3772. width: 100%;
  3773. min-height: 16px;
  3774. line-height: 16px;
  3775. border: none;
  3776. outline: none;
  3777. color: #fff;
  3778. box-sizing: border-box;
  3779. -moz-box-sizing: border-box;
  3780. -ms-box-sizing: border-box;
  3781. -webkit-box-sizing: border-box
  3782. }
  3783. #mws-searchbox .mws-search-submit
  3784. {
  3785. width: 22px;
  3786. height: 22px;
  3787. display: block;
  3788. border: none;
  3789. text-align: center;
  3790. cursor: pointer;
  3791. position: absolute;
  3792. right: 3px;
  3793. top: 3px;
  3794. padding: 0;
  3795. margin: 0;
  3796. -webkit-border-radius: 4px;
  3797. -moz-border-radius: 4px;
  3798. border-radius: 4px
  3799. }
  3800. #mws-searchbox .mws-search-submit [class*="icon-"]
  3801. {
  3802. font-size: 14px;
  3803. line-height: 22px;
  3804. color: #fff
  3805. }
  3806. #mws-navigation ul,#mws-navigation ul li
  3807. {
  3808. margin: 0;
  3809. padding: 0;
  3810. list-style: none
  3811. }
  3812. #mws-navigation>ul
  3813. {
  3814. border-top: 1px solid rgba(0,0,0,0.35);
  3815. border-bottom: 1px solid rgba(255,255,255,0.15)
  3816. }
  3817. #mws-navigation>ul>li
  3818. {
  3819. position: relative;
  3820. border-top: 1px solid rgba(255,255,255,0.15);
  3821. border-bottom: 1px solid rgba(0,0,0,0.35)
  3822. }
  3823. #mws-navigation>ul>li>a,#mws-navigation>ul>li>span
  3824. {
  3825. color: #fff;
  3826. outline: none;
  3827. display: block;
  3828. text-decoration: none;
  3829. margin-left: 10px;
  3830. position: relative;
  3831. padding: 11px 48px 11px 0;
  3832. line-height: 20px
  3833. }
  3834. #mws-navigation>ul>li>a [class*="icon-"],#mws-navigation>ul>li>span [class*="icon-"]
  3835. {
  3836. font-size: 24px;
  3837. line-height: 24px;
  3838. width: 24px;
  3839. height: 24px;
  3840. color: #fff;
  3841. margin: 0 8px;
  3842. float: left;
  3843. text-shadow: none
  3844. }
  3845. #mws-navigation>ul>li .mws-nav-tooltip
  3846. {
  3847. position: absolute;
  3848. line-height: 1;
  3849. padding: 5px;
  3850. right: 10px;
  3851. top: 50%;
  3852. margin-top: -12px;
  3853. display: inline-block;
  3854. background-color: rgba(0,0,0,0.15);
  3855. -webkit-border-radius: 4px;
  3856. -moz-border-radius: 4px;
  3857. border-radius: 4px;
  3858. -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15),inset 0 1px 2px rgba(0,0,0,0.5);
  3859. -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.15),inset 0 1px 2px rgba(0,0,0,0.5);
  3860. box-shadow: 0 1px 0 rgba(255,255,255,0.15),inset 0 1px 2px rgba(0,0,0,0.5)
  3861. }
  3862. #mws-navigation>ul>li>ul
  3863. {
  3864. background-color: rgba(0,0,0,0.15);
  3865. border: 0;
  3866. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
  3867. -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
  3868. box-shadow: inset 0 1px 2px rgba(0,0,0,0.5)
  3869. }
  3870. #mws-navigation>ul>li>ul.closed
  3871. {
  3872. display: none
  3873. }
  3874. #mws-navigation>ul>li>ul>li
  3875. {
  3876. border: 0;
  3877. padding: 0;
  3878. margin: 0;
  3879. background-image: none
  3880. }
  3881. #mws-navigation>ul>li>ul>li>a,#mws-navigation>ul>li>ul>li>span
  3882. {
  3883. display: block;
  3884. font-size: 12px;
  3885. margin-left: 10px;
  3886. text-decoration: none;
  3887. padding: 4px 0 4px 40px;
  3888. color: #fff!important;
  3889. text-shadow: none
  3890. }
  3891. #mws-navigation>ul>li>ul>li:hover
  3892. {
  3893. background-color: rgba(0,0,0,0.15)
  3894. }
  3895. #mws-container
  3896. {
  3897. margin-left: 200px;
  3898. padding-top: 10px;
  3899. background-color: #f0f0f0
  3900. }
  3901. #mws-container .container
  3902. {
  3903. float: left;
  3904. margin: 0 4%;
  3905. padding-bottom: 52px
  3906. }
  3907. #mws-footer
  3908. {
  3909. margin: 0 4%;
  3910. text-align: center;
  3911. padding: 16px 0;
  3912. bottom: 0;
  3913. left: 206px;
  3914. right: 0;
  3915. border-top: 1px solid #dadada;
  3916. position: absolute
  3917. }
  3918. @media only screen and (max-width: 1024px)
  3919. {
  3920. #mws-navigation ul li a,#mws-navigation ul li span
  3921. {
  3922. margin: 0!important
  3923. }
  3924. }@media only screen and (min-width: 600px) and (max-width: 1024px)
  3925. {
  3926. #mws-sidebar,#mws-sidebar-bg
  3927. {
  3928. width: 100px
  3929. }
  3930. #mws-container
  3931. {
  3932. margin-left: 100px
  3933. }
  3934. #mws-sidebar-stitch
  3935. {
  3936. left: 91px
  3937. }
  3938. #mws-searchbox
  3939. {
  3940. margin: 0 10px 10px 6px;
  3941. padding: 3px
  3942. }
  3943. #mws-searchbox .mws-search-input
  3944. {
  3945. width: 45px;
  3946. padding: 1px;
  3947. font-size: 11px;
  3948. line-height: 19px
  3949. }
  3950. #mws-searchbox .mws-search-submit
  3951. {
  3952. margin-left: 58px;
  3953. width: 20px;
  3954. height: 20px
  3955. }
  3956. #mws-navigation ul li a,#mws-navigation ul li span
  3957. {
  3958. text-align: center;
  3959. padding: 11px 4px;
  3960. margin: 0
  3961. }
  3962. #mws-navigation ul li a [class*="icon-"],#mws-navigation ul li span [class*="icon-"]
  3963. {
  3964. display: block;
  3965. width: 100%;
  3966. margin: 0 0 4px 0;
  3967. text-align: center
  3968. }
  3969. #mws-navigation ul li ul li a,#mws-navigation ul li ul li span
  3970. {
  3971. padding: 4px 0;
  3972. text-align: center
  3973. }
  3974. #mws-navigation ul li span.mws-nav-tooltip
  3975. {
  3976. font-size: 11px;
  3977. position: absolute;
  3978. line-height: 16px;
  3979. margin: 0;
  3980. right: auto;
  3981. left: 60%;
  3982. top: -4px;
  3983. background: #c00;
  3984. z-index: 99999;
  3985. height: 16px;
  3986. min-width: 12px;
  3987. padding: 0 2px;
  3988. color: #fff!important;
  3989. -webkit-box-shadow: none;
  3990. -moz-box-shadow: none;
  3991. box-shadow: none
  3992. }
  3993. #mws-footer
  3994. {
  3995. left: 106px
  3996. }
  3997. }@media only screen and (max-width : 599px)
  3998. {
  3999. #mws-logo-container
  4000. {
  4001. float: none;
  4002. display: block;
  4003. width: auto;
  4004. height: 40px;
  4005. background: url(/images/core/mws-dark-bg.png) repeat
  4006. }
  4007. #mws-logo-container #mws-logo-wrap
  4008. {
  4009. width: 100px;
  4010. height: 40px
  4011. }
  4012. #mws-logo-container #mws-logo-wrap img
  4013. {
  4014. max-width: 200px;
  4015. max-height: 40px
  4016. }
  4017. #mws-sidebar
  4018. {
  4019. float: none;
  4020. width: 100%;
  4021. -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  4022. -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  4023. box-shadow: 0 1px 4px rgba(0,0,0,0.25)
  4024. }
  4025. #mws-header
  4026. {
  4027. height: auto;
  4028. border-top: 4px solid;
  4029. border-bottom: 0;
  4030. background-position: left 40px
  4031. }
  4032. #mws-header #mws-user-tools
  4033. {
  4034. margin: auto;
  4035. padding: 0px;
  4036. height: 0px
  4037. }
  4038. #mws-header #mws-user-info,#mws-header #mws-user-tools
  4039. {
  4040. float: right;
  4041. width: auto
  4042. }
  4043. #mws-header #mws-user-info
  4044. {
  4045. margin: 0;
  4046. margin-top: 2px
  4047. }
  4048. #mws-header #mws-user-info.mws-inset
  4049. {
  4050. background-color: transparent;
  4051. -webkit-border-radius: 0px;
  4052. -moz-border-radius: 0px;
  4053. border-radius: 0px;
  4054. -webkit-box-shadow: 0 0px 0 rgba(255,255,255,0.15),inset 0 0px 0px rgba(0,0,0,0.5);
  4055. -moz-box-shadow: 0 0px 0 rgba(255,255,255,0.15),inset 0 0px 0px rgba(0,0,0,0.5);
  4056. box-shadow: 0 0px 0 rgba(255,255,255,0.15),inset 0 0px 0px rgba(0,0,0,0.5)
  4057. }
  4058. #mws-user-tools .mws-dropdown-menu
  4059. {
  4060. margin: 4px 6px 0 6px
  4061. }
  4062. #mws-user-tools .mws-dropdown-menu .mws-dropdown-box
  4063. {
  4064. left: 0;
  4065. -webkit-border-radius: 0 6px 6px 6px;
  4066. -moz-border-radius: 0 6px 6px 6px;
  4067. border-radius: 0 6px 6px 6px
  4068. }
  4069. #mws-container
  4070. {
  4071. font-size: 0.9em!important
  4072. }
  4073. #mws-container .container
  4074. {
  4075. float: left;
  4076. margin: 0 2%;
  4077. width: 96%
  4078. }
  4079. #mws-sidebar
  4080. {
  4081. position: relative;
  4082. top: auto;
  4083. padding-top: 8px
  4084. }
  4085. #mws-sidebar-stitch,#mws-sidebar-bg
  4086. {
  4087. display: none
  4088. }
  4089. #mws-container
  4090. {
  4091. margin-left: 0px;
  4092. padding-top: 16px
  4093. }
  4094. #mws-footer
  4095. {
  4096. left: auto;
  4097. right: auto;
  4098. clear: both;
  4099. width: 92%
  4100. }
  4101. #mws-wrapper
  4102. {
  4103. padding-top: 96px;
  4104. margin-top: -96px
  4105. }
  4106. #mws-searchbox
  4107. {
  4108. margin: 0 6px 0 40px;
  4109. z-index: 10;
  4110. position: relative
  4111. }
  4112. #mws-searchbox form
  4113. {
  4114. display: block
  4115. }
  4116. #mws-searchbox-fix
  4117. {
  4118. margin: 0 16px 10px 10px;
  4119. padding: 3px;
  4120. position: relative;
  4121. height: 10px;
  4122. width: 0px
  4123. }
  4124. #mws-nav-collapse
  4125. {
  4126. display: inline-block;
  4127. float: left;
  4128. margin-left: 6px;
  4129. padding: 8px 6px;
  4130. cursor: pointer;
  4131. width: 16px;
  4132. height: 12px;
  4133. -webkit-border-radius: 4px;
  4134. -moz-border-radius: 4px;
  4135. border-radius: 4px
  4136. }
  4137. #mws-nav-collapse span
  4138. {
  4139. display: block;
  4140. border: solid #fff;
  4141. border-width: 1px 0;
  4142. width: 100%;
  4143. margin-bottom: 2px;
  4144. -webkit-border-radius: 2px;
  4145. -moz-border-radius: 2px;
  4146. border-radius: 2px
  4147. }
  4148. #mws-navigation
  4149. {
  4150. cursor: pointer;
  4151. width: 100%;
  4152. padding-top: 8px
  4153. }
  4154. #mws-navigation.toggled
  4155. {
  4156. padding-bottom: 0px
  4157. }
  4158. #mws-navigation.toggled>ul
  4159. {
  4160. display: block
  4161. }
  4162. #mws-navigation>ul
  4163. {
  4164. cursor: auto;
  4165. display: none;
  4166. width: 100%
  4167. }
  4168. #mws-navigation ul li a,#mws-navigation ul li span
  4169. {
  4170. padding: 8px 0;
  4171. text-align: left
  4172. }
  4173. #mws-navigation ul li a [class*="icon-"],#mws-navigation ul li span [class*="icon-"]
  4174. {
  4175. font-size: 16px;
  4176. vertical-align: top;
  4177. width: 16px;
  4178. height: 16px;
  4179. text-align: center
  4180. }
  4181. #mws-login .mws-form .mws-form-row
  4182. {
  4183. padding: 12px 0
  4184. }
  4185. .plupload_header_text
  4186. {
  4187. overflow: hidden;
  4188. text-overflow: ellipsis;
  4189. white-space: nowrap
  4190. }
  4191. #mws-themer
  4192. {
  4193. display: none
  4194. }
  4195. }.hzg_profile
  4196. {
  4197. font-family: 'BebasNeueRegular';
  4198. font-size: 45px;
  4199. color: #0076C0;
  4200. line-height: 36px;
  4201. text-align: center;
  4202. word-wrap: break-word;
  4203. text-shadow: 2px 2px #CFCFCF
  4204. }
  4205. #loadingDiv
  4206. {
  4207. height: 305px;
  4208. width: 319px;
  4209. z-index: 1000;
  4210. background: url(/images/core/loading.gif) no-repeat;
  4211. position: absolute;
  4212. margin-left: -159.5px;
  4213. margin-top: -152.5px;
  4214. top: 50%;
  4215. left: 50%
  4216. }
  4217. .mws-panel
  4218. {
  4219. margin-bottom: 32px;
  4220. -webkit-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.15);
  4221. -moz-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.15);
  4222. box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.15)
  4223. }
  4224. .mws-panel .mws-panel-header
  4225. {
  4226. background-image: url(/images/core/mws-panel-header-bg.png);
  4227. background-repeat: repeat-x;
  4228. height: 25px;
  4229. position: relative;
  4230. padding: 12px 12px 10px 12px;
  4231. border-bottom: 2px solid #35353a;
  4232. font-size: 14px;
  4233. -webkit-border-radius: 4px;
  4234. -moz-border-radius: 4px;
  4235. border-radius: 4px
  4236. }
  4237. .mws-panel .mws-panel-header span
  4238. {
  4239. line-height: 24px;
  4240. overflow: hidden;
  4241. text-overflow: ellipsis;
  4242. display: block;
  4243. white-space: nowrap
  4244. }
  4245. .mws-panel .mws-panel-header span [class*="icon-"],.mws-panel .mws-panel-header span [class^=" icon-"]
  4246. {
  4247. font-size: 16px;
  4248. text-shadow: none;
  4249. color: #fff;
  4250. margin-right: 3px;
  4251. vertical-align: text-bottom
  4252. }
  4253. .mws-panel .mws-panel-header .mws-collapse-button
  4254. {
  4255. width: 22px;
  4256. height: 22px;
  4257. display: block;
  4258. padding: 0;
  4259. position: absolute;
  4260. right: 10px;
  4261. top: 50%;
  4262. margin-top: -11px
  4263. }
  4264. .mws-panel .mws-panel-header .mws-collapse-button span
  4265. {
  4266. display: block;
  4267. padding: 0;
  4268. margin: 3px;
  4269. width: 16px;
  4270. height: 16px;
  4271. cursor: pointer;
  4272. background-repeat: no-repeat;
  4273. background-position: center center;
  4274. -webkit-border-radius: 2px;
  4275. -moz-border-radius: 2px;
  4276. border-radius: 2px
  4277. }
  4278. .mws-panel.mws-collapsed .mws-panel-header .mws-collapse-button span
  4279. {
  4280. background-image: url(/images/core/mws-panel-button-icon-plus.png)
  4281. }
  4282. .mws-panel .mws-panel-header .mws-collapse-button span
  4283. {
  4284. background-image: url(/images/core/mws-panel-button-icon-min.png)
  4285. }
  4286. .mws-panel.mws-collapsed .mws-panel-inner-wrap
  4287. {
  4288. display: none
  4289. }
  4290. .mws-panel .mws-panel-body
  4291. {
  4292. background-color: #fafafa;
  4293. margin: 0 2px;
  4294. border: 1px solid #bcbcbc;
  4295. border-top: 0;
  4296. position: relative;
  4297. padding: 24px
  4298. }
  4299. .mws-panel .mws-panel-body.no-padding
  4300. {
  4301. padding: 0
  4302. }
  4303. .mws-panel .mws-panel-body.no-side-padding
  4304. {
  4305. padding-left: 0;
  4306. padding-right: 0
  4307. }
  4308. .mws-panel .mws-panel-body.no-border
  4309. {
  4310. border: 0
  4311. }
  4312. @media only screen and (max-width : 599px)
  4313. {
  4314. .mws-panel
  4315. {
  4316. margin-bottom: 16px
  4317. }
  4318. .mws-panel .mws-panel-body
  4319. {
  4320. padding: 12px
  4321. }
  4322. }.mws-table
  4323. {
  4324. width: 100%;
  4325. margin: 0;
  4326. border: 0;
  4327. border-collapse: collapse
  4328. }
  4329. .mws-table thead tr
  4330. {
  4331. background: #e8e8e8 repeat-x left top;
  4332. background-image: -ms-linear-gradient(top,#f7f7f7,#e8e8e8);
  4333. background-image: -webkit-gradient(linear,0 0,0 100%,from(#f7f7f7),to(#e8e8e8));
  4334. background-image: -webkit-linear-gradient(top,#f7f7f7,#e8e8e8);
  4335. background-image: -o-linear-gradient(top,#f7f7f7,#e8e8e8);
  4336. background-image: -moz-linear-gradient(top,#f7f7f7,#e8e8e8);
  4337. background-image: linear-gradient(top,#f7f7f7,#e8e8e8)
  4338. }
  4339. .mws-table thead tr th:first-child
  4340. {
  4341. border-left: none
  4342. }
  4343. .mws-table thead tr th
  4344. {
  4345. padding: 10px 16px;
  4346. border-bottom: 1px solid #ccc;
  4347. border-left: 1px solid #ccc
  4348. }
  4349. .mws-table .checkbox-column
  4350. {
  4351. width: 32px;
  4352. text-align: center
  4353. }
  4354. .mws-table tbody td,.mws-table tfoot td
  4355. {
  4356. padding: 8px 16px;
  4357. border-left-width: 1px;
  4358. border-left-style: dotted;
  4359. border-left-color: #bebebe!important
  4360. }
  4361. .mws-table tbody td:first-child,.mws-table tfoot td:first-child
  4362. {
  4363. border-left: none
  4364. }
  4365. .mws-table tbody tr:nth-child(2n+1)
  4366. {
  4367. background-color: #f2f2f2
  4368. }
  4369. .mws-table tbody tr:nth-child(2n)
  4370. {
  4371. background-color: #fafafa
  4372. }
  4373. .mws-table tbody tr.odd
  4374. {
  4375. background-color: #f2f2f2
  4376. }
  4377. .mws-table tbody tr.even
  4378. {
  4379. background-color: #fafafa
  4380. }
  4381. .mws-table tbody tr.odd td.sorting_1
  4382. {
  4383. background-color: #ccc
  4384. }
  4385. .mws-table tbody tr.even td.sorting_1
  4386. {
  4387. background-color: #e1e1e1
  4388. }
  4389. .dataTables_wrapper
  4390. {
  4391. background: #444
  4392. }
  4393. .dataTables_wrapper table thead th.sorting,.dataTables_wrapper table thead th.sorting_asc,.dataTables_wrapper table thead th.sorting_desc
  4394. {
  4395. cursor: pointer;
  4396. outline: none
  4397. }
  4398. .dataTables_wrapper table thead th.sorting_asc,.dataTables_wrapper table thead th.sorting_desc,.dataTables_wrapper table thead th.sorting
  4399. {
  4400. background-position: 12px center;
  4401. background-repeat: no-repeat;
  4402. padding-left: 30px
  4403. }
  4404. .dataTables_wrapper table thead th.sorting
  4405. {
  4406. background-image: url(/images/core/sort.png)
  4407. }
  4408. .dataTables_wrapper table thead th.sorting_asc
  4409. {
  4410. background-image: url(/images/core/sort_asc.png)
  4411. }
  4412. .dataTables_wrapper table thead th.sorting_desc
  4413. {
  4414. background-image: url(/images/core/sort_desc.png)
  4415. }
  4416. .dataTables_wrapper:before,.dataTables_wrapper:after
  4417. {
  4418. content: '.';
  4419. display: block;
  4420. overflow: hidden;
  4421. visibility: hidden;
  4422. font-size: 0;
  4423. line-height: 0;
  4424. width: 0;
  4425. height: 0
  4426. }
  4427. .dataTables_wrapper:after
  4428. {
  4429. clear: both
  4430. }
  4431. .dataTables_wrapper
  4432. {
  4433. zoom: 1
  4434. }
  4435. .dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate
  4436. {
  4437. padding: 8px
  4438. }
  4439. .dataTables_wrapper .dataTables_length
  4440. {
  4441. float: left
  4442. }
  4443. .dataTables_wrapper .dataTables_filter
  4444. {
  4445. background-color: #ccc;
  4446. text-align: right;
  4447. border-bottom: 1px solid #aaa
  4448. }
  4449. .dataTables_wrapper .dataTables_info
  4450. {
  4451. color: #fff;
  4452. float: left;
  4453. margin-top: 2px;
  4454. display: block
  4455. }
  4456. .dataTables_wrapper .dataTables_paginate
  4457. {
  4458. color: #fff;
  4459. float: right;
  4460. padding: 2px;
  4461. margin: 10px 8px 10px 0;
  4462. background-color: rgba(0,0,0,0.15);
  4463. -webkit-border-radius: 4px;
  4464. -moz-border-radius: 4px;
  4465. border-radius: 4px;
  4466. -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.15),inset 0px 1px 2px rgba(0,0,0,0.5);
  4467. -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.15),inset 0px 1px 2px rgba(0,0,0,0.5);
  4468. box-shadow: 0px 1px 0px rgba(255,255,255,0.15),inset 0px 1px 2px rgba(0,0,0,0.5)
  4469. }
  4470. .dataTables_wrapper .dataTables_paginate .paginate_disabled_previous,.dataTables_wrapper .dataTables_paginate .paginate_enabled_previous,.dataTables_wrapper .dataTables_paginate .paginate_disabled_next,.dataTables_wrapper .dataTables_paginate .paginate_enabled_next
  4471. {
  4472. width: 20px;
  4473. height: 20px;
  4474. text-indent: -9999px;
  4475. float: left;
  4476. display: block;
  4477. cursor: pointer;
  4478. outline: none
  4479. }
  4480. .dataTables_wrapper .dataTables_paginate .paginate_disabled_previous,.dataTables_wrapper .dataTables_paginate .paginate_enabled_previous
  4481. {
  4482. background-image: url(/images/core/arrow-left.png);
  4483. background-repeat: no-repeat;
  4484. background-position: center center;
  4485. margin-right: 1px;
  4486. -webkit-border-radius: 4px 0 0 4px;
  4487. -moz-border-radius: 4px 0 0 4px;
  4488. border-radius: 4px 0 0 4px
  4489. }
  4490. .dataTables_wrapper .dataTables_paginate .paginate_disabled_next,.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous
  4491. {
  4492. opacity: .35;
  4493. filter: Alpha(35);
  4494. cursor: auto
  4495. }
  4496. .dataTables_wrapper .dataTables_paginate .paginate_disabled_next,.dataTables_wrapper .dataTables_paginate .paginate_enabled_next
  4497. {
  4498. background-image: url(/images/core/arrow-right.png);
  4499. background-repeat: no-repeat;
  4500. background-position: center center;
  4501. -webkit-border-radius: 0 4px 4px 0;
  4502. -moz-border-radius: 0 4px 4px 0;
  4503. -khtml-border-radius: 0 4px 4px 0;
  4504. border-radius: 0 4px 4px 0
  4505. }
  4506. .dataTables_wrapper .dataTables_paginate .first
  4507. {
  4508. -webkit-border-radius: 2px 0 0 2px;
  4509. -moz-border-radius: 2px 0 0 2px;
  4510. border-radius: 2px 0 0 2px
  4511. }
  4512. .dataTables_wrapper .dataTables_paginate .last
  4513. {
  4514. -webkit-border-radius: 0 2px 2px 0;
  4515. -moz-border-radius: 0 2px 2px 0;
  4516. border-radius: 0 2px 2px 0
  4517. }
  4518. .dataTables_wrapper .dataTables_paginate .paginate_button,.dataTables_wrapper .dataTables_paginate .paginate_active
  4519. {
  4520. float: left;
  4521. height: 20px;
  4522. padding: 0 10px;
  4523. display: block;
  4524. font-size: 12px;
  4525. line-height: 20px;
  4526. text-align: center;
  4527. cursor: pointer;
  4528. outline: none;
  4529. background-color: #444;
  4530. color: #fff;
  4531. text-decoration: none;
  4532. border-right: 1px solid #232323;
  4533. border-left: 1px solid #666;
  4534. border-right: 1px solid rgba(0,0,0,0.5);
  4535. border-left: 1px solid rgba(255,255,255,0.15);
  4536. -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.5),inset 0px 1px 0px rgba(255,255,255,0.15);
  4537. -moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.5),inset 0px 1px 0px rgba(255,255,255,0.15);
  4538. box-shadow: 0px 1px 0px rgba(0,0,0,0.5),inset 0px 1px 0px rgba(255,255,255,0.15)
  4539. }
  4540. .dataTables_wrapper .dataTables_paginate .paginate_button:first-child
  4541. {
  4542. border-left: 0
  4543. }
  4544. .dataTables_wrapper .dataTables_paginate .paginate_button:last-child
  4545. {
  4546. border-right: 0
  4547. }
  4548. .dataTables_wrapper .dataTables_paginate .paginate_button_disabled
  4549. {
  4550. color: #666;
  4551. cursor: default
  4552. }
  4553. .dataTables_wrapper .dataTables_paginate .paginate_active
  4554. {
  4555. color: #323232;
  4556. border: none;
  4557. background-image: none;
  4558. -webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.25);
  4559. -moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.25);
  4560. box-shadow: inset 0px 0px 4px rgba(0,0,0,0.25)
  4561. }
  4562. @media only screen and (max-width : 599px)
  4563. {
  4564. .mws-table
  4565. {
  4566. table-layout: fixed
  4567. }
  4568. .mws-table thead tr th
  4569. {
  4570. padding: 10px 2px;
  4571. overflow: hidden;
  4572. text-overflow: ellipsis;
  4573. white-space: nowrap
  4574. }
  4575. .mws-table tbody td,.mws-table tfoot td
  4576. {
  4577. padding: 8px
  4578. }
  4579. .dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter
  4580. {
  4581. display: block;
  4582. float: none;
  4583. width: auto;
  4584. background-color: #ccc;
  4585. text-align: left
  4586. }
  4587. .dataTables_wrapper .dataTables_paginate
  4588. {
  4589. margin: 10px 8px
  4590. }
  4591. }.mws-gallery
  4592. {
  4593. text-align: center
  4594. }
  4595. .mws-gallery li
  4596. {
  4597. display: inline-block;*
  4598. display: inline;*
  4599. zoom: 1;
  4600. float: none;
  4601. width: 160px;
  4602. height: 160px;
  4603. overflow: hidden;
  4604. position: relative;
  4605. cursor: pointer
  4606. }
  4607. .mws-gallery li:hover .mws-gallery-overlay
  4608. {
  4609. display: block
  4610. }
  4611. .mws-gallery li .mws-gallery-overlay
  4612. {
  4613. position: absolute;
  4614. top: 50%;
  4615. margin-top: -16px;
  4616. left: 0;
  4617. right: 0;
  4618. display: none;
  4619. text-align: center
  4620. }
  4621. .mws-gallery li .mws-gallery-overlay .mws-gallery-btn
  4622. {
  4623. width: 30px;
  4624. height: 30px;
  4625. border: 1px solid #252525;
  4626. display: inline-block;*
  4627. display: inline;*
  4628. zoom: 1;
  4629. text-align: center;
  4630. background: #323232;
  4631. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  4632. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  4633. box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  4634. -webkit-border-radius: 4px;
  4635. -moz-border-radius: 4px;
  4636. border-radius: 4px
  4637. }
  4638. .mws-gallery li .mws-gallery-overlay .mws-gallery-btn [class*="icon-"]
  4639. {
  4640. font-size: 18px;
  4641. color: #fff;
  4642. line-height: 32px
  4643. }
  4644. .mws-gallery li .mws-gallery-overlay .mws-gallery-btn:hover
  4645. {
  4646. -webkit-transform: scale(1.3);
  4647. -moz-transform: scale(1.3);
  4648. transform: scale(1.3)
  4649. }
  4650. .btn
  4651. {
  4652. border-color: #bbb;
  4653. font-family: 'PTSansRegular',Arial,Helvetica,sans-serif
  4654. }
  4655. .btn [class^="icon-"]
  4656. {
  4657. font-size: 14px
  4658. }
  4659. .btn-large .caret
  4660. {
  4661. margin-top: 8px
  4662. }
  4663. .btn-primary,.btn-info,.btn-danger,.btn-success,.btn-warning,.btn-inverse
  4664. {
  4665. color: #fff;
  4666. text-shadow: 1px 1px 1px rgba(0,0,0,0.4)
  4667. }
  4668. .btn-primary
  4669. {
  4670. border-color: #416b8b;
  4671. background-image: -ms-linear-gradient(top,#5d9ed2,#4386bc);
  4672. background-image: -webkit-gradient(linear,0 0,0 100%,from(#5d9ed2),to(#4386bc));
  4673. background-image: -webkit-linear-gradient(top,#5d9ed2,#4386bc);
  4674. background-image: -o-linear-gradient(top,#5d9ed2,#4386bc);
  4675. background-image: -moz-linear-gradient(top,#5d9ed2,#4386bc);
  4676. background-image: linear-gradient(top,#5d9ed2,#4386bc);
  4677. background-color: #4386bc
  4678. }
  4679. .btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]
  4680. {
  4681. background-color: #4386bc
  4682. }
  4683. .btn-warning
  4684. {
  4685. border-color: #9f570a;
  4686. background-image: -moz-linear-gradient(top,#e7852b,#de7616);
  4687. background-image: -ms-linear-gradient(top,#e7852b,#de7616);
  4688. background-image: -webkit-gradient(linear,0 0,0 100%,from(#e7852b),to(#de7616));
  4689. background-image: -webkit-linear-gradient(top,#e7852b,#de7616);
  4690. background-image: -o-linear-gradient(top,#e7852b,#de7616);
  4691. background-image: linear-gradient(top,#e7852b,#de7616)
  4692. }
  4693. .btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]
  4694. {
  4695. background-color: #de7616
  4696. }
  4697. .btn-danger
  4698. {
  4699. border-color: #762929;
  4700. background-image: -moz-linear-gradient(top,#ca4e4e,#bc4343);
  4701. background-image: -ms-linear-gradient(top,#ca4e4e,#bc4343);
  4702. background-image: -webkit-gradient(linear,0 0,0 100%,from(#ca4e4e),to(#bc4343));
  4703. background-image: -webkit-linear-gradient(top,#ca4e4e,#bc4343);
  4704. background-image: -o-linear-gradient(top,#ca4e4e,#bc4343);
  4705. background-image: linear-gradient(top,#ca4e4e,#bc4343)
  4706. }
  4707. .btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]
  4708. {
  4709. background-color: #bc4343
  4710. }
  4711. .btn-success
  4712. {
  4713. border-color: #507e0c;
  4714. background-image: -ms-linear-gradient(top,#0076C0,#006BAD);
  4715. background-image: -webkit-gradient(linear,0 0,0 100%,from(#0076C0),to(#006BAD));
  4716. background-image: -webkit-linear-gradient(top,#0076C0,#006BAD);
  4717. background-image: -o-linear-gradient(top,#0076C0,#006BAD);
  4718. background-image: -moz-linear-gradient(top,#0076C0,#006BAD);
  4719. background-image: linear-gradient(top,#0076C0,#006BAD)
  4720. }
  4721. .btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]
  4722. {
  4723. background-color: #006BAD
  4724. }
  4725. .btn-info
  4726. {
  4727. border-color: #28889f;
  4728. background-image: -ms-linear-gradient(top,#32bed8,#2ea6c2);
  4729. background-image: -webkit-gradient(linear,0 0,0 100%,from(#32bed8),to(#2ea6c2));
  4730. background-image: -webkit-linear-gradient(top,#32bed8,#2ea6c2);
  4731. background-image: -o-linear-gradient(top,#32bed8,#2ea6c2);
  4732. background-image: -moz-linear-gradient(top,#32bed8,#2ea6c2);
  4733. background-image: linear-gradient(top,#32bed8,#2ea6c2)
  4734. }
  4735. .btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]
  4736. {
  4737. background-color: #2ea6c2
  4738. }
  4739. .btn-inverse
  4740. {
  4741. border-color: #000;
  4742. background-image: -ms-linear-gradient(top,#5a5858,#464646);
  4743. background-image: -webkit-gradient(linear,0 0,0 100%,from(#5a5858),to(#464646));
  4744. background-image: -webkit-linear-gradient(top,#5a5858,#464646);
  4745. background-image: -o-linear-gradient(top,#5a5858,#464646);
  4746. background-image: -moz-linear-gradient(top,#5a5858,#464646);
  4747. background-image: linear-gradient(top,#5a5858,#464646)
  4748. }
  4749. .btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]
  4750. {
  4751. background-color: #464646
  4752. }
  4753. .btn-large [class^="icol-"]
  4754. {
  4755. margin-top: 2px
  4756. }
  4757. .btn-small [class^="icol-"]
  4758. {
  4759. margin-top: 0
  4760. }
  4761. .mws-stat-container
  4762. {
  4763. width: 100%;
  4764. margin-bottom: 24px;
  4765. text-align: center
  4766. }
  4767. .mws-stat
  4768. {
  4769. display: inline-block;
  4770. vertical-align: top;
  4771. margin: 8px 1%;
  4772. height: 80px;
  4773. cursor: pointer;
  4774. text-decoration: none;
  4775. color: #323232;
  4776. -webkit-box-sizing: border-box;
  4777. -moz-box-sizing: border-box;
  4778. -ms-box-sizing: border-box;
  4779. box-sizing: border-box;
  4780. background: #fff repeat-x left top;
  4781. background-image: -ms-linear-gradient(top,#ffffff,#fafafa);
  4782. background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#fafafa));
  4783. background-image: -webkit-linear-gradient(top,#ffffff,#fafafa);
  4784. background-image: -o-linear-gradient(top,#ffffff,#fafafa);
  4785. background-image: -moz-linear-gradient(top,#ffffff,#fafafa);
  4786. background-image: linear-gradient(top,#ffffff,#fafafa);
  4787. border: 1px solid #ccc;
  4788. -webkit-border-radius: 6px;
  4789. -moz-border-radius: 6px;
  4790. border-radius: 6px
  4791. }
  4792. .mws-stat:hover
  4793. {
  4794. background-color: #fafafa;
  4795. text-decoration: none;
  4796. color: #323232
  4797. }
  4798. .mws-stat:active
  4799. {
  4800. background-image: none;
  4801. -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
  4802. -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
  4803. box-shadow: 0px 1px 0px rgba(255,255,255,0.5)
  4804. }
  4805. .mws-stat .mws-stat-icon
  4806. {
  4807. width: 48px;
  4808. height: 100%;
  4809. float: left;
  4810. display: block;
  4811. border-right: 1px solid #ccc;
  4812. background-position: center center
  4813. }
  4814. .mws-stat .mws-stat-content
  4815. {
  4816. margin-left: 49px;
  4817. display: block;
  4818. text-align: left;
  4819. padding: 8px 20px
  4820. }
  4821. .mws-stat .mws-stat-content .mws-stat-title
  4822. {
  4823. font-size: 12px;
  4824. line-height: 18px;
  4825. white-space: nowrap;
  4826. display: block;
  4827. overflow: hidden;
  4828. text-overflow: ellipsis
  4829. }
  4830. .mws-stat .mws-stat-content .mws-stat-value
  4831. {
  4832. font-size: 32px;
  4833. line-height: 48px;
  4834. display: inline-block
  4835. }
  4836. .mws-stat .mws-stat-content .mws-stat-value.up
  4837. {
  4838. background: url(/images/core/report-up.png) no-repeat right center;
  4839. padding-right: 24px
  4840. }
  4841. .mws-stat .mws-stat-content .mws-stat-value.down
  4842. {
  4843. background: url(/images/core/report-down.png) no-repeat right center;
  4844. padding-right: 24px
  4845. }
  4846. .mws-summary
  4847. {
  4848. margin: 0;
  4849. list-style: none
  4850. }
  4851. .mws-summary>li
  4852. {
  4853. color: #444;
  4854. display: block;
  4855. position: relative;
  4856. border-bottom: 1px solid #ccc;
  4857. padding: 0 13px
  4858. }
  4859. .mws-summary>li .key,.mws-summary>li .val
  4860. {
  4861. padding: 10px 0;
  4862. line-height: 24px;
  4863. min-height: 24px;
  4864. word-wrap: break-all;
  4865. display: block
  4866. }
  4867. .mws-summary>li .key
  4868. {
  4869. width: 140px;
  4870. margin-right: 10px;
  4871. float: left;
  4872. font-weight: bold;
  4873. overflow: hidden;
  4874. white-space: nowrap;
  4875. text-overflow: ellipsis
  4876. }
  4877. .mws-summary>li .key [class*="icon-"],.mws-summary>li .key [class*="icol-"]
  4878. {
  4879. font-size: 21px;
  4880. line-height: 21px;
  4881. height: 24px;
  4882. margin-right: 4px;
  4883. vertical-align: top
  4884. }
  4885. .mws-summary>li>.val .up
  4886. {
  4887. color: #468847
  4888. }
  4889. .mws-summary>li>.val .down
  4890. {
  4891. color: #b94a48
  4892. }
  4893. .mws-summary>li .val
  4894. {
  4895. overflow: hidden;
  4896. position: relative
  4897. }
  4898. #flotTip
  4899. {
  4900. padding: 3px 6px!important;
  4901. color: #fff!important;
  4902. font-size: 11px!important;
  4903. text-align: center!important;
  4904. text-decoration: none!important;
  4905. background-color: #222!important;
  4906. border: 1px solid #000!important;
  4907. -webkit-border-radius: 3px!important;
  4908. -moz-border-radius: 3px!important;
  4909. border-radius: 3px!important;
  4910. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  4911. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  4912. box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
  4913. }
  4914. @media only screen and (max-width: 768px)
  4915. {
  4916. .mws-stat
  4917. {
  4918. width: 100%;
  4919. height: 60px;
  4920. margin: 8px 0
  4921. }
  4922. .mws-stat .mws-stat-content .mws-stat-value
  4923. {
  4924. font-size: 21px;
  4925. line-height: 32px
  4926. }
  4927. .mws-stat .mws-stat-content .mws-stat-title
  4928. {
  4929. white-space: nowrap;
  4930. overflow: hidden;
  4931. text-overflow: ellipsis;
  4932. display: block
  4933. }
  4934. }@media only screen and (max-width : 599px)
  4935. {
  4936. .mws-stat-container
  4937. {
  4938. margin-bottom: 16px
  4939. }
  4940. }.mws-form
  4941. {
  4942. clear: both;
  4943. display: block;
  4944. margin-bottom: 0
  4945. }
  4946. .mws-form .mws-form-row
  4947. {
  4948. padding: 18px 24px
  4949. }
  4950. .mws-form .mws-form-row.bordered
  4951. {
  4952. border-bottom: 1px solid #d5d5d5
  4953. }
  4954. .mws-form .mws-form-row:last-child.bordered
  4955. {
  4956. border-bottom: 0
  4957. }
  4958. .ui-dialog .mws-form-row
  4959. {
  4960. padding: 0 0 18px 0
  4961. }
  4962. .mws-form .mws-button-row
  4963. {
  4964. padding: 16px 24px;
  4965. border-top: 1px solid #bcbcbc;
  4966. background-color: #d2d2d2
  4967. }
  4968. .mws-form .mws-button-row .btn+.btn,.mws-form .mws-button-row .btn-group+.btn,.mws-form .mws-button-row .btn+.btn-group
  4969. {
  4970. margin-left: 5px
  4971. }
  4972. .mws-form fieldset
  4973. {
  4974. margin: 0;
  4975. padding: 0;
  4976. border: 0
  4977. }
  4978. .mws-form fieldset:first-child legend
  4979. {
  4980. border-top: 0
  4981. }
  4982. .mws-form fieldset legend
  4983. {
  4984. margin: 0;
  4985. border: solid #ccc;
  4986. border-width: 1px 0;
  4987. background: #f8f8f8 repeat-x left bottom;
  4988. background-image: -ms-linear-gradient(top,#f8f8f8,#e7e7e7);
  4989. background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#e7e7e7));
  4990. background-image: -webkit-linear-gradient(top,#f8f8f8,#e7e7e7);
  4991. background-image: -o-linear-gradient(top,#f8f8f8,#e7e7e7);
  4992. background-image: -moz-linear-gradient(top,#f8f8f8,#e7e7e7);
  4993. background-image: linear-gradient(top,#f8f8f8,#e7e7e7);
  4994. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e7e7e7',GradientType=0);
  4995. color: #555;
  4996. line-height: 24px;
  4997. padding: 8px;
  4998. padding-left: 20px;
  4999. width: 100%;
  5000. display: block;
  5001. -webkit-box-sizing: border-box;
  5002. -moz-box-sizing: border-box;
  5003. -ms-box-sizing: border-box;
  5004. box-sizing: border-box
  5005. }
  5006. .mws-form fieldset:first-child
  5007. {
  5008. border-top: 0
  5009. }
  5010. .mws-form .mws-form-label
  5011. {
  5012. padding-bottom: 5px;
  5013. cursor: pointer;
  5014. display: block
  5015. }
  5016. .mws-form .mws-form-label .required
  5017. {
  5018. color: #f00
  5019. }
  5020. .mws-form .mws-form-item
  5021. {
  5022. position: relative
  5023. }
  5024. .mws-form .mws-form-item .medium
  5025. {
  5026. width: 75%
  5027. }
  5028. .mws-form .mws-form-item .large
  5029. {
  5030. width: 100%
  5031. }
  5032. .mws-form .mws-form-item .small
  5033. {
  5034. width: 55%
  5035. }
  5036. select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]
  5037. {
  5038. border: 1px solid #c5c5c5;
  5039. padding: 4px 6px;
  5040. color: #323232;
  5041. margin: 0;
  5042. min-height: 30px;
  5043. line-height: 20px;
  5044. background-color: #fff;
  5045. outline: none;
  5046. -moz-border-radius: 4px;
  5047. -webkit-border-radius: 4px;
  5048. border-radius: 4px;
  5049. box-sizing: border-box;
  5050. -moz-box-sizing: border-box;
  5051. -ms-box-sizing: border-box;
  5052. -webkit-box-sizing: border-box;
  5053. -webkit-box-shadow: inset 0px 1px 3px rgba(128,128,128,0.1);
  5054. -moz-box-shadow: inset 0px 1px 3px rgba(128,128,128,0.1);
  5055. box-shadow: inset 0px 1px 3px rgba(128,128,128,0.1)
  5056. }
  5057. .mws-form textarea
  5058. {
  5059. height: 10em;
  5060. resize: none
  5061. }
  5062. .mws-form input[disabled],.mws-form select[disabled],.mws-form textarea[disabled],.mws-form input[readonly],.mws-form select[readonly],.mws-form textarea[readonly]
  5063. {
  5064. background: #f0f0f0
  5065. }
  5066. .mws-form select.error,.mws-form textarea.error,.mws-form input[type="text"].error,.mws-form input[type="password"].error,.mws-form input[type="datetime"].error,.mws-form input[type="datetime-local"].error,.mws-form input[type="date"].error,.mws-form input[type="month"].error,.mws-form input[type="time"].error,.mws-form input[type="week"].error,.mws-form input[type="number"].error,.mws-form input[type="email"].error,.mws-form input[type="url"].error,.mws-form input[type="search"].error,.mws-form input[type="tel"].error,.mws-form input[type="color"].error
  5067. {
  5068. border-color: #eb979b
  5069. }
  5070. .mws-form .mws-form-cols
  5071. {
  5072. *
  5073. zoom: 1
  5074. }
  5075. .mws-form .mws-form-cols:before,.mws-form .mws-form-cols:after
  5076. {
  5077. display: table;
  5078. content: "";
  5079. line-height: 0
  5080. }
  5081. .mws-form .mws-form-cols:after
  5082. {
  5083. clear: both
  5084. }
  5085. .mws-form .mws-form-cols [class^="mws-form-col-"] .mws-form-label,.mws-form .mws-form-cols [class*=" mws-form-col-"] .mws-form-label
  5086. {
  5087. white-space: nowrap;
  5088. width: 100%;
  5089. overflow: hidden;
  5090. text-overflow: ellipsis
  5091. }
  5092. .mws-form .mws-form-cols [class^="mws-form-col-"],.mws-form .mws-form-cols [class*=" mws-form-col-"]
  5093. {
  5094. float: left;
  5095. margin-left: 1.8181818181818181%
  5096. }
  5097. .mws-form .mws-form-cols [class^="mws-form-col-"]:first-child,.mws-form .mws-form-cols [class*=" mws-form-col-"]:first-child
  5098. {
  5099. margin-left: 0
  5100. }
  5101. .mws-form .mws-form-cols .mws-form-item
  5102. {
  5103. margin: 0!important
  5104. }
  5105. .mws-form .mws-form-cols .mws-form-col-8-8
  5106. {
  5107. width: 100%
  5108. }
  5109. .mws-form .mws-form-cols .mws-form-col-7-8
  5110. {
  5111. width: 87.27272727272727%
  5112. }
  5113. .mws-form .mws-form-cols .mws-form-col-6-8
  5114. {
  5115. width: 74.54545454545455%
  5116. }
  5117. .mws-form .mws-form-cols .mws-form-col-5-8
  5118. {
  5119. width: 61.81818181818181%
  5120. }
  5121. .mws-form .mws-form-cols .mws-form-col-4-8
  5122. {
  5123. width: 49.090909090909086%
  5124. }
  5125. .mws-form .mws-form-cols .mws-form-col-3-8
  5126. {
  5127. width: 36.36363636363636%
  5128. }
  5129. .mws-form .mws-form-cols .mws-form-col-2-8
  5130. {
  5131. width: 23.636363636363633%
  5132. }
  5133. .mws-form .mws-form-cols .mws-form-col-1-8
  5134. {
  5135. width: 10.909090909090908%
  5136. }
  5137. .mws-form .mws-form-cols [class^="mws-form-col-"] select,.mws-form .mws-form-cols [class^="mws-form-col-"] textarea,.mws-form .mws-form-cols [class^="mws-form-col-"] input
  5138. {
  5139. width: 100%
  5140. }
  5141. .mws-form .mws-form-inline .mws-form-item
  5142. {
  5143. margin-left: 156px
  5144. }
  5145. .mws-form .mws-form-inline .mws-form-label
  5146. {
  5147. width: 140px;
  5148. float: left;
  5149. padding-top: 5px
  5150. }
  5151. .mws-form .mws-form-inline .mws-form-block .mws-form-label
  5152. {
  5153. width: auto;
  5154. float: none;
  5155. padding-top: 0;
  5156. margin-right: 0
  5157. }
  5158. .mws-form .mws-form-inline .mws-form-block .mws-form-item
  5159. {
  5160. margin-left: 0
  5161. }
  5162. .mws-form .mws-form-list,.mws-form .mws-form-list li
  5163. {
  5164. margin: 0;
  5165. padding: 0;
  5166. list-style: none
  5167. }
  5168. .mws-form .mws-form-list li
  5169. {
  5170. margin-bottom: 4px
  5171. }
  5172. .mws-form .mws-form-list li:last-child
  5173. {
  5174. margin-bottom: 0
  5175. }
  5176. .mws-form .mws-form-list.inline
  5177. {
  5178. margin-top: 4px
  5179. }
  5180. .mws-form .mws-form-list.inline li
  5181. {
  5182. display: inline-block;*
  5183. display: inline;*
  5184. zoom: 1;
  5185. margin: 0 5px 0 0;
  5186. vertical-align: middle
  5187. }
  5188. .mws-form .mws-form-list li>input,.mws-form .mws-form-list li>label
  5189. {
  5190. padding: 0;
  5191. margin: 0 1px 0 0;
  5192. display: inline-block;*
  5193. display: inline;*
  5194. zoom: 1;
  5195. vertical-align: middle
  5196. }
  5197. .mws-form .mws-form-row:before,.mws-form .mws-form-row:after
  5198. {
  5199. display: table;
  5200. content: "";
  5201. line-height: 0
  5202. }
  5203. .mws-form .mws-form-row:after
  5204. {
  5205. clear: both
  5206. }
  5207. .mws-form .mws-form-row
  5208. {
  5209. *
  5210. zoom: 1
  5211. }
  5212. .mws-form-message
  5213. {
  5214. font-size: 12px;
  5215. cursor: pointer;
  5216. border: 1px solid #d2d2d2;
  5217. padding: 15px 8px 15px 45px;
  5218. position: relative;
  5219. vertical-align: middle;
  5220. background-color: #f8f8f8;
  5221. background-position: 12px 12px;
  5222. background-repeat: no-repeat;
  5223. margin-bottom: 12px;
  5224. -webkit-border-radius: 3px;
  5225. -moz-border-radius: 3px;
  5226. border-radius: 3px
  5227. }
  5228. .mws-form-message p,.mws-form-message ul,.mws-form-message ol
  5229. {
  5230. margin: 0
  5231. }
  5232. .mws-form-message ul li,.mws-form-message ol li
  5233. {
  5234. list-style-position: inside;
  5235. list-style-type: inherit;
  5236. margin: 0
  5237. }
  5238. .mws-form-message.error
  5239. {
  5240. background-color: #ffcbca;
  5241. background-image: url(/images/core/message-error.png);
  5242. border-color: #eb979b;
  5243. color: #9b4449
  5244. }
  5245. .mws-form-message.success
  5246. {
  5247. background-color: #e1f1c0;
  5248. background-image: url(/images/core/message-success.png);
  5249. border-color: #b5d56d;
  5250. color: #62a426
  5251. }
  5252. .mws-form-message.warning
  5253. {
  5254. background-color: #fef0b1;
  5255. background-image: url(/images/core/message-warning.png);
  5256. border-color: #ddca76;
  5257. color: #a98b15
  5258. }
  5259. .mws-form-message.info
  5260. {
  5261. background-color: #bce5f7;
  5262. background-image: url(/images/core/message-info.png);
  5263. border-color: #a6d3e8;
  5264. color: #11689E
  5265. }
  5266. .mws-panel-body.no-padding .mws-form-message
  5267. {
  5268. margin-bottom: 0;
  5269. border-width: 0 0 1px 0;
  5270. -webkit-border-radius: 0;
  5271. -moz-border-radius: 0;
  5272. border-radius: 0
  5273. }
  5274. .mws-panel-body.no-padding .mws-form-message+.mws-form-message
  5275. {
  5276. border-top: 0
  5277. }
  5278. .mws-form .mws-form-item .mws-error,.mws-form .mws-form-item label.error,.mws-form .mws-form-item span.error,.mws-form .mws-form-item div.error
  5279. {
  5280. background: none;
  5281. color: #c83139;
  5282. margin: 0;
  5283. width: auto;
  5284. float: none;
  5285. display: block;
  5286. padding: 5px 0 0;
  5287. font-size: 12px
  5288. }
  5289. .mws-colorpicker
  5290. {
  5291. background-image: url(/images/core/cpicker.png);
  5292. background-repeat: no-repeat;
  5293. background-position: right center;
  5294. padding-right: 32px
  5295. }
  5296. .mws-form-item .ui-progressbar
  5297. {
  5298. position: relative;
  5299. top: 7px
  5300. }
  5301. .mws-form-item .ui-slider-horizontal
  5302. {
  5303. position: relative;
  5304. top: 12px
  5305. }
  5306. .mws-form-item .select2-container
  5307. {
  5308. width: 100%
  5309. }
  5310. .select2-container-multi .select2-choices .select2-search-field input
  5311. {
  5312. min-height: 26px;
  5313. line-height: 16px
  5314. }
  5315. .select2-container .select2-choice
  5316. {
  5317. line-height: 28px;
  5318. height: 28px
  5319. }
  5320. .csc-button
  5321. {
  5322. outline: none;
  5323. float: right;
  5324. padding: 6px 9px;
  5325. margin: -7px -8px -7px 2px;
  5326. cursor: pointer;
  5327. z-index: 9999;
  5328. font-family: 'PTSansRegular',Arial,Helvetica,sans-serif;
  5329. background-color: #e0e0e0;
  5330. color: #666;
  5331. border: 1px solid #ababab;
  5332. -webkit-border-radius: 0 3px 3px 0;
  5333. -moz-border-radius: 0 3px 3px 0;
  5334. border-radius: 0 3px 3px 0;
  5335. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  5336. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  5337. box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  5338. background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#e8e5e5),color-stop(100%,#e0e0e0));
  5339. background-image: -webkit-linear-gradient(#e8e5e5,#e0e0e0);
  5340. background-image: -moz-linear-gradient(#e8e5e5,#e0e0e0);
  5341. background-image: -o-linear-gradient(#e8e5e5,#e0e0e0);
  5342. background-image: linear-gradient(#e8e5e5,#e0e0e0)
  5343. }
  5344. @media only screen and (max-width: 768px)
  5345. {
  5346. .mws-form .mws-form-inline .mws-form-label,.mws-form .mws-form-inline .mws-form-item
  5347. {
  5348. display: block;
  5349. width: 100%;
  5350. margin: 0;
  5351. float: none
  5352. }
  5353. .mws-form .mws-form-inline .mws-form-label
  5354. {
  5355. padding-top: 0
  5356. }
  5357. .mws-form .mws-form-inline .mws-form-list
  5358. {
  5359. float: none;
  5360. width: auto;
  5361. display: block
  5362. }
  5363. .mws-form .mws-form-list.inline li
  5364. {
  5365. float: none;
  5366. margin-right: 0
  5367. }
  5368. }@media only screen and (max-width : 599px)
  5369. {
  5370. .mws-form .mws-form-row
  5371. {
  5372. padding: 16px 12px
  5373. }
  5374. .mws-form .mws-button-row
  5375. {
  5376. padding: 6px 8px
  5377. }
  5378. .mws-form-message
  5379. {
  5380. padding-top: 10px;
  5381. padding-bottom: 10px;
  5382. background-position: 12px 7px
  5383. }
  5384. #mws-login .mws-form .mws-form-row
  5385. {
  5386. padding: 12px 0
  5387. }
  5388. }#mws-error-page
  5389. {
  5390. margin: auto;
  5391. max-width: 480px;
  5392. margin-top: 30px;
  5393. text-align: center
  5394. }
  5395. #mws-error-page h1
  5396. {
  5397. font-size: 48px;
  5398. text-align: center;
  5399. margin: auto;
  5400. line-height: 96px
  5401. }
  5402. #mws-error-page h1 span
  5403. {
  5404. font-size: 96px
  5405. }
  5406. #mws-error-page a
  5407. {
  5408. display: inline-block;
  5409. border-bottom: 1px dotted #000;
  5410. color: #000;
  5411. text-decoration: none
  5412. }
  5413. .mws-panel-toolbar
  5414. {
  5415. border: 1px solid #bbb;
  5416. border-top: 0;
  5417. margin: 0 2px;
  5418. z-index: 10;
  5419. position: relative;
  5420. background-color: #f5f5f5;
  5421. background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
  5422. background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
  5423. background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
  5424. background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
  5425. background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
  5426. background-repeat: repeat-x
  5427. }
  5428. .mws-panel-toolbar .btn-toolbar
  5429. {
  5430. margin: 0
  5431. }
  5432. .mws-panel-toolbar .btn-toolbar .btn
  5433. {
  5434. border-top: 0;
  5435. border-bottom: 0;
  5436. border-color: #ccc;
  5437. padding: 6px 16px;
  5438. -webkit-border-radius: 0;
  5439. -moz-border-radius: 0;
  5440. border-radius: 0
  5441. }
  5442. .mws-panel-toolbar .btn-toolbar .btn.dropdown-toggle
  5443. {
  5444. padding-left: 8px;
  5445. padding-right: 8px
  5446. }
  5447. .mws-panel-toolbar .btn-toolbar .btn-group+.btn-group
  5448. {
  5449. margin-left: 0
  5450. }
  5451. .mws-panel-toolbar .btn-toolbar .btn:first-child
  5452. {
  5453. border-left: 0
  5454. }
  5455. .dropup .dropdown-submenu>.dropdown-menu
  5456. {
  5457. top: auto;
  5458. bottom: 0;
  5459. margin-top: 0;
  5460. margin-bottom: -2px
  5461. }
  5462. .el-finder
  5463. {
  5464. min-width: 0;
  5465. -webkit-border-radius: 0;
  5466. -moz-border-radius: 0;
  5467. border-radius: 0
  5468. }
  5469. .el-finder a,.el-finder a:hover
  5470. {
  5471. color: #333;
  5472. text-decoration: none
  5473. }
  5474. .el-finder-dialog
  5475. {
  5476. font-size: 13px
  5477. }
  5478. .el-finder-dialog .ui-dialog-titlebar
  5479. {
  5480. padding: 12px
  5481. }
  5482. .el-finder-dialog .ui-dialog-buttonpane
  5483. {
  5484. padding: 5px;
  5485. font-size: 13px
  5486. }
  5487. .el-finder-dialog .ui-tabs .ui-tabs-nav
  5488. {
  5489. font-size: 13px
  5490. }
  5491. .el-finder-dialog .ui-dialog-content,.el-finder-dialog .ui-tabs .ui-tabs-panel
  5492. {
  5493. font-size: 0.9em
  5494. }
  5495. .el-finder-dialog .ui-tabs div
  5496. {
  5497. padding: 1em 2.2em
  5498. }
  5499. .el-finder-dialog .ui-tabs-nav li a
  5500. {
  5501. padding: 4px 1em 13px 1em;
  5502. line-height: 19px
  5503. }
  5504. div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer
  5505. {
  5506. opacity: 1;
  5507. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  5508. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  5509. background-image: url(/images/core/mws-dark-bg.png);
  5510. border: 1px solid #666;
  5511. font-family: 'PTSansRegular',Arial,Helvetica,sans-serif
  5512. }
  5513. .fc-header
  5514. {
  5515. border-left: 1px solid #bbb;
  5516. border-right: 1px solid #bbb;
  5517. border-top: 1px solid #bbb
  5518. }
  5519. .fc-header-title h2
  5520. {
  5521. font-size: 18px;
  5522. margin: 0
  5523. }
  5524. .fc-state-default .fc-button-effect
  5525. {
  5526. display: none
  5527. }
  5528. .fc-header .fc-button
  5529. {
  5530. margin-bottom: 0;
  5531. border: 0;
  5532. background: none
  5533. }
  5534. .fc-header .fc-button .fc-button-content
  5535. {
  5536. height: auto;
  5537. line-height: 40px;
  5538. display: block;
  5539. padding: 0 1em;
  5540. vertical-align: middle;
  5541. white-space: nowrap;
  5542. text-overflow: ellipsis;
  5543. overflow: hidden
  5544. }
  5545. .fc-header-left .fc-button-inner
  5546. {
  5547. border-left: 0
  5548. }
  5549. .fc-header-right .fc-button-inner
  5550. {
  5551. border-right: 0
  5552. }
  5553. .fc-widget-header,.fc-widget-content
  5554. {
  5555. border-color: #bbb
  5556. }
  5557. .fc-state-hover .fc-button-inner
  5558. {
  5559. color: #444!important
  5560. }
  5561. .fc-state-down .fc-button-inner,.fc-state-active .fc-button-inner
  5562. {
  5563. -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.15);
  5564. -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.15);
  5565. box-shadow: inset 0 0 4px rgba(0,0,0,0.15);
  5566. background-color: #f0f0f0!important
  5567. }
  5568. .fc-button-inner,.fc-state-default .fc-button-inner,.fc-state-hover .fc-button-inner,.fc-state-down .fc-button-inner,.fc-state-active .fc-button-inner,.fc-state-disabled .fc-button-inner
  5569. {
  5570. background: none;
  5571. border-bottom: 0;
  5572. border-top: 0;
  5573. border-color: #ccc;
  5574. color: #666;
  5575. text-transform: capitalize
  5576. }
  5577. .fc-state-disabled .fc-button-inner
  5578. {
  5579. color: #ccc
  5580. }
  5581. .fc-button-content
  5582. {
  5583. padding: 0.6em 1em
  5584. }
  5585. .fc-header-space
  5586. {
  5587. display: none
  5588. }
  5589. .fc-event .fc-event-inner .fc-event-title,.fc-event .fc-event-inner .fc-event-time
  5590. {
  5591. padding-left: 5px
  5592. }
  5593. .fc-event-skin
  5594. {
  5595. border-color: #000;
  5596. background-image: -ms-linear-gradient(top,#555555,#3a3a3a);
  5597. background-image: -webkit-gradient(linear,0 0,0 100%,from(#555555),to(#3a3a3a));
  5598. background-image: -webkit-linear-gradient(top,#555555,#3a3a3a);
  5599. background-image: -o-linear-gradient(top,#555555,#3a3a3a);
  5600. background-image: -moz-linear-gradient(top,#555555,#3a3a3a);
  5601. background-image: linear-gradient(top,#555555,#3a3a3a);
  5602. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  5603. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  5604. box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
  5605. }
  5606. .colorpicker
  5607. {
  5608. z-index: 1000
  5609. }
  5610. .lt-ie9 #mws-navigation>ul
  5611. {
  5612. border-top: 0;
  5613. border-bottom: 0;
  5614. padding-top: 1px;
  5615. background: url(/images/core/mws-nav-ruler.png) repeat-x left top
  5616. }
  5617. .lt-ie9 #mws-navigation>ul>li
  5618. {
  5619. border-top: 0;
  5620. border-bottom: 0;
  5621. padding-bottom: 2px;
  5622. background: url(/images/core/mws-nav-ruler.png) repeat-x left bottom
  5623. }
  5624. .lt-ie9 .mws-inset,.lt-ie9 #mws-navigation>ul>li>ul,.lt-ie9 #mws-navigation>ul>li .mws-nav-tooltip,.lt-ie9 #mws-navigation>ul>li>ul>li:hover,.lt-ie9 .dataTables_wrapper .dataTables_paginate
  5625. {
  5626. background-color: transparent;
  5627. background-repeat: repeat;
  5628. background-image: url(/images/core/alpha.png)
  5629. }
  5630. .lt-ie9 select,.lt-ie9 textarea,.lt-ie9 input[type="text"],.lt-ie9 input[type="password"],.lt-ie9 input[type="datetime"],.lt-ie9 input[type="datetime-local"],.lt-ie9 input[type="date"],.lt-ie9 input[type="month"],.lt-ie9 input[type="time"],.lt-ie9 input[type="week"],.lt-ie9 input[type="number"],.lt-ie9 input[type="email"],.lt-ie9 input[type="url"],.lt-ie9 input[type="search"],.lt-ie9 input[type="tel"],.lt-ie9 input[type="color"]
  5631. {
  5632. min-height: 20px
  5633. }
  5634. .lt-ie9 .select2-container-multi .select2-choices .select2-search-field input
  5635. {
  5636. min-height: 16px
  5637. }
  5638. [class^="icol-"],[
  5639. class*=" icol-"]
  5640. {
  5641. display: inline-block;*
  5642. display: inline;*
  5643. zoom: 1;
  5644. width: 16px;
  5645. height: 16px;*
  5646. margin-right: .3em;
  5647. line-height: 16px;
  5648. vertical-align: text-top;
  5649. background-repeat: no-repeat;
  5650. background-position: 16px 16px
  5651. }
  5652. [class^="icol-"],[
  5653. class*=" icol-"]
  5654. {
  5655. background-image: url(/css/icons/icol16/sprite.png)
  5656. }
  5657. .icol-accept
  5658. {
  5659. background-position: 0px 0px
  5660. }
  5661. .icol-add
  5662. {
  5663. background-position: -16px 0px
  5664. }
  5665. .icol-alarm
  5666. {
  5667. background-position: -32px 0px
  5668. }
  5669. .icol-anchor
  5670. {
  5671. background-position: -48px 0px
  5672. }
  5673. .icol-application
  5674. {
  5675. background-position: -64px 0px
  5676. }
  5677. .icol-application2
  5678. {
  5679. background-position: -80px 0px
  5680. }
  5681. .icol-application-add
  5682. {
  5683. background-position: -96px 0px
  5684. }
  5685. .icol-application-cascade
  5686. {
  5687. background-position: -112px 0px
  5688. }
  5689. .icol-application-delete
  5690. {
  5691. background-position: -128px 0px
  5692. }
  5693. .icol-application-double
  5694. {
  5695. background-position: -144px 0px
  5696. }
  5697. .icol-application-edit
  5698. {
  5699. background-position: -160px 0px
  5700. }
  5701. .icol-application-error
  5702. {
  5703. background-position: -176px 0px
  5704. }
  5705. .icol-application-form
  5706. {
  5707. background-position: -192px 0px
  5708. }
  5709. .icol-application-get
  5710. {
  5711. background-position: -208px 0px
  5712. }
  5713. .icol-application-go
  5714. {
  5715. background-position: -224px 0px
  5716. }
  5717. .icol-application-home
  5718. {
  5719. background-position: -240px 0px
  5720. }
  5721. .icol-application-key
  5722. {
  5723. background-position: -256px 0px
  5724. }
  5725. .icol-application-lightning
  5726. {
  5727. background-position: -272px 0px
  5728. }
  5729. .icol-application-link
  5730. {
  5731. background-position: -288px 0px
  5732. }
  5733. .icol-application-osx
  5734. {
  5735. background-position: -304px 0px
  5736. }
  5737. .icol-application-osx-terminal
  5738. {
  5739. background-position: -320px 0px
  5740. }
  5741. .icol-application-put
  5742. {
  5743. background-position: -336px 0px
  5744. }
  5745. .icol-application-side-boxes
  5746. {
  5747. background-position: -352px 0px
  5748. }
  5749. .icol-application-side-contract
  5750. {
  5751. background-position: -368px 0px
  5752. }
  5753. .icol-application-side-expand
  5754. {
  5755. background-position: -384px 0px
  5756. }
  5757. .icol-application-side-list
  5758. {
  5759. background-position: -400px 0px
  5760. }
  5761. .icol-application-side-tree
  5762. {
  5763. background-position: -416px 0px
  5764. }
  5765. .icol-application-split
  5766. {
  5767. background-position: -432px 0px
  5768. }
  5769. .icol-application-tile-horizontal
  5770. {
  5771. background-position: -448px 0px
  5772. }
  5773. .icol-application-tile-vertical
  5774. {
  5775. background-position: -464px 0px
  5776. }
  5777. .icol-application-view-columns
  5778. {
  5779. background-position: -480px 0px
  5780. }
  5781. .icol-application-view-detail
  5782. {
  5783. background-position: -496px 0px
  5784. }
  5785. .icol-application-view-gallery
  5786. {
  5787. background-position: 0px -16px
  5788. }
  5789. .icol-application-view-icons
  5790. {
  5791. background-position: -16px -16px
  5792. }
  5793. .icol-application-view-list
  5794. {
  5795. background-position: -32px -16px
  5796. }
  5797. .icol-application-view-tile
  5798. {
  5799. background-position: -48px -16px
  5800. }
  5801. .icol-application-view-xp
  5802. {
  5803. background-position: -64px -16px
  5804. }
  5805. .icol-application-view-xp-terminal
  5806. {
  5807. background-position: -80px -16px
  5808. }
  5809. .icol-arrow-branch
  5810. {
  5811. background-position: -96px -16px
  5812. }
  5813. .icol-arrow-divide
  5814. {
  5815. background-position: -112px -16px
  5816. }
  5817. .icol-arrow-in
  5818. {
  5819. background-position: -128px -16px
  5820. }
  5821. .icol-arrow-inout
  5822. {
  5823. background-position: -144px -16px
  5824. }
  5825. .icol-arrow-join
  5826. {
  5827. background-position: -160px -16px
  5828. }
  5829. .icol-arrow-left
  5830. {
  5831. background-position: -176px -16px
  5832. }
  5833. .icol-arrow-merge
  5834. {
  5835. background-position: -192px -16px
  5836. }
  5837. .icol-arrow-out
  5838. {
  5839. background-position: -208px -16px
  5840. }
  5841. .icol-arrow-redo
  5842. {
  5843. background-position: -224px -16px
  5844. }
  5845. .icol-arrow-refresh
  5846. {
  5847. background-position: -240px -16px
  5848. }
  5849. .icol-arrow-right
  5850. {
  5851. background-position: -256px -16px
  5852. }
  5853. .icol-arrow-undo
  5854. {
  5855. background-position: -272px -16px
  5856. }
  5857. .icol-asterisk-orange
  5858. {
  5859. background-position: -288px -16px
  5860. }
  5861. .icol-attach
  5862. {
  5863. background-position: -304px -16px
  5864. }
  5865. .icol-attach-2
  5866. {
  5867. background-position: -320px -16px
  5868. }
  5869. .icol-award-star-gold
  5870. {
  5871. background-position: -336px -16px
  5872. }
  5873. .icol-bandaid
  5874. {
  5875. background-position: -352px -16px
  5876. }
  5877. .icol-basket
  5878. {
  5879. background-position: -368px -16px
  5880. }
  5881. .icol-bell
  5882. {
  5883. background-position: -384px -16px
  5884. }
  5885. .icol-bin-closed
  5886. {
  5887. background-position: -400px -16px
  5888. }
  5889. .icol-blog
  5890. {
  5891. background-position: -416px -16px
  5892. }
  5893. .icol-blueprint
  5894. {
  5895. background-position: -432px -16px
  5896. }
  5897. .icol-blueprint-horizontal
  5898. {
  5899. background-position: -448px -16px
  5900. }
  5901. .icol-bluetooth
  5902. {
  5903. background-position: -464px -16px
  5904. }
  5905. .icol-bomb
  5906. {
  5907. background-position: -480px -16px
  5908. }
  5909. .icol-book
  5910. {
  5911. background-position: -496px -16px
  5912. }
  5913. .icol-bookmark
  5914. {
  5915. background-position: 0px -32px
  5916. }
  5917. .icol-bookmark-book
  5918. {
  5919. background-position: -16px -32px
  5920. }
  5921. .icol-bookmark-book-open
  5922. {
  5923. background-position: -32px -32px
  5924. }
  5925. .icol-bookmark-document
  5926. {
  5927. background-position: -48px -32px
  5928. }
  5929. .icol-bookmark-folder
  5930. {
  5931. background-position: -64px -32px
  5932. }
  5933. .icol-books
  5934. {
  5935. background-position: -80px -32px
  5936. }
  5937. .icol-book-addresses
  5938. {
  5939. background-position: -96px -32px
  5940. }
  5941. .icol-book-next
  5942. {
  5943. background-position: -112px -32px
  5944. }
  5945. .icol-book-open
  5946. {
  5947. background-position: -128px -32px
  5948. }
  5949. .icol-book-previous
  5950. {
  5951. background-position: -144px -32px
  5952. }
  5953. .icol-box
  5954. {
  5955. background-position: -160px -32px
  5956. }
  5957. .icol-brick
  5958. {
  5959. background-position: -176px -32px
  5960. }
  5961. .icol-bricks
  5962. {
  5963. background-position: -192px -32px
  5964. }
  5965. .icol-briefcase
  5966. {
  5967. background-position: -208px -32px
  5968. }
  5969. .icol-bug
  5970. {
  5971. background-position: -224px -32px
  5972. }
  5973. .icol-buildings
  5974. {
  5975. background-position: -240px -32px
  5976. }
  5977. .icol-bullet-add-1
  5978. {
  5979. background-position: -256px -32px
  5980. }
  5981. .icol-bullet-add-2
  5982. {
  5983. background-position: -272px -32px
  5984. }
  5985. .icol-bullet-key
  5986. {
  5987. background-position: -288px -32px
  5988. }
  5989. .icol-cake
  5990. {
  5991. background-position: -304px -32px
  5992. }
  5993. .icol-calculator
  5994. {
  5995. background-position: -320px -32px
  5996. }
  5997. .icol-calendar-1
  5998. {
  5999. background-position: -336px -32px
  6000. }
  6001. .icol-calendar-2
  6002. {
  6003. background-position: -352px -32px
  6004. }
  6005. .icol-camera
  6006. {
  6007. background-position: -368px -32px
  6008. }
  6009. .icol-cancel
  6010. {
  6011. background-position: -384px -32px
  6012. }
  6013. .icol-car
  6014. {
  6015. background-position: -400px -32px
  6016. }
  6017. .icol-cart
  6018. {
  6019. background-position: -416px -32px
  6020. }
  6021. .icol-cd
  6022. {
  6023. background-position: -432px -32px
  6024. }
  6025. .icol-chart-bar
  6026. {
  6027. background-position: -448px -32px
  6028. }
  6029. .icol-chart-curve
  6030. {
  6031. background-position: -464px -32px
  6032. }
  6033. .icol-chart-line
  6034. {
  6035. background-position: -480px -32px
  6036. }
  6037. .icol-chart-organisation
  6038. {
  6039. background-position: -496px -32px
  6040. }
  6041. .icol-chart-pie
  6042. {
  6043. background-position: 0px -48px
  6044. }
  6045. .icol-clipboard-paste-image
  6046. {
  6047. background-position: -16px -48px
  6048. }
  6049. .icol-clipboard-sign
  6050. {
  6051. background-position: -32px -48px
  6052. }
  6053. .icol-clipboard-text
  6054. {
  6055. background-position: -48px -48px
  6056. }
  6057. .icol-clock
  6058. {
  6059. background-position: -64px -48px
  6060. }
  6061. .icol-cog
  6062. {
  6063. background-position: -80px -48px
  6064. }
  6065. .icol-coins
  6066. {
  6067. background-position: -96px -48px
  6068. }
  6069. .icol-color-swatch-1
  6070. {
  6071. background-position: -112px -48px
  6072. }
  6073. .icol-color-swatch-2
  6074. {
  6075. background-position: -128px -48px
  6076. }
  6077. .icol-comment
  6078. {
  6079. background-position: -144px -48px
  6080. }
  6081. .icol-compass
  6082. {
  6083. background-position: -160px -48px
  6084. }
  6085. .icol-compress
  6086. {
  6087. background-position: -176px -48px
  6088. }
  6089. .icol-computer
  6090. {
  6091. background-position: -192px -48px
  6092. }
  6093. .icol-connect
  6094. {
  6095. background-position: -208px -48px
  6096. }
  6097. .icol-contrast
  6098. {
  6099. background-position: -224px -48px
  6100. }
  6101. .icol-control-eject
  6102. {
  6103. background-position: -240px -48px
  6104. }
  6105. .icol-control-end
  6106. {
  6107. background-position: -256px -48px
  6108. }
  6109. .icol-control-equalizer
  6110. {
  6111. background-position: -272px -48px
  6112. }
  6113. .icol-control-fastforward
  6114. {
  6115. background-position: -288px -48px
  6116. }
  6117. .icol-control-pause
  6118. {
  6119. background-position: -304px -48px
  6120. }
  6121. .icol-control-play
  6122. {
  6123. background-position: -320px -48px
  6124. }
  6125. .icol-control-repeat
  6126. {
  6127. background-position: -336px -48px
  6128. }
  6129. .icol-control-rewind
  6130. {
  6131. background-position: -352px -48px
  6132. }
  6133. .icol-control-start
  6134. {
  6135. background-position: -368px -48px
  6136. }
  6137. .icol-control-stop
  6138. {
  6139. background-position: -384px -48px
  6140. }
  6141. .icol-control-wheel
  6142. {
  6143. background-position: -400px -48px
  6144. }
  6145. .icol-counter
  6146. {
  6147. background-position: -416px -48px
  6148. }
  6149. .icol-counter-count
  6150. {
  6151. background-position: -432px -48px
  6152. }
  6153. .icol-counter-count-up
  6154. {
  6155. background-position: -448px -48px
  6156. }
  6157. .icol-counter-reset
  6158. {
  6159. background-position: -464px -48px
  6160. }
  6161. .icol-counter-stop
  6162. {
  6163. background-position: -480px -48px
  6164. }
  6165. .icol-cross
  6166. {
  6167. background-position: -496px -48px
  6168. }
  6169. .icol-cross-octagon
  6170. {
  6171. background-position: 0px -64px
  6172. }
  6173. .icol-cross-octagon-fram
  6174. {
  6175. background-position: -16px -64px
  6176. }
  6177. .icol-cross-shield
  6178. {
  6179. background-position: -32px -64px
  6180. }
  6181. .icol-cross-shield-2
  6182. {
  6183. background-position: -48px -64px
  6184. }
  6185. .icol-crown
  6186. {
  6187. background-position: -64px -64px
  6188. }
  6189. .icol-crown-bronze
  6190. {
  6191. background-position: -80px -64px
  6192. }
  6193. .icol-crown-silver
  6194. {
  6195. background-position: -96px -64px
  6196. }
  6197. .icol-css
  6198. {
  6199. background-position: -112px -64px
  6200. }
  6201. .icol-cursor
  6202. {
  6203. background-position: -128px -64px
  6204. }
  6205. .icol-cut
  6206. {
  6207. background-position: -144px -64px
  6208. }
  6209. .icol-dashboard
  6210. {
  6211. background-position: -160px -64px
  6212. }
  6213. .icol-data
  6214. {
  6215. background-position: -176px -64px
  6216. }
  6217. .icol-database
  6218. {
  6219. background-position: -192px -64px
  6220. }
  6221. .icol-databases
  6222. {
  6223. background-position: -208px -64px
  6224. }
  6225. .icol-delete
  6226. {
  6227. background-position: -224px -64px
  6228. }
  6229. .icol-delivery
  6230. {
  6231. background-position: -240px -64px
  6232. }
  6233. .icol-desktop
  6234. {
  6235. background-position: -256px -64px
  6236. }
  6237. .icol-desktop-empty
  6238. {
  6239. background-position: -272px -64px
  6240. }
  6241. .icol-direction
  6242. {
  6243. background-position: -288px -64px
  6244. }
  6245. .icol-disconnect
  6246. {
  6247. background-position: -304px -64px
  6248. }
  6249. .icol-disk
  6250. {
  6251. background-position: -320px -64px
  6252. }
  6253. .icol-doc-access
  6254. {
  6255. background-position: -336px -64px
  6256. }
  6257. .icol-doc-break
  6258. {
  6259. background-position: -352px -64px
  6260. }
  6261. .icol-doc-convert
  6262. {
  6263. background-position: -368px -64px
  6264. }
  6265. .icol-doc-excel-csv
  6266. {
  6267. background-position: -384px -64px
  6268. }
  6269. .icol-doc-excel-table
  6270. {
  6271. background-position: -400px -64px
  6272. }
  6273. .icol-doc-film
  6274. {
  6275. background-position: -416px -64px
  6276. }
  6277. .icol-doc-illustrator
  6278. {
  6279. background-position: -432px -64px
  6280. }
  6281. .icol-doc-music
  6282. {
  6283. background-position: -448px -64px
  6284. }
  6285. .icol-doc-music-playlist
  6286. {
  6287. background-position: -464px -64px
  6288. }
  6289. .icol-doc-offlice
  6290. {
  6291. background-position: -480px -64px
  6292. }
  6293. .icol-doc-page
  6294. {
  6295. background-position: -496px -64px
  6296. }
  6297. .icol-doc-page-previous
  6298. {
  6299. background-position: 0px -80px
  6300. }
  6301. .icol-doc-pdf
  6302. {
  6303. background-position: -16px -80px
  6304. }
  6305. .icol-doc-photoshop
  6306. {
  6307. background-position: -32px -80px
  6308. }
  6309. .icol-doc-resize
  6310. {
  6311. background-position: -48px -80px
  6312. }
  6313. .icol-doc-resize-actual
  6314. {
  6315. background-position: -64px -80px
  6316. }
  6317. .icol-doc-shred
  6318. {
  6319. background-position: -80px -80px
  6320. }
  6321. .icol-doc-stand
  6322. {
  6323. background-position: -96px -80px
  6324. }
  6325. .icol-doc-table
  6326. {
  6327. background-position: -112px -80px
  6328. }
  6329. .icol-doc-tag
  6330. {
  6331. background-position: -128px -80px
  6332. }
  6333. .icol-doc-text-image
  6334. {
  6335. background-position: -144px -80px
  6336. }
  6337. .icol-door
  6338. {
  6339. background-position: -160px -80px
  6340. }
  6341. .icol-door-in
  6342. {
  6343. background-position: -176px -80px
  6344. }
  6345. .icol-drawer
  6346. {
  6347. background-position: -192px -80px
  6348. }
  6349. .icol-drink
  6350. {
  6351. background-position: -208px -80px
  6352. }
  6353. .icol-drink-empty
  6354. {
  6355. background-position: -224px -80px
  6356. }
  6357. .icol-drive
  6358. {
  6359. background-position: -240px -80px
  6360. }
  6361. .icol-drive-burn
  6362. {
  6363. background-position: -256px -80px
  6364. }
  6365. .icol-drive-cd
  6366. {
  6367. background-position: -272px -80px
  6368. }
  6369. .icol-drive-cd-empty
  6370. {
  6371. background-position: -288px -80px
  6372. }
  6373. .icol-drive-delete
  6374. {
  6375. background-position: -304px -80px
  6376. }
  6377. .icol-drive-disk
  6378. {
  6379. background-position: -320px -80px
  6380. }
  6381. .icol-drive-error
  6382. {
  6383. background-position: -336px -80px
  6384. }
  6385. .icol-drive-go
  6386. {
  6387. background-position: -352px -80px
  6388. }
  6389. .icol-drive-link
  6390. {
  6391. background-position: -368px -80px
  6392. }
  6393. .icol-drive-network
  6394. {
  6395. background-position: -384px -80px
  6396. }
  6397. .icol-drive-rename
  6398. {
  6399. background-position: -400px -80px
  6400. }
  6401. .icol-dvd
  6402. {
  6403. background-position: -416px -80px
  6404. }
  6405. .icol-email
  6406. {
  6407. background-position: -432px -80px
  6408. }
  6409. .icol-email-open
  6410. {
  6411. background-position: -448px -80px
  6412. }
  6413. .icol-email-open-image
  6414. {
  6415. background-position: -464px -80px
  6416. }
  6417. .icol-emoticon-evilgrin
  6418. {
  6419. background-position: -480px -80px
  6420. }
  6421. .icol-emoticon-grin
  6422. {
  6423. background-position: -496px -80px
  6424. }
  6425. .icol-emoticon-happy
  6426. {
  6427. background-position: 0px -96px
  6428. }
  6429. .icol-emoticon-smile
  6430. {
  6431. background-position: -16px -96px
  6432. }
  6433. .icol-emoticon-surprised
  6434. {
  6435. background-position: -32px -96px
  6436. }
  6437. .icol-emoticon-tongue
  6438. {
  6439. background-position: -48px -96px
  6440. }
  6441. .icol-emoticon-unhappy
  6442. {
  6443. background-position: -64px -96px
  6444. }
  6445. .icol-emoticon-waii
  6446. {
  6447. background-position: -80px -96px
  6448. }
  6449. .icol-emoticon-wink
  6450. {
  6451. background-position: -96px -96px
  6452. }
  6453. .icol-envelope
  6454. {
  6455. background-position: -112px -96px
  6456. }
  6457. .icol-envelope-2
  6458. {
  6459. background-position: -128px -96px
  6460. }
  6461. .icol-error
  6462. {
  6463. background-position: -144px -96px
  6464. }
  6465. .icol-exclamation
  6466. {
  6467. background-position: -160px -96px
  6468. }
  6469. .icol-exclamation-octagon-fram
  6470. {
  6471. background-position: -176px -96px
  6472. }
  6473. .icol-eye
  6474. {
  6475. background-position: -192px -96px
  6476. }
  6477. .icol-feed
  6478. {
  6479. background-position: -208px -96px
  6480. }
  6481. .icol-feed-ballon
  6482. {
  6483. background-position: -224px -96px
  6484. }
  6485. .icol-feed-document
  6486. {
  6487. background-position: -240px -96px
  6488. }
  6489. .icol-female
  6490. {
  6491. background-position: -256px -96px
  6492. }
  6493. .icol-film
  6494. {
  6495. background-position: -272px -96px
  6496. }
  6497. .icol-films
  6498. {
  6499. background-position: -288px -96px
  6500. }
  6501. .icol-find
  6502. {
  6503. background-position: -304px -96px
  6504. }
  6505. .icol-flag-blue
  6506. {
  6507. background-position: -320px -96px
  6508. }
  6509. .icol-folder
  6510. {
  6511. background-position: -336px -96px
  6512. }
  6513. .icol-font
  6514. {
  6515. background-position: -352px -96px
  6516. }
  6517. .icol-funnel
  6518. {
  6519. background-position: -368px -96px
  6520. }
  6521. .icol-grid
  6522. {
  6523. background-position: -384px -96px
  6524. }
  6525. .icol-grid-dot
  6526. {
  6527. background-position: -400px -96px
  6528. }
  6529. .icol-group
  6530. {
  6531. background-position: -416px -96px
  6532. }
  6533. .icol-hammer
  6534. {
  6535. background-position: -432px -96px
  6536. }
  6537. .icol-hammer-screwdriver
  6538. {
  6539. background-position: -448px -96px
  6540. }
  6541. .icol-hand
  6542. {
  6543. background-position: -464px -96px
  6544. }
  6545. .icol-hand-point
  6546. {
  6547. background-position: -480px -96px
  6548. }
  6549. .icol-heart
  6550. {
  6551. background-position: -496px -96px
  6552. }
  6553. .icol-heart-break
  6554. {
  6555. background-position: 0px -112px
  6556. }
  6557. .icol-heart-empty
  6558. {
  6559. background-position: -16px -112px
  6560. }
  6561. .icol-heart-half
  6562. {
  6563. background-position: -32px -112px
  6564. }
  6565. .icol-heart-small
  6566. {
  6567. background-position: -48px -112px
  6568. }
  6569. .icol-help
  6570. {
  6571. background-position: -64px -112px
  6572. }
  6573. .icol-highlighter
  6574. {
  6575. background-position: -80px -112px
  6576. }
  6577. .icol-house
  6578. {
  6579. background-position: -96px -112px
  6580. }
  6581. .icol-html
  6582. {
  6583. background-position: -112px -112px
  6584. }
  6585. .icol-images
  6586. {
  6587. background-position: -128px -112px
  6588. }
  6589. .icol-image-1
  6590. {
  6591. background-position: -144px -112px
  6592. }
  6593. .icol-image-2
  6594. {
  6595. background-position: -160px -112px
  6596. }
  6597. .icol-inbox
  6598. {
  6599. background-position: -176px -112px
  6600. }
  6601. .icol-ipod
  6602. {
  6603. background-position: -192px -112px
  6604. }
  6605. .icol-ipod-cast
  6606. {
  6607. background-position: -208px -112px
  6608. }
  6609. .icol-joystick
  6610. {
  6611. background-position: -224px -112px
  6612. }
  6613. .icol-key
  6614. {
  6615. background-position: -240px -112px
  6616. }
  6617. .icol-keyboard
  6618. {
  6619. background-position: -256px -112px
  6620. }
  6621. .icol-layers
  6622. {
  6623. background-position: -272px -112px
  6624. }
  6625. .icol-layer-treansparent
  6626. {
  6627. background-position: -288px -112px
  6628. }
  6629. .icol-layout
  6630. {
  6631. background-position: -304px -112px
  6632. }
  6633. .icol-layout-header-footer-3
  6634. {
  6635. background-position: -320px -112px
  6636. }
  6637. .icol-layout-header-footer-3-mix
  6638. {
  6639. background-position: -336px -112px
  6640. }
  6641. .icol-layout-join
  6642. {
  6643. background-position: -352px -112px
  6644. }
  6645. .icol-layout-join-vertical
  6646. {
  6647. background-position: -368px -112px
  6648. }
  6649. .icol-layout-select
  6650. {
  6651. background-position: -384px -112px
  6652. }
  6653. .icol-layout-select-content
  6654. {
  6655. background-position: -400px -112px
  6656. }
  6657. .icol-layout-select-footer
  6658. {
  6659. background-position: -416px -112px
  6660. }
  6661. .icol-layout-select-sidebar
  6662. {
  6663. background-position: -432px -112px
  6664. }
  6665. .icol-layout-split
  6666. {
  6667. background-position: -448px -112px
  6668. }
  6669. .icol-layout-split-vertical
  6670. {
  6671. background-position: -464px -112px
  6672. }
  6673. .icol-lifebuoy
  6674. {
  6675. background-position: -480px -112px
  6676. }
  6677. .icol-lightbulb
  6678. {
  6679. background-position: -496px -112px
  6680. }
  6681. .icol-lightbulb-off
  6682. {
  6683. background-position: 0px -128px
  6684. }
  6685. .icol-lightning
  6686. {
  6687. background-position: -16px -128px
  6688. }
  6689. .icol-link
  6690. {
  6691. background-position: -32px -128px
  6692. }
  6693. .icol-link-break
  6694. {
  6695. background-position: -48px -128px
  6696. }
  6697. .icol-lock
  6698. {
  6699. background-position: -64px -128px
  6700. }
  6701. .icol-lock-unlock
  6702. {
  6703. background-position: -80px -128px
  6704. }
  6705. .icol-magnet
  6706. {
  6707. background-position: -96px -128px
  6708. }
  6709. .icol-magnifier
  6710. {
  6711. background-position: -112px -128px
  6712. }
  6713. .icol-magnifier-zoom-in
  6714. {
  6715. background-position: -128px -128px
  6716. }
  6717. .icol-male
  6718. {
  6719. background-position: -144px -128px
  6720. }
  6721. .icol-map
  6722. {
  6723. background-position: -160px -128px
  6724. }
  6725. .icol-marker
  6726. {
  6727. background-position: -176px -128px
  6728. }
  6729. .icol-medal-bronze-1
  6730. {
  6731. background-position: -192px -128px
  6732. }
  6733. .icol-medal-gold-1
  6734. {
  6735. background-position: -208px -128px
  6736. }
  6737. .icol-media-player-small-blue
  6738. {
  6739. background-position: -224px -128px
  6740. }
  6741. .icol-microphone
  6742. {
  6743. background-position: -240px -128px
  6744. }
  6745. .icol-mobile-phone
  6746. {
  6747. background-position: -256px -128px
  6748. }
  6749. .icol-money
  6750. {
  6751. background-position: -272px -128px
  6752. }
  6753. .icol-money-dollar
  6754. {
  6755. background-position: -288px -128px
  6756. }
  6757. .icol-money-euro
  6758. {
  6759. background-position: -304px -128px
  6760. }
  6761. .icol-money-pound
  6762. {
  6763. background-position: -320px -128px
  6764. }
  6765. .icol-money-yen
  6766. {
  6767. background-position: -336px -128px
  6768. }
  6769. .icol-monitor
  6770. {
  6771. background-position: -352px -128px
  6772. }
  6773. .icol-mouse
  6774. {
  6775. background-position: -368px -128px
  6776. }
  6777. .icol-music
  6778. {
  6779. background-position: -384px -128px
  6780. }
  6781. .icol-music-beam
  6782. {
  6783. background-position: -400px -128px
  6784. }
  6785. .icol-neutral
  6786. {
  6787. background-position: -416px -128px
  6788. }
  6789. .icol-new
  6790. {
  6791. background-position: -432px -128px
  6792. }
  6793. .icol-newspaper
  6794. {
  6795. background-position: -448px -128px
  6796. }
  6797. .icol-note
  6798. {
  6799. background-position: -464px -128px
  6800. }
  6801. .icol-nuclear
  6802. {
  6803. background-position: -480px -128px
  6804. }
  6805. .icol-package
  6806. {
  6807. background-position: -496px -128px
  6808. }
  6809. .icol-page
  6810. {
  6811. background-position: 0px -144px
  6812. }
  6813. .icol-page-2
  6814. {
  6815. background-position: -16px -144px
  6816. }
  6817. .icol-page-2-copy
  6818. {
  6819. background-position: -32px -144px
  6820. }
  6821. .icol-page-code
  6822. {
  6823. background-position: -48px -144px
  6824. }
  6825. .icol-page-copy
  6826. {
  6827. background-position: -64px -144px
  6828. }
  6829. .icol-page-excel
  6830. {
  6831. background-position: -80px -144px
  6832. }
  6833. .icol-page-lightning
  6834. {
  6835. background-position: -96px -144px
  6836. }
  6837. .icol-page-paste
  6838. {
  6839. background-position: -112px -144px
  6840. }
  6841. .icol-page-red
  6842. {
  6843. background-position: -128px -144px
  6844. }
  6845. .icol-page-refresh
  6846. {
  6847. background-position: -144px -144px
  6848. }
  6849. .icol-page-save
  6850. {
  6851. background-position: -160px -144px
  6852. }
  6853. .icol-page-white-cplusplus
  6854. {
  6855. background-position: -176px -144px
  6856. }
  6857. .icol-page-white-csharp
  6858. {
  6859. background-position: -192px -144px
  6860. }
  6861. .icol-page-white-cup
  6862. {
  6863. background-position: -208px -144px
  6864. }
  6865. .icol-page-white-database
  6866. {
  6867. background-position: -224px -144px
  6868. }
  6869. .icol-page-white-delete
  6870. {
  6871. background-position: -240px -144px
  6872. }
  6873. .icol-page-white-dvd
  6874. {
  6875. background-position: -256px -144px
  6876. }
  6877. .icol-page-white-edit
  6878. {
  6879. background-position: -272px -144px
  6880. }
  6881. .icol-page-white-error
  6882. {
  6883. background-position: -288px -144px
  6884. }
  6885. .icol-page-white-excel
  6886. {
  6887. background-position: -304px -144px
  6888. }
  6889. .icol-page-white-find
  6890. {
  6891. background-position: -320px -144px
  6892. }
  6893. .icol-page-white-flash
  6894. {
  6895. background-position: -336px -144px
  6896. }
  6897. .icol-page-white-freehand
  6898. {
  6899. background-position: -352px -144px
  6900. }
  6901. .icol-page-white-gear
  6902. {
  6903. background-position: -368px -144px
  6904. }
  6905. .icol-page-white-get
  6906. {
  6907. background-position: -384px -144px
  6908. }
  6909. .icol-page-white-paintbrush
  6910. {
  6911. background-position: -400px -144px
  6912. }
  6913. .icol-page-white-paste
  6914. {
  6915. background-position: -416px -144px
  6916. }
  6917. .icol-page-white-php
  6918. {
  6919. background-position: -432px -144px
  6920. }
  6921. .icol-page-white-picture
  6922. {
  6923. background-position: -448px -144px
  6924. }
  6925. .icol-page-white-powerpoint
  6926. {
  6927. background-position: -464px -144px
  6928. }
  6929. .icol-page-white-put
  6930. {
  6931. background-position: -480px -144px
  6932. }
  6933. .icol-page-white-ruby
  6934. {
  6935. background-position: -496px -144px
  6936. }
  6937. .icol-page-white-stack
  6938. {
  6939. background-position: 0px -160px
  6940. }
  6941. .icol-page-white-star
  6942. {
  6943. background-position: -16px -160px
  6944. }
  6945. .icol-page-white-swoosh
  6946. {
  6947. background-position: -32px -160px
  6948. }
  6949. .icol-page-white-text
  6950. {
  6951. background-position: -48px -160px
  6952. }
  6953. .icol-page-white-text-width
  6954. {
  6955. background-position: -64px -160px
  6956. }
  6957. .icol-page-white-tux
  6958. {
  6959. background-position: -80px -160px
  6960. }
  6961. .icol-page-white-vector
  6962. {
  6963. background-position: -96px -160px
  6964. }
  6965. .icol-page-white-visualstudio
  6966. {
  6967. background-position: -112px -160px
  6968. }
  6969. .icol-page-white-width
  6970. {
  6971. background-position: -128px -160px
  6972. }
  6973. .icol-page-white-word
  6974. {
  6975. background-position: -144px -160px
  6976. }
  6977. .icol-page-white-world
  6978. {
  6979. background-position: -160px -160px
  6980. }
  6981. .icol-page-white-wrench
  6982. {
  6983. background-position: -176px -160px
  6984. }
  6985. .icol-page-white-zip
  6986. {
  6987. background-position: -192px -160px
  6988. }
  6989. .icol-paintbrush
  6990. {
  6991. background-position: -208px -160px
  6992. }
  6993. .icol-paintcan
  6994. {
  6995. background-position: -224px -160px
  6996. }
  6997. .icol-palette
  6998. {
  6999. background-position: -240px -160px
  7000. }
  7001. .icol-paper-bag
  7002. {
  7003. background-position: -256px -160px
  7004. }
  7005. .icol-paste-plain
  7006. {
  7007. background-position: -272px -160px
  7008. }
  7009. .icol-paste-word
  7010. {
  7011. background-position: -288px -160px
  7012. }
  7013. .icol-pencil
  7014. {
  7015. background-position: -304px -160px
  7016. }
  7017. .icol-photo
  7018. {
  7019. background-position: -320px -160px
  7020. }
  7021. .icol-photos
  7022. {
  7023. background-position: -336px -160px
  7024. }
  7025. .icol-photo-album
  7026. {
  7027. background-position: -352px -160px
  7028. }
  7029. .icol-piano
  7030. {
  7031. background-position: -368px -160px
  7032. }
  7033. .icol-picture
  7034. {
  7035. background-position: -384px -160px
  7036. }
  7037. .icol-pilcrow
  7038. {
  7039. background-position: -400px -160px
  7040. }
  7041. .icol-pill
  7042. {
  7043. background-position: -416px -160px
  7044. }
  7045. .icol-pin
  7046. {
  7047. background-position: -432px -160px
  7048. }
  7049. .icol-pipette
  7050. {
  7051. background-position: -448px -160px
  7052. }
  7053. .icol-plaing-card
  7054. {
  7055. background-position: -464px -160px
  7056. }
  7057. .icol-plug
  7058. {
  7059. background-position: -480px -160px
  7060. }
  7061. .icol-plugin
  7062. {
  7063. background-position: -496px -160px
  7064. }
  7065. .icol-printer
  7066. {
  7067. background-position: 0px -176px
  7068. }
  7069. .icol-projection-screen
  7070. {
  7071. background-position: -16px -176px
  7072. }
  7073. .icol-projection-screen-present
  7074. {
  7075. background-position: -32px -176px
  7076. }
  7077. .icol-rainbow
  7078. {
  7079. background-position: -48px -176px
  7080. }
  7081. .icol-report
  7082. {
  7083. background-position: -64px -176px
  7084. }
  7085. .icol-rocket
  7086. {
  7087. background-position: -80px -176px
  7088. }
  7089. .icol-rosette
  7090. {
  7091. background-position: -96px -176px
  7092. }
  7093. .icol-rss
  7094. {
  7095. background-position: -112px -176px
  7096. }
  7097. .icol-ruby
  7098. {
  7099. background-position: -128px -176px
  7100. }
  7101. .icol-ruler-1
  7102. {
  7103. background-position: -144px -176px
  7104. }
  7105. .icol-ruler-2
  7106. {
  7107. background-position: -160px -176px
  7108. }
  7109. .icol-ruler-crop
  7110. {
  7111. background-position: -176px -176px
  7112. }
  7113. .icol-ruler-triangle
  7114. {
  7115. background-position: -192px -176px
  7116. }
  7117. .icol-safe
  7118. {
  7119. background-position: -208px -176px
  7120. }
  7121. .icol-script
  7122. {
  7123. background-position: -224px -176px
  7124. }
  7125. .icol-selection
  7126. {
  7127. background-position: -240px -176px
  7128. }
  7129. .icol-selection-select
  7130. {
  7131. background-position: -256px -176px
  7132. }
  7133. .icol-server
  7134. {
  7135. background-position: -272px -176px
  7136. }
  7137. .icol-shading
  7138. {
  7139. background-position: -288px -176px
  7140. }
  7141. .icol-shape-aling-bottom
  7142. {
  7143. background-position: -304px -176px
  7144. }
  7145. .icol-shape-aling-center
  7146. {
  7147. background-position: -320px -176px
  7148. }
  7149. .icol-shape-aling-left
  7150. {
  7151. background-position: -336px -176px
  7152. }
  7153. .icol-shape-aling-middle
  7154. {
  7155. background-position: -352px -176px
  7156. }
  7157. .icol-shape-aling-right
  7158. {
  7159. background-position: -368px -176px
  7160. }
  7161. .icol-shape-aling-top
  7162. {
  7163. background-position: -384px -176px
  7164. }
  7165. .icol-shape-flip-horizontal
  7166. {
  7167. background-position: -400px -176px
  7168. }
  7169. .icol-shape-flip-vertical
  7170. {
  7171. background-position: -416px -176px
  7172. }
  7173. .icol-shape-group
  7174. {
  7175. background-position: -432px -176px
  7176. }
  7177. .icol-shape-handles
  7178. {
  7179. background-position: -448px -176px
  7180. }
  7181. .icol-shape-move-back
  7182. {
  7183. background-position: -464px -176px
  7184. }
  7185. .icol-shape-move-backwards
  7186. {
  7187. background-position: -480px -176px
  7188. }
  7189. .icol-shape-move-forwards
  7190. {
  7191. background-position: -496px -176px
  7192. }
  7193. .icol-shape-move-front
  7194. {
  7195. background-position: 0px -192px
  7196. }
  7197. .icol-shape-square
  7198. {
  7199. background-position: -16px -192px
  7200. }
  7201. .icol-shield
  7202. {
  7203. background-position: -32px -192px
  7204. }
  7205. .icol-sitemap
  7206. {
  7207. background-position: -48px -192px
  7208. }
  7209. .icol-slide
  7210. {
  7211. background-position: -64px -192px
  7212. }
  7213. .icol-slides
  7214. {
  7215. background-position: -80px -192px
  7216. }
  7217. .icol-slides-stack
  7218. {
  7219. background-position: -96px -192px
  7220. }
  7221. .icol-smiley-confuse
  7222. {
  7223. background-position: -112px -192px
  7224. }
  7225. .icol-smiley-cool
  7226. {
  7227. background-position: -128px -192px
  7228. }
  7229. .icol-smiley-cry
  7230. {
  7231. background-position: -144px -192px
  7232. }
  7233. .icol-smiley-fat
  7234. {
  7235. background-position: -160px -192px
  7236. }
  7237. .icol-smiley-mad
  7238. {
  7239. background-position: -176px -192px
  7240. }
  7241. .icol-smiley-red
  7242. {
  7243. background-position: -192px -192px
  7244. }
  7245. .icol-smiley-roll
  7246. {
  7247. background-position: -208px -192px
  7248. }
  7249. .icol-smiley-slim
  7250. {
  7251. background-position: -224px -192px
  7252. }
  7253. .icol-smiley-yell
  7254. {
  7255. background-position: -240px -192px
  7256. }
  7257. .icol-socket
  7258. {
  7259. background-position: -256px -192px
  7260. }
  7261. .icol-sockets
  7262. {
  7263. background-position: -272px -192px
  7264. }
  7265. .icol-sort
  7266. {
  7267. background-position: -288px -192px
  7268. }
  7269. .icol-sort-alphabet
  7270. {
  7271. background-position: -304px -192px
  7272. }
  7273. .icol-sort-date
  7274. {
  7275. background-position: -320px -192px
  7276. }
  7277. .icol-sort-disable
  7278. {
  7279. background-position: -336px -192px
  7280. }
  7281. .icol-sort-number
  7282. {
  7283. background-position: -352px -192px
  7284. }
  7285. .icol-sort-price
  7286. {
  7287. background-position: -368px -192px
  7288. }
  7289. .icol-sort-quantity
  7290. {
  7291. background-position: -384px -192px
  7292. }
  7293. .icol-sort-rating
  7294. {
  7295. background-position: -400px -192px
  7296. }
  7297. .icol-sound
  7298. {
  7299. background-position: -416px -192px
  7300. }
  7301. .icol-sound-note
  7302. {
  7303. background-position: -432px -192px
  7304. }
  7305. .icol-spellcheck
  7306. {
  7307. background-position: -448px -192px
  7308. }
  7309. .icol-sport-8ball
  7310. {
  7311. background-position: -464px -192px
  7312. }
  7313. .icol-sport-basketball
  7314. {
  7315. background-position: -480px -192px
  7316. }
  7317. .icol-sport-football
  7318. {
  7319. background-position: -496px -192px
  7320. }
  7321. .icol-sport-golf
  7322. {
  7323. background-position: 0px -208px
  7324. }
  7325. .icol-sport-raquet
  7326. {
  7327. background-position: -16px -208px
  7328. }
  7329. .icol-sport-shuttlecock
  7330. {
  7331. background-position: -32px -208px
  7332. }
  7333. .icol-sport-soccer
  7334. {
  7335. background-position: -48px -208px
  7336. }
  7337. .icol-sport-tennis
  7338. {
  7339. background-position: -64px -208px
  7340. }
  7341. .icol-stamp
  7342. {
  7343. background-position: -80px -208px
  7344. }
  7345. .icol-star-1
  7346. {
  7347. background-position: -96px -208px
  7348. }
  7349. .icol-star-2
  7350. {
  7351. background-position: -112px -208px
  7352. }
  7353. .icol-status-online
  7354. {
  7355. background-position: -128px -208px
  7356. }
  7357. .icol-stop
  7358. {
  7359. background-position: -144px -208px
  7360. }
  7361. .icol-style
  7362. {
  7363. background-position: -160px -208px
  7364. }
  7365. .icol-sum
  7366. {
  7367. background-position: -176px -208px
  7368. }
  7369. .icol-sum-2
  7370. {
  7371. background-position: -192px -208px
  7372. }
  7373. .icol-switch
  7374. {
  7375. background-position: -208px -208px
  7376. }
  7377. .icol-tab
  7378. {
  7379. background-position: -224px -208px
  7380. }
  7381. .icol-table
  7382. {
  7383. background-position: -240px -208px
  7384. }
  7385. .icol-tag
  7386. {
  7387. background-position: -256px -208px
  7388. }
  7389. .icol-tag-blue
  7390. {
  7391. background-position: -272px -208px
  7392. }
  7393. .icol-target
  7394. {
  7395. background-position: -288px -208px
  7396. }
  7397. .icol-telephone
  7398. {
  7399. background-position: -304px -208px
  7400. }
  7401. .icol-television
  7402. {
  7403. background-position: -320px -208px
  7404. }
  7405. .icol-textfield
  7406. {
  7407. background-position: -336px -208px
  7408. }
  7409. .icol-textfield-rename
  7410. {
  7411. background-position: -352px -208px
  7412. }
  7413. .icol-text-align-center
  7414. {
  7415. background-position: -368px -208px
  7416. }
  7417. .icol-text-align-justify
  7418. {
  7419. background-position: -384px -208px
  7420. }
  7421. .icol-text-align-left
  7422. {
  7423. background-position: -400px -208px
  7424. }
  7425. .icol-text-align-right
  7426. {
  7427. background-position: -416px -208px
  7428. }
  7429. .icol-text-allcaps
  7430. {
  7431. background-position: -432px -208px
  7432. }
  7433. .icol-text-bold
  7434. {
  7435. background-position: -448px -208px
  7436. }
  7437. .icol-text-columns
  7438. {
  7439. background-position: -464px -208px
  7440. }
  7441. .icol-text-dropcaps
  7442. {
  7443. background-position: -480px -208px
  7444. }
  7445. .icol-text-heading-1
  7446. {
  7447. background-position: -496px -208px
  7448. }
  7449. .icol-text-horizontalrule
  7450. {
  7451. background-position: 0px -224px
  7452. }
  7453. .icol-text-indent
  7454. {
  7455. background-position: -16px -224px
  7456. }
  7457. .icol-text-indent-remove
  7458. {
  7459. background-position: -32px -224px
  7460. }
  7461. .icol-text-italic
  7462. {
  7463. background-position: -48px -224px
  7464. }
  7465. .icol-text-kerning
  7466. {
  7467. background-position: -64px -224px
  7468. }
  7469. .icol-text-letterspacing
  7470. {
  7471. background-position: -80px -224px
  7472. }
  7473. .icol-text-letter-omega
  7474. {
  7475. background-position: -96px -224px
  7476. }
  7477. .icol-text-linespacing
  7478. {
  7479. background-position: -112px -224px
  7480. }
  7481. .icol-text-list-bullets
  7482. {
  7483. background-position: -128px -224px
  7484. }
  7485. .icol-text-list-numbers
  7486. {
  7487. background-position: -144px -224px
  7488. }
  7489. .icol-text-lowercase
  7490. {
  7491. background-position: -160px -224px
  7492. }
  7493. .icol-text-padding-bottom
  7494. {
  7495. background-position: -176px -224px
  7496. }
  7497. .icol-text-padding-left
  7498. {
  7499. background-position: -192px -224px
  7500. }
  7501. .icol-text-padding-right
  7502. {
  7503. background-position: -208px -224px
  7504. }
  7505. .icol-text-padding-top
  7506. {
  7507. background-position: -224px -224px
  7508. }
  7509. .icol-text-signature
  7510. {
  7511. background-position: -240px -224px
  7512. }
  7513. .icol-text-smallcaps
  7514. {
  7515. background-position: -256px -224px
  7516. }
  7517. .icol-text-strikethrough
  7518. {
  7519. background-position: -272px -224px
  7520. }
  7521. .icol-text-subscript
  7522. {
  7523. background-position: -288px -224px
  7524. }
  7525. .icol-ticket
  7526. {
  7527. background-position: -304px -224px
  7528. }
  7529. .icol-timeline-marker
  7530. {
  7531. background-position: -320px -224px
  7532. }
  7533. .icol-traffic
  7534. {
  7535. background-position: -336px -224px
  7536. }
  7537. .icol-transmit
  7538. {
  7539. background-position: -352px -224px
  7540. }
  7541. .icol-trophy
  7542. {
  7543. background-position: -368px -224px
  7544. }
  7545. .icol-trophy-bronze
  7546. {
  7547. background-position: -384px -224px
  7548. }
  7549. .icol-trophy-silver
  7550. {
  7551. background-position: -400px -224px
  7552. }
  7553. .icol-ui-combo-box
  7554. {
  7555. background-position: -416px -224px
  7556. }
  7557. .icol-ui-saccordion
  7558. {
  7559. background-position: -432px -224px
  7560. }
  7561. .icol-ui-slider-1
  7562. {
  7563. background-position: -448px -224px
  7564. }
  7565. .icol-ui-slider-2
  7566. {
  7567. background-position: -464px -224px
  7568. }
  7569. .icol-ui-tab-bottom
  7570. {
  7571. background-position: -480px -224px
  7572. }
  7573. .icol-ui-tab-content
  7574. {
  7575. background-position: -496px -224px
  7576. }
  7577. .icol-ui-tab-disable
  7578. {
  7579. background-position: 0px -240px
  7580. }
  7581. .icol-ui-tab-side
  7582. {
  7583. background-position: -16px -240px
  7584. }
  7585. .icol-ui-text-field-hidden
  7586. {
  7587. background-position: -32px -240px
  7588. }
  7589. .icol-ui-text-field-password
  7590. {
  7591. background-position: -48px -240px
  7592. }
  7593. .icol-umbrella
  7594. {
  7595. background-position: -64px -240px
  7596. }
  7597. .icol-user
  7598. {
  7599. background-position: -80px -240px
  7600. }
  7601. .icol-user-black-female
  7602. {
  7603. background-position: -96px -240px
  7604. }
  7605. .icol-user-business
  7606. {
  7607. background-position: -112px -240px
  7608. }
  7609. .icol-user-business-boss
  7610. {
  7611. background-position: -128px -240px
  7612. }
  7613. .icol-user-female
  7614. {
  7615. background-position: -144px -240px
  7616. }
  7617. .icol-user-silhouette
  7618. {
  7619. background-position: -160px -240px
  7620. }
  7621. .icol-user-thief
  7622. {
  7623. background-position: -176px -240px
  7624. }
  7625. .icol-user-thief-baldie
  7626. {
  7627. background-position: -192px -240px
  7628. }
  7629. .icol-vcard
  7630. {
  7631. background-position: -208px -240px
  7632. }
  7633. .icol-vector
  7634. {
  7635. background-position: -224px -240px
  7636. }
  7637. .icol-wait
  7638. {
  7639. background-position: -240px -240px
  7640. }
  7641. .icol-wall
  7642. {
  7643. background-position: -256px -240px
  7644. }
  7645. .icol-wall-break
  7646. {
  7647. background-position: -272px -240px
  7648. }
  7649. .icol-wall-brick
  7650. {
  7651. background-position: -288px -240px
  7652. }
  7653. .icol-wall-disable
  7654. {
  7655. background-position: -304px -240px
  7656. }
  7657. .icol-wand
  7658. {
  7659. background-position: -320px -240px
  7660. }
  7661. .icol-weather-clouds
  7662. {
  7663. background-position: -336px -240px
  7664. }
  7665. .icol-weather-cloudy
  7666. {
  7667. background-position: -352px -240px
  7668. }
  7669. .icol-weather-lightning
  7670. {
  7671. background-position: -368px -240px
  7672. }
  7673. .icol-weather-rain
  7674. {
  7675. background-position: -384px -240px
  7676. }
  7677. .icol-weather-snow
  7678. {
  7679. background-position: -400px -240px
  7680. }
  7681. .icol-weather-sun
  7682. {
  7683. background-position: -416px -240px
  7684. }
  7685. .icol-webcam
  7686. {
  7687. background-position: -432px -240px
  7688. }
  7689. .icol-world
  7690. {
  7691. background-position: -448px -240px
  7692. }
  7693. .icol-zone
  7694. {
  7695. background-position: -464px -240px
  7696. }
  7697. .icol-zones
  7698. {
  7699. background-position: -480px -240px
  7700. }
  7701. .icol-zone-money
  7702. {
  7703. background-position: -496px -240px
  7704. }
  7705. .ui-helper-hidden
  7706. {
  7707. display: none
  7708. }
  7709. .ui-helper-hidden-accessible
  7710. {
  7711. position: absolute!important;
  7712. clip: rect(1px 1px 1px 1px);
  7713. clip: rect(1px,1px,1px,1px)
  7714. }
  7715. .ui-helper-reset
  7716. {
  7717. margin: 0;
  7718. padding: 0;
  7719. border: 0;
  7720. outline: 0;
  7721. line-height: 1.3;
  7722. text-decoration: none;
  7723. font-size: 100%;
  7724. list-style: none
  7725. }
  7726. .ui-helper-clearfix:before,.ui-helper-clearfix:after
  7727. {
  7728. content: "";
  7729. display: table
  7730. }
  7731. .ui-helper-clearfix:after
  7732. {
  7733. clear: both
  7734. }
  7735. .ui-helper-clearfix
  7736. {
  7737. zoom: 1
  7738. }
  7739. .ui-helper-zfix
  7740. {
  7741. width: 100%;
  7742. height: 100%;
  7743. top: 0;
  7744. left: 0;
  7745. position: absolute;
  7746. opacity: 0;
  7747. filter: Alpha(Opacity=0)
  7748. }
  7749. .ui-state-disabled
  7750. {
  7751. cursor: default!important
  7752. }
  7753. .ui-icon
  7754. {
  7755. display: block;
  7756. text-indent: -99999px;
  7757. overflow: hidden;
  7758. background-repeat: no-repeat
  7759. }
  7760. .ui-widget-overlay
  7761. {
  7762. position: absolute;
  7763. top: 0;
  7764. left: 0;
  7765. width: 100%;
  7766. height: 100%
  7767. }
  7768. .ui-accordion .ui-accordion-header
  7769. {
  7770. cursor: pointer;
  7771. position: relative;
  7772. zoom: 1;
  7773. font-weight: normal;
  7774. background: url(/images/core/mws-panel-header-bg.png) repeat-x;
  7775. line-height: 25px;
  7776. height: 25px;
  7777. padding: 12px 20px;
  7778. font-size: 14px;
  7779. -webkit-border-radius: 4px;
  7780. -moz-border-radius: 4px;
  7781. border-radius: 4px
  7782. }
  7783. .ui-accordion .ui-accordion-header a
  7784. {
  7785. text-decoration: none
  7786. }
  7787. .ui-accordion .ui-accordion-icons,.ui-accordion .ui-accordion-noicons,.ui-accordion .ui-accordion-icons .ui-accordion-icons
  7788. {
  7789. }
  7790. .ui-accordion .ui-accordion-header .ui-accordion-header-icon
  7791. {
  7792. position: absolute;
  7793. right: 13px;
  7794. top: 50%;
  7795. margin-top: -8px;
  7796. -webkit-border-radius: 3px;
  7797. -moz-border-radius: 3px;
  7798. border-radius: 3px
  7799. }
  7800. .ui-accordion .ui-accordion-content
  7801. {
  7802. padding: 1em 2.2em;
  7803. border-top: 0;
  7804. overflow: auto;
  7805. zoom: 1;
  7806. margin: 0 4px;
  7807. width: auto;
  7808. border: 1px solid #bcbcbc;
  7809. background-color: #f8f8f8;
  7810. -webkit-border-radius: 0;
  7811. -moz-border-radius: 0;
  7812. border-radius: 0;
  7813. -webkit-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.15);
  7814. -moz-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.15);
  7815. box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.15)
  7816. }
  7817. .ui-autocomplete
  7818. {
  7819. position: absolute;
  7820. cursor: default
  7821. }
  7822. * html .ui-autocomplete
  7823. {
  7824. width: 1px
  7825. }
  7826. .ui-button
  7827. {
  7828. display: inline-block;
  7829. position: relative;
  7830. cursor: pointer;
  7831. text-align: center;
  7832. zoom: 1;
  7833. overflow: visible;
  7834. color: #333!important;
  7835. text-shadow: none!important;
  7836. vertical-align: top;
  7837. padding: 4px 14px;
  7838. font-size: 13px;
  7839. line-height: 19px;
  7840. border: 1px solid #bbb;
  7841. background-color: #f5f5f5;
  7842. background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
  7843. background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
  7844. background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
  7845. background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
  7846. background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
  7847. background-repeat: repeat-x;
  7848. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  7849. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  7850. box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)
  7851. }
  7852. .ui-button.ui-state-hover
  7853. {
  7854. color: #333;
  7855. text-decoration: none;
  7856. background-color: #e6e6e6;
  7857. background-position: 0 -15px;
  7858. -webkit-transition: background-position 0.1s linear;
  7859. -moz-transition: background-position 0.1s linear;
  7860. -o-transition: background-position 0.1s linear;
  7861. transition: background-position 0.1s linear
  7862. }
  7863. .ui-button.ui-state-focus
  7864. {
  7865. outline: thin dotted #333;
  7866. outline: 5px auto -webkit-focus-ring-color;
  7867. outline-offset: -2px
  7868. }
  7869. .ui-button.ui-state-active
  7870. {
  7871. background-color: #e6e6e6;
  7872. background-color: #d9d9d9 \9;
  7873. background-image: none;
  7874. outline: 0;
  7875. -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  7876. -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  7877. box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)
  7878. }
  7879. .ui-button.ui-state-disabled
  7880. {
  7881. cursor: default;
  7882. background-color: #e6e6e6;
  7883. background-image: none;
  7884. opacity: 0.65;
  7885. filter: alpha(opacity=65);
  7886. -webkit-box-shadow: none;
  7887. -moz-box-shadow: none;
  7888. box-shadow: none
  7889. }
  7890. .ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active
  7891. {
  7892. text-decoration: none
  7893. }
  7894. .ui-button-icon-only
  7895. {
  7896. }
  7897. .ui-button-icons-only
  7898. {
  7899. }
  7900. button.ui-button-icon-only
  7901. {
  7902. }
  7903. button.ui-button-icons-only
  7904. {
  7905. }
  7906. .ui-button .ui-button-text
  7907. {
  7908. display: inline-block;
  7909. vertical-align: top
  7910. }
  7911. .ui-button-text-only .ui-button-text
  7912. {
  7913. }
  7914. .ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text
  7915. {
  7916. font-size: 0;
  7917. text-indent: -9999999px
  7918. }
  7919. .ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text
  7920. {
  7921. }
  7922. .ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text
  7923. {
  7924. }
  7925. .ui-button-text-icons .ui-button-text
  7926. {
  7927. }
  7928. input.ui-button
  7929. {
  7930. }
  7931. .ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon
  7932. {
  7933. display: inline-block;
  7934. margin: 0 2px;
  7935. vertical-align: text-top
  7936. }
  7937. .ui-button-icon-only .ui-icon
  7938. {
  7939. }
  7940. .ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary
  7941. {
  7942. }
  7943. .ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary
  7944. {
  7945. }
  7946. .ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary
  7947. {
  7948. }
  7949. .ui-buttonset
  7950. {
  7951. font-size: 0
  7952. }
  7953. .ui-buttonset .ui-button
  7954. {
  7955. margin-right: -1px
  7956. }
  7957. button.ui-button::-moz-focus-inner
  7958. {
  7959. border: 0;
  7960. padding: 0
  7961. }
  7962. .ui-datepicker
  7963. {
  7964. width: 180px;
  7965. padding: 10px;
  7966. display: none;
  7967. background: url(/css/jui/images/datepicker/datepicker-bg.png) repeat-x
  7968. }
  7969. .ui-datepicker .ui-datepicker-header
  7970. {
  7971. position: relative;
  7972. padding: 2px 0;
  7973. background-color: rgba(0,0,0,0.2);
  7974. color: #fff;
  7975. -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.15),inset 0px 1px 2px rgba(0,0,0,0.5);
  7976. -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.15),inset 0px 1px 2px rgba(0,0,0,0.5);
  7977. box-shadow: 0px 1px 0px rgba(255,255,255,0.15),inset 0px 1px 2px rgba(0,0,0,0.5)
  7978. }
  7979. .ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next
  7980. {
  7981. position: absolute;
  7982. top: 4px;
  7983. width: 18px;
  7984. height: 18px;
  7985. -webkit-border-radius: 3px;
  7986. -moz-border-radius: 3px;
  7987. border-radius: 3px
  7988. }
  7989. .ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover
  7990. {
  7991. cursor: pointer
  7992. }
  7993. .ui-datepicker .ui-datepicker-prev .ui-icon
  7994. {
  7995. background-position: -96px -16px
  7996. }
  7997. .ui-datepicker .ui-datepicker-prev
  7998. {
  7999. left: 4px
  8000. }
  8001. .ui-datepicker .ui-datepicker-next .ui-icon
  8002. {
  8003. background-position: -32px -16px
  8004. }
  8005. .ui-datepicker .ui-datepicker-next
  8006. {
  8007. right: 4px
  8008. }
  8009. .ui-datepicker .ui-datepicker-prev-hover
  8010. {
  8011. }
  8012. .ui-datepicker .ui-datepicker-next-hover
  8013. {
  8014. }
  8015. .ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span
  8016. {
  8017. display: block;
  8018. position: absolute;
  8019. left: 50%;
  8020. margin-left: -8px;
  8021. top: 50%;
  8022. margin-top: -8px
  8023. }
  8024. .ui-datepicker .ui-datepicker-title
  8025. {
  8026. margin: 0 2.3em;
  8027. line-height: 22px;
  8028. text-align: center
  8029. }
  8030. .ui-datepicker .ui-datepicker-title select
  8031. {
  8032. font-size: 1em;
  8033. margin: 1%;
  8034. padding: 0;
  8035. -webkit-border-radius: 0;
  8036. -moz-border-radius: 0;
  8037. border-radius: 0
  8038. }
  8039. .ui-datepicker select.ui-datepicker-month-year
  8040. {
  8041. width: 100%
  8042. }
  8043. .ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year
  8044. {
  8045. width: 49%
  8046. }
  8047. .ui-datepicker table
  8048. {
  8049. width: 100%;
  8050. border-collapse: collapse;
  8051. margin: 5px 0 0 0;
  8052. line-height: 16px
  8053. }
  8054. .ui-datepicker table thead
  8055. {
  8056. background: url(/css/jui/images/datepicker/datepicker-stitch.png) repeat-x left 2px
  8057. }
  8058. .ui-datepicker th
  8059. {
  8060. padding: 5px 0;
  8061. text-align: center;
  8062. color: #fff;
  8063. font-weight: normal
  8064. }
  8065. .ui-datepicker td
  8066. {
  8067. border: 1px solid #97969b;
  8068. background-color: #eae8f1;
  8069. text-align: center
  8070. }
  8071. .ui-datepicker td span,.ui-datepicker td a
  8072. {
  8073. display: block;
  8074. padding: 3px 2px;
  8075. text-decoration: none;
  8076. color: #333
  8077. }
  8078. .ui-datepicker td.ui-state-disabled
  8079. {
  8080. background-color: #bbbac1
  8081. }
  8082. .ui-datepicker td.ui-datepicker-week-col
  8083. {
  8084. border: 1px solid transparent;
  8085. color: #fff;
  8086. background-color: transparent;
  8087. padding: 3px 0;
  8088. padding-right: 6px
  8089. }
  8090. .ui-datepicker .ui-datepicker-buttonpane
  8091. {
  8092. background-image: none;
  8093. margin: .7em 0 0 0;
  8094. padding: 0 .2em;
  8095. border-left: 0;
  8096. border-right: 0;
  8097. border-bottom: 0
  8098. }
  8099. .ui-datepicker .ui-datepicker-buttonpane button
  8100. {
  8101. float: right;
  8102. cursor: pointer;
  8103. width: auto;
  8104. overflow: visible;
  8105. display: inline-block;
  8106. position: relative;
  8107. text-align: center;
  8108. zoom: 1;
  8109. color: #fff;
  8110. text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  8111. vertical-align: top;
  8112. padding: 3px 9px;
  8113. font-size: 11px;
  8114. line-height: 17px;
  8115. border: 1px solid #507e0c;
  8116. background-color: #96c742;
  8117. background-image: -ms-linear-gradient(top,#addf58,#96c742);
  8118. background-image: -webkit-gradient(linear,0 0,0 100%,from(#addf58),to(#96c742));
  8119. background-image: -webkit-linear-gradient(top,#addf58,#96c742);
  8120. background-image: -o-linear-gradient(top,#addf58,#96c742);
  8121. background-image: -moz-linear-gradient(top,#addf58,#96c742);
  8122. background-image: linear-gradient(top,#addf58,#96c742);
  8123. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  8124. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  8125. box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)
  8126. }
  8127. .ui-datepicker .ui-datepicker-buttonpane button:active
  8128. {
  8129. background-image: none;
  8130. outline: 0;
  8131. -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  8132. -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  8133. box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)
  8134. }
  8135. .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current
  8136. {
  8137. float: left
  8138. }
  8139. .ui-datepicker.ui-datepicker-multi
  8140. {
  8141. width: auto
  8142. }
  8143. .ui-datepicker-multi .ui-datepicker-group
  8144. {
  8145. float: left;
  8146. margin: 0 0.5%
  8147. }
  8148. .ui-datepicker-multi .ui-datepicker-group table
  8149. {
  8150. width: 100%;
  8151. margin: 5px 0 0 0
  8152. }
  8153. .ui-datepicker-multi-2 .ui-datepicker-group
  8154. {
  8155. width: 49.5%
  8156. }
  8157. .ui-datepicker-multi-3 .ui-datepicker-group
  8158. {
  8159. width: 32.667%
  8160. }
  8161. .ui-datepicker-multi-4 .ui-datepicker-group
  8162. {
  8163. width: 24.25%
  8164. }
  8165. .ui-datepicker-multi .ui-datepicker-group-first
  8166. {
  8167. margin-left: 0
  8168. }
  8169. .ui-datepicker-multi .ui-datepicker-group-last
  8170. {
  8171. margin-right: 0
  8172. }
  8173. .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header
  8174. {
  8175. border-left-width: 0
  8176. }
  8177. .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header
  8178. {
  8179. border-left-width: 0
  8180. }
  8181. .ui-datepicker-multi .ui-datepicker-buttonpane
  8182. {
  8183. clear: left
  8184. }
  8185. .ui-datepicker-row-break
  8186. {
  8187. clear: both;
  8188. width: 100%;
  8189. font-size: 0em
  8190. }
  8191. .ui-datepicker-rtl
  8192. {
  8193. direction: rtl
  8194. }
  8195. .ui-datepicker-rtl .ui-datepicker-prev
  8196. {
  8197. right: 2px;
  8198. left: auto
  8199. }
  8200. .ui-datepicker-rtl .ui-datepicker-next
  8201. {
  8202. left: 2px;
  8203. right: auto
  8204. }
  8205. .ui-datepicker-rtl .ui-datepicker-prev:hover
  8206. {
  8207. right: 1px;
  8208. left: auto
  8209. }
  8210. .ui-datepicker-rtl .ui-datepicker-next:hover
  8211. {
  8212. left: 1px;
  8213. right: auto
  8214. }
  8215. .ui-datepicker-rtl .ui-datepicker-buttonpane
  8216. {
  8217. clear: right
  8218. }
  8219. .ui-datepicker-rtl .ui-datepicker-buttonpane button
  8220. {
  8221. float: left
  8222. }
  8223. .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current
  8224. {
  8225. float: right
  8226. }
  8227. .ui-datepicker-rtl .ui-datepicker-group
  8228. {
  8229. float: right
  8230. }
  8231. .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header
  8232. {
  8233. border-right-width: 0;
  8234. border-left-width: 1px
  8235. }
  8236. .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header
  8237. {
  8238. border-right-width: 0;
  8239. border-left-width: 1px
  8240. }
  8241. .ui-datepicker-cover
  8242. {
  8243. position: absolute;
  8244. z-index: -1;
  8245. filter: mask();
  8246. top: -4px;
  8247. left: -4px;
  8248. width: 200px;
  8249. height: 200px;
  8250. }
  8251. .ui-dialog
  8252. {
  8253. position: absolute;
  8254. width: 300px;
  8255. overflow: hidden;
  8256. -webkit-box-shadow: 0px 7px 14px -4px rgba(0,0,0,0.1);
  8257. -moz-box-shadow: 0px 7px 14px -4px rgba(0,0,0,0.1);
  8258. box-shadow: 0px 7px 14px -4px rgba(0,0,0,0.1)
  8259. }
  8260. .ui-dialog .ui-dialog-titlebar
  8261. {
  8262. position: relative;
  8263. padding: 13px 16px;
  8264. background: url(/images/core/mws-panel-header-bg.png) repeat-x
  8265. }
  8266. .ui-dialog .ui-dialog-title
  8267. {
  8268. float: left;
  8269. font-size: 14px;
  8270. line-height: 23px
  8271. }
  8272. .ui-dialog .ui-dialog-titlebar-close
  8273. {
  8274. position: absolute;
  8275. right: 16px;
  8276. top: 50%;
  8277. margin-top: -9px;
  8278. width: 18px;
  8279. height: 18px;
  8280. -webkit-border-radius: 3px;
  8281. -moz-border-radius: 3px;
  8282. border-radius: 3px
  8283. }
  8284. .ui-dialog .ui-dialog-titlebar-close span
  8285. {
  8286. display: block;
  8287. margin: 1px 0 1px 1px
  8288. }
  8289. .ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus
  8290. {
  8291. }
  8292. .ui-dialog .ui-dialog-content
  8293. {
  8294. position: relative;
  8295. border: 0;
  8296. margin: 0 4px;
  8297. padding: 18px 24px;
  8298. background: none;
  8299. overflow: auto;
  8300. zoom: 1;
  8301. background-color: #f8f8f8;
  8302. border: solid #9e9e9e;
  8303. border-width: 0 1px
  8304. }
  8305. .ui-dialog .ui-dialog-buttonpane
  8306. {
  8307. text-align: left;
  8308. background-image: none;
  8309. margin: 0 4px;
  8310. border: 1px solid #9e9e9e;
  8311. border-top-color: #bcbcbc;
  8312. padding: 12px 21px;
  8313. background-color: #d2d2d2
  8314. }
  8315. .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
  8316. {
  8317. float: right
  8318. }
  8319. .ui-dialog .ui-dialog-buttonpane button
  8320. {
  8321. outline: none;
  8322. cursor: pointer
  8323. }
  8324. .ui-dialog .ui-dialog-buttonpane button+button
  8325. {
  8326. margin-left: 5px
  8327. }
  8328. .ui-dialog .ui-resizable-se
  8329. {
  8330. width: 14px;
  8331. height: 14px;
  8332. right: 7px;
  8333. bottom: 3px
  8334. }
  8335. .ui-draggable .ui-dialog-titlebar
  8336. {
  8337. cursor: move
  8338. }
  8339. .ui-menu
  8340. {
  8341. list-style: none;
  8342. padding: 2px;
  8343. margin: 0;
  8344. display: block;
  8345. outline: none;
  8346. background-color: #fff;
  8347. border: 1px solid #ccc
  8348. }
  8349. .ui-menu .ui-menu
  8350. {
  8351. margin-top: -3px;
  8352. position: absolute
  8353. }
  8354. .ui-menu .ui-menu-item
  8355. {
  8356. margin: 0;
  8357. padding: 0;
  8358. zoom: 1;
  8359. width: 100%
  8360. }
  8361. .ui-menu .ui-menu-divider
  8362. {
  8363. margin: 5px -2px 5px -2px;
  8364. height: 0;
  8365. font-size: 0;
  8366. line-height: 0;
  8367. border-width: 1px 0 0 0
  8368. }
  8369. .ui-menu .ui-menu-item a
  8370. {
  8371. text-decoration: none;
  8372. display: block;
  8373. padding: 2px .4em;
  8374. line-height: 1.5;
  8375. zoom: 1;
  8376. color: #333;
  8377. cursor: pointer;
  8378. font-weight: normal
  8379. }
  8380. .ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active
  8381. {
  8382. font-weight: normal
  8383. }
  8384. .ui-menu .ui-state-disabled
  8385. {
  8386. font-weight: normal
  8387. }
  8388. .ui-menu .ui-state-disabled a
  8389. {
  8390. cursor: default
  8391. }
  8392. .ui-menu-icons
  8393. {
  8394. position: relative
  8395. }
  8396. .ui-menu-icons .ui-menu-item a
  8397. {
  8398. position: relative;
  8399. padding-left: 2em
  8400. }
  8401. .ui-menu .ui-icon
  8402. {
  8403. position: absolute;
  8404. top: .2em;
  8405. left: .2em
  8406. }
  8407. .ui-menu .ui-menu-icon
  8408. {
  8409. position: static;
  8410. float: right
  8411. }
  8412. .ui-progressbar
  8413. {
  8414. height: 16px;
  8415. background-color: #a5a5a5;
  8416. overflow: hidden;
  8417. text-align: left;
  8418. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
  8419. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
  8420. box-shadow: inset 0 1px 2px rgba(0,0,0,0.5)
  8421. }
  8422. .ui-progressbar .ui-progressbar-value
  8423. {
  8424. height: 14px;
  8425. border: 1px solid;
  8426. border-color: rgba(0,0,0,0.1);
  8427. background: url(/css/jui/images/progressbar/ui-progressbar-value.png) repeat-x;
  8428. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  8429. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  8430. box-shadow: inset 0 1px 0 rgba(255,255,255,0.25)
  8431. }
  8432. .ui-resizable
  8433. {
  8434. position: relative
  8435. }
  8436. .ui-resizable-handle
  8437. {
  8438. position: absolute;
  8439. font-size: 0.1px;
  8440. display: block
  8441. }
  8442. .ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle
  8443. {
  8444. display: none
  8445. }
  8446. .ui-resizable-n
  8447. {
  8448. cursor: n-resize;
  8449. height: 7px;
  8450. width: 100%;
  8451. top: -5px;
  8452. left: 0
  8453. }
  8454. .ui-resizable-s
  8455. {
  8456. cursor: s-resize;
  8457. height: 7px;
  8458. width: 100%;
  8459. bottom: -5px;
  8460. left: 0
  8461. }
  8462. .ui-resizable-e
  8463. {
  8464. cursor: e-resize;
  8465. width: 7px;
  8466. right: -5px;
  8467. top: 0;
  8468. height: 100%
  8469. }
  8470. .ui-resizable-w
  8471. {
  8472. cursor: w-resize;
  8473. width: 7px;
  8474. left: -5px;
  8475. top: 0;
  8476. height: 100%
  8477. }
  8478. .ui-resizable-se
  8479. {
  8480. cursor: se-resize;
  8481. width: 12px;
  8482. height: 12px;
  8483. right: 1px;
  8484. bottom: 1px
  8485. }
  8486. .ui-resizable-sw
  8487. {
  8488. cursor: sw-resize;
  8489. width: 9px;
  8490. height: 9px;
  8491. left: -5px;
  8492. bottom: -5px
  8493. }
  8494. .ui-resizable-nw
  8495. {
  8496. cursor: nw-resize;
  8497. width: 9px;
  8498. height: 9px;
  8499. left: -5px;
  8500. top: -5px
  8501. }
  8502. .ui-resizable-ne
  8503. {
  8504. cursor: ne-resize;
  8505. width: 9px;
  8506. height: 9px;
  8507. right: -5px;
  8508. top: -5px
  8509. }
  8510. .ui-selectable-helper
  8511. {
  8512. position: absolute;
  8513. z-index: 100;
  8514. border: 1px dotted black
  8515. }
  8516. .ui-slider
  8517. {
  8518. position: relative;
  8519. text-align: left
  8520. }
  8521. .ui-slider .ui-slider-handle
  8522. {
  8523. position: absolute;
  8524. z-index: 2;
  8525. width: 18px;
  8526. height: 18px;
  8527. cursor: pointer;
  8528. background: url(/css/jui/images/slider/handle.png) no-repeat;
  8529. outline: none
  8530. }
  8531. .ui-slider .ui-slider-range
  8532. {
  8533. position: absolute;
  8534. z-index: 1;
  8535. display: block;
  8536. border: 0;
  8537. background-position: 0 0;
  8538. -webkit-border-radius: 4px;
  8539. -moz-border-radius: 4px;
  8540. border-radius: 4px
  8541. }
  8542. .ui-slider-horizontal
  8543. {
  8544. height: 6px;
  8545. background: url(/css/jui/images/slider/horizontal.png) repeat-x
  8546. }
  8547. .ui-slider-horizontal .ui-slider-handle
  8548. {
  8549. top: -6px;
  8550. margin-left: -9px
  8551. }
  8552. .ui-slider-horizontal .ui-slider-range
  8553. {
  8554. top: 0;
  8555. height: 100%;
  8556. background: url(/css/jui/images/slider/horizontal-range.png) repeat-x
  8557. }
  8558. .ui-slider-horizontal .ui-slider-range-min
  8559. {
  8560. left: 0
  8561. }
  8562. .ui-slider-horizontal .ui-slider-range-max
  8563. {
  8564. right: 0
  8565. }
  8566. .ui-slider-vertical
  8567. {
  8568. width: 6px;
  8569. height: 150px;
  8570. background: url(/css/jui/images/slider/vertical.png) repeat-y
  8571. }
  8572. .ui-slider-vertical .ui-slider-handle
  8573. {
  8574. left: -6px;
  8575. margin-left: 0;
  8576. margin-bottom: -9px
  8577. }
  8578. .ui-slider-vertical .ui-slider-range
  8579. {
  8580. left: 0;
  8581. width: 100%;
  8582. background: url(/css/jui/images/slider/vertical-range.png) repeat-y
  8583. }
  8584. .ui-slider-vertical .ui-slider-range-min
  8585. {
  8586. bottom: 0
  8587. }
  8588. .ui-slider-vertical .ui-slider-range-max
  8589. {
  8590. top: 0
  8591. }
  8592. .ui-spinner
  8593. {
  8594. position: relative;
  8595. display: inline-block;*
  8596. display: inline;*
  8597. zoom: 1;
  8598. overflow: hidden;
  8599. padding: 0;
  8600. width: 100%;
  8601. vertical-align: middle
  8602. }
  8603. .ui-spinner-input
  8604. {
  8605. border: none;
  8606. background: none;
  8607. padding: 0;
  8608. margin: 0;
  8609. vertical-align: middle;
  8610. width: 100%
  8611. }
  8612. .ui-spinner-button
  8613. {
  8614. width: 16px;
  8615. height: 50%;
  8616. font-size: .5em;
  8617. border: 1px solid #c5c5c5;
  8618. padding: 0;
  8619. margin: 0;
  8620. z-index: 100;
  8621. text-align: center;
  8622. position: absolute;
  8623. cursor: default;
  8624. display: block;
  8625. overflow: hidden;
  8626. right: 0
  8627. }
  8628. .ui-spinner a.ui-spinner-button.ui-spinner-up
  8629. {
  8630. border-bottom: 0
  8631. }
  8632. .ui-spinner a.ui-spinner-button.ui-spinner-down
  8633. {
  8634. border-top: 0
  8635. }
  8636. .ui-spinner .ui-icon
  8637. {
  8638. position: absolute;
  8639. margin-top: -8px;
  8640. top: 50%;
  8641. left: 0
  8642. }
  8643. .ui-spinner-up
  8644. {
  8645. top: 0
  8646. }
  8647. .ui-spinner-down
  8648. {
  8649. bottom: 0
  8650. }
  8651. span.ui-spinner
  8652. {
  8653. background: none
  8654. }
  8655. .ui-spinner .ui-icon-triangle-1-s
  8656. {
  8657. background-position: -65px -16px
  8658. }
  8659. .ui-tabs
  8660. {
  8661. position: relative;
  8662. zoom: 1
  8663. }
  8664. .ui-tabs .ui-tabs-nav
  8665. {
  8666. margin: 0;
  8667. background: url(/images/core/mws-panel-header-bg.png) repeat-x;
  8668. padding: 12px;
  8669. padding-bottom: 0
  8670. }
  8671. .ui-tabs .ui-tabs-nav li
  8672. {
  8673. list-style: none;
  8674. float: left;
  8675. position: relative;
  8676. top: 0;
  8677. margin: 0 .2em 1px 0;
  8678. border-bottom: 0;
  8679. padding: 0;
  8680. white-space: nowrap
  8681. }
  8682. .ui-tabs .ui-tabs-nav li a
  8683. {
  8684. float: left;
  8685. padding: 4px 1em 13px 1em;
  8686. text-decoration: none;
  8687. outline: none
  8688. }
  8689. .ui-tabs .ui-tabs-nav li.ui-tabs-active
  8690. {
  8691. margin-bottom: 0;
  8692. padding-bottom: 1px;
  8693. background-color: #f8f8f8
  8694. }
  8695. .ui-tabs .ui-tabs-nav li.ui-tabs-active a
  8696. {
  8697. color: #323232
  8698. }
  8699. .ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a
  8700. {
  8701. cursor: default
  8702. }
  8703. .ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a
  8704. {
  8705. cursor: pointer
  8706. }
  8707. .ui-tabs .ui-tabs-panel
  8708. {
  8709. display: block;
  8710. padding: 1em 2.2em;
  8711. background-color: #f8f8f8;
  8712. border: 1px solid #bcbcbc;
  8713. border-top: 0;
  8714. margin: 0 4px;
  8715. -webkit-border-radius: 0;
  8716. -moz-border-radius: 0;
  8717. border-radius: 0;
  8718. -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,0.15);
  8719. -moz-box-shadow: 0 3px 3px -2px rgba(0,0,0,0.15);
  8720. box-shadow: 0 3px 3px -2px rgba(0,0,0,0.15)
  8721. }
  8722. .ui-widget
  8723. {
  8724. ;*/;*/
  8725. }
  8726. .ui-widget .ui-widget
  8727. {
  8728. }
  8729. .ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
  8730. {
  8731. ;*/
  8732. }
  8733. .ui-widget-content
  8734. {
  8735. }
  8736. .ui-widget-content a
  8737. {
  8738. }
  8739. .ui-widget-header
  8740. {
  8741. }
  8742. .ui-widget-header a
  8743. {
  8744. }
  8745. .ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default
  8746. {
  8747. }
  8748. .ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited
  8749. {
  8750. }
  8751. .ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus
  8752. {
  8753. }
  8754. .ui-state-hover a,.ui-state-hover a:hover
  8755. {
  8756. }
  8757. .ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active
  8758. {
  8759. }
  8760. .ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited
  8761. {
  8762. }
  8763. .ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight
  8764. {
  8765. }
  8766. .ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a
  8767. {
  8768. }
  8769. .ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error
  8770. {
  8771. }
  8772. .ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a
  8773. {
  8774. }
  8775. .ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text
  8776. {
  8777. }
  8778. .ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary
  8779. {
  8780. }
  8781. .ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary
  8782. {
  8783. }
  8784. .ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled
  8785. {
  8786. }
  8787. .ui-icon
  8788. {
  8789. width: 16px;
  8790. height: 16px;
  8791. background-image: url(/css/jui/images/ui-icons.png)
  8792. }
  8793. .ui-widget-content .ui-icon
  8794. {
  8795. }
  8796. .ui-widget-header .ui-icon
  8797. {
  8798. }
  8799. .ui-state-default .ui-icon
  8800. {
  8801. }
  8802. .ui-state-hover .ui-icon,.ui-state-focus .ui-icon
  8803. {
  8804. }
  8805. .ui-state-active .ui-icon
  8806. {
  8807. }
  8808. .ui-state-highlight .ui-icon
  8809. {
  8810. }
  8811. .ui-state-error .ui-icon,.ui-state-error-text .ui-icon
  8812. {
  8813. }
  8814. .ui-icon-carat-1-n
  8815. {
  8816. background-position: 0 0
  8817. }
  8818. .ui-icon-carat-1-ne
  8819. {
  8820. background-position: -16px 0
  8821. }
  8822. .ui-icon-carat-1-e
  8823. {
  8824. background-position: -32px 0
  8825. }
  8826. .ui-icon-carat-1-se
  8827. {
  8828. background-position: -48px 0
  8829. }
  8830. .ui-icon-carat-1-s
  8831. {
  8832. background-position: -64px 0
  8833. }
  8834. .ui-icon-carat-1-sw
  8835. {
  8836. background-position: -80px 0
  8837. }
  8838. .ui-icon-carat-1-w
  8839. {
  8840. background-position: -96px 0
  8841. }
  8842. .ui-icon-carat-1-nw
  8843. {
  8844. background-position: -112px 0
  8845. }
  8846. .ui-icon-carat-2-n-s
  8847. {
  8848. background-position: -128px 0
  8849. }
  8850. .ui-icon-carat-2-e-w
  8851. {
  8852. background-position: -144px 0
  8853. }
  8854. .ui-icon-triangle-1-n
  8855. {
  8856. background-position: 0 -16px
  8857. }
  8858. .ui-icon-triangle-1-ne
  8859. {
  8860. background-position: -16px -16px
  8861. }
  8862. .ui-icon-triangle-1-e
  8863. {
  8864. background-position: -32px -16px
  8865. }
  8866. .ui-icon-triangle-1-se
  8867. {
  8868. background-position: -48px -16px
  8869. }
  8870. .ui-icon-triangle-1-s
  8871. {
  8872. background-position: -64px -16px
  8873. }
  8874. .ui-icon-triangle-1-sw
  8875. {
  8876. background-position: -80px -16px
  8877. }
  8878. .ui-icon-triangle-1-w
  8879. {
  8880. background-position: -96px -16px
  8881. }
  8882. .ui-icon-triangle-1-nw
  8883. {
  8884. background-position: -112px -16px
  8885. }
  8886. .ui-icon-triangle-2-n-s
  8887. {
  8888. background-position: -128px -16px
  8889. }
  8890. .ui-icon-triangle-2-e-w
  8891. {
  8892. background-position: -144px -16px
  8893. }
  8894. .ui-icon-arrow-1-n
  8895. {
  8896. background-position: 0 -32px
  8897. }
  8898. .ui-icon-arrow-1-ne
  8899. {
  8900. background-position: -16px -32px
  8901. }
  8902. .ui-icon-arrow-1-e
  8903. {
  8904. background-position: -32px -32px
  8905. }
  8906. .ui-icon-arrow-1-se
  8907. {
  8908. background-position: -48px -32px
  8909. }
  8910. .ui-icon-arrow-1-s
  8911. {
  8912. background-position: -64px -32px
  8913. }
  8914. .ui-icon-arrow-1-sw
  8915. {
  8916. background-position: -80px -32px
  8917. }
  8918. .ui-icon-arrow-1-w
  8919. {
  8920. background-position: -96px -32px
  8921. }
  8922. .ui-icon-arrow-1-nw
  8923. {
  8924. background-position: -112px -32px
  8925. }
  8926. .ui-icon-arrow-2-n-s
  8927. {
  8928. background-position: -128px -32px
  8929. }
  8930. .ui-icon-arrow-2-ne-sw
  8931. {
  8932. background-position: -144px -32px
  8933. }
  8934. .ui-icon-arrow-2-e-w
  8935. {
  8936. background-position: -160px -32px
  8937. }
  8938. .ui-icon-arrow-2-se-nw
  8939. {
  8940. background-position: -176px -32px
  8941. }
  8942. .ui-icon-arrowstop-1-n
  8943. {
  8944. background-position: -192px -32px
  8945. }
  8946. .ui-icon-arrowstop-1-e
  8947. {
  8948. background-position: -208px -32px
  8949. }
  8950. .ui-icon-arrowstop-1-s
  8951. {
  8952. background-position: -224px -32px
  8953. }
  8954. .ui-icon-arrowstop-1-w
  8955. {
  8956. background-position: -240px -32px
  8957. }
  8958. .ui-icon-arrowthick-1-n
  8959. {
  8960. background-position: 0 -48px
  8961. }
  8962. .ui-icon-arrowthick-1-ne
  8963. {
  8964. background-position: -16px -48px
  8965. }
  8966. .ui-icon-arrowthick-1-e
  8967. {
  8968. background-position: -32px -48px
  8969. }
  8970. .ui-icon-arrowthick-1-se
  8971. {
  8972. background-position: -48px -48px
  8973. }
  8974. .ui-icon-arrowthick-1-s
  8975. {
  8976. background-position: -64px -48px
  8977. }
  8978. .ui-icon-arrowthick-1-sw
  8979. {
  8980. background-position: -80px -48px
  8981. }
  8982. .ui-icon-arrowthick-1-w
  8983. {
  8984. background-position: -96px -48px
  8985. }
  8986. .ui-icon-arrowthick-1-nw
  8987. {
  8988. background-position: -112px -48px
  8989. }
  8990. .ui-icon-arrowthick-2-n-s
  8991. {
  8992. background-position: -128px -48px
  8993. }
  8994. .ui-icon-arrowthick-2-ne-sw
  8995. {
  8996. background-position: -144px -48px
  8997. }
  8998. .ui-icon-arrowthick-2-e-w
  8999. {
  9000. background-position: -160px -48px
  9001. }
  9002. .ui-icon-arrowthick-2-se-nw
  9003. {
  9004. background-position: -176px -48px
  9005. }
  9006. .ui-icon-arrowthickstop-1-n
  9007. {
  9008. background-position: -192px -48px
  9009. }
  9010. .ui-icon-arrowthickstop-1-e
  9011. {
  9012. background-position: -208px -48px
  9013. }
  9014. .ui-icon-arrowthickstop-1-s
  9015. {
  9016. background-position: -224px -48px
  9017. }
  9018. .ui-icon-arrowthickstop-1-w
  9019. {
  9020. background-position: -240px -48px
  9021. }
  9022. .ui-icon-arrowreturnthick-1-w
  9023. {
  9024. background-position: 0 -64px
  9025. }
  9026. .ui-icon-arrowreturnthick-1-n
  9027. {
  9028. background-position: -16px -64px
  9029. }
  9030. .ui-icon-arrowreturnthick-1-e
  9031. {
  9032. background-position: -32px -64px
  9033. }
  9034. .ui-icon-arrowreturnthick-1-s
  9035. {
  9036. background-position: -48px -64px
  9037. }
  9038. .ui-icon-arrowreturn-1-w
  9039. {
  9040. background-position: -64px -64px
  9041. }
  9042. .ui-icon-arrowreturn-1-n
  9043. {
  9044. background-position: -80px -64px
  9045. }
  9046. .ui-icon-arrowreturn-1-e
  9047. {
  9048. background-position: -96px -64px
  9049. }
  9050. .ui-icon-arrowreturn-1-s
  9051. {
  9052. background-position: -112px -64px
  9053. }
  9054. .ui-icon-arrowrefresh-1-w
  9055. {
  9056. background-position: -128px -64px
  9057. }
  9058. .ui-icon-arrowrefresh-1-n
  9059. {
  9060. background-position: -144px -64px
  9061. }
  9062. .ui-icon-arrowrefresh-1-e
  9063. {
  9064. background-position: -160px -64px
  9065. }
  9066. .ui-icon-arrowrefresh-1-s
  9067. {
  9068. background-position: -176px -64px
  9069. }
  9070. .ui-icon-arrow-4
  9071. {
  9072. background-position: 0 -80px
  9073. }
  9074. .ui-icon-arrow-4-diag
  9075. {
  9076. background-position: -16px -80px
  9077. }
  9078. .ui-icon-extlink
  9079. {
  9080. background-position: -32px -80px
  9081. }
  9082. .ui-icon-newwin
  9083. {
  9084. background-position: -48px -80px
  9085. }
  9086. .ui-icon-refresh
  9087. {
  9088. background-position: -64px -80px
  9089. }
  9090. .ui-icon-shuffle
  9091. {
  9092. background-position: -80px -80px
  9093. }
  9094. .ui-icon-transfer-e-w
  9095. {
  9096. background-position: -96px -80px
  9097. }
  9098. .ui-icon-transferthick-e-w
  9099. {
  9100. background-position: -112px -80px
  9101. }
  9102. .ui-icon-folder-collapsed
  9103. {
  9104. background-position: 0 -96px
  9105. }
  9106. .ui-icon-folder-open
  9107. {
  9108. background-position: -16px -96px
  9109. }
  9110. .ui-icon-document
  9111. {
  9112. background-position: -32px -96px
  9113. }
  9114. .ui-icon-document-b
  9115. {
  9116. background-position: -48px -96px
  9117. }
  9118. .ui-icon-note
  9119. {
  9120. background-position: -64px -96px
  9121. }
  9122. .ui-icon-mail-closed
  9123. {
  9124. background-position: -80px -96px
  9125. }
  9126. .ui-icon-mail-open
  9127. {
  9128. background-position: -96px -96px
  9129. }
  9130. .ui-icon-suitcase
  9131. {
  9132. background-position: -112px -96px
  9133. }
  9134. .ui-icon-comment
  9135. {
  9136. background-position: -128px -96px
  9137. }
  9138. .ui-icon-person
  9139. {
  9140. background-position: -144px -96px
  9141. }
  9142. .ui-icon-print
  9143. {
  9144. background-position: -160px -96px
  9145. }
  9146. .ui-icon-trash
  9147. {
  9148. background-position: -176px -96px
  9149. }
  9150. .ui-icon-locked
  9151. {
  9152. background-position: -192px -96px
  9153. }
  9154. .ui-icon-unlocked
  9155. {
  9156. background-position: -208px -96px
  9157. }
  9158. .ui-icon-bookmark
  9159. {
  9160. background-position: -224px -96px
  9161. }
  9162. .ui-icon-tag
  9163. {
  9164. background-position: -240px -96px
  9165. }
  9166. .ui-icon-home
  9167. {
  9168. background-position: 0 -112px
  9169. }
  9170. .ui-icon-flag
  9171. {
  9172. background-position: -16px -112px
  9173. }
  9174. .ui-icon-calendar
  9175. {
  9176. background-position: -32px -112px
  9177. }
  9178. .ui-icon-cart
  9179. {
  9180. background-position: -48px -112px
  9181. }
  9182. .ui-icon-pencil
  9183. {
  9184. background-position: -64px -112px
  9185. }
  9186. .ui-icon-clock
  9187. {
  9188. background-position: -80px -112px
  9189. }
  9190. .ui-icon-disk
  9191. {
  9192. background-position: -96px -112px
  9193. }
  9194. .ui-icon-calculator
  9195. {
  9196. background-position: -112px -112px
  9197. }
  9198. .ui-icon-zoomin
  9199. {
  9200. background-position: -128px -112px
  9201. }
  9202. .ui-icon-zoomout
  9203. {
  9204. background-position: -144px -112px
  9205. }
  9206. .ui-icon-search
  9207. {
  9208. background-position: -160px -112px
  9209. }
  9210. .ui-icon-wrench
  9211. {
  9212. background-position: -176px -112px
  9213. }
  9214. .ui-icon-gear
  9215. {
  9216. background-position: -192px -112px
  9217. }
  9218. .ui-icon-heart
  9219. {
  9220. background-position: -208px -112px
  9221. }
  9222. .ui-icon-star
  9223. {
  9224. background-position: -224px -112px
  9225. }
  9226. .ui-icon-link
  9227. {
  9228. background-position: -240px -112px
  9229. }
  9230. .ui-icon-cancel
  9231. {
  9232. background-position: 0 -128px
  9233. }
  9234. .ui-icon-plus
  9235. {
  9236. background-position: -16px -128px
  9237. }
  9238. .ui-icon-plusthick
  9239. {
  9240. background-position: -32px -128px
  9241. }
  9242. .ui-icon-minus
  9243. {
  9244. background-position: -48px -128px
  9245. }
  9246. .ui-icon-minusthick
  9247. {
  9248. background-position: -64px -128px
  9249. }
  9250. .ui-icon-close
  9251. {
  9252. background-position: -80px -128px
  9253. }
  9254. .ui-icon-closethick
  9255. {
  9256. background-position: -96px -128px
  9257. }
  9258. .ui-icon-key
  9259. {
  9260. background-position: -112px -128px
  9261. }
  9262. .ui-icon-lightbulb
  9263. {
  9264. background-position: -128px -128px
  9265. }
  9266. .ui-icon-scissors
  9267. {
  9268. background-position: -144px -128px
  9269. }
  9270. .ui-icon-clipboard
  9271. {
  9272. background-position: -160px -128px
  9273. }
  9274. .ui-icon-copy
  9275. {
  9276. background-position: -176px -128px
  9277. }
  9278. .ui-icon-contact
  9279. {
  9280. background-position: -192px -128px
  9281. }
  9282. .ui-icon-image
  9283. {
  9284. background-position: -208px -128px
  9285. }
  9286. .ui-icon-video
  9287. {
  9288. background-position: -224px -128px
  9289. }
  9290. .ui-icon-script
  9291. {
  9292. background-position: -240px -128px
  9293. }
  9294. .ui-icon-alert
  9295. {
  9296. background-position: 0 -144px
  9297. }
  9298. .ui-icon-info
  9299. {
  9300. background-position: -16px -144px
  9301. }
  9302. .ui-icon-notice
  9303. {
  9304. background-position: -32px -144px
  9305. }
  9306. .ui-icon-help
  9307. {
  9308. background-position: -48px -144px
  9309. }
  9310. .ui-icon-check
  9311. {
  9312. background-position: -64px -144px
  9313. }
  9314. .ui-icon-bullet
  9315. {
  9316. background-position: -80px -144px
  9317. }
  9318. .ui-icon-radio-on
  9319. {
  9320. background-position: -96px -144px
  9321. }
  9322. .ui-icon-radio-off
  9323. {
  9324. background-position: -112px -144px
  9325. }
  9326. .ui-icon-pin-w
  9327. {
  9328. background-position: -128px -144px
  9329. }
  9330. .ui-icon-pin-s
  9331. {
  9332. background-position: -144px -144px
  9333. }
  9334. .ui-icon-play
  9335. {
  9336. background-position: 0 -160px
  9337. }
  9338. .ui-icon-pause
  9339. {
  9340. background-position: -16px -160px
  9341. }
  9342. .ui-icon-seek-next
  9343. {
  9344. background-position: -32px -160px
  9345. }
  9346. .ui-icon-seek-prev
  9347. {
  9348. background-position: -48px -160px
  9349. }
  9350. .ui-icon-seek-end
  9351. {
  9352. background-position: -64px -160px
  9353. }
  9354. .ui-icon-seek-start
  9355. {
  9356. background-position: -80px -160px
  9357. }
  9358. .ui-icon-seek-first
  9359. {
  9360. background-position: -80px -160px
  9361. }
  9362. .ui-icon-stop
  9363. {
  9364. background-position: -96px -160px
  9365. }
  9366. .ui-icon-eject
  9367. {
  9368. background-position: -112px -160px
  9369. }
  9370. .ui-icon-volume-off
  9371. {
  9372. background-position: -128px -160px
  9373. }
  9374. .ui-icon-volume-on
  9375. {
  9376. background-position: -144px -160px
  9377. }
  9378. .ui-icon-power
  9379. {
  9380. background-position: 0 -176px
  9381. }
  9382. .ui-icon-signal-diag
  9383. {
  9384. background-position: -16px -176px
  9385. }
  9386. .ui-icon-signal
  9387. {
  9388. background-position: -32px -176px
  9389. }
  9390. .ui-icon-battery-0
  9391. {
  9392. background-position: -48px -176px
  9393. }
  9394. .ui-icon-battery-1
  9395. {
  9396. background-position: -64px -176px
  9397. }
  9398. .ui-icon-battery-2
  9399. {
  9400. background-position: -80px -176px
  9401. }
  9402. .ui-icon-battery-3
  9403. {
  9404. background-position: -96px -176px
  9405. }
  9406. .ui-icon-circle-plus
  9407. {
  9408. background-position: 0 -192px
  9409. }
  9410. .ui-icon-circle-minus
  9411. {
  9412. background-position: -16px -192px
  9413. }
  9414. .ui-icon-circle-close
  9415. {
  9416. background-position: -32px -192px
  9417. }
  9418. .ui-icon-circle-triangle-e
  9419. {
  9420. background-position: -48px -192px
  9421. }
  9422. .ui-icon-circle-triangle-s
  9423. {
  9424. background-position: -64px -192px
  9425. }
  9426. .ui-icon-circle-triangle-w
  9427. {
  9428. background-position: -80px -192px
  9429. }
  9430. .ui-icon-circle-triangle-n
  9431. {
  9432. background-position: -96px -192px
  9433. }
  9434. .ui-icon-circle-arrow-e
  9435. {
  9436. background-position: -112px -192px
  9437. }
  9438. .ui-icon-circle-arrow-s
  9439. {
  9440. background-position: -128px -192px
  9441. }
  9442. .ui-icon-circle-arrow-w
  9443. {
  9444. background-position: -144px -192px
  9445. }
  9446. .ui-icon-circle-arrow-n
  9447. {
  9448. background-position: -160px -192px
  9449. }
  9450. .ui-icon-circle-zoomin
  9451. {
  9452. background-position: -176px -192px
  9453. }
  9454. .ui-icon-circle-zoomout
  9455. {
  9456. background-position: -192px -192px
  9457. }
  9458. .ui-icon-circle-check
  9459. {
  9460. background-position: -208px -192px
  9461. }
  9462. .ui-icon-circlesmall-plus
  9463. {
  9464. background-position: 0 -208px
  9465. }
  9466. .ui-icon-circlesmall-minus
  9467. {
  9468. background-position: -16px -208px
  9469. }
  9470. .ui-icon-circlesmall-close
  9471. {
  9472. background-position: -32px -208px
  9473. }
  9474. .ui-icon-squaresmall-plus
  9475. {
  9476. background-position: -48px -208px
  9477. }
  9478. .ui-icon-squaresmall-minus
  9479. {
  9480. background-position: -64px -208px
  9481. }
  9482. .ui-icon-squaresmall-close
  9483. {
  9484. background-position: -80px -208px
  9485. }
  9486. .ui-icon-grip-dotted-vertical
  9487. {
  9488. background-position: 0 -224px
  9489. }
  9490. .ui-icon-grip-dotted-horizontal
  9491. {
  9492. background-position: -16px -224px
  9493. }
  9494. .ui-icon-grip-solid-vertical
  9495. {
  9496. background-position: -32px -224px
  9497. }
  9498. .ui-icon-grip-solid-horizontal
  9499. {
  9500. background-position: -48px -224px
  9501. }
  9502. .ui-icon-gripsmall-diagonal-se
  9503. {
  9504. background-position: -64px -224px
  9505. }
  9506. .ui-icon-grip-diagonal-se
  9507. {
  9508. background-position: -80px -224px
  9509. }
  9510. .ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl
  9511. {
  9512. -moz-border-radius-topleft: 4px;
  9513. -webkit-border-top-left-radius: 4px;
  9514. border-top-left-radius: 4px
  9515. }
  9516. .ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr
  9517. {
  9518. -moz-border-radius-topright: 4px;
  9519. -webkit-border-top-right-radius: 4px;
  9520. border-top-right-radius: 4px
  9521. }
  9522. .ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl
  9523. {
  9524. -moz-border-radius-bottomleft: 4px;
  9525. -webkit-border-bottom-left-radius: 4px;
  9526. border-bottom-left-radius: 4px
  9527. }
  9528. .ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br
  9529. {
  9530. -moz-border-radius-bottomright: 4px;
  9531. -webkit-border-bottom-right-radius: 4px;
  9532. border-bottom-right-radius: 4px
  9533. }
  9534. .ui-widget-overlay
  9535. {
  9536. background: #666;
  9537. opacity: 0.5;
  9538. filter: alpha(opacity=50)
  9539. }
  9540. .ui-widget-shadow
  9541. {
  9542. }
  9543. .ui-slider
  9544. {
  9545. position: relative
  9546. }
  9547. .ui-slider .ui-slider-handle-tooltip
  9548. {
  9549. max-width: 200px;
  9550. width: auto!important;
  9551. height: auto!important;
  9552. padding: 1px 6px;
  9553. color: #fff;
  9554. font-size: 11px;
  9555. z-index: 3;
  9556. position: absolute;
  9557. text-align: center;
  9558. text-decoration: none;
  9559. background-color: #111;
  9560. border: 1px solid #000;
  9561. -webkit-border-radius: 4px;
  9562. -moz-border-radius: 4px;
  9563. -o-border-radius: 4px;
  9564. border-radius: 4px;
  9565. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  9566. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  9567. -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  9568. box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
  9569. }
  9570. .ui-slider-horizontal .ui-slider-handle-tooltip
  9571. {
  9572. bottom: 100%;
  9573. margin-bottom: 10px;
  9574. z-index: 4
  9575. }
  9576. .ui-slider-horizontal .ui-slider-handle-tooltip:before
  9577. {
  9578. content: '';
  9579. border: 4px solid transparent;
  9580. width: 0;
  9581. height: 0;
  9582. border-top-color: #111;
  9583. position: absolute;
  9584. bottom: -8px;
  9585. left: 50%;
  9586. margin-left: -4px;
  9587. z-index: 181
  9588. }
  9589. .ui-slider-horizontal .ui-slider-ticks
  9590. {
  9591. position: relative;
  9592. top: 100%;
  9593. padding-top: 8px
  9594. }
  9595. .ui-slider-horizontal .ui-slider-ticks span
  9596. {
  9597. position: absolute;
  9598. height: 5px;
  9599. border-left: 1px solid #666;
  9600. font-size: 0
  9601. }
  9602. .ui-slider-horizontal .ui-slider-ticks span ins
  9603. {
  9604. float: left;
  9605. margin-left: -50%;
  9606. color: #666;
  9607. position: relative;
  9608. top: 100%;
  9609. font-size: 9px;
  9610. text-decoration: none
  9611. }
  9612. .ui-slider-vertical .ui-slider-handle-tooltip
  9613. {
  9614. right: 100%;
  9615. margin-right: 9px
  9616. }
  9617. .ui-slider-vertical .ui-slider-handle-tooltip:before
  9618. {
  9619. content: ' ';
  9620. border: 4px solid transparent;
  9621. width: 0;
  9622. height: 0;
  9623. border-left-color: #111;
  9624. position: absolute;
  9625. bottom: 50%;
  9626. margin-bottom: -4px;
  9627. right: -8px
  9628. }
  9629. .ui-slider-vertical .ui-slider-ticks
  9630. {
  9631. position: relative;
  9632. z-index: 3;
  9633. left: 100%;
  9634. height: 100%;
  9635. margin-left: 5px
  9636. }
  9637. .ui-slider-vertical .ui-slider-ticks span
  9638. {
  9639. position: absolute;
  9640. display: inline-block;*
  9641. display: inline;*
  9642. zoom: 1;
  9643. width: 5px;
  9644. padding-top: 4px;
  9645. border-bottom: 1px solid #999;
  9646. font-size: 0
  9647. }
  9648. .ui-slider-vertical .ui-slider-ticks span ins
  9649. {
  9650. position: absolute;
  9651. color: #999;
  9652. left: 10px;
  9653. top: 0;
  9654. line-height: 1;
  9655. font-size: 9px;
  9656. text-decoration: none
  9657. }
  9658. .ui-progressbar .ui-progressbar-value span
  9659. {
  9660. font-size: 11px;
  9661. line-height: 14px;
  9662. vertical-align: top
  9663. }
  9664. .ui-progressbar .ui-progressbar-value
  9665. {
  9666. text-align: center
  9667. }
  9668. body,#mws-container
  9669. {
  9670. background-image: url('/images/core/bg/stripes.png')
  9671. }
  9672. #mws-sidebar,#mws-sidebar-bg,#mws-header,.mws-panel .mws-panel-header,#mws-login,#mws-login .mws-login-lock,.ui-accordion .ui-accordion-header,.ui-tabs .ui-tabs-nav,.ui-datepicker,.fc-event-skin,.ui-dialog .ui-dialog-titlebar,.jGrowl .jGrowl-notification,.jGrowl .jGrowl-closer,#mws-user-tools .mws-dropdown-menu .mws-dropdown-box,#mws-user-tools .mws-dropdown-menu.open .mws-dropdown-trigger
  9673. {
  9674. background-color: #202020
  9675. }
  9676. #mws-header
  9677. {
  9678. border-color: #0076c0
  9679. }
  9680. .mws-panel .mws-panel-header span,#mws-navigation ul li.active a,#mws-navigation ul li.active span,#mws-user-tools #mws-username,#mws-navigation ul li .mws-nav-tooltip,#mws-user-tools #mws-user-info #mws-user-functions #mws-username,.ui-dialog .ui-dialog-title,.ui-state-default,.ui-state-active,.ui-state-hover,.ui-state-focus,.ui-state-default a,.ui-state-active a,.ui-state-hover a,.ui-state-focus a
  9681. {
  9682. color: #2098E3;
  9683. text-shadow: 0 0 6px rgba(157,224,245,0)
  9684. }
  9685. #mws-searchbox .mws-search-submit,.mws-panel .mws-panel-header .mws-collapse-button span,.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous,.dataTables_wrapper .dataTables_paginate .paginate_enabled_previous,.dataTables_wrapper .dataTables_paginate .paginate_disabled_next,.dataTables_wrapper .dataTables_paginate .paginate_enabled_next,.dataTables_wrapper .dataTables_paginate .paginate_active,.mws-table tbody tr.odd:hover td,.mws-table tbody tr.even:hover td,.ui-slider-horizontal .ui-slider-range,.ui-slider-vertical .ui-slider-range,.ui-progressbar .ui-progressbar-value,.ui-datepicker td.ui-datepicker-current-day,.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next,.ui-accordion-header .ui-accordion-header-icon,.ui-dialog-titlebar-close
  9686. {
  9687. background-color: #0076c0
  9688. }
Add Comment
Please, Sign In to add comment