You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

910 lines
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 4, ../sass/commande/_form.scss */
  373. .commande-create .commande-form,
  374. .commande-update .commande-form {
  375. min-height: 600px;
  376. padding-bottom: 60px;
  377. }
  378. /* line 9, ../sass/commande/_form.scss */
  379. .commande-create .commande-form h2,
  380. .commande-update .commande-form h2 {
  381. font-family: "myriadpro-regular";
  382. }
  383. /* line 13, ../sass/commande/_form.scss */
  384. .commande-create .commande-form #infos-importantes.alert-warning,
  385. .commande-update .commande-form #infos-importantes.alert-warning {
  386. float: right;
  387. }
  388. /* line 19, ../sass/commande/_form.scss */
  389. .commande-create .commande-form #datepicker-production .ui-datepicker,
  390. .commande-update .commande-form #datepicker-production .ui-datepicker {
  391. float: left;
  392. margin-right: 20px;
  393. font-size: 20px;
  394. }
  395. /* line 25, ../sass/commande/_form.scss */
  396. .commande-create .commande-form #datepicker-production .ui-datepicker-header,
  397. .commande-update .commande-form #datepicker-production .ui-datepicker-header {
  398. background-color: #BB8757;
  399. }
  400. /* line 29, ../sass/commande/_form.scss */
  401. .commande-create .commande-form #datepicker-production .ui-datepicker-title,
  402. .commande-update .commande-form #datepicker-production .ui-datepicker-title {
  403. color: white;
  404. }
  405. /* line 35, ../sass/commande/_form.scss */
  406. .commande-create .commande-form #datepicker-production .ui-datepicker-prev:hover,
  407. .commande-create .commande-form #datepicker-production .ui-datepicker-next:hover,
  408. .commande-update .commande-form #datepicker-production .ui-datepicker-prev:hover,
  409. .commande-update .commande-form #datepicker-production .ui-datepicker-next:hover {
  410. border: 0px none;
  411. background: none;
  412. }
  413. /* line 41, ../sass/commande/_form.scss */
  414. .commande-create .commande-form #datepicker-production .ui-helper-clearfix:after,
  415. .commande-update .commande-form #datepicker-production .ui-helper-clearfix:after {
  416. clear: none;
  417. }
  418. /* line 46, ../sass/commande/_form.scss */
  419. .commande-create .commande-form #datepicker-production .ui-datepicker-calendar a,
  420. .commande-update .commande-form #datepicker-production .ui-datepicker-calendar a {
  421. text-decoration: none;
  422. background-color: #F8F1DD;
  423. }
  424. /* line 49, ../sass/commande/_form.scss */
  425. .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,
  426. .commande-update .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover,
  427. .commande-update .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active {
  428. background-color: #BB8757;
  429. color: white;
  430. border-color: #cdc3b7;
  431. }
  432. /* line 58, ../sass/commande/_form.scss */
  433. .commande-create .commande-form .date-commande,
  434. .commande-update .commande-form .date-commande {
  435. margin-bottom: 53px;
  436. }
  437. /* line 60, ../sass/commande/_form.scss */
  438. .commande-create .commande-form .date-commande span,
  439. .commande-update .commande-form .date-commande span {
  440. background-color: #BB8757;
  441. color: white;
  442. -moz-border-radius: 10px;
  443. -webkit-border-radius: 10px;
  444. border-radius: 10px;
  445. padding: 10px;
  446. font-family: "myriadpro-regular";
  447. font-size: 20px;
  448. }
  449. /* line 70, ../sass/commande/_form.scss */
  450. .commande-create .commande-form #has-commande-en-cours,
  451. .commande-update .commande-form #has-commande-en-cours {
  452. margin-top: 15px;
  453. }
  454. /* line 73, ../sass/commande/_form.scss */
  455. .commande-create .commande-form #has-commande-en-cours a,
  456. .commande-update .commande-form #has-commande-en-cours a {
  457. color: #a94442;
  458. text-decoration: none;
  459. font-weight: bold;
  460. }
  461. /* line 80, ../sass/commande/_form.scss */
  462. .commande-create .commande-form .field-commande-id_production,
  463. .commande-update .commande-form .field-commande-id_production {
  464. display: none;
  465. }
  466. /* line 84, ../sass/commande/_form.scss */
  467. .commande-create .commande-form .field-commande-id_point_vente,
  468. .commande-update .commande-form .field-commande-id_point_vente {
  469. margin-top: 30px;
  470. }
  471. /* line 88, ../sass/commande/_form.scss */
  472. .commande-create .commande-form .field-commande-id_production,
  473. .commande-update .commande-form .field-commande-id_production {
  474. margin-bottom: 0px;
  475. }
  476. /* line 90, ../sass/commande/_form.scss */
  477. .commande-create .commande-form .field-commande-id_production label,
  478. .commande-update .commande-form .field-commande-id_production label {
  479. margin-bottom: 0px;
  480. }
  481. /* line 94, ../sass/commande/_form.scss */
  482. .commande-create .commande-form .field-commande-id_production .help-block,
  483. .commande-update .commande-form .field-commande-id_production .help-block {
  484. margin-bottom: 0px;
  485. }
  486. /* line 99, ../sass/commande/_form.scss */
  487. .commande-create .commande-form .field-commande-id_point_vente,
  488. .commande-update .commande-form .field-commande-id_point_vente {
  489. display: none;
  490. }
  491. /* line 103, ../sass/commande/_form.scss */
  492. .commande-create .commande-form .blocs,
  493. .commande-update .commande-form .blocs {
  494. list-style-type: none;
  495. margin: 0px;
  496. padding: 0px;
  497. }
  498. /* line 108, ../sass/commande/_form.scss */
  499. .commande-create .commande-form .blocs .bloc,
  500. .commande-update .commande-form .blocs .bloc {
  501. text-decoration: none;
  502. width: 268px;
  503. height: 130px;
  504. float: left;
  505. padding: 20px;
  506. margin-right: 20px;
  507. margin-bottom: 8px;
  508. cursor: pointer;
  509. float: left;
  510. background-color: #f9f9f9;
  511. background-color: white;
  512. border: 1px solid #d8d8d8;
  513. }
  514. /* line 123, ../sass/commande/_form.scss */
  515. .commande-create .commande-form .blocs .bloc .nom,
  516. .commande-update .commande-form .blocs .bloc .nom {
  517. font-family: "comfortaalight";
  518. font-size: 20px;
  519. padding-bottom: 10px;
  520. }
  521. /* line 129, ../sass/commande/_form.scss */
  522. .commande-create .commande-form .blocs .bloc .adresse,
  523. .commande-update .commande-form .blocs .bloc .adresse {
  524. color: gray;
  525. font-size: 15px;
  526. line-height: 20px;
  527. }
  528. /* line 135, ../sass/commande/_form.scss */
  529. .commande-create .commande-form .blocs .bloc .horaires,
  530. .commande-update .commande-form .blocs .bloc .horaires {
  531. margin-top: 7px;
  532. }
  533. /* line 137, ../sass/commande/_form.scss */
  534. .commande-create .commande-form .blocs .bloc .horaires .jour,
  535. .commande-update .commande-form .blocs .bloc .horaires .jour {
  536. font-weight: bold;
  537. display: none;
  538. }
  539. /* line 144, ../sass/commande/_form.scss */
  540. .commande-create .commande-form .blocs .bloc.selected,
  541. .commande-update .commande-form .blocs .bloc.selected {
  542. border-left: solid 5px #BB8757;
  543. }
  544. /* line 147, ../sass/commande/_form.scss */
  545. .commande-create .commande-form .blocs .bloc.selected .contenu,
  546. .commande-update .commande-form .blocs .bloc.selected .contenu {
  547. position: relative;
  548. left: -4px;
  549. }
  550. /* line 153, ../sass/commande/_form.scss */
  551. .commande-create .commande-form .blocs .bloc:hover,
  552. .commande-update .commande-form .blocs .bloc:hover {
  553. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  554. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  555. box-shadow: 0px 0px 5px #d8d8d8;
  556. }
  557. /* line 158, ../sass/commande/_form.scss */
  558. .commande-create .commande-form .blocs .bloc.disabled,
  559. .commande-update .commande-form .blocs .bloc.disabled {
  560. display: none;
  561. }
  562. /* line 163, ../sass/commande/_form.scss */
  563. .commande-create .commande-form .blocs .bloc .commentaire,
  564. .commande-update .commande-form .blocs .bloc .commentaire {
  565. margin-top: 5px;
  566. }
  567. /* line 165, ../sass/commande/_form.scss */
  568. .commande-create .commande-form .blocs .bloc .commentaire span,
  569. .commande-update .commande-form .blocs .bloc .commentaire span {
  570. background-color: #BB8757;
  571. -moz-border-radius: 5px;
  572. -webkit-border-radius: 5px;
  573. border-radius: 5px;
  574. color: white;
  575. font-weight: bold;
  576. padding: 3px 10px;
  577. }
  578. /* line 176, ../sass/commande/_form.scss */
  579. .commande-create .commande-form #produits,
  580. .commande-update .commande-form #produits {
  581. margin-top: 15px;
  582. }
  583. /* line 179, ../sass/commande/_form.scss */
  584. .commande-create .commande-form #produits #label-produits,
  585. .commande-update .commande-form #produits #label-produits {
  586. display: block;
  587. margin-bottom: 5px;
  588. }
  589. /* line 184, ../sass/commande/_form.scss */
  590. .commande-create .commande-form #produits .table,
  591. .commande-update .commande-form #produits .table {
  592. margin-top: 7px;
  593. }
  594. /* line 187, ../sass/commande/_form.scss */
  595. .commande-create .commande-form #produits .table .illu,
  596. .commande-update .commande-form #produits .table .illu {
  597. float: left;
  598. height: auto;
  599. width: 70px;
  600. margin-right: 15px;
  601. }
  602. /* line 194, ../sass/commande/_form.scss */
  603. .commande-create .commande-form #produits .table .photo,
  604. .commande-update .commande-form #produits .table .photo {
  605. padding: 0px;
  606. width: 120px;
  607. }
  608. /* line 199, ../sass/commande/_form.scss */
  609. .commande-create .commande-form #produits .table .th-photo, .commande-create .commande-form #produits .table .td-photo,
  610. .commande-update .commande-form #produits .table .th-photo,
  611. .commande-update .commande-form #produits .table .td-photo {
  612. width: 120px;
  613. }
  614. /* line 203, ../sass/commande/_form.scss */
  615. .commande-create .commande-form #produits .table .nom,
  616. .commande-update .commande-form #produits .table .nom {
  617. font-family: "comfortaalight";
  618. font-weight: bold;
  619. text-transform: uppercase;
  620. font-size: 18px;
  621. }
  622. /* line 210, ../sass/commande/_form.scss */
  623. .commande-create .commande-form #produits .table .description,
  624. .commande-update .commande-form #produits .table .description {
  625. font-style: italic;
  626. }
  627. /* line 214, ../sass/commande/_form.scss */
  628. .commande-create .commande-form #produits .table .recette,
  629. .commande-update .commande-form #produits .table .recette {
  630. font-size: 12px;
  631. }
  632. /* line 218, ../sass/commande/_form.scss */
  633. .commande-create .commande-form #produits .table .input-group,
  634. .commande-update .commande-form #produits .table .input-group {
  635. width: 133px;
  636. }
  637. /* line 220, ../sass/commande/_form.scss */
  638. .commande-create .commande-form #produits .table .input-group .quantity,
  639. .commande-update .commande-form #produits .table .input-group .quantity {
  640. text-align: center;
  641. }
  642. /* line 225, ../sass/commande/_form.scss */
  643. .commande-create .commande-form #produits .table .colonne-quantite, .commande-create .commande-form #produits .table .prix-unit, .commande-create .commande-form #produits .table .total,
  644. .commande-update .commande-form #produits .table .colonne-quantite,
  645. .commande-update .commande-form #produits .table .prix-unit,
  646. .commande-update .commande-form #produits .table .total {
  647. width: 150px;
  648. text-align: center;
  649. }
  650. /* line 230, ../sass/commande/_form.scss */
  651. .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,
  652. .commande-update .commande-form #produits .table td#total-commande,
  653. .commande-update .commande-form #produits .table td#total-commande-vrac,
  654. .commande-update .commande-form #produits .table td.total {
  655. text-align: center;
  656. }
  657. /* line 234, ../sass/commande/_form.scss */
  658. .commande-create .commande-form #produits .table .epuise,
  659. .commande-update .commande-form #produits .table .epuise {
  660. display: none;
  661. text-transform: uppercase;
  662. color: #B32815;
  663. font-weight: bold;
  664. font-size: 16px;
  665. text-align: center;
  666. }
  667. /* line 243, ../sass/commande/_form.scss */
  668. .commande-create .commande-form #produits .table .quantite-restante,
  669. .commande-update .commande-form #produits .table .quantite-restante {
  670. font-size: 12px;
  671. margin-top: 8px;
  672. }
  673. /* line 247, ../sass/commande/_form.scss */
  674. .commande-create .commande-form #produits .table .quantite-restante .nb,
  675. .commande-update .commande-form #produits .table .quantite-restante .nb {
  676. font-weight: bold;
  677. }
  678. /* line 252, ../sass/commande/_form.scss */
  679. .commande-create .commande-form #produits .table td.produit, .commande-create .commande-form #produits .table th.produit,
  680. .commande-update .commande-form #produits .table td.produit,
  681. .commande-update .commande-form #produits .table th.produit {
  682. width: 70%;
  683. }
  684. /* line 256, ../sass/commande/_form.scss */
  685. .commande-create .commande-form #produits .table td.prix-unit, .commande-create .commande-form #produits .table th.prix-unit,
  686. .commande-update .commande-form #produits .table td.prix-unit,
  687. .commande-update .commande-form #produits .table th.prix-unit {
  688. width: 10%;
  689. }
  690. /* line 260, ../sass/commande/_form.scss */
  691. .commande-create .commande-form #produits .table td.colonne-quantite, .commande-create .commande-form #produits .table th.colonne-quantite,
  692. .commande-update .commande-form #produits .table td.colonne-quantite,
  693. .commande-update .commande-form #produits .table th.colonne-quantite {
  694. width: 10%;
  695. }
  696. /* line 264, ../sass/commande/_form.scss */
  697. .commande-create .commande-form #produits .table td.total, .commande-create .commande-form #produits .table th.total,
  698. .commande-update .commande-form #produits .table td.total,
  699. .commande-update .commande-form #produits .table th.total {
  700. width: 10%;
  701. }
  702. /* line 270, ../sass/commande/_form.scss */
  703. .commande-create .commande-form #bar-fixed,
  704. .commande-update .commande-form #bar-fixed {
  705. display: none;
  706. width: 100%;
  707. position: fixed;
  708. bottom: 0px;
  709. left: 0px;
  710. z-index: 100;
  711. background-color: white;
  712. padding: 15px;
  713. margin-bottom: 0px;
  714. -moz-box-shadow: 0 0 5px gray;
  715. -webkit-box-shadow: 0 0 5px gray;
  716. box-shadow: 0 0 5px gray;
  717. border-top: solid 1px #e0e0e0;
  718. background-color: #F9F9F9;
  719. background-color: #F8F1DD;
  720. text-align: center;
  721. }
  722. /* line 286, ../sass/commande/_form.scss */
  723. .commande-create .commande-form #bar-fixed .container,
  724. .commande-update .commande-form #bar-fixed .container {
  725. min-height: auto;
  726. background: none;
  727. border: 0px none;
  728. }
  729. /* line 292, ../sass/commande/_form.scss */
  730. .commande-create .commande-form #bar-fixed.not-fixed,
  731. .commande-update .commande-form #bar-fixed.not-fixed {
  732. position: relative;
  733. -moz-box-shadow: none;
  734. -webkit-box-shadow: none;
  735. box-shadow: none;
  736. -moz-border-radius: 0px;
  737. -webkit-border-radius: 0px;
  738. border-radius: 0px;
  739. border: solid 1px #e0e0e0;
  740. padding-right: 20px;
  741. }
  742. /* line 299, ../sass/commande/_form.scss */
  743. .commande-create .commande-form #bar-fixed.not-fixed .container,
  744. .commande-update .commande-form #bar-fixed.not-fixed .container {
  745. width: auto;
  746. }
  747. /* line 305, ../sass/commande/_form.scss */
  748. .commande-create .commande-form #bar-fixed.no-credit-pain #bloc-valider-commande,
  749. .commande-update .commande-form #bar-fixed.no-credit-pain #bloc-valider-commande {
  750. margin-top: 0px;
  751. float: right;
  752. }
  753. /* line 311, ../sass/commande/_form.scss */
  754. .commande-create .commande-form #bar-fixed #total-commande-bottom,
  755. .commande-update .commande-form #bar-fixed #total-commande-bottom {
  756. background-color: white;
  757. -moz-border-radius: 20px;
  758. -webkit-border-radius: 20px;
  759. border-radius: 20px;
  760. padding: 5px 25px;
  761. border: solid 1px #e0e0e0;
  762. }
  763. /* line 318, ../sass/commande/_form.scss */
  764. .commande-create .commande-form #bar-fixed .btn-commentaire,
  765. .commande-update .commande-form #bar-fixed .btn-commentaire {
  766. float: left;
  767. }
  768. /* line 326, ../sass/commande/_form.scss */
  769. .commande-create .commande-form #bar-fixed .btn-commentaire,
  770. .commande-update .commande-form #bar-fixed .btn-commentaire {
  771. margin-right: 10px;
  772. }
  773. /* line 330, ../sass/commande/_form.scss */
  774. .commande-create .commande-form #bar-fixed #bloc-valider-commande,
  775. .commande-update .commande-form #bar-fixed #bloc-valider-commande {
  776. text-align: right;
  777. margin-top: 20px;
  778. }
  779. /* line 334, ../sass/commande/_form.scss */
  780. .commande-create .commande-form #bar-fixed #bloc-valider-commande button,
  781. .commande-update .commande-form #bar-fixed #bloc-valider-commande button {
  782. width: 340px;
  783. margin-right: 10px;
  784. }
  785. /* line 340, ../sass/commande/_form.scss */
  786. .commande-create .commande-form #bar-fixed #checkbox-credit-pain,
  787. .commande-update .commande-form #bar-fixed #checkbox-credit-pain {
  788. float: right;
  789. width: 340px;
  790. padding: 3px 11px;
  791. background-color: white;
  792. border: solid 1px #ccc;
  793. -moz-border-radius: 5px;
  794. -webkit-border-radius: 5px;
  795. border-radius: 5px;
  796. margin-right: 10px;
  797. text-shadow: 0 1px 0 #fff;
  798. -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  799. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  800. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  801. }
  802. /* line 351, ../sass/commande/_form.scss */
  803. .commande-create .commande-form #bar-fixed #checkbox-credit-pain.paiement-impossible,
  804. .commande-update .commande-form #bar-fixed #checkbox-credit-pain.paiement-impossible {
  805. background-color: #e0e0e0;
  806. }
  807. /* line 355, ../sass/commande/_form.scss */
  808. .commande-create .commande-form #bar-fixed #checkbox-credit-pain .info,
  809. .commande-update .commande-form #bar-fixed #checkbox-credit-pain .info {
  810. color: gray;
  811. font-weight: normal;
  812. }
  813. /* line 360, ../sass/commande/_form.scss */
  814. .commande-create .commande-form #bar-fixed #checkbox-credit-pain .the-credit,
  815. .commande-update .commande-form #bar-fixed #checkbox-credit-pain .the-credit {
  816. background-color: #BB8757;
  817. color: white;
  818. padding: 2px 8px;
  819. -moz-border-radius: 5px;
  820. -webkit-border-radius: 5px;
  821. border-radius: 5px;
  822. }
  823. /* line 367, ../sass/commande/_form.scss */
  824. .commande-create .commande-form #bar-fixed #checkbox-credit-pain .montant-paye,
  825. .commande-update .commande-form #bar-fixed #checkbox-credit-pain .montant-paye {
  826. color: #BB8757;
  827. }
  828. /* line 371, ../sass/commande/_form.scss */
  829. .commande-create .commande-form #bar-fixed #checkbox-credit-pain #info-credit-vide,
  830. .commande-update .commande-form #bar-fixed #checkbox-credit-pain #info-credit-vide {
  831. font-size: 12px;
  832. }
  833. /* line 375, ../sass/commande/_form.scss */
  834. .commande-create .commande-form #bar-fixed #checkbox-credit-pain #credit-pain-disabled,
  835. .commande-update .commande-form #bar-fixed #checkbox-credit-pain #credit-pain-disabled {
  836. display: none;
  837. font-size: 12px;
  838. }
  839. /* line 381, ../sass/commande/_form.scss */
  840. .commande-create .commande-form #bar-fixed .btn-retour, .commande-create .commande-form #bar-fixed .annuler-commande,
  841. .commande-update .commande-form #bar-fixed .btn-retour,
  842. .commande-update .commande-form #bar-fixed .annuler-commande {
  843. float: left;
  844. margin-right: 5px;
  845. }
  846. /* line 386, ../sass/commande/_form.scss */
  847. .commande-create .commande-form #bar-fixed .annuler-commande,
  848. .commande-update .commande-form #bar-fixed .annuler-commande {
  849. color: #b92c28;
  850. background-color: white;
  851. }
  852. /* line 391, ../sass/commande/_form.scss */
  853. .commande-create .commande-form #bar-fixed #total-commande-bottom,
  854. .commande-update .commande-form #bar-fixed #total-commande-bottom {
  855. display: none;
  856. font-weight: bold;
  857. font-family: "comfortaalight";
  858. font-size: 24px;
  859. }
  860. /* line 398, ../sass/commande/_form.scss */
  861. .commande-create .commande-form #bar-fixed .field-commande-commentaire,
  862. .commande-update .commande-form #bar-fixed .field-commande-commentaire {
  863. display: none;
  864. }
  865. /* line 406, ../sass/commande/_form.scss */
  866. .commande-create .ui-datepicker .ui-widget-header,
  867. .commande-update .ui-datepicker .ui-widget-header {
  868. background: none;
  869. background-color: gray;
  870. border: 0px none;
  871. color: black;
  872. font-weight: normal;
  873. }
  874. /* line 414, ../sass/commande/_form.scss */
  875. .commande-create .ui-datepicker .ui-datepicker-current-day a,
  876. .commande-create .ui-datepicker a.ui-state-hover,
  877. .commande-update .ui-datepicker .ui-datepicker-current-day a,
  878. .commande-update .ui-datepicker a.ui-state-hover {
  879. background: none;
  880. background-color: gray;
  881. border-color: black;
  882. color: black;
  883. }
  884. /* line 4, ../sass/commande/_historique.scss */
  885. .commande-historique #liste-boulangeries {
  886. display: none;
  887. }