Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

2131 rinda
70KB

  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, ../../../../../../../var/lib/gems/2.7.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, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  53. html {
  54. line-height: 1;
  55. }
  56. /* line 24, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  57. ol, ul {
  58. list-style: none;
  59. }
  60. /* line 26, ../../../../../../../var/lib/gems/2.7.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, ../../../../../../../var/lib/gems/2.7.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, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  72. q, blockquote {
  73. quotes: none;
  74. }
  75. /* line 103, ../../../../../../../var/lib/gems/2.7.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, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  81. a img {
  82. border: none;
  83. }
  84. /* line 116, ../../../../../../../var/lib/gems/2.7.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. /**
  641. Copyright distrib (2018)
  642. contact@opendistrib.net
  643. Ce logiciel est un programme informatique servant à aider les producteurs
  644. à distribuer leur production en circuits courts.
  645. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  646. respectant les principes de diffusion des logiciels libres. Vous pouvez
  647. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  648. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  649. sur le site "http://www.cecill.info".
  650. En contrepartie de l'accessibilité au code source et des droits de copie,
  651. de modification et de redistribution accordés par cette licence, il n'est
  652. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  653. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  654. titulaire des droits patrimoniaux et les concédants successifs.
  655. A cet égard l'attention de l'utilisateur est attirée sur les risques
  656. associés au chargement, à l'utilisation, à la modification et/ou au
  657. développement et à la reproduction du logiciel par l'utilisateur étant
  658. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  659. manipuler et qui le réserve donc à des développeurs et des professionnels
  660. avertis possédant des connaissances informatiques approfondies. Les
  661. utilisateurs sont donc invités à charger et tester l'adéquation du
  662. logiciel à leurs besoins dans des conditions permettant d'assurer la
  663. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  664. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  665. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  666. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  667. termes.
  668. */
  669. /* line 40, ../sass/order/_form.scss */
  670. .order-create #main #content .order-form,
  671. .order-update #main #content .order-form {
  672. min-height: 600px;
  673. padding-bottom: 60px;
  674. }
  675. /* line 45, ../sass/order/_form.scss */
  676. .order-create #main #content .order-form h2,
  677. .order-update #main #content .order-form h2 {
  678. font-family: "myriadpro-regular";
  679. }
  680. /* line 49, ../sass/order/_form.scss */
  681. .order-create #main #content .order-form #infos-importantes.alert-warning,
  682. .order-update #main #content .order-form #infos-importantes.alert-warning {
  683. float: right;
  684. }
  685. /* line 55, ../sass/order/_form.scss */
  686. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker,
  687. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker {
  688. float: left;
  689. margin-right: 20px;
  690. font-size: 20px;
  691. }
  692. /* line 61, ../sass/order/_form.scss */
  693. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-header,
  694. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-header {
  695. background-color: #FF7F00;
  696. }
  697. /* line 65, ../sass/order/_form.scss */
  698. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-title,
  699. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-title {
  700. color: white;
  701. }
  702. /* line 71, ../sass/order/_form.scss */
  703. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover,
  704. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover,
  705. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover,
  706. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover {
  707. border: 0px none;
  708. background: none;
  709. }
  710. /* line 77, ../sass/order/_form.scss */
  711. .order-create #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after,
  712. .order-update #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after {
  713. clear: none;
  714. }
  715. /* line 82, ../sass/order/_form.scss */
  716. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a,
  717. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a {
  718. text-decoration: none;
  719. background-color: white;
  720. }
  721. /* line 85, ../sass/order/_form.scss */
  722. .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,
  723. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-hover,
  724. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-active {
  725. background-color: #FF7F00;
  726. color: white;
  727. border-color: #cdc3b7;
  728. }
  729. /* line 94, ../sass/order/_form.scss */
  730. .order-create #main #content .order-form .date-order,
  731. .order-update #main #content .order-form .date-order {
  732. margin-bottom: 53px;
  733. }
  734. /* line 96, ../sass/order/_form.scss */
  735. .order-create #main #content .order-form .date-order span,
  736. .order-update #main #content .order-form .date-order span {
  737. background-color: #FF7F00;
  738. color: white;
  739. -moz-border-radius: 10px;
  740. -webkit-border-radius: 10px;
  741. border-radius: 10px;
  742. padding: 10px;
  743. font-family: "myriadpro-regular";
  744. font-size: 20px;
  745. }
  746. /* line 106, ../sass/order/_form.scss */
  747. .order-create #main #content .order-form #has-order-in-progress,
  748. .order-update #main #content .order-form #has-order-in-progress {
  749. margin-top: 15px;
  750. }
  751. /* line 109, ../sass/order/_form.scss */
  752. .order-create #main #content .order-form #has-order-in-progress a,
  753. .order-update #main #content .order-form #has-order-in-progress a {
  754. color: #a94442;
  755. text-decoration: none;
  756. font-weight: bold;
  757. }
  758. /* line 116, ../sass/order/_form.scss */
  759. .order-create #main #content .order-form .field-order-id_distribution,
  760. .order-update #main #content .order-form .field-order-id_distribution {
  761. display: none;
  762. }
  763. /* line 120, ../sass/order/_form.scss */
  764. .order-create #main #content .order-form .field-order-id_point_sale,
  765. .order-update #main #content .order-form .field-order-id_point_sale {
  766. margin-top: 30px;
  767. }
  768. /* line 124, ../sass/order/_form.scss */
  769. .order-create #main #content .order-form .field-order-id_distribution,
  770. .order-update #main #content .order-form .field-order-id_distribution {
  771. margin-bottom: 0px;
  772. }
  773. /* line 126, ../sass/order/_form.scss */
  774. .order-create #main #content .order-form .field-order-id_distribution label,
  775. .order-update #main #content .order-form .field-order-id_distribution label {
  776. margin-bottom: 0px;
  777. }
  778. /* line 130, ../sass/order/_form.scss */
  779. .order-create #main #content .order-form .field-order-id_distribution .help-block,
  780. .order-update #main #content .order-form .field-order-id_distribution .help-block {
  781. margin-bottom: 0px;
  782. }
  783. /* line 135, ../sass/order/_form.scss */
  784. .order-create #main #content .order-form .field-order-id_point_sale,
  785. .order-update #main #content .order-form .field-order-id_point_sale {
  786. display: none;
  787. }
  788. /* line 139, ../sass/order/_form.scss */
  789. .order-create #main #content .order-form .blocks,
  790. .order-update #main #content .order-form .blocks {
  791. list-style-type: none;
  792. margin: 0px;
  793. padding: 0px;
  794. }
  795. /* line 144, ../sass/order/_form.scss */
  796. .order-create #main #content .order-form .blocks .block,
  797. .order-update #main #content .order-form .blocks .block {
  798. text-decoration: none;
  799. width: 268px;
  800. height: 130px;
  801. float: left;
  802. padding: 20px;
  803. margin-right: 20px;
  804. margin-bottom: 8px;
  805. cursor: pointer;
  806. float: left;
  807. background-color: #f9f9f9;
  808. background-color: white;
  809. border: 1px solid #d8d8d8;
  810. }
  811. /* line 159, ../sass/order/_form.scss */
  812. .order-create #main #content .order-form .blocks .block .name,
  813. .order-update #main #content .order-form .blocks .block .name {
  814. font-family: "comfortaalight";
  815. font-size: 20px;
  816. padding-bottom: 10px;
  817. }
  818. /* line 165, ../sass/order/_form.scss */
  819. .order-create #main #content .order-form .blocks .block .address,
  820. .order-update #main #content .order-form .blocks .block .address {
  821. color: gray;
  822. font-size: 15px;
  823. line-height: 20px;
  824. }
  825. /* line 171, ../sass/order/_form.scss */
  826. .order-create #main #content .order-form .blocks .block.selected,
  827. .order-update #main #content .order-form .blocks .block.selected {
  828. border-left: solid 5px #FF7F00;
  829. }
  830. /* line 173, ../sass/order/_form.scss */
  831. .order-create #main #content .order-form .blocks .block.selected .contenu,
  832. .order-update #main #content .order-form .blocks .block.selected .contenu {
  833. position: relative;
  834. left: -4px;
  835. }
  836. /* line 179, ../sass/order/_form.scss */
  837. .order-create #main #content .order-form .blocks .block:hover,
  838. .order-update #main #content .order-form .blocks .block:hover {
  839. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  840. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  841. box-shadow: 0px 0px 5px #d8d8d8;
  842. }
  843. /* line 183, ../sass/order/_form.scss */
  844. .order-create #main #content .order-form .blocks .block.disabled,
  845. .order-update #main #content .order-form .blocks .block.disabled {
  846. display: none;
  847. }
  848. /* line 187, ../sass/order/_form.scss */
  849. .order-create #main #content .order-form .blocks .block .comment,
  850. .order-update #main #content .order-form .blocks .block .comment {
  851. margin-top: 5px;
  852. }
  853. /* line 189, ../sass/order/_form.scss */
  854. .order-create #main #content .order-form .blocks .block .comment span,
  855. .order-update #main #content .order-form .blocks .block .comment span {
  856. background-color: #FF7F00;
  857. -moz-border-radius: 5px;
  858. -webkit-border-radius: 5px;
  859. border-radius: 5px;
  860. color: white;
  861. font-weight: bold;
  862. padding: 3px 10px;
  863. }
  864. /* line 200, ../sass/order/_form.scss */
  865. .order-create #main #content .order-form .infos-points-sale,
  866. .order-update #main #content .order-form .infos-points-sale {
  867. display: none;
  868. margin-top: 15px;
  869. }
  870. /* line 204, ../sass/order/_form.scss */
  871. .order-create #main #content .order-form .infos-points-sale h4,
  872. .order-update #main #content .order-form .infos-points-sale h4 {
  873. margin-top: 0px;
  874. padding-top: 0px;
  875. text-align: left;
  876. text-transform: uppercase;
  877. font-weight: bold;
  878. font-family: "myriadpro-semibold";
  879. }
  880. /* line 212, ../sass/order/_form.scss */
  881. .order-create #main #content .order-form .infos-points-sale h4 span,
  882. .order-update #main #content .order-form .infos-points-sale h4 span {
  883. font-family: "myriadpro-regular";
  884. text-transform: none;
  885. }
  886. /* line 218, ../sass/order/_form.scss */
  887. .order-create #main #content .order-form .infos-points-sale a,
  888. .order-update #main #content .order-form .infos-points-sale a {
  889. text-decoration: underline;
  890. }
  891. /* line 223, ../sass/order/_form.scss */
  892. .order-create #main #content .order-form #products,
  893. .order-update #main #content .order-form #products {
  894. margin-top: 15px;
  895. }
  896. /* line 226, ../sass/order/_form.scss */
  897. .order-create #main #content .order-form #products .alert.unavailable,
  898. .order-update #main #content .order-form #products .alert.unavailable {
  899. display: none;
  900. }
  901. /* line 230, ../sass/order/_form.scss */
  902. .order-create #main #content .order-form #products #label-products,
  903. .order-update #main #content .order-form #products #label-products {
  904. display: block;
  905. margin-bottom: 5px;
  906. }
  907. /* line 235, ../sass/order/_form.scss */
  908. .order-create #main #content .order-form #products .table,
  909. .order-update #main #content .order-form #products .table {
  910. margin-top: 7px;
  911. }
  912. /* line 238, ../sass/order/_form.scss */
  913. .order-create #main #content .order-form #products .table .photo,
  914. .order-update #main #content .order-form #products .table .photo {
  915. padding: 0px;
  916. width: 120px;
  917. }
  918. /* line 243, ../sass/order/_form.scss */
  919. .order-create #main #content .order-form #products .table .th-photo, .order-create #main #content .order-form #products .table .td-photo,
  920. .order-update #main #content .order-form #products .table .th-photo,
  921. .order-update #main #content .order-form #products .table .td-photo {
  922. width: 120px;
  923. }
  924. /* line 247, ../sass/order/_form.scss */
  925. .order-create #main #content .order-form #products .table .name,
  926. .order-update #main #content .order-form #products .table .name {
  927. font-family: "comfortaalight";
  928. font-weight: bold;
  929. text-transform: uppercase;
  930. font-size: 18px;
  931. }
  932. /* line 254, ../sass/order/_form.scss */
  933. .order-create #main #content .order-form #products .table .description,
  934. .order-update #main #content .order-form #products .table .description {
  935. font-style: italic;
  936. }
  937. /* line 258, ../sass/order/_form.scss */
  938. .order-create #main #content .order-form #products .table .recipe,
  939. .order-update #main #content .order-form #products .table .recipe {
  940. font-size: 12px;
  941. }
  942. /* line 262, ../sass/order/_form.scss */
  943. .order-create #main #content .order-form #products .table .input-group,
  944. .order-update #main #content .order-form #products .table .input-group {
  945. width: 133px;
  946. }
  947. /* line 264, ../sass/order/_form.scss */
  948. .order-create #main #content .order-form #products .table .input-group .quantity,
  949. .order-update #main #content .order-form #products .table .input-group .quantity {
  950. text-align: center;
  951. }
  952. /* line 269, ../sass/order/_form.scss */
  953. .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,
  954. .order-update #main #content .order-form #products .table .column-quantity,
  955. .order-update #main #content .order-form #products .table .price-unit,
  956. .order-update #main #content .order-form #products .table .total {
  957. width: 150px;
  958. text-align: center;
  959. }
  960. /* line 274, ../sass/order/_form.scss */
  961. .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,
  962. .order-update #main #content .order-form #products .table td#total-order,
  963. .order-update #main #content .order-form #products .table td#total-order-vrac,
  964. .order-update #main #content .order-form #products .table td.total {
  965. text-align: center;
  966. }
  967. /* line 278, ../sass/order/_form.scss */
  968. .order-create #main #content .order-form #products .table .unavailable,
  969. .order-update #main #content .order-form #products .table .unavailable {
  970. display: none;
  971. text-transform: uppercase;
  972. color: #B32815;
  973. font-weight: bold;
  974. font-size: 16px;
  975. text-align: center;
  976. }
  977. /* line 287, ../sass/order/_form.scss */
  978. .order-create #main #content .order-form #products .table .quantity-remaining,
  979. .order-update #main #content .order-form #products .table .quantity-remaining {
  980. font-size: 12px;
  981. margin-top: 8px;
  982. }
  983. /* line 291, ../sass/order/_form.scss */
  984. .order-create #main #content .order-form #products .table .quantity-remaining .nb,
  985. .order-update #main #content .order-form #products .table .quantity-remaining .nb {
  986. font-weight: bold;
  987. }
  988. /* line 296, ../sass/order/_form.scss */
  989. .order-create #main #content .order-form #products .table td.product, .order-create #main #content .order-form #products .table th.product,
  990. .order-update #main #content .order-form #products .table td.product,
  991. .order-update #main #content .order-form #products .table th.product {
  992. width: 70%;
  993. }
  994. /* line 300, ../sass/order/_form.scss */
  995. .order-create #main #content .order-form #products .table td.price-unit, .order-create #main #content .order-form #products .table th.price-unit,
  996. .order-update #main #content .order-form #products .table td.price-unit,
  997. .order-update #main #content .order-form #products .table th.price-unit {
  998. width: 10%;
  999. }
  1000. /* line 304, ../sass/order/_form.scss */
  1001. .order-create #main #content .order-form #products .table td.column-quantity, .order-create #main #content .order-form #products .table th.column-quantity,
  1002. .order-update #main #content .order-form #products .table td.column-quantity,
  1003. .order-update #main #content .order-form #products .table th.column-quantity {
  1004. width: 10%;
  1005. }
  1006. /* line 308, ../sass/order/_form.scss */
  1007. .order-create #main #content .order-form #products .table td.total, .order-create #main #content .order-form #products .table th.total,
  1008. .order-update #main #content .order-form #products .table td.total,
  1009. .order-update #main #content .order-form #products .table th.total {
  1010. width: 10%;
  1011. }
  1012. /* line 314, ../sass/order/_form.scss */
  1013. .order-create #main #content .order-form #bar-fixed,
  1014. .order-update #main #content .order-form #bar-fixed {
  1015. display: none;
  1016. width: 100%;
  1017. position: fixed;
  1018. bottom: 0px;
  1019. left: 0px;
  1020. z-index: 100;
  1021. background-color: white;
  1022. padding: 15px;
  1023. margin-bottom: 0px;
  1024. -moz-box-shadow: 0 0 5px gray;
  1025. -webkit-box-shadow: 0 0 5px gray;
  1026. box-shadow: 0 0 5px gray;
  1027. border-top: solid 1px #e0e0e0;
  1028. background-color: #F9F9F9;
  1029. background-color: white;
  1030. text-align: center;
  1031. }
  1032. /* line 330, ../sass/order/_form.scss */
  1033. .order-create #main #content .order-form #bar-fixed .container,
  1034. .order-update #main #content .order-form #bar-fixed .container {
  1035. min-height: auto;
  1036. background: none;
  1037. border: 0px none;
  1038. }
  1039. /* line 336, ../sass/order/_form.scss */
  1040. .order-create #main #content .order-form #bar-fixed.not-fixed,
  1041. .order-update #main #content .order-form #bar-fixed.not-fixed {
  1042. position: relative;
  1043. -moz-box-shadow: none;
  1044. -webkit-box-shadow: none;
  1045. box-shadow: none;
  1046. -moz-border-radius: 0px;
  1047. -webkit-border-radius: 0px;
  1048. border-radius: 0px;
  1049. border: solid 1px #e0e0e0;
  1050. padding-right: 20px;
  1051. }
  1052. /* line 343, ../sass/order/_form.scss */
  1053. .order-create #main #content .order-form #bar-fixed.not-fixed .container,
  1054. .order-update #main #content .order-form #bar-fixed.not-fixed .container {
  1055. width: auto;
  1056. }
  1057. /* line 349, ../sass/order/_form.scss */
  1058. .order-create #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande,
  1059. .order-update #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande {
  1060. margin-top: 0px;
  1061. float: right;
  1062. }
  1063. /* line 355, ../sass/order/_form.scss */
  1064. .order-create #main #content .order-form #bar-fixed #total-order-bottom,
  1065. .order-update #main #content .order-form #bar-fixed #total-order-bottom {
  1066. background-color: white;
  1067. -moz-border-radius: 20px;
  1068. -webkit-border-radius: 20px;
  1069. border-radius: 20px;
  1070. padding: 5px 25px;
  1071. border: solid 1px #e0e0e0;
  1072. }
  1073. /* line 362, ../sass/order/_form.scss */
  1074. .order-create #main #content .order-form #bar-fixed .btn-comment,
  1075. .order-update #main #content .order-form #bar-fixed .btn-comment {
  1076. float: left;
  1077. }
  1078. /* line 370, ../sass/order/_form.scss */
  1079. .order-create #main #content .order-form #bar-fixed .btn-comment,
  1080. .order-update #main #content .order-form #bar-fixed .btn-comment {
  1081. margin-right: 10px;
  1082. }
  1083. /* line 374, ../sass/order/_form.scss */
  1084. .order-create #main #content .order-form #bar-fixed #block-confirm-order,
  1085. .order-update #main #content .order-form #bar-fixed #block-confirm-order {
  1086. text-align: right;
  1087. margin-top: 20px;
  1088. }
  1089. /* line 378, ../sass/order/_form.scss */
  1090. .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
  1091. .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
  1092. width: 340px;
  1093. margin-right: 10px;
  1094. }
  1095. /* line 384, ../sass/order/_form.scss */
  1096. .order-create #main #content .order-form #bar-fixed #checkbox-credit,
  1097. .order-update #main #content .order-form #bar-fixed #checkbox-credit {
  1098. float: right;
  1099. width: 340px;
  1100. padding: 3px 11px;
  1101. background-color: white;
  1102. border: solid 1px #ccc;
  1103. -moz-border-radius: 5px;
  1104. -webkit-border-radius: 5px;
  1105. border-radius: 5px;
  1106. margin-right: 10px;
  1107. text-shadow: 0 1px 0 #fff;
  1108. -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  1109. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  1110. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  1111. }
  1112. /* line 395, ../sass/order/_form.scss */
  1113. .order-create #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible,
  1114. .order-update #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible {
  1115. background-color: #e0e0e0;
  1116. }
  1117. /* line 399, ../sass/order/_form.scss */
  1118. .order-create #main #content .order-form #bar-fixed #checkbox-credit .info,
  1119. .order-update #main #content .order-form #bar-fixed #checkbox-credit .info {
  1120. color: gray;
  1121. font-weight: normal;
  1122. }
  1123. /* line 404, ../sass/order/_form.scss */
  1124. .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
  1125. .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
  1126. background-color: #FF7F00;
  1127. color: white;
  1128. padding: 2px 8px;
  1129. -moz-border-radius: 5px;
  1130. -webkit-border-radius: 5px;
  1131. border-radius: 5px;
  1132. }
  1133. /* line 411, ../sass/order/_form.scss */
  1134. .order-create #main #content .order-form #bar-fixed #checkbox-credit .amount-paid,
  1135. .order-update #main #content .order-form #bar-fixed #checkbox-credit .amount-paid {
  1136. color: #FF7F00;
  1137. }
  1138. /* line 415, ../sass/order/_form.scss */
  1139. .order-create #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty,
  1140. .order-update #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty {
  1141. font-size: 12px;
  1142. }
  1143. /* line 419, ../sass/order/_form.scss */
  1144. .order-create #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled,
  1145. .order-update #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled {
  1146. display: none;
  1147. font-size: 12px;
  1148. }
  1149. /* line 425, ../sass/order/_form.scss */
  1150. .order-create #main #content .order-form #bar-fixed .btn-back, .order-create #main #content .order-form #bar-fixed .cancel-order,
  1151. .order-update #main #content .order-form #bar-fixed .btn-back,
  1152. .order-update #main #content .order-form #bar-fixed .cancel-order {
  1153. float: left;
  1154. margin-right: 5px;
  1155. }
  1156. /* line 430, ../sass/order/_form.scss */
  1157. .order-create #main #content .order-form #bar-fixed .cancel-order,
  1158. .order-update #main #content .order-form #bar-fixed .cancel-order {
  1159. color: #b92c28;
  1160. background-color: white;
  1161. }
  1162. /* line 435, ../sass/order/_form.scss */
  1163. .order-create #main #content .order-form #bar-fixed #total-order-bottom,
  1164. .order-update #main #content .order-form #bar-fixed #total-order-bottom {
  1165. display: none;
  1166. font-weight: bold;
  1167. font-family: "comfortaalight";
  1168. font-size: 24px;
  1169. }
  1170. /* line 442, ../sass/order/_form.scss */
  1171. .order-create #main #content .order-form #bar-fixed .field-order-comment,
  1172. .order-update #main #content .order-form #bar-fixed .field-order-comment {
  1173. display: none;
  1174. }
  1175. /* line 450, ../sass/order/_form.scss */
  1176. .order-create .ui-datepicker .ui-widget-header,
  1177. .order-update .ui-datepicker .ui-widget-header {
  1178. background: none;
  1179. background-color: gray;
  1180. border: 0px none;
  1181. color: black;
  1182. font-weight: normal;
  1183. }
  1184. /* line 458, ../sass/order/_form.scss */
  1185. .order-create .ui-datepicker .ui-datepicker-current-day a,
  1186. .order-create .ui-datepicker a.ui-state-hover,
  1187. .order-update .ui-datepicker .ui-datepicker-current-day a,
  1188. .order-update .ui-datepicker a.ui-state-hover {
  1189. background: none;
  1190. background-color: gray;
  1191. border-color: black;
  1192. color: black;
  1193. }
  1194. /**
  1195. Copyright distrib (2018)
  1196. contact@opendistrib.net
  1197. Ce logiciel est un programme informatique servant à aider les producteurs
  1198. à distribuer leur production en circuits courts.
  1199. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  1200. respectant les principes de diffusion des logiciels libres. Vous pouvez
  1201. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  1202. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  1203. sur le site "http://www.cecill.info".
  1204. En contrepartie de l'accessibilité au code source et des droits de copie,
  1205. de modification et de redistribution accordés par cette licence, il n'est
  1206. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  1207. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  1208. titulaire des droits patrimoniaux et les concédants successifs.
  1209. A cet égard l'attention de l'utilisateur est attirée sur les risques
  1210. associés au chargement, à l'utilisation, à la modification et/ou au
  1211. développement et à la reproduction du logiciel par l'utilisateur étant
  1212. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  1213. manipuler et qui le réserve donc à des développeurs et des professionnels
  1214. avertis possédant des connaissances informatiques approfondies. Les
  1215. utilisateurs sont donc invités à charger et tester l'adéquation du
  1216. logiciel à leurs besoins dans des conditions permettant d'assurer la
  1217. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  1218. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  1219. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  1220. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  1221. termes.
  1222. */
  1223. /* line 40, ../sass/order/_history.scss */
  1224. .order-history #list-producers {
  1225. display: none;
  1226. }
  1227. /* line 44, ../sass/order/_history.scss */
  1228. .order-history #tabs-orders-history {
  1229. margin-bottom: 20px;
  1230. }
  1231. /* line 48, ../sass/order/_history.scss */
  1232. .order-history #tabs-orders-history li a {
  1233. color: #FF7F00;
  1234. }
  1235. /* line 52, ../sass/order/_history.scss */
  1236. .order-history #tabs-orders-history li.active a {
  1237. color: #333;
  1238. }
  1239. /* line 59, ../sass/order/_history.scss */
  1240. .order-history table .locality {
  1241. color: gray;
  1242. }
  1243. /* line 3, ../sass/order/_order.scss */
  1244. .order-order #main #app-order-order {
  1245. display: none;
  1246. }
  1247. /* line 6, ../sass/order/_order.scss */
  1248. .order-order #main #app-order-order h3 {
  1249. font-family: "highvoltageregular";
  1250. }
  1251. /* line 10, ../sass/order/_order.scss */
  1252. .order-order #main #app-order-order.loaded {
  1253. display: block;
  1254. }
  1255. /* line 14, ../sass/order/_order.scss */
  1256. .order-order #main #app-order-order #distribution-date, .order-order #main #app-order-order #order-distribution-date {
  1257. display: none;
  1258. }
  1259. /* line 18, ../sass/order/_order.scss */
  1260. .order-order #main #app-order-order .slide-enter-active {
  1261. transition: all .2s ease;
  1262. }
  1263. /* line 22, ../sass/order/_order.scss */
  1264. .order-order #main #app-order-order .slide-leave-active {
  1265. transition: all 0s ease;
  1266. }
  1267. /* line 25, ../sass/order/_order.scss */
  1268. .order-order #main #app-order-order .slide-enter, .order-order #main #app-order-order .slide-leave-to {
  1269. transform: translateX(10px);
  1270. opacity: 0;
  1271. }
  1272. /* line 30, ../sass/order/_order.scss */
  1273. .order-order #main #app-order-order #steps {
  1274. margin-bottom: 20px;
  1275. }
  1276. /* line 32, ../sass/order/_order.scss */
  1277. .order-order #main #app-order-order #steps ul {
  1278. height: 70px;
  1279. }
  1280. /* line 35, ../sass/order/_order.scss */
  1281. .order-order #main #app-order-order #steps ul li {
  1282. text-align: center;
  1283. padding-right: 8px;
  1284. padding-left: 8px;
  1285. position: relative;
  1286. }
  1287. /* line 41, ../sass/order/_order.scss */
  1288. .order-order #main #app-order-order #steps ul li .info-step {
  1289. position: absolute;
  1290. top: 45px;
  1291. left: 0px;
  1292. width: 100%;
  1293. text-transform: normal;
  1294. color: #FF7F00;
  1295. font-family: "capsuularegular";
  1296. font-size: 17px;
  1297. font-weight: bold;
  1298. }
  1299. /* line 53, ../sass/order/_order.scss */
  1300. .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 {
  1301. float: right;
  1302. color: gray;
  1303. position: relative;
  1304. top: 10px;
  1305. }
  1306. /* line 61, ../sass/order/_order.scss */
  1307. .order-order #main #app-order-order #steps ul li.first {
  1308. padding-left: 0px;
  1309. }
  1310. /* line 65, ../sass/order/_order.scss */
  1311. .order-order #main #app-order-order #steps ul li#step-payment {
  1312. padding-right: 0px;
  1313. }
  1314. /* line 69, ../sass/order/_order.scss */
  1315. .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 {
  1316. display: none;
  1317. }
  1318. /* line 74, ../sass/order/_order.scss */
  1319. .order-order #main #app-order-order #steps ul li .btn {
  1320. color: #333;
  1321. text-transform: uppercase;
  1322. display: block;
  1323. width: 100%;
  1324. position: relative;
  1325. background-color: #e0e0e0;
  1326. -moz-border-radius: 0px;
  1327. -webkit-border-radius: 0px;
  1328. border-radius: 0px;
  1329. border: 0px none;
  1330. text-transform: uppercase;
  1331. }
  1332. /* line 85, ../sass/order/_order.scss */
  1333. .order-order #main #app-order-order #steps ul li .btn .button-content {
  1334. position: relative;
  1335. left: 8px;
  1336. }
  1337. /* line 90, ../sass/order/_order.scss */
  1338. .order-order #main #app-order-order #steps ul li .btn.btn-primary {
  1339. background-color: #FF7F00;
  1340. }
  1341. /* line 94, ../sass/order/_order.scss */
  1342. .order-order #main #app-order-order #steps ul li .btn::after, .order-order #main #app-order-order #steps ul li .btn::before {
  1343. content: "";
  1344. position: absolute;
  1345. top: -1px;
  1346. }
  1347. /* line 100, ../sass/order/_order.scss */
  1348. .order-order #main #app-order-order #steps ul li .btn::after {
  1349. right: -34px;
  1350. border: 17px solid transparent;
  1351. border-left: 17px solid #e0e0e0;
  1352. background-color: transparent;
  1353. }
  1354. /* line 107, ../sass/order/_order.scss */
  1355. .order-order #main #app-order-order #steps ul li .btn::before {
  1356. left: 0px;
  1357. border: 17px solid transparent;
  1358. border-left: 17px solid white;
  1359. background-color: transparent;
  1360. }
  1361. /* line 114, ../sass/order/_order.scss */
  1362. .order-order #main #app-order-order #steps ul li .btn.btn-primary::after {
  1363. border-left: 17px solid #FF7F00;
  1364. }
  1365. /* line 128, ../sass/order/_order.scss */
  1366. .order-order #main #app-order-order #steps ul li .btn-primary {
  1367. color: white;
  1368. }
  1369. /* line 136, ../sass/order/_order.scss */
  1370. .order-order #main #app-order-order #legend #order-date-color,
  1371. .order-order #main #app-order-order #legend #distribution-date-color {
  1372. width: 13px;
  1373. height: 13px;
  1374. display: inline-block;
  1375. }
  1376. /* line 143, ../sass/order/_order.scss */
  1377. .order-order #main #app-order-order #legend #order-date-color {
  1378. background-color: #FF7F00;
  1379. }
  1380. /* line 146, ../sass/order/_order.scss */
  1381. .order-order #main #app-order-order #legend #distribution-date-color {
  1382. background-color: #5cb85c;
  1383. }
  1384. /* line 151, ../sass/order/_order.scss */
  1385. .order-order #main #app-order-order #calendar {
  1386. margin-bottom: 15px;
  1387. }
  1388. /* line 153, ../sass/order/_order.scss */
  1389. .order-order #main #app-order-order #calendar .c-header .c-title-layout .c-title-popover .c-title-anchor .c-title[data-v-2083cb72] {
  1390. font-size: 2rem;
  1391. }
  1392. /* line 156, ../sass/order/_order.scss */
  1393. .order-order #main #app-order-order #calendar .c-day-background {
  1394. padding: 20px;
  1395. }
  1396. /* line 161, ../sass/order/_order.scss */
  1397. .order-order #main #app-order-order #calendar .c-day:hover .c-day-background {
  1398. background-color: #FF7F00 !important;
  1399. color: white !important;
  1400. }
  1401. /* line 167, ../sass/order/_order.scss */
  1402. .order-order #main #app-order-order #calendar .c-day-popover-content {
  1403. font-size: 1.3rem;
  1404. }
  1405. /* line 175, ../sass/order/_order.scss */
  1406. .order-order #main #app-order-order #credit-online-payment .panel .panel-heading .btn-default {
  1407. float: right;
  1408. position: relative;
  1409. top: -5px;
  1410. }
  1411. /* line 187, ../sass/order/_order.scss */
  1412. .order-order #main #app-order-order #content-step-date #distributions-list .panel .btn-primary {
  1413. float: right;
  1414. }
  1415. /* line 191, ../sass/order/_order.scss */
  1416. .order-order #main #app-order-order #content-step-date #distributions-list .panel .date {
  1417. font-size: 20px;
  1418. }
  1419. /* line 195, ../sass/order/_order.scss */
  1420. .order-order #main #app-order-order #content-step-date #distributions-list .panel .point-sales {
  1421. color: gray;
  1422. font-size: 14px;
  1423. margin-top: 8px;
  1424. }
  1425. /* line 204, ../sass/order/_order.scss */
  1426. .order-order #main #app-order-order .block-actions {
  1427. text-align: right;
  1428. margin-top: 20px;
  1429. }
  1430. /* line 211, ../sass/order/_order.scss */
  1431. .order-order #main #app-order-order table#points-sale td.name .the-name {
  1432. font-family: "capsuularegular";
  1433. color: black;
  1434. font-size: 20px;
  1435. line-height: 25px;
  1436. }
  1437. /* line 219, ../sass/order/_order.scss */
  1438. .order-order #main #app-order-order table#points-sale td.actions {
  1439. width: 150px;
  1440. }
  1441. /* line 221, ../sass/order/_order.scss */
  1442. .order-order #main #app-order-order table#points-sale td.actions button {
  1443. width: 100%;
  1444. }
  1445. /* line 227, ../sass/order/_order.scss */
  1446. .order-order #main #app-order-order table#points-sale tr.selected td {
  1447. background-color: white;
  1448. }
  1449. /* line 235, ../sass/order/_order.scss */
  1450. .order-order #main #app-order-order table#products td.category-name {
  1451. font-family: "highvoltageregular";
  1452. font-size: 22px;
  1453. line-height: 30px;
  1454. text-transform: uppercase;
  1455. padding-top: 13px;
  1456. }
  1457. /* line 242, ../sass/order/_order.scss */
  1458. .order-order #main #app-order-order table#products td.category-name .glyphicon-triangle-bottom,
  1459. .order-order #main #app-order-order table#products td.category-name .glyphicon-triangle-right {
  1460. font-size: 15px;
  1461. }
  1462. /* line 247, ../sass/order/_order.scss */
  1463. .order-order #main #app-order-order table#products td.category-name span.label {
  1464. font-family: "Arial";
  1465. font-weight: normal;
  1466. float: right;
  1467. text-transform: none;
  1468. margin-left: 15px;
  1469. }
  1470. /* line 256, ../sass/order/_order.scss */
  1471. .order-order #main #app-order-order table#products td.category-name:hover {
  1472. cursor: pointer;
  1473. background-color: #FF7F00;
  1474. color: white;
  1475. }
  1476. /* line 264, ../sass/order/_order.scss */
  1477. .order-order #main #app-order-order table#products td.photo img {
  1478. width: 100px;
  1479. }
  1480. /* line 270, ../sass/order/_order.scss */
  1481. .order-order #main #app-order-order table#products td.name .name {
  1482. font-family: "capsuularegular";
  1483. color: black;
  1484. font-size: 20px;
  1485. line-height: 25px;
  1486. }
  1487. /* line 276, ../sass/order/_order.scss */
  1488. .order-order #main #app-order-order table#products td.name .other {
  1489. font-size: 14px;
  1490. color: #333;
  1491. }
  1492. /* line 280, ../sass/order/_order.scss */
  1493. .order-order #main #app-order-order table#products td.name .recipe {
  1494. color: gray;
  1495. }
  1496. /* line 284, ../sass/order/_order.scss */
  1497. .order-order #main #app-order-order table#products .price-unit, .order-order #main #app-order-order table#products .price-total {
  1498. width: 100px;
  1499. text-align: center;
  1500. }
  1501. /* line 288, ../sass/order/_order.scss */
  1502. .order-order #main #app-order-order table#products .price-unit .unit, .order-order #main #app-order-order table#products .price-total .unit {
  1503. color: gray;
  1504. font-size: 13px;
  1505. }
  1506. /* line 293, ../sass/order/_order.scss */
  1507. .order-order #main #app-order-order table#products .td-quantity {
  1508. width: 175px;
  1509. }
  1510. /* line 295, ../sass/order/_order.scss */
  1511. .order-order #main #app-order-order table#products .td-quantity input.quantity {
  1512. text-align: center;
  1513. border-right: 0px none;
  1514. }
  1515. /* line 299, ../sass/order/_order.scss */
  1516. .order-order #main #app-order-order table#products .td-quantity .input-group-addon {
  1517. padding: 5px;
  1518. padding-left: 0px;
  1519. margin: 0px;
  1520. border-left: 0px none;
  1521. border-right: 0px none;
  1522. }
  1523. /* line 310, ../sass/order/_order.scss */
  1524. .order-order #main #app-order-order table#products tr.total .summary h3 {
  1525. margin-top: 0px;
  1526. font-family: "capsuularegular";
  1527. text-transform: none;
  1528. margin-bottom: 5px;
  1529. }
  1530. /* line 317, ../sass/order/_order.scss */
  1531. .order-order #main #app-order-order table#products tr.total .summary ul {
  1532. margin-bottom: 15px;
  1533. padding-left: 20px;
  1534. font-size: 23px;
  1535. }
  1536. /* line 324, ../sass/order/_order.scss */
  1537. .order-order #main #app-order-order table#products tr.total .summary ul li .quantity {
  1538. font-size: 18px;
  1539. }
  1540. /* line 328, ../sass/order/_order.scss */
  1541. .order-order #main #app-order-order table#products tr.total .summary ul li .name {
  1542. font-family: "capsuularegular";
  1543. font-size: 24px;
  1544. }
  1545. /* line 332, ../sass/order/_order.scss */
  1546. .order-order #main #app-order-order table#products tr.total .summary ul li .other {
  1547. font-family: "arial";
  1548. font-size: 14px;
  1549. }
  1550. /* line 339, ../sass/order/_order.scss */
  1551. .order-order #main #app-order-order table#products tr.total .price-total {
  1552. font-size: 23px;
  1553. }
  1554. /* line 347, ../sass/order/_order.scss */
  1555. .order-order #main #app-order-order #content-step-payment .delivery {
  1556. margin-bottom: 20px;
  1557. }
  1558. /* line 350, ../sass/order/_order.scss */
  1559. .order-order #main #app-order-order #content-step-payment .delivery .delivery-home {
  1560. margin-bottom: 20px;
  1561. }
  1562. /* line 359, ../sass/order/_order.scss */
  1563. .order-order #main #app-order-order #content-step-payment .comment {
  1564. margin-bottom: 20px;
  1565. }
  1566. /* line 364, ../sass/order/_order.scss */
  1567. .order-order #main #app-order-order #content-step-payment .credit .info {
  1568. margin-left: 20px;
  1569. color: gray;
  1570. }
  1571. /* line 371, ../sass/order/_order.scss */
  1572. .order-order #main #app-order-order #specific-delays {
  1573. margin-top: 15px;
  1574. }
  1575. /* line 379, ../sass/order/_order.scss */
  1576. .order-order #main #app-order-order #infos {
  1577. margin-top: 30px;
  1578. }
  1579. /* line 381, ../sass/order/_order.scss */
  1580. .order-order #main #app-order-order #infos .panel-body {
  1581. padding-top: 0px;
  1582. white-space: pre-line;
  1583. }
  1584. /* line 391, ../sass/order/_order.scss */
  1585. #main #content .panel h3 {
  1586. font-family: "highvoltageregular";
  1587. margin: 0px;
  1588. padding-top: 10px;
  1589. padding-bottom: 4px;
  1590. font-size: 20px;
  1591. }
  1592. /* line 5, ../sass/order/_confirm.scss */
  1593. .order-confirm #main #order-success .alert.alert-success .glyphicon-big {
  1594. background-color: #00A65A;
  1595. }
  1596. /* line 11, ../sass/order/_confirm.scss */
  1597. .order-confirm #main #order-success .alert.alert-info .glyphicon-big {
  1598. background-color: #0097BC;
  1599. padding: 55px 30px;
  1600. }
  1601. /* line 17, ../sass/order/_confirm.scss */
  1602. .order-confirm #main #order-success .alert.alert-info .content .glyphicon {
  1603. margin-right: 5px;
  1604. }
  1605. /* line 25, ../sass/order/_confirm.scss */
  1606. .order-confirm #main #order-success .alert-order-summary ul li {
  1607. margin-bottom: 10px;
  1608. }
  1609. /* line 31, ../sass/order/_confirm.scss */
  1610. .order-confirm #main #order-success .alert {
  1611. padding: 0px;
  1612. }
  1613. /* line 34, ../sass/order/_confirm.scss */
  1614. .order-confirm #main #order-success .alert.alert-danger {
  1615. padding: 12px;
  1616. }
  1617. /* line 36, ../sass/order/_confirm.scss */
  1618. .order-confirm #main #order-success .alert.alert-danger h5 {
  1619. margin-top: 10px;
  1620. margin-bottom: 10px;
  1621. }
  1622. /* line 42, ../sass/order/_confirm.scss */
  1623. .order-confirm #main #order-success .alert strong {
  1624. font-weight: bold;
  1625. }
  1626. /* line 46, ../sass/order/_confirm.scss */
  1627. .order-confirm #main #order-success .alert .glyphicon-big {
  1628. font-size: 90px;
  1629. color: white;
  1630. padding: 30px;
  1631. float: left;
  1632. }
  1633. /* line 53, ../sass/order/_confirm.scss */
  1634. .order-confirm #main #order-success .alert div.content {
  1635. color: #333;
  1636. padding: 20px;
  1637. margin-left: 151px;
  1638. }
  1639. /* line 58, ../sass/order/_confirm.scss */
  1640. .order-confirm #main #order-success .alert div.content h3 {
  1641. font-family: "capsuularegular";
  1642. font-size: 30px;
  1643. color: #333;
  1644. margin-bottom: 20px;
  1645. margin-top: 0px;
  1646. margin-left: 0px;
  1647. text-align: left;
  1648. padding-left: 0px;
  1649. line-height: 35px;
  1650. text-transform: none;
  1651. }
  1652. /* line 71, ../sass/order/_confirm.scss */
  1653. .order-confirm #main #order-success .alert div.content .locality {
  1654. color: gray;
  1655. }
  1656. /* line 3, ../sass/credit/_add.scss */
  1657. .credit-add .form {
  1658. max-width: 350px;
  1659. margin: 0px auto;
  1660. margin-top: 30px;
  1661. text-align: center;
  1662. }
  1663. /* line 9, ../sass/credit/_add.scss */
  1664. .credit-add .form .form-group.field-creditform-amount {
  1665. text-align: center;
  1666. margin-bottom: 30px;
  1667. }
  1668. /* line 13, ../sass/credit/_add.scss */
  1669. .credit-add .form .form-group.field-creditform-amount label {
  1670. margin-bottom: 25px;
  1671. color: black;
  1672. font-size: 20px;
  1673. }
  1674. /* line 19, ../sass/credit/_add.scss */
  1675. .credit-add .form .form-group.field-creditform-amount .input-group {
  1676. width: 150px;
  1677. margin: 0px auto;
  1678. }
  1679. /* line 24, ../sass/credit/_add.scss */
  1680. .credit-add .form .form-group.field-creditform-amount .input-group input#creditform-amount {
  1681. text-align: center;
  1682. }
  1683. /* line 27, ../sass/credit/_add.scss */
  1684. .credit-add .form .form-group.field-creditform-amount .input-group input#creditform-amount:focus {
  1685. -moz-box-shadow: none;
  1686. -webkit-box-shadow: none;
  1687. box-shadow: none;
  1688. border-color: #ccc;
  1689. }
  1690. /* line 34, ../sass/credit/_add.scss */
  1691. .credit-add .form .form-group.field-creditform-amount .hint-block {
  1692. margin-top: 8px;
  1693. }
  1694. /* line 4, ../sass/subscription/_form.scss */
  1695. .subscription-create .subscription-form,
  1696. .subscription-update .subscription-form {
  1697. display: none;
  1698. }
  1699. /* line 8, ../sass/subscription/_form.scss */
  1700. .subscription-create .subscription-form.loaded,
  1701. .subscription-update .subscription-form.loaded {
  1702. display: block;
  1703. }
  1704. /* line 13, ../sass/subscription/_form.scss */
  1705. .subscription-create .subscription-form .points-sale .locality,
  1706. .subscription-update .subscription-form .points-sale .locality {
  1707. color: gray;
  1708. }
  1709. /* line 16, ../sass/subscription/_form.scss */
  1710. .subscription-create .subscription-form .points-sale label,
  1711. .subscription-update .subscription-form .points-sale label {
  1712. cursor: pointer;
  1713. }
  1714. /* line 22, ../sass/subscription/_form.scss */
  1715. .subscription-create .subscription-form .days .form-group,
  1716. .subscription-update .subscription-form .days .form-group {
  1717. float: left;
  1718. margin-right: 15px;
  1719. }
  1720. /* line 31, ../sass/subscription/_form.scss */
  1721. .subscription-create .subscription-form .points-sale table tr.selected td,
  1722. .subscription-update .subscription-form .points-sale table tr.selected td {
  1723. background-color: white;
  1724. }
  1725. /* line 36, ../sass/subscription/_form.scss */
  1726. .subscription-create .subscription-form .points-sale table .the-name,
  1727. .subscription-update .subscription-form .points-sale table .the-name {
  1728. font-family: "capsuularegular";
  1729. font-size: 20px;
  1730. color: black;
  1731. }
  1732. /* line 42, ../sass/subscription/_form.scss */
  1733. .subscription-create .subscription-form .points-sale table .block-code,
  1734. .subscription-update .subscription-form .points-sale table .block-code {
  1735. width: 150px;
  1736. }
  1737. /* line 46, ../sass/subscription/_form.scss */
  1738. .subscription-create .subscription-form .points-sale table .actions,
  1739. .subscription-update .subscription-form .points-sale table .actions {
  1740. width: 150px;
  1741. }
  1742. /* line 49, ../sass/subscription/_form.scss */
  1743. .subscription-create .subscription-form .points-sale table .actions button,
  1744. .subscription-update .subscription-form .points-sale table .actions button {
  1745. width: 100%;
  1746. display: block;
  1747. }
  1748. /* line 57, ../sass/subscription/_form.scss */
  1749. .subscription-create .subscription-form .comment-textarea,
  1750. .subscription-update .subscription-form .comment-textarea {
  1751. width: 100%;
  1752. height: 100px;
  1753. }
  1754. /* line 63, ../sass/subscription/_form.scss */
  1755. .subscription-create .subscription-form .products .monday, .subscription-create .subscription-form .products .tuesday, .subscription-create .subscription-form .products .wednesday, .subscription-create .subscription-form .products .thursday,
  1756. .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,
  1757. .subscription-update .subscription-form .products .monday,
  1758. .subscription-update .subscription-form .products .tuesday,
  1759. .subscription-update .subscription-form .products .wednesday,
  1760. .subscription-update .subscription-form .products .thursday,
  1761. .subscription-update .subscription-form .products .friday,
  1762. .subscription-update .subscription-form .products .saturday,
  1763. .subscription-update .subscription-form .products .sunday,
  1764. .subscription-update .subscription-form .products .no-day {
  1765. display: none;
  1766. }
  1767. /* line 68, ../sass/subscription/_form.scss */
  1768. .subscription-create .subscription-form .products .monday-active .monday,
  1769. .subscription-create .subscription-form .products .tuesday-active .tuesday,
  1770. .subscription-create .subscription-form .products .wednesday-active .wednesday,
  1771. .subscription-create .subscription-form .products .thursday-active .thursday,
  1772. .subscription-create .subscription-form .products .friday-active .friday,
  1773. .subscription-create .subscription-form .products .saturday-active .saturday,
  1774. .subscription-create .subscription-form .products .sunday-active .sunday,
  1775. .subscription-update .subscription-form .products .monday-active .monday,
  1776. .subscription-update .subscription-form .products .tuesday-active .tuesday,
  1777. .subscription-update .subscription-form .products .wednesday-active .wednesday,
  1778. .subscription-update .subscription-form .products .thursday-active .thursday,
  1779. .subscription-update .subscription-form .products .friday-active .friday,
  1780. .subscription-update .subscription-form .products .saturday-active .saturday,
  1781. .subscription-update .subscription-form .products .sunday-active .sunday {
  1782. display: block;
  1783. }
  1784. /* line 78, ../sass/subscription/_form.scss */
  1785. .subscription-create .subscription-form .products td.quantity,
  1786. .subscription-update .subscription-form .products td.quantity {
  1787. width: 180px;
  1788. }
  1789. /* line 81, ../sass/subscription/_form.scss */
  1790. .subscription-create .subscription-form .products td.quantity input,
  1791. .subscription-update .subscription-form .products td.quantity input {
  1792. text-align: center;
  1793. border-right: 0px none;
  1794. }
  1795. /* line 84, ../sass/subscription/_form.scss */
  1796. .subscription-create .subscription-form .products td.quantity input.has-quantity,
  1797. .subscription-update .subscription-form .products td.quantity input.has-quantity {
  1798. font-weight: bold;
  1799. }
  1800. /* line 89, ../sass/subscription/_form.scss */
  1801. .subscription-create .subscription-form .products td.quantity .input-group-addon,
  1802. .subscription-update .subscription-form .products td.quantity .input-group-addon {
  1803. background-color: white;
  1804. padding-left: 0px;
  1805. border-left: 0px none;
  1806. }
  1807. /* line 96, ../sass/subscription/_form.scss */
  1808. .subscription-create .subscription-form .products .name,
  1809. .subscription-update .subscription-form .products .name {
  1810. font-family: "capsuularegular";
  1811. font-size: 20px;
  1812. color: black;
  1813. }
  1814. /* line 102, ../sass/subscription/_form.scss */
  1815. .subscription-create .subscription-form .products .description,
  1816. .subscription-update .subscription-form .products .description {
  1817. font-style: italic;
  1818. }
  1819. /* line 106, ../sass/subscription/_form.scss */
  1820. .subscription-create .subscription-form .products .recipe,
  1821. .subscription-update .subscription-form .products .recipe {
  1822. font-size: 12px;
  1823. }
  1824. /* line 110, ../sass/subscription/_form.scss */
  1825. .subscription-create .subscription-form .products .price-unit, .subscription-create .subscription-form .products .price-total,
  1826. .subscription-update .subscription-form .products .price-unit,
  1827. .subscription-update .subscription-form .products .price-total {
  1828. text-align: center;
  1829. width: 150px;
  1830. }
  1831. /* line 115, ../sass/subscription/_form.scss */
  1832. .subscription-create .subscription-form .products .unit,
  1833. .subscription-update .subscription-form .products .unit {
  1834. color: gray;
  1835. font-size: 13px;
  1836. }
  1837. /* line 120, ../sass/subscription/_form.scss */
  1838. .subscription-create .subscription-form .products tr.total .price-total,
  1839. .subscription-update .subscription-form .products tr.total .price-total {
  1840. text-align: center;
  1841. font-size: 20px;
  1842. }
  1843. /**
  1844. Copyright distrib (2018)
  1845. contact@opendistrib.net
  1846. Ce logiciel est un programme informatique servant à aider les producteurs
  1847. à distribuer leur production en circuits courts.
  1848. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  1849. respectant les principes de diffusion des logiciels libres. Vous pouvez
  1850. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  1851. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  1852. sur le site "http://www.cecill.info".
  1853. En contrepartie de l'accessibilité au code source et des droits de copie,
  1854. de modification et de redistribution accordés par cette licence, il n'est
  1855. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  1856. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  1857. titulaire des droits patrimoniaux et les concédants successifs.
  1858. A cet égard l'attention de l'utilisateur est attirée sur les risques
  1859. associés au chargement, à l'utilisation, à la modification et/ou au
  1860. développement et à la reproduction du logiciel par l'utilisateur étant
  1861. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  1862. manipuler et qui le réserve donc à des développeurs et des professionnels
  1863. avertis possédant des connaissances informatiques approfondies. Les
  1864. utilisateurs sont donc invités à charger et tester l'adéquation du
  1865. logiciel à leurs besoins dans des conditions permettant d'assurer la
  1866. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  1867. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  1868. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  1869. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  1870. termes.
  1871. */
  1872. @media screen and (min-width: 768px) and (max-width: 992px) {
  1873. /* line 39, ../sass/_responsive.scss */
  1874. #left .fixed {
  1875. position: relative;
  1876. }
  1877. }
  1878. @media screen and (max-width: 768px) {
  1879. /* line 47, ../sass/_responsive.scss */
  1880. #header-bap {
  1881. display: block;
  1882. position: relative;
  1883. top: 0px;
  1884. left: 0px;
  1885. text-align: center;
  1886. width: 100%;
  1887. padding: 0px;
  1888. }
  1889. /* line 56, ../sass/_responsive.scss */
  1890. #header-bap #logo {
  1891. margin-left: 10px;
  1892. }
  1893. /* line 62, ../sass/_responsive.scss */
  1894. #left .fixed {
  1895. position: relative;
  1896. }
  1897. /* line 69, ../sass/_responsive.scss */
  1898. #main #img-big {
  1899. display: none;
  1900. }
  1901. /* line 75, ../sass/_responsive.scss */
  1902. #main nav#main-nav ul li {
  1903. display: block;
  1904. float: none;
  1905. }
  1906. /* line 79, ../sass/_responsive.scss */
  1907. #main nav#main-nav ul li.active a {
  1908. border-bottom: solid 1px white;
  1909. background-color: #FF7F00;
  1910. color: white;
  1911. }
  1912. /* line 84, ../sass/_responsive.scss */
  1913. #main nav#main-nav ul li.active a:hover {
  1914. background-color: #FF7F00;
  1915. color: white;
  1916. }
  1917. /* line 90, ../sass/_responsive.scss */
  1918. #main nav#main-nav ul li a {
  1919. display: block;
  1920. border-bottom: solid 1px #e0e0e0;
  1921. }
  1922. /* line 94, ../sass/_responsive.scss */
  1923. #main nav#main-nav ul li a:hover {
  1924. background-color: white;
  1925. color: #FF7F00;
  1926. }
  1927. /* line 101, ../sass/_responsive.scss */
  1928. #main nav#main-nav ul li#btn-administration {
  1929. float: none;
  1930. }
  1931. /* line 103, ../sass/_responsive.scss */
  1932. #main nav#main-nav ul li#btn-administration a:hover {
  1933. background-color: white;
  1934. color: #FF7F00;
  1935. }
  1936. /* line 111, ../sass/_responsive.scss */
  1937. #main h2#page-title {
  1938. text-align: center;
  1939. }
  1940. /* line 117, ../sass/_responsive.scss */
  1941. #main #products td {
  1942. padding: 3px;
  1943. }
  1944. /* line 121, ../sass/_responsive.scss */
  1945. #main #products .td-photo, #main #products .th-photo {
  1946. display: none;
  1947. }
  1948. /* line 125, ../sass/_responsive.scss */
  1949. #main #products .product {
  1950. font-size: 12px;
  1951. }
  1952. /* line 127, ../sass/_responsive.scss */
  1953. #main #products .product .nom {
  1954. font-size: 15px;
  1955. }
  1956. /* line 134, ../sass/_responsive.scss */
  1957. #main #bar-fixed {
  1958. position: relative;
  1959. }
  1960. /* line 136, ../sass/_responsive.scss */
  1961. #main #bar-fixed .btn-comment {
  1962. float: none;
  1963. display: block;
  1964. width: 100%;
  1965. margin-bottom: 10px;
  1966. margin-top: 15px;
  1967. }
  1968. /* line 146, ../sass/_responsive.scss */
  1969. .order-create #main #content .order-form #products .table .input-group,
  1970. .order-update #main #content .order-form #products .table .input-group {
  1971. width: 60px;
  1972. }
  1973. /* line 150, ../sass/_responsive.scss */
  1974. .order-create #main #content .order-form #products .table .input-group .form-control,
  1975. .order-update #main #content .order-form #products .table .input-group .form-control {
  1976. width: 20px;
  1977. padding: 3px;
  1978. }
  1979. /* line 156, ../sass/_responsive.scss */
  1980. .order-create #main #content .order-form #bar-fixed #checkbox-credit,
  1981. .order-update #main #content .order-form #bar-fixed #checkbox-credit {
  1982. width: 100%;
  1983. margin: 0px;
  1984. padding: 5px 0px;
  1985. }
  1986. /* line 162, ../sass/_responsive.scss */
  1987. .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
  1988. .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
  1989. word-break: break-all;
  1990. }
  1991. /* line 167, ../sass/_responsive.scss */
  1992. .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
  1993. .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
  1994. width: 100%;
  1995. }
  1996. /* line 175, ../sass/_responsive.scss */
  1997. .order-order #app-order-order h3 {
  1998. line-height: 28px;
  1999. }
  2000. /* line 181, ../sass/_responsive.scss */
  2001. .order-order #app-order-order #distributions-list .panel .btn-primary {
  2002. display: block;
  2003. float: none !important;
  2004. margin-bottom: 10px;
  2005. }
  2006. /* line 190, ../sass/_responsive.scss */
  2007. .order-order #app-order-order #steps ul {
  2008. height: auto !important;
  2009. }
  2010. /* line 192, ../sass/_responsive.scss */
  2011. .order-order #app-order-order #steps ul li {
  2012. padding-left: 0px !important;
  2013. padding-right: 0px !important;
  2014. }
  2015. /* line 196, ../sass/_responsive.scss */
  2016. .order-order #app-order-order #steps ul li .info-step {
  2017. display: none;
  2018. }
  2019. /* line 200, ../sass/_responsive.scss */
  2020. .order-order #app-order-order #steps ul li .btn::after,
  2021. .order-order #app-order-order #steps ul li .btn::before {
  2022. display: none;
  2023. }
  2024. /* line 211, ../sass/_responsive.scss */
  2025. .order-order #app-order-order table#products td.name .recipe {
  2026. display: none;
  2027. }
  2028. /* line 217, ../sass/_responsive.scss */
  2029. .order-order #app-order-order table#products td.td-quantity .input-group-btn {
  2030. width: 100%;
  2031. display: block;
  2032. }
  2033. /* line 221, ../sass/_responsive.scss */
  2034. .order-order #app-order-order table#products td.td-quantity .input-group-btn button {
  2035. width: 100%;
  2036. display: block;
  2037. }
  2038. /* line 231, ../sass/_responsive.scss */
  2039. .order-order #app-order-order #order-success .alert .glyphicon-big {
  2040. font-size: 90px;
  2041. color: white;
  2042. padding: 30px;
  2043. display: block;
  2044. width: 100%;
  2045. text-align: center;
  2046. margin-bottom: 20px;
  2047. }
  2048. /* line 240, ../sass/_responsive.scss */
  2049. .order-order #app-order-order #order-success .alert div.content {
  2050. margin-left: 0px;
  2051. text-align: center;
  2052. }
  2053. /* line 251, ../sass/_responsive.scss */
  2054. #footer .content {
  2055. text-align: center;
  2056. }
  2057. }