main.less 7.8 KB

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