main.less 7.7 KB

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