您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

948 行
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 .title-user {
  480. display: none;
  481. font-size: 19px;
  482. margin-top: 0px;
  483. }
  484. /* line 475, ../sass/screen.scss */
  485. #page-commande #commandes-points-vente .title-user .btn-edit, #page-commande #commandes-points-vente .title-user .btn-remove,
  486. #page-commande #commandes-points-vente .title-user .btn-cancel, #page-commande #commandes-points-vente .title-user .btn-save {
  487. float: right;
  488. position: relative;
  489. top: -6px;
  490. }
  491. /* line 482, ../sass/screen.scss */
  492. #page-commande #commandes-points-vente .title-user .btn-edit, #page-commande #commandes-points-vente .title-user .btn-cancel {
  493. margin-right: 10px;
  494. }
  495. /* line 486, ../sass/screen.scss */
  496. #page-commande #commandes-points-vente .title-user .buttons-save-cancel {
  497. display: none;
  498. }
  499. /* line 490, ../sass/screen.scss */
  500. #page-commande #commandes-points-vente .title-user .choix-user {
  501. display: none;
  502. }
  503. /* line 493, ../sass/screen.scss */
  504. #page-commande #commandes-points-vente .title-user .choix-user .form-control {
  505. width: 200px;
  506. display: inline;
  507. }
  508. /* line 501, ../sass/screen.scss */
  509. #page-commande #commandes-points-vente table.table-produits .td-commande {
  510. text-align: center;
  511. }
  512. /* line 504, ../sass/screen.scss */
  513. #page-commande #commandes-points-vente table.table-produits input.form-control {
  514. text-align: center;
  515. }
  516. /* line 510, ../sass/screen.scss */
  517. #page-commande #commandes-points-vente .td-produit,
  518. #page-commande #commandes-points-vente .th-produit {
  519. width: 70%;
  520. }
  521. /* line 515, ../sass/screen.scss */
  522. #page-commande #commandes-points-vente .td-commande,
  523. #page-commande #commandes-points-vente .th-commande {
  524. width: 30%;
  525. text-align: center;
  526. }
  527. /* line 521, ../sass/screen.scss */
  528. #page-commande #commandes-points-vente .td-produit {
  529. text-transform: uppercase;
  530. }
  531. /* line 525, ../sass/screen.scss */
  532. #page-commande #commandes-points-vente .td-commande {
  533. font-weight: bold;
  534. }
  535. /* line 529, ../sass/screen.scss */
  536. #page-commande #commandes-points-vente .td-total {
  537. font-size: 20px;
  538. text-align: center;
  539. }
  540. /* line 533, ../sass/screen.scss */
  541. #page-commande #commandes-points-vente .td-total span {
  542. padding: 5px 10px;
  543. background-color: #BB8757;
  544. color: white;
  545. font-weight: bold;
  546. -moz-border-radius: 15px;
  547. -webkit-border-radius: 15px;
  548. border-radius: 15px;
  549. }
  550. /* line 543, ../sass/screen.scss */
  551. #page-commande #commandes-points-vente .panel-commande-automatique .field-commandeautoform-id_user,
  552. #page-commande #commandes-points-vente .panel-commande-automatique .field-commandeautoform-id_etablissement {
  553. display: none;
  554. }
  555. /* line 550, ../sass/screen.scss */
  556. #page-commande #commandes-points-vente .panel-commande-automatique .jours .form-group {
  557. float: left;
  558. margin-right: 10px;
  559. }
  560. /* line 559, ../sass/screen.scss */
  561. #page-commande #old-commandes {
  562. display: none;
  563. }
  564. /* line 563, ../sass/screen.scss */
  565. #page-commande .form-commandes-point-vente {
  566. margin-top: 20px;
  567. }
  568. /* line 567, ../sass/screen.scss */
  569. #page-commande .form-commandes-point-vente table {
  570. border-bottom: solid 1px #e0e0e0;
  571. }
  572. /* line 571, ../sass/screen.scss */
  573. #page-commande .form-commandes-point-vente .title-point-vente {
  574. background-color: #fff8e2;
  575. border-left: solid 3px #BB8757;
  576. font-weight: bold;
  577. text-align: left;
  578. padding: 10px;
  579. }
  580. /* line 579, ../sass/screen.scss */
  581. #page-commande .form-commandes-point-vente .title-totaux {
  582. text-align: center;
  583. }
  584. /* line 583, ../sass/screen.scss */
  585. #page-commande .form-commandes-point-vente .border-left {
  586. border-left: solid 1px #e0e0e0;
  587. }
  588. /* line 587, ../sass/screen.scss */
  589. #page-commande .form-commandes-point-vente .border-right {
  590. border-right: solid 1px #e0e0e0;
  591. }
  592. /* line 591, ../sass/screen.scss */
  593. #page-commande .form-commandes-point-vente input.quantite {
  594. width: 30px;
  595. background-color: white;
  596. border: solid 1px #e0e0e0;
  597. text-align: center;
  598. }
  599. /* line 599, ../sass/screen.scss */
  600. #page-commande .form-commandes-point-vente .td-produit {
  601. text-align: center;
  602. }
  603. /* line 603, ../sass/screen.scss */
  604. #page-commande .form-commandes-point-vente .submit-pv {
  605. float: right;
  606. }
  607. /* line 607, ../sass/screen.scss */
  608. #page-commande .form-commandes-point-vente .select-user {
  609. background-color: #F9F9F9;
  610. border: solid 1px #e0e0e0;
  611. }
  612. /* line 612, ../sass/screen.scss */
  613. #page-commande .form-commandes-point-vente .date-commande {
  614. font-size: 12px;
  615. }
  616. /* line 616, ../sass/screen.scss */
  617. #page-commande .form-commandes-point-vente .datepicker, #page-commande .form-commandes-point-vente .text {
  618. background-color: white;
  619. border: solid 1px #e0e0e0;
  620. margin-top: 3px;
  621. width: 100px;
  622. }
  623. /* line 624, ../sass/screen.scss */
  624. #page-commande .form-commandes-point-vente td.center {
  625. text-align: center;
  626. }
  627. /* line 630, ../sass/screen.scss */
  628. #page-commande .form-commandes-point-vente .depasse {
  629. color: #b32815;
  630. }
  631. /* line 634, ../sass/screen.scss */
  632. #page-commande .form-commandes-point-vente .total strong span {
  633. font-weight: normal;
  634. font-size: 13px;
  635. }
  636. /* line 639, ../sass/screen.scss */
  637. #page-commande .form-commandes-point-vente .vrac {
  638. display: none;
  639. }
  640. /* line 643, ../sass/screen.scss */
  641. #page-commande .form-commandes-point-vente td.client {
  642. text-align: left;
  643. padding: 3px;
  644. }
  645. /* line 646, ../sass/screen.scss */
  646. #page-commande .form-commandes-point-vente td.client .date-commande {
  647. color: gray;
  648. }
  649. /* line 657, ../sass/screen.scss */
  650. #page-commande .table-header-rotated td {
  651. width: 20px;
  652. padding: 0px;
  653. border-top: 1px solid #dddddd;
  654. border-left: 1px solid #dddddd;
  655. border-right: 1px solid #dddddd;
  656. vertical-align: middle;
  657. text-align: center;
  658. }
  659. /* line 667, ../sass/screen.scss */
  660. #page-commande .table-header-rotated th.rotate-45 {
  661. height: 80px;
  662. width: 20px;
  663. min-width: 20px;
  664. max-width: 20px;
  665. position: relative;
  666. vertical-align: bottom;
  667. padding: 0;
  668. font-size: 12px;
  669. line-height: 0.8;
  670. }
  671. /* line 679, ../sass/screen.scss */
  672. #page-commande .table-header-rotated th.rotate-45 > div {
  673. position: relative;
  674. top: 0px;
  675. left: 40px;
  676. /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  677. height: 100%;
  678. -ms-transform: skew(-45deg, 0deg);
  679. -moz-transform: skew(-45deg, 0deg);
  680. -webkit-transform: skew(-45deg, 0deg);
  681. -o-transform: skew(-45deg, 0deg);
  682. transform: skew(-45deg, 0deg);
  683. overflow: hidden;
  684. border-left: 1px solid #dddddd;
  685. border-right: 1px solid #dddddd;
  686. border-top: 1px solid #dddddd;
  687. }
  688. /* line 695, ../sass/screen.scss */
  689. #page-commande .table-header-rotated th.rotate-45 span {
  690. -ms-transform: skew(45deg, 0deg) rotate(315deg);
  691. -moz-transform: skew(45deg, 0deg) rotate(315deg);
  692. -webkit-transform: skew(45deg, 0deg) rotate(315deg);
  693. -o-transform: skew(45deg, 0deg) rotate(315deg);
  694. transform: skew(45deg, 0deg) rotate(315deg);
  695. position: absolute;
  696. bottom: 30px;
  697. /* 40 cos(45) = 28 with an additional 2px margin*/
  698. bottom: 16px;
  699. left: -25px;
  700. /*Because it looked good, but there is probably a mathematical link here as well*/
  701. left: 0px;
  702. display: inline-block;
  703. width: 85px;
  704. /* 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*/
  705. width: 43px;
  706. text-align: left;
  707. white-space: nowrap;
  708. /*whether to display in one line or not*/
  709. }
  710. /* line 720, ../sass/screen.scss */
  711. #email-masse-form #ids-users {
  712. line-height: 30px;
  713. }
  714. /* line 722, ../sass/screen.scss */
  715. #email-masse-form #ids-users .label {
  716. text-transform: capitalize;
  717. }
  718. /* line 730, ../sass/screen.scss */
  719. .produit-create #jours-production .form-group, .produit-update #jours-production .form-group {
  720. float: left;
  721. margin-right: 15px;
  722. }
  723. /* line 734, ../sass/screen.scss */
  724. .produit-create #jours-production .form-group label, .produit-update #jours-production .form-group label {
  725. font-weight: normal;
  726. }
  727. /* line 739, ../sass/screen.scss */
  728. .produit-create .field-produit-id_etablissement, .produit-update .field-produit-id_etablissement {
  729. display: none;
  730. }
  731. /* line 744, ../sass/screen.scss */
  732. .table-striped > tbody > tr:nth-of-type(2n) {
  733. background-color: white;
  734. }
  735. /* line 749, ../sass/screen.scss */
  736. .wrap .produit-index .td-photo {
  737. max-width: 100px;
  738. width: 100px;
  739. }
  740. /* line 753, ../sass/screen.scss */
  741. .wrap .produit-index .photo-produit {
  742. max-width: 100px;
  743. }
  744. /* line 757, ../sass/screen.scss */
  745. .wrap .produit-index .ui-state-highlight {
  746. height: 75px;
  747. background-color: #F8F1DD;
  748. }
  749. /* communiquer */
  750. /* line 765, ../sass/screen.scss */
  751. .communiquer-mode-emploi {
  752. border: solid 1px #e0e0e0;
  753. padding: 10px;
  754. -moz-border-radius: 10px;
  755. -webkit-border-radius: 10px;
  756. border-radius: 10px;
  757. margin-bottom: 30px;
  758. font-family: "myriadpro-regular";
  759. }
  760. /* line 773, ../sass/screen.scss */
  761. .communiquer-mode-emploi .header .logo {
  762. float: left;
  763. width: 75px;
  764. padding-right: 20px;
  765. padding-top: 10px;
  766. }
  767. /* line 779, ../sass/screen.scss */
  768. .communiquer-mode-emploi .header .logo img {
  769. width: 75px;
  770. }
  771. /* line 785, ../sass/screen.scss */
  772. .communiquer-mode-emploi .header h1 {
  773. font-family: "comfortaaregular";
  774. font-size: 40px;
  775. margin-top: 0px;
  776. margin-bottom: 0px;
  777. font-weight: normal;
  778. }
  779. /* line 793, ../sass/screen.scss */
  780. .communiquer-mode-emploi .header h2 {
  781. margin-top: 0px;
  782. font-family: "myriadpro-regular";
  783. font-size: 20px;
  784. margin-top: 0px;
  785. position: relative;
  786. left: 2px;
  787. font-weight: normal;
  788. }
  789. /* line 804, ../sass/screen.scss */
  790. .communiquer-mode-emploi h3 {
  791. font-family: "comfortaalight";
  792. font-family: "myriadpro-regular";
  793. font-size: 25px;
  794. color: #BB8757;
  795. margin-top: 0px;
  796. margin-bottom: 0px;
  797. }
  798. /* line 814, ../sass/screen.scss */
  799. .communiquer-mode-emploi-encart {
  800. width: 420px;
  801. margin-top: 20px;
  802. }
  803. /* line 818, ../sass/screen.scss */
  804. .communiquer-mode-emploi-encart .header .logo {
  805. width: 60px;
  806. margin-right: 20px;
  807. padding-top: 5px;
  808. }
  809. /* line 823, ../sass/screen.scss */
  810. .communiquer-mode-emploi-encart .header .logo img {
  811. width: 60px;
  812. }
  813. /* line 829, ../sass/screen.scss */
  814. .communiquer-mode-emploi-encart .header h1 {
  815. margin-bottom: 3px;
  816. }
  817. /* line 838, ../sass/screen.scss */
  818. .communiquer-mode-emploi-encart h3 {
  819. margin-top: 15px;
  820. margin-bottom: 15px;
  821. }
  822. /* line 844, ../sass/screen.scss */
  823. .bloc-mode-emploi-pdf {
  824. width: 49.9%;
  825. float: left;
  826. border-bottom: dotted 1px gray;
  827. }
  828. /* line 850, ../sass/screen.scss */
  829. .bloc-mode-emploi-border {
  830. border-right: dotted 1px gray;
  831. border-bottom: dotted 1px gray;
  832. }
  833. /* line 855, ../sass/screen.scss */
  834. .communiquer-mode-emploi-pdf {
  835. border: 0px none;
  836. -moz-border-radius: 0px;
  837. -webkit-border-radius: 0px;
  838. border-radius: 0px;
  839. margin-bottom: 0px;
  840. padding: 20px 0px 20px 30px;
  841. }
  842. /* line 863, ../sass/screen.scss */
  843. .communiquer-mode-emploi-pdf .header .logo {
  844. float: left;
  845. width: 55px;
  846. padding-right: 15px;
  847. padding-top: 10px;
  848. }
  849. /* line 869, ../sass/screen.scss */
  850. .communiquer-mode-emploi-pdf .header .logo img {
  851. width: 55px;
  852. }
  853. /* line 873, ../sass/screen.scss */
  854. .communiquer-mode-emploi-pdf .header h1 {
  855. font-size: 32px;
  856. }
  857. /* line 876, ../sass/screen.scss */
  858. .communiquer-mode-emploi-pdf .header h2 {
  859. font-size: 16px;
  860. }
  861. /* line 881, ../sass/screen.scss */
  862. .communiquer-mode-emploi-pdf h3 {
  863. font-weight: normal;
  864. }
  865. /* line 886, ../sass/screen.scss */
  866. .bloc-mode-emploi-bottom {
  867. border-bottom: 0px none;
  868. border-bottom: solid 1px white;
  869. }
  870. /* commandes auto */
  871. /* line 896, ../sass/screen.scss */
  872. .commandeauto-form #bloc-select-user {
  873. padding-left: 0px;
  874. }
  875. /* line 900, ../sass/screen.scss */
  876. .commandeauto-form #or-user {
  877. font-size: 20px;
  878. text-align: center;
  879. }
  880. /* line 903, ../sass/screen.scss */
  881. .commandeauto-form #or-user span {
  882. position: relative;
  883. top: 24px;
  884. }
  885. /* line 909, ../sass/screen.scss */
  886. .commandeauto-form .field-commandeautoform-id_etablissement {
  887. display: none;
  888. }
  889. /* line 913, ../sass/screen.scss */
  890. .commandeauto-form .jours .form-group {
  891. float: left;
  892. margin-right: 20px;
  893. }
  894. /* line 920, ../sass/screen.scss */
  895. .commandeauto-form .produits .table {
  896. width: 500px;
  897. }
  898. /* line 923, ../sass/screen.scss */
  899. .commandeauto-form .produits .quantite {
  900. text-align: center;
  901. }
  902. /* points de vente */
  903. /* line 932, ../sass/screen.scss */
  904. .point-vente-form #pointvente-users {
  905. display: none;
  906. height: 500px;
  907. overflow-y: scroll;
  908. }
  909. /* line 936, ../sass/screen.scss */
  910. .point-vente-form #pointvente-users label {
  911. font-weight: normal;
  912. display: block;
  913. }
  914. /* utilisateurs */
  915. /* line 946, ../sass/screen.scss */
  916. .user-index .input-group {
  917. width: 180px;
  918. }
  919. /* line 949, ../sass/screen.scss */
  920. .user-index .input-group .input-credit {
  921. text-align: center;
  922. }