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.

1001 lines
28KB

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