| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476 |
- html {
- height: 100%;
- width: 100%;
- }
- body {
- background-color: #333;
- background: url("../img/background.png") no-repeat top center fixed;
- background-size: cover;
- margin: 0;
- padding: 0;
- height: 100%;
- width: 100%;
- overflow: auto;
- }
- a {
- text-decoration: none;
- }
- .bg-warning {
- color: #8a6d3b;
- background-color: #fcf8e3;
- border-color: #faebcc;
- padding: 10px;
- margin: 1em;
- }
- .bg-info {
- color: #31708f;
- background-color: #d9edf7;
- border-color: #bce8f1;
- padding: 10px;
- margin: 1em;
- text-align: center;
- }
- .title {
- position: absolute;
- z-index: 9999999999;
- cursor: pointer;
- }
- .data-loading-txt {
- position: relative;
- top: -40px;
- left: 50px;
- font-size: 15px;
- font-weight: bold;
- color: #666;
- }
- #result {
- background: white;
- opacity: 0.9;
- height: 0px;
- overflow: hidden;
- background: url("../img/filter.png") bottom left repeat-x;
- }
- #result .result-container {
- height: 100%;
- margin: 0;
- padding: 1em;
- box-sizing: border-box;
- }
- #result .result-box {
- background: white;
- border-radius: 10px;
- height: calc(100% - 15px);
- }
- .box-header {
- display: table;
- width: 100%;
- table-layout: fixed;
- }
- .box-description {
- height: 80px;
- overflow: auto;
- }
- .box-description-more {
- text-align: right;
- }
- .box-eligibilite-title {
- text-transform: uppercase;
- color: #666;
- }
- .box-eligibilite-title .btn{
- float: right;
- z-index: 1000;
- position: relative;
- }
- .box-eligibilite-yes {
- color: #8cc474;
- }
- .box-eligibilite-no {
- color: #e46f61;
- }
- .box-eligibilite {
- height: calc(100% - 140px);
- }
- .box-eligibilite > div {
- height: 100%;
- }
- .box-eligibilite-spinner {
- text-align: center;
- position:relative;
- top: 50%;
- margin-top: -28px;
- }
- .box-eligibilite-none {
- text-align: center;
- position:relative;
- top: 50%;
- font-size: 25px;
- text-transform: uppercase;
- color: #bbb;
- margin-top: -35px;
- }
- .box-body {
- overflow: auto;
- padding: 1em;
- box-sizing: border-box;
- height: calc(100% - 100px);
- border-left: 7px solid silver;
- border-radius: 0 0 0 10px;
- }
- .box-logo,
- .box-title-description {
- display: table-cell;
- vertical-align: top;
- }
- .box-title {
- text-align: center;
- font-size: 24px;
- white-space: nowrap;
- font-weight: 200;
- margin-top: 5px;
- }
- .solution {
- font-size: 16px;
- }
- .box-logo,
- .box-logo img {
- width: 100px;
- height: 100px;
- border-radius: 10px 0 10px 0;
- }
- .md-sidenav-right {
- z-index: 99999999999999;
- }
- .md-sidenav-right .md-toolbar-tools {
- font-size: 20px;
- position: relative;
- top: 21px;
- }
- .md-sidenav-right md-progress-circular {
- position: absolute;
- right: 7px;
- top: 7px;
- }
- .force-hidden .md-inner {
- display: none !important;
- }
- .md-sidenav-right md-progress-circular .md-right .md-half-circle {
- border-right-color: white !important;
- border-top-color: white !important;
- }
- .md-sidenav-right md-progress-circular .md-left .md-half-circle {
- border-left-color: white !important;
- border-top-color: white !important;
- }
- .md-sidenav-right md-progress-circular .md-inner {
- display: none;
- }
- .md-label:before {
- content: no-close-quote;
- }
- .md-sidenav-right .section-title {
- text-transform: uppercase;
- color: #999;
- white-space: nowrap;
- font-size: 13px;
- padding-bottom: 10px;
- margin-bottom: 7px;
- border-bottom: 1px solid #999;
- }
- .md-sidenav-rightmd-checkbox .md-label {
- position: relative;
- top: -2px;
- }
- md-checkbox {
- margin: 5px 0 0 0;
- }
- .address-bar {
- position: absolute;
- right: 20px;
- z-index: 1000;
- }
- .address-bar .input-type {
- position: absolute;
- top: 20px;
- right: 100px;
- }
- .address-bar input {
- width: 400px;
- height: 41px;
- padding: 0 10px;
- font-size: 15px;
- line-height: 30px;
- color: #777;
- }
- .address-bar button {
- height: 41px;
- position: absolute;
- top: 20px;
- right: 40px;
- border-radius: 0 0 0 0 !important;
- box-shadow: none;
- }
- .address-bar .md-menu {
- position: absolute;
- top: 26px;
- right: -4px;
- cursor: pointer;
- }
- .address-bar button i {
- padding: 0 10px;
- }
- .title img {
- height: 50px;
- margin: 1em;
- }
- #map {
- height: 100%;
- width: 100%;
- }
- .popup-title {
- font-weight: bold;
- }
- .popup-line {
- white-space: nowrap;
- position: relative;
- }
- .leaflet-popup-content {
- width: 380px !important;
- max-height: 380px;
- overflow: auto;
- }
- .popup-label {
- color: rgba(0,0,0,0.54);
- width: inherit;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: auto;
- font-size: 12px;
- }
- .popup-value {
- color: #333;
- font-size: 14px;
- height: 26px;
- line-height: 23px;
- border-bottom: 1px solid #ddd;
- margin-bottom: 13px;
- }
- .popup-small-date {
- position: absolute;
- font-size: 10px;
- right: 0px;
- top: 20px;
- }
- md-toast {
- padding-top: 10px !important;
- font-size: 14px !important;
- }
- md-toast.md-bottom {
- bottom: 15px;
- }
- md-toast.md-right {
- right: 15px;
- }
- md-radio-group.md-default-theme:focus:not(:empty) {
- border-color: transparent !important;
- }
- md-radio-button {
- margin: 5px 0px;
- }
- .modal-backdrop.in {
- opacity: 0.7 !important;
- }
- .formulaire .section {
- padding-bottom: 20px;
- }
- .formulaire .no-padding {
- padding-bottom: 0px;
- }
- .formulaire .section-name {
- text-transform: uppercase;
- font-size: 22px;
- }
- .formulaire md-input-container {
- padding-left: 10px;
- padding-bottom: 20px;
- }
- .formulaire md-select,
- .formulaire input {
- }
- .formulaire md-select-value > span,
- .formulaire md-input-container label {
- height: 16px;
- margin-bottom: 5px;
- }
- .formulaire md-select-value.md-select-placeholder > span {
- position: relative;
- top: -2px;
- font-weight: bold;
- }
- .formulaire md-select-value {
- width: 100%;
- }
- .formulaire md-select-value > span {
- position: relative;
- top: 6px;
- }
- .formulaire md-content {
- display: flex;
- }
- .formulaire md-content,
- .formulaire md-content input {
- width: 100%;
- vertical-align: top;
- }
- .formulaire md-select,
- .formulaire textarea {
- width: 100%;
- }
- .formulaire .md-select-icon {
- display: none;
- }
- .md-select-menu-container {
- z-index: 1050;
- }
- .form-required {
- color: rgb(196,59,29);
- }
- md-checkbox .md-label:before {
- display: none;
- }
- md-checkbox {
- padding: 0;
- }
- md-checkbox .md-label {
- margin-left: 25px;
- line-height: 16px;
- font-size: 12px;
- }
- md-checkbox .md-container {
- position: absolute;
- top: 10px;
- }
- .formulaire .pres-text {
- font-size: 12px;
- line-height: 16px;
- }
- #mn_inscription .modal-body {
- max-height: 400px;
- overflow: auto;
- min-height: 150px;
- }
- .mn-form-in-progress,
- .mn-form-error,
- .mn-form-ok {
- text-align: center;
- font-size: 20px;
- }
- .mn-form-error i{
- color: #EF5050;
- }
- .mn-form-ok i{
- color: #68C782;
- }
- .mn-form-in-progress i,
- .mn-form-error i,
- .mn-form-ok i {
- font-size: 80px;
- margin-bottom: 30px;
- }
- .mn-form md-radio-group,
- .mn-form md-radio-button {
- display: block;
- }
- .mn-form md-radio-button .md-label{
- white-space: nowrap;
- }
- .mn-form .alerte {
- margin-top: 30px;
- color: rgb(196,59,29);
- }
|