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.

976 lines
27KB

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