Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

2053 lines
69KB

  1. @charset "UTF-8";
  2. /**
  3. Copyright distrib (2018)
  4. contact@opendistrib.net
  5. Ce logiciel est un programme informatique servant à aider les producteurs
  6. à distribuer leur production en circuits courts.
  7. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  8. respectant les principes de diffusion des logiciels libres. Vous pouvez
  9. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  10. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  11. sur le site "http://www.cecill.info".
  12. En contrepartie de l'accessibilité au code source et des droits de copie,
  13. de modification et de redistribution accordés par cette licence, il n'est
  14. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  15. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  16. titulaire des droits patrimoniaux et les concédants successifs.
  17. A cet égard l'attention de l'utilisateur est attirée sur les risques
  18. associés au chargement, à l'utilisation, à la modification et/ou au
  19. développement et à la reproduction du logiciel par l'utilisateur étant
  20. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  21. manipuler et qui le réserve donc à des développeurs et des professionnels
  22. avertis possédant des connaissances informatiques approfondies. Les
  23. utilisateurs sont donc invités à charger et tester l'adéquation du
  24. logiciel à leurs besoins dans des conditions permettant d'assurer la
  25. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  26. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  27. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  28. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  29. termes.
  30. */
  31. /**
  32. Copyright distrib (2018)
  33. contact@opendistrib.net
  34. Ce logiciel est un programme informatique servant à aider les producteurs
  35. à distribuer leur production en circuits courts.
  36. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  37. respectant les principes de diffusion des logiciels libres. Vous pouvez
  38. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  39. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  40. sur le site "http://www.cecill.info".
  41. En contrepartie de l'accessibilité au code source et des droits de copie,
  42. de modification et de redistribution accordés par cette licence, il n'est
  43. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  44. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  45. titulaire des droits patrimoniaux et les concédants successifs.
  46. A cet égard l'attention de l'utilisateur est attirée sur les risques
  47. associés au chargement, à l'utilisation, à la modification et/ou au
  48. développement et à la reproduction du logiciel par l'utilisateur étant
  49. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  50. manipuler et qui le réserve donc à des développeurs et des professionnels
  51. avertis possédant des connaissances informatiques approfondies. Les
  52. utilisateurs sont donc invités à charger et tester l'adéquation du
  53. logiciel à leurs besoins dans des conditions permettant d'assurer la
  54. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  55. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  56. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  57. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  58. termes.
  59. */
  60. /* line 38, ../sass/_layout.scss */
  61. body {
  62. background-color: #f4efe8 !important;
  63. font-family: 'worksans_regular' !important;
  64. color: #333;
  65. line-height: 20px;
  66. font-size: 14px;
  67. }
  68. /* line 46, ../sass/_layout.scss */
  69. .clr {
  70. clear: both;
  71. }
  72. /* line 50, ../sass/_layout.scss */
  73. .panel {
  74. margin-bottom: 30px;
  75. }
  76. /* line 52, ../sass/_layout.scss */
  77. .panel strong {
  78. font-weight: bold;
  79. }
  80. /* line 57, ../sass/_layout.scss */
  81. .modal-backdrop.in {
  82. z-index: 10;
  83. }
  84. /* line 62, ../sass/_layout.scss */
  85. #section-user-top .navbar-default {
  86. background-color: white;
  87. }
  88. /* line 67, ../sass/_layout.scss */
  89. #main {
  90. position: relative;
  91. }
  92. /* line 71, ../sass/_layout.scss */
  93. #main .alert {
  94. background-image: none;
  95. background-color: white;
  96. border-bottom-width: 3px;
  97. }
  98. /* line 79, ../sass/_layout.scss */
  99. .alert.alert-warning a {
  100. color: #8a6d3b;
  101. text-decoration: underline;
  102. }
  103. /* line 86, ../sass/_layout.scss */
  104. .alert.alert-danger a {
  105. color: #a94442;
  106. text-decoration: underline;
  107. }
  108. /* line 96, ../sass/_layout.scss */
  109. ul.pagination li.active a {
  110. background-color: #ee6f42;
  111. border: solid 1px #ee6f42;
  112. }
  113. /* line 100, ../sass/_layout.scss */
  114. ul.pagination li.active a:hover {
  115. background-color: white;
  116. border: solid 1px white;
  117. color: #ee6f42;
  118. }
  119. /* line 107, ../sass/_layout.scss */
  120. ul.pagination li a {
  121. color: #ee6f42;
  122. }
  123. /* line 110, ../sass/_layout.scss */
  124. ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li a:active {
  125. background-color: white;
  126. border: solid 1px white;
  127. color: #ee6f42;
  128. }
  129. /* line 120, ../sass/_layout.scss */
  130. .product-name-description-block .name {
  131. font-family: "worksans_semibold";
  132. color: black;
  133. font-size: 1.4em;
  134. line-height: 1.6em;
  135. }
  136. /* line 127, ../sass/_layout.scss */
  137. .product-name-description-block .other {
  138. font-family: "worksans_regular";
  139. color: black;
  140. font-weight: bold;
  141. font-size: 17px;
  142. }
  143. /* line 134, ../sass/_layout.scss */
  144. .product-name-description-block .description,
  145. .product-name-description-block .description-long {
  146. color: gray;
  147. }
  148. /* line 140, ../sass/_layout.scss */
  149. .product-name-description-block .description-long .content {
  150. display: none;
  151. }
  152. /* line 146, ../sass/_layout.scss */
  153. #header {
  154. text-align: center;
  155. padding: 0px;
  156. position: relative;
  157. }
  158. /* line 152, ../sass/_layout.scss */
  159. #header #logo {
  160. position: absolute;
  161. top: 90px;
  162. left: 30px;
  163. background-color: white;
  164. width: 180px;
  165. height: 180px;
  166. -moz-border-radius: 180px;
  167. -webkit-border-radius: 180px;
  168. border-radius: 180px;
  169. border: solid 3px #ece4d8;
  170. text-align: center;
  171. overflow: hidden;
  172. }
  173. /* line 164, ../sass/_layout.scss */
  174. #header #logo img {
  175. position: absolute;
  176. top: 50%;
  177. left: 50%;
  178. transform: translate(-50%, -50%);
  179. max-width: 160px;
  180. max-height: 160px;
  181. }
  182. /* line 174, ../sass/_layout.scss */
  183. #header #title {
  184. text-align: left;
  185. padding-left: 246px;
  186. padding-top: 20px;
  187. padding-bottom: 20px;
  188. }
  189. /* line 180, ../sass/_layout.scss */
  190. #header #title h1 {
  191. font-family: 'worksans_extrabold';
  192. font-size: 2.2rem;
  193. margin-bottom: 2px;
  194. }
  195. /* line 185, ../sass/_layout.scss */
  196. #header #title h1 .bookmark {
  197. color: #b7ab9b;
  198. font-size: 0.7em;
  199. }
  200. /* line 191, ../sass/_layout.scss */
  201. #header #title h2 {
  202. font-family: 'worksans_regular';
  203. text-transform: uppercase;
  204. font-size: 1.1rem;
  205. }
  206. /* line 196, ../sass/_layout.scss */
  207. #header #title h2 .location {
  208. text-transform: none;
  209. font-family: 'worksans_bold';
  210. }
  211. /* line 200, ../sass/_layout.scss */
  212. #header #title h2 .location .bi {
  213. position: relative;
  214. left: 1px;
  215. }
  216. /* line 208, ../sass/_layout.scss */
  217. #header nav#main-nav {
  218. background-color: #ece4d8;
  219. margin-top: 0px;
  220. }
  221. /* line 214, ../sass/_layout.scss */
  222. #header nav#main-nav ul li a {
  223. display: inline-block;
  224. padding: 8px 15px;
  225. text-decoration: none;
  226. background-color: #f4efe8;
  227. color: black;
  228. -moz-box-shadow: -20px 0px 20px 0px #ece4d8 inset;
  229. -webkit-box-shadow: -20px 0px 20px 0px #ece4d8 inset;
  230. box-shadow: -20px 0px 20px 0px #ece4d8 inset;
  231. }
  232. /* line 222, ../sass/_layout.scss */
  233. #header nav#main-nav ul li a .bi {
  234. margin-right: 3px;
  235. }
  236. /* line 226, ../sass/_layout.scss */
  237. #header nav#main-nav ul li a span.label {
  238. display: inline-block;
  239. position: relative;
  240. top: -2px;
  241. background-color: #b7ab9b;
  242. color: white;
  243. font-family: 'worksans_bold';
  244. -moz-border-radius: 15px;
  245. -webkit-border-radius: 15px;
  246. border-radius: 15px;
  247. padding: 4px 10px 3px 10px;
  248. margin-left: 3px;
  249. font-size: 0.8em;
  250. line-height: 0.8em;
  251. text-transform: uppercase;
  252. border: solid 1px transparent;
  253. }
  254. /* line 242, ../sass/_layout.scss */
  255. #header nav#main-nav ul li a span.label.label-success {
  256. border: solid 1px white;
  257. }
  258. /* line 248, ../sass/_layout.scss */
  259. #header nav#main-nav ul li.active a,
  260. #header nav#main-nav ul li a:hover {
  261. color: white;
  262. -moz-box-shadow: none;
  263. -webkit-box-shadow: none;
  264. box-shadow: none;
  265. }
  266. /* line 255, ../sass/_layout.scss */
  267. #header nav#main-nav ul.submenu {
  268. background-color: white;
  269. }
  270. /* line 259, ../sass/_layout.scss */
  271. #header nav#main-nav ul.submenu li a {
  272. background-color: white;
  273. font-size: 0.9em;
  274. -moz-box-shadow: none;
  275. -webkit-box-shadow: none;
  276. box-shadow: none;
  277. border-bottom: solid 2px #f4efe8;
  278. }
  279. /* line 265, ../sass/_layout.scss */
  280. #header nav#main-nav ul.submenu li a span.label {
  281. background-color: white;
  282. border: solid 1px #b7ab9b;
  283. color: #b7ab9b;
  284. }
  285. /* line 272, ../sass/_layout.scss */
  286. #header nav#main-nav ul.submenu li.active a,
  287. #header nav#main-nav ul.submenu li a:hover {
  288. color: black;
  289. background-color: white;
  290. border-bottom: solid 2px #b7ab9b;
  291. }
  292. /* line 282, ../sass/_layout.scss */
  293. #header nav#main-nav #user {
  294. color: #ee6f42;
  295. float: right;
  296. padding: 10px;
  297. }
  298. /* line 290, ../sass/_layout.scss */
  299. #main {
  300. padding: 0px;
  301. padding-top: 38px;
  302. margin-bottom: 50px;
  303. background-color: white;
  304. }
  305. /* line 296, ../sass/_layout.scss */
  306. #main #banner {
  307. height: 180px;
  308. overflow: hidden;
  309. position: relative;
  310. background-size: cover;
  311. background-position: center;
  312. }
  313. /* line 304, ../sass/_layout.scss */
  314. #main #infos-producer {
  315. display: none;
  316. padding: 5px 10px;
  317. margin-bottom: 0px;
  318. font-size: 16px;
  319. background-color: white;
  320. border-bottom: solid 1px #e0e0e0;
  321. color: gray;
  322. }
  323. /* line 313, ../sass/_layout.scss */
  324. #main #infos-producer strong {
  325. font-weight: bold;
  326. }
  327. /* line 317, ../sass/_layout.scss */
  328. #main #infos-producer .favorite {
  329. float: right;
  330. color: gray;
  331. }
  332. /* line 320, ../sass/_layout.scss */
  333. #main #infos-producer .favorite a {
  334. color: black;
  335. }
  336. /* line 326, ../sass/_layout.scss */
  337. #main h2#page-title {
  338. margin-top: 0px;
  339. font-family: "worksans_bold";
  340. font-size: 30px;
  341. line-height: 40px;
  342. }
  343. /* line 337, ../sass/_layout.scss */
  344. #main #content {
  345. padding: 40px;
  346. min-height: 300px;
  347. }
  348. /* line 341, ../sass/_layout.scss */
  349. #main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5, #main #content h6 {
  350. font-family: "worksans_bold";
  351. margin-bottom: 20px;
  352. }
  353. /* line 345, ../sass/_layout.scss */
  354. #main #content h1.first, #main #content h2.first, #main #content h3.first, #main #content h4.first, #main #content h5.first, #main #content h6.first {
  355. margin-top: 0px;
  356. }
  357. /* line 350, ../sass/_layout.scss */
  358. #main #content h1 {
  359. font-size: 30px;
  360. }
  361. /* line 354, ../sass/_layout.scss */
  362. #main #content h2 {
  363. font-size: 25px;
  364. }
  365. /* line 358, ../sass/_layout.scss */
  366. #main #content h3 {
  367. font-size: 23px;
  368. text-align: left;
  369. margin-bottom: 30px;
  370. margin-top: 45px;
  371. }
  372. /* line 364, ../sass/_layout.scss */
  373. #main #content h3 span {
  374. padding-top: 14px;
  375. color: black;
  376. }
  377. /* line 370, ../sass/_layout.scss */
  378. #main #content h4 {
  379. font-size: 20px;
  380. }
  381. /* line 374, ../sass/_layout.scss */
  382. #main #content h5 {
  383. font-size: 18px;
  384. }
  385. /* line 378, ../sass/_layout.scss */
  386. #main #content h6 {
  387. font-size: 16px;
  388. }
  389. /* line 384, ../sass/_layout.scss */
  390. #main #content form .form-group .hint-block {
  391. color: gray;
  392. }
  393. /* line 392, ../sass/_layout.scss */
  394. #footer-producer {
  395. text-align: center;
  396. position: absolute;
  397. bottom: 0px;
  398. left: 0px;
  399. width: 100%;
  400. }
  401. /* line 399, ../sass/_layout.scss */
  402. #footer-producer a {
  403. color: #ee6f42;
  404. }
  405. /* line 401, ../sass/_layout.scss */
  406. #footer-producer a:active {
  407. text-decoration: underline;
  408. }
  409. /* line 407, ../sass/_layout.scss */
  410. #footer {
  411. display: none;
  412. height: 100px;
  413. float: right;
  414. text-align: center;
  415. }
  416. /* line 413, ../sass/_layout.scss */
  417. #footer .content {
  418. padding-top: 20px;
  419. color: black;
  420. }
  421. /* line 417, ../sass/_layout.scss */
  422. #footer .content a {
  423. color: black;
  424. font-size: 18px;
  425. padding-left: 10px;
  426. padding-right: 10px;
  427. }
  428. /* line 423, ../sass/_layout.scss */
  429. #footer .content a:hover {
  430. text-decoration: underline;
  431. }
  432. /* line 430, ../sass/_layout.scss */
  433. #footer #code-source img {
  434. height: 20px;
  435. }
  436. /**
  437. Copyright distrib (2018)
  438. contact@opendistrib.net
  439. Ce logiciel est un programme informatique servant à aider les producteurs
  440. à distribuer leur production en circuits courts.
  441. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  442. respectant les principes de diffusion des logiciels libres. Vous pouvez
  443. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  444. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  445. sur le site "http://www.cecill.info".
  446. En contrepartie de l'accessibilité au code source et des droits de copie,
  447. de modification et de redistribution accordés par cette licence, il n'est
  448. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  449. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  450. titulaire des droits patrimoniaux et les concédants successifs.
  451. A cet égard l'attention de l'utilisateur est attirée sur les risques
  452. associés au chargement, à l'utilisation, à la modification et/ou au
  453. développement et à la reproduction du logiciel par l'utilisateur étant
  454. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  455. manipuler et qui le réserve donc à des développeurs et des professionnels
  456. avertis possédant des connaissances informatiques approfondies. Les
  457. utilisateurs sont donc invités à charger et tester l'adéquation du
  458. logiciel à leurs besoins dans des conditions permettant d'assurer la
  459. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  460. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  461. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  462. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  463. termes.
  464. */
  465. /* line 40, ../sass/site/_index.scss */
  466. .site-index #presentation .photo {
  467. text-align: center;
  468. }
  469. /* line 42, ../sass/site/_index.scss */
  470. .site-index #presentation .photo .img-photo {
  471. width: 100%;
  472. max-width: 500px;
  473. }
  474. /* line 49, ../sass/site/_index.scss */
  475. .site-index #presentation .description strong {
  476. font-weight: bold;
  477. }
  478. /* line 53, ../sass/site/_index.scss */
  479. .site-index #presentation .description em {
  480. font-style: italic;
  481. }
  482. /* line 57, ../sass/site/_index.scss */
  483. .site-index #presentation .description a {
  484. color: black;
  485. text-decoration: underline;
  486. }
  487. /* line 4, ../sass/site/_products.scss */
  488. .site-products #products td.photo {
  489. width: 100px;
  490. }
  491. /* line 6, ../sass/site/_products.scss */
  492. .site-products #products td.photo img.photo-product {
  493. width: 120px;
  494. height: auto;
  495. }
  496. /* line 12, ../sass/site/_products.scss */
  497. .site-products #products small {
  498. color: gray;
  499. }
  500. /* line 5, ../sass/site/_points_sale.scss */
  501. .site-points-sale #points-sale .name .the-name {
  502. font-family: 'worksans_semibold';
  503. font-size: 20px;
  504. color: black;
  505. }
  506. /* line 10, ../sass/site/_points_sale.scss */
  507. .site-points-sale #points-sale .name .locality {
  508. color: gray;
  509. }
  510. /* line 16, ../sass/site/_points_sale.scss */
  511. .site-points-sale #points-sale .days .block-day:not(:last-child) {
  512. margin-bottom: 15px;
  513. }
  514. /* line 19, ../sass/site/_points_sale.scss */
  515. .site-points-sale #points-sale .days .block-day strong {
  516. font-family: 'worksans_medium';
  517. }
  518. /* line 22, ../sass/site/_points_sale.scss */
  519. .site-points-sale #points-sale .days .block-day small {
  520. color: gray;
  521. }
  522. /* line 3, ../sass/site/_credit_history.scss */
  523. .credit-history #credit-user {
  524. color: #ee6f42;
  525. font-size: 29px;
  526. font-weight: bold;
  527. }
  528. /* line 3, ../sass/site/_contact.scss */
  529. #contact-form .field-contactform-istest {
  530. display: none;
  531. }
  532. /**
  533. Copyright distrib (2018)
  534. contact@opendistrib.net
  535. Ce logiciel est un programme informatique servant à aider les producteurs
  536. à distribuer leur production en circuits courts.
  537. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  538. respectant les principes de diffusion des logiciels libres. Vous pouvez
  539. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  540. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  541. sur le site "http://www.cecill.info".
  542. En contrepartie de l'accessibilité au code source et des droits de copie,
  543. de modification et de redistribution accordés par cette licence, il n'est
  544. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  545. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  546. titulaire des droits patrimoniaux et les concédants successifs.
  547. A cet égard l'attention de l'utilisateur est attirée sur les risques
  548. associés au chargement, à l'utilisation, à la modification et/ou au
  549. développement et à la reproduction du logiciel par l'utilisateur étant
  550. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  551. manipuler et qui le réserve donc à des développeurs et des professionnels
  552. avertis possédant des connaissances informatiques approfondies. Les
  553. utilisateurs sont donc invités à charger et tester l'adéquation du
  554. logiciel à leurs besoins dans des conditions permettant d'assurer la
  555. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  556. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  557. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  558. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  559. termes.
  560. */
  561. /* line 40, ../sass/order/_form.scss */
  562. .order-create #main #content .order-form,
  563. .order-update #main #content .order-form {
  564. min-height: 600px;
  565. padding-bottom: 60px;
  566. }
  567. /* line 45, ../sass/order/_form.scss */
  568. .order-create #main #content .order-form h2,
  569. .order-update #main #content .order-form h2 {
  570. font-family: "myriadpro-regular";
  571. }
  572. /* line 49, ../sass/order/_form.scss */
  573. .order-create #main #content .order-form #infos-importantes.alert-warning,
  574. .order-update #main #content .order-form #infos-importantes.alert-warning {
  575. float: right;
  576. }
  577. /* line 55, ../sass/order/_form.scss */
  578. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker,
  579. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker {
  580. float: left;
  581. margin-right: 20px;
  582. font-size: 20px;
  583. }
  584. /* line 61, ../sass/order/_form.scss */
  585. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-header,
  586. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-header {
  587. background-color: #ee6f42;
  588. }
  589. /* line 65, ../sass/order/_form.scss */
  590. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-title,
  591. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-title {
  592. color: white;
  593. }
  594. /* line 71, ../sass/order/_form.scss */
  595. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover,
  596. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover,
  597. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover,
  598. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover {
  599. border: 0px none;
  600. background: none;
  601. }
  602. /* line 77, ../sass/order/_form.scss */
  603. .order-create #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after,
  604. .order-update #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after {
  605. clear: none;
  606. }
  607. /* line 82, ../sass/order/_form.scss */
  608. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a,
  609. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a {
  610. text-decoration: none;
  611. background-color: white;
  612. }
  613. /* line 85, ../sass/order/_form.scss */
  614. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-hover, .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-active,
  615. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-hover,
  616. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-active {
  617. background-color: #ee6f42;
  618. color: white;
  619. border-color: #cdc3b7;
  620. }
  621. /* line 94, ../sass/order/_form.scss */
  622. .order-create #main #content .order-form .date-order,
  623. .order-update #main #content .order-form .date-order {
  624. margin-bottom: 53px;
  625. }
  626. /* line 96, ../sass/order/_form.scss */
  627. .order-create #main #content .order-form .date-order span,
  628. .order-update #main #content .order-form .date-order span {
  629. background-color: #ee6f42;
  630. color: white;
  631. -moz-border-radius: 10px;
  632. -webkit-border-radius: 10px;
  633. border-radius: 10px;
  634. padding: 10px;
  635. font-family: "myriadpro-regular";
  636. font-size: 20px;
  637. }
  638. /* line 106, ../sass/order/_form.scss */
  639. .order-create #main #content .order-form #has-order-in-progress,
  640. .order-update #main #content .order-form #has-order-in-progress {
  641. margin-top: 15px;
  642. }
  643. /* line 109, ../sass/order/_form.scss */
  644. .order-create #main #content .order-form #has-order-in-progress a,
  645. .order-update #main #content .order-form #has-order-in-progress a {
  646. color: #a94442;
  647. text-decoration: none;
  648. font-weight: bold;
  649. }
  650. /* line 116, ../sass/order/_form.scss */
  651. .order-create #main #content .order-form .field-order-id_distribution,
  652. .order-update #main #content .order-form .field-order-id_distribution {
  653. display: none;
  654. }
  655. /* line 120, ../sass/order/_form.scss */
  656. .order-create #main #content .order-form .field-order-id_point_sale,
  657. .order-update #main #content .order-form .field-order-id_point_sale {
  658. margin-top: 30px;
  659. }
  660. /* line 124, ../sass/order/_form.scss */
  661. .order-create #main #content .order-form .field-order-id_distribution,
  662. .order-update #main #content .order-form .field-order-id_distribution {
  663. margin-bottom: 0px;
  664. }
  665. /* line 126, ../sass/order/_form.scss */
  666. .order-create #main #content .order-form .field-order-id_distribution label,
  667. .order-update #main #content .order-form .field-order-id_distribution label {
  668. margin-bottom: 0px;
  669. }
  670. /* line 130, ../sass/order/_form.scss */
  671. .order-create #main #content .order-form .field-order-id_distribution .help-block,
  672. .order-update #main #content .order-form .field-order-id_distribution .help-block {
  673. margin-bottom: 0px;
  674. }
  675. /* line 135, ../sass/order/_form.scss */
  676. .order-create #main #content .order-form .field-order-id_point_sale,
  677. .order-update #main #content .order-form .field-order-id_point_sale {
  678. display: none;
  679. }
  680. /* line 139, ../sass/order/_form.scss */
  681. .order-create #main #content .order-form .blocks,
  682. .order-update #main #content .order-form .blocks {
  683. list-style-type: none;
  684. margin: 0px;
  685. padding: 0px;
  686. }
  687. /* line 144, ../sass/order/_form.scss */
  688. .order-create #main #content .order-form .blocks .block,
  689. .order-update #main #content .order-form .blocks .block {
  690. text-decoration: none;
  691. width: 268px;
  692. height: 130px;
  693. float: left;
  694. padding: 20px;
  695. margin-right: 20px;
  696. margin-bottom: 8px;
  697. cursor: pointer;
  698. float: left;
  699. background-color: #f9f9f9;
  700. background-color: white;
  701. border: 1px solid #d8d8d8;
  702. }
  703. /* line 159, ../sass/order/_form.scss */
  704. .order-create #main #content .order-form .blocks .block .name,
  705. .order-update #main #content .order-form .blocks .block .name {
  706. font-family: "comfortaalight";
  707. font-size: 20px;
  708. padding-bottom: 10px;
  709. }
  710. /* line 165, ../sass/order/_form.scss */
  711. .order-create #main #content .order-form .blocks .block .address,
  712. .order-update #main #content .order-form .blocks .block .address {
  713. color: gray;
  714. font-size: 15px;
  715. line-height: 20px;
  716. }
  717. /* line 171, ../sass/order/_form.scss */
  718. .order-create #main #content .order-form .blocks .block.selected,
  719. .order-update #main #content .order-form .blocks .block.selected {
  720. border-left: solid 5px #ee6f42;
  721. }
  722. /* line 173, ../sass/order/_form.scss */
  723. .order-create #main #content .order-form .blocks .block.selected .contenu,
  724. .order-update #main #content .order-form .blocks .block.selected .contenu {
  725. position: relative;
  726. left: -4px;
  727. }
  728. /* line 179, ../sass/order/_form.scss */
  729. .order-create #main #content .order-form .blocks .block:hover,
  730. .order-update #main #content .order-form .blocks .block:hover {
  731. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  732. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  733. box-shadow: 0px 0px 5px #d8d8d8;
  734. }
  735. /* line 183, ../sass/order/_form.scss */
  736. .order-create #main #content .order-form .blocks .block.disabled,
  737. .order-update #main #content .order-form .blocks .block.disabled {
  738. display: none;
  739. }
  740. /* line 187, ../sass/order/_form.scss */
  741. .order-create #main #content .order-form .blocks .block .comment,
  742. .order-update #main #content .order-form .blocks .block .comment {
  743. margin-top: 5px;
  744. }
  745. /* line 189, ../sass/order/_form.scss */
  746. .order-create #main #content .order-form .blocks .block .comment span,
  747. .order-update #main #content .order-form .blocks .block .comment span {
  748. background-color: #ee6f42;
  749. -moz-border-radius: 5px;
  750. -webkit-border-radius: 5px;
  751. border-radius: 5px;
  752. color: white;
  753. font-weight: bold;
  754. padding: 3px 10px;
  755. }
  756. /* line 200, ../sass/order/_form.scss */
  757. .order-create #main #content .order-form .infos-points-sale,
  758. .order-update #main #content .order-form .infos-points-sale {
  759. display: none;
  760. margin-top: 15px;
  761. }
  762. /* line 204, ../sass/order/_form.scss */
  763. .order-create #main #content .order-form .infos-points-sale h4,
  764. .order-update #main #content .order-form .infos-points-sale h4 {
  765. margin-top: 0px;
  766. padding-top: 0px;
  767. text-align: left;
  768. text-transform: uppercase;
  769. font-weight: bold;
  770. font-family: "myriadpro-semibold";
  771. }
  772. /* line 212, ../sass/order/_form.scss */
  773. .order-create #main #content .order-form .infos-points-sale h4 span,
  774. .order-update #main #content .order-form .infos-points-sale h4 span {
  775. font-family: "myriadpro-regular";
  776. text-transform: none;
  777. }
  778. /* line 218, ../sass/order/_form.scss */
  779. .order-create #main #content .order-form .infos-points-sale a,
  780. .order-update #main #content .order-form .infos-points-sale a {
  781. text-decoration: underline;
  782. }
  783. /* line 223, ../sass/order/_form.scss */
  784. .order-create #main #content .order-form #products,
  785. .order-update #main #content .order-form #products {
  786. margin-top: 15px;
  787. }
  788. /* line 226, ../sass/order/_form.scss */
  789. .order-create #main #content .order-form #products .alert.unavailable,
  790. .order-update #main #content .order-form #products .alert.unavailable {
  791. display: none;
  792. }
  793. /* line 230, ../sass/order/_form.scss */
  794. .order-create #main #content .order-form #products #label-products,
  795. .order-update #main #content .order-form #products #label-products {
  796. display: block;
  797. margin-bottom: 5px;
  798. }
  799. /* line 235, ../sass/order/_form.scss */
  800. .order-create #main #content .order-form #products .table,
  801. .order-update #main #content .order-form #products .table {
  802. margin-top: 7px;
  803. }
  804. /* line 238, ../sass/order/_form.scss */
  805. .order-create #main #content .order-form #products .table .photo,
  806. .order-update #main #content .order-form #products .table .photo {
  807. padding: 0px;
  808. width: 120px;
  809. }
  810. /* line 243, ../sass/order/_form.scss */
  811. .order-create #main #content .order-form #products .table .th-photo, .order-create #main #content .order-form #products .table .td-photo,
  812. .order-update #main #content .order-form #products .table .th-photo,
  813. .order-update #main #content .order-form #products .table .td-photo {
  814. width: 120px;
  815. }
  816. /* line 247, ../sass/order/_form.scss */
  817. .order-create #main #content .order-form #products .table .name,
  818. .order-update #main #content .order-form #products .table .name {
  819. font-family: "comfortaalight";
  820. font-weight: bold;
  821. text-transform: uppercase;
  822. font-size: 18px;
  823. }
  824. /* line 254, ../sass/order/_form.scss */
  825. .order-create #main #content .order-form #products .table .description,
  826. .order-update #main #content .order-form #products .table .description {
  827. font-style: italic;
  828. }
  829. /* line 258, ../sass/order/_form.scss */
  830. .order-create #main #content .order-form #products .table .recipe,
  831. .order-update #main #content .order-form #products .table .recipe {
  832. font-size: 12px;
  833. }
  834. /* line 262, ../sass/order/_form.scss */
  835. .order-create #main #content .order-form #products .table .input-group,
  836. .order-update #main #content .order-form #products .table .input-group {
  837. width: 133px;
  838. }
  839. /* line 264, ../sass/order/_form.scss */
  840. .order-create #main #content .order-form #products .table .input-group .quantity,
  841. .order-update #main #content .order-form #products .table .input-group .quantity {
  842. text-align: center;
  843. }
  844. /* line 269, ../sass/order/_form.scss */
  845. .order-create #main #content .order-form #products .table .column-quantity, .order-create #main #content .order-form #products .table .price-unit, .order-create #main #content .order-form #products .table .total,
  846. .order-update #main #content .order-form #products .table .column-quantity,
  847. .order-update #main #content .order-form #products .table .price-unit,
  848. .order-update #main #content .order-form #products .table .total {
  849. width: 150px;
  850. text-align: center;
  851. }
  852. /* line 274, ../sass/order/_form.scss */
  853. .order-create #main #content .order-form #products .table td#total-order, .order-create #main #content .order-form #products .table td#total-order-vrac, .order-create #main #content .order-form #products .table td.total,
  854. .order-update #main #content .order-form #products .table td#total-order,
  855. .order-update #main #content .order-form #products .table td#total-order-vrac,
  856. .order-update #main #content .order-form #products .table td.total {
  857. text-align: center;
  858. }
  859. /* line 278, ../sass/order/_form.scss */
  860. .order-create #main #content .order-form #products .table .unavailable,
  861. .order-update #main #content .order-form #products .table .unavailable {
  862. display: none;
  863. text-transform: uppercase;
  864. color: #B32815;
  865. font-weight: bold;
  866. font-size: 16px;
  867. text-align: center;
  868. }
  869. /* line 287, ../sass/order/_form.scss */
  870. .order-create #main #content .order-form #products .table .quantity-remaining,
  871. .order-update #main #content .order-form #products .table .quantity-remaining {
  872. font-size: 12px;
  873. margin-top: 8px;
  874. }
  875. /* line 291, ../sass/order/_form.scss */
  876. .order-create #main #content .order-form #products .table .quantity-remaining .nb,
  877. .order-update #main #content .order-form #products .table .quantity-remaining .nb {
  878. font-weight: bold;
  879. }
  880. /* line 296, ../sass/order/_form.scss */
  881. .order-create #main #content .order-form #products .table td.product, .order-create #main #content .order-form #products .table th.product,
  882. .order-update #main #content .order-form #products .table td.product,
  883. .order-update #main #content .order-form #products .table th.product {
  884. width: 70%;
  885. }
  886. /* line 300, ../sass/order/_form.scss */
  887. .order-create #main #content .order-form #products .table td.price-unit, .order-create #main #content .order-form #products .table th.price-unit,
  888. .order-update #main #content .order-form #products .table td.price-unit,
  889. .order-update #main #content .order-form #products .table th.price-unit {
  890. width: 10%;
  891. }
  892. /* line 304, ../sass/order/_form.scss */
  893. .order-create #main #content .order-form #products .table td.column-quantity, .order-create #main #content .order-form #products .table th.column-quantity,
  894. .order-update #main #content .order-form #products .table td.column-quantity,
  895. .order-update #main #content .order-form #products .table th.column-quantity {
  896. width: 10%;
  897. }
  898. /* line 308, ../sass/order/_form.scss */
  899. .order-create #main #content .order-form #products .table td.total, .order-create #main #content .order-form #products .table th.total,
  900. .order-update #main #content .order-form #products .table td.total,
  901. .order-update #main #content .order-form #products .table th.total {
  902. width: 10%;
  903. }
  904. /* line 314, ../sass/order/_form.scss */
  905. .order-create #main #content .order-form #bar-fixed,
  906. .order-update #main #content .order-form #bar-fixed {
  907. display: none;
  908. width: 100%;
  909. position: fixed;
  910. bottom: 0px;
  911. left: 0px;
  912. z-index: 100;
  913. background-color: white;
  914. padding: 15px;
  915. margin-bottom: 0px;
  916. -moz-box-shadow: 0 0 5px gray;
  917. -webkit-box-shadow: 0 0 5px gray;
  918. box-shadow: 0 0 5px gray;
  919. border-top: solid 1px #e0e0e0;
  920. background-color: white;
  921. text-align: center;
  922. }
  923. /* line 329, ../sass/order/_form.scss */
  924. .order-create #main #content .order-form #bar-fixed .container,
  925. .order-update #main #content .order-form #bar-fixed .container {
  926. min-height: auto;
  927. background: none;
  928. border: 0px none;
  929. }
  930. /* line 335, ../sass/order/_form.scss */
  931. .order-create #main #content .order-form #bar-fixed.not-fixed,
  932. .order-update #main #content .order-form #bar-fixed.not-fixed {
  933. position: relative;
  934. -moz-box-shadow: none;
  935. -webkit-box-shadow: none;
  936. box-shadow: none;
  937. -moz-border-radius: 0px;
  938. -webkit-border-radius: 0px;
  939. border-radius: 0px;
  940. border: solid 1px #e0e0e0;
  941. padding-right: 20px;
  942. }
  943. /* line 342, ../sass/order/_form.scss */
  944. .order-create #main #content .order-form #bar-fixed.not-fixed .container,
  945. .order-update #main #content .order-form #bar-fixed.not-fixed .container {
  946. width: auto;
  947. }
  948. /* line 348, ../sass/order/_form.scss */
  949. .order-create #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande,
  950. .order-update #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande {
  951. margin-top: 0px;
  952. float: right;
  953. }
  954. /* line 354, ../sass/order/_form.scss */
  955. .order-create #main #content .order-form #bar-fixed #total-order-bottom,
  956. .order-update #main #content .order-form #bar-fixed #total-order-bottom {
  957. background-color: white;
  958. -moz-border-radius: 20px;
  959. -webkit-border-radius: 20px;
  960. border-radius: 20px;
  961. padding: 5px 25px;
  962. border: solid 1px #e0e0e0;
  963. }
  964. /* line 361, ../sass/order/_form.scss */
  965. .order-create #main #content .order-form #bar-fixed .btn-comment,
  966. .order-update #main #content .order-form #bar-fixed .btn-comment {
  967. float: left;
  968. }
  969. /* line 369, ../sass/order/_form.scss */
  970. .order-create #main #content .order-form #bar-fixed .btn-comment,
  971. .order-update #main #content .order-form #bar-fixed .btn-comment {
  972. margin-right: 10px;
  973. }
  974. /* line 373, ../sass/order/_form.scss */
  975. .order-create #main #content .order-form #bar-fixed #block-confirm-order,
  976. .order-update #main #content .order-form #bar-fixed #block-confirm-order {
  977. text-align: right;
  978. margin-top: 20px;
  979. }
  980. /* line 377, ../sass/order/_form.scss */
  981. .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
  982. .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
  983. width: 340px;
  984. margin-right: 10px;
  985. }
  986. /* line 383, ../sass/order/_form.scss */
  987. .order-create #main #content .order-form #bar-fixed #checkbox-credit,
  988. .order-update #main #content .order-form #bar-fixed #checkbox-credit {
  989. float: right;
  990. width: 340px;
  991. padding: 3px 11px;
  992. background-color: white;
  993. border: solid 1px #ccc;
  994. -moz-border-radius: 5px;
  995. -webkit-border-radius: 5px;
  996. border-radius: 5px;
  997. margin-right: 10px;
  998. text-shadow: 0 1px 0 #fff;
  999. -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  1000. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  1001. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  1002. }
  1003. /* line 394, ../sass/order/_form.scss */
  1004. .order-create #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible,
  1005. .order-update #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible {
  1006. background-color: #e0e0e0;
  1007. }
  1008. /* line 398, ../sass/order/_form.scss */
  1009. .order-create #main #content .order-form #bar-fixed #checkbox-credit .info,
  1010. .order-update #main #content .order-form #bar-fixed #checkbox-credit .info {
  1011. color: gray;
  1012. font-weight: normal;
  1013. }
  1014. /* line 403, ../sass/order/_form.scss */
  1015. .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
  1016. .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
  1017. background-color: #ee6f42;
  1018. color: white;
  1019. padding: 2px 8px;
  1020. -moz-border-radius: 5px;
  1021. -webkit-border-radius: 5px;
  1022. border-radius: 5px;
  1023. }
  1024. /* line 410, ../sass/order/_form.scss */
  1025. .order-create #main #content .order-form #bar-fixed #checkbox-credit .amount-paid,
  1026. .order-update #main #content .order-form #bar-fixed #checkbox-credit .amount-paid {
  1027. color: #ee6f42;
  1028. }
  1029. /* line 414, ../sass/order/_form.scss */
  1030. .order-create #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty,
  1031. .order-update #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty {
  1032. font-size: 12px;
  1033. }
  1034. /* line 418, ../sass/order/_form.scss */
  1035. .order-create #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled,
  1036. .order-update #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled {
  1037. display: none;
  1038. font-size: 12px;
  1039. }
  1040. /* line 424, ../sass/order/_form.scss */
  1041. .order-create #main #content .order-form #bar-fixed .btn-back, .order-create #main #content .order-form #bar-fixed .cancel-order,
  1042. .order-update #main #content .order-form #bar-fixed .btn-back,
  1043. .order-update #main #content .order-form #bar-fixed .cancel-order {
  1044. float: left;
  1045. margin-right: 5px;
  1046. }
  1047. /* line 429, ../sass/order/_form.scss */
  1048. .order-create #main #content .order-form #bar-fixed .cancel-order,
  1049. .order-update #main #content .order-form #bar-fixed .cancel-order {
  1050. color: #b92c28;
  1051. background-color: white;
  1052. }
  1053. /* line 434, ../sass/order/_form.scss */
  1054. .order-create #main #content .order-form #bar-fixed #total-order-bottom,
  1055. .order-update #main #content .order-form #bar-fixed #total-order-bottom {
  1056. display: none;
  1057. font-weight: bold;
  1058. font-family: "comfortaalight";
  1059. font-size: 24px;
  1060. }
  1061. /* line 441, ../sass/order/_form.scss */
  1062. .order-create #main #content .order-form #bar-fixed .field-order-comment,
  1063. .order-update #main #content .order-form #bar-fixed .field-order-comment {
  1064. display: none;
  1065. }
  1066. /* line 449, ../sass/order/_form.scss */
  1067. .order-create .ui-datepicker .ui-widget-header,
  1068. .order-update .ui-datepicker .ui-widget-header {
  1069. background: none;
  1070. background-color: gray;
  1071. border: 0px none;
  1072. color: black;
  1073. font-weight: normal;
  1074. }
  1075. /* line 457, ../sass/order/_form.scss */
  1076. .order-create .ui-datepicker .ui-datepicker-current-day a,
  1077. .order-create .ui-datepicker a.ui-state-hover,
  1078. .order-update .ui-datepicker .ui-datepicker-current-day a,
  1079. .order-update .ui-datepicker a.ui-state-hover {
  1080. background: none;
  1081. background-color: gray;
  1082. border-color: black;
  1083. color: black;
  1084. }
  1085. /**
  1086. Copyright distrib (2018)
  1087. contact@opendistrib.net
  1088. Ce logiciel est un programme informatique servant à aider les producteurs
  1089. à distribuer leur production en circuits courts.
  1090. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  1091. respectant les principes de diffusion des logiciels libres. Vous pouvez
  1092. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  1093. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  1094. sur le site "http://www.cecill.info".
  1095. En contrepartie de l'accessibilité au code source et des droits de copie,
  1096. de modification et de redistribution accordés par cette licence, il n'est
  1097. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  1098. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  1099. titulaire des droits patrimoniaux et les concédants successifs.
  1100. A cet égard l'attention de l'utilisateur est attirée sur les risques
  1101. associés au chargement, à l'utilisation, à la modification et/ou au
  1102. développement et à la reproduction du logiciel par l'utilisateur étant
  1103. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  1104. manipuler et qui le réserve donc à des développeurs et des professionnels
  1105. avertis possédant des connaissances informatiques approfondies. Les
  1106. utilisateurs sont donc invités à charger et tester l'adéquation du
  1107. logiciel à leurs besoins dans des conditions permettant d'assurer la
  1108. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  1109. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  1110. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  1111. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  1112. termes.
  1113. */
  1114. /* line 40, ../sass/order/_history.scss */
  1115. .order-history #list-producers {
  1116. display: none;
  1117. }
  1118. /* line 44, ../sass/order/_history.scss */
  1119. .order-history #tabs-orders-history {
  1120. margin-bottom: 20px;
  1121. }
  1122. /* line 48, ../sass/order/_history.scss */
  1123. .order-history #tabs-orders-history li a {
  1124. color: #ee6f42;
  1125. }
  1126. /* line 52, ../sass/order/_history.scss */
  1127. .order-history #tabs-orders-history li.active a {
  1128. color: #333;
  1129. }
  1130. /* line 59, ../sass/order/_history.scss */
  1131. .order-history table .locality {
  1132. color: gray;
  1133. }
  1134. /* line 3, ../sass/order/_order.scss */
  1135. .order-order #main #app-order-order {
  1136. display: block;
  1137. }
  1138. /* line 6, ../sass/order/_order.scss */
  1139. .order-order #main #app-order-order .wrapper {
  1140. display: none;
  1141. }
  1142. /* line 9, ../sass/order/_order.scss */
  1143. .order-order #main #app-order-order.loaded .wrapper {
  1144. display: block;
  1145. }
  1146. /* line 13, ../sass/order/_order.scss */
  1147. .order-order #main #app-order-order h3 {
  1148. font-family: "worksans_bold";
  1149. }
  1150. /* line 17, ../sass/order/_order.scss */
  1151. .order-order #main #app-order-order #distribution-date, .order-order #main #app-order-order #order-distribution-date {
  1152. display: none;
  1153. }
  1154. /* line 27, ../sass/order/_order.scss */
  1155. .order-order #main #app-order-order .slide-enter-active {
  1156. transition: all .2s ease;
  1157. }
  1158. /* line 31, ../sass/order/_order.scss */
  1159. .order-order #main #app-order-order .slide-leave-active {
  1160. transition: all 0s ease;
  1161. }
  1162. /* line 34, ../sass/order/_order.scss */
  1163. .order-order #main #app-order-order .slide-enter, .order-order #main #app-order-order .slide-leave-to {
  1164. transform: translateX(10px);
  1165. opacity: 0;
  1166. }
  1167. /* line 39, ../sass/order/_order.scss */
  1168. .order-order #main #app-order-order #steps {
  1169. margin-bottom: 20px;
  1170. }
  1171. /* line 41, ../sass/order/_order.scss */
  1172. .order-order #main #app-order-order #steps ul {
  1173. height: 70px;
  1174. }
  1175. /* line 44, ../sass/order/_order.scss */
  1176. .order-order #main #app-order-order #steps ul li {
  1177. text-align: center;
  1178. padding-right: 8px;
  1179. padding-left: 8px;
  1180. position: relative;
  1181. }
  1182. /* line 50, ../sass/order/_order.scss */
  1183. .order-order #main #app-order-order #steps ul li .info-step {
  1184. position: absolute;
  1185. top: 45px;
  1186. left: 0px;
  1187. width: 100%;
  1188. text-transform: normal;
  1189. color: #ee6f42;
  1190. font-size: 17px;
  1191. font-weight: bold;
  1192. }
  1193. /* line 61, ../sass/order/_order.scss */
  1194. .order-order #main #app-order-order #steps ul li .glyphicon-chevron-right, .order-order #main #app-order-order #steps ul li.active .glyphicon-chevron-right {
  1195. float: right;
  1196. color: gray;
  1197. position: relative;
  1198. top: 10px;
  1199. }
  1200. /* line 69, ../sass/order/_order.scss */
  1201. .order-order #main #app-order-order #steps ul li.first {
  1202. padding-left: 0px;
  1203. }
  1204. /* line 73, ../sass/order/_order.scss */
  1205. .order-order #main #app-order-order #steps ul li#step-payment {
  1206. padding-right: 0px;
  1207. }
  1208. /* line 77, ../sass/order/_order.scss */
  1209. .order-order #main #app-order-order #steps ul li#step-products .btn::after, .order-order #main #app-order-order #steps ul li.first .btn::before {
  1210. display: none;
  1211. }
  1212. /* line 82, ../sass/order/_order.scss */
  1213. .order-order #main #app-order-order #steps ul li .btn {
  1214. color: #333;
  1215. text-transform: uppercase;
  1216. display: block;
  1217. width: 100%;
  1218. position: relative;
  1219. background-color: #e0e0e0;
  1220. -moz-border-radius: 0px;
  1221. -webkit-border-radius: 0px;
  1222. border-radius: 0px;
  1223. border: 0px none;
  1224. text-transform: uppercase;
  1225. }
  1226. /* line 93, ../sass/order/_order.scss */
  1227. .order-order #main #app-order-order #steps ul li .btn .button-content {
  1228. position: relative;
  1229. left: 8px;
  1230. }
  1231. /* line 98, ../sass/order/_order.scss */
  1232. .order-order #main #app-order-order #steps ul li .btn.btn-primary {
  1233. background-color: #ee6f42;
  1234. }
  1235. /* line 102, ../sass/order/_order.scss */
  1236. .order-order #main #app-order-order #steps ul li .btn::after, .order-order #main #app-order-order #steps ul li .btn::before {
  1237. content: "";
  1238. position: absolute;
  1239. top: -1px;
  1240. }
  1241. /* line 108, ../sass/order/_order.scss */
  1242. .order-order #main #app-order-order #steps ul li .btn::after {
  1243. right: -34px;
  1244. border: 17px solid transparent;
  1245. border-left: 17px solid #e0e0e0;
  1246. background-color: transparent;
  1247. }
  1248. /* line 115, ../sass/order/_order.scss */
  1249. .order-order #main #app-order-order #steps ul li .btn::before {
  1250. left: 0px;
  1251. border: 17px solid transparent;
  1252. border-left: 17px solid white;
  1253. background-color: transparent;
  1254. }
  1255. /* line 122, ../sass/order/_order.scss */
  1256. .order-order #main #app-order-order #steps ul li .btn.btn-primary::after {
  1257. border-left: 17px solid #ee6f42;
  1258. }
  1259. /* line 136, ../sass/order/_order.scss */
  1260. .order-order #main #app-order-order #steps ul li .btn-primary {
  1261. color: white;
  1262. }
  1263. /* line 144, ../sass/order/_order.scss */
  1264. .order-order #main #app-order-order #legend #order-date-color,
  1265. .order-order #main #app-order-order #legend #distribution-date-color {
  1266. width: 13px;
  1267. height: 13px;
  1268. display: inline-block;
  1269. }
  1270. /* line 151, ../sass/order/_order.scss */
  1271. .order-order #main #app-order-order #legend #order-date-color {
  1272. background-color: #ee6f42;
  1273. }
  1274. /* line 154, ../sass/order/_order.scss */
  1275. .order-order #main #app-order-order #legend #distribution-date-color {
  1276. background-color: #5cb85c;
  1277. }
  1278. /* line 159, ../sass/order/_order.scss */
  1279. .order-order #main #app-order-order #calendar {
  1280. margin-bottom: 15px;
  1281. }
  1282. /* line 161, ../sass/order/_order.scss */
  1283. .order-order #main #app-order-order #calendar .c-header .c-title-layout .c-title-popover .c-title-anchor .c-title[data-v-2083cb72] {
  1284. font-size: 2rem;
  1285. }
  1286. /* line 164, ../sass/order/_order.scss */
  1287. .order-order #main #app-order-order #calendar .c-day-background {
  1288. padding: 20px;
  1289. }
  1290. /* line 169, ../sass/order/_order.scss */
  1291. .order-order #main #app-order-order #calendar .c-day:hover .c-day-background {
  1292. background-color: #ee6f42 !important;
  1293. color: white !important;
  1294. }
  1295. /* line 175, ../sass/order/_order.scss */
  1296. .order-order #main #app-order-order #calendar .c-day-popover-content {
  1297. font-size: 1.3rem;
  1298. }
  1299. /* line 183, ../sass/order/_order.scss */
  1300. .order-order #main #app-order-order #credit-online-payment .panel .panel-heading .btn-default {
  1301. float: right;
  1302. position: relative;
  1303. top: -5px;
  1304. }
  1305. /* line 195, ../sass/order/_order.scss */
  1306. .order-order #main #app-order-order #content-step-date #distributions-list .panel .btn-primary {
  1307. float: right;
  1308. }
  1309. /* line 199, ../sass/order/_order.scss */
  1310. .order-order #main #app-order-order #content-step-date #distributions-list .panel .date {
  1311. font-size: 20px;
  1312. }
  1313. /* line 203, ../sass/order/_order.scss */
  1314. .order-order #main #app-order-order #content-step-date #distributions-list .panel .point-sales {
  1315. color: gray;
  1316. font-size: 14px;
  1317. margin-top: 8px;
  1318. }
  1319. /* line 212, ../sass/order/_order.scss */
  1320. .order-order #main #app-order-order .block-actions {
  1321. text-align: right;
  1322. margin-top: 20px;
  1323. }
  1324. /* line 219, ../sass/order/_order.scss */
  1325. .order-order #main #app-order-order table#points-sale td.name .the-name {
  1326. color: black;
  1327. font-size: 20px;
  1328. line-height: 25px;
  1329. font-weight: bold;
  1330. }
  1331. /* line 226, ../sass/order/_order.scss */
  1332. .order-order #main #app-order-order table#points-sale td.name .comment,
  1333. .order-order #main #app-order-order table#points-sale td.name .minimum-order-amount {
  1334. color: gray;
  1335. }
  1336. /* line 230, ../sass/order/_order.scss */
  1337. .order-order #main #app-order-order table#points-sale td.name .comment a,
  1338. .order-order #main #app-order-order table#points-sale td.name .minimum-order-amount a {
  1339. color: #ee6f42;
  1340. }
  1341. /* line 236, ../sass/order/_order.scss */
  1342. .order-order #main #app-order-order table#points-sale td.actions {
  1343. width: 150px;
  1344. }
  1345. /* line 238, ../sass/order/_order.scss */
  1346. .order-order #main #app-order-order table#points-sale td.actions button {
  1347. width: 100%;
  1348. }
  1349. /* line 244, ../sass/order/_order.scss */
  1350. .order-order #main #app-order-order table#points-sale tr.selected td {
  1351. background-color: white;
  1352. }
  1353. /* line 252, ../sass/order/_order.scss */
  1354. .order-order #main #app-order-order table#products td.category-name {
  1355. font-family: "worksans_bold";
  1356. font-size: 22px;
  1357. line-height: 30px;
  1358. text-transform: uppercase;
  1359. padding-top: 13px;
  1360. }
  1361. /* line 259, ../sass/order/_order.scss */
  1362. .order-order #main #app-order-order table#products td.category-name .glyphicon-triangle-bottom,
  1363. .order-order #main #app-order-order table#products td.category-name .glyphicon-triangle-right {
  1364. font-size: 15px;
  1365. }
  1366. /* line 264, ../sass/order/_order.scss */
  1367. .order-order #main #app-order-order table#products td.category-name span.label {
  1368. font-family: "Arial";
  1369. font-weight: normal;
  1370. float: right;
  1371. text-transform: none;
  1372. margin-left: 15px;
  1373. }
  1374. /* line 272, ../sass/order/_order.scss */
  1375. .order-order #main #app-order-order table#products td.category-name:hover {
  1376. cursor: pointer;
  1377. background-color: #ee6f42;
  1378. color: white;
  1379. }
  1380. /* line 280, ../sass/order/_order.scss */
  1381. .order-order #main #app-order-order table#products td.photo img {
  1382. width: 100px;
  1383. }
  1384. /* line 290, ../sass/order/_order.scss */
  1385. .order-order #main #app-order-order table#products .price-unit .decreasing-prices {
  1386. margin-top: 10px;
  1387. font-size: 10px;
  1388. padding-top: 6px;
  1389. padding-bottom: 2px;
  1390. margin-bottom: 0px;
  1391. }
  1392. /* line 298, ../sass/order/_order.scss */
  1393. .order-order #main #app-order-order table#products .price-unit .decreasing-prices ul li {
  1394. margin-bottom: 5px;
  1395. }
  1396. /* line 300, ../sass/order/_order.scss */
  1397. .order-order #main #app-order-order table#products .price-unit .decreasing-prices ul li strong {
  1398. font-weight: bold;
  1399. }
  1400. /* line 308, ../sass/order/_order.scss */
  1401. .order-order #main #app-order-order table#products .price-unit, .order-order #main #app-order-order table#products .price-total {
  1402. width: 135px;
  1403. text-align: center;
  1404. }
  1405. /* line 312, ../sass/order/_order.scss */
  1406. .order-order #main #app-order-order table#products .price-unit .price-infos, .order-order #main #app-order-order table#products .price-total .price-infos {
  1407. color: gray;
  1408. font-size: 13px;
  1409. line-height: 15px;
  1410. }
  1411. /* line 318, ../sass/order/_order.scss */
  1412. .order-order #main #app-order-order table#products .td-quantity {
  1413. width: 175px;
  1414. }
  1415. /* line 320, ../sass/order/_order.scss */
  1416. .order-order #main #app-order-order table#products .td-quantity input.quantity {
  1417. text-align: center;
  1418. border-right: 0px none;
  1419. }
  1420. /* line 324, ../sass/order/_order.scss */
  1421. .order-order #main #app-order-order table#products .td-quantity .input-group-addon {
  1422. padding: 5px;
  1423. padding-left: 0px;
  1424. margin: 0px;
  1425. border-left: 0px none;
  1426. border-right: 0px none;
  1427. }
  1428. /* line 335, ../sass/order/_order.scss */
  1429. .order-order #main #app-order-order table#products tr.total .summary h3 {
  1430. margin-top: 0px;
  1431. text-transform: none;
  1432. margin-bottom: 5px;
  1433. }
  1434. /* line 341, ../sass/order/_order.scss */
  1435. .order-order #main #app-order-order table#products tr.total .summary ul {
  1436. margin-bottom: 15px;
  1437. padding-left: 20px;
  1438. font-size: 23px;
  1439. }
  1440. /* line 348, ../sass/order/_order.scss */
  1441. .order-order #main #app-order-order table#products tr.total .summary ul li .quantity {
  1442. font-size: 18px;
  1443. }
  1444. /* line 352, ../sass/order/_order.scss */
  1445. .order-order #main #app-order-order table#products tr.total .summary ul li .name {
  1446. font-size: 24px;
  1447. }
  1448. /* line 355, ../sass/order/_order.scss */
  1449. .order-order #main #app-order-order table#products tr.total .summary ul li .other {
  1450. font-size: 18px;
  1451. }
  1452. /* line 361, ../sass/order/_order.scss */
  1453. .order-order #main #app-order-order table#products tr.total .price-total {
  1454. font-size: 23px;
  1455. }
  1456. /* line 369, ../sass/order/_order.scss */
  1457. .order-order #main #app-order-order #content-step-payment .delivery {
  1458. margin-bottom: 20px;
  1459. }
  1460. /* line 372, ../sass/order/_order.scss */
  1461. .order-order #main #app-order-order #content-step-payment .delivery .delivery-home {
  1462. margin-bottom: 20px;
  1463. }
  1464. /* line 381, ../sass/order/_order.scss */
  1465. .order-order #main #app-order-order #content-step-payment .comment {
  1466. margin-bottom: 20px;
  1467. }
  1468. /* line 386, ../sass/order/_order.scss */
  1469. .order-order #main #app-order-order #content-step-payment .credit .info {
  1470. margin-left: 20px;
  1471. color: gray;
  1472. }
  1473. /* line 393, ../sass/order/_order.scss */
  1474. .order-order #main #app-order-order #specific-delays {
  1475. margin-top: 15px;
  1476. }
  1477. /* line 401, ../sass/order/_order.scss */
  1478. .order-order #main #app-order-order #infos {
  1479. margin-top: 30px;
  1480. }
  1481. /* line 403, ../sass/order/_order.scss */
  1482. .order-order #main #app-order-order #infos .panel-body {
  1483. padding-top: 0px;
  1484. white-space: pre-line;
  1485. }
  1486. /* line 413, ../sass/order/_order.scss */
  1487. #main #content .panel h3 {
  1488. font-family: "worksans_bold";
  1489. margin: 0px;
  1490. padding-top: 10px;
  1491. padding-bottom: 4px;
  1492. font-size: 20px;
  1493. }
  1494. /* line 5, ../sass/order/_confirm.scss */
  1495. .order-confirm #main #order-success .alert.alert-success .glyphicon-big {
  1496. background-color: #00A65A;
  1497. }
  1498. /* line 11, ../sass/order/_confirm.scss */
  1499. .order-confirm #main #order-success .alert.alert-info .glyphicon-big {
  1500. background-color: #0097BC;
  1501. padding: 55px 30px;
  1502. }
  1503. /* line 17, ../sass/order/_confirm.scss */
  1504. .order-confirm #main #order-success .alert.alert-info .content .glyphicon {
  1505. margin-right: 5px;
  1506. }
  1507. /* line 25, ../sass/order/_confirm.scss */
  1508. .order-confirm #main #order-success .alert-order-summary ul li {
  1509. margin-bottom: 10px;
  1510. }
  1511. /* line 31, ../sass/order/_confirm.scss */
  1512. .order-confirm #main #order-success .alert {
  1513. padding: 0px;
  1514. }
  1515. /* line 34, ../sass/order/_confirm.scss */
  1516. .order-confirm #main #order-success .alert.alert-danger {
  1517. padding: 12px;
  1518. }
  1519. /* line 36, ../sass/order/_confirm.scss */
  1520. .order-confirm #main #order-success .alert.alert-danger h5 {
  1521. margin-top: 10px;
  1522. margin-bottom: 10px;
  1523. }
  1524. /* line 42, ../sass/order/_confirm.scss */
  1525. .order-confirm #main #order-success .alert strong {
  1526. font-weight: bold;
  1527. }
  1528. /* line 46, ../sass/order/_confirm.scss */
  1529. .order-confirm #main #order-success .alert .glyphicon-big {
  1530. font-size: 90px;
  1531. color: white;
  1532. padding: 30px;
  1533. float: left;
  1534. }
  1535. /* line 53, ../sass/order/_confirm.scss */
  1536. .order-confirm #main #order-success .alert div.content {
  1537. color: #333;
  1538. padding: 20px;
  1539. margin-left: 151px;
  1540. }
  1541. /* line 58, ../sass/order/_confirm.scss */
  1542. .order-confirm #main #order-success .alert div.content h3 {
  1543. font-size: 30px;
  1544. color: #333;
  1545. margin-bottom: 20px;
  1546. margin-top: 0px;
  1547. margin-left: 0px;
  1548. text-align: left;
  1549. padding-left: 0px;
  1550. line-height: 35px;
  1551. text-transform: none;
  1552. }
  1553. /* line 70, ../sass/order/_confirm.scss */
  1554. .order-confirm #main #order-success .alert div.content .locality {
  1555. color: gray;
  1556. }
  1557. /* line 3, ../sass/credit/_add.scss */
  1558. .credit-add .form {
  1559. width: 300px;
  1560. margin-top: 30px;
  1561. text-align: center;
  1562. }
  1563. /* line 8, ../sass/credit/_add.scss */
  1564. .credit-add .form .form-group.field-creditform-amount {
  1565. margin-bottom: 30px;
  1566. }
  1567. /* line 12, ../sass/credit/_add.scss */
  1568. .credit-add .form .form-group.field-creditform-amount label {
  1569. margin-bottom: 25px;
  1570. color: black;
  1571. font-size: 20px;
  1572. }
  1573. /* line 18, ../sass/credit/_add.scss */
  1574. .credit-add .form .form-group.field-creditform-amount .input-group {
  1575. width: 150px;
  1576. margin: 0px auto;
  1577. }
  1578. /* line 22, ../sass/credit/_add.scss */
  1579. .credit-add .form .form-group.field-creditform-amount .input-group input#creditform-amount {
  1580. text-align: center;
  1581. }
  1582. /* line 27, ../sass/credit/_add.scss */
  1583. .credit-add .form .form-group.field-creditform-amount .hint-block {
  1584. margin-top: 8px;
  1585. }
  1586. /* line 5, ../sass/credit/_history.scss */
  1587. .credit-history #content .table span.payment-positive {
  1588. display: inline-block;
  1589. font-family: 'worksans_bold';
  1590. padding: 3px 12px;
  1591. background-color: #f4efe8;
  1592. -moz-border-radius: 15px;
  1593. -webkit-border-radius: 15px;
  1594. border-radius: 15px;
  1595. }
  1596. /* line 12, ../sass/credit/_history.scss */
  1597. .credit-history #content .table small {
  1598. color: gray;
  1599. }
  1600. /* line 4, ../sass/subscription/_form.scss */
  1601. .subscription-create .subscription-form,
  1602. .subscription-update .subscription-form {
  1603. display: none;
  1604. }
  1605. /* line 8, ../sass/subscription/_form.scss */
  1606. .subscription-create .subscription-form.loaded,
  1607. .subscription-update .subscription-form.loaded {
  1608. display: block;
  1609. }
  1610. /* line 13, ../sass/subscription/_form.scss */
  1611. .subscription-create .subscription-form .points-sale .locality,
  1612. .subscription-update .subscription-form .points-sale .locality {
  1613. color: gray;
  1614. }
  1615. /* line 16, ../sass/subscription/_form.scss */
  1616. .subscription-create .subscription-form .points-sale label,
  1617. .subscription-update .subscription-form .points-sale label {
  1618. cursor: pointer;
  1619. }
  1620. /* line 22, ../sass/subscription/_form.scss */
  1621. .subscription-create .subscription-form .days .form-group,
  1622. .subscription-update .subscription-form .days .form-group {
  1623. float: left;
  1624. margin-right: 15px;
  1625. }
  1626. /* line 31, ../sass/subscription/_form.scss */
  1627. .subscription-create .subscription-form .points-sale table tr.selected td,
  1628. .subscription-update .subscription-form .points-sale table tr.selected td {
  1629. background-color: white;
  1630. }
  1631. /* line 36, ../sass/subscription/_form.scss */
  1632. .subscription-create .subscription-form .points-sale table .the-name,
  1633. .subscription-update .subscription-form .points-sale table .the-name {
  1634. font-size: 20px;
  1635. color: black;
  1636. }
  1637. /* line 41, ../sass/subscription/_form.scss */
  1638. .subscription-create .subscription-form .points-sale table .block-code,
  1639. .subscription-update .subscription-form .points-sale table .block-code {
  1640. width: 150px;
  1641. }
  1642. /* line 45, ../sass/subscription/_form.scss */
  1643. .subscription-create .subscription-form .points-sale table .actions,
  1644. .subscription-update .subscription-form .points-sale table .actions {
  1645. width: 150px;
  1646. }
  1647. /* line 48, ../sass/subscription/_form.scss */
  1648. .subscription-create .subscription-form .points-sale table .actions button,
  1649. .subscription-update .subscription-form .points-sale table .actions button {
  1650. width: 100%;
  1651. display: block;
  1652. }
  1653. /* line 56, ../sass/subscription/_form.scss */
  1654. .subscription-create .subscription-form .comment-textarea,
  1655. .subscription-update .subscription-form .comment-textarea {
  1656. width: 100%;
  1657. height: 100px;
  1658. }
  1659. /* line 62, ../sass/subscription/_form.scss */
  1660. .subscription-create .subscription-form .products .monday, .subscription-create .subscription-form .products .tuesday, .subscription-create .subscription-form .products .wednesday, .subscription-create .subscription-form .products .thursday,
  1661. .subscription-create .subscription-form .products .friday, .subscription-create .subscription-form .products .saturday, .subscription-create .subscription-form .products .sunday, .subscription-create .subscription-form .products .no-day,
  1662. .subscription-update .subscription-form .products .monday,
  1663. .subscription-update .subscription-form .products .tuesday,
  1664. .subscription-update .subscription-form .products .wednesday,
  1665. .subscription-update .subscription-form .products .thursday,
  1666. .subscription-update .subscription-form .products .friday,
  1667. .subscription-update .subscription-form .products .saturday,
  1668. .subscription-update .subscription-form .products .sunday,
  1669. .subscription-update .subscription-form .products .no-day {
  1670. display: none;
  1671. }
  1672. /* line 67, ../sass/subscription/_form.scss */
  1673. .subscription-create .subscription-form .products .monday-active .monday,
  1674. .subscription-create .subscription-form .products .tuesday-active .tuesday,
  1675. .subscription-create .subscription-form .products .wednesday-active .wednesday,
  1676. .subscription-create .subscription-form .products .thursday-active .thursday,
  1677. .subscription-create .subscription-form .products .friday-active .friday,
  1678. .subscription-create .subscription-form .products .saturday-active .saturday,
  1679. .subscription-create .subscription-form .products .sunday-active .sunday,
  1680. .subscription-update .subscription-form .products .monday-active .monday,
  1681. .subscription-update .subscription-form .products .tuesday-active .tuesday,
  1682. .subscription-update .subscription-form .products .wednesday-active .wednesday,
  1683. .subscription-update .subscription-form .products .thursday-active .thursday,
  1684. .subscription-update .subscription-form .products .friday-active .friday,
  1685. .subscription-update .subscription-form .products .saturday-active .saturday,
  1686. .subscription-update .subscription-form .products .sunday-active .sunday {
  1687. display: block;
  1688. }
  1689. /* line 77, ../sass/subscription/_form.scss */
  1690. .subscription-create .subscription-form .products td.quantity,
  1691. .subscription-update .subscription-form .products td.quantity {
  1692. width: 180px;
  1693. }
  1694. /* line 80, ../sass/subscription/_form.scss */
  1695. .subscription-create .subscription-form .products td.quantity input,
  1696. .subscription-update .subscription-form .products td.quantity input {
  1697. text-align: center;
  1698. border-right: 0px none;
  1699. }
  1700. /* line 83, ../sass/subscription/_form.scss */
  1701. .subscription-create .subscription-form .products td.quantity input.has-quantity,
  1702. .subscription-update .subscription-form .products td.quantity input.has-quantity {
  1703. font-weight: bold;
  1704. }
  1705. /* line 88, ../sass/subscription/_form.scss */
  1706. .subscription-create .subscription-form .products td.quantity .input-group-addon,
  1707. .subscription-update .subscription-form .products td.quantity .input-group-addon {
  1708. background-color: white;
  1709. padding-left: 0px;
  1710. border-left: 0px none;
  1711. }
  1712. /* line 95, ../sass/subscription/_form.scss */
  1713. .subscription-create .subscription-form .products .name,
  1714. .subscription-update .subscription-form .products .name {
  1715. font-size: 20px;
  1716. color: black;
  1717. }
  1718. /* line 100, ../sass/subscription/_form.scss */
  1719. .subscription-create .subscription-form .products .description,
  1720. .subscription-update .subscription-form .products .description {
  1721. font-style: italic;
  1722. }
  1723. /* line 104, ../sass/subscription/_form.scss */
  1724. .subscription-create .subscription-form .products .recipe,
  1725. .subscription-update .subscription-form .products .recipe {
  1726. font-size: 12px;
  1727. }
  1728. /* line 108, ../sass/subscription/_form.scss */
  1729. .subscription-create .subscription-form .products .price-unit, .subscription-create .subscription-form .products .price-total,
  1730. .subscription-update .subscription-form .products .price-unit,
  1731. .subscription-update .subscription-form .products .price-total {
  1732. text-align: center;
  1733. width: 150px;
  1734. }
  1735. /* line 113, ../sass/subscription/_form.scss */
  1736. .subscription-create .subscription-form .products .unit,
  1737. .subscription-update .subscription-form .products .unit {
  1738. color: gray;
  1739. font-size: 13px;
  1740. }
  1741. /* line 118, ../sass/subscription/_form.scss */
  1742. .subscription-create .subscription-form .products tr.total .price-total,
  1743. .subscription-update .subscription-form .products tr.total .price-total {
  1744. text-align: center;
  1745. font-size: 20px;
  1746. }
  1747. /**
  1748. Copyright distrib (2018)
  1749. contact@opendistrib.net
  1750. Ce logiciel est un programme informatique servant à aider les producteurs
  1751. à distribuer leur production en circuits courts.
  1752. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  1753. respectant les principes de diffusion des logiciels libres. Vous pouvez
  1754. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  1755. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  1756. sur le site "http://www.cecill.info".
  1757. En contrepartie de l'accessibilité au code source et des droits de copie,
  1758. de modification et de redistribution accordés par cette licence, il n'est
  1759. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  1760. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  1761. titulaire des droits patrimoniaux et les concédants successifs.
  1762. A cet égard l'attention de l'utilisateur est attirée sur les risques
  1763. associés au chargement, à l'utilisation, à la modification et/ou au
  1764. développement et à la reproduction du logiciel par l'utilisateur étant
  1765. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  1766. manipuler et qui le réserve donc à des développeurs et des professionnels
  1767. avertis possédant des connaissances informatiques approfondies. Les
  1768. utilisateurs sont donc invités à charger et tester l'adéquation du
  1769. logiciel à leurs besoins dans des conditions permettant d'assurer la
  1770. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  1771. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  1772. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  1773. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  1774. termes.
  1775. */
  1776. @media screen and (min-width: 768px) and (max-width: 992px) {
  1777. /* line 39, ../sass/_responsive.scss */
  1778. #left .fixed {
  1779. position: relative;
  1780. }
  1781. }
  1782. @media screen and (max-width: 768px) {
  1783. /* line 47, ../sass/_responsive.scss */
  1784. #header-bap {
  1785. display: block;
  1786. position: relative;
  1787. top: 0px;
  1788. left: 0px;
  1789. text-align: center;
  1790. width: 100%;
  1791. padding: 0px;
  1792. }
  1793. /* line 56, ../sass/_responsive.scss */
  1794. #header-bap #logo {
  1795. margin-left: 10px;
  1796. }
  1797. /* line 62, ../sass/_responsive.scss */
  1798. #left .fixed {
  1799. position: relative;
  1800. }
  1801. /* line 69, ../sass/_responsive.scss */
  1802. #main #img-big {
  1803. display: none;
  1804. }
  1805. /* line 75, ../sass/_responsive.scss */
  1806. #main nav#main-nav ul li {
  1807. display: block;
  1808. float: none;
  1809. }
  1810. /* line 79, ../sass/_responsive.scss */
  1811. #main nav#main-nav ul li.active a {
  1812. border-bottom: solid 1px white;
  1813. background-color: #ee6f42;
  1814. color: white;
  1815. }
  1816. /* line 84, ../sass/_responsive.scss */
  1817. #main nav#main-nav ul li.active a:hover {
  1818. background-color: #ee6f42;
  1819. color: white;
  1820. }
  1821. /* line 90, ../sass/_responsive.scss */
  1822. #main nav#main-nav ul li a {
  1823. display: block;
  1824. border-bottom: solid 1px #e0e0e0;
  1825. }
  1826. /* line 94, ../sass/_responsive.scss */
  1827. #main nav#main-nav ul li a:hover {
  1828. background-color: white;
  1829. color: #ee6f42;
  1830. }
  1831. /* line 101, ../sass/_responsive.scss */
  1832. #main nav#main-nav ul li#btn-administration {
  1833. float: none;
  1834. }
  1835. /* line 103, ../sass/_responsive.scss */
  1836. #main nav#main-nav ul li#btn-administration a:hover {
  1837. background-color: white;
  1838. color: #ee6f42;
  1839. }
  1840. /* line 111, ../sass/_responsive.scss */
  1841. #main h2#page-title {
  1842. text-align: center;
  1843. }
  1844. /* line 117, ../sass/_responsive.scss */
  1845. #main #products td {
  1846. padding: 3px;
  1847. }
  1848. /* line 121, ../sass/_responsive.scss */
  1849. #main #products td.photo, #main #products th.photo {
  1850. display: none;
  1851. }
  1852. /* line 125, ../sass/_responsive.scss */
  1853. #main #products .product {
  1854. font-size: 12px;
  1855. }
  1856. /* line 127, ../sass/_responsive.scss */
  1857. #main #products .product .nom {
  1858. font-size: 15px;
  1859. }
  1860. /* line 133, ../sass/_responsive.scss */
  1861. #main #products .td-quantity .input-group {
  1862. position: relative;
  1863. }
  1864. /* line 136, ../sass/_responsive.scss */
  1865. #main #products .td-quantity .input-group .input-group-btn {
  1866. display: block;
  1867. width: 100%;
  1868. }
  1869. /* line 140, ../sass/_responsive.scss */
  1870. #main #products .td-quantity .input-group .form-control.quantity {
  1871. text-align: left !important;
  1872. }
  1873. /* line 143, ../sass/_responsive.scss */
  1874. #main #products .td-quantity .input-group .input-group-addon {
  1875. position: absolute;
  1876. top: 37px;
  1877. right: 15px;
  1878. z-index: 10;
  1879. border: 0px none;
  1880. }
  1881. /* line 154, ../sass/_responsive.scss */
  1882. #main #bar-fixed {
  1883. position: relative;
  1884. }
  1885. /* line 156, ../sass/_responsive.scss */
  1886. #main #bar-fixed .btn-comment {
  1887. float: none;
  1888. display: block;
  1889. width: 100%;
  1890. margin-bottom: 10px;
  1891. margin-top: 15px;
  1892. }
  1893. /* line 166, ../sass/_responsive.scss */
  1894. .order-create #main #content .order-form #products .table .input-group,
  1895. .order-update #main #content .order-form #products .table .input-group {
  1896. width: 60px;
  1897. }
  1898. /* line 170, ../sass/_responsive.scss */
  1899. .order-create #main #content .order-form #products .table .input-group .form-control,
  1900. .order-update #main #content .order-form #products .table .input-group .form-control {
  1901. width: 20px;
  1902. padding: 3px;
  1903. }
  1904. /* line 176, ../sass/_responsive.scss */
  1905. .order-create #main #content .order-form #bar-fixed #checkbox-credit,
  1906. .order-update #main #content .order-form #bar-fixed #checkbox-credit {
  1907. width: 100%;
  1908. margin: 0px;
  1909. padding: 5px 0px;
  1910. }
  1911. /* line 182, ../sass/_responsive.scss */
  1912. .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
  1913. .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
  1914. word-break: break-all;
  1915. }
  1916. /* line 187, ../sass/_responsive.scss */
  1917. .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
  1918. .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
  1919. width: 100%;
  1920. }
  1921. /* line 195, ../sass/_responsive.scss */
  1922. .order-order #app-order-order h3 {
  1923. line-height: 28px;
  1924. }
  1925. /* line 201, ../sass/_responsive.scss */
  1926. .order-order #app-order-order #distributions-list .panel .btn-primary {
  1927. display: block;
  1928. float: none !important;
  1929. margin-bottom: 10px;
  1930. }
  1931. /* line 210, ../sass/_responsive.scss */
  1932. .order-order #app-order-order #steps ul {
  1933. height: auto !important;
  1934. }
  1935. /* line 212, ../sass/_responsive.scss */
  1936. .order-order #app-order-order #steps ul li {
  1937. padding-left: 0px !important;
  1938. padding-right: 0px !important;
  1939. }
  1940. /* line 216, ../sass/_responsive.scss */
  1941. .order-order #app-order-order #steps ul li .info-step {
  1942. display: none;
  1943. }
  1944. /* line 220, ../sass/_responsive.scss */
  1945. .order-order #app-order-order #steps ul li .btn::after,
  1946. .order-order #app-order-order #steps ul li .btn::before {
  1947. display: none;
  1948. }
  1949. /* line 231, ../sass/_responsive.scss */
  1950. .order-order #app-order-order table#products td.name .recipe {
  1951. display: none;
  1952. }
  1953. /* line 237, ../sass/_responsive.scss */
  1954. .order-order #app-order-order table#products td.td-quantity .input-group-btn {
  1955. width: 100%;
  1956. display: block;
  1957. }
  1958. /* line 241, ../sass/_responsive.scss */
  1959. .order-order #app-order-order table#products td.td-quantity .input-group-btn button {
  1960. width: 100%;
  1961. display: block;
  1962. }
  1963. /* line 251, ../sass/_responsive.scss */
  1964. .order-order #app-order-order #order-success .alert .glyphicon-big {
  1965. font-size: 90px;
  1966. color: white;
  1967. padding: 30px;
  1968. display: block;
  1969. width: 100%;
  1970. text-align: center;
  1971. margin-bottom: 20px;
  1972. }
  1973. /* line 260, ../sass/_responsive.scss */
  1974. .order-order #app-order-order #order-success .alert div.content {
  1975. margin-left: 0px;
  1976. text-align: center;
  1977. }
  1978. /* line 271, ../sass/_responsive.scss */
  1979. #footer .content {
  1980. text-align: center;
  1981. }
  1982. }