main.less 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. html {
  2. height: 100%;
  3. width: 100%;
  4. }
  5. .ie-compatibility {
  6. position: absolute;
  7. width: 100%;
  8. height: 100%;
  9. top: 0;
  10. left: 0;
  11. background: #fafafa;
  12. overflow: hidden;
  13. z-index: 9999;
  14. text-align: center;
  15. vertical-align: middle;
  16. padding-top: 100px;
  17. font-size: 24px;
  18. }
  19. body {
  20. background-color: #333;
  21. background: url("../img/background.png") no-repeat top center fixed;
  22. background-size: cover;
  23. margin: 0;
  24. padding: 0;
  25. height: 100%;
  26. width: 100%;
  27. overflow: auto;
  28. font-family: calibri;
  29. .error-navigator {
  30. font-size: 41px;
  31. color: red;
  32. text-align: center;
  33. position: relative;
  34. top: 50%;
  35. background: white;
  36. opacity: 0.5;
  37. }
  38. }
  39. a {
  40. text-decoration: none;
  41. }
  42. .rmq {
  43. font-weight: bold;
  44. font-style: italic;
  45. }
  46. .bg-warning {
  47. color: #8a6d3b;
  48. background-color: #fcf8e3;
  49. border-color: #faebcc;
  50. padding: 10px;
  51. margin: 1em;
  52. }
  53. .bg-info {
  54. color: #31708f;
  55. background-color: #d9edf7;
  56. border-color: #bce8f1;
  57. padding: 10px;
  58. margin: 1em;
  59. text-align: center;
  60. }
  61. .title {
  62. position: absolute;
  63. z-index: 9999999999;
  64. cursor: pointer;
  65. }
  66. .data-loading-txt {
  67. position: relative;
  68. top: -40px;
  69. left: 50px;
  70. font-size: 15px;
  71. font-weight: bold;
  72. color: #666;
  73. }
  74. #result {
  75. background: white;
  76. opacity: 0.9;
  77. height: 0px;
  78. overflow: hidden;
  79. background: url("../img/filter.png") bottom left repeat-x;
  80. }
  81. #result .result-container {
  82. height: 100%;
  83. margin: 0;
  84. padding: 1em;
  85. box-sizing: border-box;
  86. }
  87. .modal-dialog {
  88. width: 770px !important;
  89. text-align: justify;
  90. font-size: 14px;
  91. }
  92. .other-radio {
  93. border: none;
  94. border-bottom: 1px solid #ddd;
  95. height: 30px;
  96. line-height: 30px;
  97. }
  98. #result .result-box {
  99. background: white;
  100. border-radius: 10px;
  101. height: calc(~'100% - 15px');
  102. }
  103. .box-header {
  104. display: table;
  105. width: 100%;
  106. table-layout: fixed;
  107. }
  108. .box-description {
  109. height: 80px;
  110. overflow: auto;
  111. }
  112. .box-description-more {
  113. text-align: right;
  114. }
  115. .box-eligibilite-title {
  116. text-transform: uppercase;
  117. color: #666;
  118. }
  119. .box-eligibilite-title .btn{
  120. z-index: 1000;
  121. position: relative;
  122. }
  123. .box-eligibilite-yes {
  124. color: #8cc474;
  125. }
  126. .box-eligibilite-no {
  127. color: #e46f61;
  128. }
  129. .box-eligibilite {
  130. height: calc(~'100% - 140px');
  131. }
  132. .box-eligibilite > div {
  133. height: 100%;
  134. }
  135. .box-eligibilite-spinner {
  136. text-align: center;
  137. position:relative;
  138. top: 50%;
  139. margin-top: 30px;
  140. }
  141. .box-eligibilite-none {
  142. text-align: center;
  143. position:relative;
  144. top: 50%;
  145. font-size: 25px;
  146. text-transform: uppercase;
  147. color: #bbb;
  148. margin-top: -35px;
  149. }
  150. .box-body {
  151. overflow: auto;
  152. padding: 1em;
  153. box-sizing: border-box;
  154. height: calc(~'100% - 100px');
  155. border-left: 7px solid silver;
  156. border-radius: 0 0 0 10px;
  157. }
  158. hr {
  159. margin-top: 5px !important;
  160. margin-bottom: 5px !important;
  161. }
  162. .box-logo,
  163. .box-title-description {
  164. display: table-cell;
  165. vertical-align: top;
  166. }
  167. .box-title {
  168. text-align: center;
  169. font-size: 24px;
  170. white-space: nowrap;
  171. font-weight: 200;
  172. margin-top: 5px;
  173. }
  174. .box-desc {
  175. height: 60px;
  176. overflow: auto;
  177. padding-left: 4px;
  178. }
  179. .solution {
  180. font-size: 16px;
  181. }
  182. .box-logo,
  183. .box-logo img {
  184. width: 100px;
  185. height: 100px;
  186. border-radius: 10px 0 10px 0;
  187. }
  188. .md-sidenav-right {
  189. z-index: 99999999999999;
  190. }
  191. .md-sidenav-right .md-toolbar-tools {
  192. font-size: 20px;
  193. position: relative;
  194. top: 21px;
  195. }
  196. .md-sidenav-right md-progress-circular {
  197. position: absolute;
  198. right: 7px;
  199. top: 7px;
  200. }
  201. .force-hidden .md-inner {
  202. display: none !important;
  203. }
  204. .md-sidenav-right md-progress-circular .md-right .md-half-circle {
  205. border-right-color: white !important;
  206. border-top-color: white !important;
  207. }
  208. .md-sidenav-right md-progress-circular .md-left .md-half-circle {
  209. border-left-color: white !important;
  210. border-top-color: white !important;
  211. }
  212. .md-sidenav-right md-progress-circular .md-inner {
  213. display: none;
  214. }
  215. .md-label:before {
  216. content: no-close-quote;
  217. }
  218. .md-sidenav-right .section-title {
  219. text-transform: uppercase;
  220. color: #999;
  221. white-space: nowrap;
  222. font-size: 13px;
  223. padding-bottom: 10px;
  224. margin-bottom: 7px;
  225. border-bottom: 1px solid #999;
  226. }
  227. .md-sidenav-rightmd-checkbox .md-label {
  228. position: relative;
  229. top: -2px;
  230. }
  231. md-checkbox {
  232. margin: 5px 0 0 0;
  233. }
  234. .address-bar {
  235. position: absolute;
  236. right: 20px;
  237. z-index: 1000;
  238. }
  239. .address-bar .input-type {
  240. position: absolute;
  241. top: 20px;
  242. right: 128px;
  243. .loading-typeahead-results,
  244. .no-typeahead-results {
  245. padding: 0 5px;
  246. height: 40px;
  247. line-height: 40px;
  248. background: white;
  249. }
  250. }
  251. .address-bar input {
  252. width: 420px;
  253. height: 41px;
  254. padding: 0 10px;
  255. font-size: 15px;
  256. line-height: 30px;
  257. color: #777;
  258. }
  259. .ellipsis {
  260. overflow: hidden;
  261. white-space: nowrap;
  262. text-overflow: ellipsis;
  263. width: inherit;
  264. }
  265. .address-bar ul.dropdown-menu {
  266. margin: -1px;
  267. border-radius: 0;
  268. width: 510px;
  269. padding: 0;
  270. li {
  271. height: 40px;
  272. line-height: 40px;
  273. a {
  274. .ellipsis;
  275. padding: 0px 5px;
  276. height: 100%;
  277. line-height: 40px;
  278. }
  279. }
  280. }
  281. .address-bar button {
  282. height: 41px;
  283. position: absolute;
  284. top: 20px;
  285. right: 40px;
  286. border-radius: 0 0 0 0 !important;
  287. box-shadow: none;
  288. }
  289. .address-bar .md-menu {
  290. position: absolute;
  291. top: 10px;
  292. right: -12px;
  293. cursor: pointer;
  294. color: white;
  295. font-size: 45px;
  296. }
  297. .address-bar button i {
  298. padding: 0 10px;
  299. }
  300. .title img {
  301. height: 50px;
  302. margin: 1em;
  303. }
  304. #map {
  305. height: 100%;
  306. width: 100%;
  307. }
  308. .popup-title {
  309. font-weight: bold;
  310. }
  311. .popup-line {
  312. white-space: nowrap;
  313. position: relative;
  314. }
  315. .leaflet-popup-content {
  316. width: 380px !important;
  317. max-height: 380px;
  318. overflow: auto;
  319. }
  320. .popup-label {
  321. color: rgba(0,0,0,0.54);
  322. width: inherit;
  323. text-overflow: ellipsis;
  324. white-space: nowrap;
  325. overflow: auto;
  326. font-size: 12px;
  327. }
  328. .popup-value {
  329. color: #333;
  330. font-size: 14px;
  331. height: 26px;
  332. line-height: 23px;
  333. border-bottom: 1px solid #ddd;
  334. margin-bottom: 13px;
  335. }
  336. .popup-small-date {
  337. position: absolute;
  338. font-size: 10px;
  339. right: 0px;
  340. top: 20px;
  341. }
  342. md-toast {
  343. padding-top: 10px !important;
  344. font-size: 14px !important;
  345. }
  346. md-toast.md-bottom {
  347. bottom: 15px;
  348. }
  349. md-toast.md-right {
  350. right: 15px;
  351. }
  352. md-radio-group.md-default-theme:focus:not(:empty) {
  353. border-color: transparent !important;
  354. }
  355. md-radio-button {
  356. margin: 5px 0px;
  357. }
  358. .modal-backdrop.in {
  359. opacity: 0.7 !important;
  360. }
  361. .formulaire .section {
  362. padding-bottom: 20px;
  363. }
  364. .formulaire .no-padding {
  365. padding-bottom: 0px;
  366. }
  367. .formulaire .section-name {
  368. text-transform: uppercase;
  369. font-size: 22px;
  370. }
  371. .formulaire md-input-container {
  372. padding-left: 10px;
  373. padding-bottom: 20px;
  374. text-align: left;
  375. > * {
  376. text-align: justify;
  377. }
  378. > label {
  379. text-align: left;
  380. }
  381. }
  382. .formulaire md-select,
  383. .formulaire input {
  384. }
  385. .formulaire md-select-value > span,
  386. .formulaire md-input-container label {
  387. height: 16px;
  388. margin-bottom: 5px;
  389. }
  390. .formulaire md-select-value.md-select-placeholder > span {
  391. position: relative;
  392. top: -2px;
  393. font-weight: bold;
  394. }
  395. .formulaire md-select-value {
  396. width: 100%;
  397. }
  398. .formulaire md-select-value > span {
  399. position: relative;
  400. top: 6px;
  401. }
  402. .formulaire md-content {
  403. display: flex;
  404. }
  405. .formulaire md-content,
  406. .formulaire md-content input {
  407. width: 100%;
  408. vertical-align: top;
  409. }
  410. .formulaire md-select,
  411. .formulaire textarea {
  412. width: 100%;
  413. }
  414. .formulaire .md-select-icon {
  415. display: none;
  416. }
  417. .md-select-menu-container {
  418. z-index: 1050;
  419. }
  420. .form-required {
  421. color: rgb(196,59,29);
  422. }
  423. md-checkbox .md-label:before {
  424. display: none;
  425. }
  426. md-checkbox {
  427. padding: 0;
  428. }
  429. md-checkbox .md-label {
  430. margin-left: 25px;
  431. line-height: 16px;
  432. font-size: 12px;
  433. }
  434. md-checkbox .md-container {
  435. position: absolute;
  436. top: 10px;
  437. }
  438. .formulaire .pres-text {
  439. line-height: 16px;
  440. }
  441. #mn_inscription .modal-body {
  442. max-height: 400px;
  443. overflow: auto;
  444. min-height: 150px;
  445. }
  446. .mn-form-in-progress,
  447. .mn-form-error,
  448. .mn-form-ok {
  449. text-align: center;
  450. font-size: 20px;
  451. }
  452. .mn-form-error i{
  453. color: #EF5050;
  454. }
  455. .mn-form-ok i{
  456. color: #68C782;
  457. }
  458. .mn-form-in-progress i,
  459. .mn-form-error i,
  460. .mn-form-ok i {
  461. font-size: 80px;
  462. margin-bottom: 30px;
  463. }
  464. .mn-form md-radio-group,
  465. .mn-form md-radio-button {
  466. display: block;
  467. }
  468. .mn-form md-radio-button .md-label{
  469. white-space: nowrap;
  470. }
  471. .mn-form .alerte {
  472. margin-top: 30px;
  473. color: rgb(196,59,29);
  474. }