';
@@ -8649,18 +8645,13 @@ class SurveyAdminSettings {
echo '';
echo '
- ';
+ ';
+
}
function DisplayNastavitveMaxGlasov() {
diff --git a/admin/survey/classes/class.GDPR.php b/admin/survey/classes/class.GDPR.php
index 237cbe2f3..ab7e45de8 100644
--- a/admin/survey/classes/class.GDPR.php
+++ b/admin/survey/classes/class.GDPR.php
@@ -122,42 +122,56 @@ class GDPR{
echo '
'.$lang['srv_gdpr_user_settings_title'].' ';
- echo ''.$lang['srv_gdpr_user_settings_desc1'].' ';
- echo $lang['srv_gdpr_user_settings_desc2'].' ';
- echo $lang['srv_gdpr_user_settings_desc3'].'
';
+ echo ''.$lang['srv_gdpr_user_settings_desc1'].'
';
+ echo ''.$lang['srv_gdpr_user_settings_desc2'].'
';
+ echo ''.$lang['srv_gdpr_user_settings_desc3'].'
';
// PODATKI AVTORJA
// Opozorilo za obvezna polja
if($user_settings['firstname'] == '' || $user_settings['lastname'] == '' || $user_settings['email'] == '')
- echo ''.$lang['srv_gdpr_user_settings_err'].'
';
- else
- echo ' ';
-
- echo ' '.$lang['srv_gdpr_user_settings_firstname'].': ';
- echo '
';
+ echo ''.$lang['srv_gdpr_user_settings_err'].'
';
- echo ' '.$lang['srv_gdpr_user_settings_lastname'].': ';
- echo '
';
+ echo '';
+
+ echo '';
+
+ echo '';
// Naslov in drzava
- echo '
'.$lang['srv_gdpr_user_settings_address'].': ';
- echo '
';
+ echo '
';
+ echo ''.$lang['srv_gdpr_user_settings_address'].': ';
+ echo ' ';
+ echo '
';
- echo '
'.$lang['srv_gdpr_user_settings_country'].': ';
-
- echo '
';
- //echo ' '.$lang['srv_gdpr_user_settings_country_select'].' ';
- $country_filter = array();
+ echo '';
+ echo ''.$lang['srv_gdpr_user_settings_country'].': ';
+ echo '';
+ $country_filter = array();
foreach(self::$authorities as $authority){
if (in_array($authority['country'], $country_filter)) {
@@ -171,89 +185,125 @@ class GDPR{
$country_filter[] = $authority['country'];
}
- echo ' ';
- echo '
';
-
-
- echo ' ';
-
+ echo ' ';
+ echo '
';
+
+ echo '
';
// ORGANIZACIJA ALI ZASEBNIK
- echo ' '.$lang['srv_gdpr_user_settings_type'].': ';
- echo ' '.$lang['srv_gdpr_user_settings_type_0'].' ';
- echo ' '.$lang['srv_gdpr_user_settings_type_1'].' ';
- echo '
';
+ echo '';
+ echo '
'.$lang['srv_gdpr_user_settings_type'].': ';
+
+ echo '
';
+ echo ' ';
+ echo ' '.$lang['srv_gdpr_user_settings_type_0'].' ';
+ echo '
';
+ echo '
';
+ echo ' ';
+ echo ' '.$lang['srv_gdpr_user_settings_type_1'].' ';
+ echo '
';
+
+ echo '
';
// PODATKI PODJETJA
- echo ' ';
+ echo '
';
// Opozorilo za obvezna polja
if($user_settings['organization'] == '' || $user_settings['organization_maticna'] == '')
- echo '
'.$lang['srv_gdpr_user_settings_err2'].'
';
+ echo '
'.$lang['srv_gdpr_user_settings_err'].'
';
+
+ echo '
';
+ echo '
';
+ echo ''.$lang['srv_gdpr_user_settings_organization'].'*: ';
+ echo ' ';
+ echo '
';
+ echo '
';
+ echo ''.$lang['srv_gdpr_user_settings_organization_maticna'].'*: ';
+ echo ' ';
+ echo '
';
+
+ echo '
';
+
+ echo '
';
// IMA DPO
- echo ' ';
-
- echo '
'.$lang['srv_gdpr_user_settings_has_dpo'].': ';
- echo ' '.$lang['no'].' ';
- echo ' '.$lang['yes'].' ';
- echo '
';
-
- echo '
';
+ echo '
';
- echo '
';
+ echo '
';
+ echo '
'.$lang['srv_gdpr_user_settings_has_dpo'].': ';
+
+ echo '
';
+ echo ' ';
+ echo ' '.$lang['no'].' ';
+ echo '
';
+
+ echo '
';
+ echo ' ';
+ echo ' '.$lang['yes'].' ';
+ echo '
';
+
+ echo '
';
+
+ echo '
';
// DPO
- echo ' ';
+
+ echo '
';
- echo '
'.$lang['srv_gdpr_user_settings_dpo'].':
';
+ echo '
'.$lang['srv_gdpr_user_settings_dpo'].':
';
// Opozorilo za obvezna polja
if($user_settings['dpo_firstname'] == '' || $user_settings['dpo_lastname'] == '' || $user_settings['dpo_email'] == '')
- echo '
'.$lang['srv_gdpr_user_settings_err'].'
';
- else
- echo '
';
-
- echo '
'.$lang['srv_gdpr_user_settings_dpo_firstname'].': ';
- echo '
';
-
- echo '
'.$lang['srv_gdpr_user_settings_dpo_lastname'].': ';
- echo '
';
-
- echo '
'.$lang['srv_gdpr_user_settings_dpo_email'].': ';
- echo ' '.(isset($error['dpo_email']) ? ''.$lang['srv_remind_email_hard'].' ' : '').'
';
-
- echo '
'.$lang['srv_gdpr_user_settings_dpo_phone'].': ';
- echo '
';
-
- echo '
';
+ echo '
'.$lang['srv_gdpr_user_settings_err'].'
';
+ echo '
';
+
+ echo '
';
+
+ echo '
';
// Podatki trenutne avtoritete
- echo '';
+ echo '
';
self::displayGDPRAuthority($user_settings['country']);
echo '
';
- echo ' ';
+ echo '';
// Gumb shrani
- echo '
';
-
+ echo '
';
+ echo ''.$lang['edit1338'].' ';
+ echo ''.$lang['edit1337'].' ';
+ echo '
';
+
// div za prikaz uspešnosti shranjevanja
if ($_GET['s'] == '1') {
echo '
';
@@ -280,7 +330,7 @@ class GDPR{
$current_authorities[] = $authority;
}
- echo '
'.$lang['srv_gdpr_user_settings_authority'].':
';
+ echo '
'.$lang['srv_gdpr_user_settings_authority'].':
';
// Prikazemo podatke za vse avtoritete (lahko jih je vec na drzavo)
foreach ($current_authorities as $authority) {
@@ -1155,6 +1205,8 @@ class GDPR{
global $lang;
global $site_url;
+ echo '
DPA ';
+
echo ''.$lang['srv_gdpr_dpa_text'].'
';
echo '';
echo ''.$lang['srv_gdpr_dpa_info'].'
';
+ echo '';
}
diff --git a/admin/survey/classes/class.SurveyCopy.php b/admin/survey/classes/class.SurveyCopy.php
index f27221104..1be7b4fc5 100644
--- a/admin/survey/classes/class.SurveyCopy.php
+++ b/admin/survey/classes/class.SurveyCopy.php
@@ -679,28 +679,6 @@ class SurveyCopy {
$pre_set = array('sid' => "'".$new_survey_id."'");
$new_missing_values_ids = self::preformCopyTable('srv_missing_values', null, $arr_src['srv_missing_values'], $pre_set);
-
- // vrednosti - prestavljeno pod srv_if da se ne porusijo notranji pogoji! Patrik - zakaj je bilo to prestavljeno višje??
- /*$new_vrednosti_ids = array();
- if ( count($new_spremenljivke_ids) > 0) {
- foreach( $new_spremenljivke_ids AS $old_spremenljivka_id => $new_spremenljivka_id) {
-
- // vrednosti, tabela srv_vrednost
- $src_srv_vrednost = self::arrayfilter($arr_src['srv_vrednost'], 'spr_id', $old_spremenljivka_id);
- $pre_set = array('id' => "NULL",
- 'spr_id' => array('field'=>'spr_id', 'from'=>$new_spremenljivke_ids),
- 'vre_id' => array('field'=>'vre_id', 'from'=>$new_vrednosti_ids));
- $tmp_vrednosti_ids = self :: preformCopyTable('srv_vrednost', 'id', $src_srv_vrednost, $pre_set);
-
- // shranimo stare in nove id-je spremenljivk
- if ( count($tmp_vrednosti_ids) > 0 )
-
- foreach ($tmp_vrednosti_ids as $key => $value){
- $new_vrednosti_ids[$key] = $value;
- }
- }
- }*/
-
// splosne nastavitve ankete, tabela srv_survey_misc
$pre_set = array('sid' => "'".$new_survey_id."'");
diff --git a/admin/survey/classes/class.SurveyDataSettingProfiles.php b/admin/survey/classes/class.SurveyDataSettingProfiles.php
index a715a1cfb..b494177d4 100644
--- a/admin/survey/classes/class.SurveyDataSettingProfiles.php
+++ b/admin/survey/classes/class.SurveyDataSettingProfiles.php
@@ -923,13 +923,6 @@ class SurveyDataSettingProfiles {
(($cp['chartFP']) ? ' checked="checked" ' : '') . ' autocomplete="off"/>';
echo $lang['srv_chart_frontpage'] ;
echo '';
- // prikaz textovnih odgovorov (vec)
- /*echo '
';
- echo '
';
- echo ' ';
- echo $lang['srv_chart_table_more'] ;
- echo ' ';*/
// prikaz nicelnih vrednosti v kroznih grafih
echo '
';
echo '
';
@@ -938,125 +931,6 @@ class SurveyDataSettingProfiles {
echo $lang['srv_chart_pieZeros'] ;
echo ' ';
echo '';
-
-# echo '
'.$lang['srv_displaydata_showIcon'].' ';
-# echo '
';
-# echo '
'.$lang['no'].' ';
-#
-# echo '
';
-# echo '
'.$lang['yes'].' ';
-# echo '
';
-
-
- #Nastavitve za izvoz podatkov - PRESTAVLJENO V SPLOSNE NASTAVITVE ANKETE
- /*echo '
';
- echo ''.$lang['srv_export_results_settings'].' ';
-
- echo '' . $lang['srv_displaydata_type'] . ': ';
- echo '';
- echo ' ' . $lang['srv_displaydata_type0'] . ' ';
- echo ' ' . $lang['srv_displaydata_type1'] . ' ';
- echo ' ' . $lang['srv_displaydata_type2'] . ' ';
- echo ' ';
- echo Help :: display('displaydata_pdftype');
-
- // ostevilcevanje vprasanj pri izvozih
- echo ' ';
- echo '';
- echo ' ';
- echo $lang['srv_nastavitveStevilcenje'];
- echo ' ';
- // prikaz recnumov respondentov pri izvozih
- echo ' ';
- echo '';
- echo ' ';
- echo $lang['srv_export_show_recnum'];
- echo ' ';
- // page break med posameznimi respondenti
- echo ' ';
- echo '';
- echo ' ';
- echo $lang['srv_export_pagebreak'];
- echo ' ';
- // izpusti vprasanja brez odgovora
- echo ' ';
- echo '';
- echo ' ';
- echo $lang['srv_export_skip_empty'];
- echo ' ';
- // izpusti podvprasanja brez odgovora
- echo ' ';
- echo '';
- echo ' ';
- echo $lang['srv_export_skip_empty_sub'];
- echo ' ';
- // landscape postavitev izvoza - V DELU
- echo ' ';
- echo '';
- echo ' ';
- echo $lang['srv_export_landscape'];
- echo ' ';
- // prikaz pogojev pri izvozih
- echo ' ';
- echo '';
- echo ' ';
- echo $lang['srv_export_if'];
- echo ' ';
- // velikost pisave v izvozih
- echo '' . $lang['srv_export_font'] . ': ';
- echo '';
- echo ' 8 ';
- echo ' 10 ';
- echo ' 12 ';
- echo ' ';
-
- echo ' ';
-
-
- #Nastavitve za izvoz vprasalnika - PRESTAVLJENO V SPLOSNE NASTAVITVE ANKETE
- echo '
';
- echo ''.$lang['srv_export_survey_settings'].' ';
-
- // ostevilcevanje vprasanj pri izvozih
- echo '';
- echo ' ';
- echo $lang['srv_nastavitveStevilcenje'];
- echo ' ';
- // prikaz pogojev pri izvozih
- echo ' ';
- echo '';
- echo ' ';
- echo $lang['srv_export_if'];
- echo ' ';
- // velikost pisave v izvozih
- echo '' . $lang['srv_export_font'] . ': ';
- echo '';
- echo ' 8 ';
- echo ' 10 ';
- echo ' 12 ';
- echo ' ';
-
- // prikaz uvoda pri izvozih
- echo ' ';
- echo '';
- echo ' ';
- echo $lang['srv_export_intro'];
- echo ' ';
- echo ' ';*/
-
- //echo '
';
}
public static function ajax() {
@@ -1093,17 +967,7 @@ class SurveyDataSettingProfiles {
case 'refreshDropdown':
self::DisplayLinkDropdown();
break;
-/*
- case 'show_inspectListSpr':
- self::showInspectListSpr();
- break;
- case 'saveInspectListVars':
- self::saveInspectListVars();
- break;
- case 'displayInspectVars':
- self::displayInspectVars();
- break;
-*/
+
case 'removeKategoriesProfile':
self::removeKategoriesProfile();
break;
diff --git a/admin/survey/classes/class.SurveySkupine.php b/admin/survey/classes/class.SurveySkupine.php
index 0dae5131f..c3e86b5a7 100644
--- a/admin/survey/classes/class.SurveySkupine.php
+++ b/admin/survey/classes/class.SurveySkupine.php
@@ -85,19 +85,19 @@ class SurveySkupine {
}
- if($spr_id != 0){
+
// izpis skupin za anketo
$vrednosti = $this->getVrednosti($spr_id);
- echo '
';
+ echo '';
echo '';
echo ' ';
echo ''.$lang['group_name'].' ';
echo ''.$lang['group_URL'].' ';
- echo ''.$lang['group_answernumber'].' ';
echo ' ';
+ if($spr_id != 0){
foreach($vrednosti as $vrednost){
echo '';
@@ -109,12 +109,10 @@ class SurveySkupine {
$link = $vrednost['nice_url'];
echo ''.$link.' ';
- echo '42 - temp ';
-
echo ' ';
}
+ }
echo '
';
- }
echo '';
echo '';
@@ -327,8 +325,6 @@ class SurveySkupine {
$link = $this->getUrl($spr_id, $vre_id);
echo ''.$link.' ';
}
- echo '42 - temp ';
-
echo '';
}
}
diff --git a/admin/survey/script/GDPR.js b/admin/survey/script/GDPR.js
index 1945c4f35..49a5053c8 100644
--- a/admin/survey/script/GDPR.js
+++ b/admin/survey/script/GDPR.js
@@ -145,17 +145,17 @@ function toggleGDPRDPO(){
var has_dpo = $('input[name=has_dpo]:checked').val();
if(organization == '1' || has_dpo == '1')
- $("#gdpr_dpo").show();
+ $("#gdpr_dpo").removeClass('displayNone');
else
- $("#gdpr_dpo").hide();
+ $("#gdpr_dpo").addClass('displayNone');
if(organization == '1'){
- $("#gdpr_organization").show();
- $("#gdpr_has_dpo").hide();
+ $("#gdpr_organization").removeClass('displayNone');
+ $("#gdpr_has_dpo").addClass('displayNone');
}
else{
- $("#gdpr_organization").hide();
- $("#gdpr_has_dpo").show();
+ $("#gdpr_organization").addClass('displayNone');
+ $("#gdpr_has_dpo").removeClass('displayNone');
}
}
// Prikazemo/skrijemo nastavitve organizacije in dpo-ja (ce je zasebnik)
@@ -164,9 +164,9 @@ function toggleGDPRHasDPO(){
var has_dpo = $('input[name=has_dpo]:checked').val();
if(has_dpo == '1')
- $("#gdpr_dpo").show();
+ $("#gdpr_dpo").removeClass('displayNone');
else
- $("#gdpr_dpo").hide();
+ $("#gdpr_dpo").addClass('displayNone');
}
// Nastavimo zahtevo za izbris da je opravljena
diff --git a/admin/survey/script/datepicker.js b/admin/survey/script/datepicker.js
index 797379985..8cfc0c9a5 100644
--- a/admin/survey/script/datepicker.js
+++ b/admin/survey/script/datepicker.js
@@ -17,8 +17,6 @@ function datepicker (selector, event_trigger, datetime) {
dateFormat: "dd.mm.yy",
showAnim: "slideDown",
showOn: "button",
- /*buttonImage: srv_site_url + "admin/survey/script/calendar/calendar.gif",
- buttonImageOnly: true,*/
buttonText: "",
controlType: 'select',
oneLine: true,
@@ -42,9 +40,7 @@ function datepicker (selector, event_trigger, datetime) {
changeYear: true,
dateFormat: "dd.mm.yy",
showAnim: "slideDown",
- showOn: "button",
- /*buttonImage: srv_site_url + "admin/survey/script/calendar/calendar.gif",*/
- /*buttonImageOnly: true,*/
+ showOn: "both",
buttonText: "",
onSelect: function(selected,evnt) {
if (event_trigger) {
diff --git a/admin/survey/script/script.js b/admin/survey/script/script.js
index 766b2493b..db27f0553 100644
--- a/admin/survey/script/script.js
+++ b/admin/survey/script/script.js
@@ -4420,11 +4420,14 @@ function setExpirePermanent() {
$.post('ajax.php?a=setExpirePermanent', {anketa:srv_meta_anketa_id, makePermanent:makePermanent}, function (data) {
data = jQuery.parseJSON(data);
if (data.permanent == '0') {
- // pokažemo koledarcek
- $("#expire_img_manual1").show();
+ // enablamo polje
+ $("#expireManual1").removeClass("disabled");
+ $(".ui-datepicker-trigger").removeClass("displayNone");
+
} else {
- // skrijemo koledarcek
- $("#expire_img_manual1").hide();
+ // disablamo polje
+ $("#expireManual1").addClass("disabled");
+ $(".ui-datepicker-trigger").addClass("displayNone");
}
$("#expireManual1").val(data.expire);
});
@@ -5562,3 +5565,38 @@ function genericAlertPopupClose(){
$('#fade').fadeOut('slow');
$('#popup_note').removeClass('popup_orange');
}
+
+//Toggle za prikaz nastavitev in opozoril v parapodatkih
+function toggleParapodatki(){
+
+ var survey_ip = $('input[name=survey_ip]:checked').val();
+ var survey_show_ip = $('input[name=survey_show_ip ]:checked').val();
+ var show_email = $('input[name=show_email ]:checked').val();
+
+ if(survey_ip == '0') {
+ $("#save_IP_warning").removeClass('displayNone');
+ $("#save_IP").removeClass('no_margin');
+ $("#connect_IP").removeClass('displayNone');
+ }
+
+ else {
+ $("#save_IP_warning").addClass('displayNone');
+ $("#save_IP").addClass('no_margin');
+ $("#connect_IP").addClass('displayNone');
+ }
+
+ if(survey_show_ip == '1')
+ $("#connect_IP_warning").removeClass('displayNone');
+
+ else
+ $("#connect_IP_warning").addClass('displayNone');
+
+ if(show_email == '1')
+ $("#connect_identifier_warning").removeClass('displayNone');
+
+ else
+ $("#connect_identifier_warning").addClass('displayNone');
+
+
+
+}
diff --git a/admin/survey/script/skupine.js b/admin/survey/script/skupine.js
index 5371400db..3048de8ba 100644
--- a/admin/survey/script/skupine.js
+++ b/admin/survey/script/skupine.js
@@ -5,7 +5,7 @@ function add_skupina(skupine){
var text = $('input[name=skupina]').val();
$.post('ajax.php?t=skupine&a=add_skupina', {anketa: srv_meta_anketa_id, spr_id:spr_id, text:text, skupine:skupine}, function(response){
- window.location.reload();
+ $('#groups_table').removeClass('displayNone');
$('#groups_table tr:last').after(response);
$('input[name=skupina]').val('').focus();
});
diff --git a/lang/1.php b/lang/1.php
index 9b792ab98..1a4cb7f59 100644
--- a/lang/1.php
+++ b/lang/1.php
@@ -1144,7 +1144,6 @@ $lang = array (
"group_new" => "Nova skupina",
"group_name" => "Ime skupine",
"group_URL" => "URL Povezava",
- "group_answernumber" => "Število odgovorov",
"admin_edit_groups" => "Urejanje skupin za",
"admin_edit_groups_no" => "Ni skupin. Dodajte jih.",
"mass_select_group" => "Izberite skupino(e) uporabnikov",
@@ -7709,11 +7708,11 @@ $lang = array (
'srv_gdpr_general_settings' => "Splošne GDPR nastavitve",
'srv_gdpr_general_settings_warning' => "Prosimo izpolnite osebne podatke GDPR profila!",
'srv_gdpr_user_settings' => "Splošne nastavitve",
- 'srv_gdpr_user_settings_title' => "GDPR nastavitve profila",
+ 'srv_gdpr_user_settings_title' => "Splošne GDPR nastavitve",
'srv_gdpr_user_settings_desc1' => "S 25. majem 2018 je v veljavi nova Splošna uredba o varstvu podatkov (GDPR ), ki opredeljuje tudi način zbiranja podatkov in respondentom zagotavlja možnost izbrisa, vpogleda, prenosa, omejitve obdelave ali spremembe zbranih osebnih in/ali anketnih podatkov.",
'srv_gdpr_user_settings_desc2' => "V skladu s tem je na vaši strani, kot izvajalcu ankete in s tem upravljalcu osebnih podatkov, odgovornost , da izvršite omenjene zahteve, ki jih na vaših anketah podajo respondenti (zahteva za izbris, vpogled ali spremembo osebnih in/ali anketnih podatkov).",
'srv_gdpr_user_settings_desc3' => "Prosimo vas, da izpolnite spodnji obrazec s svojimi podatki. Podatke potrebujemo za pripravo informacij, ki morajo biti v skladu z GDPR na voljo posamezniku (respondentu). Če gre za organizacijo, vnesite tudi podatke o pooblaščeni osebi za varstvo osebnih podatkov (DPO ). Vnesene podatke bomo uporabili zgolj za namene procesiranja zahtevkov.",
- 'srv_gdpr_user_settings_err' => "Polja \"Ime\", \"Priimek\" in \"E-pošta\" so obvezna!",
+ 'srv_gdpr_user_settings_err' => "Polja označena z * so obvezna.",
'srv_gdpr_user_settings_err2' => "Polji \"Ime organizacije\" in \"Matična številka\" sta obvezni!",
'srv_gdpr_user_settings_type' => "Organizacija ali zasebnik",
'srv_gdpr_user_settings_type_0' => "Zasebnik",
diff --git a/lang/2.php b/lang/2.php
index 5b48af246..2ca2fd195 100644
--- a/lang/2.php
+++ b/lang/2.php
@@ -1127,7 +1127,6 @@ $lang = array (
"group_new" => "New group",
"group_name" => "Group name",
"group_URL" => "URL Address",
- "group_answernumber" => "Number of answers",
"admin_edit_groups" => "Editing groups for",
"admin_edit_groups_no" => "There are no groups. You should add some",
"mass_select_group" => "Select group(s) of users",
@@ -7596,11 +7595,11 @@ $lang = array (
'srv_gdpr_general_settings' => "General GDPR settings",
'srv_gdpr_general_settings_warning' => "Please fill in your personal data in your GDPR profile!",
'srv_gdpr_user_settings' => "General settings",
- 'srv_gdpr_user_settings_title' => "GDPR profile settings",
+ 'srv_gdpr_user_settings_title' => "General GDPR settings",
'srv_gdpr_user_settings_desc1' => "Since May 25th, 2018, a new regulation on the protection of personal data (GDPR ) is in force. New regulation also defines the method of collecting data and provides options for respondents, such as deletion, insight and modifying collected personal and/or survey data.",
'srv_gdpr_user_settings_desc2' => "Accordingly, it is your responsibility to comply with these requirements, which respondents provide in your surveys (request for the deletion, insight or modification of personal and/or survey data).",
'srv_gdpr_user_settings_desc3' => "Please fill in the form below with your details. We need the data to produce the information that must be made available to the individual (respondent) in accordance with the GDPR. In case you are an organization, enter also the data about the data protection officer (DPO ), authorized person for the protection of personal data. We will only use the data entered for the purpose of processing requests.",
- 'srv_gdpr_user_settings_err' => "Fields \"Name\" and \"Registration numbe\" are mandatory!",
+ 'srv_gdpr_user_settings_err' => "Fields marked with * are mandatory.",
'srv_gdpr_user_settings_err2' => "Fields \"Organization name\" \"Surname\" and \"Email\" are mandatory!",
'srv_gdpr_user_settings_type' => "Organization or individual",
'srv_gdpr_user_settings_type_0' => "Individual",
diff --git a/public/css/admin_new.css b/public/css/admin_new.css
index ecc1242ad..1eda851ff 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 {
@@ -5063,6 +5063,9 @@ p.warning, p.red, span.warning, span.red {
p.italic, span.italic {
font-style: italic;
}
+p.bold, span.bold {
+ font-weight: 800;
+}
/*
Only layout styles - position, display, max-width...
@@ -5151,6 +5154,18 @@ a.faicon.fa-stack {
width: 1em;
}
+div.icon_holder {
+ display: flex;
+ flex-direction: row;
+ box-sizing: border-box;
+ align-items: center;
+}
+div.icon_holder span.faicon,
+div.icon_holder a.faicon,
+div.icon_holder button.ui-datepicker-trigger {
+ margin-left: 12px;
+}
+
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
@@ -5165,22 +5180,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 */
@@ -5191,25 +5206,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";
}
/*
@@ -5223,72 +5238,72 @@ and open the template in the editor.
*/
/* icons */
span.faicon.plus::before {
- content: "";
+ content: "\f067";
}
span.faicon.minus::before {
- content: "";
+ content: "\f068";
}
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.import::before{
@@ -5302,129 +5317,129 @@ span.faicon.import {
span.faicon.import::before {
font-size: 24px;
font-weight: 400;
- content: "";
+ content: "\f1c2";
}
span.faicon.import::after {
font-size: 14px;
- content: "";
+ content: "\f061";
display: inline-block;
}
span.faicon.library::before {
font-size: 24px;
- content: "";
+ content: "\f518";
}
span.faicon.folder::before {
font-size: 22px;
- content: "";
+ content: "\f07b";
vertical-align: middle;
}
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 {
font-size: 16px;
- 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.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.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";
}
span.faicon.monitor::before {
font-size: 18px;
- content: "";
+ content: "\f108";
}
span.faicon.users::before {
font-size: 18px;
- content: "";
+ content: "\f500";
}
span.faicon.lock_open::before {
font-size: 18px;
- content: "";
+ content: "\f3c1";
}
span.faicon.lock_close::before {
font-size: 18px;
- 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 {
@@ -5434,45 +5449,45 @@ 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 {
font-size: 24px;
- content: "";
+ content: "\f27a";
}
span.faicon.comments_num::before {
font-size: 24px;
- content: "";
+ content: "\f27a";
}
span.faicon.comments_num strong {
@@ -5483,22 +5498,22 @@ span.faicon.comments_num strong {
span.faicon.data_link::before {
font-size: 20px;
- content: "";
+ content: "\f0c1";
}
span.faicon.data_link_small::before {
font-size: 16px;
- 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 {
@@ -5508,11 +5523,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%;
@@ -5520,87 +5535,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 {
@@ -5638,7 +5653,7 @@ span.faicon.if_add:hover:before {
span.faicon.text_file::before {
font-size: 24px;
font-weight: 400;
- content: "";
+ content: "\f15c";
}
span.faicon.text_file_small {
@@ -5648,40 +5663,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;
}
@@ -5696,25 +5711,25 @@ 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";
}
/* CALENDAR */
@@ -5723,64 +5738,64 @@ 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";
color: #E5E5E5;
}
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 */
@@ -5792,80 +5807,69 @@ 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: "\f110";
}
/* 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";
}
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: "";
-}
-
-div.icon_holder {
- display: flex;
- flex-direction: row;
- box-sizing: border-box;
- align-items: center;
-}
-div.icon_holder span.faicon,
-div.icon_holder a.faicon {
- margin-left: 12px;
+ content: "\f073";
}
/*
@@ -6025,24 +6029,24 @@ and open the template in the editor.
*/
/* Toolbox na levi strani */
span.faicon.wheel_32::before {
- content: "";
+ content: "\f013";
font-size: 20px;
}
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;
@@ -6066,7 +6070,7 @@ span.faicon.nagovor::before {
}
span.faicon.plus_32::before {
- content: "";
+ content: "\f055";
font-size: 18px;
}
@@ -6110,12 +6114,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 {
@@ -6128,22 +6132,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%;
@@ -6151,25 +6155,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 */
@@ -6183,12 +6187,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 {
@@ -6216,13 +6220,13 @@ a.faicon.unhide_icon::before {
.variabla span.inline.faicon.correct::before {
font-size: 14px;
font-weight: 900;
- content: "";
+ content: "\f00c";
}
.variabla span.inline.faicon.move_updown::before {
font-size: 16px;
color: #0059ab;
- content: "";
+ content: "\f338";
}
/*
@@ -6238,22 +6242,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 {
@@ -6283,7 +6287,7 @@ and open the template in the editor.
span.faicon.pdf::before {
font-size: 16px;
font-weight: 400;
- content: "";
+ content: "\f1c1";
color: #ed1c24;
}
@@ -6305,7 +6309,7 @@ span.faicon.pdf.black::before {
span.faicon.xls::before {
font-size: 16px;
font-weight: 400;
- content: "";
+ content: "\f1c3";
color: #008000;
}
@@ -6327,7 +6331,7 @@ span.faicon.xls.black::before {
span.faicon.rtf::before {
font-size: 16px;
font-weight: 400;
- content: "";
+ content: "\f1c2";
color: #0f3ea8;
}
@@ -6349,7 +6353,7 @@ span.faicon.rtf.black::before {
span.faicon.ppt::before {
font-size: 16px;
font-weight: 400;
- content: "";
+ content: "\f1c4";
color: #fa4913;
}
@@ -6371,7 +6375,7 @@ span.faicon.ppt.black::before {
span.faicon.xml::before {
font-size: 16px;
font-weight: 400;
- content: "";
+ content: "\f1c9";
color: #00a000;
}
@@ -6392,13 +6396,13 @@ span.faicon.xml.black::before {
span.faicon.arhiv::before {
font-size: 16px;
- content: "";
+ content: "\f187";
}
span.faicon.arhiv_mail::before {
font-size: 16px;
font-weight: 400;
- content: "";
+ content: "\f14d";
}
/*
@@ -6457,7 +6461,7 @@ span.faicon.an_chart_bar::before {
font-size: 14px;
font-weight: 700;
/*content: "\f080";*/
- content: "";
+ content: "\f200";
margin-left: 3px;
}
@@ -6473,37 +6477,37 @@ and open the template in the editor.
/* Invitation table */
span.faicon.inv_sent_0::before {
font-size: 14px;
- content: "";
+ content: "\f2b6";
font-weight: 400;
}
span.faicon.inv_sent_1::before {
font-size: 14px;
- 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;
}
@@ -7078,6 +7082,19 @@ div.button_holder.inline button {
margin-left: 16px;
}
+button.ui-datepicker-trigger {
+ cursor: pointer;
+ transition: 0.3s;
+ min-width: auto;
+ color: #1E88E5;
+ border: none;
+ background: none;
+ padding: 0;
+}
+button.ui-datepicker-trigger:hover {
+ color: #1980da;
+}
+
label {
cursor: pointer;
margin-right: 16px;
@@ -7096,10 +7113,14 @@ input[type=text] {
margin-top: 4px;
font-family: Source Sans Pro, sans-serif;
}
-input[type=text].borderless {
- border: none;
- border-radius: 0;
- margin-top: 0;
+input[type=text]#anketa_polnoIme {
+ width: 400px;
+}
+input[type=text]#anketa_akronim {
+ width: 800px;
+}
+input[type=text].w200 {
+ width: 200px;
}
input[type=text].large {
height: 40px;
@@ -7148,17 +7169,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;
@@ -7175,21 +7196,6 @@ input.disabled {
pointer-events: none;
}
-div.mock-input-holder {
- display: flex;
- flex-direction: row;
- box-sizing: border-box;
- align-items: center;
- border: 1px solid #C4C4C4;
- margin-top: 4px;
- border-radius: 2px;
- width: 245px;
-}
-div.mock-input-holder span.faicon,
-div.mock-input-holder a.faicon {
- margin: 0 8px;
-}
-
fieldset {
margin-bottom: 32px;
padding: 32px;
@@ -7205,6 +7211,16 @@ fieldset legend {
color: #1E88E5;
text-transform: uppercase;
}
+fieldset p.setting_text {
+ margin-bottom: 16px;
+}
+fieldset .setting_horizontal_wrapper {
+ display: flex;
+ flex-direction: row;
+}
+fieldset .setting_horizontal_wrapper .setting_holder {
+ margin-right: 17px;
+}
fieldset .setting_holder {
margin-bottom: 16px;
display: flex;
@@ -7213,7 +7229,7 @@ fieldset .setting_holder {
fieldset .setting_holder:first-of-type {
margin-top: 0;
}
-fieldset .setting_holder:last-of-type {
+fieldset .setting_holder:last-of-type, fieldset .setting_holder.no_margin {
margin-bottom: 0;
}
fieldset .setting_holder .setting_item {
@@ -7225,9 +7241,29 @@ fieldset .setting_holder span.charalimit {
color: #777777;
text-align: right;
}
+fieldset .setting_holder span.charalimit#anketa_polnoIme_chars {
+ width: 400px;
+}
+fieldset .setting_holder span.charalimit#anketa_akronim_chars, fieldset .setting_holder span.charalimit#anketa_note_chars {
+ width: 800px;
+}
fieldset .setting_holder.indent {
margin-left: 27px;
}
+fieldset .setting_holder.red label {
+ color: red;
+}
+fieldset .setting_holder.red input[type=text] {
+ border: 1px solid red;
+}
+
+div#gdpr_nastavitve {
+ display: flex;
+ justify-content: center;
+}
+div#gdpr_nastavitve fieldset {
+ width: 1060px;
+}
select.dropdown {
border: 1px solid #C4C4C4;
@@ -7272,6 +7308,9 @@ select.dropdown.small option {
line-height: 18px;
color: #333333;
}
+select.dropdown.w200 {
+ width: 200px;
+}
select.dropdown:focus {
outline-style: none;
box-shadow: none;
@@ -7309,6 +7348,10 @@ textarea:focus {
border-color: transparent;
border-color: #1E88E5;
}
+textarea#anketa_note {
+ width: 800px;
+ height: 120px;
+}
table {
margin: 8px 0;
diff --git a/resources/sass/admin_new/basic/icons/icons.scss b/resources/sass/admin_new/basic/icons/icons.scss
index c8cb8def3..d9d3a6a8f 100644
--- a/resources/sass/admin_new/basic/icons/icons.scss
+++ b/resources/sass/admin_new/basic/icons/icons.scss
@@ -50,6 +50,21 @@ a.faicon{
}
}
+//Wrapper (za ikone desno ob elementih)
+div.icon_holder {
+ display: flex;
+ flex-direction: row;
+ box-sizing: border-box;
+
+ align-items: center;
+
+ span.faicon,
+ a.faicon,
+ button.ui-datepicker-trigger{
+ margin-left: 12px;
+ }
+}
+
@import "radio";
@import "standard";
diff --git a/resources/sass/admin_new/basic/icons/standard.scss b/resources/sass/admin_new/basic/icons/standard.scss
index cc25ff44b..06cf497e5 100644
--- a/resources/sass/admin_new/basic/icons/standard.scss
+++ b/resources/sass/admin_new/basic/icons/standard.scss
@@ -459,8 +459,8 @@ span.faicon.reload_large::before{
/* CALENDAR */
span.faicon.calendar_icon::before,
button.ui-datepicker-trigger::before{
- font-family: $fontawesome;
- font-weight: 400;
+ font-family: $fontawesome;
+ font-weight: 400;
font-size: 16px;
content: "\f073";
}
@@ -596,17 +596,3 @@ span.faicon.minus_circle::before{
span.faicon.calendar_icon::before{
content: "\f073";
}
-
-//Wrapper (za ikone desno ob elementih)
-div.icon_holder {
- display: flex;
- flex-direction: row;
- box-sizing: border-box;
-
- align-items: center;
-
- span.faicon,
- a.faicon{
- margin-left: 12px;
- }
-}
diff --git a/resources/sass/admin_new/basic/typography.scss b/resources/sass/admin_new/basic/typography.scss
index a9b940aee..aa0152264 100644
--- a/resources/sass/admin_new/basic/typography.scss
+++ b/resources/sass/admin_new/basic/typography.scss
@@ -12,4 +12,8 @@ p,span {
&.italic {
font-style: italic;
}
+
+ &.bold {
+ font-weight: $extra-bold;
+ }
}
\ 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 0815a97c0..fb55ced98 100644
--- a/resources/sass/admin_new/components/form/button.scss
+++ b/resources/sass/admin_new/components/form/button.scss
@@ -111,4 +111,18 @@ div.button_holder {
margin-left: 16px;
}
}
-}
\ No newline at end of file
+}
+
+//Trigger button za koledar
+button.ui-datepicker-trigger {
+ cursor: pointer;
+ transition: 0.3s;
+ min-width: auto;
+ color: $blue;
+ &:hover {
+ color: darken($blue, 3%);
+ }
+ border: none;
+ background: none;
+ padding: 0;
+}
diff --git a/resources/sass/admin_new/components/form/dropdown.scss b/resources/sass/admin_new/components/form/dropdown.scss
index a20445c19..d90660fc4 100644
--- a/resources/sass/admin_new/components/form/dropdown.scss
+++ b/resources/sass/admin_new/components/form/dropdown.scss
@@ -48,6 +48,10 @@ select.dropdown {
}
}
+ &.w200 {
+ width: 200px;
+ }
+
&:focus {
outline-style: none;
box-shadow: none;
diff --git a/resources/sass/admin_new/components/form/fieldset.scss b/resources/sass/admin_new/components/form/fieldset.scss
index e5898fb8a..3accdacbb 100644
--- a/resources/sass/admin_new/components/form/fieldset.scss
+++ b/resources/sass/admin_new/components/form/fieldset.scss
@@ -17,6 +17,19 @@ fieldset{
text-transform: uppercase;
}
+ p.setting_text {
+ margin-bottom: 16px;
+ }
+
+ .setting_horizontal_wrapper {
+ display: flex;
+ flex-direction: row;
+
+ .setting_holder {
+ margin-right: 17px;
+ }
+ }
+
.setting_holder {
margin-bottom: 16px;
display: flex;
@@ -26,7 +39,8 @@ fieldset{
margin-top: 0;
}
- &:last-of-type{
+ &:last-of-type,
+ &.no_margin{
margin-bottom: 0;
}
@@ -39,10 +53,38 @@ fieldset{
line-height: 15px;
color: $very-dark-gray;
text-align: right;
+
+ anketa_polnoIme_chars{
+ width: 400px;
+ }
+
+ anketa_akronim_chars,
+ anketa_note_chars{
+ width: 800px;
+ }
}
&.indent {
margin-left: 27px;
}
+
+ &.red {
+ label {
+ color: red;
+ }
+ input {
+ &[type="text"] {
+ border: 1px solid red;
+ }
+ }
+ }
}
+}
+
+div#gdpr_nastavitve {
+ display:flex;
+ justify-content: center;
+ fieldset {
+ width: 1060px;
+ }
}
\ No newline at end of file
diff --git a/resources/sass/admin_new/components/form/input.scss b/resources/sass/admin_new/components/form/input.scss
index 3c21a7bae..1f938809a 100644
--- a/resources/sass/admin_new/components/form/input.scss
+++ b/resources/sass/admin_new/components/form/input.scss
@@ -14,15 +14,19 @@ input {
&[type="text"] {
border: 1px solid $dark-gray;
- &.borderless {
- border: none;
- border-radius: 0;
- margin-top: 0;
- }
-
box-sizing: border-box;
border-radius: 2px;
width: 245px;
+ anketa_polnoIme{
+ width: 400px;
+ }
+ anketa_akronim{
+ width: 800px;
+ }
+ &.w200 {
+ width: 200px;
+ }
+
margin-top: 4px;
font-family: $font_family;
@@ -120,22 +124,3 @@ input {
pointer-events: none;
}
}
-
-// Za prikaz ikon "v" input polju
-div.mock-input-holder {
- display: flex;
- flex-direction: row;
- box-sizing: border-box;
- align-items: center;
-
- border: 1px solid $dark-gray;
- margin-top: 4px;
- border-radius: 2px;
- width: 245px;
-
- span.faicon,
- a.faicon{
- margin: 0 8px;
- }
-}
-
diff --git a/resources/sass/admin_new/components/form/textarea.scss b/resources/sass/admin_new/components/form/textarea.scss
index 587c54344..2bf6c13b6 100644
--- a/resources/sass/admin_new/components/form/textarea.scss
+++ b/resources/sass/admin_new/components/form/textarea.scss
@@ -27,5 +27,10 @@ textarea {
border-color: transparent;
border-color: $blue;
}
+
+ anketa_note{
+ width: 800px;
+ height: 120px;
+ }
}
\ No newline at end of file