main.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  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. .box-logo,
  121. .box-title-description {
  122. display: table-cell;
  123. vertical-align: top;
  124. }
  125. .box-title {
  126. text-align: center;
  127. font-size: 24px;
  128. white-space: nowrap;
  129. font-weight: 200;
  130. margin-top: 5px;
  131. }
  132. .solution {
  133. font-size: 16px;
  134. }
  135. .box-logo,
  136. .box-logo img {
  137. width: 100px;
  138. height: 100px;
  139. border-radius: 10px 0 10px 0;
  140. }
  141. .md-sidenav-right {
  142. z-index: 99999999999999;
  143. }
  144. .md-sidenav-right .md-toolbar-tools {
  145. font-size: 20px;
  146. position: relative;
  147. top: 21px;
  148. }
  149. .md-sidenav-right md-progress-circular {
  150. position: absolute;
  151. right: 7px;
  152. top: 7px;
  153. }
  154. .force-hidden .md-inner {
  155. display: none !important;
  156. }
  157. .md-sidenav-right md-progress-circular .md-right .md-half-circle {
  158. border-right-color: white !important;
  159. border-top-color: white !important;
  160. }
  161. .md-sidenav-right md-progress-circular .md-left .md-half-circle {
  162. border-left-color: white !important;
  163. border-top-color: white !important;
  164. }
  165. .md-sidenav-right md-progress-circular .md-inner {
  166. display: none;
  167. }
  168. .md-label:before {
  169. content: no-close-quote;
  170. }
  171. .md-sidenav-right .section-title {
  172. text-transform: uppercase;
  173. color: #999;
  174. white-space: nowrap;
  175. font-size: 13px;
  176. padding-bottom: 10px;
  177. margin-bottom: 7px;
  178. border-bottom: 1px solid #999;
  179. }
  180. .md-sidenav-rightmd-checkbox .md-label {
  181. position: relative;
  182. top: -2px;
  183. }
  184. md-checkbox {
  185. margin: 5px 0 0 0;
  186. }
  187. .address-bar {
  188. position: absolute;
  189. right: 20px;
  190. z-index: 1000;
  191. }
  192. .address-bar .input-type {
  193. position: absolute;
  194. top: 20px;
  195. right: 100px;
  196. }
  197. .address-bar input {
  198. width: 400px;
  199. height: 41px;
  200. padding: 0 10px;
  201. font-size: 15px;
  202. line-height: 30px;
  203. color: #777;
  204. }
  205. .address-bar button {
  206. height: 41px;
  207. position: absolute;
  208. top: 20px;
  209. right: 40px;
  210. border-radius: 0 0 0 0 !important;
  211. box-shadow: none;
  212. }
  213. .address-bar .md-menu {
  214. position: absolute;
  215. top: 26px;
  216. right: -4px;
  217. cursor: pointer;
  218. }
  219. .address-bar button i {
  220. padding: 0 10px;
  221. }
  222. .title img {
  223. height: 50px;
  224. margin: 1em;
  225. }
  226. #map {
  227. height: 100%;
  228. width: 100%;
  229. }
  230. .popup-title {
  231. font-weight: bold;
  232. }
  233. .popup-line {
  234. white-space: nowrap;
  235. position: relative;
  236. }
  237. .leaflet-popup-content {
  238. width: 380px !important;
  239. max-height: 380px;
  240. overflow: auto;
  241. }
  242. .popup-label {
  243. color: rgba(0,0,0,0.54);
  244. width: inherit;
  245. text-overflow: ellipsis;
  246. white-space: nowrap;
  247. overflow: auto;
  248. font-size: 12px;
  249. }
  250. .popup-value {
  251. color: #333;
  252. font-size: 14px;
  253. height: 26px;
  254. line-height: 23px;
  255. border-bottom: 1px solid #ddd;
  256. margin-bottom: 13px;
  257. }
  258. .popup-small-date {
  259. position: absolute;
  260. font-size: 10px;
  261. right: 0px;
  262. top: 20px;
  263. }
  264. md-toast {
  265. padding-top: 10px !important;
  266. font-size: 14px !important;
  267. }
  268. md-toast.md-bottom {
  269. bottom: 15px;
  270. }
  271. md-toast.md-right {
  272. right: 15px;
  273. }
  274. md-radio-group.md-default-theme:focus:not(:empty) {
  275. border-color: transparent !important;
  276. }
  277. md-radio-button {
  278. margin: 5px 0px;
  279. }
  280. .modal-backdrop.in {
  281. opacity: 0.7 !important;
  282. }
  283. .formulaire .section {
  284. padding-bottom: 20px;
  285. }
  286. .formulaire .no-padding {
  287. padding-bottom: 0px;
  288. }
  289. .formulaire .section-name {
  290. text-transform: uppercase;
  291. font-size: 22px;
  292. }
  293. .formulaire md-input-container {
  294. padding-left: 10px;
  295. padding-bottom: 20px;
  296. }
  297. .formulaire md-select,
  298. .formulaire input {
  299. }
  300. .formulaire md-select-value > span,
  301. .formulaire md-input-container label {
  302. height: 16px;
  303. margin-bottom: 5px;
  304. }
  305. .formulaire md-select-value.md-select-placeholder > span {
  306. position: relative;
  307. top: -2px;
  308. font-weight: bold;
  309. }
  310. .formulaire md-select-value {
  311. width: 100%;
  312. }
  313. .formulaire md-select-value > span {
  314. position: relative;
  315. top: 6px;
  316. }
  317. .formulaire md-content {
  318. display: flex;
  319. }
  320. .formulaire md-content,
  321. .formulaire md-content input {
  322. width: 100%;
  323. vertical-align: top;
  324. }
  325. .formulaire md-select,
  326. .formulaire textarea {
  327. width: 100%;
  328. }
  329. .formulaire .md-select-icon {
  330. display: none;
  331. }
  332. .md-select-menu-container {
  333. z-index: 1050;
  334. }
  335. .form-required {
  336. color: rgb(196,59,29);
  337. }
  338. md-checkbox .md-label:before {
  339. display: none;
  340. }
  341. md-checkbox {
  342. padding: 0;
  343. }
  344. md-checkbox .md-label {
  345. margin-left: 25px;
  346. line-height: 16px;
  347. font-size: 12px;
  348. }
  349. md-checkbox .md-container {
  350. position: absolute;
  351. top: 10px;
  352. }
  353. .formulaire .pres-text {
  354. font-size: 12px;
  355. line-height: 16px;
  356. }
  357. #mn_inscription .modal-body {
  358. max-height: 400px;
  359. overflow: auto;
  360. min-height: 150px;
  361. }
  362. .mn-form-in-progress,
  363. .mn-form-error,
  364. .mn-form-ok {
  365. text-align: center;
  366. font-size: 20px;
  367. }
  368. .mn-form-error i{
  369. color: #EF5050;
  370. }
  371. .mn-form-ok i{
  372. color: #68C782;
  373. }
  374. .mn-form-in-progress i,
  375. .mn-form-error i,
  376. .mn-form-ok i {
  377. font-size: 80px;
  378. margin-bottom: 30px;
  379. }
  380. .mn-form md-radio-group,
  381. .mn-form md-radio-button {
  382. display: block;
  383. }
  384. .mn-form md-radio-button .md-label{
  385. white-space: nowrap;
  386. }
  387. .mn-form .alerte {
  388. margin-top: 30px;
  389. color: rgb(196,59,29);
  390. }