Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

1066 lines
30KB

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