main.less 7.6 KB

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