1KA_F2F/public/css/admin_new.css

10791 lines
174 KiB
CSS
Raw Normal View History

@charset "UTF-8";
/*
Main scss with includes
*/
/*
Basic scss - variables, layout, colors, font...
*/
2021-11-03 14:33:19 +01:00
/*!
* 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";
2021-11-03 14:33:19 +01:00
}
.fa-accessible-icon:before {
content: "\f368";
2021-11-03 14:33:19 +01:00
}
.fa-accusoft:before {
content: "\f369";
2021-11-03 14:33:19 +01:00
}
.fa-ad:before {
content: "\f641";
2021-11-03 14:33:19 +01:00
}
.fa-address-book:before {
content: "\f2b9";
2021-11-03 14:33:19 +01:00
}
.fa-address-card:before {
content: "\f2bb";
2021-11-03 14:33:19 +01:00
}
.fa-adjust:before {
content: "\f042";
2021-11-03 14:33:19 +01:00
}
.fa-adn:before {
content: "\f170";
2021-11-03 14:33:19 +01:00
}
.fa-adversal:before {
content: "\f36a";
2021-11-03 14:33:19 +01:00
}
.fa-affiliatetheme:before {
content: "\f36b";
2021-11-03 14:33:19 +01:00
}
.fa-air-freshener:before {
content: "\f5d0";
2021-11-03 14:33:19 +01:00
}
.fa-algolia:before {
content: "\f36c";
2021-11-03 14:33:19 +01:00
}
.fa-align-center:before {
content: "\f037";
2021-11-03 14:33:19 +01:00
}
.fa-align-justify:before {
content: "\f039";
2021-11-03 14:33:19 +01:00
}
.fa-align-left:before {
content: "\f036";
2021-11-03 14:33:19 +01:00
}
.fa-align-right:before {
content: "\f038";
2021-11-03 14:33:19 +01:00
}
.fa-alipay:before {
content: "\f642";
2021-11-03 14:33:19 +01:00
}
.fa-allergies:before {
content: "\f461";
2021-11-03 14:33:19 +01:00
}
.fa-amazon:before {
content: "\f270";
2021-11-03 14:33:19 +01:00
}
.fa-amazon-pay:before {
content: "\f42c";
2021-11-03 14:33:19 +01:00
}
.fa-ambulance:before {
content: "\f0f9";
2021-11-03 14:33:19 +01:00
}
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
2021-11-03 14:33:19 +01:00
}
.fa-amilia:before {
content: "\f36d";
2021-11-03 14:33:19 +01:00
}
.fa-anchor:before {
content: "\f13d";
2021-11-03 14:33:19 +01:00
}
.fa-android:before {
content: "\f17b";
2021-11-03 14:33:19 +01:00
}
.fa-angellist:before {
content: "\f209";
2021-11-03 14:33:19 +01:00
}
.fa-angle-double-down:before {
content: "\f103";
2021-11-03 14:33:19 +01:00
}
.fa-angle-double-left:before {
content: "\f100";
2021-11-03 14:33:19 +01:00
}
.fa-angle-double-right:before {
content: "\f101";
2021-11-03 14:33:19 +01:00
}
.fa-angle-double-up:before {
content: "\f102";
2021-11-03 14:33:19 +01:00
}
.fa-angle-down:before {
content: "\f107";
2021-11-03 14:33:19 +01:00
}
.fa-angle-left:before {
content: "\f104";
2021-11-03 14:33:19 +01:00
}
.fa-angle-right:before {
content: "\f105";
2021-11-03 14:33:19 +01:00
}
.fa-angle-up:before {
content: "\f106";
2021-11-03 14:33:19 +01:00
}
.fa-angry:before {
content: "\f556";
2021-11-03 14:33:19 +01:00
}
.fa-angrycreative:before {
content: "\f36e";
2021-11-03 14:33:19 +01:00
}
.fa-angular:before {
content: "\f420";
2021-11-03 14:33:19 +01:00
}
.fa-ankh:before {
content: "\f644";
2021-11-03 14:33:19 +01:00
}
.fa-app-store:before {
content: "\f36f";
2021-11-03 14:33:19 +01:00
}
.fa-app-store-ios:before {
content: "\f370";
2021-11-03 14:33:19 +01:00
}
.fa-apper:before {
content: "\f371";
2021-11-03 14:33:19 +01:00
}
.fa-apple:before {
content: "\f179";
2021-11-03 14:33:19 +01:00
}
.fa-apple-alt:before {
content: "\f5d1";
2021-11-03 14:33:19 +01:00
}
.fa-apple-pay:before {
content: "\f415";
2021-11-03 14:33:19 +01:00
}
.fa-archive:before {
content: "\f187";
2021-11-03 14:33:19 +01:00
}
.fa-archway:before {
content: "\f557";
2021-11-03 14:33:19 +01:00
}
.fa-arrow-alt-circle-down:before {
content: "\f358";
2021-11-03 14:33:19 +01:00
}
.fa-arrow-alt-circle-left:before {
content: "\f359";
2021-11-03 14:33:19 +01:00
}
.fa-arrow-alt-circle-right:before {
content: "\f35a";
2021-11-03 14:33:19 +01:00
}
.fa-arrow-alt-circle-up:before {
content: "\f35b";
2021-11-03 14:33:19 +01:00
}
.fa-arrow-circle-down:before {
content: "\f0ab";
2021-11-03 14:33:19 +01:00
}
.fa-arrow-circle-left:before {
content: "\f0a8";
2021-11-03 14:33:19 +01:00
}
.fa-arrow-circle-right:before {
content: "\f0a9";
2021-11-03 14:33:19 +01:00
}
.fa-arrow-circle-up:before {
content: "\f0aa";
2021-11-03 14:33:19 +01:00
}
.fa-arrow-down:before {
content: "\f063";
2021-11-03 14:33:19 +01:00
}
.fa-arrow-left:before {
content: "\f060";
2021-11-03 14:33:19 +01:00
}
.fa-arrow-right:before {
content: "\f061";
2021-11-03 14:33:19 +01:00
}
.fa-arrow-up:before {
content: "\f062";
2021-11-03 14:33:19 +01:00
}
.fa-arrows-alt:before {
content: "\f0b2";
2021-11-03 14:33:19 +01:00
}
.fa-arrows-alt-h:before {
content: "\f337";
2021-11-03 14:33:19 +01:00
}
.fa-arrows-alt-v:before {
content: "\f338";
2021-11-03 14:33:19 +01:00
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
2021-11-03 14:33:19 +01:00
}
.fa-asterisk:before {
content: "\f069";
2021-11-03 14:33:19 +01:00
}
.fa-asymmetrik:before {
content: "\f372";
2021-11-03 14:33:19 +01:00
}
.fa-at:before {
content: "\f1fa";
2021-11-03 14:33:19 +01:00
}
.fa-atlas:before {
content: "\f558";
2021-11-03 14:33:19 +01:00
}
.fa-atom:before {
content: "\f5d2";
2021-11-03 14:33:19 +01:00
}
.fa-audible:before {
content: "\f373";
2021-11-03 14:33:19 +01:00
}
.fa-audio-description:before {
content: "\f29e";
2021-11-03 14:33:19 +01:00
}
.fa-autoprefixer:before {
content: "\f41c";
2021-11-03 14:33:19 +01:00
}
.fa-avianex:before {
content: "\f374";
2021-11-03 14:33:19 +01:00
}
.fa-aviato:before {
content: "\f421";
2021-11-03 14:33:19 +01:00
}
.fa-award:before {
content: "\f559";
2021-11-03 14:33:19 +01:00
}
.fa-aws:before {
content: "\f375";
2021-11-03 14:33:19 +01:00
}
.fa-backspace:before {
content: "\f55a";
2021-11-03 14:33:19 +01:00
}
.fa-backward:before {
content: "\f04a";
2021-11-03 14:33:19 +01:00
}
.fa-balance-scale:before {
content: "\f24e";
2021-11-03 14:33:19 +01:00
}
.fa-ban:before {
content: "\f05e";
2021-11-03 14:33:19 +01:00
}
.fa-band-aid:before {
content: "\f462";
2021-11-03 14:33:19 +01:00
}
.fa-bandcamp:before {
content: "\f2d5";
2021-11-03 14:33:19 +01:00
}
.fa-barcode:before {
content: "\f02a";
2021-11-03 14:33:19 +01:00
}
.fa-bars:before {
content: "\f0c9";
2021-11-03 14:33:19 +01:00
}
.fa-baseball-ball:before {
content: "\f433";
2021-11-03 14:33:19 +01:00
}
.fa-basketball-ball:before {
content: "\f434";
2021-11-03 14:33:19 +01:00
}
.fa-bath:before {
content: "\f2cd";
2021-11-03 14:33:19 +01:00
}
.fa-battery-empty:before {
content: "\f244";
2021-11-03 14:33:19 +01:00
}
.fa-battery-full:before {
content: "\f240";
2021-11-03 14:33:19 +01:00
}
.fa-battery-half:before {
content: "\f242";
2021-11-03 14:33:19 +01:00
}
.fa-battery-quarter:before {
content: "\f243";
2021-11-03 14:33:19 +01:00
}
.fa-battery-three-quarters:before {
content: "\f241";
2021-11-03 14:33:19 +01:00
}
.fa-bed:before {
content: "\f236";
2021-11-03 14:33:19 +01:00
}
.fa-beer:before {
content: "\f0fc";
2021-11-03 14:33:19 +01:00
}
.fa-behance:before {
content: "\f1b4";
2021-11-03 14:33:19 +01:00
}
.fa-behance-square:before {
content: "\f1b5";
2021-11-03 14:33:19 +01:00
}
.fa-bell:before {
content: "\f0f3";
2021-11-03 14:33:19 +01:00
}
.fa-bell-slash:before {
content: "\f1f6";
2021-11-03 14:33:19 +01:00
}
.fa-bezier-curve:before {
content: "\f55b";
2021-11-03 14:33:19 +01:00
}
.fa-bible:before {
content: "\f647";
2021-11-03 14:33:19 +01:00
}
.fa-bicycle:before {
content: "\f206";
2021-11-03 14:33:19 +01:00
}
.fa-bimobject:before {
content: "\f378";
2021-11-03 14:33:19 +01:00
}
.fa-binoculars:before {
content: "\f1e5";
2021-11-03 14:33:19 +01:00
}
.fa-birthday-cake:before {
content: "\f1fd";
2021-11-03 14:33:19 +01:00
}
.fa-bitbucket:before {
content: "\f171";
2021-11-03 14:33:19 +01:00
}
.fa-bitcoin:before {
content: "\f379";
2021-11-03 14:33:19 +01:00
}
.fa-bity:before {
content: "\f37a";
2021-11-03 14:33:19 +01:00
}
.fa-black-tie:before {
content: "\f27e";
2021-11-03 14:33:19 +01:00
}
.fa-blackberry:before {
content: "\f37b";
2021-11-03 14:33:19 +01:00
}
.fa-blender:before {
content: "\f517";
2021-11-03 14:33:19 +01:00
}
.fa-blind:before {
content: "\f29d";
2021-11-03 14:33:19 +01:00
}
.fa-blogger:before {
content: "\f37c";
2021-11-03 14:33:19 +01:00
}
.fa-blogger-b:before {
content: "\f37d";
2021-11-03 14:33:19 +01:00
}
.fa-bluetooth:before {
content: "\f293";
2021-11-03 14:33:19 +01:00
}
.fa-bluetooth-b:before {
content: "\f294";
2021-11-03 14:33:19 +01:00
}
.fa-bold:before {
content: "\f032";
2021-11-03 14:33:19 +01:00
}
.fa-bolt:before {
content: "\f0e7";
2021-11-03 14:33:19 +01:00
}
.fa-bomb:before {
content: "\f1e2";
2021-11-03 14:33:19 +01:00
}
.fa-bone:before {
content: "\f5d7";
2021-11-03 14:33:19 +01:00
}
.fa-bong:before {
content: "\f55c";
2021-11-03 14:33:19 +01:00
}
.fa-book:before {
content: "\f02d";
2021-11-03 14:33:19 +01:00
}
.fa-book-open:before {
content: "\f518";
2021-11-03 14:33:19 +01:00
}
.fa-book-reader:before {
content: "\f5da";
2021-11-03 14:33:19 +01:00
}
.fa-bookmark:before {
content: "\f02e";
2021-11-03 14:33:19 +01:00
}
.fa-bowling-ball:before {
content: "\f436";
2021-11-03 14:33:19 +01:00
}
.fa-box:before {
content: "\f466";
2021-11-03 14:33:19 +01:00
}
.fa-box-open:before {
content: "\f49e";
2021-11-03 14:33:19 +01:00
}
.fa-boxes:before {
content: "\f468";
2021-11-03 14:33:19 +01:00
}
.fa-braille:before {
content: "\f2a1";
2021-11-03 14:33:19 +01:00
}
.fa-brain:before {
content: "\f5dc";
2021-11-03 14:33:19 +01:00
}
.fa-briefcase:before {
content: "\f0b1";
2021-11-03 14:33:19 +01:00
}
.fa-briefcase-medical:before {
content: "\f469";
2021-11-03 14:33:19 +01:00
}
.fa-broadcast-tower:before {
content: "\f519";
2021-11-03 14:33:19 +01:00
}
.fa-broom:before {
content: "\f51a";
2021-11-03 14:33:19 +01:00
}
.fa-brush:before {
content: "\f55d";
2021-11-03 14:33:19 +01:00
}
.fa-btc:before {
content: "\f15a";
2021-11-03 14:33:19 +01:00
}
.fa-bug:before {
content: "\f188";
2021-11-03 14:33:19 +01:00
}
.fa-building:before {
content: "\f1ad";
2021-11-03 14:33:19 +01:00
}
.fa-bullhorn:before {
content: "\f0a1";
2021-11-03 14:33:19 +01:00
}
.fa-bullseye:before {
content: "\f140";
2021-11-03 14:33:19 +01:00
}
.fa-burn:before {
content: "\f46a";
2021-11-03 14:33:19 +01:00
}
.fa-buromobelexperte:before {
content: "\f37f";
2021-11-03 14:33:19 +01:00
}
.fa-bus:before {
content: "\f207";
2021-11-03 14:33:19 +01:00
}
.fa-bus-alt:before {
content: "\f55e";
2021-11-03 14:33:19 +01:00
}
.fa-business-time:before {
content: "\f64a";
2021-11-03 14:33:19 +01:00
}
.fa-buysellads:before {
content: "\f20d";
2021-11-03 14:33:19 +01:00
}
.fa-calculator:before {
content: "\f1ec";
2021-11-03 14:33:19 +01:00
}
.fa-calendar:before {
content: "\f133";
2021-11-03 14:33:19 +01:00
}
.fa-calendar-alt:before {
content: "\f073";
2021-11-03 14:33:19 +01:00
}
.fa-calendar-check:before {
content: "\f274";
2021-11-03 14:33:19 +01:00
}
.fa-calendar-minus:before {
content: "\f272";
2021-11-03 14:33:19 +01:00
}
.fa-calendar-plus:before {
content: "\f271";
2021-11-03 14:33:19 +01:00
}
.fa-calendar-times:before {
content: "\f273";
2021-11-03 14:33:19 +01:00
}
.fa-camera:before {
content: "\f030";
2021-11-03 14:33:19 +01:00
}
.fa-camera-retro:before {
content: "\f083";
2021-11-03 14:33:19 +01:00
}
.fa-cannabis:before {
content: "\f55f";
2021-11-03 14:33:19 +01:00
}
.fa-capsules:before {
content: "\f46b";
2021-11-03 14:33:19 +01:00
}
.fa-car:before {
content: "\f1b9";
2021-11-03 14:33:19 +01:00
}
.fa-car-alt:before {
content: "\f5de";
2021-11-03 14:33:19 +01:00
}
.fa-car-battery:before {
content: "\f5df";
2021-11-03 14:33:19 +01:00
}
.fa-car-crash:before {
content: "\f5e1";
2021-11-03 14:33:19 +01:00
}
.fa-car-side:before {
content: "\f5e4";
2021-11-03 14:33:19 +01:00
}
.fa-caret-down:before {
content: "\f0d7";
2021-11-03 14:33:19 +01:00
}
.fa-caret-left:before {
content: "\f0d9";
2021-11-03 14:33:19 +01:00
}
.fa-caret-right:before {
content: "\f0da";
2021-11-03 14:33:19 +01:00
}
.fa-caret-square-down:before {
content: "\f150";
2021-11-03 14:33:19 +01:00
}
.fa-caret-square-left:before {
content: "\f191";
2021-11-03 14:33:19 +01:00
}
.fa-caret-square-right:before {
content: "\f152";
2021-11-03 14:33:19 +01:00
}
.fa-caret-square-up:before {
content: "\f151";
2021-11-03 14:33:19 +01:00
}
.fa-caret-up:before {
content: "\f0d8";
2021-11-03 14:33:19 +01:00
}
.fa-cart-arrow-down:before {
content: "\f218";
2021-11-03 14:33:19 +01:00
}
.fa-cart-plus:before {
content: "\f217";
2021-11-03 14:33:19 +01:00
}
.fa-cc-amazon-pay:before {
content: "\f42d";
2021-11-03 14:33:19 +01:00
}
.fa-cc-amex:before {
content: "\f1f3";
2021-11-03 14:33:19 +01:00
}
.fa-cc-apple-pay:before {
content: "\f416";
2021-11-03 14:33:19 +01:00
}
.fa-cc-diners-club:before {
content: "\f24c";
2021-11-03 14:33:19 +01:00
}
.fa-cc-discover:before {
content: "\f1f2";
2021-11-03 14:33:19 +01:00
}
.fa-cc-jcb:before {
content: "\f24b";
2021-11-03 14:33:19 +01:00
}
.fa-cc-mastercard:before {
content: "\f1f1";
2021-11-03 14:33:19 +01:00
}
.fa-cc-paypal:before {
content: "\f1f4";
2021-11-03 14:33:19 +01:00
}
.fa-cc-stripe:before {
content: "\f1f5";
2021-11-03 14:33:19 +01:00
}
.fa-cc-visa:before {
content: "\f1f0";
2021-11-03 14:33:19 +01:00
}
.fa-centercode:before {
content: "\f380";
2021-11-03 14:33:19 +01:00
}
.fa-certificate:before {
content: "\f0a3";
2021-11-03 14:33:19 +01:00
}
.fa-chalkboard:before {
content: "\f51b";
2021-11-03 14:33:19 +01:00
}
.fa-chalkboard-teacher:before {
content: "\f51c";
2021-11-03 14:33:19 +01:00
}
.fa-charging-station:before {
content: "\f5e7";
2021-11-03 14:33:19 +01:00
}
.fa-chart-area:before {
content: "\f1fe";
2021-11-03 14:33:19 +01:00
}
.fa-chart-bar:before {
content: "\f080";
2021-11-03 14:33:19 +01:00
}
.fa-chart-line:before {
content: "\f201";
2021-11-03 14:33:19 +01:00
}
.fa-chart-pie:before {
content: "\f200";
2021-11-03 14:33:19 +01:00
}
.fa-check:before {
content: "\f00c";
2021-11-03 14:33:19 +01:00
}
.fa-check-circle:before {
content: "\f058";
2021-11-03 14:33:19 +01:00
}
.fa-check-double:before {
content: "\f560";
2021-11-03 14:33:19 +01:00
}
.fa-check-square:before {
content: "\f14a";
2021-11-03 14:33:19 +01:00
}
.fa-chess:before {
content: "\f439";
2021-11-03 14:33:19 +01:00
}
.fa-chess-bishop:before {
content: "\f43a";
2021-11-03 14:33:19 +01:00
}
.fa-chess-board:before {
content: "\f43c";
2021-11-03 14:33:19 +01:00
}
.fa-chess-king:before {
content: "\f43f";
2021-11-03 14:33:19 +01:00
}
.fa-chess-knight:before {
content: "\f441";
2021-11-03 14:33:19 +01:00
}
.fa-chess-pawn:before {
content: "\f443";
2021-11-03 14:33:19 +01:00
}
.fa-chess-queen:before {
content: "\f445";
2021-11-03 14:33:19 +01:00
}
.fa-chess-rook:before {
content: "\f447";
2021-11-03 14:33:19 +01:00
}
.fa-chevron-circle-down:before {
content: "\f13a";
2021-11-03 14:33:19 +01:00
}
.fa-chevron-circle-left:before {
content: "\f137";
2021-11-03 14:33:19 +01:00
}
.fa-chevron-circle-right:before {
content: "\f138";
2021-11-03 14:33:19 +01:00
}
.fa-chevron-circle-up:before {
content: "\f139";
2021-11-03 14:33:19 +01:00
}
.fa-chevron-down:before {
content: "\f078";
2021-11-03 14:33:19 +01:00
}
.fa-chevron-left:before {
content: "\f053";
2021-11-03 14:33:19 +01:00
}
.fa-chevron-right:before {
content: "\f054";
2021-11-03 14:33:19 +01:00
}
.fa-chevron-up:before {
content: "\f077";
2021-11-03 14:33:19 +01:00
}
.fa-child:before {
content: "\f1ae";
2021-11-03 14:33:19 +01:00
}
.fa-chrome:before {
content: "\f268";
2021-11-03 14:33:19 +01:00
}
.fa-church:before {
content: "\f51d";
2021-11-03 14:33:19 +01:00
}
.fa-circle:before {
content: "\f111";
2021-11-03 14:33:19 +01:00
}
.fa-circle-notch:before {
content: "\f1ce";
2021-11-03 14:33:19 +01:00
}
.fa-city:before {
content: "\f64f";
2021-11-03 14:33:19 +01:00
}
.fa-clipboard:before {
content: "\f328";
2021-11-03 14:33:19 +01:00
}
.fa-clipboard-check:before {
content: "\f46c";
2021-11-03 14:33:19 +01:00
}
.fa-clipboard-list:before {
content: "\f46d";
2021-11-03 14:33:19 +01:00
}
.fa-clock:before {
content: "\f017";
2021-11-03 14:33:19 +01:00
}
.fa-clone:before {
content: "\f24d";
2021-11-03 14:33:19 +01:00
}
.fa-closed-captioning:before {
content: "\f20a";
2021-11-03 14:33:19 +01:00
}
.fa-cloud:before {
content: "\f0c2";
2021-11-03 14:33:19 +01:00
}
.fa-cloud-download-alt:before {
content: "\f381";
2021-11-03 14:33:19 +01:00
}
.fa-cloud-upload-alt:before {
content: "\f382";
2021-11-03 14:33:19 +01:00
}
.fa-cloudscale:before {
content: "\f383";
2021-11-03 14:33:19 +01:00
}
.fa-cloudsmith:before {
content: "\f384";
2021-11-03 14:33:19 +01:00
}
.fa-cloudversify:before {
content: "\f385";
2021-11-03 14:33:19 +01:00
}
.fa-cocktail:before {
content: "\f561";
2021-11-03 14:33:19 +01:00
}
.fa-code:before {
content: "\f121";
2021-11-03 14:33:19 +01:00
}
.fa-code-branch:before {
content: "\f126";
2021-11-03 14:33:19 +01:00
}
.fa-codepen:before {
content: "\f1cb";
2021-11-03 14:33:19 +01:00
}
.fa-codiepie:before {
content: "\f284";
2021-11-03 14:33:19 +01:00
}
.fa-coffee:before {
content: "\f0f4";
2021-11-03 14:33:19 +01:00
}
.fa-cog:before {
content: "\f013";
2021-11-03 14:33:19 +01:00
}
.fa-cogs:before {
content: "\f085";
2021-11-03 14:33:19 +01:00
}
.fa-coins:before {
content: "\f51e";
2021-11-03 14:33:19 +01:00
}
.fa-columns:before {
content: "\f0db";
2021-11-03 14:33:19 +01:00
}
.fa-comment:before {
content: "\f075";
2021-11-03 14:33:19 +01:00
}
.fa-comment-alt:before {
content: "\f27a";
2021-11-03 14:33:19 +01:00
}
.fa-comment-dollar:before {
content: "\f651";
2021-11-03 14:33:19 +01:00
}
.fa-comment-dots:before {
content: "\f4ad";
2021-11-03 14:33:19 +01:00
}
.fa-comment-slash:before {
content: "\f4b3";
2021-11-03 14:33:19 +01:00
}
.fa-comments:before {
content: "\f086";
2021-11-03 14:33:19 +01:00
}
.fa-comments-dollar:before {
content: "\f653";
2021-11-03 14:33:19 +01:00
}
.fa-compact-disc:before {
content: "\f51f";
2021-11-03 14:33:19 +01:00
}
.fa-compass:before {
content: "\f14e";
2021-11-03 14:33:19 +01:00
}
.fa-compress:before {
content: "\f066";
2021-11-03 14:33:19 +01:00
}
.fa-concierge-bell:before {
content: "\f562";
2021-11-03 14:33:19 +01:00
}
.fa-connectdevelop:before {
content: "\f20e";
2021-11-03 14:33:19 +01:00
}
.fa-contao:before {
content: "\f26d";
2021-11-03 14:33:19 +01:00
}
.fa-cookie:before {
content: "\f563";
2021-11-03 14:33:19 +01:00
}
.fa-cookie-bite:before {
content: "\f564";
2021-11-03 14:33:19 +01:00
}
.fa-copy:before {
content: "\f0c5";
2021-11-03 14:33:19 +01:00
}
.fa-copyright:before {
content: "\f1f9";
2021-11-03 14:33:19 +01:00
}
.fa-couch:before {
content: "\f4b8";
2021-11-03 14:33:19 +01:00
}
.fa-cpanel:before {
content: "\f388";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons:before {
content: "\f25e";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons-by:before {
content: "\f4e7";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons-nc:before {
content: "\f4e8";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons-nc-eu:before {
content: "\f4e9";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons-nc-jp:before {
content: "\f4ea";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons-nd:before {
content: "\f4eb";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons-pd:before {
content: "\f4ec";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons-pd-alt:before {
content: "\f4ed";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons-remix:before {
content: "\f4ee";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons-sa:before {
content: "\f4ef";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons-sampling:before {
content: "\f4f0";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons-sampling-plus:before {
content: "\f4f1";
2021-11-03 14:33:19 +01:00
}
.fa-creative-commons-share:before {
content: "\f4f2";
2021-11-03 14:33:19 +01:00
}
.fa-credit-card:before {
content: "\f09d";
2021-11-03 14:33:19 +01:00
}
.fa-crop:before {
content: "\f125";
2021-11-03 14:33:19 +01:00
}
.fa-crop-alt:before {
content: "\f565";
2021-11-03 14:33:19 +01:00
}
.fa-cross:before {
content: "\f654";
2021-11-03 14:33:19 +01:00
}
.fa-crosshairs:before {
content: "\f05b";
2021-11-03 14:33:19 +01:00
}
.fa-crow:before {
content: "\f520";
2021-11-03 14:33:19 +01:00
}
.fa-crown:before {
content: "\f521";
2021-11-03 14:33:19 +01:00
}
.fa-css3:before {
content: "\f13c";
2021-11-03 14:33:19 +01:00
}
.fa-css3-alt:before {
content: "\f38b";
2021-11-03 14:33:19 +01:00
}
.fa-cube:before {
content: "\f1b2";
2021-11-03 14:33:19 +01:00
}
.fa-cubes:before {
content: "\f1b3";
2021-11-03 14:33:19 +01:00
}
.fa-cut:before {
content: "\f0c4";
2021-11-03 14:33:19 +01:00
}
.fa-cuttlefish:before {
content: "\f38c";
2021-11-03 14:33:19 +01:00
}
.fa-d-and-d:before {
content: "\f38d";
2021-11-03 14:33:19 +01:00
}
.fa-dashcube:before {
content: "\f210";
2021-11-03 14:33:19 +01:00
}
.fa-database:before {
content: "\f1c0";
2021-11-03 14:33:19 +01:00
}
.fa-deaf:before {
content: "\f2a4";
2021-11-03 14:33:19 +01:00
}
.fa-delicious:before {
content: "\f1a5";
2021-11-03 14:33:19 +01:00
}
.fa-deploydog:before {
content: "\f38e";
2021-11-03 14:33:19 +01:00
}
.fa-deskpro:before {
content: "\f38f";
2021-11-03 14:33:19 +01:00
}
.fa-desktop:before {
content: "\f108";
2021-11-03 14:33:19 +01:00
}
.fa-deviantart:before {
content: "\f1bd";
2021-11-03 14:33:19 +01:00
}
.fa-dharmachakra:before {
content: "\f655";
2021-11-03 14:33:19 +01:00
}
.fa-diagnoses:before {
content: "\f470";
2021-11-03 14:33:19 +01:00
}
.fa-dice:before {
content: "\f522";
2021-11-03 14:33:19 +01:00
}
.fa-dice-five:before {
content: "\f523";
2021-11-03 14:33:19 +01:00
}
.fa-dice-four:before {
content: "\f524";
2021-11-03 14:33:19 +01:00
}
.fa-dice-one:before {
content: "\f525";
2021-11-03 14:33:19 +01:00
}
.fa-dice-six:before {
content: "\f526";
2021-11-03 14:33:19 +01:00
}
.fa-dice-three:before {
content: "\f527";
2021-11-03 14:33:19 +01:00
}
.fa-dice-two:before {
content: "\f528";
2021-11-03 14:33:19 +01:00
}
.fa-digg:before {
content: "\f1a6";
2021-11-03 14:33:19 +01:00
}
.fa-digital-ocean:before {
content: "\f391";
2021-11-03 14:33:19 +01:00
}
.fa-digital-tachograph:before {
content: "\f566";
2021-11-03 14:33:19 +01:00
}
.fa-directions:before {
content: "\f5eb";
2021-11-03 14:33:19 +01:00
}
.fa-discord:before {
content: "\f392";
2021-11-03 14:33:19 +01:00
}
.fa-discourse:before {
content: "\f393";
2021-11-03 14:33:19 +01:00
}
.fa-divide:before {
content: "\f529";
2021-11-03 14:33:19 +01:00
}
.fa-dizzy:before {
content: "\f567";
2021-11-03 14:33:19 +01:00
}
.fa-dna:before {
content: "\f471";
2021-11-03 14:33:19 +01:00
}
.fa-dochub:before {
content: "\f394";
2021-11-03 14:33:19 +01:00
}
.fa-docker:before {
content: "\f395";
2021-11-03 14:33:19 +01:00
}
.fa-dollar-sign:before {
content: "\f155";
2021-11-03 14:33:19 +01:00
}
.fa-dolly:before {
content: "\f472";
2021-11-03 14:33:19 +01:00
}
.fa-dolly-flatbed:before {
content: "\f474";
2021-11-03 14:33:19 +01:00
}
.fa-donate:before {
content: "\f4b9";
2021-11-03 14:33:19 +01:00
}
.fa-door-closed:before {
content: "\f52a";
2021-11-03 14:33:19 +01:00
}
.fa-door-open:before {
content: "\f52b";
2021-11-03 14:33:19 +01:00
}
.fa-dot-circle:before {
content: "\f192";
2021-11-03 14:33:19 +01:00
}
.fa-dove:before {
content: "\f4ba";
2021-11-03 14:33:19 +01:00
}
.fa-download:before {
content: "\f019";
2021-11-03 14:33:19 +01:00
}
.fa-draft2digital:before {
content: "\f396";
2021-11-03 14:33:19 +01:00
}
.fa-drafting-compass:before {
content: "\f568";
2021-11-03 14:33:19 +01:00
}
.fa-draw-polygon:before {
content: "\f5ee";
2021-11-03 14:33:19 +01:00
}
.fa-dribbble:before {
content: "\f17d";
2021-11-03 14:33:19 +01:00
}
.fa-dribbble-square:before {
content: "\f397";
2021-11-03 14:33:19 +01:00
}
.fa-dropbox:before {
content: "\f16b";
2021-11-03 14:33:19 +01:00
}
.fa-drum:before {
content: "\f569";
2021-11-03 14:33:19 +01:00
}
.fa-drum-steelpan:before {
content: "\f56a";
2021-11-03 14:33:19 +01:00
}
.fa-drupal:before {
content: "\f1a9";
2021-11-03 14:33:19 +01:00
}
.fa-dumbbell:before {
content: "\f44b";
2021-11-03 14:33:19 +01:00
}
.fa-dyalog:before {
content: "\f399";
2021-11-03 14:33:19 +01:00
}
.fa-earlybirds:before {
content: "\f39a";
2021-11-03 14:33:19 +01:00
}
.fa-ebay:before {
content: "\f4f4";
2021-11-03 14:33:19 +01:00
}
.fa-edge:before {
content: "\f282";
2021-11-03 14:33:19 +01:00
}
.fa-edit:before {
content: "\f044";
2021-11-03 14:33:19 +01:00
}
.fa-eject:before {
content: "\f052";
2021-11-03 14:33:19 +01:00
}
.fa-elementor:before {
content: "\f430";
2021-11-03 14:33:19 +01:00
}
.fa-ellipsis-h:before {
content: "\f141";
2021-11-03 14:33:19 +01:00
}
.fa-ellipsis-v:before {
content: "\f142";
2021-11-03 14:33:19 +01:00
}
.fa-ello:before {
content: "\f5f1";
2021-11-03 14:33:19 +01:00
}
.fa-ember:before {
content: "\f423";
2021-11-03 14:33:19 +01:00
}
.fa-empire:before {
content: "\f1d1";
2021-11-03 14:33:19 +01:00
}
.fa-envelope:before {
content: "\f0e0";
2021-11-03 14:33:19 +01:00
}
.fa-envelope-open:before {
content: "\f2b6";
2021-11-03 14:33:19 +01:00
}
.fa-envelope-open-text:before {
content: "\f658";
2021-11-03 14:33:19 +01:00
}
.fa-envelope-square:before {
content: "\f199";
2021-11-03 14:33:19 +01:00
}
.fa-envira:before {
content: "\f299";
2021-11-03 14:33:19 +01:00
}
.fa-equals:before {
content: "\f52c";
2021-11-03 14:33:19 +01:00
}
.fa-eraser:before {
content: "\f12d";
2021-11-03 14:33:19 +01:00
}
.fa-erlang:before {
content: "\f39d";
2021-11-03 14:33:19 +01:00
}
.fa-ethereum:before {
content: "\f42e";
2021-11-03 14:33:19 +01:00
}
.fa-etsy:before {
content: "\f2d7";
2021-11-03 14:33:19 +01:00
}
.fa-euro-sign:before {
content: "\f153";
2021-11-03 14:33:19 +01:00
}
.fa-exchange-alt:before {
content: "\f362";
2021-11-03 14:33:19 +01:00
}
.fa-exclamation:before {
content: "\f12a";
2021-11-03 14:33:19 +01:00
}
.fa-exclamation-circle:before {
content: "\f06a";
2021-11-03 14:33:19 +01:00
}
.fa-exclamation-triangle:before {
content: "\f071";
2021-11-03 14:33:19 +01:00
}
.fa-expand:before {
content: "\f065";
2021-11-03 14:33:19 +01:00
}
.fa-expand-arrows-alt:before {
content: "\f31e";
2021-11-03 14:33:19 +01:00
}
.fa-expeditedssl:before {
content: "\f23e";
2021-11-03 14:33:19 +01:00
}
.fa-external-link-alt:before {
content: "\f35d";
2021-11-03 14:33:19 +01:00
}
.fa-external-link-square-alt:before {
content: "\f360";
2021-11-03 14:33:19 +01:00
}
.fa-eye:before {
content: "\f06e";
2021-11-03 14:33:19 +01:00
}
.fa-eye-dropper:before {
content: "\f1fb";
2021-11-03 14:33:19 +01:00
}
.fa-eye-slash:before {
content: "\f070";
2021-11-03 14:33:19 +01:00
}
.fa-facebook:before {
content: "\f09a";
2021-11-03 14:33:19 +01:00
}
.fa-facebook-f:before {
content: "\f39e";
2021-11-03 14:33:19 +01:00
}
.fa-facebook-messenger:before {
content: "\f39f";
2021-11-03 14:33:19 +01:00
}
.fa-facebook-square:before {
content: "\f082";
2021-11-03 14:33:19 +01:00
}
.fa-fast-backward:before {
content: "\f049";
2021-11-03 14:33:19 +01:00
}
.fa-fast-forward:before {
content: "\f050";
2021-11-03 14:33:19 +01:00
}
.fa-fax:before {
content: "\f1ac";
2021-11-03 14:33:19 +01:00
}
.fa-feather:before {
content: "\f52d";
2021-11-03 14:33:19 +01:00
}
.fa-feather-alt:before {
content: "\f56b";
2021-11-03 14:33:19 +01:00
}
.fa-female:before {
content: "\f182";
2021-11-03 14:33:19 +01:00
}
.fa-fighter-jet:before {
content: "\f0fb";
2021-11-03 14:33:19 +01:00
}
.fa-file:before {
content: "\f15b";
2021-11-03 14:33:19 +01:00
}
.fa-file-alt:before {
content: "\f15c";
2021-11-03 14:33:19 +01:00
}
.fa-file-archive:before {
content: "\f1c6";
2021-11-03 14:33:19 +01:00
}
.fa-file-audio:before {
content: "\f1c7";
2021-11-03 14:33:19 +01:00
}
.fa-file-code:before {
content: "\f1c9";
2021-11-03 14:33:19 +01:00
}
.fa-file-contract:before {
content: "\f56c";
2021-11-03 14:33:19 +01:00
}
.fa-file-download:before {
content: "\f56d";
2021-11-03 14:33:19 +01:00
}
.fa-file-excel:before {
content: "\f1c3";
2021-11-03 14:33:19 +01:00
}
.fa-file-export:before {
content: "\f56e";
2021-11-03 14:33:19 +01:00
}
.fa-file-image:before {
content: "\f1c5";
2021-11-03 14:33:19 +01:00
}
.fa-file-import:before {
content: "\f56f";
2021-11-03 14:33:19 +01:00
}
.fa-file-invoice:before {
content: "\f570";
2021-11-03 14:33:19 +01:00
}
.fa-file-invoice-dollar:before {
content: "\f571";
2021-11-03 14:33:19 +01:00
}
.fa-file-medical:before {
content: "\f477";
2021-11-03 14:33:19 +01:00
}
.fa-file-medical-alt:before {
content: "\f478";
2021-11-03 14:33:19 +01:00
}
.fa-file-pdf:before {
content: "\f1c1";
2021-11-03 14:33:19 +01:00
}
.fa-file-powerpoint:before {
content: "\f1c4";
2021-11-03 14:33:19 +01:00
}
.fa-file-prescription:before {
content: "\f572";
2021-11-03 14:33:19 +01:00
}
.fa-file-signature:before {
content: "\f573";
2021-11-03 14:33:19 +01:00
}
.fa-file-upload:before {
content: "\f574";
2021-11-03 14:33:19 +01:00
}
.fa-file-video:before {
content: "\f1c8";
2021-11-03 14:33:19 +01:00
}
.fa-file-word:before {
content: "\f1c2";
2021-11-03 14:33:19 +01:00
}
.fa-fill:before {
content: "\f575";
2021-11-03 14:33:19 +01:00
}
.fa-fill-drip:before {
content: "\f576";
2021-11-03 14:33:19 +01:00
}
.fa-film:before {
content: "\f008";
2021-11-03 14:33:19 +01:00
}
.fa-filter:before {
content: "\f0b0";
2021-11-03 14:33:19 +01:00
}
.fa-fingerprint:before {
content: "\f577";
2021-11-03 14:33:19 +01:00
}
.fa-fire:before {
content: "\f06d";
2021-11-03 14:33:19 +01:00
}
.fa-fire-extinguisher:before {
content: "\f134";
2021-11-03 14:33:19 +01:00
}
.fa-firefox:before {
content: "\f269";
2021-11-03 14:33:19 +01:00
}
.fa-first-aid:before {
content: "\f479";
2021-11-03 14:33:19 +01:00
}
.fa-first-order:before {
content: "\f2b0";
2021-11-03 14:33:19 +01:00
}
.fa-first-order-alt:before {
content: "\f50a";
2021-11-03 14:33:19 +01:00
}
.fa-firstdraft:before {
content: "\f3a1";
2021-11-03 14:33:19 +01:00
}
.fa-fish:before {
content: "\f578";
2021-11-03 14:33:19 +01:00
}
.fa-flag:before {
content: "\f024";
2021-11-03 14:33:19 +01:00
}
.fa-flag-checkered:before {
content: "\f11e";
2021-11-03 14:33:19 +01:00
}
.fa-flask:before {
content: "\f0c3";
2021-11-03 14:33:19 +01:00
}
.fa-flickr:before {
content: "\f16e";
2021-11-03 14:33:19 +01:00
}
.fa-flipboard:before {
content: "\f44d";
2021-11-03 14:33:19 +01:00
}
.fa-flushed:before {
content: "\f579";
2021-11-03 14:33:19 +01:00
}
.fa-fly:before {
content: "\f417";
2021-11-03 14:33:19 +01:00
}
.fa-folder:before {
content: "\f07b";
2021-11-03 14:33:19 +01:00
}
.fa-folder-minus:before {
content: "\f65d";
2021-11-03 14:33:19 +01:00
}
.fa-folder-open:before {
content: "\f07c";
2021-11-03 14:33:19 +01:00
}
.fa-folder-plus:before {
content: "\f65e";
2021-11-03 14:33:19 +01:00
}
.fa-font:before {
content: "\f031";
2021-11-03 14:33:19 +01:00
}
.fa-font-awesome:before {
content: "\f2b4";
2021-11-03 14:33:19 +01:00
}
.fa-font-awesome-alt:before {
content: "\f35c";
2021-11-03 14:33:19 +01:00
}
.fa-font-awesome-flag:before {
content: "\f425";
2021-11-03 14:33:19 +01:00
}
.fa-font-awesome-logo-full:before {
content: "\f4e6";
2021-11-03 14:33:19 +01:00
}
.fa-fonticons:before {
content: "\f280";
2021-11-03 14:33:19 +01:00
}
.fa-fonticons-fi:before {
content: "\f3a2";
2021-11-03 14:33:19 +01:00
}
.fa-football-ball:before {
content: "\f44e";
2021-11-03 14:33:19 +01:00
}
.fa-fort-awesome:before {
content: "\f286";
2021-11-03 14:33:19 +01:00
}
.fa-fort-awesome-alt:before {
content: "\f3a3";
2021-11-03 14:33:19 +01:00
}
.fa-forumbee:before {
content: "\f211";
2021-11-03 14:33:19 +01:00
}
.fa-forward:before {
content: "\f04e";
2021-11-03 14:33:19 +01:00
}
.fa-foursquare:before {
content: "\f180";
2021-11-03 14:33:19 +01:00
}
.fa-free-code-camp:before {
content: "\f2c5";
2021-11-03 14:33:19 +01:00
}
.fa-freebsd:before {
content: "\f3a4";
2021-11-03 14:33:19 +01:00
}
.fa-frog:before {
content: "\f52e";
2021-11-03 14:33:19 +01:00
}
.fa-frown:before {
content: "\f119";
2021-11-03 14:33:19 +01:00
}
.fa-frown-open:before {
content: "\f57a";
2021-11-03 14:33:19 +01:00
}
.fa-fulcrum:before {
content: "\f50b";
2021-11-03 14:33:19 +01:00
}
.fa-funnel-dollar:before {
content: "\f662";
2021-11-03 14:33:19 +01:00
}
.fa-futbol:before {
content: "\f1e3";
2021-11-03 14:33:19 +01:00
}
.fa-galactic-republic:before {
content: "\f50c";
2021-11-03 14:33:19 +01:00
}
.fa-galactic-senate:before {
content: "\f50d";
2021-11-03 14:33:19 +01:00
}
.fa-gamepad:before {
content: "\f11b";
2021-11-03 14:33:19 +01:00
}
.fa-gas-pump:before {
content: "\f52f";
2021-11-03 14:33:19 +01:00
}
.fa-gavel:before {
content: "\f0e3";
2021-11-03 14:33:19 +01:00
}
.fa-gem:before {
content: "\f3a5";
2021-11-03 14:33:19 +01:00
}
.fa-genderless:before {
content: "\f22d";
2021-11-03 14:33:19 +01:00
}
.fa-get-pocket:before {
content: "\f265";
2021-11-03 14:33:19 +01:00
}
.fa-gg:before {
content: "\f260";
2021-11-03 14:33:19 +01:00
}
.fa-gg-circle:before {
content: "\f261";
2021-11-03 14:33:19 +01:00
}
.fa-gift:before {
content: "\f06b";
2021-11-03 14:33:19 +01:00
}
.fa-git:before {
content: "\f1d3";
2021-11-03 14:33:19 +01:00
}
.fa-git-square:before {
content: "\f1d2";
2021-11-03 14:33:19 +01:00
}
.fa-github:before {
content: "\f09b";
2021-11-03 14:33:19 +01:00
}
.fa-github-alt:before {
content: "\f113";
2021-11-03 14:33:19 +01:00
}
.fa-github-square:before {
content: "\f092";
2021-11-03 14:33:19 +01:00
}
.fa-gitkraken:before {
content: "\f3a6";
2021-11-03 14:33:19 +01:00
}
.fa-gitlab:before {
content: "\f296";
2021-11-03 14:33:19 +01:00
}
.fa-gitter:before {
content: "\f426";
2021-11-03 14:33:19 +01:00
}
.fa-glass-martini:before {
content: "\f000";
2021-11-03 14:33:19 +01:00
}
.fa-glass-martini-alt:before {
content: "\f57b";
2021-11-03 14:33:19 +01:00
}
.fa-glasses:before {
content: "\f530";
2021-11-03 14:33:19 +01:00
}
.fa-glide:before {
content: "\f2a5";
2021-11-03 14:33:19 +01:00
}
.fa-glide-g:before {
content: "\f2a6";
2021-11-03 14:33:19 +01:00
}
.fa-globe:before {
content: "\f0ac";
2021-11-03 14:33:19 +01:00
}
.fa-globe-africa:before {
content: "\f57c";
2021-11-03 14:33:19 +01:00
}
.fa-globe-americas:before {
content: "\f57d";
2021-11-03 14:33:19 +01:00
}
.fa-globe-asia:before {
content: "\f57e";
2021-11-03 14:33:19 +01:00
}
.fa-gofore:before {
content: "\f3a7";
2021-11-03 14:33:19 +01:00
}
.fa-golf-ball:before {
content: "\f450";
2021-11-03 14:33:19 +01:00
}
.fa-goodreads:before {
content: "\f3a8";
2021-11-03 14:33:19 +01:00
}
.fa-goodreads-g:before {
content: "\f3a9";
2021-11-03 14:33:19 +01:00
}
.fa-google:before {
content: "\f1a0";
2021-11-03 14:33:19 +01:00
}
.fa-google-drive:before {
content: "\f3aa";
2021-11-03 14:33:19 +01:00
}
.fa-google-play:before {
content: "\f3ab";
2021-11-03 14:33:19 +01:00
}
.fa-google-plus:before {
content: "\f2b3";
2021-11-03 14:33:19 +01:00
}
.fa-google-plus-g:before {
content: "\f0d5";
2021-11-03 14:33:19 +01:00
}
.fa-google-plus-square:before {
content: "\f0d4";
2021-11-03 14:33:19 +01:00
}
.fa-google-wallet:before {
content: "\f1ee";
2021-11-03 14:33:19 +01:00
}
.fa-gopuram:before {
content: "\f664";
2021-11-03 14:33:19 +01:00
}
.fa-graduation-cap:before {
content: "\f19d";
2021-11-03 14:33:19 +01:00
}
.fa-gratipay:before {
content: "\f184";
2021-11-03 14:33:19 +01:00
}
.fa-grav:before {
content: "\f2d6";
2021-11-03 14:33:19 +01:00
}
.fa-greater-than:before {
content: "\f531";
2021-11-03 14:33:19 +01:00
}
.fa-greater-than-equal:before {
content: "\f532";
2021-11-03 14:33:19 +01:00
}
.fa-grimace:before {
content: "\f57f";
2021-11-03 14:33:19 +01:00
}
.fa-grin:before {
content: "\f580";
2021-11-03 14:33:19 +01:00
}
.fa-grin-alt:before {
content: "\f581";
2021-11-03 14:33:19 +01:00
}
.fa-grin-beam:before {
content: "\f582";
2021-11-03 14:33:19 +01:00
}
.fa-grin-beam-sweat:before {
content: "\f583";
2021-11-03 14:33:19 +01:00
}
.fa-grin-hearts:before {
content: "\f584";
2021-11-03 14:33:19 +01:00
}
.fa-grin-squint:before {
content: "\f585";
2021-11-03 14:33:19 +01:00
}
.fa-grin-squint-tears:before {
content: "\f586";
2021-11-03 14:33:19 +01:00
}
.fa-grin-stars:before {
content: "\f587";
2021-11-03 14:33:19 +01:00
}
.fa-grin-tears:before {
content: "\f588";
2021-11-03 14:33:19 +01:00
}
.fa-grin-tongue:before {
content: "\f589";
2021-11-03 14:33:19 +01:00
}
.fa-grin-tongue-squint:before {
content: "\f58a";
2021-11-03 14:33:19 +01:00
}
.fa-grin-tongue-wink:before {
content: "\f58b";
2021-11-03 14:33:19 +01:00
}
.fa-grin-wink:before {
content: "\f58c";
2021-11-03 14:33:19 +01:00
}
.fa-grip-horizontal:before {
content: "\f58d";
2021-11-03 14:33:19 +01:00
}
.fa-grip-vertical:before {
content: "\f58e";
2021-11-03 14:33:19 +01:00
}
.fa-gripfire:before {
content: "\f3ac";
2021-11-03 14:33:19 +01:00
}
.fa-grunt:before {
content: "\f3ad";
2021-11-03 14:33:19 +01:00
}
.fa-gulp:before {
content: "\f3ae";
2021-11-03 14:33:19 +01:00
}
.fa-h-square:before {
content: "\f0fd";
2021-11-03 14:33:19 +01:00
}
.fa-hacker-news:before {
content: "\f1d4";
2021-11-03 14:33:19 +01:00
}
.fa-hacker-news-square:before {
content: "\f3af";
2021-11-03 14:33:19 +01:00
}
.fa-hackerrank:before {
content: "\f5f7";
2021-11-03 14:33:19 +01:00
}
.fa-hamsa:before {
content: "\f665";
2021-11-03 14:33:19 +01:00
}
.fa-hand-holding:before {
content: "\f4bd";
2021-11-03 14:33:19 +01:00
}
.fa-hand-holding-heart:before {
content: "\f4be";
2021-11-03 14:33:19 +01:00
}
.fa-hand-holding-usd:before {
content: "\f4c0";
2021-11-03 14:33:19 +01:00
}
.fa-hand-lizard:before {
content: "\f258";
2021-11-03 14:33:19 +01:00
}
.fa-hand-paper:before {
content: "\f256";
2021-11-03 14:33:19 +01:00
}
.fa-hand-peace:before {
content: "\f25b";
2021-11-03 14:33:19 +01:00
}
.fa-hand-point-down:before {
content: "\f0a7";
2021-11-03 14:33:19 +01:00
}
.fa-hand-point-left:before {
content: "\f0a5";
2021-11-03 14:33:19 +01:00
}
.fa-hand-point-right:before {
content: "\f0a4";
2021-11-03 14:33:19 +01:00
}
.fa-hand-point-up:before {
content: "\f0a6";
2021-11-03 14:33:19 +01:00
}
.fa-hand-pointer:before {
content: "\f25a";
2021-11-03 14:33:19 +01:00
}
.fa-hand-rock:before {
content: "\f255";
2021-11-03 14:33:19 +01:00
}
.fa-hand-scissors:before {
content: "\f257";
2021-11-03 14:33:19 +01:00
}
.fa-hand-spock:before {
content: "\f259";
2021-11-03 14:33:19 +01:00
}
.fa-hands:before {
content: "\f4c2";
2021-11-03 14:33:19 +01:00
}
.fa-hands-helping:before {
content: "\f4c4";
2021-11-03 14:33:19 +01:00
}
.fa-handshake:before {
content: "\f2b5";
2021-11-03 14:33:19 +01:00
}
.fa-hashtag:before {
content: "\f292";
2021-11-03 14:33:19 +01:00
}
.fa-haykal:before {
content: "\f666";
2021-11-03 14:33:19 +01:00
}
.fa-hdd:before {
content: "\f0a0";
2021-11-03 14:33:19 +01:00
}
.fa-heading:before {
content: "\f1dc";
2021-11-03 14:33:19 +01:00
}
.fa-headphones:before {
content: "\f025";
2021-11-03 14:33:19 +01:00
}
.fa-headphones-alt:before {
content: "\f58f";
2021-11-03 14:33:19 +01:00
}
.fa-headset:before {
content: "\f590";
2021-11-03 14:33:19 +01:00
}
.fa-heart:before {
content: "\f004";
2021-11-03 14:33:19 +01:00
}
.fa-heartbeat:before {
content: "\f21e";
2021-11-03 14:33:19 +01:00
}
.fa-helicopter:before {
content: "\f533";
2021-11-03 14:33:19 +01:00
}
.fa-highlighter:before {
content: "\f591";
2021-11-03 14:33:19 +01:00
}
.fa-hips:before {
content: "\f452";
2021-11-03 14:33:19 +01:00
}
.fa-hire-a-helper:before {
content: "\f3b0";
2021-11-03 14:33:19 +01:00
}
.fa-history:before {
content: "\f1da";
2021-11-03 14:33:19 +01:00
}
.fa-hockey-puck:before {
content: "\f453";
2021-11-03 14:33:19 +01:00
}
.fa-home:before {
content: "\f015";
2021-11-03 14:33:19 +01:00
}
.fa-hooli:before {
content: "\f427";
2021-11-03 14:33:19 +01:00
}
.fa-hornbill:before {
content: "\f592";
2021-11-03 14:33:19 +01:00
}
.fa-hospital:before {
content: "\f0f8";
2021-11-03 14:33:19 +01:00
}
.fa-hospital-alt:before {
content: "\f47d";
2021-11-03 14:33:19 +01:00
}
.fa-hospital-symbol:before {
content: "\f47e";
2021-11-03 14:33:19 +01:00
}
.fa-hot-tub:before {
content: "\f593";
2021-11-03 14:33:19 +01:00
}
.fa-hotel:before {
content: "\f594";
2021-11-03 14:33:19 +01:00
}
.fa-hotjar:before {
content: "\f3b1";
2021-11-03 14:33:19 +01:00
}
.fa-hourglass:before {
content: "\f254";
2021-11-03 14:33:19 +01:00
}
.fa-hourglass-end:before {
content: "\f253";
2021-11-03 14:33:19 +01:00
}
.fa-hourglass-half:before {
content: "\f252";
2021-11-03 14:33:19 +01:00
}
.fa-hourglass-start:before {
content: "\f251";
2021-11-03 14:33:19 +01:00
}
.fa-houzz:before {
content: "\f27c";
2021-11-03 14:33:19 +01:00
}
.fa-html5:before {
content: "\f13b";
2021-11-03 14:33:19 +01:00
}
.fa-hubspot:before {
content: "\f3b2";
2021-11-03 14:33:19 +01:00
}
.fa-i-cursor:before {
content: "\f246";
2021-11-03 14:33:19 +01:00
}
.fa-id-badge:before {
content: "\f2c1";
2021-11-03 14:33:19 +01:00
}
.fa-id-card:before {
content: "\f2c2";
2021-11-03 14:33:19 +01:00
}
.fa-id-card-alt:before {
content: "\f47f";
2021-11-03 14:33:19 +01:00
}
.fa-image:before {
content: "\f03e";
2021-11-03 14:33:19 +01:00
}
.fa-images:before {
content: "\f302";
2021-11-03 14:33:19 +01:00
}
.fa-imdb:before {
content: "\f2d8";
2021-11-03 14:33:19 +01:00
}
.fa-inbox:before {
content: "\f01c";
2021-11-03 14:33:19 +01:00
}
.fa-indent:before {
content: "\f03c";
2021-11-03 14:33:19 +01:00
}
.fa-industry:before {
content: "\f275";
2021-11-03 14:33:19 +01:00
}
.fa-infinity:before {
content: "\f534";
2021-11-03 14:33:19 +01:00
}
.fa-info:before {
content: "\f129";
2021-11-03 14:33:19 +01:00
}
.fa-info-circle:before {
content: "\f05a";
2021-11-03 14:33:19 +01:00
}
.fa-instagram:before {
content: "\f16d";
2021-11-03 14:33:19 +01:00
}
.fa-internet-explorer:before {
content: "\f26b";
2021-11-03 14:33:19 +01:00
}
.fa-ioxhost:before {
content: "\f208";
2021-11-03 14:33:19 +01:00
}
.fa-italic:before {
content: "\f033";
2021-11-03 14:33:19 +01:00
}
.fa-itunes:before {
content: "\f3b4";
2021-11-03 14:33:19 +01:00
}
.fa-itunes-note:before {
content: "\f3b5";
2021-11-03 14:33:19 +01:00
}
.fa-java:before {
content: "\f4e4";
2021-11-03 14:33:19 +01:00
}
.fa-jedi:before {
content: "\f669";
2021-11-03 14:33:19 +01:00
}
.fa-jedi-order:before {
content: "\f50e";
2021-11-03 14:33:19 +01:00
}
.fa-jenkins:before {
content: "\f3b6";
2021-11-03 14:33:19 +01:00
}
.fa-joget:before {
content: "\f3b7";
2021-11-03 14:33:19 +01:00
}
.fa-joint:before {
content: "\f595";
2021-11-03 14:33:19 +01:00
}
.fa-joomla:before {
content: "\f1aa";
2021-11-03 14:33:19 +01:00
}
.fa-journal-whills:before {
content: "\f66a";
2021-11-03 14:33:19 +01:00
}
.fa-js:before {
content: "\f3b8";
2021-11-03 14:33:19 +01:00
}
.fa-js-square:before {
content: "\f3b9";
2021-11-03 14:33:19 +01:00
}
.fa-jsfiddle:before {
content: "\f1cc";
2021-11-03 14:33:19 +01:00
}
.fa-kaaba:before {
content: "\f66b";
2021-11-03 14:33:19 +01:00
}
.fa-kaggle:before {
content: "\f5fa";
2021-11-03 14:33:19 +01:00
}
.fa-key:before {
content: "\f084";
2021-11-03 14:33:19 +01:00
}
.fa-keybase:before {
content: "\f4f5";
2021-11-03 14:33:19 +01:00
}
.fa-keyboard:before {
content: "\f11c";
2021-11-03 14:33:19 +01:00
}
.fa-keycdn:before {
content: "\f3ba";
2021-11-03 14:33:19 +01:00
}
.fa-khanda:before {
content: "\f66d";
2021-11-03 14:33:19 +01:00
}
.fa-kickstarter:before {
content: "\f3bb";
2021-11-03 14:33:19 +01:00
}
.fa-kickstarter-k:before {
content: "\f3bc";
2021-11-03 14:33:19 +01:00
}
.fa-kiss:before {
content: "\f596";
2021-11-03 14:33:19 +01:00
}
.fa-kiss-beam:before {
content: "\f597";
2021-11-03 14:33:19 +01:00
}
.fa-kiss-wink-heart:before {
content: "\f598";
2021-11-03 14:33:19 +01:00
}
.fa-kiwi-bird:before {
content: "\f535";
2021-11-03 14:33:19 +01:00
}
.fa-korvue:before {
content: "\f42f";
2021-11-03 14:33:19 +01:00
}
.fa-landmark:before {
content: "\f66f";
2021-11-03 14:33:19 +01:00
}
.fa-language:before {
content: "\f1ab";
2021-11-03 14:33:19 +01:00
}
.fa-laptop:before {
content: "\f109";
2021-11-03 14:33:19 +01:00
}
.fa-laptop-code:before {
content: "\f5fc";
2021-11-03 14:33:19 +01:00
}
.fa-laravel:before {
content: "\f3bd";
2021-11-03 14:33:19 +01:00
}
.fa-lastfm:before {
content: "\f202";
2021-11-03 14:33:19 +01:00
}
.fa-lastfm-square:before {
content: "\f203";
2021-11-03 14:33:19 +01:00
}
.fa-laugh:before {
content: "\f599";
2021-11-03 14:33:19 +01:00
}
.fa-laugh-beam:before {
content: "\f59a";
2021-11-03 14:33:19 +01:00
}
.fa-laugh-squint:before {
content: "\f59b";
2021-11-03 14:33:19 +01:00
}
.fa-laugh-wink:before {
content: "\f59c";
2021-11-03 14:33:19 +01:00
}
.fa-layer-group:before {
content: "\f5fd";
2021-11-03 14:33:19 +01:00
}
.fa-leaf:before {
content: "\f06c";
2021-11-03 14:33:19 +01:00
}
.fa-leanpub:before {
content: "\f212";
2021-11-03 14:33:19 +01:00
}
.fa-lemon:before {
content: "\f094";
2021-11-03 14:33:19 +01:00
}
.fa-less:before {
content: "\f41d";
2021-11-03 14:33:19 +01:00
}
.fa-less-than:before {
content: "\f536";
2021-11-03 14:33:19 +01:00
}
.fa-less-than-equal:before {
content: "\f537";
2021-11-03 14:33:19 +01:00
}
.fa-level-down-alt:before {
content: "\f3be";
2021-11-03 14:33:19 +01:00
}
.fa-level-up-alt:before {
content: "\f3bf";
2021-11-03 14:33:19 +01:00
}
.fa-life-ring:before {
content: "\f1cd";
2021-11-03 14:33:19 +01:00
}
.fa-lightbulb:before {
content: "\f0eb";
2021-11-03 14:33:19 +01:00
}
.fa-line:before {
content: "\f3c0";
2021-11-03 14:33:19 +01:00
}
.fa-link:before {
content: "\f0c1";
2021-11-03 14:33:19 +01:00
}
.fa-linkedin:before {
content: "\f08c";
2021-11-03 14:33:19 +01:00
}
.fa-linkedin-in:before {
content: "\f0e1";
2021-11-03 14:33:19 +01:00
}
.fa-linode:before {
content: "\f2b8";
2021-11-03 14:33:19 +01:00
}
.fa-linux:before {
content: "\f17c";
2021-11-03 14:33:19 +01:00
}
.fa-lira-sign:before {
content: "\f195";
2021-11-03 14:33:19 +01:00
}
.fa-list:before {
content: "\f03a";
2021-11-03 14:33:19 +01:00
}
.fa-list-alt:before {
content: "\f022";
2021-11-03 14:33:19 +01:00
}
.fa-list-ol:before {
content: "\f0cb";
2021-11-03 14:33:19 +01:00
}
.fa-list-ul:before {
content: "\f0ca";
2021-11-03 14:33:19 +01:00
}
.fa-location-arrow:before {
content: "\f124";
2021-11-03 14:33:19 +01:00
}
.fa-lock:before {
content: "\f023";
2021-11-03 14:33:19 +01:00
}
.fa-lock-open:before {
content: "\f3c1";
2021-11-03 14:33:19 +01:00
}
.fa-long-arrow-alt-down:before {
content: "\f309";
2021-11-03 14:33:19 +01:00
}
.fa-long-arrow-alt-left:before {
content: "\f30a";
2021-11-03 14:33:19 +01:00
}
.fa-long-arrow-alt-right:before {
content: "\f30b";
2021-11-03 14:33:19 +01:00
}
.fa-long-arrow-alt-up:before {
content: "\f30c";
2021-11-03 14:33:19 +01:00
}
.fa-low-vision:before {
content: "\f2a8";
2021-11-03 14:33:19 +01:00
}
.fa-luggage-cart:before {
content: "\f59d";
2021-11-03 14:33:19 +01:00
}
.fa-lyft:before {
content: "\f3c3";
2021-11-03 14:33:19 +01:00
}
.fa-magento:before {
content: "\f3c4";
2021-11-03 14:33:19 +01:00
}
.fa-magic:before {
content: "\f0d0";
2021-11-03 14:33:19 +01:00
}
.fa-magnet:before {
content: "\f076";
2021-11-03 14:33:19 +01:00
}
.fa-mail-bulk:before {
content: "\f674";
2021-11-03 14:33:19 +01:00
}
.fa-mailchimp:before {
content: "\f59e";
2021-11-03 14:33:19 +01:00
}
.fa-male:before {
content: "\f183";
2021-11-03 14:33:19 +01:00
}
.fa-mandalorian:before {
content: "\f50f";
2021-11-03 14:33:19 +01:00
}
.fa-map:before {
content: "\f279";
2021-11-03 14:33:19 +01:00
}
.fa-map-marked:before {
content: "\f59f";
2021-11-03 14:33:19 +01:00
}
.fa-map-marked-alt:before {
content: "\f5a0";
2021-11-03 14:33:19 +01:00
}
.fa-map-marker:before {
content: "\f041";
2021-11-03 14:33:19 +01:00
}
.fa-map-marker-alt:before {
content: "\f3c5";
2021-11-03 14:33:19 +01:00
}
.fa-map-pin:before {
content: "\f276";
2021-11-03 14:33:19 +01:00
}
.fa-map-signs:before {
content: "\f277";
2021-11-03 14:33:19 +01:00
}
.fa-markdown:before {
content: "\f60f";
2021-11-03 14:33:19 +01:00
}
.fa-marker:before {
content: "\f5a1";
2021-11-03 14:33:19 +01:00
}
.fa-mars:before {
content: "\f222";
2021-11-03 14:33:19 +01:00
}
.fa-mars-double:before {
content: "\f227";
2021-11-03 14:33:19 +01:00
}
.fa-mars-stroke:before {
content: "\f229";
2021-11-03 14:33:19 +01:00
}
.fa-mars-stroke-h:before {
content: "\f22b";
2021-11-03 14:33:19 +01:00
}
.fa-mars-stroke-v:before {
content: "\f22a";
2021-11-03 14:33:19 +01:00
}
.fa-mastodon:before {
content: "\f4f6";
2021-11-03 14:33:19 +01:00
}
.fa-maxcdn:before {
content: "\f136";
2021-11-03 14:33:19 +01:00
}
.fa-medal:before {
content: "\f5a2";
2021-11-03 14:33:19 +01:00
}
.fa-medapps:before {
content: "\f3c6";
2021-11-03 14:33:19 +01:00
}
.fa-medium:before {
content: "\f23a";
2021-11-03 14:33:19 +01:00
}
.fa-medium-m:before {
content: "\f3c7";
2021-11-03 14:33:19 +01:00
}
.fa-medkit:before {
content: "\f0fa";
2021-11-03 14:33:19 +01:00
}
.fa-medrt:before {
content: "\f3c8";
2021-11-03 14:33:19 +01:00
}
.fa-meetup:before {
content: "\f2e0";
2021-11-03 14:33:19 +01:00
}
.fa-megaport:before {
content: "\f5a3";
2021-11-03 14:33:19 +01:00
}
.fa-meh:before {
content: "\f11a";
2021-11-03 14:33:19 +01:00
}
.fa-meh-blank:before {
content: "\f5a4";
2021-11-03 14:33:19 +01:00
}
.fa-meh-rolling-eyes:before {
content: "\f5a5";
2021-11-03 14:33:19 +01:00
}
.fa-memory:before {
content: "\f538";
2021-11-03 14:33:19 +01:00
}
.fa-menorah:before {
content: "\f676";
2021-11-03 14:33:19 +01:00
}
.fa-mercury:before {
content: "\f223";
2021-11-03 14:33:19 +01:00
}
.fa-microchip:before {
content: "\f2db";
2021-11-03 14:33:19 +01:00
}
.fa-microphone:before {
content: "\f130";
2021-11-03 14:33:19 +01:00
}
.fa-microphone-alt:before {
content: "\f3c9";
2021-11-03 14:33:19 +01:00
}
.fa-microphone-alt-slash:before {
content: "\f539";
2021-11-03 14:33:19 +01:00
}
.fa-microphone-slash:before {
content: "\f131";
2021-11-03 14:33:19 +01:00
}
.fa-microscope:before {
content: "\f610";
2021-11-03 14:33:19 +01:00
}
.fa-microsoft:before {
content: "\f3ca";
2021-11-03 14:33:19 +01:00
}
.fa-minus:before {
content: "\f068";
2021-11-03 14:33:19 +01:00
}
.fa-minus-circle:before {
content: "\f056";
2021-11-03 14:33:19 +01:00
}
.fa-minus-square:before {
content: "\f146";
2021-11-03 14:33:19 +01:00
}
.fa-mix:before {
content: "\f3cb";
2021-11-03 14:33:19 +01:00
}
.fa-mixcloud:before {
content: "\f289";
2021-11-03 14:33:19 +01:00
}
.fa-mizuni:before {
content: "\f3cc";
2021-11-03 14:33:19 +01:00
}
.fa-mobile:before {
content: "\f10b";
2021-11-03 14:33:19 +01:00
}
.fa-mobile-alt:before {
content: "\f3cd";
2021-11-03 14:33:19 +01:00
}
.fa-modx:before {
content: "\f285";
2021-11-03 14:33:19 +01:00
}
.fa-monero:before {
content: "\f3d0";
2021-11-03 14:33:19 +01:00
}
.fa-money-bill:before {
content: "\f0d6";
2021-11-03 14:33:19 +01:00
}
.fa-money-bill-alt:before {
content: "\f3d1";
2021-11-03 14:33:19 +01:00
}
.fa-money-bill-wave:before {
content: "\f53a";
2021-11-03 14:33:19 +01:00
}
.fa-money-bill-wave-alt:before {
content: "\f53b";
2021-11-03 14:33:19 +01:00
}
.fa-money-check:before {
content: "\f53c";
2021-11-03 14:33:19 +01:00
}
.fa-money-check-alt:before {
content: "\f53d";
2021-11-03 14:33:19 +01:00
}
.fa-monument:before {
content: "\f5a6";
2021-11-03 14:33:19 +01:00
}
.fa-moon:before {
content: "\f186";
2021-11-03 14:33:19 +01:00
}
.fa-mortar-pestle:before {
content: "\f5a7";
2021-11-03 14:33:19 +01:00
}
.fa-mosque:before {
content: "\f678";
2021-11-03 14:33:19 +01:00
}
.fa-motorcycle:before {
content: "\f21c";
2021-11-03 14:33:19 +01:00
}
.fa-mouse-pointer:before {
content: "\f245";
2021-11-03 14:33:19 +01:00
}
.fa-music:before {
content: "\f001";
2021-11-03 14:33:19 +01:00
}
.fa-napster:before {
content: "\f3d2";
2021-11-03 14:33:19 +01:00
}
.fa-neos:before {
content: "\f612";
2021-11-03 14:33:19 +01:00
}
.fa-neuter:before {
content: "\f22c";
2021-11-03 14:33:19 +01:00
}
.fa-newspaper:before {
content: "\f1ea";
2021-11-03 14:33:19 +01:00
}
.fa-nimblr:before {
content: "\f5a8";
2021-11-03 14:33:19 +01:00
}
.fa-nintendo-switch:before {
content: "\f418";
2021-11-03 14:33:19 +01:00
}
.fa-node:before {
content: "\f419";
2021-11-03 14:33:19 +01:00
}
.fa-node-js:before {
content: "\f3d3";
2021-11-03 14:33:19 +01:00
}
.fa-not-equal:before {
content: "\f53e";
2021-11-03 14:33:19 +01:00
}
.fa-notes-medical:before {
content: "\f481";
2021-11-03 14:33:19 +01:00
}
.fa-npm:before {
content: "\f3d4";
2021-11-03 14:33:19 +01:00
}
.fa-ns8:before {
content: "\f3d5";
2021-11-03 14:33:19 +01:00
}
.fa-nutritionix:before {
content: "\f3d6";
2021-11-03 14:33:19 +01:00
}
.fa-object-group:before {
content: "\f247";
2021-11-03 14:33:19 +01:00
}
.fa-object-ungroup:before {
content: "\f248";
2021-11-03 14:33:19 +01:00
}
.fa-odnoklassniki:before {
content: "\f263";
2021-11-03 14:33:19 +01:00
}
.fa-odnoklassniki-square:before {
content: "\f264";
2021-11-03 14:33:19 +01:00
}
.fa-oil-can:before {
content: "\f613";
2021-11-03 14:33:19 +01:00
}
.fa-old-republic:before {
content: "\f510";
2021-11-03 14:33:19 +01:00
}
.fa-om:before {
content: "\f679";
2021-11-03 14:33:19 +01:00
}
.fa-opencart:before {
content: "\f23d";
2021-11-03 14:33:19 +01:00
}
.fa-openid:before {
content: "\f19b";
2021-11-03 14:33:19 +01:00
}
.fa-opera:before {
content: "\f26a";
2021-11-03 14:33:19 +01:00
}
.fa-optin-monster:before {
content: "\f23c";
2021-11-03 14:33:19 +01:00
}
.fa-osi:before {
content: "\f41a";
2021-11-03 14:33:19 +01:00
}
.fa-outdent:before {
content: "\f03b";
2021-11-03 14:33:19 +01:00
}
.fa-page4:before {
content: "\f3d7";
2021-11-03 14:33:19 +01:00
}
.fa-pagelines:before {
content: "\f18c";
2021-11-03 14:33:19 +01:00
}
.fa-paint-brush:before {
content: "\f1fc";
2021-11-03 14:33:19 +01:00
}
.fa-paint-roller:before {
content: "\f5aa";
2021-11-03 14:33:19 +01:00
}
.fa-palette:before {
content: "\f53f";
2021-11-03 14:33:19 +01:00
}
.fa-palfed:before {
content: "\f3d8";
2021-11-03 14:33:19 +01:00
}
.fa-pallet:before {
content: "\f482";
2021-11-03 14:33:19 +01:00
}
.fa-paper-plane:before {
content: "\f1d8";
2021-11-03 14:33:19 +01:00
}
.fa-paperclip:before {
content: "\f0c6";
2021-11-03 14:33:19 +01:00
}
.fa-parachute-box:before {
content: "\f4cd";
2021-11-03 14:33:19 +01:00
}
.fa-paragraph:before {
content: "\f1dd";
2021-11-03 14:33:19 +01:00
}
.fa-parking:before {
content: "\f540";
2021-11-03 14:33:19 +01:00
}
.fa-passport:before {
content: "\f5ab";
2021-11-03 14:33:19 +01:00
}
.fa-pastafarianism:before {
content: "\f67b";
2021-11-03 14:33:19 +01:00
}
.fa-paste:before {
content: "\f0ea";
2021-11-03 14:33:19 +01:00
}
.fa-patreon:before {
content: "\f3d9";
2021-11-03 14:33:19 +01:00
}
.fa-pause:before {
content: "\f04c";
2021-11-03 14:33:19 +01:00
}
.fa-pause-circle:before {
content: "\f28b";
2021-11-03 14:33:19 +01:00
}
.fa-paw:before {
content: "\f1b0";
2021-11-03 14:33:19 +01:00
}
.fa-paypal:before {
content: "\f1ed";
2021-11-03 14:33:19 +01:00
}
.fa-peace:before {
content: "\f67c";
2021-11-03 14:33:19 +01:00
}
.fa-pen:before {
content: "\f304";
2021-11-03 14:33:19 +01:00
}
.fa-pen-alt:before {
content: "\f305";
2021-11-03 14:33:19 +01:00
}
.fa-pen-fancy:before {
content: "\f5ac";
2021-11-03 14:33:19 +01:00
}
.fa-pen-nib:before {
content: "\f5ad";
2021-11-03 14:33:19 +01:00
}
.fa-pen-square:before {
content: "\f14b";
2021-11-03 14:33:19 +01:00
}
.fa-pencil-alt:before {
content: "\f303";
2021-11-03 14:33:19 +01:00
}
.fa-pencil-ruler:before {
content: "\f5ae";
2021-11-03 14:33:19 +01:00
}
.fa-people-carry:before {
content: "\f4ce";
2021-11-03 14:33:19 +01:00
}
.fa-percent:before {
content: "\f295";
2021-11-03 14:33:19 +01:00
}
.fa-percentage:before {
content: "\f541";
2021-11-03 14:33:19 +01:00
}
.fa-periscope:before {
content: "\f3da";
2021-11-03 14:33:19 +01:00
}
.fa-phabricator:before {
content: "\f3db";
2021-11-03 14:33:19 +01:00
}
.fa-phoenix-framework:before {
content: "\f3dc";
2021-11-03 14:33:19 +01:00
}
.fa-phoenix-squadron:before {
content: "\f511";
2021-11-03 14:33:19 +01:00
}
.fa-phone:before {
content: "\f095";
2021-11-03 14:33:19 +01:00
}
.fa-phone-slash:before {
content: "\f3dd";
2021-11-03 14:33:19 +01:00
}
.fa-phone-square:before {
content: "\f098";
2021-11-03 14:33:19 +01:00
}
.fa-phone-volume:before {
content: "\f2a0";
2021-11-03 14:33:19 +01:00
}
.fa-php:before {
content: "\f457";
2021-11-03 14:33:19 +01:00
}
.fa-pied-piper:before {
content: "\f2ae";
2021-11-03 14:33:19 +01:00
}
.fa-pied-piper-alt:before {
content: "\f1a8";
2021-11-03 14:33:19 +01:00
}
.fa-pied-piper-hat:before {
content: "\f4e5";
2021-11-03 14:33:19 +01:00
}
.fa-pied-piper-pp:before {
content: "\f1a7";
2021-11-03 14:33:19 +01:00
}
.fa-piggy-bank:before {
content: "\f4d3";
2021-11-03 14:33:19 +01:00
}
.fa-pills:before {
content: "\f484";
2021-11-03 14:33:19 +01:00
}
.fa-pinterest:before {
content: "\f0d2";
2021-11-03 14:33:19 +01:00
}
.fa-pinterest-p:before {
content: "\f231";
2021-11-03 14:33:19 +01:00
}
.fa-pinterest-square:before {
content: "\f0d3";
2021-11-03 14:33:19 +01:00
}
.fa-place-of-worship:before {
content: "\f67f";
2021-11-03 14:33:19 +01:00
}
.fa-plane:before {
content: "\f072";
2021-11-03 14:33:19 +01:00
}
.fa-plane-arrival:before {
content: "\f5af";
2021-11-03 14:33:19 +01:00
}
.fa-plane-departure:before {
content: "\f5b0";
2021-11-03 14:33:19 +01:00
}
.fa-play:before {
content: "\f04b";
2021-11-03 14:33:19 +01:00
}
.fa-play-circle:before {
content: "\f144";
2021-11-03 14:33:19 +01:00
}
.fa-playstation:before {
content: "\f3df";
2021-11-03 14:33:19 +01:00
}
.fa-plug:before {
content: "\f1e6";
2021-11-03 14:33:19 +01:00
}
.fa-plus:before {
content: "\f067";
2021-11-03 14:33:19 +01:00
}
.fa-plus-circle:before {
content: "\f055";
2021-11-03 14:33:19 +01:00
}
.fa-plus-square:before {
content: "\f0fe";
2021-11-03 14:33:19 +01:00
}
.fa-podcast:before {
content: "\f2ce";
2021-11-03 14:33:19 +01:00
}
.fa-poll:before {
content: "\f681";
2021-11-03 14:33:19 +01:00
}
.fa-poll-h:before {
content: "\f682";
2021-11-03 14:33:19 +01:00
}
.fa-poo:before {
content: "\f2fe";
2021-11-03 14:33:19 +01:00
}
.fa-poop:before {
content: "\f619";
2021-11-03 14:33:19 +01:00
}
.fa-portrait:before {
content: "\f3e0";
2021-11-03 14:33:19 +01:00
}
.fa-pound-sign:before {
content: "\f154";
2021-11-03 14:33:19 +01:00
}
.fa-power-off:before {
content: "\f011";
2021-11-03 14:33:19 +01:00
}
.fa-pray:before {
content: "\f683";
2021-11-03 14:33:19 +01:00
}
.fa-praying-hands:before {
content: "\f684";
2021-11-03 14:33:19 +01:00
}
.fa-prescription:before {
content: "\f5b1";
2021-11-03 14:33:19 +01:00
}
.fa-prescription-bottle:before {
content: "\f485";
2021-11-03 14:33:19 +01:00
}
.fa-prescription-bottle-alt:before {
content: "\f486";
2021-11-03 14:33:19 +01:00
}
.fa-print:before {
content: "\f02f";
2021-11-03 14:33:19 +01:00
}
.fa-procedures:before {
content: "\f487";
2021-11-03 14:33:19 +01:00
}
.fa-product-hunt:before {
content: "\f288";
2021-11-03 14:33:19 +01:00
}
.fa-project-diagram:before {
content: "\f542";
2021-11-03 14:33:19 +01:00
}
.fa-pushed:before {
content: "\f3e1";
2021-11-03 14:33:19 +01:00
}
.fa-puzzle-piece:before {
content: "\f12e";
2021-11-03 14:33:19 +01:00
}
.fa-python:before {
content: "\f3e2";
2021-11-03 14:33:19 +01:00
}
.fa-qq:before {
content: "\f1d6";
2021-11-03 14:33:19 +01:00
}
.fa-qrcode:before {
content: "\f029";
2021-11-03 14:33:19 +01:00
}
.fa-question:before {
content: "\f128";
2021-11-03 14:33:19 +01:00
}
.fa-question-circle:before {
content: "\f059";
2021-11-03 14:33:19 +01:00
}
.fa-quidditch:before {
content: "\f458";
2021-11-03 14:33:19 +01:00
}
.fa-quinscape:before {
content: "\f459";
2021-11-03 14:33:19 +01:00
}
.fa-quora:before {
content: "\f2c4";
2021-11-03 14:33:19 +01:00
}
.fa-quote-left:before {
content: "\f10d";
2021-11-03 14:33:19 +01:00
}
.fa-quote-right:before {
content: "\f10e";
2021-11-03 14:33:19 +01:00
}
.fa-quran:before {
content: "\f687";
2021-11-03 14:33:19 +01:00
}
.fa-r-project:before {
content: "\f4f7";
2021-11-03 14:33:19 +01:00
}
.fa-random:before {
content: "\f074";
2021-11-03 14:33:19 +01:00
}
.fa-ravelry:before {
content: "\f2d9";
2021-11-03 14:33:19 +01:00
}
.fa-react:before {
content: "\f41b";
2021-11-03 14:33:19 +01:00
}
.fa-readme:before {
content: "\f4d5";
2021-11-03 14:33:19 +01:00
}
.fa-rebel:before {
content: "\f1d0";
2021-11-03 14:33:19 +01:00
}
.fa-receipt:before {
content: "\f543";
2021-11-03 14:33:19 +01:00
}
.fa-recycle:before {
content: "\f1b8";
2021-11-03 14:33:19 +01:00
}
.fa-red-river:before {
content: "\f3e3";
2021-11-03 14:33:19 +01:00
}
.fa-reddit:before {
content: "\f1a1";
2021-11-03 14:33:19 +01:00
}
.fa-reddit-alien:before {
content: "\f281";
2021-11-03 14:33:19 +01:00
}
.fa-reddit-square:before {
content: "\f1a2";
2021-11-03 14:33:19 +01:00
}
.fa-redo:before {
content: "\f01e";
2021-11-03 14:33:19 +01:00
}
.fa-redo-alt:before {
content: "\f2f9";
2021-11-03 14:33:19 +01:00
}
.fa-registered:before {
content: "\f25d";
2021-11-03 14:33:19 +01:00
}
.fa-rendact:before {
content: "\f3e4";
2021-11-03 14:33:19 +01:00
}
.fa-renren:before {
content: "\f18b";
2021-11-03 14:33:19 +01:00
}
.fa-reply:before {
content: "\f3e5";
2021-11-03 14:33:19 +01:00
}
.fa-reply-all:before {
content: "\f122";
2021-11-03 14:33:19 +01:00
}
.fa-replyd:before {
content: "\f3e6";
2021-11-03 14:33:19 +01:00
}
.fa-researchgate:before {
content: "\f4f8";
2021-11-03 14:33:19 +01:00
}
.fa-resolving:before {
content: "\f3e7";
2021-11-03 14:33:19 +01:00
}
.fa-retweet:before {
content: "\f079";
2021-11-03 14:33:19 +01:00
}
.fa-rev:before {
content: "\f5b2";
2021-11-03 14:33:19 +01:00
}
.fa-ribbon:before {
content: "\f4d6";
2021-11-03 14:33:19 +01:00
}
.fa-road:before {
content: "\f018";
2021-11-03 14:33:19 +01:00
}
.fa-robot:before {
content: "\f544";
2021-11-03 14:33:19 +01:00
}
.fa-rocket:before {
content: "\f135";
2021-11-03 14:33:19 +01:00
}
.fa-rocketchat:before {
content: "\f3e8";
2021-11-03 14:33:19 +01:00
}
.fa-rockrms:before {
content: "\f3e9";
2021-11-03 14:33:19 +01:00
}
.fa-route:before {
content: "\f4d7";
2021-11-03 14:33:19 +01:00
}
.fa-rss:before {
content: "\f09e";
2021-11-03 14:33:19 +01:00
}
.fa-rss-square:before {
content: "\f143";
2021-11-03 14:33:19 +01:00
}
.fa-ruble-sign:before {
content: "\f158";
2021-11-03 14:33:19 +01:00
}
.fa-ruler:before {
content: "\f545";
2021-11-03 14:33:19 +01:00
}
.fa-ruler-combined:before {
content: "\f546";
2021-11-03 14:33:19 +01:00
}
.fa-ruler-horizontal:before {
content: "\f547";
2021-11-03 14:33:19 +01:00
}
.fa-ruler-vertical:before {
content: "\f548";
2021-11-03 14:33:19 +01:00
}
.fa-rupee-sign:before {
content: "\f156";
2021-11-03 14:33:19 +01:00
}
.fa-sad-cry:before {
content: "\f5b3";
2021-11-03 14:33:19 +01:00
}
.fa-sad-tear:before {
content: "\f5b4";
2021-11-03 14:33:19 +01:00
}
.fa-safari:before {
content: "\f267";
2021-11-03 14:33:19 +01:00
}
.fa-sass:before {
content: "\f41e";
2021-11-03 14:33:19 +01:00
}
.fa-save:before {
content: "\f0c7";
2021-11-03 14:33:19 +01:00
}
.fa-schlix:before {
content: "\f3ea";
2021-11-03 14:33:19 +01:00
}
.fa-school:before {
content: "\f549";
2021-11-03 14:33:19 +01:00
}
.fa-screwdriver:before {
content: "\f54a";
2021-11-03 14:33:19 +01:00
}
.fa-scribd:before {
content: "\f28a";
2021-11-03 14:33:19 +01:00
}
.fa-search:before {
content: "\f002";
2021-11-03 14:33:19 +01:00
}
.fa-search-dollar:before {
content: "\f688";
2021-11-03 14:33:19 +01:00
}
.fa-search-location:before {
content: "\f689";
2021-11-03 14:33:19 +01:00
}
.fa-search-minus:before {
content: "\f010";
2021-11-03 14:33:19 +01:00
}
.fa-search-plus:before {
content: "\f00e";
2021-11-03 14:33:19 +01:00
}
.fa-searchengin:before {
content: "\f3eb";
2021-11-03 14:33:19 +01:00
}
.fa-seedling:before {
content: "\f4d8";
2021-11-03 14:33:19 +01:00
}
.fa-sellcast:before {
content: "\f2da";
2021-11-03 14:33:19 +01:00
}
.fa-sellsy:before {
content: "\f213";
2021-11-03 14:33:19 +01:00
}
.fa-server:before {
content: "\f233";
2021-11-03 14:33:19 +01:00
}
.fa-servicestack:before {
content: "\f3ec";
2021-11-03 14:33:19 +01:00
}
.fa-shapes:before {
content: "\f61f";
2021-11-03 14:33:19 +01:00
}
.fa-share:before {
content: "\f064";
2021-11-03 14:33:19 +01:00
}
.fa-share-alt:before {
content: "\f1e0";
2021-11-03 14:33:19 +01:00
}
.fa-share-alt-square:before {
content: "\f1e1";
2021-11-03 14:33:19 +01:00
}
.fa-share-square:before {
content: "\f14d";
2021-11-03 14:33:19 +01:00
}
.fa-shekel-sign:before {
content: "\f20b";
2021-11-03 14:33:19 +01:00
}
.fa-shield-alt:before {
content: "\f3ed";
2021-11-03 14:33:19 +01:00
}
.fa-ship:before {
content: "\f21a";
2021-11-03 14:33:19 +01:00
}
.fa-shipping-fast:before {
content: "\f48b";
2021-11-03 14:33:19 +01:00
}
.fa-shirtsinbulk:before {
content: "\f214";
2021-11-03 14:33:19 +01:00
}
.fa-shoe-prints:before {
content: "\f54b";
2021-11-03 14:33:19 +01:00
}
.fa-shopping-bag:before {
content: "\f290";
2021-11-03 14:33:19 +01:00
}
.fa-shopping-basket:before {
content: "\f291";
2021-11-03 14:33:19 +01:00
}
.fa-shopping-cart:before {
content: "\f07a";
2021-11-03 14:33:19 +01:00
}
.fa-shopware:before {
content: "\f5b5";
2021-11-03 14:33:19 +01:00
}
.fa-shower:before {
content: "\f2cc";
2021-11-03 14:33:19 +01:00
}
.fa-shuttle-van:before {
content: "\f5b6";
2021-11-03 14:33:19 +01:00
}
.fa-sign:before {
content: "\f4d9";
2021-11-03 14:33:19 +01:00
}
.fa-sign-in-alt:before {
content: "\f2f6";
2021-11-03 14:33:19 +01:00
}
.fa-sign-language:before {
content: "\f2a7";
2021-11-03 14:33:19 +01:00
}
.fa-sign-out-alt:before {
content: "\f2f5";
2021-11-03 14:33:19 +01:00
}
.fa-signal:before {
content: "\f012";
2021-11-03 14:33:19 +01:00
}
.fa-signature:before {
content: "\f5b7";
2021-11-03 14:33:19 +01:00
}
.fa-simplybuilt:before {
content: "\f215";
2021-11-03 14:33:19 +01:00
}
.fa-sistrix:before {
content: "\f3ee";
2021-11-03 14:33:19 +01:00
}
.fa-sitemap:before {
content: "\f0e8";
2021-11-03 14:33:19 +01:00
}
.fa-sith:before {
content: "\f512";
2021-11-03 14:33:19 +01:00
}
.fa-skull:before {
content: "\f54c";
2021-11-03 14:33:19 +01:00
}
.fa-skyatlas:before {
content: "\f216";
2021-11-03 14:33:19 +01:00
}
.fa-skype:before {
content: "\f17e";
2021-11-03 14:33:19 +01:00
}
.fa-slack:before {
content: "\f198";
2021-11-03 14:33:19 +01:00
}
.fa-slack-hash:before {
content: "\f3ef";
2021-11-03 14:33:19 +01:00
}
.fa-sliders-h:before {
content: "\f1de";
2021-11-03 14:33:19 +01:00
}
.fa-slideshare:before {
content: "\f1e7";
2021-11-03 14:33:19 +01:00
}
.fa-smile:before {
content: "\f118";
2021-11-03 14:33:19 +01:00
}
.fa-smile-beam:before {
content: "\f5b8";
2021-11-03 14:33:19 +01:00
}
.fa-smile-wink:before {
content: "\f4da";
2021-11-03 14:33:19 +01:00
}
.fa-smoking:before {
content: "\f48d";
2021-11-03 14:33:19 +01:00
}
.fa-smoking-ban:before {
content: "\f54d";
2021-11-03 14:33:19 +01:00
}
.fa-snapchat:before {
content: "\f2ab";
2021-11-03 14:33:19 +01:00
}
.fa-snapchat-ghost:before {
content: "\f2ac";
2021-11-03 14:33:19 +01:00
}
.fa-snapchat-square:before {
content: "\f2ad";
2021-11-03 14:33:19 +01:00
}
.fa-snowflake:before {
content: "\f2dc";
2021-11-03 14:33:19 +01:00
}
.fa-socks:before {
content: "\f696";
2021-11-03 14:33:19 +01:00
}
.fa-solar-panel:before {
content: "\f5ba";
2021-11-03 14:33:19 +01:00
}
.fa-sort:before {
content: "\f0dc";
2021-11-03 14:33:19 +01:00
}
.fa-sort-alpha-down:before {
content: "\f15d";
2021-11-03 14:33:19 +01:00
}
.fa-sort-alpha-up:before {
content: "\f15e";
2021-11-03 14:33:19 +01:00
}
.fa-sort-amount-down:before {
content: "\f160";
2021-11-03 14:33:19 +01:00
}
.fa-sort-amount-up:before {
content: "\f161";
2021-11-03 14:33:19 +01:00
}
.fa-sort-down:before {
content: "\f0dd";
2021-11-03 14:33:19 +01:00
}
.fa-sort-numeric-down:before {
content: "\f162";
2021-11-03 14:33:19 +01:00
}
.fa-sort-numeric-up:before {
content: "\f163";
2021-11-03 14:33:19 +01:00
}
.fa-sort-up:before {
content: "\f0de";
2021-11-03 14:33:19 +01:00
}
.fa-soundcloud:before {
content: "\f1be";
2021-11-03 14:33:19 +01:00
}
.fa-spa:before {
content: "\f5bb";
2021-11-03 14:33:19 +01:00
}
.fa-space-shuttle:before {
content: "\f197";
2021-11-03 14:33:19 +01:00
}
.fa-speakap:before {
content: "\f3f3";
2021-11-03 14:33:19 +01:00
}
.fa-spinner:before {
content: "\f110";
2021-11-03 14:33:19 +01:00
}
.fa-splotch:before {
content: "\f5bc";
2021-11-03 14:33:19 +01:00
}
.fa-spotify:before {
content: "\f1bc";
2021-11-03 14:33:19 +01:00
}
.fa-spray-can:before {
content: "\f5bd";
2021-11-03 14:33:19 +01:00
}
.fa-square:before {
content: "\f0c8";
2021-11-03 14:33:19 +01:00
}
.fa-square-full:before {
content: "\f45c";
2021-11-03 14:33:19 +01:00
}
.fa-square-root-alt:before {
content: "\f698";
2021-11-03 14:33:19 +01:00
}
.fa-squarespace:before {
content: "\f5be";
2021-11-03 14:33:19 +01:00
}
.fa-stack-exchange:before {
content: "\f18d";
2021-11-03 14:33:19 +01:00
}
.fa-stack-overflow:before {
content: "\f16c";
2021-11-03 14:33:19 +01:00
}
.fa-stamp:before {
content: "\f5bf";
2021-11-03 14:33:19 +01:00
}
.fa-star:before {
content: "\f005";
2021-11-03 14:33:19 +01:00
}
.fa-star-and-crescent:before {
content: "\f699";
2021-11-03 14:33:19 +01:00
}
.fa-star-half:before {
content: "\f089";
2021-11-03 14:33:19 +01:00
}
.fa-star-half-alt:before {
content: "\f5c0";
2021-11-03 14:33:19 +01:00
}
.fa-star-of-david:before {
content: "\f69a";
2021-11-03 14:33:19 +01:00
}
.fa-star-of-life:before {
content: "\f621";
2021-11-03 14:33:19 +01:00
}
.fa-staylinked:before {
content: "\f3f5";
2021-11-03 14:33:19 +01:00
}
.fa-steam:before {
content: "\f1b6";
2021-11-03 14:33:19 +01:00
}
.fa-steam-square:before {
content: "\f1b7";
2021-11-03 14:33:19 +01:00
}
.fa-steam-symbol:before {
content: "\f3f6";
2021-11-03 14:33:19 +01:00
}
.fa-step-backward:before {
content: "\f048";
2021-11-03 14:33:19 +01:00
}
.fa-step-forward:before {
content: "\f051";
2021-11-03 14:33:19 +01:00
}
.fa-stethoscope:before {
content: "\f0f1";
2021-11-03 14:33:19 +01:00
}
.fa-sticker-mule:before {
content: "\f3f7";
2021-11-03 14:33:19 +01:00
}
.fa-sticky-note:before {
content: "\f249";
2021-11-03 14:33:19 +01:00
}
.fa-stop:before {
content: "\f04d";
2021-11-03 14:33:19 +01:00
}
.fa-stop-circle:before {
content: "\f28d";
2021-11-03 14:33:19 +01:00
}
.fa-stopwatch:before {
content: "\f2f2";
2021-11-03 14:33:19 +01:00
}
.fa-store:before {
content: "\f54e";
2021-11-03 14:33:19 +01:00
}
.fa-store-alt:before {
content: "\f54f";
2021-11-03 14:33:19 +01:00
}
.fa-strava:before {
content: "\f428";
2021-11-03 14:33:19 +01:00
}
.fa-stream:before {
content: "\f550";
2021-11-03 14:33:19 +01:00
}
.fa-street-view:before {
content: "\f21d";
2021-11-03 14:33:19 +01:00
}
.fa-strikethrough:before {
content: "\f0cc";
2021-11-03 14:33:19 +01:00
}
.fa-stripe:before {
content: "\f429";
2021-11-03 14:33:19 +01:00
}
.fa-stripe-s:before {
content: "\f42a";
2021-11-03 14:33:19 +01:00
}
.fa-stroopwafel:before {
content: "\f551";
2021-11-03 14:33:19 +01:00
}
.fa-studiovinari:before {
content: "\f3f8";
2021-11-03 14:33:19 +01:00
}
.fa-stumbleupon:before {
content: "\f1a4";
2021-11-03 14:33:19 +01:00
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
2021-11-03 14:33:19 +01:00
}
.fa-subscript:before {
content: "\f12c";
2021-11-03 14:33:19 +01:00
}
.fa-subway:before {
content: "\f239";
2021-11-03 14:33:19 +01:00
}
.fa-suitcase:before {
content: "\f0f2";
2021-11-03 14:33:19 +01:00
}
.fa-suitcase-rolling:before {
content: "\f5c1";
2021-11-03 14:33:19 +01:00
}
.fa-sun:before {
content: "\f185";
2021-11-03 14:33:19 +01:00
}
.fa-superpowers:before {
content: "\f2dd";
2021-11-03 14:33:19 +01:00
}
.fa-superscript:before {
content: "\f12b";
2021-11-03 14:33:19 +01:00
}
.fa-supple:before {
content: "\f3f9";
2021-11-03 14:33:19 +01:00
}
.fa-surprise:before {
content: "\f5c2";
2021-11-03 14:33:19 +01:00
}
.fa-swatchbook:before {
content: "\f5c3";
2021-11-03 14:33:19 +01:00
}
.fa-swimmer:before {
content: "\f5c4";
2021-11-03 14:33:19 +01:00
}
.fa-swimming-pool:before {
content: "\f5c5";
2021-11-03 14:33:19 +01:00
}
.fa-synagogue:before {
content: "\f69b";
2021-11-03 14:33:19 +01:00
}
.fa-sync:before {
content: "\f021";
2021-11-03 14:33:19 +01:00
}
.fa-sync-alt:before {
content: "\f2f1";
2021-11-03 14:33:19 +01:00
}
.fa-syringe:before {
content: "\f48e";
2021-11-03 14:33:19 +01:00
}
.fa-table:before {
content: "\f0ce";
2021-11-03 14:33:19 +01:00
}
.fa-table-tennis:before {
content: "\f45d";
2021-11-03 14:33:19 +01:00
}
.fa-tablet:before {
content: "\f10a";
2021-11-03 14:33:19 +01:00
}
.fa-tablet-alt:before {
content: "\f3fa";
2021-11-03 14:33:19 +01:00
}
.fa-tablets:before {
content: "\f490";
2021-11-03 14:33:19 +01:00
}
.fa-tachometer-alt:before {
content: "\f3fd";
2021-11-03 14:33:19 +01:00
}
.fa-tag:before {
content: "\f02b";
2021-11-03 14:33:19 +01:00
}
.fa-tags:before {
content: "\f02c";
2021-11-03 14:33:19 +01:00
}
.fa-tape:before {
content: "\f4db";
2021-11-03 14:33:19 +01:00
}
.fa-tasks:before {
content: "\f0ae";
2021-11-03 14:33:19 +01:00
}
.fa-taxi:before {
content: "\f1ba";
2021-11-03 14:33:19 +01:00
}
.fa-teamspeak:before {
content: "\f4f9";
2021-11-03 14:33:19 +01:00
}
.fa-teeth:before {
content: "\f62e";
2021-11-03 14:33:19 +01:00
}
.fa-teeth-open:before {
content: "\f62f";
2021-11-03 14:33:19 +01:00
}
.fa-telegram:before {
content: "\f2c6";
2021-11-03 14:33:19 +01:00
}
.fa-telegram-plane:before {
content: "\f3fe";
2021-11-03 14:33:19 +01:00
}
.fa-tencent-weibo:before {
content: "\f1d5";
2021-11-03 14:33:19 +01:00
}
.fa-terminal:before {
content: "\f120";
2021-11-03 14:33:19 +01:00
}
.fa-text-height:before {
content: "\f034";
2021-11-03 14:33:19 +01:00
}
.fa-text-width:before {
content: "\f035";
2021-11-03 14:33:19 +01:00
}
.fa-th:before {
content: "\f00a";
2021-11-03 14:33:19 +01:00
}
.fa-th-large:before {
content: "\f009";
2021-11-03 14:33:19 +01:00
}
.fa-th-list:before {
content: "\f00b";
2021-11-03 14:33:19 +01:00
}
.fa-the-red-yeti:before {
content: "\f69d";
2021-11-03 14:33:19 +01:00
}
.fa-theater-masks:before {
content: "\f630";
2021-11-03 14:33:19 +01:00
}
.fa-themeco:before {
content: "\f5c6";
2021-11-03 14:33:19 +01:00
}
.fa-themeisle:before {
content: "\f2b2";
2021-11-03 14:33:19 +01:00
}
.fa-thermometer:before {
content: "\f491";
2021-11-03 14:33:19 +01:00
}
.fa-thermometer-empty:before {
content: "\f2cb";
2021-11-03 14:33:19 +01:00
}
.fa-thermometer-full:before {
content: "\f2c7";
2021-11-03 14:33:19 +01:00
}
.fa-thermometer-half:before {
content: "\f2c9";
2021-11-03 14:33:19 +01:00
}
.fa-thermometer-quarter:before {
content: "\f2ca";
2021-11-03 14:33:19 +01:00
}
.fa-thermometer-three-quarters:before {
content: "\f2c8";
2021-11-03 14:33:19 +01:00
}
.fa-thumbs-down:before {
content: "\f165";
2021-11-03 14:33:19 +01:00
}
.fa-thumbs-up:before {
content: "\f164";
2021-11-03 14:33:19 +01:00
}
.fa-thumbtack:before {
content: "\f08d";
2021-11-03 14:33:19 +01:00
}
.fa-ticket-alt:before {
content: "\f3ff";
2021-11-03 14:33:19 +01:00
}
.fa-times:before {
content: "\f00d";
2021-11-03 14:33:19 +01:00
}
.fa-times-circle:before {
content: "\f057";
2021-11-03 14:33:19 +01:00
}
.fa-tint:before {
content: "\f043";
2021-11-03 14:33:19 +01:00
}
.fa-tint-slash:before {
content: "\f5c7";
2021-11-03 14:33:19 +01:00
}
.fa-tired:before {
content: "\f5c8";
2021-11-03 14:33:19 +01:00
}
.fa-toggle-off:before {
content: "\f204";
2021-11-03 14:33:19 +01:00
}
.fa-toggle-on:before {
content: "\f205";
2021-11-03 14:33:19 +01:00
}
.fa-toolbox:before {
content: "\f552";
2021-11-03 14:33:19 +01:00
}
.fa-tooth:before {
content: "\f5c9";
2021-11-03 14:33:19 +01:00
}
.fa-torah:before {
content: "\f6a0";
2021-11-03 14:33:19 +01:00
}
.fa-torii-gate:before {
content: "\f6a1";
2021-11-03 14:33:19 +01:00
}
.fa-trade-federation:before {
content: "\f513";
2021-11-03 14:33:19 +01:00
}
.fa-trademark:before {
content: "\f25c";
2021-11-03 14:33:19 +01:00
}
.fa-traffic-light:before {
content: "\f637";
2021-11-03 14:33:19 +01:00
}
.fa-train:before {
content: "\f238";
2021-11-03 14:33:19 +01:00
}
.fa-transgender:before {
content: "\f224";
2021-11-03 14:33:19 +01:00
}
.fa-transgender-alt:before {
content: "\f225";
2021-11-03 14:33:19 +01:00
}
.fa-trash:before {
content: "\f1f8";
2021-11-03 14:33:19 +01:00
}
.fa-trash-alt:before {
content: "\f2ed";
2021-11-03 14:33:19 +01:00
}
.fa-tree:before {
content: "\f1bb";
2021-11-03 14:33:19 +01:00
}
.fa-trello:before {
content: "\f181";
2021-11-03 14:33:19 +01:00
}
.fa-tripadvisor:before {
content: "\f262";
2021-11-03 14:33:19 +01:00
}
.fa-trophy:before {
content: "\f091";
2021-11-03 14:33:19 +01:00
}
.fa-truck:before {
content: "\f0d1";
2021-11-03 14:33:19 +01:00
}
.fa-truck-loading:before {
content: "\f4de";
2021-11-03 14:33:19 +01:00
}
.fa-truck-monster:before {
content: "\f63b";
2021-11-03 14:33:19 +01:00
}
.fa-truck-moving:before {
content: "\f4df";
2021-11-03 14:33:19 +01:00
}
.fa-truck-pickup:before {
content: "\f63c";
2021-11-03 14:33:19 +01:00
}
.fa-tshirt:before {
content: "\f553";
2021-11-03 14:33:19 +01:00
}
.fa-tty:before {
content: "\f1e4";
2021-11-03 14:33:19 +01:00
}
.fa-tumblr:before {
content: "\f173";
2021-11-03 14:33:19 +01:00
}
.fa-tumblr-square:before {
content: "\f174";
2021-11-03 14:33:19 +01:00
}
.fa-tv:before {
content: "\f26c";
2021-11-03 14:33:19 +01:00
}
.fa-twitch:before {
content: "\f1e8";
2021-11-03 14:33:19 +01:00
}
.fa-twitter:before {
content: "\f099";
2021-11-03 14:33:19 +01:00
}
.fa-twitter-square:before {
content: "\f081";
2021-11-03 14:33:19 +01:00
}
.fa-typo3:before {
content: "\f42b";
2021-11-03 14:33:19 +01:00
}
.fa-uber:before {
content: "\f402";
2021-11-03 14:33:19 +01:00
}
.fa-uikit:before {
content: "\f403";
2021-11-03 14:33:19 +01:00
}
.fa-umbrella:before {
content: "\f0e9";
2021-11-03 14:33:19 +01:00
}
.fa-umbrella-beach:before {
content: "\f5ca";
2021-11-03 14:33:19 +01:00
}
.fa-underline:before {
content: "\f0cd";
2021-11-03 14:33:19 +01:00
}
.fa-undo:before {
content: "\f0e2";
2021-11-03 14:33:19 +01:00
}
.fa-undo-alt:before {
content: "\f2ea";
2021-11-03 14:33:19 +01:00
}
.fa-uniregistry:before {
content: "\f404";
2021-11-03 14:33:19 +01:00
}
.fa-universal-access:before {
content: "\f29a";
2021-11-03 14:33:19 +01:00
}
.fa-university:before {
content: "\f19c";
2021-11-03 14:33:19 +01:00
}
.fa-unlink:before {
content: "\f127";
2021-11-03 14:33:19 +01:00
}
.fa-unlock:before {
content: "\f09c";
2021-11-03 14:33:19 +01:00
}
.fa-unlock-alt:before {
content: "\f13e";
2021-11-03 14:33:19 +01:00
}
.fa-untappd:before {
content: "\f405";
2021-11-03 14:33:19 +01:00
}
.fa-upload:before {
content: "\f093";
2021-11-03 14:33:19 +01:00
}
.fa-usb:before {
content: "\f287";
2021-11-03 14:33:19 +01:00
}
.fa-user:before {
content: "\f007";
2021-11-03 14:33:19 +01:00
}
.fa-user-alt:before {
content: "\f406";
2021-11-03 14:33:19 +01:00
}
.fa-user-alt-slash:before {
content: "\f4fa";
2021-11-03 14:33:19 +01:00
}
.fa-user-astronaut:before {
content: "\f4fb";
2021-11-03 14:33:19 +01:00
}
.fa-user-check:before {
content: "\f4fc";
2021-11-03 14:33:19 +01:00
}
.fa-user-circle:before {
content: "\f2bd";
2021-11-03 14:33:19 +01:00
}
.fa-user-clock:before {
content: "\f4fd";
2021-11-03 14:33:19 +01:00
}
.fa-user-cog:before {
content: "\f4fe";
2021-11-03 14:33:19 +01:00
}
.fa-user-edit:before {
content: "\f4ff";
2021-11-03 14:33:19 +01:00
}
.fa-user-friends:before {
content: "\f500";
2021-11-03 14:33:19 +01:00
}
.fa-user-graduate:before {
content: "\f501";
2021-11-03 14:33:19 +01:00
}
.fa-user-lock:before {
content: "\f502";
2021-11-03 14:33:19 +01:00
}
.fa-user-md:before {
content: "\f0f0";
2021-11-03 14:33:19 +01:00
}
.fa-user-minus:before {
content: "\f503";
2021-11-03 14:33:19 +01:00
}
.fa-user-ninja:before {
content: "\f504";
2021-11-03 14:33:19 +01:00
}
.fa-user-plus:before {
content: "\f234";
2021-11-03 14:33:19 +01:00
}
.fa-user-secret:before {
content: "\f21b";
2021-11-03 14:33:19 +01:00
}
.fa-user-shield:before {
content: "\f505";
2021-11-03 14:33:19 +01:00
}
.fa-user-slash:before {
content: "\f506";
2021-11-03 14:33:19 +01:00
}
.fa-user-tag:before {
content: "\f507";
2021-11-03 14:33:19 +01:00
}
.fa-user-tie:before {
content: "\f508";
2021-11-03 14:33:19 +01:00
}
.fa-user-times:before {
content: "\f235";
2021-11-03 14:33:19 +01:00
}
.fa-users:before {
content: "\f0c0";
2021-11-03 14:33:19 +01:00
}
.fa-users-cog:before {
content: "\f509";
2021-11-03 14:33:19 +01:00
}
.fa-ussunnah:before {
content: "\f407";
2021-11-03 14:33:19 +01:00
}
.fa-utensil-spoon:before {
content: "\f2e5";
2021-11-03 14:33:19 +01:00
}
.fa-utensils:before {
content: "\f2e7";
2021-11-03 14:33:19 +01:00
}
.fa-vaadin:before {
content: "\f408";
2021-11-03 14:33:19 +01:00
}
.fa-vector-square:before {
content: "\f5cb";
2021-11-03 14:33:19 +01:00
}
.fa-venus:before {
content: "\f221";
2021-11-03 14:33:19 +01:00
}
.fa-venus-double:before {
content: "\f226";
2021-11-03 14:33:19 +01:00
}
.fa-venus-mars:before {
content: "\f228";
2021-11-03 14:33:19 +01:00
}
.fa-viacoin:before {
content: "\f237";
2021-11-03 14:33:19 +01:00
}
.fa-viadeo:before {
content: "\f2a9";
2021-11-03 14:33:19 +01:00
}
.fa-viadeo-square:before {
content: "\f2aa";
2021-11-03 14:33:19 +01:00
}
.fa-vial:before {
content: "\f492";
2021-11-03 14:33:19 +01:00
}
.fa-vials:before {
content: "\f493";
2021-11-03 14:33:19 +01:00
}
.fa-viber:before {
content: "\f409";
2021-11-03 14:33:19 +01:00
}
.fa-video:before {
content: "\f03d";
2021-11-03 14:33:19 +01:00
}
.fa-video-slash:before {
content: "\f4e2";
2021-11-03 14:33:19 +01:00
}
.fa-vihara:before {
content: "\f6a7";
2021-11-03 14:33:19 +01:00
}
.fa-vimeo:before {
content: "\f40a";
2021-11-03 14:33:19 +01:00
}
.fa-vimeo-square:before {
content: "\f194";
2021-11-03 14:33:19 +01:00
}
.fa-vimeo-v:before {
content: "\f27d";
2021-11-03 14:33:19 +01:00
}
.fa-vine:before {
content: "\f1ca";
2021-11-03 14:33:19 +01:00
}
.fa-vk:before {
content: "\f189";
2021-11-03 14:33:19 +01:00
}
.fa-vnv:before {
content: "\f40b";
2021-11-03 14:33:19 +01:00
}
.fa-volleyball-ball:before {
content: "\f45f";
2021-11-03 14:33:19 +01:00
}
.fa-volume-down:before {
content: "\f027";
2021-11-03 14:33:19 +01:00
}
.fa-volume-off:before {
content: "\f026";
2021-11-03 14:33:19 +01:00
}
.fa-volume-up:before {
content: "\f028";
2021-11-03 14:33:19 +01:00
}
.fa-vuejs:before {
content: "\f41f";
2021-11-03 14:33:19 +01:00
}
.fa-walking:before {
content: "\f554";
2021-11-03 14:33:19 +01:00
}
.fa-wallet:before {
content: "\f555";
2021-11-03 14:33:19 +01:00
}
.fa-warehouse:before {
content: "\f494";
2021-11-03 14:33:19 +01:00
}
.fa-weebly:before {
content: "\f5cc";
2021-11-03 14:33:19 +01:00
}
.fa-weibo:before {
content: "\f18a";
2021-11-03 14:33:19 +01:00
}
.fa-weight:before {
content: "\f496";
2021-11-03 14:33:19 +01:00
}
.fa-weight-hanging:before {
content: "\f5cd";
2021-11-03 14:33:19 +01:00
}
.fa-weixin:before {
content: "\f1d7";
2021-11-03 14:33:19 +01:00
}
.fa-whatsapp:before {
content: "\f232";
2021-11-03 14:33:19 +01:00
}
.fa-whatsapp-square:before {
content: "\f40c";
2021-11-03 14:33:19 +01:00
}
.fa-wheelchair:before {
content: "\f193";
2021-11-03 14:33:19 +01:00
}
.fa-whmcs:before {
content: "\f40d";
2021-11-03 14:33:19 +01:00
}
.fa-wifi:before {
content: "\f1eb";
2021-11-03 14:33:19 +01:00
}
.fa-wikipedia-w:before {
content: "\f266";
2021-11-03 14:33:19 +01:00
}
.fa-window-close:before {
content: "\f410";
2021-11-03 14:33:19 +01:00
}
.fa-window-maximize:before {
content: "\f2d0";
2021-11-03 14:33:19 +01:00
}
.fa-window-minimize:before {
content: "\f2d1";
2021-11-03 14:33:19 +01:00
}
.fa-window-restore:before {
content: "\f2d2";
2021-11-03 14:33:19 +01:00
}
.fa-windows:before {
content: "\f17a";
2021-11-03 14:33:19 +01:00
}
.fa-wine-glass:before {
content: "\f4e3";
2021-11-03 14:33:19 +01:00
}
.fa-wine-glass-alt:before {
content: "\f5ce";
2021-11-03 14:33:19 +01:00
}
.fa-wix:before {
content: "\f5cf";
2021-11-03 14:33:19 +01:00
}
.fa-wolf-pack-battalion:before {
content: "\f514";
2021-11-03 14:33:19 +01:00
}
.fa-won-sign:before {
content: "\f159";
2021-11-03 14:33:19 +01:00
}
.fa-wordpress:before {
content: "\f19a";
2021-11-03 14:33:19 +01:00
}
.fa-wordpress-simple:before {
content: "\f411";
2021-11-03 14:33:19 +01:00
}
.fa-wpbeginner:before {
content: "\f297";
2021-11-03 14:33:19 +01:00
}
.fa-wpexplorer:before {
content: "\f2de";
2021-11-03 14:33:19 +01:00
}
.fa-wpforms:before {
content: "\f298";
2021-11-03 14:33:19 +01:00
}
.fa-wrench:before {
content: "\f0ad";
2021-11-03 14:33:19 +01:00
}
.fa-x-ray:before {
content: "\f497";
2021-11-03 14:33:19 +01:00
}
.fa-xbox:before {
content: "\f412";
2021-11-03 14:33:19 +01:00
}
.fa-xing:before {
content: "\f168";
2021-11-03 14:33:19 +01:00
}
.fa-xing-square:before {
content: "\f169";
2021-11-03 14:33:19 +01:00
}
.fa-y-combinator:before {
content: "\f23b";
2021-11-03 14:33:19 +01:00
}
.fa-yahoo:before {
content: "\f19e";
2021-11-03 14:33:19 +01:00
}
.fa-yandex:before {
content: "\f413";
2021-11-03 14:33:19 +01:00
}
.fa-yandex-international:before {
content: "\f414";
2021-11-03 14:33:19 +01:00
}
.fa-yelp:before {
content: "\f1e9";
2021-11-03 14:33:19 +01:00
}
.fa-yen-sign:before {
content: "\f157";
2021-11-03 14:33:19 +01:00
}
.fa-yin-yang:before {
content: "\f6ad";
2021-11-03 14:33:19 +01:00
}
.fa-yoast:before {
content: "\f2b1";
2021-11-03 14:33:19 +01:00
}
.fa-youtube:before {
content: "\f167";
2021-11-03 14:33:19 +01:00
}
.fa-youtube-square:before {
content: "\f431";
2021-11-03 14:33:19 +01:00
}
.fa-zhihu:before {
content: "\f63f";
2021-11-03 14:33:19 +01: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: Source Sans Pro, sans-serif;
}
/*
All colors
*/
p, span {
font-size: 16px;
margin-block-start: 0;
margin-block-end: 0;
}
2021-11-11 09:07:37 +01:00
p.warning, p.red, span.warning, span.red {
color: #FF0000;
}
p.italic, span.italic {
font-style: italic;
}
p.bold, span.bold {
font-weight: 800;
}
/*
Only layout styles - position, display, max-width...
*/
body {
padding: 0;
margin: 0;
}
body #main_holder {
display: flex;
flex-direction: column;
}
body #main_holder #main {
padding: 64px 0;
2021-12-14 11:58:50 +01:00
min-height: calc(100vh - 410px);
}
body #main_holder #main .fullwidth {
max-width: 100%;
}
body #main_holder #main .narrow {
margin: 0 auto;
max-width: 1060px;
}
body #main_holder #main .wide {
margin: 0 auto;
max-width: 1360px;
}
body #main_holder #main .menu_left {
display: flex;
flex-direction: row;
justify-content: center;
}
2021-11-19 08:52:49 +01:00
body #main_holder #main .menu_left .layout_left_item {
box-sizing: border-box;
width: 300px;
}
2021-11-19 08:52:49 +01:00
body #main_holder #main .menu_left .layout_right_item {
flex-grow: 1;
}
body #main_holder #main #moje_ankete_edit {
display: flex;
flex-direction: column;
margin: 0 auto;
max-width: 1060px;
}
span.faicon,
a.faicon {
font-family: "Font Awesome 5 Free";
color: inherit;
display: inline-block;
font-weight: 900;
}
span.faicon.empty,
a.faicon.empty {
font-weight: 400;
}
span.faicon.link-right,
a.faicon.link-right {
margin-right: 10px;
}
span.faicon.link-left,
a.faicon.link-left {
margin-left: 8px;
}
2021-12-14 11:58:50 +01:00
span.faicon.large::before,
a.faicon.large::before {
font-size: 32px !important;
}
2021-12-14 11:58:50 +01:00
span.faicon.medium::before,
a.faicon.medium::before {
font-size: 24px !important;
}
2021-12-14 11:58:50 +01:00
span.faicon.normal::before,
a.faicon.normal::before {
font-size: 16px !important;
}
2021-12-14 11:58:50 +01:00
span.faicon.small::before,
a.faicon.small::before {
font-size: 10px !important;
}
span.faicon.yellow,
a.faicon.yellow {
color: #FFC700;
}
span.faicon.blue,
a.faicon.blue {
color: #1E88E5;
}
span.faicon.fa-stack,
a.faicon.fa-stack {
height: 1em;
line-height: 1em;
width: 1em;
}
div.icon_holder {
display: flex;
flex-direction: row;
box-sizing: border-box;
align-items: center;
}
div.icon_holder span.faicon,
div.icon_holder a.faicon,
div.icon_holder button.ui-datepicker-trigger {
margin-left: 12px;
}
/*
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 : 21-Sep-2018
Author : Peter Hrvatin
*/
.enka-custom-radio::before {
letter-spacing: 10px;
color: #E5E5E5;
}
.enka-custom-radio.star::before {
content: "\f005";
}
.enka-custom-radio.thumb::before {
content: "\f164";
}
.enka-custom-radio.smiley::before {
content: "\f118";
}
.enka-custom-radio.heart::before {
content: "\f004";
}
.enka-custom-radio.flag::before {
content: "\f024";
}
.enka-custom-radio.user::before {
content: "\f007";
}
/* visual analog scale - radio buttons */
.enka-vizualna-skala::before {
font-family: "Font Awesome 5 Free";
font-size: 20px;
letter-spacing: 10px;
color: #E5E5E5;
}
.enka-vizualna-skala.siv-61::before, .enka-vizualna-skala.siv-71::before {
content: "\f5b4";
}
.enka-vizualna-skala.siv-41::before, .enka-vizualna-skala.siv-51::before, .enka-vizualna-skala.siv-62::before, .enka-vizualna-skala.siv-72::before {
content: "\f57a";
}
.enka-vizualna-skala.siv-21::before, .enka-vizualna-skala.siv-31::before, .enka-vizualna-skala.siv-42::before, .enka-vizualna-skala.siv-52::before, .enka-vizualna-skala.siv-63::before, .enka-vizualna-skala.siv-73::before {
content: "\f119";
}
.enka-vizualna-skala.siv-32::before, .enka-vizualna-skala.siv-53::before, .enka-vizualna-skala.siv-74::before {
content: "\f11a";
}
.enka-vizualna-skala.siv-22::before, .enka-vizualna-skala.siv-33::before, .enka-vizualna-skala.siv-43::before, .enka-vizualna-skala.siv-54::before, .enka-vizualna-skala.siv-64::before, .enka-vizualna-skala.siv-75::before {
content: "\f118";
}
.enka-vizualna-skala.siv-44::before, .enka-vizualna-skala.siv-55::before, .enka-vizualna-skala.siv-65::before, .enka-vizualna-skala.siv-76::before {
content: "\f580";
}
.enka-vizualna-skala.siv-66::before, .enka-vizualna-skala.siv-77::before {
content: "\f59c";
}
/*
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 : 21-Sep-2018
Author : Peter Hrvatin
*/
/* icons */
span.faicon.plus::before {
content: "\f067";
}
span.faicon.minus::before {
content: "\f068";
}
span.faicon.close::before {
font-size: 18px;
font-weight: 400;
content: "\f057";
}
span.faicon.dropdown_blue::before {
font-size: 16px;
content: "\f13a";
}
span.faicon.dropup_blue::before {
font-size: 16px;
content: "\f139";
}
span.faicon.arrow_back::before {
font-weight: 600;
font-size: 16px;
content: "\f137";
}
span.faicon.add::before {
font-size: 18px;
content: "\f055";
}
span.faicon.remove::before {
font-size: 18px;
content: "\f056";
}
span.faicon.delete::before {
font-size: 18px;
font-weight: 400;
content: "\f2ed";
}
span.faicon.anketa_delete::before {
font-size: 24px;
font-weight: 400;
content: "\f2ed";
}
span.faicon.copy::before {
font-size: 18px;
content: "\f0c5";
font-weight: 400;
}
span.faicon.anketa_copy::before {
font-size: 24px;
content: "\f0c5";
font-weight: 400;
}
span.faicon.export::before {
font-size: 24px;
content: "\f56e";
}
/*span.faicon.import::before{
font-size: 24px;
content: "\f56f";
}*/
span.faicon.import {
width: 32px;
}
span.faicon.import::before {
font-size: 24px;
font-weight: 400;
content: "\f1c2";
}
span.faicon.import::after {
font-size: 14px;
content: "\f061";
display: inline-block;
}
span.faicon.library::before {
font-size: 24px;
content: "\f518";
}
span.faicon.folder::before {
font-size: 22px;
content: "\f07b";
vertical-align: middle;
}
span.faicon.after.sort_down_arrow::after {
content: "\f0d7";
margin-left: 5px;
}
span.faicon.after.sort_up_arrow::after {
content: "\f0d8";
margin-left: 5px;
}
span.faicon.info::before {
font-size: 28px;
content: "\f05a";
vertical-align: middle;
}
span.faicon.pagination_left::before {
margin: 0 1px 0 1px;
content: "\f104";
}
span.faicon.pagination_right::before {
margin: 0 0 0 1px;
content: "\f105";
}
span.faicon.edit::before {
font-size: 16px;
content: "\f304";
}
span.faicon.refresh::before {
font-size: 18px;
content: "\f2f1";
}
span.faicon.filter::before {
font-size: 18px;
content: "\f0b0";
}
span.faicon.star::before,
span.faicon.star_off::before {
font-size: 14px;
font-weight: 400;
content: "\f005";
}
span.faicon.star_on::before {
font-size: 14px;
font-weight: 700;
content: "\f005";
}
span.faicon.search::before {
font-size: 20px;
content: "\f002";
}
span.faicon.help2::before {
font-size: 20px;
content: "\f059";
}
span.faicon.user::before {
font-size: 18px;
content: "\f007";
}
span.faicon.logout::before {
font-size: 20px;
content: "\f2f5";
}
span.faicon.monitor::before {
content: "\f108";
}
span.faicon.users::before {
content: "\f500";
}
span.faicon.lock_open::before {
content: "\f3c1";
}
span.faicon.lock_close::before {
content: "\f023";
}
span.faicon.bottom_saving::before {
font-size: 24px;
font-weight: 400;
content: "\f0c7";
}
span.faicon.bottom_publish::before {
font-size: 24px;
content: "\f093";
}
span.faicon.bottom_preview {
width: 20px;
}
span.faicon.bottom_preview::before {
font-size: 24px;
font-weight: 400;
content: "\f15b";
}
span.faicon.bottom_preview::after {
font-size: 14px;
content: "\f002";
display: inline-block;
margin-left: -70%;
}
span.faicon.bottom_test::before {
font-size: 24px;
content: "\f492";
}
span.faicon.language::before {
font-size: 24px;
content: "\f0ac";
}
span.faicon.mobile_off::before {
font-size: 24px;
content: "\f3cd";
}
span.faicon.mobile_off::after {
font-size: 24px;
content: "\f715";
margin-left: -23px;
}
span.faicon.comments::before {
font-size: 24px;
content: "\f27a";
}
span.faicon.comments_num::before {
font-size: 24px;
content: "\f27a";
}
span.faicon.comments_num strong {
color: white;
font-family: Source Sans Pro, sans-serif;
margin-top: -2px;
}
span.faicon.data_link::before {
font-size: 20px;
content: "\f0c1";
}
span.faicon.data_link_small::before {
font-size: 16px;
content: "\f0c1";
}
span.faicon.print::before {
font-size: 24px;
content: "\f02f";
}
span.faicon.print_small::before {
font-size: 16px;
content: "\f02f";
}
span.faicon.preview {
width: 18px;
}
span.faicon.preview::before {
font-size: 18px;
font-weight: 400;
content: "\f15b";
}
span.faicon.preview::after {
content: "\f002";
display: inline-block;
font-size: 11px;
margin-left: -50%;
}
span.faicon.palette::before {
font-size: 18px;
content: "\f53f";
}
span.faicon.inline_comment::before {
font-size: 14px;
font-weight: 400;
content: "\f075";
}
span.faicon.inline_double_comment::before {
font-size: 14px;
font-weight: 400;
content: "\f086";
}
span.faicon.comments_creport::before {
font-size: 16px;
content: "\f086";
}
span.faicon.compress::before {
font-size: 15px;
content: "\f066";
}
span.faicon.expand::before {
font-size: 15px;
content: "\f065";
}
span.faicon.hashtag::before {
font-size: 15px;
content: "\f292";
}
span.faicon.bug::before {
font-size: 15px;
content: "\f188";
}
span.faicon.paragraph::before {
font-size: 15px;
content: "\f1dd";
}
span.faicon.replace::before {
font-size: 15px;
content: "\f362";
}
span.faicon.plus_square::before {
font-size: 15px;
font-weight: 400;
content: "\f0fe";
}
span.faicon.minus_square::before {
font-size: 15px;
font-weight: 400;
content: "\f146";
}
span.faicon.delete_circle::before {
font-size: 14px;
content: "\f056";
}
span.faicon.quick_view::before {
font-size: 15px;
font-weight: 400;
content: "\f06e";
}
span.faicon.edit_square::before {
font-size: 15px;
content: "\f044";
}
span.faicon.test::before {
font-size: 15px;
content: "\f492";
}
a.faicon.if_add {
font-size: 12px;
font-family: Source Sans Pro, sans-serif;
font-weight: 400;
}
a.faicon.if_add:before {
background-color: #1E88E5;
font-weight: 500;
padding: 2px 4px;
color: white;
content: "IF";
}
a.faicon.if_add:hover:before {
background-color: #0059ab;
}
span.faicon.if_add {
font-size: 12px;
font-family: Source Sans Pro, sans-serif;
font-weight: 400;
}
span.faicon.if_add:before {
background-color: #1E88E5;
font-weight: 500;
padding: 2px 4px;
color: white;
content: "IF";
}
span.faicon.if_add:hover:before {
background-color: #0059ab;
}
span.faicon.text_file::before {
font-size: 24px;
font-weight: 400;
content: "\f15c";
}
span.faicon.text_file_small {
height: 20px;
vertical-align: middle;
}
span.faicon.text_file_small:before {
font-size: 18px;
font-weight: 400;
content: "\f15c";
}
span.faicon.warning::before {
font-size: 16px;
content: "\f071";
}
span.faicon.users_small::before {
font-size: 16px;
content: "\f0c0";
}
span.faicon.popup_0::before {
font-size: 14px;
content: "\f065";
color: #1E88E5;
}
span.faicon.popup_1::before {
font-size: 14px;
content: "\f065";
color: #0059ab;
}
span.faicon.flat_0::before {
font-size: 14px;
content: "\f03c";
color: #0059ab;
}
span.faicon.flat_1::before {
font-size: 14px;
content: "\f03c";
color: #1E88E5;
}
span.basic-icon.spss::before {
content: "Σ";
line-height: 26px;
vertical-align: bottom;
font-size: 30px !important;
font-weight: bold;
}
span.faicon.external_link::before {
font-size: 14px;
font-weight: 600;
content: "\f35d";
}
span.faicon.cog_large::before {
font-size: 34px;
font-weight: 600;
content: "\f013";
}
span.faicon.chart_large::before {
font-size: 34px;
font-weight: 600;
content: "\f201";
}
span.faicon.reload_large::before {
font-size: 34px;
font-weight: 600;
content: "\f021";
}
/* CALENDAR */
span.faicon.calendar_icon::before,
button.ui-datepicker-trigger::before {
font-family: "Font Awesome 5 Free";
font-weight: 400;
font-size: 16px;
content: "\f073";
}
/* ARROWS */
span.faicon.arrow_up::before {
font-size: 14px;
content: "\f062";
color: #E5E5E5;
}
span.faicon.arrow2_r::before {
font-size: 14px;
content: "\f054";
}
span.faicon.arrow2_l::before {
font-size: 14px;
content: "\f053";
}
span.faicon.arrow2_d::before {
font-size: 14px;
content: "\f078";
}
span.faicon.arrow2_u::before {
font-size: 14px;
content: "\f077";
}
span.faicon.arrow_large2_r::before {
font-size: 35px;
content: "\f054";
}
span.faicon.arrow_large2_l::before {
font-size: 35px;
content: "\f053";
}
span.faicon.arrow_verylarge2_r::before {
font-size: 40px;
content: "\f054";
}
span.faicon.arrow_verylarge2_l::before {
font-size: 40px;
content: "\f053";
}
span.faicon.sort_descending::before {
font-size: 14px;
content: "\f0d7";
}
span.faicon.sort_ascending::before {
font-size: 14px;
content: "\f0d8";
}
/* Plus/minus sqare */
span.folder_plusminus {
text-indent: 0px !important;
font-style: normal !important;
}
span.faicon.plus_orange::before {
font-size: 12px;
font-weight: 400;
content: "\f0fe";
}
span.faicon.minus_orange::before {
font-size: 12px;
font-weight: 400;
content: "\f146";
}
/* Spinner */
span.faicon.spinner::before {
font-size: 18px;
content: "\f110";
}
/* Bars - mobile menu */
span.faicon.bars::before {
font-size: 26px;
content: "\f0c9";
}
span.faicon.lock_open::before {
content: "\f3c1";
}
span.faicon.lock_close::before {
content: "\f023";
}
span.faicon.bell::before {
content: "\f0f3";
}
span.faicon.bell_slash::before {
content: "\f1f6";
}
span.faicon.trash::before {
content: "\f2ed";
}
span.faicon.copy::before {
content: "\f0c5";
}
span.faicon.circle::before {
content: "\f111";
}
span.faicon.plus::before {
content: "\f067";
}
span.faicon.plus_circle::before {
content: "\f055";
}
span.faicon.minus_circle::before {
content: "\f056";
}
span.faicon.calendar_icon::before {
content: "\f073";
}
span.faicon.clipboard::before {
content: "\f328";
}
/*
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 : 21-Sep-2018
Author : Peter Hrvatin
*/
/* NAPREDNI MODULI */
span.module_icon {
2021-12-14 11:58:50 +01:00
display: flex;
align-items: center;
height: 25px;
padding: 0 8px;
color: white;
2021-12-14 11:58:50 +01:00
font-weight: 600;
font-size: 16px;
background-color: transparent;
border: 1px #FFFFFF solid;
2021-12-14 11:58:50 +01:00
text-decoration: none !important;
}
span.module_icon::before {
line-height: 25px;
}
span.module_icon.maza::before {
content: "MAZA";
}
span.module_icon.wpn::before {
content: "WPN";
}
span.module_icon.panel::before {
content: "Panel";
}
span.module_icon.telephone::before {
content: "TEL";
}
span.module_icon.slideshow::before {
content: "SS";
}
span.module_icon.evalvation::before {
content: "EVAL";
}
span.module_icon.vnos::before {
content: "V";
}
span.module_icon.social::before {
content: "SN";
}
span.module_icon.quiz::before {
content: "Q";
}
span.module_icon.voting::before {
content: "VOTE";
}
span.module_icon.advanced_paradata::before {
content: "AP";
}
span.module_icon.chat::before {
content: "C";
}
span.module_icon.degrees_1ka::before {
content: "360";
}
span.module_icon.mju::before {
content: "H";
}
span.module_icon.sa-hierarhija::before {
content: "SA";
}
span.module_icon.degrees::before {
content: "360";
}
span.module_icon.borza::before {
content: "Borza";
}
span.module_icon.evoli::before {
content: "Evoli";
}
span.module_icon.evoli_teammeter::before {
content: "Evoli TM";
}
span.module_icon.evoli_quality_climate::before {
content: "Evoli QC";
}
span.module_icon.evoli_teamship_meter::before {
content: "Evoli TSM";
}
span.module_icon.evoli_organizational_employeeship_meter::before {
content: "Evoli OEM";
}
span.module_icon.evoli_employmeter::before {
content: "Evoli EM";
}
span.module_icon.excell_matrix::before {
content: "EM";
}
span.module_icon.mfdps::before {
content: "MFDPS";
}
span.module_icon.mju::before {
content: "MJU";
}
span.module_icon.gdpr {
color: #E5E5E5;
background-color: #1E88E5;
border: 1px #FFFFFF solid;
}
span.module_icon.gdpr:hover {
color: #FFFFFF;
}
span.module_icon.gdpr.active {
color: white;
background-color: #1E88E5;
border: 1px #FFFFFF solid;
}
span.module_icon.gdpr.active:hover {
color: white;
border: 1px #FFFFFF solid;
}
span.module_icon.gdpr::before {
content: "GDPR";
}
/*
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 : 21-Sep-2018
Author : Peter Hrvatin
*/
/* Toolbox na levi strani */
span.faicon.wheel_32::before {
content: "\f013";
}
span.faicon.radio_32::before {
content: "\f192";
font-weight: 400;
font-size: 18px;
}
span.faicon.check_32::before {
content: "\f14a";
font-weight: 400;
font-size: 18px;
}
span.faicon.matrix_32::before {
content: "\f192\f192\a\f192\f192";
white-space: pre;
font-weight: 400;
font-size: 12px;
}
span.faicon.abc_32::before {
content: "ABC";
font-family: Source Sans Pro, sans-serif;
font-size: 16px;
}
span.faicon.number_32::before {
content: "123";
font-family: Source Sans Pro, sans-serif;
font-size: 16px;
}
span.faicon.nagovor::before {
content: "T";
font-size: 18px;
}
span.faicon.plus_32::before {
content: "\f055";
font-size: 18px;
}
span.faicon.if_32::before {
content: "IF";
font-family: Source Sans Pro, sans-serif;
font-size: 16px;
}
span.faicon.block_32::before {
content: "B";
font-family: Source Sans Pro, sans-serif;
font-size: 16px;
}
span.faicon.loop_32::before {
content: "L";
font-family: Source Sans Pro, sans-serif;
font-size: 15px;
}
/*
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 : 21-Sep-2018
Author : Peter Hrvatin
*/
/* question editing icons */
a.faicon {
color: #1E88E5 !important;
}
a.faicon:hover {
color: #0059ab !important;
}
span.faicon.edit-vprasanje {
line-height: 25px;
}
span.faicon.edit-vprasanje:before {
font-size: 18px;
content: "\f031";
}
a.faicon.edit::before {
font-size: 16px;
content: "\f304";
}
a.faicon.addif::before {
font-family: Montserrat, sans-serif;
font-size: 18px;
font-weight: 900;
content: "IF";
}
a.faicon.copy::before {
font-size: 18px;
font-weight: 400;
content: "\f0c5";
}
a.faicon.copycond::before {
font-size: 18px;
content: "\f0c5";
}
a.faicon.preview::before {
font-size: 18px;
font-weight: 400;
content: "\f15b";
}
a.faicon.preview::after {
content: "\f002";
display: inline-block;
font-size: 11px;
margin-left: -50%;
}
a.faicon.arhiv::before {
font-size: 18px;
content: "\f044";
}
a.faicon.delete::before {
font-size: 18px;
font-weight: 400;
content: "\f2ed";
}
a.faicon.hide::before {
font-size: 18px;
font-weight: 400;
content: "\f06e";
}
a.faicon.unhide_icon::before {
font-size: 18px;
font-weight: 400;
content: "\f070";
}
/* Urejanje vrednosti inline */
.variabla span.inline.faicon::before {
color: #1E88E5;
}
.variabla span.inline.faicon:hover::before {
color: #0059ab;
}
.variabla span.inline.faicon.edit2::before {
font-size: 14px;
content: "\f304";
}
.variabla span.inline.faicon.odg_hidden::before {
font-size: 14px;
content: "\f05e";
}
.variabla span.inline.faicon.odg_hidden.show-hidden::before {
color: #FF0000;
}
.variabla span.inline.faicon.odg_hidden.show-disable::before {
color: #FFC700;
}
.variabla span.inline.faicon.odg_if_not::before {
font-family: Montserrat, sans-serif;
font-size: 15px;
font-weight: 900;
content: "IF*";
}
.variabla span.inline.faicon.odg_if_follow::before {
font-family: Montserrat, sans-serif;
font-size: 15px;
font-weight: 900;
content: "IF🠞";
}
.variabla span.inline.faicon.correct::before {
font-size: 14px;
font-weight: 900;
content: "\f00c";
}
.variabla span.inline.faicon.move_updown::before {
font-size: 16px;
color: #0059ab;
content: "\f338";
}
/*
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 : 7-Okt-2018
Author : Peter Hrvatin
*/
/* Knjiznica */
span.faicon.mapca.anketa::before {
font-size: 16px;
font-weight: 400;
content: "\f022";
}
span.faicon.table::before {
font-size: 16px;
content: "\f00b";
}
span.faicon.other_vprasanja::before {
font-size: 16px;
content: "\f0ca" !important;
}
span.faicon.osnovna_vprasanja::before {
font-size: 16px;
content: "\f0ca";
}
span.faicon.mapca.if::before {
font-family: Source Sans Pro, sans-serif;
font-weight: 500;
font-size: 16px;
content: "IF";
}
span.faicon.mapca.b::before {
font-family: Source Sans Pro, sans-serif;
font-weight: 500;
font-size: 16px;
content: "B";
}
/*
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 : 8-Okt-2018
Author : Peter Hrvatin
*/
/* Izvozi */
span.faicon.pdf::before {
font-size: 16px;
font-weight: 400;
content: "\f1c1";
color: #ed1c24;
}
span.faicon.pdf.black {
color: #E5E5E5 !important;
}
span.faicon.pdf.black:hover {
color: #ed1c24 !important;
}
a:hover span.faicon.pdf.black {
color: #ed1c24 !important;
}
span.faicon.pdf.black::before {
color: inherit !important;
}
span.faicon.xls::before {
font-size: 16px;
font-weight: 400;
content: "\f1c3";
color: #008000;
}
span.faicon.xls.black {
color: #E5E5E5 !important;
}
span.faicon.xls.black:hover {
color: #008000 !important;
}
a:hover span.faicon.xls.black {
color: #008000 !important;
}
span.faicon.xls.black::before {
color: inherit !important;
}
span.faicon.rtf::before {
font-size: 16px;
font-weight: 400;
content: "\f1c2";
color: #0f3ea8;
}
span.faicon.rtf.black {
color: #E5E5E5 !important;
}
span.faicon.rtf.black:hover {
color: #0f3ea8 !important;
}
a:hover span.faicon.rtf.black {
color: #0f3ea8 !important;
}
span.faicon.rtf.black::before {
color: inherit !important;
}
span.faicon.ppt::before {
font-size: 16px;
font-weight: 400;
content: "\f1c4";
color: #fa4913;
}
span.faicon.ppt.black {
color: #E5E5E5 !important;
}
span.faicon.ppt.black:hover {
color: #fa4913 !important;
}
a:hover span.faicon.ppt.black {
color: #fa4913 !important;
}
span.faicon.ppt.black::before {
color: inherit !important;
}
span.faicon.xml::before {
font-size: 16px;
font-weight: 400;
content: "\f1c9";
color: #00a000;
}
span.faicon.xml.black {
color: #E5E5E5 !important;
}
span.faicon.xml.black:hover {
color: #00a000 !important;
}
a:hover span.faicon.xml.black {
color: #00a000 !important;
}
span.faicon.xml.black::before {
color: inherit !important;
}
span.faicon.arhiv::before {
font-size: 16px;
content: "\f187";
}
span.faicon.arhiv_mail::before {
font-size: 16px;
font-weight: 400;
content: "\f14d";
}
/*
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 : 10-Okt-2018
Author : Peter Hrvatin
*/
/* Analiza */
span.faicon.an_sigma::before {
font-family: Source Sans Pro, sans-serif;
font-weight: 700;
content: "Σ";
vertical-align: middle;
}
span.faicon.an_sigmax::before {
font-family: Source Sans Pro, sans-serif;
font-weight: 700;
content: "Σ*";
vertical-align: middle;
margin-left: 3px;
}
span.faicon.an_freq::before {
font-family: Source Sans Pro, sans-serif;
font-weight: 700;
font-style: italic;
content: "f";
vertical-align: middle;
margin-left: 3px;
}
span.faicon.an_freqx::before {
font-family: Source Sans Pro, sans-serif;
font-weight: 700;
font-style: italic;
content: "f*";
vertical-align: middle;
margin-left: 3px;
}
span.faicon.an_stat::before {
font-family: Source Sans Pro, sans-serif;
font-weight: 700;
font-style: italic;
content: "s";
vertical-align: middle;
margin-left: 3px;
}
span.faicon.an_chart_bar::before {
font-size: 14px;
font-weight: 700;
/*content: "\f080";*/
content: "\f200";
margin-left: 3px;
}
/*
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 : 10-Okt-2018
Author : Peter Hrvatin
*/
/* Invitation table */
span.faicon.inv_sent_0::before {
font-size: 14px;
content: "\f2b6";
font-weight: 400;
}
span.faicon.inv_sent_1::before {
font-size: 14px;
content: "\f0e0";
}
span.faicon.inv_responded_0::before {
font-size: 14px;
font-weight: 400;
content: "\f005";
}
span.faicon.inv_responded_1::before {
font-size: 14px;
font-weight: 700;
content: "\f005";
}
span.faicon.inv_unsubscribed_0::before {
font-size: 14px;
font-weight: 400;
content: "\f111";
}
span.faicon.inv_unsubscribed_1::before {
font-size: 14px;
font-weight: 700;
content: "\f111";
color: #FF0000;
}
a {
cursor: pointer;
color: #1E88E5;
transition: 0.2s;
}
a:hover {
2021-11-19 08:52:49 +01:00
color: #0059ab;
}
a.noline {
text-decoration: none;
}
a.help {
text-decoration: none;
font-weight: 800;
}
2021-11-19 08:52:49 +01:00
.displayNone {
display: none !important;
}
/*
Components scss
*/
/*
Header scss - top line, menu...
*/
header .mobile_header {
display: none;
}
header #top_line {
display: flex;
align-items: center;
height: 58px;
padding: 0 32px;
/*tooltips on survey*/
}
header #top_line #logo_holder {
width: 87px;
height: 40px;
}
header #top_line #logo_holder a {
display: block;
width: 87px;
height: 40px;
background-image: url(../img/logo/1ka_logo_slo.svg);
background-repeat: no-repeat;
}
header #top_line #logo_holder.english a {
background-image: url(../img/logo/1ka_logo_eng.svg);
}
header #top_line #anketa_header_settings {
display: flex;
margin-left: 30px;
}
header #top_line #anketa_header_settings .anketa_header_naslov a {
font-size: 20px;
color: #333333;
text-decoration: none;
font-weight: 600;
}
header #top_line #anketa_header_settings .anketa_header_help {
2021-12-14 11:58:50 +01:00
display: flex;
align-items: center;
margin-left: 37px;
}
header #top_line #anketa_header_settings .anketa_header_activation {
display: flex;
align-items: center;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_preview {
margin-left: 32px;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_url {
margin-left: 32px;
2021-12-14 11:58:50 +01:00
color: #777777;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_url a {
font-size: 16px;
text-decoration: none;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_activate {
margin-left: 32px;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_activate .switch_anketa {
position: relative;
display: block;
width: 50px;
height: 20px;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_activate .switch_anketa .switch_anketa_content {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding-top: 1px;
2021-12-14 11:58:50 +01:00
color: white;
font-size: 12px;
font-weight: 400;
line-height: 16px;
background-color: #1E88E5;
border-radius: 20px;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_activate .switch_anketa .switch_anketa_content:before {
position: absolute;
content: "";
2021-12-14 11:58:50 +01:00
height: 18px;
width: 18px;
bottom: 1px;
background-color: white;
border-radius: 50%;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_activate .switch_anketa.anketa_on .switch_anketa_content {
2021-12-14 11:58:50 +01:00
padding-left: 24px;
background-color: #1E88E5;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_activate .switch_anketa.anketa_on .switch_anketa_content:before {
2021-12-14 11:58:50 +01:00
left: 1px;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_activate .switch_anketa.anketa_on:hover .switch_anketa_content {
2021-12-14 11:58:50 +01:00
background-color: #0059ab;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_activate .switch_anketa.anketa_off .switch_anketa_content {
2021-12-14 11:58:50 +01:00
padding-left: 6px;
background-color: #808080;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_activate .switch_anketa.anketa_off .switch_anketa_content:before {
2021-12-14 11:58:50 +01:00
right: 1px;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_activate .switch_anketa.anketa_off:hover .switch_anketa_content {
2021-12-14 11:58:50 +01:00
background-color: #777777;
}
header #top_line #anketa_header_settings .anketa_header_activation .anketa_header_lock {
margin-left: 32px;
}
header #top_line #anketa_header_settings .anketa_header_quick_settings {
2021-12-14 11:58:50 +01:00
display: flex;
align-items: center;
margin-left: 32px;
}
header #top_line #enka_nav {
2021-12-14 11:58:50 +01:00
display: flex;
align-items: center;
position: absolute;
right: 32px;
}
2021-12-14 11:58:50 +01:00
header #top_line #enka_nav div {
margin-left: 24px;
}
2021-12-14 11:58:50 +01:00
header #top_line #enka_nav #search_holder form {
display: flex;
align-items: center;
}
2021-12-14 11:58:50 +01:00
header #top_line #enka_nav #search_holder input#searchSurvey {
display: none;
width: 150px;
padding: 3px 0 3px 5px;
2021-12-14 11:58:50 +01:00
margin: -3px 0 0 5px;
border: 1px solid #1E88E5;
}
header #top_line span.sprites.mail_unread {
2021-12-14 11:58:50 +01:00
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
line-height: 23px;
text-align: center;
text-indent: 10px;
}
header #top_line #xtradiv {
display: inline-block;
width: auto;
margin-left: 15px;
vertical-align: middle;
}
header #top_line #xtradiv .xtraname {
2021-12-14 11:58:50 +01:00
display: flex;
align-items: center;
cursor: pointer;
width: auto;
font-weight: 500;
color: #1E88E5;
}
header #top_line #xtradiv .xtraname:hover {
2021-12-14 11:58:50 +01:00
color: #0059ab;
}
header #top_line #xtradiv .xtraname span {
margin-left: 8px;
line-height: 20px;
}
header #top_line #xtradiv #xtradivSettings {
display: none;
position: absolute;
z-index: 99999;
right: 8px;
top: 35px;
padding: 5px 10px;
width: 120px;
text-align: left;
2021-12-14 11:58:50 +01:00
background-color: #FFFFFF;
border: 1px #1E88E5 solid;
-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4);
}
header #top_line #xtradiv #xtradivSettings span.xtraSetting {
clear: both;
float: left;
padding: 6px 0;
}
header #top_line #xtradiv #xtradivSettings span.xtraSetting a.xtra {
display: inline;
vertical-align: middle;
font-size: 13px;
2021-12-14 11:58:50 +01:00
color: #333333;
}
header #top_line #xtradiv #xtradivSettings span.xtraSetting a.xtra:hover {
color: #FFC700;
}
header #top_line #xtradiv #xtradivSettings span.xtraSetting a.xtra:hover .faicon {
color: #FFC700;
}
header #top_line #xtradiv #xtradivSettings span.xtraSetting a.xtra span.faicon {
display: inline;
vertical-align: middle;
margin-right: 10px;
}
header #top_line .tooltip {
position: relative;
}
header #top_line .tooltip .expanded-tooltip {
display: none;
white-space: normal;
}
header #top_line .tooltip:hover .expanded-tooltip {
display: block;
}
header #top_line .tooltip.monitor {
cursor: pointer;
}
header #surveyNavigation {
height: 58px;
background-color: #1E88E5;
}
header #surveyNavigation #firstNavigation {
display: flex;
2021-12-14 11:58:50 +01:00
justify-content: space-between;
height: 58px;
margin: 0 32px;
font-size: 16px;
font-weight: 400;
text-align: center;
}
2021-12-14 11:58:50 +01:00
header #surveyNavigation #firstNavigation .right_icons {
display: flex;
}
header #surveyNavigation #firstNavigation ol {
display: flex;
2021-12-14 11:58:50 +01:00
align-items: center;
2021-12-07 14:38:54 +01:00
padding: 0;
margin: 0;
}
header #surveyNavigation #firstNavigation ol li {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
2021-12-14 11:58:50 +01:00
header #surveyNavigation #firstNavigation ol.navigation_buttons_list {
padding-top: 10px;
}
2021-12-07 14:38:54 +01:00
header #surveyNavigation #firstNavigation ol.navigation_buttons_list li {
padding: 14px 32px;
}
header #surveyNavigation #firstNavigation ol.navigation_buttons_list li a {
color: #FFFFFF;
text-decoration: none;
}
2021-12-07 14:38:54 +01:00
header #surveyNavigation #firstNavigation ol.navigation_buttons_list li.active_on {
background-color: #FFFFFF;
}
header #surveyNavigation #firstNavigation ol.navigation_buttons_list li.active_on a {
color: #1E88E5;
}
2021-12-14 11:58:50 +01:00
header #surveyNavigation #firstNavigation ol.quick_settings li {
margin-left: 16px;
}
header #surveyNavigation #firstNavigation ol.quick_settings li a span::before {
color: white;
}
header #surveyNavigation #firstNavigation ol.quick_settings #quick_comments_link.newCss {
font-size: 12px;
}
2021-12-14 11:58:50 +01:00
header #surveyNavigation #firstNavigation ol.quick_settings #quick_comments_link.newCss a {
margin-right: 0px !important;
2021-12-14 11:58:50 +01:00
color: #FFFFFF !important;
font-weight: 600;
}
2021-12-14 11:58:50 +01:00
header #surveyNavigation #firstNavigation ol.quick_settings #quick_comments_link.newCss a:hover {
color: #FFFFFF !important;
}
2021-12-14 11:58:50 +01:00
header #surveyNavigation #firstNavigation ol.quick_settings #quick_comments_link.newCss a span.comments_blue_off {
margin-top: 4px !important;
}
2021-12-14 11:58:50 +01:00
header #surveyNavigation #firstNavigation ol.quick_settings #quick_comments_link.newCss a span.comments_orange_off {
margin-top: 4px !important;
}
2021-12-14 11:58:50 +01:00
header #surveyNavigation #firstNavigation ol.quick_settings #quick_comments_link.newCss a span.comments_blue_on {
margin-top: -1px !important;
}
2021-12-14 11:58:50 +01:00
header #surveyNavigation #firstNavigation ol.quick_settings #quick_comments_link.newCss a span.comments_orange_on {
margin-top: -1px !important;
}
2021-12-14 11:58:50 +01:00
header #surveyNavigation #firstNavigation ol.quick_settings span.sprites.comments_blue_on {
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
line-height: 12px;
text-align: center;
}
2021-12-14 11:58:50 +01:00
header #surveyNavigation #firstNavigation ol.quick_settings span.sprites.comments_orange_on {
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
line-height: 12px;
text-align: center;
}
2021-12-14 11:58:50 +01:00
header #surveyNavigation #firstNavigation ol.navigation_modules li {
margin-left: 16px;
}
header #surveyNavigation #firstNavigation ol.navigation_modules a:hover {
text-decoration: none;
}
header #secondNavigation {
2021-12-07 14:38:54 +01:00
display: flex;
2021-12-14 11:58:50 +01:00
align-items: center;
2021-12-07 14:38:54 +01:00
height: 41px;
border-bottom: 1px solid #E5E5E5;
}
2021-12-14 11:58:50 +01:00
header #secondNavigation .separator {
width: 1px;
height: 25px;
margin: 0 16px;
border-left: 1px #808080 solid;
}
2021-12-07 14:38:54 +01:00
header #secondNavigation ul.secondNavigation,
header #secondNavigation ul.secondNavigationArchive {
display: flex;
align-items: center;
margin: 0 0 0 32px;
padding: 0;
}
2021-12-14 11:58:50 +01:00
header #secondNavigation ul.secondNavigation.secondNavigationArchive,
header #secondNavigation ul.secondNavigationArchive.secondNavigationArchive {
margin-left: 0;
}
2021-12-07 14:38:54 +01:00
header #secondNavigation ul.secondNavigation li,
header #secondNavigation ul.secondNavigationArchive li {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
2021-12-07 14:38:54 +01:00
height: 41px;
border-bottom: 1px #E5E5E5 solid;
}
header #secondNavigation ul.secondNavigation li a,
header #secondNavigation ul.secondNavigationArchive li a {
padding: 12px 32px;
line-height: 41px;
font-size: 15px;
color: #808080;
text-decoration: none;
}
2021-12-07 14:38:54 +01:00
header #secondNavigation ul.secondNavigation li.active, header #secondNavigation ul.secondNavigation li:hover,
header #secondNavigation ul.secondNavigationArchive li.active,
header #secondNavigation ul.secondNavigationArchive li:hover {
border-bottom: 1px #1E88E5 solid;
}
2021-12-07 14:38:54 +01:00
header #secondNavigation ul.secondNavigation li.active a, header #secondNavigation ul.secondNavigation li:hover a,
header #secondNavigation ul.secondNavigationArchive li.active a,
header #secondNavigation ul.secondNavigationArchive li:hover a {
color: #1E88E5;
}
2021-12-14 11:58:50 +01:00
header #secondNavigation #secondNavigation_links {
display: flex;
align-items: center;
position: absolute;
right: 32px;
}
header #secondNavigation #secondNavigation_links a {
margin-left: 16px;
}
header #secondNavigation #secondNavigation_links a span::before {
font-size: 20px !important;
}
header div.breadcrumbs {
display: none;
}
footer#srv_footer {
display: flex;
justify-content: space-between;
box-sizing: border-box;
width: 100%;
height: 80px;
padding: 16px 40px;
margin-top: 40px;
font-size: 14px;
line-height: 16px;
color: #333333;
background-color: #FFFFFF;
border-top: 1px solid #E5E5E5;
}
footer#srv_footer a {
text-decoration: none;
}
footer#srv_footer .footer_left {
display: flex;
flex-direction: column;
}
footer#srv_footer .footer_left .footer_line {
display: flex;
}
footer#srv_footer .footer_left .footer_line:first-child {
margin-bottom: 15px;
}
footer#srv_footer .footer_left .footer_line .footer_item {
padding: 0 8px;
border-left: 1px #E5E5E5 solid;
}
footer#srv_footer .footer_left .footer_line .footer_item:first-child {
padding-left: 0;
border-left: none;
}
footer#srv_footer .footer_right {
text-align: left;
}
footer#srv_footer .footer_right span.faicon.inline_comment:before {
font-size: 14px !important;
margin-right: 3px;
}
footer#srv_footer .footer_right span.faicon.external_link:before {
font-size: 14px !important;
margin-right: 3px;
}
2021-11-19 08:52:49 +01:00
div.layout_left_item {
2021-11-08 16:16:59 +01:00
padding: 16px 32px;
2021-11-19 08:52:49 +01:00
margin-right: 64px;
2021-11-05 16:43:46 +01:00
border: 1px solid #E5E5E5;
box-shadow: -10px 10px 0px #F8F8F8;
2021-11-08 16:16:59 +01:00
height: fit-content;
}
2021-11-19 08:52:49 +01:00
div.layout_left_item span.faicon {
margin-left: 16px;
}
div.layout_left_item span.menu_left-title {
2021-11-08 16:16:59 +01:00
font-weight: bold;
font-size: 17px;
line-height: 21px;
text-transform: uppercase;
}
2021-11-19 08:52:49 +01:00
div.layout_left_item span.menu_left-title.paid_locked {
2021-11-08 16:16:59 +01:00
color: #FFC700;
}
2021-11-19 08:52:49 +01:00
div.layout_left_item ul.menu_left-list {
2021-11-08 16:16:59 +01:00
list-style-type: none;
padding: 0;
margin: 0;
margin-bottom: 32px;
font-size: 16px;
}
2021-11-19 08:52:49 +01:00
div.layout_left_item ul.menu_left-list:last-of-type {
margin-bottom: 0;
}
2021-11-19 08:52:49 +01:00
div.layout_left_item ul.menu_left-list.paid_locked {
color: #777777;
2021-11-08 16:16:59 +01:00
}
2021-11-19 08:52:49 +01:00
div.layout_left_item ul.menu_left-list.paid_locked a:hover {
color: #777777;
}
div.layout_left_item ul.menu_left-list li {
2021-11-08 16:16:59 +01:00
line-height: 20px;
margin-top: 12px;
}
2021-11-19 08:52:49 +01:00
div.layout_left_item ul.menu_left-list li.active {
2021-11-08 16:16:59 +01:00
color: #1E88E5;
2021-11-19 08:52:49 +01:00
font-weight: 600;
}
div.layout_left_item ul.menu_left-list li a.paid_locked {
color: #777777;
}
div.layout_left_item ul.menu_left-list li a.paid_locked a:hover {
color: #777777;
}
div.layout_left_item ul.menu_left-list.second {
padding-left: 30px;
}
div.layout_left_item ul.menu_left-list a {
color: inherit;
text-decoration: none;
2021-11-08 16:16:59 +01:00
}
2021-11-19 08:52:49 +01:00
div.layout_left_item ul.menu_left-list a:hover {
2021-11-08 16:16:59 +01:00
color: #1E88E5;
2021-11-05 16:43:46 +01:00
}
/*
Form scss - input fields, buttons...
*/
button,
submit {
box-sizing: border-box;
cursor: pointer;
2021-11-05 16:43:46 +01:00
font-weight: 600;
font-family: Source Sans Pro, sans-serif;
box-shadow: none;
border: 0;
transition: 0.3s;
min-width: 160px;
}
button.small,
submit.small {
padding: 5px 32px;
font-size: 14px;
}
button.medium,
submit.medium {
padding: 10px 32px;
font-size: 16px;
}
button.large,
submit.large {
padding: 12px 32px;
font-size: 20px;
}
button.blue,
submit.blue {
color: #FFFFFF;
background-color: #1E88E5;
border: 1px #1E88E5 solid;
}
button.blue:hover,
submit.blue:hover {
background-color: #1980da;
}
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.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.inline {
align-items: flex-end;
}
div.button_holder.inline button {
margin-left: 16px;
}
button.ui-datepicker-trigger {
cursor: pointer;
transition: 0.3s;
min-width: auto;
color: #1E88E5;
border: none;
background: none;
padding: 0;
}
button.ui-datepicker-trigger:hover {
color: #1980da;
}
button.ui-datepicker-trigger.disabled {
color: #777777;
pointer-events: none;
}
label {
cursor: pointer;
margin-right: 16px;
font-size: 16px;
}
label[disabled] {
color: #777777;
pointer-events: none;
}
input[type=text] {
border: 1px solid #C4C4C4;
2021-11-05 16:43:46 +01:00
box-sizing: border-box;
border-radius: 2px;
width: 245px;
margin-top: 4px;
font-family: Source Sans Pro, sans-serif;
2021-11-05 16:43:46 +01:00
}
input[type=text]#anketa_polnoIme {
width: 400px;
}
input[type=text]#anketa_akronim {
width: 800px;
}
input[type=text].w200 {
width: 200px;
}
input[type=text].large {
2021-11-05 16:43:46 +01:00
height: 40px;
font-size: 16px;
padding: 9px 7px;
2021-11-05 16:43:46 +01:00
}
input[type=text].medium {
2021-11-05 16:43:46 +01:00
height: 32px;
font-size: 14px;
padding: 6px 7px;
2021-11-05 16:43:46 +01:00
}
input[type=text].small {
2021-11-05 16:43:46 +01:00
height: 26px;
font-size: 14px;
padding: 3px 7px;
2021-11-05 16:43:46 +01:00
}
input[type=text]:focus {
outline-style: none;
box-shadow: none;
border-color: transparent;
border-color: #1E88E5;
}
input[type=text][readonly=true] {
cursor: pointer;
}
input[type=radio], input[type=checkbox] {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
2021-11-05 16:43:46 +01:00
}
input[type=radio] + label:before, input[type=checkbox] + label:before {
cursor: pointer;
font-family: "Font Awesome 5 Free";
display: inline-block;
color: #777777;
letter-spacing: 8px;
font-size: 18px;
vertical-align: -1px;
2021-11-05 16:43:46 +01:00
}
input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
color: #1E88E5;
}
input[type=checkbox] + label:before {
content: "\f0c8";
}
input[type=checkbox]:checked + label:before {
content: "\f14a";
font-weight: bold;
}
input[type=radio] + label:before {
content: "\f111";
2021-11-05 16:43:46 +01:00
}
input[type=radio]:checked + label:before {
content: "\f192";
}
input[type=checkbox][disabled] + label:before {
color: #C4C4C4;
pointer-events: none;
}
input[type=radio][disabled] + label:before {
color: #C4C4C4;
pointer-events: none;
}
input.disabled {
border-color: #C4C4C4;
background-color: #E5E5E5;
color: #777777;
pointer-events: none;
}
fieldset {
margin-bottom: 32px;
padding: 32px;
2021-11-05 16:43:46 +01:00
box-sizing: border-box;
margin-inline-start: 0;
margin-inline-end: 0;
2021-11-05 16:43:46 +01:00
border: 1px solid #E5E5E5;
}
fieldset legend {
padding: 0 15px;
font-size: 16px;
font-weight: 700;
color: #1E88E5;
text-transform: uppercase;
}
fieldset p.bottom16 {
margin-bottom: 16px;
}
fieldset p.top16 {
margin-top: 16px;
}
fieldset p.bottom8 {
margin-bottom: 8px;
}
fieldset p.top8 {
margin-top: 8px;
}
fieldset .setting_horizontal_wrapper {
display: flex;
flex-direction: row;
}
fieldset .setting_horizontal_wrapper .setting_holder {
margin-right: 17px;
}
fieldset .setting_holder {
margin-bottom: 16px;
2021-11-22 01:19:04 +01:00
display: flex;
flex-direction: column;
}
fieldset .setting_holder.bottom8 {
margin-bottom: 8px !important;
}
fieldset .setting_holder:first-of-type, fieldset .setting_holder.top0 {
margin-top: 0;
}
fieldset .setting_holder.bottom0 {
margin-bottom: 0;
}
fieldset .setting_holder:last-of-type {
margin-bottom: 0;
}
fieldset .setting_holder:last-of-type.bottom16 {
margin-bottom: 16px !important;
}
fieldset .setting_holder .setting_item {
margin-top: 8px;
}
fieldset .setting_holder span.charalimit {
font-size: 12px;
line-height: 15px;
color: #777777;
2021-12-01 14:18:00 +01:00
text-align: right;
}
fieldset .setting_holder span.charalimit#anketa_polnoIme_chars {
width: 400px;
}
fieldset .setting_holder span.charalimit#anketa_akronim_chars, fieldset .setting_holder span.charalimit#anketa_note_chars {
width: 800px;
}
2021-12-01 14:18:00 +01:00
fieldset .setting_holder.indent {
margin-left: 27px;
}
fieldset .setting_holder.red label {
color: red;
}
fieldset .setting_holder.red input[type=text] {
border: 1px solid red;
}
fieldset ul {
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 25px;
}
2021-11-05 16:43:46 +01:00
select.dropdown {
border: 1px solid #C4C4C4;
2021-11-05 16:43:46 +01:00
box-sizing: border-box;
border-radius: 2px;
cursor: pointer;
font-family: Source Sans Pro, sans-serif;
2021-11-22 01:19:04 +01:00
margin-top: 4px;
2021-11-29 11:20:59 +01:00
background-color: #FFFFFF;
2021-11-05 16:43:46 +01:00
}
select.dropdown.large {
width: 229px;
height: 40px;
font-size: 16px;
padding: 9px 7px;
2021-11-05 16:43:46 +01:00
}
select.dropdown.large option {
font-size: 16px;
line-height: 20px;
color: #333333;
padding: 0;
2021-11-05 16:43:46 +01:00
}
select.dropdown.medium {
width: 229px;
height: 32px;
font-size: 14px;
padding: 6px 7px;
2021-11-05 16:43:46 +01:00
}
select.dropdown.medium option {
font-size: 14px;
line-height: 18px;
color: #333333;
2021-11-05 16:43:46 +01:00
}
select.dropdown.small {
width: 229px;
height: 26px;
font-size: 14px;
padding: 3px 7px;
2021-11-05 16:43:46 +01:00
}
select.dropdown.small option {
font-size: 14px;
line-height: 18px;
color: #333333;
}
select.dropdown.w200 {
width: 200px;
}
select.dropdown:focus {
outline-style: none;
box-shadow: none;
border-color: transparent;
border-color: #1E88E5;
}
select.dropdown.disabled {
border-color: #C4C4C4;
background-color: #E5E5E5;
color: #777777;
pointer-events: none;
}
textarea {
width: 307px;
height: 140px;
border: 1px solid #C4C4C4;
box-sizing: border-box;
border-radius: 2px;
resize: none;
margin-top: 4px;
padding: 9px 7px;
font-family: Source Sans Pro, sans-serif;
font-size: 16px;
}
textarea.disabled {
border-color: #C4C4C4;
background-color: #E5E5E5;
color: #777777;
pointer-events: none;
}
textarea:focus {
outline-style: none;
box-shadow: none;
border-color: transparent;
border-color: #1E88E5;
}
textarea#anketa_note {
width: 800px;
height: 120px;
}
table {
margin: 8px 0;
padding: 8px 0;
border-collapse: collapse;
text-align: left;
}
table td, table th {
padding: 0 16px;
border-top: 1px solid #E5E5E5;
vertical-align: middle;
}
table th {
font-weight: 600;
background-color: #F8F8F8;
}
table td.center {
text-align: center;
}
table td.right {
text-align: right;
}
table tr {
height: 40px;
}
table tr:last-of-type td, table tr:last-of-type th {
border-bottom: 1px solid #E5E5E5;
}
/*
Specific pages scss
*/
/* font awesom za admin */
#variable_holder input[type=checkbox].enka-admin-custom,
#variable_holder input[type=radio].enka-admin-custom {
display: none !important;
}
#variable_holder input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before,
#variable_holder input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before {
font-family: "Font Awesome 5 Free";
display: inline-block;
font-size: 14px;
color: #E5E5E5;
font-weight: 400;
}
#variable_holder input[type=checkbox].enka-admin-custom.enka-inline + span.enka-checkbox-radio:before,
#variable_holder input[type=radio].enka-admin-custom.enka-inline + span.enka-checkbox-radio:before {
display: inline-block;
float: left;
padding-top: 4px;
padding-left: 4px;
font-weight: 400;
}
#variable_holder input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before {
/*content: "\f096";*/
content: "\f0c8";
letter-spacing: 10px;
}
#variable_holder input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before {
/*content: "\f10c";*/
content: "\f111";
letter-spacing: 8px;
}
/* select, checked */
#variable_holder input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before {
/*content: "\f046";*/
content: "\f14a";
color: #E5E5E5;
letter-spacing: 8px;
}
#variable_holder input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before {
/*content: "\f192";*/
content: "\f192";
color: #E5E5E5;
}
/*
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 : 01-Aug-2018, 12:52:20
Author : podkrizniku
*/
#toolbox_basic {
position: fixed;
z-index: 50;
top: 255px;
left: 1px;
height: 335px;
width: 50px;
background-color: #1E88E5;
border: 0;
}
#toolbox_basic div.new_adv {
cursor: default;
cursor: pointer;
margin: 0px 1px;
padding: 8px 4px;
text-align: center;
background-color: #FFC700;
background-repeat: repeat-y;
}
#toolbox_basic p {
margin: 10px 3px 3px;
}
#toolbox_basic p img {
cursor: move;
}
#toolbox_basic p span.sprites {
margin-right: 2px;
}
#toolbox_basic .handle {
color: #FF0000;
font-weight: bold;
}
#toolbox_basic p.left {
overflow: hidden;
margin-left: 0;
margin-right: 0;
padding-left: 9px;
padding-right: 2px;
}
#toolbox_basic p.right {
overflow: hidden;
margin-left: 0;
margin-right: 0;
padding-left: 9px;
padding-right: 2px;
}
#toolbox_basic p.whole {
overflow: hidden;
margin-left: 0;
margin-right: 0;
padding-left: 2%;
padding-right: 2%;
margin-top: 6px;
}
#toolbox_basic p.new_spr {
cursor: pointer;
margin: 0px 1px;
padding: 8px 4px;
text-align: center;
}
#toolbox_basic p.new_spr:hover {
background-color: #1775c8;
}
#toolbox_basic p.new_if {
cursor: pointer;
margin: 0px 1px;
padding: 8px 4px;
text-align: center;
}
#toolbox_basic p.new_if:hover {
background-color: #1775c8;
}
#toolbox_basic p.new_pb {
cursor: pointer;
margin: 0px 1px;
padding: 8px 4px;
text-align: center;
}
#toolbox_basic p.new_pb:hover {
background-color: #1775c8;
}
#toolbox_basic p.new_block {
cursor: pointer;
margin: 0px 1px;
padding: 8px 4px;
text-align: center;
}
#toolbox_basic p.new_block:hover {
background-color: #1775c8;
}
#toolbox_add_advanced {
display: none;
cursor: auto;
z-index: -1;
position: fixed;
top: 218px;
left: 55px;
width: 495px;
height: auto;
min-height: 100px;
padding: 0px 10px 10px 10px;
background-color: #1E88E5;
text-align: left;
border: 1px solid #1E88E5;
}
#toolbox_add_advanced p.toolbox_add_title {
color: #1E88E5;
font-weight: 600;
font-size: 14px;
}
#toolbox_add_advanced p.new_spr {
float: left;
cursor: pointer;
width: 150px;
margin: 1px 0px 1px 1px;
padding: 4px 7px;
text-align: left;
}
#toolbox_add_advanced p.new_spr:hover {
background-color: #1E88E5;
}
#toolbox_add_advanced p.new_loop {
float: left;
cursor: pointer;
width: 150px;
margin: 1px 0px 1px 1px;
padding: 4px 7px;
text-align: left;
}
#toolbox_add_advanced p.new_loop:hover {
background-color: #1E88E5;
}
#toolbox_add_advanced .holder {
width: 33%;
float: left;
border: 0;
background: 0;
}
#toolbox_add_advanced p.new_question {
text-align: left;
}
#toolbox_add_advanced .new_spr_spacer {
float: left;
cursor: pointer;
width: 150px;
margin: 1px 0px 1px 1px;
padding: 4px 7px;
text-align: left;
cursor: auto;
height: 18px;
}
#toolbox_add_advanced p.naslov {
float: left;
width: 150px;
margin: 10px 0 3px 0;
padding: 0 5px 0px 2px;
font-size: 13px;
font-weight: 600;
text-align: left;
}
#toolbox_add_advanced p span {
display: none;
}
#toolbox_advanced_settings {
position: fixed;
cursor: pointer;
top: 218px;
left: 1px;
width: 18px;
height: 19px;
padding: 5px 15px 6px;
background-color: #1E88E5;
border: 1px #1E88E5 solid;
}
#toolbox_advanced_settings #toolbox_advanced_settings_holder {
display: none;
cursor: auto;
z-index: 99;
position: fixed;
top: 218px;
left: 55px;
width: auto;
height: auto;
min-height: 100px;
padding: 10px 20px 0 10px;
text-align: left;
font-size: 11px;
border: 1px solid #1E88E5;
background-color: #1E88E5;
}
#toolbox_advanced_settings #toolbox_advanced_settings_holder span.advanced_settings_title {
vertical-align: middle;
padding: 0 0 0 2px;
color: #1E88E5;
font-weight: 600;
font-size: 12px;
}
#toolbox_advanced_settings #toolbox_advanced_settings_holder span.advanced_setting {
display: inline-block;
text-align: center;
width: 20px;
padding: 3px 5px 0 0;
}
#locked_toolbar {
position: absolute;
top: 1px;
left: 1px;
width: 45px;
height: 194px;
padding: 140px 0 0 3px;
background: rgba(30, 136, 229, 0.85);
}
#locked_toolbar span.lock_big {
margin-left: 13px;
}
#toolbox_basic.forma {
height: 266px;
top: 235px;
}
#toolbox_basic.forma #locked_toolbar {
height: 199px;
padding-top: 85px;
}
.mobile_add_question {
display: none;
}
.mobile_add_question_popup {
display: none;
}
/*
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 : 03-Aug-2018, 11:04:39
Author : podkrizniku
*/
.nastavitveSpan4 {
display: table-cell;
float: left;
font-weight: 500;
width: 55%;
clear: both;
}
.nastavitveSpan5 {
display: table-cell;
float: left;
font-weight: 500;
width: 25%;
clear: both;
}
select#skin_anketa {
max-width: 120px;
margin-bottom: 2px;
}
select#skin {
max-width: 120px;
margin: 4px 0 2px 0;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main {
display: flex;
/* Leve nastavitve */
/* Srednji del */
/* Desne nastavitve */
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #glas_settings {
width: 330px;
min-width: 290px;
margin: 20px 0 0 0;
padding: 0;
line-height: 18px;
background-color: white;
border: 1px solid #1E88E5;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #glas_settings .more {
float: right;
margin: 5px 20px 10px 0;
font-weight: 500;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #glas_settings .less {
float: right;
margin: 5px 20px 10px 0;
font-weight: 500;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #glas_settings .header_holder {
height: 35px;
font-size: 16px;
font-weight: 500;
background-color: #1E88E5;
width: 100%;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #glas_settings .header_content {
padding: 8px 0px 7px 0px;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #glas_settings .header_content .header_left {
color: #1E88E5;
font-size: 16px;
font-weight: 500;
width: auto;
float: left;
padding-left: 10px;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #glas_settings fieldset {
margin: 11px 10px;
padding: 3px 5px;
border: 0;
border-top: 1px solid #1E88E5;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #glas_settings legend {
margin: 0;
padding: 0 10px 0 5px;
background-color: rgba(0, 0, 0, 0);
color: #1E88E5;
font-weight: 500;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #placeholder {
margin: 85px 0 0 20px;
max-width: 1100px;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #placeholder #branching.branching_glasovanje {
padding: 3px;
min-height: 400px;
width: calc(96% - 315px);
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #placeholder #branching.branching_glasovanje ul.first {
margin: 1px 0 0 0 !important;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #placeholder #branching.branching_glasovanje ul li {
margin-left: 0px !important;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #placeholder #vprasanje_float_editing {
margin-top: 45px !important;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #quick_settings_holder {
position: absolute;
right: calc(3% + 5px);
margin-left: -5px;
top: 222px;
height: auto;
width: 310px;
border: 0;
background-color: transparent;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #quick_settings_holder #quick_settings {
padding: 5px 15px;
width: 315px;
box-sizing: border-box;
float: right;
background-color: #1E88E5;
border: 1px solid #1E88E5;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #quick_settings_holder #quick_settings fieldset {
border: 1px #E5E5E5 solid;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #quick_settings_holder #quick_settings .form_bottom_settings {
margin: 0 8px 10px 8px;
padding: 0 0 5px 10px;
background-color: inherit;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #quick_settings_holder #quick_settings #form_settings_obvescanje {
padding: 1px 0 10px 10px;
}
#anketa_edit.page_.subpage_.glasovanje .anketa_edit_main #quick_settings_holder #quick_settings #form_settings_obvescanje textarea#alert_finish_other_emails:focus {
padding: 2px;
border: 0;
background-color: #FFC700;
}
/*
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 : 03-Aug-2018, 13:34:26
Author : podkrizniku
*/
#branching.expanded.branching_forma ul.first {
margin-top: 59px !important;
}
#branching.expanded.branching_forma ul.first li.empty_vrivanje {
margin-top: -45px !important;
}
#branching.collapsed.branching_forma ul.first {
margin-top: 66px !important;
}
#anketa_edit.forma #quick_settings_holder {
position: absolute;
right: 5%;
top: 235px;
height: auto;
width: 310px;
border: 0;
background-color: transparent;
}
#anketa_edit.forma #quick_settings_holder #quick_settings {
padding: 5px 15px;
width: 315px;
box-sizing: border-box;
float: right;
background-color: #1E88E5;
border: 1px solid #1E88E5;
}
#anketa_edit.forma #quick_settings_holder #quick_settings fieldset {
border: 1px #E5E5E5 solid;
}
#anketa_edit.forma #quick_settings_holder #quick_settings .form_bottom_settings {
margin: 0 8px 10px 8px;
padding: 0 0 5px 10px;
background-color: inherit;
}
#anketa_edit.forma #quick_settings_holder #quick_settings #form_settings_obvescanje {
padding: 1px 0 10px 10px;
}
#anketa_edit.forma #quick_settings_holder #quick_settings #form_settings_obvescanje textarea#alert_finish_other_emails:focus {
padding: 2px;
border: 0;
background-color: #FFC700;
}
/*
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 : 03-Aug-2018, 13:12:19
Author : podkrizniku
*/
/* Okno za drop vprasanja, ko je anketa prazna */
.empty_vrivanje {
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 20px 0px 20px 45px !important;
padding: 60px 0 !important;
text-align: center;
font-weight: 600;
border: 1px solid #1E88E5;
}
.empty_vrivanje .empty_vrivanje_title {
margin: 0 auto;
padding: 8px 20px;
font-size: 16px;
font-weight: 500;
color: #1E88E5;
background-color: #1E88E5;
border: 1px solid #1E88E5;
}
.empty_vrivanje .empty_vrivanje_subtitle {
margin: 15px auto 0 auto;
font-size: 14px;
font-weight: 400;
}
.empty_vrivanje .empty_vrivanje_subtitle a {
font-weight: 500;
}
.empty_vrivanje.branchinghover {
color: white;
background: 0 !important;
background-color: #FFC700;
}
.empty_vrivanje.branchinghover a {
display: inline !important;
color: white;
}
.empty_vrivanje.branchinghover .empty_vrivanje_title {
color: white;
background-color: #FFC700;
border-color: white;
}
.editmenu {
float: right;
margin: 2px 0px 0px 0px;
padding: 2px;
padding-right: 10px;
border: 0;
position: static;
}
.extra_opt {
margin-right: 10px;
}
.extra_opt a {
color: black;
text-decoration: none;
vertical-align: bottom;
}
.intro_concl {
float: left;
font-size: 12px;
color: #E5E5E5;
padding: 4px;
}
.save_button {
float: right;
margin: 10px 0px;
padding-right: 10px;
z-index: 50;
}
li.spr div.edit_mode {
display: none;
}
li.spr div.preview_mode {
display: block;
}
li.spr thead.edit_mode {
display: none;
}
li.spr .editingOnly {
visibility: hidden;
}
li.spr span.inline_other {
display: none;
}
li.spr #variabla_new span.inline_other {
display: inline;
margin: 0 10px;
}
div[contenteditable][default="1"][vre_id=new] {
color: #E5E5E5;
}
div.stolpci {
float: left;
}
div.stolpci span.inline_delete {
display: none;
}
div.stolpci span.inline_edit {
display: none;
}
div#variabla_new span.inline_move {
visibility: hidden;
}
div#variabla_new span.inline_edit {
visibility: hidden;
}
div#variabla_new span.inline_delete {
visibility: hidden;
}
div#variabla_new span.inline_if_follow {
visibility: hidden;
}
div#variabla_new span.inline_if_not {
visibility: hidden;
}
div#variabla_new span.inline_hidden {
visibility: hidden;
}
div#variabla_new span.correct {
visibility: hidden;
}
.show-hidden {
visibility: visible !important;
}
.show-disable {
visibility: visible !important;
}
.show-correct {
visibility: visible !important;
color: #1e88e5 !important;
}
.show-correct:before {
visibility: visible !important;
color: #33cc33 !important;
}
#vprasanje {
display: none;
position: fixed;
top: 5%;
bottom: 5%;
right: 3%;
width: 80%;
z-index: 80;
padding: 10px;
}
.branch {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#div_status_values {
display: none;
position: fixed;
z-index: 90;
top: 20px;
right: 30px;
width: 720px;
padding: 10px;
border: 1px solid #FF0000;
background-color: #E5E5E5;
}
#div_status_values fieldset {
border: 0;
border-top: 1px solid #1E88E5;
}
#div_status_values legend {
background-color: #1E88E5;
}
._branch {
padding: 0px !important;
margin: 0px !important;
}
/*question 5_2 - chat*/
.tawk-chat-activation.button {
margin: 8px 10px;
padding: 6px 8px;
float: left;
color: white;
font-size: 13px;
font-weight: 500;
text-align: center;
background-color: #1E88E5;
border: 1px solid #1E88E5;
border-radius: 4px;
}
.tawk-chat-activation.button:hover {
background-color: #FFC700;
border: 1px solid #FFC700;
}
/*bottom links*/
.forma_bottom {
box-sizing: border-box;
width: 100%;
height: 30px;
padding: 40px 10px 20px 45px;
font-size: 12px;
}
.forma_bottom_inner {
display: inline-block;
}
.forma_bottom_inner.changes {
float: left;
width: 220px;
}
.forma_bottom_inner.changes table tr td {
padding: 0 5px 0 0;
}
.forma_bottom_inner.links {
float: right;
font-size: 12px;
}
.forma_bottom_inner.links a {
padding-left: 25px;
}
.kviz-editing-correct::before {
color: #33cc33 !important;
}
/*
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 : 07-Aug-2018, 09:43:11
Author : podkrizniku
*/
#placeholder {
display: flex;
width: 98%;
max-width: 1450px;
margin: 5px 0 0 30px;
}
#branching {
min-height: 400px;
width: calc(96% - 315px);
margin: 0;
background-color: white;
}
#branching ul {
padding: 0;
margin: 0;
}
#branching li {
list-style: none;
}
#branching li div.if_remove {
display: none;
}
#branching li.spr {
margin-left: 40px;
position: relative;
border-left: 2.5px solid transparent;
}
#branching li.spr div.spr_edit {
display: none;
}
#branching li.spr:hover div.spr_edit {
display: block;
}
#branching li.if {
margin-left: 40px;
position: relative;
border-left: 2.5px solid transparent;
}
#branching li.if:hover span.conditions_display {
background-color: #1E88E5;
cursor: pointer;
}
#branching li.if:hover div.if_remove {
display: block;
}
#branching li.block {
margin-left: 40px;
position: relative;
border-left: 2.5px solid transparent;
}
#branching li.block:hover span.conditions_display {
background-color: #f1f1ff;
cursor: pointer;
}
#branching li.block:hover div.if_remove {
display: block;
}
#branching li.loop {
margin-left: 40px;
position: relative;
border-left: 2.5px solid transparent;
}
#branching li.loop:hover span.conditions_display {
background-color: #eef9ff;
cursor: pointer;
}
#branching li.loop:hover div.if_remove {
display: block;
}
#branching li.endif {
margin-left: 40px;
position: relative;
border-left: 2.5px solid transparent;
}
#branching li.endif:hover {
background-color: #1E88E5;
cursor: pointer;
}
#branching li.endblock {
margin-left: 40px;
position: relative;
border-left: 2.5px solid transparent;
}
#branching li.endblock:hover {
background-color: #f1f1ff;
cursor: pointer;
}
#branching li.endloop {
margin-left: 40px;
position: relative;
border-left: 2.5px solid transparent;
}
#branching li.endloop:hover {
background-color: #eef9ff;
cursor: pointer;
}
#branching li.inout {
margin-left: 40px;
position: relative;
border-left: 2.5px solid transparent;
}
#branching li.inout:hover {
background-color: #f1f1ff;
cursor: pointer;
}
#branching li.if.if_editing {
border-color: #1E88E5;
background-color: #1E88E5;
}
#branching li.if.if_editing div.if_remove {
display: block;
}
#branching li.block.if_editing {
border-color: #1E88E5;
background-color: #f1f1ff;
}
#branching li.block.if_editing div.if_remove {
display: block;
}
#branching li.loop.if_editing {
border-color: #1E88E5;
background-color: #eef9ff;
}
#branching li.loop.if_editing div.if_remove {
display: block;
}
#branching ul.if_editing li.spr {
border-color: #1E88E5;
}
#branching ul.if_editing li.if {
border-color: #1E88E5;
}
#branching ul.if_editing li.block {
border-color: #1E88E5;
}
#branching ul.if_editing li.loop {
border-color: #1E88E5;
}
#branching ul.if_editing li.endif {
border-color: #1E88E5;
}
#branching ul.if_editing li.endblock {
border-color: #1E88E5;
}
#branching ul.if_editing li.endloop {
border-color: #1E88E5;
}
#branching ul.if_editing li.inout {
border-color: #1E88E5;
}
#branching ul.if_editing li.drop {
border-color: #1E88E5;
}
#branching ul.if_editing li.nodrop {
border-color: #1E88E5;
}
#branching li.if.if_hovering {
border-color: #1E88E5;
background-color: #1E88E5;
}
#branching li.block.if_hovering {
border-color: #1E88E5;
background-color: #f1f1ff;
}
#branching li.loop.if_hovering {
border-color: #1E88E5;
background-color: #eef9ff;
}
#branching ul.if_hovering li.spr {
border-color: #1E88E5;
}
#branching ul.if_hovering li.if {
border-color: #1E88E5;
}
#branching ul.if_hovering li.block {
border-color: #1E88E5;
}
#branching ul.if_hovering li.loop {
border-color: #1E88E5;
}
#branching ul.if_hovering li.endif {
border-color: #1E88E5;
}
#branching ul.if_hovering li.endblock {
border-color: #1E88E5;
}
#branching ul.if_hovering li.endloop {
border-color: #1E88E5;
}
#branching ul.if_hovering li.inout {
border-color: #1E88E5;
}
#branching ul.if_hovering li.drop {
border-color: #1E88E5;
}
#branching ul.if_hovering li.nodrop {
border-color: #1E88E5;
}
#branching ul.if_hovering li.endloop {
background-color: #eef9ff;
}
#branching ul.if_hovering li.endblock {
background-color: #f1f1ff;
}
#branching ul.if_hovering li.endif {
background-color: #1E88E5;
}
#branching li.spr.ui-draggable-dragging {
z-index: 99999;
}
#branching div.spr_edit {
cursor: pointer;
color: #E5E5E5;
cursor: pointer;
display: inline-block;
height: 26px;
}
#branching div.spr_edit a.arhiv {
background-position: -16px -30px;
}
#branching div.spr_edit a {
cursor: pointer;
display: inline-block;
margin-left: 9px;
width: 20px;
height: 20px;
}
#branching div.spr_edit span.scale_ordnom {
vertical-align: 2px;
margin-right: 20px;
color: #1E88E5;
}
#branching div.spr_edit span.scale_ordnom a {
cursor: pointer;
display: inline-block;
height: 20px;
width: auto;
margin: 0;
background-image: none;
color: #1E88E5;
}
#branching div.spr_edit span.scale_ordnom a:hover {
color: #FFC700;
}
#branching div.spr_edit a.hide {
cursor: pointer;
display: inline-block;
margin-right: 5px;
width: 20px;
height: 20px;
}
#branching li.spr.spr_editing div.spr_edit {
display: block;
padding-top: 9px;
}
#branching li.drop.branchinghover {
background-color: #FFC700 !important;
}
#branching li.drop.branchinghover a {
display: none;
}
#branching li.nodrop.branchinghover {
background-color: #FFC700 !important;
}
#branching li.nodrop.branchinghover a {
display: none;
}
#branching a.pm {
position: absolute;
left: auto;
float: none;
margin: 9px 0 0 -15px;
cursor: pointer;
}
#branching a.pm.minus {
margin-top: 12px;
}
#branching .spr_editing .spremenljivka_content {
background-color: white;
border: 1px solid transparent;
}
#branching .spr_editing .spremenljivka_content .spremenljivka_settings {
background-color: #FFC700 !important;
border: 1px solid #FFC700;
}
#branching .spr_editing .spremenljivka_content .spremenljivka_settings .spr_settings span.red {
color: white !important;
}
#branching .spr_editing .spremenljivka_content .spremenljivka_settings #spr_settings_intro_concl div.red {
color: white !important;
}
#branching .spr_editing .spremenljivka_content .content_div_normalmode {
border: 1px solid #FFC700;
}
#branching .spr_editing .spremenljivka_content .comment_container_inline {
border-top: none;
border-left: 1px solid #1E88E5;
border-right: 1px solid #1E88E5;
border-bottom: 1px solid #1E88E5;
}
#branching .spr_editing .spremenljivka_content .spremenljivka_tekst_form {
border: 1px solid #FFC700;
}
#branching .spr_editing .variable_name {
color: white;
}
#branching .variable_name {
cursor: move;
}
#branching div.if_remove {
padding-top: 0px;
margin-top: 4px;
}
#branching div.if_remove a {
cursor: pointer;
display: inline-block;
margin-left: 9px;
width: 20px;
height: 20px;
/*background-image: url(../../../admin/survey/img_new/sprites.png);
background-repeat: no-repeat;*/
}
#branching li.spr_editing div.spr_edit span.scale_ordnom {
color: white;
}
#branching li.spr_editing div.spr_edit span.scale_ordnom a {
color: white;
}
#branching li.spr_editing div.spr_edit a.faicon {
color: white !important;
}
#branching.expanded li.spr {
padding-top: 1px;
padding-bottom: 1px;
}
#branching.expanded li.if {
padding-top: 1px;
padding-bottom: 1px;
}
#branching.expanded li.block {
padding-top: 1px;
padding-bottom: 1px;
}
#branching.expanded li.loop {
padding-top: 1px;
padding-bottom: 1px;
}
#branching.expanded li.drop {
min-height: 16px;
margin: 2px 0 2px 50px;
margin: 0px 0 0px 40px;
padding: 2px 0px 2px 10px;
}
#branching.expanded li.drop span.pb_on {
display: inline-block;
width: 100%;
height: 16px;
background: url("../../../admin/survey/img_0/sprites_pb_expanded.png") no-repeat 100px 10px;
color: #E5E5E5;
font-size: 14px;
font-weight: 600;
height: 20px;
line-height: 20px;
margin-top: 0;
}
#branching.expanded li.drop span.pb_off {
display: inline-block;
width: 100%;
height: 16px;
}
#branching.expanded li.drop span.pb_new {
display: inline-block;
width: 100%;
height: 16px;
}
#branching.expanded li.drop:hover span.pb_on {
background: url("../../../admin/survey/img_0/sprites_pb_expanded.png") no-repeat 100px -52px;
cursor: pointer;
}
#branching.expanded li.drop:hover span.pb_new {
background: url("../../../admin/survey/img_0/sprites_pb_expanded.png") no-repeat 0px -23px;
cursor: pointer;
}
#branching.expanded li.nodrop {
min-height: 16px;
margin: 2px 0 2px 50px;
margin: 0px 0 0px 40px;
padding: 2px 0px 2px 0px;
border-left: 2.5px solid transparent;
}
#branching.expanded li.nodrop span.pb_on {
display: inline-block;
width: 100%;
height: 16px;
background: url("../../../admin/survey/img_0/sprites_pb_expanded.png") no-repeat 100px 10px;
color: #E5E5E5;
font-size: 14px;
font-weight: 600;
height: 20px;
line-height: 20px;
margin-top: 0;
}
#branching.expanded li.nodrop span.pb_off {
display: inline-block;
width: 100%;
height: 16px;
}
#branching.expanded li.nodrop span.pb_new {
display: inline-block;
width: 100%;
height: 16px;
}
#branching.expanded li.nodrop:hover span.pb_on {
background: url("../../../admin/survey/img_0/sprites_pb_expanded.png") no-repeat 100px -52px;
cursor: pointer;
}
#branching.expanded li.nodrop:hover span.pb_new {
background: url("../../../admin/survey/img_0/sprites_pb_expanded.png") no-repeat 0px -23px;
cursor: pointer;
}
#branching.expanded li.nodrop:hover span.permanent {
background: url("../../../admin/survey/img_0/sprites_pb_expanded.png") no-repeat 100px 10px;
cursor: default;
}
#branching.expanded span.pb_on span {
background-color: white;
padding-right: 20px;
pointer-events: none;
}
.branchinghover {
background: url("../../../admin/survey/img_0/hover_background.png") repeat-x top left !important;
}
.blockSwitch {
position: relative;
margin: 10px auto 0;
text-align: center;
}
.blockSwitch p {
display: inline;
font-size: 14px;
}
#spremenljivka_content_-1 {
position: relative;
}
#spremenljivka_content_-1 span.display_editor {
top: 40px;
}
#spremenljivka_content_-2 {
position: relative;
}
#spremenljivka_content_-2 span.display_editor {
top: 40px;
}
/*
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 : 06-Aug-2018, 11:37:12
Author : podkrizniku
*/
#branching.collapsed {
min-height: 317px;
margin-top: 10px;
}
#branching.collapsed li.spr {
line-height: 28px;
}
#branching.collapsed li.spr:hover {
background-color: #1E88E5;
cursor: pointer;
}
#branching.collapsed li.spr div.spr_edit {
padding-top: 0px;
margin-top: 0px;
margin-right: 10px;
}
#branching.collapsed li.spr.spr_editing {
line-height: inherit;
}
#branching.collapsed li.spr.spr_editing:hover {
background: none;
cursor: auto;
}
#branching.collapsed li.spr.spr_editing div.spr_edit {
padding-top: 2px;
margin-top: 5px;
margin-right: 30px;
}
#branching.collapsed li.drop {
height: 6px;
margin: 2px 0px 2px 50px;
margin: 0px 0 0px 40px;
padding: 2px 0px 2px 10px;
border-left: 2.5px solid transparent;
}
#branching.collapsed li.drop span.pb_on {
display: inline-block;
width: 100%;
height: 10px;
background: url("../../../admin/survey/img_0/sprites_pb.png") no-repeat 0px 0px;
text-align: right;
font-size: 10px;
color: #E5E5E5;
}
#branching.collapsed li.drop span.pb_off {
display: inline-block;
width: 100%;
height: 10px;
}
#branching.collapsed li.drop span.pb_new {
display: inline-block;
width: 100%;
height: 10px;
}
#branching.collapsed li.drop:hover span.pb_on {
background: url("../../../admin/survey/img_0/sprites_pb.png") no-repeat 0px -62px;
cursor: pointer;
}
#branching.collapsed li.drop:hover span.pb_new {
background: url("../../../admin/survey/img_0/sprites_pb.png") no-repeat 0px -31px;
cursor: pointer;
}
#branching.collapsed li.nodrop {
height: 6px;
margin: 2px 0px 2px 50px;
margin: 0px 0 0px 40px;
padding: 2px 0px 2px 0px;
border-left: 2.5px solid transparent;
}
#branching.collapsed li.nodrop span.pb_on {
display: inline-block;
width: 100%;
height: 10px;
background: url("../../../admin/survey/img_0/sprites_pb.png") no-repeat 0px 0px;
text-align: right;
font-size: 10px;
color: #E5E5E5;
}
#branching.collapsed li.nodrop span.pb_off {
display: inline-block;
width: 100%;
height: 10px;
}
#branching.collapsed li.nodrop span.pb_new {
display: inline-block;
width: 100%;
height: 10px;
}
#branching.collapsed li.nodrop:hover span.pb_on {
background: url("../../../admin/survey/img_0/sprites_pb.png") no-repeat 0px -62px;
cursor: pointer;
}
#branching.collapsed li.nodrop:hover span.pb_new {
background: url("../../../admin/survey/img_0/sprites_pb.png") no-repeat 0px -31px;
cursor: pointer;
}
#branching.collapsed li.nodrop:hover span.permanent {
background: url("../../../admin/survey/img_0/sprites_pb.png") no-repeat 0px 0px;
cursor: default;
}
#branching.collapsed div.if_remove {
padding-top: 0px;
margin-top: 3px;
}
/*
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 : 02-Aug-2018, 13:40:52
Author : podkrizniku
*/
.texteditor {
width: 98% !important;
height: 50px;
margin-top: 0;
border: 1px solid #cccccc;
}
.texteditor.info {
height: 14px;
line-height: 14px;
width: 100%;
}
#vprasanje_edit {
margin: 0px 0px;
position: relative;
top: -54px;
background-color: white;
}
#vprasanje_edit h2 {
padding: 10px;
border: 1px solid #1E88E5;
border-bottom: 0;
margin: 15px -11px 42px -11px;
background-color: #1E88E5;
}
#vprasanje_edit h2 span.content {
position: absolute;
font-weight: normal;
right: 10px;
top: 10px;
}
#vprasanje_edit fieldset {
margin: 20px 0 20px 0;
padding: 0;
border: 0;
border-top: 1px solid #1E88E5;
}
#vprasanje_edit legend {
background-color: transparent;
color: #1E88E5;
font-weight: 500;
margin: 0;
padding: 0 10px 0 5px;
}
#vprasanje_edit .jquery-selectbox {
background-color: white;
}
#vprasanje_edit form[name=vprasanje_edit] {
padding: 0 10px;
}
#vprasanje_edit p {
padding: 1px 3px;
line-height: 18px;
}
#vprasanje_edit p input[type=radio] {
vertical-align: middle;
margin: 0px 3px 0px 10px;
}
#vprasanje_edit p label.title {
cursor: pointer;
max-width: 270px;
}
#vprasanje_edit p span.content {
float: right;
display: inline-block;
}
#vprasanje_edit p span.content select {
margin-top: -4px;
}
#vprasanje_edit p span.content select.no-margin {
margin-top: 0;
}
#vprasanje_edit p span.content input[type=checkbox] {
vertical-align: middle;
margin: 0px 3px 0px 3px;
}
#vprasanje_edit div {
padding: -10px;
}
#vprasanje_edit p.heading {
border: 0;
background: none;
padding: 0;
margin-bottom: -7px;
margin-top: -2px;
}
#vprasanje_edit textarea[name=naslov] {
width: 99%;
height: 60px;
}
#vprasanje_edit textarea[name=introduction] {
width: 99%;
height: 60px;
}
#vprasanje_edit textarea[name=conclusion] {
width: 99%;
height: 60px;
}
#vprasanje_edit textarea[name=statistics] {
width: 99%;
height: 60px;
}
#vprasanje_edit textarea[name=info] {
width: 98%;
height: 12px;
}
#vprasanje_edit li textarea {
height: 12px;
}
#vprasanje_edit span#vprasanje_edit_mv select {
width: 100%;
}
#vprasanje_buttons {
position: absolute;
bottom: 15px;
}
#vprasanje_tabs {
margin-top: -1px;
position: absolute;
background-color: #1E88E5;
width: 100%;
z-index: 100;
}
#vprasanje_tabs select {
float: right;
margin: 5px 10px 0 0;
width: 100px;
}
#vprasanje_tabs a.tab_link {
float: left;
display: block;
height: 19px;
padding: 7px 4px;
margin: 0 1px 0 0;
font-size: 12px;
border-bottom: 1px solid #1E88E5;
color: #E5E5E5;
background-color: #1E88E5;
}
#vprasanje_tabs a.tab_link.active {
border-bottom: 1px solid white;
margin: 0 1px 0 0;
color: #E5E5E5;
background-color: white;
}
#vprasanje_tabs .tab_link_tracking {
position: absolute;
right: 0;
top: -59px;
width: 30px;
}
#vprasanje_tabs .tab_link_tracking a.tab_link {
background-color: white;
color: #1E88E5;
padding: 0;
}
#vprasanje_tabs .tab_link_tracking a.tab_link.active {
background-color: white;
color: white;
}
#vrednost_edit {
/*max-height: 90vh;
overflow-y: scroll;*/
max-width: 90vw;
padding: 20px;
/*font-size: 13px;
line-height: 20px;*/
background-color: white;
border-left: 6px #1E88E5 solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
/*&.popup_violet{
border-left: 6px $violet solid !important;
div.buttonwrapper a {
background-color: $violet;
border: 1px $violet solid;
&:hover{
background-color: $violet_light;
border: 1px $violet_light solid;
}
}
div.buttonwrapper a.ovalbutton_gray{
color: $violet !important;
background-color: white !important;
&:hover{
color: white !important;
background-color: $violet !important;
}
}
}
&.popup_orange{
border-left: 6px $orange solid !important;
div.buttonwrapper a {
background-color: $orange;
border: 1px $orange solid;
&:hover{
background-color: $orange_lighten;
border: 1px $orange_lighten solid;
}
}
div.buttonwrapper a.ovalbutton_gray{
color: $orange !important;
background-color: white !important;
&:hover{
color: white !important;
background-color: $orange !important;
}
}
}
&.popup_red{
border-left: 6px $red solid !important;
div.buttonwrapper a {
background-color: $red;
border: 1px $red solid;
&:hover{
background-color: $red_lighten;
border: 1px $red_lighten solid;
}
}
div.buttonwrapper a.ovalbutton_gray{
color: $red !important;
background-color: white !important;
&:hover{
color: white !important;
background-color: $red !important;
}
}
} */
display: none;
z-index: 89;
min-height: 130px;
width: 600px;
}
#vrednost_edit .popup_close {
position: absolute !important;
top: 20px;
right: 20px;
z-index: 9999;
font-size: 32px !important;
line-height: 25px;
color: #E5E5E5;
}
#vrednost_edit .popup_close:hover {
color: #1E88E5;
}
#vrednost_edit .popup_close a {
color: #E5E5E5;
}
#vrednost_edit .popup_close a:hover {
color: #1E88E5;
}
#vrednost_edit h2,
#vrednost_edit .divPopUp_top {
max-width: 95%;
margin-top: 0px;
margin-bottom: 20px;
font-size: 20px;
line-height: 27px;
font-weight: 500;
color: #333333;
}
#vrednost_edit p {
line-height: 20px;
}
#vrednost_edit p {
padding: 1px 3px;
}
#vrednost_edit div {
padding: -10px;
}
#vrednost_edit textarea[name=naslov] {
width: 99%;
height: 60px;
}
#vprasanje_float_editing {
display: none;
position: relative;
z-index: 70;
align-self: flex-start;
width: 315px;
margin-left: 20px;
border: 1px solid #1E88E5;
background-color: white;
box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.07);
}
#vprasanje_edit_bottom_placeholder {
display: block;
height: 1px;
margin: 0 10px;
border-top: 1px solid #1E88E5;
}
/*
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 : 07-Aug-2018, 12:54:23
Author : podkrizniku
*/
/*
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 : 03-Aug-2018, 09:55:43
Author : podkrizniku
*/
.editor_display {
width: 98%;
background-color: #eee;
border: 1px solid #cccccc;
border-bottom: 0;
}
.editor_display_small {
padding-left: 5px;
}
.spremenljivka {
width: 100%;
}
.add-variable-mobile {
display: none;
}
.add-variable {
display: none;
position: absolute;
left: 59px;
bottom: 4px;
}
.add-variable span {
position: relative;
top: 1px;
margin-right: 5px !important;
}
.add-variable a {
color: #1E88E5;
}
.add-variable a:hover {
color: #FFC700;
}
.add-variable .tip_6 {
left: 52px;
}
.add-variable .tip_16 {
left: 52px;
}
.add-variable .tip_19 {
left: 52px;
}
.add-variable .tip_20 {
left: 52px;
}
.locked .add-variable {
display: none !important;
}
.spremenljivka_content {
margin: 2px 0px 10px 0px;
padding: 0px;
color: #E5E5E5;
background-color: white;
border: 1px solid #1E88E5;
}
.spremenljivka_content:hover {
background-color: white;
}
.spremenljivka_content:hover .add-variable {
display: block;
}
.spremenljivka_content h3 {
margin: 0;
padding: 0;
border: 0;
}
.spremenljivka_content h3 p {
margin: 0;
padding: 0;
border: 0;
}
.spremenljivka_content form {
margin: 0;
padding: 0;
border: 0;
}
.spremenljivka_content p {
margin: 0;
padding: 0;
border: 0;
padding: 3px;
}
.spremenljivka_content input {
vertical-align: text-top;
}
.spremenljivka_content div[contenteditable] {
cursor: text;
min-height: 16px;
}
.spremenljivka_content div[contenteditable] p {
margin: 0 0;
padding: 3px 0;
}
.spremenljivka_content div[contenteditable=true] {
border: 1px solid transparent;
}
.spremenljivka_content div[contenteditable=true]:hover {
background-color: #1E88E5;
border: 1px solid #1E88E5;
}
.spremenljivka_content div[contenteditable=true]:focus {
background-color: #1E88E5;
border: 1px dashed silver;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.spr_editing .spremenljivka_content .add-variable {
display: none;
}
.spr_editing .content_div_normalmode {
padding-bottom: 10px;
}
.spr_editing .grid-plus-minus {
visibility: visible;
}
.spr_editing .sub-table {
display: table-row;
}
.spr_editing div[contenteditable][default="1"] {
color: #E5E5E5;
}
.spremenljivka_tekst_form {
padding: 10px 5px 5px 10px;
}
.spremenljivka_tip_content {
padding: 5px 5px 5px 10px;
}
.content_div_normalmode {
position: relative;
padding: 10px 5px 20px;
overflow: hidden;
}
.naslov {
width: auto;
min-width: 100px;
display: block;
padding-top: 3px;
}
#variable_holder .variabla_limit {
width: auto !important;
color: #FFC700;
margin-top: 6px;
display: inline-block;
}
.variable_holder {
padding: 0px 0px 0px 30px;
vertical-align: top;
margin: 0px;
display: block;
clear: both;
}
.variable_holder select {
margin-top: 5px;
}
.variable_holder.clr {
height: auto;
}
div.spremenljivka_content.orientation_ob .variable_holder {
clear: none;
}
div.spremenljivka_content.orientation_ob div.variabla {
clear: none;
}
div.spremenljivka_content h3 p {
padding: 3px 3px 3px 3px;
margin: 0;
padding-top: 3px;
padding-bottom: 3px;
margin: 0;
}
div.spremenljivka_content span.inline {
visibility: hidden;
cursor: pointer;
float: left;
}
div.spremenljivka_content div.variabla {
clear: both;
padding: 2px 5px;
min-height: 22px;
}
div.spremenljivka_content div.variabla input {
float: left;
margin-top: 5px;
}
div.spremenljivka_content div.variabla .move_updown_orange {
margin-top: 5px;
}
div.spremenljivka_content span.inline_edit {
float: right;
margin: 0 3px;
}
div.spremenljivka_content span.inline_delete {
float: right;
margin: 0 3px;
}
div.spremenljivka_content span.inline_if_not {
float: right;
margin: -2px 3px 0 3px;
}
div.spremenljivka_content span.inline_if_follow {
float: right;
margin: -3px 3px 0 3px;
}
div.spremenljivka_content span.inline_hidden {
float: right;
margin: 0 3px;
}
div.spremenljivka_content span.correct {
float: right;
margin: 0 3px;
}
li.spr.spr_editing div.spremenljivka_content.orientation_ob .variable_holder {
clear: both;
}
li.spr.spr_editing div.spremenljivka_content.orientation_ob div.variabla {
clear: both;
}
li.spr.spr_editing div.preview_mode {
display: none;
}
li.spr.spr_editing div.edit_mode {
display: block;
}
li.spr.spr_editing td.preview_mode {
display: none;
}
li.spr.spr_editing thead.edit_mode {
display: table-header-group;
}
li.spr.spr_editing .editingOnly {
visibility: visible;
}
li.spr.spr_editing div.spremenljivka_content.orientation_pod div.variabla {
clear: both;
}
li.spr.spr_editing div.stolpci {
float: none;
width: auto !important;
}
li.spr.spr_editing div.stolpci span.inline_delete {
display: block;
}
li.spr.spr_editing div.stolpci span.inline_edit {
display: block;
}
.spremenljivka_info {
font-size: 9px;
color: #666666;
padding: 2px;
clear: both;
padding: 2px 15px;
}
div.naslov_inline {
min-width: 50px;
padding: 2px 15px;
margin-bottom: 2px;
}
div.variable_inline {
display: none;
float: left;
width: 30px;
padding: 2px 15px;
font-weight: bold;
}
span.display_editor {
position: absolute;
right: 10px;
top: 11px;
cursor: pointer;
visibility: hidden;
}
.spr.spr_editing span.display_editor {
visibility: visible;
}
.spr span.display_editor.show {
visibility: visible;
}
/*div.naslov {
textarea.inline {
width: 99%;
}
}
div.variabla {
textarea.inline {
min-height: 11px;
min-width: 50%;
}
}
td.grid_question {
textarea.inline {
height: 11px;
width: 90%;
}
}
td.grid_header {
textarea.inline {
width: 99%;
height: 22px;
text-align: center;
}
}*/
div.spremenljivka_content.orientation_pod div.variabla {
clear: none;
}
li.spr_editing div.spremenljivka_content div.variabla span.inline {
visibility: visible;
}
li.spr_editing table.grid_header_table span.inline {
visibility: visible;
}
li div.spremenljivka_content div.variabla span.inline.show {
visibility: visible;
}
li div.spremenljivka_content span.inline_move {
margin: 2px 8px 0 3px;
}
li div.spremenljivka_content span.image_upload {
margin-top: 4px;
margin-left: 8px;
margin-right: 4px;
float: left;
}
/*settings marks of question in top left corner (reminders, system,...)*/
#spr_settings {
float: left;
width: auto;
padding-top: 4px;
vertical-align: bottom;
}
#spr_settings .lock_holder {
position: absolute;
right: 15px;
top: 6px;
}
#spr_settings span {
vertical-align: bottom;
}
#spr_settings span img {
padding-left: 5px;
vertical-align: bottom;
}
#spr_settings_intro_concl {
float: left;
width: auto;
vertical-align: bottom;
padding-left: 10px;
}
#spr_settings_intro_concl img {
padding-left: 10px;
padding-top: 3px;
}
table.text_vrednost {
text-align: center;
font-size: 10px;
}
div.vrednost_inline {
float: left;
max-width: 80%;
min-width: 160px;
padding: 2px 15px;
}
.spremenljivka_settings {
padding: 3px 5px 3px 5px;
background-color: #1E88E5;
min-height: 24px;
}
.spremenljivka_settings.movable {
cursor: pointer;
}
.spremenljivka_settings_active {
background-color: #1E88E5;
}
.variable_name {
float: left;
font-size: 14px;
padding: 2px 10px 2px 5px;
color: #E5E5E5;
font-weight: 500;
}
.variable {
color: #E5E5E5;
font-weight: 500;
}
.spr_edit {
z-index: 5;
position: absolute;
top: 0;
right: 0;
margin-right: 10px;
padding-top: 7px;
}
.comment_container_inline {
margin: 0px;
padding: 4px 15px;
background-color: #1E88E5;
border-top: 1px solid #1E88E5;
}
.comment_container_inline a.surveycomment {
font-size: 10px;
}
/*
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 : 07-Aug-2018, 12:52:29
Author : podkrizniku
*/
.slider {
display: inline-block;
width: 84.5%;
background-color: #E5E5E5 !important;
}
.slider .ui-state-default {
border: 1px solid #E5E5E5 !important;
}
.slider .ui-state-hover {
border: 1px solid #E5E5E5 !important;
}
.sliderText {
visibility: hidden;
position: relative;
text-align: center;
color: #E5E5E5;
width: 30px;
height: 15px;
padding: 3px;
margin-top: 7px;
background: #E5E5E5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: #E5E5E5 solid 1px;
}
.sliderText:after {
content: "";
position: absolute;
border-style: solid;
border-width: 9px 7px 0;
border-color: #E5E5E5 transparent;
display: block;
width: 0;
z-index: 1;
bottom: -9px;
left: 11px;
}
.sliderText:before {
content: "";
position: absolute;
border-style: solid;
border-width: 9px 7px 0;
border-color: #E5E5E5 transparent;
display: block;
width: 0;
z-index: 0;
bottom: -10px;
left: 11px;
}
.classic_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;
}
.special_slider .ui-slider-handle {
width: 15px !important;
height: 15px !important;
margin-left: -8px !important;
top: -3px !important;
border-radius: 10px 10px !important;
background-color: red !important;
}
.circle_slider .ui-slider-pip .ui-slider-line {
width: 15px !important;
height: 15px !important;
border-radius: 10px 10px !important;
margin-left: -8px !important;
background: #E5E5E5 !important;
top: -23px !important;
border: 1px solid #E5E5E5 !important;
}
.elipse_slider .ui-slider-pip .ui-slider-line {
width: 13px !important;
height: 30px !important;
border-radius: 10px 10px !important;
margin-left: -7px !important;
background: #E5E5E5 !important;
top: -31px !important;
border: 1px solid #E5E5E5 !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-bottom: 1px solid black !important;
border-left: 1px solid black !important;
border-right: 1px solid black !important;
}
/*
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 : 07-Aug-2018, 12:58:50
Author : podkrizniku
*/
.naslov.calculation {
padding-left: 15px;
}
#arrows_more_calculation {
position: absolute;
bottom: 40px;
padding: 5px 0;
margin-left: 43%;
width: 10%;
cursor: pointer;
background-color: #1E88E5;
border: 1px solid #E5E5E5;
display: none;
text-align: center;
}
#bottom_space {
padding: 0;
}
#calculation_editing_calculations {
/*min-height: 40px;*/
padding: 0 0 10px 0;
}
#calculation_editing_calculations span.calculations_display {
font-size: 20px;
}
/*
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 : 07-Aug-2018, 12:59:20
Author : podkrizniku
*/
.naslov.quota {
padding-left: 15px;
}
/*popup edit*/
#quota {
display: none;
position: relative;
z-index: 91;
height: auto;
width: 600px;
}
#quota #quota_editing_inner {
top: 0;
bottom: 0;
left: 0;
right: 0;
margin-bottom: 50px;
overflow: auto;
}
#quota #condition_editing_close {
float: right;
margin-right: 20px;
margin-bottom: 20px;
}
#quota #bottom_space {
bottom: 0;
left: 0;
position: absolute;
right: 0;
padding: 0;
}
#quota_editing_quotas {
min-height: 40px;
padding: 10px;
}
#quota_editing_quotas span.quota_display {
font-size: 20px;
}
/*
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 : 07-Aug-2018, 13:00:32
Author : podkrizniku
*/
.spremenljivka_content[tip="24"] .variable_holder {
overflow-x: auto;
}
.grid_header_table {
width: 100%;
text-align: center;
border-collapse: collapse;
}
.grid_header_table td.grid_header {
height: 18px;
}
.grid_header_table tbody tr td {
padding-top: 3px;
padding-bottom: 3px;
}
.grid_header_table tbody tr:nth-child(odd) {
background-color: #1E88E5;
}
.grid_header_table tbody tr:nth-child(odd) td {
background-color: #1E88E5;
}
.grid_header_table tbody tr:nth-child(odd) td div[contenteditable=true] {
border: 1px solid transparent;
}
.grid_header {
font-weight: 500;
}
.grid_question {
width: 20%;
text-align: left;
padding-right: 1%;
}
.col_border {
border-left: 1px solid #E5E5E5;
}
.grid-plus-minus {
text-align: right;
visibility: hidden;
}
.sub-table {
display: none;
}
div.grid_inline {
min-width: 20px;
padding: 2px 0;
}
div.grid_inline_droppable_title {
height: 15px !important;
width: 230px;
padding: 2px 0 5 0;
margin: 0px auto 0px auto;
border-top: 1px black dashed !important;
border-left: 1px black dashed !important;
border-right: 1px black dashed !important;
text-align: center;
}
div.grid_inline_droppable_title_box {
height: 15px !important;
width: 230px;
padding: 2px 0 5 0;
margin: 0px auto 0px auto;
text-align: center;
}
li table.grid_header_table span.inline.show {
visibility: visible;
}
div.spremenljivka_content[tip="6"] span.inline_move {
position: absolute;
left: 30px;
}
div.spremenljivka_content[tip="16"] span.inline_move {
position: absolute;
left: 30px;
}
div.spremenljivka_content[tip="19"] span.inline_move {
position: absolute;
left: 30px;
}
div.spremenljivka_content[tip="20"] span.inline_move {
position: absolute;
left: 30px;
}
div.spremenljivka_content[tip="24"] span.inline_move {
position: absolute;
left: 30px;
}
table.grid_header_table span.inline_delete {
position: absolute;
visibility: hidden;
right: 5px;
margin-right: 57px;
margin-right: 0px;
}
table.grid_header_table span.inline_edit {
position: absolute;
visibility: hidden;
right: 7px;
margin-right: 57px;
}
table.grid_header_table span.inline_if_not {
position: absolute;
visibility: hidden;
right: 7px;
margin-right: 57px;
margin-right: 32px;
}
table.grid_header_table span.inline_if_follow {
position: absolute;
visibility: hidden;
right: 7px;
margin-right: 57px;
}
table.grid_header_table span.inline_hidden {
position: absolute;
visibility: hidden;
right: 7px;
margin-right: 57px;
margin-right: 14px;
}
table.grid_header_table span.correct {
position: absolute;
visibility: hidden;
right: 7px;
margin-right: 57px;
}
.trak_class {
border: 1px solid #E5E5E5;
cursor: pointer;
background: white !important;
}
.trak_class_input {
visibility: hidden !important;
display: block;
z-index: -1;
}
.radio-button-label {
cursor: pointer !important;
z-index: -2;
}
.trak_container_bg {
background-color: #E5E5E5 !important;
}
table.trak_inline_nadnaslov td {
text-align: center !important;
}
/*
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 : 07-Aug-2018, 13:02:29
Author : podkrizniku
*/
.variabla_vsota {
padding: 0px 5px;
width: 25%;
text-align: right;
}
.variabla_vsota input {
margin-left: 10px;
margin-top: 2px !important;
}
.vrednost_inline_vsota {
float: left;
box-sizing: border-box;
width: 200px;
max-width: 80%;
min-width: 160px;
padding: 2px 15px 2px 18px !important;
margin-left: 12px;
word-break: break-all;
}
.variabla_vsota_inline {
float: left;
max-width: 80%;
min-width: 160px;
padding: 2px 15px;
word-break: break-all;
}
/* Zadnja vrsticas pri urejanju vsote - "skupaj" */
table.variabla_vsota {
clear: both;
border-spacing: 0;
border-collapse: collapse;
display: block;
width: auto;
}
table.variabla_vsota tr td.text {
border-top: 1px black solid;
}
table.variabla_vsota tr td.text .variabla_vsota_sum {
margin-left: 18px;
}
table.variabla_vsota tr td.text .variabla_vsota_sum div {
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
table.variabla_vsota tr td.input {
border-top: 1px black solid;
}
table.variabla_vsota tr td.input input {
margin-left: 8px;
}
/*
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 : 07-Aug-2018, 13:07:51
Author : podkrizniku
*/
span.display_editor_image_hotspot {
position: absolute;
right: 100px;
top: 11px;
cursor: pointer;
visibility: visible;
}
.hotspot span.inline_delete_hotspot {
position: absolute !important;
right: 3px;
margin-right: 0px;
cursor: pointer !important;
margin-right: 485px !important;
}
.hotspot span.inline_edit_hotspot {
position: absolute !important;
right: 3px;
margin-right: 0px;
cursor: pointer !important;
}
.hotspot span.inline_if_not_hotspot {
position: absolute !important;
right: 3px;
margin-right: 0px;
cursor: pointer !important;
margin-right: 535px !important;
}
.hotspot span.inline_if_follow_hotspot {
position: absolute !important;
right: 3px;
margin-right: 0px;
cursor: pointer !important;
}
.hotspot span.inline_hidden_hotspot {
position: absolute !important;
right: 3px;
margin-right: 0px;
cursor: pointer !important;
margin-right: 510px !important;
}
.inline_edit_hotspot {
display: inline-block;
width: 32px;
height: 32px;
background-image: url(../../../admin/survey/img_new/icons_hidpi.png);
background-position: 0px -1874px;
}
canvas.hotspot_canvas {
position: absolute;
top: 15px !important;
left: 10px;
z-index: 2;
}
.hotspot_image_editor {
position: relative;
top: 15px !important;
z-index: 1;
}
div.hotspot_vrednost_inline {
float: left;
max-width: 80%;
min-width: 160px;
padding: 2px 2px;
border: 1px solid #E5E5E5;
margin: 2px;
background: white;
}
.inline_hotspot_edit_region {
margin-top: 4px !important;
margin-bottom: 4px !important;
}
.inline_hotspot_delete_region {
margin-top: 3px !important;
margin-bottom: 3px !important;
}
div.vrednost_inline_hotspot {
float: left;
}
div.vrednost_inline_hotspot img {
float: left;
}
#hotspot_edit {
display: none;
position: absolute;
top: 40%;
left: 50%;
z-index: 89;
min-height: 130px;
margin-top: -100px;
margin-left: -300px;
padding: 0 10px 10px 10px;
background-color: white;
border: 4px solid #333333;
box-shadow: 0 0 20px black;
-moz-box-shadow: 0 0 20px black;
-webkit-box-shadow: 0 0 20px black;
}
/*
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 : 10-Aug-2018, 12:30:57
Author : podkrizniku
*/
.razvrscanje_preview {
border: 1px solid #E5E5E5;
background-color: silver;
padding: 4px;
margin: 5px 0px;
width: 350px;
display: block;
}
.razvrscanje_preview_frame {
border: 1px dashed #E5E5E5;
background-color: #E5E5E5;
padding: 4px;
margin: 5px 0px;
width: 350px;
height: 13px;
display: block;
text-indent: -20px;
}
.dragdrop_preview_frame {
border: 1px dashed #E5E5E5;
background-color: #E5E5E5;
padding: 4px;
margin: 5px 0px;
width: 350px;
height: 90px;
display: block;
text-indent: -20px;
}
.dragdrop_preview_frame_grid {
font-size: 14px;
width: 150px !important;
height: 25px;
padding: 0 0 2px 0;
margin: 0px auto 10px auto;
border: 1px black dashed;
background-color: #E5E5E5;
text-indent: -20px;
text-align: left;
}
.dragdrop_preview_frame_grid_title {
height: 15px !important;
width: 150px !important;
padding: 2px 0 5 0;
margin: 0px auto 0px auto;
border-top: 1px black dashed !important;
border-left: 1px black dashed !important;
border-right: 1px black dashed !important;
text-align: center;
}
/*
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 : 10-Aug-2018, 13:19:50
Author : podkrizniku
*/
.ranking {
font-size: 14px;
width: 220px;
height: 25px;
padding: 5px 0 0 0;
margin: 15px auto 0 auto;
border: 1px solid #000;
background-color: #E5E5E5;
text-align: center;
overflow: hidden;
}
.ranking img {
display: block;
margin-left: auto;
margin-right: auto;
}
.ranking_long {
font-size: 14px;
width: 220px;
height: 25px;
padding: 5px 0 0 0;
margin: 15px auto 0 auto;
border: 1px solid #000;
background-color: #E5E5E5;
text-align: center;
overflow: hidden;
font-size: 11px;
}
.ranking_frame {
font-size: 14px;
width: 230px;
height: 29px;
padding: 5px 0 0 0;
margin: 10px auto 0 auto;
border: 1px black dashed;
background-color: #E5E5E5;
text-indent: -20px;
text-align: left;
}
.dragdrop_frame {
font-size: 14px;
width: 230px;
height: 100px;
padding: 5px 0 0 0;
margin: 10px auto 0 auto;
border: 1px black dashed;
background-color: #E5E5E5;
text-indent: -20px;
text-align: left;
}
.dragdrop_frame_grid {
font-size: 14px;
width: 230px;
height: 25px;
padding: 0 0 2px 0;
margin: 0px auto 10px auto;
border: 1px black dashed;
background-color: #E5E5E5;
text-indent: -20px;
text-align: left;
}
.dragdrop_frame_grid_box {
font-size: 14px;
width: 230px;
height: 30px;
padding: 0 0 2px 0;
margin: 10px auto 0px auto;
border-left: 1px black dashed !important;
border-right: 1px black dashed !important;
border-bottom: 1px black dashed !important;
text-indent: -20px;
text-align: left;
}
.drag_and_drop_box {
cursor: pointer;
width: 230px;
padding: 5px;
margin: 0px auto 10px auto;
border: 1px solid #000;
height: 15px;
text-align: center;
overflow: hidden;
background-color: white;
cursor: pointer;
width: 230px;
padding: 5px;
margin: 0px auto 10px auto;
border: 1px solid #000;
height: 15px;
text-align: center;
overflow: hidden;
background-color: white;
}
.drag_and_drop_box img {
display: block;
margin-left: auto;
margin-right: auto;
}
.drag_and_drop {
top: -6px;
left: -6px;
}
.drag_and_drop_right {
top: -6px !important;
left: -6px !important;
}
.drag_and_drop_box_right {
top: 15px !important;
left: -6px !important;
}
.drag_and_drop_box_right_after_refresh {
left: -6px !important;
}
.drag_and_drop_box_right_over {
left: -6px !important;
}
.inline_labele_podrocij {
text-align: center !important;
}
table.inline_labele_podrocij td {
text-align: center !important;
}
/*radio with image*/
.custom_radio .custom_radio_answer {
padding: 0 1px;
}
.custom_radio.visual-radio-scale .custom_radio_answer {
padding: 0 3px;
}
.custom_radio.visual-radio-scale.checked .enka-vizualna-skala:before {
color: #1E88E5;
}
.enka-vizualna-skala {
display: inline-block;
height: 20px;
width: 20px;
float: left;
}
/*
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 : 20-Aug-2018, 11:13:15
Author : podkrizniku
*/
/*GOOGLE MAPS*/
.pac-input {
background-color: white;
font-family: Roboto;
font-size: 1.2em;
font-weight: 300;
margin-left: 0 px;
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;
}
.boxsizingBorder {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.maps-delete-menu {
position: absolute;
background: white;
padding: 3px;
color: #E5E5E5;
font-weight: bold;
border: 1px solid #E5E5E5;
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: #E5E5E5;
}
/*
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 : 20-Aug-2018, 11:15:47
Author : podkrizniku
*/
.fotoresults_div {
float: right;
}
.my_camera_div {
float: left;
}
.my_camera {
border: 1px solid;
}
.record_foto {
display: block;
float: right;
margin-top: -30px;
margin-right: -12px;
position: relative;
}
.upload_foto_result {
display: none;
height: 240px;
border: 1px solid;
padding-right: 0px !important;
margin-top: 10px !important;
margin-left: 20px;
}
/*
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 : 13-Aug-2018, 12:32:48
Author : podkrizniku
*/
.endif_editing {
background-color: #1E88E5;
}
li.if_editing div.if_content:before {
background-color: #1E88E5;
content: "";
display: block;
height: 15px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
span.conditions_display {
display: block;
line-height: 28px;
}
/*if condition variable select*/
select.spremenljivka_select option {
max-width: 500px;
}
.condition {
position: relative;
left: -21px;
}
span.endif {
position: relative;
left: -29px;
font-weight: bold;
}
.block > div > #div_condition_editing_container {
background-color: #f1f1ff;
line-height: 28px;
}
.loop > div > #div_condition_editing_container {
padding-top: 6px;
}
#div_condition_editing_inner > .condition_editing_preview {
background-color: #1E88E5;
padding-left: 6px;
}
#div_condition_editing_inner .condition_editing_body {
max-height: 50vh;
overflow-y: auto;
margin: 20px 0;
padding: 10px 5px 5px 5px;
border: 1px #E5E5E5 solid;
}
#div_condition_editing_inner .condition_editing_body .tbl_condition_editing {
margin-bottom: 5px;
}
#div_condition_editing_operators {
padding: 5px 0;
}
#div_condition_editing {
display: none;
height: auto;
width: 800px;
}
#div_condition_editing div#div_condition_editing_container {
margin-bottom: 44px;
}
#div_condition_editing .error_display {
background-color: transparent;
}
#div_condition_editing .condition_editing_vrednost_title {
margin: -5px 0 15px 5px;
font-size: 14px;
font-weight: 600;
}
#div_condition_editing_float {
position: absolute;
top: 0;
right: -335px;
width: 290px;
padding: 0 10px 15px 10px;
background-color: white;
border: 1px solid #1E88E5;
}
#div_condition_editing_float h2 {
margin-top: 0;
padding: 10px;
border-bottom: 0;
margin: 0 -10px 0 -10px;
background-color: #1E88E5;
}
#div_condition_editing_float p {
padding: 3px;
margin: 10px 0;
}
#div_condition_editing_float p.heading {
border: 0;
background: none;
padding: 0;
}
#div_condition_editing_float span.content {
float: right;
}
#div_condition_editing_float fieldset {
margin: 11px 0;
padding: 0;
border: 0;
border-top: 1px solid #1E88E5;
}
#div_condition_editing_float legend {
background-color: transparent;
color: #1E88E5;
font-weight: 500;
margin: 0;
padding: 0 10px 0 5px;
}
.error_display {
display: block;
line-height: 24px;
}
.tbl_ce_bck_blue {
background-color: #1E88E5;
}
.tbl_ce_lol {
border-top: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
border-left: 1px solid #E5E5E5;
}
.tbl_ce_tb {
border-top: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
}
.tbl_ce_lor {
border-top: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
}
.if_remove {
z-index: 5;
position: absolute;
top: 0;
right: 0;
margin-right: 20px;
padding-top: 9px;
}
.endif a.surveycomment {
padding-right: 15px;
font-size: 10px;
}
.endblock a.surveycomment {
padding-right: 15px;
font-size: 10px;
}
#condition_editing_bottom_placeholder {
display: block;
height: 1px;
margin-bottom: 15px;
border-top: 1px solid #1E88E5;
}
.tbl_condition_editing {
width: 98%;
border-spacing: 0px;
margin: 0px 1% 0px 1%;
border-collapse: collapse;
}
.tbl_condition_editing th {
color: #E5E5E5;
font-weight: normal;
}
/*
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 : 20-Aug-2018, 11:24:57
Author : podkrizniku
*/
#toolbox_library {
z-index: 0;
position: fixed;
top: 225px;
left: 35px;
width: 315px;
height: auto;
left: auto;
right: 30px;
color: #1E88E5;
background-color: white;
border: 0;
box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.07);
}
#toolbox_library #library_holder {
background-color: #1E88E5;
border: 1px #1E88E5 solid;
}
#toolbox_library #library_holder #library_title {
padding: 10px;
font-size: 18px;
font-weight: bold;
}
#toolbox_library #library_holder #library_title span.library {
margin: 0 5px 2px 0;
}
#toolbox_library #library_holder p.display_tabs {
font-size: 14px;
font-weight: 500;
margin: 0;
padding: 0;
}
#toolbox_library #library_holder p.display_tabs > span {
width: 50%;
box-sizing: border-box;
display: inline-block;
padding: 7px 10px;
text-align: center;
transition: 0.2s;
}
#toolbox_library #library_holder p.display_tabs span.highlightTabBlackLeft {
background-color: white;
}
#toolbox_library #library_holder p.display_tabs span.highlightTabBlackLeft a {
color: #1E88E5;
}
#toolbox_library #library_holder p.display_tabs span.highlightTabBlackRight {
background-color: white;
}
#toolbox_library #library_holder p.display_tabs span.highlightTabBlackRight a {
color: #1E88E5;
}
#toolbox_library #library_holder p.display_tabs span.nohighlight:hover {
background-color: #2c8fe7;
}
#toolbox_library #library_holder p.display_tabs a {
display: block;
color: #1E88E5;
}
#toolbox_library #library_holder #library {
background-color: white;
height: 400px;
overflow-y: auto;
/* Ankete */
}
#toolbox_library #library_holder #library #libraryInner {
padding: 5px 10px;
bottom: 0;
overflow: auto;
}
#toolbox_library #library_holder #library .lib_tab {
width: auto;
cursor: pointer;
}
#toolbox_library #library_holder #library ul {
list-style: none;
margin: 0;
margin-top: 4px;
padding-left: 18px;
}
#toolbox_library #library_holder #library li .anketa.tip0 {
margin: 0;
padding-left: 14px;
}
#toolbox_library #library_holder #library li .anketa.tip1 {
margin: 0;
margin-left: -3px;
}
#toolbox_library #library_holder #library .new_folder {
visibility: hidden;
}
#toolbox_library #library_holder #library .delete_folder {
visibility: hidden;
}
#toolbox_library #library_holder #library span.folderdrop {
margin-bottom: 2px;
}
#toolbox_library #library_holder #library span.folderdrop:hover .new_folder {
visibility: visible;
}
#toolbox_library #library_holder #library span.folderdrop:hover .delete_folder {
visibility: visible;
}
#toolbox_library #library_holder #library span.faicon.folder {
vertical-align: 3px;
margin-right: 3px;
}
#toolbox_library #library_holder #library span.faicon.folder::before {
font-size: 20px;
}
#toolbox_library #library_holder #library .tip0 .folder_container {
display: block;
height: auto;
overflow: hidden;
padding: 1px 3px;
}
#toolbox_library #library_holder #library .tip1 {
padding-left: 10px;
}
#toolbox_library #library_holder #library .tip1 .folder_container {
display: block;
overflow: show;
height: auto;
min-height: 20px;
padding: 0px 3px;
}
#toolbox_library #library_holder #library .tip1 .mapca {
display: none !important;
}
#toolbox_library #library_holder #library .tip1 .new_spr {
padding: 0 3px;
}
#toolbox_library #library_holder #library .tip1 .new_spr:hover {
background-color: #1980da;
}
#toolbox_library #library_holder #library .tip1 .new_spr .faicon {
line-height: 22px;
}
#toolbox_library #library_holder #library .tip1 .faicon.plus,
#toolbox_library #library_holder #library .tip1 .faicon.minus {
opacity: 1 !important;
margin-right: 3px;
}
#toolbox_library #library_holder #library div .folder_right {
width: 15px;
height: 22px;
line-height: 22px;
float: right;
text-align: left;
}
#toolbox_library #library_holder #library div .tip1 .folder_right {
width: 18px;
}
#toolbox_library #library_holder #library div .folder_container:hover {
background-color: #1E88E5;
cursor: pointer;
}
#toolbox_library #library_holder #library div.folder_left {
width: 80%;
float: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
position: relative;
}
#toolbox_library #library_holder #library div.folder_left.indent {
display: block;
height: 22px;
line-height: 22px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
position: relative;
}
#toolbox_library #library_holder #library .folder strong:hover {
background-color: transparent;
cursor: pointer;
}
/*# sourceMappingURL=admin_new.css.map */