Files
databap/style/logon.css
2015-08-24 20:46:25 +02:00

1282 lines
28 KiB
CSS
Executable File

@charset "UTF-8";
/* Librairies */
@CHARSET "UTF-8";
/* All colors of the same type are sorted from the darkest to the brightest */
/* Main colors */
/* Flashy hover colors */
/* Traffic light colors */
/* Technical colors */
/* Font size */
/*!
* Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("style/fontawesome-webfont.eot?v=4.2.0");
src: url("style/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("style/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("style/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("style/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal; }
/* line 14, _fa.scss */
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */
/* line 24, _fa.scss */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%; }
/* line 29, _fa.scss */
.fa-2x {
font-size: 2em; }
/* line 32, _fa.scss */
.fa-3x {
font-size: 3em; }
/* line 35, _fa.scss */
.fa-4x {
font-size: 4em; }
/* line 38, _fa.scss */
.fa-5x {
font-size: 5em; }
/* line 41, _fa.scss */
.fa-fw {
width: 1.28571429em;
text-align: center; }
/* line 45, _fa.scss */
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none; }
/* line 50, _fa.scss */
.fa-ul > li {
position: relative; }
/* line 53, _fa.scss */
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center; }
/* line 60, _fa.scss */
.fa-li.fa-lg {
left: -1.85714286em; }
/* line 63, _fa.scss */
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em; }
/* line 68, _fa.scss */
.pull-right {
float: right; }
/* line 71, _fa.scss */
.pull-left {
float: left; }
/* line 74, _fa.scss */
.fa.pull-left {
margin-right: .3em; }
/* line 77, _fa.scss */
.fa.pull-right {
margin-left: .3em; }
/* line 80, _fa.scss */
.fa-spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear; }
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg); }
100% {
-moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg); }
100% {
-o-transform: rotate(359deg); } }
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
/* line 120, _fa.scss */
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
/* line 128, _fa.scss */
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg); }
/* line 136, _fa.scss */
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg); }
/* line 144, _fa.scss */
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1); }
/* line 152, _fa.scss */
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1); }
/* line 160, _fa.scss */
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle; }
/* line 168, _fa.scss */
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center; }
/* line 175, _fa.scss */
.fa-stack-1x {
line-height: inherit; }
/* line 178, _fa.scss */
.fa-stack-2x {
font-size: 2em; }
/* line 181, _fa.scss */
.fa-inverse {
color: #ffffff; }
/* Font Awesome */
/* line 3, _fa-custom.scss */
.fa-inline {
margin-right: 5px; }
/*
size +0% +10% +20% +30% +40% +50% +60%
font-size 1em 1.111em 1.222em 1.333em 1.444em 1.555em 1.666em
line-height 1em 0.917em 0.833em 0.750em 0.666em 0.583em 0.500em
vertical-align 0% -5% -10% -15% -20% -25% -30%
*/
/* line 14, _fa-custom.scss */
.fa-10 {
font-size: 1.1111111111111111em;
line-height: 0.9166666666666666em;
vertical-align: -5%; }
/* line 19, _fa-custom.scss */
.fa-20 {
font-size: 1.2222222222222222em;
line-height: 0.8333333333333333em;
vertical-align: -10%; }
/* line 24, _fa-custom.scss */
.fa-30 {
font-size: 1.3333333333333333em;
line-height: 0.75em;
vertical-align: -15%; }
/* line 29, _fa-custom.scss */
.fa-40 {
font-size: 1.4444444444444444em;
line-height: 0.6666666666666666em;
vertical-align: -20%; }
/* line 34, _fa-custom.scss */
.fa-60, a.button .fa {
font-size: 1.6666666666666666em;
line-height: 0.5em;
vertical-align: -30%; }
/* line 40, _fa-custom.scss */
.fa-c-c:before, .fa-c-code:before {
content: "\f121"; }
/* line 44, _fa-custom.scss */
.fa-c-procedure:before, .fa-c-proc:before, .fa-c-p:before {
content: "\f0cb"; }
/* line 48, _fa-custom.scss */
.fa-c-table:before, .fa-c-t:before {
content: "\f0ce"; }
/* line 52, _fa-custom.scss */
.fa-c-documentation:before, .fa-c-doc:before, .fa-c-d:before {
content: "\f02d"; }
/* line 56, _fa-custom.scss */
.fa-c-article:before, .fa-c-art:before, .fa-c-a:before {
content: "\f1ea"; }
/* line 60, _fa-custom.scss */
.fa-c-note:before {
content: "\f0fa"; }
/* line 64, _fa-custom.scss */
.fa-c-list:before {
content: "\f0c2"; }
/* line 68, _fa-custom.scss */
.fa-c-profile:before {
content: "\f007"; }
/* line 72, _fa-custom.scss */
.fa-c-chat:before {
content: "\f086"; }
/* line 76, _fa-custom.scss */
.fa-c-news:before {
content: "\f0e7"; }
/* line 80, _fa-custom.scss */
.fa-c-version:before {
content: "\f005"; }
/* line 84, _fa-custom.scss */
.fa-c-details:before {
content: "\f112"; }
/* line 88, _fa-custom.scss */
.fa-c-bug:before {
content: "\f188"; }
/* line 92, _fa-custom.scss */
.fa-c-date:before {
content: "\f073"; }
/* line 96, _fa-custom.scss */
.fa-c-git:before {
content: "\f1d3"; }
/* line 100, _fa-custom.scss */
.fa-c-afk:before {
content: "\f017"; }
/* line 104, _fa-custom.scss */
.fa-c-comment {
color: #04357B; }
/* line 107, _fa-custom.scss */
.fa-c-comment:before {
content: "\f075"; }
/* line 111, _fa-custom.scss */
.fa-c-options:before {
content: "\f085"; }
/* line 115, _fa-custom.scss */
.fa-c-param:before {
content: "\f1de"; }
/* line 119, _fa-custom.scss */
.fa-c-wip:before {
content: "\f013"; }
/* line 123, _fa-custom.scss */
.fa-c-rss:before {
content: "\f09e"; }
/* line 127, _fa-custom.scss */
.fa-c-logmeout:before, .fa-c-logout:before {
content: "\f08b"; }
/* line 131, _fa-custom.scss */
.fa-c-fold {
color: #04357B; }
/* line 134, _fa-custom.scss */
.fa-c-fold:before {
content: "\f191"; }
/* line 138, _fa-custom.scss */
.fa-c-success:before, .fa-c-ok:before, .available .fa:before {
content: "\f00c"; }
/* line 142, _fa-custom.scss */
.fa-c-warning {
color: orange; }
/* line 145, _fa-custom.scss */
.fa-c-warning:before {
content: "\f071"; }
/* line 149, _fa-custom.scss */
.fa-c-error {
color: red; }
/* line 152, _fa-custom.scss */
.fa-c-error:before {
content: "\f071"; }
/* line 156, _fa-custom.scss */
.fa-c-ko {
color: red; }
/* line 159, _fa-custom.scss */
.fa-c-ko:before, .unavailable .fa:before {
content: "\f00d"; }
/* line 163, _fa-custom.scss */
.fa-c-search:before {
content: "\f002"; }
/* line 167, _fa-custom.scss */
.fa-c-welcome:before {
content: "\f015"; }
/* line 171, _fa-custom.scss */
.fa-c-loading:before {
content: "\f110"; }
/* line 175, _fa-custom.scss */
.fa-c-edit:before {
content: "\f040"; }
/* line 179, _fa-custom.scss */
.fa-c-save:before {
content: "\f0c7"; }
/* line 183, _fa-custom.scss */
.fa-c-raw:before {
content: "\f15c"; }
/* line 187, _fa-custom.scss */
.fa-c-print:before {
content: "\f02f"; }
/* line 191, _fa-custom.scss */
.fa-c-share:before {
content: "\f0ac"; }
/* line 195, _fa-custom.scss */
.fa-c-refresh:before, .fa-c-switch:before {
content: "\f021"; }
/* line 199, _fa-custom.scss */
.fa-c-plus:before, .fa-c-add:before {
content: "\f055"; }
/* line 203, _fa-custom.scss */
.fa-c-minus:before, .fa-c-delete:before {
content: "\f056"; }
/* line 207, _fa-custom.scss */
.fa-c-up:before {
content: "\f01b"; }
/* line 211, _fa-custom.scss */
.fa-c-down:before {
content: "\f01a"; }
/* line 215, _fa-custom.scss */
.fa-c-next:before {
content: "\f054"; }
/* line 219, _fa-custom.scss */
.fa-c-prev:before {
content: "\f053"; }
/* line 223, _fa-custom.scss */
.fa-c-close:before {
content: "\f05c"; }
/* line 227, _fa-custom.scss */
.fa-c-desc:before {
content: "\f05a"; }
/* line 231, _fa-custom.scss */
.fa-c-company:before {
content: "\f0f7"; }
/* line 235, _fa-custom.scss */
.fa-c-name:before {
content: "\f02b"; }
/* line 239, _fa-custom.scss */
.fa-c-assignment:before {
content: "\f0b1"; }
/* line 243, _fa-custom.scss */
.fa-c-lock:before {
content: ""; }
/* line 246, _fa-custom.scss */
.fa-c-unlock:before {
content: "\f09c"; }
/* line 250, _fa-custom.scss */
.fa-c-search:before {
content: "\f002"; }
/* line 254, _fa-custom.scss */
.fa-c-mail:before {
content: "\f0e0"; }
/* line 258, _fa-custom.scss */
.fa-c-upcoming:before {
content: "\f135"; }
/* line 262, _fa-custom.scss */
.fa-c-changelog:before {
content: "\f0d0"; }
/* line 266, _fa-custom.scss */
.fa-c-checked:before {
content: "\f046"; }
/* line 270, _fa-custom.scss */
.fa-c-unchecked:before {
content: "\f096"; }
/* line 274, _fa-custom.scss */
.fa-c-kpi:before {
content: "\f0e4"; }
/* line 278, _fa-custom.scss */
.fa-c-file-xls, .fa-c-file-xlsx {
color: #247648; }
/* line 281, _fa-custom.scss */
.fa-c-file-xls:before, .fa-c-file-xlsx:before {
content: "\f1c3"; }
/* line 285, _fa-custom.scss */
.fa-c-file-doc, .fa-c-file-docx {
color: #2B5796; }
/* line 288, _fa-custom.scss */
.fa-c-file-doc:before, .fa-c-file-docx:before {
content: "\f1c2"; }
/* line 292, _fa-custom.scss */
.fa-c-file-ppt, .fa-c-file-pptx {
color: #D04423; }
/* line 295, _fa-custom.scss */
.fa-c-file-ppt:before, .fa-c-file-pptx:before {
content: "\f1c4"; }
/* line 299, _fa-custom.scss */
.fa-c-file-pdf {
color: #D20F0B; }
/* line 302, _fa-custom.scss */
.fa-c-file-pdf:before {
content: "\f1c1"; }
/* line 306, _fa-custom.scss */
.fa-c-file-zip:before {
content: "\f1c6"; }
/* line 310, _fa-custom.scss */
.fa-c-file-png:before, .fa-c-file-gif:before, .fa-c-file-jpg:before, .fa-c-file-jpeg:before {
content: "\f1c5"; }
/* line 314, _fa-custom.scss */
.fa-c-image:before {
content: "\f03e"; }
/* line 318, _fa-custom.scss */
.fa-c-on:before, .fa-c-1:before {
content: "\f205"; }
/* line 321, _fa-custom.scss */
.fa-c-off:before, .fa-c-0:before {
content: "\f204"; }
/* line 325, _fa-custom.scss */
.fa-c-ban:before {
content: "\f05e"; }
/* Fonts */
@font-face {
font-family: 'Databap';
font-style: normal;
font-weight: 400;
src: local("Databap"), url(style/databap_normal_normal.woff) format("woff"); }
@font-face {
font-family: 'Databap';
font-style: normal;
font-weight: 700;
src: local("Databap Bold"), local("Databap-Bold"), url(style/databap_normal_bold.woff) format("woff"); }
@font-face {
font-family: 'Databap';
font-style: italic;
font-weight: 400;
src: local("Databap Italic"), local("Databap-Italic"), url(style/databap_italic_normal.woff) format("woff"); }
@font-face {
font-family: 'Databap';
font-style: italic;
font-weight: 700;
src: local("Databap Bold Italic"), local("Databap-BoldItalic"), url(style/databap_italic_bold.woff) format("woff"); }
/* Standard Tags */
/* line 30, _common.scss */
body, html {
background: #FFFFFF;
font-family: 'Databap', sans-serif;
color: #04357B;
background: #04357B;
padding: 0;
margin: 0;
min-width: 1024px; }
/* line 40, _common.scss */
table {
border: none;
background: none;
text-align: center;
margin: 0;
padding: 0;
border-spacing: 0; }
/* line 49, _common.scss */
table td {
padding: 0; }
/* line 53, _common.scss */
input, textarea, select {
font-family: 'Databap', sans-serif;
font-size: 11px;
background: #FFFFFF;
border: none; }
/* line 59, _common.scss */
input[type=text], input[type=password] {
padding: 5px;
width: 200px; }
/* line 64, _common.scss */
input[type=button]:hover, input[type=submit]:hover, input[type=password]:hover, input[type=text]:hover, input[type=text]:focus {
background-color: #EFAB00; }
/* line 68, _common.scss */
input[disabled="disabled"], textarea[disabled="disabled"], input:disabled, textarea:disabled {
background-color: #88B2F0; }
/* line 72, _common.scss */
input[disabled="disabled"]:hover, textarea[disabled="disabled"]:hover, input:disabled:hover, textarea:disabled:hover {
background-color: #88B2F0; }
/* line 76, _common.scss */
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none; }
/* line 80, _common.scss */
input[type=button], .clickable {
cursor: pointer; }
/* line 84, _common.scss */
iframe {
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
background: #D9E5F2;
border: none; }
/* line 93, _common.scss */
select {
background: #FFFFFF;
padding: 5px;
color: #04357B;
margin: 0; }
/* line 100, _common.scss */
textarea {
min-height: 30px; }
/* line 104, _common.scss */
input, select, textarea, h1, h2, h3, h4, p, a {
color: #04357B; }
/* line 108, _common.scss */
p {
margin: 0;
padding: 0; }
/* line 113, _common.scss */
a, a:visited {
text-decoration: none; }
/* line 117, _common.scss */
a:active, a:focus, input:active, input:focus {
outline: none; }
/* line 121, _common.scss */
img {
border: none; }
/* Functions */
/* Classes */
/* line 147, _common.scss */
.round_top {
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-khtml-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0; }
/* line 150, _common.scss */
.round_bottom {
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
-khtml-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px; }
/* line 153, _common.scss */
.round_right {
-moz-border-radius: 0 10px 10px 0;
-webkit-border-radius: 0 10px 10px 0;
-khtml-border-radius: 0 10px 10px 0;
border-radius: 0 10px 10px 0; }
/* line 156, _common.scss */
.round_left {
-moz-border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;
-khtml-border-radius: 10px 0 0 10px;
border-radius: 10px 0 0 10px; }
/* line 159, _common.scss */
.round_bottom_left {
-moz-border-radius: 0 0 0 10px;
-webkit-border-radius: 0 0 0 10px;
-khtml-border-radius: 0 0 0 10px;
border-radius: 0 0 0 10px; }
/* line 162, _common.scss */
.round {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-khtml-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px; }
/* line 165, _common.scss */
.tiny_round {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px; }
/* line 168, _common.scss */
.tiny_top_right {
-moz-border-radius: 5px 0 5px 5px;
-webkit-border-radius: 5px 0 5px 5px;
-khtml-border-radius: 5px 0 5px 5px;
border-radius: 5px 0 5px 5px; }
/* line 172, _common.scss */
.inc_border {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; }
/* line 178, _common.scss */
.loading {
font-size: 20px;
margin: 5px;
text-align: center; }
/* line 184, _common.scss */
.error, .warning, .success {
margin: 10px 0;
border-width: 1px;
border-style: solid;
padding: 3px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
clear: both; }
/* line 196, _common.scss */
.error a, .warning a, .success a {
text-decoration: underline; }
/* line 200, _common.scss */
.error, .error a {
color: red;
border-color: red;
font-size: 13px;
font-weight: bold; }
/* line 207, _common.scss */
.warning, .warning a {
color: orange;
border-color: orange;
font-size: 13px;
font-style: italic; }
/* line 214, _common.scss */
.success, .success a {
color: green;
border-color: green;
font-size: 13px; }
/* line 220, _common.scss */
.default_text {
color: #88B2F0 !important; }
/* line 224, _common.scss */
a.button {
padding: 7px;
margin-right: 5px;
background: #D9E5F2;
font-size: 13px;
cursor: pointer;
/*position:relative;*/
display: inline-block; }
/* line 233, _common.scss */
a.button:hover {
background-color: #EFAB00; }
/* line 236, _common.scss */
a.button:active {
background-color: #04357B;
color: #FFFFFF; }
/* line 241, _common.scss */
a.button .fa {
margin-right: 5px; }
/* line 246, _common.scss */
a.button.no_text .fa {
margin-right: 0; }
/* line 250, _common.scss */
a.button.no_bg, a.button.no_bg:hover {
background: none;
color: #FFFFFF;
margin: 0.33333em 0;
/* to compensate the fa-60 */
padding: 0; }
/* line 256, _common.scss */
a.button.no_bg:hover .fa {
color: #EFAB00; }
/* line 260, _common.scss */
a.button.strong .value {
font-weight: bold; }
/* line 264, _common.scss */
a.button.inverse {
background-color: #04357B;
color: #88B2F0; }
/* line 269, _common.scss */
a.button.inverse:hover {
background-color: #EFAB00;
color: #04357B; }
/* line 274, _common.scss */
a.button.heavy {
border-width: 2px;
font-weight: bold; }
/* line 279, _common.scss */
a.button.gimmespace {
margin-left: 10px;
margin-right: 10px; }
/* line 284, _common.scss */
.addr {
cursor: text; }
/* line 288, _common.scss */
.addr:hover {
background-color: #FFFFFF; }
/* line 292, _common.scss */
.maximized {
width: 100%; }
/* line 296, _common.scss */
.righty {
text-align: right; }
/* line 300, _common.scss */
.glue-right {
float: right; }
/* line 304, _common.scss */
.lefty {
text-align: left; }
/* line 308, _common.scss */
.side_margins {
margin: 0 12px 10px; }
/* line 312, _common.scss */
a.internal_link {
text-decoration: underline;
font-style: normal;
background: #88B2F0;
padding: 1px 8px 1px 5px;
margin: 0; }
/* line 319, _common.scss */
a.internal_link:visited, a.external_link:visited {
color: grey; }
/* line 322, _common.scss */
a.internal_link span.type {
text-transform: capitalize; }
/* line 325, _common.scss */
a[href^="table"].internal_link span.item {
text-transform: uppercase; }
/* line 329, _common.scss */
.author_box {
padding: 5px 10px;
color: #04357B;
font-style: italic;
font-size: 11px; }
/* line 335, _common.scss */
.author_box:nth-child(odd) {
background: #FFFFFF; }
/* line 338, _common.scss */
.author_box:nth-child(even) {
background: #f2f5f9; }
/* line 341, _common.scss */
.author_box:hover a {
color: #EFAB00; }
/* line 345, _common.scss */
.author_box a {
background: none;
padding: 0;
display: block;
width: 100%; }
/* line 352, _common.scss */
.author_box i.fa-30 {
vertical-align: -5%; }
/* line 356, _common.scss */
.author_box span.description {
font-weight: bold;
font-style: normal;
font-size: 13px; }
/* line 362, _common.scss */
.author_box span.rank {
font-weight: bold;
margin-left: 10px; }
/* line 367, _common.scss */
.standalone .author_box {
margin-top: 10px; }
/* line 371, _common.scss */
.hide, .mobile {
display: none; }
/* Step Box */
/* line 377, _common.scss */
.step_box {
margin-top: 5px;
margin-bottom: 5px;
padding: 10px;
background: #D9E5F2;
color: #04357B; }
/* line 384, _common.scss */
.step_box:nth-child(even) {
background: #f2f5f9; }
/* line 388, _common.scss */
.step_box input, .step_box textarea, .step_box select, .step_box .read.textarea, .step_box .read.input {
margin-top: 10px;
background: #FFFFFF;
font-size: 13px;
border-width: 1px; }
/* line 394, _common.scss */
.step_box input:disabled, .step_box textarea:disabled, .step_box select:disabled, .step_box input:hover:disabled, .step_box textarea:hover:disabled, .step_box select:hover:disabled {
background-color: #FFFFFF; }
/* line 397, _common.scss */
.step_box input[type=text], .step_box textarea, .step_box .read.textarea, .step_box .read.input {
width: 100%; }
/* line 400, _common.scss */
.step_box textarea, .step_box .read.textarea {
height: 200px;
padding: 5px;
background: #FFFFFF; }
/* line 405, _common.scss */
.step_box .read.textarea, .step_box .read.input {
border-color: #88B2F0;
font-weight: bold; }
/* line 409, _common.scss */
.step_box .read.textarea {
background-color: #D9E5F2; }
/* line 412, _common.scss */
.step_box:nth-child(even) .read.textarea {
background-color: #f2f5f9; }
/* line 415, _common.scss */
.step_box .read.input {
background-color: #88B2F0;
padding-left: 0; }
/* line 420, _common.scss */
.step_box .step_nb_box, .step_box .step_box_title {
border-bottom: 1px solid #04357B;
padding: 0; }
/* Scrollbar */
/* line 427, _common.scss */
.scrollbar_box {
position: relative;
height: 0px;
overflow: hidden; }
/* line 433, _common.scss */
.scrollbar_box .scrollbar_subbox {
position: absolute;
left: 0;
top: 0;
width: 100%; }
/* line 440, _common.scss */
.scrollbar {
position: relative;
float: right;
width: 15px;
margin-left: 5px; }
/* line 447, _common.scss */
.scrollbar .thumb, .scrollbar .thumb .end {
background-color: #04357B;
width: 13px; }
/* line 451, _common.scss */
.scrollbar .track {
background-color: #88B2F0;
height: 100%;
width: 13px;
position: relative;
padding: 0; }
/* line 458, _common.scss */
.scrollbar .thumb {
position: absolute;
top: 0;
overflow: hidden; }
/* line 463, _common.scss */
.scrollbar .thumb .end {
overflow: hidden;
height: 20px; }
/* line 468, _common.scss */
.disable {
display: none; }
/* Uploader */
/* line 474, _common.scss */
.uploader_box {
position: relative;
width: 100%; }
/* line 479, _common.scss */
.uploader_droparea {
position: absolute;
top: -10px;
left: 0;
width: 100%;
height: 100%;
height: 210px;
z-index: 2;
background: #FFFFFF;
text-align: center; }
/* line 491, _common.scss */
.uploader_droparea-active {
background: #EFAB00; }
/* line 494, _common.scss */
.uploader_droparea span {
display: block;
position: absolute;
top: 50%;
width: 100%;
margin-top: -8px;
font-size: 16px; }
/* line 503, _common.scss */
.uploader_buffer {
width: 100%;
height: 8px; }
/* line 508, _common.scss */
.uploader_list {
/*margin:0;*/
margin-top: 0;
padding: 0;
list-style: none; }
/* line 513, _common.scss */
.uploader_list li {
margin: 0 0 10px 10px; }
/* line 517, _common.scss */
.uploader_item_file, .uploader_item_loading, .uploader_item_size, .uploader_item_cancel, .uploader_item_failed {
margin-right: 5px; }
/* line 521, _common.scss */
.uploader_item_size, .uploader_item_cancel {
font-size: 11px;
font-weight: normal; }
/* line 526, _common.scss */
a.uploader_item_cancel {
text-decoration: underline;
color: #04357B; }
/* line 531, _common.scss */
.uploader_box .image_description {
border-width: 1px;
padding: 3px 5px;
background: #FFFFFF; }
/* line 538, _common.scss */
.uploader_box .image_action {
font-size: 11px; }
/* line 542, _common.scss */
.uploader_box .image_action input {
width: 200px;
margin: 0; }
/* line 547, _common.scss */
.uploader_item_failed_notice {
display: none; }
/* line 550, _common.scss */
.uploader_item_failed .uploader_item_failed_notice {
display: inline; }
/* line 554, _common.scss */
.uploader_item_failed {
color: red; }
/* line 558, _common.scss */
.uploader_item_success .fa-c-delete:hover, .uploader_item_cancel .fa-c-delete:hover {
color: #EFAB00; }
/* FIXME librairies location */
@font-face {
font-family: 'FontAwesome';
src: url("fontawesome-webfont.eot?v=4.2.0");
src: url("fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("fontawesome-webfont.woff?v=4.2.0") format("woff"), url("fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Databap';
font-style: normal;
font-weight: 400;
src: local("Databap"), url(databap_normal_normal.woff) format("woff"); }
@font-face {
font-family: 'Databap';
font-style: normal;
font-weight: 700;
src: local("Databap Bold"), local("Databap-Bold"), url(databap_normal_bold.woff) format("woff"); }
@font-face {
font-family: 'Databap';
font-style: italic;
font-weight: 400;
src: local("Databap Italic"), local("Databap-Italic"), url(databap_italic_normal.woff) format("woff"); }
@font-face {
font-family: 'Databap';
font-style: italic;
font-weight: 700;
src: local("Databap Bold Italic"), local("Databap-BoldItalic"), url(databap_italic_bold.woff) format("woff"); }
/* Logon */
/* line 43, logon.scss */
#container {
background: #04357B;
padding: 10px 10px 1px; }
/* line 49, logon.scss */
#logon .logo {
width: auto;
height: auto;
text-transform: uppercase;
position: absolute;
top: 0;
left: 0;
padding: 10px 10px 10px 35px;
margin: 0;
border-bottom: 3px solid #FFFFFF;
font-weight: bold;
color: #FFFFFF;
font-size: 35px;
line-height: 35px;
text-decoration: none;
background: url(../images/logo_25.png) 10px 50% no-repeat; }
/* line 67, logon.scss */
#logon .container {
position: fixed;
top: 50%;
left: 50%;
margin-left: -230px;
/* -(68+10*2+160+200+5*2+1*2)/2 */
margin-top: -64px;
/* -(10*2+20*4+20*2+20+2*2+1*2)/2 */ }
/* line 74, logon.scss */
#logon .box {
background: #FFFFFF;
overflow: hidden;
position: relative; }
/* line 79, logon.scss */
#logon .box .key {
position: absolute;
height: 100%;
width: 68px;
background: #88B2F0; }
/* line 85, logon.scss */
#logon .box .key .fa {
position: absolute;
top: 50%;
left: 50%;
text-align: center;
color: #04357B;
line-height: 50px;
font-size: 50px;
width: 50px;
margin-left: -25px;
margin-top: -25px; }
/* line 99, logon.scss */
#logon .box table {
margin-left: 68px;
padding: 10px;
background: #D9E5F2; }
/* line 104, logon.scss */
#logon .box table td {
padding: 0;
text-align: left;
color: #04357B; }
/* line 110, logon.scss */
#logon .box table td.desc {
width: 160px;
font-size: 16px;
line-height: 20px;
padding: 10px 0; }
/* line 117, logon.scss */
#logon .box table td.validate {
text-align: right; }
/* line 121, logon.scss */
#logon .box .feedback {
float: left;
font-size: 13px;
margin-top: 5px;
font-style: italic;
color: red; }
/* line 128, logon.scss */
#logon .box input {
color: #04357B;
font-size: 13px;
line-height: 20px;
padding: 2px 5px;
width: 200px; }
/* line 135, logon.scss */
#logon .box a.button {
margin-right: 0;
background: #FFFFFF; }
/* line 139, logon.scss */
#logon .box a.button:hover {
background: #EFAB00; }
/* line 142, logon.scss */
#logon .box a.button .fa {
margin: 1px; }
/* line 146, logon.scss */
#logon #footer {
position: fixed;
bottom: 0;
width: 100%; }
/* line 152, logon.scss */
#logon .logon_msg {
margin-top: 10px;
padding: 5px;
color: #FFFFFF;
text-align: center;
font-size: 0.75em;
border: 1px solid #FFFFFF; }
/* line 160, logon.scss */
#logon .logon_msg span {
display: block;
margin-top: 5px; }
/* line 165, logon.scss */
#logon .logon_msg span.msg_title {
margin-top: 0;
text-decoration: underline; }
/*# sourceMappingURL=logon.css.map */