body { padding-top: 10px; padding-bottom: 100px; } .btn-separator { margin-right: 6px; } .caption { font-size: medium; font-style: italic; } .right { position: absolute; right: 0px; width: 300px; text-align: right; } .btn.disabled, .btn:disabled { opacity: .25!important; } .statusOk { color: green; } .statusPending { color: orange; } .statusKo { color: red; } .statusInfo { color: blue; } .cardSp { margin-bottom: 5px; } .center-div { margin: auto; padding: 10px; } .qamode { background-image: url("/portail/inscription/javax.faces.resource/images/qamode.svg.xhtml"); background-repeat: repeat; background-position: center; } .testmode { background-image: url("/portail/inscription/javax.faces.resource/images/testmode.svg.xhtml"); background-repeat: repeat; background-position: center; } .devmode { background-image: url("/portail/inscription/javax.faces.resource/images/devmode.svg.xhtml"); background-repeat: repeat; background-position: center; } .localmode { background-image: url("/portail/inscription/javax.faces.resource/images/localmode.svg.xhtml"); background-repeat: repeat; background-position: center; } #warning-landscape { font-size:1.5em; display:none; } #wrapper-ucl { display:block; } @media only screen and (orientation:portrait) and (max-device-width: 767px) { #warning-landscape { display:block; } #wrapper-ucl { display:none; } } @media only screen and (orientation:landscape) { #warning-landscape { display:none; } #wrapper-ucl { display:block; } } .mollieRemarqueDialog div.ui-dialog-titlebar { margin: auto; color: red; } .labelStrong { font-weight: bold; } .radioIntput label { margin-bottom: 0; box-sizing: border-box; word-wrap: break-word; }