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ů.

2185 lines
72KB

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