Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

836 lines
26KB

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