You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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