new_style.css 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335
  1. :root {
  2. --color-text: #000000;
  3. --color-text-alt: #ffffff;
  4. --color-blu: #0618be;
  5. --color-viola: #7738fa;
  6. --color-viola-hover: #7738fa40;
  7. --color-viola-hover-flat: #d6c7fe;
  8. --color-lilla: #f6f7ff;
  9. --color-outile: #8979ff;
  10. --color-rosso: #d6234f;
  11. --color-verde: #339e8e;
  12. --color-arancione: #ffb624;
  13. --bs-primary: var(--color-blu);
  14. --bs-primary-rgb: 6, 24, 190;
  15. }
  16. ::-webkit-scrollbar {
  17. width: 0.325rem;
  18. }
  19. /* General styles*/
  20. html,
  21. body {
  22. background-color: var(--color-lilla);
  23. color: var(--color-text);
  24. }
  25. body .btn--ui,
  26. body ul.pagination li .page-link,
  27. body #btn-back-to-top,
  28. body #btn-back-to-bottom {
  29. background-color: var(--color-blu) !important;
  30. font-weight: 600;
  31. border: 1px solid var(--color-blu);
  32. color: white;
  33. }
  34. body .btn--ui.primary {
  35. background-color: var(--color-blu) !important;
  36. }
  37. body .btn--ui.lightGrey,
  38. body .btn--ui.extraLightGrey {
  39. border-color: var(--color-blu);
  40. color: var(--color-blu);
  41. font-weight: 600;
  42. border-width: 1px;
  43. }
  44. body .btn--ui:hover,
  45. body .btn--ui.lightGrey:hover,
  46. body .btn--ui.extraLightGrey:hover,
  47. body ul.pagination li .page-link:hover,
  48. body ul.pagination li.active .page-link,
  49. body #btn-back-to-top:hover,
  50. body #btn-back-to-bottom:hover {
  51. background-color: var(--color-viola) !important;
  52. border-color: var(--color-viola);
  53. color: #ffffff;
  54. }
  55. body #card--dashboard > .btn--ui:has(i[class*="fa-arrow-left"]) {
  56. position: absolute;
  57. top: 0;
  58. margin: 0 !important;
  59. left: 0;
  60. border: none;
  61. padding: 10px;
  62. width: 40px;
  63. height: 40px;
  64. border-radius: 0 !important;
  65. }
  66. body .modal-header.modal-header-blu {
  67. background-color: var(--color-blu);
  68. }
  69. body .modal-header .modal-title {
  70. color: var(--color-text);
  71. }
  72. body .modal-header .btn-close {
  73. color: var(--color-text);
  74. opacity: 1;
  75. filter: unset;
  76. }
  77. body .modal-header.modal-header-blu .modal-title {
  78. color: white;
  79. }
  80. body .modal-header.modal-header-blu .btn-close {
  81. color: white;
  82. filter: invert(1);
  83. }
  84. #setting h5 {
  85. color: var(--color-text);
  86. }
  87. /* Login */
  88. .login--box .form--item label {
  89. width: 100%;
  90. }
  91. .login--box .form--item input.form-control {
  92. border-radius: 15px 0 0 15px !important;
  93. height: 40px;
  94. border: 1px solid #d3dce1 !important;
  95. }
  96. .login--box .form--item input.form-control:focus {
  97. box-shadow: none;
  98. }
  99. .login--box .form--item .input-group-text {
  100. border-radius: 0 15px 15px 0 !important;
  101. }
  102. body .ico--ui.mail {
  103. background-image: none;
  104. mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id='Livello_1'%3E%3Cg id='Raggruppa_308'%3E%3Crect id='Rettangolo_433' class='cls-1' width='16' height='16'/%3E%3Cpath id='Unione_3' fill='%230C6197' class='cls-2' d='M0,5.3c0-1.8,1.5-3.3,3.3-3.3h9.3c1.8,0,3.3,1.5,3.3,3.3v5.3c0,1.8-1.5,3.3-3.3,3.3H3.3c-1.8,0-3.3-1.5-3.3-3.3v-5.3ZM12.7,3.3H3.3c-1.1,0-2,.9-2,2v5.3c0,1.1.9,2,2,2h9.3c1.1,0,2-.9,2-2v-5.3c0-1.1-.9-2-2-2ZM5.1,8.2c.3-.3.7-.3.9,0,0,0,0,0,0,0,.3.3.3.7,0,.9h0s-1.9,1.9-1.9,1.9c-.3.3-.7.3-.9,0,0,0,0,0,0,0-.3-.3-.3-.7,0-.9h0s1.9-1.9,1.9-1.9ZM12.6,10.1h0c.3.3.3.7,0,.9,0,0,0,0,0,0-.3.3-.7.3-.9,0l-1.9-1.9h0c-.3-.3-.3-.7,0-.9,0,0,0,0,0,0,.3-.3.7-.3.9,0l1.9,1.9ZM7.2,8c-.5,0-1-.2-1.4-.6l-1.9-1.9c-.3-.3-.3-.7,0-.9,0,0,0,0,0,0,.3-.3.7-.3.9,0,0,0,0,0,0,0l1.9,1.9c.1.1.3.2.5.2h1.6c.2,0,.3,0,.5-.2l1.9-1.9c.3-.3.7-.3.9,0,0,0,0,0,0,0,.3.3.3.7,0,.9l-1.9,1.9c-.4.4-.9.6-1.4.6h-1.6Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  105. mask-repeat: no-repeat;
  106. mask-size: contain;
  107. background-color: var(--color-blu);
  108. }
  109. body .ico--ui.lock {
  110. background-image: none;
  111. mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Raggruppa_427' data-name='Raggruppa 427' transform='translate(189 -268)'%3E%3Crect id='Rettangolo_301' data-name='Rettangolo 301' width='16' height='16' transform='translate(-189 268)' fill='none'/%3E%3Cg id='Raggruppa_425' data-name='Raggruppa 425' transform='translate(-4 -3.125)'%3E%3Cpath id='Rettangolo_232' data-name='Rettangolo 232' d='M2.5,0h0A2.5,2.5,0,0,1,5,2.5V4A0,0,0,0,1,5,4H0A0,0,0,0,1,0,4V2.5A2.5,2.5,0,0,1,2.5,0Z' transform='translate(-179.5 274.125)' fill='none' stroke='%23006099' stroke-width='2'/%3E%3Crect id='Rettangolo_302' data-name='Rettangolo 302' width='10' height='7' rx='2' transform='translate(-182 278.125)' fill='none' stroke='%23006099' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  112. mask-repeat: no-repeat;
  113. mask-size: contain;
  114. background-color: var(--color-blu);
  115. }
  116. body .login--box .credential--recovery a {
  117. color: var(--color-blu);
  118. }
  119. body h1.primary,
  120. body h2.primary,
  121. body h3.primary,
  122. body h4.primary,
  123. body h5.primary,
  124. body h6.primary,
  125. body .title-form.primary {
  126. color: var(--color-blu);
  127. }
  128. /* Main content */
  129. body #card--dashboard {
  130. position: relative;
  131. }
  132. /* Hide popover locked on top left corner */
  133. .popover[data-popper-reference-hidden] {
  134. display: none;
  135. }
  136. /* Header */
  137. .header--gestionale {
  138. background-color: var(--color-blu);
  139. padding-block: 10px;
  140. }
  141. .header--gestionale_back {
  142. width: auto;
  143. }
  144. .header--gestionale_back button {
  145. border: none;
  146. background-color: transparent;
  147. color: white;
  148. outline: none;
  149. font-size: 30px;
  150. padding: 0;
  151. line-height: 1;
  152. }
  153. .header--gestionale_logo {
  154. width: auto;
  155. }
  156. .header--gestionale_pageTitle {
  157. width: unset;
  158. flex: 1;
  159. }
  160. .header--userprofile-icon {
  161. vertical-align: middle;
  162. width: 50px;
  163. height: 50px;
  164. border-radius: 12px;
  165. background-color: white;
  166. text-align: center;
  167. border: 2px solid var(--color-outile);
  168. }
  169. /* Sidebar */
  170. #open-filter,
  171. #close-filter {
  172. background-color: var(--color-blu);
  173. }
  174. #sidebar--wrapper #filter--section #accordionExample .accordion-header {
  175. margin-left: 5px;
  176. }
  177. #sidebar--wrapper #filter--section #accordionExample .accordion-button {
  178. display: flex;
  179. flex-direction: row;
  180. flex-wrap: nowrap;
  181. justify-content: flex-start;
  182. align-items: baseline;
  183. gap: 5px;
  184. }
  185. #sidebar--wrapper #filter--section #accordionExample .accordion-button i {
  186. width: 30px;
  187. height: 30px;
  188. display: flex;
  189. flex-direction: row;
  190. flex-wrap: nowrap;
  191. align-content: center;
  192. justify-content: center;
  193. align-items: center;
  194. }
  195. #menu-anagrafica li a.nav-link,
  196. #menu-contabilita li a.nav-link,
  197. #menu-scadenze li a.nav-link,
  198. #menu-anagrafica li:hover a span,
  199. #menu-contabilita li:hover a span,
  200. #menu-scadenze li:hover a span {
  201. color: var(--color-text);
  202. }
  203. #accordionExample .accordion-item:hover,
  204. #menu-anagrafica li:hover,
  205. #menu-contabilita li:hover,
  206. #menu-scadenze li:hover {
  207. /* background-color: transparent; */
  208. background-color: var(--color-viola-hover);
  209. }
  210. #accordionExample .accordion-item.accordion-item-active,
  211. #accordionExample .accordion-item .nav-item.nav-item-active {
  212. background-color: var(--color-viola);
  213. color: #ffffff;
  214. }
  215. #accordionExample .accordion-item .nav-item.nav-item-active a span {
  216. color: #ffffff;
  217. }
  218. /* Resumee card anagrafica */
  219. .section--tab {
  220. border: none;
  221. }
  222. .section--tab h4 {
  223. border-color: var(--color-viola) !important;
  224. padding: 5px !important;
  225. text-transform: uppercase;
  226. font-weight: bold !important;
  227. color: black !important;
  228. }
  229. body #card--resume.card--ui,
  230. body #accountingEntry .accountingEntry_resume.card--ui {
  231. background: unset;
  232. background-color: var(--color-lilla);
  233. color: black;
  234. border: 1px solid var(--color-outile);
  235. border-radius: 15px;
  236. }
  237. body #card--resume.card--ui header,
  238. body #accountingEntry .accountingEntry_resume.card--ui > header {
  239. background: transparent;
  240. border: none;
  241. color: black;
  242. padding: 30px;
  243. padding-top: 35px;
  244. }
  245. body #card--resume.card--ui header span.user-name,
  246. body #card--resume.card--ui .card--resume_body .resume--tab_info h2,
  247. body #card--resume.card--ui .title--tessera_added span.title-detail,
  248. body #accountingEntry .accountingEntry_resume.card--ui > header span.primary {
  249. color: black;
  250. }
  251. body #card--resume.card--ui .card--resume_body .resume--tab_info h2 {
  252. font-size: 20px;
  253. line-height: 1;
  254. display: flex;
  255. align-items: center;
  256. gap: 20px;
  257. }
  258. body #card--resume.card--ui header span.user-name {
  259. font-size: 32px;
  260. line-height: 1;
  261. }
  262. body #card--resume.card--ui header span.user-email {
  263. color: black;
  264. opacity: 0.8;
  265. }
  266. body #card--resume.card--ui .card--resume_body .user-address li,
  267. body #card--resume.card--ui .card--resume_body .user-residence li {
  268. gap: 22px;
  269. align-items: center;
  270. margin-bottom: 15px;
  271. }
  272. body #card--resume.card--ui .card--resume_body .user-address li i,
  273. body #card--resume.card--ui .card--resume_body .user-residence li i,
  274. body #card--resume.card--ui .card--resume_body .resume--tab_info h2 i {
  275. font-size: 20px;
  276. width: 20px;
  277. height: 20px;
  278. color: var(--color-viola);
  279. margin: 0;
  280. }
  281. body #accountingEntry .accountingEntry_resume.card--ui .username > i {
  282. color: var(--color-viola);
  283. }
  284. body #card--resume.card--ui .card--resume_body .resume--tab_info ul {
  285. padding-left: 55px;
  286. }
  287. body #card--resume.card--ui .card--resume_body .resume--tab_info ul li {
  288. padding: 0;
  289. }
  290. body #card--resume.card--ui .card--resume_body .resume--tab_info ul li::marker {
  291. color: var(--color-viola);
  292. }
  293. body #card--resume.card--ui .card--resume_body .resume--tab_info .resume-corso,
  294. body
  295. #card--resume.card--ui
  296. .card--resume_body
  297. .resume--tab_info
  298. .resume-certificato,
  299. body
  300. #card--resume.card--ui
  301. .card--resume_body
  302. .resume--tab_info
  303. .resume-tessera {
  304. border-left: 2px solid var(--color-viola);
  305. padding-left: 15px;
  306. margin-left: 42px;
  307. margin-bottom: 10px;
  308. }
  309. /* Form */
  310. body .title-form.primary {
  311. margin-top: 50px;
  312. }
  313. body label,
  314. body label.form-label {
  315. margin: 0;
  316. color: black;
  317. }
  318. body .form-control:not(textarea),
  319. body form .form-control:not(textarea),
  320. body .form-select,
  321. body form .form-select,
  322. body .select2-selection,
  323. body form .select2-selection,
  324. body input.form-control[type="search"],
  325. body .btn.dropdown-toggle {
  326. border-radius: 15px !important;
  327. height: 40px !important;
  328. border: 1px solid #d3dce1 !important;
  329. background-color: #f5f8fa !important;
  330. }
  331. body textarea.form-control,
  332. body form textarea.form-control {
  333. border-radius: 15px !important;
  334. border: 1px solid #d3dce1 !important;
  335. background-color: #f5f8fa !important;
  336. }
  337. body input.form-check-input,
  338. body form input.form-check-input {
  339. height: 20px !important;
  340. width: 20px !important;
  341. border-radius: 5px !important;
  342. padding: 0 !important;
  343. }
  344. body input.form-check-input:checked[type="checkbox"],
  345. body form input.form-check-input:checked[type="checkbox"],
  346. body input.form-check-input:checked[type="radio"],
  347. body form input.form-check-input:checked[type="radio"] {
  348. background-color: var(--color-blu) !important;
  349. }
  350. body .form-select[multiple] {
  351. color: transparent;
  352. }
  353. body .form-select {
  354. padding-block: 10px;
  355. }
  356. /* contabilità uscite */
  357. #accountingExit .accountingExit_data {
  358. width: 100%;
  359. }
  360. /* dashboard */
  361. body .dashboard-container {
  362. background: var(--color-lilla);
  363. height: calc(100dvh - 86px);
  364. min-height: calc(100dvh - 86px);
  365. overflow: auto;
  366. display: flex;
  367. flex-direction: column;
  368. flex-wrap: nowrap;
  369. gap: 20px;
  370. padding: 2.5rem !important;
  371. background: white;
  372. }
  373. body .dashboard-container .dashboard-card {
  374. border: 1px solid var(--color-outile);
  375. border-radius: 12px;
  376. padding: 20px;
  377. position: relative;
  378. box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
  379. }
  380. body .dashboard-container .dashboard-card.card-inverted {
  381. border-color: var(--color-lilla);
  382. background-color: var(--color-lilla);
  383. }
  384. body .dashboard-container .dashboard-card-header {
  385. display: flex;
  386. justify-content: space-between;
  387. align-items: baseline;
  388. margin-bottom: 10px;
  389. }
  390. body .dashboard-container .dashboard-card-title {
  391. font-size: 17px;
  392. font-weight: bold;
  393. color: black;
  394. line-height: 1;
  395. margin-bottom: 10px;
  396. }
  397. body .dashboard-container .dashboard-card-link .dashboard-card-header,
  398. body
  399. .dashboard-container
  400. .dashboard-card-link
  401. .dashboard-card-header
  402. .dashboard-card-title {
  403. margin: 0;
  404. }
  405. body .dashboard-container .dashboard-card-icon {
  406. color: var(--color-viola);
  407. font-size: 20px;
  408. }
  409. body .dashboard-container .dashboard-card-value {
  410. font-size: 48px;
  411. font-weight: bold;
  412. color: black;
  413. margin: 20px 0 5px;
  414. line-height: 1;
  415. }
  416. body .dashboard-container .dashboard-card.dashboard-card-link {
  417. background-color: var(--color-viola-hover);
  418. border-color: transparent;
  419. }
  420. body .dashboard-container .dashboard-card.dashboard-card-link:hover {
  421. background-color: var(--color-viola);
  422. }
  423. body
  424. .dashboard-container
  425. .dashboard-card.dashboard-card-link:hover
  426. .dashboard-card-title,
  427. body
  428. .dashboard-container
  429. .dashboard-card.dashboard-card-link:hover
  430. .dashboard-card-icon {
  431. color: white;
  432. }
  433. body .dashboard-container .card-income .dashboard-card-icon,
  434. body .dashboard-container .card-income .dashboard-card-value {
  435. color: var(--color-verde);
  436. }
  437. body .dashboard-container .card-topay .dashboard-card-icon,
  438. body .dashboard-container .card-topay .dashboard-card-value {
  439. color: var(--color-viola);
  440. }
  441. body .dashboard-container .card-expense .dashboard-card-icon,
  442. body .dashboard-container .card-expense .dashboard-card-value {
  443. color: var(--color-rosso);
  444. }
  445. body .dashboard-container .card-delta .dashboard-card-icon,
  446. body .dashboard-container .card-delta .dashboard-card-value {
  447. color: var(--color-viola);
  448. }
  449. body .dashboard-container .card-income .dashboard-card-value,
  450. body .dashboard-container .card-topay .dashboard-card-value,
  451. body .dashboard-container .card-expense .dashboard-card-value,
  452. body .dashboard-container .card-delta .dashboard-card-value {
  453. font-size: 30px;
  454. }
  455. body .dashboard-container .dashboard-card-info {
  456. font-size: 14px;
  457. }
  458. body .dashboard-container .dashboard-card-info span {
  459. position: relative;
  460. font-weight: 500;
  461. }
  462. body .dashboard-container .dashboard-card-info .more {
  463. color: var(--color-verde);
  464. }
  465. body .dashboard-container .dashboard-card-info .more:before {
  466. content: "+";
  467. }
  468. body .dashboard-container .dashboard-card-info .less {
  469. color: var(--color-rosso);
  470. }
  471. body .dashboard-container .dashboard-card-info .less:before {
  472. content: "-";
  473. }
  474. body .dashboard-container .dashboard-card-change {
  475. font-size: 12px;
  476. color: #666;
  477. }
  478. body .dashboard-container .dashboard-card-change.positive {
  479. color: var(--color-verde);
  480. }
  481. body .dashboard-container .dashboard-card-change.negative {
  482. color: var(--color-rosso);
  483. }
  484. body .dashboard-container .stat-icon {
  485. width: 24px;
  486. height: 24px;
  487. border-radius: 4px;
  488. display: flex;
  489. align-items: center;
  490. justify-content: center;
  491. color: white;
  492. font-size: 12px;
  493. }
  494. body .dashboard-container .courses-list {
  495. max-height: 300px;
  496. overflow-y: auto;
  497. }
  498. body .dashboard-container .course-item {
  499. margin-bottom: 20px;
  500. display: grid;
  501. grid-template-columns: 32px auto 1fr;
  502. align-items: center;
  503. column-gap: 15px;
  504. }
  505. body .dashboard-container .course-item .course-time {
  506. grid-row: span 2;
  507. font-weight: 600;
  508. color: black;
  509. font-size: 12px;
  510. white-space: break-spaces;
  511. }
  512. body .dashboard-container .course-item .course-time:empty {
  513. display: none;
  514. }
  515. body .dashboard-container .course-item .course-divider {
  516. grid-row: span 2;
  517. width: 1px;
  518. height: 100%;
  519. background-color: #ababab;
  520. }
  521. body .dashboard-container .course-item .course-time:empty + .course-divider {
  522. display: none;
  523. }
  524. body .dashboard-container .course-item .course-name {
  525. font-size: 13px;
  526. color: black;
  527. font-weight: 600;
  528. line-height: 1.2;
  529. grid-column: 3;
  530. }
  531. body .dashboard-container .course-item .course-days {
  532. font-size: 12px;
  533. color: #666;
  534. grid-column: 3;
  535. }
  536. body .dashboard-container .fields-grid {
  537. display: grid;
  538. grid-template-columns: 1fr 1fr;
  539. gap: 10px;
  540. }
  541. body .dashboard-container .field-item {
  542. padding: 12px;
  543. border: 2px solid var(--color-verde);
  544. border-radius: 8px;
  545. text-align: center;
  546. background: white;
  547. }
  548. body .dashboard-container .field-item.occupied {
  549. border-color: var(--color-rosso);
  550. background: #fff5f7;
  551. }
  552. body .dashboard-container .field-name {
  553. font-weight: bold;
  554. color: #333;
  555. }
  556. body .dashboard-container .field-time {
  557. color: #666;
  558. font-size: 12px;
  559. }
  560. body .dashboard-container .notes-section {
  561. }
  562. body .dashboard-container .notes-input {
  563. width: 100%;
  564. background-color: white;
  565. outline: none;
  566. font-size: 14px;
  567. min-height: 50px;
  568. resize: vertical;
  569. border: none;
  570. border-radius: 6px;
  571. padding: 10px;
  572. }
  573. body .dashboard-container .save-btn {
  574. background-color: transparent;
  575. color: var(--color-viola);
  576. border: none;
  577. padding: 8px 16px;
  578. border-radius: 6px;
  579. font-size: 12px;
  580. cursor: pointer;
  581. font-weight: bold;
  582. margin-left: auto;
  583. display: block;
  584. will-change: color, background-color;
  585. transition: color 0.3s ease, background-color 0.3s ease;
  586. }
  587. body .dashboard-container .save-btn:hover {
  588. background-color: var(--color-viola);
  589. color: white;
  590. }
  591. body .dashboard-container .notes-list {
  592. max-height: 380px;
  593. overflow-y: auto;
  594. }
  595. body .dashboard-container .notes-list:not(:empty) {
  596. margin-block: 25px;
  597. }
  598. body .dashboard-container .note-item {
  599. display: flex;
  600. align-items: flex-start;
  601. gap: 10px;
  602. padding-bottom: 10px;
  603. margin-bottom: 20px;
  604. border-bottom: 1px solid rgba(0, 0, 0, 35%);
  605. }
  606. body .dashboard-container .note-item:last-of-type {
  607. margin-bottom: 0;
  608. }
  609. body .dashboard-container .note-checkbox {
  610. width: 14px;
  611. height: 14px;
  612. border: 1px solid rgba(0, 0, 0, 35%);
  613. border-radius: 100%;
  614. background: transparent;
  615. color: transparent;
  616. cursor: pointer;
  617. display: flex;
  618. align-items: center;
  619. justify-content: center;
  620. font-size: 12px;
  621. font-weight: bold;
  622. will-change: color, background-color;
  623. transition: color 0.3s ease, background-color 0.3s ease;
  624. }
  625. body .dashboard-container .note-checkbox:hover {
  626. background: var(--color-viola);
  627. color: white;
  628. }
  629. body .dashboard-container .note-content {
  630. flex: 1;
  631. }
  632. body .dashboard-container .note-text {
  633. color: black;
  634. font-size: 14px;
  635. line-height: 1;
  636. font-weight: 500;
  637. }
  638. body .dashboard-container .note-date {
  639. color: black;
  640. font-size: 10px;
  641. }
  642. body .dashboard-container .empty-notes {
  643. text-align: center;
  644. color: #666;
  645. font-size: 13px;
  646. padding: 20px;
  647. font-style: italic;
  648. }
  649. body .dashboard-container .chart-card .chart-container {
  650. grid-column: unset;
  651. }
  652. body .dashboard-container .financial-cards {
  653. display: grid;
  654. grid-template-columns: 1fr 1fr;
  655. gap: 20px;
  656. margin-bottom: 20px;
  657. }
  658. body .dashboard-container .financial-card {
  659. background: white;
  660. border-radius: 12px;
  661. padding: 20px;
  662. box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  663. text-align: center;
  664. }
  665. body .dashboard-container .financial-card.income {
  666. border-left: 4px solid var(--color-verde);
  667. }
  668. body .dashboard-container .financial-card.expense {
  669. border-left: 4px solid var(--color-rosso);
  670. }
  671. body .dashboard-container .financial-amount {
  672. font-size: 36px;
  673. font-weight: bold;
  674. margin: 10px 0;
  675. }
  676. body .dashboard-container .financial-amount.income {
  677. color: var(--color-verde);
  678. }
  679. body .dashboard-container .financial-amount.expense {
  680. color: var(--color-rosso);
  681. }
  682. body .dashboard-container .recent-users-table {
  683. width: 100%;
  684. border-collapse: collapse;
  685. margin-top: 20px;
  686. }
  687. body .dashboard-container .recent-users-table th,
  688. body .dashboard-container .recent-users-table td {
  689. text-align: left;
  690. padding: 10px 5px;
  691. border-bottom: 1px solid #f0f0f0;
  692. }
  693. body .dashboard-container .recent-users-table th {
  694. font-weight: bold;
  695. color: var(--color-text);
  696. font-size: 15px;
  697. padding: 5px;
  698. }
  699. body .dashboard-container .recent-users-table td {
  700. font-size: 13px;
  701. color: black;
  702. }
  703. body .dashboard-container .transaction-list {
  704. max-height: 300px;
  705. overflow-y: auto;
  706. }
  707. body .dashboard-container .transaction-item {
  708. display: flex;
  709. justify-content: space-between;
  710. align-items: center;
  711. padding: 12px;
  712. border-bottom: 1px solid #f0f0f0;
  713. }
  714. body .dashboard-container .transaction-name {
  715. font-weight: 500;
  716. color: #333;
  717. }
  718. body .dashboard-container .transaction-amount {
  719. font-weight: bold;
  720. }
  721. body .dashboard-container .transaction-type {
  722. font-size: 10px;
  723. padding: 4px 8px;
  724. border-radius: 12px;
  725. color: white;
  726. font-weight: bold;
  727. }
  728. body .dashboard-container .transaction-type.income {
  729. background: var(--color-verde);
  730. }
  731. body .dashboard-container .transaction-type.expense {
  732. background: var(--color-rosso);
  733. }
  734. body .dashboard-container .participation-bar {
  735. height: 10px;
  736. background: #f0f0f0;
  737. border-radius: 10px;
  738. overflow: hidden;
  739. margin: 8px 0;
  740. }
  741. body .dashboard-container .participation-fill {
  742. height: 100%;
  743. transition: width 0.3s ease;
  744. border-radius: 10px;
  745. background: #8b4cf7;
  746. }
  747. body .dashboard-container .chart-title {
  748. font-size: 16px;
  749. font-weight: 600;
  750. color: #333;
  751. margin-bottom: 15px;
  752. }
  753. body .dashboard-container .grid-4 {
  754. display: grid;
  755. grid-template-columns: repeat(4, 1fr);
  756. gap: 20px;
  757. }
  758. body .dashboard-container .grid-3 {
  759. display: grid;
  760. grid-template-columns: repeat(3, 1fr);
  761. gap: 20px;
  762. }
  763. body .dashboard-container .grid-1-2 {
  764. display: grid;
  765. grid-template-rows: repeat(2, 1fr);
  766. gap: 20px;
  767. }
  768. body .dashboard-container .grid-2 {
  769. display: grid;
  770. grid-template-columns: repeat(2, 1fr);
  771. gap: 20px;
  772. }
  773. body .dashboard-container .grid-2-1 {
  774. display: grid;
  775. grid-template-columns: 2fr 1fr;
  776. gap: 20px;
  777. }
  778. body .dashboard-container .grid-w-2 {
  779. grid-column-end: span 2;
  780. }
  781. body .dashboard-container .grid-w-3 {
  782. grid-column-end: span 3;
  783. }
  784. body .dashboard-container .full-width {
  785. grid-column: span 3;
  786. }
  787. body .dashboard-container .half-width {
  788. grid-column: span 2;
  789. }
  790. body .dashboard-container .fade-out {
  791. opacity: 0;
  792. transform: translateX(100%);
  793. transition: all 0.3s ease;
  794. }
  795. body div.dt-button-background {
  796. pointer-events: none;
  797. }
  798. body .chart-body {
  799. padding: 0;
  800. }
  801. body .table-header .table-cell {
  802. color: var(--color-text);
  803. }
  804. body .course-controls {
  805. border: none;
  806. background: unset;
  807. background-color: var(--color-lilla);
  808. padding-block: 15px;
  809. border-radius: 10px;
  810. }
  811. body .dashboard-container .chart-card .dashboard-card-title {
  812. margin-bottom: 20px;
  813. }
  814. /* dettaglio utente */
  815. body .user--profile_card {
  816. background: unset;
  817. background-color: var(--color-lilla);
  818. color: black;
  819. border: 1px solid var(--color-outile);
  820. border-radius: 15px;
  821. }
  822. body .user--profile_resume {
  823. background: unset;
  824. background-color: var(--color-lilla);
  825. color: black;
  826. border-radius: 0 15px 15px 0;
  827. margin-block: 30px;
  828. }
  829. body .title--tessera_added span.title-detail_date {
  830. color: black;
  831. }
  832. body .user--profile_card .avatar--wrapper {
  833. margin-inline: auto;
  834. }
  835. body .user--profile_card article header {
  836. color: black;
  837. }
  838. body .user--profile_card article .credito_title {
  839. color: black;
  840. }
  841. body .user--profile_card article header i {
  842. color: var(--color-viola);
  843. }
  844. .user--profile_card .resume--info {
  845. border-left: 2px solid var(--color-viola);
  846. padding-left: 15px;
  847. margin-left: 42px;
  848. margin-bottom: 10px;
  849. color: #000000;
  850. }
  851. body .user--profile_resume .resume--tab_info .title i {
  852. color: var(--color-viola);
  853. }
  854. body .user--profile_resume .resume--tab_info .title {
  855. color: black;
  856. }
  857. .user--profile_resume .user_name .name {
  858. color: black;
  859. }
  860. .user--profile_resume .user-address li,
  861. .user--profile_resume .user-residence li {
  862. gap: 22px;
  863. align-items: center;
  864. margin-bottom: 15px;
  865. font-size: 14px;
  866. }
  867. .user--profile_resume .user-address li i,
  868. .user--profile_resume .user-residence li i {
  869. font-size: 20px;
  870. width: 20px;
  871. height: 20px;
  872. color: var(--color-viola);
  873. margin: 0;
  874. }
  875. .user--profile_resume .resume--info.resume-corso {
  876. border-left: 2px solid var(--color-viola);
  877. padding-left: 15px;
  878. margin-left: 42px;
  879. margin-bottom: 10px;
  880. font-size: 14px;
  881. }
  882. .resume--tab_info.gruppi .title h4 {
  883. display: list-item;
  884. }
  885. .resume--tab_info.gruppi .title h4::marker {
  886. color: var(--color-viola);
  887. }
  888. .resume--tab_info.gruppi .resume--info {
  889. padding-left: 55px;
  890. }
  891. .user--profile_resume .user-address li span a {
  892. color: var(--color-blu);
  893. text-decoration: underline;
  894. }
  895. .title--tessera_added span.title-detail {
  896. color: #000000;
  897. }
  898. .comunication-send-options .form-check {
  899. padding: 20px;
  900. border: 1px solid #dee2e6;
  901. border-radius: 0.375rem;
  902. font-size: 14px;
  903. cursor: pointer;
  904. }
  905. .comunication-send-options .form-check:has(.form-check-input:checked) {
  906. border: 1px solid #0618be;
  907. box-shadow: inset 0 0 0 1px #0618be;
  908. color: #0618be;
  909. }
  910. .comunication-send-options .form-check .form-check-input {
  911. display: none;
  912. }
  913. .ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
  914. .ck.ck-editor__main > .ck-editor__editable {
  915. min-height: 200px;
  916. }
  917. table#recipients-table td {
  918. padding-right: 30px;
  919. }
  920. .recipients {
  921. padding: 16px 30px;
  922. background: var(--color-lilla);
  923. border-radius: 7px;
  924. border: 1px solid var(--color-outile);
  925. overflow: auto;
  926. max-height: 220px;
  927. display: grid;
  928. grid-template-columns: repeat(auto-fit, minmax(min(333px, 100%), 1fr));
  929. font-size: 14px;
  930. }
  931. .recipients .recipient span.recipient-name {
  932. font-weight: bold;
  933. }
  934. body div.dt-processing {
  935. z-index: 1000;
  936. }
  937. body
  938. .select2-container
  939. .select2-selection--single
  940. .select2-selection__rendered {
  941. display: flex;
  942. flex-wrap: wrap;
  943. align-content: center;
  944. line-height: 1;
  945. padding-top: 9px;
  946. }
  947. body .form-select,
  948. body form .form-select {
  949. /* padding-top: 11px; */
  950. line-height: 1;
  951. }
  952. table.dataTable td.dt-type-numeric {
  953. padding-right: 30px;
  954. }
  955. a.member-file-url {
  956. color: var(--color-blu);
  957. text-decoration: underline;
  958. }
  959. .dt-buttons.btn-group .btn {
  960. border-color: #d3dce1;
  961. background-color: #f5f8fa !important;
  962. width: 42px;
  963. height: 40px;
  964. display: flex;
  965. flex-direction: row;
  966. flex-wrap: nowrap;
  967. align-content: center;
  968. justify-content: center;
  969. align-items: center;
  970. }
  971. .dt-buttons.btn-group .btn span i:before {
  972. color: var(--color-text);
  973. }
  974. .dt-buttons.btn-group .btn:hover {
  975. background-color: var(--color-blu) !important;
  976. border-color: var(--color-blu);
  977. }
  978. .dt-buttons.btn-group .btn:hover span i:before {
  979. color: white;
  980. }
  981. .dt-buttons.btn-group .btn.processing:hover:after {
  982. border-bottom-color: white;
  983. border-top-color: white;
  984. }
  985. .dt-buttons.btn-group .btn.processing span i:before {
  986. opacity: 0.2;
  987. }
  988. .password-wrapper {
  989. position: relative;
  990. flex: 1 1 auto;
  991. }
  992. .password-wrapper .password-eye {
  993. position: absolute;
  994. top: 0;
  995. bottom: 0;
  996. right: 0;
  997. width: 40px;
  998. display: flex;
  999. flex-direction: row;
  1000. flex-wrap: nowrap;
  1001. align-content: center;
  1002. justify-content: center;
  1003. align-items: center;
  1004. cursor: pointer;
  1005. }
  1006. .password-wrapper .form-control {
  1007. padding-right: 50px;
  1008. }
  1009. .password-wrapper .form-control.is-invalid {
  1010. background-position: right calc(0.375em + 0.1875rem + 40px) center;
  1011. }
  1012. .password-wrapper .password-eye .password-shown,
  1013. .password-wrapper .password-eye.shown .password-hidden {
  1014. display: none;
  1015. }
  1016. .password-wrapper .password-eye.shown .password-shown {
  1017. display: block;
  1018. }
  1019. .form-radio-wrapper {
  1020. display: inline-flex;
  1021. gap: 4px;
  1022. margin-right: 20px;
  1023. font-size: 1em;
  1024. }
  1025. .form-radio-wrapper:last-of-type {
  1026. margin-right: 0;
  1027. }
  1028. .table-actions button {
  1029. border-color: #d3dce1;
  1030. background-color: #f5f8fa !important;
  1031. width: 42px;
  1032. height: 40px;
  1033. display: inline-flex;
  1034. flex-direction: row;
  1035. flex-wrap: nowrap;
  1036. align-content: center;
  1037. justify-content: center;
  1038. align-items: center;
  1039. }
  1040. .table-actions button:hover {
  1041. color: white;
  1042. background-color: var(--color-blu) !important;
  1043. }
  1044. /* Calendar styles */
  1045. #calendar {
  1046. --fc-today-bg-color: var(--color-lilla);
  1047. --fc-highlight-color: var(--color-viola-hover-flat);
  1048. }
  1049. #calendar.fc .fc-daygrid-body {
  1050. --fc-event-bg-color: var(--color-blu);
  1051. --fc-event-border-color: var(--color-blu);
  1052. --fc-event-text-color: var(--color-text);
  1053. }
  1054. #calendar.fc .fc-timegrid-body {
  1055. --fc-event-bg-color: var(--color-viola-hover-flat);
  1056. --fc-event-border-color: var(--color-viola-hover-flat);
  1057. --fc-event-text-color: var(--color-text);
  1058. }
  1059. #calendar.fc .fc-view-harness {
  1060. height: calc(100dvh - 280px) !important;
  1061. }
  1062. #calendar.fc .fc-button-primary {
  1063. background-color: var(--color-blu);
  1064. border-color: var(--color-blu);
  1065. color: white;
  1066. }
  1067. #calendar.fc .fc-button-primary:hover {
  1068. background-color: var(--color-viola);
  1069. border-color: var(--color-viola);
  1070. color: white;
  1071. }
  1072. #calendar.fc .fc-button-primary:not(:disabled).fc-button-active,
  1073. #calendar.fc .fc-button-primary:not(:disabled):active {
  1074. background-color: var(--color-viola-hover-flat);
  1075. border-color: var(--color-viola-hover-flat);
  1076. color: var(--color-text);
  1077. }
  1078. #calendar.fc .fc-daygrid-body .fc-daygrid-event {
  1079. text-align: center;
  1080. margin: 0;
  1081. border-radius: 0;
  1082. background: transparent;
  1083. border: transparent;
  1084. font-weight: bold;
  1085. }
  1086. /* END - Calendar styles */
  1087. .box-presenze {
  1088. padding: 10px;
  1089. border: 2px solid var(--color-blu);
  1090. margin: 10px;
  1091. border-radius: 10px;
  1092. text-align: center;
  1093. color: var(--color-blu);
  1094. }
  1095. .box-assenze {
  1096. padding: 10px;
  1097. border: 2px solid red;
  1098. margin: 10px;
  1099. border-radius: 10px;
  1100. text-align: center;
  1101. color: red;
  1102. }
  1103. .box-recupero {
  1104. padding: 10px;
  1105. border: 2px solid var(--color-viola);
  1106. margin: 10px;
  1107. border-radius: 10px;
  1108. text-align: center;
  1109. color: var(--color-viola);
  1110. }
  1111. .box-annullate {
  1112. padding: 10px;
  1113. border: 2px solid gray;
  1114. margin: 10px;
  1115. border-radius: 10px;
  1116. text-align: center;
  1117. color: gray;
  1118. }
  1119. .presenzechart-wrapper {
  1120. position: relative;
  1121. }
  1122. button.download-png {
  1123. position: absolute;
  1124. top: 0;
  1125. right: 0;
  1126. }