Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1273 lines
34KB

  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 14, ../sass/screen.scss */
  55. .clr {
  56. clear: both;
  57. }
  58. /* line 18, ../sass/screen.scss */
  59. h1, h2, h3, h4, h5, h6 {
  60. font-family: "myriadpro-light";
  61. }
  62. /* line 22, ../sass/screen.scss */
  63. a {
  64. color: #BB8757;
  65. }
  66. /* line 25, ../sass/screen.scss */
  67. a:hover, a:focus, a:active {
  68. color: #9f6e40;
  69. }
  70. /* line 30, ../sass/screen.scss */
  71. #block-demo {
  72. padding: 10px 0px;
  73. background-color: #F8F1DD;
  74. color: #BB8757;
  75. text-align: left;
  76. margin-bottom: 20px;
  77. border: solid 1px #caa17b;
  78. -moz-border-radius: 5px;
  79. -webkit-border-radius: 5px;
  80. border-radius: 5px;
  81. }
  82. /* line 39, ../sass/screen.scss */
  83. #block-demo a {
  84. text-decoration: underline;
  85. }
  86. /* line 44, ../sass/screen.scss */
  87. #env-dev {
  88. font-family: "comfortaabold";
  89. text-align: center;
  90. font-size: 18px;
  91. padding: 5px 10px;
  92. color: white;
  93. position: fixed;
  94. top: 9px;
  95. left: 66px;
  96. z-index: 1031;
  97. }
  98. /* line 56, ../sass/screen.scss */
  99. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  100. background-color: #BB8757;
  101. border: solid 1px #BB8757;
  102. }
  103. /* line 60, ../sass/screen.scss */
  104. .pagination > li > a, .pagination > li > span {
  105. color: #BB8757;
  106. }
  107. /* line 62, ../sass/screen.scss */
  108. .pagination > li > a:hover, .pagination > li > span:hover {
  109. color: #9f6e40;
  110. }
  111. /* line 68, ../sass/screen.scss */
  112. .wrap .btn-primary,
  113. .wrap .btn-success {
  114. background: none;
  115. background-color: #BB8757;
  116. border: solid 1px #BB8757;
  117. }
  118. /* line 74, ../sass/screen.scss */
  119. .wrap .btn-primary:hover, .wrap .btn-primary:focus, .wrap .btn-primary:active,
  120. .wrap .btn-success:hover,
  121. .wrap .btn-success:focus,
  122. .wrap .btn-success:active {
  123. background-color: #9f6e40;
  124. border: solid 1px #9f6e40;
  125. }
  126. /* line 82, ../sass/screen.scss */
  127. .nav-header .retour-site {
  128. border-left: solid 1px #F8F1DD;
  129. padding: 10px 15px;
  130. }
  131. /* line 89, ../sass/screen.scss */
  132. .navbar-brand .logo {
  133. height: 40px;
  134. position: relative;
  135. top: -10px;
  136. }
  137. /* line 96, ../sass/screen.scss */
  138. .container-body {
  139. padding-top: 117px;
  140. padding-bottom: 50px;
  141. }
  142. /* line 101, ../sass/screen.scss */
  143. .navbar-inverse {
  144. background: none;
  145. background-color: #BB8757;
  146. border-bottom: 0px none;
  147. }
  148. /* line 106, ../sass/screen.scss */
  149. .navbar-inverse .navbar-nav {
  150. padding-top: 12px;
  151. }
  152. /* line 110, ../sass/screen.scss */
  153. .navbar-inverse .navbar-nav > li > a {
  154. color: white;
  155. margin-left: 3px;
  156. padding: 3px 11px;
  157. }
  158. /* line 115, ../sass/screen.scss */
  159. .navbar-inverse .navbar-nav > li > a:hover {
  160. color: #F8F1DD;
  161. }
  162. /* line 123, ../sass/screen.scss */
  163. .navbar-inverse .navbar-nav > li.active a,
  164. .navbar-inverse .navbar-nav > .open a {
  165. background: none;
  166. -moz-box-shadow: none;
  167. -webkit-box-shadow: none;
  168. box-shadow: none;
  169. text-shadow: none;
  170. margin-left: 3px;
  171. background-color: #F8F1DD;
  172. color: #BB8757;
  173. padding: 3px 11px;
  174. -moz-border-radius: 5px;
  175. -webkit-border-radius: 5px;
  176. border-radius: 5px;
  177. }
  178. /* line 133, ../sass/screen.scss */
  179. .navbar-inverse .navbar-nav > li.active a:hover, .navbar-inverse .navbar-nav > li.active a:focus,
  180. .navbar-inverse .navbar-nav > .open a:hover,
  181. .navbar-inverse .navbar-nav > .open a:focus {
  182. background-color: #F8F1DD;
  183. color: #BB8757;
  184. }
  185. /* line 142, ../sass/screen.scss */
  186. .navbar-inverse .navbar-nav > .open a.dropdown-toggle {
  187. -moz-border-radius: 5px 5px 0px 0px;
  188. -webkit-border-radius: 5px;
  189. border-radius: 5px 5px 0px 0px;
  190. }
  191. /* line 146, ../sass/screen.scss */
  192. .navbar-inverse .navbar-nav > .open ul.dropdown-menu {
  193. -moz-box-shadow: 0px 0px 5px gray;
  194. -webkit-box-shadow: 0px 0px 5px gray;
  195. box-shadow: 0px 0px 5px gray;
  196. -moz-border-radius: 5px 0px 5px 5px;
  197. -webkit-border-radius: 5px;
  198. border-radius: 5px 0px 5px 5px;
  199. border-top: 0px none;
  200. right: -1px;
  201. }
  202. /* line 152, ../sass/screen.scss */
  203. .navbar-inverse .navbar-nav > .open ul.dropdown-menu li a {
  204. background-color: transparent;
  205. }
  206. /* line 155, ../sass/screen.scss */
  207. .navbar-inverse .navbar-nav > .open ul.dropdown-menu li a:hover {
  208. color: #9f6e40;
  209. }
  210. /* line 171, ../sass/screen.scss */
  211. #alerts-fixed {
  212. position: fixed;
  213. bottom: 20px;
  214. left: 20px;
  215. }
  216. /* line 176, ../sass/screen.scss */
  217. #alerts-fixed .alert {
  218. margin-top: 20px;
  219. }
  220. /* line 181, ../sass/screen.scss */
  221. .nom-boulange {
  222. margin-bottom: 15px;
  223. text-align: left;
  224. position: fixed;
  225. top: 51px;
  226. left: 0px;
  227. width: 100%;
  228. background-color: #515151;
  229. background-color: #F8F1DD;
  230. color: #8d6139;
  231. z-index: 100;
  232. font-size: 20px;
  233. padding: 8px 15px;
  234. padding-bottom: 2px;
  235. padding-top: 5px;
  236. border-bottom: solid 1px #e0e0e0;
  237. -moz-box-shadow: 0px 0px 5px gray;
  238. -webkit-box-shadow: 0px 0px 5px gray;
  239. box-shadow: 0px 0px 5px gray;
  240. }
  241. /* line 200, ../sass/screen.scss */
  242. .nom-boulange #etat-paiement-etablissement {
  243. float: right;
  244. text-align: right;
  245. color: #8d6139;
  246. font-size: 16px;
  247. }
  248. /* line 205, ../sass/screen.scss */
  249. .nom-boulange #etat-paiement-etablissement .strong {
  250. background-color: white;
  251. color: #BB8757;
  252. -moz-border-radius: 10px;
  253. -webkit-border-radius: 10px;
  254. border-radius: 10px;
  255. padding: 0px 10px;
  256. }
  257. /* line 211, ../sass/screen.scss */
  258. .nom-boulange #etat-paiement-etablissement .btn {
  259. padding: 2px 5px;
  260. }
  261. /* line 216, ../sass/screen.scss */
  262. .nom-boulange #select-etablissement {
  263. float: left;
  264. font-size: 15px;
  265. }
  266. /* line 221, ../sass/screen.scss */
  267. .nom-boulange .label {
  268. font-size: 11px;
  269. margin-left: 10px;
  270. position: relative;
  271. bottom: 3px;
  272. }
  273. /* line 226, ../sass/screen.scss */
  274. .nom-boulange .label a {
  275. color: white;
  276. }
  277. /* line 228, ../sass/screen.scss */
  278. .nom-boulange .label a:hover {
  279. text-decoration: none;
  280. }
  281. /* line 238, ../sass/screen.scss */
  282. .table thead th.actions {
  283. width: 220px;
  284. }
  285. /* line 241, ../sass/screen.scss */
  286. .table thead th.order {
  287. width: 58px;
  288. }
  289. /* line 244, ../sass/screen.scss */
  290. .table thead th.actif {
  291. width: 75px;
  292. text-align: center;
  293. }
  294. /* line 250, ../sass/screen.scss */
  295. .table tbody td.center {
  296. text-align: center;
  297. }
  298. /* line 258, ../sass/screen.scss */
  299. .footer .pull-left a {
  300. margin-right: 5px;
  301. margin-left: 5px;
  302. color: gray;
  303. }
  304. /* line 271, ../sass/screen.scss */
  305. .site-index .panel .panel-title .btn {
  306. float: right;
  307. font-family: "myriadpro-regular";
  308. }
  309. /* line 275, ../sass/screen.scss */
  310. .site-index .panel .panel-title .btn.btn-success {
  311. background-color: #5cb85c;
  312. color: white;
  313. border-color: #5cb85c;
  314. }
  315. /* line 281, ../sass/screen.scss */
  316. .site-index .panel .panel-title .btn.margin-left {
  317. margin-left: 5px;
  318. }
  319. /* line 292, ../sass/screen.scss */
  320. .site-index #dernieres-commandes .small, .site-index #dernieres-commandes .localite {
  321. font-size: 12px;
  322. color: gray;
  323. }
  324. /* line 296, ../sass/screen.scss */
  325. .site-index #dernieres-commandes .commentaire {
  326. font-size: 12px;
  327. }
  328. /* line 300, ../sass/screen.scss */
  329. .site-index #dernieres-commandes .date {
  330. text-align: center;
  331. }
  332. /* line 303, ../sass/screen.scss */
  333. .site-index #dernieres-commandes .date .bloc-date {
  334. width: 50%;
  335. margin: 0px auto;
  336. padding-top: 0px;
  337. }
  338. /* line 311, ../sass/screen.scss */
  339. .site-index #dernieres-commandes .date .jour {
  340. text-transform: capitalize;
  341. line-height: 13px;
  342. font-size: 10px;
  343. text-transform: uppercase;
  344. }
  345. /* line 318, ../sass/screen.scss */
  346. .site-index #dernieres-commandes .date .num {
  347. font-size: 23px;
  348. line-height: 28px;
  349. font-weight: bold;
  350. }
  351. /* line 324, ../sass/screen.scss */
  352. .site-index #dernieres-commandes .date .mois {
  353. text-transform: uppercase;
  354. line-height: 13px;
  355. font-size: 15px;
  356. }
  357. /* line 333, ../sass/screen.scss */
  358. .site-index #facturation h2 {
  359. font-size: 25px;
  360. text-align: center;
  361. }
  362. /* line 339, ../sass/screen.scss */
  363. .site-index #facturation .mois-en-cours .montant span {
  364. background-color: white;
  365. color: #333;
  366. border: solid 1px gray;
  367. }
  368. /* line 346, ../sass/screen.scss */
  369. .site-index #facturation .montant {
  370. margin-top: 35px;
  371. text-align: center;
  372. }
  373. /* line 349, ../sass/screen.scss */
  374. .site-index #facturation .montant span {
  375. font-size: 22px;
  376. color: white;
  377. background-color: #BB8757;
  378. padding: 7px 10px 3px;
  379. font-family: "myriadpro-regular";
  380. -moz-border-radius: 5px;
  381. -webkit-border-radius: 5px;
  382. border-radius: 5px;
  383. }
  384. /* line 369, ../sass/screen.scss */
  385. #page-commande h1 .btn-group {
  386. float: right;
  387. }
  388. /* line 374, ../sass/screen.scss */
  389. #page-commande #col-left, #page-commande #col-right {
  390. padding-left: 0px;
  391. padding-right: 0px;
  392. }
  393. /* line 378, ../sass/screen.scss */
  394. #page-commande #col-right {
  395. padding-left: 20px;
  396. }
  397. /* line 382, ../sass/screen.scss */
  398. #page-commande #jours-production {
  399. display: none;
  400. }
  401. /* line 388, ../sass/screen.scss */
  402. #page-commande #calendar h2 {
  403. font-size: 20px;
  404. position: relative;
  405. top: 3px;
  406. }
  407. /* line 394, ../sass/screen.scss */
  408. #page-commande #calendar .fc-header-title {
  409. margin-left: 10px;
  410. }
  411. /* line 400, ../sass/screen.scss */
  412. #page-commande #calendar .dayWithEvent {
  413. background-color: #fee48d;
  414. cursor: pointer;
  415. }
  416. /* line 404, ../sass/screen.scss */
  417. #page-commande #calendar .fc-event-container {
  418. display: none;
  419. }
  420. /* line 405, ../sass/screen.scss */
  421. #page-commande #calendar .fc-today {
  422. border-bottom: solid 1px #C9302C;
  423. background-color: white;
  424. }
  425. /* line 409, ../sass/screen.scss */
  426. #page-commande #calendar .fc-today.dayWithEvent {
  427. background-color: #fee48d;
  428. }
  429. /* line 414, ../sass/screen.scss */
  430. #page-commande #calendar .fc-day {
  431. cursor: pointer;
  432. text-align: center;
  433. }
  434. /* line 417, ../sass/screen.scss */
  435. #page-commande #calendar .fc-day:hover {
  436. -moz-box-shadow: 0px 0px 2px black inset;
  437. -webkit-box-shadow: 0px 0px 2px black inset;
  438. box-shadow: 0px 0px 2px black inset;
  439. }
  440. /* line 422, ../sass/screen.scss */
  441. #page-commande #calendar .current-date {
  442. -moz-box-shadow: 0px 0px 2px black inset;
  443. -webkit-box-shadow: 0px 0px 2px black inset;
  444. box-shadow: 0px 0px 2px black inset;
  445. }
  446. /* line 426, ../sass/screen.scss */
  447. #page-commande #calendar .fc-day-number {
  448. float: none;
  449. padding-top: 2px;
  450. }
  451. /* line 434, ../sass/screen.scss */
  452. #page-commande #bloc-production .label {
  453. float: right;
  454. font-size: 13px;
  455. }
  456. /* line 439, ../sass/screen.scss */
  457. #page-commande #bloc-production .btn-success {
  458. background-color: #5cb85c;
  459. border-color: #4cae4c;
  460. }
  461. /* line 444, ../sass/screen.scss */
  462. #page-commande #bloc-production #productions-point-vente {
  463. margin-top: 15px;
  464. padding: 10px;
  465. border: solid 1px #e0e0e0;
  466. background-color: #F5F5F5;
  467. -moz-border-radius: 5px;
  468. -webkit-border-radius: 5px;
  469. border-radius: 5px;
  470. }
  471. /* line 450, ../sass/screen.scss */
  472. #page-commande #bloc-production #productions-point-vente label {
  473. display: block;
  474. font-weight: normal;
  475. }
  476. /* line 455, ../sass/screen.scss */
  477. #page-commande #bloc-production #productions-point-vente .checkbox-list {
  478. margin-left: 10px;
  479. margin-top: 10px;
  480. }
  481. /* line 468, ../sass/screen.scss */
  482. #page-commande #produits-production .overflow table {
  483. width: 100%;
  484. }
  485. /* line 472, ../sass/screen.scss */
  486. #page-commande #produits-production .overflow thead, #page-commande #produits-production .overflow tbody, #page-commande #produits-production .overflow tr, #page-commande #produits-production .overflow td, #page-commande #produits-production .overflow th {
  487. display: block;
  488. }
  489. /* line 474, ../sass/screen.scss */
  490. #page-commande #produits-production .overflow tr:after {
  491. content: ' ';
  492. display: block;
  493. visibility: hidden;
  494. clear: both;
  495. }
  496. /* line 481, ../sass/screen.scss */
  497. #page-commande #produits-production .overflow thead th {
  498. height: 30px;
  499. /*text-align: left;*/
  500. }
  501. /* line 487, ../sass/screen.scss */
  502. #page-commande #produits-production .overflow tbody {
  503. height: 500px;
  504. overflow-y: auto;
  505. }
  506. /* line 495, ../sass/screen.scss */
  507. #page-commande #produits-production .overflow thead th {
  508. width: 32%;
  509. float: left;
  510. }
  511. /* line 500, ../sass/screen.scss */
  512. #page-commande #produits-production .overflow tbody td {
  513. width: 33%;
  514. float: left;
  515. }
  516. /* line 505, ../sass/screen.scss */
  517. #page-commande #produits-production .overflow .td-produit {
  518. width: 60%;
  519. }
  520. /* line 508, ../sass/screen.scss */
  521. #page-commande #produits-production .overflow .td-actif, #page-commande #produits-production .overflow .td-max {
  522. width: 20%;
  523. text-align: center;
  524. }
  525. /* line 514, ../sass/screen.scss */
  526. #page-commande #produits-production .overflow thead .td-produit {
  527. width: 57%;
  528. }
  529. /* line 520, ../sass/screen.scss */
  530. #page-commande #produits-production input.quantite-max {
  531. background-color: white;
  532. border: 1px solid #e0e0e0;
  533. text-align: center;
  534. width: 50px;
  535. }
  536. /* line 528, ../sass/screen.scss */
  537. #page-commande #produits-production td label {
  538. font-weight: normal;
  539. }
  540. /* line 534, ../sass/screen.scss */
  541. #page-commande #btn-export-commandes,
  542. #page-commande #btn-commandes-auto {
  543. float: right;
  544. position: relative;
  545. top: -5px;
  546. right: -7px;
  547. padding: 2px 5px;
  548. }
  549. /* line 543, ../sass/screen.scss */
  550. #page-commande #btn-export-commandes,
  551. #page-commande #btn-commandes-auto {
  552. color: white;
  553. margin-left: 10px;
  554. padding: 1px 5px;
  555. }
  556. /* line 550, ../sass/screen.scss */
  557. #page-commande #btn-commandes-auto {
  558. top: -7px;
  559. }
  560. /* line 552, ../sass/screen.scss */
  561. #page-commande #btn-commandes-auto .btn {
  562. padding: 2px 5px;
  563. }
  564. /* line 554, ../sass/screen.scss */
  565. #page-commande #btn-commandes-auto .btn span {
  566. top: 2px;
  567. }
  568. /* line 562, ../sass/screen.scss */
  569. #page-commande #bloc-totaux .table-produits .depasse {
  570. color: #b32815;
  571. }
  572. /* line 566, ../sass/screen.scss */
  573. #page-commande #bloc-totaux .table-produits .total strong span {
  574. font-weight: normal;
  575. font-size: 13px;
  576. }
  577. /* line 575, ../sass/screen.scss */
  578. #page-commande #commandes-points-vente .tab-pane {
  579. padding-top: 20px;
  580. }
  581. /* line 582, ../sass/screen.scss */
  582. #page-commande #commandes-points-vente .recap-pv.no-commande .recettes {
  583. display: none;
  584. }
  585. /* line 586, ../sass/screen.scss */
  586. #page-commande #commandes-points-vente .recap-pv .recettes {
  587. float: right;
  588. color: #BB8757;
  589. border: solid 1px #BB8757;
  590. padding: 4px 10px;
  591. -moz-border-radius: 10px;
  592. -webkit-border-radius: 10px;
  593. border-radius: 10px;
  594. font-weight: bold;
  595. position: relative;
  596. top: -3px;
  597. }
  598. /* line 600, ../sass/screen.scss */
  599. #page-commande #commandes-points-vente .alert.commentaire {
  600. display: none;
  601. }
  602. /* line 604, ../sass/screen.scss */
  603. #page-commande #commandes-points-vente ul.liste-commandes {
  604. margin-top: 10px;
  605. list-style-type: none;
  606. height: 100%;
  607. max-height: 400px;
  608. margin-left: 0;
  609. padding-left: 0;
  610. margin-top: 0px;
  611. width: 100%;
  612. overflow-y: scroll;
  613. }
  614. /* line 616, ../sass/screen.scss */
  615. #page-commande #commandes-points-vente ul.liste-commandes.no-commande {
  616. display: none;
  617. }
  618. /* line 620, ../sass/screen.scss */
  619. #page-commande #commandes-points-vente ul.liste-commandes li {
  620. padding: 0;
  621. margin: 0;
  622. }
  623. /* line 623, ../sass/screen.scss */
  624. #page-commande #commandes-points-vente ul.liste-commandes li a {
  625. text-align: left;
  626. -moz-border-radius: 0px;
  627. -webkit-border-radius: 0px;
  628. border-radius: 0px;
  629. display: block;
  630. padding: 7px;
  631. color: #333;
  632. }
  633. /* line 631, ../sass/screen.scss */
  634. #page-commande #commandes-points-vente ul.liste-commandes li a .montant {
  635. float: right;
  636. color: #BB8757;
  637. font-weight: bold;
  638. }
  639. /* line 636, ../sass/screen.scss */
  640. #page-commande #commandes-points-vente ul.liste-commandes li a .montant.paye {
  641. color: #5cb85c;
  642. color: #519951;
  643. }
  644. /* line 642, ../sass/screen.scss */
  645. #page-commande #commandes-points-vente ul.liste-commandes li a .glyphicon-comment {
  646. color: #BB8757;
  647. }
  648. /* line 646, ../sass/screen.scss */
  649. #page-commande #commandes-points-vente ul.liste-commandes li a:hover, #page-commande #commandes-points-vente ul.liste-commandes li a:active, #page-commande #commandes-points-vente ul.liste-commandes li a.active {
  650. text-decoration: none;
  651. background-color: #FCF8E3;
  652. outline: none;
  653. border-color: #ccc;
  654. -moz-transition: all 0.1s;
  655. -o-transition: all 0.1s;
  656. -webkit-transition: all 0.1s;
  657. transition: all 0.1s;
  658. }
  659. /* line 660, ../sass/screen.scss */
  660. #page-commande #commandes-points-vente .creer-commande,
  661. #page-commande #commandes-points-vente .commandes-auto {
  662. width: 100%;
  663. margin-bottom: 10px;
  664. }
  665. /* line 666, ../sass/screen.scss */
  666. #page-commande #commandes-points-vente .bloc-commande {
  667. padding-top: 20px;
  668. margin-top: 20px;
  669. display: none;
  670. }
  671. /* line 672, ../sass/screen.scss */
  672. #page-commande #commandes-points-vente .title-user {
  673. display: none;
  674. font-size: 19px;
  675. margin-top: 0px;
  676. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  677. }
  678. /* line 678, ../sass/screen.scss */
  679. #page-commande #commandes-points-vente .title-user .btn-edit, #page-commande #commandes-points-vente .title-user .btn-remove,
  680. #page-commande #commandes-points-vente .title-user .btn-cancel, #page-commande #commandes-points-vente .title-user .btn-save {
  681. float: right;
  682. position: relative;
  683. top: -6px;
  684. }
  685. /* line 685, ../sass/screen.scss */
  686. #page-commande #commandes-points-vente .title-user .btn-edit, #page-commande #commandes-points-vente .title-user .btn-cancel {
  687. margin-right: 10px;
  688. }
  689. /* line 689, ../sass/screen.scss */
  690. #page-commande #commandes-points-vente .title-user .buttons-save-cancel {
  691. display: none;
  692. }
  693. /* line 693, ../sass/screen.scss */
  694. #page-commande #commandes-points-vente .title-user .choix-user {
  695. display: none;
  696. }
  697. /* line 696, ../sass/screen.scss */
  698. #page-commande #commandes-points-vente .title-user .choix-user .form-control {
  699. width: 200px;
  700. display: inline;
  701. }
  702. /* line 704, ../sass/screen.scss */
  703. #page-commande #commandes-points-vente table.table-produits .td-commande {
  704. text-align: center;
  705. }
  706. /* line 707, ../sass/screen.scss */
  707. #page-commande #commandes-points-vente table.table-produits input.form-control {
  708. text-align: center;
  709. }
  710. /* line 713, ../sass/screen.scss */
  711. #page-commande #commandes-points-vente .td-produit,
  712. #page-commande #commandes-points-vente .th-produit {
  713. width: 70%;
  714. }
  715. /* line 718, ../sass/screen.scss */
  716. #page-commande #commandes-points-vente .td-commande,
  717. #page-commande #commandes-points-vente .th-commande {
  718. width: 30%;
  719. text-align: center;
  720. }
  721. /* line 724, ../sass/screen.scss */
  722. #page-commande #commandes-points-vente .td-produit {
  723. text-transform: uppercase;
  724. }
  725. /* line 728, ../sass/screen.scss */
  726. #page-commande #commandes-points-vente .td-commande {
  727. font-weight: bold;
  728. }
  729. /* line 732, ../sass/screen.scss */
  730. #page-commande #commandes-points-vente .td-total {
  731. font-size: 18px;
  732. text-align: center;
  733. }
  734. /* line 736, ../sass/screen.scss */
  735. #page-commande #commandes-points-vente .td-total span {
  736. padding: 2px 10px;
  737. background-color: #BB8757;
  738. color: white;
  739. font-weight: bold;
  740. -moz-border-radius: 8px;
  741. -webkit-border-radius: 8px;
  742. border-radius: 8px;
  743. }
  744. /* line 746, ../sass/screen.scss */
  745. #page-commande #commandes-points-vente .td-paiement .buttons-credit {
  746. float: right;
  747. }
  748. /* line 752, ../sass/screen.scss */
  749. #page-commande #commandes-points-vente .panel-commande-automatique .field-commandeautoform-id_user,
  750. #page-commande #commandes-points-vente .panel-commande-automatique .field-commandeautoform-id_etablissement {
  751. display: none;
  752. }
  753. /* line 759, ../sass/screen.scss */
  754. #page-commande #commandes-points-vente .panel-commande-automatique .jours .form-group {
  755. float: left;
  756. margin-right: 10px;
  757. }
  758. /* line 768, ../sass/screen.scss */
  759. #page-commande #old-commandes {
  760. display: none;
  761. }
  762. /* line 772, ../sass/screen.scss */
  763. #page-commande .form-commandes-point-vente {
  764. margin-top: 20px;
  765. }
  766. /* line 776, ../sass/screen.scss */
  767. #page-commande .form-commandes-point-vente table {
  768. border-bottom: solid 1px #e0e0e0;
  769. }
  770. /* line 780, ../sass/screen.scss */
  771. #page-commande .form-commandes-point-vente .title-point-vente {
  772. background-color: #fff8e2;
  773. border-left: solid 3px #BB8757;
  774. font-weight: bold;
  775. text-align: left;
  776. padding: 10px;
  777. }
  778. /* line 788, ../sass/screen.scss */
  779. #page-commande .form-commandes-point-vente .title-totaux {
  780. text-align: center;
  781. }
  782. /* line 792, ../sass/screen.scss */
  783. #page-commande .form-commandes-point-vente .border-left {
  784. border-left: solid 1px #e0e0e0;
  785. }
  786. /* line 796, ../sass/screen.scss */
  787. #page-commande .form-commandes-point-vente .border-right {
  788. border-right: solid 1px #e0e0e0;
  789. }
  790. /* line 800, ../sass/screen.scss */
  791. #page-commande .form-commandes-point-vente input.quantite {
  792. width: 30px;
  793. background-color: white;
  794. border: solid 1px #e0e0e0;
  795. text-align: center;
  796. }
  797. /* line 808, ../sass/screen.scss */
  798. #page-commande .form-commandes-point-vente .td-produit {
  799. text-align: center;
  800. }
  801. /* line 812, ../sass/screen.scss */
  802. #page-commande .form-commandes-point-vente .submit-pv {
  803. float: right;
  804. }
  805. /* line 816, ../sass/screen.scss */
  806. #page-commande .form-commandes-point-vente .select-user {
  807. background-color: #F9F9F9;
  808. border: solid 1px #e0e0e0;
  809. }
  810. /* line 821, ../sass/screen.scss */
  811. #page-commande .form-commandes-point-vente .date-commande {
  812. font-size: 12px;
  813. }
  814. /* line 825, ../sass/screen.scss */
  815. #page-commande .form-commandes-point-vente .datepicker, #page-commande .form-commandes-point-vente .text {
  816. background-color: white;
  817. border: solid 1px #e0e0e0;
  818. margin-top: 3px;
  819. width: 100px;
  820. }
  821. /* line 833, ../sass/screen.scss */
  822. #page-commande .form-commandes-point-vente td.center {
  823. text-align: center;
  824. }
  825. /* line 839, ../sass/screen.scss */
  826. #page-commande .form-commandes-point-vente .depasse {
  827. color: #b32815;
  828. }
  829. /* line 843, ../sass/screen.scss */
  830. #page-commande .form-commandes-point-vente .total strong span {
  831. font-weight: normal;
  832. font-size: 13px;
  833. }
  834. /* line 848, ../sass/screen.scss */
  835. #page-commande .form-commandes-point-vente .vrac {
  836. display: none;
  837. }
  838. /* line 852, ../sass/screen.scss */
  839. #page-commande .form-commandes-point-vente td.client {
  840. text-align: left;
  841. padding: 3px;
  842. }
  843. /* line 855, ../sass/screen.scss */
  844. #page-commande .form-commandes-point-vente td.client .date-commande {
  845. color: gray;
  846. }
  847. /* line 862, ../sass/screen.scss */
  848. #page-commande .table-header-rotated {
  849. border-top: 0px;
  850. border-left: 0px;
  851. border-right: 0px;
  852. width: 100%;
  853. width: auto;
  854. }
  855. /* line 869, ../sass/screen.scss */
  856. #page-commande .table-header-rotated .total strong {
  857. border-bottom: solid 1px gray;
  858. }
  859. /* line 874, ../sass/screen.scss */
  860. #page-commande .table-header-rotated th.row-header {
  861. width: auto;
  862. }
  863. /* line 878, ../sass/screen.scss */
  864. #page-commande .table-header-rotated td {
  865. width: 40px;
  866. border-top: 1px solid #dddddd;
  867. border-left: 1px solid #dddddd;
  868. border-right: 1px solid #dddddd;
  869. vertical-align: middle;
  870. text-align: center;
  871. }
  872. /* line 887, ../sass/screen.scss */
  873. #page-commande .table-header-rotated th.rotate-45 {
  874. font-weight: normal;
  875. height: 80px;
  876. width: 40px;
  877. min-width: 40px;
  878. max-width: 40px;
  879. position: relative;
  880. vertical-align: bottom;
  881. padding: 0;
  882. font-size: 14px;
  883. line-height: 1;
  884. border: 0px none;
  885. }
  886. /* line 901, ../sass/screen.scss */
  887. #page-commande .table-header-rotated th.rotate-45 > div {
  888. background-color: #F5F5F5;
  889. position: relative;
  890. top: 0px;
  891. left: 40px;
  892. /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  893. height: 100%;
  894. -ms-transform: skew(-45deg, 0deg);
  895. -moz-transform: skew(-45deg, 0deg);
  896. -webkit-transform: skew(-45deg, 0deg);
  897. -o-transform: skew(-45deg, 0deg);
  898. transform: skew(-45deg, 0deg);
  899. overflow: hidden;
  900. border-left: 1px solid #dddddd;
  901. border-right: 1px solid #dddddd;
  902. border-top: 1px solid #dddddd;
  903. }
  904. /* line 918, ../sass/screen.scss */
  905. #page-commande .table-header-rotated th.rotate-45 span {
  906. -ms-transform: skew(45deg, 0deg) rotate(315deg);
  907. -moz-transform: skew(45deg, 0deg) rotate(315deg);
  908. -webkit-transform: skew(45deg, 0deg) rotate(315deg);
  909. -o-transform: skew(45deg, 0deg) rotate(315deg);
  910. transform: skew(45deg, 0deg) rotate(315deg);
  911. position: absolute;
  912. bottom: 30px;
  913. /* 40 cos(45) = 28 with an additional 2px margin*/
  914. left: -25px;
  915. /*Because it looked good, but there is probably a mathematical link here as well*/
  916. display: inline-block;
  917. width: 85px;
  918. /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  919. text-align: left;
  920. }
  921. /* line 939, ../sass/screen.scss */
  922. #email-masse-form #ids-users {
  923. line-height: 30px;
  924. }
  925. /* line 941, ../sass/screen.scss */
  926. #email-masse-form #ids-users .label {
  927. text-transform: capitalize;
  928. }
  929. /* line 949, ../sass/screen.scss */
  930. .produit-create #jours-production .form-group, .produit-update #jours-production .form-group {
  931. float: left;
  932. margin-right: 15px;
  933. }
  934. /* line 953, ../sass/screen.scss */
  935. .produit-create #jours-production .form-group label, .produit-update #jours-production .form-group label {
  936. font-weight: normal;
  937. }
  938. /* line 958, ../sass/screen.scss */
  939. .produit-create .field-produit-id_etablissement, .produit-update .field-produit-id_etablissement {
  940. display: none;
  941. }
  942. /* line 963, ../sass/screen.scss */
  943. .table-striped > tbody > tr:nth-of-type(2n) {
  944. background-color: white;
  945. }
  946. /* line 968, ../sass/screen.scss */
  947. .wrap .produit-index .td-photo {
  948. max-width: 100px;
  949. width: 100px;
  950. }
  951. /* line 972, ../sass/screen.scss */
  952. .wrap .produit-index .photo-produit {
  953. max-width: 100px;
  954. }
  955. /* line 976, ../sass/screen.scss */
  956. .wrap .produit-index .ui-state-highlight {
  957. height: 75px;
  958. background-color: #F8F1DD;
  959. }
  960. /* communiquer */
  961. /* line 984, ../sass/screen.scss */
  962. .communiquer-mode-emploi {
  963. border: solid 1px #e0e0e0;
  964. padding: 10px;
  965. -moz-border-radius: 10px;
  966. -webkit-border-radius: 10px;
  967. border-radius: 10px;
  968. margin-bottom: 30px;
  969. font-family: "myriadpro-regular";
  970. }
  971. /* line 992, ../sass/screen.scss */
  972. .communiquer-mode-emploi .header .logo {
  973. float: left;
  974. width: 75px;
  975. padding-right: 20px;
  976. padding-top: 10px;
  977. }
  978. /* line 998, ../sass/screen.scss */
  979. .communiquer-mode-emploi .header .logo img {
  980. width: 75px;
  981. }
  982. /* line 1004, ../sass/screen.scss */
  983. .communiquer-mode-emploi .header h1 {
  984. font-family: "comfortaaregular";
  985. font-size: 40px;
  986. margin-top: 0px;
  987. margin-bottom: 0px;
  988. font-weight: normal;
  989. }
  990. /* line 1012, ../sass/screen.scss */
  991. .communiquer-mode-emploi .header h2 {
  992. margin-top: 0px;
  993. font-family: "myriadpro-regular";
  994. font-size: 20px;
  995. margin-top: 0px;
  996. position: relative;
  997. left: 2px;
  998. font-weight: normal;
  999. }
  1000. /* line 1023, ../sass/screen.scss */
  1001. .communiquer-mode-emploi h3 {
  1002. font-family: "comfortaalight";
  1003. font-family: "myriadpro-regular";
  1004. font-size: 25px;
  1005. color: #BB8757;
  1006. margin-top: 0px;
  1007. margin-bottom: 0px;
  1008. }
  1009. /* line 1033, ../sass/screen.scss */
  1010. .communiquer-mode-emploi-encart {
  1011. width: 420px;
  1012. margin-top: 20px;
  1013. }
  1014. /* line 1037, ../sass/screen.scss */
  1015. .communiquer-mode-emploi-encart .header .logo {
  1016. width: 60px;
  1017. margin-right: 20px;
  1018. padding-top: 5px;
  1019. }
  1020. /* line 1042, ../sass/screen.scss */
  1021. .communiquer-mode-emploi-encart .header .logo img {
  1022. width: 60px;
  1023. }
  1024. /* line 1048, ../sass/screen.scss */
  1025. .communiquer-mode-emploi-encart .header h1 {
  1026. margin-bottom: 3px;
  1027. }
  1028. /* line 1057, ../sass/screen.scss */
  1029. .communiquer-mode-emploi-encart h3 {
  1030. margin-top: 15px;
  1031. margin-bottom: 15px;
  1032. }
  1033. /* line 1063, ../sass/screen.scss */
  1034. .bloc-mode-emploi-pdf {
  1035. width: 49.9%;
  1036. float: left;
  1037. border-bottom: dotted 1px gray;
  1038. }
  1039. /* line 1069, ../sass/screen.scss */
  1040. .bloc-mode-emploi-border {
  1041. border-right: dotted 1px gray;
  1042. border-bottom: dotted 1px gray;
  1043. }
  1044. /* line 1074, ../sass/screen.scss */
  1045. .communiquer-mode-emploi-pdf {
  1046. border: 0px none;
  1047. -moz-border-radius: 0px;
  1048. -webkit-border-radius: 0px;
  1049. border-radius: 0px;
  1050. margin-bottom: 0px;
  1051. padding: 20px 0px 20px 30px;
  1052. }
  1053. /* line 1082, ../sass/screen.scss */
  1054. .communiquer-mode-emploi-pdf .header .logo {
  1055. float: left;
  1056. width: 55px;
  1057. padding-right: 15px;
  1058. padding-top: 10px;
  1059. }
  1060. /* line 1088, ../sass/screen.scss */
  1061. .communiquer-mode-emploi-pdf .header .logo img {
  1062. width: 55px;
  1063. }
  1064. /* line 1092, ../sass/screen.scss */
  1065. .communiquer-mode-emploi-pdf .header h1 {
  1066. font-size: 32px;
  1067. }
  1068. /* line 1095, ../sass/screen.scss */
  1069. .communiquer-mode-emploi-pdf .header h2 {
  1070. font-size: 16px;
  1071. }
  1072. /* line 1100, ../sass/screen.scss */
  1073. .communiquer-mode-emploi-pdf h3 {
  1074. font-weight: normal;
  1075. }
  1076. /* line 1105, ../sass/screen.scss */
  1077. .bloc-mode-emploi-bottom {
  1078. border-bottom: 0px none;
  1079. border-bottom: solid 1px white;
  1080. }
  1081. /* commandes auto */
  1082. /* line 1115, ../sass/screen.scss */
  1083. .commandeauto-form #bloc-select-user {
  1084. padding-left: 0px;
  1085. }
  1086. /* line 1119, ../sass/screen.scss */
  1087. .commandeauto-form #or-user {
  1088. font-size: 20px;
  1089. text-align: center;
  1090. }
  1091. /* line 1122, ../sass/screen.scss */
  1092. .commandeauto-form #or-user span {
  1093. position: relative;
  1094. top: 24px;
  1095. }
  1096. /* line 1128, ../sass/screen.scss */
  1097. .commandeauto-form .field-commandeautoform-id_etablissement {
  1098. display: none;
  1099. }
  1100. /* line 1132, ../sass/screen.scss */
  1101. .commandeauto-form .jours .form-group {
  1102. float: left;
  1103. margin-right: 20px;
  1104. }
  1105. /* line 1139, ../sass/screen.scss */
  1106. .commandeauto-form .produits .table {
  1107. width: 500px;
  1108. }
  1109. /* line 1142, ../sass/screen.scss */
  1110. .commandeauto-form .produits .quantite {
  1111. text-align: center;
  1112. }
  1113. /* points de vente */
  1114. /* line 1151, ../sass/screen.scss */
  1115. .point-vente-form #pointvente-users {
  1116. display: none;
  1117. height: 500px;
  1118. overflow-y: scroll;
  1119. }
  1120. /* line 1155, ../sass/screen.scss */
  1121. .point-vente-form #pointvente-users label {
  1122. font-weight: normal;
  1123. display: block;
  1124. }
  1125. /* line 1159, ../sass/screen.scss */
  1126. .point-vente-form #pointvente-users .commentaire {
  1127. display: none;
  1128. margin-left: 17px;
  1129. width: 200px;
  1130. }
  1131. /* line 1167, ../sass/screen.scss */
  1132. .point-vente-form #jours-livraison .form-group {
  1133. float: left;
  1134. margin-right: 15px;
  1135. }
  1136. /* line 1171, ../sass/screen.scss */
  1137. .point-vente-form #jours-livraison .form-group label {
  1138. font-weight: normal;
  1139. }
  1140. /* utilisateurs */
  1141. /* line 1181, ../sass/screen.scss */
  1142. .user-index .input-group {
  1143. width: 180px;
  1144. }
  1145. /* line 1184, ../sass/screen.scss */
  1146. .user-index .input-group .input-credit {
  1147. text-align: center;
  1148. }
  1149. /* line 1191, ../sass/screen.scss */
  1150. .user-credit .the-credit {
  1151. float: right;
  1152. font-weight: bold;
  1153. background-color: #BB8757;
  1154. color: white;
  1155. -moz-border-radius: 8px;
  1156. -webkit-border-radius: 8px;
  1157. border-radius: 8px;
  1158. padding: 3px 10px;
  1159. padding-top: 7px;
  1160. position: relative;
  1161. top: -12px;
  1162. }
  1163. /* facturation */
  1164. /* line 1206, ../sass/screen.scss */
  1165. #estimation-facture {
  1166. padding: 20px;
  1167. background-color: #F9F9F9;
  1168. }
  1169. /* line 1210, ../sass/screen.scss */
  1170. #estimation-facture h2 {
  1171. font-family: "myriadpro-it";
  1172. }
  1173. /* line 1214, ../sass/screen.scss */
  1174. #estimation-facture .montant span {
  1175. font-size: 25px;
  1176. color: white;
  1177. background-color: #BB8757;
  1178. -moz-border-radius: 5px;
  1179. -webkit-border-radius: 5px;
  1180. border-radius: 5px;
  1181. padding: 3px 10px;
  1182. padding-top: 7px;
  1183. font-family: "myriadpro-regular";
  1184. }
  1185. /* line 1225, ../sass/screen.scss */
  1186. #estimation-facture label {
  1187. text-transform: uppercase;
  1188. font-family: "myriadpro-light";
  1189. font-size: 20px;
  1190. }
  1191. /* line 1230, ../sass/screen.scss */
  1192. #estimation-facture label span {
  1193. font-size: 16px;
  1194. }
  1195. /* line 1235, ../sass/screen.scss */
  1196. #estimation-facture #etablissement-prix_libre {
  1197. width: 100px;
  1198. height: 60px;
  1199. font-size: 30px;
  1200. padding: 10px;
  1201. text-align: center;
  1202. }
  1203. /* line 1245, ../sass/screen.scss */
  1204. .developpement-index ul#tabs-statuts-developpements {
  1205. margin-bottom: 30px;
  1206. border-bottom: solid 3px #BB8757;
  1207. }
  1208. /* line 1249, ../sass/screen.scss */
  1209. .developpement-index ul#tabs-statuts-developpements a {
  1210. text-transform: uppercase;
  1211. }
  1212. /* line 1252, ../sass/screen.scss */
  1213. .developpement-index ul#tabs-statuts-developpements .active {
  1214. border: 0px none;
  1215. background: none;
  1216. }
  1217. /* line 1255, ../sass/screen.scss */
  1218. .developpement-index ul#tabs-statuts-developpements .active a {
  1219. background-color: #BB8757;
  1220. color: white;
  1221. }
  1222. /* line 1263, ../sass/screen.scss */
  1223. .developpement-index #tab-developpements .btn-group-priorite {
  1224. width: 100%;
  1225. margin-bottom: 5px;
  1226. }
  1227. /* line 1267, ../sass/screen.scss */
  1228. .developpement-index #tab-developpements .btn-group-priorite .btn-priorite {
  1229. display: block;
  1230. float: none;
  1231. width: 100%;
  1232. }
  1233. /* line 1274, ../sass/screen.scss */
  1234. .developpement-index #tab-developpements .label-priorite {
  1235. display: block;
  1236. width: 100%;
  1237. margin-bottom: 2px;
  1238. padding: 5px 8px;
  1239. }