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.

888 satır
28KB

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