main.less 7.4 KB

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