diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index e8df7fa69..d338497a3 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -6004,37 +6004,48 @@ class SurveyAdminSettings { echo '
'.$lang['srv_total_trajanje'].''; - echo '

'.$lang['srv_dejansko_trajanje'].': '.$skupni_cas.'

'; + echo '

'.$lang['srv_dejansko_trajanje'].':

'; + echo '

'.$skupni_cas.'

'; echo '
'; - echo '
'; - echo '
'.$lang['srv_casi_po_straneh'].''; - echo ''; + echo '
'; + + echo ''; + echo ''; + echo ''; + echo ''; + foreach ($expected_time AS $vrstni_red => $time) { $sql = sisplet_query("SELECT naslov FROM srv_grupa WHERE vrstni_red='$vrstni_red' AND ank_id = '$this->anketa'"); $row = mysqli_fetch_array($sql); echo ''; - echo ''; - - echo ''; + + echo ''; + + echo ''; echo ''; } - echo ''; - echo ''; - echo '
'.$lang['srv_casi_po_straneh_stran'].''.$lang['srv_neto_t_cas'].' / '.$lang['srv_bruto_t_cas'].'
'.($row['naslov']!=''?$row['naslov']:$lang['srv_intro_label']).''; - echo '
 
'; + echo '
'.($row['naslov']!=''?$row['naslov']:$lang['srv_intro_label']).''; + echo ($time[0]<60?round($time[0],1).'s ':round($time[0]/60,1).'min ').'/ '.($time[1]<60?round($time[1],1).'s ':round($time[1]/60,1).'min ').''; + echo ''; + echo '
'; + + echo '
 
'; if ((($time[1]-$time[0])/$max*85) > 0) - echo '
 
'; - echo ' '.($time[0]<60?round($time[0],1).'s ':round($time[0]/60,1).'min ').'/ '.($time[1]<60?round($time[1],1).'s ':round($time[1]/60,1).'min ').''; + echo '
 
'; + + echo '
'; echo '
'.$lang['srv_anl_suma1'].': '.(bcdiv($total, 60, 0)>0?bcdiv($total, 60, 0).'min ':'').''.round(bcmod($total, 60), 0).'s
'; - echo '

 
- '.$lang['srv_neto_t_cas'].''; - echo '
 
- '.$lang['srv_bruto_t_cas'].'

'; + echo '
'; + echo '
'.$lang['srv_neto_t_cas'].''; + echo '
'.$lang['srv_bruto_t_cas'].''; + echo '
'; echo '
'; @@ -6050,15 +6061,21 @@ class SurveyAdminSettings { $prevstran = false; - echo '
'; - echo '
'.$lang['srv_casi_po_vprasanjih_strani'].''; - echo ''; - echo ''; + + echo '
'.$lang['srv_bruto_v_cas'].''.$lang['srv_verjetnost_pojavitve'].''.$lang['srv_neto_v_cas'].'
'; + + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + foreach ($expected_vprasanja AS $vprasanje) { if (!$prevstran || $prevstran != $vprasanje[3]) { - echo ''; + echo ''; $prevstran = $vprasanje[3]; } @@ -6066,102 +6083,156 @@ class SurveyAdminSettings { $verjetnost = $vprasanje[1]; $neto = $bruto * $verjetnost; - echo ''; - echo ''; + echo ''; + echo ''; + echo ''; + + echo ''; + + echo ''; + echo ''; } - echo ''; + echo ''; echo '
'.$lang['srv_casi_po_straneh_stran'].'/'.$lang['srv_casi_po_vprasanjih_vprasanje'].''.$lang['srv_bruto_v_cas'].''.$lang['srv_verjetnost_pojavitve'].''.$lang['srv_neto_v_cas'].'/'.$lang['srv_bruto_v_cas_long'].'
'.$vprasanje[3].'
'.$vprasanje[3].'
'.skrajsaj($vprasanje[2], 30).''.round($bruto, 1).'s'.round($verjetnost*100, 2).'%'.round($neto, 1).'s'; - echo '
 
'; - if (($bruto-$neto)/$max*85 > 0) - echo '
 
'; - echo ' '.round($neto, 1).'s / '.round($bruto, 1).'s'; + echo '
'.skrajsaj($vprasanje[2], 30).''.round($bruto, 1).'s'.round($verjetnost*100, 2).'%'; + echo round($neto, 1).'s / '.round($bruto, 1).'s'; echo ''; + echo '
'; + + echo '
 
'; + if (($bruto-$neto)/$max*85 > 0) + echo '
 
'; + + echo '
'; + echo '
'.(bcdiv($bruto_total, 60, 0)>0?bcdiv($bruto_total, 60, 0).'min ':'').''.round(bcmod($bruto_total, 60), 0).'s'.(bcdiv($neto_total, 60, 0)>0?bcdiv($neto_total, 60, 0).'min ':'').''.round(bcmod($neto_total, 60), 0).'s
'.$lang['srv_casi_po_vprasanjih_skupaj'].''.(bcdiv($bruto_total, 60, 0)>0?bcdiv($bruto_total, 60, 0).'min ':'').''.round(bcmod($bruto_total, 60), 0).'s
'; + + echo '
'; + echo '
'.$lang['srv_neto_v_cas'].''; + echo '
'.$lang['srv_bruto_v_cas_long'].''; + echo '
'; + echo '
'; - //CASI PO BLOKIH - if($block_spr_data){ - // izpis za bloke - $maxb = 0; - $totalb = 0; - foreach ($expected_time_block AS $key => $val) { - if ($val[1] > $maxb) $maxb = $val[1]; - $totalb += $val[0]; - } - - echo '
'; - echo '
'.$lang['srv_casi_po_blokih'].''; - echo ''; + //CASI PO BLOKIH + if($block_spr_data){ + // izpis za bloke + $maxb = 0; + $totalb = 0; + foreach ($expected_time_block AS $key => $val) { + if ($val[1] > $maxb) $maxb = $val[1]; + $totalb += $val[0]; + } + + echo '
'.$lang['srv_casi_po_blokih'].''; + echo '
'; - foreach ($expected_time_block AS $vrstni_red => $time) { - echo ''; - echo ''; + echo ''; + echo ''; + echo ''; + echo ''; - echo ''; + foreach ($expected_time_block AS $vrstni_red => $time) { + echo ''; + echo ''; - echo ''; - } - echo ''; - echo ''; + echo ''; - echo '
'.$block_labels_by_number[$vrstni_red+1].'
'.$lang['srv_casi_po_blokih_blok'].''.$lang['srv_neto_t_cas'].' / '.$lang['srv_bruto_t_cas'].'
'; - echo '
 
'; - if ((($time[1]-$time[0])/$maxb*85) > 0) - echo '
 
'; - echo ' '.($time[0]<60?round($time[0],1).'s ':round($time[0]/60,1).'min ').'/ '.($time[1]<60?round($time[1],1).'s ':round($time[1]/60,1).'min ').''; - echo '
'.$block_labels_by_number[$vrstni_red+1].'
'.$lang['srv_anl_suma1'].': '.(bcdiv($totalb, 60, 0)>0?bcdiv($totalb, 60, 0).'min ':'').''.round(bcmod($totalb, 60), 0).'s
'; + echo ($time[0]<60?round($time[0],1).'s ':round($time[0]/60,1).'min ').'/ '.($time[1]<60?round($time[1],1).'s ':round($time[1]/60,1).'min ').''; + echo '
'; + echo ''; + echo '
'; + echo '
 
'; + if ((($time[1]-$time[0])/$maxb*85) > 0) + echo '
 
'; + echo '
'; + echo ''; - echo '

 
- '.$lang['srv_neto_t_cas'].''; - echo '
 
- '.$lang['srv_bruto_t_cas'].'

'; + echo ''; + } + echo ''.$lang['srv_casi_po_vprasanjih_skupaj'].''.(bcdiv($totalb, 60, 0)>0?bcdiv($totalb, 60, 0).'min ':'').''.round(bcmod($totalb, 60), 0).'s'; - echo '
'; - - - // izpis za vprasanja po blokih - $max = 0; - $bruto_total = 0; - $neto_total = 0; - foreach ($expected_vprasanja AS $vpr) { - if($vpr[4]){ - if ($vpr[0] > $max) $max = $vpr[0]; - $bruto_total += $vpr[0]; - $neto_total += $vpr[0] * $vpr[1]; - } - } + echo ''; - $prevstran = false; + echo '
'; + echo '
'.$lang['srv_neto_t_cas'].''; + echo '
'.$lang['srv_bruto_t_cas'].''; + echo '
'; - echo '
'; + echo ''; + + + // izpis za vprasanja po blokih + $max = 0; + $bruto_total = 0; + $neto_total = 0; + foreach ($expected_vprasanja AS $vpr) { + if($vpr[4]){ + if ($vpr[0] > $max) $max = $vpr[0]; + $bruto_total += $vpr[0]; + $neto_total += $vpr[0] * $vpr[1]; + } + } - echo '
'.$lang['srv_casi_po_vprasanjih_bloki'].''; - echo ''; - echo ''; - foreach ($expected_vprasanja AS $vprasanje) { - if($vprasanje[4]){ - if (!$prevstran || $prevstran != $vprasanje[4]) { - echo ''; - $prevstran = $vprasanje[4]; - } + $prevstran = false; - $bruto = $vprasanje[0]; - $verjetnost = $vprasanje[1]; - $neto = $bruto * $verjetnost; + echo '
'.$lang['srv_casi_po_vprasanjih_bloki'].''; - echo '
'; - echo ''; - echo ''; - } - } - echo ''; - echo '
'.$lang['srv_bruto_v_cas'].''.$lang['srv_verjetnost_pojavitve'].''.$lang['srv_neto_v_cas'].'
'.$vprasanje[4].'
'.skrajsaj($vprasanje[2], 30).''.round($bruto, 1).'s'.round($verjetnost*100, 2).'%'.round($neto, 1).'s'; - echo '
 
'; - if (($bruto-$neto)/$max*85 > 0) - echo '
 
'; - echo ' '.round($neto, 1).'s / '.round($bruto, 1).'s'; - echo '
'.(bcdiv($bruto_total, 60, 0)>0?bcdiv($bruto_total, 60, 0).'min ':'').''.round(bcmod($bruto_total, 60), 0).'s'.(bcdiv($neto_total, 60, 0)>0?bcdiv($neto_total, 60, 0).'min ':'').''.round(bcmod($neto_total, 60), 0).'s
'; - echo '
'; - } + echo ''; + + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + + foreach ($expected_vprasanja AS $vprasanje) { + + if($vprasanje[4]){ + if (!$prevstran || $prevstran != $vprasanje[4]) { + echo ''; + $prevstran = $vprasanje[4]; + } + + $bruto = $vprasanje[0]; + $verjetnost = $vprasanje[1]; + $neto = $bruto * $verjetnost; + + echo ''; + echo ''; + echo ''; + echo ''; + + echo ''; + + echo ''; + + echo ''; + } + + } + echo ''; + echo '
'.$lang['srv_casi_po_straneh_stran'].'/'.$lang['srv_casi_po_vprasanjih_vprasanje'].''.$lang['srv_bruto_v_cas'].''.$lang['srv_verjetnost_pojavitve'].''.$lang['srv_neto_v_cas'].'/'.$lang['srv_bruto_v_cas_long'].'
'.$vprasanje[4].'
'.skrajsaj($vprasanje[2], 30).''.round($bruto, 1).'s'.round($verjetnost*100, 2).'%'; + echo round($neto, 1).'s / '.round($bruto, 1).'s'; + echo ''; + echo '
'; + + echo '
 
'; + if (($bruto-$neto)/$max*85 > 0) + echo '
 
'; + + echo '
'; + echo '
'.$lang['srv_casi_po_vprasanjih_skupaj'].''.(bcdiv($bruto_total, 60, 0)>0?bcdiv($bruto_total, 60, 0).'min ':'').''.round(bcmod($bruto_total, 60), 0).'s
'; + + echo '
'; + echo '
'.$lang['srv_neto_v_cas'].''; + echo '
'.$lang['srv_bruto_v_cas_long'].''; + echo '
'; + + echo ''; + } } /** diff --git a/admin/survey/classes/class.SurveyDiagnostics.php b/admin/survey/classes/class.SurveyDiagnostics.php index b49245ec7..2aaed072c 100644 --- a/admin/survey/classes/class.SurveyDiagnostics.php +++ b/admin/survey/classes/class.SurveyDiagnostics.php @@ -143,12 +143,6 @@ class SurveyDiagnostics $_pripombe = true; } - - echo ''; - echo $this->printNote(); - # - echo ''; - SurveySetting::getInstance()->Init($this->anketa); $preview_disableif = SurveySetting::getInstance()->getSurveyMiscSetting('preview_disableif'); @@ -158,27 +152,36 @@ class SurveyDiagnostics $preview_hidecomment = SurveySetting::getInstance()->getSurveyMiscSetting('preview_hidecomment'); $preview_options = ''.($preview_disableif==1?'&disableif=1':'').($preview_disablealert==1?'&disablealert=1':'').($preview_displayifs==1?'&displayifs=1':'').($preview_displayvariables==1?'&displayvariables=1':'').($preview_hidecomment==1?'&hidecomment=1':'').''; + /* - ZAČASNO ZAKOMENTIRAN TOOLTIP (prekriva vsebino za redizajn) @TG echo '
'; - /* - ZAČASNO ZAKOMENTIRAN TOOLTIP (prekriva vsebino za redizajn) @TG echo ''; - echo ' '.$lang['srv_survey_testdata'].''; - echo ' ('.SurveyInfo::getSurveyLink().'&preview=on&testdata=on'.$preview_options.') '; echo ''; echo '' . $lang['srv_survey_testdata2'] . ': '.$lang['srv_testdata_text'].''; echo '

'.$lang['srv_preview_testdata_longtext'].'

'; echo ''; echo '
'; // expanded-tooltip bottom echo '
'; // tooltip */ - - echo ' - '.$lang['srv_uredniske_nastavitve'].''; + + // TESTIRANJE + echo '

'.$lang['srv_diagnostika_testiranje'].'

'; + + echo '

'.$lang['srv_diagnostika_testiranje_notea'].''.$lang['srv_diagnostika_testiranje_noteb'].''.$lang['srv_diagnostika_testiranje_notec'].'

'; + + echo '
'; + echo ''.SurveyInfo::getSurveyLink().'&preview=on&testdata=on'.$preview_options.''; + echo ''; echo '
'; + + /*Nastavitve testnega vnosa - popup + echo ' - '.$lang['srv_uredniske_nastavitve'].''; if ( isset($_GET['popup']) && $_GET['popup'] == 'open' ) { ?>'; + }*/ + + // DIAGNOSTIKA + # predviden čas ankete list($total,$skupni_cas) = $this->time; @@ -213,382 +216,335 @@ class SurveyDiagnostics } else { $kompleksnost = $lang['srv_diagnostic_complexity_5']; } - - #OPOZORILA - echo '
'; - echo '
'; + + echo '

'.$lang['srv_testiranje_diagnostika'].'

'; + echo ''; echo ''; echo ''; - echo ''; + echo ''; + echo ''; echo ''; - #Preveč ali premalo opomnikov (reminder). - + #Napake - v IFih, Zankah + + //Link - kako odkriti logične in tehnične napake + if($lang['id'] == '1') + $link_status = 'href="https://www.1ka.si/d/sl/pomoc/pogosta-vprasanja/kako-odkriti-logicne-tehnicne-napake-vprasalniku?from1ka=1" target="_blank"'; + else + $link_status = 'href="https://www.1ka.si/d/en/help/faq/how-do-i-detect-logical-and-technical-errors-the-questionnaire?from1ka=1" target="_blank"'; + echo ''; echo ''; - echo ''; + + echo ''; + echo ''; echo ''; #Napake - v validacijah echo ''; echo ''; - echo ''; + echo ''; + echo ''; echo ''; - #napake - Podovojenost imen varianel + #napake - Podovojenost imen variabel echo ''; echo ''; - echo ''; + + echo ''; + echo ''; echo ''; - - echo '
'.$lang['srv_diagnostika_table_title1'].''.$lang['srv_diagnostika_table_title'].''.$lang['srv_diagnostika_table_title'].''.$lang['srv_diagnostika_table_title2'].'
'.$lang['srv_diagnostic_5_element_1'].''; if (in_array(DIAG_INVALID_CONDITIONS,$this->diagnostic_note)) { - echo ''; - if($lang['id'] == '1') - echo ''.$lang['srv_diagnostic_neustreza1'].''; - else - echo ''.$lang['srv_diagnostic_neustreza1'].''; - echo ''; + $color_status = 'notok'; + $msg_status = $lang['srv_diagnostic_neustreza']; } else { - echo ''; - if($lang['id'] == '1') - echo ''.$lang['srv_diagnostic_ustreza'].''; - else - echo ''.$lang['srv_diagnostic_ustreza'].''; - echo ''; + $color_status = 'ok'; + $msg_status = $lang['srv_diagnostic_ustreza']; } - echo '
'.$msg_status.'
'.$lang['srv_diagnostic_5_element_3'].''; if (in_array(DIAG_INVALID_VALIDATIONS, $this->diagnostic_note)) { - echo ''; - if($lang['id'] == '1') - echo ''.$lang['srv_diagnostic_neustreza1'].''; - else - echo ''.$lang['srv_diagnostic_neustreza1'].''; - echo ''; + $color_status = 'notok'; + $msg_status = $lang['srv_diagnostic_neustreza']; } else { - echo ''; - if($lang['id'] == '1') - echo ''.$lang['srv_diagnostic_ustreza'].''; - else - echo ''.$lang['srv_diagnostic_ustreza'].''; - echo ''; + $color_status = 'ok'; + $msg_status = $lang['srv_diagnostic_ustreza']; } - echo '
'.$msg_status.'
'.$lang['srv_diagnostic_5_element_2'].''; if (in_array(DIAG_INVALID_VARIABLENAMES,$this->diagnostic_note)) { - echo ''; - if($lang['id'] == '1') - echo ''.$lang['srv_diagnostic_neustreza1'].''; - else - echo ''.$lang['srv_diagnostic_neustreza1'].''; - echo ''; - echo ' '; - echo ' '."\n"; - echo ''; + $color_status = 'notok'; + $msg_status = ''.$lang['srv_diagnostic_neustreza'].''; } else { - echo ''; - if($lang['id'] == '1') - echo ''.$lang['srv_diagnostic_ustreza'].''; - else - echo ''.$lang['srv_diagnostic_ustreza'].''; - echo ''; + $color_status = 'ok'; + $msg_status = $lang['srv_diagnostic_ustreza']; } - echo '
'.$msg_status.'
'; - echo '
'; - - echo '

'; - echo '
'; - echo ''; -# echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - + #OPOZORILA # Preveč podvprašanj na eni strani. echo ''; echo ''; - echo ''; + + echo ''; + echo ''; echo ''; # Preveč vprašanj v bloku. echo ''; echo ''; - echo ''; + else { + $color_status = 'ok'; + $msg_status = $lang['srv_diagnostic_ustreza']; + } + echo ''; + echo ''; echo ''; # Preveč podpvprašanj v multigridu echo ''; echo ''; - echo ''; + echo ''; echo ''; echo ''; #Začetek ankete z neprimernimi vprašanji. echo ''; echo ''; - echo ''; + else { + $color_status = 'ok'; + $msg_status = $lang['srv_diagnostic_ustreza']; + } + + echo ''; + echo ''; echo ''; + # predolga anketa - opozorilo if (in_array(DIAG_TIME_HARD_LIMIT,$this->diagnostic_note)) { echo ''; echo ''; - echo ''; + if($lang['id'] == '1') + $link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/kako-dolga-naj-bo-moja-anketa?from1ka=1" target="_blank"'; + else + $link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/how-long-should-my-survey-be?from1ka=1" target="_blank"'; + + $color_status = 'rec'; + $msg_status = $lang['srv_diagnostic_rec']; + + echo ''; + echo ''; echo ''; } - echo '
'.$lang['srv_diagnostika_table_title2'].''.$lang['srv_diagnostika_table_title'].'
'.$lang['srv_diagnostic_1_element_1'].''; if($lang['id'] == '1') - $link = '%s'; + $link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/prevec-podvprasanj-bloku-prevec-vprasanj-na-eni-strani?from1ka=1" target="_blank"'; else - $link = '%s'; + $link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/too-many-subquestions-block-and-too-many-questions-on-one-page?from1ka=1" target="_blank"'; if (in_array(DIAG_SPR_ON_PAGE,$this->diagnostic_note)) { - echo ''; - printf($link,$lang['srv_diagnostic_neustreza2']); - echo ''; + $color_status = 'rec'; + $msg_status = $lang['srv_diagnostic_rec']; } else { - echo ''; - printf($link,$lang['srv_diagnostic_ustreza']); - echo ''; + $color_status = 'ok'; + $msg_status = $lang['srv_diagnostic_ustreza']; } - echo '
'.$msg_status.'
'.$lang['srv_diagnostic_1_element_2'].''; if($lang['id'] == '1') - $link = '%s'; + $link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/premajhna-strukturiranost-vprasalnika?from1ka=1" target="_blank"'; else - $link = '%s'; + $link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/insufficiently-structured-questionnaire?from1ka=1" target="_blank"'; if (in_array(DIAG_SPR_IN_BLOCK,$this->diagnostic_note)) { - echo ''; - printf($link,$lang['srv_diagnostic_neustreza2']); - echo ''; - } else { - echo ''; - printf($link,$lang['srv_diagnostic_ustreza']); - echo ''; + $color_status = 'rec'; + $msg_status = $lang['srv_diagnostic_rec']; } - echo '
'.$msg_status.'
'.$lang['srv_diagnostic_1_element_3'].''; if($lang['id'] == '1') - $link = '%s'; + $link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/prevec-podvprasanj-bloku-prevec-vprasanj-na-eni-strani?from1ka=1" target="_blank"'; else - $link = '%s'; + $link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/too-many-subquestions-block-and-too-many-questions-on-one-page?from1ka=1" target="_blank"'; if (in_array(DIAG_SUB_Q_IN_GRID,$this->diagnostic_note)) { - echo ''; - printf($link,$lang['srv_diagnostic_neustreza2']); - echo ''; - } else { - echo ''; - printf($link,$lang['srv_diagnostic_ustreza']); - echo ''; + $color_status = 'rec'; + $msg_status = $lang['srv_diagnostic_rec']; } + else { + $color_status = 'ok'; + $msg_status = $lang['srv_diagnostic_ustreza']; + } + + echo '
'.$msg_status.'
'.$lang['srv_diagnostic_2_element_1'].''; if($lang['id'] == '1') - $link = '%s'; + $link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/zacetek-ankete-z-neprimernimi-vprasanji?from1ka=1" target="_blank"'; else - $link = '%s'; + $link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/beginning-the-survey-with-inappropriate-questions?from1ka=1" target="_blank"'; if (in_array(DIAG_UNAPROPRIATE_START,$this->diagnostic_note)) { - echo ''; - printf($link,$lang['srv_diagnostic_neustreza2']); - echo ''; - } else { - echo ''; - printf($link,$lang['srv_diagnostic_ustreza']); - echo ''; + $color_status = 'rec'; + $msg_status = $lang['srv_diagnostic_rec']; } - echo '
'.$msg_status.'
'.$lang['srv_diagnostic_2_element_2'].''; - echo ''; - if($lang['id'] == '1') - echo ''; - else - echo ''; - - echo $lang['srv_diagnostic_neustreza']; - echo ''; - echo ''; - echo '
'.$msg_status.'
'; - echo '
'; - + # PRIPOROČILA - echo '

'; - echo '
'; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - #Preveč ali premalo opomnikov (reminder). + #Preveč ali premalo opomnikov (reminder) - 2 vrstici echo ''; echo ''; - echo ''; + $color_status = 'rec'; + $msg_status = $lang['srv_diagnostic_rec']; + } + else { + $color_status = 'ok'; + $msg_status = $lang['srv_diagnostic_ustreza']; + } + + echo ''; + echo ''; echo ''; echo ''; echo ''; - echo ''; + $color_status = 'rec'; + $msg_status = $lang['srv_diagnostic_rec']; + } + else { + $color_status = 'ok'; + $msg_status = $lang['srv_diagnostic_ustreza']; + } + + echo ''; + echo ''; echo ''; + # predolga naketa - priporočilo if (in_array(DIAG_TIME_SOFT_LIMIT,$this->diagnostic_note)) { echo ''; echo ''; - echo ''; + $color_status = 'rec'; + $msg_status = $lang['srv_diagnostic_rec']; + + echo ''; + echo ''; echo ''; } + + echo '
'.$lang['srv_diagnostika_table_title3'].''.$lang['srv_diagnostika_table_title'].'
'.$lang['srv_diagnostic_3_element_1'].''; if($lang['id'] == '1') - $link = '%s'; + $link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/prevec-ali-premalo-opomnikov?from1ka=1" target="_blank"'; else - $link = '%s'; + $link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/too-many-or-too-few-reminders?from1ka=1" target="_blank"'; if (in_array(DIAG_REMINDER_ON_IF,$this->diagnostic_note)) { - echo ''; - printf($link,$lang['srv_diagnostic_neustreza']); - echo ''; - } else { - echo ''; - printf($link,$lang['srv_diagnostic_ustreza']); - echo ''; - } - echo '
'.$msg_status.'
'.$lang['srv_diagnostic_3_element_2'].''; - - if($lang['id'] == '1') - $link = '%s'; - else - $link = '%s'; if (in_array(DIAG_REMINDER_ON_MGRID,$this->diagnostic_note)) { - echo ''; - printf($link,$lang['srv_diagnostic_neustreza']); - echo ''; - } else { - echo ''; - printf($link,$lang['srv_diagnostic_ustreza']); - echo ''; - } - echo '
'.$msg_status.'
'.$lang['srv_diagnostic_2_element_2'].''; - echo ''; - if($lang['id'] == '1') - echo ''; - else - echo ''; + if($lang['id'] == '1') + $link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/kako-dolga-naj-bo-moja-anketa?from1ka=1" target="_blank"'; + else + $link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/how-long-should-my-survey-be?from1ka=1" target="_blank"'; - echo $lang['srv_diagnostic_neustreza']; - echo ''; - echo ''; - echo '
'.$msg_status.'
'; + + // LASTNOSTI ANKETE + echo '

'.$lang['srv_testiranje_diagnostika_lastnosti'].'

'; + + echo '
'; + + echo '
'; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo '
'.$lang['srv_diagnostika_table_title4'].''.$lang['srv_diagnostika_table_title'].'
'.$lang['srv_diagnostic_1_element_5'].''; + echo $time.'  '; + if($lang['id'] == '1') + $link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/kako-dolga-naj-bo-moja-anketa?from1ka=1" target="_blank"'; + else + $link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/how-long-should-my-survey-be?from1ka=1" target="_blank"'; + echo ''; + echo '
'.$lang['srv_diagnostic_4_element_9'].''.(int)SurveyInfo::getSurveyGroupCount().'
'.$lang['srv_diagnostic_4_element_5'].''.(int)$this->cnt_spremenljivka.'
'.$lang['srv_diagnostic_4_element_5a'].''.(int)$this->cnt_hidden.'
'.$lang['srv_diagnostic_4_element_8'].''.(int)SurveyInfo::getSurveyVariableCount().'
'.$lang['srv_diagnostic_4_element_2'].''.(int)$this->cnt_conditions.'
'.$lang['srv_diagnostic_4_element_3'].''.(int)$this->cnt_blocks.'
'.$lang['srv_diagnostic_4_element_4'].''.(int)$this->globina.'
'.$lang['srv_diagnostic_1_element_4'].''; + echo $kompleksnost.'  '; + + if($lang['id'] == '1') + $link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/kaj-pomeni-kompleksnost-ankete?from1ka=1" target="_blank"'; + else + $link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/what-does-survey-complexity-mean?from1ka=1" target="_blank"'; + + echo ''; + echo ''; + echo '
'; echo '
'; - echo '
'; - + + echo '
'; # Trajanje - linki - echo '
'; echo ''; echo ''; echo ''; echo ''; - echo ''; + echo ''; echo ''; + echo ''; echo ''; echo ''; - echo ''; + echo ''; echo ''; + $sas = new SurveyAdminSettings(); $dejanski_cas = ($sas->testiranje_cas(1) == null) ? '-' : $sas->testiranje_cas(1); echo ''; echo ''; echo ''; - echo ''; - echo ''; - echo '
'.$lang['srv_info_duration'].''.$lang['srv_diagnostika_table_title2'].'
'.$lang['srv_testiranje_predvidenicas'].''.$skupni_cas.''.$lang['details'].'
'.$lang['srv_testiranje_cas'].''.$dejanski_cas.''.$lang['details'].'
'; - echo '
'; - echo '

'; - - - echo '
'; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - /*echo ''; - echo ''; - echo ''; - echo '';*/ - echo ''; - echo ''; - - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; + echo ''; echo ''; echo '
'.$lang['srv_diagnostika_table_title4'].''.$lang['srv_diagnostika_table_title'].'
'.$lang['srv_diagnostic_1_element_0'].''.$skupni_cas.'
'.$lang['srv_diagnostic_1_element_5'].''; - - if($lang['id'] == '1') - echo ''; - else - echo ''; - - echo $time; - echo ''; -# echo Help::display('srv_diag_time').'
'.$lang['srv_diagnostic_4_element_9'].''.(int)SurveyInfo::getSurveyGroupCount().'
'.$lang['srv_diagnostic_4_element_5'].''.(int)$this->cnt_spremenljivka.'
'.$lang['srv_diagnostic_4_element_5a'].''.(int)$this->cnt_hidden.'
'.$lang['srv_diagnostic_4_element_8'].''.(int)SurveyInfo::getSurveyVariableCount().'
'.$lang['srv_diagnostic_4_element_2'].''.(int)$this->cnt_conditions.'
'.$lang['srv_diagnostic_4_element_3'].''.(int)$this->cnt_blocks.'
'.$lang['srv_diagnostic_4_element_4'].''.(int)$this->globina.'
'.$lang['srv_diagnostic_1_element_4'].''; - - if($lang['id'] == '1') - echo ''; - else - echo ''; - - echo $kompleksnost; - echo ''; - #echo Help::display('srv_diag_complexity').'
'; echo '
'; - echo '

'; - - + + echo '
'; + + // KOMENATRJI # nerazrešeni komentarji uporabnikov $commentsUser,$commentsUserFinished $commentsUserUnresolved = $commentsUser - $commentsUserFinished; if (( (int)$commentsAll @@ -598,7 +554,8 @@ class SurveyDiagnostics +(int)$commentsUser +(int)$commentsUserFinished ) > 0 ) { - echo '
'; + + echo '

'.$lang['srv_diagnostic_4_element_0'].'

'; echo ''; echo ''; echo ''; @@ -626,11 +583,8 @@ class SurveyDiagnostics echo ''; echo ''; echo '
'.$lang['srv_diagnostic_4_element_0'].''.(int)$commentsUser.'
'; - echo '
'; } - - echo '

'; echo '
'; # id="srv_diagnostic" } diff --git a/admin/survey/classes/class.SurveyVariableView.php b/admin/survey/classes/class.SurveyVariableView.php index 9e6773d2b..74342fd1c 100644 --- a/admin/survey/classes/class.SurveyVariableView.php +++ b/admin/survey/classes/class.SurveyVariableView.php @@ -68,7 +68,7 @@ class VariableView { echo ''.$spremenljivka['variable'].''; echo ''.$legenda['izrazanje'].''; echo ''.$legenda['skala'].''; - echo ''.$spremenljivka['naslov'].''; + echo ''.((strlen($spremenljivka['naslov']) > 100) ? substr($spremenljivka['naslov'], 0, 97).'...' : $spremenljivka['naslov']).''; echo ''; } } diff --git a/admin/survey/script/script.js b/admin/survey/script/script.js index 3ad9f52f0..2ac44b3bd 100644 --- a/admin/survey/script/script.js +++ b/admin/survey/script/script.js @@ -5454,7 +5454,7 @@ function removeUploadFromData(usr_id, spr_id, code){ function CopyToClipboard(copyText){ var temp_copy = $('').val(copyText).appendTo('body').select() document.execCommand('copy') - } +} // Popup - opozorilo na vsa vprašanja function popupAlertAll(alert_type){ diff --git a/lang/1.php b/lang/1.php index 3effc93bb..e2a391413 100644 --- a/lang/1.php +++ b/lang/1.php @@ -3960,8 +3960,9 @@ $lang = array ( "srv_bruto_cas" => "Bruto čas", "srv_neto_cas" => "Neto čas", "srv_bruto_v_cas" => "Brez pogojev", + "srv_bruto_v_cas_long" => "Trajanje brez pogojev", "srv_neto_v_cas" => "Dejansko trajanje", - "srv_bruto_t_cas" => "Trajanje z upoštevanjem vseh vprašanj (brez pogojev)", + "srv_bruto_t_cas" => "Trajanje z upoštevanjem vseh vprašanj (brez pogojev)", "srv_neto_t_cas" => "Dejansko trajanje", "srv_verjetnost_pojavitve" => "Verjetnost pojavitve", "srv_vnosi_no_entry" => "Anketa trenutno še nima vnosov!
", @@ -3998,10 +3999,14 @@ $lang = array ( "srv_vkljuci_preskocene" => "Prikaži tudi čase za preskočene strani", "srv_total_trajanje" => "Celoten čas trajanja ankete", "srv_dejansko_trajanje" => "Predvideno dejansko trajanje ankete", - "srv_casi_po_straneh" => "Časi po straneh", - "srv_casi_po_blokih" => "Časi po blokih", - "srv_casi_po_vprasanjih_strani" => "Časi po vprašanjih (Strani)", - "srv_casi_po_vprasanjih_bloki" => "Časi po vprašanjih (Bloki)", + "srv_casi_po_straneh" => "Časi po straneh", + "srv_casi_po_straneh_stran" => "Stran", + "srv_casi_po_blokih" => "Časi po blokih", + "srv_casi_po_blokih_blok" => "Blok", + "srv_casi_po_vprasanjih_vprasanje" => "Vprašanje", + "srv_casi_po_vprasanjih_skupaj" => "Skupaj", + "srv_casi_po_vprasanjih_strani" => "Časi po vprašanjih (Strani)", + "srv_casi_po_vprasanjih_bloki" => "Časi po vprašanjih (Bloki)", "srv_frekvencna_porazdelitev" => "Frekvenčna porazdelitev trajanja", "srv_dejanski_casi" => "Dejanski časi trajanja (brez morebitnih testnih enot)", "srv_testni_nagovor" => "Predvideno število odgovorov po vprašanjih. V primeru več kategorij se odgovori porazdeljujejo enakomerno.

Za številske spremenljivke se generira slučajna 4 mestna številka, v primeru besedila pa slučajno 10 mestno besedilo.", @@ -5209,6 +5214,7 @@ $lang = array ( "reg_before_posting" => "Prosimo, prijavite se pred pisanjem.", "srv_testiranje_review" => "Pregled", "srv_testiranje_diagnostika" => "Diagnostika", + "srv_testiranje_diagnostika_lastnosti" => "Lastnosti ankete", "srv_testiranje_diagnostika_base" => "Osnovna diagnostika", "srv_testiranje_komentarji" => "Komentarji", "srv_testiranje_komentarji_anketa" => "Komentarji na anketo", @@ -5287,9 +5293,8 @@ $lang = array ( "srv_diagnostic_5_element_2" => 'Preverjanje podvojenosti imen variabel', "srv_diagnostic_5_element_3" => 'Preverjanje validacij na spremenljivkah', "srv_diagnostic_ustreza" => 'OK', - "srv_diagnostic_neustreza1" => 'Odpravite napako', - "srv_diagnostic_neustreza2" => 'Priporočamo popravek', - "srv_diagnostic_neustreza" => 'Priporočamo razmislek', + "srv_diagnostic_neustreza" => 'Napaka', + "srv_diagnostic_rec" => 'Priporočilo', "srv_diagnostic_time_1" => 'Zelo kratka anketa', "srv_diagnostic_time_2" => 'Kratka anketa', "srv_diagnostic_time_3" => 'Srednje dolga anketa', @@ -5490,9 +5495,14 @@ $lang = array ( "srv_user_custom_checkbox" => 'Izbira velikosti checkbox/radio gumbov', "srv_online_edit" => 'Online urejanje teme', "srv_offline_edit" => 'Offline urejanje teme', + "srv_diagnostika_testiranje" => 'Testiranje', + "srv_diagnostika_testiranje_notea" => 'Spodaj je povezava do ročnega testnega vnosa, kjer se podatki shranijo kot testni. V zavihku ', + "srv_diagnostika_testiranje_noteb" => '\'TESTIRANJE\' - \'Avtomatski vnosi\'', + "srv_diagnostika_testiranje_notec" => ' lahko testne podatke vnesete tudi avtomatsko.', + "srv_diagnostika_testiranje_copy" => 'Kopiraj', "srv_diagnostika_table_title" => 'Status', - "srv_diagnostika_table_title1" => 'Napake', - "srv_diagnostika_table_title2" => 'Opozorila', + "srv_diagnostika_table_title1" => 'Kriterij', + "srv_diagnostika_table_title2" => 'Podrobnosti', "srv_diagnostika_table_title3" => 'Priporočila', "srv_diagnostika_table_title4" => 'Lastnost', "srv_ttest" => 'T-test', @@ -6182,7 +6192,7 @@ $lang = array ( 'srv_variableView_h_type' => 'Tip', 'srv_variableView_h_width' => 'Št. celih mest', 'srv_variableView_h_decimals' => 'Št. decimalk', - 'srv_variableView_h_label' => 'Labela', + 'srv_variableView_h_label' => 'Vprašanje', 'srv_variableView_h_measure' => 'Merska lestvica', 'srv_save_set_theme' => 'Izberi to temo za temo ankete', 'srv_lnk_back_to_data' => 'Nazaj', diff --git a/lang/2.php b/lang/2.php index 011e55e77..d15fa4a4c 100644 --- a/lang/2.php +++ b/lang/2.php @@ -3945,6 +3945,7 @@ $lang = array ( "srv_bruto_cas" => "Gross time", "srv_neto_cas" => "Net time", "srv_bruto_v_cas" => "Without conditions", + "srv_bruto_v_cas_long" => "Duration without conditions", "srv_neto_v_cas" => "Actual duration", "srv_bruto_t_cas" => "Duration considering all questions (without conditions)", "srv_neto_t_cas" => "Actual duration", @@ -3984,9 +3985,13 @@ $lang = array ( "srv_total_trajanje" => "Total survey duration", "srv_dejansko_trajanje" => "Estimated actual duration of survey", "srv_casi_po_straneh" => "Times by pages", + "srv_casi_po_straneh_stran" => "Page", + "srv_casi_po_vprasanjih_vprasanje" => "Question", + "srv_casi_po_vprasanjih_skupaj" => "Total", "srv_casi_po_blokih" => "Times by blocks", "srv_casi_po_vprasanjih_strani" => "Times by questions (Pages)", "srv_casi_po_vprasanjih_bloki" => "Times by questions (Blocks)", + "srv_casi_po_blokih_blok" => "Block", "srv_frekvencna_porazdelitev" => "Frequency distribution", "srv_dejanski_casi" => "Actual duration of survey", "srv_testni_nagovor" => "Expected number of answers per question. Test data are distributed evenly for questions with several answer categories.

A random 4-digit variable is generated for numeric questions and random text with 10 characters is generated for text questions.", @@ -5184,6 +5189,7 @@ $lang = array ( "reg_before_posting" => "Please login before posting.", "srv_testiranje_review" => "View", "srv_testiranje_diagnostika" => "Diagnostics", + "srv_testiranje_diagnostika_lastnosti" => "Survey properties", "srv_testiranje_diagnostika_base" => "Base diagnostics", "srv_testiranje_komentarji" => "Comments", "srv_testiranje_vnosi" => "Test responses", @@ -5272,9 +5278,8 @@ $lang = array ( "srv_diagnostic_5_element_2" => 'Duplicate variable names', "srv_diagnostic_5_element_3" => 'Error in question validations', "srv_diagnostic_ustreza" => 'OK', - "srv_diagnostic_neustreza1" => 'Correct the error', - "srv_diagnostic_neustreza2" => 'We recommend correction', - "srv_diagnostic_neustreza" => 'Consideration recommended', + "srv_diagnostic_neustreza" => 'Error', + "srv_diagnostic_rec" => 'Reccomendation', "srv_diagnostic_time_1" => 'Very short survey', "srv_diagnostic_time_2" => 'Short survey', "srv_diagnostic_time_3" => 'Medium long survey', @@ -5454,9 +5459,14 @@ $lang = array ( "srv_user_custom_checkbox" => 'Select checkbox/radio buttons:', "srv_online_edit" => 'Online editing', "srv_offline_edit" => 'Offline editing', + "srv_diagnostika_testiranje" => 'Test', + "srv_diagnostika_testiranje_notea" => 'Below is a link to the manual test entry where the data is saved as test data. In the ', + "srv_diagnostika_testiranje_noteb" => '\'TEST\' - \'Test responses\'', + "srv_diagnostika_testiranje_notec" => ' tab, you can also enter the test data automatically.', + "srv_diagnostika_testiranje_copy" => 'Copy', "srv_diagnostika_table_title" => 'Status', - "srv_diagnostika_table_title1" => 'Errors', - "srv_diagnostika_table_title2" => 'Warnings', + "srv_diagnostika_table_title1" => 'Criteria', + "srv_diagnostika_table_title2" => 'Details', "srv_diagnostika_table_title3" => 'Recommendations', "srv_diagnostika_table_title4" => 'Survey properties', "srv_ttest" => 'T-test', @@ -6080,7 +6090,7 @@ $lang = array ( 'srv_variableView_h_type' => 'Type', 'srv_variableView_h_width' => 'Width', 'srv_variableView_h_decimals' => 'Decimals', - 'srv_variableView_h_label' => 'Label', + 'srv_variableView_h_label' => 'Question', 'srv_variableView_h_measure' => 'Scale', 'srv_save_set_theme' => 'Select this theme for current theme', 'srv_lnk_back_to_data' => 'Back to data', diff --git a/public/css/admin_new.css b/public/css/admin_new.css index c0952be21..f97ceba4b 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 { @@ -5057,6 +5057,21 @@ p, span { margin-block-start: 0; margin-block-end: 0; } +p.bottom16, span.bottom16 { + margin-bottom: 16px; +} +p.top16, span.top16 { + margin-top: 16px; +} +p.top32, span.top32 { + margin-top: 32px; +} +p.bottom8, span.bottom8 { + margin-bottom: 8px; +} +p.top8, span.top8 { + margin-top: 8px; +} .warning, .red { @@ -5075,12 +5090,6 @@ p, span { font-style: italic; } -.as_link { - text-decoration: underline; - color: #1E88E5; - cursor: pointer; -} - .bold { font-weight: 800; } @@ -5097,6 +5106,12 @@ p, span { text-transform: uppercase; } +.as_link { + text-decoration: underline; + color: #1E88E5; + cursor: pointer; +} + .pointer { cursor: pointer; } @@ -5259,22 +5274,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 */ @@ -5285,25 +5300,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"; } /* @@ -5317,72 +5332,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{ @@ -5396,140 +5411,140 @@ 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: 16px; font-weight: 600; - content: ""; + content: "\f07b"; } span.faicon.folder_empty::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f07b"; } span.faicon.after.sort_down_arrow::after { - content: ""; + content: "\f0d7"; margin-left: 5px; } span.faicon.after.sort_up_arrow::after { - content: ""; + content: "\f0d8"; margin-left: 5px; } span.faicon.info::before { font-size: 28px; - content: ""; + content: "\f05a"; vertical-align: middle; } span.faicon.pagination_left::before { margin: 0 1px 0 1px; - content: ""; + content: "\f104"; } span.faicon.pagination_right::before { margin: 0 0 0 1px; - content: ""; + content: "\f105"; } span.faicon.edit::before, span.faicon.edit2::before { - content: ""; + content: "\f304"; } span.faicon.refresh::before { font-size: 18px; - content: ""; + content: "\f2f1"; } span.faicon.filter::before { font-size: 18px; - content: ""; + content: "\f0b0"; } span.faicon.grip::before { - content: ""; + content: "\f58e"; } span.faicon.star::before, span.faicon.star_off::before { font-size: 14px; font-weight: 400; - content: ""; + content: "\f005"; } span.faicon.star_on::before { font-size: 14px; font-weight: 700; - content: ""; + content: "\f005"; } span.faicon.search::before { font-size: 20px; - content: ""; + content: "\f002"; } span.faicon.clipboard_notes::before { font-size: 20px; - content: ""; + content: "\f46d"; } span.faicon.help2::before { font-size: 20px; - content: ""; + content: "\f059"; } span.faicon.user::before { font-size: 18px; - content: ""; + content: "\f007"; } span.faicon.logout::before { font-size: 20px; - content: ""; + content: "\f2f5"; } span.faicon.monitor::before { - content: ""; + content: "\f108"; } span.faicon.users::before { - content: ""; + content: "\f500"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bottom_saving::before { font-size: 24px; font-weight: 400; - content: ""; + content: "\f0c7"; } span.faicon.bottom_publish::before { font-size: 24px; - content: ""; + content: "\f093"; } span.faicon.bottom_preview { @@ -5539,45 +5554,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 { @@ -5588,22 +5603,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 { @@ -5613,11 +5628,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%; @@ -5625,87 +5640,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 { @@ -5741,7 +5756,7 @@ span.faicon.if_add:hover:before { } span.faicon.text_file::before { - content: ""; + content: "\f15c"; } span.faicon.text_file_small { @@ -5751,40 +5766,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; } @@ -5799,46 +5814,46 @@ span.basic-icon.spss::before { span.faicon.external_link::before { font-size: 14px; font-weight: 600; - content: ""; + content: "\f35d"; } span.faicon.cog_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f013"; } span.faicon.chart_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f201"; } span.faicon.reload_large::before { font-size: 34px; font-weight: 600; - content: ""; + content: "\f021"; } span.faicon.chart::before { - content: ""; + content: "\f080"; font-size: 16px; font-weight: 600; } span.faicon.data::before { - content: ""; + content: "\f1c0"; font-size: 16px; font-weight: 600; } span.faicon.publish::before { - content: ""; + content: "\f093"; font-size: 16px; } span.faicon.test::before { - content: ""; + content: "\f492"; font-size: 16px; } @@ -5848,64 +5863,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 */ @@ -5917,110 +5932,115 @@ span.folder_plusminus { span.faicon.plus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f0fe"; } span.faicon.minus_orange::before { font-size: 12px; font-weight: 400; - content: ""; + content: "\f146"; } /* Spinner */ span.faicon.spinner::before { font-size: 18px; - content: ""; + content: "\f1ce"; } /* Bars - mobile menu */ span.faicon.bars::before { font-size: 26px; - content: ""; + content: "\f0c9"; } span.faicon.lock_open::before { - content: ""; + content: "\f3c1"; } span.faicon.lock_close::before { - content: ""; + content: "\f023"; } span.faicon.bell::before { - content: ""; + content: "\f0f3"; } span.faicon.bell_slash::before { - content: ""; + content: "\f1f6"; } span.faicon.trash::before { - content: ""; + content: "\f2ed"; } span.faicon.copy::before { - content: ""; + content: "\f0c5"; } span.faicon.circle::before { - content: ""; + content: "\f111"; vertical-align: middle; } span.faicon.plus::before { - content: ""; + content: "\f067"; } span.faicon.plus_circle::before { - content: ""; + content: "\f055"; } span.faicon.minus_circle::before { - content: ""; + content: "\f056"; } span.faicon.calendar_icon::before { - content: ""; + content: "\f073"; } span.faicon.clipboard::before { - content: ""; + content: "\f328"; } span.faicon.list-alt::before { - content: ""; + content: "\f022"; } span.faicon.vote-yes::before { - content: ""; + content: "\f772"; } span.faicon.file-preview::before { - content: ""; + content: "\f865"; } span.faicon.dots::before { - content: ""; + content: "\f141"; font-size: 16px; font-weight: 600; } span.faicon.dots_ver:before { - content: ""; + content: "\f142"; font-size: 16px; font-weight: 600; } -span.faicon.open_icon::before { - content: ""; +span.faicon.open_icon::before, +a.faicon.open_icon::before { + content: "\f35d"; } span.faicon.table_icon::before { - content: ""; + content: "\f0ce"; } span.faicon.list::before { - content: ""; + content: "\f03a"; +} + +span.faicon.link-chain::before { + content: "\f0c1"; } /* @@ -6158,23 +6178,23 @@ and open the template in the editor. */ /* Toolbox na levi strani */ span.faicon.wheel_32::before { - content: ""; + content: "\f013"; } span.faicon.radio_32::before { - content: ""; + content: "\f192"; font-weight: 400; font-size: 18px; } span.faicon.check_32::before { - content: ""; + content: "\f14a"; font-weight: 400; font-size: 18px; } span.faicon.matrix_32::before { - content: "\a"; + content: "\f192\f192\a\f192\f192"; white-space: pre; font-weight: 400; font-size: 12px; @@ -6198,7 +6218,7 @@ span.faicon.nagovor::before { } span.faicon.plus_32::before { - content: ""; + content: "\f055"; font-size: 18px; } @@ -6242,12 +6262,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 { @@ -6260,22 +6280,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%; @@ -6283,25 +6303,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 */ @@ -6315,12 +6335,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 { @@ -6348,13 +6368,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"; } /* @@ -6370,22 +6390,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 { @@ -6415,7 +6435,7 @@ and open the template in the editor. span.faicon.pdf::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c1"; color: #ed1c24; } @@ -6437,7 +6457,7 @@ span.faicon.pdf.black::before { span.faicon.xls::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c3"; color: #008000; } @@ -6459,7 +6479,7 @@ span.faicon.xls.black::before { span.faicon.rtf::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c2"; color: #0f3ea8; } @@ -6481,7 +6501,7 @@ span.faicon.rtf.black::before { span.faicon.ppt::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c4"; color: #fa4913; } @@ -6503,7 +6523,7 @@ span.faicon.ppt.black::before { span.faicon.xml::before { font-size: 16px; font-weight: 400; - content: ""; + content: "\f1c9"; color: #00a000; } @@ -6524,13 +6544,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"; } /* @@ -6580,7 +6600,7 @@ span.faicon.an_chart_bar::before { font-size: 14px; font-weight: 700; /*content: "\f080";*/ - content: ""; + content: "\f200"; } /* @@ -6595,37 +6615,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; } @@ -6718,7 +6738,7 @@ a.help { .qtip .qtip-wrapper .qtip-contentWrapper .qtip-content h1::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f059"; font-size: 20px; color: #1E88E5; vertical-align: -1px; @@ -6739,7 +6759,7 @@ a.help { padding-left: 8px; vertical-align: middle; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f054"; font-size: 8px; color: #1E88E5; transition: 0.2s; @@ -6991,7 +7011,7 @@ a.help { .divPopUp.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7026,7 +7046,7 @@ a.help { .divPopUp_info.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7443,7 +7463,7 @@ body.waitlong #loading { #check_pogoji.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7616,7 +7636,7 @@ body.waitlong #loading { #dropped_alert.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -7798,7 +7818,7 @@ body.waitlong #loading { #popup_user_access.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -8358,7 +8378,7 @@ header #topSettingsHolder .left_options_holder #analizaSubNav #globalSetingsLink right: 8px; top: 5px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; font-size: 10px; font-weight: 600; } @@ -8813,6 +8833,9 @@ div.button_holder.bottom0 { div.button_holder.inline { align-items: flex-end; } +div.button_holder.inline.center { + align-items: center; +} div.button_holder.inline button { margin-left: 16px; } @@ -8908,17 +8931,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; @@ -8950,21 +8973,6 @@ fieldset legend { color: #1E88E5; text-transform: uppercase; } -fieldset p.bottom16 { - margin-bottom: 16px; -} -fieldset p.top16 { - margin-top: 16px; -} -fieldset p.top32 { - margin-top: 32px; -} -fieldset p.bottom8 { - margin-bottom: 8px; -} -fieldset p.top8 { - margin-top: 8px; -} fieldset .setting_horizontal_wrapper { display: flex; flex-direction: row; @@ -9475,7 +9483,7 @@ div .table-horizontal-scroll-wrapper2 table { #survey_list .second_line .filters #folderSwitch#sortButton:after { position: absolute; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f078"; right: 8px; top: 13px; font-weight: 600; @@ -9821,13 +9829,13 @@ body.eng #survey_list .filters #folderSwitch { cursor: pointer; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_arrow_icon::before { - content: ""; + content: "\f078"; font-size: 14px; color: #333333; margin-right: 8px; } #survey_list .div_sl_new.folders .folder_holder .folder_title .folder_icon::before { - content: ""; + content: "\f07b"; font-size: 16px; font-weight: 400; color: #1E88E5; @@ -9837,7 +9845,7 @@ body.eng #survey_list .filters #folderSwitch { background-color: #F8F8F8; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_arrow_icon::before { - content: ""; + content: "\f077"; } #survey_list .div_sl_new.folders .folder_holder .folder_title.open .folder_icon::before { font-weight: 600; @@ -9995,14 +10003,108 @@ table.variableView { width: 100%; } -div.srv_diagnostic h2 { +div#srv_diagnostic h2 { font-size: 24px; margin-top: 32px; - margin-bottom: 16x; + margin-bottom: 16px; + font-weight: 300; } -div.srv_diagnostic h2:first-of-type { +div#srv_diagnostic h2:first-of-type { margin-top: 0; } +div#srv_diagnostic table { + width: 100%; +} +div#srv_diagnostic table td div.status_wrapper { + display: flex; + align-items: center; + justify-content: center; +} +div#srv_diagnostic table td div.status_wrapper div.status { + display: flex; + align-items: center; + justify-content: center; + height: 24px; + min-width: 88px; + border-radius: 2px; + font-size: 14px; +} +div#srv_diagnostic table td div.status_wrapper div.status.notok { + background-color: #FFE3E3; +} +div#srv_diagnostic table td div.status_wrapper div.status.ok { + background-color: #E3F6DE; +} +div#srv_diagnostic table td div.status_wrapper div.status.rec { + background-color: #EAF9FE; +} +div#srv_diagnostic table td div.status_wrapper div.status a { + color: inherit; + text-decoration: none; +} +div#srv_diagnostic div.lastnosti_wrapper { + display: flex; + flex-direction: row; + align-items: flex-start; + gap: 32px; +} +div#srv_diagnostic div.lastnosti_wrapper div.lastnosti_left, +div#srv_diagnostic div.lastnosti_wrapper div.lastnosti_right { + width: 50%; +} + +div.subpage_predvidenicas table, +div.subpage_cas table { + width: 100%; + white-space: nowrap; +} +div.subpage_predvidenicas table td.graph_cell, +div.subpage_cas table td.graph_cell { + width: 100%; +} +div.subpage_predvidenicas table td.graph_cell div.graph_cell, +div.subpage_cas table td.graph_cell div.graph_cell { + display: flex; + flex-direction: row; +} +div.subpage_predvidenicas table td.time, +div.subpage_cas table td.time { + padding-right: 0; +} +div.subpage_predvidenicas div.graph_full, +div.subpage_cas div.graph_full { + background-color: #1E88E5; + height: 24px; + text-align: right; +} +div.subpage_predvidenicas div.graph_empty, +div.subpage_cas div.graph_empty { + background-color: #E5E5E5; + height: 24px; +} +div.subpage_predvidenicas div.tabela_trajanje_legenda, +div.subpage_cas div.tabela_trajanje_legenda { + display: flex; + flex-direction: row; + justify-content: start; + align-items: center; + margin-top: 16px; +} +div.subpage_predvidenicas div.tabela_trajanje_legenda span.legend, +div.subpage_cas div.tabela_trajanje_legenda span.legend { + font-size: 14px; +} +div.subpage_predvidenicas div.tabela_trajanje_legenda div.legend, +div.subpage_cas div.tabela_trajanje_legenda div.legend { + width: 14px; + height: 14px; + margin-right: 8px; + border-radius: 2px; +} +div.subpage_predvidenicas div.tabela_trajanje_legenda span.legend, +div.subpage_cas div.tabela_trajanje_legenda span.legend { + margin-right: 32px; +} .dashboard_top_settings { display: flex; @@ -10266,23 +10368,23 @@ div.srv_diagnostic h2:first-of-type { } #branching #variable_holder input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f096";*/ - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #branching #variable_holder input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before { /*content: "\f10c";*/ - content: ""; + content: "\f111"; letter-spacing: 8px; } #branching #variable_holder input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f046";*/ - content: ""; + content: "\f14a"; color: #D3D3D3; letter-spacing: 8px; } #branching #variable_holder input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before { /*content: "\f192";*/ - content: ""; + content: "\f192"; color: #D3D3D3; } #branching span.faicon.delete_circle::before { @@ -13267,7 +13369,7 @@ and open the template in the editor. transition: 0.2s; } .tab_content .content_left ul li.folder_item .faicon.arrow:before { - content: ""; + content: "\f078"; } .tab_content .content_left ul li.folder_item .faicon.folder:before { font-weight: 400; @@ -13282,7 +13384,7 @@ and open the template in the editor. color: #1E88E5; } .tab_content .content_left ul li.folder_item.open .faicon.arrow:before { - content: ""; + content: "\f077"; } .tab_content .content_left ul li.folder_item.no_arrow .faicon.arrow:before { display: none; @@ -13589,7 +13691,7 @@ img.mapster_el { border-radius: 4px; } .jquery-selectbox .jquery-selectbox-moreButton::before { - content: ""; + content: "\f078"; padding-left: 2px; color: #333333; font-size: 10px; @@ -13909,7 +14011,7 @@ textarea#addusers, textarea#addusers_note { #vrednost_edit.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -14097,7 +14199,7 @@ textarea#addusers, textarea#addusers_note { #calculation.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -14332,7 +14434,7 @@ and open the template in the editor. #preview_spremenljivka.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -15008,7 +15110,7 @@ and open the template in the editor. } #popup_import_from_text .anketa_from_text #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #E5E5E5; @@ -15016,7 +15118,7 @@ and open the template in the editor. font-weight: 400; } #popup_import_from_text .anketa_from_text #preview_field_holder #preview_field span.variable input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; color: #E5E5E5; } @@ -15288,7 +15390,7 @@ dl.arch_email dd { #inv_view_arch_recipients.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -15988,7 +16090,7 @@ and open the template in the editor. #div_export_setting_show.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -18472,7 +18574,7 @@ and open the template in the editor. #dsp_inspect_cover.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -18991,7 +19093,7 @@ input#endDate { .mc_table_settings.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -19193,7 +19295,7 @@ input#endDate { #newMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -19371,7 +19473,7 @@ input#endDate { #renameMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -19549,7 +19651,7 @@ input#endDate { #deleteMCTable.warning_popup h2::before { padding-right: 8px; font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f071"; font-size: 14px; color: #FFC700; } @@ -20043,7 +20145,7 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f111"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio] + span.enka-custom-radio:before { @@ -20051,7 +20153,7 @@ and open the template in the editor. display: inline-block; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=radio]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f192"; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] { display: none !important; @@ -20064,11 +20166,11 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; display: inline-block; - content: ""; + content: "\f0c8"; letter-spacing: 10px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting input[type=checkbox]:checked + span.enka-checkbox-radio:before { - content: ""; + content: "\f14a"; letter-spacing: 8px; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset .setting .custom_radio_picture.obarvan > label > span.enka-custom-radio:before { @@ -20358,7 +20460,7 @@ and open the template in the editor. } #new_anketa_div .layout_right_item .layout_right_centering .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field span.variable input[type=radio] + span.enka-checkbox-radio:before { font-family: "Font Awesome 5 Free"; - content: ""; + content: "\f111"; display: inline-block; font-size: 14px; color: #C4C4C4; diff --git a/resources/sass/admin_new/basic/colors.scss b/resources/sass/admin_new/basic/colors.scss index dd5e1875a..89b9d0110 100644 --- a/resources/sass/admin_new/basic/colors.scss +++ b/resources/sass/admin_new/basic/colors.scss @@ -29,3 +29,7 @@ $green: #00C437; $light-green: #a8eea8; $light-green2: #E3F6DE; +$status-red: #FFE3E3; +$status-green: #E3F6DE; +$status-blue: #EAF9FE; + diff --git a/resources/sass/admin_new/basic/font.scss b/resources/sass/admin_new/basic/font.scss index 2f9b9c102..ec06bf94f 100644 --- a/resources/sass/admin_new/basic/font.scss +++ b/resources/sass/admin_new/basic/font.scss @@ -14,6 +14,7 @@ body { } //font-weight +$light: 300; $regular: 400; $semi-bold: 600; $extra-bold: 800; diff --git a/resources/sass/admin_new/basic/icons/standard.scss b/resources/sass/admin_new/basic/icons/standard.scss index 7a5e33ebc..5ee572821 100644 --- a/resources/sass/admin_new/basic/icons/standard.scss +++ b/resources/sass/admin_new/basic/icons/standard.scss @@ -660,7 +660,8 @@ span.faicon.dots_ver:before{ } // Open (new tab) -span.faicon.open_icon::before{ +span.faicon.open_icon::before, +a.faicon.open_icon::before{ content: "\f35d"; } @@ -673,3 +674,9 @@ span.faicon.table_icon::before{ span.faicon.list::before{ content: "\f03a"; } + +//Link +span.faicon.link-chain::before{ + content: "\f0c1"; +} + diff --git a/resources/sass/admin_new/basic/typography.scss b/resources/sass/admin_new/basic/typography.scss index 9034fd8b6..826676777 100644 --- a/resources/sass/admin_new/basic/typography.scss +++ b/resources/sass/admin_new/basic/typography.scss @@ -3,8 +3,30 @@ p,span { font-size: 16px; margin-block-start: 0; margin-block-end: 0; + + //Razmiki med besedilom + &.bottom16 { + margin-bottom: 16px; + } + + &.top16 { + margin-top: 16px; + } + + &.top32 { + margin-top: 32px; + } + + &.bottom8 { + margin-bottom: 8px; + } + + &.top8 { + margin-top: 8px; + } } +//Barve .warning, .red { color: $red; @@ -18,16 +40,11 @@ p,span { color: $very-dark-gray; } +//Stili .italic { font-style: italic; } -.as_link { - text-decoration: underline; - color: $blue; - cursor: pointer; -} - .bold { font-weight: $extra-bold; } @@ -44,6 +61,13 @@ p,span { text-transform: uppercase; } +//Ostalo +.as_link { + text-decoration: underline; + color: $blue; + cursor: pointer; +} + .pointer { cursor: pointer; } diff --git a/resources/sass/admin_new/components/form/button.scss b/resources/sass/admin_new/components/form/button.scss index 3587fa37b..d6c3e5553 100644 --- a/resources/sass/admin_new/components/form/button.scss +++ b/resources/sass/admin_new/components/form/button.scss @@ -135,6 +135,10 @@ div.button_holder { &.inline { align-items: flex-end; + &.center { + align-items: center; + } + button { margin-left: 16px; } diff --git a/resources/sass/admin_new/components/form/fieldset.scss b/resources/sass/admin_new/components/form/fieldset.scss index 9a52e06a6..921403fa3 100644 --- a/resources/sass/admin_new/components/form/fieldset.scss +++ b/resources/sass/admin_new/components/form/fieldset.scss @@ -17,29 +17,6 @@ fieldset{ text-transform: uppercase; } - //Razmiki med besedilom - p{ - &.bottom16 { - margin-bottom: 16px; - } - - &.top16 { - margin-top: 16px; - } - - &.top32 { - margin-top: 32px; - } - - &.bottom8 { - margin-bottom: 8px; - } - - &.top8 { - margin-top: 8px; - } - } - //Wrapper za polja drug ob drugem horizontalno .setting_horizontal_wrapper { display: flex; diff --git a/resources/sass/admin_new/pages/my_surveys/my_surveys.scss b/resources/sass/admin_new/pages/my_surveys/my_surveys.scss index aa907fa96..4017a509d 100644 --- a/resources/sass/admin_new/pages/my_surveys/my_surveys.scss +++ b/resources/sass/admin_new/pages/my_surveys/my_surveys.scss @@ -8,5 +8,5 @@ @import "missing_values"; @import "standardne_besede"; @import "podatki"; -@import "testiranje_diagnostika"; +@import "testiranje"; diff --git a/resources/sass/admin_new/pages/my_surveys/testiranje.scss b/resources/sass/admin_new/pages/my_surveys/testiranje.scss new file mode 100644 index 000000000..bbcbf5999 --- /dev/null +++ b/resources/sass/admin_new/pages/my_surveys/testiranje.scss @@ -0,0 +1,128 @@ +// DIAGNOSTIKA +div#srv_diagnostic { + h2 { + font-size: 24px; + margin-top: 32px; + margin-bottom: 16px; + + font-weight: $light; + + &:first-of-type { + margin-top: 0; + } + + } + + table { + width: 100%; + + td { + div.status_wrapper { + display: flex; + align-items: center; + justify-content: center; + + div.status { + display: flex; + align-items: center; + justify-content: center; + + height: 24px; + min-width: 88px; + border-radius: 2px; + + font-size: 14px; + + &.notok { + background-color: $status-red; + } + + &.ok { + background-color: $status-green; + } + + &.rec { + background-color: $status-blue; + } + + a { + color: inherit; + text-decoration: none; + } + } + } + } + } + + div.lastnosti_wrapper { + display: flex; + flex-direction: row; + align-items: flex-start; + gap: 32px; + + div.lastnosti_left, + div.lastnosti_right { + width: 50%; + } + + } +} + +//OCENJEVANJE TRAJANJA, DEJANSKI ČASI +div.subpage_predvidenicas, +div.subpage_cas { + + table { + width: 100%; + white-space: nowrap; + + td.graph_cell { + width: 100%; + + div.graph_cell { + + display:flex; + flex-direction: row; + } + } + + td.time { + padding-right: 0; + } + } + + div.graph_full { + background-color: $blue; + height: 24px; + text-align: right; + } + + div.graph_empty { + background-color: $gray; + height: 24px; + } + + div.tabela_trajanje_legenda { + display: flex; + flex-direction: row; + justify-content: start; + align-items: center; + + margin-top: 16px; + + span.legend { + font-size: 14px; + } + + div.legend { + width: 14px; + height: 14px; + margin-right: 8px; + border-radius: 2px; + } + + span.legend { + margin-right: 32px; + } + } +} diff --git a/resources/sass/admin_new/pages/my_surveys/testiranje_diagnostika.scss b/resources/sass/admin_new/pages/my_surveys/testiranje_diagnostika.scss deleted file mode 100644 index 052234f4d..000000000 --- a/resources/sass/admin_new/pages/my_surveys/testiranje_diagnostika.scss +++ /dev/null @@ -1,12 +0,0 @@ -div.srv_diagnostic { - h2 { - font-size: 24px; - margin-top: 32px; - margin-bottom: 16x; - - &:first-of-type { - margin-top: 0; - } - - } -} \ No newline at end of file