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.

1063 rindas
27KB

  1. /* Welcome to Compass.
  2. * In this file you should write your main styles. (or centralize your imports)
  3. * Import this file using the following HTML or equivalent:
  4. * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
  5. @font-face {
  6. font-family: 'comfortaabold';
  7. src: url("../fonts/comfortaa-bold-webfont.eot");
  8. src: url("../fonts/comfortaa-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa-bold-webfont.woff2") format("woff2"), url("../fonts/comfortaa-bold-webfont.woff") format("woff"), url("../fonts/comfortaa-bold-webfont.ttf") format("truetype"), url("../fonts/comfortaa-bold-webfont.svg#comfortaabold") format("svg");
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. @font-face {
  13. font-family: 'comfortaalight';
  14. src: url("../fonts/comfortaa-light-webfont.eot");
  15. src: url("../fonts/comfortaa-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa-light-webfont.woff2") format("woff2"), url("../fonts/comfortaa-light-webfont.woff") format("woff"), url("../fonts/comfortaa-light-webfont.ttf") format("truetype"), url("../fonts/comfortaa-light-webfont.svg#comfortaalight") format("svg");
  16. font-weight: normal;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: 'comfortaaregular';
  21. src: url("../fonts/comfortaa-regular-webfont.eot");
  22. src: url("../fonts/comfortaa-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa-regular-webfont.woff2") format("woff2"), url("../fonts/comfortaa-regular-webfont.woff") format("woff"), url("../fonts/comfortaa-regular-webfont.ttf") format("truetype"), url("../fonts/comfortaa-regular-webfont.svg#comfortaaregular") format("svg");
  23. font-weight: normal;
  24. font-style: normal;
  25. }
  26. @font-face {
  27. font-family: 'myriadpro-it';
  28. src: url("../fonts/myriadpro-it.eot");
  29. src: url("../fonts/myriadpro-it.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-it.woff") format("woff"), url("../fonts/myriadpro-it.ttf") format("truetype"), url("../fonts/myriadpro-it.svg#myriadpro-it") format("svg");
  30. font-weight: normal;
  31. font-style: normal;
  32. }
  33. @font-face {
  34. font-family: 'myriadpro-light';
  35. src: url("../fonts/myriadpro-light.eot");
  36. src: url("../fonts/myriadpro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-light.woff") format("woff"), url("../fonts/myriadpro-light.ttf") format("truetype"), url("../fonts/myriadpro-light.svg#myriadpro-light") format("svg");
  37. font-weight: normal;
  38. font-style: normal;
  39. }
  40. @font-face {
  41. font-family: 'myriadpro-regular';
  42. src: url("../fonts/myriadpro-regular.eot");
  43. src: url("../fonts/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url("../fonts/myriadpro-regular.svg#myriadpro-regular") format("svg");
  44. font-weight: normal;
  45. font-style: normal;
  46. }
  47. @font-face {
  48. font-family: 'myriadpro-semibold';
  49. src: url("../fonts/myriadpro-semibold.eot");
  50. src: url("../fonts/myriadpro-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-semibold.woff") format("woff"), url("../fonts/myriadpro-semibold.ttf") format("truetype"), url("../fonts/myriadpro-semibold.svg#myriadpro-semibold") format("svg");
  51. font-weight: normal;
  52. font-style: normal;
  53. }
  54. /* line 26, ../sass/screen.scss */
  55. html {
  56. height: 100%;
  57. }
  58. /* line 30, ../sass/screen.scss */
  59. body {
  60. position: relative;
  61. color: #505050;
  62. font-family: "Arial";
  63. background-attachment: fixed;
  64. min-height: 100%;
  65. margin: 0;
  66. padding: 0;
  67. }
  68. /* line 40, ../sass/screen.scss */
  69. strong {
  70. font-weight: bold;
  71. }
  72. /* line 45, ../sass/screen.scss */
  73. #main a {
  74. color: #505050;
  75. text-decoration: underline;
  76. }
  77. /* line 49, ../sass/screen.scss */
  78. #main a:focus, #main a:active {
  79. outline-color: gray;
  80. color: white;
  81. }
  82. /* line 54, ../sass/screen.scss */
  83. #main a:hover {
  84. color: #BB8757;
  85. }
  86. /* line 58, ../sass/screen.scss */
  87. #main a.btn {
  88. text-decoration: none;
  89. }
  90. /* line 63, ../sass/screen.scss */
  91. #main .btn-primary {
  92. background-color: #BB8757;
  93. border: solid 1px #BB8757;
  94. color: white;
  95. }
  96. /* line 68, ../sass/screen.scss */
  97. #main .btn-primary:hover, #main .btn-primary:active, #main .btn-primary:focus {
  98. background-color: #b17a48;
  99. border: solid 1px #BB8757;
  100. }
  101. /* line 74, ../sass/screen.scss */
  102. #main .form-control:focus {
  103. -moz-box-shadow: none;
  104. -webkit-box-shadow: none;
  105. box-shadow: none;
  106. border: solid 1px #BB8757;
  107. }
  108. /* line 80, ../sass/screen.scss */
  109. p {
  110. padding-bottom: 20px;
  111. line-height: 21px;
  112. }
  113. /* line 85, ../sass/screen.scss */
  114. ul {
  115. padding-left: 20px;
  116. list-style-type: disc;
  117. margin-bottom: 10px;
  118. }
  119. /* line 90, ../sass/screen.scss */
  120. ul li {
  121. padding-left: 5px;
  122. }
  123. /* line 95, ../sass/screen.scss */
  124. .clr {
  125. clear: both;
  126. }
  127. /* line 99, ../sass/screen.scss */
  128. .btn {
  129. background-image: none;
  130. }
  131. /* line 103, ../sass/screen.scss */
  132. #main .alert {
  133. background-image: none;
  134. background-color: white;
  135. border-bottom-width: 3px;
  136. }
  137. /* line 111, ../sass/screen.scss */
  138. .alert.alert-warning a {
  139. color: #8a6d3b;
  140. }
  141. /* line 120, ../sass/screen.scss */
  142. #main {
  143. position: relative;
  144. padding-bottom: 150px;
  145. }
  146. /* line 123, ../sass/screen.scss */
  147. #main .inner {
  148. width: 960px;
  149. margin: 0px auto;
  150. }
  151. /* line 129, ../sass/screen.scss */
  152. #header {
  153. z-index: 100;
  154. border-bottom: solid 1px #e0e0e0;
  155. background-color: #f8f1dd;
  156. height: 86px;
  157. }
  158. /* line 135, ../sass/screen.scss */
  159. #header .container {
  160. position: relative;
  161. }
  162. /* line 139, ../sass/screen.scss */
  163. #header #link-home {
  164. position: absolute;
  165. top: 10px;
  166. left: 0px;
  167. text-decoration: none;
  168. font-size: 22px;
  169. color: black;
  170. }
  171. /* line 147, ../sass/screen.scss */
  172. #header #link-home img {
  173. height: 60px;
  174. margin-bottom: 5px;
  175. }
  176. /* line 153, ../sass/screen.scss */
  177. #header #link-espace-boulanger {
  178. border-left: solid 1px #e0e0e0;
  179. color: #BB8757;
  180. }
  181. /* line 158, ../sass/screen.scss */
  182. #header nav {
  183. padding-top: 22px;
  184. }
  185. /* line 160, ../sass/screen.scss */
  186. #header nav ul {
  187. float: right;
  188. }
  189. /* line 163, ../sass/screen.scss */
  190. #header nav ul li a {
  191. text-decoration: none;
  192. color: #505050;
  193. }
  194. /* line 166, ../sass/screen.scss */
  195. #header nav ul li a.active {
  196. background-color: white;
  197. }
  198. /* line 170, ../sass/screen.scss */
  199. #header nav ul li a:hover {
  200. color: black;
  201. background-color: white;
  202. }
  203. /* line 180, ../sass/screen.scss */
  204. #header #link-logout .nom {
  205. color: gray;
  206. font-size: 10px;
  207. left: 18px;
  208. position: relative;
  209. top: -4px;
  210. }
  211. /* line 197, ../sass/screen.scss */
  212. #content {
  213. position: relative;
  214. padding: 20px 0px;
  215. padding-bottom: 0px;
  216. padding-top: 35px;
  217. min-height: 500px;
  218. }
  219. /* line 204, ../sass/screen.scss */
  220. #content h1#title-site {
  221. font-family: "comfortaalight";
  222. font-size: 50px;
  223. }
  224. /* line 211, ../sass/screen.scss */
  225. #content h2 {
  226. color: black;
  227. padding-bottom: 15px;
  228. font-size: 25px;
  229. line-height: 35px;
  230. font-family: "myriadpro-regular";
  231. text-transform: uppercase;
  232. position: relative;
  233. margin-top: 30px;
  234. }
  235. /* line 222, ../sass/screen.scss */
  236. #content h3 {
  237. color: black;
  238. font-size: 20px;
  239. }
  240. /* line 230, ../sass/screen.scss */
  241. #content #description img {
  242. width: 100%;
  243. }
  244. /* line 235, ../sass/screen.scss */
  245. #content #main-img {
  246. max-width: 100%;
  247. border: solid 1px #e0e0e0;
  248. padding: 5px;
  249. -moz-border-radius: 5px;
  250. -webkit-border-radius: 5px;
  251. border-radius: 5px;
  252. }
  253. /* line 242, ../sass/screen.scss */
  254. #content #row-presentation {
  255. text-align: center;
  256. }
  257. /* line 246, ../sass/screen.scss */
  258. #content #row-signup {
  259. text-align: center;
  260. margin-top: 40px;
  261. }
  262. /* line 250, ../sass/screen.scss */
  263. #content #row-signup a.btn {
  264. padding: 13px 32px;
  265. font-size: 25px;
  266. }
  267. /* line 256, ../sass/screen.scss */
  268. #content #row-clients-boulanger {
  269. margin-bottom: 50px;
  270. }
  271. /* line 258, ../sass/screen.scss */
  272. #content #row-clients-boulanger h2 {
  273. text-align: center;
  274. margin-bottom: 15px;
  275. padding-bottom: 0px;
  276. }
  277. /* line 262, ../sass/screen.scss */
  278. #content #row-clients-boulanger h2 img {
  279. height: 70px;
  280. margin-bottom: 60px;
  281. }
  282. /* line 268, ../sass/screen.scss */
  283. #content #row-clients-boulanger ul {
  284. text-align: center;
  285. }
  286. /* line 270, ../sass/screen.scss */
  287. #content #row-clients-boulanger ul li {
  288. list-style-type: none;
  289. }
  290. /* line 275, ../sass/screen.scss */
  291. #content #row-clients-boulanger #clients {
  292. border-right: dotted 1px gray;
  293. }
  294. /* line 279, ../sass/screen.scss */
  295. #content #row-clients-boulanger .prix {
  296. padding-top: 15px;
  297. font-size: 18px;
  298. text-align: center;
  299. }
  300. /* line 284, ../sass/screen.scss */
  301. #content #row-clients-boulanger .prix span {
  302. color: #BB8757;
  303. background-color: #F8F1DD;
  304. border: solid 1px #e0e0e0;
  305. font-weight: normal;
  306. font-size: 22px;
  307. font-family: "comfortaaregular";
  308. padding: 5px 10px;
  309. -moz-border-radius: 10px;
  310. -webkit-border-radius: 10px;
  311. border-radius: 10px;
  312. }
  313. /* line 298, ../sass/screen.scss */
  314. #content #row-clients-boulanger #periode-essai {
  315. margin-top: 8px;
  316. text-align: center;
  317. font-size: 13px;
  318. color: gray;
  319. font-family: "comfortaaregular";
  320. }
  321. /* line 310, ../sass/screen.scss */
  322. #content #contact {
  323. display: none;
  324. }
  325. /* line 314, ../sass/screen.scss */
  326. #content #contact .icon {
  327. width: 55px;
  328. top: -15px;
  329. margin-left: -70px;
  330. }
  331. /* line 323, ../sass/screen.scss */
  332. #content #contact .form-control:focus {
  333. /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
  334. border-color: $jaune ;*/
  335. }
  336. /* line 328, ../sass/screen.scss */
  337. #content #contact .form-group {
  338. text-align: center;
  339. }
  340. /* line 332, ../sass/screen.scss */
  341. #content #contact .img-right {
  342. float: right;
  343. }
  344. /* line 335, ../sass/screen.scss */
  345. #content #contact .img-right img {
  346. width: 300px;
  347. }
  348. /* line 342, ../sass/screen.scss */
  349. .form-control:focus {
  350. /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
  351. border-color: $jaune ;*/
  352. }
  353. /* line 347, ../sass/screen.scss */
  354. #footer {
  355. position: absolute;
  356. bottom: 0px;
  357. left: 0px;
  358. width: 100%;
  359. height: 50px;
  360. background-color: #515151;
  361. text-align: center;
  362. border-top: 1px solid #e0e0e0;
  363. padding-top: 30px;
  364. padding-bottom: 60px;
  365. }
  366. /* line 363, ../sass/screen.scss */
  367. #footer a {
  368. color: #7e7e7e;
  369. color: white;
  370. text-transform: uppercase;
  371. text-decoration: none;
  372. padding-left: 10px;
  373. padding-right: 10px;
  374. border-right: solid 1px #7e7e7e;
  375. border-right: solid 1px white;
  376. }
  377. /* line 372, ../sass/screen.scss */
  378. #footer a:hover {
  379. color: gray;
  380. }
  381. /* line 376, ../sass/screen.scss */
  382. #footer a:last-child {
  383. border: 0px none;
  384. }
  385. /* line 382, ../sass/screen.scss */
  386. #content #mentions {
  387. padding-top: 20px;
  388. }
  389. /* line 385, ../sass/screen.scss */
  390. #content #mentions div.content {
  391. width: 60%;
  392. font-size: 90%;
  393. }
  394. /* line 390, ../sass/screen.scss */
  395. #content #mentions p {
  396. padding-bottom: 15px;
  397. }
  398. /* line 394, ../sass/screen.scss */
  399. #content #mentions h2 {
  400. color: black;
  401. padding-bottom: 40px;
  402. font-size: 25px;
  403. line-height: 35px;
  404. font-family: "myriadpro-regular";
  405. }
  406. /* line 402, ../sass/screen.scss */
  407. #content #mentions h3 {
  408. font-family: "comfortaaregular";
  409. font-size: 18px;
  410. padding-bottom: 12px;
  411. margin-top: 10px;
  412. color: black;
  413. }
  414. /* line 413, ../sass/screen.scss */
  415. .mentions #main, .mentions body {
  416. background-color: white;
  417. }
  418. /* line 418, ../sass/screen.scss */
  419. .vegas-loading {
  420. display: none;
  421. }
  422. /* line 425, ../sass/screen.scss */
  423. #profil-user .form-group.field-user-no_mail label {
  424. font-weight: normal;
  425. }
  426. /* line 429, ../sass/screen.scss */
  427. #profil-user .form-group label {
  428. cursor: pointer;
  429. }
  430. /* line 434, ../sass/screen.scss */
  431. #profil-user #mails-jours-prod .form-group {
  432. float: left;
  433. margin-right: 15px;
  434. }
  435. /* line 437, ../sass/screen.scss */
  436. #profil-user #mails-jours-prod .form-group label {
  437. font-weight: normal;
  438. }
  439. /* line 443, ../sass/screen.scss */
  440. #profil-user p.strong {
  441. font-weight: bold;
  442. }
  443. /* login */
  444. /* line 452, ../sass/screen.scss */
  445. .site-login .col-lg-5 {
  446. margin: 0px auto;
  447. float: none;
  448. }
  449. /* signup */
  450. /* line 461, ../sass/screen.scss */
  451. .site-signup .col-lg-5 {
  452. margin: 0px auto;
  453. float: none;
  454. }
  455. /* line 468, ../sass/screen.scss */
  456. #form-signup #client-boulanger {
  457. margin-bottom: 30px;
  458. }
  459. /* line 473, ../sass/screen.scss */
  460. #form-signup #signupform-id_etablissement option:disabled {
  461. font-weight: bold;
  462. color: black;
  463. }
  464. /* line 479, ../sass/screen.scss */
  465. #form-signup #champs-boulanger {
  466. display: none;
  467. }
  468. /* line 483, ../sass/screen.scss */
  469. #form-signup #boutons-inscrire {
  470. margin-top: 30px;
  471. }
  472. /* line 2, ../sass/_systeme_commandes.scss */
  473. h1.title-systeme-commande {
  474. color: black;
  475. padding-bottom: 35px;
  476. font-size: 30px;
  477. line-height: 35px;
  478. font-family: "myriadpro-regular";
  479. font-family: "comfortaalight";
  480. text-align: center;
  481. position: relative;
  482. margin-top: 30px;
  483. }
  484. /* line 14, ../sass/_systeme_commandes.scss */
  485. h1.title-systeme-commande img {
  486. width: 35px;
  487. margin-right: 7px;
  488. }
  489. /* line 20, ../sass/_systeme_commandes.scss */
  490. h2 {
  491. font-size: 20px;
  492. text-transform: uppercase;
  493. }
  494. /* line 33, ../sass/_systeme_commandes.scss */
  495. .liste-etablissements .boulangerie {
  496. padding-left: 0px;
  497. padding-right: 30px;
  498. }
  499. /* line 37, ../sass/_systeme_commandes.scss */
  500. .liste-etablissements .boulangerie .panel {
  501. margin-bottom: 13px;
  502. }
  503. /* line 41, ../sass/_systeme_commandes.scss */
  504. .liste-etablissements .boulangerie.selected .panel {
  505. border-bottom: solid 3px #BB8757;
  506. margin-bottom: 11px;
  507. }
  508. /* line 46, ../sass/_systeme_commandes.scss */
  509. .liste-etablissements .boulangerie .panel-heading {
  510. height: 150px;
  511. overflow: hidden;
  512. padding: 0px;
  513. background: none;
  514. background-color: #F8F1DD;
  515. }
  516. /* line 53, ../sass/_systeme_commandes.scss */
  517. .liste-etablissements .boulangerie .panel-heading .img-back {
  518. width: 100%;
  519. height: auto;
  520. position: relative;
  521. top: -50%;
  522. }
  523. /* line 62, ../sass/_systeme_commandes.scss */
  524. .liste-etablissements .boulangerie .panel-body {
  525. position: relative;
  526. width: 100%;
  527. height: 120px;
  528. max-height: 120px;
  529. text-align: center;
  530. }
  531. /* line 69, ../sass/_systeme_commandes.scss */
  532. .liste-etablissements .boulangerie .panel-body h3 {
  533. margin-bottom: 4px;
  534. }
  535. /* line 73, ../sass/_systeme_commandes.scss */
  536. .liste-etablissements .boulangerie .panel-body .localite {
  537. color: gray;
  538. margin-bottom: 10px;
  539. }
  540. /* line 78, ../sass/_systeme_commandes.scss */
  541. .liste-etablissements .boulangerie .panel-body .glyphicon-check {
  542. color: #BB8757;
  543. font-size: 40px;
  544. position: absolute;
  545. top: 34px;
  546. left: 32px;
  547. }
  548. /* line 86, ../sass/_systeme_commandes.scss */
  549. .liste-etablissements .boulangerie .panel-body .remove {
  550. position: absolute;
  551. top: 10px;
  552. right: 10px;
  553. }
  554. /* line 92, ../sass/_systeme_commandes.scss */
  555. .liste-etablissements .boulangerie .panel-body .logo {
  556. display: none;
  557. width: 150px;
  558. position: absolute;
  559. top: -40px;
  560. left: 50%;
  561. margin-left: -75px;
  562. background-color: white;
  563. padding: 10px 20px;
  564. }
  565. /* line 106, ../sass/_systeme_commandes.scss */
  566. #index-commande {
  567. position: relative;
  568. }
  569. /* line 109, ../sass/_systeme_commandes.scss */
  570. #index-commande #logout {
  571. position: absolute;
  572. /*top: 45px ;
  573. right: 93px ;*/
  574. top: 0;
  575. right: 0;
  576. z-index: 10;
  577. }
  578. /* line 118, ../sass/_systeme_commandes.scss */
  579. #index-commande .accueil {
  580. text-align: center;
  581. padding-bottom: 20px;
  582. }
  583. /* line 123, ../sass/_systeme_commandes.scss */
  584. #index-commande #bloc-add-etablissement {
  585. padding-left: 0px;
  586. padding-right: 30px;
  587. }
  588. /* line 127, ../sass/_systeme_commandes.scss */
  589. #index-commande #bloc-add-etablissement .help-block {
  590. padding-bottom: 0px;
  591. }
  592. /* line 131, ../sass/_systeme_commandes.scss */
  593. #index-commande #bloc-add-etablissement .field-addetablissementform-id_etablissement {
  594. width: 80%;
  595. float: left;
  596. }
  597. /* line 136, ../sass/_systeme_commandes.scss */
  598. #index-commande #bloc-add-etablissement .btn {
  599. float: right;
  600. position: relative;
  601. top: 20px;
  602. }
  603. /* line 142, ../sass/_systeme_commandes.scss */
  604. #index-commande #bloc-add-etablissement .panel-heading {
  605. background: none;
  606. background-color: white;
  607. cursor: pointer;
  608. }
  609. /* line 148, ../sass/_systeme_commandes.scss */
  610. #index-commande #bloc-add-etablissement .panel-body {
  611. display: none;
  612. }
  613. /* line 154, ../sass/_systeme_commandes.scss */
  614. #index-commande #addetablissementform-id_etablissement option:disabled {
  615. font-weight: bold;
  616. color: black;
  617. }
  618. /* line 161, ../sass/_systeme_commandes.scss */
  619. #index-commande #historique-commandes .statut, #index-commande #historique-commandes .montant {
  620. width: 175px;
  621. }
  622. /* line 164, ../sass/_systeme_commandes.scss */
  623. #index-commande #historique-commandes .montant {
  624. width: 100px;
  625. }
  626. /* line 171, ../sass/_systeme_commandes.scss */
  627. #index-commande #historique-commandes .localite {
  628. font-size: 11px;
  629. lin-height: 11px;
  630. }
  631. /* line 176, ../sass/_systeme_commandes.scss */
  632. #index-commande #historique-commandes a {
  633. text-decoration: none;
  634. }
  635. /* line 183, ../sass/_systeme_commandes.scss */
  636. .commande-form {
  637. min-height: 600px;
  638. padding-bottom: 60px;
  639. }
  640. /* line 188, ../sass/_systeme_commandes.scss */
  641. .commande-form h2 {
  642. font-family: "myriadpro-regular";
  643. }
  644. /* line 192, ../sass/_systeme_commandes.scss */
  645. .commande-form #infos-importantes.alert-warning {
  646. float: right;
  647. }
  648. /* line 198, ../sass/_systeme_commandes.scss */
  649. .commande-form #datepicker-production .ui-datepicker {
  650. float: left;
  651. margin-right: 20px;
  652. font-size: 20px;
  653. }
  654. /* line 204, ../sass/_systeme_commandes.scss */
  655. .commande-form #datepicker-production .ui-datepicker-header {
  656. background-color: #BB8757;
  657. }
  658. /* line 208, ../sass/_systeme_commandes.scss */
  659. .commande-form #datepicker-production .ui-datepicker-title {
  660. color: white;
  661. }
  662. /* line 214, ../sass/_systeme_commandes.scss */
  663. .commande-form #datepicker-production .ui-datepicker-prev:hover,
  664. .commande-form #datepicker-production .ui-datepicker-next:hover {
  665. border: 0px none;
  666. background: none;
  667. }
  668. /* line 220, ../sass/_systeme_commandes.scss */
  669. .commande-form #datepicker-production .ui-helper-clearfix:after {
  670. clear: none;
  671. }
  672. /* line 225, ../sass/_systeme_commandes.scss */
  673. .commande-form #datepicker-production .ui-datepicker-calendar a {
  674. text-decoration: none;
  675. background-color: #F8F1DD;
  676. }
  677. /* line 228, ../sass/_systeme_commandes.scss */
  678. .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover, .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active {
  679. background-color: #BB8757;
  680. color: white;
  681. border-color: #cdc3b7;
  682. }
  683. /* line 237, ../sass/_systeme_commandes.scss */
  684. .commande-form .date-commande {
  685. margin-bottom: 53px;
  686. }
  687. /* line 239, ../sass/_systeme_commandes.scss */
  688. .commande-form .date-commande span {
  689. background-color: #BB8757;
  690. color: white;
  691. -moz-border-radius: 10px;
  692. -webkit-border-radius: 10px;
  693. border-radius: 10px;
  694. padding: 10px;
  695. font-family: "myriadpro-regular";
  696. font-size: 20px;
  697. }
  698. /* line 249, ../sass/_systeme_commandes.scss */
  699. .commande-form #has-commande-en-cours {
  700. margin-top: 15px;
  701. }
  702. /* line 252, ../sass/_systeme_commandes.scss */
  703. .commande-form #has-commande-en-cours a {
  704. color: #a94442;
  705. text-decoration: none;
  706. font-weight: bold;
  707. }
  708. /* line 259, ../sass/_systeme_commandes.scss */
  709. .commande-form .field-commande-id_production {
  710. display: none;
  711. }
  712. /* line 263, ../sass/_systeme_commandes.scss */
  713. .commande-form .field-commande-id_point_vente {
  714. margin-top: 30px;
  715. }
  716. /* line 267, ../sass/_systeme_commandes.scss */
  717. .commande-form .field-commande-id_production {
  718. margin-bottom: 0px;
  719. }
  720. /* line 269, ../sass/_systeme_commandes.scss */
  721. .commande-form .field-commande-id_production label {
  722. margin-bottom: 0px;
  723. }
  724. /* line 273, ../sass/_systeme_commandes.scss */
  725. .commande-form .field-commande-id_production .help-block {
  726. margin-bottom: 0px;
  727. }
  728. /* line 278, ../sass/_systeme_commandes.scss */
  729. .commande-form .field-commande-id_point_vente {
  730. display: none;
  731. }
  732. /* line 282, ../sass/_systeme_commandes.scss */
  733. .commande-form .blocs {
  734. list-style-type: none;
  735. margin: 0px;
  736. padding: 0px;
  737. }
  738. /* line 287, ../sass/_systeme_commandes.scss */
  739. .commande-form .blocs .bloc {
  740. text-decoration: none;
  741. width: 268px;
  742. height: 130px;
  743. float: left;
  744. padding: 20px;
  745. margin-right: 20px;
  746. margin-bottom: 8px;
  747. cursor: pointer;
  748. float: left;
  749. background-color: #f9f9f9;
  750. background-color: white;
  751. border: 1px solid #d8d8d8;
  752. }
  753. /* line 302, ../sass/_systeme_commandes.scss */
  754. .commande-form .blocs .bloc .nom {
  755. font-family: "comfortaalight";
  756. font-size: 20px;
  757. }
  758. /* line 308, ../sass/_systeme_commandes.scss */
  759. .commande-form .blocs .bloc .adresse {
  760. color: gray;
  761. font-size: 13px;
  762. line-height: 16px;
  763. }
  764. /* line 314, ../sass/_systeme_commandes.scss */
  765. .commande-form .blocs .bloc .horaires {
  766. margin-top: 7px;
  767. }
  768. /* line 316, ../sass/_systeme_commandes.scss */
  769. .commande-form .blocs .bloc .horaires .jour {
  770. font-weight: bold;
  771. display: none;
  772. }
  773. /* line 323, ../sass/_systeme_commandes.scss */
  774. .commande-form .blocs .bloc.selected {
  775. border-left: solid 5px #BB8757;
  776. }
  777. /* line 326, ../sass/_systeme_commandes.scss */
  778. .commande-form .blocs .bloc.selected .contenu {
  779. position: relative;
  780. left: -4px;
  781. }
  782. /* line 332, ../sass/_systeme_commandes.scss */
  783. .commande-form .blocs .bloc:hover {
  784. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  785. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  786. box-shadow: 0px 0px 5px #d8d8d8;
  787. }
  788. /* line 337, ../sass/_systeme_commandes.scss */
  789. .commande-form .blocs .bloc.disabled {
  790. display: none;
  791. }
  792. /* line 344, ../sass/_systeme_commandes.scss */
  793. .commande-form #produits {
  794. margin-top: 15px;
  795. }
  796. /* line 347, ../sass/_systeme_commandes.scss */
  797. .commande-form #produits #label-produits {
  798. display: block;
  799. margin-bottom: 5px;
  800. }
  801. /* line 352, ../sass/_systeme_commandes.scss */
  802. .commande-form #produits .table {
  803. margin-top: 7px;
  804. }
  805. /* line 355, ../sass/_systeme_commandes.scss */
  806. .commande-form #produits .table .illu {
  807. float: left;
  808. height: auto;
  809. width: 70px;
  810. margin-right: 15px;
  811. }
  812. /* line 362, ../sass/_systeme_commandes.scss */
  813. .commande-form #produits .table .photo {
  814. padding: 0px;
  815. width: 120px;
  816. }
  817. /* line 367, ../sass/_systeme_commandes.scss */
  818. .commande-form #produits .table .th-photo, .commande-form #produits .table .td-photo {
  819. width: 120px;
  820. }
  821. /* line 371, ../sass/_systeme_commandes.scss */
  822. .commande-form #produits .table .nom {
  823. font-family: "comfortaalight";
  824. font-weight: bold;
  825. text-transform: uppercase;
  826. font-size: 18px;
  827. }
  828. /* line 378, ../sass/_systeme_commandes.scss */
  829. .commande-form #produits .table .description {
  830. font-style: italic;
  831. }
  832. /* line 382, ../sass/_systeme_commandes.scss */
  833. .commande-form #produits .table .recette {
  834. font-size: 12px;
  835. }
  836. /* line 386, ../sass/_systeme_commandes.scss */
  837. .commande-form #produits .table .input-group {
  838. width: 133px;
  839. }
  840. /* line 388, ../sass/_systeme_commandes.scss */
  841. .commande-form #produits .table .input-group .quantity {
  842. text-align: center;
  843. }
  844. /* line 393, ../sass/_systeme_commandes.scss */
  845. .commande-form #produits .table .colonne-quantite, .commande-form #produits .table .prix-unit, .commande-form #produits .table .total {
  846. width: 150px;
  847. text-align: center;
  848. }
  849. /* line 398, ../sass/_systeme_commandes.scss */
  850. .commande-form #produits .table td#total-commande, .commande-form #produits .table td#total-commande-vrac, .commande-form #produits .table td.total {
  851. text-align: center;
  852. }
  853. /* line 402, ../sass/_systeme_commandes.scss */
  854. .commande-form #produits .table .epuise {
  855. display: none;
  856. text-transform: uppercase;
  857. color: #B32815;
  858. font-weight: bold;
  859. font-size: 16px;
  860. text-align: center;
  861. }
  862. /* line 411, ../sass/_systeme_commandes.scss */
  863. .commande-form #produits .table .quantite-restante {
  864. font-size: 12px;
  865. margin-top: 8px;
  866. }
  867. /* line 415, ../sass/_systeme_commandes.scss */
  868. .commande-form #produits .table .quantite-restante .nb {
  869. font-weight: bold;
  870. }
  871. /* line 420, ../sass/_systeme_commandes.scss */
  872. .commande-form #produits .table td.produit, .commande-form #produits .table th.produit {
  873. width: 70%;
  874. }
  875. /* line 424, ../sass/_systeme_commandes.scss */
  876. .commande-form #produits .table td.prix-unit, .commande-form #produits .table th.prix-unit {
  877. width: 10%;
  878. }
  879. /* line 428, ../sass/_systeme_commandes.scss */
  880. .commande-form #produits .table td.colonne-quantite, .commande-form #produits .table th.colonne-quantite {
  881. width: 10%;
  882. }
  883. /* line 432, ../sass/_systeme_commandes.scss */
  884. .commande-form #produits .table td.total, .commande-form #produits .table th.total {
  885. width: 10%;
  886. }
  887. /* line 438, ../sass/_systeme_commandes.scss */
  888. .commande-form #bar-fixed {
  889. display: none;
  890. position: fixed;
  891. bottom: 0px;
  892. z-index: 100;
  893. background-color: white;
  894. padding: 15px;
  895. margin-bottom: 0px;
  896. -moz-box-shadow: 0 0 5px gray;
  897. -webkit-box-shadow: 0 0 5px gray;
  898. box-shadow: 0 0 5px gray;
  899. -moz-border-radius: 10px 10px 0px 0px;
  900. -webkit-border-radius: 10px;
  901. border-radius: 10px 10px 0px 0px;
  902. border-top: solid 1px #e0e0e0;
  903. background-color: #F9F9F9;
  904. background-color: #F8F1DD;
  905. text-align: center;
  906. }
  907. /* line 455, ../sass/_systeme_commandes.scss */
  908. .commande-form #bar-fixed.not-fixed {
  909. position: relative;
  910. -moz-box-shadow: none;
  911. -webkit-box-shadow: none;
  912. box-shadow: none;
  913. -moz-border-radius: 0px;
  914. -webkit-border-radius: 0px;
  915. border-radius: 0px;
  916. border: solid 1px #e0e0e0;
  917. padding-right: 20px;
  918. }
  919. /* line 463, ../sass/_systeme_commandes.scss */
  920. .commande-form #bar-fixed #total-commande-bottom {
  921. background-color: white;
  922. -moz-border-radius: 20px;
  923. -webkit-border-radius: 20px;
  924. border-radius: 20px;
  925. padding: 5px 25px;
  926. border: solid 1px #e0e0e0;
  927. }
  928. /* line 470, ../sass/_systeme_commandes.scss */
  929. .commande-form #bar-fixed .valider-commande, .commande-form #bar-fixed .btn-commentaire {
  930. float: left;
  931. }
  932. /* line 474, ../sass/_systeme_commandes.scss */
  933. .commande-form #bar-fixed .btn-commentaire {
  934. margin-right: 10px;
  935. }
  936. /* line 478, ../sass/_systeme_commandes.scss */
  937. .commande-form #bar-fixed .btn-retour, .commande-form #bar-fixed .annuler-commande {
  938. float: left;
  939. margin-right: 5px;
  940. }
  941. /* line 483, ../sass/_systeme_commandes.scss */
  942. .commande-form #bar-fixed .annuler-commande {
  943. color: #b92c28;
  944. background-color: white;
  945. }
  946. /* line 488, ../sass/_systeme_commandes.scss */
  947. .commande-form #bar-fixed #total-commande-bottom {
  948. display: none;
  949. font-weight: bold;
  950. font-family: "comfortaalight";
  951. font-size: 24px;
  952. }
  953. /* line 495, ../sass/_systeme_commandes.scss */
  954. .commande-form #bar-fixed .field-commande-commentaire {
  955. display: none;
  956. }
  957. /* line 503, ../sass/_systeme_commandes.scss */
  958. .ui-datepicker .ui-widget-header {
  959. background: none;
  960. background-color: gray;
  961. border: 0px none;
  962. color: black;
  963. font-weight: normal;
  964. }
  965. /* line 511, ../sass/_systeme_commandes.scss */
  966. .ui-datepicker .ui-datepicker-current-day a,
  967. .ui-datepicker a.ui-state-hover {
  968. background: none;
  969. background-color: gray;
  970. border-color: black;
  971. color: black;
  972. }
  973. @media screen and (max-width: 1000px) {
  974. /* line 3, ../sass/_responsive.scss */
  975. #content {
  976. padding-top: 0px;
  977. }
  978. /* line 7, ../sass/_responsive.scss */
  979. #header {
  980. position: relative;
  981. }
  982. /* line 12, ../sass/_responsive.scss */
  983. #header nav ul {
  984. margin-top: 5px;
  985. float: left;
  986. }
  987. /* line 15, ../sass/_responsive.scss */
  988. #header nav ul li {
  989. float: right;
  990. display: none;
  991. }
  992. /* line 19, ../sass/_responsive.scss */
  993. #header nav ul li a {
  994. padding: 5px;
  995. height: auto;
  996. line-height: 20px;
  997. }
  998. /* line 28, ../sass/_responsive.scss */
  999. #header nav {
  1000. width: 100%;
  1001. }
  1002. /* line 30, ../sass/_responsive.scss */
  1003. #header nav ul {
  1004. float: none;
  1005. margin: 0px none;
  1006. }
  1007. /* line 36, ../sass/_responsive.scss */
  1008. #header nav ul li#logo {
  1009. display: block;
  1010. }
  1011. /* line 43, ../sass/_responsive.scss */
  1012. #header a#link-commander {
  1013. display: none;
  1014. }
  1015. /* line 48, ../sass/_responsive.scss */
  1016. #content #points-vente .content {
  1017. padding-left: 10px;
  1018. margin-top: 30px;
  1019. }
  1020. /* line 53, ../sass/_responsive.scss */
  1021. #menu-user {
  1022. position: relative;
  1023. top: 0px;
  1024. }
  1025. /* line 58, ../sass/_responsive.scss */
  1026. .connected #content {
  1027. padding-top: 0px;
  1028. }
  1029. }