1191 lines
26 KiB
CSS
1191 lines
26 KiB
CSS
@charset "UTF-8";
|
|
/* Librairies */
|
|
@CHARSET "UTF-8";
|
|
/*!
|
|
* 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: "\f15b"; }
|
|
|
|
/* line 56, _fa-custom.scss */
|
|
.fa-c-article:before, .fa-c-art:before, .fa-c-a:before {
|
|
content: "\f14c"; }
|
|
|
|
/* line 60, _fa-custom.scss */
|
|
.fa-c-note:before {
|
|
content: "\f0fa"; }
|
|
|
|
/* line 64, _fa-custom.scss */
|
|
.fa-c-list:before {
|
|
content: "\f02d"; }
|
|
|
|
/* 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-date:before {
|
|
content: "\f073"; }
|
|
|
|
/* line 92, _fa-custom.scss */
|
|
.fa-c-git:before {
|
|
content: "\f1d3"; }
|
|
|
|
/* line 96, _fa-custom.scss */
|
|
.fa-c-afk:before {
|
|
content: "\f017"; }
|
|
|
|
/* line 100, _fa-custom.scss */
|
|
.fa-c-comment {
|
|
color: #04357B; }
|
|
|
|
/* line 103, _fa-custom.scss */
|
|
.fa-c-comment:before {
|
|
content: "\f075"; }
|
|
|
|
/* line 107, _fa-custom.scss */
|
|
.fa-c-options:before {
|
|
content: "\f085"; }
|
|
|
|
/* line 111, _fa-custom.scss */
|
|
.fa-c-param:before {
|
|
content: "\f1de"; }
|
|
|
|
/* line 115, _fa-custom.scss */
|
|
.fa-c-wip:before {
|
|
content: "\f013"; }
|
|
|
|
/* line 119, _fa-custom.scss */
|
|
.fa-c-rss:before {
|
|
content: "\f09e"; }
|
|
|
|
/* line 123, _fa-custom.scss */
|
|
.fa-c-logmeout:before, .fa-c-logout:before {
|
|
content: "\f08b"; }
|
|
|
|
/* line 127, _fa-custom.scss */
|
|
.fa-c-fold {
|
|
color: #04357B; }
|
|
|
|
/* line 130, _fa-custom.scss */
|
|
.fa-c-fold:before {
|
|
content: "\f191"; }
|
|
|
|
/* line 134, _fa-custom.scss */
|
|
.fa-c-success:before, .fa-c-ok:before, .available .fa:before {
|
|
content: "\f00c"; }
|
|
|
|
/* line 138, _fa-custom.scss */
|
|
.fa-c-warning {
|
|
color: #EFAB00; }
|
|
|
|
/* line 141, _fa-custom.scss */
|
|
.fa-c-warning:before {
|
|
content: "\f071"; }
|
|
|
|
/* line 145, _fa-custom.scss */
|
|
.fa-c-error {
|
|
color: red; }
|
|
|
|
/* line 148, _fa-custom.scss */
|
|
.fa-c-error:before {
|
|
content: "\f071"; }
|
|
|
|
/* line 152, _fa-custom.scss */
|
|
.fa-c-ko {
|
|
color: red; }
|
|
|
|
/* line 155, _fa-custom.scss */
|
|
.fa-c-ko:before, .unavailable .fa:before {
|
|
content: "\f00d"; }
|
|
|
|
/* line 159, _fa-custom.scss */
|
|
.fa-c-search:before {
|
|
content: "\f002"; }
|
|
|
|
/* line 163, _fa-custom.scss */
|
|
.fa-c-welcome:before {
|
|
content: "\f015"; }
|
|
|
|
/* line 167, _fa-custom.scss */
|
|
.fa-c-loading:before {
|
|
content: "\f110"; }
|
|
|
|
/* line 171, _fa-custom.scss */
|
|
.fa-c-edit:before {
|
|
content: "\f040"; }
|
|
|
|
/* line 175, _fa-custom.scss */
|
|
.fa-c-save:before {
|
|
content: "\f0c7"; }
|
|
|
|
/* line 179, _fa-custom.scss */
|
|
.fa-c-raw:before {
|
|
content: "\f15c"; }
|
|
|
|
/* line 183, _fa-custom.scss */
|
|
.fa-c-print:before {
|
|
content: "\f02f"; }
|
|
|
|
/* line 187, _fa-custom.scss */
|
|
.fa-c-share:before {
|
|
content: "\f0ac"; }
|
|
|
|
/* line 191, _fa-custom.scss */
|
|
.fa-c-refresh:before, .fa-c-switch:before {
|
|
content: "\f021"; }
|
|
|
|
/* line 195, _fa-custom.scss */
|
|
.fa-c-plus:before, .fa-c-add:before {
|
|
content: "\f055"; }
|
|
|
|
/* line 199, _fa-custom.scss */
|
|
.fa-c-minus:before, .fa-c-delete:before {
|
|
content: "\f056"; }
|
|
|
|
/* line 203, _fa-custom.scss */
|
|
.fa-c-up:before {
|
|
content: "\f01b"; }
|
|
|
|
/* line 207, _fa-custom.scss */
|
|
.fa-c-down:before {
|
|
content: "\f01a"; }
|
|
|
|
/* line 211, _fa-custom.scss */
|
|
.fa-c-next:before {
|
|
content: "\f054"; }
|
|
|
|
/* line 215, _fa-custom.scss */
|
|
.fa-c-prev:before {
|
|
content: "\f053"; }
|
|
|
|
/* line 219, _fa-custom.scss */
|
|
.fa-c-close:before {
|
|
content: "\f05c"; }
|
|
|
|
/* line 223, _fa-custom.scss */
|
|
.fa-c-desc:before {
|
|
content: "\f05a"; }
|
|
|
|
/* line 227, _fa-custom.scss */
|
|
.fa-c-company:before {
|
|
content: "\f0f7"; }
|
|
|
|
/* line 231, _fa-custom.scss */
|
|
.fa-c-name:before {
|
|
content: "\f02b"; }
|
|
|
|
/* line 235, _fa-custom.scss */
|
|
.fa-c-assignment:before {
|
|
content: "\f0b1"; }
|
|
|
|
/* line 239, _fa-custom.scss */
|
|
.fa-c-lock:before {
|
|
content: ""; }
|
|
|
|
/* line 243, _fa-custom.scss */
|
|
.fa-c-search:before {
|
|
content: "\f002"; }
|
|
|
|
/* line 247, _fa-custom.scss */
|
|
.fa-c-mail:before {
|
|
content: "\f0e0"; }
|
|
|
|
/* line 251, _fa-custom.scss */
|
|
.fa-c-upcoming:before {
|
|
content: "\f135"; }
|
|
|
|
/* line 255, _fa-custom.scss */
|
|
.fa-c-changelog:before {
|
|
content: "\f0d0"; }
|
|
|
|
/* line 259, _fa-custom.scss */
|
|
.fa-c-checked:before {
|
|
content: "\f046"; }
|
|
|
|
/* line 263, _fa-custom.scss */
|
|
.fa-c-unchecked:before {
|
|
content: "\f096"; }
|
|
|
|
/* line 267, _fa-custom.scss */
|
|
.fa-c-kpi:before {
|
|
content: "\f0e4"; }
|
|
|
|
/* line 271, _fa-custom.scss */
|
|
.fa-c-file-xls, .fa-c-file-xlsx {
|
|
color: #247648; }
|
|
|
|
/* line 274, _fa-custom.scss */
|
|
.fa-c-file-xls:before, .fa-c-file-xlsx:before {
|
|
content: "\f1c3"; }
|
|
|
|
/* line 278, _fa-custom.scss */
|
|
.fa-c-file-doc, .fa-c-file-docx {
|
|
color: #2B5796; }
|
|
|
|
/* line 281, _fa-custom.scss */
|
|
.fa-c-file-doc:before, .fa-c-file-docx:before {
|
|
content: "\f1c2"; }
|
|
|
|
/* line 285, _fa-custom.scss */
|
|
.fa-c-file-ppt, .fa-c-file-pptx {
|
|
color: #D04423; }
|
|
|
|
/* line 288, _fa-custom.scss */
|
|
.fa-c-file-ppt:before, .fa-c-file-pptx:before {
|
|
content: "\f1c4"; }
|
|
|
|
/* line 292, _fa-custom.scss */
|
|
.fa-c-file-pdf {
|
|
color: #D20F0B; }
|
|
|
|
/* line 295, _fa-custom.scss */
|
|
.fa-c-file-pdf:before {
|
|
content: "\f1c1"; }
|
|
|
|
/* line 299, _fa-custom.scss */
|
|
.fa-c-file-zip:before {
|
|
content: "\f1c6"; }
|
|
|
|
/* line 303, _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"; }
|
|
|
|
/* Standard Tags */
|
|
/* line 3, _common.scss */
|
|
body, html {
|
|
background: white;
|
|
font-family: Verdana, Arial;
|
|
color: #04357B;
|
|
background: #04357B;
|
|
padding: 0;
|
|
margin: 0;
|
|
min-width: 1024px; }
|
|
|
|
/* line 13, _common.scss */
|
|
table {
|
|
border: none;
|
|
background: none;
|
|
text-align: center;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-spacing: 0; }
|
|
|
|
/* line 22, _common.scss */
|
|
table td {
|
|
padding: 0; }
|
|
|
|
/* line 26, _common.scss */
|
|
input, textarea, select {
|
|
font-family: Verdana, Arial;
|
|
font-size: 12px;
|
|
background: none;
|
|
border: none; }
|
|
|
|
/* line 32, _common.scss */
|
|
input[type=text], input[type=password] {
|
|
border: 2px solid #04357B;
|
|
padding: 5px;
|
|
width: 200px; }
|
|
|
|
/* line 38, _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 42, _common.scss */
|
|
input[disabled="disabled"], textarea[disabled="disabled"], input:disabled, textarea:disabled {
|
|
background-color: #D9E5F2;
|
|
border-color: #D9E5F2;
|
|
border: 2px solid #04357B; }
|
|
|
|
/* line 48, _common.scss */
|
|
input[disabled="disabled"]:hover, textarea[disabled="disabled"]:hover, input:disabled:hover, textarea:disabled:hover {
|
|
background-color: #D9E5F2; }
|
|
|
|
/* line 52, _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 56, _common.scss */
|
|
input[type=button], .clickable {
|
|
cursor: pointer; }
|
|
|
|
/* line 60, _common.scss */
|
|
select {
|
|
background: white;
|
|
border: 2px solid #04357B;
|
|
padding: 5px;
|
|
color: #04357B;
|
|
margin: 0; }
|
|
|
|
/* line 68, _common.scss */
|
|
textarea {
|
|
min-height: 30px; }
|
|
|
|
/* line 72, _common.scss */
|
|
input, select, textarea, h1, h2, h3, h4, p, a {
|
|
color: #04357B; }
|
|
|
|
/* line 76, _common.scss */
|
|
p {
|
|
margin: 0;
|
|
padding: 0; }
|
|
|
|
/* line 81, _common.scss */
|
|
a, a:visited {
|
|
text-decoration: none; }
|
|
|
|
/* line 85, _common.scss */
|
|
a:active, a:focus, input:active, input:focus {
|
|
outline: none; }
|
|
|
|
/* line 89, _common.scss */
|
|
img {
|
|
border: none; }
|
|
|
|
/* Functions */
|
|
/* Classes */
|
|
/* line 108, _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 114, _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 120, _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 126, _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 132, _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 138, _common.scss */
|
|
.round {
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
-khtml-border-radius: 10px;
|
|
border-radius: 10px; }
|
|
|
|
/* line 144, _common.scss */
|
|
.tiny_round {
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-khtml-border-radius: 5px;
|
|
border-radius: 5px; }
|
|
|
|
/* line 150, _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 157, _common.scss */
|
|
.inc_border {
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box; }
|
|
|
|
/* line 163, _common.scss */
|
|
.loading {
|
|
font-size: 20px;
|
|
margin: 5px;
|
|
text-align: center; }
|
|
|
|
/* line 169, _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 181, _common.scss */
|
|
.error a, .warning a, .success a {
|
|
text-decoration: underline; }
|
|
|
|
/* line 185, _common.scss */
|
|
.error, .error a {
|
|
color: red;
|
|
border-color: red;
|
|
font-size: 14px;
|
|
font-weight: bold; }
|
|
|
|
/* line 192, _common.scss */
|
|
.warning, .warning a {
|
|
color: orange;
|
|
border-color: orange;
|
|
font-size: 13px;
|
|
font-style: italic; }
|
|
|
|
/* line 199, _common.scss */
|
|
.success, .success a {
|
|
color: green;
|
|
border-color: green;
|
|
font-size: 13px; }
|
|
|
|
/* line 205, _common.scss */
|
|
.default_text {
|
|
color: #D9E5F2 !important; }
|
|
|
|
/* line 209, _common.scss */
|
|
a.button {
|
|
padding: 7px;
|
|
margin-right: 5px;
|
|
background: #D9E5F2;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
border: 1px solid #04357B;
|
|
/*position:relative;*/
|
|
display: inline-block; }
|
|
|
|
/* line 219, _common.scss */
|
|
a.button:hover {
|
|
background-color: #EFAB00; }
|
|
|
|
/* line 222, _common.scss */
|
|
a.button:active {
|
|
background-color: #04357B;
|
|
color: white; }
|
|
|
|
/* line 227, _common.scss */
|
|
a.button .fa {
|
|
margin-right: 5px; }
|
|
|
|
/* line 232, _common.scss */
|
|
a.button.strong .value {
|
|
font-weight: bold; }
|
|
|
|
/* line 236, _common.scss */
|
|
a.button.inverse {
|
|
background-color: #04357B;
|
|
color: #D9E5F2; }
|
|
|
|
/* line 241, _common.scss */
|
|
a.button.inverse:hover {
|
|
background-color: #EFAB00;
|
|
color: #04357B; }
|
|
|
|
/* line 246, _common.scss */
|
|
a.button.heavy {
|
|
border-width: 2px;
|
|
font-weight: bold; }
|
|
|
|
/* line 251, _common.scss */
|
|
.addr {
|
|
cursor: text; }
|
|
|
|
/* line 255, _common.scss */
|
|
.addr:hover {
|
|
background-color: white; }
|
|
|
|
/* line 259, _common.scss */
|
|
.maximized {
|
|
width: 100%; }
|
|
|
|
/* line 263, _common.scss */
|
|
.righty {
|
|
text-align: right; }
|
|
|
|
/* line 267, _common.scss */
|
|
.glue-right {
|
|
float: right; }
|
|
|
|
/* line 271, _common.scss */
|
|
.lefty {
|
|
text-align: left; }
|
|
|
|
/* line 275, _common.scss */
|
|
.side_margins {
|
|
margin: 0 12px 10px; }
|
|
|
|
/* line 279, _common.scss */
|
|
a.internal_link {
|
|
text-decoration: underline;
|
|
font-style: normal;
|
|
background: #D9E5F2;
|
|
padding: 1px 8px 1px 5px;
|
|
margin: 0; }
|
|
|
|
/* line 286, _common.scss */
|
|
a.internal_link:visited, a.external_link:visited {
|
|
color: grey; }
|
|
|
|
/* line 289, _common.scss */
|
|
a.internal_link span.type {
|
|
text-transform: capitalize; }
|
|
|
|
/* line 292, _common.scss */
|
|
a[href^="table"].internal_link span.item {
|
|
text-transform: uppercase; }
|
|
|
|
/* line 296, _common.scss */
|
|
.author_box {
|
|
padding: 5px 10px;
|
|
border: 1px solid #04357B;
|
|
color: #04357B;
|
|
font-style: italic;
|
|
font-size: 12px; }
|
|
|
|
/* line 303, _common.scss */
|
|
.author_box:nth-child(odd) {
|
|
background: #DCF2FB; }
|
|
|
|
/* line 306, _common.scss */
|
|
.author_box:nth-child(even) {
|
|
background: #D9E5F2; }
|
|
|
|
/* line 309, _common.scss */
|
|
.author_box:hover {
|
|
border-color: #EFAB00; }
|
|
|
|
/* line 313, _common.scss */
|
|
.author_box a {
|
|
background: none;
|
|
padding: 0;
|
|
display: block;
|
|
width: 100%; }
|
|
|
|
/* line 320, _common.scss */
|
|
.author_box i.fa-30 {
|
|
vertical-align: -5%; }
|
|
|
|
/* line 324, _common.scss */
|
|
.author_box span.description {
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-size: 13px; }
|
|
|
|
/* line 330, _common.scss */
|
|
.author_box span.rank {
|
|
font-weight: bold;
|
|
margin-left: 10px; }
|
|
|
|
/* line 335, _common.scss */
|
|
.standalone .author_box {
|
|
margin-top: 10px; }
|
|
|
|
/* line 338, _common.scss */
|
|
.standalone .author_box:hover {
|
|
color: #EFAB00; }
|
|
|
|
/* line 342, _common.scss */
|
|
.hide, .mobile {
|
|
display: none; }
|
|
|
|
/* Step Box */
|
|
/* line 348, _common.scss */
|
|
.step_box {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
padding: 10px;
|
|
background: #D9E5F2;
|
|
color: #04357B;
|
|
border: 2px solid #04357B; }
|
|
|
|
/* line 356, _common.scss */
|
|
.step_box:nth-child(even) {
|
|
background: #DCF2FB; }
|
|
|
|
/* line 360, _common.scss */
|
|
.step_box input, .step_box textarea, .step_box select, .step_box .read.textarea, .step_box .read.input {
|
|
margin-top: 10px;
|
|
background: white;
|
|
font-size: 14px;
|
|
border-width: 1px; }
|
|
|
|
/* line 366, _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: white; }
|
|
|
|
/* line 369, _common.scss */
|
|
.step_box input[type=text], .step_box textarea, .step_box .read.textarea, .step_box .read.input {
|
|
width: 100%; }
|
|
|
|
/* line 372, _common.scss */
|
|
.step_box textarea, .step_box .read.textarea {
|
|
height: 200px;
|
|
padding: 5px;
|
|
background: white;
|
|
border: 1px solid #04357B; }
|
|
|
|
/* line 378, _common.scss */
|
|
.step_box .read.textarea, .step_box .read.input {
|
|
border-color: #D9E5F2;
|
|
font-weight: bold; }
|
|
|
|
/* line 382, _common.scss */
|
|
.step_box .read.textarea {
|
|
background-color: #DCF2FB; }
|
|
|
|
/* line 385, _common.scss */
|
|
.step_box:nth-child(even) .read.textarea {
|
|
background-color: #D9E5F2; }
|
|
|
|
/* line 388, _common.scss */
|
|
.step_box .read.input {
|
|
background-color: #D9E5F2;
|
|
padding-left: 0; }
|
|
|
|
/* line 393, _common.scss */
|
|
.step_box .step_nb_box, .step_box .step_box_title {
|
|
border-bottom: 1px solid #04357B;
|
|
padding: 0; }
|
|
|
|
/* Scrollbar */
|
|
/* line 400, _common.scss */
|
|
.scrollbar_box {
|
|
position: relative;
|
|
height: 0px;
|
|
overflow: hidden; }
|
|
|
|
/* line 406, _common.scss */
|
|
.scrollbar_box .scrollbar_subbox {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%; }
|
|
|
|
/* line 413, _common.scss */
|
|
.scrollbar {
|
|
position: relative;
|
|
float: right;
|
|
width: 15px;
|
|
margin-left: 5px; }
|
|
|
|
/* line 420, _common.scss */
|
|
.scrollbar .thumb, .scrollbar .thumb .end {
|
|
background-color: #04357B;
|
|
width: 13px; }
|
|
|
|
/* line 424, _common.scss */
|
|
.scrollbar .track {
|
|
background-color: #D9E5F2;
|
|
height: 100%;
|
|
width: 13px;
|
|
position: relative;
|
|
padding: 0; }
|
|
|
|
/* line 431, _common.scss */
|
|
.scrollbar .thumb {
|
|
position: absolute;
|
|
top: 0;
|
|
overflow: hidden; }
|
|
|
|
/* line 436, _common.scss */
|
|
.scrollbar .thumb .end {
|
|
overflow: hidden;
|
|
height: 20px; }
|
|
|
|
/* line 441, _common.scss */
|
|
.disable {
|
|
display: none; }
|
|
|
|
/* Uploader */
|
|
/* line 447, _common.scss */
|
|
.uploader_box {
|
|
position: relative;
|
|
width: 100%; }
|
|
|
|
/* line 452, _common.scss */
|
|
.uploader_droparea {
|
|
position: absolute;
|
|
top: -10px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 210px;
|
|
z-index: 2;
|
|
border: 1px solid #04357B;
|
|
background: white;
|
|
text-align: center; }
|
|
|
|
/* line 465, _common.scss */
|
|
.uploader_droparea-active {
|
|
background: #EFAB00; }
|
|
|
|
/* line 468, _common.scss */
|
|
.uploader_droparea span {
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 100%;
|
|
margin-top: -8px;
|
|
font-size: 16px; }
|
|
|
|
/* line 477, _common.scss */
|
|
.uploader_buffer {
|
|
width: 100%;
|
|
height: 8px; }
|
|
|
|
/* line 482, _common.scss */
|
|
.uploader_list {
|
|
/*margin:0;*/
|
|
margin-top: 0;
|
|
padding: 0;
|
|
list-style: none; }
|
|
|
|
/* line 487, _common.scss */
|
|
.uploader_list li {
|
|
margin: 0 0 10px 10px; }
|
|
|
|
/* line 491, _common.scss */
|
|
.uploader_item_file, .uploader_item_loading, .uploader_item_size, .uploader_item_cancel, .uploader_item_failed {
|
|
margin-right: 5px; }
|
|
|
|
/* line 495, _common.scss */
|
|
.uploader_item_size, .uploader_item_cancel {
|
|
font-size: 12px;
|
|
font-weight: normal; }
|
|
|
|
/* line 500, _common.scss */
|
|
a.uploader_item_cancel {
|
|
text-decoration: underline;
|
|
color: #04357B; }
|
|
|
|
/* line 505, _common.scss */
|
|
.uploader_box .image_description {
|
|
border-width: 1px;
|
|
padding: 3px 5px;
|
|
background: white; }
|
|
|
|
/* line 511, _common.scss */
|
|
.uploader_box .image_action {
|
|
font-size: 12px; }
|
|
|
|
/* line 515, _common.scss */
|
|
.uploader_box .image_action input {
|
|
width: 200px;
|
|
margin: 0; }
|
|
|
|
/* line 520, _common.scss */
|
|
.uploader_item_failed_notice {
|
|
display: none; }
|
|
|
|
/* line 523, _common.scss */
|
|
.uploader_item_failed .uploader_item_failed_notice {
|
|
display: inline; }
|
|
|
|
/* line 527, _common.scss */
|
|
.uploader_item_failed {
|
|
color: red; }
|
|
|
|
/* line 531, _common.scss */
|
|
.uploader_item_success .fa-c-delete:hover, .uploader_item_cancel .fa-c-delete:hover {
|
|
color: #EFAB00; }
|
|
|
|
/* Fix librairies location */
|
|
/* FIXME */
|
|
@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; }
|
|
/* Logon */
|
|
/* line 20, logon.scss */
|
|
#container {
|
|
background: #04357B;
|
|
padding: 10px 10px 1px; }
|
|
|
|
/* line 26, 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 white;
|
|
font-weight: bold;
|
|
color: white;
|
|
font-size: 35px;
|
|
line-height: 35px;
|
|
text-decoration: none;
|
|
background: url(../images/logo_25.png) 10px 50% no-repeat; }
|
|
/* line 44, 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 51, logon.scss */
|
|
#logon .box {
|
|
background: white;
|
|
overflow: hidden;
|
|
position: relative; }
|
|
/* line 56, logon.scss */
|
|
#logon .box .key {
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 68px;
|
|
background: #D9E5F2; }
|
|
/* line 62, 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 76, logon.scss */
|
|
#logon .box table {
|
|
margin-left: 68px;
|
|
padding: 10px; }
|
|
/* line 80, logon.scss */
|
|
#logon .box table td {
|
|
padding: 0;
|
|
text-align: left;
|
|
font-size: 18px;
|
|
color: #04357B; }
|
|
/* line 87, logon.scss */
|
|
#logon .box table td.desc {
|
|
width: 160px;
|
|
line-height: 20px;
|
|
padding: 10px 0; }
|
|
/* line 93, logon.scss */
|
|
#logon .box table td.validate {
|
|
text-align: right; }
|
|
/* line 97, logon.scss */
|
|
#logon .box .feedback {
|
|
float: left;
|
|
font-size: 14px;
|
|
margin-top: 5px;
|
|
font-style: italic;
|
|
color: red; }
|
|
/* line 104, logon.scss */
|
|
#logon .box input {
|
|
border: 1px solid #04357B;
|
|
color: #04357B;
|
|
font-size: 18px;
|
|
line-height: 20px;
|
|
padding: 2px 5px;
|
|
width: 200px; }
|
|
/* line 112, logon.scss */
|
|
#logon .box a.button {
|
|
margin-right: 0; }
|
|
/* line 115, logon.scss */
|
|
#logon .box a.button .fa {
|
|
margin: 1px; }
|
|
/* line 119, logon.scss */
|
|
#logon #footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%; }
|
|
/* line 125, logon.scss */
|
|
#logon .logon_msg {
|
|
margin-top: 10px;
|
|
padding: 5px;
|
|
color: white;
|
|
text-align: center;
|
|
font-size: 0.75em;
|
|
border: 1px solid white; }
|
|
/* line 133, logon.scss */
|
|
#logon .logon_msg span {
|
|
display: block;
|
|
margin-top: 5px; }
|
|
/* line 138, logon.scss */
|
|
#logon .logon_msg span.msg_title {
|
|
margin-top: 0;
|
|
text-decoration: underline; }
|
|
|
|
/*# sourceMappingURL=logon.css.map */
|