Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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