您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

915 行
28KB

  1. /* line 5, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  2. html, body, div, span, applet, object, iframe,
  3. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  4. a, abbr, acronym, address, big, cite, code,
  5. del, dfn, em, img, ins, kbd, q, s, samp,
  6. small, strike, strong, sub, sup, tt, var,
  7. b, u, i, center,
  8. dl, dt, dd, ol, ul, li,
  9. fieldset, form, label, legend,
  10. table, caption, tbody, tfoot, thead, tr, th, td,
  11. article, aside, canvas, details, embed,
  12. figure, figcaption, footer, header, hgroup,
  13. menu, nav, output, ruby, section, summary,
  14. time, mark, audio, video {
  15. margin: 0;
  16. padding: 0;
  17. border: 0;
  18. font: inherit;
  19. font-size: 100%;
  20. vertical-align: baseline;
  21. }
  22. /* line 22, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  23. html {
  24. line-height: 1;
  25. }
  26. /* line 24, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  27. ol, ul {
  28. list-style: none;
  29. }
  30. /* line 26, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  31. table {
  32. border-collapse: collapse;
  33. border-spacing: 0;
  34. }
  35. /* line 28, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  36. caption, th, td {
  37. text-align: left;
  38. font-weight: normal;
  39. vertical-align: middle;
  40. }
  41. /* line 30, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  42. q, blockquote {
  43. quotes: none;
  44. }
  45. /* line 103, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  46. q:before, q:after, blockquote:before, blockquote:after {
  47. content: "";
  48. content: none;
  49. }
  50. /* line 32, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  51. a img {
  52. border: none;
  53. }
  54. /* line 116, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  55. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  56. display: block;
  57. }
  58. /* line 5, ../sass/_layout.scss */
  59. body {
  60. font-family: "Arial";
  61. background-color: #BB8757;
  62. color: #333;
  63. line-height: 20px;
  64. font-size: 14px;
  65. }
  66. /* line 13, ../sass/_layout.scss */
  67. .clr {
  68. clear: both;
  69. }
  70. /* line 17, ../sass/_layout.scss */
  71. .modal-backdrop.in {
  72. z-index: 10;
  73. }
  74. /* line 22, ../sass/_layout.scss */
  75. #main .btn-primary {
  76. background-color: #BB8757;
  77. border: solid 1px #BB8757;
  78. color: white;
  79. }
  80. /* line 27, ../sass/_layout.scss */
  81. #main .btn-primary:hover, #main .btn-primary:active, #main .btn-primary:focus {
  82. background-color: #b17a48;
  83. border: solid 1px #BB8757;
  84. color: white;
  85. }
  86. /* line 36, ../sass/_layout.scss */
  87. .btn {
  88. background-image: none;
  89. }
  90. /* line 40, ../sass/_layout.scss */
  91. #main .alert {
  92. background-image: none;
  93. background-color: white;
  94. border-bottom-width: 3px;
  95. }
  96. /* line 48, ../sass/_layout.scss */
  97. .alert.alert-warning a {
  98. color: #8a6d3b;
  99. }
  100. /* line 57, ../sass/_layout.scss */
  101. ul.pagination li.active a {
  102. background-color: #BB8757;
  103. border: solid 1px #BB8757;
  104. }
  105. /* line 61, ../sass/_layout.scss */
  106. ul.pagination li.active a:hover {
  107. background-color: #F8F1DD;
  108. border: solid 1px #F8F1DD;
  109. color: #BB8757;
  110. }
  111. /* line 68, ../sass/_layout.scss */
  112. ul.pagination li a {
  113. color: #BB8757;
  114. }
  115. /* line 71, ../sass/_layout.scss */
  116. ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li a:active {
  117. background-color: #F8F1DD;
  118. border: solid 1px #F8F1DD;
  119. color: #BB8757;
  120. }
  121. /* line 80, ../sass/_layout.scss */
  122. #header-bap {
  123. background-color: #F8F1DD;
  124. padding-top: 7px;
  125. padding-bottom: 7px;
  126. }
  127. /* line 85, ../sass/_layout.scss */
  128. #header-bap .container {
  129. padding-left: 0px;
  130. padding-right: 0px;
  131. }
  132. /* line 90, ../sass/_layout.scss */
  133. #header-bap #logo {
  134. color: black;
  135. text-decoration: none;
  136. position: relative;
  137. top: 3px;
  138. }
  139. /* line 96, ../sass/_layout.scss */
  140. #header-bap #logo img {
  141. width: 25px;
  142. }
  143. /* line 99, ../sass/_layout.scss */
  144. #header-bap #logo .text {
  145. font-size: 17px;
  146. font-family: "comfortaalight";
  147. position: relative;
  148. bottom: 6px;
  149. left: 3px;
  150. }
  151. /* line 108, ../sass/_layout.scss */
  152. #header-bap ul#nav-bap {
  153. float: right;
  154. }
  155. /* line 111, ../sass/_layout.scss */
  156. #header-bap ul#nav-bap li {
  157. float: right;
  158. }
  159. /* line 113, ../sass/_layout.scss */
  160. #header-bap ul#nav-bap li a {
  161. color: black;
  162. font-size: 15px;
  163. color: #BB8757;
  164. }
  165. /* line 118, ../sass/_layout.scss */
  166. #header-bap ul#nav-bap li a:hover, #header-bap ul#nav-bap li a:focus {
  167. color: #333;
  168. color: #BB8757;
  169. background: none;
  170. }
  171. /* line 125, ../sass/_layout.scss */
  172. #header-bap ul#nav-bap li ul {
  173. background-color: #F8F1DD;
  174. border-top: solid 2px #BB8757;
  175. }
  176. /* line 129, ../sass/_layout.scss */
  177. #header-bap ul#nav-bap li ul li a {
  178. text-transform: uppercase;
  179. font-size: 13px;
  180. }
  181. /* line 139, ../sass/_layout.scss */
  182. #header {
  183. background-color: #BB8757;
  184. text-align: center;
  185. padding-top: 40px;
  186. padding-bottom: 70px;
  187. border-bottom: solid 1px #e0e0e0;
  188. }
  189. /* line 146, ../sass/_layout.scss */
  190. #header .container {
  191. position: relative;
  192. padding: 0px;
  193. }
  194. /* line 151, ../sass/_layout.scss */
  195. #header h1, #header h2 {
  196. color: white;
  197. }
  198. /* line 155, ../sass/_layout.scss */
  199. #header h1 {
  200. text-transform: uppercase;
  201. font-family: "myriadpro-regular";
  202. font-size: 35px;
  203. padding-bottom: 20px;
  204. font-weight: bold;
  205. }
  206. /* line 163, ../sass/_layout.scss */
  207. #header h2 {
  208. font-family: "myriadpro-it";
  209. font-size: 18px;
  210. padding-bottom: 15px;
  211. }
  212. /* line 169, ../sass/_layout.scss */
  213. #header #credit {
  214. position: absolute;
  215. top: 0px;
  216. right: 0px;
  217. color: white;
  218. font-family: "myriadpro-semibold";
  219. border-bottom: solid 1px white;
  220. padding: 7px 0px;
  221. }
  222. /* line 178, ../sass/_layout.scss */
  223. #header #credit span {
  224. font-family: "myriadpro-light";
  225. }
  226. /* line 184, ../sass/_layout.scss */
  227. #main {
  228. background-color: #F8F1DD;
  229. }
  230. /* line 187, ../sass/_layout.scss */
  231. #main #main-nav {
  232. width: 100%;
  233. position: relative;
  234. top: -40px;
  235. background-color: white;
  236. border-bottom: solid 1px #e0e0e0;
  237. }
  238. /* line 196, ../sass/_layout.scss */
  239. #main #main-nav ul li a {
  240. color: #BB8757;
  241. text-transform: uppercase;
  242. font-family: "myriadpro-regular";
  243. border-right: solid 1px #e0e0e0;
  244. }
  245. /* line 203, ../sass/_layout.scss */
  246. #main #main-nav ul li a:hover, #main #main-nav ul li.active a {
  247. background: none;
  248. border-bottom: solid 1px #BB8757;
  249. -moz-border-radius: 0px;
  250. -webkit-border-radius: 0px;
  251. border-radius: 0px;
  252. }
  253. /* line 210, ../sass/_layout.scss */
  254. #main #main-nav ul li#btn-administration {
  255. background-color: #F8F1DD;
  256. float: right;
  257. }
  258. /* line 217, ../sass/_layout.scss */
  259. #main #main-nav #user {
  260. color: #BB8757;
  261. float: right;
  262. padding: 10px;
  263. }
  264. /* line 224, ../sass/_layout.scss */
  265. #main #page-title {
  266. padding-left: 15px;
  267. padding-right: 15px;
  268. padding-bottom: 15px;
  269. border-bottom: solid 1px #e0e0e0;
  270. margin-bottom: 10px;
  271. font-family: "myriadpro-light";
  272. font-size: 30px;
  273. position: relative;
  274. top: -10px;
  275. text-align: center;
  276. }
  277. /* line 237, ../sass/_layout.scss */
  278. #main .container {
  279. padding: 0px;
  280. background-color: white;
  281. min-height: 500px;
  282. border-left: solid 1px #e0e0e0;
  283. border-right: solid 1px #e0e0e0;
  284. }
  285. /* line 245, ../sass/_layout.scss */
  286. #main #content {
  287. padding-bottom: 20px;
  288. padding: 0px 20px 20px 20px;
  289. }
  290. /* line 249, ../sass/_layout.scss */
  291. #main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5, #main #content h6 {
  292. font-family: "myriadpro-regular";
  293. margin-top: 30px;
  294. margin-bottom: 20px;
  295. }
  296. /* line 254, ../sass/_layout.scss */
  297. #main #content h1.first, #main #content h2.first, #main #content h3.first, #main #content h4.first, #main #content h5.first, #main #content h6.first {
  298. margin-top: 0px;
  299. }
  300. /* line 259, ../sass/_layout.scss */
  301. #main #content h1 {
  302. font-size: 30px;
  303. }
  304. /* line 263, ../sass/_layout.scss */
  305. #main #content h2 {
  306. font-size: 25px;
  307. }
  308. /* line 268, ../sass/_layout.scss */
  309. #main #content h3 {
  310. font-family: "myriadpro-light";
  311. text-transform: uppercase;
  312. font-size: 23px;
  313. padding: 10px 0px 10px 10px;
  314. color: white;
  315. text-align: center;
  316. }
  317. /* line 275, ../sass/_layout.scss */
  318. #main #content h3 span {
  319. background-color: #BB8757;
  320. padding: 10px 20px;
  321. padding-top: 14px;
  322. }
  323. /* line 282, ../sass/_layout.scss */
  324. #main #content h4 {
  325. font-size: 20px;
  326. }
  327. /* line 286, ../sass/_layout.scss */
  328. #main #content h5 {
  329. font-size: 18px;
  330. }
  331. /* line 290, ../sass/_layout.scss */
  332. #main #content h6 {
  333. font-size: 16px;
  334. }
  335. /* line 296, ../sass/_layout.scss */
  336. #footer {
  337. background-color: #BB8757;
  338. height: 100px;
  339. }
  340. /* line 300, ../sass/_layout.scss */
  341. #footer .container {
  342. padding: 0px;
  343. }
  344. /* line 302, ../sass/_layout.scss */
  345. #footer .container .overflow {
  346. height: 30px;
  347. background-color: white;
  348. border-left: solid 1px #e0e0e0;
  349. border-right: solid 1px #e0e0e0;
  350. border-bottom: solid 1px #e0e0e0;
  351. }
  352. /* line 310, ../sass/_layout.scss */
  353. #footer .container .content {
  354. padding-top: 20px;
  355. color: white;
  356. }
  357. /* line 314, ../sass/_layout.scss */
  358. #footer .container .content a {
  359. color: white;
  360. text-decoration: underline;
  361. margin-right: 10px;
  362. }
  363. /* line 4, ../sass/site/_index.scss */
  364. .site-index #presentation .photo {
  365. text-align: center;
  366. }
  367. /* line 6, ../sass/site/_index.scss */
  368. .site-index #presentation .photo .img-photo {
  369. width: 100%;
  370. max-width: 500px;
  371. }
  372. /* line 13, ../sass/site/_index.scss */
  373. .site-index #produits img.photo-produit {
  374. width: 100px;
  375. height: auto;
  376. }
  377. /* line 4, ../sass/commande/_form.scss */
  378. .commande-create .commande-form,
  379. .commande-update .commande-form {
  380. min-height: 600px;
  381. padding-bottom: 60px;
  382. }
  383. /* line 9, ../sass/commande/_form.scss */
  384. .commande-create .commande-form h2,
  385. .commande-update .commande-form h2 {
  386. font-family: "myriadpro-regular";
  387. }
  388. /* line 13, ../sass/commande/_form.scss */
  389. .commande-create .commande-form #infos-importantes.alert-warning,
  390. .commande-update .commande-form #infos-importantes.alert-warning {
  391. float: right;
  392. }
  393. /* line 19, ../sass/commande/_form.scss */
  394. .commande-create .commande-form #datepicker-production .ui-datepicker,
  395. .commande-update .commande-form #datepicker-production .ui-datepicker {
  396. float: left;
  397. margin-right: 20px;
  398. font-size: 20px;
  399. }
  400. /* line 25, ../sass/commande/_form.scss */
  401. .commande-create .commande-form #datepicker-production .ui-datepicker-header,
  402. .commande-update .commande-form #datepicker-production .ui-datepicker-header {
  403. background-color: #BB8757;
  404. }
  405. /* line 29, ../sass/commande/_form.scss */
  406. .commande-create .commande-form #datepicker-production .ui-datepicker-title,
  407. .commande-update .commande-form #datepicker-production .ui-datepicker-title {
  408. color: white;
  409. }
  410. /* line 35, ../sass/commande/_form.scss */
  411. .commande-create .commande-form #datepicker-production .ui-datepicker-prev:hover,
  412. .commande-create .commande-form #datepicker-production .ui-datepicker-next:hover,
  413. .commande-update .commande-form #datepicker-production .ui-datepicker-prev:hover,
  414. .commande-update .commande-form #datepicker-production .ui-datepicker-next:hover {
  415. border: 0px none;
  416. background: none;
  417. }
  418. /* line 41, ../sass/commande/_form.scss */
  419. .commande-create .commande-form #datepicker-production .ui-helper-clearfix:after,
  420. .commande-update .commande-form #datepicker-production .ui-helper-clearfix:after {
  421. clear: none;
  422. }
  423. /* line 46, ../sass/commande/_form.scss */
  424. .commande-create .commande-form #datepicker-production .ui-datepicker-calendar a,
  425. .commande-update .commande-form #datepicker-production .ui-datepicker-calendar a {
  426. text-decoration: none;
  427. background-color: #F8F1DD;
  428. }
  429. /* line 49, ../sass/commande/_form.scss */
  430. .commande-create .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover, .commande-create .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active,
  431. .commande-update .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover,
  432. .commande-update .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active {
  433. background-color: #BB8757;
  434. color: white;
  435. border-color: #cdc3b7;
  436. }
  437. /* line 58, ../sass/commande/_form.scss */
  438. .commande-create .commande-form .date-commande,
  439. .commande-update .commande-form .date-commande {
  440. margin-bottom: 53px;
  441. }
  442. /* line 60, ../sass/commande/_form.scss */
  443. .commande-create .commande-form .date-commande span,
  444. .commande-update .commande-form .date-commande span {
  445. background-color: #BB8757;
  446. color: white;
  447. -moz-border-radius: 10px;
  448. -webkit-border-radius: 10px;
  449. border-radius: 10px;
  450. padding: 10px;
  451. font-family: "myriadpro-regular";
  452. font-size: 20px;
  453. }
  454. /* line 70, ../sass/commande/_form.scss */
  455. .commande-create .commande-form #has-commande-en-cours,
  456. .commande-update .commande-form #has-commande-en-cours {
  457. margin-top: 15px;
  458. }
  459. /* line 73, ../sass/commande/_form.scss */
  460. .commande-create .commande-form #has-commande-en-cours a,
  461. .commande-update .commande-form #has-commande-en-cours a {
  462. color: #a94442;
  463. text-decoration: none;
  464. font-weight: bold;
  465. }
  466. /* line 80, ../sass/commande/_form.scss */
  467. .commande-create .commande-form .field-commande-id_production,
  468. .commande-update .commande-form .field-commande-id_production {
  469. display: none;
  470. }
  471. /* line 84, ../sass/commande/_form.scss */
  472. .commande-create .commande-form .field-commande-id_point_vente,
  473. .commande-update .commande-form .field-commande-id_point_vente {
  474. margin-top: 30px;
  475. }
  476. /* line 88, ../sass/commande/_form.scss */
  477. .commande-create .commande-form .field-commande-id_production,
  478. .commande-update .commande-form .field-commande-id_production {
  479. margin-bottom: 0px;
  480. }
  481. /* line 90, ../sass/commande/_form.scss */
  482. .commande-create .commande-form .field-commande-id_production label,
  483. .commande-update .commande-form .field-commande-id_production label {
  484. margin-bottom: 0px;
  485. }
  486. /* line 94, ../sass/commande/_form.scss */
  487. .commande-create .commande-form .field-commande-id_production .help-block,
  488. .commande-update .commande-form .field-commande-id_production .help-block {
  489. margin-bottom: 0px;
  490. }
  491. /* line 99, ../sass/commande/_form.scss */
  492. .commande-create .commande-form .field-commande-id_point_vente,
  493. .commande-update .commande-form .field-commande-id_point_vente {
  494. display: none;
  495. }
  496. /* line 103, ../sass/commande/_form.scss */
  497. .commande-create .commande-form .blocs,
  498. .commande-update .commande-form .blocs {
  499. list-style-type: none;
  500. margin: 0px;
  501. padding: 0px;
  502. }
  503. /* line 108, ../sass/commande/_form.scss */
  504. .commande-create .commande-form .blocs .bloc,
  505. .commande-update .commande-form .blocs .bloc {
  506. text-decoration: none;
  507. width: 268px;
  508. height: 130px;
  509. float: left;
  510. padding: 20px;
  511. margin-right: 20px;
  512. margin-bottom: 8px;
  513. cursor: pointer;
  514. float: left;
  515. background-color: #f9f9f9;
  516. background-color: white;
  517. border: 1px solid #d8d8d8;
  518. }
  519. /* line 123, ../sass/commande/_form.scss */
  520. .commande-create .commande-form .blocs .bloc .nom,
  521. .commande-update .commande-form .blocs .bloc .nom {
  522. font-family: "comfortaalight";
  523. font-size: 20px;
  524. padding-bottom: 10px;
  525. }
  526. /* line 129, ../sass/commande/_form.scss */
  527. .commande-create .commande-form .blocs .bloc .adresse,
  528. .commande-update .commande-form .blocs .bloc .adresse {
  529. color: gray;
  530. font-size: 15px;
  531. line-height: 20px;
  532. }
  533. /* line 135, ../sass/commande/_form.scss */
  534. .commande-create .commande-form .blocs .bloc .horaires,
  535. .commande-update .commande-form .blocs .bloc .horaires {
  536. margin-top: 7px;
  537. }
  538. /* line 137, ../sass/commande/_form.scss */
  539. .commande-create .commande-form .blocs .bloc .horaires .jour,
  540. .commande-update .commande-form .blocs .bloc .horaires .jour {
  541. font-weight: bold;
  542. display: none;
  543. }
  544. /* line 144, ../sass/commande/_form.scss */
  545. .commande-create .commande-form .blocs .bloc.selected,
  546. .commande-update .commande-form .blocs .bloc.selected {
  547. border-left: solid 5px #BB8757;
  548. }
  549. /* line 147, ../sass/commande/_form.scss */
  550. .commande-create .commande-form .blocs .bloc.selected .contenu,
  551. .commande-update .commande-form .blocs .bloc.selected .contenu {
  552. position: relative;
  553. left: -4px;
  554. }
  555. /* line 153, ../sass/commande/_form.scss */
  556. .commande-create .commande-form .blocs .bloc:hover,
  557. .commande-update .commande-form .blocs .bloc:hover {
  558. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  559. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  560. box-shadow: 0px 0px 5px #d8d8d8;
  561. }
  562. /* line 158, ../sass/commande/_form.scss */
  563. .commande-create .commande-form .blocs .bloc.disabled,
  564. .commande-update .commande-form .blocs .bloc.disabled {
  565. display: none;
  566. }
  567. /* line 163, ../sass/commande/_form.scss */
  568. .commande-create .commande-form .blocs .bloc .commentaire,
  569. .commande-update .commande-form .blocs .bloc .commentaire {
  570. margin-top: 5px;
  571. }
  572. /* line 165, ../sass/commande/_form.scss */
  573. .commande-create .commande-form .blocs .bloc .commentaire span,
  574. .commande-update .commande-form .blocs .bloc .commentaire span {
  575. background-color: #BB8757;
  576. -moz-border-radius: 5px;
  577. -webkit-border-radius: 5px;
  578. border-radius: 5px;
  579. color: white;
  580. font-weight: bold;
  581. padding: 3px 10px;
  582. }
  583. /* line 176, ../sass/commande/_form.scss */
  584. .commande-create .commande-form #produits,
  585. .commande-update .commande-form #produits {
  586. margin-top: 15px;
  587. }
  588. /* line 179, ../sass/commande/_form.scss */
  589. .commande-create .commande-form #produits #label-produits,
  590. .commande-update .commande-form #produits #label-produits {
  591. display: block;
  592. margin-bottom: 5px;
  593. }
  594. /* line 184, ../sass/commande/_form.scss */
  595. .commande-create .commande-form #produits .table,
  596. .commande-update .commande-form #produits .table {
  597. margin-top: 7px;
  598. }
  599. /* line 187, ../sass/commande/_form.scss */
  600. .commande-create .commande-form #produits .table .illu,
  601. .commande-update .commande-form #produits .table .illu {
  602. float: left;
  603. height: auto;
  604. width: 70px;
  605. margin-right: 15px;
  606. }
  607. /* line 194, ../sass/commande/_form.scss */
  608. .commande-create .commande-form #produits .table .photo,
  609. .commande-update .commande-form #produits .table .photo {
  610. padding: 0px;
  611. width: 120px;
  612. }
  613. /* line 199, ../sass/commande/_form.scss */
  614. .commande-create .commande-form #produits .table .th-photo, .commande-create .commande-form #produits .table .td-photo,
  615. .commande-update .commande-form #produits .table .th-photo,
  616. .commande-update .commande-form #produits .table .td-photo {
  617. width: 120px;
  618. }
  619. /* line 203, ../sass/commande/_form.scss */
  620. .commande-create .commande-form #produits .table .nom,
  621. .commande-update .commande-form #produits .table .nom {
  622. font-family: "comfortaalight";
  623. font-weight: bold;
  624. text-transform: uppercase;
  625. font-size: 18px;
  626. }
  627. /* line 210, ../sass/commande/_form.scss */
  628. .commande-create .commande-form #produits .table .description,
  629. .commande-update .commande-form #produits .table .description {
  630. font-style: italic;
  631. }
  632. /* line 214, ../sass/commande/_form.scss */
  633. .commande-create .commande-form #produits .table .recette,
  634. .commande-update .commande-form #produits .table .recette {
  635. font-size: 12px;
  636. }
  637. /* line 218, ../sass/commande/_form.scss */
  638. .commande-create .commande-form #produits .table .input-group,
  639. .commande-update .commande-form #produits .table .input-group {
  640. width: 133px;
  641. }
  642. /* line 220, ../sass/commande/_form.scss */
  643. .commande-create .commande-form #produits .table .input-group .quantity,
  644. .commande-update .commande-form #produits .table .input-group .quantity {
  645. text-align: center;
  646. }
  647. /* line 225, ../sass/commande/_form.scss */
  648. .commande-create .commande-form #produits .table .colonne-quantite, .commande-create .commande-form #produits .table .prix-unit, .commande-create .commande-form #produits .table .total,
  649. .commande-update .commande-form #produits .table .colonne-quantite,
  650. .commande-update .commande-form #produits .table .prix-unit,
  651. .commande-update .commande-form #produits .table .total {
  652. width: 150px;
  653. text-align: center;
  654. }
  655. /* line 230, ../sass/commande/_form.scss */
  656. .commande-create .commande-form #produits .table td#total-commande, .commande-create .commande-form #produits .table td#total-commande-vrac, .commande-create .commande-form #produits .table td.total,
  657. .commande-update .commande-form #produits .table td#total-commande,
  658. .commande-update .commande-form #produits .table td#total-commande-vrac,
  659. .commande-update .commande-form #produits .table td.total {
  660. text-align: center;
  661. }
  662. /* line 234, ../sass/commande/_form.scss */
  663. .commande-create .commande-form #produits .table .epuise,
  664. .commande-update .commande-form #produits .table .epuise {
  665. display: none;
  666. text-transform: uppercase;
  667. color: #B32815;
  668. font-weight: bold;
  669. font-size: 16px;
  670. text-align: center;
  671. }
  672. /* line 243, ../sass/commande/_form.scss */
  673. .commande-create .commande-form #produits .table .quantite-restante,
  674. .commande-update .commande-form #produits .table .quantite-restante {
  675. font-size: 12px;
  676. margin-top: 8px;
  677. }
  678. /* line 247, ../sass/commande/_form.scss */
  679. .commande-create .commande-form #produits .table .quantite-restante .nb,
  680. .commande-update .commande-form #produits .table .quantite-restante .nb {
  681. font-weight: bold;
  682. }
  683. /* line 252, ../sass/commande/_form.scss */
  684. .commande-create .commande-form #produits .table td.produit, .commande-create .commande-form #produits .table th.produit,
  685. .commande-update .commande-form #produits .table td.produit,
  686. .commande-update .commande-form #produits .table th.produit {
  687. width: 70%;
  688. }
  689. /* line 256, ../sass/commande/_form.scss */
  690. .commande-create .commande-form #produits .table td.prix-unit, .commande-create .commande-form #produits .table th.prix-unit,
  691. .commande-update .commande-form #produits .table td.prix-unit,
  692. .commande-update .commande-form #produits .table th.prix-unit {
  693. width: 10%;
  694. }
  695. /* line 260, ../sass/commande/_form.scss */
  696. .commande-create .commande-form #produits .table td.colonne-quantite, .commande-create .commande-form #produits .table th.colonne-quantite,
  697. .commande-update .commande-form #produits .table td.colonne-quantite,
  698. .commande-update .commande-form #produits .table th.colonne-quantite {
  699. width: 10%;
  700. }
  701. /* line 264, ../sass/commande/_form.scss */
  702. .commande-create .commande-form #produits .table td.total, .commande-create .commande-form #produits .table th.total,
  703. .commande-update .commande-form #produits .table td.total,
  704. .commande-update .commande-form #produits .table th.total {
  705. width: 10%;
  706. }
  707. /* line 270, ../sass/commande/_form.scss */
  708. .commande-create .commande-form #bar-fixed,
  709. .commande-update .commande-form #bar-fixed {
  710. display: none;
  711. width: 100%;
  712. position: fixed;
  713. bottom: 0px;
  714. left: 0px;
  715. z-index: 100;
  716. background-color: white;
  717. padding: 15px;
  718. margin-bottom: 0px;
  719. -moz-box-shadow: 0 0 5px gray;
  720. -webkit-box-shadow: 0 0 5px gray;
  721. box-shadow: 0 0 5px gray;
  722. border-top: solid 1px #e0e0e0;
  723. background-color: #F9F9F9;
  724. background-color: #F8F1DD;
  725. text-align: center;
  726. }
  727. /* line 286, ../sass/commande/_form.scss */
  728. .commande-create .commande-form #bar-fixed .container,
  729. .commande-update .commande-form #bar-fixed .container {
  730. min-height: auto;
  731. background: none;
  732. border: 0px none;
  733. }
  734. /* line 292, ../sass/commande/_form.scss */
  735. .commande-create .commande-form #bar-fixed.not-fixed,
  736. .commande-update .commande-form #bar-fixed.not-fixed {
  737. position: relative;
  738. -moz-box-shadow: none;
  739. -webkit-box-shadow: none;
  740. box-shadow: none;
  741. -moz-border-radius: 0px;
  742. -webkit-border-radius: 0px;
  743. border-radius: 0px;
  744. border: solid 1px #e0e0e0;
  745. padding-right: 20px;
  746. }
  747. /* line 299, ../sass/commande/_form.scss */
  748. .commande-create .commande-form #bar-fixed.not-fixed .container,
  749. .commande-update .commande-form #bar-fixed.not-fixed .container {
  750. width: auto;
  751. }
  752. /* line 305, ../sass/commande/_form.scss */
  753. .commande-create .commande-form #bar-fixed.no-credit-pain #bloc-valider-commande,
  754. .commande-update .commande-form #bar-fixed.no-credit-pain #bloc-valider-commande {
  755. margin-top: 0px;
  756. float: right;
  757. }
  758. /* line 311, ../sass/commande/_form.scss */
  759. .commande-create .commande-form #bar-fixed #total-commande-bottom,
  760. .commande-update .commande-form #bar-fixed #total-commande-bottom {
  761. background-color: white;
  762. -moz-border-radius: 20px;
  763. -webkit-border-radius: 20px;
  764. border-radius: 20px;
  765. padding: 5px 25px;
  766. border: solid 1px #e0e0e0;
  767. }
  768. /* line 318, ../sass/commande/_form.scss */
  769. .commande-create .commande-form #bar-fixed .btn-commentaire,
  770. .commande-update .commande-form #bar-fixed .btn-commentaire {
  771. float: left;
  772. }
  773. /* line 326, ../sass/commande/_form.scss */
  774. .commande-create .commande-form #bar-fixed .btn-commentaire,
  775. .commande-update .commande-form #bar-fixed .btn-commentaire {
  776. margin-right: 10px;
  777. }
  778. /* line 330, ../sass/commande/_form.scss */
  779. .commande-create .commande-form #bar-fixed #bloc-valider-commande,
  780. .commande-update .commande-form #bar-fixed #bloc-valider-commande {
  781. text-align: right;
  782. margin-top: 20px;
  783. }
  784. /* line 334, ../sass/commande/_form.scss */
  785. .commande-create .commande-form #bar-fixed #bloc-valider-commande button,
  786. .commande-update .commande-form #bar-fixed #bloc-valider-commande button {
  787. width: 340px;
  788. margin-right: 10px;
  789. }
  790. /* line 340, ../sass/commande/_form.scss */
  791. .commande-create .commande-form #bar-fixed #checkbox-credit-pain,
  792. .commande-update .commande-form #bar-fixed #checkbox-credit-pain {
  793. float: right;
  794. width: 340px;
  795. padding: 3px 11px;
  796. background-color: white;
  797. border: solid 1px #ccc;
  798. -moz-border-radius: 5px;
  799. -webkit-border-radius: 5px;
  800. border-radius: 5px;
  801. margin-right: 10px;
  802. text-shadow: 0 1px 0 #fff;
  803. -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  804. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  805. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  806. }
  807. /* line 351, ../sass/commande/_form.scss */
  808. .commande-create .commande-form #bar-fixed #checkbox-credit-pain.paiement-impossible,
  809. .commande-update .commande-form #bar-fixed #checkbox-credit-pain.paiement-impossible {
  810. background-color: #e0e0e0;
  811. }
  812. /* line 355, ../sass/commande/_form.scss */
  813. .commande-create .commande-form #bar-fixed #checkbox-credit-pain .info,
  814. .commande-update .commande-form #bar-fixed #checkbox-credit-pain .info {
  815. color: gray;
  816. font-weight: normal;
  817. }
  818. /* line 360, ../sass/commande/_form.scss */
  819. .commande-create .commande-form #bar-fixed #checkbox-credit-pain .the-credit,
  820. .commande-update .commande-form #bar-fixed #checkbox-credit-pain .the-credit {
  821. background-color: #BB8757;
  822. color: white;
  823. padding: 2px 8px;
  824. -moz-border-radius: 5px;
  825. -webkit-border-radius: 5px;
  826. border-radius: 5px;
  827. }
  828. /* line 367, ../sass/commande/_form.scss */
  829. .commande-create .commande-form #bar-fixed #checkbox-credit-pain .montant-paye,
  830. .commande-update .commande-form #bar-fixed #checkbox-credit-pain .montant-paye {
  831. color: #BB8757;
  832. }
  833. /* line 371, ../sass/commande/_form.scss */
  834. .commande-create .commande-form #bar-fixed #checkbox-credit-pain #info-credit-vide,
  835. .commande-update .commande-form #bar-fixed #checkbox-credit-pain #info-credit-vide {
  836. font-size: 12px;
  837. }
  838. /* line 375, ../sass/commande/_form.scss */
  839. .commande-create .commande-form #bar-fixed #checkbox-credit-pain #credit-pain-disabled,
  840. .commande-update .commande-form #bar-fixed #checkbox-credit-pain #credit-pain-disabled {
  841. display: none;
  842. font-size: 12px;
  843. }
  844. /* line 381, ../sass/commande/_form.scss */
  845. .commande-create .commande-form #bar-fixed .btn-retour, .commande-create .commande-form #bar-fixed .annuler-commande,
  846. .commande-update .commande-form #bar-fixed .btn-retour,
  847. .commande-update .commande-form #bar-fixed .annuler-commande {
  848. float: left;
  849. margin-right: 5px;
  850. }
  851. /* line 386, ../sass/commande/_form.scss */
  852. .commande-create .commande-form #bar-fixed .annuler-commande,
  853. .commande-update .commande-form #bar-fixed .annuler-commande {
  854. color: #b92c28;
  855. background-color: white;
  856. }
  857. /* line 391, ../sass/commande/_form.scss */
  858. .commande-create .commande-form #bar-fixed #total-commande-bottom,
  859. .commande-update .commande-form #bar-fixed #total-commande-bottom {
  860. display: none;
  861. font-weight: bold;
  862. font-family: "comfortaalight";
  863. font-size: 24px;
  864. }
  865. /* line 398, ../sass/commande/_form.scss */
  866. .commande-create .commande-form #bar-fixed .field-commande-commentaire,
  867. .commande-update .commande-form #bar-fixed .field-commande-commentaire {
  868. display: none;
  869. }
  870. /* line 406, ../sass/commande/_form.scss */
  871. .commande-create .ui-datepicker .ui-widget-header,
  872. .commande-update .ui-datepicker .ui-widget-header {
  873. background: none;
  874. background-color: gray;
  875. border: 0px none;
  876. color: black;
  877. font-weight: normal;
  878. }
  879. /* line 414, ../sass/commande/_form.scss */
  880. .commande-create .ui-datepicker .ui-datepicker-current-day a,
  881. .commande-create .ui-datepicker a.ui-state-hover,
  882. .commande-update .ui-datepicker .ui-datepicker-current-day a,
  883. .commande-update .ui-datepicker a.ui-state-hover {
  884. background: none;
  885. background-color: gray;
  886. border-color: black;
  887. color: black;
  888. }
  889. /* line 4, ../sass/commande/_historique.scss */
  890. .commande-historique #liste-boulangeries {
  891. display: none;
  892. }