1KA_F2F/public/css/main.css

7965 lines
132 KiB
CSS
Raw Normal View History

2020-08-14 13:36:36 +02:00
@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 18-Jul-2018, 10:13:07
Author : podkrizniku
*/
/*
Osnovni elementi, fonti...
*/
/* FontAwesome 5 */
/*!
* Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
.fas,
.far,
.fal,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.fa-lg {
font-size: 1.3333333333em;
line-height: 0.75em;
vertical-align: -0.0667em;
}
.fa-xs {
font-size: 0.75em;
}
.fa-sm {
font-size: 0.875em;
}
.fa-1x {
font-size: 1em;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-6x {
font-size: 6em;
}
.fa-7x {
font-size: 7em;
}
.fa-8x {
font-size: 8em;
}
.fa-9x {
font-size: 9em;
}
.fa-10x {
font-size: 10em;
}
.fa-fw {
text-align: center;
width: 1.25em;
}
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;
}
.fa-ul > li {
position: relative;
}
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}
.fa-border {
border: solid 0.08em #eee;
border-radius: 0.1em;
padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: 0.3em;
}
.fa-spin {
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
content: "\f26e";
2020-08-14 13:36:36 +02:00
}
.fa-accessible-icon:before {
content: "\f368";
2020-08-14 13:36:36 +02:00
}
.fa-accusoft:before {
content: "\f369";
2020-08-14 13:36:36 +02:00
}
.fa-ad:before {
content: "\f641";
2020-08-14 13:36:36 +02:00
}
.fa-address-book:before {
content: "\f2b9";
2020-08-14 13:36:36 +02:00
}
.fa-address-card:before {
content: "\f2bb";
2020-08-14 13:36:36 +02:00
}
.fa-adjust:before {
content: "\f042";
2020-08-14 13:36:36 +02:00
}
.fa-adn:before {
content: "\f170";
2020-08-14 13:36:36 +02:00
}
.fa-adversal:before {
content: "\f36a";
2020-08-14 13:36:36 +02:00
}
.fa-affiliatetheme:before {
content: "\f36b";
2020-08-14 13:36:36 +02:00
}
.fa-air-freshener:before {
content: "\f5d0";
2020-08-14 13:36:36 +02:00
}
.fa-algolia:before {
content: "\f36c";
2020-08-14 13:36:36 +02:00
}
.fa-align-center:before {
content: "\f037";
2020-08-14 13:36:36 +02:00
}
.fa-align-justify:before {
content: "\f039";
2020-08-14 13:36:36 +02:00
}
.fa-align-left:before {
content: "\f036";
2020-08-14 13:36:36 +02:00
}
.fa-align-right:before {
content: "\f038";
2020-08-14 13:36:36 +02:00
}
.fa-alipay:before {
content: "\f642";
2020-08-14 13:36:36 +02:00
}
.fa-allergies:before {
content: "\f461";
2020-08-14 13:36:36 +02:00
}
.fa-amazon:before {
content: "\f270";
2020-08-14 13:36:36 +02:00
}
.fa-amazon-pay:before {
content: "\f42c";
2020-08-14 13:36:36 +02:00
}
.fa-ambulance:before {
content: "\f0f9";
2020-08-14 13:36:36 +02:00
}
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
2020-08-14 13:36:36 +02:00
}
.fa-amilia:before {
content: "\f36d";
2020-08-14 13:36:36 +02:00
}
.fa-anchor:before {
content: "\f13d";
2020-08-14 13:36:36 +02:00
}
.fa-android:before {
content: "\f17b";
2020-08-14 13:36:36 +02:00
}
.fa-angellist:before {
content: "\f209";
2020-08-14 13:36:36 +02:00
}
.fa-angle-double-down:before {
content: "\f103";
2020-08-14 13:36:36 +02:00
}
.fa-angle-double-left:before {
content: "\f100";
2020-08-14 13:36:36 +02:00
}
.fa-angle-double-right:before {
content: "\f101";
2020-08-14 13:36:36 +02:00
}
.fa-angle-double-up:before {
content: "\f102";
2020-08-14 13:36:36 +02:00
}
.fa-angle-down:before {
content: "\f107";
2020-08-14 13:36:36 +02:00
}
.fa-angle-left:before {
content: "\f104";
2020-08-14 13:36:36 +02:00
}
.fa-angle-right:before {
content: "\f105";
2020-08-14 13:36:36 +02:00
}
.fa-angle-up:before {
content: "\f106";
2020-08-14 13:36:36 +02:00
}
.fa-angry:before {
content: "\f556";
2020-08-14 13:36:36 +02:00
}
.fa-angrycreative:before {
content: "\f36e";
2020-08-14 13:36:36 +02:00
}
.fa-angular:before {
content: "\f420";
2020-08-14 13:36:36 +02:00
}
.fa-ankh:before {
content: "\f644";
2020-08-14 13:36:36 +02:00
}
.fa-app-store:before {
content: "\f36f";
2020-08-14 13:36:36 +02:00
}
.fa-app-store-ios:before {
content: "\f370";
2020-08-14 13:36:36 +02:00
}
.fa-apper:before {
content: "\f371";
2020-08-14 13:36:36 +02:00
}
.fa-apple:before {
content: "\f179";
2020-08-14 13:36:36 +02:00
}
.fa-apple-alt:before {
content: "\f5d1";
2020-08-14 13:36:36 +02:00
}
.fa-apple-pay:before {
content: "\f415";
2020-08-14 13:36:36 +02:00
}
.fa-archive:before {
content: "\f187";
2020-08-14 13:36:36 +02:00
}
.fa-archway:before {
content: "\f557";
2020-08-14 13:36:36 +02:00
}
.fa-arrow-alt-circle-down:before {
content: "\f358";
2020-08-14 13:36:36 +02:00
}
.fa-arrow-alt-circle-left:before {
content: "\f359";
2020-08-14 13:36:36 +02:00
}
.fa-arrow-alt-circle-right:before {
content: "\f35a";
2020-08-14 13:36:36 +02:00
}
.fa-arrow-alt-circle-up:before {
content: "\f35b";
2020-08-14 13:36:36 +02:00
}
.fa-arrow-circle-down:before {
content: "\f0ab";
2020-08-14 13:36:36 +02:00
}
.fa-arrow-circle-left:before {
content: "\f0a8";
2020-08-14 13:36:36 +02:00
}
.fa-arrow-circle-right:before {
content: "\f0a9";
2020-08-14 13:36:36 +02:00
}
.fa-arrow-circle-up:before {
content: "\f0aa";
2020-08-14 13:36:36 +02:00
}
.fa-arrow-down:before {
content: "\f063";
2020-08-14 13:36:36 +02:00
}
.fa-arrow-left:before {
content: "\f060";
2020-08-14 13:36:36 +02:00
}
.fa-arrow-right:before {
content: "\f061";
2020-08-14 13:36:36 +02:00
}
.fa-arrow-up:before {
content: "\f062";
2020-08-14 13:36:36 +02:00
}
.fa-arrows-alt:before {
content: "\f0b2";
2020-08-14 13:36:36 +02:00
}
.fa-arrows-alt-h:before {
content: "\f337";
2020-08-14 13:36:36 +02:00
}
.fa-arrows-alt-v:before {
content: "\f338";
2020-08-14 13:36:36 +02:00
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
2020-08-14 13:36:36 +02:00
}
.fa-asterisk:before {
content: "\f069";
2020-08-14 13:36:36 +02:00
}
.fa-asymmetrik:before {
content: "\f372";
2020-08-14 13:36:36 +02:00
}
.fa-at:before {
content: "\f1fa";
2020-08-14 13:36:36 +02:00
}
.fa-atlas:before {
content: "\f558";
2020-08-14 13:36:36 +02:00
}
.fa-atom:before {
content: "\f5d2";
2020-08-14 13:36:36 +02:00
}
.fa-audible:before {
content: "\f373";
2020-08-14 13:36:36 +02:00
}
.fa-audio-description:before {
content: "\f29e";
2020-08-14 13:36:36 +02:00
}
.fa-autoprefixer:before {
content: "\f41c";
2020-08-14 13:36:36 +02:00
}
.fa-avianex:before {
content: "\f374";
2020-08-14 13:36:36 +02:00
}
.fa-aviato:before {
content: "\f421";
2020-08-14 13:36:36 +02:00
}
.fa-award:before {
content: "\f559";
2020-08-14 13:36:36 +02:00
}
.fa-aws:before {
content: "\f375";
2020-08-14 13:36:36 +02:00
}
.fa-backspace:before {
content: "\f55a";
2020-08-14 13:36:36 +02:00
}
.fa-backward:before {
content: "\f04a";
2020-08-14 13:36:36 +02:00
}
.fa-balance-scale:before {
content: "\f24e";
2020-08-14 13:36:36 +02:00
}
.fa-ban:before {
content: "\f05e";
2020-08-14 13:36:36 +02:00
}
.fa-band-aid:before {
content: "\f462";
2020-08-14 13:36:36 +02:00
}
.fa-bandcamp:before {
content: "\f2d5";
2020-08-14 13:36:36 +02:00
}
.fa-barcode:before {
content: "\f02a";
2020-08-14 13:36:36 +02:00
}
.fa-bars:before {
content: "\f0c9";
2020-08-14 13:36:36 +02:00
}
.fa-baseball-ball:before {
content: "\f433";
2020-08-14 13:36:36 +02:00
}
.fa-basketball-ball:before {
content: "\f434";
2020-08-14 13:36:36 +02:00
}
.fa-bath:before {
content: "\f2cd";
2020-08-14 13:36:36 +02:00
}
.fa-battery-empty:before {
content: "\f244";
2020-08-14 13:36:36 +02:00
}
.fa-battery-full:before {
content: "\f240";
2020-08-14 13:36:36 +02:00
}
.fa-battery-half:before {
content: "\f242";
2020-08-14 13:36:36 +02:00
}
.fa-battery-quarter:before {
content: "\f243";
2020-08-14 13:36:36 +02:00
}
.fa-battery-three-quarters:before {
content: "\f241";
2020-08-14 13:36:36 +02:00
}
.fa-bed:before {
content: "\f236";
2020-08-14 13:36:36 +02:00
}
.fa-beer:before {
content: "\f0fc";
2020-08-14 13:36:36 +02:00
}
.fa-behance:before {
content: "\f1b4";
2020-08-14 13:36:36 +02:00
}
.fa-behance-square:before {
content: "\f1b5";
2020-08-14 13:36:36 +02:00
}
.fa-bell:before {
content: "\f0f3";
2020-08-14 13:36:36 +02:00
}
.fa-bell-slash:before {
content: "\f1f6";
2020-08-14 13:36:36 +02:00
}
.fa-bezier-curve:before {
content: "\f55b";
2020-08-14 13:36:36 +02:00
}
.fa-bible:before {
content: "\f647";
2020-08-14 13:36:36 +02:00
}
.fa-bicycle:before {
content: "\f206";
2020-08-14 13:36:36 +02:00
}
.fa-bimobject:before {
content: "\f378";
2020-08-14 13:36:36 +02:00
}
.fa-binoculars:before {
content: "\f1e5";
2020-08-14 13:36:36 +02:00
}
.fa-birthday-cake:before {
content: "\f1fd";
2020-08-14 13:36:36 +02:00
}
.fa-bitbucket:before {
content: "\f171";
2020-08-14 13:36:36 +02:00
}
.fa-bitcoin:before {
content: "\f379";
2020-08-14 13:36:36 +02:00
}
.fa-bity:before {
content: "\f37a";
2020-08-14 13:36:36 +02:00
}
.fa-black-tie:before {
content: "\f27e";
2020-08-14 13:36:36 +02:00
}
.fa-blackberry:before {
content: "\f37b";
2020-08-14 13:36:36 +02:00
}
.fa-blender:before {
content: "\f517";
2020-08-14 13:36:36 +02:00
}
.fa-blind:before {
content: "\f29d";
2020-08-14 13:36:36 +02:00
}
.fa-blogger:before {
content: "\f37c";
2020-08-14 13:36:36 +02:00
}
.fa-blogger-b:before {
content: "\f37d";
2020-08-14 13:36:36 +02:00
}
.fa-bluetooth:before {
content: "\f293";
2020-08-14 13:36:36 +02:00
}
.fa-bluetooth-b:before {
content: "\f294";
2020-08-14 13:36:36 +02:00
}
.fa-bold:before {
content: "\f032";
2020-08-14 13:36:36 +02:00
}
.fa-bolt:before {
content: "\f0e7";
2020-08-14 13:36:36 +02:00
}
.fa-bomb:before {
content: "\f1e2";
2020-08-14 13:36:36 +02:00
}
.fa-bone:before {
content: "\f5d7";
2020-08-14 13:36:36 +02:00
}
.fa-bong:before {
content: "\f55c";
2020-08-14 13:36:36 +02:00
}
.fa-book:before {
content: "\f02d";
2020-08-14 13:36:36 +02:00
}
.fa-book-open:before {
content: "\f518";
2020-08-14 13:36:36 +02:00
}
.fa-book-reader:before {
content: "\f5da";
2020-08-14 13:36:36 +02:00
}
.fa-bookmark:before {
content: "\f02e";
2020-08-14 13:36:36 +02:00
}
.fa-bowling-ball:before {
content: "\f436";
2020-08-14 13:36:36 +02:00
}
.fa-box:before {
content: "\f466";
2020-08-14 13:36:36 +02:00
}
.fa-box-open:before {
content: "\f49e";
2020-08-14 13:36:36 +02:00
}
.fa-boxes:before {
content: "\f468";
2020-08-14 13:36:36 +02:00
}
.fa-braille:before {
content: "\f2a1";
2020-08-14 13:36:36 +02:00
}
.fa-brain:before {
content: "\f5dc";
2020-08-14 13:36:36 +02:00
}
.fa-briefcase:before {
content: "\f0b1";
2020-08-14 13:36:36 +02:00
}
.fa-briefcase-medical:before {
content: "\f469";
2020-08-14 13:36:36 +02:00
}
.fa-broadcast-tower:before {
content: "\f519";
2020-08-14 13:36:36 +02:00
}
.fa-broom:before {
content: "\f51a";
2020-08-14 13:36:36 +02:00
}
.fa-brush:before {
content: "\f55d";
2020-08-14 13:36:36 +02:00
}
.fa-btc:before {
content: "\f15a";
2020-08-14 13:36:36 +02:00
}
.fa-bug:before {
content: "\f188";
2020-08-14 13:36:36 +02:00
}
.fa-building:before {
content: "\f1ad";
2020-08-14 13:36:36 +02:00
}
.fa-bullhorn:before {
content: "\f0a1";
2020-08-14 13:36:36 +02:00
}
.fa-bullseye:before {
content: "\f140";
2020-08-14 13:36:36 +02:00
}
.fa-burn:before {
content: "\f46a";
2020-08-14 13:36:36 +02:00
}
.fa-buromobelexperte:before {
content: "\f37f";
2020-08-14 13:36:36 +02:00
}
.fa-bus:before {
content: "\f207";
2020-08-14 13:36:36 +02:00
}
.fa-bus-alt:before {
content: "\f55e";
2020-08-14 13:36:36 +02:00
}
.fa-business-time:before {
content: "\f64a";
2020-08-14 13:36:36 +02:00
}
.fa-buysellads:before {
content: "\f20d";
2020-08-14 13:36:36 +02:00
}
.fa-calculator:before {
content: "\f1ec";
2020-08-14 13:36:36 +02:00
}
.fa-calendar:before {
content: "\f133";
2020-08-14 13:36:36 +02:00
}
.fa-calendar-alt:before {
content: "\f073";
2020-08-14 13:36:36 +02:00
}
.fa-calendar-check:before {
content: "\f274";
2020-08-14 13:36:36 +02:00
}
.fa-calendar-minus:before {
content: "\f272";
2020-08-14 13:36:36 +02:00
}
.fa-calendar-plus:before {
content: "\f271";
2020-08-14 13:36:36 +02:00
}
.fa-calendar-times:before {
content: "\f273";
2020-08-14 13:36:36 +02:00
}
.fa-camera:before {
content: "\f030";
2020-08-14 13:36:36 +02:00
}
.fa-camera-retro:before {
content: "\f083";
2020-08-14 13:36:36 +02:00
}
.fa-cannabis:before {
content: "\f55f";
2020-08-14 13:36:36 +02:00
}
.fa-capsules:before {
content: "\f46b";
2020-08-14 13:36:36 +02:00
}
.fa-car:before {
content: "\f1b9";
2020-08-14 13:36:36 +02:00
}
.fa-car-alt:before {
content: "\f5de";
2020-08-14 13:36:36 +02:00
}
.fa-car-battery:before {
content: "\f5df";
2020-08-14 13:36:36 +02:00
}
.fa-car-crash:before {
content: "\f5e1";
2020-08-14 13:36:36 +02:00
}
.fa-car-side:before {
content: "\f5e4";
2020-08-14 13:36:36 +02:00
}
.fa-caret-down:before {
content: "\f0d7";
2020-08-14 13:36:36 +02:00
}
.fa-caret-left:before {
content: "\f0d9";
2020-08-14 13:36:36 +02:00
}
.fa-caret-right:before {
content: "\f0da";
2020-08-14 13:36:36 +02:00
}
.fa-caret-square-down:before {
content: "\f150";
2020-08-14 13:36:36 +02:00
}
.fa-caret-square-left:before {
content: "\f191";
2020-08-14 13:36:36 +02:00
}
.fa-caret-square-right:before {
content: "\f152";
2020-08-14 13:36:36 +02:00
}
.fa-caret-square-up:before {
content: "\f151";
2020-08-14 13:36:36 +02:00
}
.fa-caret-up:before {
content: "\f0d8";
2020-08-14 13:36:36 +02:00
}
.fa-cart-arrow-down:before {
content: "\f218";
2020-08-14 13:36:36 +02:00
}
.fa-cart-plus:before {
content: "\f217";
2020-08-14 13:36:36 +02:00
}
.fa-cc-amazon-pay:before {
content: "\f42d";
2020-08-14 13:36:36 +02:00
}
.fa-cc-amex:before {
content: "\f1f3";
2020-08-14 13:36:36 +02:00
}
.fa-cc-apple-pay:before {
content: "\f416";
2020-08-14 13:36:36 +02:00
}
.fa-cc-diners-club:before {
content: "\f24c";
2020-08-14 13:36:36 +02:00
}
.fa-cc-discover:before {
content: "\f1f2";
2020-08-14 13:36:36 +02:00
}
.fa-cc-jcb:before {
content: "\f24b";
2020-08-14 13:36:36 +02:00
}
.fa-cc-mastercard:before {
content: "\f1f1";
2020-08-14 13:36:36 +02:00
}
.fa-cc-paypal:before {
content: "\f1f4";
2020-08-14 13:36:36 +02:00
}
.fa-cc-stripe:before {
content: "\f1f5";
2020-08-14 13:36:36 +02:00
}
.fa-cc-visa:before {
content: "\f1f0";
2020-08-14 13:36:36 +02:00
}
.fa-centercode:before {
content: "\f380";
2020-08-14 13:36:36 +02:00
}
.fa-certificate:before {
content: "\f0a3";
2020-08-14 13:36:36 +02:00
}
.fa-chalkboard:before {
content: "\f51b";
2020-08-14 13:36:36 +02:00
}
.fa-chalkboard-teacher:before {
content: "\f51c";
2020-08-14 13:36:36 +02:00
}
.fa-charging-station:before {
content: "\f5e7";
2020-08-14 13:36:36 +02:00
}
.fa-chart-area:before {
content: "\f1fe";
2020-08-14 13:36:36 +02:00
}
.fa-chart-bar:before {
content: "\f080";
2020-08-14 13:36:36 +02:00
}
.fa-chart-line:before {
content: "\f201";
2020-08-14 13:36:36 +02:00
}
.fa-chart-pie:before {
content: "\f200";
2020-08-14 13:36:36 +02:00
}
.fa-check:before {
content: "\f00c";
2020-08-14 13:36:36 +02:00
}
.fa-check-circle:before {
content: "\f058";
2020-08-14 13:36:36 +02:00
}
.fa-check-double:before {
content: "\f560";
2020-08-14 13:36:36 +02:00
}
.fa-check-square:before {
content: "\f14a";
2020-08-14 13:36:36 +02:00
}
.fa-chess:before {
content: "\f439";
2020-08-14 13:36:36 +02:00
}
.fa-chess-bishop:before {
content: "\f43a";
2020-08-14 13:36:36 +02:00
}
.fa-chess-board:before {
content: "\f43c";
2020-08-14 13:36:36 +02:00
}
.fa-chess-king:before {
content: "\f43f";
2020-08-14 13:36:36 +02:00
}
.fa-chess-knight:before {
content: "\f441";
2020-08-14 13:36:36 +02:00
}
.fa-chess-pawn:before {
content: "\f443";
2020-08-14 13:36:36 +02:00
}
.fa-chess-queen:before {
content: "\f445";
2020-08-14 13:36:36 +02:00
}
.fa-chess-rook:before {
content: "\f447";
2020-08-14 13:36:36 +02:00
}
.fa-chevron-circle-down:before {
content: "\f13a";
2020-08-14 13:36:36 +02:00
}
.fa-chevron-circle-left:before {
content: "\f137";
2020-08-14 13:36:36 +02:00
}
.fa-chevron-circle-right:before {
content: "\f138";
2020-08-14 13:36:36 +02:00
}
.fa-chevron-circle-up:before {
content: "\f139";
2020-08-14 13:36:36 +02:00
}
.fa-chevron-down:before {
content: "\f078";
2020-08-14 13:36:36 +02:00
}
.fa-chevron-left:before {
content: "\f053";
2020-08-14 13:36:36 +02:00
}
.fa-chevron-right:before {
content: "\f054";
2020-08-14 13:36:36 +02:00
}
.fa-chevron-up:before {
content: "\f077";
2020-08-14 13:36:36 +02:00
}
.fa-child:before {
content: "\f1ae";
2020-08-14 13:36:36 +02:00
}
.fa-chrome:before {
content: "\f268";
2020-08-14 13:36:36 +02:00
}
.fa-church:before {
content: "\f51d";
2020-08-14 13:36:36 +02:00
}
.fa-circle:before {
content: "\f111";
2020-08-14 13:36:36 +02:00
}
.fa-circle-notch:before {
content: "\f1ce";
2020-08-14 13:36:36 +02:00
}
.fa-city:before {
content: "\f64f";
2020-08-14 13:36:36 +02:00
}
.fa-clipboard:before {
content: "\f328";
2020-08-14 13:36:36 +02:00
}
.fa-clipboard-check:before {
content: "\f46c";
2020-08-14 13:36:36 +02:00
}
.fa-clipboard-list:before {
content: "\f46d";
2020-08-14 13:36:36 +02:00
}
.fa-clock:before {
content: "\f017";
2020-08-14 13:36:36 +02:00
}
.fa-clone:before {
content: "\f24d";
2020-08-14 13:36:36 +02:00
}
.fa-closed-captioning:before {
content: "\f20a";
2020-08-14 13:36:36 +02:00
}
.fa-cloud:before {
content: "\f0c2";
2020-08-14 13:36:36 +02:00
}
.fa-cloud-download-alt:before {
content: "\f381";
2020-08-14 13:36:36 +02:00
}
.fa-cloud-upload-alt:before {
content: "\f382";
2020-08-14 13:36:36 +02:00
}
.fa-cloudscale:before {
content: "\f383";
2020-08-14 13:36:36 +02:00
}
.fa-cloudsmith:before {
content: "\f384";
2020-08-14 13:36:36 +02:00
}
.fa-cloudversify:before {
content: "\f385";
2020-08-14 13:36:36 +02:00
}
.fa-cocktail:before {
content: "\f561";
2020-08-14 13:36:36 +02:00
}
.fa-code:before {
content: "\f121";
2020-08-14 13:36:36 +02:00
}
.fa-code-branch:before {
content: "\f126";
2020-08-14 13:36:36 +02:00
}
.fa-codepen:before {
content: "\f1cb";
2020-08-14 13:36:36 +02:00
}
.fa-codiepie:before {
content: "\f284";
2020-08-14 13:36:36 +02:00
}
.fa-coffee:before {
content: "\f0f4";
2020-08-14 13:36:36 +02:00
}
.fa-cog:before {
content: "\f013";
2020-08-14 13:36:36 +02:00
}
.fa-cogs:before {
content: "\f085";
2020-08-14 13:36:36 +02:00
}
.fa-coins:before {
content: "\f51e";
2020-08-14 13:36:36 +02:00
}
.fa-columns:before {
content: "\f0db";
2020-08-14 13:36:36 +02:00
}
.fa-comment:before {
content: "\f075";
2020-08-14 13:36:36 +02:00
}
.fa-comment-alt:before {
content: "\f27a";
2020-08-14 13:36:36 +02:00
}
.fa-comment-dollar:before {
content: "\f651";
2020-08-14 13:36:36 +02:00
}
.fa-comment-dots:before {
content: "\f4ad";
2020-08-14 13:36:36 +02:00
}
.fa-comment-slash:before {
content: "\f4b3";
2020-08-14 13:36:36 +02:00
}
.fa-comments:before {
content: "\f086";
2020-08-14 13:36:36 +02:00
}
.fa-comments-dollar:before {
content: "\f653";
2020-08-14 13:36:36 +02:00
}
.fa-compact-disc:before {
content: "\f51f";
2020-08-14 13:36:36 +02:00
}
.fa-compass:before {
content: "\f14e";
2020-08-14 13:36:36 +02:00
}
.fa-compress:before {
content: "\f066";
2020-08-14 13:36:36 +02:00
}
.fa-concierge-bell:before {
content: "\f562";
2020-08-14 13:36:36 +02:00
}
.fa-connectdevelop:before {
content: "\f20e";
2020-08-14 13:36:36 +02:00
}
.fa-contao:before {
content: "\f26d";
2020-08-14 13:36:36 +02:00
}
.fa-cookie:before {
content: "\f563";
2020-08-14 13:36:36 +02:00
}
.fa-cookie-bite:before {
content: "\f564";
2020-08-14 13:36:36 +02:00
}
.fa-copy:before {
content: "\f0c5";
2020-08-14 13:36:36 +02:00
}
.fa-copyright:before {
content: "\f1f9";
2020-08-14 13:36:36 +02:00
}
.fa-couch:before {
content: "\f4b8";
2020-08-14 13:36:36 +02:00
}
.fa-cpanel:before {
content: "\f388";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons:before {
content: "\f25e";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons-by:before {
content: "\f4e7";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons-nc:before {
content: "\f4e8";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons-nc-eu:before {
content: "\f4e9";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons-nc-jp:before {
content: "\f4ea";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons-nd:before {
content: "\f4eb";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons-pd:before {
content: "\f4ec";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons-pd-alt:before {
content: "\f4ed";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons-remix:before {
content: "\f4ee";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons-sa:before {
content: "\f4ef";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons-sampling:before {
content: "\f4f0";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons-sampling-plus:before {
content: "\f4f1";
2020-08-14 13:36:36 +02:00
}
.fa-creative-commons-share:before {
content: "\f4f2";
2020-08-14 13:36:36 +02:00
}
.fa-credit-card:before {
content: "\f09d";
2020-08-14 13:36:36 +02:00
}
.fa-crop:before {
content: "\f125";
2020-08-14 13:36:36 +02:00
}
.fa-crop-alt:before {
content: "\f565";
2020-08-14 13:36:36 +02:00
}
.fa-cross:before {
content: "\f654";
2020-08-14 13:36:36 +02:00
}
.fa-crosshairs:before {
content: "\f05b";
2020-08-14 13:36:36 +02:00
}
.fa-crow:before {
content: "\f520";
2020-08-14 13:36:36 +02:00
}
.fa-crown:before {
content: "\f521";
2020-08-14 13:36:36 +02:00
}
.fa-css3:before {
content: "\f13c";
2020-08-14 13:36:36 +02:00
}
.fa-css3-alt:before {
content: "\f38b";
2020-08-14 13:36:36 +02:00
}
.fa-cube:before {
content: "\f1b2";
2020-08-14 13:36:36 +02:00
}
.fa-cubes:before {
content: "\f1b3";
2020-08-14 13:36:36 +02:00
}
.fa-cut:before {
content: "\f0c4";
2020-08-14 13:36:36 +02:00
}
.fa-cuttlefish:before {
content: "\f38c";
2020-08-14 13:36:36 +02:00
}
.fa-d-and-d:before {
content: "\f38d";
2020-08-14 13:36:36 +02:00
}
.fa-dashcube:before {
content: "\f210";
2020-08-14 13:36:36 +02:00
}
.fa-database:before {
content: "\f1c0";
2020-08-14 13:36:36 +02:00
}
.fa-deaf:before {
content: "\f2a4";
2020-08-14 13:36:36 +02:00
}
.fa-delicious:before {
content: "\f1a5";
2020-08-14 13:36:36 +02:00
}
.fa-deploydog:before {
content: "\f38e";
2020-08-14 13:36:36 +02:00
}
.fa-deskpro:before {
content: "\f38f";
2020-08-14 13:36:36 +02:00
}
.fa-desktop:before {
content: "\f108";
2020-08-14 13:36:36 +02:00
}
.fa-deviantart:before {
content: "\f1bd";
2020-08-14 13:36:36 +02:00
}
.fa-dharmachakra:before {
content: "\f655";
2020-08-14 13:36:36 +02:00
}
.fa-diagnoses:before {
content: "\f470";
2020-08-14 13:36:36 +02:00
}
.fa-dice:before {
content: "\f522";
2020-08-14 13:36:36 +02:00
}
.fa-dice-five:before {
content: "\f523";
2020-08-14 13:36:36 +02:00
}
.fa-dice-four:before {
content: "\f524";
2020-08-14 13:36:36 +02:00
}
.fa-dice-one:before {
content: "\f525";
2020-08-14 13:36:36 +02:00
}
.fa-dice-six:before {
content: "\f526";
2020-08-14 13:36:36 +02:00
}
.fa-dice-three:before {
content: "\f527";
2020-08-14 13:36:36 +02:00
}
.fa-dice-two:before {
content: "\f528";
2020-08-14 13:36:36 +02:00
}
.fa-digg:before {
content: "\f1a6";
2020-08-14 13:36:36 +02:00
}
.fa-digital-ocean:before {
content: "\f391";
2020-08-14 13:36:36 +02:00
}
.fa-digital-tachograph:before {
content: "\f566";
2020-08-14 13:36:36 +02:00
}
.fa-directions:before {
content: "\f5eb";
2020-08-14 13:36:36 +02:00
}
.fa-discord:before {
content: "\f392";
2020-08-14 13:36:36 +02:00
}
.fa-discourse:before {
content: "\f393";
2020-08-14 13:36:36 +02:00
}
.fa-divide:before {
content: "\f529";
2020-08-14 13:36:36 +02:00
}
.fa-dizzy:before {
content: "\f567";
2020-08-14 13:36:36 +02:00
}
.fa-dna:before {
content: "\f471";
2020-08-14 13:36:36 +02:00
}
.fa-dochub:before {
content: "\f394";
2020-08-14 13:36:36 +02:00
}
.fa-docker:before {
content: "\f395";
2020-08-14 13:36:36 +02:00
}
.fa-dollar-sign:before {
content: "\f155";
2020-08-14 13:36:36 +02:00
}
.fa-dolly:before {
content: "\f472";
2020-08-14 13:36:36 +02:00
}
.fa-dolly-flatbed:before {
content: "\f474";
2020-08-14 13:36:36 +02:00
}
.fa-donate:before {
content: "\f4b9";
2020-08-14 13:36:36 +02:00
}
.fa-door-closed:before {
content: "\f52a";
2020-08-14 13:36:36 +02:00
}
.fa-door-open:before {
content: "\f52b";
2020-08-14 13:36:36 +02:00
}
.fa-dot-circle:before {
content: "\f192";
2020-08-14 13:36:36 +02:00
}
.fa-dove:before {
content: "\f4ba";
2020-08-14 13:36:36 +02:00
}
.fa-download:before {
content: "\f019";
2020-08-14 13:36:36 +02:00
}
.fa-draft2digital:before {
content: "\f396";
2020-08-14 13:36:36 +02:00
}
.fa-drafting-compass:before {
content: "\f568";
2020-08-14 13:36:36 +02:00
}
.fa-draw-polygon:before {
content: "\f5ee";
2020-08-14 13:36:36 +02:00
}
.fa-dribbble:before {
content: "\f17d";
2020-08-14 13:36:36 +02:00
}
.fa-dribbble-square:before {
content: "\f397";
2020-08-14 13:36:36 +02:00
}
.fa-dropbox:before {
content: "\f16b";
2020-08-14 13:36:36 +02:00
}
.fa-drum:before {
content: "\f569";
2020-08-14 13:36:36 +02:00
}
.fa-drum-steelpan:before {
content: "\f56a";
2020-08-14 13:36:36 +02:00
}
.fa-drupal:before {
content: "\f1a9";
2020-08-14 13:36:36 +02:00
}
.fa-dumbbell:before {
content: "\f44b";
2020-08-14 13:36:36 +02:00
}
.fa-dyalog:before {
content: "\f399";
2020-08-14 13:36:36 +02:00
}
.fa-earlybirds:before {
content: "\f39a";
2020-08-14 13:36:36 +02:00
}
.fa-ebay:before {
content: "\f4f4";
2020-08-14 13:36:36 +02:00
}
.fa-edge:before {
content: "\f282";
2020-08-14 13:36:36 +02:00
}
.fa-edit:before {
content: "\f044";
2020-08-14 13:36:36 +02:00
}
.fa-eject:before {
content: "\f052";
2020-08-14 13:36:36 +02:00
}
.fa-elementor:before {
content: "\f430";
2020-08-14 13:36:36 +02:00
}
.fa-ellipsis-h:before {
content: "\f141";
2020-08-14 13:36:36 +02:00
}
.fa-ellipsis-v:before {
content: "\f142";
2020-08-14 13:36:36 +02:00
}
.fa-ello:before {
content: "\f5f1";
2020-08-14 13:36:36 +02:00
}
.fa-ember:before {
content: "\f423";
2020-08-14 13:36:36 +02:00
}
.fa-empire:before {
content: "\f1d1";
2020-08-14 13:36:36 +02:00
}
.fa-envelope:before {
content: "\f0e0";
2020-08-14 13:36:36 +02:00
}
.fa-envelope-open:before {
content: "\f2b6";
2020-08-14 13:36:36 +02:00
}
.fa-envelope-open-text:before {
content: "\f658";
2020-08-14 13:36:36 +02:00
}
.fa-envelope-square:before {
content: "\f199";
2020-08-14 13:36:36 +02:00
}
.fa-envira:before {
content: "\f299";
2020-08-14 13:36:36 +02:00
}
.fa-equals:before {
content: "\f52c";
2020-08-14 13:36:36 +02:00
}
.fa-eraser:before {
content: "\f12d";
2020-08-14 13:36:36 +02:00
}
.fa-erlang:before {
content: "\f39d";
2020-08-14 13:36:36 +02:00
}
.fa-ethereum:before {
content: "\f42e";
2020-08-14 13:36:36 +02:00
}
.fa-etsy:before {
content: "\f2d7";
2020-08-14 13:36:36 +02:00
}
.fa-euro-sign:before {
content: "\f153";
2020-08-14 13:36:36 +02:00
}
.fa-exchange-alt:before {
content: "\f362";
2020-08-14 13:36:36 +02:00
}
.fa-exclamation:before {
content: "\f12a";
2020-08-14 13:36:36 +02:00
}
.fa-exclamation-circle:before {
content: "\f06a";
2020-08-14 13:36:36 +02:00
}
.fa-exclamation-triangle:before {
content: "\f071";
2020-08-14 13:36:36 +02:00
}
.fa-expand:before {
content: "\f065";
2020-08-14 13:36:36 +02:00
}
.fa-expand-arrows-alt:before {
content: "\f31e";
2020-08-14 13:36:36 +02:00
}
.fa-expeditedssl:before {
content: "\f23e";
2020-08-14 13:36:36 +02:00
}
.fa-external-link-alt:before {
content: "\f35d";
2020-08-14 13:36:36 +02:00
}
.fa-external-link-square-alt:before {
content: "\f360";
2020-08-14 13:36:36 +02:00
}
.fa-eye:before {
content: "\f06e";
2020-08-14 13:36:36 +02:00
}
.fa-eye-dropper:before {
content: "\f1fb";
2020-08-14 13:36:36 +02:00
}
.fa-eye-slash:before {
content: "\f070";
2020-08-14 13:36:36 +02:00
}
.fa-facebook:before {
content: "\f09a";
2020-08-14 13:36:36 +02:00
}
.fa-facebook-f:before {
content: "\f39e";
2020-08-14 13:36:36 +02:00
}
.fa-facebook-messenger:before {
content: "\f39f";
2020-08-14 13:36:36 +02:00
}
.fa-facebook-square:before {
content: "\f082";
2020-08-14 13:36:36 +02:00
}
.fa-fast-backward:before {
content: "\f049";
2020-08-14 13:36:36 +02:00
}
.fa-fast-forward:before {
content: "\f050";
2020-08-14 13:36:36 +02:00
}
.fa-fax:before {
content: "\f1ac";
2020-08-14 13:36:36 +02:00
}
.fa-feather:before {
content: "\f52d";
2020-08-14 13:36:36 +02:00
}
.fa-feather-alt:before {
content: "\f56b";
2020-08-14 13:36:36 +02:00
}
.fa-female:before {
content: "\f182";
2020-08-14 13:36:36 +02:00
}
.fa-fighter-jet:before {
content: "\f0fb";
2020-08-14 13:36:36 +02:00
}
.fa-file:before {
content: "\f15b";
2020-08-14 13:36:36 +02:00
}
.fa-file-alt:before {
content: "\f15c";
2020-08-14 13:36:36 +02:00
}
.fa-file-archive:before {
content: "\f1c6";
2020-08-14 13:36:36 +02:00
}
.fa-file-audio:before {
content: "\f1c7";
2020-08-14 13:36:36 +02:00
}
.fa-file-code:before {
content: "\f1c9";
2020-08-14 13:36:36 +02:00
}
.fa-file-contract:before {
content: "\f56c";
2020-08-14 13:36:36 +02:00
}
.fa-file-download:before {
content: "\f56d";
2020-08-14 13:36:36 +02:00
}
.fa-file-excel:before {
content: "\f1c3";
2020-08-14 13:36:36 +02:00
}
.fa-file-export:before {
content: "\f56e";
2020-08-14 13:36:36 +02:00
}
.fa-file-image:before {
content: "\f1c5";
2020-08-14 13:36:36 +02:00
}
.fa-file-import:before {
content: "\f56f";
2020-08-14 13:36:36 +02:00
}
.fa-file-invoice:before {
content: "\f570";
2020-08-14 13:36:36 +02:00
}
.fa-file-invoice-dollar:before {
content: "\f571";
2020-08-14 13:36:36 +02:00
}
.fa-file-medical:before {
content: "\f477";
2020-08-14 13:36:36 +02:00
}
.fa-file-medical-alt:before {
content: "\f478";
2020-08-14 13:36:36 +02:00
}
.fa-file-pdf:before {
content: "\f1c1";
2020-08-14 13:36:36 +02:00
}
.fa-file-powerpoint:before {
content: "\f1c4";
2020-08-14 13:36:36 +02:00
}
.fa-file-prescription:before {
content: "\f572";
2020-08-14 13:36:36 +02:00
}
.fa-file-signature:before {
content: "\f573";
2020-08-14 13:36:36 +02:00
}
.fa-file-upload:before {
content: "\f574";
2020-08-14 13:36:36 +02:00
}
.fa-file-video:before {
content: "\f1c8";
2020-08-14 13:36:36 +02:00
}
.fa-file-word:before {
content: "\f1c2";
2020-08-14 13:36:36 +02:00
}
.fa-fill:before {
content: "\f575";
2020-08-14 13:36:36 +02:00
}
.fa-fill-drip:before {
content: "\f576";
2020-08-14 13:36:36 +02:00
}
.fa-film:before {
content: "\f008";
2020-08-14 13:36:36 +02:00
}
.fa-filter:before {
content: "\f0b0";
2020-08-14 13:36:36 +02:00
}
.fa-fingerprint:before {
content: "\f577";
2020-08-14 13:36:36 +02:00
}
.fa-fire:before {
content: "\f06d";
2020-08-14 13:36:36 +02:00
}
.fa-fire-extinguisher:before {
content: "\f134";
2020-08-14 13:36:36 +02:00
}
.fa-firefox:before {
content: "\f269";
2020-08-14 13:36:36 +02:00
}
.fa-first-aid:before {
content: "\f479";
2020-08-14 13:36:36 +02:00
}
.fa-first-order:before {
content: "\f2b0";
2020-08-14 13:36:36 +02:00
}
.fa-first-order-alt:before {
content: "\f50a";
2020-08-14 13:36:36 +02:00
}
.fa-firstdraft:before {
content: "\f3a1";
2020-08-14 13:36:36 +02:00
}
.fa-fish:before {
content: "\f578";
2020-08-14 13:36:36 +02:00
}
.fa-flag:before {
content: "\f024";
2020-08-14 13:36:36 +02:00
}
.fa-flag-checkered:before {
content: "\f11e";
2020-08-14 13:36:36 +02:00
}
.fa-flask:before {
content: "\f0c3";
2020-08-14 13:36:36 +02:00
}
.fa-flickr:before {
content: "\f16e";
2020-08-14 13:36:36 +02:00
}
.fa-flipboard:before {
content: "\f44d";
2020-08-14 13:36:36 +02:00
}
.fa-flushed:before {
content: "\f579";
2020-08-14 13:36:36 +02:00
}
.fa-fly:before {
content: "\f417";
2020-08-14 13:36:36 +02:00
}
.fa-folder:before {
content: "\f07b";
2020-08-14 13:36:36 +02:00
}
.fa-folder-minus:before {
content: "\f65d";
2020-08-14 13:36:36 +02:00
}
.fa-folder-open:before {
content: "\f07c";
2020-08-14 13:36:36 +02:00
}
.fa-folder-plus:before {
content: "\f65e";
2020-08-14 13:36:36 +02:00
}
.fa-font:before {
content: "\f031";
2020-08-14 13:36:36 +02:00
}
.fa-font-awesome:before {
content: "\f2b4";
2020-08-14 13:36:36 +02:00
}
.fa-font-awesome-alt:before {
content: "\f35c";
2020-08-14 13:36:36 +02:00
}
.fa-font-awesome-flag:before {
content: "\f425";
2020-08-14 13:36:36 +02:00
}
.fa-font-awesome-logo-full:before {
content: "\f4e6";
2020-08-14 13:36:36 +02:00
}
.fa-fonticons:before {
content: "\f280";
2020-08-14 13:36:36 +02:00
}
.fa-fonticons-fi:before {
content: "\f3a2";
2020-08-14 13:36:36 +02:00
}
.fa-football-ball:before {
content: "\f44e";
2020-08-14 13:36:36 +02:00
}
.fa-fort-awesome:before {
content: "\f286";
2020-08-14 13:36:36 +02:00
}
.fa-fort-awesome-alt:before {
content: "\f3a3";
2020-08-14 13:36:36 +02:00
}
.fa-forumbee:before {
content: "\f211";
2020-08-14 13:36:36 +02:00
}
.fa-forward:before {
content: "\f04e";
2020-08-14 13:36:36 +02:00
}
.fa-foursquare:before {
content: "\f180";
2020-08-14 13:36:36 +02:00
}
.fa-free-code-camp:before {
content: "\f2c5";
2020-08-14 13:36:36 +02:00
}
.fa-freebsd:before {
content: "\f3a4";
2020-08-14 13:36:36 +02:00
}
.fa-frog:before {
content: "\f52e";
2020-08-14 13:36:36 +02:00
}
.fa-frown:before {
content: "\f119";
2020-08-14 13:36:36 +02:00
}
.fa-frown-open:before {
content: "\f57a";
2020-08-14 13:36:36 +02:00
}
.fa-fulcrum:before {
content: "\f50b";
2020-08-14 13:36:36 +02:00
}
.fa-funnel-dollar:before {
content: "\f662";
2020-08-14 13:36:36 +02:00
}
.fa-futbol:before {
content: "\f1e3";
2020-08-14 13:36:36 +02:00
}
.fa-galactic-republic:before {
content: "\f50c";
2020-08-14 13:36:36 +02:00
}
.fa-galactic-senate:before {
content: "\f50d";
2020-08-14 13:36:36 +02:00
}
.fa-gamepad:before {
content: "\f11b";
2020-08-14 13:36:36 +02:00
}
.fa-gas-pump:before {
content: "\f52f";
2020-08-14 13:36:36 +02:00
}
.fa-gavel:before {
content: "\f0e3";
2020-08-14 13:36:36 +02:00
}
.fa-gem:before {
content: "\f3a5";
2020-08-14 13:36:36 +02:00
}
.fa-genderless:before {
content: "\f22d";
2020-08-14 13:36:36 +02:00
}
.fa-get-pocket:before {
content: "\f265";
2020-08-14 13:36:36 +02:00
}
.fa-gg:before {
content: "\f260";
2020-08-14 13:36:36 +02:00
}
.fa-gg-circle:before {
content: "\f261";
2020-08-14 13:36:36 +02:00
}
.fa-gift:before {
content: "\f06b";
2020-08-14 13:36:36 +02:00
}
.fa-git:before {
content: "\f1d3";
2020-08-14 13:36:36 +02:00
}
.fa-git-square:before {
content: "\f1d2";
2020-08-14 13:36:36 +02:00
}
.fa-github:before {
content: "\f09b";
2020-08-14 13:36:36 +02:00
}
.fa-github-alt:before {
content: "\f113";
2020-08-14 13:36:36 +02:00
}
.fa-github-square:before {
content: "\f092";
2020-08-14 13:36:36 +02:00
}
.fa-gitkraken:before {
content: "\f3a6";
2020-08-14 13:36:36 +02:00
}
.fa-gitlab:before {
content: "\f296";
2020-08-14 13:36:36 +02:00
}
.fa-gitter:before {
content: "\f426";
2020-08-14 13:36:36 +02:00
}
.fa-glass-martini:before {
content: "\f000";
2020-08-14 13:36:36 +02:00
}
.fa-glass-martini-alt:before {
content: "\f57b";
2020-08-14 13:36:36 +02:00
}
.fa-glasses:before {
content: "\f530";
2020-08-14 13:36:36 +02:00
}
.fa-glide:before {
content: "\f2a5";
2020-08-14 13:36:36 +02:00
}
.fa-glide-g:before {
content: "\f2a6";
2020-08-14 13:36:36 +02:00
}
.fa-globe:before {
content: "\f0ac";
2020-08-14 13:36:36 +02:00
}
.fa-globe-africa:before {
content: "\f57c";
2020-08-14 13:36:36 +02:00
}
.fa-globe-americas:before {
content: "\f57d";
2020-08-14 13:36:36 +02:00
}
.fa-globe-asia:before {
content: "\f57e";
2020-08-14 13:36:36 +02:00
}
.fa-gofore:before {
content: "\f3a7";
2020-08-14 13:36:36 +02:00
}
.fa-golf-ball:before {
content: "\f450";
2020-08-14 13:36:36 +02:00
}
.fa-goodreads:before {
content: "\f3a8";
2020-08-14 13:36:36 +02:00
}
.fa-goodreads-g:before {
content: "\f3a9";
2020-08-14 13:36:36 +02:00
}
.fa-google:before {
content: "\f1a0";
2020-08-14 13:36:36 +02:00
}
.fa-google-drive:before {
content: "\f3aa";
2020-08-14 13:36:36 +02:00
}
.fa-google-play:before {
content: "\f3ab";
2020-08-14 13:36:36 +02:00
}
.fa-google-plus:before {
content: "\f2b3";
2020-08-14 13:36:36 +02:00
}
.fa-google-plus-g:before {
content: "\f0d5";
2020-08-14 13:36:36 +02:00
}
.fa-google-plus-square:before {
content: "\f0d4";
2020-08-14 13:36:36 +02:00
}
.fa-google-wallet:before {
content: "\f1ee";
2020-08-14 13:36:36 +02:00
}
.fa-gopuram:before {
content: "\f664";
2020-08-14 13:36:36 +02:00
}
.fa-graduation-cap:before {
content: "\f19d";
2020-08-14 13:36:36 +02:00
}
.fa-gratipay:before {
content: "\f184";
2020-08-14 13:36:36 +02:00
}
.fa-grav:before {
content: "\f2d6";
2020-08-14 13:36:36 +02:00
}
.fa-greater-than:before {
content: "\f531";
2020-08-14 13:36:36 +02:00
}
.fa-greater-than-equal:before {
content: "\f532";
2020-08-14 13:36:36 +02:00
}
.fa-grimace:before {
content: "\f57f";
2020-08-14 13:36:36 +02:00
}
.fa-grin:before {
content: "\f580";
2020-08-14 13:36:36 +02:00
}
.fa-grin-alt:before {
content: "\f581";
2020-08-14 13:36:36 +02:00
}
.fa-grin-beam:before {
content: "\f582";
2020-08-14 13:36:36 +02:00
}
.fa-grin-beam-sweat:before {
content: "\f583";
2020-08-14 13:36:36 +02:00
}
.fa-grin-hearts:before {
content: "\f584";
2020-08-14 13:36:36 +02:00
}
.fa-grin-squint:before {
content: "\f585";
2020-08-14 13:36:36 +02:00
}
.fa-grin-squint-tears:before {
content: "\f586";
2020-08-14 13:36:36 +02:00
}
.fa-grin-stars:before {
content: "\f587";
2020-08-14 13:36:36 +02:00
}
.fa-grin-tears:before {
content: "\f588";
2020-08-14 13:36:36 +02:00
}
.fa-grin-tongue:before {
content: "\f589";
2020-08-14 13:36:36 +02:00
}
.fa-grin-tongue-squint:before {
content: "\f58a";
2020-08-14 13:36:36 +02:00
}
.fa-grin-tongue-wink:before {
content: "\f58b";
2020-08-14 13:36:36 +02:00
}
.fa-grin-wink:before {
content: "\f58c";
2020-08-14 13:36:36 +02:00
}
.fa-grip-horizontal:before {
content: "\f58d";
2020-08-14 13:36:36 +02:00
}
.fa-grip-vertical:before {
content: "\f58e";
2020-08-14 13:36:36 +02:00
}
.fa-gripfire:before {
content: "\f3ac";
2020-08-14 13:36:36 +02:00
}
.fa-grunt:before {
content: "\f3ad";
2020-08-14 13:36:36 +02:00
}
.fa-gulp:before {
content: "\f3ae";
2020-08-14 13:36:36 +02:00
}
.fa-h-square:before {
content: "\f0fd";
2020-08-14 13:36:36 +02:00
}
.fa-hacker-news:before {
content: "\f1d4";
2020-08-14 13:36:36 +02:00
}
.fa-hacker-news-square:before {
content: "\f3af";
2020-08-14 13:36:36 +02:00
}
.fa-hackerrank:before {
content: "\f5f7";
2020-08-14 13:36:36 +02:00
}
.fa-hamsa:before {
content: "\f665";
2020-08-14 13:36:36 +02:00
}
.fa-hand-holding:before {
content: "\f4bd";
2020-08-14 13:36:36 +02:00
}
.fa-hand-holding-heart:before {
content: "\f4be";
2020-08-14 13:36:36 +02:00
}
.fa-hand-holding-usd:before {
content: "\f4c0";
2020-08-14 13:36:36 +02:00
}
.fa-hand-lizard:before {
content: "\f258";
2020-08-14 13:36:36 +02:00
}
.fa-hand-paper:before {
content: "\f256";
2020-08-14 13:36:36 +02:00
}
.fa-hand-peace:before {
content: "\f25b";
2020-08-14 13:36:36 +02:00
}
.fa-hand-point-down:before {
content: "\f0a7";
2020-08-14 13:36:36 +02:00
}
.fa-hand-point-left:before {
content: "\f0a5";
2020-08-14 13:36:36 +02:00
}
.fa-hand-point-right:before {
content: "\f0a4";
2020-08-14 13:36:36 +02:00
}
.fa-hand-point-up:before {
content: "\f0a6";
2020-08-14 13:36:36 +02:00
}
.fa-hand-pointer:before {
content: "\f25a";
2020-08-14 13:36:36 +02:00
}
.fa-hand-rock:before {
content: "\f255";
2020-08-14 13:36:36 +02:00
}
.fa-hand-scissors:before {
content: "\f257";
2020-08-14 13:36:36 +02:00
}
.fa-hand-spock:before {
content: "\f259";
2020-08-14 13:36:36 +02:00
}
.fa-hands:before {
content: "\f4c2";
2020-08-14 13:36:36 +02:00
}
.fa-hands-helping:before {
content: "\f4c4";
2020-08-14 13:36:36 +02:00
}
.fa-handshake:before {
content: "\f2b5";
2020-08-14 13:36:36 +02:00
}
.fa-hashtag:before {
content: "\f292";
2020-08-14 13:36:36 +02:00
}
.fa-haykal:before {
content: "\f666";
2020-08-14 13:36:36 +02:00
}
.fa-hdd:before {
content: "\f0a0";
2020-08-14 13:36:36 +02:00
}
.fa-heading:before {
content: "\f1dc";
2020-08-14 13:36:36 +02:00
}
.fa-headphones:before {
content: "\f025";
2020-08-14 13:36:36 +02:00
}
.fa-headphones-alt:before {
content: "\f58f";
2020-08-14 13:36:36 +02:00
}
.fa-headset:before {
content: "\f590";
2020-08-14 13:36:36 +02:00
}
.fa-heart:before {
content: "\f004";
2020-08-14 13:36:36 +02:00
}
.fa-heartbeat:before {
content: "\f21e";
2020-08-14 13:36:36 +02:00
}
.fa-helicopter:before {
content: "\f533";
2020-08-14 13:36:36 +02:00
}
.fa-highlighter:before {
content: "\f591";
2020-08-14 13:36:36 +02:00
}
.fa-hips:before {
content: "\f452";
2020-08-14 13:36:36 +02:00
}
.fa-hire-a-helper:before {
content: "\f3b0";
2020-08-14 13:36:36 +02:00
}
.fa-history:before {
content: "\f1da";
2020-08-14 13:36:36 +02:00
}
.fa-hockey-puck:before {
content: "\f453";
2020-08-14 13:36:36 +02:00
}
.fa-home:before {
content: "\f015";
2020-08-14 13:36:36 +02:00
}
.fa-hooli:before {
content: "\f427";
2020-08-14 13:36:36 +02:00
}
.fa-hornbill:before {
content: "\f592";
2020-08-14 13:36:36 +02:00
}
.fa-hospital:before {
content: "\f0f8";
2020-08-14 13:36:36 +02:00
}
.fa-hospital-alt:before {
content: "\f47d";
2020-08-14 13:36:36 +02:00
}
.fa-hospital-symbol:before {
content: "\f47e";
2020-08-14 13:36:36 +02:00
}
.fa-hot-tub:before {
content: "\f593";
2020-08-14 13:36:36 +02:00
}
.fa-hotel:before {
content: "\f594";
2020-08-14 13:36:36 +02:00
}
.fa-hotjar:before {
content: "\f3b1";
2020-08-14 13:36:36 +02:00
}
.fa-hourglass:before {
content: "\f254";
2020-08-14 13:36:36 +02:00
}
.fa-hourglass-end:before {
content: "\f253";
2020-08-14 13:36:36 +02:00
}
.fa-hourglass-half:before {
content: "\f252";
2020-08-14 13:36:36 +02:00
}
.fa-hourglass-start:before {
content: "\f251";
2020-08-14 13:36:36 +02:00
}
.fa-houzz:before {
content: "\f27c";
2020-08-14 13:36:36 +02:00
}
.fa-html5:before {
content: "\f13b";
2020-08-14 13:36:36 +02:00
}
.fa-hubspot:before {
content: "\f3b2";
2020-08-14 13:36:36 +02:00
}
.fa-i-cursor:before {
content: "\f246";
2020-08-14 13:36:36 +02:00
}
.fa-id-badge:before {
content: "\f2c1";
2020-08-14 13:36:36 +02:00
}
.fa-id-card:before {
content: "\f2c2";
2020-08-14 13:36:36 +02:00
}
.fa-id-card-alt:before {
content: "\f47f";
2020-08-14 13:36:36 +02:00
}
.fa-image:before {
content: "\f03e";
2020-08-14 13:36:36 +02:00
}
.fa-images:before {
content: "\f302";
2020-08-14 13:36:36 +02:00
}
.fa-imdb:before {
content: "\f2d8";
2020-08-14 13:36:36 +02:00
}
.fa-inbox:before {
content: "\f01c";
2020-08-14 13:36:36 +02:00
}
.fa-indent:before {
content: "\f03c";
2020-08-14 13:36:36 +02:00
}
.fa-industry:before {
content: "\f275";
2020-08-14 13:36:36 +02:00
}
.fa-infinity:before {
content: "\f534";
2020-08-14 13:36:36 +02:00
}
.fa-info:before {
content: "\f129";
2020-08-14 13:36:36 +02:00
}
.fa-info-circle:before {
content: "\f05a";
2020-08-14 13:36:36 +02:00
}
.fa-instagram:before {
content: "\f16d";
2020-08-14 13:36:36 +02:00
}
.fa-internet-explorer:before {
content: "\f26b";
2020-08-14 13:36:36 +02:00
}
.fa-ioxhost:before {
content: "\f208";
2020-08-14 13:36:36 +02:00
}
.fa-italic:before {
content: "\f033";
2020-08-14 13:36:36 +02:00
}
.fa-itunes:before {
content: "\f3b4";
2020-08-14 13:36:36 +02:00
}
.fa-itunes-note:before {
content: "\f3b5";
2020-08-14 13:36:36 +02:00
}
.fa-java:before {
content: "\f4e4";
2020-08-14 13:36:36 +02:00
}
.fa-jedi:before {
content: "\f669";
2020-08-14 13:36:36 +02:00
}
.fa-jedi-order:before {
content: "\f50e";
2020-08-14 13:36:36 +02:00
}
.fa-jenkins:before {
content: "\f3b6";
2020-08-14 13:36:36 +02:00
}
.fa-joget:before {
content: "\f3b7";
2020-08-14 13:36:36 +02:00
}
.fa-joint:before {
content: "\f595";
2020-08-14 13:36:36 +02:00
}
.fa-joomla:before {
content: "\f1aa";
2020-08-14 13:36:36 +02:00
}
.fa-journal-whills:before {
content: "\f66a";
2020-08-14 13:36:36 +02:00
}
.fa-js:before {
content: "\f3b8";
2020-08-14 13:36:36 +02:00
}
.fa-js-square:before {
content: "\f3b9";
2020-08-14 13:36:36 +02:00
}
.fa-jsfiddle:before {
content: "\f1cc";
2020-08-14 13:36:36 +02:00
}
.fa-kaaba:before {
content: "\f66b";
2020-08-14 13:36:36 +02:00
}
.fa-kaggle:before {
content: "\f5fa";
2020-08-14 13:36:36 +02:00
}
.fa-key:before {
content: "\f084";
2020-08-14 13:36:36 +02:00
}
.fa-keybase:before {
content: "\f4f5";
2020-08-14 13:36:36 +02:00
}
.fa-keyboard:before {
content: "\f11c";
2020-08-14 13:36:36 +02:00
}
.fa-keycdn:before {
content: "\f3ba";
2020-08-14 13:36:36 +02:00
}
.fa-khanda:before {
content: "\f66d";
2020-08-14 13:36:36 +02:00
}
.fa-kickstarter:before {
content: "\f3bb";
2020-08-14 13:36:36 +02:00
}
.fa-kickstarter-k:before {
content: "\f3bc";
2020-08-14 13:36:36 +02:00
}
.fa-kiss:before {
content: "\f596";
2020-08-14 13:36:36 +02:00
}
.fa-kiss-beam:before {
content: "\f597";
2020-08-14 13:36:36 +02:00
}
.fa-kiss-wink-heart:before {
content: "\f598";
2020-08-14 13:36:36 +02:00
}
.fa-kiwi-bird:before {
content: "\f535";
2020-08-14 13:36:36 +02:00
}
.fa-korvue:before {
content: "\f42f";
2020-08-14 13:36:36 +02:00
}
.fa-landmark:before {
content: "\f66f";
2020-08-14 13:36:36 +02:00
}
.fa-language:before {
content: "\f1ab";
2020-08-14 13:36:36 +02:00
}
.fa-laptop:before {
content: "\f109";
2020-08-14 13:36:36 +02:00
}
.fa-laptop-code:before {
content: "\f5fc";
2020-08-14 13:36:36 +02:00
}
.fa-laravel:before {
content: "\f3bd";
2020-08-14 13:36:36 +02:00
}
.fa-lastfm:before {
content: "\f202";
2020-08-14 13:36:36 +02:00
}
.fa-lastfm-square:before {
content: "\f203";
2020-08-14 13:36:36 +02:00
}
.fa-laugh:before {
content: "\f599";
2020-08-14 13:36:36 +02:00
}
.fa-laugh-beam:before {
content: "\f59a";
2020-08-14 13:36:36 +02:00
}
.fa-laugh-squint:before {
content: "\f59b";
2020-08-14 13:36:36 +02:00
}
.fa-laugh-wink:before {
content: "\f59c";
2020-08-14 13:36:36 +02:00
}
.fa-layer-group:before {
content: "\f5fd";
2020-08-14 13:36:36 +02:00
}
.fa-leaf:before {
content: "\f06c";
2020-08-14 13:36:36 +02:00
}
.fa-leanpub:before {
content: "\f212";
2020-08-14 13:36:36 +02:00
}
.fa-lemon:before {
content: "\f094";
2020-08-14 13:36:36 +02:00
}
.fa-less:before {
content: "\f41d";
2020-08-14 13:36:36 +02:00
}
.fa-less-than:before {
content: "\f536";
2020-08-14 13:36:36 +02:00
}
.fa-less-than-equal:before {
content: "\f537";
2020-08-14 13:36:36 +02:00
}
.fa-level-down-alt:before {
content: "\f3be";
2020-08-14 13:36:36 +02:00
}
.fa-level-up-alt:before {
content: "\f3bf";
2020-08-14 13:36:36 +02:00
}
.fa-life-ring:before {
content: "\f1cd";
2020-08-14 13:36:36 +02:00
}
.fa-lightbulb:before {
content: "\f0eb";
2020-08-14 13:36:36 +02:00
}
.fa-line:before {
content: "\f3c0";
2020-08-14 13:36:36 +02:00
}
.fa-link:before {
content: "\f0c1";
2020-08-14 13:36:36 +02:00
}
.fa-linkedin:before {
content: "\f08c";
2020-08-14 13:36:36 +02:00
}
.fa-linkedin-in:before {
content: "\f0e1";
2020-08-14 13:36:36 +02:00
}
.fa-linode:before {
content: "\f2b8";
2020-08-14 13:36:36 +02:00
}
.fa-linux:before {
content: "\f17c";
2020-08-14 13:36:36 +02:00
}
.fa-lira-sign:before {
content: "\f195";
2020-08-14 13:36:36 +02:00
}
.fa-list:before {
content: "\f03a";
2020-08-14 13:36:36 +02:00
}
.fa-list-alt:before {
content: "\f022";
2020-08-14 13:36:36 +02:00
}
.fa-list-ol:before {
content: "\f0cb";
2020-08-14 13:36:36 +02:00
}
.fa-list-ul:before {
content: "\f0ca";
2020-08-14 13:36:36 +02:00
}
.fa-location-arrow:before {
content: "\f124";
2020-08-14 13:36:36 +02:00
}
.fa-lock:before {
content: "\f023";
2020-08-14 13:36:36 +02:00
}
.fa-lock-open:before {
content: "\f3c1";
2020-08-14 13:36:36 +02:00
}
.fa-long-arrow-alt-down:before {
content: "\f309";
2020-08-14 13:36:36 +02:00
}
.fa-long-arrow-alt-left:before {
content: "\f30a";
2020-08-14 13:36:36 +02:00
}
.fa-long-arrow-alt-right:before {
content: "\f30b";
2020-08-14 13:36:36 +02:00
}
.fa-long-arrow-alt-up:before {
content: "\f30c";
2020-08-14 13:36:36 +02:00
}
.fa-low-vision:before {
content: "\f2a8";
2020-08-14 13:36:36 +02:00
}
.fa-luggage-cart:before {
content: "\f59d";
2020-08-14 13:36:36 +02:00
}
.fa-lyft:before {
content: "\f3c3";
2020-08-14 13:36:36 +02:00
}
.fa-magento:before {
content: "\f3c4";
2020-08-14 13:36:36 +02:00
}
.fa-magic:before {
content: "\f0d0";
2020-08-14 13:36:36 +02:00
}
.fa-magnet:before {
content: "\f076";
2020-08-14 13:36:36 +02:00
}
.fa-mail-bulk:before {
content: "\f674";
2020-08-14 13:36:36 +02:00
}
.fa-mailchimp:before {
content: "\f59e";
2020-08-14 13:36:36 +02:00
}
.fa-male:before {
content: "\f183";
2020-08-14 13:36:36 +02:00
}
.fa-mandalorian:before {
content: "\f50f";
2020-08-14 13:36:36 +02:00
}
.fa-map:before {
content: "\f279";
2020-08-14 13:36:36 +02:00
}
.fa-map-marked:before {
content: "\f59f";
2020-08-14 13:36:36 +02:00
}
.fa-map-marked-alt:before {
content: "\f5a0";
2020-08-14 13:36:36 +02:00
}
.fa-map-marker:before {
content: "\f041";
2020-08-14 13:36:36 +02:00
}
.fa-map-marker-alt:before {
content: "\f3c5";
2020-08-14 13:36:36 +02:00
}
.fa-map-pin:before {
content: "\f276";
2020-08-14 13:36:36 +02:00
}
.fa-map-signs:before {
content: "\f277";
2020-08-14 13:36:36 +02:00
}
.fa-markdown:before {
content: "\f60f";
2020-08-14 13:36:36 +02:00
}
.fa-marker:before {
content: "\f5a1";
2020-08-14 13:36:36 +02:00
}
.fa-mars:before {
content: "\f222";
2020-08-14 13:36:36 +02:00
}
.fa-mars-double:before {
content: "\f227";
2020-08-14 13:36:36 +02:00
}
.fa-mars-stroke:before {
content: "\f229";
2020-08-14 13:36:36 +02:00
}
.fa-mars-stroke-h:before {
content: "\f22b";
2020-08-14 13:36:36 +02:00
}
.fa-mars-stroke-v:before {
content: "\f22a";
2020-08-14 13:36:36 +02:00
}
.fa-mastodon:before {
content: "\f4f6";
2020-08-14 13:36:36 +02:00
}
.fa-maxcdn:before {
content: "\f136";
2020-08-14 13:36:36 +02:00
}
.fa-medal:before {
content: "\f5a2";
2020-08-14 13:36:36 +02:00
}
.fa-medapps:before {
content: "\f3c6";
2020-08-14 13:36:36 +02:00
}
.fa-medium:before {
content: "\f23a";
2020-08-14 13:36:36 +02:00
}
.fa-medium-m:before {
content: "\f3c7";
2020-08-14 13:36:36 +02:00
}
.fa-medkit:before {
content: "\f0fa";
2020-08-14 13:36:36 +02:00
}
.fa-medrt:before {
content: "\f3c8";
2020-08-14 13:36:36 +02:00
}
.fa-meetup:before {
content: "\f2e0";
2020-08-14 13:36:36 +02:00
}
.fa-megaport:before {
content: "\f5a3";
2020-08-14 13:36:36 +02:00
}
.fa-meh:before {
content: "\f11a";
2020-08-14 13:36:36 +02:00
}
.fa-meh-blank:before {
content: "\f5a4";
2020-08-14 13:36:36 +02:00
}
.fa-meh-rolling-eyes:before {
content: "\f5a5";
2020-08-14 13:36:36 +02:00
}
.fa-memory:before {
content: "\f538";
2020-08-14 13:36:36 +02:00
}
.fa-menorah:before {
content: "\f676";
2020-08-14 13:36:36 +02:00
}
.fa-mercury:before {
content: "\f223";
2020-08-14 13:36:36 +02:00
}
.fa-microchip:before {
content: "\f2db";
2020-08-14 13:36:36 +02:00
}
.fa-microphone:before {
content: "\f130";
2020-08-14 13:36:36 +02:00
}
.fa-microphone-alt:before {
content: "\f3c9";
2020-08-14 13:36:36 +02:00
}
.fa-microphone-alt-slash:before {
content: "\f539";
2020-08-14 13:36:36 +02:00
}
.fa-microphone-slash:before {
content: "\f131";
2020-08-14 13:36:36 +02:00
}
.fa-microscope:before {
content: "\f610";
2020-08-14 13:36:36 +02:00
}
.fa-microsoft:before {
content: "\f3ca";
2020-08-14 13:36:36 +02:00
}
.fa-minus:before {
content: "\f068";
2020-08-14 13:36:36 +02:00
}
.fa-minus-circle:before {
content: "\f056";
2020-08-14 13:36:36 +02:00
}
.fa-minus-square:before {
content: "\f146";
2020-08-14 13:36:36 +02:00
}
.fa-mix:before {
content: "\f3cb";
2020-08-14 13:36:36 +02:00
}
.fa-mixcloud:before {
content: "\f289";
2020-08-14 13:36:36 +02:00
}
.fa-mizuni:before {
content: "\f3cc";
2020-08-14 13:36:36 +02:00
}
.fa-mobile:before {
content: "\f10b";
2020-08-14 13:36:36 +02:00
}
.fa-mobile-alt:before {
content: "\f3cd";
2020-08-14 13:36:36 +02:00
}
.fa-modx:before {
content: "\f285";
2020-08-14 13:36:36 +02:00
}
.fa-monero:before {
content: "\f3d0";
2020-08-14 13:36:36 +02:00
}
.fa-money-bill:before {
content: "\f0d6";
2020-08-14 13:36:36 +02:00
}
.fa-money-bill-alt:before {
content: "\f3d1";
2020-08-14 13:36:36 +02:00
}
.fa-money-bill-wave:before {
content: "\f53a";
2020-08-14 13:36:36 +02:00
}
.fa-money-bill-wave-alt:before {
content: "\f53b";
2020-08-14 13:36:36 +02:00
}
.fa-money-check:before {
content: "\f53c";
2020-08-14 13:36:36 +02:00
}
.fa-money-check-alt:before {
content: "\f53d";
2020-08-14 13:36:36 +02:00
}
.fa-monument:before {
content: "\f5a6";
2020-08-14 13:36:36 +02:00
}
.fa-moon:before {
content: "\f186";
2020-08-14 13:36:36 +02:00
}
.fa-mortar-pestle:before {
content: "\f5a7";
2020-08-14 13:36:36 +02:00
}
.fa-mosque:before {
content: "\f678";
2020-08-14 13:36:36 +02:00
}
.fa-motorcycle:before {
content: "\f21c";
2020-08-14 13:36:36 +02:00
}
.fa-mouse-pointer:before {
content: "\f245";
2020-08-14 13:36:36 +02:00
}
.fa-music:before {
content: "\f001";
2020-08-14 13:36:36 +02:00
}
.fa-napster:before {
content: "\f3d2";
2020-08-14 13:36:36 +02:00
}
.fa-neos:before {
content: "\f612";
2020-08-14 13:36:36 +02:00
}
.fa-neuter:before {
content: "\f22c";
2020-08-14 13:36:36 +02:00
}
.fa-newspaper:before {
content: "\f1ea";
2020-08-14 13:36:36 +02:00
}
.fa-nimblr:before {
content: "\f5a8";
2020-08-14 13:36:36 +02:00
}
.fa-nintendo-switch:before {
content: "\f418";
2020-08-14 13:36:36 +02:00
}
.fa-node:before {
content: "\f419";
2020-08-14 13:36:36 +02:00
}
.fa-node-js:before {
content: "\f3d3";
2020-08-14 13:36:36 +02:00
}
.fa-not-equal:before {
content: "\f53e";
2020-08-14 13:36:36 +02:00
}
.fa-notes-medical:before {
content: "\f481";
2020-08-14 13:36:36 +02:00
}
.fa-npm:before {
content: "\f3d4";
2020-08-14 13:36:36 +02:00
}
.fa-ns8:before {
content: "\f3d5";
2020-08-14 13:36:36 +02:00
}
.fa-nutritionix:before {
content: "\f3d6";
2020-08-14 13:36:36 +02:00
}
.fa-object-group:before {
content: "\f247";
2020-08-14 13:36:36 +02:00
}
.fa-object-ungroup:before {
content: "\f248";
2020-08-14 13:36:36 +02:00
}
.fa-odnoklassniki:before {
content: "\f263";
2020-08-14 13:36:36 +02:00
}
.fa-odnoklassniki-square:before {
content: "\f264";
2020-08-14 13:36:36 +02:00
}
.fa-oil-can:before {
content: "\f613";
2020-08-14 13:36:36 +02:00
}
.fa-old-republic:before {
content: "\f510";
2020-08-14 13:36:36 +02:00
}
.fa-om:before {
content: "\f679";
2020-08-14 13:36:36 +02:00
}
.fa-opencart:before {
content: "\f23d";
2020-08-14 13:36:36 +02:00
}
.fa-openid:before {
content: "\f19b";
2020-08-14 13:36:36 +02:00
}
.fa-opera:before {
content: "\f26a";
2020-08-14 13:36:36 +02:00
}
.fa-optin-monster:before {
content: "\f23c";
2020-08-14 13:36:36 +02:00
}
.fa-osi:before {
content: "\f41a";
2020-08-14 13:36:36 +02:00
}
.fa-outdent:before {
content: "\f03b";
2020-08-14 13:36:36 +02:00
}
.fa-page4:before {
content: "\f3d7";
2020-08-14 13:36:36 +02:00
}
.fa-pagelines:before {
content: "\f18c";
2020-08-14 13:36:36 +02:00
}
.fa-paint-brush:before {
content: "\f1fc";
2020-08-14 13:36:36 +02:00
}
.fa-paint-roller:before {
content: "\f5aa";
2020-08-14 13:36:36 +02:00
}
.fa-palette:before {
content: "\f53f";
2020-08-14 13:36:36 +02:00
}
.fa-palfed:before {
content: "\f3d8";
2020-08-14 13:36:36 +02:00
}
.fa-pallet:before {
content: "\f482";
2020-08-14 13:36:36 +02:00
}
.fa-paper-plane:before {
content: "\f1d8";
2020-08-14 13:36:36 +02:00
}
.fa-paperclip:before {
content: "\f0c6";
2020-08-14 13:36:36 +02:00
}
.fa-parachute-box:before {
content: "\f4cd";
2020-08-14 13:36:36 +02:00
}
.fa-paragraph:before {
content: "\f1dd";
2020-08-14 13:36:36 +02:00
}
.fa-parking:before {
content: "\f540";
2020-08-14 13:36:36 +02:00
}
.fa-passport:before {
content: "\f5ab";
2020-08-14 13:36:36 +02:00
}
.fa-pastafarianism:before {
content: "\f67b";
2020-08-14 13:36:36 +02:00
}
.fa-paste:before {
content: "\f0ea";
2020-08-14 13:36:36 +02:00
}
.fa-patreon:before {
content: "\f3d9";
2020-08-14 13:36:36 +02:00
}
.fa-pause:before {
content: "\f04c";
2020-08-14 13:36:36 +02:00
}
.fa-pause-circle:before {
content: "\f28b";
2020-08-14 13:36:36 +02:00
}
.fa-paw:before {
content: "\f1b0";
2020-08-14 13:36:36 +02:00
}
.fa-paypal:before {
content: "\f1ed";
2020-08-14 13:36:36 +02:00
}
.fa-peace:before {
content: "\f67c";
2020-08-14 13:36:36 +02:00
}
.fa-pen:before {
content: "\f304";
2020-08-14 13:36:36 +02:00
}
.fa-pen-alt:before {
content: "\f305";
2020-08-14 13:36:36 +02:00
}
.fa-pen-fancy:before {
content: "\f5ac";
2020-08-14 13:36:36 +02:00
}
.fa-pen-nib:before {
content: "\f5ad";
2020-08-14 13:36:36 +02:00
}
.fa-pen-square:before {
content: "\f14b";
2020-08-14 13:36:36 +02:00
}
.fa-pencil-alt:before {
content: "\f303";
2020-08-14 13:36:36 +02:00
}
.fa-pencil-ruler:before {
content: "\f5ae";
2020-08-14 13:36:36 +02:00
}
.fa-people-carry:before {
content: "\f4ce";
2020-08-14 13:36:36 +02:00
}
.fa-percent:before {
content: "\f295";
2020-08-14 13:36:36 +02:00
}
.fa-percentage:before {
content: "\f541";
2020-08-14 13:36:36 +02:00
}
.fa-periscope:before {
content: "\f3da";
2020-08-14 13:36:36 +02:00
}
.fa-phabricator:before {
content: "\f3db";
2020-08-14 13:36:36 +02:00
}
.fa-phoenix-framework:before {
content: "\f3dc";
2020-08-14 13:36:36 +02:00
}
.fa-phoenix-squadron:before {
content: "\f511";
2020-08-14 13:36:36 +02:00
}
.fa-phone:before {
content: "\f095";
2020-08-14 13:36:36 +02:00
}
.fa-phone-slash:before {
content: "\f3dd";
2020-08-14 13:36:36 +02:00
}
.fa-phone-square:before {
content: "\f098";
2020-08-14 13:36:36 +02:00
}
.fa-phone-volume:before {
content: "\f2a0";
2020-08-14 13:36:36 +02:00
}
.fa-php:before {
content: "\f457";
2020-08-14 13:36:36 +02:00
}
.fa-pied-piper:before {
content: "\f2ae";
2020-08-14 13:36:36 +02:00
}
.fa-pied-piper-alt:before {
content: "\f1a8";
2020-08-14 13:36:36 +02:00
}
.fa-pied-piper-hat:before {
content: "\f4e5";
2020-08-14 13:36:36 +02:00
}
.fa-pied-piper-pp:before {
content: "\f1a7";
2020-08-14 13:36:36 +02:00
}
.fa-piggy-bank:before {
content: "\f4d3";
2020-08-14 13:36:36 +02:00
}
.fa-pills:before {
content: "\f484";
2020-08-14 13:36:36 +02:00
}
.fa-pinterest:before {
content: "\f0d2";
2020-08-14 13:36:36 +02:00
}
.fa-pinterest-p:before {
content: "\f231";
2020-08-14 13:36:36 +02:00
}
.fa-pinterest-square:before {
content: "\f0d3";
2020-08-14 13:36:36 +02:00
}
.fa-place-of-worship:before {
content: "\f67f";
2020-08-14 13:36:36 +02:00
}
.fa-plane:before {
content: "\f072";
2020-08-14 13:36:36 +02:00
}
.fa-plane-arrival:before {
content: "\f5af";
2020-08-14 13:36:36 +02:00
}
.fa-plane-departure:before {
content: "\f5b0";
2020-08-14 13:36:36 +02:00
}
.fa-play:before {
content: "\f04b";
2020-08-14 13:36:36 +02:00
}
.fa-play-circle:before {
content: "\f144";
2020-08-14 13:36:36 +02:00
}
.fa-playstation:before {
content: "\f3df";
2020-08-14 13:36:36 +02:00
}
.fa-plug:before {
content: "\f1e6";
2020-08-14 13:36:36 +02:00
}
.fa-plus:before {
content: "\f067";
2020-08-14 13:36:36 +02:00
}
.fa-plus-circle:before {
content: "\f055";
2020-08-14 13:36:36 +02:00
}
.fa-plus-square:before {
content: "\f0fe";
2020-08-14 13:36:36 +02:00
}
.fa-podcast:before {
content: "\f2ce";
2020-08-14 13:36:36 +02:00
}
.fa-poll:before {
content: "\f681";
2020-08-14 13:36:36 +02:00
}
.fa-poll-h:before {
content: "\f682";
2020-08-14 13:36:36 +02:00
}
.fa-poo:before {
content: "\f2fe";
2020-08-14 13:36:36 +02:00
}
.fa-poop:before {
content: "\f619";
2020-08-14 13:36:36 +02:00
}
.fa-portrait:before {
content: "\f3e0";
2020-08-14 13:36:36 +02:00
}
.fa-pound-sign:before {
content: "\f154";
2020-08-14 13:36:36 +02:00
}
.fa-power-off:before {
content: "\f011";
2020-08-14 13:36:36 +02:00
}
.fa-pray:before {
content: "\f683";
2020-08-14 13:36:36 +02:00
}
.fa-praying-hands:before {
content: "\f684";
2020-08-14 13:36:36 +02:00
}
.fa-prescription:before {
content: "\f5b1";
2020-08-14 13:36:36 +02:00
}
.fa-prescription-bottle:before {
content: "\f485";
2020-08-14 13:36:36 +02:00
}
.fa-prescription-bottle-alt:before {
content: "\f486";
2020-08-14 13:36:36 +02:00
}
.fa-print:before {
content: "\f02f";
2020-08-14 13:36:36 +02:00
}
.fa-procedures:before {
content: "\f487";
2020-08-14 13:36:36 +02:00
}
.fa-product-hunt:before {
content: "\f288";
2020-08-14 13:36:36 +02:00
}
.fa-project-diagram:before {
content: "\f542";
2020-08-14 13:36:36 +02:00
}
.fa-pushed:before {
content: "\f3e1";
2020-08-14 13:36:36 +02:00
}
.fa-puzzle-piece:before {
content: "\f12e";
2020-08-14 13:36:36 +02:00
}
.fa-python:before {
content: "\f3e2";
2020-08-14 13:36:36 +02:00
}
.fa-qq:before {
content: "\f1d6";
2020-08-14 13:36:36 +02:00
}
.fa-qrcode:before {
content: "\f029";
2020-08-14 13:36:36 +02:00
}
.fa-question:before {
content: "\f128";
2020-08-14 13:36:36 +02:00
}
.fa-question-circle:before {
content: "\f059";
2020-08-14 13:36:36 +02:00
}
.fa-quidditch:before {
content: "\f458";
2020-08-14 13:36:36 +02:00
}
.fa-quinscape:before {
content: "\f459";
2020-08-14 13:36:36 +02:00
}
.fa-quora:before {
content: "\f2c4";
2020-08-14 13:36:36 +02:00
}
.fa-quote-left:before {
content: "\f10d";
2020-08-14 13:36:36 +02:00
}
.fa-quote-right:before {
content: "\f10e";
2020-08-14 13:36:36 +02:00
}
.fa-quran:before {
content: "\f687";
2020-08-14 13:36:36 +02:00
}
.fa-r-project:before {
content: "\f4f7";
2020-08-14 13:36:36 +02:00
}
.fa-random:before {
content: "\f074";
2020-08-14 13:36:36 +02:00
}
.fa-ravelry:before {
content: "\f2d9";
2020-08-14 13:36:36 +02:00
}
.fa-react:before {
content: "\f41b";
2020-08-14 13:36:36 +02:00
}
.fa-readme:before {
content: "\f4d5";
2020-08-14 13:36:36 +02:00
}
.fa-rebel:before {
content: "\f1d0";
2020-08-14 13:36:36 +02:00
}
.fa-receipt:before {
content: "\f543";
2020-08-14 13:36:36 +02:00
}
.fa-recycle:before {
content: "\f1b8";
2020-08-14 13:36:36 +02:00
}
.fa-red-river:before {
content: "\f3e3";
2020-08-14 13:36:36 +02:00
}
.fa-reddit:before {
content: "\f1a1";
2020-08-14 13:36:36 +02:00
}
.fa-reddit-alien:before {
content: "\f281";
2020-08-14 13:36:36 +02:00
}
.fa-reddit-square:before {
content: "\f1a2";
2020-08-14 13:36:36 +02:00
}
.fa-redo:before {
content: "\f01e";
2020-08-14 13:36:36 +02:00
}
.fa-redo-alt:before {
content: "\f2f9";
2020-08-14 13:36:36 +02:00
}
.fa-registered:before {
content: "\f25d";
2020-08-14 13:36:36 +02:00
}
.fa-rendact:before {
content: "\f3e4";
2020-08-14 13:36:36 +02:00
}
.fa-renren:before {
content: "\f18b";
2020-08-14 13:36:36 +02:00
}
.fa-reply:before {
content: "\f3e5";
2020-08-14 13:36:36 +02:00
}
.fa-reply-all:before {
content: "\f122";
2020-08-14 13:36:36 +02:00
}
.fa-replyd:before {
content: "\f3e6";
2020-08-14 13:36:36 +02:00
}
.fa-researchgate:before {
content: "\f4f8";
2020-08-14 13:36:36 +02:00
}
.fa-resolving:before {
content: "\f3e7";
2020-08-14 13:36:36 +02:00
}
.fa-retweet:before {
content: "\f079";
2020-08-14 13:36:36 +02:00
}
.fa-rev:before {
content: "\f5b2";
2020-08-14 13:36:36 +02:00
}
.fa-ribbon:before {
content: "\f4d6";
2020-08-14 13:36:36 +02:00
}
.fa-road:before {
content: "\f018";
2020-08-14 13:36:36 +02:00
}
.fa-robot:before {
content: "\f544";
2020-08-14 13:36:36 +02:00
}
.fa-rocket:before {
content: "\f135";
2020-08-14 13:36:36 +02:00
}
.fa-rocketchat:before {
content: "\f3e8";
2020-08-14 13:36:36 +02:00
}
.fa-rockrms:before {
content: "\f3e9";
2020-08-14 13:36:36 +02:00
}
.fa-route:before {
content: "\f4d7";
2020-08-14 13:36:36 +02:00
}
.fa-rss:before {
content: "\f09e";
2020-08-14 13:36:36 +02:00
}
.fa-rss-square:before {
content: "\f143";
2020-08-14 13:36:36 +02:00
}
.fa-ruble-sign:before {
content: "\f158";
2020-08-14 13:36:36 +02:00
}
.fa-ruler:before {
content: "\f545";
2020-08-14 13:36:36 +02:00
}
.fa-ruler-combined:before {
content: "\f546";
2020-08-14 13:36:36 +02:00
}
.fa-ruler-horizontal:before {
content: "\f547";
2020-08-14 13:36:36 +02:00
}
.fa-ruler-vertical:before {
content: "\f548";
2020-08-14 13:36:36 +02:00
}
.fa-rupee-sign:before {
content: "\f156";
2020-08-14 13:36:36 +02:00
}
.fa-sad-cry:before {
content: "\f5b3";
2020-08-14 13:36:36 +02:00
}
.fa-sad-tear:before {
content: "\f5b4";
2020-08-14 13:36:36 +02:00
}
.fa-safari:before {
content: "\f267";
2020-08-14 13:36:36 +02:00
}
.fa-sass:before {
content: "\f41e";
2020-08-14 13:36:36 +02:00
}
.fa-save:before {
content: "\f0c7";
2020-08-14 13:36:36 +02:00
}
.fa-schlix:before {
content: "\f3ea";
2020-08-14 13:36:36 +02:00
}
.fa-school:before {
content: "\f549";
2020-08-14 13:36:36 +02:00
}
.fa-screwdriver:before {
content: "\f54a";
2020-08-14 13:36:36 +02:00
}
.fa-scribd:before {
content: "\f28a";
2020-08-14 13:36:36 +02:00
}
.fa-search:before {
content: "\f002";
2020-08-14 13:36:36 +02:00
}
.fa-search-dollar:before {
content: "\f688";
2020-08-14 13:36:36 +02:00
}
.fa-search-location:before {
content: "\f689";
2020-08-14 13:36:36 +02:00
}
.fa-search-minus:before {
content: "\f010";
2020-08-14 13:36:36 +02:00
}
.fa-search-plus:before {
content: "\f00e";
2020-08-14 13:36:36 +02:00
}
.fa-searchengin:before {
content: "\f3eb";
2020-08-14 13:36:36 +02:00
}
.fa-seedling:before {
content: "\f4d8";
2020-08-14 13:36:36 +02:00
}
.fa-sellcast:before {
content: "\f2da";
2020-08-14 13:36:36 +02:00
}
.fa-sellsy:before {
content: "\f213";
2020-08-14 13:36:36 +02:00
}
.fa-server:before {
content: "\f233";
2020-08-14 13:36:36 +02:00
}
.fa-servicestack:before {
content: "\f3ec";
2020-08-14 13:36:36 +02:00
}
.fa-shapes:before {
content: "\f61f";
2020-08-14 13:36:36 +02:00
}
.fa-share:before {
content: "\f064";
2020-08-14 13:36:36 +02:00
}
.fa-share-alt:before {
content: "\f1e0";
2020-08-14 13:36:36 +02:00
}
.fa-share-alt-square:before {
content: "\f1e1";
2020-08-14 13:36:36 +02:00
}
.fa-share-square:before {
content: "\f14d";
2020-08-14 13:36:36 +02:00
}
.fa-shekel-sign:before {
content: "\f20b";
2020-08-14 13:36:36 +02:00
}
.fa-shield-alt:before {
content: "\f3ed";
2020-08-14 13:36:36 +02:00
}
.fa-ship:before {
content: "\f21a";
2020-08-14 13:36:36 +02:00
}
.fa-shipping-fast:before {
content: "\f48b";
2020-08-14 13:36:36 +02:00
}
.fa-shirtsinbulk:before {
content: "\f214";
2020-08-14 13:36:36 +02:00
}
.fa-shoe-prints:before {
content: "\f54b";
2020-08-14 13:36:36 +02:00
}
.fa-shopping-bag:before {
content: "\f290";
2020-08-14 13:36:36 +02:00
}
.fa-shopping-basket:before {
content: "\f291";
2020-08-14 13:36:36 +02:00
}
.fa-shopping-cart:before {
content: "\f07a";
2020-08-14 13:36:36 +02:00
}
.fa-shopware:before {
content: "\f5b5";
2020-08-14 13:36:36 +02:00
}
.fa-shower:before {
content: "\f2cc";
2020-08-14 13:36:36 +02:00
}
.fa-shuttle-van:before {
content: "\f5b6";
2020-08-14 13:36:36 +02:00
}
.fa-sign:before {
content: "\f4d9";
2020-08-14 13:36:36 +02:00
}
.fa-sign-in-alt:before {
content: "\f2f6";
2020-08-14 13:36:36 +02:00
}
.fa-sign-language:before {
content: "\f2a7";
2020-08-14 13:36:36 +02:00
}
.fa-sign-out-alt:before {
content: "\f2f5";
2020-08-14 13:36:36 +02:00
}
.fa-signal:before {
content: "\f012";
2020-08-14 13:36:36 +02:00
}
.fa-signature:before {
content: "\f5b7";
2020-08-14 13:36:36 +02:00
}
.fa-simplybuilt:before {
content: "\f215";
2020-08-14 13:36:36 +02:00
}
.fa-sistrix:before {
content: "\f3ee";
2020-08-14 13:36:36 +02:00
}
.fa-sitemap:before {
content: "\f0e8";
2020-08-14 13:36:36 +02:00
}
.fa-sith:before {
content: "\f512";
2020-08-14 13:36:36 +02:00
}
.fa-skull:before {
content: "\f54c";
2020-08-14 13:36:36 +02:00
}
.fa-skyatlas:before {
content: "\f216";
2020-08-14 13:36:36 +02:00
}
.fa-skype:before {
content: "\f17e";
2020-08-14 13:36:36 +02:00
}
.fa-slack:before {
content: "\f198";
2020-08-14 13:36:36 +02:00
}
.fa-slack-hash:before {
content: "\f3ef";
2020-08-14 13:36:36 +02:00
}
.fa-sliders-h:before {
content: "\f1de";
2020-08-14 13:36:36 +02:00
}
.fa-slideshare:before {
content: "\f1e7";
2020-08-14 13:36:36 +02:00
}
.fa-smile:before {
content: "\f118";
2020-08-14 13:36:36 +02:00
}
.fa-smile-beam:before {
content: "\f5b8";
2020-08-14 13:36:36 +02:00
}
.fa-smile-wink:before {
content: "\f4da";
2020-08-14 13:36:36 +02:00
}
.fa-smoking:before {
content: "\f48d";
2020-08-14 13:36:36 +02:00
}
.fa-smoking-ban:before {
content: "\f54d";
2020-08-14 13:36:36 +02:00
}
.fa-snapchat:before {
content: "\f2ab";
2020-08-14 13:36:36 +02:00
}
.fa-snapchat-ghost:before {
content: "\f2ac";
2020-08-14 13:36:36 +02:00
}
.fa-snapchat-square:before {
content: "\f2ad";
2020-08-14 13:36:36 +02:00
}
.fa-snowflake:before {
content: "\f2dc";
2020-08-14 13:36:36 +02:00
}
.fa-socks:before {
content: "\f696";
2020-08-14 13:36:36 +02:00
}
.fa-solar-panel:before {
content: "\f5ba";
2020-08-14 13:36:36 +02:00
}
.fa-sort:before {
content: "\f0dc";
2020-08-14 13:36:36 +02:00
}
.fa-sort-alpha-down:before {
content: "\f15d";
2020-08-14 13:36:36 +02:00
}
.fa-sort-alpha-up:before {
content: "\f15e";
2020-08-14 13:36:36 +02:00
}
.fa-sort-amount-down:before {
content: "\f160";
2020-08-14 13:36:36 +02:00
}
.fa-sort-amount-up:before {
content: "\f161";
2020-08-14 13:36:36 +02:00
}
.fa-sort-down:before {
content: "\f0dd";
2020-08-14 13:36:36 +02:00
}
.fa-sort-numeric-down:before {
content: "\f162";
2020-08-14 13:36:36 +02:00
}
.fa-sort-numeric-up:before {
content: "\f163";
2020-08-14 13:36:36 +02:00
}
.fa-sort-up:before {
content: "\f0de";
2020-08-14 13:36:36 +02:00
}
.fa-soundcloud:before {
content: "\f1be";
2020-08-14 13:36:36 +02:00
}
.fa-spa:before {
content: "\f5bb";
2020-08-14 13:36:36 +02:00
}
.fa-space-shuttle:before {
content: "\f197";
2020-08-14 13:36:36 +02:00
}
.fa-speakap:before {
content: "\f3f3";
2020-08-14 13:36:36 +02:00
}
.fa-spinner:before {
content: "\f110";
2020-08-14 13:36:36 +02:00
}
.fa-splotch:before {
content: "\f5bc";
2020-08-14 13:36:36 +02:00
}
.fa-spotify:before {
content: "\f1bc";
2020-08-14 13:36:36 +02:00
}
.fa-spray-can:before {
content: "\f5bd";
2020-08-14 13:36:36 +02:00
}
.fa-square:before {
content: "\f0c8";
2020-08-14 13:36:36 +02:00
}
.fa-square-full:before {
content: "\f45c";
2020-08-14 13:36:36 +02:00
}
.fa-square-root-alt:before {
content: "\f698";
2020-08-14 13:36:36 +02:00
}
.fa-squarespace:before {
content: "\f5be";
2020-08-14 13:36:36 +02:00
}
.fa-stack-exchange:before {
content: "\f18d";
2020-08-14 13:36:36 +02:00
}
.fa-stack-overflow:before {
content: "\f16c";
2020-08-14 13:36:36 +02:00
}
.fa-stamp:before {
content: "\f5bf";
2020-08-14 13:36:36 +02:00
}
.fa-star:before {
content: "\f005";
2020-08-14 13:36:36 +02:00
}
.fa-star-and-crescent:before {
content: "\f699";
2020-08-14 13:36:36 +02:00
}
.fa-star-half:before {
content: "\f089";
2020-08-14 13:36:36 +02:00
}
.fa-star-half-alt:before {
content: "\f5c0";
2020-08-14 13:36:36 +02:00
}
.fa-star-of-david:before {
content: "\f69a";
2020-08-14 13:36:36 +02:00
}
.fa-star-of-life:before {
content: "\f621";
2020-08-14 13:36:36 +02:00
}
.fa-staylinked:before {
content: "\f3f5";
2020-08-14 13:36:36 +02:00
}
.fa-steam:before {
content: "\f1b6";
2020-08-14 13:36:36 +02:00
}
.fa-steam-square:before {
content: "\f1b7";
2020-08-14 13:36:36 +02:00
}
.fa-steam-symbol:before {
content: "\f3f6";
2020-08-14 13:36:36 +02:00
}
.fa-step-backward:before {
content: "\f048";
2020-08-14 13:36:36 +02:00
}
.fa-step-forward:before {
content: "\f051";
2020-08-14 13:36:36 +02:00
}
.fa-stethoscope:before {
content: "\f0f1";
2020-08-14 13:36:36 +02:00
}
.fa-sticker-mule:before {
content: "\f3f7";
2020-08-14 13:36:36 +02:00
}
.fa-sticky-note:before {
content: "\f249";
2020-08-14 13:36:36 +02:00
}
.fa-stop:before {
content: "\f04d";
2020-08-14 13:36:36 +02:00
}
.fa-stop-circle:before {
content: "\f28d";
2020-08-14 13:36:36 +02:00
}
.fa-stopwatch:before {
content: "\f2f2";
2020-08-14 13:36:36 +02:00
}
.fa-store:before {
content: "\f54e";
2020-08-14 13:36:36 +02:00
}
.fa-store-alt:before {
content: "\f54f";
2020-08-14 13:36:36 +02:00
}
.fa-strava:before {
content: "\f428";
2020-08-14 13:36:36 +02:00
}
.fa-stream:before {
content: "\f550";
2020-08-14 13:36:36 +02:00
}
.fa-street-view:before {
content: "\f21d";
2020-08-14 13:36:36 +02:00
}
.fa-strikethrough:before {
content: "\f0cc";
2020-08-14 13:36:36 +02:00
}
.fa-stripe:before {
content: "\f429";
2020-08-14 13:36:36 +02:00
}
.fa-stripe-s:before {
content: "\f42a";
2020-08-14 13:36:36 +02:00
}
.fa-stroopwafel:before {
content: "\f551";
2020-08-14 13:36:36 +02:00
}
.fa-studiovinari:before {
content: "\f3f8";
2020-08-14 13:36:36 +02:00
}
.fa-stumbleupon:before {
content: "\f1a4";
2020-08-14 13:36:36 +02:00
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
2020-08-14 13:36:36 +02:00
}
.fa-subscript:before {
content: "\f12c";
2020-08-14 13:36:36 +02:00
}
.fa-subway:before {
content: "\f239";
2020-08-14 13:36:36 +02:00
}
.fa-suitcase:before {
content: "\f0f2";
2020-08-14 13:36:36 +02:00
}
.fa-suitcase-rolling:before {
content: "\f5c1";
2020-08-14 13:36:36 +02:00
}
.fa-sun:before {
content: "\f185";
2020-08-14 13:36:36 +02:00
}
.fa-superpowers:before {
content: "\f2dd";
2020-08-14 13:36:36 +02:00
}
.fa-superscript:before {
content: "\f12b";
2020-08-14 13:36:36 +02:00
}
.fa-supple:before {
content: "\f3f9";
2020-08-14 13:36:36 +02:00
}
.fa-surprise:before {
content: "\f5c2";
2020-08-14 13:36:36 +02:00
}
.fa-swatchbook:before {
content: "\f5c3";
2020-08-14 13:36:36 +02:00
}
.fa-swimmer:before {
content: "\f5c4";
2020-08-14 13:36:36 +02:00
}
.fa-swimming-pool:before {
content: "\f5c5";
2020-08-14 13:36:36 +02:00
}
.fa-synagogue:before {
content: "\f69b";
2020-08-14 13:36:36 +02:00
}
.fa-sync:before {
content: "\f021";
2020-08-14 13:36:36 +02:00
}
.fa-sync-alt:before {
content: "\f2f1";
2020-08-14 13:36:36 +02:00
}
.fa-syringe:before {
content: "\f48e";
2020-08-14 13:36:36 +02:00
}
.fa-table:before {
content: "\f0ce";
2020-08-14 13:36:36 +02:00
}
.fa-table-tennis:before {
content: "\f45d";
2020-08-14 13:36:36 +02:00
}
.fa-tablet:before {
content: "\f10a";
2020-08-14 13:36:36 +02:00
}
.fa-tablet-alt:before {
content: "\f3fa";
2020-08-14 13:36:36 +02:00
}
.fa-tablets:before {
content: "\f490";
2020-08-14 13:36:36 +02:00
}
.fa-tachometer-alt:before {
content: "\f3fd";
2020-08-14 13:36:36 +02:00
}
.fa-tag:before {
content: "\f02b";
2020-08-14 13:36:36 +02:00
}
.fa-tags:before {
content: "\f02c";
2020-08-14 13:36:36 +02:00
}
.fa-tape:before {
content: "\f4db";
2020-08-14 13:36:36 +02:00
}
.fa-tasks:before {
content: "\f0ae";
2020-08-14 13:36:36 +02:00
}
.fa-taxi:before {
content: "\f1ba";
2020-08-14 13:36:36 +02:00
}
.fa-teamspeak:before {
content: "\f4f9";
2020-08-14 13:36:36 +02:00
}
.fa-teeth:before {
content: "\f62e";
2020-08-14 13:36:36 +02:00
}
.fa-teeth-open:before {
content: "\f62f";
2020-08-14 13:36:36 +02:00
}
.fa-telegram:before {
content: "\f2c6";
2020-08-14 13:36:36 +02:00
}
.fa-telegram-plane:before {
content: "\f3fe";
2020-08-14 13:36:36 +02:00
}
.fa-tencent-weibo:before {
content: "\f1d5";
2020-08-14 13:36:36 +02:00
}
.fa-terminal:before {
content: "\f120";
2020-08-14 13:36:36 +02:00
}
.fa-text-height:before {
content: "\f034";
2020-08-14 13:36:36 +02:00
}
.fa-text-width:before {
content: "\f035";
2020-08-14 13:36:36 +02:00
}
.fa-th:before {
content: "\f00a";
2020-08-14 13:36:36 +02:00
}
.fa-th-large:before {
content: "\f009";
2020-08-14 13:36:36 +02:00
}
.fa-th-list:before {
content: "\f00b";
2020-08-14 13:36:36 +02:00
}
.fa-the-red-yeti:before {
content: "\f69d";
2020-08-14 13:36:36 +02:00
}
.fa-theater-masks:before {
content: "\f630";
2020-08-14 13:36:36 +02:00
}
.fa-themeco:before {
content: "\f5c6";
2020-08-14 13:36:36 +02:00
}
.fa-themeisle:before {
content: "\f2b2";
2020-08-14 13:36:36 +02:00
}
.fa-thermometer:before {
content: "\f491";
2020-08-14 13:36:36 +02:00
}
.fa-thermometer-empty:before {
content: "\f2cb";
2020-08-14 13:36:36 +02:00
}
.fa-thermometer-full:before {
content: "\f2c7";
2020-08-14 13:36:36 +02:00
}
.fa-thermometer-half:before {
content: "\f2c9";
2020-08-14 13:36:36 +02:00
}
.fa-thermometer-quarter:before {
content: "\f2ca";
2020-08-14 13:36:36 +02:00
}
.fa-thermometer-three-quarters:before {
content: "\f2c8";
2020-08-14 13:36:36 +02:00
}
.fa-thumbs-down:before {
content: "\f165";
2020-08-14 13:36:36 +02:00
}
.fa-thumbs-up:before {
content: "\f164";
2020-08-14 13:36:36 +02:00
}
.fa-thumbtack:before {
content: "\f08d";
2020-08-14 13:36:36 +02:00
}
.fa-ticket-alt:before {
content: "\f3ff";
2020-08-14 13:36:36 +02:00
}
.fa-times:before {
content: "\f00d";
2020-08-14 13:36:36 +02:00
}
.fa-times-circle:before {
content: "\f057";
2020-08-14 13:36:36 +02:00
}
.fa-tint:before {
content: "\f043";
2020-08-14 13:36:36 +02:00
}
.fa-tint-slash:before {
content: "\f5c7";
2020-08-14 13:36:36 +02:00
}
.fa-tired:before {
content: "\f5c8";
2020-08-14 13:36:36 +02:00
}
.fa-toggle-off:before {
content: "\f204";
2020-08-14 13:36:36 +02:00
}
.fa-toggle-on:before {
content: "\f205";
2020-08-14 13:36:36 +02:00
}
.fa-toolbox:before {
content: "\f552";
2020-08-14 13:36:36 +02:00
}
.fa-tooth:before {
content: "\f5c9";
2020-08-14 13:36:36 +02:00
}
.fa-torah:before {
content: "\f6a0";
2020-08-14 13:36:36 +02:00
}
.fa-torii-gate:before {
content: "\f6a1";
2020-08-14 13:36:36 +02:00
}
.fa-trade-federation:before {
content: "\f513";
2020-08-14 13:36:36 +02:00
}
.fa-trademark:before {
content: "\f25c";
2020-08-14 13:36:36 +02:00
}
.fa-traffic-light:before {
content: "\f637";
2020-08-14 13:36:36 +02:00
}
.fa-train:before {
content: "\f238";
2020-08-14 13:36:36 +02:00
}
.fa-transgender:before {
content: "\f224";
2020-08-14 13:36:36 +02:00
}
.fa-transgender-alt:before {
content: "\f225";
2020-08-14 13:36:36 +02:00
}
.fa-trash:before {
content: "\f1f8";
2020-08-14 13:36:36 +02:00
}
.fa-trash-alt:before {
content: "\f2ed";
2020-08-14 13:36:36 +02:00
}
.fa-tree:before {
content: "\f1bb";
2020-08-14 13:36:36 +02:00
}
.fa-trello:before {
content: "\f181";
2020-08-14 13:36:36 +02:00
}
.fa-tripadvisor:before {
content: "\f262";
2020-08-14 13:36:36 +02:00
}
.fa-trophy:before {
content: "\f091";
2020-08-14 13:36:36 +02:00
}
.fa-truck:before {
content: "\f0d1";
2020-08-14 13:36:36 +02:00
}
.fa-truck-loading:before {
content: "\f4de";
2020-08-14 13:36:36 +02:00
}
.fa-truck-monster:before {
content: "\f63b";
2020-08-14 13:36:36 +02:00
}
.fa-truck-moving:before {
content: "\f4df";
2020-08-14 13:36:36 +02:00
}
.fa-truck-pickup:before {
content: "\f63c";
2020-08-14 13:36:36 +02:00
}
.fa-tshirt:before {
content: "\f553";
2020-08-14 13:36:36 +02:00
}
.fa-tty:before {
content: "\f1e4";
2020-08-14 13:36:36 +02:00
}
.fa-tumblr:before {
content: "\f173";
2020-08-14 13:36:36 +02:00
}
.fa-tumblr-square:before {
content: "\f174";
2020-08-14 13:36:36 +02:00
}
.fa-tv:before {
content: "\f26c";
2020-08-14 13:36:36 +02:00
}
.fa-twitch:before {
content: "\f1e8";
2020-08-14 13:36:36 +02:00
}
.fa-twitter:before {
content: "\f099";
2020-08-14 13:36:36 +02:00
}
.fa-twitter-square:before {
content: "\f081";
2020-08-14 13:36:36 +02:00
}
.fa-typo3:before {
content: "\f42b";
2020-08-14 13:36:36 +02:00
}
.fa-uber:before {
content: "\f402";
2020-08-14 13:36:36 +02:00
}
.fa-uikit:before {
content: "\f403";
2020-08-14 13:36:36 +02:00
}
.fa-umbrella:before {
content: "\f0e9";
2020-08-14 13:36:36 +02:00
}
.fa-umbrella-beach:before {
content: "\f5ca";
2020-08-14 13:36:36 +02:00
}
.fa-underline:before {
content: "\f0cd";
2020-08-14 13:36:36 +02:00
}
.fa-undo:before {
content: "\f0e2";
2020-08-14 13:36:36 +02:00
}
.fa-undo-alt:before {
content: "\f2ea";
2020-08-14 13:36:36 +02:00
}
.fa-uniregistry:before {
content: "\f404";
2020-08-14 13:36:36 +02:00
}
.fa-universal-access:before {
content: "\f29a";
2020-08-14 13:36:36 +02:00
}
.fa-university:before {
content: "\f19c";
2020-08-14 13:36:36 +02:00
}
.fa-unlink:before {
content: "\f127";
2020-08-14 13:36:36 +02:00
}
.fa-unlock:before {
content: "\f09c";
2020-08-14 13:36:36 +02:00
}
.fa-unlock-alt:before {
content: "\f13e";
2020-08-14 13:36:36 +02:00
}
.fa-untappd:before {
content: "\f405";
2020-08-14 13:36:36 +02:00
}
.fa-upload:before {
content: "\f093";
2020-08-14 13:36:36 +02:00
}
.fa-usb:before {
content: "\f287";
2020-08-14 13:36:36 +02:00
}
.fa-user:before {
content: "\f007";
2020-08-14 13:36:36 +02:00
}
.fa-user-alt:before {
content: "\f406";
2020-08-14 13:36:36 +02:00
}
.fa-user-alt-slash:before {
content: "\f4fa";
2020-08-14 13:36:36 +02:00
}
.fa-user-astronaut:before {
content: "\f4fb";
2020-08-14 13:36:36 +02:00
}
.fa-user-check:before {
content: "\f4fc";
2020-08-14 13:36:36 +02:00
}
.fa-user-circle:before {
content: "\f2bd";
2020-08-14 13:36:36 +02:00
}
.fa-user-clock:before {
content: "\f4fd";
2020-08-14 13:36:36 +02:00
}
.fa-user-cog:before {
content: "\f4fe";
2020-08-14 13:36:36 +02:00
}
.fa-user-edit:before {
content: "\f4ff";
2020-08-14 13:36:36 +02:00
}
.fa-user-friends:before {
content: "\f500";
2020-08-14 13:36:36 +02:00
}
.fa-user-graduate:before {
content: "\f501";
2020-08-14 13:36:36 +02:00
}
.fa-user-lock:before {
content: "\f502";
2020-08-14 13:36:36 +02:00
}
.fa-user-md:before {
content: "\f0f0";
2020-08-14 13:36:36 +02:00
}
.fa-user-minus:before {
content: "\f503";
2020-08-14 13:36:36 +02:00
}
.fa-user-ninja:before {
content: "\f504";
2020-08-14 13:36:36 +02:00
}
.fa-user-plus:before {
content: "\f234";
2020-08-14 13:36:36 +02:00
}
.fa-user-secret:before {
content: "\f21b";
2020-08-14 13:36:36 +02:00
}
.fa-user-shield:before {
content: "\f505";
2020-08-14 13:36:36 +02:00
}
.fa-user-slash:before {
content: "\f506";
2020-08-14 13:36:36 +02:00
}
.fa-user-tag:before {
content: "\f507";
2020-08-14 13:36:36 +02:00
}
.fa-user-tie:before {
content: "\f508";
2020-08-14 13:36:36 +02:00
}
.fa-user-times:before {
content: "\f235";
2020-08-14 13:36:36 +02:00
}
.fa-users:before {
content: "\f0c0";
2020-08-14 13:36:36 +02:00
}
.fa-users-cog:before {
content: "\f509";
2020-08-14 13:36:36 +02:00
}
.fa-ussunnah:before {
content: "\f407";
2020-08-14 13:36:36 +02:00
}
.fa-utensil-spoon:before {
content: "\f2e5";
2020-08-14 13:36:36 +02:00
}
.fa-utensils:before {
content: "\f2e7";
2020-08-14 13:36:36 +02:00
}
.fa-vaadin:before {
content: "\f408";
2020-08-14 13:36:36 +02:00
}
.fa-vector-square:before {
content: "\f5cb";
2020-08-14 13:36:36 +02:00
}
.fa-venus:before {
content: "\f221";
2020-08-14 13:36:36 +02:00
}
.fa-venus-double:before {
content: "\f226";
2020-08-14 13:36:36 +02:00
}
.fa-venus-mars:before {
content: "\f228";
2020-08-14 13:36:36 +02:00
}
.fa-viacoin:before {
content: "\f237";
2020-08-14 13:36:36 +02:00
}
.fa-viadeo:before {
content: "\f2a9";
2020-08-14 13:36:36 +02:00
}
.fa-viadeo-square:before {
content: "\f2aa";
2020-08-14 13:36:36 +02:00
}
.fa-vial:before {
content: "\f492";
2020-08-14 13:36:36 +02:00
}
.fa-vials:before {
content: "\f493";
2020-08-14 13:36:36 +02:00
}
.fa-viber:before {
content: "\f409";
2020-08-14 13:36:36 +02:00
}
.fa-video:before {
content: "\f03d";
2020-08-14 13:36:36 +02:00
}
.fa-video-slash:before {
content: "\f4e2";
2020-08-14 13:36:36 +02:00
}
.fa-vihara:before {
content: "\f6a7";
2020-08-14 13:36:36 +02:00
}
.fa-vimeo:before {
content: "\f40a";
2020-08-14 13:36:36 +02:00
}
.fa-vimeo-square:before {
content: "\f194";
2020-08-14 13:36:36 +02:00
}
.fa-vimeo-v:before {
content: "\f27d";
2020-08-14 13:36:36 +02:00
}
.fa-vine:before {
content: "\f1ca";
2020-08-14 13:36:36 +02:00
}
.fa-vk:before {
content: "\f189";
2020-08-14 13:36:36 +02:00
}
.fa-vnv:before {
content: "\f40b";
2020-08-14 13:36:36 +02:00
}
.fa-volleyball-ball:before {
content: "\f45f";
2020-08-14 13:36:36 +02:00
}
.fa-volume-down:before {
content: "\f027";
2020-08-14 13:36:36 +02:00
}
.fa-volume-off:before {
content: "\f026";
2020-08-14 13:36:36 +02:00
}
.fa-volume-up:before {
content: "\f028";
2020-08-14 13:36:36 +02:00
}
.fa-vuejs:before {
content: "\f41f";
2020-08-14 13:36:36 +02:00
}
.fa-walking:before {
content: "\f554";
2020-08-14 13:36:36 +02:00
}
.fa-wallet:before {
content: "\f555";
2020-08-14 13:36:36 +02:00
}
.fa-warehouse:before {
content: "\f494";
2020-08-14 13:36:36 +02:00
}
.fa-weebly:before {
content: "\f5cc";
2020-08-14 13:36:36 +02:00
}
.fa-weibo:before {
content: "\f18a";
2020-08-14 13:36:36 +02:00
}
.fa-weight:before {
content: "\f496";
2020-08-14 13:36:36 +02:00
}
.fa-weight-hanging:before {
content: "\f5cd";
2020-08-14 13:36:36 +02:00
}
.fa-weixin:before {
content: "\f1d7";
2020-08-14 13:36:36 +02:00
}
.fa-whatsapp:before {
content: "\f232";
2020-08-14 13:36:36 +02:00
}
.fa-whatsapp-square:before {
content: "\f40c";
2020-08-14 13:36:36 +02:00
}
.fa-wheelchair:before {
content: "\f193";
2020-08-14 13:36:36 +02:00
}
.fa-whmcs:before {
content: "\f40d";
2020-08-14 13:36:36 +02:00
}
.fa-wifi:before {
content: "\f1eb";
2020-08-14 13:36:36 +02:00
}
.fa-wikipedia-w:before {
content: "\f266";
2020-08-14 13:36:36 +02:00
}
.fa-window-close:before {
content: "\f410";
2020-08-14 13:36:36 +02:00
}
.fa-window-maximize:before {
content: "\f2d0";
2020-08-14 13:36:36 +02:00
}
.fa-window-minimize:before {
content: "\f2d1";
2020-08-14 13:36:36 +02:00
}
.fa-window-restore:before {
content: "\f2d2";
2020-08-14 13:36:36 +02:00
}
.fa-windows:before {
content: "\f17a";
2020-08-14 13:36:36 +02:00
}
.fa-wine-glass:before {
content: "\f4e3";
2020-08-14 13:36:36 +02:00
}
.fa-wine-glass-alt:before {
content: "\f5ce";
2020-08-14 13:36:36 +02:00
}
.fa-wix:before {
content: "\f5cf";
2020-08-14 13:36:36 +02:00
}
.fa-wolf-pack-battalion:before {
content: "\f514";
2020-08-14 13:36:36 +02:00
}
.fa-won-sign:before {
content: "\f159";
2020-08-14 13:36:36 +02:00
}
.fa-wordpress:before {
content: "\f19a";
2020-08-14 13:36:36 +02:00
}
.fa-wordpress-simple:before {
content: "\f411";
2020-08-14 13:36:36 +02:00
}
.fa-wpbeginner:before {
content: "\f297";
2020-08-14 13:36:36 +02:00
}
.fa-wpexplorer:before {
content: "\f2de";
2020-08-14 13:36:36 +02:00
}
.fa-wpforms:before {
content: "\f298";
2020-08-14 13:36:36 +02:00
}
.fa-wrench:before {
content: "\f0ad";
2020-08-14 13:36:36 +02:00
}
.fa-x-ray:before {
content: "\f497";
2020-08-14 13:36:36 +02:00
}
.fa-xbox:before {
content: "\f412";
2020-08-14 13:36:36 +02:00
}
.fa-xing:before {
content: "\f168";
2020-08-14 13:36:36 +02:00
}
.fa-xing-square:before {
content: "\f169";
2020-08-14 13:36:36 +02:00
}
.fa-y-combinator:before {
content: "\f23b";
2020-08-14 13:36:36 +02:00
}
.fa-yahoo:before {
content: "\f19e";
2020-08-14 13:36:36 +02:00
}
.fa-yandex:before {
content: "\f413";
2020-08-14 13:36:36 +02:00
}
.fa-yandex-international:before {
content: "\f414";
2020-08-14 13:36:36 +02:00
}
.fa-yelp:before {
content: "\f1e9";
2020-08-14 13:36:36 +02:00
}
.fa-yen-sign:before {
content: "\f157";
2020-08-14 13:36:36 +02:00
}
.fa-yin-yang:before {
content: "\f6ad";
2020-08-14 13:36:36 +02:00
}
.fa-yoast:before {
content: "\f2b1";
2020-08-14 13:36:36 +02:00
}
.fa-youtube:before {
content: "\f167";
2020-08-14 13:36:36 +02:00
}
.fa-youtube-square:before {
content: "\f431";
2020-08-14 13:36:36 +02:00
}
.fa-zhihu:before {
content: "\f63f";
2020-08-14 13:36:36 +02:00
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*!
* Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
src: url("../fonts/FontAwesome5/fa-regular-400.eot");
src: url("../fonts/FontAwesome5/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome5/fa-regular-400.woff2") format("woff2"), url("../fonts/FontAwesome5/fa-regular-400.woff") format("woff"), url("../fonts/FontAwesome5/fa-regular-400.ttf") format("truetype"), url("../fonts/FontAwesome5/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
/*!
* Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
src: url("../fonts/FontAwesome5/fa-solid-900.eot");
src: url("../fonts/FontAwesome5/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome5/fa-solid-900.woff2") format("woff2"), url("../fonts/FontAwesome5/fa-solid-900.woff") format("woff"), url("../fonts/FontAwesome5/fa-solid-900.ttf") format("truetype"), url("../fonts/FontAwesome5/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
/*!
* Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: normal;
src: url("../fonts/FontAwesome5/fa-brands-400.eot");
src: url("../fonts/FontAwesome5/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome5/fa-brands-400.woff2") format("woff2"), url("../fonts/FontAwesome5/fa-brands-400.woff") format("woff"), url("../fonts/FontAwesome5/fa-brands-400.ttf") format("truetype"), url("../fonts/FontAwesome5/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
font-family: "Font Awesome 5 Brands";
}
body {
font-family: Montserrat, sans-serif;
font-size: 62.5%;
margin: 0;
}
h1 {
text-align: center;
}
h1 span {
display: none;
}
h1.evalvacija {
font-size: 0px;
}
.disabled {
border: 1px solid silver;
}
img {
border: none;
max-width: 800px;
height: auto;
}
label {
vertical-align: middle;
}
table.grid_header_table label {
display: block;
}
div.buttons {
text-align: center;
}
2021-05-21 12:47:07 +02:00
div.buttons input,
div.buttons button {
-webkit-appearance: none;
}
2020-08-14 13:36:36 +02:00
div.buttonsHeatmap input {
cursor: pointer;
padding: 10px 15px;
text-align: center;
border-radius: 4px;
border: 1px solid #000000;
}
#fade {
background-color: #333;
display: none;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 79;
}
.display_none {
display: none;
}
.clr {
clear: both;
}
.floatLeft {
float: left;
display: inline;
}
.besediloObVprasanju {
display: inline-block;
min-width: 49% !important;
max-width: 49% !important;
vertical-align: top;
word-break: break-all;
}
.red {
color: red;
}
.italic {
font-style: italic;
}
iframe {
border: 0;
}
span.sprites {
width: 18px;
height: 18px;
display: inline-block;
background-position: bottom;
background-repeat: no-repeat;
padding: 2px 0px;
}
p .as_link,
p a {
color: #1e88e5;
text-decoration: none;
cursor: pointer;
}
p .as_link:hover,
p a:hover {
color: #ffa608;
text-decoration: none;
}
.pointer {
cursor: pointer;
}
/*
Input elementi
*/
input, select, textarea {
vertical-align: middle;
font-size: 100%;
font-family: Arial, Verdana, Sans-Serif;
}
textarea {
width: 40%;
}
textarea, input, select {
padding: 0;
margin: 0;
}
label, input[type=radio], input[type=checkbox], select {
cursor: pointer;
}
input[type=text], textarea, select {
margin: 0;
padding: 5px 7px;
border-radius: 3px;
border: 1px #3e3e3e solid;
background-color: #fff;
}
.chzn-container.chzn-disabled {
opacity: 0.65 !important;
}
/* custom checkbox and radio buttons */
/* Obstoječe skrijemo*/
input[type=checkbox], input[type=radio] {
opacity: 0;
position: absolute !important;
width: 30px;
height: 24px;
}
input[type=checkbox] + span.enka-checkbox-radio:before,
input[type=radio] + span.enka-checkbox-radio:before,
input[type=radio] + span.enka-custom-radio:before,
input[type=radio] + span.enka-vizualna-skala::before {
font-family: "Font Awesome 5 Free";
display: inline-block;
font-weight: 400;
}
/* Disabled radio / checkbox */
input[type=checkbox]:disabled + span.enka-checkbox-radio:before,
input[type=radio]:disabled + span.enka-checkbox-radio:before {
opacity: 0.5;
}
input[type=checkbox] + span.enka-checkbox-radio,
input[type=radio] + span.enka-checkbox-radio {
font-size: 15px;
-webkit-text-stroke: 0.35px;
}
/* checkbox */
input[type=checkbox] + span.enka-checkbox-radio:before {
/*content: "\f096";*/
content: "\f0c8";
2020-08-14 13:36:36 +02:00
letter-spacing: 10px;
}
input[type=checkbox]:checked + span.enka-checkbox-radio:before {
/*content: "\f046";*/
content: "\f14a";
2020-08-14 13:36:36 +02:00
}
/* radio */
input[type=radio] + span.enka-checkbox-radio:before {
/*content: "\f10c";*/
content: "\f111";
2020-08-14 13:36:36 +02:00
letter-spacing: 10px;
}
input[type=radio]:checked + span.enka-checkbox-radio:before {
/*content: "\f192";*/
content: "\f192";
2020-08-14 13:36:36 +02:00
}
/* File upload */
.remove_file {
margin: 10px 0 0 0;
width: 150px;
color: #1e88e5;
text-decoration: none;
cursor: pointer;
}
.remove_file:hover {
color: #ffa608;
text-decoration: none;
}
2020-08-14 13:36:36 +02:00
/******* CUSTOM IKONE ZA SLIKOVNI TIP **********/
input[type=radio] + span.enka-custom-radio {
font-size: 20px;
}
span.enka-custom-radio,
.custom_radio_picture {
display: inline-block;
}
span.enka-custom-radio:before,
.visual-radio-scale .enka-vizualna-skala {
letter-spacing: 10px;
color: #dcdcdc;
}
.visual-radio-table,
.custom-radio-table {
display: table-cell !important;
}
.visual-radio-table .enka-vizualna-skala,
.visual-radio-table .enka-custom-radio,
.custom-radio-table .enka-vizualna-skala,
.custom-radio-table .enka-custom-radio {
color: #c3c3c3;
}
.custom_radio_picture.obarvan > label > span.enka-custom-radio:before,
.visual-radio-scale.checked .enka-vizualna-skala {
color: #000000;
}
.enka-custom-radio.star::before {
content: "\f005";
2020-08-14 13:36:36 +02:00
}
.enka-custom-radio.thumb::before {
content: "\f164";
2020-08-14 13:36:36 +02:00
}
.enka-custom-radio.smiley::before {
content: "\f118";
2020-08-14 13:36:36 +02:00
}
.enka-custom-radio.heart::before {
content: "\f004";
2020-08-14 13:36:36 +02:00
}
.enka-custom-radio.flag::before {
content: "\f024";
2020-08-14 13:36:36 +02:00
}
.enka-custom-radio.user::before {
content: "\f007";
2020-08-14 13:36:36 +02:00
}
/********* END SLIKOVNI TIP *******************/
/** VIZUALNA ANALOGNA SKALA **/
.visual-radio-scale {
display: inline-block;
}
.visual-radio-scale.visual-radio-block {
display: block;
}
.visual-radio-scale .enka-vizualna-skala::before {
font-size: 20px;
}
.visual-radio-scale .enka-vizualna-skala.siv-61::before, .visual-radio-scale .enka-vizualna-skala.siv-71::before {
content: "\f5b4";
2020-08-14 13:36:36 +02:00
}
.visual-radio-scale .enka-vizualna-skala.siv-41::before, .visual-radio-scale .enka-vizualna-skala.siv-51::before, .visual-radio-scale .enka-vizualna-skala.siv-62::before, .visual-radio-scale .enka-vizualna-skala.siv-72::before {
content: "\f57a";
2020-08-14 13:36:36 +02:00
}
.visual-radio-scale .enka-vizualna-skala.siv-21::before, .visual-radio-scale .enka-vizualna-skala.siv-31::before, .visual-radio-scale .enka-vizualna-skala.siv-42::before, .visual-radio-scale .enka-vizualna-skala.siv-52::before, .visual-radio-scale .enka-vizualna-skala.siv-63::before, .visual-radio-scale .enka-vizualna-skala.siv-73::before {
content: "\f119";
2020-08-14 13:36:36 +02:00
}
.visual-radio-scale .enka-vizualna-skala.siv-32::before, .visual-radio-scale .enka-vizualna-skala.siv-53::before, .visual-radio-scale .enka-vizualna-skala.siv-74::before {
content: "\f11a";
2020-08-14 13:36:36 +02:00
}
.visual-radio-scale .enka-vizualna-skala.siv-22::before, .visual-radio-scale .enka-vizualna-skala.siv-33::before, .visual-radio-scale .enka-vizualna-skala.siv-43::before, .visual-radio-scale .enka-vizualna-skala.siv-54::before, .visual-radio-scale .enka-vizualna-skala.siv-64::before, .visual-radio-scale .enka-vizualna-skala.siv-75::before {
content: "\f118";
2020-08-14 13:36:36 +02:00
}
.visual-radio-scale .enka-vizualna-skala.siv-44::before, .visual-radio-scale .enka-vizualna-skala.siv-55::before, .visual-radio-scale .enka-vizualna-skala.siv-65::before, .visual-radio-scale .enka-vizualna-skala.siv-76::before {
content: "\f580";
2020-08-14 13:36:36 +02:00
}
.visual-radio-scale .enka-vizualna-skala.siv-66::before, .visual-radio-scale .enka-vizualna-skala.siv-77::before {
content: "\f59c";
2020-08-14 13:36:36 +02:00
}
.visual-radio-scale .enka-vizualna-skala.size-25 {
height: 25px;
width: 25px;
}
.visual-radio-scale .enka-vizualna-skala.size-25::before {
font-size: 25px;
}
.visual-radio-scale .enka-vizualna-skala.size-30 {
height: 30px;
width: 30px;
}
.visual-radio-scale .enka-vizualna-skala.size-30::before {
font-size: 30px;
}
.visual-radio-scale .enka-vizualna-skala.size-35 {
height: 35px;
width: 35px;
}
.visual-radio-scale .enka-vizualna-skala.size-35::before {
font-size: 35px;
}
.visual-radio-scale .enka-vizualna-skala.size-40 {
height: 40px;
width: 40px;
}
.visual-radio-scale .enka-vizualna-skala.size-40::before {
font-size: 40px;
}
.visual-radio-scale .enka-vizualna-skala.size-45 {
height: 45px;
width: 45px;
}
.visual-radio-scale .enka-vizualna-skala.size-45::before {
font-size: 45px;
}
.visual-radio-scale .enka-vizualna-skala.size-50 {
height: 50px;
width: 50px;
}
.visual-radio-scale .enka-vizualna-skala.size-50::before {
font-size: 50px;
}
.visual-radio-scale .enka-vizualna-skala.size-55 {
height: 55px;
width: 55px;
}
.visual-radio-scale .enka-vizualna-skala.size-55::before {
font-size: 55px;
}
.visual-radio-scale .custom_radio_answer.size-25 {
padding: 0 3px;
}
.visual-radio-scale .custom_radio_answer.size-30 {
padding: 0 6px;
}
.visual-radio-scale .custom_radio_answer.size-35 {
padding: 0 8px;
}
.visual-radio-scale .custom_radio_answer.size-40 {
padding: 0 10px;
}
.visual-radio-scale .custom_radio_answer.size-45 {
padding: 0 14px;
}
.visual-radio-scale .custom_radio_answer.size-50 {
padding: 0 16px;
}
.visual-radio-scale .custom_radio_answer.size-55 {
padding: 0 18px;
}
/** end vizualna analogna skala **/
/*
Glava ankete
*/
#logo {
position: absolute;
right: 20px;
}
#logo a {
display: block;
text-indent: -9999px;
overflow: hidden;
}
/* Desni del samo za skine Otroci3 in Otroci4 */
#logo #logo_right {
display: none;
}
.header_settings_holder {
position: absolute;
right: 20px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 80px;
}
.header_settings_holder .progress_bar span {
float: left;
/* ie6,7 doesnt support inline-block */
display: block;
width: 30px;
}
.header_settings_holder .progress_bar div {
display: inline-block;
width: 100px;
height: 16px;
border: 1px solid black;
margin: 0 10px;
float: left;
/* ie6,7 doesnt support inline-block */
}
.header_settings_holder .progress_bar div span {
display: inline-block;
background-color: black;
height: 16px;
float: none;
}
.header_settings_holder .continue_later_setting {
text-align: center;
font-size: 13px;
}
.header_settings_holder .continue_later_setting a {
color: #1e88e5;
text-decoration: none;
}
.header_settings_holder .continue_later_setting a:hover {
color: #ffa608;
}
.header_settings_holder .tawk_chat {
text-align: center;
font-size: 13px;
}
.header_settings_holder .tawk_chat a {
color: #1e88e5;
text-decoration: none;
}
.header_settings_holder .tawk_chat a:hover {
color: #ffa608;
}
#cookie_alert, #test_alert {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
height: 25px;
padding: 5px 5px;
font-size: 15px;
text-align: center;
line-height: 25px;
color: #333;
background-color: #ffa608;
border-bottom: 1px solid #ffa608;
}
#cookie_alert a, #test_alert a {
text-decoration: none;
font-weight: bold;
color: #333;
}
#cookie_alert a:hover, #test_alert a:hover {
text-decoration: underline;
}
#cookie_alert span, #test_alert span {
color: #bbb;
}
#cookie_alert span a, #test_alert span a {
color: #bbb;
font-weight: normal;
}
/*
Noga ankete
*/
#footer_survey {
text-align: center;
font-size: 90%;
}
#footer_survey p {
margin: 0;
padding: 0;
}
#footer_survey p.footer_mobile {
/*display:none*/
margin-bottom: 10px;
}
#footer_survey p.footer_survey_UL {
display: none;
}
#footer_survey p.footer_survey_FDV {
display: none;
}
#footer_survey p.footer_survey_PoweredBy {
display: none;
}
#footer_survey p.footer_survey_evoli {
margin-bottom: 5px;
color: #6d87af;
}
#footer_survey p.privacy {
margin: 5px 0;
}
#footer_survey p.privacy a {
font-size: 100%;
text-decoration: none;
}
/*
Vsebina ankete (vprasanja...)
*/
.spremenljivka {
position: relative;
clear: both;
padding: 10px 10px;
/* fix to clear floats */
zoom: 1;
/* TIP RADIO, DROPDOWN IN CHECKBOX */
/* END TIP RADIO, DROPDOWN IN CHECKBOX */
/* TIP TEXT, NUMBER */
/* END TIP TEXT, NUMBER */
/* TIP DATUM */
/* END TIP DATUM */
/* TIP TABELA */
/* END TIP TABELA */
/* TIP VSOTA */
/* END TIP VSOTA */
/* TIP RANKING */
/* END TIP RANKING */
/* TIP NAGOVOR */
/* END TIP NAGOVOR */
/* TIP SN */
/* END TIP SN */
/* Razpiranje vprasanj */
}
.spremenljivka:after {
clear: both;
content: "";
display: block;
height: 0;
visibility: hidden;
}
.spremenljivka p {
margin: 0;
padding: 0;
}
.spremenljivka .spremenljivka_info {
color: gray;
font-size: 80%;
}
.spremenljivka .expendable_block_result {
padding-top: 7px;
font-size: 14px;
font-weight: 400;
color: gray;
}
.spremenljivka span.reminder {
position: absolute;
left: 0px;
color: red;
font-size: 130%;
text-indent: -5px;
2020-08-14 13:36:36 +02:00
}
.spremenljivka div.naslov {
/*float: left;*/
/* Izkjlopljeno, ker dručake od CKEditorja ne pobere text-align */
width: auto;
min-width: 100px;
max-width: 100%;
padding: 5px 0;
}
.spremenljivka div.naslov.floatLeft {
float: left;
margin-right: 20px;
}
.spremenljivka.required, .spremenljivka.required_require, .spremenljivka.required_limit {
outline: 2px dashed red;
}
.spremenljivka.limited {
outline: 1px dashed red;
}
.spremenljivka.show_border {
border-bottom: 1px #B9C5D9 solid;
}
.spremenljivka.hide_border {
border-bottom: 0 !important;
}
.spremenljivka.horizontal_block:not(.tip_5) {
float: left !important;
clear: none !important;
display: inline;
max-width: 300px;
border: 0 !important;
}
.spremenljivka.lineOnly {
margin-top: 0;
margin-bottom: 0;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.spremenljivka .variable_holder {
padding: 20px 10px 0 10px;
/* fix to clear floats */
zoom: 1;
}
.spremenljivka .variable_holder.vodoravno_pod_vprasanjem {
padding: 20px 10px 0 10px !important;
}
.spremenljivka .variable_holder.vodoravno_ob_vprasanju {
padding: 0 10px !important;
}
.spremenljivka .variable_holder.besediloObVprasanju {
display: inline-block !important;
padding-top: 0 !important;
min-width: 49% !important;
max-width: 49% !important;
vertical-align: top !important;
word-break: break-all !important;
}
.spremenljivka .variable_holder:after {
clear: both;
content: "";
display: block;
height: 0;
visibility: hidden;
}
.spremenljivka .variable_holder .text_prevAnswers {
margin: 10px 5px 0 5px;
padding: 9px 12px 12px 12px;
width: 70%;
font-size: 13px;
font-weight: 600;
background-color: #eff2f7;
border-radius: 3px;
}
.spremenljivka .variable_holder .text_prevAnswers .text_prevAnswers_list {
padding: 5px 0 0 10px;
font-size: 13px;
font-weight: 400;
}
.spremenljivka .variable_holder .text_prevAnswers .text_prevAnswers_list p {
padding: 2px 5px 4px 5px;
border-bottom: 1px #dfe2e7 solid;
}
.spremenljivka .variable_holder .text_prevAnswers .text_prevAnswers_list span.more {
cursor: pointer;
color: #0c377a;
line-height: 30px;
}
.spremenljivka .variable_holder .text_prevAnswers .text_prevAnswers_list span.more:hover {
color: #fa4913;
}
.spremenljivka .variabla {
padding: 5px;
}
.spremenljivka .variabla label img {
border: 2px solid white;
}
.spremenljivka .variabla label:hover img {
border: 2px solid #B9C5D9;
}
.spremenljivka .variabla.checked label img {
border: 2px solid #3D5F95;
}
.spremenljivka .variabla label input[type=checkbox] {
display: inline-block;
}
.spremenljivka .variabla img.ui-datepicker-trigger {
cursor: pointer;
display: inline-block;
margin-left: 3px;
vertical-align: -3px;
}
.spremenljivka.tip_4 .variabla label, .spremenljivka.tip_21 .variabla label, .spremenljivka.tip_7 .variabla label {
padding: 5px 10px 5px 0;
}
.spremenljivka.tip_4 .sig_clear_button, .spremenljivka.tip_21 .sig_clear_button, .spremenljivka.tip_7 .sig_clear_button {
padding: 3px;
margin-bottom: 20px !important;
}
.spremenljivka.tip_6, .spremenljivka.tip_16, .spremenljivka.tip_19, .spremenljivka.tip_20, .spremenljivka.tip_24 {
/* Mobilno rzpiranje tabel */
}
2020-08-14 13:36:36 +02:00
.spremenljivka.tip_6 input[type=text], .spremenljivka.tip_6 textarea, .spremenljivka.tip_6 select, .spremenljivka.tip_16 input[type=text], .spremenljivka.tip_16 textarea, .spremenljivka.tip_16 select, .spremenljivka.tip_19 input[type=text], .spremenljivka.tip_19 textarea, .spremenljivka.tip_19 select, .spremenljivka.tip_20 input[type=text], .spremenljivka.tip_20 textarea, .spremenljivka.tip_20 select, .spremenljivka.tip_24 input[type=text], .spremenljivka.tip_24 textarea, .spremenljivka.tip_24 select {
padding: 5px 7px;
}
.spremenljivka.tip_6 .height_1, .spremenljivka.tip_16 .height_1, .spremenljivka.tip_19 .height_1, .spremenljivka.tip_20 .height_1, .spremenljivka.tip_24 .height_1 {
height: 20px;
}
.spremenljivka.tip_6 #dynamic_count, .spremenljivka.tip_16 #dynamic_count, .spremenljivka.tip_19 #dynamic_count, .spremenljivka.tip_20 #dynamic_count, .spremenljivka.tip_24 #dynamic_count {
width: 60px;
margin: 0 auto;
padding: 7px 0;
font-weight: bold;
}
.spremenljivka.tip_6 .dynamic_mg_vrednost, .spremenljivka.tip_16 .dynamic_mg_vrednost, .spremenljivka.tip_19 .dynamic_mg_vrednost, .spremenljivka.tip_20 .dynamic_mg_vrednost, .spremenljivka.tip_24 .dynamic_mg_vrednost {
padding: 10px 0;
margin-left: -5px;
}
.spremenljivka.tip_6 table.dynamic_mg_orientation, .spremenljivka.tip_16 table.dynamic_mg_orientation, .spremenljivka.tip_19 table.dynamic_mg_orientation, .spremenljivka.tip_20 table.dynamic_mg_orientation, .spremenljivka.tip_24 table.dynamic_mg_orientation {
border-collapse: collapse;
margin: 10px auto 0 auto;
}
.spremenljivka.tip_6 table.dynamic_mg_orientation tr td, .spremenljivka.tip_16 table.dynamic_mg_orientation tr td, .spremenljivka.tip_19 table.dynamic_mg_orientation tr td, .spremenljivka.tip_20 table.dynamic_mg_orientation tr td, .spremenljivka.tip_24 table.dynamic_mg_orientation tr td {
padding: 0;
background-color: transparent;
}
.spremenljivka.tip_6 table tr.gridRowArrows, .spremenljivka.tip_16 table tr.gridRowArrows, .spremenljivka.tip_19 table tr.gridRowArrows, .spremenljivka.tip_20 table tr.gridRowArrows, .spremenljivka.tip_24 table tr.gridRowArrows {
background-color: white;
}
.spremenljivka.tip_6 .sequence_number, .spremenljivka.tip_16 .sequence_number, .spremenljivka.tip_19 .sequence_number, .spremenljivka.tip_20 .sequence_number, .spremenljivka.tip_24 .sequence_number {
cursor: pointer;
margin: 0 3px;
padding: 3px 7px 3px 7px;
font-weight: 600;
border: 0;
border-radius: 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px;
}
.spremenljivka.tip_6 table.dynamicmultigrid tbody tr:nth-child(2n+1), .spremenljivka.tip_16 table.dynamicmultigrid tbody tr:nth-child(2n+1), .spremenljivka.tip_19 table.dynamicmultigrid tbody tr:nth-child(2n+1), .spremenljivka.tip_20 table.dynamicmultigrid tbody tr:nth-child(2n+1), .spremenljivka.tip_24 table.dynamicmultigrid tbody tr:nth-child(2n+1) {
background-color: #ffffff !important;
}
.spremenljivka.tip_6 .grid_mobile .grid_mobile_question, .spremenljivka.tip_16 .grid_mobile .grid_mobile_question, .spremenljivka.tip_19 .grid_mobile .grid_mobile_question, .spremenljivka.tip_20 .grid_mobile .grid_mobile_question, .spremenljivka.tip_24 .grid_mobile .grid_mobile_question {
margin: 10px 0 15px;
/*line-height: 24px;*/
}
.spremenljivka.tip_6 .grid_mobile .grid_mobile_question .grid_mobile_title, .spremenljivka.tip_16 .grid_mobile .grid_mobile_question .grid_mobile_title, .spremenljivka.tip_19 .grid_mobile .grid_mobile_question .grid_mobile_title, .spremenljivka.tip_20 .grid_mobile .grid_mobile_question .grid_mobile_title, .spremenljivka.tip_24 .grid_mobile .grid_mobile_question .grid_mobile_title {
padding: 7px 9px;
font-weight: 500;
}
.spremenljivka.tip_6 .grid_mobile .grid_mobile_question .grid_mobile_variables, .spremenljivka.tip_16 .grid_mobile .grid_mobile_question .grid_mobile_variables, .spremenljivka.tip_19 .grid_mobile .grid_mobile_question .grid_mobile_variables, .spremenljivka.tip_20 .grid_mobile .grid_mobile_question .grid_mobile_variables, .spremenljivka.tip_24 .grid_mobile .grid_mobile_question .grid_mobile_variables {
width: 100%;
box-sizing: border-box;
}
.spremenljivka.tip_6 .grid_mobile .grid_mobile_question .grid_mobile_variables .grid_mobile_variable, .spremenljivka.tip_16 .grid_mobile .grid_mobile_question .grid_mobile_variables .grid_mobile_variable, .spremenljivka.tip_19 .grid_mobile .grid_mobile_question .grid_mobile_variables .grid_mobile_variable, .spremenljivka.tip_20 .grid_mobile .grid_mobile_question .grid_mobile_variables .grid_mobile_variable, .spremenljivka.tip_24 .grid_mobile .grid_mobile_question .grid_mobile_variables .grid_mobile_variable {
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 7px 9px;
margin: 2px 0;
color: #333333;
border: 1px #fff solid;
border-radius: 3px;
}
.spremenljivka.tip_6 .grid_mobile .grid_mobile_question .grid_mobile_variables .grid_mobile_variable label, .spremenljivka.tip_16 .grid_mobile .grid_mobile_question .grid_mobile_variables .grid_mobile_variable label, .spremenljivka.tip_19 .grid_mobile .grid_mobile_question .grid_mobile_variables .grid_mobile_variable label, .spremenljivka.tip_20 .grid_mobile .grid_mobile_question .grid_mobile_variables .grid_mobile_variable label, .spremenljivka.tip_24 .grid_mobile .grid_mobile_question .grid_mobile_variables .grid_mobile_variable label {
vertical-align: baseline;
}
.spremenljivka.tip_6 .grid_mobile .grid_mobile_question .grid_mobile_double_subtitle, .spremenljivka.tip_16 .grid_mobile .grid_mobile_question .grid_mobile_double_subtitle, .spremenljivka.tip_19 .grid_mobile .grid_mobile_question .grid_mobile_double_subtitle, .spremenljivka.tip_20 .grid_mobile .grid_mobile_question .grid_mobile_double_subtitle, .spremenljivka.tip_24 .grid_mobile .grid_mobile_question .grid_mobile_double_subtitle {
padding: 5px 8px;
}
.spremenljivka.tip_6 .grid_mobile.checkbox .grid_mobile_variable:hover, .spremenljivka.tip_6 .grid_mobile.checkbox .grid_mobile_variable.checked,
.spremenljivka.tip_6 .grid_mobile.radio .grid_mobile_variable:hover,
.spremenljivka.tip_6 .grid_mobile.radio .grid_mobile_variable.checked, .spremenljivka.tip_16 .grid_mobile.checkbox .grid_mobile_variable:hover, .spremenljivka.tip_16 .grid_mobile.checkbox .grid_mobile_variable.checked,
.spremenljivka.tip_16 .grid_mobile.radio .grid_mobile_variable:hover,
.spremenljivka.tip_16 .grid_mobile.radio .grid_mobile_variable.checked, .spremenljivka.tip_19 .grid_mobile.checkbox .grid_mobile_variable:hover, .spremenljivka.tip_19 .grid_mobile.checkbox .grid_mobile_variable.checked,
.spremenljivka.tip_19 .grid_mobile.radio .grid_mobile_variable:hover,
.spremenljivka.tip_19 .grid_mobile.radio .grid_mobile_variable.checked, .spremenljivka.tip_20 .grid_mobile.checkbox .grid_mobile_variable:hover, .spremenljivka.tip_20 .grid_mobile.checkbox .grid_mobile_variable.checked,
.spremenljivka.tip_20 .grid_mobile.radio .grid_mobile_variable:hover,
.spremenljivka.tip_20 .grid_mobile.radio .grid_mobile_variable.checked, .spremenljivka.tip_24 .grid_mobile.checkbox .grid_mobile_variable:hover, .spremenljivka.tip_24 .grid_mobile.checkbox .grid_mobile_variable.checked,
.spremenljivka.tip_24 .grid_mobile.radio .grid_mobile_variable:hover,
.spremenljivka.tip_24 .grid_mobile.radio .grid_mobile_variable.checked {
background-color: #efefef;
border: 1px #E2E2E2 solid;
}
.spremenljivka.tip_6 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable,
.spremenljivka.tip_6 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable, .spremenljivka.tip_16 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable,
.spremenljivka.tip_16 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable, .spremenljivka.tip_19 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable,
.spremenljivka.tip_19 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable, .spremenljivka.tip_20 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable,
.spremenljivka.tip_20 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable, .spremenljivka.tip_24 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable,
.spremenljivka.tip_24 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable {
display: inline-block;
border: 0;
}
.spremenljivka.tip_6 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable:hover, .spremenljivka.tip_6 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable.checked,
.spremenljivka.tip_6 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable:hover,
.spremenljivka.tip_6 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable.checked, .spremenljivka.tip_16 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable:hover, .spremenljivka.tip_16 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable.checked,
.spremenljivka.tip_16 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable:hover,
.spremenljivka.tip_16 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable.checked, .spremenljivka.tip_19 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable:hover, .spremenljivka.tip_19 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable.checked,
.spremenljivka.tip_19 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable:hover,
.spremenljivka.tip_19 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable.checked, .spremenljivka.tip_20 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable:hover, .spremenljivka.tip_20 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable.checked,
.spremenljivka.tip_20 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable:hover,
.spremenljivka.tip_20 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable.checked, .spremenljivka.tip_24 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable:hover, .spremenljivka.tip_24 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable.checked,
.spremenljivka.tip_24 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable:hover,
.spremenljivka.tip_24 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable.checked {
background-color: #fff;
border: 0;
}
.spremenljivka.tip_6 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable .visual-radio-table,
.spremenljivka.tip_6 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable .custom-radio-table,
.spremenljivka.tip_6 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable .visual-radio-table,
.spremenljivka.tip_6 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable .custom-radio-table, .spremenljivka.tip_16 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable .visual-radio-table,
.spremenljivka.tip_16 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable .custom-radio-table,
.spremenljivka.tip_16 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable .visual-radio-table,
.spremenljivka.tip_16 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable .custom-radio-table, .spremenljivka.tip_19 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable .visual-radio-table,
.spremenljivka.tip_19 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable .custom-radio-table,
.spremenljivka.tip_19 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable .visual-radio-table,
.spremenljivka.tip_19 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable .custom-radio-table, .spremenljivka.tip_20 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable .visual-radio-table,
.spremenljivka.tip_20 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable .custom-radio-table,
.spremenljivka.tip_20 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable .visual-radio-table,
.spremenljivka.tip_20 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable .custom-radio-table, .spremenljivka.tip_24 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable .visual-radio-table,
.spremenljivka.tip_24 .grid_mobile.radio.visual_scale .grid_mobile_variables .grid_mobile_variable .custom-radio-table,
.spremenljivka.tip_24 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable .visual-radio-table,
.spremenljivka.tip_24 .grid_mobile.radio.smiley_scale .grid_mobile_variables .grid_mobile_variable .custom-radio-table {
display: inline-block !important;
}
.spremenljivka.tip_6 .grid_mobile.text .grid_mobile_variable input[type=text],
.spremenljivka.tip_6 .grid_mobile.text .grid_mobile_variable input[type=email],
.spremenljivka.tip_6 .grid_mobile.number .grid_mobile_variable input[type=text],
.spremenljivka.tip_6 .grid_mobile.number .grid_mobile_variable input[type=email], .spremenljivka.tip_16 .grid_mobile.text .grid_mobile_variable input[type=text],
.spremenljivka.tip_16 .grid_mobile.text .grid_mobile_variable input[type=email],
.spremenljivka.tip_16 .grid_mobile.number .grid_mobile_variable input[type=text],
.spremenljivka.tip_16 .grid_mobile.number .grid_mobile_variable input[type=email], .spremenljivka.tip_19 .grid_mobile.text .grid_mobile_variable input[type=text],
.spremenljivka.tip_19 .grid_mobile.text .grid_mobile_variable input[type=email],
.spremenljivka.tip_19 .grid_mobile.number .grid_mobile_variable input[type=text],
.spremenljivka.tip_19 .grid_mobile.number .grid_mobile_variable input[type=email], .spremenljivka.tip_20 .grid_mobile.text .grid_mobile_variable input[type=text],
.spremenljivka.tip_20 .grid_mobile.text .grid_mobile_variable input[type=email],
.spremenljivka.tip_20 .grid_mobile.number .grid_mobile_variable input[type=text],
.spremenljivka.tip_20 .grid_mobile.number .grid_mobile_variable input[type=email], .spremenljivka.tip_24 .grid_mobile.text .grid_mobile_variable input[type=text],
.spremenljivka.tip_24 .grid_mobile.text .grid_mobile_variable input[type=email],
.spremenljivka.tip_24 .grid_mobile.number .grid_mobile_variable input[type=text],
.spremenljivka.tip_24 .grid_mobile.number .grid_mobile_variable input[type=email] {
box-sizing: border-box;
width: 100%;
padding: 10px;
}
.spremenljivka.tip_6 .grid_mobile.text .grid_mobile_variable textarea,
.spremenljivka.tip_6 .grid_mobile.number .grid_mobile_variable textarea, .spremenljivka.tip_16 .grid_mobile.text .grid_mobile_variable textarea,
.spremenljivka.tip_16 .grid_mobile.number .grid_mobile_variable textarea, .spremenljivka.tip_19 .grid_mobile.text .grid_mobile_variable textarea,
.spremenljivka.tip_19 .grid_mobile.number .grid_mobile_variable textarea, .spremenljivka.tip_20 .grid_mobile.text .grid_mobile_variable textarea,
.spremenljivka.tip_20 .grid_mobile.number .grid_mobile_variable textarea, .spremenljivka.tip_24 .grid_mobile.text .grid_mobile_variable textarea,
.spremenljivka.tip_24 .grid_mobile.number .grid_mobile_variable textarea {
box-sizing: border-box;
width: 100%;
max-width: 100% !important;
padding: 10px;
}
.spremenljivka.tip_6 .grid_mobile.text .grid_mobile_variable .category > div,
.spremenljivka.tip_6 .grid_mobile.number .grid_mobile_variable .category > div, .spremenljivka.tip_16 .grid_mobile.text .grid_mobile_variable .category > div,
.spremenljivka.tip_16 .grid_mobile.number .grid_mobile_variable .category > div, .spremenljivka.tip_19 .grid_mobile.text .grid_mobile_variable .category > div,
.spremenljivka.tip_19 .grid_mobile.number .grid_mobile_variable .category > div, .spremenljivka.tip_20 .grid_mobile.text .grid_mobile_variable .category > div,
.spremenljivka.tip_20 .grid_mobile.number .grid_mobile_variable .category > div, .spremenljivka.tip_24 .grid_mobile.text .grid_mobile_variable .category > div,
.spremenljivka.tip_24 .grid_mobile.number .grid_mobile_variable .category > div {
max-height: 60px;
}
.spremenljivka.tip_6 .grid_mobile.mobile_expanding .grid_mobile_title, .spremenljivka.tip_16 .grid_mobile.mobile_expanding .grid_mobile_title, .spremenljivka.tip_19 .grid_mobile.mobile_expanding .grid_mobile_title, .spremenljivka.tip_20 .grid_mobile.mobile_expanding .grid_mobile_title, .spremenljivka.tip_24 .grid_mobile.mobile_expanding .grid_mobile_title {
cursor: pointer;
display: flex;
justify-content: space-between;
}
.spremenljivka.tip_6 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow, .spremenljivka.tip_16 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow, .spremenljivka.tip_19 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow, .spremenljivka.tip_20 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow, .spremenljivka.tip_24 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow {
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 18px;
padding-left: 10px;
}
.spremenljivka.tip_6 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow.arrow_down::before, .spremenljivka.tip_16 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow.arrow_down::before, .spremenljivka.tip_19 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow.arrow_down::before, .spremenljivka.tip_20 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow.arrow_down::before, .spremenljivka.tip_24 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow.arrow_down::before {
content: "\f078";
}
.spremenljivka.tip_6 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow.arrow_up::before, .spremenljivka.tip_16 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow.arrow_up::before, .spremenljivka.tip_19 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow.arrow_up::before, .spremenljivka.tip_20 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow.arrow_up::before, .spremenljivka.tip_24 .grid_mobile.mobile_expanding .grid_mobile_title .faicon.mobile_expanding_arrow.arrow_up::before {
content: "\f077";
}
.spremenljivka.tip_6 .grid_mobile.mobile_expanding .grid_mobile_result, .spremenljivka.tip_16 .grid_mobile.mobile_expanding .grid_mobile_result, .spremenljivka.tip_19 .grid_mobile.mobile_expanding .grid_mobile_result, .spremenljivka.tip_20 .grid_mobile.mobile_expanding .grid_mobile_result, .spremenljivka.tip_24 .grid_mobile.mobile_expanding .grid_mobile_result {
display: none;
margin: 0px 30px 0 10px;
font-size: 13px;
color: #999;
line-height: 20px;
font-weight: 500;
}
2020-08-14 13:36:36 +02:00
.spremenljivka.tip_17 select {
padding: 8px 12px;
margin-right: 15px;
}
.spremenljivka.tip_9 .sn_name {
margin: 5px;
}
.spremenljivka.tip_9 .sn_name a {
padding: 1px 0 0 5px;
text-decoration: none;
}
.spremenljivka.tip_9 .sn_name a span.faicon.delete::before {
font-family: "Font Awesome 5 Free";
content: "\f056";
2020-08-14 13:36:36 +02:00
font-weight: 700;
font-size: 18px;
color: #fe8333;
}
.spremenljivka.tip_9 .sn_add_field {
margin: 10px 5px;
font-size: 15px;
font-weight: 500;
}
.spremenljivka.tip_9 .sn_add_field a {
text-decoration: none;
color: #1e88e5;
}
.spremenljivka.tip_9 .sn_add_field a span.faicon.add::before {
font-family: "Font Awesome 5 Free";
content: "\f055";
2020-08-14 13:36:36 +02:00
font-weight: 700;
font-size: 18px;
color: #1e88e5;
vertical-align: -1px;
}
.spremenljivka.tip_9 .sn_add_field a:hover {
color: #fe8333;
}
.spremenljivka.tip_9 .sn_add_field a:hover span.faicon.add::before {
color: #fe8333;
}
.spremenljivka .faicon.question_expanding_arrow {
position: absolute;
right: 20px;
top: 25px;
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 18px;
padding-left: 10px;
}
.spremenljivka .faicon.question_expanding_arrow.arrow_down::before {
content: "\f078";
2020-08-14 13:36:36 +02:00
}
.spremenljivka .faicon.question_expanding_arrow.arrow_up::before {
content: "\f077";
2020-08-14 13:36:36 +02:00
}
div.spremenljivka.hide_border + div.spremenljivka {
border-top: 0 !important;
}
.variable_holder .text_prevAnswers .text_prevAnswers_list .text_prevAnswers_popup,
#popup {
display: none;
position: fixed;
z-index: 89;
top: 10%;
left: 50%;
margin-left: -300px;
padding: 0 15px 15px;
min-height: 130px;
width: 600px;
background-color: #fff;
border: 4px solid #bac5d9;
box-shadow: 0 0 20px #000;
}
.variable_holder .text_prevAnswers .text_prevAnswers_list .text_prevAnswers_popup p,
#popup p {
padding-left: 10px;
padding-bottom: 5px;
padding-top: 2px;
border-bottom: 1px #dfe2e7 solid;
}
.variable_holder .text_prevAnswers .text_prevAnswers_list .text_prevAnswers_popup .prevAnswers_button,
#popup .prevAnswers_button {
float: right;
margin-top: 15px;
margin-bottom: 15px;
}
.variable_holder .text_prevAnswers .text_prevAnswers_list .text_prevAnswers_popup .prevAnswers_button a span,
#popup .prevAnswers_button a span {
padding: 5px 12px 6px;
float: left;
color: #ffffff;
font-size: 11px;
font-weight: 500;
text-align: center;
background-color: #1e88e5;
border: 1px solid #1e88e5;
border-radius: 20px;
}
.variable_holder .text_prevAnswers .text_prevAnswers_list .text_prevAnswers_popup .prevAnswers_button a span:hover,
#popup .prevAnswers_button a span:hover {
background-color: #fe8333;
border: 1px solid #fe8333;
}
#popup.gdpr_about {
height: 75%;
overflow-y: scroll;
}
table.grid_table {
table-layout: fixed;
width: 100%;
text-align: center;
border-spacing: 0;
}
table.grid_table tbody tr:nth-child(2n+1) {
background-color: #F2F3F1;
}
table.grid_table label {
display: block;
}
table.grid_table select {
max-width: 100%;
}
table.grid_table td {
padding: 5px;
overflow: hidden;
text-overflow: ellipsis;
}
table.grid_table td.datepicker {
white-space: nowrap;
text-overflow: clip;
}
thead,
tr.table-header {
font-weight: bold;
}
/* To se ne sme resevati kar tako generalno za vse tabele - potrebno je uporabljati specificne class-e! */
/*thead:after {
line-height:1em;
content:".";
display:block;
}*/
td.question,
td.differential {
text-align: left;
}
td.alignLeft {
text-align: left !important;
}
td.alignRight {
text-align: right !important;
}
td.alignCenter {
text-align: center !important;
}
table td.question input {
width: 80px;
}
/* Naslovi v table gridu izpiše cel tekst */
table.grid_table > thead > tr > td {
text-overflow: clip;
}
table.grid_table.multigriddropdown {
text-align: left;
/* position select boxes to the left */
}
table.grid_table.multigriddropdown td {
overflow: visible;
}
td.category input[type=text], td.category textarea {
border: 0;
outline: 1px solid #dbdfe6;
/* so we can use 100% and other percentages properly */
}
table.doublegrid thead tr:first-child, table.doublecheckgrid thead tr:first-child {
height: 30px;
}
table.doublegrid tr td {
text-overflow: ellipsis !important;
}
table tr td img.ui-datepicker-trigger {
cursor: pointer;
display: inline-block;
margin-left: 3px;
vertical-align: -3px;
}
table tr td.datepicker {
padding-right: 60px;
}
col.space {
width: 5%;
}
td.double {
border-left: 1px solid #b9c5d9;
}
table.dynamicmultigrid tbody tr:nth-child(2n+1) {
background-color: white;
}
.width_5 {
width: 5%;
}
.width_10 {
width: 10%;
}
.width_15 {
width: 15%;
}
.width_20 {
width: 20%;
}
.width_25 {
width: 25%;
}
.width_30 {
width: 30%;
}
.width_33 {
width: 33.3%;
}
.width_35 {
width: 35%;
}
.width_40 {
width: 40%;
}
.width_45 {
width: 45%;
}
.width_50 {
width: 50%;
}
.width_55 {
width: 55%;
}
.width_60 {
width: 60%;
}
.width_65 {
width: 65%;
}
.width_70 {
width: 70%;
}
.width_75 {
width: 75%;
}
.width_80 {
width: 80%;
}
.width_85 {
width: 85%;
}
.width_90 {
width: 90%;
}
.width_95 {
width: 95%;
}
.width_100 {
width: 100%;
max-width: 910px;
}
/* firefox textarea height fix */
.height_1 {
height: 16px;
}
.height_2 {
height: 32px;
}
.height_3 {
height: 48px;
}
table.text_vrednost {
table-layout: fixed;
text-align: left;
width: 100%;
border-spacing: 0;
}
.limit {
color: red;
cursor: default;
}
.limit_vsota {
color: red;
cursor: default;
padding: 30px 0 0 5px;
}
/* ranking */
table.ranking_table {
width: 100%;
table-layout: fixed;
border-spacing: 0;
}
table.ranking_table td {
width: 45%;
padding: 5px;
vertical-align: top;
}
table.ranking_table td.middle {
width: 10%;
vertical-align: top;
text-align: center;
}
td.middle img {
position: absolute;
top: 50%;
left: 50%;
margin-left: -20px;
}
table.ranking_table ul {
list-style: none;
margin: 0;
padding: 0;
}
.ranking, .ranking_long, .handle, .handle_long, .ime, .izbran {
width: 230px;
padding: 5px;
margin: 0 auto 10px auto;
border: 1px solid #000000;
height: 15px;
text-align: center;
overflow: hidden;
background-color: #ffffff;
}
.ranking img {
display: block;
margin-left: auto;
margin-right: auto;
}
.ranking, .ranking_long {
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
/*white-space: nowrap;*/
}
.frame_ranking {
width: 230px;
padding: 5px;
margin: 0px auto 10px auto;
border: 1px dashed #000000;
height: 15px;
text-indent: -25px;
font-weight: bold;
}
.frame_ranking_hover {
width: 230px;
padding: 5px;
margin: 0px auto 10px auto;
border: 1px dashed #000000;
height: 15px;
text-indent: -25px;
font-weight: bold;
background-color: #e5e5e5;
}
.frame_dropping {
width: 230px;
padding: 5px;
margin: 0px auto 10px auto;
height: 15px;
text-indent: -25px;
background-color: #eff2f7;
border: 1px solid #b9c5d9;
}
.frame_dropping_box {
width: 230px;
padding: 5px;
margin: 10px auto 0px auto;
height: 15px;
text-indent: -25px;
border-left: 4px solid #b9c5d9;
border-right: 4px solid #b9c5d9;
border-bottom: 4px solid #b9c5d9;
}
.frame_dropping_wider {
width: 250px !important;
}
.frame_dropping_titles {
width: 230px;
padding: 5px;
margin: 0px auto 0px auto;
height: 15px;
text-align: center;
background-color: #FFFFFF;
border-top: 1px solid #b9c5d9;
border-left: 1px solid #b9c5d9;
border-right: 1px solid #b9c5d9;
}
.frame_dropping_titles_box {
width: 230px;
padding: 5px;
margin: 0px auto 0px auto;
height: 15px;
text-align: center;
background-color: #FFFFFF;
}
.frame_dropping_hover_right_single {
width: 230px;
padding: 5px;
margin: 0px auto 10px auto;
height: 15px;
text-indent: -25px;
color: #adadad;
background-color: #eff2f7;
box-shadow: -11px -10px 0px 0px #CED7E4;
-webkit-box-shadow: -11px -10px 0px 0px #CED7E4;
position: relative;
top: 11px;
left: 5px;
opacity: 0.5;
}
.frame_dropping_hover {
width: 230px;
padding: 5px;
margin: 0px auto 10px auto;
height: 15px;
text-indent: -25px;
background-color: #CED7E4;
}
.dropholder {
position: relative;
padding-top: 11px;
}
.dropholder .dropzone {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.dropzone {
border-top: 1px solid black;
min-height: 200px;
padding-top: 10px;
}
.moving {
cursor: pointer;
margin-left: auto;
margin-right: auto;
width: 230px;
overflow: hidden;
text-overflow: ellipsis;
/*white-space: nowrap;*/
}
.frame_moving {
width: 230px;
padding: 5px;
margin: 0px auto 10px auto;
border: 1px dashed #000000;
height: 15px;
text-indent: -25px;
font-weight: bold;
}
ul.sorting {
list-style: none;
margin: 0;
padding: 0;
}
.sortholder {
margin: 0 auto;
width: 250px;
padding: 5px;
}
.sortzone {
position: absolute;
margin: 0 auto 0 auto;
width: 250px;
}
.spremenljivka.tip_17 input {
width: 50px;
}
.slider {
display: inline-block;
/*width: 80%;*/
width: 84.5%;
/*margin: 10px 10px 0 10px;*/
background-color: #efefef !important;
background-image: none !important;
}
.slider .ui-state-default {
/*border: 1px solid #aaaaaa !important;*/
background-color: #dddddd !important;
}
.slider .ui-state-hover {
/*border: 1px solid #999999 !important;*/
background-color: #bbbbbb !important;
}
.slider_minmaxlabel {
/* width: 82%;*/
width: 86%;
}
.slider_grid_minmaxlabel {
width: 90%;
margin-left: 2.2em !important;
}
table.slider_grid_minmaxlabel tbody tr:nth-child(2n+1) {
background-color: unset !important;
}
.sliderText {
visibility: hidden;
position: relative;
text-align: center;
color: #000000 !important;
width: 30px;
height: 18px;
padding: 5px 3px 3px 2px !important;
margin-top: 7px;
background: #eee !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: #AAAAAA solid 1px;
}
.sliderText:after {
content: "";
position: absolute;
border-style: solid;
border-width: 9px 7px 0;
border-color: #eee transparent !important;
display: block;
width: 0;
z-index: 1;
bottom: -9px;
left: 11px;
}
.sliderText:before {
content: "";
position: absolute;
display: block;
z-index: 0;
width: 0;
bottom: -10px;
left: 11px;
border-color: #eee transparent !important;
border-style: solid;
border-width: 9px 7px 0;
}
.classic_slider {
border: 1px solid #ddd !important;
}
.classic_slider .ui-slider-handle {
/*.ui-slider-handle {*/
width: 9px !important;
height: 14px !important;
padding: 5px 0;
margin-left: -5px !important;
top: -7px !important;
border-bottom-right-radius: 10px 30px !important;
border-bottom-left-radius: 10px 30px !important;
}
.special_slider .ui-slider-handle {
/*.ui-slider-handle {*/
width: 15px !important;
height: 15px !important;
margin-left: -5px !important;
top: -2px !important;
border-radius: 10px 10px !important;
background-color: #FF0000 !important;
}
.circle_slider .ui-slider-pip .ui-slider-line {
width: 15px !important;
height: 15px !important;
top: -23px !important;
margin-left: -5px !important;
background: #efefef !important;
border-radius: 10px 10px !important;
border: 1px solid #aaaaaa !important;
}
.elipse_slider .ui-slider-pip .ui-slider-line {
width: 13px !important;
height: 30px !important;
top: -31px !important;
margin-left: -7px !important;
background: #efefef !important;
border-radius: 10px 10px !important;
border: 1px solid #aaaaaa !important;
}
.elipse_slider .ui-slider-handle {
width: 9px !important;
height: 14px !important;
padding: 5px 0;
margin-left: -5px !important;
top: -7px !important;
border-bottom-right-radius: 10px 30px !important;
border-bottom-left-radius: 10px 30px !important;
}
.label_podrocje_prikaz {
/*border: 1px solid black !important;*/
border-bottom: 1px solid black !important;
border-left: 1px solid black !important;
border-right: 1px solid black !important;
}
.inline_labele_podrocij {
text-align: center !important;
}
table.inline_labele_podrocij td {
text-align: center !important;
}
/* - ranking */
.variabla_sum {
display: flex;
justify-content: flex-end;
align-items: center;
text-align: right;
padding: 5px;
}
.variabla_sum.sum {
float: left;
border-top: 1px solid black;
}
.variabla_sum input {
width: 50px;
}
.vsota_besedilo {
/*width: 200px;*/
display: inline-block;
word-break: break-all;
margin-right: 7px;
}
.stat {
float: right;
}
#vnos {
position: absolute;
top: 10px;
left: 10px;
border: 3px solid #aaa;
background-color: #eee;
text-align: center;
padding: 3px;
}
p.vnos {
width: 100%;
text-align: center;
}
.content_status {
border: none;
padding-bottom: 2px;
}
.content_status span {
display: inline-table;
}
.counter {
float: left;
width: auto;
padding-top: 5px;
display: block;
}
div.comment {
font-style: italic;
color: red;
padding-top: 15px;
margin: 20px 0 10px;
display: block;
border-top: 1px dashed #cccccc;
cursor: pointer;
clear: both;
}
.question_comment textarea {
border: 1px solid red;
}
div.tabs {
text-align: center;
margin: 0 0 20px 0;
}
div.tabs a {
margin: 0 10px;
font-size: 120%;
color: gray;
text-decoration: none;
}
div.tabs a.active {
color: black;
font-weight: 600;
}
#edit_warning {
width: 380px;
margin: -15px 0 5px 15px;
padding: 5px;
border: 2px red solid;
}
.arrow {
cursor: pointer;
width: 24px;
height: 24px;
margin: 0 auto;
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 22px;
}
#arrow_up::before {
content: "\f062";
2020-08-14 13:36:36 +02:00
}
#arrow_down::before {
content: "\f063";
2020-08-14 13:36:36 +02:00
}
#arrow_left::before {
content: "\f060";
2020-08-14 13:36:36 +02:00
}
#arrow_right::before {
content: "\f061";
2020-08-14 13:36:36 +02:00
}
#continue_later,
#return_edit {
2020-08-14 13:36:36 +02:00
margin: 10px 10px;
padding: 10px 10px 0 10px !important;
}
#continue_later input[type=email],
#return_edit input[type=email] {
2020-08-14 13:36:36 +02:00
box-sizing: border-box;
padding: 5px 8px;
margin: 10px 0;
}
#continue_later button,
#return_edit button {
2020-08-14 13:36:36 +02:00
cursor: pointer;
padding: 3px 10px 4px 10px;
}
#continue_later .url,
#return_edit .url {
2020-08-14 13:36:36 +02:00
color: gray;
}
a.pdfExport {
color: #1e88e5;
text-decoration: none;
font-weight: 500;
}
a.pdfExport:hover {
color: #ffa608;
}
a.pdfExport span.sprites.pdf_white {
padding: 0 5px;
}
a.pdfExport span.sprites.pdf_white:before {
font-family: "Font Awesome 5 Free";
content: "\f1c1";
2020-08-14 13:36:36 +02:00
font-size: 24px;
font-weight: 400;
color: red;
}
div.return_edit_url {
padding-left: 5px;
}
div.return_edit_url a {
line-height: 30px;
color: #1e88e5;
text-decoration: none;
font-weight: 500;
}
div.return_edit_url a:hover {
color: #ffa608;
}
#icon_bar {
float: right;
}
.validation_alert {
position: absolute;
top: 30px;
/*left: -170px;*/
left: -141px;
width: 130px;
min-height: 29px;
z-index: 51;
margin: 0;
text-align: center;
font-size: 11px;
line-height: 14px;
color: #333;
background-color: #FFDD89;
border: 2px solid white;
padding: 3px 7px;
border-radius: 3px;
-o-box-shadow: 0 0 5px black;
-ms-box-shadow: 0 0 5px black;
-webkit-box-shadow: 0 0 5px black;
-moz-box-shadow: 0 0 5px black;
box-shadow: 0 0 5px black;
}
.validation_alert.alignRight {
left: auto;
right: 15px;
}
html.no_js #javascript_alert {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
padding: 7px 0;
z-index: 99999;
background-color: #FFFF66;
border-top: #FF2222 2px solid;
border-bottom: #FF2222 2px solid;
text-align: center;
font-weight: bold;
}
html.js #javascript_alert {
display: none;
}
.variabla.hideRadio label input[type=radio],
.variabla.hideRadio label input[type=checkbox],
.variabla.hideRadio label span.enka-checkbox-radio {
display: none;
}
.variabla.hideRadio.checked label {
font-weight: bold;
}
/* Hack da se lahko klikne sliko namesto radio/checkboxa - v IE 11 zadeva drugace ne dela */
.spremenljivka.tip_1 .variabla label img,
.spremenljivka.tip_2 .variabla label img {
pointer-events: none !important;
}
.spremenljivka.tip_1 .variabla label,
.spremenljivka.tip_2 .variabla label {
display: inline-block !important;
}
/* Dodaten hack da se potem popravi v mozilli da ne pobarva slike modro:) */
@-moz-document url-prefix() {
.spremenljivka.tip_1 .variabla label img,
.spremenljivka.tip_2 .variabla label img {
pointer-events: auto !important;
}
}
/* SLOVAR */
abbr.mouseclick {
border-bottom: 1px solid #000;
background: #E2E2E2;
}
abbr.mouseover {
background: #E2E2E2;
}
/*END SLOVAR*/
/* <p> inline za odgovor */
div.variabla p {
display: inline;
}
/* END */
/* Lokacija - tip 26 */
/*search box za mapo*/
.pac-input {
background-color: #fff;
font-family: Roboto;
font-size: 1.2em;
font-weight: 300;
margin-left: 0px;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 17em;
border: 1px solid transparent;
border-radius: 2px 0 0 2px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
box-sizing: border-box;
height: 30px;
margin-top: 10px;
outline: medium none;
}
/*za textarea v infowindow, da je lahko width 100% tudi z border
in padding; ce ni tega, je textarea vecji od parenta*/
.boxsizingBorder {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*Delete menu ob desnem ali dvojnem kliku na tocko v liniji, poligonu ali markerju*/
.maps-delete-menu {
position: absolute;
background: white;
padding: 3px;
color: #666;
font-weight: bold;
border: 1px solid #999;
font-family: sans-serif;
font-size: 12px;
box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
margin-top: -10px;
margin-left: 10px;
cursor: pointer;
}
.maps-delete-menu:hover {
background: #eee;
}
/* END Lokacija - tip 26 */
.trak_class {
border: 1px solid #c2c2c2;
cursor: pointer;
background: white !important;
}
.trak_class_input {
visibility: hidden !important;
display: block;
/*z-index: 10;*/
/*z-index: -1;*/
}
.radio-button-label {
cursor: pointer !important;
/*text-align: center;*/
/*z-index: 5;*/
/*z-index: -2;*/
}
.trak_container_bg {
/*background-color: red !important;*/
background-color: #d3d3d3 !important;
}
.question_trak {
text-align: right !important;
}
.drag_and_drop_box {
cursor: pointer;
width: 230px;
padding: 5px;
margin: 0px auto 10px auto;
border: 1px solid #000000;
height: 15px;
text-align: center;
overflow: hidden;
background-color: #ffffff;
}
.drag_and_drop_box img {
display: block;
margin-left: auto;
margin-right: auto;
}
.drag_and_drop_box_right {
top: 15px !important;
left: -6px !important;
}
.drag_and_drop_box_right_after_refresh {
/*top: 34px!important;*/
left: -6px !important;
}
.drag_and_drop_box_right_over {
left: -6px !important;
}
.trak_inline_nadnaslov {
/*text-align: center !important;*/
}
table.trak_inline_nadnaslov td {
text-align: center !important;
}
/* Fotografiranje - 21_7 */
/* Osnovne zadeve za prikaz okenc in slik za fotografiranje*/
.fotoresults_div {
float: right;
}
.fotoresults_div .fotoresults {
display: flex;
justify-content: center;
align-items: center;
width: 320px;
height: 240px;
border: 1px solid;
}
.fotoresults_delete {
display: none;
cursor: pointer;
margin-top: 5px;
width: 150px;
color: #1e88e5;
text-decoration: none;
cursor: pointer;
}
.fotoresults_delete:hover {
color: #ffa608;
text-decoration: none;
}
.fotoresults_delete.upload_fotoresults_delete {
2021-05-12 13:14:19 +02:00
position: static;
margin: 20px 0 10px 20px;
}
2020-08-14 13:36:36 +02:00
.my_camera_div {
float: left;
}
.my_camera {
border: 1px solid;
}
/******* UPLOAD PHOTO **********/
button.record_foto {
cursor: pointer;
display: block;
float: right;
width: 50px;
height: 50px;
margin-top: -30px;
margin-right: -12px;
position: relative;
background-color: white;
border-radius: 25px;
}
button.record_foto::before {
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 28px;
content: "\f030";
2020-08-14 13:36:36 +02:00
}
/******* END UPLOAD PHOTO **********/
.upload_foto_result {
display: none;
height: 240px;
border: 1px solid;
padding-right: 0px !important;
margin-top: 10px !important;
margin-left: 20px;
}
/* Konec Fotografiranje - 21_7 */
/* TAWK gumb za chat */
.tawk-chat-activation {
cursor: pointer;
}
.tawk-chat-activation.button {
margin: 8px 10px;
padding: 6px 8px;
float: left;
color: #ffffff;
font-size: 13px;
font-weight: 600;
text-align: center;
background-color: #1e88e5;
border: 1px solid #1e88e5;
border-radius: 4px;
}
.tawk-chat-activation.button:hover {
background-color: #ffa608;
border: 1px solid #ffa608;
}
.header_settings_holder span.tawk-chat-activation {
width: 100%;
text-align: center;
color: #1e88e5;
}
.header_settings_holder span.tawk-chat-activation:hover {
color: #ffa608;
}
/* Gumb za izvoz EVOLI */
.concl_evoli_report {
text-align: center;
}
.concl_evoli_report a {
text-decoration: none !important;
}
.concl_evoli_report a .evoli_button {
cursor: pointer;
margin: 8px 10px;
padding: 6px 8px;
text-align: center;
font-size: 13px;
font-weight: 600;
color: #FFFFFF;
border-radius: 4px;
border: 0;
background-color: #3D5F95;
border: 1px solid #3D5F95;
}
.concl_evoli_report a .evoli_button:hover {
background-color: #fe8333;
border: 1px solid #fe8333;
}
.drag_and_drop {
top: -6px;
left: -6px;
}
.drag_and_drop_right {
top: -6px !important;
left: -6px !important;
}
.hierarhija-naslov-uvod {
text-align: center;
margin-top: -15px;
color: #888;
}
div.spremenljivka.tip_21 .variabla label span.char_counter {
font-size: 1em;
padding-left: 7px;
cursor: default;
vertical-align: middle;
}
#srvConclusionPdfLink {
display: none;
}
#srvConclusionPdfLink span {
margin-top: 3px;
width: 20px;
display: inline-block;
height: 20px;
vertical-align: middle;
background: url("../../admin/survey/icons/icons/page_white_acrobat.png") no-repeat transparent;
}
/* CALENDAR */
button.ui-datepicker-trigger {
cursor: pointer;
margin-left: 7px;
padding: 0px;
vertical-align: middle;
border: none;
background: none;
}
span.faicon.calendar_icon::before,
button.ui-datepicker-trigger::before {
font-family: "Font Awesome 5 Free";
font-weight: 400;
font-size: 24px;
content: "\f073";
2020-08-14 13:36:36 +02:00
}
/*
Elementi za urednkika ankete (preview testiranje...)
*/
/* MOBILE PREVIEW */
.outercontainer_holder.mobile_preview {
box-sizing: border-box;
width: 420px !important;
height: 800px !important;
margin: 70px auto 30px auto;
padding: 35px 25px 70px 25px;
background-color: #fafafa;
border: 3px #d0d0d0 solid;
border-radius: 60px;
-o-box-shadow: 0 0 10px #ccc;
-ms-box-shadow: 0 0 10px #ccc;
-webkit-box-shadow: 0 0 10px #ccc;
-moz-box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px #ccc;
}
.outercontainer_holder.mobile_preview .outercontainer_holder_top {
width: 60px;
margin: 0 auto 35px auto;
border-top: 3px solid #333;
border-radius: 10px;
}
.outercontainer_holder.mobile_preview .outercontainer_holder_bottom {
width: 50px;
height: 50px;
margin: 35px auto;
border: 1px solid #666;
border-radius: 50px;
}
.outercontainer_holder.mobile_preview #outercontainer {
overflow-y: auto;
width: 360px !important;
height: 600px !important;
background-color: white;
border: 2px #666 solid;
}
/* TABLET PREVIEW */
.outercontainer_holder.tablet_preview {
box-sizing: border-box;
width: 828px !important;
height: 1244px !important;
margin: 70px auto 50px auto;
padding: 35px 25px 70px 25px;
background-color: #fafafa;
border: 3px #d0d0d0 solid;
border-radius: 60px;
-o-box-shadow: 0 0 10px #ccc;
-ms-box-shadow: 0 0 10px #ccc;
-webkit-box-shadow: 0 0 10px #ccc;
-moz-box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px #ccc;
}
.outercontainer_holder.tablet_preview .outercontainer_holder_top {
width: 15px;
height: 15px;
margin: 0 auto 35px auto;
background-color: #ddd;
/*border: 7px solid #ccc;*/
border-radius: 10px;
}
.outercontainer_holder.tablet_preview .outercontainer_holder_bottom {
width: 50px;
height: 50px;
margin: 35px auto;
border: 1px solid #666;
border-radius: 50px;
}
.outercontainer_holder.tablet_preview #outercontainer {
position: relative;
overflow-y: auto;
width: 768px !important;
height: 1024px !important;
background-attachment: local;
background-color: white;
border: 2px #666 solid;
}
.printDiv {
border: 1px solid gray;
padding: 10px;
margin-right: 10px;
}
/* Okno za nastavitve previewja */
#preview-window {
position: fixed;
top: 45px;
right: 10px;
width: 265px;
2020-08-14 13:36:36 +02:00
min-height: 32px;
font-size: 12px;
2020-08-14 13:36:36 +02:00
background-color: white;
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
border-radius: 2px;
padding: 16px;
2020-08-14 13:36:36 +02:00
}
#preview-window.closed {
background-color: transparent;
border: 0;
}
#preview-window b,
#preview-window .bold {
font-weight: 600;
}
#preview-window a {
text-decoration: none;
}
#preview-window span.faicon,
#preview-window a.faicon {
font-family: "Font Awesome 5 Free";
color: #1e88e5;
text-decoration: none;
font-weight: 900;
font-size: 16px;
}
#preview-window span.faicon:hover,
#preview-window a.faicon:hover {
color: #ffa608;
}
#preview-window a:hover span {
color: #ffa608;
}
#preview-window .faicon.active {
color: #ffa608;
}
#preview-window span.faicon.dropdown_blue::before {
content: "\f13a";
2020-08-14 13:36:36 +02:00
}
#preview-window span.faicon.dropup_blue::before {
content: "\f139";
2020-08-14 13:36:36 +02:00
}
#preview-window span.faicon.monitor::before {
content: "\f108";
2020-08-14 13:36:36 +02:00
}
#preview-window span.faicon.tablet::before {
content: "\f3fa";
2020-08-14 13:36:36 +02:00
}
#preview-window span.faicon.mobile::before {
content: "\f3cd";
2020-08-14 13:36:36 +02:00
}
#preview-window span.faicon.comment::before {
content: "\f086";
2020-08-14 13:36:36 +02:00
}
#preview-window span.faicon.settings::before {
content: "\f013";
2020-08-14 13:36:36 +02:00
}
#preview-window #preview_open {
box-sizing: border-box;
text-align: right;
margin-left: auto;
2020-08-14 13:36:36 +02:00
}
#preview-window #preview_switch {
font-family: Open Sans, Arial, Sans-Serif !important;
box-sizing: border-box;
width: 100%;
padding-bottom: 16px;
2020-08-14 13:36:36 +02:00
font-size: 12px;
border-bottom: 1px #E5E5E5 solid;
display: flex;
flex-direction: row;
justify-content: space-between;
2020-08-14 13:36:36 +02:00
}
#preview-window #preview_switch #nacina span.bold {
margin-right: 8px;
2020-08-14 13:36:36 +02:00
}
#preview-window #preview_switch #nacina #normalni,
#preview-window #preview_switch #nacina #celostranski {
padding: 4px 8px;
border: 1px solid #E5E5E5;
}
#preview-window #preview_switch #nacina #normalni.active,
#preview-window #preview_switch #nacina #celostranski.active {
background: #EEF7FF;
color: #1E88E5;
border-color: #1E88E5;
}
#preview-window #preview_switch #nacina #normalni span.faicon,
#preview-window #preview_switch #nacina #celostranski span.faicon {
font-size: 16px !important;
}
#preview-window #preview_switch #nacina #normalni a,
#preview-window #preview_switch #nacina #celostranski a {
color: inherit;
}
#preview-window #preview_switch #nacina #normalni {
border-radius: 2px 0 0 2px;
border-right: none;
}
#preview-window #preview_switch #nacina #normalni.active {
border-right: 1px solid;
}
#preview-window #preview_switch #nacina #celostranski {
border-radius: 0 2px 2px 0;
}
#preview-window #preview_switch #nacina #celostranski.active {
border-color: #1E88E5;
}
#preview-window #preview_switch #nacina #celostranski.nonactive {
border-left: none;
2020-08-14 13:36:36 +02:00
}
#preview-window #preview-holder {
font-family: Open Sans, Arial, Sans-Serif !important;
z-index: 100;
box-sizing: border-box;
width: 100%;
text-align: right;
}
#preview-window #preview-holder .inicialke {
padding-left: 15px;
text-align: left;
color: red;
}
#preview-window #preview-holder .stngs a {
text-decoration: none;
line-height: 16px;
}
#preview-window #preview-holder div span.floatLeft {
margin-left: 15px;
}
#preview-window #preview-holder div span.floatRight {
margin-right: 15px;
}
#preview-window #preview-holder div span.floatRight {
margin-right: 15px;
}
#preview-window #preview-holder #preview {
text-align: left;
padding: 0;
border: 0;
}
#preview-window #preview-holder #preview select {
font-size: 100%;
padding: 5px 8px;
}
#preview-window #preview-holder #preview select[name=grupa] {
width: 100px;
}
#preview-window #preview-holder #preview p {
margin: 16px 0 !important;
2020-08-14 13:36:36 +02:00
padding: 0 !important;
line-height: 15px !important;
}
#preview-window #preview-holder #preview p input[type=checkbox] {
font-size: 15px !important;
}
#preview-window #preview-holder #preview #preview_device {
display: flex;
flex-direction: row;
align-items: center;
2020-08-14 13:36:36 +02:00
height: 25px;
margin: 0 0 15px 0;
}
#preview-window #preview-holder #preview #preview_device #monitor,
#preview-window #preview-holder #preview #preview_device #tablet,
#preview-window #preview-holder #preview #preview_device #mobile {
border: 1px solid #E5E5E5;
color: #A5A5A5;
padding: 6px 9px;
width: 35px;
display: flex;
justify-content: center;
align-items: center;
2020-08-14 13:36:36 +02:00
}
#preview-window #preview-holder #preview #preview_device #monitor span.faicon,
#preview-window #preview-holder #preview #preview_device #tablet span.faicon,
#preview-window #preview-holder #preview #preview_device #mobile span.faicon {
color: inherit;
}
#preview-window #preview-holder #preview #preview_device #monitor.active,
#preview-window #preview-holder #preview #preview_device #tablet.active,
#preview-window #preview-holder #preview #preview_device #mobile.active {
color: #1E88E5;
background: #EEF7FF;
border-color: #1E88E5;
}
#preview-window #preview-holder #preview #preview_device #monitor {
margin-left: 24px;
border-radius: 2px 0 0 2px;
}
#preview-window #preview-holder #preview #preview_device #monitor:not(.active) {
border-right: none;
}
#preview-window #preview-holder #preview #preview_device #tablet.monitor {
border-left: none;
}
#preview-window #preview-holder #preview #preview_device #tablet.tablet {
border-right: none;
}
#preview-window #preview-holder #preview #preview_device #mobile {
border-radius: 0 2px 2px 0;
}
#preview-window #preview-holder #preview #preview_device #mobile:not(.active) {
border-left: none;
}
#preview-window #preview-holder #preview form p select {
border: 1px solid #D3D3D3;
box-sizing: border-box;
border-radius: 2px;
cursor: pointer;
background-color: #FFFFFF;
height: 30px;
font-size: 12px;
padding: 6px 7px;
margin-left: 22px;
}
#preview-window #preview-holder #preview form p select option {
color: #333;
font-size: 12px;
2020-08-14 13:36:36 +02:00
line-height: 20px;
padding: 0;
}
#preview-window #preview-holder #preview form p select option:disabled {
color: #A0A0A0;
2020-08-14 13:36:36 +02:00
}
#preview-window #preview a,
#preview-window #preview_switch a,
#preview-window #preview-holder div span a {
color: #1e88e5;
text-decoration: none;
}
#preview-window #preview a:hover,
#preview-window #preview_switch a:hover,
#preview-window #preview-holder div span a:hover {
color: #ffa608;
}
#preview-window #preview_switch input[type=radio] + span.enka-checkbox-radio:before,
#preview-window #preview-holder input[type=checkbox] + span.enka-checkbox-radio:before {
color: #C4C4C4;
2020-08-14 13:36:36 +02:00
vertical-align: -2px !important;
font-size: 18px !important;
line-height: 18px !important;
}
#preview-window #preview_switch input[type=radio]:disabled + span.enka-checkbox-radio:before,
#preview-window #preview-holder input[type=checkbox]:disabled + span.enka-checkbox-radio:before {
color: #aaa;
}
2021-02-09 10:44:12 +01:00
/* toostip popups - komentarji */
.qtip {
max-width: 90vw;
padding: 15px !important;
background-color: white;
border-left: 6px #1e88e5 solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
}
.qtip .popup_close {
position: absolute !important;
top: 20px;
right: 20px;
z-index: 9999;
font-size: 32px !important;
line-height: 25px;
color: lightgrey;
}
.qtip .popup_close:hover {
color: #1e88e5;
}
.qtip .popup_close a {
color: lightgrey;
}
.qtip .popup_close a:hover {
color: #1e88e5;
}
.qtip h2,
.qtip .divPopUp_top {
max-width: 95%;
margin-top: 0px;
margin-bottom: 20px;
font-size: 20px;
line-height: 27px;
font-weight: 500;
color: #333;
}
.qtip p {
line-height: 20px;
}
.qtip a {
cursor: pointer;
display: inline;
color: #1e88e5;
text-decoration: none;
}
.qtip a:hover {
color: #ffa608;
text-decoration: none;
}
.qtip input[type=submit] {
padding: 0 10px;
}
.qtip textarea {
vertical-align: middle;
font-size: 12px;
color: #333 !important;
width: 40%;
padding: 5px;
2021-02-09 10:44:12 +01:00
border: 1px solid #c6c6c6 !important;
border-radius: 0;
}
.qtip .qtip-tip {
display: none !important;
}
.qtip .qtip-wrapper {
border: 0 !important;
}
.qtip .qtip-wrapper .qtip-contentWrapper {
border: 0 !important;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-title {
padding: 0 !important;
/*margin-top: 10px;*/
color: black !important;
font-size: 14px;
font-weight: 600;
background-color: white !important;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-title .qtip-button {
position: absolute !important;
top: 0px;
right: 0px;
font-size: 25px !important;
line-height: 18px;
color: lightgrey;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-title .qtip-button:hover {
color: #1e88e5;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-content {
overflow: visible !important;
padding: 0 !important;
margin-top: 10px;
font-size: 12px;
background-color: white !important;
border: 0;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-content textarea {
box-sizing: border-box;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-content .qtip-help {
margin-top: -10px;
padding-right: 30px;
line-height: 20px;
}
.qtip .qtip-borderTop, .qtip .qtip-borderBottom {
display: none !important;
}
.displayNone {
display: none;
}
.fa-comment:before {
content: "\f075";
}
span.faicon.empty {
font-weight: 400 !important;
}
#comments_bottom_line {
display: flex;
flex-direction: row;
align-content: center;
justify-content: space-between;
}
#comments_bottom_line .open_comment_box {
display: flex;
flex-direction: row;
align-content: center;
justify-content: center;
cursor: pointer;
border-radius: 2px;
border: 1px solid #E5E5E5;
padding: 4px 8px;
}
#comments_bottom_line .open_comment_box span.faicon {
margin-right: 8px;
}
#comments_bottom_line .open_comment_box span.faicon::before {
color: #1E88E5 !important;
font-size: 16px !important;
line-height: 17px !important;
}
#comments_bottom_line .open_comment_box.active {
color: #1E88E5;
border-color: #1E88E5;
background-color: #EEF7FF;
}
#comments_bottom_line a {
margin-left: auto;
}
#comments_bottom_line a #comment_settings {
display: flex;
flex-direction: row;
align-content: center;
justify-content: center;
border-radius: 2px;
border: 1px solid #E5E5E5;
padding: 4px;
}
#comments_bottom_line a #comment_settings span.faicon::before {
color: #1E88E5 !important;
font-size: 16px !important;
line-height: 17px !important;
}
#comment_dropdown_test_survey {
margin-top: 16px;
}
#comment_dropdown_test_survey .first_holder_div {
margin-bottom: 16px;
}
#comment_dropdown_test_survey .first_holder_div textarea {
height: 130px;
width: 100% !important;
margin: 0;
border: 1px solid #C4C4C4;
box-sizing: border-box !important;
border-radius: 2px;
resize: none;
padding: 9px 7px;
font-family: Open Sans, Arial, Sans-Serif !important;
}
#comment_dropdown_test_survey .first_holder_div textarea:focus {
border: 1px solid #1E88E5 !important;
outline: none;
}
#comment_dropdown_test_survey .button_holder {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 0;
}
#comment_dropdown_test_survey .button_holder button {
min-width: 0 !important;
margin: 0;
font-size: 12px !important;
width: fit-content;
padding: 5px 16px;
font-family: Open Sans, Arial, Sans-Serif !important;
}
button,
submit {
box-sizing: border-box;
cursor: pointer;
font-weight: 600;
font-family: Open Sans, Arial, Sans-Serif;
box-shadow: none;
border: 0;
transition: 0.3s;
}
button.small-rounded,
submit.small-rounded {
display: flex;
align-items: center;
padding: 0 8px;
height: 24px;
font-size: 12px;
font-weight: 400;
text-decoration: none;
border-radius: 2px;
}
button.small-rounded .faicon,
submit.small-rounded .faicon {
margin-right: 4px;
}
button.small-rounded .faicon:before,
submit.small-rounded .faicon:before {
font-size: 12px;
}
button.medium-rounded,
submit.medium-rounded {
display: flex;
align-items: center;
padding: 0 16px;
height: 28px;
font-size: 14px;
font-weight: 400;
text-decoration: none;
border-radius: 2px;
}
button.medium-rounded .faicon,
submit.medium-rounded .faicon {
margin-right: 8px;
}
button.medium-rounded .faicon:before,
submit.medium-rounded .faicon:before {
font-size: 14px;
}
button.small,
submit.small {
padding: 5px 32px;
min-width: 160px;
font-size: 14px;
}
button.medium,
submit.medium {
padding: 10px 32px;
min-width: 160px;
font-size: 16px;
}
button.large,
submit.large {
padding: 12px 32px;
min-width: 160px;
font-size: 20px;
}
button.table-inline,
submit.table-inline {
padding: 4px 20px;
width: fit-content;
font-size: 14px;
border-radius: 2px;
margin-left: 16px;
white-space: nowrap;
}
button.table,
submit.table {
padding: 4px 20px;
width: fit-content;
font-size: 14px;
border-radius: 2px;
white-space: nowrap;
}
button.blue,
submit.blue {
color: #FFFFFF;
background-color: #1E88E5;
border: 1px #1E88E5 solid;
}
button.blue:hover,
submit.blue:hover {
background-color: #1980da;
}
button.blue:disabled,
submit.blue:disabled {
color: #808080;
background-color: #E5E5E5;
border: 1px #E5E5E5 solid;
}
button.blue:disabled:hover,
submit.blue:disabled:hover {
background-color: #E5E5E5;
}
button.white-blue,
submit.white-blue {
color: #1E88E5;
background-color: #FFFFFF;
border: 1px #1E88E5 solid;
}
button.white-blue:hover,
submit.white-blue:hover {
background-color: #f2f2f2;
}
button.white-black,
submit.white-black {
color: #333333;
background-color: #FFFFFF;
border: 1px #333333 solid;
}
button.white-black:hover,
submit.white-black:hover {
background-color: #f2f2f2;
}
button.white-gray,
submit.white-gray {
color: #333333;
background-color: #FFFFFF;
border: 1px #E5E5E5 solid;
}
button.white-gray:hover,
submit.white-gray:hover {
background-color: #f2f2f2;
}
button.white-gray .faicon:before,
submit.white-gray .faicon:before {
color: #1E88E5;
}
button.gray,
submit.gray {
color: #333333;
background-color: #E5E5E5;
border: 1px #333333 solid;
}
button.gray:hover,
submit.gray:hover {
background-color: #d8d8d8;
}
button.yellow,
submit.yellow {
color: #333333;
background-color: #FFC700;
border: 1px #FFC700 solid;
}
button.yellow:hover,
submit.yellow:hover {
background-color: #f5bf00;
}
button.red,
submit.red {
color: #FFFFFF;
background-color: #FF0000;
border: 1px #FF0000 solid;
}
button.red:hover,
submit.red:hover {
background-color: #e60000;
}
div.button_holder {
display: flex;
flex-direction: row;
box-sizing: border-box;
margin-bottom: 32px;
}
div.button_holder button {
margin-right: 16px;
}
div.button_holder.bottom16 {
margin-bottom: 16px;
}
div.button_holder.top16 {
margin-top: 16px;
}
div.button_holder.top8 {
margin-top: 8px;
}
div.button_holder.bottom0 {
margin-bottom: 0px;
}
div.button_holder.inline {
align-items: flex-end;
}
div.button_holder.inline.vertical_center {
align-items: center;
}
div.button_holder.inline button {
margin-left: 16px;
}
div.button_holder.below {
margin-bottom: 0;
margin-top: 24px;
}
div.button_holder.intext {
margin: 16px 0;
}
div.button_holder.float-right {
justify-content: end;
}
div.button_holder.float-right button {
margin-left: 16px;
margin-right: 0;
}
2020-08-14 13:36:36 +02:00
/*# sourceMappingURL=main.css.map */