main.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  1. /* OVERRIDE - À MODIFIER POUR CHANGER LE THÈME GÉNÉRAL */
  2. /*Sélection avec la souris*/
  3. ::selection {
  4. color: #fff;
  5. background: #993352; /* WebKit/Blink Browsers */
  6. }
  7. ::-moz-selection {
  8. color: #fff;
  9. background: #993352; /* Gecko Browsers */
  10. }
  11. /* Toast Javascript pour les messages renvoyés */
  12. .toast-error {
  13. background: #ca023e !important;
  14. }
  15. .toast-info {
  16. background: #9d948b !important;
  17. }
  18. .toast-success {
  19. background: #1e998d !important;
  20. }
  21. .toast-warning {
  22. color: #212529 !important;
  23. background: #cea75d !important;
  24. }
  25. .update-timeline-badge.primary { background-color: #847a71 !important; }
  26. .update-timeline-badge.success { background-color: #1e998d !important; }
  27. .update-timeline-badge.warning { background-color: #cea75d !important; }
  28. .update-timeline-badge.danger { background-color: #ca023e !important; }
  29. .update-timeline-badge.info { background-color: #9c948b !important; }
  30. /* Textes bootstrap */
  31. .text-info { color: #9c948b!important; }
  32. .text-success { color: #1e998d!important; }
  33. .text-danger { color: #ca023e!important; }
  34. .text-dark { color: #373b3c!important; }
  35. .text-primary { color: #847a71!important; }
  36. /*.text-warning { color: #28a745!important; }
  37. .text-light { color: #28a745!important; }
  38. .text-secondary { color: #28a745!important; }*/
  39. .btn .text-info:hover,
  40. .btn .text-info:focus {
  41. color: #847a71!important;
  42. transition: color .1s ease-in-out;
  43. }
  44. .btn .text-success:hover,
  45. .btn .text-success:focus {
  46. color: #166f66!important;
  47. transition: color .1s ease-in-out;
  48. }
  49. .btn .text-danger:hover,
  50. .btn .text-danger:focus {
  51. color: #97022f!important;
  52. transition: color .1s ease-in-out;
  53. }
  54. .btn .text-dark:hover,
  55. .btn .text-dark:focus {
  56. color: #202222!important;
  57. transition: color .1s ease-in-out;
  58. }
  59. .btn .text-primary:hover,
  60. .btn .text-primary:focus {
  61. color: #4d4742!important;
  62. transition: color .1s ease-in-out;
  63. }
  64. /*Bouton de retour en haut*/
  65. #toTheTop{
  66. background-color: #8d1136;
  67. }
  68. #toTheTop:after{
  69. color: #fff;
  70. }
  71. /*Barre de menu en haut de page*/
  72. #mainMenu {
  73. border-top: 3px solid #8d1136;
  74. background: #373b3c;
  75. }
  76. /* Liens navbar*/
  77. .nav-pills .nav-link.active,
  78. .nav-pills .show > .nav-link {
  79. background-color: #1e998d;
  80. }
  81. .navbar-nav .nav-link {
  82. padding-right: 1rem !important;
  83. padding-left: 1rem !important;
  84. }
  85. .navbar-dark .navbar-nav .nav-link,
  86. .navbar-dark .navbar-nav .nav-link {
  87. color: #9c9c9c;
  88. }
  89. .navbar-dark .navbar-nav .active > .nav-link,
  90. .navbar-dark .navbar-nav .nav-link.active,
  91. .navbar-dark .navbar-nav .nav-link.show,
  92. .navbar-dark .navbar-nav .show > .nav-link {
  93. color: #ffffff;
  94. }
  95. .navbar-dark .navbar-nav .nav-link:focus,
  96. .navbar-dark .navbar-nav .nav-link:hover {
  97. color: #ffffff;
  98. transition: all .1s ease-out;
  99. }
  100. /* Inputs */
  101. input:required,
  102. textarea:required,
  103. select:required {
  104. border-left: 0.25rem solid #993352 !important;
  105. }
  106. /*Boutons & Badges*/
  107. .btn-success {
  108. background-color: #1e998d;
  109. border-color: #1e998d;
  110. }
  111. .btn-success:hover,
  112. .btn-success:focus,
  113. .btn-success:active,
  114. .btn-success:not(:disabled):not(.disabled).active,
  115. .btn-success:not(:disabled):not(.disabled):active,
  116. .show > .btn-success.dropdown-toggle {
  117. box-shadow: none !important;
  118. background-color: #166f66;
  119. border-color: #166f66;
  120. }
  121. .btn-success:not(:disabled):not(.disabled).active:focus,
  122. .btn-success:not(:disabled):not(.disabled):active:focus,
  123. .show > .btn-success.dropdown-toggle:focus {
  124. box-shadow: none;
  125. }
  126. .btn-success.disabled,
  127. .btn-success:disabled {
  128. color: #fff;
  129. background-color: #1e998d;
  130. border-color: #1e998d;
  131. }
  132. .badge-success {
  133. color: #fff;
  134. background-color: #1e998d;
  135. }
  136. .badge-success[href]:focus,
  137. .badge-success[href]:hover {
  138. background-color: #166f66;
  139. }
  140. .border-success {
  141. border-color: #1e998d !important;
  142. }
  143. .btn-primary {
  144. background-color: #ffffff;
  145. border-color: #847a71;
  146. color: #847a71;
  147. }
  148. .btn-primary:hover,
  149. .btn-primary:focus,
  150. .btn-primary:active,
  151. .btn-primary:not(:disabled):not(.disabled).active,
  152. .btn-primary:not(:disabled):not(.disabled):active,
  153. .show > .btn-primary.dropdown-toggle {
  154. box-shadow: none;
  155. background-color: #e3e0de;
  156. border-color: #4d4742;
  157. color: #4d4742;
  158. }
  159. .btn-primary:not(:disabled):not(.disabled).active:focus,
  160. .btn-primary:not(:disabled):not(.disabled):active:focus,
  161. .show > .btn-primary.dropdown-toggle:focus {
  162. box-shadow: none;
  163. }
  164. .btn-primary.disabled,
  165. .btn-primary:disabled {
  166. color: #fff;
  167. background-color: #847a71;
  168. border-color: #847a71;
  169. }
  170. .badge-primary {
  171. color: #847a71;
  172. border: 1px solid;
  173. border-color: #847a71;
  174. background-color: #ffffff;
  175. }
  176. .badge-primary[href]:focus,
  177. .badge-primary[href]:hover {
  178. color: #4d4742;
  179. border-color: #4d4742;
  180. background-color: #e3e0de;
  181. }
  182. .border-primary {
  183. border-color: #847a71 !important;
  184. }
  185. .btn-dark {
  186. color: #ffffff;
  187. background-color: #373b3c;
  188. border-color: #373b3c;
  189. }
  190. .btn-dark:hover,
  191. .btn-dark:focus,
  192. .btn-dark:active,
  193. .btn-dark:not(:disabled):not(.disabled).active,
  194. .btn-dark:not(:disabled):not(.disabled):active,
  195. .show > .btn-dark.dropdown-toggle {
  196. box-shadow: none;
  197. background-color: #202222;
  198. border-color: #202222;
  199. }
  200. .btn-dark:not(:disabled):not(.disabled).active:focus,
  201. .btn-dark:not(:disabled):not(.disabled):active:focus,
  202. .show > .btn-dark.dropdown-toggle:focus {
  203. box-shadow: none;
  204. }
  205. .btn-dark.disabled,
  206. .btn-dark:disabled {
  207. color: #ffffff;
  208. background-color: #373b3c;
  209. border-color: #373b3c;
  210. }
  211. .badge-dark {
  212. color: #ffffff;
  213. background-color: #373b3c;
  214. }
  215. .badge-dark[href]:focus,
  216. .badge-dark[href]:hover {
  217. background-color: #202222;
  218. }
  219. .border-dark {
  220. border-color: #373b3c !important;
  221. }
  222. .btn-info {
  223. background-color: #9c948b;
  224. border-color: #9c948b;
  225. }
  226. .btn-info:hover,
  227. .btn-info:focus,
  228. .btn-info:active,
  229. .btn-info:not(:disabled):not(.disabled).active,
  230. .btn-info:not(:disabled):not(.disabled):active,
  231. .show > .btn-info.dropdown-toggle {
  232. box-shadow: none;
  233. background-color: #847a71;
  234. border-color: #847a71;
  235. }
  236. .btn-info:not(:disabled):not(.disabled).active:focus,
  237. .btn-info:not(:disabled):not(.disabled):active:focus,
  238. .show > .btn-info.dropdown-toggle:focus {
  239. box-shadow: none;
  240. }
  241. .btn-info.disabled,
  242. .btn-info:disabled {
  243. color: #fff;
  244. background-color: #9c948b;
  245. border-color: #9c948b;
  246. }
  247. .badge-info {
  248. color: #fff;
  249. background-color: #847a71;
  250. }
  251. .badge-info[href]:focus,
  252. .badge-info[href]:hover {
  253. background-color: #847a71;
  254. }
  255. .border-info {
  256. border-color: #9c948b !important;
  257. }
  258. .btn-danger {
  259. background-color: #ca023e;
  260. border-color: #ca023e;
  261. }
  262. .btn-danger:hover,
  263. .btn-danger:focus,
  264. .btn-danger:active,
  265. .btn-danger:not(:disabled):not(.disabled).active,
  266. .btn-danger:not(:disabled):not(.disabled):active,
  267. .show > .btn-danger.dropdown-toggle {
  268. box-shadow: none;
  269. background-color: #97022f;
  270. border-color: #97022f;
  271. }
  272. .btn-danger:not(:disabled):not(.disabled).active:focus,
  273. .btn-danger:not(:disabled):not(.disabled):active:focus,
  274. .show > .btn-danger.dropdown-toggle:focus {
  275. box-shadow: none;
  276. }
  277. .btn-danger.disabled,
  278. .btn-danger:disabled {
  279. color: #fff;
  280. background-color: #ca023e;
  281. border-color: #ca023e;
  282. }
  283. .badge-danger {
  284. color: #fff;
  285. background-color: #ca023e;
  286. }
  287. .badge-danger[href]:focus,
  288. .badge-danger[href]:hover {
  289. background-color: #97022f;
  290. }
  291. .border-danger {
  292. border-color: #ca023e !important;
  293. }
  294. .btn-warning {
  295. background-color: #cea75d;
  296. border-color: #cea75d;
  297. color: #212529;
  298. }
  299. .btn-warning:hover,
  300. .btn-warning:focus,
  301. .btn-warning:active,
  302. .btn-warning:not(:disabled):not(.disabled).active,
  303. .btn-warning:not(:disabled):not(.disabled):active,
  304. .show > .btn-warning.dropdown-toggle {
  305. box-shadow: none !important;
  306. background-color: #c09139;
  307. border-color: #c09139;
  308. }
  309. .btn-warning:not(:disabled):not(.disabled).active:focus,
  310. .btn-warning:not(:disabled):not(.disabled):active:focus,
  311. .show > .btn-warning.dropdown-toggle:focus {
  312. box-shadow: none;
  313. }
  314. .btn-warning.disabled,
  315. .btn-warning:disabled {
  316. color: #fff;
  317. background-color: #cea75d;
  318. border-color: #cea75d;
  319. }
  320. .badge-warning {
  321. color: #fff;
  322. background-color: #cea75d;
  323. }
  324. .badge-warning[href]:focus,
  325. .badge-warning[href]:hover {
  326. background-color: #c09139;
  327. }
  328. .border-warning {
  329. border-color: #cea75d !important;
  330. }
  331. /*Dropdown*/
  332. .dropdown-item.bg-green:focus,
  333. .dropdown-item.bg-pink:focus,
  334. .dropdown-item.bg-dark-grey:focus,
  335. .dropdown-item.bg-light-grey:focus,
  336. .dropdown-item.bg-bordeaux:focus,
  337. .dropdown-item.bg-golden:focus,
  338. .dropdown-item.bg-green:hover,
  339. .dropdown-item.bg-pink:hover,
  340. .dropdown-item.bg-dark-grey:hover,
  341. .dropdown-item.bg-light-grey:hover,
  342. .dropdown-item.bg-bordeaux:hover,
  343. .dropdown-item.bg-golden:hover {
  344. color: #fff;
  345. }
  346. .dropdown-item.active,
  347. .dropdown-item:active {
  348. background-color: #1e998d;
  349. color: #fff;
  350. }
  351. /*Override append input-group*/
  352. .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  353. border-top-right-radius: 3px;
  354. border-bottom-right-radius: 3px;
  355. }
  356. /*Pagination*/
  357. .page-item.active .page-link {
  358. color: #fff;
  359. background-color: #9c948b;
  360. border-color: #9c948b;
  361. }
  362. .page-link {
  363. color: #9c948b;
  364. background-color: #fff;
  365. border: 1px solid #9c948b;
  366. }
  367. .page-link:focus, .page-link:hover {
  368. color: #847a71;
  369. background-color: #e9ecef;
  370. border-color: #9c948b;
  371. }
  372. /*Menus généraux*/
  373. .list-group-item.active {
  374. color: #fff;
  375. background-color: #1e998d;
  376. border-color: #1e998d;
  377. }
  378. a {
  379. color: #1e998d;
  380. }
  381. a:hover {
  382. color: #166f66;
  383. }
  384. /*Datepicker jQuery UI*/
  385. /*Pour les icône précédent/suivant il faut changer la couleur ud fichier d'icone de jQuery*/
  386. .ui-datepicker select.ui-datepicker-month,
  387. .ui-datepicker select.ui-datepicker-year {
  388. width: 45%;
  389. display: inline-block;
  390. padding: 0 .75rem;
  391. line-height: 1;
  392. height: auto !important;
  393. }
  394. .ui-datepicker select.ui-datepicker-month.form-control {
  395. margin-right: 5px;
  396. }
  397. .ui-datepicker select.ui-datepicker-year.form-control {
  398. margin-left: 5px;
  399. }
  400. .ui-widget-header {
  401. border: none;
  402. background: #ffffff;
  403. color: #444;
  404. font-weight: bold;
  405. }
  406. .ui-datepicker .ui-datepicker-prev {
  407. left: 2px;
  408. border-radius: 3px;
  409. cursor: pointer;
  410. }
  411. .ui-datepicker .ui-datepicker-next {
  412. right: 2px;
  413. border-radius: 3px;
  414. cursor: pointer;
  415. }
  416. div#ui-datepicker-div {
  417. /*z-index: 20 !important;*/
  418. background-color: #ffffff;
  419. border: 1px solid #ddd;
  420. border-radius: .25rem;
  421. }
  422. .ui-datepicker th {
  423. padding: 0;
  424. text-align: center;
  425. font-weight: bold;
  426. border: 0;
  427. }
  428. .ui-datepicker th > span {
  429. border-bottom: 1px solid #d8d8d8;
  430. color: #5f5f5f;
  431. width: 100%;
  432. display: block;
  433. padding: .7em .3em;
  434. padding-bottom: .35em;
  435. margin-bottom: 5px;
  436. }
  437. .ui-state-default,
  438. .ui-widget-content .ui-state-default,
  439. .ui-widget-header .ui-state-default {
  440. margin: .15rem 0;
  441. border: 1px solid #eaeaea;
  442. background: #ffffff;
  443. font-weight: normal;
  444. color: #1e998d;
  445. font-size: 0.9em;
  446. text-align: center;
  447. width: 35px;
  448. height: 35px;
  449. vertical-align: middle;
  450. border-radius: 5px;
  451. padding-top: 7px;
  452. }
  453. .ui-state-highlight,
  454. .ui-widget-content .ui-state-highlight,
  455. .ui-widget-header .ui-state-highlight {
  456. border: 1px solid #ccc;
  457. background: #fff;
  458. color: #444;
  459. }
  460. .ui-state-active,
  461. .ui-widget-content .ui-state-active,
  462. .ui-widget-header .ui-state-active {
  463. border: 1px solid #ddd;
  464. font-weight: bold;
  465. color: #ca023e;
  466. background: #ca023a36;
  467. }
  468. .ui-state-hover,
  469. .ui-widget-content .ui-state-hover,
  470. .ui-widget-header .ui-state-hover,
  471. .ui-state-focus,
  472. .ui-widget-content .ui-state-focus,
  473. .ui-widget-header .ui-state-focus {
  474. border: 1px solid #97022f;
  475. background: #97022f;
  476. font-weight: normal;
  477. color: #fff;
  478. }
  479. /* Page de maintenance */
  480. .maintenance-page,
  481. .maintenance-page body {
  482. font-family: 'Lato';
  483. background-color: #34495E;
  484. color:#fff;
  485. }
  486. .maintenance-page .icon{
  487. background-color: #ffffff;
  488. }
  489. .maintenance-page .icon i{
  490. color:#ca023e;
  491. }
  492. .maintenance-page .content-block {
  493. background: #ffffff33;
  494. border: 1px solid #fff;
  495. }
  496. .maintenance-page .admin-access a {
  497. color:#E9CA78;
  498. }
  499. /* COMPOSANTS */
  500. /* Composant User */
  501. div.data-type-user > ul > li > div {
  502. border-bottom: 1px solid #1e998d;
  503. }
  504. /* Composant Image */
  505. .type-image-bloc .btn-delete-img {
  506. color: #ca023e !important;
  507. }
  508. /* Composant checkbox */
  509. label.check-component {
  510. border: 1px solid #bbbbbb;
  511. }
  512. label.check-component input:checked + .box {
  513. background-color: #d4f7f3;
  514. }
  515. label.check-component input:checked + .box:after {
  516. border-color: #1e998d;
  517. }
  518. label.check-component input:indeterminate + .box {
  519. background-color: #fad6e1;
  520. }
  521. label.check-component input:indeterminate + .box:after {
  522. border-color: #ca023e;
  523. }
  524. /* Composant radio */
  525. .radio-component:checked + label,
  526. .radio-component:not(:checked) + label
  527. {
  528. color: #666;
  529. }
  530. .radio-component:checked + label:before,
  531. .radio-component:not(:checked) + label:before {
  532. border: 1px solid #cccccc;
  533. }
  534. .radio-component:checked + label:after,
  535. .radio-component:not(:checked) + label:after {
  536. background: #58b1a7;
  537. }
  538. /* Composant cards */
  539. *[data-type="card"].card-component-container {
  540. color: #1e998d;
  541. }
  542. *[data-type="card"].card-component-container:hover {
  543. color: #176e65;
  544. }
  545. /* Composant icônes */
  546. .component-icon .dropdown-icon-item:focus,
  547. .component-icon .dropdown-icon-item:active,
  548. .component-icon .dropdown-icon-item:hover {
  549. color: ##fff;
  550. background-color: #1e998d;
  551. }
  552. /* PLUGINS */
  553. /* Notifications */
  554. ul.notifications.mid-pane > li.unread {
  555. border-left: 5px solid #1e998d;
  556. }
  557. .notification_menu .dropdown-item.notification-unread:before {
  558. border-left: 3px solid #1e998d;
  559. }
  560. .notification_menu .notification-item-options > li.notification-read:hover {
  561. color: #9c948b;
  562. }
  563. .notification_menu .notification-item-options > li.notification-delete:hover {
  564. color: #ca023e;
  565. }
  566. .notification_menu.dropdown .all-as-read,
  567. .notification_menu.dropdown .see-all-link {
  568. color: #1e998d;
  569. }
  570. /* FIN OVERRIDE */