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.

972 lines
29KB

  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: 25px;
  186. padding-bottom: 50px;
  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 152, ../sass/_layout.scss */
  195. #header h1, #header h2 {
  196. color: white;
  197. }
  198. /* line 156, ../sass/_layout.scss */
  199. #header h1 {
  200. text-transform: uppercase;
  201. font-family: "myriadpro-regular";
  202. font-size: 35px;
  203. line-height: 35px;
  204. font-weight: bold;
  205. padding-bottom: 5px;
  206. text-align: left;
  207. }
  208. /* line 165, ../sass/_layout.scss */
  209. #header h1 span {
  210. font-family: "myriadpro-light";
  211. font-size: 27px;
  212. font-weight: normal;
  213. }
  214. /* line 172, ../sass/_layout.scss */
  215. #header #infos {
  216. text-align: left;
  217. padding-bottom: 10px;
  218. padding-top: 8px;
  219. margin-bottom: 0px;
  220. color: #F8F1DD;
  221. font-size: 14px;
  222. }
  223. /* line 180, ../sass/_layout.scss */
  224. #header #infos .favorite {
  225. border-left: solid 1px #F8F1DD;
  226. padding-left: 10px;
  227. }
  228. /* line 185, ../sass/_layout.scss */
  229. #header #infos a {
  230. color: white;
  231. text-decoration: underline;
  232. }
  233. /* line 190, ../sass/_layout.scss */
  234. #header #infos strong {
  235. font-weight: bold;
  236. }
  237. /* line 195, ../sass/_layout.scss */
  238. #header #credit {
  239. position: relative;
  240. top: 10px;
  241. float: right;
  242. color: white;
  243. font-family: "myriadpro-semibold";
  244. font-size: 16px;
  245. }
  246. /* line 203, ../sass/_layout.scss */
  247. #header #credit .info {
  248. padding-bottom: 5px;
  249. border-bottom: solid 1px #BB8757;
  250. text-align: right;
  251. }
  252. /* line 207, ../sass/_layout.scss */
  253. #header #credit .info a {
  254. color: white;
  255. }
  256. /* line 212, ../sass/_layout.scss */
  257. #header #credit span.text {
  258. font-family: "myriadpro-regular";
  259. }
  260. /* line 216, ../sass/_layout.scss */
  261. #header #credit span.glyphicon {
  262. font-size: 16px;
  263. }
  264. /* line 220, ../sass/_layout.scss */
  265. #header #credit #the-credit {
  266. margin-top: 7px;
  267. padding: 6px 15px;
  268. padding-bottom: 4px;
  269. background-color: #F8F1DD;
  270. color: #BB8757;
  271. -moz-border-radius: 7px;
  272. -webkit-border-radius: 7px;
  273. border-radius: 7px;
  274. }
  275. /* line 231, ../sass/_layout.scss */
  276. #main {
  277. background-color: #F8F1DD;
  278. }
  279. /* line 234, ../sass/_layout.scss */
  280. #main #main-nav {
  281. width: 100%;
  282. position: relative;
  283. top: -40px;
  284. background-color: white;
  285. border-bottom: solid 1px #e0e0e0;
  286. }
  287. /* line 243, ../sass/_layout.scss */
  288. #main #main-nav ul li a {
  289. color: #BB8757;
  290. text-transform: uppercase;
  291. font-family: "myriadpro-regular";
  292. border-right: solid 1px #e0e0e0;
  293. }
  294. /* line 250, ../sass/_layout.scss */
  295. #main #main-nav ul li a:hover, #main #main-nav ul li.active a {
  296. background: none;
  297. border-bottom: solid 1px #BB8757;
  298. -moz-border-radius: 0px;
  299. -webkit-border-radius: 0px;
  300. border-radius: 0px;
  301. }
  302. /* line 257, ../sass/_layout.scss */
  303. #main #main-nav ul li#btn-administration {
  304. background-color: #F8F1DD;
  305. float: right;
  306. }
  307. /* line 264, ../sass/_layout.scss */
  308. #main #main-nav #user {
  309. color: #BB8757;
  310. float: right;
  311. padding: 10px;
  312. }
  313. /* line 271, ../sass/_layout.scss */
  314. #main #page-title {
  315. padding-left: 15px;
  316. padding-right: 15px;
  317. padding-bottom: 15px;
  318. border-bottom: solid 1px #e0e0e0;
  319. margin-bottom: 10px;
  320. font-family: "myriadpro-light";
  321. font-size: 30px;
  322. position: relative;
  323. top: -10px;
  324. text-align: center;
  325. }
  326. /* line 284, ../sass/_layout.scss */
  327. #main .container {
  328. padding: 0px;
  329. background-color: white;
  330. min-height: 500px;
  331. border-left: solid 1px #e0e0e0;
  332. border-right: solid 1px #e0e0e0;
  333. }
  334. /* line 292, ../sass/_layout.scss */
  335. #main #content {
  336. padding-bottom: 20px;
  337. padding: 0px 20px 20px 20px;
  338. }
  339. /* line 296, ../sass/_layout.scss */
  340. #main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5, #main #content h6 {
  341. font-family: "myriadpro-regular";
  342. margin-top: 30px;
  343. margin-bottom: 20px;
  344. }
  345. /* line 301, ../sass/_layout.scss */
  346. #main #content h1.first, #main #content h2.first, #main #content h3.first, #main #content h4.first, #main #content h5.first, #main #content h6.first {
  347. margin-top: 0px;
  348. }
  349. /* line 306, ../sass/_layout.scss */
  350. #main #content h1 {
  351. font-size: 30px;
  352. }
  353. /* line 310, ../sass/_layout.scss */
  354. #main #content h2 {
  355. font-size: 25px;
  356. }
  357. /* line 315, ../sass/_layout.scss */
  358. #main #content h3 {
  359. font-family: "myriadpro-light";
  360. text-transform: uppercase;
  361. font-size: 23px;
  362. padding: 10px 0px 10px 10px;
  363. color: white;
  364. text-align: center;
  365. }
  366. /* line 322, ../sass/_layout.scss */
  367. #main #content h3 span {
  368. background-color: #BB8757;
  369. padding: 10px 20px;
  370. padding-top: 14px;
  371. background-color: #F8F1DD;
  372. color: #BB8757;
  373. border: dotted 1px #BB8757;
  374. }
  375. /* line 333, ../sass/_layout.scss */
  376. #main #content h4 {
  377. font-size: 20px;
  378. }
  379. /* line 337, ../sass/_layout.scss */
  380. #main #content h5 {
  381. font-size: 18px;
  382. }
  383. /* line 341, ../sass/_layout.scss */
  384. #main #content h6 {
  385. font-size: 16px;
  386. }
  387. /* line 347, ../sass/_layout.scss */
  388. #footer {
  389. background-color: #BB8757;
  390. height: 100px;
  391. }
  392. /* line 351, ../sass/_layout.scss */
  393. #footer .container {
  394. padding: 0px;
  395. }
  396. /* line 353, ../sass/_layout.scss */
  397. #footer .container .overflow {
  398. height: 30px;
  399. background-color: white;
  400. border-left: solid 1px #e0e0e0;
  401. border-right: solid 1px #e0e0e0;
  402. border-bottom: solid 1px #e0e0e0;
  403. }
  404. /* line 361, ../sass/_layout.scss */
  405. #footer .container .content {
  406. padding-top: 20px;
  407. color: white;
  408. }
  409. /* line 365, ../sass/_layout.scss */
  410. #footer .container .content a {
  411. color: white;
  412. text-decoration: underline;
  413. margin-right: 10px;
  414. }
  415. /* line 3, ../sass/site/_index.scss */
  416. .site-index #commander {
  417. margin-bottom: 40px;
  418. text-align: center;
  419. }
  420. /* line 9, ../sass/site/_index.scss */
  421. .site-index #presentation .photo {
  422. text-align: center;
  423. }
  424. /* line 11, ../sass/site/_index.scss */
  425. .site-index #presentation .photo .img-photo {
  426. width: 100%;
  427. max-width: 500px;
  428. }
  429. /* line 18, ../sass/site/_index.scss */
  430. .site-index #produits img.photo-produit {
  431. width: 100px;
  432. height: auto;
  433. }
  434. /* line 4, ../sass/commande/_form.scss */
  435. .commande-create .commande-form,
  436. .commande-update .commande-form {
  437. min-height: 600px;
  438. padding-bottom: 60px;
  439. }
  440. /* line 9, ../sass/commande/_form.scss */
  441. .commande-create .commande-form h2,
  442. .commande-update .commande-form h2 {
  443. font-family: "myriadpro-regular";
  444. }
  445. /* line 13, ../sass/commande/_form.scss */
  446. .commande-create .commande-form #infos-importantes.alert-warning,
  447. .commande-update .commande-form #infos-importantes.alert-warning {
  448. float: right;
  449. }
  450. /* line 19, ../sass/commande/_form.scss */
  451. .commande-create .commande-form #datepicker-production .ui-datepicker,
  452. .commande-update .commande-form #datepicker-production .ui-datepicker {
  453. float: left;
  454. margin-right: 20px;
  455. font-size: 20px;
  456. }
  457. /* line 25, ../sass/commande/_form.scss */
  458. .commande-create .commande-form #datepicker-production .ui-datepicker-header,
  459. .commande-update .commande-form #datepicker-production .ui-datepicker-header {
  460. background-color: #BB8757;
  461. }
  462. /* line 29, ../sass/commande/_form.scss */
  463. .commande-create .commande-form #datepicker-production .ui-datepicker-title,
  464. .commande-update .commande-form #datepicker-production .ui-datepicker-title {
  465. color: white;
  466. }
  467. /* line 35, ../sass/commande/_form.scss */
  468. .commande-create .commande-form #datepicker-production .ui-datepicker-prev:hover,
  469. .commande-create .commande-form #datepicker-production .ui-datepicker-next:hover,
  470. .commande-update .commande-form #datepicker-production .ui-datepicker-prev:hover,
  471. .commande-update .commande-form #datepicker-production .ui-datepicker-next:hover {
  472. border: 0px none;
  473. background: none;
  474. }
  475. /* line 41, ../sass/commande/_form.scss */
  476. .commande-create .commande-form #datepicker-production .ui-helper-clearfix:after,
  477. .commande-update .commande-form #datepicker-production .ui-helper-clearfix:after {
  478. clear: none;
  479. }
  480. /* line 46, ../sass/commande/_form.scss */
  481. .commande-create .commande-form #datepicker-production .ui-datepicker-calendar a,
  482. .commande-update .commande-form #datepicker-production .ui-datepicker-calendar a {
  483. text-decoration: none;
  484. background-color: #F8F1DD;
  485. }
  486. /* line 49, ../sass/commande/_form.scss */
  487. .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,
  488. .commande-update .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover,
  489. .commande-update .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active {
  490. background-color: #BB8757;
  491. color: white;
  492. border-color: #cdc3b7;
  493. }
  494. /* line 58, ../sass/commande/_form.scss */
  495. .commande-create .commande-form .date-commande,
  496. .commande-update .commande-form .date-commande {
  497. margin-bottom: 53px;
  498. }
  499. /* line 60, ../sass/commande/_form.scss */
  500. .commande-create .commande-form .date-commande span,
  501. .commande-update .commande-form .date-commande span {
  502. background-color: #BB8757;
  503. color: white;
  504. -moz-border-radius: 10px;
  505. -webkit-border-radius: 10px;
  506. border-radius: 10px;
  507. padding: 10px;
  508. font-family: "myriadpro-regular";
  509. font-size: 20px;
  510. }
  511. /* line 70, ../sass/commande/_form.scss */
  512. .commande-create .commande-form #has-commande-en-cours,
  513. .commande-update .commande-form #has-commande-en-cours {
  514. margin-top: 15px;
  515. }
  516. /* line 73, ../sass/commande/_form.scss */
  517. .commande-create .commande-form #has-commande-en-cours a,
  518. .commande-update .commande-form #has-commande-en-cours a {
  519. color: #a94442;
  520. text-decoration: none;
  521. font-weight: bold;
  522. }
  523. /* line 80, ../sass/commande/_form.scss */
  524. .commande-create .commande-form .field-commande-id_production,
  525. .commande-update .commande-form .field-commande-id_production {
  526. display: none;
  527. }
  528. /* line 84, ../sass/commande/_form.scss */
  529. .commande-create .commande-form .field-commande-id_point_vente,
  530. .commande-update .commande-form .field-commande-id_point_vente {
  531. margin-top: 30px;
  532. }
  533. /* line 88, ../sass/commande/_form.scss */
  534. .commande-create .commande-form .field-commande-id_production,
  535. .commande-update .commande-form .field-commande-id_production {
  536. margin-bottom: 0px;
  537. }
  538. /* line 90, ../sass/commande/_form.scss */
  539. .commande-create .commande-form .field-commande-id_production label,
  540. .commande-update .commande-form .field-commande-id_production label {
  541. margin-bottom: 0px;
  542. }
  543. /* line 94, ../sass/commande/_form.scss */
  544. .commande-create .commande-form .field-commande-id_production .help-block,
  545. .commande-update .commande-form .field-commande-id_production .help-block {
  546. margin-bottom: 0px;
  547. }
  548. /* line 99, ../sass/commande/_form.scss */
  549. .commande-create .commande-form .field-commande-id_point_vente,
  550. .commande-update .commande-form .field-commande-id_point_vente {
  551. display: none;
  552. }
  553. /* line 103, ../sass/commande/_form.scss */
  554. .commande-create .commande-form .blocs,
  555. .commande-update .commande-form .blocs {
  556. list-style-type: none;
  557. margin: 0px;
  558. padding: 0px;
  559. }
  560. /* line 108, ../sass/commande/_form.scss */
  561. .commande-create .commande-form .blocs .bloc,
  562. .commande-update .commande-form .blocs .bloc {
  563. text-decoration: none;
  564. width: 268px;
  565. height: 130px;
  566. float: left;
  567. padding: 20px;
  568. margin-right: 20px;
  569. margin-bottom: 8px;
  570. cursor: pointer;
  571. float: left;
  572. background-color: #f9f9f9;
  573. background-color: white;
  574. border: 1px solid #d8d8d8;
  575. }
  576. /* line 123, ../sass/commande/_form.scss */
  577. .commande-create .commande-form .blocs .bloc .nom,
  578. .commande-update .commande-form .blocs .bloc .nom {
  579. font-family: "comfortaalight";
  580. font-size: 20px;
  581. padding-bottom: 10px;
  582. }
  583. /* line 129, ../sass/commande/_form.scss */
  584. .commande-create .commande-form .blocs .bloc .adresse,
  585. .commande-update .commande-form .blocs .bloc .adresse {
  586. color: gray;
  587. font-size: 15px;
  588. line-height: 20px;
  589. }
  590. /* line 135, ../sass/commande/_form.scss */
  591. .commande-create .commande-form .blocs .bloc .horaires,
  592. .commande-update .commande-form .blocs .bloc .horaires {
  593. margin-top: 7px;
  594. }
  595. /* line 137, ../sass/commande/_form.scss */
  596. .commande-create .commande-form .blocs .bloc .horaires .jour,
  597. .commande-update .commande-form .blocs .bloc .horaires .jour {
  598. font-weight: bold;
  599. display: none;
  600. }
  601. /* line 144, ../sass/commande/_form.scss */
  602. .commande-create .commande-form .blocs .bloc.selected,
  603. .commande-update .commande-form .blocs .bloc.selected {
  604. border-left: solid 5px #BB8757;
  605. }
  606. /* line 147, ../sass/commande/_form.scss */
  607. .commande-create .commande-form .blocs .bloc.selected .contenu,
  608. .commande-update .commande-form .blocs .bloc.selected .contenu {
  609. position: relative;
  610. left: -4px;
  611. }
  612. /* line 153, ../sass/commande/_form.scss */
  613. .commande-create .commande-form .blocs .bloc:hover,
  614. .commande-update .commande-form .blocs .bloc:hover {
  615. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  616. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  617. box-shadow: 0px 0px 5px #d8d8d8;
  618. }
  619. /* line 158, ../sass/commande/_form.scss */
  620. .commande-create .commande-form .blocs .bloc.disabled,
  621. .commande-update .commande-form .blocs .bloc.disabled {
  622. display: none;
  623. }
  624. /* line 163, ../sass/commande/_form.scss */
  625. .commande-create .commande-form .blocs .bloc .commentaire,
  626. .commande-update .commande-form .blocs .bloc .commentaire {
  627. margin-top: 5px;
  628. }
  629. /* line 165, ../sass/commande/_form.scss */
  630. .commande-create .commande-form .blocs .bloc .commentaire span,
  631. .commande-update .commande-form .blocs .bloc .commentaire span {
  632. background-color: #BB8757;
  633. -moz-border-radius: 5px;
  634. -webkit-border-radius: 5px;
  635. border-radius: 5px;
  636. color: white;
  637. font-weight: bold;
  638. padding: 3px 10px;
  639. }
  640. /* line 176, ../sass/commande/_form.scss */
  641. .commande-create .commande-form #produits,
  642. .commande-update .commande-form #produits {
  643. margin-top: 15px;
  644. }
  645. /* line 179, ../sass/commande/_form.scss */
  646. .commande-create .commande-form #produits #label-produits,
  647. .commande-update .commande-form #produits #label-produits {
  648. display: block;
  649. margin-bottom: 5px;
  650. }
  651. /* line 184, ../sass/commande/_form.scss */
  652. .commande-create .commande-form #produits .table,
  653. .commande-update .commande-form #produits .table {
  654. margin-top: 7px;
  655. }
  656. /* line 187, ../sass/commande/_form.scss */
  657. .commande-create .commande-form #produits .table .illu,
  658. .commande-update .commande-form #produits .table .illu {
  659. float: left;
  660. height: auto;
  661. width: 70px;
  662. margin-right: 15px;
  663. }
  664. /* line 194, ../sass/commande/_form.scss */
  665. .commande-create .commande-form #produits .table .photo,
  666. .commande-update .commande-form #produits .table .photo {
  667. padding: 0px;
  668. width: 120px;
  669. }
  670. /* line 199, ../sass/commande/_form.scss */
  671. .commande-create .commande-form #produits .table .th-photo, .commande-create .commande-form #produits .table .td-photo,
  672. .commande-update .commande-form #produits .table .th-photo,
  673. .commande-update .commande-form #produits .table .td-photo {
  674. width: 120px;
  675. }
  676. /* line 203, ../sass/commande/_form.scss */
  677. .commande-create .commande-form #produits .table .nom,
  678. .commande-update .commande-form #produits .table .nom {
  679. font-family: "comfortaalight";
  680. font-weight: bold;
  681. text-transform: uppercase;
  682. font-size: 18px;
  683. }
  684. /* line 210, ../sass/commande/_form.scss */
  685. .commande-create .commande-form #produits .table .description,
  686. .commande-update .commande-form #produits .table .description {
  687. font-style: italic;
  688. }
  689. /* line 214, ../sass/commande/_form.scss */
  690. .commande-create .commande-form #produits .table .recette,
  691. .commande-update .commande-form #produits .table .recette {
  692. font-size: 12px;
  693. }
  694. /* line 218, ../sass/commande/_form.scss */
  695. .commande-create .commande-form #produits .table .input-group,
  696. .commande-update .commande-form #produits .table .input-group {
  697. width: 133px;
  698. }
  699. /* line 220, ../sass/commande/_form.scss */
  700. .commande-create .commande-form #produits .table .input-group .quantity,
  701. .commande-update .commande-form #produits .table .input-group .quantity {
  702. text-align: center;
  703. }
  704. /* line 225, ../sass/commande/_form.scss */
  705. .commande-create .commande-form #produits .table .colonne-quantite, .commande-create .commande-form #produits .table .prix-unit, .commande-create .commande-form #produits .table .total,
  706. .commande-update .commande-form #produits .table .colonne-quantite,
  707. .commande-update .commande-form #produits .table .prix-unit,
  708. .commande-update .commande-form #produits .table .total {
  709. width: 150px;
  710. text-align: center;
  711. }
  712. /* line 230, ../sass/commande/_form.scss */
  713. .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,
  714. .commande-update .commande-form #produits .table td#total-commande,
  715. .commande-update .commande-form #produits .table td#total-commande-vrac,
  716. .commande-update .commande-form #produits .table td.total {
  717. text-align: center;
  718. }
  719. /* line 234, ../sass/commande/_form.scss */
  720. .commande-create .commande-form #produits .table .epuise,
  721. .commande-update .commande-form #produits .table .epuise {
  722. display: none;
  723. text-transform: uppercase;
  724. color: #B32815;
  725. font-weight: bold;
  726. font-size: 16px;
  727. text-align: center;
  728. }
  729. /* line 243, ../sass/commande/_form.scss */
  730. .commande-create .commande-form #produits .table .quantite-restante,
  731. .commande-update .commande-form #produits .table .quantite-restante {
  732. font-size: 12px;
  733. margin-top: 8px;
  734. }
  735. /* line 247, ../sass/commande/_form.scss */
  736. .commande-create .commande-form #produits .table .quantite-restante .nb,
  737. .commande-update .commande-form #produits .table .quantite-restante .nb {
  738. font-weight: bold;
  739. }
  740. /* line 252, ../sass/commande/_form.scss */
  741. .commande-create .commande-form #produits .table td.produit, .commande-create .commande-form #produits .table th.produit,
  742. .commande-update .commande-form #produits .table td.produit,
  743. .commande-update .commande-form #produits .table th.produit {
  744. width: 70%;
  745. }
  746. /* line 256, ../sass/commande/_form.scss */
  747. .commande-create .commande-form #produits .table td.prix-unit, .commande-create .commande-form #produits .table th.prix-unit,
  748. .commande-update .commande-form #produits .table td.prix-unit,
  749. .commande-update .commande-form #produits .table th.prix-unit {
  750. width: 10%;
  751. }
  752. /* line 260, ../sass/commande/_form.scss */
  753. .commande-create .commande-form #produits .table td.colonne-quantite, .commande-create .commande-form #produits .table th.colonne-quantite,
  754. .commande-update .commande-form #produits .table td.colonne-quantite,
  755. .commande-update .commande-form #produits .table th.colonne-quantite {
  756. width: 10%;
  757. }
  758. /* line 264, ../sass/commande/_form.scss */
  759. .commande-create .commande-form #produits .table td.total, .commande-create .commande-form #produits .table th.total,
  760. .commande-update .commande-form #produits .table td.total,
  761. .commande-update .commande-form #produits .table th.total {
  762. width: 10%;
  763. }
  764. /* line 270, ../sass/commande/_form.scss */
  765. .commande-create .commande-form #bar-fixed,
  766. .commande-update .commande-form #bar-fixed {
  767. display: none;
  768. width: 100%;
  769. position: fixed;
  770. bottom: 0px;
  771. left: 0px;
  772. z-index: 100;
  773. background-color: white;
  774. padding: 15px;
  775. margin-bottom: 0px;
  776. -moz-box-shadow: 0 0 5px gray;
  777. -webkit-box-shadow: 0 0 5px gray;
  778. box-shadow: 0 0 5px gray;
  779. border-top: solid 1px #e0e0e0;
  780. background-color: #F9F9F9;
  781. background-color: #F8F1DD;
  782. text-align: center;
  783. }
  784. /* line 286, ../sass/commande/_form.scss */
  785. .commande-create .commande-form #bar-fixed .container,
  786. .commande-update .commande-form #bar-fixed .container {
  787. min-height: auto;
  788. background: none;
  789. border: 0px none;
  790. }
  791. /* line 292, ../sass/commande/_form.scss */
  792. .commande-create .commande-form #bar-fixed.not-fixed,
  793. .commande-update .commande-form #bar-fixed.not-fixed {
  794. position: relative;
  795. -moz-box-shadow: none;
  796. -webkit-box-shadow: none;
  797. box-shadow: none;
  798. -moz-border-radius: 0px;
  799. -webkit-border-radius: 0px;
  800. border-radius: 0px;
  801. border: solid 1px #e0e0e0;
  802. padding-right: 20px;
  803. }
  804. /* line 299, ../sass/commande/_form.scss */
  805. .commande-create .commande-form #bar-fixed.not-fixed .container,
  806. .commande-update .commande-form #bar-fixed.not-fixed .container {
  807. width: auto;
  808. }
  809. /* line 305, ../sass/commande/_form.scss */
  810. .commande-create .commande-form #bar-fixed.no-credit-pain #bloc-valider-commande,
  811. .commande-update .commande-form #bar-fixed.no-credit-pain #bloc-valider-commande {
  812. margin-top: 0px;
  813. float: right;
  814. }
  815. /* line 311, ../sass/commande/_form.scss */
  816. .commande-create .commande-form #bar-fixed #total-commande-bottom,
  817. .commande-update .commande-form #bar-fixed #total-commande-bottom {
  818. background-color: white;
  819. -moz-border-radius: 20px;
  820. -webkit-border-radius: 20px;
  821. border-radius: 20px;
  822. padding: 5px 25px;
  823. border: solid 1px #e0e0e0;
  824. }
  825. /* line 318, ../sass/commande/_form.scss */
  826. .commande-create .commande-form #bar-fixed .btn-commentaire,
  827. .commande-update .commande-form #bar-fixed .btn-commentaire {
  828. float: left;
  829. }
  830. /* line 326, ../sass/commande/_form.scss */
  831. .commande-create .commande-form #bar-fixed .btn-commentaire,
  832. .commande-update .commande-form #bar-fixed .btn-commentaire {
  833. margin-right: 10px;
  834. }
  835. /* line 330, ../sass/commande/_form.scss */
  836. .commande-create .commande-form #bar-fixed #bloc-valider-commande,
  837. .commande-update .commande-form #bar-fixed #bloc-valider-commande {
  838. text-align: right;
  839. margin-top: 20px;
  840. }
  841. /* line 334, ../sass/commande/_form.scss */
  842. .commande-create .commande-form #bar-fixed #bloc-valider-commande button,
  843. .commande-update .commande-form #bar-fixed #bloc-valider-commande button {
  844. width: 340px;
  845. margin-right: 10px;
  846. }
  847. /* line 340, ../sass/commande/_form.scss */
  848. .commande-create .commande-form #bar-fixed #checkbox-credit-pain,
  849. .commande-update .commande-form #bar-fixed #checkbox-credit-pain {
  850. float: right;
  851. width: 340px;
  852. padding: 3px 11px;
  853. background-color: white;
  854. border: solid 1px #ccc;
  855. -moz-border-radius: 5px;
  856. -webkit-border-radius: 5px;
  857. border-radius: 5px;
  858. margin-right: 10px;
  859. text-shadow: 0 1px 0 #fff;
  860. -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  861. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  862. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  863. }
  864. /* line 351, ../sass/commande/_form.scss */
  865. .commande-create .commande-form #bar-fixed #checkbox-credit-pain.paiement-impossible,
  866. .commande-update .commande-form #bar-fixed #checkbox-credit-pain.paiement-impossible {
  867. background-color: #e0e0e0;
  868. }
  869. /* line 355, ../sass/commande/_form.scss */
  870. .commande-create .commande-form #bar-fixed #checkbox-credit-pain .info,
  871. .commande-update .commande-form #bar-fixed #checkbox-credit-pain .info {
  872. color: gray;
  873. font-weight: normal;
  874. }
  875. /* line 360, ../sass/commande/_form.scss */
  876. .commande-create .commande-form #bar-fixed #checkbox-credit-pain .the-credit,
  877. .commande-update .commande-form #bar-fixed #checkbox-credit-pain .the-credit {
  878. background-color: #BB8757;
  879. color: white;
  880. padding: 2px 8px;
  881. -moz-border-radius: 5px;
  882. -webkit-border-radius: 5px;
  883. border-radius: 5px;
  884. }
  885. /* line 367, ../sass/commande/_form.scss */
  886. .commande-create .commande-form #bar-fixed #checkbox-credit-pain .montant-paye,
  887. .commande-update .commande-form #bar-fixed #checkbox-credit-pain .montant-paye {
  888. color: #BB8757;
  889. }
  890. /* line 371, ../sass/commande/_form.scss */
  891. .commande-create .commande-form #bar-fixed #checkbox-credit-pain #info-credit-vide,
  892. .commande-update .commande-form #bar-fixed #checkbox-credit-pain #info-credit-vide {
  893. font-size: 12px;
  894. }
  895. /* line 375, ../sass/commande/_form.scss */
  896. .commande-create .commande-form #bar-fixed #checkbox-credit-pain #credit-pain-disabled,
  897. .commande-update .commande-form #bar-fixed #checkbox-credit-pain #credit-pain-disabled {
  898. display: none;
  899. font-size: 12px;
  900. }
  901. /* line 381, ../sass/commande/_form.scss */
  902. .commande-create .commande-form #bar-fixed .btn-retour, .commande-create .commande-form #bar-fixed .annuler-commande,
  903. .commande-update .commande-form #bar-fixed .btn-retour,
  904. .commande-update .commande-form #bar-fixed .annuler-commande {
  905. float: left;
  906. margin-right: 5px;
  907. }
  908. /* line 386, ../sass/commande/_form.scss */
  909. .commande-create .commande-form #bar-fixed .annuler-commande,
  910. .commande-update .commande-form #bar-fixed .annuler-commande {
  911. color: #b92c28;
  912. background-color: white;
  913. }
  914. /* line 391, ../sass/commande/_form.scss */
  915. .commande-create .commande-form #bar-fixed #total-commande-bottom,
  916. .commande-update .commande-form #bar-fixed #total-commande-bottom {
  917. display: none;
  918. font-weight: bold;
  919. font-family: "comfortaalight";
  920. font-size: 24px;
  921. }
  922. /* line 398, ../sass/commande/_form.scss */
  923. .commande-create .commande-form #bar-fixed .field-commande-commentaire,
  924. .commande-update .commande-form #bar-fixed .field-commande-commentaire {
  925. display: none;
  926. }
  927. /* line 406, ../sass/commande/_form.scss */
  928. .commande-create .ui-datepicker .ui-widget-header,
  929. .commande-update .ui-datepicker .ui-widget-header {
  930. background: none;
  931. background-color: gray;
  932. border: 0px none;
  933. color: black;
  934. font-weight: normal;
  935. }
  936. /* line 414, ../sass/commande/_form.scss */
  937. .commande-create .ui-datepicker .ui-datepicker-current-day a,
  938. .commande-create .ui-datepicker a.ui-state-hover,
  939. .commande-update .ui-datepicker .ui-datepicker-current-day a,
  940. .commande-update .ui-datepicker a.ui-state-hover {
  941. background: none;
  942. background-color: gray;
  943. border-color: black;
  944. color: black;
  945. }
  946. /* line 4, ../sass/commande/_historique.scss */
  947. .commande-historique #liste-boulangeries {
  948. display: none;
  949. }