2019-03-05 10:10:45 +01:00
|
|
|
@import url(https://fonts.googleapis.com/css?family=Karla:400,700|Montserrat:400,700);
|
|
|
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
|
|
/* Document
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* 1. Correct the line height in all browsers.
|
|
|
|
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
|
|
*/
|
|
|
|
html {
|
|
|
|
line-height: 1.15;
|
|
|
|
/* 1 */
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
/* 2 */ }
|
|
|
|
|
|
|
|
/* Sections
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* Remove the margin in all browsers.
|
|
|
|
*/
|
|
|
|
body {
|
|
|
|
margin: 0; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Render the `main` element consistently in IE.
|
|
|
|
*/
|
|
|
|
main {
|
|
|
|
display: block; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Correct the font size and margin on `h1` elements within `section` and
|
|
|
|
* `article` contexts in Chrome, Firefox, and Safari.
|
|
|
|
*/
|
|
|
|
h1 {
|
|
|
|
font-size: 2em;
|
|
|
|
margin: 0.67em 0; }
|
|
|
|
|
|
|
|
/* Grouping content
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* 1. Add the correct box sizing in Firefox.
|
|
|
|
* 2. Show the overflow in Edge and IE.
|
|
|
|
*/
|
|
|
|
hr {
|
|
|
|
box-sizing: content-box;
|
|
|
|
/* 1 */
|
|
|
|
height: 0;
|
|
|
|
/* 1 */
|
|
|
|
overflow: visible;
|
|
|
|
/* 2 */ }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
|
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
|
|
*/
|
|
|
|
pre {
|
|
|
|
font-family: monospace, monospace;
|
|
|
|
/* 1 */
|
|
|
|
font-size: 1em;
|
|
|
|
/* 2 */ }
|
|
|
|
|
|
|
|
/* Text-level semantics
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* Remove the gray background on active links in IE 10.
|
|
|
|
*/
|
|
|
|
a {
|
|
|
|
background-color: transparent; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Remove the bottom border in Chrome 57-
|
|
|
|
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
|
|
|
*/
|
|
|
|
abbr[title] {
|
|
|
|
border-bottom: none;
|
|
|
|
/* 1 */
|
|
|
|
text-decoration: underline;
|
|
|
|
/* 2 */
|
|
|
|
text-decoration: underline dotted;
|
|
|
|
/* 2 */ }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
|
|
*/
|
|
|
|
b,
|
|
|
|
strong {
|
|
|
|
font-weight: bolder; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
|
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
|
|
*/
|
|
|
|
code,
|
|
|
|
kbd,
|
|
|
|
samp {
|
|
|
|
font-family: monospace, monospace;
|
|
|
|
/* 1 */
|
|
|
|
font-size: 1em;
|
|
|
|
/* 2 */ }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the correct font size in all browsers.
|
|
|
|
*/
|
|
|
|
small {
|
|
|
|
font-size: 80%; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Prevent `sub` and `sup` elements from affecting the line height in
|
|
|
|
* all browsers.
|
|
|
|
*/
|
|
|
|
sub,
|
|
|
|
sup {
|
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: baseline; }
|
|
|
|
|
|
|
|
sub {
|
|
|
|
bottom: -0.25em; }
|
|
|
|
|
|
|
|
sup {
|
|
|
|
top: -0.5em; }
|
|
|
|
|
|
|
|
/* Embedded content
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* Remove the border on images inside links in IE 10.
|
|
|
|
*/
|
|
|
|
img {
|
|
|
|
border-style: none; }
|
|
|
|
|
|
|
|
/* Forms
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* 1. Change the font styles in all browsers.
|
|
|
|
* 2. Remove the margin in Firefox and Safari.
|
|
|
|
*/
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
optgroup,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
font-family: inherit;
|
|
|
|
/* 1 */
|
|
|
|
font-size: 100%;
|
|
|
|
/* 1 */
|
|
|
|
line-height: 1.15;
|
|
|
|
/* 1 */
|
|
|
|
margin: 0;
|
|
|
|
/* 2 */ }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Show the overflow in IE.
|
|
|
|
* 1. Show the overflow in Edge.
|
|
|
|
*/
|
|
|
|
button,
|
|
|
|
input {
|
|
|
|
/* 1 */
|
|
|
|
overflow: visible; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
|
|
* 1. Remove the inheritance of text transform in Firefox.
|
|
|
|
*/
|
|
|
|
button,
|
|
|
|
select {
|
|
|
|
/* 1 */
|
|
|
|
text-transform: none; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Correct the inability to style clickable types in iOS and Safari.
|
|
|
|
*/
|
|
|
|
button,
|
|
|
|
[type="button"],
|
|
|
|
[type="reset"],
|
|
|
|
[type="submit"] {
|
|
|
|
-webkit-appearance: button; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Remove the inner border and padding in Firefox.
|
|
|
|
*/
|
|
|
|
button::-moz-focus-inner,
|
|
|
|
[type="button"]::-moz-focus-inner,
|
|
|
|
[type="reset"]::-moz-focus-inner,
|
|
|
|
[type="submit"]::-moz-focus-inner {
|
|
|
|
border-style: none;
|
|
|
|
padding: 0; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Restore the focus styles unset by the previous rule.
|
|
|
|
*/
|
|
|
|
button:-moz-focusring,
|
|
|
|
[type="button"]:-moz-focusring,
|
|
|
|
[type="reset"]:-moz-focusring,
|
|
|
|
[type="submit"]:-moz-focusring {
|
|
|
|
outline: 1px dotted ButtonText; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Correct the padding in Firefox.
|
|
|
|
*/
|
|
|
|
fieldset {
|
|
|
|
padding: 0.35em 0.75em 0.625em; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Correct the text wrapping in Edge and IE.
|
|
|
|
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
|
|
|
* 3. Remove the padding so developers are not caught out when they zero out
|
|
|
|
* `fieldset` elements in all browsers.
|
|
|
|
*/
|
|
|
|
legend {
|
|
|
|
box-sizing: border-box;
|
|
|
|
/* 1 */
|
|
|
|
color: inherit;
|
|
|
|
/* 2 */
|
|
|
|
display: table;
|
|
|
|
/* 1 */
|
|
|
|
max-width: 100%;
|
|
|
|
/* 1 */
|
|
|
|
padding: 0;
|
|
|
|
/* 3 */
|
|
|
|
white-space: normal;
|
|
|
|
/* 1 */ }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
|
|
|
*/
|
|
|
|
progress {
|
|
|
|
vertical-align: baseline; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Remove the default vertical scrollbar in IE 10+.
|
|
|
|
*/
|
|
|
|
textarea {
|
|
|
|
overflow: auto; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Add the correct box sizing in IE 10.
|
|
|
|
* 2. Remove the padding in IE 10.
|
|
|
|
*/
|
|
|
|
[type="checkbox"],
|
|
|
|
[type="radio"] {
|
|
|
|
box-sizing: border-box;
|
|
|
|
/* 1 */
|
|
|
|
padding: 0;
|
|
|
|
/* 2 */ }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Correct the cursor style of increment and decrement buttons in Chrome.
|
|
|
|
*/
|
|
|
|
[type="number"]::-webkit-inner-spin-button,
|
|
|
|
[type="number"]::-webkit-outer-spin-button {
|
|
|
|
height: auto; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Correct the odd appearance in Chrome and Safari.
|
|
|
|
* 2. Correct the outline style in Safari.
|
|
|
|
*/
|
|
|
|
[type="search"] {
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
/* 1 */
|
|
|
|
outline-offset: -2px;
|
|
|
|
/* 2 */ }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Remove the inner padding in Chrome and Safari on macOS.
|
|
|
|
*/
|
|
|
|
[type="search"]::-webkit-search-decoration {
|
|
|
|
-webkit-appearance: none; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Correct the inability to style clickable types in iOS and Safari.
|
|
|
|
* 2. Change font properties to `inherit` in Safari.
|
|
|
|
*/
|
|
|
|
::-webkit-file-upload-button {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
/* 1 */
|
|
|
|
font: inherit;
|
|
|
|
/* 2 */ }
|
|
|
|
|
|
|
|
/* Interactive
|
|
|
|
========================================================================== */
|
|
|
|
/*
|
|
|
|
* Add the correct display in Edge, IE 10+, and Firefox.
|
|
|
|
*/
|
|
|
|
details {
|
|
|
|
display: block; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Add the correct display in all browsers.
|
|
|
|
*/
|
|
|
|
summary {
|
|
|
|
display: list-item; }
|
|
|
|
|
|
|
|
/* Misc
|
|
|
|
========================================================================== */
|
|
|
|
/**
|
|
|
|
* Add the correct display in IE 10+.
|
|
|
|
*/
|
|
|
|
template {
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the correct display in IE 10.
|
|
|
|
*/
|
|
|
|
[hidden] {
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
min-height: 100%;
|
|
|
|
text-rendering: optimizeLegibility; }
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: white;
|
|
|
|
color: #000;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 15px;
|
|
|
|
font-family: Karla, sans-serif;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
position: relative;
|
|
|
|
cursor: auto;
|
|
|
|
line-height: 32px;
|
|
|
|
height: 100%;
|
|
|
|
background-color: white;
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
background-size: 316px 1px;
|
|
|
|
background-image: url(data:image/gif;base64,R0lGODlheAICAIAAAH2vUPf39yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRjJERDYwM0ZBMkIxMUU4QkFDMEIyRkQzQjlGREMwMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRjJERDYwNEZBMkIxMUU4QkFDMEIyRkQzQjlGREMwMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBGMkRENjAxRkEyQjExRThCQUMwQjJGRDNCOUZEQzAyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBGMkRENjAyRkEyQjExRThCQUMwQjJGRDNCOUZEQzAyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAHgCAgAAAiaEb6HL7Q+jnLTai7PevPsPhuJIluaJpmqJIOsLx/JM1/aN5/puFwA7);
|
|
|
|
min-width: 800px; }
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #097dff; }
|
|
|
|
|
|
|
|
p {
|
|
|
|
line-height: 24px;
|
|
|
|
padding: 4px 0;
|
|
|
|
margin: 0; }
|
|
|
|
|
|
|
|
.normal {
|
|
|
|
font-weight: normal; }
|
|
|
|
|
|
|
|
.line {
|
|
|
|
display: flex;
|
|
|
|
min-width: 900px; }
|
|
|
|
.line .left, .line .right {
|
|
|
|
display: block; }
|
|
|
|
.line .left {
|
|
|
|
font-weight: bold;
|
|
|
|
width: 280px;
|
|
|
|
text-align: right;
|
|
|
|
padding: 8px 32px 8px 0;
|
|
|
|
flex: 280px 0 0; }
|
|
|
|
.line .right {
|
|
|
|
padding: 8px 0 8px 32px;
|
|
|
|
flex: 2;
|
|
|
|
max-width: 1000px; }
|
|
|
|
|
|
|
|
div.radios div.radio {
|
|
|
|
display: inline-block; }
|
|
|
|
div.radios div.radio a {
|
|
|
|
display: inline-block;
|
|
|
|
border-bottom: 3px solid #e4e4e4;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #888;
|
|
|
|
line-height: 32px;
|
|
|
|
padding: 0 16px;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold; }
|
|
|
|
div.radios div.radio a:hover {
|
|
|
|
-webkit-transition: border-color 0.15s;
|
|
|
|
-moz-transition: border-color 0.15s;
|
|
|
|
-ms-transition: border-color 0.15s;
|
|
|
|
-o-transition: border-color 0.15s;
|
|
|
|
transition: border-color 0.15s;
|
|
|
|
border-bottom-color: #d3d3d3;
|
|
|
|
color: #000; }
|
|
|
|
div.radios div.radio.active a {
|
|
|
|
border-bottom-color: #6db33f;
|
|
|
|
color: #000; }
|
|
|
|
div.radios div.radio.active a:hover {
|
|
|
|
color: #000; }
|
|
|
|
|
|
|
|
.control-text {
|
|
|
|
display: block;
|
|
|
|
border: 0 none;
|
|
|
|
outline: none;
|
|
|
|
border-bottom: 3px solid #ebebeb;
|
|
|
|
line-height: 16px;
|
|
|
|
font-family: Karla, sans-serif;
|
|
|
|
font-size: 15px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background-clip: padding-box;
|
|
|
|
width: 100%;
|
|
|
|
padding: .35rem 0 .55rem 0;
|
|
|
|
border-radius: 0;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
-webkit-border-radius: 0px;
|
|
|
|
background: #FFF; }
|
|
|
|
.control-text:focus {
|
|
|
|
-webkit-transition: border-color 0.15s;
|
|
|
|
-moz-transition: border-color 0.15s;
|
|
|
|
-ms-transition: border-color 0.15s;
|
|
|
|
-o-transition: border-color 0.15s;
|
|
|
|
transition: border-color 0.15s;
|
|
|
|
border-color: #6db33f; }
|
|
|
|
.control-text::placeholder {
|
|
|
|
font-style: italic;
|
|
|
|
color: #888; }
|
|
|
|
|
|
|
|
.control {
|
|
|
|
line-height: 16px;
|
|
|
|
padding-top: 8px; }
|
|
|
|
|
|
|
|
.control + .control {
|
|
|
|
padding-top: 16px; }
|
|
|
|
|
|
|
|
.control label {
|
|
|
|
color: #706c69;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: lighter; }
|
|
|
|
|
|
|
|
.control-submit {
|
|
|
|
height: 40px; }
|
|
|
|
.control-submit p {
|
|
|
|
border-bottom: 2px dotted #ebebeb;
|
|
|
|
height: 15px;
|
|
|
|
text-align: center; }
|
|
|
|
.control-submit .btn {
|
|
|
|
width: 120px; }
|
|
|
|
|
|
|
|
.colset {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: wrap; }
|
|
|
|
.colset .col {
|
|
|
|
flex: 1;
|
|
|
|
max-width: 350px; }
|
|
|
|
.colset .col + .col {
|
|
|
|
padding-left: 24px; }
|
|
|
|
|
|
|
|
.list {
|
|
|
|
min-height: 200px; }
|
|
|
|
.list .item {
|
|
|
|
border: 2px solid #f7f7f7;
|
|
|
|
background: #f7f7f7;
|
|
|
|
line-height: 24px;
|
|
|
|
padding: 8px 40px 8px 16px;
|
|
|
|
margin: 8px 0;
|
|
|
|
border-radius: 4px;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
/*
|
|
|
|
}*/ }
|
|
|
|
.list .item .title {
|
|
|
|
font-weight: bold; }
|
|
|
|
.list .item .title .cat {
|
|
|
|
color: #6db33f;
|
|
|
|
font-weight: normal; }
|
|
|
|
.list .item .desc {
|
|
|
|
color: #706c69;
|
|
|
|
font-size: 0.9rem; }
|
|
|
|
.list .item .incompatible {
|
|
|
|
display: none;
|
|
|
|
color: #f30808;
|
|
|
|
font-weight: bold; }
|
|
|
|
.list .item a.btn-ico {
|
|
|
|
position: absolute;
|
|
|
|
right: 2px;
|
|
|
|
top: 50%;
|
|
|
|
margin-top: -16px;
|
|
|
|
display: none; }
|
|
|
|
.list .item a.btn-ico:hover {
|
|
|
|
color: #000; }
|
|
|
|
.list .item.active {
|
|
|
|
background-color: #e7f1f4;
|
|
|
|
border-color: #e7f1f4; }
|
|
|
|
.list .item.active a.btn-ico {
|
|
|
|
display: block; }
|
|
|
|
.list .item.invalid a.btn-ico {
|
|
|
|
display: none; }
|
|
|
|
.list .item.invalid .incompatible {
|
|
|
|
display: block; }
|
|
|
|
.list .item.invalid.active {
|
|
|
|
background-color: #ffe2e2;
|
|
|
|
border-color: #ffe2e2; }
|
|
|
|
.list.light .item {
|
|
|
|
background: #fff; }
|
|
|
|
.list.light .item.active {
|
|
|
|
background-color: #e7f1f4;
|
|
|
|
border-color: #e7f1f4; }
|
|
|
|
.list.light .item.invalid a.btn-ico {
|
|
|
|
display: block; }
|
|
|
|
.list.light .item:hover a.btn-ico {
|
|
|
|
display: block; }
|
|
|
|
|
|
|
|
a.btn, button.btn {
|
|
|
|
border: 2px solid #ebebeb;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-family: Karla, sans-serif;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 32px;
|
|
|
|
padding: 0 8px;
|
|
|
|
font-weight: normal;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: all 0.15s;
|
|
|
|
-moz-transition: all 0.15s;
|
|
|
|
-ms-transition: all 0.15s;
|
|
|
|
-o-transition: all 0.15s;
|
|
|
|
transition: all 0.15s; }
|
|
|
|
a.btn:hover, button.btn:hover {
|
|
|
|
border-color: #dcdcdc; }
|
|
|
|
a.btn.btn-primary, button.btn.btn-primary {
|
|
|
|
background: #6db33f;
|
|
|
|
color: white;
|
|
|
|
border-color: #6db33f;
|
|
|
|
padding: 4px 40px; }
|
|
|
|
a.btn.btn-primary:hover, button.btn.btn-primary:hover {
|
|
|
|
background: #62a038;
|
|
|
|
border-color: #62a038; }
|
|
|
|
|
|
|
|
a.btn-ico {
|
|
|
|
display: block;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 32px;
|
|
|
|
color: #000;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: color 0.15s;
|
|
|
|
-moz-transition: color 0.15s;
|
|
|
|
-ms-transition: color 0.15s;
|
|
|
|
-o-transition: color 0.15s;
|
|
|
|
transition: color 0.15s; }
|
|
|
|
a.btn-ico:hover {
|
|
|
|
color: #6db33f; }
|
|
|
|
|
|
|
|
.submit {
|
|
|
|
padding: 24px 0;
|
|
|
|
border-top: 1px solid #e4e4e4; }
|
|
|
|
.submit kbd {
|
|
|
|
display: inline-block;
|
|
|
|
letter-spacing: 5px;
|
|
|
|
margin-left: 15px;
|
|
|
|
vertical-align: middle; }
|
|
|
|
|
|
|
|
.header {
|
|
|
|
position: relative;
|
|
|
|
padding: 8px 16px 8px 24px; }
|
|
|
|
.header h1.logo {
|
|
|
|
margin: 0;
|
|
|
|
padding: 8px 0; }
|
|
|
|
.header h1.logo a {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
padding: 4px 0;
|
|
|
|
padding-left: 65px;
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.6rem;
|
|
|
|
font-weight: normal;
|
|
|
|
width: 205px; }
|
|
|
|
.header h1.logo a svg {
|
|
|
|
width: 50px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 6px; }
|
|
|
|
.header h1.logo a svg .st2 {
|
|
|
|
fill: #6db33f; }
|
|
|
|
.header h1.logo a svg .st3 {
|
|
|
|
fill: #FFFFFF; }
|
|
|
|
.header h1.logo a strong {
|
|
|
|
display: block;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
font-weight: normal;
|
|
|
|
letter-spacing: -1px; }
|
|
|
|
.header h1.logo a strong span {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #6db33f;
|
|
|
|
letter-spacing: 0px; }
|
|
|
|
|
|
|
|
.quick-links {
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
right: 20px;
|
2019-03-05 10:54:00 +01:00
|
|
|
color: #ccc;
|
|
|
|
width: 220px; }
|
2019-03-05 10:10:45 +01:00
|
|
|
.quick-links a {
|
|
|
|
margin: 0 8px;
|
|
|
|
padding-left: 24px;
|
|
|
|
text-decoration: none;
|
|
|
|
position: relative;
|
|
|
|
color: #000;
|
|
|
|
-webkit-transition: color 0.15s;
|
|
|
|
-moz-transition: color 0.15s;
|
|
|
|
-ms-transition: color 0.15s;
|
|
|
|
-o-transition: color 0.15s;
|
|
|
|
transition: color 0.15s; }
|
|
|
|
.quick-links a .fab {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
font-size: 18px; }
|
|
|
|
.quick-links a:hover {
|
|
|
|
color: #6db33f; }
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
line-height: 24px;
|
|
|
|
padding: 8px 16px;
|
|
|
|
font-weight: normal;
|
|
|
|
color: rgba(0, 0, 0, 0.5);
|
|
|
|
font-size: 14px;
|
|
|
|
letter-spacing: -.5px; }
|
|
|
|
|
|
|
|
.pagination {
|
|
|
|
text-align: center; }
|
|
|
|
.pagination a {
|
|
|
|
color: #000;
|
|
|
|
font-size: 24px;
|
|
|
|
padding: 5px 3px;
|
|
|
|
-webkit-transition: color 0.15s;
|
|
|
|
-moz-transition: color 0.15s;
|
|
|
|
-ms-transition: color 0.15s;
|
|
|
|
-o-transition: color 0.15s;
|
|
|
|
transition: color 0.15s; }
|
|
|
|
.pagination a:hover {
|
|
|
|
color: #6db33f; }
|
|
|
|
.pagination a.disabled {
|
|
|
|
cursor: not-allowed;
|
|
|
|
color: rgba(0, 0, 0, 0.15); }
|
|
|
|
|
|
|
|
.project-metadata {
|
|
|
|
max-width: 500px; }
|
|
|
|
|
|
|
|
.hide {
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
.more-block {
|
|
|
|
padding-top: 8px; }
|
|
|
|
|
|
|
|
#more-block.hide {
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
-webkit-transition: height 0.15s;
|
|
|
|
-moz-transition: height 0.15s;
|
|
|
|
-ms-transition: height 0.15s;
|
|
|
|
-o-transition: height 0.15s;
|
|
|
|
transition: height 0.15s; }
|
|
|
|
#more-block.hide.in {
|
|
|
|
height: 330px; }
|
|
|
|
|
|
|
|
.no-result {
|
|
|
|
display: none; }
|
|
|
|
.no-result.show {
|
|
|
|
display: block; }
|
|
|
|
|
|
|
|
body.fixed .list {
|
|
|
|
padding-bottom: 120px; }
|
|
|
|
|
|
|
|
body.fixed .row-action {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0; }
|
|
|
|
body.fixed .row-action .left {
|
|
|
|
background: #f7f7f7;
|
|
|
|
margin-left: 4px; }
|
|
|
|
body.fixed .row-action .right {
|
|
|
|
padding-left: 28px; }
|
|
|
|
body.fixed .row-action .right, body.fixed .row-action .left {
|
|
|
|
margin-top: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding-bottom: 0; }
|
|
|
|
body.fixed .row-action .submit {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
min-width: 750px; }
|
|
|
|
|
|
|
|
@media (max-width: 900px) {
|
|
|
|
body {
|
|
|
|
background: none;
|
|
|
|
padding-bottom: 94px;
|
|
|
|
min-width: 0; }
|
|
|
|
.line {
|
|
|
|
display: block;
|
|
|
|
max-width: none;
|
|
|
|
min-width: 0;
|
|
|
|
padding: 16px; }
|
|
|
|
.line .left {
|
|
|
|
text-align: left;
|
|
|
|
padding: 0;
|
|
|
|
max-width: none;
|
|
|
|
min-width: 0; }
|
|
|
|
.line .right {
|
|
|
|
padding: 0;
|
|
|
|
max-width: none;
|
|
|
|
min-width: 0; }
|
|
|
|
.header {
|
|
|
|
padding: 0;
|
|
|
|
border-top: 4px solid #6db33f; }
|
|
|
|
.header h1.logo a {
|
|
|
|
margin: 0 auto; }
|
|
|
|
.quick-links {
|
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
border-top: 1px solid #e4e4e4;
|
|
|
|
border-bottom: 1px solid #e4e4e4;
|
|
|
|
background: #f7f7f7;
|
2019-03-05 10:54:00 +01:00
|
|
|
padding: 0.5rem 0;
|
|
|
|
width: auto; }
|
2019-03-05 10:10:45 +01:00
|
|
|
body .row-action, body.fixed .row-action {
|
|
|
|
position: relative;
|
|
|
|
flex: none;
|
|
|
|
display: block;
|
|
|
|
min-width: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
padding: 0; }
|
|
|
|
body .row-action .left, body.fixed .row-action .left {
|
|
|
|
width: auto;
|
|
|
|
flex: none;
|
|
|
|
margin: 0;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
border-top: 1px solid #e4e4e4; }
|
|
|
|
body .row-action .right, body.fixed .row-action .right {
|
|
|
|
position: fixed;
|
|
|
|
display: block;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
max-width: none;
|
|
|
|
flex: none;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center; }
|
|
|
|
body .row-action .right .submit, body.fixed .row-action .right .submit {
|
|
|
|
max-width: none;
|
|
|
|
min-width: 0; }
|
|
|
|
.colset {
|
|
|
|
display: block;
|
|
|
|
flex-flow: wrap; }
|
|
|
|
.colset .col {
|
|
|
|
flex: none;
|
|
|
|
max-width: none;
|
|
|
|
min-height: auto; }
|
|
|
|
.colset .col + .col {
|
|
|
|
padding-left: 0;
|
|
|
|
border-top: 1px solid #e4e4e4;
|
|
|
|
padding-top: 16px; }
|
|
|
|
.project-metadata {
|
|
|
|
max-width: none; } }
|
|
|
|
|
|
|
|
|
|
|
|
/*# sourceMappingURL=bundle.css.map*/
|