Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

1312 lines
38KB

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