選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

879 行
25KB

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