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.

967 lines
27KB

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