ode-csslib 1.0.0-dev-produit.202209220950

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (452) hide show
  1. package/assets/editor-resources/font3/LICENSE.txt +30 -0
  2. package/assets/editor-resources/font3/README.txt +75 -0
  3. package/assets/editor-resources/font3/config.json +172 -0
  4. package/assets/editor-resources/font3/css/animation.css +85 -0
  5. package/assets/editor-resources/font3/css/entcore-editor-codes.css +81 -0
  6. package/assets/editor-resources/font3/css/entcore-editor-embedded.css +139 -0
  7. package/assets/editor-resources/font3/css/entcore-editor-ie7-codes.css +162 -0
  8. package/assets/editor-resources/font3/css/entcore-editor-ie7.css +175 -0
  9. package/assets/editor-resources/font3/css/entcore-editor.css +140 -0
  10. package/assets/editor-resources/font3/demo.html +467 -0
  11. package/assets/editor-resources/font3/font/entcore-editor.eot +0 -0
  12. package/assets/editor-resources/font3/font/entcore-editor.svg +64 -0
  13. package/assets/editor-resources/font3/font/entcore-editor.ttf +0 -0
  14. package/assets/editor-resources/font3/font/entcore-editor.woff +0 -0
  15. package/assets/editor-resources/font3/font/entcore-editor.woff2 +0 -0
  16. package/assets/editor-resources/img/Thumbs.db +0 -0
  17. package/assets/editor-resources/img/bold.png +0 -0
  18. package/assets/editor-resources/img/embed.png +0 -0
  19. package/assets/editor-resources/img/glyphicons_280_settings.png +0 -0
  20. package/assets/editor-resources/img/image-default.svg +28 -0
  21. package/assets/editor-resources/img/image.png +0 -0
  22. package/assets/editor-resources/img/italic.png +0 -0
  23. package/assets/editor-resources/img/justify-center.png +0 -0
  24. package/assets/editor-resources/img/justify-full.png +0 -0
  25. package/assets/editor-resources/img/justify-left.png +0 -0
  26. package/assets/editor-resources/img/justify-right.png +0 -0
  27. package/assets/editor-resources/img/linker.png +0 -0
  28. package/assets/editor-resources/img/mathjax.png +0 -0
  29. package/assets/editor-resources/img/olist.png +0 -0
  30. package/assets/editor-resources/img/quote.png +0 -0
  31. package/assets/editor-resources/img/redo.png +0 -0
  32. package/assets/editor-resources/img/remove-format.png +0 -0
  33. package/assets/editor-resources/img/smileys.png +0 -0
  34. package/assets/editor-resources/img/sound.png +0 -0
  35. package/assets/editor-resources/img/subscript.png +0 -0
  36. package/assets/editor-resources/img/superscript.png +0 -0
  37. package/assets/editor-resources/img/table.png +0 -0
  38. package/assets/editor-resources/img/templates-preview-dominos.svg +27 -0
  39. package/assets/editor-resources/img/templates-preview-emptypage.svg +7 -0
  40. package/assets/editor-resources/img/templates-preview-illustration.svg +23 -0
  41. package/assets/editor-resources/img/templates-preview-threecols.svg +23 -0
  42. package/assets/editor-resources/img/templates-preview-twocols.svg +21 -0
  43. package/assets/editor-resources/img/templates.png +0 -0
  44. package/assets/editor-resources/img/ulist.png +0 -0
  45. package/assets/editor-resources/img/underline.png +0 -0
  46. package/assets/editor-resources/img/undo.png +0 -0
  47. package/assets/editor-resources/img/unlink.png +0 -0
  48. package/assets/fonts/OpenDyslexic3-Regular.ttf +0 -0
  49. package/assets/fonts/Roboto/Roboto-Bold.ttf +0 -0
  50. package/assets/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
  51. package/assets/fonts/Roboto/Roboto-Italic.ttf +0 -0
  52. package/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
  53. package/assets/fonts/Roboto/why.txt +2 -0
  54. package/assets/fonts/generic-icons/generic-icons.svg +342 -0
  55. package/assets/fonts/generic-icons/generic-icons.ttf +0 -0
  56. package/assets/fonts/generic-icons/generic-icons.woff +0 -0
  57. package/assets/images/blur.cur +0 -0
  58. package/assets/images/blur.png +0 -0
  59. package/assets/images/blur.svg +26 -0
  60. package/assets/images/cc-by-nc-sa.svg +57 -0
  61. package/assets/images/cc-by.svg +54 -0
  62. package/assets/images/empty-filters.svg +1 -0
  63. package/assets/images/empty-search.svg +298 -0
  64. package/assets/images/empty-trash.svg +1 -0
  65. package/assets/images/emptyscreen-recorder-video.svg +1048 -0
  66. package/dist/version.txt +1 -0
  67. package/package.json +49 -0
  68. package/scss/_animations.scss +191 -0
  69. package/scss/_app.scss +123 -0
  70. package/scss/_bpr.scss +141 -0
  71. package/scss/_breakpoints.scss +9 -0
  72. package/scss/_colors.scss +60 -0
  73. package/scss/_crisscross-mobile.scss +479 -0
  74. package/scss/_crisscross-tablette.scss +472 -0
  75. package/scss/_crisscross.scss +314 -0
  76. package/scss/_css-lib.scss +21 -0
  77. package/scss/_cursor.scss +27 -0
  78. package/scss/_fonts.scss +1 -0
  79. package/scss/_mixins.scss +461 -0
  80. package/scss/_print.scss +244 -0
  81. package/scss/_ratios.scss +11 -0
  82. package/scss/_text.scss +212 -0
  83. package/scss/_variables-css-lib.scss +97 -0
  84. package/scss/icons/_fill.scss +17 -0
  85. package/scss/icons/_icons.scss +4 -0
  86. package/scss/icons/_pictos-editor.scss +226 -0
  87. package/scss/icons/_pictos.scss +589 -0
  88. package/scss/icons/_svg.scss +8 -0
  89. package/scss/index.scss +24 -0
  90. package/scss/layouts/_layouts.scss +2 -0
  91. package/scss/layouts/_pages-layouts.scss +1032 -0
  92. package/scss/layouts/_positions.scss +149 -0
  93. package/scss/mobile/_fat-mobile.scss +163 -0
  94. package/scss/mobile/_mobile.scss +3 -0
  95. package/scss/mobile/_small-mobile.scss +18 -0
  96. package/scss/mobile/_tablette.scss +364 -0
  97. package/scss/modules/_accordions.scss +70 -0
  98. package/scss/modules/_alert.scss +62 -0
  99. package/scss/modules/_animations.scss +28 -0
  100. package/scss/modules/_articles.scss +12 -0
  101. package/scss/modules/_assistant.scss +43 -0
  102. package/scss/modules/_autocomplete.scss +68 -0
  103. package/scss/modules/_badges.scss +32 -0
  104. package/scss/modules/_banner.scss +7 -0
  105. package/scss/modules/_boxes.scss +89 -0
  106. package/scss/modules/_breadcrumbs.scss +9 -0
  107. package/scss/modules/_browser.scss +19 -0
  108. package/scss/modules/_bubbles.scss +25 -0
  109. package/scss/modules/_buttons.scss +244 -0
  110. package/scss/modules/_cards.scss +31 -0
  111. package/scss/modules/_carousel.scss +175 -0
  112. package/scss/modules/_check-tool.scss +86 -0
  113. package/scss/modules/_chips.scss +183 -0
  114. package/scss/modules/_cke.scss +39 -0
  115. package/scss/modules/_color-picker.scss +92 -0
  116. package/scss/modules/_compare.scss +11 -0
  117. package/scss/modules/_datepicker.scss +147 -0
  118. package/scss/modules/_dominos.scss +248 -0
  119. package/scss/modules/_drawing-zone.scss +73 -0
  120. package/scss/modules/_drop-down.scss +110 -0
  121. package/scss/modules/_editor-media.scss +41 -0
  122. package/scss/modules/_editor.scss +994 -0
  123. package/scss/modules/_edumedia.scss +384 -0
  124. package/scss/modules/_embedder.scss +136 -0
  125. package/scss/modules/_emptyscreen.scss +43 -0
  126. package/scss/modules/_explorer.scss +118 -0
  127. package/scss/modules/_file-picker-list.scss +27 -0
  128. package/scss/modules/_filters.scss +112 -0
  129. package/scss/modules/_flashmsg.scss +17 -0
  130. package/scss/modules/_flexibles.scss +24 -0
  131. package/scss/modules/_flips.scss +49 -0
  132. package/scss/modules/_forms.scss +139 -0
  133. package/scss/modules/_grids.scss +39 -0
  134. package/scss/modules/_help.scss +37 -0
  135. package/scss/modules/_hightlight.scss +99 -0
  136. package/scss/modules/_humane.scss +73 -0
  137. package/scss/modules/_icons-select.scss +71 -0
  138. package/scss/modules/_icons-view.scss +153 -0
  139. package/scss/modules/_icons.scss +149 -0
  140. package/scss/modules/_iframes.scss +13 -0
  141. package/scss/modules/_illustrated-article.scss +39 -0
  142. package/scss/modules/_image-editor.scss +275 -0
  143. package/scss/modules/_images.scss +85 -0
  144. package/scss/modules/_infotips.scss +54 -0
  145. package/scss/modules/_lang-picker.scss +38 -0
  146. package/scss/modules/_letter-picker.scss +32 -0
  147. package/scss/modules/_library-prompt.scss +44 -0
  148. package/scss/modules/_lightboxes.scss +159 -0
  149. package/scss/modules/_lists.scss +176 -0
  150. package/scss/modules/_loading-list.scss +220 -0
  151. package/scss/modules/_loading.scss +9 -0
  152. package/scss/modules/_mailbox.scss +99 -0
  153. package/scss/modules/_media-library.scss +464 -0
  154. package/scss/modules/_medias.scss +147 -0
  155. package/scss/modules/_modals.scss +79 -0
  156. package/scss/modules/_modules.scss +105 -0
  157. package/scss/modules/_multi-combo.scss +102 -0
  158. package/scss/modules/_navigations.scss +715 -0
  159. package/scss/modules/_notifications.scss +371 -0
  160. package/scss/modules/_nouislider.scss +312 -0
  161. package/scss/modules/_onboarding.scss +133 -0
  162. package/scss/modules/_page-markers.scss +55 -0
  163. package/scss/modules/_panel.scss +43 -0
  164. package/scss/modules/_patchwork.scss +39 -0
  165. package/scss/modules/_pick-files.scss +25 -0
  166. package/scss/modules/_pills.scss +26 -0
  167. package/scss/modules/_popover.scss +51 -0
  168. package/scss/modules/_progress-bar.scss +29 -0
  169. package/scss/modules/_pull-down-menu.scss +32 -0
  170. package/scss/modules/_pulsar.scss +281 -0
  171. package/scss/modules/_radial-menu.scss +99 -0
  172. package/scss/modules/_recipient-list.scss +22 -0
  173. package/scss/modules/_recorder.scss +148 -0
  174. package/scss/modules/_schedules.scss +309 -0
  175. package/scss/modules/_search-pagination.scss +26 -0
  176. package/scss/modules/_select-blocks.scss +26 -0
  177. package/scss/modules/_select-box.scss +125 -0
  178. package/scss/modules/_select-list.scss +77 -0
  179. package/scss/modules/_share.scss +149 -0
  180. package/scss/modules/_side-panel.scss +54 -0
  181. package/scss/modules/_side-tabs.scss +34 -0
  182. package/scss/modules/_signature.scss +10 -0
  183. package/scss/modules/_sliders.scss +59 -0
  184. package/scss/modules/_specifics.scss +31 -0
  185. package/scss/modules/_square-menu.scss +77 -0
  186. package/scss/modules/_stickers.scss +7 -0
  187. package/scss/modules/_switch-search.scss +43 -0
  188. package/scss/modules/_tables.scss +238 -0
  189. package/scss/modules/_tabs.scss +116 -0
  190. package/scss/modules/_ticket-card.scss +66 -0
  191. package/scss/modules/_timeline-story.scss +71 -0
  192. package/scss/modules/_timepicker.scss +146 -0
  193. package/scss/modules/_tipbox.scss +54 -0
  194. package/scss/modules/_toaster.scss +18 -0
  195. package/scss/modules/_toasts.scss +103 -0
  196. package/scss/modules/_toggle-panel.scss +64 -0
  197. package/scss/modules/_tooltip.scss +32 -0
  198. package/scss/modules/_vertical-cards.scss +20 -0
  199. package/scss/modules/_viewers.scss +184 -0
  200. package/scss/modules/_wayf.scss +153 -0
  201. package/scss/modules/_whereami.scss +23 -0
  202. package/scss/modules/_widgets.scss +166 -0
  203. package/scss/modules/_wizard.scss +52 -0
  204. package/scss/specifics/_.scss +25 -0
  205. package/scss/specifics/cahier-de-textes/_cahier-de-textes.scss +7 -0
  206. package/scss/specifics/cahier-de-textes/components/_administrator-page.scss +249 -0
  207. package/scss/specifics/cahier-de-textes/components/_app-title.scss +10 -0
  208. package/scss/specifics/cahier-de-textes/components/_atomic.scss +289 -0
  209. package/scss/specifics/cahier-de-textes/components/_buttons.scss +18 -0
  210. package/scss/specifics/cahier-de-textes/components/_editor.scss +52 -0
  211. package/scss/specifics/cahier-de-textes/components/_ellipsis.scss +26 -0
  212. package/scss/specifics/cahier-de-textes/components/_empty-content.scss +49 -0
  213. package/scss/specifics/cahier-de-textes/components/_icons.scss +114 -0
  214. package/scss/specifics/cahier-de-textes/components/_index.scss +25 -0
  215. package/scss/specifics/cahier-de-textes/components/_lightbox.scss +25 -0
  216. package/scss/specifics/cahier-de-textes/components/_loader.scss +55 -0
  217. package/scss/specifics/cahier-de-textes/components/_main.scss +543 -0
  218. package/scss/specifics/cahier-de-textes/components/_mixins.scss +71 -0
  219. package/scss/specifics/cahier-de-textes/components/_multi-combo.scss +5 -0
  220. package/scss/specifics/cahier-de-textes/components/_notebook-archives.scss +23 -0
  221. package/scss/specifics/cahier-de-textes/components/_pagination.scss +61 -0
  222. package/scss/specifics/cahier-de-textes/components/_progression-tree.scss +255 -0
  223. package/scss/specifics/cahier-de-textes/components/_progression.scss +59 -0
  224. package/scss/specifics/cahier-de-textes/components/_responsive.scss +126 -0
  225. package/scss/specifics/cahier-de-textes/components/_select.scss +23 -0
  226. package/scss/specifics/cahier-de-textes/components/_side-navbar.scss +176 -0
  227. package/scss/specifics/cahier-de-textes/components/_sniplet.scss +56 -0
  228. package/scss/specifics/cahier-de-textes/components/_utils.scss +25 -0
  229. package/scss/specifics/cahier-de-textes/components/containers/_index.scss +4 -0
  230. package/scss/specifics/cahier-de-textes/components/containers/calendar/_calendar-tooltip.scss +46 -0
  231. package/scss/specifics/cahier-de-textes/components/containers/calendar/_calendar-view.scss +491 -0
  232. package/scss/specifics/cahier-de-textes/components/containers/calendar/_index.scss +2 -0
  233. package/scss/specifics/cahier-de-textes/components/containers/homework/_homework-view.scss +41 -0
  234. package/scss/specifics/cahier-de-textes/components/containers/homework/_index.scss +1 -0
  235. package/scss/specifics/cahier-de-textes/components/containers/list/_index.scss +1 -0
  236. package/scss/specifics/cahier-de-textes/components/containers/list/_list-view.scss +261 -0
  237. package/scss/specifics/cahier-de-textes/components/containers/session/_index.scss +2 -0
  238. package/scss/specifics/cahier-de-textes/components/containers/session/_session-form.scss +39 -0
  239. package/scss/specifics/cahier-de-textes/components/containers/session/_session-view.scss +24 -0
  240. package/scss/specifics/cahier-de-textes/components/fixCalendarHRFirefox.scss +3 -0
  241. package/scss/specifics/cahier-de-textes/components/main/_header.scss +49 -0
  242. package/scss/specifics/cahier-de-textes/components/main/_index.scss +2 -0
  243. package/scss/specifics/cahier-de-textes/components/main/_sidebar.scss +21 -0
  244. package/scss/specifics/cahier-de-textes/generics/_async-autocomplete.scss +60 -0
  245. package/scss/specifics/cahier-de-textes/generics/_flex.scss +132 -0
  246. package/scss/specifics/cahier-de-textes/generics/_index.scss +5 -0
  247. package/scss/specifics/cahier-de-textes/generics/_input-text.scss +10 -0
  248. package/scss/specifics/cahier-de-textes/generics/_switch.scss +57 -0
  249. package/scss/specifics/cahier-de-textes/generics/_toasts.scss +107 -0
  250. package/scss/specifics/calendar/_calendar.scss +39 -0
  251. package/scss/specifics/calendar/_mixins.scss +48 -0
  252. package/scss/specifics/calendar/components/_edit-event.scss +68 -0
  253. package/scss/specifics/calendar/components/_icons.scss +9 -0
  254. package/scss/specifics/calendar/components/_index.scss +10 -0
  255. package/scss/specifics/calendar/components/_lightbox.scss +29 -0
  256. package/scss/specifics/calendar/components/additional.scss +154 -0
  257. package/scss/specifics/calendar/components/calendar.scss +236 -0
  258. package/scss/specifics/calendar/components/fixCalendar.scss +14 -0
  259. package/scss/specifics/calendar/components/jquery.timepicker.scss +72 -0
  260. package/scss/specifics/calendar/components/sidebar.scss +65 -0
  261. package/scss/specifics/calendar/components/timepicker.scss +134 -0
  262. package/scss/specifics/calendar/components/toasts.scss +102 -0
  263. package/scss/specifics/class-admin/_class-admin.scss +5 -0
  264. package/scss/specifics/class-admin/components/_.scss +1 -0
  265. package/scss/specifics/class-admin/components/_choose-class.scss +43 -0
  266. package/scss/specifics/competences/_competences.scss +28 -0
  267. package/scss/specifics/competences/components/_competences.scss +3761 -0
  268. package/scss/specifics/competences/components/_fancyCheckBox.scss +117 -0
  269. package/scss/specifics/competences/components/_messageLoading.scss +26 -0
  270. package/scss/specifics/competences/components/_mixins.scss +38 -0
  271. package/scss/specifics/competences/components/_proportionSuiviCompetence.scss +58 -0
  272. package/scss/specifics/competences/components/_radioPillbox.scss +110 -0
  273. package/scss/specifics/competences/components/_slider.scss +306 -0
  274. package/scss/specifics/competences/components/_tableNote.scss +39 -0
  275. package/scss/specifics/competences/sniplets/_memento-notes.scss +210 -0
  276. package/scss/specifics/competences/sniplets/_orderShowSubject.scss +88 -0
  277. package/scss/specifics/competences/sniplets/_services.scss +256 -0
  278. package/scss/specifics/edt/_edt.scss +294 -0
  279. package/scss/specifics/edt/components/_atomic.scss +230 -0
  280. package/scss/specifics/edt/components/_buttons.scss +18 -0
  281. package/scss/specifics/edt/components/_circleInfo.scss +20 -0
  282. package/scss/specifics/edt/components/_custom.scss +58 -0
  283. package/scss/specifics/edt/components/_icons.scss +21 -0
  284. package/scss/specifics/edt/components/_index.scss +18 -0
  285. package/scss/specifics/edt/components/_lightbox.scss +42 -0
  286. package/scss/specifics/edt/components/_loader.scss +22 -0
  287. package/scss/specifics/edt/components/_mixins.scss +71 -0
  288. package/scss/specifics/edt/components/_searchbars.scss +48 -0
  289. package/scss/specifics/edt/components/_select.scss +16 -0
  290. package/scss/specifics/edt/components/_sidebar.scss +113 -0
  291. package/scss/specifics/edt/components/_stepper.scss +114 -0
  292. package/scss/specifics/edt/components/_switch.scss +57 -0
  293. package/scss/specifics/edt/components/_update-courses-popup.scss +6 -0
  294. package/scss/specifics/edt/components/_utils.scss +121 -0
  295. package/scss/specifics/edt/components/calendar/_calendar.scss +215 -0
  296. package/scss/specifics/edt/components/calendar/_calendarItem.scss +234 -0
  297. package/scss/specifics/edt/components/calendar/_index.scss +2 -0
  298. package/scss/specifics/edt/components/fixCalendarHRFirefox.scss +5 -0
  299. package/scss/specifics/edt/components/main/_index.scss +1 -0
  300. package/scss/specifics/edt/components/main/_main-header.scss +36 -0
  301. package/scss/specifics/edt/components/snippets/_coursetags.scss +106 -0
  302. package/scss/specifics/edt/components/snippets/_index.scss +1 -0
  303. package/scss/specifics/edt/generics/_async-autocomplete.scss +60 -0
  304. package/scss/specifics/edt/generics/_index.scss +1 -0
  305. package/scss/specifics/exercizer/_exercizer.scss +1093 -0
  306. package/scss/specifics/exercizer/_layout.scss +31 -0
  307. package/scss/specifics/exercizer/components/_.scss +15 -0
  308. package/scss/specifics/exercizer/components/_action-card.scss +54 -0
  309. package/scss/specifics/exercizer/components/_bs5-forms.scss +146 -0
  310. package/scss/specifics/exercizer/components/_buttons.scss +149 -0
  311. package/scss/specifics/exercizer/components/_chip.scss +43 -0
  312. package/scss/specifics/exercizer/components/_choice-view.scss +10 -0
  313. package/scss/specifics/exercizer/components/_custom-filter.scss +39 -0
  314. package/scss/specifics/exercizer/components/_dominos.scss +265 -0
  315. package/scss/specifics/exercizer/components/_list-view-correction.scss +96 -0
  316. package/scss/specifics/exercizer/components/_options.scss +97 -0
  317. package/scss/specifics/exercizer/components/_sidebar.scss +92 -0
  318. package/scss/specifics/exercizer/components/_tabs.scss +27 -0
  319. package/scss/specifics/exercizer/components/_tap-tap.scss +58 -0
  320. package/scss/specifics/exercizer/components/_topbar.scss +18 -0
  321. package/scss/specifics/exercizer/components/dashboard/_selected-subject-scheduled.scss +94 -0
  322. package/scss/specifics/exercizer/components/dashboard/student_dashboard/_subject-copy-domino.scss +37 -0
  323. package/scss/specifics/exercizer/views/_.scss +11 -0
  324. package/scss/specifics/exercizer/views/_edit-association.scss +9 -0
  325. package/scss/specifics/exercizer/views/_edit-fill-text.scss +58 -0
  326. package/scss/specifics/exercizer/views/_edit-order.scss +3 -0
  327. package/scss/specifics/exercizer/views/_edit-qcm.scss +5 -0
  328. package/scss/specifics/exercizer/views/_edit-subject.scss +8 -0
  329. package/scss/specifics/exercizer/views/_fill-zone.scss +14 -0
  330. package/scss/specifics/exercizer/views/_image-zone.scss +123 -0
  331. package/scss/specifics/exercizer/views/_perform-edit-order.scss +17 -0
  332. package/scss/specifics/exercizer/views/_perform-qcm.scss +13 -0
  333. package/scss/specifics/exercizer/views/_text-zone.scss +169 -0
  334. package/scss/specifics/exercizer/views/_view-qcm.scss +2 -0
  335. package/scss/specifics/formulaire/_formulaire.scss +398 -0
  336. package/scss/specifics/formulaire/components/_dominos.scss +90 -0
  337. package/scss/specifics/formulaire/components/_edit-form.scss +260 -0
  338. package/scss/specifics/formulaire/components/_folder.scss +47 -0
  339. package/scss/specifics/formulaire/components/_icon.scss +216 -0
  340. package/scss/specifics/formulaire/components/_index.scss +9 -0
  341. package/scss/specifics/formulaire/components/_loader.scss +55 -0
  342. package/scss/specifics/formulaire/components/_new-element.scss +63 -0
  343. package/scss/specifics/formulaire/components/_progress-bar.scss +57 -0
  344. package/scss/specifics/formulaire/components/_respond-question.scss +79 -0
  345. package/scss/specifics/formulaire/components/_result-form.scss +116 -0
  346. package/scss/specifics/forum/_forum.scss +3 -0
  347. package/scss/specifics/gar-connector/_gar-connector.scss +1 -0
  348. package/scss/specifics/gar-connector/components/_index.scss +1 -0
  349. package/scss/specifics/gar-connector/components/_parameter.scss +33 -0
  350. package/scss/specifics/geogebra/_geogebra.scss +16 -0
  351. package/scss/specifics/geogebra/components/_index.scss +1 -0
  352. package/scss/specifics/geogebra/components/_toasts.scss +102 -0
  353. package/scss/specifics/homework-assistance/_homework-assistance.scss +114 -0
  354. package/scss/specifics/homework-assistance/components/_home-column.scss +114 -0
  355. package/scss/specifics/homework-assistance/components/_image.scss +154 -0
  356. package/scss/specifics/homework-assistance/components/_index.scss +5 -0
  357. package/scss/specifics/homework-assistance/components/_lightbox.scss +34 -0
  358. package/scss/specifics/homework-assistance/components/_picker.scss +90 -0
  359. package/scss/specifics/homework-assistance/components/admin/_check-boxes.scss +47 -0
  360. package/scss/specifics/homework-assistance/components/admin/_index.scss +3 -0
  361. package/scss/specifics/homework-assistance/components/admin/_periods.scss +54 -0
  362. package/scss/specifics/homework-assistance/components/admin/_select-boxes.scss +20 -0
  363. package/scss/specifics/homework-assistance/generic/_index.scss +1 -0
  364. package/scss/specifics/homework-assistance/generic/_toasts.scss +86 -0
  365. package/scss/specifics/lool-connector/_lool-connector.scss +72 -0
  366. package/scss/specifics/lool-connector/_sniplet.scss +120 -0
  367. package/scss/specifics/lystore/_lystore.scss +1214 -0
  368. package/scss/specifics/lystore/components/_async-autocomplete.scss +45 -0
  369. package/scss/specifics/lystore/components/_cloud-loader.scss +169 -0
  370. package/scss/specifics/lystore/components/_dropdown-menu.scss +49 -0
  371. package/scss/specifics/lystore/components/_index.scss +9 -0
  372. package/scss/specifics/lystore/components/_parameter-table.scss +53 -0
  373. package/scss/specifics/lystore/components/_search-and-select.scss +129 -0
  374. package/scss/specifics/lystore/components/_switch.scss +57 -0
  375. package/scss/specifics/lystore/components/_tabs.scss +127 -0
  376. package/scss/specifics/lystore/components/_toasts.scss +102 -0
  377. package/scss/specifics/lystore/components/_upload-files.scss +284 -0
  378. package/scss/specifics/lystore/fragments/_index.scss +4 -0
  379. package/scss/specifics/lystore/fragments/_priorityCarre.scss +30 -0
  380. package/scss/specifics/lystore/fragments/_responsive.scss +87 -0
  381. package/scss/specifics/lystore/fragments/_status-circle.scss +79 -0
  382. package/scss/specifics/lystore/fragments/_statusBar.scss +135 -0
  383. package/scss/specifics/mediacentre/_mediacentre.scss +1 -0
  384. package/scss/specifics/mediacentre/components/_index.scss +1 -0
  385. package/scss/specifics/mediacentre/components/_parameter.scss +33 -0
  386. package/scss/specifics/mindmap/_mindmap.scss +17 -0
  387. package/scss/specifics/minetest/_minetest.scss +15 -0
  388. package/scss/specifics/minetest/components/_icons.scss +6 -0
  389. package/scss/specifics/minetest/components/_index.scss +4 -0
  390. package/scss/specifics/minetest/components/_mixins.scss +5 -0
  391. package/scss/specifics/minetest/components/_toasts.scss +102 -0
  392. package/scss/specifics/minetest/components/containers/_index.scss +6 -0
  393. package/scss/specifics/minetest/components/containers/create-world/_create-world.scss +0 -0
  394. package/scss/specifics/minetest/components/containers/create-world/_index.scss +1 -0
  395. package/scss/specifics/minetest/components/containers/current-world/_current-world.scss +15 -0
  396. package/scss/specifics/minetest/components/containers/current-world/_index.scss +1 -0
  397. package/scss/specifics/minetest/components/containers/delete-world/_delete-world.scss +36 -0
  398. package/scss/specifics/minetest/components/containers/delete-world/_index.scss +1 -0
  399. package/scss/specifics/minetest/components/containers/home/_home.scss +179 -0
  400. package/scss/specifics/minetest/components/containers/home/_index.scss +1 -0
  401. package/scss/specifics/minetest/components/containers/properties-world/_index.scss +1 -0
  402. package/scss/specifics/minetest/components/containers/properties-world/_properties-world.scss +47 -0
  403. package/scss/specifics/minetest/components/containers/toggle-menu/_index.scss +1 -0
  404. package/scss/specifics/minetest/components/containers/toggle-menu/_toggle-menu.scss +0 -0
  405. package/scss/specifics/moodle-connector/_moodle-connector.scss +748 -0
  406. package/scss/specifics/moodle-connector/specifics/_atomic.scss +664 -0
  407. package/scss/specifics/nextcloud/_nextcloud.scss +5 -0
  408. package/scss/specifics/nextcloud/components/_index.scss +1 -0
  409. package/scss/specifics/nextcloud/components/sniplets/_index.scss +1 -0
  410. package/scss/specifics/nextcloud/components/sniplets/_nextcloud-content-toolbar.scss +67 -0
  411. package/scss/specifics/pmb-connector/_pmb-connector.scss +206 -0
  412. package/scss/specifics/rbs/_rbs.scss +59 -0
  413. package/scss/specifics/rbs/components/_calendar.scss +12 -0
  414. package/scss/specifics/rbs/components/_check-boxes.scss +40 -0
  415. package/scss/specifics/rbs/components/_icons.scss +72 -0
  416. package/scss/specifics/rbs/components/_index.scss +4 -0
  417. package/scss/specifics/rbs/components/_resource-table.scss +40 -0
  418. package/scss/specifics/ressource-aggregator/_ressource-aggregator.scss +485 -0
  419. package/scss/specifics/ressource-aggregator/components/_dominos.scss +101 -0
  420. package/scss/specifics/ressource-aggregator/components/_grid.scss +50 -0
  421. package/scss/specifics/ressource-aggregator/components/_header.scss +119 -0
  422. package/scss/specifics/ressource-aggregator/components/_icon.scss +165 -0
  423. package/scss/specifics/ressource-aggregator/components/_index.scss +11 -0
  424. package/scss/specifics/ressource-aggregator/components/_input.scss +29 -0
  425. package/scss/specifics/ressource-aggregator/components/_lightbox.scss +31 -0
  426. package/scss/specifics/ressource-aggregator/components/_loader.scss +78 -0
  427. package/scss/specifics/ressource-aggregator/components/_no-result.scss +13 -0
  428. package/scss/specifics/ressource-aggregator/components/_resource-card.scss +734 -0
  429. package/scss/specifics/ressource-aggregator/components/_search.scss +117 -0
  430. package/scss/specifics/ressource-aggregator/components/_toaster.scss +86 -0
  431. package/scss/specifics/support/_support.scss +3 -0
  432. package/scss/specifics/support/generic/_index.scss +1 -0
  433. package/scss/specifics/support/generic/_toasts.scss +102 -0
  434. package/scss/specifics/vie-scolaire/_vie-scolaire.scss +41 -0
  435. package/scss/specifics/vie-scolaire/components/_failure.scss +24 -0
  436. package/scss/specifics/vie-scolaire/components/_index.scss +2 -0
  437. package/scss/specifics/vie-scolaire/components/_student-picture.scss +71 -0
  438. package/scss/specifics/vie-scolaire/paramEtab/_param_services.scss +239 -0
  439. package/scss/specifics/vie-scolaire/paramEtab/_param_trombinoscope.scss +126 -0
  440. package/scss/specifics/vie-scolaire/specifics/_async-autocomplete.scss +52 -0
  441. package/scss/specifics/vie-scolaire/specifics/_ellipsis.scss +26 -0
  442. package/scss/specifics/vie-scolaire/specifics/_global.scss +692 -0
  443. package/scss/specifics/vie-scolaire/specifics/_icons.scss +154 -0
  444. package/scss/specifics/vie-scolaire/specifics/_memento.scss +277 -0
  445. package/scss/specifics/vie-scolaire/specifics/_mixins.scss +88 -0
  446. package/scss/specifics/vie-scolaire/specifics/_time-slots.scss +97 -0
  447. package/scss/specifics/vie-scolaire/specifics/_toasts.scss +102 -0
  448. package/scss/specifics/vie-scolaire/specifics/_viescolaire.scss +528 -0
  449. package/scss/specifics/web-conference/_web-conference.scss +169 -0
  450. package/scss/specifics/zimbra-connector/_conversation.scss +316 -0
  451. package/scss/specifics/zimbra-connector/_setting.scss +25 -0
  452. package/scss/specifics/zimbra-connector/_zimbra-connector.scss +2 -0
@@ -0,0 +1,3761 @@
1
+ /*!
2
+ * Copyright (c) Région Hauts-de-France, Département de la Seine-et-Marne, CGI, 2016.
3
+ * This file is part of OPEN ENT NG. OPEN ENT NG is a versatile ENT Project based on the JVM and ENT Core Project.
4
+ *
5
+ * This program is free software; you can redistribute it and/or modify
6
+ * it under the terms of the GNU Affero General Public License as
7
+ * published by the Free Software Foundation (version 3 of the License).
8
+ * For the sake of explanation, any module that communicate over native
9
+ * Web protocols, such as HTTP, with OPEN ENT NG is outside the scope of this
10
+ * license and could be license under its own terms. This is merely considered
11
+ * normal use of OPEN ENT NG, and does not fall under the heading of "covered work".
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16
+ */
17
+
18
+ /* Color Variables */
19
+ $eval-lighter-grey: #f4f3f3;
20
+
21
+ body.evaluations {
22
+ .select:not(button) {
23
+ select{
24
+ margin: 0;
25
+ }
26
+ }
27
+ .forceTop:before {
28
+ content: none !important;
29
+ }
30
+ .twentyFontSize {
31
+ font-size: 20px !important;
32
+ }
33
+ .bottomInfo{
34
+ padding-bottom: 25px;
35
+ }
36
+ .allIgnored{
37
+ transform: rotate(-90deg);
38
+ position: relative;
39
+ display: inline-block;
40
+ }
41
+ i.allIgnored.users:before {
42
+ color: $red;
43
+ }
44
+ i.ignored.users:before{
45
+ color: green !important;
46
+ }
47
+
48
+ .whiteSpaceNormalBox {
49
+ white-space: normal !important;
50
+ text-overflow: unset;
51
+ overflow: unset;
52
+ height: auto !important;
53
+ }
54
+
55
+ .changedAverage {
56
+ color: $red;
57
+ }
58
+ .overFlowAuto {
59
+ overflow: auto;
60
+ }
61
+ .periodeWidgetAccueil {
62
+ min-height: 47px;
63
+ }
64
+ .all.selected {
65
+ background: grey !important;
66
+ }
67
+
68
+ .height-fit-content{
69
+ height: fit-content;
70
+ }
71
+
72
+ .all {
73
+ background: $orange;
74
+ }
75
+ .selectable-list li:hover {
76
+ background: $white;
77
+ color: $orange;
78
+ border-bottom-color: grey;
79
+ }
80
+ .selectable-list li.selected:hover {
81
+ background: $orange !important;
82
+ color: $white !important;
83
+ border-bottom-color: grey;
84
+ }
85
+ nav.vertical.floating.hash-magnet {
86
+ padding-top: 0px;
87
+ width: 100%;
88
+ }
89
+ nav.vertical.floating .content {
90
+ border: none;
91
+ }
92
+ c-skills-color-page c-skills-bubble > span.rounded {
93
+ border: none;
94
+ box-shadow: 0 1px 1px rgba(0,0,0,0.4);
95
+ }
96
+ c-skill-note-devoir > .rounded {
97
+ width: 20px !important;
98
+ height: 20px !important;
99
+ }
100
+ .tuto-saisie {
101
+ margin-top: 0px;
102
+ margin-right: 5px;
103
+ margin-left: 5px;
104
+ margin-bottom: 10px;
105
+ }
106
+ .FloatRight{
107
+ float: right;
108
+ }
109
+ .tuto-legend{
110
+ display: inline;
111
+ list-style-type: none;
112
+ padding-left: 0px;
113
+ }
114
+ .tuto-legend > li {
115
+ display: inline;
116
+ padding: 5px;
117
+ }
118
+ -webkit-font-smoothing:antialiased !important;
119
+ /* tooltip sur l'écran de saisie des notes */
120
+ .skills-color-page > li > span.tooltip-overlay {
121
+ width: 22px !important;
122
+ height: 34px !important;
123
+ z-index: 100 !important;
124
+ }
125
+ .alignVertical > span.lettreNiv {
126
+ vertical-align: middle !important;
127
+ }
128
+
129
+ /* Classes pour le choix du mode couleur de compétence */
130
+ #volet {
131
+ width: 250px;
132
+ padding: 10px;
133
+ background: rgb(75, 175, 213); color: #fff;
134
+ }
135
+
136
+ #volet a.ouvrir,
137
+ #volet a.fermer {
138
+ padding: 6px;
139
+ background: rgb(255, 133, 0);
140
+ color: #fff;
141
+ text-decoration: none;
142
+ }
143
+
144
+ #volet {
145
+ position: absolute;
146
+ right: -270px; /* test fixed + scroll, on retire la position top */
147
+ -webkit-transition: all .5s ease-in;
148
+ -moz-transition: all .5s ease-in;
149
+ transition: all .5s ease-in;
150
+ -webkit-text-fill-color: #fff;
151
+ }
152
+ #volet a.ouvrir,
153
+ #volet a.fermer {
154
+ position: absolute;
155
+ left: -44px;
156
+ top: 0px;
157
+ height : 30px;
158
+ width: 30px;
159
+ -webkit-transform: rotate(270deg);
160
+ -moz-transform: rotate(270deg);
161
+ -o-transform: rotate(270deg);
162
+ -ms-transform: rotate(270deg);
163
+ -moz-radius: 50% 50% 0 0;
164
+ border-radius: 50% 50% 0 0;
165
+ box-shadow: 0 1px 3px rgba(0,0,0,0.26)
166
+ }
167
+ .close a.fermer {
168
+ display: none;
169
+ }
170
+ .opened #volet {
171
+ right: 10px;
172
+ }
173
+
174
+ /* code pour la fermeture */
175
+
176
+ .opened a.fermer {
177
+ display: block;
178
+ }
179
+ .opened a.ouvrir {
180
+ display: none;
181
+ }
182
+ .closed #volet {
183
+ right: -270px;
184
+ }
185
+
186
+ /* test fixed + scroll */
187
+ #volet_clos {
188
+ position: fixed;
189
+ top: 170px; right: 0;
190
+ z-index: 4;
191
+ }
192
+
193
+
194
+ span.rounded.textColorPage {
195
+ position: absolute;
196
+ z-index: 10;
197
+ top: 0px;
198
+ text-align: center;
199
+ font-size: 70%;
200
+ left: 11px;
201
+
202
+ > span.lettreNiv.ng-binding {
203
+ bottom: 0px;
204
+ top: 0px;
205
+ }
206
+ }
207
+ .lettreNiv {
208
+ position: relative;
209
+ font-size: 10.5px;
210
+ vertical-align: top;
211
+ bottom: 1px;
212
+ font-family: Helvetica Neue;
213
+ }
214
+ &.evaluations {
215
+ .datepicker{
216
+ z-index: 120000 !important;
217
+ }
218
+ }
219
+ canvas.chart.chart-bar {
220
+ cursor: pointer;
221
+ }
222
+ @media screen and (max-width: $small-mobile){
223
+ .input-moyenne {
224
+ float:none;
225
+ font-weight: bold;
226
+ display: inline-block;
227
+ text-align : center !important;
228
+ }
229
+ }
230
+ .evalLibre{
231
+ height: 800px;
232
+ }
233
+ select.padding-select-accueil {
234
+ padding-right: 30px !important;
235
+ }
236
+
237
+ @media screen and (max-device-width:$fat-mobile) {
238
+ .responsive-table table thead {
239
+ display: none !important;
240
+ }
241
+ input[type=text], input[type=password], input[type=search], input[type=tel], input[type=email] {
242
+ text-align: center !important;
243
+ }
244
+
245
+ .suiviDesAcquis{
246
+ .selectable-list li{
247
+ float: none;
248
+ display: inline;
249
+ }
250
+ }
251
+ }
252
+
253
+ .maitrise-bfc {
254
+ font-weight: normal;
255
+ font-style: italic;
256
+ float: left;
257
+ padding-left: 5px;
258
+ }
259
+
260
+ .domaine-maitrise{
261
+ padding-top: 5px;
262
+ }
263
+
264
+ .legende-bfc-left {
265
+ width: 20%!important;
266
+ }
267
+
268
+ .legende-bfc-right {
269
+ width: 65%;
270
+ .conversion-libelle{
271
+ font-weight: 400;
272
+ max-width: 100%;
273
+ width: 100%
274
+ }
275
+ }
276
+
277
+ i.withoutPointer::before {
278
+ cursor: unset !important;
279
+ }
280
+
281
+ // Suivi élève : Vue Liste //
282
+
283
+ table thead tr, ul.list-view thead tr {
284
+ color: $white !important;
285
+ }
286
+
287
+ // Vue cycle : change couleur du libellé de la vue liste //
288
+
289
+ .enseignantCycle {
290
+ width: 0%;
291
+ }
292
+
293
+ .disabled{
294
+ opacity: 0.45;
295
+ }
296
+
297
+ @media screen and (min-device-width:$tablette ) {
298
+ .enLargedLightBox div.content {
299
+ width: 80% !important;
300
+ }
301
+ .menuLeft {
302
+ position: fixed !important;
303
+ width: 16% !important;
304
+ top: 140px;
305
+ left: 0;
306
+ padding: 0 0 0 35px;
307
+ background: $lightest-grey;
308
+ z-index: 1;
309
+ height: 100%;
310
+ }
311
+ .custom-mobile-releve{
312
+ display: none;
313
+ }
314
+ .list-devoirs table tbody tr {
315
+ height: 35px;
316
+ color: $cyan;
317
+ }
318
+ .testAlignLeft {
319
+ text-align: left !important;
320
+ }
321
+ }
322
+
323
+ .pannel-in-cell {
324
+ margin: 10px;
325
+ padding: 15px;
326
+ background: #fff;
327
+ @include box-shadow(rgba(0,0,0,0.26) 0 1px 3px);
328
+ }
329
+
330
+
331
+ th{
332
+ &.colDevoir {
333
+ white-space: nowrap;
334
+ text-overflow: ellipsis;
335
+ overflow: hidden;
336
+ text-align: center !important;
337
+ }
338
+ }
339
+
340
+ @media screen and (max-device-width: 1350px ) {
341
+ input.input-list {
342
+ max-width: 49% !important;
343
+ }
344
+ input.input-list.error {
345
+ max-width: 41% !important;
346
+ }
347
+ }
348
+
349
+ @media screen and (min-device-width: $tablette ) {
350
+
351
+ .overflowXScroll {
352
+ overflow-x: scroll !important;
353
+ }
354
+
355
+ .marginTopZero {
356
+ margin-top: 0px;
357
+ }
358
+
359
+ .nav-releve {
360
+ margin-top: -50px;
361
+ }
362
+ .toogleDevoir{
363
+ align-content: right !important;
364
+ display: inline-block;
365
+ float: right;
366
+ margin-right: -5px;
367
+ margin-top: 10px;
368
+ }
369
+ .toogleIcon{
370
+ transform: rotate(90deg);
371
+ position: relative;
372
+ }
373
+ .toogleIcon:before{
374
+ color: $white !important;
375
+ }
376
+ .tableReleves {
377
+ overflow-x: auto;
378
+ overflow-y: hidden;
379
+ margin-left: 5px;
380
+ margin-top: 5px;
381
+ .responsive-table {
382
+ margin-top: 0 !important;
383
+ margin-bottom: 0 !important;
384
+ border:none;
385
+ border-bottom: 1px solid #ccc
386
+ }
387
+ .tableReleveStats {
388
+ box-shadow: 0 0 0px 0 grey !important;
389
+ }
390
+ }
391
+
392
+ .tableReleveEleve {
393
+ box-shadow: 0 0 1px 0 grey;
394
+ tbody {
395
+ tr {
396
+ &:nth-child(2n) {
397
+ background-color: rgba(0, 0, 0, 0.05);
398
+ }
399
+ &:hover {
400
+ background-color: rgba(0, 0, 0, 0.15);
401
+ }
402
+ td {
403
+ border-left: solid 1px #e0d8d8;
404
+ }
405
+ .col1ReleveEleve {
406
+ line-height: 1px;
407
+ color: black !important;
408
+ ul {
409
+ -webkit-margin-after: 0px !important;
410
+ }
411
+ }
412
+ }
413
+ }
414
+ }
415
+
416
+ .tableReleve {
417
+ tr{
418
+ display: flex !important;
419
+ td {
420
+ border-left: solid 1px #e0d8d8;
421
+ }
422
+ td.colMoyenne {
423
+ border-right: solid 1px #e0d8d8;
424
+ }
425
+ }
426
+ th.devoir-with-comp {
427
+ white-space: nowrap;
428
+ text-overflow: ellipsis;
429
+ }
430
+ .colDevoir {
431
+ width: 100px !important;
432
+ }
433
+ .colMoyenne {
434
+ text-align: center !important;
435
+ }
436
+ .input-note {
437
+ text-align: center;
438
+ margin: 0 auto !important;
439
+ width: 5em;
440
+ }
441
+
442
+ tbody {
443
+ display: block;
444
+ tr {
445
+ height: 25px;
446
+ }
447
+ }
448
+
449
+ thead {
450
+ th{
451
+ height: 15px;
452
+ }
453
+ }
454
+ }
455
+
456
+ input.input-list {
457
+ margin: 0 auto !important;
458
+ float: left;
459
+ max-height: 25px;
460
+ text-align: left;
461
+ display: block;
462
+ padding: 0;
463
+ margin: 0 auto;
464
+ max-width: 64%;
465
+ }
466
+ i.input-list {
467
+ padding-left: 5px;
468
+ float: right;
469
+ padding-right: 5px;
470
+ background: #cfd2cf;
471
+ border-top-right-radius: 5px;
472
+ border-bottom-right-radius: 5px;
473
+ margin-top: 0px;
474
+ max-height: 25px;
475
+ max-width: 30%;
476
+ height: 25px;
477
+ }
478
+ ul.input-list{
479
+ padding-top: 0px;
480
+ padding-left: 0px;
481
+ margin-top: 1px;
482
+ margin-bottom: 1px;
483
+ }
484
+ li.input-list{
485
+ list-style-type: none;
486
+ background: #0499e2;
487
+ color: white;
488
+ padding: 2px 9px;
489
+ white-space: nowrap;
490
+ overflow: hidden;
491
+ text-overflow: ellipsis;
492
+ }
493
+ .col1 {
494
+ width: 200px !important;
495
+
496
+ }.colMoyenne {
497
+ width: 100px !important;
498
+ text-align: center !important;
499
+ }
500
+ }
501
+ .moyenneClasse {
502
+ color: $primary-dark;
503
+ font-weight: bold;
504
+ }
505
+ .minClasse {
506
+ color: $red;
507
+ font-weight: bold;
508
+ }
509
+ .maxClasse {
510
+ color: $green;
511
+ font-weight: bold;
512
+ }
513
+ .display-check{
514
+ height: 24px;
515
+ text-align: center;
516
+ }
517
+ .statClasse {
518
+ box-shadow: 0 0 1px 0 grey;
519
+ tbody{
520
+ tr{
521
+ &:nth-child(2n){
522
+ background-color: rgba(0, 0, 0,0.05);
523
+ }
524
+ &:hover{
525
+ background-color: rgba(0, 0, 0,0.15);
526
+ }
527
+ }
528
+ }
529
+ }
530
+
531
+ .checkbox-domaine{
532
+ background-color: #4bafd5;
533
+ margin-left: 6px !important;
534
+ }
535
+
536
+ .tableReleve {
537
+ box-shadow: 0 0 1px 0 grey;
538
+ tbody{
539
+ tr{
540
+ &:nth-child(2n){
541
+ background-color: rgba(0, 0, 0,0.05);
542
+ }
543
+ &:hover{
544
+ background-color: rgba(0, 0, 0,0.15);
545
+ }
546
+ }
547
+ }
548
+ thead{
549
+ a{
550
+ color: $white;
551
+ }
552
+ }
553
+ }
554
+ .ligneReleve{
555
+ &.visible{
556
+ &:nth-child(2n){
557
+ background-color: rgba(0,0,0,0.05);
558
+ }
559
+ }
560
+ }
561
+ .tableRelevePadding{
562
+ > tbody{
563
+ > tr{
564
+ > td{
565
+ padding: 0px 10px !important;
566
+ input[type="text"]{
567
+ width: 5em;
568
+ text-align: center;
569
+ }
570
+ }
571
+ }
572
+ }
573
+ .widthMax{
574
+ width: 66% !important;
575
+ input[type="text"]{
576
+ width: 100% !important;
577
+ }
578
+ }
579
+ }
580
+
581
+ @media screen and (max-device-width:$small-mobile) {
582
+ .tableRelevePadding tbody tr td {
583
+ padding: 10px !important;
584
+ }
585
+ }
586
+
587
+ @media screen and (max-device-width:$fat-mobile) {
588
+ .tableRelevePadding tbody tr td {
589
+ padding: 10px !important;
590
+ }
591
+ }
592
+
593
+ .download-link{
594
+ margin-bottom: 20px;
595
+ }
596
+
597
+ .input-note{
598
+ text-align: right;
599
+ display: block;
600
+ padding: 0;
601
+ margin: 0 auto;
602
+ }
603
+ input[type=text]{
604
+ &.input-note, &.input-appreciation{
605
+ border-bottom: 1px solid rgb(75, 175, 213) !important;
606
+ margin-bottom: 0 !important;
607
+ padding: 0;
608
+ &:focus {
609
+ border-bottom: 2px solid $orange !important;
610
+ }
611
+ }
612
+ }
613
+
614
+ .addMargin {
615
+ margin-left: 6px;
616
+ }
617
+
618
+ .textarea-appreciation {
619
+ margin-top: 5px;
620
+ background: transparent;
621
+ padding: 0px;
622
+ border: none;
623
+ width: 100%;
624
+ height: 18px;
625
+ resize: none;
626
+ overflow: hidden;
627
+ }
628
+
629
+ .textarea-appreciation:focus {
630
+ position: relative;
631
+ z-index: 1;
632
+ height: 10.5vh;
633
+ background: #ffffff;
634
+ box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
635
+ }
636
+
637
+ .colMoyenne.size {
638
+ display: flex;
639
+ justify-content: space-between;
640
+ }
641
+
642
+ @media screen and (max-device-width:$small-mobile) {
643
+ .colMoyenne.size {
644
+ display: block;
645
+ }
646
+ }
647
+
648
+ @media screen and (max-device-width:$fat-mobile) {
649
+ .colMoyenne.size {
650
+ display: block;
651
+ }
652
+ }
653
+
654
+ input.input-list.error {
655
+ max-height: 22px;
656
+ max-width: 58%;
657
+ }
658
+
659
+ input[type=text]{
660
+ &.input-list{
661
+ border-bottom: 1px solid rgb(75, 175, 213) !important;
662
+ margin-bottom: 0 !important;
663
+ padding: 0;
664
+ float: none;
665
+ &:focus {
666
+ border-bottom: 2px solid $orange !important;
667
+ }
668
+ }
669
+ }
670
+
671
+ .input-moyenne{
672
+ font-weight: bold;
673
+ width: 60%;
674
+ display: block;
675
+ margin: 0 auto;
676
+ }
677
+ .menuLeftStyle {
678
+ padding: 8px;
679
+ border-radius: 5px;
680
+ margin: 5px 5px 10px 5px;
681
+ }
682
+ .headerStyle {
683
+ padding: 8px;
684
+ margin-bottom: 30px;
685
+ background: $white;
686
+ border-radius: 5px;
687
+ }
688
+ .paddingHeight {
689
+ padding: 8px;
690
+ }
691
+ .expandable{
692
+ &:nth-child(2n){
693
+ background-color: rgba(0,0,0,0.05);
694
+ }
695
+ &.opened{
696
+ .plus-input{
697
+ @include fonticon;
698
+ &::after{
699
+ content: "\e85e";
700
+ }
701
+ }
702
+ }
703
+ &.cell{
704
+ &:hover{
705
+ background-color: rgba(0,0,0,0.05);
706
+ }
707
+ }
708
+ }
709
+ .devoir-header{
710
+ &::after{
711
+ content: none !important;
712
+ clear: none !important;
713
+ }
714
+ .cell{
715
+ border-left: solid 1px rgba(0, 0, 0, 0.3);
716
+ border-bottom: solid 1px rgba(0, 0, 0, 0.2);
717
+ color: rgba(0,0,0,0.6);
718
+ overflow: hidden;
719
+ &:first-child{
720
+ border-left: none;
721
+ }
722
+ }
723
+ }
724
+
725
+ .header-grade-disable {
726
+ color: rgba(0, 0, 0, 0.2);
727
+ }
728
+
729
+ .grade-disable {
730
+ cursor: not-allowed;
731
+ background: rgba(0, 0, 0, 0.2);
732
+
733
+ > input {
734
+ cursor: not-allowed;
735
+ border:0px !important;
736
+ margin:0px !important;
737
+ background: none !important;
738
+ height:1em;
739
+ }
740
+ }
741
+ .row{
742
+ input:not(input[type="button"]){
743
+ height: 20px !important;
744
+ margin-bottom: 2px !important;
745
+ }
746
+ .devoirs-header{
747
+ display: block;
748
+ background-color: $white;
749
+ height: 90px !important;
750
+ padding: 12px 5px;
751
+ box-sizing: border-box;
752
+ vertical-align: middle;
753
+ @include transition(all 200ms ease);
754
+ border-bottom: solid 1px $light-grey;
755
+
756
+ &.card {
757
+ background-color: $white;
758
+ }
759
+
760
+ .visiApprec {
761
+ text-indent: 0;
762
+ width: 30px;
763
+ margin: 0 10px;
764
+ text-align: center;
765
+ position: relative;
766
+
767
+ &.alone > i {
768
+ font-size: 30px !important;
769
+ }
770
+
771
+ span {
772
+ display: block;
773
+ position: absolute;
774
+ left: 0;
775
+ top: 0;
776
+ width: 100%;
777
+ height: 100%;
778
+ }
779
+
780
+ i {
781
+ width: 100%;
782
+ font-size: 20px;
783
+
784
+ &.eye-open {
785
+ color: $cyan;
786
+ }
787
+ }
788
+ }
789
+ }
790
+
791
+ .appreciation-classe{
792
+ padding-top: 5px;
793
+ }
794
+
795
+ .padding-table-elements{
796
+ padding: 10px 20px;
797
+ }
798
+
799
+ .elements-header{
800
+ display: block;
801
+ background-color: $white;
802
+ margin-top: 1%;
803
+ height: 45px !important;
804
+ padding: 12px 5px;
805
+ box-sizing: border-box;
806
+ vertical-align: middle;
807
+ @include transition(all 200ms ease);
808
+ border-bottom: solid 1px $light-grey;
809
+
810
+ &.card {
811
+ background-color: $white;
812
+ }
813
+ }
814
+ }
815
+ .indent-five{
816
+ text-indent: 5px;
817
+ }
818
+ .indent-fifteen{
819
+ text-indent: 15px;
820
+ }
821
+ .coche-case{
822
+ padding:5px 0 0 10px;
823
+ box-sizing:border-box;
824
+ }
825
+ .expandable-liste{
826
+ .expandable{
827
+ border-bottom: solid 1px rgba(0,0,0,0.2);
828
+ @include transition(all 100ms ease-out);
829
+ height: 35px;
830
+ overflow: hidden;
831
+ padding: 5px;
832
+ box-sizing: border-box;
833
+
834
+ &.opened{
835
+ height: auto;
836
+ z-index: 1;
837
+ transform: scale(1.005);
838
+ .row{
839
+ &:first-child{
840
+ border-bottom: solid 1px rgba(0,0,0,0.2);
841
+ }
842
+ &:nth-child(2){
843
+ color: $text-light;
844
+ text-indent: 40px;
845
+ }
846
+ }
847
+ }
848
+ &:first-child{
849
+ //margin-top:15px;
850
+ }
851
+ }
852
+
853
+ &.notes-devoir-liste{
854
+ .expandable{
855
+ height: auto;
856
+ }
857
+ }
858
+ .expandable-content{
859
+ padding: 0 4px 0 4px;
860
+ font-size: 14px;
861
+ > label{
862
+ margin-top: 2px;
863
+ display: block;
864
+ }
865
+ }
866
+ .expandable-name{
867
+ padding: 2px 10px 0px 6px;
868
+ font-size: 13px;
869
+ }
870
+ }
871
+
872
+ .expandable-appreciation {
873
+ border-bottom: solid 1px rgba(0,0,0,0.2);
874
+ transition: all 100ms ease-out;
875
+ height: 30px;
876
+ overflow: hidden;
877
+ padding: 2px;
878
+ box-sizing: border-box;
879
+ }
880
+
881
+ @media screen and (max-width: $tablette) {
882
+ .expandable-liste{
883
+ .expandable-content{
884
+ padding: 0;
885
+ }
886
+ }
887
+
888
+ body .two-mobile {
889
+ padding-left: 8px;
890
+ }
891
+
892
+ .headerStyle {
893
+ margin-bottom: 0;
894
+ }
895
+
896
+ .nav-devoirs button {
897
+ position: inherit !important;
898
+ bottom: 12px !important;
899
+ right: 0 !important;
900
+ margin: 0 !important;
901
+ }
902
+
903
+ button.microbox {
904
+ float: none;
905
+ width: 100%;
906
+ }
907
+
908
+ .microbox-content {
909
+ margin: 5px auto;
910
+ padding: 5px;
911
+
912
+ .criterion {
913
+ padding: 5px;
914
+ margin:0;
915
+
916
+ &.card {
917
+ box-shadow: none;
918
+ }
919
+ }
920
+ }
921
+
922
+ input[type=text], input[type=password], input[type=search], input[type=tel], input[type=email] {
923
+ margin-bottom: 2px;
924
+ }
925
+
926
+ button.microbox-close {
927
+ float: none;
928
+ width: 100%;
929
+ }
930
+
931
+ .microbox-content .microbox-material {
932
+ padding-bottom: 5px;
933
+ }
934
+ }
935
+
936
+ .openedEleve {
937
+ box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
938
+ padding: 10px;
939
+ z-index: 1;
940
+ transform: scaleY(1.005);
941
+ background: white;
942
+ }
943
+
944
+ .devoir .row:nth-child(3){
945
+ color: $text-light;
946
+ text-indent: 40px;
947
+ }
948
+ .col1ReleveEleve {
949
+ width: 300px;
950
+ vertical-align: top;
951
+ border-right: 1px solid $medium-grey;
952
+ }
953
+ .colMoyenneReleveEleve {
954
+ width: 100px;
955
+ border-left: 1px solid $medium-grey;
956
+ }
957
+ .noteDevoir {
958
+ padding: 5px;
959
+ background-color: $cyan;
960
+ margin: 5px;
961
+ border-radius: 5px;
962
+ color: $white;
963
+ position: relative;
964
+ width: auto;
965
+ min-height: 50px;
966
+ min-width: 70px;
967
+ white-space: nowrap;
968
+ }
969
+ .gradetooltip{
970
+ position: absolute;
971
+ width: 100%;
972
+ height: 100%;
973
+ z-index: 2;
974
+ left: 0;
975
+ top: 0;
976
+ }
977
+
978
+ .tooltip{
979
+ .content{
980
+ > p{
981
+ margin: 0;
982
+ padding: 0;
983
+ }
984
+ }
985
+ }
986
+ .noteMoyenne {
987
+ color: $primary-dark;
988
+ }
989
+ .alignCenterVertically {
990
+ display: flex;
991
+ justify-content: center; /* align horizontal */
992
+ align-items: center; /* align vertical */
993
+ }
994
+ .notesDevoir {
995
+ display: inline-flex;
996
+ height: 100%;
997
+ }
998
+ .moyenneGenerale {
999
+ padding: 5px;
1000
+ }
1001
+ .nomEnseignant {
1002
+ text-transform: capitalize;
1003
+ font-style: italic;
1004
+ font-weight: lighter;
1005
+ }
1006
+ .alignMatiere {
1007
+ padding-top: 3px;
1008
+ display: block;
1009
+ font-weight: 500;
1010
+ }
1011
+ .ligneReleve {
1012
+ height: 4.5em;
1013
+ }
1014
+ .center {
1015
+ text-align: center !important;
1016
+ }
1017
+ .buttonHeader{
1018
+ .button{
1019
+ margin-left: 15px !important;
1020
+ margin-bottom: 15px !important;
1021
+ &:first-child{
1022
+ margin-left: 0px !important;
1023
+ }
1024
+ }
1025
+ }
1026
+ .shadow{
1027
+ @include box-shadow(0px 0px 5px 0px rgba(0,0,0,0.35));
1028
+ }
1029
+ .criteres{
1030
+ &.opened{
1031
+ height: 205px;
1032
+ }
1033
+ &.openedProgramme{
1034
+ height: auto;
1035
+ .plus-input::after {
1036
+ content: "\e841";
1037
+ }
1038
+ }
1039
+ &.openedAppreciation{
1040
+ height: 300px;
1041
+ .plus-input::after {
1042
+ content: "\e841";
1043
+ }
1044
+ }
1045
+ &.openedAvis {
1046
+ height: auto;
1047
+ .plus-input::after {
1048
+ content: "\e841";
1049
+ }
1050
+ }
1051
+ }
1052
+
1053
+ .appreciationTextarea{
1054
+ height: 220px;
1055
+ }
1056
+
1057
+ .criteres, .statistiques-devoir, .detail-devoir, .student-info, .devoir-info, .notes-help {
1058
+ position: relative;
1059
+ .plus-input{
1060
+ right: 5px;
1061
+ position: absolute;
1062
+ top: 11px;
1063
+ z-index: 11;
1064
+ @include fonticon;
1065
+ &::after{
1066
+ content: "\e87b";
1067
+ font-size: 15px;
1068
+ color: $grey;
1069
+ font-weight: 300;
1070
+ opacity: 0.8;
1071
+ cursor: pointer;
1072
+ border: none;
1073
+ background-color: inherit;
1074
+ font-size: 10px;
1075
+ }
1076
+ &:hover::after{
1077
+ color: $cyan;
1078
+ }
1079
+ }
1080
+
1081
+ &.opened {
1082
+ .plus-input::after{
1083
+ content: "\e841";
1084
+ }
1085
+ }
1086
+ }
1087
+ .criteres, .statistiques-devoir, .detail-devoir, .devoir-info {
1088
+ height: 25px;
1089
+ overflow: hidden;
1090
+ @include transition(all 100ms ease-out);
1091
+ }
1092
+ .fiche{
1093
+ margin-top: 10px;
1094
+ border-radius: 5px;
1095
+ font-size: 14px !important;
1096
+ background-color: $white;
1097
+ position: relative;
1098
+ &.student-info, &.devoir-info, &.notes-help, &.diffsize{
1099
+ height: 40px;
1100
+ overflow: hidden;
1101
+ @include transition(all 100ms ease-out);
1102
+ &.opened{
1103
+ min-height: 100px;
1104
+ height: auto;
1105
+ }
1106
+ }
1107
+ &.student-info{
1108
+ h2{
1109
+ color: $grey;
1110
+ line-height: 37px;
1111
+ }
1112
+ }
1113
+ &.diffpadding {
1114
+ padding: 0;
1115
+ }
1116
+ ul{
1117
+ margin: 0;
1118
+ padding: 0;
1119
+ list-style-type: none;
1120
+ }
1121
+ > div{
1122
+ padding: 0 10px 5px 10px;
1123
+ }
1124
+ .head{
1125
+ padding: 3px;
1126
+ text-align: left;
1127
+ margin: 0;
1128
+ border-top-left-radius: 5px;
1129
+ border-top-right-radius: 5px;
1130
+ color: #fff;
1131
+ text-indent: 7px;
1132
+ color: $cyan;
1133
+ width: 80%;
1134
+ }
1135
+ }
1136
+ .datepicker{
1137
+ z-index:10002 !important;
1138
+ table {
1139
+ line-height: 24px !important;
1140
+ }
1141
+ }
1142
+ h1, h2, h3, h4, h5{
1143
+ > span{
1144
+ font-style: italic;
1145
+ }
1146
+ }
1147
+
1148
+ .card-projet {
1149
+ margin: 5px;
1150
+ }
1151
+
1152
+ // --- LEFT SIDE (parents-enfants) --- //
1153
+
1154
+ // -- Choix critère (cycle) -- //
1155
+
1156
+ .inputContainer {
1157
+ display: flex;
1158
+ i{
1159
+ margin-left : 10px
1160
+ }
1161
+ }
1162
+
1163
+ .inputSection1{
1164
+ width: 50%;
1165
+ border-right: 1px solid lightgrey;
1166
+ }
1167
+
1168
+ .inputSection2{
1169
+ width: 50%;
1170
+ }
1171
+
1172
+ #inputMargin {
1173
+ margin: 14px;
1174
+ }
1175
+
1176
+ .header-opt{
1177
+ font-style: italic;
1178
+ font-weight: bold !important;
1179
+ }
1180
+ .controls-fixed{
1181
+ background-color:rgba(0, 0, 0, 0.1);
1182
+ bottom:0;
1183
+ left:0;
1184
+ padding:10px 15px;
1185
+ position:fixed;
1186
+ top:auto;
1187
+ width:100%;
1188
+ }
1189
+ .imgEleve{
1190
+ width: 100%;
1191
+ height: auto;
1192
+ display: inline-block;
1193
+ vertical-align: middle;
1194
+ text-align: center;
1195
+ img{
1196
+ width: 40%;
1197
+ }
1198
+ }
1199
+ .close-input{
1200
+ right: 18px;
1201
+ position: absolute;
1202
+ top: 5px;
1203
+ @include fonticon;
1204
+ &::after{
1205
+ content: '\e866';
1206
+ font-size: 15px;
1207
+ color: $grey;
1208
+ font-weight: 300;
1209
+ opacity: 0.8;
1210
+ cursor: pointer;
1211
+ border: none;
1212
+ background-color: inherit;
1213
+ }
1214
+ &:hover::after{
1215
+ color: $cyan;
1216
+ }
1217
+ }
1218
+ .header-fixed{
1219
+ position: fixed;
1220
+ top: 64px;
1221
+ width: 100%;
1222
+ background: $lightest-grey;
1223
+ height: 95px;
1224
+ padding: 0;
1225
+ line-height: 88px;
1226
+ z-index: 2;
1227
+ text-indent: 4px;
1228
+ margin-left: 15px;
1229
+ }
1230
+ .absolute-button-header-releve{
1231
+ position: absolute !important;
1232
+ right: 1%;
1233
+ top: 34px;
1234
+ }
1235
+ .header-outter-fixed{
1236
+ padding: 74px 0 0 0;
1237
+ position: relative;
1238
+ display: block;
1239
+ }
1240
+ .detail-devoir{
1241
+ &.opened{
1242
+ min-height: 100px;
1243
+ height: auto;
1244
+ }
1245
+ }
1246
+ .statistiques-devoir{
1247
+ &.opened{
1248
+ height: auto !important;
1249
+ max-height: 152px;
1250
+ }
1251
+ }
1252
+ .children-list{
1253
+ text-align: center;
1254
+ .dominos{
1255
+ margin-bottom: 0px !important;
1256
+ text-align: center;
1257
+ .item{
1258
+ float: none !important;
1259
+ display: inline-block;
1260
+ cursor: pointer;
1261
+ }
1262
+ }
1263
+ }
1264
+ .lightbox-parent{
1265
+ section{
1266
+ &.ligtbox{
1267
+ > div{
1268
+ &.content{
1269
+ width: 400px;
1270
+ }
1271
+ }
1272
+ }
1273
+ }
1274
+ }
1275
+ .print-i {
1276
+ font-size: 1.5em;
1277
+ padding: 6px 8px;
1278
+ display: inline-block;
1279
+ position: relative;
1280
+ margin: 5px 0;
1281
+ >i.download:before{
1282
+ margin-right: 9px !important;
1283
+ font-size: 20px !important;
1284
+ }
1285
+ }
1286
+ .button-download{
1287
+ margin-left: 20px;
1288
+ top: 0px;
1289
+ position: relative;
1290
+ float: right;
1291
+ }
1292
+ .ul-competences{
1293
+ list-style-type: none;
1294
+ li{
1295
+ padding: 5px;
1296
+ }
1297
+ }
1298
+ .ul-domaines{
1299
+ margin-top: 20px;
1300
+ }
1301
+ /**
1302
+ DIRECTIVE COLOR COMPETENCE
1303
+ **/
1304
+ .green{background-color: $green !important;}
1305
+ .yellow{background-color: $yellow !important;}
1306
+ .orange{background-color: $orange !important;}
1307
+ .red{background-color: $red !important;}
1308
+ .grey{background-color: $grey !important;}
1309
+
1310
+ .competence-color{
1311
+ display: inline-block;
1312
+ padding: 15px 0px 10px 35px;
1313
+ position: relative;
1314
+ overflow: hidden;
1315
+ min-width: 165px;
1316
+ width: auto;
1317
+ max-width: 1000px;
1318
+ white-space: nowrap;
1319
+ text-indent: 0;
1320
+ border: solid 1px rgba(0, 0, 0, 0);
1321
+ @include transition(all 200ms ease);
1322
+ background-color: transparent !important;
1323
+ float: left;
1324
+ &:hover{
1325
+ border: solid 1px rgba(0, 0, 0, 0.3);
1326
+ }
1327
+ &.opened{
1328
+ > .skills-text-overflow{
1329
+ &::before{
1330
+ content: "\f0d7";
1331
+ }
1332
+ }
1333
+ }
1334
+ > .skills-text-overflow{
1335
+ @include fonticon;
1336
+ &::before{
1337
+ content: "\e823";
1338
+ /*left: 0px;*/
1339
+ /*position: absolute;*/
1340
+ @include transition(all 200ms ease);
1341
+ position: absolute;
1342
+ left: 10px;
1343
+ top: 15px;
1344
+ }
1345
+ }
1346
+ }
1347
+ .competence-color-header{
1348
+ display: inline-block;
1349
+ padding: 10px 50px 10px 0px;
1350
+ position: relative;
1351
+ overflow: hidden;
1352
+ width: auto;
1353
+ max-width: 320px;
1354
+ white-space: nowrap;
1355
+ text-indent: 0;
1356
+ border: solid 1px rgba(0, 0, 0, 0);
1357
+ @include transition(all 200ms ease);
1358
+ background-color: transparent !important;
1359
+ float: none;
1360
+ &:after{
1361
+ top: 17px;
1362
+ right: 65px;
1363
+ }
1364
+ }
1365
+ .competence-color, .competence-color-header{
1366
+ &:after{
1367
+ content : "";
1368
+ width: 20px;
1369
+ height: 20px;
1370
+ border-radius: 50%;
1371
+ display: inline-block;
1372
+ position: absolute;;
1373
+ background-color: #000;
1374
+ right: 20px;
1375
+ top: 19px;
1376
+ cursor: pointer;
1377
+ @include transition(all 200ms ease);
1378
+ }
1379
+ > span{
1380
+ &.competence-vignette{
1381
+ padding: 0 50px 0 0;
1382
+ position: relative;
1383
+ cursor: pointer;
1384
+ border: solid 1px transparent;
1385
+ border-radius: 2px;
1386
+ @include transition(all 200ms ease);
1387
+ width: 100%;
1388
+ display: inline-block;
1389
+ overflow: hidden;
1390
+ z-index: 2;
1391
+ }
1392
+ }
1393
+ &.grey{
1394
+ &:after{
1395
+ background-color: $grey !important;
1396
+ }
1397
+ }
1398
+ &.green{
1399
+ &:after{
1400
+ background-color: $green !important;
1401
+ }
1402
+ }
1403
+ &.yellow{
1404
+ &:after{
1405
+ background-color: $yellow !important;
1406
+ }
1407
+ }
1408
+ &.orange{
1409
+ &:after{
1410
+ background-color: $orange !important;
1411
+ }
1412
+ }
1413
+ &.red{
1414
+ &:after{
1415
+ background-color: $red !important;
1416
+ }
1417
+ }
1418
+ }
1419
+ .competence-text-overflow{
1420
+ white-space: nowrap;
1421
+ text-overflow: ellipsis;
1422
+ overflow: hidden;
1423
+ }
1424
+ .competence-eye{
1425
+ display: inline-block;
1426
+ position: absolute;
1427
+ top: 20px;
1428
+ left: 5px;
1429
+ cursor: zoom-in;
1430
+ &:hover{
1431
+ height: 100%;
1432
+ ~ .competence-text-overflow{
1433
+ > .competence-nom{
1434
+ white-space: normal;
1435
+ }
1436
+ }
1437
+ }
1438
+ }
1439
+ .rounded-color-vignette{
1440
+ top: 9px;
1441
+ right: -10px;
1442
+ }
1443
+ .rounded{
1444
+ width: 23px;
1445
+ height: 23px;
1446
+ border-radius: 50%;
1447
+ display: inline-block;
1448
+ position: relative;
1449
+ text-align: center;
1450
+ text-indent: 0px;
1451
+ @include transition(all 200ms ease);
1452
+
1453
+ &:focus {
1454
+ transform: scale(1.4);
1455
+ -webkit-transform: scale(1.4);
1456
+ -moz-transform: scale(1.4);
1457
+ outline: none;
1458
+ }
1459
+ }
1460
+ .competence-color-popup-close{
1461
+ position: absolute;
1462
+ left: 3px;
1463
+ top: 0;
1464
+ text-align: center;
1465
+ cursor: pointer;
1466
+ }
1467
+ .tooltip-overlay{
1468
+ position: absolute;
1469
+ width: 43px;
1470
+ height: 34px;
1471
+ top: 0px;
1472
+ left: 0px;
1473
+ z-index: 10;
1474
+ }
1475
+ .competence-color-popup{
1476
+ position: absolute;
1477
+ left: 0;
1478
+ top: 400px;
1479
+ border-radius: 2px;
1480
+ background-color: $white;
1481
+ overflow: hidden;
1482
+ width: 100%;
1483
+ z-index: 2;
1484
+ @include transition(all 200ms ease);
1485
+ &.opened{
1486
+ top: 0;
1487
+ }
1488
+ h4{
1489
+ margin: 0;
1490
+ padding: 10px;
1491
+ }
1492
+ > h4 {
1493
+ &:first-child{
1494
+ border-bottom: solid 1px rgba(0,0,0,0.3);
1495
+ }
1496
+ &:last-child{
1497
+ border-top: solid 1px rgba(0,0,0,0.3);
1498
+ }
1499
+ }
1500
+ }
1501
+ .color-list{
1502
+ min-width: 200px;
1503
+ max-width: 300px;
1504
+ text-indent: 0;
1505
+ text-align: center;
1506
+ ul{
1507
+ width: 90%;
1508
+ padding: 15px 0;
1509
+ margin: 0 0 0 5%;
1510
+ height: 30px;
1511
+ li{
1512
+ display: inline-block;
1513
+ list-style-type: none;
1514
+ width: 23%;
1515
+ text-align: center;
1516
+ height: 30px;
1517
+ cursor: pointer;
1518
+ position: relative;
1519
+ .rounded{
1520
+ >.rounded{
1521
+ position: absolute;
1522
+ left: 0;
1523
+ top: 0;
1524
+ opacity: 0;
1525
+ width: 23px;
1526
+ height: 23px;
1527
+ }
1528
+ }
1529
+ &:hover{
1530
+ .rounded{
1531
+ > .rounded{
1532
+ opacity: 0.25;
1533
+ transform: scale(1.4);
1534
+ }
1535
+ }
1536
+ }
1537
+ }
1538
+ }
1539
+ }
1540
+ .skills-h4{
1541
+ margin: 0;
1542
+ }
1543
+ .competence-nom{
1544
+ width: 95%;
1545
+ display: block;
1546
+ overflow: hidden;
1547
+ }
1548
+
1549
+ /***
1550
+ DIRECTIVE SKILLS LIST
1551
+ ***/
1552
+ .skills-list{
1553
+ width: 90%;
1554
+ margin-left: 5%;
1555
+ list-style-type: none;
1556
+ padding: 0;
1557
+ ul{
1558
+ list-style-type: none;
1559
+ padding: 0;
1560
+ }
1561
+ li{
1562
+ position: relative;
1563
+ }
1564
+ }
1565
+
1566
+ .skills-list-aideSaisie {
1567
+ list-style-type: none;
1568
+ overflow-y: scroll;
1569
+ height: 260px;
1570
+ ul{
1571
+ list-style-type: none;
1572
+ overflow-y: hidden;
1573
+ }
1574
+ li{
1575
+ position: relative;
1576
+ }
1577
+ }
1578
+
1579
+ @media screen and (min-width: $tablette){
1580
+ .skills-list{
1581
+ ul{
1582
+ &:nth-child(2) {
1583
+ margin-left: 20px;
1584
+ }
1585
+ }
1586
+ }
1587
+ }
1588
+
1589
+ .skills-header{
1590
+ cursor: pointer;
1591
+ @include transition(all 200ms ease);
1592
+ &.skill-50{
1593
+ height: 50px;
1594
+ overflow: hidden;
1595
+ }
1596
+ &.skill-30{
1597
+ height: 30px;
1598
+ overflow: hidden;
1599
+ }
1600
+ &.skill-40{
1601
+ height: 40px;
1602
+ overflow: hidden;
1603
+ }
1604
+ &.skill-45{
1605
+ height: 45px;
1606
+ overflow: hidden;
1607
+ }
1608
+ &.opened{
1609
+ height: auto;
1610
+ overflow: visible;
1611
+ @include transition(all 200ms ease);
1612
+ > .skills-text-overflow{
1613
+ i.skills-open-icon::before {
1614
+ content: "\e841";
1615
+ }
1616
+ }
1617
+ }
1618
+ > span{
1619
+ padding: 10px 35px 10px 50px;
1620
+ border-bottom: solid 1px #e0e0e0;
1621
+ display: block;
1622
+ cursor: pointer;
1623
+ &.skills-teach{
1624
+ padding: 10px 35px 10px 20px;
1625
+
1626
+ > span{
1627
+ margin-bottom: 5px;
1628
+ }
1629
+ }
1630
+ }
1631
+ > .skills-text-overflow{
1632
+ i.skills-open-icon {
1633
+ @include fonticon;
1634
+ &::before{
1635
+ content: "\e823";
1636
+ left: 0;
1637
+ position: absolute;
1638
+ @include transition(all 200ms ease);
1639
+ font-size: 10px;
1640
+ }
1641
+ }
1642
+ }
1643
+ }
1644
+
1645
+ .skills-text-overflow{
1646
+ text-overflow: ellipsis;
1647
+ white-space: nowrap;
1648
+ overflow: hidden;
1649
+ display: inline-block;
1650
+ @include transition(all 200ms ease);
1651
+ }
1652
+
1653
+ .skills-list-connaissance{
1654
+ margin: 10px 5px 0 45px;
1655
+ cursor: pointer;
1656
+ padding: 0 0 0 15px;
1657
+ }
1658
+
1659
+ .skills-list-proposition{
1660
+ margin: 10px 5px 0 5px;
1661
+ cursor: pointer;
1662
+ padding: 0 0 0 5px;
1663
+ }
1664
+
1665
+ .skills-list-proposition:hover {
1666
+ color: #FF8500;
1667
+ }
1668
+
1669
+ .skills-checkbox{
1670
+ left: 30px;
1671
+ position: absolute;
1672
+ top: 9px;
1673
+ }
1674
+
1675
+ .skills-headers-checkbox{
1676
+ left: 20px;
1677
+ }
1678
+
1679
+ .skill-connaissance-eye{
1680
+ height: 100%;
1681
+ display: inline-block;
1682
+ position: absolute;
1683
+ top: 13px;
1684
+ right: 0px;
1685
+ color: $grey;
1686
+ cursor: zoom-in;
1687
+ @include transition(all 200ms ease);;
1688
+ &:before {
1689
+ padding: 6px;
1690
+ }
1691
+ &:hover{
1692
+ color: rgba(0,0,0,1);
1693
+ ~ .skills-text-overflow{
1694
+ white-space: normal;
1695
+ }
1696
+ }
1697
+ }
1698
+
1699
+ .skills-label{
1700
+ height: 100%;
1701
+ width: 100%;
1702
+ display: inline-block;
1703
+ position: relative;
1704
+ }
1705
+ /**
1706
+ DIRECTIVE SKILLS COLOR PAGE
1707
+ **/
1708
+ .skills-color-page{
1709
+ list-style-type: none;
1710
+ //float: right;
1711
+ padding: 0;
1712
+ margin: 0;
1713
+ position: relative;
1714
+ //right: 44% !important;
1715
+ //top: 68px !important;
1716
+ //margin-top: 5px !important;
1717
+ z-index: 10;
1718
+ li{
1719
+ display: inline-block;
1720
+ height: 34px;
1721
+ width: 43px;
1722
+ position: relative;
1723
+ > .rounded, > .rounded > .rounded{
1724
+ position: absolute;
1725
+ left: 0;
1726
+ top:0;
1727
+ border: none;
1728
+ box-shadow: 0 1px 1px rgba(0,0,0,0.4);
1729
+ }
1730
+ }
1731
+
1732
+ .tooltip-overlay {
1733
+ position: relative;
1734
+ width: 43px !important;
1735
+ height: 34px !important;
1736
+ z-index: 10;
1737
+ display: block;
1738
+ }
1739
+ }
1740
+ .grey-skill-page {
1741
+ background-color: $grey!important;
1742
+ }
1743
+
1744
+ .skills-color-column {
1745
+ list-style-type: none;
1746
+ padding: 0 0 0 9px !important;
1747
+ margin: 0;
1748
+ li{
1749
+ display: inline-block;
1750
+
1751
+ label.checkbox {
1752
+ text-indent: 0;
1753
+ display: block;
1754
+ height: 20px;
1755
+ width: 30px;
1756
+ }
1757
+ }
1758
+ }
1759
+
1760
+ .compselected {
1761
+ transform: scale(1.3);
1762
+ box-shadow: 1px 2px 3px grey;
1763
+ }
1764
+ .skills-eleve-list{
1765
+ list-style-type: none;
1766
+ padding: 0;
1767
+ margin: 3px;
1768
+ height: 20px;
1769
+ li {
1770
+ display: inline-block;
1771
+ height: 20px;
1772
+ }
1773
+ }
1774
+ .devoir-icons-view{
1775
+ text-align: center;
1776
+ .devoir-icons-element{
1777
+ display: inline-block;
1778
+ float: none;
1779
+ transition: all 0.2s ease-in-out;
1780
+ min-height: 190px;
1781
+ height: auto;
1782
+ margin: 10px;
1783
+ border-radius: 7px;
1784
+ min-width: 280px;
1785
+ max-width: 280px;
1786
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 1px 2px rgba(0,0,0,0.24);
1787
+ &:hover{
1788
+ box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
1789
+ }
1790
+ .devoir-icons-container {
1791
+ background: $white none repeat scroll 0 0 ;
1792
+ border : 1px solid transparent;
1793
+ box-sizing: border-box;
1794
+ display: block;
1795
+ transition: all 0.2s ease-in-out;
1796
+ float: none;
1797
+ min-height: 190px;
1798
+ height: auto;
1799
+ margin-left: auto;
1800
+ margin-right: auto;
1801
+ border-radius: 7px;
1802
+ text-align: left;
1803
+ padding: 24px 8px;
1804
+ position: relative;
1805
+ overflow: hidden;
1806
+ }
1807
+ }
1808
+ }
1809
+ .devoir-icons-name{
1810
+ font-weight: 300;
1811
+ font-size: 20px;
1812
+ }
1813
+ .devoir-icons-description{
1814
+ padding-top: 16px;
1815
+ padding-bottom: 16px;
1816
+ min-height: 23px;
1817
+ font-style: italic;
1818
+ }
1819
+ .devoir-icons-checkbox{
1820
+ top: 15px;
1821
+ position: absolute;
1822
+ right: 10px;
1823
+ z-index: 2;
1824
+ > footer{
1825
+ font-weight: 500;
1826
+ > .devoir-icons-coef{
1827
+ float: right;
1828
+ }
1829
+ }
1830
+ > header, > footer{
1831
+ display: block;
1832
+ width: 100%;
1833
+ min-height: 20px;
1834
+ padding: 5px 0;
1835
+ > .devoir-icons-date, > .devoir-icons-class{
1836
+ float: left;
1837
+ }
1838
+ }
1839
+ }
1840
+ .releve-coef {
1841
+ display: block;
1842
+ }
1843
+ .nav-devoirs{
1844
+ //position: fixed !important;
1845
+ width: 96% !important;
1846
+ //height: 146px;
1847
+ background-color: $lightest-grey;
1848
+ z-index: 3;
1849
+ //margin-bottom: 25px;
1850
+ top:0;
1851
+ button {
1852
+ position: absolute;
1853
+ bottom: 21px;
1854
+ right: 90px;
1855
+ margin: 0;
1856
+ }
1857
+ }
1858
+ .button-devoir{
1859
+ margin-left: 0;
1860
+ }
1861
+ .text-overflow{
1862
+ overflow: hidden;
1863
+ white-space: nowrap;
1864
+ text-overflow: ellipsis;
1865
+ }
1866
+ .devoir-percent{
1867
+ background-color: $cyan;
1868
+ height: 3px;
1869
+ display: block;
1870
+ position: absolute;
1871
+ top: 0;
1872
+ left: 0;
1873
+ }
1874
+ .header-releve{
1875
+ nav{
1876
+ margin-right: 50px;
1877
+ .button{
1878
+ margin-left: 10px;
1879
+ }
1880
+ }
1881
+ }
1882
+ .releve-header-content{
1883
+ width: 95%;
1884
+ padding-left: 0;
1885
+ margin-left: 0;
1886
+ left: 0;
1887
+ }
1888
+ .nav-buttons{
1889
+ width: 100%;
1890
+ > button{
1891
+ width: 100%;
1892
+ top: 20px;
1893
+ }
1894
+ }
1895
+ .header-notes{
1896
+ > h2{
1897
+ text-align: left;
1898
+ margin: 0;
1899
+ display: block;
1900
+ width: 100% !important;
1901
+ }
1902
+ }
1903
+ .headerReleve {
1904
+ width: 100% !important;
1905
+ text-align: left;
1906
+ display: inline-block;
1907
+ margin-left: 15px;
1908
+ margin-top: 30px;
1909
+ > h1{
1910
+ font-size: 25px;
1911
+ }
1912
+ }
1913
+ .switch-view-buttons{
1914
+ position: absolute !important;
1915
+ bottom: 20px;
1916
+ right: 1%;
1917
+ }
1918
+
1919
+ .fix-icon-size {
1920
+ font-size: 24px;
1921
+ }
1922
+
1923
+ //.list-devoirs{
1924
+ // margin-top: 60px;
1925
+ //}
1926
+ .notes-help{
1927
+ .legend {
1928
+ .rounded {
1929
+ position: absolute;
1930
+ left: -15px;
1931
+ }
1932
+ > ul{
1933
+ list-style-type: none;
1934
+ margin: 0;
1935
+ > li{
1936
+ position: relative;
1937
+ text-indent: 15px;
1938
+ margin: 15px;
1939
+ > .rounded{
1940
+ position: absolute;
1941
+ left: -15px;
1942
+ text-align: center!important;
1943
+ text-indent: 0px !important;
1944
+ &::before{
1945
+ /*content: counter(step-counter)".";*/
1946
+ content : " ";
1947
+ font-weight: 400;
1948
+ color: #444;
1949
+ opacity: 0.8;
1950
+ position: absolute;
1951
+ left: 0;
1952
+ font-size: 17px;
1953
+ }
1954
+ }
1955
+ }
1956
+ }
1957
+ }
1958
+
1959
+ > .eleven{
1960
+ margin-left: 4%;
1961
+ > h4{
1962
+ border-bottom: solid 1px rgba(0,0,0,0.15);
1963
+ font-weight: 400;
1964
+ text-indent: 15px;
1965
+ }
1966
+ }
1967
+ }
1968
+
1969
+ @media screen and (min-width: $tablette) {
1970
+ .addRemplacement {
1971
+ .addRemplacementTable {
1972
+ padding: 15px 40px;
1973
+
1974
+ .addRemplacementTable__libelle {
1975
+ text-align: right;
1976
+ text-align-last: right;
1977
+ padding-right: 10px;
1978
+ padding-top: 10px;
1979
+
1980
+ }
1981
+ }
1982
+
1983
+ .listRemplacementsTable {
1984
+ margin:auto;
1985
+ }
1986
+ }
1987
+ }
1988
+
1989
+ @media screen and (min-width: $tablette) {
1990
+ .addDevoir {
1991
+ .skills-list {
1992
+ margin: 0 0 0 5% !important;
1993
+ width: 95% !important;
1994
+ }
1995
+
1996
+ .selectable-list {
1997
+ margin-top: 3%;
1998
+ }
1999
+
2000
+ .fixed-top-right {
2001
+ position: fixed;
2002
+ right: 15px;
2003
+ top: 135px;
2004
+ max-height: 80%;
2005
+ overflow: auto;
2006
+ }
2007
+
2008
+ .margin-left {
2009
+ margin: 10px 0;
2010
+ }
2011
+ }
2012
+
2013
+
2014
+ .addDevoirTable{
2015
+ padding: 15px 40px;
2016
+
2017
+ .addDevoirTable__libelle {
2018
+ text-align: right;
2019
+ text-align-last: right;
2020
+ padding-right: 10px;
2021
+ padding-top: 10px;
2022
+ }
2023
+
2024
+ }
2025
+
2026
+ }
2027
+
2028
+ .button-add-devoir{
2029
+ margin-left: 10px !important;
2030
+ height: auto !important;
2031
+ }
2032
+ .button-evaluation-devoir{
2033
+ flex:auto;
2034
+ padding: 8px 0px 10px !important;
2035
+ z-index: 11 !important;
2036
+ }
2037
+ .div-buttons-evaluation-devoir{
2038
+ display: flex;
2039
+ width: 18%;
2040
+ right: -20px;
2041
+ position: absolute;
2042
+ top: -22px;
2043
+ }
2044
+
2045
+ .columns-popup-wrapper {
2046
+ position: relative;
2047
+ display: inline-block;
2048
+ }
2049
+
2050
+ .columns-popup {
2051
+ position: absolute;
2052
+ right: 10%;
2053
+ top: 82%;
2054
+ z-index: 1;
2055
+ display: flex;
2056
+ flex-direction: column;
2057
+ background-color: white;
2058
+ min-width: 160px;
2059
+ border-radius: 5px;
2060
+
2061
+ height: 0px;
2062
+ -webkit-transition: height 0.15s linear;
2063
+ -moz-transition: height 0.15s linear;
2064
+ -ms-transition: height 0.15s linear;
2065
+ -o-transition: height 0.15s linear;
2066
+ transition: height 0.15s linear;
2067
+ }
2068
+
2069
+ .columns-popup.open {
2070
+ padding: 10px;
2071
+ border: 1px $primary solid;
2072
+
2073
+ height: 130px;
2074
+ -webkit-transition: height 0.15s linear;
2075
+ -moz-transition: height 0.15s linear;
2076
+ -ms-transition: height 0.15s linear;
2077
+ -o-transition: height 0.15s linear;
2078
+ transition: height 0.15s linear;
2079
+ }
2080
+
2081
+ .columns-popup-button {
2082
+ background-color: $primary;
2083
+ color: white;
2084
+ font-size: 12px;
2085
+ padding: 2px 10px;
2086
+ margin: 10px;
2087
+ border-radius: 10%;
2088
+ }
2089
+
2090
+ .columns-popup-items{
2091
+ margin: 10px;
2092
+ }
2093
+
2094
+ .checkbox-grid{
2095
+ display: grid;
2096
+ }
2097
+ .nbr-Cartouche{
2098
+ margin-left: 3%;
2099
+ text-align: center;
2100
+ padding: 3px;
2101
+ }
2102
+ .option-eleve{
2103
+ padding-top: 3px;
2104
+ > span{
2105
+ margin-top: auto;
2106
+ margin-left: 2%;
2107
+ position: absolute;
2108
+ margin-bottom: auto;
2109
+ }
2110
+ }
2111
+ .additional-options{
2112
+ border-left: 2px solid;
2113
+ margin-left: 4%;
2114
+ margin-top: 3%;
2115
+ padding: 1.5%;
2116
+ animation-duration: 1s;
2117
+ background-image: linear-gradient(to right, #f2f2f2, #fff);
2118
+ >div{
2119
+ margin:6px;
2120
+ }
2121
+ //animation-name: slidein;
2122
+ }
2123
+
2124
+ @keyframes slidein {
2125
+ from {
2126
+ font-size: 0%;
2127
+ }
2128
+
2129
+ to {
2130
+ font-size: 100%;
2131
+ }
2132
+ }
2133
+ .solid-bottom{
2134
+ border-bottom: solid 2px black;
2135
+ }
2136
+
2137
+ .button-edit-devoir-not-fixed {
2138
+ margin-top: -18px !important;
2139
+ flex:auto;
2140
+ padding: 8px 0px 10px !important;
2141
+ }
2142
+
2143
+ .button-fixed-top-right {
2144
+ position: fixed !important;
2145
+ right: 1.5%;
2146
+ top: 90px;
2147
+ }
2148
+
2149
+ .devoir-recapitulatif {
2150
+ i18n.bold {
2151
+ width: 50% !important;
2152
+ display: inline-block;
2153
+ }
2154
+ }
2155
+ .devoir-recapitulatif i18n.bold {
2156
+ width: 50% !important;
2157
+ display: inline-block;
2158
+ }
2159
+
2160
+ .devoir-skills-list{
2161
+ padding: 0;
2162
+ list-style-type: none;
2163
+
2164
+ .skills-list-connaissance {
2165
+ margin: 10px 5px 0 -10px !important;
2166
+ }
2167
+ }
2168
+ //Relevé périodique lightbox par élève Acquis scolaire, suivi élève, historique
2169
+ .acquis_scolaire{
2170
+ span{
2171
+ font-size: 14px;
2172
+ }
2173
+ .moyenne_pos{
2174
+ margin-left: 20px;
2175
+ }
2176
+ }
2177
+
2178
+ //Relevé périodique
2179
+ .releve_periodique {
2180
+ .column-center {
2181
+ display: flex;
2182
+ flex-direction: column;
2183
+ align-items: center;
2184
+ }
2185
+ }
2186
+
2187
+ .criterion {
2188
+ background: $white;
2189
+ padding: 8px;
2190
+ border-radius: 5px;
2191
+ margin: 5px;
2192
+
2193
+ select {
2194
+ width: 100%;
2195
+ border: solid 1px;
2196
+ border-radius: 2px;
2197
+ cursor: pointer;
2198
+ background: transparent;
2199
+ }
2200
+
2201
+ .header {
2202
+ h2 {
2203
+ color : $grey;
2204
+ margin-top: 0;
2205
+ }
2206
+ }
2207
+ }
2208
+
2209
+ .criterion-fixed{
2210
+ position: fixed !important;
2211
+ top: 144px !important;
2212
+ }
2213
+ .fixed-container{
2214
+ left: 17.66% !important;
2215
+ }
2216
+ .devoir-with-comp {
2217
+ border-bottom: solid 4px $orange !important;
2218
+ z-index: 1;
2219
+ }
2220
+ .resume-competence {
2221
+ color: $orange;
2222
+ padding: 0 10px;
2223
+ }
2224
+
2225
+ i.show-chart{
2226
+ @include fonticon;
2227
+ font-size: 24px;
2228
+ opacity: 0.2;
2229
+
2230
+ &::after{
2231
+ content:"\e810";
2232
+ }
2233
+
2234
+ &.selected{
2235
+ opacity: 0.6;
2236
+ }
2237
+ }
2238
+
2239
+ i.show-cards{
2240
+ @include fonticon;
2241
+ opacity: 0.2;
2242
+
2243
+ &::after{
2244
+ content:"\e837";
2245
+ }
2246
+
2247
+ &.selected{
2248
+ opacity: 0.6;
2249
+ }
2250
+ }
2251
+
2252
+ i.show-suivi-eleve{
2253
+ @include fonticon;
2254
+ font-size: 24px;
2255
+ opacity: 0.2;
2256
+
2257
+ &::after{
2258
+ content:"\e824";
2259
+ }
2260
+
2261
+ &.selected{
2262
+ opacity: 0.6;
2263
+ }
2264
+ }
2265
+
2266
+ i.show-bilan-eleve{
2267
+ @include fonticon;
2268
+ font-size: 24px;
2269
+ opacity: 0.2;
2270
+
2271
+ &::after{
2272
+ content:"\e8b8";
2273
+ }
2274
+
2275
+ &.selected{
2276
+ opacity: 0.6;
2277
+ }
2278
+ }
2279
+
2280
+ i.show-bilan-fin-cycle{
2281
+ @include fonticon;
2282
+ font-size: 24px;
2283
+ opacity: 0.2;
2284
+
2285
+ &::after{
2286
+ content:"\e8b3";
2287
+ }
2288
+
2289
+ &.selected{
2290
+ opacity: 0.6;
2291
+ }
2292
+ }
2293
+
2294
+ i.icon-back{
2295
+ @include fonticon;
2296
+
2297
+ &::after{
2298
+ content:"\e84c";
2299
+ }
2300
+
2301
+ margin-right: 15px;
2302
+ }
2303
+
2304
+ i.icon-chat {
2305
+ @include fonticon;
2306
+
2307
+ &::after {
2308
+ content : "\e817";
2309
+ }
2310
+ }
2311
+
2312
+ i.refresh {
2313
+ @include fonticon;
2314
+
2315
+ &::after {
2316
+ content : "\e874";
2317
+ }
2318
+ }
2319
+
2320
+ .appreciation {
2321
+ color: $orange;
2322
+ }
2323
+
2324
+ .add-appreciation {
2325
+ color: $shadow;
2326
+ cursor: pointer;
2327
+ @include transition(all 200ms ease);
2328
+
2329
+ &:hover {
2330
+ color: $grey;
2331
+ }
2332
+
2333
+ float: right;
2334
+ margin-right: 10px;
2335
+ }
2336
+
2337
+ .display-block {
2338
+ display: block;
2339
+ }
2340
+
2341
+ .display-none {
2342
+ display: none;
2343
+ }
2344
+
2345
+ .show-appreciation {
2346
+ height:2em;
2347
+ }
2348
+
2349
+ .hide-appreciation {
2350
+ height: 0;
2351
+ }
2352
+
2353
+ .recap-liste-competence-container {
2354
+ position: fixed;
2355
+ right: 1%;
2356
+ top: 170px;
2357
+ height: 77%;
2358
+ overflow: auto;
2359
+ }
2360
+
2361
+ .recap-liste-competence {
2362
+ padding: 15px;
2363
+ .competence {
2364
+ @include transition(all 200ms ease);
2365
+ list-style-type: none;
2366
+ padding: 5px;
2367
+ margin: 0;
2368
+ border-bottom: solid 1px $light-grey;
2369
+
2370
+ &:last-child {
2371
+ border-bottom: none;
2372
+ }
2373
+
2374
+ &.highlighted {
2375
+ background-color: $cyan;
2376
+ color: $white;
2377
+ font-weight: bold;
2378
+ }
2379
+ }
2380
+ }
2381
+ .clear-none{
2382
+ clear: none !important;
2383
+ }
2384
+
2385
+ .content-suivi-eleve {
2386
+ margin: 0 auto;
2387
+ padding: 0 15px;
2388
+ box-sizing: border-box;
2389
+ overflow : hidden;
2390
+
2391
+ .suivi-eleve-ctl {
2392
+ background-color: $white;
2393
+ min-height: 100px;
2394
+ border-bottom: solid 1px $primary-dark;
2395
+ }
2396
+
2397
+ .bilan-eleve-ctl {
2398
+ background-color: $white;
2399
+ min-height: 30px;
2400
+ padding-top: 10px;
2401
+ border-bottom: solid 1px $primary-dark;
2402
+ }
2403
+
2404
+ .suivi-eleve-slider {
2405
+ width: 200%;
2406
+ }
2407
+
2408
+ i.show-chart{
2409
+ margin-right: 15px;
2410
+ }
2411
+
2412
+ i.show-suivi-eleve{
2413
+ margin-right: 15px;
2414
+ }
2415
+
2416
+ i.show-bilan-eleve{
2417
+ margin-right: 15px;
2418
+ }
2419
+
2420
+ i.show-bilan-fin-cycle{
2421
+ margin-right: 15px;
2422
+ }
2423
+
2424
+ i.icon-back{
2425
+ font-size: 24px;
2426
+ }
2427
+
2428
+ i.reset {
2429
+ @include fonticon;
2430
+
2431
+ &::before {
2432
+ content : '\e8be';
2433
+ }
2434
+ }
2435
+
2436
+ .suivi-eleve, .detail-competence {
2437
+ float: left;
2438
+ }
2439
+
2440
+ .classe-view {
2441
+ .border-green{
2442
+ border: solid 3px $green;
2443
+ }
2444
+ .border-yellow{
2445
+ border: solid 3px $yellow;
2446
+ }
2447
+ .border-orange{
2448
+ border: solid 3px $orange;
2449
+ }
2450
+ .border-red{
2451
+ border: solid 3px $red;
2452
+ }
2453
+ .border-grey{
2454
+ border: solid 3px $grey;
2455
+ }
2456
+
2457
+ .dominos {
2458
+ .item {
2459
+ .domino {
2460
+ transition: all 0.2s ease-in-out;
2461
+
2462
+ &:hover {
2463
+ box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
2464
+ }
2465
+ .bottom {
2466
+ padding: 0px 10px 85% 10px;
2467
+ background: none !important;
2468
+ }
2469
+ .user-deleted {
2470
+ background-color: #ccc !important;
2471
+ }
2472
+ }
2473
+ }
2474
+ }
2475
+ }
2476
+
2477
+ .suivi-eleve {
2478
+ margin-right: 15px;
2479
+ @include transition(all 200ms ease-out);
2480
+
2481
+ &.slide {
2482
+ margin-right: 0;
2483
+ margin-left: -100%;
2484
+ }
2485
+
2486
+ .competence-line {
2487
+ white-space: nowrap;
2488
+ }
2489
+
2490
+ .align-top {
2491
+ vertical-align: top;
2492
+ }
2493
+
2494
+ .competence {
2495
+ white-space: inherit;
2496
+ }
2497
+
2498
+ .suivi-eleve-item {
2499
+ height: 30px;
2500
+ }
2501
+ .content-bilan-eleve {
2502
+ .moyenne {
2503
+ text-align: right;
2504
+ }
2505
+
2506
+ .padding-left {
2507
+ padding-left: 3em;
2508
+ }
2509
+ }
2510
+
2511
+ .content-bilan-fin-cycle {
2512
+ .domaine-display {
2513
+ padding: 2px 0 !important;
2514
+ font-weight: bold;
2515
+ button{
2516
+ padding: 0px 4px !important;
2517
+ font-size: 11px !important;
2518
+ text-transform: none !important;
2519
+ margin-bottom: 0px !important;
2520
+ }
2521
+ }
2522
+
2523
+ .domaine-display-marginTop {
2524
+ margin-top: 20px !important;
2525
+ }
2526
+
2527
+ .domaine-line{
2528
+
2529
+ &::after{
2530
+ content: ' ';
2531
+ display: block;
2532
+ clear: both;
2533
+ }
2534
+ }
2535
+ }
2536
+ }
2537
+
2538
+ .detail-competence {
2539
+
2540
+ .addDevoirTable__libelle {
2541
+ padding-right: 2px;
2542
+ }
2543
+
2544
+ h2 {
2545
+ margin: 0 auto;
2546
+ }
2547
+
2548
+ .detail {
2549
+ width: 100%;
2550
+ overflow: auto;
2551
+ &.table-view, &.graph-view {
2552
+ table {
2553
+ margin: 50px auto;
2554
+ }
2555
+ .formative-legend {
2556
+ margin: 20px auto;
2557
+ text-align: right;
2558
+ }
2559
+ }
2560
+
2561
+ &.graph-view {
2562
+ table {
2563
+
2564
+ tr {
2565
+ border-top: solid 1px transparent;
2566
+
2567
+ &:hover {
2568
+ background: none;
2569
+ }
2570
+
2571
+ &:last-child {
2572
+ border-top: solid 1px $grey;
2573
+ }
2574
+
2575
+ td {
2576
+ &:nth-child(1) {
2577
+ border-right: solid 1px $grey;
2578
+ }
2579
+ }
2580
+ }
2581
+ }
2582
+
2583
+ .reversed {
2584
+ transform: rotate(-45deg);
2585
+ display: block;
2586
+ margin-top: 20px;
2587
+ }
2588
+ }
2589
+ }
2590
+ }
2591
+ }
2592
+
2593
+ .selectable-filter-list {
2594
+ li {
2595
+ list-style-type: none;
2596
+ display: inline-block;
2597
+ margin: 0 10px;
2598
+ vertical-align: top;
2599
+
2600
+ .rounded{
2601
+ opacity: 0.45;
2602
+ &.selected {
2603
+ opacity: 1;
2604
+ }
2605
+ }
2606
+ }
2607
+ }
2608
+
2609
+
2610
+ .indent-eight{
2611
+ padding-top:8px;
2612
+ }
2613
+
2614
+ .graphe-widget{
2615
+ height:240px !important;
2616
+
2617
+ }
2618
+ .RechercheAcceuil{
2619
+ margin-left: 60px !important;
2620
+ }
2621
+
2622
+ //// Display NumberCycle
2623
+
2624
+ .cycleTitle {
2625
+ text-align: center;
2626
+ font-style: normal !important;
2627
+ color: orange;
2628
+ font-size: 1.8em;
2629
+ margin: auto;
2630
+ width: 100%;
2631
+ }
2632
+
2633
+ .RechercheSuiviEleve{
2634
+ margin-left: 8.3% !important;
2635
+ width: 83.5%;
2636
+
2637
+ }
2638
+ .detail{
2639
+
2640
+ .info{
2641
+ margin-left: 8.5%!important;
2642
+ }
2643
+
2644
+ }
2645
+ .headerAccueil{
2646
+ margin-left: 4%;
2647
+ }
2648
+ .marginNiveau{
2649
+ margin-left : 50%;
2650
+ margin-right : 25%;
2651
+ }
2652
+ .openedSectionDom{
2653
+ height: 0 !important;
2654
+ overflow: hidden!important;
2655
+
2656
+ }
2657
+
2658
+ .chevron {
2659
+ &::before {
2660
+ @include fonticon;
2661
+ margin-right: 1%;
2662
+ content: "\e841";
2663
+ font-size: 10px;
2664
+ float: left;
2665
+ }
2666
+ &.openedElem {
2667
+ &::before {
2668
+ @include fonticon;
2669
+ margin-right: 1%;
2670
+ content: "\e823";
2671
+ font-size: 10px;
2672
+ float: left;
2673
+ }
2674
+ }
2675
+ }
2676
+
2677
+ .rounded{
2678
+ &.filterSpan{
2679
+ opacity: 0.45;
2680
+ &.selectedFilterGrey {
2681
+ opacity: 1;
2682
+ }
2683
+ }
2684
+ }
2685
+
2686
+
2687
+ .chartSuiviEleve{
2688
+ //width : 90% !important;
2689
+ //height: 90% !important;
2690
+ margin: 2%;
2691
+ }
2692
+
2693
+ .switchToView{
2694
+ margin-left: 6%;
2695
+ color: #4bafd5;
2696
+ }
2697
+
2698
+ .buttonEvalPopupDelete{
2699
+ margin-bottom: 25px;
2700
+ margin-left: 10px;
2701
+ float: right;
2702
+ }
2703
+
2704
+ .buttonEvalPopupConfirm{
2705
+ margin-bottom: 25px;
2706
+ margin-right: 10px;
2707
+ float: right;
2708
+ background-color: silver;
2709
+ }
2710
+
2711
+ .lightBoxEval{
2712
+ width: 100%;
2713
+ }
2714
+
2715
+ .paddingTwenty{
2716
+ padding: 20px;
2717
+ }
2718
+
2719
+ .conversion-legend.bfc {
2720
+ list-style-type: none;
2721
+ padding: 0;
2722
+ margin: 0;
2723
+
2724
+ li {
2725
+ height: 50px;
2726
+
2727
+ div{
2728
+ vertical-align: top;
2729
+ height: 100%;
2730
+ position: relative;
2731
+
2732
+ &:nth-child(1) {
2733
+ width: 50px;
2734
+ text-align: right;
2735
+ }
2736
+
2737
+ .maxval{
2738
+ position: absolute;
2739
+ top: -10px;
2740
+ right: 10px;
2741
+ }
2742
+
2743
+ .last-minval {
2744
+ position: absolute;
2745
+ right: 10px;
2746
+ bottom: -5px;
2747
+ }
2748
+
2749
+ .libelle {
2750
+ height: 50px;
2751
+ display: block;
2752
+ line-height: 50px;
2753
+ text-indent: 10px;
2754
+ }
2755
+ }
2756
+ }
2757
+
2758
+ .legend-line{
2759
+ position: relative;
2760
+
2761
+ .tick {
2762
+ width: 13px;
2763
+ height: 1px;
2764
+ display: block;
2765
+ position: absolute;
2766
+ left: -5px;
2767
+ z-index: 10;
2768
+ background-color: $black;
2769
+
2770
+ &.first-tick{
2771
+ top: 0;
2772
+ }
2773
+ }
2774
+
2775
+ &::before{
2776
+ content: ' ';
2777
+ width: 3px;
2778
+ height: 100%;
2779
+ display: block;
2780
+ }
2781
+
2782
+ &.green{
2783
+ &:before{
2784
+ background-color: $green;
2785
+ }
2786
+ }
2787
+ &.orange{
2788
+ &:before{
2789
+ background-color: $orange;
2790
+ }
2791
+ }
2792
+ &.yellow{
2793
+ &:before{
2794
+ background-color: $yellow;
2795
+ }
2796
+ }
2797
+ &.red{
2798
+ &:before{
2799
+ background-color: $red;
2800
+ }
2801
+ }
2802
+ }
2803
+ }
2804
+
2805
+ //Enseignement de complément et bfc barème brevet
2806
+
2807
+ .bareme-brevet{
2808
+ font-size: 1.2em;
2809
+ font-weight: bold;
2810
+ line-height: 2.3em;
2811
+ margin-right: 0.5em;
2812
+ }
2813
+
2814
+ .objectifs-enscpl {
2815
+ option[value="2"] {
2816
+ visibility: hidden;
2817
+ }
2818
+ }
2819
+
2820
+ label.select-evaluation {
2821
+ margin: 0!important;
2822
+ }
2823
+
2824
+ i.cross-annotation{
2825
+ padding-left: 5px;
2826
+ line-height: 34px;
2827
+ }
2828
+ span.competence-eval.rounded.ng-scope {
2829
+ vertical-align: middle;
2830
+ }
2831
+
2832
+ .filter-domaine {
2833
+ margin: 0 0 0 5% !important;
2834
+ width: 95% !important;
2835
+ .drop-down-block,.drop-down-block .drop-down-label {
2836
+ margin-bottom: 0px;
2837
+ }
2838
+ .checkbox-domaine {
2839
+ background-color: $medium-grey !important;
2840
+ margin-right: 4px !important;
2841
+ }
2842
+ label.chip.checkbox-domaine.selected {
2843
+ background-color: $orange !important;
2844
+ }
2845
+ }
2846
+ nav.vertical.floating .content {
2847
+ display: initial !important;
2848
+ }
2849
+
2850
+ //EXPORT LSU
2851
+ .lsu {
2852
+
2853
+ .filtre {
2854
+ position: relative;
2855
+ height: 25px;
2856
+ overflow: hidden;
2857
+ background: $white;
2858
+ padding: 8px;
2859
+ border-radius: 5px;
2860
+ box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
2861
+ margin: 5px;
2862
+ @include transition(all 100ms ease-out);
2863
+ .plus-input {
2864
+ right: 5px;
2865
+ position: absolute;
2866
+ top: 11px;
2867
+ @include fonticon;
2868
+ &::after {
2869
+ content: "\e823";
2870
+ font-size: 15px;
2871
+ color: $grey;
2872
+ //font-weight: 300;
2873
+ opacity: 0.8;
2874
+ cursor: pointer;
2875
+ border: none;
2876
+ background-color: inherit;
2877
+ font-size: 10px;
2878
+ }
2879
+ }
2880
+ > h4 {
2881
+ margin-bottom: 4px;
2882
+ margin-top: 4px;
2883
+ line-height: 20px;
2884
+
2885
+ }
2886
+
2887
+ .selectable-list li {
2888
+ font-size: 12px;
2889
+ padding: 2px;
2890
+ }
2891
+ .selectable-list li:hover {
2892
+ background: $white;
2893
+ color: $orange;
2894
+ border-bottom-color: grey;
2895
+ }
2896
+ }
2897
+ .filtre-classe {
2898
+ &.opened {
2899
+ height: 270px;
2900
+ .plus-input::after {
2901
+ content: "\e841";
2902
+ }
2903
+ }
2904
+ .selectable-list {
2905
+ max-height: 195px;
2906
+ overflow-y: scroll;
2907
+ margin: 0;
2908
+ }
2909
+ }
2910
+ .filtre-responsable {
2911
+ &.opened {
2912
+ height: 175px;
2913
+ .plus-input::after {
2914
+ content: "\e841";
2915
+ }
2916
+ }
2917
+ .selectable-list {
2918
+ max-height: 100px;
2919
+ overflow-y: auto;
2920
+ margin: 0;
2921
+ }
2922
+ }
2923
+ }
2924
+
2925
+ /**
2926
+ $PARENT-EVALUATION
2927
+ **/
2928
+ .round-avatar {
2929
+ height: 120px;
2930
+ width: 100px;
2931
+ margin: 0 10px;
2932
+ text-align: center !important;
2933
+ opacity: 0.8 !important;
2934
+
2935
+ img {
2936
+ height: 100px;
2937
+ width: 100px;
2938
+ object-fit: cover;
2939
+ border-radius: 50% !important;
2940
+ border: 1px solid $medium-grey !important;
2941
+ }
2942
+
2943
+ span {
2944
+ color: $grey !important;
2945
+ font-weight: bold !important;
2946
+ text-align: center !important;
2947
+ }
2948
+ }
2949
+
2950
+ .big-round-avatar {
2951
+ height: 240px !important;
2952
+ width: 200px !important;
2953
+
2954
+ img {
2955
+ height: 200px !important;
2956
+ width: 200px !important;
2957
+ }
2958
+ }
2959
+
2960
+ .alignTablewithOtherWidget {
2961
+ margin-top: 65px;
2962
+ }
2963
+
2964
+ .eval_parent {
2965
+ .help {
2966
+ color: $cyan;
2967
+ }
2968
+ .bilan-suivi-eleve {
2969
+ margin-top: 5px !important;
2970
+ }
2971
+ .textBotom {
2972
+ vertical-align: text-bottom;
2973
+ }
2974
+ .lettreNiv {
2975
+ vertical-align: baseline !important;
2976
+ }
2977
+ .hrForDisplayDevoir {
2978
+ border-bottom: solid 1px #5f5f5f;
2979
+ width: 98%;
2980
+ }
2981
+ .rounded {
2982
+ vertical-align: text-bottom !important;
2983
+ }
2984
+ .content-box-accueil--table--content >.row {
2985
+ padding: 12px 0 !important;
2986
+ }
2987
+ @media screen and (max-device-width: $tablette) {
2988
+ #crumbs {
2989
+ display: none;
2990
+ }
2991
+ .box-accueil {
2992
+ margin: 0 !important;
2993
+ }
2994
+ }
2995
+ .shadowOne {
2996
+ box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35)!important;
2997
+ }
2998
+ .shadowTwo {
2999
+ box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.35)!important;
3000
+ }
3001
+ .content-box-accueil--table--content {
3002
+ overflow-y: hidden !important;
3003
+ }
3004
+ .devoir-icons-container {
3005
+ height: 285px !important;
3006
+ }
3007
+ i.previous {
3008
+ display: inline-block !important;
3009
+ float: left !important;
3010
+ }
3011
+ i.next {
3012
+ display: inline-block !important;
3013
+ float: right !important;
3014
+ }
3015
+ .DevoirField {
3016
+ border: solid 1px #5f5f5f;;
3017
+ padding-left: 5px;
3018
+ }
3019
+ .content-box-accueil--table--content>.row {
3020
+ height: 40px;
3021
+ }
3022
+ .floatRight {
3023
+ float: right;
3024
+ }
3025
+ .floatLeft {
3026
+ float: left !important;
3027
+ }
3028
+ .responsive-table {
3029
+ table {
3030
+ tbody {
3031
+ tr:nth-child(even){
3032
+ background: rgba(0,0,0,0.05);
3033
+ }
3034
+ tr:nth-child(odd){
3035
+ background: $white;
3036
+ }
3037
+ }
3038
+ }
3039
+ }
3040
+
3041
+ .background-grey{
3042
+ background: rgba(0,0,0,0.05) !important;
3043
+ }
3044
+ .background-white{
3045
+ background: $white !important;
3046
+ }
3047
+ .height80{
3048
+ line-height: 80px;
3049
+ }
3050
+ .list-devoirs {
3051
+ .testAlignLeft {
3052
+ @media screen and (min-device-width:$fat-mobile) {
3053
+ text-align: left !important;
3054
+ }
3055
+ }
3056
+ transition: all 100ms ease-out;
3057
+ .shadow-first{
3058
+ box-shadow:(0px 0px 0px 0px rgba(0,0,0,0.35));
3059
+ }
3060
+ table {
3061
+ border-collapse : collapse;
3062
+ tbody tr:hover {
3063
+ color: $orange;
3064
+ }
3065
+ tbody tr:nth-child(even){
3066
+ background: $white !important;
3067
+ border-bottom: 1px solid #ccc !important;
3068
+ border-top: 0px !important;
3069
+ }
3070
+ tr:nth-child(odd){
3071
+ border: 0 !important;
3072
+ td {
3073
+ border: 0 !important;
3074
+ padding: 0px !important;
3075
+ div {
3076
+ margin: 5px 0 0;
3077
+ border-left: 0px solid #fff;
3078
+ padding: 5px;
3079
+ border-right: 0px solid #fff;
3080
+ @media screen and (min-width: $tablette) {
3081
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
3082
+ };
3083
+ padding: 5px;
3084
+ }
3085
+ .firstElem {
3086
+ margin-left: 5px !important;
3087
+ }
3088
+ .lastElem{
3089
+ margin-right: 5px !important;
3090
+ margin-bottom: 1px !important;
3091
+ }
3092
+ }
3093
+ }
3094
+ }
3095
+ .opened {
3096
+ transform: scale(1.005);
3097
+ & td div {
3098
+ margin: 0px !important;
3099
+ border-bottom: 0px !important;
3100
+ }
3101
+ }
3102
+
3103
+ }
3104
+ .opened.lastElem.shadow {
3105
+ margin-top: 5px !important;
3106
+ }
3107
+ @media screen and (max-width: $tablette) {
3108
+ .notesDevoir {
3109
+ display: block !important;
3110
+ width: 100% !important;
3111
+ }
3112
+ }
3113
+ @media screen and (min-width: $tablette) {
3114
+ table {
3115
+ border-collapse : separate;
3116
+ }
3117
+ }
3118
+ .responsive-table table tbody tr td {
3119
+ padding: 5px;
3120
+ font-size: 14px;
3121
+ }
3122
+
3123
+ .display-children {
3124
+ height: 150px;
3125
+ width: 100%;
3126
+ display: flex;
3127
+ flex-direction: row;
3128
+ justify-content: left;
3129
+ overflow-x: auto;
3130
+ box-sizing: border-box;
3131
+
3132
+ & > div {
3133
+ flex: 0 0 auto;
3134
+ opacity: 0.5 !important;
3135
+ transform: scale(0.85);
3136
+ @include transition(all 0.4s ease);
3137
+
3138
+ &:hover {
3139
+ opacity: 0.8 !important;
3140
+ transform: scale(0.9);
3141
+ }
3142
+
3143
+ &.selected {
3144
+ opacity: 1 !important;
3145
+ transform: scale(1);
3146
+ }
3147
+ }
3148
+
3149
+
3150
+ @media screen and (max-width: 800px), screen and (max-height: 800px) {
3151
+ height: 110px;
3152
+ overflow: hidden;
3153
+
3154
+ .round-avatar {
3155
+ height: 80px;
3156
+ width: 60px;
3157
+
3158
+ img {
3159
+ width: 60px;
3160
+ height: 60px;
3161
+ }
3162
+ }
3163
+ }
3164
+ }
3165
+ nav.vertical ul li a, .app-menu ul li a {
3166
+ padding-right: 0px !important;
3167
+ }
3168
+
3169
+ .round-avatar {
3170
+ top: 10px;
3171
+ right: 10px;
3172
+ }
3173
+
3174
+ .content {
3175
+ min-height: 0;
3176
+ }
3177
+ }
3178
+
3179
+ .criterion.card.bilan-eleve {
3180
+ margin-top: 0px !important;
3181
+ }
3182
+
3183
+ .bilan-suivi-eleve{
3184
+ margin-left: 20px !important;
3185
+ margin-right: 20px !important;
3186
+ padding-bottom: 20px !important;
3187
+ border-radius: 5px !important;
3188
+ }
3189
+
3190
+ .titre-libelle{
3191
+ color: #4bafd5;
3192
+ font-size: 18px;
3193
+ }
3194
+
3195
+ .notes-help-bilan-eleve {
3196
+ margin-top: 20px !important;
3197
+ }
3198
+
3199
+ .warning-bilan-eleve {
3200
+ padding-top: 20px;
3201
+ }
3202
+ .export-competences {
3203
+ font-size: 12px;
3204
+ }
3205
+
3206
+ .elements-programme-rappels {
3207
+ font-size: 14px;
3208
+ }
3209
+
3210
+ .label-checkbox {
3211
+ height: 25px !important;
3212
+ }
3213
+
3214
+ .selectable-list li.positionnementcalculee {
3215
+ background: $cyan;
3216
+ color: #FFFFFF;
3217
+ }
3218
+
3219
+
3220
+ .width-td-0 {
3221
+ width: 0% !important;
3222
+ text-align: center !important;
3223
+ }
3224
+ .width-td-10 {
3225
+ width: 10% !important;
3226
+ text-align: center !important;
3227
+ }
3228
+
3229
+ .width-td-20 {
3230
+ width: 20% !important;
3231
+ text-align: center !important;
3232
+ }
3233
+
3234
+ .width-td-50 {
3235
+ width: 50% !important;
3236
+ text-align: center !important;
3237
+ }
3238
+
3239
+ .responsive-table.width-td-10 table td {
3240
+ width: 10% !important;
3241
+ }
3242
+
3243
+ .titleCenter {
3244
+ text-align: center !important;
3245
+ }
3246
+
3247
+ .text-align-left {
3248
+ text-align: left !important;
3249
+ }
3250
+
3251
+ @media screen and (max-device-width:$small-mobile) {
3252
+ .responsive-table table td {
3253
+ width: auto !important;
3254
+ }
3255
+ }
3256
+ @media screen and (max-device-width:$fat-mobile) {
3257
+ .responsive-table table td {
3258
+ width: auto !important;
3259
+ }
3260
+ }
3261
+
3262
+ .deletedStudent {
3263
+ color: #E61758 !important;
3264
+ }
3265
+
3266
+ // POP-UP Relevé Periodique - Acquis Scolaire
3267
+ .itemFlex {
3268
+ display: flex;
3269
+ flex-direction: column;
3270
+ }
3271
+
3272
+ // Retire le padding de la barre de recherche lors de la recherche d'élève
3273
+ .autocomplete div {
3274
+ padding: 0px !important;
3275
+ }
3276
+
3277
+
3278
+ // Bilan périodique
3279
+
3280
+ // Left side
3281
+
3282
+ .select-avis-padding {
3283
+ padding: 10px 0;
3284
+ }
3285
+
3286
+ // Onglet projet
3287
+
3288
+ .font-size-13 {
3289
+ font-size: 13px !important;
3290
+ }
3291
+
3292
+ .display-flex-space-between {
3293
+ display: flex;
3294
+ justify-content: space-between;
3295
+ }
3296
+
3297
+ .historic {
3298
+ line-height: 52px;
3299
+ margin: 10px;
3300
+ color: $cyan;
3301
+ font-weight: bold;
3302
+ }
3303
+
3304
+ //suivi des acquis
3305
+
3306
+ .suiviDesAcquis{
3307
+ th{
3308
+ padding: 5px 11px !important;
3309
+ }
3310
+ .matiere{
3311
+ font-weight: bold;
3312
+ }
3313
+ span~ul{
3314
+ font-size: 12px;
3315
+ margin-top: 0px;
3316
+ margin-bottom: 0px;
3317
+ list-style-type: none;
3318
+ padding-left: 0px;
3319
+ li{
3320
+ padding-bottom: 0px;
3321
+ }
3322
+ }
3323
+ textarea{
3324
+ height: 75px;
3325
+ resize: none;
3326
+ margin-top: 0px;
3327
+ margin-bottom: 0px;
3328
+ overflow-y: auto;
3329
+ text-align: justify;
3330
+ padding: 7px;
3331
+ }
3332
+ .element{
3333
+ text-align: justify;
3334
+ height: 75px;
3335
+ padding-right: 5px;
3336
+ overflow-y: auto;
3337
+ }
3338
+ tfoot td{
3339
+ padding: 10px 0px;
3340
+ }
3341
+ .selectable-list{
3342
+ margin: 0px;
3343
+ }
3344
+ }
3345
+
3346
+ .margin-zero {
3347
+ margin: 0;
3348
+ }
3349
+
3350
+
3351
+ .loaderGraph {
3352
+ border: 6px solid #f3f3f3; /* Light grey */
3353
+ border-top: 6px solid #3498db; /* Blue */
3354
+ border-radius: 50%;
3355
+ width: 30px;
3356
+ height: 30px;
3357
+ animation: spin 2s linear infinite;
3358
+ }
3359
+
3360
+ @keyframes spin {
3361
+ 0% {
3362
+ transform: rotate(0deg);
3363
+ }
3364
+ 100% {
3365
+ transform: rotate(360deg);
3366
+ }
3367
+ }
3368
+
3369
+ .loaderCenter {
3370
+ margin: 0 45%;
3371
+ }
3372
+
3373
+ .grey-color{
3374
+ color: grey;
3375
+ }
3376
+
3377
+ .margin-top-releve-parentEleve {
3378
+ margin-top:8px;
3379
+ }
3380
+
3381
+ .padding-right-downloadButton-SuiviEleve{
3382
+ padding-right: 7px !important;
3383
+ }
3384
+
3385
+ .choice-export-suivi-eleve{
3386
+ top:38px !important; bottom: auto!important;
3387
+ }
3388
+
3389
+ .loaderPage{
3390
+ margin: 20% 50%;
3391
+ }
3392
+ .tabs{
3393
+ header {
3394
+ cursor: pointer;
3395
+ }
3396
+ .tabs-selected::after {
3397
+ transform: scaleX(1);
3398
+ }
3399
+ .tabs-selected{
3400
+ color: #4bafd5;
3401
+ }
3402
+ }
3403
+ .buttons-suiviEleve{
3404
+ position: absolute;
3405
+ right: 0;
3406
+ }
3407
+ .buttons-suiviEleve-detail{
3408
+ position: absolute;
3409
+ width: 97%;
3410
+ }
3411
+ .releveNotes-suiviEleve{
3412
+ overflow: overlay;
3413
+ }
3414
+ .releveNotes-noBorder{
3415
+ border: none !important;
3416
+ }
3417
+ .encartBlanc-suiviEleve{
3418
+ margin-left: 20px;
3419
+ }
3420
+ .margin-text-underTabs{
3421
+ margin-bottom: 20px;
3422
+ }
3423
+ .iframeReportClass{
3424
+ display: inline;
3425
+ }
3426
+ .half-width{
3427
+ width: 50%;
3428
+ }
3429
+ .followingClass{
3430
+ margin-left: 15px;
3431
+ margin-right: 15px;
3432
+ }
3433
+ .marginUnderTabs{
3434
+ margin-bottom: 20px;
3435
+ padding-top: 15px;
3436
+ }
3437
+ .choseDownloadFormat{
3438
+ display: flex;
3439
+ justify-content: space-around;
3440
+ }
3441
+ .light-font-header{
3442
+ font-weight: 100!important;
3443
+ font-size: 0.9em;
3444
+ }
3445
+ .margin-loader{
3446
+ margin-bottom: 10px;
3447
+ }
3448
+ .duplication-title{
3449
+ color: $red;
3450
+ }
3451
+ .button-margin{
3452
+ margin: 16px;
3453
+ }
3454
+
3455
+ @media screen and (min-device-width:1300px) {
3456
+ .backgroundExportImage{
3457
+ background-image: url(/competences/public/img/export_image.svg);
3458
+ background-repeat: no-repeat;
3459
+ background-origin: content-box;
3460
+ background-position: 95% 15%;
3461
+ background-size: 40%;
3462
+ }
3463
+ }
3464
+
3465
+ .archives-margin{
3466
+ margin:2.5%;
3467
+ }
3468
+
3469
+ .archives-frame{
3470
+ background-color:$eval-lighter-grey;
3471
+ border: dotted grey;
3472
+ margin-top: 2%;
3473
+ margin-bottom: 1%;
3474
+ }
3475
+
3476
+ .archives-list-margin{
3477
+ margin-bottom:1%;
3478
+ }
3479
+
3480
+ .lightbox-creation-competences {
3481
+ .element{
3482
+ font-weight: bold;
3483
+ margin: 4% 0 0 0;
3484
+ }
3485
+
3486
+ .element-no-bold{
3487
+ margin: 4% 0 0 0;
3488
+ }
3489
+
3490
+ .input-no-bold{
3491
+ margin: 3.1% 0 0 0;
3492
+ }
3493
+
3494
+ .margin-bottom-5p{
3495
+ margin: 0 0 5% 0;
3496
+ }
3497
+
3498
+ .margin-sous-competences {
3499
+ margin: 1em 0 0 5% !important;
3500
+ }
3501
+
3502
+ .margin-left-10p {
3503
+ margin: 0 0 0 10% !important;
3504
+ }
3505
+ }
3506
+
3507
+ }
3508
+
3509
+
3510
+ // Sniplet module vie-scolaire
3511
+
3512
+ .evaluations-sniplet {
3513
+
3514
+ // Bilan périodique - POP UP création EPI / AP / Parcours
3515
+
3516
+
3517
+ .marginLeft {
3518
+ margin-left: 15px;
3519
+ }
3520
+
3521
+ .custom-h4 {
3522
+ font-size: 15.5px;
3523
+ font-weight: normal !important;
3524
+ color: #000;
3525
+ }
3526
+
3527
+ .marginTopZero {
3528
+ margin-top: 0;
3529
+ }
3530
+
3531
+ .marginBottomZero {
3532
+ margin-bottom: 0;
3533
+ }
3534
+
3535
+ .marginTop {
3536
+ margin-top: 15px;
3537
+ }
3538
+
3539
+ .disabled {
3540
+ select {
3541
+ background-color: lightgrey !important;
3542
+ }
3543
+ &:after {
3544
+ background: grey;
3545
+ }
3546
+ }
3547
+
3548
+ .skills-header {
3549
+ cursor: pointer;
3550
+ @include transition(all 200ms ease);
3551
+ &.skill-45 {
3552
+ height: 45px;
3553
+ overflow: hidden;
3554
+ list-style-type: none;
3555
+ color: #555;
3556
+ }
3557
+ &.opened {
3558
+ height: auto;
3559
+ overflow: visible;
3560
+ @include transition(all 200ms ease);
3561
+ > .skills-text-overflow{
3562
+ i.skills-open-icon::before {
3563
+ content: "\e841";
3564
+ }
3565
+ }
3566
+ }
3567
+ > span {
3568
+ padding: 15px 5px;
3569
+ border-bottom: solid 1px #e0e0e0;
3570
+ display: block;
3571
+ cursor: pointer;
3572
+ &.skills-teach {
3573
+ padding: 12px 35px 12px 20px;
3574
+ > span {
3575
+ margin-bottom: 5px;
3576
+ }
3577
+ }
3578
+ }
3579
+ > .skills-text-overflow{
3580
+ i.skills-open-icon {
3581
+ @include fonticon;
3582
+ &::before{
3583
+ content: "\e823";
3584
+ left: 0;
3585
+ position: absolute;
3586
+ @include transition(all 200ms ease);
3587
+ font-size: 10px;
3588
+ }
3589
+ }
3590
+ }
3591
+ }
3592
+
3593
+ .skills-list-aideSaisie {
3594
+ padding-left: 10px;
3595
+ margin: 0;
3596
+ list-style-type: none;
3597
+ ul{
3598
+ list-style-type: none;
3599
+ }
3600
+ }
3601
+
3602
+ ul.skills-list {
3603
+ list-style-type: none;
3604
+ }
3605
+
3606
+ .skills-list-proposition {
3607
+ margin: 10px 5px 0 5px;
3608
+ cursor: pointer;
3609
+ padding: 0 0 0 5px;
3610
+ }
3611
+
3612
+ .skills-list-proposition:hover {
3613
+ color: #FF8500;
3614
+ }
3615
+
3616
+ .all.selected {
3617
+ background: grey !important;
3618
+ }
3619
+
3620
+ .skills-list {
3621
+ padding-left: 15px;
3622
+ overflow-y: scroll;
3623
+ overflow-x: hidden;
3624
+ min-height: 95px;
3625
+ max-height: 230px;
3626
+ }
3627
+
3628
+ .skills-list-proposition:hover dots-menu {
3629
+ opacity: 1;
3630
+ }
3631
+ .skills-list-proposition dots-menu {
3632
+ opacity: 0;
3633
+ }
3634
+
3635
+ .border-white-before.checkbox {
3636
+ > input[type="checkbox"]:checked + span::before {
3637
+ border-color: #fff;
3638
+ }
3639
+ }
3640
+
3641
+ .skills-header >.skills-text-overflow i.skills-open-icon::before {
3642
+ margin: 10px 0 0 5px!important;
3643
+ }
3644
+
3645
+ .champsRequis {
3646
+ font-size: 13px;
3647
+ }
3648
+
3649
+ .littleButton {
3650
+ padding: 0px 4px !important;
3651
+ font-size: 11px !important;
3652
+ text-transform: none !important;
3653
+ margin-bottom: 0px !important;
3654
+ display: inline-block !important;
3655
+ float: none !important;
3656
+ }
3657
+
3658
+ .input-libelle {
3659
+ width: 55%;
3660
+ }
3661
+
3662
+ .input-code {
3663
+ width: 30%;
3664
+ margin-right: 15px;
3665
+ }
3666
+
3667
+ &.paramServices {
3668
+
3669
+ .selectable-list {
3670
+ width: 80%;
3671
+ height: 100%;
3672
+ margin: auto;
3673
+ }
3674
+
3675
+ .delete {
3676
+ @include fonticon;
3677
+ font-size: 15px;
3678
+ color: $red;
3679
+ font-weight: 300;
3680
+ opacity: 0.8;
3681
+ border: none;
3682
+ background-color: inherit;
3683
+ &::after {
3684
+ content: '\e866';
3685
+ }
3686
+ }
3687
+
3688
+ .lightboxCreate, .lightboxUpdate {
3689
+ margin: 20px;
3690
+ }
3691
+
3692
+ .lightboxCreate > .row:last-child > * {
3693
+ display: inline-block;
3694
+ }
3695
+
3696
+ .lightboxUpdate > .row > * {
3697
+ display: inline-block;
3698
+ vertical-align: middle;
3699
+ }
3700
+
3701
+ .filterButton {
3702
+
3703
+ & > * {
3704
+ margin : 0 10px 15px;
3705
+ }
3706
+
3707
+ & > input {
3708
+ font-size: 1em;
3709
+ font-style: italic;
3710
+ }
3711
+ }
3712
+ }
3713
+
3714
+ .cursor-auto {
3715
+ cursor:auto;
3716
+ }
3717
+
3718
+ .domain-header {
3719
+ position:relative;
3720
+ left:10px;
3721
+ top:10px;
3722
+ }
3723
+
3724
+ .margin-top-10 {
3725
+ margin-top:10px;
3726
+ }
3727
+
3728
+ .margin-left-10 {
3729
+ margin-left:10px;
3730
+ }
3731
+
3732
+ .margin-15 {
3733
+ margin: 15px;
3734
+ }
3735
+ }
3736
+
3737
+ i.eye-open-orange.eye-grey-color::before {
3738
+ color: grey !important;
3739
+ }
3740
+
3741
+ i.eye-open-orange.eye-white-color::before {
3742
+ color: white !important;
3743
+ }
3744
+
3745
+ .marginTop10 {
3746
+ margin-top: 10%;
3747
+ }
3748
+ // Lightbox Relevé Périodique
3749
+ lightbox#delete-periodic div.content {
3750
+ width: 600px;
3751
+ }
3752
+ .lightbox-releve-period {
3753
+ .margin-button {
3754
+ margin-top: 2%;
3755
+ margin-right: 5%;
3756
+ }
3757
+ }
3758
+
3759
+
3760
+
3761
+