From 223141c6d89b4d74428a101e159eb2225161c997 Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Fri, 19 Aug 2022 03:20:25 +0200 Subject: [PATCH 01/46] [Redizajn 1KA v2] Testiranje --> Komentarji - v delu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Na vprašanja --- admin/survey/SurveyAdminSettings.php | 274 +- admin/survey/script/script.js | 4 + admin/survey/script/vprasanje.js | 1 + lang/1.php | 5 +- lang/2.php | 7 +- public/css/admin_new.css | 3004 +++++++++-------- .../pages/survey_testiranje/komentarji.scss | 119 +- 7 files changed, 1834 insertions(+), 1580 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 3a8e46320..23fd297a6 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -7160,7 +7160,6 @@ class SurveyAdminSettings { // Dodajanje novega komentarja echo '
'; - echo ''; echo $lang['srv_add_comment_toggle']; echo '
'; @@ -7258,7 +7257,6 @@ class SurveyAdminSettings { } // Dodajanje novega komentarja echo '
'; - echo ''; echo $lang['srv_add_comment_toggle']; echo '
'; @@ -7769,7 +7767,6 @@ class SurveyAdminSettings { echo '
'; - echo ''; echo $lang['srv_add_comment_toggle']; echo '
'; @@ -7864,81 +7861,9 @@ class SurveyAdminSettings { echo '
'; - // komentarji urednikov - if ($row1['thread'] > 0) { - - if (mysqli_num_rows($sqlt) > 0) { - - echo '
'; - - echo $lang['srv_admin_comment'].':'; - - echo '
'; - - $i = 0; - while ($rowt = mysqli_fetch_array($sqlt)) { - - echo '
'; - - echo '
'; - echo $lang['srv_comments_user'].''.$f->user($rowt['uid']).''.$lang['srv_comments_user2']; - echo '
'; - - $datetime = strtotime($rowt['time']); - $datetime = date("d.m.Y G:i", $datetime); - - echo '
'; - echo $datetime; - echo '
'; - - echo '
'; - echo $rowt['vsebina']; - echo '
'; - - if ($admin_type <= 1 || $rowi['insert_uid']==$global_user_id || $commentmarks_who==0) { - - echo '
'; - if ($commentmarks == 1) { - echo ' '; - } else { - - if ($rowt['ocena']==0) { - echo '

'; - echo $lang['srv_comments_archive'].'

'; - - echo '
'; - echo ''.$lang['srv_comment_comment'].''; - echo '
'; - } - else { - echo '

'.$lang['srv_comments_archived'].'

'; - echo '

'; - echo $lang['srv_comments_unarchive'].'

'; - } - } - - echo '
'; - } - - echo '
'; - - echo '
'; - echo '
'; - } - - } - - } - if ($addfieldposition == '' || $addfieldposition == 0) { - echo '
'; - echo ''; + echo '
'; echo $lang['srv_add_comment_toggle']; echo '
'; @@ -7951,6 +7876,98 @@ class SurveyAdminSettings { echo '
'; } + // komentarji urednikov + if ($row1['thread'] > 0) { + + if (mysqli_num_rows($sqlt) > 0) { + + echo '
'; + + echo $lang['srv_admin_comment'].':'; + + echo ''; //manjka funkcija za sort in toggle za spremembo ikone + echo ''; + + echo '
'; + + $i = 0; + while ($rowt = mysqli_fetch_array($sqlt)) { + + + echo '
'; + + echo '
'; + + $datetime = strtotime($rowt['time']); + $datetime = date("d.m.Y G:i", $datetime); + + echo '

'.$lang['srv_comments_user'].''.$f->user($rowt['uid']).' ('.$datetime.')

'; + + + if ($admin_type <= 1 || $rowi['insert_uid']==$global_user_id || $commentmarks_who==0) { + + echo '
'; + + echo '
'; + if ($rowt['ocena']==0) { + echo '

'; + echo $lang['srv_comments_archive'].'

'; + } + else { + echo '

'; + echo $lang['srv_comments_unarchive'].'

'; + } + echo '
'; + + echo ''; + + echo '
'; + + echo '
'; + echo ''.$lang['srv_comment_comment'].''; + echo '
'; + + echo '
'; + echo ''; //manjka funkcija za izbris + echo $lang['srv_comment_delete']; + echo '
'; + + echo '
'; + + //Klik izven razprith nastavitev - zapremo okno + echo ''; + + + + echo '
'; //options + + } + + echo '
'; //by + + echo '
'; + echo $rowt['vsebina']; + echo '
'; + + + echo '
'; //comment_box + + echo '
'; + echo '
'; + } + + } + + } + echo '
'; @@ -7971,7 +7988,7 @@ class SurveyAdminSettings { if (!$sqlt) echo mysqli_error($GLOBALS['connect_db']); while ($rowt = mysqli_fetch_array($sqlt)) { - echo '
'; + echo '
'; // Ce smo slucajno pobrisali testne vnose, nimamo casa vnosa komentarja $sqlTime = sisplet_query("SELECT time_edit FROM srv_user WHERE id='".$rowt['usr_id']."'"); @@ -7979,69 +7996,78 @@ class SurveyAdminSettings { $rowTime = mysqli_fetch_array($sqlTime); + echo '
'; - echo 'Respondent '.$lang['srv_comments_user2']; - echo '
'; - + if ( strpos($rowt['text'], '__DATE__') !== false ) { $rowt['text'] = str_replace('__DATE__', $f->datetime1($rowTime['time_edit']), $rowt['text']); - echo '
'; - echo nl2br($rowt['text']); - echo '
'; + $datetime = '-'; + } else { $datetime = strtotime($rowTime['time_edit']); $datetime = date("d.m.Y G:i", $datetime); - - echo '
'; - echo $datetime; - echo '
'; - - echo '
'; - echo nl2br($rowt['text']); - echo '
'; } + + echo '

Respondent ('.$datetime.')

'; + + + if ($admin_type <= 1 || $rowi['insert_uid']==$global_user_id || $commentmarks_who==0) { + + echo '
'; + + echo '
'; + if ($rowt['text2']==0) { + echo '

'; + echo $lang['srv_comments_archive'].'

'; + } + else { + echo '

'; + echo $lang['srv_comments_unarchive'].'

'; + } + echo '
'; + + echo ''; + + echo '
'; + + echo '
'; + echo ''; //manjka funkcija za izbris + echo $lang['srv_comment_delete']; + echo '
'; + + echo '
'; + + //Klik izven razprith nastavitev - zapremo okno + echo ''; + + + + echo '
'; //options + + } + + echo '
'; //by + } else{ if ( strpos($rowt['text'], '__DATE__') !== false ) { $rowt['text'] = str_replace('__DATE__', '', $rowt['text']); - echo '
'; - echo nl2br($rowt['text']); - echo '
'; } - else { - echo '
'; - echo nl2br($rowt['text']); - echo '
'; - } } - if ($admin_type <= 1 || $rowi['insert_uid']==$global_user_id || $commentmarks_who==0) { - - echo '
'; - - if ($commentmarks == 1) { - echo ' '; - } else { - - if ($rowt['text2']==0) { - echo '

'; - echo $lang['srv_comments_archive'].'

'; - } - else { - echo '

'.$lang['srv_comments_archived'].'

'; - echo '

'; - echo $lang['srv_comments_unarchive'].'

'; - } - } - echo '
'; - } + echo '
'; + echo nl2br($rowt['text']); + echo '
'; echo '
'; } diff --git a/admin/survey/script/script.js b/admin/survey/script/script.js index 6ccbac630..bf5f99a2e 100644 --- a/admin/survey/script/script.js +++ b/admin/survey/script/script.js @@ -5656,4 +5656,8 @@ function show_gdpr_messeage(id_sporocila){ $("#general_popup").load('ajax.php?a=show_gdpr_messeage', {id_sporocila: id_sporocila, anketa: srv_meta_anketa_id}); console.log(id_sporocila); +} + +function toggleCommentOptions(id) { + $("#options_"+id).toggleClass("displayNone"); } \ No newline at end of file diff --git a/admin/survey/script/vprasanje.js b/admin/survey/script/vprasanje.js index 0f9c89c5c..957172bad 100644 --- a/admin/survey/script/vprasanje.js +++ b/admin/survey/script/vprasanje.js @@ -759,6 +759,7 @@ function comment_on_comment (id, user, date, spr_id) { ''+ '' ); + $(".options_dropdown").addClass("displayNone"); } diff --git a/lang/1.php b/lang/1.php index 4255c830f..68be1d71d 100644 --- a/lang/1.php +++ b/lang/1.php @@ -4580,9 +4580,9 @@ $lang = array ( "srv_comments_link" => "Pregled komentarjev", "srv_comments_user" => "Uporabnik ", "srv_comments_user2" => " je komentiral:", - "srv_comments_archive" => "Arhiviraj komentar", + "srv_comments_archive" => "Razreši", "srv_comments_unarchive" => "Označi kot nerešeno", - "srv_comments_archived" => "Komentar je arhiviran", + "srv_comments_archived" => "Komentar je razrešen", "srv_comments_new" => "Komentiraj", "srv_zanka_profile_all" => "Brez", "srv_zanka_profile_session" => "Začasno", @@ -4654,6 +4654,7 @@ $lang = array ( "srv_done" => "Končano", "srv_not_relevant" => "Nerelevantno", "srv_comment_comment" => "Odgovori", + "srv_comment_delete" => "Izbriši", "srv_edit_data_title" => "Uredi podatke vprašanja", "srv_edit_data_row" => "Uredi celotno anketo respondenta", "srv_edit_data_row_quick" => "Hitro urejanje celotne ankete respondenta", diff --git a/lang/2.php b/lang/2.php index da68a8ca9..3bdf4525d 100644 --- a/lang/2.php +++ b/lang/2.php @@ -4556,9 +4556,9 @@ $lang = array ( "srv_comments_anketa_resp" => "Respondent comments to the survey", "srv_comments_user" => "User ", "srv_comments_user2" => " commented:", - "srv_comments_archive" => "Archive comment", - "srv_comments_unarchive" => "Unarchive", - "srv_comments_archived" => "Comment has already been archived", + "srv_comments_archive" => "Resolve", + "srv_comments_unarchive" => "Mark as unresolved", + "srv_comments_archived" => "Comment has been resolved", "srv_comments_new" => "Comment", "srv_zanka_profile_all" => "Without", "srv_zanka_profile_session" => "Temporary", @@ -4629,6 +4629,7 @@ $lang = array ( "srv_done" => "Done", "srv_not_relevant" => "Not relevant", "srv_comment_comment" => "Reply", + "srv_comment_delete" => "Delete", "srv_edit_data_title" => "Edit question data", "srv_edit_data_row" => "Edit respondents survey", "srv_edit_data_row_quick" => "Quick edit respondents survey", diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 2e3ae805c..37f91c6a1 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -214,4767 +214,4767 @@ /* 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: ""; + content: "\f26e"; } .fa-accessible-icon:before { - content: ""; + content: "\f368"; } .fa-accusoft:before { - content: ""; + content: "\f369"; } .fa-ad:before { - content: ""; + content: "\f641"; } .fa-address-book:before { - content: ""; + content: "\f2b9"; } .fa-address-card:before { - content: ""; + content: "\f2bb"; } .fa-adjust:before { - content: ""; + content: "\f042"; } .fa-adn:before { - content: ""; + content: "\f170"; } .fa-adversal:before { - content: ""; + content: "\f36a"; } .fa-affiliatetheme:before { - content: ""; + content: "\f36b"; } .fa-air-freshener:before { - content: ""; + content: "\f5d0"; } .fa-algolia:before { - content: ""; + content: "\f36c"; } .fa-align-center:before { - content: ""; + content: "\f037"; } .fa-align-justify:before { - content: ""; + content: "\f039"; } .fa-align-left:before { - content: ""; + content: "\f036"; } .fa-align-right:before { - content: ""; + content: "\f038"; } .fa-alipay:before { - content: ""; + content: "\f642"; } .fa-allergies:before { - content: ""; + content: "\f461"; } .fa-amazon:before { - content: ""; + content: "\f270"; } .fa-amazon-pay:before { - content: ""; + content: "\f42c"; } .fa-ambulance:before { - content: ""; + content: "\f0f9"; } .fa-american-sign-language-interpreting:before { - content: ""; + content: "\f2a3"; } .fa-amilia:before { - content: ""; + content: "\f36d"; } .fa-anchor:before { - content: ""; + content: "\f13d"; } .fa-android:before { - content: ""; + content: "\f17b"; } .fa-angellist:before { - content: ""; + content: "\f209"; } .fa-angle-double-down:before { - content: ""; + content: "\f103"; } .fa-angle-double-left:before { - content: ""; + content: "\f100"; } .fa-angle-double-right:before { - content: ""; + content: "\f101"; } .fa-angle-double-up:before { - content: ""; + content: "\f102"; } .fa-angle-down:before { - content: ""; + content: "\f107"; } .fa-angle-left:before { - content: ""; + content: "\f104"; } .fa-angle-right:before { - content: ""; + content: "\f105"; } .fa-angle-up:before { - content: ""; + content: "\f106"; } .fa-angry:before { - content: ""; + content: "\f556"; } .fa-angrycreative:before { - content: ""; + content: "\f36e"; } .fa-angular:before { - content: ""; + content: "\f420"; } .fa-ankh:before { - content: ""; + content: "\f644"; } .fa-app-store:before { - content: ""; + content: "\f36f"; } .fa-app-store-ios:before { - content: ""; + content: "\f370"; } .fa-apper:before { - content: ""; + content: "\f371"; } .fa-apple:before { - content: ""; + content: "\f179"; } .fa-apple-alt:before { - content: ""; + content: "\f5d1"; } .fa-apple-pay:before { - content: ""; + content: "\f415"; } .fa-archive:before { - content: ""; + content: "\f187"; } .fa-archway:before { - content: ""; + content: "\f557"; } .fa-arrow-alt-circle-down:before { - content: ""; + content: "\f358"; } .fa-arrow-alt-circle-left:before { - content: ""; + content: "\f359"; } .fa-arrow-alt-circle-right:before { - content: ""; + content: "\f35a"; } .fa-arrow-alt-circle-up:before { - content: ""; + content: "\f35b"; } .fa-arrow-circle-down:before { - content: ""; + content: "\f0ab"; } .fa-arrow-circle-left:before { - content: ""; + content: "\f0a8"; } .fa-arrow-circle-right:before { - content: ""; + content: "\f0a9"; } .fa-arrow-circle-up:before { - content: ""; + content: "\f0aa"; } .fa-arrow-down:before { - content: ""; + content: "\f063"; } .fa-arrow-left:before { - content: ""; + content: "\f060"; } .fa-arrow-right:before { - content: ""; + content: "\f061"; } .fa-arrow-up:before { - content: ""; + content: "\f062"; } .fa-arrows-alt:before { - content: ""; + content: "\f0b2"; } .fa-arrows-alt-h:before { - content: ""; + content: "\f337"; } .fa-arrows-alt-v:before { - content: ""; + content: "\f338"; } .fa-assistive-listening-systems:before { - content: ""; + content: "\f2a2"; } .fa-asterisk:before { - content: ""; + content: "\f069"; } .fa-asymmetrik:before { - content: ""; + content: "\f372"; } .fa-at:before { - content: ""; + content: "\f1fa"; } .fa-atlas:before { - content: ""; + content: "\f558"; } .fa-atom:before { - content: ""; + content: "\f5d2"; } .fa-audible:before { - content: ""; + content: "\f373"; } .fa-audio-description:before { - content: ""; + content: "\f29e"; } .fa-autoprefixer:before { - content: ""; + content: "\f41c"; } .fa-avianex:before { - content: ""; + content: "\f374"; } .fa-aviato:before { - content: ""; + content: "\f421"; } .fa-award:before { - content: ""; + content: "\f559"; } .fa-aws:before { - content: ""; + content: "\f375"; } .fa-backspace:before { - content: ""; + content: "\f55a"; } .fa-backward:before { - content: ""; + content: "\f04a"; } .fa-balance-scale:before { - content: ""; + content: "\f24e"; } .fa-ban:before { - content: ""; + content: "\f05e"; } .fa-band-aid:before { - content: ""; + content: "\f462"; } .fa-bandcamp:before { - content: ""; + content: "\f2d5"; } .fa-barcode:before { - content: ""; + content: "\f02a"; } .fa-bars:before { - content: ""; + content: "\f0c9"; } .fa-baseball-ball:before { - content: ""; + content: "\f433"; } .fa-basketball-ball:before { - content: ""; + content: "\f434"; } .fa-bath:before { - content: ""; + content: "\f2cd"; } .fa-battery-empty:before { - content: ""; + content: "\f244"; } .fa-battery-full:before { - content: ""; + content: "\f240"; } .fa-battery-half:before { - content: ""; + content: "\f242"; } .fa-battery-quarter:before { - content: ""; + content: "\f243"; } .fa-battery-three-quarters:before { - content: ""; + content: "\f241"; } .fa-bed:before { - content: ""; + content: "\f236"; } .fa-beer:before { - content: ""; + content: "\f0fc"; } .fa-behance:before { - content: ""; + content: "\f1b4"; } .fa-behance-square:before { - content: ""; + content: "\f1b5"; } .fa-bell:before { - content: ""; + content: "\f0f3"; } .fa-bell-slash:before { - content: ""; + content: "\f1f6"; } .fa-bezier-curve:before { - content: ""; + content: "\f55b"; } .fa-bible:before { - content: ""; + content: "\f647"; } .fa-bicycle:before { - content: ""; + content: "\f206"; } .fa-bimobject:before { - content: ""; + content: "\f378"; } .fa-binoculars:before { - content: ""; + content: "\f1e5"; } .fa-birthday-cake:before { - content: ""; + content: "\f1fd"; } .fa-bitbucket:before { - content: ""; + content: "\f171"; } .fa-bitcoin:before { - content: ""; + content: "\f379"; } .fa-bity:before { - content: ""; + content: "\f37a"; } .fa-black-tie:before { - content: ""; + content: "\f27e"; } .fa-blackberry:before { - content: ""; + content: "\f37b"; } .fa-blender:before { - content: ""; + content: "\f517"; } .fa-blind:before { - content: ""; + content: "\f29d"; } .fa-blogger:before { - content: ""; + content: "\f37c"; } .fa-blogger-b:before { - content: ""; + content: "\f37d"; } .fa-bluetooth:before { - content: ""; + content: "\f293"; } .fa-bluetooth-b:before { - content: ""; + content: "\f294"; } .fa-bold:before { - content: ""; + content: "\f032"; } .fa-bolt:before { - content: ""; + content: "\f0e7"; } .fa-bomb:before { - content: ""; + content: "\f1e2"; } .fa-bone:before { - content: ""; + content: "\f5d7"; } .fa-bong:before { - content: ""; + content: "\f55c"; } .fa-book:before { - content: ""; + content: "\f02d"; } .fa-book-open:before { - content: ""; + content: "\f518"; } .fa-book-reader:before { - content: ""; + content: "\f5da"; } .fa-bookmark:before { - content: ""; + content: "\f02e"; } .fa-bowling-ball:before { - content: ""; + content: "\f436"; } .fa-box:before { - content: ""; + content: "\f466"; } .fa-box-open:before { - content: ""; + content: "\f49e"; } .fa-boxes:before { - content: ""; + content: "\f468"; } .fa-braille:before { - content: ""; + content: "\f2a1"; } .fa-brain:before { - content: ""; + content: "\f5dc"; } .fa-briefcase:before { - content: ""; + content: "\f0b1"; } .fa-briefcase-medical:before { - content: ""; + content: "\f469"; } .fa-broadcast-tower:before { - content: ""; + content: "\f519"; } .fa-broom:before { - content: ""; + content: "\f51a"; } .fa-brush:before { - content: ""; + content: "\f55d"; } .fa-btc:before { - content: ""; + content: "\f15a"; } .fa-bug:before { - content: ""; + content: "\f188"; } .fa-building:before { - content: ""; + content: "\f1ad"; } .fa-bullhorn:before { - content: ""; + content: "\f0a1"; } .fa-bullseye:before { - content: ""; + content: "\f140"; } .fa-burn:before { - content: ""; + content: "\f46a"; } .fa-buromobelexperte:before { - content: ""; + content: "\f37f"; } .fa-bus:before { - content: ""; + content: "\f207"; } .fa-bus-alt:before { - content: ""; + content: "\f55e"; } .fa-business-time:before { - content: ""; + content: "\f64a"; } .fa-buysellads:before { - content: ""; + content: "\f20d"; } .fa-calculator:before { - content: ""; + content: "\f1ec"; } .fa-calendar:before { - content: ""; + content: "\f133"; } .fa-calendar-alt:before { - content: ""; + content: "\f073"; } .fa-calendar-check:before { - content: ""; + content: "\f274"; } .fa-calendar-minus:before { - content: ""; + content: "\f272"; } .fa-calendar-plus:before { - content: ""; + content: "\f271"; } .fa-calendar-times:before { - content: ""; + content: "\f273"; } .fa-camera:before { - content: ""; + content: "\f030"; } .fa-camera-retro:before { - content: ""; + content: "\f083"; } .fa-cannabis:before { - content: ""; + content: "\f55f"; } .fa-capsules:before { - content: ""; + content: "\f46b"; } .fa-car:before { - content: ""; + content: "\f1b9"; } .fa-car-alt:before { - content: ""; + content: "\f5de"; } .fa-car-battery:before { - content: ""; + content: "\f5df"; } .fa-car-crash:before { - content: ""; + content: "\f5e1"; } .fa-car-side:before { - content: ""; + content: "\f5e4"; } .fa-caret-down:before { - content: ""; + content: "\f0d7"; } .fa-caret-left:before { - content: ""; + content: "\f0d9"; } .fa-caret-right:before { - content: ""; + content: "\f0da"; } .fa-caret-square-down:before { - content: ""; + content: "\f150"; } .fa-caret-square-left:before { - content: ""; + content: "\f191"; } .fa-caret-square-right:before { - content: ""; + content: "\f152"; } .fa-caret-square-up:before { - content: ""; + content: "\f151"; } .fa-caret-up:before { - content: ""; + content: "\f0d8"; } .fa-cart-arrow-down:before { - content: ""; + content: "\f218"; } .fa-cart-plus:before { - content: ""; + content: "\f217"; } .fa-cc-amazon-pay:before { - content: ""; + content: "\f42d"; } .fa-cc-amex:before { - content: ""; + content: "\f1f3"; } .fa-cc-apple-pay:before { - content: ""; + content: "\f416"; } .fa-cc-diners-club:before { - content: ""; + content: "\f24c"; } .fa-cc-discover:before { - content: ""; + content: "\f1f2"; } .fa-cc-jcb:before { - content: ""; + content: "\f24b"; } .fa-cc-mastercard:before { - content: ""; + content: "\f1f1"; } .fa-cc-paypal:before { - content: ""; + content: "\f1f4"; } .fa-cc-stripe:before { - content: ""; + content: "\f1f5"; } .fa-cc-visa:before { - content: ""; + content: "\f1f0"; } .fa-centercode:before { - content: ""; + content: "\f380"; } .fa-certificate:before { - content: ""; + content: "\f0a3"; } .fa-chalkboard:before { - content: ""; + content: "\f51b"; } .fa-chalkboard-teacher:before { - content: ""; + content: "\f51c"; } .fa-charging-station:before { - content: ""; + content: "\f5e7"; } .fa-chart-area:before { - content: ""; + content: "\f1fe"; } .fa-chart-bar:before { - content: ""; + content: "\f080"; } .fa-chart-line:before { - content: ""; + content: "\f201"; } .fa-chart-pie:before { - content: ""; + content: "\f200"; } .fa-check:before { - content: ""; + content: "\f00c"; } .fa-check-circle:before { - content: ""; + content: "\f058"; } .fa-check-double:before { - content: ""; + content: "\f560"; } .fa-check-square:before { - content: ""; + content: "\f14a"; } .fa-chess:before { - content: ""; + content: "\f439"; } .fa-chess-bishop:before { - content: ""; + content: "\f43a"; } .fa-chess-board:before { - content: ""; + content: "\f43c"; } .fa-chess-king:before { - content: ""; + content: "\f43f"; } .fa-chess-knight:before { - content: ""; + content: "\f441"; } .fa-chess-pawn:before { - content: ""; + content: "\f443"; } .fa-chess-queen:before { - content: ""; + content: "\f445"; } .fa-chess-rook:before { - content: ""; + content: "\f447"; } .fa-chevron-circle-down:before { - content: ""; + content: "\f13a"; } .fa-chevron-circle-left:before { - content: ""; + content: "\f137"; } .fa-chevron-circle-right:before { - content: ""; + content: "\f138"; } .fa-chevron-circle-up:before { - content: ""; + content: "\f139"; } .fa-chevron-down:before { - content: ""; + content: "\f078"; } .fa-chevron-left:before { - content: ""; + content: "\f053"; } .fa-chevron-right:before { - content: ""; + content: "\f054"; } .fa-chevron-up:before { - content: ""; + content: "\f077"; } .fa-child:before { - content: ""; + content: "\f1ae"; } .fa-chrome:before { - content: ""; + content: "\f268"; } .fa-church:before { - content: ""; + content: "\f51d"; } .fa-circle:before { - content: ""; + content: "\f111"; } .fa-circle-notch:before { - content: ""; + content: "\f1ce"; } .fa-city:before { - content: ""; + content: "\f64f"; } .fa-clipboard:before { - content: ""; + content: "\f328"; } .fa-clipboard-check:before { - content: ""; + content: "\f46c"; } .fa-clipboard-list:before { - content: ""; + content: "\f46d"; } .fa-clock:before { - content: ""; + content: "\f017"; } .fa-clone:before { - content: ""; + content: "\f24d"; } .fa-closed-captioning:before { - content: ""; + content: "\f20a"; } .fa-cloud:before { - content: ""; + content: "\f0c2"; } .fa-cloud-download-alt:before { - content: ""; + content: "\f381"; } .fa-cloud-upload-alt:before { - content: ""; + content: "\f382"; } .fa-cloudscale:before { - content: ""; + content: "\f383"; } .fa-cloudsmith:before { - content: ""; + content: "\f384"; } .fa-cloudversify:before { - content: ""; + content: "\f385"; } .fa-cocktail:before { - content: ""; + content: "\f561"; } .fa-code:before { - content: ""; + content: "\f121"; } .fa-code-branch:before { - content: ""; + content: "\f126"; } .fa-codepen:before { - content: ""; + content: "\f1cb"; } .fa-codiepie:before { - content: ""; + content: "\f284"; } .fa-coffee:before { - content: ""; + content: "\f0f4"; } .fa-cog:before { - content: ""; + content: "\f013"; } .fa-cogs:before { - content: ""; + content: "\f085"; } .fa-coins:before { - content: ""; + content: "\f51e"; } .fa-columns:before { - content: ""; + content: "\f0db"; } .fa-comment:before { - content: ""; + content: "\f075"; } .fa-comment-alt:before { - content: ""; + content: "\f27a"; } .fa-comment-dollar:before { - content: ""; + content: "\f651"; } .fa-comment-dots:before { - content: ""; + content: "\f4ad"; } .fa-comment-slash:before { - content: ""; + content: "\f4b3"; } .fa-comments:before { - content: ""; + content: "\f086"; } .fa-comments-dollar:before { - content: ""; + content: "\f653"; } .fa-compact-disc:before { - content: ""; + content: "\f51f"; } .fa-compass:before { - content: ""; + content: "\f14e"; } .fa-compress:before { - content: ""; + content: "\f066"; } .fa-concierge-bell:before { - content: ""; + content: "\f562"; } .fa-connectdevelop:before { - content: ""; + content: "\f20e"; } .fa-contao:before { - content: ""; + content: "\f26d"; } .fa-cookie:before { - content: ""; + content: "\f563"; } .fa-cookie-bite:before { - content: ""; + content: "\f564"; } .fa-copy:before { - content: ""; + content: "\f0c5"; } .fa-copyright:before { - content: ""; + content: "\f1f9"; } .fa-couch:before { - content: ""; + content: "\f4b8"; } .fa-cpanel:before { - content: ""; + content: "\f388"; } .fa-creative-commons:before { - content: ""; + content: "\f25e"; } .fa-creative-commons-by:before { - content: ""; + content: "\f4e7"; } .fa-creative-commons-nc:before { - content: ""; + content: "\f4e8"; } .fa-creative-commons-nc-eu:before { - content: ""; + content: "\f4e9"; } .fa-creative-commons-nc-jp:before { - content: ""; + content: "\f4ea"; } .fa-creative-commons-nd:before { - content: ""; + content: "\f4eb"; } .fa-creative-commons-pd:before { - content: ""; + content: "\f4ec"; } .fa-creative-commons-pd-alt:before { - content: ""; + content: "\f4ed"; } .fa-creative-commons-remix:before { - content: ""; + content: "\f4ee"; } .fa-creative-commons-sa:before { - content: ""; + content: "\f4ef"; } .fa-creative-commons-sampling:before { - content: ""; + content: "\f4f0"; } .fa-creative-commons-sampling-plus:before { - content: ""; + content: "\f4f1"; } .fa-creative-commons-share:before { - content: ""; + content: "\f4f2"; } .fa-credit-card:before { - content: ""; + content: "\f09d"; } .fa-crop:before { - content: ""; + content: "\f125"; } .fa-crop-alt:before { - content: ""; + content: "\f565"; } .fa-cross:before { - content: ""; + content: "\f654"; } .fa-crosshairs:before { - content: ""; + content: "\f05b"; } .fa-crow:before { - content: ""; + content: "\f520"; } .fa-crown:before { - content: ""; + content: "\f521"; } .fa-css3:before { - content: ""; + content: "\f13c"; } .fa-css3-alt:before { - content: ""; + content: "\f38b"; } .fa-cube:before { - content: ""; + content: "\f1b2"; } .fa-cubes:before { - content: ""; + content: "\f1b3"; } .fa-cut:before { - content: ""; + content: "\f0c4"; } .fa-cuttlefish:before { - content: ""; + content: "\f38c"; } .fa-d-and-d:before { - content: ""; + content: "\f38d"; } .fa-dashcube:before { - content: ""; + content: "\f210"; } .fa-database:before { - content: ""; + content: "\f1c0"; } .fa-deaf:before { - content: ""; + content: "\f2a4"; } .fa-delicious:before { - content: ""; + content: "\f1a5"; } .fa-deploydog:before { - content: ""; + content: "\f38e"; } .fa-deskpro:before { - content: ""; + content: "\f38f"; } .fa-desktop:before { - content: ""; + content: "\f108"; } .fa-deviantart:before { - content: ""; + content: "\f1bd"; } .fa-dharmachakra:before { - content: ""; + content: "\f655"; } .fa-diagnoses:before { - content: ""; + content: "\f470"; } .fa-dice:before { - content: ""; + content: "\f522"; } .fa-dice-five:before { - content: ""; + content: "\f523"; } .fa-dice-four:before { - content: ""; + content: "\f524"; } .fa-dice-one:before { - content: ""; + content: "\f525"; } .fa-dice-six:before { - content: ""; + content: "\f526"; } .fa-dice-three:before { - content: ""; + content: "\f527"; } .fa-dice-two:before { - content: ""; + content: "\f528"; } .fa-digg:before { - content: ""; + content: "\f1a6"; } .fa-digital-ocean:before { - content: ""; + content: "\f391"; } .fa-digital-tachograph:before { - content: ""; + content: "\f566"; } .fa-directions:before { - content: ""; + content: "\f5eb"; } .fa-discord:before { - content: ""; + content: "\f392"; } .fa-discourse:before { - content: ""; + content: "\f393"; } .fa-divide:before { - content: ""; + content: "\f529"; } .fa-dizzy:before { - content: ""; + content: "\f567"; } .fa-dna:before { - content: ""; + content: "\f471"; } .fa-dochub:before { - content: ""; + content: "\f394"; } .fa-docker:before { - content: ""; + content: "\f395"; } .fa-dollar-sign:before { - content: ""; + content: "\f155"; } .fa-dolly:before { - content: ""; + content: "\f472"; } .fa-dolly-flatbed:before { - content: ""; + content: "\f474"; } .fa-donate:before { - content: ""; + content: "\f4b9"; } .fa-door-closed:before { - content: ""; + content: "\f52a"; } .fa-door-open:before { - content: ""; + content: "\f52b"; } .fa-dot-circle:before { - content: ""; + content: "\f192"; } .fa-dove:before { - content: ""; + content: "\f4ba"; } .fa-download:before { - content: ""; + content: "\f019"; } .fa-draft2digital:before { - content: ""; + content: "\f396"; } .fa-drafting-compass:before { - content: ""; + content: "\f568"; } .fa-draw-polygon:before { - content: ""; + content: "\f5ee"; } .fa-dribbble:before { - content: ""; + content: "\f17d"; } .fa-dribbble-square:before { - content: ""; + content: "\f397"; } .fa-dropbox:before { - content: ""; + content: "\f16b"; } .fa-drum:before { - content: ""; + content: "\f569"; } .fa-drum-steelpan:before { - content: ""; + content: "\f56a"; } .fa-drupal:before { - content: ""; + content: "\f1a9"; } .fa-dumbbell:before { - content: ""; + content: "\f44b"; } .fa-dyalog:before { - content: ""; + content: "\f399"; } .fa-earlybirds:before { - content: ""; + content: "\f39a"; } .fa-ebay:before { - content: ""; + content: "\f4f4"; } .fa-edge:before { - content: ""; + content: "\f282"; } .fa-edit:before { - content: ""; + content: "\f044"; } .fa-eject:before { - content: ""; + content: "\f052"; } .fa-elementor:before { - content: ""; + content: "\f430"; } .fa-ellipsis-h:before { - content: ""; + content: "\f141"; } .fa-ellipsis-v:before { - content: ""; + content: "\f142"; } .fa-ello:before { - content: ""; + content: "\f5f1"; } .fa-ember:before { - content: ""; + content: "\f423"; } .fa-empire:before { - content: ""; + content: "\f1d1"; } .fa-envelope:before { - content: ""; + content: "\f0e0"; } .fa-envelope-open:before { - content: ""; + content: "\f2b6"; } .fa-envelope-open-text:before { - content: ""; + content: "\f658"; } .fa-envelope-square:before { - content: ""; + content: "\f199"; } .fa-envira:before { - content: ""; + content: "\f299"; } .fa-equals:before { - content: ""; + content: "\f52c"; } .fa-eraser:before { - content: ""; + content: "\f12d"; } .fa-erlang:before { - content: ""; + content: "\f39d"; } .fa-ethereum:before { - content: ""; + content: "\f42e"; } .fa-etsy:before { - content: ""; + content: "\f2d7"; } .fa-euro-sign:before { - content: ""; + content: "\f153"; } .fa-exchange-alt:before { - content: ""; + content: "\f362"; } .fa-exclamation:before { - content: ""; + content: "\f12a"; } .fa-exclamation-circle:before { - content: ""; + content: "\f06a"; } .fa-exclamation-triangle:before { - content: ""; + content: "\f071"; } .fa-expand:before { - content: ""; + content: "\f065"; } .fa-expand-arrows-alt:before { - content: ""; + content: "\f31e"; } .fa-expeditedssl:before { - content: ""; + content: "\f23e"; } .fa-external-link-alt:before { - content: ""; + content: "\f35d"; } .fa-external-link-square-alt:before { - content: ""; + content: "\f360"; } .fa-eye:before { - content: ""; + content: "\f06e"; } .fa-eye-dropper:before { - content: ""; + content: "\f1fb"; } .fa-eye-slash:before { - content: ""; + content: "\f070"; } .fa-facebook:before { - content: ""; + content: "\f09a"; } .fa-facebook-f:before { - content: ""; + content: "\f39e"; } .fa-facebook-messenger:before { - content: ""; + content: "\f39f"; } .fa-facebook-square:before { - content: ""; + content: "\f082"; } .fa-fast-backward:before { - content: ""; + content: "\f049"; } .fa-fast-forward:before { - content: ""; + content: "\f050"; } .fa-fax:before { - content: ""; + content: "\f1ac"; } .fa-feather:before { - content: ""; + content: "\f52d"; } .fa-feather-alt:before { - content: ""; + content: "\f56b"; } .fa-female:before { - content: ""; + content: "\f182"; } .fa-fighter-jet:before { - content: ""; + content: "\f0fb"; } .fa-file:before { - content: ""; + content: "\f15b"; } .fa-file-alt:before { - content: ""; + content: "\f15c"; } .fa-file-archive:before { - content: ""; + content: "\f1c6"; } .fa-file-audio:before { - content: ""; + content: "\f1c7"; } .fa-file-code:before { - content: ""; + content: "\f1c9"; } .fa-file-contract:before { - content: ""; + content: "\f56c"; } .fa-file-download:before { - content: ""; + content: "\f56d"; } .fa-file-excel:before { - content: ""; + content: "\f1c3"; } .fa-file-export:before { - content: ""; + content: "\f56e"; } .fa-file-image:before { - content: ""; + content: "\f1c5"; } .fa-file-import:before { - content: ""; + content: "\f56f"; } .fa-file-invoice:before { - content: ""; + content: "\f570"; } .fa-file-invoice-dollar:before { - content: ""; + content: "\f571"; } .fa-file-medical:before { - content: ""; + content: "\f477"; } .fa-file-medical-alt:before { - content: ""; + content: "\f478"; } .fa-file-pdf:before { - content: ""; + content: "\f1c1"; } .fa-file-powerpoint:before { - content: ""; + content: "\f1c4"; } .fa-file-prescription:before { - content: ""; + content: "\f572"; } .fa-file-signature:before { - content: ""; + content: "\f573"; } .fa-file-upload:before { - content: ""; + content: "\f574"; } .fa-file-video:before { - content: ""; + content: "\f1c8"; } .fa-file-word:before { - content: ""; + content: "\f1c2"; } .fa-fill:before { - content: ""; + content: "\f575"; } .fa-fill-drip:before { - content: ""; + content: "\f576"; } .fa-film:before { - content: ""; + content: "\f008"; } .fa-filter:before { - content: ""; + content: "\f0b0"; } .fa-fingerprint:before { - content: ""; + content: "\f577"; } .fa-fire:before { - content: ""; + content: "\f06d"; } .fa-fire-extinguisher:before { - content: ""; + content: "\f134"; } .fa-firefox:before { - content: ""; + content: "\f269"; } .fa-first-aid:before { - content: ""; + content: "\f479"; } .fa-first-order:before { - content: ""; + content: "\f2b0"; } .fa-first-order-alt:before { - content: ""; + content: "\f50a"; } .fa-firstdraft:before { - content: ""; + content: "\f3a1"; } .fa-fish:before { - content: ""; + content: "\f578"; } .fa-flag:before { - content: ""; + content: "\f024"; } .fa-flag-checkered:before { - content: ""; + content: "\f11e"; } .fa-flask:before { - content: ""; + content: "\f0c3"; } .fa-flickr:before { - content: ""; + content: "\f16e"; } .fa-flipboard:before { - content: ""; + content: "\f44d"; } .fa-flushed:before { - content: ""; + content: "\f579"; } .fa-fly:before { - content: ""; + content: "\f417"; } .fa-folder:before { - content: ""; + content: "\f07b"; } .fa-folder-minus:before { - content: ""; + content: "\f65d"; } .fa-folder-open:before { - content: ""; + content: "\f07c"; } .fa-folder-plus:before { - content: ""; + content: "\f65e"; } .fa-font:before { - content: ""; + content: "\f031"; } .fa-font-awesome:before { - content: ""; + content: "\f2b4"; } .fa-font-awesome-alt:before { - content: ""; + content: "\f35c"; } .fa-font-awesome-flag:before { - content: ""; + content: "\f425"; } .fa-font-awesome-logo-full:before { - content: ""; + content: "\f4e6"; } .fa-fonticons:before { - content: ""; + content: "\f280"; } .fa-fonticons-fi:before { - content: ""; + content: "\f3a2"; } .fa-football-ball:before { - content: ""; + content: "\f44e"; } .fa-fort-awesome:before { - content: ""; + content: "\f286"; } .fa-fort-awesome-alt:before { - content: ""; + content: "\f3a3"; } .fa-forumbee:before { - content: ""; + content: "\f211"; } .fa-forward:before { - content: ""; + content: "\f04e"; } .fa-foursquare:before { - content: ""; + content: "\f180"; } .fa-free-code-camp:before { - content: ""; + content: "\f2c5"; } .fa-freebsd:before { - content: ""; + content: "\f3a4"; } .fa-frog:before { - content: ""; + content: "\f52e"; } .fa-frown:before { - content: ""; + content: "\f119"; } .fa-frown-open:before { - content: ""; + content: "\f57a"; } .fa-fulcrum:before { - content: ""; + content: "\f50b"; } .fa-funnel-dollar:before { - content: ""; + content: "\f662"; } .fa-futbol:before { - content: ""; + content: "\f1e3"; } .fa-galactic-republic:before { - content: ""; + content: "\f50c"; } .fa-galactic-senate:before { - content: ""; + content: "\f50d"; } .fa-gamepad:before { - content: ""; + content: "\f11b"; } .fa-gas-pump:before { - content: ""; + content: "\f52f"; } .fa-gavel:before { - content: ""; + content: "\f0e3"; } .fa-gem:before { - content: ""; + content: "\f3a5"; } .fa-genderless:before { - content: ""; + content: "\f22d"; } .fa-get-pocket:before { - content: ""; + content: "\f265"; } .fa-gg:before { - content: ""; + content: "\f260"; } .fa-gg-circle:before { - content: ""; + content: "\f261"; } .fa-gift:before { - content: ""; + content: "\f06b"; } .fa-git:before { - content: ""; + content: "\f1d3"; } .fa-git-square:before { - content: ""; + content: "\f1d2"; } .fa-github:before { - content: ""; + content: "\f09b"; } .fa-github-alt:before { - content: ""; + content: "\f113"; } .fa-github-square:before { - content: ""; + content: "\f092"; } .fa-gitkraken:before { - content: ""; + content: "\f3a6"; } .fa-gitlab:before { - content: ""; + content: "\f296"; } .fa-gitter:before { - content: ""; + content: "\f426"; } .fa-glass-martini:before { - content: ""; + content: "\f000"; } .fa-glass-martini-alt:before { - content: ""; + content: "\f57b"; } .fa-glasses:before { - content: ""; + content: "\f530"; } .fa-glide:before { - content: ""; + content: "\f2a5"; } .fa-glide-g:before { - content: ""; + content: "\f2a6"; } .fa-globe:before { - content: ""; + content: "\f0ac"; } .fa-globe-africa:before { - content: ""; + content: "\f57c"; } .fa-globe-americas:before { - content: ""; + content: "\f57d"; } .fa-globe-asia:before { - content: ""; + content: "\f57e"; } .fa-gofore:before { - content: ""; + content: "\f3a7"; } .fa-golf-ball:before { - content: ""; + content: "\f450"; } .fa-goodreads:before { - content: ""; + content: "\f3a8"; } .fa-goodreads-g:before { - content: ""; + content: "\f3a9"; } .fa-google:before { - content: ""; + content: "\f1a0"; } .fa-google-drive:before { - content: ""; + content: "\f3aa"; } .fa-google-play:before { - content: ""; + content: "\f3ab"; } .fa-google-plus:before { - content: ""; + content: "\f2b3"; } .fa-google-plus-g:before { - content: ""; + content: "\f0d5"; } .fa-google-plus-square:before { - content: ""; + content: "\f0d4"; } .fa-google-wallet:before { - content: ""; + content: "\f1ee"; } .fa-gopuram:before { - content: ""; + content: "\f664"; } .fa-graduation-cap:before { - content: ""; + content: "\f19d"; } .fa-gratipay:before { - content: ""; + content: "\f184"; } .fa-grav:before { - content: ""; + content: "\f2d6"; } .fa-greater-than:before { - content: ""; + content: "\f531"; } .fa-greater-than-equal:before { - content: ""; + content: "\f532"; } .fa-grimace:before { - content: ""; + content: "\f57f"; } .fa-grin:before { - content: ""; + content: "\f580"; } .fa-grin-alt:before { - content: ""; + content: "\f581"; } .fa-grin-beam:before { - content: ""; + content: "\f582"; } .fa-grin-beam-sweat:before { - content: ""; + content: "\f583"; } .fa-grin-hearts:before { - content: ""; + content: "\f584"; } .fa-grin-squint:before { - content: ""; + content: "\f585"; } .fa-grin-squint-tears:before { - content: ""; + content: "\f586"; } .fa-grin-stars:before { - content: ""; + content: "\f587"; } .fa-grin-tears:before { - content: ""; + content: "\f588"; } .fa-grin-tongue:before { - content: ""; + content: "\f589"; } .fa-grin-tongue-squint:before { - content: ""; + content: "\f58a"; } .fa-grin-tongue-wink:before { - content: ""; + content: "\f58b"; } .fa-grin-wink:before { - content: ""; + content: "\f58c"; } .fa-grip-horizontal:before { - content: ""; + content: "\f58d"; } .fa-grip-vertical:before { - content: ""; + content: "\f58e"; } .fa-gripfire:before { - content: ""; + content: "\f3ac"; } .fa-grunt:before { - content: ""; + content: "\f3ad"; } .fa-gulp:before { - content: ""; + content: "\f3ae"; } .fa-h-square:before { - content: ""; + content: "\f0fd"; } .fa-hacker-news:before { - content: ""; + content: "\f1d4"; } .fa-hacker-news-square:before { - content: ""; + content: "\f3af"; } .fa-hackerrank:before { - content: ""; + content: "\f5f7"; } .fa-hamsa:before { - content: ""; + content: "\f665"; } .fa-hand-holding:before { - content: ""; + content: "\f4bd"; } .fa-hand-holding-heart:before { - content: ""; + content: "\f4be"; } .fa-hand-holding-usd:before { - content: ""; + content: "\f4c0"; } .fa-hand-lizard:before { - content: ""; + content: "\f258"; } .fa-hand-paper:before { - content: ""; + content: "\f256"; } .fa-hand-peace:before { - content: ""; + content: "\f25b"; } .fa-hand-point-down:before { - content: ""; + content: "\f0a7"; } .fa-hand-point-left:before { - content: ""; + content: "\f0a5"; } .fa-hand-point-right:before { - content: ""; + content: "\f0a4"; } .fa-hand-point-up:before { - content: ""; + content: "\f0a6"; } .fa-hand-pointer:before { - content: ""; + content: "\f25a"; } .fa-hand-rock:before { - content: ""; + content: "\f255"; } .fa-hand-scissors:before { - content: ""; + content: "\f257"; } .fa-hand-spock:before { - content: ""; + content: "\f259"; } .fa-hands:before { - content: ""; + content: "\f4c2"; } .fa-hands-helping:before { - content: ""; + content: "\f4c4"; } .fa-handshake:before { - content: ""; + content: "\f2b5"; } .fa-hashtag:before { - content: ""; + content: "\f292"; } .fa-haykal:before { - content: ""; + content: "\f666"; } .fa-hdd:before { - content: ""; + content: "\f0a0"; } .fa-heading:before { - content: ""; + content: "\f1dc"; } .fa-headphones:before { - content: ""; + content: "\f025"; } .fa-headphones-alt:before { - content: ""; + content: "\f58f"; } .fa-headset:before { - content: ""; + content: "\f590"; } .fa-heart:before { - content: ""; + content: "\f004"; } .fa-heartbeat:before { - content: ""; + content: "\f21e"; } .fa-helicopter:before { - content: ""; + content: "\f533"; } .fa-highlighter:before { - content: ""; + content: "\f591"; } .fa-hips:before { - content: ""; + content: "\f452"; } .fa-hire-a-helper:before { - content: ""; + content: "\f3b0"; } .fa-history:before { - content: ""; + content: "\f1da"; } .fa-hockey-puck:before { - content: ""; + content: "\f453"; } .fa-home:before { - content: ""; + content: "\f015"; } .fa-hooli:before { - content: ""; + content: "\f427"; } .fa-hornbill:before { - content: ""; + content: "\f592"; } .fa-hospital:before { - content: ""; + content: "\f0f8"; } .fa-hospital-alt:before { - content: ""; + content: "\f47d"; } .fa-hospital-symbol:before { - content: ""; + content: "\f47e"; } .fa-hot-tub:before { - content: ""; + content: "\f593"; } .fa-hotel:before { - content: ""; + content: "\f594"; } .fa-hotjar:before { - content: ""; + content: "\f3b1"; } .fa-hourglass:before { - content: ""; + content: "\f254"; } .fa-hourglass-end:before { - content: ""; + content: "\f253"; } .fa-hourglass-half:before { - content: ""; + content: "\f252"; } .fa-hourglass-start:before { - content: ""; + content: "\f251"; } .fa-houzz:before { - content: ""; + content: "\f27c"; } .fa-html5:before { - content: ""; + content: "\f13b"; } .fa-hubspot:before { - content: ""; + content: "\f3b2"; } .fa-i-cursor:before { - content: ""; + content: "\f246"; } .fa-id-badge:before { - content: ""; + content: "\f2c1"; } .fa-id-card:before { - content: ""; + content: "\f2c2"; } .fa-id-card-alt:before { - content: ""; + content: "\f47f"; } .fa-image:before { - content: ""; + content: "\f03e"; } .fa-images:before { - content: ""; + content: "\f302"; } .fa-imdb:before { - content: ""; + content: "\f2d8"; } .fa-inbox:before { - content: ""; + content: "\f01c"; } .fa-indent:before { - content: ""; + content: "\f03c"; } .fa-industry:before { - content: ""; + content: "\f275"; } .fa-infinity:before { - content: ""; + content: "\f534"; } .fa-info:before { - content: ""; + content: "\f129"; } .fa-info-circle:before { - content: ""; + content: "\f05a"; } .fa-instagram:before { - content: ""; + content: "\f16d"; } .fa-internet-explorer:before { - content: ""; + content: "\f26b"; } .fa-ioxhost:before { - content: ""; + content: "\f208"; } .fa-italic:before { - content: ""; + content: "\f033"; } .fa-itunes:before { - content: ""; + content: "\f3b4"; } .fa-itunes-note:before { - content: ""; + content: "\f3b5"; } .fa-java:before { - content: ""; + content: "\f4e4"; } .fa-jedi:before { - content: ""; + content: "\f669"; } .fa-jedi-order:before { - content: ""; + content: "\f50e"; } .fa-jenkins:before { - content: ""; + content: "\f3b6"; } .fa-joget:before { - content: ""; + content: "\f3b7"; } .fa-joint:before { - content: ""; + content: "\f595"; } .fa-joomla:before { - content: ""; + content: "\f1aa"; } .fa-journal-whills:before { - content: ""; + content: "\f66a"; } .fa-js:before { - content: ""; + content: "\f3b8"; } .fa-js-square:before { - content: ""; + content: "\f3b9"; } .fa-jsfiddle:before { - content: ""; + content: "\f1cc"; } .fa-kaaba:before { - content: ""; + content: "\f66b"; } .fa-kaggle:before { - content: ""; + content: "\f5fa"; } .fa-key:before { - content: ""; + content: "\f084"; } .fa-keybase:before { - content: ""; + content: "\f4f5"; } .fa-keyboard:before { - content: ""; + content: "\f11c"; } .fa-keycdn:before { - content: ""; + content: "\f3ba"; } .fa-khanda:before { - content: ""; + content: "\f66d"; } .fa-kickstarter:before { - content: ""; + content: "\f3bb"; } .fa-kickstarter-k:before { - content: ""; + content: "\f3bc"; } .fa-kiss:before { - content: ""; + content: "\f596"; } .fa-kiss-beam:before { - content: ""; + content: "\f597"; } .fa-kiss-wink-heart:before { - content: ""; + content: "\f598"; } .fa-kiwi-bird:before { - content: ""; + content: "\f535"; } .fa-korvue:before { - content: ""; + content: "\f42f"; } .fa-landmark:before { - content: ""; + content: "\f66f"; } .fa-language:before { - content: ""; + content: "\f1ab"; } .fa-laptop:before { - content: ""; + content: "\f109"; } .fa-laptop-code:before { - content: ""; + content: "\f5fc"; } .fa-laravel:before { - content: ""; + content: "\f3bd"; } .fa-lastfm:before { - content: ""; + content: "\f202"; } .fa-lastfm-square:before { - content: ""; + content: "\f203"; } .fa-laugh:before { - content: ""; + content: "\f599"; } .fa-laugh-beam:before { - content: ""; + content: "\f59a"; } .fa-laugh-squint:before { - content: ""; + content: "\f59b"; } .fa-laugh-wink:before { - content: ""; + content: "\f59c"; } .fa-layer-group:before { - content: ""; + content: "\f5fd"; } .fa-leaf:before { - content: ""; + content: "\f06c"; } .fa-leanpub:before { - content: ""; + content: "\f212"; } .fa-lemon:before { - content: ""; + content: "\f094"; } .fa-less:before { - content: ""; + content: "\f41d"; } .fa-less-than:before { - content: ""; + content: "\f536"; } .fa-less-than-equal:before { - content: ""; + content: "\f537"; } .fa-level-down-alt:before { - content: ""; + content: "\f3be"; } .fa-level-up-alt:before { - content: ""; + content: "\f3bf"; } .fa-life-ring:before { - content: ""; + content: "\f1cd"; } .fa-lightbulb:before { - content: ""; + content: "\f0eb"; } .fa-line:before { - content: ""; + content: "\f3c0"; } .fa-link:before { - content: ""; + content: "\f0c1"; } .fa-linkedin:before { - content: ""; + content: "\f08c"; } .fa-linkedin-in:before { - content: ""; + content: "\f0e1"; } .fa-linode:before { - content: ""; + content: "\f2b8"; } .fa-linux:before { - content: ""; + content: "\f17c"; } .fa-lira-sign:before { - content: ""; + content: "\f195"; } .fa-list:before { - content: ""; + content: "\f03a"; } .fa-list-alt:before { - content: ""; + content: "\f022"; } .fa-list-ol:before { - content: ""; + content: "\f0cb"; } .fa-list-ul:before { - content: ""; + content: "\f0ca"; } .fa-location-arrow:before { - content: ""; + content: "\f124"; } .fa-lock:before { - content: ""; + content: "\f023"; } .fa-lock-open:before { - content: ""; + content: "\f3c1"; } .fa-long-arrow-alt-down:before { - content: ""; + content: "\f309"; } .fa-long-arrow-alt-left:before { - content: ""; + content: "\f30a"; } .fa-long-arrow-alt-right:before { - content: ""; + content: "\f30b"; } .fa-long-arrow-alt-up:before { - content: ""; + content: "\f30c"; } .fa-low-vision:before { - content: ""; + content: "\f2a8"; } .fa-luggage-cart:before { - content: ""; + content: "\f59d"; } .fa-lyft:before { - content: ""; + content: "\f3c3"; } .fa-magento:before { - content: ""; + content: "\f3c4"; } .fa-magic:before { - content: ""; + content: "\f0d0"; } .fa-magnet:before { - content: ""; + content: "\f076"; } .fa-mail-bulk:before { - content: ""; + content: "\f674"; } .fa-mailchimp:before { - content: ""; + content: "\f59e"; } .fa-male:before { - content: ""; + content: "\f183"; } .fa-mandalorian:before { - content: ""; + content: "\f50f"; } .fa-map:before { - content: ""; + content: "\f279"; } .fa-map-marked:before { - content: ""; + content: "\f59f"; } .fa-map-marked-alt:before { - content: ""; + content: "\f5a0"; } .fa-map-marker:before { - content: ""; + content: "\f041"; } .fa-map-marker-alt:before { - content: ""; + content: "\f3c5"; } .fa-map-pin:before { - content: ""; + content: "\f276"; } .fa-map-signs:before { - content: ""; + content: "\f277"; } .fa-markdown:before { - content: ""; + content: "\f60f"; } .fa-marker:before { - content: ""; + content: "\f5a1"; } .fa-mars:before { - content: ""; + content: "\f222"; } .fa-mars-double:before { - content: ""; + content: "\f227"; } .fa-mars-stroke:before { - content: ""; + content: "\f229"; } .fa-mars-stroke-h:before { - content: ""; + content: "\f22b"; } .fa-mars-stroke-v:before { - content: ""; + content: "\f22a"; } .fa-mastodon:before { - content: ""; + content: "\f4f6"; } .fa-maxcdn:before { - content: ""; + content: "\f136"; } .fa-medal:before { - content: ""; + content: "\f5a2"; } .fa-medapps:before { - content: ""; + content: "\f3c6"; } .fa-medium:before { - content: ""; + content: "\f23a"; } .fa-medium-m:before { - content: ""; + content: "\f3c7"; } .fa-medkit:before { - content: ""; + content: "\f0fa"; } .fa-medrt:before { - content: ""; + content: "\f3c8"; } .fa-meetup:before { - content: ""; + content: "\f2e0"; } .fa-megaport:before { - content: ""; + content: "\f5a3"; } .fa-meh:before { - content: ""; + content: "\f11a"; } .fa-meh-blank:before { - content: ""; + content: "\f5a4"; } .fa-meh-rolling-eyes:before { - content: ""; + content: "\f5a5"; } .fa-memory:before { - content: ""; + content: "\f538"; } .fa-menorah:before { - content: ""; + content: "\f676"; } .fa-mercury:before { - content: ""; + content: "\f223"; } .fa-microchip:before { - content: ""; + content: "\f2db"; } .fa-microphone:before { - content: ""; + content: "\f130"; } .fa-microphone-alt:before { - content: ""; + content: "\f3c9"; } .fa-microphone-alt-slash:before { - content: ""; + content: "\f539"; } .fa-microphone-slash:before { - content: ""; + content: "\f131"; } .fa-microscope:before { - content: ""; + content: "\f610"; } .fa-microsoft:before { - content: ""; + content: "\f3ca"; } .fa-minus:before { - content: ""; + content: "\f068"; } .fa-minus-circle:before { - content: ""; + content: "\f056"; } .fa-minus-square:before { - content: ""; + content: "\f146"; } .fa-mix:before { - content: ""; + content: "\f3cb"; } .fa-mixcloud:before { - content: ""; + content: "\f289"; } .fa-mizuni:before { - content: ""; + content: "\f3cc"; } .fa-mobile:before { - content: ""; + content: "\f10b"; } .fa-mobile-alt:before { - content: ""; + content: "\f3cd"; } .fa-modx:before { - content: ""; + content: "\f285"; } .fa-monero:before { - content: ""; + content: "\f3d0"; } .fa-money-bill:before { - content: ""; + content: "\f0d6"; } .fa-money-bill-alt:before { - content: ""; + content: "\f3d1"; } .fa-money-bill-wave:before { - content: ""; + content: "\f53a"; } .fa-money-bill-wave-alt:before { - content: ""; + content: "\f53b"; } .fa-money-check:before { - content: ""; + content: "\f53c"; } .fa-money-check-alt:before { - content: ""; + content: "\f53d"; } .fa-monument:before { - content: ""; + content: "\f5a6"; } .fa-moon:before { - content: ""; + content: "\f186"; } .fa-mortar-pestle:before { - content: ""; + content: "\f5a7"; } .fa-mosque:before { - content: ""; + content: "\f678"; } .fa-motorcycle:before { - content: ""; + content: "\f21c"; } .fa-mouse-pointer:before { - content: ""; + content: "\f245"; } .fa-music:before { - content: ""; + content: "\f001"; } .fa-napster:before { - content: ""; + content: "\f3d2"; } .fa-neos:before { - content: ""; + content: "\f612"; } .fa-neuter:before { - content: ""; + content: "\f22c"; } .fa-newspaper:before { - content: ""; + content: "\f1ea"; } .fa-nimblr:before { - content: ""; + content: "\f5a8"; } .fa-nintendo-switch:before { - content: ""; + content: "\f418"; } .fa-node:before { - content: ""; + content: "\f419"; } .fa-node-js:before { - content: ""; + content: "\f3d3"; } .fa-not-equal:before { - content: ""; + content: "\f53e"; } .fa-notes-medical:before { - content: ""; + content: "\f481"; } .fa-npm:before { - content: ""; + content: "\f3d4"; } .fa-ns8:before { - content: ""; + content: "\f3d5"; } .fa-nutritionix:before { - content: ""; + content: "\f3d6"; } .fa-object-group:before { - content: ""; + content: "\f247"; } .fa-object-ungroup:before { - content: ""; + content: "\f248"; } .fa-odnoklassniki:before { - content: ""; + content: "\f263"; } .fa-odnoklassniki-square:before { - content: ""; + content: "\f264"; } .fa-oil-can:before { - content: ""; + content: "\f613"; } .fa-old-republic:before { - content: ""; + content: "\f510"; } .fa-om:before { - content: ""; + content: "\f679"; } .fa-opencart:before { - content: ""; + content: "\f23d"; } .fa-openid:before { - content: ""; + content: "\f19b"; } .fa-opera:before { - content: ""; + content: "\f26a"; } .fa-optin-monster:before { - content: ""; + content: "\f23c"; } .fa-osi:before { - content: ""; + content: "\f41a"; } .fa-outdent:before { - content: ""; + content: "\f03b"; } .fa-page4:before { - content: ""; + content: "\f3d7"; } .fa-pagelines:before { - content: ""; + content: "\f18c"; } .fa-paint-brush:before { - content: ""; + content: "\f1fc"; } .fa-paint-roller:before { - content: ""; + content: "\f5aa"; } .fa-palette:before { - content: ""; + content: "\f53f"; } .fa-palfed:before { - content: ""; + content: "\f3d8"; } .fa-pallet:before { - content: ""; + content: "\f482"; } .fa-paper-plane:before { - content: ""; + content: "\f1d8"; } .fa-paperclip:before { - content: ""; + content: "\f0c6"; } .fa-parachute-box:before { - content: ""; + content: "\f4cd"; } .fa-paragraph:before { - content: ""; + content: "\f1dd"; } .fa-parking:before { - content: ""; + content: "\f540"; } .fa-passport:before { - content: ""; + content: "\f5ab"; } .fa-pastafarianism:before { - content: ""; + content: "\f67b"; } .fa-paste:before { - content: ""; + content: "\f0ea"; } .fa-patreon:before { - content: ""; + content: "\f3d9"; } .fa-pause:before { - content: ""; + content: "\f04c"; } .fa-pause-circle:before { - content: ""; + content: "\f28b"; } .fa-paw:before { - content: ""; + content: "\f1b0"; } .fa-paypal:before { - content: ""; + content: "\f1ed"; } .fa-peace:before { - content: ""; + content: "\f67c"; } .fa-pen:before { - content: ""; + content: "\f304"; } .fa-pen-alt:before { - content: ""; + content: "\f305"; } .fa-pen-fancy:before { - content: ""; + content: "\f5ac"; } .fa-pen-nib:before { - content: ""; + content: "\f5ad"; } .fa-pen-square:before { - content: ""; + content: "\f14b"; } .fa-pencil-alt:before { - content: ""; + content: "\f303"; } .fa-pencil-ruler:before { - content: ""; + content: "\f5ae"; } .fa-people-carry:before { - content: ""; + content: "\f4ce"; } .fa-percent:before { - content: ""; + content: "\f295"; } .fa-percentage:before { - content: ""; + content: "\f541"; } .fa-periscope:before { - content: ""; + content: "\f3da"; } .fa-phabricator:before { - content: ""; + content: "\f3db"; } .fa-phoenix-framework:before { - content: ""; + content: "\f3dc"; } .fa-phoenix-squadron:before { - content: ""; + content: "\f511"; } .fa-phone:before { - content: ""; + content: "\f095"; } .fa-phone-slash:before { - content: ""; + content: "\f3dd"; } .fa-phone-square:before { - content: ""; + content: "\f098"; } .fa-phone-volume:before { - content: ""; + content: "\f2a0"; } .fa-php:before { - content: ""; + content: "\f457"; } .fa-pied-piper:before { - content: ""; + content: "\f2ae"; } .fa-pied-piper-alt:before { - content: ""; + content: "\f1a8"; } .fa-pied-piper-hat:before { - content: ""; + content: "\f4e5"; } .fa-pied-piper-pp:before { - content: ""; + content: "\f1a7"; } .fa-piggy-bank:before { - content: ""; + content: "\f4d3"; } .fa-pills:before { - content: ""; + content: "\f484"; } .fa-pinterest:before { - content: ""; + content: "\f0d2"; } .fa-pinterest-p:before { - content: ""; + content: "\f231"; } .fa-pinterest-square:before { - content: ""; + content: "\f0d3"; } .fa-place-of-worship:before { - content: ""; + content: "\f67f"; } .fa-plane:before { - content: ""; + content: "\f072"; } .fa-plane-arrival:before { - content: ""; + content: "\f5af"; } .fa-plane-departure:before { - content: ""; + content: "\f5b0"; } .fa-play:before { - content: ""; + content: "\f04b"; } .fa-play-circle:before { - content: ""; + content: "\f144"; } .fa-playstation:before { - content: ""; + content: "\f3df"; } .fa-plug:before { - content: ""; + content: "\f1e6"; } .fa-plus:before { - content: ""; + content: "\f067"; } .fa-plus-circle:before { - content: ""; + content: "\f055"; } .fa-plus-square:before { - content: ""; + content: "\f0fe"; } .fa-podcast:before { - content: ""; + content: "\f2ce"; } .fa-poll:before { - content: ""; + content: "\f681"; } .fa-poll-h:before { - content: ""; + content: "\f682"; } .fa-poo:before { - content: ""; + content: "\f2fe"; } .fa-poop:before { - content: ""; + content: "\f619"; } .fa-portrait:before { - content: ""; + content: "\f3e0"; } .fa-pound-sign:before { - content: ""; + content: "\f154"; } .fa-power-off:before { - content: ""; + content: "\f011"; } .fa-pray:before { - content: ""; + content: "\f683"; } .fa-praying-hands:before { - content: ""; + content: "\f684"; } .fa-prescription:before { - content: ""; + content: "\f5b1"; } .fa-prescription-bottle:before { - content: ""; + content: "\f485"; } .fa-prescription-bottle-alt:before { - content: ""; + content: "\f486"; } .fa-print:before { - content: ""; + content: "\f02f"; } .fa-procedures:before { - content: ""; + content: "\f487"; } .fa-product-hunt:before { - content: ""; + content: "\f288"; } .fa-project-diagram:before { - content: ""; + content: "\f542"; } .fa-pushed:before { - content: ""; + content: "\f3e1"; } .fa-puzzle-piece:before { - content: ""; + content: "\f12e"; } .fa-python:before { - content: ""; + content: "\f3e2"; } .fa-qq:before { - content: ""; + content: "\f1d6"; } .fa-qrcode:before { - content: ""; + content: "\f029"; } .fa-question:before { - content: ""; + content: "\f128"; } .fa-question-circle:before { - content: ""; + content: "\f059"; } .fa-quidditch:before { - content: ""; + content: "\f458"; } .fa-quinscape:before { - content: ""; + content: "\f459"; } .fa-quora:before { - content: ""; + content: "\f2c4"; } .fa-quote-left:before { - content: ""; + content: "\f10d"; } .fa-quote-right:before { - content: ""; + content: "\f10e"; } .fa-quran:before { - content: ""; + content: "\f687"; } .fa-r-project:before { - content: ""; + content: "\f4f7"; } .fa-random:before { - content: ""; + content: "\f074"; } .fa-ravelry:before { - content: ""; + content: "\f2d9"; } .fa-react:before { - content: ""; + content: "\f41b"; } .fa-readme:before { - content: ""; + content: "\f4d5"; } .fa-rebel:before { - content: ""; + content: "\f1d0"; } .fa-receipt:before { - content: ""; + content: "\f543"; } .fa-recycle:before { - content: ""; + content: "\f1b8"; } .fa-red-river:before { - content: ""; + content: "\f3e3"; } .fa-reddit:before { - content: ""; + content: "\f1a1"; } .fa-reddit-alien:before { - content: ""; + content: "\f281"; } .fa-reddit-square:before { - content: ""; + content: "\f1a2"; } .fa-redo:before { - content: ""; + content: "\f01e"; } .fa-redo-alt:before { - content: ""; + content: "\f2f9"; } .fa-registered:before { - content: ""; + content: "\f25d"; } .fa-rendact:before { - content: ""; + content: "\f3e4"; } .fa-renren:before { - content: ""; + content: "\f18b"; } .fa-reply:before { - content: ""; + content: "\f3e5"; } .fa-reply-all:before { - content: ""; + content: "\f122"; } .fa-replyd:before { - content: ""; + content: "\f3e6"; } .fa-researchgate:before { - content: ""; + content: "\f4f8"; } .fa-resolving:before { - content: ""; + content: "\f3e7"; } .fa-retweet:before { - content: ""; + content: "\f079"; } .fa-rev:before { - content: ""; + content: "\f5b2"; } .fa-ribbon:before { - content: ""; + content: "\f4d6"; } .fa-road:before { - content: ""; + content: "\f018"; } .fa-robot:before { - content: ""; + content: "\f544"; } .fa-rocket:before { - content: ""; + content: "\f135"; } .fa-rocketchat:before { - content: ""; + content: "\f3e8"; } .fa-rockrms:before { - content: ""; + content: "\f3e9"; } .fa-route:before { - content: ""; + content: "\f4d7"; } .fa-rss:before { - content: ""; + content: "\f09e"; } .fa-rss-square:before { - content: ""; + content: "\f143"; } .fa-ruble-sign:before { - content: ""; + content: "\f158"; } .fa-ruler:before { - content: ""; + content: "\f545"; } .fa-ruler-combined:before { - content: ""; + content: "\f546"; } .fa-ruler-horizontal:before { - content: ""; + content: "\f547"; } .fa-ruler-vertical:before { - content: ""; + content: "\f548"; } .fa-rupee-sign:before { - content: ""; + content: "\f156"; } .fa-sad-cry:before { - content: ""; + content: "\f5b3"; } .fa-sad-tear:before { - content: ""; + content: "\f5b4"; } .fa-safari:before { - content: ""; + content: "\f267"; } .fa-sass:before { - content: ""; + content: "\f41e"; } .fa-save:before { - content: ""; + content: "\f0c7"; } .fa-schlix:before { - content: ""; + content: "\f3ea"; } .fa-school:before { - content: ""; + content: "\f549"; } .fa-screwdriver:before { - content: ""; + content: "\f54a"; } .fa-scribd:before { - content: ""; + content: "\f28a"; } .fa-search:before { - content: ""; + content: "\f002"; } .fa-search-dollar:before { - content: ""; + content: "\f688"; } .fa-search-location:before { - content: ""; + content: "\f689"; } .fa-search-minus:before { - content: ""; + content: "\f010"; } .fa-search-plus:before { - content: ""; + content: "\f00e"; } .fa-searchengin:before { - content: ""; + content: "\f3eb"; } .fa-seedling:before { - content: ""; + content: "\f4d8"; } .fa-sellcast:before { - content: ""; + content: "\f2da"; } .fa-sellsy:before { - content: ""; + content: "\f213"; } .fa-server:before { - content: ""; + content: "\f233"; } .fa-servicestack:before { - content: ""; + content: "\f3ec"; } .fa-shapes:before { - content: ""; + content: "\f61f"; } .fa-share:before { - content: ""; + content: "\f064"; } .fa-share-alt:before { - content: ""; + content: "\f1e0"; } .fa-share-alt-square:before { - content: ""; + content: "\f1e1"; } .fa-share-square:before { - content: ""; + content: "\f14d"; } .fa-shekel-sign:before { - content: ""; + content: "\f20b"; } .fa-shield-alt:before { - content: ""; + content: "\f3ed"; } .fa-ship:before { - content: ""; + content: "\f21a"; } .fa-shipping-fast:before { - content: ""; + content: "\f48b"; } .fa-shirtsinbulk:before { - content: ""; + content: "\f214"; } .fa-shoe-prints:before { - content: ""; + content: "\f54b"; } .fa-shopping-bag:before { - content: ""; + content: "\f290"; } .fa-shopping-basket:before { - content: ""; + content: "\f291"; } .fa-shopping-cart:before { - content: ""; + content: "\f07a"; } .fa-shopware:before { - content: ""; + content: "\f5b5"; } .fa-shower:before { - content: ""; + content: "\f2cc"; } .fa-shuttle-van:before { - content: ""; + content: "\f5b6"; } .fa-sign:before { - content: ""; + content: "\f4d9"; } .fa-sign-in-alt:before { - content: ""; + content: "\f2f6"; } .fa-sign-language:before { - content: ""; + content: "\f2a7"; } .fa-sign-out-alt:before { - content: ""; + content: "\f2f5"; } .fa-signal:before { - content: ""; + content: "\f012"; } .fa-signature:before { - content: ""; + content: "\f5b7"; } .fa-simplybuilt:before { - content: ""; + content: "\f215"; } .fa-sistrix:before { - content: ""; + content: "\f3ee"; } .fa-sitemap:before { - content: ""; + content: "\f0e8"; } .fa-sith:before { - content: ""; + content: "\f512"; } .fa-skull:before { - content: ""; + content: "\f54c"; } .fa-skyatlas:before { - content: ""; + content: "\f216"; } .fa-skype:before { - content: ""; + content: "\f17e"; } .fa-slack:before { - content: ""; + content: "\f198"; } .fa-slack-hash:before { - content: ""; + content: "\f3ef"; } .fa-sliders-h:before { - content: ""; + content: "\f1de"; } .fa-slideshare:before { - content: ""; + content: "\f1e7"; } .fa-smile:before { - content: ""; + content: "\f118"; } .fa-smile-beam:before { - content: ""; + content: "\f5b8"; } .fa-smile-wink:before { - content: ""; + content: "\f4da"; } .fa-smoking:before { - content: ""; + content: "\f48d"; } .fa-smoking-ban:before { - content: ""; + content: "\f54d"; } .fa-snapchat:before { - content: ""; + content: "\f2ab"; } .fa-snapchat-ghost:before { - content: ""; + content: "\f2ac"; } .fa-snapchat-square:before { - content: ""; + content: "\f2ad"; } .fa-snowflake:before { - content: ""; + content: "\f2dc"; } .fa-socks:before { - content: ""; + content: "\f696"; } .fa-solar-panel:before { - content: ""; + content: "\f5ba"; } .fa-sort:before { - content: ""; + content: "\f0dc"; } .fa-sort-alpha-down:before { - content: ""; + content: "\f15d"; } .fa-sort-alpha-up:before { - content: ""; + content: "\f15e"; } .fa-sort-amount-down:before { - content: ""; + content: "\f160"; } .fa-sort-amount-up:before { - content: ""; + content: "\f161"; } .fa-sort-down:before { - content: ""; + content: "\f0dd"; } .fa-sort-numeric-down:before { - content: ""; + content: "\f162"; } .fa-sort-numeric-up:before { - content: ""; + content: "\f163"; } .fa-sort-up:before { - content: ""; + content: "\f0de"; } .fa-soundcloud:before { - content: ""; + content: "\f1be"; } .fa-spa:before { - content: ""; + content: "\f5bb"; } .fa-space-shuttle:before { - content: ""; + content: "\f197"; } .fa-speakap:before { - content: ""; + content: "\f3f3"; } .fa-spinner:before { - content: ""; + content: "\f110"; } .fa-splotch:before { - content: ""; + content: "\f5bc"; } .fa-spotify:before { - content: ""; + content: "\f1bc"; } .fa-spray-can:before { - content: ""; + content: "\f5bd"; } .fa-square:before { - content: ""; + content: "\f0c8"; } .fa-square-full:before { - content: ""; + content: "\f45c"; } .fa-square-root-alt:before { - content: ""; + content: "\f698"; } .fa-squarespace:before { - content: ""; + content: "\f5be"; } .fa-stack-exchange:before { - content: ""; + content: "\f18d"; } .fa-stack-overflow:before { - content: ""; + content: "\f16c"; } .fa-stamp:before { - content: ""; + content: "\f5bf"; } .fa-star:before { - content: ""; + content: "\f005"; } .fa-star-and-crescent:before { - content: ""; + content: "\f699"; } .fa-star-half:before { - content: ""; + content: "\f089"; } .fa-star-half-alt:before { - content: ""; + content: "\f5c0"; } .fa-star-of-david:before { - content: ""; + content: "\f69a"; } .fa-star-of-life:before { - content: ""; + content: "\f621"; } .fa-staylinked:before { - content: ""; + content: "\f3f5"; } .fa-steam:before { - content: ""; + content: "\f1b6"; } .fa-steam-square:before { - content: ""; + content: "\f1b7"; } .fa-steam-symbol:before { - content: ""; + content: "\f3f6"; } .fa-step-backward:before { - content: ""; + content: "\f048"; } .fa-step-forward:before { - content: ""; + content: "\f051"; } .fa-stethoscope:before { - content: ""; + content: "\f0f1"; } .fa-sticker-mule:before { - content: ""; + content: "\f3f7"; } .fa-sticky-note:before { - content: ""; + content: "\f249"; } .fa-stop:before { - content: ""; + content: "\f04d"; } .fa-stop-circle:before { - content: ""; + content: "\f28d"; } .fa-stopwatch:before { - content: ""; + content: "\f2f2"; } .fa-store:before { - content: ""; + content: "\f54e"; } .fa-store-alt:before { - content: ""; + content: "\f54f"; } .fa-strava:before { - content: ""; + content: "\f428"; } .fa-stream:before { - content: ""; + content: "\f550"; } .fa-street-view:before { - content: ""; + content: "\f21d"; } .fa-strikethrough:before { - content: ""; + content: "\f0cc"; } .fa-stripe:before { - content: ""; + content: "\f429"; } .fa-stripe-s:before { - content: ""; + content: "\f42a"; } .fa-stroopwafel:before { - content: ""; + content: "\f551"; } .fa-studiovinari:before { - content: ""; + content: "\f3f8"; } .fa-stumbleupon:before { - content: ""; + content: "\f1a4"; } .fa-stumbleupon-circle:before { - content: ""; + content: "\f1a3"; } .fa-subscript:before { - content: ""; + content: "\f12c"; } .fa-subway:before { - content: ""; + content: "\f239"; } .fa-suitcase:before { - content: ""; + content: "\f0f2"; } .fa-suitcase-rolling:before { - content: ""; + content: "\f5c1"; } .fa-sun:before { - content: ""; + content: "\f185"; } .fa-superpowers:before { - content: ""; + content: "\f2dd"; } .fa-superscript:before { - content: ""; + content: "\f12b"; } .fa-supple:before { - content: ""; + content: "\f3f9"; } .fa-surprise:before { - content: ""; + content: "\f5c2"; } .fa-swatchbook:before { - content: ""; + content: "\f5c3"; } .fa-swimmer:before { - content: ""; + content: "\f5c4"; } .fa-swimming-pool:before { - content: ""; + content: "\f5c5"; } .fa-synagogue:before { - content: ""; + content: "\f69b"; } .fa-sync:before { - content: ""; + content: "\f021"; } .fa-sync-alt:before { - content: ""; + content: "\f2f1"; } .fa-syringe:before { - content: ""; + content: "\f48e"; } .fa-table:before { - content: ""; + content: "\f0ce"; } .fa-table-tennis:before { - content: ""; + content: "\f45d"; } .fa-tablet:before { - content: ""; + content: "\f10a"; } .fa-tablet-alt:before { - content: ""; + content: "\f3fa"; } .fa-tablets:before { - content: ""; + content: "\f490"; } .fa-tachometer-alt:before { - content: ""; + content: "\f3fd"; } .fa-tag:before { - content: ""; + content: "\f02b"; } .fa-tags:before { - content: ""; + content: "\f02c"; } .fa-tape:before { - content: ""; + content: "\f4db"; } .fa-tasks:before { - content: ""; + content: "\f0ae"; } .fa-taxi:before { - content: ""; + content: "\f1ba"; } .fa-teamspeak:before { - content: ""; + content: "\f4f9"; } .fa-teeth:before { - content: ""; + content: "\f62e"; } .fa-teeth-open:before { - content: ""; + content: "\f62f"; } .fa-telegram:before { - content: ""; + content: "\f2c6"; } .fa-telegram-plane:before { - content: ""; + content: "\f3fe"; } .fa-tencent-weibo:before { - content: ""; + content: "\f1d5"; } .fa-terminal:before { - content: ""; + content: "\f120"; } .fa-text-height:before { - content: ""; + content: "\f034"; } .fa-text-width:before { - content: ""; + content: "\f035"; } .fa-th:before { - content: ""; + content: "\f00a"; } .fa-th-large:before { - content: ""; + content: "\f009"; } .fa-th-list:before { - content: ""; + content: "\f00b"; } .fa-the-red-yeti:before { - content: ""; + content: "\f69d"; } .fa-theater-masks:before { - content: ""; + content: "\f630"; } .fa-themeco:before { - content: ""; + content: "\f5c6"; } .fa-themeisle:before { - content: ""; + content: "\f2b2"; } .fa-thermometer:before { - content: ""; + content: "\f491"; } .fa-thermometer-empty:before { - content: ""; + content: "\f2cb"; } .fa-thermometer-full:before { - content: ""; + content: "\f2c7"; } .fa-thermometer-half:before { - content: ""; + content: "\f2c9"; } .fa-thermometer-quarter:before { - content: ""; + content: "\f2ca"; } .fa-thermometer-three-quarters:before { - content: ""; + content: "\f2c8"; } .fa-thumbs-down:before { - content: ""; + content: "\f165"; } .fa-thumbs-up:before { - content: ""; + content: "\f164"; } .fa-thumbtack:before { - content: ""; + content: "\f08d"; } .fa-ticket-alt:before { - content: ""; + content: "\f3ff"; } .fa-times:before { - content: ""; + content: "\f00d"; } .fa-times-circle:before { - content: ""; + content: "\f057"; } .fa-tint:before { - content: ""; + content: "\f043"; } .fa-tint-slash:before { - content: ""; + content: "\f5c7"; } .fa-tired:before { - content: ""; + content: "\f5c8"; } .fa-toggle-off:before { - content: ""; + content: "\f204"; } .fa-toggle-on:before { - content: ""; + content: "\f205"; } .fa-toolbox:before { - content: ""; + content: "\f552"; } .fa-tooth:before { - content: ""; + content: "\f5c9"; } .fa-torah:before { - content: ""; + content: "\f6a0"; } .fa-torii-gate:before { - content: ""; + content: "\f6a1"; } .fa-trade-federation:before { - content: ""; + content: "\f513"; } .fa-trademark:before { - content: ""; + content: "\f25c"; } .fa-traffic-light:before { - content: ""; + content: "\f637"; } .fa-train:before { - content: ""; + content: "\f238"; } .fa-transgender:before { - content: ""; + content: "\f224"; } .fa-transgender-alt:before { - content: ""; + content: "\f225"; } .fa-trash:before { - content: ""; + content: "\f1f8"; } .fa-trash-alt:before { - content: ""; + content: "\f2ed"; } .fa-tree:before { - content: ""; + content: "\f1bb"; } .fa-trello:before { - content: ""; + content: "\f181"; } .fa-tripadvisor:before { - content: ""; + content: "\f262"; } .fa-trophy:before { - content: ""; + content: "\f091"; } .fa-truck:before { - content: ""; + content: "\f0d1"; } .fa-truck-loading:before { - content: ""; + content: "\f4de"; } .fa-truck-monster:before { - content: ""; + content: "\f63b"; } .fa-truck-moving:before { - content: ""; + content: "\f4df"; } .fa-truck-pickup:before { - content: ""; + content: "\f63c"; } .fa-tshirt:before { - content: ""; + content: "\f553"; } .fa-tty:before { - content: ""; + content: "\f1e4"; } .fa-tumblr:before { - content: ""; + content: "\f173"; } .fa-tumblr-square:before { - content: ""; + content: "\f174"; } .fa-tv:before { - content: ""; + content: "\f26c"; } .fa-twitch:before { - content: ""; + content: "\f1e8"; } .fa-twitter:before { - content: ""; + content: "\f099"; } .fa-twitter-square:before { - content: ""; + content: "\f081"; } .fa-typo3:before { - content: ""; + content: "\f42b"; } .fa-uber:before { - content: ""; + content: "\f402"; } .fa-uikit:before { - content: ""; + content: "\f403"; } .fa-umbrella:before { - content: ""; + content: "\f0e9"; } .fa-umbrella-beach:before { - content: ""; + content: "\f5ca"; } .fa-underline:before { - content: ""; + content: "\f0cd"; } .fa-undo:before { - content: ""; + content: "\f0e2"; } .fa-undo-alt:before { - content: ""; + content: "\f2ea"; } .fa-uniregistry:before { - content: ""; + content: "\f404"; } .fa-universal-access:before { - content: ""; + content: "\f29a"; } .fa-university:before { - content: ""; + content: "\f19c"; } .fa-unlink:before { - content: ""; + content: "\f127"; } .fa-unlock:before { - content: ""; + content: "\f09c"; } .fa-unlock-alt:before { - content: ""; + content: "\f13e"; } .fa-untappd:before { - content: ""; + content: "\f405"; } .fa-upload:before { - content: ""; + content: "\f093"; } .fa-usb:before { - content: ""; + content: "\f287"; } .fa-user:before { - content: ""; + content: "\f007"; } .fa-user-alt:before { - content: ""; + content: "\f406"; } .fa-user-alt-slash:before { - content: ""; + content: "\f4fa"; } .fa-user-astronaut:before { - content: ""; + content: "\f4fb"; } .fa-user-check:before { - content: ""; + content: "\f4fc"; } .fa-user-circle:before { - content: ""; + content: "\f2bd"; } .fa-user-clock:before { - content: ""; + content: "\f4fd"; } .fa-user-cog:before { - content: ""; + content: "\f4fe"; } .fa-user-edit:before { - content: ""; + content: "\f4ff"; } .fa-user-friends:before { - content: ""; + content: "\f500"; } .fa-user-graduate:before { - content: ""; + content: "\f501"; } .fa-user-lock:before { - content: ""; + content: "\f502"; } .fa-user-md:before { - content: ""; + content: "\f0f0"; } .fa-user-minus:before { - content: ""; + content: "\f503"; } .fa-user-ninja:before { - content: ""; + content: "\f504"; } .fa-user-plus:before { - content: ""; + content: "\f234"; } .fa-user-secret:before { - content: ""; + content: "\f21b"; } .fa-user-shield:before { - content: ""; + content: "\f505"; } .fa-user-slash:before { - content: ""; + content: "\f506"; } .fa-user-tag:before { - content: ""; + content: "\f507"; } .fa-user-tie:before { - content: ""; + content: "\f508"; } .fa-user-times:before { - content: ""; + content: "\f235"; } .fa-users:before { - content: ""; + content: "\f0c0"; } .fa-users-cog:before { - content: ""; + content: "\f509"; } .fa-ussunnah:before { - content: ""; + content: "\f407"; } .fa-utensil-spoon:before { - content: ""; + content: "\f2e5"; } .fa-utensils:before { - content: ""; + content: "\f2e7"; } .fa-vaadin:before { - content: ""; + content: "\f408"; } .fa-vector-square:before { - content: ""; + content: "\f5cb"; } .fa-venus:before { - content: ""; + content: "\f221"; } .fa-venus-double:before { - content: ""; + content: "\f226"; } .fa-venus-mars:before { - content: ""; + content: "\f228"; } .fa-viacoin:before { - content: ""; + content: "\f237"; } .fa-viadeo:before { - content: ""; + content: "\f2a9"; } .fa-viadeo-square:before { - content: ""; + content: "\f2aa"; } .fa-vial:before { - content: ""; + content: "\f492"; } .fa-vials:before { - content: ""; + content: "\f493"; } .fa-viber:before { - content: ""; + content: "\f409"; } .fa-video:before { - content: ""; + content: "\f03d"; } .fa-video-slash:before { - content: ""; + content: "\f4e2"; } .fa-vihara:before { - content: ""; + content: "\f6a7"; } .fa-vimeo:before { - content: ""; + content: "\f40a"; } .fa-vimeo-square:before { - content: ""; + content: "\f194"; } .fa-vimeo-v:before { - content: ""; + content: "\f27d"; } .fa-vine:before { - content: ""; + content: "\f1ca"; } .fa-vk:before { - content: ""; + content: "\f189"; } .fa-vnv:before { - content: ""; + content: "\f40b"; } .fa-volleyball-ball:before { - content: ""; + content: "\f45f"; } .fa-volume-down:before { - content: ""; + content: "\f027"; } .fa-volume-off:before { - content: ""; + content: "\f026"; } .fa-volume-up:before { - content: ""; + content: "\f028"; } .fa-vuejs:before { - content: ""; + content: "\f41f"; } .fa-walking:before { - content: ""; + content: "\f554"; } .fa-wallet:before { - content: ""; + content: "\f555"; } .fa-warehouse:before { - content: ""; + content: "\f494"; } .fa-weebly:before { - content: ""; + content: "\f5cc"; } .fa-weibo:before { - content: ""; + content: "\f18a"; } .fa-weight:before { - content: ""; + content: "\f496"; } .fa-weight-hanging:before { - content: ""; + content: "\f5cd"; } .fa-weixin:before { - content: ""; + content: "\f1d7"; } .fa-whatsapp:before { - content: ""; + content: "\f232"; } .fa-whatsapp-square:before { - content: ""; + content: "\f40c"; } .fa-wheelchair:before { - content: ""; + content: "\f193"; } .fa-whmcs:before { - content: ""; + content: "\f40d"; } .fa-wifi:before { - content: ""; + content: "\f1eb"; } .fa-wikipedia-w:before { - content: ""; + content: "\f266"; } .fa-window-close:before { - content: ""; + content: "\f410"; } .fa-window-maximize:before { - content: ""; + content: "\f2d0"; } .fa-window-minimize:before { - content: ""; + content: "\f2d1"; } .fa-window-restore:before { - content: ""; + content: "\f2d2"; } .fa-windows:before { - content: ""; + content: "\f17a"; } .fa-wine-glass:before { - content: ""; + content: "\f4e3"; } .fa-wine-glass-alt:before { - content: ""; + content: "\f5ce"; } .fa-wix:before { - content: ""; + content: "\f5cf"; } .fa-wolf-pack-battalion:before { - content: ""; + content: "\f514"; } .fa-won-sign:before { - content: ""; + content: "\f159"; } .fa-wordpress:before { - content: ""; + content: "\f19a"; } .fa-wordpress-simple:before { - content: ""; + content: "\f411"; } .fa-wpbeginner:before { - content: ""; + content: "\f297"; } .fa-wpexplorer:before { - content: ""; + content: "\f2de"; } .fa-wpforms:before { - content: ""; + content: "\f298"; } .fa-wrench:before { - content: ""; + content: "\f0ad"; } .fa-x-ray:before { - content: ""; + content: "\f497"; } .fa-xbox:before { - content: ""; + content: "\f412"; } .fa-xing:before { - content: ""; + content: "\f168"; } .fa-xing-square:before { - content: ""; + content: "\f169"; } .fa-y-combinator:before { - content: ""; + content: "\f23b"; } .fa-yahoo:before { - content: ""; + content: "\f19e"; } .fa-yandex:before { - content: ""; + content: "\f413"; } .fa-yandex-international:before { - content: ""; + content: "\f414"; } .fa-yelp:before { - content: ""; + content: "\f1e9"; } .fa-yen-sign:before { - content: ""; + content: "\f157"; } .fa-yin-yang:before { - content: ""; + content: "\f6ad"; } .fa-yoast:before { - content: ""; + content: "\f2b1"; } .fa-youtube:before { - content: ""; + content: "\f167"; } .fa-youtube-square:before { - content: ""; + content: "\f431"; } .fa-zhihu:before { - content: ""; + content: "\f63f"; } .sr-only { @@ -5353,22 +5353,22 @@ and open the template in the editor. color: #E5E5E5; } .enka-custom-radio.star::before { - content: ""; + content: "\f005"; } .enka-custom-radio.thumb::before { - content: ""; + content: "\f164"; } .enka-custom-radio.smiley::before { - content: ""; + content: "\f118"; } .enka-custom-radio.heart::before { - content: ""; + content: "\f004"; } .enka-custom-radio.flag::before { - content: ""; + content: "\f024"; } .enka-custom-radio.user::before { - content: ""; + content: "\f007"; } /* visual analog scale - radio buttons */ @@ -5379,25 +5379,25 @@ and open the template in the editor. color: #E5E5E5; } .enka-vizualna-skala.siv-61::before, .enka-vizualna-skala.siv-71::before { - content: ""; + 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: ""; + 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: ""; + content: "\f119"; } .enka-vizualna-skala.siv-32::before, .enka-vizualna-skala.siv-53::before, .enka-vizualna-skala.siv-74::before { - content: ""; + 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: ""; + 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: ""; + content: "\f580"; } .enka-vizualna-skala.siv-66::before, .enka-vizualna-skala.siv-77::before { - content: ""; + content: "\f59c"; } /* @@ -5411,88 +5411,88 @@ and open the template in the editor. */ /* icons */ span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.minus::before { - content: ""; + content: "\f068"; } span.faicon.success::before, span.circle-check::before { - content: ""; + content: "\f058"; } span.faicon.close::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f057"; } span.faicon.dropdown_blue::before { font-size: 16px; - content: ""; + content: "\f13a"; } span.faicon.dropup_blue::before { font-size: 16px; - content: ""; + content: "\f139"; } span.faicon.arrow_back::before { font-weight: 600; font-size: 16px; - content: ""; + content: "\f137"; } span.faicon.add::before { font-size: 18px; - content: ""; + content: "\f055"; } span.faicon.remove::before { font-size: 18px; - content: ""; + content: "\f056"; } span.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.anketa_delete::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.copy::before { font-size: 18px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.anketa_copy::before { font-size: 24px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.export::before { font-size: 24px; - content: ""; + content: "\f56e"; } span.faicon.file-import::before { - content: ""; + content: "\f56f"; transform: scaleX(-1); } span.faicon.import::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f1c2"; } /*span.faicon.import::after{ @@ -5502,137 +5502,137 @@ span.faicon.import::before { }*/ span.faicon.library::before { font-size: 24px; - content: ""; + content: "\f518"; } span.faicon.folder::before { font-size: 16px; font-weight: 600; - content: ""; + content: "\f07b"; } span.faicon.folder_empty::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f07b"; } span.faicon.after.sort_down_arrow::after { - content: ""; + content: "\f0d7"; margin-left: 5px; } span.faicon.after.sort_up_arrow::after { - content: ""; + content: "\f0d8"; margin-left: 5px; } span.faicon.info::before { font-size: 28px; - content: ""; + content: "\f05a"; vertical-align: middle; } span.faicon.pagination_left::before { margin: 0 1px 0 1px; - content: ""; + content: "\f104"; } span.faicon.pagination_right::before { margin: 0 0 0 1px; - content: ""; + content: "\f105"; } span.faicon.edit::before, span.faicon.edit2::before { - content: ""; + content: "\f304"; } span.faicon.refresh::before { font-size: 18px; - content: ""; + content: "\f2f1"; } span.faicon.filter::before { font-size: 18px; - content: ""; + content: "\f0b0"; } span.faicon.grip::before { - content: ""; + content: "\f58e"; } span.faicon.star::before, span.faicon.star_off::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.star_on::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.search::before { font-size: 20px; - content: ""; + content: "\f002"; } span.faicon.clipboard_notes::before { font-size: 20px; - content: ""; + content: "\f46d"; } span.faicon.help2::before { font-size: 20px; - content: ""; + content: "\f059"; } span.faicon.user::before { font-size: 18px; - content: ""; + content: "\f007"; } span.faicon.logout::before { font-size: 20px; - content: ""; + content: "\f2f5"; } .faicon.monitor::before { - content: ""; + content: "\f108"; } .faicon.mobile::before { - content: ""; + content: "\f3cd"; } .faicon.tablet::before { - content: ""; + content: "\f3fa"; } span.faicon.users::before { - content: ""; + content: "\f500"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bottom_saving::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f0c7"; } span.faicon.bottom_publish::before { font-size: 24px; - content: ""; + content: "\f093"; } span.faicon.bottom_preview { @@ -5642,63 +5642,63 @@ span.faicon.bottom_preview { span.faicon.bottom_preview::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.bottom_preview::after { font-size: 14px; - content: ""; + content: "\f002"; display: inline-block; margin-left: -70%; } span.faicon.bottom_test::before { font-size: 24px; - content: ""; + content: "\f492"; } span.faicon.language::before { font-size: 24px; - content: ""; + content: "\f0ac"; } span.faicon.mobile_off::before { font-size: 24px; - content: ""; + content: "\f3cd"; } span.faicon.mobile_off::after { font-size: 24px; - content: ""; + content: "\f715"; margin-left: -23px; } span.faicon.comments::before { - content: ""; + content: "\f27a"; font-weight: 700; } span.faicon.comments_empty::before { - content: ""; + content: "\f27a"; font-weight: 400; } span.faicon.data_link::before { - content: ""; + content: "\f0c1"; } span.faicon.data_link_small::before { - content: ""; + content: "\f0c1"; } span.faicon.print::before { font-size: 24px; - content: ""; + content: "\f02f"; } span.faicon.print_small::before { font-size: 16px; - content: ""; + content: "\f02f"; } span.faicon.preview { @@ -5708,11 +5708,11 @@ span.faicon.preview { span.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -5720,87 +5720,87 @@ span.faicon.preview::after { span.faicon.palette::before { font-size: 18px; - content: ""; + content: "\f53f"; } span.faicon.inline_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f075"; } span.faicon.inline_double_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f086"; } span.faicon.comments_creport::before { font-size: 16px; - content: ""; + content: "\f086"; } span.faicon.compress::before { font-size: 15px; - content: ""; + content: "\f066"; } span.faicon.expand::before { font-size: 15px; - content: ""; + content: "\f065"; } span.faicon.hashtag::before { font-size: 15px; - content: ""; + content: "\f292"; } span.faicon.bug::before { font-size: 15px; - content: ""; + content: "\f188"; } span.faicon.paragraph::before { font-size: 15px; - content: ""; + content: "\f1dd"; } span.faicon.replace::before { font-size: 15px; - content: ""; + content: "\f362"; } span.faicon.plus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f146"; } span.faicon.delete_circle::before { font-size: 14px; - content: ""; + content: "\f056"; } span.faicon.quick_view::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f06e"; } span.faicon.edit_square::before { font-size: 15px; - content: ""; + content: "\f044"; } span.faicon.test::before { font-size: 15px; - content: ""; + content: "\f492"; } a.faicon.if_add { @@ -5836,7 +5836,7 @@ span.faicon.if_add:hover:before { } span.faicon.text_file::before { - content: ""; + content: "\f15c"; } span.faicon.text_file_small { @@ -5846,40 +5846,40 @@ span.faicon.text_file_small { span.faicon.text_file_small:before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15c"; } span.faicon.warning::before { font-size: 16px; - content: ""; + content: "\f071"; } span.faicon.users_small::before { font-size: 16px; - content: ""; + content: "\f0c0"; } span.faicon.popup_0::before { font-size: 14px; - content: ""; + content: "\f065"; color: #1E88E5; } span.faicon.popup_1::before { font-size: 14px; - content: ""; + content: "\f065"; color: #0059ab; } span.faicon.flat_0::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #0059ab; } span.faicon.flat_1::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #1E88E5; } @@ -5894,46 +5894,46 @@ span.basic-icon.spss::before { span.faicon.external_link::before { font-size: 14px; font-weight: 600; - content: ""; + content: "\f35d"; } span.faicon.cog_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f013"; } span.faicon.chart_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f201"; } span.faicon.reload_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f021"; } span.faicon.chart::before { - content: ""; + content: "\f080"; font-size: 16px; font-weight: 600; } span.faicon.data::before { - content: ""; + content: "\f1c0"; font-size: 16px; font-weight: 600; } span.faicon.publish::before { - content: ""; + content: "\f093"; font-size: 16px; } span.faicon.test::before { - content: ""; + content: "\f492"; font-size: 16px; } @@ -5943,63 +5943,63 @@ button.ui-datepicker-trigger::before { font-family: "Font Awesome 5 Free"; font-weight: 400; font-size: 16px; - content: ""; + content: "\f073"; } /* ARROWS */ span.faicon.arrow_up::before { font-size: 14px; - content: ""; + content: "\f062"; } span.faicon.arrow2_r::before { font-size: 14px; - content: ""; + content: "\f054"; } span.faicon.arrow2_l::before { font-size: 14px; - content: ""; + content: "\f053"; } span.faicon.arrow2_d::before { font-size: 14px; - content: ""; + content: "\f078"; } span.faicon.arrow2_u::before { font-size: 14px; - content: ""; + content: "\f077"; } span.faicon.arrow_large2_r::before { font-size: 35px; - content: ""; + content: "\f054"; } span.faicon.arrow_large2_l::before { font-size: 35px; - content: ""; + content: "\f053"; } span.faicon.arrow_verylarge2_r::before { font-size: 40px; - content: ""; + content: "\f054"; } span.faicon.arrow_verylarge2_l::before { font-size: 40px; - content: ""; + content: "\f053"; } span.faicon.sort_descending::before { font-size: 14px; - content: ""; + content: "\f0d7"; } span.faicon.sort_ascending::before { font-size: 14px; - content: ""; + content: "\f0d8"; } /* Plus/minus sqare */ @@ -6011,127 +6011,127 @@ span.folder_plusminus { span.faicon.plus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f146"; } /* Spinner */ span.faicon.spinner::before { font-size: 18px; - content: ""; + content: "\f1ce"; } /* Bars - mobile menu */ span.faicon.bars::before { font-size: 26px; - content: ""; + content: "\f0c9"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bell::before { - content: ""; + content: "\f0f3"; } span.faicon.bell_slash::before { - content: ""; + content: "\f1f6"; } span.faicon.trash::before { - content: ""; + content: "\f2ed"; } span.faicon.copy::before { - content: ""; + content: "\f0c5"; } span.faicon.circle::before { - content: ""; + content: "\f111"; vertical-align: middle; } span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.plus_circle::before { - content: ""; + content: "\f055"; } span.faicon.minus_circle::before { - content: ""; + content: "\f056"; } span.faicon.calendar_icon::before { - content: ""; + content: "\f073"; } span.faicon.clipboard::before { - content: ""; + content: "\f328"; } span.faicon.list-alt::before { - content: ""; + content: "\f022"; } span.faicon.vote-yes::before { - content: ""; + content: "\f772"; } span.faicon.file-preview::before { - content: ""; + content: "\f865"; } span.faicon.dots::before { - content: ""; + content: "\f141"; font-size: 16px; font-weight: 600; } span.faicon.dots_ver:before { - content: ""; + content: "\f142"; font-size: 16px; font-weight: 600; } span.faicon.open_icon::before, a.faicon.open_icon::before { - content: ""; + content: "\f35d"; } span.faicon.table_icon::before { - content: ""; + content: "\f0ce"; } span.faicon.list::before { - content: ""; + content: "\f03a"; } span.faicon.link-chain::before { - content: ""; + content: "\f0c1"; } span.fa-brands.html5::before { - content: ""; + content: "\f13b"; } span.faicon.stopwatch20::before { - content: ""; + content: "\e06f"; } span.faicon.checkbox-empty::before { - content: ""; + content: "\f0c8"; font-weight: 400 !important; } @@ -6140,11 +6140,11 @@ span.faicon.fa-1::before { } span.faicon.phone::before { - content: ""; + content: "\f095"; } span.faicon.screwdriver::before { - content: ""; + content: "\f7d9"; font-weight: 600 !important; } @@ -6282,23 +6282,23 @@ and open the template in the editor. */ /* Toolbox na levi strani */ span.faicon.wheel_32::before { - content: ""; + content: "\f013"; } span.faicon.radio_32::before { - content: ""; + content: "\f192"; font-weight: 400; font-size: 18px; } span.faicon.check_32::before { - content: ""; + content: "\f14a"; font-weight: 400; font-size: 18px; } span.faicon.matrix_32::before { - content: "\a"; + content: "\f192\f192\a\f192\f192"; white-space: pre; font-weight: 400; font-size: 12px; @@ -6322,7 +6322,7 @@ span.faicon.nagovor::before { } span.faicon.plus_32::before { - content: ""; + content: "\f055"; font-size: 18px; } @@ -6366,12 +6366,12 @@ span.faicon.edit-vprasanje { } span.faicon.edit-vprasanje:before { font-size: 18px; - content: ""; + content: "\f031"; } a.faicon.edit::before { font-size: 16px; - content: ""; + content: "\f304"; } a.faicon.addif::before { @@ -6383,22 +6383,22 @@ a.faicon.addif::before { a.faicon.copy::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f0c5"; } a.faicon.copycond::before { font-size: 18px; - content: ""; + content: "\f0c5"; } a.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } a.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -6406,25 +6406,25 @@ a.faicon.preview::after { a.faicon.arhiv::before { font-size: 18px; - content: ""; + content: "\f044"; } a.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } a.faicon.hide::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f06e"; } a.faicon.unhide_icon::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f070"; } /* Urejanje vrednosti inline */ @@ -6438,12 +6438,12 @@ a.faicon.unhide_icon::before { .variabla span.inline.faicon.edit2::before { font-size: 14px; - content: ""; + content: "\f304"; } .variabla span.inline.faicon.odg_hidden::before { font-size: 14px; - content: ""; + content: "\f05e"; } .variabla span.inline.faicon.odg_hidden.show-hidden::before { @@ -6471,23 +6471,23 @@ span.inline.faicon.odg_if_not::before { .variabla span.inline.faicon.odg_if_follow::after { font-size: 14px; margin-left: 2px; - content: ""; + content: "\f0da"; } .variabla span.inline.faicon.correct::before { font-size: 14px; font-weight: 900; - content: ""; + content: "\f00c"; } .faicon.move_updown::before { font-size: 16px; color: #0059ab; - content: ""; + content: "\f338"; } .faicon.image_upload::before { - content: ""; + content: "\f03e"; font-weight: 400; } @@ -6504,22 +6504,22 @@ and open the template in the editor. span.faicon.mapca.anketa::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f022"; } span.faicon.table::before { font-size: 16px; - content: ""; + content: "\f00b"; } span.faicon.other_vprasanja::before { font-size: 16px; - content: "" !important; + content: "\f0ca" !important; } span.faicon.osnovna_vprasanja::before { font-size: 16px; - content: ""; + content: "\f0ca"; } span.faicon.mapca.if::before { @@ -6547,7 +6547,7 @@ and open the template in the editor. */ /* Izvozi */ span.faicon.pdf::before { - content: ""; + content: "\f1c1"; font-size: 16px; font-weight: 400; color: #ed1c24; @@ -6571,7 +6571,7 @@ span.faicon.pdf.black::before { span.faicon.xls::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c3"; color: #008000; } @@ -6593,7 +6593,7 @@ span.faicon.xls.black::before { span.faicon.rtf::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c2"; color: #0f3ea8; } @@ -6615,7 +6615,7 @@ span.faicon.rtf.black::before { span.faicon.ppt::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c4"; color: #fa4913; } @@ -6637,7 +6637,7 @@ span.faicon.ppt.black::before { span.faicon.xml::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c9"; color: #00a000; } @@ -6657,17 +6657,17 @@ span.faicon.xml.black::before { } span.faicon.arhiv::before { - content: ""; + content: "\f187"; } span.faicon.arhiv_mail::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f14d"; } span.faicon.share-arrow::before { - content: ""; + content: "\f14d"; } /* @@ -6717,7 +6717,7 @@ span.faicon.an_chart_bar::before { font-size: 14px; font-weight: 700; /*content: "\f080";*/ - content: ""; + content: "\f200"; } /* @@ -6731,35 +6731,35 @@ and open the template in the editor. */ /* Invitation table */ span.faicon.inv_sent_0::before { - content: ""; + content: "\f2b6"; } span.faicon.inv_sent_1::before { - content: ""; + content: "\f0e0"; } span.faicon.inv_responded_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.inv_responded_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.inv_unsubscribed_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f111"; } span.faicon.inv_unsubscribed_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f111"; color: #FF0000; } @@ -6860,7 +6860,7 @@ a.read-more .faicon:before { .qtip .qtip-wrapper .qtip-contentWrapper .qtip-content h1::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f059"; font-size: 20px; color: #1E88E5; vertical-align: -1px; @@ -6897,7 +6897,7 @@ a.read-more .faicon:before { padding-left: 8px; vertical-align: middle; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f054"; font-size: 8px; color: #1E88E5; transition: 0.2s; @@ -7220,7 +7220,7 @@ a.read-more .faicon:before { .divPopUp.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7261,7 +7261,7 @@ a.read-more .faicon:before { .divPopUp_info.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7753,7 +7753,7 @@ body.waitlong #loading { #check_pogoji.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7934,7 +7934,7 @@ body.waitlong #loading { #dropped_alert.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -9128,7 +9128,7 @@ header #topSettingsHolder .left_options_holder #analizaSubNav #globalSetingsLink right: 8px; top: 5px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; font-size: 10px; font-weight: 600; } @@ -9401,7 +9401,7 @@ footer#srv_footer .footer_right span.faicon.external_link:before { footer#srv_footer .footer_right .right_help_button { position: fixed; right: -71px; - top: calc(50%); + top: 50%; width: 150px; padding: 4px 8px; border: 1px #1E88E5 solid; @@ -9788,17 +9788,17 @@ input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:b color: #1E88E5; } input[type=checkbox] + label:before { - content: ""; + content: "\f0c8"; } input[type=checkbox]:checked + label:before { - content: ""; + content: "\f14a"; font-weight: bold; } input[type=radio] + label:before { - content: ""; + content: "\f111"; } input[type=radio]:checked + label:before { - content: ""; + content: "\f192"; } input[type=checkbox][disabled] + label:before { color: #C4C4C4; @@ -10413,7 +10413,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { #popup_user_access.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -10699,7 +10699,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { #survey_list .second_line .filters #folderSwitch#sortButton:after { position: absolute; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; right: 8px; top: 13px; font-weight: 600; @@ -11045,13 +11045,13 @@ body.eng #survey_list .filters #folderSwitch { cursor: pointer; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_icon::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -11061,7 +11061,7 @@ body.eng #survey_list .filters #folderSwitch { background-color: #F8F8F8; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_icon::before { font-weight: 600; @@ -12178,13 +12178,13 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { cursor: pointer; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -12210,7 +12210,7 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { }*/ } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder::before { font-weight: 600; @@ -12463,7 +12463,7 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-custom-radio:before { @@ -12471,7 +12471,7 @@ and open the template in the editor. display: inline-block; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] { display: none !important; @@ -12484,11 +12484,11 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting .custom_radio_picture.obarvan > label > span.enka-custom-radio:before { @@ -12781,7 +12781,7 @@ and open the template in the editor. } #new_anketa_div .layout_right_item .layout_right_centering .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #C4C4C4; @@ -13394,20 +13394,20 @@ div.drop_setting_transition { font-weight: 400; } #branching input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #branching input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } #branching input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } #branching input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } #branching span.faicon.delete_circle::before { @@ -20030,7 +20030,7 @@ and open the template in the editor. transition: 0.2s; } .tab_content .content_left ul li.folder_item .faicon.arrow:before { - content: ""; + content: "\f078"; } .tab_content .content_left ul li.folder_item .faicon.folder:before, .tab_content .content_left ul li.folder_item .faicon.clipboard:before { @@ -20047,7 +20047,7 @@ and open the template in the editor. color: #1E88E5; } .tab_content .content_left ul li.folder_item.open .faicon.arrow:before { - content: ""; + content: "\f077"; } .tab_content .content_left ul li.folder_item.no_arrow .faicon.arrow:before { display: none; @@ -20536,7 +20536,7 @@ img.mapster_el { border-radius: 4px; } .jquery-selectbox .jquery-selectbox-moreButton::before { - content: ""; + content: "\f078"; padding-left: 2px; color: #333333; font-size: 10px; @@ -21443,7 +21443,7 @@ div#theme-edit-wrap div#theme-editor #picker .button_holder button:last-child { div#theme-edit-wrap div#theme-editor #picker.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -21806,7 +21806,7 @@ span.faicon.st-besede-popup { #vrednost_edit.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22047,7 +22047,7 @@ span.faicon.st-besede-popup { #quota.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22374,7 +22374,7 @@ and open the template in the editor. #fullscreen #preview_spremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22447,18 +22447,18 @@ and open the template in the editor. -webkit-text-stroke: 0.35px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -23354,22 +23354,22 @@ and open the template in the editor. } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f096";*/ - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f10c";*/ - content: ""; + content: "\f111"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f046";*/ - content: ""; + content: "\f14a"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f192";*/ - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=radio] { margin: 0 8px 4px 0; @@ -23382,7 +23382,7 @@ and open the template in the editor. #preview_spremenljivka input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #preview_spremenljivka input[type=radio] + span.enka-custom-radio:before { @@ -23390,7 +23390,7 @@ and open the template in the editor. display: inline-block; } #preview_spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=checkbox] { display: none !important; @@ -23403,11 +23403,11 @@ and open the template in the editor. #preview_spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } @@ -23492,7 +23492,7 @@ and open the template in the editor. } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #E5E5E5; @@ -23500,7 +23500,7 @@ and open the template in the editor. font-weight: 400; } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #E5E5E5; } @@ -23763,7 +23763,7 @@ dl.arch_email dd { #inv_view_arch_recipients.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -24829,6 +24829,13 @@ div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fi div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.add_comment_toggle, div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.add_comment_toggle { transition: 0.3s; + border: 1px solid #E5E5E5; + border-radius: 2px; + width: 100%; + padding: 9px 8px; + color: #777777; + margin-bottom: 16px; + cursor: text; } div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper, div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper { @@ -24839,6 +24846,7 @@ div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper div.new_comment { display: flex; flex-direction: column; + margin-bottom: 16px; } div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper div.new_comment textarea, div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper div.new_comment textarea { @@ -24896,23 +24904,23 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admi } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } div.page_komentarji ul .spremenljivka_content input[type=radio], @@ -24929,7 +24937,7 @@ div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-chec div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-custom-radio:before, @@ -24939,7 +24947,7 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.en } div.page_komentarji ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } div.page_komentarji ul .spremenljivka_content input[type=checkbox], div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] { @@ -24955,12 +24963,12 @@ div.page_komentarji ul .spremenljivka_content input[type=checkbox] + span.enka-c div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } div.page_komentarji ul div.question_comment_holder, @@ -24982,11 +24990,29 @@ div.page_komentarji_anketa ul div.question_comment_holder div.question_comment.e padding-right: 62px; margin-right: 62px; } +div.page_komentarji ul div.question_comment_holder div.question_comment div.add_comment_toggle, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.add_comment_toggle { + transition: 0.3s; + border: 1px solid #E5E5E5; + border-radius: 2px; + width: 100%; + padding: 9px 8px; + margin-bottom: 16px; + color: #777777; + cursor: text; +} div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_type, div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_type { font-weight: 600; margin-bottom: 16px; text-transform: uppercase; + display: flex; + flex-direction: row; + justify-content: space-between; +} +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_type .fa-sort-amount-up, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_type .fa-sort-amount-up { + display: none; } div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box, div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box { @@ -24996,14 +25022,72 @@ div.page_komentarji_anketa ul div.question_comment_holder div.question_comment d border-bottom: 1px solid #E5E5E5; margin-bottom: 16px; } +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box.archived, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box.archived { + color: #777777 !important; +} div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .by, div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .by { - margin-bottom: 4px; + display: flex; + flex-direction: row; + justify-content: space-between; } div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .by .user, div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .by .user { font-weight: 600; } +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .by p, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .by p { + font-size: 14px !important; +} +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .by .options, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .by .options { + display: flex; + flex-direction: row; + color: #1E88E5; + position: relative; +} +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .by .options .solve, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .by .options .solve { + margin-right: 16px; + cursor: pointer; +} +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown { + position: absolute; + right: 0; + top: 24px; + display: flex; + z-index: 99; + width: auto; + padding: 20px 16px; + background: #FFFFFF; + border: 1px solid #E5E5E5; + box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15); + flex-direction: column; +} +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown .line, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown .line { + transition: 0.2s; + cursor: pointer; +} +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown .line:not(:last-of-type), +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown .line:not(:last-of-type) { + margin-bottom: 12px; +} +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown .line:hover, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown .line:hover { + color: #0059ab; +} +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown .line a, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown .line a { + white-space: nowrap; + text-decoration: none; +} +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown .line p, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown .line p { + font-size: 14px !important; +} div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .date, div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .date { font-size: 14px; @@ -25013,6 +25097,22 @@ div.page_komentarji ul div.question_comment_holder div.question_comment div.comm div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .content { margin: 16px 0; } +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .content blockquote, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .content blockquote { + font-size: 14px !important; + border-left: 1px solid #E5E5E5; + padding-left: 8px; + margin-block-start: 0; + margin-block-end: 0; +} +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .content blockquote:not(:last-of-type), +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .content blockquote:not(:last-of-type) { + padding-bottom: 16px; +} +div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .content blockquote:first-of-type, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .content blockquote:first-of-type { + margin-top: 16px; +} div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .bottom_options, div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .bottom_options { display: flex; @@ -25069,6 +25169,10 @@ div.page_komentarji_anketa ul div.question_comment_holder div.question_comment d width: fit-content; margin-top: 8px; } +div.page_komentarji ul div.question_comment_holder div.question_comment .new_comment, +div.page_komentarji_anketa ul div.question_comment_holder div.question_comment .new_comment { + margin-bottom: 16px; +} #placeholder.komentarji { margin: 0px; @@ -26938,7 +27042,7 @@ div.subpage_coding .coding-refresh .button_holder button:last-child { div.subpage_coding .coding-refresh.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27120,7 +27224,7 @@ div.subpage_coding #coding .button_holder button:last-child { div.subpage_coding #coding.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27444,7 +27548,7 @@ div.subpage_coding .floatRecodeSpremenljivka .button_holder button:last-child { div.subpage_coding .floatRecodeSpremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27795,18 +27899,18 @@ ul#merge li { -webkit-text-stroke: 0.35px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -28305,7 +28409,7 @@ and open the template in the editor. #div_export_setting_show.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -31399,7 +31503,7 @@ ul.vrednost_sort input[type=text] { .subpage_analysis_creport #anketa_custom_report #newCReportProfile.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -31683,7 +31787,7 @@ and open the template in the editor. #dsp_inspect_cover.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32217,7 +32321,7 @@ input#endDate { .mc_table_settings.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32430,7 +32534,7 @@ input#endDate { #newMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32619,7 +32723,7 @@ input#endDate { #renameMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32808,7 +32912,7 @@ input#endDate { #deleteMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33194,7 +33298,7 @@ button.buttons-columnVisibility.active { table.usersTable { margin-left: 14px; margin-right: 14px; - width: calc(100% - 2*14px); + width: calc(100% - 28px); white-space: nowrap; border-collapse: collapse !important; } diff --git a/resources/sass/admin_new/pages/survey_testiranje/komentarji.scss b/resources/sass/admin_new/pages/survey_testiranje/komentarji.scss index 266a1fc75..b2c675678 100644 --- a/resources/sass/admin_new/pages/survey_testiranje/komentarji.scss +++ b/resources/sass/admin_new/pages/survey_testiranje/komentarji.scss @@ -115,6 +115,15 @@ div.page_komentarji_anketa { div.add_comment_toggle { transition: 0.3s; + + border: 1px solid $gray; + border-radius: 2px; + width: 100%; + padding: 9px 8px; + color: $very-dark-gray; + margin-bottom: 16px; + + cursor: text; } div.comment_wrapper { @@ -124,6 +133,7 @@ div.page_komentarji_anketa { div.new_comment { display: flex; flex-direction: column; + margin-bottom: 16px; textarea { width: 100%; @@ -269,10 +279,31 @@ div.page_komentarji_anketa { margin-right: 62px; } + div.add_comment_toggle { + transition: 0.3s; + + border: 1px solid $gray; + border-radius: 2px; + width: 100%; + padding: 9px 8px; + margin-bottom: 16px; + color: $very-dark-gray; + + cursor: text; + } + div.comment_type { font-weight: $semi-bold; margin-bottom: 16px; text-transform: uppercase; + + display: flex; + flex-direction: row; + justify-content: space-between; + + .fa-sort-amount-up { + display: none; + } } div.comment_box { @@ -284,11 +315,77 @@ div.page_komentarji_anketa { margin-bottom: 16px; + &.archived { + color: $very-dark-gray !important + } + .by { - margin-bottom: 4px; .user { font-weight: $semi-bold; } + + p { + font-size: 14px !important; + } + + display: flex; + flex-direction: row; + justify-content: space-between; + + .options { + display: flex; + flex-direction: row; + .solve { + margin-right: 16px; + cursor: pointer; + } + + color: $blue; + + position: relative; + + .options_dropdown { + position: absolute; + right:0; + top: 24px; + + display: flex; + + z-index: 99; + + width: auto; + padding: 20px 16px; + background: $white; + border: 1px solid $gray; + + box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15); + + flex-direction: column; + + .line { + &:not(:last-of-type) { + margin-bottom: 12px; + } + + transition: 0.2s; + + &:hover{ + color: $dark-blue; + } + + cursor: pointer; + + a { + white-space: nowrap; + text-decoration: none; + } + + p { + font-size: 14px !important; + } + } + } + } } .date { @@ -298,6 +395,22 @@ div.page_komentarji_anketa { .content { margin: 16px 0; + + blockquote { + font-size: 14px !important; + border-left: 1px solid $gray; + padding-left: 8px; + + margin-block-start: 0; + margin-block-end: 0; + + &:not(:last-of-type) { + padding-bottom: 16px; + } + &:first-of-type { + margin-top: 16px; + } + } } .bottom_options { @@ -354,6 +467,10 @@ div.page_komentarji_anketa { margin-top: 8px; } } + + .new_comment { + margin-bottom: 16px; + } } } } From 1b3d62dfaabf47f10a85e99ee2130f9a8a0ec4c8 Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Fri, 19 Aug 2022 05:03:43 +0200 Subject: [PATCH 02/46] [Redizajn 1KA v2] Testiranje --> Komentarji - v delu Na anketo --- admin/survey/SurveyAdminSettings.php | 281 +++++++++--------- public/css/admin_new.css | 158 +++++++--- .../pages/survey_testiranje/komentarji.scss | 222 +++++++++----- 3 files changed, 415 insertions(+), 246 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 23fd297a6..7031a702f 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -7016,22 +7016,6 @@ class SurveyAdminSettings { $rowa = SurveyInfo::getInstance()->getSurveyRow(); - echo '
'; - - echo $lang['srv_komentarji_imate'].' '; - if(($comment_count['survey_resp']['unresolved']+$comment_count['survey_admin']['unresolved']) > 0) echo ''; - echo $this->string_format((int)($comment_count['survey_resp']['unresolved']+$comment_count['survey_admin']['unresolved']), 'srv_cnt_komentarji'); - if(($comment_count['survey_resp']['unresolved']+$comment_count['survey_admin']['unresolved']) > 0) echo ''; - - echo ' '.$lang['srv_komentarji_odskupno'].' '; - echo $this->string_format((int)($comment_count['survey_resp']['all']+$comment_count['survey_admin']['all']), 'srv_cnt_komentarji_survey_od'); - echo '
'; - - - echo '
'; - echo ' '.$lang['srv_survey_testdata'].''; - echo '
'; - # VV: privzeto naj bodo samo nerešeni komentarji if (!isset($_GET['only_unresolved'])) { @@ -7081,9 +7065,28 @@ class SurveyAdminSettings { echo '
'; // Splosni komentarji urednikov - levo - echo '
'; - echo '
'.$lang['srv_comments_anketa_ured'].' ('.$comment_count['survey_admin']['unresolved'].'/'.$comment_count['survey_admin']['all'].')'; + echo '
'; + echo '
'; + + echo $lang['srv_admin_comment'].':'; + echo ''; //manjka funkcija za sort in toggle za spremembo ikone + echo ''; + + echo '
'; + + // Dodajanje novega komentarja + + echo '
'; + echo $lang['srv_add_comment_toggle']; + echo '
'; + + echo '
'; + echo '
'; + $ba = new BranchingAjax($this->anketa); + $ba->add_comment_field(0, '1', '4', false); + echo '
'; + echo '
'; $sql = sisplet_query("SELECT * FROM post WHERE tid='$rowa[thread]' ".$only_unresolved." "); $rows = (mysqli_num_rows($sql) == 0) ? 0 : mysqli_num_rows($sql) - 1; @@ -7094,52 +7097,71 @@ class SurveyAdminSettings { if (($i != 0 && $sortpostorder==0) || ($i < $rows && $sortpostorder==1)) { - echo '
'; + echo '
'; echo '
'; - echo $lang['srv_comments_user'].''.$f->user($row['uid']).''.$lang['srv_comments_user2']; - echo '
'; $datetime = strtotime($row['time']); $datetime = date("d.m.Y G:i", $datetime); - echo '
'; - echo $datetime; - echo '
'; + + echo '

'.$lang['srv_comments_user'].''.$f->user($row['uid']).' ('.$datetime.')

'; + + + if ($admin_type <= 1 || $rowa['insert_uid']==$global_user_id || $commentmarks_who==0) { + + echo '
'; + + echo '
'; + if ($row['ocena']==0) { + echo '

'; + echo $lang['srv_comments_archive'].'

'; + } + else { + echo '

'; + echo $lang['srv_comments_unarchive'].'

'; + } + echo '
'; + + echo ''; + + echo '
'; + + echo '
'; + echo ''.$lang['srv_comment_comment']; // pri splošnih ni odgovorov? + echo '
'; + + echo '
'; + echo ''; //manjka funkcija za izbris + echo $lang['srv_comment_delete']; + echo '
'; + + echo '
'; + + //Klik izven razprith nastavitev - zapremo okno + echo ''; + + + + echo '
'; //options + + } + + echo '
'; //by + echo '
'; echo $row['vsebina']; echo '
'; - - if ($admin_type <= 1 || $rowa['insert_uid']==$global_user_id || $commentmarks_who==0) { - - echo '
'; - - if ($commentmarks == 1) { - echo ' '; - } - else { - - if ($row['ocena']==0) { - echo '

'; - echo $lang['srv_comments_archive'].'

'; - } - else { - echo '

'.$lang['srv_comments_archived'].'

'; - echo '

'; - echo $lang['srv_comments_unarchive'].'

'; - } - } - - echo '
'; - } - echo '
'; } @@ -7157,41 +7179,33 @@ class SurveyAdminSettings { } } - // Dodajanje novega komentarja - echo '
'; - echo $lang['srv_add_comment_toggle']; - echo '
'; - - echo '
'; - echo '
'; - $ba = new BranchingAjax($this->anketa); - $ba->add_comment_field(0, '1', '4', false); - echo '
'; - echo '
'; - - echo '
'; echo '
'; // Splosni komentarji respondentov - desno - echo '
'; - echo '
'.$lang['srv_comments_anketa_resp'].' ('.$comment_count['survey_resp']['unresolved'].'/'.$comment_count['survey_resp']['all'].')'; + echo '
'; + + echo '
'; + echo $lang['srv_repondent_comment'].':'; + echo ''; //manjka funkcija za sort in toggle za spremembo ikone + echo ''; + echo '
'; $sql = sisplet_query("SELECT * FROM srv_comment_resp WHERE ank_id='$this->anketa' ".$only_unresolved." ORDER BY comment_time $orderby, id $orderby"); if (mysqli_num_rows($sql) > 0) { while ($row = mysqli_fetch_array($sql)) { - echo '
'; + echo '
'; $datetime = strtotime($row['comment_time']); $datetime = date("d.m.Y G:i", $datetime); - + + echo '
'; + if($row['usr_id'] == 0){ - echo '
'; - echo 'Respondent '.$lang['srv_comments_user2']; - echo '
'; + echo '

Respondent ('.$datetime.')

'; } else{ $sqlU = sisplet_query("SELECT name FROM users WHERE id='$row[usr_id]'"); @@ -7199,48 +7213,65 @@ class SurveyAdminSettings { $user = $rowU['name']; - echo '
'; - echo $lang['srv_comments_user'].''.$user.''.$lang['srv_comments_user2']; - echo '
'; + echo '

'.$lang['srv_comments_user'].''.$user.' ('.$datetime.')

'; + } - echo '
'; - echo $datetime; - echo '
'; + if ($admin_type <= 1 || $rowa['insert_uid']==$global_user_id || $commentmarks_who==0) { + + echo '
'; + + echo '
'; + if ($row['ocena']==0) { + echo '

'; + echo $lang['srv_comments_archive'].'

'; + } + else { + echo '

'; + echo $lang['srv_comments_unarchive'].'

'; + } + echo '
'; + + echo ''; + + echo '
'; + + echo '
'; + echo ''.$lang['srv_comment_comment']; // pri splošnih ni odgovorov? + echo '
'; + + echo '
'; + echo ''; //manjka funkcija za izbris + echo $lang['srv_comment_delete']; + echo '
'; + + echo '
'; + + //Klik izven razprith nastavitev - zapremo okno + echo ''; + + + + echo '
'; //options + + } + + echo '
'; //by + echo '
'; echo $row['comment']; echo '
'; - if ($admin_type <= 1 || $rowa['insert_uid']==$global_user_id || $commentmarks_who==0) { - - echo '
'; - - if ($commentmarks == 1) { - echo ' '; - } - else { - - if ($row['ocena']==0) { - echo '

'; - echo $lang['srv_comments_archive'].'

'; - } - else { - echo '

'.$lang['srv_comments_archived'].'

'; - echo '

'; - echo $lang['srv_comments_unarchive'].'

'; - } - } - - echo '
'; - } - echo '
'; } @@ -7255,7 +7286,7 @@ class SurveyAdminSettings { echo '

'.$lang['srv_no_comments'].'

'; } } - // Dodajanje novega komentarja + /* Dodajanje novega komentarja echo '
'; echo $lang['srv_add_comment_toggle']; echo '
'; @@ -7266,9 +7297,8 @@ class SurveyAdminSettings { $ba->add_comment_field(0, '4', '5', false); echo '
'; - echo '
'; + echo '
';*/ - echo ''; echo '
'; echo ''; // div.komentarji_anketa_holder @@ -7534,32 +7564,6 @@ class SurveyAdminSettings { $comment_count = $this->testiranje_komentarji_count(); - echo '
'; - - echo $lang['srv_komentarji_imate'].' '; - if($comment_count['question']['unresolved'] > 0) echo ''; - echo $this->string_format((int)$comment_count['question']['unresolved'], 'srv_cnt_komentarji'); - if($comment_count['question']['unresolved'] > 0) echo ''; - - echo ' '.$lang['srv_komentarji_odskupno'].' '; - echo $this->string_format((int)$comment_count['question']['all'], 'srv_cnt_komentar_na_vprs_od'); - - echo '
'; - - - /* - ZAČASNO ZAKOMENTIRAN TOOLTIP (prekriva vsebino za redizajn) @TGecho ' '; - echo ''; - echo '' . $lang['srv_survey_testdata2'] . ': '.$lang['srv_testdata_text'].''; - echo '

'.$lang['srv_preview_testdata_longtext'].'

'; - echo ''; - echo '
'; // expanded-tooltip bottom - echo '
'; // tooltip */ - - echo '
'; - echo ''.$lang['srv_survey_testdata'].''; - echo '
'; - - # VV: privzeto naj bodo samo nerešeni komentarji if (!isset($_GET['only_unresolved'])) { $_GET['only_unresolved'] = 1; @@ -7696,6 +7700,9 @@ class SurveyAdminSettings { echo '
'; echo $lang['srv_admin_comment'].':'; + + echo ''; //manjka funkcija za sort in toggle za spremembo ikone + echo ''; echo '
'; @@ -7980,6 +7987,8 @@ class SurveyAdminSettings { echo '
'; echo $lang['srv_repondent_comment'].':'; + echo ''; //manjka funkcija za sort in toggle za spremembo ikone + echo ''; echo '
'; if ($_GET['only_unresolved'] == 1) $only_unresolved = " AND d.text2 <= 1 "; else $only_unresolved = " "; diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 37f91c6a1..6e66ed88b 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -24770,91 +24770,164 @@ div.page_komentarji_anketa div.komentarji_anketa_holder { margin-top: 32px; display: flex; flex-direction: row; - gap: 32px; width: 100%; } div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa, div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa { width: 50%; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset { - padding: 32px 24px; +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa.komentarji_ured, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa.komentarji_ured { + border-right: 1px solid #E5E5E5; + padding-right: 32px; + margin-right: 32px; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box { +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.add_comment_toggle, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.add_comment_toggle { + transition: 0.3s; + border: 1px solid #E5E5E5; + border-radius: 2px; + width: 100%; + padding: 9px 8px; + margin-bottom: 16px; + color: #777777; + cursor: text; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_type, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_type { + font-weight: 600; + margin-bottom: 16px; + text-transform: uppercase; + display: flex; + flex-direction: row; + justify-content: space-between; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_type .fa-sort-amount-up, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_type .fa-sort-amount-up { + display: none; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box { width: 100%; display: flex; flex-direction: column; border-bottom: 1px solid #E5E5E5; margin-bottom: 16px; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .by, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .by { - margin-bottom: 4px; +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box.archived, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box.archived { + color: #777777 !important; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .by .user, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .by .user { +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by { + display: flex; + flex-direction: row; + justify-content: space-between; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .user, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .user { font-weight: 600; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .date, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .date { +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by p, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by p { + font-size: 14px !important; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options { + display: flex; + flex-direction: row; + color: #1E88E5; + position: relative; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .solve, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .solve { + margin-right: 16px; + cursor: pointer; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .options_dropdown, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .options_dropdown { + position: absolute; + right: 0; + top: 24px; + display: flex; + z-index: 99; + width: auto; + padding: 20px 16px; + background: #FFFFFF; + border: 1px solid #E5E5E5; + box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15); + flex-direction: column; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .options_dropdown .line, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .options_dropdown .line { + white-space: nowrap; + transition: 0.2s; + cursor: pointer; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .options_dropdown .line:not(:last-of-type), +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .options_dropdown .line:not(:last-of-type) { + margin-bottom: 12px; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .options_dropdown .line:hover, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .options_dropdown .line:hover { + color: #0059ab; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .options_dropdown .line a, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .options_dropdown .line a { + white-space: nowrap; + text-decoration: none; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .options_dropdown .line p, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .by .options .options_dropdown .line p { + font-size: 14px !important; +} +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .date, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .date { font-size: 14px; color: #808080; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .content, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .content { +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .content, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .content { margin: 16px 0; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .bottom_options, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .bottom_options { +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .bottom_options, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .bottom_options { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 16px; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .bottom_options .archive_comment, -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .bottom_options .unarchive_comment, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .bottom_options .archive_comment, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .bottom_options .unarchive_comment { +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .bottom_options .archive_comment, +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .bottom_options .unarchive_comment, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .bottom_options .archive_comment, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .bottom_options .unarchive_comment { cursor: pointer; color: #1E88E5; transition: 0.2s; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .bottom_options .archived_comment, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_box .bottom_options .archived_comment { +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .bottom_options .archived_comment, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_box .bottom_options .archived_comment { color: #808080; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.add_comment_toggle, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.add_comment_toggle { - transition: 0.3s; - border: 1px solid #E5E5E5; - border-radius: 2px; - width: 100%; - padding: 9px 8px; - color: #777777; - margin-bottom: 16px; - cursor: text; -} -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper { +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_wrapper, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_wrapper { display: none; transition: 0.3s; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper div.new_comment, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper div.new_comment { +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_wrapper div.new_comment, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_wrapper div.new_comment { display: flex; flex-direction: column; margin-bottom: 16px; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper div.new_comment textarea, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper div.new_comment textarea { +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_wrapper div.new_comment textarea, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_wrapper div.new_comment textarea { width: 100%; height: 100px; } -div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper div.new_comment button, -div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa fieldset div.comment_wrapper div.new_comment button { +div.page_komentarji div.komentarji_anketa_holder div.komentarji_anketa div.comment_wrapper div.new_comment button, +div.page_komentarji_anketa div.komentarji_anketa_holder div.komentarji_anketa div.comment_wrapper div.new_comment button { width: fit-content; margin-top: 8px; } @@ -25068,6 +25141,7 @@ div.page_komentarji_anketa ul div.question_comment_holder div.question_comment d } div.page_komentarji ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown .line, div.page_komentarji_anketa ul div.question_comment_holder div.question_comment div.comment_box .by .options .options_dropdown .line { + white-space: nowrap; transition: 0.2s; cursor: pointer; } diff --git a/resources/sass/admin_new/pages/survey_testiranje/komentarji.scss b/resources/sass/admin_new/pages/survey_testiranje/komentarji.scss index b2c675678..418570e53 100644 --- a/resources/sass/admin_new/pages/survey_testiranje/komentarji.scss +++ b/resources/sass/admin_new/pages/survey_testiranje/komentarji.scss @@ -54,100 +54,183 @@ div.page_komentarji_anketa { margin-top: 32px; display: flex; flex-direction: row; - gap: 32px; width: 100%; div.komentarji_anketa { width: 50%; - fieldset { - padding: 32px 24px; + &.komentarji_ured { + border-right: 1px solid $gray; + padding-right: 32px; + margin-right: 32px; + } + + div.add_comment_toggle { + transition: 0.3s; + + border: 1px solid $gray; + border-radius: 2px; + width: 100%; + padding: 9px 8px; + margin-bottom: 16px; + color: $very-dark-gray; + + cursor: text; + } + + div.comment_type { + font-weight: $semi-bold; + margin-bottom: 16px; + text-transform: uppercase; + + display: flex; + flex-direction: row; + justify-content: space-between; + + .fa-sort-amount-up { + display: none; + } + } + + div.comment_box { + width: 100%; + display: flex; + flex-direction: column; + + border-bottom: 1px solid $gray; + + margin-bottom: 16px; + + &.archived { + color: $very-dark-gray !important + } + + .by { + .user { + font-weight: $semi-bold; + } + + p { + font-size: 14px !important; + } - div.comment_box { - width: 100%; display: flex; - flex-direction: column; + flex-direction: row; + justify-content: space-between; - border-bottom: 1px solid $gray; - - margin-bottom: 16px; - - .by { - margin-bottom: 4px; - .user { - font-weight: $semi-bold; - } - } - - .date { - font-size: 14px; - color: $very-dark-gray2; - } - - .content { - margin: 16px 0; - } - - .bottom_options { + .options { display: flex; flex-direction: row; - justify-content: space-between; - align-items: center; - margin-bottom: 16px; - - .archive_comment, - .unarchive_comment { - + .solve { + margin-right: 16px; cursor: pointer; - color: $blue; + } - transition: 0.2s; - &:hover { - $color: darken ($blue, 3%); + color: $blue; + + position: relative; + + .options_dropdown { + position: absolute; + right:0; + top: 24px; + + display: flex; + + z-index: 99; + + width: auto; + padding: 20px 16px; + background: $white; + border: 1px solid $gray; + + box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15); + + flex-direction: column; + + .line { + &:not(:last-of-type) { + margin-bottom: 12px; + } + + white-space: nowrap; + + transition: 0.2s; + + &:hover{ + color: $dark-blue; + } + + cursor: pointer; + + a { + white-space: nowrap; + text-decoration: none; + } + + p { + font-size: 14px !important; + } } } - - .archived_comment { - color: $very-dark-gray2 - } } } - div.add_comment_toggle { - transition: 0.3s; + .date { + font-size: 14px; + color: $very-dark-gray2; + } - border: 1px solid $gray; - border-radius: 2px; - width: 100%; - padding: 9px 8px; - color: $very-dark-gray; + .content { + margin: 16px 0; + } + + .bottom_options { + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; margin-bottom: 16px; - cursor: text; - } + .archive_comment, + .unarchive_comment { - div.comment_wrapper { - display: none; - transition: 0.3s; + cursor: pointer; + color: $blue; - div.new_comment { - display: flex; - flex-direction: column; - margin-bottom: 16px; - - textarea { - width: 100%; - height: 100px; - } - - button { - width: fit-content; - margin-top: 8px; + transition: 0.2s; + &:hover { + $color: darken ($blue, 3%); } } - } + .archived_comment { + color: $very-dark-gray2 + } + } } + + div.comment_wrapper { + display: none; + transition: 0.3s; + + div.new_comment { + display: flex; + flex-direction: column; + margin-bottom: 16px; + + textarea { + width: 100%; + height: 100px; + } + + button { + width: fit-content; + margin-top: 8px; + } + } + } + } } @@ -367,6 +450,9 @@ div.page_komentarji_anketa { margin-bottom: 12px; } + white-space: nowrap; + + transition: 0.2s; &:hover{ From 58f5fd5516f02b335a8cd4e2b7ec5c9728953bc6 Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Fri, 19 Aug 2022 05:48:25 +0200 Subject: [PATCH 03/46] [Redizajn 1KA v2] - Urejanje --> Nastavitve --> Mobilne nastavitve --- admin/survey/SurveyAdminSettings.php | 27 +++++++-------------------- lang/1.php | 8 ++++---- lang/2.php | 6 +++--- 3 files changed, 14 insertions(+), 27 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 7031a702f..3e762b9b6 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -1889,16 +1889,10 @@ class SurveyAdminSettings { $mobile_friendly = SurveySetting::getInstance()->getSurveyMiscSetting('mobile_friendly'); echo '
'; - - echo ''.$lang['srv_settings_mobile_friendly'].':'; - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; - echo ''; - echo ' '; - echo '
'; + + echo ''; + echo ''; + echo ' '; echo '
'; @@ -1910,19 +1904,12 @@ class SurveyAdminSettings { $hide_mobile_img = SurveySetting::getInstance()->getSurveyMiscSetting('hide_mobile_img'); echo '
'; - echo ''.$lang['srv_settings_mobile_img'].':'; - echo '
'; - echo ''; - echo ' '; - echo '
'; - echo '
'; - echo ''; - echo ' '; - echo '
'; + echo ''; + echo ''; + echo ' '; echo '
'; - // Prilagoditev tabel pri mobilnikih $mobile_tables = SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables'); echo '
'; diff --git a/lang/1.php b/lang/1.php index 68be1d71d..7a69fc1ab 100644 --- a/lang/1.php +++ b/lang/1.php @@ -4012,7 +4012,7 @@ $lang = array ( "srv_add_lang" => "Omogoči večjezično podporo v anketi", "srv_prevajanje" => "Prevajanje", "srv_mobile_settings" => "Mobilne nastavitve", - "srv_mobile_settings_title" => "Nastavitve prikaza pri mobilnih napravah", + "srv_mobile_settings_title" => "Prikaz ankete na mobilnih napravah", "srv_mobile_survey" => "Anketa ustvarjena v mobilni aplikaciji", "srv_mobile_add_question" => "Dodaj vprašanje", "srv_standardne_besede" => "Standardne besede", @@ -7148,10 +7148,10 @@ $lang = array ( 'srv_tip_sample_t6_5_v4' => "alergeni", 'srv_tip_sample_t6_5_c1' => "Najbolj pomemben", 'srv_tip_sample_t6_5_c2' => "Najmanj pomemben", - 'srv_settings_mobile_img' => "Prikaz slik na mobilniku", - 'srv_settings_mobile_tables' => "Prilagoditev tabel na mobilniku", + 'srv_settings_mobile_img' => "Prikaz slik na mobilnih napravah", + 'srv_settings_mobile_tables' => "Prilagoditev vprašanj tipa 'Tabela' na mobilnih napravah", 'srv_settings_mobile_tables_slide' => "Da, z razpiranjem", - 'srv_settings_mobile_friendly' => "Prilagojen prikaz za mobilnike", + 'srv_settings_mobile_friendly' => "Prilagojen prikaz ankete na mobilnih napravah", 'srv_settings_mobile_friendly_off' => "Prilagojen prikaz za mobilnike je izklopljen", 'srv_mySurvey_unallocated' => "Nerazporejene ankete", 'srv_mySurvey_delete_folder' => "Pobriši mapo", diff --git a/lang/2.php b/lang/2.php index 3bdf4525d..421a28c8d 100644 --- a/lang/2.php +++ b/lang/2.php @@ -3982,7 +3982,7 @@ $lang = array ( "srv_prevajanje" => "Translations", "srv_standardne_besede" => "Standard words", "srv_mobile_settings" => "Mobile settings", - "srv_mobile_settings_title" => "Display settings for mobile devices", + "srv_mobile_settings_title" => "Survey display on mobile devices", "srv_mobile_survey" => "Survey created with mobile app", "srv_mobile_add_question" => "Add question", "srv_prevajanje_dodaj" => "Add translation for", @@ -7032,9 +7032,9 @@ $lang = array ( 'srv_tip_sample_t6_5_c1' => "Most important", 'srv_tip_sample_t6_5_c2' => "Least important", 'srv_settings_mobile_img' => "Display images on mobile devices", - 'srv_settings_mobile_tables' => "Adjusted tables on mobile devices", + 'srv_settings_mobile_tables' => "Optimization of 'Table' type questions on mobile devices", 'srv_settings_mobile_tables_slide' => "Yes, with expanding", - 'srv_settings_mobile_friendly' => "Mobile friendly", + 'srv_settings_mobile_friendly' => "Optimized survey display on mobile devices", 'srv_settings_mobile_friendly_off' => "Mobile friendly survey is turned off", 'srv_mySurvey_unallocated' => "Unallocated survey", 'srv_mySurvey_delete_folder' => "Deleter folder", From cf720338c82122a6812bdb37ef7624287ad90f5a Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Fri, 19 Aug 2022 06:57:30 +0200 Subject: [PATCH 04/46] [Redizajn 1KA v2] - Urejanje --> Nastavitve --> Osnovne nastavitve --- admin/survey/SurveyAdminSettings.php | 229 +++++++----------- lang/1.php | 26 +- lang/2.php | 24 +- public/css/admin_new.css | 3 + .../admin_new/components/form/textarea.scss | 3 + 5 files changed, 114 insertions(+), 171 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 3e762b9b6..fd056a9d2 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -138,7 +138,7 @@ class SurveyAdminSettings { echo '
'; echo ''; - echo ''; echo ''; while($rowF = mysqli_fetch_array($sqlF)){ echo ''; @@ -208,28 +208,31 @@ class SurveyAdminSettings { echo '
'; // Ta del se v 2. fazi zamenja z gumbom "Večjezične ankete" - echo '
'; - echo '

'.$lang['srv_language_link2'].':'; // Preverimo, ce je funkcionalnost v paketu, ki ga ima uporabnik $userAccess = UserAccess::getInstance($global_user_id); if($userAccess->checkUserAccess($what='prevajanje')){ - echo ' '.$lang['srv_language_link'].'

'; - } - else{ - echo ' '.$lang['srv_language_link'].'

'; - } - echo '

'.$lang['srv_language_mySurveys'].'.

'; + $lang_link = 'window.location.href=\'index.php?anketa='.$this->anketa.'&a=prevajanje\'; return false;'; + $color = 'blue'; + } + else{ + $lang_link = 'popupUserAccess(\'prevajanje\'); return false;'; + $color = 'yellow user_access_locked'; + } + + echo '
'; + echo ''; echo '
'; + echo ''; - // Gumb shrani - vmes + /*/ Gumb shrani - vmes echo '
'; echo ''; echo ''; - echo '
'; + echo '
';*/ /* INTERAKTIVNI ELEMENTI */ @@ -251,33 +254,67 @@ class SurveyAdminSettings { // Indikator napredka echo '
'; - echo ''.$lang['srv_te_progressbar'].' '.Help::display('srv_show_progressbar').':'; - - echo '
'; - echo ''; - echo ' '; - echo '
'; - echo '
'; - echo ''; - echo ' '; - echo '
'; - + echo ''; + echo ''; + echo ' '; echo '
'; // Naslov ankete za uporabnike echo '
'; - echo ''.$lang['srv_show_title'].':'; - - echo '
'; - echo ''; - echo ' '; - echo '
'; - echo '
'; - echo ''; - echo ' '; + echo ''; + echo ''; + echo ' '; echo '
'; + // Nadaljuj kasneje + if($this->survey_type > 1){ + echo '
'; + echo ''; + echo ''; + echo ' '; + echo '
'; + } + + // Gumb nazaj + echo '
'; + echo ''; + echo ''; + echo ' '; echo '
'; + + // Namig + echo '
'; + echo ''; + echo ''; + echo ' '; + echo '
'; + + /* KNJIZNICA */ + $sqlk = sisplet_query("SELECT * FROM srv_library_anketa WHERE ank_id='$this->anketa' AND uid='$global_user_id'"); + $moje = mysqli_num_rows($sqlk); + $sqlk = sisplet_query("SELECT * FROM srv_library_anketa WHERE ank_id='$this->anketa' AND uid='0'"); + $javne = mysqli_num_rows($sqlk); + + if ($admin_type == 0 || $admin_type == 1) { + + echo '
'; + echo ''; + echo ''; + echo ' '; + echo '
'; + } + + echo '
'; + echo ''; + echo ''; + echo ' '; + echo '
'; + + ?> + + '; @@ -298,52 +335,6 @@ class SurveyAdminSettings { echo '
'; - // Nadaljuj kasneje - if($this->survey_type > 1){ - echo '
'; - echo ''. $lang['srv_show_continue_later'].' '.Help::display('srv_continue_later_setting').':'; - - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; - echo ''; - echo ''; - echo '
'; - - echo '
'; - } - - // Gumb nazaj - echo '
'; - echo ''.$lang['srv_slideshow_sett_back_button_lbl'].':'; - - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; - echo ''; - echo ''; - echo '
'; - - echo '
'; - - // Namig - echo '
'; - echo ''.$lang['srv_hint'].' '.Help::display('srv_namig_setting').':'; - - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; - echo ''; - echo ''; - echo '
'; - - echo '
'; // Oozorilo na vprašanja echo '
'; @@ -360,7 +351,7 @@ class SurveyAdminSettings { echo '
'; - // Napredni parapodatki + /*/ Napredni parapodatki if (($admin_type == 0 || $admin_type == 1) && $this->survey_type > 0) { echo '
'; echo ''.$lang['srv_parapodatki'].':'; @@ -410,7 +401,7 @@ class SurveyAdminSettings { echo '
'; echo '
'; - } + }*/ echo ''; @@ -501,44 +492,6 @@ class SurveyAdminSettings { echo ''; } - /* KNJIZNICA */ - $sqlk = sisplet_query("SELECT * FROM srv_library_anketa WHERE ank_id='$this->anketa' AND uid='$global_user_id'"); - $moje = mysqli_num_rows($sqlk); - $sqlk = sisplet_query("SELECT * FROM srv_library_anketa WHERE ank_id='$this->anketa' AND uid='0'"); - $javne = mysqli_num_rows($sqlk); - - echo '
'; - echo ''.$lang['srv_library'].''; - if ($admin_type == 0 || $admin_type == 1) { - echo ''.$lang['srv_javne_ankete'].':'; - - echo '
'; - - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; - echo ''; - echo ''; - echo '
'; - - echo '
'; - } - - echo '
'; - echo ''.$lang['srv_moje_ankete'].' '.Help::display('srv_moje_ankete_setting').':'; - - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; - echo ''; - echo ''; - echo '
'; - - echo '
'; // zamakni /*echo '
'; @@ -562,20 +515,23 @@ class SurveyAdminSettings { echo '
'; echo '';*/ - - echo '
'; - ?> - - '; echo '' . $lang['srv_nastavitveStevilcenje'] . ''; + // Izklop prestevilcevanja + $enumerate = SurveySetting::getInstance()->getSurveyMiscSetting('enumerate'); if ($enumerate == '') $enumerate = 1; + + echo '
'; + echo ''; + echo ''; + echo ' '; + echo '
'; + + //način številčenja + echo '
'; echo ''; @@ -598,33 +554,14 @@ class SurveyAdminSettings { echo '
'; - // Izklop prestevilcevanja - $enumerate = SurveySetting::getInstance()->getSurveyMiscSetting('enumerate'); if ($enumerate == '') $enumerate = 1; - - echo '
'; - echo ''; - - - echo '
'; - echo ''; - echo ' '; - echo '
'; - echo '
'; - echo ''; - echo ' '; - echo '
'; - - echo '
'; - echo ''; /* JS TRACKING */ if ($admin_type == 0 || $admin_type == 1) { echo '
'.$lang['srv_js_tracking'].''; echo '
'; - echo ''; - echo '

'.$lang['js_tracking_note'].'

'; - + echo ''.$lang['js_tracking_note'].''; + echo ''; echo '
'; echo '
'; diff --git a/lang/1.php b/lang/1.php index 7a69fc1ab..235bcd55a 100644 --- a/lang/1.php +++ b/lang/1.php @@ -1990,12 +1990,12 @@ $lang = array ( "srv_settings_help" => "Pomoč", "srv_settingsPersonal" => "Uporabniške nastavitve", "srv_nastavitveStevilcenje" => "Številčenje vprašanj", - "srv_nastavitveStevilcenjeType" => "Način številčenja", + "srv_nastavitveStevilcenjeType" => "Način številčenja za respondente", "srv_nastavitveStevilcenjeType0" => "Brez številčenja", - "srv_nastavitveStevilcenjeType1" => "Z zaporedno številko [ 1), 2) ... ]", + "srv_nastavitveStevilcenjeType1" => "Z zaporedno številko spremenljivke [ 1), 2) ... ]", "srv_nastavitveStevilcenjeType2" => "Z imenom spremenljivke [ V1, V2 ... ]", - "srv_nastavitveStevilcenjeType3" => "Z imenom in zaporedno številko", - "srv_nastavitvePrestevilcevanje" => "Avtomatsko preštevilčevanje", + "srv_nastavitveStevilcenjeType3" => "Z imenom in zaporedno številko spremenljivke", + "srv_nastavitvePrestevilcevanje" => "Avtomatsko preštevilčevanje vprašanj ob spreminjanju vrstnega reda vprašanj", "srv_nastavitveStevilcenjePDF" => "Oštevilči vprašanja v PDF izvozih", "srv_nastavitveStevilcenjeRTF" => "Oštevilči vprašanja v DOC (Word) izvozih", "srv_nastavitveStevilcenjeFrekvence" => "Oštevilči vprašanja v Frekvencah", @@ -2984,8 +2984,8 @@ $lang = array ( "srv_podrobno_datoteke" => "Datoteke", "srv_pregledovanje" => "Moje ankete", "srv_seznam" => "Seznam", - "srv_javne_ankete" => "Javne ankete", - "srv_moje_ankete" => "Moje ankete", + "srv_javne_ankete" => "Dodaj anketo v javno knjižnico", + "srv_moje_ankete" => "Dodaj anketo v mojo knjižnico", "srv_javna_knjiznica" => "Javna knjižnica", "srv_moja_knjiznica" => "Moja knjižnica", "srv_javna_vprasanja" => "Javna vprašanja", @@ -3269,7 +3269,7 @@ $lang = array ( "srv_slideshow_sett_autostart_opt_3" => "Animacijo zažene katerakoli od naštetih akcij (Gumb 'Naprej', Timer vprašanja, Klik na vprašanje)", "srv_slideshow_sett_autostart_opt_3_short" => "Karkoli", "srv_slideshow_sett_next_button_lbl" => "Prikaz gumba 'Naprej'", - "srv_slideshow_sett_back_button_lbl" => "Prikaz gumba 'Nazaj'", + "srv_slideshow_sett_back_button_lbl" => "Gumb 'Nazaj' je prikazan", "srv_slideshow_sett_pause_button_lbl" => "Prikaz gumba 'Pavza'", "srv_slideshow_sett_button_opt_0" => "Ne prikaži gumba", "srv_slideshow_sett_button_opt_1" => "Prikaži gumb", @@ -3298,7 +3298,7 @@ $lang = array ( "srv_fieldwork_device_pass" => "Geslo naprave", "srv_fieldwork_device_surveyID" => "ID te ankete na napravi", "srv_fieldwork_sync_data" => "Sinhroniziraj podatke", - "srv_hint" => "Namig", + "srv_hint" => "Možnost namiga za respondente", "srv_hint_datapiping" => "Pri urejanju zaključka ali vsebini e-pošte, ki ga prejme respondent uporabite za prikaz števila točk Prenos vrednosti.

Vpišite labelo spremenljivke z izračunano vrednostjo, obdano z lojtro, npr.: #rezultat#", "srv_missing_profile_title1" => "Označeni odgovori se ne upoštevajo pri analizah, in se obravnavajo kot manjkajoče vrednosti!", "srv_missing_profile_title2" => "Manjkajoče vrednosti – neopredeljeni odgovori", @@ -4018,6 +4018,7 @@ $lang = array ( "srv_standardne_besede" => "Standardne besede", "srv_prevajanje_dodaj" => "Dodaj nov prevod za", "srv_base_lang" => "Osnovni jezik", + "srv_multi_lang" => "Večjezične ankete", "srv_lang_elements" => "Standardne besede", "srv_trans_lang" => "Prevod", "srv_trans_langs" => "Prikaži dodatni jezik", @@ -6394,7 +6395,7 @@ $lang = array ( 'srv_aapor_show_calculation' => 'Prikaz izračunov:', 'srv_aapor_show_approximate_calculation' => 'Prikaz približnih izračunov:', 'srv_aapor_show_approximate' => 'Prikaži približke', - 'srv_show_continue_later' => 'Opcija za nadaljevanje kasneje', + 'srv_show_continue_later' => 'Možnost kasnejšega nadaljevanja izpolnjevanja ankete', 'srv_themes_select' => 'Izbira teme', 'srv_themes_mod' => 'Prilagoditev teme', 'srv_themes_mod2' => 'Trenutno urejate temo', @@ -6412,7 +6413,7 @@ $lang = array ( 'srv_new_theme_alert' => 'Dodana je nova prilagoditev teme %s. Uredite jo lahko spodaj.', 'srv_new_theme_alert_css' => 'Dodana je nova CSS tema %s. Uredite jo lahko spodaj.', 'srv_js_tracking' => 'JavaScript koda za sledenje', - 'js_tracking_note' => 'Skopirajte celotno kodo (iz npr. Google Analytics), vključno s <script> blokom.', + 'js_tracking_note' => 'Vnesite celotno kodo za sledenje (iz npr. Google Analytics) - vključno s <script> blokom.', 'srv_editing_mode' => 'Napredna 1KA', 'srv_editing_mode_0' => 'Enostavno', 'srv_editing_mode_1' => 'Napredno', @@ -6823,7 +6824,6 @@ $lang = array ( 'srv_parapodatki' => 'Napredni parapodatki', 'pasteFromWordAlert' => 'Kopiranje besedila močno odsvetujemo! Več >>', 'srv_interaktivni_elementi' => 'Interaktivni elementi', - 'srv_hint' => 'Namig', 'srv_para_label_variables' => 'Spremenljivke', 'srv_para_label_details' => 'Podrobno', 'srv_para_label_breaks' => 'Prekinitve', @@ -7127,7 +7127,7 @@ $lang = array ( 'one_click_create' => "Enklik kreiranje", 'edit_hide' => "Skrij", 'edit_show' => "Prikaži", - 'srv_show_title' => "Naslov ankete za uporabnike", + 'srv_show_title' => "Naslov ankete je viden respondentom", 'srv_create_show_intro' => "Uvod je viden respondentom", 'srv_create_show_concl' => "Zaključek je viden respondentom", 'srv_create_show_title' => "Naslov ankete je viden respondentom", @@ -7191,7 +7191,7 @@ $lang = array ( 'srv_orientacija_tabela_da_ne' => "Tabela DA/NE", 'srv_privacy_0' => "Brez potrditve (povezava v nogi ankete)", 'srv_privacy_1' => "Potrditev s klikom naprej", - 'srv_privacy_2' => "Potrditev s checkboxom", + 'srv_privacy_2' => "Potrditev s potrditvenim poljem (checkbox)", 'cookiePopupTitle' => 'Uporaba piškotkov', 'cookiePopupText' => '

Za izboljšanje uporabniške izkušnje, vam bomo kot prijavljenim uporabnikom dodelili piškotke (pojasnilo).

Ali se želite prijaviti?

', 'aaiPopupTitle' => 'AAI-prijava', diff --git a/lang/2.php b/lang/2.php index 421a28c8d..ce1da4a75 100644 --- a/lang/2.php +++ b/lang/2.php @@ -1978,12 +1978,12 @@ $lang = array ( "srv_settings_help" => "Help", "srv_settingsPersonal" => "Personal setting", "srv_nastavitveStevilcenje" => "Question numbering", - "srv_nastavitveStevilcenjeType" => "Numbering style", + "srv_nastavitveStevilcenjeType" => "Numbering style for respondents", "srv_nastavitveStevilcenjeType0"=> "Without numbering", - "srv_nastavitveStevilcenjeType1"=> "With consecutive numbers [ 1), 2), ... ]", + "srv_nastavitveStevilcenjeType1"=> "With consecutive numbers of variables [ 1), 2), ... ]", "srv_nastavitveStevilcenjeType2"=> "With variable names [ V1, V2, ... ]", - "srv_nastavitveStevilcenjeType3"=> "With names and consecutive numbers", - "srv_nastavitvePrestevilcevanje"=> "Automatic renumbering", + "srv_nastavitveStevilcenjeType3"=> "With names and consecutive numbers of variables", + "srv_nastavitvePrestevilcevanje"=> "Automatic renumbering of questions when changing the order of questions", "srv_nastavitveStevilcenjePDF" => "Numbered questions in PDF", "srv_nastavitveStevilcenjeRTF" => "Numbered questions in RTF", "srv_nastavitveStevilcenjeFrekvence" => "Numbered questions in Frequency statistics", @@ -3239,8 +3239,8 @@ $lang = array ( "srv_slideshow_sett_autostart_opt_2_short" => "Click on first question", "srv_slideshow_sett_autostart_opt_3" => "Start by any action (Button 'Forward', First question timer, Click on first question)", "srv_slideshow_sett_autostart_opt_3_short" => "Any action", - "srv_slideshow_sett_next_button_lbl" => "Display 'Forward' option", - "srv_slideshow_sett_back_button_lbl" => "Display 'Back' option", + "srv_slideshow_sett_next_button_lbl" => "Display 'Forward' button", + "srv_slideshow_sett_back_button_lbl" => "Display 'Back' button", "srv_slideshow_sett_pause_button_lbl" => "Display 'Pause' opiton", "srv_slideshow_sett_button_opt_0" => "Don't show button", "srv_slideshow_sett_button_opt_1" => "Show button", @@ -3269,7 +3269,7 @@ $lang = array ( "srv_fieldwork_device_pass" => "Device password", "srv_fieldwork_device_surveyID" => "Survey ID on the device", "srv_fieldwork_sync_data" => "Synchronise data", - "srv_hint" => "Hint", + "srv_hint" => "Hint option for respondents", "srv_hint_datapiping" => "When editing conclusion or email, use Data piping to display final score.

Use question label for computed value, embraced with hash, #score#", "srv_missing_profile_title1" => "Selected values are not used in the analysis and are treated as missing values!", "srv_missing_profile_title2" => "Missing values - undefined answers", @@ -3986,6 +3986,7 @@ $lang = array ( "srv_mobile_survey" => "Survey created with mobile app", "srv_mobile_add_question" => "Add question", "srv_prevajanje_dodaj" => "Add translation for", + "srv_multi_lang" => "Multilanguage surveys", "srv_base_lang" => "Basic language", "srv_lang_elements" => "Standard text", "srv_trans_lang" => "Translation", @@ -6287,7 +6288,7 @@ $lang = array ( 'srv_aapor_show_calculation' => 'Show calculations:', 'srv_aapor_show_approximate_calculation' => 'Show approximate calculations:', 'srv_aapor_show_approximate' => 'Show approximate', - 'srv_show_continue_later' => 'Display continue later option', + 'srv_show_continue_later' => 'Option to continue the survey at a later date', 'srv_themes_select' => 'Theme selection', 'srv_themes_mod' => 'Theme modifiation', 'srv_themes_mod2' => 'Currently editing', @@ -6305,7 +6306,7 @@ $lang = array ( 'srv_new_theme_alert' => 'New modification theme %s has been added. You can edit it below.', 'srv_new_theme_alert_css' => 'New CSS theme %s has been added. You can edit it below.', 'srv_js_tracking' => 'JavaScript code for tracking', - 'js_tracking_note' => 'Copy the entire code (e.g. from Google Analytics), including the <script> block.', + 'js_tracking_note' => 'Enter the full tracking code (from e.g. Google Analytics), including the <script> block:', 'srv_editing_mode' => 'Advanced 1KA', 'srv_editing_mode_0' => 'Basic', 'srv_editing_mode_1' => 'Advanced', @@ -6705,7 +6706,6 @@ $lang = array ( 'srv_parapodatki' => 'Advanced paradata', 'pasteFromWordAlert' => 'Text copying is strongly discouraged! More >>', 'srv_interaktivni_elementi' => 'Interactive elements', - 'srv_hint' => 'Hint', 'srv_para_label_variables' => 'Variables', 'srv_para_label_details' => 'Details', 'srv_para_label_breaks' => 'Breaks', @@ -7010,7 +7010,7 @@ $lang = array ( 'one_click_create' => "Oneclick create", 'edit_hide' => "Hide", 'edit_show' => "Show", - 'srv_show_title' => "Survey title for respondents", + 'srv_show_title' => "Survey title is visible to respondents", 'srv_create_show_intro' => "Intro is visible to respondents", 'srv_create_show_concl' => "Conclusion is visible to respondents", 'srv_create_show_title' => "Title is visible to respondents", @@ -7073,7 +7073,7 @@ $lang = array ( 'srv_select_box_vse' => "all", 'srv_orientacija_tabela_da_ne' => "Table YES/NO", 'srv_privacy_0' => "Without confirmation (link in footer)", - 'srv_privacy_1' => "Confirmation with button next", + 'srv_privacy_1' => "Confirmation with 'Next' button", 'srv_privacy_2' => "Confirmation with checkbox", 'cookiePopupTitle' => 'Cookie usage', 'cookiePopupText' => '

This site uses cookies to improve user experience for logged in users.

Do you wish to proceed?

', diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 6e66ed88b..a7d855902 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10000,6 +10000,9 @@ textarea { textarea.wauto { width: auto; } +textarea.w800 { + width: 800px; +} textarea.disabled { border-color: #C4C4C4; background-color: #E5E5E5; diff --git a/resources/sass/admin_new/components/form/textarea.scss b/resources/sass/admin_new/components/form/textarea.scss index 0ce88cbf6..be72e9e56 100644 --- a/resources/sass/admin_new/components/form/textarea.scss +++ b/resources/sass/admin_new/components/form/textarea.scss @@ -5,6 +5,9 @@ textarea { &.wauto { width: auto; } + &.w800{ + width: 800px; + } border: 1px solid $dark-gray; box-sizing: border-box; From f66722eabce44ebe91d59584293e5d330c0e95b6 Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Fri, 19 Aug 2022 09:59:16 +0200 Subject: [PATCH 05/46] [Redizajn 1KA v2] - Urejanje --> Nastavitve --> Osnovne nastavitve - izbris starih odpri in zamakni gumbov --- admin/survey/SurveyAdminSettings.php | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index fd056a9d2..e2eb09f0a 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -492,31 +492,6 @@ class SurveyAdminSettings { echo ''; } - - // zamakni - /*echo '
'; - - echo ''.$lang['a_show'].''; - echo '
'; - if ($row['flat'] == 0) - echo ''.$lang['srv_flat_0_short'].' '; - else - echo ''.$lang['srv_flat_0_short'].' '; - echo Help::display('srv_branching_flat'); - echo '
'; - - // odpri - echo '
'; - if ($row['popup'] == 1) - echo ''.$lang['srv_popup_1_short'].' '; - else - echo ''.$lang['srv_popup_1_short'].' '; - echo Help::display('srv_branching_popup'); - echo '
'; - - echo '
';*/ - - /* STEVILCENJE */ echo '
'; echo '' . $lang['srv_nastavitveStevilcenje'] . ''; From b54ec3cc939ac692a236486d8b689ccd6ebe7141 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Fri, 19 Aug 2022 10:30:53 +0200 Subject: [PATCH 06/46] Ckeditor - css popravki, odstranjen flash --- editors/ckeditor_4_4/config.js | 2 +- public/css/admin_new.css | 34 +++++++++++++++---- .../components/ckeditor/ckeditor.scss | 29 ++++++++++++++++ .../sass/admin_new/components/components.scss | 5 ++- .../admin_new/components/form/button.scss | 9 ----- 5 files changed, 61 insertions(+), 18 deletions(-) create mode 100644 resources/sass/admin_new/components/ckeditor/ckeditor.scss diff --git a/editors/ckeditor_4_4/config.js b/editors/ckeditor_4_4/config.js index baf41d3be..e52959251 100644 --- a/editors/ckeditor_4_4/config.js +++ b/editors/ckeditor_4_4/config.js @@ -36,7 +36,7 @@ CKEDITOR.editorConfig = function (config) { '/', {name: 'other', items: ['Scayt', 'Strike', 'SpecialChar']}, {name: 'vec', items:['Styles', 'Format', 'Outdent', 'Indent', 'HorizontalRule']}, - {name: 'insert', items: ['CreateDiv', 'Flash', 'Table', 'IFrame', 'Youtube', 'Abbr']}, + {name: 'insert', items: ['CreateDiv', 'Table', 'IFrame', 'Youtube', 'Abbr']}, ]; /*config.toolbar = [ diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 2e3ae805c..e1d88d61f 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -9695,13 +9695,6 @@ div.button_holder.float-right button { margin-left: 16px; margin-right: 0; } -div.button_holder.editor_button_holder { - margin: 0; - padding: 8px 16px; - border-bottom: 1px #cccccc solid; - border-left: 1px #cccccc solid; - border-right: 1px #cccccc solid; -} label { cursor: pointer; @@ -10449,6 +10442,33 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { color: #FFC700 !important; } +.cke_1.cke_chrome { + border-bottom: 1px #E5E5E5 solid !important; + border-radius: 2px 2px 0 0; +} + +#cke_1_top { + border-bottom: 1px #E5E5E5 solid; +} + +.cke_dialog { + border: 1px #E5E5E5 solid !important; +} + +div.button_holder.editor_button_holder { + margin: 0; + padding: 8px 16px; + border-bottom: 1px #cccccc solid; + border-left: 1px #cccccc solid; + border-right: 1px #cccccc solid; + border-radius: 0 0 2px 2px; +} + +.cke_dialog table tr td, +.cke_dialog table tr th { + border-bottom: 0 !important; +} + /* Specific pages scss */ diff --git a/resources/sass/admin_new/components/ckeditor/ckeditor.scss b/resources/sass/admin_new/components/ckeditor/ckeditor.scss new file mode 100644 index 000000000..4fb4530c9 --- /dev/null +++ b/resources/sass/admin_new/components/ckeditor/ckeditor.scss @@ -0,0 +1,29 @@ + +.cke_1.cke_chrome { + border-bottom: 1px $gray solid !important; + border-radius: 2px 2px 0 0; +} + +#cke_1_top{ + border-bottom: 1px $gray solid; +} + +.cke_dialog{ + border: 1px $gray solid !important; +} + +div.button_holder.editor_button_holder{ + margin: 0; + padding: 8px 16px; + + border-bottom: 1px rgb(204, 204, 204) solid; + border-left: 1px rgb(204, 204, 204) solid; + border-right: 1px rgb(204, 204, 204) solid; + + border-radius: 0 0 2px 2px; +} + +.cke_dialog table tr td, +.cke_dialog table tr th{ + border-bottom: 0 !important; +} \ No newline at end of file diff --git a/resources/sass/admin_new/components/components.scss b/resources/sass/admin_new/components/components.scss index 1af8621b0..0b6cf5c9a 100644 --- a/resources/sass/admin_new/components/components.scss +++ b/resources/sass/admin_new/components/components.scss @@ -15,4 +15,7 @@ @import "table/table"; // Payments -@import "payments/payments"; \ No newline at end of file +@import "payments/payments"; + +// CKEditor +@import "ckeditor/ckeditor"; \ No newline at end of file diff --git a/resources/sass/admin_new/components/form/button.scss b/resources/sass/admin_new/components/form/button.scss index de4421b06..03ec804d9 100644 --- a/resources/sass/admin_new/components/form/button.scss +++ b/resources/sass/admin_new/components/form/button.scss @@ -234,13 +234,4 @@ div.button_holder { margin-right: 0; } } - - &.editor_button_holder{ - margin: 0; - padding: 8px 16px; - - border-bottom: 1px rgb(204, 204, 204) solid; - border-left: 1px rgb(204, 204, 204) solid; - border-right: 1px rgb(204, 204, 204) solid; - } } From 001d45736c39700d15f6091f7efacc4b46de64b8 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Fri, 19 Aug 2022 10:31:39 +0200 Subject: [PATCH 07/46] Na novo zgeneriran admin_new.css po mergu --- public/css/admin_new.css | 2898 +++++++++++++++++++------------------- 1 file changed, 1449 insertions(+), 1449 deletions(-) diff --git a/public/css/admin_new.css b/public/css/admin_new.css index aa8dcadc1..b8cd5b399 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -214,4767 +214,4767 @@ /* 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"; + content: ""; } .fa-accessible-icon:before { - content: "\f368"; + content: ""; } .fa-accusoft:before { - content: "\f369"; + content: ""; } .fa-ad:before { - content: "\f641"; + content: ""; } .fa-address-book:before { - content: "\f2b9"; + content: ""; } .fa-address-card:before { - content: "\f2bb"; + content: ""; } .fa-adjust:before { - content: "\f042"; + content: ""; } .fa-adn:before { - content: "\f170"; + content: ""; } .fa-adversal:before { - content: "\f36a"; + content: ""; } .fa-affiliatetheme:before { - content: "\f36b"; + content: ""; } .fa-air-freshener:before { - content: "\f5d0"; + content: ""; } .fa-algolia:before { - content: "\f36c"; + content: ""; } .fa-align-center:before { - content: "\f037"; + content: ""; } .fa-align-justify:before { - content: "\f039"; + content: ""; } .fa-align-left:before { - content: "\f036"; + content: ""; } .fa-align-right:before { - content: "\f038"; + content: ""; } .fa-alipay:before { - content: "\f642"; + content: ""; } .fa-allergies:before { - content: "\f461"; + content: ""; } .fa-amazon:before { - content: "\f270"; + content: ""; } .fa-amazon-pay:before { - content: "\f42c"; + content: ""; } .fa-ambulance:before { - content: "\f0f9"; + content: ""; } .fa-american-sign-language-interpreting:before { - content: "\f2a3"; + content: ""; } .fa-amilia:before { - content: "\f36d"; + content: ""; } .fa-anchor:before { - content: "\f13d"; + content: ""; } .fa-android:before { - content: "\f17b"; + content: ""; } .fa-angellist:before { - content: "\f209"; + content: ""; } .fa-angle-double-down:before { - content: "\f103"; + content: ""; } .fa-angle-double-left:before { - content: "\f100"; + content: ""; } .fa-angle-double-right:before { - content: "\f101"; + content: ""; } .fa-angle-double-up:before { - content: "\f102"; + content: ""; } .fa-angle-down:before { - content: "\f107"; + content: ""; } .fa-angle-left:before { - content: "\f104"; + content: ""; } .fa-angle-right:before { - content: "\f105"; + content: ""; } .fa-angle-up:before { - content: "\f106"; + content: ""; } .fa-angry:before { - content: "\f556"; + content: ""; } .fa-angrycreative:before { - content: "\f36e"; + content: ""; } .fa-angular:before { - content: "\f420"; + content: ""; } .fa-ankh:before { - content: "\f644"; + content: ""; } .fa-app-store:before { - content: "\f36f"; + content: ""; } .fa-app-store-ios:before { - content: "\f370"; + content: ""; } .fa-apper:before { - content: "\f371"; + content: ""; } .fa-apple:before { - content: "\f179"; + content: ""; } .fa-apple-alt:before { - content: "\f5d1"; + content: ""; } .fa-apple-pay:before { - content: "\f415"; + content: ""; } .fa-archive:before { - content: "\f187"; + content: ""; } .fa-archway:before { - content: "\f557"; + content: ""; } .fa-arrow-alt-circle-down:before { - content: "\f358"; + content: ""; } .fa-arrow-alt-circle-left:before { - content: "\f359"; + content: ""; } .fa-arrow-alt-circle-right:before { - content: "\f35a"; + content: ""; } .fa-arrow-alt-circle-up:before { - content: "\f35b"; + content: ""; } .fa-arrow-circle-down:before { - content: "\f0ab"; + content: ""; } .fa-arrow-circle-left:before { - content: "\f0a8"; + content: ""; } .fa-arrow-circle-right:before { - content: "\f0a9"; + content: ""; } .fa-arrow-circle-up:before { - content: "\f0aa"; + content: ""; } .fa-arrow-down:before { - content: "\f063"; + content: ""; } .fa-arrow-left:before { - content: "\f060"; + content: ""; } .fa-arrow-right:before { - content: "\f061"; + content: ""; } .fa-arrow-up:before { - content: "\f062"; + content: ""; } .fa-arrows-alt:before { - content: "\f0b2"; + content: ""; } .fa-arrows-alt-h:before { - content: "\f337"; + content: ""; } .fa-arrows-alt-v:before { - content: "\f338"; + content: ""; } .fa-assistive-listening-systems:before { - content: "\f2a2"; + content: ""; } .fa-asterisk:before { - content: "\f069"; + content: ""; } .fa-asymmetrik:before { - content: "\f372"; + content: ""; } .fa-at:before { - content: "\f1fa"; + content: ""; } .fa-atlas:before { - content: "\f558"; + content: ""; } .fa-atom:before { - content: "\f5d2"; + content: ""; } .fa-audible:before { - content: "\f373"; + content: ""; } .fa-audio-description:before { - content: "\f29e"; + content: ""; } .fa-autoprefixer:before { - content: "\f41c"; + content: ""; } .fa-avianex:before { - content: "\f374"; + content: ""; } .fa-aviato:before { - content: "\f421"; + content: ""; } .fa-award:before { - content: "\f559"; + content: ""; } .fa-aws:before { - content: "\f375"; + content: ""; } .fa-backspace:before { - content: "\f55a"; + content: ""; } .fa-backward:before { - content: "\f04a"; + content: ""; } .fa-balance-scale:before { - content: "\f24e"; + content: ""; } .fa-ban:before { - content: "\f05e"; + content: ""; } .fa-band-aid:before { - content: "\f462"; + content: ""; } .fa-bandcamp:before { - content: "\f2d5"; + content: ""; } .fa-barcode:before { - content: "\f02a"; + content: ""; } .fa-bars:before { - content: "\f0c9"; + content: ""; } .fa-baseball-ball:before { - content: "\f433"; + content: ""; } .fa-basketball-ball:before { - content: "\f434"; + content: ""; } .fa-bath:before { - content: "\f2cd"; + content: ""; } .fa-battery-empty:before { - content: "\f244"; + content: ""; } .fa-battery-full:before { - content: "\f240"; + content: ""; } .fa-battery-half:before { - content: "\f242"; + content: ""; } .fa-battery-quarter:before { - content: "\f243"; + content: ""; } .fa-battery-three-quarters:before { - content: "\f241"; + content: ""; } .fa-bed:before { - content: "\f236"; + content: ""; } .fa-beer:before { - content: "\f0fc"; + content: ""; } .fa-behance:before { - content: "\f1b4"; + content: ""; } .fa-behance-square:before { - content: "\f1b5"; + content: ""; } .fa-bell:before { - content: "\f0f3"; + content: ""; } .fa-bell-slash:before { - content: "\f1f6"; + content: ""; } .fa-bezier-curve:before { - content: "\f55b"; + content: ""; } .fa-bible:before { - content: "\f647"; + content: ""; } .fa-bicycle:before { - content: "\f206"; + content: ""; } .fa-bimobject:before { - content: "\f378"; + content: ""; } .fa-binoculars:before { - content: "\f1e5"; + content: ""; } .fa-birthday-cake:before { - content: "\f1fd"; + content: ""; } .fa-bitbucket:before { - content: "\f171"; + content: ""; } .fa-bitcoin:before { - content: "\f379"; + content: ""; } .fa-bity:before { - content: "\f37a"; + content: ""; } .fa-black-tie:before { - content: "\f27e"; + content: ""; } .fa-blackberry:before { - content: "\f37b"; + content: ""; } .fa-blender:before { - content: "\f517"; + content: ""; } .fa-blind:before { - content: "\f29d"; + content: ""; } .fa-blogger:before { - content: "\f37c"; + content: ""; } .fa-blogger-b:before { - content: "\f37d"; + content: ""; } .fa-bluetooth:before { - content: "\f293"; + content: ""; } .fa-bluetooth-b:before { - content: "\f294"; + content: ""; } .fa-bold:before { - content: "\f032"; + content: ""; } .fa-bolt:before { - content: "\f0e7"; + content: ""; } .fa-bomb:before { - content: "\f1e2"; + content: ""; } .fa-bone:before { - content: "\f5d7"; + content: ""; } .fa-bong:before { - content: "\f55c"; + content: ""; } .fa-book:before { - content: "\f02d"; + content: ""; } .fa-book-open:before { - content: "\f518"; + content: ""; } .fa-book-reader:before { - content: "\f5da"; + content: ""; } .fa-bookmark:before { - content: "\f02e"; + content: ""; } .fa-bowling-ball:before { - content: "\f436"; + content: ""; } .fa-box:before { - content: "\f466"; + content: ""; } .fa-box-open:before { - content: "\f49e"; + content: ""; } .fa-boxes:before { - content: "\f468"; + content: ""; } .fa-braille:before { - content: "\f2a1"; + content: ""; } .fa-brain:before { - content: "\f5dc"; + content: ""; } .fa-briefcase:before { - content: "\f0b1"; + content: ""; } .fa-briefcase-medical:before { - content: "\f469"; + content: ""; } .fa-broadcast-tower:before { - content: "\f519"; + content: ""; } .fa-broom:before { - content: "\f51a"; + content: ""; } .fa-brush:before { - content: "\f55d"; + content: ""; } .fa-btc:before { - content: "\f15a"; + content: ""; } .fa-bug:before { - content: "\f188"; + content: ""; } .fa-building:before { - content: "\f1ad"; + content: ""; } .fa-bullhorn:before { - content: "\f0a1"; + content: ""; } .fa-bullseye:before { - content: "\f140"; + content: ""; } .fa-burn:before { - content: "\f46a"; + content: ""; } .fa-buromobelexperte:before { - content: "\f37f"; + content: ""; } .fa-bus:before { - content: "\f207"; + content: ""; } .fa-bus-alt:before { - content: "\f55e"; + content: ""; } .fa-business-time:before { - content: "\f64a"; + content: ""; } .fa-buysellads:before { - content: "\f20d"; + content: ""; } .fa-calculator:before { - content: "\f1ec"; + content: ""; } .fa-calendar:before { - content: "\f133"; + content: ""; } .fa-calendar-alt:before { - content: "\f073"; + content: ""; } .fa-calendar-check:before { - content: "\f274"; + content: ""; } .fa-calendar-minus:before { - content: "\f272"; + content: ""; } .fa-calendar-plus:before { - content: "\f271"; + content: ""; } .fa-calendar-times:before { - content: "\f273"; + content: ""; } .fa-camera:before { - content: "\f030"; + content: ""; } .fa-camera-retro:before { - content: "\f083"; + content: ""; } .fa-cannabis:before { - content: "\f55f"; + content: ""; } .fa-capsules:before { - content: "\f46b"; + content: ""; } .fa-car:before { - content: "\f1b9"; + content: ""; } .fa-car-alt:before { - content: "\f5de"; + content: ""; } .fa-car-battery:before { - content: "\f5df"; + content: ""; } .fa-car-crash:before { - content: "\f5e1"; + content: ""; } .fa-car-side:before { - content: "\f5e4"; + content: ""; } .fa-caret-down:before { - content: "\f0d7"; + content: ""; } .fa-caret-left:before { - content: "\f0d9"; + content: ""; } .fa-caret-right:before { - content: "\f0da"; + content: ""; } .fa-caret-square-down:before { - content: "\f150"; + content: ""; } .fa-caret-square-left:before { - content: "\f191"; + content: ""; } .fa-caret-square-right:before { - content: "\f152"; + content: ""; } .fa-caret-square-up:before { - content: "\f151"; + content: ""; } .fa-caret-up:before { - content: "\f0d8"; + content: ""; } .fa-cart-arrow-down:before { - content: "\f218"; + content: ""; } .fa-cart-plus:before { - content: "\f217"; + content: ""; } .fa-cc-amazon-pay:before { - content: "\f42d"; + content: ""; } .fa-cc-amex:before { - content: "\f1f3"; + content: ""; } .fa-cc-apple-pay:before { - content: "\f416"; + content: ""; } .fa-cc-diners-club:before { - content: "\f24c"; + content: ""; } .fa-cc-discover:before { - content: "\f1f2"; + content: ""; } .fa-cc-jcb:before { - content: "\f24b"; + content: ""; } .fa-cc-mastercard:before { - content: "\f1f1"; + content: ""; } .fa-cc-paypal:before { - content: "\f1f4"; + content: ""; } .fa-cc-stripe:before { - content: "\f1f5"; + content: ""; } .fa-cc-visa:before { - content: "\f1f0"; + content: ""; } .fa-centercode:before { - content: "\f380"; + content: ""; } .fa-certificate:before { - content: "\f0a3"; + content: ""; } .fa-chalkboard:before { - content: "\f51b"; + content: ""; } .fa-chalkboard-teacher:before { - content: "\f51c"; + content: ""; } .fa-charging-station:before { - content: "\f5e7"; + content: ""; } .fa-chart-area:before { - content: "\f1fe"; + content: ""; } .fa-chart-bar:before { - content: "\f080"; + content: ""; } .fa-chart-line:before { - content: "\f201"; + content: ""; } .fa-chart-pie:before { - content: "\f200"; + content: ""; } .fa-check:before { - content: "\f00c"; + content: ""; } .fa-check-circle:before { - content: "\f058"; + content: ""; } .fa-check-double:before { - content: "\f560"; + content: ""; } .fa-check-square:before { - content: "\f14a"; + content: ""; } .fa-chess:before { - content: "\f439"; + content: ""; } .fa-chess-bishop:before { - content: "\f43a"; + content: ""; } .fa-chess-board:before { - content: "\f43c"; + content: ""; } .fa-chess-king:before { - content: "\f43f"; + content: ""; } .fa-chess-knight:before { - content: "\f441"; + content: ""; } .fa-chess-pawn:before { - content: "\f443"; + content: ""; } .fa-chess-queen:before { - content: "\f445"; + content: ""; } .fa-chess-rook:before { - content: "\f447"; + content: ""; } .fa-chevron-circle-down:before { - content: "\f13a"; + content: ""; } .fa-chevron-circle-left:before { - content: "\f137"; + content: ""; } .fa-chevron-circle-right:before { - content: "\f138"; + content: ""; } .fa-chevron-circle-up:before { - content: "\f139"; + content: ""; } .fa-chevron-down:before { - content: "\f078"; + content: ""; } .fa-chevron-left:before { - content: "\f053"; + content: ""; } .fa-chevron-right:before { - content: "\f054"; + content: ""; } .fa-chevron-up:before { - content: "\f077"; + content: ""; } .fa-child:before { - content: "\f1ae"; + content: ""; } .fa-chrome:before { - content: "\f268"; + content: ""; } .fa-church:before { - content: "\f51d"; + content: ""; } .fa-circle:before { - content: "\f111"; + content: ""; } .fa-circle-notch:before { - content: "\f1ce"; + content: ""; } .fa-city:before { - content: "\f64f"; + content: ""; } .fa-clipboard:before { - content: "\f328"; + content: ""; } .fa-clipboard-check:before { - content: "\f46c"; + content: ""; } .fa-clipboard-list:before { - content: "\f46d"; + content: ""; } .fa-clock:before { - content: "\f017"; + content: ""; } .fa-clone:before { - content: "\f24d"; + content: ""; } .fa-closed-captioning:before { - content: "\f20a"; + content: ""; } .fa-cloud:before { - content: "\f0c2"; + content: ""; } .fa-cloud-download-alt:before { - content: "\f381"; + content: ""; } .fa-cloud-upload-alt:before { - content: "\f382"; + content: ""; } .fa-cloudscale:before { - content: "\f383"; + content: ""; } .fa-cloudsmith:before { - content: "\f384"; + content: ""; } .fa-cloudversify:before { - content: "\f385"; + content: ""; } .fa-cocktail:before { - content: "\f561"; + content: ""; } .fa-code:before { - content: "\f121"; + content: ""; } .fa-code-branch:before { - content: "\f126"; + content: ""; } .fa-codepen:before { - content: "\f1cb"; + content: ""; } .fa-codiepie:before { - content: "\f284"; + content: ""; } .fa-coffee:before { - content: "\f0f4"; + content: ""; } .fa-cog:before { - content: "\f013"; + content: ""; } .fa-cogs:before { - content: "\f085"; + content: ""; } .fa-coins:before { - content: "\f51e"; + content: ""; } .fa-columns:before { - content: "\f0db"; + content: ""; } .fa-comment:before { - content: "\f075"; + content: ""; } .fa-comment-alt:before { - content: "\f27a"; + content: ""; } .fa-comment-dollar:before { - content: "\f651"; + content: ""; } .fa-comment-dots:before { - content: "\f4ad"; + content: ""; } .fa-comment-slash:before { - content: "\f4b3"; + content: ""; } .fa-comments:before { - content: "\f086"; + content: ""; } .fa-comments-dollar:before { - content: "\f653"; + content: ""; } .fa-compact-disc:before { - content: "\f51f"; + content: ""; } .fa-compass:before { - content: "\f14e"; + content: ""; } .fa-compress:before { - content: "\f066"; + content: ""; } .fa-concierge-bell:before { - content: "\f562"; + content: ""; } .fa-connectdevelop:before { - content: "\f20e"; + content: ""; } .fa-contao:before { - content: "\f26d"; + content: ""; } .fa-cookie:before { - content: "\f563"; + content: ""; } .fa-cookie-bite:before { - content: "\f564"; + content: ""; } .fa-copy:before { - content: "\f0c5"; + content: ""; } .fa-copyright:before { - content: "\f1f9"; + content: ""; } .fa-couch:before { - content: "\f4b8"; + content: ""; } .fa-cpanel:before { - content: "\f388"; + content: ""; } .fa-creative-commons:before { - content: "\f25e"; + content: ""; } .fa-creative-commons-by:before { - content: "\f4e7"; + content: ""; } .fa-creative-commons-nc:before { - content: "\f4e8"; + content: ""; } .fa-creative-commons-nc-eu:before { - content: "\f4e9"; + content: ""; } .fa-creative-commons-nc-jp:before { - content: "\f4ea"; + content: ""; } .fa-creative-commons-nd:before { - content: "\f4eb"; + content: ""; } .fa-creative-commons-pd:before { - content: "\f4ec"; + content: ""; } .fa-creative-commons-pd-alt:before { - content: "\f4ed"; + content: ""; } .fa-creative-commons-remix:before { - content: "\f4ee"; + content: ""; } .fa-creative-commons-sa:before { - content: "\f4ef"; + content: ""; } .fa-creative-commons-sampling:before { - content: "\f4f0"; + content: ""; } .fa-creative-commons-sampling-plus:before { - content: "\f4f1"; + content: ""; } .fa-creative-commons-share:before { - content: "\f4f2"; + content: ""; } .fa-credit-card:before { - content: "\f09d"; + content: ""; } .fa-crop:before { - content: "\f125"; + content: ""; } .fa-crop-alt:before { - content: "\f565"; + content: ""; } .fa-cross:before { - content: "\f654"; + content: ""; } .fa-crosshairs:before { - content: "\f05b"; + content: ""; } .fa-crow:before { - content: "\f520"; + content: ""; } .fa-crown:before { - content: "\f521"; + content: ""; } .fa-css3:before { - content: "\f13c"; + content: ""; } .fa-css3-alt:before { - content: "\f38b"; + content: ""; } .fa-cube:before { - content: "\f1b2"; + content: ""; } .fa-cubes:before { - content: "\f1b3"; + content: ""; } .fa-cut:before { - content: "\f0c4"; + content: ""; } .fa-cuttlefish:before { - content: "\f38c"; + content: ""; } .fa-d-and-d:before { - content: "\f38d"; + content: ""; } .fa-dashcube:before { - content: "\f210"; + content: ""; } .fa-database:before { - content: "\f1c0"; + content: ""; } .fa-deaf:before { - content: "\f2a4"; + content: ""; } .fa-delicious:before { - content: "\f1a5"; + content: ""; } .fa-deploydog:before { - content: "\f38e"; + content: ""; } .fa-deskpro:before { - content: "\f38f"; + content: ""; } .fa-desktop:before { - content: "\f108"; + content: ""; } .fa-deviantart:before { - content: "\f1bd"; + content: ""; } .fa-dharmachakra:before { - content: "\f655"; + content: ""; } .fa-diagnoses:before { - content: "\f470"; + content: ""; } .fa-dice:before { - content: "\f522"; + content: ""; } .fa-dice-five:before { - content: "\f523"; + content: ""; } .fa-dice-four:before { - content: "\f524"; + content: ""; } .fa-dice-one:before { - content: "\f525"; + content: ""; } .fa-dice-six:before { - content: "\f526"; + content: ""; } .fa-dice-three:before { - content: "\f527"; + content: ""; } .fa-dice-two:before { - content: "\f528"; + content: ""; } .fa-digg:before { - content: "\f1a6"; + content: ""; } .fa-digital-ocean:before { - content: "\f391"; + content: ""; } .fa-digital-tachograph:before { - content: "\f566"; + content: ""; } .fa-directions:before { - content: "\f5eb"; + content: ""; } .fa-discord:before { - content: "\f392"; + content: ""; } .fa-discourse:before { - content: "\f393"; + content: ""; } .fa-divide:before { - content: "\f529"; + content: ""; } .fa-dizzy:before { - content: "\f567"; + content: ""; } .fa-dna:before { - content: "\f471"; + content: ""; } .fa-dochub:before { - content: "\f394"; + content: ""; } .fa-docker:before { - content: "\f395"; + content: ""; } .fa-dollar-sign:before { - content: "\f155"; + content: ""; } .fa-dolly:before { - content: "\f472"; + content: ""; } .fa-dolly-flatbed:before { - content: "\f474"; + content: ""; } .fa-donate:before { - content: "\f4b9"; + content: ""; } .fa-door-closed:before { - content: "\f52a"; + content: ""; } .fa-door-open:before { - content: "\f52b"; + content: ""; } .fa-dot-circle:before { - content: "\f192"; + content: ""; } .fa-dove:before { - content: "\f4ba"; + content: ""; } .fa-download:before { - content: "\f019"; + content: ""; } .fa-draft2digital:before { - content: "\f396"; + content: ""; } .fa-drafting-compass:before { - content: "\f568"; + content: ""; } .fa-draw-polygon:before { - content: "\f5ee"; + content: ""; } .fa-dribbble:before { - content: "\f17d"; + content: ""; } .fa-dribbble-square:before { - content: "\f397"; + content: ""; } .fa-dropbox:before { - content: "\f16b"; + content: ""; } .fa-drum:before { - content: "\f569"; + content: ""; } .fa-drum-steelpan:before { - content: "\f56a"; + content: ""; } .fa-drupal:before { - content: "\f1a9"; + content: ""; } .fa-dumbbell:before { - content: "\f44b"; + content: ""; } .fa-dyalog:before { - content: "\f399"; + content: ""; } .fa-earlybirds:before { - content: "\f39a"; + content: ""; } .fa-ebay:before { - content: "\f4f4"; + content: ""; } .fa-edge:before { - content: "\f282"; + content: ""; } .fa-edit:before { - content: "\f044"; + content: ""; } .fa-eject:before { - content: "\f052"; + content: ""; } .fa-elementor:before { - content: "\f430"; + content: ""; } .fa-ellipsis-h:before { - content: "\f141"; + content: ""; } .fa-ellipsis-v:before { - content: "\f142"; + content: ""; } .fa-ello:before { - content: "\f5f1"; + content: ""; } .fa-ember:before { - content: "\f423"; + content: ""; } .fa-empire:before { - content: "\f1d1"; + content: ""; } .fa-envelope:before { - content: "\f0e0"; + content: ""; } .fa-envelope-open:before { - content: "\f2b6"; + content: ""; } .fa-envelope-open-text:before { - content: "\f658"; + content: ""; } .fa-envelope-square:before { - content: "\f199"; + content: ""; } .fa-envira:before { - content: "\f299"; + content: ""; } .fa-equals:before { - content: "\f52c"; + content: ""; } .fa-eraser:before { - content: "\f12d"; + content: ""; } .fa-erlang:before { - content: "\f39d"; + content: ""; } .fa-ethereum:before { - content: "\f42e"; + content: ""; } .fa-etsy:before { - content: "\f2d7"; + content: ""; } .fa-euro-sign:before { - content: "\f153"; + content: ""; } .fa-exchange-alt:before { - content: "\f362"; + content: ""; } .fa-exclamation:before { - content: "\f12a"; + content: ""; } .fa-exclamation-circle:before { - content: "\f06a"; + content: ""; } .fa-exclamation-triangle:before { - content: "\f071"; + content: ""; } .fa-expand:before { - content: "\f065"; + content: ""; } .fa-expand-arrows-alt:before { - content: "\f31e"; + content: ""; } .fa-expeditedssl:before { - content: "\f23e"; + content: ""; } .fa-external-link-alt:before { - content: "\f35d"; + content: ""; } .fa-external-link-square-alt:before { - content: "\f360"; + content: ""; } .fa-eye:before { - content: "\f06e"; + content: ""; } .fa-eye-dropper:before { - content: "\f1fb"; + content: ""; } .fa-eye-slash:before { - content: "\f070"; + content: ""; } .fa-facebook:before { - content: "\f09a"; + content: ""; } .fa-facebook-f:before { - content: "\f39e"; + content: ""; } .fa-facebook-messenger:before { - content: "\f39f"; + content: ""; } .fa-facebook-square:before { - content: "\f082"; + content: ""; } .fa-fast-backward:before { - content: "\f049"; + content: ""; } .fa-fast-forward:before { - content: "\f050"; + content: ""; } .fa-fax:before { - content: "\f1ac"; + content: ""; } .fa-feather:before { - content: "\f52d"; + content: ""; } .fa-feather-alt:before { - content: "\f56b"; + content: ""; } .fa-female:before { - content: "\f182"; + content: ""; } .fa-fighter-jet:before { - content: "\f0fb"; + content: ""; } .fa-file:before { - content: "\f15b"; + content: ""; } .fa-file-alt:before { - content: "\f15c"; + content: ""; } .fa-file-archive:before { - content: "\f1c6"; + content: ""; } .fa-file-audio:before { - content: "\f1c7"; + content: ""; } .fa-file-code:before { - content: "\f1c9"; + content: ""; } .fa-file-contract:before { - content: "\f56c"; + content: ""; } .fa-file-download:before { - content: "\f56d"; + content: ""; } .fa-file-excel:before { - content: "\f1c3"; + content: ""; } .fa-file-export:before { - content: "\f56e"; + content: ""; } .fa-file-image:before { - content: "\f1c5"; + content: ""; } .fa-file-import:before { - content: "\f56f"; + content: ""; } .fa-file-invoice:before { - content: "\f570"; + content: ""; } .fa-file-invoice-dollar:before { - content: "\f571"; + content: ""; } .fa-file-medical:before { - content: "\f477"; + content: ""; } .fa-file-medical-alt:before { - content: "\f478"; + content: ""; } .fa-file-pdf:before { - content: "\f1c1"; + content: ""; } .fa-file-powerpoint:before { - content: "\f1c4"; + content: ""; } .fa-file-prescription:before { - content: "\f572"; + content: ""; } .fa-file-signature:before { - content: "\f573"; + content: ""; } .fa-file-upload:before { - content: "\f574"; + content: ""; } .fa-file-video:before { - content: "\f1c8"; + content: ""; } .fa-file-word:before { - content: "\f1c2"; + content: ""; } .fa-fill:before { - content: "\f575"; + content: ""; } .fa-fill-drip:before { - content: "\f576"; + content: ""; } .fa-film:before { - content: "\f008"; + content: ""; } .fa-filter:before { - content: "\f0b0"; + content: ""; } .fa-fingerprint:before { - content: "\f577"; + content: ""; } .fa-fire:before { - content: "\f06d"; + content: ""; } .fa-fire-extinguisher:before { - content: "\f134"; + content: ""; } .fa-firefox:before { - content: "\f269"; + content: ""; } .fa-first-aid:before { - content: "\f479"; + content: ""; } .fa-first-order:before { - content: "\f2b0"; + content: ""; } .fa-first-order-alt:before { - content: "\f50a"; + content: ""; } .fa-firstdraft:before { - content: "\f3a1"; + content: ""; } .fa-fish:before { - content: "\f578"; + content: ""; } .fa-flag:before { - content: "\f024"; + content: ""; } .fa-flag-checkered:before { - content: "\f11e"; + content: ""; } .fa-flask:before { - content: "\f0c3"; + content: ""; } .fa-flickr:before { - content: "\f16e"; + content: ""; } .fa-flipboard:before { - content: "\f44d"; + content: ""; } .fa-flushed:before { - content: "\f579"; + content: ""; } .fa-fly:before { - content: "\f417"; + content: ""; } .fa-folder:before { - content: "\f07b"; + content: ""; } .fa-folder-minus:before { - content: "\f65d"; + content: ""; } .fa-folder-open:before { - content: "\f07c"; + content: ""; } .fa-folder-plus:before { - content: "\f65e"; + content: ""; } .fa-font:before { - content: "\f031"; + content: ""; } .fa-font-awesome:before { - content: "\f2b4"; + content: ""; } .fa-font-awesome-alt:before { - content: "\f35c"; + content: ""; } .fa-font-awesome-flag:before { - content: "\f425"; + content: ""; } .fa-font-awesome-logo-full:before { - content: "\f4e6"; + content: ""; } .fa-fonticons:before { - content: "\f280"; + content: ""; } .fa-fonticons-fi:before { - content: "\f3a2"; + content: ""; } .fa-football-ball:before { - content: "\f44e"; + content: ""; } .fa-fort-awesome:before { - content: "\f286"; + content: ""; } .fa-fort-awesome-alt:before { - content: "\f3a3"; + content: ""; } .fa-forumbee:before { - content: "\f211"; + content: ""; } .fa-forward:before { - content: "\f04e"; + content: ""; } .fa-foursquare:before { - content: "\f180"; + content: ""; } .fa-free-code-camp:before { - content: "\f2c5"; + content: ""; } .fa-freebsd:before { - content: "\f3a4"; + content: ""; } .fa-frog:before { - content: "\f52e"; + content: ""; } .fa-frown:before { - content: "\f119"; + content: ""; } .fa-frown-open:before { - content: "\f57a"; + content: ""; } .fa-fulcrum:before { - content: "\f50b"; + content: ""; } .fa-funnel-dollar:before { - content: "\f662"; + content: ""; } .fa-futbol:before { - content: "\f1e3"; + content: ""; } .fa-galactic-republic:before { - content: "\f50c"; + content: ""; } .fa-galactic-senate:before { - content: "\f50d"; + content: ""; } .fa-gamepad:before { - content: "\f11b"; + content: ""; } .fa-gas-pump:before { - content: "\f52f"; + content: ""; } .fa-gavel:before { - content: "\f0e3"; + content: ""; } .fa-gem:before { - content: "\f3a5"; + content: ""; } .fa-genderless:before { - content: "\f22d"; + content: ""; } .fa-get-pocket:before { - content: "\f265"; + content: ""; } .fa-gg:before { - content: "\f260"; + content: ""; } .fa-gg-circle:before { - content: "\f261"; + content: ""; } .fa-gift:before { - content: "\f06b"; + content: ""; } .fa-git:before { - content: "\f1d3"; + content: ""; } .fa-git-square:before { - content: "\f1d2"; + content: ""; } .fa-github:before { - content: "\f09b"; + content: ""; } .fa-github-alt:before { - content: "\f113"; + content: ""; } .fa-github-square:before { - content: "\f092"; + content: ""; } .fa-gitkraken:before { - content: "\f3a6"; + content: ""; } .fa-gitlab:before { - content: "\f296"; + content: ""; } .fa-gitter:before { - content: "\f426"; + content: ""; } .fa-glass-martini:before { - content: "\f000"; + content: ""; } .fa-glass-martini-alt:before { - content: "\f57b"; + content: ""; } .fa-glasses:before { - content: "\f530"; + content: ""; } .fa-glide:before { - content: "\f2a5"; + content: ""; } .fa-glide-g:before { - content: "\f2a6"; + content: ""; } .fa-globe:before { - content: "\f0ac"; + content: ""; } .fa-globe-africa:before { - content: "\f57c"; + content: ""; } .fa-globe-americas:before { - content: "\f57d"; + content: ""; } .fa-globe-asia:before { - content: "\f57e"; + content: ""; } .fa-gofore:before { - content: "\f3a7"; + content: ""; } .fa-golf-ball:before { - content: "\f450"; + content: ""; } .fa-goodreads:before { - content: "\f3a8"; + content: ""; } .fa-goodreads-g:before { - content: "\f3a9"; + content: ""; } .fa-google:before { - content: "\f1a0"; + content: ""; } .fa-google-drive:before { - content: "\f3aa"; + content: ""; } .fa-google-play:before { - content: "\f3ab"; + content: ""; } .fa-google-plus:before { - content: "\f2b3"; + content: ""; } .fa-google-plus-g:before { - content: "\f0d5"; + content: ""; } .fa-google-plus-square:before { - content: "\f0d4"; + content: ""; } .fa-google-wallet:before { - content: "\f1ee"; + content: ""; } .fa-gopuram:before { - content: "\f664"; + content: ""; } .fa-graduation-cap:before { - content: "\f19d"; + content: ""; } .fa-gratipay:before { - content: "\f184"; + content: ""; } .fa-grav:before { - content: "\f2d6"; + content: ""; } .fa-greater-than:before { - content: "\f531"; + content: ""; } .fa-greater-than-equal:before { - content: "\f532"; + content: ""; } .fa-grimace:before { - content: "\f57f"; + content: ""; } .fa-grin:before { - content: "\f580"; + content: ""; } .fa-grin-alt:before { - content: "\f581"; + content: ""; } .fa-grin-beam:before { - content: "\f582"; + content: ""; } .fa-grin-beam-sweat:before { - content: "\f583"; + content: ""; } .fa-grin-hearts:before { - content: "\f584"; + content: ""; } .fa-grin-squint:before { - content: "\f585"; + content: ""; } .fa-grin-squint-tears:before { - content: "\f586"; + content: ""; } .fa-grin-stars:before { - content: "\f587"; + content: ""; } .fa-grin-tears:before { - content: "\f588"; + content: ""; } .fa-grin-tongue:before { - content: "\f589"; + content: ""; } .fa-grin-tongue-squint:before { - content: "\f58a"; + content: ""; } .fa-grin-tongue-wink:before { - content: "\f58b"; + content: ""; } .fa-grin-wink:before { - content: "\f58c"; + content: ""; } .fa-grip-horizontal:before { - content: "\f58d"; + content: ""; } .fa-grip-vertical:before { - content: "\f58e"; + content: ""; } .fa-gripfire:before { - content: "\f3ac"; + content: ""; } .fa-grunt:before { - content: "\f3ad"; + content: ""; } .fa-gulp:before { - content: "\f3ae"; + content: ""; } .fa-h-square:before { - content: "\f0fd"; + content: ""; } .fa-hacker-news:before { - content: "\f1d4"; + content: ""; } .fa-hacker-news-square:before { - content: "\f3af"; + content: ""; } .fa-hackerrank:before { - content: "\f5f7"; + content: ""; } .fa-hamsa:before { - content: "\f665"; + content: ""; } .fa-hand-holding:before { - content: "\f4bd"; + content: ""; } .fa-hand-holding-heart:before { - content: "\f4be"; + content: ""; } .fa-hand-holding-usd:before { - content: "\f4c0"; + content: ""; } .fa-hand-lizard:before { - content: "\f258"; + content: ""; } .fa-hand-paper:before { - content: "\f256"; + content: ""; } .fa-hand-peace:before { - content: "\f25b"; + content: ""; } .fa-hand-point-down:before { - content: "\f0a7"; + content: ""; } .fa-hand-point-left:before { - content: "\f0a5"; + content: ""; } .fa-hand-point-right:before { - content: "\f0a4"; + content: ""; } .fa-hand-point-up:before { - content: "\f0a6"; + content: ""; } .fa-hand-pointer:before { - content: "\f25a"; + content: ""; } .fa-hand-rock:before { - content: "\f255"; + content: ""; } .fa-hand-scissors:before { - content: "\f257"; + content: ""; } .fa-hand-spock:before { - content: "\f259"; + content: ""; } .fa-hands:before { - content: "\f4c2"; + content: ""; } .fa-hands-helping:before { - content: "\f4c4"; + content: ""; } .fa-handshake:before { - content: "\f2b5"; + content: ""; } .fa-hashtag:before { - content: "\f292"; + content: ""; } .fa-haykal:before { - content: "\f666"; + content: ""; } .fa-hdd:before { - content: "\f0a0"; + content: ""; } .fa-heading:before { - content: "\f1dc"; + content: ""; } .fa-headphones:before { - content: "\f025"; + content: ""; } .fa-headphones-alt:before { - content: "\f58f"; + content: ""; } .fa-headset:before { - content: "\f590"; + content: ""; } .fa-heart:before { - content: "\f004"; + content: ""; } .fa-heartbeat:before { - content: "\f21e"; + content: ""; } .fa-helicopter:before { - content: "\f533"; + content: ""; } .fa-highlighter:before { - content: "\f591"; + content: ""; } .fa-hips:before { - content: "\f452"; + content: ""; } .fa-hire-a-helper:before { - content: "\f3b0"; + content: ""; } .fa-history:before { - content: "\f1da"; + content: ""; } .fa-hockey-puck:before { - content: "\f453"; + content: ""; } .fa-home:before { - content: "\f015"; + content: ""; } .fa-hooli:before { - content: "\f427"; + content: ""; } .fa-hornbill:before { - content: "\f592"; + content: ""; } .fa-hospital:before { - content: "\f0f8"; + content: ""; } .fa-hospital-alt:before { - content: "\f47d"; + content: ""; } .fa-hospital-symbol:before { - content: "\f47e"; + content: ""; } .fa-hot-tub:before { - content: "\f593"; + content: ""; } .fa-hotel:before { - content: "\f594"; + content: ""; } .fa-hotjar:before { - content: "\f3b1"; + content: ""; } .fa-hourglass:before { - content: "\f254"; + content: ""; } .fa-hourglass-end:before { - content: "\f253"; + content: ""; } .fa-hourglass-half:before { - content: "\f252"; + content: ""; } .fa-hourglass-start:before { - content: "\f251"; + content: ""; } .fa-houzz:before { - content: "\f27c"; + content: ""; } .fa-html5:before { - content: "\f13b"; + content: ""; } .fa-hubspot:before { - content: "\f3b2"; + content: ""; } .fa-i-cursor:before { - content: "\f246"; + content: ""; } .fa-id-badge:before { - content: "\f2c1"; + content: ""; } .fa-id-card:before { - content: "\f2c2"; + content: ""; } .fa-id-card-alt:before { - content: "\f47f"; + content: ""; } .fa-image:before { - content: "\f03e"; + content: ""; } .fa-images:before { - content: "\f302"; + content: ""; } .fa-imdb:before { - content: "\f2d8"; + content: ""; } .fa-inbox:before { - content: "\f01c"; + content: ""; } .fa-indent:before { - content: "\f03c"; + content: ""; } .fa-industry:before { - content: "\f275"; + content: ""; } .fa-infinity:before { - content: "\f534"; + content: ""; } .fa-info:before { - content: "\f129"; + content: ""; } .fa-info-circle:before { - content: "\f05a"; + content: ""; } .fa-instagram:before { - content: "\f16d"; + content: ""; } .fa-internet-explorer:before { - content: "\f26b"; + content: ""; } .fa-ioxhost:before { - content: "\f208"; + content: ""; } .fa-italic:before { - content: "\f033"; + content: ""; } .fa-itunes:before { - content: "\f3b4"; + content: ""; } .fa-itunes-note:before { - content: "\f3b5"; + content: ""; } .fa-java:before { - content: "\f4e4"; + content: ""; } .fa-jedi:before { - content: "\f669"; + content: ""; } .fa-jedi-order:before { - content: "\f50e"; + content: ""; } .fa-jenkins:before { - content: "\f3b6"; + content: ""; } .fa-joget:before { - content: "\f3b7"; + content: ""; } .fa-joint:before { - content: "\f595"; + content: ""; } .fa-joomla:before { - content: "\f1aa"; + content: ""; } .fa-journal-whills:before { - content: "\f66a"; + content: ""; } .fa-js:before { - content: "\f3b8"; + content: ""; } .fa-js-square:before { - content: "\f3b9"; + content: ""; } .fa-jsfiddle:before { - content: "\f1cc"; + content: ""; } .fa-kaaba:before { - content: "\f66b"; + content: ""; } .fa-kaggle:before { - content: "\f5fa"; + content: ""; } .fa-key:before { - content: "\f084"; + content: ""; } .fa-keybase:before { - content: "\f4f5"; + content: ""; } .fa-keyboard:before { - content: "\f11c"; + content: ""; } .fa-keycdn:before { - content: "\f3ba"; + content: ""; } .fa-khanda:before { - content: "\f66d"; + content: ""; } .fa-kickstarter:before { - content: "\f3bb"; + content: ""; } .fa-kickstarter-k:before { - content: "\f3bc"; + content: ""; } .fa-kiss:before { - content: "\f596"; + content: ""; } .fa-kiss-beam:before { - content: "\f597"; + content: ""; } .fa-kiss-wink-heart:before { - content: "\f598"; + content: ""; } .fa-kiwi-bird:before { - content: "\f535"; + content: ""; } .fa-korvue:before { - content: "\f42f"; + content: ""; } .fa-landmark:before { - content: "\f66f"; + content: ""; } .fa-language:before { - content: "\f1ab"; + content: ""; } .fa-laptop:before { - content: "\f109"; + content: ""; } .fa-laptop-code:before { - content: "\f5fc"; + content: ""; } .fa-laravel:before { - content: "\f3bd"; + content: ""; } .fa-lastfm:before { - content: "\f202"; + content: ""; } .fa-lastfm-square:before { - content: "\f203"; + content: ""; } .fa-laugh:before { - content: "\f599"; + content: ""; } .fa-laugh-beam:before { - content: "\f59a"; + content: ""; } .fa-laugh-squint:before { - content: "\f59b"; + content: ""; } .fa-laugh-wink:before { - content: "\f59c"; + content: ""; } .fa-layer-group:before { - content: "\f5fd"; + content: ""; } .fa-leaf:before { - content: "\f06c"; + content: ""; } .fa-leanpub:before { - content: "\f212"; + content: ""; } .fa-lemon:before { - content: "\f094"; + content: ""; } .fa-less:before { - content: "\f41d"; + content: ""; } .fa-less-than:before { - content: "\f536"; + content: ""; } .fa-less-than-equal:before { - content: "\f537"; + content: ""; } .fa-level-down-alt:before { - content: "\f3be"; + content: ""; } .fa-level-up-alt:before { - content: "\f3bf"; + content: ""; } .fa-life-ring:before { - content: "\f1cd"; + content: ""; } .fa-lightbulb:before { - content: "\f0eb"; + content: ""; } .fa-line:before { - content: "\f3c0"; + content: ""; } .fa-link:before { - content: "\f0c1"; + content: ""; } .fa-linkedin:before { - content: "\f08c"; + content: ""; } .fa-linkedin-in:before { - content: "\f0e1"; + content: ""; } .fa-linode:before { - content: "\f2b8"; + content: ""; } .fa-linux:before { - content: "\f17c"; + content: ""; } .fa-lira-sign:before { - content: "\f195"; + content: ""; } .fa-list:before { - content: "\f03a"; + content: ""; } .fa-list-alt:before { - content: "\f022"; + content: ""; } .fa-list-ol:before { - content: "\f0cb"; + content: ""; } .fa-list-ul:before { - content: "\f0ca"; + content: ""; } .fa-location-arrow:before { - content: "\f124"; + content: ""; } .fa-lock:before { - content: "\f023"; + content: ""; } .fa-lock-open:before { - content: "\f3c1"; + content: ""; } .fa-long-arrow-alt-down:before { - content: "\f309"; + content: ""; } .fa-long-arrow-alt-left:before { - content: "\f30a"; + content: ""; } .fa-long-arrow-alt-right:before { - content: "\f30b"; + content: ""; } .fa-long-arrow-alt-up:before { - content: "\f30c"; + content: ""; } .fa-low-vision:before { - content: "\f2a8"; + content: ""; } .fa-luggage-cart:before { - content: "\f59d"; + content: ""; } .fa-lyft:before { - content: "\f3c3"; + content: ""; } .fa-magento:before { - content: "\f3c4"; + content: ""; } .fa-magic:before { - content: "\f0d0"; + content: ""; } .fa-magnet:before { - content: "\f076"; + content: ""; } .fa-mail-bulk:before { - content: "\f674"; + content: ""; } .fa-mailchimp:before { - content: "\f59e"; + content: ""; } .fa-male:before { - content: "\f183"; + content: ""; } .fa-mandalorian:before { - content: "\f50f"; + content: ""; } .fa-map:before { - content: "\f279"; + content: ""; } .fa-map-marked:before { - content: "\f59f"; + content: ""; } .fa-map-marked-alt:before { - content: "\f5a0"; + content: ""; } .fa-map-marker:before { - content: "\f041"; + content: ""; } .fa-map-marker-alt:before { - content: "\f3c5"; + content: ""; } .fa-map-pin:before { - content: "\f276"; + content: ""; } .fa-map-signs:before { - content: "\f277"; + content: ""; } .fa-markdown:before { - content: "\f60f"; + content: ""; } .fa-marker:before { - content: "\f5a1"; + content: ""; } .fa-mars:before { - content: "\f222"; + content: ""; } .fa-mars-double:before { - content: "\f227"; + content: ""; } .fa-mars-stroke:before { - content: "\f229"; + content: ""; } .fa-mars-stroke-h:before { - content: "\f22b"; + content: ""; } .fa-mars-stroke-v:before { - content: "\f22a"; + content: ""; } .fa-mastodon:before { - content: "\f4f6"; + content: ""; } .fa-maxcdn:before { - content: "\f136"; + content: ""; } .fa-medal:before { - content: "\f5a2"; + content: ""; } .fa-medapps:before { - content: "\f3c6"; + content: ""; } .fa-medium:before { - content: "\f23a"; + content: ""; } .fa-medium-m:before { - content: "\f3c7"; + content: ""; } .fa-medkit:before { - content: "\f0fa"; + content: ""; } .fa-medrt:before { - content: "\f3c8"; + content: ""; } .fa-meetup:before { - content: "\f2e0"; + content: ""; } .fa-megaport:before { - content: "\f5a3"; + content: ""; } .fa-meh:before { - content: "\f11a"; + content: ""; } .fa-meh-blank:before { - content: "\f5a4"; + content: ""; } .fa-meh-rolling-eyes:before { - content: "\f5a5"; + content: ""; } .fa-memory:before { - content: "\f538"; + content: ""; } .fa-menorah:before { - content: "\f676"; + content: ""; } .fa-mercury:before { - content: "\f223"; + content: ""; } .fa-microchip:before { - content: "\f2db"; + content: ""; } .fa-microphone:before { - content: "\f130"; + content: ""; } .fa-microphone-alt:before { - content: "\f3c9"; + content: ""; } .fa-microphone-alt-slash:before { - content: "\f539"; + content: ""; } .fa-microphone-slash:before { - content: "\f131"; + content: ""; } .fa-microscope:before { - content: "\f610"; + content: ""; } .fa-microsoft:before { - content: "\f3ca"; + content: ""; } .fa-minus:before { - content: "\f068"; + content: ""; } .fa-minus-circle:before { - content: "\f056"; + content: ""; } .fa-minus-square:before { - content: "\f146"; + content: ""; } .fa-mix:before { - content: "\f3cb"; + content: ""; } .fa-mixcloud:before { - content: "\f289"; + content: ""; } .fa-mizuni:before { - content: "\f3cc"; + content: ""; } .fa-mobile:before { - content: "\f10b"; + content: ""; } .fa-mobile-alt:before { - content: "\f3cd"; + content: ""; } .fa-modx:before { - content: "\f285"; + content: ""; } .fa-monero:before { - content: "\f3d0"; + content: ""; } .fa-money-bill:before { - content: "\f0d6"; + content: ""; } .fa-money-bill-alt:before { - content: "\f3d1"; + content: ""; } .fa-money-bill-wave:before { - content: "\f53a"; + content: ""; } .fa-money-bill-wave-alt:before { - content: "\f53b"; + content: ""; } .fa-money-check:before { - content: "\f53c"; + content: ""; } .fa-money-check-alt:before { - content: "\f53d"; + content: ""; } .fa-monument:before { - content: "\f5a6"; + content: ""; } .fa-moon:before { - content: "\f186"; + content: ""; } .fa-mortar-pestle:before { - content: "\f5a7"; + content: ""; } .fa-mosque:before { - content: "\f678"; + content: ""; } .fa-motorcycle:before { - content: "\f21c"; + content: ""; } .fa-mouse-pointer:before { - content: "\f245"; + content: ""; } .fa-music:before { - content: "\f001"; + content: ""; } .fa-napster:before { - content: "\f3d2"; + content: ""; } .fa-neos:before { - content: "\f612"; + content: ""; } .fa-neuter:before { - content: "\f22c"; + content: ""; } .fa-newspaper:before { - content: "\f1ea"; + content: ""; } .fa-nimblr:before { - content: "\f5a8"; + content: ""; } .fa-nintendo-switch:before { - content: "\f418"; + content: ""; } .fa-node:before { - content: "\f419"; + content: ""; } .fa-node-js:before { - content: "\f3d3"; + content: ""; } .fa-not-equal:before { - content: "\f53e"; + content: ""; } .fa-notes-medical:before { - content: "\f481"; + content: ""; } .fa-npm:before { - content: "\f3d4"; + content: ""; } .fa-ns8:before { - content: "\f3d5"; + content: ""; } .fa-nutritionix:before { - content: "\f3d6"; + content: ""; } .fa-object-group:before { - content: "\f247"; + content: ""; } .fa-object-ungroup:before { - content: "\f248"; + content: ""; } .fa-odnoklassniki:before { - content: "\f263"; + content: ""; } .fa-odnoklassniki-square:before { - content: "\f264"; + content: ""; } .fa-oil-can:before { - content: "\f613"; + content: ""; } .fa-old-republic:before { - content: "\f510"; + content: ""; } .fa-om:before { - content: "\f679"; + content: ""; } .fa-opencart:before { - content: "\f23d"; + content: ""; } .fa-openid:before { - content: "\f19b"; + content: ""; } .fa-opera:before { - content: "\f26a"; + content: ""; } .fa-optin-monster:before { - content: "\f23c"; + content: ""; } .fa-osi:before { - content: "\f41a"; + content: ""; } .fa-outdent:before { - content: "\f03b"; + content: ""; } .fa-page4:before { - content: "\f3d7"; + content: ""; } .fa-pagelines:before { - content: "\f18c"; + content: ""; } .fa-paint-brush:before { - content: "\f1fc"; + content: ""; } .fa-paint-roller:before { - content: "\f5aa"; + content: ""; } .fa-palette:before { - content: "\f53f"; + content: ""; } .fa-palfed:before { - content: "\f3d8"; + content: ""; } .fa-pallet:before { - content: "\f482"; + content: ""; } .fa-paper-plane:before { - content: "\f1d8"; + content: ""; } .fa-paperclip:before { - content: "\f0c6"; + content: ""; } .fa-parachute-box:before { - content: "\f4cd"; + content: ""; } .fa-paragraph:before { - content: "\f1dd"; + content: ""; } .fa-parking:before { - content: "\f540"; + content: ""; } .fa-passport:before { - content: "\f5ab"; + content: ""; } .fa-pastafarianism:before { - content: "\f67b"; + content: ""; } .fa-paste:before { - content: "\f0ea"; + content: ""; } .fa-patreon:before { - content: "\f3d9"; + content: ""; } .fa-pause:before { - content: "\f04c"; + content: ""; } .fa-pause-circle:before { - content: "\f28b"; + content: ""; } .fa-paw:before { - content: "\f1b0"; + content: ""; } .fa-paypal:before { - content: "\f1ed"; + content: ""; } .fa-peace:before { - content: "\f67c"; + content: ""; } .fa-pen:before { - content: "\f304"; + content: ""; } .fa-pen-alt:before { - content: "\f305"; + content: ""; } .fa-pen-fancy:before { - content: "\f5ac"; + content: ""; } .fa-pen-nib:before { - content: "\f5ad"; + content: ""; } .fa-pen-square:before { - content: "\f14b"; + content: ""; } .fa-pencil-alt:before { - content: "\f303"; + content: ""; } .fa-pencil-ruler:before { - content: "\f5ae"; + content: ""; } .fa-people-carry:before { - content: "\f4ce"; + content: ""; } .fa-percent:before { - content: "\f295"; + content: ""; } .fa-percentage:before { - content: "\f541"; + content: ""; } .fa-periscope:before { - content: "\f3da"; + content: ""; } .fa-phabricator:before { - content: "\f3db"; + content: ""; } .fa-phoenix-framework:before { - content: "\f3dc"; + content: ""; } .fa-phoenix-squadron:before { - content: "\f511"; + content: ""; } .fa-phone:before { - content: "\f095"; + content: ""; } .fa-phone-slash:before { - content: "\f3dd"; + content: ""; } .fa-phone-square:before { - content: "\f098"; + content: ""; } .fa-phone-volume:before { - content: "\f2a0"; + content: ""; } .fa-php:before { - content: "\f457"; + content: ""; } .fa-pied-piper:before { - content: "\f2ae"; + content: ""; } .fa-pied-piper-alt:before { - content: "\f1a8"; + content: ""; } .fa-pied-piper-hat:before { - content: "\f4e5"; + content: ""; } .fa-pied-piper-pp:before { - content: "\f1a7"; + content: ""; } .fa-piggy-bank:before { - content: "\f4d3"; + content: ""; } .fa-pills:before { - content: "\f484"; + content: ""; } .fa-pinterest:before { - content: "\f0d2"; + content: ""; } .fa-pinterest-p:before { - content: "\f231"; + content: ""; } .fa-pinterest-square:before { - content: "\f0d3"; + content: ""; } .fa-place-of-worship:before { - content: "\f67f"; + content: ""; } .fa-plane:before { - content: "\f072"; + content: ""; } .fa-plane-arrival:before { - content: "\f5af"; + content: ""; } .fa-plane-departure:before { - content: "\f5b0"; + content: ""; } .fa-play:before { - content: "\f04b"; + content: ""; } .fa-play-circle:before { - content: "\f144"; + content: ""; } .fa-playstation:before { - content: "\f3df"; + content: ""; } .fa-plug:before { - content: "\f1e6"; + content: ""; } .fa-plus:before { - content: "\f067"; + content: ""; } .fa-plus-circle:before { - content: "\f055"; + content: ""; } .fa-plus-square:before { - content: "\f0fe"; + content: ""; } .fa-podcast:before { - content: "\f2ce"; + content: ""; } .fa-poll:before { - content: "\f681"; + content: ""; } .fa-poll-h:before { - content: "\f682"; + content: ""; } .fa-poo:before { - content: "\f2fe"; + content: ""; } .fa-poop:before { - content: "\f619"; + content: ""; } .fa-portrait:before { - content: "\f3e0"; + content: ""; } .fa-pound-sign:before { - content: "\f154"; + content: ""; } .fa-power-off:before { - content: "\f011"; + content: ""; } .fa-pray:before { - content: "\f683"; + content: ""; } .fa-praying-hands:before { - content: "\f684"; + content: ""; } .fa-prescription:before { - content: "\f5b1"; + content: ""; } .fa-prescription-bottle:before { - content: "\f485"; + content: ""; } .fa-prescription-bottle-alt:before { - content: "\f486"; + content: ""; } .fa-print:before { - content: "\f02f"; + content: ""; } .fa-procedures:before { - content: "\f487"; + content: ""; } .fa-product-hunt:before { - content: "\f288"; + content: ""; } .fa-project-diagram:before { - content: "\f542"; + content: ""; } .fa-pushed:before { - content: "\f3e1"; + content: ""; } .fa-puzzle-piece:before { - content: "\f12e"; + content: ""; } .fa-python:before { - content: "\f3e2"; + content: ""; } .fa-qq:before { - content: "\f1d6"; + content: ""; } .fa-qrcode:before { - content: "\f029"; + content: ""; } .fa-question:before { - content: "\f128"; + content: ""; } .fa-question-circle:before { - content: "\f059"; + content: ""; } .fa-quidditch:before { - content: "\f458"; + content: ""; } .fa-quinscape:before { - content: "\f459"; + content: ""; } .fa-quora:before { - content: "\f2c4"; + content: ""; } .fa-quote-left:before { - content: "\f10d"; + content: ""; } .fa-quote-right:before { - content: "\f10e"; + content: ""; } .fa-quran:before { - content: "\f687"; + content: ""; } .fa-r-project:before { - content: "\f4f7"; + content: ""; } .fa-random:before { - content: "\f074"; + content: ""; } .fa-ravelry:before { - content: "\f2d9"; + content: ""; } .fa-react:before { - content: "\f41b"; + content: ""; } .fa-readme:before { - content: "\f4d5"; + content: ""; } .fa-rebel:before { - content: "\f1d0"; + content: ""; } .fa-receipt:before { - content: "\f543"; + content: ""; } .fa-recycle:before { - content: "\f1b8"; + content: ""; } .fa-red-river:before { - content: "\f3e3"; + content: ""; } .fa-reddit:before { - content: "\f1a1"; + content: ""; } .fa-reddit-alien:before { - content: "\f281"; + content: ""; } .fa-reddit-square:before { - content: "\f1a2"; + content: ""; } .fa-redo:before { - content: "\f01e"; + content: ""; } .fa-redo-alt:before { - content: "\f2f9"; + content: ""; } .fa-registered:before { - content: "\f25d"; + content: ""; } .fa-rendact:before { - content: "\f3e4"; + content: ""; } .fa-renren:before { - content: "\f18b"; + content: ""; } .fa-reply:before { - content: "\f3e5"; + content: ""; } .fa-reply-all:before { - content: "\f122"; + content: ""; } .fa-replyd:before { - content: "\f3e6"; + content: ""; } .fa-researchgate:before { - content: "\f4f8"; + content: ""; } .fa-resolving:before { - content: "\f3e7"; + content: ""; } .fa-retweet:before { - content: "\f079"; + content: ""; } .fa-rev:before { - content: "\f5b2"; + content: ""; } .fa-ribbon:before { - content: "\f4d6"; + content: ""; } .fa-road:before { - content: "\f018"; + content: ""; } .fa-robot:before { - content: "\f544"; + content: ""; } .fa-rocket:before { - content: "\f135"; + content: ""; } .fa-rocketchat:before { - content: "\f3e8"; + content: ""; } .fa-rockrms:before { - content: "\f3e9"; + content: ""; } .fa-route:before { - content: "\f4d7"; + content: ""; } .fa-rss:before { - content: "\f09e"; + content: ""; } .fa-rss-square:before { - content: "\f143"; + content: ""; } .fa-ruble-sign:before { - content: "\f158"; + content: ""; } .fa-ruler:before { - content: "\f545"; + content: ""; } .fa-ruler-combined:before { - content: "\f546"; + content: ""; } .fa-ruler-horizontal:before { - content: "\f547"; + content: ""; } .fa-ruler-vertical:before { - content: "\f548"; + content: ""; } .fa-rupee-sign:before { - content: "\f156"; + content: ""; } .fa-sad-cry:before { - content: "\f5b3"; + content: ""; } .fa-sad-tear:before { - content: "\f5b4"; + content: ""; } .fa-safari:before { - content: "\f267"; + content: ""; } .fa-sass:before { - content: "\f41e"; + content: ""; } .fa-save:before { - content: "\f0c7"; + content: ""; } .fa-schlix:before { - content: "\f3ea"; + content: ""; } .fa-school:before { - content: "\f549"; + content: ""; } .fa-screwdriver:before { - content: "\f54a"; + content: ""; } .fa-scribd:before { - content: "\f28a"; + content: ""; } .fa-search:before { - content: "\f002"; + content: ""; } .fa-search-dollar:before { - content: "\f688"; + content: ""; } .fa-search-location:before { - content: "\f689"; + content: ""; } .fa-search-minus:before { - content: "\f010"; + content: ""; } .fa-search-plus:before { - content: "\f00e"; + content: ""; } .fa-searchengin:before { - content: "\f3eb"; + content: ""; } .fa-seedling:before { - content: "\f4d8"; + content: ""; } .fa-sellcast:before { - content: "\f2da"; + content: ""; } .fa-sellsy:before { - content: "\f213"; + content: ""; } .fa-server:before { - content: "\f233"; + content: ""; } .fa-servicestack:before { - content: "\f3ec"; + content: ""; } .fa-shapes:before { - content: "\f61f"; + content: ""; } .fa-share:before { - content: "\f064"; + content: ""; } .fa-share-alt:before { - content: "\f1e0"; + content: ""; } .fa-share-alt-square:before { - content: "\f1e1"; + content: ""; } .fa-share-square:before { - content: "\f14d"; + content: ""; } .fa-shekel-sign:before { - content: "\f20b"; + content: ""; } .fa-shield-alt:before { - content: "\f3ed"; + content: ""; } .fa-ship:before { - content: "\f21a"; + content: ""; } .fa-shipping-fast:before { - content: "\f48b"; + content: ""; } .fa-shirtsinbulk:before { - content: "\f214"; + content: ""; } .fa-shoe-prints:before { - content: "\f54b"; + content: ""; } .fa-shopping-bag:before { - content: "\f290"; + content: ""; } .fa-shopping-basket:before { - content: "\f291"; + content: ""; } .fa-shopping-cart:before { - content: "\f07a"; + content: ""; } .fa-shopware:before { - content: "\f5b5"; + content: ""; } .fa-shower:before { - content: "\f2cc"; + content: ""; } .fa-shuttle-van:before { - content: "\f5b6"; + content: ""; } .fa-sign:before { - content: "\f4d9"; + content: ""; } .fa-sign-in-alt:before { - content: "\f2f6"; + content: ""; } .fa-sign-language:before { - content: "\f2a7"; + content: ""; } .fa-sign-out-alt:before { - content: "\f2f5"; + content: ""; } .fa-signal:before { - content: "\f012"; + content: ""; } .fa-signature:before { - content: "\f5b7"; + content: ""; } .fa-simplybuilt:before { - content: "\f215"; + content: ""; } .fa-sistrix:before { - content: "\f3ee"; + content: ""; } .fa-sitemap:before { - content: "\f0e8"; + content: ""; } .fa-sith:before { - content: "\f512"; + content: ""; } .fa-skull:before { - content: "\f54c"; + content: ""; } .fa-skyatlas:before { - content: "\f216"; + content: ""; } .fa-skype:before { - content: "\f17e"; + content: ""; } .fa-slack:before { - content: "\f198"; + content: ""; } .fa-slack-hash:before { - content: "\f3ef"; + content: ""; } .fa-sliders-h:before { - content: "\f1de"; + content: ""; } .fa-slideshare:before { - content: "\f1e7"; + content: ""; } .fa-smile:before { - content: "\f118"; + content: ""; } .fa-smile-beam:before { - content: "\f5b8"; + content: ""; } .fa-smile-wink:before { - content: "\f4da"; + content: ""; } .fa-smoking:before { - content: "\f48d"; + content: ""; } .fa-smoking-ban:before { - content: "\f54d"; + content: ""; } .fa-snapchat:before { - content: "\f2ab"; + content: ""; } .fa-snapchat-ghost:before { - content: "\f2ac"; + content: ""; } .fa-snapchat-square:before { - content: "\f2ad"; + content: ""; } .fa-snowflake:before { - content: "\f2dc"; + content: ""; } .fa-socks:before { - content: "\f696"; + content: ""; } .fa-solar-panel:before { - content: "\f5ba"; + content: ""; } .fa-sort:before { - content: "\f0dc"; + content: ""; } .fa-sort-alpha-down:before { - content: "\f15d"; + content: ""; } .fa-sort-alpha-up:before { - content: "\f15e"; + content: ""; } .fa-sort-amount-down:before { - content: "\f160"; + content: ""; } .fa-sort-amount-up:before { - content: "\f161"; + content: ""; } .fa-sort-down:before { - content: "\f0dd"; + content: ""; } .fa-sort-numeric-down:before { - content: "\f162"; + content: ""; } .fa-sort-numeric-up:before { - content: "\f163"; + content: ""; } .fa-sort-up:before { - content: "\f0de"; + content: ""; } .fa-soundcloud:before { - content: "\f1be"; + content: ""; } .fa-spa:before { - content: "\f5bb"; + content: ""; } .fa-space-shuttle:before { - content: "\f197"; + content: ""; } .fa-speakap:before { - content: "\f3f3"; + content: ""; } .fa-spinner:before { - content: "\f110"; + content: ""; } .fa-splotch:before { - content: "\f5bc"; + content: ""; } .fa-spotify:before { - content: "\f1bc"; + content: ""; } .fa-spray-can:before { - content: "\f5bd"; + content: ""; } .fa-square:before { - content: "\f0c8"; + content: ""; } .fa-square-full:before { - content: "\f45c"; + content: ""; } .fa-square-root-alt:before { - content: "\f698"; + content: ""; } .fa-squarespace:before { - content: "\f5be"; + content: ""; } .fa-stack-exchange:before { - content: "\f18d"; + content: ""; } .fa-stack-overflow:before { - content: "\f16c"; + content: ""; } .fa-stamp:before { - content: "\f5bf"; + content: ""; } .fa-star:before { - content: "\f005"; + content: ""; } .fa-star-and-crescent:before { - content: "\f699"; + content: ""; } .fa-star-half:before { - content: "\f089"; + content: ""; } .fa-star-half-alt:before { - content: "\f5c0"; + content: ""; } .fa-star-of-david:before { - content: "\f69a"; + content: ""; } .fa-star-of-life:before { - content: "\f621"; + content: ""; } .fa-staylinked:before { - content: "\f3f5"; + content: ""; } .fa-steam:before { - content: "\f1b6"; + content: ""; } .fa-steam-square:before { - content: "\f1b7"; + content: ""; } .fa-steam-symbol:before { - content: "\f3f6"; + content: ""; } .fa-step-backward:before { - content: "\f048"; + content: ""; } .fa-step-forward:before { - content: "\f051"; + content: ""; } .fa-stethoscope:before { - content: "\f0f1"; + content: ""; } .fa-sticker-mule:before { - content: "\f3f7"; + content: ""; } .fa-sticky-note:before { - content: "\f249"; + content: ""; } .fa-stop:before { - content: "\f04d"; + content: ""; } .fa-stop-circle:before { - content: "\f28d"; + content: ""; } .fa-stopwatch:before { - content: "\f2f2"; + content: ""; } .fa-store:before { - content: "\f54e"; + content: ""; } .fa-store-alt:before { - content: "\f54f"; + content: ""; } .fa-strava:before { - content: "\f428"; + content: ""; } .fa-stream:before { - content: "\f550"; + content: ""; } .fa-street-view:before { - content: "\f21d"; + content: ""; } .fa-strikethrough:before { - content: "\f0cc"; + content: ""; } .fa-stripe:before { - content: "\f429"; + content: ""; } .fa-stripe-s:before { - content: "\f42a"; + content: ""; } .fa-stroopwafel:before { - content: "\f551"; + content: ""; } .fa-studiovinari:before { - content: "\f3f8"; + content: ""; } .fa-stumbleupon:before { - content: "\f1a4"; + content: ""; } .fa-stumbleupon-circle:before { - content: "\f1a3"; + content: ""; } .fa-subscript:before { - content: "\f12c"; + content: ""; } .fa-subway:before { - content: "\f239"; + content: ""; } .fa-suitcase:before { - content: "\f0f2"; + content: ""; } .fa-suitcase-rolling:before { - content: "\f5c1"; + content: ""; } .fa-sun:before { - content: "\f185"; + content: ""; } .fa-superpowers:before { - content: "\f2dd"; + content: ""; } .fa-superscript:before { - content: "\f12b"; + content: ""; } .fa-supple:before { - content: "\f3f9"; + content: ""; } .fa-surprise:before { - content: "\f5c2"; + content: ""; } .fa-swatchbook:before { - content: "\f5c3"; + content: ""; } .fa-swimmer:before { - content: "\f5c4"; + content: ""; } .fa-swimming-pool:before { - content: "\f5c5"; + content: ""; } .fa-synagogue:before { - content: "\f69b"; + content: ""; } .fa-sync:before { - content: "\f021"; + content: ""; } .fa-sync-alt:before { - content: "\f2f1"; + content: ""; } .fa-syringe:before { - content: "\f48e"; + content: ""; } .fa-table:before { - content: "\f0ce"; + content: ""; } .fa-table-tennis:before { - content: "\f45d"; + content: ""; } .fa-tablet:before { - content: "\f10a"; + content: ""; } .fa-tablet-alt:before { - content: "\f3fa"; + content: ""; } .fa-tablets:before { - content: "\f490"; + content: ""; } .fa-tachometer-alt:before { - content: "\f3fd"; + content: ""; } .fa-tag:before { - content: "\f02b"; + content: ""; } .fa-tags:before { - content: "\f02c"; + content: ""; } .fa-tape:before { - content: "\f4db"; + content: ""; } .fa-tasks:before { - content: "\f0ae"; + content: ""; } .fa-taxi:before { - content: "\f1ba"; + content: ""; } .fa-teamspeak:before { - content: "\f4f9"; + content: ""; } .fa-teeth:before { - content: "\f62e"; + content: ""; } .fa-teeth-open:before { - content: "\f62f"; + content: ""; } .fa-telegram:before { - content: "\f2c6"; + content: ""; } .fa-telegram-plane:before { - content: "\f3fe"; + content: ""; } .fa-tencent-weibo:before { - content: "\f1d5"; + content: ""; } .fa-terminal:before { - content: "\f120"; + content: ""; } .fa-text-height:before { - content: "\f034"; + content: ""; } .fa-text-width:before { - content: "\f035"; + content: ""; } .fa-th:before { - content: "\f00a"; + content: ""; } .fa-th-large:before { - content: "\f009"; + content: ""; } .fa-th-list:before { - content: "\f00b"; + content: ""; } .fa-the-red-yeti:before { - content: "\f69d"; + content: ""; } .fa-theater-masks:before { - content: "\f630"; + content: ""; } .fa-themeco:before { - content: "\f5c6"; + content: ""; } .fa-themeisle:before { - content: "\f2b2"; + content: ""; } .fa-thermometer:before { - content: "\f491"; + content: ""; } .fa-thermometer-empty:before { - content: "\f2cb"; + content: ""; } .fa-thermometer-full:before { - content: "\f2c7"; + content: ""; } .fa-thermometer-half:before { - content: "\f2c9"; + content: ""; } .fa-thermometer-quarter:before { - content: "\f2ca"; + content: ""; } .fa-thermometer-three-quarters:before { - content: "\f2c8"; + content: ""; } .fa-thumbs-down:before { - content: "\f165"; + content: ""; } .fa-thumbs-up:before { - content: "\f164"; + content: ""; } .fa-thumbtack:before { - content: "\f08d"; + content: ""; } .fa-ticket-alt:before { - content: "\f3ff"; + content: ""; } .fa-times:before { - content: "\f00d"; + content: ""; } .fa-times-circle:before { - content: "\f057"; + content: ""; } .fa-tint:before { - content: "\f043"; + content: ""; } .fa-tint-slash:before { - content: "\f5c7"; + content: ""; } .fa-tired:before { - content: "\f5c8"; + content: ""; } .fa-toggle-off:before { - content: "\f204"; + content: ""; } .fa-toggle-on:before { - content: "\f205"; + content: ""; } .fa-toolbox:before { - content: "\f552"; + content: ""; } .fa-tooth:before { - content: "\f5c9"; + content: ""; } .fa-torah:before { - content: "\f6a0"; + content: ""; } .fa-torii-gate:before { - content: "\f6a1"; + content: ""; } .fa-trade-federation:before { - content: "\f513"; + content: ""; } .fa-trademark:before { - content: "\f25c"; + content: ""; } .fa-traffic-light:before { - content: "\f637"; + content: ""; } .fa-train:before { - content: "\f238"; + content: ""; } .fa-transgender:before { - content: "\f224"; + content: ""; } .fa-transgender-alt:before { - content: "\f225"; + content: ""; } .fa-trash:before { - content: "\f1f8"; + content: ""; } .fa-trash-alt:before { - content: "\f2ed"; + content: ""; } .fa-tree:before { - content: "\f1bb"; + content: ""; } .fa-trello:before { - content: "\f181"; + content: ""; } .fa-tripadvisor:before { - content: "\f262"; + content: ""; } .fa-trophy:before { - content: "\f091"; + content: ""; } .fa-truck:before { - content: "\f0d1"; + content: ""; } .fa-truck-loading:before { - content: "\f4de"; + content: ""; } .fa-truck-monster:before { - content: "\f63b"; + content: ""; } .fa-truck-moving:before { - content: "\f4df"; + content: ""; } .fa-truck-pickup:before { - content: "\f63c"; + content: ""; } .fa-tshirt:before { - content: "\f553"; + content: ""; } .fa-tty:before { - content: "\f1e4"; + content: ""; } .fa-tumblr:before { - content: "\f173"; + content: ""; } .fa-tumblr-square:before { - content: "\f174"; + content: ""; } .fa-tv:before { - content: "\f26c"; + content: ""; } .fa-twitch:before { - content: "\f1e8"; + content: ""; } .fa-twitter:before { - content: "\f099"; + content: ""; } .fa-twitter-square:before { - content: "\f081"; + content: ""; } .fa-typo3:before { - content: "\f42b"; + content: ""; } .fa-uber:before { - content: "\f402"; + content: ""; } .fa-uikit:before { - content: "\f403"; + content: ""; } .fa-umbrella:before { - content: "\f0e9"; + content: ""; } .fa-umbrella-beach:before { - content: "\f5ca"; + content: ""; } .fa-underline:before { - content: "\f0cd"; + content: ""; } .fa-undo:before { - content: "\f0e2"; + content: ""; } .fa-undo-alt:before { - content: "\f2ea"; + content: ""; } .fa-uniregistry:before { - content: "\f404"; + content: ""; } .fa-universal-access:before { - content: "\f29a"; + content: ""; } .fa-university:before { - content: "\f19c"; + content: ""; } .fa-unlink:before { - content: "\f127"; + content: ""; } .fa-unlock:before { - content: "\f09c"; + content: ""; } .fa-unlock-alt:before { - content: "\f13e"; + content: ""; } .fa-untappd:before { - content: "\f405"; + content: ""; } .fa-upload:before { - content: "\f093"; + content: ""; } .fa-usb:before { - content: "\f287"; + content: ""; } .fa-user:before { - content: "\f007"; + content: ""; } .fa-user-alt:before { - content: "\f406"; + content: ""; } .fa-user-alt-slash:before { - content: "\f4fa"; + content: ""; } .fa-user-astronaut:before { - content: "\f4fb"; + content: ""; } .fa-user-check:before { - content: "\f4fc"; + content: ""; } .fa-user-circle:before { - content: "\f2bd"; + content: ""; } .fa-user-clock:before { - content: "\f4fd"; + content: ""; } .fa-user-cog:before { - content: "\f4fe"; + content: ""; } .fa-user-edit:before { - content: "\f4ff"; + content: ""; } .fa-user-friends:before { - content: "\f500"; + content: ""; } .fa-user-graduate:before { - content: "\f501"; + content: ""; } .fa-user-lock:before { - content: "\f502"; + content: ""; } .fa-user-md:before { - content: "\f0f0"; + content: ""; } .fa-user-minus:before { - content: "\f503"; + content: ""; } .fa-user-ninja:before { - content: "\f504"; + content: ""; } .fa-user-plus:before { - content: "\f234"; + content: ""; } .fa-user-secret:before { - content: "\f21b"; + content: ""; } .fa-user-shield:before { - content: "\f505"; + content: ""; } .fa-user-slash:before { - content: "\f506"; + content: ""; } .fa-user-tag:before { - content: "\f507"; + content: ""; } .fa-user-tie:before { - content: "\f508"; + content: ""; } .fa-user-times:before { - content: "\f235"; + content: ""; } .fa-users:before { - content: "\f0c0"; + content: ""; } .fa-users-cog:before { - content: "\f509"; + content: ""; } .fa-ussunnah:before { - content: "\f407"; + content: ""; } .fa-utensil-spoon:before { - content: "\f2e5"; + content: ""; } .fa-utensils:before { - content: "\f2e7"; + content: ""; } .fa-vaadin:before { - content: "\f408"; + content: ""; } .fa-vector-square:before { - content: "\f5cb"; + content: ""; } .fa-venus:before { - content: "\f221"; + content: ""; } .fa-venus-double:before { - content: "\f226"; + content: ""; } .fa-venus-mars:before { - content: "\f228"; + content: ""; } .fa-viacoin:before { - content: "\f237"; + content: ""; } .fa-viadeo:before { - content: "\f2a9"; + content: ""; } .fa-viadeo-square:before { - content: "\f2aa"; + content: ""; } .fa-vial:before { - content: "\f492"; + content: ""; } .fa-vials:before { - content: "\f493"; + content: ""; } .fa-viber:before { - content: "\f409"; + content: ""; } .fa-video:before { - content: "\f03d"; + content: ""; } .fa-video-slash:before { - content: "\f4e2"; + content: ""; } .fa-vihara:before { - content: "\f6a7"; + content: ""; } .fa-vimeo:before { - content: "\f40a"; + content: ""; } .fa-vimeo-square:before { - content: "\f194"; + content: ""; } .fa-vimeo-v:before { - content: "\f27d"; + content: ""; } .fa-vine:before { - content: "\f1ca"; + content: ""; } .fa-vk:before { - content: "\f189"; + content: ""; } .fa-vnv:before { - content: "\f40b"; + content: ""; } .fa-volleyball-ball:before { - content: "\f45f"; + content: ""; } .fa-volume-down:before { - content: "\f027"; + content: ""; } .fa-volume-off:before { - content: "\f026"; + content: ""; } .fa-volume-up:before { - content: "\f028"; + content: ""; } .fa-vuejs:before { - content: "\f41f"; + content: ""; } .fa-walking:before { - content: "\f554"; + content: ""; } .fa-wallet:before { - content: "\f555"; + content: ""; } .fa-warehouse:before { - content: "\f494"; + content: ""; } .fa-weebly:before { - content: "\f5cc"; + content: ""; } .fa-weibo:before { - content: "\f18a"; + content: ""; } .fa-weight:before { - content: "\f496"; + content: ""; } .fa-weight-hanging:before { - content: "\f5cd"; + content: ""; } .fa-weixin:before { - content: "\f1d7"; + content: ""; } .fa-whatsapp:before { - content: "\f232"; + content: ""; } .fa-whatsapp-square:before { - content: "\f40c"; + content: ""; } .fa-wheelchair:before { - content: "\f193"; + content: ""; } .fa-whmcs:before { - content: "\f40d"; + content: ""; } .fa-wifi:before { - content: "\f1eb"; + content: ""; } .fa-wikipedia-w:before { - content: "\f266"; + content: ""; } .fa-window-close:before { - content: "\f410"; + content: ""; } .fa-window-maximize:before { - content: "\f2d0"; + content: ""; } .fa-window-minimize:before { - content: "\f2d1"; + content: ""; } .fa-window-restore:before { - content: "\f2d2"; + content: ""; } .fa-windows:before { - content: "\f17a"; + content: ""; } .fa-wine-glass:before { - content: "\f4e3"; + content: ""; } .fa-wine-glass-alt:before { - content: "\f5ce"; + content: ""; } .fa-wix:before { - content: "\f5cf"; + content: ""; } .fa-wolf-pack-battalion:before { - content: "\f514"; + content: ""; } .fa-won-sign:before { - content: "\f159"; + content: ""; } .fa-wordpress:before { - content: "\f19a"; + content: ""; } .fa-wordpress-simple:before { - content: "\f411"; + content: ""; } .fa-wpbeginner:before { - content: "\f297"; + content: ""; } .fa-wpexplorer:before { - content: "\f2de"; + content: ""; } .fa-wpforms:before { - content: "\f298"; + content: ""; } .fa-wrench:before { - content: "\f0ad"; + content: ""; } .fa-x-ray:before { - content: "\f497"; + content: ""; } .fa-xbox:before { - content: "\f412"; + content: ""; } .fa-xing:before { - content: "\f168"; + content: ""; } .fa-xing-square:before { - content: "\f169"; + content: ""; } .fa-y-combinator:before { - content: "\f23b"; + content: ""; } .fa-yahoo:before { - content: "\f19e"; + content: ""; } .fa-yandex:before { - content: "\f413"; + content: ""; } .fa-yandex-international:before { - content: "\f414"; + content: ""; } .fa-yelp:before { - content: "\f1e9"; + content: ""; } .fa-yen-sign:before { - content: "\f157"; + content: ""; } .fa-yin-yang:before { - content: "\f6ad"; + content: ""; } .fa-yoast:before { - content: "\f2b1"; + content: ""; } .fa-youtube:before { - content: "\f167"; + content: ""; } .fa-youtube-square:before { - content: "\f431"; + content: ""; } .fa-zhihu:before { - content: "\f63f"; + content: ""; } .sr-only { @@ -5353,22 +5353,22 @@ and open the template in the editor. color: #E5E5E5; } .enka-custom-radio.star::before { - content: "\f005"; + content: ""; } .enka-custom-radio.thumb::before { - content: "\f164"; + content: ""; } .enka-custom-radio.smiley::before { - content: "\f118"; + content: ""; } .enka-custom-radio.heart::before { - content: "\f004"; + content: ""; } .enka-custom-radio.flag::before { - content: "\f024"; + content: ""; } .enka-custom-radio.user::before { - content: "\f007"; + content: ""; } /* visual analog scale - radio buttons */ @@ -5379,25 +5379,25 @@ and open the template in the editor. color: #E5E5E5; } .enka-vizualna-skala.siv-61::before, .enka-vizualna-skala.siv-71::before { - content: "\f5b4"; + content: ""; } .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"; + content: ""; } .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"; + content: ""; } .enka-vizualna-skala.siv-32::before, .enka-vizualna-skala.siv-53::before, .enka-vizualna-skala.siv-74::before { - content: "\f11a"; + content: ""; } .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"; + content: ""; } .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"; + content: ""; } .enka-vizualna-skala.siv-66::before, .enka-vizualna-skala.siv-77::before { - content: "\f59c"; + content: ""; } /* @@ -5411,88 +5411,88 @@ and open the template in the editor. */ /* icons */ span.faicon.plus::before { - content: "\f067"; + content: ""; } span.faicon.minus::before { - content: "\f068"; + content: ""; } span.faicon.success::before, span.circle-check::before { - content: "\f058"; + content: ""; } span.faicon.close::before { font-size: 18px; font-weight: 400; - content: "\f057"; + content: ""; } span.faicon.dropdown_blue::before { font-size: 16px; - content: "\f13a"; + content: ""; } span.faicon.dropup_blue::before { font-size: 16px; - content: "\f139"; + content: ""; } span.faicon.arrow_back::before { font-weight: 600; font-size: 16px; - content: "\f137"; + content: ""; } span.faicon.add::before { font-size: 18px; - content: "\f055"; + content: ""; } span.faicon.remove::before { font-size: 18px; - content: "\f056"; + content: ""; } span.faicon.delete::before { font-size: 18px; font-weight: 400; - content: "\f2ed"; + content: ""; } span.faicon.anketa_delete::before { font-size: 24px; font-weight: 400; - content: "\f2ed"; + content: ""; } span.faicon.copy::before { font-size: 18px; - content: "\f0c5"; + content: ""; font-weight: 400; } span.faicon.anketa_copy::before { font-size: 24px; - content: "\f0c5"; + content: ""; font-weight: 400; } span.faicon.export::before { font-size: 24px; - content: "\f56e"; + content: ""; } span.faicon.file-import::before { - content: "\f56f"; + content: ""; transform: scaleX(-1); } span.faicon.import::before { font-size: 24px; font-weight: 400; - content: "\f1c2"; + content: ""; } /*span.faicon.import::after{ @@ -5502,137 +5502,137 @@ span.faicon.import::before { }*/ span.faicon.library::before { font-size: 24px; - content: "\f518"; + content: ""; } span.faicon.folder::before { font-size: 16px; font-weight: 600; - content: "\f07b"; + content: ""; } span.faicon.folder_empty::before { font-size: 16px; font-weight: 400; - content: "\f07b"; + content: ""; } span.faicon.after.sort_down_arrow::after { - content: "\f0d7"; + content: ""; margin-left: 5px; } span.faicon.after.sort_up_arrow::after { - content: "\f0d8"; + content: ""; margin-left: 5px; } span.faicon.info::before { font-size: 28px; - content: "\f05a"; + content: ""; vertical-align: middle; } span.faicon.pagination_left::before { margin: 0 1px 0 1px; - content: "\f104"; + content: ""; } span.faicon.pagination_right::before { margin: 0 0 0 1px; - content: "\f105"; + content: ""; } span.faicon.edit::before, span.faicon.edit2::before { - content: "\f304"; + content: ""; } span.faicon.refresh::before { font-size: 18px; - content: "\f2f1"; + content: ""; } span.faicon.filter::before { font-size: 18px; - content: "\f0b0"; + content: ""; } span.faicon.grip::before { - content: "\f58e"; + content: ""; } span.faicon.star::before, span.faicon.star_off::before { font-size: 14px; font-weight: 400; - content: "\f005"; + content: ""; } span.faicon.star_on::before { font-size: 14px; font-weight: 700; - content: "\f005"; + content: ""; } span.faicon.search::before { font-size: 20px; - content: "\f002"; + content: ""; } span.faicon.clipboard_notes::before { font-size: 20px; - content: "\f46d"; + content: ""; } span.faicon.help2::before { font-size: 20px; - content: "\f059"; + content: ""; } span.faicon.user::before { font-size: 18px; - content: "\f007"; + content: ""; } span.faicon.logout::before { font-size: 20px; - content: "\f2f5"; + content: ""; } .faicon.monitor::before { - content: "\f108"; + content: ""; } .faicon.mobile::before { - content: "\f3cd"; + content: ""; } .faicon.tablet::before { - content: "\f3fa"; + content: ""; } span.faicon.users::before { - content: "\f500"; + content: ""; } span.faicon.lock_open::before { - content: "\f3c1"; + content: ""; } span.faicon.lock_close::before { - content: "\f023"; + content: ""; } span.faicon.bottom_saving::before { font-size: 24px; font-weight: 400; - content: "\f0c7"; + content: ""; } span.faicon.bottom_publish::before { font-size: 24px; - content: "\f093"; + content: ""; } span.faicon.bottom_preview { @@ -5642,63 +5642,63 @@ span.faicon.bottom_preview { span.faicon.bottom_preview::before { font-size: 24px; font-weight: 400; - content: "\f15b"; + content: ""; } span.faicon.bottom_preview::after { font-size: 14px; - content: "\f002"; + content: ""; display: inline-block; margin-left: -70%; } span.faicon.bottom_test::before { font-size: 24px; - content: "\f492"; + content: ""; } span.faicon.language::before { font-size: 24px; - content: "\f0ac"; + content: ""; } span.faicon.mobile_off::before { font-size: 24px; - content: "\f3cd"; + content: ""; } span.faicon.mobile_off::after { font-size: 24px; - content: "\f715"; + content: ""; margin-left: -23px; } span.faicon.comments::before { - content: "\f27a"; + content: ""; font-weight: 700; } span.faicon.comments_empty::before { - content: "\f27a"; + content: ""; font-weight: 400; } span.faicon.data_link::before { - content: "\f0c1"; + content: ""; } span.faicon.data_link_small::before { - content: "\f0c1"; + content: ""; } span.faicon.print::before { font-size: 24px; - content: "\f02f"; + content: ""; } span.faicon.print_small::before { font-size: 16px; - content: "\f02f"; + content: ""; } span.faicon.preview { @@ -5708,11 +5708,11 @@ span.faicon.preview { span.faicon.preview::before { font-size: 18px; font-weight: 400; - content: "\f15b"; + content: ""; } span.faicon.preview::after { - content: "\f002"; + content: ""; display: inline-block; font-size: 11px; margin-left: -50%; @@ -5720,87 +5720,87 @@ span.faicon.preview::after { span.faicon.palette::before { font-size: 18px; - content: "\f53f"; + content: ""; } span.faicon.inline_comment::before { font-size: 14px; font-weight: 400; - content: "\f075"; + content: ""; } span.faicon.inline_double_comment::before { font-size: 14px; font-weight: 400; - content: "\f086"; + content: ""; } span.faicon.comments_creport::before { font-size: 16px; - content: "\f086"; + content: ""; } span.faicon.compress::before { font-size: 15px; - content: "\f066"; + content: ""; } span.faicon.expand::before { font-size: 15px; - content: "\f065"; + content: ""; } span.faicon.hashtag::before { font-size: 15px; - content: "\f292"; + content: ""; } span.faicon.bug::before { font-size: 15px; - content: "\f188"; + content: ""; } span.faicon.paragraph::before { font-size: 15px; - content: "\f1dd"; + content: ""; } span.faicon.replace::before { font-size: 15px; - content: "\f362"; + content: ""; } span.faicon.plus_square::before { font-size: 15px; font-weight: 400; - content: "\f0fe"; + content: ""; } span.faicon.minus_square::before { font-size: 15px; font-weight: 400; - content: "\f146"; + content: ""; } span.faicon.delete_circle::before { font-size: 14px; - content: "\f056"; + content: ""; } span.faicon.quick_view::before { font-size: 15px; font-weight: 400; - content: "\f06e"; + content: ""; } span.faicon.edit_square::before { font-size: 15px; - content: "\f044"; + content: ""; } span.faicon.test::before { font-size: 15px; - content: "\f492"; + content: ""; } a.faicon.if_add { @@ -5836,7 +5836,7 @@ span.faicon.if_add:hover:before { } span.faicon.text_file::before { - content: "\f15c"; + content: ""; } span.faicon.text_file_small { @@ -5846,40 +5846,40 @@ span.faicon.text_file_small { span.faicon.text_file_small:before { font-size: 18px; font-weight: 400; - content: "\f15c"; + content: ""; } span.faicon.warning::before { font-size: 16px; - content: "\f071"; + content: ""; } span.faicon.users_small::before { font-size: 16px; - content: "\f0c0"; + content: ""; } span.faicon.popup_0::before { font-size: 14px; - content: "\f065"; + content: ""; color: #1E88E5; } span.faicon.popup_1::before { font-size: 14px; - content: "\f065"; + content: ""; color: #0059ab; } span.faicon.flat_0::before { font-size: 14px; - content: "\f03c"; + content: ""; color: #0059ab; } span.faicon.flat_1::before { font-size: 14px; - content: "\f03c"; + content: ""; color: #1E88E5; } @@ -5894,46 +5894,46 @@ span.basic-icon.spss::before { span.faicon.external_link::before { font-size: 14px; font-weight: 600; - content: "\f35d"; + content: ""; } span.faicon.cog_large::before { font-size: 34px; font-weight: 600; - content: "\f013"; + content: ""; } span.faicon.chart_large::before { font-size: 34px; font-weight: 600; - content: "\f201"; + content: ""; } span.faicon.reload_large::before { font-size: 34px; font-weight: 600; - content: "\f021"; + content: ""; } span.faicon.chart::before { - content: "\f080"; + content: ""; font-size: 16px; font-weight: 600; } span.faicon.data::before { - content: "\f1c0"; + content: ""; font-size: 16px; font-weight: 600; } span.faicon.publish::before { - content: "\f093"; + content: ""; font-size: 16px; } span.faicon.test::before { - content: "\f492"; + content: ""; font-size: 16px; } @@ -5943,63 +5943,63 @@ button.ui-datepicker-trigger::before { font-family: "Font Awesome 5 Free"; font-weight: 400; font-size: 16px; - content: "\f073"; + content: ""; } /* ARROWS */ span.faicon.arrow_up::before { font-size: 14px; - content: "\f062"; + content: ""; } span.faicon.arrow2_r::before { font-size: 14px; - content: "\f054"; + content: ""; } span.faicon.arrow2_l::before { font-size: 14px; - content: "\f053"; + content: ""; } span.faicon.arrow2_d::before { font-size: 14px; - content: "\f078"; + content: ""; } span.faicon.arrow2_u::before { font-size: 14px; - content: "\f077"; + content: ""; } span.faicon.arrow_large2_r::before { font-size: 35px; - content: "\f054"; + content: ""; } span.faicon.arrow_large2_l::before { font-size: 35px; - content: "\f053"; + content: ""; } span.faicon.arrow_verylarge2_r::before { font-size: 40px; - content: "\f054"; + content: ""; } span.faicon.arrow_verylarge2_l::before { font-size: 40px; - content: "\f053"; + content: ""; } span.faicon.sort_descending::before { font-size: 14px; - content: "\f0d7"; + content: ""; } span.faicon.sort_ascending::before { font-size: 14px; - content: "\f0d8"; + content: ""; } /* Plus/minus sqare */ @@ -6011,127 +6011,127 @@ span.folder_plusminus { span.faicon.plus_orange::before { font-size: 12px; font-weight: 400; - content: "\f0fe"; + content: ""; } span.faicon.minus_orange::before { font-size: 12px; font-weight: 400; - content: "\f146"; + content: ""; } /* Spinner */ span.faicon.spinner::before { font-size: 18px; - content: "\f1ce"; + content: ""; } /* Bars - mobile menu */ span.faicon.bars::before { font-size: 26px; - content: "\f0c9"; + content: ""; } span.faicon.lock_open::before { - content: "\f3c1"; + content: ""; } span.faicon.lock_close::before { - content: "\f023"; + content: ""; } span.faicon.bell::before { - content: "\f0f3"; + content: ""; } span.faicon.bell_slash::before { - content: "\f1f6"; + content: ""; } span.faicon.trash::before { - content: "\f2ed"; + content: ""; } span.faicon.copy::before { - content: "\f0c5"; + content: ""; } span.faicon.circle::before { - content: "\f111"; + content: ""; vertical-align: middle; } span.faicon.plus::before { - content: "\f067"; + content: ""; } span.faicon.plus_circle::before { - content: "\f055"; + content: ""; } span.faicon.minus_circle::before { - content: "\f056"; + content: ""; } span.faicon.calendar_icon::before { - content: "\f073"; + content: ""; } span.faicon.clipboard::before { - content: "\f328"; + content: ""; } span.faicon.list-alt::before { - content: "\f022"; + content: ""; } span.faicon.vote-yes::before { - content: "\f772"; + content: ""; } span.faicon.file-preview::before { - content: "\f865"; + content: ""; } span.faicon.dots::before { - content: "\f141"; + content: ""; font-size: 16px; font-weight: 600; } span.faicon.dots_ver:before { - content: "\f142"; + content: ""; font-size: 16px; font-weight: 600; } span.faicon.open_icon::before, a.faicon.open_icon::before { - content: "\f35d"; + content: ""; } span.faicon.table_icon::before { - content: "\f0ce"; + content: ""; } span.faicon.list::before { - content: "\f03a"; + content: ""; } span.faicon.link-chain::before { - content: "\f0c1"; + content: ""; } span.fa-brands.html5::before { - content: "\f13b"; + content: ""; } span.faicon.stopwatch20::before { - content: "\e06f"; + content: ""; } span.faicon.checkbox-empty::before { - content: "\f0c8"; + content: ""; font-weight: 400 !important; } @@ -6140,11 +6140,11 @@ span.faicon.fa-1::before { } span.faicon.phone::before { - content: "\f095"; + content: ""; } span.faicon.screwdriver::before { - content: "\f7d9"; + content: ""; font-weight: 600 !important; } @@ -6282,23 +6282,23 @@ and open the template in the editor. */ /* Toolbox na levi strani */ span.faicon.wheel_32::before { - content: "\f013"; + content: ""; } span.faicon.radio_32::before { - content: "\f192"; + content: ""; font-weight: 400; font-size: 18px; } span.faicon.check_32::before { - content: "\f14a"; + content: ""; font-weight: 400; font-size: 18px; } span.faicon.matrix_32::before { - content: "\f192\f192\a\f192\f192"; + content: "\a"; white-space: pre; font-weight: 400; font-size: 12px; @@ -6322,7 +6322,7 @@ span.faicon.nagovor::before { } span.faicon.plus_32::before { - content: "\f055"; + content: ""; font-size: 18px; } @@ -6366,12 +6366,12 @@ span.faicon.edit-vprasanje { } span.faicon.edit-vprasanje:before { font-size: 18px; - content: "\f031"; + content: ""; } a.faicon.edit::before { font-size: 16px; - content: "\f304"; + content: ""; } a.faicon.addif::before { @@ -6383,22 +6383,22 @@ a.faicon.addif::before { a.faicon.copy::before { font-size: 18px; font-weight: 400; - content: "\f0c5"; + content: ""; } a.faicon.copycond::before { font-size: 18px; - content: "\f0c5"; + content: ""; } a.faicon.preview::before { font-size: 18px; font-weight: 400; - content: "\f15b"; + content: ""; } a.faicon.preview::after { - content: "\f002"; + content: ""; display: inline-block; font-size: 11px; margin-left: -50%; @@ -6406,25 +6406,25 @@ a.faicon.preview::after { a.faicon.arhiv::before { font-size: 18px; - content: "\f044"; + content: ""; } a.faicon.delete::before { font-size: 18px; font-weight: 400; - content: "\f2ed"; + content: ""; } a.faicon.hide::before { font-size: 18px; font-weight: 400; - content: "\f06e"; + content: ""; } a.faicon.unhide_icon::before { font-size: 18px; font-weight: 400; - content: "\f070"; + content: ""; } /* Urejanje vrednosti inline */ @@ -6438,12 +6438,12 @@ a.faicon.unhide_icon::before { .variabla span.inline.faicon.edit2::before { font-size: 14px; - content: "\f304"; + content: ""; } .variabla span.inline.faicon.odg_hidden::before { font-size: 14px; - content: "\f05e"; + content: ""; } .variabla span.inline.faicon.odg_hidden.show-hidden::before { @@ -6471,23 +6471,23 @@ span.inline.faicon.odg_if_not::before { .variabla span.inline.faicon.odg_if_follow::after { font-size: 14px; margin-left: 2px; - content: "\f0da"; + content: ""; } .variabla span.inline.faicon.correct::before { font-size: 14px; font-weight: 900; - content: "\f00c"; + content: ""; } .faicon.move_updown::before { font-size: 16px; color: #0059ab; - content: "\f338"; + content: ""; } .faicon.image_upload::before { - content: "\f03e"; + content: ""; font-weight: 400; } @@ -6504,22 +6504,22 @@ and open the template in the editor. span.faicon.mapca.anketa::before { font-size: 16px; font-weight: 400; - content: "\f022"; + content: ""; } span.faicon.table::before { font-size: 16px; - content: "\f00b"; + content: ""; } span.faicon.other_vprasanja::before { font-size: 16px; - content: "\f0ca" !important; + content: "" !important; } span.faicon.osnovna_vprasanja::before { font-size: 16px; - content: "\f0ca"; + content: ""; } span.faicon.mapca.if::before { @@ -6547,7 +6547,7 @@ and open the template in the editor. */ /* Izvozi */ span.faicon.pdf::before { - content: "\f1c1"; + content: ""; font-size: 16px; font-weight: 400; color: #ed1c24; @@ -6571,7 +6571,7 @@ span.faicon.pdf.black::before { span.faicon.xls::before { font-size: 16px; font-weight: 400; - content: "\f1c3"; + content: ""; color: #008000; } @@ -6593,7 +6593,7 @@ span.faicon.xls.black::before { span.faicon.rtf::before { font-size: 16px; font-weight: 400; - content: "\f1c2"; + content: ""; color: #0f3ea8; } @@ -6615,7 +6615,7 @@ span.faicon.rtf.black::before { span.faicon.ppt::before { font-size: 16px; font-weight: 400; - content: "\f1c4"; + content: ""; color: #fa4913; } @@ -6637,7 +6637,7 @@ span.faicon.ppt.black::before { span.faicon.xml::before { font-size: 16px; font-weight: 400; - content: "\f1c9"; + content: ""; color: #00a000; } @@ -6657,17 +6657,17 @@ span.faicon.xml.black::before { } span.faicon.arhiv::before { - content: "\f187"; + content: ""; } span.faicon.arhiv_mail::before { font-size: 16px; font-weight: 400; - content: "\f14d"; + content: ""; } span.faicon.share-arrow::before { - content: "\f14d"; + content: ""; } /* @@ -6717,7 +6717,7 @@ span.faicon.an_chart_bar::before { font-size: 14px; font-weight: 700; /*content: "\f080";*/ - content: "\f200"; + content: ""; } /* @@ -6731,35 +6731,35 @@ and open the template in the editor. */ /* Invitation table */ span.faicon.inv_sent_0::before { - content: "\f2b6"; + content: ""; } span.faicon.inv_sent_1::before { - content: "\f0e0"; + content: ""; } span.faicon.inv_responded_0::before { font-size: 14px; font-weight: 400; - content: "\f005"; + content: ""; } span.faicon.inv_responded_1::before { font-size: 14px; font-weight: 700; - content: "\f005"; + content: ""; } span.faicon.inv_unsubscribed_0::before { font-size: 14px; font-weight: 400; - content: "\f111"; + content: ""; } span.faicon.inv_unsubscribed_1::before { font-size: 14px; font-weight: 700; - content: "\f111"; + content: ""; color: #FF0000; } @@ -6860,7 +6860,7 @@ a.read-more .faicon:before { .qtip .qtip-wrapper .qtip-contentWrapper .qtip-content h1::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f059"; + content: ""; font-size: 20px; color: #1E88E5; vertical-align: -1px; @@ -6897,7 +6897,7 @@ a.read-more .faicon:before { padding-left: 8px; vertical-align: middle; font-family: "Font Awesome 5 Free"; - content: "\f054"; + content: ""; font-size: 8px; color: #1E88E5; transition: 0.2s; @@ -7220,7 +7220,7 @@ a.read-more .faicon:before { .divPopUp.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -7261,7 +7261,7 @@ a.read-more .faicon:before { .divPopUp_info.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -7753,7 +7753,7 @@ body.waitlong #loading { #check_pogoji.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -7934,7 +7934,7 @@ body.waitlong #loading { #dropped_alert.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -9128,7 +9128,7 @@ header #topSettingsHolder .left_options_holder #analizaSubNav #globalSetingsLink right: 8px; top: 5px; font-family: "Font Awesome 5 Free"; - content: "\f078"; + content: ""; font-size: 10px; font-weight: 600; } @@ -9401,7 +9401,7 @@ footer#srv_footer .footer_right span.faicon.external_link:before { footer#srv_footer .footer_right .right_help_button { position: fixed; right: -71px; - top: 50%; + top: calc(50%); width: 150px; padding: 4px 8px; border: 1px #1E88E5 solid; @@ -9781,17 +9781,17 @@ input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:b color: #1E88E5; } input[type=checkbox] + label:before { - content: "\f0c8"; + content: ""; } input[type=checkbox]:checked + label:before { - content: "\f14a"; + content: ""; font-weight: bold; } input[type=radio] + label:before { - content: "\f111"; + content: ""; } input[type=radio]:checked + label:before { - content: "\f192"; + content: ""; } input[type=checkbox][disabled] + label:before { color: #C4C4C4; @@ -10409,7 +10409,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { #popup_user_access.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -10722,7 +10722,7 @@ div.button_holder.editor_button_holder { #survey_list .second_line .filters #folderSwitch#sortButton:after { position: absolute; font-family: "Font Awesome 5 Free"; - content: "\f078"; + content: ""; right: 8px; top: 13px; font-weight: 600; @@ -11068,13 +11068,13 @@ body.eng #survey_list .filters #folderSwitch { cursor: pointer; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_arrow_icon::before { - content: "\f078"; + content: ""; font-size: 14px; color: #333333; margin-right: 8px; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_icon::before { - content: "\f07b"; + content: ""; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -11084,7 +11084,7 @@ body.eng #survey_list .filters #folderSwitch { background-color: #F8F8F8; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_arrow_icon::before { - content: "\f077"; + content: ""; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_icon::before { font-weight: 600; @@ -12201,13 +12201,13 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { cursor: pointer; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder_arrow_icon::before { - content: "\f078"; + content: ""; font-size: 14px; color: #333333; margin-right: 8px; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder::before { - content: "\f07b"; + content: ""; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -12233,7 +12233,7 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { }*/ } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder_arrow_icon::before { - content: "\f077"; + content: ""; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder::before { font-weight: 600; @@ -12486,7 +12486,7 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: "\f111"; + content: ""; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-custom-radio:before { @@ -12494,7 +12494,7 @@ and open the template in the editor. display: inline-block; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio]:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] { display: none !important; @@ -12507,11 +12507,11 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: "\f0c8"; + content: ""; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; letter-spacing: 8px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting .custom_radio_picture.obarvan > label > span.enka-custom-radio:before { @@ -12804,7 +12804,7 @@ and open the template in the editor. } #new_anketa_div .layout_right_item .layout_right_centering .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: "\f111"; + content: ""; display: inline-block; font-size: 14px; color: #C4C4C4; @@ -13417,20 +13417,20 @@ div.drop_setting_transition { font-weight: 400; } #branching input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: "\f0c8"; + content: ""; letter-spacing: 10px; } #branching input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: "\f111"; + content: ""; letter-spacing: 8px; } #branching input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; color: #D3D3D3; letter-spacing: 8px; } #branching input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; color: #D3D3D3; } #branching span.faicon.delete_circle::before { @@ -20053,7 +20053,7 @@ and open the template in the editor. transition: 0.2s; } .tab_content .content_left ul li.folder_item .faicon.arrow:before { - content: "\f078"; + content: ""; } .tab_content .content_left ul li.folder_item .faicon.folder:before, .tab_content .content_left ul li.folder_item .faicon.clipboard:before { @@ -20070,7 +20070,7 @@ and open the template in the editor. color: #1E88E5; } .tab_content .content_left ul li.folder_item.open .faicon.arrow:before { - content: "\f077"; + content: ""; } .tab_content .content_left ul li.folder_item.no_arrow .faicon.arrow:before { display: none; @@ -20559,7 +20559,7 @@ img.mapster_el { border-radius: 4px; } .jquery-selectbox .jquery-selectbox-moreButton::before { - content: "\f078"; + content: ""; padding-left: 2px; color: #333333; font-size: 10px; @@ -21466,7 +21466,7 @@ div#theme-edit-wrap div#theme-editor #picker .button_holder button:last-child { div#theme-edit-wrap div#theme-editor #picker.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -21829,7 +21829,7 @@ span.faicon.st-besede-popup { #vrednost_edit.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -22070,7 +22070,7 @@ span.faicon.st-besede-popup { #quota.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -22397,7 +22397,7 @@ and open the template in the editor. #fullscreen #preview_spremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -22470,18 +22470,18 @@ and open the template in the editor. -webkit-text-stroke: 0.35px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: "\f0c8"; + content: ""; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: "\f111"; + content: ""; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -23377,22 +23377,22 @@ and open the template in the editor. } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f096";*/ - content: "\f0c8"; + content: ""; letter-spacing: 10px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f10c";*/ - content: "\f111"; + content: ""; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f046";*/ - content: "\f14a"; + content: ""; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f192";*/ - content: "\f192"; + content: ""; } #preview_spremenljivka input[type=radio] { margin: 0 8px 4px 0; @@ -23405,7 +23405,7 @@ and open the template in the editor. #preview_spremenljivka input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: "\f111"; + content: ""; letter-spacing: 10px; } #preview_spremenljivka input[type=radio] + span.enka-custom-radio:before { @@ -23413,7 +23413,7 @@ and open the template in the editor. display: inline-block; } #preview_spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; } #preview_spremenljivka input[type=checkbox] { display: none !important; @@ -23426,11 +23426,11 @@ and open the template in the editor. #preview_spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: "\f0c8"; + content: ""; letter-spacing: 10px; } #preview_spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; letter-spacing: 8px; } @@ -23515,7 +23515,7 @@ and open the template in the editor. } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: "\f111"; + content: ""; display: inline-block; font-size: 14px; color: #E5E5E5; @@ -23523,7 +23523,7 @@ and open the template in the editor. font-weight: 400; } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio]:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; color: #E5E5E5; } @@ -23786,7 +23786,7 @@ dl.arch_email dd { #inv_view_arch_recipients.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -25000,23 +25000,23 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admi } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: "\f0c8"; + content: ""; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: "\f111"; + content: ""; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; color: #D3D3D3; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; color: #D3D3D3; } div.page_komentarji ul .spremenljivka_content input[type=radio], @@ -25033,7 +25033,7 @@ div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-chec div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: "\f111"; + content: ""; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-custom-radio:before, @@ -25043,7 +25043,7 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.en } div.page_komentarji ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; } div.page_komentarji ul .spremenljivka_content input[type=checkbox], div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] { @@ -25059,12 +25059,12 @@ div.page_komentarji ul .spremenljivka_content input[type=checkbox] + span.enka-c div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: "\f0c8"; + content: ""; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; letter-spacing: 8px; } div.page_komentarji ul div.question_comment_holder, @@ -27139,7 +27139,7 @@ div.subpage_coding .coding-refresh .button_holder button:last-child { div.subpage_coding .coding-refresh.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -27321,7 +27321,7 @@ div.subpage_coding #coding .button_holder button:last-child { div.subpage_coding #coding.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -27645,7 +27645,7 @@ div.subpage_coding .floatRecodeSpremenljivka .button_holder button:last-child { div.subpage_coding .floatRecodeSpremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -27996,18 +27996,18 @@ ul#merge li { -webkit-text-stroke: 0.35px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: "\f0c8"; + content: ""; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: "\f111"; + content: ""; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -28506,7 +28506,7 @@ and open the template in the editor. #div_export_setting_show.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -31600,7 +31600,7 @@ ul.vrednost_sort input[type=text] { .subpage_analysis_creport #anketa_custom_report #newCReportProfile.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -31884,7 +31884,7 @@ and open the template in the editor. #dsp_inspect_cover.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -32418,7 +32418,7 @@ input#endDate { .mc_table_settings.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -32631,7 +32631,7 @@ input#endDate { #newMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -32820,7 +32820,7 @@ input#endDate { #renameMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -33009,7 +33009,7 @@ input#endDate { #deleteMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -33395,7 +33395,7 @@ button.buttons-columnVisibility.active { table.usersTable { margin-left: 14px; margin-right: 14px; - width: calc(100% - 28px); + width: calc(100% - 2*14px); white-space: nowrap; border-collapse: collapse !important; } From 760dc763e70c221a76cd775e9be74664ba0abfb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 19 Aug 2022 11:36:19 +0200 Subject: [PATCH 08/46] oblika --> gumbi ikone , styling --- admin/survey/classes/class.SurveyTheme.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/admin/survey/classes/class.SurveyTheme.php b/admin/survey/classes/class.SurveyTheme.php index 3b210f76e..38f4f830c 100644 --- a/admin/survey/classes/class.SurveyTheme.php +++ b/admin/survey/classes/class.SurveyTheme.php @@ -179,6 +179,7 @@ class SurveyTheme { $groupId = 0; echo '
'; + echo ''; echo '
'; $this->displayGroupSelector($groupId); @@ -372,7 +373,10 @@ class SurveyTheme { echo ''; echo '
'; - echo ''; + echo ''; echo '
'; @@ -424,7 +428,7 @@ class SurveyTheme { //Gumbi echo '
'; - echo ''; + echo ''; echo '
'; @@ -600,7 +604,7 @@ class SurveyTheme { echo '
'; - echo ''; + echo ''; echo '
'; @@ -660,7 +664,7 @@ class SurveyTheme { //Gumbi echo '
'; - echo ''; + echo ''; echo '
'; From 89bca789a0f820bb1bda5e4b11fe507e7c8010fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 19 Aug 2022 11:36:43 +0200 Subject: [PATCH 09/46] Revert "oblika --> gumbi ikone , styling" This reverts commit 760dc763e70c221a76cd775e9be74664ba0abfb1. --- admin/survey/classes/class.SurveyTheme.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/admin/survey/classes/class.SurveyTheme.php b/admin/survey/classes/class.SurveyTheme.php index 38f4f830c..3b210f76e 100644 --- a/admin/survey/classes/class.SurveyTheme.php +++ b/admin/survey/classes/class.SurveyTheme.php @@ -179,7 +179,6 @@ class SurveyTheme { $groupId = 0; echo '
'; - echo ''; echo '
'; $this->displayGroupSelector($groupId); @@ -373,10 +372,7 @@ class SurveyTheme { echo ''; echo '
'; - echo ''; + echo ''; echo '
'; @@ -428,7 +424,7 @@ class SurveyTheme { //Gumbi echo '
'; - echo ''; + echo ''; echo '
'; @@ -604,7 +600,7 @@ class SurveyTheme { echo '
'; - echo ''; + echo ''; echo '
'; @@ -664,7 +660,7 @@ class SurveyTheme { //Gumbi echo '
'; - echo ''; + echo ''; echo '
'; From 18bd862d388cfc629719ece7263549a27747f0f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 19 Aug 2022 11:37:31 +0200 Subject: [PATCH 10/46] oblika --> styling --- public/css/admin_new.css | 2994 ++++++++--------- .../pages/survey_edit/oblika_teme.scss | 15 +- 2 files changed, 1480 insertions(+), 1529 deletions(-) diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 2e3ae805c..586ad8417 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -214,4767 +214,4767 @@ /* 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: ""; + content: "\f26e"; } .fa-accessible-icon:before { - content: ""; + content: "\f368"; } .fa-accusoft:before { - content: ""; + content: "\f369"; } .fa-ad:before { - content: ""; + content: "\f641"; } .fa-address-book:before { - content: ""; + content: "\f2b9"; } .fa-address-card:before { - content: ""; + content: "\f2bb"; } .fa-adjust:before { - content: ""; + content: "\f042"; } .fa-adn:before { - content: ""; + content: "\f170"; } .fa-adversal:before { - content: ""; + content: "\f36a"; } .fa-affiliatetheme:before { - content: ""; + content: "\f36b"; } .fa-air-freshener:before { - content: ""; + content: "\f5d0"; } .fa-algolia:before { - content: ""; + content: "\f36c"; } .fa-align-center:before { - content: ""; + content: "\f037"; } .fa-align-justify:before { - content: ""; + content: "\f039"; } .fa-align-left:before { - content: ""; + content: "\f036"; } .fa-align-right:before { - content: ""; + content: "\f038"; } .fa-alipay:before { - content: ""; + content: "\f642"; } .fa-allergies:before { - content: ""; + content: "\f461"; } .fa-amazon:before { - content: ""; + content: "\f270"; } .fa-amazon-pay:before { - content: ""; + content: "\f42c"; } .fa-ambulance:before { - content: ""; + content: "\f0f9"; } .fa-american-sign-language-interpreting:before { - content: ""; + content: "\f2a3"; } .fa-amilia:before { - content: ""; + content: "\f36d"; } .fa-anchor:before { - content: ""; + content: "\f13d"; } .fa-android:before { - content: ""; + content: "\f17b"; } .fa-angellist:before { - content: ""; + content: "\f209"; } .fa-angle-double-down:before { - content: ""; + content: "\f103"; } .fa-angle-double-left:before { - content: ""; + content: "\f100"; } .fa-angle-double-right:before { - content: ""; + content: "\f101"; } .fa-angle-double-up:before { - content: ""; + content: "\f102"; } .fa-angle-down:before { - content: ""; + content: "\f107"; } .fa-angle-left:before { - content: ""; + content: "\f104"; } .fa-angle-right:before { - content: ""; + content: "\f105"; } .fa-angle-up:before { - content: ""; + content: "\f106"; } .fa-angry:before { - content: ""; + content: "\f556"; } .fa-angrycreative:before { - content: ""; + content: "\f36e"; } .fa-angular:before { - content: ""; + content: "\f420"; } .fa-ankh:before { - content: ""; + content: "\f644"; } .fa-app-store:before { - content: ""; + content: "\f36f"; } .fa-app-store-ios:before { - content: ""; + content: "\f370"; } .fa-apper:before { - content: ""; + content: "\f371"; } .fa-apple:before { - content: ""; + content: "\f179"; } .fa-apple-alt:before { - content: ""; + content: "\f5d1"; } .fa-apple-pay:before { - content: ""; + content: "\f415"; } .fa-archive:before { - content: ""; + content: "\f187"; } .fa-archway:before { - content: ""; + content: "\f557"; } .fa-arrow-alt-circle-down:before { - content: ""; + content: "\f358"; } .fa-arrow-alt-circle-left:before { - content: ""; + content: "\f359"; } .fa-arrow-alt-circle-right:before { - content: ""; + content: "\f35a"; } .fa-arrow-alt-circle-up:before { - content: ""; + content: "\f35b"; } .fa-arrow-circle-down:before { - content: ""; + content: "\f0ab"; } .fa-arrow-circle-left:before { - content: ""; + content: "\f0a8"; } .fa-arrow-circle-right:before { - content: ""; + content: "\f0a9"; } .fa-arrow-circle-up:before { - content: ""; + content: "\f0aa"; } .fa-arrow-down:before { - content: ""; + content: "\f063"; } .fa-arrow-left:before { - content: ""; + content: "\f060"; } .fa-arrow-right:before { - content: ""; + content: "\f061"; } .fa-arrow-up:before { - content: ""; + content: "\f062"; } .fa-arrows-alt:before { - content: ""; + content: "\f0b2"; } .fa-arrows-alt-h:before { - content: ""; + content: "\f337"; } .fa-arrows-alt-v:before { - content: ""; + content: "\f338"; } .fa-assistive-listening-systems:before { - content: ""; + content: "\f2a2"; } .fa-asterisk:before { - content: ""; + content: "\f069"; } .fa-asymmetrik:before { - content: ""; + content: "\f372"; } .fa-at:before { - content: ""; + content: "\f1fa"; } .fa-atlas:before { - content: ""; + content: "\f558"; } .fa-atom:before { - content: ""; + content: "\f5d2"; } .fa-audible:before { - content: ""; + content: "\f373"; } .fa-audio-description:before { - content: ""; + content: "\f29e"; } .fa-autoprefixer:before { - content: ""; + content: "\f41c"; } .fa-avianex:before { - content: ""; + content: "\f374"; } .fa-aviato:before { - content: ""; + content: "\f421"; } .fa-award:before { - content: ""; + content: "\f559"; } .fa-aws:before { - content: ""; + content: "\f375"; } .fa-backspace:before { - content: ""; + content: "\f55a"; } .fa-backward:before { - content: ""; + content: "\f04a"; } .fa-balance-scale:before { - content: ""; + content: "\f24e"; } .fa-ban:before { - content: ""; + content: "\f05e"; } .fa-band-aid:before { - content: ""; + content: "\f462"; } .fa-bandcamp:before { - content: ""; + content: "\f2d5"; } .fa-barcode:before { - content: ""; + content: "\f02a"; } .fa-bars:before { - content: ""; + content: "\f0c9"; } .fa-baseball-ball:before { - content: ""; + content: "\f433"; } .fa-basketball-ball:before { - content: ""; + content: "\f434"; } .fa-bath:before { - content: ""; + content: "\f2cd"; } .fa-battery-empty:before { - content: ""; + content: "\f244"; } .fa-battery-full:before { - content: ""; + content: "\f240"; } .fa-battery-half:before { - content: ""; + content: "\f242"; } .fa-battery-quarter:before { - content: ""; + content: "\f243"; } .fa-battery-three-quarters:before { - content: ""; + content: "\f241"; } .fa-bed:before { - content: ""; + content: "\f236"; } .fa-beer:before { - content: ""; + content: "\f0fc"; } .fa-behance:before { - content: ""; + content: "\f1b4"; } .fa-behance-square:before { - content: ""; + content: "\f1b5"; } .fa-bell:before { - content: ""; + content: "\f0f3"; } .fa-bell-slash:before { - content: ""; + content: "\f1f6"; } .fa-bezier-curve:before { - content: ""; + content: "\f55b"; } .fa-bible:before { - content: ""; + content: "\f647"; } .fa-bicycle:before { - content: ""; + content: "\f206"; } .fa-bimobject:before { - content: ""; + content: "\f378"; } .fa-binoculars:before { - content: ""; + content: "\f1e5"; } .fa-birthday-cake:before { - content: ""; + content: "\f1fd"; } .fa-bitbucket:before { - content: ""; + content: "\f171"; } .fa-bitcoin:before { - content: ""; + content: "\f379"; } .fa-bity:before { - content: ""; + content: "\f37a"; } .fa-black-tie:before { - content: ""; + content: "\f27e"; } .fa-blackberry:before { - content: ""; + content: "\f37b"; } .fa-blender:before { - content: ""; + content: "\f517"; } .fa-blind:before { - content: ""; + content: "\f29d"; } .fa-blogger:before { - content: ""; + content: "\f37c"; } .fa-blogger-b:before { - content: ""; + content: "\f37d"; } .fa-bluetooth:before { - content: ""; + content: "\f293"; } .fa-bluetooth-b:before { - content: ""; + content: "\f294"; } .fa-bold:before { - content: ""; + content: "\f032"; } .fa-bolt:before { - content: ""; + content: "\f0e7"; } .fa-bomb:before { - content: ""; + content: "\f1e2"; } .fa-bone:before { - content: ""; + content: "\f5d7"; } .fa-bong:before { - content: ""; + content: "\f55c"; } .fa-book:before { - content: ""; + content: "\f02d"; } .fa-book-open:before { - content: ""; + content: "\f518"; } .fa-book-reader:before { - content: ""; + content: "\f5da"; } .fa-bookmark:before { - content: ""; + content: "\f02e"; } .fa-bowling-ball:before { - content: ""; + content: "\f436"; } .fa-box:before { - content: ""; + content: "\f466"; } .fa-box-open:before { - content: ""; + content: "\f49e"; } .fa-boxes:before { - content: ""; + content: "\f468"; } .fa-braille:before { - content: ""; + content: "\f2a1"; } .fa-brain:before { - content: ""; + content: "\f5dc"; } .fa-briefcase:before { - content: ""; + content: "\f0b1"; } .fa-briefcase-medical:before { - content: ""; + content: "\f469"; } .fa-broadcast-tower:before { - content: ""; + content: "\f519"; } .fa-broom:before { - content: ""; + content: "\f51a"; } .fa-brush:before { - content: ""; + content: "\f55d"; } .fa-btc:before { - content: ""; + content: "\f15a"; } .fa-bug:before { - content: ""; + content: "\f188"; } .fa-building:before { - content: ""; + content: "\f1ad"; } .fa-bullhorn:before { - content: ""; + content: "\f0a1"; } .fa-bullseye:before { - content: ""; + content: "\f140"; } .fa-burn:before { - content: ""; + content: "\f46a"; } .fa-buromobelexperte:before { - content: ""; + content: "\f37f"; } .fa-bus:before { - content: ""; + content: "\f207"; } .fa-bus-alt:before { - content: ""; + content: "\f55e"; } .fa-business-time:before { - content: ""; + content: "\f64a"; } .fa-buysellads:before { - content: ""; + content: "\f20d"; } .fa-calculator:before { - content: ""; + content: "\f1ec"; } .fa-calendar:before { - content: ""; + content: "\f133"; } .fa-calendar-alt:before { - content: ""; + content: "\f073"; } .fa-calendar-check:before { - content: ""; + content: "\f274"; } .fa-calendar-minus:before { - content: ""; + content: "\f272"; } .fa-calendar-plus:before { - content: ""; + content: "\f271"; } .fa-calendar-times:before { - content: ""; + content: "\f273"; } .fa-camera:before { - content: ""; + content: "\f030"; } .fa-camera-retro:before { - content: ""; + content: "\f083"; } .fa-cannabis:before { - content: ""; + content: "\f55f"; } .fa-capsules:before { - content: ""; + content: "\f46b"; } .fa-car:before { - content: ""; + content: "\f1b9"; } .fa-car-alt:before { - content: ""; + content: "\f5de"; } .fa-car-battery:before { - content: ""; + content: "\f5df"; } .fa-car-crash:before { - content: ""; + content: "\f5e1"; } .fa-car-side:before { - content: ""; + content: "\f5e4"; } .fa-caret-down:before { - content: ""; + content: "\f0d7"; } .fa-caret-left:before { - content: ""; + content: "\f0d9"; } .fa-caret-right:before { - content: ""; + content: "\f0da"; } .fa-caret-square-down:before { - content: ""; + content: "\f150"; } .fa-caret-square-left:before { - content: ""; + content: "\f191"; } .fa-caret-square-right:before { - content: ""; + content: "\f152"; } .fa-caret-square-up:before { - content: ""; + content: "\f151"; } .fa-caret-up:before { - content: ""; + content: "\f0d8"; } .fa-cart-arrow-down:before { - content: ""; + content: "\f218"; } .fa-cart-plus:before { - content: ""; + content: "\f217"; } .fa-cc-amazon-pay:before { - content: ""; + content: "\f42d"; } .fa-cc-amex:before { - content: ""; + content: "\f1f3"; } .fa-cc-apple-pay:before { - content: ""; + content: "\f416"; } .fa-cc-diners-club:before { - content: ""; + content: "\f24c"; } .fa-cc-discover:before { - content: ""; + content: "\f1f2"; } .fa-cc-jcb:before { - content: ""; + content: "\f24b"; } .fa-cc-mastercard:before { - content: ""; + content: "\f1f1"; } .fa-cc-paypal:before { - content: ""; + content: "\f1f4"; } .fa-cc-stripe:before { - content: ""; + content: "\f1f5"; } .fa-cc-visa:before { - content: ""; + content: "\f1f0"; } .fa-centercode:before { - content: ""; + content: "\f380"; } .fa-certificate:before { - content: ""; + content: "\f0a3"; } .fa-chalkboard:before { - content: ""; + content: "\f51b"; } .fa-chalkboard-teacher:before { - content: ""; + content: "\f51c"; } .fa-charging-station:before { - content: ""; + content: "\f5e7"; } .fa-chart-area:before { - content: ""; + content: "\f1fe"; } .fa-chart-bar:before { - content: ""; + content: "\f080"; } .fa-chart-line:before { - content: ""; + content: "\f201"; } .fa-chart-pie:before { - content: ""; + content: "\f200"; } .fa-check:before { - content: ""; + content: "\f00c"; } .fa-check-circle:before { - content: ""; + content: "\f058"; } .fa-check-double:before { - content: ""; + content: "\f560"; } .fa-check-square:before { - content: ""; + content: "\f14a"; } .fa-chess:before { - content: ""; + content: "\f439"; } .fa-chess-bishop:before { - content: ""; + content: "\f43a"; } .fa-chess-board:before { - content: ""; + content: "\f43c"; } .fa-chess-king:before { - content: ""; + content: "\f43f"; } .fa-chess-knight:before { - content: ""; + content: "\f441"; } .fa-chess-pawn:before { - content: ""; + content: "\f443"; } .fa-chess-queen:before { - content: ""; + content: "\f445"; } .fa-chess-rook:before { - content: ""; + content: "\f447"; } .fa-chevron-circle-down:before { - content: ""; + content: "\f13a"; } .fa-chevron-circle-left:before { - content: ""; + content: "\f137"; } .fa-chevron-circle-right:before { - content: ""; + content: "\f138"; } .fa-chevron-circle-up:before { - content: ""; + content: "\f139"; } .fa-chevron-down:before { - content: ""; + content: "\f078"; } .fa-chevron-left:before { - content: ""; + content: "\f053"; } .fa-chevron-right:before { - content: ""; + content: "\f054"; } .fa-chevron-up:before { - content: ""; + content: "\f077"; } .fa-child:before { - content: ""; + content: "\f1ae"; } .fa-chrome:before { - content: ""; + content: "\f268"; } .fa-church:before { - content: ""; + content: "\f51d"; } .fa-circle:before { - content: ""; + content: "\f111"; } .fa-circle-notch:before { - content: ""; + content: "\f1ce"; } .fa-city:before { - content: ""; + content: "\f64f"; } .fa-clipboard:before { - content: ""; + content: "\f328"; } .fa-clipboard-check:before { - content: ""; + content: "\f46c"; } .fa-clipboard-list:before { - content: ""; + content: "\f46d"; } .fa-clock:before { - content: ""; + content: "\f017"; } .fa-clone:before { - content: ""; + content: "\f24d"; } .fa-closed-captioning:before { - content: ""; + content: "\f20a"; } .fa-cloud:before { - content: ""; + content: "\f0c2"; } .fa-cloud-download-alt:before { - content: ""; + content: "\f381"; } .fa-cloud-upload-alt:before { - content: ""; + content: "\f382"; } .fa-cloudscale:before { - content: ""; + content: "\f383"; } .fa-cloudsmith:before { - content: ""; + content: "\f384"; } .fa-cloudversify:before { - content: ""; + content: "\f385"; } .fa-cocktail:before { - content: ""; + content: "\f561"; } .fa-code:before { - content: ""; + content: "\f121"; } .fa-code-branch:before { - content: ""; + content: "\f126"; } .fa-codepen:before { - content: ""; + content: "\f1cb"; } .fa-codiepie:before { - content: ""; + content: "\f284"; } .fa-coffee:before { - content: ""; + content: "\f0f4"; } .fa-cog:before { - content: ""; + content: "\f013"; } .fa-cogs:before { - content: ""; + content: "\f085"; } .fa-coins:before { - content: ""; + content: "\f51e"; } .fa-columns:before { - content: ""; + content: "\f0db"; } .fa-comment:before { - content: ""; + content: "\f075"; } .fa-comment-alt:before { - content: ""; + content: "\f27a"; } .fa-comment-dollar:before { - content: ""; + content: "\f651"; } .fa-comment-dots:before { - content: ""; + content: "\f4ad"; } .fa-comment-slash:before { - content: ""; + content: "\f4b3"; } .fa-comments:before { - content: ""; + content: "\f086"; } .fa-comments-dollar:before { - content: ""; + content: "\f653"; } .fa-compact-disc:before { - content: ""; + content: "\f51f"; } .fa-compass:before { - content: ""; + content: "\f14e"; } .fa-compress:before { - content: ""; + content: "\f066"; } .fa-concierge-bell:before { - content: ""; + content: "\f562"; } .fa-connectdevelop:before { - content: ""; + content: "\f20e"; } .fa-contao:before { - content: ""; + content: "\f26d"; } .fa-cookie:before { - content: ""; + content: "\f563"; } .fa-cookie-bite:before { - content: ""; + content: "\f564"; } .fa-copy:before { - content: ""; + content: "\f0c5"; } .fa-copyright:before { - content: ""; + content: "\f1f9"; } .fa-couch:before { - content: ""; + content: "\f4b8"; } .fa-cpanel:before { - content: ""; + content: "\f388"; } .fa-creative-commons:before { - content: ""; + content: "\f25e"; } .fa-creative-commons-by:before { - content: ""; + content: "\f4e7"; } .fa-creative-commons-nc:before { - content: ""; + content: "\f4e8"; } .fa-creative-commons-nc-eu:before { - content: ""; + content: "\f4e9"; } .fa-creative-commons-nc-jp:before { - content: ""; + content: "\f4ea"; } .fa-creative-commons-nd:before { - content: ""; + content: "\f4eb"; } .fa-creative-commons-pd:before { - content: ""; + content: "\f4ec"; } .fa-creative-commons-pd-alt:before { - content: ""; + content: "\f4ed"; } .fa-creative-commons-remix:before { - content: ""; + content: "\f4ee"; } .fa-creative-commons-sa:before { - content: ""; + content: "\f4ef"; } .fa-creative-commons-sampling:before { - content: ""; + content: "\f4f0"; } .fa-creative-commons-sampling-plus:before { - content: ""; + content: "\f4f1"; } .fa-creative-commons-share:before { - content: ""; + content: "\f4f2"; } .fa-credit-card:before { - content: ""; + content: "\f09d"; } .fa-crop:before { - content: ""; + content: "\f125"; } .fa-crop-alt:before { - content: ""; + content: "\f565"; } .fa-cross:before { - content: ""; + content: "\f654"; } .fa-crosshairs:before { - content: ""; + content: "\f05b"; } .fa-crow:before { - content: ""; + content: "\f520"; } .fa-crown:before { - content: ""; + content: "\f521"; } .fa-css3:before { - content: ""; + content: "\f13c"; } .fa-css3-alt:before { - content: ""; + content: "\f38b"; } .fa-cube:before { - content: ""; + content: "\f1b2"; } .fa-cubes:before { - content: ""; + content: "\f1b3"; } .fa-cut:before { - content: ""; + content: "\f0c4"; } .fa-cuttlefish:before { - content: ""; + content: "\f38c"; } .fa-d-and-d:before { - content: ""; + content: "\f38d"; } .fa-dashcube:before { - content: ""; + content: "\f210"; } .fa-database:before { - content: ""; + content: "\f1c0"; } .fa-deaf:before { - content: ""; + content: "\f2a4"; } .fa-delicious:before { - content: ""; + content: "\f1a5"; } .fa-deploydog:before { - content: ""; + content: "\f38e"; } .fa-deskpro:before { - content: ""; + content: "\f38f"; } .fa-desktop:before { - content: ""; + content: "\f108"; } .fa-deviantart:before { - content: ""; + content: "\f1bd"; } .fa-dharmachakra:before { - content: ""; + content: "\f655"; } .fa-diagnoses:before { - content: ""; + content: "\f470"; } .fa-dice:before { - content: ""; + content: "\f522"; } .fa-dice-five:before { - content: ""; + content: "\f523"; } .fa-dice-four:before { - content: ""; + content: "\f524"; } .fa-dice-one:before { - content: ""; + content: "\f525"; } .fa-dice-six:before { - content: ""; + content: "\f526"; } .fa-dice-three:before { - content: ""; + content: "\f527"; } .fa-dice-two:before { - content: ""; + content: "\f528"; } .fa-digg:before { - content: ""; + content: "\f1a6"; } .fa-digital-ocean:before { - content: ""; + content: "\f391"; } .fa-digital-tachograph:before { - content: ""; + content: "\f566"; } .fa-directions:before { - content: ""; + content: "\f5eb"; } .fa-discord:before { - content: ""; + content: "\f392"; } .fa-discourse:before { - content: ""; + content: "\f393"; } .fa-divide:before { - content: ""; + content: "\f529"; } .fa-dizzy:before { - content: ""; + content: "\f567"; } .fa-dna:before { - content: ""; + content: "\f471"; } .fa-dochub:before { - content: ""; + content: "\f394"; } .fa-docker:before { - content: ""; + content: "\f395"; } .fa-dollar-sign:before { - content: ""; + content: "\f155"; } .fa-dolly:before { - content: ""; + content: "\f472"; } .fa-dolly-flatbed:before { - content: ""; + content: "\f474"; } .fa-donate:before { - content: ""; + content: "\f4b9"; } .fa-door-closed:before { - content: ""; + content: "\f52a"; } .fa-door-open:before { - content: ""; + content: "\f52b"; } .fa-dot-circle:before { - content: ""; + content: "\f192"; } .fa-dove:before { - content: ""; + content: "\f4ba"; } .fa-download:before { - content: ""; + content: "\f019"; } .fa-draft2digital:before { - content: ""; + content: "\f396"; } .fa-drafting-compass:before { - content: ""; + content: "\f568"; } .fa-draw-polygon:before { - content: ""; + content: "\f5ee"; } .fa-dribbble:before { - content: ""; + content: "\f17d"; } .fa-dribbble-square:before { - content: ""; + content: "\f397"; } .fa-dropbox:before { - content: ""; + content: "\f16b"; } .fa-drum:before { - content: ""; + content: "\f569"; } .fa-drum-steelpan:before { - content: ""; + content: "\f56a"; } .fa-drupal:before { - content: ""; + content: "\f1a9"; } .fa-dumbbell:before { - content: ""; + content: "\f44b"; } .fa-dyalog:before { - content: ""; + content: "\f399"; } .fa-earlybirds:before { - content: ""; + content: "\f39a"; } .fa-ebay:before { - content: ""; + content: "\f4f4"; } .fa-edge:before { - content: ""; + content: "\f282"; } .fa-edit:before { - content: ""; + content: "\f044"; } .fa-eject:before { - content: ""; + content: "\f052"; } .fa-elementor:before { - content: ""; + content: "\f430"; } .fa-ellipsis-h:before { - content: ""; + content: "\f141"; } .fa-ellipsis-v:before { - content: ""; + content: "\f142"; } .fa-ello:before { - content: ""; + content: "\f5f1"; } .fa-ember:before { - content: ""; + content: "\f423"; } .fa-empire:before { - content: ""; + content: "\f1d1"; } .fa-envelope:before { - content: ""; + content: "\f0e0"; } .fa-envelope-open:before { - content: ""; + content: "\f2b6"; } .fa-envelope-open-text:before { - content: ""; + content: "\f658"; } .fa-envelope-square:before { - content: ""; + content: "\f199"; } .fa-envira:before { - content: ""; + content: "\f299"; } .fa-equals:before { - content: ""; + content: "\f52c"; } .fa-eraser:before { - content: ""; + content: "\f12d"; } .fa-erlang:before { - content: ""; + content: "\f39d"; } .fa-ethereum:before { - content: ""; + content: "\f42e"; } .fa-etsy:before { - content: ""; + content: "\f2d7"; } .fa-euro-sign:before { - content: ""; + content: "\f153"; } .fa-exchange-alt:before { - content: ""; + content: "\f362"; } .fa-exclamation:before { - content: ""; + content: "\f12a"; } .fa-exclamation-circle:before { - content: ""; + content: "\f06a"; } .fa-exclamation-triangle:before { - content: ""; + content: "\f071"; } .fa-expand:before { - content: ""; + content: "\f065"; } .fa-expand-arrows-alt:before { - content: ""; + content: "\f31e"; } .fa-expeditedssl:before { - content: ""; + content: "\f23e"; } .fa-external-link-alt:before { - content: ""; + content: "\f35d"; } .fa-external-link-square-alt:before { - content: ""; + content: "\f360"; } .fa-eye:before { - content: ""; + content: "\f06e"; } .fa-eye-dropper:before { - content: ""; + content: "\f1fb"; } .fa-eye-slash:before { - content: ""; + content: "\f070"; } .fa-facebook:before { - content: ""; + content: "\f09a"; } .fa-facebook-f:before { - content: ""; + content: "\f39e"; } .fa-facebook-messenger:before { - content: ""; + content: "\f39f"; } .fa-facebook-square:before { - content: ""; + content: "\f082"; } .fa-fast-backward:before { - content: ""; + content: "\f049"; } .fa-fast-forward:before { - content: ""; + content: "\f050"; } .fa-fax:before { - content: ""; + content: "\f1ac"; } .fa-feather:before { - content: ""; + content: "\f52d"; } .fa-feather-alt:before { - content: ""; + content: "\f56b"; } .fa-female:before { - content: ""; + content: "\f182"; } .fa-fighter-jet:before { - content: ""; + content: "\f0fb"; } .fa-file:before { - content: ""; + content: "\f15b"; } .fa-file-alt:before { - content: ""; + content: "\f15c"; } .fa-file-archive:before { - content: ""; + content: "\f1c6"; } .fa-file-audio:before { - content: ""; + content: "\f1c7"; } .fa-file-code:before { - content: ""; + content: "\f1c9"; } .fa-file-contract:before { - content: ""; + content: "\f56c"; } .fa-file-download:before { - content: ""; + content: "\f56d"; } .fa-file-excel:before { - content: ""; + content: "\f1c3"; } .fa-file-export:before { - content: ""; + content: "\f56e"; } .fa-file-image:before { - content: ""; + content: "\f1c5"; } .fa-file-import:before { - content: ""; + content: "\f56f"; } .fa-file-invoice:before { - content: ""; + content: "\f570"; } .fa-file-invoice-dollar:before { - content: ""; + content: "\f571"; } .fa-file-medical:before { - content: ""; + content: "\f477"; } .fa-file-medical-alt:before { - content: ""; + content: "\f478"; } .fa-file-pdf:before { - content: ""; + content: "\f1c1"; } .fa-file-powerpoint:before { - content: ""; + content: "\f1c4"; } .fa-file-prescription:before { - content: ""; + content: "\f572"; } .fa-file-signature:before { - content: ""; + content: "\f573"; } .fa-file-upload:before { - content: ""; + content: "\f574"; } .fa-file-video:before { - content: ""; + content: "\f1c8"; } .fa-file-word:before { - content: ""; + content: "\f1c2"; } .fa-fill:before { - content: ""; + content: "\f575"; } .fa-fill-drip:before { - content: ""; + content: "\f576"; } .fa-film:before { - content: ""; + content: "\f008"; } .fa-filter:before { - content: ""; + content: "\f0b0"; } .fa-fingerprint:before { - content: ""; + content: "\f577"; } .fa-fire:before { - content: ""; + content: "\f06d"; } .fa-fire-extinguisher:before { - content: ""; + content: "\f134"; } .fa-firefox:before { - content: ""; + content: "\f269"; } .fa-first-aid:before { - content: ""; + content: "\f479"; } .fa-first-order:before { - content: ""; + content: "\f2b0"; } .fa-first-order-alt:before { - content: ""; + content: "\f50a"; } .fa-firstdraft:before { - content: ""; + content: "\f3a1"; } .fa-fish:before { - content: ""; + content: "\f578"; } .fa-flag:before { - content: ""; + content: "\f024"; } .fa-flag-checkered:before { - content: ""; + content: "\f11e"; } .fa-flask:before { - content: ""; + content: "\f0c3"; } .fa-flickr:before { - content: ""; + content: "\f16e"; } .fa-flipboard:before { - content: ""; + content: "\f44d"; } .fa-flushed:before { - content: ""; + content: "\f579"; } .fa-fly:before { - content: ""; + content: "\f417"; } .fa-folder:before { - content: ""; + content: "\f07b"; } .fa-folder-minus:before { - content: ""; + content: "\f65d"; } .fa-folder-open:before { - content: ""; + content: "\f07c"; } .fa-folder-plus:before { - content: ""; + content: "\f65e"; } .fa-font:before { - content: ""; + content: "\f031"; } .fa-font-awesome:before { - content: ""; + content: "\f2b4"; } .fa-font-awesome-alt:before { - content: ""; + content: "\f35c"; } .fa-font-awesome-flag:before { - content: ""; + content: "\f425"; } .fa-font-awesome-logo-full:before { - content: ""; + content: "\f4e6"; } .fa-fonticons:before { - content: ""; + content: "\f280"; } .fa-fonticons-fi:before { - content: ""; + content: "\f3a2"; } .fa-football-ball:before { - content: ""; + content: "\f44e"; } .fa-fort-awesome:before { - content: ""; + content: "\f286"; } .fa-fort-awesome-alt:before { - content: ""; + content: "\f3a3"; } .fa-forumbee:before { - content: ""; + content: "\f211"; } .fa-forward:before { - content: ""; + content: "\f04e"; } .fa-foursquare:before { - content: ""; + content: "\f180"; } .fa-free-code-camp:before { - content: ""; + content: "\f2c5"; } .fa-freebsd:before { - content: ""; + content: "\f3a4"; } .fa-frog:before { - content: ""; + content: "\f52e"; } .fa-frown:before { - content: ""; + content: "\f119"; } .fa-frown-open:before { - content: ""; + content: "\f57a"; } .fa-fulcrum:before { - content: ""; + content: "\f50b"; } .fa-funnel-dollar:before { - content: ""; + content: "\f662"; } .fa-futbol:before { - content: ""; + content: "\f1e3"; } .fa-galactic-republic:before { - content: ""; + content: "\f50c"; } .fa-galactic-senate:before { - content: ""; + content: "\f50d"; } .fa-gamepad:before { - content: ""; + content: "\f11b"; } .fa-gas-pump:before { - content: ""; + content: "\f52f"; } .fa-gavel:before { - content: ""; + content: "\f0e3"; } .fa-gem:before { - content: ""; + content: "\f3a5"; } .fa-genderless:before { - content: ""; + content: "\f22d"; } .fa-get-pocket:before { - content: ""; + content: "\f265"; } .fa-gg:before { - content: ""; + content: "\f260"; } .fa-gg-circle:before { - content: ""; + content: "\f261"; } .fa-gift:before { - content: ""; + content: "\f06b"; } .fa-git:before { - content: ""; + content: "\f1d3"; } .fa-git-square:before { - content: ""; + content: "\f1d2"; } .fa-github:before { - content: ""; + content: "\f09b"; } .fa-github-alt:before { - content: ""; + content: "\f113"; } .fa-github-square:before { - content: ""; + content: "\f092"; } .fa-gitkraken:before { - content: ""; + content: "\f3a6"; } .fa-gitlab:before { - content: ""; + content: "\f296"; } .fa-gitter:before { - content: ""; + content: "\f426"; } .fa-glass-martini:before { - content: ""; + content: "\f000"; } .fa-glass-martini-alt:before { - content: ""; + content: "\f57b"; } .fa-glasses:before { - content: ""; + content: "\f530"; } .fa-glide:before { - content: ""; + content: "\f2a5"; } .fa-glide-g:before { - content: ""; + content: "\f2a6"; } .fa-globe:before { - content: ""; + content: "\f0ac"; } .fa-globe-africa:before { - content: ""; + content: "\f57c"; } .fa-globe-americas:before { - content: ""; + content: "\f57d"; } .fa-globe-asia:before { - content: ""; + content: "\f57e"; } .fa-gofore:before { - content: ""; + content: "\f3a7"; } .fa-golf-ball:before { - content: ""; + content: "\f450"; } .fa-goodreads:before { - content: ""; + content: "\f3a8"; } .fa-goodreads-g:before { - content: ""; + content: "\f3a9"; } .fa-google:before { - content: ""; + content: "\f1a0"; } .fa-google-drive:before { - content: ""; + content: "\f3aa"; } .fa-google-play:before { - content: ""; + content: "\f3ab"; } .fa-google-plus:before { - content: ""; + content: "\f2b3"; } .fa-google-plus-g:before { - content: ""; + content: "\f0d5"; } .fa-google-plus-square:before { - content: ""; + content: "\f0d4"; } .fa-google-wallet:before { - content: ""; + content: "\f1ee"; } .fa-gopuram:before { - content: ""; + content: "\f664"; } .fa-graduation-cap:before { - content: ""; + content: "\f19d"; } .fa-gratipay:before { - content: ""; + content: "\f184"; } .fa-grav:before { - content: ""; + content: "\f2d6"; } .fa-greater-than:before { - content: ""; + content: "\f531"; } .fa-greater-than-equal:before { - content: ""; + content: "\f532"; } .fa-grimace:before { - content: ""; + content: "\f57f"; } .fa-grin:before { - content: ""; + content: "\f580"; } .fa-grin-alt:before { - content: ""; + content: "\f581"; } .fa-grin-beam:before { - content: ""; + content: "\f582"; } .fa-grin-beam-sweat:before { - content: ""; + content: "\f583"; } .fa-grin-hearts:before { - content: ""; + content: "\f584"; } .fa-grin-squint:before { - content: ""; + content: "\f585"; } .fa-grin-squint-tears:before { - content: ""; + content: "\f586"; } .fa-grin-stars:before { - content: ""; + content: "\f587"; } .fa-grin-tears:before { - content: ""; + content: "\f588"; } .fa-grin-tongue:before { - content: ""; + content: "\f589"; } .fa-grin-tongue-squint:before { - content: ""; + content: "\f58a"; } .fa-grin-tongue-wink:before { - content: ""; + content: "\f58b"; } .fa-grin-wink:before { - content: ""; + content: "\f58c"; } .fa-grip-horizontal:before { - content: ""; + content: "\f58d"; } .fa-grip-vertical:before { - content: ""; + content: "\f58e"; } .fa-gripfire:before { - content: ""; + content: "\f3ac"; } .fa-grunt:before { - content: ""; + content: "\f3ad"; } .fa-gulp:before { - content: ""; + content: "\f3ae"; } .fa-h-square:before { - content: ""; + content: "\f0fd"; } .fa-hacker-news:before { - content: ""; + content: "\f1d4"; } .fa-hacker-news-square:before { - content: ""; + content: "\f3af"; } .fa-hackerrank:before { - content: ""; + content: "\f5f7"; } .fa-hamsa:before { - content: ""; + content: "\f665"; } .fa-hand-holding:before { - content: ""; + content: "\f4bd"; } .fa-hand-holding-heart:before { - content: ""; + content: "\f4be"; } .fa-hand-holding-usd:before { - content: ""; + content: "\f4c0"; } .fa-hand-lizard:before { - content: ""; + content: "\f258"; } .fa-hand-paper:before { - content: ""; + content: "\f256"; } .fa-hand-peace:before { - content: ""; + content: "\f25b"; } .fa-hand-point-down:before { - content: ""; + content: "\f0a7"; } .fa-hand-point-left:before { - content: ""; + content: "\f0a5"; } .fa-hand-point-right:before { - content: ""; + content: "\f0a4"; } .fa-hand-point-up:before { - content: ""; + content: "\f0a6"; } .fa-hand-pointer:before { - content: ""; + content: "\f25a"; } .fa-hand-rock:before { - content: ""; + content: "\f255"; } .fa-hand-scissors:before { - content: ""; + content: "\f257"; } .fa-hand-spock:before { - content: ""; + content: "\f259"; } .fa-hands:before { - content: ""; + content: "\f4c2"; } .fa-hands-helping:before { - content: ""; + content: "\f4c4"; } .fa-handshake:before { - content: ""; + content: "\f2b5"; } .fa-hashtag:before { - content: ""; + content: "\f292"; } .fa-haykal:before { - content: ""; + content: "\f666"; } .fa-hdd:before { - content: ""; + content: "\f0a0"; } .fa-heading:before { - content: ""; + content: "\f1dc"; } .fa-headphones:before { - content: ""; + content: "\f025"; } .fa-headphones-alt:before { - content: ""; + content: "\f58f"; } .fa-headset:before { - content: ""; + content: "\f590"; } .fa-heart:before { - content: ""; + content: "\f004"; } .fa-heartbeat:before { - content: ""; + content: "\f21e"; } .fa-helicopter:before { - content: ""; + content: "\f533"; } .fa-highlighter:before { - content: ""; + content: "\f591"; } .fa-hips:before { - content: ""; + content: "\f452"; } .fa-hire-a-helper:before { - content: ""; + content: "\f3b0"; } .fa-history:before { - content: ""; + content: "\f1da"; } .fa-hockey-puck:before { - content: ""; + content: "\f453"; } .fa-home:before { - content: ""; + content: "\f015"; } .fa-hooli:before { - content: ""; + content: "\f427"; } .fa-hornbill:before { - content: ""; + content: "\f592"; } .fa-hospital:before { - content: ""; + content: "\f0f8"; } .fa-hospital-alt:before { - content: ""; + content: "\f47d"; } .fa-hospital-symbol:before { - content: ""; + content: "\f47e"; } .fa-hot-tub:before { - content: ""; + content: "\f593"; } .fa-hotel:before { - content: ""; + content: "\f594"; } .fa-hotjar:before { - content: ""; + content: "\f3b1"; } .fa-hourglass:before { - content: ""; + content: "\f254"; } .fa-hourglass-end:before { - content: ""; + content: "\f253"; } .fa-hourglass-half:before { - content: ""; + content: "\f252"; } .fa-hourglass-start:before { - content: ""; + content: "\f251"; } .fa-houzz:before { - content: ""; + content: "\f27c"; } .fa-html5:before { - content: ""; + content: "\f13b"; } .fa-hubspot:before { - content: ""; + content: "\f3b2"; } .fa-i-cursor:before { - content: ""; + content: "\f246"; } .fa-id-badge:before { - content: ""; + content: "\f2c1"; } .fa-id-card:before { - content: ""; + content: "\f2c2"; } .fa-id-card-alt:before { - content: ""; + content: "\f47f"; } .fa-image:before { - content: ""; + content: "\f03e"; } .fa-images:before { - content: ""; + content: "\f302"; } .fa-imdb:before { - content: ""; + content: "\f2d8"; } .fa-inbox:before { - content: ""; + content: "\f01c"; } .fa-indent:before { - content: ""; + content: "\f03c"; } .fa-industry:before { - content: ""; + content: "\f275"; } .fa-infinity:before { - content: ""; + content: "\f534"; } .fa-info:before { - content: ""; + content: "\f129"; } .fa-info-circle:before { - content: ""; + content: "\f05a"; } .fa-instagram:before { - content: ""; + content: "\f16d"; } .fa-internet-explorer:before { - content: ""; + content: "\f26b"; } .fa-ioxhost:before { - content: ""; + content: "\f208"; } .fa-italic:before { - content: ""; + content: "\f033"; } .fa-itunes:before { - content: ""; + content: "\f3b4"; } .fa-itunes-note:before { - content: ""; + content: "\f3b5"; } .fa-java:before { - content: ""; + content: "\f4e4"; } .fa-jedi:before { - content: ""; + content: "\f669"; } .fa-jedi-order:before { - content: ""; + content: "\f50e"; } .fa-jenkins:before { - content: ""; + content: "\f3b6"; } .fa-joget:before { - content: ""; + content: "\f3b7"; } .fa-joint:before { - content: ""; + content: "\f595"; } .fa-joomla:before { - content: ""; + content: "\f1aa"; } .fa-journal-whills:before { - content: ""; + content: "\f66a"; } .fa-js:before { - content: ""; + content: "\f3b8"; } .fa-js-square:before { - content: ""; + content: "\f3b9"; } .fa-jsfiddle:before { - content: ""; + content: "\f1cc"; } .fa-kaaba:before { - content: ""; + content: "\f66b"; } .fa-kaggle:before { - content: ""; + content: "\f5fa"; } .fa-key:before { - content: ""; + content: "\f084"; } .fa-keybase:before { - content: ""; + content: "\f4f5"; } .fa-keyboard:before { - content: ""; + content: "\f11c"; } .fa-keycdn:before { - content: ""; + content: "\f3ba"; } .fa-khanda:before { - content: ""; + content: "\f66d"; } .fa-kickstarter:before { - content: ""; + content: "\f3bb"; } .fa-kickstarter-k:before { - content: ""; + content: "\f3bc"; } .fa-kiss:before { - content: ""; + content: "\f596"; } .fa-kiss-beam:before { - content: ""; + content: "\f597"; } .fa-kiss-wink-heart:before { - content: ""; + content: "\f598"; } .fa-kiwi-bird:before { - content: ""; + content: "\f535"; } .fa-korvue:before { - content: ""; + content: "\f42f"; } .fa-landmark:before { - content: ""; + content: "\f66f"; } .fa-language:before { - content: ""; + content: "\f1ab"; } .fa-laptop:before { - content: ""; + content: "\f109"; } .fa-laptop-code:before { - content: ""; + content: "\f5fc"; } .fa-laravel:before { - content: ""; + content: "\f3bd"; } .fa-lastfm:before { - content: ""; + content: "\f202"; } .fa-lastfm-square:before { - content: ""; + content: "\f203"; } .fa-laugh:before { - content: ""; + content: "\f599"; } .fa-laugh-beam:before { - content: ""; + content: "\f59a"; } .fa-laugh-squint:before { - content: ""; + content: "\f59b"; } .fa-laugh-wink:before { - content: ""; + content: "\f59c"; } .fa-layer-group:before { - content: ""; + content: "\f5fd"; } .fa-leaf:before { - content: ""; + content: "\f06c"; } .fa-leanpub:before { - content: ""; + content: "\f212"; } .fa-lemon:before { - content: ""; + content: "\f094"; } .fa-less:before { - content: ""; + content: "\f41d"; } .fa-less-than:before { - content: ""; + content: "\f536"; } .fa-less-than-equal:before { - content: ""; + content: "\f537"; } .fa-level-down-alt:before { - content: ""; + content: "\f3be"; } .fa-level-up-alt:before { - content: ""; + content: "\f3bf"; } .fa-life-ring:before { - content: ""; + content: "\f1cd"; } .fa-lightbulb:before { - content: ""; + content: "\f0eb"; } .fa-line:before { - content: ""; + content: "\f3c0"; } .fa-link:before { - content: ""; + content: "\f0c1"; } .fa-linkedin:before { - content: ""; + content: "\f08c"; } .fa-linkedin-in:before { - content: ""; + content: "\f0e1"; } .fa-linode:before { - content: ""; + content: "\f2b8"; } .fa-linux:before { - content: ""; + content: "\f17c"; } .fa-lira-sign:before { - content: ""; + content: "\f195"; } .fa-list:before { - content: ""; + content: "\f03a"; } .fa-list-alt:before { - content: ""; + content: "\f022"; } .fa-list-ol:before { - content: ""; + content: "\f0cb"; } .fa-list-ul:before { - content: ""; + content: "\f0ca"; } .fa-location-arrow:before { - content: ""; + content: "\f124"; } .fa-lock:before { - content: ""; + content: "\f023"; } .fa-lock-open:before { - content: ""; + content: "\f3c1"; } .fa-long-arrow-alt-down:before { - content: ""; + content: "\f309"; } .fa-long-arrow-alt-left:before { - content: ""; + content: "\f30a"; } .fa-long-arrow-alt-right:before { - content: ""; + content: "\f30b"; } .fa-long-arrow-alt-up:before { - content: ""; + content: "\f30c"; } .fa-low-vision:before { - content: ""; + content: "\f2a8"; } .fa-luggage-cart:before { - content: ""; + content: "\f59d"; } .fa-lyft:before { - content: ""; + content: "\f3c3"; } .fa-magento:before { - content: ""; + content: "\f3c4"; } .fa-magic:before { - content: ""; + content: "\f0d0"; } .fa-magnet:before { - content: ""; + content: "\f076"; } .fa-mail-bulk:before { - content: ""; + content: "\f674"; } .fa-mailchimp:before { - content: ""; + content: "\f59e"; } .fa-male:before { - content: ""; + content: "\f183"; } .fa-mandalorian:before { - content: ""; + content: "\f50f"; } .fa-map:before { - content: ""; + content: "\f279"; } .fa-map-marked:before { - content: ""; + content: "\f59f"; } .fa-map-marked-alt:before { - content: ""; + content: "\f5a0"; } .fa-map-marker:before { - content: ""; + content: "\f041"; } .fa-map-marker-alt:before { - content: ""; + content: "\f3c5"; } .fa-map-pin:before { - content: ""; + content: "\f276"; } .fa-map-signs:before { - content: ""; + content: "\f277"; } .fa-markdown:before { - content: ""; + content: "\f60f"; } .fa-marker:before { - content: ""; + content: "\f5a1"; } .fa-mars:before { - content: ""; + content: "\f222"; } .fa-mars-double:before { - content: ""; + content: "\f227"; } .fa-mars-stroke:before { - content: ""; + content: "\f229"; } .fa-mars-stroke-h:before { - content: ""; + content: "\f22b"; } .fa-mars-stroke-v:before { - content: ""; + content: "\f22a"; } .fa-mastodon:before { - content: ""; + content: "\f4f6"; } .fa-maxcdn:before { - content: ""; + content: "\f136"; } .fa-medal:before { - content: ""; + content: "\f5a2"; } .fa-medapps:before { - content: ""; + content: "\f3c6"; } .fa-medium:before { - content: ""; + content: "\f23a"; } .fa-medium-m:before { - content: ""; + content: "\f3c7"; } .fa-medkit:before { - content: ""; + content: "\f0fa"; } .fa-medrt:before { - content: ""; + content: "\f3c8"; } .fa-meetup:before { - content: ""; + content: "\f2e0"; } .fa-megaport:before { - content: ""; + content: "\f5a3"; } .fa-meh:before { - content: ""; + content: "\f11a"; } .fa-meh-blank:before { - content: ""; + content: "\f5a4"; } .fa-meh-rolling-eyes:before { - content: ""; + content: "\f5a5"; } .fa-memory:before { - content: ""; + content: "\f538"; } .fa-menorah:before { - content: ""; + content: "\f676"; } .fa-mercury:before { - content: ""; + content: "\f223"; } .fa-microchip:before { - content: ""; + content: "\f2db"; } .fa-microphone:before { - content: ""; + content: "\f130"; } .fa-microphone-alt:before { - content: ""; + content: "\f3c9"; } .fa-microphone-alt-slash:before { - content: ""; + content: "\f539"; } .fa-microphone-slash:before { - content: ""; + content: "\f131"; } .fa-microscope:before { - content: ""; + content: "\f610"; } .fa-microsoft:before { - content: ""; + content: "\f3ca"; } .fa-minus:before { - content: ""; + content: "\f068"; } .fa-minus-circle:before { - content: ""; + content: "\f056"; } .fa-minus-square:before { - content: ""; + content: "\f146"; } .fa-mix:before { - content: ""; + content: "\f3cb"; } .fa-mixcloud:before { - content: ""; + content: "\f289"; } .fa-mizuni:before { - content: ""; + content: "\f3cc"; } .fa-mobile:before { - content: ""; + content: "\f10b"; } .fa-mobile-alt:before { - content: ""; + content: "\f3cd"; } .fa-modx:before { - content: ""; + content: "\f285"; } .fa-monero:before { - content: ""; + content: "\f3d0"; } .fa-money-bill:before { - content: ""; + content: "\f0d6"; } .fa-money-bill-alt:before { - content: ""; + content: "\f3d1"; } .fa-money-bill-wave:before { - content: ""; + content: "\f53a"; } .fa-money-bill-wave-alt:before { - content: ""; + content: "\f53b"; } .fa-money-check:before { - content: ""; + content: "\f53c"; } .fa-money-check-alt:before { - content: ""; + content: "\f53d"; } .fa-monument:before { - content: ""; + content: "\f5a6"; } .fa-moon:before { - content: ""; + content: "\f186"; } .fa-mortar-pestle:before { - content: ""; + content: "\f5a7"; } .fa-mosque:before { - content: ""; + content: "\f678"; } .fa-motorcycle:before { - content: ""; + content: "\f21c"; } .fa-mouse-pointer:before { - content: ""; + content: "\f245"; } .fa-music:before { - content: ""; + content: "\f001"; } .fa-napster:before { - content: ""; + content: "\f3d2"; } .fa-neos:before { - content: ""; + content: "\f612"; } .fa-neuter:before { - content: ""; + content: "\f22c"; } .fa-newspaper:before { - content: ""; + content: "\f1ea"; } .fa-nimblr:before { - content: ""; + content: "\f5a8"; } .fa-nintendo-switch:before { - content: ""; + content: "\f418"; } .fa-node:before { - content: ""; + content: "\f419"; } .fa-node-js:before { - content: ""; + content: "\f3d3"; } .fa-not-equal:before { - content: ""; + content: "\f53e"; } .fa-notes-medical:before { - content: ""; + content: "\f481"; } .fa-npm:before { - content: ""; + content: "\f3d4"; } .fa-ns8:before { - content: ""; + content: "\f3d5"; } .fa-nutritionix:before { - content: ""; + content: "\f3d6"; } .fa-object-group:before { - content: ""; + content: "\f247"; } .fa-object-ungroup:before { - content: ""; + content: "\f248"; } .fa-odnoklassniki:before { - content: ""; + content: "\f263"; } .fa-odnoklassniki-square:before { - content: ""; + content: "\f264"; } .fa-oil-can:before { - content: ""; + content: "\f613"; } .fa-old-republic:before { - content: ""; + content: "\f510"; } .fa-om:before { - content: ""; + content: "\f679"; } .fa-opencart:before { - content: ""; + content: "\f23d"; } .fa-openid:before { - content: ""; + content: "\f19b"; } .fa-opera:before { - content: ""; + content: "\f26a"; } .fa-optin-monster:before { - content: ""; + content: "\f23c"; } .fa-osi:before { - content: ""; + content: "\f41a"; } .fa-outdent:before { - content: ""; + content: "\f03b"; } .fa-page4:before { - content: ""; + content: "\f3d7"; } .fa-pagelines:before { - content: ""; + content: "\f18c"; } .fa-paint-brush:before { - content: ""; + content: "\f1fc"; } .fa-paint-roller:before { - content: ""; + content: "\f5aa"; } .fa-palette:before { - content: ""; + content: "\f53f"; } .fa-palfed:before { - content: ""; + content: "\f3d8"; } .fa-pallet:before { - content: ""; + content: "\f482"; } .fa-paper-plane:before { - content: ""; + content: "\f1d8"; } .fa-paperclip:before { - content: ""; + content: "\f0c6"; } .fa-parachute-box:before { - content: ""; + content: "\f4cd"; } .fa-paragraph:before { - content: ""; + content: "\f1dd"; } .fa-parking:before { - content: ""; + content: "\f540"; } .fa-passport:before { - content: ""; + content: "\f5ab"; } .fa-pastafarianism:before { - content: ""; + content: "\f67b"; } .fa-paste:before { - content: ""; + content: "\f0ea"; } .fa-patreon:before { - content: ""; + content: "\f3d9"; } .fa-pause:before { - content: ""; + content: "\f04c"; } .fa-pause-circle:before { - content: ""; + content: "\f28b"; } .fa-paw:before { - content: ""; + content: "\f1b0"; } .fa-paypal:before { - content: ""; + content: "\f1ed"; } .fa-peace:before { - content: ""; + content: "\f67c"; } .fa-pen:before { - content: ""; + content: "\f304"; } .fa-pen-alt:before { - content: ""; + content: "\f305"; } .fa-pen-fancy:before { - content: ""; + content: "\f5ac"; } .fa-pen-nib:before { - content: ""; + content: "\f5ad"; } .fa-pen-square:before { - content: ""; + content: "\f14b"; } .fa-pencil-alt:before { - content: ""; + content: "\f303"; } .fa-pencil-ruler:before { - content: ""; + content: "\f5ae"; } .fa-people-carry:before { - content: ""; + content: "\f4ce"; } .fa-percent:before { - content: ""; + content: "\f295"; } .fa-percentage:before { - content: ""; + content: "\f541"; } .fa-periscope:before { - content: ""; + content: "\f3da"; } .fa-phabricator:before { - content: ""; + content: "\f3db"; } .fa-phoenix-framework:before { - content: ""; + content: "\f3dc"; } .fa-phoenix-squadron:before { - content: ""; + content: "\f511"; } .fa-phone:before { - content: ""; + content: "\f095"; } .fa-phone-slash:before { - content: ""; + content: "\f3dd"; } .fa-phone-square:before { - content: ""; + content: "\f098"; } .fa-phone-volume:before { - content: ""; + content: "\f2a0"; } .fa-php:before { - content: ""; + content: "\f457"; } .fa-pied-piper:before { - content: ""; + content: "\f2ae"; } .fa-pied-piper-alt:before { - content: ""; + content: "\f1a8"; } .fa-pied-piper-hat:before { - content: ""; + content: "\f4e5"; } .fa-pied-piper-pp:before { - content: ""; + content: "\f1a7"; } .fa-piggy-bank:before { - content: ""; + content: "\f4d3"; } .fa-pills:before { - content: ""; + content: "\f484"; } .fa-pinterest:before { - content: ""; + content: "\f0d2"; } .fa-pinterest-p:before { - content: ""; + content: "\f231"; } .fa-pinterest-square:before { - content: ""; + content: "\f0d3"; } .fa-place-of-worship:before { - content: ""; + content: "\f67f"; } .fa-plane:before { - content: ""; + content: "\f072"; } .fa-plane-arrival:before { - content: ""; + content: "\f5af"; } .fa-plane-departure:before { - content: ""; + content: "\f5b0"; } .fa-play:before { - content: ""; + content: "\f04b"; } .fa-play-circle:before { - content: ""; + content: "\f144"; } .fa-playstation:before { - content: ""; + content: "\f3df"; } .fa-plug:before { - content: ""; + content: "\f1e6"; } .fa-plus:before { - content: ""; + content: "\f067"; } .fa-plus-circle:before { - content: ""; + content: "\f055"; } .fa-plus-square:before { - content: ""; + content: "\f0fe"; } .fa-podcast:before { - content: ""; + content: "\f2ce"; } .fa-poll:before { - content: ""; + content: "\f681"; } .fa-poll-h:before { - content: ""; + content: "\f682"; } .fa-poo:before { - content: ""; + content: "\f2fe"; } .fa-poop:before { - content: ""; + content: "\f619"; } .fa-portrait:before { - content: ""; + content: "\f3e0"; } .fa-pound-sign:before { - content: ""; + content: "\f154"; } .fa-power-off:before { - content: ""; + content: "\f011"; } .fa-pray:before { - content: ""; + content: "\f683"; } .fa-praying-hands:before { - content: ""; + content: "\f684"; } .fa-prescription:before { - content: ""; + content: "\f5b1"; } .fa-prescription-bottle:before { - content: ""; + content: "\f485"; } .fa-prescription-bottle-alt:before { - content: ""; + content: "\f486"; } .fa-print:before { - content: ""; + content: "\f02f"; } .fa-procedures:before { - content: ""; + content: "\f487"; } .fa-product-hunt:before { - content: ""; + content: "\f288"; } .fa-project-diagram:before { - content: ""; + content: "\f542"; } .fa-pushed:before { - content: ""; + content: "\f3e1"; } .fa-puzzle-piece:before { - content: ""; + content: "\f12e"; } .fa-python:before { - content: ""; + content: "\f3e2"; } .fa-qq:before { - content: ""; + content: "\f1d6"; } .fa-qrcode:before { - content: ""; + content: "\f029"; } .fa-question:before { - content: ""; + content: "\f128"; } .fa-question-circle:before { - content: ""; + content: "\f059"; } .fa-quidditch:before { - content: ""; + content: "\f458"; } .fa-quinscape:before { - content: ""; + content: "\f459"; } .fa-quora:before { - content: ""; + content: "\f2c4"; } .fa-quote-left:before { - content: ""; + content: "\f10d"; } .fa-quote-right:before { - content: ""; + content: "\f10e"; } .fa-quran:before { - content: ""; + content: "\f687"; } .fa-r-project:before { - content: ""; + content: "\f4f7"; } .fa-random:before { - content: ""; + content: "\f074"; } .fa-ravelry:before { - content: ""; + content: "\f2d9"; } .fa-react:before { - content: ""; + content: "\f41b"; } .fa-readme:before { - content: ""; + content: "\f4d5"; } .fa-rebel:before { - content: ""; + content: "\f1d0"; } .fa-receipt:before { - content: ""; + content: "\f543"; } .fa-recycle:before { - content: ""; + content: "\f1b8"; } .fa-red-river:before { - content: ""; + content: "\f3e3"; } .fa-reddit:before { - content: ""; + content: "\f1a1"; } .fa-reddit-alien:before { - content: ""; + content: "\f281"; } .fa-reddit-square:before { - content: ""; + content: "\f1a2"; } .fa-redo:before { - content: ""; + content: "\f01e"; } .fa-redo-alt:before { - content: ""; + content: "\f2f9"; } .fa-registered:before { - content: ""; + content: "\f25d"; } .fa-rendact:before { - content: ""; + content: "\f3e4"; } .fa-renren:before { - content: ""; + content: "\f18b"; } .fa-reply:before { - content: ""; + content: "\f3e5"; } .fa-reply-all:before { - content: ""; + content: "\f122"; } .fa-replyd:before { - content: ""; + content: "\f3e6"; } .fa-researchgate:before { - content: ""; + content: "\f4f8"; } .fa-resolving:before { - content: ""; + content: "\f3e7"; } .fa-retweet:before { - content: ""; + content: "\f079"; } .fa-rev:before { - content: ""; + content: "\f5b2"; } .fa-ribbon:before { - content: ""; + content: "\f4d6"; } .fa-road:before { - content: ""; + content: "\f018"; } .fa-robot:before { - content: ""; + content: "\f544"; } .fa-rocket:before { - content: ""; + content: "\f135"; } .fa-rocketchat:before { - content: ""; + content: "\f3e8"; } .fa-rockrms:before { - content: ""; + content: "\f3e9"; } .fa-route:before { - content: ""; + content: "\f4d7"; } .fa-rss:before { - content: ""; + content: "\f09e"; } .fa-rss-square:before { - content: ""; + content: "\f143"; } .fa-ruble-sign:before { - content: ""; + content: "\f158"; } .fa-ruler:before { - content: ""; + content: "\f545"; } .fa-ruler-combined:before { - content: ""; + content: "\f546"; } .fa-ruler-horizontal:before { - content: ""; + content: "\f547"; } .fa-ruler-vertical:before { - content: ""; + content: "\f548"; } .fa-rupee-sign:before { - content: ""; + content: "\f156"; } .fa-sad-cry:before { - content: ""; + content: "\f5b3"; } .fa-sad-tear:before { - content: ""; + content: "\f5b4"; } .fa-safari:before { - content: ""; + content: "\f267"; } .fa-sass:before { - content: ""; + content: "\f41e"; } .fa-save:before { - content: ""; + content: "\f0c7"; } .fa-schlix:before { - content: ""; + content: "\f3ea"; } .fa-school:before { - content: ""; + content: "\f549"; } .fa-screwdriver:before { - content: ""; + content: "\f54a"; } .fa-scribd:before { - content: ""; + content: "\f28a"; } .fa-search:before { - content: ""; + content: "\f002"; } .fa-search-dollar:before { - content: ""; + content: "\f688"; } .fa-search-location:before { - content: ""; + content: "\f689"; } .fa-search-minus:before { - content: ""; + content: "\f010"; } .fa-search-plus:before { - content: ""; + content: "\f00e"; } .fa-searchengin:before { - content: ""; + content: "\f3eb"; } .fa-seedling:before { - content: ""; + content: "\f4d8"; } .fa-sellcast:before { - content: ""; + content: "\f2da"; } .fa-sellsy:before { - content: ""; + content: "\f213"; } .fa-server:before { - content: ""; + content: "\f233"; } .fa-servicestack:before { - content: ""; + content: "\f3ec"; } .fa-shapes:before { - content: ""; + content: "\f61f"; } .fa-share:before { - content: ""; + content: "\f064"; } .fa-share-alt:before { - content: ""; + content: "\f1e0"; } .fa-share-alt-square:before { - content: ""; + content: "\f1e1"; } .fa-share-square:before { - content: ""; + content: "\f14d"; } .fa-shekel-sign:before { - content: ""; + content: "\f20b"; } .fa-shield-alt:before { - content: ""; + content: "\f3ed"; } .fa-ship:before { - content: ""; + content: "\f21a"; } .fa-shipping-fast:before { - content: ""; + content: "\f48b"; } .fa-shirtsinbulk:before { - content: ""; + content: "\f214"; } .fa-shoe-prints:before { - content: ""; + content: "\f54b"; } .fa-shopping-bag:before { - content: ""; + content: "\f290"; } .fa-shopping-basket:before { - content: ""; + content: "\f291"; } .fa-shopping-cart:before { - content: ""; + content: "\f07a"; } .fa-shopware:before { - content: ""; + content: "\f5b5"; } .fa-shower:before { - content: ""; + content: "\f2cc"; } .fa-shuttle-van:before { - content: ""; + content: "\f5b6"; } .fa-sign:before { - content: ""; + content: "\f4d9"; } .fa-sign-in-alt:before { - content: ""; + content: "\f2f6"; } .fa-sign-language:before { - content: ""; + content: "\f2a7"; } .fa-sign-out-alt:before { - content: ""; + content: "\f2f5"; } .fa-signal:before { - content: ""; + content: "\f012"; } .fa-signature:before { - content: ""; + content: "\f5b7"; } .fa-simplybuilt:before { - content: ""; + content: "\f215"; } .fa-sistrix:before { - content: ""; + content: "\f3ee"; } .fa-sitemap:before { - content: ""; + content: "\f0e8"; } .fa-sith:before { - content: ""; + content: "\f512"; } .fa-skull:before { - content: ""; + content: "\f54c"; } .fa-skyatlas:before { - content: ""; + content: "\f216"; } .fa-skype:before { - content: ""; + content: "\f17e"; } .fa-slack:before { - content: ""; + content: "\f198"; } .fa-slack-hash:before { - content: ""; + content: "\f3ef"; } .fa-sliders-h:before { - content: ""; + content: "\f1de"; } .fa-slideshare:before { - content: ""; + content: "\f1e7"; } .fa-smile:before { - content: ""; + content: "\f118"; } .fa-smile-beam:before { - content: ""; + content: "\f5b8"; } .fa-smile-wink:before { - content: ""; + content: "\f4da"; } .fa-smoking:before { - content: ""; + content: "\f48d"; } .fa-smoking-ban:before { - content: ""; + content: "\f54d"; } .fa-snapchat:before { - content: ""; + content: "\f2ab"; } .fa-snapchat-ghost:before { - content: ""; + content: "\f2ac"; } .fa-snapchat-square:before { - content: ""; + content: "\f2ad"; } .fa-snowflake:before { - content: ""; + content: "\f2dc"; } .fa-socks:before { - content: ""; + content: "\f696"; } .fa-solar-panel:before { - content: ""; + content: "\f5ba"; } .fa-sort:before { - content: ""; + content: "\f0dc"; } .fa-sort-alpha-down:before { - content: ""; + content: "\f15d"; } .fa-sort-alpha-up:before { - content: ""; + content: "\f15e"; } .fa-sort-amount-down:before { - content: ""; + content: "\f160"; } .fa-sort-amount-up:before { - content: ""; + content: "\f161"; } .fa-sort-down:before { - content: ""; + content: "\f0dd"; } .fa-sort-numeric-down:before { - content: ""; + content: "\f162"; } .fa-sort-numeric-up:before { - content: ""; + content: "\f163"; } .fa-sort-up:before { - content: ""; + content: "\f0de"; } .fa-soundcloud:before { - content: ""; + content: "\f1be"; } .fa-spa:before { - content: ""; + content: "\f5bb"; } .fa-space-shuttle:before { - content: ""; + content: "\f197"; } .fa-speakap:before { - content: ""; + content: "\f3f3"; } .fa-spinner:before { - content: ""; + content: "\f110"; } .fa-splotch:before { - content: ""; + content: "\f5bc"; } .fa-spotify:before { - content: ""; + content: "\f1bc"; } .fa-spray-can:before { - content: ""; + content: "\f5bd"; } .fa-square:before { - content: ""; + content: "\f0c8"; } .fa-square-full:before { - content: ""; + content: "\f45c"; } .fa-square-root-alt:before { - content: ""; + content: "\f698"; } .fa-squarespace:before { - content: ""; + content: "\f5be"; } .fa-stack-exchange:before { - content: ""; + content: "\f18d"; } .fa-stack-overflow:before { - content: ""; + content: "\f16c"; } .fa-stamp:before { - content: ""; + content: "\f5bf"; } .fa-star:before { - content: ""; + content: "\f005"; } .fa-star-and-crescent:before { - content: ""; + content: "\f699"; } .fa-star-half:before { - content: ""; + content: "\f089"; } .fa-star-half-alt:before { - content: ""; + content: "\f5c0"; } .fa-star-of-david:before { - content: ""; + content: "\f69a"; } .fa-star-of-life:before { - content: ""; + content: "\f621"; } .fa-staylinked:before { - content: ""; + content: "\f3f5"; } .fa-steam:before { - content: ""; + content: "\f1b6"; } .fa-steam-square:before { - content: ""; + content: "\f1b7"; } .fa-steam-symbol:before { - content: ""; + content: "\f3f6"; } .fa-step-backward:before { - content: ""; + content: "\f048"; } .fa-step-forward:before { - content: ""; + content: "\f051"; } .fa-stethoscope:before { - content: ""; + content: "\f0f1"; } .fa-sticker-mule:before { - content: ""; + content: "\f3f7"; } .fa-sticky-note:before { - content: ""; + content: "\f249"; } .fa-stop:before { - content: ""; + content: "\f04d"; } .fa-stop-circle:before { - content: ""; + content: "\f28d"; } .fa-stopwatch:before { - content: ""; + content: "\f2f2"; } .fa-store:before { - content: ""; + content: "\f54e"; } .fa-store-alt:before { - content: ""; + content: "\f54f"; } .fa-strava:before { - content: ""; + content: "\f428"; } .fa-stream:before { - content: ""; + content: "\f550"; } .fa-street-view:before { - content: ""; + content: "\f21d"; } .fa-strikethrough:before { - content: ""; + content: "\f0cc"; } .fa-stripe:before { - content: ""; + content: "\f429"; } .fa-stripe-s:before { - content: ""; + content: "\f42a"; } .fa-stroopwafel:before { - content: ""; + content: "\f551"; } .fa-studiovinari:before { - content: ""; + content: "\f3f8"; } .fa-stumbleupon:before { - content: ""; + content: "\f1a4"; } .fa-stumbleupon-circle:before { - content: ""; + content: "\f1a3"; } .fa-subscript:before { - content: ""; + content: "\f12c"; } .fa-subway:before { - content: ""; + content: "\f239"; } .fa-suitcase:before { - content: ""; + content: "\f0f2"; } .fa-suitcase-rolling:before { - content: ""; + content: "\f5c1"; } .fa-sun:before { - content: ""; + content: "\f185"; } .fa-superpowers:before { - content: ""; + content: "\f2dd"; } .fa-superscript:before { - content: ""; + content: "\f12b"; } .fa-supple:before { - content: ""; + content: "\f3f9"; } .fa-surprise:before { - content: ""; + content: "\f5c2"; } .fa-swatchbook:before { - content: ""; + content: "\f5c3"; } .fa-swimmer:before { - content: ""; + content: "\f5c4"; } .fa-swimming-pool:before { - content: ""; + content: "\f5c5"; } .fa-synagogue:before { - content: ""; + content: "\f69b"; } .fa-sync:before { - content: ""; + content: "\f021"; } .fa-sync-alt:before { - content: ""; + content: "\f2f1"; } .fa-syringe:before { - content: ""; + content: "\f48e"; } .fa-table:before { - content: ""; + content: "\f0ce"; } .fa-table-tennis:before { - content: ""; + content: "\f45d"; } .fa-tablet:before { - content: ""; + content: "\f10a"; } .fa-tablet-alt:before { - content: ""; + content: "\f3fa"; } .fa-tablets:before { - content: ""; + content: "\f490"; } .fa-tachometer-alt:before { - content: ""; + content: "\f3fd"; } .fa-tag:before { - content: ""; + content: "\f02b"; } .fa-tags:before { - content: ""; + content: "\f02c"; } .fa-tape:before { - content: ""; + content: "\f4db"; } .fa-tasks:before { - content: ""; + content: "\f0ae"; } .fa-taxi:before { - content: ""; + content: "\f1ba"; } .fa-teamspeak:before { - content: ""; + content: "\f4f9"; } .fa-teeth:before { - content: ""; + content: "\f62e"; } .fa-teeth-open:before { - content: ""; + content: "\f62f"; } .fa-telegram:before { - content: ""; + content: "\f2c6"; } .fa-telegram-plane:before { - content: ""; + content: "\f3fe"; } .fa-tencent-weibo:before { - content: ""; + content: "\f1d5"; } .fa-terminal:before { - content: ""; + content: "\f120"; } .fa-text-height:before { - content: ""; + content: "\f034"; } .fa-text-width:before { - content: ""; + content: "\f035"; } .fa-th:before { - content: ""; + content: "\f00a"; } .fa-th-large:before { - content: ""; + content: "\f009"; } .fa-th-list:before { - content: ""; + content: "\f00b"; } .fa-the-red-yeti:before { - content: ""; + content: "\f69d"; } .fa-theater-masks:before { - content: ""; + content: "\f630"; } .fa-themeco:before { - content: ""; + content: "\f5c6"; } .fa-themeisle:before { - content: ""; + content: "\f2b2"; } .fa-thermometer:before { - content: ""; + content: "\f491"; } .fa-thermometer-empty:before { - content: ""; + content: "\f2cb"; } .fa-thermometer-full:before { - content: ""; + content: "\f2c7"; } .fa-thermometer-half:before { - content: ""; + content: "\f2c9"; } .fa-thermometer-quarter:before { - content: ""; + content: "\f2ca"; } .fa-thermometer-three-quarters:before { - content: ""; + content: "\f2c8"; } .fa-thumbs-down:before { - content: ""; + content: "\f165"; } .fa-thumbs-up:before { - content: ""; + content: "\f164"; } .fa-thumbtack:before { - content: ""; + content: "\f08d"; } .fa-ticket-alt:before { - content: ""; + content: "\f3ff"; } .fa-times:before { - content: ""; + content: "\f00d"; } .fa-times-circle:before { - content: ""; + content: "\f057"; } .fa-tint:before { - content: ""; + content: "\f043"; } .fa-tint-slash:before { - content: ""; + content: "\f5c7"; } .fa-tired:before { - content: ""; + content: "\f5c8"; } .fa-toggle-off:before { - content: ""; + content: "\f204"; } .fa-toggle-on:before { - content: ""; + content: "\f205"; } .fa-toolbox:before { - content: ""; + content: "\f552"; } .fa-tooth:before { - content: ""; + content: "\f5c9"; } .fa-torah:before { - content: ""; + content: "\f6a0"; } .fa-torii-gate:before { - content: ""; + content: "\f6a1"; } .fa-trade-federation:before { - content: ""; + content: "\f513"; } .fa-trademark:before { - content: ""; + content: "\f25c"; } .fa-traffic-light:before { - content: ""; + content: "\f637"; } .fa-train:before { - content: ""; + content: "\f238"; } .fa-transgender:before { - content: ""; + content: "\f224"; } .fa-transgender-alt:before { - content: ""; + content: "\f225"; } .fa-trash:before { - content: ""; + content: "\f1f8"; } .fa-trash-alt:before { - content: ""; + content: "\f2ed"; } .fa-tree:before { - content: ""; + content: "\f1bb"; } .fa-trello:before { - content: ""; + content: "\f181"; } .fa-tripadvisor:before { - content: ""; + content: "\f262"; } .fa-trophy:before { - content: ""; + content: "\f091"; } .fa-truck:before { - content: ""; + content: "\f0d1"; } .fa-truck-loading:before { - content: ""; + content: "\f4de"; } .fa-truck-monster:before { - content: ""; + content: "\f63b"; } .fa-truck-moving:before { - content: ""; + content: "\f4df"; } .fa-truck-pickup:before { - content: ""; + content: "\f63c"; } .fa-tshirt:before { - content: ""; + content: "\f553"; } .fa-tty:before { - content: ""; + content: "\f1e4"; } .fa-tumblr:before { - content: ""; + content: "\f173"; } .fa-tumblr-square:before { - content: ""; + content: "\f174"; } .fa-tv:before { - content: ""; + content: "\f26c"; } .fa-twitch:before { - content: ""; + content: "\f1e8"; } .fa-twitter:before { - content: ""; + content: "\f099"; } .fa-twitter-square:before { - content: ""; + content: "\f081"; } .fa-typo3:before { - content: ""; + content: "\f42b"; } .fa-uber:before { - content: ""; + content: "\f402"; } .fa-uikit:before { - content: ""; + content: "\f403"; } .fa-umbrella:before { - content: ""; + content: "\f0e9"; } .fa-umbrella-beach:before { - content: ""; + content: "\f5ca"; } .fa-underline:before { - content: ""; + content: "\f0cd"; } .fa-undo:before { - content: ""; + content: "\f0e2"; } .fa-undo-alt:before { - content: ""; + content: "\f2ea"; } .fa-uniregistry:before { - content: ""; + content: "\f404"; } .fa-universal-access:before { - content: ""; + content: "\f29a"; } .fa-university:before { - content: ""; + content: "\f19c"; } .fa-unlink:before { - content: ""; + content: "\f127"; } .fa-unlock:before { - content: ""; + content: "\f09c"; } .fa-unlock-alt:before { - content: ""; + content: "\f13e"; } .fa-untappd:before { - content: ""; + content: "\f405"; } .fa-upload:before { - content: ""; + content: "\f093"; } .fa-usb:before { - content: ""; + content: "\f287"; } .fa-user:before { - content: ""; + content: "\f007"; } .fa-user-alt:before { - content: ""; + content: "\f406"; } .fa-user-alt-slash:before { - content: ""; + content: "\f4fa"; } .fa-user-astronaut:before { - content: ""; + content: "\f4fb"; } .fa-user-check:before { - content: ""; + content: "\f4fc"; } .fa-user-circle:before { - content: ""; + content: "\f2bd"; } .fa-user-clock:before { - content: ""; + content: "\f4fd"; } .fa-user-cog:before { - content: ""; + content: "\f4fe"; } .fa-user-edit:before { - content: ""; + content: "\f4ff"; } .fa-user-friends:before { - content: ""; + content: "\f500"; } .fa-user-graduate:before { - content: ""; + content: "\f501"; } .fa-user-lock:before { - content: ""; + content: "\f502"; } .fa-user-md:before { - content: ""; + content: "\f0f0"; } .fa-user-minus:before { - content: ""; + content: "\f503"; } .fa-user-ninja:before { - content: ""; + content: "\f504"; } .fa-user-plus:before { - content: ""; + content: "\f234"; } .fa-user-secret:before { - content: ""; + content: "\f21b"; } .fa-user-shield:before { - content: ""; + content: "\f505"; } .fa-user-slash:before { - content: ""; + content: "\f506"; } .fa-user-tag:before { - content: ""; + content: "\f507"; } .fa-user-tie:before { - content: ""; + content: "\f508"; } .fa-user-times:before { - content: ""; + content: "\f235"; } .fa-users:before { - content: ""; + content: "\f0c0"; } .fa-users-cog:before { - content: ""; + content: "\f509"; } .fa-ussunnah:before { - content: ""; + content: "\f407"; } .fa-utensil-spoon:before { - content: ""; + content: "\f2e5"; } .fa-utensils:before { - content: ""; + content: "\f2e7"; } .fa-vaadin:before { - content: ""; + content: "\f408"; } .fa-vector-square:before { - content: ""; + content: "\f5cb"; } .fa-venus:before { - content: ""; + content: "\f221"; } .fa-venus-double:before { - content: ""; + content: "\f226"; } .fa-venus-mars:before { - content: ""; + content: "\f228"; } .fa-viacoin:before { - content: ""; + content: "\f237"; } .fa-viadeo:before { - content: ""; + content: "\f2a9"; } .fa-viadeo-square:before { - content: ""; + content: "\f2aa"; } .fa-vial:before { - content: ""; + content: "\f492"; } .fa-vials:before { - content: ""; + content: "\f493"; } .fa-viber:before { - content: ""; + content: "\f409"; } .fa-video:before { - content: ""; + content: "\f03d"; } .fa-video-slash:before { - content: ""; + content: "\f4e2"; } .fa-vihara:before { - content: ""; + content: "\f6a7"; } .fa-vimeo:before { - content: ""; + content: "\f40a"; } .fa-vimeo-square:before { - content: ""; + content: "\f194"; } .fa-vimeo-v:before { - content: ""; + content: "\f27d"; } .fa-vine:before { - content: ""; + content: "\f1ca"; } .fa-vk:before { - content: ""; + content: "\f189"; } .fa-vnv:before { - content: ""; + content: "\f40b"; } .fa-volleyball-ball:before { - content: ""; + content: "\f45f"; } .fa-volume-down:before { - content: ""; + content: "\f027"; } .fa-volume-off:before { - content: ""; + content: "\f026"; } .fa-volume-up:before { - content: ""; + content: "\f028"; } .fa-vuejs:before { - content: ""; + content: "\f41f"; } .fa-walking:before { - content: ""; + content: "\f554"; } .fa-wallet:before { - content: ""; + content: "\f555"; } .fa-warehouse:before { - content: ""; + content: "\f494"; } .fa-weebly:before { - content: ""; + content: "\f5cc"; } .fa-weibo:before { - content: ""; + content: "\f18a"; } .fa-weight:before { - content: ""; + content: "\f496"; } .fa-weight-hanging:before { - content: ""; + content: "\f5cd"; } .fa-weixin:before { - content: ""; + content: "\f1d7"; } .fa-whatsapp:before { - content: ""; + content: "\f232"; } .fa-whatsapp-square:before { - content: ""; + content: "\f40c"; } .fa-wheelchair:before { - content: ""; + content: "\f193"; } .fa-whmcs:before { - content: ""; + content: "\f40d"; } .fa-wifi:before { - content: ""; + content: "\f1eb"; } .fa-wikipedia-w:before { - content: ""; + content: "\f266"; } .fa-window-close:before { - content: ""; + content: "\f410"; } .fa-window-maximize:before { - content: ""; + content: "\f2d0"; } .fa-window-minimize:before { - content: ""; + content: "\f2d1"; } .fa-window-restore:before { - content: ""; + content: "\f2d2"; } .fa-windows:before { - content: ""; + content: "\f17a"; } .fa-wine-glass:before { - content: ""; + content: "\f4e3"; } .fa-wine-glass-alt:before { - content: ""; + content: "\f5ce"; } .fa-wix:before { - content: ""; + content: "\f5cf"; } .fa-wolf-pack-battalion:before { - content: ""; + content: "\f514"; } .fa-won-sign:before { - content: ""; + content: "\f159"; } .fa-wordpress:before { - content: ""; + content: "\f19a"; } .fa-wordpress-simple:before { - content: ""; + content: "\f411"; } .fa-wpbeginner:before { - content: ""; + content: "\f297"; } .fa-wpexplorer:before { - content: ""; + content: "\f2de"; } .fa-wpforms:before { - content: ""; + content: "\f298"; } .fa-wrench:before { - content: ""; + content: "\f0ad"; } .fa-x-ray:before { - content: ""; + content: "\f497"; } .fa-xbox:before { - content: ""; + content: "\f412"; } .fa-xing:before { - content: ""; + content: "\f168"; } .fa-xing-square:before { - content: ""; + content: "\f169"; } .fa-y-combinator:before { - content: ""; + content: "\f23b"; } .fa-yahoo:before { - content: ""; + content: "\f19e"; } .fa-yandex:before { - content: ""; + content: "\f413"; } .fa-yandex-international:before { - content: ""; + content: "\f414"; } .fa-yelp:before { - content: ""; + content: "\f1e9"; } .fa-yen-sign:before { - content: ""; + content: "\f157"; } .fa-yin-yang:before { - content: ""; + content: "\f6ad"; } .fa-yoast:before { - content: ""; + content: "\f2b1"; } .fa-youtube:before { - content: ""; + content: "\f167"; } .fa-youtube-square:before { - content: ""; + content: "\f431"; } .fa-zhihu:before { - content: ""; + content: "\f63f"; } .sr-only { @@ -5353,22 +5353,22 @@ and open the template in the editor. color: #E5E5E5; } .enka-custom-radio.star::before { - content: ""; + content: "\f005"; } .enka-custom-radio.thumb::before { - content: ""; + content: "\f164"; } .enka-custom-radio.smiley::before { - content: ""; + content: "\f118"; } .enka-custom-radio.heart::before { - content: ""; + content: "\f004"; } .enka-custom-radio.flag::before { - content: ""; + content: "\f024"; } .enka-custom-radio.user::before { - content: ""; + content: "\f007"; } /* visual analog scale - radio buttons */ @@ -5379,25 +5379,25 @@ and open the template in the editor. color: #E5E5E5; } .enka-vizualna-skala.siv-61::before, .enka-vizualna-skala.siv-71::before { - content: ""; + 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: ""; + 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: ""; + content: "\f119"; } .enka-vizualna-skala.siv-32::before, .enka-vizualna-skala.siv-53::before, .enka-vizualna-skala.siv-74::before { - content: ""; + 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: ""; + 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: ""; + content: "\f580"; } .enka-vizualna-skala.siv-66::before, .enka-vizualna-skala.siv-77::before { - content: ""; + content: "\f59c"; } /* @@ -5411,88 +5411,88 @@ and open the template in the editor. */ /* icons */ span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.minus::before { - content: ""; + content: "\f068"; } span.faicon.success::before, span.circle-check::before { - content: ""; + content: "\f058"; } span.faicon.close::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f057"; } span.faicon.dropdown_blue::before { font-size: 16px; - content: ""; + content: "\f13a"; } span.faicon.dropup_blue::before { font-size: 16px; - content: ""; + content: "\f139"; } span.faicon.arrow_back::before { font-weight: 600; font-size: 16px; - content: ""; + content: "\f137"; } span.faicon.add::before { font-size: 18px; - content: ""; + content: "\f055"; } span.faicon.remove::before { font-size: 18px; - content: ""; + content: "\f056"; } span.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.anketa_delete::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.copy::before { font-size: 18px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.anketa_copy::before { font-size: 24px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.export::before { font-size: 24px; - content: ""; + content: "\f56e"; } span.faicon.file-import::before { - content: ""; + content: "\f56f"; transform: scaleX(-1); } span.faicon.import::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f1c2"; } /*span.faicon.import::after{ @@ -5502,137 +5502,137 @@ span.faicon.import::before { }*/ span.faicon.library::before { font-size: 24px; - content: ""; + content: "\f518"; } span.faicon.folder::before { font-size: 16px; font-weight: 600; - content: ""; + content: "\f07b"; } span.faicon.folder_empty::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f07b"; } span.faicon.after.sort_down_arrow::after { - content: ""; + content: "\f0d7"; margin-left: 5px; } span.faicon.after.sort_up_arrow::after { - content: ""; + content: "\f0d8"; margin-left: 5px; } span.faicon.info::before { font-size: 28px; - content: ""; + content: "\f05a"; vertical-align: middle; } span.faicon.pagination_left::before { margin: 0 1px 0 1px; - content: ""; + content: "\f104"; } span.faicon.pagination_right::before { margin: 0 0 0 1px; - content: ""; + content: "\f105"; } span.faicon.edit::before, span.faicon.edit2::before { - content: ""; + content: "\f304"; } span.faicon.refresh::before { font-size: 18px; - content: ""; + content: "\f2f1"; } span.faicon.filter::before { font-size: 18px; - content: ""; + content: "\f0b0"; } span.faicon.grip::before { - content: ""; + content: "\f58e"; } span.faicon.star::before, span.faicon.star_off::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.star_on::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.search::before { font-size: 20px; - content: ""; + content: "\f002"; } span.faicon.clipboard_notes::before { font-size: 20px; - content: ""; + content: "\f46d"; } span.faicon.help2::before { font-size: 20px; - content: ""; + content: "\f059"; } span.faicon.user::before { font-size: 18px; - content: ""; + content: "\f007"; } span.faicon.logout::before { font-size: 20px; - content: ""; + content: "\f2f5"; } .faicon.monitor::before { - content: ""; + content: "\f108"; } .faicon.mobile::before { - content: ""; + content: "\f3cd"; } .faicon.tablet::before { - content: ""; + content: "\f3fa"; } span.faicon.users::before { - content: ""; + content: "\f500"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bottom_saving::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f0c7"; } span.faicon.bottom_publish::before { font-size: 24px; - content: ""; + content: "\f093"; } span.faicon.bottom_preview { @@ -5642,63 +5642,63 @@ span.faicon.bottom_preview { span.faicon.bottom_preview::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.bottom_preview::after { font-size: 14px; - content: ""; + content: "\f002"; display: inline-block; margin-left: -70%; } span.faicon.bottom_test::before { font-size: 24px; - content: ""; + content: "\f492"; } span.faicon.language::before { font-size: 24px; - content: ""; + content: "\f0ac"; } span.faicon.mobile_off::before { font-size: 24px; - content: ""; + content: "\f3cd"; } span.faicon.mobile_off::after { font-size: 24px; - content: ""; + content: "\f715"; margin-left: -23px; } span.faicon.comments::before { - content: ""; + content: "\f27a"; font-weight: 700; } span.faicon.comments_empty::before { - content: ""; + content: "\f27a"; font-weight: 400; } span.faicon.data_link::before { - content: ""; + content: "\f0c1"; } span.faicon.data_link_small::before { - content: ""; + content: "\f0c1"; } span.faicon.print::before { font-size: 24px; - content: ""; + content: "\f02f"; } span.faicon.print_small::before { font-size: 16px; - content: ""; + content: "\f02f"; } span.faicon.preview { @@ -5708,11 +5708,11 @@ span.faicon.preview { span.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -5720,87 +5720,87 @@ span.faicon.preview::after { span.faicon.palette::before { font-size: 18px; - content: ""; + content: "\f53f"; } span.faicon.inline_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f075"; } span.faicon.inline_double_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f086"; } span.faicon.comments_creport::before { font-size: 16px; - content: ""; + content: "\f086"; } span.faicon.compress::before { font-size: 15px; - content: ""; + content: "\f066"; } span.faicon.expand::before { font-size: 15px; - content: ""; + content: "\f065"; } span.faicon.hashtag::before { font-size: 15px; - content: ""; + content: "\f292"; } span.faicon.bug::before { font-size: 15px; - content: ""; + content: "\f188"; } span.faicon.paragraph::before { font-size: 15px; - content: ""; + content: "\f1dd"; } span.faicon.replace::before { font-size: 15px; - content: ""; + content: "\f362"; } span.faicon.plus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f146"; } span.faicon.delete_circle::before { font-size: 14px; - content: ""; + content: "\f056"; } span.faicon.quick_view::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f06e"; } span.faicon.edit_square::before { font-size: 15px; - content: ""; + content: "\f044"; } span.faicon.test::before { font-size: 15px; - content: ""; + content: "\f492"; } a.faicon.if_add { @@ -5836,7 +5836,7 @@ span.faicon.if_add:hover:before { } span.faicon.text_file::before { - content: ""; + content: "\f15c"; } span.faicon.text_file_small { @@ -5846,40 +5846,40 @@ span.faicon.text_file_small { span.faicon.text_file_small:before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15c"; } span.faicon.warning::before { font-size: 16px; - content: ""; + content: "\f071"; } span.faicon.users_small::before { font-size: 16px; - content: ""; + content: "\f0c0"; } span.faicon.popup_0::before { font-size: 14px; - content: ""; + content: "\f065"; color: #1E88E5; } span.faicon.popup_1::before { font-size: 14px; - content: ""; + content: "\f065"; color: #0059ab; } span.faicon.flat_0::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #0059ab; } span.faicon.flat_1::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #1E88E5; } @@ -5894,46 +5894,46 @@ span.basic-icon.spss::before { span.faicon.external_link::before { font-size: 14px; font-weight: 600; - content: ""; + content: "\f35d"; } span.faicon.cog_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f013"; } span.faicon.chart_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f201"; } span.faicon.reload_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f021"; } span.faicon.chart::before { - content: ""; + content: "\f080"; font-size: 16px; font-weight: 600; } span.faicon.data::before { - content: ""; + content: "\f1c0"; font-size: 16px; font-weight: 600; } span.faicon.publish::before { - content: ""; + content: "\f093"; font-size: 16px; } span.faicon.test::before { - content: ""; + content: "\f492"; font-size: 16px; } @@ -5943,63 +5943,63 @@ button.ui-datepicker-trigger::before { font-family: "Font Awesome 5 Free"; font-weight: 400; font-size: 16px; - content: ""; + content: "\f073"; } /* ARROWS */ span.faicon.arrow_up::before { font-size: 14px; - content: ""; + content: "\f062"; } span.faicon.arrow2_r::before { font-size: 14px; - content: ""; + content: "\f054"; } span.faicon.arrow2_l::before { font-size: 14px; - content: ""; + content: "\f053"; } span.faicon.arrow2_d::before { font-size: 14px; - content: ""; + content: "\f078"; } span.faicon.arrow2_u::before { font-size: 14px; - content: ""; + content: "\f077"; } span.faicon.arrow_large2_r::before { font-size: 35px; - content: ""; + content: "\f054"; } span.faicon.arrow_large2_l::before { font-size: 35px; - content: ""; + content: "\f053"; } span.faicon.arrow_verylarge2_r::before { font-size: 40px; - content: ""; + content: "\f054"; } span.faicon.arrow_verylarge2_l::before { font-size: 40px; - content: ""; + content: "\f053"; } span.faicon.sort_descending::before { font-size: 14px; - content: ""; + content: "\f0d7"; } span.faicon.sort_ascending::before { font-size: 14px; - content: ""; + content: "\f0d8"; } /* Plus/minus sqare */ @@ -6011,127 +6011,127 @@ span.folder_plusminus { span.faicon.plus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f146"; } /* Spinner */ span.faicon.spinner::before { font-size: 18px; - content: ""; + content: "\f1ce"; } /* Bars - mobile menu */ span.faicon.bars::before { font-size: 26px; - content: ""; + content: "\f0c9"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bell::before { - content: ""; + content: "\f0f3"; } span.faicon.bell_slash::before { - content: ""; + content: "\f1f6"; } span.faicon.trash::before { - content: ""; + content: "\f2ed"; } span.faicon.copy::before { - content: ""; + content: "\f0c5"; } span.faicon.circle::before { - content: ""; + content: "\f111"; vertical-align: middle; } span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.plus_circle::before { - content: ""; + content: "\f055"; } span.faicon.minus_circle::before { - content: ""; + content: "\f056"; } span.faicon.calendar_icon::before { - content: ""; + content: "\f073"; } span.faicon.clipboard::before { - content: ""; + content: "\f328"; } span.faicon.list-alt::before { - content: ""; + content: "\f022"; } span.faicon.vote-yes::before { - content: ""; + content: "\f772"; } span.faicon.file-preview::before { - content: ""; + content: "\f865"; } span.faicon.dots::before { - content: ""; + content: "\f141"; font-size: 16px; font-weight: 600; } span.faicon.dots_ver:before { - content: ""; + content: "\f142"; font-size: 16px; font-weight: 600; } span.faicon.open_icon::before, a.faicon.open_icon::before { - content: ""; + content: "\f35d"; } span.faicon.table_icon::before { - content: ""; + content: "\f0ce"; } span.faicon.list::before { - content: ""; + content: "\f03a"; } span.faicon.link-chain::before { - content: ""; + content: "\f0c1"; } span.fa-brands.html5::before { - content: ""; + content: "\f13b"; } span.faicon.stopwatch20::before { - content: ""; + content: "\e06f"; } span.faicon.checkbox-empty::before { - content: ""; + content: "\f0c8"; font-weight: 400 !important; } @@ -6140,11 +6140,11 @@ span.faicon.fa-1::before { } span.faicon.phone::before { - content: ""; + content: "\f095"; } span.faicon.screwdriver::before { - content: ""; + content: "\f7d9"; font-weight: 600 !important; } @@ -6282,23 +6282,23 @@ and open the template in the editor. */ /* Toolbox na levi strani */ span.faicon.wheel_32::before { - content: ""; + content: "\f013"; } span.faicon.radio_32::before { - content: ""; + content: "\f192"; font-weight: 400; font-size: 18px; } span.faicon.check_32::before { - content: ""; + content: "\f14a"; font-weight: 400; font-size: 18px; } span.faicon.matrix_32::before { - content: "\a"; + content: "\f192\f192\a\f192\f192"; white-space: pre; font-weight: 400; font-size: 12px; @@ -6322,7 +6322,7 @@ span.faicon.nagovor::before { } span.faicon.plus_32::before { - content: ""; + content: "\f055"; font-size: 18px; } @@ -6366,12 +6366,12 @@ span.faicon.edit-vprasanje { } span.faicon.edit-vprasanje:before { font-size: 18px; - content: ""; + content: "\f031"; } a.faicon.edit::before { font-size: 16px; - content: ""; + content: "\f304"; } a.faicon.addif::before { @@ -6383,22 +6383,22 @@ a.faicon.addif::before { a.faicon.copy::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f0c5"; } a.faicon.copycond::before { font-size: 18px; - content: ""; + content: "\f0c5"; } a.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } a.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -6406,25 +6406,25 @@ a.faicon.preview::after { a.faicon.arhiv::before { font-size: 18px; - content: ""; + content: "\f044"; } a.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } a.faicon.hide::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f06e"; } a.faicon.unhide_icon::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f070"; } /* Urejanje vrednosti inline */ @@ -6438,12 +6438,12 @@ a.faicon.unhide_icon::before { .variabla span.inline.faicon.edit2::before { font-size: 14px; - content: ""; + content: "\f304"; } .variabla span.inline.faicon.odg_hidden::before { font-size: 14px; - content: ""; + content: "\f05e"; } .variabla span.inline.faicon.odg_hidden.show-hidden::before { @@ -6471,23 +6471,23 @@ span.inline.faicon.odg_if_not::before { .variabla span.inline.faicon.odg_if_follow::after { font-size: 14px; margin-left: 2px; - content: ""; + content: "\f0da"; } .variabla span.inline.faicon.correct::before { font-size: 14px; font-weight: 900; - content: ""; + content: "\f00c"; } .faicon.move_updown::before { font-size: 16px; color: #0059ab; - content: ""; + content: "\f338"; } .faicon.image_upload::before { - content: ""; + content: "\f03e"; font-weight: 400; } @@ -6504,22 +6504,22 @@ and open the template in the editor. span.faicon.mapca.anketa::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f022"; } span.faicon.table::before { font-size: 16px; - content: ""; + content: "\f00b"; } span.faicon.other_vprasanja::before { font-size: 16px; - content: "" !important; + content: "\f0ca" !important; } span.faicon.osnovna_vprasanja::before { font-size: 16px; - content: ""; + content: "\f0ca"; } span.faicon.mapca.if::before { @@ -6547,7 +6547,7 @@ and open the template in the editor. */ /* Izvozi */ span.faicon.pdf::before { - content: ""; + content: "\f1c1"; font-size: 16px; font-weight: 400; color: #ed1c24; @@ -6571,7 +6571,7 @@ span.faicon.pdf.black::before { span.faicon.xls::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c3"; color: #008000; } @@ -6593,7 +6593,7 @@ span.faicon.xls.black::before { span.faicon.rtf::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c2"; color: #0f3ea8; } @@ -6615,7 +6615,7 @@ span.faicon.rtf.black::before { span.faicon.ppt::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c4"; color: #fa4913; } @@ -6637,7 +6637,7 @@ span.faicon.ppt.black::before { span.faicon.xml::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c9"; color: #00a000; } @@ -6657,17 +6657,17 @@ span.faicon.xml.black::before { } span.faicon.arhiv::before { - content: ""; + content: "\f187"; } span.faicon.arhiv_mail::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f14d"; } span.faicon.share-arrow::before { - content: ""; + content: "\f14d"; } /* @@ -6717,7 +6717,7 @@ span.faicon.an_chart_bar::before { font-size: 14px; font-weight: 700; /*content: "\f080";*/ - content: ""; + content: "\f200"; } /* @@ -6731,35 +6731,35 @@ and open the template in the editor. */ /* Invitation table */ span.faicon.inv_sent_0::before { - content: ""; + content: "\f2b6"; } span.faicon.inv_sent_1::before { - content: ""; + content: "\f0e0"; } span.faicon.inv_responded_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.inv_responded_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.inv_unsubscribed_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f111"; } span.faicon.inv_unsubscribed_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f111"; color: #FF0000; } @@ -6860,7 +6860,7 @@ a.read-more .faicon:before { .qtip .qtip-wrapper .qtip-contentWrapper .qtip-content h1::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f059"; font-size: 20px; color: #1E88E5; vertical-align: -1px; @@ -6897,7 +6897,7 @@ a.read-more .faicon:before { padding-left: 8px; vertical-align: middle; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f054"; font-size: 8px; color: #1E88E5; transition: 0.2s; @@ -7220,7 +7220,7 @@ a.read-more .faicon:before { .divPopUp.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7261,7 +7261,7 @@ a.read-more .faicon:before { .divPopUp_info.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7753,7 +7753,7 @@ body.waitlong #loading { #check_pogoji.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7934,7 +7934,7 @@ body.waitlong #loading { #dropped_alert.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -9128,7 +9128,7 @@ header #topSettingsHolder .left_options_holder #analizaSubNav #globalSetingsLink right: 8px; top: 5px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; font-size: 10px; font-weight: 600; } @@ -9401,7 +9401,7 @@ footer#srv_footer .footer_right span.faicon.external_link:before { footer#srv_footer .footer_right .right_help_button { position: fixed; right: -71px; - top: calc(50%); + top: 50%; width: 150px; padding: 4px 8px; border: 1px #1E88E5 solid; @@ -9698,9 +9698,9 @@ div.button_holder.float-right button { div.button_holder.editor_button_holder { margin: 0; padding: 8px 16px; - border-bottom: 1px #cccccc solid; - border-left: 1px #cccccc solid; - border-right: 1px #cccccc solid; + border-bottom: 1px rgb(204, 204, 204) solid; + border-left: 1px rgb(204, 204, 204) solid; + border-right: 1px rgb(204, 204, 204) solid; } label { @@ -9788,17 +9788,17 @@ input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:b color: #1E88E5; } input[type=checkbox] + label:before { - content: ""; + content: "\f0c8"; } input[type=checkbox]:checked + label:before { - content: ""; + content: "\f14a"; font-weight: bold; } input[type=radio] + label:before { - content: ""; + content: "\f111"; } input[type=radio]:checked + label:before { - content: ""; + content: "\f192"; } input[type=checkbox][disabled] + label:before { color: #C4C4C4; @@ -10020,7 +10020,7 @@ textarea:focus { } .box-container .num_box { border: 1px solid #E5E5E5; - background-color: #FFFF; + background-color: white; border-radius: 2px; margin: 0px; padding: 0px; @@ -10413,7 +10413,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { #popup_user_access.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -10699,7 +10699,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { #survey_list .second_line .filters #folderSwitch#sortButton:after { position: absolute; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; right: 8px; top: 13px; font-weight: 600; @@ -11045,13 +11045,13 @@ body.eng #survey_list .filters #folderSwitch { cursor: pointer; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_icon::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -11061,7 +11061,7 @@ body.eng #survey_list .filters #folderSwitch { background-color: #F8F8F8; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_icon::before { font-weight: 600; @@ -12178,13 +12178,13 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { cursor: pointer; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -12210,7 +12210,7 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { }*/ } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder::before { font-weight: 600; @@ -12463,7 +12463,7 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-custom-radio:before { @@ -12471,7 +12471,7 @@ and open the template in the editor. display: inline-block; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] { display: none !important; @@ -12484,11 +12484,11 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting .custom_radio_picture.obarvan > label > span.enka-custom-radio:before { @@ -12781,7 +12781,7 @@ and open the template in the editor. } #new_anketa_div .layout_right_item .layout_right_centering .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #C4C4C4; @@ -13394,20 +13394,20 @@ div.drop_setting_transition { font-weight: 400; } #branching input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #branching input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } #branching input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } #branching input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } #branching span.faicon.delete_circle::before { @@ -20030,7 +20030,7 @@ and open the template in the editor. transition: 0.2s; } .tab_content .content_left ul li.folder_item .faicon.arrow:before { - content: ""; + content: "\f078"; } .tab_content .content_left ul li.folder_item .faicon.folder:before, .tab_content .content_left ul li.folder_item .faicon.clipboard:before { @@ -20047,7 +20047,7 @@ and open the template in the editor. color: #1E88E5; } .tab_content .content_left ul li.folder_item.open .faicon.arrow:before { - content: ""; + content: "\f077"; } .tab_content .content_left ul li.folder_item.no_arrow .faicon.arrow:before { display: none; @@ -20536,7 +20536,7 @@ img.mapster_el { border-radius: 4px; } .jquery-selectbox .jquery-selectbox-moreButton::before { - content: ""; + content: "\f078"; padding-left: 2px; color: #333333; font-size: 10px; @@ -20933,6 +20933,13 @@ textarea#addusers, textarea#addusers_note { display: none; } +i { + font-size: 16px; + font-weight: 600; + color: #1e88e5; + vertical-align: bottom; +} + div.page_tema h2 { font-size: 24px; margin-top: 32px; @@ -20985,7 +20992,7 @@ div.page_tema div.theme_list div.options div.buttons-window { filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25)); border-radius: 2px; margin-right: 5px; - background-color: #FFFF; + background-color: white; } div.page_tema div.theme_list div.options div.buttons-window .button { border: none; @@ -21097,7 +21104,7 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_content span.theme_name { font-weight: 600; - font-weight: 500; + font-weight: 600; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options { display: flex; @@ -21107,9 +21114,9 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l margin-bottom: 16px; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options span.theme_name { - font-weight: 500; + font-weight: 600; text-transform: uppercase; - font-size: 14px; + font-size: 16px; display: flex; align-items: center; } @@ -21277,7 +21284,7 @@ div#theme-edit-wrap div#theme-editor #picker { left: 500px; z-index: 999; border-radius: 2px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } div#theme-edit-wrap div#theme-editor #picker .popup_close { position: absolute !important; @@ -21443,7 +21450,7 @@ div#theme-edit-wrap div#theme-editor #picker .button_holder button:last-child { div#theme-edit-wrap div#theme-editor #picker.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -21806,7 +21813,7 @@ span.faicon.st-besede-popup { #vrednost_edit.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22047,7 +22054,7 @@ span.faicon.st-besede-popup { #quota.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22374,7 +22381,7 @@ and open the template in the editor. #fullscreen #preview_spremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22447,18 +22454,18 @@ and open the template in the editor. -webkit-text-stroke: 0.35px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -23354,22 +23361,22 @@ and open the template in the editor. } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f096";*/ - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f10c";*/ - content: ""; + content: "\f111"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f046";*/ - content: ""; + content: "\f14a"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f192";*/ - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=radio] { margin: 0 8px 4px 0; @@ -23382,7 +23389,7 @@ and open the template in the editor. #preview_spremenljivka input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #preview_spremenljivka input[type=radio] + span.enka-custom-radio:before { @@ -23390,7 +23397,7 @@ and open the template in the editor. display: inline-block; } #preview_spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=checkbox] { display: none !important; @@ -23403,11 +23410,11 @@ and open the template in the editor. #preview_spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } @@ -23492,7 +23499,7 @@ and open the template in the editor. } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #E5E5E5; @@ -23500,7 +23507,7 @@ and open the template in the editor. font-weight: 400; } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #E5E5E5; } @@ -23763,7 +23770,7 @@ dl.arch_email dd { #inv_view_arch_recipients.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -24896,23 +24903,23 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admi } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } div.page_komentarji ul .spremenljivka_content input[type=radio], @@ -24929,7 +24936,7 @@ div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-chec div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-custom-radio:before, @@ -24939,7 +24946,7 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.en } div.page_komentarji ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } div.page_komentarji ul .spremenljivka_content input[type=checkbox], div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] { @@ -24955,12 +24962,12 @@ div.page_komentarji ul .spremenljivka_content input[type=checkbox] + span.enka-c div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } div.page_komentarji ul div.question_comment_holder, @@ -25469,7 +25476,6 @@ div#general_popup div.popup_content.publish.settings div#publish_settings_more { .page_vabila #vabila .button_holder #nice_url_holder .buttons { margin: 9px 0px 0px 0px !important; } - div#vabila div.more div.more_block { width: 89% !important; } @@ -26938,7 +26944,7 @@ div.subpage_coding .coding-refresh .button_holder button:last-child { div.subpage_coding .coding-refresh.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27120,7 +27126,7 @@ div.subpage_coding #coding .button_holder button:last-child { div.subpage_coding #coding.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27444,7 +27450,7 @@ div.subpage_coding .floatRecodeSpremenljivka .button_holder button:last-child { div.subpage_coding .floatRecodeSpremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27795,18 +27801,18 @@ ul#merge li { -webkit-text-stroke: 0.35px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -28305,7 +28311,7 @@ and open the template in the editor. #div_export_setting_show.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -29608,7 +29614,7 @@ iframe#ifmcontentstoprint { position: absolute; left: 17px; top: 40px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } .analysis_icons_holder { @@ -29878,15 +29884,15 @@ iframe#ifmcontentstoprint { } .rsdl_bck1 { - background-color: #fae2e2 !important; + background-color: rgb(250, 226, 226) !important; } .rsdl_bck2 { - background-color: #ff9d9d !important; + background-color: rgb(255, 157, 157) !important; } .rsdl_bck3 { - background-color: #f84242 !important; + background-color: rgb(248, 66, 66) !important; } .rsdl_bck4 { @@ -31399,7 +31405,7 @@ ul.vrednost_sort input[type=text] { .subpage_analysis_creport #anketa_custom_report #newCReportProfile.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -31683,7 +31689,7 @@ and open the template in the editor. #dsp_inspect_cover.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32217,7 +32223,7 @@ input#endDate { .mc_table_settings.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32430,7 +32436,7 @@ input#endDate { #newMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32619,7 +32625,7 @@ input#endDate { #renameMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32808,7 +32814,7 @@ input#endDate { #deleteMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33194,7 +33200,7 @@ button.buttons-columnVisibility.active { table.usersTable { margin-left: 14px; margin-right: 14px; - width: calc(100% - 2*14px); + width: calc(100% - 28px); white-space: nowrap; border-collapse: collapse !important; } @@ -33374,24 +33380,19 @@ table.dataTable td:not(:first-of-type), table.dataTable th:not(:first-of-type) { #quick_comments_link.newCss { display: none; } - #firstNavigation ol.right-side { display: none; } - div.status_advanced { flex-direction: column; } - div.status_advanced_box { width: 100%; box-sizing: border-box; } - a.status_advanced_link { width: 95%; } - .content_div_normalmode { overflow-x: auto; } @@ -33485,7 +33486,6 @@ body #main_holder #main .wide { width: 100%; margin: 0; } - fieldset { width: 100% !important; box-sizing: border-box !important; @@ -33515,44 +33515,36 @@ fieldset textarea { fieldset .setting { height: auto !important; } - .setting_horizontal_wrapper { flex-direction: column !important; } - #vnosi_paginacija div select { display: inline-block; width: fit-content; margin: 0 5px; text-align: center; } - div.breadcrumbs { display: block; padding: 15px; color: #1e88e5; font-weight: 600; } - button.small, submit.small { min-width: auto; padding: 5px 16px; } - button.medium, submit.medium { min-width: auto; padding: 10px 24px; } - button.large, submit.large { min-width: auto; padding: 12px 32px; } - .top_note { padding: 8px 16px; } - header { /* Mobile meni */ /* Mobile meni - NASTAVITVE V UREJANJU ANKETE*/ @@ -33808,7 +33800,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { header .mobile_settings .mobile_settings_content a .setting_text { width: auto; } - footer#srv_footer { display: flex; flex-direction: column; @@ -33830,7 +33821,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { padding: 0; border: 0; } - /* Popup za vprasajcke */ .qtip { position: fixed !important; @@ -33841,7 +33831,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { left: 10% !important; box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.34) !important; } - .divPopUp { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; @@ -33852,12 +33841,10 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; } - /* Vse povezano s paketi in placili */ .dt-buttons { display: none; } - #main #moje_ankete_edit #anketa_edit { padding: 0 !important; } @@ -33932,7 +33919,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #moje_ankete_edit fieldset div.setting { margin-bottom: 10px; } - #new_anketa_div { display: flex; flex-direction: column; @@ -34016,7 +34002,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { border: 1px solid #c8e3f8 !important; border-radius: 1px; } - .dashboard_top_settings { flex-direction: column; } @@ -34029,19 +34014,16 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin-left: 0; margin-right: 16px; } - .dashboard_boxes { flex-direction: column; } .dashboard_boxes .dashboard_box { margin: 0 0 32px 0; } - .locked .add-variable-mobile, .spremenljivka_content .add-variable { display: none !important; } - #branching { width: 100%; margin: 0; @@ -34146,11 +34128,9 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin: 0; padding: 0 12px; } - .toolbox_holder { display: none; } - .mobile_add_question { display: block; position: fixed; @@ -34170,7 +34150,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { line-height: 15px; font-weight: 600; } - .mobile_add_question_popup { z-index: 9999; position: fixed; @@ -34224,7 +34203,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { font-size: 14px; font-weight: 500; } - #vprasanje_float_editing .vprasanje_edit_holder { position: fixed; z-index: 99999; @@ -34277,7 +34255,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin-left: 0 !important; text-align: center; } - #main #anketa #globalSetingsList { max-width: 100% !important; width: 100% !important; @@ -34290,7 +34267,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #anketa #globalSetingsList fieldset span.charalimit#anketa_note_chars { width: 100%; } - /* NASTAVITVE in ARHIVI */ /* OBLIKA */ #main #anketa #anketa_edit.page_tema #div_theme_group_holder { @@ -34306,18 +34282,15 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: 100%; height: auto; } - #theme-editor { width: 100% !important; float: none !important; } - #theme-preview { width: 100% !important; float: none !important; margin-top: 80px !important; } - /* ARHIVI */ #main #anketa #anketa_edit.page_arhivi { flex-direction: column-reverse; @@ -34335,7 +34308,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #anketa #anketa_edit.page_arhivi #div_archive_content fieldset input { width: 100% !important; } - div.page_tema .theme_list { flex-wrap: wrap; } @@ -34362,7 +34334,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options .button { margin-right: 8px; } - .page_theme-editor #theme-preview { display: none; } @@ -34370,7 +34341,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: 100% !important; flex-wrap: wrap; } - #srv_diagnostic br { display: none; } @@ -34391,7 +34361,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #srv_diagnostic #srv_diagnostic_results_right table td + td { width: auto !important; } - .subpage_testnipodatki { line-height: 20px; } @@ -34405,7 +34374,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .subpage_testnipodatki form label input { vertical-align: bottom; } - .lastnosti_wrapper { flex-direction: column !important; } @@ -34413,7 +34381,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .lastnosti_wrapper .lastnosti_right { width: 100% !important; } - .page_vabila #vabila .button_holder { flex-direction: column; align-items: flex-start; @@ -34438,7 +34405,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .page_vabila #vabila .more_block { width: 100%; } - .page_invitations #inv_top_navi { flex-direction: column; align-items: flex-start; @@ -34506,7 +34472,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .page_invitations .button_holder button { margin-bottom: 8px; } - #vabila > table, table.invitations_settings, #inv_msg_preview table, @@ -34590,7 +34555,6 @@ table.invitations_settings p label input[type=password], width: 100% !important; box-sizing: border-box; } - #surveyInvitationSetting, #surveyInvitationSettingServer { min-width: 100% !important; @@ -34598,7 +34562,6 @@ table.invitations_settings p label input[type=password], margin: 10px 0 !important; box-sizing: border-box !important; } - #inv_top_navi { display: flex; flex-direction: column; @@ -34637,7 +34600,6 @@ table.invitations_settings p label input[type=password], #inv_top_navi > #inv_step_nav.yellow .inv_step_space { display: none; } - #inv_recipients_profiles_holder, #inv_import_list_container, #inv_messages_profiles_holder, @@ -34658,7 +34620,6 @@ table.invitations_settings p label input[type=password], #inv_select_mail_preview textarea { width: 100%; } - #inv_msg_preview table th { height: auto !important; width: 100% !important; @@ -34670,7 +34631,6 @@ table.invitations_settings p label input[type=password], width: 100%; box-sizing: border-box; } - .addthis_toolbox { line-height: 24px; } @@ -34685,11 +34645,9 @@ table.invitations_settings p label input[type=password], .addthis_toolbox .addthis_separator { font-size: 16px; } - #inv_field_container ul li { width: 45%; } - /* grafika ko ni podatkov */ div.no_data_alert img { width: 100%; @@ -34701,7 +34659,6 @@ table.invitations_settings p label input[type=password], flex-direction: column; align-items: center; } - .page_data .data_table_top_holder { flex-direction: column; align-items: flex-start; @@ -34772,11 +34729,9 @@ table.invitations_settings p label input[type=password], width: 100%; margin-bottom: 16px; } - body.data_fullscreen #analiza_data { top: 68px; } - .subpage_append .anketa_edit_main, .subpage_merge .anketa_edit_main, .subpage_calculation .anketa_edit_main, @@ -34817,7 +34772,6 @@ table.invitations_settings p label input[type=password], clear: both; margin: 40px 0 0 0 !important; } - .subpage_quick_edit #quick_edit_top_line { flex-direction: column-reverse; } @@ -34837,7 +34791,6 @@ table.invitations_settings p label input[type=password], .subpage_quick_edit .quick_edit_container .quick_edit_bottom_line { justify-content: center; } - .analysis_bottom_settings { flex-wrap: wrap; } @@ -34847,16 +34800,13 @@ table.invitations_settings p label input[type=password], margin: 0 0 16px 0 !important; border: 0; } - .div_analiza_icons, .div_analiza_scale { opacity: 1 !important; } - .analysis_icons_holder { display: none; } - .chart_holder { width: 100%; box-sizing: border-box; @@ -34879,7 +34829,6 @@ table.invitations_settings p label input[type=password], display: block; clear: both; } - table.analysis_reports { border-spacing: 0px; } @@ -34896,14 +34845,12 @@ table.analysis_reports > tbody > tr > td { table.analysis_reports fieldset { margin-bottom: 0 !important; } - .reports_holder { flex-direction: column; } .reports_holder fieldset { width: 100%; } - .noSurvey_sequence { padding: 0; } @@ -34925,13 +34872,11 @@ table.analysis_reports > tbody > tr > td { .noSurvey_sequence .buttons_holder a .button { margin: 10px 30px; } - #table-horizontal-scroll-wrapper1-userchanges { display: table; table-layout: fixed; width: 100%; } - #table-horizontal-scroll-wrapper2-userchanges { display: table-cell; overflow-x: auto; @@ -34942,7 +34887,6 @@ table.analysis_reports > tbody > tr > td { border-collapse: collapse; white-space: nowrap; } - .page_arhivi .anketa_edit_left, .page_tracking .anketa_edit_left, .subpage_anal_arch .anketa_edit_left, diff --git a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss index 5ac13b6f0..37df5f198 100644 --- a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss +++ b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss @@ -2,6 +2,14 @@ display: none; } +i{ + font-size: 16px; + font-weight: 600; + color: #1e88e5; + + vertical-align: bottom; +} + // Oblika - prva stran, meni s temami @@ -228,7 +236,7 @@ div.page_tema { font-weight: $semi-bold; // font-family: 'Roboto'; - font-weight: 500; + font-weight: 600; } @@ -242,10 +250,9 @@ div.page_tema { margin-bottom: 16px; span.theme_name { - font-weight: 500; + font-weight: 600; text-transform: uppercase; - // font-family: 'Roboto'; - font-size: 14px; + font-size: 16px; display: flex; align-items: center; From 820c8f3bd7e7b548a2b95bf2d4760750d54b3226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 19 Aug 2022 11:37:52 +0200 Subject: [PATCH 11/46] Revert "Revert "oblika --> gumbi ikone , styling"" This reverts commit 89bca789a0f820bb1bda5e4b11fe507e7c8010fd. --- admin/survey/classes/class.SurveyTheme.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/admin/survey/classes/class.SurveyTheme.php b/admin/survey/classes/class.SurveyTheme.php index 3b210f76e..38f4f830c 100644 --- a/admin/survey/classes/class.SurveyTheme.php +++ b/admin/survey/classes/class.SurveyTheme.php @@ -179,6 +179,7 @@ class SurveyTheme { $groupId = 0; echo '
'; + echo ''; echo '
'; $this->displayGroupSelector($groupId); @@ -372,7 +373,10 @@ class SurveyTheme { echo ''; echo '
'; - echo ''; + echo ''; echo '
'; @@ -424,7 +428,7 @@ class SurveyTheme { //Gumbi echo '
'; - echo ''; + echo ''; echo '
'; @@ -600,7 +604,7 @@ class SurveyTheme { echo '
'; - echo ''; + echo ''; echo '
'; @@ -660,7 +664,7 @@ class SurveyTheme { //Gumbi echo '
'; - echo ''; + echo ''; echo '
'; From 03eaf2c3333c07ea2b404ff0795b98796c12881c Mon Sep 17 00:00:00 2001 From: pero1203 Date: Fri, 19 Aug 2022 12:06:17 +0200 Subject: [PATCH 12/46] Preview v pobrisanih vprasanjih - V DELU --- .../survey/classes/class.VprasanjeDeleted.php | 3 + admin/survey/script/vprasanjeDeleted.js | 10 +- public/css/admin_new.css | 482 ++++++++++++++---- .../survey_edit/popups/preview_question.scss | 5 +- .../pages/survey_edit/vprasanje_deleted.scss | 19 + 5 files changed, 414 insertions(+), 105 deletions(-) diff --git a/admin/survey/classes/class.VprasanjeDeleted.php b/admin/survey/classes/class.VprasanjeDeleted.php index f93170176..62b3f6751 100644 --- a/admin/survey/classes/class.VprasanjeDeleted.php +++ b/admin/survey/classes/class.VprasanjeDeleted.php @@ -142,6 +142,9 @@ class VprasanjeDeleted { // Odpremo popup s pobrisanimi vprasanji if ($_GET['a'] == 'displayVprasanjeDeletedPopup') { $this->displayDeletedVprasanja(); + + // Div za dodaten popup za preview + echo '
'; } // Dodajanje pobrisanega vprasanja nazaj v vprasalnik diff --git a/admin/survey/script/vprasanjeDeleted.js b/admin/survey/script/vprasanjeDeleted.js index 525808d26..9e5c0b4db 100644 --- a/admin/survey/script/vprasanjeDeleted.js +++ b/admin/survey/script/vprasanjeDeleted.js @@ -75,7 +75,15 @@ function insertVprasanjeDeletedItemsIntoSurvey(){ // Predogled pobrisanega vprasanja function previewVprasanjeDeleted(spr_id){ - preview_spremenljivka(spr_id); + $('#vprasanje_deleted_preview').load('ajax.php?a=preview_spremenljivka', {anketa: srv_meta_anketa_id, spremenljivka: spr_id, podstran: srv_meta_podstran}).removeClass('displayNone'); + + //preview_spremenljivka(spr_id); event.stopPropagation(); } + +// Predogled pobrisanega vprasanja +function closePreviewVprasanjeDeleted(){ + + $('#vprasanje_deleted_preview').html().addClass('displayNone'); +} diff --git a/public/css/admin_new.css b/public/css/admin_new.css index b8cd5b399..02e7d0713 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -20700,6 +20700,7 @@ img.mapster_el { */ .vprasanje_deleted_popup { padding: 0; + /* Dodaten popup za preview */ } .vprasanje_deleted_popup h2 { padding: 16px 0 8px 0; @@ -20828,6 +20829,19 @@ img.mapster_el { .vprasanje_deleted_popup .content .button_holder { margin: 0 16px 16px 0; } +.vprasanje_deleted_popup #vprasanje_deleted_preview { + position: absolute; + z-index: 9999; + top: 0; + left: 0; + height: 100%; + width: 100%; + background-color: #FFFFFF; +} +.vprasanje_deleted_popup #vprasanje_deleted_preview #preview_spremenljivka { + box-sizing: border-box; + width: 100%; +} fieldset #obvescanje_sidebyside_holder { display: flex; @@ -22217,7 +22231,9 @@ and open the template in the editor. /* * USED FROM: template.css */ -#fullscreen #preview_spremenljivka { +#fullscreen #preview_spremenljivka, +#vprasanje_deleted_preview #preview_spremenljivka, +#library_preview #preview_spremenljivka { /*max-height: 90vh; overflow-y: scroll;*/ max-width: 90vw; @@ -22233,7 +22249,9 @@ and open the template in the editor. display: flex; flex-direction: column; } -#fullscreen #preview_spremenljivka .popup_close { +#fullscreen #preview_spremenljivka .popup_close, +#vprasanje_deleted_preview #preview_spremenljivka .popup_close, +#library_preview #preview_spremenljivka .popup_close { position: absolute !important; top: 10px; right: 10px; @@ -22241,18 +22259,28 @@ and open the template in the editor. font-size: 12px !important; color: #777777; } -#fullscreen #preview_spremenljivka .popup_close:hover { +#fullscreen #preview_spremenljivka .popup_close:hover, +#vprasanje_deleted_preview #preview_spremenljivka .popup_close:hover, +#library_preview #preview_spremenljivka .popup_close:hover { color: #333333; } -#fullscreen #preview_spremenljivka .popup_close a { +#fullscreen #preview_spremenljivka .popup_close a, +#vprasanje_deleted_preview #preview_spremenljivka .popup_close a, +#library_preview #preview_spremenljivka .popup_close a { color: #777777; text-decoration: none; } -#fullscreen #preview_spremenljivka .popup_close a:hover { +#fullscreen #preview_spremenljivka .popup_close a:hover, +#vprasanje_deleted_preview #preview_spremenljivka .popup_close a:hover, +#library_preview #preview_spremenljivka .popup_close a:hover { color: #333333; } #fullscreen #preview_spremenljivka h2, -#fullscreen #preview_spremenljivka .divPopUp_top { +#fullscreen #preview_spremenljivka .divPopUp_top, +#vprasanje_deleted_preview #preview_spremenljivka h2, +#vprasanje_deleted_preview #preview_spremenljivka .divPopUp_top, +#library_preview #preview_spremenljivka h2, +#library_preview #preview_spremenljivka .divPopUp_top { width: 100%; margin-bottom: 16px; padding-bottom: 8px; @@ -22265,38 +22293,68 @@ and open the template in the editor. #fullscreen #preview_spremenljivka h2 span.faicon, #fullscreen #preview_spremenljivka h2 span.fa-brands, #fullscreen #preview_spremenljivka .divPopUp_top span.faicon, -#fullscreen #preview_spremenljivka .divPopUp_top span.fa-brands { +#fullscreen #preview_spremenljivka .divPopUp_top span.fa-brands, +#vprasanje_deleted_preview #preview_spremenljivka h2 span.faicon, +#vprasanje_deleted_preview #preview_spremenljivka h2 span.fa-brands, +#vprasanje_deleted_preview #preview_spremenljivka .divPopUp_top span.faicon, +#vprasanje_deleted_preview #preview_spremenljivka .divPopUp_top span.fa-brands, +#library_preview #preview_spremenljivka h2 span.faicon, +#library_preview #preview_spremenljivka h2 span.fa-brands, +#library_preview #preview_spremenljivka .divPopUp_top span.faicon, +#library_preview #preview_spremenljivka .divPopUp_top span.fa-brands { margin-right: 6px; color: #1E88E5; } #fullscreen #preview_spremenljivka h2 span.faicon:before, #fullscreen #preview_spremenljivka h2 span.fa-brands:before, #fullscreen #preview_spremenljivka .divPopUp_top span.faicon:before, -#fullscreen #preview_spremenljivka .divPopUp_top span.fa-brands:before { +#fullscreen #preview_spremenljivka .divPopUp_top span.fa-brands:before, +#vprasanje_deleted_preview #preview_spremenljivka h2 span.faicon:before, +#vprasanje_deleted_preview #preview_spremenljivka h2 span.fa-brands:before, +#vprasanje_deleted_preview #preview_spremenljivka .divPopUp_top span.faicon:before, +#vprasanje_deleted_preview #preview_spremenljivka .divPopUp_top span.fa-brands:before, +#library_preview #preview_spremenljivka h2 span.faicon:before, +#library_preview #preview_spremenljivka h2 span.fa-brands:before, +#library_preview #preview_spremenljivka .divPopUp_top span.faicon:before, +#library_preview #preview_spremenljivka .divPopUp_top span.fa-brands:before { font-size: 14px; } -#fullscreen #preview_spremenljivka p { +#fullscreen #preview_spremenljivka p, +#vprasanje_deleted_preview #preview_spremenljivka p, +#library_preview #preview_spremenljivka p { line-height: 20px; } #fullscreen #preview_spremenljivka .popup_note, -#fullscreen #preview_spremenljivka .profile_right_note { +#fullscreen #preview_spremenljivka .profile_right_note, +#vprasanje_deleted_preview #preview_spremenljivka .popup_note, +#vprasanje_deleted_preview #preview_spremenljivka .profile_right_note, +#library_preview #preview_spremenljivka .popup_note, +#library_preview #preview_spremenljivka .profile_right_note { margin-bottom: 16px; padding: 8px; font-size: 16px; border: 1px #C4C4C4 solid; } -#fullscreen #preview_spremenljivka .popup_main { +#fullscreen #preview_spremenljivka .popup_main, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main, +#library_preview #preview_spremenljivka .popup_main { display: flex; flex-direction: column; border-bottom: 1px #C4C4C4 solid; } -#fullscreen #preview_spremenljivka .popup_main.no_border { +#fullscreen #preview_spremenljivka .popup_main.no_border, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main.no_border, +#library_preview #preview_spremenljivka .popup_main.no_border { border-bottom: none; } -#fullscreen #preview_spremenljivka .popup_main.with_menu { +#fullscreen #preview_spremenljivka .popup_main.with_menu, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main.with_menu, +#library_preview #preview_spremenljivka .popup_main.with_menu { flex-direction: row; } -#fullscreen #preview_spremenljivka .popup_main .popup_left { +#fullscreen #preview_spremenljivka .popup_main .popup_left, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left, +#library_preview #preview_spremenljivka .popup_main .popup_left { box-sizing: border-box; width: 216px; min-width: 216px; @@ -22305,11 +22363,15 @@ and open the template in the editor. margin-right: 16px; border-right: 1px #C4C4C4 solid; } -#fullscreen #preview_spremenljivka .popup_main .popup_left .list { +#fullscreen #preview_spremenljivka .popup_main .popup_left .list, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left .list, +#library_preview #preview_spremenljivka .popup_main .popup_left .list { display: flex; flex-direction: column; } -#fullscreen #preview_spremenljivka .popup_main .popup_left .list .list-item { +#fullscreen #preview_spremenljivka .popup_main .popup_left .list .list-item, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left .list .list-item, +#library_preview #preview_spremenljivka .popup_main .popup_left .list .list-item { cursor: pointer; display: flex; justify-content: space-between; @@ -22321,38 +22383,56 @@ and open the template in the editor. border-radius: 2px; transition: 0.2s; } -#fullscreen #preview_spremenljivka .popup_main .popup_left .list .list-item.active, #fullscreen #preview_spremenljivka .popup_main .popup_left .list .list-item:hover { +#fullscreen #preview_spremenljivka .popup_main .popup_left .list .list-item.active, #fullscreen #preview_spremenljivka .popup_main .popup_left .list .list-item:hover, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left .list .list-item.active, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left .list .list-item:hover, +#library_preview #preview_spremenljivka .popup_main .popup_left .list .list-item.active, +#library_preview #preview_spremenljivka .popup_main .popup_left .list .list-item:hover { background-color: #F8F8F8; border-color: #1E88E5; } -#fullscreen #preview_spremenljivka .popup_main .popup_left .list .list-item .profile_icons a { +#fullscreen #preview_spremenljivka .popup_main .popup_left .list .list-item .profile_icons a, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left .list .list-item .profile_icons a, +#library_preview #preview_spremenljivka .popup_main .popup_left .list .list-item .profile_icons a { margin-left: 8px; } -#fullscreen #preview_spremenljivka .popup_main .popup_left button { +#fullscreen #preview_spremenljivka .popup_main .popup_left button, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left button, +#library_preview #preview_spremenljivka .popup_main .popup_left button { display: flex; align-items: center; width: 100%; font-weight: 400; } -#fullscreen #preview_spremenljivka .popup_main .popup_left button .faicon { +#fullscreen #preview_spremenljivka .popup_main .popup_left button .faicon, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left button .faicon, +#library_preview #preview_spremenljivka .popup_main .popup_left button .faicon { font-size: 12px; line-height: 14px; } -#fullscreen #preview_spremenljivka .popup_main .popup_left button .faicon::before { +#fullscreen #preview_spremenljivka .popup_main .popup_left button .faicon::before, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left button .faicon::before, +#library_preview #preview_spremenljivka .popup_main .popup_left button .faicon::before { margin-right: 8px; font-size: 14px; color: #1E88E5; } -#fullscreen #preview_spremenljivka .popup_main .popup_right { +#fullscreen #preview_spremenljivka .popup_main .popup_right, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_right, +#library_preview #preview_spremenljivka .popup_main .popup_right { overflow-y: auto; max-height: 70vh; width: 100%; } -#fullscreen #preview_spremenljivka .popup_main .popup_right .popup_right_note { +#fullscreen #preview_spremenljivka .popup_main .popup_right .popup_right_note, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_right .popup_right_note, +#library_preview #preview_spremenljivka .popup_main .popup_right .popup_right_note { margin-bottom: 16px; font-size: 16px; } -#fullscreen #preview_spremenljivka .popup_main fieldset { +#fullscreen #preview_spremenljivka .popup_main fieldset, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main fieldset, +#library_preview #preview_spremenljivka .popup_main fieldset { display: flex; flex-direction: column; padding: 16px 0 0 0; @@ -22360,48 +22440,74 @@ and open the template in the editor. border: 0; border-top: 1px #E5E5E5 solid; } -#fullscreen #preview_spremenljivka .popup_main fieldset legend { +#fullscreen #preview_spremenljivka .popup_main fieldset legend, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main fieldset legend, +#library_preview #preview_spremenljivka .popup_main fieldset legend { padding: 0 8px 0 0; font-size: 14px; } -#fullscreen #preview_spremenljivka .popup_main span { +#fullscreen #preview_spremenljivka .popup_main span, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main span, +#library_preview #preview_spremenljivka .popup_main span { font-size: 14px; } -#fullscreen #preview_spremenljivka .popup_main .setting_line { +#fullscreen #preview_spremenljivka .popup_main .setting_line, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .setting_line, +#library_preview #preview_spremenljivka .popup_main .setting_line { margin-bottom: 8px; font-size: 14px; } -#fullscreen #preview_spremenljivka .popup_main .setting_line:last-of-type { +#fullscreen #preview_spremenljivka .popup_main .setting_line:last-of-type, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .setting_line:last-of-type, +#library_preview #preview_spremenljivka .popup_main .setting_line:last-of-type { margin-bottom: 0; } #fullscreen #preview_spremenljivka .popup_main .setting_line label, -#fullscreen #preview_spremenljivka .popup_main .setting_line span { +#fullscreen #preview_spremenljivka .popup_main .setting_line span, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .setting_line label, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .setting_line span, +#library_preview #preview_spremenljivka .popup_main .setting_line label, +#library_preview #preview_spremenljivka .popup_main .setting_line span { font-size: 14px; } -#fullscreen #preview_spremenljivka .popup_main .settings_block { +#fullscreen #preview_spremenljivka .popup_main .settings_block, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .settings_block, +#library_preview #preview_spremenljivka .popup_main .settings_block { display: flex; flex-direction: column; margin-bottom: 16px; } #fullscreen #preview_spremenljivka .popup_main .settings_block label, -#fullscreen #preview_spremenljivka .popup_main .settings_block span { +#fullscreen #preview_spremenljivka .popup_main .settings_block span, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .settings_block label, +#vprasanje_deleted_preview #preview_spremenljivka .popup_main .settings_block span, +#library_preview #preview_spremenljivka .popup_main .settings_block label, +#library_preview #preview_spremenljivka .popup_main .settings_block span { font-size: 14px; } -#fullscreen #preview_spremenljivka .button_holder { +#fullscreen #preview_spremenljivka .button_holder, +#vprasanje_deleted_preview #preview_spremenljivka .button_holder, +#library_preview #preview_spremenljivka .button_holder { justify-content: end !important; margin: 20px 0 0 0; } -#fullscreen #preview_spremenljivka .button_holder button:last-child { +#fullscreen #preview_spremenljivka .button_holder button:last-child, +#vprasanje_deleted_preview #preview_spremenljivka .button_holder button:last-child, +#library_preview #preview_spremenljivka .button_holder button:last-child { margin-right: 0; } -#fullscreen #preview_spremenljivka.warning_popup h2::before { +#fullscreen #preview_spremenljivka.warning_popup h2::before, +#vprasanje_deleted_preview #preview_spremenljivka.warning_popup h2::before, +#library_preview #preview_spremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; content: ""; font-size: 14px; color: #FFC700; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka { box-sizing: border-box; width: 100%; margin: 0; @@ -22414,31 +22520,49 @@ and open the template in the editor. /* checkbox */ /* radio */ } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov { margin: 0 0 24px 0; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov p { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov p, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov p, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov p { margin: 0; font-weight: 700; font-size: 20px; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov .spremenljivka_info { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov .spremenljivka_info, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov .spremenljivka_info, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov .spremenljivka_info { margin-top: 4px; color: #a9a9a9; font-size: 14px; font-weight: 400; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder { height: auto !important; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla { padding: 0 0 16px 0; font-size: 16px; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla:last-child { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla:last-child, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla:last-child, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla:last-child { padding-bottom: 0; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text], #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka select { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text], #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka select, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text], +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka select, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text], +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka select { margin: 0; padding: 5px 7px; min-width: 100px; @@ -22446,7 +22570,11 @@ and open the template in the editor. border: 1px #3e3e3e solid; background-color: #fff; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox], #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox], #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio], +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox], +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio], +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox], +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] { opacity: 0; position: absolute !important; width: 30px; @@ -22455,38 +22583,70 @@ and open the template in the editor. #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-custom-radio:before, -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-vizualna-skala::before { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-vizualna-skala::before, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-custom-radio:before, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-vizualna-skala::before, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-custom-radio:before, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-vizualna-skala::before { font-family: "Font Awesome 5 Free"; display: inline-block; font-weight: 400; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:disabled + span.enka-checkbox-radio:before, -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:disabled + span.enka-checkbox-radio:before { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:disabled + span.enka-checkbox-radio:before, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:disabled + span.enka-checkbox-radio:before, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:disabled + span.enka-checkbox-radio:before, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:disabled + span.enka-checkbox-radio:before, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:disabled + span.enka-checkbox-radio:before { opacity: 0.5; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio { font-size: 15px; -webkit-text-stroke: 0.35px; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { content: ""; letter-spacing: 10px; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { content: ""; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { content: ""; letter-spacing: 10px; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { content: ""; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .custom_radio_picture.obarvan > label > span.enka-custom-radio:before, -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .visual-radio-scale.checked .enka-vizualna-skala { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .visual-radio-scale.checked .enka-vizualna-skala, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .custom_radio_picture.obarvan > label > span.enka-custom-radio:before, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .visual-radio-scale.checked .enka-vizualna-skala, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .custom_radio_picture.obarvan > label > span.enka-custom-radio:before, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .visual-radio-scale.checked .enka-vizualna-skala { color: #1E88E5; font-size: 20px; vertical-align: -1px; @@ -22495,29 +22655,55 @@ and open the template in the editor. #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=number]:focus, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=email]:focus, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=password]:focus, -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea:focus { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea:focus, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text]:focus, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=number]:focus, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=email]:focus, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=password]:focus, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea:focus, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text]:focus, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=number]:focus, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=email]:focus, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=password]:focus, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea:focus { border-color: #1E88E5; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table { margin: 0; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td, -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr th { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr th, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr th, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr th { border: 0; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category { text-align: center; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category label { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category label, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category label, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category label { margin: 0; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category span.enka-checkbox-radio:before { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category span.enka-checkbox-radio:before, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category span.enka-checkbox-radio:before, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category span.enka-checkbox-radio:before { letter-spacing: 0 !important; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr:nth-child(2n+1) { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr:nth-child(2n+1), +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr:nth-child(2n+1), +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr:nth-child(2n+1) { background-color: #F1F8FD; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost { table-layout: fixed; text-align: left; width: 100%; @@ -22525,73 +22711,121 @@ and open the template in the editor. margin: 0; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr td, -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr th { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr th, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr td, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr th, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr td, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr th { border: 0; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_5 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_5, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_5, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_5 { width: 5%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_10 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_10, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_10, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_10 { width: 10%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_15 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_15, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_15, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_15 { width: 15%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_20 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_20, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_20, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_20 { width: 20%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_25 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_25, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_25, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_25 { width: 25%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_30 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_30, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_30, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_30 { width: 30%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_33 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_33, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_33, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_33 { width: 33.3%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_35 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_35, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_35, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_35 { width: 35%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_40 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_40, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_40, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_40 { width: 40%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_45 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_45, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_45, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_45 { width: 45%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_50 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_50, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_50, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_50 { width: 50%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_55 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_55, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_55, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_55 { width: 55%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_60 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_60, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_60, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_60 { width: 60%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_65 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_65, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_65, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_65 { width: 65%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_70 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_70, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_70, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_70 { width: 70%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_75 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_75, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_75, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_75 { width: 75%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_80 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_80, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_80, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_80 { width: 80%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_85 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_85, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_85, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_85 { width: 85%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_90 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_90, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_90, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_90 { width: 90%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_95 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_95, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_95, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_95 { width: 95%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_100 { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_100, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_100, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_100 { width: 100%; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping_titles { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping_titles, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping_titles, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping_titles { width: 230px; padding: 5px; margin: 0px auto 0px auto; @@ -22602,7 +22836,9 @@ and open the template in the editor. border-left: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping { width: 230px; padding: 5px; margin: 0px auto 10px auto; @@ -22611,31 +22847,43 @@ and open the template in the editor. background-color: #F2F2F2; border: 1px solid #E5E5E5; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table { width: 100%; table-layout: fixed; border-spacing: 0; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td { width: 45%; padding: 5px; vertical-align: top; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td.middle { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td.middle, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td.middle, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td.middle { width: 10%; vertical-align: top; text-align: center; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table ul { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table ul, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table ul, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table ul { list-style: none; margin: 0; padding: 0; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka td.middle img { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka td.middle img, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka td.middle img, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka td.middle img { display: block; margin: 50% 0 0 20px; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking { width: 230px; padding: 5px; margin: 0 auto 10px auto; @@ -22648,7 +22896,9 @@ and open the template in the editor. text-overflow: ellipsis; white-space: nowrap; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking_long { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking_long, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking_long, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking_long { width: 230px; padding: 5px; margin: 0 auto 10px auto; @@ -22661,7 +22911,9 @@ and open the template in the editor. text-overflow: ellipsis; white-space: nowrap; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle { width: 230px; padding: 5px; margin: 0 auto 10px auto; @@ -22670,7 +22922,9 @@ and open the template in the editor. text-align: center; overflow: hidden; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle_long { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle_long, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle_long, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle_long { width: 230px; padding: 5px; margin: 0 auto 10px auto; @@ -22679,7 +22933,9 @@ and open the template in the editor. text-align: center; overflow: hidden; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .ime { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .ime, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ime, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ime { width: 230px; padding: 5px; margin: 0 auto 10px auto; @@ -22688,7 +22944,9 @@ and open the template in the editor. text-align: center; overflow: hidden; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .izbran { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .izbran, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .izbran, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .izbran { width: 230px; padding: 5px; margin: 0 auto 10px auto; @@ -22697,7 +22955,9 @@ and open the template in the editor. text-align: center; overflow: hidden; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_ranking { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_ranking, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_ranking, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_ranking { width: 230px; padding: 5px; margin: 0px auto 10px auto; @@ -22706,23 +22966,31 @@ and open the template in the editor. text-indent: -25px; font-weight: bold; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder { position: relative; padding-top: 11px; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder .dropzone { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder .dropzone, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder .dropzone, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder .dropzone { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropzone { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropzone, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropzone, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropzone { border-top: 1px solid black; min-height: 100px; padding-top: 10px; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .moving { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .moving, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .moving, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .moving { cursor: pointer; margin-left: auto; margin-right: auto; @@ -22731,7 +22999,9 @@ and open the template in the editor. text-overflow: ellipsis; white-space: nowrap; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_moving { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_moving, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_moving, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_moving { width: 230px; padding: 5px; margin: 0px auto 10px auto; @@ -22740,17 +23010,23 @@ and open the template in the editor. text-indent: -25px; font-weight: bold; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka ul.sorting { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka ul.sorting, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka ul.sorting, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka ul.sorting { list-style: none; margin: 0; padding: 0; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortholder { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortholder, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortholder, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortholder { margin: 0 auto; width: 250px; padding: 5px; } -#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortzone { +#fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortzone, +#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortzone, +#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortzone { position: absolute; margin: 0 auto 0 auto; width: 250px; diff --git a/resources/sass/admin_new/pages/survey_edit/popups/preview_question.scss b/resources/sass/admin_new/pages/survey_edit/popups/preview_question.scss index 1139ca46c..390344b4a 100644 --- a/resources/sass/admin_new/pages/survey_edit/popups/preview_question.scss +++ b/resources/sass/admin_new/pages/survey_edit/popups/preview_question.scss @@ -27,7 +27,10 @@ $progress_bar_background: black; */ //Preview spremenljivka -#fullscreen { +#fullscreen, +#vprasanje_deleted_preview, +#library_preview{ + #preview_spremenljivka { @include popup_general(); diff --git a/resources/sass/admin_new/pages/survey_edit/vprasanje_deleted.scss b/resources/sass/admin_new/pages/survey_edit/vprasanje_deleted.scss index 20251693e..4bfe86fc7 100644 --- a/resources/sass/admin_new/pages/survey_edit/vprasanje_deleted.scss +++ b/resources/sass/admin_new/pages/survey_edit/vprasanje_deleted.scss @@ -141,4 +141,23 @@ margin: 0 16px 16px 0; } } + + + /* Dodaten popup za preview */ + #vprasanje_deleted_preview{ + position: absolute; + z-index: 9999; + top: 0; + left: 0; + + height: 100%; + width: 100%; + + background-color: $white; + + #preview_spremenljivka{ + box-sizing: border-box; + width: 100%; + } + } } \ No newline at end of file From 19c0d05d14b6b0c77e833feb0a2388358582c781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 19 Aug 2022 12:40:16 +0200 Subject: [PATCH 13/46] analiza-->statistike: faicon ikone --- .../surveyAnalysis/class.SurveyAnalysis.php | 31 ++++++++++--------- public/css/admin_new.css | 2 +- .../pages/survey_analysis/icons.scss | 24 ++++++++++++-- 3 files changed, 39 insertions(+), 18 deletions(-) diff --git a/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php b/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php index bcd32be9a..557fa038f 100644 --- a/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php +++ b/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php @@ -818,7 +818,7 @@ class SurveyAnalysis { echo ''; // self::showIcons($spid,$spremenljivka,'desc'); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,'desc'); echo '
'; //options @@ -1047,7 +1047,7 @@ class SurveyAnalysis { #variabla echo ''; // self::showIcons($spid,$spremenljivka,'freq'); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,'freq'); echo '
'; //options @@ -1671,6 +1671,7 @@ class SurveyAnalysis { } # tekst vprašanja + echo ''; echo ''; # naslovna vrstica @@ -1708,7 +1709,7 @@ class SurveyAnalysis { # variabla - en odgovor echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -1936,7 +1937,7 @@ class SurveyAnalysis { # variabla echo '
'; // self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>false)); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>false)); echo '
'; //options @@ -2099,7 +2100,7 @@ class SurveyAnalysis { # variabla echo '
'; // self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>true)); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>true)); echo '
'; //options @@ -2324,7 +2325,7 @@ class SurveyAnalysis { echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -2537,7 +2538,7 @@ class SurveyAnalysis { # variabla - več odgovorov echo '
'; // self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>false)); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>false)); echo '
'; //options @@ -2695,7 +2696,7 @@ class SurveyAnalysis { # variabla echo '
'; // self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>true)); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>true)); echo '
'; //options @@ -2881,7 +2882,7 @@ class SurveyAnalysis { # variabla - tabela en odgovor echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -3197,7 +3198,7 @@ class SurveyAnalysis { echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -3580,7 +3581,7 @@ class SurveyAnalysis { # variabla echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -3816,7 +3817,7 @@ class SurveyAnalysis { # variabla echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -4097,7 +4098,7 @@ class SurveyAnalysis { # variabla - število echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -4401,7 +4402,7 @@ class SurveyAnalysis { # variabla echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -4758,7 +4759,7 @@ class SurveyAnalysis { # variabla - besedilo echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ''; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options diff --git a/public/css/admin_new.css b/public/css/admin_new.css index c8dfd4e21..9e229825c 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -29811,7 +29811,6 @@ iframe#ifmcontentstoprint { position: relative; } #div_analiza_data .options { - width: 200px; position: absolute; left: 17px; top: 40px; @@ -29833,6 +29832,7 @@ iframe#ifmcontentstoprint { color: #333333; font-weight: 400; margin-left: 14px; + margin-right: 16px; } .analysis_icons_holder .icon_box > a .icon_text_margin { margin-left: 9px; diff --git a/resources/sass/admin_new/pages/survey_analysis/icons.scss b/resources/sass/admin_new/pages/survey_analysis/icons.scss index cf9c5a9b9..98ccea66e 100644 --- a/resources/sass/admin_new/pages/survey_analysis/icons.scss +++ b/resources/sass/admin_new/pages/survey_analysis/icons.scss @@ -9,7 +9,7 @@ } .options{ - width: 200px; + // width: 200px; position: absolute; left: 17px; @@ -65,6 +65,7 @@ color: #333333; font-weight: 400; margin-left: 14px; + margin-right: 16px; } .icon_text_margin{ @@ -112,4 +113,23 @@ padding-bottom: 16px; } -} \ No newline at end of file +} + + + + +// span.faicon{ +// font-family: "Source Sans Pro",sans-serif; +// font-weight: 700; +// font-style: italic; +// content: "f*"; +// } + +// .cell_icons button::before{ +// font-family: "Source Sans Pro",sans-serif; +// font-weight: 700; +// font-style: italic; +// content: "f*"; +// // content: "\f141"; + +// } \ No newline at end of file From 590017bda38c5a879c3f4ee8812a587d87464976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 19 Aug 2022 12:45:36 +0200 Subject: [PATCH 14/46] GDPR seznam anket : grey row barva --- public/css/admin_new.css | 2985 ++++++++--------- .../components/form/seznam_anket.scss | 3 + 2 files changed, 1466 insertions(+), 1522 deletions(-) diff --git a/public/css/admin_new.css b/public/css/admin_new.css index a89899a15..59d7007f0 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -214,4767 +214,4767 @@ /* 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: ""; + content: "\f26e"; } .fa-accessible-icon:before { - content: ""; + content: "\f368"; } .fa-accusoft:before { - content: ""; + content: "\f369"; } .fa-ad:before { - content: ""; + content: "\f641"; } .fa-address-book:before { - content: ""; + content: "\f2b9"; } .fa-address-card:before { - content: ""; + content: "\f2bb"; } .fa-adjust:before { - content: ""; + content: "\f042"; } .fa-adn:before { - content: ""; + content: "\f170"; } .fa-adversal:before { - content: ""; + content: "\f36a"; } .fa-affiliatetheme:before { - content: ""; + content: "\f36b"; } .fa-air-freshener:before { - content: ""; + content: "\f5d0"; } .fa-algolia:before { - content: ""; + content: "\f36c"; } .fa-align-center:before { - content: ""; + content: "\f037"; } .fa-align-justify:before { - content: ""; + content: "\f039"; } .fa-align-left:before { - content: ""; + content: "\f036"; } .fa-align-right:before { - content: ""; + content: "\f038"; } .fa-alipay:before { - content: ""; + content: "\f642"; } .fa-allergies:before { - content: ""; + content: "\f461"; } .fa-amazon:before { - content: ""; + content: "\f270"; } .fa-amazon-pay:before { - content: ""; + content: "\f42c"; } .fa-ambulance:before { - content: ""; + content: "\f0f9"; } .fa-american-sign-language-interpreting:before { - content: ""; + content: "\f2a3"; } .fa-amilia:before { - content: ""; + content: "\f36d"; } .fa-anchor:before { - content: ""; + content: "\f13d"; } .fa-android:before { - content: ""; + content: "\f17b"; } .fa-angellist:before { - content: ""; + content: "\f209"; } .fa-angle-double-down:before { - content: ""; + content: "\f103"; } .fa-angle-double-left:before { - content: ""; + content: "\f100"; } .fa-angle-double-right:before { - content: ""; + content: "\f101"; } .fa-angle-double-up:before { - content: ""; + content: "\f102"; } .fa-angle-down:before { - content: ""; + content: "\f107"; } .fa-angle-left:before { - content: ""; + content: "\f104"; } .fa-angle-right:before { - content: ""; + content: "\f105"; } .fa-angle-up:before { - content: ""; + content: "\f106"; } .fa-angry:before { - content: ""; + content: "\f556"; } .fa-angrycreative:before { - content: ""; + content: "\f36e"; } .fa-angular:before { - content: ""; + content: "\f420"; } .fa-ankh:before { - content: ""; + content: "\f644"; } .fa-app-store:before { - content: ""; + content: "\f36f"; } .fa-app-store-ios:before { - content: ""; + content: "\f370"; } .fa-apper:before { - content: ""; + content: "\f371"; } .fa-apple:before { - content: ""; + content: "\f179"; } .fa-apple-alt:before { - content: ""; + content: "\f5d1"; } .fa-apple-pay:before { - content: ""; + content: "\f415"; } .fa-archive:before { - content: ""; + content: "\f187"; } .fa-archway:before { - content: ""; + content: "\f557"; } .fa-arrow-alt-circle-down:before { - content: ""; + content: "\f358"; } .fa-arrow-alt-circle-left:before { - content: ""; + content: "\f359"; } .fa-arrow-alt-circle-right:before { - content: ""; + content: "\f35a"; } .fa-arrow-alt-circle-up:before { - content: ""; + content: "\f35b"; } .fa-arrow-circle-down:before { - content: ""; + content: "\f0ab"; } .fa-arrow-circle-left:before { - content: ""; + content: "\f0a8"; } .fa-arrow-circle-right:before { - content: ""; + content: "\f0a9"; } .fa-arrow-circle-up:before { - content: ""; + content: "\f0aa"; } .fa-arrow-down:before { - content: ""; + content: "\f063"; } .fa-arrow-left:before { - content: ""; + content: "\f060"; } .fa-arrow-right:before { - content: ""; + content: "\f061"; } .fa-arrow-up:before { - content: ""; + content: "\f062"; } .fa-arrows-alt:before { - content: ""; + content: "\f0b2"; } .fa-arrows-alt-h:before { - content: ""; + content: "\f337"; } .fa-arrows-alt-v:before { - content: ""; + content: "\f338"; } .fa-assistive-listening-systems:before { - content: ""; + content: "\f2a2"; } .fa-asterisk:before { - content: ""; + content: "\f069"; } .fa-asymmetrik:before { - content: ""; + content: "\f372"; } .fa-at:before { - content: ""; + content: "\f1fa"; } .fa-atlas:before { - content: ""; + content: "\f558"; } .fa-atom:before { - content: ""; + content: "\f5d2"; } .fa-audible:before { - content: ""; + content: "\f373"; } .fa-audio-description:before { - content: ""; + content: "\f29e"; } .fa-autoprefixer:before { - content: ""; + content: "\f41c"; } .fa-avianex:before { - content: ""; + content: "\f374"; } .fa-aviato:before { - content: ""; + content: "\f421"; } .fa-award:before { - content: ""; + content: "\f559"; } .fa-aws:before { - content: ""; + content: "\f375"; } .fa-backspace:before { - content: ""; + content: "\f55a"; } .fa-backward:before { - content: ""; + content: "\f04a"; } .fa-balance-scale:before { - content: ""; + content: "\f24e"; } .fa-ban:before { - content: ""; + content: "\f05e"; } .fa-band-aid:before { - content: ""; + content: "\f462"; } .fa-bandcamp:before { - content: ""; + content: "\f2d5"; } .fa-barcode:before { - content: ""; + content: "\f02a"; } .fa-bars:before { - content: ""; + content: "\f0c9"; } .fa-baseball-ball:before { - content: ""; + content: "\f433"; } .fa-basketball-ball:before { - content: ""; + content: "\f434"; } .fa-bath:before { - content: ""; + content: "\f2cd"; } .fa-battery-empty:before { - content: ""; + content: "\f244"; } .fa-battery-full:before { - content: ""; + content: "\f240"; } .fa-battery-half:before { - content: ""; + content: "\f242"; } .fa-battery-quarter:before { - content: ""; + content: "\f243"; } .fa-battery-three-quarters:before { - content: ""; + content: "\f241"; } .fa-bed:before { - content: ""; + content: "\f236"; } .fa-beer:before { - content: ""; + content: "\f0fc"; } .fa-behance:before { - content: ""; + content: "\f1b4"; } .fa-behance-square:before { - content: ""; + content: "\f1b5"; } .fa-bell:before { - content: ""; + content: "\f0f3"; } .fa-bell-slash:before { - content: ""; + content: "\f1f6"; } .fa-bezier-curve:before { - content: ""; + content: "\f55b"; } .fa-bible:before { - content: ""; + content: "\f647"; } .fa-bicycle:before { - content: ""; + content: "\f206"; } .fa-bimobject:before { - content: ""; + content: "\f378"; } .fa-binoculars:before { - content: ""; + content: "\f1e5"; } .fa-birthday-cake:before { - content: ""; + content: "\f1fd"; } .fa-bitbucket:before { - content: ""; + content: "\f171"; } .fa-bitcoin:before { - content: ""; + content: "\f379"; } .fa-bity:before { - content: ""; + content: "\f37a"; } .fa-black-tie:before { - content: ""; + content: "\f27e"; } .fa-blackberry:before { - content: ""; + content: "\f37b"; } .fa-blender:before { - content: ""; + content: "\f517"; } .fa-blind:before { - content: ""; + content: "\f29d"; } .fa-blogger:before { - content: ""; + content: "\f37c"; } .fa-blogger-b:before { - content: ""; + content: "\f37d"; } .fa-bluetooth:before { - content: ""; + content: "\f293"; } .fa-bluetooth-b:before { - content: ""; + content: "\f294"; } .fa-bold:before { - content: ""; + content: "\f032"; } .fa-bolt:before { - content: ""; + content: "\f0e7"; } .fa-bomb:before { - content: ""; + content: "\f1e2"; } .fa-bone:before { - content: ""; + content: "\f5d7"; } .fa-bong:before { - content: ""; + content: "\f55c"; } .fa-book:before { - content: ""; + content: "\f02d"; } .fa-book-open:before { - content: ""; + content: "\f518"; } .fa-book-reader:before { - content: ""; + content: "\f5da"; } .fa-bookmark:before { - content: ""; + content: "\f02e"; } .fa-bowling-ball:before { - content: ""; + content: "\f436"; } .fa-box:before { - content: ""; + content: "\f466"; } .fa-box-open:before { - content: ""; + content: "\f49e"; } .fa-boxes:before { - content: ""; + content: "\f468"; } .fa-braille:before { - content: ""; + content: "\f2a1"; } .fa-brain:before { - content: ""; + content: "\f5dc"; } .fa-briefcase:before { - content: ""; + content: "\f0b1"; } .fa-briefcase-medical:before { - content: ""; + content: "\f469"; } .fa-broadcast-tower:before { - content: ""; + content: "\f519"; } .fa-broom:before { - content: ""; + content: "\f51a"; } .fa-brush:before { - content: ""; + content: "\f55d"; } .fa-btc:before { - content: ""; + content: "\f15a"; } .fa-bug:before { - content: ""; + content: "\f188"; } .fa-building:before { - content: ""; + content: "\f1ad"; } .fa-bullhorn:before { - content: ""; + content: "\f0a1"; } .fa-bullseye:before { - content: ""; + content: "\f140"; } .fa-burn:before { - content: ""; + content: "\f46a"; } .fa-buromobelexperte:before { - content: ""; + content: "\f37f"; } .fa-bus:before { - content: ""; + content: "\f207"; } .fa-bus-alt:before { - content: ""; + content: "\f55e"; } .fa-business-time:before { - content: ""; + content: "\f64a"; } .fa-buysellads:before { - content: ""; + content: "\f20d"; } .fa-calculator:before { - content: ""; + content: "\f1ec"; } .fa-calendar:before { - content: ""; + content: "\f133"; } .fa-calendar-alt:before { - content: ""; + content: "\f073"; } .fa-calendar-check:before { - content: ""; + content: "\f274"; } .fa-calendar-minus:before { - content: ""; + content: "\f272"; } .fa-calendar-plus:before { - content: ""; + content: "\f271"; } .fa-calendar-times:before { - content: ""; + content: "\f273"; } .fa-camera:before { - content: ""; + content: "\f030"; } .fa-camera-retro:before { - content: ""; + content: "\f083"; } .fa-cannabis:before { - content: ""; + content: "\f55f"; } .fa-capsules:before { - content: ""; + content: "\f46b"; } .fa-car:before { - content: ""; + content: "\f1b9"; } .fa-car-alt:before { - content: ""; + content: "\f5de"; } .fa-car-battery:before { - content: ""; + content: "\f5df"; } .fa-car-crash:before { - content: ""; + content: "\f5e1"; } .fa-car-side:before { - content: ""; + content: "\f5e4"; } .fa-caret-down:before { - content: ""; + content: "\f0d7"; } .fa-caret-left:before { - content: ""; + content: "\f0d9"; } .fa-caret-right:before { - content: ""; + content: "\f0da"; } .fa-caret-square-down:before { - content: ""; + content: "\f150"; } .fa-caret-square-left:before { - content: ""; + content: "\f191"; } .fa-caret-square-right:before { - content: ""; + content: "\f152"; } .fa-caret-square-up:before { - content: ""; + content: "\f151"; } .fa-caret-up:before { - content: ""; + content: "\f0d8"; } .fa-cart-arrow-down:before { - content: ""; + content: "\f218"; } .fa-cart-plus:before { - content: ""; + content: "\f217"; } .fa-cc-amazon-pay:before { - content: ""; + content: "\f42d"; } .fa-cc-amex:before { - content: ""; + content: "\f1f3"; } .fa-cc-apple-pay:before { - content: ""; + content: "\f416"; } .fa-cc-diners-club:before { - content: ""; + content: "\f24c"; } .fa-cc-discover:before { - content: ""; + content: "\f1f2"; } .fa-cc-jcb:before { - content: ""; + content: "\f24b"; } .fa-cc-mastercard:before { - content: ""; + content: "\f1f1"; } .fa-cc-paypal:before { - content: ""; + content: "\f1f4"; } .fa-cc-stripe:before { - content: ""; + content: "\f1f5"; } .fa-cc-visa:before { - content: ""; + content: "\f1f0"; } .fa-centercode:before { - content: ""; + content: "\f380"; } .fa-certificate:before { - content: ""; + content: "\f0a3"; } .fa-chalkboard:before { - content: ""; + content: "\f51b"; } .fa-chalkboard-teacher:before { - content: ""; + content: "\f51c"; } .fa-charging-station:before { - content: ""; + content: "\f5e7"; } .fa-chart-area:before { - content: ""; + content: "\f1fe"; } .fa-chart-bar:before { - content: ""; + content: "\f080"; } .fa-chart-line:before { - content: ""; + content: "\f201"; } .fa-chart-pie:before { - content: ""; + content: "\f200"; } .fa-check:before { - content: ""; + content: "\f00c"; } .fa-check-circle:before { - content: ""; + content: "\f058"; } .fa-check-double:before { - content: ""; + content: "\f560"; } .fa-check-square:before { - content: ""; + content: "\f14a"; } .fa-chess:before { - content: ""; + content: "\f439"; } .fa-chess-bishop:before { - content: ""; + content: "\f43a"; } .fa-chess-board:before { - content: ""; + content: "\f43c"; } .fa-chess-king:before { - content: ""; + content: "\f43f"; } .fa-chess-knight:before { - content: ""; + content: "\f441"; } .fa-chess-pawn:before { - content: ""; + content: "\f443"; } .fa-chess-queen:before { - content: ""; + content: "\f445"; } .fa-chess-rook:before { - content: ""; + content: "\f447"; } .fa-chevron-circle-down:before { - content: ""; + content: "\f13a"; } .fa-chevron-circle-left:before { - content: ""; + content: "\f137"; } .fa-chevron-circle-right:before { - content: ""; + content: "\f138"; } .fa-chevron-circle-up:before { - content: ""; + content: "\f139"; } .fa-chevron-down:before { - content: ""; + content: "\f078"; } .fa-chevron-left:before { - content: ""; + content: "\f053"; } .fa-chevron-right:before { - content: ""; + content: "\f054"; } .fa-chevron-up:before { - content: ""; + content: "\f077"; } .fa-child:before { - content: ""; + content: "\f1ae"; } .fa-chrome:before { - content: ""; + content: "\f268"; } .fa-church:before { - content: ""; + content: "\f51d"; } .fa-circle:before { - content: ""; + content: "\f111"; } .fa-circle-notch:before { - content: ""; + content: "\f1ce"; } .fa-city:before { - content: ""; + content: "\f64f"; } .fa-clipboard:before { - content: ""; + content: "\f328"; } .fa-clipboard-check:before { - content: ""; + content: "\f46c"; } .fa-clipboard-list:before { - content: ""; + content: "\f46d"; } .fa-clock:before { - content: ""; + content: "\f017"; } .fa-clone:before { - content: ""; + content: "\f24d"; } .fa-closed-captioning:before { - content: ""; + content: "\f20a"; } .fa-cloud:before { - content: ""; + content: "\f0c2"; } .fa-cloud-download-alt:before { - content: ""; + content: "\f381"; } .fa-cloud-upload-alt:before { - content: ""; + content: "\f382"; } .fa-cloudscale:before { - content: ""; + content: "\f383"; } .fa-cloudsmith:before { - content: ""; + content: "\f384"; } .fa-cloudversify:before { - content: ""; + content: "\f385"; } .fa-cocktail:before { - content: ""; + content: "\f561"; } .fa-code:before { - content: ""; + content: "\f121"; } .fa-code-branch:before { - content: ""; + content: "\f126"; } .fa-codepen:before { - content: ""; + content: "\f1cb"; } .fa-codiepie:before { - content: ""; + content: "\f284"; } .fa-coffee:before { - content: ""; + content: "\f0f4"; } .fa-cog:before { - content: ""; + content: "\f013"; } .fa-cogs:before { - content: ""; + content: "\f085"; } .fa-coins:before { - content: ""; + content: "\f51e"; } .fa-columns:before { - content: ""; + content: "\f0db"; } .fa-comment:before { - content: ""; + content: "\f075"; } .fa-comment-alt:before { - content: ""; + content: "\f27a"; } .fa-comment-dollar:before { - content: ""; + content: "\f651"; } .fa-comment-dots:before { - content: ""; + content: "\f4ad"; } .fa-comment-slash:before { - content: ""; + content: "\f4b3"; } .fa-comments:before { - content: ""; + content: "\f086"; } .fa-comments-dollar:before { - content: ""; + content: "\f653"; } .fa-compact-disc:before { - content: ""; + content: "\f51f"; } .fa-compass:before { - content: ""; + content: "\f14e"; } .fa-compress:before { - content: ""; + content: "\f066"; } .fa-concierge-bell:before { - content: ""; + content: "\f562"; } .fa-connectdevelop:before { - content: ""; + content: "\f20e"; } .fa-contao:before { - content: ""; + content: "\f26d"; } .fa-cookie:before { - content: ""; + content: "\f563"; } .fa-cookie-bite:before { - content: ""; + content: "\f564"; } .fa-copy:before { - content: ""; + content: "\f0c5"; } .fa-copyright:before { - content: ""; + content: "\f1f9"; } .fa-couch:before { - content: ""; + content: "\f4b8"; } .fa-cpanel:before { - content: ""; + content: "\f388"; } .fa-creative-commons:before { - content: ""; + content: "\f25e"; } .fa-creative-commons-by:before { - content: ""; + content: "\f4e7"; } .fa-creative-commons-nc:before { - content: ""; + content: "\f4e8"; } .fa-creative-commons-nc-eu:before { - content: ""; + content: "\f4e9"; } .fa-creative-commons-nc-jp:before { - content: ""; + content: "\f4ea"; } .fa-creative-commons-nd:before { - content: ""; + content: "\f4eb"; } .fa-creative-commons-pd:before { - content: ""; + content: "\f4ec"; } .fa-creative-commons-pd-alt:before { - content: ""; + content: "\f4ed"; } .fa-creative-commons-remix:before { - content: ""; + content: "\f4ee"; } .fa-creative-commons-sa:before { - content: ""; + content: "\f4ef"; } .fa-creative-commons-sampling:before { - content: ""; + content: "\f4f0"; } .fa-creative-commons-sampling-plus:before { - content: ""; + content: "\f4f1"; } .fa-creative-commons-share:before { - content: ""; + content: "\f4f2"; } .fa-credit-card:before { - content: ""; + content: "\f09d"; } .fa-crop:before { - content: ""; + content: "\f125"; } .fa-crop-alt:before { - content: ""; + content: "\f565"; } .fa-cross:before { - content: ""; + content: "\f654"; } .fa-crosshairs:before { - content: ""; + content: "\f05b"; } .fa-crow:before { - content: ""; + content: "\f520"; } .fa-crown:before { - content: ""; + content: "\f521"; } .fa-css3:before { - content: ""; + content: "\f13c"; } .fa-css3-alt:before { - content: ""; + content: "\f38b"; } .fa-cube:before { - content: ""; + content: "\f1b2"; } .fa-cubes:before { - content: ""; + content: "\f1b3"; } .fa-cut:before { - content: ""; + content: "\f0c4"; } .fa-cuttlefish:before { - content: ""; + content: "\f38c"; } .fa-d-and-d:before { - content: ""; + content: "\f38d"; } .fa-dashcube:before { - content: ""; + content: "\f210"; } .fa-database:before { - content: ""; + content: "\f1c0"; } .fa-deaf:before { - content: ""; + content: "\f2a4"; } .fa-delicious:before { - content: ""; + content: "\f1a5"; } .fa-deploydog:before { - content: ""; + content: "\f38e"; } .fa-deskpro:before { - content: ""; + content: "\f38f"; } .fa-desktop:before { - content: ""; + content: "\f108"; } .fa-deviantart:before { - content: ""; + content: "\f1bd"; } .fa-dharmachakra:before { - content: ""; + content: "\f655"; } .fa-diagnoses:before { - content: ""; + content: "\f470"; } .fa-dice:before { - content: ""; + content: "\f522"; } .fa-dice-five:before { - content: ""; + content: "\f523"; } .fa-dice-four:before { - content: ""; + content: "\f524"; } .fa-dice-one:before { - content: ""; + content: "\f525"; } .fa-dice-six:before { - content: ""; + content: "\f526"; } .fa-dice-three:before { - content: ""; + content: "\f527"; } .fa-dice-two:before { - content: ""; + content: "\f528"; } .fa-digg:before { - content: ""; + content: "\f1a6"; } .fa-digital-ocean:before { - content: ""; + content: "\f391"; } .fa-digital-tachograph:before { - content: ""; + content: "\f566"; } .fa-directions:before { - content: ""; + content: "\f5eb"; } .fa-discord:before { - content: ""; + content: "\f392"; } .fa-discourse:before { - content: ""; + content: "\f393"; } .fa-divide:before { - content: ""; + content: "\f529"; } .fa-dizzy:before { - content: ""; + content: "\f567"; } .fa-dna:before { - content: ""; + content: "\f471"; } .fa-dochub:before { - content: ""; + content: "\f394"; } .fa-docker:before { - content: ""; + content: "\f395"; } .fa-dollar-sign:before { - content: ""; + content: "\f155"; } .fa-dolly:before { - content: ""; + content: "\f472"; } .fa-dolly-flatbed:before { - content: ""; + content: "\f474"; } .fa-donate:before { - content: ""; + content: "\f4b9"; } .fa-door-closed:before { - content: ""; + content: "\f52a"; } .fa-door-open:before { - content: ""; + content: "\f52b"; } .fa-dot-circle:before { - content: ""; + content: "\f192"; } .fa-dove:before { - content: ""; + content: "\f4ba"; } .fa-download:before { - content: ""; + content: "\f019"; } .fa-draft2digital:before { - content: ""; + content: "\f396"; } .fa-drafting-compass:before { - content: ""; + content: "\f568"; } .fa-draw-polygon:before { - content: ""; + content: "\f5ee"; } .fa-dribbble:before { - content: ""; + content: "\f17d"; } .fa-dribbble-square:before { - content: ""; + content: "\f397"; } .fa-dropbox:before { - content: ""; + content: "\f16b"; } .fa-drum:before { - content: ""; + content: "\f569"; } .fa-drum-steelpan:before { - content: ""; + content: "\f56a"; } .fa-drupal:before { - content: ""; + content: "\f1a9"; } .fa-dumbbell:before { - content: ""; + content: "\f44b"; } .fa-dyalog:before { - content: ""; + content: "\f399"; } .fa-earlybirds:before { - content: ""; + content: "\f39a"; } .fa-ebay:before { - content: ""; + content: "\f4f4"; } .fa-edge:before { - content: ""; + content: "\f282"; } .fa-edit:before { - content: ""; + content: "\f044"; } .fa-eject:before { - content: ""; + content: "\f052"; } .fa-elementor:before { - content: ""; + content: "\f430"; } .fa-ellipsis-h:before { - content: ""; + content: "\f141"; } .fa-ellipsis-v:before { - content: ""; + content: "\f142"; } .fa-ello:before { - content: ""; + content: "\f5f1"; } .fa-ember:before { - content: ""; + content: "\f423"; } .fa-empire:before { - content: ""; + content: "\f1d1"; } .fa-envelope:before { - content: ""; + content: "\f0e0"; } .fa-envelope-open:before { - content: ""; + content: "\f2b6"; } .fa-envelope-open-text:before { - content: ""; + content: "\f658"; } .fa-envelope-square:before { - content: ""; + content: "\f199"; } .fa-envira:before { - content: ""; + content: "\f299"; } .fa-equals:before { - content: ""; + content: "\f52c"; } .fa-eraser:before { - content: ""; + content: "\f12d"; } .fa-erlang:before { - content: ""; + content: "\f39d"; } .fa-ethereum:before { - content: ""; + content: "\f42e"; } .fa-etsy:before { - content: ""; + content: "\f2d7"; } .fa-euro-sign:before { - content: ""; + content: "\f153"; } .fa-exchange-alt:before { - content: ""; + content: "\f362"; } .fa-exclamation:before { - content: ""; + content: "\f12a"; } .fa-exclamation-circle:before { - content: ""; + content: "\f06a"; } .fa-exclamation-triangle:before { - content: ""; + content: "\f071"; } .fa-expand:before { - content: ""; + content: "\f065"; } .fa-expand-arrows-alt:before { - content: ""; + content: "\f31e"; } .fa-expeditedssl:before { - content: ""; + content: "\f23e"; } .fa-external-link-alt:before { - content: ""; + content: "\f35d"; } .fa-external-link-square-alt:before { - content: ""; + content: "\f360"; } .fa-eye:before { - content: ""; + content: "\f06e"; } .fa-eye-dropper:before { - content: ""; + content: "\f1fb"; } .fa-eye-slash:before { - content: ""; + content: "\f070"; } .fa-facebook:before { - content: ""; + content: "\f09a"; } .fa-facebook-f:before { - content: ""; + content: "\f39e"; } .fa-facebook-messenger:before { - content: ""; + content: "\f39f"; } .fa-facebook-square:before { - content: ""; + content: "\f082"; } .fa-fast-backward:before { - content: ""; + content: "\f049"; } .fa-fast-forward:before { - content: ""; + content: "\f050"; } .fa-fax:before { - content: ""; + content: "\f1ac"; } .fa-feather:before { - content: ""; + content: "\f52d"; } .fa-feather-alt:before { - content: ""; + content: "\f56b"; } .fa-female:before { - content: ""; + content: "\f182"; } .fa-fighter-jet:before { - content: ""; + content: "\f0fb"; } .fa-file:before { - content: ""; + content: "\f15b"; } .fa-file-alt:before { - content: ""; + content: "\f15c"; } .fa-file-archive:before { - content: ""; + content: "\f1c6"; } .fa-file-audio:before { - content: ""; + content: "\f1c7"; } .fa-file-code:before { - content: ""; + content: "\f1c9"; } .fa-file-contract:before { - content: ""; + content: "\f56c"; } .fa-file-download:before { - content: ""; + content: "\f56d"; } .fa-file-excel:before { - content: ""; + content: "\f1c3"; } .fa-file-export:before { - content: ""; + content: "\f56e"; } .fa-file-image:before { - content: ""; + content: "\f1c5"; } .fa-file-import:before { - content: ""; + content: "\f56f"; } .fa-file-invoice:before { - content: ""; + content: "\f570"; } .fa-file-invoice-dollar:before { - content: ""; + content: "\f571"; } .fa-file-medical:before { - content: ""; + content: "\f477"; } .fa-file-medical-alt:before { - content: ""; + content: "\f478"; } .fa-file-pdf:before { - content: ""; + content: "\f1c1"; } .fa-file-powerpoint:before { - content: ""; + content: "\f1c4"; } .fa-file-prescription:before { - content: ""; + content: "\f572"; } .fa-file-signature:before { - content: ""; + content: "\f573"; } .fa-file-upload:before { - content: ""; + content: "\f574"; } .fa-file-video:before { - content: ""; + content: "\f1c8"; } .fa-file-word:before { - content: ""; + content: "\f1c2"; } .fa-fill:before { - content: ""; + content: "\f575"; } .fa-fill-drip:before { - content: ""; + content: "\f576"; } .fa-film:before { - content: ""; + content: "\f008"; } .fa-filter:before { - content: ""; + content: "\f0b0"; } .fa-fingerprint:before { - content: ""; + content: "\f577"; } .fa-fire:before { - content: ""; + content: "\f06d"; } .fa-fire-extinguisher:before { - content: ""; + content: "\f134"; } .fa-firefox:before { - content: ""; + content: "\f269"; } .fa-first-aid:before { - content: ""; + content: "\f479"; } .fa-first-order:before { - content: ""; + content: "\f2b0"; } .fa-first-order-alt:before { - content: ""; + content: "\f50a"; } .fa-firstdraft:before { - content: ""; + content: "\f3a1"; } .fa-fish:before { - content: ""; + content: "\f578"; } .fa-flag:before { - content: ""; + content: "\f024"; } .fa-flag-checkered:before { - content: ""; + content: "\f11e"; } .fa-flask:before { - content: ""; + content: "\f0c3"; } .fa-flickr:before { - content: ""; + content: "\f16e"; } .fa-flipboard:before { - content: ""; + content: "\f44d"; } .fa-flushed:before { - content: ""; + content: "\f579"; } .fa-fly:before { - content: ""; + content: "\f417"; } .fa-folder:before { - content: ""; + content: "\f07b"; } .fa-folder-minus:before { - content: ""; + content: "\f65d"; } .fa-folder-open:before { - content: ""; + content: "\f07c"; } .fa-folder-plus:before { - content: ""; + content: "\f65e"; } .fa-font:before { - content: ""; + content: "\f031"; } .fa-font-awesome:before { - content: ""; + content: "\f2b4"; } .fa-font-awesome-alt:before { - content: ""; + content: "\f35c"; } .fa-font-awesome-flag:before { - content: ""; + content: "\f425"; } .fa-font-awesome-logo-full:before { - content: ""; + content: "\f4e6"; } .fa-fonticons:before { - content: ""; + content: "\f280"; } .fa-fonticons-fi:before { - content: ""; + content: "\f3a2"; } .fa-football-ball:before { - content: ""; + content: "\f44e"; } .fa-fort-awesome:before { - content: ""; + content: "\f286"; } .fa-fort-awesome-alt:before { - content: ""; + content: "\f3a3"; } .fa-forumbee:before { - content: ""; + content: "\f211"; } .fa-forward:before { - content: ""; + content: "\f04e"; } .fa-foursquare:before { - content: ""; + content: "\f180"; } .fa-free-code-camp:before { - content: ""; + content: "\f2c5"; } .fa-freebsd:before { - content: ""; + content: "\f3a4"; } .fa-frog:before { - content: ""; + content: "\f52e"; } .fa-frown:before { - content: ""; + content: "\f119"; } .fa-frown-open:before { - content: ""; + content: "\f57a"; } .fa-fulcrum:before { - content: ""; + content: "\f50b"; } .fa-funnel-dollar:before { - content: ""; + content: "\f662"; } .fa-futbol:before { - content: ""; + content: "\f1e3"; } .fa-galactic-republic:before { - content: ""; + content: "\f50c"; } .fa-galactic-senate:before { - content: ""; + content: "\f50d"; } .fa-gamepad:before { - content: ""; + content: "\f11b"; } .fa-gas-pump:before { - content: ""; + content: "\f52f"; } .fa-gavel:before { - content: ""; + content: "\f0e3"; } .fa-gem:before { - content: ""; + content: "\f3a5"; } .fa-genderless:before { - content: ""; + content: "\f22d"; } .fa-get-pocket:before { - content: ""; + content: "\f265"; } .fa-gg:before { - content: ""; + content: "\f260"; } .fa-gg-circle:before { - content: ""; + content: "\f261"; } .fa-gift:before { - content: ""; + content: "\f06b"; } .fa-git:before { - content: ""; + content: "\f1d3"; } .fa-git-square:before { - content: ""; + content: "\f1d2"; } .fa-github:before { - content: ""; + content: "\f09b"; } .fa-github-alt:before { - content: ""; + content: "\f113"; } .fa-github-square:before { - content: ""; + content: "\f092"; } .fa-gitkraken:before { - content: ""; + content: "\f3a6"; } .fa-gitlab:before { - content: ""; + content: "\f296"; } .fa-gitter:before { - content: ""; + content: "\f426"; } .fa-glass-martini:before { - content: ""; + content: "\f000"; } .fa-glass-martini-alt:before { - content: ""; + content: "\f57b"; } .fa-glasses:before { - content: ""; + content: "\f530"; } .fa-glide:before { - content: ""; + content: "\f2a5"; } .fa-glide-g:before { - content: ""; + content: "\f2a6"; } .fa-globe:before { - content: ""; + content: "\f0ac"; } .fa-globe-africa:before { - content: ""; + content: "\f57c"; } .fa-globe-americas:before { - content: ""; + content: "\f57d"; } .fa-globe-asia:before { - content: ""; + content: "\f57e"; } .fa-gofore:before { - content: ""; + content: "\f3a7"; } .fa-golf-ball:before { - content: ""; + content: "\f450"; } .fa-goodreads:before { - content: ""; + content: "\f3a8"; } .fa-goodreads-g:before { - content: ""; + content: "\f3a9"; } .fa-google:before { - content: ""; + content: "\f1a0"; } .fa-google-drive:before { - content: ""; + content: "\f3aa"; } .fa-google-play:before { - content: ""; + content: "\f3ab"; } .fa-google-plus:before { - content: ""; + content: "\f2b3"; } .fa-google-plus-g:before { - content: ""; + content: "\f0d5"; } .fa-google-plus-square:before { - content: ""; + content: "\f0d4"; } .fa-google-wallet:before { - content: ""; + content: "\f1ee"; } .fa-gopuram:before { - content: ""; + content: "\f664"; } .fa-graduation-cap:before { - content: ""; + content: "\f19d"; } .fa-gratipay:before { - content: ""; + content: "\f184"; } .fa-grav:before { - content: ""; + content: "\f2d6"; } .fa-greater-than:before { - content: ""; + content: "\f531"; } .fa-greater-than-equal:before { - content: ""; + content: "\f532"; } .fa-grimace:before { - content: ""; + content: "\f57f"; } .fa-grin:before { - content: ""; + content: "\f580"; } .fa-grin-alt:before { - content: ""; + content: "\f581"; } .fa-grin-beam:before { - content: ""; + content: "\f582"; } .fa-grin-beam-sweat:before { - content: ""; + content: "\f583"; } .fa-grin-hearts:before { - content: ""; + content: "\f584"; } .fa-grin-squint:before { - content: ""; + content: "\f585"; } .fa-grin-squint-tears:before { - content: ""; + content: "\f586"; } .fa-grin-stars:before { - content: ""; + content: "\f587"; } .fa-grin-tears:before { - content: ""; + content: "\f588"; } .fa-grin-tongue:before { - content: ""; + content: "\f589"; } .fa-grin-tongue-squint:before { - content: ""; + content: "\f58a"; } .fa-grin-tongue-wink:before { - content: ""; + content: "\f58b"; } .fa-grin-wink:before { - content: ""; + content: "\f58c"; } .fa-grip-horizontal:before { - content: ""; + content: "\f58d"; } .fa-grip-vertical:before { - content: ""; + content: "\f58e"; } .fa-gripfire:before { - content: ""; + content: "\f3ac"; } .fa-grunt:before { - content: ""; + content: "\f3ad"; } .fa-gulp:before { - content: ""; + content: "\f3ae"; } .fa-h-square:before { - content: ""; + content: "\f0fd"; } .fa-hacker-news:before { - content: ""; + content: "\f1d4"; } .fa-hacker-news-square:before { - content: ""; + content: "\f3af"; } .fa-hackerrank:before { - content: ""; + content: "\f5f7"; } .fa-hamsa:before { - content: ""; + content: "\f665"; } .fa-hand-holding:before { - content: ""; + content: "\f4bd"; } .fa-hand-holding-heart:before { - content: ""; + content: "\f4be"; } .fa-hand-holding-usd:before { - content: ""; + content: "\f4c0"; } .fa-hand-lizard:before { - content: ""; + content: "\f258"; } .fa-hand-paper:before { - content: ""; + content: "\f256"; } .fa-hand-peace:before { - content: ""; + content: "\f25b"; } .fa-hand-point-down:before { - content: ""; + content: "\f0a7"; } .fa-hand-point-left:before { - content: ""; + content: "\f0a5"; } .fa-hand-point-right:before { - content: ""; + content: "\f0a4"; } .fa-hand-point-up:before { - content: ""; + content: "\f0a6"; } .fa-hand-pointer:before { - content: ""; + content: "\f25a"; } .fa-hand-rock:before { - content: ""; + content: "\f255"; } .fa-hand-scissors:before { - content: ""; + content: "\f257"; } .fa-hand-spock:before { - content: ""; + content: "\f259"; } .fa-hands:before { - content: ""; + content: "\f4c2"; } .fa-hands-helping:before { - content: ""; + content: "\f4c4"; } .fa-handshake:before { - content: ""; + content: "\f2b5"; } .fa-hashtag:before { - content: ""; + content: "\f292"; } .fa-haykal:before { - content: ""; + content: "\f666"; } .fa-hdd:before { - content: ""; + content: "\f0a0"; } .fa-heading:before { - content: ""; + content: "\f1dc"; } .fa-headphones:before { - content: ""; + content: "\f025"; } .fa-headphones-alt:before { - content: ""; + content: "\f58f"; } .fa-headset:before { - content: ""; + content: "\f590"; } .fa-heart:before { - content: ""; + content: "\f004"; } .fa-heartbeat:before { - content: ""; + content: "\f21e"; } .fa-helicopter:before { - content: ""; + content: "\f533"; } .fa-highlighter:before { - content: ""; + content: "\f591"; } .fa-hips:before { - content: ""; + content: "\f452"; } .fa-hire-a-helper:before { - content: ""; + content: "\f3b0"; } .fa-history:before { - content: ""; + content: "\f1da"; } .fa-hockey-puck:before { - content: ""; + content: "\f453"; } .fa-home:before { - content: ""; + content: "\f015"; } .fa-hooli:before { - content: ""; + content: "\f427"; } .fa-hornbill:before { - content: ""; + content: "\f592"; } .fa-hospital:before { - content: ""; + content: "\f0f8"; } .fa-hospital-alt:before { - content: ""; + content: "\f47d"; } .fa-hospital-symbol:before { - content: ""; + content: "\f47e"; } .fa-hot-tub:before { - content: ""; + content: "\f593"; } .fa-hotel:before { - content: ""; + content: "\f594"; } .fa-hotjar:before { - content: ""; + content: "\f3b1"; } .fa-hourglass:before { - content: ""; + content: "\f254"; } .fa-hourglass-end:before { - content: ""; + content: "\f253"; } .fa-hourglass-half:before { - content: ""; + content: "\f252"; } .fa-hourglass-start:before { - content: ""; + content: "\f251"; } .fa-houzz:before { - content: ""; + content: "\f27c"; } .fa-html5:before { - content: ""; + content: "\f13b"; } .fa-hubspot:before { - content: ""; + content: "\f3b2"; } .fa-i-cursor:before { - content: ""; + content: "\f246"; } .fa-id-badge:before { - content: ""; + content: "\f2c1"; } .fa-id-card:before { - content: ""; + content: "\f2c2"; } .fa-id-card-alt:before { - content: ""; + content: "\f47f"; } .fa-image:before { - content: ""; + content: "\f03e"; } .fa-images:before { - content: ""; + content: "\f302"; } .fa-imdb:before { - content: ""; + content: "\f2d8"; } .fa-inbox:before { - content: ""; + content: "\f01c"; } .fa-indent:before { - content: ""; + content: "\f03c"; } .fa-industry:before { - content: ""; + content: "\f275"; } .fa-infinity:before { - content: ""; + content: "\f534"; } .fa-info:before { - content: ""; + content: "\f129"; } .fa-info-circle:before { - content: ""; + content: "\f05a"; } .fa-instagram:before { - content: ""; + content: "\f16d"; } .fa-internet-explorer:before { - content: ""; + content: "\f26b"; } .fa-ioxhost:before { - content: ""; + content: "\f208"; } .fa-italic:before { - content: ""; + content: "\f033"; } .fa-itunes:before { - content: ""; + content: "\f3b4"; } .fa-itunes-note:before { - content: ""; + content: "\f3b5"; } .fa-java:before { - content: ""; + content: "\f4e4"; } .fa-jedi:before { - content: ""; + content: "\f669"; } .fa-jedi-order:before { - content: ""; + content: "\f50e"; } .fa-jenkins:before { - content: ""; + content: "\f3b6"; } .fa-joget:before { - content: ""; + content: "\f3b7"; } .fa-joint:before { - content: ""; + content: "\f595"; } .fa-joomla:before { - content: ""; + content: "\f1aa"; } .fa-journal-whills:before { - content: ""; + content: "\f66a"; } .fa-js:before { - content: ""; + content: "\f3b8"; } .fa-js-square:before { - content: ""; + content: "\f3b9"; } .fa-jsfiddle:before { - content: ""; + content: "\f1cc"; } .fa-kaaba:before { - content: ""; + content: "\f66b"; } .fa-kaggle:before { - content: ""; + content: "\f5fa"; } .fa-key:before { - content: ""; + content: "\f084"; } .fa-keybase:before { - content: ""; + content: "\f4f5"; } .fa-keyboard:before { - content: ""; + content: "\f11c"; } .fa-keycdn:before { - content: ""; + content: "\f3ba"; } .fa-khanda:before { - content: ""; + content: "\f66d"; } .fa-kickstarter:before { - content: ""; + content: "\f3bb"; } .fa-kickstarter-k:before { - content: ""; + content: "\f3bc"; } .fa-kiss:before { - content: ""; + content: "\f596"; } .fa-kiss-beam:before { - content: ""; + content: "\f597"; } .fa-kiss-wink-heart:before { - content: ""; + content: "\f598"; } .fa-kiwi-bird:before { - content: ""; + content: "\f535"; } .fa-korvue:before { - content: ""; + content: "\f42f"; } .fa-landmark:before { - content: ""; + content: "\f66f"; } .fa-language:before { - content: ""; + content: "\f1ab"; } .fa-laptop:before { - content: ""; + content: "\f109"; } .fa-laptop-code:before { - content: ""; + content: "\f5fc"; } .fa-laravel:before { - content: ""; + content: "\f3bd"; } .fa-lastfm:before { - content: ""; + content: "\f202"; } .fa-lastfm-square:before { - content: ""; + content: "\f203"; } .fa-laugh:before { - content: ""; + content: "\f599"; } .fa-laugh-beam:before { - content: ""; + content: "\f59a"; } .fa-laugh-squint:before { - content: ""; + content: "\f59b"; } .fa-laugh-wink:before { - content: ""; + content: "\f59c"; } .fa-layer-group:before { - content: ""; + content: "\f5fd"; } .fa-leaf:before { - content: ""; + content: "\f06c"; } .fa-leanpub:before { - content: ""; + content: "\f212"; } .fa-lemon:before { - content: ""; + content: "\f094"; } .fa-less:before { - content: ""; + content: "\f41d"; } .fa-less-than:before { - content: ""; + content: "\f536"; } .fa-less-than-equal:before { - content: ""; + content: "\f537"; } .fa-level-down-alt:before { - content: ""; + content: "\f3be"; } .fa-level-up-alt:before { - content: ""; + content: "\f3bf"; } .fa-life-ring:before { - content: ""; + content: "\f1cd"; } .fa-lightbulb:before { - content: ""; + content: "\f0eb"; } .fa-line:before { - content: ""; + content: "\f3c0"; } .fa-link:before { - content: ""; + content: "\f0c1"; } .fa-linkedin:before { - content: ""; + content: "\f08c"; } .fa-linkedin-in:before { - content: ""; + content: "\f0e1"; } .fa-linode:before { - content: ""; + content: "\f2b8"; } .fa-linux:before { - content: ""; + content: "\f17c"; } .fa-lira-sign:before { - content: ""; + content: "\f195"; } .fa-list:before { - content: ""; + content: "\f03a"; } .fa-list-alt:before { - content: ""; + content: "\f022"; } .fa-list-ol:before { - content: ""; + content: "\f0cb"; } .fa-list-ul:before { - content: ""; + content: "\f0ca"; } .fa-location-arrow:before { - content: ""; + content: "\f124"; } .fa-lock:before { - content: ""; + content: "\f023"; } .fa-lock-open:before { - content: ""; + content: "\f3c1"; } .fa-long-arrow-alt-down:before { - content: ""; + content: "\f309"; } .fa-long-arrow-alt-left:before { - content: ""; + content: "\f30a"; } .fa-long-arrow-alt-right:before { - content: ""; + content: "\f30b"; } .fa-long-arrow-alt-up:before { - content: ""; + content: "\f30c"; } .fa-low-vision:before { - content: ""; + content: "\f2a8"; } .fa-luggage-cart:before { - content: ""; + content: "\f59d"; } .fa-lyft:before { - content: ""; + content: "\f3c3"; } .fa-magento:before { - content: ""; + content: "\f3c4"; } .fa-magic:before { - content: ""; + content: "\f0d0"; } .fa-magnet:before { - content: ""; + content: "\f076"; } .fa-mail-bulk:before { - content: ""; + content: "\f674"; } .fa-mailchimp:before { - content: ""; + content: "\f59e"; } .fa-male:before { - content: ""; + content: "\f183"; } .fa-mandalorian:before { - content: ""; + content: "\f50f"; } .fa-map:before { - content: ""; + content: "\f279"; } .fa-map-marked:before { - content: ""; + content: "\f59f"; } .fa-map-marked-alt:before { - content: ""; + content: "\f5a0"; } .fa-map-marker:before { - content: ""; + content: "\f041"; } .fa-map-marker-alt:before { - content: ""; + content: "\f3c5"; } .fa-map-pin:before { - content: ""; + content: "\f276"; } .fa-map-signs:before { - content: ""; + content: "\f277"; } .fa-markdown:before { - content: ""; + content: "\f60f"; } .fa-marker:before { - content: ""; + content: "\f5a1"; } .fa-mars:before { - content: ""; + content: "\f222"; } .fa-mars-double:before { - content: ""; + content: "\f227"; } .fa-mars-stroke:before { - content: ""; + content: "\f229"; } .fa-mars-stroke-h:before { - content: ""; + content: "\f22b"; } .fa-mars-stroke-v:before { - content: ""; + content: "\f22a"; } .fa-mastodon:before { - content: ""; + content: "\f4f6"; } .fa-maxcdn:before { - content: ""; + content: "\f136"; } .fa-medal:before { - content: ""; + content: "\f5a2"; } .fa-medapps:before { - content: ""; + content: "\f3c6"; } .fa-medium:before { - content: ""; + content: "\f23a"; } .fa-medium-m:before { - content: ""; + content: "\f3c7"; } .fa-medkit:before { - content: ""; + content: "\f0fa"; } .fa-medrt:before { - content: ""; + content: "\f3c8"; } .fa-meetup:before { - content: ""; + content: "\f2e0"; } .fa-megaport:before { - content: ""; + content: "\f5a3"; } .fa-meh:before { - content: ""; + content: "\f11a"; } .fa-meh-blank:before { - content: ""; + content: "\f5a4"; } .fa-meh-rolling-eyes:before { - content: ""; + content: "\f5a5"; } .fa-memory:before { - content: ""; + content: "\f538"; } .fa-menorah:before { - content: ""; + content: "\f676"; } .fa-mercury:before { - content: ""; + content: "\f223"; } .fa-microchip:before { - content: ""; + content: "\f2db"; } .fa-microphone:before { - content: ""; + content: "\f130"; } .fa-microphone-alt:before { - content: ""; + content: "\f3c9"; } .fa-microphone-alt-slash:before { - content: ""; + content: "\f539"; } .fa-microphone-slash:before { - content: ""; + content: "\f131"; } .fa-microscope:before { - content: ""; + content: "\f610"; } .fa-microsoft:before { - content: ""; + content: "\f3ca"; } .fa-minus:before { - content: ""; + content: "\f068"; } .fa-minus-circle:before { - content: ""; + content: "\f056"; } .fa-minus-square:before { - content: ""; + content: "\f146"; } .fa-mix:before { - content: ""; + content: "\f3cb"; } .fa-mixcloud:before { - content: ""; + content: "\f289"; } .fa-mizuni:before { - content: ""; + content: "\f3cc"; } .fa-mobile:before { - content: ""; + content: "\f10b"; } .fa-mobile-alt:before { - content: ""; + content: "\f3cd"; } .fa-modx:before { - content: ""; + content: "\f285"; } .fa-monero:before { - content: ""; + content: "\f3d0"; } .fa-money-bill:before { - content: ""; + content: "\f0d6"; } .fa-money-bill-alt:before { - content: ""; + content: "\f3d1"; } .fa-money-bill-wave:before { - content: ""; + content: "\f53a"; } .fa-money-bill-wave-alt:before { - content: ""; + content: "\f53b"; } .fa-money-check:before { - content: ""; + content: "\f53c"; } .fa-money-check-alt:before { - content: ""; + content: "\f53d"; } .fa-monument:before { - content: ""; + content: "\f5a6"; } .fa-moon:before { - content: ""; + content: "\f186"; } .fa-mortar-pestle:before { - content: ""; + content: "\f5a7"; } .fa-mosque:before { - content: ""; + content: "\f678"; } .fa-motorcycle:before { - content: ""; + content: "\f21c"; } .fa-mouse-pointer:before { - content: ""; + content: "\f245"; } .fa-music:before { - content: ""; + content: "\f001"; } .fa-napster:before { - content: ""; + content: "\f3d2"; } .fa-neos:before { - content: ""; + content: "\f612"; } .fa-neuter:before { - content: ""; + content: "\f22c"; } .fa-newspaper:before { - content: ""; + content: "\f1ea"; } .fa-nimblr:before { - content: ""; + content: "\f5a8"; } .fa-nintendo-switch:before { - content: ""; + content: "\f418"; } .fa-node:before { - content: ""; + content: "\f419"; } .fa-node-js:before { - content: ""; + content: "\f3d3"; } .fa-not-equal:before { - content: ""; + content: "\f53e"; } .fa-notes-medical:before { - content: ""; + content: "\f481"; } .fa-npm:before { - content: ""; + content: "\f3d4"; } .fa-ns8:before { - content: ""; + content: "\f3d5"; } .fa-nutritionix:before { - content: ""; + content: "\f3d6"; } .fa-object-group:before { - content: ""; + content: "\f247"; } .fa-object-ungroup:before { - content: ""; + content: "\f248"; } .fa-odnoklassniki:before { - content: ""; + content: "\f263"; } .fa-odnoklassniki-square:before { - content: ""; + content: "\f264"; } .fa-oil-can:before { - content: ""; + content: "\f613"; } .fa-old-republic:before { - content: ""; + content: "\f510"; } .fa-om:before { - content: ""; + content: "\f679"; } .fa-opencart:before { - content: ""; + content: "\f23d"; } .fa-openid:before { - content: ""; + content: "\f19b"; } .fa-opera:before { - content: ""; + content: "\f26a"; } .fa-optin-monster:before { - content: ""; + content: "\f23c"; } .fa-osi:before { - content: ""; + content: "\f41a"; } .fa-outdent:before { - content: ""; + content: "\f03b"; } .fa-page4:before { - content: ""; + content: "\f3d7"; } .fa-pagelines:before { - content: ""; + content: "\f18c"; } .fa-paint-brush:before { - content: ""; + content: "\f1fc"; } .fa-paint-roller:before { - content: ""; + content: "\f5aa"; } .fa-palette:before { - content: ""; + content: "\f53f"; } .fa-palfed:before { - content: ""; + content: "\f3d8"; } .fa-pallet:before { - content: ""; + content: "\f482"; } .fa-paper-plane:before { - content: ""; + content: "\f1d8"; } .fa-paperclip:before { - content: ""; + content: "\f0c6"; } .fa-parachute-box:before { - content: ""; + content: "\f4cd"; } .fa-paragraph:before { - content: ""; + content: "\f1dd"; } .fa-parking:before { - content: ""; + content: "\f540"; } .fa-passport:before { - content: ""; + content: "\f5ab"; } .fa-pastafarianism:before { - content: ""; + content: "\f67b"; } .fa-paste:before { - content: ""; + content: "\f0ea"; } .fa-patreon:before { - content: ""; + content: "\f3d9"; } .fa-pause:before { - content: ""; + content: "\f04c"; } .fa-pause-circle:before { - content: ""; + content: "\f28b"; } .fa-paw:before { - content: ""; + content: "\f1b0"; } .fa-paypal:before { - content: ""; + content: "\f1ed"; } .fa-peace:before { - content: ""; + content: "\f67c"; } .fa-pen:before { - content: ""; + content: "\f304"; } .fa-pen-alt:before { - content: ""; + content: "\f305"; } .fa-pen-fancy:before { - content: ""; + content: "\f5ac"; } .fa-pen-nib:before { - content: ""; + content: "\f5ad"; } .fa-pen-square:before { - content: ""; + content: "\f14b"; } .fa-pencil-alt:before { - content: ""; + content: "\f303"; } .fa-pencil-ruler:before { - content: ""; + content: "\f5ae"; } .fa-people-carry:before { - content: ""; + content: "\f4ce"; } .fa-percent:before { - content: ""; + content: "\f295"; } .fa-percentage:before { - content: ""; + content: "\f541"; } .fa-periscope:before { - content: ""; + content: "\f3da"; } .fa-phabricator:before { - content: ""; + content: "\f3db"; } .fa-phoenix-framework:before { - content: ""; + content: "\f3dc"; } .fa-phoenix-squadron:before { - content: ""; + content: "\f511"; } .fa-phone:before { - content: ""; + content: "\f095"; } .fa-phone-slash:before { - content: ""; + content: "\f3dd"; } .fa-phone-square:before { - content: ""; + content: "\f098"; } .fa-phone-volume:before { - content: ""; + content: "\f2a0"; } .fa-php:before { - content: ""; + content: "\f457"; } .fa-pied-piper:before { - content: ""; + content: "\f2ae"; } .fa-pied-piper-alt:before { - content: ""; + content: "\f1a8"; } .fa-pied-piper-hat:before { - content: ""; + content: "\f4e5"; } .fa-pied-piper-pp:before { - content: ""; + content: "\f1a7"; } .fa-piggy-bank:before { - content: ""; + content: "\f4d3"; } .fa-pills:before { - content: ""; + content: "\f484"; } .fa-pinterest:before { - content: ""; + content: "\f0d2"; } .fa-pinterest-p:before { - content: ""; + content: "\f231"; } .fa-pinterest-square:before { - content: ""; + content: "\f0d3"; } .fa-place-of-worship:before { - content: ""; + content: "\f67f"; } .fa-plane:before { - content: ""; + content: "\f072"; } .fa-plane-arrival:before { - content: ""; + content: "\f5af"; } .fa-plane-departure:before { - content: ""; + content: "\f5b0"; } .fa-play:before { - content: ""; + content: "\f04b"; } .fa-play-circle:before { - content: ""; + content: "\f144"; } .fa-playstation:before { - content: ""; + content: "\f3df"; } .fa-plug:before { - content: ""; + content: "\f1e6"; } .fa-plus:before { - content: ""; + content: "\f067"; } .fa-plus-circle:before { - content: ""; + content: "\f055"; } .fa-plus-square:before { - content: ""; + content: "\f0fe"; } .fa-podcast:before { - content: ""; + content: "\f2ce"; } .fa-poll:before { - content: ""; + content: "\f681"; } .fa-poll-h:before { - content: ""; + content: "\f682"; } .fa-poo:before { - content: ""; + content: "\f2fe"; } .fa-poop:before { - content: ""; + content: "\f619"; } .fa-portrait:before { - content: ""; + content: "\f3e0"; } .fa-pound-sign:before { - content: ""; + content: "\f154"; } .fa-power-off:before { - content: ""; + content: "\f011"; } .fa-pray:before { - content: ""; + content: "\f683"; } .fa-praying-hands:before { - content: ""; + content: "\f684"; } .fa-prescription:before { - content: ""; + content: "\f5b1"; } .fa-prescription-bottle:before { - content: ""; + content: "\f485"; } .fa-prescription-bottle-alt:before { - content: ""; + content: "\f486"; } .fa-print:before { - content: ""; + content: "\f02f"; } .fa-procedures:before { - content: ""; + content: "\f487"; } .fa-product-hunt:before { - content: ""; + content: "\f288"; } .fa-project-diagram:before { - content: ""; + content: "\f542"; } .fa-pushed:before { - content: ""; + content: "\f3e1"; } .fa-puzzle-piece:before { - content: ""; + content: "\f12e"; } .fa-python:before { - content: ""; + content: "\f3e2"; } .fa-qq:before { - content: ""; + content: "\f1d6"; } .fa-qrcode:before { - content: ""; + content: "\f029"; } .fa-question:before { - content: ""; + content: "\f128"; } .fa-question-circle:before { - content: ""; + content: "\f059"; } .fa-quidditch:before { - content: ""; + content: "\f458"; } .fa-quinscape:before { - content: ""; + content: "\f459"; } .fa-quora:before { - content: ""; + content: "\f2c4"; } .fa-quote-left:before { - content: ""; + content: "\f10d"; } .fa-quote-right:before { - content: ""; + content: "\f10e"; } .fa-quran:before { - content: ""; + content: "\f687"; } .fa-r-project:before { - content: ""; + content: "\f4f7"; } .fa-random:before { - content: ""; + content: "\f074"; } .fa-ravelry:before { - content: ""; + content: "\f2d9"; } .fa-react:before { - content: ""; + content: "\f41b"; } .fa-readme:before { - content: ""; + content: "\f4d5"; } .fa-rebel:before { - content: ""; + content: "\f1d0"; } .fa-receipt:before { - content: ""; + content: "\f543"; } .fa-recycle:before { - content: ""; + content: "\f1b8"; } .fa-red-river:before { - content: ""; + content: "\f3e3"; } .fa-reddit:before { - content: ""; + content: "\f1a1"; } .fa-reddit-alien:before { - content: ""; + content: "\f281"; } .fa-reddit-square:before { - content: ""; + content: "\f1a2"; } .fa-redo:before { - content: ""; + content: "\f01e"; } .fa-redo-alt:before { - content: ""; + content: "\f2f9"; } .fa-registered:before { - content: ""; + content: "\f25d"; } .fa-rendact:before { - content: ""; + content: "\f3e4"; } .fa-renren:before { - content: ""; + content: "\f18b"; } .fa-reply:before { - content: ""; + content: "\f3e5"; } .fa-reply-all:before { - content: ""; + content: "\f122"; } .fa-replyd:before { - content: ""; + content: "\f3e6"; } .fa-researchgate:before { - content: ""; + content: "\f4f8"; } .fa-resolving:before { - content: ""; + content: "\f3e7"; } .fa-retweet:before { - content: ""; + content: "\f079"; } .fa-rev:before { - content: ""; + content: "\f5b2"; } .fa-ribbon:before { - content: ""; + content: "\f4d6"; } .fa-road:before { - content: ""; + content: "\f018"; } .fa-robot:before { - content: ""; + content: "\f544"; } .fa-rocket:before { - content: ""; + content: "\f135"; } .fa-rocketchat:before { - content: ""; + content: "\f3e8"; } .fa-rockrms:before { - content: ""; + content: "\f3e9"; } .fa-route:before { - content: ""; + content: "\f4d7"; } .fa-rss:before { - content: ""; + content: "\f09e"; } .fa-rss-square:before { - content: ""; + content: "\f143"; } .fa-ruble-sign:before { - content: ""; + content: "\f158"; } .fa-ruler:before { - content: ""; + content: "\f545"; } .fa-ruler-combined:before { - content: ""; + content: "\f546"; } .fa-ruler-horizontal:before { - content: ""; + content: "\f547"; } .fa-ruler-vertical:before { - content: ""; + content: "\f548"; } .fa-rupee-sign:before { - content: ""; + content: "\f156"; } .fa-sad-cry:before { - content: ""; + content: "\f5b3"; } .fa-sad-tear:before { - content: ""; + content: "\f5b4"; } .fa-safari:before { - content: ""; + content: "\f267"; } .fa-sass:before { - content: ""; + content: "\f41e"; } .fa-save:before { - content: ""; + content: "\f0c7"; } .fa-schlix:before { - content: ""; + content: "\f3ea"; } .fa-school:before { - content: ""; + content: "\f549"; } .fa-screwdriver:before { - content: ""; + content: "\f54a"; } .fa-scribd:before { - content: ""; + content: "\f28a"; } .fa-search:before { - content: ""; + content: "\f002"; } .fa-search-dollar:before { - content: ""; + content: "\f688"; } .fa-search-location:before { - content: ""; + content: "\f689"; } .fa-search-minus:before { - content: ""; + content: "\f010"; } .fa-search-plus:before { - content: ""; + content: "\f00e"; } .fa-searchengin:before { - content: ""; + content: "\f3eb"; } .fa-seedling:before { - content: ""; + content: "\f4d8"; } .fa-sellcast:before { - content: ""; + content: "\f2da"; } .fa-sellsy:before { - content: ""; + content: "\f213"; } .fa-server:before { - content: ""; + content: "\f233"; } .fa-servicestack:before { - content: ""; + content: "\f3ec"; } .fa-shapes:before { - content: ""; + content: "\f61f"; } .fa-share:before { - content: ""; + content: "\f064"; } .fa-share-alt:before { - content: ""; + content: "\f1e0"; } .fa-share-alt-square:before { - content: ""; + content: "\f1e1"; } .fa-share-square:before { - content: ""; + content: "\f14d"; } .fa-shekel-sign:before { - content: ""; + content: "\f20b"; } .fa-shield-alt:before { - content: ""; + content: "\f3ed"; } .fa-ship:before { - content: ""; + content: "\f21a"; } .fa-shipping-fast:before { - content: ""; + content: "\f48b"; } .fa-shirtsinbulk:before { - content: ""; + content: "\f214"; } .fa-shoe-prints:before { - content: ""; + content: "\f54b"; } .fa-shopping-bag:before { - content: ""; + content: "\f290"; } .fa-shopping-basket:before { - content: ""; + content: "\f291"; } .fa-shopping-cart:before { - content: ""; + content: "\f07a"; } .fa-shopware:before { - content: ""; + content: "\f5b5"; } .fa-shower:before { - content: ""; + content: "\f2cc"; } .fa-shuttle-van:before { - content: ""; + content: "\f5b6"; } .fa-sign:before { - content: ""; + content: "\f4d9"; } .fa-sign-in-alt:before { - content: ""; + content: "\f2f6"; } .fa-sign-language:before { - content: ""; + content: "\f2a7"; } .fa-sign-out-alt:before { - content: ""; + content: "\f2f5"; } .fa-signal:before { - content: ""; + content: "\f012"; } .fa-signature:before { - content: ""; + content: "\f5b7"; } .fa-simplybuilt:before { - content: ""; + content: "\f215"; } .fa-sistrix:before { - content: ""; + content: "\f3ee"; } .fa-sitemap:before { - content: ""; + content: "\f0e8"; } .fa-sith:before { - content: ""; + content: "\f512"; } .fa-skull:before { - content: ""; + content: "\f54c"; } .fa-skyatlas:before { - content: ""; + content: "\f216"; } .fa-skype:before { - content: ""; + content: "\f17e"; } .fa-slack:before { - content: ""; + content: "\f198"; } .fa-slack-hash:before { - content: ""; + content: "\f3ef"; } .fa-sliders-h:before { - content: ""; + content: "\f1de"; } .fa-slideshare:before { - content: ""; + content: "\f1e7"; } .fa-smile:before { - content: ""; + content: "\f118"; } .fa-smile-beam:before { - content: ""; + content: "\f5b8"; } .fa-smile-wink:before { - content: ""; + content: "\f4da"; } .fa-smoking:before { - content: ""; + content: "\f48d"; } .fa-smoking-ban:before { - content: ""; + content: "\f54d"; } .fa-snapchat:before { - content: ""; + content: "\f2ab"; } .fa-snapchat-ghost:before { - content: ""; + content: "\f2ac"; } .fa-snapchat-square:before { - content: ""; + content: "\f2ad"; } .fa-snowflake:before { - content: ""; + content: "\f2dc"; } .fa-socks:before { - content: ""; + content: "\f696"; } .fa-solar-panel:before { - content: ""; + content: "\f5ba"; } .fa-sort:before { - content: ""; + content: "\f0dc"; } .fa-sort-alpha-down:before { - content: ""; + content: "\f15d"; } .fa-sort-alpha-up:before { - content: ""; + content: "\f15e"; } .fa-sort-amount-down:before { - content: ""; + content: "\f160"; } .fa-sort-amount-up:before { - content: ""; + content: "\f161"; } .fa-sort-down:before { - content: ""; + content: "\f0dd"; } .fa-sort-numeric-down:before { - content: ""; + content: "\f162"; } .fa-sort-numeric-up:before { - content: ""; + content: "\f163"; } .fa-sort-up:before { - content: ""; + content: "\f0de"; } .fa-soundcloud:before { - content: ""; + content: "\f1be"; } .fa-spa:before { - content: ""; + content: "\f5bb"; } .fa-space-shuttle:before { - content: ""; + content: "\f197"; } .fa-speakap:before { - content: ""; + content: "\f3f3"; } .fa-spinner:before { - content: ""; + content: "\f110"; } .fa-splotch:before { - content: ""; + content: "\f5bc"; } .fa-spotify:before { - content: ""; + content: "\f1bc"; } .fa-spray-can:before { - content: ""; + content: "\f5bd"; } .fa-square:before { - content: ""; + content: "\f0c8"; } .fa-square-full:before { - content: ""; + content: "\f45c"; } .fa-square-root-alt:before { - content: ""; + content: "\f698"; } .fa-squarespace:before { - content: ""; + content: "\f5be"; } .fa-stack-exchange:before { - content: ""; + content: "\f18d"; } .fa-stack-overflow:before { - content: ""; + content: "\f16c"; } .fa-stamp:before { - content: ""; + content: "\f5bf"; } .fa-star:before { - content: ""; + content: "\f005"; } .fa-star-and-crescent:before { - content: ""; + content: "\f699"; } .fa-star-half:before { - content: ""; + content: "\f089"; } .fa-star-half-alt:before { - content: ""; + content: "\f5c0"; } .fa-star-of-david:before { - content: ""; + content: "\f69a"; } .fa-star-of-life:before { - content: ""; + content: "\f621"; } .fa-staylinked:before { - content: ""; + content: "\f3f5"; } .fa-steam:before { - content: ""; + content: "\f1b6"; } .fa-steam-square:before { - content: ""; + content: "\f1b7"; } .fa-steam-symbol:before { - content: ""; + content: "\f3f6"; } .fa-step-backward:before { - content: ""; + content: "\f048"; } .fa-step-forward:before { - content: ""; + content: "\f051"; } .fa-stethoscope:before { - content: ""; + content: "\f0f1"; } .fa-sticker-mule:before { - content: ""; + content: "\f3f7"; } .fa-sticky-note:before { - content: ""; + content: "\f249"; } .fa-stop:before { - content: ""; + content: "\f04d"; } .fa-stop-circle:before { - content: ""; + content: "\f28d"; } .fa-stopwatch:before { - content: ""; + content: "\f2f2"; } .fa-store:before { - content: ""; + content: "\f54e"; } .fa-store-alt:before { - content: ""; + content: "\f54f"; } .fa-strava:before { - content: ""; + content: "\f428"; } .fa-stream:before { - content: ""; + content: "\f550"; } .fa-street-view:before { - content: ""; + content: "\f21d"; } .fa-strikethrough:before { - content: ""; + content: "\f0cc"; } .fa-stripe:before { - content: ""; + content: "\f429"; } .fa-stripe-s:before { - content: ""; + content: "\f42a"; } .fa-stroopwafel:before { - content: ""; + content: "\f551"; } .fa-studiovinari:before { - content: ""; + content: "\f3f8"; } .fa-stumbleupon:before { - content: ""; + content: "\f1a4"; } .fa-stumbleupon-circle:before { - content: ""; + content: "\f1a3"; } .fa-subscript:before { - content: ""; + content: "\f12c"; } .fa-subway:before { - content: ""; + content: "\f239"; } .fa-suitcase:before { - content: ""; + content: "\f0f2"; } .fa-suitcase-rolling:before { - content: ""; + content: "\f5c1"; } .fa-sun:before { - content: ""; + content: "\f185"; } .fa-superpowers:before { - content: ""; + content: "\f2dd"; } .fa-superscript:before { - content: ""; + content: "\f12b"; } .fa-supple:before { - content: ""; + content: "\f3f9"; } .fa-surprise:before { - content: ""; + content: "\f5c2"; } .fa-swatchbook:before { - content: ""; + content: "\f5c3"; } .fa-swimmer:before { - content: ""; + content: "\f5c4"; } .fa-swimming-pool:before { - content: ""; + content: "\f5c5"; } .fa-synagogue:before { - content: ""; + content: "\f69b"; } .fa-sync:before { - content: ""; + content: "\f021"; } .fa-sync-alt:before { - content: ""; + content: "\f2f1"; } .fa-syringe:before { - content: ""; + content: "\f48e"; } .fa-table:before { - content: ""; + content: "\f0ce"; } .fa-table-tennis:before { - content: ""; + content: "\f45d"; } .fa-tablet:before { - content: ""; + content: "\f10a"; } .fa-tablet-alt:before { - content: ""; + content: "\f3fa"; } .fa-tablets:before { - content: ""; + content: "\f490"; } .fa-tachometer-alt:before { - content: ""; + content: "\f3fd"; } .fa-tag:before { - content: ""; + content: "\f02b"; } .fa-tags:before { - content: ""; + content: "\f02c"; } .fa-tape:before { - content: ""; + content: "\f4db"; } .fa-tasks:before { - content: ""; + content: "\f0ae"; } .fa-taxi:before { - content: ""; + content: "\f1ba"; } .fa-teamspeak:before { - content: ""; + content: "\f4f9"; } .fa-teeth:before { - content: ""; + content: "\f62e"; } .fa-teeth-open:before { - content: ""; + content: "\f62f"; } .fa-telegram:before { - content: ""; + content: "\f2c6"; } .fa-telegram-plane:before { - content: ""; + content: "\f3fe"; } .fa-tencent-weibo:before { - content: ""; + content: "\f1d5"; } .fa-terminal:before { - content: ""; + content: "\f120"; } .fa-text-height:before { - content: ""; + content: "\f034"; } .fa-text-width:before { - content: ""; + content: "\f035"; } .fa-th:before { - content: ""; + content: "\f00a"; } .fa-th-large:before { - content: ""; + content: "\f009"; } .fa-th-list:before { - content: ""; + content: "\f00b"; } .fa-the-red-yeti:before { - content: ""; + content: "\f69d"; } .fa-theater-masks:before { - content: ""; + content: "\f630"; } .fa-themeco:before { - content: ""; + content: "\f5c6"; } .fa-themeisle:before { - content: ""; + content: "\f2b2"; } .fa-thermometer:before { - content: ""; + content: "\f491"; } .fa-thermometer-empty:before { - content: ""; + content: "\f2cb"; } .fa-thermometer-full:before { - content: ""; + content: "\f2c7"; } .fa-thermometer-half:before { - content: ""; + content: "\f2c9"; } .fa-thermometer-quarter:before { - content: ""; + content: "\f2ca"; } .fa-thermometer-three-quarters:before { - content: ""; + content: "\f2c8"; } .fa-thumbs-down:before { - content: ""; + content: "\f165"; } .fa-thumbs-up:before { - content: ""; + content: "\f164"; } .fa-thumbtack:before { - content: ""; + content: "\f08d"; } .fa-ticket-alt:before { - content: ""; + content: "\f3ff"; } .fa-times:before { - content: ""; + content: "\f00d"; } .fa-times-circle:before { - content: ""; + content: "\f057"; } .fa-tint:before { - content: ""; + content: "\f043"; } .fa-tint-slash:before { - content: ""; + content: "\f5c7"; } .fa-tired:before { - content: ""; + content: "\f5c8"; } .fa-toggle-off:before { - content: ""; + content: "\f204"; } .fa-toggle-on:before { - content: ""; + content: "\f205"; } .fa-toolbox:before { - content: ""; + content: "\f552"; } .fa-tooth:before { - content: ""; + content: "\f5c9"; } .fa-torah:before { - content: ""; + content: "\f6a0"; } .fa-torii-gate:before { - content: ""; + content: "\f6a1"; } .fa-trade-federation:before { - content: ""; + content: "\f513"; } .fa-trademark:before { - content: ""; + content: "\f25c"; } .fa-traffic-light:before { - content: ""; + content: "\f637"; } .fa-train:before { - content: ""; + content: "\f238"; } .fa-transgender:before { - content: ""; + content: "\f224"; } .fa-transgender-alt:before { - content: ""; + content: "\f225"; } .fa-trash:before { - content: ""; + content: "\f1f8"; } .fa-trash-alt:before { - content: ""; + content: "\f2ed"; } .fa-tree:before { - content: ""; + content: "\f1bb"; } .fa-trello:before { - content: ""; + content: "\f181"; } .fa-tripadvisor:before { - content: ""; + content: "\f262"; } .fa-trophy:before { - content: ""; + content: "\f091"; } .fa-truck:before { - content: ""; + content: "\f0d1"; } .fa-truck-loading:before { - content: ""; + content: "\f4de"; } .fa-truck-monster:before { - content: ""; + content: "\f63b"; } .fa-truck-moving:before { - content: ""; + content: "\f4df"; } .fa-truck-pickup:before { - content: ""; + content: "\f63c"; } .fa-tshirt:before { - content: ""; + content: "\f553"; } .fa-tty:before { - content: ""; + content: "\f1e4"; } .fa-tumblr:before { - content: ""; + content: "\f173"; } .fa-tumblr-square:before { - content: ""; + content: "\f174"; } .fa-tv:before { - content: ""; + content: "\f26c"; } .fa-twitch:before { - content: ""; + content: "\f1e8"; } .fa-twitter:before { - content: ""; + content: "\f099"; } .fa-twitter-square:before { - content: ""; + content: "\f081"; } .fa-typo3:before { - content: ""; + content: "\f42b"; } .fa-uber:before { - content: ""; + content: "\f402"; } .fa-uikit:before { - content: ""; + content: "\f403"; } .fa-umbrella:before { - content: ""; + content: "\f0e9"; } .fa-umbrella-beach:before { - content: ""; + content: "\f5ca"; } .fa-underline:before { - content: ""; + content: "\f0cd"; } .fa-undo:before { - content: ""; + content: "\f0e2"; } .fa-undo-alt:before { - content: ""; + content: "\f2ea"; } .fa-uniregistry:before { - content: ""; + content: "\f404"; } .fa-universal-access:before { - content: ""; + content: "\f29a"; } .fa-university:before { - content: ""; + content: "\f19c"; } .fa-unlink:before { - content: ""; + content: "\f127"; } .fa-unlock:before { - content: ""; + content: "\f09c"; } .fa-unlock-alt:before { - content: ""; + content: "\f13e"; } .fa-untappd:before { - content: ""; + content: "\f405"; } .fa-upload:before { - content: ""; + content: "\f093"; } .fa-usb:before { - content: ""; + content: "\f287"; } .fa-user:before { - content: ""; + content: "\f007"; } .fa-user-alt:before { - content: ""; + content: "\f406"; } .fa-user-alt-slash:before { - content: ""; + content: "\f4fa"; } .fa-user-astronaut:before { - content: ""; + content: "\f4fb"; } .fa-user-check:before { - content: ""; + content: "\f4fc"; } .fa-user-circle:before { - content: ""; + content: "\f2bd"; } .fa-user-clock:before { - content: ""; + content: "\f4fd"; } .fa-user-cog:before { - content: ""; + content: "\f4fe"; } .fa-user-edit:before { - content: ""; + content: "\f4ff"; } .fa-user-friends:before { - content: ""; + content: "\f500"; } .fa-user-graduate:before { - content: ""; + content: "\f501"; } .fa-user-lock:before { - content: ""; + content: "\f502"; } .fa-user-md:before { - content: ""; + content: "\f0f0"; } .fa-user-minus:before { - content: ""; + content: "\f503"; } .fa-user-ninja:before { - content: ""; + content: "\f504"; } .fa-user-plus:before { - content: ""; + content: "\f234"; } .fa-user-secret:before { - content: ""; + content: "\f21b"; } .fa-user-shield:before { - content: ""; + content: "\f505"; } .fa-user-slash:before { - content: ""; + content: "\f506"; } .fa-user-tag:before { - content: ""; + content: "\f507"; } .fa-user-tie:before { - content: ""; + content: "\f508"; } .fa-user-times:before { - content: ""; + content: "\f235"; } .fa-users:before { - content: ""; + content: "\f0c0"; } .fa-users-cog:before { - content: ""; + content: "\f509"; } .fa-ussunnah:before { - content: ""; + content: "\f407"; } .fa-utensil-spoon:before { - content: ""; + content: "\f2e5"; } .fa-utensils:before { - content: ""; + content: "\f2e7"; } .fa-vaadin:before { - content: ""; + content: "\f408"; } .fa-vector-square:before { - content: ""; + content: "\f5cb"; } .fa-venus:before { - content: ""; + content: "\f221"; } .fa-venus-double:before { - content: ""; + content: "\f226"; } .fa-venus-mars:before { - content: ""; + content: "\f228"; } .fa-viacoin:before { - content: ""; + content: "\f237"; } .fa-viadeo:before { - content: ""; + content: "\f2a9"; } .fa-viadeo-square:before { - content: ""; + content: "\f2aa"; } .fa-vial:before { - content: ""; + content: "\f492"; } .fa-vials:before { - content: ""; + content: "\f493"; } .fa-viber:before { - content: ""; + content: "\f409"; } .fa-video:before { - content: ""; + content: "\f03d"; } .fa-video-slash:before { - content: ""; + content: "\f4e2"; } .fa-vihara:before { - content: ""; + content: "\f6a7"; } .fa-vimeo:before { - content: ""; + content: "\f40a"; } .fa-vimeo-square:before { - content: ""; + content: "\f194"; } .fa-vimeo-v:before { - content: ""; + content: "\f27d"; } .fa-vine:before { - content: ""; + content: "\f1ca"; } .fa-vk:before { - content: ""; + content: "\f189"; } .fa-vnv:before { - content: ""; + content: "\f40b"; } .fa-volleyball-ball:before { - content: ""; + content: "\f45f"; } .fa-volume-down:before { - content: ""; + content: "\f027"; } .fa-volume-off:before { - content: ""; + content: "\f026"; } .fa-volume-up:before { - content: ""; + content: "\f028"; } .fa-vuejs:before { - content: ""; + content: "\f41f"; } .fa-walking:before { - content: ""; + content: "\f554"; } .fa-wallet:before { - content: ""; + content: "\f555"; } .fa-warehouse:before { - content: ""; + content: "\f494"; } .fa-weebly:before { - content: ""; + content: "\f5cc"; } .fa-weibo:before { - content: ""; + content: "\f18a"; } .fa-weight:before { - content: ""; + content: "\f496"; } .fa-weight-hanging:before { - content: ""; + content: "\f5cd"; } .fa-weixin:before { - content: ""; + content: "\f1d7"; } .fa-whatsapp:before { - content: ""; + content: "\f232"; } .fa-whatsapp-square:before { - content: ""; + content: "\f40c"; } .fa-wheelchair:before { - content: ""; + content: "\f193"; } .fa-whmcs:before { - content: ""; + content: "\f40d"; } .fa-wifi:before { - content: ""; + content: "\f1eb"; } .fa-wikipedia-w:before { - content: ""; + content: "\f266"; } .fa-window-close:before { - content: ""; + content: "\f410"; } .fa-window-maximize:before { - content: ""; + content: "\f2d0"; } .fa-window-minimize:before { - content: ""; + content: "\f2d1"; } .fa-window-restore:before { - content: ""; + content: "\f2d2"; } .fa-windows:before { - content: ""; + content: "\f17a"; } .fa-wine-glass:before { - content: ""; + content: "\f4e3"; } .fa-wine-glass-alt:before { - content: ""; + content: "\f5ce"; } .fa-wix:before { - content: ""; + content: "\f5cf"; } .fa-wolf-pack-battalion:before { - content: ""; + content: "\f514"; } .fa-won-sign:before { - content: ""; + content: "\f159"; } .fa-wordpress:before { - content: ""; + content: "\f19a"; } .fa-wordpress-simple:before { - content: ""; + content: "\f411"; } .fa-wpbeginner:before { - content: ""; + content: "\f297"; } .fa-wpexplorer:before { - content: ""; + content: "\f2de"; } .fa-wpforms:before { - content: ""; + content: "\f298"; } .fa-wrench:before { - content: ""; + content: "\f0ad"; } .fa-x-ray:before { - content: ""; + content: "\f497"; } .fa-xbox:before { - content: ""; + content: "\f412"; } .fa-xing:before { - content: ""; + content: "\f168"; } .fa-xing-square:before { - content: ""; + content: "\f169"; } .fa-y-combinator:before { - content: ""; + content: "\f23b"; } .fa-yahoo:before { - content: ""; + content: "\f19e"; } .fa-yandex:before { - content: ""; + content: "\f413"; } .fa-yandex-international:before { - content: ""; + content: "\f414"; } .fa-yelp:before { - content: ""; + content: "\f1e9"; } .fa-yen-sign:before { - content: ""; + content: "\f157"; } .fa-yin-yang:before { - content: ""; + content: "\f6ad"; } .fa-yoast:before { - content: ""; + content: "\f2b1"; } .fa-youtube:before { - content: ""; + content: "\f167"; } .fa-youtube-square:before { - content: ""; + content: "\f431"; } .fa-zhihu:before { - content: ""; + content: "\f63f"; } .sr-only { @@ -5353,22 +5353,22 @@ and open the template in the editor. color: #E5E5E5; } .enka-custom-radio.star::before { - content: ""; + content: "\f005"; } .enka-custom-radio.thumb::before { - content: ""; + content: "\f164"; } .enka-custom-radio.smiley::before { - content: ""; + content: "\f118"; } .enka-custom-radio.heart::before { - content: ""; + content: "\f004"; } .enka-custom-radio.flag::before { - content: ""; + content: "\f024"; } .enka-custom-radio.user::before { - content: ""; + content: "\f007"; } /* visual analog scale - radio buttons */ @@ -5379,25 +5379,25 @@ and open the template in the editor. color: #E5E5E5; } .enka-vizualna-skala.siv-61::before, .enka-vizualna-skala.siv-71::before { - content: ""; + 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: ""; + 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: ""; + content: "\f119"; } .enka-vizualna-skala.siv-32::before, .enka-vizualna-skala.siv-53::before, .enka-vizualna-skala.siv-74::before { - content: ""; + 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: ""; + 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: ""; + content: "\f580"; } .enka-vizualna-skala.siv-66::before, .enka-vizualna-skala.siv-77::before { - content: ""; + content: "\f59c"; } /* @@ -5411,88 +5411,88 @@ and open the template in the editor. */ /* icons */ span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.minus::before { - content: ""; + content: "\f068"; } span.faicon.success::before, span.circle-check::before { - content: ""; + content: "\f058"; } span.faicon.close::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f057"; } span.faicon.dropdown_blue::before { font-size: 16px; - content: ""; + content: "\f13a"; } span.faicon.dropup_blue::before { font-size: 16px; - content: ""; + content: "\f139"; } span.faicon.arrow_back::before { font-weight: 600; font-size: 16px; - content: ""; + content: "\f137"; } span.faicon.add::before { font-size: 18px; - content: ""; + content: "\f055"; } span.faicon.remove::before { font-size: 18px; - content: ""; + content: "\f056"; } span.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.anketa_delete::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.copy::before { font-size: 18px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.anketa_copy::before { font-size: 24px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.export::before { font-size: 24px; - content: ""; + content: "\f56e"; } span.faicon.file-import::before { - content: ""; + content: "\f56f"; transform: scaleX(-1); } span.faicon.import::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f1c2"; } /*span.faicon.import::after{ @@ -5502,137 +5502,137 @@ span.faicon.import::before { }*/ span.faicon.library::before { font-size: 24px; - content: ""; + content: "\f518"; } span.faicon.folder::before { font-size: 16px; font-weight: 600; - content: ""; + content: "\f07b"; } span.faicon.folder_empty::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f07b"; } span.faicon.after.sort_down_arrow::after { - content: ""; + content: "\f0d7"; margin-left: 5px; } span.faicon.after.sort_up_arrow::after { - content: ""; + content: "\f0d8"; margin-left: 5px; } span.faicon.info::before { font-size: 28px; - content: ""; + content: "\f05a"; vertical-align: middle; } span.faicon.pagination_left::before { margin: 0 1px 0 1px; - content: ""; + content: "\f104"; } span.faicon.pagination_right::before { margin: 0 0 0 1px; - content: ""; + content: "\f105"; } span.faicon.edit::before, span.faicon.edit2::before { - content: ""; + content: "\f304"; } span.faicon.refresh::before { font-size: 18px; - content: ""; + content: "\f2f1"; } span.faicon.filter::before { font-size: 18px; - content: ""; + content: "\f0b0"; } span.faicon.grip::before { - content: ""; + content: "\f58e"; } span.faicon.star::before, span.faicon.star_off::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.star_on::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.search::before { font-size: 20px; - content: ""; + content: "\f002"; } span.faicon.clipboard_notes::before { font-size: 20px; - content: ""; + content: "\f46d"; } span.faicon.help2::before { font-size: 20px; - content: ""; + content: "\f059"; } span.faicon.user::before { font-size: 18px; - content: ""; + content: "\f007"; } span.faicon.logout::before { font-size: 20px; - content: ""; + content: "\f2f5"; } .faicon.monitor::before { - content: ""; + content: "\f108"; } .faicon.mobile::before { - content: ""; + content: "\f3cd"; } .faicon.tablet::before { - content: ""; + content: "\f3fa"; } span.faicon.users::before { - content: ""; + content: "\f500"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bottom_saving::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f0c7"; } span.faicon.bottom_publish::before { font-size: 24px; - content: ""; + content: "\f093"; } span.faicon.bottom_preview { @@ -5642,63 +5642,63 @@ span.faicon.bottom_preview { span.faicon.bottom_preview::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.bottom_preview::after { font-size: 14px; - content: ""; + content: "\f002"; display: inline-block; margin-left: -70%; } span.faicon.bottom_test::before { font-size: 24px; - content: ""; + content: "\f492"; } span.faicon.language::before { font-size: 24px; - content: ""; + content: "\f0ac"; } span.faicon.mobile_off::before { font-size: 24px; - content: ""; + content: "\f3cd"; } span.faicon.mobile_off::after { font-size: 24px; - content: ""; + content: "\f715"; margin-left: -23px; } span.faicon.comments::before { - content: ""; + content: "\f27a"; font-weight: 700; } span.faicon.comments_empty::before { - content: ""; + content: "\f27a"; font-weight: 400; } span.faicon.data_link::before { - content: ""; + content: "\f0c1"; } span.faicon.data_link_small::before { - content: ""; + content: "\f0c1"; } span.faicon.print::before { font-size: 24px; - content: ""; + content: "\f02f"; } span.faicon.print_small::before { font-size: 16px; - content: ""; + content: "\f02f"; } span.faicon.preview { @@ -5708,11 +5708,11 @@ span.faicon.preview { span.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -5720,87 +5720,87 @@ span.faicon.preview::after { span.faicon.palette::before { font-size: 18px; - content: ""; + content: "\f53f"; } span.faicon.inline_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f075"; } span.faicon.inline_double_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f086"; } span.faicon.comments_creport::before { font-size: 16px; - content: ""; + content: "\f086"; } span.faicon.compress::before { font-size: 15px; - content: ""; + content: "\f066"; } span.faicon.expand::before { font-size: 15px; - content: ""; + content: "\f065"; } span.faicon.hashtag::before { font-size: 15px; - content: ""; + content: "\f292"; } span.faicon.bug::before { font-size: 15px; - content: ""; + content: "\f188"; } span.faicon.paragraph::before { font-size: 15px; - content: ""; + content: "\f1dd"; } span.faicon.replace::before { font-size: 15px; - content: ""; + content: "\f362"; } span.faicon.plus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f146"; } span.faicon.delete_circle::before { font-size: 14px; - content: ""; + content: "\f056"; } span.faicon.quick_view::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f06e"; } span.faicon.edit_square::before { font-size: 15px; - content: ""; + content: "\f044"; } span.faicon.test::before { font-size: 15px; - content: ""; + content: "\f492"; } a.faicon.if_add { @@ -5836,7 +5836,7 @@ span.faicon.if_add:hover:before { } span.faicon.text_file::before { - content: ""; + content: "\f15c"; } span.faicon.text_file_small { @@ -5846,40 +5846,40 @@ span.faicon.text_file_small { span.faicon.text_file_small:before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15c"; } span.faicon.warning::before { font-size: 16px; - content: ""; + content: "\f071"; } span.faicon.users_small::before { font-size: 16px; - content: ""; + content: "\f0c0"; } span.faicon.popup_0::before { font-size: 14px; - content: ""; + content: "\f065"; color: #1E88E5; } span.faicon.popup_1::before { font-size: 14px; - content: ""; + content: "\f065"; color: #0059ab; } span.faicon.flat_0::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #0059ab; } span.faicon.flat_1::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #1E88E5; } @@ -5894,46 +5894,46 @@ span.basic-icon.spss::before { span.faicon.external_link::before { font-size: 14px; font-weight: 600; - content: ""; + content: "\f35d"; } span.faicon.cog_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f013"; } span.faicon.chart_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f201"; } span.faicon.reload_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f021"; } span.faicon.chart::before { - content: ""; + content: "\f080"; font-size: 16px; font-weight: 600; } span.faicon.data::before { - content: ""; + content: "\f1c0"; font-size: 16px; font-weight: 600; } span.faicon.publish::before { - content: ""; + content: "\f093"; font-size: 16px; } span.faicon.test::before { - content: ""; + content: "\f492"; font-size: 16px; } @@ -5943,63 +5943,63 @@ button.ui-datepicker-trigger::before { font-family: "Font Awesome 5 Free"; font-weight: 400; font-size: 16px; - content: ""; + content: "\f073"; } /* ARROWS */ span.faicon.arrow_up::before { font-size: 14px; - content: ""; + content: "\f062"; } span.faicon.arrow2_r::before { font-size: 14px; - content: ""; + content: "\f054"; } span.faicon.arrow2_l::before { font-size: 14px; - content: ""; + content: "\f053"; } span.faicon.arrow2_d::before { font-size: 14px; - content: ""; + content: "\f078"; } span.faicon.arrow2_u::before { font-size: 14px; - content: ""; + content: "\f077"; } span.faicon.arrow_large2_r::before { font-size: 35px; - content: ""; + content: "\f054"; } span.faicon.arrow_large2_l::before { font-size: 35px; - content: ""; + content: "\f053"; } span.faicon.arrow_verylarge2_r::before { font-size: 40px; - content: ""; + content: "\f054"; } span.faicon.arrow_verylarge2_l::before { font-size: 40px; - content: ""; + content: "\f053"; } span.faicon.sort_descending::before { font-size: 14px; - content: ""; + content: "\f0d7"; } span.faicon.sort_ascending::before { font-size: 14px; - content: ""; + content: "\f0d8"; } /* Plus/minus sqare */ @@ -6011,127 +6011,127 @@ span.folder_plusminus { span.faicon.plus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f146"; } /* Spinner */ span.faicon.spinner::before { font-size: 18px; - content: ""; + content: "\f1ce"; } /* Bars - mobile menu */ span.faicon.bars::before { font-size: 26px; - content: ""; + content: "\f0c9"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bell::before { - content: ""; + content: "\f0f3"; } span.faicon.bell_slash::before { - content: ""; + content: "\f1f6"; } span.faicon.trash::before { - content: ""; + content: "\f2ed"; } span.faicon.copy::before { - content: ""; + content: "\f0c5"; } span.faicon.circle::before { - content: ""; + content: "\f111"; vertical-align: middle; } span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.plus_circle::before { - content: ""; + content: "\f055"; } span.faicon.minus_circle::before { - content: ""; + content: "\f056"; } span.faicon.calendar_icon::before { - content: ""; + content: "\f073"; } span.faicon.clipboard::before { - content: ""; + content: "\f328"; } span.faicon.list-alt::before { - content: ""; + content: "\f022"; } span.faicon.vote-yes::before { - content: ""; + content: "\f772"; } span.faicon.file-preview::before { - content: ""; + content: "\f865"; } span.faicon.dots::before { - content: ""; + content: "\f141"; font-size: 16px; font-weight: 600; } span.faicon.dots_ver:before { - content: ""; + content: "\f142"; font-size: 16px; font-weight: 600; } span.faicon.open_icon::before, a.faicon.open_icon::before { - content: ""; + content: "\f35d"; } span.faicon.table_icon::before { - content: ""; + content: "\f0ce"; } span.faicon.list::before { - content: ""; + content: "\f03a"; } span.faicon.link-chain::before { - content: ""; + content: "\f0c1"; } span.fa-brands.html5::before { - content: ""; + content: "\f13b"; } span.faicon.stopwatch20::before { - content: ""; + content: "\e06f"; } span.faicon.checkbox-empty::before { - content: ""; + content: "\f0c8"; font-weight: 400 !important; } @@ -6140,11 +6140,11 @@ span.faicon.fa-1::before { } span.faicon.phone::before { - content: ""; + content: "\f095"; } span.faicon.screwdriver::before { - content: ""; + content: "\f7d9"; font-weight: 600 !important; } @@ -6282,23 +6282,23 @@ and open the template in the editor. */ /* Toolbox na levi strani */ span.faicon.wheel_32::before { - content: ""; + content: "\f013"; } span.faicon.radio_32::before { - content: ""; + content: "\f192"; font-weight: 400; font-size: 18px; } span.faicon.check_32::before { - content: ""; + content: "\f14a"; font-weight: 400; font-size: 18px; } span.faicon.matrix_32::before { - content: "\a"; + content: "\f192\f192\a\f192\f192"; white-space: pre; font-weight: 400; font-size: 12px; @@ -6322,7 +6322,7 @@ span.faicon.nagovor::before { } span.faicon.plus_32::before { - content: ""; + content: "\f055"; font-size: 18px; } @@ -6366,12 +6366,12 @@ span.faicon.edit-vprasanje { } span.faicon.edit-vprasanje:before { font-size: 18px; - content: ""; + content: "\f031"; } a.faicon.edit::before { font-size: 16px; - content: ""; + content: "\f304"; } a.faicon.addif::before { @@ -6383,22 +6383,22 @@ a.faicon.addif::before { a.faicon.copy::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f0c5"; } a.faicon.copycond::before { font-size: 18px; - content: ""; + content: "\f0c5"; } a.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } a.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -6406,25 +6406,25 @@ a.faicon.preview::after { a.faicon.arhiv::before { font-size: 18px; - content: ""; + content: "\f044"; } a.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } a.faicon.hide::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f06e"; } a.faicon.unhide_icon::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f070"; } /* Urejanje vrednosti inline */ @@ -6438,12 +6438,12 @@ a.faicon.unhide_icon::before { .variabla span.inline.faicon.edit2::before { font-size: 14px; - content: ""; + content: "\f304"; } .variabla span.inline.faicon.odg_hidden::before { font-size: 14px; - content: ""; + content: "\f05e"; } .variabla span.inline.faicon.odg_hidden.show-hidden::before { @@ -6471,23 +6471,23 @@ span.inline.faicon.odg_if_not::before { .variabla span.inline.faicon.odg_if_follow::after { font-size: 14px; margin-left: 2px; - content: ""; + content: "\f0da"; } .variabla span.inline.faicon.correct::before { font-size: 14px; font-weight: 900; - content: ""; + content: "\f00c"; } .faicon.move_updown::before { font-size: 16px; color: #0059ab; - content: ""; + content: "\f338"; } .faicon.image_upload::before { - content: ""; + content: "\f03e"; font-weight: 400; } @@ -6504,22 +6504,22 @@ and open the template in the editor. span.faicon.mapca.anketa::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f022"; } span.faicon.table::before { font-size: 16px; - content: ""; + content: "\f00b"; } span.faicon.other_vprasanja::before { font-size: 16px; - content: "" !important; + content: "\f0ca" !important; } span.faicon.osnovna_vprasanja::before { font-size: 16px; - content: ""; + content: "\f0ca"; } span.faicon.mapca.if::before { @@ -6547,7 +6547,7 @@ and open the template in the editor. */ /* Izvozi */ span.faicon.pdf::before { - content: ""; + content: "\f1c1"; font-size: 16px; font-weight: 400; color: #ed1c24; @@ -6571,7 +6571,7 @@ span.faicon.pdf.black::before { span.faicon.xls::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c3"; color: #008000; } @@ -6593,7 +6593,7 @@ span.faicon.xls.black::before { span.faicon.rtf::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c2"; color: #0f3ea8; } @@ -6615,7 +6615,7 @@ span.faicon.rtf.black::before { span.faicon.ppt::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c4"; color: #fa4913; } @@ -6637,7 +6637,7 @@ span.faicon.ppt.black::before { span.faicon.xml::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c9"; color: #00a000; } @@ -6657,17 +6657,17 @@ span.faicon.xml.black::before { } span.faicon.arhiv::before { - content: ""; + content: "\f187"; } span.faicon.arhiv_mail::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f14d"; } span.faicon.share-arrow::before { - content: ""; + content: "\f14d"; } /* @@ -6717,7 +6717,7 @@ span.faicon.an_chart_bar::before { font-size: 14px; font-weight: 700; /*content: "\f080";*/ - content: ""; + content: "\f200"; } /* @@ -6731,35 +6731,35 @@ and open the template in the editor. */ /* Invitation table */ span.faicon.inv_sent_0::before { - content: ""; + content: "\f2b6"; } span.faicon.inv_sent_1::before { - content: ""; + content: "\f0e0"; } span.faicon.inv_responded_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.inv_responded_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.inv_unsubscribed_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f111"; } span.faicon.inv_unsubscribed_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f111"; color: #FF0000; } @@ -6860,7 +6860,7 @@ a.read-more .faicon:before { .qtip .qtip-wrapper .qtip-contentWrapper .qtip-content h1::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f059"; font-size: 20px; color: #1E88E5; vertical-align: -1px; @@ -6897,7 +6897,7 @@ a.read-more .faicon:before { padding-left: 8px; vertical-align: middle; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f054"; font-size: 8px; color: #1E88E5; transition: 0.2s; @@ -7220,7 +7220,7 @@ a.read-more .faicon:before { .divPopUp.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7261,7 +7261,7 @@ a.read-more .faicon:before { .divPopUp_info.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7753,7 +7753,7 @@ body.waitlong #loading { #check_pogoji.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7934,7 +7934,7 @@ body.waitlong #loading { #dropped_alert.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -9128,7 +9128,7 @@ header #topSettingsHolder .left_options_holder #analizaSubNav #globalSetingsLink right: 8px; top: 5px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; font-size: 10px; font-weight: 600; } @@ -9401,7 +9401,7 @@ footer#srv_footer .footer_right span.faicon.external_link:before { footer#srv_footer .footer_right .right_help_button { position: fixed; right: -71px; - top: calc(50%); + top: 50%; width: 150px; padding: 4px 8px; border: 1px #1E88E5 solid; @@ -9781,17 +9781,17 @@ input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:b color: #1E88E5; } input[type=checkbox] + label:before { - content: ""; + content: "\f0c8"; } input[type=checkbox]:checked + label:before { - content: ""; + content: "\f14a"; font-weight: bold; } input[type=radio] + label:before { - content: ""; + content: "\f111"; } input[type=radio]:checked + label:before { - content: ""; + content: "\f192"; } input[type=checkbox][disabled] + label:before { color: #C4C4C4; @@ -10016,7 +10016,7 @@ textarea:focus { } .box-container .num_box { border: 1px solid #E5E5E5; - background-color: #FFFF; + background-color: white; border-radius: 2px; margin: 0px; padding: 0px; @@ -10074,6 +10074,10 @@ table.gdpr_surveys tr.red_row td { background-color: rgba(255, 0, 0, 0.05) !important; } +table.gdpr_surveys tr.grey_row { + background-color: #ffffff !important; +} + table { margin: 8px 0; padding: 8px 0; @@ -10409,7 +10413,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { #popup_user_access.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -10461,9 +10465,9 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { div.button_holder.editor_button_holder { margin: 0; padding: 8px 16px; - border-bottom: 1px #cccccc solid; - border-left: 1px #cccccc solid; - border-right: 1px #cccccc solid; + border-bottom: 1px rgb(204, 204, 204) solid; + border-left: 1px rgb(204, 204, 204) solid; + border-right: 1px rgb(204, 204, 204) solid; border-radius: 0 0 2px 2px; } @@ -10722,7 +10726,7 @@ div.button_holder.editor_button_holder { #survey_list .second_line .filters #folderSwitch#sortButton:after { position: absolute; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; right: 8px; top: 13px; font-weight: 600; @@ -11068,13 +11072,13 @@ body.eng #survey_list .filters #folderSwitch { cursor: pointer; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_icon::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -11084,7 +11088,7 @@ body.eng #survey_list .filters #folderSwitch { background-color: #F8F8F8; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_icon::before { font-weight: 600; @@ -12201,13 +12205,13 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { cursor: pointer; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -12233,7 +12237,7 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { }*/ } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder::before { font-weight: 600; @@ -12486,7 +12490,7 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-custom-radio:before { @@ -12494,7 +12498,7 @@ and open the template in the editor. display: inline-block; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] { display: none !important; @@ -12507,11 +12511,11 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting .custom_radio_picture.obarvan > label > span.enka-custom-radio:before { @@ -12804,7 +12808,7 @@ and open the template in the editor. } #new_anketa_div .layout_right_item .layout_right_centering .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #C4C4C4; @@ -13417,20 +13421,20 @@ div.drop_setting_transition { font-weight: 400; } #branching input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #branching input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } #branching input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } #branching input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } #branching span.faicon.delete_circle::before { @@ -20053,7 +20057,7 @@ and open the template in the editor. transition: 0.2s; } .tab_content .content_left ul li.folder_item .faicon.arrow:before { - content: ""; + content: "\f078"; } .tab_content .content_left ul li.folder_item .faicon.folder:before, .tab_content .content_left ul li.folder_item .faicon.clipboard:before { @@ -20070,7 +20074,7 @@ and open the template in the editor. color: #1E88E5; } .tab_content .content_left ul li.folder_item.open .faicon.arrow:before { - content: ""; + content: "\f077"; } .tab_content .content_left ul li.folder_item.no_arrow .faicon.arrow:before { display: none; @@ -20559,7 +20563,7 @@ img.mapster_el { border-radius: 4px; } .jquery-selectbox .jquery-selectbox-moreButton::before { - content: ""; + content: "\f078"; padding-left: 2px; color: #333333; font-size: 10px; @@ -21029,7 +21033,7 @@ div.page_tema div.theme_list div.options div.buttons-window { filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25)); border-radius: 2px; margin-right: 5px; - background-color: #FFFF; + background-color: white; } div.page_tema div.theme_list div.options div.buttons-window .button { border: none; @@ -21321,7 +21325,7 @@ div#theme-edit-wrap div#theme-editor #picker { left: 500px; z-index: 999; border-radius: 2px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } div#theme-edit-wrap div#theme-editor #picker .popup_close { position: absolute !important; @@ -21487,7 +21491,7 @@ div#theme-edit-wrap div#theme-editor #picker .button_holder button:last-child { div#theme-edit-wrap div#theme-editor #picker.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -21850,7 +21854,7 @@ span.faicon.st-besede-popup { #vrednost_edit.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22091,7 +22095,7 @@ span.faicon.st-besede-popup { #quota.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22508,7 +22512,7 @@ and open the template in the editor. #library_preview #preview_spremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22623,24 +22627,24 @@ and open the template in the editor. #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, #vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, #library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before, #vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before, #library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, #vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, #library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before, #vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before, #library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -23660,22 +23664,22 @@ and open the template in the editor. } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f096";*/ - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f10c";*/ - content: ""; + content: "\f111"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f046";*/ - content: ""; + content: "\f14a"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f192";*/ - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=radio] { margin: 0 8px 4px 0; @@ -23688,7 +23692,7 @@ and open the template in the editor. #preview_spremenljivka input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #preview_spremenljivka input[type=radio] + span.enka-custom-radio:before { @@ -23696,7 +23700,7 @@ and open the template in the editor. display: inline-block; } #preview_spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=checkbox] { display: none !important; @@ -23709,11 +23713,11 @@ and open the template in the editor. #preview_spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } @@ -23798,7 +23802,7 @@ and open the template in the editor. } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #E5E5E5; @@ -23806,7 +23810,7 @@ and open the template in the editor. font-weight: 400; } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #E5E5E5; } @@ -24069,7 +24073,7 @@ dl.arch_email dd { #inv_view_arch_recipients.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -25283,23 +25287,23 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admi } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } div.page_komentarji ul .spremenljivka_content input[type=radio], @@ -25316,7 +25320,7 @@ div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-chec div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-custom-radio:before, @@ -25326,7 +25330,7 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.en } div.page_komentarji ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } div.page_komentarji ul .spremenljivka_content input[type=checkbox], div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] { @@ -25342,12 +25346,12 @@ div.page_komentarji ul .spremenljivka_content input[type=checkbox] + span.enka-c div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } div.page_komentarji ul div.question_comment_holder, @@ -25953,7 +25957,6 @@ div#general_popup div.popup_content.publish.settings div#publish_settings_more { .page_vabila #vabila .button_holder #nice_url_holder .buttons { margin: 9px 0px 0px 0px !important; } - div#vabila div.more div.more_block { width: 89% !important; } @@ -27422,7 +27425,7 @@ div.subpage_coding .coding-refresh .button_holder button:last-child { div.subpage_coding .coding-refresh.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27604,7 +27607,7 @@ div.subpage_coding #coding .button_holder button:last-child { div.subpage_coding #coding.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27928,7 +27931,7 @@ div.subpage_coding .floatRecodeSpremenljivka .button_holder button:last-child { div.subpage_coding .floatRecodeSpremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -28279,18 +28282,18 @@ ul#merge li { -webkit-text-stroke: 0.35px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -28789,7 +28792,7 @@ and open the template in the editor. #div_export_setting_show.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -30091,7 +30094,7 @@ iframe#ifmcontentstoprint { position: absolute; left: 17px; top: 40px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } .analysis_icons_holder { @@ -30362,15 +30365,15 @@ iframe#ifmcontentstoprint { } .rsdl_bck1 { - background-color: #fae2e2 !important; + background-color: rgb(250, 226, 226) !important; } .rsdl_bck2 { - background-color: #ff9d9d !important; + background-color: rgb(255, 157, 157) !important; } .rsdl_bck3 { - background-color: #f84242 !important; + background-color: rgb(248, 66, 66) !important; } .rsdl_bck4 { @@ -31883,7 +31886,7 @@ ul.vrednost_sort input[type=text] { .subpage_analysis_creport #anketa_custom_report #newCReportProfile.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32167,7 +32170,7 @@ and open the template in the editor. #dsp_inspect_cover.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32701,7 +32704,7 @@ input#endDate { .mc_table_settings.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32914,7 +32917,7 @@ input#endDate { #newMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33103,7 +33106,7 @@ input#endDate { #renameMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33292,7 +33295,7 @@ input#endDate { #deleteMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33678,7 +33681,7 @@ button.buttons-columnVisibility.active { table.usersTable { margin-left: 14px; margin-right: 14px; - width: calc(100% - 2*14px); + width: calc(100% - 28px); white-space: nowrap; border-collapse: collapse !important; } @@ -33858,24 +33861,19 @@ table.dataTable td:not(:first-of-type), table.dataTable th:not(:first-of-type) { #quick_comments_link.newCss { display: none; } - #firstNavigation ol.right-side { display: none; } - div.status_advanced { flex-direction: column; } - div.status_advanced_box { width: 100%; box-sizing: border-box; } - a.status_advanced_link { width: 95%; } - .content_div_normalmode { overflow-x: auto; } @@ -33969,7 +33967,6 @@ body #main_holder #main .wide { width: 100%; margin: 0; } - fieldset { width: 100% !important; box-sizing: border-box !important; @@ -33999,44 +33996,36 @@ fieldset textarea { fieldset .setting { height: auto !important; } - .setting_horizontal_wrapper { flex-direction: column !important; } - #vnosi_paginacija div select { display: inline-block; width: fit-content; margin: 0 5px; text-align: center; } - div.breadcrumbs { display: block; padding: 15px; color: #1e88e5; font-weight: 600; } - button.small, submit.small { min-width: auto; padding: 5px 16px; } - button.medium, submit.medium { min-width: auto; padding: 10px 24px; } - button.large, submit.large { min-width: auto; padding: 12px 32px; } - .top_note { padding: 8px 16px; } - header { /* Mobile meni */ /* Mobile meni - NASTAVITVE V UREJANJU ANKETE*/ @@ -34292,7 +34281,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { header .mobile_settings .mobile_settings_content a .setting_text { width: auto; } - footer#srv_footer { display: flex; flex-direction: column; @@ -34314,7 +34302,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { padding: 0; border: 0; } - /* Popup za vprasajcke */ .qtip { position: fixed !important; @@ -34325,7 +34312,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { left: 10% !important; box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.34) !important; } - .divPopUp { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; @@ -34336,12 +34322,10 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; } - /* Vse povezano s paketi in placili */ .dt-buttons { display: none; } - #main #moje_ankete_edit #anketa_edit { padding: 0 !important; } @@ -34416,7 +34400,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #moje_ankete_edit fieldset div.setting { margin-bottom: 10px; } - #new_anketa_div { display: flex; flex-direction: column; @@ -34500,7 +34483,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { border: 1px solid #c8e3f8 !important; border-radius: 1px; } - .dashboard_top_settings { flex-direction: column; } @@ -34513,19 +34495,16 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin-left: 0; margin-right: 16px; } - .dashboard_boxes { flex-direction: column; } .dashboard_boxes .dashboard_box { margin: 0 0 32px 0; } - .locked .add-variable-mobile, .spremenljivka_content .add-variable { display: none !important; } - #branching { width: 100%; margin: 0; @@ -34630,11 +34609,9 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin: 0; padding: 0 12px; } - .toolbox_holder { display: none; } - .mobile_add_question { display: block; position: fixed; @@ -34654,7 +34631,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { line-height: 15px; font-weight: 600; } - .mobile_add_question_popup { z-index: 9999; position: fixed; @@ -34708,7 +34684,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { font-size: 14px; font-weight: 500; } - #vprasanje_float_editing .vprasanje_edit_holder { position: fixed; z-index: 99999; @@ -34761,7 +34736,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin-left: 0 !important; text-align: center; } - #main #anketa #globalSetingsList { max-width: 100% !important; width: 100% !important; @@ -34774,7 +34748,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #anketa #globalSetingsList fieldset span.charalimit#anketa_note_chars { width: 100%; } - /* NASTAVITVE in ARHIVI */ /* OBLIKA */ #main #anketa #anketa_edit.page_tema #div_theme_group_holder { @@ -34790,18 +34763,15 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: 100%; height: auto; } - #theme-editor { width: 100% !important; float: none !important; } - #theme-preview { width: 100% !important; float: none !important; margin-top: 80px !important; } - /* ARHIVI */ #main #anketa #anketa_edit.page_arhivi { flex-direction: column-reverse; @@ -34819,7 +34789,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #anketa #anketa_edit.page_arhivi #div_archive_content fieldset input { width: 100% !important; } - div.page_tema .theme_list { flex-wrap: wrap; } @@ -34846,7 +34815,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options .button { margin-right: 8px; } - .page_theme-editor #theme-preview { display: none; } @@ -34854,7 +34822,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: 100% !important; flex-wrap: wrap; } - #srv_diagnostic br { display: none; } @@ -34875,7 +34842,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #srv_diagnostic #srv_diagnostic_results_right table td + td { width: auto !important; } - .subpage_testnipodatki { line-height: 20px; } @@ -34889,7 +34855,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .subpage_testnipodatki form label input { vertical-align: bottom; } - .lastnosti_wrapper { flex-direction: column !important; } @@ -34897,7 +34862,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .lastnosti_wrapper .lastnosti_right { width: 100% !important; } - .page_vabila #vabila .button_holder { flex-direction: column; align-items: flex-start; @@ -34922,7 +34886,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .page_vabila #vabila .more_block { width: 100%; } - .page_invitations #inv_top_navi { flex-direction: column; align-items: flex-start; @@ -34990,7 +34953,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .page_invitations .button_holder button { margin-bottom: 8px; } - #vabila > table, table.invitations_settings, #inv_msg_preview table, @@ -35074,7 +35036,6 @@ table.invitations_settings p label input[type=password], width: 100% !important; box-sizing: border-box; } - #surveyInvitationSetting, #surveyInvitationSettingServer { min-width: 100% !important; @@ -35082,7 +35043,6 @@ table.invitations_settings p label input[type=password], margin: 10px 0 !important; box-sizing: border-box !important; } - #inv_top_navi { display: flex; flex-direction: column; @@ -35121,7 +35081,6 @@ table.invitations_settings p label input[type=password], #inv_top_navi > #inv_step_nav.yellow .inv_step_space { display: none; } - #inv_recipients_profiles_holder, #inv_import_list_container, #inv_messages_profiles_holder, @@ -35142,7 +35101,6 @@ table.invitations_settings p label input[type=password], #inv_select_mail_preview textarea { width: 100%; } - #inv_msg_preview table th { height: auto !important; width: 100% !important; @@ -35154,7 +35112,6 @@ table.invitations_settings p label input[type=password], width: 100%; box-sizing: border-box; } - .addthis_toolbox { line-height: 24px; } @@ -35169,11 +35126,9 @@ table.invitations_settings p label input[type=password], .addthis_toolbox .addthis_separator { font-size: 16px; } - #inv_field_container ul li { width: 45%; } - /* grafika ko ni podatkov */ div.no_data_alert img { width: 100%; @@ -35185,7 +35140,6 @@ table.invitations_settings p label input[type=password], flex-direction: column; align-items: center; } - .page_data .data_table_top_holder { flex-direction: column; align-items: flex-start; @@ -35256,11 +35210,9 @@ table.invitations_settings p label input[type=password], width: 100%; margin-bottom: 16px; } - body.data_fullscreen #analiza_data { top: 68px; } - .subpage_append .anketa_edit_main, .subpage_merge .anketa_edit_main, .subpage_calculation .anketa_edit_main, @@ -35301,7 +35253,6 @@ table.invitations_settings p label input[type=password], clear: both; margin: 40px 0 0 0 !important; } - .subpage_quick_edit #quick_edit_top_line { flex-direction: column-reverse; } @@ -35321,7 +35272,6 @@ table.invitations_settings p label input[type=password], .subpage_quick_edit .quick_edit_container .quick_edit_bottom_line { justify-content: center; } - .analysis_bottom_settings { flex-wrap: wrap; } @@ -35331,16 +35281,13 @@ table.invitations_settings p label input[type=password], margin: 0 0 16px 0 !important; border: 0; } - .div_analiza_icons, .div_analiza_scale { opacity: 1 !important; } - .analysis_icons_holder { display: none; } - .chart_holder { width: 100%; box-sizing: border-box; @@ -35363,7 +35310,6 @@ table.invitations_settings p label input[type=password], display: block; clear: both; } - table.analysis_reports { border-spacing: 0px; } @@ -35380,14 +35326,12 @@ table.analysis_reports > tbody > tr > td { table.analysis_reports fieldset { margin-bottom: 0 !important; } - .reports_holder { flex-direction: column; } .reports_holder fieldset { width: 100%; } - .noSurvey_sequence { padding: 0; } @@ -35409,13 +35353,11 @@ table.analysis_reports > tbody > tr > td { .noSurvey_sequence .buttons_holder a .button { margin: 10px 30px; } - #table-horizontal-scroll-wrapper1-userchanges { display: table; table-layout: fixed; width: 100%; } - #table-horizontal-scroll-wrapper2-userchanges { display: table-cell; overflow-x: auto; @@ -35426,7 +35368,6 @@ table.analysis_reports > tbody > tr > td { border-collapse: collapse; white-space: nowrap; } - .page_arhivi .anketa_edit_left, .page_tracking .anketa_edit_left, .subpage_anal_arch .anketa_edit_left, diff --git a/resources/sass/admin_new/components/form/seznam_anket.scss b/resources/sass/admin_new/components/form/seznam_anket.scss index 8f6fdfeb7..5888c1df2 100644 --- a/resources/sass/admin_new/components/form/seznam_anket.scss +++ b/resources/sass/admin_new/components/form/seznam_anket.scss @@ -95,4 +95,7 @@ table.gdpr_surveys tr.green_row td { table.gdpr_surveys tr.red_row td{ // background-color: #FF0000 !important; background-color: rgba(255, 0, 0, 0.05) !important; +} +table.gdpr_surveys tr.grey_row { + background-color: #ffffff !important; } \ No newline at end of file From 3ac6dfce791047a1a0ea93e61c25810df2a3005e Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Fri, 19 Aug 2022 12:50:55 +0200 Subject: [PATCH 15/46] =?UTF-8?q?[Redizajn=201KA=20v2]=20-=20Urejanje=20--?= =?UTF-8?q?>=20Nastavitve=20-->=20Osnovne=20nastavitve=20-=20izbris=20napr?= =?UTF-8?q?edni=20parapodatki=20in=20arhiviranje=20vpra=C5=A1anj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/survey/SurveyAdminSettings.php | 54 +--------------------------- 1 file changed, 1 insertion(+), 53 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index e2eb09f0a..1840f3833 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -350,58 +350,6 @@ class SurveyAdminSettings { echo ''; echo ''; - - /*/ Napredni parapodatki - if (($admin_type == 0 || $admin_type == 1) && $this->survey_type > 0) { - echo '
'; - echo ''.$lang['srv_parapodatki'].':'; - - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; - echo ''; - echo ''; - echo '
'; - - echo '
'; - echo '(Download: '; - // Download tracking podatke - echo 'Editor data, '; - // Download parapodatke - echo 'Respondent data, '; - // Download vprasanja v anketi (srv_spremenljivka) - echo 'Survey questions, '; - // Download variable v vprasanjih (srv_vrednost) - echo 'Question items'; - echo ') '.Help::display('srv_parapodatki'); - echo '
'; - - echo '
'; - } - - // Arhiviranje vprasanj - samo admini in managerji - if ($admin_type == 0 || $admin_type == 1) { - - echo '
'; - echo ''.$lang['srv_vprasanje_tracking'].' '.Help::display('srv_vprasanje_tracking_setting').':'; - - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; - echo ''; - echo ''; - echo '
'; - - echo '
'; - }*/ echo ''; @@ -7031,7 +6979,7 @@ class SurveyAdminSettings { echo ''; echo '
'; - echo ''; //manjka funkcija za izbris + echo ''; //manjka funkcija za izbris - js preko ajaxa pošlje id komentarja in zbriše komentar v bazi in comment box div, da ne refesha strani echo $lang['srv_comment_delete']; echo '
'; From eed1e0b54b10f9a5945b4637669c5cf912f1c172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 19 Aug 2022 15:21:53 +0200 Subject: [PATCH 16/46] oblika,statistike --> faicon dots --- admin/survey/classes/class.SurveyTheme.php | 15 ++++++--- .../surveyAnalysis/class.SurveyAnalysis.php | 28 ++++++++-------- public/css/admin_new.css | 23 ++++++++++--- .../pages/survey_analysis/icons.scss | 32 +++++++++++-------- .../pages/survey_edit/oblika_teme.scss | 10 +++--- 5 files changed, 64 insertions(+), 44 deletions(-) diff --git a/admin/survey/classes/class.SurveyTheme.php b/admin/survey/classes/class.SurveyTheme.php index 38f4f830c..54de5a080 100644 --- a/admin/survey/classes/class.SurveyTheme.php +++ b/admin/survey/classes/class.SurveyTheme.php @@ -179,7 +179,7 @@ class SurveyTheme { $groupId = 0; echo '
'; - echo ''; + echo '
'; $this->displayGroupSelector($groupId); @@ -373,7 +373,9 @@ class SurveyTheme { echo ''; echo '
'; - echo ''; @@ -428,7 +430,8 @@ class SurveyTheme { //Gumbi echo '
'; - echo ''; + // echo ''; + echo ' '; echo '
'; @@ -604,7 +607,8 @@ class SurveyTheme { echo '
'; - echo ''; + // echo ''; + echo ' '; echo '
'; @@ -664,7 +668,8 @@ class SurveyTheme { //Gumbi echo '
'; - echo ''; + // echo ''; + echo ' '; echo '
'; diff --git a/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php b/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php index 557fa038f..9acd04522 100644 --- a/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php +++ b/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php @@ -1671,7 +1671,7 @@ class SurveyAnalysis { } # tekst vprašanja - echo ''; + // echo ''; echo ''; # naslovna vrstica @@ -1709,7 +1709,7 @@ class SurveyAnalysis { # variabla - en odgovor echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -1937,7 +1937,7 @@ class SurveyAnalysis { # variabla echo '
'; // self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>false)); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>false)); echo '
'; //options @@ -2100,7 +2100,7 @@ class SurveyAnalysis { # variabla echo '
'; // self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>true)); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>true)); echo '
'; //options @@ -2325,7 +2325,7 @@ class SurveyAnalysis { echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -2538,7 +2538,7 @@ class SurveyAnalysis { # variabla - več odgovorov echo '
'; // self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>false)); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>false)); echo '
'; //options @@ -2696,7 +2696,7 @@ class SurveyAnalysis { # variabla echo '
'; // self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>true)); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from, array('navedbe'=>true)); echo '
'; //options @@ -2882,7 +2882,7 @@ class SurveyAnalysis { # variabla - tabela en odgovor echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -3198,7 +3198,7 @@ class SurveyAnalysis { echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -3581,7 +3581,7 @@ class SurveyAnalysis { # variabla echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -3817,7 +3817,7 @@ class SurveyAnalysis { # variabla echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -4098,7 +4098,7 @@ class SurveyAnalysis { # variabla - število echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -4402,7 +4402,7 @@ class SurveyAnalysis { # variabla echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options @@ -4759,7 +4759,7 @@ class SurveyAnalysis { # variabla - besedilo echo '
'; // self::showIcons($spid,$spremenljivka,$_from); - echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,$_from); echo '
'; //options diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 59d7007f0..d6b827e70 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -20974,11 +20974,9 @@ textarea#addusers, textarea#addusers_note { display: none; } -i { - font-size: 16px; - font-weight: 600; +.faicon.dots { + cursor: pointer; color: #1e88e5; - vertical-align: bottom; } div.page_tema h2 { @@ -30096,6 +30094,10 @@ iframe#ifmcontentstoprint { top: 40px; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } +#div_analiza_data .faicon.dots { + cursor: pointer; + color: #1e88e5; +} .analysis_icons_holder { background-color: white; @@ -30121,7 +30123,7 @@ iframe#ifmcontentstoprint { margin-left: 16px; } .analysis_icons_holder .icon_box > a .sum_frekv { - margin-left: 11px; + margin-left: 12px; } .analysis_icons_holder .icon_box > a .star_icon { margin-left: 9px; @@ -30146,6 +30148,17 @@ iframe#ifmcontentstoprint { padding-bottom: 16px; } +.cell_icons button::before { + font-weight: 700; + content: "\f141"; +} + +div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options div.button { + background-color: #f8f8f8 !important; + background: unset; + border: unset; +} + #div_analiza_data table.table_desc tr td, .custom_report_elements table.table_desc tr td, #arch_body_div table.table_desc tr td { diff --git a/resources/sass/admin_new/pages/survey_analysis/icons.scss b/resources/sass/admin_new/pages/survey_analysis/icons.scss index 98ccea66e..f00ca2d7d 100644 --- a/resources/sass/admin_new/pages/survey_analysis/icons.scss +++ b/resources/sass/admin_new/pages/survey_analysis/icons.scss @@ -1,9 +1,7 @@ // Ikone (frekvenca, suma...) #div_analiza_data{ - .cell_icons { - // - } + .row2{ position: relative; } @@ -18,9 +16,11 @@ box-shadow: 0px 0px 7px 0px #0000001F; } - // .displayNone{ - // background-color: blue; - // } + .faicon.dots { + cursor: pointer; + color: #1e88e5; + } + } @@ -75,7 +75,7 @@ margin-left: 16px; } .sum_frekv{ - margin-left: 11px; + margin-left: 12px; } .star_icon{ margin-left: 9px; @@ -125,11 +125,15 @@ // content: "f*"; // } -// .cell_icons button::before{ -// font-family: "Source Sans Pro",sans-serif; -// font-weight: 700; -// font-style: italic; -// content: "f*"; -// // content: "\f141"; +.cell_icons button::before{ + font-weight: 700; + // content: "f*"; + content: "\f141"; -// } \ No newline at end of file +} + +div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options div.button { + background-color: #f8f8f8 !important; + background: unset; + border: unset; +} \ No newline at end of file diff --git a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss index 37df5f198..10b6da24a 100644 --- a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss +++ b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss @@ -2,12 +2,9 @@ display: none; } -i{ - font-size: 16px; - font-weight: 600; +.faicon.dots{ + cursor: pointer; color: #1e88e5; - - vertical-align: bottom; } @@ -547,4 +544,5 @@ fieldset#theme-upload { .fa-desktop{ color: #0059AB; -} \ No newline at end of file +} + From 49c67ddc2859646db084940d02399cebd458d2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Sat, 20 Aug 2022 12:57:11 +0200 Subject: [PATCH 17/46] statistike --> zamenjane ikone / margini --- .../surveyAnalysis/class.SurveyAnalysis.php | 10 ++++----- public/css/admin_new.css | 21 ++++++++++++++----- .../pages/survey_analysis/icons.scss | 13 +++++++++--- 3 files changed, 31 insertions(+), 13 deletions(-) diff --git a/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php b/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php index 9acd04522..ae1330e59 100644 --- a/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php +++ b/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php @@ -5923,7 +5923,7 @@ class SurveyAnalysis { echo '
'; echo ''; - echo ' '; + echo ' '; echo '
Dopolnjene frekvence
'; echo '
'; @@ -5951,7 +5951,7 @@ class SurveyAnalysis { else { echo ''; } - echo ' '; + echo ' '; echo '
Opisne statistike
'; echo '
'; @@ -5964,8 +5964,8 @@ class SurveyAnalysis { echo ''; @@ -5977,7 +5977,7 @@ class SurveyAnalysis { echo ''; echo ' '; - echo '
Tortni grafikon
'; + echo '
Tortni grafikon
'; echo '
'; echo '
'; diff --git a/public/css/admin_new.css b/public/css/admin_new.css index d6b827e70..d765e1dc9 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -21123,7 +21123,7 @@ div.page_tema div#theme_grid_holder div.div_theme_group { } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label { width: 259px; - height: 240px; + max-height: 265px; box-sizing: border-box; background-color: #F8F8F8; border: 1px solid #F8F8F8; @@ -21131,9 +21131,12 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label { margin-bottom: 16px; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_content { - border-bottom: 1px solid #E5E5E5; + max-height: 169px; box-sizing: border-box; } +div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_content button { + padding: 0px; +} div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_content img { display: block; clear: both; @@ -21150,6 +21153,7 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l flex-direction: row; justify-content: space-between; box-sizing: border-box; + margin-top: 16px; margin-bottom: 16px; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options span.theme_name { @@ -30101,6 +30105,7 @@ iframe#ifmcontentstoprint { .analysis_icons_holder { background-color: white; + border-radius: 2px; } .analysis_icons_holder .icon_box { margin-left: 16px; @@ -30117,17 +30122,23 @@ iframe#ifmcontentstoprint { margin-right: 16px; } .analysis_icons_holder .icon_box > a .icon_text_margin { - margin-left: 9px; + margin-left: 15px; } .analysis_icons_holder .icon_box > a .dop_frekv { - margin-left: 16px; + margin-left: 9px; } .analysis_icons_holder .icon_box > a .sum_frekv { - margin-left: 12px; + margin-left: 13px; } .analysis_icons_holder .icon_box > a .star_icon { margin-left: 9px; } +.analysis_icons_holder .icon_box > a .an_freq_text { + margin-left: 17px; +} +.analysis_icons_holder .icon_box > a .an_chart_bar_text { + margin-left: 10px; +} .analysis_icons_holder .icon_box > a:last-of-type { margin-right: 0; } diff --git a/resources/sass/admin_new/pages/survey_analysis/icons.scss b/resources/sass/admin_new/pages/survey_analysis/icons.scss index f00ca2d7d..db823f724 100644 --- a/resources/sass/admin_new/pages/survey_analysis/icons.scss +++ b/resources/sass/admin_new/pages/survey_analysis/icons.scss @@ -43,6 +43,7 @@ // justify-content: center; background-color: white; + border-radius: 2px; @@ -69,17 +70,23 @@ } .icon_text_margin{ - margin-left: 9px; + margin-left: 15px; } .dop_frekv{ - margin-left: 16px; + margin-left: 9px; } .sum_frekv{ - margin-left: 12px; + margin-left: 13px; } .star_icon{ margin-left: 9px; } + .an_freq_text{ + margin-left: 17px; + } + .an_chart_bar_text{ + margin-left: 10px; + } &:last-of-type{ margin-right: 0; From a6bd398e39cb60d235482f32ad56880995848724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Sat, 20 Aug 2022 13:00:42 +0200 Subject: [PATCH 18/46] statistike: vrstni red opcij --- .../surveyAnalysis/class.SurveyAnalysis.php | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php b/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php index ae1330e59..bfcad9b2d 100644 --- a/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php +++ b/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php @@ -5919,6 +5919,17 @@ class SurveyAnalysis { echo ''; } + if ($options['desc'] == true) { + echo ''; + } + if ($options['freq'] == true) { echo '
'; @@ -5960,16 +5971,7 @@ class SurveyAnalysis { echo '
'; } - if ($options['desc'] == true) { - echo ''; - } // Ikona za prikaz grafa if($showChart == true && in_array($spremenljivka['tip'],array(1,2,3,6,7,8,16,17,18,20,22)) && $_from != 'charts'){ From da5ef9bdcf6663e6c589c9b1b331cad7d6eeafa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Sat, 20 Aug 2022 13:10:11 +0200 Subject: [PATCH 19/46] =?UTF-8?q?urejanje-->oblika:=20splo=C5=A1ne=20teme?= =?UTF-8?q?=20styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/admin_new.css | 3 +-- .../admin_new/pages/survey_edit/oblika_teme.scss | 15 ++++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/public/css/admin_new.css b/public/css/admin_new.css index d765e1dc9..6e062ad5a 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -21141,7 +21141,6 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l display: block; clear: both; width: 100%; - margin-bottom: 15px; border: none; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_content span.theme_name { @@ -21154,7 +21153,7 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l justify-content: space-between; box-sizing: border-box; margin-top: 16px; - margin-bottom: 16px; + margin-bottom: 2px; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options span.theme_name { font-weight: 600; diff --git a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss index 10b6da24a..e11dd4523 100644 --- a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss +++ b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss @@ -203,7 +203,7 @@ div.page_tema { div.theme_label { width: 259px; - height: 240px; + max-height: 265px; box-sizing: border-box; background-color: $light-gray; @@ -214,17 +214,21 @@ div.page_tema { margin-bottom: 16px; .theme_label_content{ - - border-bottom: 1px solid $gray; + + max-height: 169px; // padding-bottom: 15px; box-sizing: border-box; + + button{ + padding: 0px; + } img { display: block; clear: both; width: 100%; - margin-bottom: 15px; + border: none; } @@ -244,7 +248,8 @@ div.page_tema { flex-direction: row; justify-content: space-between; box-sizing: border-box; - margin-bottom: 16px; + margin-top: 16px; + margin-bottom: 2px; span.theme_name { font-weight: 600; From bfde0a8d06cda5b34424eeb777ca6d3adf877e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Sat, 20 Aug 2022 13:15:11 +0200 Subject: [PATCH 20/46] =?UTF-8?q?oblika:=20splo=C5=A1ne=20teme=20-->=20box?= =?UTF-8?q?=20shadow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/admin_new.css | 2 +- resources/sass/admin_new/pages/survey_edit/oblika_teme.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 6e062ad5a..e4d943c55 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -21028,7 +21028,7 @@ div.page_tema div.theme_list div.options div.buttons-window { position: absolute; bottom: 20px; max-width: 113px; - filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25)); + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); border-radius: 2px; margin-right: 5px; background-color: white; diff --git a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss index e11dd4523..687ad2cf4 100644 --- a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss +++ b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss @@ -81,7 +81,7 @@ div.page_tema { bottom: 20px; max-width: 113px; // display: none; - filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25)); + box-shadow: 0px 0px 7px 0px #0000001F; border-radius: 2px; From 7b9d10184da51478b75fccf714cd8eb901c8dd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Mon, 22 Aug 2022 09:37:56 +0200 Subject: [PATCH 21/46] avtomatski vnosi --> styling test --- admin/survey/SurveyAdminSettings.php | 6 ++++-- public/css/admin_new.css | 8 ++++++++ .../sass/admin_new/components/table/table.scss | 14 ++++++++++++-- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 1840f3833..bb513912a 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -8849,7 +8849,9 @@ class SurveyAdminSettings { echo ''; } - echo '
'.$row['pagename'].''; + echo '
'; + echo ''.$row['pagename'].''; + echo ' - '; echo ''; $prevpage = $row['gru_id']; @@ -8925,7 +8927,7 @@ class SurveyAdminSettings { echo ''; diff --git a/public/css/admin_new.css b/public/css/admin_new.css index e4d943c55..e8f245ee6 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10164,6 +10164,13 @@ div .table-horizontal-scroll-wrapper2 table { margin-bottom: 0; } +.dotted_line { + position: absolute; + bottom: -26px; + width: 928px; + border-top: dotted 1px red; +} + .page_num_fieldset { padding-top: 0px; padding-bottom: 0px; @@ -10173,6 +10180,7 @@ div .table-horizontal-scroll-wrapper2 table { .page_num { margin-left: 39%; color: #333333; + position: relative; } .table_header { diff --git a/resources/sass/admin_new/components/table/table.scss b/resources/sass/admin_new/components/table/table.scss index 0744bc565..e923679fa 100644 --- a/resources/sass/admin_new/components/table/table.scss +++ b/resources/sass/admin_new/components/table/table.scss @@ -39,13 +39,13 @@ table { } tr { - + height: 40px; &:last-of-type, &.show_as_last_row{ - td, th { + td, th { border-bottom: 1px solid $gray; } } @@ -107,6 +107,15 @@ div { //testiranje --> avtomatski vnosi +.dotted_line{ + position: absolute; + bottom: -26px; + width: 928px; + + border-top: dotted 1px red; + // #E5E5E5 +} + .page_num_fieldset{ padding-top: 0px; padding-bottom: 0px; @@ -117,6 +126,7 @@ div { .page_num{ margin-left: 39%; color: #333333; + position: relative; } From 917df3d615c55df9fce68fb2071d57b536d13d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Mon, 22 Aug 2022 09:48:56 +0200 Subject: [PATCH 22/46] avtomatski vnosi --> tabela styling --- admin/survey/SurveyAdminSettings.php | 2 +- public/css/admin_new.css | 8 +++----- resources/sass/admin_new/components/table/table.scss | 10 +++------- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index bb513912a..16dca9bff 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -8851,7 +8851,7 @@ class SurveyAdminSettings { echo '
'; echo ''.$row['pagename'].''; - echo ' - '; + // echo ' - '; echo '
'; echo '
'; - echo '
'; + echo '
'; echo ' '.$p.'% ('.($total_rows-$rowc['count']).')'; echo '
'; echo '
'; $prevpage = $row['gru_id']; diff --git a/public/css/admin_new.css b/public/css/admin_new.css index e8f245ee6..b1ccc666e 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10164,11 +10164,9 @@ div .table-horizontal-scroll-wrapper2 table { margin-bottom: 0; } -.dotted_line { - position: absolute; - bottom: -26px; - width: 928px; - border-top: dotted 1px red; +#anketa_edit .page_num_fieldset { + border: unset; + border-top: 1px dotted #E5E5E5; } .page_num_fieldset { diff --git a/resources/sass/admin_new/components/table/table.scss b/resources/sass/admin_new/components/table/table.scss index e923679fa..2e9282b9c 100644 --- a/resources/sass/admin_new/components/table/table.scss +++ b/resources/sass/admin_new/components/table/table.scss @@ -107,13 +107,9 @@ div { //testiranje --> avtomatski vnosi -.dotted_line{ - position: absolute; - bottom: -26px; - width: 928px; - - border-top: dotted 1px red; - // #E5E5E5 +#anketa_edit .page_num_fieldset{ + border: unset; + border-top: 1px dotted #E5E5E5; } .page_num_fieldset{ From 512fe35ac2bc2a664e19acee60e7425a855abaf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Mon, 22 Aug 2022 09:55:52 +0200 Subject: [PATCH 23/46] avtomatski vnosi: dashed border --- public/css/admin_new.css | 2 +- resources/sass/admin_new/components/table/table.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/admin_new.css b/public/css/admin_new.css index b1ccc666e..52e5c690c 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10166,7 +10166,7 @@ div .table-horizontal-scroll-wrapper2 table { #anketa_edit .page_num_fieldset { border: unset; - border-top: 1px dotted #E5E5E5; + border-top: 1px dashed #E5E5E5; } .page_num_fieldset { diff --git a/resources/sass/admin_new/components/table/table.scss b/resources/sass/admin_new/components/table/table.scss index 2e9282b9c..139a84854 100644 --- a/resources/sass/admin_new/components/table/table.scss +++ b/resources/sass/admin_new/components/table/table.scss @@ -109,7 +109,7 @@ div { #anketa_edit .page_num_fieldset{ border: unset; - border-top: 1px dotted #E5E5E5; + border-top: 1px dashed #E5E5E5; } .page_num_fieldset{ From ccbef0e4b7f02887e8d717a3f2fde96b1cf636b7 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Mon, 22 Aug 2022 10:14:50 +0200 Subject: [PATCH 24/46] Knjiznica in pobrisana vprasanja - predogled --- admin/survey/SurveyAdminAjax.php | 86 +- .../survey/classes/class.LibraryBranching.php | 8 +- .../survey/classes/class.VprasanjeDeleted.php | 4 +- admin/survey/script/vprasanjeDeleted.js | 13 +- lang/1.php | 1 + lang/2.php | 1 + public/css/admin_new.css | 3716 ++++++++--------- .../admin_new/pages/survey_edit/library.scss | 12 +- .../pages/survey_edit/popups/popups.scss | 1 + .../survey_edit/popups/preview_question.scss | 3 +- .../{ => popups}/vprasanje_deleted.scss | 61 +- .../pages/survey_edit/survey_edit.scss | 1 - 12 files changed, 1989 insertions(+), 1918 deletions(-) rename resources/sass/admin_new/pages/survey_edit/{ => popups}/vprasanje_deleted.scss (78%) diff --git a/admin/survey/SurveyAdminAjax.php b/admin/survey/SurveyAdminAjax.php index 0d25f8fb3..f1ec30e05 100644 --- a/admin/survey/SurveyAdminAjax.php +++ b/admin/survey/SurveyAdminAjax.php @@ -4325,6 +4325,74 @@ class SurveyAdminAjax { echo ''; } + elseif ($_GET['a'] == 'preview_spremenljivka_lib') { + global $site_path; + + SurveyInfo :: getInstance()->SurveyInit($anketa); + + $offset = 0; + $zaporedna = 0; + $count_type = SurveyInfo :: getInstance()->getSurveyCountType(); + + if ($count_type) { + + // Preštejemo koliko vprašanj je bilo do sedaj + $sqlg = sisplet_query("SELECT vrstni_red FROM srv_grupa WHERE id = (SELECT gru_id FROM srv_spremenljivka WHERE id = '" . $_POST['spremenljivka'] . "')"); + $rowg = mysqli_fetch_assoc($sqlg); + $vrstni_red = $rowg['vrstni_red']; + + $sqlCountPast = sisplet_query("SELECT count(*) as cnt FROM srv_spremenljivka s, srv_grupa g WHERE g.ank_id='" . $_POST['anketa'] . "' AND s.gru_id=g.id AND g.vrstni_red < '$vrstni_red' ORDER BY g.vrstni_red ASC, s.vrstni_red ASC"); + $rowCount = mysqli_fetch_assoc($sqlCountPast); + $offset = $rowCount['cnt']; + + // poiscemo vprasanja / spremenljivke + $sql = sisplet_query("SELECT id FROM srv_spremenljivka WHERE gru_id=(SELECT gru_id FROM srv_spremenljivka WHERE id = '" . $_POST['spremenljivka'] . "') AND visible='1' ORDER BY vrstni_red ASC"); + while ($row = mysqli_fetch_array($sql)) { + if ($row['id'] == $_POST['spremenljivka']) { + $zaporedna++; + break; + } + } + } + + + echo '

'.$lang['srv_deleted_vprasanja_back'].'

'; + + echo ''; + + + echo '
'; + + include_once('../../main/survey/app/global_function.php'); + new \App\Controllers\SurveyController(true); + + if (isset($_POST['lang_id'])) { + save('lang_id', (int)$_POST['lang_id']); + } + echo '
'; + if ( $_POST['spremenljivka'] == -1 ) { + \App\Controllers\BodyController::getInstance()->displayIntroductionContent(); + } + elseif ( $_POST['spremenljivka'] == -2 ) { + \App\Controllers\BodyController::getInstance()->displayKonecContent(); + } + elseif ( $_POST['spremenljivka'] == -3 ) { + \App\Controllers\StatisticController::displayStatistika(); + } + else { + save('forceShowSpremenljivka', true); + save('question_preview', true); + \App\Controllers\Vprasanja\VprasanjaController::getInstance()->displaySpremenljivka($_POST['spremenljivka'], $offset, $zaporedna); + } + echo '
'; + + echo '
'; + + + echo '
'; + echo ' '; + echo '
'; + } else if ($_GET['a'] == 'preview_page') { echo '
'; echo '
'; @@ -4336,23 +4404,7 @@ class SurveyAdminAjax { echo '
'; echo '
'; echo '
'; - } - /*else if ($_GET['a'] == 'rename_variable') { - if ($_POST['show'] == 'true') { - echo ''; - echo ''; - - } else { - echo $_POST['value']; - echo ''; - - } - }*/ - + } else if ($_GET['a'] == 'form_settings') { Common::updateEditStamp(); diff --git a/admin/survey/classes/class.LibraryBranching.php b/admin/survey/classes/class.LibraryBranching.php index a9b0e22ec..23ea1000d 100644 --- a/admin/survey/classes/class.LibraryBranching.php +++ b/admin/survey/classes/class.LibraryBranching.php @@ -477,7 +477,10 @@ class LibraryBranching { // Urejanje Vprasanja if($this->tab == '0' && ($spremenljivka['folder_uid'] == $global_user_id || $admin_type == 0)){ - + + // Preview + echo ' '; + // Tri pikice za prikaz urejanja vprasanja echo ' '; @@ -842,6 +845,9 @@ class LibraryBranching { // Odpremo popup s knjiznico if ($_GET['a'] == 'displayLibraryPopup') { $this->displayLibrary(); + + // Div za dodaten popup za preview + echo '
'; } // Preklopimo tab v kniznici diff --git a/admin/survey/classes/class.VprasanjeDeleted.php b/admin/survey/classes/class.VprasanjeDeleted.php index 62b3f6751..877ac0342 100644 --- a/admin/survey/classes/class.VprasanjeDeleted.php +++ b/admin/survey/classes/class.VprasanjeDeleted.php @@ -62,7 +62,7 @@ class VprasanjeDeleted { echo ' ('.date("G:i d.m.Y", strtotime($row['delete_time'])).')'; echo ' '; - echo ' '; + echo ' '; echo ' '; @@ -144,7 +144,7 @@ class VprasanjeDeleted { $this->displayDeletedVprasanja(); // Div za dodaten popup za preview - echo '
'; + echo '
'; } // Dodajanje pobrisanega vprasanja nazaj v vprasalnik diff --git a/admin/survey/script/vprasanjeDeleted.js b/admin/survey/script/vprasanjeDeleted.js index 9e5c0b4db..9d5d3fdd3 100644 --- a/admin/survey/script/vprasanjeDeleted.js +++ b/admin/survey/script/vprasanjeDeleted.js @@ -72,18 +72,15 @@ function insertVprasanjeDeletedItemsIntoSurvey(){ } -// Predogled pobrisanega vprasanja -function previewVprasanjeDeleted(spr_id){ +// Predogled pobrisanega vprasanjaoz. vprasanja iz knjiznice +function previewVprasanje(spr_id){ - $('#vprasanje_deleted_preview').load('ajax.php?a=preview_spremenljivka', {anketa: srv_meta_anketa_id, spremenljivka: spr_id, podstran: srv_meta_podstran}).removeClass('displayNone'); + $('#vprasanje_preview').load('ajax.php?a=preview_spremenljivka_lib', {anketa: srv_meta_anketa_id, spremenljivka: spr_id, podstran: srv_meta_podstran}).removeClass('displayNone'); - //preview_spremenljivka(spr_id); - event.stopPropagation(); } // Predogled pobrisanega vprasanja -function closePreviewVprasanjeDeleted(){ - - $('#vprasanje_deleted_preview').html().addClass('displayNone'); +function closePreviewVprasanje(){ + $('#vprasanje_preview').addClass('displayNone').empty(); } diff --git a/lang/1.php b/lang/1.php index 235bcd55a..55306a3b9 100644 --- a/lang/1.php +++ b/lang/1.php @@ -2431,6 +2431,7 @@ $lang = array ( "srv_library_add_to_lib_success_err" => "Prišlo je do napake pri dodajanju v knjižnico!", "srv_deleted_vprasanja" => "Pobrisana vprašanja", + "srv_deleted_vprasanja_back" => "Nazaj na vsa vprašanja", "srv_nadzor" => "Nadzor", "srv_knjiznica_add" => "Če želite dodati spremenljivko v knjižnico, jo povlecite v to polje", diff --git a/lang/2.php b/lang/2.php index ce1da4a75..93a62d9cb 100644 --- a/lang/2.php +++ b/lang/2.php @@ -2413,6 +2413,7 @@ $lang = array ( "srv_library_add_to_lib" => "Add to library", "srv_deleted_vprasanja" => "Deleted questions", + "srv_deleted_vprasanja_back" => "Back to all questions", "srv_nadzor" => "Supervise", "srv_knjiznica_add" => "To add a question to a library, drag it to this field", diff --git a/public/css/admin_new.css b/public/css/admin_new.css index e4d943c55..5b7cb96bf 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -214,4767 +214,4767 @@ /* 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"; + content: ""; } .fa-accessible-icon:before { - content: "\f368"; + content: ""; } .fa-accusoft:before { - content: "\f369"; + content: ""; } .fa-ad:before { - content: "\f641"; + content: ""; } .fa-address-book:before { - content: "\f2b9"; + content: ""; } .fa-address-card:before { - content: "\f2bb"; + content: ""; } .fa-adjust:before { - content: "\f042"; + content: ""; } .fa-adn:before { - content: "\f170"; + content: ""; } .fa-adversal:before { - content: "\f36a"; + content: ""; } .fa-affiliatetheme:before { - content: "\f36b"; + content: ""; } .fa-air-freshener:before { - content: "\f5d0"; + content: ""; } .fa-algolia:before { - content: "\f36c"; + content: ""; } .fa-align-center:before { - content: "\f037"; + content: ""; } .fa-align-justify:before { - content: "\f039"; + content: ""; } .fa-align-left:before { - content: "\f036"; + content: ""; } .fa-align-right:before { - content: "\f038"; + content: ""; } .fa-alipay:before { - content: "\f642"; + content: ""; } .fa-allergies:before { - content: "\f461"; + content: ""; } .fa-amazon:before { - content: "\f270"; + content: ""; } .fa-amazon-pay:before { - content: "\f42c"; + content: ""; } .fa-ambulance:before { - content: "\f0f9"; + content: ""; } .fa-american-sign-language-interpreting:before { - content: "\f2a3"; + content: ""; } .fa-amilia:before { - content: "\f36d"; + content: ""; } .fa-anchor:before { - content: "\f13d"; + content: ""; } .fa-android:before { - content: "\f17b"; + content: ""; } .fa-angellist:before { - content: "\f209"; + content: ""; } .fa-angle-double-down:before { - content: "\f103"; + content: ""; } .fa-angle-double-left:before { - content: "\f100"; + content: ""; } .fa-angle-double-right:before { - content: "\f101"; + content: ""; } .fa-angle-double-up:before { - content: "\f102"; + content: ""; } .fa-angle-down:before { - content: "\f107"; + content: ""; } .fa-angle-left:before { - content: "\f104"; + content: ""; } .fa-angle-right:before { - content: "\f105"; + content: ""; } .fa-angle-up:before { - content: "\f106"; + content: ""; } .fa-angry:before { - content: "\f556"; + content: ""; } .fa-angrycreative:before { - content: "\f36e"; + content: ""; } .fa-angular:before { - content: "\f420"; + content: ""; } .fa-ankh:before { - content: "\f644"; + content: ""; } .fa-app-store:before { - content: "\f36f"; + content: ""; } .fa-app-store-ios:before { - content: "\f370"; + content: ""; } .fa-apper:before { - content: "\f371"; + content: ""; } .fa-apple:before { - content: "\f179"; + content: ""; } .fa-apple-alt:before { - content: "\f5d1"; + content: ""; } .fa-apple-pay:before { - content: "\f415"; + content: ""; } .fa-archive:before { - content: "\f187"; + content: ""; } .fa-archway:before { - content: "\f557"; + content: ""; } .fa-arrow-alt-circle-down:before { - content: "\f358"; + content: ""; } .fa-arrow-alt-circle-left:before { - content: "\f359"; + content: ""; } .fa-arrow-alt-circle-right:before { - content: "\f35a"; + content: ""; } .fa-arrow-alt-circle-up:before { - content: "\f35b"; + content: ""; } .fa-arrow-circle-down:before { - content: "\f0ab"; + content: ""; } .fa-arrow-circle-left:before { - content: "\f0a8"; + content: ""; } .fa-arrow-circle-right:before { - content: "\f0a9"; + content: ""; } .fa-arrow-circle-up:before { - content: "\f0aa"; + content: ""; } .fa-arrow-down:before { - content: "\f063"; + content: ""; } .fa-arrow-left:before { - content: "\f060"; + content: ""; } .fa-arrow-right:before { - content: "\f061"; + content: ""; } .fa-arrow-up:before { - content: "\f062"; + content: ""; } .fa-arrows-alt:before { - content: "\f0b2"; + content: ""; } .fa-arrows-alt-h:before { - content: "\f337"; + content: ""; } .fa-arrows-alt-v:before { - content: "\f338"; + content: ""; } .fa-assistive-listening-systems:before { - content: "\f2a2"; + content: ""; } .fa-asterisk:before { - content: "\f069"; + content: ""; } .fa-asymmetrik:before { - content: "\f372"; + content: ""; } .fa-at:before { - content: "\f1fa"; + content: ""; } .fa-atlas:before { - content: "\f558"; + content: ""; } .fa-atom:before { - content: "\f5d2"; + content: ""; } .fa-audible:before { - content: "\f373"; + content: ""; } .fa-audio-description:before { - content: "\f29e"; + content: ""; } .fa-autoprefixer:before { - content: "\f41c"; + content: ""; } .fa-avianex:before { - content: "\f374"; + content: ""; } .fa-aviato:before { - content: "\f421"; + content: ""; } .fa-award:before { - content: "\f559"; + content: ""; } .fa-aws:before { - content: "\f375"; + content: ""; } .fa-backspace:before { - content: "\f55a"; + content: ""; } .fa-backward:before { - content: "\f04a"; + content: ""; } .fa-balance-scale:before { - content: "\f24e"; + content: ""; } .fa-ban:before { - content: "\f05e"; + content: ""; } .fa-band-aid:before { - content: "\f462"; + content: ""; } .fa-bandcamp:before { - content: "\f2d5"; + content: ""; } .fa-barcode:before { - content: "\f02a"; + content: ""; } .fa-bars:before { - content: "\f0c9"; + content: ""; } .fa-baseball-ball:before { - content: "\f433"; + content: ""; } .fa-basketball-ball:before { - content: "\f434"; + content: ""; } .fa-bath:before { - content: "\f2cd"; + content: ""; } .fa-battery-empty:before { - content: "\f244"; + content: ""; } .fa-battery-full:before { - content: "\f240"; + content: ""; } .fa-battery-half:before { - content: "\f242"; + content: ""; } .fa-battery-quarter:before { - content: "\f243"; + content: ""; } .fa-battery-three-quarters:before { - content: "\f241"; + content: ""; } .fa-bed:before { - content: "\f236"; + content: ""; } .fa-beer:before { - content: "\f0fc"; + content: ""; } .fa-behance:before { - content: "\f1b4"; + content: ""; } .fa-behance-square:before { - content: "\f1b5"; + content: ""; } .fa-bell:before { - content: "\f0f3"; + content: ""; } .fa-bell-slash:before { - content: "\f1f6"; + content: ""; } .fa-bezier-curve:before { - content: "\f55b"; + content: ""; } .fa-bible:before { - content: "\f647"; + content: ""; } .fa-bicycle:before { - content: "\f206"; + content: ""; } .fa-bimobject:before { - content: "\f378"; + content: ""; } .fa-binoculars:before { - content: "\f1e5"; + content: ""; } .fa-birthday-cake:before { - content: "\f1fd"; + content: ""; } .fa-bitbucket:before { - content: "\f171"; + content: ""; } .fa-bitcoin:before { - content: "\f379"; + content: ""; } .fa-bity:before { - content: "\f37a"; + content: ""; } .fa-black-tie:before { - content: "\f27e"; + content: ""; } .fa-blackberry:before { - content: "\f37b"; + content: ""; } .fa-blender:before { - content: "\f517"; + content: ""; } .fa-blind:before { - content: "\f29d"; + content: ""; } .fa-blogger:before { - content: "\f37c"; + content: ""; } .fa-blogger-b:before { - content: "\f37d"; + content: ""; } .fa-bluetooth:before { - content: "\f293"; + content: ""; } .fa-bluetooth-b:before { - content: "\f294"; + content: ""; } .fa-bold:before { - content: "\f032"; + content: ""; } .fa-bolt:before { - content: "\f0e7"; + content: ""; } .fa-bomb:before { - content: "\f1e2"; + content: ""; } .fa-bone:before { - content: "\f5d7"; + content: ""; } .fa-bong:before { - content: "\f55c"; + content: ""; } .fa-book:before { - content: "\f02d"; + content: ""; } .fa-book-open:before { - content: "\f518"; + content: ""; } .fa-book-reader:before { - content: "\f5da"; + content: ""; } .fa-bookmark:before { - content: "\f02e"; + content: ""; } .fa-bowling-ball:before { - content: "\f436"; + content: ""; } .fa-box:before { - content: "\f466"; + content: ""; } .fa-box-open:before { - content: "\f49e"; + content: ""; } .fa-boxes:before { - content: "\f468"; + content: ""; } .fa-braille:before { - content: "\f2a1"; + content: ""; } .fa-brain:before { - content: "\f5dc"; + content: ""; } .fa-briefcase:before { - content: "\f0b1"; + content: ""; } .fa-briefcase-medical:before { - content: "\f469"; + content: ""; } .fa-broadcast-tower:before { - content: "\f519"; + content: ""; } .fa-broom:before { - content: "\f51a"; + content: ""; } .fa-brush:before { - content: "\f55d"; + content: ""; } .fa-btc:before { - content: "\f15a"; + content: ""; } .fa-bug:before { - content: "\f188"; + content: ""; } .fa-building:before { - content: "\f1ad"; + content: ""; } .fa-bullhorn:before { - content: "\f0a1"; + content: ""; } .fa-bullseye:before { - content: "\f140"; + content: ""; } .fa-burn:before { - content: "\f46a"; + content: ""; } .fa-buromobelexperte:before { - content: "\f37f"; + content: ""; } .fa-bus:before { - content: "\f207"; + content: ""; } .fa-bus-alt:before { - content: "\f55e"; + content: ""; } .fa-business-time:before { - content: "\f64a"; + content: ""; } .fa-buysellads:before { - content: "\f20d"; + content: ""; } .fa-calculator:before { - content: "\f1ec"; + content: ""; } .fa-calendar:before { - content: "\f133"; + content: ""; } .fa-calendar-alt:before { - content: "\f073"; + content: ""; } .fa-calendar-check:before { - content: "\f274"; + content: ""; } .fa-calendar-minus:before { - content: "\f272"; + content: ""; } .fa-calendar-plus:before { - content: "\f271"; + content: ""; } .fa-calendar-times:before { - content: "\f273"; + content: ""; } .fa-camera:before { - content: "\f030"; + content: ""; } .fa-camera-retro:before { - content: "\f083"; + content: ""; } .fa-cannabis:before { - content: "\f55f"; + content: ""; } .fa-capsules:before { - content: "\f46b"; + content: ""; } .fa-car:before { - content: "\f1b9"; + content: ""; } .fa-car-alt:before { - content: "\f5de"; + content: ""; } .fa-car-battery:before { - content: "\f5df"; + content: ""; } .fa-car-crash:before { - content: "\f5e1"; + content: ""; } .fa-car-side:before { - content: "\f5e4"; + content: ""; } .fa-caret-down:before { - content: "\f0d7"; + content: ""; } .fa-caret-left:before { - content: "\f0d9"; + content: ""; } .fa-caret-right:before { - content: "\f0da"; + content: ""; } .fa-caret-square-down:before { - content: "\f150"; + content: ""; } .fa-caret-square-left:before { - content: "\f191"; + content: ""; } .fa-caret-square-right:before { - content: "\f152"; + content: ""; } .fa-caret-square-up:before { - content: "\f151"; + content: ""; } .fa-caret-up:before { - content: "\f0d8"; + content: ""; } .fa-cart-arrow-down:before { - content: "\f218"; + content: ""; } .fa-cart-plus:before { - content: "\f217"; + content: ""; } .fa-cc-amazon-pay:before { - content: "\f42d"; + content: ""; } .fa-cc-amex:before { - content: "\f1f3"; + content: ""; } .fa-cc-apple-pay:before { - content: "\f416"; + content: ""; } .fa-cc-diners-club:before { - content: "\f24c"; + content: ""; } .fa-cc-discover:before { - content: "\f1f2"; + content: ""; } .fa-cc-jcb:before { - content: "\f24b"; + content: ""; } .fa-cc-mastercard:before { - content: "\f1f1"; + content: ""; } .fa-cc-paypal:before { - content: "\f1f4"; + content: ""; } .fa-cc-stripe:before { - content: "\f1f5"; + content: ""; } .fa-cc-visa:before { - content: "\f1f0"; + content: ""; } .fa-centercode:before { - content: "\f380"; + content: ""; } .fa-certificate:before { - content: "\f0a3"; + content: ""; } .fa-chalkboard:before { - content: "\f51b"; + content: ""; } .fa-chalkboard-teacher:before { - content: "\f51c"; + content: ""; } .fa-charging-station:before { - content: "\f5e7"; + content: ""; } .fa-chart-area:before { - content: "\f1fe"; + content: ""; } .fa-chart-bar:before { - content: "\f080"; + content: ""; } .fa-chart-line:before { - content: "\f201"; + content: ""; } .fa-chart-pie:before { - content: "\f200"; + content: ""; } .fa-check:before { - content: "\f00c"; + content: ""; } .fa-check-circle:before { - content: "\f058"; + content: ""; } .fa-check-double:before { - content: "\f560"; + content: ""; } .fa-check-square:before { - content: "\f14a"; + content: ""; } .fa-chess:before { - content: "\f439"; + content: ""; } .fa-chess-bishop:before { - content: "\f43a"; + content: ""; } .fa-chess-board:before { - content: "\f43c"; + content: ""; } .fa-chess-king:before { - content: "\f43f"; + content: ""; } .fa-chess-knight:before { - content: "\f441"; + content: ""; } .fa-chess-pawn:before { - content: "\f443"; + content: ""; } .fa-chess-queen:before { - content: "\f445"; + content: ""; } .fa-chess-rook:before { - content: "\f447"; + content: ""; } .fa-chevron-circle-down:before { - content: "\f13a"; + content: ""; } .fa-chevron-circle-left:before { - content: "\f137"; + content: ""; } .fa-chevron-circle-right:before { - content: "\f138"; + content: ""; } .fa-chevron-circle-up:before { - content: "\f139"; + content: ""; } .fa-chevron-down:before { - content: "\f078"; + content: ""; } .fa-chevron-left:before { - content: "\f053"; + content: ""; } .fa-chevron-right:before { - content: "\f054"; + content: ""; } .fa-chevron-up:before { - content: "\f077"; + content: ""; } .fa-child:before { - content: "\f1ae"; + content: ""; } .fa-chrome:before { - content: "\f268"; + content: ""; } .fa-church:before { - content: "\f51d"; + content: ""; } .fa-circle:before { - content: "\f111"; + content: ""; } .fa-circle-notch:before { - content: "\f1ce"; + content: ""; } .fa-city:before { - content: "\f64f"; + content: ""; } .fa-clipboard:before { - content: "\f328"; + content: ""; } .fa-clipboard-check:before { - content: "\f46c"; + content: ""; } .fa-clipboard-list:before { - content: "\f46d"; + content: ""; } .fa-clock:before { - content: "\f017"; + content: ""; } .fa-clone:before { - content: "\f24d"; + content: ""; } .fa-closed-captioning:before { - content: "\f20a"; + content: ""; } .fa-cloud:before { - content: "\f0c2"; + content: ""; } .fa-cloud-download-alt:before { - content: "\f381"; + content: ""; } .fa-cloud-upload-alt:before { - content: "\f382"; + content: ""; } .fa-cloudscale:before { - content: "\f383"; + content: ""; } .fa-cloudsmith:before { - content: "\f384"; + content: ""; } .fa-cloudversify:before { - content: "\f385"; + content: ""; } .fa-cocktail:before { - content: "\f561"; + content: ""; } .fa-code:before { - content: "\f121"; + content: ""; } .fa-code-branch:before { - content: "\f126"; + content: ""; } .fa-codepen:before { - content: "\f1cb"; + content: ""; } .fa-codiepie:before { - content: "\f284"; + content: ""; } .fa-coffee:before { - content: "\f0f4"; + content: ""; } .fa-cog:before { - content: "\f013"; + content: ""; } .fa-cogs:before { - content: "\f085"; + content: ""; } .fa-coins:before { - content: "\f51e"; + content: ""; } .fa-columns:before { - content: "\f0db"; + content: ""; } .fa-comment:before { - content: "\f075"; + content: ""; } .fa-comment-alt:before { - content: "\f27a"; + content: ""; } .fa-comment-dollar:before { - content: "\f651"; + content: ""; } .fa-comment-dots:before { - content: "\f4ad"; + content: ""; } .fa-comment-slash:before { - content: "\f4b3"; + content: ""; } .fa-comments:before { - content: "\f086"; + content: ""; } .fa-comments-dollar:before { - content: "\f653"; + content: ""; } .fa-compact-disc:before { - content: "\f51f"; + content: ""; } .fa-compass:before { - content: "\f14e"; + content: ""; } .fa-compress:before { - content: "\f066"; + content: ""; } .fa-concierge-bell:before { - content: "\f562"; + content: ""; } .fa-connectdevelop:before { - content: "\f20e"; + content: ""; } .fa-contao:before { - content: "\f26d"; + content: ""; } .fa-cookie:before { - content: "\f563"; + content: ""; } .fa-cookie-bite:before { - content: "\f564"; + content: ""; } .fa-copy:before { - content: "\f0c5"; + content: ""; } .fa-copyright:before { - content: "\f1f9"; + content: ""; } .fa-couch:before { - content: "\f4b8"; + content: ""; } .fa-cpanel:before { - content: "\f388"; + content: ""; } .fa-creative-commons:before { - content: "\f25e"; + content: ""; } .fa-creative-commons-by:before { - content: "\f4e7"; + content: ""; } .fa-creative-commons-nc:before { - content: "\f4e8"; + content: ""; } .fa-creative-commons-nc-eu:before { - content: "\f4e9"; + content: ""; } .fa-creative-commons-nc-jp:before { - content: "\f4ea"; + content: ""; } .fa-creative-commons-nd:before { - content: "\f4eb"; + content: ""; } .fa-creative-commons-pd:before { - content: "\f4ec"; + content: ""; } .fa-creative-commons-pd-alt:before { - content: "\f4ed"; + content: ""; } .fa-creative-commons-remix:before { - content: "\f4ee"; + content: ""; } .fa-creative-commons-sa:before { - content: "\f4ef"; + content: ""; } .fa-creative-commons-sampling:before { - content: "\f4f0"; + content: ""; } .fa-creative-commons-sampling-plus:before { - content: "\f4f1"; + content: ""; } .fa-creative-commons-share:before { - content: "\f4f2"; + content: ""; } .fa-credit-card:before { - content: "\f09d"; + content: ""; } .fa-crop:before { - content: "\f125"; + content: ""; } .fa-crop-alt:before { - content: "\f565"; + content: ""; } .fa-cross:before { - content: "\f654"; + content: ""; } .fa-crosshairs:before { - content: "\f05b"; + content: ""; } .fa-crow:before { - content: "\f520"; + content: ""; } .fa-crown:before { - content: "\f521"; + content: ""; } .fa-css3:before { - content: "\f13c"; + content: ""; } .fa-css3-alt:before { - content: "\f38b"; + content: ""; } .fa-cube:before { - content: "\f1b2"; + content: ""; } .fa-cubes:before { - content: "\f1b3"; + content: ""; } .fa-cut:before { - content: "\f0c4"; + content: ""; } .fa-cuttlefish:before { - content: "\f38c"; + content: ""; } .fa-d-and-d:before { - content: "\f38d"; + content: ""; } .fa-dashcube:before { - content: "\f210"; + content: ""; } .fa-database:before { - content: "\f1c0"; + content: ""; } .fa-deaf:before { - content: "\f2a4"; + content: ""; } .fa-delicious:before { - content: "\f1a5"; + content: ""; } .fa-deploydog:before { - content: "\f38e"; + content: ""; } .fa-deskpro:before { - content: "\f38f"; + content: ""; } .fa-desktop:before { - content: "\f108"; + content: ""; } .fa-deviantart:before { - content: "\f1bd"; + content: ""; } .fa-dharmachakra:before { - content: "\f655"; + content: ""; } .fa-diagnoses:before { - content: "\f470"; + content: ""; } .fa-dice:before { - content: "\f522"; + content: ""; } .fa-dice-five:before { - content: "\f523"; + content: ""; } .fa-dice-four:before { - content: "\f524"; + content: ""; } .fa-dice-one:before { - content: "\f525"; + content: ""; } .fa-dice-six:before { - content: "\f526"; + content: ""; } .fa-dice-three:before { - content: "\f527"; + content: ""; } .fa-dice-two:before { - content: "\f528"; + content: ""; } .fa-digg:before { - content: "\f1a6"; + content: ""; } .fa-digital-ocean:before { - content: "\f391"; + content: ""; } .fa-digital-tachograph:before { - content: "\f566"; + content: ""; } .fa-directions:before { - content: "\f5eb"; + content: ""; } .fa-discord:before { - content: "\f392"; + content: ""; } .fa-discourse:before { - content: "\f393"; + content: ""; } .fa-divide:before { - content: "\f529"; + content: ""; } .fa-dizzy:before { - content: "\f567"; + content: ""; } .fa-dna:before { - content: "\f471"; + content: ""; } .fa-dochub:before { - content: "\f394"; + content: ""; } .fa-docker:before { - content: "\f395"; + content: ""; } .fa-dollar-sign:before { - content: "\f155"; + content: ""; } .fa-dolly:before { - content: "\f472"; + content: ""; } .fa-dolly-flatbed:before { - content: "\f474"; + content: ""; } .fa-donate:before { - content: "\f4b9"; + content: ""; } .fa-door-closed:before { - content: "\f52a"; + content: ""; } .fa-door-open:before { - content: "\f52b"; + content: ""; } .fa-dot-circle:before { - content: "\f192"; + content: ""; } .fa-dove:before { - content: "\f4ba"; + content: ""; } .fa-download:before { - content: "\f019"; + content: ""; } .fa-draft2digital:before { - content: "\f396"; + content: ""; } .fa-drafting-compass:before { - content: "\f568"; + content: ""; } .fa-draw-polygon:before { - content: "\f5ee"; + content: ""; } .fa-dribbble:before { - content: "\f17d"; + content: ""; } .fa-dribbble-square:before { - content: "\f397"; + content: ""; } .fa-dropbox:before { - content: "\f16b"; + content: ""; } .fa-drum:before { - content: "\f569"; + content: ""; } .fa-drum-steelpan:before { - content: "\f56a"; + content: ""; } .fa-drupal:before { - content: "\f1a9"; + content: ""; } .fa-dumbbell:before { - content: "\f44b"; + content: ""; } .fa-dyalog:before { - content: "\f399"; + content: ""; } .fa-earlybirds:before { - content: "\f39a"; + content: ""; } .fa-ebay:before { - content: "\f4f4"; + content: ""; } .fa-edge:before { - content: "\f282"; + content: ""; } .fa-edit:before { - content: "\f044"; + content: ""; } .fa-eject:before { - content: "\f052"; + content: ""; } .fa-elementor:before { - content: "\f430"; + content: ""; } .fa-ellipsis-h:before { - content: "\f141"; + content: ""; } .fa-ellipsis-v:before { - content: "\f142"; + content: ""; } .fa-ello:before { - content: "\f5f1"; + content: ""; } .fa-ember:before { - content: "\f423"; + content: ""; } .fa-empire:before { - content: "\f1d1"; + content: ""; } .fa-envelope:before { - content: "\f0e0"; + content: ""; } .fa-envelope-open:before { - content: "\f2b6"; + content: ""; } .fa-envelope-open-text:before { - content: "\f658"; + content: ""; } .fa-envelope-square:before { - content: "\f199"; + content: ""; } .fa-envira:before { - content: "\f299"; + content: ""; } .fa-equals:before { - content: "\f52c"; + content: ""; } .fa-eraser:before { - content: "\f12d"; + content: ""; } .fa-erlang:before { - content: "\f39d"; + content: ""; } .fa-ethereum:before { - content: "\f42e"; + content: ""; } .fa-etsy:before { - content: "\f2d7"; + content: ""; } .fa-euro-sign:before { - content: "\f153"; + content: ""; } .fa-exchange-alt:before { - content: "\f362"; + content: ""; } .fa-exclamation:before { - content: "\f12a"; + content: ""; } .fa-exclamation-circle:before { - content: "\f06a"; + content: ""; } .fa-exclamation-triangle:before { - content: "\f071"; + content: ""; } .fa-expand:before { - content: "\f065"; + content: ""; } .fa-expand-arrows-alt:before { - content: "\f31e"; + content: ""; } .fa-expeditedssl:before { - content: "\f23e"; + content: ""; } .fa-external-link-alt:before { - content: "\f35d"; + content: ""; } .fa-external-link-square-alt:before { - content: "\f360"; + content: ""; } .fa-eye:before { - content: "\f06e"; + content: ""; } .fa-eye-dropper:before { - content: "\f1fb"; + content: ""; } .fa-eye-slash:before { - content: "\f070"; + content: ""; } .fa-facebook:before { - content: "\f09a"; + content: ""; } .fa-facebook-f:before { - content: "\f39e"; + content: ""; } .fa-facebook-messenger:before { - content: "\f39f"; + content: ""; } .fa-facebook-square:before { - content: "\f082"; + content: ""; } .fa-fast-backward:before { - content: "\f049"; + content: ""; } .fa-fast-forward:before { - content: "\f050"; + content: ""; } .fa-fax:before { - content: "\f1ac"; + content: ""; } .fa-feather:before { - content: "\f52d"; + content: ""; } .fa-feather-alt:before { - content: "\f56b"; + content: ""; } .fa-female:before { - content: "\f182"; + content: ""; } .fa-fighter-jet:before { - content: "\f0fb"; + content: ""; } .fa-file:before { - content: "\f15b"; + content: ""; } .fa-file-alt:before { - content: "\f15c"; + content: ""; } .fa-file-archive:before { - content: "\f1c6"; + content: ""; } .fa-file-audio:before { - content: "\f1c7"; + content: ""; } .fa-file-code:before { - content: "\f1c9"; + content: ""; } .fa-file-contract:before { - content: "\f56c"; + content: ""; } .fa-file-download:before { - content: "\f56d"; + content: ""; } .fa-file-excel:before { - content: "\f1c3"; + content: ""; } .fa-file-export:before { - content: "\f56e"; + content: ""; } .fa-file-image:before { - content: "\f1c5"; + content: ""; } .fa-file-import:before { - content: "\f56f"; + content: ""; } .fa-file-invoice:before { - content: "\f570"; + content: ""; } .fa-file-invoice-dollar:before { - content: "\f571"; + content: ""; } .fa-file-medical:before { - content: "\f477"; + content: ""; } .fa-file-medical-alt:before { - content: "\f478"; + content: ""; } .fa-file-pdf:before { - content: "\f1c1"; + content: ""; } .fa-file-powerpoint:before { - content: "\f1c4"; + content: ""; } .fa-file-prescription:before { - content: "\f572"; + content: ""; } .fa-file-signature:before { - content: "\f573"; + content: ""; } .fa-file-upload:before { - content: "\f574"; + content: ""; } .fa-file-video:before { - content: "\f1c8"; + content: ""; } .fa-file-word:before { - content: "\f1c2"; + content: ""; } .fa-fill:before { - content: "\f575"; + content: ""; } .fa-fill-drip:before { - content: "\f576"; + content: ""; } .fa-film:before { - content: "\f008"; + content: ""; } .fa-filter:before { - content: "\f0b0"; + content: ""; } .fa-fingerprint:before { - content: "\f577"; + content: ""; } .fa-fire:before { - content: "\f06d"; + content: ""; } .fa-fire-extinguisher:before { - content: "\f134"; + content: ""; } .fa-firefox:before { - content: "\f269"; + content: ""; } .fa-first-aid:before { - content: "\f479"; + content: ""; } .fa-first-order:before { - content: "\f2b0"; + content: ""; } .fa-first-order-alt:before { - content: "\f50a"; + content: ""; } .fa-firstdraft:before { - content: "\f3a1"; + content: ""; } .fa-fish:before { - content: "\f578"; + content: ""; } .fa-flag:before { - content: "\f024"; + content: ""; } .fa-flag-checkered:before { - content: "\f11e"; + content: ""; } .fa-flask:before { - content: "\f0c3"; + content: ""; } .fa-flickr:before { - content: "\f16e"; + content: ""; } .fa-flipboard:before { - content: "\f44d"; + content: ""; } .fa-flushed:before { - content: "\f579"; + content: ""; } .fa-fly:before { - content: "\f417"; + content: ""; } .fa-folder:before { - content: "\f07b"; + content: ""; } .fa-folder-minus:before { - content: "\f65d"; + content: ""; } .fa-folder-open:before { - content: "\f07c"; + content: ""; } .fa-folder-plus:before { - content: "\f65e"; + content: ""; } .fa-font:before { - content: "\f031"; + content: ""; } .fa-font-awesome:before { - content: "\f2b4"; + content: ""; } .fa-font-awesome-alt:before { - content: "\f35c"; + content: ""; } .fa-font-awesome-flag:before { - content: "\f425"; + content: ""; } .fa-font-awesome-logo-full:before { - content: "\f4e6"; + content: ""; } .fa-fonticons:before { - content: "\f280"; + content: ""; } .fa-fonticons-fi:before { - content: "\f3a2"; + content: ""; } .fa-football-ball:before { - content: "\f44e"; + content: ""; } .fa-fort-awesome:before { - content: "\f286"; + content: ""; } .fa-fort-awesome-alt:before { - content: "\f3a3"; + content: ""; } .fa-forumbee:before { - content: "\f211"; + content: ""; } .fa-forward:before { - content: "\f04e"; + content: ""; } .fa-foursquare:before { - content: "\f180"; + content: ""; } .fa-free-code-camp:before { - content: "\f2c5"; + content: ""; } .fa-freebsd:before { - content: "\f3a4"; + content: ""; } .fa-frog:before { - content: "\f52e"; + content: ""; } .fa-frown:before { - content: "\f119"; + content: ""; } .fa-frown-open:before { - content: "\f57a"; + content: ""; } .fa-fulcrum:before { - content: "\f50b"; + content: ""; } .fa-funnel-dollar:before { - content: "\f662"; + content: ""; } .fa-futbol:before { - content: "\f1e3"; + content: ""; } .fa-galactic-republic:before { - content: "\f50c"; + content: ""; } .fa-galactic-senate:before { - content: "\f50d"; + content: ""; } .fa-gamepad:before { - content: "\f11b"; + content: ""; } .fa-gas-pump:before { - content: "\f52f"; + content: ""; } .fa-gavel:before { - content: "\f0e3"; + content: ""; } .fa-gem:before { - content: "\f3a5"; + content: ""; } .fa-genderless:before { - content: "\f22d"; + content: ""; } .fa-get-pocket:before { - content: "\f265"; + content: ""; } .fa-gg:before { - content: "\f260"; + content: ""; } .fa-gg-circle:before { - content: "\f261"; + content: ""; } .fa-gift:before { - content: "\f06b"; + content: ""; } .fa-git:before { - content: "\f1d3"; + content: ""; } .fa-git-square:before { - content: "\f1d2"; + content: ""; } .fa-github:before { - content: "\f09b"; + content: ""; } .fa-github-alt:before { - content: "\f113"; + content: ""; } .fa-github-square:before { - content: "\f092"; + content: ""; } .fa-gitkraken:before { - content: "\f3a6"; + content: ""; } .fa-gitlab:before { - content: "\f296"; + content: ""; } .fa-gitter:before { - content: "\f426"; + content: ""; } .fa-glass-martini:before { - content: "\f000"; + content: ""; } .fa-glass-martini-alt:before { - content: "\f57b"; + content: ""; } .fa-glasses:before { - content: "\f530"; + content: ""; } .fa-glide:before { - content: "\f2a5"; + content: ""; } .fa-glide-g:before { - content: "\f2a6"; + content: ""; } .fa-globe:before { - content: "\f0ac"; + content: ""; } .fa-globe-africa:before { - content: "\f57c"; + content: ""; } .fa-globe-americas:before { - content: "\f57d"; + content: ""; } .fa-globe-asia:before { - content: "\f57e"; + content: ""; } .fa-gofore:before { - content: "\f3a7"; + content: ""; } .fa-golf-ball:before { - content: "\f450"; + content: ""; } .fa-goodreads:before { - content: "\f3a8"; + content: ""; } .fa-goodreads-g:before { - content: "\f3a9"; + content: ""; } .fa-google:before { - content: "\f1a0"; + content: ""; } .fa-google-drive:before { - content: "\f3aa"; + content: ""; } .fa-google-play:before { - content: "\f3ab"; + content: ""; } .fa-google-plus:before { - content: "\f2b3"; + content: ""; } .fa-google-plus-g:before { - content: "\f0d5"; + content: ""; } .fa-google-plus-square:before { - content: "\f0d4"; + content: ""; } .fa-google-wallet:before { - content: "\f1ee"; + content: ""; } .fa-gopuram:before { - content: "\f664"; + content: ""; } .fa-graduation-cap:before { - content: "\f19d"; + content: ""; } .fa-gratipay:before { - content: "\f184"; + content: ""; } .fa-grav:before { - content: "\f2d6"; + content: ""; } .fa-greater-than:before { - content: "\f531"; + content: ""; } .fa-greater-than-equal:before { - content: "\f532"; + content: ""; } .fa-grimace:before { - content: "\f57f"; + content: ""; } .fa-grin:before { - content: "\f580"; + content: ""; } .fa-grin-alt:before { - content: "\f581"; + content: ""; } .fa-grin-beam:before { - content: "\f582"; + content: ""; } .fa-grin-beam-sweat:before { - content: "\f583"; + content: ""; } .fa-grin-hearts:before { - content: "\f584"; + content: ""; } .fa-grin-squint:before { - content: "\f585"; + content: ""; } .fa-grin-squint-tears:before { - content: "\f586"; + content: ""; } .fa-grin-stars:before { - content: "\f587"; + content: ""; } .fa-grin-tears:before { - content: "\f588"; + content: ""; } .fa-grin-tongue:before { - content: "\f589"; + content: ""; } .fa-grin-tongue-squint:before { - content: "\f58a"; + content: ""; } .fa-grin-tongue-wink:before { - content: "\f58b"; + content: ""; } .fa-grin-wink:before { - content: "\f58c"; + content: ""; } .fa-grip-horizontal:before { - content: "\f58d"; + content: ""; } .fa-grip-vertical:before { - content: "\f58e"; + content: ""; } .fa-gripfire:before { - content: "\f3ac"; + content: ""; } .fa-grunt:before { - content: "\f3ad"; + content: ""; } .fa-gulp:before { - content: "\f3ae"; + content: ""; } .fa-h-square:before { - content: "\f0fd"; + content: ""; } .fa-hacker-news:before { - content: "\f1d4"; + content: ""; } .fa-hacker-news-square:before { - content: "\f3af"; + content: ""; } .fa-hackerrank:before { - content: "\f5f7"; + content: ""; } .fa-hamsa:before { - content: "\f665"; + content: ""; } .fa-hand-holding:before { - content: "\f4bd"; + content: ""; } .fa-hand-holding-heart:before { - content: "\f4be"; + content: ""; } .fa-hand-holding-usd:before { - content: "\f4c0"; + content: ""; } .fa-hand-lizard:before { - content: "\f258"; + content: ""; } .fa-hand-paper:before { - content: "\f256"; + content: ""; } .fa-hand-peace:before { - content: "\f25b"; + content: ""; } .fa-hand-point-down:before { - content: "\f0a7"; + content: ""; } .fa-hand-point-left:before { - content: "\f0a5"; + content: ""; } .fa-hand-point-right:before { - content: "\f0a4"; + content: ""; } .fa-hand-point-up:before { - content: "\f0a6"; + content: ""; } .fa-hand-pointer:before { - content: "\f25a"; + content: ""; } .fa-hand-rock:before { - content: "\f255"; + content: ""; } .fa-hand-scissors:before { - content: "\f257"; + content: ""; } .fa-hand-spock:before { - content: "\f259"; + content: ""; } .fa-hands:before { - content: "\f4c2"; + content: ""; } .fa-hands-helping:before { - content: "\f4c4"; + content: ""; } .fa-handshake:before { - content: "\f2b5"; + content: ""; } .fa-hashtag:before { - content: "\f292"; + content: ""; } .fa-haykal:before { - content: "\f666"; + content: ""; } .fa-hdd:before { - content: "\f0a0"; + content: ""; } .fa-heading:before { - content: "\f1dc"; + content: ""; } .fa-headphones:before { - content: "\f025"; + content: ""; } .fa-headphones-alt:before { - content: "\f58f"; + content: ""; } .fa-headset:before { - content: "\f590"; + content: ""; } .fa-heart:before { - content: "\f004"; + content: ""; } .fa-heartbeat:before { - content: "\f21e"; + content: ""; } .fa-helicopter:before { - content: "\f533"; + content: ""; } .fa-highlighter:before { - content: "\f591"; + content: ""; } .fa-hips:before { - content: "\f452"; + content: ""; } .fa-hire-a-helper:before { - content: "\f3b0"; + content: ""; } .fa-history:before { - content: "\f1da"; + content: ""; } .fa-hockey-puck:before { - content: "\f453"; + content: ""; } .fa-home:before { - content: "\f015"; + content: ""; } .fa-hooli:before { - content: "\f427"; + content: ""; } .fa-hornbill:before { - content: "\f592"; + content: ""; } .fa-hospital:before { - content: "\f0f8"; + content: ""; } .fa-hospital-alt:before { - content: "\f47d"; + content: ""; } .fa-hospital-symbol:before { - content: "\f47e"; + content: ""; } .fa-hot-tub:before { - content: "\f593"; + content: ""; } .fa-hotel:before { - content: "\f594"; + content: ""; } .fa-hotjar:before { - content: "\f3b1"; + content: ""; } .fa-hourglass:before { - content: "\f254"; + content: ""; } .fa-hourglass-end:before { - content: "\f253"; + content: ""; } .fa-hourglass-half:before { - content: "\f252"; + content: ""; } .fa-hourglass-start:before { - content: "\f251"; + content: ""; } .fa-houzz:before { - content: "\f27c"; + content: ""; } .fa-html5:before { - content: "\f13b"; + content: ""; } .fa-hubspot:before { - content: "\f3b2"; + content: ""; } .fa-i-cursor:before { - content: "\f246"; + content: ""; } .fa-id-badge:before { - content: "\f2c1"; + content: ""; } .fa-id-card:before { - content: "\f2c2"; + content: ""; } .fa-id-card-alt:before { - content: "\f47f"; + content: ""; } .fa-image:before { - content: "\f03e"; + content: ""; } .fa-images:before { - content: "\f302"; + content: ""; } .fa-imdb:before { - content: "\f2d8"; + content: ""; } .fa-inbox:before { - content: "\f01c"; + content: ""; } .fa-indent:before { - content: "\f03c"; + content: ""; } .fa-industry:before { - content: "\f275"; + content: ""; } .fa-infinity:before { - content: "\f534"; + content: ""; } .fa-info:before { - content: "\f129"; + content: ""; } .fa-info-circle:before { - content: "\f05a"; + content: ""; } .fa-instagram:before { - content: "\f16d"; + content: ""; } .fa-internet-explorer:before { - content: "\f26b"; + content: ""; } .fa-ioxhost:before { - content: "\f208"; + content: ""; } .fa-italic:before { - content: "\f033"; + content: ""; } .fa-itunes:before { - content: "\f3b4"; + content: ""; } .fa-itunes-note:before { - content: "\f3b5"; + content: ""; } .fa-java:before { - content: "\f4e4"; + content: ""; } .fa-jedi:before { - content: "\f669"; + content: ""; } .fa-jedi-order:before { - content: "\f50e"; + content: ""; } .fa-jenkins:before { - content: "\f3b6"; + content: ""; } .fa-joget:before { - content: "\f3b7"; + content: ""; } .fa-joint:before { - content: "\f595"; + content: ""; } .fa-joomla:before { - content: "\f1aa"; + content: ""; } .fa-journal-whills:before { - content: "\f66a"; + content: ""; } .fa-js:before { - content: "\f3b8"; + content: ""; } .fa-js-square:before { - content: "\f3b9"; + content: ""; } .fa-jsfiddle:before { - content: "\f1cc"; + content: ""; } .fa-kaaba:before { - content: "\f66b"; + content: ""; } .fa-kaggle:before { - content: "\f5fa"; + content: ""; } .fa-key:before { - content: "\f084"; + content: ""; } .fa-keybase:before { - content: "\f4f5"; + content: ""; } .fa-keyboard:before { - content: "\f11c"; + content: ""; } .fa-keycdn:before { - content: "\f3ba"; + content: ""; } .fa-khanda:before { - content: "\f66d"; + content: ""; } .fa-kickstarter:before { - content: "\f3bb"; + content: ""; } .fa-kickstarter-k:before { - content: "\f3bc"; + content: ""; } .fa-kiss:before { - content: "\f596"; + content: ""; } .fa-kiss-beam:before { - content: "\f597"; + content: ""; } .fa-kiss-wink-heart:before { - content: "\f598"; + content: ""; } .fa-kiwi-bird:before { - content: "\f535"; + content: ""; } .fa-korvue:before { - content: "\f42f"; + content: ""; } .fa-landmark:before { - content: "\f66f"; + content: ""; } .fa-language:before { - content: "\f1ab"; + content: ""; } .fa-laptop:before { - content: "\f109"; + content: ""; } .fa-laptop-code:before { - content: "\f5fc"; + content: ""; } .fa-laravel:before { - content: "\f3bd"; + content: ""; } .fa-lastfm:before { - content: "\f202"; + content: ""; } .fa-lastfm-square:before { - content: "\f203"; + content: ""; } .fa-laugh:before { - content: "\f599"; + content: ""; } .fa-laugh-beam:before { - content: "\f59a"; + content: ""; } .fa-laugh-squint:before { - content: "\f59b"; + content: ""; } .fa-laugh-wink:before { - content: "\f59c"; + content: ""; } .fa-layer-group:before { - content: "\f5fd"; + content: ""; } .fa-leaf:before { - content: "\f06c"; + content: ""; } .fa-leanpub:before { - content: "\f212"; + content: ""; } .fa-lemon:before { - content: "\f094"; + content: ""; } .fa-less:before { - content: "\f41d"; + content: ""; } .fa-less-than:before { - content: "\f536"; + content: ""; } .fa-less-than-equal:before { - content: "\f537"; + content: ""; } .fa-level-down-alt:before { - content: "\f3be"; + content: ""; } .fa-level-up-alt:before { - content: "\f3bf"; + content: ""; } .fa-life-ring:before { - content: "\f1cd"; + content: ""; } .fa-lightbulb:before { - content: "\f0eb"; + content: ""; } .fa-line:before { - content: "\f3c0"; + content: ""; } .fa-link:before { - content: "\f0c1"; + content: ""; } .fa-linkedin:before { - content: "\f08c"; + content: ""; } .fa-linkedin-in:before { - content: "\f0e1"; + content: ""; } .fa-linode:before { - content: "\f2b8"; + content: ""; } .fa-linux:before { - content: "\f17c"; + content: ""; } .fa-lira-sign:before { - content: "\f195"; + content: ""; } .fa-list:before { - content: "\f03a"; + content: ""; } .fa-list-alt:before { - content: "\f022"; + content: ""; } .fa-list-ol:before { - content: "\f0cb"; + content: ""; } .fa-list-ul:before { - content: "\f0ca"; + content: ""; } .fa-location-arrow:before { - content: "\f124"; + content: ""; } .fa-lock:before { - content: "\f023"; + content: ""; } .fa-lock-open:before { - content: "\f3c1"; + content: ""; } .fa-long-arrow-alt-down:before { - content: "\f309"; + content: ""; } .fa-long-arrow-alt-left:before { - content: "\f30a"; + content: ""; } .fa-long-arrow-alt-right:before { - content: "\f30b"; + content: ""; } .fa-long-arrow-alt-up:before { - content: "\f30c"; + content: ""; } .fa-low-vision:before { - content: "\f2a8"; + content: ""; } .fa-luggage-cart:before { - content: "\f59d"; + content: ""; } .fa-lyft:before { - content: "\f3c3"; + content: ""; } .fa-magento:before { - content: "\f3c4"; + content: ""; } .fa-magic:before { - content: "\f0d0"; + content: ""; } .fa-magnet:before { - content: "\f076"; + content: ""; } .fa-mail-bulk:before { - content: "\f674"; + content: ""; } .fa-mailchimp:before { - content: "\f59e"; + content: ""; } .fa-male:before { - content: "\f183"; + content: ""; } .fa-mandalorian:before { - content: "\f50f"; + content: ""; } .fa-map:before { - content: "\f279"; + content: ""; } .fa-map-marked:before { - content: "\f59f"; + content: ""; } .fa-map-marked-alt:before { - content: "\f5a0"; + content: ""; } .fa-map-marker:before { - content: "\f041"; + content: ""; } .fa-map-marker-alt:before { - content: "\f3c5"; + content: ""; } .fa-map-pin:before { - content: "\f276"; + content: ""; } .fa-map-signs:before { - content: "\f277"; + content: ""; } .fa-markdown:before { - content: "\f60f"; + content: ""; } .fa-marker:before { - content: "\f5a1"; + content: ""; } .fa-mars:before { - content: "\f222"; + content: ""; } .fa-mars-double:before { - content: "\f227"; + content: ""; } .fa-mars-stroke:before { - content: "\f229"; + content: ""; } .fa-mars-stroke-h:before { - content: "\f22b"; + content: ""; } .fa-mars-stroke-v:before { - content: "\f22a"; + content: ""; } .fa-mastodon:before { - content: "\f4f6"; + content: ""; } .fa-maxcdn:before { - content: "\f136"; + content: ""; } .fa-medal:before { - content: "\f5a2"; + content: ""; } .fa-medapps:before { - content: "\f3c6"; + content: ""; } .fa-medium:before { - content: "\f23a"; + content: ""; } .fa-medium-m:before { - content: "\f3c7"; + content: ""; } .fa-medkit:before { - content: "\f0fa"; + content: ""; } .fa-medrt:before { - content: "\f3c8"; + content: ""; } .fa-meetup:before { - content: "\f2e0"; + content: ""; } .fa-megaport:before { - content: "\f5a3"; + content: ""; } .fa-meh:before { - content: "\f11a"; + content: ""; } .fa-meh-blank:before { - content: "\f5a4"; + content: ""; } .fa-meh-rolling-eyes:before { - content: "\f5a5"; + content: ""; } .fa-memory:before { - content: "\f538"; + content: ""; } .fa-menorah:before { - content: "\f676"; + content: ""; } .fa-mercury:before { - content: "\f223"; + content: ""; } .fa-microchip:before { - content: "\f2db"; + content: ""; } .fa-microphone:before { - content: "\f130"; + content: ""; } .fa-microphone-alt:before { - content: "\f3c9"; + content: ""; } .fa-microphone-alt-slash:before { - content: "\f539"; + content: ""; } .fa-microphone-slash:before { - content: "\f131"; + content: ""; } .fa-microscope:before { - content: "\f610"; + content: ""; } .fa-microsoft:before { - content: "\f3ca"; + content: ""; } .fa-minus:before { - content: "\f068"; + content: ""; } .fa-minus-circle:before { - content: "\f056"; + content: ""; } .fa-minus-square:before { - content: "\f146"; + content: ""; } .fa-mix:before { - content: "\f3cb"; + content: ""; } .fa-mixcloud:before { - content: "\f289"; + content: ""; } .fa-mizuni:before { - content: "\f3cc"; + content: ""; } .fa-mobile:before { - content: "\f10b"; + content: ""; } .fa-mobile-alt:before { - content: "\f3cd"; + content: ""; } .fa-modx:before { - content: "\f285"; + content: ""; } .fa-monero:before { - content: "\f3d0"; + content: ""; } .fa-money-bill:before { - content: "\f0d6"; + content: ""; } .fa-money-bill-alt:before { - content: "\f3d1"; + content: ""; } .fa-money-bill-wave:before { - content: "\f53a"; + content: ""; } .fa-money-bill-wave-alt:before { - content: "\f53b"; + content: ""; } .fa-money-check:before { - content: "\f53c"; + content: ""; } .fa-money-check-alt:before { - content: "\f53d"; + content: ""; } .fa-monument:before { - content: "\f5a6"; + content: ""; } .fa-moon:before { - content: "\f186"; + content: ""; } .fa-mortar-pestle:before { - content: "\f5a7"; + content: ""; } .fa-mosque:before { - content: "\f678"; + content: ""; } .fa-motorcycle:before { - content: "\f21c"; + content: ""; } .fa-mouse-pointer:before { - content: "\f245"; + content: ""; } .fa-music:before { - content: "\f001"; + content: ""; } .fa-napster:before { - content: "\f3d2"; + content: ""; } .fa-neos:before { - content: "\f612"; + content: ""; } .fa-neuter:before { - content: "\f22c"; + content: ""; } .fa-newspaper:before { - content: "\f1ea"; + content: ""; } .fa-nimblr:before { - content: "\f5a8"; + content: ""; } .fa-nintendo-switch:before { - content: "\f418"; + content: ""; } .fa-node:before { - content: "\f419"; + content: ""; } .fa-node-js:before { - content: "\f3d3"; + content: ""; } .fa-not-equal:before { - content: "\f53e"; + content: ""; } .fa-notes-medical:before { - content: "\f481"; + content: ""; } .fa-npm:before { - content: "\f3d4"; + content: ""; } .fa-ns8:before { - content: "\f3d5"; + content: ""; } .fa-nutritionix:before { - content: "\f3d6"; + content: ""; } .fa-object-group:before { - content: "\f247"; + content: ""; } .fa-object-ungroup:before { - content: "\f248"; + content: ""; } .fa-odnoklassniki:before { - content: "\f263"; + content: ""; } .fa-odnoklassniki-square:before { - content: "\f264"; + content: ""; } .fa-oil-can:before { - content: "\f613"; + content: ""; } .fa-old-republic:before { - content: "\f510"; + content: ""; } .fa-om:before { - content: "\f679"; + content: ""; } .fa-opencart:before { - content: "\f23d"; + content: ""; } .fa-openid:before { - content: "\f19b"; + content: ""; } .fa-opera:before { - content: "\f26a"; + content: ""; } .fa-optin-monster:before { - content: "\f23c"; + content: ""; } .fa-osi:before { - content: "\f41a"; + content: ""; } .fa-outdent:before { - content: "\f03b"; + content: ""; } .fa-page4:before { - content: "\f3d7"; + content: ""; } .fa-pagelines:before { - content: "\f18c"; + content: ""; } .fa-paint-brush:before { - content: "\f1fc"; + content: ""; } .fa-paint-roller:before { - content: "\f5aa"; + content: ""; } .fa-palette:before { - content: "\f53f"; + content: ""; } .fa-palfed:before { - content: "\f3d8"; + content: ""; } .fa-pallet:before { - content: "\f482"; + content: ""; } .fa-paper-plane:before { - content: "\f1d8"; + content: ""; } .fa-paperclip:before { - content: "\f0c6"; + content: ""; } .fa-parachute-box:before { - content: "\f4cd"; + content: ""; } .fa-paragraph:before { - content: "\f1dd"; + content: ""; } .fa-parking:before { - content: "\f540"; + content: ""; } .fa-passport:before { - content: "\f5ab"; + content: ""; } .fa-pastafarianism:before { - content: "\f67b"; + content: ""; } .fa-paste:before { - content: "\f0ea"; + content: ""; } .fa-patreon:before { - content: "\f3d9"; + content: ""; } .fa-pause:before { - content: "\f04c"; + content: ""; } .fa-pause-circle:before { - content: "\f28b"; + content: ""; } .fa-paw:before { - content: "\f1b0"; + content: ""; } .fa-paypal:before { - content: "\f1ed"; + content: ""; } .fa-peace:before { - content: "\f67c"; + content: ""; } .fa-pen:before { - content: "\f304"; + content: ""; } .fa-pen-alt:before { - content: "\f305"; + content: ""; } .fa-pen-fancy:before { - content: "\f5ac"; + content: ""; } .fa-pen-nib:before { - content: "\f5ad"; + content: ""; } .fa-pen-square:before { - content: "\f14b"; + content: ""; } .fa-pencil-alt:before { - content: "\f303"; + content: ""; } .fa-pencil-ruler:before { - content: "\f5ae"; + content: ""; } .fa-people-carry:before { - content: "\f4ce"; + content: ""; } .fa-percent:before { - content: "\f295"; + content: ""; } .fa-percentage:before { - content: "\f541"; + content: ""; } .fa-periscope:before { - content: "\f3da"; + content: ""; } .fa-phabricator:before { - content: "\f3db"; + content: ""; } .fa-phoenix-framework:before { - content: "\f3dc"; + content: ""; } .fa-phoenix-squadron:before { - content: "\f511"; + content: ""; } .fa-phone:before { - content: "\f095"; + content: ""; } .fa-phone-slash:before { - content: "\f3dd"; + content: ""; } .fa-phone-square:before { - content: "\f098"; + content: ""; } .fa-phone-volume:before { - content: "\f2a0"; + content: ""; } .fa-php:before { - content: "\f457"; + content: ""; } .fa-pied-piper:before { - content: "\f2ae"; + content: ""; } .fa-pied-piper-alt:before { - content: "\f1a8"; + content: ""; } .fa-pied-piper-hat:before { - content: "\f4e5"; + content: ""; } .fa-pied-piper-pp:before { - content: "\f1a7"; + content: ""; } .fa-piggy-bank:before { - content: "\f4d3"; + content: ""; } .fa-pills:before { - content: "\f484"; + content: ""; } .fa-pinterest:before { - content: "\f0d2"; + content: ""; } .fa-pinterest-p:before { - content: "\f231"; + content: ""; } .fa-pinterest-square:before { - content: "\f0d3"; + content: ""; } .fa-place-of-worship:before { - content: "\f67f"; + content: ""; } .fa-plane:before { - content: "\f072"; + content: ""; } .fa-plane-arrival:before { - content: "\f5af"; + content: ""; } .fa-plane-departure:before { - content: "\f5b0"; + content: ""; } .fa-play:before { - content: "\f04b"; + content: ""; } .fa-play-circle:before { - content: "\f144"; + content: ""; } .fa-playstation:before { - content: "\f3df"; + content: ""; } .fa-plug:before { - content: "\f1e6"; + content: ""; } .fa-plus:before { - content: "\f067"; + content: ""; } .fa-plus-circle:before { - content: "\f055"; + content: ""; } .fa-plus-square:before { - content: "\f0fe"; + content: ""; } .fa-podcast:before { - content: "\f2ce"; + content: ""; } .fa-poll:before { - content: "\f681"; + content: ""; } .fa-poll-h:before { - content: "\f682"; + content: ""; } .fa-poo:before { - content: "\f2fe"; + content: ""; } .fa-poop:before { - content: "\f619"; + content: ""; } .fa-portrait:before { - content: "\f3e0"; + content: ""; } .fa-pound-sign:before { - content: "\f154"; + content: ""; } .fa-power-off:before { - content: "\f011"; + content: ""; } .fa-pray:before { - content: "\f683"; + content: ""; } .fa-praying-hands:before { - content: "\f684"; + content: ""; } .fa-prescription:before { - content: "\f5b1"; + content: ""; } .fa-prescription-bottle:before { - content: "\f485"; + content: ""; } .fa-prescription-bottle-alt:before { - content: "\f486"; + content: ""; } .fa-print:before { - content: "\f02f"; + content: ""; } .fa-procedures:before { - content: "\f487"; + content: ""; } .fa-product-hunt:before { - content: "\f288"; + content: ""; } .fa-project-diagram:before { - content: "\f542"; + content: ""; } .fa-pushed:before { - content: "\f3e1"; + content: ""; } .fa-puzzle-piece:before { - content: "\f12e"; + content: ""; } .fa-python:before { - content: "\f3e2"; + content: ""; } .fa-qq:before { - content: "\f1d6"; + content: ""; } .fa-qrcode:before { - content: "\f029"; + content: ""; } .fa-question:before { - content: "\f128"; + content: ""; } .fa-question-circle:before { - content: "\f059"; + content: ""; } .fa-quidditch:before { - content: "\f458"; + content: ""; } .fa-quinscape:before { - content: "\f459"; + content: ""; } .fa-quora:before { - content: "\f2c4"; + content: ""; } .fa-quote-left:before { - content: "\f10d"; + content: ""; } .fa-quote-right:before { - content: "\f10e"; + content: ""; } .fa-quran:before { - content: "\f687"; + content: ""; } .fa-r-project:before { - content: "\f4f7"; + content: ""; } .fa-random:before { - content: "\f074"; + content: ""; } .fa-ravelry:before { - content: "\f2d9"; + content: ""; } .fa-react:before { - content: "\f41b"; + content: ""; } .fa-readme:before { - content: "\f4d5"; + content: ""; } .fa-rebel:before { - content: "\f1d0"; + content: ""; } .fa-receipt:before { - content: "\f543"; + content: ""; } .fa-recycle:before { - content: "\f1b8"; + content: ""; } .fa-red-river:before { - content: "\f3e3"; + content: ""; } .fa-reddit:before { - content: "\f1a1"; + content: ""; } .fa-reddit-alien:before { - content: "\f281"; + content: ""; } .fa-reddit-square:before { - content: "\f1a2"; + content: ""; } .fa-redo:before { - content: "\f01e"; + content: ""; } .fa-redo-alt:before { - content: "\f2f9"; + content: ""; } .fa-registered:before { - content: "\f25d"; + content: ""; } .fa-rendact:before { - content: "\f3e4"; + content: ""; } .fa-renren:before { - content: "\f18b"; + content: ""; } .fa-reply:before { - content: "\f3e5"; + content: ""; } .fa-reply-all:before { - content: "\f122"; + content: ""; } .fa-replyd:before { - content: "\f3e6"; + content: ""; } .fa-researchgate:before { - content: "\f4f8"; + content: ""; } .fa-resolving:before { - content: "\f3e7"; + content: ""; } .fa-retweet:before { - content: "\f079"; + content: ""; } .fa-rev:before { - content: "\f5b2"; + content: ""; } .fa-ribbon:before { - content: "\f4d6"; + content: ""; } .fa-road:before { - content: "\f018"; + content: ""; } .fa-robot:before { - content: "\f544"; + content: ""; } .fa-rocket:before { - content: "\f135"; + content: ""; } .fa-rocketchat:before { - content: "\f3e8"; + content: ""; } .fa-rockrms:before { - content: "\f3e9"; + content: ""; } .fa-route:before { - content: "\f4d7"; + content: ""; } .fa-rss:before { - content: "\f09e"; + content: ""; } .fa-rss-square:before { - content: "\f143"; + content: ""; } .fa-ruble-sign:before { - content: "\f158"; + content: ""; } .fa-ruler:before { - content: "\f545"; + content: ""; } .fa-ruler-combined:before { - content: "\f546"; + content: ""; } .fa-ruler-horizontal:before { - content: "\f547"; + content: ""; } .fa-ruler-vertical:before { - content: "\f548"; + content: ""; } .fa-rupee-sign:before { - content: "\f156"; + content: ""; } .fa-sad-cry:before { - content: "\f5b3"; + content: ""; } .fa-sad-tear:before { - content: "\f5b4"; + content: ""; } .fa-safari:before { - content: "\f267"; + content: ""; } .fa-sass:before { - content: "\f41e"; + content: ""; } .fa-save:before { - content: "\f0c7"; + content: ""; } .fa-schlix:before { - content: "\f3ea"; + content: ""; } .fa-school:before { - content: "\f549"; + content: ""; } .fa-screwdriver:before { - content: "\f54a"; + content: ""; } .fa-scribd:before { - content: "\f28a"; + content: ""; } .fa-search:before { - content: "\f002"; + content: ""; } .fa-search-dollar:before { - content: "\f688"; + content: ""; } .fa-search-location:before { - content: "\f689"; + content: ""; } .fa-search-minus:before { - content: "\f010"; + content: ""; } .fa-search-plus:before { - content: "\f00e"; + content: ""; } .fa-searchengin:before { - content: "\f3eb"; + content: ""; } .fa-seedling:before { - content: "\f4d8"; + content: ""; } .fa-sellcast:before { - content: "\f2da"; + content: ""; } .fa-sellsy:before { - content: "\f213"; + content: ""; } .fa-server:before { - content: "\f233"; + content: ""; } .fa-servicestack:before { - content: "\f3ec"; + content: ""; } .fa-shapes:before { - content: "\f61f"; + content: ""; } .fa-share:before { - content: "\f064"; + content: ""; } .fa-share-alt:before { - content: "\f1e0"; + content: ""; } .fa-share-alt-square:before { - content: "\f1e1"; + content: ""; } .fa-share-square:before { - content: "\f14d"; + content: ""; } .fa-shekel-sign:before { - content: "\f20b"; + content: ""; } .fa-shield-alt:before { - content: "\f3ed"; + content: ""; } .fa-ship:before { - content: "\f21a"; + content: ""; } .fa-shipping-fast:before { - content: "\f48b"; + content: ""; } .fa-shirtsinbulk:before { - content: "\f214"; + content: ""; } .fa-shoe-prints:before { - content: "\f54b"; + content: ""; } .fa-shopping-bag:before { - content: "\f290"; + content: ""; } .fa-shopping-basket:before { - content: "\f291"; + content: ""; } .fa-shopping-cart:before { - content: "\f07a"; + content: ""; } .fa-shopware:before { - content: "\f5b5"; + content: ""; } .fa-shower:before { - content: "\f2cc"; + content: ""; } .fa-shuttle-van:before { - content: "\f5b6"; + content: ""; } .fa-sign:before { - content: "\f4d9"; + content: ""; } .fa-sign-in-alt:before { - content: "\f2f6"; + content: ""; } .fa-sign-language:before { - content: "\f2a7"; + content: ""; } .fa-sign-out-alt:before { - content: "\f2f5"; + content: ""; } .fa-signal:before { - content: "\f012"; + content: ""; } .fa-signature:before { - content: "\f5b7"; + content: ""; } .fa-simplybuilt:before { - content: "\f215"; + content: ""; } .fa-sistrix:before { - content: "\f3ee"; + content: ""; } .fa-sitemap:before { - content: "\f0e8"; + content: ""; } .fa-sith:before { - content: "\f512"; + content: ""; } .fa-skull:before { - content: "\f54c"; + content: ""; } .fa-skyatlas:before { - content: "\f216"; + content: ""; } .fa-skype:before { - content: "\f17e"; + content: ""; } .fa-slack:before { - content: "\f198"; + content: ""; } .fa-slack-hash:before { - content: "\f3ef"; + content: ""; } .fa-sliders-h:before { - content: "\f1de"; + content: ""; } .fa-slideshare:before { - content: "\f1e7"; + content: ""; } .fa-smile:before { - content: "\f118"; + content: ""; } .fa-smile-beam:before { - content: "\f5b8"; + content: ""; } .fa-smile-wink:before { - content: "\f4da"; + content: ""; } .fa-smoking:before { - content: "\f48d"; + content: ""; } .fa-smoking-ban:before { - content: "\f54d"; + content: ""; } .fa-snapchat:before { - content: "\f2ab"; + content: ""; } .fa-snapchat-ghost:before { - content: "\f2ac"; + content: ""; } .fa-snapchat-square:before { - content: "\f2ad"; + content: ""; } .fa-snowflake:before { - content: "\f2dc"; + content: ""; } .fa-socks:before { - content: "\f696"; + content: ""; } .fa-solar-panel:before { - content: "\f5ba"; + content: ""; } .fa-sort:before { - content: "\f0dc"; + content: ""; } .fa-sort-alpha-down:before { - content: "\f15d"; + content: ""; } .fa-sort-alpha-up:before { - content: "\f15e"; + content: ""; } .fa-sort-amount-down:before { - content: "\f160"; + content: ""; } .fa-sort-amount-up:before { - content: "\f161"; + content: ""; } .fa-sort-down:before { - content: "\f0dd"; + content: ""; } .fa-sort-numeric-down:before { - content: "\f162"; + content: ""; } .fa-sort-numeric-up:before { - content: "\f163"; + content: ""; } .fa-sort-up:before { - content: "\f0de"; + content: ""; } .fa-soundcloud:before { - content: "\f1be"; + content: ""; } .fa-spa:before { - content: "\f5bb"; + content: ""; } .fa-space-shuttle:before { - content: "\f197"; + content: ""; } .fa-speakap:before { - content: "\f3f3"; + content: ""; } .fa-spinner:before { - content: "\f110"; + content: ""; } .fa-splotch:before { - content: "\f5bc"; + content: ""; } .fa-spotify:before { - content: "\f1bc"; + content: ""; } .fa-spray-can:before { - content: "\f5bd"; + content: ""; } .fa-square:before { - content: "\f0c8"; + content: ""; } .fa-square-full:before { - content: "\f45c"; + content: ""; } .fa-square-root-alt:before { - content: "\f698"; + content: ""; } .fa-squarespace:before { - content: "\f5be"; + content: ""; } .fa-stack-exchange:before { - content: "\f18d"; + content: ""; } .fa-stack-overflow:before { - content: "\f16c"; + content: ""; } .fa-stamp:before { - content: "\f5bf"; + content: ""; } .fa-star:before { - content: "\f005"; + content: ""; } .fa-star-and-crescent:before { - content: "\f699"; + content: ""; } .fa-star-half:before { - content: "\f089"; + content: ""; } .fa-star-half-alt:before { - content: "\f5c0"; + content: ""; } .fa-star-of-david:before { - content: "\f69a"; + content: ""; } .fa-star-of-life:before { - content: "\f621"; + content: ""; } .fa-staylinked:before { - content: "\f3f5"; + content: ""; } .fa-steam:before { - content: "\f1b6"; + content: ""; } .fa-steam-square:before { - content: "\f1b7"; + content: ""; } .fa-steam-symbol:before { - content: "\f3f6"; + content: ""; } .fa-step-backward:before { - content: "\f048"; + content: ""; } .fa-step-forward:before { - content: "\f051"; + content: ""; } .fa-stethoscope:before { - content: "\f0f1"; + content: ""; } .fa-sticker-mule:before { - content: "\f3f7"; + content: ""; } .fa-sticky-note:before { - content: "\f249"; + content: ""; } .fa-stop:before { - content: "\f04d"; + content: ""; } .fa-stop-circle:before { - content: "\f28d"; + content: ""; } .fa-stopwatch:before { - content: "\f2f2"; + content: ""; } .fa-store:before { - content: "\f54e"; + content: ""; } .fa-store-alt:before { - content: "\f54f"; + content: ""; } .fa-strava:before { - content: "\f428"; + content: ""; } .fa-stream:before { - content: "\f550"; + content: ""; } .fa-street-view:before { - content: "\f21d"; + content: ""; } .fa-strikethrough:before { - content: "\f0cc"; + content: ""; } .fa-stripe:before { - content: "\f429"; + content: ""; } .fa-stripe-s:before { - content: "\f42a"; + content: ""; } .fa-stroopwafel:before { - content: "\f551"; + content: ""; } .fa-studiovinari:before { - content: "\f3f8"; + content: ""; } .fa-stumbleupon:before { - content: "\f1a4"; + content: ""; } .fa-stumbleupon-circle:before { - content: "\f1a3"; + content: ""; } .fa-subscript:before { - content: "\f12c"; + content: ""; } .fa-subway:before { - content: "\f239"; + content: ""; } .fa-suitcase:before { - content: "\f0f2"; + content: ""; } .fa-suitcase-rolling:before { - content: "\f5c1"; + content: ""; } .fa-sun:before { - content: "\f185"; + content: ""; } .fa-superpowers:before { - content: "\f2dd"; + content: ""; } .fa-superscript:before { - content: "\f12b"; + content: ""; } .fa-supple:before { - content: "\f3f9"; + content: ""; } .fa-surprise:before { - content: "\f5c2"; + content: ""; } .fa-swatchbook:before { - content: "\f5c3"; + content: ""; } .fa-swimmer:before { - content: "\f5c4"; + content: ""; } .fa-swimming-pool:before { - content: "\f5c5"; + content: ""; } .fa-synagogue:before { - content: "\f69b"; + content: ""; } .fa-sync:before { - content: "\f021"; + content: ""; } .fa-sync-alt:before { - content: "\f2f1"; + content: ""; } .fa-syringe:before { - content: "\f48e"; + content: ""; } .fa-table:before { - content: "\f0ce"; + content: ""; } .fa-table-tennis:before { - content: "\f45d"; + content: ""; } .fa-tablet:before { - content: "\f10a"; + content: ""; } .fa-tablet-alt:before { - content: "\f3fa"; + content: ""; } .fa-tablets:before { - content: "\f490"; + content: ""; } .fa-tachometer-alt:before { - content: "\f3fd"; + content: ""; } .fa-tag:before { - content: "\f02b"; + content: ""; } .fa-tags:before { - content: "\f02c"; + content: ""; } .fa-tape:before { - content: "\f4db"; + content: ""; } .fa-tasks:before { - content: "\f0ae"; + content: ""; } .fa-taxi:before { - content: "\f1ba"; + content: ""; } .fa-teamspeak:before { - content: "\f4f9"; + content: ""; } .fa-teeth:before { - content: "\f62e"; + content: ""; } .fa-teeth-open:before { - content: "\f62f"; + content: ""; } .fa-telegram:before { - content: "\f2c6"; + content: ""; } .fa-telegram-plane:before { - content: "\f3fe"; + content: ""; } .fa-tencent-weibo:before { - content: "\f1d5"; + content: ""; } .fa-terminal:before { - content: "\f120"; + content: ""; } .fa-text-height:before { - content: "\f034"; + content: ""; } .fa-text-width:before { - content: "\f035"; + content: ""; } .fa-th:before { - content: "\f00a"; + content: ""; } .fa-th-large:before { - content: "\f009"; + content: ""; } .fa-th-list:before { - content: "\f00b"; + content: ""; } .fa-the-red-yeti:before { - content: "\f69d"; + content: ""; } .fa-theater-masks:before { - content: "\f630"; + content: ""; } .fa-themeco:before { - content: "\f5c6"; + content: ""; } .fa-themeisle:before { - content: "\f2b2"; + content: ""; } .fa-thermometer:before { - content: "\f491"; + content: ""; } .fa-thermometer-empty:before { - content: "\f2cb"; + content: ""; } .fa-thermometer-full:before { - content: "\f2c7"; + content: ""; } .fa-thermometer-half:before { - content: "\f2c9"; + content: ""; } .fa-thermometer-quarter:before { - content: "\f2ca"; + content: ""; } .fa-thermometer-three-quarters:before { - content: "\f2c8"; + content: ""; } .fa-thumbs-down:before { - content: "\f165"; + content: ""; } .fa-thumbs-up:before { - content: "\f164"; + content: ""; } .fa-thumbtack:before { - content: "\f08d"; + content: ""; } .fa-ticket-alt:before { - content: "\f3ff"; + content: ""; } .fa-times:before { - content: "\f00d"; + content: ""; } .fa-times-circle:before { - content: "\f057"; + content: ""; } .fa-tint:before { - content: "\f043"; + content: ""; } .fa-tint-slash:before { - content: "\f5c7"; + content: ""; } .fa-tired:before { - content: "\f5c8"; + content: ""; } .fa-toggle-off:before { - content: "\f204"; + content: ""; } .fa-toggle-on:before { - content: "\f205"; + content: ""; } .fa-toolbox:before { - content: "\f552"; + content: ""; } .fa-tooth:before { - content: "\f5c9"; + content: ""; } .fa-torah:before { - content: "\f6a0"; + content: ""; } .fa-torii-gate:before { - content: "\f6a1"; + content: ""; } .fa-trade-federation:before { - content: "\f513"; + content: ""; } .fa-trademark:before { - content: "\f25c"; + content: ""; } .fa-traffic-light:before { - content: "\f637"; + content: ""; } .fa-train:before { - content: "\f238"; + content: ""; } .fa-transgender:before { - content: "\f224"; + content: ""; } .fa-transgender-alt:before { - content: "\f225"; + content: ""; } .fa-trash:before { - content: "\f1f8"; + content: ""; } .fa-trash-alt:before { - content: "\f2ed"; + content: ""; } .fa-tree:before { - content: "\f1bb"; + content: ""; } .fa-trello:before { - content: "\f181"; + content: ""; } .fa-tripadvisor:before { - content: "\f262"; + content: ""; } .fa-trophy:before { - content: "\f091"; + content: ""; } .fa-truck:before { - content: "\f0d1"; + content: ""; } .fa-truck-loading:before { - content: "\f4de"; + content: ""; } .fa-truck-monster:before { - content: "\f63b"; + content: ""; } .fa-truck-moving:before { - content: "\f4df"; + content: ""; } .fa-truck-pickup:before { - content: "\f63c"; + content: ""; } .fa-tshirt:before { - content: "\f553"; + content: ""; } .fa-tty:before { - content: "\f1e4"; + content: ""; } .fa-tumblr:before { - content: "\f173"; + content: ""; } .fa-tumblr-square:before { - content: "\f174"; + content: ""; } .fa-tv:before { - content: "\f26c"; + content: ""; } .fa-twitch:before { - content: "\f1e8"; + content: ""; } .fa-twitter:before { - content: "\f099"; + content: ""; } .fa-twitter-square:before { - content: "\f081"; + content: ""; } .fa-typo3:before { - content: "\f42b"; + content: ""; } .fa-uber:before { - content: "\f402"; + content: ""; } .fa-uikit:before { - content: "\f403"; + content: ""; } .fa-umbrella:before { - content: "\f0e9"; + content: ""; } .fa-umbrella-beach:before { - content: "\f5ca"; + content: ""; } .fa-underline:before { - content: "\f0cd"; + content: ""; } .fa-undo:before { - content: "\f0e2"; + content: ""; } .fa-undo-alt:before { - content: "\f2ea"; + content: ""; } .fa-uniregistry:before { - content: "\f404"; + content: ""; } .fa-universal-access:before { - content: "\f29a"; + content: ""; } .fa-university:before { - content: "\f19c"; + content: ""; } .fa-unlink:before { - content: "\f127"; + content: ""; } .fa-unlock:before { - content: "\f09c"; + content: ""; } .fa-unlock-alt:before { - content: "\f13e"; + content: ""; } .fa-untappd:before { - content: "\f405"; + content: ""; } .fa-upload:before { - content: "\f093"; + content: ""; } .fa-usb:before { - content: "\f287"; + content: ""; } .fa-user:before { - content: "\f007"; + content: ""; } .fa-user-alt:before { - content: "\f406"; + content: ""; } .fa-user-alt-slash:before { - content: "\f4fa"; + content: ""; } .fa-user-astronaut:before { - content: "\f4fb"; + content: ""; } .fa-user-check:before { - content: "\f4fc"; + content: ""; } .fa-user-circle:before { - content: "\f2bd"; + content: ""; } .fa-user-clock:before { - content: "\f4fd"; + content: ""; } .fa-user-cog:before { - content: "\f4fe"; + content: ""; } .fa-user-edit:before { - content: "\f4ff"; + content: ""; } .fa-user-friends:before { - content: "\f500"; + content: ""; } .fa-user-graduate:before { - content: "\f501"; + content: ""; } .fa-user-lock:before { - content: "\f502"; + content: ""; } .fa-user-md:before { - content: "\f0f0"; + content: ""; } .fa-user-minus:before { - content: "\f503"; + content: ""; } .fa-user-ninja:before { - content: "\f504"; + content: ""; } .fa-user-plus:before { - content: "\f234"; + content: ""; } .fa-user-secret:before { - content: "\f21b"; + content: ""; } .fa-user-shield:before { - content: "\f505"; + content: ""; } .fa-user-slash:before { - content: "\f506"; + content: ""; } .fa-user-tag:before { - content: "\f507"; + content: ""; } .fa-user-tie:before { - content: "\f508"; + content: ""; } .fa-user-times:before { - content: "\f235"; + content: ""; } .fa-users:before { - content: "\f0c0"; + content: ""; } .fa-users-cog:before { - content: "\f509"; + content: ""; } .fa-ussunnah:before { - content: "\f407"; + content: ""; } .fa-utensil-spoon:before { - content: "\f2e5"; + content: ""; } .fa-utensils:before { - content: "\f2e7"; + content: ""; } .fa-vaadin:before { - content: "\f408"; + content: ""; } .fa-vector-square:before { - content: "\f5cb"; + content: ""; } .fa-venus:before { - content: "\f221"; + content: ""; } .fa-venus-double:before { - content: "\f226"; + content: ""; } .fa-venus-mars:before { - content: "\f228"; + content: ""; } .fa-viacoin:before { - content: "\f237"; + content: ""; } .fa-viadeo:before { - content: "\f2a9"; + content: ""; } .fa-viadeo-square:before { - content: "\f2aa"; + content: ""; } .fa-vial:before { - content: "\f492"; + content: ""; } .fa-vials:before { - content: "\f493"; + content: ""; } .fa-viber:before { - content: "\f409"; + content: ""; } .fa-video:before { - content: "\f03d"; + content: ""; } .fa-video-slash:before { - content: "\f4e2"; + content: ""; } .fa-vihara:before { - content: "\f6a7"; + content: ""; } .fa-vimeo:before { - content: "\f40a"; + content: ""; } .fa-vimeo-square:before { - content: "\f194"; + content: ""; } .fa-vimeo-v:before { - content: "\f27d"; + content: ""; } .fa-vine:before { - content: "\f1ca"; + content: ""; } .fa-vk:before { - content: "\f189"; + content: ""; } .fa-vnv:before { - content: "\f40b"; + content: ""; } .fa-volleyball-ball:before { - content: "\f45f"; + content: ""; } .fa-volume-down:before { - content: "\f027"; + content: ""; } .fa-volume-off:before { - content: "\f026"; + content: ""; } .fa-volume-up:before { - content: "\f028"; + content: ""; } .fa-vuejs:before { - content: "\f41f"; + content: ""; } .fa-walking:before { - content: "\f554"; + content: ""; } .fa-wallet:before { - content: "\f555"; + content: ""; } .fa-warehouse:before { - content: "\f494"; + content: ""; } .fa-weebly:before { - content: "\f5cc"; + content: ""; } .fa-weibo:before { - content: "\f18a"; + content: ""; } .fa-weight:before { - content: "\f496"; + content: ""; } .fa-weight-hanging:before { - content: "\f5cd"; + content: ""; } .fa-weixin:before { - content: "\f1d7"; + content: ""; } .fa-whatsapp:before { - content: "\f232"; + content: ""; } .fa-whatsapp-square:before { - content: "\f40c"; + content: ""; } .fa-wheelchair:before { - content: "\f193"; + content: ""; } .fa-whmcs:before { - content: "\f40d"; + content: ""; } .fa-wifi:before { - content: "\f1eb"; + content: ""; } .fa-wikipedia-w:before { - content: "\f266"; + content: ""; } .fa-window-close:before { - content: "\f410"; + content: ""; } .fa-window-maximize:before { - content: "\f2d0"; + content: ""; } .fa-window-minimize:before { - content: "\f2d1"; + content: ""; } .fa-window-restore:before { - content: "\f2d2"; + content: ""; } .fa-windows:before { - content: "\f17a"; + content: ""; } .fa-wine-glass:before { - content: "\f4e3"; + content: ""; } .fa-wine-glass-alt:before { - content: "\f5ce"; + content: ""; } .fa-wix:before { - content: "\f5cf"; + content: ""; } .fa-wolf-pack-battalion:before { - content: "\f514"; + content: ""; } .fa-won-sign:before { - content: "\f159"; + content: ""; } .fa-wordpress:before { - content: "\f19a"; + content: ""; } .fa-wordpress-simple:before { - content: "\f411"; + content: ""; } .fa-wpbeginner:before { - content: "\f297"; + content: ""; } .fa-wpexplorer:before { - content: "\f2de"; + content: ""; } .fa-wpforms:before { - content: "\f298"; + content: ""; } .fa-wrench:before { - content: "\f0ad"; + content: ""; } .fa-x-ray:before { - content: "\f497"; + content: ""; } .fa-xbox:before { - content: "\f412"; + content: ""; } .fa-xing:before { - content: "\f168"; + content: ""; } .fa-xing-square:before { - content: "\f169"; + content: ""; } .fa-y-combinator:before { - content: "\f23b"; + content: ""; } .fa-yahoo:before { - content: "\f19e"; + content: ""; } .fa-yandex:before { - content: "\f413"; + content: ""; } .fa-yandex-international:before { - content: "\f414"; + content: ""; } .fa-yelp:before { - content: "\f1e9"; + content: ""; } .fa-yen-sign:before { - content: "\f157"; + content: ""; } .fa-yin-yang:before { - content: "\f6ad"; + content: ""; } .fa-yoast:before { - content: "\f2b1"; + content: ""; } .fa-youtube:before { - content: "\f167"; + content: ""; } .fa-youtube-square:before { - content: "\f431"; + content: ""; } .fa-zhihu:before { - content: "\f63f"; + content: ""; } .sr-only { @@ -5353,22 +5353,22 @@ and open the template in the editor. color: #E5E5E5; } .enka-custom-radio.star::before { - content: "\f005"; + content: ""; } .enka-custom-radio.thumb::before { - content: "\f164"; + content: ""; } .enka-custom-radio.smiley::before { - content: "\f118"; + content: ""; } .enka-custom-radio.heart::before { - content: "\f004"; + content: ""; } .enka-custom-radio.flag::before { - content: "\f024"; + content: ""; } .enka-custom-radio.user::before { - content: "\f007"; + content: ""; } /* visual analog scale - radio buttons */ @@ -5379,25 +5379,25 @@ and open the template in the editor. color: #E5E5E5; } .enka-vizualna-skala.siv-61::before, .enka-vizualna-skala.siv-71::before { - content: "\f5b4"; + content: ""; } .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"; + content: ""; } .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"; + content: ""; } .enka-vizualna-skala.siv-32::before, .enka-vizualna-skala.siv-53::before, .enka-vizualna-skala.siv-74::before { - content: "\f11a"; + content: ""; } .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"; + content: ""; } .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"; + content: ""; } .enka-vizualna-skala.siv-66::before, .enka-vizualna-skala.siv-77::before { - content: "\f59c"; + content: ""; } /* @@ -5411,88 +5411,88 @@ and open the template in the editor. */ /* icons */ span.faicon.plus::before { - content: "\f067"; + content: ""; } span.faicon.minus::before { - content: "\f068"; + content: ""; } span.faicon.success::before, span.circle-check::before { - content: "\f058"; + content: ""; } span.faicon.close::before { font-size: 18px; font-weight: 400; - content: "\f057"; + content: ""; } span.faicon.dropdown_blue::before { font-size: 16px; - content: "\f13a"; + content: ""; } span.faicon.dropup_blue::before { font-size: 16px; - content: "\f139"; + content: ""; } span.faicon.arrow_back::before { font-weight: 600; font-size: 16px; - content: "\f137"; + content: ""; } span.faicon.add::before { font-size: 18px; - content: "\f055"; + content: ""; } span.faicon.remove::before { font-size: 18px; - content: "\f056"; + content: ""; } span.faicon.delete::before { font-size: 18px; font-weight: 400; - content: "\f2ed"; + content: ""; } span.faicon.anketa_delete::before { font-size: 24px; font-weight: 400; - content: "\f2ed"; + content: ""; } span.faicon.copy::before { font-size: 18px; - content: "\f0c5"; + content: ""; font-weight: 400; } span.faicon.anketa_copy::before { font-size: 24px; - content: "\f0c5"; + content: ""; font-weight: 400; } span.faicon.export::before { font-size: 24px; - content: "\f56e"; + content: ""; } span.faicon.file-import::before { - content: "\f56f"; + content: ""; transform: scaleX(-1); } span.faicon.import::before { font-size: 24px; font-weight: 400; - content: "\f1c2"; + content: ""; } /*span.faicon.import::after{ @@ -5502,137 +5502,137 @@ span.faicon.import::before { }*/ span.faicon.library::before { font-size: 24px; - content: "\f518"; + content: ""; } span.faicon.folder::before { font-size: 16px; font-weight: 600; - content: "\f07b"; + content: ""; } span.faicon.folder_empty::before { font-size: 16px; font-weight: 400; - content: "\f07b"; + content: ""; } span.faicon.after.sort_down_arrow::after { - content: "\f0d7"; + content: ""; margin-left: 5px; } span.faicon.after.sort_up_arrow::after { - content: "\f0d8"; + content: ""; margin-left: 5px; } span.faicon.info::before { font-size: 28px; - content: "\f05a"; + content: ""; vertical-align: middle; } span.faicon.pagination_left::before { margin: 0 1px 0 1px; - content: "\f104"; + content: ""; } span.faicon.pagination_right::before { margin: 0 0 0 1px; - content: "\f105"; + content: ""; } span.faicon.edit::before, span.faicon.edit2::before { - content: "\f304"; + content: ""; } span.faicon.refresh::before { font-size: 18px; - content: "\f2f1"; + content: ""; } span.faicon.filter::before { font-size: 18px; - content: "\f0b0"; + content: ""; } span.faicon.grip::before { - content: "\f58e"; + content: ""; } span.faicon.star::before, span.faicon.star_off::before { font-size: 14px; font-weight: 400; - content: "\f005"; + content: ""; } span.faicon.star_on::before { font-size: 14px; font-weight: 700; - content: "\f005"; + content: ""; } span.faicon.search::before { font-size: 20px; - content: "\f002"; + content: ""; } span.faicon.clipboard_notes::before { font-size: 20px; - content: "\f46d"; + content: ""; } span.faicon.help2::before { font-size: 20px; - content: "\f059"; + content: ""; } span.faicon.user::before { font-size: 18px; - content: "\f007"; + content: ""; } span.faicon.logout::before { font-size: 20px; - content: "\f2f5"; + content: ""; } .faicon.monitor::before { - content: "\f108"; + content: ""; } .faicon.mobile::before { - content: "\f3cd"; + content: ""; } .faicon.tablet::before { - content: "\f3fa"; + content: ""; } span.faicon.users::before { - content: "\f500"; + content: ""; } span.faicon.lock_open::before { - content: "\f3c1"; + content: ""; } span.faicon.lock_close::before { - content: "\f023"; + content: ""; } span.faicon.bottom_saving::before { font-size: 24px; font-weight: 400; - content: "\f0c7"; + content: ""; } span.faicon.bottom_publish::before { font-size: 24px; - content: "\f093"; + content: ""; } span.faicon.bottom_preview { @@ -5642,63 +5642,63 @@ span.faicon.bottom_preview { span.faicon.bottom_preview::before { font-size: 24px; font-weight: 400; - content: "\f15b"; + content: ""; } span.faicon.bottom_preview::after { font-size: 14px; - content: "\f002"; + content: ""; display: inline-block; margin-left: -70%; } span.faicon.bottom_test::before { font-size: 24px; - content: "\f492"; + content: ""; } span.faicon.language::before { font-size: 24px; - content: "\f0ac"; + content: ""; } span.faicon.mobile_off::before { font-size: 24px; - content: "\f3cd"; + content: ""; } span.faicon.mobile_off::after { font-size: 24px; - content: "\f715"; + content: ""; margin-left: -23px; } span.faicon.comments::before { - content: "\f27a"; + content: ""; font-weight: 700; } span.faicon.comments_empty::before { - content: "\f27a"; + content: ""; font-weight: 400; } span.faicon.data_link::before { - content: "\f0c1"; + content: ""; } span.faicon.data_link_small::before { - content: "\f0c1"; + content: ""; } span.faicon.print::before { font-size: 24px; - content: "\f02f"; + content: ""; } span.faicon.print_small::before { font-size: 16px; - content: "\f02f"; + content: ""; } span.faicon.preview { @@ -5708,11 +5708,11 @@ span.faicon.preview { span.faicon.preview::before { font-size: 18px; font-weight: 400; - content: "\f15b"; + content: ""; } span.faicon.preview::after { - content: "\f002"; + content: ""; display: inline-block; font-size: 11px; margin-left: -50%; @@ -5720,87 +5720,87 @@ span.faicon.preview::after { span.faicon.palette::before { font-size: 18px; - content: "\f53f"; + content: ""; } span.faicon.inline_comment::before { font-size: 14px; font-weight: 400; - content: "\f075"; + content: ""; } span.faicon.inline_double_comment::before { font-size: 14px; font-weight: 400; - content: "\f086"; + content: ""; } span.faicon.comments_creport::before { font-size: 16px; - content: "\f086"; + content: ""; } span.faicon.compress::before { font-size: 15px; - content: "\f066"; + content: ""; } span.faicon.expand::before { font-size: 15px; - content: "\f065"; + content: ""; } span.faicon.hashtag::before { font-size: 15px; - content: "\f292"; + content: ""; } span.faicon.bug::before { font-size: 15px; - content: "\f188"; + content: ""; } span.faicon.paragraph::before { font-size: 15px; - content: "\f1dd"; + content: ""; } span.faicon.replace::before { font-size: 15px; - content: "\f362"; + content: ""; } span.faicon.plus_square::before { font-size: 15px; font-weight: 400; - content: "\f0fe"; + content: ""; } span.faicon.minus_square::before { font-size: 15px; font-weight: 400; - content: "\f146"; + content: ""; } span.faicon.delete_circle::before { font-size: 14px; - content: "\f056"; + content: ""; } span.faicon.quick_view::before { font-size: 15px; font-weight: 400; - content: "\f06e"; + content: ""; } span.faicon.edit_square::before { font-size: 15px; - content: "\f044"; + content: ""; } span.faicon.test::before { font-size: 15px; - content: "\f492"; + content: ""; } a.faicon.if_add { @@ -5836,7 +5836,7 @@ span.faicon.if_add:hover:before { } span.faicon.text_file::before { - content: "\f15c"; + content: ""; } span.faicon.text_file_small { @@ -5846,40 +5846,40 @@ span.faicon.text_file_small { span.faicon.text_file_small:before { font-size: 18px; font-weight: 400; - content: "\f15c"; + content: ""; } span.faicon.warning::before { font-size: 16px; - content: "\f071"; + content: ""; } span.faicon.users_small::before { font-size: 16px; - content: "\f0c0"; + content: ""; } span.faicon.popup_0::before { font-size: 14px; - content: "\f065"; + content: ""; color: #1E88E5; } span.faicon.popup_1::before { font-size: 14px; - content: "\f065"; + content: ""; color: #0059ab; } span.faicon.flat_0::before { font-size: 14px; - content: "\f03c"; + content: ""; color: #0059ab; } span.faicon.flat_1::before { font-size: 14px; - content: "\f03c"; + content: ""; color: #1E88E5; } @@ -5894,46 +5894,46 @@ span.basic-icon.spss::before { span.faicon.external_link::before { font-size: 14px; font-weight: 600; - content: "\f35d"; + content: ""; } span.faicon.cog_large::before { font-size: 34px; font-weight: 600; - content: "\f013"; + content: ""; } span.faicon.chart_large::before { font-size: 34px; font-weight: 600; - content: "\f201"; + content: ""; } span.faicon.reload_large::before { font-size: 34px; font-weight: 600; - content: "\f021"; + content: ""; } span.faicon.chart::before { - content: "\f080"; + content: ""; font-size: 16px; font-weight: 600; } span.faicon.data::before { - content: "\f1c0"; + content: ""; font-size: 16px; font-weight: 600; } span.faicon.publish::before { - content: "\f093"; + content: ""; font-size: 16px; } span.faicon.test::before { - content: "\f492"; + content: ""; font-size: 16px; } @@ -5943,63 +5943,63 @@ button.ui-datepicker-trigger::before { font-family: "Font Awesome 5 Free"; font-weight: 400; font-size: 16px; - content: "\f073"; + content: ""; } /* ARROWS */ span.faicon.arrow_up::before { font-size: 14px; - content: "\f062"; + content: ""; } span.faicon.arrow2_r::before { font-size: 14px; - content: "\f054"; + content: ""; } span.faicon.arrow2_l::before { font-size: 14px; - content: "\f053"; + content: ""; } span.faicon.arrow2_d::before { font-size: 14px; - content: "\f078"; + content: ""; } span.faicon.arrow2_u::before { font-size: 14px; - content: "\f077"; + content: ""; } span.faicon.arrow_large2_r::before { font-size: 35px; - content: "\f054"; + content: ""; } span.faicon.arrow_large2_l::before { font-size: 35px; - content: "\f053"; + content: ""; } span.faicon.arrow_verylarge2_r::before { font-size: 40px; - content: "\f054"; + content: ""; } span.faicon.arrow_verylarge2_l::before { font-size: 40px; - content: "\f053"; + content: ""; } span.faicon.sort_descending::before { font-size: 14px; - content: "\f0d7"; + content: ""; } span.faicon.sort_ascending::before { font-size: 14px; - content: "\f0d8"; + content: ""; } /* Plus/minus sqare */ @@ -6011,127 +6011,127 @@ span.folder_plusminus { span.faicon.plus_orange::before { font-size: 12px; font-weight: 400; - content: "\f0fe"; + content: ""; } span.faicon.minus_orange::before { font-size: 12px; font-weight: 400; - content: "\f146"; + content: ""; } /* Spinner */ span.faicon.spinner::before { font-size: 18px; - content: "\f1ce"; + content: ""; } /* Bars - mobile menu */ span.faicon.bars::before { font-size: 26px; - content: "\f0c9"; + content: ""; } span.faicon.lock_open::before { - content: "\f3c1"; + content: ""; } span.faicon.lock_close::before { - content: "\f023"; + content: ""; } span.faicon.bell::before { - content: "\f0f3"; + content: ""; } span.faicon.bell_slash::before { - content: "\f1f6"; + content: ""; } span.faicon.trash::before { - content: "\f2ed"; + content: ""; } span.faicon.copy::before { - content: "\f0c5"; + content: ""; } span.faicon.circle::before { - content: "\f111"; + content: ""; vertical-align: middle; } span.faicon.plus::before { - content: "\f067"; + content: ""; } span.faicon.plus_circle::before { - content: "\f055"; + content: ""; } span.faicon.minus_circle::before { - content: "\f056"; + content: ""; } span.faicon.calendar_icon::before { - content: "\f073"; + content: ""; } span.faicon.clipboard::before { - content: "\f328"; + content: ""; } span.faicon.list-alt::before { - content: "\f022"; + content: ""; } span.faicon.vote-yes::before { - content: "\f772"; + content: ""; } span.faicon.file-preview::before { - content: "\f865"; + content: ""; } span.faicon.dots::before { - content: "\f141"; + content: ""; font-size: 16px; font-weight: 600; } span.faicon.dots_ver:before { - content: "\f142"; + content: ""; font-size: 16px; font-weight: 600; } span.faicon.open_icon::before, a.faicon.open_icon::before { - content: "\f35d"; + content: ""; } span.faicon.table_icon::before { - content: "\f0ce"; + content: ""; } span.faicon.list::before { - content: "\f03a"; + content: ""; } span.faicon.link-chain::before { - content: "\f0c1"; + content: ""; } span.fa-brands.html5::before { - content: "\f13b"; + content: ""; } span.faicon.stopwatch20::before { - content: "\e06f"; + content: ""; } span.faicon.checkbox-empty::before { - content: "\f0c8"; + content: ""; font-weight: 400 !important; } @@ -6140,11 +6140,11 @@ span.faicon.fa-1::before { } span.faicon.phone::before { - content: "\f095"; + content: ""; } span.faicon.screwdriver::before { - content: "\f7d9"; + content: ""; font-weight: 600 !important; } @@ -6282,23 +6282,23 @@ and open the template in the editor. */ /* Toolbox na levi strani */ span.faicon.wheel_32::before { - content: "\f013"; + content: ""; } span.faicon.radio_32::before { - content: "\f192"; + content: ""; font-weight: 400; font-size: 18px; } span.faicon.check_32::before { - content: "\f14a"; + content: ""; font-weight: 400; font-size: 18px; } span.faicon.matrix_32::before { - content: "\f192\f192\a\f192\f192"; + content: "\a"; white-space: pre; font-weight: 400; font-size: 12px; @@ -6322,7 +6322,7 @@ span.faicon.nagovor::before { } span.faicon.plus_32::before { - content: "\f055"; + content: ""; font-size: 18px; } @@ -6366,12 +6366,12 @@ span.faicon.edit-vprasanje { } span.faicon.edit-vprasanje:before { font-size: 18px; - content: "\f031"; + content: ""; } a.faicon.edit::before { font-size: 16px; - content: "\f304"; + content: ""; } a.faicon.addif::before { @@ -6383,22 +6383,22 @@ a.faicon.addif::before { a.faicon.copy::before { font-size: 18px; font-weight: 400; - content: "\f0c5"; + content: ""; } a.faicon.copycond::before { font-size: 18px; - content: "\f0c5"; + content: ""; } a.faicon.preview::before { font-size: 18px; font-weight: 400; - content: "\f15b"; + content: ""; } a.faicon.preview::after { - content: "\f002"; + content: ""; display: inline-block; font-size: 11px; margin-left: -50%; @@ -6406,25 +6406,25 @@ a.faicon.preview::after { a.faicon.arhiv::before { font-size: 18px; - content: "\f044"; + content: ""; } a.faicon.delete::before { font-size: 18px; font-weight: 400; - content: "\f2ed"; + content: ""; } a.faicon.hide::before { font-size: 18px; font-weight: 400; - content: "\f06e"; + content: ""; } a.faicon.unhide_icon::before { font-size: 18px; font-weight: 400; - content: "\f070"; + content: ""; } /* Urejanje vrednosti inline */ @@ -6438,12 +6438,12 @@ a.faicon.unhide_icon::before { .variabla span.inline.faicon.edit2::before { font-size: 14px; - content: "\f304"; + content: ""; } .variabla span.inline.faicon.odg_hidden::before { font-size: 14px; - content: "\f05e"; + content: ""; } .variabla span.inline.faicon.odg_hidden.show-hidden::before { @@ -6471,23 +6471,23 @@ span.inline.faicon.odg_if_not::before { .variabla span.inline.faicon.odg_if_follow::after { font-size: 14px; margin-left: 2px; - content: "\f0da"; + content: ""; } .variabla span.inline.faicon.correct::before { font-size: 14px; font-weight: 900; - content: "\f00c"; + content: ""; } .faicon.move_updown::before { font-size: 16px; color: #0059ab; - content: "\f338"; + content: ""; } .faicon.image_upload::before { - content: "\f03e"; + content: ""; font-weight: 400; } @@ -6504,22 +6504,22 @@ and open the template in the editor. span.faicon.mapca.anketa::before { font-size: 16px; font-weight: 400; - content: "\f022"; + content: ""; } span.faicon.table::before { font-size: 16px; - content: "\f00b"; + content: ""; } span.faicon.other_vprasanja::before { font-size: 16px; - content: "\f0ca" !important; + content: "" !important; } span.faicon.osnovna_vprasanja::before { font-size: 16px; - content: "\f0ca"; + content: ""; } span.faicon.mapca.if::before { @@ -6547,7 +6547,7 @@ and open the template in the editor. */ /* Izvozi */ span.faicon.pdf::before { - content: "\f1c1"; + content: ""; font-size: 16px; font-weight: 400; color: #ed1c24; @@ -6571,7 +6571,7 @@ span.faicon.pdf.black::before { span.faicon.xls::before { font-size: 16px; font-weight: 400; - content: "\f1c3"; + content: ""; color: #008000; } @@ -6593,7 +6593,7 @@ span.faicon.xls.black::before { span.faicon.rtf::before { font-size: 16px; font-weight: 400; - content: "\f1c2"; + content: ""; color: #0f3ea8; } @@ -6615,7 +6615,7 @@ span.faicon.rtf.black::before { span.faicon.ppt::before { font-size: 16px; font-weight: 400; - content: "\f1c4"; + content: ""; color: #fa4913; } @@ -6637,7 +6637,7 @@ span.faicon.ppt.black::before { span.faicon.xml::before { font-size: 16px; font-weight: 400; - content: "\f1c9"; + content: ""; color: #00a000; } @@ -6657,17 +6657,17 @@ span.faicon.xml.black::before { } span.faicon.arhiv::before { - content: "\f187"; + content: ""; } span.faicon.arhiv_mail::before { font-size: 16px; font-weight: 400; - content: "\f14d"; + content: ""; } span.faicon.share-arrow::before { - content: "\f14d"; + content: ""; } /* @@ -6717,7 +6717,7 @@ span.faicon.an_chart_bar::before { font-size: 14px; font-weight: 700; /*content: "\f080";*/ - content: "\f200"; + content: ""; } /* @@ -6731,35 +6731,35 @@ and open the template in the editor. */ /* Invitation table */ span.faicon.inv_sent_0::before { - content: "\f2b6"; + content: ""; } span.faicon.inv_sent_1::before { - content: "\f0e0"; + content: ""; } span.faicon.inv_responded_0::before { font-size: 14px; font-weight: 400; - content: "\f005"; + content: ""; } span.faicon.inv_responded_1::before { font-size: 14px; font-weight: 700; - content: "\f005"; + content: ""; } span.faicon.inv_unsubscribed_0::before { font-size: 14px; font-weight: 400; - content: "\f111"; + content: ""; } span.faicon.inv_unsubscribed_1::before { font-size: 14px; font-weight: 700; - content: "\f111"; + content: ""; color: #FF0000; } @@ -6860,7 +6860,7 @@ a.read-more .faicon:before { .qtip .qtip-wrapper .qtip-contentWrapper .qtip-content h1::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f059"; + content: ""; font-size: 20px; color: #1E88E5; vertical-align: -1px; @@ -6897,7 +6897,7 @@ a.read-more .faicon:before { padding-left: 8px; vertical-align: middle; font-family: "Font Awesome 5 Free"; - content: "\f054"; + content: ""; font-size: 8px; color: #1E88E5; transition: 0.2s; @@ -7220,7 +7220,7 @@ a.read-more .faicon:before { .divPopUp.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -7261,7 +7261,7 @@ a.read-more .faicon:before { .divPopUp_info.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -7753,7 +7753,7 @@ body.waitlong #loading { #check_pogoji.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -7934,7 +7934,7 @@ body.waitlong #loading { #dropped_alert.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -9128,7 +9128,7 @@ header #topSettingsHolder .left_options_holder #analizaSubNav #globalSetingsLink right: 8px; top: 5px; font-family: "Font Awesome 5 Free"; - content: "\f078"; + content: ""; font-size: 10px; font-weight: 600; } @@ -9401,7 +9401,7 @@ footer#srv_footer .footer_right span.faicon.external_link:before { footer#srv_footer .footer_right .right_help_button { position: fixed; right: -71px; - top: 50%; + top: calc(50%); width: 150px; padding: 4px 8px; border: 1px #1E88E5 solid; @@ -9781,17 +9781,17 @@ input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:b color: #1E88E5; } input[type=checkbox] + label:before { - content: "\f0c8"; + content: ""; } input[type=checkbox]:checked + label:before { - content: "\f14a"; + content: ""; font-weight: bold; } input[type=radio] + label:before { - content: "\f111"; + content: ""; } input[type=radio]:checked + label:before { - content: "\f192"; + content: ""; } input[type=checkbox][disabled] + label:before { color: #C4C4C4; @@ -10016,7 +10016,7 @@ textarea:focus { } .box-container .num_box { border: 1px solid #E5E5E5; - background-color: white; + background-color: #FFFF; border-radius: 2px; margin: 0px; padding: 0px; @@ -10413,7 +10413,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { #popup_user_access.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -10465,9 +10465,9 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { div.button_holder.editor_button_holder { margin: 0; padding: 8px 16px; - border-bottom: 1px rgb(204, 204, 204) solid; - border-left: 1px rgb(204, 204, 204) solid; - border-right: 1px rgb(204, 204, 204) solid; + border-bottom: 1px #cccccc solid; + border-left: 1px #cccccc solid; + border-right: 1px #cccccc solid; border-radius: 0 0 2px 2px; } @@ -10726,7 +10726,7 @@ div.button_holder.editor_button_holder { #survey_list .second_line .filters #folderSwitch#sortButton:after { position: absolute; font-family: "Font Awesome 5 Free"; - content: "\f078"; + content: ""; right: 8px; top: 13px; font-weight: 600; @@ -11072,13 +11072,13 @@ body.eng #survey_list .filters #folderSwitch { cursor: pointer; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_arrow_icon::before { - content: "\f078"; + content: ""; font-size: 14px; color: #333333; margin-right: 8px; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_icon::before { - content: "\f07b"; + content: ""; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -11088,7 +11088,7 @@ body.eng #survey_list .filters #folderSwitch { background-color: #F8F8F8; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_arrow_icon::before { - content: "\f077"; + content: ""; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_icon::before { font-weight: 600; @@ -12205,13 +12205,13 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { cursor: pointer; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder_arrow_icon::before { - content: "\f078"; + content: ""; font-size: 14px; color: #333333; margin-right: 8px; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder::before { - content: "\f07b"; + content: ""; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -12237,7 +12237,7 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { }*/ } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder_arrow_icon::before { - content: "\f077"; + content: ""; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder::before { font-weight: 600; @@ -12490,7 +12490,7 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: "\f111"; + content: ""; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-custom-radio:before { @@ -12498,7 +12498,7 @@ and open the template in the editor. display: inline-block; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio]:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] { display: none !important; @@ -12511,11 +12511,11 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: "\f0c8"; + content: ""; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; letter-spacing: 8px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting .custom_radio_picture.obarvan > label > span.enka-custom-radio:before { @@ -12808,7 +12808,7 @@ and open the template in the editor. } #new_anketa_div .layout_right_item .layout_right_centering .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: "\f111"; + content: ""; display: inline-block; font-size: 14px; color: #C4C4C4; @@ -13421,20 +13421,20 @@ div.drop_setting_transition { font-weight: 400; } #branching input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: "\f0c8"; + content: ""; letter-spacing: 10px; } #branching input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: "\f111"; + content: ""; letter-spacing: 8px; } #branching input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; color: #D3D3D3; letter-spacing: 8px; } #branching input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; color: #D3D3D3; } #branching span.faicon.delete_circle::before { @@ -20057,7 +20057,7 @@ and open the template in the editor. transition: 0.2s; } .tab_content .content_left ul li.folder_item .faicon.arrow:before { - content: "\f078"; + content: ""; } .tab_content .content_left ul li.folder_item .faicon.folder:before, .tab_content .content_left ul li.folder_item .faicon.clipboard:before { @@ -20074,7 +20074,7 @@ and open the template in the editor. color: #1E88E5; } .tab_content .content_left ul li.folder_item.open .faicon.arrow:before { - content: "\f077"; + content: ""; } .tab_content .content_left ul li.folder_item.no_arrow .faicon.arrow:before { display: none; @@ -20262,9 +20262,13 @@ and open the template in the editor. background-color: #F8F8F8; } .tab_content .content_right .question_list .question_item_holder .question_item_info:hover .dots_ver, +.tab_content .content_right .question_list .question_item_holder .question_item_info:hover .monitor, .tab_content .content_right .question_list .question_item_holder .folder_item_info:hover .dots_ver, +.tab_content .content_right .question_list .question_item_holder .folder_item_info:hover .monitor, .tab_content .content_right .question_list .folder_item_holder .question_item_info:hover .dots_ver, -.tab_content .content_right .question_list .folder_item_holder .folder_item_info:hover .dots_ver { +.tab_content .content_right .question_list .folder_item_holder .question_item_info:hover .monitor, +.tab_content .content_right .question_list .folder_item_holder .folder_item_info:hover .dots_ver, +.tab_content .content_right .question_list .folder_item_holder .folder_item_info:hover .monitor { display: block; } .tab_content .content_right .question_list .question_item_holder .question_item_info span, @@ -20308,6 +20312,16 @@ and open the template in the editor. .tab_content .content_right .question_list .folder_item_holder .folder_item_info .dots_ver.active { display: block; } +.tab_content .content_right .question_list .question_item_holder .question_item_info .monitor, +.tab_content .content_right .question_list .question_item_holder .folder_item_info .monitor, +.tab_content .content_right .question_list .folder_item_holder .question_item_info .monitor, +.tab_content .content_right .question_list .folder_item_holder .folder_item_info .monitor { + display: none; + position: absolute; + right: 22px; + padding: 7px 8px; + margin-right: 0; +} .tab_content .content_right .question_list .question_item_holder .question_item_info .folder_empty:before, .tab_content .content_right .question_list .question_item_holder .folder_item_info .folder_empty:before, .tab_content .content_right .question_list .folder_item_holder .question_item_info .folder_empty:before, @@ -20563,7 +20577,7 @@ img.mapster_el { border-radius: 4px; } .jquery-selectbox .jquery-selectbox-moreButton::before { - content: "\f078"; + content: ""; padding-left: 2px; color: #333333; font-size: 10px; @@ -20699,154 +20713,6 @@ img.mapster_el { height: 28px; } -/* - Knjiznica s pobrisanimi vprasanji v urejanju ankete -*/ -.vprasanje_deleted_popup { - padding: 0; - /* Dodaten popup za preview */ -} -.vprasanje_deleted_popup h2 { - padding: 16px 0 8px 0; -} -.vprasanje_deleted_popup h2 .faicon { - padding-left: 16px; -} -.vprasanje_deleted_popup .content { - display: flex; - flex-direction: column; - max-width: 840px; - width: 100%; -} -.vprasanje_deleted_popup .content .question_list { - display: flex; - flex-direction: column; - height: 440px; - max-height: 440px; - overflow-y: auto; - padding: 16px; - border-bottom: 1px #E5E5E5 solid; -} -.vprasanje_deleted_popup .content .question_list .spacer { - margin-top: 8px; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder { - cursor: pointer; - display: flex; - align-items: center; - margin-bottom: 8px; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder.active .question_item_info { - background-color: #F8F8F8; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder > label { - margin-right: 8px; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder > label:before { - letter-spacing: 0; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info { - display: flex; - align-items: center; - justify-content: space-between; - position: relative; - box-sizing: border-box; - height: 36px; - max-width: 100%; - width: 705px; - padding: 0 16px; - border: 1px #E5E5E5 solid; - border-radius: 2px; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info:hover { - background-color: #F8F8F8; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info:hover .dots_ver { - display: block; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info span { - margin-right: 8px; - font-size: 14px; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info span.faicon { - color: #1E88E5; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .date { - color: #808080; - font-size: 13px; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_type { - text-transform: uppercase; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings { - padding: 16px; - color: #333333; - font-weight: 400; - font-size: 16px; - line-height: 20px; - text-align: left; - background: #FFFFFF; - border: 1px solid #C4C4C4; - box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.07); - position: absolute; - z-index: 9999; - right: 0; - top: 35px; - border-radius: 2px; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings a { - text-decoration: none; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul { - margin: 0; - padding: 0; - list-style-type: none; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li { - margin-bottom: 16px; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li:last-of-type { - margin-bottom: 0; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li span { - cursor: pointer; - color: #333333; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li span:hover { - color: #1E88E5; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li { - color: #1E88E5; - transition: 0.2s; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li:hover { - color: #0059ab; -} -.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .monitor { - margin-right: 0; -} -.vprasanje_deleted_popup .content .selected_items { - align-self: flex-end; - margin: 16px 16px 8px 0; - color: #1E88E5; -} -.vprasanje_deleted_popup .content .button_holder { - margin: 0 16px 16px 0; -} -.vprasanje_deleted_popup #vprasanje_deleted_preview { - position: absolute; - z-index: 9999; - top: 0; - left: 0; - height: 100%; - width: 100%; - background-color: #FFFFFF; -} -.vprasanje_deleted_popup #vprasanje_deleted_preview #preview_spremenljivka { - box-sizing: border-box; - width: 100%; -} - fieldset #obvescanje_sidebyside_holder { display: flex; flex-direction: row; @@ -21028,10 +20894,10 @@ div.page_tema div.theme_list div.options div.buttons-window { position: absolute; bottom: 20px; max-width: 113px; - box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); + box-shadow: 0px 0px 7px 0px #0000001F; border-radius: 2px; margin-right: 5px; - background-color: white; + background-color: #FFFF; } div.page_tema div.theme_list div.options div.buttons-window .button { border: none; @@ -21326,7 +21192,7 @@ div#theme-edit-wrap div#theme-editor #picker { left: 500px; z-index: 999; border-radius: 2px; - box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); + box-shadow: 0px 0px 7px 0px #0000001F; } div#theme-edit-wrap div#theme-editor #picker .popup_close { position: absolute !important; @@ -21492,7 +21358,7 @@ div#theme-edit-wrap div#theme-editor #picker .button_holder button:last-child { div#theme-edit-wrap div#theme-editor #picker.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -21855,7 +21721,7 @@ span.faicon.st-besede-popup { #vrednost_edit.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -22096,7 +21962,7 @@ span.faicon.st-besede-popup { #quota.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -22244,8 +22110,7 @@ and open the template in the editor. * USED FROM: template.css */ #fullscreen #preview_spremenljivka, -#vprasanje_deleted_preview #preview_spremenljivka, -#library_preview #preview_spremenljivka { +#vprasanje_preview #preview_spremenljivka { /*max-height: 90vh; overflow-y: scroll;*/ max-width: 90vw; @@ -22262,8 +22127,7 @@ and open the template in the editor. flex-direction: column; } #fullscreen #preview_spremenljivka .popup_close, -#vprasanje_deleted_preview #preview_spremenljivka .popup_close, -#library_preview #preview_spremenljivka .popup_close { +#vprasanje_preview #preview_spremenljivka .popup_close { position: absolute !important; top: 10px; right: 10px; @@ -22272,27 +22136,22 @@ and open the template in the editor. color: #777777; } #fullscreen #preview_spremenljivka .popup_close:hover, -#vprasanje_deleted_preview #preview_spremenljivka .popup_close:hover, -#library_preview #preview_spremenljivka .popup_close:hover { +#vprasanje_preview #preview_spremenljivka .popup_close:hover { color: #333333; } #fullscreen #preview_spremenljivka .popup_close a, -#vprasanje_deleted_preview #preview_spremenljivka .popup_close a, -#library_preview #preview_spremenljivka .popup_close a { +#vprasanje_preview #preview_spremenljivka .popup_close a { color: #777777; text-decoration: none; } #fullscreen #preview_spremenljivka .popup_close a:hover, -#vprasanje_deleted_preview #preview_spremenljivka .popup_close a:hover, -#library_preview #preview_spremenljivka .popup_close a:hover { +#vprasanje_preview #preview_spremenljivka .popup_close a:hover { color: #333333; } #fullscreen #preview_spremenljivka h2, #fullscreen #preview_spremenljivka .divPopUp_top, -#vprasanje_deleted_preview #preview_spremenljivka h2, -#vprasanje_deleted_preview #preview_spremenljivka .divPopUp_top, -#library_preview #preview_spremenljivka h2, -#library_preview #preview_spremenljivka .divPopUp_top { +#vprasanje_preview #preview_spremenljivka h2, +#vprasanje_preview #preview_spremenljivka .divPopUp_top { width: 100%; margin-bottom: 16px; padding-bottom: 8px; @@ -22306,14 +22165,10 @@ and open the template in the editor. #fullscreen #preview_spremenljivka h2 span.fa-brands, #fullscreen #preview_spremenljivka .divPopUp_top span.faicon, #fullscreen #preview_spremenljivka .divPopUp_top span.fa-brands, -#vprasanje_deleted_preview #preview_spremenljivka h2 span.faicon, -#vprasanje_deleted_preview #preview_spremenljivka h2 span.fa-brands, -#vprasanje_deleted_preview #preview_spremenljivka .divPopUp_top span.faicon, -#vprasanje_deleted_preview #preview_spremenljivka .divPopUp_top span.fa-brands, -#library_preview #preview_spremenljivka h2 span.faicon, -#library_preview #preview_spremenljivka h2 span.fa-brands, -#library_preview #preview_spremenljivka .divPopUp_top span.faicon, -#library_preview #preview_spremenljivka .divPopUp_top span.fa-brands { +#vprasanje_preview #preview_spremenljivka h2 span.faicon, +#vprasanje_preview #preview_spremenljivka h2 span.fa-brands, +#vprasanje_preview #preview_spremenljivka .divPopUp_top span.faicon, +#vprasanje_preview #preview_spremenljivka .divPopUp_top span.fa-brands { margin-right: 6px; color: #1E88E5; } @@ -22321,52 +22176,41 @@ and open the template in the editor. #fullscreen #preview_spremenljivka h2 span.fa-brands:before, #fullscreen #preview_spremenljivka .divPopUp_top span.faicon:before, #fullscreen #preview_spremenljivka .divPopUp_top span.fa-brands:before, -#vprasanje_deleted_preview #preview_spremenljivka h2 span.faicon:before, -#vprasanje_deleted_preview #preview_spremenljivka h2 span.fa-brands:before, -#vprasanje_deleted_preview #preview_spremenljivka .divPopUp_top span.faicon:before, -#vprasanje_deleted_preview #preview_spremenljivka .divPopUp_top span.fa-brands:before, -#library_preview #preview_spremenljivka h2 span.faicon:before, -#library_preview #preview_spremenljivka h2 span.fa-brands:before, -#library_preview #preview_spremenljivka .divPopUp_top span.faicon:before, -#library_preview #preview_spremenljivka .divPopUp_top span.fa-brands:before { +#vprasanje_preview #preview_spremenljivka h2 span.faicon:before, +#vprasanje_preview #preview_spremenljivka h2 span.fa-brands:before, +#vprasanje_preview #preview_spremenljivka .divPopUp_top span.faicon:before, +#vprasanje_preview #preview_spremenljivka .divPopUp_top span.fa-brands:before { font-size: 14px; } #fullscreen #preview_spremenljivka p, -#vprasanje_deleted_preview #preview_spremenljivka p, -#library_preview #preview_spremenljivka p { +#vprasanje_preview #preview_spremenljivka p { line-height: 20px; } #fullscreen #preview_spremenljivka .popup_note, #fullscreen #preview_spremenljivka .profile_right_note, -#vprasanje_deleted_preview #preview_spremenljivka .popup_note, -#vprasanje_deleted_preview #preview_spremenljivka .profile_right_note, -#library_preview #preview_spremenljivka .popup_note, -#library_preview #preview_spremenljivka .profile_right_note { +#vprasanje_preview #preview_spremenljivka .popup_note, +#vprasanje_preview #preview_spremenljivka .profile_right_note { margin-bottom: 16px; padding: 8px; font-size: 16px; border: 1px #C4C4C4 solid; } #fullscreen #preview_spremenljivka .popup_main, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main, -#library_preview #preview_spremenljivka .popup_main { +#vprasanje_preview #preview_spremenljivka .popup_main { display: flex; flex-direction: column; border-bottom: 1px #C4C4C4 solid; } #fullscreen #preview_spremenljivka .popup_main.no_border, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main.no_border, -#library_preview #preview_spremenljivka .popup_main.no_border { +#vprasanje_preview #preview_spremenljivka .popup_main.no_border { border-bottom: none; } #fullscreen #preview_spremenljivka .popup_main.with_menu, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main.with_menu, -#library_preview #preview_spremenljivka .popup_main.with_menu { +#vprasanje_preview #preview_spremenljivka .popup_main.with_menu { flex-direction: row; } #fullscreen #preview_spremenljivka .popup_main .popup_left, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left, -#library_preview #preview_spremenljivka .popup_main .popup_left { +#vprasanje_preview #preview_spremenljivka .popup_main .popup_left { box-sizing: border-box; width: 216px; min-width: 216px; @@ -22376,14 +22220,12 @@ and open the template in the editor. border-right: 1px #C4C4C4 solid; } #fullscreen #preview_spremenljivka .popup_main .popup_left .list, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left .list, -#library_preview #preview_spremenljivka .popup_main .popup_left .list { +#vprasanje_preview #preview_spremenljivka .popup_main .popup_left .list { display: flex; flex-direction: column; } #fullscreen #preview_spremenljivka .popup_main .popup_left .list .list-item, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left .list .list-item, -#library_preview #preview_spremenljivka .popup_main .popup_left .list .list-item { +#vprasanje_preview #preview_spremenljivka .popup_main .popup_left .list .list-item { cursor: pointer; display: flex; justify-content: space-between; @@ -22396,55 +22238,46 @@ and open the template in the editor. transition: 0.2s; } #fullscreen #preview_spremenljivka .popup_main .popup_left .list .list-item.active, #fullscreen #preview_spremenljivka .popup_main .popup_left .list .list-item:hover, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left .list .list-item.active, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left .list .list-item:hover, -#library_preview #preview_spremenljivka .popup_main .popup_left .list .list-item.active, -#library_preview #preview_spremenljivka .popup_main .popup_left .list .list-item:hover { +#vprasanje_preview #preview_spremenljivka .popup_main .popup_left .list .list-item.active, +#vprasanje_preview #preview_spremenljivka .popup_main .popup_left .list .list-item:hover { background-color: #F8F8F8; border-color: #1E88E5; } #fullscreen #preview_spremenljivka .popup_main .popup_left .list .list-item .profile_icons a, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left .list .list-item .profile_icons a, -#library_preview #preview_spremenljivka .popup_main .popup_left .list .list-item .profile_icons a { +#vprasanje_preview #preview_spremenljivka .popup_main .popup_left .list .list-item .profile_icons a { margin-left: 8px; } #fullscreen #preview_spremenljivka .popup_main .popup_left button, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left button, -#library_preview #preview_spremenljivka .popup_main .popup_left button { +#vprasanje_preview #preview_spremenljivka .popup_main .popup_left button { display: flex; align-items: center; width: 100%; font-weight: 400; } #fullscreen #preview_spremenljivka .popup_main .popup_left button .faicon, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left button .faicon, -#library_preview #preview_spremenljivka .popup_main .popup_left button .faicon { +#vprasanje_preview #preview_spremenljivka .popup_main .popup_left button .faicon { font-size: 12px; line-height: 14px; } #fullscreen #preview_spremenljivka .popup_main .popup_left button .faicon::before, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_left button .faicon::before, -#library_preview #preview_spremenljivka .popup_main .popup_left button .faicon::before { +#vprasanje_preview #preview_spremenljivka .popup_main .popup_left button .faicon::before { margin-right: 8px; font-size: 14px; color: #1E88E5; } #fullscreen #preview_spremenljivka .popup_main .popup_right, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_right, -#library_preview #preview_spremenljivka .popup_main .popup_right { +#vprasanje_preview #preview_spremenljivka .popup_main .popup_right { overflow-y: auto; max-height: 70vh; width: 100%; } #fullscreen #preview_spremenljivka .popup_main .popup_right .popup_right_note, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .popup_right .popup_right_note, -#library_preview #preview_spremenljivka .popup_main .popup_right .popup_right_note { +#vprasanje_preview #preview_spremenljivka .popup_main .popup_right .popup_right_note { margin-bottom: 16px; font-size: 16px; } #fullscreen #preview_spremenljivka .popup_main fieldset, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main fieldset, -#library_preview #preview_spremenljivka .popup_main fieldset { +#vprasanje_preview #preview_spremenljivka .popup_main fieldset { display: flex; flex-direction: column; padding: 16px 0 0 0; @@ -22453,73 +22286,60 @@ and open the template in the editor. border-top: 1px #E5E5E5 solid; } #fullscreen #preview_spremenljivka .popup_main fieldset legend, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main fieldset legend, -#library_preview #preview_spremenljivka .popup_main fieldset legend { +#vprasanje_preview #preview_spremenljivka .popup_main fieldset legend { padding: 0 8px 0 0; font-size: 14px; } #fullscreen #preview_spremenljivka .popup_main span, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main span, -#library_preview #preview_spremenljivka .popup_main span { +#vprasanje_preview #preview_spremenljivka .popup_main span { font-size: 14px; } #fullscreen #preview_spremenljivka .popup_main .setting_line, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .setting_line, -#library_preview #preview_spremenljivka .popup_main .setting_line { +#vprasanje_preview #preview_spremenljivka .popup_main .setting_line { margin-bottom: 8px; font-size: 14px; } #fullscreen #preview_spremenljivka .popup_main .setting_line:last-of-type, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .setting_line:last-of-type, -#library_preview #preview_spremenljivka .popup_main .setting_line:last-of-type { +#vprasanje_preview #preview_spremenljivka .popup_main .setting_line:last-of-type { margin-bottom: 0; } #fullscreen #preview_spremenljivka .popup_main .setting_line label, #fullscreen #preview_spremenljivka .popup_main .setting_line span, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .setting_line label, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .setting_line span, -#library_preview #preview_spremenljivka .popup_main .setting_line label, -#library_preview #preview_spremenljivka .popup_main .setting_line span { +#vprasanje_preview #preview_spremenljivka .popup_main .setting_line label, +#vprasanje_preview #preview_spremenljivka .popup_main .setting_line span { font-size: 14px; } #fullscreen #preview_spremenljivka .popup_main .settings_block, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .settings_block, -#library_preview #preview_spremenljivka .popup_main .settings_block { +#vprasanje_preview #preview_spremenljivka .popup_main .settings_block { display: flex; flex-direction: column; margin-bottom: 16px; } #fullscreen #preview_spremenljivka .popup_main .settings_block label, #fullscreen #preview_spremenljivka .popup_main .settings_block span, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .settings_block label, -#vprasanje_deleted_preview #preview_spremenljivka .popup_main .settings_block span, -#library_preview #preview_spremenljivka .popup_main .settings_block label, -#library_preview #preview_spremenljivka .popup_main .settings_block span { +#vprasanje_preview #preview_spremenljivka .popup_main .settings_block label, +#vprasanje_preview #preview_spremenljivka .popup_main .settings_block span { font-size: 14px; } #fullscreen #preview_spremenljivka .button_holder, -#vprasanje_deleted_preview #preview_spremenljivka .button_holder, -#library_preview #preview_spremenljivka .button_holder { +#vprasanje_preview #preview_spremenljivka .button_holder { justify-content: end !important; margin: 20px 0 0 0; } #fullscreen #preview_spremenljivka .button_holder button:last-child, -#vprasanje_deleted_preview #preview_spremenljivka .button_holder button:last-child, -#library_preview #preview_spremenljivka .button_holder button:last-child { +#vprasanje_preview #preview_spremenljivka .button_holder button:last-child { margin-right: 0; } #fullscreen #preview_spremenljivka.warning_popup h2::before, -#vprasanje_deleted_preview #preview_spremenljivka.warning_popup h2::before, -#library_preview #preview_spremenljivka.warning_popup h2::before { +#vprasanje_preview #preview_spremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka { box-sizing: border-box; width: 100%; margin: 0; @@ -22533,48 +22353,39 @@ and open the template in the editor. /* radio */ } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov { margin: 0 0 24px 0; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov p, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov p, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov p { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov p { margin: 0; font-weight: 700; font-size: 20px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov .spremenljivka_info, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov .spremenljivka_info, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov .spremenljivka_info { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov .spremenljivka_info { margin-top: 4px; color: #a9a9a9; font-size: 14px; font-weight: 400; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder { height: auto !important; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla { padding: 0 0 16px 0; font-size: 16px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla:last-child, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla:last-child, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla:last-child { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .variable_holder .variabla:last-child { padding-bottom: 0; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text], #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka select, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text], -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka select, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text], -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka select { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text], +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka select { margin: 0; padding: 5px 7px; min-width: 100px; @@ -22583,10 +22394,8 @@ and open the template in the editor. background-color: #fff; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox], #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio], -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox], -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio], -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox], -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox], +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] { opacity: 0; position: absolute !important; width: 30px; @@ -22596,69 +22405,53 @@ and open the template in the editor. #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-custom-radio:before, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-vizualna-skala::before, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-custom-radio:before, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-vizualna-skala::before, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-custom-radio:before, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-vizualna-skala::before { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-custom-radio:before, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-vizualna-skala::before { font-family: "Font Awesome 5 Free"; display: inline-block; font-weight: 400; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:disabled + span.enka-checkbox-radio:before, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:disabled + span.enka-checkbox-radio:before, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:disabled + span.enka-checkbox-radio:before, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:disabled + span.enka-checkbox-radio:before, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:disabled + span.enka-checkbox-radio:before, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:disabled + span.enka-checkbox-radio:before { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:disabled + span.enka-checkbox-radio:before, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:disabled + span.enka-checkbox-radio:before { opacity: 0.5; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio { font-size: 15px; -webkit-text-stroke: 0.35px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: "\f0c8"; +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { + content: ""; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: "\f14a"; +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { + content: ""; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: "\f111"; +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { + content: ""; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: "\f192"; +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { + content: ""; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .custom_radio_picture.obarvan > label > span.enka-custom-radio:before, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .visual-radio-scale.checked .enka-vizualna-skala, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .custom_radio_picture.obarvan > label > span.enka-custom-radio:before, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .visual-radio-scale.checked .enka-vizualna-skala, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .custom_radio_picture.obarvan > label > span.enka-custom-radio:before, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .visual-radio-scale.checked .enka-vizualna-skala { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .custom_radio_picture.obarvan > label > span.enka-custom-radio:before, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .visual-radio-scale.checked .enka-vizualna-skala { color: #1E88E5; font-size: 20px; vertical-align: -1px; @@ -22668,54 +22461,41 @@ and open the template in the editor. #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=email]:focus, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=password]:focus, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea:focus, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text]:focus, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=number]:focus, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=email]:focus, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=password]:focus, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea:focus, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text]:focus, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=number]:focus, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=email]:focus, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=password]:focus, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea:focus { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=text]:focus, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=number]:focus, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=email]:focus, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=password]:focus, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka textarea:focus { border-color: #1E88E5; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table { margin: 0; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr th, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr th, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr th { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr th { border: 0; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category { text-align: center; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category label, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category label, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category label { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category label { margin: 0; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category span.enka-checkbox-radio:before, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category span.enka-checkbox-radio:before, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category span.enka-checkbox-radio:before { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr td.category span.enka-checkbox-radio:before { letter-spacing: 0 !important; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr:nth-child(2n+1), -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr:nth-child(2n+1), -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr:nth-child(2n+1) { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.grid_table tr:nth-child(2n+1) { background-color: #F1F8FD; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost { table-layout: fixed; text-align: left; width: 100%; @@ -22724,120 +22504,96 @@ and open the template in the editor. } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr td, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr th, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr td, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr th, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr td, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr th { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr td, +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.text_vrednost tr th { border: 0; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_5, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_5, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_5 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_5 { width: 5%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_10, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_10, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_10 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_10 { width: 10%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_15, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_15, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_15 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_15 { width: 15%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_20, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_20, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_20 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_20 { width: 20%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_25, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_25, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_25 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_25 { width: 25%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_30, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_30, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_30 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_30 { width: 30%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_33, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_33, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_33 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_33 { width: 33.3%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_35, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_35, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_35 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_35 { width: 35%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_40, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_40, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_40 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_40 { width: 40%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_45, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_45, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_45 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_45 { width: 45%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_50, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_50, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_50 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_50 { width: 50%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_55, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_55, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_55 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_55 { width: 55%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_60, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_60, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_60 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_60 { width: 60%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_65, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_65, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_65 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_65 { width: 65%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_70, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_70, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_70 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_70 { width: 70%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_75, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_75, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_75 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_75 { width: 75%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_80, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_80, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_80 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_80 { width: 80%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_85, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_85, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_85 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_85 { width: 85%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_90, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_90, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_90 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_90 { width: 90%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_95, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_95, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_95 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_95 { width: 95%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_100, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_100, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_100 { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .width_100 { width: 100%; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping_titles, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping_titles, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping_titles { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping_titles { width: 230px; padding: 5px; margin: 0px auto 0px auto; @@ -22849,8 +22605,7 @@ and open the template in the editor. border-right: 1px solid #E5E5E5; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_dropping { width: 230px; padding: 5px; margin: 0px auto 10px auto; @@ -22860,42 +22615,36 @@ and open the template in the editor. border: 1px solid #E5E5E5; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table { width: 100%; table-layout: fixed; border-spacing: 0; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td { width: 45%; padding: 5px; vertical-align: top; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td.middle, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td.middle, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td.middle { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table td.middle { width: 10%; vertical-align: top; text-align: center; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table ul, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table ul, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table ul { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka table.ranking_table ul { list-style: none; margin: 0; padding: 0; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka td.middle img, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka td.middle img, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka td.middle img { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka td.middle img { display: block; margin: 50% 0 0 20px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking { width: 230px; padding: 5px; margin: 0 auto 10px auto; @@ -22909,8 +22658,7 @@ and open the template in the editor. white-space: nowrap; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking_long, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking_long, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking_long { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ranking_long { width: 230px; padding: 5px; margin: 0 auto 10px auto; @@ -22924,8 +22672,7 @@ and open the template in the editor. white-space: nowrap; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle { width: 230px; padding: 5px; margin: 0 auto 10px auto; @@ -22935,8 +22682,7 @@ and open the template in the editor. overflow: hidden; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle_long, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle_long, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle_long { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .handle_long { width: 230px; padding: 5px; margin: 0 auto 10px auto; @@ -22946,8 +22692,7 @@ and open the template in the editor. overflow: hidden; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .ime, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ime, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ime { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .ime { width: 230px; padding: 5px; margin: 0 auto 10px auto; @@ -22957,8 +22702,7 @@ and open the template in the editor. overflow: hidden; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .izbran, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .izbran, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .izbran { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .izbran { width: 230px; padding: 5px; margin: 0 auto 10px auto; @@ -22968,8 +22712,7 @@ and open the template in the editor. overflow: hidden; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_ranking, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_ranking, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_ranking { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_ranking { width: 230px; padding: 5px; margin: 0px auto 10px auto; @@ -22979,14 +22722,12 @@ and open the template in the editor. font-weight: bold; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder { position: relative; padding-top: 11px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder .dropzone, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder .dropzone, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder .dropzone { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropholder .dropzone { position: absolute; left: 0; right: 0; @@ -22994,15 +22735,13 @@ and open the template in the editor. bottom: 0; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropzone, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropzone, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropzone { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .dropzone { border-top: 1px solid black; min-height: 100px; padding-top: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .moving, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .moving, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .moving { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .moving { cursor: pointer; margin-left: auto; margin-right: auto; @@ -23012,8 +22751,7 @@ and open the template in the editor. white-space: nowrap; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_moving, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_moving, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_moving { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .frame_moving { width: 230px; padding: 5px; margin: 0px auto 10px auto; @@ -23023,22 +22761,19 @@ and open the template in the editor. font-weight: bold; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka ul.sorting, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka ul.sorting, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka ul.sorting { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka ul.sorting { list-style: none; margin: 0; padding: 0; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortholder, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortholder, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortholder { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortholder { margin: 0 auto; width: 250px; padding: 5px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortzone, -#vprasanje_deleted_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortzone, -#library_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortzone { +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .sortzone { position: absolute; margin: 0 auto 0 auto; width: 250px; @@ -23665,22 +23400,22 @@ and open the template in the editor. } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f096";*/ - content: "\f0c8"; + content: ""; letter-spacing: 10px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f10c";*/ - content: "\f111"; + content: ""; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f046";*/ - content: "\f14a"; + content: ""; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f192";*/ - content: "\f192"; + content: ""; } #preview_spremenljivka input[type=radio] { margin: 0 8px 4px 0; @@ -23693,7 +23428,7 @@ and open the template in the editor. #preview_spremenljivka input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: "\f111"; + content: ""; letter-spacing: 10px; } #preview_spremenljivka input[type=radio] + span.enka-custom-radio:before { @@ -23701,7 +23436,7 @@ and open the template in the editor. display: inline-block; } #preview_spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; } #preview_spremenljivka input[type=checkbox] { display: none !important; @@ -23714,14 +23449,188 @@ and open the template in the editor. #preview_spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: "\f0c8"; + content: ""; letter-spacing: 10px; } #preview_spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; letter-spacing: 8px; } +/* + Knjiznica s pobrisanimi vprasanji v urejanju ankete +*/ +.vprasanje_deleted_popup { + padding: 0; +} +.vprasanje_deleted_popup h2 { + padding: 16px 0 8px 0; +} +.vprasanje_deleted_popup h2 .faicon { + padding-left: 16px; +} +.vprasanje_deleted_popup .content { + display: flex; + flex-direction: column; + max-width: 840px; + width: 100%; +} +.vprasanje_deleted_popup .content .question_list { + display: flex; + flex-direction: column; + height: 440px; + max-height: 440px; + overflow-y: auto; + padding: 16px; + border-bottom: 1px #E5E5E5 solid; +} +.vprasanje_deleted_popup .content .question_list .spacer { + margin-top: 8px; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder { + cursor: pointer; + display: flex; + align-items: center; + margin-bottom: 8px; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder.active .question_item_info { + background-color: #F8F8F8; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder > label { + margin-right: 8px; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder > label:before { + letter-spacing: 0; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info { + display: flex; + align-items: center; + justify-content: space-between; + position: relative; + box-sizing: border-box; + height: 36px; + max-width: 100%; + width: 705px; + padding: 0 16px; + border: 1px #E5E5E5 solid; + border-radius: 2px; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info:hover { + background-color: #F8F8F8; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info:hover .dots_ver, +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info:hover .monitor { + display: block; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info span { + margin-right: 8px; + font-size: 14px; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info span.faicon { + color: #1E88E5; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .date { + color: #808080; + font-size: 13px; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_type { + text-transform: uppercase; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings { + padding: 16px; + color: #333333; + font-weight: 400; + font-size: 16px; + line-height: 20px; + text-align: left; + background: #FFFFFF; + border: 1px solid #C4C4C4; + box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.07); + position: absolute; + z-index: 9999; + right: 0; + top: 35px; + border-radius: 2px; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings a { + text-decoration: none; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul { + margin: 0; + padding: 0; + list-style-type: none; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li { + margin-bottom: 16px; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li:last-of-type { + margin-bottom: 0; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li span { + cursor: pointer; + color: #333333; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li span:hover { + color: #1E88E5; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li { + color: #1E88E5; + transition: 0.2s; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li:hover { + color: #0059ab; +} +.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .monitor { + display: none; + margin-right: 0; +} +.vprasanje_deleted_popup .content .selected_items { + align-self: flex-end; + margin: 16px 16px 8px 0; + color: #1E88E5; +} +.vprasanje_deleted_popup .content .button_holder { + margin: 0 16px 16px 0; +} + +/* Dodaten popup za preview */ +#vprasanje_preview { + position: absolute; + z-index: 9999; + top: 0; + left: 0; + height: 100%; + width: 100%; + background-color: #FFFFFF; +} +#vprasanje_preview h2 .as_link { + text-decoration: none; + text-transform: none; +} +#vprasanje_preview #preview_spremenljivka { + width: 100%; + height: calc(100% - 140px); + max-height: none; + box-sizing: border-box; + padding-top: 0; +} +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka { + padding: 0; +} +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov { + padding: 0; + font-weight: 600; + font-size: 20px; +} +#vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka .naslov p { + font-weight: 600; +} +#vprasanje_preview .button_holder { + padding: 16px; + margin: 0; + border-top: 1px #E5E5E5 solid; +} + /* Uvoz vprasanj iz texta znotraj ankete (popup) Created on : 6-Nov-2018 @@ -23803,7 +23712,7 @@ and open the template in the editor. } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: "\f111"; + content: ""; display: inline-block; font-size: 14px; color: #E5E5E5; @@ -23811,7 +23720,7 @@ and open the template in the editor. font-weight: 400; } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio]:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; color: #E5E5E5; } @@ -24074,7 +23983,7 @@ dl.arch_email dd { #inv_view_arch_recipients.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -25288,23 +25197,23 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admi } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: "\f0c8"; + content: ""; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: "\f111"; + content: ""; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; color: #D3D3D3; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; color: #D3D3D3; } div.page_komentarji ul .spremenljivka_content input[type=radio], @@ -25321,7 +25230,7 @@ div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-chec div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: "\f111"; + content: ""; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-custom-radio:before, @@ -25331,7 +25240,7 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.en } div.page_komentarji ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; } div.page_komentarji ul .spremenljivka_content input[type=checkbox], div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] { @@ -25347,12 +25256,12 @@ div.page_komentarji ul .spremenljivka_content input[type=checkbox] + span.enka-c div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: "\f0c8"; + content: ""; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; letter-spacing: 8px; } div.page_komentarji ul div.question_comment_holder, @@ -25958,6 +25867,7 @@ div#general_popup div.popup_content.publish.settings div#publish_settings_more { .page_vabila #vabila .button_holder #nice_url_holder .buttons { margin: 9px 0px 0px 0px !important; } + div#vabila div.more div.more_block { width: 89% !important; } @@ -27426,7 +27336,7 @@ div.subpage_coding .coding-refresh .button_holder button:last-child { div.subpage_coding .coding-refresh.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -27608,7 +27518,7 @@ div.subpage_coding #coding .button_holder button:last-child { div.subpage_coding #coding.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -27932,7 +27842,7 @@ div.subpage_coding .floatRecodeSpremenljivka .button_holder button:last-child { div.subpage_coding .floatRecodeSpremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -28283,18 +28193,18 @@ ul#merge li { -webkit-text-stroke: 0.35px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: "\f0c8"; + content: ""; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: "\f14a"; + content: ""; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: "\f111"; + content: ""; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: "\f192"; + content: ""; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -28793,7 +28703,7 @@ and open the template in the editor. #div_export_setting_show.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -30095,7 +30005,7 @@ iframe#ifmcontentstoprint { position: absolute; left: 17px; top: 40px; - box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); + box-shadow: 0px 0px 7px 0px #0000001F; } #div_analiza_data .faicon.dots { cursor: pointer; @@ -30160,7 +30070,7 @@ iframe#ifmcontentstoprint { .cell_icons button::before { font-weight: 700; - content: "\f141"; + content: ""; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options div.button { @@ -30388,15 +30298,15 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l } .rsdl_bck1 { - background-color: rgb(250, 226, 226) !important; + background-color: #fae2e2 !important; } .rsdl_bck2 { - background-color: rgb(255, 157, 157) !important; + background-color: #ff9d9d !important; } .rsdl_bck3 { - background-color: rgb(248, 66, 66) !important; + background-color: #f84242 !important; } .rsdl_bck4 { @@ -31909,7 +31819,7 @@ ul.vrednost_sort input[type=text] { .subpage_analysis_creport #anketa_custom_report #newCReportProfile.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -32193,7 +32103,7 @@ and open the template in the editor. #dsp_inspect_cover.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -32727,7 +32637,7 @@ input#endDate { .mc_table_settings.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -32940,7 +32850,7 @@ input#endDate { #newMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -33129,7 +33039,7 @@ input#endDate { #renameMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -33318,7 +33228,7 @@ input#endDate { #deleteMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: "\f071"; + content: ""; font-size: 14px; color: #FFC700; } @@ -33704,7 +33614,7 @@ button.buttons-columnVisibility.active { table.usersTable { margin-left: 14px; margin-right: 14px; - width: calc(100% - 28px); + width: calc(100% - 2*14px); white-space: nowrap; border-collapse: collapse !important; } @@ -33884,19 +33794,24 @@ table.dataTable td:not(:first-of-type), table.dataTable th:not(:first-of-type) { #quick_comments_link.newCss { display: none; } + #firstNavigation ol.right-side { display: none; } + div.status_advanced { flex-direction: column; } + div.status_advanced_box { width: 100%; box-sizing: border-box; } + a.status_advanced_link { width: 95%; } + .content_div_normalmode { overflow-x: auto; } @@ -33990,6 +33905,7 @@ body #main_holder #main .wide { width: 100%; margin: 0; } + fieldset { width: 100% !important; box-sizing: border-box !important; @@ -34019,36 +33935,44 @@ fieldset textarea { fieldset .setting { height: auto !important; } + .setting_horizontal_wrapper { flex-direction: column !important; } + #vnosi_paginacija div select { display: inline-block; width: fit-content; margin: 0 5px; text-align: center; } + div.breadcrumbs { display: block; padding: 15px; color: #1e88e5; font-weight: 600; } + button.small, submit.small { min-width: auto; padding: 5px 16px; } + button.medium, submit.medium { min-width: auto; padding: 10px 24px; } + button.large, submit.large { min-width: auto; padding: 12px 32px; } + .top_note { padding: 8px 16px; } + header { /* Mobile meni */ /* Mobile meni - NASTAVITVE V UREJANJU ANKETE*/ @@ -34304,6 +34228,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { header .mobile_settings .mobile_settings_content a .setting_text { width: auto; } + footer#srv_footer { display: flex; flex-direction: column; @@ -34325,6 +34250,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { padding: 0; border: 0; } + /* Popup za vprasajcke */ .qtip { position: fixed !important; @@ -34335,6 +34261,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { left: 10% !important; box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.34) !important; } + .divPopUp { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; @@ -34345,10 +34272,12 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; } + /* Vse povezano s paketi in placili */ .dt-buttons { display: none; } + #main #moje_ankete_edit #anketa_edit { padding: 0 !important; } @@ -34423,6 +34352,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #moje_ankete_edit fieldset div.setting { margin-bottom: 10px; } + #new_anketa_div { display: flex; flex-direction: column; @@ -34506,6 +34436,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { border: 1px solid #c8e3f8 !important; border-radius: 1px; } + .dashboard_top_settings { flex-direction: column; } @@ -34518,16 +34449,19 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin-left: 0; margin-right: 16px; } + .dashboard_boxes { flex-direction: column; } .dashboard_boxes .dashboard_box { margin: 0 0 32px 0; } + .locked .add-variable-mobile, .spremenljivka_content .add-variable { display: none !important; } + #branching { width: 100%; margin: 0; @@ -34632,9 +34566,11 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin: 0; padding: 0 12px; } + .toolbox_holder { display: none; } + .mobile_add_question { display: block; position: fixed; @@ -34654,6 +34590,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { line-height: 15px; font-weight: 600; } + .mobile_add_question_popup { z-index: 9999; position: fixed; @@ -34707,6 +34644,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { font-size: 14px; font-weight: 500; } + #vprasanje_float_editing .vprasanje_edit_holder { position: fixed; z-index: 99999; @@ -34759,6 +34697,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin-left: 0 !important; text-align: center; } + #main #anketa #globalSetingsList { max-width: 100% !important; width: 100% !important; @@ -34771,6 +34710,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #anketa #globalSetingsList fieldset span.charalimit#anketa_note_chars { width: 100%; } + /* NASTAVITVE in ARHIVI */ /* OBLIKA */ #main #anketa #anketa_edit.page_tema #div_theme_group_holder { @@ -34786,15 +34726,18 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: 100%; height: auto; } + #theme-editor { width: 100% !important; float: none !important; } + #theme-preview { width: 100% !important; float: none !important; margin-top: 80px !important; } + /* ARHIVI */ #main #anketa #anketa_edit.page_arhivi { flex-direction: column-reverse; @@ -34812,6 +34755,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #anketa #anketa_edit.page_arhivi #div_archive_content fieldset input { width: 100% !important; } + div.page_tema .theme_list { flex-wrap: wrap; } @@ -34838,6 +34782,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options .button { margin-right: 8px; } + .page_theme-editor #theme-preview { display: none; } @@ -34845,6 +34790,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: 100% !important; flex-wrap: wrap; } + #srv_diagnostic br { display: none; } @@ -34865,6 +34811,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #srv_diagnostic #srv_diagnostic_results_right table td + td { width: auto !important; } + .subpage_testnipodatki { line-height: 20px; } @@ -34878,6 +34825,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .subpage_testnipodatki form label input { vertical-align: bottom; } + .lastnosti_wrapper { flex-direction: column !important; } @@ -34885,6 +34833,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .lastnosti_wrapper .lastnosti_right { width: 100% !important; } + .page_vabila #vabila .button_holder { flex-direction: column; align-items: flex-start; @@ -34909,6 +34858,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .page_vabila #vabila .more_block { width: 100%; } + .page_invitations #inv_top_navi { flex-direction: column; align-items: flex-start; @@ -34976,6 +34926,7 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .page_invitations .button_holder button { margin-bottom: 8px; } + #vabila > table, table.invitations_settings, #inv_msg_preview table, @@ -35059,6 +35010,7 @@ table.invitations_settings p label input[type=password], width: 100% !important; box-sizing: border-box; } + #surveyInvitationSetting, #surveyInvitationSettingServer { min-width: 100% !important; @@ -35066,6 +35018,7 @@ table.invitations_settings p label input[type=password], margin: 10px 0 !important; box-sizing: border-box !important; } + #inv_top_navi { display: flex; flex-direction: column; @@ -35104,6 +35057,7 @@ table.invitations_settings p label input[type=password], #inv_top_navi > #inv_step_nav.yellow .inv_step_space { display: none; } + #inv_recipients_profiles_holder, #inv_import_list_container, #inv_messages_profiles_holder, @@ -35124,6 +35078,7 @@ table.invitations_settings p label input[type=password], #inv_select_mail_preview textarea { width: 100%; } + #inv_msg_preview table th { height: auto !important; width: 100% !important; @@ -35135,6 +35090,7 @@ table.invitations_settings p label input[type=password], width: 100%; box-sizing: border-box; } + .addthis_toolbox { line-height: 24px; } @@ -35149,9 +35105,11 @@ table.invitations_settings p label input[type=password], .addthis_toolbox .addthis_separator { font-size: 16px; } + #inv_field_container ul li { width: 45%; } + /* grafika ko ni podatkov */ div.no_data_alert img { width: 100%; @@ -35163,6 +35121,7 @@ table.invitations_settings p label input[type=password], flex-direction: column; align-items: center; } + .page_data .data_table_top_holder { flex-direction: column; align-items: flex-start; @@ -35233,9 +35192,11 @@ table.invitations_settings p label input[type=password], width: 100%; margin-bottom: 16px; } + body.data_fullscreen #analiza_data { top: 68px; } + .subpage_append .anketa_edit_main, .subpage_merge .anketa_edit_main, .subpage_calculation .anketa_edit_main, @@ -35276,6 +35237,7 @@ table.invitations_settings p label input[type=password], clear: both; margin: 40px 0 0 0 !important; } + .subpage_quick_edit #quick_edit_top_line { flex-direction: column-reverse; } @@ -35295,6 +35257,7 @@ table.invitations_settings p label input[type=password], .subpage_quick_edit .quick_edit_container .quick_edit_bottom_line { justify-content: center; } + .analysis_bottom_settings { flex-wrap: wrap; } @@ -35304,13 +35267,16 @@ table.invitations_settings p label input[type=password], margin: 0 0 16px 0 !important; border: 0; } + .div_analiza_icons, .div_analiza_scale { opacity: 1 !important; } + .analysis_icons_holder { display: none; } + .chart_holder { width: 100%; box-sizing: border-box; @@ -35333,6 +35299,7 @@ table.invitations_settings p label input[type=password], display: block; clear: both; } + table.analysis_reports { border-spacing: 0px; } @@ -35349,12 +35316,14 @@ table.analysis_reports > tbody > tr > td { table.analysis_reports fieldset { margin-bottom: 0 !important; } + .reports_holder { flex-direction: column; } .reports_holder fieldset { width: 100%; } + .noSurvey_sequence { padding: 0; } @@ -35376,11 +35345,13 @@ table.analysis_reports > tbody > tr > td { .noSurvey_sequence .buttons_holder a .button { margin: 10px 30px; } + #table-horizontal-scroll-wrapper1-userchanges { display: table; table-layout: fixed; width: 100%; } + #table-horizontal-scroll-wrapper2-userchanges { display: table-cell; overflow-x: auto; @@ -35391,6 +35362,7 @@ table.analysis_reports > tbody > tr > td { border-collapse: collapse; white-space: nowrap; } + .page_arhivi .anketa_edit_left, .page_tracking .anketa_edit_left, .subpage_anal_arch .anketa_edit_left, diff --git a/resources/sass/admin_new/pages/survey_edit/library.scss b/resources/sass/admin_new/pages/survey_edit/library.scss index 2ac102059..dc2cbf9ec 100644 --- a/resources/sass/admin_new/pages/survey_edit/library.scss +++ b/resources/sass/admin_new/pages/survey_edit/library.scss @@ -298,7 +298,8 @@ &:hover{ background-color: $light-gray; - .dots_ver{ + .dots_ver, + .monitor{ display: block; } } @@ -337,6 +338,15 @@ } } + .monitor{ + display: none; + + position: absolute; + right: 22px; + padding: 7px 8px; + margin-right: 0; + } + .folder_empty:before{ color: $dark-gray2; } diff --git a/resources/sass/admin_new/pages/survey_edit/popups/popups.scss b/resources/sass/admin_new/pages/survey_edit/popups/popups.scss index 1154431d8..c30aad81e 100644 --- a/resources/sass/admin_new/pages/survey_edit/popups/popups.scss +++ b/resources/sass/admin_new/pages/survey_edit/popups/popups.scss @@ -2,6 +2,7 @@ @import "survey_edit"; @import "title_edit"; @import "preview_question"; +@import "vprasanje_deleted"; @import "import_from_text"; @import "archive"; diff --git a/resources/sass/admin_new/pages/survey_edit/popups/preview_question.scss b/resources/sass/admin_new/pages/survey_edit/popups/preview_question.scss index 390344b4a..2c11caa2f 100644 --- a/resources/sass/admin_new/pages/survey_edit/popups/preview_question.scss +++ b/resources/sass/admin_new/pages/survey_edit/popups/preview_question.scss @@ -28,8 +28,7 @@ $progress_bar_background: black; //Preview spremenljivka #fullscreen, -#vprasanje_deleted_preview, -#library_preview{ +#vprasanje_preview{ #preview_spremenljivka { @include popup_general(); diff --git a/resources/sass/admin_new/pages/survey_edit/vprasanje_deleted.scss b/resources/sass/admin_new/pages/survey_edit/popups/vprasanje_deleted.scss similarity index 78% rename from resources/sass/admin_new/pages/survey_edit/vprasanje_deleted.scss rename to resources/sass/admin_new/pages/survey_edit/popups/vprasanje_deleted.scss index 4bfe86fc7..945422331 100644 --- a/resources/sass/admin_new/pages/survey_edit/vprasanje_deleted.scss +++ b/resources/sass/admin_new/pages/survey_edit/popups/vprasanje_deleted.scss @@ -79,7 +79,8 @@ &:hover{ background-color: $light-gray; - .dots_ver{ + .dots_ver, + .monitor{ display: block; } } @@ -124,6 +125,7 @@ } .monitor{ + display: none; margin-right: 0; } } @@ -141,23 +143,54 @@ margin: 0 16px 16px 0; } } +} +/* Dodaten popup za preview */ +#vprasanje_preview{ + position: absolute; + z-index: 9999; - /* Dodaten popup za preview */ - #vprasanje_deleted_preview{ - position: absolute; - z-index: 9999; - top: 0; - left: 0; + top: 0; + left: 0; - height: 100%; + height: 100%; + width: 100%; + + background-color: $white; + + h2 .as_link{ + text-decoration: none; + text-transform: none; + } + + #preview_spremenljivka{ width: 100%; + height: calc(100% - 140px); + max-height: none; - background-color: $white; - - #preview_spremenljivka{ - box-sizing: border-box; - width: 100%; + box-sizing: border-box; + padding-top: 0; + + #spremenljivka_preview .spremenljivka{ + padding: 0; + + .naslov{ + padding: 0; + font-weight: 600; + font-size: 20px; + + p{ + font-weight: 600; + } + } } } -} \ No newline at end of file + + .button_holder{ + padding: 16px; + margin: 0; + + border-top: 1px $gray solid; + } +} + diff --git a/resources/sass/admin_new/pages/survey_edit/survey_edit.scss b/resources/sass/admin_new/pages/survey_edit/survey_edit.scss index e509bbfd5..fed9a20a9 100644 --- a/resources/sass/admin_new/pages/survey_edit/survey_edit.scss +++ b/resources/sass/admin_new/pages/survey_edit/survey_edit.scss @@ -12,7 +12,6 @@ @import "library"; @import "jquery"; @import "top_center_settings"; -@import "vprasanje_deleted"; // Urejanje -> Nastavitve From 6a93703f3b398f0044895a632af06576a26b3a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Mon, 22 Aug 2022 10:23:27 +0200 Subject: [PATCH 25/46] seznam anket: popravljen tekst --- admin/survey/script/GDPR_seznam_anket.js | 8 +- public/css/admin_new.css | 2985 +++++++++++----------- 2 files changed, 1465 insertions(+), 1528 deletions(-) diff --git a/admin/survey/script/GDPR_seznam_anket.js b/admin/survey/script/GDPR_seznam_anket.js index 33e155c4c..80a9ca5bb 100644 --- a/admin/survey/script/GDPR_seznam_anket.js +++ b/admin/survey/script/GDPR_seznam_anket.js @@ -47,16 +47,16 @@ else { } //grey row if (grey_row_count == 1){ - text_box3_p.innerHTML = ' '+grey_row_count+' anketa lahko vsebuje GDPR občutljive podatke'; + text_box3_p.innerHTML = ' '+grey_row_count+' anketa ne vsebuje GDPR občutljivih podatkov'; } else if (grey_row_count == 2){ - text_box3_p.innerHTML = ' '+grey_row_count+' anketi lahko vsebujeta GDPR občutljive podatke'; + text_box3_p.innerHTML = ' '+grey_row_count+' anketi ne vsebujeta GDPR občutljivih podatkov'; } else if (grey_row_count == 3){ - text_box3_p.innerHTML = ' '+grey_row_count+' ankete lahko vsebujejo GDPR občutljive podatke'; + text_box3_p.innerHTML = ' '+grey_row_count+' ankete ne vsebujejo GDPR občutljivih podatkov'; } else { - text_box3_p.innerHTML = ' '+grey_row_count+' anket lahko vsebuje GDPR občutljive podatke'; + text_box3_p.innerHTML = ' '+grey_row_count+' anket ne vsebuje GDPR občutljivih podatkov'; } // Seznam anket - togle checkbox prikaz anket diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 579ada81f..513b38a24 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -214,4767 +214,4767 @@ /* 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: ""; + content: "\f26e"; } .fa-accessible-icon:before { - content: ""; + content: "\f368"; } .fa-accusoft:before { - content: ""; + content: "\f369"; } .fa-ad:before { - content: ""; + content: "\f641"; } .fa-address-book:before { - content: ""; + content: "\f2b9"; } .fa-address-card:before { - content: ""; + content: "\f2bb"; } .fa-adjust:before { - content: ""; + content: "\f042"; } .fa-adn:before { - content: ""; + content: "\f170"; } .fa-adversal:before { - content: ""; + content: "\f36a"; } .fa-affiliatetheme:before { - content: ""; + content: "\f36b"; } .fa-air-freshener:before { - content: ""; + content: "\f5d0"; } .fa-algolia:before { - content: ""; + content: "\f36c"; } .fa-align-center:before { - content: ""; + content: "\f037"; } .fa-align-justify:before { - content: ""; + content: "\f039"; } .fa-align-left:before { - content: ""; + content: "\f036"; } .fa-align-right:before { - content: ""; + content: "\f038"; } .fa-alipay:before { - content: ""; + content: "\f642"; } .fa-allergies:before { - content: ""; + content: "\f461"; } .fa-amazon:before { - content: ""; + content: "\f270"; } .fa-amazon-pay:before { - content: ""; + content: "\f42c"; } .fa-ambulance:before { - content: ""; + content: "\f0f9"; } .fa-american-sign-language-interpreting:before { - content: ""; + content: "\f2a3"; } .fa-amilia:before { - content: ""; + content: "\f36d"; } .fa-anchor:before { - content: ""; + content: "\f13d"; } .fa-android:before { - content: ""; + content: "\f17b"; } .fa-angellist:before { - content: ""; + content: "\f209"; } .fa-angle-double-down:before { - content: ""; + content: "\f103"; } .fa-angle-double-left:before { - content: ""; + content: "\f100"; } .fa-angle-double-right:before { - content: ""; + content: "\f101"; } .fa-angle-double-up:before { - content: ""; + content: "\f102"; } .fa-angle-down:before { - content: ""; + content: "\f107"; } .fa-angle-left:before { - content: ""; + content: "\f104"; } .fa-angle-right:before { - content: ""; + content: "\f105"; } .fa-angle-up:before { - content: ""; + content: "\f106"; } .fa-angry:before { - content: ""; + content: "\f556"; } .fa-angrycreative:before { - content: ""; + content: "\f36e"; } .fa-angular:before { - content: ""; + content: "\f420"; } .fa-ankh:before { - content: ""; + content: "\f644"; } .fa-app-store:before { - content: ""; + content: "\f36f"; } .fa-app-store-ios:before { - content: ""; + content: "\f370"; } .fa-apper:before { - content: ""; + content: "\f371"; } .fa-apple:before { - content: ""; + content: "\f179"; } .fa-apple-alt:before { - content: ""; + content: "\f5d1"; } .fa-apple-pay:before { - content: ""; + content: "\f415"; } .fa-archive:before { - content: ""; + content: "\f187"; } .fa-archway:before { - content: ""; + content: "\f557"; } .fa-arrow-alt-circle-down:before { - content: ""; + content: "\f358"; } .fa-arrow-alt-circle-left:before { - content: ""; + content: "\f359"; } .fa-arrow-alt-circle-right:before { - content: ""; + content: "\f35a"; } .fa-arrow-alt-circle-up:before { - content: ""; + content: "\f35b"; } .fa-arrow-circle-down:before { - content: ""; + content: "\f0ab"; } .fa-arrow-circle-left:before { - content: ""; + content: "\f0a8"; } .fa-arrow-circle-right:before { - content: ""; + content: "\f0a9"; } .fa-arrow-circle-up:before { - content: ""; + content: "\f0aa"; } .fa-arrow-down:before { - content: ""; + content: "\f063"; } .fa-arrow-left:before { - content: ""; + content: "\f060"; } .fa-arrow-right:before { - content: ""; + content: "\f061"; } .fa-arrow-up:before { - content: ""; + content: "\f062"; } .fa-arrows-alt:before { - content: ""; + content: "\f0b2"; } .fa-arrows-alt-h:before { - content: ""; + content: "\f337"; } .fa-arrows-alt-v:before { - content: ""; + content: "\f338"; } .fa-assistive-listening-systems:before { - content: ""; + content: "\f2a2"; } .fa-asterisk:before { - content: ""; + content: "\f069"; } .fa-asymmetrik:before { - content: ""; + content: "\f372"; } .fa-at:before { - content: ""; + content: "\f1fa"; } .fa-atlas:before { - content: ""; + content: "\f558"; } .fa-atom:before { - content: ""; + content: "\f5d2"; } .fa-audible:before { - content: ""; + content: "\f373"; } .fa-audio-description:before { - content: ""; + content: "\f29e"; } .fa-autoprefixer:before { - content: ""; + content: "\f41c"; } .fa-avianex:before { - content: ""; + content: "\f374"; } .fa-aviato:before { - content: ""; + content: "\f421"; } .fa-award:before { - content: ""; + content: "\f559"; } .fa-aws:before { - content: ""; + content: "\f375"; } .fa-backspace:before { - content: ""; + content: "\f55a"; } .fa-backward:before { - content: ""; + content: "\f04a"; } .fa-balance-scale:before { - content: ""; + content: "\f24e"; } .fa-ban:before { - content: ""; + content: "\f05e"; } .fa-band-aid:before { - content: ""; + content: "\f462"; } .fa-bandcamp:before { - content: ""; + content: "\f2d5"; } .fa-barcode:before { - content: ""; + content: "\f02a"; } .fa-bars:before { - content: ""; + content: "\f0c9"; } .fa-baseball-ball:before { - content: ""; + content: "\f433"; } .fa-basketball-ball:before { - content: ""; + content: "\f434"; } .fa-bath:before { - content: ""; + content: "\f2cd"; } .fa-battery-empty:before { - content: ""; + content: "\f244"; } .fa-battery-full:before { - content: ""; + content: "\f240"; } .fa-battery-half:before { - content: ""; + content: "\f242"; } .fa-battery-quarter:before { - content: ""; + content: "\f243"; } .fa-battery-three-quarters:before { - content: ""; + content: "\f241"; } .fa-bed:before { - content: ""; + content: "\f236"; } .fa-beer:before { - content: ""; + content: "\f0fc"; } .fa-behance:before { - content: ""; + content: "\f1b4"; } .fa-behance-square:before { - content: ""; + content: "\f1b5"; } .fa-bell:before { - content: ""; + content: "\f0f3"; } .fa-bell-slash:before { - content: ""; + content: "\f1f6"; } .fa-bezier-curve:before { - content: ""; + content: "\f55b"; } .fa-bible:before { - content: ""; + content: "\f647"; } .fa-bicycle:before { - content: ""; + content: "\f206"; } .fa-bimobject:before { - content: ""; + content: "\f378"; } .fa-binoculars:before { - content: ""; + content: "\f1e5"; } .fa-birthday-cake:before { - content: ""; + content: "\f1fd"; } .fa-bitbucket:before { - content: ""; + content: "\f171"; } .fa-bitcoin:before { - content: ""; + content: "\f379"; } .fa-bity:before { - content: ""; + content: "\f37a"; } .fa-black-tie:before { - content: ""; + content: "\f27e"; } .fa-blackberry:before { - content: ""; + content: "\f37b"; } .fa-blender:before { - content: ""; + content: "\f517"; } .fa-blind:before { - content: ""; + content: "\f29d"; } .fa-blogger:before { - content: ""; + content: "\f37c"; } .fa-blogger-b:before { - content: ""; + content: "\f37d"; } .fa-bluetooth:before { - content: ""; + content: "\f293"; } .fa-bluetooth-b:before { - content: ""; + content: "\f294"; } .fa-bold:before { - content: ""; + content: "\f032"; } .fa-bolt:before { - content: ""; + content: "\f0e7"; } .fa-bomb:before { - content: ""; + content: "\f1e2"; } .fa-bone:before { - content: ""; + content: "\f5d7"; } .fa-bong:before { - content: ""; + content: "\f55c"; } .fa-book:before { - content: ""; + content: "\f02d"; } .fa-book-open:before { - content: ""; + content: "\f518"; } .fa-book-reader:before { - content: ""; + content: "\f5da"; } .fa-bookmark:before { - content: ""; + content: "\f02e"; } .fa-bowling-ball:before { - content: ""; + content: "\f436"; } .fa-box:before { - content: ""; + content: "\f466"; } .fa-box-open:before { - content: ""; + content: "\f49e"; } .fa-boxes:before { - content: ""; + content: "\f468"; } .fa-braille:before { - content: ""; + content: "\f2a1"; } .fa-brain:before { - content: ""; + content: "\f5dc"; } .fa-briefcase:before { - content: ""; + content: "\f0b1"; } .fa-briefcase-medical:before { - content: ""; + content: "\f469"; } .fa-broadcast-tower:before { - content: ""; + content: "\f519"; } .fa-broom:before { - content: ""; + content: "\f51a"; } .fa-brush:before { - content: ""; + content: "\f55d"; } .fa-btc:before { - content: ""; + content: "\f15a"; } .fa-bug:before { - content: ""; + content: "\f188"; } .fa-building:before { - content: ""; + content: "\f1ad"; } .fa-bullhorn:before { - content: ""; + content: "\f0a1"; } .fa-bullseye:before { - content: ""; + content: "\f140"; } .fa-burn:before { - content: ""; + content: "\f46a"; } .fa-buromobelexperte:before { - content: ""; + content: "\f37f"; } .fa-bus:before { - content: ""; + content: "\f207"; } .fa-bus-alt:before { - content: ""; + content: "\f55e"; } .fa-business-time:before { - content: ""; + content: "\f64a"; } .fa-buysellads:before { - content: ""; + content: "\f20d"; } .fa-calculator:before { - content: ""; + content: "\f1ec"; } .fa-calendar:before { - content: ""; + content: "\f133"; } .fa-calendar-alt:before { - content: ""; + content: "\f073"; } .fa-calendar-check:before { - content: ""; + content: "\f274"; } .fa-calendar-minus:before { - content: ""; + content: "\f272"; } .fa-calendar-plus:before { - content: ""; + content: "\f271"; } .fa-calendar-times:before { - content: ""; + content: "\f273"; } .fa-camera:before { - content: ""; + content: "\f030"; } .fa-camera-retro:before { - content: ""; + content: "\f083"; } .fa-cannabis:before { - content: ""; + content: "\f55f"; } .fa-capsules:before { - content: ""; + content: "\f46b"; } .fa-car:before { - content: ""; + content: "\f1b9"; } .fa-car-alt:before { - content: ""; + content: "\f5de"; } .fa-car-battery:before { - content: ""; + content: "\f5df"; } .fa-car-crash:before { - content: ""; + content: "\f5e1"; } .fa-car-side:before { - content: ""; + content: "\f5e4"; } .fa-caret-down:before { - content: ""; + content: "\f0d7"; } .fa-caret-left:before { - content: ""; + content: "\f0d9"; } .fa-caret-right:before { - content: ""; + content: "\f0da"; } .fa-caret-square-down:before { - content: ""; + content: "\f150"; } .fa-caret-square-left:before { - content: ""; + content: "\f191"; } .fa-caret-square-right:before { - content: ""; + content: "\f152"; } .fa-caret-square-up:before { - content: ""; + content: "\f151"; } .fa-caret-up:before { - content: ""; + content: "\f0d8"; } .fa-cart-arrow-down:before { - content: ""; + content: "\f218"; } .fa-cart-plus:before { - content: ""; + content: "\f217"; } .fa-cc-amazon-pay:before { - content: ""; + content: "\f42d"; } .fa-cc-amex:before { - content: ""; + content: "\f1f3"; } .fa-cc-apple-pay:before { - content: ""; + content: "\f416"; } .fa-cc-diners-club:before { - content: ""; + content: "\f24c"; } .fa-cc-discover:before { - content: ""; + content: "\f1f2"; } .fa-cc-jcb:before { - content: ""; + content: "\f24b"; } .fa-cc-mastercard:before { - content: ""; + content: "\f1f1"; } .fa-cc-paypal:before { - content: ""; + content: "\f1f4"; } .fa-cc-stripe:before { - content: ""; + content: "\f1f5"; } .fa-cc-visa:before { - content: ""; + content: "\f1f0"; } .fa-centercode:before { - content: ""; + content: "\f380"; } .fa-certificate:before { - content: ""; + content: "\f0a3"; } .fa-chalkboard:before { - content: ""; + content: "\f51b"; } .fa-chalkboard-teacher:before { - content: ""; + content: "\f51c"; } .fa-charging-station:before { - content: ""; + content: "\f5e7"; } .fa-chart-area:before { - content: ""; + content: "\f1fe"; } .fa-chart-bar:before { - content: ""; + content: "\f080"; } .fa-chart-line:before { - content: ""; + content: "\f201"; } .fa-chart-pie:before { - content: ""; + content: "\f200"; } .fa-check:before { - content: ""; + content: "\f00c"; } .fa-check-circle:before { - content: ""; + content: "\f058"; } .fa-check-double:before { - content: ""; + content: "\f560"; } .fa-check-square:before { - content: ""; + content: "\f14a"; } .fa-chess:before { - content: ""; + content: "\f439"; } .fa-chess-bishop:before { - content: ""; + content: "\f43a"; } .fa-chess-board:before { - content: ""; + content: "\f43c"; } .fa-chess-king:before { - content: ""; + content: "\f43f"; } .fa-chess-knight:before { - content: ""; + content: "\f441"; } .fa-chess-pawn:before { - content: ""; + content: "\f443"; } .fa-chess-queen:before { - content: ""; + content: "\f445"; } .fa-chess-rook:before { - content: ""; + content: "\f447"; } .fa-chevron-circle-down:before { - content: ""; + content: "\f13a"; } .fa-chevron-circle-left:before { - content: ""; + content: "\f137"; } .fa-chevron-circle-right:before { - content: ""; + content: "\f138"; } .fa-chevron-circle-up:before { - content: ""; + content: "\f139"; } .fa-chevron-down:before { - content: ""; + content: "\f078"; } .fa-chevron-left:before { - content: ""; + content: "\f053"; } .fa-chevron-right:before { - content: ""; + content: "\f054"; } .fa-chevron-up:before { - content: ""; + content: "\f077"; } .fa-child:before { - content: ""; + content: "\f1ae"; } .fa-chrome:before { - content: ""; + content: "\f268"; } .fa-church:before { - content: ""; + content: "\f51d"; } .fa-circle:before { - content: ""; + content: "\f111"; } .fa-circle-notch:before { - content: ""; + content: "\f1ce"; } .fa-city:before { - content: ""; + content: "\f64f"; } .fa-clipboard:before { - content: ""; + content: "\f328"; } .fa-clipboard-check:before { - content: ""; + content: "\f46c"; } .fa-clipboard-list:before { - content: ""; + content: "\f46d"; } .fa-clock:before { - content: ""; + content: "\f017"; } .fa-clone:before { - content: ""; + content: "\f24d"; } .fa-closed-captioning:before { - content: ""; + content: "\f20a"; } .fa-cloud:before { - content: ""; + content: "\f0c2"; } .fa-cloud-download-alt:before { - content: ""; + content: "\f381"; } .fa-cloud-upload-alt:before { - content: ""; + content: "\f382"; } .fa-cloudscale:before { - content: ""; + content: "\f383"; } .fa-cloudsmith:before { - content: ""; + content: "\f384"; } .fa-cloudversify:before { - content: ""; + content: "\f385"; } .fa-cocktail:before { - content: ""; + content: "\f561"; } .fa-code:before { - content: ""; + content: "\f121"; } .fa-code-branch:before { - content: ""; + content: "\f126"; } .fa-codepen:before { - content: ""; + content: "\f1cb"; } .fa-codiepie:before { - content: ""; + content: "\f284"; } .fa-coffee:before { - content: ""; + content: "\f0f4"; } .fa-cog:before { - content: ""; + content: "\f013"; } .fa-cogs:before { - content: ""; + content: "\f085"; } .fa-coins:before { - content: ""; + content: "\f51e"; } .fa-columns:before { - content: ""; + content: "\f0db"; } .fa-comment:before { - content: ""; + content: "\f075"; } .fa-comment-alt:before { - content: ""; + content: "\f27a"; } .fa-comment-dollar:before { - content: ""; + content: "\f651"; } .fa-comment-dots:before { - content: ""; + content: "\f4ad"; } .fa-comment-slash:before { - content: ""; + content: "\f4b3"; } .fa-comments:before { - content: ""; + content: "\f086"; } .fa-comments-dollar:before { - content: ""; + content: "\f653"; } .fa-compact-disc:before { - content: ""; + content: "\f51f"; } .fa-compass:before { - content: ""; + content: "\f14e"; } .fa-compress:before { - content: ""; + content: "\f066"; } .fa-concierge-bell:before { - content: ""; + content: "\f562"; } .fa-connectdevelop:before { - content: ""; + content: "\f20e"; } .fa-contao:before { - content: ""; + content: "\f26d"; } .fa-cookie:before { - content: ""; + content: "\f563"; } .fa-cookie-bite:before { - content: ""; + content: "\f564"; } .fa-copy:before { - content: ""; + content: "\f0c5"; } .fa-copyright:before { - content: ""; + content: "\f1f9"; } .fa-couch:before { - content: ""; + content: "\f4b8"; } .fa-cpanel:before { - content: ""; + content: "\f388"; } .fa-creative-commons:before { - content: ""; + content: "\f25e"; } .fa-creative-commons-by:before { - content: ""; + content: "\f4e7"; } .fa-creative-commons-nc:before { - content: ""; + content: "\f4e8"; } .fa-creative-commons-nc-eu:before { - content: ""; + content: "\f4e9"; } .fa-creative-commons-nc-jp:before { - content: ""; + content: "\f4ea"; } .fa-creative-commons-nd:before { - content: ""; + content: "\f4eb"; } .fa-creative-commons-pd:before { - content: ""; + content: "\f4ec"; } .fa-creative-commons-pd-alt:before { - content: ""; + content: "\f4ed"; } .fa-creative-commons-remix:before { - content: ""; + content: "\f4ee"; } .fa-creative-commons-sa:before { - content: ""; + content: "\f4ef"; } .fa-creative-commons-sampling:before { - content: ""; + content: "\f4f0"; } .fa-creative-commons-sampling-plus:before { - content: ""; + content: "\f4f1"; } .fa-creative-commons-share:before { - content: ""; + content: "\f4f2"; } .fa-credit-card:before { - content: ""; + content: "\f09d"; } .fa-crop:before { - content: ""; + content: "\f125"; } .fa-crop-alt:before { - content: ""; + content: "\f565"; } .fa-cross:before { - content: ""; + content: "\f654"; } .fa-crosshairs:before { - content: ""; + content: "\f05b"; } .fa-crow:before { - content: ""; + content: "\f520"; } .fa-crown:before { - content: ""; + content: "\f521"; } .fa-css3:before { - content: ""; + content: "\f13c"; } .fa-css3-alt:before { - content: ""; + content: "\f38b"; } .fa-cube:before { - content: ""; + content: "\f1b2"; } .fa-cubes:before { - content: ""; + content: "\f1b3"; } .fa-cut:before { - content: ""; + content: "\f0c4"; } .fa-cuttlefish:before { - content: ""; + content: "\f38c"; } .fa-d-and-d:before { - content: ""; + content: "\f38d"; } .fa-dashcube:before { - content: ""; + content: "\f210"; } .fa-database:before { - content: ""; + content: "\f1c0"; } .fa-deaf:before { - content: ""; + content: "\f2a4"; } .fa-delicious:before { - content: ""; + content: "\f1a5"; } .fa-deploydog:before { - content: ""; + content: "\f38e"; } .fa-deskpro:before { - content: ""; + content: "\f38f"; } .fa-desktop:before { - content: ""; + content: "\f108"; } .fa-deviantart:before { - content: ""; + content: "\f1bd"; } .fa-dharmachakra:before { - content: ""; + content: "\f655"; } .fa-diagnoses:before { - content: ""; + content: "\f470"; } .fa-dice:before { - content: ""; + content: "\f522"; } .fa-dice-five:before { - content: ""; + content: "\f523"; } .fa-dice-four:before { - content: ""; + content: "\f524"; } .fa-dice-one:before { - content: ""; + content: "\f525"; } .fa-dice-six:before { - content: ""; + content: "\f526"; } .fa-dice-three:before { - content: ""; + content: "\f527"; } .fa-dice-two:before { - content: ""; + content: "\f528"; } .fa-digg:before { - content: ""; + content: "\f1a6"; } .fa-digital-ocean:before { - content: ""; + content: "\f391"; } .fa-digital-tachograph:before { - content: ""; + content: "\f566"; } .fa-directions:before { - content: ""; + content: "\f5eb"; } .fa-discord:before { - content: ""; + content: "\f392"; } .fa-discourse:before { - content: ""; + content: "\f393"; } .fa-divide:before { - content: ""; + content: "\f529"; } .fa-dizzy:before { - content: ""; + content: "\f567"; } .fa-dna:before { - content: ""; + content: "\f471"; } .fa-dochub:before { - content: ""; + content: "\f394"; } .fa-docker:before { - content: ""; + content: "\f395"; } .fa-dollar-sign:before { - content: ""; + content: "\f155"; } .fa-dolly:before { - content: ""; + content: "\f472"; } .fa-dolly-flatbed:before { - content: ""; + content: "\f474"; } .fa-donate:before { - content: ""; + content: "\f4b9"; } .fa-door-closed:before { - content: ""; + content: "\f52a"; } .fa-door-open:before { - content: ""; + content: "\f52b"; } .fa-dot-circle:before { - content: ""; + content: "\f192"; } .fa-dove:before { - content: ""; + content: "\f4ba"; } .fa-download:before { - content: ""; + content: "\f019"; } .fa-draft2digital:before { - content: ""; + content: "\f396"; } .fa-drafting-compass:before { - content: ""; + content: "\f568"; } .fa-draw-polygon:before { - content: ""; + content: "\f5ee"; } .fa-dribbble:before { - content: ""; + content: "\f17d"; } .fa-dribbble-square:before { - content: ""; + content: "\f397"; } .fa-dropbox:before { - content: ""; + content: "\f16b"; } .fa-drum:before { - content: ""; + content: "\f569"; } .fa-drum-steelpan:before { - content: ""; + content: "\f56a"; } .fa-drupal:before { - content: ""; + content: "\f1a9"; } .fa-dumbbell:before { - content: ""; + content: "\f44b"; } .fa-dyalog:before { - content: ""; + content: "\f399"; } .fa-earlybirds:before { - content: ""; + content: "\f39a"; } .fa-ebay:before { - content: ""; + content: "\f4f4"; } .fa-edge:before { - content: ""; + content: "\f282"; } .fa-edit:before { - content: ""; + content: "\f044"; } .fa-eject:before { - content: ""; + content: "\f052"; } .fa-elementor:before { - content: ""; + content: "\f430"; } .fa-ellipsis-h:before { - content: ""; + content: "\f141"; } .fa-ellipsis-v:before { - content: ""; + content: "\f142"; } .fa-ello:before { - content: ""; + content: "\f5f1"; } .fa-ember:before { - content: ""; + content: "\f423"; } .fa-empire:before { - content: ""; + content: "\f1d1"; } .fa-envelope:before { - content: ""; + content: "\f0e0"; } .fa-envelope-open:before { - content: ""; + content: "\f2b6"; } .fa-envelope-open-text:before { - content: ""; + content: "\f658"; } .fa-envelope-square:before { - content: ""; + content: "\f199"; } .fa-envira:before { - content: ""; + content: "\f299"; } .fa-equals:before { - content: ""; + content: "\f52c"; } .fa-eraser:before { - content: ""; + content: "\f12d"; } .fa-erlang:before { - content: ""; + content: "\f39d"; } .fa-ethereum:before { - content: ""; + content: "\f42e"; } .fa-etsy:before { - content: ""; + content: "\f2d7"; } .fa-euro-sign:before { - content: ""; + content: "\f153"; } .fa-exchange-alt:before { - content: ""; + content: "\f362"; } .fa-exclamation:before { - content: ""; + content: "\f12a"; } .fa-exclamation-circle:before { - content: ""; + content: "\f06a"; } .fa-exclamation-triangle:before { - content: ""; + content: "\f071"; } .fa-expand:before { - content: ""; + content: "\f065"; } .fa-expand-arrows-alt:before { - content: ""; + content: "\f31e"; } .fa-expeditedssl:before { - content: ""; + content: "\f23e"; } .fa-external-link-alt:before { - content: ""; + content: "\f35d"; } .fa-external-link-square-alt:before { - content: ""; + content: "\f360"; } .fa-eye:before { - content: ""; + content: "\f06e"; } .fa-eye-dropper:before { - content: ""; + content: "\f1fb"; } .fa-eye-slash:before { - content: ""; + content: "\f070"; } .fa-facebook:before { - content: ""; + content: "\f09a"; } .fa-facebook-f:before { - content: ""; + content: "\f39e"; } .fa-facebook-messenger:before { - content: ""; + content: "\f39f"; } .fa-facebook-square:before { - content: ""; + content: "\f082"; } .fa-fast-backward:before { - content: ""; + content: "\f049"; } .fa-fast-forward:before { - content: ""; + content: "\f050"; } .fa-fax:before { - content: ""; + content: "\f1ac"; } .fa-feather:before { - content: ""; + content: "\f52d"; } .fa-feather-alt:before { - content: ""; + content: "\f56b"; } .fa-female:before { - content: ""; + content: "\f182"; } .fa-fighter-jet:before { - content: ""; + content: "\f0fb"; } .fa-file:before { - content: ""; + content: "\f15b"; } .fa-file-alt:before { - content: ""; + content: "\f15c"; } .fa-file-archive:before { - content: ""; + content: "\f1c6"; } .fa-file-audio:before { - content: ""; + content: "\f1c7"; } .fa-file-code:before { - content: ""; + content: "\f1c9"; } .fa-file-contract:before { - content: ""; + content: "\f56c"; } .fa-file-download:before { - content: ""; + content: "\f56d"; } .fa-file-excel:before { - content: ""; + content: "\f1c3"; } .fa-file-export:before { - content: ""; + content: "\f56e"; } .fa-file-image:before { - content: ""; + content: "\f1c5"; } .fa-file-import:before { - content: ""; + content: "\f56f"; } .fa-file-invoice:before { - content: ""; + content: "\f570"; } .fa-file-invoice-dollar:before { - content: ""; + content: "\f571"; } .fa-file-medical:before { - content: ""; + content: "\f477"; } .fa-file-medical-alt:before { - content: ""; + content: "\f478"; } .fa-file-pdf:before { - content: ""; + content: "\f1c1"; } .fa-file-powerpoint:before { - content: ""; + content: "\f1c4"; } .fa-file-prescription:before { - content: ""; + content: "\f572"; } .fa-file-signature:before { - content: ""; + content: "\f573"; } .fa-file-upload:before { - content: ""; + content: "\f574"; } .fa-file-video:before { - content: ""; + content: "\f1c8"; } .fa-file-word:before { - content: ""; + content: "\f1c2"; } .fa-fill:before { - content: ""; + content: "\f575"; } .fa-fill-drip:before { - content: ""; + content: "\f576"; } .fa-film:before { - content: ""; + content: "\f008"; } .fa-filter:before { - content: ""; + content: "\f0b0"; } .fa-fingerprint:before { - content: ""; + content: "\f577"; } .fa-fire:before { - content: ""; + content: "\f06d"; } .fa-fire-extinguisher:before { - content: ""; + content: "\f134"; } .fa-firefox:before { - content: ""; + content: "\f269"; } .fa-first-aid:before { - content: ""; + content: "\f479"; } .fa-first-order:before { - content: ""; + content: "\f2b0"; } .fa-first-order-alt:before { - content: ""; + content: "\f50a"; } .fa-firstdraft:before { - content: ""; + content: "\f3a1"; } .fa-fish:before { - content: ""; + content: "\f578"; } .fa-flag:before { - content: ""; + content: "\f024"; } .fa-flag-checkered:before { - content: ""; + content: "\f11e"; } .fa-flask:before { - content: ""; + content: "\f0c3"; } .fa-flickr:before { - content: ""; + content: "\f16e"; } .fa-flipboard:before { - content: ""; + content: "\f44d"; } .fa-flushed:before { - content: ""; + content: "\f579"; } .fa-fly:before { - content: ""; + content: "\f417"; } .fa-folder:before { - content: ""; + content: "\f07b"; } .fa-folder-minus:before { - content: ""; + content: "\f65d"; } .fa-folder-open:before { - content: ""; + content: "\f07c"; } .fa-folder-plus:before { - content: ""; + content: "\f65e"; } .fa-font:before { - content: ""; + content: "\f031"; } .fa-font-awesome:before { - content: ""; + content: "\f2b4"; } .fa-font-awesome-alt:before { - content: ""; + content: "\f35c"; } .fa-font-awesome-flag:before { - content: ""; + content: "\f425"; } .fa-font-awesome-logo-full:before { - content: ""; + content: "\f4e6"; } .fa-fonticons:before { - content: ""; + content: "\f280"; } .fa-fonticons-fi:before { - content: ""; + content: "\f3a2"; } .fa-football-ball:before { - content: ""; + content: "\f44e"; } .fa-fort-awesome:before { - content: ""; + content: "\f286"; } .fa-fort-awesome-alt:before { - content: ""; + content: "\f3a3"; } .fa-forumbee:before { - content: ""; + content: "\f211"; } .fa-forward:before { - content: ""; + content: "\f04e"; } .fa-foursquare:before { - content: ""; + content: "\f180"; } .fa-free-code-camp:before { - content: ""; + content: "\f2c5"; } .fa-freebsd:before { - content: ""; + content: "\f3a4"; } .fa-frog:before { - content: ""; + content: "\f52e"; } .fa-frown:before { - content: ""; + content: "\f119"; } .fa-frown-open:before { - content: ""; + content: "\f57a"; } .fa-fulcrum:before { - content: ""; + content: "\f50b"; } .fa-funnel-dollar:before { - content: ""; + content: "\f662"; } .fa-futbol:before { - content: ""; + content: "\f1e3"; } .fa-galactic-republic:before { - content: ""; + content: "\f50c"; } .fa-galactic-senate:before { - content: ""; + content: "\f50d"; } .fa-gamepad:before { - content: ""; + content: "\f11b"; } .fa-gas-pump:before { - content: ""; + content: "\f52f"; } .fa-gavel:before { - content: ""; + content: "\f0e3"; } .fa-gem:before { - content: ""; + content: "\f3a5"; } .fa-genderless:before { - content: ""; + content: "\f22d"; } .fa-get-pocket:before { - content: ""; + content: "\f265"; } .fa-gg:before { - content: ""; + content: "\f260"; } .fa-gg-circle:before { - content: ""; + content: "\f261"; } .fa-gift:before { - content: ""; + content: "\f06b"; } .fa-git:before { - content: ""; + content: "\f1d3"; } .fa-git-square:before { - content: ""; + content: "\f1d2"; } .fa-github:before { - content: ""; + content: "\f09b"; } .fa-github-alt:before { - content: ""; + content: "\f113"; } .fa-github-square:before { - content: ""; + content: "\f092"; } .fa-gitkraken:before { - content: ""; + content: "\f3a6"; } .fa-gitlab:before { - content: ""; + content: "\f296"; } .fa-gitter:before { - content: ""; + content: "\f426"; } .fa-glass-martini:before { - content: ""; + content: "\f000"; } .fa-glass-martini-alt:before { - content: ""; + content: "\f57b"; } .fa-glasses:before { - content: ""; + content: "\f530"; } .fa-glide:before { - content: ""; + content: "\f2a5"; } .fa-glide-g:before { - content: ""; + content: "\f2a6"; } .fa-globe:before { - content: ""; + content: "\f0ac"; } .fa-globe-africa:before { - content: ""; + content: "\f57c"; } .fa-globe-americas:before { - content: ""; + content: "\f57d"; } .fa-globe-asia:before { - content: ""; + content: "\f57e"; } .fa-gofore:before { - content: ""; + content: "\f3a7"; } .fa-golf-ball:before { - content: ""; + content: "\f450"; } .fa-goodreads:before { - content: ""; + content: "\f3a8"; } .fa-goodreads-g:before { - content: ""; + content: "\f3a9"; } .fa-google:before { - content: ""; + content: "\f1a0"; } .fa-google-drive:before { - content: ""; + content: "\f3aa"; } .fa-google-play:before { - content: ""; + content: "\f3ab"; } .fa-google-plus:before { - content: ""; + content: "\f2b3"; } .fa-google-plus-g:before { - content: ""; + content: "\f0d5"; } .fa-google-plus-square:before { - content: ""; + content: "\f0d4"; } .fa-google-wallet:before { - content: ""; + content: "\f1ee"; } .fa-gopuram:before { - content: ""; + content: "\f664"; } .fa-graduation-cap:before { - content: ""; + content: "\f19d"; } .fa-gratipay:before { - content: ""; + content: "\f184"; } .fa-grav:before { - content: ""; + content: "\f2d6"; } .fa-greater-than:before { - content: ""; + content: "\f531"; } .fa-greater-than-equal:before { - content: ""; + content: "\f532"; } .fa-grimace:before { - content: ""; + content: "\f57f"; } .fa-grin:before { - content: ""; + content: "\f580"; } .fa-grin-alt:before { - content: ""; + content: "\f581"; } .fa-grin-beam:before { - content: ""; + content: "\f582"; } .fa-grin-beam-sweat:before { - content: ""; + content: "\f583"; } .fa-grin-hearts:before { - content: ""; + content: "\f584"; } .fa-grin-squint:before { - content: ""; + content: "\f585"; } .fa-grin-squint-tears:before { - content: ""; + content: "\f586"; } .fa-grin-stars:before { - content: ""; + content: "\f587"; } .fa-grin-tears:before { - content: ""; + content: "\f588"; } .fa-grin-tongue:before { - content: ""; + content: "\f589"; } .fa-grin-tongue-squint:before { - content: ""; + content: "\f58a"; } .fa-grin-tongue-wink:before { - content: ""; + content: "\f58b"; } .fa-grin-wink:before { - content: ""; + content: "\f58c"; } .fa-grip-horizontal:before { - content: ""; + content: "\f58d"; } .fa-grip-vertical:before { - content: ""; + content: "\f58e"; } .fa-gripfire:before { - content: ""; + content: "\f3ac"; } .fa-grunt:before { - content: ""; + content: "\f3ad"; } .fa-gulp:before { - content: ""; + content: "\f3ae"; } .fa-h-square:before { - content: ""; + content: "\f0fd"; } .fa-hacker-news:before { - content: ""; + content: "\f1d4"; } .fa-hacker-news-square:before { - content: ""; + content: "\f3af"; } .fa-hackerrank:before { - content: ""; + content: "\f5f7"; } .fa-hamsa:before { - content: ""; + content: "\f665"; } .fa-hand-holding:before { - content: ""; + content: "\f4bd"; } .fa-hand-holding-heart:before { - content: ""; + content: "\f4be"; } .fa-hand-holding-usd:before { - content: ""; + content: "\f4c0"; } .fa-hand-lizard:before { - content: ""; + content: "\f258"; } .fa-hand-paper:before { - content: ""; + content: "\f256"; } .fa-hand-peace:before { - content: ""; + content: "\f25b"; } .fa-hand-point-down:before { - content: ""; + content: "\f0a7"; } .fa-hand-point-left:before { - content: ""; + content: "\f0a5"; } .fa-hand-point-right:before { - content: ""; + content: "\f0a4"; } .fa-hand-point-up:before { - content: ""; + content: "\f0a6"; } .fa-hand-pointer:before { - content: ""; + content: "\f25a"; } .fa-hand-rock:before { - content: ""; + content: "\f255"; } .fa-hand-scissors:before { - content: ""; + content: "\f257"; } .fa-hand-spock:before { - content: ""; + content: "\f259"; } .fa-hands:before { - content: ""; + content: "\f4c2"; } .fa-hands-helping:before { - content: ""; + content: "\f4c4"; } .fa-handshake:before { - content: ""; + content: "\f2b5"; } .fa-hashtag:before { - content: ""; + content: "\f292"; } .fa-haykal:before { - content: ""; + content: "\f666"; } .fa-hdd:before { - content: ""; + content: "\f0a0"; } .fa-heading:before { - content: ""; + content: "\f1dc"; } .fa-headphones:before { - content: ""; + content: "\f025"; } .fa-headphones-alt:before { - content: ""; + content: "\f58f"; } .fa-headset:before { - content: ""; + content: "\f590"; } .fa-heart:before { - content: ""; + content: "\f004"; } .fa-heartbeat:before { - content: ""; + content: "\f21e"; } .fa-helicopter:before { - content: ""; + content: "\f533"; } .fa-highlighter:before { - content: ""; + content: "\f591"; } .fa-hips:before { - content: ""; + content: "\f452"; } .fa-hire-a-helper:before { - content: ""; + content: "\f3b0"; } .fa-history:before { - content: ""; + content: "\f1da"; } .fa-hockey-puck:before { - content: ""; + content: "\f453"; } .fa-home:before { - content: ""; + content: "\f015"; } .fa-hooli:before { - content: ""; + content: "\f427"; } .fa-hornbill:before { - content: ""; + content: "\f592"; } .fa-hospital:before { - content: ""; + content: "\f0f8"; } .fa-hospital-alt:before { - content: ""; + content: "\f47d"; } .fa-hospital-symbol:before { - content: ""; + content: "\f47e"; } .fa-hot-tub:before { - content: ""; + content: "\f593"; } .fa-hotel:before { - content: ""; + content: "\f594"; } .fa-hotjar:before { - content: ""; + content: "\f3b1"; } .fa-hourglass:before { - content: ""; + content: "\f254"; } .fa-hourglass-end:before { - content: ""; + content: "\f253"; } .fa-hourglass-half:before { - content: ""; + content: "\f252"; } .fa-hourglass-start:before { - content: ""; + content: "\f251"; } .fa-houzz:before { - content: ""; + content: "\f27c"; } .fa-html5:before { - content: ""; + content: "\f13b"; } .fa-hubspot:before { - content: ""; + content: "\f3b2"; } .fa-i-cursor:before { - content: ""; + content: "\f246"; } .fa-id-badge:before { - content: ""; + content: "\f2c1"; } .fa-id-card:before { - content: ""; + content: "\f2c2"; } .fa-id-card-alt:before { - content: ""; + content: "\f47f"; } .fa-image:before { - content: ""; + content: "\f03e"; } .fa-images:before { - content: ""; + content: "\f302"; } .fa-imdb:before { - content: ""; + content: "\f2d8"; } .fa-inbox:before { - content: ""; + content: "\f01c"; } .fa-indent:before { - content: ""; + content: "\f03c"; } .fa-industry:before { - content: ""; + content: "\f275"; } .fa-infinity:before { - content: ""; + content: "\f534"; } .fa-info:before { - content: ""; + content: "\f129"; } .fa-info-circle:before { - content: ""; + content: "\f05a"; } .fa-instagram:before { - content: ""; + content: "\f16d"; } .fa-internet-explorer:before { - content: ""; + content: "\f26b"; } .fa-ioxhost:before { - content: ""; + content: "\f208"; } .fa-italic:before { - content: ""; + content: "\f033"; } .fa-itunes:before { - content: ""; + content: "\f3b4"; } .fa-itunes-note:before { - content: ""; + content: "\f3b5"; } .fa-java:before { - content: ""; + content: "\f4e4"; } .fa-jedi:before { - content: ""; + content: "\f669"; } .fa-jedi-order:before { - content: ""; + content: "\f50e"; } .fa-jenkins:before { - content: ""; + content: "\f3b6"; } .fa-joget:before { - content: ""; + content: "\f3b7"; } .fa-joint:before { - content: ""; + content: "\f595"; } .fa-joomla:before { - content: ""; + content: "\f1aa"; } .fa-journal-whills:before { - content: ""; + content: "\f66a"; } .fa-js:before { - content: ""; + content: "\f3b8"; } .fa-js-square:before { - content: ""; + content: "\f3b9"; } .fa-jsfiddle:before { - content: ""; + content: "\f1cc"; } .fa-kaaba:before { - content: ""; + content: "\f66b"; } .fa-kaggle:before { - content: ""; + content: "\f5fa"; } .fa-key:before { - content: ""; + content: "\f084"; } .fa-keybase:before { - content: ""; + content: "\f4f5"; } .fa-keyboard:before { - content: ""; + content: "\f11c"; } .fa-keycdn:before { - content: ""; + content: "\f3ba"; } .fa-khanda:before { - content: ""; + content: "\f66d"; } .fa-kickstarter:before { - content: ""; + content: "\f3bb"; } .fa-kickstarter-k:before { - content: ""; + content: "\f3bc"; } .fa-kiss:before { - content: ""; + content: "\f596"; } .fa-kiss-beam:before { - content: ""; + content: "\f597"; } .fa-kiss-wink-heart:before { - content: ""; + content: "\f598"; } .fa-kiwi-bird:before { - content: ""; + content: "\f535"; } .fa-korvue:before { - content: ""; + content: "\f42f"; } .fa-landmark:before { - content: ""; + content: "\f66f"; } .fa-language:before { - content: ""; + content: "\f1ab"; } .fa-laptop:before { - content: ""; + content: "\f109"; } .fa-laptop-code:before { - content: ""; + content: "\f5fc"; } .fa-laravel:before { - content: ""; + content: "\f3bd"; } .fa-lastfm:before { - content: ""; + content: "\f202"; } .fa-lastfm-square:before { - content: ""; + content: "\f203"; } .fa-laugh:before { - content: ""; + content: "\f599"; } .fa-laugh-beam:before { - content: ""; + content: "\f59a"; } .fa-laugh-squint:before { - content: ""; + content: "\f59b"; } .fa-laugh-wink:before { - content: ""; + content: "\f59c"; } .fa-layer-group:before { - content: ""; + content: "\f5fd"; } .fa-leaf:before { - content: ""; + content: "\f06c"; } .fa-leanpub:before { - content: ""; + content: "\f212"; } .fa-lemon:before { - content: ""; + content: "\f094"; } .fa-less:before { - content: ""; + content: "\f41d"; } .fa-less-than:before { - content: ""; + content: "\f536"; } .fa-less-than-equal:before { - content: ""; + content: "\f537"; } .fa-level-down-alt:before { - content: ""; + content: "\f3be"; } .fa-level-up-alt:before { - content: ""; + content: "\f3bf"; } .fa-life-ring:before { - content: ""; + content: "\f1cd"; } .fa-lightbulb:before { - content: ""; + content: "\f0eb"; } .fa-line:before { - content: ""; + content: "\f3c0"; } .fa-link:before { - content: ""; + content: "\f0c1"; } .fa-linkedin:before { - content: ""; + content: "\f08c"; } .fa-linkedin-in:before { - content: ""; + content: "\f0e1"; } .fa-linode:before { - content: ""; + content: "\f2b8"; } .fa-linux:before { - content: ""; + content: "\f17c"; } .fa-lira-sign:before { - content: ""; + content: "\f195"; } .fa-list:before { - content: ""; + content: "\f03a"; } .fa-list-alt:before { - content: ""; + content: "\f022"; } .fa-list-ol:before { - content: ""; + content: "\f0cb"; } .fa-list-ul:before { - content: ""; + content: "\f0ca"; } .fa-location-arrow:before { - content: ""; + content: "\f124"; } .fa-lock:before { - content: ""; + content: "\f023"; } .fa-lock-open:before { - content: ""; + content: "\f3c1"; } .fa-long-arrow-alt-down:before { - content: ""; + content: "\f309"; } .fa-long-arrow-alt-left:before { - content: ""; + content: "\f30a"; } .fa-long-arrow-alt-right:before { - content: ""; + content: "\f30b"; } .fa-long-arrow-alt-up:before { - content: ""; + content: "\f30c"; } .fa-low-vision:before { - content: ""; + content: "\f2a8"; } .fa-luggage-cart:before { - content: ""; + content: "\f59d"; } .fa-lyft:before { - content: ""; + content: "\f3c3"; } .fa-magento:before { - content: ""; + content: "\f3c4"; } .fa-magic:before { - content: ""; + content: "\f0d0"; } .fa-magnet:before { - content: ""; + content: "\f076"; } .fa-mail-bulk:before { - content: ""; + content: "\f674"; } .fa-mailchimp:before { - content: ""; + content: "\f59e"; } .fa-male:before { - content: ""; + content: "\f183"; } .fa-mandalorian:before { - content: ""; + content: "\f50f"; } .fa-map:before { - content: ""; + content: "\f279"; } .fa-map-marked:before { - content: ""; + content: "\f59f"; } .fa-map-marked-alt:before { - content: ""; + content: "\f5a0"; } .fa-map-marker:before { - content: ""; + content: "\f041"; } .fa-map-marker-alt:before { - content: ""; + content: "\f3c5"; } .fa-map-pin:before { - content: ""; + content: "\f276"; } .fa-map-signs:before { - content: ""; + content: "\f277"; } .fa-markdown:before { - content: ""; + content: "\f60f"; } .fa-marker:before { - content: ""; + content: "\f5a1"; } .fa-mars:before { - content: ""; + content: "\f222"; } .fa-mars-double:before { - content: ""; + content: "\f227"; } .fa-mars-stroke:before { - content: ""; + content: "\f229"; } .fa-mars-stroke-h:before { - content: ""; + content: "\f22b"; } .fa-mars-stroke-v:before { - content: ""; + content: "\f22a"; } .fa-mastodon:before { - content: ""; + content: "\f4f6"; } .fa-maxcdn:before { - content: ""; + content: "\f136"; } .fa-medal:before { - content: ""; + content: "\f5a2"; } .fa-medapps:before { - content: ""; + content: "\f3c6"; } .fa-medium:before { - content: ""; + content: "\f23a"; } .fa-medium-m:before { - content: ""; + content: "\f3c7"; } .fa-medkit:before { - content: ""; + content: "\f0fa"; } .fa-medrt:before { - content: ""; + content: "\f3c8"; } .fa-meetup:before { - content: ""; + content: "\f2e0"; } .fa-megaport:before { - content: ""; + content: "\f5a3"; } .fa-meh:before { - content: ""; + content: "\f11a"; } .fa-meh-blank:before { - content: ""; + content: "\f5a4"; } .fa-meh-rolling-eyes:before { - content: ""; + content: "\f5a5"; } .fa-memory:before { - content: ""; + content: "\f538"; } .fa-menorah:before { - content: ""; + content: "\f676"; } .fa-mercury:before { - content: ""; + content: "\f223"; } .fa-microchip:before { - content: ""; + content: "\f2db"; } .fa-microphone:before { - content: ""; + content: "\f130"; } .fa-microphone-alt:before { - content: ""; + content: "\f3c9"; } .fa-microphone-alt-slash:before { - content: ""; + content: "\f539"; } .fa-microphone-slash:before { - content: ""; + content: "\f131"; } .fa-microscope:before { - content: ""; + content: "\f610"; } .fa-microsoft:before { - content: ""; + content: "\f3ca"; } .fa-minus:before { - content: ""; + content: "\f068"; } .fa-minus-circle:before { - content: ""; + content: "\f056"; } .fa-minus-square:before { - content: ""; + content: "\f146"; } .fa-mix:before { - content: ""; + content: "\f3cb"; } .fa-mixcloud:before { - content: ""; + content: "\f289"; } .fa-mizuni:before { - content: ""; + content: "\f3cc"; } .fa-mobile:before { - content: ""; + content: "\f10b"; } .fa-mobile-alt:before { - content: ""; + content: "\f3cd"; } .fa-modx:before { - content: ""; + content: "\f285"; } .fa-monero:before { - content: ""; + content: "\f3d0"; } .fa-money-bill:before { - content: ""; + content: "\f0d6"; } .fa-money-bill-alt:before { - content: ""; + content: "\f3d1"; } .fa-money-bill-wave:before { - content: ""; + content: "\f53a"; } .fa-money-bill-wave-alt:before { - content: ""; + content: "\f53b"; } .fa-money-check:before { - content: ""; + content: "\f53c"; } .fa-money-check-alt:before { - content: ""; + content: "\f53d"; } .fa-monument:before { - content: ""; + content: "\f5a6"; } .fa-moon:before { - content: ""; + content: "\f186"; } .fa-mortar-pestle:before { - content: ""; + content: "\f5a7"; } .fa-mosque:before { - content: ""; + content: "\f678"; } .fa-motorcycle:before { - content: ""; + content: "\f21c"; } .fa-mouse-pointer:before { - content: ""; + content: "\f245"; } .fa-music:before { - content: ""; + content: "\f001"; } .fa-napster:before { - content: ""; + content: "\f3d2"; } .fa-neos:before { - content: ""; + content: "\f612"; } .fa-neuter:before { - content: ""; + content: "\f22c"; } .fa-newspaper:before { - content: ""; + content: "\f1ea"; } .fa-nimblr:before { - content: ""; + content: "\f5a8"; } .fa-nintendo-switch:before { - content: ""; + content: "\f418"; } .fa-node:before { - content: ""; + content: "\f419"; } .fa-node-js:before { - content: ""; + content: "\f3d3"; } .fa-not-equal:before { - content: ""; + content: "\f53e"; } .fa-notes-medical:before { - content: ""; + content: "\f481"; } .fa-npm:before { - content: ""; + content: "\f3d4"; } .fa-ns8:before { - content: ""; + content: "\f3d5"; } .fa-nutritionix:before { - content: ""; + content: "\f3d6"; } .fa-object-group:before { - content: ""; + content: "\f247"; } .fa-object-ungroup:before { - content: ""; + content: "\f248"; } .fa-odnoklassniki:before { - content: ""; + content: "\f263"; } .fa-odnoklassniki-square:before { - content: ""; + content: "\f264"; } .fa-oil-can:before { - content: ""; + content: "\f613"; } .fa-old-republic:before { - content: ""; + content: "\f510"; } .fa-om:before { - content: ""; + content: "\f679"; } .fa-opencart:before { - content: ""; + content: "\f23d"; } .fa-openid:before { - content: ""; + content: "\f19b"; } .fa-opera:before { - content: ""; + content: "\f26a"; } .fa-optin-monster:before { - content: ""; + content: "\f23c"; } .fa-osi:before { - content: ""; + content: "\f41a"; } .fa-outdent:before { - content: ""; + content: "\f03b"; } .fa-page4:before { - content: ""; + content: "\f3d7"; } .fa-pagelines:before { - content: ""; + content: "\f18c"; } .fa-paint-brush:before { - content: ""; + content: "\f1fc"; } .fa-paint-roller:before { - content: ""; + content: "\f5aa"; } .fa-palette:before { - content: ""; + content: "\f53f"; } .fa-palfed:before { - content: ""; + content: "\f3d8"; } .fa-pallet:before { - content: ""; + content: "\f482"; } .fa-paper-plane:before { - content: ""; + content: "\f1d8"; } .fa-paperclip:before { - content: ""; + content: "\f0c6"; } .fa-parachute-box:before { - content: ""; + content: "\f4cd"; } .fa-paragraph:before { - content: ""; + content: "\f1dd"; } .fa-parking:before { - content: ""; + content: "\f540"; } .fa-passport:before { - content: ""; + content: "\f5ab"; } .fa-pastafarianism:before { - content: ""; + content: "\f67b"; } .fa-paste:before { - content: ""; + content: "\f0ea"; } .fa-patreon:before { - content: ""; + content: "\f3d9"; } .fa-pause:before { - content: ""; + content: "\f04c"; } .fa-pause-circle:before { - content: ""; + content: "\f28b"; } .fa-paw:before { - content: ""; + content: "\f1b0"; } .fa-paypal:before { - content: ""; + content: "\f1ed"; } .fa-peace:before { - content: ""; + content: "\f67c"; } .fa-pen:before { - content: ""; + content: "\f304"; } .fa-pen-alt:before { - content: ""; + content: "\f305"; } .fa-pen-fancy:before { - content: ""; + content: "\f5ac"; } .fa-pen-nib:before { - content: ""; + content: "\f5ad"; } .fa-pen-square:before { - content: ""; + content: "\f14b"; } .fa-pencil-alt:before { - content: ""; + content: "\f303"; } .fa-pencil-ruler:before { - content: ""; + content: "\f5ae"; } .fa-people-carry:before { - content: ""; + content: "\f4ce"; } .fa-percent:before { - content: ""; + content: "\f295"; } .fa-percentage:before { - content: ""; + content: "\f541"; } .fa-periscope:before { - content: ""; + content: "\f3da"; } .fa-phabricator:before { - content: ""; + content: "\f3db"; } .fa-phoenix-framework:before { - content: ""; + content: "\f3dc"; } .fa-phoenix-squadron:before { - content: ""; + content: "\f511"; } .fa-phone:before { - content: ""; + content: "\f095"; } .fa-phone-slash:before { - content: ""; + content: "\f3dd"; } .fa-phone-square:before { - content: ""; + content: "\f098"; } .fa-phone-volume:before { - content: ""; + content: "\f2a0"; } .fa-php:before { - content: ""; + content: "\f457"; } .fa-pied-piper:before { - content: ""; + content: "\f2ae"; } .fa-pied-piper-alt:before { - content: ""; + content: "\f1a8"; } .fa-pied-piper-hat:before { - content: ""; + content: "\f4e5"; } .fa-pied-piper-pp:before { - content: ""; + content: "\f1a7"; } .fa-piggy-bank:before { - content: ""; + content: "\f4d3"; } .fa-pills:before { - content: ""; + content: "\f484"; } .fa-pinterest:before { - content: ""; + content: "\f0d2"; } .fa-pinterest-p:before { - content: ""; + content: "\f231"; } .fa-pinterest-square:before { - content: ""; + content: "\f0d3"; } .fa-place-of-worship:before { - content: ""; + content: "\f67f"; } .fa-plane:before { - content: ""; + content: "\f072"; } .fa-plane-arrival:before { - content: ""; + content: "\f5af"; } .fa-plane-departure:before { - content: ""; + content: "\f5b0"; } .fa-play:before { - content: ""; + content: "\f04b"; } .fa-play-circle:before { - content: ""; + content: "\f144"; } .fa-playstation:before { - content: ""; + content: "\f3df"; } .fa-plug:before { - content: ""; + content: "\f1e6"; } .fa-plus:before { - content: ""; + content: "\f067"; } .fa-plus-circle:before { - content: ""; + content: "\f055"; } .fa-plus-square:before { - content: ""; + content: "\f0fe"; } .fa-podcast:before { - content: ""; + content: "\f2ce"; } .fa-poll:before { - content: ""; + content: "\f681"; } .fa-poll-h:before { - content: ""; + content: "\f682"; } .fa-poo:before { - content: ""; + content: "\f2fe"; } .fa-poop:before { - content: ""; + content: "\f619"; } .fa-portrait:before { - content: ""; + content: "\f3e0"; } .fa-pound-sign:before { - content: ""; + content: "\f154"; } .fa-power-off:before { - content: ""; + content: "\f011"; } .fa-pray:before { - content: ""; + content: "\f683"; } .fa-praying-hands:before { - content: ""; + content: "\f684"; } .fa-prescription:before { - content: ""; + content: "\f5b1"; } .fa-prescription-bottle:before { - content: ""; + content: "\f485"; } .fa-prescription-bottle-alt:before { - content: ""; + content: "\f486"; } .fa-print:before { - content: ""; + content: "\f02f"; } .fa-procedures:before { - content: ""; + content: "\f487"; } .fa-product-hunt:before { - content: ""; + content: "\f288"; } .fa-project-diagram:before { - content: ""; + content: "\f542"; } .fa-pushed:before { - content: ""; + content: "\f3e1"; } .fa-puzzle-piece:before { - content: ""; + content: "\f12e"; } .fa-python:before { - content: ""; + content: "\f3e2"; } .fa-qq:before { - content: ""; + content: "\f1d6"; } .fa-qrcode:before { - content: ""; + content: "\f029"; } .fa-question:before { - content: ""; + content: "\f128"; } .fa-question-circle:before { - content: ""; + content: "\f059"; } .fa-quidditch:before { - content: ""; + content: "\f458"; } .fa-quinscape:before { - content: ""; + content: "\f459"; } .fa-quora:before { - content: ""; + content: "\f2c4"; } .fa-quote-left:before { - content: ""; + content: "\f10d"; } .fa-quote-right:before { - content: ""; + content: "\f10e"; } .fa-quran:before { - content: ""; + content: "\f687"; } .fa-r-project:before { - content: ""; + content: "\f4f7"; } .fa-random:before { - content: ""; + content: "\f074"; } .fa-ravelry:before { - content: ""; + content: "\f2d9"; } .fa-react:before { - content: ""; + content: "\f41b"; } .fa-readme:before { - content: ""; + content: "\f4d5"; } .fa-rebel:before { - content: ""; + content: "\f1d0"; } .fa-receipt:before { - content: ""; + content: "\f543"; } .fa-recycle:before { - content: ""; + content: "\f1b8"; } .fa-red-river:before { - content: ""; + content: "\f3e3"; } .fa-reddit:before { - content: ""; + content: "\f1a1"; } .fa-reddit-alien:before { - content: ""; + content: "\f281"; } .fa-reddit-square:before { - content: ""; + content: "\f1a2"; } .fa-redo:before { - content: ""; + content: "\f01e"; } .fa-redo-alt:before { - content: ""; + content: "\f2f9"; } .fa-registered:before { - content: ""; + content: "\f25d"; } .fa-rendact:before { - content: ""; + content: "\f3e4"; } .fa-renren:before { - content: ""; + content: "\f18b"; } .fa-reply:before { - content: ""; + content: "\f3e5"; } .fa-reply-all:before { - content: ""; + content: "\f122"; } .fa-replyd:before { - content: ""; + content: "\f3e6"; } .fa-researchgate:before { - content: ""; + content: "\f4f8"; } .fa-resolving:before { - content: ""; + content: "\f3e7"; } .fa-retweet:before { - content: ""; + content: "\f079"; } .fa-rev:before { - content: ""; + content: "\f5b2"; } .fa-ribbon:before { - content: ""; + content: "\f4d6"; } .fa-road:before { - content: ""; + content: "\f018"; } .fa-robot:before { - content: ""; + content: "\f544"; } .fa-rocket:before { - content: ""; + content: "\f135"; } .fa-rocketchat:before { - content: ""; + content: "\f3e8"; } .fa-rockrms:before { - content: ""; + content: "\f3e9"; } .fa-route:before { - content: ""; + content: "\f4d7"; } .fa-rss:before { - content: ""; + content: "\f09e"; } .fa-rss-square:before { - content: ""; + content: "\f143"; } .fa-ruble-sign:before { - content: ""; + content: "\f158"; } .fa-ruler:before { - content: ""; + content: "\f545"; } .fa-ruler-combined:before { - content: ""; + content: "\f546"; } .fa-ruler-horizontal:before { - content: ""; + content: "\f547"; } .fa-ruler-vertical:before { - content: ""; + content: "\f548"; } .fa-rupee-sign:before { - content: ""; + content: "\f156"; } .fa-sad-cry:before { - content: ""; + content: "\f5b3"; } .fa-sad-tear:before { - content: ""; + content: "\f5b4"; } .fa-safari:before { - content: ""; + content: "\f267"; } .fa-sass:before { - content: ""; + content: "\f41e"; } .fa-save:before { - content: ""; + content: "\f0c7"; } .fa-schlix:before { - content: ""; + content: "\f3ea"; } .fa-school:before { - content: ""; + content: "\f549"; } .fa-screwdriver:before { - content: ""; + content: "\f54a"; } .fa-scribd:before { - content: ""; + content: "\f28a"; } .fa-search:before { - content: ""; + content: "\f002"; } .fa-search-dollar:before { - content: ""; + content: "\f688"; } .fa-search-location:before { - content: ""; + content: "\f689"; } .fa-search-minus:before { - content: ""; + content: "\f010"; } .fa-search-plus:before { - content: ""; + content: "\f00e"; } .fa-searchengin:before { - content: ""; + content: "\f3eb"; } .fa-seedling:before { - content: ""; + content: "\f4d8"; } .fa-sellcast:before { - content: ""; + content: "\f2da"; } .fa-sellsy:before { - content: ""; + content: "\f213"; } .fa-server:before { - content: ""; + content: "\f233"; } .fa-servicestack:before { - content: ""; + content: "\f3ec"; } .fa-shapes:before { - content: ""; + content: "\f61f"; } .fa-share:before { - content: ""; + content: "\f064"; } .fa-share-alt:before { - content: ""; + content: "\f1e0"; } .fa-share-alt-square:before { - content: ""; + content: "\f1e1"; } .fa-share-square:before { - content: ""; + content: "\f14d"; } .fa-shekel-sign:before { - content: ""; + content: "\f20b"; } .fa-shield-alt:before { - content: ""; + content: "\f3ed"; } .fa-ship:before { - content: ""; + content: "\f21a"; } .fa-shipping-fast:before { - content: ""; + content: "\f48b"; } .fa-shirtsinbulk:before { - content: ""; + content: "\f214"; } .fa-shoe-prints:before { - content: ""; + content: "\f54b"; } .fa-shopping-bag:before { - content: ""; + content: "\f290"; } .fa-shopping-basket:before { - content: ""; + content: "\f291"; } .fa-shopping-cart:before { - content: ""; + content: "\f07a"; } .fa-shopware:before { - content: ""; + content: "\f5b5"; } .fa-shower:before { - content: ""; + content: "\f2cc"; } .fa-shuttle-van:before { - content: ""; + content: "\f5b6"; } .fa-sign:before { - content: ""; + content: "\f4d9"; } .fa-sign-in-alt:before { - content: ""; + content: "\f2f6"; } .fa-sign-language:before { - content: ""; + content: "\f2a7"; } .fa-sign-out-alt:before { - content: ""; + content: "\f2f5"; } .fa-signal:before { - content: ""; + content: "\f012"; } .fa-signature:before { - content: ""; + content: "\f5b7"; } .fa-simplybuilt:before { - content: ""; + content: "\f215"; } .fa-sistrix:before { - content: ""; + content: "\f3ee"; } .fa-sitemap:before { - content: ""; + content: "\f0e8"; } .fa-sith:before { - content: ""; + content: "\f512"; } .fa-skull:before { - content: ""; + content: "\f54c"; } .fa-skyatlas:before { - content: ""; + content: "\f216"; } .fa-skype:before { - content: ""; + content: "\f17e"; } .fa-slack:before { - content: ""; + content: "\f198"; } .fa-slack-hash:before { - content: ""; + content: "\f3ef"; } .fa-sliders-h:before { - content: ""; + content: "\f1de"; } .fa-slideshare:before { - content: ""; + content: "\f1e7"; } .fa-smile:before { - content: ""; + content: "\f118"; } .fa-smile-beam:before { - content: ""; + content: "\f5b8"; } .fa-smile-wink:before { - content: ""; + content: "\f4da"; } .fa-smoking:before { - content: ""; + content: "\f48d"; } .fa-smoking-ban:before { - content: ""; + content: "\f54d"; } .fa-snapchat:before { - content: ""; + content: "\f2ab"; } .fa-snapchat-ghost:before { - content: ""; + content: "\f2ac"; } .fa-snapchat-square:before { - content: ""; + content: "\f2ad"; } .fa-snowflake:before { - content: ""; + content: "\f2dc"; } .fa-socks:before { - content: ""; + content: "\f696"; } .fa-solar-panel:before { - content: ""; + content: "\f5ba"; } .fa-sort:before { - content: ""; + content: "\f0dc"; } .fa-sort-alpha-down:before { - content: ""; + content: "\f15d"; } .fa-sort-alpha-up:before { - content: ""; + content: "\f15e"; } .fa-sort-amount-down:before { - content: ""; + content: "\f160"; } .fa-sort-amount-up:before { - content: ""; + content: "\f161"; } .fa-sort-down:before { - content: ""; + content: "\f0dd"; } .fa-sort-numeric-down:before { - content: ""; + content: "\f162"; } .fa-sort-numeric-up:before { - content: ""; + content: "\f163"; } .fa-sort-up:before { - content: ""; + content: "\f0de"; } .fa-soundcloud:before { - content: ""; + content: "\f1be"; } .fa-spa:before { - content: ""; + content: "\f5bb"; } .fa-space-shuttle:before { - content: ""; + content: "\f197"; } .fa-speakap:before { - content: ""; + content: "\f3f3"; } .fa-spinner:before { - content: ""; + content: "\f110"; } .fa-splotch:before { - content: ""; + content: "\f5bc"; } .fa-spotify:before { - content: ""; + content: "\f1bc"; } .fa-spray-can:before { - content: ""; + content: "\f5bd"; } .fa-square:before { - content: ""; + content: "\f0c8"; } .fa-square-full:before { - content: ""; + content: "\f45c"; } .fa-square-root-alt:before { - content: ""; + content: "\f698"; } .fa-squarespace:before { - content: ""; + content: "\f5be"; } .fa-stack-exchange:before { - content: ""; + content: "\f18d"; } .fa-stack-overflow:before { - content: ""; + content: "\f16c"; } .fa-stamp:before { - content: ""; + content: "\f5bf"; } .fa-star:before { - content: ""; + content: "\f005"; } .fa-star-and-crescent:before { - content: ""; + content: "\f699"; } .fa-star-half:before { - content: ""; + content: "\f089"; } .fa-star-half-alt:before { - content: ""; + content: "\f5c0"; } .fa-star-of-david:before { - content: ""; + content: "\f69a"; } .fa-star-of-life:before { - content: ""; + content: "\f621"; } .fa-staylinked:before { - content: ""; + content: "\f3f5"; } .fa-steam:before { - content: ""; + content: "\f1b6"; } .fa-steam-square:before { - content: ""; + content: "\f1b7"; } .fa-steam-symbol:before { - content: ""; + content: "\f3f6"; } .fa-step-backward:before { - content: ""; + content: "\f048"; } .fa-step-forward:before { - content: ""; + content: "\f051"; } .fa-stethoscope:before { - content: ""; + content: "\f0f1"; } .fa-sticker-mule:before { - content: ""; + content: "\f3f7"; } .fa-sticky-note:before { - content: ""; + content: "\f249"; } .fa-stop:before { - content: ""; + content: "\f04d"; } .fa-stop-circle:before { - content: ""; + content: "\f28d"; } .fa-stopwatch:before { - content: ""; + content: "\f2f2"; } .fa-store:before { - content: ""; + content: "\f54e"; } .fa-store-alt:before { - content: ""; + content: "\f54f"; } .fa-strava:before { - content: ""; + content: "\f428"; } .fa-stream:before { - content: ""; + content: "\f550"; } .fa-street-view:before { - content: ""; + content: "\f21d"; } .fa-strikethrough:before { - content: ""; + content: "\f0cc"; } .fa-stripe:before { - content: ""; + content: "\f429"; } .fa-stripe-s:before { - content: ""; + content: "\f42a"; } .fa-stroopwafel:before { - content: ""; + content: "\f551"; } .fa-studiovinari:before { - content: ""; + content: "\f3f8"; } .fa-stumbleupon:before { - content: ""; + content: "\f1a4"; } .fa-stumbleupon-circle:before { - content: ""; + content: "\f1a3"; } .fa-subscript:before { - content: ""; + content: "\f12c"; } .fa-subway:before { - content: ""; + content: "\f239"; } .fa-suitcase:before { - content: ""; + content: "\f0f2"; } .fa-suitcase-rolling:before { - content: ""; + content: "\f5c1"; } .fa-sun:before { - content: ""; + content: "\f185"; } .fa-superpowers:before { - content: ""; + content: "\f2dd"; } .fa-superscript:before { - content: ""; + content: "\f12b"; } .fa-supple:before { - content: ""; + content: "\f3f9"; } .fa-surprise:before { - content: ""; + content: "\f5c2"; } .fa-swatchbook:before { - content: ""; + content: "\f5c3"; } .fa-swimmer:before { - content: ""; + content: "\f5c4"; } .fa-swimming-pool:before { - content: ""; + content: "\f5c5"; } .fa-synagogue:before { - content: ""; + content: "\f69b"; } .fa-sync:before { - content: ""; + content: "\f021"; } .fa-sync-alt:before { - content: ""; + content: "\f2f1"; } .fa-syringe:before { - content: ""; + content: "\f48e"; } .fa-table:before { - content: ""; + content: "\f0ce"; } .fa-table-tennis:before { - content: ""; + content: "\f45d"; } .fa-tablet:before { - content: ""; + content: "\f10a"; } .fa-tablet-alt:before { - content: ""; + content: "\f3fa"; } .fa-tablets:before { - content: ""; + content: "\f490"; } .fa-tachometer-alt:before { - content: ""; + content: "\f3fd"; } .fa-tag:before { - content: ""; + content: "\f02b"; } .fa-tags:before { - content: ""; + content: "\f02c"; } .fa-tape:before { - content: ""; + content: "\f4db"; } .fa-tasks:before { - content: ""; + content: "\f0ae"; } .fa-taxi:before { - content: ""; + content: "\f1ba"; } .fa-teamspeak:before { - content: ""; + content: "\f4f9"; } .fa-teeth:before { - content: ""; + content: "\f62e"; } .fa-teeth-open:before { - content: ""; + content: "\f62f"; } .fa-telegram:before { - content: ""; + content: "\f2c6"; } .fa-telegram-plane:before { - content: ""; + content: "\f3fe"; } .fa-tencent-weibo:before { - content: ""; + content: "\f1d5"; } .fa-terminal:before { - content: ""; + content: "\f120"; } .fa-text-height:before { - content: ""; + content: "\f034"; } .fa-text-width:before { - content: ""; + content: "\f035"; } .fa-th:before { - content: ""; + content: "\f00a"; } .fa-th-large:before { - content: ""; + content: "\f009"; } .fa-th-list:before { - content: ""; + content: "\f00b"; } .fa-the-red-yeti:before { - content: ""; + content: "\f69d"; } .fa-theater-masks:before { - content: ""; + content: "\f630"; } .fa-themeco:before { - content: ""; + content: "\f5c6"; } .fa-themeisle:before { - content: ""; + content: "\f2b2"; } .fa-thermometer:before { - content: ""; + content: "\f491"; } .fa-thermometer-empty:before { - content: ""; + content: "\f2cb"; } .fa-thermometer-full:before { - content: ""; + content: "\f2c7"; } .fa-thermometer-half:before { - content: ""; + content: "\f2c9"; } .fa-thermometer-quarter:before { - content: ""; + content: "\f2ca"; } .fa-thermometer-three-quarters:before { - content: ""; + content: "\f2c8"; } .fa-thumbs-down:before { - content: ""; + content: "\f165"; } .fa-thumbs-up:before { - content: ""; + content: "\f164"; } .fa-thumbtack:before { - content: ""; + content: "\f08d"; } .fa-ticket-alt:before { - content: ""; + content: "\f3ff"; } .fa-times:before { - content: ""; + content: "\f00d"; } .fa-times-circle:before { - content: ""; + content: "\f057"; } .fa-tint:before { - content: ""; + content: "\f043"; } .fa-tint-slash:before { - content: ""; + content: "\f5c7"; } .fa-tired:before { - content: ""; + content: "\f5c8"; } .fa-toggle-off:before { - content: ""; + content: "\f204"; } .fa-toggle-on:before { - content: ""; + content: "\f205"; } .fa-toolbox:before { - content: ""; + content: "\f552"; } .fa-tooth:before { - content: ""; + content: "\f5c9"; } .fa-torah:before { - content: ""; + content: "\f6a0"; } .fa-torii-gate:before { - content: ""; + content: "\f6a1"; } .fa-trade-federation:before { - content: ""; + content: "\f513"; } .fa-trademark:before { - content: ""; + content: "\f25c"; } .fa-traffic-light:before { - content: ""; + content: "\f637"; } .fa-train:before { - content: ""; + content: "\f238"; } .fa-transgender:before { - content: ""; + content: "\f224"; } .fa-transgender-alt:before { - content: ""; + content: "\f225"; } .fa-trash:before { - content: ""; + content: "\f1f8"; } .fa-trash-alt:before { - content: ""; + content: "\f2ed"; } .fa-tree:before { - content: ""; + content: "\f1bb"; } .fa-trello:before { - content: ""; + content: "\f181"; } .fa-tripadvisor:before { - content: ""; + content: "\f262"; } .fa-trophy:before { - content: ""; + content: "\f091"; } .fa-truck:before { - content: ""; + content: "\f0d1"; } .fa-truck-loading:before { - content: ""; + content: "\f4de"; } .fa-truck-monster:before { - content: ""; + content: "\f63b"; } .fa-truck-moving:before { - content: ""; + content: "\f4df"; } .fa-truck-pickup:before { - content: ""; + content: "\f63c"; } .fa-tshirt:before { - content: ""; + content: "\f553"; } .fa-tty:before { - content: ""; + content: "\f1e4"; } .fa-tumblr:before { - content: ""; + content: "\f173"; } .fa-tumblr-square:before { - content: ""; + content: "\f174"; } .fa-tv:before { - content: ""; + content: "\f26c"; } .fa-twitch:before { - content: ""; + content: "\f1e8"; } .fa-twitter:before { - content: ""; + content: "\f099"; } .fa-twitter-square:before { - content: ""; + content: "\f081"; } .fa-typo3:before { - content: ""; + content: "\f42b"; } .fa-uber:before { - content: ""; + content: "\f402"; } .fa-uikit:before { - content: ""; + content: "\f403"; } .fa-umbrella:before { - content: ""; + content: "\f0e9"; } .fa-umbrella-beach:before { - content: ""; + content: "\f5ca"; } .fa-underline:before { - content: ""; + content: "\f0cd"; } .fa-undo:before { - content: ""; + content: "\f0e2"; } .fa-undo-alt:before { - content: ""; + content: "\f2ea"; } .fa-uniregistry:before { - content: ""; + content: "\f404"; } .fa-universal-access:before { - content: ""; + content: "\f29a"; } .fa-university:before { - content: ""; + content: "\f19c"; } .fa-unlink:before { - content: ""; + content: "\f127"; } .fa-unlock:before { - content: ""; + content: "\f09c"; } .fa-unlock-alt:before { - content: ""; + content: "\f13e"; } .fa-untappd:before { - content: ""; + content: "\f405"; } .fa-upload:before { - content: ""; + content: "\f093"; } .fa-usb:before { - content: ""; + content: "\f287"; } .fa-user:before { - content: ""; + content: "\f007"; } .fa-user-alt:before { - content: ""; + content: "\f406"; } .fa-user-alt-slash:before { - content: ""; + content: "\f4fa"; } .fa-user-astronaut:before { - content: ""; + content: "\f4fb"; } .fa-user-check:before { - content: ""; + content: "\f4fc"; } .fa-user-circle:before { - content: ""; + content: "\f2bd"; } .fa-user-clock:before { - content: ""; + content: "\f4fd"; } .fa-user-cog:before { - content: ""; + content: "\f4fe"; } .fa-user-edit:before { - content: ""; + content: "\f4ff"; } .fa-user-friends:before { - content: ""; + content: "\f500"; } .fa-user-graduate:before { - content: ""; + content: "\f501"; } .fa-user-lock:before { - content: ""; + content: "\f502"; } .fa-user-md:before { - content: ""; + content: "\f0f0"; } .fa-user-minus:before { - content: ""; + content: "\f503"; } .fa-user-ninja:before { - content: ""; + content: "\f504"; } .fa-user-plus:before { - content: ""; + content: "\f234"; } .fa-user-secret:before { - content: ""; + content: "\f21b"; } .fa-user-shield:before { - content: ""; + content: "\f505"; } .fa-user-slash:before { - content: ""; + content: "\f506"; } .fa-user-tag:before { - content: ""; + content: "\f507"; } .fa-user-tie:before { - content: ""; + content: "\f508"; } .fa-user-times:before { - content: ""; + content: "\f235"; } .fa-users:before { - content: ""; + content: "\f0c0"; } .fa-users-cog:before { - content: ""; + content: "\f509"; } .fa-ussunnah:before { - content: ""; + content: "\f407"; } .fa-utensil-spoon:before { - content: ""; + content: "\f2e5"; } .fa-utensils:before { - content: ""; + content: "\f2e7"; } .fa-vaadin:before { - content: ""; + content: "\f408"; } .fa-vector-square:before { - content: ""; + content: "\f5cb"; } .fa-venus:before { - content: ""; + content: "\f221"; } .fa-venus-double:before { - content: ""; + content: "\f226"; } .fa-venus-mars:before { - content: ""; + content: "\f228"; } .fa-viacoin:before { - content: ""; + content: "\f237"; } .fa-viadeo:before { - content: ""; + content: "\f2a9"; } .fa-viadeo-square:before { - content: ""; + content: "\f2aa"; } .fa-vial:before { - content: ""; + content: "\f492"; } .fa-vials:before { - content: ""; + content: "\f493"; } .fa-viber:before { - content: ""; + content: "\f409"; } .fa-video:before { - content: ""; + content: "\f03d"; } .fa-video-slash:before { - content: ""; + content: "\f4e2"; } .fa-vihara:before { - content: ""; + content: "\f6a7"; } .fa-vimeo:before { - content: ""; + content: "\f40a"; } .fa-vimeo-square:before { - content: ""; + content: "\f194"; } .fa-vimeo-v:before { - content: ""; + content: "\f27d"; } .fa-vine:before { - content: ""; + content: "\f1ca"; } .fa-vk:before { - content: ""; + content: "\f189"; } .fa-vnv:before { - content: ""; + content: "\f40b"; } .fa-volleyball-ball:before { - content: ""; + content: "\f45f"; } .fa-volume-down:before { - content: ""; + content: "\f027"; } .fa-volume-off:before { - content: ""; + content: "\f026"; } .fa-volume-up:before { - content: ""; + content: "\f028"; } .fa-vuejs:before { - content: ""; + content: "\f41f"; } .fa-walking:before { - content: ""; + content: "\f554"; } .fa-wallet:before { - content: ""; + content: "\f555"; } .fa-warehouse:before { - content: ""; + content: "\f494"; } .fa-weebly:before { - content: ""; + content: "\f5cc"; } .fa-weibo:before { - content: ""; + content: "\f18a"; } .fa-weight:before { - content: ""; + content: "\f496"; } .fa-weight-hanging:before { - content: ""; + content: "\f5cd"; } .fa-weixin:before { - content: ""; + content: "\f1d7"; } .fa-whatsapp:before { - content: ""; + content: "\f232"; } .fa-whatsapp-square:before { - content: ""; + content: "\f40c"; } .fa-wheelchair:before { - content: ""; + content: "\f193"; } .fa-whmcs:before { - content: ""; + content: "\f40d"; } .fa-wifi:before { - content: ""; + content: "\f1eb"; } .fa-wikipedia-w:before { - content: ""; + content: "\f266"; } .fa-window-close:before { - content: ""; + content: "\f410"; } .fa-window-maximize:before { - content: ""; + content: "\f2d0"; } .fa-window-minimize:before { - content: ""; + content: "\f2d1"; } .fa-window-restore:before { - content: ""; + content: "\f2d2"; } .fa-windows:before { - content: ""; + content: "\f17a"; } .fa-wine-glass:before { - content: ""; + content: "\f4e3"; } .fa-wine-glass-alt:before { - content: ""; + content: "\f5ce"; } .fa-wix:before { - content: ""; + content: "\f5cf"; } .fa-wolf-pack-battalion:before { - content: ""; + content: "\f514"; } .fa-won-sign:before { - content: ""; + content: "\f159"; } .fa-wordpress:before { - content: ""; + content: "\f19a"; } .fa-wordpress-simple:before { - content: ""; + content: "\f411"; } .fa-wpbeginner:before { - content: ""; + content: "\f297"; } .fa-wpexplorer:before { - content: ""; + content: "\f2de"; } .fa-wpforms:before { - content: ""; + content: "\f298"; } .fa-wrench:before { - content: ""; + content: "\f0ad"; } .fa-x-ray:before { - content: ""; + content: "\f497"; } .fa-xbox:before { - content: ""; + content: "\f412"; } .fa-xing:before { - content: ""; + content: "\f168"; } .fa-xing-square:before { - content: ""; + content: "\f169"; } .fa-y-combinator:before { - content: ""; + content: "\f23b"; } .fa-yahoo:before { - content: ""; + content: "\f19e"; } .fa-yandex:before { - content: ""; + content: "\f413"; } .fa-yandex-international:before { - content: ""; + content: "\f414"; } .fa-yelp:before { - content: ""; + content: "\f1e9"; } .fa-yen-sign:before { - content: ""; + content: "\f157"; } .fa-yin-yang:before { - content: ""; + content: "\f6ad"; } .fa-yoast:before { - content: ""; + content: "\f2b1"; } .fa-youtube:before { - content: ""; + content: "\f167"; } .fa-youtube-square:before { - content: ""; + content: "\f431"; } .fa-zhihu:before { - content: ""; + content: "\f63f"; } .sr-only { @@ -5353,22 +5353,22 @@ and open the template in the editor. color: #E5E5E5; } .enka-custom-radio.star::before { - content: ""; + content: "\f005"; } .enka-custom-radio.thumb::before { - content: ""; + content: "\f164"; } .enka-custom-radio.smiley::before { - content: ""; + content: "\f118"; } .enka-custom-radio.heart::before { - content: ""; + content: "\f004"; } .enka-custom-radio.flag::before { - content: ""; + content: "\f024"; } .enka-custom-radio.user::before { - content: ""; + content: "\f007"; } /* visual analog scale - radio buttons */ @@ -5379,25 +5379,25 @@ and open the template in the editor. color: #E5E5E5; } .enka-vizualna-skala.siv-61::before, .enka-vizualna-skala.siv-71::before { - content: ""; + 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: ""; + 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: ""; + content: "\f119"; } .enka-vizualna-skala.siv-32::before, .enka-vizualna-skala.siv-53::before, .enka-vizualna-skala.siv-74::before { - content: ""; + 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: ""; + 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: ""; + content: "\f580"; } .enka-vizualna-skala.siv-66::before, .enka-vizualna-skala.siv-77::before { - content: ""; + content: "\f59c"; } /* @@ -5411,88 +5411,88 @@ and open the template in the editor. */ /* icons */ span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.minus::before { - content: ""; + content: "\f068"; } span.faicon.success::before, span.circle-check::before { - content: ""; + content: "\f058"; } span.faicon.close::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f057"; } span.faicon.dropdown_blue::before { font-size: 16px; - content: ""; + content: "\f13a"; } span.faicon.dropup_blue::before { font-size: 16px; - content: ""; + content: "\f139"; } span.faicon.arrow_back::before { font-weight: 600; font-size: 16px; - content: ""; + content: "\f137"; } span.faicon.add::before { font-size: 18px; - content: ""; + content: "\f055"; } span.faicon.remove::before { font-size: 18px; - content: ""; + content: "\f056"; } span.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.anketa_delete::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.copy::before { font-size: 18px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.anketa_copy::before { font-size: 24px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.export::before { font-size: 24px; - content: ""; + content: "\f56e"; } span.faicon.file-import::before { - content: ""; + content: "\f56f"; transform: scaleX(-1); } span.faicon.import::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f1c2"; } /*span.faicon.import::after{ @@ -5502,137 +5502,137 @@ span.faicon.import::before { }*/ span.faicon.library::before { font-size: 24px; - content: ""; + content: "\f518"; } span.faicon.folder::before { font-size: 16px; font-weight: 600; - content: ""; + content: "\f07b"; } span.faicon.folder_empty::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f07b"; } span.faicon.after.sort_down_arrow::after { - content: ""; + content: "\f0d7"; margin-left: 5px; } span.faicon.after.sort_up_arrow::after { - content: ""; + content: "\f0d8"; margin-left: 5px; } span.faicon.info::before { font-size: 28px; - content: ""; + content: "\f05a"; vertical-align: middle; } span.faicon.pagination_left::before { margin: 0 1px 0 1px; - content: ""; + content: "\f104"; } span.faicon.pagination_right::before { margin: 0 0 0 1px; - content: ""; + content: "\f105"; } span.faicon.edit::before, span.faicon.edit2::before { - content: ""; + content: "\f304"; } span.faicon.refresh::before { font-size: 18px; - content: ""; + content: "\f2f1"; } span.faicon.filter::before { font-size: 18px; - content: ""; + content: "\f0b0"; } span.faicon.grip::before { - content: ""; + content: "\f58e"; } span.faicon.star::before, span.faicon.star_off::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.star_on::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.search::before { font-size: 20px; - content: ""; + content: "\f002"; } span.faicon.clipboard_notes::before { font-size: 20px; - content: ""; + content: "\f46d"; } span.faicon.help2::before { font-size: 20px; - content: ""; + content: "\f059"; } span.faicon.user::before { font-size: 18px; - content: ""; + content: "\f007"; } span.faicon.logout::before { font-size: 20px; - content: ""; + content: "\f2f5"; } .faicon.monitor::before { - content: ""; + content: "\f108"; } .faicon.mobile::before { - content: ""; + content: "\f3cd"; } .faicon.tablet::before { - content: ""; + content: "\f3fa"; } span.faicon.users::before { - content: ""; + content: "\f500"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bottom_saving::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f0c7"; } span.faicon.bottom_publish::before { font-size: 24px; - content: ""; + content: "\f093"; } span.faicon.bottom_preview { @@ -5642,63 +5642,63 @@ span.faicon.bottom_preview { span.faicon.bottom_preview::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.bottom_preview::after { font-size: 14px; - content: ""; + content: "\f002"; display: inline-block; margin-left: -70%; } span.faicon.bottom_test::before { font-size: 24px; - content: ""; + content: "\f492"; } span.faicon.language::before { font-size: 24px; - content: ""; + content: "\f0ac"; } span.faicon.mobile_off::before { font-size: 24px; - content: ""; + content: "\f3cd"; } span.faicon.mobile_off::after { font-size: 24px; - content: ""; + content: "\f715"; margin-left: -23px; } span.faicon.comments::before { - content: ""; + content: "\f27a"; font-weight: 700; } span.faicon.comments_empty::before { - content: ""; + content: "\f27a"; font-weight: 400; } span.faicon.data_link::before { - content: ""; + content: "\f0c1"; } span.faicon.data_link_small::before { - content: ""; + content: "\f0c1"; } span.faicon.print::before { font-size: 24px; - content: ""; + content: "\f02f"; } span.faicon.print_small::before { font-size: 16px; - content: ""; + content: "\f02f"; } span.faicon.preview { @@ -5708,11 +5708,11 @@ span.faicon.preview { span.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -5720,87 +5720,87 @@ span.faicon.preview::after { span.faicon.palette::before { font-size: 18px; - content: ""; + content: "\f53f"; } span.faicon.inline_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f075"; } span.faicon.inline_double_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f086"; } span.faicon.comments_creport::before { font-size: 16px; - content: ""; + content: "\f086"; } span.faicon.compress::before { font-size: 15px; - content: ""; + content: "\f066"; } span.faicon.expand::before { font-size: 15px; - content: ""; + content: "\f065"; } span.faicon.hashtag::before { font-size: 15px; - content: ""; + content: "\f292"; } span.faicon.bug::before { font-size: 15px; - content: ""; + content: "\f188"; } span.faicon.paragraph::before { font-size: 15px; - content: ""; + content: "\f1dd"; } span.faicon.replace::before { font-size: 15px; - content: ""; + content: "\f362"; } span.faicon.plus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f146"; } span.faicon.delete_circle::before { font-size: 14px; - content: ""; + content: "\f056"; } span.faicon.quick_view::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f06e"; } span.faicon.edit_square::before { font-size: 15px; - content: ""; + content: "\f044"; } span.faicon.test::before { font-size: 15px; - content: ""; + content: "\f492"; } a.faicon.if_add { @@ -5836,7 +5836,7 @@ span.faicon.if_add:hover:before { } span.faicon.text_file::before { - content: ""; + content: "\f15c"; } span.faicon.text_file_small { @@ -5846,40 +5846,40 @@ span.faicon.text_file_small { span.faicon.text_file_small:before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15c"; } span.faicon.warning::before { font-size: 16px; - content: ""; + content: "\f071"; } span.faicon.users_small::before { font-size: 16px; - content: ""; + content: "\f0c0"; } span.faicon.popup_0::before { font-size: 14px; - content: ""; + content: "\f065"; color: #1E88E5; } span.faicon.popup_1::before { font-size: 14px; - content: ""; + content: "\f065"; color: #0059ab; } span.faicon.flat_0::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #0059ab; } span.faicon.flat_1::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #1E88E5; } @@ -5894,46 +5894,46 @@ span.basic-icon.spss::before { span.faicon.external_link::before { font-size: 14px; font-weight: 600; - content: ""; + content: "\f35d"; } span.faicon.cog_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f013"; } span.faicon.chart_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f201"; } span.faicon.reload_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f021"; } span.faicon.chart::before { - content: ""; + content: "\f080"; font-size: 16px; font-weight: 600; } span.faicon.data::before { - content: ""; + content: "\f1c0"; font-size: 16px; font-weight: 600; } span.faicon.publish::before { - content: ""; + content: "\f093"; font-size: 16px; } span.faicon.test::before { - content: ""; + content: "\f492"; font-size: 16px; } @@ -5943,63 +5943,63 @@ button.ui-datepicker-trigger::before { font-family: "Font Awesome 5 Free"; font-weight: 400; font-size: 16px; - content: ""; + content: "\f073"; } /* ARROWS */ span.faicon.arrow_up::before { font-size: 14px; - content: ""; + content: "\f062"; } span.faicon.arrow2_r::before { font-size: 14px; - content: ""; + content: "\f054"; } span.faicon.arrow2_l::before { font-size: 14px; - content: ""; + content: "\f053"; } span.faicon.arrow2_d::before { font-size: 14px; - content: ""; + content: "\f078"; } span.faicon.arrow2_u::before { font-size: 14px; - content: ""; + content: "\f077"; } span.faicon.arrow_large2_r::before { font-size: 35px; - content: ""; + content: "\f054"; } span.faicon.arrow_large2_l::before { font-size: 35px; - content: ""; + content: "\f053"; } span.faicon.arrow_verylarge2_r::before { font-size: 40px; - content: ""; + content: "\f054"; } span.faicon.arrow_verylarge2_l::before { font-size: 40px; - content: ""; + content: "\f053"; } span.faicon.sort_descending::before { font-size: 14px; - content: ""; + content: "\f0d7"; } span.faicon.sort_ascending::before { font-size: 14px; - content: ""; + content: "\f0d8"; } /* Plus/minus sqare */ @@ -6011,127 +6011,127 @@ span.folder_plusminus { span.faicon.plus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f146"; } /* Spinner */ span.faicon.spinner::before { font-size: 18px; - content: ""; + content: "\f1ce"; } /* Bars - mobile menu */ span.faicon.bars::before { font-size: 26px; - content: ""; + content: "\f0c9"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bell::before { - content: ""; + content: "\f0f3"; } span.faicon.bell_slash::before { - content: ""; + content: "\f1f6"; } span.faicon.trash::before { - content: ""; + content: "\f2ed"; } span.faicon.copy::before { - content: ""; + content: "\f0c5"; } span.faicon.circle::before { - content: ""; + content: "\f111"; vertical-align: middle; } span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.plus_circle::before { - content: ""; + content: "\f055"; } span.faicon.minus_circle::before { - content: ""; + content: "\f056"; } span.faicon.calendar_icon::before { - content: ""; + content: "\f073"; } span.faicon.clipboard::before { - content: ""; + content: "\f328"; } span.faicon.list-alt::before { - content: ""; + content: "\f022"; } span.faicon.vote-yes::before { - content: ""; + content: "\f772"; } span.faicon.file-preview::before { - content: ""; + content: "\f865"; } span.faicon.dots::before { - content: ""; + content: "\f141"; font-size: 16px; font-weight: 600; } span.faicon.dots_ver:before { - content: ""; + content: "\f142"; font-size: 16px; font-weight: 600; } span.faicon.open_icon::before, a.faicon.open_icon::before { - content: ""; + content: "\f35d"; } span.faicon.table_icon::before { - content: ""; + content: "\f0ce"; } span.faicon.list::before { - content: ""; + content: "\f03a"; } span.faicon.link-chain::before { - content: ""; + content: "\f0c1"; } span.fa-brands.html5::before { - content: ""; + content: "\f13b"; } span.faicon.stopwatch20::before { - content: ""; + content: "\e06f"; } span.faicon.checkbox-empty::before { - content: ""; + content: "\f0c8"; font-weight: 400 !important; } @@ -6140,11 +6140,11 @@ span.faicon.fa-1::before { } span.faicon.phone::before { - content: ""; + content: "\f095"; } span.faicon.screwdriver::before { - content: ""; + content: "\f7d9"; font-weight: 600 !important; } @@ -6282,23 +6282,23 @@ and open the template in the editor. */ /* Toolbox na levi strani */ span.faicon.wheel_32::before { - content: ""; + content: "\f013"; } span.faicon.radio_32::before { - content: ""; + content: "\f192"; font-weight: 400; font-size: 18px; } span.faicon.check_32::before { - content: ""; + content: "\f14a"; font-weight: 400; font-size: 18px; } span.faicon.matrix_32::before { - content: "\a"; + content: "\f192\f192\a\f192\f192"; white-space: pre; font-weight: 400; font-size: 12px; @@ -6322,7 +6322,7 @@ span.faicon.nagovor::before { } span.faicon.plus_32::before { - content: ""; + content: "\f055"; font-size: 18px; } @@ -6366,12 +6366,12 @@ span.faicon.edit-vprasanje { } span.faicon.edit-vprasanje:before { font-size: 18px; - content: ""; + content: "\f031"; } a.faicon.edit::before { font-size: 16px; - content: ""; + content: "\f304"; } a.faicon.addif::before { @@ -6383,22 +6383,22 @@ a.faicon.addif::before { a.faicon.copy::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f0c5"; } a.faicon.copycond::before { font-size: 18px; - content: ""; + content: "\f0c5"; } a.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } a.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -6406,25 +6406,25 @@ a.faicon.preview::after { a.faicon.arhiv::before { font-size: 18px; - content: ""; + content: "\f044"; } a.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } a.faicon.hide::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f06e"; } a.faicon.unhide_icon::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f070"; } /* Urejanje vrednosti inline */ @@ -6438,12 +6438,12 @@ a.faicon.unhide_icon::before { .variabla span.inline.faicon.edit2::before { font-size: 14px; - content: ""; + content: "\f304"; } .variabla span.inline.faicon.odg_hidden::before { font-size: 14px; - content: ""; + content: "\f05e"; } .variabla span.inline.faicon.odg_hidden.show-hidden::before { @@ -6471,23 +6471,23 @@ span.inline.faicon.odg_if_not::before { .variabla span.inline.faicon.odg_if_follow::after { font-size: 14px; margin-left: 2px; - content: ""; + content: "\f0da"; } .variabla span.inline.faicon.correct::before { font-size: 14px; font-weight: 900; - content: ""; + content: "\f00c"; } .faicon.move_updown::before { font-size: 16px; color: #0059ab; - content: ""; + content: "\f338"; } .faicon.image_upload::before { - content: ""; + content: "\f03e"; font-weight: 400; } @@ -6504,22 +6504,22 @@ and open the template in the editor. span.faicon.mapca.anketa::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f022"; } span.faicon.table::before { font-size: 16px; - content: ""; + content: "\f00b"; } span.faicon.other_vprasanja::before { font-size: 16px; - content: "" !important; + content: "\f0ca" !important; } span.faicon.osnovna_vprasanja::before { font-size: 16px; - content: ""; + content: "\f0ca"; } span.faicon.mapca.if::before { @@ -6547,7 +6547,7 @@ and open the template in the editor. */ /* Izvozi */ span.faicon.pdf::before { - content: ""; + content: "\f1c1"; font-size: 16px; font-weight: 400; color: #ed1c24; @@ -6571,7 +6571,7 @@ span.faicon.pdf.black::before { span.faicon.xls::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c3"; color: #008000; } @@ -6593,7 +6593,7 @@ span.faicon.xls.black::before { span.faicon.rtf::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c2"; color: #0f3ea8; } @@ -6615,7 +6615,7 @@ span.faicon.rtf.black::before { span.faicon.ppt::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c4"; color: #fa4913; } @@ -6637,7 +6637,7 @@ span.faicon.ppt.black::before { span.faicon.xml::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c9"; color: #00a000; } @@ -6657,17 +6657,17 @@ span.faicon.xml.black::before { } span.faicon.arhiv::before { - content: ""; + content: "\f187"; } span.faicon.arhiv_mail::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f14d"; } span.faicon.share-arrow::before { - content: ""; + content: "\f14d"; } /* @@ -6717,7 +6717,7 @@ span.faicon.an_chart_bar::before { font-size: 14px; font-weight: 700; /*content: "\f080";*/ - content: ""; + content: "\f200"; } /* @@ -6731,35 +6731,35 @@ and open the template in the editor. */ /* Invitation table */ span.faicon.inv_sent_0::before { - content: ""; + content: "\f2b6"; } span.faicon.inv_sent_1::before { - content: ""; + content: "\f0e0"; } span.faicon.inv_responded_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.inv_responded_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.inv_unsubscribed_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f111"; } span.faicon.inv_unsubscribed_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f111"; color: #FF0000; } @@ -6860,7 +6860,7 @@ a.read-more .faicon:before { .qtip .qtip-wrapper .qtip-contentWrapper .qtip-content h1::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f059"; font-size: 20px; color: #1E88E5; vertical-align: -1px; @@ -6897,7 +6897,7 @@ a.read-more .faicon:before { padding-left: 8px; vertical-align: middle; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f054"; font-size: 8px; color: #1E88E5; transition: 0.2s; @@ -7220,7 +7220,7 @@ a.read-more .faicon:before { .divPopUp.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7261,7 +7261,7 @@ a.read-more .faicon:before { .divPopUp_info.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7753,7 +7753,7 @@ body.waitlong #loading { #check_pogoji.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7934,7 +7934,7 @@ body.waitlong #loading { #dropped_alert.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -9128,7 +9128,7 @@ header #topSettingsHolder .left_options_holder #analizaSubNav #globalSetingsLink right: 8px; top: 5px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; font-size: 10px; font-weight: 600; } @@ -9401,7 +9401,7 @@ footer#srv_footer .footer_right span.faicon.external_link:before { footer#srv_footer .footer_right .right_help_button { position: fixed; right: -71px; - top: calc(50%); + top: 50%; width: 150px; padding: 4px 8px; border: 1px #1E88E5 solid; @@ -9781,17 +9781,17 @@ input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:b color: #1E88E5; } input[type=checkbox] + label:before { - content: ""; + content: "\f0c8"; } input[type=checkbox]:checked + label:before { - content: ""; + content: "\f14a"; font-weight: bold; } input[type=radio] + label:before { - content: ""; + content: "\f111"; } input[type=radio]:checked + label:before { - content: ""; + content: "\f192"; } input[type=checkbox][disabled] + label:before { color: #C4C4C4; @@ -10016,7 +10016,7 @@ textarea:focus { } .box-container .num_box { border: 1px solid #E5E5E5; - background-color: #FFFF; + background-color: white; border-radius: 2px; margin: 0px; padding: 0px; @@ -10419,7 +10419,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { #popup_user_access.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -10471,9 +10471,9 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { div.button_holder.editor_button_holder { margin: 0; padding: 8px 16px; - border-bottom: 1px #cccccc solid; - border-left: 1px #cccccc solid; - border-right: 1px #cccccc solid; + border-bottom: 1px rgb(204, 204, 204) solid; + border-left: 1px rgb(204, 204, 204) solid; + border-right: 1px rgb(204, 204, 204) solid; border-radius: 0 0 2px 2px; } @@ -10732,7 +10732,7 @@ div.button_holder.editor_button_holder { #survey_list .second_line .filters #folderSwitch#sortButton:after { position: absolute; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; right: 8px; top: 13px; font-weight: 600; @@ -11078,13 +11078,13 @@ body.eng #survey_list .filters #folderSwitch { cursor: pointer; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_icon::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -11094,7 +11094,7 @@ body.eng #survey_list .filters #folderSwitch { background-color: #F8F8F8; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_icon::before { font-weight: 600; @@ -12211,13 +12211,13 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { cursor: pointer; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -12243,7 +12243,7 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { }*/ } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder::before { font-weight: 600; @@ -12496,7 +12496,7 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-custom-radio:before { @@ -12504,7 +12504,7 @@ and open the template in the editor. display: inline-block; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] { display: none !important; @@ -12517,11 +12517,11 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting .custom_radio_picture.obarvan > label > span.enka-custom-radio:before { @@ -12814,7 +12814,7 @@ and open the template in the editor. } #new_anketa_div .layout_right_item .layout_right_centering .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #C4C4C4; @@ -13427,20 +13427,20 @@ div.drop_setting_transition { font-weight: 400; } #branching input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #branching input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } #branching input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } #branching input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } #branching span.faicon.delete_circle::before { @@ -20063,7 +20063,7 @@ and open the template in the editor. transition: 0.2s; } .tab_content .content_left ul li.folder_item .faicon.arrow:before { - content: ""; + content: "\f078"; } .tab_content .content_left ul li.folder_item .faicon.folder:before, .tab_content .content_left ul li.folder_item .faicon.clipboard:before { @@ -20080,7 +20080,7 @@ and open the template in the editor. color: #1E88E5; } .tab_content .content_left ul li.folder_item.open .faicon.arrow:before { - content: ""; + content: "\f077"; } .tab_content .content_left ul li.folder_item.no_arrow .faicon.arrow:before { display: none; @@ -20583,7 +20583,7 @@ img.mapster_el { border-radius: 4px; } .jquery-selectbox .jquery-selectbox-moreButton::before { - content: ""; + content: "\f078"; padding-left: 2px; color: #333333; font-size: 10px; @@ -20900,10 +20900,10 @@ div.page_tema div.theme_list div.options div.buttons-window { position: absolute; bottom: 20px; max-width: 113px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); border-radius: 2px; margin-right: 5px; - background-color: #FFFF; + background-color: white; } div.page_tema div.theme_list div.options div.buttons-window .button { border: none; @@ -21198,7 +21198,7 @@ div#theme-edit-wrap div#theme-editor #picker { left: 500px; z-index: 999; border-radius: 2px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } div#theme-edit-wrap div#theme-editor #picker .popup_close { position: absolute !important; @@ -21364,7 +21364,7 @@ div#theme-edit-wrap div#theme-editor #picker .button_holder button:last-child { div#theme-edit-wrap div#theme-editor #picker.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -21727,7 +21727,7 @@ span.faicon.st-besede-popup { #vrednost_edit.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -21968,7 +21968,7 @@ span.faicon.st-besede-popup { #quota.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22340,7 +22340,7 @@ and open the template in the editor. #vprasanje_preview #preview_spremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22434,21 +22434,21 @@ and open the template in the editor. } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -23406,22 +23406,22 @@ and open the template in the editor. } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f096";*/ - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f10c";*/ - content: ""; + content: "\f111"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f046";*/ - content: ""; + content: "\f14a"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f192";*/ - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=radio] { margin: 0 8px 4px 0; @@ -23434,7 +23434,7 @@ and open the template in the editor. #preview_spremenljivka input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #preview_spremenljivka input[type=radio] + span.enka-custom-radio:before { @@ -23442,7 +23442,7 @@ and open the template in the editor. display: inline-block; } #preview_spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=checkbox] { display: none !important; @@ -23455,11 +23455,11 @@ and open the template in the editor. #preview_spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } @@ -23718,7 +23718,7 @@ and open the template in the editor. } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #E5E5E5; @@ -23726,7 +23726,7 @@ and open the template in the editor. font-weight: 400; } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #E5E5E5; } @@ -23989,7 +23989,7 @@ dl.arch_email dd { #inv_view_arch_recipients.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -25203,23 +25203,23 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admi } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } div.page_komentarji ul .spremenljivka_content input[type=radio], @@ -25236,7 +25236,7 @@ div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-chec div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-custom-radio:before, @@ -25246,7 +25246,7 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.en } div.page_komentarji ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } div.page_komentarji ul .spremenljivka_content input[type=checkbox], div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] { @@ -25262,12 +25262,12 @@ div.page_komentarji ul .spremenljivka_content input[type=checkbox] + span.enka-c div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } div.page_komentarji ul div.question_comment_holder, @@ -25873,7 +25873,6 @@ div#general_popup div.popup_content.publish.settings div#publish_settings_more { .page_vabila #vabila .button_holder #nice_url_holder .buttons { margin: 9px 0px 0px 0px !important; } - div#vabila div.more div.more_block { width: 89% !important; } @@ -27342,7 +27341,7 @@ div.subpage_coding .coding-refresh .button_holder button:last-child { div.subpage_coding .coding-refresh.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27524,7 +27523,7 @@ div.subpage_coding #coding .button_holder button:last-child { div.subpage_coding #coding.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27848,7 +27847,7 @@ div.subpage_coding .floatRecodeSpremenljivka .button_holder button:last-child { div.subpage_coding .floatRecodeSpremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -28199,18 +28198,18 @@ ul#merge li { -webkit-text-stroke: 0.35px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -28709,7 +28708,7 @@ and open the template in the editor. #div_export_setting_show.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -30011,7 +30010,7 @@ iframe#ifmcontentstoprint { position: absolute; left: 17px; top: 40px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } #div_analiza_data .faicon.dots { cursor: pointer; @@ -30076,7 +30075,7 @@ iframe#ifmcontentstoprint { .cell_icons button::before { font-weight: 700; - content: ""; + content: "\f141"; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options div.button { @@ -30304,15 +30303,15 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l } .rsdl_bck1 { - background-color: #fae2e2 !important; + background-color: rgb(250, 226, 226) !important; } .rsdl_bck2 { - background-color: #ff9d9d !important; + background-color: rgb(255, 157, 157) !important; } .rsdl_bck3 { - background-color: #f84242 !important; + background-color: rgb(248, 66, 66) !important; } .rsdl_bck4 { @@ -31825,7 +31824,7 @@ ul.vrednost_sort input[type=text] { .subpage_analysis_creport #anketa_custom_report #newCReportProfile.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32109,7 +32108,7 @@ and open the template in the editor. #dsp_inspect_cover.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32643,7 +32642,7 @@ input#endDate { .mc_table_settings.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32856,7 +32855,7 @@ input#endDate { #newMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33045,7 +33044,7 @@ input#endDate { #renameMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33234,7 +33233,7 @@ input#endDate { #deleteMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33620,7 +33619,7 @@ button.buttons-columnVisibility.active { table.usersTable { margin-left: 14px; margin-right: 14px; - width: calc(100% - 2*14px); + width: calc(100% - 28px); white-space: nowrap; border-collapse: collapse !important; } @@ -33800,24 +33799,19 @@ table.dataTable td:not(:first-of-type), table.dataTable th:not(:first-of-type) { #quick_comments_link.newCss { display: none; } - #firstNavigation ol.right-side { display: none; } - div.status_advanced { flex-direction: column; } - div.status_advanced_box { width: 100%; box-sizing: border-box; } - a.status_advanced_link { width: 95%; } - .content_div_normalmode { overflow-x: auto; } @@ -33911,7 +33905,6 @@ body #main_holder #main .wide { width: 100%; margin: 0; } - fieldset { width: 100% !important; box-sizing: border-box !important; @@ -33941,44 +33934,36 @@ fieldset textarea { fieldset .setting { height: auto !important; } - .setting_horizontal_wrapper { flex-direction: column !important; } - #vnosi_paginacija div select { display: inline-block; width: fit-content; margin: 0 5px; text-align: center; } - div.breadcrumbs { display: block; padding: 15px; color: #1e88e5; font-weight: 600; } - button.small, submit.small { min-width: auto; padding: 5px 16px; } - button.medium, submit.medium { min-width: auto; padding: 10px 24px; } - button.large, submit.large { min-width: auto; padding: 12px 32px; } - .top_note { padding: 8px 16px; } - header { /* Mobile meni */ /* Mobile meni - NASTAVITVE V UREJANJU ANKETE*/ @@ -34234,7 +34219,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { header .mobile_settings .mobile_settings_content a .setting_text { width: auto; } - footer#srv_footer { display: flex; flex-direction: column; @@ -34256,7 +34240,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { padding: 0; border: 0; } - /* Popup za vprasajcke */ .qtip { position: fixed !important; @@ -34267,7 +34250,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { left: 10% !important; box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.34) !important; } - .divPopUp { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; @@ -34278,12 +34260,10 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; } - /* Vse povezano s paketi in placili */ .dt-buttons { display: none; } - #main #moje_ankete_edit #anketa_edit { padding: 0 !important; } @@ -34358,7 +34338,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #moje_ankete_edit fieldset div.setting { margin-bottom: 10px; } - #new_anketa_div { display: flex; flex-direction: column; @@ -34442,7 +34421,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { border: 1px solid #c8e3f8 !important; border-radius: 1px; } - .dashboard_top_settings { flex-direction: column; } @@ -34455,19 +34433,16 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin-left: 0; margin-right: 16px; } - .dashboard_boxes { flex-direction: column; } .dashboard_boxes .dashboard_box { margin: 0 0 32px 0; } - .locked .add-variable-mobile, .spremenljivka_content .add-variable { display: none !important; } - #branching { width: 100%; margin: 0; @@ -34572,11 +34547,9 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin: 0; padding: 0 12px; } - .toolbox_holder { display: none; } - .mobile_add_question { display: block; position: fixed; @@ -34596,7 +34569,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { line-height: 15px; font-weight: 600; } - .mobile_add_question_popup { z-index: 9999; position: fixed; @@ -34650,7 +34622,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { font-size: 14px; font-weight: 500; } - #vprasanje_float_editing .vprasanje_edit_holder { position: fixed; z-index: 99999; @@ -34703,7 +34674,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin-left: 0 !important; text-align: center; } - #main #anketa #globalSetingsList { max-width: 100% !important; width: 100% !important; @@ -34716,7 +34686,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #anketa #globalSetingsList fieldset span.charalimit#anketa_note_chars { width: 100%; } - /* NASTAVITVE in ARHIVI */ /* OBLIKA */ #main #anketa #anketa_edit.page_tema #div_theme_group_holder { @@ -34732,18 +34701,15 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: 100%; height: auto; } - #theme-editor { width: 100% !important; float: none !important; } - #theme-preview { width: 100% !important; float: none !important; margin-top: 80px !important; } - /* ARHIVI */ #main #anketa #anketa_edit.page_arhivi { flex-direction: column-reverse; @@ -34761,7 +34727,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #anketa #anketa_edit.page_arhivi #div_archive_content fieldset input { width: 100% !important; } - div.page_tema .theme_list { flex-wrap: wrap; } @@ -34788,7 +34753,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options .button { margin-right: 8px; } - .page_theme-editor #theme-preview { display: none; } @@ -34796,7 +34760,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: 100% !important; flex-wrap: wrap; } - #srv_diagnostic br { display: none; } @@ -34817,7 +34780,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #srv_diagnostic #srv_diagnostic_results_right table td + td { width: auto !important; } - .subpage_testnipodatki { line-height: 20px; } @@ -34831,7 +34793,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .subpage_testnipodatki form label input { vertical-align: bottom; } - .lastnosti_wrapper { flex-direction: column !important; } @@ -34839,7 +34800,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .lastnosti_wrapper .lastnosti_right { width: 100% !important; } - .page_vabila #vabila .button_holder { flex-direction: column; align-items: flex-start; @@ -34864,7 +34824,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .page_vabila #vabila .more_block { width: 100%; } - .page_invitations #inv_top_navi { flex-direction: column; align-items: flex-start; @@ -34932,7 +34891,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .page_invitations .button_holder button { margin-bottom: 8px; } - #vabila > table, table.invitations_settings, #inv_msg_preview table, @@ -35016,7 +34974,6 @@ table.invitations_settings p label input[type=password], width: 100% !important; box-sizing: border-box; } - #surveyInvitationSetting, #surveyInvitationSettingServer { min-width: 100% !important; @@ -35024,7 +34981,6 @@ table.invitations_settings p label input[type=password], margin: 10px 0 !important; box-sizing: border-box !important; } - #inv_top_navi { display: flex; flex-direction: column; @@ -35063,7 +35019,6 @@ table.invitations_settings p label input[type=password], #inv_top_navi > #inv_step_nav.yellow .inv_step_space { display: none; } - #inv_recipients_profiles_holder, #inv_import_list_container, #inv_messages_profiles_holder, @@ -35084,7 +35039,6 @@ table.invitations_settings p label input[type=password], #inv_select_mail_preview textarea { width: 100%; } - #inv_msg_preview table th { height: auto !important; width: 100% !important; @@ -35096,7 +35050,6 @@ table.invitations_settings p label input[type=password], width: 100%; box-sizing: border-box; } - .addthis_toolbox { line-height: 24px; } @@ -35111,11 +35064,9 @@ table.invitations_settings p label input[type=password], .addthis_toolbox .addthis_separator { font-size: 16px; } - #inv_field_container ul li { width: 45%; } - /* grafika ko ni podatkov */ div.no_data_alert img { width: 100%; @@ -35127,7 +35078,6 @@ table.invitations_settings p label input[type=password], flex-direction: column; align-items: center; } - .page_data .data_table_top_holder { flex-direction: column; align-items: flex-start; @@ -35198,11 +35148,9 @@ table.invitations_settings p label input[type=password], width: 100%; margin-bottom: 16px; } - body.data_fullscreen #analiza_data { top: 68px; } - .subpage_append .anketa_edit_main, .subpage_merge .anketa_edit_main, .subpage_calculation .anketa_edit_main, @@ -35243,7 +35191,6 @@ table.invitations_settings p label input[type=password], clear: both; margin: 40px 0 0 0 !important; } - .subpage_quick_edit #quick_edit_top_line { flex-direction: column-reverse; } @@ -35263,7 +35210,6 @@ table.invitations_settings p label input[type=password], .subpage_quick_edit .quick_edit_container .quick_edit_bottom_line { justify-content: center; } - .analysis_bottom_settings { flex-wrap: wrap; } @@ -35273,16 +35219,13 @@ table.invitations_settings p label input[type=password], margin: 0 0 16px 0 !important; border: 0; } - .div_analiza_icons, .div_analiza_scale { opacity: 1 !important; } - .analysis_icons_holder { display: none; } - .chart_holder { width: 100%; box-sizing: border-box; @@ -35305,7 +35248,6 @@ table.invitations_settings p label input[type=password], display: block; clear: both; } - table.analysis_reports { border-spacing: 0px; } @@ -35322,14 +35264,12 @@ table.analysis_reports > tbody > tr > td { table.analysis_reports fieldset { margin-bottom: 0 !important; } - .reports_holder { flex-direction: column; } .reports_holder fieldset { width: 100%; } - .noSurvey_sequence { padding: 0; } @@ -35351,13 +35291,11 @@ table.analysis_reports > tbody > tr > td { .noSurvey_sequence .buttons_holder a .button { margin: 10px 30px; } - #table-horizontal-scroll-wrapper1-userchanges { display: table; table-layout: fixed; width: 100%; } - #table-horizontal-scroll-wrapper2-userchanges { display: table-cell; overflow-x: auto; @@ -35368,7 +35306,6 @@ table.analysis_reports > tbody > tr > td { border-collapse: collapse; white-space: nowrap; } - .page_arhivi .anketa_edit_left, .page_tracking .anketa_edit_left, .subpage_anal_arch .anketa_edit_left, From 259c9a82c3020d6394eb3fd53de81fa3468a49af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Mon, 22 Aug 2022 11:37:00 +0200 Subject: [PATCH 26/46] avtomatski vnosi, statistike: styling --- public/css/admin_new.css | 2 ++ resources/sass/admin_new/components/table/table.scss | 2 ++ resources/sass/admin_new/pages/survey_analysis/icons.scss | 1 + 3 files changed, 5 insertions(+) diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 513b38a24..dad529360 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10167,6 +10167,7 @@ div .table-horizontal-scroll-wrapper2 table { #anketa_edit .page_num_fieldset { border: unset; border-top: 1px dashed #E5E5E5; + width: 100%; } .page_num_fieldset { @@ -30020,6 +30021,7 @@ iframe#ifmcontentstoprint { .analysis_icons_holder { background-color: white; border-radius: 2px; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } .analysis_icons_holder .icon_box { margin-left: 16px; diff --git a/resources/sass/admin_new/components/table/table.scss b/resources/sass/admin_new/components/table/table.scss index 139a84854..6a81a0444 100644 --- a/resources/sass/admin_new/components/table/table.scss +++ b/resources/sass/admin_new/components/table/table.scss @@ -110,6 +110,8 @@ div { #anketa_edit .page_num_fieldset{ border: unset; border-top: 1px dashed #E5E5E5; + width: 100%; + } .page_num_fieldset{ diff --git a/resources/sass/admin_new/pages/survey_analysis/icons.scss b/resources/sass/admin_new/pages/survey_analysis/icons.scss index db823f724..048aeb05a 100644 --- a/resources/sass/admin_new/pages/survey_analysis/icons.scss +++ b/resources/sass/admin_new/pages/survey_analysis/icons.scss @@ -44,6 +44,7 @@ background-color: white; border-radius: 2px; + box-shadow: 0px 0px 7px 0px #0000001F; From 53f84784bb7e2490786dc664baa7cc42a62c41cd Mon Sep 17 00:00:00 2001 From: pero1203 Date: Mon, 22 Aug 2022 12:14:53 +0200 Subject: [PATCH 27/46] =?UTF-8?q?Ckeditor=20-=20dodan=20gumb=20"ve=C4=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/survey/script/js-lang.php | 1 + admin/survey/script/script.js | 64 ++++++++++++------- admin/survey/script/vprasanjeInline.js | 8 +++ editors/ckeditor_4_4/config.js | 1 + public/css/admin_new.css | 32 ++++++++++ .../components/ckeditor/ckeditor.scss | 50 ++++++++++++++- 6 files changed, 132 insertions(+), 24 deletions(-) diff --git a/admin/survey/script/js-lang.php b/admin/survey/script/js-lang.php index 82b4b8833..39521d84c 100644 --- a/admin/survey/script/js-lang.php +++ b/admin/survey/script/js-lang.php @@ -205,6 +205,7 @@ lang('for'); lang('alternative_email_delete'); lang('srv_anketa_deleted_restore_confirm'); lang('srv_data_deleted_restore_confirm'); +lang('more2'); //LOKACIJA diff --git a/admin/survey/script/script.js b/admin/survey/script/script.js index bf5f99a2e..492d849fa 100644 --- a/admin/survey/script/script.js +++ b/admin/survey/script/script.js @@ -1504,7 +1504,20 @@ function normalmode_spremenljivka (spremenljivka) { // prikaze editor za ne-spremenljivko (za karkoli druzga pac) function create_editor (id, focus) { - CKEDITOR.replace(id); + editor = CKEDITOR.replace(id); + + // Dodamo gumb vec + editor.addCommand("advanced_editor_show", { + exec: function(edt) { + advanced_editor_show(); + } + }); + + editor.ui.addButton('More', { + label: lang['more2'], + command: 'advanced_editor_show', + name: "More", + }); //namestitev editorja za tekst pri obveščanju if(gup('a') == 'alert' && focus == false){ @@ -1644,35 +1657,40 @@ function remove_editor (id) { // prikaze editor za spremenljivko (definiran mora biti textarea za idjem naslov_$spremenljivka function editor_display (spremenljivka) { - //if (editor_init != true) { - CKEDITOR.replace( 'naslov_'+spremenljivka ); + editor = CKEDITOR.replace( 'naslov_'+spremenljivka ); - //v kolikor je default vrednost potem naredimo selectAll - var def = $('#naslov_'+spremenljivka).attr("default"); - if( def == 1) { - CKEDITOR.instances['naslov_' + spremenljivka].on('focus', function () { - this.execCommand('selectAll'); - }); - } - // editor_init = true; - //} + // Dodamo gumb vec + editor.addCommand("advanced_editor_show", { + exec: function(edt) { + advanced_editor_show(); + } + }); + editor.ui.addButton('More', { + label: lang['more2'], + command: 'advanced_editor_show', + name: "More", + }); + + //v kolikor je default vrednost potem naredimo selectAll + var def = $('#naslov_'+spremenljivka).attr("default"); + if( def == 1) { + CKEDITOR.instances['naslov_' + spremenljivka].on('focus', function () { + this.execCommand('selectAll'); + }); + } } function editor_display_hotspot (vre_id) { - //if (editor_init != true) { - CKEDITOR.replace( 'hotspot_image_'+vre_id, {toolbar: 'HotSpot', width: 300, removePlugins: 'elementspath'}); //izberi config toolbar HotSpot, sirina naj bo 300px, odstrani spodnji tag, kjer po default-u so oznake html (body, p, ipd.) + CKEDITOR.replace( 'hotspot_image_'+vre_id, {toolbar: 'HotSpot', width: 300, removePlugins: 'elementspath'}); //izberi config toolbar HotSpot, sirina naj bo 300px, odstrani spodnji tag, kjer po default-u so oznake html (body, p, ipd.) - //v kolikor je default vrednost potem naredimo selectAll - var def = $('#hotspot_image_'+vre_id).attr("default"); - //if( def == 1) { - CKEDITOR.instances['hotspot_image_' + vre_id].on('focus', function () { - this.execCommand('selectAll'); - }); - //} - // editor_init = true; - //} + //v kolikor je default vrednost potem naredimo selectAll + var def = $('#hotspot_image_'+vre_id).attr("default"); + + CKEDITOR.instances['hotspot_image_' + vre_id].on('focus', function () { + this.execCommand('selectAll'); + }); } // odstrani editor (treba preden se odstrani html) diff --git a/admin/survey/script/vprasanjeInline.js b/admin/survey/script/vprasanjeInline.js index e003274ec..2156e6700 100644 --- a/admin/survey/script/vprasanjeInline.js +++ b/admin/survey/script/vprasanjeInline.js @@ -954,6 +954,14 @@ function inline_load_editor (_this) { } } +// Prikazemo / skrijemo napredne gumbe za editor +function advanced_editor_show(){ + /*$('#cke_43, #cke_47, #cke_51').show(); + $('#cke_41').hide();*/ + $('.cke_toolbar:nth-child(10)').hide(); + $('.cke_toolbar:nth-child(12), .cke_toolbar:nth-child(13), .cke_toolbar:nth-child(14)').show(); +} + function inline_load_editor_hotspot (_this, vre_id) { $(_this).css('display', 'none'); diff --git a/editors/ckeditor_4_4/config.js b/editors/ckeditor_4_4/config.js index e52959251..d692004d4 100644 --- a/editors/ckeditor_4_4/config.js +++ b/editors/ckeditor_4_4/config.js @@ -33,6 +33,7 @@ CKEDITOR.editorConfig = function (config) { {name: 'align', items: ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']}, {name: 'list', items: ['NumberedList', 'BulletedList']}, {name: 'links', items: ['Link', 'Unlink', 'Image']}, + {name: 'more', items: ['More']}, '/', {name: 'other', items: ['Scayt', 'Strike', 'SpecialChar']}, {name: 'vec', items:['Styles', 'Format', 'Outdent', 'Indent', 'HorizontalRule']}, diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 579ada81f..2a8f25b4c 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10482,6 +10482,38 @@ div.button_holder.editor_button_holder { border-bottom: 0 !important; } +.cke_toolbox span:nth-child(10) .cke_button_icon { + display: none; +} +.cke_toolbox span:nth-child(10) .cke_button_label { + display: inline; + padding-left: 0; +} + +.cke_toolbox span:nth-child(12), +.cke_toolbox span:nth-child(13), +.cke_toolbox span:nth-child(14) { + display: none; +} + +/* +#cke_43, +#cke_47, +#cke_51{ + display: none; +} + +// Gumb vec +#cke_42{ + + .cke_button_icon{ + display: none; + } + .cke_button_label{ + display: inline; + padding-left: 0; + } +}*/ /* Specific pages scss */ diff --git a/resources/sass/admin_new/components/ckeditor/ckeditor.scss b/resources/sass/admin_new/components/ckeditor/ckeditor.scss index 4fb4530c9..f1731f781 100644 --- a/resources/sass/admin_new/components/ckeditor/ckeditor.scss +++ b/resources/sass/admin_new/components/ckeditor/ckeditor.scss @@ -26,4 +26,52 @@ div.button_holder.editor_button_holder{ .cke_dialog table tr td, .cke_dialog table tr th{ border-bottom: 0 !important; -} \ No newline at end of file +} + + +.cke_toolbox span:nth-child(1), +.cke_toolbox span:nth-child(2), +.cke_toolbox span:nth-child(3), +.cke_toolbox span:nth-child(4), +.cke_toolbox span:nth-child(5), +.cke_toolbox span:nth-child(6), +.cke_toolbox span:nth-child(7), +.cke_toolbox span:nth-child(8), +.cke_toolbox span:nth-child(9){ + +} +.cke_toolbox span:nth-child(10){ + .cke_button_icon{ + display: none; + } + .cke_button_label{ + display: inline; + padding-left: 0; + } +} +//.cke_toolbox span:nth-child(11), +.cke_toolbox span:nth-child(12), +.cke_toolbox span:nth-child(13), +.cke_toolbox span:nth-child(14){ + display: none; +} + +/* +#cke_43, +#cke_47, +#cke_51{ + display: none; +} + +// Gumb vec +#cke_42{ + + .cke_button_icon{ + display: none; + } + .cke_button_label{ + display: inline; + padding-left: 0; + } +}*/ + From 8178226e4e3fc1dc10dfa88a4a1341ea038ab553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Mon, 22 Aug 2022 12:50:28 +0200 Subject: [PATCH 28/46] avtomatski vnosi: styling --- public/css/admin_new.css | 6 +++--- resources/sass/admin_new/components/table/table.scss | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/css/admin_new.css b/public/css/admin_new.css index dad529360..210cd61e3 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10167,7 +10167,7 @@ div .table-horizontal-scroll-wrapper2 table { #anketa_edit .page_num_fieldset { border: unset; border-top: 1px dashed #E5E5E5; - width: 100%; + padding: 0px; } .page_num_fieldset { @@ -10193,11 +10193,11 @@ div .table-horizontal-scroll-wrapper2 table { } .table_header tr td:first-of-type { width: 40%; - padding-left: 48px; + padding-left: 16px; } .table_header tr td:last-of-type { width: 60%; - padding-left: 25px; + padding-left: 16px; } .avt_vnosi_table td:first-of-type { diff --git a/resources/sass/admin_new/components/table/table.scss b/resources/sass/admin_new/components/table/table.scss index 6a81a0444..009370b3e 100644 --- a/resources/sass/admin_new/components/table/table.scss +++ b/resources/sass/admin_new/components/table/table.scss @@ -110,7 +110,7 @@ div { #anketa_edit .page_num_fieldset{ border: unset; border-top: 1px dashed #E5E5E5; - width: 100%; + padding: 0px; } @@ -142,11 +142,11 @@ div { td:first-of-type { width: 40%; - padding-left: 48px; + padding-left: 16px; } td:last-of-type { width: 60%; - padding-left: 25px; + padding-left: 16px; } } } From ecee3790f45b179cccb57b092dac666b1c6487de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Mon, 22 Aug 2022 13:14:23 +0200 Subject: [PATCH 29/46] statistike: opisne,frekvence settings popup popravki --- .../surveyAnalysis/class.SurveyAnalysis.php | 8 +- public/css/admin_new.css | 2996 ++++++++--------- .../pages/survey_analysis/icons.scss | 12 +- 3 files changed, 1485 insertions(+), 1531 deletions(-) diff --git a/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php b/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php index bfcad9b2d..a8a336013 100644 --- a/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php +++ b/admin/survey/classes/surveyAnalysis/class.SurveyAnalysis.php @@ -607,6 +607,7 @@ class SurveyAnalysis { } + echo ''; echo '
'; echo ''; @@ -818,7 +819,8 @@ class SurveyAnalysis { echo ''; $link = $this->getUrl($spr_id, $vre_id); echo ''; + echo ''; } //Gesla From ecaabf3c0ca1ccfc17c571a9535e447cae6389f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Thu, 25 Aug 2022 11:04:02 +0200 Subject: [PATCH 34/46] =?UTF-8?q?GDPR=20-->=20seznam=20anket:=20prika?= =?UTF-8?q?=C5=BEi/skrij=20ankete=20ob=20kliku=20na=20box?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/survey/classes/class.GDPR.php | 12 +- admin/survey/script/GDPR_seznam_anket.js | 42 + public/css/admin_new.css | 2988 ++++++++--------- .../components/form/seznam_anket.scss | 1 + 4 files changed, 1512 insertions(+), 1531 deletions(-) diff --git a/admin/survey/classes/class.GDPR.php b/admin/survey/classes/class.GDPR.php index 5a6bc9db4..a74ec0090 100644 --- a/admin/survey/classes/class.GDPR.php +++ b/admin/survey/classes/class.GDPR.php @@ -64,10 +64,10 @@ class GDPR{ echo '
'; - echo '
'; + echo '
'; echo '
'; - echo ''; + echo ''; echo '
GDPR ANKETE
'; echo '
'; @@ -83,10 +83,10 @@ class GDPR{ echo '
'; - echo '
'; + echo '
'; echo '
'; - echo ''; + echo ''; echo '
POTENCIALNO GDPR ANKETE
'; echo '
'; @@ -102,10 +102,10 @@ class GDPR{ echo '
'; - echo '
'; + echo '
'; echo '
'; - echo ''; + echo ''; echo '
NE-GDPR ANKETE
'; echo '
'; diff --git a/admin/survey/script/GDPR_seznam_anket.js b/admin/survey/script/GDPR_seznam_anket.js index 5be2c2916..4f39f6b1f 100644 --- a/admin/survey/script/GDPR_seznam_anket.js +++ b/admin/survey/script/GDPR_seznam_anket.js @@ -147,7 +147,49 @@ function test_function() { } } +function gdpr_ankete(){ + var check_gdpr_ankete = document.getElementById('gdpr_ankete_check'); + + //GDOR ANKETE + if (check_gdpr_ankete.checked){ + check_gdpr_ankete.checked = false; + test_function(); + } + else { + check_gdpr_ankete.checked = true; + test_function(); + } +} +function potenc_gdpr_ankete(){ + + var check_potenc_gdpr = document.getElementById('potenc_gdpr_ankete_check'); + + //POTENCGDOR ANKETE + if (check_potenc_gdpr.checked){ + check_potenc_gdpr.checked = false; + test_function(); + } + else { + check_potenc_gdpr.checked = true; + test_function(); + } +} + +function ne_gdpr_ankete(){ + + var check_negdpr_ankete = document.getElementById('ne_gdpr_ankete'); + + //NE GDPR ANKETE + if (check_negdpr_ankete.checked){ + check_negdpr_ankete.checked = false; + test_function(); + } + else { + check_negdpr_ankete.checked = true; + test_function(); + } +} function teme_options(){ var toggle = document.getElementsByClassName('buttons-window'); diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 6e6adbaa5..f7d5bc250 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -214,4767 +214,4767 @@ /* 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: ""; + content: "\f26e"; } .fa-accessible-icon:before { - content: ""; + content: "\f368"; } .fa-accusoft:before { - content: ""; + content: "\f369"; } .fa-ad:before { - content: ""; + content: "\f641"; } .fa-address-book:before { - content: ""; + content: "\f2b9"; } .fa-address-card:before { - content: ""; + content: "\f2bb"; } .fa-adjust:before { - content: ""; + content: "\f042"; } .fa-adn:before { - content: ""; + content: "\f170"; } .fa-adversal:before { - content: ""; + content: "\f36a"; } .fa-affiliatetheme:before { - content: ""; + content: "\f36b"; } .fa-air-freshener:before { - content: ""; + content: "\f5d0"; } .fa-algolia:before { - content: ""; + content: "\f36c"; } .fa-align-center:before { - content: ""; + content: "\f037"; } .fa-align-justify:before { - content: ""; + content: "\f039"; } .fa-align-left:before { - content: ""; + content: "\f036"; } .fa-align-right:before { - content: ""; + content: "\f038"; } .fa-alipay:before { - content: ""; + content: "\f642"; } .fa-allergies:before { - content: ""; + content: "\f461"; } .fa-amazon:before { - content: ""; + content: "\f270"; } .fa-amazon-pay:before { - content: ""; + content: "\f42c"; } .fa-ambulance:before { - content: ""; + content: "\f0f9"; } .fa-american-sign-language-interpreting:before { - content: ""; + content: "\f2a3"; } .fa-amilia:before { - content: ""; + content: "\f36d"; } .fa-anchor:before { - content: ""; + content: "\f13d"; } .fa-android:before { - content: ""; + content: "\f17b"; } .fa-angellist:before { - content: ""; + content: "\f209"; } .fa-angle-double-down:before { - content: ""; + content: "\f103"; } .fa-angle-double-left:before { - content: ""; + content: "\f100"; } .fa-angle-double-right:before { - content: ""; + content: "\f101"; } .fa-angle-double-up:before { - content: ""; + content: "\f102"; } .fa-angle-down:before { - content: ""; + content: "\f107"; } .fa-angle-left:before { - content: ""; + content: "\f104"; } .fa-angle-right:before { - content: ""; + content: "\f105"; } .fa-angle-up:before { - content: ""; + content: "\f106"; } .fa-angry:before { - content: ""; + content: "\f556"; } .fa-angrycreative:before { - content: ""; + content: "\f36e"; } .fa-angular:before { - content: ""; + content: "\f420"; } .fa-ankh:before { - content: ""; + content: "\f644"; } .fa-app-store:before { - content: ""; + content: "\f36f"; } .fa-app-store-ios:before { - content: ""; + content: "\f370"; } .fa-apper:before { - content: ""; + content: "\f371"; } .fa-apple:before { - content: ""; + content: "\f179"; } .fa-apple-alt:before { - content: ""; + content: "\f5d1"; } .fa-apple-pay:before { - content: ""; + content: "\f415"; } .fa-archive:before { - content: ""; + content: "\f187"; } .fa-archway:before { - content: ""; + content: "\f557"; } .fa-arrow-alt-circle-down:before { - content: ""; + content: "\f358"; } .fa-arrow-alt-circle-left:before { - content: ""; + content: "\f359"; } .fa-arrow-alt-circle-right:before { - content: ""; + content: "\f35a"; } .fa-arrow-alt-circle-up:before { - content: ""; + content: "\f35b"; } .fa-arrow-circle-down:before { - content: ""; + content: "\f0ab"; } .fa-arrow-circle-left:before { - content: ""; + content: "\f0a8"; } .fa-arrow-circle-right:before { - content: ""; + content: "\f0a9"; } .fa-arrow-circle-up:before { - content: ""; + content: "\f0aa"; } .fa-arrow-down:before { - content: ""; + content: "\f063"; } .fa-arrow-left:before { - content: ""; + content: "\f060"; } .fa-arrow-right:before { - content: ""; + content: "\f061"; } .fa-arrow-up:before { - content: ""; + content: "\f062"; } .fa-arrows-alt:before { - content: ""; + content: "\f0b2"; } .fa-arrows-alt-h:before { - content: ""; + content: "\f337"; } .fa-arrows-alt-v:before { - content: ""; + content: "\f338"; } .fa-assistive-listening-systems:before { - content: ""; + content: "\f2a2"; } .fa-asterisk:before { - content: ""; + content: "\f069"; } .fa-asymmetrik:before { - content: ""; + content: "\f372"; } .fa-at:before { - content: ""; + content: "\f1fa"; } .fa-atlas:before { - content: ""; + content: "\f558"; } .fa-atom:before { - content: ""; + content: "\f5d2"; } .fa-audible:before { - content: ""; + content: "\f373"; } .fa-audio-description:before { - content: ""; + content: "\f29e"; } .fa-autoprefixer:before { - content: ""; + content: "\f41c"; } .fa-avianex:before { - content: ""; + content: "\f374"; } .fa-aviato:before { - content: ""; + content: "\f421"; } .fa-award:before { - content: ""; + content: "\f559"; } .fa-aws:before { - content: ""; + content: "\f375"; } .fa-backspace:before { - content: ""; + content: "\f55a"; } .fa-backward:before { - content: ""; + content: "\f04a"; } .fa-balance-scale:before { - content: ""; + content: "\f24e"; } .fa-ban:before { - content: ""; + content: "\f05e"; } .fa-band-aid:before { - content: ""; + content: "\f462"; } .fa-bandcamp:before { - content: ""; + content: "\f2d5"; } .fa-barcode:before { - content: ""; + content: "\f02a"; } .fa-bars:before { - content: ""; + content: "\f0c9"; } .fa-baseball-ball:before { - content: ""; + content: "\f433"; } .fa-basketball-ball:before { - content: ""; + content: "\f434"; } .fa-bath:before { - content: ""; + content: "\f2cd"; } .fa-battery-empty:before { - content: ""; + content: "\f244"; } .fa-battery-full:before { - content: ""; + content: "\f240"; } .fa-battery-half:before { - content: ""; + content: "\f242"; } .fa-battery-quarter:before { - content: ""; + content: "\f243"; } .fa-battery-three-quarters:before { - content: ""; + content: "\f241"; } .fa-bed:before { - content: ""; + content: "\f236"; } .fa-beer:before { - content: ""; + content: "\f0fc"; } .fa-behance:before { - content: ""; + content: "\f1b4"; } .fa-behance-square:before { - content: ""; + content: "\f1b5"; } .fa-bell:before { - content: ""; + content: "\f0f3"; } .fa-bell-slash:before { - content: ""; + content: "\f1f6"; } .fa-bezier-curve:before { - content: ""; + content: "\f55b"; } .fa-bible:before { - content: ""; + content: "\f647"; } .fa-bicycle:before { - content: ""; + content: "\f206"; } .fa-bimobject:before { - content: ""; + content: "\f378"; } .fa-binoculars:before { - content: ""; + content: "\f1e5"; } .fa-birthday-cake:before { - content: ""; + content: "\f1fd"; } .fa-bitbucket:before { - content: ""; + content: "\f171"; } .fa-bitcoin:before { - content: ""; + content: "\f379"; } .fa-bity:before { - content: ""; + content: "\f37a"; } .fa-black-tie:before { - content: ""; + content: "\f27e"; } .fa-blackberry:before { - content: ""; + content: "\f37b"; } .fa-blender:before { - content: ""; + content: "\f517"; } .fa-blind:before { - content: ""; + content: "\f29d"; } .fa-blogger:before { - content: ""; + content: "\f37c"; } .fa-blogger-b:before { - content: ""; + content: "\f37d"; } .fa-bluetooth:before { - content: ""; + content: "\f293"; } .fa-bluetooth-b:before { - content: ""; + content: "\f294"; } .fa-bold:before { - content: ""; + content: "\f032"; } .fa-bolt:before { - content: ""; + content: "\f0e7"; } .fa-bomb:before { - content: ""; + content: "\f1e2"; } .fa-bone:before { - content: ""; + content: "\f5d7"; } .fa-bong:before { - content: ""; + content: "\f55c"; } .fa-book:before { - content: ""; + content: "\f02d"; } .fa-book-open:before { - content: ""; + content: "\f518"; } .fa-book-reader:before { - content: ""; + content: "\f5da"; } .fa-bookmark:before { - content: ""; + content: "\f02e"; } .fa-bowling-ball:before { - content: ""; + content: "\f436"; } .fa-box:before { - content: ""; + content: "\f466"; } .fa-box-open:before { - content: ""; + content: "\f49e"; } .fa-boxes:before { - content: ""; + content: "\f468"; } .fa-braille:before { - content: ""; + content: "\f2a1"; } .fa-brain:before { - content: ""; + content: "\f5dc"; } .fa-briefcase:before { - content: ""; + content: "\f0b1"; } .fa-briefcase-medical:before { - content: ""; + content: "\f469"; } .fa-broadcast-tower:before { - content: ""; + content: "\f519"; } .fa-broom:before { - content: ""; + content: "\f51a"; } .fa-brush:before { - content: ""; + content: "\f55d"; } .fa-btc:before { - content: ""; + content: "\f15a"; } .fa-bug:before { - content: ""; + content: "\f188"; } .fa-building:before { - content: ""; + content: "\f1ad"; } .fa-bullhorn:before { - content: ""; + content: "\f0a1"; } .fa-bullseye:before { - content: ""; + content: "\f140"; } .fa-burn:before { - content: ""; + content: "\f46a"; } .fa-buromobelexperte:before { - content: ""; + content: "\f37f"; } .fa-bus:before { - content: ""; + content: "\f207"; } .fa-bus-alt:before { - content: ""; + content: "\f55e"; } .fa-business-time:before { - content: ""; + content: "\f64a"; } .fa-buysellads:before { - content: ""; + content: "\f20d"; } .fa-calculator:before { - content: ""; + content: "\f1ec"; } .fa-calendar:before { - content: ""; + content: "\f133"; } .fa-calendar-alt:before { - content: ""; + content: "\f073"; } .fa-calendar-check:before { - content: ""; + content: "\f274"; } .fa-calendar-minus:before { - content: ""; + content: "\f272"; } .fa-calendar-plus:before { - content: ""; + content: "\f271"; } .fa-calendar-times:before { - content: ""; + content: "\f273"; } .fa-camera:before { - content: ""; + content: "\f030"; } .fa-camera-retro:before { - content: ""; + content: "\f083"; } .fa-cannabis:before { - content: ""; + content: "\f55f"; } .fa-capsules:before { - content: ""; + content: "\f46b"; } .fa-car:before { - content: ""; + content: "\f1b9"; } .fa-car-alt:before { - content: ""; + content: "\f5de"; } .fa-car-battery:before { - content: ""; + content: "\f5df"; } .fa-car-crash:before { - content: ""; + content: "\f5e1"; } .fa-car-side:before { - content: ""; + content: "\f5e4"; } .fa-caret-down:before { - content: ""; + content: "\f0d7"; } .fa-caret-left:before { - content: ""; + content: "\f0d9"; } .fa-caret-right:before { - content: ""; + content: "\f0da"; } .fa-caret-square-down:before { - content: ""; + content: "\f150"; } .fa-caret-square-left:before { - content: ""; + content: "\f191"; } .fa-caret-square-right:before { - content: ""; + content: "\f152"; } .fa-caret-square-up:before { - content: ""; + content: "\f151"; } .fa-caret-up:before { - content: ""; + content: "\f0d8"; } .fa-cart-arrow-down:before { - content: ""; + content: "\f218"; } .fa-cart-plus:before { - content: ""; + content: "\f217"; } .fa-cc-amazon-pay:before { - content: ""; + content: "\f42d"; } .fa-cc-amex:before { - content: ""; + content: "\f1f3"; } .fa-cc-apple-pay:before { - content: ""; + content: "\f416"; } .fa-cc-diners-club:before { - content: ""; + content: "\f24c"; } .fa-cc-discover:before { - content: ""; + content: "\f1f2"; } .fa-cc-jcb:before { - content: ""; + content: "\f24b"; } .fa-cc-mastercard:before { - content: ""; + content: "\f1f1"; } .fa-cc-paypal:before { - content: ""; + content: "\f1f4"; } .fa-cc-stripe:before { - content: ""; + content: "\f1f5"; } .fa-cc-visa:before { - content: ""; + content: "\f1f0"; } .fa-centercode:before { - content: ""; + content: "\f380"; } .fa-certificate:before { - content: ""; + content: "\f0a3"; } .fa-chalkboard:before { - content: ""; + content: "\f51b"; } .fa-chalkboard-teacher:before { - content: ""; + content: "\f51c"; } .fa-charging-station:before { - content: ""; + content: "\f5e7"; } .fa-chart-area:before { - content: ""; + content: "\f1fe"; } .fa-chart-bar:before { - content: ""; + content: "\f080"; } .fa-chart-line:before { - content: ""; + content: "\f201"; } .fa-chart-pie:before { - content: ""; + content: "\f200"; } .fa-check:before { - content: ""; + content: "\f00c"; } .fa-check-circle:before { - content: ""; + content: "\f058"; } .fa-check-double:before { - content: ""; + content: "\f560"; } .fa-check-square:before { - content: ""; + content: "\f14a"; } .fa-chess:before { - content: ""; + content: "\f439"; } .fa-chess-bishop:before { - content: ""; + content: "\f43a"; } .fa-chess-board:before { - content: ""; + content: "\f43c"; } .fa-chess-king:before { - content: ""; + content: "\f43f"; } .fa-chess-knight:before { - content: ""; + content: "\f441"; } .fa-chess-pawn:before { - content: ""; + content: "\f443"; } .fa-chess-queen:before { - content: ""; + content: "\f445"; } .fa-chess-rook:before { - content: ""; + content: "\f447"; } .fa-chevron-circle-down:before { - content: ""; + content: "\f13a"; } .fa-chevron-circle-left:before { - content: ""; + content: "\f137"; } .fa-chevron-circle-right:before { - content: ""; + content: "\f138"; } .fa-chevron-circle-up:before { - content: ""; + content: "\f139"; } .fa-chevron-down:before { - content: ""; + content: "\f078"; } .fa-chevron-left:before { - content: ""; + content: "\f053"; } .fa-chevron-right:before { - content: ""; + content: "\f054"; } .fa-chevron-up:before { - content: ""; + content: "\f077"; } .fa-child:before { - content: ""; + content: "\f1ae"; } .fa-chrome:before { - content: ""; + content: "\f268"; } .fa-church:before { - content: ""; + content: "\f51d"; } .fa-circle:before { - content: ""; + content: "\f111"; } .fa-circle-notch:before { - content: ""; + content: "\f1ce"; } .fa-city:before { - content: ""; + content: "\f64f"; } .fa-clipboard:before { - content: ""; + content: "\f328"; } .fa-clipboard-check:before { - content: ""; + content: "\f46c"; } .fa-clipboard-list:before { - content: ""; + content: "\f46d"; } .fa-clock:before { - content: ""; + content: "\f017"; } .fa-clone:before { - content: ""; + content: "\f24d"; } .fa-closed-captioning:before { - content: ""; + content: "\f20a"; } .fa-cloud:before { - content: ""; + content: "\f0c2"; } .fa-cloud-download-alt:before { - content: ""; + content: "\f381"; } .fa-cloud-upload-alt:before { - content: ""; + content: "\f382"; } .fa-cloudscale:before { - content: ""; + content: "\f383"; } .fa-cloudsmith:before { - content: ""; + content: "\f384"; } .fa-cloudversify:before { - content: ""; + content: "\f385"; } .fa-cocktail:before { - content: ""; + content: "\f561"; } .fa-code:before { - content: ""; + content: "\f121"; } .fa-code-branch:before { - content: ""; + content: "\f126"; } .fa-codepen:before { - content: ""; + content: "\f1cb"; } .fa-codiepie:before { - content: ""; + content: "\f284"; } .fa-coffee:before { - content: ""; + content: "\f0f4"; } .fa-cog:before { - content: ""; + content: "\f013"; } .fa-cogs:before { - content: ""; + content: "\f085"; } .fa-coins:before { - content: ""; + content: "\f51e"; } .fa-columns:before { - content: ""; + content: "\f0db"; } .fa-comment:before { - content: ""; + content: "\f075"; } .fa-comment-alt:before { - content: ""; + content: "\f27a"; } .fa-comment-dollar:before { - content: ""; + content: "\f651"; } .fa-comment-dots:before { - content: ""; + content: "\f4ad"; } .fa-comment-slash:before { - content: ""; + content: "\f4b3"; } .fa-comments:before { - content: ""; + content: "\f086"; } .fa-comments-dollar:before { - content: ""; + content: "\f653"; } .fa-compact-disc:before { - content: ""; + content: "\f51f"; } .fa-compass:before { - content: ""; + content: "\f14e"; } .fa-compress:before { - content: ""; + content: "\f066"; } .fa-concierge-bell:before { - content: ""; + content: "\f562"; } .fa-connectdevelop:before { - content: ""; + content: "\f20e"; } .fa-contao:before { - content: ""; + content: "\f26d"; } .fa-cookie:before { - content: ""; + content: "\f563"; } .fa-cookie-bite:before { - content: ""; + content: "\f564"; } .fa-copy:before { - content: ""; + content: "\f0c5"; } .fa-copyright:before { - content: ""; + content: "\f1f9"; } .fa-couch:before { - content: ""; + content: "\f4b8"; } .fa-cpanel:before { - content: ""; + content: "\f388"; } .fa-creative-commons:before { - content: ""; + content: "\f25e"; } .fa-creative-commons-by:before { - content: ""; + content: "\f4e7"; } .fa-creative-commons-nc:before { - content: ""; + content: "\f4e8"; } .fa-creative-commons-nc-eu:before { - content: ""; + content: "\f4e9"; } .fa-creative-commons-nc-jp:before { - content: ""; + content: "\f4ea"; } .fa-creative-commons-nd:before { - content: ""; + content: "\f4eb"; } .fa-creative-commons-pd:before { - content: ""; + content: "\f4ec"; } .fa-creative-commons-pd-alt:before { - content: ""; + content: "\f4ed"; } .fa-creative-commons-remix:before { - content: ""; + content: "\f4ee"; } .fa-creative-commons-sa:before { - content: ""; + content: "\f4ef"; } .fa-creative-commons-sampling:before { - content: ""; + content: "\f4f0"; } .fa-creative-commons-sampling-plus:before { - content: ""; + content: "\f4f1"; } .fa-creative-commons-share:before { - content: ""; + content: "\f4f2"; } .fa-credit-card:before { - content: ""; + content: "\f09d"; } .fa-crop:before { - content: ""; + content: "\f125"; } .fa-crop-alt:before { - content: ""; + content: "\f565"; } .fa-cross:before { - content: ""; + content: "\f654"; } .fa-crosshairs:before { - content: ""; + content: "\f05b"; } .fa-crow:before { - content: ""; + content: "\f520"; } .fa-crown:before { - content: ""; + content: "\f521"; } .fa-css3:before { - content: ""; + content: "\f13c"; } .fa-css3-alt:before { - content: ""; + content: "\f38b"; } .fa-cube:before { - content: ""; + content: "\f1b2"; } .fa-cubes:before { - content: ""; + content: "\f1b3"; } .fa-cut:before { - content: ""; + content: "\f0c4"; } .fa-cuttlefish:before { - content: ""; + content: "\f38c"; } .fa-d-and-d:before { - content: ""; + content: "\f38d"; } .fa-dashcube:before { - content: ""; + content: "\f210"; } .fa-database:before { - content: ""; + content: "\f1c0"; } .fa-deaf:before { - content: ""; + content: "\f2a4"; } .fa-delicious:before { - content: ""; + content: "\f1a5"; } .fa-deploydog:before { - content: ""; + content: "\f38e"; } .fa-deskpro:before { - content: ""; + content: "\f38f"; } .fa-desktop:before { - content: ""; + content: "\f108"; } .fa-deviantart:before { - content: ""; + content: "\f1bd"; } .fa-dharmachakra:before { - content: ""; + content: "\f655"; } .fa-diagnoses:before { - content: ""; + content: "\f470"; } .fa-dice:before { - content: ""; + content: "\f522"; } .fa-dice-five:before { - content: ""; + content: "\f523"; } .fa-dice-four:before { - content: ""; + content: "\f524"; } .fa-dice-one:before { - content: ""; + content: "\f525"; } .fa-dice-six:before { - content: ""; + content: "\f526"; } .fa-dice-three:before { - content: ""; + content: "\f527"; } .fa-dice-two:before { - content: ""; + content: "\f528"; } .fa-digg:before { - content: ""; + content: "\f1a6"; } .fa-digital-ocean:before { - content: ""; + content: "\f391"; } .fa-digital-tachograph:before { - content: ""; + content: "\f566"; } .fa-directions:before { - content: ""; + content: "\f5eb"; } .fa-discord:before { - content: ""; + content: "\f392"; } .fa-discourse:before { - content: ""; + content: "\f393"; } .fa-divide:before { - content: ""; + content: "\f529"; } .fa-dizzy:before { - content: ""; + content: "\f567"; } .fa-dna:before { - content: ""; + content: "\f471"; } .fa-dochub:before { - content: ""; + content: "\f394"; } .fa-docker:before { - content: ""; + content: "\f395"; } .fa-dollar-sign:before { - content: ""; + content: "\f155"; } .fa-dolly:before { - content: ""; + content: "\f472"; } .fa-dolly-flatbed:before { - content: ""; + content: "\f474"; } .fa-donate:before { - content: ""; + content: "\f4b9"; } .fa-door-closed:before { - content: ""; + content: "\f52a"; } .fa-door-open:before { - content: ""; + content: "\f52b"; } .fa-dot-circle:before { - content: ""; + content: "\f192"; } .fa-dove:before { - content: ""; + content: "\f4ba"; } .fa-download:before { - content: ""; + content: "\f019"; } .fa-draft2digital:before { - content: ""; + content: "\f396"; } .fa-drafting-compass:before { - content: ""; + content: "\f568"; } .fa-draw-polygon:before { - content: ""; + content: "\f5ee"; } .fa-dribbble:before { - content: ""; + content: "\f17d"; } .fa-dribbble-square:before { - content: ""; + content: "\f397"; } .fa-dropbox:before { - content: ""; + content: "\f16b"; } .fa-drum:before { - content: ""; + content: "\f569"; } .fa-drum-steelpan:before { - content: ""; + content: "\f56a"; } .fa-drupal:before { - content: ""; + content: "\f1a9"; } .fa-dumbbell:before { - content: ""; + content: "\f44b"; } .fa-dyalog:before { - content: ""; + content: "\f399"; } .fa-earlybirds:before { - content: ""; + content: "\f39a"; } .fa-ebay:before { - content: ""; + content: "\f4f4"; } .fa-edge:before { - content: ""; + content: "\f282"; } .fa-edit:before { - content: ""; + content: "\f044"; } .fa-eject:before { - content: ""; + content: "\f052"; } .fa-elementor:before { - content: ""; + content: "\f430"; } .fa-ellipsis-h:before { - content: ""; + content: "\f141"; } .fa-ellipsis-v:before { - content: ""; + content: "\f142"; } .fa-ello:before { - content: ""; + content: "\f5f1"; } .fa-ember:before { - content: ""; + content: "\f423"; } .fa-empire:before { - content: ""; + content: "\f1d1"; } .fa-envelope:before { - content: ""; + content: "\f0e0"; } .fa-envelope-open:before { - content: ""; + content: "\f2b6"; } .fa-envelope-open-text:before { - content: ""; + content: "\f658"; } .fa-envelope-square:before { - content: ""; + content: "\f199"; } .fa-envira:before { - content: ""; + content: "\f299"; } .fa-equals:before { - content: ""; + content: "\f52c"; } .fa-eraser:before { - content: ""; + content: "\f12d"; } .fa-erlang:before { - content: ""; + content: "\f39d"; } .fa-ethereum:before { - content: ""; + content: "\f42e"; } .fa-etsy:before { - content: ""; + content: "\f2d7"; } .fa-euro-sign:before { - content: ""; + content: "\f153"; } .fa-exchange-alt:before { - content: ""; + content: "\f362"; } .fa-exclamation:before { - content: ""; + content: "\f12a"; } .fa-exclamation-circle:before { - content: ""; + content: "\f06a"; } .fa-exclamation-triangle:before { - content: ""; + content: "\f071"; } .fa-expand:before { - content: ""; + content: "\f065"; } .fa-expand-arrows-alt:before { - content: ""; + content: "\f31e"; } .fa-expeditedssl:before { - content: ""; + content: "\f23e"; } .fa-external-link-alt:before { - content: ""; + content: "\f35d"; } .fa-external-link-square-alt:before { - content: ""; + content: "\f360"; } .fa-eye:before { - content: ""; + content: "\f06e"; } .fa-eye-dropper:before { - content: ""; + content: "\f1fb"; } .fa-eye-slash:before { - content: ""; + content: "\f070"; } .fa-facebook:before { - content: ""; + content: "\f09a"; } .fa-facebook-f:before { - content: ""; + content: "\f39e"; } .fa-facebook-messenger:before { - content: ""; + content: "\f39f"; } .fa-facebook-square:before { - content: ""; + content: "\f082"; } .fa-fast-backward:before { - content: ""; + content: "\f049"; } .fa-fast-forward:before { - content: ""; + content: "\f050"; } .fa-fax:before { - content: ""; + content: "\f1ac"; } .fa-feather:before { - content: ""; + content: "\f52d"; } .fa-feather-alt:before { - content: ""; + content: "\f56b"; } .fa-female:before { - content: ""; + content: "\f182"; } .fa-fighter-jet:before { - content: ""; + content: "\f0fb"; } .fa-file:before { - content: ""; + content: "\f15b"; } .fa-file-alt:before { - content: ""; + content: "\f15c"; } .fa-file-archive:before { - content: ""; + content: "\f1c6"; } .fa-file-audio:before { - content: ""; + content: "\f1c7"; } .fa-file-code:before { - content: ""; + content: "\f1c9"; } .fa-file-contract:before { - content: ""; + content: "\f56c"; } .fa-file-download:before { - content: ""; + content: "\f56d"; } .fa-file-excel:before { - content: ""; + content: "\f1c3"; } .fa-file-export:before { - content: ""; + content: "\f56e"; } .fa-file-image:before { - content: ""; + content: "\f1c5"; } .fa-file-import:before { - content: ""; + content: "\f56f"; } .fa-file-invoice:before { - content: ""; + content: "\f570"; } .fa-file-invoice-dollar:before { - content: ""; + content: "\f571"; } .fa-file-medical:before { - content: ""; + content: "\f477"; } .fa-file-medical-alt:before { - content: ""; + content: "\f478"; } .fa-file-pdf:before { - content: ""; + content: "\f1c1"; } .fa-file-powerpoint:before { - content: ""; + content: "\f1c4"; } .fa-file-prescription:before { - content: ""; + content: "\f572"; } .fa-file-signature:before { - content: ""; + content: "\f573"; } .fa-file-upload:before { - content: ""; + content: "\f574"; } .fa-file-video:before { - content: ""; + content: "\f1c8"; } .fa-file-word:before { - content: ""; + content: "\f1c2"; } .fa-fill:before { - content: ""; + content: "\f575"; } .fa-fill-drip:before { - content: ""; + content: "\f576"; } .fa-film:before { - content: ""; + content: "\f008"; } .fa-filter:before { - content: ""; + content: "\f0b0"; } .fa-fingerprint:before { - content: ""; + content: "\f577"; } .fa-fire:before { - content: ""; + content: "\f06d"; } .fa-fire-extinguisher:before { - content: ""; + content: "\f134"; } .fa-firefox:before { - content: ""; + content: "\f269"; } .fa-first-aid:before { - content: ""; + content: "\f479"; } .fa-first-order:before { - content: ""; + content: "\f2b0"; } .fa-first-order-alt:before { - content: ""; + content: "\f50a"; } .fa-firstdraft:before { - content: ""; + content: "\f3a1"; } .fa-fish:before { - content: ""; + content: "\f578"; } .fa-flag:before { - content: ""; + content: "\f024"; } .fa-flag-checkered:before { - content: ""; + content: "\f11e"; } .fa-flask:before { - content: ""; + content: "\f0c3"; } .fa-flickr:before { - content: ""; + content: "\f16e"; } .fa-flipboard:before { - content: ""; + content: "\f44d"; } .fa-flushed:before { - content: ""; + content: "\f579"; } .fa-fly:before { - content: ""; + content: "\f417"; } .fa-folder:before { - content: ""; + content: "\f07b"; } .fa-folder-minus:before { - content: ""; + content: "\f65d"; } .fa-folder-open:before { - content: ""; + content: "\f07c"; } .fa-folder-plus:before { - content: ""; + content: "\f65e"; } .fa-font:before { - content: ""; + content: "\f031"; } .fa-font-awesome:before { - content: ""; + content: "\f2b4"; } .fa-font-awesome-alt:before { - content: ""; + content: "\f35c"; } .fa-font-awesome-flag:before { - content: ""; + content: "\f425"; } .fa-font-awesome-logo-full:before { - content: ""; + content: "\f4e6"; } .fa-fonticons:before { - content: ""; + content: "\f280"; } .fa-fonticons-fi:before { - content: ""; + content: "\f3a2"; } .fa-football-ball:before { - content: ""; + content: "\f44e"; } .fa-fort-awesome:before { - content: ""; + content: "\f286"; } .fa-fort-awesome-alt:before { - content: ""; + content: "\f3a3"; } .fa-forumbee:before { - content: ""; + content: "\f211"; } .fa-forward:before { - content: ""; + content: "\f04e"; } .fa-foursquare:before { - content: ""; + content: "\f180"; } .fa-free-code-camp:before { - content: ""; + content: "\f2c5"; } .fa-freebsd:before { - content: ""; + content: "\f3a4"; } .fa-frog:before { - content: ""; + content: "\f52e"; } .fa-frown:before { - content: ""; + content: "\f119"; } .fa-frown-open:before { - content: ""; + content: "\f57a"; } .fa-fulcrum:before { - content: ""; + content: "\f50b"; } .fa-funnel-dollar:before { - content: ""; + content: "\f662"; } .fa-futbol:before { - content: ""; + content: "\f1e3"; } .fa-galactic-republic:before { - content: ""; + content: "\f50c"; } .fa-galactic-senate:before { - content: ""; + content: "\f50d"; } .fa-gamepad:before { - content: ""; + content: "\f11b"; } .fa-gas-pump:before { - content: ""; + content: "\f52f"; } .fa-gavel:before { - content: ""; + content: "\f0e3"; } .fa-gem:before { - content: ""; + content: "\f3a5"; } .fa-genderless:before { - content: ""; + content: "\f22d"; } .fa-get-pocket:before { - content: ""; + content: "\f265"; } .fa-gg:before { - content: ""; + content: "\f260"; } .fa-gg-circle:before { - content: ""; + content: "\f261"; } .fa-gift:before { - content: ""; + content: "\f06b"; } .fa-git:before { - content: ""; + content: "\f1d3"; } .fa-git-square:before { - content: ""; + content: "\f1d2"; } .fa-github:before { - content: ""; + content: "\f09b"; } .fa-github-alt:before { - content: ""; + content: "\f113"; } .fa-github-square:before { - content: ""; + content: "\f092"; } .fa-gitkraken:before { - content: ""; + content: "\f3a6"; } .fa-gitlab:before { - content: ""; + content: "\f296"; } .fa-gitter:before { - content: ""; + content: "\f426"; } .fa-glass-martini:before { - content: ""; + content: "\f000"; } .fa-glass-martini-alt:before { - content: ""; + content: "\f57b"; } .fa-glasses:before { - content: ""; + content: "\f530"; } .fa-glide:before { - content: ""; + content: "\f2a5"; } .fa-glide-g:before { - content: ""; + content: "\f2a6"; } .fa-globe:before { - content: ""; + content: "\f0ac"; } .fa-globe-africa:before { - content: ""; + content: "\f57c"; } .fa-globe-americas:before { - content: ""; + content: "\f57d"; } .fa-globe-asia:before { - content: ""; + content: "\f57e"; } .fa-gofore:before { - content: ""; + content: "\f3a7"; } .fa-golf-ball:before { - content: ""; + content: "\f450"; } .fa-goodreads:before { - content: ""; + content: "\f3a8"; } .fa-goodreads-g:before { - content: ""; + content: "\f3a9"; } .fa-google:before { - content: ""; + content: "\f1a0"; } .fa-google-drive:before { - content: ""; + content: "\f3aa"; } .fa-google-play:before { - content: ""; + content: "\f3ab"; } .fa-google-plus:before { - content: ""; + content: "\f2b3"; } .fa-google-plus-g:before { - content: ""; + content: "\f0d5"; } .fa-google-plus-square:before { - content: ""; + content: "\f0d4"; } .fa-google-wallet:before { - content: ""; + content: "\f1ee"; } .fa-gopuram:before { - content: ""; + content: "\f664"; } .fa-graduation-cap:before { - content: ""; + content: "\f19d"; } .fa-gratipay:before { - content: ""; + content: "\f184"; } .fa-grav:before { - content: ""; + content: "\f2d6"; } .fa-greater-than:before { - content: ""; + content: "\f531"; } .fa-greater-than-equal:before { - content: ""; + content: "\f532"; } .fa-grimace:before { - content: ""; + content: "\f57f"; } .fa-grin:before { - content: ""; + content: "\f580"; } .fa-grin-alt:before { - content: ""; + content: "\f581"; } .fa-grin-beam:before { - content: ""; + content: "\f582"; } .fa-grin-beam-sweat:before { - content: ""; + content: "\f583"; } .fa-grin-hearts:before { - content: ""; + content: "\f584"; } .fa-grin-squint:before { - content: ""; + content: "\f585"; } .fa-grin-squint-tears:before { - content: ""; + content: "\f586"; } .fa-grin-stars:before { - content: ""; + content: "\f587"; } .fa-grin-tears:before { - content: ""; + content: "\f588"; } .fa-grin-tongue:before { - content: ""; + content: "\f589"; } .fa-grin-tongue-squint:before { - content: ""; + content: "\f58a"; } .fa-grin-tongue-wink:before { - content: ""; + content: "\f58b"; } .fa-grin-wink:before { - content: ""; + content: "\f58c"; } .fa-grip-horizontal:before { - content: ""; + content: "\f58d"; } .fa-grip-vertical:before { - content: ""; + content: "\f58e"; } .fa-gripfire:before { - content: ""; + content: "\f3ac"; } .fa-grunt:before { - content: ""; + content: "\f3ad"; } .fa-gulp:before { - content: ""; + content: "\f3ae"; } .fa-h-square:before { - content: ""; + content: "\f0fd"; } .fa-hacker-news:before { - content: ""; + content: "\f1d4"; } .fa-hacker-news-square:before { - content: ""; + content: "\f3af"; } .fa-hackerrank:before { - content: ""; + content: "\f5f7"; } .fa-hamsa:before { - content: ""; + content: "\f665"; } .fa-hand-holding:before { - content: ""; + content: "\f4bd"; } .fa-hand-holding-heart:before { - content: ""; + content: "\f4be"; } .fa-hand-holding-usd:before { - content: ""; + content: "\f4c0"; } .fa-hand-lizard:before { - content: ""; + content: "\f258"; } .fa-hand-paper:before { - content: ""; + content: "\f256"; } .fa-hand-peace:before { - content: ""; + content: "\f25b"; } .fa-hand-point-down:before { - content: ""; + content: "\f0a7"; } .fa-hand-point-left:before { - content: ""; + content: "\f0a5"; } .fa-hand-point-right:before { - content: ""; + content: "\f0a4"; } .fa-hand-point-up:before { - content: ""; + content: "\f0a6"; } .fa-hand-pointer:before { - content: ""; + content: "\f25a"; } .fa-hand-rock:before { - content: ""; + content: "\f255"; } .fa-hand-scissors:before { - content: ""; + content: "\f257"; } .fa-hand-spock:before { - content: ""; + content: "\f259"; } .fa-hands:before { - content: ""; + content: "\f4c2"; } .fa-hands-helping:before { - content: ""; + content: "\f4c4"; } .fa-handshake:before { - content: ""; + content: "\f2b5"; } .fa-hashtag:before { - content: ""; + content: "\f292"; } .fa-haykal:before { - content: ""; + content: "\f666"; } .fa-hdd:before { - content: ""; + content: "\f0a0"; } .fa-heading:before { - content: ""; + content: "\f1dc"; } .fa-headphones:before { - content: ""; + content: "\f025"; } .fa-headphones-alt:before { - content: ""; + content: "\f58f"; } .fa-headset:before { - content: ""; + content: "\f590"; } .fa-heart:before { - content: ""; + content: "\f004"; } .fa-heartbeat:before { - content: ""; + content: "\f21e"; } .fa-helicopter:before { - content: ""; + content: "\f533"; } .fa-highlighter:before { - content: ""; + content: "\f591"; } .fa-hips:before { - content: ""; + content: "\f452"; } .fa-hire-a-helper:before { - content: ""; + content: "\f3b0"; } .fa-history:before { - content: ""; + content: "\f1da"; } .fa-hockey-puck:before { - content: ""; + content: "\f453"; } .fa-home:before { - content: ""; + content: "\f015"; } .fa-hooli:before { - content: ""; + content: "\f427"; } .fa-hornbill:before { - content: ""; + content: "\f592"; } .fa-hospital:before { - content: ""; + content: "\f0f8"; } .fa-hospital-alt:before { - content: ""; + content: "\f47d"; } .fa-hospital-symbol:before { - content: ""; + content: "\f47e"; } .fa-hot-tub:before { - content: ""; + content: "\f593"; } .fa-hotel:before { - content: ""; + content: "\f594"; } .fa-hotjar:before { - content: ""; + content: "\f3b1"; } .fa-hourglass:before { - content: ""; + content: "\f254"; } .fa-hourglass-end:before { - content: ""; + content: "\f253"; } .fa-hourglass-half:before { - content: ""; + content: "\f252"; } .fa-hourglass-start:before { - content: ""; + content: "\f251"; } .fa-houzz:before { - content: ""; + content: "\f27c"; } .fa-html5:before { - content: ""; + content: "\f13b"; } .fa-hubspot:before { - content: ""; + content: "\f3b2"; } .fa-i-cursor:before { - content: ""; + content: "\f246"; } .fa-id-badge:before { - content: ""; + content: "\f2c1"; } .fa-id-card:before { - content: ""; + content: "\f2c2"; } .fa-id-card-alt:before { - content: ""; + content: "\f47f"; } .fa-image:before { - content: ""; + content: "\f03e"; } .fa-images:before { - content: ""; + content: "\f302"; } .fa-imdb:before { - content: ""; + content: "\f2d8"; } .fa-inbox:before { - content: ""; + content: "\f01c"; } .fa-indent:before { - content: ""; + content: "\f03c"; } .fa-industry:before { - content: ""; + content: "\f275"; } .fa-infinity:before { - content: ""; + content: "\f534"; } .fa-info:before { - content: ""; + content: "\f129"; } .fa-info-circle:before { - content: ""; + content: "\f05a"; } .fa-instagram:before { - content: ""; + content: "\f16d"; } .fa-internet-explorer:before { - content: ""; + content: "\f26b"; } .fa-ioxhost:before { - content: ""; + content: "\f208"; } .fa-italic:before { - content: ""; + content: "\f033"; } .fa-itunes:before { - content: ""; + content: "\f3b4"; } .fa-itunes-note:before { - content: ""; + content: "\f3b5"; } .fa-java:before { - content: ""; + content: "\f4e4"; } .fa-jedi:before { - content: ""; + content: "\f669"; } .fa-jedi-order:before { - content: ""; + content: "\f50e"; } .fa-jenkins:before { - content: ""; + content: "\f3b6"; } .fa-joget:before { - content: ""; + content: "\f3b7"; } .fa-joint:before { - content: ""; + content: "\f595"; } .fa-joomla:before { - content: ""; + content: "\f1aa"; } .fa-journal-whills:before { - content: ""; + content: "\f66a"; } .fa-js:before { - content: ""; + content: "\f3b8"; } .fa-js-square:before { - content: ""; + content: "\f3b9"; } .fa-jsfiddle:before { - content: ""; + content: "\f1cc"; } .fa-kaaba:before { - content: ""; + content: "\f66b"; } .fa-kaggle:before { - content: ""; + content: "\f5fa"; } .fa-key:before { - content: ""; + content: "\f084"; } .fa-keybase:before { - content: ""; + content: "\f4f5"; } .fa-keyboard:before { - content: ""; + content: "\f11c"; } .fa-keycdn:before { - content: ""; + content: "\f3ba"; } .fa-khanda:before { - content: ""; + content: "\f66d"; } .fa-kickstarter:before { - content: ""; + content: "\f3bb"; } .fa-kickstarter-k:before { - content: ""; + content: "\f3bc"; } .fa-kiss:before { - content: ""; + content: "\f596"; } .fa-kiss-beam:before { - content: ""; + content: "\f597"; } .fa-kiss-wink-heart:before { - content: ""; + content: "\f598"; } .fa-kiwi-bird:before { - content: ""; + content: "\f535"; } .fa-korvue:before { - content: ""; + content: "\f42f"; } .fa-landmark:before { - content: ""; + content: "\f66f"; } .fa-language:before { - content: ""; + content: "\f1ab"; } .fa-laptop:before { - content: ""; + content: "\f109"; } .fa-laptop-code:before { - content: ""; + content: "\f5fc"; } .fa-laravel:before { - content: ""; + content: "\f3bd"; } .fa-lastfm:before { - content: ""; + content: "\f202"; } .fa-lastfm-square:before { - content: ""; + content: "\f203"; } .fa-laugh:before { - content: ""; + content: "\f599"; } .fa-laugh-beam:before { - content: ""; + content: "\f59a"; } .fa-laugh-squint:before { - content: ""; + content: "\f59b"; } .fa-laugh-wink:before { - content: ""; + content: "\f59c"; } .fa-layer-group:before { - content: ""; + content: "\f5fd"; } .fa-leaf:before { - content: ""; + content: "\f06c"; } .fa-leanpub:before { - content: ""; + content: "\f212"; } .fa-lemon:before { - content: ""; + content: "\f094"; } .fa-less:before { - content: ""; + content: "\f41d"; } .fa-less-than:before { - content: ""; + content: "\f536"; } .fa-less-than-equal:before { - content: ""; + content: "\f537"; } .fa-level-down-alt:before { - content: ""; + content: "\f3be"; } .fa-level-up-alt:before { - content: ""; + content: "\f3bf"; } .fa-life-ring:before { - content: ""; + content: "\f1cd"; } .fa-lightbulb:before { - content: ""; + content: "\f0eb"; } .fa-line:before { - content: ""; + content: "\f3c0"; } .fa-link:before { - content: ""; + content: "\f0c1"; } .fa-linkedin:before { - content: ""; + content: "\f08c"; } .fa-linkedin-in:before { - content: ""; + content: "\f0e1"; } .fa-linode:before { - content: ""; + content: "\f2b8"; } .fa-linux:before { - content: ""; + content: "\f17c"; } .fa-lira-sign:before { - content: ""; + content: "\f195"; } .fa-list:before { - content: ""; + content: "\f03a"; } .fa-list-alt:before { - content: ""; + content: "\f022"; } .fa-list-ol:before { - content: ""; + content: "\f0cb"; } .fa-list-ul:before { - content: ""; + content: "\f0ca"; } .fa-location-arrow:before { - content: ""; + content: "\f124"; } .fa-lock:before { - content: ""; + content: "\f023"; } .fa-lock-open:before { - content: ""; + content: "\f3c1"; } .fa-long-arrow-alt-down:before { - content: ""; + content: "\f309"; } .fa-long-arrow-alt-left:before { - content: ""; + content: "\f30a"; } .fa-long-arrow-alt-right:before { - content: ""; + content: "\f30b"; } .fa-long-arrow-alt-up:before { - content: ""; + content: "\f30c"; } .fa-low-vision:before { - content: ""; + content: "\f2a8"; } .fa-luggage-cart:before { - content: ""; + content: "\f59d"; } .fa-lyft:before { - content: ""; + content: "\f3c3"; } .fa-magento:before { - content: ""; + content: "\f3c4"; } .fa-magic:before { - content: ""; + content: "\f0d0"; } .fa-magnet:before { - content: ""; + content: "\f076"; } .fa-mail-bulk:before { - content: ""; + content: "\f674"; } .fa-mailchimp:before { - content: ""; + content: "\f59e"; } .fa-male:before { - content: ""; + content: "\f183"; } .fa-mandalorian:before { - content: ""; + content: "\f50f"; } .fa-map:before { - content: ""; + content: "\f279"; } .fa-map-marked:before { - content: ""; + content: "\f59f"; } .fa-map-marked-alt:before { - content: ""; + content: "\f5a0"; } .fa-map-marker:before { - content: ""; + content: "\f041"; } .fa-map-marker-alt:before { - content: ""; + content: "\f3c5"; } .fa-map-pin:before { - content: ""; + content: "\f276"; } .fa-map-signs:before { - content: ""; + content: "\f277"; } .fa-markdown:before { - content: ""; + content: "\f60f"; } .fa-marker:before { - content: ""; + content: "\f5a1"; } .fa-mars:before { - content: ""; + content: "\f222"; } .fa-mars-double:before { - content: ""; + content: "\f227"; } .fa-mars-stroke:before { - content: ""; + content: "\f229"; } .fa-mars-stroke-h:before { - content: ""; + content: "\f22b"; } .fa-mars-stroke-v:before { - content: ""; + content: "\f22a"; } .fa-mastodon:before { - content: ""; + content: "\f4f6"; } .fa-maxcdn:before { - content: ""; + content: "\f136"; } .fa-medal:before { - content: ""; + content: "\f5a2"; } .fa-medapps:before { - content: ""; + content: "\f3c6"; } .fa-medium:before { - content: ""; + content: "\f23a"; } .fa-medium-m:before { - content: ""; + content: "\f3c7"; } .fa-medkit:before { - content: ""; + content: "\f0fa"; } .fa-medrt:before { - content: ""; + content: "\f3c8"; } .fa-meetup:before { - content: ""; + content: "\f2e0"; } .fa-megaport:before { - content: ""; + content: "\f5a3"; } .fa-meh:before { - content: ""; + content: "\f11a"; } .fa-meh-blank:before { - content: ""; + content: "\f5a4"; } .fa-meh-rolling-eyes:before { - content: ""; + content: "\f5a5"; } .fa-memory:before { - content: ""; + content: "\f538"; } .fa-menorah:before { - content: ""; + content: "\f676"; } .fa-mercury:before { - content: ""; + content: "\f223"; } .fa-microchip:before { - content: ""; + content: "\f2db"; } .fa-microphone:before { - content: ""; + content: "\f130"; } .fa-microphone-alt:before { - content: ""; + content: "\f3c9"; } .fa-microphone-alt-slash:before { - content: ""; + content: "\f539"; } .fa-microphone-slash:before { - content: ""; + content: "\f131"; } .fa-microscope:before { - content: ""; + content: "\f610"; } .fa-microsoft:before { - content: ""; + content: "\f3ca"; } .fa-minus:before { - content: ""; + content: "\f068"; } .fa-minus-circle:before { - content: ""; + content: "\f056"; } .fa-minus-square:before { - content: ""; + content: "\f146"; } .fa-mix:before { - content: ""; + content: "\f3cb"; } .fa-mixcloud:before { - content: ""; + content: "\f289"; } .fa-mizuni:before { - content: ""; + content: "\f3cc"; } .fa-mobile:before { - content: ""; + content: "\f10b"; } .fa-mobile-alt:before { - content: ""; + content: "\f3cd"; } .fa-modx:before { - content: ""; + content: "\f285"; } .fa-monero:before { - content: ""; + content: "\f3d0"; } .fa-money-bill:before { - content: ""; + content: "\f0d6"; } .fa-money-bill-alt:before { - content: ""; + content: "\f3d1"; } .fa-money-bill-wave:before { - content: ""; + content: "\f53a"; } .fa-money-bill-wave-alt:before { - content: ""; + content: "\f53b"; } .fa-money-check:before { - content: ""; + content: "\f53c"; } .fa-money-check-alt:before { - content: ""; + content: "\f53d"; } .fa-monument:before { - content: ""; + content: "\f5a6"; } .fa-moon:before { - content: ""; + content: "\f186"; } .fa-mortar-pestle:before { - content: ""; + content: "\f5a7"; } .fa-mosque:before { - content: ""; + content: "\f678"; } .fa-motorcycle:before { - content: ""; + content: "\f21c"; } .fa-mouse-pointer:before { - content: ""; + content: "\f245"; } .fa-music:before { - content: ""; + content: "\f001"; } .fa-napster:before { - content: ""; + content: "\f3d2"; } .fa-neos:before { - content: ""; + content: "\f612"; } .fa-neuter:before { - content: ""; + content: "\f22c"; } .fa-newspaper:before { - content: ""; + content: "\f1ea"; } .fa-nimblr:before { - content: ""; + content: "\f5a8"; } .fa-nintendo-switch:before { - content: ""; + content: "\f418"; } .fa-node:before { - content: ""; + content: "\f419"; } .fa-node-js:before { - content: ""; + content: "\f3d3"; } .fa-not-equal:before { - content: ""; + content: "\f53e"; } .fa-notes-medical:before { - content: ""; + content: "\f481"; } .fa-npm:before { - content: ""; + content: "\f3d4"; } .fa-ns8:before { - content: ""; + content: "\f3d5"; } .fa-nutritionix:before { - content: ""; + content: "\f3d6"; } .fa-object-group:before { - content: ""; + content: "\f247"; } .fa-object-ungroup:before { - content: ""; + content: "\f248"; } .fa-odnoklassniki:before { - content: ""; + content: "\f263"; } .fa-odnoklassniki-square:before { - content: ""; + content: "\f264"; } .fa-oil-can:before { - content: ""; + content: "\f613"; } .fa-old-republic:before { - content: ""; + content: "\f510"; } .fa-om:before { - content: ""; + content: "\f679"; } .fa-opencart:before { - content: ""; + content: "\f23d"; } .fa-openid:before { - content: ""; + content: "\f19b"; } .fa-opera:before { - content: ""; + content: "\f26a"; } .fa-optin-monster:before { - content: ""; + content: "\f23c"; } .fa-osi:before { - content: ""; + content: "\f41a"; } .fa-outdent:before { - content: ""; + content: "\f03b"; } .fa-page4:before { - content: ""; + content: "\f3d7"; } .fa-pagelines:before { - content: ""; + content: "\f18c"; } .fa-paint-brush:before { - content: ""; + content: "\f1fc"; } .fa-paint-roller:before { - content: ""; + content: "\f5aa"; } .fa-palette:before { - content: ""; + content: "\f53f"; } .fa-palfed:before { - content: ""; + content: "\f3d8"; } .fa-pallet:before { - content: ""; + content: "\f482"; } .fa-paper-plane:before { - content: ""; + content: "\f1d8"; } .fa-paperclip:before { - content: ""; + content: "\f0c6"; } .fa-parachute-box:before { - content: ""; + content: "\f4cd"; } .fa-paragraph:before { - content: ""; + content: "\f1dd"; } .fa-parking:before { - content: ""; + content: "\f540"; } .fa-passport:before { - content: ""; + content: "\f5ab"; } .fa-pastafarianism:before { - content: ""; + content: "\f67b"; } .fa-paste:before { - content: ""; + content: "\f0ea"; } .fa-patreon:before { - content: ""; + content: "\f3d9"; } .fa-pause:before { - content: ""; + content: "\f04c"; } .fa-pause-circle:before { - content: ""; + content: "\f28b"; } .fa-paw:before { - content: ""; + content: "\f1b0"; } .fa-paypal:before { - content: ""; + content: "\f1ed"; } .fa-peace:before { - content: ""; + content: "\f67c"; } .fa-pen:before { - content: ""; + content: "\f304"; } .fa-pen-alt:before { - content: ""; + content: "\f305"; } .fa-pen-fancy:before { - content: ""; + content: "\f5ac"; } .fa-pen-nib:before { - content: ""; + content: "\f5ad"; } .fa-pen-square:before { - content: ""; + content: "\f14b"; } .fa-pencil-alt:before { - content: ""; + content: "\f303"; } .fa-pencil-ruler:before { - content: ""; + content: "\f5ae"; } .fa-people-carry:before { - content: ""; + content: "\f4ce"; } .fa-percent:before { - content: ""; + content: "\f295"; } .fa-percentage:before { - content: ""; + content: "\f541"; } .fa-periscope:before { - content: ""; + content: "\f3da"; } .fa-phabricator:before { - content: ""; + content: "\f3db"; } .fa-phoenix-framework:before { - content: ""; + content: "\f3dc"; } .fa-phoenix-squadron:before { - content: ""; + content: "\f511"; } .fa-phone:before { - content: ""; + content: "\f095"; } .fa-phone-slash:before { - content: ""; + content: "\f3dd"; } .fa-phone-square:before { - content: ""; + content: "\f098"; } .fa-phone-volume:before { - content: ""; + content: "\f2a0"; } .fa-php:before { - content: ""; + content: "\f457"; } .fa-pied-piper:before { - content: ""; + content: "\f2ae"; } .fa-pied-piper-alt:before { - content: ""; + content: "\f1a8"; } .fa-pied-piper-hat:before { - content: ""; + content: "\f4e5"; } .fa-pied-piper-pp:before { - content: ""; + content: "\f1a7"; } .fa-piggy-bank:before { - content: ""; + content: "\f4d3"; } .fa-pills:before { - content: ""; + content: "\f484"; } .fa-pinterest:before { - content: ""; + content: "\f0d2"; } .fa-pinterest-p:before { - content: ""; + content: "\f231"; } .fa-pinterest-square:before { - content: ""; + content: "\f0d3"; } .fa-place-of-worship:before { - content: ""; + content: "\f67f"; } .fa-plane:before { - content: ""; + content: "\f072"; } .fa-plane-arrival:before { - content: ""; + content: "\f5af"; } .fa-plane-departure:before { - content: ""; + content: "\f5b0"; } .fa-play:before { - content: ""; + content: "\f04b"; } .fa-play-circle:before { - content: ""; + content: "\f144"; } .fa-playstation:before { - content: ""; + content: "\f3df"; } .fa-plug:before { - content: ""; + content: "\f1e6"; } .fa-plus:before { - content: ""; + content: "\f067"; } .fa-plus-circle:before { - content: ""; + content: "\f055"; } .fa-plus-square:before { - content: ""; + content: "\f0fe"; } .fa-podcast:before { - content: ""; + content: "\f2ce"; } .fa-poll:before { - content: ""; + content: "\f681"; } .fa-poll-h:before { - content: ""; + content: "\f682"; } .fa-poo:before { - content: ""; + content: "\f2fe"; } .fa-poop:before { - content: ""; + content: "\f619"; } .fa-portrait:before { - content: ""; + content: "\f3e0"; } .fa-pound-sign:before { - content: ""; + content: "\f154"; } .fa-power-off:before { - content: ""; + content: "\f011"; } .fa-pray:before { - content: ""; + content: "\f683"; } .fa-praying-hands:before { - content: ""; + content: "\f684"; } .fa-prescription:before { - content: ""; + content: "\f5b1"; } .fa-prescription-bottle:before { - content: ""; + content: "\f485"; } .fa-prescription-bottle-alt:before { - content: ""; + content: "\f486"; } .fa-print:before { - content: ""; + content: "\f02f"; } .fa-procedures:before { - content: ""; + content: "\f487"; } .fa-product-hunt:before { - content: ""; + content: "\f288"; } .fa-project-diagram:before { - content: ""; + content: "\f542"; } .fa-pushed:before { - content: ""; + content: "\f3e1"; } .fa-puzzle-piece:before { - content: ""; + content: "\f12e"; } .fa-python:before { - content: ""; + content: "\f3e2"; } .fa-qq:before { - content: ""; + content: "\f1d6"; } .fa-qrcode:before { - content: ""; + content: "\f029"; } .fa-question:before { - content: ""; + content: "\f128"; } .fa-question-circle:before { - content: ""; + content: "\f059"; } .fa-quidditch:before { - content: ""; + content: "\f458"; } .fa-quinscape:before { - content: ""; + content: "\f459"; } .fa-quora:before { - content: ""; + content: "\f2c4"; } .fa-quote-left:before { - content: ""; + content: "\f10d"; } .fa-quote-right:before { - content: ""; + content: "\f10e"; } .fa-quran:before { - content: ""; + content: "\f687"; } .fa-r-project:before { - content: ""; + content: "\f4f7"; } .fa-random:before { - content: ""; + content: "\f074"; } .fa-ravelry:before { - content: ""; + content: "\f2d9"; } .fa-react:before { - content: ""; + content: "\f41b"; } .fa-readme:before { - content: ""; + content: "\f4d5"; } .fa-rebel:before { - content: ""; + content: "\f1d0"; } .fa-receipt:before { - content: ""; + content: "\f543"; } .fa-recycle:before { - content: ""; + content: "\f1b8"; } .fa-red-river:before { - content: ""; + content: "\f3e3"; } .fa-reddit:before { - content: ""; + content: "\f1a1"; } .fa-reddit-alien:before { - content: ""; + content: "\f281"; } .fa-reddit-square:before { - content: ""; + content: "\f1a2"; } .fa-redo:before { - content: ""; + content: "\f01e"; } .fa-redo-alt:before { - content: ""; + content: "\f2f9"; } .fa-registered:before { - content: ""; + content: "\f25d"; } .fa-rendact:before { - content: ""; + content: "\f3e4"; } .fa-renren:before { - content: ""; + content: "\f18b"; } .fa-reply:before { - content: ""; + content: "\f3e5"; } .fa-reply-all:before { - content: ""; + content: "\f122"; } .fa-replyd:before { - content: ""; + content: "\f3e6"; } .fa-researchgate:before { - content: ""; + content: "\f4f8"; } .fa-resolving:before { - content: ""; + content: "\f3e7"; } .fa-retweet:before { - content: ""; + content: "\f079"; } .fa-rev:before { - content: ""; + content: "\f5b2"; } .fa-ribbon:before { - content: ""; + content: "\f4d6"; } .fa-road:before { - content: ""; + content: "\f018"; } .fa-robot:before { - content: ""; + content: "\f544"; } .fa-rocket:before { - content: ""; + content: "\f135"; } .fa-rocketchat:before { - content: ""; + content: "\f3e8"; } .fa-rockrms:before { - content: ""; + content: "\f3e9"; } .fa-route:before { - content: ""; + content: "\f4d7"; } .fa-rss:before { - content: ""; + content: "\f09e"; } .fa-rss-square:before { - content: ""; + content: "\f143"; } .fa-ruble-sign:before { - content: ""; + content: "\f158"; } .fa-ruler:before { - content: ""; + content: "\f545"; } .fa-ruler-combined:before { - content: ""; + content: "\f546"; } .fa-ruler-horizontal:before { - content: ""; + content: "\f547"; } .fa-ruler-vertical:before { - content: ""; + content: "\f548"; } .fa-rupee-sign:before { - content: ""; + content: "\f156"; } .fa-sad-cry:before { - content: ""; + content: "\f5b3"; } .fa-sad-tear:before { - content: ""; + content: "\f5b4"; } .fa-safari:before { - content: ""; + content: "\f267"; } .fa-sass:before { - content: ""; + content: "\f41e"; } .fa-save:before { - content: ""; + content: "\f0c7"; } .fa-schlix:before { - content: ""; + content: "\f3ea"; } .fa-school:before { - content: ""; + content: "\f549"; } .fa-screwdriver:before { - content: ""; + content: "\f54a"; } .fa-scribd:before { - content: ""; + content: "\f28a"; } .fa-search:before { - content: ""; + content: "\f002"; } .fa-search-dollar:before { - content: ""; + content: "\f688"; } .fa-search-location:before { - content: ""; + content: "\f689"; } .fa-search-minus:before { - content: ""; + content: "\f010"; } .fa-search-plus:before { - content: ""; + content: "\f00e"; } .fa-searchengin:before { - content: ""; + content: "\f3eb"; } .fa-seedling:before { - content: ""; + content: "\f4d8"; } .fa-sellcast:before { - content: ""; + content: "\f2da"; } .fa-sellsy:before { - content: ""; + content: "\f213"; } .fa-server:before { - content: ""; + content: "\f233"; } .fa-servicestack:before { - content: ""; + content: "\f3ec"; } .fa-shapes:before { - content: ""; + content: "\f61f"; } .fa-share:before { - content: ""; + content: "\f064"; } .fa-share-alt:before { - content: ""; + content: "\f1e0"; } .fa-share-alt-square:before { - content: ""; + content: "\f1e1"; } .fa-share-square:before { - content: ""; + content: "\f14d"; } .fa-shekel-sign:before { - content: ""; + content: "\f20b"; } .fa-shield-alt:before { - content: ""; + content: "\f3ed"; } .fa-ship:before { - content: ""; + content: "\f21a"; } .fa-shipping-fast:before { - content: ""; + content: "\f48b"; } .fa-shirtsinbulk:before { - content: ""; + content: "\f214"; } .fa-shoe-prints:before { - content: ""; + content: "\f54b"; } .fa-shopping-bag:before { - content: ""; + content: "\f290"; } .fa-shopping-basket:before { - content: ""; + content: "\f291"; } .fa-shopping-cart:before { - content: ""; + content: "\f07a"; } .fa-shopware:before { - content: ""; + content: "\f5b5"; } .fa-shower:before { - content: ""; + content: "\f2cc"; } .fa-shuttle-van:before { - content: ""; + content: "\f5b6"; } .fa-sign:before { - content: ""; + content: "\f4d9"; } .fa-sign-in-alt:before { - content: ""; + content: "\f2f6"; } .fa-sign-language:before { - content: ""; + content: "\f2a7"; } .fa-sign-out-alt:before { - content: ""; + content: "\f2f5"; } .fa-signal:before { - content: ""; + content: "\f012"; } .fa-signature:before { - content: ""; + content: "\f5b7"; } .fa-simplybuilt:before { - content: ""; + content: "\f215"; } .fa-sistrix:before { - content: ""; + content: "\f3ee"; } .fa-sitemap:before { - content: ""; + content: "\f0e8"; } .fa-sith:before { - content: ""; + content: "\f512"; } .fa-skull:before { - content: ""; + content: "\f54c"; } .fa-skyatlas:before { - content: ""; + content: "\f216"; } .fa-skype:before { - content: ""; + content: "\f17e"; } .fa-slack:before { - content: ""; + content: "\f198"; } .fa-slack-hash:before { - content: ""; + content: "\f3ef"; } .fa-sliders-h:before { - content: ""; + content: "\f1de"; } .fa-slideshare:before { - content: ""; + content: "\f1e7"; } .fa-smile:before { - content: ""; + content: "\f118"; } .fa-smile-beam:before { - content: ""; + content: "\f5b8"; } .fa-smile-wink:before { - content: ""; + content: "\f4da"; } .fa-smoking:before { - content: ""; + content: "\f48d"; } .fa-smoking-ban:before { - content: ""; + content: "\f54d"; } .fa-snapchat:before { - content: ""; + content: "\f2ab"; } .fa-snapchat-ghost:before { - content: ""; + content: "\f2ac"; } .fa-snapchat-square:before { - content: ""; + content: "\f2ad"; } .fa-snowflake:before { - content: ""; + content: "\f2dc"; } .fa-socks:before { - content: ""; + content: "\f696"; } .fa-solar-panel:before { - content: ""; + content: "\f5ba"; } .fa-sort:before { - content: ""; + content: "\f0dc"; } .fa-sort-alpha-down:before { - content: ""; + content: "\f15d"; } .fa-sort-alpha-up:before { - content: ""; + content: "\f15e"; } .fa-sort-amount-down:before { - content: ""; + content: "\f160"; } .fa-sort-amount-up:before { - content: ""; + content: "\f161"; } .fa-sort-down:before { - content: ""; + content: "\f0dd"; } .fa-sort-numeric-down:before { - content: ""; + content: "\f162"; } .fa-sort-numeric-up:before { - content: ""; + content: "\f163"; } .fa-sort-up:before { - content: ""; + content: "\f0de"; } .fa-soundcloud:before { - content: ""; + content: "\f1be"; } .fa-spa:before { - content: ""; + content: "\f5bb"; } .fa-space-shuttle:before { - content: ""; + content: "\f197"; } .fa-speakap:before { - content: ""; + content: "\f3f3"; } .fa-spinner:before { - content: ""; + content: "\f110"; } .fa-splotch:before { - content: ""; + content: "\f5bc"; } .fa-spotify:before { - content: ""; + content: "\f1bc"; } .fa-spray-can:before { - content: ""; + content: "\f5bd"; } .fa-square:before { - content: ""; + content: "\f0c8"; } .fa-square-full:before { - content: ""; + content: "\f45c"; } .fa-square-root-alt:before { - content: ""; + content: "\f698"; } .fa-squarespace:before { - content: ""; + content: "\f5be"; } .fa-stack-exchange:before { - content: ""; + content: "\f18d"; } .fa-stack-overflow:before { - content: ""; + content: "\f16c"; } .fa-stamp:before { - content: ""; + content: "\f5bf"; } .fa-star:before { - content: ""; + content: "\f005"; } .fa-star-and-crescent:before { - content: ""; + content: "\f699"; } .fa-star-half:before { - content: ""; + content: "\f089"; } .fa-star-half-alt:before { - content: ""; + content: "\f5c0"; } .fa-star-of-david:before { - content: ""; + content: "\f69a"; } .fa-star-of-life:before { - content: ""; + content: "\f621"; } .fa-staylinked:before { - content: ""; + content: "\f3f5"; } .fa-steam:before { - content: ""; + content: "\f1b6"; } .fa-steam-square:before { - content: ""; + content: "\f1b7"; } .fa-steam-symbol:before { - content: ""; + content: "\f3f6"; } .fa-step-backward:before { - content: ""; + content: "\f048"; } .fa-step-forward:before { - content: ""; + content: "\f051"; } .fa-stethoscope:before { - content: ""; + content: "\f0f1"; } .fa-sticker-mule:before { - content: ""; + content: "\f3f7"; } .fa-sticky-note:before { - content: ""; + content: "\f249"; } .fa-stop:before { - content: ""; + content: "\f04d"; } .fa-stop-circle:before { - content: ""; + content: "\f28d"; } .fa-stopwatch:before { - content: ""; + content: "\f2f2"; } .fa-store:before { - content: ""; + content: "\f54e"; } .fa-store-alt:before { - content: ""; + content: "\f54f"; } .fa-strava:before { - content: ""; + content: "\f428"; } .fa-stream:before { - content: ""; + content: "\f550"; } .fa-street-view:before { - content: ""; + content: "\f21d"; } .fa-strikethrough:before { - content: ""; + content: "\f0cc"; } .fa-stripe:before { - content: ""; + content: "\f429"; } .fa-stripe-s:before { - content: ""; + content: "\f42a"; } .fa-stroopwafel:before { - content: ""; + content: "\f551"; } .fa-studiovinari:before { - content: ""; + content: "\f3f8"; } .fa-stumbleupon:before { - content: ""; + content: "\f1a4"; } .fa-stumbleupon-circle:before { - content: ""; + content: "\f1a3"; } .fa-subscript:before { - content: ""; + content: "\f12c"; } .fa-subway:before { - content: ""; + content: "\f239"; } .fa-suitcase:before { - content: ""; + content: "\f0f2"; } .fa-suitcase-rolling:before { - content: ""; + content: "\f5c1"; } .fa-sun:before { - content: ""; + content: "\f185"; } .fa-superpowers:before { - content: ""; + content: "\f2dd"; } .fa-superscript:before { - content: ""; + content: "\f12b"; } .fa-supple:before { - content: ""; + content: "\f3f9"; } .fa-surprise:before { - content: ""; + content: "\f5c2"; } .fa-swatchbook:before { - content: ""; + content: "\f5c3"; } .fa-swimmer:before { - content: ""; + content: "\f5c4"; } .fa-swimming-pool:before { - content: ""; + content: "\f5c5"; } .fa-synagogue:before { - content: ""; + content: "\f69b"; } .fa-sync:before { - content: ""; + content: "\f021"; } .fa-sync-alt:before { - content: ""; + content: "\f2f1"; } .fa-syringe:before { - content: ""; + content: "\f48e"; } .fa-table:before { - content: ""; + content: "\f0ce"; } .fa-table-tennis:before { - content: ""; + content: "\f45d"; } .fa-tablet:before { - content: ""; + content: "\f10a"; } .fa-tablet-alt:before { - content: ""; + content: "\f3fa"; } .fa-tablets:before { - content: ""; + content: "\f490"; } .fa-tachometer-alt:before { - content: ""; + content: "\f3fd"; } .fa-tag:before { - content: ""; + content: "\f02b"; } .fa-tags:before { - content: ""; + content: "\f02c"; } .fa-tape:before { - content: ""; + content: "\f4db"; } .fa-tasks:before { - content: ""; + content: "\f0ae"; } .fa-taxi:before { - content: ""; + content: "\f1ba"; } .fa-teamspeak:before { - content: ""; + content: "\f4f9"; } .fa-teeth:before { - content: ""; + content: "\f62e"; } .fa-teeth-open:before { - content: ""; + content: "\f62f"; } .fa-telegram:before { - content: ""; + content: "\f2c6"; } .fa-telegram-plane:before { - content: ""; + content: "\f3fe"; } .fa-tencent-weibo:before { - content: ""; + content: "\f1d5"; } .fa-terminal:before { - content: ""; + content: "\f120"; } .fa-text-height:before { - content: ""; + content: "\f034"; } .fa-text-width:before { - content: ""; + content: "\f035"; } .fa-th:before { - content: ""; + content: "\f00a"; } .fa-th-large:before { - content: ""; + content: "\f009"; } .fa-th-list:before { - content: ""; + content: "\f00b"; } .fa-the-red-yeti:before { - content: ""; + content: "\f69d"; } .fa-theater-masks:before { - content: ""; + content: "\f630"; } .fa-themeco:before { - content: ""; + content: "\f5c6"; } .fa-themeisle:before { - content: ""; + content: "\f2b2"; } .fa-thermometer:before { - content: ""; + content: "\f491"; } .fa-thermometer-empty:before { - content: ""; + content: "\f2cb"; } .fa-thermometer-full:before { - content: ""; + content: "\f2c7"; } .fa-thermometer-half:before { - content: ""; + content: "\f2c9"; } .fa-thermometer-quarter:before { - content: ""; + content: "\f2ca"; } .fa-thermometer-three-quarters:before { - content: ""; + content: "\f2c8"; } .fa-thumbs-down:before { - content: ""; + content: "\f165"; } .fa-thumbs-up:before { - content: ""; + content: "\f164"; } .fa-thumbtack:before { - content: ""; + content: "\f08d"; } .fa-ticket-alt:before { - content: ""; + content: "\f3ff"; } .fa-times:before { - content: ""; + content: "\f00d"; } .fa-times-circle:before { - content: ""; + content: "\f057"; } .fa-tint:before { - content: ""; + content: "\f043"; } .fa-tint-slash:before { - content: ""; + content: "\f5c7"; } .fa-tired:before { - content: ""; + content: "\f5c8"; } .fa-toggle-off:before { - content: ""; + content: "\f204"; } .fa-toggle-on:before { - content: ""; + content: "\f205"; } .fa-toolbox:before { - content: ""; + content: "\f552"; } .fa-tooth:before { - content: ""; + content: "\f5c9"; } .fa-torah:before { - content: ""; + content: "\f6a0"; } .fa-torii-gate:before { - content: ""; + content: "\f6a1"; } .fa-trade-federation:before { - content: ""; + content: "\f513"; } .fa-trademark:before { - content: ""; + content: "\f25c"; } .fa-traffic-light:before { - content: ""; + content: "\f637"; } .fa-train:before { - content: ""; + content: "\f238"; } .fa-transgender:before { - content: ""; + content: "\f224"; } .fa-transgender-alt:before { - content: ""; + content: "\f225"; } .fa-trash:before { - content: ""; + content: "\f1f8"; } .fa-trash-alt:before { - content: ""; + content: "\f2ed"; } .fa-tree:before { - content: ""; + content: "\f1bb"; } .fa-trello:before { - content: ""; + content: "\f181"; } .fa-tripadvisor:before { - content: ""; + content: "\f262"; } .fa-trophy:before { - content: ""; + content: "\f091"; } .fa-truck:before { - content: ""; + content: "\f0d1"; } .fa-truck-loading:before { - content: ""; + content: "\f4de"; } .fa-truck-monster:before { - content: ""; + content: "\f63b"; } .fa-truck-moving:before { - content: ""; + content: "\f4df"; } .fa-truck-pickup:before { - content: ""; + content: "\f63c"; } .fa-tshirt:before { - content: ""; + content: "\f553"; } .fa-tty:before { - content: ""; + content: "\f1e4"; } .fa-tumblr:before { - content: ""; + content: "\f173"; } .fa-tumblr-square:before { - content: ""; + content: "\f174"; } .fa-tv:before { - content: ""; + content: "\f26c"; } .fa-twitch:before { - content: ""; + content: "\f1e8"; } .fa-twitter:before { - content: ""; + content: "\f099"; } .fa-twitter-square:before { - content: ""; + content: "\f081"; } .fa-typo3:before { - content: ""; + content: "\f42b"; } .fa-uber:before { - content: ""; + content: "\f402"; } .fa-uikit:before { - content: ""; + content: "\f403"; } .fa-umbrella:before { - content: ""; + content: "\f0e9"; } .fa-umbrella-beach:before { - content: ""; + content: "\f5ca"; } .fa-underline:before { - content: ""; + content: "\f0cd"; } .fa-undo:before { - content: ""; + content: "\f0e2"; } .fa-undo-alt:before { - content: ""; + content: "\f2ea"; } .fa-uniregistry:before { - content: ""; + content: "\f404"; } .fa-universal-access:before { - content: ""; + content: "\f29a"; } .fa-university:before { - content: ""; + content: "\f19c"; } .fa-unlink:before { - content: ""; + content: "\f127"; } .fa-unlock:before { - content: ""; + content: "\f09c"; } .fa-unlock-alt:before { - content: ""; + content: "\f13e"; } .fa-untappd:before { - content: ""; + content: "\f405"; } .fa-upload:before { - content: ""; + content: "\f093"; } .fa-usb:before { - content: ""; + content: "\f287"; } .fa-user:before { - content: ""; + content: "\f007"; } .fa-user-alt:before { - content: ""; + content: "\f406"; } .fa-user-alt-slash:before { - content: ""; + content: "\f4fa"; } .fa-user-astronaut:before { - content: ""; + content: "\f4fb"; } .fa-user-check:before { - content: ""; + content: "\f4fc"; } .fa-user-circle:before { - content: ""; + content: "\f2bd"; } .fa-user-clock:before { - content: ""; + content: "\f4fd"; } .fa-user-cog:before { - content: ""; + content: "\f4fe"; } .fa-user-edit:before { - content: ""; + content: "\f4ff"; } .fa-user-friends:before { - content: ""; + content: "\f500"; } .fa-user-graduate:before { - content: ""; + content: "\f501"; } .fa-user-lock:before { - content: ""; + content: "\f502"; } .fa-user-md:before { - content: ""; + content: "\f0f0"; } .fa-user-minus:before { - content: ""; + content: "\f503"; } .fa-user-ninja:before { - content: ""; + content: "\f504"; } .fa-user-plus:before { - content: ""; + content: "\f234"; } .fa-user-secret:before { - content: ""; + content: "\f21b"; } .fa-user-shield:before { - content: ""; + content: "\f505"; } .fa-user-slash:before { - content: ""; + content: "\f506"; } .fa-user-tag:before { - content: ""; + content: "\f507"; } .fa-user-tie:before { - content: ""; + content: "\f508"; } .fa-user-times:before { - content: ""; + content: "\f235"; } .fa-users:before { - content: ""; + content: "\f0c0"; } .fa-users-cog:before { - content: ""; + content: "\f509"; } .fa-ussunnah:before { - content: ""; + content: "\f407"; } .fa-utensil-spoon:before { - content: ""; + content: "\f2e5"; } .fa-utensils:before { - content: ""; + content: "\f2e7"; } .fa-vaadin:before { - content: ""; + content: "\f408"; } .fa-vector-square:before { - content: ""; + content: "\f5cb"; } .fa-venus:before { - content: ""; + content: "\f221"; } .fa-venus-double:before { - content: ""; + content: "\f226"; } .fa-venus-mars:before { - content: ""; + content: "\f228"; } .fa-viacoin:before { - content: ""; + content: "\f237"; } .fa-viadeo:before { - content: ""; + content: "\f2a9"; } .fa-viadeo-square:before { - content: ""; + content: "\f2aa"; } .fa-vial:before { - content: ""; + content: "\f492"; } .fa-vials:before { - content: ""; + content: "\f493"; } .fa-viber:before { - content: ""; + content: "\f409"; } .fa-video:before { - content: ""; + content: "\f03d"; } .fa-video-slash:before { - content: ""; + content: "\f4e2"; } .fa-vihara:before { - content: ""; + content: "\f6a7"; } .fa-vimeo:before { - content: ""; + content: "\f40a"; } .fa-vimeo-square:before { - content: ""; + content: "\f194"; } .fa-vimeo-v:before { - content: ""; + content: "\f27d"; } .fa-vine:before { - content: ""; + content: "\f1ca"; } .fa-vk:before { - content: ""; + content: "\f189"; } .fa-vnv:before { - content: ""; + content: "\f40b"; } .fa-volleyball-ball:before { - content: ""; + content: "\f45f"; } .fa-volume-down:before { - content: ""; + content: "\f027"; } .fa-volume-off:before { - content: ""; + content: "\f026"; } .fa-volume-up:before { - content: ""; + content: "\f028"; } .fa-vuejs:before { - content: ""; + content: "\f41f"; } .fa-walking:before { - content: ""; + content: "\f554"; } .fa-wallet:before { - content: ""; + content: "\f555"; } .fa-warehouse:before { - content: ""; + content: "\f494"; } .fa-weebly:before { - content: ""; + content: "\f5cc"; } .fa-weibo:before { - content: ""; + content: "\f18a"; } .fa-weight:before { - content: ""; + content: "\f496"; } .fa-weight-hanging:before { - content: ""; + content: "\f5cd"; } .fa-weixin:before { - content: ""; + content: "\f1d7"; } .fa-whatsapp:before { - content: ""; + content: "\f232"; } .fa-whatsapp-square:before { - content: ""; + content: "\f40c"; } .fa-wheelchair:before { - content: ""; + content: "\f193"; } .fa-whmcs:before { - content: ""; + content: "\f40d"; } .fa-wifi:before { - content: ""; + content: "\f1eb"; } .fa-wikipedia-w:before { - content: ""; + content: "\f266"; } .fa-window-close:before { - content: ""; + content: "\f410"; } .fa-window-maximize:before { - content: ""; + content: "\f2d0"; } .fa-window-minimize:before { - content: ""; + content: "\f2d1"; } .fa-window-restore:before { - content: ""; + content: "\f2d2"; } .fa-windows:before { - content: ""; + content: "\f17a"; } .fa-wine-glass:before { - content: ""; + content: "\f4e3"; } .fa-wine-glass-alt:before { - content: ""; + content: "\f5ce"; } .fa-wix:before { - content: ""; + content: "\f5cf"; } .fa-wolf-pack-battalion:before { - content: ""; + content: "\f514"; } .fa-won-sign:before { - content: ""; + content: "\f159"; } .fa-wordpress:before { - content: ""; + content: "\f19a"; } .fa-wordpress-simple:before { - content: ""; + content: "\f411"; } .fa-wpbeginner:before { - content: ""; + content: "\f297"; } .fa-wpexplorer:before { - content: ""; + content: "\f2de"; } .fa-wpforms:before { - content: ""; + content: "\f298"; } .fa-wrench:before { - content: ""; + content: "\f0ad"; } .fa-x-ray:before { - content: ""; + content: "\f497"; } .fa-xbox:before { - content: ""; + content: "\f412"; } .fa-xing:before { - content: ""; + content: "\f168"; } .fa-xing-square:before { - content: ""; + content: "\f169"; } .fa-y-combinator:before { - content: ""; + content: "\f23b"; } .fa-yahoo:before { - content: ""; + content: "\f19e"; } .fa-yandex:before { - content: ""; + content: "\f413"; } .fa-yandex-international:before { - content: ""; + content: "\f414"; } .fa-yelp:before { - content: ""; + content: "\f1e9"; } .fa-yen-sign:before { - content: ""; + content: "\f157"; } .fa-yin-yang:before { - content: ""; + content: "\f6ad"; } .fa-yoast:before { - content: ""; + content: "\f2b1"; } .fa-youtube:before { - content: ""; + content: "\f167"; } .fa-youtube-square:before { - content: ""; + content: "\f431"; } .fa-zhihu:before { - content: ""; + content: "\f63f"; } .sr-only { @@ -5353,22 +5353,22 @@ and open the template in the editor. color: #E5E5E5; } .enka-custom-radio.star::before { - content: ""; + content: "\f005"; } .enka-custom-radio.thumb::before { - content: ""; + content: "\f164"; } .enka-custom-radio.smiley::before { - content: ""; + content: "\f118"; } .enka-custom-radio.heart::before { - content: ""; + content: "\f004"; } .enka-custom-radio.flag::before { - content: ""; + content: "\f024"; } .enka-custom-radio.user::before { - content: ""; + content: "\f007"; } /* visual analog scale - radio buttons */ @@ -5379,25 +5379,25 @@ and open the template in the editor. color: #E5E5E5; } .enka-vizualna-skala.siv-61::before, .enka-vizualna-skala.siv-71::before { - content: ""; + 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: ""; + 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: ""; + content: "\f119"; } .enka-vizualna-skala.siv-32::before, .enka-vizualna-skala.siv-53::before, .enka-vizualna-skala.siv-74::before { - content: ""; + 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: ""; + 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: ""; + content: "\f580"; } .enka-vizualna-skala.siv-66::before, .enka-vizualna-skala.siv-77::before { - content: ""; + content: "\f59c"; } /* @@ -5411,88 +5411,88 @@ and open the template in the editor. */ /* icons */ span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.minus::before { - content: ""; + content: "\f068"; } span.faicon.success::before, span.circle-check::before { - content: ""; + content: "\f058"; } span.faicon.close::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f057"; } span.faicon.dropdown_blue::before { font-size: 16px; - content: ""; + content: "\f13a"; } span.faicon.dropup_blue::before { font-size: 16px; - content: ""; + content: "\f139"; } span.faicon.arrow_back::before { font-weight: 600; font-size: 16px; - content: ""; + content: "\f137"; } span.faicon.add::before { font-size: 18px; - content: ""; + content: "\f055"; } span.faicon.remove::before { font-size: 18px; - content: ""; + content: "\f056"; } span.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.anketa_delete::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.copy::before { font-size: 18px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.anketa_copy::before { font-size: 24px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.export::before { font-size: 24px; - content: ""; + content: "\f56e"; } span.faicon.file-import::before { - content: ""; + content: "\f56f"; transform: scaleX(-1); } span.faicon.import::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f1c2"; } /*span.faicon.import::after{ @@ -5502,137 +5502,137 @@ span.faicon.import::before { }*/ span.faicon.library::before { font-size: 24px; - content: ""; + content: "\f518"; } span.faicon.folder::before { font-size: 16px; font-weight: 600; - content: ""; + content: "\f07b"; } span.faicon.folder_empty::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f07b"; } span.faicon.after.sort_down_arrow::after { - content: ""; + content: "\f0d7"; margin-left: 5px; } span.faicon.after.sort_up_arrow::after { - content: ""; + content: "\f0d8"; margin-left: 5px; } span.faicon.info::before { font-size: 28px; - content: ""; + content: "\f05a"; vertical-align: middle; } span.faicon.pagination_left::before { margin: 0 1px 0 1px; - content: ""; + content: "\f104"; } span.faicon.pagination_right::before { margin: 0 0 0 1px; - content: ""; + content: "\f105"; } span.faicon.edit::before, span.faicon.edit2::before { - content: ""; + content: "\f304"; } span.faicon.refresh::before { font-size: 18px; - content: ""; + content: "\f2f1"; } span.faicon.filter::before { font-size: 18px; - content: ""; + content: "\f0b0"; } span.faicon.grip::before { - content: ""; + content: "\f58e"; } span.faicon.star::before, span.faicon.star_off::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.star_on::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.search::before { font-size: 20px; - content: ""; + content: "\f002"; } span.faicon.clipboard_notes::before { font-size: 20px; - content: ""; + content: "\f46d"; } span.faicon.help2::before { font-size: 20px; - content: ""; + content: "\f059"; } span.faicon.user::before { font-size: 18px; - content: ""; + content: "\f007"; } span.faicon.logout::before { font-size: 20px; - content: ""; + content: "\f2f5"; } .faicon.monitor::before { - content: ""; + content: "\f108"; } .faicon.mobile::before { - content: ""; + content: "\f3cd"; } .faicon.tablet::before { - content: ""; + content: "\f3fa"; } span.faicon.users::before { - content: ""; + content: "\f500"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bottom_saving::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f0c7"; } span.faicon.bottom_publish::before { font-size: 24px; - content: ""; + content: "\f093"; } span.faicon.bottom_preview { @@ -5642,63 +5642,63 @@ span.faicon.bottom_preview { span.faicon.bottom_preview::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.bottom_preview::after { font-size: 14px; - content: ""; + content: "\f002"; display: inline-block; margin-left: -70%; } span.faicon.bottom_test::before { font-size: 24px; - content: ""; + content: "\f492"; } span.faicon.language::before { font-size: 24px; - content: ""; + content: "\f0ac"; } span.faicon.mobile_off::before { font-size: 24px; - content: ""; + content: "\f3cd"; } span.faicon.mobile_off::after { font-size: 24px; - content: ""; + content: "\f715"; margin-left: -23px; } span.faicon.comments::before { - content: ""; + content: "\f27a"; font-weight: 700; } span.faicon.comments_empty::before { - content: ""; + content: "\f27a"; font-weight: 400; } span.faicon.data_link::before { - content: ""; + content: "\f0c1"; } span.faicon.data_link_small::before { - content: ""; + content: "\f0c1"; } span.faicon.print::before { font-size: 24px; - content: ""; + content: "\f02f"; } span.faicon.print_small::before { font-size: 16px; - content: ""; + content: "\f02f"; } span.faicon.preview { @@ -5708,11 +5708,11 @@ span.faicon.preview { span.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -5720,87 +5720,87 @@ span.faicon.preview::after { span.faicon.palette::before { font-size: 18px; - content: ""; + content: "\f53f"; } span.faicon.inline_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f075"; } span.faicon.inline_double_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f086"; } span.faicon.comments_creport::before { font-size: 16px; - content: ""; + content: "\f086"; } span.faicon.compress::before { font-size: 15px; - content: ""; + content: "\f066"; } span.faicon.expand::before { font-size: 15px; - content: ""; + content: "\f065"; } span.faicon.hashtag::before { font-size: 15px; - content: ""; + content: "\f292"; } span.faicon.bug::before { font-size: 15px; - content: ""; + content: "\f188"; } span.faicon.paragraph::before { font-size: 15px; - content: ""; + content: "\f1dd"; } span.faicon.replace::before { font-size: 15px; - content: ""; + content: "\f362"; } span.faicon.plus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f146"; } span.faicon.delete_circle::before { font-size: 14px; - content: ""; + content: "\f056"; } span.faicon.quick_view::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f06e"; } span.faicon.edit_square::before { font-size: 15px; - content: ""; + content: "\f044"; } span.faicon.test::before { font-size: 15px; - content: ""; + content: "\f492"; } a.faicon.if_add { @@ -5836,7 +5836,7 @@ span.faicon.if_add:hover:before { } span.faicon.text_file::before { - content: ""; + content: "\f15c"; } span.faicon.text_file_small { @@ -5846,40 +5846,40 @@ span.faicon.text_file_small { span.faicon.text_file_small:before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15c"; } span.faicon.warning::before { font-size: 16px; - content: ""; + content: "\f071"; } span.faicon.users_small::before { font-size: 16px; - content: ""; + content: "\f0c0"; } span.faicon.popup_0::before { font-size: 14px; - content: ""; + content: "\f065"; color: #1E88E5; } span.faicon.popup_1::before { font-size: 14px; - content: ""; + content: "\f065"; color: #0059ab; } span.faicon.flat_0::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #0059ab; } span.faicon.flat_1::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #1E88E5; } @@ -5894,46 +5894,46 @@ span.basic-icon.spss::before { span.faicon.external_link::before { font-size: 14px; font-weight: 600; - content: ""; + content: "\f35d"; } span.faicon.cog_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f013"; } span.faicon.chart_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f201"; } span.faicon.reload_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f021"; } span.faicon.chart::before { - content: ""; + content: "\f080"; font-size: 16px; font-weight: 600; } span.faicon.data::before { - content: ""; + content: "\f1c0"; font-size: 16px; font-weight: 600; } span.faicon.publish::before { - content: ""; + content: "\f093"; font-size: 16px; } span.faicon.test::before { - content: ""; + content: "\f492"; font-size: 16px; } @@ -5943,63 +5943,63 @@ button.ui-datepicker-trigger::before { font-family: "Font Awesome 5 Free"; font-weight: 400; font-size: 16px; - content: ""; + content: "\f073"; } /* ARROWS */ span.faicon.arrow_up::before { font-size: 14px; - content: ""; + content: "\f062"; } span.faicon.arrow2_r::before { font-size: 14px; - content: ""; + content: "\f054"; } span.faicon.arrow2_l::before { font-size: 14px; - content: ""; + content: "\f053"; } span.faicon.arrow2_d::before { font-size: 14px; - content: ""; + content: "\f078"; } span.faicon.arrow2_u::before { font-size: 14px; - content: ""; + content: "\f077"; } span.faicon.arrow_large2_r::before { font-size: 35px; - content: ""; + content: "\f054"; } span.faicon.arrow_large2_l::before { font-size: 35px; - content: ""; + content: "\f053"; } span.faicon.arrow_verylarge2_r::before { font-size: 40px; - content: ""; + content: "\f054"; } span.faicon.arrow_verylarge2_l::before { font-size: 40px; - content: ""; + content: "\f053"; } span.faicon.sort_descending::before { font-size: 14px; - content: ""; + content: "\f0d7"; } span.faicon.sort_ascending::before { font-size: 14px; - content: ""; + content: "\f0d8"; } /* Plus/minus sqare */ @@ -6011,127 +6011,127 @@ span.folder_plusminus { span.faicon.plus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f146"; } /* Spinner */ span.faicon.spinner::before { font-size: 18px; - content: ""; + content: "\f1ce"; } /* Bars - mobile menu */ span.faicon.bars::before { font-size: 26px; - content: ""; + content: "\f0c9"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bell::before { - content: ""; + content: "\f0f3"; } span.faicon.bell_slash::before { - content: ""; + content: "\f1f6"; } span.faicon.trash::before { - content: ""; + content: "\f2ed"; } span.faicon.copy::before { - content: ""; + content: "\f0c5"; } span.faicon.circle::before { - content: ""; + content: "\f111"; vertical-align: middle; } span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.plus_circle::before { - content: ""; + content: "\f055"; } span.faicon.minus_circle::before { - content: ""; + content: "\f056"; } span.faicon.calendar_icon::before { - content: ""; + content: "\f073"; } span.faicon.clipboard::before { - content: ""; + content: "\f328"; } span.faicon.list-alt::before { - content: ""; + content: "\f022"; } span.faicon.vote-yes::before { - content: ""; + content: "\f772"; } span.faicon.file-preview::before { - content: ""; + content: "\f865"; } span.faicon.dots::before { - content: ""; + content: "\f141"; font-size: 16px; font-weight: 600; } span.faicon.dots_ver:before { - content: ""; + content: "\f142"; font-size: 16px; font-weight: 600; } span.faicon.open_icon::before, a.faicon.open_icon::before { - content: ""; + content: "\f35d"; } span.faicon.table_icon::before { - content: ""; + content: "\f0ce"; } span.faicon.list::before { - content: ""; + content: "\f03a"; } span.faicon.link-chain::before { - content: ""; + content: "\f0c1"; } span.fa-brands.html5::before { - content: ""; + content: "\f13b"; } span.faicon.stopwatch20::before { - content: ""; + content: "\e06f"; } span.faicon.checkbox-empty::before { - content: ""; + content: "\f0c8"; font-weight: 400 !important; } @@ -6140,11 +6140,11 @@ span.faicon.fa-1::before { } span.faicon.phone::before { - content: ""; + content: "\f095"; } span.faicon.screwdriver::before { - content: ""; + content: "\f7d9"; font-weight: 600 !important; } @@ -6282,23 +6282,23 @@ and open the template in the editor. */ /* Toolbox na levi strani */ span.faicon.wheel_32::before { - content: ""; + content: "\f013"; } span.faicon.radio_32::before { - content: ""; + content: "\f192"; font-weight: 400; font-size: 18px; } span.faicon.check_32::before { - content: ""; + content: "\f14a"; font-weight: 400; font-size: 18px; } span.faicon.matrix_32::before { - content: "\a"; + content: "\f192\f192\a\f192\f192"; white-space: pre; font-weight: 400; font-size: 12px; @@ -6322,7 +6322,7 @@ span.faicon.nagovor::before { } span.faicon.plus_32::before { - content: ""; + content: "\f055"; font-size: 18px; } @@ -6366,12 +6366,12 @@ span.faicon.edit-vprasanje { } span.faicon.edit-vprasanje:before { font-size: 18px; - content: ""; + content: "\f031"; } a.faicon.edit::before { font-size: 16px; - content: ""; + content: "\f304"; } a.faicon.addif::before { @@ -6383,22 +6383,22 @@ a.faicon.addif::before { a.faicon.copy::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f0c5"; } a.faicon.copycond::before { font-size: 18px; - content: ""; + content: "\f0c5"; } a.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } a.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -6406,25 +6406,25 @@ a.faicon.preview::after { a.faicon.arhiv::before { font-size: 18px; - content: ""; + content: "\f044"; } a.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } a.faicon.hide::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f06e"; } a.faicon.unhide_icon::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f070"; } /* Urejanje vrednosti inline */ @@ -6438,12 +6438,12 @@ a.faicon.unhide_icon::before { .variabla span.inline.faicon.edit2::before { font-size: 14px; - content: ""; + content: "\f304"; } .variabla span.inline.faicon.odg_hidden::before { font-size: 14px; - content: ""; + content: "\f05e"; } .variabla span.inline.faicon.odg_hidden.show-hidden::before { @@ -6471,23 +6471,23 @@ span.inline.faicon.odg_if_not::before { .variabla span.inline.faicon.odg_if_follow::after { font-size: 14px; margin-left: 2px; - content: ""; + content: "\f0da"; } .variabla span.inline.faicon.correct::before { font-size: 14px; font-weight: 900; - content: ""; + content: "\f00c"; } .faicon.move_updown::before { font-size: 16px; color: #0059ab; - content: ""; + content: "\f338"; } .faicon.image_upload::before { - content: ""; + content: "\f03e"; font-weight: 400; } @@ -6504,22 +6504,22 @@ and open the template in the editor. span.faicon.mapca.anketa::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f022"; } span.faicon.table::before { font-size: 16px; - content: ""; + content: "\f00b"; } span.faicon.other_vprasanja::before { font-size: 16px; - content: "" !important; + content: "\f0ca" !important; } span.faicon.osnovna_vprasanja::before { font-size: 16px; - content: ""; + content: "\f0ca"; } span.faicon.mapca.if::before { @@ -6547,7 +6547,7 @@ and open the template in the editor. */ /* Izvozi */ span.faicon.pdf::before { - content: ""; + content: "\f1c1"; font-size: 16px; font-weight: 400; color: #ed1c24; @@ -6571,7 +6571,7 @@ span.faicon.pdf.black::before { span.faicon.xls::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c3"; color: #008000; } @@ -6593,7 +6593,7 @@ span.faicon.xls.black::before { span.faicon.rtf::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c2"; color: #0f3ea8; } @@ -6615,7 +6615,7 @@ span.faicon.rtf.black::before { span.faicon.ppt::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c4"; color: #fa4913; } @@ -6637,7 +6637,7 @@ span.faicon.ppt.black::before { span.faicon.xml::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c9"; color: #00a000; } @@ -6657,17 +6657,17 @@ span.faicon.xml.black::before { } span.faicon.arhiv::before { - content: ""; + content: "\f187"; } span.faicon.arhiv_mail::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f14d"; } span.faicon.share-arrow::before { - content: ""; + content: "\f14d"; } /* @@ -6717,7 +6717,7 @@ span.faicon.an_chart_bar::before { font-size: 14px; font-weight: 700; /*content: "\f080";*/ - content: ""; + content: "\f200"; } /* @@ -6731,35 +6731,35 @@ and open the template in the editor. */ /* Invitation table */ span.faicon.inv_sent_0::before { - content: ""; + content: "\f2b6"; } span.faicon.inv_sent_1::before { - content: ""; + content: "\f0e0"; } span.faicon.inv_responded_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.inv_responded_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.inv_unsubscribed_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f111"; } span.faicon.inv_unsubscribed_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f111"; color: #FF0000; } @@ -6860,7 +6860,7 @@ a.read-more .faicon:before { .qtip .qtip-wrapper .qtip-contentWrapper .qtip-content h1::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f059"; font-size: 20px; color: #1E88E5; vertical-align: -1px; @@ -6897,7 +6897,7 @@ a.read-more .faicon:before { padding-left: 8px; vertical-align: middle; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f054"; font-size: 8px; color: #1E88E5; transition: 0.2s; @@ -7220,7 +7220,7 @@ a.read-more .faicon:before { .divPopUp.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7261,7 +7261,7 @@ a.read-more .faicon:before { .divPopUp_info.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7753,7 +7753,7 @@ body.waitlong #loading { #check_pogoji.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7934,7 +7934,7 @@ body.waitlong #loading { #dropped_alert.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -9128,7 +9128,7 @@ header #topSettingsHolder .left_options_holder #analizaSubNav #globalSetingsLink right: 8px; top: 5px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; font-size: 10px; font-weight: 600; } @@ -9401,7 +9401,7 @@ footer#srv_footer .footer_right span.faicon.external_link:before { footer#srv_footer .footer_right .right_help_button { position: fixed; right: -71px; - top: calc(50%); + top: 50%; width: 150px; padding: 4px 8px; border: 1px #1E88E5 solid; @@ -9781,17 +9781,17 @@ input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:b color: #1E88E5; } input[type=checkbox] + label:before { - content: ""; + content: "\f0c8"; } input[type=checkbox]:checked + label:before { - content: ""; + content: "\f14a"; font-weight: bold; } input[type=radio] + label:before { - content: ""; + content: "\f111"; } input[type=radio]:checked + label:before { - content: ""; + content: "\f192"; } input[type=checkbox][disabled] + label:before { color: #C4C4C4; @@ -10016,8 +10016,9 @@ textarea:focus { } .box-container .num_box { border: 1px solid #E5E5E5; - background-color: #FFFF; + background-color: white; border-radius: 2px; + cursor: pointer; margin: 0px; padding: 0px; } @@ -10423,7 +10424,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { #popup_user_access.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -10475,9 +10476,9 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { div.button_holder.editor_button_holder { margin: 0; padding: 8px 16px; - border-bottom: 1px #cccccc solid; - border-left: 1px #cccccc solid; - border-right: 1px #cccccc solid; + border-bottom: 1px rgb(204, 204, 204) solid; + border-left: 1px rgb(204, 204, 204) solid; + border-right: 1px rgb(204, 204, 204) solid; border-radius: 0 0 2px 2px; } @@ -10768,7 +10769,7 @@ div.button_holder.editor_button_holder { #survey_list .second_line .filters #folderSwitch#sortButton:after { position: absolute; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; right: 8px; top: 13px; font-weight: 600; @@ -11114,13 +11115,13 @@ body.eng #survey_list .filters #folderSwitch { cursor: pointer; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_icon::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -11130,7 +11131,7 @@ body.eng #survey_list .filters #folderSwitch { background-color: #F8F8F8; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_icon::before { font-weight: 600; @@ -12247,13 +12248,13 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { cursor: pointer; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -12279,7 +12280,7 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { }*/ } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder::before { font-weight: 600; @@ -12532,7 +12533,7 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-custom-radio:before { @@ -12540,7 +12541,7 @@ and open the template in the editor. display: inline-block; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] { display: none !important; @@ -12553,11 +12554,11 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting .custom_radio_picture.obarvan > label > span.enka-custom-radio:before { @@ -12850,7 +12851,7 @@ and open the template in the editor. } #new_anketa_div .layout_right_item .layout_right_centering .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #C4C4C4; @@ -13463,20 +13464,20 @@ div.drop_setting_transition { font-weight: 400; } #branching input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #branching input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } #branching input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } #branching input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } #branching span.faicon.delete_circle::before { @@ -20099,7 +20100,7 @@ and open the template in the editor. transition: 0.2s; } .tab_content .content_left ul li.folder_item .faicon.arrow:before { - content: ""; + content: "\f078"; } .tab_content .content_left ul li.folder_item .faicon.folder:before, .tab_content .content_left ul li.folder_item .faicon.clipboard:before { @@ -20116,7 +20117,7 @@ and open the template in the editor. color: #1E88E5; } .tab_content .content_left ul li.folder_item.open .faicon.arrow:before { - content: ""; + content: "\f077"; } .tab_content .content_left ul li.folder_item.no_arrow .faicon.arrow:before { display: none; @@ -20619,7 +20620,7 @@ img.mapster_el { border-radius: 4px; } .jquery-selectbox .jquery-selectbox-moreButton::before { - content: ""; + content: "\f078"; padding-left: 2px; color: #333333; font-size: 10px; @@ -20936,10 +20937,10 @@ div.page_tema div.theme_list div.options div.buttons-window { position: absolute; bottom: 20px; max-width: 113px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); border-radius: 2px; margin-right: 5px; - background-color: #FFFF; + background-color: white; } div.page_tema div.theme_list div.options div.buttons-window .button { border: none; @@ -21234,7 +21235,7 @@ div#theme-edit-wrap div#theme-editor #picker { left: 500px; z-index: 999; border-radius: 2px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } div#theme-edit-wrap div#theme-editor #picker .popup_close { position: absolute !important; @@ -21400,7 +21401,7 @@ div#theme-edit-wrap div#theme-editor #picker .button_holder button:last-child { div#theme-edit-wrap div#theme-editor #picker.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -21763,7 +21764,7 @@ span.faicon.st-besede-popup { #vrednost_edit.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22004,7 +22005,7 @@ span.faicon.st-besede-popup { #quota.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22376,7 +22377,7 @@ and open the template in the editor. #vprasanje_preview #preview_spremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22470,21 +22471,21 @@ and open the template in the editor. } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -23442,22 +23443,22 @@ and open the template in the editor. } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f096";*/ - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f10c";*/ - content: ""; + content: "\f111"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f046";*/ - content: ""; + content: "\f14a"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f192";*/ - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=radio] { margin: 0 8px 4px 0; @@ -23470,7 +23471,7 @@ and open the template in the editor. #preview_spremenljivka input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #preview_spremenljivka input[type=radio] + span.enka-custom-radio:before { @@ -23478,7 +23479,7 @@ and open the template in the editor. display: inline-block; } #preview_spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=checkbox] { display: none !important; @@ -23491,11 +23492,11 @@ and open the template in the editor. #preview_spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } @@ -23754,7 +23755,7 @@ and open the template in the editor. } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #E5E5E5; @@ -23762,7 +23763,7 @@ and open the template in the editor. font-weight: 400; } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #E5E5E5; } @@ -24025,7 +24026,7 @@ dl.arch_email dd { #inv_view_arch_recipients.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -25239,23 +25240,23 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admi } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } div.page_komentarji ul .spremenljivka_content input[type=radio], @@ -25272,7 +25273,7 @@ div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-chec div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-custom-radio:before, @@ -25282,7 +25283,7 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.en } div.page_komentarji ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } div.page_komentarji ul .spremenljivka_content input[type=checkbox], div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] { @@ -25298,12 +25299,12 @@ div.page_komentarji ul .spremenljivka_content input[type=checkbox] + span.enka-c div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } div.page_komentarji ul div.question_comment_holder, @@ -25909,7 +25910,6 @@ div#general_popup div.popup_content.publish.settings div#publish_settings_more { .page_vabila #vabila .button_holder #nice_url_holder .buttons { margin: 9px 0px 0px 0px !important; } - div#vabila div.more div.more_block { width: 89% !important; } @@ -27378,7 +27378,7 @@ div.subpage_coding .coding-refresh .button_holder button:last-child { div.subpage_coding .coding-refresh.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27560,7 +27560,7 @@ div.subpage_coding #coding .button_holder button:last-child { div.subpage_coding #coding.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27884,7 +27884,7 @@ div.subpage_coding .floatRecodeSpremenljivka .button_holder button:last-child { div.subpage_coding .floatRecodeSpremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -28235,18 +28235,18 @@ ul#merge li { -webkit-text-stroke: 0.35px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -28745,7 +28745,7 @@ and open the template in the editor. #div_export_setting_show.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -30049,7 +30049,7 @@ iframe#ifmcontentstoprint { position: absolute; left: 17px; top: 40px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } #div_analiza_data .faicon.dots { cursor: pointer; @@ -30066,7 +30066,7 @@ iframe#ifmcontentstoprint { .analysis_icons_holder { background-color: white; border-radius: 2px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } .analysis_icons_holder .icon_box { margin-left: 16px; @@ -30122,7 +30122,7 @@ iframe#ifmcontentstoprint { .cell_icons button::before { font-weight: 700; - content: ""; + content: "\f141"; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options div.button { @@ -30350,15 +30350,15 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l } .rsdl_bck1 { - background-color: #fae2e2 !important; + background-color: rgb(250, 226, 226) !important; } .rsdl_bck2 { - background-color: #ff9d9d !important; + background-color: rgb(255, 157, 157) !important; } .rsdl_bck3 { - background-color: #f84242 !important; + background-color: rgb(248, 66, 66) !important; } .rsdl_bck4 { @@ -31871,7 +31871,7 @@ ul.vrednost_sort input[type=text] { .subpage_analysis_creport #anketa_custom_report #newCReportProfile.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32155,7 +32155,7 @@ and open the template in the editor. #dsp_inspect_cover.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32689,7 +32689,7 @@ input#endDate { .mc_table_settings.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32902,7 +32902,7 @@ input#endDate { #newMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33091,7 +33091,7 @@ input#endDate { #renameMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33280,7 +33280,7 @@ input#endDate { #deleteMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33666,7 +33666,7 @@ button.buttons-columnVisibility.active { table.usersTable { margin-left: 14px; margin-right: 14px; - width: calc(100% - 2*14px); + width: calc(100% - 28px); white-space: nowrap; border-collapse: collapse !important; } @@ -33846,24 +33846,19 @@ table.dataTable td:not(:first-of-type), table.dataTable th:not(:first-of-type) { #quick_comments_link.newCss { display: none; } - #firstNavigation ol.right-side { display: none; } - div.status_advanced { flex-direction: column; } - div.status_advanced_box { width: 100%; box-sizing: border-box; } - a.status_advanced_link { width: 95%; } - .content_div_normalmode { overflow-x: auto; } @@ -33957,7 +33952,6 @@ body #main_holder #main .wide { width: 100%; margin: 0; } - fieldset { width: 100% !important; box-sizing: border-box !important; @@ -33987,44 +33981,36 @@ fieldset textarea { fieldset .setting { height: auto !important; } - .setting_horizontal_wrapper { flex-direction: column !important; } - #vnosi_paginacija div select { display: inline-block; width: fit-content; margin: 0 5px; text-align: center; } - div.breadcrumbs { display: block; padding: 15px; color: #1e88e5; font-weight: 600; } - button.small, submit.small { min-width: auto; padding: 5px 16px; } - button.medium, submit.medium { min-width: auto; padding: 10px 24px; } - button.large, submit.large { min-width: auto; padding: 12px 32px; } - .top_note { padding: 8px 16px; } - header { /* Mobile meni */ /* Mobile meni - NASTAVITVE V UREJANJU ANKETE*/ @@ -34280,7 +34266,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { header .mobile_settings .mobile_settings_content a .setting_text { width: auto; } - footer#srv_footer { display: flex; flex-direction: column; @@ -34302,7 +34287,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { padding: 0; border: 0; } - /* Popup za vprasajcke */ .qtip { position: fixed !important; @@ -34313,7 +34297,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { left: 10% !important; box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.34) !important; } - .divPopUp { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; @@ -34324,12 +34307,10 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; } - /* Vse povezano s paketi in placili */ .dt-buttons { display: none; } - #main #moje_ankete_edit #anketa_edit { padding: 0 !important; } @@ -34404,7 +34385,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #moje_ankete_edit fieldset div.setting { margin-bottom: 10px; } - #new_anketa_div { display: flex; flex-direction: column; @@ -34488,7 +34468,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { border: 1px solid #c8e3f8 !important; border-radius: 1px; } - .dashboard_top_settings { flex-direction: column; } @@ -34501,19 +34480,16 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin-left: 0; margin-right: 16px; } - .dashboard_boxes { flex-direction: column; } .dashboard_boxes .dashboard_box { margin: 0 0 32px 0; } - .locked .add-variable-mobile, .spremenljivka_content .add-variable { display: none !important; } - #branching { width: 100%; margin: 0; @@ -34618,11 +34594,9 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin: 0; padding: 0 12px; } - .toolbox_holder { display: none; } - .mobile_add_question { display: block; position: fixed; @@ -34642,7 +34616,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { line-height: 15px; font-weight: 600; } - .mobile_add_question_popup { z-index: 9999; position: fixed; @@ -34696,7 +34669,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { font-size: 14px; font-weight: 500; } - #vprasanje_float_editing .vprasanje_edit_holder { position: fixed; z-index: 99999; @@ -34749,7 +34721,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin-left: 0 !important; text-align: center; } - #main #anketa #globalSetingsList { max-width: 100% !important; width: 100% !important; @@ -34762,7 +34733,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #anketa #globalSetingsList fieldset span.charalimit#anketa_note_chars { width: 100%; } - /* NASTAVITVE in ARHIVI */ /* OBLIKA */ #main #anketa #anketa_edit.page_tema #div_theme_group_holder { @@ -34778,18 +34748,15 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: 100%; height: auto; } - #theme-editor { width: 100% !important; float: none !important; } - #theme-preview { width: 100% !important; float: none !important; margin-top: 80px !important; } - /* ARHIVI */ #main #anketa #anketa_edit.page_arhivi { flex-direction: column-reverse; @@ -34807,7 +34774,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #anketa #anketa_edit.page_arhivi #div_archive_content fieldset input { width: 100% !important; } - div.page_tema .theme_list { flex-wrap: wrap; } @@ -34834,7 +34800,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options .button { margin-right: 8px; } - .page_theme-editor #theme-preview { display: none; } @@ -34842,7 +34807,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: 100% !important; flex-wrap: wrap; } - #srv_diagnostic br { display: none; } @@ -34863,7 +34827,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #srv_diagnostic #srv_diagnostic_results_right table td + td { width: auto !important; } - .subpage_testnipodatki { line-height: 20px; } @@ -34877,7 +34840,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .subpage_testnipodatki form label input { vertical-align: bottom; } - .lastnosti_wrapper { flex-direction: column !important; } @@ -34885,7 +34847,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .lastnosti_wrapper .lastnosti_right { width: 100% !important; } - .page_vabila #vabila .button_holder { flex-direction: column; align-items: flex-start; @@ -34910,7 +34871,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .page_vabila #vabila .more_block { width: 100%; } - .page_invitations #inv_top_navi { flex-direction: column; align-items: flex-start; @@ -34978,7 +34938,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .page_invitations .button_holder button { margin-bottom: 8px; } - #vabila > table, table.invitations_settings, #inv_msg_preview table, @@ -35062,7 +35021,6 @@ table.invitations_settings p label input[type=password], width: 100% !important; box-sizing: border-box; } - #surveyInvitationSetting, #surveyInvitationSettingServer { min-width: 100% !important; @@ -35070,7 +35028,6 @@ table.invitations_settings p label input[type=password], margin: 10px 0 !important; box-sizing: border-box !important; } - #inv_top_navi { display: flex; flex-direction: column; @@ -35109,7 +35066,6 @@ table.invitations_settings p label input[type=password], #inv_top_navi > #inv_step_nav.yellow .inv_step_space { display: none; } - #inv_recipients_profiles_holder, #inv_import_list_container, #inv_messages_profiles_holder, @@ -35130,7 +35086,6 @@ table.invitations_settings p label input[type=password], #inv_select_mail_preview textarea { width: 100%; } - #inv_msg_preview table th { height: auto !important; width: 100% !important; @@ -35142,7 +35097,6 @@ table.invitations_settings p label input[type=password], width: 100%; box-sizing: border-box; } - .addthis_toolbox { line-height: 24px; } @@ -35157,11 +35111,9 @@ table.invitations_settings p label input[type=password], .addthis_toolbox .addthis_separator { font-size: 16px; } - #inv_field_container ul li { width: 45%; } - /* grafika ko ni podatkov */ div.no_data_alert img { width: 100%; @@ -35173,7 +35125,6 @@ table.invitations_settings p label input[type=password], flex-direction: column; align-items: center; } - .page_data .data_table_top_holder { flex-direction: column; align-items: flex-start; @@ -35244,11 +35195,9 @@ table.invitations_settings p label input[type=password], width: 100%; margin-bottom: 16px; } - body.data_fullscreen #analiza_data { top: 68px; } - .subpage_append .anketa_edit_main, .subpage_merge .anketa_edit_main, .subpage_calculation .anketa_edit_main, @@ -35289,7 +35238,6 @@ table.invitations_settings p label input[type=password], clear: both; margin: 40px 0 0 0 !important; } - .subpage_quick_edit #quick_edit_top_line { flex-direction: column-reverse; } @@ -35309,7 +35257,6 @@ table.invitations_settings p label input[type=password], .subpage_quick_edit .quick_edit_container .quick_edit_bottom_line { justify-content: center; } - .analysis_bottom_settings { flex-wrap: wrap; } @@ -35319,16 +35266,13 @@ table.invitations_settings p label input[type=password], margin: 0 0 16px 0 !important; border: 0; } - .div_analiza_icons, .div_analiza_scale { opacity: 1 !important; } - .analysis_icons_holder { display: none; } - .chart_holder { width: 100%; box-sizing: border-box; @@ -35351,7 +35295,6 @@ table.invitations_settings p label input[type=password], display: block; clear: both; } - table.analysis_reports { border-spacing: 0px; } @@ -35368,14 +35311,12 @@ table.analysis_reports > tbody > tr > td { table.analysis_reports fieldset { margin-bottom: 0 !important; } - .reports_holder { flex-direction: column; } .reports_holder fieldset { width: 100%; } - .noSurvey_sequence { padding: 0; } @@ -35397,13 +35338,11 @@ table.analysis_reports > tbody > tr > td { .noSurvey_sequence .buttons_holder a .button { margin: 10px 30px; } - #table-horizontal-scroll-wrapper1-userchanges { display: table; table-layout: fixed; width: 100%; } - #table-horizontal-scroll-wrapper2-userchanges { display: table-cell; overflow-x: auto; @@ -35414,7 +35353,6 @@ table.analysis_reports > tbody > tr > td { border-collapse: collapse; white-space: nowrap; } - .page_arhivi .anketa_edit_left, .page_tracking .anketa_edit_left, .subpage_anal_arch .anketa_edit_left, diff --git a/resources/sass/admin_new/components/form/seznam_anket.scss b/resources/sass/admin_new/components/form/seznam_anket.scss index 026bccf14..49fffb060 100644 --- a/resources/sass/admin_new/components/form/seznam_anket.scss +++ b/resources/sass/admin_new/components/form/seznam_anket.scss @@ -13,6 +13,7 @@ border: 1px solid #E5E5E5; background-color: #FFFF; border-radius: 2px; + cursor: pointer; margin: 0px; padding: 0px; From 4c45002ed64c2e3395b43b9075f40a53444a6ab0 Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Thu, 25 Aug 2022 11:13:37 +0200 Subject: [PATCH 35/46] [Redizajn 1KA v2] - Urejanje --> Nastavitve --> Prikaz podatkov --- admin/survey/SurveyAdminSettings.php | 4 +- lang/1.php | 2 + lang/2.php | 2 + public/css/admin_new.css | 2900 +++++++++++++------------- 4 files changed, 1456 insertions(+), 1452 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 16dca9bff..c9d17ecc4 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -502,11 +502,11 @@ class SurveyAdminSettings { echo '
'; echo ''; - echo ''; + echo ''; echo '
'; echo '
'; echo ''; - echo ''; + echo ''; echo '
'; echo '
'; diff --git a/lang/1.php b/lang/1.php index c42238651..4312bc4c1 100644 --- a/lang/1.php +++ b/lang/1.php @@ -6429,6 +6429,8 @@ $lang = array ( 'srv_editing_mode_new_anketa_1' => 'Napredni način', 'srv_email_example_txt' => 'Če želite ta e-mail uporabljati za pošiljanje, je treba v naprednih nastavitvah nastaviti, da je spremenljivka sistemska.', 'srv_prikaz_default_valid' => 'Privzeta izbira ustreznih enot:', + 'srv_prikaz_default_valid1' => 'Delno izpolnjene in končane enote/ankete (s statusoma 5, 6)', + 'srv_prikaz_default_valid2' => 'Samo končane enote/ankete (s statusom 6)', 'srv_prikaz_showItime' => 'Prikaži datum respondenta:', 'srv_prikaz_showLineNumber' => 'Prikaži številko vrstice respondenta:', 'srv_global_settnig_access_respondents' => 'Dostop respondenti', diff --git a/lang/2.php b/lang/2.php index 93a62d9cb..0ab75b23b 100644 --- a/lang/2.php +++ b/lang/2.php @@ -6322,6 +6322,8 @@ $lang = array ( 'srv_editing_mode_new_anketa_1' => 'Advanced mode', 'srv_email_example_txt' => 'To use this e-mail for sending invitations, you need to mark it as system variable in advanced settings.', 'srv_prikaz_default_valid' => 'The default selection of appropriate units:', + 'srv_prikaz_default_valid1' => 'Partially completed and completed units/surveys (with statuses 5, 6)', + 'srv_prikaz_default_valid2' => 'Completed units/surveys only (with status 6)', 'srv_prikaz_showItime' => 'Show respondent date:', 'srv_prikaz_showLineNumber' => 'Display the row number of the respondent:', 'srv_global_settnig_access_respondents' => 'Respondent access', diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 6e6adbaa5..0498b53f6 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -214,4767 +214,4767 @@ /* 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: ""; + content: "\f26e"; } .fa-accessible-icon:before { - content: ""; + content: "\f368"; } .fa-accusoft:before { - content: ""; + content: "\f369"; } .fa-ad:before { - content: ""; + content: "\f641"; } .fa-address-book:before { - content: ""; + content: "\f2b9"; } .fa-address-card:before { - content: ""; + content: "\f2bb"; } .fa-adjust:before { - content: ""; + content: "\f042"; } .fa-adn:before { - content: ""; + content: "\f170"; } .fa-adversal:before { - content: ""; + content: "\f36a"; } .fa-affiliatetheme:before { - content: ""; + content: "\f36b"; } .fa-air-freshener:before { - content: ""; + content: "\f5d0"; } .fa-algolia:before { - content: ""; + content: "\f36c"; } .fa-align-center:before { - content: ""; + content: "\f037"; } .fa-align-justify:before { - content: ""; + content: "\f039"; } .fa-align-left:before { - content: ""; + content: "\f036"; } .fa-align-right:before { - content: ""; + content: "\f038"; } .fa-alipay:before { - content: ""; + content: "\f642"; } .fa-allergies:before { - content: ""; + content: "\f461"; } .fa-amazon:before { - content: ""; + content: "\f270"; } .fa-amazon-pay:before { - content: ""; + content: "\f42c"; } .fa-ambulance:before { - content: ""; + content: "\f0f9"; } .fa-american-sign-language-interpreting:before { - content: ""; + content: "\f2a3"; } .fa-amilia:before { - content: ""; + content: "\f36d"; } .fa-anchor:before { - content: ""; + content: "\f13d"; } .fa-android:before { - content: ""; + content: "\f17b"; } .fa-angellist:before { - content: ""; + content: "\f209"; } .fa-angle-double-down:before { - content: ""; + content: "\f103"; } .fa-angle-double-left:before { - content: ""; + content: "\f100"; } .fa-angle-double-right:before { - content: ""; + content: "\f101"; } .fa-angle-double-up:before { - content: ""; + content: "\f102"; } .fa-angle-down:before { - content: ""; + content: "\f107"; } .fa-angle-left:before { - content: ""; + content: "\f104"; } .fa-angle-right:before { - content: ""; + content: "\f105"; } .fa-angle-up:before { - content: ""; + content: "\f106"; } .fa-angry:before { - content: ""; + content: "\f556"; } .fa-angrycreative:before { - content: ""; + content: "\f36e"; } .fa-angular:before { - content: ""; + content: "\f420"; } .fa-ankh:before { - content: ""; + content: "\f644"; } .fa-app-store:before { - content: ""; + content: "\f36f"; } .fa-app-store-ios:before { - content: ""; + content: "\f370"; } .fa-apper:before { - content: ""; + content: "\f371"; } .fa-apple:before { - content: ""; + content: "\f179"; } .fa-apple-alt:before { - content: ""; + content: "\f5d1"; } .fa-apple-pay:before { - content: ""; + content: "\f415"; } .fa-archive:before { - content: ""; + content: "\f187"; } .fa-archway:before { - content: ""; + content: "\f557"; } .fa-arrow-alt-circle-down:before { - content: ""; + content: "\f358"; } .fa-arrow-alt-circle-left:before { - content: ""; + content: "\f359"; } .fa-arrow-alt-circle-right:before { - content: ""; + content: "\f35a"; } .fa-arrow-alt-circle-up:before { - content: ""; + content: "\f35b"; } .fa-arrow-circle-down:before { - content: ""; + content: "\f0ab"; } .fa-arrow-circle-left:before { - content: ""; + content: "\f0a8"; } .fa-arrow-circle-right:before { - content: ""; + content: "\f0a9"; } .fa-arrow-circle-up:before { - content: ""; + content: "\f0aa"; } .fa-arrow-down:before { - content: ""; + content: "\f063"; } .fa-arrow-left:before { - content: ""; + content: "\f060"; } .fa-arrow-right:before { - content: ""; + content: "\f061"; } .fa-arrow-up:before { - content: ""; + content: "\f062"; } .fa-arrows-alt:before { - content: ""; + content: "\f0b2"; } .fa-arrows-alt-h:before { - content: ""; + content: "\f337"; } .fa-arrows-alt-v:before { - content: ""; + content: "\f338"; } .fa-assistive-listening-systems:before { - content: ""; + content: "\f2a2"; } .fa-asterisk:before { - content: ""; + content: "\f069"; } .fa-asymmetrik:before { - content: ""; + content: "\f372"; } .fa-at:before { - content: ""; + content: "\f1fa"; } .fa-atlas:before { - content: ""; + content: "\f558"; } .fa-atom:before { - content: ""; + content: "\f5d2"; } .fa-audible:before { - content: ""; + content: "\f373"; } .fa-audio-description:before { - content: ""; + content: "\f29e"; } .fa-autoprefixer:before { - content: ""; + content: "\f41c"; } .fa-avianex:before { - content: ""; + content: "\f374"; } .fa-aviato:before { - content: ""; + content: "\f421"; } .fa-award:before { - content: ""; + content: "\f559"; } .fa-aws:before { - content: ""; + content: "\f375"; } .fa-backspace:before { - content: ""; + content: "\f55a"; } .fa-backward:before { - content: ""; + content: "\f04a"; } .fa-balance-scale:before { - content: ""; + content: "\f24e"; } .fa-ban:before { - content: ""; + content: "\f05e"; } .fa-band-aid:before { - content: ""; + content: "\f462"; } .fa-bandcamp:before { - content: ""; + content: "\f2d5"; } .fa-barcode:before { - content: ""; + content: "\f02a"; } .fa-bars:before { - content: ""; + content: "\f0c9"; } .fa-baseball-ball:before { - content: ""; + content: "\f433"; } .fa-basketball-ball:before { - content: ""; + content: "\f434"; } .fa-bath:before { - content: ""; + content: "\f2cd"; } .fa-battery-empty:before { - content: ""; + content: "\f244"; } .fa-battery-full:before { - content: ""; + content: "\f240"; } .fa-battery-half:before { - content: ""; + content: "\f242"; } .fa-battery-quarter:before { - content: ""; + content: "\f243"; } .fa-battery-three-quarters:before { - content: ""; + content: "\f241"; } .fa-bed:before { - content: ""; + content: "\f236"; } .fa-beer:before { - content: ""; + content: "\f0fc"; } .fa-behance:before { - content: ""; + content: "\f1b4"; } .fa-behance-square:before { - content: ""; + content: "\f1b5"; } .fa-bell:before { - content: ""; + content: "\f0f3"; } .fa-bell-slash:before { - content: ""; + content: "\f1f6"; } .fa-bezier-curve:before { - content: ""; + content: "\f55b"; } .fa-bible:before { - content: ""; + content: "\f647"; } .fa-bicycle:before { - content: ""; + content: "\f206"; } .fa-bimobject:before { - content: ""; + content: "\f378"; } .fa-binoculars:before { - content: ""; + content: "\f1e5"; } .fa-birthday-cake:before { - content: ""; + content: "\f1fd"; } .fa-bitbucket:before { - content: ""; + content: "\f171"; } .fa-bitcoin:before { - content: ""; + content: "\f379"; } .fa-bity:before { - content: ""; + content: "\f37a"; } .fa-black-tie:before { - content: ""; + content: "\f27e"; } .fa-blackberry:before { - content: ""; + content: "\f37b"; } .fa-blender:before { - content: ""; + content: "\f517"; } .fa-blind:before { - content: ""; + content: "\f29d"; } .fa-blogger:before { - content: ""; + content: "\f37c"; } .fa-blogger-b:before { - content: ""; + content: "\f37d"; } .fa-bluetooth:before { - content: ""; + content: "\f293"; } .fa-bluetooth-b:before { - content: ""; + content: "\f294"; } .fa-bold:before { - content: ""; + content: "\f032"; } .fa-bolt:before { - content: ""; + content: "\f0e7"; } .fa-bomb:before { - content: ""; + content: "\f1e2"; } .fa-bone:before { - content: ""; + content: "\f5d7"; } .fa-bong:before { - content: ""; + content: "\f55c"; } .fa-book:before { - content: ""; + content: "\f02d"; } .fa-book-open:before { - content: ""; + content: "\f518"; } .fa-book-reader:before { - content: ""; + content: "\f5da"; } .fa-bookmark:before { - content: ""; + content: "\f02e"; } .fa-bowling-ball:before { - content: ""; + content: "\f436"; } .fa-box:before { - content: ""; + content: "\f466"; } .fa-box-open:before { - content: ""; + content: "\f49e"; } .fa-boxes:before { - content: ""; + content: "\f468"; } .fa-braille:before { - content: ""; + content: "\f2a1"; } .fa-brain:before { - content: ""; + content: "\f5dc"; } .fa-briefcase:before { - content: ""; + content: "\f0b1"; } .fa-briefcase-medical:before { - content: ""; + content: "\f469"; } .fa-broadcast-tower:before { - content: ""; + content: "\f519"; } .fa-broom:before { - content: ""; + content: "\f51a"; } .fa-brush:before { - content: ""; + content: "\f55d"; } .fa-btc:before { - content: ""; + content: "\f15a"; } .fa-bug:before { - content: ""; + content: "\f188"; } .fa-building:before { - content: ""; + content: "\f1ad"; } .fa-bullhorn:before { - content: ""; + content: "\f0a1"; } .fa-bullseye:before { - content: ""; + content: "\f140"; } .fa-burn:before { - content: ""; + content: "\f46a"; } .fa-buromobelexperte:before { - content: ""; + content: "\f37f"; } .fa-bus:before { - content: ""; + content: "\f207"; } .fa-bus-alt:before { - content: ""; + content: "\f55e"; } .fa-business-time:before { - content: ""; + content: "\f64a"; } .fa-buysellads:before { - content: ""; + content: "\f20d"; } .fa-calculator:before { - content: ""; + content: "\f1ec"; } .fa-calendar:before { - content: ""; + content: "\f133"; } .fa-calendar-alt:before { - content: ""; + content: "\f073"; } .fa-calendar-check:before { - content: ""; + content: "\f274"; } .fa-calendar-minus:before { - content: ""; + content: "\f272"; } .fa-calendar-plus:before { - content: ""; + content: "\f271"; } .fa-calendar-times:before { - content: ""; + content: "\f273"; } .fa-camera:before { - content: ""; + content: "\f030"; } .fa-camera-retro:before { - content: ""; + content: "\f083"; } .fa-cannabis:before { - content: ""; + content: "\f55f"; } .fa-capsules:before { - content: ""; + content: "\f46b"; } .fa-car:before { - content: ""; + content: "\f1b9"; } .fa-car-alt:before { - content: ""; + content: "\f5de"; } .fa-car-battery:before { - content: ""; + content: "\f5df"; } .fa-car-crash:before { - content: ""; + content: "\f5e1"; } .fa-car-side:before { - content: ""; + content: "\f5e4"; } .fa-caret-down:before { - content: ""; + content: "\f0d7"; } .fa-caret-left:before { - content: ""; + content: "\f0d9"; } .fa-caret-right:before { - content: ""; + content: "\f0da"; } .fa-caret-square-down:before { - content: ""; + content: "\f150"; } .fa-caret-square-left:before { - content: ""; + content: "\f191"; } .fa-caret-square-right:before { - content: ""; + content: "\f152"; } .fa-caret-square-up:before { - content: ""; + content: "\f151"; } .fa-caret-up:before { - content: ""; + content: "\f0d8"; } .fa-cart-arrow-down:before { - content: ""; + content: "\f218"; } .fa-cart-plus:before { - content: ""; + content: "\f217"; } .fa-cc-amazon-pay:before { - content: ""; + content: "\f42d"; } .fa-cc-amex:before { - content: ""; + content: "\f1f3"; } .fa-cc-apple-pay:before { - content: ""; + content: "\f416"; } .fa-cc-diners-club:before { - content: ""; + content: "\f24c"; } .fa-cc-discover:before { - content: ""; + content: "\f1f2"; } .fa-cc-jcb:before { - content: ""; + content: "\f24b"; } .fa-cc-mastercard:before { - content: ""; + content: "\f1f1"; } .fa-cc-paypal:before { - content: ""; + content: "\f1f4"; } .fa-cc-stripe:before { - content: ""; + content: "\f1f5"; } .fa-cc-visa:before { - content: ""; + content: "\f1f0"; } .fa-centercode:before { - content: ""; + content: "\f380"; } .fa-certificate:before { - content: ""; + content: "\f0a3"; } .fa-chalkboard:before { - content: ""; + content: "\f51b"; } .fa-chalkboard-teacher:before { - content: ""; + content: "\f51c"; } .fa-charging-station:before { - content: ""; + content: "\f5e7"; } .fa-chart-area:before { - content: ""; + content: "\f1fe"; } .fa-chart-bar:before { - content: ""; + content: "\f080"; } .fa-chart-line:before { - content: ""; + content: "\f201"; } .fa-chart-pie:before { - content: ""; + content: "\f200"; } .fa-check:before { - content: ""; + content: "\f00c"; } .fa-check-circle:before { - content: ""; + content: "\f058"; } .fa-check-double:before { - content: ""; + content: "\f560"; } .fa-check-square:before { - content: ""; + content: "\f14a"; } .fa-chess:before { - content: ""; + content: "\f439"; } .fa-chess-bishop:before { - content: ""; + content: "\f43a"; } .fa-chess-board:before { - content: ""; + content: "\f43c"; } .fa-chess-king:before { - content: ""; + content: "\f43f"; } .fa-chess-knight:before { - content: ""; + content: "\f441"; } .fa-chess-pawn:before { - content: ""; + content: "\f443"; } .fa-chess-queen:before { - content: ""; + content: "\f445"; } .fa-chess-rook:before { - content: ""; + content: "\f447"; } .fa-chevron-circle-down:before { - content: ""; + content: "\f13a"; } .fa-chevron-circle-left:before { - content: ""; + content: "\f137"; } .fa-chevron-circle-right:before { - content: ""; + content: "\f138"; } .fa-chevron-circle-up:before { - content: ""; + content: "\f139"; } .fa-chevron-down:before { - content: ""; + content: "\f078"; } .fa-chevron-left:before { - content: ""; + content: "\f053"; } .fa-chevron-right:before { - content: ""; + content: "\f054"; } .fa-chevron-up:before { - content: ""; + content: "\f077"; } .fa-child:before { - content: ""; + content: "\f1ae"; } .fa-chrome:before { - content: ""; + content: "\f268"; } .fa-church:before { - content: ""; + content: "\f51d"; } .fa-circle:before { - content: ""; + content: "\f111"; } .fa-circle-notch:before { - content: ""; + content: "\f1ce"; } .fa-city:before { - content: ""; + content: "\f64f"; } .fa-clipboard:before { - content: ""; + content: "\f328"; } .fa-clipboard-check:before { - content: ""; + content: "\f46c"; } .fa-clipboard-list:before { - content: ""; + content: "\f46d"; } .fa-clock:before { - content: ""; + content: "\f017"; } .fa-clone:before { - content: ""; + content: "\f24d"; } .fa-closed-captioning:before { - content: ""; + content: "\f20a"; } .fa-cloud:before { - content: ""; + content: "\f0c2"; } .fa-cloud-download-alt:before { - content: ""; + content: "\f381"; } .fa-cloud-upload-alt:before { - content: ""; + content: "\f382"; } .fa-cloudscale:before { - content: ""; + content: "\f383"; } .fa-cloudsmith:before { - content: ""; + content: "\f384"; } .fa-cloudversify:before { - content: ""; + content: "\f385"; } .fa-cocktail:before { - content: ""; + content: "\f561"; } .fa-code:before { - content: ""; + content: "\f121"; } .fa-code-branch:before { - content: ""; + content: "\f126"; } .fa-codepen:before { - content: ""; + content: "\f1cb"; } .fa-codiepie:before { - content: ""; + content: "\f284"; } .fa-coffee:before { - content: ""; + content: "\f0f4"; } .fa-cog:before { - content: ""; + content: "\f013"; } .fa-cogs:before { - content: ""; + content: "\f085"; } .fa-coins:before { - content: ""; + content: "\f51e"; } .fa-columns:before { - content: ""; + content: "\f0db"; } .fa-comment:before { - content: ""; + content: "\f075"; } .fa-comment-alt:before { - content: ""; + content: "\f27a"; } .fa-comment-dollar:before { - content: ""; + content: "\f651"; } .fa-comment-dots:before { - content: ""; + content: "\f4ad"; } .fa-comment-slash:before { - content: ""; + content: "\f4b3"; } .fa-comments:before { - content: ""; + content: "\f086"; } .fa-comments-dollar:before { - content: ""; + content: "\f653"; } .fa-compact-disc:before { - content: ""; + content: "\f51f"; } .fa-compass:before { - content: ""; + content: "\f14e"; } .fa-compress:before { - content: ""; + content: "\f066"; } .fa-concierge-bell:before { - content: ""; + content: "\f562"; } .fa-connectdevelop:before { - content: ""; + content: "\f20e"; } .fa-contao:before { - content: ""; + content: "\f26d"; } .fa-cookie:before { - content: ""; + content: "\f563"; } .fa-cookie-bite:before { - content: ""; + content: "\f564"; } .fa-copy:before { - content: ""; + content: "\f0c5"; } .fa-copyright:before { - content: ""; + content: "\f1f9"; } .fa-couch:before { - content: ""; + content: "\f4b8"; } .fa-cpanel:before { - content: ""; + content: "\f388"; } .fa-creative-commons:before { - content: ""; + content: "\f25e"; } .fa-creative-commons-by:before { - content: ""; + content: "\f4e7"; } .fa-creative-commons-nc:before { - content: ""; + content: "\f4e8"; } .fa-creative-commons-nc-eu:before { - content: ""; + content: "\f4e9"; } .fa-creative-commons-nc-jp:before { - content: ""; + content: "\f4ea"; } .fa-creative-commons-nd:before { - content: ""; + content: "\f4eb"; } .fa-creative-commons-pd:before { - content: ""; + content: "\f4ec"; } .fa-creative-commons-pd-alt:before { - content: ""; + content: "\f4ed"; } .fa-creative-commons-remix:before { - content: ""; + content: "\f4ee"; } .fa-creative-commons-sa:before { - content: ""; + content: "\f4ef"; } .fa-creative-commons-sampling:before { - content: ""; + content: "\f4f0"; } .fa-creative-commons-sampling-plus:before { - content: ""; + content: "\f4f1"; } .fa-creative-commons-share:before { - content: ""; + content: "\f4f2"; } .fa-credit-card:before { - content: ""; + content: "\f09d"; } .fa-crop:before { - content: ""; + content: "\f125"; } .fa-crop-alt:before { - content: ""; + content: "\f565"; } .fa-cross:before { - content: ""; + content: "\f654"; } .fa-crosshairs:before { - content: ""; + content: "\f05b"; } .fa-crow:before { - content: ""; + content: "\f520"; } .fa-crown:before { - content: ""; + content: "\f521"; } .fa-css3:before { - content: ""; + content: "\f13c"; } .fa-css3-alt:before { - content: ""; + content: "\f38b"; } .fa-cube:before { - content: ""; + content: "\f1b2"; } .fa-cubes:before { - content: ""; + content: "\f1b3"; } .fa-cut:before { - content: ""; + content: "\f0c4"; } .fa-cuttlefish:before { - content: ""; + content: "\f38c"; } .fa-d-and-d:before { - content: ""; + content: "\f38d"; } .fa-dashcube:before { - content: ""; + content: "\f210"; } .fa-database:before { - content: ""; + content: "\f1c0"; } .fa-deaf:before { - content: ""; + content: "\f2a4"; } .fa-delicious:before { - content: ""; + content: "\f1a5"; } .fa-deploydog:before { - content: ""; + content: "\f38e"; } .fa-deskpro:before { - content: ""; + content: "\f38f"; } .fa-desktop:before { - content: ""; + content: "\f108"; } .fa-deviantart:before { - content: ""; + content: "\f1bd"; } .fa-dharmachakra:before { - content: ""; + content: "\f655"; } .fa-diagnoses:before { - content: ""; + content: "\f470"; } .fa-dice:before { - content: ""; + content: "\f522"; } .fa-dice-five:before { - content: ""; + content: "\f523"; } .fa-dice-four:before { - content: ""; + content: "\f524"; } .fa-dice-one:before { - content: ""; + content: "\f525"; } .fa-dice-six:before { - content: ""; + content: "\f526"; } .fa-dice-three:before { - content: ""; + content: "\f527"; } .fa-dice-two:before { - content: ""; + content: "\f528"; } .fa-digg:before { - content: ""; + content: "\f1a6"; } .fa-digital-ocean:before { - content: ""; + content: "\f391"; } .fa-digital-tachograph:before { - content: ""; + content: "\f566"; } .fa-directions:before { - content: ""; + content: "\f5eb"; } .fa-discord:before { - content: ""; + content: "\f392"; } .fa-discourse:before { - content: ""; + content: "\f393"; } .fa-divide:before { - content: ""; + content: "\f529"; } .fa-dizzy:before { - content: ""; + content: "\f567"; } .fa-dna:before { - content: ""; + content: "\f471"; } .fa-dochub:before { - content: ""; + content: "\f394"; } .fa-docker:before { - content: ""; + content: "\f395"; } .fa-dollar-sign:before { - content: ""; + content: "\f155"; } .fa-dolly:before { - content: ""; + content: "\f472"; } .fa-dolly-flatbed:before { - content: ""; + content: "\f474"; } .fa-donate:before { - content: ""; + content: "\f4b9"; } .fa-door-closed:before { - content: ""; + content: "\f52a"; } .fa-door-open:before { - content: ""; + content: "\f52b"; } .fa-dot-circle:before { - content: ""; + content: "\f192"; } .fa-dove:before { - content: ""; + content: "\f4ba"; } .fa-download:before { - content: ""; + content: "\f019"; } .fa-draft2digital:before { - content: ""; + content: "\f396"; } .fa-drafting-compass:before { - content: ""; + content: "\f568"; } .fa-draw-polygon:before { - content: ""; + content: "\f5ee"; } .fa-dribbble:before { - content: ""; + content: "\f17d"; } .fa-dribbble-square:before { - content: ""; + content: "\f397"; } .fa-dropbox:before { - content: ""; + content: "\f16b"; } .fa-drum:before { - content: ""; + content: "\f569"; } .fa-drum-steelpan:before { - content: ""; + content: "\f56a"; } .fa-drupal:before { - content: ""; + content: "\f1a9"; } .fa-dumbbell:before { - content: ""; + content: "\f44b"; } .fa-dyalog:before { - content: ""; + content: "\f399"; } .fa-earlybirds:before { - content: ""; + content: "\f39a"; } .fa-ebay:before { - content: ""; + content: "\f4f4"; } .fa-edge:before { - content: ""; + content: "\f282"; } .fa-edit:before { - content: ""; + content: "\f044"; } .fa-eject:before { - content: ""; + content: "\f052"; } .fa-elementor:before { - content: ""; + content: "\f430"; } .fa-ellipsis-h:before { - content: ""; + content: "\f141"; } .fa-ellipsis-v:before { - content: ""; + content: "\f142"; } .fa-ello:before { - content: ""; + content: "\f5f1"; } .fa-ember:before { - content: ""; + content: "\f423"; } .fa-empire:before { - content: ""; + content: "\f1d1"; } .fa-envelope:before { - content: ""; + content: "\f0e0"; } .fa-envelope-open:before { - content: ""; + content: "\f2b6"; } .fa-envelope-open-text:before { - content: ""; + content: "\f658"; } .fa-envelope-square:before { - content: ""; + content: "\f199"; } .fa-envira:before { - content: ""; + content: "\f299"; } .fa-equals:before { - content: ""; + content: "\f52c"; } .fa-eraser:before { - content: ""; + content: "\f12d"; } .fa-erlang:before { - content: ""; + content: "\f39d"; } .fa-ethereum:before { - content: ""; + content: "\f42e"; } .fa-etsy:before { - content: ""; + content: "\f2d7"; } .fa-euro-sign:before { - content: ""; + content: "\f153"; } .fa-exchange-alt:before { - content: ""; + content: "\f362"; } .fa-exclamation:before { - content: ""; + content: "\f12a"; } .fa-exclamation-circle:before { - content: ""; + content: "\f06a"; } .fa-exclamation-triangle:before { - content: ""; + content: "\f071"; } .fa-expand:before { - content: ""; + content: "\f065"; } .fa-expand-arrows-alt:before { - content: ""; + content: "\f31e"; } .fa-expeditedssl:before { - content: ""; + content: "\f23e"; } .fa-external-link-alt:before { - content: ""; + content: "\f35d"; } .fa-external-link-square-alt:before { - content: ""; + content: "\f360"; } .fa-eye:before { - content: ""; + content: "\f06e"; } .fa-eye-dropper:before { - content: ""; + content: "\f1fb"; } .fa-eye-slash:before { - content: ""; + content: "\f070"; } .fa-facebook:before { - content: ""; + content: "\f09a"; } .fa-facebook-f:before { - content: ""; + content: "\f39e"; } .fa-facebook-messenger:before { - content: ""; + content: "\f39f"; } .fa-facebook-square:before { - content: ""; + content: "\f082"; } .fa-fast-backward:before { - content: ""; + content: "\f049"; } .fa-fast-forward:before { - content: ""; + content: "\f050"; } .fa-fax:before { - content: ""; + content: "\f1ac"; } .fa-feather:before { - content: ""; + content: "\f52d"; } .fa-feather-alt:before { - content: ""; + content: "\f56b"; } .fa-female:before { - content: ""; + content: "\f182"; } .fa-fighter-jet:before { - content: ""; + content: "\f0fb"; } .fa-file:before { - content: ""; + content: "\f15b"; } .fa-file-alt:before { - content: ""; + content: "\f15c"; } .fa-file-archive:before { - content: ""; + content: "\f1c6"; } .fa-file-audio:before { - content: ""; + content: "\f1c7"; } .fa-file-code:before { - content: ""; + content: "\f1c9"; } .fa-file-contract:before { - content: ""; + content: "\f56c"; } .fa-file-download:before { - content: ""; + content: "\f56d"; } .fa-file-excel:before { - content: ""; + content: "\f1c3"; } .fa-file-export:before { - content: ""; + content: "\f56e"; } .fa-file-image:before { - content: ""; + content: "\f1c5"; } .fa-file-import:before { - content: ""; + content: "\f56f"; } .fa-file-invoice:before { - content: ""; + content: "\f570"; } .fa-file-invoice-dollar:before { - content: ""; + content: "\f571"; } .fa-file-medical:before { - content: ""; + content: "\f477"; } .fa-file-medical-alt:before { - content: ""; + content: "\f478"; } .fa-file-pdf:before { - content: ""; + content: "\f1c1"; } .fa-file-powerpoint:before { - content: ""; + content: "\f1c4"; } .fa-file-prescription:before { - content: ""; + content: "\f572"; } .fa-file-signature:before { - content: ""; + content: "\f573"; } .fa-file-upload:before { - content: ""; + content: "\f574"; } .fa-file-video:before { - content: ""; + content: "\f1c8"; } .fa-file-word:before { - content: ""; + content: "\f1c2"; } .fa-fill:before { - content: ""; + content: "\f575"; } .fa-fill-drip:before { - content: ""; + content: "\f576"; } .fa-film:before { - content: ""; + content: "\f008"; } .fa-filter:before { - content: ""; + content: "\f0b0"; } .fa-fingerprint:before { - content: ""; + content: "\f577"; } .fa-fire:before { - content: ""; + content: "\f06d"; } .fa-fire-extinguisher:before { - content: ""; + content: "\f134"; } .fa-firefox:before { - content: ""; + content: "\f269"; } .fa-first-aid:before { - content: ""; + content: "\f479"; } .fa-first-order:before { - content: ""; + content: "\f2b0"; } .fa-first-order-alt:before { - content: ""; + content: "\f50a"; } .fa-firstdraft:before { - content: ""; + content: "\f3a1"; } .fa-fish:before { - content: ""; + content: "\f578"; } .fa-flag:before { - content: ""; + content: "\f024"; } .fa-flag-checkered:before { - content: ""; + content: "\f11e"; } .fa-flask:before { - content: ""; + content: "\f0c3"; } .fa-flickr:before { - content: ""; + content: "\f16e"; } .fa-flipboard:before { - content: ""; + content: "\f44d"; } .fa-flushed:before { - content: ""; + content: "\f579"; } .fa-fly:before { - content: ""; + content: "\f417"; } .fa-folder:before { - content: ""; + content: "\f07b"; } .fa-folder-minus:before { - content: ""; + content: "\f65d"; } .fa-folder-open:before { - content: ""; + content: "\f07c"; } .fa-folder-plus:before { - content: ""; + content: "\f65e"; } .fa-font:before { - content: ""; + content: "\f031"; } .fa-font-awesome:before { - content: ""; + content: "\f2b4"; } .fa-font-awesome-alt:before { - content: ""; + content: "\f35c"; } .fa-font-awesome-flag:before { - content: ""; + content: "\f425"; } .fa-font-awesome-logo-full:before { - content: ""; + content: "\f4e6"; } .fa-fonticons:before { - content: ""; + content: "\f280"; } .fa-fonticons-fi:before { - content: ""; + content: "\f3a2"; } .fa-football-ball:before { - content: ""; + content: "\f44e"; } .fa-fort-awesome:before { - content: ""; + content: "\f286"; } .fa-fort-awesome-alt:before { - content: ""; + content: "\f3a3"; } .fa-forumbee:before { - content: ""; + content: "\f211"; } .fa-forward:before { - content: ""; + content: "\f04e"; } .fa-foursquare:before { - content: ""; + content: "\f180"; } .fa-free-code-camp:before { - content: ""; + content: "\f2c5"; } .fa-freebsd:before { - content: ""; + content: "\f3a4"; } .fa-frog:before { - content: ""; + content: "\f52e"; } .fa-frown:before { - content: ""; + content: "\f119"; } .fa-frown-open:before { - content: ""; + content: "\f57a"; } .fa-fulcrum:before { - content: ""; + content: "\f50b"; } .fa-funnel-dollar:before { - content: ""; + content: "\f662"; } .fa-futbol:before { - content: ""; + content: "\f1e3"; } .fa-galactic-republic:before { - content: ""; + content: "\f50c"; } .fa-galactic-senate:before { - content: ""; + content: "\f50d"; } .fa-gamepad:before { - content: ""; + content: "\f11b"; } .fa-gas-pump:before { - content: ""; + content: "\f52f"; } .fa-gavel:before { - content: ""; + content: "\f0e3"; } .fa-gem:before { - content: ""; + content: "\f3a5"; } .fa-genderless:before { - content: ""; + content: "\f22d"; } .fa-get-pocket:before { - content: ""; + content: "\f265"; } .fa-gg:before { - content: ""; + content: "\f260"; } .fa-gg-circle:before { - content: ""; + content: "\f261"; } .fa-gift:before { - content: ""; + content: "\f06b"; } .fa-git:before { - content: ""; + content: "\f1d3"; } .fa-git-square:before { - content: ""; + content: "\f1d2"; } .fa-github:before { - content: ""; + content: "\f09b"; } .fa-github-alt:before { - content: ""; + content: "\f113"; } .fa-github-square:before { - content: ""; + content: "\f092"; } .fa-gitkraken:before { - content: ""; + content: "\f3a6"; } .fa-gitlab:before { - content: ""; + content: "\f296"; } .fa-gitter:before { - content: ""; + content: "\f426"; } .fa-glass-martini:before { - content: ""; + content: "\f000"; } .fa-glass-martini-alt:before { - content: ""; + content: "\f57b"; } .fa-glasses:before { - content: ""; + content: "\f530"; } .fa-glide:before { - content: ""; + content: "\f2a5"; } .fa-glide-g:before { - content: ""; + content: "\f2a6"; } .fa-globe:before { - content: ""; + content: "\f0ac"; } .fa-globe-africa:before { - content: ""; + content: "\f57c"; } .fa-globe-americas:before { - content: ""; + content: "\f57d"; } .fa-globe-asia:before { - content: ""; + content: "\f57e"; } .fa-gofore:before { - content: ""; + content: "\f3a7"; } .fa-golf-ball:before { - content: ""; + content: "\f450"; } .fa-goodreads:before { - content: ""; + content: "\f3a8"; } .fa-goodreads-g:before { - content: ""; + content: "\f3a9"; } .fa-google:before { - content: ""; + content: "\f1a0"; } .fa-google-drive:before { - content: ""; + content: "\f3aa"; } .fa-google-play:before { - content: ""; + content: "\f3ab"; } .fa-google-plus:before { - content: ""; + content: "\f2b3"; } .fa-google-plus-g:before { - content: ""; + content: "\f0d5"; } .fa-google-plus-square:before { - content: ""; + content: "\f0d4"; } .fa-google-wallet:before { - content: ""; + content: "\f1ee"; } .fa-gopuram:before { - content: ""; + content: "\f664"; } .fa-graduation-cap:before { - content: ""; + content: "\f19d"; } .fa-gratipay:before { - content: ""; + content: "\f184"; } .fa-grav:before { - content: ""; + content: "\f2d6"; } .fa-greater-than:before { - content: ""; + content: "\f531"; } .fa-greater-than-equal:before { - content: ""; + content: "\f532"; } .fa-grimace:before { - content: ""; + content: "\f57f"; } .fa-grin:before { - content: ""; + content: "\f580"; } .fa-grin-alt:before { - content: ""; + content: "\f581"; } .fa-grin-beam:before { - content: ""; + content: "\f582"; } .fa-grin-beam-sweat:before { - content: ""; + content: "\f583"; } .fa-grin-hearts:before { - content: ""; + content: "\f584"; } .fa-grin-squint:before { - content: ""; + content: "\f585"; } .fa-grin-squint-tears:before { - content: ""; + content: "\f586"; } .fa-grin-stars:before { - content: ""; + content: "\f587"; } .fa-grin-tears:before { - content: ""; + content: "\f588"; } .fa-grin-tongue:before { - content: ""; + content: "\f589"; } .fa-grin-tongue-squint:before { - content: ""; + content: "\f58a"; } .fa-grin-tongue-wink:before { - content: ""; + content: "\f58b"; } .fa-grin-wink:before { - content: ""; + content: "\f58c"; } .fa-grip-horizontal:before { - content: ""; + content: "\f58d"; } .fa-grip-vertical:before { - content: ""; + content: "\f58e"; } .fa-gripfire:before { - content: ""; + content: "\f3ac"; } .fa-grunt:before { - content: ""; + content: "\f3ad"; } .fa-gulp:before { - content: ""; + content: "\f3ae"; } .fa-h-square:before { - content: ""; + content: "\f0fd"; } .fa-hacker-news:before { - content: ""; + content: "\f1d4"; } .fa-hacker-news-square:before { - content: ""; + content: "\f3af"; } .fa-hackerrank:before { - content: ""; + content: "\f5f7"; } .fa-hamsa:before { - content: ""; + content: "\f665"; } .fa-hand-holding:before { - content: ""; + content: "\f4bd"; } .fa-hand-holding-heart:before { - content: ""; + content: "\f4be"; } .fa-hand-holding-usd:before { - content: ""; + content: "\f4c0"; } .fa-hand-lizard:before { - content: ""; + content: "\f258"; } .fa-hand-paper:before { - content: ""; + content: "\f256"; } .fa-hand-peace:before { - content: ""; + content: "\f25b"; } .fa-hand-point-down:before { - content: ""; + content: "\f0a7"; } .fa-hand-point-left:before { - content: ""; + content: "\f0a5"; } .fa-hand-point-right:before { - content: ""; + content: "\f0a4"; } .fa-hand-point-up:before { - content: ""; + content: "\f0a6"; } .fa-hand-pointer:before { - content: ""; + content: "\f25a"; } .fa-hand-rock:before { - content: ""; + content: "\f255"; } .fa-hand-scissors:before { - content: ""; + content: "\f257"; } .fa-hand-spock:before { - content: ""; + content: "\f259"; } .fa-hands:before { - content: ""; + content: "\f4c2"; } .fa-hands-helping:before { - content: ""; + content: "\f4c4"; } .fa-handshake:before { - content: ""; + content: "\f2b5"; } .fa-hashtag:before { - content: ""; + content: "\f292"; } .fa-haykal:before { - content: ""; + content: "\f666"; } .fa-hdd:before { - content: ""; + content: "\f0a0"; } .fa-heading:before { - content: ""; + content: "\f1dc"; } .fa-headphones:before { - content: ""; + content: "\f025"; } .fa-headphones-alt:before { - content: ""; + content: "\f58f"; } .fa-headset:before { - content: ""; + content: "\f590"; } .fa-heart:before { - content: ""; + content: "\f004"; } .fa-heartbeat:before { - content: ""; + content: "\f21e"; } .fa-helicopter:before { - content: ""; + content: "\f533"; } .fa-highlighter:before { - content: ""; + content: "\f591"; } .fa-hips:before { - content: ""; + content: "\f452"; } .fa-hire-a-helper:before { - content: ""; + content: "\f3b0"; } .fa-history:before { - content: ""; + content: "\f1da"; } .fa-hockey-puck:before { - content: ""; + content: "\f453"; } .fa-home:before { - content: ""; + content: "\f015"; } .fa-hooli:before { - content: ""; + content: "\f427"; } .fa-hornbill:before { - content: ""; + content: "\f592"; } .fa-hospital:before { - content: ""; + content: "\f0f8"; } .fa-hospital-alt:before { - content: ""; + content: "\f47d"; } .fa-hospital-symbol:before { - content: ""; + content: "\f47e"; } .fa-hot-tub:before { - content: ""; + content: "\f593"; } .fa-hotel:before { - content: ""; + content: "\f594"; } .fa-hotjar:before { - content: ""; + content: "\f3b1"; } .fa-hourglass:before { - content: ""; + content: "\f254"; } .fa-hourglass-end:before { - content: ""; + content: "\f253"; } .fa-hourglass-half:before { - content: ""; + content: "\f252"; } .fa-hourglass-start:before { - content: ""; + content: "\f251"; } .fa-houzz:before { - content: ""; + content: "\f27c"; } .fa-html5:before { - content: ""; + content: "\f13b"; } .fa-hubspot:before { - content: ""; + content: "\f3b2"; } .fa-i-cursor:before { - content: ""; + content: "\f246"; } .fa-id-badge:before { - content: ""; + content: "\f2c1"; } .fa-id-card:before { - content: ""; + content: "\f2c2"; } .fa-id-card-alt:before { - content: ""; + content: "\f47f"; } .fa-image:before { - content: ""; + content: "\f03e"; } .fa-images:before { - content: ""; + content: "\f302"; } .fa-imdb:before { - content: ""; + content: "\f2d8"; } .fa-inbox:before { - content: ""; + content: "\f01c"; } .fa-indent:before { - content: ""; + content: "\f03c"; } .fa-industry:before { - content: ""; + content: "\f275"; } .fa-infinity:before { - content: ""; + content: "\f534"; } .fa-info:before { - content: ""; + content: "\f129"; } .fa-info-circle:before { - content: ""; + content: "\f05a"; } .fa-instagram:before { - content: ""; + content: "\f16d"; } .fa-internet-explorer:before { - content: ""; + content: "\f26b"; } .fa-ioxhost:before { - content: ""; + content: "\f208"; } .fa-italic:before { - content: ""; + content: "\f033"; } .fa-itunes:before { - content: ""; + content: "\f3b4"; } .fa-itunes-note:before { - content: ""; + content: "\f3b5"; } .fa-java:before { - content: ""; + content: "\f4e4"; } .fa-jedi:before { - content: ""; + content: "\f669"; } .fa-jedi-order:before { - content: ""; + content: "\f50e"; } .fa-jenkins:before { - content: ""; + content: "\f3b6"; } .fa-joget:before { - content: ""; + content: "\f3b7"; } .fa-joint:before { - content: ""; + content: "\f595"; } .fa-joomla:before { - content: ""; + content: "\f1aa"; } .fa-journal-whills:before { - content: ""; + content: "\f66a"; } .fa-js:before { - content: ""; + content: "\f3b8"; } .fa-js-square:before { - content: ""; + content: "\f3b9"; } .fa-jsfiddle:before { - content: ""; + content: "\f1cc"; } .fa-kaaba:before { - content: ""; + content: "\f66b"; } .fa-kaggle:before { - content: ""; + content: "\f5fa"; } .fa-key:before { - content: ""; + content: "\f084"; } .fa-keybase:before { - content: ""; + content: "\f4f5"; } .fa-keyboard:before { - content: ""; + content: "\f11c"; } .fa-keycdn:before { - content: ""; + content: "\f3ba"; } .fa-khanda:before { - content: ""; + content: "\f66d"; } .fa-kickstarter:before { - content: ""; + content: "\f3bb"; } .fa-kickstarter-k:before { - content: ""; + content: "\f3bc"; } .fa-kiss:before { - content: ""; + content: "\f596"; } .fa-kiss-beam:before { - content: ""; + content: "\f597"; } .fa-kiss-wink-heart:before { - content: ""; + content: "\f598"; } .fa-kiwi-bird:before { - content: ""; + content: "\f535"; } .fa-korvue:before { - content: ""; + content: "\f42f"; } .fa-landmark:before { - content: ""; + content: "\f66f"; } .fa-language:before { - content: ""; + content: "\f1ab"; } .fa-laptop:before { - content: ""; + content: "\f109"; } .fa-laptop-code:before { - content: ""; + content: "\f5fc"; } .fa-laravel:before { - content: ""; + content: "\f3bd"; } .fa-lastfm:before { - content: ""; + content: "\f202"; } .fa-lastfm-square:before { - content: ""; + content: "\f203"; } .fa-laugh:before { - content: ""; + content: "\f599"; } .fa-laugh-beam:before { - content: ""; + content: "\f59a"; } .fa-laugh-squint:before { - content: ""; + content: "\f59b"; } .fa-laugh-wink:before { - content: ""; + content: "\f59c"; } .fa-layer-group:before { - content: ""; + content: "\f5fd"; } .fa-leaf:before { - content: ""; + content: "\f06c"; } .fa-leanpub:before { - content: ""; + content: "\f212"; } .fa-lemon:before { - content: ""; + content: "\f094"; } .fa-less:before { - content: ""; + content: "\f41d"; } .fa-less-than:before { - content: ""; + content: "\f536"; } .fa-less-than-equal:before { - content: ""; + content: "\f537"; } .fa-level-down-alt:before { - content: ""; + content: "\f3be"; } .fa-level-up-alt:before { - content: ""; + content: "\f3bf"; } .fa-life-ring:before { - content: ""; + content: "\f1cd"; } .fa-lightbulb:before { - content: ""; + content: "\f0eb"; } .fa-line:before { - content: ""; + content: "\f3c0"; } .fa-link:before { - content: ""; + content: "\f0c1"; } .fa-linkedin:before { - content: ""; + content: "\f08c"; } .fa-linkedin-in:before { - content: ""; + content: "\f0e1"; } .fa-linode:before { - content: ""; + content: "\f2b8"; } .fa-linux:before { - content: ""; + content: "\f17c"; } .fa-lira-sign:before { - content: ""; + content: "\f195"; } .fa-list:before { - content: ""; + content: "\f03a"; } .fa-list-alt:before { - content: ""; + content: "\f022"; } .fa-list-ol:before { - content: ""; + content: "\f0cb"; } .fa-list-ul:before { - content: ""; + content: "\f0ca"; } .fa-location-arrow:before { - content: ""; + content: "\f124"; } .fa-lock:before { - content: ""; + content: "\f023"; } .fa-lock-open:before { - content: ""; + content: "\f3c1"; } .fa-long-arrow-alt-down:before { - content: ""; + content: "\f309"; } .fa-long-arrow-alt-left:before { - content: ""; + content: "\f30a"; } .fa-long-arrow-alt-right:before { - content: ""; + content: "\f30b"; } .fa-long-arrow-alt-up:before { - content: ""; + content: "\f30c"; } .fa-low-vision:before { - content: ""; + content: "\f2a8"; } .fa-luggage-cart:before { - content: ""; + content: "\f59d"; } .fa-lyft:before { - content: ""; + content: "\f3c3"; } .fa-magento:before { - content: ""; + content: "\f3c4"; } .fa-magic:before { - content: ""; + content: "\f0d0"; } .fa-magnet:before { - content: ""; + content: "\f076"; } .fa-mail-bulk:before { - content: ""; + content: "\f674"; } .fa-mailchimp:before { - content: ""; + content: "\f59e"; } .fa-male:before { - content: ""; + content: "\f183"; } .fa-mandalorian:before { - content: ""; + content: "\f50f"; } .fa-map:before { - content: ""; + content: "\f279"; } .fa-map-marked:before { - content: ""; + content: "\f59f"; } .fa-map-marked-alt:before { - content: ""; + content: "\f5a0"; } .fa-map-marker:before { - content: ""; + content: "\f041"; } .fa-map-marker-alt:before { - content: ""; + content: "\f3c5"; } .fa-map-pin:before { - content: ""; + content: "\f276"; } .fa-map-signs:before { - content: ""; + content: "\f277"; } .fa-markdown:before { - content: ""; + content: "\f60f"; } .fa-marker:before { - content: ""; + content: "\f5a1"; } .fa-mars:before { - content: ""; + content: "\f222"; } .fa-mars-double:before { - content: ""; + content: "\f227"; } .fa-mars-stroke:before { - content: ""; + content: "\f229"; } .fa-mars-stroke-h:before { - content: ""; + content: "\f22b"; } .fa-mars-stroke-v:before { - content: ""; + content: "\f22a"; } .fa-mastodon:before { - content: ""; + content: "\f4f6"; } .fa-maxcdn:before { - content: ""; + content: "\f136"; } .fa-medal:before { - content: ""; + content: "\f5a2"; } .fa-medapps:before { - content: ""; + content: "\f3c6"; } .fa-medium:before { - content: ""; + content: "\f23a"; } .fa-medium-m:before { - content: ""; + content: "\f3c7"; } .fa-medkit:before { - content: ""; + content: "\f0fa"; } .fa-medrt:before { - content: ""; + content: "\f3c8"; } .fa-meetup:before { - content: ""; + content: "\f2e0"; } .fa-megaport:before { - content: ""; + content: "\f5a3"; } .fa-meh:before { - content: ""; + content: "\f11a"; } .fa-meh-blank:before { - content: ""; + content: "\f5a4"; } .fa-meh-rolling-eyes:before { - content: ""; + content: "\f5a5"; } .fa-memory:before { - content: ""; + content: "\f538"; } .fa-menorah:before { - content: ""; + content: "\f676"; } .fa-mercury:before { - content: ""; + content: "\f223"; } .fa-microchip:before { - content: ""; + content: "\f2db"; } .fa-microphone:before { - content: ""; + content: "\f130"; } .fa-microphone-alt:before { - content: ""; + content: "\f3c9"; } .fa-microphone-alt-slash:before { - content: ""; + content: "\f539"; } .fa-microphone-slash:before { - content: ""; + content: "\f131"; } .fa-microscope:before { - content: ""; + content: "\f610"; } .fa-microsoft:before { - content: ""; + content: "\f3ca"; } .fa-minus:before { - content: ""; + content: "\f068"; } .fa-minus-circle:before { - content: ""; + content: "\f056"; } .fa-minus-square:before { - content: ""; + content: "\f146"; } .fa-mix:before { - content: ""; + content: "\f3cb"; } .fa-mixcloud:before { - content: ""; + content: "\f289"; } .fa-mizuni:before { - content: ""; + content: "\f3cc"; } .fa-mobile:before { - content: ""; + content: "\f10b"; } .fa-mobile-alt:before { - content: ""; + content: "\f3cd"; } .fa-modx:before { - content: ""; + content: "\f285"; } .fa-monero:before { - content: ""; + content: "\f3d0"; } .fa-money-bill:before { - content: ""; + content: "\f0d6"; } .fa-money-bill-alt:before { - content: ""; + content: "\f3d1"; } .fa-money-bill-wave:before { - content: ""; + content: "\f53a"; } .fa-money-bill-wave-alt:before { - content: ""; + content: "\f53b"; } .fa-money-check:before { - content: ""; + content: "\f53c"; } .fa-money-check-alt:before { - content: ""; + content: "\f53d"; } .fa-monument:before { - content: ""; + content: "\f5a6"; } .fa-moon:before { - content: ""; + content: "\f186"; } .fa-mortar-pestle:before { - content: ""; + content: "\f5a7"; } .fa-mosque:before { - content: ""; + content: "\f678"; } .fa-motorcycle:before { - content: ""; + content: "\f21c"; } .fa-mouse-pointer:before { - content: ""; + content: "\f245"; } .fa-music:before { - content: ""; + content: "\f001"; } .fa-napster:before { - content: ""; + content: "\f3d2"; } .fa-neos:before { - content: ""; + content: "\f612"; } .fa-neuter:before { - content: ""; + content: "\f22c"; } .fa-newspaper:before { - content: ""; + content: "\f1ea"; } .fa-nimblr:before { - content: ""; + content: "\f5a8"; } .fa-nintendo-switch:before { - content: ""; + content: "\f418"; } .fa-node:before { - content: ""; + content: "\f419"; } .fa-node-js:before { - content: ""; + content: "\f3d3"; } .fa-not-equal:before { - content: ""; + content: "\f53e"; } .fa-notes-medical:before { - content: ""; + content: "\f481"; } .fa-npm:before { - content: ""; + content: "\f3d4"; } .fa-ns8:before { - content: ""; + content: "\f3d5"; } .fa-nutritionix:before { - content: ""; + content: "\f3d6"; } .fa-object-group:before { - content: ""; + content: "\f247"; } .fa-object-ungroup:before { - content: ""; + content: "\f248"; } .fa-odnoklassniki:before { - content: ""; + content: "\f263"; } .fa-odnoklassniki-square:before { - content: ""; + content: "\f264"; } .fa-oil-can:before { - content: ""; + content: "\f613"; } .fa-old-republic:before { - content: ""; + content: "\f510"; } .fa-om:before { - content: ""; + content: "\f679"; } .fa-opencart:before { - content: ""; + content: "\f23d"; } .fa-openid:before { - content: ""; + content: "\f19b"; } .fa-opera:before { - content: ""; + content: "\f26a"; } .fa-optin-monster:before { - content: ""; + content: "\f23c"; } .fa-osi:before { - content: ""; + content: "\f41a"; } .fa-outdent:before { - content: ""; + content: "\f03b"; } .fa-page4:before { - content: ""; + content: "\f3d7"; } .fa-pagelines:before { - content: ""; + content: "\f18c"; } .fa-paint-brush:before { - content: ""; + content: "\f1fc"; } .fa-paint-roller:before { - content: ""; + content: "\f5aa"; } .fa-palette:before { - content: ""; + content: "\f53f"; } .fa-palfed:before { - content: ""; + content: "\f3d8"; } .fa-pallet:before { - content: ""; + content: "\f482"; } .fa-paper-plane:before { - content: ""; + content: "\f1d8"; } .fa-paperclip:before { - content: ""; + content: "\f0c6"; } .fa-parachute-box:before { - content: ""; + content: "\f4cd"; } .fa-paragraph:before { - content: ""; + content: "\f1dd"; } .fa-parking:before { - content: ""; + content: "\f540"; } .fa-passport:before { - content: ""; + content: "\f5ab"; } .fa-pastafarianism:before { - content: ""; + content: "\f67b"; } .fa-paste:before { - content: ""; + content: "\f0ea"; } .fa-patreon:before { - content: ""; + content: "\f3d9"; } .fa-pause:before { - content: ""; + content: "\f04c"; } .fa-pause-circle:before { - content: ""; + content: "\f28b"; } .fa-paw:before { - content: ""; + content: "\f1b0"; } .fa-paypal:before { - content: ""; + content: "\f1ed"; } .fa-peace:before { - content: ""; + content: "\f67c"; } .fa-pen:before { - content: ""; + content: "\f304"; } .fa-pen-alt:before { - content: ""; + content: "\f305"; } .fa-pen-fancy:before { - content: ""; + content: "\f5ac"; } .fa-pen-nib:before { - content: ""; + content: "\f5ad"; } .fa-pen-square:before { - content: ""; + content: "\f14b"; } .fa-pencil-alt:before { - content: ""; + content: "\f303"; } .fa-pencil-ruler:before { - content: ""; + content: "\f5ae"; } .fa-people-carry:before { - content: ""; + content: "\f4ce"; } .fa-percent:before { - content: ""; + content: "\f295"; } .fa-percentage:before { - content: ""; + content: "\f541"; } .fa-periscope:before { - content: ""; + content: "\f3da"; } .fa-phabricator:before { - content: ""; + content: "\f3db"; } .fa-phoenix-framework:before { - content: ""; + content: "\f3dc"; } .fa-phoenix-squadron:before { - content: ""; + content: "\f511"; } .fa-phone:before { - content: ""; + content: "\f095"; } .fa-phone-slash:before { - content: ""; + content: "\f3dd"; } .fa-phone-square:before { - content: ""; + content: "\f098"; } .fa-phone-volume:before { - content: ""; + content: "\f2a0"; } .fa-php:before { - content: ""; + content: "\f457"; } .fa-pied-piper:before { - content: ""; + content: "\f2ae"; } .fa-pied-piper-alt:before { - content: ""; + content: "\f1a8"; } .fa-pied-piper-hat:before { - content: ""; + content: "\f4e5"; } .fa-pied-piper-pp:before { - content: ""; + content: "\f1a7"; } .fa-piggy-bank:before { - content: ""; + content: "\f4d3"; } .fa-pills:before { - content: ""; + content: "\f484"; } .fa-pinterest:before { - content: ""; + content: "\f0d2"; } .fa-pinterest-p:before { - content: ""; + content: "\f231"; } .fa-pinterest-square:before { - content: ""; + content: "\f0d3"; } .fa-place-of-worship:before { - content: ""; + content: "\f67f"; } .fa-plane:before { - content: ""; + content: "\f072"; } .fa-plane-arrival:before { - content: ""; + content: "\f5af"; } .fa-plane-departure:before { - content: ""; + content: "\f5b0"; } .fa-play:before { - content: ""; + content: "\f04b"; } .fa-play-circle:before { - content: ""; + content: "\f144"; } .fa-playstation:before { - content: ""; + content: "\f3df"; } .fa-plug:before { - content: ""; + content: "\f1e6"; } .fa-plus:before { - content: ""; + content: "\f067"; } .fa-plus-circle:before { - content: ""; + content: "\f055"; } .fa-plus-square:before { - content: ""; + content: "\f0fe"; } .fa-podcast:before { - content: ""; + content: "\f2ce"; } .fa-poll:before { - content: ""; + content: "\f681"; } .fa-poll-h:before { - content: ""; + content: "\f682"; } .fa-poo:before { - content: ""; + content: "\f2fe"; } .fa-poop:before { - content: ""; + content: "\f619"; } .fa-portrait:before { - content: ""; + content: "\f3e0"; } .fa-pound-sign:before { - content: ""; + content: "\f154"; } .fa-power-off:before { - content: ""; + content: "\f011"; } .fa-pray:before { - content: ""; + content: "\f683"; } .fa-praying-hands:before { - content: ""; + content: "\f684"; } .fa-prescription:before { - content: ""; + content: "\f5b1"; } .fa-prescription-bottle:before { - content: ""; + content: "\f485"; } .fa-prescription-bottle-alt:before { - content: ""; + content: "\f486"; } .fa-print:before { - content: ""; + content: "\f02f"; } .fa-procedures:before { - content: ""; + content: "\f487"; } .fa-product-hunt:before { - content: ""; + content: "\f288"; } .fa-project-diagram:before { - content: ""; + content: "\f542"; } .fa-pushed:before { - content: ""; + content: "\f3e1"; } .fa-puzzle-piece:before { - content: ""; + content: "\f12e"; } .fa-python:before { - content: ""; + content: "\f3e2"; } .fa-qq:before { - content: ""; + content: "\f1d6"; } .fa-qrcode:before { - content: ""; + content: "\f029"; } .fa-question:before { - content: ""; + content: "\f128"; } .fa-question-circle:before { - content: ""; + content: "\f059"; } .fa-quidditch:before { - content: ""; + content: "\f458"; } .fa-quinscape:before { - content: ""; + content: "\f459"; } .fa-quora:before { - content: ""; + content: "\f2c4"; } .fa-quote-left:before { - content: ""; + content: "\f10d"; } .fa-quote-right:before { - content: ""; + content: "\f10e"; } .fa-quran:before { - content: ""; + content: "\f687"; } .fa-r-project:before { - content: ""; + content: "\f4f7"; } .fa-random:before { - content: ""; + content: "\f074"; } .fa-ravelry:before { - content: ""; + content: "\f2d9"; } .fa-react:before { - content: ""; + content: "\f41b"; } .fa-readme:before { - content: ""; + content: "\f4d5"; } .fa-rebel:before { - content: ""; + content: "\f1d0"; } .fa-receipt:before { - content: ""; + content: "\f543"; } .fa-recycle:before { - content: ""; + content: "\f1b8"; } .fa-red-river:before { - content: ""; + content: "\f3e3"; } .fa-reddit:before { - content: ""; + content: "\f1a1"; } .fa-reddit-alien:before { - content: ""; + content: "\f281"; } .fa-reddit-square:before { - content: ""; + content: "\f1a2"; } .fa-redo:before { - content: ""; + content: "\f01e"; } .fa-redo-alt:before { - content: ""; + content: "\f2f9"; } .fa-registered:before { - content: ""; + content: "\f25d"; } .fa-rendact:before { - content: ""; + content: "\f3e4"; } .fa-renren:before { - content: ""; + content: "\f18b"; } .fa-reply:before { - content: ""; + content: "\f3e5"; } .fa-reply-all:before { - content: ""; + content: "\f122"; } .fa-replyd:before { - content: ""; + content: "\f3e6"; } .fa-researchgate:before { - content: ""; + content: "\f4f8"; } .fa-resolving:before { - content: ""; + content: "\f3e7"; } .fa-retweet:before { - content: ""; + content: "\f079"; } .fa-rev:before { - content: ""; + content: "\f5b2"; } .fa-ribbon:before { - content: ""; + content: "\f4d6"; } .fa-road:before { - content: ""; + content: "\f018"; } .fa-robot:before { - content: ""; + content: "\f544"; } .fa-rocket:before { - content: ""; + content: "\f135"; } .fa-rocketchat:before { - content: ""; + content: "\f3e8"; } .fa-rockrms:before { - content: ""; + content: "\f3e9"; } .fa-route:before { - content: ""; + content: "\f4d7"; } .fa-rss:before { - content: ""; + content: "\f09e"; } .fa-rss-square:before { - content: ""; + content: "\f143"; } .fa-ruble-sign:before { - content: ""; + content: "\f158"; } .fa-ruler:before { - content: ""; + content: "\f545"; } .fa-ruler-combined:before { - content: ""; + content: "\f546"; } .fa-ruler-horizontal:before { - content: ""; + content: "\f547"; } .fa-ruler-vertical:before { - content: ""; + content: "\f548"; } .fa-rupee-sign:before { - content: ""; + content: "\f156"; } .fa-sad-cry:before { - content: ""; + content: "\f5b3"; } .fa-sad-tear:before { - content: ""; + content: "\f5b4"; } .fa-safari:before { - content: ""; + content: "\f267"; } .fa-sass:before { - content: ""; + content: "\f41e"; } .fa-save:before { - content: ""; + content: "\f0c7"; } .fa-schlix:before { - content: ""; + content: "\f3ea"; } .fa-school:before { - content: ""; + content: "\f549"; } .fa-screwdriver:before { - content: ""; + content: "\f54a"; } .fa-scribd:before { - content: ""; + content: "\f28a"; } .fa-search:before { - content: ""; + content: "\f002"; } .fa-search-dollar:before { - content: ""; + content: "\f688"; } .fa-search-location:before { - content: ""; + content: "\f689"; } .fa-search-minus:before { - content: ""; + content: "\f010"; } .fa-search-plus:before { - content: ""; + content: "\f00e"; } .fa-searchengin:before { - content: ""; + content: "\f3eb"; } .fa-seedling:before { - content: ""; + content: "\f4d8"; } .fa-sellcast:before { - content: ""; + content: "\f2da"; } .fa-sellsy:before { - content: ""; + content: "\f213"; } .fa-server:before { - content: ""; + content: "\f233"; } .fa-servicestack:before { - content: ""; + content: "\f3ec"; } .fa-shapes:before { - content: ""; + content: "\f61f"; } .fa-share:before { - content: ""; + content: "\f064"; } .fa-share-alt:before { - content: ""; + content: "\f1e0"; } .fa-share-alt-square:before { - content: ""; + content: "\f1e1"; } .fa-share-square:before { - content: ""; + content: "\f14d"; } .fa-shekel-sign:before { - content: ""; + content: "\f20b"; } .fa-shield-alt:before { - content: ""; + content: "\f3ed"; } .fa-ship:before { - content: ""; + content: "\f21a"; } .fa-shipping-fast:before { - content: ""; + content: "\f48b"; } .fa-shirtsinbulk:before { - content: ""; + content: "\f214"; } .fa-shoe-prints:before { - content: ""; + content: "\f54b"; } .fa-shopping-bag:before { - content: ""; + content: "\f290"; } .fa-shopping-basket:before { - content: ""; + content: "\f291"; } .fa-shopping-cart:before { - content: ""; + content: "\f07a"; } .fa-shopware:before { - content: ""; + content: "\f5b5"; } .fa-shower:before { - content: ""; + content: "\f2cc"; } .fa-shuttle-van:before { - content: ""; + content: "\f5b6"; } .fa-sign:before { - content: ""; + content: "\f4d9"; } .fa-sign-in-alt:before { - content: ""; + content: "\f2f6"; } .fa-sign-language:before { - content: ""; + content: "\f2a7"; } .fa-sign-out-alt:before { - content: ""; + content: "\f2f5"; } .fa-signal:before { - content: ""; + content: "\f012"; } .fa-signature:before { - content: ""; + content: "\f5b7"; } .fa-simplybuilt:before { - content: ""; + content: "\f215"; } .fa-sistrix:before { - content: ""; + content: "\f3ee"; } .fa-sitemap:before { - content: ""; + content: "\f0e8"; } .fa-sith:before { - content: ""; + content: "\f512"; } .fa-skull:before { - content: ""; + content: "\f54c"; } .fa-skyatlas:before { - content: ""; + content: "\f216"; } .fa-skype:before { - content: ""; + content: "\f17e"; } .fa-slack:before { - content: ""; + content: "\f198"; } .fa-slack-hash:before { - content: ""; + content: "\f3ef"; } .fa-sliders-h:before { - content: ""; + content: "\f1de"; } .fa-slideshare:before { - content: ""; + content: "\f1e7"; } .fa-smile:before { - content: ""; + content: "\f118"; } .fa-smile-beam:before { - content: ""; + content: "\f5b8"; } .fa-smile-wink:before { - content: ""; + content: "\f4da"; } .fa-smoking:before { - content: ""; + content: "\f48d"; } .fa-smoking-ban:before { - content: ""; + content: "\f54d"; } .fa-snapchat:before { - content: ""; + content: "\f2ab"; } .fa-snapchat-ghost:before { - content: ""; + content: "\f2ac"; } .fa-snapchat-square:before { - content: ""; + content: "\f2ad"; } .fa-snowflake:before { - content: ""; + content: "\f2dc"; } .fa-socks:before { - content: ""; + content: "\f696"; } .fa-solar-panel:before { - content: ""; + content: "\f5ba"; } .fa-sort:before { - content: ""; + content: "\f0dc"; } .fa-sort-alpha-down:before { - content: ""; + content: "\f15d"; } .fa-sort-alpha-up:before { - content: ""; + content: "\f15e"; } .fa-sort-amount-down:before { - content: ""; + content: "\f160"; } .fa-sort-amount-up:before { - content: ""; + content: "\f161"; } .fa-sort-down:before { - content: ""; + content: "\f0dd"; } .fa-sort-numeric-down:before { - content: ""; + content: "\f162"; } .fa-sort-numeric-up:before { - content: ""; + content: "\f163"; } .fa-sort-up:before { - content: ""; + content: "\f0de"; } .fa-soundcloud:before { - content: ""; + content: "\f1be"; } .fa-spa:before { - content: ""; + content: "\f5bb"; } .fa-space-shuttle:before { - content: ""; + content: "\f197"; } .fa-speakap:before { - content: ""; + content: "\f3f3"; } .fa-spinner:before { - content: ""; + content: "\f110"; } .fa-splotch:before { - content: ""; + content: "\f5bc"; } .fa-spotify:before { - content: ""; + content: "\f1bc"; } .fa-spray-can:before { - content: ""; + content: "\f5bd"; } .fa-square:before { - content: ""; + content: "\f0c8"; } .fa-square-full:before { - content: ""; + content: "\f45c"; } .fa-square-root-alt:before { - content: ""; + content: "\f698"; } .fa-squarespace:before { - content: ""; + content: "\f5be"; } .fa-stack-exchange:before { - content: ""; + content: "\f18d"; } .fa-stack-overflow:before { - content: ""; + content: "\f16c"; } .fa-stamp:before { - content: ""; + content: "\f5bf"; } .fa-star:before { - content: ""; + content: "\f005"; } .fa-star-and-crescent:before { - content: ""; + content: "\f699"; } .fa-star-half:before { - content: ""; + content: "\f089"; } .fa-star-half-alt:before { - content: ""; + content: "\f5c0"; } .fa-star-of-david:before { - content: ""; + content: "\f69a"; } .fa-star-of-life:before { - content: ""; + content: "\f621"; } .fa-staylinked:before { - content: ""; + content: "\f3f5"; } .fa-steam:before { - content: ""; + content: "\f1b6"; } .fa-steam-square:before { - content: ""; + content: "\f1b7"; } .fa-steam-symbol:before { - content: ""; + content: "\f3f6"; } .fa-step-backward:before { - content: ""; + content: "\f048"; } .fa-step-forward:before { - content: ""; + content: "\f051"; } .fa-stethoscope:before { - content: ""; + content: "\f0f1"; } .fa-sticker-mule:before { - content: ""; + content: "\f3f7"; } .fa-sticky-note:before { - content: ""; + content: "\f249"; } .fa-stop:before { - content: ""; + content: "\f04d"; } .fa-stop-circle:before { - content: ""; + content: "\f28d"; } .fa-stopwatch:before { - content: ""; + content: "\f2f2"; } .fa-store:before { - content: ""; + content: "\f54e"; } .fa-store-alt:before { - content: ""; + content: "\f54f"; } .fa-strava:before { - content: ""; + content: "\f428"; } .fa-stream:before { - content: ""; + content: "\f550"; } .fa-street-view:before { - content: ""; + content: "\f21d"; } .fa-strikethrough:before { - content: ""; + content: "\f0cc"; } .fa-stripe:before { - content: ""; + content: "\f429"; } .fa-stripe-s:before { - content: ""; + content: "\f42a"; } .fa-stroopwafel:before { - content: ""; + content: "\f551"; } .fa-studiovinari:before { - content: ""; + content: "\f3f8"; } .fa-stumbleupon:before { - content: ""; + content: "\f1a4"; } .fa-stumbleupon-circle:before { - content: ""; + content: "\f1a3"; } .fa-subscript:before { - content: ""; + content: "\f12c"; } .fa-subway:before { - content: ""; + content: "\f239"; } .fa-suitcase:before { - content: ""; + content: "\f0f2"; } .fa-suitcase-rolling:before { - content: ""; + content: "\f5c1"; } .fa-sun:before { - content: ""; + content: "\f185"; } .fa-superpowers:before { - content: ""; + content: "\f2dd"; } .fa-superscript:before { - content: ""; + content: "\f12b"; } .fa-supple:before { - content: ""; + content: "\f3f9"; } .fa-surprise:before { - content: ""; + content: "\f5c2"; } .fa-swatchbook:before { - content: ""; + content: "\f5c3"; } .fa-swimmer:before { - content: ""; + content: "\f5c4"; } .fa-swimming-pool:before { - content: ""; + content: "\f5c5"; } .fa-synagogue:before { - content: ""; + content: "\f69b"; } .fa-sync:before { - content: ""; + content: "\f021"; } .fa-sync-alt:before { - content: ""; + content: "\f2f1"; } .fa-syringe:before { - content: ""; + content: "\f48e"; } .fa-table:before { - content: ""; + content: "\f0ce"; } .fa-table-tennis:before { - content: ""; + content: "\f45d"; } .fa-tablet:before { - content: ""; + content: "\f10a"; } .fa-tablet-alt:before { - content: ""; + content: "\f3fa"; } .fa-tablets:before { - content: ""; + content: "\f490"; } .fa-tachometer-alt:before { - content: ""; + content: "\f3fd"; } .fa-tag:before { - content: ""; + content: "\f02b"; } .fa-tags:before { - content: ""; + content: "\f02c"; } .fa-tape:before { - content: ""; + content: "\f4db"; } .fa-tasks:before { - content: ""; + content: "\f0ae"; } .fa-taxi:before { - content: ""; + content: "\f1ba"; } .fa-teamspeak:before { - content: ""; + content: "\f4f9"; } .fa-teeth:before { - content: ""; + content: "\f62e"; } .fa-teeth-open:before { - content: ""; + content: "\f62f"; } .fa-telegram:before { - content: ""; + content: "\f2c6"; } .fa-telegram-plane:before { - content: ""; + content: "\f3fe"; } .fa-tencent-weibo:before { - content: ""; + content: "\f1d5"; } .fa-terminal:before { - content: ""; + content: "\f120"; } .fa-text-height:before { - content: ""; + content: "\f034"; } .fa-text-width:before { - content: ""; + content: "\f035"; } .fa-th:before { - content: ""; + content: "\f00a"; } .fa-th-large:before { - content: ""; + content: "\f009"; } .fa-th-list:before { - content: ""; + content: "\f00b"; } .fa-the-red-yeti:before { - content: ""; + content: "\f69d"; } .fa-theater-masks:before { - content: ""; + content: "\f630"; } .fa-themeco:before { - content: ""; + content: "\f5c6"; } .fa-themeisle:before { - content: ""; + content: "\f2b2"; } .fa-thermometer:before { - content: ""; + content: "\f491"; } .fa-thermometer-empty:before { - content: ""; + content: "\f2cb"; } .fa-thermometer-full:before { - content: ""; + content: "\f2c7"; } .fa-thermometer-half:before { - content: ""; + content: "\f2c9"; } .fa-thermometer-quarter:before { - content: ""; + content: "\f2ca"; } .fa-thermometer-three-quarters:before { - content: ""; + content: "\f2c8"; } .fa-thumbs-down:before { - content: ""; + content: "\f165"; } .fa-thumbs-up:before { - content: ""; + content: "\f164"; } .fa-thumbtack:before { - content: ""; + content: "\f08d"; } .fa-ticket-alt:before { - content: ""; + content: "\f3ff"; } .fa-times:before { - content: ""; + content: "\f00d"; } .fa-times-circle:before { - content: ""; + content: "\f057"; } .fa-tint:before { - content: ""; + content: "\f043"; } .fa-tint-slash:before { - content: ""; + content: "\f5c7"; } .fa-tired:before { - content: ""; + content: "\f5c8"; } .fa-toggle-off:before { - content: ""; + content: "\f204"; } .fa-toggle-on:before { - content: ""; + content: "\f205"; } .fa-toolbox:before { - content: ""; + content: "\f552"; } .fa-tooth:before { - content: ""; + content: "\f5c9"; } .fa-torah:before { - content: ""; + content: "\f6a0"; } .fa-torii-gate:before { - content: ""; + content: "\f6a1"; } .fa-trade-federation:before { - content: ""; + content: "\f513"; } .fa-trademark:before { - content: ""; + content: "\f25c"; } .fa-traffic-light:before { - content: ""; + content: "\f637"; } .fa-train:before { - content: ""; + content: "\f238"; } .fa-transgender:before { - content: ""; + content: "\f224"; } .fa-transgender-alt:before { - content: ""; + content: "\f225"; } .fa-trash:before { - content: ""; + content: "\f1f8"; } .fa-trash-alt:before { - content: ""; + content: "\f2ed"; } .fa-tree:before { - content: ""; + content: "\f1bb"; } .fa-trello:before { - content: ""; + content: "\f181"; } .fa-tripadvisor:before { - content: ""; + content: "\f262"; } .fa-trophy:before { - content: ""; + content: "\f091"; } .fa-truck:before { - content: ""; + content: "\f0d1"; } .fa-truck-loading:before { - content: ""; + content: "\f4de"; } .fa-truck-monster:before { - content: ""; + content: "\f63b"; } .fa-truck-moving:before { - content: ""; + content: "\f4df"; } .fa-truck-pickup:before { - content: ""; + content: "\f63c"; } .fa-tshirt:before { - content: ""; + content: "\f553"; } .fa-tty:before { - content: ""; + content: "\f1e4"; } .fa-tumblr:before { - content: ""; + content: "\f173"; } .fa-tumblr-square:before { - content: ""; + content: "\f174"; } .fa-tv:before { - content: ""; + content: "\f26c"; } .fa-twitch:before { - content: ""; + content: "\f1e8"; } .fa-twitter:before { - content: ""; + content: "\f099"; } .fa-twitter-square:before { - content: ""; + content: "\f081"; } .fa-typo3:before { - content: ""; + content: "\f42b"; } .fa-uber:before { - content: ""; + content: "\f402"; } .fa-uikit:before { - content: ""; + content: "\f403"; } .fa-umbrella:before { - content: ""; + content: "\f0e9"; } .fa-umbrella-beach:before { - content: ""; + content: "\f5ca"; } .fa-underline:before { - content: ""; + content: "\f0cd"; } .fa-undo:before { - content: ""; + content: "\f0e2"; } .fa-undo-alt:before { - content: ""; + content: "\f2ea"; } .fa-uniregistry:before { - content: ""; + content: "\f404"; } .fa-universal-access:before { - content: ""; + content: "\f29a"; } .fa-university:before { - content: ""; + content: "\f19c"; } .fa-unlink:before { - content: ""; + content: "\f127"; } .fa-unlock:before { - content: ""; + content: "\f09c"; } .fa-unlock-alt:before { - content: ""; + content: "\f13e"; } .fa-untappd:before { - content: ""; + content: "\f405"; } .fa-upload:before { - content: ""; + content: "\f093"; } .fa-usb:before { - content: ""; + content: "\f287"; } .fa-user:before { - content: ""; + content: "\f007"; } .fa-user-alt:before { - content: ""; + content: "\f406"; } .fa-user-alt-slash:before { - content: ""; + content: "\f4fa"; } .fa-user-astronaut:before { - content: ""; + content: "\f4fb"; } .fa-user-check:before { - content: ""; + content: "\f4fc"; } .fa-user-circle:before { - content: ""; + content: "\f2bd"; } .fa-user-clock:before { - content: ""; + content: "\f4fd"; } .fa-user-cog:before { - content: ""; + content: "\f4fe"; } .fa-user-edit:before { - content: ""; + content: "\f4ff"; } .fa-user-friends:before { - content: ""; + content: "\f500"; } .fa-user-graduate:before { - content: ""; + content: "\f501"; } .fa-user-lock:before { - content: ""; + content: "\f502"; } .fa-user-md:before { - content: ""; + content: "\f0f0"; } .fa-user-minus:before { - content: ""; + content: "\f503"; } .fa-user-ninja:before { - content: ""; + content: "\f504"; } .fa-user-plus:before { - content: ""; + content: "\f234"; } .fa-user-secret:before { - content: ""; + content: "\f21b"; } .fa-user-shield:before { - content: ""; + content: "\f505"; } .fa-user-slash:before { - content: ""; + content: "\f506"; } .fa-user-tag:before { - content: ""; + content: "\f507"; } .fa-user-tie:before { - content: ""; + content: "\f508"; } .fa-user-times:before { - content: ""; + content: "\f235"; } .fa-users:before { - content: ""; + content: "\f0c0"; } .fa-users-cog:before { - content: ""; + content: "\f509"; } .fa-ussunnah:before { - content: ""; + content: "\f407"; } .fa-utensil-spoon:before { - content: ""; + content: "\f2e5"; } .fa-utensils:before { - content: ""; + content: "\f2e7"; } .fa-vaadin:before { - content: ""; + content: "\f408"; } .fa-vector-square:before { - content: ""; + content: "\f5cb"; } .fa-venus:before { - content: ""; + content: "\f221"; } .fa-venus-double:before { - content: ""; + content: "\f226"; } .fa-venus-mars:before { - content: ""; + content: "\f228"; } .fa-viacoin:before { - content: ""; + content: "\f237"; } .fa-viadeo:before { - content: ""; + content: "\f2a9"; } .fa-viadeo-square:before { - content: ""; + content: "\f2aa"; } .fa-vial:before { - content: ""; + content: "\f492"; } .fa-vials:before { - content: ""; + content: "\f493"; } .fa-viber:before { - content: ""; + content: "\f409"; } .fa-video:before { - content: ""; + content: "\f03d"; } .fa-video-slash:before { - content: ""; + content: "\f4e2"; } .fa-vihara:before { - content: ""; + content: "\f6a7"; } .fa-vimeo:before { - content: ""; + content: "\f40a"; } .fa-vimeo-square:before { - content: ""; + content: "\f194"; } .fa-vimeo-v:before { - content: ""; + content: "\f27d"; } .fa-vine:before { - content: ""; + content: "\f1ca"; } .fa-vk:before { - content: ""; + content: "\f189"; } .fa-vnv:before { - content: ""; + content: "\f40b"; } .fa-volleyball-ball:before { - content: ""; + content: "\f45f"; } .fa-volume-down:before { - content: ""; + content: "\f027"; } .fa-volume-off:before { - content: ""; + content: "\f026"; } .fa-volume-up:before { - content: ""; + content: "\f028"; } .fa-vuejs:before { - content: ""; + content: "\f41f"; } .fa-walking:before { - content: ""; + content: "\f554"; } .fa-wallet:before { - content: ""; + content: "\f555"; } .fa-warehouse:before { - content: ""; + content: "\f494"; } .fa-weebly:before { - content: ""; + content: "\f5cc"; } .fa-weibo:before { - content: ""; + content: "\f18a"; } .fa-weight:before { - content: ""; + content: "\f496"; } .fa-weight-hanging:before { - content: ""; + content: "\f5cd"; } .fa-weixin:before { - content: ""; + content: "\f1d7"; } .fa-whatsapp:before { - content: ""; + content: "\f232"; } .fa-whatsapp-square:before { - content: ""; + content: "\f40c"; } .fa-wheelchair:before { - content: ""; + content: "\f193"; } .fa-whmcs:before { - content: ""; + content: "\f40d"; } .fa-wifi:before { - content: ""; + content: "\f1eb"; } .fa-wikipedia-w:before { - content: ""; + content: "\f266"; } .fa-window-close:before { - content: ""; + content: "\f410"; } .fa-window-maximize:before { - content: ""; + content: "\f2d0"; } .fa-window-minimize:before { - content: ""; + content: "\f2d1"; } .fa-window-restore:before { - content: ""; + content: "\f2d2"; } .fa-windows:before { - content: ""; + content: "\f17a"; } .fa-wine-glass:before { - content: ""; + content: "\f4e3"; } .fa-wine-glass-alt:before { - content: ""; + content: "\f5ce"; } .fa-wix:before { - content: ""; + content: "\f5cf"; } .fa-wolf-pack-battalion:before { - content: ""; + content: "\f514"; } .fa-won-sign:before { - content: ""; + content: "\f159"; } .fa-wordpress:before { - content: ""; + content: "\f19a"; } .fa-wordpress-simple:before { - content: ""; + content: "\f411"; } .fa-wpbeginner:before { - content: ""; + content: "\f297"; } .fa-wpexplorer:before { - content: ""; + content: "\f2de"; } .fa-wpforms:before { - content: ""; + content: "\f298"; } .fa-wrench:before { - content: ""; + content: "\f0ad"; } .fa-x-ray:before { - content: ""; + content: "\f497"; } .fa-xbox:before { - content: ""; + content: "\f412"; } .fa-xing:before { - content: ""; + content: "\f168"; } .fa-xing-square:before { - content: ""; + content: "\f169"; } .fa-y-combinator:before { - content: ""; + content: "\f23b"; } .fa-yahoo:before { - content: ""; + content: "\f19e"; } .fa-yandex:before { - content: ""; + content: "\f413"; } .fa-yandex-international:before { - content: ""; + content: "\f414"; } .fa-yelp:before { - content: ""; + content: "\f1e9"; } .fa-yen-sign:before { - content: ""; + content: "\f157"; } .fa-yin-yang:before { - content: ""; + content: "\f6ad"; } .fa-yoast:before { - content: ""; + content: "\f2b1"; } .fa-youtube:before { - content: ""; + content: "\f167"; } .fa-youtube-square:before { - content: ""; + content: "\f431"; } .fa-zhihu:before { - content: ""; + content: "\f63f"; } .sr-only { @@ -5353,22 +5353,22 @@ and open the template in the editor. color: #E5E5E5; } .enka-custom-radio.star::before { - content: ""; + content: "\f005"; } .enka-custom-radio.thumb::before { - content: ""; + content: "\f164"; } .enka-custom-radio.smiley::before { - content: ""; + content: "\f118"; } .enka-custom-radio.heart::before { - content: ""; + content: "\f004"; } .enka-custom-radio.flag::before { - content: ""; + content: "\f024"; } .enka-custom-radio.user::before { - content: ""; + content: "\f007"; } /* visual analog scale - radio buttons */ @@ -5379,25 +5379,25 @@ and open the template in the editor. color: #E5E5E5; } .enka-vizualna-skala.siv-61::before, .enka-vizualna-skala.siv-71::before { - content: ""; + 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: ""; + 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: ""; + content: "\f119"; } .enka-vizualna-skala.siv-32::before, .enka-vizualna-skala.siv-53::before, .enka-vizualna-skala.siv-74::before { - content: ""; + 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: ""; + 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: ""; + content: "\f580"; } .enka-vizualna-skala.siv-66::before, .enka-vizualna-skala.siv-77::before { - content: ""; + content: "\f59c"; } /* @@ -5411,88 +5411,88 @@ and open the template in the editor. */ /* icons */ span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.minus::before { - content: ""; + content: "\f068"; } span.faicon.success::before, span.circle-check::before { - content: ""; + content: "\f058"; } span.faicon.close::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f057"; } span.faicon.dropdown_blue::before { font-size: 16px; - content: ""; + content: "\f13a"; } span.faicon.dropup_blue::before { font-size: 16px; - content: ""; + content: "\f139"; } span.faicon.arrow_back::before { font-weight: 600; font-size: 16px; - content: ""; + content: "\f137"; } span.faicon.add::before { font-size: 18px; - content: ""; + content: "\f055"; } span.faicon.remove::before { font-size: 18px; - content: ""; + content: "\f056"; } span.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.anketa_delete::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.copy::before { font-size: 18px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.anketa_copy::before { font-size: 24px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.export::before { font-size: 24px; - content: ""; + content: "\f56e"; } span.faicon.file-import::before { - content: ""; + content: "\f56f"; transform: scaleX(-1); } span.faicon.import::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f1c2"; } /*span.faicon.import::after{ @@ -5502,137 +5502,137 @@ span.faicon.import::before { }*/ span.faicon.library::before { font-size: 24px; - content: ""; + content: "\f518"; } span.faicon.folder::before { font-size: 16px; font-weight: 600; - content: ""; + content: "\f07b"; } span.faicon.folder_empty::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f07b"; } span.faicon.after.sort_down_arrow::after { - content: ""; + content: "\f0d7"; margin-left: 5px; } span.faicon.after.sort_up_arrow::after { - content: ""; + content: "\f0d8"; margin-left: 5px; } span.faicon.info::before { font-size: 28px; - content: ""; + content: "\f05a"; vertical-align: middle; } span.faicon.pagination_left::before { margin: 0 1px 0 1px; - content: ""; + content: "\f104"; } span.faicon.pagination_right::before { margin: 0 0 0 1px; - content: ""; + content: "\f105"; } span.faicon.edit::before, span.faicon.edit2::before { - content: ""; + content: "\f304"; } span.faicon.refresh::before { font-size: 18px; - content: ""; + content: "\f2f1"; } span.faicon.filter::before { font-size: 18px; - content: ""; + content: "\f0b0"; } span.faicon.grip::before { - content: ""; + content: "\f58e"; } span.faicon.star::before, span.faicon.star_off::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.star_on::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.search::before { font-size: 20px; - content: ""; + content: "\f002"; } span.faicon.clipboard_notes::before { font-size: 20px; - content: ""; + content: "\f46d"; } span.faicon.help2::before { font-size: 20px; - content: ""; + content: "\f059"; } span.faicon.user::before { font-size: 18px; - content: ""; + content: "\f007"; } span.faicon.logout::before { font-size: 20px; - content: ""; + content: "\f2f5"; } .faicon.monitor::before { - content: ""; + content: "\f108"; } .faicon.mobile::before { - content: ""; + content: "\f3cd"; } .faicon.tablet::before { - content: ""; + content: "\f3fa"; } span.faicon.users::before { - content: ""; + content: "\f500"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bottom_saving::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f0c7"; } span.faicon.bottom_publish::before { font-size: 24px; - content: ""; + content: "\f093"; } span.faicon.bottom_preview { @@ -5642,63 +5642,63 @@ span.faicon.bottom_preview { span.faicon.bottom_preview::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.bottom_preview::after { font-size: 14px; - content: ""; + content: "\f002"; display: inline-block; margin-left: -70%; } span.faicon.bottom_test::before { font-size: 24px; - content: ""; + content: "\f492"; } span.faicon.language::before { font-size: 24px; - content: ""; + content: "\f0ac"; } span.faicon.mobile_off::before { font-size: 24px; - content: ""; + content: "\f3cd"; } span.faicon.mobile_off::after { font-size: 24px; - content: ""; + content: "\f715"; margin-left: -23px; } span.faicon.comments::before { - content: ""; + content: "\f27a"; font-weight: 700; } span.faicon.comments_empty::before { - content: ""; + content: "\f27a"; font-weight: 400; } span.faicon.data_link::before { - content: ""; + content: "\f0c1"; } span.faicon.data_link_small::before { - content: ""; + content: "\f0c1"; } span.faicon.print::before { font-size: 24px; - content: ""; + content: "\f02f"; } span.faicon.print_small::before { font-size: 16px; - content: ""; + content: "\f02f"; } span.faicon.preview { @@ -5708,11 +5708,11 @@ span.faicon.preview { span.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -5720,87 +5720,87 @@ span.faicon.preview::after { span.faicon.palette::before { font-size: 18px; - content: ""; + content: "\f53f"; } span.faicon.inline_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f075"; } span.faicon.inline_double_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f086"; } span.faicon.comments_creport::before { font-size: 16px; - content: ""; + content: "\f086"; } span.faicon.compress::before { font-size: 15px; - content: ""; + content: "\f066"; } span.faicon.expand::before { font-size: 15px; - content: ""; + content: "\f065"; } span.faicon.hashtag::before { font-size: 15px; - content: ""; + content: "\f292"; } span.faicon.bug::before { font-size: 15px; - content: ""; + content: "\f188"; } span.faicon.paragraph::before { font-size: 15px; - content: ""; + content: "\f1dd"; } span.faicon.replace::before { font-size: 15px; - content: ""; + content: "\f362"; } span.faicon.plus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f146"; } span.faicon.delete_circle::before { font-size: 14px; - content: ""; + content: "\f056"; } span.faicon.quick_view::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f06e"; } span.faicon.edit_square::before { font-size: 15px; - content: ""; + content: "\f044"; } span.faicon.test::before { font-size: 15px; - content: ""; + content: "\f492"; } a.faicon.if_add { @@ -5836,7 +5836,7 @@ span.faicon.if_add:hover:before { } span.faicon.text_file::before { - content: ""; + content: "\f15c"; } span.faicon.text_file_small { @@ -5846,40 +5846,40 @@ span.faicon.text_file_small { span.faicon.text_file_small:before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15c"; } span.faicon.warning::before { font-size: 16px; - content: ""; + content: "\f071"; } span.faicon.users_small::before { font-size: 16px; - content: ""; + content: "\f0c0"; } span.faicon.popup_0::before { font-size: 14px; - content: ""; + content: "\f065"; color: #1E88E5; } span.faicon.popup_1::before { font-size: 14px; - content: ""; + content: "\f065"; color: #0059ab; } span.faicon.flat_0::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #0059ab; } span.faicon.flat_1::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #1E88E5; } @@ -5894,46 +5894,46 @@ span.basic-icon.spss::before { span.faicon.external_link::before { font-size: 14px; font-weight: 600; - content: ""; + content: "\f35d"; } span.faicon.cog_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f013"; } span.faicon.chart_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f201"; } span.faicon.reload_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f021"; } span.faicon.chart::before { - content: ""; + content: "\f080"; font-size: 16px; font-weight: 600; } span.faicon.data::before { - content: ""; + content: "\f1c0"; font-size: 16px; font-weight: 600; } span.faicon.publish::before { - content: ""; + content: "\f093"; font-size: 16px; } span.faicon.test::before { - content: ""; + content: "\f492"; font-size: 16px; } @@ -5943,63 +5943,63 @@ button.ui-datepicker-trigger::before { font-family: "Font Awesome 5 Free"; font-weight: 400; font-size: 16px; - content: ""; + content: "\f073"; } /* ARROWS */ span.faicon.arrow_up::before { font-size: 14px; - content: ""; + content: "\f062"; } span.faicon.arrow2_r::before { font-size: 14px; - content: ""; + content: "\f054"; } span.faicon.arrow2_l::before { font-size: 14px; - content: ""; + content: "\f053"; } span.faicon.arrow2_d::before { font-size: 14px; - content: ""; + content: "\f078"; } span.faicon.arrow2_u::before { font-size: 14px; - content: ""; + content: "\f077"; } span.faicon.arrow_large2_r::before { font-size: 35px; - content: ""; + content: "\f054"; } span.faicon.arrow_large2_l::before { font-size: 35px; - content: ""; + content: "\f053"; } span.faicon.arrow_verylarge2_r::before { font-size: 40px; - content: ""; + content: "\f054"; } span.faicon.arrow_verylarge2_l::before { font-size: 40px; - content: ""; + content: "\f053"; } span.faicon.sort_descending::before { font-size: 14px; - content: ""; + content: "\f0d7"; } span.faicon.sort_ascending::before { font-size: 14px; - content: ""; + content: "\f0d8"; } /* Plus/minus sqare */ @@ -6011,127 +6011,127 @@ span.folder_plusminus { span.faicon.plus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f146"; } /* Spinner */ span.faicon.spinner::before { font-size: 18px; - content: ""; + content: "\f1ce"; } /* Bars - mobile menu */ span.faicon.bars::before { font-size: 26px; - content: ""; + content: "\f0c9"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bell::before { - content: ""; + content: "\f0f3"; } span.faicon.bell_slash::before { - content: ""; + content: "\f1f6"; } span.faicon.trash::before { - content: ""; + content: "\f2ed"; } span.faicon.copy::before { - content: ""; + content: "\f0c5"; } span.faicon.circle::before { - content: ""; + content: "\f111"; vertical-align: middle; } span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.plus_circle::before { - content: ""; + content: "\f055"; } span.faicon.minus_circle::before { - content: ""; + content: "\f056"; } span.faicon.calendar_icon::before { - content: ""; + content: "\f073"; } span.faicon.clipboard::before { - content: ""; + content: "\f328"; } span.faicon.list-alt::before { - content: ""; + content: "\f022"; } span.faicon.vote-yes::before { - content: ""; + content: "\f772"; } span.faicon.file-preview::before { - content: ""; + content: "\f865"; } span.faicon.dots::before { - content: ""; + content: "\f141"; font-size: 16px; font-weight: 600; } span.faicon.dots_ver:before { - content: ""; + content: "\f142"; font-size: 16px; font-weight: 600; } span.faicon.open_icon::before, a.faicon.open_icon::before { - content: ""; + content: "\f35d"; } span.faicon.table_icon::before { - content: ""; + content: "\f0ce"; } span.faicon.list::before { - content: ""; + content: "\f03a"; } span.faicon.link-chain::before { - content: ""; + content: "\f0c1"; } span.fa-brands.html5::before { - content: ""; + content: "\f13b"; } span.faicon.stopwatch20::before { - content: ""; + content: "\e06f"; } span.faicon.checkbox-empty::before { - content: ""; + content: "\f0c8"; font-weight: 400 !important; } @@ -6140,11 +6140,11 @@ span.faicon.fa-1::before { } span.faicon.phone::before { - content: ""; + content: "\f095"; } span.faicon.screwdriver::before { - content: ""; + content: "\f7d9"; font-weight: 600 !important; } @@ -6282,23 +6282,23 @@ and open the template in the editor. */ /* Toolbox na levi strani */ span.faicon.wheel_32::before { - content: ""; + content: "\f013"; } span.faicon.radio_32::before { - content: ""; + content: "\f192"; font-weight: 400; font-size: 18px; } span.faicon.check_32::before { - content: ""; + content: "\f14a"; font-weight: 400; font-size: 18px; } span.faicon.matrix_32::before { - content: "\a"; + content: "\f192\f192\a\f192\f192"; white-space: pre; font-weight: 400; font-size: 12px; @@ -6322,7 +6322,7 @@ span.faicon.nagovor::before { } span.faicon.plus_32::before { - content: ""; + content: "\f055"; font-size: 18px; } @@ -6366,12 +6366,12 @@ span.faicon.edit-vprasanje { } span.faicon.edit-vprasanje:before { font-size: 18px; - content: ""; + content: "\f031"; } a.faicon.edit::before { font-size: 16px; - content: ""; + content: "\f304"; } a.faicon.addif::before { @@ -6383,22 +6383,22 @@ a.faicon.addif::before { a.faicon.copy::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f0c5"; } a.faicon.copycond::before { font-size: 18px; - content: ""; + content: "\f0c5"; } a.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } a.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -6406,25 +6406,25 @@ a.faicon.preview::after { a.faicon.arhiv::before { font-size: 18px; - content: ""; + content: "\f044"; } a.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } a.faicon.hide::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f06e"; } a.faicon.unhide_icon::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f070"; } /* Urejanje vrednosti inline */ @@ -6438,12 +6438,12 @@ a.faicon.unhide_icon::before { .variabla span.inline.faicon.edit2::before { font-size: 14px; - content: ""; + content: "\f304"; } .variabla span.inline.faicon.odg_hidden::before { font-size: 14px; - content: ""; + content: "\f05e"; } .variabla span.inline.faicon.odg_hidden.show-hidden::before { @@ -6471,23 +6471,23 @@ span.inline.faicon.odg_if_not::before { .variabla span.inline.faicon.odg_if_follow::after { font-size: 14px; margin-left: 2px; - content: ""; + content: "\f0da"; } .variabla span.inline.faicon.correct::before { font-size: 14px; font-weight: 900; - content: ""; + content: "\f00c"; } .faicon.move_updown::before { font-size: 16px; color: #0059ab; - content: ""; + content: "\f338"; } .faicon.image_upload::before { - content: ""; + content: "\f03e"; font-weight: 400; } @@ -6504,22 +6504,22 @@ and open the template in the editor. span.faicon.mapca.anketa::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f022"; } span.faicon.table::before { font-size: 16px; - content: ""; + content: "\f00b"; } span.faicon.other_vprasanja::before { font-size: 16px; - content: "" !important; + content: "\f0ca" !important; } span.faicon.osnovna_vprasanja::before { font-size: 16px; - content: ""; + content: "\f0ca"; } span.faicon.mapca.if::before { @@ -6547,7 +6547,7 @@ and open the template in the editor. */ /* Izvozi */ span.faicon.pdf::before { - content: ""; + content: "\f1c1"; font-size: 16px; font-weight: 400; color: #ed1c24; @@ -6571,7 +6571,7 @@ span.faicon.pdf.black::before { span.faicon.xls::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c3"; color: #008000; } @@ -6593,7 +6593,7 @@ span.faicon.xls.black::before { span.faicon.rtf::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c2"; color: #0f3ea8; } @@ -6615,7 +6615,7 @@ span.faicon.rtf.black::before { span.faicon.ppt::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c4"; color: #fa4913; } @@ -6637,7 +6637,7 @@ span.faicon.ppt.black::before { span.faicon.xml::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c9"; color: #00a000; } @@ -6657,17 +6657,17 @@ span.faicon.xml.black::before { } span.faicon.arhiv::before { - content: ""; + content: "\f187"; } span.faicon.arhiv_mail::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f14d"; } span.faicon.share-arrow::before { - content: ""; + content: "\f14d"; } /* @@ -6717,7 +6717,7 @@ span.faicon.an_chart_bar::before { font-size: 14px; font-weight: 700; /*content: "\f080";*/ - content: ""; + content: "\f200"; } /* @@ -6731,35 +6731,35 @@ and open the template in the editor. */ /* Invitation table */ span.faicon.inv_sent_0::before { - content: ""; + content: "\f2b6"; } span.faicon.inv_sent_1::before { - content: ""; + content: "\f0e0"; } span.faicon.inv_responded_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.inv_responded_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.inv_unsubscribed_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f111"; } span.faicon.inv_unsubscribed_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f111"; color: #FF0000; } @@ -6860,7 +6860,7 @@ a.read-more .faicon:before { .qtip .qtip-wrapper .qtip-contentWrapper .qtip-content h1::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f059"; font-size: 20px; color: #1E88E5; vertical-align: -1px; @@ -6897,7 +6897,7 @@ a.read-more .faicon:before { padding-left: 8px; vertical-align: middle; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f054"; font-size: 8px; color: #1E88E5; transition: 0.2s; @@ -7220,7 +7220,7 @@ a.read-more .faicon:before { .divPopUp.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7261,7 +7261,7 @@ a.read-more .faicon:before { .divPopUp_info.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7753,7 +7753,7 @@ body.waitlong #loading { #check_pogoji.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7934,7 +7934,7 @@ body.waitlong #loading { #dropped_alert.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -9128,7 +9128,7 @@ header #topSettingsHolder .left_options_holder #analizaSubNav #globalSetingsLink right: 8px; top: 5px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; font-size: 10px; font-weight: 600; } @@ -9401,7 +9401,7 @@ footer#srv_footer .footer_right span.faicon.external_link:before { footer#srv_footer .footer_right .right_help_button { position: fixed; right: -71px; - top: calc(50%); + top: 50%; width: 150px; padding: 4px 8px; border: 1px #1E88E5 solid; @@ -9781,17 +9781,17 @@ input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:b color: #1E88E5; } input[type=checkbox] + label:before { - content: ""; + content: "\f0c8"; } input[type=checkbox]:checked + label:before { - content: ""; + content: "\f14a"; font-weight: bold; } input[type=radio] + label:before { - content: ""; + content: "\f111"; } input[type=radio]:checked + label:before { - content: ""; + content: "\f192"; } input[type=checkbox][disabled] + label:before { color: #C4C4C4; @@ -10423,7 +10423,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { #popup_user_access.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -10768,7 +10768,7 @@ div.button_holder.editor_button_holder { #survey_list .second_line .filters #folderSwitch#sortButton:after { position: absolute; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; right: 8px; top: 13px; font-weight: 600; @@ -11114,13 +11114,13 @@ body.eng #survey_list .filters #folderSwitch { cursor: pointer; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_icon::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -11130,7 +11130,7 @@ body.eng #survey_list .filters #folderSwitch { background-color: #F8F8F8; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_icon::before { font-weight: 600; @@ -12247,13 +12247,13 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { cursor: pointer; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -12279,7 +12279,7 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { }*/ } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder::before { font-weight: 600; @@ -12532,7 +12532,7 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-custom-radio:before { @@ -12540,7 +12540,7 @@ and open the template in the editor. display: inline-block; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] { display: none !important; @@ -12553,11 +12553,11 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting .custom_radio_picture.obarvan > label > span.enka-custom-radio:before { @@ -12850,7 +12850,7 @@ and open the template in the editor. } #new_anketa_div .layout_right_item .layout_right_centering .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #C4C4C4; @@ -13463,20 +13463,20 @@ div.drop_setting_transition { font-weight: 400; } #branching input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #branching input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } #branching input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } #branching input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } #branching span.faicon.delete_circle::before { @@ -20099,7 +20099,7 @@ and open the template in the editor. transition: 0.2s; } .tab_content .content_left ul li.folder_item .faicon.arrow:before { - content: ""; + content: "\f078"; } .tab_content .content_left ul li.folder_item .faicon.folder:before, .tab_content .content_left ul li.folder_item .faicon.clipboard:before { @@ -20116,7 +20116,7 @@ and open the template in the editor. color: #1E88E5; } .tab_content .content_left ul li.folder_item.open .faicon.arrow:before { - content: ""; + content: "\f077"; } .tab_content .content_left ul li.folder_item.no_arrow .faicon.arrow:before { display: none; @@ -20619,7 +20619,7 @@ img.mapster_el { border-radius: 4px; } .jquery-selectbox .jquery-selectbox-moreButton::before { - content: ""; + content: "\f078"; padding-left: 2px; color: #333333; font-size: 10px; @@ -21400,7 +21400,7 @@ div#theme-edit-wrap div#theme-editor #picker .button_holder button:last-child { div#theme-edit-wrap div#theme-editor #picker.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -21763,7 +21763,7 @@ span.faicon.st-besede-popup { #vrednost_edit.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22004,7 +22004,7 @@ span.faicon.st-besede-popup { #quota.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22376,7 +22376,7 @@ and open the template in the editor. #vprasanje_preview #preview_spremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22470,21 +22470,21 @@ and open the template in the editor. } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -23442,22 +23442,22 @@ and open the template in the editor. } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f096";*/ - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f10c";*/ - content: ""; + content: "\f111"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f046";*/ - content: ""; + content: "\f14a"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f192";*/ - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=radio] { margin: 0 8px 4px 0; @@ -23470,7 +23470,7 @@ and open the template in the editor. #preview_spremenljivka input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #preview_spremenljivka input[type=radio] + span.enka-custom-radio:before { @@ -23478,7 +23478,7 @@ and open the template in the editor. display: inline-block; } #preview_spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=checkbox] { display: none !important; @@ -23491,11 +23491,11 @@ and open the template in the editor. #preview_spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } @@ -23754,7 +23754,7 @@ and open the template in the editor. } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #E5E5E5; @@ -23762,7 +23762,7 @@ and open the template in the editor. font-weight: 400; } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #E5E5E5; } @@ -24025,7 +24025,7 @@ dl.arch_email dd { #inv_view_arch_recipients.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -25239,23 +25239,23 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admi } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } div.page_komentarji ul .spremenljivka_content input[type=radio], @@ -25272,7 +25272,7 @@ div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-chec div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-custom-radio:before, @@ -25282,7 +25282,7 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.en } div.page_komentarji ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } div.page_komentarji ul .spremenljivka_content input[type=checkbox], div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] { @@ -25298,12 +25298,12 @@ div.page_komentarji ul .spremenljivka_content input[type=checkbox] + span.enka-c div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } div.page_komentarji ul div.question_comment_holder, @@ -27378,7 +27378,7 @@ div.subpage_coding .coding-refresh .button_holder button:last-child { div.subpage_coding .coding-refresh.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27560,7 +27560,7 @@ div.subpage_coding #coding .button_holder button:last-child { div.subpage_coding #coding.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27884,7 +27884,7 @@ div.subpage_coding .floatRecodeSpremenljivka .button_holder button:last-child { div.subpage_coding .floatRecodeSpremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -28235,18 +28235,18 @@ ul#merge li { -webkit-text-stroke: 0.35px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -28745,7 +28745,7 @@ and open the template in the editor. #div_export_setting_show.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -30122,7 +30122,7 @@ iframe#ifmcontentstoprint { .cell_icons button::before { font-weight: 700; - content: ""; + content: "\f141"; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options div.button { @@ -31871,7 +31871,7 @@ ul.vrednost_sort input[type=text] { .subpage_analysis_creport #anketa_custom_report #newCReportProfile.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32155,7 +32155,7 @@ and open the template in the editor. #dsp_inspect_cover.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32689,7 +32689,7 @@ input#endDate { .mc_table_settings.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32902,7 +32902,7 @@ input#endDate { #newMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33091,7 +33091,7 @@ input#endDate { #renameMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33280,7 +33280,7 @@ input#endDate { #deleteMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33666,7 +33666,7 @@ button.buttons-columnVisibility.active { table.usersTable { margin-left: 14px; margin-right: 14px; - width: calc(100% - 2*14px); + width: calc(100% - 28px); white-space: nowrap; border-collapse: collapse !important; } From 1f7c522698bb718577176693b9c0667923729675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Thu, 25 Aug 2022 11:15:35 +0200 Subject: [PATCH 36/46] =?UTF-8?q?statistike=20-->=20odstranjen=20dvojni=20?= =?UTF-8?q?shadow,=20prikaz=20settingov=20pri=20manj=C5=A1ih=20ekranih?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/admin_new.css | 6 +++++- resources/sass/admin_new/pages/survey_analysis/icons.scss | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/public/css/admin_new.css b/public/css/admin_new.css index f7d5bc250..c813a7ab6 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -30049,7 +30049,6 @@ iframe#ifmcontentstoprint { position: absolute; left: 17px; top: 40px; - box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } #div_analiza_data .faicon.dots { cursor: pointer; @@ -30120,6 +30119,11 @@ iframe#ifmcontentstoprint { padding-bottom: 16px; } +@media only screen and (max-width: 850px) { + .analysis_icons_holder { + display: block !important; + } +} .cell_icons button::before { font-weight: 700; content: "\f141"; diff --git a/resources/sass/admin_new/pages/survey_analysis/icons.scss b/resources/sass/admin_new/pages/survey_analysis/icons.scss index cc8570d79..1ab7b90f9 100644 --- a/resources/sass/admin_new/pages/survey_analysis/icons.scss +++ b/resources/sass/admin_new/pages/survey_analysis/icons.scss @@ -14,7 +14,7 @@ left: 17px; top: 40px; - box-shadow: 0px 0px 7px 0px #0000001F; + } .faicon.dots { @@ -127,6 +127,11 @@ } +@media only screen and (max-width: 850px) { + .analysis_icons_holder { + display: block !important; + } +} From ce3685726bbc73ef30ef57dbb73e7e8c14fb85a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Thu, 25 Aug 2022 11:42:28 +0200 Subject: [PATCH 37/46] testiranje: avtomatski vnosi: styling --- admin/survey/SurveyAdminSettings.php | 18 ++-- public/css/admin_new.css | 36 ++++---- .../admin_new/components/table/table.scss | 82 +++++++++++-------- 3 files changed, 78 insertions(+), 58 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index c9d17ecc4..dda06394b 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -502,11 +502,11 @@ class SurveyAdminSettings { echo '
'; echo ''; - echo ''; + echo ''; echo '
'; echo '
'; echo ''; - echo ''; + echo ''; echo '
'; echo '
'; @@ -8802,7 +8802,7 @@ class SurveyAdminSettings { echo $lang['srv_stevilo_vnosov'].':'; echo '
'; echo ''; - echo '(max 1000)'; + echo '(max. 1000)'; echo '
'; echo '
'; @@ -8822,20 +8822,22 @@ class SurveyAdminSettings { echo ''.$lang['srv_delete_testdata'].' ('.$total_rows.')'; - echo '
'; // self::showIcons($spid,$spremenljivka,'desc'); - echo ''; + // echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,'desc'); echo '
'; //options @@ -1008,6 +1010,7 @@ class SurveyAnalysis { # tekst vprašanja + echo ''; echo ''; # naslovna vrstica @@ -1047,7 +1050,8 @@ class SurveyAnalysis { #variabla echo '
'; // self::showIcons($spid,$spremenljivka,'freq'); - echo ''; + // echo ''; + echo ' '; echo '
'; self::showIcons($spid,$spremenljivka,'freq'); echo '
'; //options diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 2bbd28b72..17631a06a 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -214,4767 +214,4767 @@ /* 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: ""; + content: "\f26e"; } .fa-accessible-icon:before { - content: ""; + content: "\f368"; } .fa-accusoft:before { - content: ""; + content: "\f369"; } .fa-ad:before { - content: ""; + content: "\f641"; } .fa-address-book:before { - content: ""; + content: "\f2b9"; } .fa-address-card:before { - content: ""; + content: "\f2bb"; } .fa-adjust:before { - content: ""; + content: "\f042"; } .fa-adn:before { - content: ""; + content: "\f170"; } .fa-adversal:before { - content: ""; + content: "\f36a"; } .fa-affiliatetheme:before { - content: ""; + content: "\f36b"; } .fa-air-freshener:before { - content: ""; + content: "\f5d0"; } .fa-algolia:before { - content: ""; + content: "\f36c"; } .fa-align-center:before { - content: ""; + content: "\f037"; } .fa-align-justify:before { - content: ""; + content: "\f039"; } .fa-align-left:before { - content: ""; + content: "\f036"; } .fa-align-right:before { - content: ""; + content: "\f038"; } .fa-alipay:before { - content: ""; + content: "\f642"; } .fa-allergies:before { - content: ""; + content: "\f461"; } .fa-amazon:before { - content: ""; + content: "\f270"; } .fa-amazon-pay:before { - content: ""; + content: "\f42c"; } .fa-ambulance:before { - content: ""; + content: "\f0f9"; } .fa-american-sign-language-interpreting:before { - content: ""; + content: "\f2a3"; } .fa-amilia:before { - content: ""; + content: "\f36d"; } .fa-anchor:before { - content: ""; + content: "\f13d"; } .fa-android:before { - content: ""; + content: "\f17b"; } .fa-angellist:before { - content: ""; + content: "\f209"; } .fa-angle-double-down:before { - content: ""; + content: "\f103"; } .fa-angle-double-left:before { - content: ""; + content: "\f100"; } .fa-angle-double-right:before { - content: ""; + content: "\f101"; } .fa-angle-double-up:before { - content: ""; + content: "\f102"; } .fa-angle-down:before { - content: ""; + content: "\f107"; } .fa-angle-left:before { - content: ""; + content: "\f104"; } .fa-angle-right:before { - content: ""; + content: "\f105"; } .fa-angle-up:before { - content: ""; + content: "\f106"; } .fa-angry:before { - content: ""; + content: "\f556"; } .fa-angrycreative:before { - content: ""; + content: "\f36e"; } .fa-angular:before { - content: ""; + content: "\f420"; } .fa-ankh:before { - content: ""; + content: "\f644"; } .fa-app-store:before { - content: ""; + content: "\f36f"; } .fa-app-store-ios:before { - content: ""; + content: "\f370"; } .fa-apper:before { - content: ""; + content: "\f371"; } .fa-apple:before { - content: ""; + content: "\f179"; } .fa-apple-alt:before { - content: ""; + content: "\f5d1"; } .fa-apple-pay:before { - content: ""; + content: "\f415"; } .fa-archive:before { - content: ""; + content: "\f187"; } .fa-archway:before { - content: ""; + content: "\f557"; } .fa-arrow-alt-circle-down:before { - content: ""; + content: "\f358"; } .fa-arrow-alt-circle-left:before { - content: ""; + content: "\f359"; } .fa-arrow-alt-circle-right:before { - content: ""; + content: "\f35a"; } .fa-arrow-alt-circle-up:before { - content: ""; + content: "\f35b"; } .fa-arrow-circle-down:before { - content: ""; + content: "\f0ab"; } .fa-arrow-circle-left:before { - content: ""; + content: "\f0a8"; } .fa-arrow-circle-right:before { - content: ""; + content: "\f0a9"; } .fa-arrow-circle-up:before { - content: ""; + content: "\f0aa"; } .fa-arrow-down:before { - content: ""; + content: "\f063"; } .fa-arrow-left:before { - content: ""; + content: "\f060"; } .fa-arrow-right:before { - content: ""; + content: "\f061"; } .fa-arrow-up:before { - content: ""; + content: "\f062"; } .fa-arrows-alt:before { - content: ""; + content: "\f0b2"; } .fa-arrows-alt-h:before { - content: ""; + content: "\f337"; } .fa-arrows-alt-v:before { - content: ""; + content: "\f338"; } .fa-assistive-listening-systems:before { - content: ""; + content: "\f2a2"; } .fa-asterisk:before { - content: ""; + content: "\f069"; } .fa-asymmetrik:before { - content: ""; + content: "\f372"; } .fa-at:before { - content: ""; + content: "\f1fa"; } .fa-atlas:before { - content: ""; + content: "\f558"; } .fa-atom:before { - content: ""; + content: "\f5d2"; } .fa-audible:before { - content: ""; + content: "\f373"; } .fa-audio-description:before { - content: ""; + content: "\f29e"; } .fa-autoprefixer:before { - content: ""; + content: "\f41c"; } .fa-avianex:before { - content: ""; + content: "\f374"; } .fa-aviato:before { - content: ""; + content: "\f421"; } .fa-award:before { - content: ""; + content: "\f559"; } .fa-aws:before { - content: ""; + content: "\f375"; } .fa-backspace:before { - content: ""; + content: "\f55a"; } .fa-backward:before { - content: ""; + content: "\f04a"; } .fa-balance-scale:before { - content: ""; + content: "\f24e"; } .fa-ban:before { - content: ""; + content: "\f05e"; } .fa-band-aid:before { - content: ""; + content: "\f462"; } .fa-bandcamp:before { - content: ""; + content: "\f2d5"; } .fa-barcode:before { - content: ""; + content: "\f02a"; } .fa-bars:before { - content: ""; + content: "\f0c9"; } .fa-baseball-ball:before { - content: ""; + content: "\f433"; } .fa-basketball-ball:before { - content: ""; + content: "\f434"; } .fa-bath:before { - content: ""; + content: "\f2cd"; } .fa-battery-empty:before { - content: ""; + content: "\f244"; } .fa-battery-full:before { - content: ""; + content: "\f240"; } .fa-battery-half:before { - content: ""; + content: "\f242"; } .fa-battery-quarter:before { - content: ""; + content: "\f243"; } .fa-battery-three-quarters:before { - content: ""; + content: "\f241"; } .fa-bed:before { - content: ""; + content: "\f236"; } .fa-beer:before { - content: ""; + content: "\f0fc"; } .fa-behance:before { - content: ""; + content: "\f1b4"; } .fa-behance-square:before { - content: ""; + content: "\f1b5"; } .fa-bell:before { - content: ""; + content: "\f0f3"; } .fa-bell-slash:before { - content: ""; + content: "\f1f6"; } .fa-bezier-curve:before { - content: ""; + content: "\f55b"; } .fa-bible:before { - content: ""; + content: "\f647"; } .fa-bicycle:before { - content: ""; + content: "\f206"; } .fa-bimobject:before { - content: ""; + content: "\f378"; } .fa-binoculars:before { - content: ""; + content: "\f1e5"; } .fa-birthday-cake:before { - content: ""; + content: "\f1fd"; } .fa-bitbucket:before { - content: ""; + content: "\f171"; } .fa-bitcoin:before { - content: ""; + content: "\f379"; } .fa-bity:before { - content: ""; + content: "\f37a"; } .fa-black-tie:before { - content: ""; + content: "\f27e"; } .fa-blackberry:before { - content: ""; + content: "\f37b"; } .fa-blender:before { - content: ""; + content: "\f517"; } .fa-blind:before { - content: ""; + content: "\f29d"; } .fa-blogger:before { - content: ""; + content: "\f37c"; } .fa-blogger-b:before { - content: ""; + content: "\f37d"; } .fa-bluetooth:before { - content: ""; + content: "\f293"; } .fa-bluetooth-b:before { - content: ""; + content: "\f294"; } .fa-bold:before { - content: ""; + content: "\f032"; } .fa-bolt:before { - content: ""; + content: "\f0e7"; } .fa-bomb:before { - content: ""; + content: "\f1e2"; } .fa-bone:before { - content: ""; + content: "\f5d7"; } .fa-bong:before { - content: ""; + content: "\f55c"; } .fa-book:before { - content: ""; + content: "\f02d"; } .fa-book-open:before { - content: ""; + content: "\f518"; } .fa-book-reader:before { - content: ""; + content: "\f5da"; } .fa-bookmark:before { - content: ""; + content: "\f02e"; } .fa-bowling-ball:before { - content: ""; + content: "\f436"; } .fa-box:before { - content: ""; + content: "\f466"; } .fa-box-open:before { - content: ""; + content: "\f49e"; } .fa-boxes:before { - content: ""; + content: "\f468"; } .fa-braille:before { - content: ""; + content: "\f2a1"; } .fa-brain:before { - content: ""; + content: "\f5dc"; } .fa-briefcase:before { - content: ""; + content: "\f0b1"; } .fa-briefcase-medical:before { - content: ""; + content: "\f469"; } .fa-broadcast-tower:before { - content: ""; + content: "\f519"; } .fa-broom:before { - content: ""; + content: "\f51a"; } .fa-brush:before { - content: ""; + content: "\f55d"; } .fa-btc:before { - content: ""; + content: "\f15a"; } .fa-bug:before { - content: ""; + content: "\f188"; } .fa-building:before { - content: ""; + content: "\f1ad"; } .fa-bullhorn:before { - content: ""; + content: "\f0a1"; } .fa-bullseye:before { - content: ""; + content: "\f140"; } .fa-burn:before { - content: ""; + content: "\f46a"; } .fa-buromobelexperte:before { - content: ""; + content: "\f37f"; } .fa-bus:before { - content: ""; + content: "\f207"; } .fa-bus-alt:before { - content: ""; + content: "\f55e"; } .fa-business-time:before { - content: ""; + content: "\f64a"; } .fa-buysellads:before { - content: ""; + content: "\f20d"; } .fa-calculator:before { - content: ""; + content: "\f1ec"; } .fa-calendar:before { - content: ""; + content: "\f133"; } .fa-calendar-alt:before { - content: ""; + content: "\f073"; } .fa-calendar-check:before { - content: ""; + content: "\f274"; } .fa-calendar-minus:before { - content: ""; + content: "\f272"; } .fa-calendar-plus:before { - content: ""; + content: "\f271"; } .fa-calendar-times:before { - content: ""; + content: "\f273"; } .fa-camera:before { - content: ""; + content: "\f030"; } .fa-camera-retro:before { - content: ""; + content: "\f083"; } .fa-cannabis:before { - content: ""; + content: "\f55f"; } .fa-capsules:before { - content: ""; + content: "\f46b"; } .fa-car:before { - content: ""; + content: "\f1b9"; } .fa-car-alt:before { - content: ""; + content: "\f5de"; } .fa-car-battery:before { - content: ""; + content: "\f5df"; } .fa-car-crash:before { - content: ""; + content: "\f5e1"; } .fa-car-side:before { - content: ""; + content: "\f5e4"; } .fa-caret-down:before { - content: ""; + content: "\f0d7"; } .fa-caret-left:before { - content: ""; + content: "\f0d9"; } .fa-caret-right:before { - content: ""; + content: "\f0da"; } .fa-caret-square-down:before { - content: ""; + content: "\f150"; } .fa-caret-square-left:before { - content: ""; + content: "\f191"; } .fa-caret-square-right:before { - content: ""; + content: "\f152"; } .fa-caret-square-up:before { - content: ""; + content: "\f151"; } .fa-caret-up:before { - content: ""; + content: "\f0d8"; } .fa-cart-arrow-down:before { - content: ""; + content: "\f218"; } .fa-cart-plus:before { - content: ""; + content: "\f217"; } .fa-cc-amazon-pay:before { - content: ""; + content: "\f42d"; } .fa-cc-amex:before { - content: ""; + content: "\f1f3"; } .fa-cc-apple-pay:before { - content: ""; + content: "\f416"; } .fa-cc-diners-club:before { - content: ""; + content: "\f24c"; } .fa-cc-discover:before { - content: ""; + content: "\f1f2"; } .fa-cc-jcb:before { - content: ""; + content: "\f24b"; } .fa-cc-mastercard:before { - content: ""; + content: "\f1f1"; } .fa-cc-paypal:before { - content: ""; + content: "\f1f4"; } .fa-cc-stripe:before { - content: ""; + content: "\f1f5"; } .fa-cc-visa:before { - content: ""; + content: "\f1f0"; } .fa-centercode:before { - content: ""; + content: "\f380"; } .fa-certificate:before { - content: ""; + content: "\f0a3"; } .fa-chalkboard:before { - content: ""; + content: "\f51b"; } .fa-chalkboard-teacher:before { - content: ""; + content: "\f51c"; } .fa-charging-station:before { - content: ""; + content: "\f5e7"; } .fa-chart-area:before { - content: ""; + content: "\f1fe"; } .fa-chart-bar:before { - content: ""; + content: "\f080"; } .fa-chart-line:before { - content: ""; + content: "\f201"; } .fa-chart-pie:before { - content: ""; + content: "\f200"; } .fa-check:before { - content: ""; + content: "\f00c"; } .fa-check-circle:before { - content: ""; + content: "\f058"; } .fa-check-double:before { - content: ""; + content: "\f560"; } .fa-check-square:before { - content: ""; + content: "\f14a"; } .fa-chess:before { - content: ""; + content: "\f439"; } .fa-chess-bishop:before { - content: ""; + content: "\f43a"; } .fa-chess-board:before { - content: ""; + content: "\f43c"; } .fa-chess-king:before { - content: ""; + content: "\f43f"; } .fa-chess-knight:before { - content: ""; + content: "\f441"; } .fa-chess-pawn:before { - content: ""; + content: "\f443"; } .fa-chess-queen:before { - content: ""; + content: "\f445"; } .fa-chess-rook:before { - content: ""; + content: "\f447"; } .fa-chevron-circle-down:before { - content: ""; + content: "\f13a"; } .fa-chevron-circle-left:before { - content: ""; + content: "\f137"; } .fa-chevron-circle-right:before { - content: ""; + content: "\f138"; } .fa-chevron-circle-up:before { - content: ""; + content: "\f139"; } .fa-chevron-down:before { - content: ""; + content: "\f078"; } .fa-chevron-left:before { - content: ""; + content: "\f053"; } .fa-chevron-right:before { - content: ""; + content: "\f054"; } .fa-chevron-up:before { - content: ""; + content: "\f077"; } .fa-child:before { - content: ""; + content: "\f1ae"; } .fa-chrome:before { - content: ""; + content: "\f268"; } .fa-church:before { - content: ""; + content: "\f51d"; } .fa-circle:before { - content: ""; + content: "\f111"; } .fa-circle-notch:before { - content: ""; + content: "\f1ce"; } .fa-city:before { - content: ""; + content: "\f64f"; } .fa-clipboard:before { - content: ""; + content: "\f328"; } .fa-clipboard-check:before { - content: ""; + content: "\f46c"; } .fa-clipboard-list:before { - content: ""; + content: "\f46d"; } .fa-clock:before { - content: ""; + content: "\f017"; } .fa-clone:before { - content: ""; + content: "\f24d"; } .fa-closed-captioning:before { - content: ""; + content: "\f20a"; } .fa-cloud:before { - content: ""; + content: "\f0c2"; } .fa-cloud-download-alt:before { - content: ""; + content: "\f381"; } .fa-cloud-upload-alt:before { - content: ""; + content: "\f382"; } .fa-cloudscale:before { - content: ""; + content: "\f383"; } .fa-cloudsmith:before { - content: ""; + content: "\f384"; } .fa-cloudversify:before { - content: ""; + content: "\f385"; } .fa-cocktail:before { - content: ""; + content: "\f561"; } .fa-code:before { - content: ""; + content: "\f121"; } .fa-code-branch:before { - content: ""; + content: "\f126"; } .fa-codepen:before { - content: ""; + content: "\f1cb"; } .fa-codiepie:before { - content: ""; + content: "\f284"; } .fa-coffee:before { - content: ""; + content: "\f0f4"; } .fa-cog:before { - content: ""; + content: "\f013"; } .fa-cogs:before { - content: ""; + content: "\f085"; } .fa-coins:before { - content: ""; + content: "\f51e"; } .fa-columns:before { - content: ""; + content: "\f0db"; } .fa-comment:before { - content: ""; + content: "\f075"; } .fa-comment-alt:before { - content: ""; + content: "\f27a"; } .fa-comment-dollar:before { - content: ""; + content: "\f651"; } .fa-comment-dots:before { - content: ""; + content: "\f4ad"; } .fa-comment-slash:before { - content: ""; + content: "\f4b3"; } .fa-comments:before { - content: ""; + content: "\f086"; } .fa-comments-dollar:before { - content: ""; + content: "\f653"; } .fa-compact-disc:before { - content: ""; + content: "\f51f"; } .fa-compass:before { - content: ""; + content: "\f14e"; } .fa-compress:before { - content: ""; + content: "\f066"; } .fa-concierge-bell:before { - content: ""; + content: "\f562"; } .fa-connectdevelop:before { - content: ""; + content: "\f20e"; } .fa-contao:before { - content: ""; + content: "\f26d"; } .fa-cookie:before { - content: ""; + content: "\f563"; } .fa-cookie-bite:before { - content: ""; + content: "\f564"; } .fa-copy:before { - content: ""; + content: "\f0c5"; } .fa-copyright:before { - content: ""; + content: "\f1f9"; } .fa-couch:before { - content: ""; + content: "\f4b8"; } .fa-cpanel:before { - content: ""; + content: "\f388"; } .fa-creative-commons:before { - content: ""; + content: "\f25e"; } .fa-creative-commons-by:before { - content: ""; + content: "\f4e7"; } .fa-creative-commons-nc:before { - content: ""; + content: "\f4e8"; } .fa-creative-commons-nc-eu:before { - content: ""; + content: "\f4e9"; } .fa-creative-commons-nc-jp:before { - content: ""; + content: "\f4ea"; } .fa-creative-commons-nd:before { - content: ""; + content: "\f4eb"; } .fa-creative-commons-pd:before { - content: ""; + content: "\f4ec"; } .fa-creative-commons-pd-alt:before { - content: ""; + content: "\f4ed"; } .fa-creative-commons-remix:before { - content: ""; + content: "\f4ee"; } .fa-creative-commons-sa:before { - content: ""; + content: "\f4ef"; } .fa-creative-commons-sampling:before { - content: ""; + content: "\f4f0"; } .fa-creative-commons-sampling-plus:before { - content: ""; + content: "\f4f1"; } .fa-creative-commons-share:before { - content: ""; + content: "\f4f2"; } .fa-credit-card:before { - content: ""; + content: "\f09d"; } .fa-crop:before { - content: ""; + content: "\f125"; } .fa-crop-alt:before { - content: ""; + content: "\f565"; } .fa-cross:before { - content: ""; + content: "\f654"; } .fa-crosshairs:before { - content: ""; + content: "\f05b"; } .fa-crow:before { - content: ""; + content: "\f520"; } .fa-crown:before { - content: ""; + content: "\f521"; } .fa-css3:before { - content: ""; + content: "\f13c"; } .fa-css3-alt:before { - content: ""; + content: "\f38b"; } .fa-cube:before { - content: ""; + content: "\f1b2"; } .fa-cubes:before { - content: ""; + content: "\f1b3"; } .fa-cut:before { - content: ""; + content: "\f0c4"; } .fa-cuttlefish:before { - content: ""; + content: "\f38c"; } .fa-d-and-d:before { - content: ""; + content: "\f38d"; } .fa-dashcube:before { - content: ""; + content: "\f210"; } .fa-database:before { - content: ""; + content: "\f1c0"; } .fa-deaf:before { - content: ""; + content: "\f2a4"; } .fa-delicious:before { - content: ""; + content: "\f1a5"; } .fa-deploydog:before { - content: ""; + content: "\f38e"; } .fa-deskpro:before { - content: ""; + content: "\f38f"; } .fa-desktop:before { - content: ""; + content: "\f108"; } .fa-deviantart:before { - content: ""; + content: "\f1bd"; } .fa-dharmachakra:before { - content: ""; + content: "\f655"; } .fa-diagnoses:before { - content: ""; + content: "\f470"; } .fa-dice:before { - content: ""; + content: "\f522"; } .fa-dice-five:before { - content: ""; + content: "\f523"; } .fa-dice-four:before { - content: ""; + content: "\f524"; } .fa-dice-one:before { - content: ""; + content: "\f525"; } .fa-dice-six:before { - content: ""; + content: "\f526"; } .fa-dice-three:before { - content: ""; + content: "\f527"; } .fa-dice-two:before { - content: ""; + content: "\f528"; } .fa-digg:before { - content: ""; + content: "\f1a6"; } .fa-digital-ocean:before { - content: ""; + content: "\f391"; } .fa-digital-tachograph:before { - content: ""; + content: "\f566"; } .fa-directions:before { - content: ""; + content: "\f5eb"; } .fa-discord:before { - content: ""; + content: "\f392"; } .fa-discourse:before { - content: ""; + content: "\f393"; } .fa-divide:before { - content: ""; + content: "\f529"; } .fa-dizzy:before { - content: ""; + content: "\f567"; } .fa-dna:before { - content: ""; + content: "\f471"; } .fa-dochub:before { - content: ""; + content: "\f394"; } .fa-docker:before { - content: ""; + content: "\f395"; } .fa-dollar-sign:before { - content: ""; + content: "\f155"; } .fa-dolly:before { - content: ""; + content: "\f472"; } .fa-dolly-flatbed:before { - content: ""; + content: "\f474"; } .fa-donate:before { - content: ""; + content: "\f4b9"; } .fa-door-closed:before { - content: ""; + content: "\f52a"; } .fa-door-open:before { - content: ""; + content: "\f52b"; } .fa-dot-circle:before { - content: ""; + content: "\f192"; } .fa-dove:before { - content: ""; + content: "\f4ba"; } .fa-download:before { - content: ""; + content: "\f019"; } .fa-draft2digital:before { - content: ""; + content: "\f396"; } .fa-drafting-compass:before { - content: ""; + content: "\f568"; } .fa-draw-polygon:before { - content: ""; + content: "\f5ee"; } .fa-dribbble:before { - content: ""; + content: "\f17d"; } .fa-dribbble-square:before { - content: ""; + content: "\f397"; } .fa-dropbox:before { - content: ""; + content: "\f16b"; } .fa-drum:before { - content: ""; + content: "\f569"; } .fa-drum-steelpan:before { - content: ""; + content: "\f56a"; } .fa-drupal:before { - content: ""; + content: "\f1a9"; } .fa-dumbbell:before { - content: ""; + content: "\f44b"; } .fa-dyalog:before { - content: ""; + content: "\f399"; } .fa-earlybirds:before { - content: ""; + content: "\f39a"; } .fa-ebay:before { - content: ""; + content: "\f4f4"; } .fa-edge:before { - content: ""; + content: "\f282"; } .fa-edit:before { - content: ""; + content: "\f044"; } .fa-eject:before { - content: ""; + content: "\f052"; } .fa-elementor:before { - content: ""; + content: "\f430"; } .fa-ellipsis-h:before { - content: ""; + content: "\f141"; } .fa-ellipsis-v:before { - content: ""; + content: "\f142"; } .fa-ello:before { - content: ""; + content: "\f5f1"; } .fa-ember:before { - content: ""; + content: "\f423"; } .fa-empire:before { - content: ""; + content: "\f1d1"; } .fa-envelope:before { - content: ""; + content: "\f0e0"; } .fa-envelope-open:before { - content: ""; + content: "\f2b6"; } .fa-envelope-open-text:before { - content: ""; + content: "\f658"; } .fa-envelope-square:before { - content: ""; + content: "\f199"; } .fa-envira:before { - content: ""; + content: "\f299"; } .fa-equals:before { - content: ""; + content: "\f52c"; } .fa-eraser:before { - content: ""; + content: "\f12d"; } .fa-erlang:before { - content: ""; + content: "\f39d"; } .fa-ethereum:before { - content: ""; + content: "\f42e"; } .fa-etsy:before { - content: ""; + content: "\f2d7"; } .fa-euro-sign:before { - content: ""; + content: "\f153"; } .fa-exchange-alt:before { - content: ""; + content: "\f362"; } .fa-exclamation:before { - content: ""; + content: "\f12a"; } .fa-exclamation-circle:before { - content: ""; + content: "\f06a"; } .fa-exclamation-triangle:before { - content: ""; + content: "\f071"; } .fa-expand:before { - content: ""; + content: "\f065"; } .fa-expand-arrows-alt:before { - content: ""; + content: "\f31e"; } .fa-expeditedssl:before { - content: ""; + content: "\f23e"; } .fa-external-link-alt:before { - content: ""; + content: "\f35d"; } .fa-external-link-square-alt:before { - content: ""; + content: "\f360"; } .fa-eye:before { - content: ""; + content: "\f06e"; } .fa-eye-dropper:before { - content: ""; + content: "\f1fb"; } .fa-eye-slash:before { - content: ""; + content: "\f070"; } .fa-facebook:before { - content: ""; + content: "\f09a"; } .fa-facebook-f:before { - content: ""; + content: "\f39e"; } .fa-facebook-messenger:before { - content: ""; + content: "\f39f"; } .fa-facebook-square:before { - content: ""; + content: "\f082"; } .fa-fast-backward:before { - content: ""; + content: "\f049"; } .fa-fast-forward:before { - content: ""; + content: "\f050"; } .fa-fax:before { - content: ""; + content: "\f1ac"; } .fa-feather:before { - content: ""; + content: "\f52d"; } .fa-feather-alt:before { - content: ""; + content: "\f56b"; } .fa-female:before { - content: ""; + content: "\f182"; } .fa-fighter-jet:before { - content: ""; + content: "\f0fb"; } .fa-file:before { - content: ""; + content: "\f15b"; } .fa-file-alt:before { - content: ""; + content: "\f15c"; } .fa-file-archive:before { - content: ""; + content: "\f1c6"; } .fa-file-audio:before { - content: ""; + content: "\f1c7"; } .fa-file-code:before { - content: ""; + content: "\f1c9"; } .fa-file-contract:before { - content: ""; + content: "\f56c"; } .fa-file-download:before { - content: ""; + content: "\f56d"; } .fa-file-excel:before { - content: ""; + content: "\f1c3"; } .fa-file-export:before { - content: ""; + content: "\f56e"; } .fa-file-image:before { - content: ""; + content: "\f1c5"; } .fa-file-import:before { - content: ""; + content: "\f56f"; } .fa-file-invoice:before { - content: ""; + content: "\f570"; } .fa-file-invoice-dollar:before { - content: ""; + content: "\f571"; } .fa-file-medical:before { - content: ""; + content: "\f477"; } .fa-file-medical-alt:before { - content: ""; + content: "\f478"; } .fa-file-pdf:before { - content: ""; + content: "\f1c1"; } .fa-file-powerpoint:before { - content: ""; + content: "\f1c4"; } .fa-file-prescription:before { - content: ""; + content: "\f572"; } .fa-file-signature:before { - content: ""; + content: "\f573"; } .fa-file-upload:before { - content: ""; + content: "\f574"; } .fa-file-video:before { - content: ""; + content: "\f1c8"; } .fa-file-word:before { - content: ""; + content: "\f1c2"; } .fa-fill:before { - content: ""; + content: "\f575"; } .fa-fill-drip:before { - content: ""; + content: "\f576"; } .fa-film:before { - content: ""; + content: "\f008"; } .fa-filter:before { - content: ""; + content: "\f0b0"; } .fa-fingerprint:before { - content: ""; + content: "\f577"; } .fa-fire:before { - content: ""; + content: "\f06d"; } .fa-fire-extinguisher:before { - content: ""; + content: "\f134"; } .fa-firefox:before { - content: ""; + content: "\f269"; } .fa-first-aid:before { - content: ""; + content: "\f479"; } .fa-first-order:before { - content: ""; + content: "\f2b0"; } .fa-first-order-alt:before { - content: ""; + content: "\f50a"; } .fa-firstdraft:before { - content: ""; + content: "\f3a1"; } .fa-fish:before { - content: ""; + content: "\f578"; } .fa-flag:before { - content: ""; + content: "\f024"; } .fa-flag-checkered:before { - content: ""; + content: "\f11e"; } .fa-flask:before { - content: ""; + content: "\f0c3"; } .fa-flickr:before { - content: ""; + content: "\f16e"; } .fa-flipboard:before { - content: ""; + content: "\f44d"; } .fa-flushed:before { - content: ""; + content: "\f579"; } .fa-fly:before { - content: ""; + content: "\f417"; } .fa-folder:before { - content: ""; + content: "\f07b"; } .fa-folder-minus:before { - content: ""; + content: "\f65d"; } .fa-folder-open:before { - content: ""; + content: "\f07c"; } .fa-folder-plus:before { - content: ""; + content: "\f65e"; } .fa-font:before { - content: ""; + content: "\f031"; } .fa-font-awesome:before { - content: ""; + content: "\f2b4"; } .fa-font-awesome-alt:before { - content: ""; + content: "\f35c"; } .fa-font-awesome-flag:before { - content: ""; + content: "\f425"; } .fa-font-awesome-logo-full:before { - content: ""; + content: "\f4e6"; } .fa-fonticons:before { - content: ""; + content: "\f280"; } .fa-fonticons-fi:before { - content: ""; + content: "\f3a2"; } .fa-football-ball:before { - content: ""; + content: "\f44e"; } .fa-fort-awesome:before { - content: ""; + content: "\f286"; } .fa-fort-awesome-alt:before { - content: ""; + content: "\f3a3"; } .fa-forumbee:before { - content: ""; + content: "\f211"; } .fa-forward:before { - content: ""; + content: "\f04e"; } .fa-foursquare:before { - content: ""; + content: "\f180"; } .fa-free-code-camp:before { - content: ""; + content: "\f2c5"; } .fa-freebsd:before { - content: ""; + content: "\f3a4"; } .fa-frog:before { - content: ""; + content: "\f52e"; } .fa-frown:before { - content: ""; + content: "\f119"; } .fa-frown-open:before { - content: ""; + content: "\f57a"; } .fa-fulcrum:before { - content: ""; + content: "\f50b"; } .fa-funnel-dollar:before { - content: ""; + content: "\f662"; } .fa-futbol:before { - content: ""; + content: "\f1e3"; } .fa-galactic-republic:before { - content: ""; + content: "\f50c"; } .fa-galactic-senate:before { - content: ""; + content: "\f50d"; } .fa-gamepad:before { - content: ""; + content: "\f11b"; } .fa-gas-pump:before { - content: ""; + content: "\f52f"; } .fa-gavel:before { - content: ""; + content: "\f0e3"; } .fa-gem:before { - content: ""; + content: "\f3a5"; } .fa-genderless:before { - content: ""; + content: "\f22d"; } .fa-get-pocket:before { - content: ""; + content: "\f265"; } .fa-gg:before { - content: ""; + content: "\f260"; } .fa-gg-circle:before { - content: ""; + content: "\f261"; } .fa-gift:before { - content: ""; + content: "\f06b"; } .fa-git:before { - content: ""; + content: "\f1d3"; } .fa-git-square:before { - content: ""; + content: "\f1d2"; } .fa-github:before { - content: ""; + content: "\f09b"; } .fa-github-alt:before { - content: ""; + content: "\f113"; } .fa-github-square:before { - content: ""; + content: "\f092"; } .fa-gitkraken:before { - content: ""; + content: "\f3a6"; } .fa-gitlab:before { - content: ""; + content: "\f296"; } .fa-gitter:before { - content: ""; + content: "\f426"; } .fa-glass-martini:before { - content: ""; + content: "\f000"; } .fa-glass-martini-alt:before { - content: ""; + content: "\f57b"; } .fa-glasses:before { - content: ""; + content: "\f530"; } .fa-glide:before { - content: ""; + content: "\f2a5"; } .fa-glide-g:before { - content: ""; + content: "\f2a6"; } .fa-globe:before { - content: ""; + content: "\f0ac"; } .fa-globe-africa:before { - content: ""; + content: "\f57c"; } .fa-globe-americas:before { - content: ""; + content: "\f57d"; } .fa-globe-asia:before { - content: ""; + content: "\f57e"; } .fa-gofore:before { - content: ""; + content: "\f3a7"; } .fa-golf-ball:before { - content: ""; + content: "\f450"; } .fa-goodreads:before { - content: ""; + content: "\f3a8"; } .fa-goodreads-g:before { - content: ""; + content: "\f3a9"; } .fa-google:before { - content: ""; + content: "\f1a0"; } .fa-google-drive:before { - content: ""; + content: "\f3aa"; } .fa-google-play:before { - content: ""; + content: "\f3ab"; } .fa-google-plus:before { - content: ""; + content: "\f2b3"; } .fa-google-plus-g:before { - content: ""; + content: "\f0d5"; } .fa-google-plus-square:before { - content: ""; + content: "\f0d4"; } .fa-google-wallet:before { - content: ""; + content: "\f1ee"; } .fa-gopuram:before { - content: ""; + content: "\f664"; } .fa-graduation-cap:before { - content: ""; + content: "\f19d"; } .fa-gratipay:before { - content: ""; + content: "\f184"; } .fa-grav:before { - content: ""; + content: "\f2d6"; } .fa-greater-than:before { - content: ""; + content: "\f531"; } .fa-greater-than-equal:before { - content: ""; + content: "\f532"; } .fa-grimace:before { - content: ""; + content: "\f57f"; } .fa-grin:before { - content: ""; + content: "\f580"; } .fa-grin-alt:before { - content: ""; + content: "\f581"; } .fa-grin-beam:before { - content: ""; + content: "\f582"; } .fa-grin-beam-sweat:before { - content: ""; + content: "\f583"; } .fa-grin-hearts:before { - content: ""; + content: "\f584"; } .fa-grin-squint:before { - content: ""; + content: "\f585"; } .fa-grin-squint-tears:before { - content: ""; + content: "\f586"; } .fa-grin-stars:before { - content: ""; + content: "\f587"; } .fa-grin-tears:before { - content: ""; + content: "\f588"; } .fa-grin-tongue:before { - content: ""; + content: "\f589"; } .fa-grin-tongue-squint:before { - content: ""; + content: "\f58a"; } .fa-grin-tongue-wink:before { - content: ""; + content: "\f58b"; } .fa-grin-wink:before { - content: ""; + content: "\f58c"; } .fa-grip-horizontal:before { - content: ""; + content: "\f58d"; } .fa-grip-vertical:before { - content: ""; + content: "\f58e"; } .fa-gripfire:before { - content: ""; + content: "\f3ac"; } .fa-grunt:before { - content: ""; + content: "\f3ad"; } .fa-gulp:before { - content: ""; + content: "\f3ae"; } .fa-h-square:before { - content: ""; + content: "\f0fd"; } .fa-hacker-news:before { - content: ""; + content: "\f1d4"; } .fa-hacker-news-square:before { - content: ""; + content: "\f3af"; } .fa-hackerrank:before { - content: ""; + content: "\f5f7"; } .fa-hamsa:before { - content: ""; + content: "\f665"; } .fa-hand-holding:before { - content: ""; + content: "\f4bd"; } .fa-hand-holding-heart:before { - content: ""; + content: "\f4be"; } .fa-hand-holding-usd:before { - content: ""; + content: "\f4c0"; } .fa-hand-lizard:before { - content: ""; + content: "\f258"; } .fa-hand-paper:before { - content: ""; + content: "\f256"; } .fa-hand-peace:before { - content: ""; + content: "\f25b"; } .fa-hand-point-down:before { - content: ""; + content: "\f0a7"; } .fa-hand-point-left:before { - content: ""; + content: "\f0a5"; } .fa-hand-point-right:before { - content: ""; + content: "\f0a4"; } .fa-hand-point-up:before { - content: ""; + content: "\f0a6"; } .fa-hand-pointer:before { - content: ""; + content: "\f25a"; } .fa-hand-rock:before { - content: ""; + content: "\f255"; } .fa-hand-scissors:before { - content: ""; + content: "\f257"; } .fa-hand-spock:before { - content: ""; + content: "\f259"; } .fa-hands:before { - content: ""; + content: "\f4c2"; } .fa-hands-helping:before { - content: ""; + content: "\f4c4"; } .fa-handshake:before { - content: ""; + content: "\f2b5"; } .fa-hashtag:before { - content: ""; + content: "\f292"; } .fa-haykal:before { - content: ""; + content: "\f666"; } .fa-hdd:before { - content: ""; + content: "\f0a0"; } .fa-heading:before { - content: ""; + content: "\f1dc"; } .fa-headphones:before { - content: ""; + content: "\f025"; } .fa-headphones-alt:before { - content: ""; + content: "\f58f"; } .fa-headset:before { - content: ""; + content: "\f590"; } .fa-heart:before { - content: ""; + content: "\f004"; } .fa-heartbeat:before { - content: ""; + content: "\f21e"; } .fa-helicopter:before { - content: ""; + content: "\f533"; } .fa-highlighter:before { - content: ""; + content: "\f591"; } .fa-hips:before { - content: ""; + content: "\f452"; } .fa-hire-a-helper:before { - content: ""; + content: "\f3b0"; } .fa-history:before { - content: ""; + content: "\f1da"; } .fa-hockey-puck:before { - content: ""; + content: "\f453"; } .fa-home:before { - content: ""; + content: "\f015"; } .fa-hooli:before { - content: ""; + content: "\f427"; } .fa-hornbill:before { - content: ""; + content: "\f592"; } .fa-hospital:before { - content: ""; + content: "\f0f8"; } .fa-hospital-alt:before { - content: ""; + content: "\f47d"; } .fa-hospital-symbol:before { - content: ""; + content: "\f47e"; } .fa-hot-tub:before { - content: ""; + content: "\f593"; } .fa-hotel:before { - content: ""; + content: "\f594"; } .fa-hotjar:before { - content: ""; + content: "\f3b1"; } .fa-hourglass:before { - content: ""; + content: "\f254"; } .fa-hourglass-end:before { - content: ""; + content: "\f253"; } .fa-hourglass-half:before { - content: ""; + content: "\f252"; } .fa-hourglass-start:before { - content: ""; + content: "\f251"; } .fa-houzz:before { - content: ""; + content: "\f27c"; } .fa-html5:before { - content: ""; + content: "\f13b"; } .fa-hubspot:before { - content: ""; + content: "\f3b2"; } .fa-i-cursor:before { - content: ""; + content: "\f246"; } .fa-id-badge:before { - content: ""; + content: "\f2c1"; } .fa-id-card:before { - content: ""; + content: "\f2c2"; } .fa-id-card-alt:before { - content: ""; + content: "\f47f"; } .fa-image:before { - content: ""; + content: "\f03e"; } .fa-images:before { - content: ""; + content: "\f302"; } .fa-imdb:before { - content: ""; + content: "\f2d8"; } .fa-inbox:before { - content: ""; + content: "\f01c"; } .fa-indent:before { - content: ""; + content: "\f03c"; } .fa-industry:before { - content: ""; + content: "\f275"; } .fa-infinity:before { - content: ""; + content: "\f534"; } .fa-info:before { - content: ""; + content: "\f129"; } .fa-info-circle:before { - content: ""; + content: "\f05a"; } .fa-instagram:before { - content: ""; + content: "\f16d"; } .fa-internet-explorer:before { - content: ""; + content: "\f26b"; } .fa-ioxhost:before { - content: ""; + content: "\f208"; } .fa-italic:before { - content: ""; + content: "\f033"; } .fa-itunes:before { - content: ""; + content: "\f3b4"; } .fa-itunes-note:before { - content: ""; + content: "\f3b5"; } .fa-java:before { - content: ""; + content: "\f4e4"; } .fa-jedi:before { - content: ""; + content: "\f669"; } .fa-jedi-order:before { - content: ""; + content: "\f50e"; } .fa-jenkins:before { - content: ""; + content: "\f3b6"; } .fa-joget:before { - content: ""; + content: "\f3b7"; } .fa-joint:before { - content: ""; + content: "\f595"; } .fa-joomla:before { - content: ""; + content: "\f1aa"; } .fa-journal-whills:before { - content: ""; + content: "\f66a"; } .fa-js:before { - content: ""; + content: "\f3b8"; } .fa-js-square:before { - content: ""; + content: "\f3b9"; } .fa-jsfiddle:before { - content: ""; + content: "\f1cc"; } .fa-kaaba:before { - content: ""; + content: "\f66b"; } .fa-kaggle:before { - content: ""; + content: "\f5fa"; } .fa-key:before { - content: ""; + content: "\f084"; } .fa-keybase:before { - content: ""; + content: "\f4f5"; } .fa-keyboard:before { - content: ""; + content: "\f11c"; } .fa-keycdn:before { - content: ""; + content: "\f3ba"; } .fa-khanda:before { - content: ""; + content: "\f66d"; } .fa-kickstarter:before { - content: ""; + content: "\f3bb"; } .fa-kickstarter-k:before { - content: ""; + content: "\f3bc"; } .fa-kiss:before { - content: ""; + content: "\f596"; } .fa-kiss-beam:before { - content: ""; + content: "\f597"; } .fa-kiss-wink-heart:before { - content: ""; + content: "\f598"; } .fa-kiwi-bird:before { - content: ""; + content: "\f535"; } .fa-korvue:before { - content: ""; + content: "\f42f"; } .fa-landmark:before { - content: ""; + content: "\f66f"; } .fa-language:before { - content: ""; + content: "\f1ab"; } .fa-laptop:before { - content: ""; + content: "\f109"; } .fa-laptop-code:before { - content: ""; + content: "\f5fc"; } .fa-laravel:before { - content: ""; + content: "\f3bd"; } .fa-lastfm:before { - content: ""; + content: "\f202"; } .fa-lastfm-square:before { - content: ""; + content: "\f203"; } .fa-laugh:before { - content: ""; + content: "\f599"; } .fa-laugh-beam:before { - content: ""; + content: "\f59a"; } .fa-laugh-squint:before { - content: ""; + content: "\f59b"; } .fa-laugh-wink:before { - content: ""; + content: "\f59c"; } .fa-layer-group:before { - content: ""; + content: "\f5fd"; } .fa-leaf:before { - content: ""; + content: "\f06c"; } .fa-leanpub:before { - content: ""; + content: "\f212"; } .fa-lemon:before { - content: ""; + content: "\f094"; } .fa-less:before { - content: ""; + content: "\f41d"; } .fa-less-than:before { - content: ""; + content: "\f536"; } .fa-less-than-equal:before { - content: ""; + content: "\f537"; } .fa-level-down-alt:before { - content: ""; + content: "\f3be"; } .fa-level-up-alt:before { - content: ""; + content: "\f3bf"; } .fa-life-ring:before { - content: ""; + content: "\f1cd"; } .fa-lightbulb:before { - content: ""; + content: "\f0eb"; } .fa-line:before { - content: ""; + content: "\f3c0"; } .fa-link:before { - content: ""; + content: "\f0c1"; } .fa-linkedin:before { - content: ""; + content: "\f08c"; } .fa-linkedin-in:before { - content: ""; + content: "\f0e1"; } .fa-linode:before { - content: ""; + content: "\f2b8"; } .fa-linux:before { - content: ""; + content: "\f17c"; } .fa-lira-sign:before { - content: ""; + content: "\f195"; } .fa-list:before { - content: ""; + content: "\f03a"; } .fa-list-alt:before { - content: ""; + content: "\f022"; } .fa-list-ol:before { - content: ""; + content: "\f0cb"; } .fa-list-ul:before { - content: ""; + content: "\f0ca"; } .fa-location-arrow:before { - content: ""; + content: "\f124"; } .fa-lock:before { - content: ""; + content: "\f023"; } .fa-lock-open:before { - content: ""; + content: "\f3c1"; } .fa-long-arrow-alt-down:before { - content: ""; + content: "\f309"; } .fa-long-arrow-alt-left:before { - content: ""; + content: "\f30a"; } .fa-long-arrow-alt-right:before { - content: ""; + content: "\f30b"; } .fa-long-arrow-alt-up:before { - content: ""; + content: "\f30c"; } .fa-low-vision:before { - content: ""; + content: "\f2a8"; } .fa-luggage-cart:before { - content: ""; + content: "\f59d"; } .fa-lyft:before { - content: ""; + content: "\f3c3"; } .fa-magento:before { - content: ""; + content: "\f3c4"; } .fa-magic:before { - content: ""; + content: "\f0d0"; } .fa-magnet:before { - content: ""; + content: "\f076"; } .fa-mail-bulk:before { - content: ""; + content: "\f674"; } .fa-mailchimp:before { - content: ""; + content: "\f59e"; } .fa-male:before { - content: ""; + content: "\f183"; } .fa-mandalorian:before { - content: ""; + content: "\f50f"; } .fa-map:before { - content: ""; + content: "\f279"; } .fa-map-marked:before { - content: ""; + content: "\f59f"; } .fa-map-marked-alt:before { - content: ""; + content: "\f5a0"; } .fa-map-marker:before { - content: ""; + content: "\f041"; } .fa-map-marker-alt:before { - content: ""; + content: "\f3c5"; } .fa-map-pin:before { - content: ""; + content: "\f276"; } .fa-map-signs:before { - content: ""; + content: "\f277"; } .fa-markdown:before { - content: ""; + content: "\f60f"; } .fa-marker:before { - content: ""; + content: "\f5a1"; } .fa-mars:before { - content: ""; + content: "\f222"; } .fa-mars-double:before { - content: ""; + content: "\f227"; } .fa-mars-stroke:before { - content: ""; + content: "\f229"; } .fa-mars-stroke-h:before { - content: ""; + content: "\f22b"; } .fa-mars-stroke-v:before { - content: ""; + content: "\f22a"; } .fa-mastodon:before { - content: ""; + content: "\f4f6"; } .fa-maxcdn:before { - content: ""; + content: "\f136"; } .fa-medal:before { - content: ""; + content: "\f5a2"; } .fa-medapps:before { - content: ""; + content: "\f3c6"; } .fa-medium:before { - content: ""; + content: "\f23a"; } .fa-medium-m:before { - content: ""; + content: "\f3c7"; } .fa-medkit:before { - content: ""; + content: "\f0fa"; } .fa-medrt:before { - content: ""; + content: "\f3c8"; } .fa-meetup:before { - content: ""; + content: "\f2e0"; } .fa-megaport:before { - content: ""; + content: "\f5a3"; } .fa-meh:before { - content: ""; + content: "\f11a"; } .fa-meh-blank:before { - content: ""; + content: "\f5a4"; } .fa-meh-rolling-eyes:before { - content: ""; + content: "\f5a5"; } .fa-memory:before { - content: ""; + content: "\f538"; } .fa-menorah:before { - content: ""; + content: "\f676"; } .fa-mercury:before { - content: ""; + content: "\f223"; } .fa-microchip:before { - content: ""; + content: "\f2db"; } .fa-microphone:before { - content: ""; + content: "\f130"; } .fa-microphone-alt:before { - content: ""; + content: "\f3c9"; } .fa-microphone-alt-slash:before { - content: ""; + content: "\f539"; } .fa-microphone-slash:before { - content: ""; + content: "\f131"; } .fa-microscope:before { - content: ""; + content: "\f610"; } .fa-microsoft:before { - content: ""; + content: "\f3ca"; } .fa-minus:before { - content: ""; + content: "\f068"; } .fa-minus-circle:before { - content: ""; + content: "\f056"; } .fa-minus-square:before { - content: ""; + content: "\f146"; } .fa-mix:before { - content: ""; + content: "\f3cb"; } .fa-mixcloud:before { - content: ""; + content: "\f289"; } .fa-mizuni:before { - content: ""; + content: "\f3cc"; } .fa-mobile:before { - content: ""; + content: "\f10b"; } .fa-mobile-alt:before { - content: ""; + content: "\f3cd"; } .fa-modx:before { - content: ""; + content: "\f285"; } .fa-monero:before { - content: ""; + content: "\f3d0"; } .fa-money-bill:before { - content: ""; + content: "\f0d6"; } .fa-money-bill-alt:before { - content: ""; + content: "\f3d1"; } .fa-money-bill-wave:before { - content: ""; + content: "\f53a"; } .fa-money-bill-wave-alt:before { - content: ""; + content: "\f53b"; } .fa-money-check:before { - content: ""; + content: "\f53c"; } .fa-money-check-alt:before { - content: ""; + content: "\f53d"; } .fa-monument:before { - content: ""; + content: "\f5a6"; } .fa-moon:before { - content: ""; + content: "\f186"; } .fa-mortar-pestle:before { - content: ""; + content: "\f5a7"; } .fa-mosque:before { - content: ""; + content: "\f678"; } .fa-motorcycle:before { - content: ""; + content: "\f21c"; } .fa-mouse-pointer:before { - content: ""; + content: "\f245"; } .fa-music:before { - content: ""; + content: "\f001"; } .fa-napster:before { - content: ""; + content: "\f3d2"; } .fa-neos:before { - content: ""; + content: "\f612"; } .fa-neuter:before { - content: ""; + content: "\f22c"; } .fa-newspaper:before { - content: ""; + content: "\f1ea"; } .fa-nimblr:before { - content: ""; + content: "\f5a8"; } .fa-nintendo-switch:before { - content: ""; + content: "\f418"; } .fa-node:before { - content: ""; + content: "\f419"; } .fa-node-js:before { - content: ""; + content: "\f3d3"; } .fa-not-equal:before { - content: ""; + content: "\f53e"; } .fa-notes-medical:before { - content: ""; + content: "\f481"; } .fa-npm:before { - content: ""; + content: "\f3d4"; } .fa-ns8:before { - content: ""; + content: "\f3d5"; } .fa-nutritionix:before { - content: ""; + content: "\f3d6"; } .fa-object-group:before { - content: ""; + content: "\f247"; } .fa-object-ungroup:before { - content: ""; + content: "\f248"; } .fa-odnoklassniki:before { - content: ""; + content: "\f263"; } .fa-odnoklassniki-square:before { - content: ""; + content: "\f264"; } .fa-oil-can:before { - content: ""; + content: "\f613"; } .fa-old-republic:before { - content: ""; + content: "\f510"; } .fa-om:before { - content: ""; + content: "\f679"; } .fa-opencart:before { - content: ""; + content: "\f23d"; } .fa-openid:before { - content: ""; + content: "\f19b"; } .fa-opera:before { - content: ""; + content: "\f26a"; } .fa-optin-monster:before { - content: ""; + content: "\f23c"; } .fa-osi:before { - content: ""; + content: "\f41a"; } .fa-outdent:before { - content: ""; + content: "\f03b"; } .fa-page4:before { - content: ""; + content: "\f3d7"; } .fa-pagelines:before { - content: ""; + content: "\f18c"; } .fa-paint-brush:before { - content: ""; + content: "\f1fc"; } .fa-paint-roller:before { - content: ""; + content: "\f5aa"; } .fa-palette:before { - content: ""; + content: "\f53f"; } .fa-palfed:before { - content: ""; + content: "\f3d8"; } .fa-pallet:before { - content: ""; + content: "\f482"; } .fa-paper-plane:before { - content: ""; + content: "\f1d8"; } .fa-paperclip:before { - content: ""; + content: "\f0c6"; } .fa-parachute-box:before { - content: ""; + content: "\f4cd"; } .fa-paragraph:before { - content: ""; + content: "\f1dd"; } .fa-parking:before { - content: ""; + content: "\f540"; } .fa-passport:before { - content: ""; + content: "\f5ab"; } .fa-pastafarianism:before { - content: ""; + content: "\f67b"; } .fa-paste:before { - content: ""; + content: "\f0ea"; } .fa-patreon:before { - content: ""; + content: "\f3d9"; } .fa-pause:before { - content: ""; + content: "\f04c"; } .fa-pause-circle:before { - content: ""; + content: "\f28b"; } .fa-paw:before { - content: ""; + content: "\f1b0"; } .fa-paypal:before { - content: ""; + content: "\f1ed"; } .fa-peace:before { - content: ""; + content: "\f67c"; } .fa-pen:before { - content: ""; + content: "\f304"; } .fa-pen-alt:before { - content: ""; + content: "\f305"; } .fa-pen-fancy:before { - content: ""; + content: "\f5ac"; } .fa-pen-nib:before { - content: ""; + content: "\f5ad"; } .fa-pen-square:before { - content: ""; + content: "\f14b"; } .fa-pencil-alt:before { - content: ""; + content: "\f303"; } .fa-pencil-ruler:before { - content: ""; + content: "\f5ae"; } .fa-people-carry:before { - content: ""; + content: "\f4ce"; } .fa-percent:before { - content: ""; + content: "\f295"; } .fa-percentage:before { - content: ""; + content: "\f541"; } .fa-periscope:before { - content: ""; + content: "\f3da"; } .fa-phabricator:before { - content: ""; + content: "\f3db"; } .fa-phoenix-framework:before { - content: ""; + content: "\f3dc"; } .fa-phoenix-squadron:before { - content: ""; + content: "\f511"; } .fa-phone:before { - content: ""; + content: "\f095"; } .fa-phone-slash:before { - content: ""; + content: "\f3dd"; } .fa-phone-square:before { - content: ""; + content: "\f098"; } .fa-phone-volume:before { - content: ""; + content: "\f2a0"; } .fa-php:before { - content: ""; + content: "\f457"; } .fa-pied-piper:before { - content: ""; + content: "\f2ae"; } .fa-pied-piper-alt:before { - content: ""; + content: "\f1a8"; } .fa-pied-piper-hat:before { - content: ""; + content: "\f4e5"; } .fa-pied-piper-pp:before { - content: ""; + content: "\f1a7"; } .fa-piggy-bank:before { - content: ""; + content: "\f4d3"; } .fa-pills:before { - content: ""; + content: "\f484"; } .fa-pinterest:before { - content: ""; + content: "\f0d2"; } .fa-pinterest-p:before { - content: ""; + content: "\f231"; } .fa-pinterest-square:before { - content: ""; + content: "\f0d3"; } .fa-place-of-worship:before { - content: ""; + content: "\f67f"; } .fa-plane:before { - content: ""; + content: "\f072"; } .fa-plane-arrival:before { - content: ""; + content: "\f5af"; } .fa-plane-departure:before { - content: ""; + content: "\f5b0"; } .fa-play:before { - content: ""; + content: "\f04b"; } .fa-play-circle:before { - content: ""; + content: "\f144"; } .fa-playstation:before { - content: ""; + content: "\f3df"; } .fa-plug:before { - content: ""; + content: "\f1e6"; } .fa-plus:before { - content: ""; + content: "\f067"; } .fa-plus-circle:before { - content: ""; + content: "\f055"; } .fa-plus-square:before { - content: ""; + content: "\f0fe"; } .fa-podcast:before { - content: ""; + content: "\f2ce"; } .fa-poll:before { - content: ""; + content: "\f681"; } .fa-poll-h:before { - content: ""; + content: "\f682"; } .fa-poo:before { - content: ""; + content: "\f2fe"; } .fa-poop:before { - content: ""; + content: "\f619"; } .fa-portrait:before { - content: ""; + content: "\f3e0"; } .fa-pound-sign:before { - content: ""; + content: "\f154"; } .fa-power-off:before { - content: ""; + content: "\f011"; } .fa-pray:before { - content: ""; + content: "\f683"; } .fa-praying-hands:before { - content: ""; + content: "\f684"; } .fa-prescription:before { - content: ""; + content: "\f5b1"; } .fa-prescription-bottle:before { - content: ""; + content: "\f485"; } .fa-prescription-bottle-alt:before { - content: ""; + content: "\f486"; } .fa-print:before { - content: ""; + content: "\f02f"; } .fa-procedures:before { - content: ""; + content: "\f487"; } .fa-product-hunt:before { - content: ""; + content: "\f288"; } .fa-project-diagram:before { - content: ""; + content: "\f542"; } .fa-pushed:before { - content: ""; + content: "\f3e1"; } .fa-puzzle-piece:before { - content: ""; + content: "\f12e"; } .fa-python:before { - content: ""; + content: "\f3e2"; } .fa-qq:before { - content: ""; + content: "\f1d6"; } .fa-qrcode:before { - content: ""; + content: "\f029"; } .fa-question:before { - content: ""; + content: "\f128"; } .fa-question-circle:before { - content: ""; + content: "\f059"; } .fa-quidditch:before { - content: ""; + content: "\f458"; } .fa-quinscape:before { - content: ""; + content: "\f459"; } .fa-quora:before { - content: ""; + content: "\f2c4"; } .fa-quote-left:before { - content: ""; + content: "\f10d"; } .fa-quote-right:before { - content: ""; + content: "\f10e"; } .fa-quran:before { - content: ""; + content: "\f687"; } .fa-r-project:before { - content: ""; + content: "\f4f7"; } .fa-random:before { - content: ""; + content: "\f074"; } .fa-ravelry:before { - content: ""; + content: "\f2d9"; } .fa-react:before { - content: ""; + content: "\f41b"; } .fa-readme:before { - content: ""; + content: "\f4d5"; } .fa-rebel:before { - content: ""; + content: "\f1d0"; } .fa-receipt:before { - content: ""; + content: "\f543"; } .fa-recycle:before { - content: ""; + content: "\f1b8"; } .fa-red-river:before { - content: ""; + content: "\f3e3"; } .fa-reddit:before { - content: ""; + content: "\f1a1"; } .fa-reddit-alien:before { - content: ""; + content: "\f281"; } .fa-reddit-square:before { - content: ""; + content: "\f1a2"; } .fa-redo:before { - content: ""; + content: "\f01e"; } .fa-redo-alt:before { - content: ""; + content: "\f2f9"; } .fa-registered:before { - content: ""; + content: "\f25d"; } .fa-rendact:before { - content: ""; + content: "\f3e4"; } .fa-renren:before { - content: ""; + content: "\f18b"; } .fa-reply:before { - content: ""; + content: "\f3e5"; } .fa-reply-all:before { - content: ""; + content: "\f122"; } .fa-replyd:before { - content: ""; + content: "\f3e6"; } .fa-researchgate:before { - content: ""; + content: "\f4f8"; } .fa-resolving:before { - content: ""; + content: "\f3e7"; } .fa-retweet:before { - content: ""; + content: "\f079"; } .fa-rev:before { - content: ""; + content: "\f5b2"; } .fa-ribbon:before { - content: ""; + content: "\f4d6"; } .fa-road:before { - content: ""; + content: "\f018"; } .fa-robot:before { - content: ""; + content: "\f544"; } .fa-rocket:before { - content: ""; + content: "\f135"; } .fa-rocketchat:before { - content: ""; + content: "\f3e8"; } .fa-rockrms:before { - content: ""; + content: "\f3e9"; } .fa-route:before { - content: ""; + content: "\f4d7"; } .fa-rss:before { - content: ""; + content: "\f09e"; } .fa-rss-square:before { - content: ""; + content: "\f143"; } .fa-ruble-sign:before { - content: ""; + content: "\f158"; } .fa-ruler:before { - content: ""; + content: "\f545"; } .fa-ruler-combined:before { - content: ""; + content: "\f546"; } .fa-ruler-horizontal:before { - content: ""; + content: "\f547"; } .fa-ruler-vertical:before { - content: ""; + content: "\f548"; } .fa-rupee-sign:before { - content: ""; + content: "\f156"; } .fa-sad-cry:before { - content: ""; + content: "\f5b3"; } .fa-sad-tear:before { - content: ""; + content: "\f5b4"; } .fa-safari:before { - content: ""; + content: "\f267"; } .fa-sass:before { - content: ""; + content: "\f41e"; } .fa-save:before { - content: ""; + content: "\f0c7"; } .fa-schlix:before { - content: ""; + content: "\f3ea"; } .fa-school:before { - content: ""; + content: "\f549"; } .fa-screwdriver:before { - content: ""; + content: "\f54a"; } .fa-scribd:before { - content: ""; + content: "\f28a"; } .fa-search:before { - content: ""; + content: "\f002"; } .fa-search-dollar:before { - content: ""; + content: "\f688"; } .fa-search-location:before { - content: ""; + content: "\f689"; } .fa-search-minus:before { - content: ""; + content: "\f010"; } .fa-search-plus:before { - content: ""; + content: "\f00e"; } .fa-searchengin:before { - content: ""; + content: "\f3eb"; } .fa-seedling:before { - content: ""; + content: "\f4d8"; } .fa-sellcast:before { - content: ""; + content: "\f2da"; } .fa-sellsy:before { - content: ""; + content: "\f213"; } .fa-server:before { - content: ""; + content: "\f233"; } .fa-servicestack:before { - content: ""; + content: "\f3ec"; } .fa-shapes:before { - content: ""; + content: "\f61f"; } .fa-share:before { - content: ""; + content: "\f064"; } .fa-share-alt:before { - content: ""; + content: "\f1e0"; } .fa-share-alt-square:before { - content: ""; + content: "\f1e1"; } .fa-share-square:before { - content: ""; + content: "\f14d"; } .fa-shekel-sign:before { - content: ""; + content: "\f20b"; } .fa-shield-alt:before { - content: ""; + content: "\f3ed"; } .fa-ship:before { - content: ""; + content: "\f21a"; } .fa-shipping-fast:before { - content: ""; + content: "\f48b"; } .fa-shirtsinbulk:before { - content: ""; + content: "\f214"; } .fa-shoe-prints:before { - content: ""; + content: "\f54b"; } .fa-shopping-bag:before { - content: ""; + content: "\f290"; } .fa-shopping-basket:before { - content: ""; + content: "\f291"; } .fa-shopping-cart:before { - content: ""; + content: "\f07a"; } .fa-shopware:before { - content: ""; + content: "\f5b5"; } .fa-shower:before { - content: ""; + content: "\f2cc"; } .fa-shuttle-van:before { - content: ""; + content: "\f5b6"; } .fa-sign:before { - content: ""; + content: "\f4d9"; } .fa-sign-in-alt:before { - content: ""; + content: "\f2f6"; } .fa-sign-language:before { - content: ""; + content: "\f2a7"; } .fa-sign-out-alt:before { - content: ""; + content: "\f2f5"; } .fa-signal:before { - content: ""; + content: "\f012"; } .fa-signature:before { - content: ""; + content: "\f5b7"; } .fa-simplybuilt:before { - content: ""; + content: "\f215"; } .fa-sistrix:before { - content: ""; + content: "\f3ee"; } .fa-sitemap:before { - content: ""; + content: "\f0e8"; } .fa-sith:before { - content: ""; + content: "\f512"; } .fa-skull:before { - content: ""; + content: "\f54c"; } .fa-skyatlas:before { - content: ""; + content: "\f216"; } .fa-skype:before { - content: ""; + content: "\f17e"; } .fa-slack:before { - content: ""; + content: "\f198"; } .fa-slack-hash:before { - content: ""; + content: "\f3ef"; } .fa-sliders-h:before { - content: ""; + content: "\f1de"; } .fa-slideshare:before { - content: ""; + content: "\f1e7"; } .fa-smile:before { - content: ""; + content: "\f118"; } .fa-smile-beam:before { - content: ""; + content: "\f5b8"; } .fa-smile-wink:before { - content: ""; + content: "\f4da"; } .fa-smoking:before { - content: ""; + content: "\f48d"; } .fa-smoking-ban:before { - content: ""; + content: "\f54d"; } .fa-snapchat:before { - content: ""; + content: "\f2ab"; } .fa-snapchat-ghost:before { - content: ""; + content: "\f2ac"; } .fa-snapchat-square:before { - content: ""; + content: "\f2ad"; } .fa-snowflake:before { - content: ""; + content: "\f2dc"; } .fa-socks:before { - content: ""; + content: "\f696"; } .fa-solar-panel:before { - content: ""; + content: "\f5ba"; } .fa-sort:before { - content: ""; + content: "\f0dc"; } .fa-sort-alpha-down:before { - content: ""; + content: "\f15d"; } .fa-sort-alpha-up:before { - content: ""; + content: "\f15e"; } .fa-sort-amount-down:before { - content: ""; + content: "\f160"; } .fa-sort-amount-up:before { - content: ""; + content: "\f161"; } .fa-sort-down:before { - content: ""; + content: "\f0dd"; } .fa-sort-numeric-down:before { - content: ""; + content: "\f162"; } .fa-sort-numeric-up:before { - content: ""; + content: "\f163"; } .fa-sort-up:before { - content: ""; + content: "\f0de"; } .fa-soundcloud:before { - content: ""; + content: "\f1be"; } .fa-spa:before { - content: ""; + content: "\f5bb"; } .fa-space-shuttle:before { - content: ""; + content: "\f197"; } .fa-speakap:before { - content: ""; + content: "\f3f3"; } .fa-spinner:before { - content: ""; + content: "\f110"; } .fa-splotch:before { - content: ""; + content: "\f5bc"; } .fa-spotify:before { - content: ""; + content: "\f1bc"; } .fa-spray-can:before { - content: ""; + content: "\f5bd"; } .fa-square:before { - content: ""; + content: "\f0c8"; } .fa-square-full:before { - content: ""; + content: "\f45c"; } .fa-square-root-alt:before { - content: ""; + content: "\f698"; } .fa-squarespace:before { - content: ""; + content: "\f5be"; } .fa-stack-exchange:before { - content: ""; + content: "\f18d"; } .fa-stack-overflow:before { - content: ""; + content: "\f16c"; } .fa-stamp:before { - content: ""; + content: "\f5bf"; } .fa-star:before { - content: ""; + content: "\f005"; } .fa-star-and-crescent:before { - content: ""; + content: "\f699"; } .fa-star-half:before { - content: ""; + content: "\f089"; } .fa-star-half-alt:before { - content: ""; + content: "\f5c0"; } .fa-star-of-david:before { - content: ""; + content: "\f69a"; } .fa-star-of-life:before { - content: ""; + content: "\f621"; } .fa-staylinked:before { - content: ""; + content: "\f3f5"; } .fa-steam:before { - content: ""; + content: "\f1b6"; } .fa-steam-square:before { - content: ""; + content: "\f1b7"; } .fa-steam-symbol:before { - content: ""; + content: "\f3f6"; } .fa-step-backward:before { - content: ""; + content: "\f048"; } .fa-step-forward:before { - content: ""; + content: "\f051"; } .fa-stethoscope:before { - content: ""; + content: "\f0f1"; } .fa-sticker-mule:before { - content: ""; + content: "\f3f7"; } .fa-sticky-note:before { - content: ""; + content: "\f249"; } .fa-stop:before { - content: ""; + content: "\f04d"; } .fa-stop-circle:before { - content: ""; + content: "\f28d"; } .fa-stopwatch:before { - content: ""; + content: "\f2f2"; } .fa-store:before { - content: ""; + content: "\f54e"; } .fa-store-alt:before { - content: ""; + content: "\f54f"; } .fa-strava:before { - content: ""; + content: "\f428"; } .fa-stream:before { - content: ""; + content: "\f550"; } .fa-street-view:before { - content: ""; + content: "\f21d"; } .fa-strikethrough:before { - content: ""; + content: "\f0cc"; } .fa-stripe:before { - content: ""; + content: "\f429"; } .fa-stripe-s:before { - content: ""; + content: "\f42a"; } .fa-stroopwafel:before { - content: ""; + content: "\f551"; } .fa-studiovinari:before { - content: ""; + content: "\f3f8"; } .fa-stumbleupon:before { - content: ""; + content: "\f1a4"; } .fa-stumbleupon-circle:before { - content: ""; + content: "\f1a3"; } .fa-subscript:before { - content: ""; + content: "\f12c"; } .fa-subway:before { - content: ""; + content: "\f239"; } .fa-suitcase:before { - content: ""; + content: "\f0f2"; } .fa-suitcase-rolling:before { - content: ""; + content: "\f5c1"; } .fa-sun:before { - content: ""; + content: "\f185"; } .fa-superpowers:before { - content: ""; + content: "\f2dd"; } .fa-superscript:before { - content: ""; + content: "\f12b"; } .fa-supple:before { - content: ""; + content: "\f3f9"; } .fa-surprise:before { - content: ""; + content: "\f5c2"; } .fa-swatchbook:before { - content: ""; + content: "\f5c3"; } .fa-swimmer:before { - content: ""; + content: "\f5c4"; } .fa-swimming-pool:before { - content: ""; + content: "\f5c5"; } .fa-synagogue:before { - content: ""; + content: "\f69b"; } .fa-sync:before { - content: ""; + content: "\f021"; } .fa-sync-alt:before { - content: ""; + content: "\f2f1"; } .fa-syringe:before { - content: ""; + content: "\f48e"; } .fa-table:before { - content: ""; + content: "\f0ce"; } .fa-table-tennis:before { - content: ""; + content: "\f45d"; } .fa-tablet:before { - content: ""; + content: "\f10a"; } .fa-tablet-alt:before { - content: ""; + content: "\f3fa"; } .fa-tablets:before { - content: ""; + content: "\f490"; } .fa-tachometer-alt:before { - content: ""; + content: "\f3fd"; } .fa-tag:before { - content: ""; + content: "\f02b"; } .fa-tags:before { - content: ""; + content: "\f02c"; } .fa-tape:before { - content: ""; + content: "\f4db"; } .fa-tasks:before { - content: ""; + content: "\f0ae"; } .fa-taxi:before { - content: ""; + content: "\f1ba"; } .fa-teamspeak:before { - content: ""; + content: "\f4f9"; } .fa-teeth:before { - content: ""; + content: "\f62e"; } .fa-teeth-open:before { - content: ""; + content: "\f62f"; } .fa-telegram:before { - content: ""; + content: "\f2c6"; } .fa-telegram-plane:before { - content: ""; + content: "\f3fe"; } .fa-tencent-weibo:before { - content: ""; + content: "\f1d5"; } .fa-terminal:before { - content: ""; + content: "\f120"; } .fa-text-height:before { - content: ""; + content: "\f034"; } .fa-text-width:before { - content: ""; + content: "\f035"; } .fa-th:before { - content: ""; + content: "\f00a"; } .fa-th-large:before { - content: ""; + content: "\f009"; } .fa-th-list:before { - content: ""; + content: "\f00b"; } .fa-the-red-yeti:before { - content: ""; + content: "\f69d"; } .fa-theater-masks:before { - content: ""; + content: "\f630"; } .fa-themeco:before { - content: ""; + content: "\f5c6"; } .fa-themeisle:before { - content: ""; + content: "\f2b2"; } .fa-thermometer:before { - content: ""; + content: "\f491"; } .fa-thermometer-empty:before { - content: ""; + content: "\f2cb"; } .fa-thermometer-full:before { - content: ""; + content: "\f2c7"; } .fa-thermometer-half:before { - content: ""; + content: "\f2c9"; } .fa-thermometer-quarter:before { - content: ""; + content: "\f2ca"; } .fa-thermometer-three-quarters:before { - content: ""; + content: "\f2c8"; } .fa-thumbs-down:before { - content: ""; + content: "\f165"; } .fa-thumbs-up:before { - content: ""; + content: "\f164"; } .fa-thumbtack:before { - content: ""; + content: "\f08d"; } .fa-ticket-alt:before { - content: ""; + content: "\f3ff"; } .fa-times:before { - content: ""; + content: "\f00d"; } .fa-times-circle:before { - content: ""; + content: "\f057"; } .fa-tint:before { - content: ""; + content: "\f043"; } .fa-tint-slash:before { - content: ""; + content: "\f5c7"; } .fa-tired:before { - content: ""; + content: "\f5c8"; } .fa-toggle-off:before { - content: ""; + content: "\f204"; } .fa-toggle-on:before { - content: ""; + content: "\f205"; } .fa-toolbox:before { - content: ""; + content: "\f552"; } .fa-tooth:before { - content: ""; + content: "\f5c9"; } .fa-torah:before { - content: ""; + content: "\f6a0"; } .fa-torii-gate:before { - content: ""; + content: "\f6a1"; } .fa-trade-federation:before { - content: ""; + content: "\f513"; } .fa-trademark:before { - content: ""; + content: "\f25c"; } .fa-traffic-light:before { - content: ""; + content: "\f637"; } .fa-train:before { - content: ""; + content: "\f238"; } .fa-transgender:before { - content: ""; + content: "\f224"; } .fa-transgender-alt:before { - content: ""; + content: "\f225"; } .fa-trash:before { - content: ""; + content: "\f1f8"; } .fa-trash-alt:before { - content: ""; + content: "\f2ed"; } .fa-tree:before { - content: ""; + content: "\f1bb"; } .fa-trello:before { - content: ""; + content: "\f181"; } .fa-tripadvisor:before { - content: ""; + content: "\f262"; } .fa-trophy:before { - content: ""; + content: "\f091"; } .fa-truck:before { - content: ""; + content: "\f0d1"; } .fa-truck-loading:before { - content: ""; + content: "\f4de"; } .fa-truck-monster:before { - content: ""; + content: "\f63b"; } .fa-truck-moving:before { - content: ""; + content: "\f4df"; } .fa-truck-pickup:before { - content: ""; + content: "\f63c"; } .fa-tshirt:before { - content: ""; + content: "\f553"; } .fa-tty:before { - content: ""; + content: "\f1e4"; } .fa-tumblr:before { - content: ""; + content: "\f173"; } .fa-tumblr-square:before { - content: ""; + content: "\f174"; } .fa-tv:before { - content: ""; + content: "\f26c"; } .fa-twitch:before { - content: ""; + content: "\f1e8"; } .fa-twitter:before { - content: ""; + content: "\f099"; } .fa-twitter-square:before { - content: ""; + content: "\f081"; } .fa-typo3:before { - content: ""; + content: "\f42b"; } .fa-uber:before { - content: ""; + content: "\f402"; } .fa-uikit:before { - content: ""; + content: "\f403"; } .fa-umbrella:before { - content: ""; + content: "\f0e9"; } .fa-umbrella-beach:before { - content: ""; + content: "\f5ca"; } .fa-underline:before { - content: ""; + content: "\f0cd"; } .fa-undo:before { - content: ""; + content: "\f0e2"; } .fa-undo-alt:before { - content: ""; + content: "\f2ea"; } .fa-uniregistry:before { - content: ""; + content: "\f404"; } .fa-universal-access:before { - content: ""; + content: "\f29a"; } .fa-university:before { - content: ""; + content: "\f19c"; } .fa-unlink:before { - content: ""; + content: "\f127"; } .fa-unlock:before { - content: ""; + content: "\f09c"; } .fa-unlock-alt:before { - content: ""; + content: "\f13e"; } .fa-untappd:before { - content: ""; + content: "\f405"; } .fa-upload:before { - content: ""; + content: "\f093"; } .fa-usb:before { - content: ""; + content: "\f287"; } .fa-user:before { - content: ""; + content: "\f007"; } .fa-user-alt:before { - content: ""; + content: "\f406"; } .fa-user-alt-slash:before { - content: ""; + content: "\f4fa"; } .fa-user-astronaut:before { - content: ""; + content: "\f4fb"; } .fa-user-check:before { - content: ""; + content: "\f4fc"; } .fa-user-circle:before { - content: ""; + content: "\f2bd"; } .fa-user-clock:before { - content: ""; + content: "\f4fd"; } .fa-user-cog:before { - content: ""; + content: "\f4fe"; } .fa-user-edit:before { - content: ""; + content: "\f4ff"; } .fa-user-friends:before { - content: ""; + content: "\f500"; } .fa-user-graduate:before { - content: ""; + content: "\f501"; } .fa-user-lock:before { - content: ""; + content: "\f502"; } .fa-user-md:before { - content: ""; + content: "\f0f0"; } .fa-user-minus:before { - content: ""; + content: "\f503"; } .fa-user-ninja:before { - content: ""; + content: "\f504"; } .fa-user-plus:before { - content: ""; + content: "\f234"; } .fa-user-secret:before { - content: ""; + content: "\f21b"; } .fa-user-shield:before { - content: ""; + content: "\f505"; } .fa-user-slash:before { - content: ""; + content: "\f506"; } .fa-user-tag:before { - content: ""; + content: "\f507"; } .fa-user-tie:before { - content: ""; + content: "\f508"; } .fa-user-times:before { - content: ""; + content: "\f235"; } .fa-users:before { - content: ""; + content: "\f0c0"; } .fa-users-cog:before { - content: ""; + content: "\f509"; } .fa-ussunnah:before { - content: ""; + content: "\f407"; } .fa-utensil-spoon:before { - content: ""; + content: "\f2e5"; } .fa-utensils:before { - content: ""; + content: "\f2e7"; } .fa-vaadin:before { - content: ""; + content: "\f408"; } .fa-vector-square:before { - content: ""; + content: "\f5cb"; } .fa-venus:before { - content: ""; + content: "\f221"; } .fa-venus-double:before { - content: ""; + content: "\f226"; } .fa-venus-mars:before { - content: ""; + content: "\f228"; } .fa-viacoin:before { - content: ""; + content: "\f237"; } .fa-viadeo:before { - content: ""; + content: "\f2a9"; } .fa-viadeo-square:before { - content: ""; + content: "\f2aa"; } .fa-vial:before { - content: ""; + content: "\f492"; } .fa-vials:before { - content: ""; + content: "\f493"; } .fa-viber:before { - content: ""; + content: "\f409"; } .fa-video:before { - content: ""; + content: "\f03d"; } .fa-video-slash:before { - content: ""; + content: "\f4e2"; } .fa-vihara:before { - content: ""; + content: "\f6a7"; } .fa-vimeo:before { - content: ""; + content: "\f40a"; } .fa-vimeo-square:before { - content: ""; + content: "\f194"; } .fa-vimeo-v:before { - content: ""; + content: "\f27d"; } .fa-vine:before { - content: ""; + content: "\f1ca"; } .fa-vk:before { - content: ""; + content: "\f189"; } .fa-vnv:before { - content: ""; + content: "\f40b"; } .fa-volleyball-ball:before { - content: ""; + content: "\f45f"; } .fa-volume-down:before { - content: ""; + content: "\f027"; } .fa-volume-off:before { - content: ""; + content: "\f026"; } .fa-volume-up:before { - content: ""; + content: "\f028"; } .fa-vuejs:before { - content: ""; + content: "\f41f"; } .fa-walking:before { - content: ""; + content: "\f554"; } .fa-wallet:before { - content: ""; + content: "\f555"; } .fa-warehouse:before { - content: ""; + content: "\f494"; } .fa-weebly:before { - content: ""; + content: "\f5cc"; } .fa-weibo:before { - content: ""; + content: "\f18a"; } .fa-weight:before { - content: ""; + content: "\f496"; } .fa-weight-hanging:before { - content: ""; + content: "\f5cd"; } .fa-weixin:before { - content: ""; + content: "\f1d7"; } .fa-whatsapp:before { - content: ""; + content: "\f232"; } .fa-whatsapp-square:before { - content: ""; + content: "\f40c"; } .fa-wheelchair:before { - content: ""; + content: "\f193"; } .fa-whmcs:before { - content: ""; + content: "\f40d"; } .fa-wifi:before { - content: ""; + content: "\f1eb"; } .fa-wikipedia-w:before { - content: ""; + content: "\f266"; } .fa-window-close:before { - content: ""; + content: "\f410"; } .fa-window-maximize:before { - content: ""; + content: "\f2d0"; } .fa-window-minimize:before { - content: ""; + content: "\f2d1"; } .fa-window-restore:before { - content: ""; + content: "\f2d2"; } .fa-windows:before { - content: ""; + content: "\f17a"; } .fa-wine-glass:before { - content: ""; + content: "\f4e3"; } .fa-wine-glass-alt:before { - content: ""; + content: "\f5ce"; } .fa-wix:before { - content: ""; + content: "\f5cf"; } .fa-wolf-pack-battalion:before { - content: ""; + content: "\f514"; } .fa-won-sign:before { - content: ""; + content: "\f159"; } .fa-wordpress:before { - content: ""; + content: "\f19a"; } .fa-wordpress-simple:before { - content: ""; + content: "\f411"; } .fa-wpbeginner:before { - content: ""; + content: "\f297"; } .fa-wpexplorer:before { - content: ""; + content: "\f2de"; } .fa-wpforms:before { - content: ""; + content: "\f298"; } .fa-wrench:before { - content: ""; + content: "\f0ad"; } .fa-x-ray:before { - content: ""; + content: "\f497"; } .fa-xbox:before { - content: ""; + content: "\f412"; } .fa-xing:before { - content: ""; + content: "\f168"; } .fa-xing-square:before { - content: ""; + content: "\f169"; } .fa-y-combinator:before { - content: ""; + content: "\f23b"; } .fa-yahoo:before { - content: ""; + content: "\f19e"; } .fa-yandex:before { - content: ""; + content: "\f413"; } .fa-yandex-international:before { - content: ""; + content: "\f414"; } .fa-yelp:before { - content: ""; + content: "\f1e9"; } .fa-yen-sign:before { - content: ""; + content: "\f157"; } .fa-yin-yang:before { - content: ""; + content: "\f6ad"; } .fa-yoast:before { - content: ""; + content: "\f2b1"; } .fa-youtube:before { - content: ""; + content: "\f167"; } .fa-youtube-square:before { - content: ""; + content: "\f431"; } .fa-zhihu:before { - content: ""; + content: "\f63f"; } .sr-only { @@ -5353,22 +5353,22 @@ and open the template in the editor. color: #E5E5E5; } .enka-custom-radio.star::before { - content: ""; + content: "\f005"; } .enka-custom-radio.thumb::before { - content: ""; + content: "\f164"; } .enka-custom-radio.smiley::before { - content: ""; + content: "\f118"; } .enka-custom-radio.heart::before { - content: ""; + content: "\f004"; } .enka-custom-radio.flag::before { - content: ""; + content: "\f024"; } .enka-custom-radio.user::before { - content: ""; + content: "\f007"; } /* visual analog scale - radio buttons */ @@ -5379,25 +5379,25 @@ and open the template in the editor. color: #E5E5E5; } .enka-vizualna-skala.siv-61::before, .enka-vizualna-skala.siv-71::before { - content: ""; + 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: ""; + 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: ""; + content: "\f119"; } .enka-vizualna-skala.siv-32::before, .enka-vizualna-skala.siv-53::before, .enka-vizualna-skala.siv-74::before { - content: ""; + 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: ""; + 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: ""; + content: "\f580"; } .enka-vizualna-skala.siv-66::before, .enka-vizualna-skala.siv-77::before { - content: ""; + content: "\f59c"; } /* @@ -5411,88 +5411,88 @@ and open the template in the editor. */ /* icons */ span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.minus::before { - content: ""; + content: "\f068"; } span.faicon.success::before, span.circle-check::before { - content: ""; + content: "\f058"; } span.faicon.close::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f057"; } span.faicon.dropdown_blue::before { font-size: 16px; - content: ""; + content: "\f13a"; } span.faicon.dropup_blue::before { font-size: 16px; - content: ""; + content: "\f139"; } span.faicon.arrow_back::before { font-weight: 600; font-size: 16px; - content: ""; + content: "\f137"; } span.faicon.add::before { font-size: 18px; - content: ""; + content: "\f055"; } span.faicon.remove::before { font-size: 18px; - content: ""; + content: "\f056"; } span.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.anketa_delete::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f2ed"; } span.faicon.copy::before { font-size: 18px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.anketa_copy::before { font-size: 24px; - content: ""; + content: "\f0c5"; font-weight: 400; } span.faicon.export::before { font-size: 24px; - content: ""; + content: "\f56e"; } span.faicon.file-import::before { - content: ""; + content: "\f56f"; transform: scaleX(-1); } span.faicon.import::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f1c2"; } /*span.faicon.import::after{ @@ -5502,137 +5502,137 @@ span.faicon.import::before { }*/ span.faicon.library::before { font-size: 24px; - content: ""; + content: "\f518"; } span.faicon.folder::before { font-size: 16px; font-weight: 600; - content: ""; + content: "\f07b"; } span.faicon.folder_empty::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f07b"; } span.faicon.after.sort_down_arrow::after { - content: ""; + content: "\f0d7"; margin-left: 5px; } span.faicon.after.sort_up_arrow::after { - content: ""; + content: "\f0d8"; margin-left: 5px; } span.faicon.info::before { font-size: 28px; - content: ""; + content: "\f05a"; vertical-align: middle; } span.faicon.pagination_left::before { margin: 0 1px 0 1px; - content: ""; + content: "\f104"; } span.faicon.pagination_right::before { margin: 0 0 0 1px; - content: ""; + content: "\f105"; } span.faicon.edit::before, span.faicon.edit2::before { - content: ""; + content: "\f304"; } span.faicon.refresh::before { font-size: 18px; - content: ""; + content: "\f2f1"; } span.faicon.filter::before { font-size: 18px; - content: ""; + content: "\f0b0"; } span.faicon.grip::before { - content: ""; + content: "\f58e"; } span.faicon.star::before, span.faicon.star_off::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.star_on::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.search::before { font-size: 20px; - content: ""; + content: "\f002"; } span.faicon.clipboard_notes::before { font-size: 20px; - content: ""; + content: "\f46d"; } span.faicon.help2::before { font-size: 20px; - content: ""; + content: "\f059"; } span.faicon.user::before { font-size: 18px; - content: ""; + content: "\f007"; } span.faicon.logout::before { font-size: 20px; - content: ""; + content: "\f2f5"; } .faicon.monitor::before { - content: ""; + content: "\f108"; } .faicon.mobile::before { - content: ""; + content: "\f3cd"; } .faicon.tablet::before { - content: ""; + content: "\f3fa"; } span.faicon.users::before { - content: ""; + content: "\f500"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bottom_saving::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f0c7"; } span.faicon.bottom_publish::before { font-size: 24px; - content: ""; + content: "\f093"; } span.faicon.bottom_preview { @@ -5642,63 +5642,63 @@ span.faicon.bottom_preview { span.faicon.bottom_preview::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.bottom_preview::after { font-size: 14px; - content: ""; + content: "\f002"; display: inline-block; margin-left: -70%; } span.faicon.bottom_test::before { font-size: 24px; - content: ""; + content: "\f492"; } span.faicon.language::before { font-size: 24px; - content: ""; + content: "\f0ac"; } span.faicon.mobile_off::before { font-size: 24px; - content: ""; + content: "\f3cd"; } span.faicon.mobile_off::after { font-size: 24px; - content: ""; + content: "\f715"; margin-left: -23px; } span.faicon.comments::before { - content: ""; + content: "\f27a"; font-weight: 700; } span.faicon.comments_empty::before { - content: ""; + content: "\f27a"; font-weight: 400; } span.faicon.data_link::before { - content: ""; + content: "\f0c1"; } span.faicon.data_link_small::before { - content: ""; + content: "\f0c1"; } span.faicon.print::before { font-size: 24px; - content: ""; + content: "\f02f"; } span.faicon.print_small::before { font-size: 16px; - content: ""; + content: "\f02f"; } span.faicon.preview { @@ -5708,11 +5708,11 @@ span.faicon.preview { span.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } span.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -5720,87 +5720,87 @@ span.faicon.preview::after { span.faicon.palette::before { font-size: 18px; - content: ""; + content: "\f53f"; } span.faicon.inline_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f075"; } span.faicon.inline_double_comment::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f086"; } span.faicon.comments_creport::before { font-size: 16px; - content: ""; + content: "\f086"; } span.faicon.compress::before { font-size: 15px; - content: ""; + content: "\f066"; } span.faicon.expand::before { font-size: 15px; - content: ""; + content: "\f065"; } span.faicon.hashtag::before { font-size: 15px; - content: ""; + content: "\f292"; } span.faicon.bug::before { font-size: 15px; - content: ""; + content: "\f188"; } span.faicon.paragraph::before { font-size: 15px; - content: ""; + content: "\f1dd"; } span.faicon.replace::before { font-size: 15px; - content: ""; + content: "\f362"; } span.faicon.plus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_square::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f146"; } span.faicon.delete_circle::before { font-size: 14px; - content: ""; + content: "\f056"; } span.faicon.quick_view::before { font-size: 15px; font-weight: 400; - content: ""; + content: "\f06e"; } span.faicon.edit_square::before { font-size: 15px; - content: ""; + content: "\f044"; } span.faicon.test::before { font-size: 15px; - content: ""; + content: "\f492"; } a.faicon.if_add { @@ -5836,7 +5836,7 @@ span.faicon.if_add:hover:before { } span.faicon.text_file::before { - content: ""; + content: "\f15c"; } span.faicon.text_file_small { @@ -5846,40 +5846,40 @@ span.faicon.text_file_small { span.faicon.text_file_small:before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15c"; } span.faicon.warning::before { font-size: 16px; - content: ""; + content: "\f071"; } span.faicon.users_small::before { font-size: 16px; - content: ""; + content: "\f0c0"; } span.faicon.popup_0::before { font-size: 14px; - content: ""; + content: "\f065"; color: #1E88E5; } span.faicon.popup_1::before { font-size: 14px; - content: ""; + content: "\f065"; color: #0059ab; } span.faicon.flat_0::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #0059ab; } span.faicon.flat_1::before { font-size: 14px; - content: ""; + content: "\f03c"; color: #1E88E5; } @@ -5894,46 +5894,46 @@ span.basic-icon.spss::before { span.faicon.external_link::before { font-size: 14px; font-weight: 600; - content: ""; + content: "\f35d"; } span.faicon.cog_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f013"; } span.faicon.chart_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f201"; } span.faicon.reload_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f021"; } span.faicon.chart::before { - content: ""; + content: "\f080"; font-size: 16px; font-weight: 600; } span.faicon.data::before { - content: ""; + content: "\f1c0"; font-size: 16px; font-weight: 600; } span.faicon.publish::before { - content: ""; + content: "\f093"; font-size: 16px; } span.faicon.test::before { - content: ""; + content: "\f492"; font-size: 16px; } @@ -5943,63 +5943,63 @@ button.ui-datepicker-trigger::before { font-family: "Font Awesome 5 Free"; font-weight: 400; font-size: 16px; - content: ""; + content: "\f073"; } /* ARROWS */ span.faicon.arrow_up::before { font-size: 14px; - content: ""; + content: "\f062"; } span.faicon.arrow2_r::before { font-size: 14px; - content: ""; + content: "\f054"; } span.faicon.arrow2_l::before { font-size: 14px; - content: ""; + content: "\f053"; } span.faicon.arrow2_d::before { font-size: 14px; - content: ""; + content: "\f078"; } span.faicon.arrow2_u::before { font-size: 14px; - content: ""; + content: "\f077"; } span.faicon.arrow_large2_r::before { font-size: 35px; - content: ""; + content: "\f054"; } span.faicon.arrow_large2_l::before { font-size: 35px; - content: ""; + content: "\f053"; } span.faicon.arrow_verylarge2_r::before { font-size: 40px; - content: ""; + content: "\f054"; } span.faicon.arrow_verylarge2_l::before { font-size: 40px; - content: ""; + content: "\f053"; } span.faicon.sort_descending::before { font-size: 14px; - content: ""; + content: "\f0d7"; } span.faicon.sort_ascending::before { font-size: 14px; - content: ""; + content: "\f0d8"; } /* Plus/minus sqare */ @@ -6011,127 +6011,127 @@ span.folder_plusminus { span.faicon.plus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f146"; } /* Spinner */ span.faicon.spinner::before { font-size: 18px; - content: ""; + content: "\f1ce"; } /* Bars - mobile menu */ span.faicon.bars::before { font-size: 26px; - content: ""; + content: "\f0c9"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bell::before { - content: ""; + content: "\f0f3"; } span.faicon.bell_slash::before { - content: ""; + content: "\f1f6"; } span.faicon.trash::before { - content: ""; + content: "\f2ed"; } span.faicon.copy::before { - content: ""; + content: "\f0c5"; } span.faicon.circle::before { - content: ""; + content: "\f111"; vertical-align: middle; } span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.plus_circle::before { - content: ""; + content: "\f055"; } span.faicon.minus_circle::before { - content: ""; + content: "\f056"; } span.faicon.calendar_icon::before { - content: ""; + content: "\f073"; } span.faicon.clipboard::before { - content: ""; + content: "\f328"; } span.faicon.list-alt::before { - content: ""; + content: "\f022"; } span.faicon.vote-yes::before { - content: ""; + content: "\f772"; } span.faicon.file-preview::before { - content: ""; + content: "\f865"; } span.faicon.dots::before { - content: ""; + content: "\f141"; font-size: 16px; font-weight: 600; } span.faicon.dots_ver:before { - content: ""; + content: "\f142"; font-size: 16px; font-weight: 600; } span.faicon.open_icon::before, a.faicon.open_icon::before { - content: ""; + content: "\f35d"; } span.faicon.table_icon::before { - content: ""; + content: "\f0ce"; } span.faicon.list::before { - content: ""; + content: "\f03a"; } span.faicon.link-chain::before { - content: ""; + content: "\f0c1"; } span.fa-brands.html5::before { - content: ""; + content: "\f13b"; } span.faicon.stopwatch20::before { - content: ""; + content: "\e06f"; } span.faicon.checkbox-empty::before { - content: ""; + content: "\f0c8"; font-weight: 400 !important; } @@ -6140,11 +6140,11 @@ span.faicon.fa-1::before { } span.faicon.phone::before { - content: ""; + content: "\f095"; } span.faicon.screwdriver::before { - content: ""; + content: "\f7d9"; font-weight: 600 !important; } @@ -6282,23 +6282,23 @@ and open the template in the editor. */ /* Toolbox na levi strani */ span.faicon.wheel_32::before { - content: ""; + content: "\f013"; } span.faicon.radio_32::before { - content: ""; + content: "\f192"; font-weight: 400; font-size: 18px; } span.faicon.check_32::before { - content: ""; + content: "\f14a"; font-weight: 400; font-size: 18px; } span.faicon.matrix_32::before { - content: "\a"; + content: "\f192\f192\a\f192\f192"; white-space: pre; font-weight: 400; font-size: 12px; @@ -6322,7 +6322,7 @@ span.faicon.nagovor::before { } span.faicon.plus_32::before { - content: ""; + content: "\f055"; font-size: 18px; } @@ -6366,12 +6366,12 @@ span.faicon.edit-vprasanje { } span.faicon.edit-vprasanje:before { font-size: 18px; - content: ""; + content: "\f031"; } a.faicon.edit::before { font-size: 16px; - content: ""; + content: "\f304"; } a.faicon.addif::before { @@ -6383,22 +6383,22 @@ a.faicon.addif::before { a.faicon.copy::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f0c5"; } a.faicon.copycond::before { font-size: 18px; - content: ""; + content: "\f0c5"; } a.faicon.preview::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f15b"; } a.faicon.preview::after { - content: ""; + content: "\f002"; display: inline-block; font-size: 11px; margin-left: -50%; @@ -6406,25 +6406,25 @@ a.faicon.preview::after { a.faicon.arhiv::before { font-size: 18px; - content: ""; + content: "\f044"; } a.faicon.delete::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f2ed"; } a.faicon.hide::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f06e"; } a.faicon.unhide_icon::before { font-size: 18px; font-weight: 400; - content: ""; + content: "\f070"; } /* Urejanje vrednosti inline */ @@ -6438,12 +6438,12 @@ a.faicon.unhide_icon::before { .variabla span.inline.faicon.edit2::before { font-size: 14px; - content: ""; + content: "\f304"; } .variabla span.inline.faicon.odg_hidden::before { font-size: 14px; - content: ""; + content: "\f05e"; } .variabla span.inline.faicon.odg_hidden.show-hidden::before { @@ -6471,23 +6471,23 @@ span.inline.faicon.odg_if_not::before { .variabla span.inline.faicon.odg_if_follow::after { font-size: 14px; margin-left: 2px; - content: ""; + content: "\f0da"; } .variabla span.inline.faicon.correct::before { font-size: 14px; font-weight: 900; - content: ""; + content: "\f00c"; } .faicon.move_updown::before { font-size: 16px; color: #0059ab; - content: ""; + content: "\f338"; } .faicon.image_upload::before { - content: ""; + content: "\f03e"; font-weight: 400; } @@ -6504,22 +6504,22 @@ and open the template in the editor. span.faicon.mapca.anketa::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f022"; } span.faicon.table::before { font-size: 16px; - content: ""; + content: "\f00b"; } span.faicon.other_vprasanja::before { font-size: 16px; - content: "" !important; + content: "\f0ca" !important; } span.faicon.osnovna_vprasanja::before { font-size: 16px; - content: ""; + content: "\f0ca"; } span.faicon.mapca.if::before { @@ -6547,7 +6547,7 @@ and open the template in the editor. */ /* Izvozi */ span.faicon.pdf::before { - content: ""; + content: "\f1c1"; font-size: 16px; font-weight: 400; color: #ed1c24; @@ -6571,7 +6571,7 @@ span.faicon.pdf.black::before { span.faicon.xls::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c3"; color: #008000; } @@ -6593,7 +6593,7 @@ span.faicon.xls.black::before { span.faicon.rtf::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c2"; color: #0f3ea8; } @@ -6615,7 +6615,7 @@ span.faicon.rtf.black::before { span.faicon.ppt::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c4"; color: #fa4913; } @@ -6637,7 +6637,7 @@ span.faicon.ppt.black::before { span.faicon.xml::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c9"; color: #00a000; } @@ -6657,17 +6657,17 @@ span.faicon.xml.black::before { } span.faicon.arhiv::before { - content: ""; + content: "\f187"; } span.faicon.arhiv_mail::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f14d"; } span.faicon.share-arrow::before { - content: ""; + content: "\f14d"; } /* @@ -6717,7 +6717,7 @@ span.faicon.an_chart_bar::before { font-size: 14px; font-weight: 700; /*content: "\f080";*/ - content: ""; + content: "\f200"; } /* @@ -6731,35 +6731,35 @@ and open the template in the editor. */ /* Invitation table */ span.faicon.inv_sent_0::before { - content: ""; + content: "\f2b6"; } span.faicon.inv_sent_1::before { - content: ""; + content: "\f0e0"; } span.faicon.inv_responded_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.inv_responded_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.inv_unsubscribed_0::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f111"; } span.faicon.inv_unsubscribed_1::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f111"; color: #FF0000; } @@ -6860,7 +6860,7 @@ a.read-more .faicon:before { .qtip .qtip-wrapper .qtip-contentWrapper .qtip-content h1::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f059"; font-size: 20px; color: #1E88E5; vertical-align: -1px; @@ -6897,7 +6897,7 @@ a.read-more .faicon:before { padding-left: 8px; vertical-align: middle; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f054"; font-size: 8px; color: #1E88E5; transition: 0.2s; @@ -7220,7 +7220,7 @@ a.read-more .faicon:before { .divPopUp.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7261,7 +7261,7 @@ a.read-more .faicon:before { .divPopUp_info.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7753,7 +7753,7 @@ body.waitlong #loading { #check_pogoji.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7934,7 +7934,7 @@ body.waitlong #loading { #dropped_alert.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -9128,7 +9128,7 @@ header #topSettingsHolder .left_options_holder #analizaSubNav #globalSetingsLink right: 8px; top: 5px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; font-size: 10px; font-weight: 600; } @@ -9401,7 +9401,7 @@ footer#srv_footer .footer_right span.faicon.external_link:before { footer#srv_footer .footer_right .right_help_button { position: fixed; right: -71px; - top: calc(50%); + top: 50%; width: 150px; padding: 4px 8px; border: 1px #1E88E5 solid; @@ -9781,17 +9781,17 @@ input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:b color: #1E88E5; } input[type=checkbox] + label:before { - content: ""; + content: "\f0c8"; } input[type=checkbox]:checked + label:before { - content: ""; + content: "\f14a"; font-weight: bold; } input[type=radio] + label:before { - content: ""; + content: "\f111"; } input[type=radio]:checked + label:before { - content: ""; + content: "\f192"; } input[type=checkbox][disabled] + label:before { color: #C4C4C4; @@ -10016,7 +10016,7 @@ textarea:focus { } .box-container .num_box { border: 1px solid #E5E5E5; - background-color: #FFFF; + background-color: white; border-radius: 2px; margin: 0px; padding: 0px; @@ -10420,7 +10420,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { #popup_user_access.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -10472,9 +10472,9 @@ header #top_line #enka_nav .anketa_header_upgrade_package button { div.button_holder.editor_button_holder { margin: 0; padding: 8px 16px; - border-bottom: 1px #cccccc solid; - border-left: 1px #cccccc solid; - border-right: 1px #cccccc solid; + border-bottom: 1px rgb(204, 204, 204) solid; + border-left: 1px rgb(204, 204, 204) solid; + border-right: 1px rgb(204, 204, 204) solid; border-radius: 0 0 2px 2px; } @@ -10765,7 +10765,7 @@ div.button_holder.editor_button_holder { #survey_list .second_line .filters #folderSwitch#sortButton:after { position: absolute; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; right: 8px; top: 13px; font-weight: 600; @@ -11111,13 +11111,13 @@ body.eng #survey_list .filters #folderSwitch { cursor: pointer; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_icon::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -11127,7 +11127,7 @@ body.eng #survey_list .filters #folderSwitch { background-color: #F8F8F8; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_icon::before { font-weight: 600; @@ -12244,13 +12244,13 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { cursor: pointer; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box .folder::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -12276,7 +12276,7 @@ div.page_obvestila #unread_notifications .gdpr_popup_radio input { }*/ } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #anketa_knjiznica #libraryInner ul li .folder_box_holder .folder_box.open .folder::before { font-weight: 600; @@ -12529,7 +12529,7 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-custom-radio:before { @@ -12537,7 +12537,7 @@ and open the template in the editor. display: inline-block; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] { display: none !important; @@ -12550,11 +12550,11 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting .custom_radio_picture.obarvan > label > span.enka-custom-radio:before { @@ -12847,7 +12847,7 @@ and open the template in the editor. } #new_anketa_div .layout_right_item .layout_right_centering .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #C4C4C4; @@ -13460,20 +13460,20 @@ div.drop_setting_transition { font-weight: 400; } #branching input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #branching input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } #branching input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } #branching input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } #branching span.faicon.delete_circle::before { @@ -20096,7 +20096,7 @@ and open the template in the editor. transition: 0.2s; } .tab_content .content_left ul li.folder_item .faicon.arrow:before { - content: ""; + content: "\f078"; } .tab_content .content_left ul li.folder_item .faicon.folder:before, .tab_content .content_left ul li.folder_item .faicon.clipboard:before { @@ -20113,7 +20113,7 @@ and open the template in the editor. color: #1E88E5; } .tab_content .content_left ul li.folder_item.open .faicon.arrow:before { - content: ""; + content: "\f077"; } .tab_content .content_left ul li.folder_item.no_arrow .faicon.arrow:before { display: none; @@ -20616,7 +20616,7 @@ img.mapster_el { border-radius: 4px; } .jquery-selectbox .jquery-selectbox-moreButton::before { - content: ""; + content: "\f078"; padding-left: 2px; color: #333333; font-size: 10px; @@ -20933,10 +20933,10 @@ div.page_tema div.theme_list div.options div.buttons-window { position: absolute; bottom: 20px; max-width: 113px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); border-radius: 2px; margin-right: 5px; - background-color: #FFFF; + background-color: white; } div.page_tema div.theme_list div.options div.buttons-window .button { border: none; @@ -21231,7 +21231,7 @@ div#theme-edit-wrap div#theme-editor #picker { left: 500px; z-index: 999; border-radius: 2px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } div#theme-edit-wrap div#theme-editor #picker .popup_close { position: absolute !important; @@ -21397,7 +21397,7 @@ div#theme-edit-wrap div#theme-editor #picker .button_holder button:last-child { div#theme-edit-wrap div#theme-editor #picker.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -21760,7 +21760,7 @@ span.faicon.st-besede-popup { #vrednost_edit.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22001,7 +22001,7 @@ span.faicon.st-besede-popup { #quota.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22373,7 +22373,7 @@ and open the template in the editor. #vprasanje_preview #preview_spremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -22467,21 +22467,21 @@ and open the template in the editor. } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before, #vprasanje_preview #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, #fullscreen #preview_spremenljivka #spremenljivka_preview .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -23439,22 +23439,22 @@ and open the template in the editor. } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f096";*/ - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f10c";*/ - content: ""; + content: "\f111"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f046";*/ - content: ""; + content: "\f14a"; letter-spacing: 8px; } #preview_spremenljivka #variable_holder input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f192";*/ - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=radio] { margin: 0 8px 4px 0; @@ -23467,7 +23467,7 @@ and open the template in the editor. #preview_spremenljivka input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #preview_spremenljivka input[type=radio] + span.enka-custom-radio:before { @@ -23475,7 +23475,7 @@ and open the template in the editor. display: inline-block; } #preview_spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #preview_spremenljivka input[type=checkbox] { display: none !important; @@ -23488,11 +23488,11 @@ and open the template in the editor. #preview_spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #preview_spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } @@ -23751,7 +23751,7 @@ and open the template in the editor. } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #E5E5E5; @@ -23759,7 +23759,7 @@ and open the template in the editor. font-weight: 400; } #popup_import_from_text .anketa_from_text .import_holder #preview_field_holder #preview_field span.variable input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #E5E5E5; } @@ -24022,7 +24022,7 @@ dl.arch_email dd { #inv_view_arch_recipients.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -25236,23 +25236,23 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admi } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } div.page_komentarji ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #D3D3D3; } div.page_komentarji ul .spremenljivka_content input[type=radio], @@ -25269,7 +25269,7 @@ div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-chec div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=radio] + span.enka-custom-radio:before, @@ -25279,7 +25279,7 @@ div.page_komentarji_anketa ul .spremenljivka_content input[type=radio] + span.en } div.page_komentarji ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } div.page_komentarji ul .spremenljivka_content input[type=checkbox], div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] { @@ -25295,12 +25295,12 @@ div.page_komentarji ul .spremenljivka_content input[type=checkbox] + span.enka-c div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } div.page_komentarji ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before, div.page_komentarji_anketa ul .spremenljivka_content input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } div.page_komentarji ul div.question_comment_holder, @@ -25906,7 +25906,6 @@ div#general_popup div.popup_content.publish.settings div#publish_settings_more { .page_vabila #vabila .button_holder #nice_url_holder .buttons { margin: 9px 0px 0px 0px !important; } - div#vabila div.more div.more_block { width: 89% !important; } @@ -27375,7 +27374,7 @@ div.subpage_coding .coding-refresh .button_holder button:last-child { div.subpage_coding .coding-refresh.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27557,7 +27556,7 @@ div.subpage_coding #coding .button_holder button:last-child { div.subpage_coding #coding.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -27881,7 +27880,7 @@ div.subpage_coding .floatRecodeSpremenljivka .button_holder button:last-child { div.subpage_coding .floatRecodeSpremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -28232,18 +28231,18 @@ ul#merge li { -webkit-text-stroke: 0.35px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio:before { - content: ""; + content: "\f0c8"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio:before { - content: ""; + content: "\f111"; letter-spacing: 10px; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=checkbox] + span.enka-checkbox-radio, .quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka input[type=radio] + span.enka-checkbox-radio, @@ -28742,7 +28741,7 @@ and open the template in the editor. #div_export_setting_show.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -30041,20 +30040,29 @@ iframe#ifmcontentstoprint { position: relative; } #div_analiza_data .options { + width: 220px; + z-index: 9999; position: absolute; left: 17px; top: 40px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } #div_analiza_data .faicon.dots { cursor: pointer; color: #1e88e5; } +#div_analiza_data .faicon.dots:hover { + color: #0059ab; +} + +.cell_icons { + position: relative; +} .analysis_icons_holder { background-color: white; border-radius: 2px; - box-shadow: 0px 0px 7px 0px #0000001F; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275); } .analysis_icons_holder .icon_box { margin-left: 16px; @@ -30110,7 +30118,7 @@ iframe#ifmcontentstoprint { .cell_icons button::before { font-weight: 700; - content: ""; + content: "\f141"; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options div.button { @@ -30338,15 +30346,15 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l } .rsdl_bck1 { - background-color: #fae2e2 !important; + background-color: rgb(250, 226, 226) !important; } .rsdl_bck2 { - background-color: #ff9d9d !important; + background-color: rgb(255, 157, 157) !important; } .rsdl_bck3 { - background-color: #f84242 !important; + background-color: rgb(248, 66, 66) !important; } .rsdl_bck4 { @@ -31859,7 +31867,7 @@ ul.vrednost_sort input[type=text] { .subpage_analysis_creport #anketa_custom_report #newCReportProfile.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32143,7 +32151,7 @@ and open the template in the editor. #dsp_inspect_cover.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32677,7 +32685,7 @@ input#endDate { .mc_table_settings.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -32890,7 +32898,7 @@ input#endDate { #newMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33079,7 +33087,7 @@ input#endDate { #renameMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33268,7 +33276,7 @@ input#endDate { #deleteMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -33654,7 +33662,7 @@ button.buttons-columnVisibility.active { table.usersTable { margin-left: 14px; margin-right: 14px; - width: calc(100% - 2*14px); + width: calc(100% - 28px); white-space: nowrap; border-collapse: collapse !important; } @@ -33834,24 +33842,19 @@ table.dataTable td:not(:first-of-type), table.dataTable th:not(:first-of-type) { #quick_comments_link.newCss { display: none; } - #firstNavigation ol.right-side { display: none; } - div.status_advanced { flex-direction: column; } - div.status_advanced_box { width: 100%; box-sizing: border-box; } - a.status_advanced_link { width: 95%; } - .content_div_normalmode { overflow-x: auto; } @@ -33945,7 +33948,6 @@ body #main_holder #main .wide { width: 100%; margin: 0; } - fieldset { width: 100% !important; box-sizing: border-box !important; @@ -33975,44 +33977,36 @@ fieldset textarea { fieldset .setting { height: auto !important; } - .setting_horizontal_wrapper { flex-direction: column !important; } - #vnosi_paginacija div select { display: inline-block; width: fit-content; margin: 0 5px; text-align: center; } - div.breadcrumbs { display: block; padding: 15px; color: #1e88e5; font-weight: 600; } - button.small, submit.small { min-width: auto; padding: 5px 16px; } - button.medium, submit.medium { min-width: auto; padding: 10px 24px; } - button.large, submit.large { min-width: auto; padding: 12px 32px; } - .top_note { padding: 8px 16px; } - header { /* Mobile meni */ /* Mobile meni - NASTAVITVE V UREJANJU ANKETE*/ @@ -34268,7 +34262,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { header .mobile_settings .mobile_settings_content a .setting_text { width: auto; } - footer#srv_footer { display: flex; flex-direction: column; @@ -34290,7 +34283,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { padding: 0; border: 0; } - /* Popup za vprasajcke */ .qtip { position: fixed !important; @@ -34301,7 +34293,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { left: 10% !important; box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.34) !important; } - .divPopUp { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; @@ -34312,12 +34303,10 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; } - /* Vse povezano s paketi in placili */ .dt-buttons { display: none; } - #main #moje_ankete_edit #anketa_edit { padding: 0 !important; } @@ -34392,7 +34381,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #moje_ankete_edit fieldset div.setting { margin-bottom: 10px; } - #new_anketa_div { display: flex; flex-direction: column; @@ -34476,7 +34464,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { border: 1px solid #c8e3f8 !important; border-radius: 1px; } - .dashboard_top_settings { flex-direction: column; } @@ -34489,19 +34476,16 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin-left: 0; margin-right: 16px; } - .dashboard_boxes { flex-direction: column; } .dashboard_boxes .dashboard_box { margin: 0 0 32px 0; } - .locked .add-variable-mobile, .spremenljivka_content .add-variable { display: none !important; } - #branching { width: 100%; margin: 0; @@ -34606,11 +34590,9 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin: 0; padding: 0 12px; } - .toolbox_holder { display: none; } - .mobile_add_question { display: block; position: fixed; @@ -34630,7 +34612,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { line-height: 15px; font-weight: 600; } - .mobile_add_question_popup { z-index: 9999; position: fixed; @@ -34684,7 +34665,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { font-size: 14px; font-weight: 500; } - #vprasanje_float_editing .vprasanje_edit_holder { position: fixed; z-index: 99999; @@ -34737,7 +34717,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { margin-left: 0 !important; text-align: center; } - #main #anketa #globalSetingsList { max-width: 100% !important; width: 100% !important; @@ -34750,7 +34729,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #anketa #globalSetingsList fieldset span.charalimit#anketa_note_chars { width: 100%; } - /* NASTAVITVE in ARHIVI */ /* OBLIKA */ #main #anketa #anketa_edit.page_tema #div_theme_group_holder { @@ -34766,18 +34744,15 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: 100%; height: auto; } - #theme-editor { width: 100% !important; float: none !important; } - #theme-preview { width: 100% !important; float: none !important; margin-top: 80px !important; } - /* ARHIVI */ #main #anketa #anketa_edit.page_arhivi { flex-direction: column-reverse; @@ -34795,7 +34770,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #main #anketa #anketa_edit.page_arhivi #div_archive_content fieldset input { width: 100% !important; } - div.page_tema .theme_list { flex-wrap: wrap; } @@ -34822,7 +34796,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options .button { margin-right: 8px; } - .page_theme-editor #theme-preview { display: none; } @@ -34830,7 +34803,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { width: 100% !important; flex-wrap: wrap; } - #srv_diagnostic br { display: none; } @@ -34851,7 +34823,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { #srv_diagnostic #srv_diagnostic_results_right table td + td { width: auto !important; } - .subpage_testnipodatki { line-height: 20px; } @@ -34865,7 +34836,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .subpage_testnipodatki form label input { vertical-align: bottom; } - .lastnosti_wrapper { flex-direction: column !important; } @@ -34873,7 +34843,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .lastnosti_wrapper .lastnosti_right { width: 100% !important; } - .page_vabila #vabila .button_holder { flex-direction: column; align-items: flex-start; @@ -34898,7 +34867,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .page_vabila #vabila .more_block { width: 100%; } - .page_invitations #inv_top_navi { flex-direction: column; align-items: flex-start; @@ -34966,7 +34934,6 @@ header .mobile_menu .mobile_menu_user .submenu_user_content > div a { .page_invitations .button_holder button { margin-bottom: 8px; } - #vabila > table, table.invitations_settings, #inv_msg_preview table, @@ -35050,7 +35017,6 @@ table.invitations_settings p label input[type=password], width: 100% !important; box-sizing: border-box; } - #surveyInvitationSetting, #surveyInvitationSettingServer { min-width: 100% !important; @@ -35058,7 +35024,6 @@ table.invitations_settings p label input[type=password], margin: 10px 0 !important; box-sizing: border-box !important; } - #inv_top_navi { display: flex; flex-direction: column; @@ -35097,7 +35062,6 @@ table.invitations_settings p label input[type=password], #inv_top_navi > #inv_step_nav.yellow .inv_step_space { display: none; } - #inv_recipients_profiles_holder, #inv_import_list_container, #inv_messages_profiles_holder, @@ -35118,7 +35082,6 @@ table.invitations_settings p label input[type=password], #inv_select_mail_preview textarea { width: 100%; } - #inv_msg_preview table th { height: auto !important; width: 100% !important; @@ -35130,7 +35093,6 @@ table.invitations_settings p label input[type=password], width: 100%; box-sizing: border-box; } - .addthis_toolbox { line-height: 24px; } @@ -35145,11 +35107,9 @@ table.invitations_settings p label input[type=password], .addthis_toolbox .addthis_separator { font-size: 16px; } - #inv_field_container ul li { width: 45%; } - /* grafika ko ni podatkov */ div.no_data_alert img { width: 100%; @@ -35161,7 +35121,6 @@ table.invitations_settings p label input[type=password], flex-direction: column; align-items: center; } - .page_data .data_table_top_holder { flex-direction: column; align-items: flex-start; @@ -35232,11 +35191,9 @@ table.invitations_settings p label input[type=password], width: 100%; margin-bottom: 16px; } - body.data_fullscreen #analiza_data { top: 68px; } - .subpage_append .anketa_edit_main, .subpage_merge .anketa_edit_main, .subpage_calculation .anketa_edit_main, @@ -35277,7 +35234,6 @@ table.invitations_settings p label input[type=password], clear: both; margin: 40px 0 0 0 !important; } - .subpage_quick_edit #quick_edit_top_line { flex-direction: column-reverse; } @@ -35297,7 +35253,6 @@ table.invitations_settings p label input[type=password], .subpage_quick_edit .quick_edit_container .quick_edit_bottom_line { justify-content: center; } - .analysis_bottom_settings { flex-wrap: wrap; } @@ -35307,16 +35262,13 @@ table.invitations_settings p label input[type=password], margin: 0 0 16px 0 !important; border: 0; } - .div_analiza_icons, .div_analiza_scale { opacity: 1 !important; } - .analysis_icons_holder { display: none; } - .chart_holder { width: 100%; box-sizing: border-box; @@ -35339,7 +35291,6 @@ table.invitations_settings p label input[type=password], display: block; clear: both; } - table.analysis_reports { border-spacing: 0px; } @@ -35356,14 +35307,12 @@ table.analysis_reports > tbody > tr > td { table.analysis_reports fieldset { margin-bottom: 0 !important; } - .reports_holder { flex-direction: column; } .reports_holder fieldset { width: 100%; } - .noSurvey_sequence { padding: 0; } @@ -35385,13 +35334,11 @@ table.analysis_reports > tbody > tr > td { .noSurvey_sequence .buttons_holder a .button { margin: 10px 30px; } - #table-horizontal-scroll-wrapper1-userchanges { display: table; table-layout: fixed; width: 100%; } - #table-horizontal-scroll-wrapper2-userchanges { display: table-cell; overflow-x: auto; @@ -35402,7 +35349,6 @@ table.analysis_reports > tbody > tr > td { border-collapse: collapse; white-space: nowrap; } - .page_arhivi .anketa_edit_left, .page_tracking .anketa_edit_left, .subpage_anal_arch .anketa_edit_left, diff --git a/resources/sass/admin_new/pages/survey_analysis/icons.scss b/resources/sass/admin_new/pages/survey_analysis/icons.scss index 048aeb05a..cc8570d79 100644 --- a/resources/sass/admin_new/pages/survey_analysis/icons.scss +++ b/resources/sass/admin_new/pages/survey_analysis/icons.scss @@ -7,7 +7,8 @@ } .options{ - // width: 200px; + width: 220px; + z-index: 9999; position: absolute; left: 17px; @@ -20,13 +21,16 @@ cursor: pointer; color: #1e88e5; } + .faicon.dots:hover{ + color: #0059ab; + } } -// .cell_icons { -// position: relative; -// } +.cell_icons { + position: relative; +} // .options{ // border: 1px solid red; From 576c8f36ddc472bd3b688096878336dca92fa4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Mon, 22 Aug 2022 13:32:07 +0200 Subject: [PATCH 30/46] Seznam anket: barve --- admin/survey/script/GDPR_seznam_anket.js | 24 +++++++++---------- public/css/admin_new.css | 13 ++++++---- .../components/form/seznam_anket.scss | 12 +++++----- 3 files changed, 26 insertions(+), 23 deletions(-) diff --git a/admin/survey/script/GDPR_seznam_anket.js b/admin/survey/script/GDPR_seznam_anket.js index 80a9ca5bb..5be2c2916 100644 --- a/admin/survey/script/GDPR_seznam_anket.js +++ b/admin/survey/script/GDPR_seznam_anket.js @@ -21,42 +21,42 @@ var text_box3_p = document.getElementById("p_num_of_surveys3"); //green row if (green_row_count == 1){ - text_box1_p.innerHTML = ' '+green_row_count+' anketa vsebuje GDPR občutljive podatke'; + text_box1_p.innerHTML = ' '+green_row_count+' anketa vsebuje GDPR občutljive podatke'; } else if (green_row_count == 2){ - text_box1_p.innerHTML = ' '+green_row_count+' anketi vsebujeta GDPR občutljive podatke'; + text_box1_p.innerHTML = ' '+green_row_count+' anketi vsebujeta GDPR občutljive podatke'; } else if (green_row_count == 3){ - text_box1_p.innerHTML = ' '+green_row_count+' ankete vsebujejo GDPR občutljive podatke'; + text_box1_p.innerHTML = ' '+green_row_count+' ankete vsebujejo GDPR občutljive podatke'; } else { - text_box1_p.innerHTML = ' '+green_row_count+' anket vsebuje GDPR občutljive podatke'; + text_box1_p.innerHTML = ' '+green_row_count+' anket vsebuje GDPR občutljive podatke'; } //red row if (red_row_count == 1){ - text_box2_p.innerHTML = ' '+red_row_count+' anketa lahko vsebuje GDPR občutljive podatke'; + text_box2_p.innerHTML = ' '+red_row_count+' anketa lahko vsebuje GDPR občutljive podatke'; } else if (red_row_count == 2){ - text_box2_p.innerHTML = ' '+red_row_count+' anketi lahko vsebujeta GDPR občutljive podatke'; + text_box2_p.innerHTML = ' '+red_row_count+' anketi lahko vsebujeta GDPR občutljive podatke'; } else if (red_row_count == 3){ - text_box2_p.innerHTML = ' '+red_row_count+' ankete lahko vsebujejo GDPR občutljive podatke'; + text_box2_p.innerHTML = ' '+red_row_count+' ankete lahko vsebujejo GDPR občutljive podatke'; } else { - text_box2_p.innerHTML = ' '+red_row_count+' anket lahko vsebuje GDPR občutljive podatke'; + text_box2_p.innerHTML = ' '+red_row_count+' anket lahko vsebuje GDPR občutljive podatke'; } //grey row if (grey_row_count == 1){ - text_box3_p.innerHTML = ' '+grey_row_count+' anketa ne vsebuje GDPR občutljivih podatkov'; + text_box3_p.innerHTML = ' '+grey_row_count+' anketa ne vsebuje GDPR občutljivih podatkov'; } else if (grey_row_count == 2){ - text_box3_p.innerHTML = ' '+grey_row_count+' anketi ne vsebujeta GDPR občutljivih podatkov'; + text_box3_p.innerHTML = ' '+grey_row_count+' anketi ne vsebujeta GDPR občutljivih podatkov'; } else if (grey_row_count == 3){ - text_box3_p.innerHTML = ' '+grey_row_count+' ankete ne vsebujejo GDPR občutljivih podatkov'; + text_box3_p.innerHTML = ' '+grey_row_count+' ankete ne vsebujejo GDPR občutljivih podatkov'; } else { - text_box3_p.innerHTML = ' '+grey_row_count+' anket ne vsebuje GDPR občutljivih podatkov'; + text_box3_p.innerHTML = ' '+grey_row_count+' anket ne vsebuje GDPR občutljivih podatkov'; } // Seznam anket - togle checkbox prikaz anket diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 17631a06a..2270f8105 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10048,7 +10048,6 @@ textarea:focus { font-size: 32px; color: #333; font-weight: 400; - margin-right: 5px; } .box-container .checked { border: #1E88E5 solid 1px; @@ -10062,16 +10061,20 @@ textarea:focus { .box-container #num_box2 { background-color: rgba(255, 0, 0, 0.05); } +.box-container #num_box3 { + background-color: #FFFFFF; +} + table.gdpr_surveys td { font-size: 14px; } -table.gdpr_surveys tr.green_row td { - background-color: rgba(20, 255, 0, 0.05) !important; +table.gdpr_surveys tr.green_row { + background-color: #F3FFF2 !important; } -table.gdpr_surveys tr.red_row td { - background-color: rgba(255, 0, 0, 0.05) !important; +table.gdpr_surveys tr.red_row { + background-color: #FFEFEF !important; } table.gdpr_surveys tr.grey_row { diff --git a/resources/sass/admin_new/components/form/seznam_anket.scss b/resources/sass/admin_new/components/form/seznam_anket.scss index 5888c1df2..026bccf14 100644 --- a/resources/sass/admin_new/components/form/seznam_anket.scss +++ b/resources/sass/admin_new/components/form/seznam_anket.scss @@ -57,7 +57,6 @@ color: #333; font-weight: 400; - margin-right: 5px; } } @@ -78,7 +77,7 @@ background-color: rgba(255, 0, 0, 0.05); } #num_box3{ - // + background-color: #FFFFFF; } } @@ -89,12 +88,13 @@ table.gdpr_surveys{ } -table.gdpr_surveys tr.green_row td { - background-color: rgba(20, 255, 0, 0.05) !important; +table.gdpr_surveys tr.green_row { + background-color: #F3FFF2 !important; + } -table.gdpr_surveys tr.red_row td{ +table.gdpr_surveys tr.red_row { // background-color: #FF0000 !important; - background-color: rgba(255, 0, 0, 0.05) !important; + background-color: #FFEFEF !important; } table.gdpr_surveys tr.grey_row { background-color: #ffffff !important; From ea2658b4d022b6d02666ba7d77c27ef7a2b2ab62 Mon Sep 17 00:00:00 2001 From: patrik2020 Date: Mon, 22 Aug 2022 22:56:43 +0200 Subject: [PATCH 31/46] Latex za izvoze: ureditev hrosca z mailto kodo --- .../latexclasses/class.LatexDocument.php | 2 ++ .../export/latexclasses/class.LatexSurvey.php | 21 ++++++++++++------- .../latexclasses/class.LatexSurveyElement.php | 4 +++- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/admin/survey/export/latexclasses/class.LatexDocument.php b/admin/survey/export/latexclasses/class.LatexDocument.php index 827ba3c12..64f8b9af6 100644 --- a/admin/survey/export/latexclasses/class.LatexDocument.php +++ b/admin/survey/export/latexclasses/class.LatexDocument.php @@ -1419,6 +1419,8 @@ class LatexDocument{ $numOfAt = substr_count($text, $findAt); //stevilo '@' v besedilu $findNewline = 'br'; + $text = preg_replace("/<\/?a( [^>]*)?>/i", "", $text); //remove anchor tag from string , to se je uredilo za rešiti ]*)?>/i", "", $text); //remove anchor tag from string , to se je uredilo za rešiti "; + //echo "pozicija prvega presledka v besedilu po e-naslovu: ".$posSpace1Mail."
"; //najdi prvi presledek pred afno $posSpace2Mail = strripos(substr($text, 0, $posAt), $findSpace); //najdi pozicijo zadnjega presledka v besedilu pred e-naslovom - //echo $posSpace2Mail."
"; + //echo "pozicijo zadnjega presledka v besedilu pred e-naslovom: ".$posSpace2Mail."
"; + + //najdi prvi simbol za v novo vrstico "br" po afni //echo substr($text, $posAt) ."
"; @@ -1502,15 +1507,17 @@ class LatexSurvey{ }else{ $posKonec = $posNewLineMail; //se zakljuci pred simbolom za novo vrstico, ker je ta lokacija za zakljucek url } - + //echo "posKonec: ".$posKonec."
"; + //dodaj po e-naslovu potrebno latex kodo za zakljucek url //$text = substr_replace($text, '}', $posSpace1Mail, 0); $text = substr_replace($text, '}', $posKonec, 0); //dodaj pred e-naslovom potrebno latex kodo za url - //substr_replace(string_name, replacement_string, start_pos, length) - $text = substr_replace($text, ' \url{', $posSpace2Mail+1, 0); + //substr_replace(string_name, replacement_string, start_pos, length) + $text = substr_replace($text, ' \url{', $posSpace2Mail, 0); //echo $text."
"; + } //detekcija prisotnosti e-naslova v besedilu in primerna preureditev, da pride do pravilnega izpisa - konec diff --git a/admin/survey/export/latexclasses/class.LatexSurveyElement.php b/admin/survey/export/latexclasses/class.LatexSurveyElement.php index f32704732..ce293aec7 100644 --- a/admin/survey/export/latexclasses/class.LatexSurveyElement.php +++ b/admin/survey/export/latexclasses/class.LatexSurveyElement.php @@ -1060,11 +1060,13 @@ class LatexSurveyElement{ $numOfAt = substr_count($text, $findAt); //stevilo '@' v besedilu $findNewline = 'br'; + $text = preg_replace("/<\/?a( [^>]*)?>/i", "", $text); //remove anchor tag from string
, to se je uredilo za rešiti "; + //echo "pozicija prvega presledka v besedilu po e-naslovu: ".$posSpace1Mail."
"; //najdi prvi presledek pred afno $posSpace2Mail = strripos(substr($text, 0, $posAt), $findSpace); //najdi pozicijo zadnjega presledka v besedilu pred e-naslovom From 21d85ccfe50053d9b472d78c6175f9260ca18450 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Wed, 24 Aug 2022 11:06:56 +0200 Subject: [PATCH 32/46] Pobrisana vprasanja in knjiznica - manjsi popravki --- lang/1.php | 2 +- public/css/admin_new.css | 2 +- .../admin_new/pages/survey_edit/popups/vprasanje_deleted.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/1.php b/lang/1.php index 55306a3b9..c42238651 100644 --- a/lang/1.php +++ b/lang/1.php @@ -2430,7 +2430,7 @@ $lang = array ( "srv_library_add_to_lib_success_loop" => "Zanka je bila uspešno dodana v knjižnico.", "srv_library_add_to_lib_success_err" => "Prišlo je do napake pri dodajanju v knjižnico!", - "srv_deleted_vprasanja" => "Pobrisana vprašanja", + "srv_deleted_vprasanja" => "Izbrisana vprašanja", "srv_deleted_vprasanja_back" => "Nazaj na vsa vprašanja", "srv_nadzor" => "Nadzor", diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 0082671f8..7cf1dfcb5 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -23520,7 +23520,7 @@ and open the template in the editor. height: 440px; max-height: 440px; overflow-y: auto; - padding: 16px; + padding: 0 16px 16px 16px; border-bottom: 1px #E5E5E5 solid; } .vprasanje_deleted_popup .content .question_list .spacer { diff --git a/resources/sass/admin_new/pages/survey_edit/popups/vprasanje_deleted.scss b/resources/sass/admin_new/pages/survey_edit/popups/vprasanje_deleted.scss index 945422331..358aa870f 100644 --- a/resources/sass/admin_new/pages/survey_edit/popups/vprasanje_deleted.scss +++ b/resources/sass/admin_new/pages/survey_edit/popups/vprasanje_deleted.scss @@ -30,7 +30,7 @@ height: 440px; max-height: 440px; overflow-y: auto; - padding: 16px; + padding: 0 16px 16px 16px; border-bottom: 1px $gray solid; From 45830f8fa9d3585ff98cd9e64a9b5a817fe74ce8 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Thu, 25 Aug 2022 09:37:41 +0200 Subject: [PATCH 33/46] Skupine - dodano stevilo odgovorov za vsako skupino v tabeli skupin --- admin/survey/classes/class.SurveySkupine.php | 76 +++++++++++++------- 1 file changed, 49 insertions(+), 27 deletions(-) diff --git a/admin/survey/classes/class.SurveySkupine.php b/admin/survey/classes/class.SurveySkupine.php index 65fbd0cd5..0c15a1722 100644 --- a/admin/survey/classes/class.SurveySkupine.php +++ b/admin/survey/classes/class.SurveySkupine.php @@ -76,46 +76,50 @@ class SurveySkupine { } else{ echo '
'; - echo ''; - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; + echo ' '; + echo '
'; + echo ' '; + echo ' '; + echo '
'; + + echo ''; } - + // izpis skupin za anketo + $vrednosti = $this->getVrednosti($spr_id); + echo ''; - // izpis skupin za anketo - $vrednosti = $this->getVrednosti($spr_id); - echo '
'; - - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; if($spr_id != 0){ foreach($vrednosti as $vrednost){ - echo ''; - echo ''; - echo ''; + // Dobimo stevilo odgovorov za skupino + $count_answers = $this->countSkupinaAnswers($vrednost['id']); - $link = $vrednost['url']; - if(isset($vrednost['nice_url'])) - $link = $vrednost['nice_url']; - echo ''; - echo ''; - echo ''; + echo ''; + + echo ' '; + echo ' '; + + $link = (isset($vrednost['nice_url'])) ? $vrednost['nice_url'] : $vrednost['url']; + + echo ' '; + echo ' '; + + echo ''; } } - echo '
'.$lang['group_name'].''.$lang['group_URL'].''.$lang['group_answer_count'].'
'.$lang['group_name'].''.$lang['group_URL'].''.$lang['group_answer_count'].'
'.$vrednost['naslov'].''.$link.''.$vrednost['#'].'
'.$vrednost['naslov'].''.$link.''.$count_answers.'
'; + echo '
'; echo ''; + echo ''; } @@ -177,6 +181,23 @@ class SurveySkupine { return 0; } + // Prestejemo stevilo odgovorov za doloceno skupino + private function countSkupinaAnswers($vre_id){ + + $answer_count = 0; + + $sql = sisplet_query("SELECT count(u.id) AS answer_count + FROM srv_user u, srv_data_vrednost_active v + WHERE v.vre_id='".$vre_id."' AND u.id=v.usr_id + "); + $row = mysqli_fetch_array($sql); + + $answer_count = $row['answer_count']; + + return $answer_count; + + } + // Vrnemo url za doloceno skupino function getUrl($spr_id, $vre_id){ global $global_user_id; @@ -328,6 +349,7 @@ class SurveySkupine { echo '
'.stripslashes($naslov_vrednost).''.$link.'0
'; + + if ($total_rows > 0) { + + echo '
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; - echo '
Labela Veljavni odgovori (Grafični prikaz)
'; - - if ($total_rows > 0) { - + echo '
'; + $prevpage = 0; + $sql = sisplet_query("SELECT s.id, s.gru_id, s.tip, s.naslov, g.naslov AS pagename FROM srv_spremenljivka s, srv_grupa g WHERE s.gru_id=g.id AND s.visible='1' AND g.ank_id='$this->anketa' ORDER BY g.vrstni_red, s.vrstni_red"); while ($row = mysqli_fetch_array($sql)) { diff --git a/public/css/admin_new.css b/public/css/admin_new.css index c813a7ab6..9a1c1f257 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10174,41 +10174,43 @@ div .table-horizontal-scroll-wrapper2 table { padding: 0px; } -.page_num_fieldset { +#anketa_edit .page_num_fieldset { padding-top: 0px; padding-bottom: 0px; - margin: 12px 0px; + margin: 0px; } - -.page_num { - margin-left: 39%; +#anketa_edit .page_num { + text-align: center; color: #333333; position: relative; + margin: 4px 0px; } - -.table_header { +#anketa_edit .table_header { width: 100%; margin: 16px 0px 0px 0px; + background-color: #F8F8F8; font-size: 16px; font-weight: 600; } -.table_header tr { +#anketa_edit .table_header tr { width: 100%; } -.table_header tr td:first-of-type { - width: 40%; +#anketa_edit .table_header tr td:first-of-type { + width: 46%; padding-left: 16px; } -.table_header tr td:last-of-type { - width: 60%; +#anketa_edit .table_header tr td:last-of-type { + width: 54%; padding-left: 16px; } - -.avt_vnosi_table td:first-of-type { - width: 40%; +#anketa_edit .avt_vnosi_table { + margin: 0px; } -.avt_vnosi_table td:last-of-type { - width: 60%; +#anketa_edit .avt_vnosi_table td:first-of-type { + width: 46%; +} +#anketa_edit .avt_vnosi_table td:last-of-type { + width: 54%; } /* diff --git a/resources/sass/admin_new/components/table/table.scss b/resources/sass/admin_new/components/table/table.scss index 009370b3e..c3316f5e0 100644 --- a/resources/sass/admin_new/components/table/table.scss +++ b/resources/sass/admin_new/components/table/table.scss @@ -112,51 +112,67 @@ div { border-top: 1px dashed #E5E5E5; padding: 0px; + + + } -.page_num_fieldset{ - padding-top: 0px; - padding-bottom: 0px; +#anketa_edit { - margin: 12px 0px; -} + .page_num_fieldset{ + padding-top: 0px; + padding-bottom: 0px; + + margin: 0px; + } + + .page_num{ + text-align: center; + color: #333333; + position: relative; -.page_num{ - margin-left: 39%; - color: #333333; - position: relative; -} - - - -.table_header{ - width: 100%; - margin: 16px 0px 0px 0px; - - font-size: 16px; - font-weight: 600; - - tr{ + margin: 4px 0px; + } + + + + .table_header{ width: 100%; + margin: 16px 0px 0px 0px; + background-color: #F8F8F8; + + font-size: 16px; + font-weight: 600; + + tr{ + width: 100%; + + + td:first-of-type { + width: 46%; + padding-left: 16px; + } + td:last-of-type { + width: 54%; + padding-left: 16px; + } + } + } + + .avt_vnosi_table{ + margin: 0px; + td:first-of-type { - width: 40%; - padding-left: 16px; + width: 46%; } td:last-of-type { - width: 60%; - padding-left: 16px; + width: 54%; } } + } -.avt_vnosi_table{ - td:first-of-type { - width: 40%; - } - td:last-of-type { - width: 60%; - } -} + From 12641e683a0526f256e3c05f71f33b8782c1f971 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Thu, 25 Aug 2022 12:27:38 +0200 Subject: [PATCH 38/46] Nastavitve tabel - dodan segment nastavitev, dodane nastavitve tudi za pc --- admin/survey/SurveyAdmin.php | 7 + admin/survey/SurveyAdminAjax.php | 4 + admin/survey/SurveyAdminSettings.php | 61 ++++++- admin/survey/classes/tracking/CrossRoad.php | 1 + admin/survey/definition.php | 1 + lang/1.php | 4 + lang/2.php | 6 +- .../Vprasanja/MultigridMobileController.php | 36 ++--- .../Vprasanja/VprasanjaController.php | 15 +- public/css/main.css | 150 +++++++++++++++++ resources/sass/main/main/content.scss | 152 +++++++++++++++++- sql/update2.sql | 4 + 12 files changed, 412 insertions(+), 29 deletions(-) diff --git a/admin/survey/SurveyAdmin.php b/admin/survey/SurveyAdmin.php index 8a62385f8..4e26eba5c 100644 --- a/admin/survey/SurveyAdmin.php +++ b/admin/survey/SurveyAdmin.php @@ -2226,6 +2226,7 @@ class SurveyAdmin || $_GET['a'] == 'forma' || $_GET['a'] == 'metadata' || $_GET['a'] == 'mobile_settings' + || $_GET['a'] == 'table_settings' || $_GET['a'] == A_PRIKAZ || $_GET['a'] == A_MISSING || $_GET['a'] == A_SKUPINE @@ -2554,6 +2555,7 @@ class SurveyAdmin || $_GET['a'] == 'forma' || $_GET['a'] == 'metadata' || $_GET['a'] == 'mobile_settings' + || $_GET['a'] == 'table_settings' || $_GET['a'] == A_PRIKAZ || $_GET['a'] == A_EXPORTSETTINGS || $_GET['a'] == A_GDPR @@ -3127,6 +3129,11 @@ class SurveyAdmin echo '
  • '; echo '' . $lang['srv_mobile_settings'] . '
  • '; + # prikaz tabel + echo '
  • '; + echo '' . $lang['srv_table_settings'] . '
  • '; + + # prevajanje - jezik (standardne besede) echo '
  • '; echo '' . $lang['srv_standardne_besede'] . '
  • '; diff --git a/admin/survey/SurveyAdminAjax.php b/admin/survey/SurveyAdminAjax.php index f1ec30e05..3573c5588 100644 --- a/admin/survey/SurveyAdminAjax.php +++ b/admin/survey/SurveyAdminAjax.php @@ -933,6 +933,10 @@ class SurveyAdminAjax { if (isset($_POST['mobile_tables'])) { SurveySetting::getInstance()->setSurveyMiscSetting('mobile_tables', $_POST['mobile_tables']); } + + if (isset($_POST['pc_tables'])) { + SurveySetting::getInstance()->setSurveyMiscSetting('pc_tables', $_POST['pc_tables']); + } if (isset($_POST['export_font_size'])) { SurveySetting::getInstance()->setSurveyMiscSetting('export_font_size', $_POST['export_font_size']); diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 16dca9bff..900ed31a7 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -1771,7 +1771,7 @@ class SurveyAdminSettings { echo '
    '; // Prilagoditev tabel pri mobilnikih - $mobile_tables = SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables'); + /*$mobile_tables = SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables'); echo '
    '; echo ''.$lang['srv_settings_mobile_tables'].':'; @@ -1788,12 +1788,69 @@ class SurveyAdminSettings { echo ' '; echo '
    '; - echo '
    '; + echo '
    ';*/ echo '
    '; echo ''; } + + /*Nastavitve prikaza za tabele*/ + if ($_GET['a'] == 'table_settings') { + + SurveySetting::getInstance()->Init($this->anketa); + + echo '
    '; + + echo ''.$lang['srv_table_settings_title'].''; + + + // Prilagoditev tabel na pc-ju + $pc_tables = SurveySetting::getInstance()->getSurveyMiscSetting('pc_tables'); + + echo '
    '; + + echo ''.$lang['srv_table_settings_pc_tables'].':'; + echo '
    '; + echo ''; + echo ' '; + echo '
    '; + echo '
    '; + echo ''; + echo ' '; + echo '
    '; + echo '
    '; + echo ''; + echo ' '; + echo '
    '; + + echo '
    '; + + + // Prilagoditev tabel pri mobilnikih + $mobile_tables = SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables'); + + echo '
    '; + + echo ''.$lang['srv_table_settings_mobile_tables'].':'; + echo '
    '; + echo ''; + echo ' '; + echo '
    '; + echo '
    '; + echo ''; + echo ' '; + echo '
    '; + echo '
    '; + echo ''; + echo ' '; + echo '
    '; + + echo '
    '; + + + echo '
    '; + } /*Metapodatki (Parapodatki)*/ if ($_GET['a'] == 'metadata') { diff --git a/admin/survey/classes/tracking/CrossRoad.php b/admin/survey/classes/tracking/CrossRoad.php index b9c44700e..abf919188 100644 --- a/admin/survey/classes/tracking/CrossRoad.php +++ b/admin/survey/classes/tracking/CrossRoad.php @@ -145,6 +145,7 @@ class CrossRoad { case A_MISSING: case A_METADATA: case A_MOBILESETTINGS: + case A_TABLESETTINGS: case A_JEZIK: # nastavitve jezik case A_UREJANJE: # nastavitve komentarjev case A_PRIKAZ: # nastavitve komentarjev diff --git a/admin/survey/definition.php b/admin/survey/definition.php index 50206f69a..b7864bf4b 100644 --- a/admin/survey/definition.php +++ b/admin/survey/definition.php @@ -241,6 +241,7 @@ define('A_FORMA', 'forma'); # urejanje ankete - manjkajoče vrednosti define('A_METADATA', 'metadata'); # urejanje ankete - prikaz metapodatkov define('A_MOBILESETTINGS', 'mobile_settings'); # urejanje ankete - nastavitve prikaza pri mobitelih + define('A_TABLESETTINGS', 'table_settings'); # urejanje ankete - nastavitve prikaza tabel define('A_PRIKAZ', 'prikaz'); # prikaz podatkov in analiz define('A_MAILING', 'advanced_email'); # nastavitve email strežnika define('A_SKUPINE', 'skupine'); # skupine diff --git a/lang/1.php b/lang/1.php index c42238651..253c46af4 100644 --- a/lang/1.php +++ b/lang/1.php @@ -4016,6 +4016,10 @@ $lang = array ( "srv_mobile_settings_title" => "Prikaz ankete na mobilnih napravah", "srv_mobile_survey" => "Anketa ustvarjena v mobilni aplikaciji", "srv_mobile_add_question" => "Dodaj vprašanje", + "srv_table_settings" => "Nastavitve tabel", + "srv_table_settings_title" => "Prikaz vprašanj tipa tabela", + 'srv_table_settings_mobile_tables' => "Prilagoditev vprašanj tipa 'Tabela' na mobilnih napravah", + 'srv_table_settings_pc_tables' => "Prilagoditev vprašanj tipa 'Tabela' na računalniku", "srv_standardne_besede" => "Standardne besede", "srv_prevajanje_dodaj" => "Dodaj nov prevod za", "srv_base_lang" => "Osnovni jezik", diff --git a/lang/2.php b/lang/2.php index 93a62d9cb..8c03266b9 100644 --- a/lang/2.php +++ b/lang/2.php @@ -3986,8 +3986,12 @@ $lang = array ( "srv_mobile_settings_title" => "Survey display on mobile devices", "srv_mobile_survey" => "Survey created with mobile app", "srv_mobile_add_question" => "Add question", + "srv_table_settings" => "Table settings", + "srv_table_settings_title" => "Table questions settings", + 'srv_table_settings_mobile_tables' => "Optimization of 'Table' type questions on mobile devices", + 'srv_table_settings_pc_tables' => "Optimization of 'Table' type questions on desktop computer", "srv_prevajanje_dodaj" => "Add translation for", - "srv_multi_lang" => "Multilanguage surveys", + "srv_multi_lang" => "Multilanguage surveys", "srv_base_lang" => "Basic language", "srv_lang_elements" => "Standard text", "srv_trans_lang" => "Translation", diff --git a/main/survey/app/Controllers/Vprasanja/MultigridMobileController.php b/main/survey/app/Controllers/Vprasanja/MultigridMobileController.php index c121fd6e7..30696f9e7 100644 --- a/main/survey/app/Controllers/Vprasanja/MultigridMobileController.php +++ b/main/survey/app/Controllers/Vprasanja/MultigridMobileController.php @@ -61,7 +61,7 @@ class MultigridMobileController extends Controller{ // Nastavitev za prilagoditev mobilnih tabel (z razpiranjem ali brez) SurveySetting::getInstance()->Init(get('anketa')); - $mobile_tables = SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables'); + $tables_setting = (get('mobile') == 1) ? SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables') : SurveySetting::getInstance()->getSurveyMiscSetting('pc_tables'); $gridAlign = (($spremenljivkaParams->get('gridAlign') > 0) ? $spremenljivkaParams->get('gridAlign') : 0); @@ -95,7 +95,7 @@ class MultigridMobileController extends Controller{ // Izrisemo celotno vsebino tabele za mobietl - echo '
    '; + echo '
    '; $orderby = Model::generate_order_by_field($spremenljivka, get('usr_id')); @@ -169,14 +169,14 @@ class MultigridMobileController extends Controller{ echo '
    '; // Puscica za razpiranje ce imamo vklopljene mobilne tabele z razpiranjem - if($mobile_tables == 2) + if($tables_setting == 2) echo ''; echo '
    '; // IZPOLNJENA VREDNOST, ce obstaja in ce imamo vklopljene mobilne tabele z razpiranjem - if($mobile_tables == 2){ + if($tables_setting == 2){ echo '
    '.($grid_id != '' ? $grid_data_value : '').'
    '; } @@ -386,7 +386,7 @@ class MultigridMobileController extends Controller{ // Nastavitev za prilagoditev mobilnih tabel (z razpiranjem ali brez) SurveySetting::getInstance()->Init(get('anketa')); - $mobile_tables = SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables'); + $tables_setting = (get('mobile') == 1) ? SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables') : SurveySetting::getInstance()->getSurveyMiscSetting('pc_tables'); $gridAlign = (($spremenljivkaParams->get('gridAlign') > 0) ? $spremenljivkaParams->get('gridAlign') : 0); @@ -439,7 +439,7 @@ class MultigridMobileController extends Controller{ // Izrisemo celotno vsebino tabele za mobietl - echo '
    '; + echo '
    '; $orderby = Model::generate_order_by_field($spremenljivka, get('usr_id')); @@ -512,7 +512,7 @@ class MultigridMobileController extends Controller{ echo '
    '; // Puscica za razpiranje ce imamo vklopljene mobilne tabele z razpiranjem - /*if($mobile_tables == 2) + /*if($tables_setting == 2) echo '';*/ echo '
    '; @@ -714,7 +714,7 @@ class MultigridMobileController extends Controller{ // Nastavitev za prilagoditev mobilnih tabel (z razpiranjem ali brez) SurveySetting::getInstance()->Init(get('anketa')); - $mobile_tables = SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables'); + $tables_setting = (get('mobile') == 1) ? SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables') : SurveySetting::getInstance()->getSurveyMiscSetting('pc_tables'); $gridAlign = (($spremenljivkaParams->get('gridAlign') > 0) ? $spremenljivkaParams->get('gridAlign') : 0); @@ -750,7 +750,7 @@ class MultigridMobileController extends Controller{ // Izrisemo celotno vsebino tabele za mobitel - echo '
    '; + echo '
    '; $orderby = Model::generate_order_by_field($spremenljivka, get('usr_id')); @@ -819,7 +819,7 @@ class MultigridMobileController extends Controller{ echo '
    '; // Puscica za razpiranje ce imamo vklopljene mobilne tabele z razpiranjem - if($mobile_tables == 2) + if($tables_setting == 2) echo ''; echo '
    '; @@ -931,7 +931,7 @@ class MultigridMobileController extends Controller{ // Nastavitev za prilagoditev mobilnih tabel (z razpiranjem ali brez) SurveySetting::getInstance()->Init(get('anketa')); - $mobile_tables = SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables'); + $tables_setting = (get('mobile') == 1) ? SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables') : SurveySetting::getInstance()->getSurveyMiscSetting('pc_tables'); $gridAlign = (($spremenljivkaParams->get('gridAlign') > 0) ? $spremenljivkaParams->get('gridAlign') : 0); @@ -985,7 +985,7 @@ class MultigridMobileController extends Controller{ // Izrisemo celotno vsebino tabele za mobietl - echo '
    '; + echo '
    '; $orderby = Model::generate_order_by_field($spremenljivka, get('usr_id')); @@ -1059,11 +1059,7 @@ class MultigridMobileController extends Controller{ echo ' '; } - echo '
    '; - - // Puscica za razpiranje ce imamo vklopljene mobilne tabele z razpiranjem - /*if($mobile_tables == 2) - echo '';*/ + echo '
    '; echo '
    '; @@ -1269,7 +1265,7 @@ class MultigridMobileController extends Controller{ // Nastavitev za prilagoditev mobilnih tabel (z razpiranjem ali brez) SurveySetting::getInstance()->Init(get('anketa')); - $mobile_tables = SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables'); + $tables_setting = (get('mobile') == 1) ? SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables') : SurveySetting::getInstance()->getSurveyMiscSetting('pc_tables'); $gridAlign = (($spremenljivkaParams->get('gridAlign') > 0) ? $spremenljivkaParams->get('gridAlign') : 0); @@ -1325,7 +1321,7 @@ class MultigridMobileController extends Controller{ // Izrisemo celotno vsebino tabele za mobitel - echo '
    '; + echo '
    '; $orderby = Model::generate_order_by_field($spremenljivka, get('usr_id')); @@ -1397,7 +1393,7 @@ class MultigridMobileController extends Controller{ echo '
    '; // Puscica za razpiranje ce imamo vklopljene mobilne tabele z razpiranjem - if($mobile_tables == 2) + if($tables_setting == 2) echo ''; echo '
    '; diff --git a/main/survey/app/Controllers/Vprasanja/VprasanjaController.php b/main/survey/app/Controllers/Vprasanja/VprasanjaController.php index ddec09520..32aac2383 100644 --- a/main/survey/app/Controllers/Vprasanja/VprasanjaController.php +++ b/main/survey/app/Controllers/Vprasanja/VprasanjaController.php @@ -231,7 +231,9 @@ class VprasanjaController extends Controller // JS za mobilno razpiranje tabel SurveySetting::getInstance()->Init(get('anketa')); $mobile_tables = SurveySetting::getInstance()->getSurveyMiscSetting('mobile_tables'); - if($mobile_tables == 2){ + $pc_tables = SurveySetting::getInstance()->getSurveyMiscSetting('pc_tables'); + + if(($mobile_tables == 2 && get('mobile') == 1) || ($pc_tables == 2 && get('mobile') != 1)){ echo '