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.

1020 rindas
26KB

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