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.

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