processOld.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896
  1. body {
  2. font: 14px/1.5 Tahoma, Arial, "\5b8b\4f53", sans-serif;
  3. }
  4. .circle {
  5. width: 20px;
  6. height: 20px;
  7. padding: 0 5px;
  8. border: 1px solid #f5f5f5;
  9. border-radius: 500px;
  10. }
  11. .round {
  12. border-radius: 28px;
  13. padding: 1px 5px;
  14. line-height: 1.5;
  15. color: #27ad60;
  16. background-color: #fff;
  17. border: 1px solid #27ad60;
  18. }
  19. .line {
  20. color: #27ad60;
  21. background-color: #fff;
  22. border: 1px solid #27ad60;
  23. padding: 1px 5px;
  24. }
  25. .text-lg {
  26. font-size: 18px;
  27. }
  28. .text-xl {
  29. font-size: 26px;
  30. }
  31. .text-error {
  32. color: #f50 !important;
  33. }
  34. .radio-inline,.radio-inline+.radio-inline {
  35. margin-top: 0;
  36. margin-left: 0;
  37. margin-right: 10px;
  38. }
  39. .input-xs {
  40. height: 26px;
  41. padding: 2px 5px;
  42. font-size: 12px;
  43. line-height: 1.5;
  44. border-radius: 3px;
  45. }
  46. .btn-simple {
  47. border: none;
  48. }
  49. .form-control-feedback {
  50. top: 0;
  51. color: #777;
  52. }
  53. /*top*/
  54. #top {
  55. font-family: "microsoft yahei";
  56. background-color: #fff;
  57. color: #27ad60;
  58. padding-bottom: 10px;
  59. padding-top: 10px;
  60. border-bottom: 2px solid #27ad60;
  61. width: 100%;
  62. background-color: #fff;
  63. border-bottom: 2px solid #27ad60;
  64. }
  65. #top .title {
  66. font-size: 26px;
  67. background-color: #fff;
  68. text-align: center;
  69. position: relative;
  70. height: 30px;
  71. }
  72. #top .title .text {
  73. position: absolute;
  74. top: 0;
  75. left: 50%;
  76. margin-left: -100px;
  77. margin-top: -4px;
  78. background-color: #fff;
  79. padding: 0 10px;
  80. z-index: 10;
  81. }
  82. #top .title:after,#top .title:before {
  83. background-color: #458A55;
  84. content: "";
  85. height: 1px;
  86. position: absolute;
  87. top: 15px;
  88. width: 50%;
  89. }
  90. #top .title:after {
  91. background-image: -webkit-gradient(linear, left top, right top, from(#458A55),
  92. to(#fff));
  93. background-image: -webkit-linear-gradient(left, #458A55, #fff);
  94. background-image: -moz-linear-gradient(left, #458A55, #fff);
  95. background-image: -ms-linear-gradient(left, #458A55, #fff);
  96. background-image: -o-linear-gradient(left, #458A55, #fff);
  97. background-image: linear-gradient(left, #458A55, #fff);
  98. right: 0;
  99. }
  100. #top .title:before {
  101. background-image: -webkit-gradient(linear, right top, left top, from(#458A55),
  102. to(#fff));
  103. background-image: -webkit-linear-gradient(right, #458A55, #fff);
  104. background-image: -moz-linear-gradient(right, #458A55, #fff);
  105. background-image: -ms-linear-gradient(right, #458A55, #fff);
  106. background-image: -o-linear-gradient(right, #458A55, #fff);
  107. background-image: linear-gradient(right, #458A55, #fff);
  108. left: 0;
  109. }
  110. #top .info {
  111. margin-top: 10px;
  112. margin-bottom: 0;
  113. }
  114. /*deal*/
  115. #deal {
  116. width: 100%;
  117. background-color: #fff;
  118. padding-top: 10px;
  119. padding-bottom: 10px;
  120. }
  121. #deal .form {
  122. padding-bottom: 5px;
  123. font-family: "\5FAE\8F6F\96C5\9ED1";
  124. }
  125. #deal .line {
  126. color: #27ad60;
  127. border-color: #27ad60;
  128. font-weight: 700;
  129. height: 35px;
  130. }
  131. #deal .line:hover,#deal .line:active {
  132. color: #F7A947 !important;
  133. border-color: #F7A947;
  134. background-color: #fff;
  135. }
  136. .list-group {
  137. margin-bottom: 5px;
  138. }
  139. .list-group-item {
  140. padding: 6px 15px;
  141. }
  142. #deal .list-group-item .pull-right {
  143. margin-top: -4px;
  144. }
  145. /*bill*/
  146. #bill {
  147. width: 100%;
  148. padding-top: 18px;
  149. padding-bottom: 10px;
  150. min-height: 60px;
  151. background-color: #fff;
  152. position: relative;
  153. box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075), 0 2px 2px
  154. rgba(0, 0, 0, .075);
  155. border-top: 1px solid #d2d2d2;
  156. border-bottom: 1px solid #d2d2d2;
  157. }
  158. #bill .title {
  159. position: relative;
  160. border-top: 2px dotted #27ad60;
  161. padding-top: 20px;
  162. }
  163. #bill .title .text {
  164. position: absolute;
  165. top: -13px;
  166. width: 120px;
  167. background: #fff;
  168. margin: 0 auto;
  169. text-align: center;
  170. font-size: 18px;
  171. color: #ffb433;
  172. }
  173. #bill .title .text.left {
  174. left: 25px;
  175. }
  176. #bill .title .text.right {
  177. right: 25px;
  178. }
  179. .nav-tabs>li {
  180. border-top: 2px solid #eee;
  181. cursor: pointer;
  182. }
  183. .nav-tabs {
  184. border: 0;
  185. }
  186. .nav-tabs>li {
  187. background: #f0f0f0;
  188. border-bottom: 1px solid #e2e2e2;
  189. border-right: 1px solid #e2e2e2;
  190. }
  191. .nav-tabs.nav-justified>li:last-child {
  192. border-right: none;
  193. }
  194. .nav-tabs>li>a,.nav-tabs.nav-justified>li>a {
  195. padding: 5px 8px;
  196. margin-bottom: 0;
  197. border-radius: 0;
  198. border: none;
  199. color: #666;
  200. border-radius: 0;
  201. }
  202. .nav-tabs>li.active {
  203. border-bottom-color: #fff;
  204. border-top: 2px solid #27ad60;
  205. }
  206. .nav-tabs>li>a:hover,.nav-tabs>li>a:focus,.nav-tabs>li>a:active,.nav-tabs>li.active>a
  207. {
  208. color: #27ad60 !important;
  209. font-weight: bold;
  210. }
  211. .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus
  212. {
  213. border: none;
  214. cursor: pointer;
  215. }
  216. .nav-tabs.nav-justified>li>a {
  217. white-space: nowrap;
  218. width: 100%;
  219. float: left;
  220. margin: 0;
  221. }
  222. /*replace nav-justified, due to nav-justified not useful in some device*/
  223. .justified {
  224. display: table;
  225. width: 100%;
  226. }
  227. .justified>li {
  228. display: table-cell;
  229. float: none;
  230. }
  231. .justified>li>a {
  232. float: left;
  233. width: 100%;
  234. text-align: center;
  235. vertical-align: middle;
  236. padding: 5px 8px;
  237. white-space: nowrap;
  238. }
  239. @media ( min-width : 120px) {
  240. .nav-tabs.nav-justified>li {
  241. display: table-cell;
  242. width: 1%;
  243. }
  244. .dl-horizontal dt {
  245. float: left;
  246. width: 110px;
  247. overflow: hidden;
  248. clear: left;
  249. text-align: right;
  250. text-overflow: ellipsis;
  251. white-space: nowrap;
  252. }
  253. .dl-horizontal dt:after {
  254. content: ':'
  255. }
  256. .dl-horizontal dd {
  257. margin-left: 130px;
  258. }
  259. }
  260. .tab-content {
  261. margin-top: 6px;
  262. }
  263. /*ex deals*/
  264. #ex {
  265. display: none;
  266. margin-bottom: 10px;
  267. border-bottom: 1px solid #d2d2d2;
  268. position: relative;
  269. }
  270. #ex .btn-circle {
  271. border-radius: 500px;
  272. padding: 4px 7px;
  273. background-color: #fff;
  274. border: 1px solid #ccc;
  275. color: #777;
  276. margin-right: 10px;
  277. }
  278. #ex .btn.active {
  279. border-color: #ffb433;
  280. color: #ffb433;
  281. font-size: 23px;
  282. padding: 4px 9px;
  283. }
  284. #bill-detail {
  285. position: relative;
  286. overflow-y: auto;
  287. }
  288. .table .special {
  289. background-color: #f9f9f9;
  290. }
  291. .dropdown-menu {
  292. width: 100%;
  293. border-radius: 0;
  294. margin-top: 0;
  295. padding-top: 1px;
  296. border-top: none;
  297. }
  298. .dropdown-menu .list-group>.list-group-item {
  299. border-radius: 0;
  300. border-left: none;
  301. border-right: none;
  302. position: relative;
  303. }
  304. .dropdown-menu .list-group>.list-group-item .left {
  305. display: inline-block;
  306. width: 45%;
  307. overflow: hidden;
  308. }
  309. .dropdown-menu .list-group>.list-group-item .right {
  310. position: absolute;
  311. top: 6px;
  312. left: 50%;
  313. display: inline-block;
  314. width: 50%;
  315. overflow: hidden;
  316. }
  317. /*history*/
  318. #history {
  319. background: url("img/line-fx.png") repeat-y;
  320. background-position: bottom center;
  321. }
  322. #history>ul {
  323. margin-left: 0;
  324. }
  325. #history>ul>li {
  326. width: 100%;
  327. margin-top: 5px;
  328. padding: 5px 10px;
  329. border: 1px solid #eee;
  330. border-radius: 4px;
  331. position: relative;
  332. background: #fff;
  333. }
  334. #history>ul>li:first-child {
  335. margin-top: 0;
  336. }
  337. #history blockquote {
  338. font-size: 100%;
  339. margin-bottom: 5px;
  340. }
  341. .text-top {
  342. position: absolute;
  343. top: 0;
  344. right: 0;
  345. padding: 2px 10px;
  346. border: 1px solid #eee;
  347. border-width: 0 0 1px 1px;
  348. border-radius: 0 0 0 4px;
  349. color: #27ad60;
  350. }
  351. .text-trans {
  352. position: absolute;
  353. top: 20px;
  354. right: 60px;
  355. background-color: #fff;
  356. border: 1px solid;
  357. padding: 3px 14px;
  358. font-size: 18px;
  359. font-family: "LiShu";
  360. border-radius: 10px;
  361. -moz-transform: rotate(-10deg);
  362. -webkit-transform: rotate(-10deg);
  363. -o-transform: rotate(-10deg);
  364. transform: rotate(-10deg);
  365. border-radius: 10px;
  366. opacity: 0.7;
  367. }
  368. .text-trans.success {
  369. color: #ffb433;
  370. border-color: #ffb433;
  371. }
  372. .text-trans.error {
  373. color: #d44950;
  374. border-color: #d44950;
  375. }
  376. .text-trans.warning {
  377. color: #7f64b5;
  378. border-color: #7f64b5;
  379. }
  380. .highlight {
  381. margin: -10px -10px -5px -10px;
  382. padding: 9px 14px;
  383. background-color: #f7f7f9;
  384. border-top: 1px solid #eee;
  385. }
  386. /*"relative"*/
  387. #relative {
  388. width: 100%;
  389. padding-top: 18px;
  390. padding-bottom: 10px;
  391. min-height: 60px;
  392. background-color: #fff;
  393. }
  394. #relative .title {
  395. position: relative;
  396. border-top: 2px dotted #27ad60;
  397. padding-top: 20px;
  398. }
  399. #relative .title .text {
  400. position: absolute;
  401. left: 25px;
  402. top: -13px;
  403. width: 120px;
  404. background: #fff;
  405. margin: 0 auto;
  406. text-align: center;
  407. font-size: 18px;
  408. color: #7f64b5;
  409. }
  410. .btn-inverse {
  411. background-color: #fff;
  412. border: 1px solid #7f64b5;
  413. color: #7f64b5;
  414. font-weight: 700;
  415. }
  416. .btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active {
  417. background-color: #7f64b5;
  418. color: #fff;
  419. }
  420. .empty {
  421. background: url("img/sad.png") no-repeat;
  422. background-color: #fff;
  423. width: 51px;
  424. height: 31px;
  425. margin: 25px auto;
  426. }
  427. /*modal*/
  428. @media ( min-width : 120px) {
  429. .modal-dialog {
  430. margin: 18% auto;
  431. width: 80%;
  432. }
  433. }
  434. /*loading*/
  435. .loading-container {
  436. width: 160px;
  437. height: 56px;
  438. position: absolute;
  439. display: none;
  440. top: 50%;
  441. left: 50%;
  442. margin-left: -80px;
  443. line-height: 56px;
  444. color: #fff;
  445. padding-left: 60px;
  446. font-size: 15px;
  447. font-family: "YouYuan";
  448. background: #000 url(img/loading.gif) no-repeat 10px 50%;
  449. opacity: 0.7;
  450. z-index: 99999999;
  451. -moz-border-radius: 20px;
  452. -webkit-border-radius: 20px;
  453. border-radius: 20px;
  454. filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  455. }
  456. .loading-container:before,.loading-container:after {
  457. content: " ";
  458. position: absolute;
  459. top: 0;
  460. left: 0;
  461. right: 0;
  462. bottom: 0;
  463. min-height: 50px;
  464. min-width: 50px;
  465. }
  466. .loading-container:before {
  467. background-color: white;
  468. opacity: 0.5;
  469. }
  470. /*switch*/
  471. .has-switch {
  472. display: inline-block;
  473. cursor: pointer;
  474. -webkit-border-radius: 5px;
  475. -moz-border-radius: 5px;
  476. border-radius: 5px;
  477. border: 1px solid;
  478. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  479. position: relative;
  480. text-align: left;
  481. overflow: hidden;
  482. line-height: 8px;
  483. -webkit-user-select: none;
  484. -moz-user-select: none;
  485. -ms-user-select: none;
  486. -o-user-select: none;
  487. user-select: none;
  488. min-width: 100px;
  489. }
  490. .has-switch.switch-mini {
  491. min-width: 72px;
  492. }
  493. .has-switch.switch-small {
  494. min-width: 80px;
  495. }
  496. .has-switch.switch-large {
  497. min-width: 120px;
  498. }
  499. .has-switch.deactivate {
  500. opacity: 0.5;
  501. filter: alpha(opacity = 50);
  502. cursor: default !important;
  503. }
  504. .has-switch.deactivate label,.has-switch.deactivate span {
  505. cursor: default !important;
  506. }
  507. .has-switch>div {
  508. display: inline-block;
  509. width: 150%;
  510. position: relative;
  511. top: 0;
  512. }
  513. .has-switch>div.switch-animate {
  514. -webkit-transition: left 0.3s;
  515. -moz-transition: left 0.3s;
  516. -o-transition: left 0.3s;
  517. transition: left 0.3s;
  518. }
  519. .has-switch>div.switch-off {
  520. left: -50%;
  521. }
  522. .has-switch>div.switch-on {
  523. left: 0%;
  524. }
  525. .has-switch input[type=checkbox] {
  526. display: none;
  527. }
  528. .has-switch span,.has-switch label {
  529. -webkit-box-sizing: border-box;
  530. -moz-box-sizing: border-box;
  531. box-sizing: border-box;
  532. cursor: pointer;
  533. position: relative;
  534. display: inline-block;
  535. height: 100%;
  536. padding-bottom: 4px;
  537. padding-top: 4px;
  538. font-size: 14px;
  539. line-height: 20px;
  540. float: left;
  541. }
  542. .has-switch span.switch-mini,.has-switch label.switch-mini {
  543. padding-bottom: 4px;
  544. padding-top: 4px;
  545. font-size: 10px;
  546. line-height: 9px;
  547. }
  548. .has-switch span.switch-small,.has-switch label.switch-small {
  549. padding-bottom: 3px;
  550. padding-top: 3px;
  551. font-size: 12px;
  552. line-height: 18px;
  553. }
  554. .has-switch span.switch-large,.has-switch label.switch-large {
  555. padding-bottom: 9px;
  556. padding-top: 9px;
  557. font-size: 16px;
  558. line-height: normal;
  559. }
  560. .has-switch label {
  561. text-align: center;
  562. margin-top: -1px;
  563. margin-bottom: -1px;
  564. z-index: 100;
  565. width: 38%;
  566. border-left: 1px solid #cccccc;
  567. border-right: 1px solid #cccccc;
  568. color: #ffffff;
  569. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  570. background-color: #f5f5f5;
  571. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  572. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
  573. to(#e6e6e6));
  574. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  575. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  576. background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  577. background-repeat: repeat-x;
  578. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
  579. endColorstr='#ffe6e6e6', GradientType=0);
  580. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  581. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  582. *background-color: #e6e6e6;
  583. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  584. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  585. z-index: 100;
  586. }
  587. .has-switch label:hover,.has-switch label:focus,.has-switch label:active,.has-switch label.active,.has-switch label.disabled,.has-switch label[disabled]
  588. {
  589. color: #ffffff;
  590. background-color: #e6e6e6;
  591. *background-color: #d9d9d9;
  592. }
  593. .has-switch label:active,.has-switch label.active {
  594. background-color: #cccccc \9;
  595. }
  596. .has-switch label i {
  597. color: #000;
  598. text-shadow: 0 1px 0 #fff;
  599. line-height: 18px;
  600. pointer-events: none;
  601. }
  602. .has-switch span {
  603. text-align: center;
  604. z-index: 1;
  605. width: 31%;
  606. }
  607. .has-switch span.switch-left {
  608. -webkit-border-top-left-radius: 4px;
  609. -moz-border-radius-topleft: 4px;
  610. border-top-left-radius: 4px;
  611. -webkit-border-bottom-left-radius: 4px;
  612. -moz-border-radius-bottomleft: 4px;
  613. border-bottom-left-radius: 4px;
  614. }
  615. .has-switch span.switch-right {
  616. color: #333333;
  617. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  618. background-color: #f0f0f0;
  619. background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  620. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6),
  621. to(#ffffff));
  622. background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  623. background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  624. background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  625. background-repeat: repeat-x;
  626. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6',
  627. endColorstr='#ffffffff', GradientType=0);
  628. border-color: #ffffff #ffffff #d9d9d9;
  629. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  630. *background-color: #ffffff;
  631. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  632. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  633. }
  634. .has-switch span.switch-right:hover,.has-switch span.switch-right:focus,.has-switch span.switch-right:active,.has-switch span.switch-right.active,.has-switch span.switch-right.disabled,.has-switch span.switch-right[disabled]
  635. {
  636. color: #333333;
  637. background-color: #ffffff;
  638. *background-color: #f2f2f2;
  639. }
  640. .has-switch span.switch-right:active,.has-switch span.switch-right.active
  641. {
  642. background-color: #e6e6e6 \9;
  643. }
  644. .has-switch span.switch-primary,.has-switch span.switch-left {
  645. color: #ffffff;
  646. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  647. background-color: #005fcc;
  648. background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
  649. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0044cc),
  650. to(#0088cc));
  651. background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
  652. background-image: -o-linear-gradient(top, #0044cc, #0088cc);
  653. background-image: linear-gradient(to bottom, #0044cc, #0088cc);
  654. background-repeat: repeat-x;
  655. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc',
  656. endColorstr='#ff0088cc', GradientType=0);
  657. border-color: #0088cc #0088cc #005580;
  658. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  659. *background-color: #0088cc;
  660. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  661. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  662. }
  663. .has-switch span.switch-primary:hover,.has-switch span.switch-left:hover,.has-switch span.switch-primary:focus,.has-switch span.switch-left:focus,.has-switch span.switch-primary:active,.has-switch span.switch-left:active,.has-switch span.switch-primary.active,.has-switch span.switch-left.active,.has-switch span.switch-primary.disabled,.has-switch span.switch-left.disabled,.has-switch span.switch-primary[disabled],.has-switch span.switch-left[disabled]
  664. {
  665. color: #ffffff;
  666. background-color: #0088cc;
  667. *background-color: #0077b3;
  668. }
  669. .has-switch span.switch-primary:active,.has-switch span.switch-left:active,.has-switch span.switch-primary.active,.has-switch span.switch-left.active
  670. {
  671. background-color: #006699 \9;
  672. }
  673. .has-switch span.switch-info {
  674. color: #ffffff;
  675. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  676. background-color: #41a7c5;
  677. background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
  678. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4),
  679. to(#5bc0de));
  680. background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  681. background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
  682. background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  683. background-repeat: repeat-x;
  684. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4',
  685. endColorstr='#ff5bc0de', GradientType=0);
  686. border-color: #5bc0de #5bc0de #28a1c5;
  687. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  688. *background-color: #5bc0de;
  689. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  690. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  691. }
  692. .has-switch span.switch-info:hover,.has-switch span.switch-info:focus,.has-switch span.switch-info:active,.has-switch span.switch-info.active,.has-switch span.switch-info.disabled,.has-switch span.switch-info[disabled]
  693. {
  694. color: #ffffff;
  695. background-color: #5bc0de;
  696. *background-color: #46b8da;
  697. }
  698. .has-switch span.switch-info:active,.has-switch span.switch-info.active
  699. {
  700. background-color: #31b0d5 \9;
  701. }
  702. .has-switch span.switch-success {
  703. color: #ffffff;
  704. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  705. background-color: #58b058;
  706. background-image: -moz-linear-gradient(top, #51a351, #62c462);
  707. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351),
  708. to(#62c462));
  709. background-image: -webkit-linear-gradient(top, #51a351, #62c462);
  710. background-image: -o-linear-gradient(top, #51a351, #62c462);
  711. background-image: linear-gradient(to bottom, #51a351, #62c462);
  712. background-repeat: repeat-x;
  713. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351',
  714. endColorstr='#ff62c462', GradientType=0);
  715. border-color: #62c462 #62c462 #3b9e3b;
  716. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  717. *background-color: #62c462;
  718. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  719. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  720. }
  721. .has-switch span.switch-success:hover,.has-switch span.switch-success:focus,.has-switch span.switch-success:active,.has-switch span.switch-success.active,.has-switch span.switch-success.disabled,.has-switch span.switch-success[disabled]
  722. {
  723. color: #ffffff;
  724. background-color: #62c462;
  725. *background-color: #4fbd4f;
  726. }
  727. .has-switch span.switch-success:active,.has-switch span.switch-success.active
  728. {
  729. background-color: #42b142 \9;
  730. }
  731. .has-switch span.switch-warning {
  732. color: #ffffff;
  733. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  734. background-color: #f9a123;
  735. background-image: -moz-linear-gradient(top, #f89406, #fbb450);
  736. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406),
  737. to(#fbb450));
  738. background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
  739. background-image: -o-linear-gradient(top, #f89406, #fbb450);
  740. background-image: linear-gradient(to bottom, #f89406, #fbb450);
  741. background-repeat: repeat-x;
  742. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406',
  743. endColorstr='#fffbb450', GradientType=0);
  744. border-color: #fbb450 #fbb450 #f89406;
  745. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  746. *background-color: #fbb450;
  747. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  748. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  749. }
  750. .has-switch span.switch-warning:hover,.has-switch span.switch-warning:focus,.has-switch span.switch-warning:active,.has-switch span.switch-warning.active,.has-switch span.switch-warning.disabled,.has-switch span.switch-warning[disabled]
  751. {
  752. color: #ffffff;
  753. background-color: #fbb450;
  754. *background-color: #faa937;
  755. }
  756. .has-switch span.switch-warning:active,.has-switch span.switch-warning.active
  757. {
  758. background-color: #fa9f1e \9;
  759. }
  760. .has-switch span.switch-danger {
  761. color: #ffffff;
  762. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  763. background-color: #d14641;
  764. background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
  765. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f),
  766. to(#ee5f5b));
  767. background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  768. background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
  769. background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  770. background-repeat: repeat-x;
  771. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f',
  772. endColorstr='#ffee5f5b', GradientType=0);
  773. border-color: #ee5f5b #ee5f5b #e51d18;
  774. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  775. *background-color: #ee5f5b;
  776. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  777. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  778. }
  779. .has-switch span.switch-danger:hover,.has-switch span.switch-danger:focus,.has-switch span.switch-danger:active,.has-switch span.switch-danger.active,.has-switch span.switch-danger.disabled,.has-switch span.switch-danger[disabled]
  780. {
  781. color: #ffffff;
  782. background-color: #ee5f5b;
  783. *background-color: #ec4844;
  784. }
  785. .has-switch span.switch-danger:active,.has-switch span.switch-danger.active
  786. {
  787. background-color: #e9322d \9;
  788. }
  789. #em_search {
  790. max-height: 200px;
  791. overflow-y: auto;
  792. }