/* ------------------------------------------------------------------------*/ /* le bleu edugain est #19398a ou hsl(223,69%,32%), il est éclairci ici de 10% soit #214BB5 ou hsl(223,69%,42%);*/ /* global */ button, .button { background: #214BB5; border: 2px solid #214BB5; font-weight: bold; border-radius: 3px; text-decoration: none!important; } .callout { border-radius: 3px; } button:hover, .button:hover { background: none; color: #214BB5; } a, a:visited, a:active, a:link { text-decoration: underline; } a:hover { text-decoration: none; } /* main */ main { padding: 1rem 0.5rem; } main form { width: 100%; } /* wizard */ .wizard { display: block; width: 100%; overflow: hidden; } .wizard > .steps { position: relative; display: inline; width: 30%; float: left; } .wizard > .steps > ol > li { list-style-position: inside; margin: 0 0.5em 0.5em; padding: 1em 1em; border-radius: 3px; } .wizard > .steps > ol > li.current { background: #214BB5; color: #FFFFFF; } .wizard > .steps > ol > li.done { background: #9DC8E2; color: #FFFFFF; } .wizard > .steps > ol > li.disabled { background: #eee; color: #aaa; } .wizard > .content { background: none; display: block; margin: 0 0 1em 1em; padding: 1em; min-height: 35em; position: relative; width: auto; border: 2px solid #214BB5; border-radius: 3px; overflow: auto; overflow-x: hidden; } .wizard > .content .custom-combobox { position: relative; display: inline-block; width: 95%; } .wizard > .content .custom-combobox-toggle { position: absolute; top: 0; bottom: 0; margin-left: -1px; padding: 0; } .wizard > .content .custom-combobox-input { margin: 0; padding: 5px 10px; width: 100%; } .wizard > .content .ui-autocomplete { max-height: 400px; overflow-y: auto; /* prevent horizontal scrollbar */ overflow-x: hidden; } .wizard > .content label.error { display: block; color: #FFFFFF; width: 100%; background: #F04124; } .wizard > .actions { position: relative; display: block; text-align: right; width: 100%; } /* Accounts profile */ .accounts { box-sizing: border-box; min-width: 30%; display: flex; flex-flow: row wrap; margin-bottom:1.5rem; justify-content: space-between; align-items: stretch; } .accounts .account { flex: 0 0 22em; margin-right: 1em; margin-top: 1rem; box-shadow: 0 3px 5px #333; } .accounts .account table { table-layout: fixed; word-wrap: break-word; margin-bottom: 0; } .accounts .account table caption { background-color: #f1893b; color: #FFFFFF; border-radius: 3px 3px 0 0; text-align: center; font-weight: bold; } .accounts .account table tbody { border:1px solid #f1893b; } .accounts .account .comment { display: flex; margin: 0; padding: 0; height: 7em; overflow-y: auto; font-size: 0.875rem; line-height: 1.3; text-align: left; } .show_account_details { margin-bottom: 0; padding: 0.5rem 1rem; } .scrollable { overflow-y: scroll; }