main.less 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  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. md-content {
  191. width: 100%;
  192. }
  193. }
  194. .md-sidenav-right .md-toolbar-tools {
  195. font-size: 20px;
  196. position: relative;
  197. top: 21px;
  198. }
  199. .md-sidenav-right md-progress-circular {
  200. position: absolute;
  201. right: 7px;
  202. top: 7px;
  203. }
  204. .force-hidden .md-inner {
  205. display: none !important;
  206. }
  207. .md-sidenav-right md-progress-circular .md-right .md-half-circle {
  208. border-right-color: white !important;
  209. border-top-color: white !important;
  210. }
  211. .md-sidenav-right md-progress-circular .md-left .md-half-circle {
  212. border-left-color: white !important;
  213. border-top-color: white !important;
  214. }
  215. .md-sidenav-right md-progress-circular .md-inner {
  216. display: none;
  217. }
  218. .md-label:before {
  219. content: no-close-quote;
  220. }
  221. .md-sidenav-right .section-title {
  222. text-transform: uppercase;
  223. color: #999;
  224. white-space: nowrap;
  225. font-size: 13px;
  226. padding-bottom: 10px;
  227. margin-bottom: 7px;
  228. border-bottom: 1px solid #999;
  229. }
  230. .md-sidenav-rightmd-checkbox .md-label {
  231. position: relative;
  232. top: -2px;
  233. }
  234. md-checkbox {
  235. margin: 5px 0 0 0;
  236. }
  237. .address-bar {
  238. position: absolute;
  239. right: 20px;
  240. z-index: 1000;
  241. }
  242. .address-bar .input-type {
  243. position: absolute;
  244. top: 20px;
  245. right: 128px;
  246. .loading-typeahead-results,
  247. .no-typeahead-results {
  248. padding: 0 5px;
  249. height: 40px;
  250. line-height: 40px;
  251. background: white;
  252. }
  253. }
  254. .address-bar input {
  255. width: 420px;
  256. height: 41px;
  257. padding: 0 10px;
  258. font-size: 15px;
  259. line-height: 30px;
  260. color: #777;
  261. }
  262. .ellipsis {
  263. overflow: hidden;
  264. white-space: nowrap;
  265. text-overflow: ellipsis;
  266. width: inherit;
  267. }
  268. .address-bar ul.dropdown-menu {
  269. margin: -1px;
  270. border-radius: 0;
  271. width: 510px;
  272. padding: 0;
  273. li {
  274. height: 40px;
  275. line-height: 40px;
  276. a {
  277. .ellipsis;
  278. padding: 0px 5px;
  279. height: 100%;
  280. line-height: 40px;
  281. }
  282. }
  283. }
  284. .address-bar button {
  285. height: 41px;
  286. position: absolute;
  287. top: 20px;
  288. right: 40px;
  289. border-radius: 0 0 0 0 !important;
  290. box-shadow: none;
  291. }
  292. .address-bar .md-menu {
  293. position: absolute;
  294. top: 10px;
  295. right: -12px;
  296. cursor: pointer;
  297. color: white;
  298. font-size: 45px;
  299. }
  300. .address-bar button i {
  301. padding: 0 10px;
  302. }
  303. .title img {
  304. height: 65px;
  305. margin: 1em;
  306. }
  307. #map {
  308. height: 100%;
  309. width: 100%;
  310. }
  311. .popup-title {
  312. font-weight: bold;
  313. }
  314. .popup-line {
  315. white-space: nowrap;
  316. position: relative;
  317. }
  318. .leaflet-popup-content {
  319. width: 380px !important;
  320. max-height: 380px;
  321. overflow: auto;
  322. }
  323. .popup-label {
  324. color: rgba(0,0,0,0.54);
  325. width: inherit;
  326. text-overflow: ellipsis;
  327. white-space: nowrap;
  328. overflow: auto;
  329. font-size: 12px;
  330. }
  331. .popup-value {
  332. color: #333;
  333. font-size: 14px;
  334. height: 26px;
  335. line-height: 23px;
  336. border-bottom: 1px solid #ddd;
  337. margin-bottom: 13px;
  338. }
  339. .popup-small-date {
  340. position: absolute;
  341. font-size: 10px;
  342. right: 0px;
  343. top: 20px;
  344. }
  345. md-toast {
  346. padding-top: 10px !important;
  347. font-size: 14px !important;
  348. }
  349. md-toast.md-bottom {
  350. bottom: 15px;
  351. }
  352. md-toast.md-right {
  353. right: 15px;
  354. }
  355. md-radio-group.md-default-theme:focus:not(:empty) {
  356. border-color: transparent !important;
  357. }
  358. md-radio-button {
  359. margin: 5px 0px;
  360. }
  361. .modal-backdrop.in {
  362. opacity: 0.7 !important;
  363. }
  364. .formulaire .section {
  365. padding-bottom: 20px;
  366. }
  367. .formulaire .no-padding {
  368. padding-bottom: 0px;
  369. }
  370. .formulaire .section-name {
  371. text-transform: uppercase;
  372. font-size: 22px;
  373. }
  374. .formulaire md-input-container {
  375. padding-left: 10px;
  376. padding-bottom: 20px;
  377. text-align: left;
  378. > * {
  379. text-align: justify;
  380. }
  381. > label {
  382. text-align: left;
  383. }
  384. }
  385. .formulaire md-select,
  386. .formulaire input {
  387. }
  388. .formulaire md-select-value > span,
  389. .formulaire md-input-container label {
  390. height: 16px;
  391. margin-bottom: 5px;
  392. }
  393. .formulaire md-select-value.md-select-placeholder > span {
  394. position: relative;
  395. top: -2px;
  396. font-weight: bold;
  397. }
  398. .formulaire md-select-value {
  399. width: 100%;
  400. }
  401. .formulaire md-select-value > span {
  402. position: relative;
  403. top: 6px;
  404. }
  405. .formulaire md-content {
  406. display: flex;
  407. }
  408. .formulaire md-content,
  409. .formulaire md-content input {
  410. width: 100%;
  411. vertical-align: top;
  412. }
  413. .formulaire md-select,
  414. .formulaire textarea {
  415. width: 100%;
  416. }
  417. .formulaire .md-select-icon {
  418. display: none;
  419. }
  420. .md-select-menu-container {
  421. z-index: 1050;
  422. }
  423. .form-required {
  424. color: rgb(196,59,29);
  425. }
  426. md-checkbox .md-label:before {
  427. display: none;
  428. }
  429. md-checkbox {
  430. padding: 0;
  431. }
  432. md-checkbox .md-label {
  433. margin-left: 25px;
  434. line-height: 16px;
  435. font-size: 12px;
  436. }
  437. md-checkbox .md-container {
  438. position: absolute;
  439. top: 10px;
  440. }
  441. .formulaire .pres-text {
  442. line-height: 16px;
  443. }
  444. #mn_inscription .modal-body {
  445. max-height: 400px;
  446. overflow: auto;
  447. min-height: 150px;
  448. }
  449. .mn-form-in-progress,
  450. .mn-form-error,
  451. .mn-form-ok {
  452. text-align: center;
  453. font-size: 20px;
  454. }
  455. .mn-form-error i{
  456. color: #EF5050;
  457. }
  458. .mn-form-ok i{
  459. color: #68C782;
  460. }
  461. .mn-form-in-progress i,
  462. .mn-form-error i,
  463. .mn-form-ok i {
  464. font-size: 80px;
  465. margin-bottom: 30px;
  466. }
  467. .mn-form md-radio-group,
  468. .mn-form md-radio-button {
  469. display: block;
  470. }
  471. .mn-form md-radio-button .md-label{
  472. white-space: nowrap;
  473. }
  474. .mn-form .alerte {
  475. margin-top: 30px;
  476. color: rgb(196,59,29);
  477. }