task.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918
  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: 36px;
  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-header {
  261. margin-bottom: 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. .table {
  292. margin-bottom: 10px;
  293. }
  294. .record {
  295. border: 1px solid #CCCCCC;
  296. border-radius: 2px;
  297. padding: 5px;
  298. margin-bottom: 5px;
  299. }
  300. .recorder {
  301. color: #27ad60;
  302. font-size: 15px;
  303. font-weight: bold;
  304. }
  305. .recorddate {
  306. font-size: 10px;
  307. font-weight: normal;;
  308. }
  309. .record-content {
  310. font-size: 12px;
  311. padding-left: 20px;
  312. }
  313. .dropdown-menu {
  314. width: 100%;
  315. border-radius: 0;
  316. margin-top: 0;
  317. padding-top: 1px;
  318. border-top: none;
  319. }
  320. .dropdown-menu .list-group>.list-group-item {
  321. border-radius: 0;
  322. border-left: none;
  323. border-right: none;
  324. position: relative;
  325. }
  326. .dropdown-menu .list-group>.list-group-item .right {
  327. position: absolute;
  328. top: 6px;
  329. left: 50%;
  330. }
  331. /*history*/
  332. #history {
  333. background: url("img/line-fx.png") repeat-y;
  334. background-position: bottom center;
  335. }
  336. #history>ul {
  337. margin-left: 0;
  338. }
  339. #history>ul>li {
  340. width: 100%;
  341. margin-top: 5px;
  342. padding: 5px 10px;
  343. border: 1px solid #eee;
  344. border-radius: 4px;
  345. position: relative;
  346. background: #fff;
  347. }
  348. #history>ul>li:first-child {
  349. margin-top: 0;
  350. }
  351. #history blockquote {
  352. font-size: 100%;
  353. margin-bottom: 5px;
  354. }
  355. .text-top {
  356. position: absolute;
  357. top: 0;
  358. right: 0;
  359. padding: 2px 10px;
  360. border: 1px solid #eee;
  361. border-width: 0 0 1px 1px;
  362. border-radius: 0 0 0 4px;
  363. color: #27ad60;
  364. }
  365. .text-trans {
  366. position: absolute;
  367. top: 20px;
  368. right: 60px;
  369. background-color: #fff;
  370. border: 1px solid;
  371. padding: 3px 14px;
  372. font-size: 18px;
  373. font-family: "LiShu";
  374. border-radius: 10px;
  375. -moz-transform: rotate(-10deg);
  376. -webkit-transform: rotate(-10deg);
  377. -o-transform: rotate(-10deg);
  378. transform: rotate(-10deg);
  379. border-radius: 10px;
  380. opacity: 0.7;
  381. }
  382. .text-trans.success {
  383. color: #ffb433;
  384. border-color: #ffb433;
  385. }
  386. .text-trans.error {
  387. color: #d44950;
  388. border-color: #d44950;
  389. }
  390. .text-trans.warning {
  391. color: #7f64b5;
  392. border-color: #7f64b5;
  393. }
  394. .highlight {
  395. margin: -10px -10px -5px -10px;
  396. padding: 9px 14px;
  397. background-color: #f7f7f9;
  398. border-top: 1px solid #eee;
  399. }
  400. /*"relative"*/
  401. #relative {
  402. width: 100%;
  403. padding-top: 18px;
  404. padding-bottom: 10px;
  405. min-height: 60px;
  406. background-color: #fff;
  407. }
  408. #relative .title {
  409. position: relative;
  410. border-top: 2px dotted #27ad60;
  411. padding-top: 20px;
  412. }
  413. #relative .title .text {
  414. position: absolute;
  415. left: 25px;
  416. top: -13px;
  417. width: 120px;
  418. background: #fff;
  419. margin: 0 auto;
  420. text-align: center;
  421. font-size: 18px;
  422. color: #7f64b5;
  423. }
  424. .btn-inverse {
  425. background-color: #fff;
  426. border: 1px solid #7f64b5;
  427. color: #7f64b5;
  428. font-weight: 700;
  429. }
  430. .btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active {
  431. background-color: #7f64b5;
  432. color: #fff;
  433. }
  434. .empty {
  435. background: url("img/sad.png") no-repeat;
  436. background-color: #fff;
  437. width: 51px;
  438. height: 31px;
  439. margin: 25px auto;
  440. }
  441. /*modal*/
  442. @media ( min-width : 120px) {
  443. .modal-dialog {
  444. margin: 18% auto;
  445. width: 80%;
  446. }
  447. }
  448. /*loading*/
  449. .loading-container {
  450. width: 160px;
  451. height: 56px;
  452. position: absolute;
  453. display: none;
  454. top: 50%;
  455. left: 50%;
  456. margin-left: -80px;
  457. line-height: 56px;
  458. color: #fff;
  459. padding-left: 60px;
  460. font-size: 15px;
  461. font-family: "YouYuan";
  462. background: #000 url(img/loading.gif) no-repeat 10px 50%;
  463. opacity: 0.7;
  464. z-index: 99999999;
  465. -moz-border-radius: 20px;
  466. -webkit-border-radius: 20px;
  467. border-radius: 20px;
  468. filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  469. }
  470. .loading-container:before,.loading-container:after {
  471. content: " ";
  472. position: absolute;
  473. top: 0;
  474. left: 0;
  475. right: 0;
  476. bottom: 0;
  477. min-height: 50px;
  478. min-width: 50px;
  479. }
  480. .loading-container:before {
  481. background-color: white;
  482. opacity: 0.5;
  483. }
  484. /*switch*/
  485. .has-switch {
  486. display: inline-block;
  487. cursor: pointer;
  488. -webkit-border-radius: 5px;
  489. -moz-border-radius: 5px;
  490. border-radius: 5px;
  491. border: 1px solid;
  492. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  493. position: relative;
  494. text-align: left;
  495. overflow: hidden;
  496. line-height: 8px;
  497. -webkit-user-select: none;
  498. -moz-user-select: none;
  499. -ms-user-select: none;
  500. -o-user-select: none;
  501. user-select: none;
  502. min-width: 100px;
  503. }
  504. .has-switch.switch-mini {
  505. min-width: 72px;
  506. }
  507. .has-switch.switch-small {
  508. min-width: 80px;
  509. }
  510. .has-switch.switch-large {
  511. min-width: 120px;
  512. }
  513. .has-switch.deactivate {
  514. opacity: 0.5;
  515. filter: alpha(opacity = 50);
  516. cursor: default !important;
  517. }
  518. .has-switch.deactivate label,.has-switch.deactivate span {
  519. cursor: default !important;
  520. }
  521. .has-switch>div {
  522. display: inline-block;
  523. width: 150%;
  524. position: relative;
  525. top: 0;
  526. }
  527. .has-switch>div.switch-animate {
  528. -webkit-transition: left 0.3s;
  529. -moz-transition: left 0.3s;
  530. -o-transition: left 0.3s;
  531. transition: left 0.3s;
  532. }
  533. .has-switch>div.switch-off {
  534. left: -50%;
  535. }
  536. .has-switch>div.switch-on {
  537. left: 0%;
  538. }
  539. .has-switch input[type=checkbox] {
  540. display: none;
  541. }
  542. .has-switch span,.has-switch label {
  543. -webkit-box-sizing: border-box;
  544. -moz-box-sizing: border-box;
  545. box-sizing: border-box;
  546. cursor: pointer;
  547. position: relative;
  548. display: inline-block;
  549. height: 100%;
  550. padding-bottom: 4px;
  551. padding-top: 4px;
  552. font-size: 14px;
  553. line-height: 20px;
  554. float: left;
  555. }
  556. .has-switch span.switch-mini,.has-switch label.switch-mini {
  557. padding-bottom: 4px;
  558. padding-top: 4px;
  559. font-size: 10px;
  560. line-height: 9px;
  561. }
  562. .has-switch span.switch-small,.has-switch label.switch-small {
  563. padding-bottom: 3px;
  564. padding-top: 3px;
  565. font-size: 12px;
  566. line-height: 18px;
  567. }
  568. .has-switch span.switch-large,.has-switch label.switch-large {
  569. padding-bottom: 9px;
  570. padding-top: 9px;
  571. font-size: 16px;
  572. line-height: normal;
  573. }
  574. .has-switch label {
  575. text-align: center;
  576. margin-top: -1px;
  577. margin-bottom: -1px;
  578. z-index: 100;
  579. width: 38%;
  580. border-left: 1px solid #cccccc;
  581. border-right: 1px solid #cccccc;
  582. color: #ffffff;
  583. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  584. background-color: #f5f5f5;
  585. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  586. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
  587. to(#e6e6e6));
  588. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  589. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  590. background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  591. background-repeat: repeat-x;
  592. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
  593. endColorstr='#ffe6e6e6', GradientType=0);
  594. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  595. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  596. *background-color: #e6e6e6;
  597. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  598. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  599. z-index: 100;
  600. }
  601. .has-switch label:hover,.has-switch label:focus,.has-switch label:active,.has-switch label.active,.has-switch label.disabled,.has-switch label[disabled]
  602. {
  603. color: #ffffff;
  604. background-color: #e6e6e6;
  605. *background-color: #d9d9d9;
  606. }
  607. .has-switch label:active,.has-switch label.active {
  608. background-color: #cccccc \9;
  609. }
  610. .has-switch label i {
  611. color: #000;
  612. text-shadow: 0 1px 0 #fff;
  613. line-height: 18px;
  614. pointer-events: none;
  615. }
  616. .has-switch span {
  617. text-align: center;
  618. z-index: 1;
  619. width: 31%;
  620. }
  621. .has-switch span.switch-left {
  622. -webkit-border-top-left-radius: 4px;
  623. -moz-border-radius-topleft: 4px;
  624. border-top-left-radius: 4px;
  625. -webkit-border-bottom-left-radius: 4px;
  626. -moz-border-radius-bottomleft: 4px;
  627. border-bottom-left-radius: 4px;
  628. }
  629. .has-switch span.switch-right {
  630. color: #333333;
  631. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  632. background-color: #f0f0f0;
  633. background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  634. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6),
  635. to(#ffffff));
  636. background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  637. background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  638. background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  639. background-repeat: repeat-x;
  640. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6',
  641. endColorstr='#ffffffff', GradientType=0);
  642. border-color: #ffffff #ffffff #d9d9d9;
  643. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  644. *background-color: #ffffff;
  645. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  646. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  647. }
  648. .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]
  649. {
  650. color: #333333;
  651. background-color: #ffffff;
  652. *background-color: #f2f2f2;
  653. }
  654. .has-switch span.switch-right:active,.has-switch span.switch-right.active
  655. {
  656. background-color: #e6e6e6 \9;
  657. }
  658. .has-switch span.switch-primary,.has-switch span.switch-left {
  659. color: #ffffff;
  660. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  661. background-color: #005fcc;
  662. background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
  663. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0044cc),
  664. to(#0088cc));
  665. background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
  666. background-image: -o-linear-gradient(top, #0044cc, #0088cc);
  667. background-image: linear-gradient(to bottom, #0044cc, #0088cc);
  668. background-repeat: repeat-x;
  669. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc',
  670. endColorstr='#ff0088cc', GradientType=0);
  671. border-color: #0088cc #0088cc #005580;
  672. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  673. *background-color: #0088cc;
  674. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  675. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  676. }
  677. .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]
  678. {
  679. color: #ffffff;
  680. background-color: #0088cc;
  681. *background-color: #0077b3;
  682. }
  683. .has-switch span.switch-primary:active,.has-switch span.switch-left:active,.has-switch span.switch-primary.active,.has-switch span.switch-left.active
  684. {
  685. background-color: #006699 \9;
  686. }
  687. .has-switch span.switch-info {
  688. color: #ffffff;
  689. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  690. background-color: #41a7c5;
  691. background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
  692. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4),
  693. to(#5bc0de));
  694. background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  695. background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
  696. background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  697. background-repeat: repeat-x;
  698. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4',
  699. endColorstr='#ff5bc0de', GradientType=0);
  700. border-color: #5bc0de #5bc0de #28a1c5;
  701. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  702. *background-color: #5bc0de;
  703. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  704. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  705. }
  706. .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]
  707. {
  708. color: #ffffff;
  709. background-color: #5bc0de;
  710. *background-color: #46b8da;
  711. }
  712. .has-switch span.switch-info:active,.has-switch span.switch-info.active
  713. {
  714. background-color: #31b0d5 \9;
  715. }
  716. .has-switch span.switch-success {
  717. color: #ffffff;
  718. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  719. background-color: #58b058;
  720. background-image: -moz-linear-gradient(top, #51a351, #62c462);
  721. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351),
  722. to(#62c462));
  723. background-image: -webkit-linear-gradient(top, #51a351, #62c462);
  724. background-image: -o-linear-gradient(top, #51a351, #62c462);
  725. background-image: linear-gradient(to bottom, #51a351, #62c462);
  726. background-repeat: repeat-x;
  727. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351',
  728. endColorstr='#ff62c462', GradientType=0);
  729. border-color: #62c462 #62c462 #3b9e3b;
  730. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  731. *background-color: #62c462;
  732. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  733. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  734. }
  735. .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]
  736. {
  737. color: #ffffff;
  738. background-color: #62c462;
  739. *background-color: #4fbd4f;
  740. }
  741. .has-switch span.switch-success:active,.has-switch span.switch-success.active
  742. {
  743. background-color: #42b142 \9;
  744. }
  745. .has-switch span.switch-warning {
  746. color: #ffffff;
  747. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  748. background-color: #f9a123;
  749. background-image: -moz-linear-gradient(top, #f89406, #fbb450);
  750. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406),
  751. to(#fbb450));
  752. background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
  753. background-image: -o-linear-gradient(top, #f89406, #fbb450);
  754. background-image: linear-gradient(to bottom, #f89406, #fbb450);
  755. background-repeat: repeat-x;
  756. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406',
  757. endColorstr='#fffbb450', GradientType=0);
  758. border-color: #fbb450 #fbb450 #f89406;
  759. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  760. *background-color: #fbb450;
  761. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  762. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  763. }
  764. .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]
  765. {
  766. color: #ffffff;
  767. background-color: #fbb450;
  768. *background-color: #faa937;
  769. }
  770. .has-switch span.switch-warning:active,.has-switch span.switch-warning.active
  771. {
  772. background-color: #fa9f1e \9;
  773. }
  774. .has-switch span.switch-danger {
  775. color: #ffffff;
  776. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  777. background-color: #d14641;
  778. background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
  779. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f),
  780. to(#ee5f5b));
  781. background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  782. background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
  783. background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  784. background-repeat: repeat-x;
  785. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f',
  786. endColorstr='#ffee5f5b', GradientType=0);
  787. border-color: #ee5f5b #ee5f5b #e51d18;
  788. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  789. *background-color: #ee5f5b;
  790. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  791. filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
  792. }
  793. .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]
  794. {
  795. color: #ffffff;
  796. background-color: #ee5f5b;
  797. *background-color: #ec4844;
  798. }
  799. .has-switch span.switch-danger:active,.has-switch span.switch-danger.active
  800. {
  801. background-color: #e9322d \9;
  802. }
  803. .form-horizontal .form-group {
  804. margin-right: 0px;
  805. margin-left: 0px;
  806. }
  807. #em_search {
  808. max-height: 200px;
  809. overflow-y: auto;
  810. }