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

1266 行
34KB

  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. h1, h2, h3, h4, h5, h6 {
  60. font-family: "myriadpro-light";
  61. }
  62. /* line 22, ../sass/screen.scss */
  63. a {
  64. color: #BB8757;
  65. }
  66. /* line 25, ../sass/screen.scss */
  67. a:hover, a:focus, a:active {
  68. color: #9f6e40;
  69. }
  70. /* line 30, ../sass/screen.scss */
  71. #block-demo {
  72. padding: 10px 0px;
  73. background-color: #F8F1DD;
  74. color: #BB8757;
  75. text-align: left;
  76. margin-bottom: 20px;
  77. border: solid 1px #caa17b;
  78. -moz-border-radius: 5px;
  79. -webkit-border-radius: 5px;
  80. border-radius: 5px;
  81. }
  82. /* line 39, ../sass/screen.scss */
  83. #block-demo a {
  84. text-decoration: underline;
  85. }
  86. /* line 44, ../sass/screen.scss */
  87. #env-dev {
  88. font-family: "comfortaabold";
  89. text-align: center;
  90. font-size: 18px;
  91. padding: 5px 10px;
  92. color: white;
  93. position: fixed;
  94. top: 9px;
  95. left: 66px;
  96. z-index: 1031;
  97. }
  98. /* line 56, ../sass/screen.scss */
  99. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  100. background-color: #BB8757;
  101. border: solid 1px #BB8757;
  102. }
  103. /* line 60, ../sass/screen.scss */
  104. .pagination > li > a, .pagination > li > span {
  105. color: #BB8757;
  106. }
  107. /* line 62, ../sass/screen.scss */
  108. .pagination > li > a:hover, .pagination > li > span:hover {
  109. color: #9f6e40;
  110. }
  111. /* line 68, ../sass/screen.scss */
  112. .wrap .btn-primary,
  113. .wrap .btn-success {
  114. background-color: #BB8757;
  115. border: solid 1px #BB8757;
  116. }
  117. /* line 73, ../sass/screen.scss */
  118. .wrap .btn-primary:hover, .wrap .btn-primary:focus, .wrap .btn-primary:active,
  119. .wrap .btn-success:hover,
  120. .wrap .btn-success:focus,
  121. .wrap .btn-success:active {
  122. background-color: #9f6e40;
  123. border: solid 1px #9f6e40;
  124. }
  125. /* line 81, ../sass/screen.scss */
  126. .nav-header .retour-site {
  127. border-left: solid 1px #F8F1DD;
  128. padding: 10px 15px;
  129. }
  130. /* line 88, ../sass/screen.scss */
  131. .navbar-brand .logo {
  132. height: 40px;
  133. position: relative;
  134. top: -10px;
  135. }
  136. /* line 95, ../sass/screen.scss */
  137. .container-body {
  138. padding-top: 117px;
  139. padding-bottom: 50px;
  140. }
  141. /* line 100, ../sass/screen.scss */
  142. .navbar-inverse {
  143. background-color: #BB8757;
  144. border-bottom: 0px none;
  145. }
  146. /* line 104, ../sass/screen.scss */
  147. .navbar-inverse .navbar-nav {
  148. padding-top: 12px;
  149. }
  150. /* line 108, ../sass/screen.scss */
  151. .navbar-inverse .navbar-nav > li > a {
  152. color: white;
  153. margin-left: 3px;
  154. padding: 3px 11px;
  155. }
  156. /* line 113, ../sass/screen.scss */
  157. .navbar-inverse .navbar-nav > li > a:hover {
  158. color: #F8F1DD;
  159. }
  160. /* line 121, ../sass/screen.scss */
  161. .navbar-inverse .navbar-nav > li.active a,
  162. .navbar-inverse .navbar-nav > .open a {
  163. margin-left: 3px;
  164. background-color: #F8F1DD;
  165. color: #BB8757;
  166. padding: 3px 11px;
  167. -moz-border-radius: 5px;
  168. -webkit-border-radius: 5px;
  169. border-radius: 5px;
  170. }
  171. /* line 128, ../sass/screen.scss */
  172. .navbar-inverse .navbar-nav > li.active a:hover, .navbar-inverse .navbar-nav > li.active a:focus,
  173. .navbar-inverse .navbar-nav > .open a:hover,
  174. .navbar-inverse .navbar-nav > .open a:focus {
  175. background-color: #F8F1DD;
  176. color: #BB8757;
  177. }
  178. /* line 137, ../sass/screen.scss */
  179. .navbar-inverse .navbar-nav > .open a.dropdown-toggle {
  180. -moz-border-radius: 5px 5px 0px 0px;
  181. -webkit-border-radius: 5px;
  182. border-radius: 5px 5px 0px 0px;
  183. }
  184. /* line 141, ../sass/screen.scss */
  185. .navbar-inverse .navbar-nav > .open ul.dropdown-menu {
  186. -moz-box-shadow: 0px 0px 5px gray;
  187. -webkit-box-shadow: 0px 0px 5px gray;
  188. box-shadow: 0px 0px 5px gray;
  189. -moz-border-radius: 5px 0px 5px 5px;
  190. -webkit-border-radius: 5px;
  191. border-radius: 5px 0px 5px 5px;
  192. border-top: 0px none;
  193. right: -1px;
  194. }
  195. /* line 147, ../sass/screen.scss */
  196. .navbar-inverse .navbar-nav > .open ul.dropdown-menu li a {
  197. background-color: transparent;
  198. }
  199. /* line 150, ../sass/screen.scss */
  200. .navbar-inverse .navbar-nav > .open ul.dropdown-menu li a:hover {
  201. color: #9f6e40;
  202. }
  203. /* line 166, ../sass/screen.scss */
  204. #alerts-fixed {
  205. position: fixed;
  206. bottom: 20px;
  207. left: 20px;
  208. }
  209. /* line 171, ../sass/screen.scss */
  210. #alerts-fixed .alert {
  211. margin-top: 20px;
  212. }
  213. /* line 176, ../sass/screen.scss */
  214. .nom-boulange {
  215. margin-bottom: 15px;
  216. text-align: left;
  217. position: fixed;
  218. top: 51px;
  219. left: 0px;
  220. width: 100%;
  221. background-color: #515151;
  222. background-color: #F8F1DD;
  223. color: #8d6139;
  224. z-index: 100;
  225. font-size: 20px;
  226. padding: 8px 15px;
  227. padding-bottom: 2px;
  228. padding-top: 5px;
  229. border-bottom: solid 1px #e0e0e0;
  230. -moz-box-shadow: 0px 0px 5px gray;
  231. -webkit-box-shadow: 0px 0px 5px gray;
  232. box-shadow: 0px 0px 5px gray;
  233. }
  234. /* line 195, ../sass/screen.scss */
  235. .nom-boulange #etat-paiement-etablissement {
  236. float: right;
  237. text-align: right;
  238. color: #8d6139;
  239. font-size: 16px;
  240. }
  241. /* line 200, ../sass/screen.scss */
  242. .nom-boulange #etat-paiement-etablissement .strong {
  243. background-color: white;
  244. color: #BB8757;
  245. -moz-border-radius: 10px;
  246. -webkit-border-radius: 10px;
  247. border-radius: 10px;
  248. padding: 0px 10px;
  249. }
  250. /* line 206, ../sass/screen.scss */
  251. .nom-boulange #etat-paiement-etablissement .btn {
  252. padding: 2px 5px;
  253. }
  254. /* line 211, ../sass/screen.scss */
  255. .nom-boulange #select-etablissement {
  256. float: left;
  257. font-size: 15px;
  258. }
  259. /* line 216, ../sass/screen.scss */
  260. .nom-boulange .label {
  261. font-size: 11px;
  262. margin-left: 10px;
  263. position: relative;
  264. bottom: 3px;
  265. }
  266. /* line 221, ../sass/screen.scss */
  267. .nom-boulange .label a {
  268. color: white;
  269. }
  270. /* line 223, ../sass/screen.scss */
  271. .nom-boulange .label a:hover {
  272. text-decoration: none;
  273. }
  274. /* line 233, ../sass/screen.scss */
  275. .table thead th.actions {
  276. width: 220px;
  277. }
  278. /* line 236, ../sass/screen.scss */
  279. .table thead th.order {
  280. width: 58px;
  281. }
  282. /* line 239, ../sass/screen.scss */
  283. .table thead th.actif {
  284. width: 75px;
  285. text-align: center;
  286. }
  287. /* line 245, ../sass/screen.scss */
  288. .table tbody td.center {
  289. text-align: center;
  290. }
  291. /* line 253, ../sass/screen.scss */
  292. .footer .pull-left a {
  293. margin-right: 5px;
  294. margin-left: 5px;
  295. color: gray;
  296. }
  297. /* line 266, ../sass/screen.scss */
  298. .site-index .panel .panel-title .btn {
  299. float: right;
  300. font-family: "myriadpro-regular";
  301. }
  302. /* line 270, ../sass/screen.scss */
  303. .site-index .panel .panel-title .btn.btn-success {
  304. background-color: #5cb85c;
  305. color: white;
  306. border-color: #5cb85c;
  307. }
  308. /* line 276, ../sass/screen.scss */
  309. .site-index .panel .panel-title .btn.margin-left {
  310. margin-left: 5px;
  311. }
  312. /* line 287, ../sass/screen.scss */
  313. .site-index #dernieres-commandes .small, .site-index #dernieres-commandes .localite {
  314. font-size: 12px;
  315. color: gray;
  316. }
  317. /* line 291, ../sass/screen.scss */
  318. .site-index #dernieres-commandes .commentaire {
  319. font-size: 12px;
  320. }
  321. /* line 295, ../sass/screen.scss */
  322. .site-index #dernieres-commandes .date {
  323. text-align: center;
  324. }
  325. /* line 298, ../sass/screen.scss */
  326. .site-index #dernieres-commandes .date .bloc-date {
  327. width: 50%;
  328. margin: 0px auto;
  329. padding-top: 0px;
  330. }
  331. /* line 306, ../sass/screen.scss */
  332. .site-index #dernieres-commandes .date .jour {
  333. text-transform: capitalize;
  334. line-height: 13px;
  335. font-size: 10px;
  336. text-transform: uppercase;
  337. }
  338. /* line 313, ../sass/screen.scss */
  339. .site-index #dernieres-commandes .date .num {
  340. font-size: 23px;
  341. line-height: 28px;
  342. font-weight: bold;
  343. }
  344. /* line 319, ../sass/screen.scss */
  345. .site-index #dernieres-commandes .date .mois {
  346. text-transform: uppercase;
  347. line-height: 13px;
  348. font-size: 15px;
  349. }
  350. /* line 328, ../sass/screen.scss */
  351. .site-index #facturation h2 {
  352. font-size: 25px;
  353. text-align: center;
  354. }
  355. /* line 334, ../sass/screen.scss */
  356. .site-index #facturation .mois-en-cours .montant span {
  357. background-color: white;
  358. color: #333;
  359. border: solid 1px gray;
  360. }
  361. /* line 341, ../sass/screen.scss */
  362. .site-index #facturation .montant {
  363. margin-top: 35px;
  364. text-align: center;
  365. }
  366. /* line 344, ../sass/screen.scss */
  367. .site-index #facturation .montant span {
  368. font-size: 22px;
  369. color: white;
  370. background-color: #BB8757;
  371. padding: 7px 10px 3px;
  372. font-family: "myriadpro-regular";
  373. -moz-border-radius: 5px;
  374. -webkit-border-radius: 5px;
  375. border-radius: 5px;
  376. }
  377. /* line 364, ../sass/screen.scss */
  378. #page-commande h1 .btn-group {
  379. float: right;
  380. }
  381. /* line 369, ../sass/screen.scss */
  382. #page-commande #col-left, #page-commande #col-right {
  383. padding-left: 0px;
  384. padding-right: 0px;
  385. }
  386. /* line 373, ../sass/screen.scss */
  387. #page-commande #col-right {
  388. padding-left: 20px;
  389. }
  390. /* line 377, ../sass/screen.scss */
  391. #page-commande #jours-production {
  392. display: none;
  393. }
  394. /* line 383, ../sass/screen.scss */
  395. #page-commande #calendar h2 {
  396. font-size: 20px;
  397. position: relative;
  398. top: 3px;
  399. }
  400. /* line 389, ../sass/screen.scss */
  401. #page-commande #calendar .fc-header-title {
  402. margin-left: 10px;
  403. }
  404. /* line 395, ../sass/screen.scss */
  405. #page-commande #calendar .dayWithEvent {
  406. background-color: #fee48d;
  407. cursor: pointer;
  408. }
  409. /* line 399, ../sass/screen.scss */
  410. #page-commande #calendar .fc-event-container {
  411. display: none;
  412. }
  413. /* line 400, ../sass/screen.scss */
  414. #page-commande #calendar .fc-today {
  415. border-bottom: solid 1px #C9302C;
  416. background-color: white;
  417. }
  418. /* line 404, ../sass/screen.scss */
  419. #page-commande #calendar .fc-today.dayWithEvent {
  420. background-color: #fee48d;
  421. }
  422. /* line 409, ../sass/screen.scss */
  423. #page-commande #calendar .fc-day {
  424. cursor: pointer;
  425. text-align: center;
  426. }
  427. /* line 412, ../sass/screen.scss */
  428. #page-commande #calendar .fc-day:hover {
  429. -moz-box-shadow: 0px 0px 2px black inset;
  430. -webkit-box-shadow: 0px 0px 2px black inset;
  431. box-shadow: 0px 0px 2px black inset;
  432. }
  433. /* line 417, ../sass/screen.scss */
  434. #page-commande #calendar .current-date {
  435. -moz-box-shadow: 0px 0px 2px black inset;
  436. -webkit-box-shadow: 0px 0px 2px black inset;
  437. box-shadow: 0px 0px 2px black inset;
  438. }
  439. /* line 421, ../sass/screen.scss */
  440. #page-commande #calendar .fc-day-number {
  441. float: none;
  442. padding-top: 2px;
  443. }
  444. /* line 429, ../sass/screen.scss */
  445. #page-commande #bloc-production .label {
  446. float: right;
  447. font-size: 13px;
  448. }
  449. /* line 434, ../sass/screen.scss */
  450. #page-commande #bloc-production .btn-success {
  451. background-color: #5cb85c;
  452. border-color: #4cae4c;
  453. }
  454. /* line 439, ../sass/screen.scss */
  455. #page-commande #bloc-production #productions-point-vente {
  456. margin-top: 15px;
  457. padding: 10px;
  458. border: solid 1px #e0e0e0;
  459. background-color: #F5F5F5;
  460. -moz-border-radius: 5px;
  461. -webkit-border-radius: 5px;
  462. border-radius: 5px;
  463. }
  464. /* line 445, ../sass/screen.scss */
  465. #page-commande #bloc-production #productions-point-vente label {
  466. display: block;
  467. font-weight: normal;
  468. }
  469. /* line 450, ../sass/screen.scss */
  470. #page-commande #bloc-production #productions-point-vente .checkbox-list {
  471. margin-left: 10px;
  472. margin-top: 10px;
  473. }
  474. /* line 463, ../sass/screen.scss */
  475. #page-commande #produits-production .overflow table {
  476. width: 100%;
  477. }
  478. /* line 467, ../sass/screen.scss */
  479. #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 {
  480. display: block;
  481. }
  482. /* line 469, ../sass/screen.scss */
  483. #page-commande #produits-production .overflow tr:after {
  484. content: ' ';
  485. display: block;
  486. visibility: hidden;
  487. clear: both;
  488. }
  489. /* line 476, ../sass/screen.scss */
  490. #page-commande #produits-production .overflow thead th {
  491. height: 30px;
  492. /*text-align: left;*/
  493. }
  494. /* line 482, ../sass/screen.scss */
  495. #page-commande #produits-production .overflow tbody {
  496. height: 500px;
  497. overflow-y: auto;
  498. }
  499. /* line 490, ../sass/screen.scss */
  500. #page-commande #produits-production .overflow thead th {
  501. width: 32%;
  502. float: left;
  503. }
  504. /* line 495, ../sass/screen.scss */
  505. #page-commande #produits-production .overflow tbody td {
  506. width: 33%;
  507. float: left;
  508. }
  509. /* line 500, ../sass/screen.scss */
  510. #page-commande #produits-production .overflow .td-produit {
  511. width: 60%;
  512. }
  513. /* line 503, ../sass/screen.scss */
  514. #page-commande #produits-production .overflow .td-actif, #page-commande #produits-production .overflow .td-max {
  515. width: 20%;
  516. text-align: center;
  517. }
  518. /* line 509, ../sass/screen.scss */
  519. #page-commande #produits-production .overflow thead .td-produit {
  520. width: 57%;
  521. }
  522. /* line 515, ../sass/screen.scss */
  523. #page-commande #produits-production input.quantite-max {
  524. background-color: white;
  525. border: 1px solid #e0e0e0;
  526. text-align: center;
  527. width: 50px;
  528. }
  529. /* line 523, ../sass/screen.scss */
  530. #page-commande #produits-production td label {
  531. font-weight: normal;
  532. }
  533. /* line 529, ../sass/screen.scss */
  534. #page-commande #btn-export-commandes,
  535. #page-commande #btn-commandes-auto {
  536. float: right;
  537. position: relative;
  538. top: -5px;
  539. right: -7px;
  540. padding: 2px 5px;
  541. }
  542. /* line 538, ../sass/screen.scss */
  543. #page-commande #btn-export-commandes,
  544. #page-commande #btn-commandes-auto {
  545. color: white;
  546. margin-left: 10px;
  547. padding: 1px 5px;
  548. }
  549. /* line 545, ../sass/screen.scss */
  550. #page-commande #btn-commandes-auto {
  551. top: -7px;
  552. }
  553. /* line 547, ../sass/screen.scss */
  554. #page-commande #btn-commandes-auto .btn {
  555. padding: 2px 5px;
  556. }
  557. /* line 549, ../sass/screen.scss */
  558. #page-commande #btn-commandes-auto .btn span {
  559. top: 2px;
  560. }
  561. /* line 557, ../sass/screen.scss */
  562. #page-commande #bloc-totaux .table-produits .depasse {
  563. color: #b32815;
  564. }
  565. /* line 561, ../sass/screen.scss */
  566. #page-commande #bloc-totaux .table-produits .total strong span {
  567. font-weight: normal;
  568. font-size: 13px;
  569. }
  570. /* line 570, ../sass/screen.scss */
  571. #page-commande #commandes-points-vente .tab-pane {
  572. padding-top: 20px;
  573. }
  574. /* line 577, ../sass/screen.scss */
  575. #page-commande #commandes-points-vente .recap-pv.no-commande .recettes {
  576. display: none;
  577. }
  578. /* line 581, ../sass/screen.scss */
  579. #page-commande #commandes-points-vente .recap-pv .recettes {
  580. float: right;
  581. color: #BB8757;
  582. border: solid 1px #BB8757;
  583. padding: 4px 10px;
  584. -moz-border-radius: 10px;
  585. -webkit-border-radius: 10px;
  586. border-radius: 10px;
  587. font-weight: bold;
  588. position: relative;
  589. top: -3px;
  590. }
  591. /* line 595, ../sass/screen.scss */
  592. #page-commande #commandes-points-vente .alert.commentaire {
  593. display: none;
  594. }
  595. /* line 599, ../sass/screen.scss */
  596. #page-commande #commandes-points-vente ul.liste-commandes {
  597. margin-top: 10px;
  598. list-style-type: none;
  599. height: 100%;
  600. max-height: 400px;
  601. margin-left: 0;
  602. padding-left: 0;
  603. margin-top: 0px;
  604. width: 100%;
  605. overflow-y: scroll;
  606. }
  607. /* line 611, ../sass/screen.scss */
  608. #page-commande #commandes-points-vente ul.liste-commandes.no-commande {
  609. display: none;
  610. }
  611. /* line 615, ../sass/screen.scss */
  612. #page-commande #commandes-points-vente ul.liste-commandes li {
  613. padding: 0;
  614. margin: 0;
  615. }
  616. /* line 618, ../sass/screen.scss */
  617. #page-commande #commandes-points-vente ul.liste-commandes li a {
  618. text-align: left;
  619. -moz-border-radius: 0px;
  620. -webkit-border-radius: 0px;
  621. border-radius: 0px;
  622. display: block;
  623. padding: 7px;
  624. color: #333;
  625. }
  626. /* line 626, ../sass/screen.scss */
  627. #page-commande #commandes-points-vente ul.liste-commandes li a .montant {
  628. float: right;
  629. color: #BB8757;
  630. font-weight: bold;
  631. }
  632. /* line 631, ../sass/screen.scss */
  633. #page-commande #commandes-points-vente ul.liste-commandes li a .montant.paye {
  634. color: #5cb85c;
  635. color: #519951;
  636. }
  637. /* line 637, ../sass/screen.scss */
  638. #page-commande #commandes-points-vente ul.liste-commandes li a .glyphicon-comment {
  639. color: #BB8757;
  640. }
  641. /* line 641, ../sass/screen.scss */
  642. #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 {
  643. text-decoration: none;
  644. background-color: #FCF8E3;
  645. outline: none;
  646. border-color: #ccc;
  647. -moz-transition: all 0.1s;
  648. -o-transition: all 0.1s;
  649. -webkit-transition: all 0.1s;
  650. transition: all 0.1s;
  651. }
  652. /* line 655, ../sass/screen.scss */
  653. #page-commande #commandes-points-vente .creer-commande,
  654. #page-commande #commandes-points-vente .commandes-auto {
  655. width: 100%;
  656. margin-bottom: 10px;
  657. }
  658. /* line 661, ../sass/screen.scss */
  659. #page-commande #commandes-points-vente .bloc-commande {
  660. padding-top: 20px;
  661. margin-top: 20px;
  662. display: none;
  663. }
  664. /* line 667, ../sass/screen.scss */
  665. #page-commande #commandes-points-vente .title-user {
  666. display: none;
  667. font-size: 19px;
  668. margin-top: 0px;
  669. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  670. }
  671. /* line 673, ../sass/screen.scss */
  672. #page-commande #commandes-points-vente .title-user .btn-edit, #page-commande #commandes-points-vente .title-user .btn-remove,
  673. #page-commande #commandes-points-vente .title-user .btn-cancel, #page-commande #commandes-points-vente .title-user .btn-save {
  674. float: right;
  675. position: relative;
  676. top: -6px;
  677. }
  678. /* line 680, ../sass/screen.scss */
  679. #page-commande #commandes-points-vente .title-user .btn-edit, #page-commande #commandes-points-vente .title-user .btn-cancel {
  680. margin-right: 10px;
  681. }
  682. /* line 684, ../sass/screen.scss */
  683. #page-commande #commandes-points-vente .title-user .buttons-save-cancel {
  684. display: none;
  685. }
  686. /* line 688, ../sass/screen.scss */
  687. #page-commande #commandes-points-vente .title-user .choix-user {
  688. display: none;
  689. }
  690. /* line 691, ../sass/screen.scss */
  691. #page-commande #commandes-points-vente .title-user .choix-user .form-control {
  692. width: 200px;
  693. display: inline;
  694. }
  695. /* line 699, ../sass/screen.scss */
  696. #page-commande #commandes-points-vente table.table-produits .td-commande {
  697. text-align: center;
  698. }
  699. /* line 702, ../sass/screen.scss */
  700. #page-commande #commandes-points-vente table.table-produits input.form-control {
  701. text-align: center;
  702. }
  703. /* line 708, ../sass/screen.scss */
  704. #page-commande #commandes-points-vente .td-produit,
  705. #page-commande #commandes-points-vente .th-produit {
  706. width: 70%;
  707. }
  708. /* line 713, ../sass/screen.scss */
  709. #page-commande #commandes-points-vente .td-commande,
  710. #page-commande #commandes-points-vente .th-commande {
  711. width: 30%;
  712. text-align: center;
  713. }
  714. /* line 719, ../sass/screen.scss */
  715. #page-commande #commandes-points-vente .td-produit {
  716. text-transform: uppercase;
  717. }
  718. /* line 723, ../sass/screen.scss */
  719. #page-commande #commandes-points-vente .td-commande {
  720. font-weight: bold;
  721. }
  722. /* line 727, ../sass/screen.scss */
  723. #page-commande #commandes-points-vente .td-total {
  724. font-size: 18px;
  725. text-align: center;
  726. }
  727. /* line 731, ../sass/screen.scss */
  728. #page-commande #commandes-points-vente .td-total span {
  729. padding: 2px 10px;
  730. background-color: #BB8757;
  731. color: white;
  732. font-weight: bold;
  733. -moz-border-radius: 8px;
  734. -webkit-border-radius: 8px;
  735. border-radius: 8px;
  736. }
  737. /* line 741, ../sass/screen.scss */
  738. #page-commande #commandes-points-vente .td-paiement .buttons-credit {
  739. float: right;
  740. }
  741. /* line 747, ../sass/screen.scss */
  742. #page-commande #commandes-points-vente .panel-commande-automatique .field-commandeautoform-id_user,
  743. #page-commande #commandes-points-vente .panel-commande-automatique .field-commandeautoform-id_etablissement {
  744. display: none;
  745. }
  746. /* line 754, ../sass/screen.scss */
  747. #page-commande #commandes-points-vente .panel-commande-automatique .jours .form-group {
  748. float: left;
  749. margin-right: 10px;
  750. }
  751. /* line 763, ../sass/screen.scss */
  752. #page-commande #old-commandes {
  753. display: none;
  754. }
  755. /* line 767, ../sass/screen.scss */
  756. #page-commande .form-commandes-point-vente {
  757. margin-top: 20px;
  758. }
  759. /* line 771, ../sass/screen.scss */
  760. #page-commande .form-commandes-point-vente table {
  761. border-bottom: solid 1px #e0e0e0;
  762. }
  763. /* line 775, ../sass/screen.scss */
  764. #page-commande .form-commandes-point-vente .title-point-vente {
  765. background-color: #fff8e2;
  766. border-left: solid 3px #BB8757;
  767. font-weight: bold;
  768. text-align: left;
  769. padding: 10px;
  770. }
  771. /* line 783, ../sass/screen.scss */
  772. #page-commande .form-commandes-point-vente .title-totaux {
  773. text-align: center;
  774. }
  775. /* line 787, ../sass/screen.scss */
  776. #page-commande .form-commandes-point-vente .border-left {
  777. border-left: solid 1px #e0e0e0;
  778. }
  779. /* line 791, ../sass/screen.scss */
  780. #page-commande .form-commandes-point-vente .border-right {
  781. border-right: solid 1px #e0e0e0;
  782. }
  783. /* line 795, ../sass/screen.scss */
  784. #page-commande .form-commandes-point-vente input.quantite {
  785. width: 30px;
  786. background-color: white;
  787. border: solid 1px #e0e0e0;
  788. text-align: center;
  789. }
  790. /* line 803, ../sass/screen.scss */
  791. #page-commande .form-commandes-point-vente .td-produit {
  792. text-align: center;
  793. }
  794. /* line 807, ../sass/screen.scss */
  795. #page-commande .form-commandes-point-vente .submit-pv {
  796. float: right;
  797. }
  798. /* line 811, ../sass/screen.scss */
  799. #page-commande .form-commandes-point-vente .select-user {
  800. background-color: #F9F9F9;
  801. border: solid 1px #e0e0e0;
  802. }
  803. /* line 816, ../sass/screen.scss */
  804. #page-commande .form-commandes-point-vente .date-commande {
  805. font-size: 12px;
  806. }
  807. /* line 820, ../sass/screen.scss */
  808. #page-commande .form-commandes-point-vente .datepicker, #page-commande .form-commandes-point-vente .text {
  809. background-color: white;
  810. border: solid 1px #e0e0e0;
  811. margin-top: 3px;
  812. width: 100px;
  813. }
  814. /* line 828, ../sass/screen.scss */
  815. #page-commande .form-commandes-point-vente td.center {
  816. text-align: center;
  817. }
  818. /* line 834, ../sass/screen.scss */
  819. #page-commande .form-commandes-point-vente .depasse {
  820. color: #b32815;
  821. }
  822. /* line 838, ../sass/screen.scss */
  823. #page-commande .form-commandes-point-vente .total strong span {
  824. font-weight: normal;
  825. font-size: 13px;
  826. }
  827. /* line 843, ../sass/screen.scss */
  828. #page-commande .form-commandes-point-vente .vrac {
  829. display: none;
  830. }
  831. /* line 847, ../sass/screen.scss */
  832. #page-commande .form-commandes-point-vente td.client {
  833. text-align: left;
  834. padding: 3px;
  835. }
  836. /* line 850, ../sass/screen.scss */
  837. #page-commande .form-commandes-point-vente td.client .date-commande {
  838. color: gray;
  839. }
  840. /* line 857, ../sass/screen.scss */
  841. #page-commande .table-header-rotated {
  842. border-top: 0px;
  843. border-left: 0px;
  844. border-right: 0px;
  845. width: 100%;
  846. width: auto;
  847. }
  848. /* line 864, ../sass/screen.scss */
  849. #page-commande .table-header-rotated .total strong {
  850. border-bottom: solid 1px gray;
  851. }
  852. /* line 869, ../sass/screen.scss */
  853. #page-commande .table-header-rotated th.row-header {
  854. width: auto;
  855. }
  856. /* line 873, ../sass/screen.scss */
  857. #page-commande .table-header-rotated td {
  858. width: 40px;
  859. border-top: 1px solid #dddddd;
  860. border-left: 1px solid #dddddd;
  861. border-right: 1px solid #dddddd;
  862. vertical-align: middle;
  863. text-align: center;
  864. }
  865. /* line 882, ../sass/screen.scss */
  866. #page-commande .table-header-rotated th.rotate-45 {
  867. font-weight: normal;
  868. height: 80px;
  869. width: 40px;
  870. min-width: 40px;
  871. max-width: 40px;
  872. position: relative;
  873. vertical-align: bottom;
  874. padding: 0;
  875. font-size: 14px;
  876. line-height: 1;
  877. border: 0px none;
  878. }
  879. /* line 896, ../sass/screen.scss */
  880. #page-commande .table-header-rotated th.rotate-45 > div {
  881. background-color: #F5F5F5;
  882. position: relative;
  883. top: 0px;
  884. left: 40px;
  885. /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  886. height: 100%;
  887. -ms-transform: skew(-45deg, 0deg);
  888. -moz-transform: skew(-45deg, 0deg);
  889. -webkit-transform: skew(-45deg, 0deg);
  890. -o-transform: skew(-45deg, 0deg);
  891. transform: skew(-45deg, 0deg);
  892. overflow: hidden;
  893. border-left: 1px solid #dddddd;
  894. border-right: 1px solid #dddddd;
  895. border-top: 1px solid #dddddd;
  896. }
  897. /* line 913, ../sass/screen.scss */
  898. #page-commande .table-header-rotated th.rotate-45 span {
  899. -ms-transform: skew(45deg, 0deg) rotate(315deg);
  900. -moz-transform: skew(45deg, 0deg) rotate(315deg);
  901. -webkit-transform: skew(45deg, 0deg) rotate(315deg);
  902. -o-transform: skew(45deg, 0deg) rotate(315deg);
  903. transform: skew(45deg, 0deg) rotate(315deg);
  904. position: absolute;
  905. bottom: 30px;
  906. /* 40 cos(45) = 28 with an additional 2px margin*/
  907. left: -25px;
  908. /*Because it looked good, but there is probably a mathematical link here as well*/
  909. display: inline-block;
  910. width: 85px;
  911. /* 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*/
  912. text-align: left;
  913. }
  914. /* line 934, ../sass/screen.scss */
  915. #email-masse-form #ids-users {
  916. line-height: 30px;
  917. }
  918. /* line 936, ../sass/screen.scss */
  919. #email-masse-form #ids-users .label {
  920. text-transform: capitalize;
  921. }
  922. /* line 944, ../sass/screen.scss */
  923. .produit-create #jours-production .form-group, .produit-update #jours-production .form-group {
  924. float: left;
  925. margin-right: 15px;
  926. }
  927. /* line 948, ../sass/screen.scss */
  928. .produit-create #jours-production .form-group label, .produit-update #jours-production .form-group label {
  929. font-weight: normal;
  930. }
  931. /* line 953, ../sass/screen.scss */
  932. .produit-create .field-produit-id_etablissement, .produit-update .field-produit-id_etablissement {
  933. display: none;
  934. }
  935. /* line 958, ../sass/screen.scss */
  936. .table-striped > tbody > tr:nth-of-type(2n) {
  937. background-color: white;
  938. }
  939. /* line 963, ../sass/screen.scss */
  940. .wrap .produit-index .td-photo {
  941. max-width: 100px;
  942. width: 100px;
  943. }
  944. /* line 967, ../sass/screen.scss */
  945. .wrap .produit-index .photo-produit {
  946. max-width: 100px;
  947. }
  948. /* line 971, ../sass/screen.scss */
  949. .wrap .produit-index .ui-state-highlight {
  950. height: 75px;
  951. background-color: #F8F1DD;
  952. }
  953. /* communiquer */
  954. /* line 979, ../sass/screen.scss */
  955. .communiquer-mode-emploi {
  956. border: solid 1px #e0e0e0;
  957. padding: 10px;
  958. -moz-border-radius: 10px;
  959. -webkit-border-radius: 10px;
  960. border-radius: 10px;
  961. margin-bottom: 30px;
  962. font-family: "myriadpro-regular";
  963. }
  964. /* line 987, ../sass/screen.scss */
  965. .communiquer-mode-emploi .header .logo {
  966. float: left;
  967. width: 75px;
  968. padding-right: 20px;
  969. padding-top: 10px;
  970. }
  971. /* line 993, ../sass/screen.scss */
  972. .communiquer-mode-emploi .header .logo img {
  973. width: 75px;
  974. }
  975. /* line 999, ../sass/screen.scss */
  976. .communiquer-mode-emploi .header h1 {
  977. font-family: "comfortaaregular";
  978. font-size: 40px;
  979. margin-top: 0px;
  980. margin-bottom: 0px;
  981. font-weight: normal;
  982. }
  983. /* line 1007, ../sass/screen.scss */
  984. .communiquer-mode-emploi .header h2 {
  985. margin-top: 0px;
  986. font-family: "myriadpro-regular";
  987. font-size: 20px;
  988. margin-top: 0px;
  989. position: relative;
  990. left: 2px;
  991. font-weight: normal;
  992. }
  993. /* line 1018, ../sass/screen.scss */
  994. .communiquer-mode-emploi h3 {
  995. font-family: "comfortaalight";
  996. font-family: "myriadpro-regular";
  997. font-size: 25px;
  998. color: #BB8757;
  999. margin-top: 0px;
  1000. margin-bottom: 0px;
  1001. }
  1002. /* line 1028, ../sass/screen.scss */
  1003. .communiquer-mode-emploi-encart {
  1004. width: 420px;
  1005. margin-top: 20px;
  1006. }
  1007. /* line 1032, ../sass/screen.scss */
  1008. .communiquer-mode-emploi-encart .header .logo {
  1009. width: 60px;
  1010. margin-right: 20px;
  1011. padding-top: 5px;
  1012. }
  1013. /* line 1037, ../sass/screen.scss */
  1014. .communiquer-mode-emploi-encart .header .logo img {
  1015. width: 60px;
  1016. }
  1017. /* line 1043, ../sass/screen.scss */
  1018. .communiquer-mode-emploi-encart .header h1 {
  1019. margin-bottom: 3px;
  1020. }
  1021. /* line 1052, ../sass/screen.scss */
  1022. .communiquer-mode-emploi-encart h3 {
  1023. margin-top: 15px;
  1024. margin-bottom: 15px;
  1025. }
  1026. /* line 1058, ../sass/screen.scss */
  1027. .bloc-mode-emploi-pdf {
  1028. width: 49.9%;
  1029. float: left;
  1030. border-bottom: dotted 1px gray;
  1031. }
  1032. /* line 1064, ../sass/screen.scss */
  1033. .bloc-mode-emploi-border {
  1034. border-right: dotted 1px gray;
  1035. border-bottom: dotted 1px gray;
  1036. }
  1037. /* line 1069, ../sass/screen.scss */
  1038. .communiquer-mode-emploi-pdf {
  1039. border: 0px none;
  1040. -moz-border-radius: 0px;
  1041. -webkit-border-radius: 0px;
  1042. border-radius: 0px;
  1043. margin-bottom: 0px;
  1044. padding: 20px 0px 20px 30px;
  1045. }
  1046. /* line 1077, ../sass/screen.scss */
  1047. .communiquer-mode-emploi-pdf .header .logo {
  1048. float: left;
  1049. width: 55px;
  1050. padding-right: 15px;
  1051. padding-top: 10px;
  1052. }
  1053. /* line 1083, ../sass/screen.scss */
  1054. .communiquer-mode-emploi-pdf .header .logo img {
  1055. width: 55px;
  1056. }
  1057. /* line 1087, ../sass/screen.scss */
  1058. .communiquer-mode-emploi-pdf .header h1 {
  1059. font-size: 32px;
  1060. }
  1061. /* line 1090, ../sass/screen.scss */
  1062. .communiquer-mode-emploi-pdf .header h2 {
  1063. font-size: 16px;
  1064. }
  1065. /* line 1095, ../sass/screen.scss */
  1066. .communiquer-mode-emploi-pdf h3 {
  1067. font-weight: normal;
  1068. }
  1069. /* line 1100, ../sass/screen.scss */
  1070. .bloc-mode-emploi-bottom {
  1071. border-bottom: 0px none;
  1072. border-bottom: solid 1px white;
  1073. }
  1074. /* commandes auto */
  1075. /* line 1110, ../sass/screen.scss */
  1076. .commandeauto-form #bloc-select-user {
  1077. padding-left: 0px;
  1078. }
  1079. /* line 1114, ../sass/screen.scss */
  1080. .commandeauto-form #or-user {
  1081. font-size: 20px;
  1082. text-align: center;
  1083. }
  1084. /* line 1117, ../sass/screen.scss */
  1085. .commandeauto-form #or-user span {
  1086. position: relative;
  1087. top: 24px;
  1088. }
  1089. /* line 1123, ../sass/screen.scss */
  1090. .commandeauto-form .field-commandeautoform-id_etablissement {
  1091. display: none;
  1092. }
  1093. /* line 1127, ../sass/screen.scss */
  1094. .commandeauto-form .jours .form-group {
  1095. float: left;
  1096. margin-right: 20px;
  1097. }
  1098. /* line 1134, ../sass/screen.scss */
  1099. .commandeauto-form .produits .table {
  1100. width: 500px;
  1101. }
  1102. /* line 1137, ../sass/screen.scss */
  1103. .commandeauto-form .produits .quantite {
  1104. text-align: center;
  1105. }
  1106. /* points de vente */
  1107. /* line 1146, ../sass/screen.scss */
  1108. .point-vente-form #pointvente-users {
  1109. display: none;
  1110. height: 500px;
  1111. overflow-y: scroll;
  1112. }
  1113. /* line 1150, ../sass/screen.scss */
  1114. .point-vente-form #pointvente-users label {
  1115. font-weight: normal;
  1116. display: block;
  1117. }
  1118. /* line 1154, ../sass/screen.scss */
  1119. .point-vente-form #pointvente-users .commentaire {
  1120. display: none;
  1121. margin-left: 17px;
  1122. width: 200px;
  1123. }
  1124. /* line 1162, ../sass/screen.scss */
  1125. .point-vente-form #jours-livraison .form-group {
  1126. float: left;
  1127. margin-right: 15px;
  1128. }
  1129. /* line 1166, ../sass/screen.scss */
  1130. .point-vente-form #jours-livraison .form-group label {
  1131. font-weight: normal;
  1132. }
  1133. /* utilisateurs */
  1134. /* line 1176, ../sass/screen.scss */
  1135. .user-index .input-group {
  1136. width: 180px;
  1137. }
  1138. /* line 1179, ../sass/screen.scss */
  1139. .user-index .input-group .input-credit {
  1140. text-align: center;
  1141. }
  1142. /* line 1186, ../sass/screen.scss */
  1143. .user-credit .the-credit {
  1144. float: right;
  1145. font-weight: bold;
  1146. background-color: #BB8757;
  1147. color: white;
  1148. -moz-border-radius: 8px;
  1149. -webkit-border-radius: 8px;
  1150. border-radius: 8px;
  1151. padding: 3px 10px;
  1152. padding-top: 7px;
  1153. position: relative;
  1154. top: -12px;
  1155. }
  1156. /* facturation */
  1157. /* line 1201, ../sass/screen.scss */
  1158. #estimation-facture {
  1159. padding: 20px;
  1160. background-color: #F9F9F9;
  1161. }
  1162. /* line 1205, ../sass/screen.scss */
  1163. #estimation-facture h2 {
  1164. font-family: "myriadpro-it";
  1165. }
  1166. /* line 1209, ../sass/screen.scss */
  1167. #estimation-facture .montant span {
  1168. font-size: 25px;
  1169. color: white;
  1170. background-color: #BB8757;
  1171. -moz-border-radius: 5px;
  1172. -webkit-border-radius: 5px;
  1173. border-radius: 5px;
  1174. padding: 3px 10px;
  1175. padding-top: 7px;
  1176. font-family: "myriadpro-regular";
  1177. }
  1178. /* line 1220, ../sass/screen.scss */
  1179. #estimation-facture label {
  1180. text-transform: uppercase;
  1181. font-family: "myriadpro-light";
  1182. font-size: 20px;
  1183. }
  1184. /* line 1225, ../sass/screen.scss */
  1185. #estimation-facture label span {
  1186. font-size: 16px;
  1187. }
  1188. /* line 1230, ../sass/screen.scss */
  1189. #estimation-facture #etablissement-prix_libre {
  1190. width: 100px;
  1191. height: 60px;
  1192. font-size: 30px;
  1193. padding: 10px;
  1194. text-align: center;
  1195. }
  1196. /* line 1240, ../sass/screen.scss */
  1197. .developpement-index ul#tabs-statuts-developpements {
  1198. margin-bottom: 30px;
  1199. border-bottom: solid 3px #BB8757;
  1200. }
  1201. /* line 1244, ../sass/screen.scss */
  1202. .developpement-index ul#tabs-statuts-developpements a {
  1203. text-transform: uppercase;
  1204. }
  1205. /* line 1247, ../sass/screen.scss */
  1206. .developpement-index ul#tabs-statuts-developpements .active {
  1207. border: 0px none;
  1208. background: none;
  1209. }
  1210. /* line 1250, ../sass/screen.scss */
  1211. .developpement-index ul#tabs-statuts-developpements .active a {
  1212. background-color: #BB8757;
  1213. color: white;
  1214. }
  1215. /* line 1258, ../sass/screen.scss */
  1216. .developpement-index #tab-developpements .btn-group-priorite {
  1217. width: 100%;
  1218. margin-bottom: 5px;
  1219. }
  1220. /* line 1262, ../sass/screen.scss */
  1221. .developpement-index #tab-developpements .btn-group-priorite .btn-priorite {
  1222. display: block;
  1223. float: none;
  1224. width: 100%;
  1225. }
  1226. /* line 1269, ../sass/screen.scss */
  1227. .developpement-index #tab-developpements .label-priorite {
  1228. display: block;
  1229. width: 100%;
  1230. margin-bottom: 2px;
  1231. padding: 5px 8px;
  1232. }