diff --git a/00_Projects/04_Web/matcha/00.png b/00_Projects/04_Web/matcha/00.png deleted file mode 100755 index 8ea97c0..0000000 Binary files a/00_Projects/04_Web/matcha/00.png and /dev/null differ diff --git a/00_Projects/04_Web/matcha/01.png b/00_Projects/04_Web/matcha/01.png deleted file mode 100755 index 10866c5..0000000 Binary files a/00_Projects/04_Web/matcha/01.png and /dev/null differ diff --git a/00_Projects/04_Web/matcha/02.png b/00_Projects/04_Web/matcha/02.png deleted file mode 100755 index 2f64de8..0000000 Binary files a/00_Projects/04_Web/matcha/02.png and /dev/null differ diff --git a/00_Projects/04_Web/matcha/03.png b/00_Projects/04_Web/matcha/03.png deleted file mode 100755 index 1c5648e..0000000 Binary files a/00_Projects/04_Web/matcha/03.png and /dev/null differ diff --git a/00_Projects/04_Web/matcha/Correction.html b/00_Projects/04_Web/matcha/Correction.html new file mode 100644 index 0000000..8dca68a --- /dev/null +++ b/00_Projects/04_Web/matcha/Correction.html @@ -0,0 +1,1116 @@ + + + + + + + + + + + + + + + +Intra Projects matcha Edit + + + + + + + + +
+ +
+ + + + + + +
+ +
+
+
+
+ +
+
+
+ +
+
+
+

Préliminaires

+

+
+

Respect des limitations

+

+

Le sujet autorise l'utilisation d'un micro-framework, et
+uniquement cela. Si l'outil utilisé par l'étudiant (si outil
+il y a) n'est pas dans la liste de suggestions du sujet,
+vérifiez qu'il s'agit bien d'un micro-framework selon la
+définition du sujet. Pour rappel:

+ +

On considérera qu’un “micro-framework” a un routeur, et
+éventuellement du templating, mais pas d’ORM, de validateurs
+ou de gestion de comptes utilisateurs.

+ +

Vous devrez regarder sur les fichiers de packages si une
+librairie officiant à l'une des fonctionnalités suivantes doit
+être installée:

+ +
    +
  • ORM
  • +
  • Validateurs
  • +
  • Gestion de comptes utilisateurs
  • +
+ +

Vérifiez aussi que :

+ +
    +
  • la base de données utilisée n'est pas de type NoSQL.
  • +
  • aucune librairie d'Error tracking ( Sentry, Raven... ) +configurée ne soit installée sur le repo. Vous ne DEVEZ pas +faire de 500, donc inutile de catcher ces erreurs là !
  • +
+ +

Si l'un des cas est vérifié, ceci est considéré comme un cas
+de Triche. Sélectionnez le flag approprié et terminez
+l'évaluation.

+ +

+
+ + +
+ + + + +
+
+

Installation et Seeding

+

+

Avec l'évalué, vous devrez procéder à une installation
+propre des packages nécessaires au lancement de son Matcha.
+Vous devrez aussi hydrater sa base de données avec le script
+qu'il vous a fournit. Vérifiez que la base de données comporte
+bien au minimum 500 profils différents.

+ +

Si l'installation ou l'hydratation plante, sélectionnez Crash
+en haut du barème et terminez la correction.

+ +

+
+ + +
+ + + + +
+
+

Securité

+

+

Le site doit etre sécurisé. Verifiez les points suivants :

+ +
    +
  • Les mots de passe sont chiffrés dans la DB
  • +
  • Les formulaires et uploads ont une validation
  • +
  • Il n'y a pas d'injection SQL possible
  • +
+ +

+
+ + +
+ + + + +
+
+
+
+
+
+

Fonctionnalités

+

+Pendant la soutenance, gardez la console Web à portée. Si un +seul warning, erreur ou notice est affiché dans la console web, +sélectionnez Crash en haut du barème. Un code d'erreur de 500 à +599 renvoyé par le serveur est également considéré comme un +Crash. +

+
+

Un simple lancement (bis)

+

+

Lancez le serveur web qui est censé servir le site. Celui ci ne
+doit produire aucune erreur.

+ +

Si cela n'est pas le cas, la question est comptée fausse et
+vous pouvez arrêter la. La webapp doit fonctionner en l'état
+en démarrant le serveur.

+ +

+
+ + +
+ + + + +
+
+

Création de compte utilisateur

+

+

Le site doit pouvoir proposer un formulaire d'enregistrement de
+nouvel utilisateur. Vous devez pouvoir renseigner:

+ +
    +
  • un nom d'utilisateur
  • +
  • un nom et prénom
  • +
  • un mot de passe sécurisé (un simple mot de francais ne +doit pas être accepté)
  • +
  • une adresse mail
  • +
+ +

Le formulaire doit posséder des validateurs coté client et
+serveur pour s'assurer que les bonnes données soient bien
+transmises. A la fin de l'inscription, celle ci doit être
+complétée par l'envoi d'un mail demandant la confirmation du
+compte par lien unique.

+ +

Vous ne pouvez pas vous connecter avec ce compte tant que le
+lien n'a pas été cliqué.

+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Connexion

+

+

L'utilisateur doit pouvoir se connecter avec ses identifiants,
+et doit pouvoir recevoir un mail de réinitialisation de son mot
+de passe en cas d'oubli. Un utilisateur connecté doit pouvoir
+remplir un profil étendu, et doit être capable de modifier ces
+informations, ainsi que celles fournies lors de son inscription,
+à n'importe quel moment.

+ +

Il est toléré qu'un utilisateur puisse accéder à la
+recherche de profils, mais il ne doit pas pouvoir faire plus
+tant que son profil étendu n'est pas rempli.

+ +

La déconnexion doit être possible depuis n'importe quelle page
+du site.

+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Profil étendu

+

+

L'utilisateur doit pouvoir compléter les champs suivants :

+ +
    +
  • Son genre.
  • +
  • Son orientation sexuelle.
  • +
  • Une bio courte.
  • +
  • Une liste d'interêts, sous la forme de tags ( #Bio, +#NoMakeup, #Fixie4Ever... )
  • +
  • Des images, maximum cinq, dont une servant de photo de +profil.\
  • +
+ +

Si la seed est correctement implémentée, vous pouvez faire une
+proposition de tags sous une certaine forme (autocompletion,
+proposition des top trends tags...) Une fois son profil
+renseigné, il peut accéder à tout le site. Ces informations
+peuvent être changées à tout moment, une fois connecté.

+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Consultations

+

+

L'utilisateur doit pouvoir consulter les personnes ayant
+consulté son profil. Il doit donc y avoir un historique des
+visites du profil, ainsi que les personnes qui l'ont "liké".

+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Propositions de profils

+

+

L'utilisateur doit pouvoir trouver, lorsqu'il se connecte, une
+liste de suggestions de profils. Cette sélection ne sera pas
+possible tant que le profil étendu de l'utilisateur n'est pas
+renseigné. Normalement, si ce profil étendu n'est pas encore
+renseigné, vous devriez être invité à le remplir !

+ +

Des profils pertinents doivent être proposés à l'utilisateur,
+correspondant à son orientation sexuelle. Si l'utilisateur ne
+renseigne pas sa sexualité, celui-ci sera considéré comme
+bisexuel.

+ +

Vérifiez avec l'étudiant que les propositions de profils sont
+pondérées selon trois critères:

+ +
    +
  • même zone géographique que l'utilisateur
  • +
  • maximum de tags d'intérêt communs
  • +
  • maximum de popularité
  • +
+ +

L'affichage ne doit pas planter ou excéder un chargement de
+plus de 5 secondes. Par chargement, j'entends le temps total
+entre le click d'affichage et le rendu complet avec les profils.

+ +

Vous pouvez demandez à l'étudiant d'expliquer sa stratégie
+pour afficher une liste de suggestions pertinentes.

+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Recherche

+

+

L'utilisateur doit être capable d'effectuer une recherche
+avancée en sélectionnant un ou plusieurs critères tels que :

+ +
    +
  • intervalle d'âge
  • +
  • intervalle de score de popularité
  • +
  • localisation
  • +
  • un ou plusieurs tags d'intérêt
  • +
+ +

L'affichage doit être cohérent. Si l'un des points ci-dessus
+n'a pas été respecté, la question est comptée fausse et vous
+passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Tris et filtres

+

+

La liste de propositions de profils, ainsi que les résultats de
+recherche, doivent être triables et filtrables par :

+ +
    +
  • âge
  • +
  • localisation
  • +
  • popularité
  • +
  • tags
  • +
+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Geolocalisation

+

+

L'utilisateur doit être géolocalisé à l'arrondissement
+près. Si l'utilisateur ne veut pas être géolocalisé, des
+stratégies doivent être mises en place pour le faire malgré
+lui. L'utilisateur doit pouvoir modifier sa localisation sur son
+profil.

+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Score de popularité

+

+

Chaque utilisateur doit avoir un score de popularité. Demandez
+à l'étudiant d'expliquer sa stratégie pour calculer ce score,
+elle doit être cohérente et un minima pertinente.

+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Notifications

+

+

Vous devez être notifié, en temps réel (on tolère une marge
+de 10 secondes), des évènements suivants:

+ +
    +
  • un "like" de son profil
  • +
  • quelqu'un a visité son profil
  • +
  • un utilisateur "liké" a "liké" en retour
  • +
  • un utilisateur connecté ne "like" plus l'utilisateur courant
  • +
+ +

A vous de faire les simulations nécessaire (nouveau compte,
+utiliser un compte de la seed de l'évalué ... ) Il doit
+pouvoir voir depuis n'importe quelle page qu'une notification
+n'a pas été lue.

+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Profil des autres utilisateurs

+

+

Le profil public d'un utilisateur doit comporter toutes les
+informations qu'il a fourni, hormis son adresse mail et son mot
+de passe. Il doit également comporter son score de popularité
+et son statut de connexion. Si l'utilisateur apparait
+déconnecté, on doit voir la date de sa dernière visite.

+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Connexion entre utilisateurs

+

+

Un utilisateur peut liker, et unliker, le profil d'un autre
+utilisateur. Lorsque deux utilisateurs se sont mutuellement
+"likés", on dit qu'ils ont matchés: ils peuvent alors engager
+la conversation. Un utilisateur qui ne possède pas de photo ne
+doit pas pouvoir liker le profil d'un autre utilisateur.

+ +

Le profil d'un autre utilisateur doit afficher clairement s'il
+est connecté à l'utilisateur courant ou s'il "like"
+l'utilisateur courant.

+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Report et bloquage

+

+

On peut reporter un profil comme "faux compte", et bloquer un
+utilisateur donné. Un utilisateur bloqué ne doit plus
+apparaître dans les résultats de recherche (ni les
+suggestions), et ne doit plus générer de notifications. Un
+administrateur peut visualiser les demandes de blocages
+directement sur l'appli, et agir en conséquence.

+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Chat

+

+

Deux utilisateurs connectés peuvent chatter en temps réel (on
+tolère une marge de 10 secondes). L'utilisateur doit pouvoir
+voir depuis n'importe quelle page qu'il a reçu un message.

+ +

Si l'un des points ci-dessus n'a pas été respecté, la
+question est comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+
+
+
+
+

Bonnes pratiques

+

+
+

Compatibilité

+

+

Le site doit être compatible sur Firefox (>= 41) et Chrome (>=
+46). Les fonctionnalités ci dessus fonctionnent, sans aucun
+warning, error ou log bizarre

+ +

Si le point ci-dessus n'a pas été respecté, la question est
+comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+

Mobile

+

+

Le site est présentable sur mobile ainsi que sur de petites
+résolutions ?

+ +

Le layout du site est il respecté ?

+ +

Si le point ci-dessus n'a pa été respecté, la question est
+comptée fausse et vous passez à la suivante.

+ +

+
+ + +
+ + + + +
+
+
+
+
+
+

Bonus

+

+
+

bonus

+

+

Il est possible ici de comptabiliser jusqu'à 5 bonus, dont
+l'utilité et la pertinence sont jugés à la discrétion du
+correcteur.

+ +

A titre d'exemple, voici les bonus proposés dans le sujet :

+ +
    +
  • Gérer les genres et orientations sexuelles non binaires de +manière plus précise
  • +
  • Ajouter des stratégies OAuth pour la connexion en plus de la +votre
  • +
  • Charger des images depuis un réseau social
  • +
  • Faire une messagerie intégrée accessible à tout moment +pendant votre sélection, en footer de votre webapp ( un peu +comme sur Facebook ).
  • +
  • Faire une carte interactive des utilisateurs (ce qui implique +une géolocalisation plus précise).
  • +
+ +

+
+ + +
Rate it from 0 (failed) through 5 (excellent)
+
+
+
+
+
+
+
+

Ratings

+

Don’t forget to check the flag corresponding to the defense

+
+ +
+
+ + + + + + +
+
+ +
+
+

Conclusion

+ +
+

Leave a comment on this evaluation

+ + +
+ +
+
+ +
+
+ +
+
+ + + +
+
+
+ + + +
+ + + + + + + + + + + \ No newline at end of file diff --git a/00_Projects/04_Web/matcha/matcha.html b/00_Projects/04_Web/matcha/matcha.html deleted file mode 100755 index 9d18147..0000000 Binary files a/00_Projects/04_Web/matcha/matcha.html and /dev/null differ diff --git a/00_Projects/04_Web/matcha/matcha_files/42_logo-7dfc9110a5319a308863b96bda33cea995046d1731cebb735e41b16255106c12.svg b/00_Projects/04_Web/matcha/matcha_files/42_logo-7dfc9110a5319a308863b96bda33cea995046d1731cebb735e41b16255106c12.svg deleted file mode 100755 index 4d77675..0000000 --- a/00_Projects/04_Web/matcha/matcha_files/42_logo-7dfc9110a5319a308863b96bda33cea995046d1731cebb735e41b16255106c12.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - -image/svg+xml - - - - - - - \ No newline at end of file diff --git a/00_Projects/04_Web/matcha/matcha_files/__42_logo-7dfc9110a5319a308863b96bda33cea995046d1731cebb735e41b16255106c12.svg b/00_Projects/04_Web/matcha/matcha_files/__42_logo-7dfc9110a5319a308863b96bda33cea995046d1731cebb735e41b16255106c12.svg deleted file mode 100755 index c1ec4ee..0000000 Binary files a/00_Projects/04_Web/matcha/matcha_files/__42_logo-7dfc9110a5319a308863b96bda33cea995046d1731cebb735e41b16255106c12.svg and /dev/null differ diff --git a/00_Projects/04_Web/matcha/matcha_files/__analytics.js b/00_Projects/04_Web/matcha/matcha_files/__analytics.js deleted file mode 100755 index 6a9366b..0000000 Binary files a/00_Projects/04_Web/matcha/matcha_files/__analytics.js and /dev/null differ diff --git a/00_Projects/04_Web/matcha/matcha_files/__application-23b7a898c91ce9cd0fb086032c1242ffcdf01f97f9d272e8c8e216e0e722e355.css b/00_Projects/04_Web/matcha/matcha_files/__application-23b7a898c91ce9cd0fb086032c1242ffcdf01f97f9d272e8c8e216e0e722e355.css deleted file mode 100755 index 3518397..0000000 Binary files a/00_Projects/04_Web/matcha/matcha_files/__application-23b7a898c91ce9cd0fb086032c1242ffcdf01f97f9d272e8c8e216e0e722e355.css and /dev/null differ diff --git a/00_Projects/04_Web/matcha/matcha_files/__application-83c5d75d1f086b5e5719c40695d747f72ccdb981d2a82431ee52ca591c937625.js b/00_Projects/04_Web/matcha/matcha_files/__application-83c5d75d1f086b5e5719c40695d747f72ccdb981d2a82431ee52ca591c937625.js deleted file mode 100755 index 93d2afb..0000000 Binary files a/00_Projects/04_Web/matcha/matcha_files/__application-83c5d75d1f086b5e5719c40695d747f72ccdb981d2a82431ee52ca591c937625.js and /dev/null differ diff --git a/00_Projects/04_Web/matcha/matcha_files/analytics.js b/00_Projects/04_Web/matcha/matcha_files/analytics.js deleted file mode 100755 index 1e551ec..0000000 --- a/00_Projects/04_Web/matcha/matcha_files/analytics.js +++ /dev/null @@ -1,41 +0,0 @@ -(function(){var $c=function(a){this.w=a||[]};$c.prototype.set=function(a){this.w[a]=!0};$c.prototype.encode=function(){for(var a=[],b=0;b=b.length)wc(a,b,c);else if(8192>=b.length)x(a,b,c)||wd(a,b,c)||wc(a,b,c);else throw ge("len",b.length),new Da(b.length);},wc=function(a,b,c){var d=ta(a+"?"+b);d.onload=d.onerror=function(){d.onload=null;d.onerror=null;c()}},wd=function(a,b,c){var d=O.XMLHttpRequest;if(!d)return!1;var e=new d;if(!("withCredentials"in e))return!1; -e.open("POST",a,!0);e.withCredentials=!0;e.setRequestHeader("Content-Type","text/plain");e.onreadystatechange=function(){4==e.readyState&&(c(),e=null)};e.send(b);return!0},x=function(a,b,c){return O.navigator.sendBeacon?O.navigator.sendBeacon(a,b)?(c(),!0):!1:!1},ge=function(a,b,c){1<=100*Math.random()||Aa("?")||(a=["t=error","_e="+a,"_v=j41","sr=1"],b&&a.push("_f="+b),c&&a.push("_m="+K(c.substring(0,100))),a.push("aip=1"),a.push("z="+hd()),wc(oc()+"/collect",a.join("&"),ua))};var Ha=function(){this.M=[]};Ha.prototype.add=function(a){this.M.push(a)};Ha.prototype.D=function(a){try{for(var b=0;b=100*R(a,Ka))throw"abort";}function Ma(a){if(Aa(P(a,Na)))throw"abort";}function Oa(){var a=M.location.protocol;if("http:"!=a&&"https:"!=a)throw"abort";} -function Pa(a){try{O.navigator.sendBeacon?J(42):O.XMLHttpRequest&&"withCredentials"in new O.XMLHttpRequest&&J(40)}catch(c){}a.set(ld,Td(a),!0);a.set(Ac,R(a,Ac)+1);var b=[];Qa.map(function(c,d){if(d.F){var e=a.get(c);void 0!=e&&e!=d.defaultValue&&("boolean"==typeof e&&(e*=1),b.push(d.F+"="+K(""+e)))}});b.push("z="+Bd());a.set(Ra,b.join("&"),!0)} -function Sa(a){var b=P(a,gd)||oc()+"/collect",c=P(a,fa);!c&&a.get(Vd)&&(c="beacon");if(c){var d=P(a,Ra),e=a.get(Ia),e=e||ua;"image"==c?wc(b,d,e):"xhr"==c&&wd(b,d,e)||"beacon"==c&&x(b,d,e)||ba(b,d,e)}else ba(b,P(a,Ra),a.get(Ia));a.set(Ia,ua,!0)}function Hc(a){var b=O.gaData;b&&(b.expId&&a.set(Nc,b.expId),b.expVar&&a.set(Oc,b.expVar))}function cd(){if(O.navigator&&"preview"==O.navigator.loadPurpose)throw"abort";}function yd(a){var b=O.gaDevIds;ka(b)&&0!=b.length&&a.set("&did",b.join(","),!0)} -function vb(a){if(!a.get(Na))throw"abort";};var hd=function(){return Math.round(2147483647*Math.random())},Bd=function(){try{var a=new Uint32Array(1);O.crypto.getRandomValues(a);return a[0]&2147483647}catch(b){return hd()}};function Ta(a){var b=R(a,Ua);500<=b&&J(15);var c=P(a,Va);if("transaction"!=c&&"item"!=c){var c=R(a,Wa),d=(new Date).getTime(),e=R(a,Xa);0==e&&a.set(Xa,d);e=Math.round(2*(d-e)/1E3);0=c)throw"abort";a.set(Wa,--c)}a.set(Ua,++b)};var Ya=function(){this.data=new ee},Qa=new ee,Za=[];Ya.prototype.get=function(a){var b=$a(a),c=this.data.get(a);b&&void 0==c&&(c=ea(b.defaultValue)?b.defaultValue():b.defaultValue);return b&&b.Z?b.Z(this,a,c):c};var P=function(a,b){var c=a.get(b);return void 0==c?"":""+c},R=function(a,b){var c=a.get(b);return void 0==c||""===c?0:1*c};Ya.prototype.set=function(a,b,c){if(a)if("object"==typeof a)for(var d in a)a.hasOwnProperty(d)&&ab(this,d,a[d],c);else ab(this,a,b,c)}; -var ab=function(a,b,c,d){if(void 0!=c)switch(b){case Na:wb.test(c)}var e=$a(b);e&&e.o?e.o(a,b,c,d):a.data.set(b,c,d)},bb=function(a,b,c,d,e){this.name=a;this.F=b;this.Z=d;this.o=e;this.defaultValue=c},$a=function(a){var b=Qa.get(a);if(!b)for(var c=0;c=b)){var c=(new Date).getHours(),d=[Bd(),Bd(),Bd()].join(".");a=(3==b||5==b?"https:":"http:")+"//www.google-analytics.com/collect?z=br.";a+=[b,"A",c,d].join(".");var e=1!=b%3?"https:":"http:",e=e+"//www.google-analytics.com/collect?z=br.",e=e+[b,"B",c,d].join(".");7==b&&(e=e.replace("//www.","//ssl."));c=function(){4<=b&&6>=b?O.navigator.sendBeacon(e,""):ta(e)};Bd()%2?(ta(a),c()):(c(),ta(a))}}};function fc(){var a,b,c;if((c=(c=O.navigator)?c.plugins:null)&&c.length)for(var d=0;d=c)&&(c={},Ec(c)||Fc(c))){var d=c[Eb];void 0==d||Infinity==d||isNaN(d)||(0c)a[b]=void 0},Fd=function(a){return function(b){"pageview"!=b.get(Va)||a.I||(a.I=!0,gc(b,function(b){a.send("timing",b)}))}};var hc=!1,mc=function(a){if("cookie"==P(a,ac)){var b=P(a,U),c=nd(a),d=kc(P(a,Yb)),e=lc(P(a,W)),g=1E3*R(a,Zb),ca=P(a,Na);if("auto"!=e)zc(b,c,d,e,ca,g)&&(hc=!0);else{J(32);var l;a:{c=[];e=xa().split(".");if(4==e.length&&(l=e[e.length-1],parseInt(l,10)==l)){l=["none"];break a}for(l=e.length-2;0<=l;l--)c.push(e.slice(l).join("."));c.push("none");l=c}for(var k=0;k=a&&d.push({hash:ca[0],R:e[g],O:ca})}return 0==d.length?void 0:1==d.length?d[0]:Zc(b,d)||Zc(c,d)||Zc(null,d)||d[0]}function Zc(a,b){var c,d;null==a?c=d=1:(c=La(a),d=La(D(a,".")?a.substring(1):"."+a));for(var e=0;ed.length)){c=[];for(var e=0;e=ca[0]||0>=ca[1]?"":ca.join("x");a.set(rb,c);a.set(tb, -fc());a.set(ob,M.characterSet||M.charset);a.set(sb,b&&"function"===typeof b.javaEnabled&&b.javaEnabled()||!1);a.set(nb,(b&&(b.language||b.browserLanguage)||"").toLowerCase());if(d&&a.get(cc)&&(b=M.location.hash)){b=b.split(/[?&#]+/);d=[];for(c=0;carguments.length)){var b,c;"string"===typeof arguments[0]?(b=arguments[0],c=[].slice.call(arguments,1)):(b=arguments[0]&&arguments[0][Va],c=arguments);b&&(c=za(qc[b]||[],c),c[Va]=b,this.b.set(c,void 0,!0),this.filters.D(this.b),this.b.data.m={},je(this.b))}};var rc=function(a){if("prerender"==M.visibilityState)return!1;a();return!0};var td=/^(?:(\w+)\.)?(?:(\w+):)?(\w+)$/,sc=function(a){if(ea(a[0]))this.u=a[0];else{var b=td.exec(a[0]);null!=b&&4==b.length&&(this.c=b[1]||"t0",this.K=b[2]||"",this.C=b[3],this.a=[].slice.call(a,1),this.K||(this.A="create"==this.C,this.i="require"==this.C,this.g="provide"==this.C,this.ba="remove"==this.C),this.i&&(3<=this.a.length?(this.X=this.a[1],this.W=this.a[2]):this.a[1]&&(qa(this.a[1])?this.X=this.a[1]:this.W=this.a[1])));b=a[1];a=a[2];if(!this.C)throw"abort";if(this.i&&(!qa(b)||""==b))throw"abort"; -if(this.g&&(!qa(b)||""==b||!ea(a)))throw"abort";if(ud(this.c)||ud(this.K))throw"abort";if(this.g&&"t0"!=this.c)throw"abort";}};function ud(a){return 0<=a.indexOf(".")||0<=a.indexOf(":")};var Yd,Zd,$d;Yd=new ee;$d=new ee;Zd={ec:45,ecommerce:46,linkid:47}; -var ae=function(a){function b(a){var b=(a.hostname||"").split(":")[0].toLowerCase(),c=(a.protocol||"").toLowerCase(),c=1*a.port||("http:"==c?80:"https:"==c?443:"");a=a.pathname||"";D(a,"/")||(a="/"+a);return[b,""+c,a]}var c=M.createElement("a");c.href=M.location.href;var d=(c.protocol||"").toLowerCase(),e=b(c),g=c.search||"",ca=d+"//"+e[0]+(e[1]?":"+e[1]:"");D(a,"//")?a=d+a:D(a,"/")?a=ca+a:!a||D(a,"?")?a=ca+e[2]+(a||g):0>a.split("/")[0].indexOf(":")&&(a=ca+e[2].substring(0,e[2].lastIndexOf("/"))+ -"/"+a);c.href=a;d=b(c);return{protocol:(c.protocol||"").toLowerCase(),host:d[0],port:d[1],path:d[2],query:c.search||"",url:a||""}};var Z={ga:function(){Z.f=[]}};Z.ga();Z.D=function(a){var b=Z.J.apply(Z,arguments),b=Z.f.concat(b);for(Z.f=[];0c;c++){var d=b[c].src;if(d&&0==d.indexOf("https://www.google-analytics.com/analytics")){J(33);b=!0;break a}}b= -!1}b&&(Ba=!0)}Ud()||Ba||!Ed(new Od)||(J(36),Ba=!0);(O.gaplugins=O.gaplugins||{}).Linker=Dc;b=Dc.prototype;Yd.set("linker",Dc);X("decorate",b,b.ca,20);X("autoLink",b,b.S,25);Yd.set("displayfeatures",fd);Yd.set("adfeatures",fd);a=a&&a.q;ka(a)?Z.D.apply(N,a):J(50)}};N.da=function(){for(var a=N.getAll(),b=0;b>21:b;return b};})(window); diff --git a/00_Projects/04_Web/matcha/matcha_files/application-23b7a898c91ce9cd0fb086032c1242ffcdf01f97f9d272e8c8e216e0e722e355.css b/00_Projects/04_Web/matcha/matcha_files/application-23b7a898c91ce9cd0fb086032c1242ffcdf01f97f9d272e8c8e216e0e722e355.css deleted file mode 100755 index 8fc7545..0000000 --- a/00_Projects/04_Web/matcha/matcha_files/application-23b7a898c91ce9cd0fb086032c1242ffcdf01f97f9d272e8c8e216e0e722e355.css +++ /dev/null @@ -1,9 +0,0 @@ -@font-face{font-family:"Noto Sans";src:url(/assets/NotoSans-Regular-f1ce78a25f519ef928b5b8755ca230314e47f8821e7aa89ecf000f033f389a9f.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Noto Sans";src:url(/assets/NotoSans-Italic-1109c2749ec0feaae0a044638e6286d30a79bdeab917a56a8b35e76f6e8b53f2.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Noto Sans";src:url(/assets/NotoSans-Bold-7004fbb600bc491cb8ed9d86e2190cb2de6909d45844c9c7cbd44e72915779bf.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Noto Sans";src:url(/assets/NotoSans-BoldItalic-15f37f93e3394e4f15d8439d3c591280356983bb9b46db45844a81f1ec62f6ae.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"source-code-pro";src:url(data:font/opentype;base64,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);font-style:normal;font-weight:400}@font-face{font-family:"source-code-pro";src:url(data:font/opentype;base64,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);font-style:normal;font-weight:700}@font-face{font-family:"streamline-30px";src:url(/assets/streamline-30px-e9f9c33fedae6cebb8167a3b92464bc04ef796f14c34d49291ac087262691fcb.eot);src:url(/assets/streamline-30px-e9f9c33fedae6cebb8167a3b92464bc04ef796f14c34d49291ac087262691fcb.eot?#iefix) format("embedded-opentype"),url(/assets/streamline-30px-ab2a415b1666cae49b43eedd53ae1f93cd0528b1c2ffe6548e7c49fa378f9d6e.woff) format("woff"),url(/assets/streamline-30px-ad8a17f22779b73a5f13068db1bfe0d85d12d56b35767f11ad3c7036b87a186c.ttf) format("truetype"),url(/assets/streamline-30px-d5fcbf4f78d9068fdff1ab9d77045475ce270300b170e91e3295cc08c790f20c.svg#streamline-30px) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"Glyphicons Halflings";src:url(/assets/streamline-30px-e9f9c33fedae6cebb8167a3b92464bc04ef796f14c34d49291ac087262691fcb.eot);src:url(/assets/streamline-30px-e9f9c33fedae6cebb8167a3b92464bc04ef796f14c34d49291ac087262691fcb.eot?#iefix) format("embedded-opentype"),url(/assets/streamline-30px-ab2a415b1666cae49b43eedd53ae1f93cd0528b1c2ffe6548e7c49fa378f9d6e.woff) format("woff"),url(/assets/streamline-30px-ad8a17f22779b73a5f13068db1bfe0d85d12d56b35767f11ad3c7036b87a186c.ttf) format("truetype"),url(/assets/streamline-30px-d5fcbf4f78d9068fdff1ab9d77045475ce270300b170e91e3295cc08c790f20c.svg#streamline-30px) format("svg");font-weight:normal;font-style:normal}[data-icon]:before{font-family:"streamline-30px" !important;content:attr(data-icon);font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"streamline-30px" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:"streamline-filled";src:url(/assets/streamline-30px-filled-in-4646a777f76d366ec26caad7921e728e2d01b9dca49053c6b316fe596700e252.eot);src:url(/assets/streamline-30px-filled-in-4646a777f76d366ec26caad7921e728e2d01b9dca49053c6b316fe596700e252.eot?#iefix) format("embedded-opentype"),url(/assets/streamline-30px-filled-in-62fdf8602f56c68e259582d7ad3eb0e30b2808efaa03a074086faedcaf9017e2.woff) format("woff"),url(/assets/streamline-30px-filled-in-9c4de7ac5c05533207755509de4a14b25d1b8d7276ce055fe9ed3f43b38c8328.ttf) format("truetype"),url(/assets/streamline-30px-filled-in-c547d434f0242cda67f4d0438ae132de5fe5794afd2366906e2f1d3480756732.svg#streamline-30px-filled-in) format("svg");font-weight:normal;font-style:normal}[data-iconf]:before{font-family:"streamline-filled" !important;content:attr(data-icon);font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="iconf-"]:before,[class*=" iconf-"]:before{font-family:"streamline-filled" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-aim-1:before{content:"\e000"}.icon-aim-2:before{content:"\e001"}.icon-aim-3:before{content:"\e002"}.icon-bin-1:before{content:"\e003"}.icon-bin-2:before{content:"\e004"}.icon-binocular:before{content:"\e005"}.icon-bomb:before{content:"\e006"}.icon-clip-1:before{content:"\e007"}.icon-clip-2:before{content:"\e008"}.icon-cutter:before{content:"\e009"}.icon-delete-1:before{content:"\e00a"}.icon-delete-2:before{content:"\e00b"}.icon-edit-1:before{content:"\e00c"}.icon-edit-2:before{content:"\e00d"}.icon-edit-3:before{content:"\e00e"}.icon-hide:before{content:"\e00f"}.icon-ink:before{content:"\e010"}.icon-key-1:before{content:"\e011"}.icon-key-2:before{content:"\e012"}.icon-link-1:before{content:"\e013"}.icon-link-2:before{content:"\e014"}.icon-link-3:before{content:"\e015"}.icon-link-broken-1:before{content:"\e016"}.icon-link-broken-2:before{content:"\e017"}.icon-lock-1:before{content:"\e018"}.icon-lock-2:before{content:"\e019"}.icon-lock-3:before{content:"\e01a"}.icon-lock-4:before{content:"\e01b"}.icon-lock-5:before{content:"\e01c"}.icon-lock-unlock-1:before{content:"\e01d"}.icon-lock-unlock-2:before{content:"\e01e"}.icon-magnifier:before{content:"\e01f"}.icon-pen-1:before{content:"\e020"}.icon-pen-2:before{content:"\e021"}.icon-pen-3:before{content:"\e022"}.icon-pen-4:before{content:"\e023"}.icon-pencil-1:before{content:"\e024"}.icon-pencil-2:before{content:"\e025"}.icon-pencil-3:before{content:"\e026"}.icon-pin-1:before{content:"\e027"}.icon-pin-2:before{content:"\e028"}.icon-power-1:before{content:"\e029"}.icon-power-2:before{content:"\e02a"}.icon-preview-1:before{content:"\e02b"}.icon-preview-2:before{content:"\e02c"}.icon-scissor-1:before{content:"\e02d"}.icon-scissor-2:before{content:"\e02e"}.icon-skull-1:before{content:"\e02f"}.icon-skull-2:before{content:"\e030"}.icon-type-1:before{content:"\e031"}.icon-type-2:before{content:"\e032"}.icon-type-3:before{content:"\e033"}.icon-type-4:before{content:"\e034"}.icon-zoom-area:before{content:"\e035"}.icon-zoom-in:before{content:"\e036"}.icon-zoom-out:before{content:"\e037"}.icon-cursor-1:before{content:"\e038"}.icon-cursor-2:before{content:"\e039"}.icon-cursor-3:before{content:"\e03a"}.icon-cursor-6:before{content:"\e03b"}.icon-cursor-move:before{content:"\e03c"}.icon-cursor-select-area:before{content:"\e03d"}.icon-cursors:before{content:"\e03e"}.icon-hand:before{content:"\e03f"}.icon-hand-block:before{content:"\e040"}.icon-hand-grab-1:before{content:"\e041"}.icon-hand-grab-2:before{content:"\e042"}.icon-hand-point:before{content:"\e043"}.icon-hand-touch-1:before{content:"\e044"}.icon-hand-touch-2:before{content:"\e045"}.icon-hand-touch-3:before{content:"\e046"}.icon-hand-touch-4:before{content:"\e047"}.icon-bookmark-1:before{content:"\e048"}.icon-bookmark-2:before{content:"\e049"}.icon-bookmark-3:before{content:"\e04a"}.icon-bookmark-4:before{content:"\e04b"}.icon-tag-1:before{content:"\e04c"}.icon-tag-2:before{content:"\e04d"}.icon-tag-add:before{content:"\e04e"}.icon-tag-delete:before{content:"\e04f"}.icon-tags-1:before{content:"\e050"}.icon-tags-2:before{content:"\e051"}.icon-anchor-point-1:before{content:"\e052"}.icon-anchor-point-2:before{content:"\e053"}.icon-arrange-1:before{content:"\e054"}.icon-arrange-2:before{content:"\e055"}.icon-board:before{content:"\e056"}.icon-brush-1:before{content:"\e057"}.icon-brush-2:before{content:"\e058"}.icon-bucket:before{content:"\e059"}.icon-crop:before{content:"\e05a"}.icon-dropper-1:before{content:"\e05b"}.icon-dropper-2:before{content:"\e05c"}.icon-dropper-3:before{content:"\e05d"}.icon-glue:before{content:"\e05e"}.icon-grid:before{content:"\e05f"}.icon-layers:before{content:"\e060"}.icon-magic-wand-1:before{content:"\e061"}.icon-magic-wand-2:before{content:"\e062"}.icon-magnet:before{content:"\e063"}.icon-marker:before{content:"\e064"}.icon-palette:before{content:"\e065"}.icon-pen-5:before{content:"\e066"}.icon-pen-6:before{content:"\e067"}.icon-quill:before{content:"\e068"}.icon-reflect:before{content:"\e069"}.icon-roller:before{content:"\e06a"}.icon-ruler-1:before{content:"\e06b"}.icon-ruler-2:before{content:"\e06c"}.icon-scale-diagonal-1:before{content:"\e06d"}.icon-scale-diagonal-2:before{content:"\e06e"}.icon-scale-horizontal:before{content:"\e06f"}.icon-scale-tool-1:before{content:"\e070"}.icon-scale-tool-2:before{content:"\e071"}.icon-scale-tool-3:before{content:"\e072"}.icon-scale-vertical:before{content:"\e073"}.icon-shear-tool:before{content:"\e074"}.icon-spray:before{content:"\e075"}.icon-stamp:before{content:"\e076"}.icon-stationery-1:before{content:"\e077"}.icon-stationery-2:before{content:"\e078"}.icon-stationery-3:before{content:"\e079"}.icon-vector:before{content:"\e07a"}.icon-award-1:before{content:"\e07b"}.icon-award-2:before{content:"\e07c"}.icon-award-3:before{content:"\e07d"}.icon-award-4:before{content:"\e07e"}.icon-award-5:before{content:"\e07f"}.icon-award-6:before{content:"\e080"}.icon-crown-1:before{content:"\e081"}.icon-crown-2:before{content:"\e082"}.icon-crown-3:before{content:"\e083"}.icon-fire:before{content:"\e084"}.icon-flag-1:before{content:"\e085"}.icon-flag-2:before{content:"\e086"}.icon-flag-3:before{content:"\e087"}.icon-flag-4:before{content:"\e088"}.icon-flag-5:before{content:"\e089"}.icon-flag-6:before{content:"\e08a"}.icon-flag-7:before{content:"\e08b"}.icon-flag-8:before{content:"\e08c"}.icon-google-plus-1:before{content:"\e08d"}.icon-google-plus-2:before{content:"\e08e"}.icon-hand-like-1:before{content:"\e08f"}.icon-hand-like-2:before{content:"\e090"}.icon-hand-unlike-1:before{content:"\e091"}.icon-hand-unlike-2:before{content:"\e092"}.icon-heart-1:before{content:"\e093"}.icon-heart-2:before{content:"\e094"}.icon-heart-angel:before{content:"\e095"}.icon-heart-broken:before{content:"\e096"}.icon-heart-minus:before{content:"\e097"}.icon-heart-plus:before{content:"\e098"}.icon-present:before{content:"\e099"}.icon-rank-1:before{content:"\e09a"}.icon-rank-2:before{content:"\e09b"}.icon-ribbon:before{content:"\e09c"}.icon-star-1:before{content:"\e09d"}.icon-star-2:before{content:"\e09e"}.icon-star-3:before{content:"\e09f"}.icon-star-4:before{content:"\e0a0"}.icon-star-5:before{content:"\e0a1"}.icon-star-6:before{content:"\e0a2"}.icon-star-7:before{content:"\e0a3"}.icon-star-8:before{content:"\e0a4"}.icon-star-9:before{content:"\e0a5"}.icon-star-10:before{content:"\e0a6"}.icon-trophy:before{content:"\e0a7"}.icon-baloon:before{content:"\e0a8"}.icon-bubble-1:before{content:"\e0a9"}.icon-bubble-2:before{content:"\e0aa"}.icon-bubble-add-1:before{content:"\e0ab"}.icon-bubble-add-2:before{content:"\e0ac"}.icon-bubble-add-3:before{content:"\e0ad"}.icon-bubble-ask-1:before{content:"\e0ae"}.icon-bubble-ask-2:before{content:"\e0af"}.icon-bubble-attention-2:before{content:"\e0b0"}.icon-bubble-attention-3:before{content:"\e0b1"}.icon-bubble-attention-4:before{content:"\e0b2"}.icon-bubble-attention-6:before{content:"\e0b3"}.icon-bubble-attention-7:before{content:"\e0b4"}.icon-bubble-block-1:before{content:"\e0b5"}.icon-bubble-block-2:before{content:"\e0b6"}.icon-bubble-block-3:before{content:"\e0b7"}.icon-bubble-chat-1:before{content:"\e0b8"}.icon-bubble-chat-2:before{content:"\e0b9"}.icon-bubble-check-1:before{content:"\e0ba"}.icon-bubble-check-2:before{content:"\e0bb"}.icon-bubble-check-3:before{content:"\e0bc"}.icon-bubble-comment-1:before{content:"\e0bd"}.icon-bubble-comment-2:before{content:"\e0be"}.icon-bubble-conversation-1:before{content:"\e0bf"}.icon-bubble-conversation-2:before{content:"\e0c0"}.icon-bubble-conversation-3:before{content:"\e0c1"}.icon-bubble-conversation-4:before{content:"\e0c2"}.icon-bubble-conversation-5:before{content:"\e0c3"}.icon-bubble-conversation-6:before{content:"\e0c4"}.icon-bubble-delete-1:before{content:"\e0c5"}.icon-bubble-delete-2:before{content:"\e0c6"}.icon-bubble-delete-3:before{content:"\e0c7"}.icon-bubble-edit-1:before{content:"\e0c8"}.icon-bubble-edit-2:before{content:"\e0c9"}.icon-bubble-edit-3:before{content:"\e0ca"}.icon-bubble-heart-1:before{content:"\e0cb"}.icon-bubble-heart-2:before{content:"\e0cc"}.icon-bubble-information:before{content:"\e0cd"}.icon-bubble-information-1:before{content:"\e0ce"}.icon-bubble-minus-1:before{content:"\e0cf"}.icon-bubble-minus-2:before{content:"\e0d0"}.icon-bubble-minus-3:before{content:"\e0d1"}.icon-bubble-quote-1:before{content:"\e0d2"}.icon-bubble-quote-2:before{content:"\e0d3"}.icon-bubble-smiley-1:before{content:"\e0d4"}.icon-bubble-smiley-2:before{content:"\e0d5"}.icon-bubble-smiley-3:before{content:"\e0d6"}.icon-bubble-smiley-4:before{content:"\e0d7"}.icon-bubble-star-1:before{content:"\e0d8"}.icon-bubble-star-2:before{content:"\e0d9"}.icon-bubble-star-3:before{content:"\e0da"}.icon-chat-1:before{content:"\e0db"}.icon-chat-2:before{content:"\e0dc"}.icon-chat-3:before{content:"\e0dd"}.icon-chat-4:before{content:"\e0de"}.icon-chat-5:before{content:"\e0df"}.icon-chat-6:before{content:"\e0e0"}.icon-chat-7:before{content:"\e0e1"}.icon-smiley-happy-1:before{content:"\e0e2"}.icon-smiley-happy-2:before{content:"\e0e3"}.icon-smiley-happy-3:before{content:"\e0e4"}.icon-smiley-happy-4:before{content:"\e0e5"}.icon-smiley-happy-5:before{content:"\e0e6"}.icon-smiley-sad-1:before{content:"\e0e7"}.icon-smiley-surprise:before{content:"\e0e8"}.icon-smiley-wink:before{content:"\e0e9"}.icon-call-1:before{content:"\e0ea"}.icon-call-2:before{content:"\e0eb"}.icon-call-3:before{content:"\e0ec"}.icon-call-4:before{content:"\e0ed"}.icon-call-add:before{content:"\e0ee"}.icon-call-block:before{content:"\e0ef"}.icon-call-delete:before{content:"\e0f0"}.icon-call-in:before{content:"\e0f1"}.icon-call-minus:before{content:"\e0f2"}.icon-call-out:before{content:"\e0f3"}.icon-contact:before{content:"\e0f4"}.icon-fax:before{content:"\e0f5"}.icon-hang-up:before{content:"\e0f6"}.icon-message:before{content:"\e0f7"}.icon-mobile-phone-1:before{content:"\e0f8"}.icon-mobile-phone-2:before{content:"\e0f9"}.icon-phone-1:before{content:"\e0fa"}.icon-phone-2:before{content:"\e0fb"}.icon-phone-3:before{content:"\e0fc"}.icon-phone-4:before{content:"\e0fd"}.icon-phone-vibration:before{content:"\e0fe"}.icon-signal-fine:before{content:"\e0ff"}.icon-signal-full:before{content:"\e100"}.icon-signal-high:before{content:"\e101"}.icon-signal-no:before{content:"\e102"}.icon-signal-poor:before{content:"\e103"}.icon-signal-weak:before{content:"\e104"}.icon-smartphone:before{content:"\e105"}.icon-tape:before{content:"\e106"}.icon-camera-symbol-1:before{content:"\e107"}.icon-camera-symbol-2:before{content:"\e108"}.icon-camera-symbol-3:before{content:"\e109"}.icon-headphone:before{content:"\e10a"}.icon-antenna-1:before{content:"\e10b"}.icon-antenna-2:before{content:"\e10c"}.icon-antenna-3:before{content:"\e10d"}.icon-hotspot-1:before{content:"\e10e"}.icon-hotspot-2:before{content:"\e10f"}.icon-link:before{content:"\e110"}.icon-megaphone-1:before{content:"\e111"}.icon-megaphone-2:before{content:"\e112"}.icon-radar:before{content:"\e113"}.icon-rss-1:before{content:"\e114"}.icon-rss-2:before{content:"\e115"}.icon-satellite:before{content:"\e116"}.icon-address-1:before{content:"\e117"}.icon-address-2:before{content:"\e118"}.icon-address-3:before{content:"\e119"}.icon-forward:before{content:"\e11a"}.icon-inbox-1:before{content:"\e11b"}.icon-inbox-2:before{content:"\e11c"}.icon-inbox-3:before{content:"\e11d"}.icon-inbox-4:before{content:"\e11e"}.icon-letter-1:before{content:"\e11f"}.icon-letter-2:before{content:"\e120"}.icon-letter-3:before{content:"\e121"}.icon-letter-4:before{content:"\e122"}.icon-letter-5:before{content:"\e123"}.icon-mail-1:before{content:"\e124"}.icon-mail-2:before{content:"\e125"}.icon-mail-add:before{content:"\e126"}.icon-mail-attention:before{content:"\e127"}.icon-mail-block:before{content:"\e128"}.icon-mail-box-1:before{content:"\e129"}.icon-mail-box-2:before{content:"\e12a"}.icon-mail-box-3:before{content:"\e12b"}.icon-mail-checked:before{content:"\e12c"}.icon-mail-compose:before{content:"\e12d"}.icon-mail-delete:before{content:"\e12e"}.icon-mail-favorite:before{content:"\e12f"}.icon-mail-inbox:before{content:"\e130"}.icon-mail-lock:before{content:"\e131"}.icon-mail-minus:before{content:"\e132"}.icon-mail-read:before{content:"\e133"}.icon-mail-recieved-1:before{content:"\e134"}.icon-mail-recieved-2:before{content:"\e135"}.icon-mail-search-1:before{content:"\e136"}.icon-mail-search-2:before{content:"\e137"}.icon-mail-sent-1:before{content:"\e138"}.icon-mail-sent-2:before{content:"\e139"}.icon-mail-setting:before{content:"\e13a"}.icon-mail-star:before{content:"\e13b"}.icon-mail-sync:before{content:"\e13c"}.icon-mail-time:before{content:"\e13d"}.icon-outbox-1:before{content:"\e13e"}.icon-outbox-2:before{content:"\e13f"}.icon-plane-paper-1:before{content:"\e140"}.icon-plane-paper-2:before{content:"\e141"}.icon-reply-mail-1:before{content:"\e142"}.icon-reply-mail-2:before{content:"\e143"}.icon-connection-1:before{content:"\e144"}.icon-connection-2:before{content:"\e145"}.icon-connection-3:before{content:"\e146"}.icon-contacts-1:before{content:"\e147"}.icon-contacts-2:before{content:"\e148"}.icon-contacts-3:before{content:"\e149"}.icon-contacts-4:before{content:"\e14a"}.icon-female:before{content:"\e14b"}.icon-gender:before{content:"\e14c"}.icon-gender-female:before{content:"\e14d"}.icon-gender-male:before{content:"\e14e"}.icon-id-1:before{content:"\e14f"}.icon-id-2:before{content:"\e150"}.icon-id-3:before{content:"\e151"}.icon-id-4:before{content:"\e152"}.icon-id-5:before{content:"\e153"}.icon-id-6:before{content:"\e154"}.icon-id-7:before{content:"\e155"}.icon-id-8:before{content:"\e156"}.icon-male:before{content:"\e157"}.icon-profile-1:before{content:"\e158"}.icon-profile-2:before{content:"\e159"}.icon-profile-3:before{content:"\e15a"}.icon-profile-4:before{content:"\e15b"}.icon-profile-5:before{content:"\e15c"}.icon-profile-6:before{content:"\e15d"}.icon-profile-athlete:before{content:"\e15e"}.icon-profile-bussiness-man:before{content:"\e15f"}.icon-profile-cook:before{content:"\e160"}.icon-profile-cop:before{content:"\e161"}.icon-profile-doctor-1:before{content:"\e162"}.icon-profile-doctor-2:before{content:"\e163"}.icon-profile-gentleman-1:before{content:"\e164"}.icon-profile-gentleman-2:before{content:"\e165"}.icon-profile-graduate:before{content:"\e166"}.icon-profile-king:before{content:"\e167"}.icon-profile-lady-1:before{content:"\e168"}.icon-profile-lady-2:before{content:"\e169"}.icon-profile-man:before{content:"\e16a"}.icon-profile-nurse-1:before{content:"\e16b"}.icon-profile-nurse-2:before{content:"\e16c"}.icon-profile-prisoner:before{content:"\e16d"}.icon-profile-serviceman-1:before{content:"\e16e"}.icon-profile-serviceman-2:before{content:"\e16f"}.icon-profile-spy:before{content:"\e170"}.icon-profile-teacher:before{content:"\e171"}.icon-profile-thief:before{content:"\e172"}.icon-user-1:before{content:"\e173"}.icon-user-2:before{content:"\e174"}.icon-user-add-1:before{content:"\e175"}.icon-user-add-2:before{content:"\e176"}.icon-user-block-1:before{content:"\e177"}.icon-user-block-2:before{content:"\e178"}.icon-user-checked-1:before{content:"\e179"}.icon-user-checked-2:before{content:"\e17a"}.icon-user-delete-1:before{content:"\e17b"}.icon-user-delete-2:before{content:"\e17c"}.icon-user-edit-1:before{content:"\e17d"}.icon-user-edit-2:before{content:"\e17e"}.icon-user-heart-1:before{content:"\e17f"}.icon-user-heart-2:before{content:"\e180"}.icon-user-lock:before{content:"\e181"}.icon-user-lock-1:before{content:"\e182"}.icon-user-minus-1:before{content:"\e183"}.icon-user-minus-2:before{content:"\e184"}.icon-user-search-1:before{content:"\e185"}.icon-user-search-2:before{content:"\e186"}.icon-user-setting-1:before{content:"\e187"}.icon-user-setting-2:before{content:"\e188"}.icon-user-star-1:before{content:"\e189"}.icon-user-star-2:before{content:"\e18a"}.icon-basket-1:before{content:"\e18b"}.icon-basket-2:before{content:"\e18c"}.icon-basket-3:before{content:"\e18d"}.icon-basket-add:before{content:"\e18e"}.icon-basket-minus:before{content:"\e18f"}.icon-briefcase-2:before{content:"\e190"}.icon-cart-1:before{content:"\e191"}.icon-cart-2:before{content:"\e192"}.icon-cart-3:before{content:"\e193"}.icon-cart-4:before{content:"\e194"}.icon-cut:before{content:"\e195"}.icon-hand-bag-1:before{content:"\e196"}.icon-hand-bag-2:before{content:"\e197"}.icon-purse-1:before{content:"\e198"}.icon-purse-2:before{content:"\e199"}.icon-qr-code:before{content:"\e19a"}.icon-receipt-1:before{content:"\e19b"}.icon-receipt-2:before{content:"\e19c"}.icon-receipt-3:before{content:"\e19d"}.icon-receipt-4:before{content:"\e19e"}.icon-shopping-1:before{content:"\e19f"}.icon-shopping-bag-1:before{content:"\e1a0"}.icon-shopping-bag-2:before{content:"\e1a1"}.icon-shopping-bag-3:before{content:"\e1a2"}.icon-sign-new-1:before{content:"\e1a3"}.icon-sign-new-2:before{content:"\e1a4"}.icon-sign-park:before{content:"\e1a5"}.icon-sign-star:before{content:"\e1a6"}.icon-trolley-1:before{content:"\e1a7"}.icon-trolley-2:before{content:"\e1a8"}.icon-trolley-3:before{content:"\e1a9"}.icon-trolley-load:before{content:"\e1aa"}.icon-trolley-off:before{content:"\e1ab"}.icon-wallet-1:before{content:"\e1ac"}.icon-wallet-2:before{content:"\e1ad"}.icon-wallet-3:before{content:"\e1ae"}.icon-camera-1:before{content:"\e1af"}.icon-camera-2:before{content:"\e1b0"}.icon-camera-3:before{content:"\e1b1"}.icon-camera-4:before{content:"\e1b2"}.icon-camera-5:before{content:"\e1b3"}.icon-camera-back:before{content:"\e1b4"}.icon-camera-focus:before{content:"\e1b5"}.icon-camera-frames:before{content:"\e1b6"}.icon-camera-front:before{content:"\e1b7"}.icon-camera-graph-1:before{content:"\e1b8"}.icon-camera-graph-2:before{content:"\e1b9"}.icon-camera-landscape:before{content:"\e1ba"}.icon-camera-lens-1:before{content:"\e1bb"}.icon-camera-lens-2:before{content:"\e1bc"}.icon-camera-light:before{content:"\e1bd"}.icon-camera-portrait:before{content:"\e1be"}.icon-camera-view:before{content:"\e1bf"}.icon-film-1:before{content:"\e1c0"}.icon-film-2:before{content:"\e1c1"}.icon-photo-1:before{content:"\e1c2"}.icon-photo-2:before{content:"\e1c3"}.icon-photo-frame:before{content:"\e1c4"}.icon-photos-1:before{content:"\e1c5"}.icon-photos-2:before{content:"\e1c6"}.icon-polaroid:before{content:"\e1c7"}.icon-signal-camera-1:before{content:"\e1c8"}.icon-signal-camera-2:before{content:"\e1c9"}.icon-user-photo:before{content:"\e1ca"}.icon-backward-1:before{content:"\e1cb"}.icon-dvd-player:before{content:"\e1cc"}.icon-eject-1:before{content:"\e1cd"}.icon-film-3:before{content:"\e1ce"}.icon-forward-1:before{content:"\e1cf"}.icon-handy-cam:before{content:"\e1d0"}.icon-movie-play-1:before{content:"\e1d1"}.icon-movie-play-2:before{content:"\e1d2"}.icon-movie-play-3:before{content:"\e1d3"}.icon-next-1:before{content:"\e1d4"}.icon-pause-1:before{content:"\e1d5"}.icon-play-1:before{content:"\e1d6"}.icon-player:before{content:"\e1d7"}.icon-previous-1:before{content:"\e1d8"}.icon-record-1:before{content:"\e1d9"}.icon-slate:before{content:"\e1da"}.icon-stop-1:before{content:"\e1db"}.icon-television:before{content:"\e1dc"}.icon-video-camera-1:before{content:"\e1dd"}.icon-video-camera-2:before{content:"\e1de"}.icon-backward-2:before{content:"\e1df"}.icon-cd:before{content:"\e1e0"}.icon-eject-2:before{content:"\e1e1"}.icon-equalizer-1:before{content:"\e1e2"}.icon-equalizer-2:before{content:"\e1e3"}.icon-forward-2:before{content:"\e1e4"}.icon-gramophone:before{content:"\e1e5"}.icon-gramophone-record:before{content:"\e1e6"}.icon-guitar:before{content:"\e1e7"}.icon-headphone-1:before{content:"\e1e8"}.icon-headphone-2:before{content:"\e1e9"}.icon-microphone-1:before{content:"\e1ea"}.icon-microphone-2:before{content:"\e1eb"}.icon-microphone-3:before{content:"\e1ec"}.icon-movie-play-4:before{content:"\e1ed"}.icon-music-note-1:before{content:"\e1ee"}.icon-music-note-3:before{content:"\e1ef"}.icon-music-note-4:before{content:"\e1f0"}.icon-music-note-5:before{content:"\e1f1"}.icon-next-2:before{content:"\e1f2"}.icon-notes-1:before{content:"\e1f3"}.icon-notes-2:before{content:"\e1f4"}.icon-pause-2:before{content:"\e1f5"}.icon-piano:before{content:"\e1f6"}.icon-play-2:before{content:"\e1f7"}.icon-playlist:before{content:"\e1f8"}.icon-previous-2:before{content:"\e1f9"}.icon-radio-1:before{content:"\e1fa"}.icon-radio-2:before{content:"\e1fb"}.icon-record-2:before{content:"\e1fc"}.icon-recorder:before{content:"\e1fd"}.icon-saxophone:before{content:"\e1fe"}.icon-speaker-1:before{content:"\e1ff"}.icon-speaker-2:before{content:"\e200"}.icon-speaker-3:before{content:"\e201"}.icon-stop-2:before{content:"\e202"}.icon-tape-1:before{content:"\e203"}.icon-trumpet:before{content:"\e204"}.icon-volume-down-1:before{content:"\e205"}.icon-volume-down-2:before{content:"\e206"}.icon-volume-loud-1:before{content:"\e207"}.icon-volume-loud-2:before{content:"\e208"}.icon-volume-low-1:before{content:"\e209"}.icon-volume-low-2:before{content:"\e20a"}.icon-volume-medium-1:before{content:"\e20b"}.icon-volume-medium-2:before{content:"\e20c"}.icon-volume-mute-1:before{content:"\e20d"}.icon-volume-mute-2:before{content:"\e20e"}.icon-volume-mute-3:before{content:"\e20f"}.icon-volume-up-1:before{content:"\e210"}.icon-volume-up-2:before{content:"\e211"}.icon-walkman:before{content:"\e212"}.icon-cloud:before{content:"\e213"}.icon-cloud-add:before{content:"\e214"}.icon-cloud-checked:before{content:"\e215"}.icon-cloud-delete:before{content:"\e216"}.icon-cloud-download:before{content:"\e217"}.icon-cloud-minus:before{content:"\e218"}.icon-cloud-refresh:before{content:"\e219"}.icon-cloud-sync:before{content:"\e21a"}.icon-cloud-upload:before{content:"\e21b"}.icon-download-1:before{content:"\e21c"}.icon-download-2:before{content:"\e21d"}.icon-download-3:before{content:"\e21e"}.icon-download-4:before{content:"\e21f"}.icon-download-5:before{content:"\e220"}.icon-download-6:before{content:"\e221"}.icon-download-7:before{content:"\e222"}.icon-download-8:before{content:"\e223"}.icon-download-9:before{content:"\e224"}.icon-download-10:before{content:"\e225"}.icon-download-11:before{content:"\e226"}.icon-download-12:before{content:"\e227"}.icon-download-13:before{content:"\e228"}.icon-download-14:before{content:"\e229"}.icon-download-15:before{content:"\e22a"}.icon-download-file:before{content:"\e22b"}.icon-download-folder:before{content:"\e22c"}.icon-goal-1:before{content:"\e22d"}.icon-goal-2:before{content:"\e22e"}.icon-transfer-1:before{content:"\e22f"}.icon-transfer-2:before{content:"\e230"}.icon-transfer-3:before{content:"\e231"}.icon-transfer-4:before{content:"\e232"}.icon-transfer-5:before{content:"\e233"}.icon-transfer-6:before{content:"\e234"}.icon-transfer-7:before{content:"\e235"}.icon-transfer-8:before{content:"\e236"}.icon-transfer-9:before{content:"\e237"}.icon-transfer-10:before{content:"\e238"}.icon-transfer-11:before{content:"\e239"}.icon-transfer-12:before{content:"\e23a"}.icon-upload-1:before{content:"\e23b"}.icon-upload-2:before{content:"\e23c"}.icon-upload-3:before{content:"\e23d"}.icon-upload-4:before{content:"\e23e"}.icon-upload-5:before{content:"\e23f"}.icon-upload-6:before{content:"\e240"}.icon-upload-7:before{content:"\e241"}.icon-upload-8:before{content:"\e242"}.icon-upload-9:before{content:"\e243"}.icon-upload-10:before{content:"\e244"}.icon-upload-11:before{content:"\e245"}.icon-upload-12:before{content:"\e246"}.icon-clipboard-1:before{content:"\e247"}.icon-clipboard-2:before{content:"\e248"}.icon-clipboard-3:before{content:"\e249"}.icon-clipboard-add:before{content:"\e24a"}.icon-clipboard-block:before{content:"\e24b"}.icon-clipboard-checked:before{content:"\e24c"}.icon-clipboard-delete:before{content:"\e24d"}.icon-clipboard-edit:before{content:"\e24e"}.icon-clipboard-minus:before{content:"\e24f"}.icon-document-1:before{content:"\e250"}.icon-document-2:before{content:"\e251"}.icon-file-1:before{content:"\e252"}.icon-file-2:before{content:"\e253"}.icon-file-add:before{content:"\e254"}.icon-file-attention:before{content:"\e255"}.icon-file-block:before{content:"\e256"}.icon-file-bookmark:before{content:"\e257"}.icon-file-checked:before{content:"\e258"}.icon-file-code:before{content:"\e259"}.icon-file-delete:before{content:"\e25a"}.icon-file-download:before{content:"\e25b"}.icon-file-edit:before{content:"\e25c"}.icon-file-favorite-1:before{content:"\e25d"}.icon-file-favorite-2:before{content:"\e25e"}.icon-file-graph-1:before{content:"\e25f"}.icon-file-graph-2:before{content:"\e260"}.icon-file-home:before{content:"\e261"}.icon-file-image-1:before{content:"\e262"}.icon-file-image-2:before{content:"\e263"}.icon-file-list:before{content:"\e264"}.icon-file-lock:before{content:"\e265"}.icon-file-media:before{content:"\e266"}.icon-file-minus:before{content:"\e267"}.icon-file-music:before{content:"\e268"}.icon-file-new:before{content:"\e269"}.icon-file-registry:before{content:"\e26a"}.icon-file-search:before{content:"\e26b"}.icon-file-setting:before{content:"\e26c"}.icon-file-sync:before{content:"\e26d"}.icon-file-table:before{content:"\e26e"}.icon-file-thumbnail:before{content:"\e26f"}.icon-file-time:before{content:"\e270"}.icon-file-transfer:before{content:"\e271"}.icon-file-upload:before{content:"\e272"}.icon-file-zip:before{content:"\e273"}.icon-files-1:before{content:"\e274"}.icon-files-2:before{content:"\e275"}.icon-files-3:before{content:"\e276"}.icon-files-4:before{content:"\e277"}.icon-files-5:before{content:"\e278"}.icon-files-6:before{content:"\e279"}.icon-hand-file-1:before{content:"\e27a"}.icon-hand-file-2:before{content:"\e27b"}.icon-note-paper-1:before{content:"\e27c"}.icon-note-paper-2:before{content:"\e27d"}.icon-note-paper-add:before{content:"\e27e"}.icon-note-paper-attention:before{content:"\e27f"}.icon-note-paper-block:before{content:"\e280"}.icon-note-paper-checked:before{content:"\e281"}.icon-note-paper-delete:before{content:"\e282"}.icon-note-paper-download:before{content:"\e283"}.icon-note-paper-edit:before{content:"\e284"}.icon-note-paper-favorite:before{content:"\e285"}.icon-note-paper-lock:before{content:"\e286"}.icon-note-paper-minus:before{content:"\e287"}.icon-note-paper-search:before{content:"\e288"}.icon-note-paper-sync:before{content:"\e289"}.icon-note-paper-upload:before{content:"\e28a"}.icon-print:before{content:"\e28b"}.icon-folder-1:before{content:"\e28c"}.icon-folder-2:before{content:"\e28d"}.icon-folder-3:before{content:"\e28e"}.icon-folder-4:before{content:"\e28f"}.icon-folder-add:before{content:"\e290"}.icon-folder-attention:before{content:"\e291"}.icon-folder-block:before{content:"\e292"}.icon-folder-bookmark:before{content:"\e293"}.icon-folder-checked:before{content:"\e294"}.icon-folder-code:before{content:"\e295"}.icon-folder-delete:before{content:"\e296"}.icon-folder-download:before{content:"\e297"}.icon-folder-edit:before{content:"\e298"}.icon-folder-favorite:before{content:"\e299"}.icon-folder-home:before{content:"\e29a"}.icon-folder-image:before{content:"\e29b"}.icon-folder-lock:before{content:"\e29c"}.icon-folder-media:before{content:"\e29d"}.icon-folder-minus:before{content:"\e29e"}.icon-folder-music:before{content:"\e29f"}.icon-folder-new:before{content:"\e2a0"}.icon-folder-search:before{content:"\e2a1"}.icon-folder-setting:before{content:"\e2a2"}.icon-folder-share-1:before{content:"\e2a3"}.icon-folder-share-2:before{content:"\e2a4"}.icon-folder-sync:before{content:"\e2a5"}.icon-folder-transfer:before{content:"\e2a6"}.icon-folder-upload:before{content:"\e2a7"}.icon-folder-zip:before{content:"\e2a8"}.icon-add-1:before{content:"\e2a9"}.icon-add-2:before{content:"\e2aa"}.icon-add-3:before{content:"\e2ab"}.icon-add-4:before{content:"\e2ac"}.icon-add-tag:before{content:"\e2ad"}.icon-arrow-1:before{content:"\e2ae"}.icon-arrow-2:before{content:"\e2af"}.icon-arrow-down-1:before{content:"\e2b0"}.icon-arrow-down-2:before{content:"\e2b1"}.icon-arrow-left-1:before{content:"\e2b2"}.icon-arrow-left-2:before{content:"\e2b3"}.icon-arrow-move-1:before{content:"\e2b4"}.icon-arrow-move-down:before{content:"\e2b5"}.icon-arrow-move-left:before{content:"\e2b6"}.icon-arrow-move-right:before{content:"\e2b7"}.icon-arrow-move-up:before{content:"\e2b8"}.icon-arrow-right-1:before{content:"\e2b9"}.icon-arrow-right-2:before{content:"\e2ba"}.icon-arrow-up-1:before{content:"\e2bb"}.icon-arrow-up-2:before{content:"\e2bc"}.icon-back:before{content:"\e2bd"}.icon-center-expand:before{content:"\e2be"}.icon-center-reduce:before{content:"\e2bf"}.icon-delete-1-1:before,.icon-times:before{content:"\e2c0"}.icon-delete-2-1:before{content:"\e2c1"}.icon-delete-3:before{content:"\e2c2"}.icon-delete-4:before{content:"\e2c3"}.icon-delete-tag:before{content:"\e2c4"}.icon-expand-horizontal:before{content:"\e2c5"}.icon-expand-vertical:before{content:"\e2c6"}.icon-forward-3:before{content:"\e2c7"}.icon-infinity:before{content:"\e2c8"}.icon-loading:before{content:"\e2c9"}.icon-log-out-1:before{content:"\e2ca"}.icon-loop-1:before{content:"\e2cb"}.icon-loop-2:before{content:"\e2cc"}.icon-loop-3:before{content:"\e2cd"}.icon-minus-1:before{content:"\e2ce"}.icon-minus-2:before{content:"\e2cf"}.icon-minus-3:before{content:"\e2d0"}.icon-minus-4:before{content:"\e2d1"}.icon-minus-tag:before{content:"\e2d2"}.icon-move-diagonal-1:before{content:"\e2d3"}.icon-move-diagonal-2:before{content:"\e2d4"}.icon-move-horizontal-1:before{content:"\e2d5"}.icon-move-horizontal-2:before{content:"\e2d6"}.icon-move-vertical-1:before{content:"\e2d7"}.icon-move-vertical-2:before{content:"\e2d8"}.icon-next-1-1:before{content:"\e2d9"}.icon-next-2-1:before{content:"\e2da"}.icon-power-1-1:before{content:"\e2db"}.icon-power-2-1:before{content:"\e2dc"}.icon-power-3:before{content:"\e2dd"}.icon-power-4:before{content:"\e2de"}.icon-power-5:before{content:"\e2df"}.icon-recycle:before{content:"\e2e0"}.icon-refresh:before{content:"\e2e1"}.icon-repeat:before{content:"\e2e2"}.icon-return:before{content:"\e2e3"}.icon-scale-all-1:before{content:"\e2e4"}.icon-scale-center:before{content:"\e2e5"}.icon-scale-horizontal-1:before{content:"\e2e6"}.icon-scale-horizontal-2:before{content:"\e2e7"}.icon-scale-reduce-1:before{content:"\e2e8"}.icon-scale-reduce-2:before{content:"\e2e9"}.icon-scale-reduce-3:before{content:"\e2ea"}.icon-scale-spread-1:before{content:"\e2eb"}.icon-scale-spread-2:before{content:"\e2ec"}.icon-scale-spread-3:before{content:"\e2ed"}.icon-scale-vertical-1:before{content:"\e2ee"}.icon-scale-vertical-2:before{content:"\e2ef"}.icon-scroll-horizontal-1:before{content:"\e2f0"}.icon-scroll-horizontal-2:before{content:"\e2f1"}.icon-scroll-omnidirectional-1:before{content:"\e2f2"}.icon-scroll-omnidirectional-2:before{content:"\e2f3"}.icon-scroll-vertical-1:before{content:"\e2f4"}.icon-scroll-vertical-2:before{content:"\e2f5"}.icon-shuffle:before{content:"\e2f6"}.icon-split:before{content:"\e2f7"}.icon-sync-1:before{content:"\e2f8"}.icon-sync-2:before{content:"\e2f9"}.icon-timer:before{content:"\e2fa"}.icon-transfer:before{content:"\e2fb"}.icon-transfer-1-1:before{content:"\e2fc"}.icon-chat-1-1:before{content:"\e2fd"}.icon-chat-2-1:before{content:"\e2fe"}.icon-check-1:before{content:"\e2ff"}.icon-check-2:before{content:"\e300"}.icon-check-3:before{content:"\e301"}.icon-check-4:before{content:"\e302"}.icon-check-bubble:before{content:"\e303"}.icon-check-list:before{content:"\e304"}.icon-check-shield:before{content:"\e305"}.icon-cross-1:before{content:"\e306"}.icon-cross-bubble:before{content:"\e307"}.icon-cross-shield:before{content:"\e308"}.icon-briefcase:before{content:"\e309"}.icon-brightness-high:before{content:"\e30a"}.icon-brightness-low:before{content:"\e30b"}.icon-hammer-1:before{content:"\e30c"}.icon-hammer-2:before{content:"\e30d"}.icon-pulse:before{content:"\e30e"}.icon-scale:before{content:"\e30f"}.icon-screw-driver:before{content:"\e310"}.icon-setting-adjustment:before{content:"\e311"}.icon-setting-gear:before{content:"\e312"}.icon-setting-gears-1:before{content:"\e313"}.icon-setting-gears-2:before{content:"\e314"}.icon-setting-wrenches:before{content:"\e315"}.icon-switch-1:before{content:"\e316"}.icon-switch-2:before{content:"\e317"}.icon-wrench:before{content:"\e318"}.icon-alarm-1:before{content:"\e319"}.icon-alarm-clock:before{content:"\e31a"}.icon-alarm-no:before{content:"\e31b"}.icon-alarm-snooze:before{content:"\e31c"}.icon-bell:before{content:"\e31d"}.icon-calendar-1:before{content:"\e31e"}.icon-calendar-2:before{content:"\e31f"}.icon-clock-1:before{content:"\e320"}.icon-clock-2:before{content:"\e321"}.icon-clock-3:before{content:"\e322"}.icon-hourglass-1:before{content:"\e323"}.icon-hourglass-2:before{content:"\e324"}.icon-timer-1:before{content:"\e325"}.icon-timer-3-quarter-1:before{content:"\e326"}.icon-timer-3-quarter-2:before{content:"\e327"}.icon-timer-full-1:before{content:"\e328"}.icon-timer-full-2:before{content:"\e329"}.icon-timer-half-1:before{content:"\e32a"}.icon-timer-half-2:before{content:"\e32b"}.icon-timer-half-3:before{content:"\e32c"}.icon-timer-half-4:before{content:"\e32d"}.icon-timer-quarter-1:before{content:"\e32e"}.icon-timer-quarter-2:before{content:"\e32f"}.icon-watch-1:before{content:"\e330"}.icon-watch-2:before{content:"\e331"}.icon-alert-1:before{content:"\e332"}.icon-alert-2:before{content:"\e333"}.icon-alert-3:before{content:"\e334"}.icon-information:before{content:"\e335"}.icon-nuclear-1:before{content:"\e336"}.icon-nuclear-2:before{content:"\e337"}.icon-question-mark:before{content:"\e338"}.icon-abacus:before{content:"\e339"}.icon-amex-card:before{content:"\e33a"}.icon-atm:before{content:"\e33b"}.icon-balance:before{content:"\e33c"}.icon-bank-1:before{content:"\e33d"}.icon-bank-2:before{content:"\e33e"}.icon-bank-note:before{content:"\e33f"}.icon-bank-notes-1:before{content:"\e340"}.icon-bank-notes-2:before{content:"\e341"}.icon-bitcoins:before{content:"\e342"}.icon-board-1:before{content:"\e343"}.icon-box-1:before{content:"\e344"}.icon-box-2:before{content:"\e345"}.icon-box-3:before{content:"\e346"}.icon-box-download:before{content:"\e347"}.icon-box-shipping:before{content:"\e348"}.icon-box-upload:before{content:"\e349"}.icon-business-chart-1:before{content:"\e34a"}.icon-business-chart-2:before{content:"\e34b"}.icon-calculator-1:before{content:"\e34c"}.icon-calculator-2:before{content:"\e34d"}.icon-calculator-3:before{content:"\e34e"}.icon-cash-register:before{content:"\e34f"}.icon-chart-board:before{content:"\e350"}.icon-chart-down:before{content:"\e351"}.icon-chart-up:before{content:"\e352"}.icon-check:before{content:"\e353"}.icon-coins-1:before{content:"\e354"}.icon-coins-2:before{content:"\e355"}.icon-court:before{content:"\e356"}.icon-credit-card:before{content:"\e357"}.icon-credit-card-lock:before{content:"\e358"}.icon-delivery:before{content:"\e359"}.icon-dollar-bag:before{content:"\e35a"}.icon-dollar-currency-1:before{content:"\e35b"}.icon-dollar-currency-2:before{content:"\e35c"}.icon-dollar-currency-3:before{content:"\e35d"}.icon-dollar-currency-4:before{content:"\e35e"}.icon-euro-bag:before{content:"\e35f"}.icon-euro-currency-1:before{content:"\e360"}.icon-euro-currency-2:before{content:"\e361"}.icon-euro-currency-3:before{content:"\e362"}.icon-euro-currency-4:before{content:"\e363"}.icon-forklift:before{content:"\e364"}.icon-hand-card:before{content:"\e365"}.icon-hand-coin:before{content:"\e366"}.icon-keynote:before{content:"\e367"}.icon-master-card:before{content:"\e368"}.icon-money:before{content:"\e369"}.icon-parking-meter:before{content:"\e36a"}.icon-percent-1:before{content:"\e36b"}.icon-percent-2:before{content:"\e36c"}.icon-percent-3:before{content:"\e36d"}.icon-percent-4:before{content:"\e36e"}.icon-percent-5:before{content:"\e36f"}.icon-percent-up:before{content:"\e370"}.icon-pie-chart-1:before{content:"\e371"}.icon-pie-chart-2:before{content:"\e372"}.icon-piggy-bank:before{content:"\e373"}.icon-pound-currency-1:before{content:"\e374"}.icon-pound-currency-2:before{content:"\e375"}.icon-pound-currency-3:before{content:"\e376"}.icon-pound-currency-4:before{content:"\e377"}.icon-safe-1:before{content:"\e378"}.icon-safe-2:before{content:"\e379"}.icon-shop:before{content:"\e37a"}.icon-sign:before{content:"\e37b"}.icon-trolley:before{content:"\e37c"}.icon-truck-1:before{content:"\e37d"}.icon-truck-2:before{content:"\e37e"}.icon-visa-card:before{content:"\e37f"}.icon-yen-currency-1:before{content:"\e380"}.icon-yen-currency-2:before{content:"\e381"}.icon-yen-currency-3:before{content:"\e382"}.icon-yen-currency-4:before{content:"\e383"}.icon-add-marker-1:before{content:"\e384"}.icon-add-marker-2:before{content:"\e385"}.icon-add-marker-3:before{content:"\e386"}.icon-add-marker-4:before{content:"\e387"}.icon-add-marker-5:before{content:"\e388"}.icon-compass-1:before{content:"\e389"}.icon-compass-2:before{content:"\e38a"}.icon-compass-3:before{content:"\e38b"}.icon-delete-marker-1:before{content:"\e38c"}.icon-delete-marker-2:before{content:"\e38d"}.icon-delete-marker-3:before{content:"\e38e"}.icon-delete-marker-4:before{content:"\e38f"}.icon-delete-marker-5:before{content:"\e390"}.icon-favorite-marker:before{content:"\e391"}.icon-favorite-marker-1:before{content:"\e392"}.icon-favorite-marker-2:before{content:"\e393"}.icon-favorite-marker-3:before{content:"\e394"}.icon-globe:before{content:"\e395"}.icon-location:before{content:"\e396"}.icon-map-1:before{content:"\e397"}.icon-map-location:before{content:"\e398"}.icon-map-marker-1:before{content:"\e399"}.icon-map-marker-2:before{content:"\e39a"}.icon-map-marker-3:before{content:"\e39b"}.icon-map-marker-4:before{content:"\e39c"}.icon-map-pin:before{content:"\e39d"}.icon-map-pin-marker:before{content:"\e39e"}.icon-marker-1:before{content:"\e39f"}.icon-marker-2:before{content:"\e3a0"}.icon-marker-3:before{content:"\e3a1"}.icon-marker-4:before{content:"\e3a2"}.icon-minus-marker-1:before{content:"\e3a3"}.icon-minus-marker-2:before{content:"\e3a4"}.icon-minus-marker-3:before{content:"\e3a5"}.icon-minus-marker-4:before{content:"\e3a6"}.icon-pin-1-1:before{content:"\e3a7"}.icon-pin-2-1:before{content:"\e3a8"}.icon-pin-location:before{content:"\e3a9"}.icon-anchor:before{content:"\e3aa"}.icon-bank:before{content:"\e3ab"}.icon-beach:before{content:"\e3ac"}.icon-boat:before{content:"\e3ad"}.icon-building-1:before{content:"\e3ae"}.icon-building-2:before{content:"\e3af"}.icon-building-3:before{content:"\e3b0"}.icon-buildings-1:before{content:"\e3b1"}.icon-buildings-2:before{content:"\e3b2"}.icon-buildings-3:before{content:"\e3b3"}.icon-buildings-4:before{content:"\e3b4"}.icon-castle:before{content:"\e3b5"}.icon-column:before{content:"\e3b6"}.icon-direction-sign:before{content:"\e3b7"}.icon-factory:before{content:"\e3b8"}.icon-fence:before{content:"\e3b9"}.icon-garage:before{content:"\e3ba"}.icon-globe-1:before{content:"\e3bb"}.icon-globe-2:before{content:"\e3bc"}.icon-house-1:before{content:"\e3bd"}.icon-house-2:before{content:"\e3be"}.icon-house-3:before{content:"\e3bf"}.icon-house-4:before{content:"\e3c0"}.icon-library:before{content:"\e3c1"}.icon-light-house:before{content:"\e3c2"}.icon-pine-tree:before{content:"\e3c3"}.icon-pisa:before{content:"\e3c4"}.icon-skyscraper:before{content:"\e3c5"}.icon-temple:before{content:"\e3c6"}.icon-treasure-map:before{content:"\e3c7"}.icon-tree:before{content:"\e3c8"}.icon-attention:before{content:"\e3c9"}.icon-bug-1:before{content:"\e3ca"}.icon-bug-2:before{content:"\e3cb"}.icon-css3:before{content:"\e3cc"}.icon-firewall:before{content:"\e3cd"}.icon-html5:before{content:"\e3ce"}.icon-plugin-1:before{content:"\e3cf"}.icon-plugin-2:before{content:"\e3d0"}.icon-script:before{content:"\e3d1"}.icon-new-window:before{content:"\e3d2"}.icon-window-1:before{content:"\e3d3"}.icon-window-2:before{content:"\e3d4"}.icon-window-3:before{content:"\e3d5"}.icon-window-add:before{content:"\e3d6"}.icon-window-alert:before{content:"\e3d7"}.icon-window-check:before{content:"\e3d8"}.icon-window-code-1:before{content:"\e3d9"}.icon-window-code-2:before{content:"\e3da"}.icon-window-code-3:before{content:"\e3db"}.icon-window-column:before{content:"\e3dc"}.icon-window-delete:before{content:"\e3dd"}.icon-window-denied:before{content:"\e3de"}.icon-window-download-1:before{content:"\e3df"}.icon-window-download-2:before{content:"\e3e0"}.icon-window-edit:before{content:"\e3e1"}.icon-window-favorite-1:before{content:"\e3e2"}.icon-window-favorite-2:before{content:"\e3e3"}.icon-window-graph-1:before{content:"\e3e4"}.icon-window-graph-2:before{content:"\e3e5"}.icon-window-hand:before{content:"\e3e6"}.icon-window-home:before{content:"\e3e7"}.icon-window-list-1:before{content:"\e3e8"}.icon-window-list-2:before{content:"\e3e9"}.icon-window-lock:before{content:"\e3ea"}.icon-window-minimize:before{content:"\e3eb"}.icon-window-minus:before{content:"\e3ec"}.icon-window-refresh:before{content:"\e3ed"}.icon-window-registry:before{content:"\e3ee"}.icon-window-search:before{content:"\e3ef"}.icon-window-selection-1:before{content:"\e3f0"}.icon-window-selection-2:before{content:"\e3f1"}.icon-window-setting:before{content:"\e3f2"}.icon-window-sync:before{content:"\e3f3"}.icon-window-thumbnail-1:before{content:"\e3f4"}.icon-window-thumbnail-2:before{content:"\e3f5"}.icon-window-time:before{content:"\e3f6"}.icon-window-upload-1:before{content:"\e3f7"}.icon-window-upload-2:before{content:"\e3f8"}.icon-database:before{content:"\e3f9"}.icon-database-alert:before{content:"\e3fa"}.icon-database-block:before{content:"\e3fb"}.icon-database-check:before{content:"\e3fc"}.icon-database-delete:before{content:"\e3fd"}.icon-database-download:before{content:"\e3fe"}.icon-database-editor:before{content:"\e3ff"}.icon-database-lock:before{content:"\e400"}.icon-database-minus:before{content:"\e401"}.icon-database-network:before{content:"\e402"}.icon-database-plus:before{content:"\e403"}.icon-database-refresh:before{content:"\e404"}.icon-database-search:before{content:"\e405"}.icon-database-setting:before{content:"\e406"}.icon-database-sync:before{content:"\e407"}.icon-database-time:before{content:"\e408"}.icon-database-upload:before{content:"\e409"}.icon-battery-charging:before{content:"\e40a"}.icon-battery-full:before{content:"\e40b"}.icon-battery-high:before{content:"\e40c"}.icon-battery-low:before{content:"\e40d"}.icon-battery-medium:before{content:"\e40e"}.icon-cd-1:before{content:"\e40f"}.icon-cd-2:before{content:"\e410"}.icon-chip:before{content:"\e411"}.icon-computer:before{content:"\e412"}.icon-disc:before{content:"\e413"}.icon-filter:before{content:"\e414"}.icon-floppy-disk:before{content:"\e415"}.icon-gameboy:before{content:"\e416"}.icon-harddisk-1:before{content:"\e417"}.icon-harddisk-2:before{content:"\e418"}.icon-imac:before{content:"\e419"}.icon-ipad-1:before{content:"\e41a"}.icon-ipad-2:before{content:"\e41b"}.icon-ipod:before{content:"\e41c"}.icon-joystick-1:before{content:"\e41d"}.icon-joystick-2:before{content:"\e41e"}.icon-joystick-3:before{content:"\e41f"}.icon-keyboard-1:before{content:"\e420"}.icon-keyboard-2:before{content:"\e421"}.icon-kindle-1:before{content:"\e422"}.icon-kindle-2:before{content:"\e423"}.icon-laptop-1:before{content:"\e424"}.icon-laptop-2:before{content:"\e425"}.icon-memory-card:before{content:"\e426"}.icon-mobile-phone:before{content:"\e427"}.icon-mouse-1:before{content:"\e428"}.icon-mouse-2:before{content:"\e429"}.icon-mp3player:before{content:"\e42a"}.icon-plug-1:before{content:"\e42b"}.icon-plug-2:before{content:"\e42c"}.icon-plug-slot:before{content:"\e42d"}.icon-printer:before{content:"\e42e"}.icon-projector:before{content:"\e42f"}.icon-remote:before{content:"\e430"}.icon-router:before{content:"\e431"}.icon-screen-1:before{content:"\e432"}.icon-screen-2:before{content:"\e433"}.icon-screen-3:before{content:"\e434"}.icon-screen-4:before{content:"\e435"}.icon-smartphone-1:before{content:"\e436"}.icon-television-1:before{content:"\e437"}.icon-typewriter-1:before{content:"\e438"}.icon-typewriter-2:before{content:"\e439"}.icon-usb-1:before{content:"\e43a"}.icon-usb-2:before{content:"\e43b"}.icon-webcam:before{content:"\e43c"}.icon-wireless-router-1:before{content:"\e43d"}.icon-wireless-router-2:before{content:"\e43e"}.icon-bluetooth:before{content:"\e43f"}.icon-ethernet:before{content:"\e440"}.icon-ethernet-slot:before{content:"\e441"}.icon-firewire-1:before{content:"\e442"}.icon-firewire-2:before{content:"\e443"}.icon-network-1:before{content:"\e444"}.icon-network-2:before{content:"\e445"}.icon-server-1:before{content:"\e446"}.icon-server-2:before{content:"\e447"}.icon-server-3:before{content:"\e448"}.icon-usb:before{content:"\e449"}.icon-wireless-signal:before{content:"\e44a"}.icon-book:before{content:"\e44b"}.icon-book-1:before{content:"\e44c"}.icon-book-2:before{content:"\e44d"}.icon-book-3:before{content:"\e44e"}.icon-book-4:before{content:"\e44f"}.icon-book-5:before{content:"\e450"}.icon-book-6:before{content:"\e451"}.icon-book-7:before{content:"\e452"}.icon-book-download-1:before{content:"\e453"}.icon-book-download-2:before{content:"\e454"}.icon-book-favorite-1:before{content:"\e455"}.icon-bookmark-1-1:before{content:"\e456"}.icon-bookmark-2-1:before{content:"\e457"}.icon-bookmark-3-1:before{content:"\e458"}.icon-bookmark-4-1:before{content:"\e459"}.icon-books-1:before{content:"\e45a"}.icon-books-2:before{content:"\e45b"}.icon-books-3:before{content:"\e45c"}.icon-briefcase-1:before{content:"\e45d"}.icon-contact-book-1:before{content:"\e45e"}.icon-contact-book-2:before{content:"\e45f"}.icon-contact-book-3:before{content:"\e460"}.icon-contact-book-4:before{content:"\e461"}.icon-copyright:before{content:"\e462"}.icon-creative-commons:before{content:"\e463"}.icon-cube:before{content:"\e464"}.icon-data-filter:before{content:"\e465"}.icon-document-box-1:before{content:"\e466"}.icon-document-box-2:before{content:"\e467"}.icon-document-box-3:before{content:"\e468"}.icon-drawer-1:before{content:"\e469"}.icon-drawer-2:before{content:"\e46a"}.icon-drawer-3:before{content:"\e46b"}.icon-envelope:before{content:"\e46c"}.icon-favortie-book-2:before{content:"\e46d"}.icon-file:before{content:"\e46e"}.icon-files:before{content:"\e46f"}.icon-filter-1:before{content:"\e470"}.icon-filter-2:before{content:"\e471"}.icon-layers-1:before{content:"\e472"}.icon-list-1:before{content:"\e473"}.icon-list-2:before{content:"\e474"}.icon-newspaper-1:before{content:"\e475"}.icon-newspaper-2:before{content:"\e476"}.icon-registry-1:before{content:"\e477"}.icon-registry-2:before{content:"\e478"}.icon-shield-1:before{content:"\e479"}.icon-shield-2:before{content:"\e47a"}.icon-shield-3:before{content:"\e47b"}.icon-sketchbook:before{content:"\e47c"}.icon-sound-book:before{content:"\e47d"}.icon-thumbnails-1:before{content:"\e47e"}.icon-thumbnails-2:before{content:"\e47f"}.icon-hierarchy-1:before{content:"\e480"}.icon-hierarchy-2:before{content:"\e481"}.icon-hierarchy-3:before{content:"\e482"}.icon-hierarchy-4:before{content:"\e483"}.icon-hierarchy-5:before{content:"\e484"}.icon-hierarchy-6:before{content:"\e485"}.icon-hierarchy-7:before{content:"\e486"}.icon-hierarchy-8:before{content:"\e487"}.icon-network-1-1:before{content:"\e488"}.icon-network-2-1:before{content:"\e489"}.icon-backpack:before{content:"\e48a"}.icon-balance-1:before{content:"\e48b"}.icon-bed:before{content:"\e48c"}.icon-bench:before{content:"\e48d"}.icon-bomb-1:before{content:"\e48e"}.icon-bricks:before{content:"\e48f"}.icon-bullets:before{content:"\e490"}.icon-buoy-ring:before{content:"\e491"}.icon-campfire:before{content:"\e492"}.icon-can:before{content:"\e493"}.icon-candle:before{content:"\e494"}.icon-canon:before{content:"\e495"}.icon-cctv-1:before{content:"\e496"}.icon-cctv-2:before{content:"\e497"}.icon-chair:before{content:"\e498"}.icon-chair-director:before{content:"\e499"}.icon-cigarette:before{content:"\e49a"}.icon-construction-sign:before{content:"\e49b"}.icon-diamond:before{content:"\e49c"}.icon-disabled:before{content:"\e49d"}.icon-door:before{content:"\e49e"}.icon-drawer:before{content:"\e49f"}.icon-driller:before{content:"\e4a0"}.icon-dumbbell:before{content:"\e4a1"}.icon-fire-extinguisher:before{content:"\e4a2"}.icon-flashlight:before{content:"\e4a3"}.icon-gas-station:before{content:"\e4a4"}.icon-gun:before{content:"\e4a5"}.icon-lamp-1:before{content:"\e4a6"}.icon-lamp-2:before{content:"\e4a7"}.icon-lamp-3:before{content:"\e4a8"}.icon-lamp-4:before{content:"\e4a9"}.icon-lightbulb-1:before{content:"\e4aa"}.icon-lightbulb-2:before{content:"\e4ab"}.icon-measuring-tape:before{content:"\e4ac"}.icon-mine-cart:before{content:"\e4ad"}.icon-missile:before{content:"\e4ae"}.icon-ring:before{content:"\e4af"}.icon-scale-1:before{content:"\e4b0"}.icon-shovel:before{content:"\e4b1"}.icon-smoke-no:before{content:"\e4b2"}.icon-sofa-1:before{content:"\e4b3"}.icon-sofa-2:before{content:"\e4b4"}.icon-sofa-3:before{content:"\e4b5"}.icon-target:before{content:"\e4b6"}.icon-torch:before{content:"\e4b7"}.icon-traffic-cone:before{content:"\e4b8"}.icon-traffic-light-1:before{content:"\e4b9"}.icon-traffic-light-2:before{content:"\e4ba"}.icon-treasure-1:before{content:"\e4bb"}.icon-treasure-2:before{content:"\e4bc"}.icon-trowel:before{content:"\e4bd"}.icon-watering-can:before{content:"\e4be"}.icon-weigh:before{content:"\e4bf"}.icon-academic-cap:before{content:"\e4c0"}.icon-baseball-helmet:before{content:"\e4c1"}.icon-beanie:before{content:"\e4c2"}.icon-bike-helmet:before{content:"\e4c3"}.icon-bow:before{content:"\e4c4"}.icon-cap:before{content:"\e4c5"}.icon-chaplin:before{content:"\e4c6"}.icon-chef-hat:before{content:"\e4c7"}.icon-cloth-hanger:before{content:"\e4c8"}.icon-fins:before{content:"\e4c9"}.icon-football-helmet:before{content:"\e4ca"}.icon-glasses:before{content:"\e4cb"}.icon-glasses-1:before{content:"\e4cc"}.icon-glasses-2:before{content:"\e4cd"}.icon-magician-hat:before{content:"\e4ce"}.icon-monocle-1:before{content:"\e4cf"}.icon-monocle-2:before{content:"\e4d0"}.icon-necktie:before{content:"\e4d1"}.icon-polo-shirt:before{content:"\e4d2"}.icon-safety-helmet:before{content:"\e4d3"}.icon-scuba-tank:before{content:"\e4d4"}.icon-shirt-1:before{content:"\e4d5"}.icon-shirt-2:before{content:"\e4d6"}.icon-sneakers:before{content:"\e4d7"}.icon-snorkel:before{content:"\e4d8"}.icon-sombrero:before{content:"\e4d9"}.icon-sunglasses:before{content:"\e4da"}.icon-tall-hat:before{content:"\e4db"}.icon-trousers:before{content:"\e4dc"}.icon-walking-stick:before{content:"\e4dd"}.icon-arrow-redo:before{content:"\e4de"}.icon-arrow-undo:before{content:"\e4df"}.icon-bold:before{content:"\e4e0"}.icon-columns:before{content:"\e4e1"}.icon-eraser:before{content:"\e4e2"}.icon-font-color:before{content:"\e4e3"}.icon-html:before{content:"\e4e4"}.icon-italic:before{content:"\e4e5"}.icon-list-1-1:before{content:"\e4e6"}.icon-list-2-1:before{content:"\e4e7"}.icon-list-3:before{content:"\e4e8"}.icon-list-4:before{content:"\e4e9"}.icon-paragraph:before{content:"\e4ea"}.icon-paste:before{content:"\e4eb"}.icon-print-preview:before{content:"\e4ec"}.icon-quote:before{content:"\e4ed"}.icon-strikethrough:before{content:"\e4ee"}.icon-text:before{content:"\e4ef"}.icon-text-wrapping-1:before{content:"\e4f0"}.icon-text-wrapping-2:before{content:"\e4f1"}.icon-text-wrapping-3:before{content:"\e4f2"}.icon-underline:before{content:"\e4f3"}.icon-align-center:before{content:"\e4f4"}.icon-align-left:before{content:"\e4f5"}.icon-align-right:before{content:"\e4f6"}.icon-all-caps:before{content:"\e4f7"}.icon-arrange-2-1:before{content:"\e4f8"}.icon-arrange-2-2:before{content:"\e4f9"}.icon-arrange-2-3:before{content:"\e4fa"}.icon-arrange-2-4:before{content:"\e4fb"}.icon-arrange-3-1:before{content:"\e4fc"}.icon-arrange-3-2:before{content:"\e4fd"}.icon-arrange-3-3:before{content:"\e4fe"}.icon-arrange-3-4:before{content:"\e4ff"}.icon-arrange-3-5:before{content:"\e500"}.icon-arrange-4-1:before{content:"\e501"}.icon-arrange-4-2:before{content:"\e502"}.icon-arrange-4-3:before{content:"\e503"}.icon-arrange-5:before{content:"\e504"}.icon-consolidate-all:before{content:"\e505"}.icon-decrease-indent-1:before{content:"\e506"}.icon-decrease-indent-2:before{content:"\e507"}.icon-horizontal-page:before{content:"\e508"}.icon-increase-indent-1:before{content:"\e509"}.icon-increase-indent-2:before{content:"\e50a"}.icon-justify:before{content:"\e50b"}.icon-leading-1:before{content:"\e50c"}.icon-leading-2:before{content:"\e50d"}.icon-left-indent:before{content:"\e50e"}.icon-right-indent:before{content:"\e50f"}.icon-small-caps:before{content:"\e510"}.icon-vertical-page:before{content:"\e511"}.icon-alt-mac:before{content:"\e512"}.icon-alt-windows:before{content:"\e513"}.icon-arrow-down:before{content:"\e5f7"}.icon-arrow-down-left:before{content:"\e515"}.icon-arrow-down-right:before{content:"\e516"}.icon-arrow-left:before{content:"\e517"}.icon-arrow-right:before{content:"\e518"}.icon-arrow-up:before{content:"\e5f6"}.icon-arrow-up-left:before{content:"\e51a"}.icon-arrow-up-right:before{content:"\e51b"}.icon-asterisk-1:before{content:"\e51c"}.icon-asterisk-2:before{content:"\e51d"}.icon-back-tab-1:before{content:"\e51e"}.icon-back-tab-2:before{content:"\e51f"}.icon-backward-delete:before{content:"\e520"}.icon-blank:before{content:"\e521"}.icon-eject:before{content:"\e522"}.icon-enter-1:before{content:"\e523"}.icon-enter-2:before{content:"\e524"}.icon-escape:before{content:"\e525"}.icon-page-down:before{content:"\e526"}.icon-page-up:before{content:"\e527"}.icon-return-1:before{content:"\e528"}.icon-shift:before{content:"\e529"}.icon-shift-2:before{content:"\e52a"}.icon-tab:before{content:"\e52b"}.icon-apple:before{content:"\e52c"}.icon-beer:before{content:"\e52d"}.icon-boil:before{content:"\e52e"}.icon-bottle-1:before{content:"\e52f"}.icon-bottle-2:before{content:"\e530"}.icon-bottle-3:before{content:"\e531"}.icon-bottle-4:before{content:"\e532"}.icon-bread:before{content:"\e533"}.icon-burger-1:before{content:"\e534"}.icon-burger-2:before{content:"\e535"}.icon-cake-1:before{content:"\e536"}.icon-cake-2:before{content:"\e537"}.icon-champagne:before{content:"\e538"}.icon-cheese:before{content:"\e539"}.icon-cocktail-1:before{content:"\e53a"}.icon-cocktail-2:before{content:"\e53b"}.icon-cocktail-3:before{content:"\e53c"}.icon-coffee-cup:before{content:"\e53d"}.icon-coffee-cup-1:before{content:"\e53e"}.icon-coffee-pot:before{content:"\e53f"}.icon-deep-fry:before{content:"\e540"}.icon-energy-drink:before{content:"\e541"}.icon-espresso-machine:before{content:"\e542"}.icon-food-dome:before{content:"\e543"}.icon-fork-and-knife:before{content:"\e544"}.icon-fork-and-spoon:before{content:"\e545"}.icon-grape:before{content:"\e546"}.icon-grater:before{content:"\e547"}.icon-grill:before{content:"\e548"}.icon-hot-drinks-glass:before{content:"\e549"}.icon-hotdog:before{content:"\e54a"}.icon-ice-cream-1:before{content:"\e54b"}.icon-ice-cream-2:before{content:"\e54c"}.icon-ice-cream-3:before{content:"\e54d"}.icon-ice-drinks-glass:before{content:"\e54e"}.icon-juicer:before{content:"\e54f"}.icon-kitchen-timer:before{content:"\e550"}.icon-milk:before{content:"\e551"}.icon-orange:before{content:"\e552"}.icon-oven:before{content:"\e553"}.icon-pan-fry:before{content:"\e554"}.icon-pepper-salt:before{content:"\e555"}.icon-pizza:before{content:"\e556"}.icon-pop-corn:before{content:"\e557"}.icon-serving:before{content:"\e558"}.icon-soda:before{content:"\e559"}.icon-soda-can-1:before{content:"\e55a"}.icon-soda-can-2:before{content:"\e55b"}.icon-steam:before{content:"\e55c"}.icon-tea-pot:before{content:"\e55d"}.icon-thermometer-high:before{content:"\e55e"}.icon-thermometer-low:before{content:"\e55f"}.icon-thermometer-medium:before{content:"\e560"}.icon-water:before{content:"\e561"}.icon-wine:before{content:"\e562"}.icon-ambulance:before{content:"\e563"}.icon-beaker-1:before{content:"\e564"}.icon-beaker-2:before{content:"\e565"}.icon-blood:before{content:"\e566"}.icon-drug:before{content:"\e567"}.icon-first-aid:before{content:"\e568"}.icon-hashish:before{content:"\e569"}.icon-heart-pulse:before{content:"\e56a"}.icon-hospital-1:before{content:"\e56b"}.icon-hospital-2:before{content:"\e56c"}.icon-hospital-sign-1:before{content:"\e56d"}.icon-hospital-sign-2:before{content:"\e56e"}.icon-hospital-sign-3:before{content:"\e56f"}.icon-medicine:before{content:"\e570"}.icon-microscope:before{content:"\e571"}.icon-mortar-and-pestle:before{content:"\e572"}.icon-plaster:before{content:"\e573"}.icon-pulse-graph-1:before{content:"\e574"}.icon-pulse-graph-2:before{content:"\e575"}.icon-pulse-graph-3:before{content:"\e576"}.icon-red-cross:before{content:"\e577"}.icon-stethoscope:before{content:"\e578"}.icon-syringe:before{content:"\e579"}.icon-yin-yang:before{content:"\e57a"}.icon-balloon:before{content:"\e57b"}.icon-briefcase-lock:before{content:"\e57c"}.icon-card:before{content:"\e57d"}.icon-cards-1:before{content:"\e57e"}.icon-cards-2:before{content:"\e57f"}.icon-curtain:before{content:"\e580"}.icon-dice-1:before{content:"\e581"}.icon-dice-2:before{content:"\e582"}.icon-pacman:before{content:"\e583"}.icon-pacman-ghost:before{content:"\e584"}.icon-sign-1:before{content:"\e585"}.icon-smiley-happy:before{content:"\e586"}.icon-smiley-sad:before{content:"\e0e6"}.icon-smiley-relax:before{content:"\e0e5"}.icon-smileys:before{content:"\e588"}.icon-suitcase-1:before{content:"\e589"}.icon-suitcase-2:before{content:"\e58a"}.icon-tetris:before{content:"\e58b"}.icon-ticket-1:before{content:"\e58c"}.icon-ticket-2:before{content:"\e58d"}.icon-ticket-3:before{content:"\e58e"}.icon-virus:before{content:"\e58f"}.icon-cloud-1:before{content:"\e590"}.icon-cloud-lightning:before{content:"\e591"}.icon-clouds:before{content:"\e592"}.icon-first-quarter-half-moon:before{content:"\e593"}.icon-full-moon:before{content:"\e594"}.icon-hail:before{content:"\e595"}.icon-heavy-rain:before{content:"\e596"}.icon-moon-cloud:before{content:"\e597"}.icon-rain:before{content:"\e598"}.icon-rain-lightning:before{content:"\e599"}.icon-snow:before{content:"\e59a"}.icon-sun:before{content:"\e59b"}.icon-sun-cloud:before{content:"\e59c"}.icon-thermometer:before{content:"\e59d"}.icon-third-quarter-half-moon:before{content:"\e59e"}.icon-umbrella:before{content:"\e59f"}.icon-waning-crescent-moon:before{content:"\e5a0"}.icon-waning-gibbous-moon:before{content:"\e5a1"}.icon-waxing-crescent-moon:before{content:"\e5a2"}.icon-waxing-gibbous-moon:before{content:"\e5a3"}.icon-bicycle:before{content:"\e5a4"}.icon-bus-1:before{content:"\e5a5"}.icon-bus-2:before{content:"\e5a6"}.icon-car-1:before{content:"\e5a7"}.icon-car-2:before{content:"\e5a8"}.icon-car-3:before{content:"\e5a9"}.icon-car-4:before{content:"\e5aa"}.icon-helicopter:before{content:"\e5ab"}.icon-mountain-bike:before{content:"\e5ac"}.icon-pickup:before{content:"\e5ad"}.icon-plane-1:before{content:"\e5ae"}.icon-plane-2:before{content:"\e5af"}.icon-plane-landing:before{content:"\e5b0"}.icon-plane-takeoff:before{content:"\e5b1"}.icon-road:before{content:"\e5b2"}.icon-road-bike:before{content:"\e5b3"}.icon-rocket:before{content:"\e5b4"}.icon-scooter:before{content:"\e5b5"}.icon-ship:before{content:"\e5b6"}.icon-train:before{content:"\e5b7"}.icon-tram:before{content:"\e5b8"}.icon-cactus:before{content:"\e5b9"}.icon-clover:before{content:"\e5ba"}.icon-flower:before{content:"\e5bb"}.icon-hand-eco:before{content:"\e5bc"}.icon-hand-globe:before{content:"\e5bd"}.icon-leaf:before{content:"\e5be"}.icon-light-eco:before{content:"\e5bf"}.icon-potted-plant-1:before{content:"\e5c0"}.icon-potted-plant-2:before{content:"\e5c1"}.icon-2-fingers-down-swipe:before{content:"\e5c2"}.icon-2-fingers-horizontal-swipe:before{content:"\e5c3"}.icon-2-fingers-left-swipe:before{content:"\e5c4"}.icon-2-fingers-omnidirectional-swipe:before{content:"\e5c5"}.icon-2-fingers-right-swipe:before{content:"\e5c6"}.icon-2-fingers-tab-hold:before{content:"\e5c7"}.icon-2-fingers-tap:before{content:"\e5c8"}.icon-2-fingers-up-swipe:before{content:"\e5c9"}.icon-2-fingers-vertical-swipe:before{content:"\e5ca"}.icon-2finger-double-tap:before{content:"\e5cb"}.icon-double-tap:before{content:"\e5cc"}.icon-drag-down:before{content:"\e5cd"}.icon-drag-horizontal:before{content:"\e5ce"}.icon-drag-left:before{content:"\e5cf"}.icon-drag-right:before{content:"\e5d0"}.icon-drag-up:before{content:"\e5d1"}.icon-drag-vertical:before{content:"\e5d2"}.icon-filck-down:before{content:"\e5d3"}.icon-flick-up:before{content:"\e5d4"}.icon-horizontal-flick:before{content:"\e5d5"}.icon-left-flick:before{content:"\e5d6"}.icon-omnidirectional-drag:before{content:"\e5d7"}.icon-omnidirectional-flick:before{content:"\e5d8"}.icon-omnidirectional-swipe:before{content:"\e5d9"}.icon-pinch:before{content:"\e5da"}.icon-right-flick:before{content:"\e5db"}.icon-rotate-clockwise:before{content:"\e5dc"}.icon-rotate-counterclockwise:before{content:"\e5dd"}.icon-spread:before{content:"\e5de"}.icon-swipe-down:before{content:"\e5df"}.icon-swipe-horizontal:before{content:"\e5e0"}.icon-swipe-left:before{content:"\e5e1"}.icon-swipe-right:before{content:"\e5e2"}.icon-swipe-up:before{content:"\e5e3"}.icon-swipe-vertical:before{content:"\e5e4"}.icon-tap:before{content:"\e5e5"}.icon-tap-hold:before{content:"\e5e6"}.icon-vertical-flick:before{content:"\e5e7"}.icon-arrow-1-1:before{content:"\e5e8"}.icon-arrow-2-1:before{content:"\e5e9"}.icon-arrow-3:before{content:"\e5ea"}.icon-arrow-4:before{content:"\e5eb"}.icon-arrow-5:before{content:"\e5ec"}.icon-arrow-6:before{content:"\e5ed"}.icon-arrow-7:before{content:"\e5ee"}.icon-arrow-8:before{content:"\e5ef"}.icon-arrow-9:before{content:"\e5f0"}.icon-arrow-10:before{content:"\e5f1"}.icon-arrow-11:before{content:"\e5f2"}.icon-arrow-12:before{content:"\e5f3"}.icon-arrow-13:before{content:"\e5f4"}.icon-arrow-14:before{content:"\e5f5"}.icon-arrow-15:before{content:"\e5f6"}.icon-arrow-16:before{content:"\e5f7"}.icon-arrow-17:before{content:"\e5f8"}.icon-arrow-18:before{content:"\e5f9"}.icon-arrow-19:before{content:"\e5fa"}.icon-arrow-20:before{content:"\e5fb"}.icon-arrow-21:before{content:"\e5fc"}.icon-arrow-22:before{content:"\e5fd"}.icon-arrow-23:before{content:"\e5fe"}.icon-arrow-24:before{content:"\e5ff"}.icon-arrow-25:before{content:"\e600"}.icon-arrow-26:before{content:"\e601"}.icon-arrow-27:before{content:"\e602"}.icon-arrow-28:before{content:"\e603"}.icon-arrow-29:before{content:"\e604"}.icon-arrow-30:before{content:"\e605"}.icon-arrow-31:before{content:"\e606"}.icon-arrow-32:before{content:"\e607"}.icon-arrow-33:before{content:"\e608"}.icon-arrow-34:before{content:"\e609"}.icon-arrow-35:before{content:"\e60a"}.icon-arrow-36:before{content:"\e60b"}.icon-arrow-37:before{content:"\e60c"}.icon-arrow-38:before{content:"\e60d"}.icon-arrow-39:before{content:"\e60e"}.icon-arrow-40:before{content:"\e60f"}.icon-arrow-41:before{content:"\e610"}.icon-arrow-42:before{content:"\e611"}.icon-arrow-43:before{content:"\e612"}.icon-arrow-44:before{content:"\e613"}.icon-arrow-45:before{content:"\e614"}.icon-arrow-46:before{content:"\e615"}.icon-arrow-47:before{content:"\e616"}.icon-arrow-48:before{content:"\e617"}.icon-arrow-49:before{content:"\e618"}.icon-arrow-50:before{content:"\e619"}.icon-arrow-51:before{content:"\e61a"}.icon-arrow-52:before{content:"\e61b"}.icon-arrow-53:before{content:"\e61c"}.icon-arrow-54:before{content:"\e61d"}.icon-arrow-55:before{content:"\e61e"}.icon-arrow-56:before{content:"\e61f"}.icon-arrow-57:before{content:"\e620"}.icon-arrow-58:before{content:"\e621"}.icon-arrow-59:before{content:"\e622"}.icon-arrow-60:before{content:"\e623"}.icon-arrow-61:before{content:"\e624"}.icon-arrow-62:before{content:"\e625"}.icon-arrow-63:before{content:"\e626"}.icon-arrow-64:before{content:"\e627"}.icon-arrow-65:before{content:"\e628"}.icon-arrow-66:before{content:"\e629"}.icon-arrow-67:before{content:"\e62a"}.icon-arrow-68:before{content:"\e62b"}.icon-arrow-69:before{content:"\e62c"}.icon-arrow-70:before{content:"\e62d"}.icon-arrow-71:before{content:"\e62e"}.icon-arrow-72:before{content:"\e62f"}.icon-arrow-circle-1:before{content:"\e630"}.icon-arrow-circle-2:before{content:"\e631"}.icon-arrow-circle-3:before{content:"\e632"}.icon-arrow-circle-4:before{content:"\e633"}.icon-arrow-circle-5:before{content:"\e634"}.icon-arrow-circle-6:before{content:"\e635"}.icon-arrow-circle-7:before{content:"\e636"}.icon-arrow-circle-8:before{content:"\e637"}.icon-arrow-circle-9:before{content:"\e638"}.icon-arrow-circle-10:before{content:"\e639"}.icon-arrow-circle-11:before{content:"\e63a"}.icon-arrow-circle-12:before{content:"\e63b"}.icon-arrow-circle-13:before{content:"\e63c"}.icon-arrow-circle-14:before{content:"\e63d"}.icon-arrow-circle-15:before{content:"\e63e"}.icon-arrow-circle-16:before{content:"\e63f"}.icon-arrow-circle-17:before{content:"\e640"}.icon-arrow-circle-18:before{content:"\e641"}.icon-arrow-circle-19:before{content:"\e642"}.icon-arrow-circle-20:before{content:"\e643"}.icon-arrow-circle-21:before{content:"\e644"}.icon-arrow-circle-22:before{content:"\e645"}.icon-arrow-circle-23:before{content:"\e646"}.icon-arrow-circle-24:before{content:"\e647"}.icon-arrow-circle-25:before{content:"\e648"}.icon-arrow-circle-26:before{content:"\e649"}.icon-arrow-circle-27:before{content:"\e64a"}.icon-arrow-circle-28:before{content:"\e64b"}.icon-arrow-circle-29:before{content:"\e64c"}.icon-arrow-circle-30:before{content:"\e64d"}.icon-arrow-delete-1:before{content:"\e64e"}.icon-arrow-delete-2:before{content:"\e64f"}.icon-arrow-dot-1:before{content:"\e650"}.icon-arrow-dot-2:before{content:"\e651"}.icon-arrow-dot-3:before{content:"\e652"}.icon-arrow-dot-4:before{content:"\e653"}.icon-arrow-dot-5:before{content:"\e654"}.icon-arrow-dot-6:before{content:"\e655"}.icon-arrow-rectangle-1:before{content:"\e656"}.icon-arrow-rectangle-2:before{content:"\e657"}.icon-arrow-rectangle-3:before{content:"\e658"}.icon-arrow-rectangle-4:before{content:"\e659"}.icon-arrow-rectangle-5:before{content:"\e65a"}.icon-arrow-rectangle-6:before{content:"\e65b"}.icon-arrow-rectangle-7:before{content:"\e65c"}.icon-arrow-rectangle-8:before{content:"\e65d"}.icon-arrow-rectangle-9:before{content:"\e65e"}.icon-arrow-rectangle-10:before{content:"\e65f"}.icon-arrow-rectangle-11:before{content:"\e660"}.icon-arrow-rectangle-12:before{content:"\e661"}.icon-arrow-rectangle-13:before{content:"\e662"}.icon-arrow-rectangle-14:before{content:"\e663"}.icon-arrow-rectangle-15:before{content:"\e664"}.icon-arrow-rectangle-16:before{content:"\e665"}.icon-arrow-rectangle-17:before{content:"\e666"}.icon-arrow-rectangle-18:before{content:"\e667"}.icon-arrow-rectangle-19:before{content:"\e668"}.icon-arrow-rectangle-20:before{content:"\e669"}.icon-search:before{content:"\e01f"}.icon-envelope-o:before{content:"\e124"}.icon-heart:before{content:"\e093"}.icon-star:before{content:"\e09d"}.icon-check:before{content:"\e2fd"}.icon-power-off:before{content:"\e2df"}.icon-gear:before{content:"\e312"}.icon-flag:before{content:"\e085"}.icon-eye:before{content:"\e02c"}.icon-thumbs-o-up:before{content:"\e090"}.icon-comments-o:before{content:"\e0c2"}.icon-thumbs-up:before{content:"\e090"}.icon-thumbs-down:before{content:"\e091"}.icon-link:before{content:"\e014"}.icon-sad:before{content:"\e0e7"}.icon-reply:before{content:"\e143"}.icon-info3:before{content:"\e335"}.icon-home2:before{content:"\e3be"}.icon-tag4:before{content:"\e04d"}.icon-clock:before{content:"\e322"}.icon-bubble2:before{content:"\e0a8"}.icon-users:before{content:"\e174"}.iconf-bin-1:before{content:"a"}.iconf-bin-2:before{content:"b"}.iconf-binocular:before{content:"c"}.iconf-bomb:before{content:"d"}.iconf-clip-1:before{content:"e"}.iconf-clip-2:before{content:"f"}.iconf-crosshair-1:before{content:"g"}.iconf-crosshair-2:before{content:"h"}.iconf-crosshair-3:before{content:"i"}.iconf-cutter:before{content:"j"}.iconf-delete-1:before{content:"k"}.iconf-delete-2:before{content:"l"}.iconf-edit-1:before{content:"m"}.iconf-edit-2:before{content:"n"}.iconf-edit-3:before{content:"o"}.iconf-hide:before{content:"p"}.iconf-ink:before{content:"q"}.iconf-key-1:before{content:"r"}.iconf-key-2:before{content:"s"}.iconf-link-1:before{content:"t"}.iconf-link-2:before{content:"u"}.iconf-link-3:before{content:"v"}.iconf-link-broken-1:before{content:"w"}.iconf-link-broken-2:before{content:"x"}.iconf-lock-1:before{content:"y"}.iconf-lock-2:before{content:"z"}.iconf-lock-3:before{content:"A"}.iconf-lock-4:before{content:"B"}.iconf-lock-5:before{content:"C"}.iconf-lock-unlock-1:before{content:"D"}.iconf-lock-unlock-2:before{content:"E"}.iconf-magnifier:before{content:"F"}.iconf-pen-1:before{content:"G"}.iconf-pen-2:before{content:"H"}.iconf-pen-3:before{content:"I"}.iconf-pen-4:before{content:"J"}.iconf-pencil-1:before{content:"K"}.iconf-pencil-2:before{content:"L"}.iconf-pencil-3:before{content:"M"}.iconf-pin-1:before{content:"N"}.iconf-pin-2:before{content:"O"}.iconf-power-1:before{content:"P"}.iconf-power-2:before{content:"Q"}.iconf-preview-1:before{content:"R"}.iconf-preview-2:before{content:"S"}.iconf-scissor-1:before{content:"T"}.iconf-scissor-2:before{content:"U"}.iconf-skull-1:before{content:"V"}.iconf-skull-2:before{content:"W"}.iconf-type-1:before{content:"X"}.iconf-type-2:before{content:"Y"}.iconf-type-3:before{content:"Z"}.iconf-type-4:before{content:"0"}.iconf-zoom-area:before{content:"1"}.iconf-zoom-in:before{content:"2"}.iconf-zoom-out:before{content:"3"}.iconf-cursor-1:before{content:"4"}.iconf-cursor-2:before{content:"5"}.iconf-cursor-3:before{content:"6"}.iconf-cursor-6:before{content:"7"}.iconf-cursor-move:before{content:"8"}.iconf-cursor-select-area:before{content:"9"}.iconf-cursors:before{content:"!"}.iconf-hand:before{content:"\""}.iconf-hand-block:before{content:"#"}.iconf-hand-grab-1:before{content:"$"}.iconf-hand-grab-2:before{content:"%"}.iconf-hand-point:before{content:"&"}.iconf-hand-touch-1:before{content:"'"}.iconf-hand-touch-2:before{content:"("}.iconf-hand-touch-3:before{content:")"}.iconf-hand-touch-4:before{content:"*"}.iconf-bookmark-1:before{content:"+"}.iconf-bookmark-2:before{content:","}.iconf-bookmark-3:before{content:"-"}.iconf-bookmark-4:before{content:"."}.iconf-tag-1:before{content:"/"}.iconf-tag-2:before{content:":"}.iconf-tag-add:before{content:";"}.iconf-tag-delete:before{content:"<"}.iconf-tags-1:before{content:"="}.iconf-tags-2:before{content:">"}.iconf-anchor-point-1:before{content:"?"}.iconf-anchor-point-2:before{content:"@"}.iconf-arrange-1:before{content:"["}.iconf-arrange-2:before{content:"]"}.iconf-board:before{content:"^"}.iconf-brush-1:before{content:"_"}.iconf-brush-2:before{content:"`"}.iconf-bucket:before{content:"{"}.iconf-crop:before{content:"|"}.iconf-dropper-1:before{content:"}"}.iconf-dropper-2:before{content:"~"}.iconf-dropper-3:before{content:"\\"}.iconf-glue:before{content:"\e000"}.iconf-grid:before{content:"\e001"}.iconf-layers:before{content:"\e002"}.iconf-magic-wand-1:before{content:"\e003"}.iconf-magic-wand-2:before{content:"\e004"}.iconf-magnet:before{content:"\e005"}.iconf-marker:before{content:"\e006"}.iconf-palette:before{content:"\e007"}.iconf-pen-5:before{content:"\e008"}.iconf-pen-6:before{content:"\e009"}.iconf-quill:before{content:"\e00a"}.iconf-reflect:before{content:"\e00b"}.iconf-roller:before{content:"\e00c"}.iconf-ruler-1:before{content:"\e00d"}.iconf-ruler-2:before{content:"\e00e"}.iconf-scale-diagonal-1:before{content:"\e00f"}.iconf-scale-diagonal-2:before{content:"\e010"}.iconf-scale-horizontal:before{content:"\e011"}.iconf-scale-tool-1:before{content:"\e012"}.iconf-scale-tool-2:before{content:"\e013"}.iconf-scale-tool-3:before{content:"\e014"}.iconf-scale-vertical:before{content:"\e015"}.iconf-shear-tool:before{content:"\e016"}.iconf-spray:before{content:"\e017"}.iconf-stamp:before{content:"\e018"}.iconf-stationery-1:before{content:"\e019"}.iconf-stationery-2:before{content:"\e01a"}.iconf-stationery-3:before{content:"\e01b"}.iconf-vector:before{content:"\e01c"}.iconf-award-1:before{content:"\e01d"}.iconf-award-2:before{content:"\e01e"}.iconf-award-3:before{content:"\e01f"}.iconf-award-4:before{content:"\e020"}.iconf-award-5:before{content:"\e021"}.iconf-award-6:before{content:"\e022"}.iconf-crown-1:before{content:"\e023"}.iconf-crown-2:before{content:"\e024"}.iconf-crown-3:before{content:"\e025"}.iconf-fire:before{content:"\e026"}.iconf-flag-1:before{content:"\e027"}.iconf-flag-2:before{content:"\e028"}.iconf-flag-3:before{content:"\e029"}.iconf-flag-4:before{content:"\e02a"}.iconf-flag-5:before{content:"\e02b"}.iconf-flag-6:before{content:"\e02c"}.iconf-flag-7:before{content:"\e02d"}.iconf-flag-8:before{content:"\e02e"}.iconf-google-plus-1:before{content:"\e02f"}.iconf-google-plus-2:before{content:"\e030"}.iconf-hand-like-1:before{content:"\e031"}.iconf-hand-like-2:before{content:"\e032"}.iconf-hand-unlike-1:before{content:"\e033"}.iconf-hand-unlike-2:before{content:"\e034"}.iconf-heart-1:before{content:"\e035"}.iconf-heart-2:before{content:"\e036"}.iconf-heart-angel:before{content:"\e037"}.iconf-heart-broken:before{content:"\e038"}.iconf-heart-minus:before{content:"\e039"}.iconf-heart-plus:before{content:"\e03a"}.iconf-present:before{content:"\e03b"}.iconf-rank-1:before{content:"\e03c"}.iconf-rank-2:before{content:"\e03d"}.iconf-ribbon:before{content:"\e03e"}.iconf-star-1:before{content:"\e03f"}.iconf-star-2:before{content:"\e040"}.iconf-star-3:before{content:"\e041"}.iconf-star-4:before{content:"\e042"}.iconf-star-5:before{content:"\e043"}.iconf-star-6:before{content:"\e044"}.iconf-star-7:before{content:"\e045"}.iconf-star-8:before{content:"\e046"}.iconf-star-9:before{content:"\e047"}.iconf-star-10:before{content:"\e048"}.iconf-trophy:before{content:"\e049"}.iconf-baloon:before{content:"\e04a"}.iconf-bubble-1:before{content:"\e04b"}.iconf-bubble-2:before{content:"\e04c"}.iconf-bubble-add-1:before{content:"\e04d"}.iconf-bubble-add-2:before{content:"\e04e"}.iconf-bubble-add-3:before{content:"\e04f"}.iconf-bubble-ask-1:before{content:"\e050"}.iconf-bubble-ask-2:before{content:"\e051"}.iconf-bubble-attention-2:before{content:"\e052"}.iconf-bubble-attention-3:before{content:"\e053"}.iconf-bubble-attention-4:before{content:"\e054"}.iconf-bubble-attention-6:before{content:"\e055"}.iconf-bubble-attention-7:before{content:"\e056"}.iconf-bubble-block-1:before{content:"\e057"}.iconf-bubble-block-2:before{content:"\e058"}.iconf-bubble-block-3:before{content:"\e059"}.iconf-bubble-chat-1:before{content:"\e05a"}.iconf-bubble-chat-2:before{content:"\e05b"}.iconf-bubble-check-1:before{content:"\e05c"}.iconf-bubble-check-2:before{content:"\e05d"}.iconf-bubble-check-3:before{content:"\e05e"}.iconf-bubble-comment-1:before{content:"\e05f"}.iconf-bubble-comment-2:before{content:"\e060"}.iconf-bubble-conversation-1:before{content:"\e061"}.iconf-bubble-conversation-2:before{content:"\e062"}.iconf-bubble-conversation-3:before{content:"\e063"}.iconf-bubble-conversation-4:before{content:"\e064"}.iconf-bubble-conversation-5:before{content:"\e065"}.iconf-bubble-conversation-6:before{content:"\e066"}.iconf-bubble-delete-1:before{content:"\e067"}.iconf-bubble-delete-2:before{content:"\e068"}.iconf-bubble-delete-3:before{content:"\e069"}.iconf-bubble-edit-1:before{content:"\e06a"}.iconf-bubble-edit-2:before{content:"\e06b"}.iconf-bubble-edit-3:before{content:"\e06c"}.iconf-bubble-heart-1:before{content:"\e06d"}.iconf-bubble-heart-2:before{content:"\e06e"}.iconf-bubble-information:before{content:"\e06f"}.iconf-bubble-information-1:before{content:"\e070"}.iconf-bubble-minus-1:before{content:"\e071"}.iconf-bubble-minus-2:before{content:"\e072"}.iconf-bubble-minus-3:before{content:"\e073"}.iconf-bubble-quote-1:before{content:"\e074"}.iconf-bubble-quote-2:before{content:"\e075"}.iconf-bubble-smiley-1:before{content:"\e076"}.iconf-bubble-smiley-2:before{content:"\e077"}.iconf-bubble-smiley-3:before{content:"\e078"}.iconf-bubble-smiley-4:before{content:"\e079"}.iconf-bubble-star-1:before{content:"\e07a"}.iconf-bubble-star-2:before{content:"\e07b"}.iconf-bubble-star-3:before{content:"\e07c"}.iconf-chat-1:before{content:"\e07d"}.iconf-chat-2:before{content:"\e07e"}.iconf-chat-3:before{content:"\e07f"}.iconf-chat-4:before{content:"\e080"}.iconf-chat-5:before{content:"\e081"}.iconf-chat-6:before{content:"\e082"}.iconf-chat-7:before{content:"\e083"}.iconf-smiley-happy-1:before{content:"\e084"}.iconf-smiley-happy-2:before{content:"\e085"}.iconf-smiley-happy-3:before{content:"\e086"}.iconf-smiley-happy-4:before{content:"\e087"}.iconf-smiley-happy-5:before{content:"\e088"}.iconf-smiley-sad-1:before{content:"\e089"}.iconf-smiley-surprise:before{content:"\e08a"}.iconf-smiley-wink:before{content:"\e08b"}.iconf-call-1:before{content:"\e08c"}.iconf-call-2:before{content:"\e08d"}.iconf-call-3:before{content:"\e08e"}.iconf-call-4:before{content:"\e08f"}.iconf-call-add:before{content:"\e090"}.iconf-call-block:before{content:"\e091"}.iconf-call-delete:before{content:"\e092"}.iconf-call-in:before{content:"\e093"}.iconf-call-minus:before{content:"\e094"}.iconf-call-out:before{content:"\e095"}.iconf-contact:before{content:"\e096"}.iconf-fax:before{content:"\e097"}.iconf-hang-up:before{content:"\e098"}.iconf-message:before{content:"\e099"}.iconf-mobile-phone-1:before{content:"\e09a"}.iconf-mobile-phone-2:before{content:"\e09b"}.iconf-phone-1:before{content:"\e09c"}.iconf-phone-2:before{content:"\e09d"}.iconf-phone-3:before{content:"\e09e"}.iconf-phone-4:before{content:"\e09f"}.iconf-phone-vibration:before{content:"\e0a0"}.iconf-signal-fine:before{content:"\e0a1"}.iconf-signal-full:before{content:"\e0a2"}.iconf-signal-high:before{content:"\e0a3"}.iconf-signal-no:before{content:"\e0a4"}.iconf-signal-poor:before{content:"\e0a5"}.iconf-signal-weak:before{content:"\e0a6"}.iconf-smartphone:before{content:"\e0a7"}.iconf-tape:before{content:"\e0a8"}.iconf-camera-symbol-1:before{content:"\e0a9"}.iconf-camera-symbol-2:before{content:"\e0aa"}.iconf-camera-symbol-3:before{content:"\e0ab"}.iconf-headphone:before{content:"\e0ac"}.iconf-antenna-1:before{content:"\e0ad"}.iconf-antenna-2:before{content:"\e0ae"}.iconf-antenna-3:before{content:"\e0af"}.iconf-hotspot-1:before{content:"\e0b0"}.iconf-hotspot-2:before{content:"\e0b1"}.iconf-link:before{content:"\e0b2"}.iconf-megaphone-1:before{content:"\e0b3"}.iconf-megaphone-2:before{content:"\e0b4"}.iconf-radar:before{content:"\e0b5"}.iconf-rss-1:before{content:"\e0b6"}.iconf-rss-2:before{content:"\e0b7"}.iconf-satellite:before{content:"\e0b8"}.iconf-address-1:before{content:"\e0b9"}.iconf-address-2:before{content:"\e0ba"}.iconf-address-3:before{content:"\e0bb"}.iconf-forward:before{content:"\e0bc"}.iconf-inbox-1:before{content:"\e0bd"}.iconf-inbox-2:before{content:"\e0be"}.iconf-inbox-3:before{content:"\e0bf"}.iconf-inbox-4:before{content:"\e0c0"}.iconf-letter-1:before{content:"\e0c1"}.iconf-letter-2:before{content:"\e0c2"}.iconf-letter-3:before{content:"\e0c3"}.iconf-letter-4:before{content:"\e0c4"}.iconf-letter-5:before{content:"\e0c5"}.iconf-mail-1:before{content:"\e0c6"}.iconf-mail-2:before{content:"\e0c7"}.iconf-mail-add:before{content:"\e0c8"}.iconf-mail-attention:before{content:"\e0c9"}.iconf-mail-block:before{content:"\e0ca"}.iconf-mail-box-1:before{content:"\e0cb"}.iconf-mail-box-2:before{content:"\e0cc"}.iconf-mail-box-3:before{content:"\e0cd"}.iconf-mail-checked:before{content:"\e0ce"}.iconf-mail-compose:before{content:"\e0cf"}.iconf-mail-delete:before{content:"\e0d0"}.iconf-mail-favorite:before{content:"\e0d1"}.iconf-mail-inbox:before{content:"\e0d2"}.iconf-mail-lock:before{content:"\e0d3"}.iconf-mail-minus:before{content:"\e0d4"}.iconf-mail-read:before{content:"\e0d5"}.iconf-mail-recieved-1:before{content:"\e0d6"}.iconf-mail-recieved-2:before{content:"\e0d7"}.iconf-mail-search-1:before{content:"\e0d8"}.iconf-mail-search-2:before{content:"\e0d9"}.iconf-mail-sent-1:before{content:"\e0da"}.iconf-mail-sent-2:before{content:"\e0db"}.iconf-mail-setting:before{content:"\e0dc"}.iconf-mail-star:before{content:"\e0dd"}.iconf-mail-sync:before{content:"\e0de"}.iconf-mail-time:before{content:"\e0df"}.iconf-outbox-1:before{content:"\e0e0"}.iconf-outbox-2:before{content:"\e0e1"}.iconf-plane-paper-1:before{content:"\e0e2"}.iconf-plane-paper-2:before{content:"\e0e3"}.iconf-reply-mail-1:before{content:"\e0e4"}.iconf-reply-mail-2:before{content:"\e0e5"}.iconf-connection-1:before{content:"\e0e6"}.iconf-connection-2:before{content:"\e0e7"}.iconf-connection-3:before{content:"\e0e8"}.iconf-contacts-1:before{content:"\e0e9"}.iconf-contacts-2:before{content:"\e0ea"}.iconf-contacts-3:before{content:"\e0eb"}.iconf-contacts-4:before{content:"\e0ec"}.iconf-female:before{content:"\e0ed"}.iconf-gender:before{content:"\e0ee"}.iconf-gender-female:before{content:"\e0ef"}.iconf-gender-male:before{content:"\e0f0"}.iconf-id-1:before{content:"\e0f1"}.iconf-id-2:before{content:"\e0f2"}.iconf-id-3:before{content:"\e0f3"}.iconf-id-4:before{content:"\e0f4"}.iconf-id-5:before{content:"\e0f5"}.iconf-id-6:before{content:"\e0f6"}.iconf-id-7:before{content:"\e0f7"}.iconf-id-8:before{content:"\e0f8"}.iconf-male:before{content:"\e0f9"}.iconf-profile-1:before{content:"\e0fa"}.iconf-profile-2:before{content:"\e0fb"}.iconf-profile-3:before{content:"\e0fc"}.iconf-profile-4:before{content:"\e0fd"}.iconf-profile-5:before{content:"\e0fe"}.iconf-profile-6:before{content:"\e0ff"}.iconf-profile-athlete:before{content:"\e100"}.iconf-profile-bussiness-man:before{content:"\e101"}.iconf-profile-cook:before{content:"\e102"}.iconf-profile-cop:before{content:"\e103"}.iconf-profile-doctor-1:before{content:"\e104"}.iconf-profile-doctor-2:before{content:"\e105"}.iconf-profile-gentleman-1:before{content:"\e106"}.iconf-profile-gentleman-2:before{content:"\e107"}.iconf-profile-graduate:before{content:"\e108"}.iconf-profile-king:before{content:"\e109"}.iconf-profile-lady-1:before{content:"\e10a"}.iconf-profile-lady-2:before{content:"\e10b"}.iconf-profile-man:before{content:"\e10c"}.iconf-profile-nurse-1:before{content:"\e10d"}.iconf-profile-nurse-2:before{content:"\e10e"}.iconf-profile-prisoner:before{content:"\e10f"}.iconf-profile-serviceman-1:before{content:"\e110"}.iconf-profile-serviceman-2:before{content:"\e111"}.iconf-profile-spy:before{content:"\e112"}.iconf-profile-teacher:before{content:"\e113"}.iconf-profile-thief:before{content:"\e114"}.iconf-user-1:before{content:"\e115"}.iconf-user-2:before{content:"\e116"}.iconf-user-add-1:before{content:"\e117"}.iconf-user-add-2:before{content:"\e118"}.iconf-user-block-1:before{content:"\e119"}.iconf-user-block-2:before{content:"\e11a"}.iconf-user-checked-1:before{content:"\e11b"}.iconf-user-checked-2:before{content:"\e11c"}.iconf-user-delete-1:before{content:"\e11d"}.iconf-user-delete-2:before{content:"\e11e"}.iconf-user-edit-1:before{content:"\e11f"}.iconf-user-edit-2:before{content:"\e120"}.iconf-user-heart-1:before{content:"\e121"}.iconf-user-heart-2:before{content:"\e122"}.iconf-user-lock:before{content:"\e123"}.iconf-user-lock-1:before{content:"\e124"}.iconf-user-minus-1:before{content:"\e125"}.iconf-user-minus-2:before{content:"\e126"}.iconf-user-search-1:before{content:"\e127"}.iconf-user-search-2:before{content:"\e128"}.iconf-user-setting-1:before{content:"\e129"}.iconf-user-setting-2:before{content:"\e12a"}.iconf-user-star-1:before{content:"\e12b"}.iconf-user-star-2:before{content:"\e12c"}.iconf-basket-1:before{content:"\e12d"}.iconf-basket-2:before{content:"\e12e"}.iconf-basket-3:before{content:"\e12f"}.iconf-basket-add:before{content:"\e130"}.iconf-basket-minus:before{content:"\e131"}.iconf-briefcase-2:before{content:"\e132"}.iconf-cart-1:before{content:"\e133"}.iconf-cart-2:before{content:"\e134"}.iconf-cart-3:before{content:"\e135"}.iconf-cart-4:before{content:"\e136"}.iconf-cut:before{content:"\e137"}.iconf-hand-bag-1:before{content:"\e138"}.iconf-hand-bag-2:before{content:"\e139"}.iconf-purse-1:before{content:"\e13a"}.iconf-purse-2:before{content:"\e13b"}.iconf-qr-code:before{content:"\e13c"}.iconf-receipt-1:before{content:"\e13d"}.iconf-receipt-2:before{content:"\e13e"}.iconf-receipt-3:before{content:"\e13f"}.iconf-receipt-4:before{content:"\e140"}.iconf-shopping-1:before{content:"\e141"}.iconf-shopping-bag-1:before{content:"\e142"}.iconf-shopping-bag-2:before{content:"\e143"}.iconf-shopping-bag-3:before{content:"\e144"}.iconf-sign-new-1:before{content:"\e145"}.iconf-sign-new-2:before{content:"\e146"}.iconf-sign-park:before{content:"\e147"}.iconf-sign-star:before{content:"\e148"}.iconf-trolley-1:before{content:"\e149"}.iconf-trolley-2:before{content:"\e14a"}.iconf-trolley-3:before{content:"\e14b"}.iconf-trolley-load:before{content:"\e14c"}.iconf-trolley-off:before{content:"\e14d"}.iconf-wallet-1:before{content:"\e14e"}.iconf-wallet-2:before{content:"\e14f"}.iconf-wallet-3:before{content:"\e150"}.iconf-camera-1:before{content:"\e151"}.iconf-camera-2:before{content:"\e152"}.iconf-camera-3:before{content:"\e153"}.iconf-camera-4:before{content:"\e154"}.iconf-camera-5:before{content:"\e155"}.iconf-camera-back:before{content:"\e156"}.iconf-camera-focus:before{content:"\e157"}.iconf-camera-frames:before{content:"\e158"}.iconf-camera-front:before{content:"\e159"}.iconf-camera-graph-1:before{content:"\e15a"}.iconf-camera-graph-2:before{content:"\e15b"}.iconf-camera-landscape:before{content:"\e15c"}.iconf-camera-lens-1:before{content:"\e15d"}.iconf-camera-lens-2:before{content:"\e15e"}.iconf-camera-light:before{content:"\e15f"}.iconf-camera-portrait:before{content:"\e160"}.iconf-camera-view:before{content:"\e161"}.iconf-film-1:before{content:"\e162"}.iconf-film-2:before{content:"\e163"}.iconf-photo-1:before{content:"\e164"}.iconf-photo-2:before{content:"\e165"}.iconf-photo-frame:before{content:"\e166"}.iconf-photos-1:before{content:"\e167"}.iconf-photos-2:before{content:"\e168"}.iconf-polaroid:before{content:"\e169"}.iconf-signal-camera-1:before{content:"\e16a"}.iconf-signal-camera-2:before{content:"\e16b"}.iconf-user-photo:before{content:"\e16c"}.iconf-backward-1:before{content:"\e16d"}.iconf-dvd-player:before{content:"\e16e"}.iconf-eject-1:before{content:"\e16f"}.iconf-film-3:before{content:"\e170"}.iconf-forward-1:before{content:"\e171"}.iconf-handy-cam:before{content:"\e172"}.iconf-movie-play-1:before{content:"\e173"}.iconf-movie-play-2:before{content:"\e174"}.iconf-movie-play-3:before{content:"\e175"}.iconf-next-1:before{content:"\e176"}.iconf-pause-1:before{content:"\e177"}.iconf-play-1:before{content:"\e178"}.iconf-player:before{content:"\e179"}.iconf-previous-1:before{content:"\e17a"}.iconf-record-1:before{content:"\e17b"}.iconf-slate:before{content:"\e17c"}.iconf-stop-1:before{content:"\e17d"}.iconf-television:before{content:"\e17e"}.iconf-video-camera-1:before{content:"\e17f"}.iconf-video-camera-2:before{content:"\e180"}.iconf-backward-2:before{content:"\e181"}.iconf-cd:before{content:"\e182"}.iconf-eject-2:before{content:"\e183"}.iconf-equalizer-1:before{content:"\e184"}.iconf-equalizer-2:before{content:"\e185"}.iconf-forward-2:before{content:"\e186"}.iconf-gramophone:before{content:"\e187"}.iconf-gramophone-record:before{content:"\e188"}.iconf-guitar:before{content:"\e189"}.iconf-headphone-1:before{content:"\e18a"}.iconf-headphone-2:before{content:"\e18b"}.iconf-microphone-1:before{content:"\e18c"}.iconf-microphone-2:before{content:"\e18d"}.iconf-microphone-3:before{content:"\e18e"}.iconf-movie-play-4:before{content:"\e18f"}.iconf-music-note-1:before{content:"\e190"}.iconf-music-note-3:before{content:"\e191"}.iconf-music-note-4:before{content:"\e192"}.iconf-music-note-5:before{content:"\e193"}.iconf-next-2:before{content:"\e194"}.iconf-notes-1:before{content:"\e195"}.iconf-notes-2:before{content:"\e196"}.iconf-pause-2:before{content:"\e197"}.iconf-piano:before{content:"\e198"}.iconf-play-2:before{content:"\e199"}.iconf-playlist:before{content:"\e19a"}.iconf-previous-2:before{content:"\e19b"}.iconf-radio-1:before{content:"\e19c"}.iconf-radio-2:before{content:"\e19d"}.iconf-record-2:before{content:"\e19e"}.iconf-recorder:before{content:"\e19f"}.iconf-saxophone:before{content:"\e1a0"}.iconf-speaker-1:before{content:"\e1a1"}.iconf-speaker-2:before{content:"\e1a2"}.iconf-speaker-3:before{content:"\e1a3"}.iconf-stop-2:before{content:"\e1a4"}.iconf-tape-1:before{content:"\e1a5"}.iconf-trumpet:before{content:"\e1a6"}.iconf-volume-down-1:before{content:"\e1a7"}.iconf-volume-down-2:before{content:"\e1a8"}.iconf-volume-loud-1:before{content:"\e1a9"}.iconf-volume-loud-2:before{content:"\e1aa"}.iconf-volume-low-1:before{content:"\e1ab"}.iconf-volume-low-2:before{content:"\e1ac"}.iconf-volume-medium-1:before{content:"\e1ad"}.iconf-volume-medium-2:before{content:"\e1ae"}.iconf-volume-mute-1:before{content:"\e1af"}.iconf-volume-mute-2:before{content:"\e1b0"}.iconf-volume-mute-3:before{content:"\e1b1"}.iconf-volume-up-1:before{content:"\e1b2"}.iconf-volume-up-2:before{content:"\e1b3"}.iconf-walkman:before{content:"\e1b4"}.iconf-cloud:before{content:"\e1b5"}.iconf-cloud-add:before{content:"\e1b6"}.iconf-cloud-checked:before{content:"\e1b7"}.iconf-cloud-delete:before{content:"\e1b8"}.iconf-cloud-download:before{content:"\e1b9"}.iconf-cloud-minus:before{content:"\e1ba"}.iconf-cloud-refresh:before{content:"\e1bb"}.iconf-cloud-sync:before{content:"\e1bc"}.iconf-cloud-upload:before{content:"\e1bd"}.iconf-download-1:before{content:"\e1be"}.iconf-download-2:before{content:"\e1bf"}.iconf-download-3:before{content:"\e1c0"}.iconf-download-4:before{content:"\e1c1"}.iconf-download-5:before{content:"\e1c2"}.iconf-download-6:before{content:"\e1c3"}.iconf-download-7:before{content:"\e1c4"}.iconf-download-8:before{content:"\e1c5"}.iconf-download-9:before{content:"\e1c6"}.iconf-download-10:before{content:"\e1c7"}.iconf-download-11:before{content:"\e1c8"}.iconf-download-12:before{content:"\e1c9"}.iconf-download-13:before{content:"\e1ca"}.iconf-download-14:before{content:"\e1cb"}.iconf-download-15:before{content:"\e1cc"}.iconf-download-file:before{content:"\e1cd"}.iconf-download-folder:before{content:"\e1ce"}.iconf-goal-1:before{content:"\e1cf"}.iconf-goal-2:before{content:"\e1d0"}.iconf-transfer-1:before{content:"\e1d1"}.iconf-transfer-2:before{content:"\e1d2"}.iconf-transfer-3:before{content:"\e1d3"}.iconf-transfer-4:before{content:"\e1d4"}.iconf-transfer-5:before{content:"\e1d5"}.iconf-transfer-6:before{content:"\e1d6"}.iconf-transfer-7:before{content:"\e1d7"}.iconf-transfer-8:before{content:"\e1d8"}.iconf-transfer-9:before{content:"\e1d9"}.iconf-transfer-10:before{content:"\e1da"}.iconf-transfer-11:before{content:"\e1db"}.iconf-transfer-12:before{content:"\e1dc"}.iconf-upload-1:before{content:"\e1dd"}.iconf-upload-2:before{content:"\e1de"}.iconf-upload-3:before{content:"\e1df"}.iconf-upload-4:before{content:"\e1e0"}.iconf-upload-5:before{content:"\e1e1"}.iconf-upload-6:before{content:"\e1e2"}.iconf-upload-7:before{content:"\e1e3"}.iconf-upload-8:before{content:"\e1e4"}.iconf-upload-9:before{content:"\e1e5"}.iconf-upload-10:before{content:"\e1e6"}.iconf-upload-11:before{content:"\e1e7"}.iconf-upload-12:before{content:"\e1e8"}.iconf-clipboard-1:before{content:"\e1e9"}.iconf-clipboard-2:before{content:"\e1ea"}.iconf-clipboard-3:before{content:"\e1eb"}.iconf-clipboard-add:before{content:"\e1ec"}.iconf-clipboard-block:before{content:"\e1ed"}.iconf-clipboard-checked:before{content:"\e1ee"}.iconf-clipboard-delete:before{content:"\e1ef"}.iconf-clipboard-edit:before{content:"\e1f0"}.iconf-clipboard-minus:before{content:"\e1f1"}.iconf-document-1:before{content:"\e1f2"}.iconf-document-2:before{content:"\e1f3"}.iconf-file-1:before{content:"\e1f4"}.iconf-file-2:before{content:"\e1f5"}.iconf-file-add:before{content:"\e1f6"}.iconf-file-attention:before{content:"\e1f7"}.iconf-file-block:before{content:"\e1f8"}.iconf-file-bookmark:before{content:"\e1f9"}.iconf-file-checked:before{content:"\e1fa"}.iconf-file-code:before{content:"\e1fb"}.iconf-file-delete:before{content:"\e1fc"}.iconf-file-download:before{content:"\e1fd"}.iconf-file-edit:before{content:"\e1fe"}.iconf-file-favorite-1:before{content:"\e1ff"}.iconf-file-favorite-2:before{content:"\e200"}.iconf-file-graph-1:before{content:"\e201"}.iconf-file-graph-2:before{content:"\e202"}.iconf-file-home:before{content:"\e203"}.iconf-file-image-1:before{content:"\e204"}.iconf-file-image-2:before{content:"\e205"}.iconf-file-list:before{content:"\e206"}.iconf-file-lock:before{content:"\e207"}.iconf-file-media:before{content:"\e208"}.iconf-file-minus:before{content:"\e209"}.iconf-file-music:before{content:"\e20a"}.iconf-file-new:before{content:"\e20b"}.iconf-file-registry:before{content:"\e20c"}.iconf-file-search:before{content:"\e20d"}.iconf-file-setting:before{content:"\e20e"}.iconf-file-sync:before{content:"\e20f"}.iconf-file-table:before{content:"\e210"}.iconf-file-thumbnail:before{content:"\e211"}.iconf-file-time:before{content:"\e212"}.iconf-file-transfer:before{content:"\e213"}.iconf-file-upload:before{content:"\e214"}.iconf-file-zip:before{content:"\e215"}.iconf-files-1:before{content:"\e216"}.iconf-files-2:before{content:"\e217"}.iconf-files-3:before{content:"\e218"}.iconf-files-4:before{content:"\e219"}.iconf-files-5:before{content:"\e21a"}.iconf-files-6:before{content:"\e21b"}.iconf-hand-file-1:before{content:"\e21c"}.iconf-hand-file-2:before{content:"\e21d"}.iconf-note-paper-1:before{content:"\e21e"}.iconf-note-paper-2:before{content:"\e21f"}.iconf-note-paper-add:before{content:"\e220"}.iconf-note-paper-attention:before{content:"\e221"}.iconf-note-paper-block:before{content:"\e222"}.iconf-note-paper-checked:before{content:"\e223"}.iconf-note-paper-delete:before{content:"\e224"}.iconf-note-paper-download:before{content:"\e225"}.iconf-note-paper-edit:before{content:"\e226"}.iconf-note-paper-favorite:before{content:"\e227"}.iconf-note-paper-lock:before{content:"\e228"}.iconf-note-paper-minus:before{content:"\e229"}.iconf-note-paper-search:before{content:"\e22a"}.iconf-note-paper-sync:before{content:"\e22b"}.iconf-note-paper-upload:before{content:"\e22c"}.iconf-print:before{content:"\e22d"}.iconf-folder-1:before{content:"\e22e"}.iconf-folder-2:before{content:"\e22f"}.iconf-folder-3:before{content:"\e230"}.iconf-folder-4:before{content:"\e231"}.iconf-folder-add:before{content:"\e232"}.iconf-folder-attention:before{content:"\e233"}.iconf-folder-block:before{content:"\e234"}.iconf-folder-bookmark:before{content:"\e235"}.iconf-folder-checked:before{content:"\e236"}.iconf-folder-code:before{content:"\e237"}.iconf-folder-delete:before{content:"\e238"}.iconf-folder-download:before{content:"\e239"}.iconf-folder-edit:before{content:"\e23a"}.iconf-folder-favorite:before{content:"\e23b"}.iconf-folder-home:before{content:"\e23c"}.iconf-folder-image:before{content:"\e23d"}.iconf-folder-lock:before{content:"\e23e"}.iconf-folder-media:before{content:"\e23f"}.iconf-folder-minus:before{content:"\e240"}.iconf-folder-music:before{content:"\e241"}.iconf-folder-new:before{content:"\e242"}.iconf-folder-search:before{content:"\e243"}.iconf-folder-setting:before{content:"\e244"}.iconf-folder-share-1:before{content:"\e245"}.iconf-folder-share-2:before{content:"\e246"}.iconf-folder-sync:before{content:"\e247"}.iconf-folder-transfer:before{content:"\e248"}.iconf-folder-upload:before{content:"\e249"}.iconf-folder-zip:before{content:"\e24a"}.iconf-add-1:before{content:"\e24b"}.iconf-add-2:before{content:"\e24c"}.iconf-add-3:before{content:"\e24d"}.iconf-add-4:before{content:"\e24e"}.iconf-add-tag:before{content:"\e24f"}.iconf-arrow-1:before{content:"\e250"}.iconf-arrow-2:before{content:"\e251"}.iconf-arrow-down-1:before{content:"\e252"}.iconf-arrow-down-2:before{content:"\e253"}.iconf-arrow-left-1:before{content:"\e254"}.iconf-arrow-left-2:before{content:"\e255"}.iconf-arrow-move-1:before{content:"\e256"}.iconf-arrow-move-down:before{content:"\e257"}.iconf-arrow-move-left:before{content:"\e258"}.iconf-arrow-move-right:before{content:"\e259"}.iconf-arrow-move-up:before{content:"\e25a"}.iconf-arrow-right-1:before{content:"\e25b"}.iconf-arrow-right-2:before{content:"\e25c"}.iconf-arrow-up-1:before{content:"\e25d"}.iconf-arrow-up-2:before{content:"\e25e"}.iconf-back:before{content:"\e25f"}.iconf-center-expand:before{content:"\e260"}.iconf-center-reduce:before{content:"\e261"}.iconf-delete-1-1:before{content:"\e262"}.iconf-delete-2-1:before,.iconf-times:before{content:"\e263"}.iconf-delete-3:before{content:"\e264"}.iconf-delete-4:before{content:"\e265"}.iconf-delete-tag:before{content:"\e266"}.iconf-expand-horizontal:before{content:"\e267"}.iconf-expand-vertical:before{content:"\e268"}.iconf-forward-3:before{content:"\e269"}.iconf-infinity:before{content:"\e26a"}.iconf-loading:before{content:"\e26b"}.iconf-log-out-1:before{content:"\e26c"}.iconf-loop-1:before{content:"\e26d"}.iconf-loop-2:before{content:"\e26e"}.iconf-loop-3:before{content:"\e26f"}.iconf-minus-1:before{content:"\e270"}.iconf-minus-2:before{content:"\e271"}.iconf-minus-3:before{content:"\e272"}.iconf-minus-4:before{content:"\e273"}.iconf-minus-tag:before{content:"\e274"}.iconf-move-diagonal-1:before{content:"\e275"}.iconf-move-diagonal-2:before{content:"\e276"}.iconf-move-horizontal-1:before{content:"\e277"}.iconf-move-horizontal-2:before{content:"\e278"}.iconf-move-vertical-1:before{content:"\e279"}.iconf-move-vertical-2:before{content:"\e27a"}.iconf-next-1-1:before{content:"\e27b"}.iconf-next-2-1:before{content:"\e27c"}.iconf-power-1-1:before{content:"\e27d"}.iconf-power-2-1:before{content:"\e27e"}.iconf-power-3:before{content:"\e27f"}.iconf-power-4:before{content:"\e280"}.iconf-power-5:before{content:"\e281"}.iconf-recycle:before{content:"\e282"}.iconf-refresh:before{content:"\e283"}.iconf-repeat:before{content:"\e284"}.iconf-return:before{content:"\e285"}.iconf-scale-all-1:before{content:"\e286"}.iconf-scale-center:before{content:"\e287"}.iconf-scale-horizontal-1:before{content:"\e288"}.iconf-scale-horizontal-2:before{content:"\e289"}.iconf-scale-reduce-1:before{content:"\e28a"}.iconf-scale-reduce-2:before{content:"\e28b"}.iconf-scale-reduce-3:before{content:"\e28c"}.iconf-scale-spread-1:before{content:"\e28d"}.iconf-scale-spread-2:before{content:"\e28e"}.iconf-scale-spread-3:before{content:"\e28f"}.iconf-scale-vertical-1:before{content:"\e290"}.iconf-scale-vertical-2:before{content:"\e291"}.iconf-scroll-horizontal-1:before{content:"\e292"}.iconf-scroll-horizontal-2:before{content:"\e293"}.iconf-scroll-omnidirectional-1:before{content:"\e294"}.iconf-scroll-omnidirectional-2:before{content:"\e295"}.iconf-scroll-vertical-1:before{content:"\e296"}.iconf-scroll-vertical-2:before{content:"\e297"}.iconf-shuffle:before{content:"\e298"}.iconf-split:before{content:"\e299"}.iconf-sync-1:before{content:"\e29a"}.iconf-sync-2:before{content:"\e29b"}.iconf-timer:before{content:"\e29c"}.iconf-transfer:before{content:"\e29d"}.iconf-transfer-1-1:before{content:"\e29e"}.iconf-chat-1-1:before{content:"\e29f"}.iconf-chat-2-1:before{content:"\e2a0"}.iconf-check-1:before{content:"\e2a1"}.iconf-check-2:before{content:"\e2a2"}.iconf-check-3:before{content:"\e2a3"}.iconf-check-4:before{content:"\e2a4"}.iconf-check-bubble:before{content:"\e2a5"}.iconf-check-list:before{content:"\e2a6"}.iconf-check-shield:before{content:"\e2a7"}.iconf-cross-1:before{content:"\e2a8"}.iconf-cross-bubble:before{content:"\e2a9"}.iconf-cross-shield:before{content:"\e2aa"}.iconf-briefcase:before{content:"\e2ab"}.iconf-brightness-high:before{content:"\e2ac"}.iconf-brightness-low:before{content:"\e2ad"}.iconf-hammer-1:before{content:"\e2ae"}.iconf-hammer-2:before{content:"\e2af"}.iconf-pulse:before{content:"\e2b0"}.iconf-scale:before{content:"\e2b1"}.iconf-screw-driver:before{content:"\e2b2"}.iconf-setting-adjustment:before{content:"\e2b3"}.iconf-setting-gear:before{content:"\e2b4"}.iconf-setting-gears-1:before{content:"\e2b5"}.iconf-setting-gears-2:before{content:"\e2b6"}.iconf-setting-wrenches:before{content:"\e2b7"}.iconf-switch-1:before{content:"\e2b8"}.iconf-switch-2:before{content:"\e2b9"}.iconf-wrench:before{content:"\e2ba"}.iconf-alarm-1:before{content:"\e2bb"}.iconf-alarm-clock:before{content:"\e2bc"}.iconf-alarm-no:before{content:"\e2bd"}.iconf-alarm-snooze:before{content:"\e2be"}.iconf-bell:before{content:"\e2bf"}.iconf-calendar-1:before{content:"\e2c0"}.iconf-calendar-2:before{content:"\e2c1"}.iconf-clock-1:before{content:"\e2c2"}.iconf-clock-2:before{content:"\e2c3"}.iconf-clock-3:before{content:"\e2c4"}.iconf-hourglass-1:before{content:"\e2c5"}.iconf-hourglass-2:before{content:"\e2c6"}.iconf-timer-1:before{content:"\e2c7"}.iconf-timer-3-quarter-1:before{content:"\e2c8"}.iconf-timer-3-quarter-2:before{content:"\e2c9"}.iconf-timer-full-1:before{content:"\e2ca"}.iconf-timer-full-2:before{content:"\e2cb"}.iconf-timer-half-1:before{content:"\e2cc"}.iconf-timer-half-2:before{content:"\e2cd"}.iconf-timer-half-3:before{content:"\e2ce"}.iconf-timer-half-4:before{content:"\e2cf"}.iconf-timer-quarter-1:before{content:"\e2d0"}.iconf-timer-quarter-2:before{content:"\e2d1"}.iconf-watch-1:before{content:"\e2d2"}.iconf-watch-2:before{content:"\e2d3"}.iconf-alert-1:before{content:"\e2d4"}.iconf-alert-2:before{content:"\e2d5"}.iconf-alert-3:before{content:"\e2d6"}.iconf-information:before{content:"\e2d7"}.iconf-nuclear-1:before{content:"\e2d8"}.iconf-nuclear-2:before{content:"\e2d9"}.iconf-question-mark:before{content:"\e2da"}.iconf-abacus:before{content:"\e2db"}.iconf-amex-card:before{content:"\e2dc"}.iconf-atm:before{content:"\e2dd"}.iconf-balance:before{content:"\e2de"}.iconf-bank-1:before{content:"\e2df"}.iconf-bank-2:before{content:"\e2e0"}.iconf-bank-note:before{content:"\e2e1"}.iconf-bank-notes-1:before{content:"\e2e2"}.iconf-bank-notes-2:before{content:"\e2e3"}.iconf-bitcoins:before{content:"\e2e4"}.iconf-board-1:before{content:"\e2e5"}.iconf-box-1:before{content:"\e2e6"}.iconf-box-2:before{content:"\e2e7"}.iconf-box-3:before{content:"\e2e8"}.iconf-box-download:before{content:"\e2e9"}.iconf-box-shipping:before{content:"\e2ea"}.iconf-box-upload:before{content:"\e2eb"}.iconf-business-chart-1:before{content:"\e2ec"}.iconf-business-chart-2:before{content:"\e2ed"}.iconf-calculator-1:before{content:"\e2ee"}.iconf-calculator-2:before{content:"\e2ef"}.iconf-calculator-3:before{content:"\e2f0"}.iconf-cash-register:before{content:"\e2f1"}.iconf-chart-board:before{content:"\e2f2"}.iconf-chart-down:before{content:"\e2f3"}.iconf-chart-up:before{content:"\e2f4"}.iconf-check:before{content:"\e2f5"}.iconf-coins-1:before{content:"\e2f6"}.iconf-coins-2:before{content:"\e2f7"}.iconf-court:before{content:"\e2f8"}.iconf-credit-card:before{content:"\e2f9"}.iconf-credit-card-lock:before{content:"\e2fa"}.iconf-delivery:before{content:"\e2fb"}.iconf-dollar-bag:before{content:"\e2fc"}.iconf-dollar-currency-1:before{content:"\e2fd"}.iconf-dollar-currency-2:before{content:"\e2fe"}.iconf-dollar-currency-3:before{content:"\e2ff"}.iconf-dollar-currency-4:before{content:"\e300"}.iconf-euro-bag:before{content:"\e301"}.iconf-euro-currency-1:before{content:"\e302"}.iconf-euro-currency-2:before{content:"\e303"}.iconf-euro-currency-3:before{content:"\e304"}.iconf-euro-currency-4:before{content:"\e305"}.iconf-forklift:before{content:"\e306"}.iconf-hand-card:before{content:"\e307"}.iconf-hand-coin:before{content:"\e308"}.iconf-keynote:before{content:"\e309"}.iconf-master-card:before{content:"\e30a"}.iconf-money:before{content:"\e30b"}.iconf-parking-meter:before{content:"\e30c"}.iconf-percent-1:before{content:"\e30d"}.iconf-percent-2:before{content:"\e30e"}.iconf-percent-3:before{content:"\e30f"}.iconf-percent-4:before{content:"\e310"}.iconf-percent-5:before{content:"\e311"}.iconf-percent-up:before{content:"\e312"}.iconf-pie-chart-1:before{content:"\e313"}.iconf-pie-chart-2:before{content:"\e314"}.iconf-piggy-bank:before{content:"\e315"}.iconf-pound-currency-1:before{content:"\e316"}.iconf-pound-currency-2:before{content:"\e317"}.iconf-pound-currency-3:before{content:"\e318"}.iconf-pound-currency-4:before{content:"\e319"}.iconf-safe-1:before{content:"\e31a"}.iconf-safe-2:before{content:"\e31b"}.iconf-shop:before{content:"\e31c"}.iconf-sign:before{content:"\e31d"}.iconf-trolley:before{content:"\e31e"}.iconf-truck-1:before{content:"\e31f"}.iconf-truck-2:before{content:"\e320"}.iconf-visa-card:before{content:"\e321"}.iconf-yen-currency-1:before{content:"\e322"}.iconf-yen-currency-2:before{content:"\e323"}.iconf-yen-currency-3:before{content:"\e324"}.iconf-yen-currency-4:before{content:"\e325"}.iconf-add-marker-1:before{content:"\e326"}.iconf-add-marker-2:before{content:"\e327"}.iconf-add-marker-3:before{content:"\e328"}.iconf-add-marker-4:before{content:"\e329"}.iconf-add-marker-5:before{content:"\e32a"}.iconf-compass-1:before{content:"\e32b"}.iconf-compass-2:before{content:"\e32c"}.iconf-compass-3:before{content:"\e32d"}.iconf-delete-marker-1:before{content:"\e32e"}.iconf-delete-marker-2:before{content:"\e32f"}.iconf-delete-marker-3:before{content:"\e330"}.iconf-delete-marker-4:before{content:"\e331"}.iconf-delete-marker-5:before{content:"\e332"}.iconf-favorite-marker:before{content:"\e333"}.iconf-favorite-marker-1:before{content:"\e334"}.iconf-favorite-marker-2:before{content:"\e335"}.iconf-favorite-marker-3:before{content:"\e336"}.iconf-globe:before{content:"\e337"}.iconf-location:before{content:"\e338"}.iconf-map-1:before{content:"\e339"}.iconf-map-location:before{content:"\e33a"}.iconf-map-marker-1:before{content:"\e33b"}.iconf-map-marker-2:before{content:"\e33c"}.iconf-map-marker-3:before{content:"\e33d"}.iconf-map-marker-4:before{content:"\e33e"}.iconf-map-pin:before{content:"\e33f"}.iconf-map-pin-marker:before{content:"\e340"}.iconf-marker-1:before{content:"\e341"}.iconf-marker-2:before{content:"\e342"}.iconf-marker-3:before{content:"\e343"}.iconf-marker-4:before{content:"\e344"}.iconf-minus-marker-1:before{content:"\e345"}.iconf-minus-marker-2:before{content:"\e346"}.iconf-minus-marker-3:before{content:"\e347"}.iconf-minus-marker-4:before{content:"\e348"}.iconf-pin-1-1:before{content:"\e349"}.iconf-pin-2-1:before{content:"\e34a"}.iconf-pin-location:before{content:"\e34b"}.iconf-anchor:before{content:"\e34c"}.iconf-bank:before{content:"\e34d"}.iconf-beach:before{content:"\e34e"}.iconf-boat:before{content:"\e34f"}.iconf-building-1:before{content:"\e350"}.iconf-building-2:before{content:"\e351"}.iconf-building-3:before{content:"\e352"}.iconf-buildings-1:before{content:"\e353"}.iconf-buildings-2:before{content:"\e354"}.iconf-buildings-3:before{content:"\e355"}.iconf-buildings-4:before{content:"\e356"}.iconf-castle:before{content:"\e357"}.iconf-column:before{content:"\e358"}.iconf-direction-sign:before{content:"\e359"}.iconf-factory:before{content:"\e35a"}.iconf-fence:before{content:"\e35b"}.iconf-garage:before{content:"\e35c"}.iconf-globe-1:before{content:"\e35d"}.iconf-globe-2:before{content:"\e35e"}.iconf-house-1:before{content:"\e35f"}.iconf-house-2:before{content:"\e360"}.iconf-house-3:before{content:"\e361"}.iconf-house-4:before{content:"\e362"}.iconf-library:before{content:"\e363"}.iconf-light-house:before{content:"\e364"}.iconf-pine-tree:before{content:"\e365"}.iconf-pisa:before{content:"\e366"}.iconf-skyscraper:before{content:"\e367"}.iconf-temple:before{content:"\e368"}.iconf-treasure-map:before{content:"\e369"}.iconf-tree:before{content:"\e36a"}.iconf-attention:before{content:"\e36b"}.iconf-bug-1:before{content:"\e36c"}.iconf-bug-2:before{content:"\e36d"}.iconf-css3:before{content:"\e36e"}.iconf-firewall:before{content:"\e36f"}.iconf-html5:before{content:"\e370"}.iconf-plugin-1:before{content:"\e371"}.iconf-plugin-2:before{content:"\e372"}.iconf-script:before{content:"\e373"}.iconf-new-window:before{content:"\e374"}.iconf-window-1:before{content:"\e375"}.iconf-window-2:before{content:"\e376"}.iconf-window-3:before{content:"\e377"}.iconf-window-add:before{content:"\e378"}.iconf-window-alert:before{content:"\e379"}.iconf-window-check:before{content:"\e37a"}.iconf-window-code-1:before{content:"\e37b"}.iconf-window-code-2:before{content:"\e37c"}.iconf-window-code-3:before{content:"\e37d"}.iconf-window-column:before{content:"\e37e"}.iconf-window-delete:before{content:"\e37f"}.iconf-window-denied:before{content:"\e380"}.iconf-window-download-1:before{content:"\e381"}.iconf-window-download-2:before{content:"\e382"}.iconf-window-edit:before{content:"\e383"}.iconf-window-favorite-1:before{content:"\e384"}.iconf-window-favorite-2:before{content:"\e385"}.iconf-window-graph-1:before{content:"\e386"}.iconf-window-graph-2:before{content:"\e387"}.iconf-window-hand:before{content:"\e388"}.iconf-window-home:before{content:"\e389"}.iconf-window-list-1:before{content:"\e38a"}.iconf-window-list-2:before{content:"\e38b"}.iconf-window-lock:before{content:"\e38c"}.iconf-window-minimize:before{content:"\e38d"}.iconf-window-minus:before{content:"\e38e"}.iconf-window-refresh:before{content:"\e38f"}.iconf-window-registry:before{content:"\e390"}.iconf-window-search:before{content:"\e391"}.iconf-window-selection-1:before{content:"\e392"}.iconf-window-selection-2:before{content:"\e393"}.iconf-window-setting:before{content:"\e394"}.iconf-window-sync:before{content:"\e395"}.iconf-window-thumbnail-1:before{content:"\e396"}.iconf-window-thumbnail-2:before{content:"\e397"}.iconf-window-time:before{content:"\e398"}.iconf-window-upload-1:before{content:"\e399"}.iconf-window-upload-2:before{content:"\e39a"}.iconf-database:before{content:"\e39b"}.iconf-database-alert:before{content:"\e39c"}.iconf-database-block:before{content:"\e39d"}.iconf-database-check:before{content:"\e39e"}.iconf-database-delete:before{content:"\e39f"}.iconf-database-download:before{content:"\e3a0"}.iconf-database-editor:before{content:"\e3a1"}.iconf-database-lock:before{content:"\e3a2"}.iconf-database-minus:before{content:"\e3a3"}.iconf-database-network:before{content:"\e3a4"}.iconf-database-plus:before{content:"\e3a5"}.iconf-database-refresh:before{content:"\e3a6"}.iconf-database-search:before{content:"\e3a7"}.iconf-database-setting:before{content:"\e3a8"}.iconf-database-sync:before{content:"\e3a9"}.iconf-database-time:before{content:"\e3aa"}.iconf-database-upload:before{content:"\e3ab"}.iconf-battery-charging:before{content:"\e3ac"}.iconf-battery-full:before{content:"\e3ad"}.iconf-battery-high:before{content:"\e3ae"}.iconf-battery-low:before{content:"\e3af"}.iconf-battery-medium:before{content:"\e3b0"}.iconf-cd-1:before{content:"\e3b1"}.iconf-cd-2:before{content:"\e3b2"}.iconf-chip:before{content:"\e3b3"}.iconf-computer:before{content:"\e3b4"}.iconf-disc:before{content:"\e3b5"}.iconf-filter:before{content:"\e3b6"}.iconf-floppy-disk:before{content:"\e3b7"}.iconf-gameboy:before{content:"\e3b8"}.iconf-harddisk-1:before{content:"\e3b9"}.iconf-harddisk-2:before{content:"\e3ba"}.iconf-imac:before{content:"\e3bb"}.iconf-ipad-1:before{content:"\e3bc"}.iconf-ipad-2:before{content:"\e3bd"}.iconf-ipod:before{content:"\e3be"}.iconf-joystick-1:before{content:"\e3bf"}.iconf-joystick-2:before{content:"\e3c0"}.iconf-joystick-3:before{content:"\e3c1"}.iconf-keyboard-1:before{content:"\e3c2"}.iconf-keyboard-2:before{content:"\e3c3"}.iconf-kindle-1:before{content:"\e3c4"}.iconf-kindle-2:before{content:"\e3c5"}.iconf-laptop-1:before{content:"\e3c6"}.iconf-laptop-2:before{content:"\e3c7"}.iconf-memory-card:before{content:"\e3c8"}.iconf-mobile-phone:before{content:"\e3c9"}.iconf-mouse-1:before{content:"\e3ca"}.iconf-mouse-2:before{content:"\e3cb"}.iconf-mp3player:before{content:"\e3cc"}.iconf-plug-1:before{content:"\e3cd"}.iconf-plug-2:before{content:"\e3ce"}.iconf-plug-slot:before{content:"\e3cf"}.iconf-printer:before{content:"\e3d0"}.iconf-projector:before{content:"\e3d1"}.iconf-remote:before{content:"\e3d2"}.iconf-router:before{content:"\e3d3"}.iconf-screen-1:before{content:"\e3d4"}.iconf-screen-2:before{content:"\e3d5"}.iconf-screen-3:before{content:"\e3d6"}.iconf-screen-4:before{content:"\e3d7"}.iconf-smartphone-1:before{content:"\e3d8"}.iconf-television-1:before{content:"\e3d9"}.iconf-typewriter-1:before{content:"\e3da"}.iconf-typewriter-2:before{content:"\e3db"}.iconf-usb-1:before{content:"\e3dc"}.iconf-usb-2:before{content:"\e3dd"}.iconf-webcam:before{content:"\e3de"}.iconf-wireless-router-1:before{content:"\e3df"}.iconf-wireless-router-2:before{content:"\e3e0"}.iconf-bluetooth:before{content:"\e3e1"}.iconf-ethernet:before{content:"\e3e2"}.iconf-ethernet-slot:before{content:"\e3e3"}.iconf-firewire-1:before{content:"\e3e4"}.iconf-firewire-2:before{content:"\e3e5"}.iconf-network-1:before{content:"\e3e6"}.iconf-network-2:before{content:"\e3e7"}.iconf-server-1:before{content:"\e3e8"}.iconf-server-2:before{content:"\e3e9"}.iconf-server-3:before{content:"\e3ea"}.iconf-usb:before{content:"\e3eb"}.iconf-wireless-signal:before{content:"\e3ec"}.iconf-book:before{content:"\e3ed"}.iconf-book-1:before{content:"\e3ee"}.iconf-book-2:before{content:"\e3ef"}.iconf-book-3:before{content:"\e3f0"}.iconf-book-4:before{content:"\e3f1"}.iconf-book-5:before{content:"\e3f2"}.iconf-book-6:before{content:"\e3f3"}.iconf-book-7:before{content:"\e3f4"}.iconf-book-download-1:before{content:"\e3f5"}.iconf-book-download-2:before{content:"\e3f6"}.iconf-book-favorite-1:before{content:"\e3f7"}.iconf-bookmark-1-1:before{content:"\e3f8"}.iconf-bookmark-2-1:before{content:"\e3f9"}.iconf-bookmark-3-1:before{content:"\e3fa"}.iconf-bookmark-4-1:before{content:"\e3fb"}.iconf-books-1:before{content:"\e3fc"}.iconf-books-2:before{content:"\e3fd"}.iconf-books-3:before{content:"\e3fe"}.iconf-briefcase-1:before{content:"\e3ff"}.iconf-contact-book-1:before{content:"\e400"}.iconf-contact-book-2:before{content:"\e401"}.iconf-contact-book-3:before{content:"\e402"}.iconf-contact-book-4:before{content:"\e403"}.iconf-copyright:before{content:"\e404"}.iconf-creative-commons:before{content:"\e405"}.iconf-cube:before{content:"\e406"}.iconf-data-filter:before{content:"\e407"}.iconf-document-box-1:before{content:"\e408"}.iconf-document-box-2:before{content:"\e409"}.iconf-document-box-3:before{content:"\e40a"}.iconf-drawer-1:before{content:"\e40b"}.iconf-drawer-2:before{content:"\e40c"}.iconf-drawer-3:before{content:"\e40d"}.iconf-envelope:before{content:"\e40e"}.iconf-favortie-book-2:before{content:"\e40f"}.iconf-file:before{content:"\e410"}.iconf-files:before{content:"\e411"}.iconf-filter-1:before{content:"\e412"}.iconf-filter-2:before{content:"\e413"}.iconf-layers-1:before{content:"\e414"}.iconf-list-1:before{content:"\e415"}.iconf-list-2:before{content:"\e416"}.iconf-newspaper-1:before{content:"\e417"}.iconf-newspaper-2:before{content:"\e418"}.iconf-registry-1:before{content:"\e419"}.iconf-registry-2:before{content:"\e41a"}.iconf-shield-1:before{content:"\e41b"}.iconf-shield-2:before{content:"\e41c"}.iconf-shield-3:before{content:"\e41d"}.iconf-sketchbook:before{content:"\e41e"}.iconf-sound-book:before{content:"\e41f"}.iconf-thumbnails-1:before{content:"\e420"}.iconf-thumbnails-2:before{content:"\e421"}.iconf-hierarchy-1:before{content:"\e422"}.iconf-hierarchy-2:before{content:"\e423"}.iconf-hierarchy-3:before{content:"\e424"}.iconf-hierarchy-4:before{content:"\e425"}.iconf-hierarchy-5:before{content:"\e426"}.iconf-hierarchy-6:before{content:"\e427"}.iconf-hierarchy-7:before{content:"\e428"}.iconf-hierarchy-8:before{content:"\e429"}.iconf-network-1-1:before{content:"\e42a"}.iconf-network-2-1:before{content:"\e42b"}.iconf-backpack:before{content:"\e42c"}.iconf-balance-1:before{content:"\e42d"}.iconf-bed:before{content:"\e42e"}.iconf-bench:before{content:"\e42f"}.iconf-bomb-1:before{content:"\e430"}.iconf-bricks:before{content:"\e431"}.iconf-bullets:before{content:"\e432"}.iconf-buoy-ring:before{content:"\e433"}.iconf-campfire:before{content:"\e434"}.iconf-can:before{content:"\e435"}.iconf-candle:before{content:"\e436"}.iconf-canon:before{content:"\e437"}.iconf-cctv-1:before{content:"\e438"}.iconf-cctv-2:before{content:"\e439"}.iconf-chair:before{content:"\e43a"}.iconf-chair-director:before{content:"\e43b"}.iconf-cigarette:before{content:"\e43c"}.iconf-construction-sign:before{content:"\e43d"}.iconf-diamond:before{content:"\e43e"}.iconf-disabled:before{content:"\e43f"}.iconf-door:before{content:"\e440"}.iconf-drawer:before{content:"\e441"}.iconf-driller:before{content:"\e442"}.iconf-dumbbell:before{content:"\e443"}.iconf-fire-extinguisher:before{content:"\e444"}.iconf-flashlight:before{content:"\e445"}.iconf-gas-station:before{content:"\e446"}.iconf-gun:before{content:"\e447"}.iconf-lamp-1:before{content:"\e448"}.iconf-lamp-2:before{content:"\e449"}.iconf-lamp-3:before{content:"\e44a"}.iconf-lamp-4:before{content:"\e44b"}.iconf-lightbulb-1:before{content:"\e44c"}.iconf-lightbulb-2:before{content:"\e44d"}.iconf-measuring-tape:before{content:"\e44e"}.iconf-mine-cart:before{content:"\e44f"}.iconf-missile:before{content:"\e450"}.iconf-ring:before{content:"\e451"}.iconf-scale-1:before{content:"\e452"}.iconf-shovel:before{content:"\e453"}.iconf-smoke-no:before{content:"\e454"}.iconf-sofa-1:before{content:"\e455"}.iconf-sofa-2:before{content:"\e456"}.iconf-sofa-3:before{content:"\e457"}.iconf-target:before{content:"\e458"}.iconf-torch:before{content:"\e459"}.iconf-traffic-cone:before{content:"\e45a"}.iconf-traffic-light-1:before{content:"\e45b"}.iconf-traffic-light-2:before{content:"\e45c"}.iconf-treasure-1:before{content:"\e45d"}.iconf-treasure-2:before{content:"\e45e"}.iconf-trowel:before{content:"\e45f"}.iconf-watering-can:before{content:"\e460"}.iconf-weigh:before{content:"\e461"}.iconf-academic-cap:before{content:"\e462"}.iconf-baseball-helmet:before{content:"\e463"}.iconf-beanie:before{content:"\e464"}.iconf-bike-helmet:before{content:"\e465"}.iconf-bow:before{content:"\e466"}.iconf-cap:before{content:"\e467"}.iconf-chaplin:before{content:"\e468"}.iconf-chef-hat:before{content:"\e469"}.iconf-cloth-hanger:before{content:"\e46a"}.iconf-fins:before{content:"\e46b"}.iconf-football-helmet:before{content:"\e46c"}.iconf-glasses:before{content:"\e46d"}.iconf-glasses-1:before{content:"\e46e"}.iconf-glasses-2:before{content:"\e46f"}.iconf-magician-hat:before{content:"\e470"}.iconf-monocle-1:before{content:"\e471"}.iconf-monocle-2:before{content:"\e472"}.iconf-necktie:before{content:"\e473"}.iconf-polo-shirt:before{content:"\e474"}.iconf-safety-helmet:before{content:"\e475"}.iconf-scuba-tank:before{content:"\e476"}.iconf-shirt-1:before{content:"\e477"}.iconf-shirt-2:before{content:"\e478"}.iconf-sneakers:before{content:"\e479"}.iconf-snorkel:before{content:"\e47a"}.iconf-sombrero:before{content:"\e47b"}.iconf-sunglasses:before{content:"\e47c"}.iconf-tall-hat:before{content:"\e47d"}.iconf-trousers:before{content:"\e47e"}.iconf-walking-stick:before{content:"\e47f"}.iconf-arrow-redo:before{content:"\e480"}.iconf-arrow-undo:before{content:"\e481"}.iconf-bold:before{content:"\e482"}.iconf-columns:before{content:"\e483"}.iconf-eraser:before{content:"\e484"}.iconf-font-color:before{content:"\e485"}.iconf-html:before{content:"\e486"}.iconf-italic:before{content:"\e487"}.iconf-list-1-1:before{content:"\e488"}.iconf-list-2-1:before{content:"\e489"}.iconf-list-3:before{content:"\e48a"}.iconf-list-4:before{content:"\e48b"}.iconf-paragraph:before{content:"\e48c"}.iconf-paste:before{content:"\e48d"}.iconf-print-preview:before{content:"\e48e"}.iconf-quote:before{content:"\e48f"}.iconf-strikethrough:before{content:"\e490"}.iconf-text:before{content:"\e491"}.iconf-text-wrapping-1:before{content:"\e492"}.iconf-text-wrapping-2:before{content:"\e493"}.iconf-text-wrapping-3:before{content:"\e494"}.iconf-underline:before{content:"\e495"}.iconf-align-center:before{content:"\e496"}.iconf-align-left:before{content:"\e497"}.iconf-align-right:before{content:"\e498"}.iconf-all-caps:before{content:"\e499"}.iconf-arrange-2-1:before{content:"\e49a"}.iconf-arrange-2-2:before{content:"\e49b"}.iconf-arrange-2-3:before{content:"\e49c"}.iconf-arrange-2-4:before{content:"\e49d"}.iconf-arrange-3-1:before{content:"\e49e"}.iconf-arrange-3-2:before{content:"\e49f"}.iconf-arrange-3-3:before{content:"\e4a0"}.iconf-arrange-3-4:before{content:"\e4a1"}.iconf-arrange-3-5:before{content:"\e4a2"}.iconf-arrange-4-1:before{content:"\e4a3"}.iconf-arrange-4-2:before{content:"\e4a4"}.iconf-arrange-4-3:before{content:"\e4a5"}.iconf-arrange-5:before{content:"\e4a6"}.iconf-consolidate-all:before{content:"\e4a7"}.iconf-decrease-indent-1:before{content:"\e4a8"}.iconf-decrease-indent-2:before{content:"\e4a9"}.iconf-horizontal-page:before{content:"\e4aa"}.iconf-increase-indent-1:before{content:"\e4ab"}.iconf-increase-indent-2:before{content:"\e4ac"}.iconf-justify:before{content:"\e4ad"}.iconf-leading-1:before{content:"\e4ae"}.iconf-leading-2:before{content:"\e4af"}.iconf-left-indent:before{content:"\e4b0"}.iconf-right-indent:before{content:"\e4b1"}.iconf-small-caps:before{content:"\e4b2"}.iconf-vertical-page:before{content:"\e4b3"}.iconf-alt-mac:before{content:"\e4b4"}.iconf-alt-windows:before{content:"\e4b5"}.iconf-arrow-down:before{content:"\e4b6"}.iconf-arrow-down-left:before{content:"\e4b7"}.iconf-arrow-down-right:before{content:"\e4b8"}.iconf-arrow-left:before{content:"\e4b9"}.iconf-arrow-right:before{content:"\e4ba"}.iconf-arrow-up:before{content:"\e4bb"}.iconf-arrow-up-left:before{content:"\e4bc"}.iconf-arrow-up-right:before{content:"\e4bd"}.iconf-asterisk-1:before{content:"\e4be"}.iconf-asterisk-2:before{content:"\e4bf"}.iconf-back-tab-1:before{content:"\e4c0"}.iconf-back-tab-2:before{content:"\e4c1"}.iconf-backward-delete:before{content:"\e4c2"}.iconf-blank:before{content:"\e4c3"}.iconf-eject:before{content:"\e4c4"}.iconf-enter-1:before{content:"\e4c5"}.iconf-enter-2:before{content:"\e4c6"}.iconf-escape:before{content:"\e4c7"}.iconf-page-down:before{content:"\e4c8"}.iconf-page-up:before{content:"\e4c9"}.iconf-return-1:before{content:"\e4ca"}.iconf-shift:before{content:"\e4cb"}.iconf-shift-2:before{content:"\e4cc"}.iconf-tab:before{content:"\e4cd"}.iconf-apple:before{content:"\e4ce"}.iconf-beer:before{content:"\e4cf"}.iconf-boil:before{content:"\e4d0"}.iconf-bottle-1:before{content:"\e4d1"}.iconf-bottle-2:before{content:"\e4d2"}.iconf-bottle-3:before{content:"\e4d3"}.iconf-bottle-4:before{content:"\e4d4"}.iconf-bread:before{content:"\e4d5"}.iconf-burger-1:before{content:"\e4d6"}.iconf-burger-2:before{content:"\e4d7"}.iconf-cake-1:before{content:"\e4d8"}.iconf-cake-2:before{content:"\e4d9"}.iconf-champagne:before{content:"\e4da"}.iconf-cheese:before{content:"\e4db"}.iconf-cocktail-1:before{content:"\e4dc"}.iconf-cocktail-2:before{content:"\e4dd"}.iconf-cocktail-3:before{content:"\e4de"}.iconf-coffee-cup-2:before{content:"\e4df"}.iconf-coffee-pot:before{content:"\e4e0"}.iconf-cup-2:before{content:"\e4e1"}.iconf-deep-fry:before{content:"\e4e2"}.iconf-energy-drink:before{content:"\e4e3"}.iconf-espresso-machine:before{content:"\e4e4"}.iconf-food-dome:before{content:"\e4e5"}.iconf-fork-and-knife:before{content:"\e4e6"}.iconf-fork-and-spoon:before{content:"\e4e7"}.iconf-grape:before{content:"\e4e8"}.iconf-grater:before{content:"\e4e9"}.iconf-grill:before{content:"\e4ea"}.iconf-hot-drinks-glass:before{content:"\e4eb"}.iconf-hotdog:before{content:"\e4ec"}.iconf-ice-cream-1:before{content:"\e4ed"}.iconf-ice-cream-2:before{content:"\e4ee"}.iconf-ice-cream-3:before{content:"\e4ef"}.iconf-ice-drinks-glass:before{content:"\e4f0"}.iconf-juicer:before{content:"\e4f1"}.iconf-kitchen-timer:before{content:"\e4f2"}.iconf-milk:before{content:"\e4f3"}.iconf-orange:before{content:"\e4f4"}.iconf-oven:before{content:"\e4f5"}.iconf-pan-fry:before{content:"\e4f6"}.iconf-pepper-salt:before{content:"\e4f7"}.iconf-pizza:before{content:"\e4f8"}.iconf-pop-corn:before{content:"\e4f9"}.iconf-serving:before{content:"\e4fa"}.iconf-soda:before{content:"\e4fb"}.iconf-soda-can-1:before{content:"\e4fc"}.iconf-soda-can-2:before{content:"\e4fd"}.iconf-steam:before{content:"\e4fe"}.iconf-tea-pot:before{content:"\e4ff"}.iconf-thermometer-high:before{content:"\e500"}.iconf-thermometer-low:before{content:"\e501"}.iconf-thermometer-medium:before{content:"\e502"}.iconf-water:before{content:"\e503"}.iconf-wine:before{content:"\e504"}.iconf-ambulance:before{content:"\e505"}.iconf-beaker-1:before{content:"\e506"}.iconf-beaker-2:before{content:"\e507"}.iconf-blood:before{content:"\e508"}.iconf-drug:before{content:"\e509"}.iconf-first-aid:before{content:"\e50a"}.iconf-hashish:before{content:"\e50b"}.iconf-heart-pulse:before{content:"\e50c"}.iconf-hospital-1:before{content:"\e50d"}.iconf-hospital-2:before{content:"\e50e"}.iconf-hospital-sign-1:before{content:"\e50f"}.iconf-hospital-sign-2:before{content:"\e510"}.iconf-hospital-sign-3:before{content:"\e511"}.iconf-medicine:before{content:"\e512"}.iconf-microscope:before{content:"\e513"}.iconf-mortar-and-pestle:before{content:"\e514"}.iconf-plaster:before{content:"\e515"}.iconf-pulse-graph-1:before{content:"\e516"}.iconf-pulse-graph-2:before{content:"\e517"}.iconf-pulse-graph-3:before{content:"\e518"}.iconf-red-cross:before{content:"\e519"}.iconf-stethoscope:before{content:"\e51a"}.iconf-syringe:before{content:"\e51b"}.iconf-yin-yang:before{content:"\e51c"}.iconf-balloon:before{content:"\e51d"}.iconf-briefcase-lock:before{content:"\e51e"}.iconf-card:before{content:"\e51f"}.iconf-cards-1:before{content:"\e520"}.iconf-cards-2:before{content:"\e521"}.iconf-curtain:before{content:"\e522"}.iconf-dice-1:before{content:"\e523"}.iconf-dice-2:before{content:"\e524"}.iconf-pacman:before{content:"\e525"}.iconf-pacman-ghost:before{content:"\e526"}.iconf-sign-1:before{content:"\e527"}.iconf-smiley-happy:before{content:"\e528"}.iconf-smiley-sad:before{content:"\e529"}.iconf-smileys:before{content:"\e52a"}.iconf-suitcase-1:before{content:"\e52b"}.iconf-suitcase-2:before{content:"\e52c"}.iconf-tetris:before{content:"\e52d"}.iconf-ticket-1:before{content:"\e52e"}.iconf-ticket-2:before{content:"\e52f"}.iconf-ticket-3:before{content:"\e530"}.iconf-virus:before{content:"\e531"}.iconf-cloud-1:before{content:"\e532"}.iconf-cloud-lightning:before{content:"\e533"}.iconf-clouds:before{content:"\e534"}.iconf-first-quarter-half-moon:before{content:"\e535"}.iconf-full-moon:before{content:"\e536"}.iconf-hail:before{content:"\e537"}.iconf-heavy-rain:before{content:"\e538"}.iconf-moon-cloud:before{content:"\e539"}.iconf-rain:before{content:"\e53a"}.iconf-rain-lightning:before{content:"\e53b"}.iconf-snow:before{content:"\e53c"}.iconf-sun:before{content:"\e53d"}.iconf-sun-cloud:before{content:"\e53e"}.iconf-thermometer:before{content:"\e53f"}.iconf-third-quarter-half-moon:before{content:"\e540"}.iconf-umbrella:before{content:"\e541"}.iconf-waning-crescent-moon:before{content:"\e542"}.iconf-waning-gibbous-moon:before{content:"\e543"}.iconf-waxing-crescent-moon:before{content:"\e544"}.iconf-waxing-gibbous-moon:before{content:"\e545"}.iconf-bicycle:before{content:"\e546"}.iconf-bus-1:before{content:"\e547"}.iconf-bus-2:before{content:"\e548"}.iconf-car-1:before{content:"\e549"}.iconf-car-2:before{content:"\e54a"}.iconf-car-3:before{content:"\e54b"}.iconf-car-4:before{content:"\e54c"}.iconf-helicopter:before{content:"\e54d"}.iconf-mountain-bike:before{content:"\e54e"}.iconf-pickup:before{content:"\e54f"}.iconf-plane-1:before{content:"\e550"}.iconf-plane-2:before{content:"\e551"}.iconf-plane-landing:before{content:"\e552"}.iconf-plane-takeoff:before{content:"\e553"}.iconf-road:before{content:"\e554"}.iconf-road-bike:before{content:"\e555"}.iconf-rocket:before{content:"\e556"}.iconf-scooter:before{content:"\e557"}.iconf-ship:before{content:"\e558"}.iconf-train:before{content:"\e559"}.iconf-tram:before{content:"\e55a"}.iconf-cactus:before{content:"\e55b"}.iconf-clover:before{content:"\e55c"}.iconf-flower:before{content:"\e55d"}.iconf-hand-eco:before{content:"\e55e"}.iconf-hand-globe:before{content:"\e55f"}.iconf-leaf:before{content:"\e560"}.iconf-light-eco:before{content:"\e561"}.iconf-potted-plant-1:before{content:"\e562"}.iconf-potted-plant-2:before{content:"\e563"}.iconf-2-fingers-down-swipe:before{content:"\e564"}.iconf-2-fingers-horizontal-swipe:before{content:"\e565"}.iconf-2-fingers-left-swipe:before{content:"\e566"}.iconf-2-fingers-omnidirectional-swipe:before{content:"\e567"}.iconf-2-fingers-right-swipe:before{content:"\e568"}.iconf-2-fingers-tab-hold:before{content:"\e569"}.iconf-2-fingers-tap:before{content:"\e56a"}.iconf-2-fingers-up-swipe:before{content:"\e56b"}.iconf-2-fingers-vertical-swipe:before{content:"\e56c"}.iconf-2finger-double-tap:before{content:"\e56d"}.iconf-double-tap:before{content:"\e56e"}.iconf-drag-down:before{content:"\e56f"}.iconf-drag-horizontal:before{content:"\e570"}.iconf-drag-left:before{content:"\e571"}.iconf-drag-right:before{content:"\e572"}.iconf-drag-up:before{content:"\e573"}.iconf-drag-vertical:before{content:"\e574"}.iconf-filck-down:before{content:"\e575"}.iconf-flick-up:before{content:"\e576"}.iconf-horizontal-flick:before{content:"\e577"}.iconf-left-flick:before{content:"\e578"}.iconf-omnidirectional-drag:before{content:"\e579"}.iconf-omnidirectional-flick:before{content:"\e57a"}.iconf-omnidirectional-swipe:before{content:"\e57b"}.iconf-pinch:before{content:"\e57c"}.iconf-right-flick:before{content:"\e57d"}.iconf-rotate-clockwise:before{content:"\e57e"}.iconf-rotate-counterclockwise:before{content:"\e57f"}.iconf-spread:before{content:"\e580"}.iconf-swipe-down:before{content:"\e581"}.iconf-swipe-horizontal:before{content:"\e582"}.iconf-swipe-left:before{content:"\e583"}.iconf-swipe-right:before{content:"\e584"}.iconf-swipe-up:before{content:"\e585"}.iconf-swipe-vertical:before{content:"\e586"}.iconf-tap:before{content:"\e587"}.iconf-tap-hold:before{content:"\e588"}.iconf-vertical-flick:before{content:"\e589"}.iconf-arrow-1-1:before{content:"\e58a"}.iconf-arrow-2-1:before{content:"\e58b"}.iconf-arrow-3:before{content:"\e58c"}.iconf-arrow-4:before{content:"\e58d"}.iconf-arrow-5:before{content:"\e58e"}.iconf-arrow-6:before{content:"\e58f"}.iconf-arrow-7:before{content:"\e590"}.iconf-arrow-8:before{content:"\e591"}.iconf-arrow-9:before{content:"\e592"}.iconf-arrow-10:before{content:"\e593"}.iconf-arrow-11:before{content:"\e594"}.iconf-arrow-12:before{content:"\e595"}.iconf-arrow-13:before{content:"\e596"}.iconf-arrow-14:before{content:"\e597"}.iconf-arrow-15:before{content:"\e598"}.iconf-arrow-16:before{content:"\e599"}.iconf-arrow-17:before{content:"\e59a"}.iconf-arrow-18:before{content:"\e59b"}.iconf-arrow-19:before{content:"\e59c"}.iconf-arrow-20:before{content:"\e59d"}.iconf-arrow-21:before{content:"\e59e"}.iconf-arrow-22:before{content:"\e59f"}.iconf-arrow-23:before{content:"\e5a0"}.iconf-arrow-24:before{content:"\e5a1"}.iconf-arrow-25:before{content:"\e5a2"}.iconf-arrow-26:before{content:"\e5a3"}.iconf-arrow-27:before{content:"\e5a4"}.iconf-arrow-28:before{content:"\e5a5"}.iconf-arrow-29:before{content:"\e5a6"}.iconf-arrow-30:before{content:"\e5a7"}.iconf-arrow-31:before{content:"\e5a8"}.iconf-arrow-32:before{content:"\e5a9"}.iconf-arrow-33:before{content:"\e5aa"}.iconf-arrow-34:before{content:"\e5ab"}.iconf-arrow-35:before{content:"\e5ac"}.iconf-arrow-36:before{content:"\e5ad"}.iconf-arrow-37:before{content:"\e5ae"}.iconf-arrow-38:before{content:"\e5af"}.iconf-arrow-39:before{content:"\e5b0"}.iconf-arrow-40:before{content:"\e5b1"}.iconf-arrow-41:before{content:"\e5b2"}.iconf-arrow-42:before{content:"\e5b3"}.iconf-arrow-43:before{content:"\e5b4"}.iconf-arrow-44:before{content:"\e5b5"}.iconf-arrow-45:before{content:"\e5b6"}.iconf-arrow-46:before{content:"\e5b7"}.iconf-arrow-47:before{content:"\e5b8"}.iconf-arrow-48:before{content:"\e5b9"}.iconf-arrow-49:before{content:"\e5ba"}.iconf-arrow-50:before{content:"\e5bb"}.iconf-arrow-51:before{content:"\e5bc"}.iconf-arrow-52:before{content:"\e5bd"}.iconf-arrow-53:before{content:"\e5be"}.iconf-arrow-54:before{content:"\e5bf"}.iconf-arrow-55:before{content:"\e5c0"}.iconf-arrow-56:before{content:"\e5c1"}.iconf-arrow-57:before{content:"\e5c2"}.iconf-arrow-58:before{content:"\e5c3"}.iconf-arrow-59:before{content:"\e5c4"}.iconf-arrow-60:before{content:"\e5c5"}.iconf-arrow-61:before{content:"\e5c6"}.iconf-arrow-62:before{content:"\e5c7"}.iconf-arrow-63:before{content:"\e5c8"}.iconf-arrow-64:before{content:"\e5c9"}.iconf-arrow-65:before{content:"\e5ca"}.iconf-arrow-66:before{content:"\e5cb"}.iconf-arrow-67:before{content:"\e5cc"}.iconf-arrow-68:before{content:"\e5cd"}.iconf-arrow-69:before{content:"\e5ce"}.iconf-arrow-70:before{content:"\e5cf"}.iconf-arrow-71:before{content:"\e5d0"}.iconf-arrow-72:before{content:"\e5d1"}.iconf-arrow-circle-1:before{content:"\e5d2"}.iconf-arrow-circle-2:before{content:"\e5d3"}.iconf-arrow-circle-3:before{content:"\e5d4"}.iconf-arrow-circle-4:before{content:"\e5d5"}.iconf-arrow-circle-5:before{content:"\e5d6"}.iconf-arrow-circle-6:before{content:"\e5d7"}.iconf-arrow-circle-7:before{content:"\e5d8"}.iconf-arrow-circle-8:before{content:"\e5d9"}.iconf-arrow-circle-9:before{content:"\e5da"}.iconf-arrow-circle-10:before{content:"\e5db"}.iconf-arrow-circle-11:before{content:"\e5dc"}.iconf-arrow-circle-12:before{content:"\e5dd"}.iconf-arrow-circle-13:before{content:"\e5de"}.iconf-arrow-circle-14:before{content:"\e5df"}.iconf-arrow-circle-15:before{content:"\e5e0"}.iconf-arrow-circle-16:before{content:"\e5e1"}.iconf-arrow-circle-17:before{content:"\e5e2"}.iconf-arrow-circle-18:before{content:"\e5e3"}.iconf-arrow-circle-19:before{content:"\e5e4"}.iconf-arrow-circle-20:before{content:"\e5e5"}.iconf-arrow-circle-21:before{content:"\e5e6"}.iconf-arrow-circle-22:before{content:"\e5e7"}.iconf-arrow-circle-23:before{content:"\e5e8"}.iconf-arrow-circle-24:before{content:"\e5e9"}.iconf-arrow-circle-25:before{content:"\e5ea"}.iconf-arrow-circle-26:before{content:"\e5eb"}.iconf-arrow-circle-27:before{content:"\e5ec"}.iconf-arrow-circle-28:before{content:"\e5ed"}.iconf-arrow-circle-29:before{content:"\e5ee"}.iconf-arrow-circle-30:before{content:"\e5ef"}.iconf-arrow-delete-1:before{content:"\e5f0"}.iconf-arrow-delete-2:before{content:"\e5f1"}.iconf-arrow-dot-1:before{content:"\e5f2"}.iconf-arrow-dot-2:before{content:"\e5f3"}.iconf-arrow-dot-3:before{content:"\e5f4"}.iconf-arrow-dot-4:before{content:"\e5f5"}.iconf-arrow-dot-5:before{content:"\e5f6"}.iconf-arrow-dot-6:before{content:"\e5f7"}.iconf-arrow-rectangle-1:before{content:"\e5f8"}.iconf-arrow-rectangle-2:before{content:"\e5f9"}.iconf-arrow-rectangle-3:before{content:"\e5fa"}.iconf-arrow-rectangle-4:before{content:"\e5fb"}.iconf-arrow-rectangle-5:before{content:"\e5fc"}.iconf-arrow-rectangle-6:before{content:"\e5fd"}.iconf-arrow-rectangle-7:before{content:"\e5fe"}.iconf-arrow-rectangle-8:before{content:"\e5ff"}.iconf-arrow-rectangle-9:before{content:"\e600"}.iconf-arrow-rectangle-10:before{content:"\e601"}.iconf-arrow-rectangle-11:before{content:"\e602"}.iconf-arrow-rectangle-12:before{content:"\e603"}.iconf-arrow-rectangle-13:before{content:"\e604"}.iconf-arrow-rectangle-14:before{content:"\e605"}.iconf-arrow-rectangle-15:before{content:"\e606"}.iconf-arrow-rectangle-16:before{content:"\e607"}.iconf-arrow-rectangle-17:before{content:"\e608"}.iconf-arrow-rectangle-18:before{content:"\e609"}.iconf-arrow-rectangle-19:before{content:"\e60a"}.iconf-arrow-rectangle-20:before{content:"\e60b"}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url("../fonts/bootstrap/glyphicons-halflings-regular.eot");src:url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Noto Sans", "Arial", "Helvetica", "Sans serif";font-size:14px;line-height:1.42857143;color:#333333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#00babc;text-decoration:none}a:hover,a:focus{color:#006e70;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{font-weight:normal;line-height:1;color:#777777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width: 768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase,.initialism{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777777}.text-primary{color:#00babc}a.text-primary:hover,a.text-primary:focus{color:#008889}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff}.bg-primary{background-color:#00babc}a.bg-primary:hover,a.bg-primary:focus{background-color:#008889}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width: 768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777777}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right}.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo, Monaco, Consolas, "Courier New", monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:before,.container:after{content:" ";display:table}.container:after{clear:both}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1600px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:before,.container-fluid:after{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.33333333%}.col-xs-2{width:16.66666667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333%}.col-xs-5{width:41.66666667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333333%}.col-xs-8{width:66.66666667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333%}.col-xs-11{width:91.66666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333333%}.col-xs-push-2{left:16.66666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333333%}.col-xs-push-5{left:41.66666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333333%}.col-xs-push-8{left:66.66666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333333%}.col-xs-push-11{left:91.66666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-12{margin-left:100%}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.33333333%}.col-sm-2{width:16.66666667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333%}.col-sm-5{width:41.66666667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333333%}.col-sm-8{width:66.66666667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333%}.col-sm-11{width:91.66666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333333%}.col-sm-push-2{left:16.66666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333%}.col-sm-push-5{left:41.66666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333333%}.col-sm-push-8{left:66.66666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333%}.col-sm-push-11{left:91.66666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.33333333%}.col-md-2{width:16.66666667%}.col-md-3{width:25%}.col-md-4{width:33.33333333%}.col-md-5{width:41.66666667%}.col-md-6{width:50%}.col-md-7{width:58.33333333%}.col-md-8{width:66.66666667%}.col-md-9{width:75%}.col-md-10{width:83.33333333%}.col-md-11{width:91.66666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333333%}.col-md-pull-2{right:16.66666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333%}.col-md-pull-5{right:41.66666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333333%}.col-md-pull-8{right:66.66666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333%}.col-md-pull-11{right:91.66666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333333%}.col-md-push-2{left:16.66666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333%}.col-md-push-5{left:41.66666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333333%}.col-md-push-8{left:66.66666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333%}.col-md-push-11{left:91.66666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-12{margin-left:100%}}@media (min-width: 1600px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.33333333%}.col-lg-2{width:16.66666667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333%}.col-lg-5{width:41.66666667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333333%}.col-lg-8{width:66.66666667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333%}.col-lg-11{width:91.66666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333333%}.col-lg-push-2{left:16.66666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333%}.col-lg-push-5{left:41.66666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333333%}.col-lg-push-8{left:66.66666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333%}.col-lg-push-11{left:91.66666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-12{margin-left:100%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width: 767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;-o-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#777777;opacity:1}.form-control:-ms-input-placeholder{color:#777777}.form-control::-webkit-input-placeholder{color:#777777}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,.input-group-sm>input[type="date"].form-control,.input-group-sm>input[type="date"].input-group-addon,.input-group-sm>.input-group-btn>input[type="date"].btn,.input-group-sm input[type="date"],input[type="time"].input-sm,.input-group-sm>input[type="time"].form-control,.input-group-sm>input[type="time"].input-group-addon,.input-group-sm>.input-group-btn>input[type="time"].btn,.input-group-sm input[type="time"],input[type="datetime-local"].input-sm,.input-group-sm>input[type="datetime-local"].form-control,.input-group-sm>input[type="datetime-local"].input-group-addon,.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,.input-group-sm input[type="datetime-local"],input[type="month"].input-sm,.input-group-sm>input[type="month"].form-control,.input-group-sm>input[type="month"].input-group-addon,.input-group-sm>.input-group-btn>input[type="month"].btn,.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,.input-group-lg>input[type="date"].form-control,.input-group-lg>input[type="date"].input-group-addon,.input-group-lg>.input-group-btn>input[type="date"].btn,.input-group-lg input[type="date"],input[type="time"].input-lg,.input-group-lg>input[type="time"].form-control,.input-group-lg>input[type="time"].input-group-addon,.input-group-lg>.input-group-btn>input[type="time"].btn,.input-group-lg input[type="time"],input[type="datetime-local"].input-lg,.input-group-lg>input[type="datetime-local"].form-control,.input-group-lg>input[type="datetime-local"].input-group-addon,.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,.input-group-lg input[type="datetime-local"],input[type="month"].input-lg,.input-group-lg>input[type="month"].form-control,.input-group-lg>input[type="month"].input-group-addon,.input-group-lg>.input-group-btn>input[type="month"].btn,.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-left:0;padding-right:0}.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn{height:30px;line-height:30px}textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,select[multiple].input-sm,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>.input-group-btn>select[multiple].btn{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn{height:46px;line-height:46px}textarea.input-lg,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,select[multiple].input-lg,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>.input-group-btn>select[multiple].btn{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.33}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label ~ .form-control-feedback{top:25px}.has-feedback label.sr-only ~ .form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width: 768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{content:" ";display:table}.form-horizontal .form-group:after{clear:both}@media (min-width: 768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{background-image:none}.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#00babc;border-color:#00babc}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#008889;border-color:#003c3d}.btn-primary:hover{color:#fff;background-color:#008889;border-color:#007d7f}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#008889;border-color:#007d7f}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{color:#fff;background-color:#006465;border-color:#003c3d}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{background-image:none}.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus{background-color:#00babc;border-color:#00babc}.btn-primary .badge{color:#00babc;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#2d672d}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#419641}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#419641}.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus{color:#fff;background-color:#398439;border-color:#2d672d}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{background-image:none}.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#5cb85c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1f7e9a}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{color:#fff;background-color:#269abc;border-color:#1f7e9a}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{background-image:none}.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#5bc0de}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#E6B291;border-color:#e6b291}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#dd9567;border-color:#ca6a2e}.btn-warning:hover{color:#fff;background-color:#dd9567;border-color:#db8f5f}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#dd9567;border-color:#db8f5f}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{color:#fff;background-color:#d6814a;border-color:#ca6a2e}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{background-image:none}.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus{background-color:#E6B291;border-color:#e6b291}.btn-warning .badge{color:#E6B291;background-color:#fff}.btn-danger{color:#fff;background-color:#D8636F;border-color:#d8636f}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#ce3a49;border-color:#962631}.btn-danger:hover{color:#fff;background-color:#ce3a49;border-color:#cb3342}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#ce3a49;border-color:#cb3342}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{color:#fff;background-color:#b72e3c;border-color:#962631}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{background-image:none}.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus{background-color:#D8636F;border-color:#d8636f}.btn-danger .badge{color:#D8636F;background-color:#fff}.btn-link{color:#00babc;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#006e70;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:#777777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#00babc}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar:before,.btn-toolbar:after{content:" ";display:table}.btn-toolbar:after{clear:both}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret,.btn-group-lg>.btn .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{content:" ";display:table}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav:before,.nav:after{content:" ";display:table}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee}.nav>li.disabled>a{color:#777777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#00babc}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555555;background-color:#fff;border:1px solid #00babc;border-bottom-color:transparent;cursor:default}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#00babc}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li,.nav-tabs.nav-justified>li{float:none}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width: 768px){.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#00babc}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{content:" ";display:table}.navbar:after{clear:both}@media (min-width: 768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{content:" ";display:table}.navbar-header:after{clear:both}@media (min-width: 768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{content:" ";display:table}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media (min-width: 768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width: 480px) and (orientation: landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width: 768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width: 768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width: 768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width: 768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width: 767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width: 768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width: 768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width: 767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width: 768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm,.btn-group-sm>.navbar-btn.btn{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width: 768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width: 768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right ~ .navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#777777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#777777}.navbar-inverse .navbar-nav>li>a{color:#777777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#090909;color:#fff}@media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/ ";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#00babc;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus{z-index:2;color:#006e70;background-color:#eeeeee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#00babc;border-color:#00babc;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.33}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager:before,.pager:after{content:" ";display:table}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label:empty{display:none}.btn .label{position:relative;top:-1px}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label-default{background-color:#777777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#00babc}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#008889}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#E6B291}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#dd9567}.label-danger{background-color:#D8636F}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#ce3a49}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#67676d;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#00babc;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width: 768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border 0.2s ease-in-out;-o-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out}.thumbnail>img,.thumbnail a>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#333333}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#00babc}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#00babc;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#E6B291}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#D8636F}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus,button.list-group-item:hover,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eeeeee;color:#777777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#00babc;border-color:#00babc}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#89feff}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:hover,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active,button.list-group-item-success.active:hover,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:hover,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active,button.list-group-item-info.active:hover,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:hover,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active,button.list-group-item-warning.active:hover,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:hover,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active,button.list-group-item-danger.active:hover,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{content:" ";display:table}.panel-body:after{clear:both}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#00babc}.panel-primary>.panel-heading{color:#fff;background-color:#00babc;border-color:#00babc}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#00babc}.panel-primary>.panel-heading .badge{color:#00babc;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#00babc}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #fff;border:1px solid transparent;border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#f5f2f2}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.95;filter:alpha(opacity=95)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:before,.modal-header:after{content:" ";display:table}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width: 992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Noto Sans", "Arial", "Helvetica", "Sans serif";font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.95;filter:alpha(opacity=95)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:350px;padding:3px 8px;color:#2c2c34;text-align:center;background-color:#fff;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#67676d}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#67676d}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#67676d}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#67676d}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#67676d}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#67676d}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#67676d}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#67676d}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Noto Sans", "Arial", "Helvetica", "Sans serif";font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;line-height:1}@media all and (transform-3d), (-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:transparent}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:transparent}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs{display:none !important}.visible-sm{display:none !important}.visible-md{display:none !important}.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width: 767px){.visible-xs-block{display:block !important}}@media (max-width: 767px){.visible-xs-inline{display:inline !important}}@media (max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-block{display:block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width: 992px) and (max-width: 1599px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1599px){.visible-md-block{display:block !important}}@media (min-width: 992px) and (max-width: 1599px){.visible-md-inline{display:inline !important}}@media (min-width: 992px) and (max-width: 1599px){.visible-md-inline-block{display:inline-block !important}}@media (min-width: 1600px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width: 1600px){.visible-lg-block{display:block !important}}@media (min-width: 1600px){.visible-lg-inline{display:inline !important}}@media (min-width: 1600px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width: 767px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1599px){.hidden-md{display:none !important}}@media (min-width: 1600px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.badge{height:16px;margin-left:3px;margin-right:3px;font-size:12px;min-width:5px;padding:3px 5px}.btn-group .btn.light-bg{border-color:#cccccc}.hidden{display:none}.labelable{position:relative}.labelable .labeled{position:relative}.space-to-top{margin-top:10px;margin-bottom:20px}.space-to-bottom{margin-bottom:10px;margin-bottom:20px}.space-to-left{margin-left:10px;margin-bottom:20px}.space-to-right{margin-right:10px;margin-bottom:20px}.space-everywhere{margin:10px}.inline{display:inline-block}.block{display:block}.prima{color:#00babc}.bprima{background-color:#00babc;color:#fff}.clearfix{clear:both}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.centered{text-align:center}.space-right{margin-right:5px}.space-left{margin-left:5px}.bg-lighten{background-color:rgba(255,255,255,0.1)}.bg-darken{background-color:rgba(0,0,0,0.1)}.rounded{border-radius:50%}.full-bg{background-position:50% 50%;background-size:100% auto;background-repeat:no-repeat}p:empty{margin:0}.upped-label{padding:5px;display:inline-block;position:relative;bottom:15px}.square-xxl{height:400px;width:400px;line-height:400px}.square-xl{height:200px;width:200px;line-height:200px}.square-l{height:100px;width:100px;line-height:100px}.square-m{height:60px;width:60px;line-height:60px}.square-s{height:40px;width:40px;line-height:40px}.square-xs{height:20px;width:20px;line-height:20px}.square-xxs{height:15px;width:15px;line-height:15px}.js-hidden{opacity:0;-webkit-transition:opacity 0s ease 0.1s;-o-transition:opacity 0s ease 0.1s;transition:opacity 0s ease 0.1s}.js-hidden.js-active{-webkit-transition:opacity 0.1s ease 0.1s;-o-transition:opacity 0.1s ease 0.1s;transition:opacity 0.1s ease 0.1s;opacity:1}.js-active{-webkit-transition:opacity 0.1s ease 0.1s;-o-transition:opacity 0.1s ease 0.1s;transition:opacity 0.1s ease 0.1s;opacity:1}@media (min-width: 1900px){.hidden-xlg{display:none}}@media (max-width: 1900px){.visible-xlg{display:none !important}}.pull-right-if-not-mobile{float:right}@media (max-width: 480px){.pull-right-if-not-mobile{float:none}}.icon-padded:before{margin-right:5px;top:1px;position:relative}.icon-clock+[data-short-date],.icon-clock+[data-long-date]{margin-left:2px}[data-input-wrapper]{position:absolute;top:1px;left:0px;text-align:center;padding:0px 5px}[data-input-container]{position:relative;padding-left:0}[data-input-container]>input[type="text"],[data-input-container]>textarea{padding:0;resize:none}.tt-menu,.gist{text-align:left}.typeahead,.tt-query,.tt-hint{width:396px;height:30px;padding:8px 1px;font-size:1em;line-height:30px;border:none;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;outline:none}.typeahead:focus{border:2px solid #0097cf}.tt-query{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.tt-hint{color:#999999}.tt-menu{width:422px;margin-top:-1px;padding:8px 0;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-moz-border-radius:2px;border-radius:2px}.tt-suggestion{padding:3px 20px;font-size:18px;line-height:20px}.tt-cursor{background-color:rgba(0,0,0,0.05)}.gist{font-size:14px}.empty-message{padding:10px 10px;color:#999;font-size:15px;display:block;text-align:center;line-height:15px}.tt-dropdown-menu,.gist{text-align:left}.chosen-container-multi .chosen-choices{border:1px solid #ccc;-webkit-box-shadow:none;box-shadow:none;border-radius:4px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 20px 3px 5px;border:1px solid #ccc;border-radius:2px;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;color:#333;line-height:22px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:9px}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{height:34px;font-size:13px;line-height:1.428571429;color:#777}.chosen-container-single .chosen-default{color:#333}.chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-choices{border-bottom-right-radius:0px;border-bottom-left-radius:0px}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.highlighted{background-color:#00babc;color:#fff}.debug-footer{position:fixed;opacity:0;bottom:0;right:0;z-index:2000;font-size:2em;color:#67676d;text-align:center;transition:opacity .3s;padding:10px 50px}.debug-footer:hover{opacity:1;transition:opacity .3s}.hll{background-color:#ffffcc}.c{color:#888888}.err{color:#FF0000;background-color:#FFAAAA}.k{color:#008800;font-weight:bold}.o{color:#333333}.cm{color:#888888}.cp{color:#557799}.c1{color:#888888}.cs{color:#cc0000;font-weight:bold}.gd{color:#A00000}.ge{font-style:italic}.gr{color:#FF0000}.gh{color:#000080;font-weight:bold}.gi{color:#00A000}.go{color:#888888}.gp{color:#c65d09;font-weight:bold}.gs{font-weight:bold}.gu{color:#800080;font-weight:bold}.gt{color:#0044DD}.kc{color:#008800;font-weight:bold}.kd{color:#008800;font-weight:bold}.kn{color:#008800;font-weight:bold}.kp{color:#003388;font-weight:bold}.kr{color:#008800;font-weight:bold}.kt{color:#333399;font-weight:bold}.m{color:#6600EE;font-weight:bold}.s{background-color:#fff0f0}.na{color:#0000CC}.nb{color:#007020}.nc{color:#BB0066;font-weight:bold}.no{color:#003366;font-weight:bold}.nd{color:#555555;font-weight:bold}.ni{color:#880000;font-weight:bold}.ne{color:#FF0000;font-weight:bold}.nf{color:#0066BB;font-weight:bold}.nl{color:#997700;font-weight:bold}.nn{color:#0e84b5;font-weight:bold}.nt{color:#007700}.nv{color:#996633}.ow{color:#000000;font-weight:bold}.w{color:#bbbbbb}.mb{color:#6600EE;font-weight:bold}.mf{color:#6600EE;font-weight:bold}.mh{color:#005588;font-weight:bold}.mi{color:#0000DD;font-weight:bold}.mo{color:#4400EE;font-weight:bold}.sb{background-color:#fff0f0}.sc{color:#0044DD}.sd{color:#DD4422}.s2{background-color:#fff0f0}.se{color:#666666;font-weight:bold;background-color:#fff0f0}.sh{background-color:#fff0f0}.si{background-color:#eeeeee}.sx{color:#DD2200;background-color:#fff0f0}.sr{color:#000000;background-color:#fff0ff}.s1{background-color:#fff0f0}.ss{color:#AA6600}.bp{color:#007020}.vc{color:#336699}.vg{color:#dd7700;font-weight:bold}.vi{color:#3333BB}.il{color:#0000DD;font-weight:bold}/*! - * Datetimepicker for Bootstrap v3 -//! version : 3.1.3 - * https://github.com/Eonasdan/bootstrap-datetimepicker/ - */.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:99999 !important;border-radius:4px}.bootstrap-datetimepicker-widget.timepicker-sbs{width:600px}.bootstrap-datetimepicker-widget.bottom:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:7px}.bootstrap-datetimepicker-widget.bottom:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;position:absolute;top:-6px;left:8px}.bootstrap-datetimepicker-widget.top:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.top:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;position:absolute;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget .dow{width:14.2857%}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget td.cw{font-size:10px;height:20px;line-height:20px;color:#777777}.bootstrap-datetimepicker-widget td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eeeeee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#777777}.bootstrap-datetimepicker-widget td.today{position:relative}.bootstrap-datetimepicker-widget td.today:before{content:'';display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #00babc;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{background-color:#00babc;color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:none;color:#AAA;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eeeeee}.bootstrap-datetimepicker-widget td span.active{background-color:#00babc;color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td span.old{color:#777777}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:none;color:#777777;cursor:not-allowed}.bootstrap-datetimepicker-widget th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget th.picker-switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:none;color:#777777;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eeeeee}.input-group.date .input-group-addon span{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0px !important}@media screen and (max-width: 767px){.bootstrap-datetimepicker-widget.timepicker-sbs{width:283px}}/*! - * FullCalendar v2.1.1 Stylesheet - * Docs & License: http://arshaw.com/fullcalendar/ - * (c) 2013 Adam Shaw - */.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-unthemed th,.fc-unthemed td,.fc-unthemed hr,.fc-unthemed thead,.fc-unthemed tbody,.fc-unthemed .fc-row,.fc-unthemed .fc-popover{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed hr,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-highlight{background:#bce8f1;opacity:.3;filter:alpha(opacity=30)}.fc-icon{display:inline-block;font-size:2em;line-height:.5em;height:.5em;font-family:"Courier New", Courier, monospace}.fc-icon-left-single-arrow:after{content:"\02039";font-weight:bold}.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:bold}.fc-icon-left-double-arrow:after{content:"\000AB"}.fc-icon-right-double-arrow:after{content:"\000BB"}.fc-icon-x:after{content:"\000D7"}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:.05em;margin:0 .1em}.fc-state-default{background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #fff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #fff, #e6e6e6);background-image:-o-linear-gradient(top, #fff, #e6e6e6);background-image:linear-gradient(to bottom, #fff, #e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.fc-state-hover,.fc-state-down,.fc-state-active,.fc-state-disabled{color:#333333;background-color:#e6e6e6}.fc-state-hover{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear}.fc-state-down,.fc-state-active{background-color:#cccccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);box-shadow:none}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,0.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{cursor:pointer}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-rtl .fc-popover .fc-header .fc-title,.fc-ltr .fc-popover .fc-header .fc-close{float:right}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:25px;margin-top:4px}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc hr{height:0;margin:0;padding:0 0 2px;border-style:solid;border-width:1px 0}.fc-clear{clear:both}.fc-bg,.fc-highlight-skeleton,.fc-helper-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc-bg table{height:100%}.fc table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc th,.fc td{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-highlight-skeleton{z-index:2;bottom:0}.fc-row .fc-highlight-skeleton table{height:100%}.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-content-skeleton{position:relative;z-index:3;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:4}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:none;border-color:transparent;border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{overflow-y:scroll;overflow-x:hidden}.fc-scroller>*{position:relative;width:100%;overflow:hidden}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad;background-color:#3a87ad;font-weight:normal}.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#fff;text-decoration:none}.fc-event[href],.fc-event.fc-draggable{cursor:pointer}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}.fc-ltr .fc-day-grid-event.fc-not-start,.fc-rtl .fc-day-grid-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-day-grid-event.fc-not-end,.fc-rtl .fc-day-grid-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-day-grid-event>.fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:bold}.fc-day-grid-event .fc-resizer{position:absolute;top:0;bottom:0;width:7px}.fc-ltr .fc-day-grid-event .fc-resizer{right:-3px;cursor:e-resize}.fc-rtl .fc-day-grid-event .fc-resizer{left:-3px;cursor:w-resize}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-toolbar{text-align:center;margin-bottom:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container *:before,.fc-view-container *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicWeek-view .fc-content-skeleton,.fc-basicDay-view .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc-basic-view tbody .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-basic-view .fc-week-number,.fc-basic-view .fc-day-number{padding:0 2px}.fc-basic-view td.fc-week-number span,.fc-basic-view td.fc-day-number{padding-top:2px;padding-bottom:2px}.fc-basic-view .fc-week-number{text-align:center}.fc-basic-view .fc-week-number span{display:inline-block;min-width:1.25em}.fc-ltr .fc-basic-view .fc-day-number{text-align:right}.fc-rtl .fc-basic-view .fc-day-number{text-align:left}.fc-day-number.fc-other-month{opacity:0.3;filter:alpha(opacity=30)}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.ui-widget td.fc-axis{font-weight:normal}.fc-time-grid-container,.fc-time-grid{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-highlight-skeleton{z-index:3}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:4;top:0;left:0;right:0}.fc-time-grid>.fc-helper-skeleton{z-index:5}.fc-slats td{height:1.5em;border-bottom:0}.fc-slats .fc-minor td{border-top-style:dotted}.fc-slats .ui-widget-content{background:none}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-time-grid .fc-event-container{position:relative}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-time-grid-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event{overflow:hidden}.fc-time-grid-event>.fc-content{position:relative;z-index:2}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event .fc-bg{z-index:1;background:#fff;opacity:.25;filter:alpha(opacity=25)}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event .fc-resizer{position:absolute;z-index:3;left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event .fc-resizer:after{content:"="}.fc-event.closed{background:#AAAAAA;opacity:0.5;border:0}.fc-content .pull-right.delete{cursor:pointer}td:nth-child(8) .fc-content .pull-right.delete{margin-right:10px}.fc-short .fc-content{position:relative;top:-7px}.fc-time-grid-event.fc-short .fc-time:before,.fc-time-grid-event.fc-short .fc-time:after{content:""}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-time span{display:inline}.fc-time-grid-event.fc-short .fc-title{display:none}.fc-time-grid-event.fc-short .fc-time span.delete{top:2px;position:relative}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;color:#999999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));background:-webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background:-moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background:-o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background:linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==") -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==") no-repeat 0px 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:white;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#00babc;color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto !important;height:1%;background-color:#fff;cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{margin:1px 0;padding:0;height:25px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;max-width:100%;border-radius:3px;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==") -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));background-image:-webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,0.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));background-image:-webkit-linear-gradient(#eee 20%, #fff 80%);background-image:-moz-linear-gradient(#eee 20%, #fff 80%);background-image:-o-linear-gradient(#eee 20%, #fff 80%);background-image:linear-gradient(#eee 20%, #fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,0.3)}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222 !important}.chosen-disabled{opacity:0.5 !important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;background:#fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==") no-repeat -30px -20px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==") no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABKCAQAAAD9cdkXAAACqUlEQVRo3u2av2/TQBTHI8FQCYYguoLCyOY/IQNk6NSF3RNzBmZ04oe/JwFSp0owtSNb/oT8B8mIBIioAyuWrA7pD4fns+vkzvZQ1+3lne57UoZXJfan79333ovT6zGTDGUsg0o0oGjY4yfCWdEykBROFg954hhIJQ4/pI0bL5E0HIryAgpMpGqEW9HpAAktzjg1SNxxGpH44hRIiYaTsMZxDsixknPMFKzaNgSEQwcrBtklMLDW+mBRV5lYtAaaqvdPrTWnGNYCDdtdOtq/+oRo39r4gEkFZ9LusqK/zjcWom9pwKOq1w0xbrsDILR/i7Bmit3cSG4H2icN7CEturIDDWhqD2jYnR1srm6t4XpIk5vYQff2b2oUjuJRxRRGAUXDph0Qt7eD2xbhrGgZSAoni4d31LJ0jGMglTjNSNuqjRsvkTQcivICCkykaoTZ+GAAJLQ449QgccdpROKLUyAlGk7CGsc5IMdKzjFTcMy2nTtY3Wt9XGtOW44PW490vQHPy8vLy8vLy2ubJfrRGHP6RjxVaxaNu31kdseipxdXj93SYq3kP4tPL24mhAqAMHApL+QFvRZQCHlmJ8/MGX7jtXz64Yl8K39hmUOyy5Loq2JLcYoDsVNCPpbfcKqyFDPbS9FYldpSftHjr+7JQ5xnWYrGrIDkLNs5+PnmQSV3OzhR+2jOC0jtn/os4F1uD+yAcPn+Wd3fPr4kz2MK9NwpoMaSkwxLrmh3foiHFVPYxYkCmnGz7fxQ/SruGx53zNK21cGaqoP1WOyWeXskv6uDdYUluyaVWh/V5OAcf+QnvIj28Bl/8+woyzji2JwWranWnK5/YsMPqRgf0o3hgYqNNVI24GVtUL4wzwY8HLFGqi1Gj8QNae4ckiPfCa2Req5I9XyNv1n+D6RKWo1cTsbTAAAAAElFTkSuQmCC") !important;background-size:52px 37px !important;background-repeat:no-repeat !important}}.chosen-container{width:100% !important;padding-top:6px}input.placeholdered{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:-webkit-calc(3em + 2px);height:calc(3em + 2px);margin:0 0 1em;padding:1em;border:none;border-radius:4px;background:#fff;resize:none;outline:none}input.placeholdered[required]:focus{border-color:#00bafa}input.placeholdered[required]:focus+label[placeholder]:before{color:#ffffff}input.placeholdered[required]:focus+label[placeholder]:before,input.placeholdered[required]:valid+label[placeholder]:before{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transform:translate(0, -2.5em) scale(0.9, 0.9);-ms-transform:translate(0, -2.5em) scale(0.9, 0.9);transform:translate(0, -2.5em) scale(0.9, 0.9)}input.placeholdered[required]:invalid+label[placeholder][alt]:before{content:attr(alt)}input.placeholdered[required]+label[placeholder]{display:block;pointer-events:none;line-height:1em;line-height:0px;margin-top:-webkit-calc(-3em - 2px);margin-top:calc(-3em - 2px);margin-bottom:-webkit-calc((3em - 1em) + 2px);margin-bottom:calc((3em - 1em) + 2px)}input.placeholdered[required]+label[placeholder]:before{content:attr(placeholder);display:inline-block;margin:0 -webkit-calc(1em + 2px);margin:0 12px;padding:0 2px;color:#7F8C8D;white-space:nowrap;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;-webkit-background-size:100% 5px;background-size:100% 5px;background-repeat:no-repeat;background-position:center}input:-webkit-autofill{background-color:#fff !important}svg.nvd3-svg{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none;display:block}.nvtooltip.with-3d-shadow,.with-3d-shadow .nvtooltip{-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nvtooltip{position:absolute;background-color:white;padding:1px;border:1px solid rgba(0,0,0,0.2);z-index:10000;font-family:Arial;font-size:13px;text-align:left;pointer-events:none;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.nvtooltip.with-transitions,.with-transitions .nvtooltip{transition:opacity 50ms linear;-moz-transition:opacity 50ms linear;-webkit-transition:opacity 50ms linear;transition-delay:200ms;-moz-transition-delay:200ms;-webkit-transition-delay:200ms}.nvtooltip.x-nvtooltip,.nvtooltip.y-nvtooltip{padding:8px}.nvtooltip h3{margin:0;padding:4px 14px;line-height:18px;font-weight:normal;background-color:rgba(247,247,247,0.75);text-align:center;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:1px 5px 0 0}.nvtooltip p{margin:0;padding:5px 14px;text-align:center}.nvtooltip span{display:inline-block;margin:2px 0}.nvtooltip table{margin:6px;border-spacing:0}.nvtooltip table td{padding:2px 9px 2px 0;vertical-align:middle}.nvtooltip table td.key{font-weight:normal}.nvtooltip table td.value{text-align:right;font-weight:bold}.nvtooltip table tr.highlight td{padding:1px 9px 1px 0;border-bottom-style:solid;border-bottom-width:1px;border-top-style:solid;border-top-width:1px}.nvtooltip table td.legend-color-guide div{width:8px;height:8px;vertical-align:middle}.nvtooltip .footer{padding:3px;text-align:center}.nvtooltip-pending-removal{position:absolute;pointer-events:none}.nvd3 text{font:normal 12px Arial}.nvd3 .nv-background{fill:white;fill-opacity:0}.nvd3.nv-noData{font-size:18px;font-weight:bold}.nv-brush .extent{fill-opacity:.125;shape-rendering:crispEdges}.nvd3 .nv-legend .nv-series{cursor:pointer}.nvd3 .nv-legend .disabled circle{fill-opacity:0}.nvd3 .nv-axis{pointer-events:none}.nvd3 .nv-axis path{fill:none;stroke:#000;stroke-opacity:.75;shape-rendering:crispEdges}.nvd3 .nv-axis path.domain{stroke-opacity:.75}.nvd3 .nv-axis.nv-x path.domain{stroke-opacity:0}.nvd3 .nv-axis line{fill:none;stroke:#e5e5e5;shape-rendering:crispEdges}.nvd3 .nv-axis .zero line,.nvd3 .nv-axis line.zero{stroke-opacity:.75}.nvd3 .nv-axis .nv-axisMaxMin text{font-weight:bold}.nvd3 .x .nv-axis .nv-axisMaxMin text,.nvd3 .x2 .nv-axis .nv-axisMaxMin text,.nvd3 .x3 .nv-axis .nv-axisMaxMin text{text-anchor:middle}.nv-brush .resize path{fill:#eee;stroke:#666}.nvd3 .nv-bars .negative rect{zfill:brown}.nvd3 .nv-bars rect{zfill:steelblue;fill-opacity:.75;transition:fill-opacity 250ms linear;-moz-transition:fill-opacity 250ms linear;-webkit-transition:fill-opacity 250ms linear}.nvd3 .nv-bars rect.hover{fill-opacity:1}.nvd3 .nv-bars .hover rect{fill:lightblue}.nvd3 .nv-bars text{fill:transparent}.nvd3 .nv-bars .hover text{fill:black}.nvd3 .nv-multibar .nv-groups rect,.nvd3 .nv-multibarHorizontal .nv-groups rect,.nvd3 .nv-discretebar .nv-groups rect{stroke-opacity:0;transition:fill-opacity 250ms linear;-moz-transition:fill-opacity 250ms linear;-webkit-transition:fill-opacity 250ms linear}.nvd3 .nv-multibar .nv-groups rect:hover,.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,.nvd3 .nv-discretebar .nv-groups rect:hover{fill-opacity:1}.nvd3 .nv-discretebar .nv-groups text,.nvd3 .nv-multibarHorizontal .nv-groups text{font-weight:bold;fill:black;stroke:transparent}.nvd3.nv-pie path{stroke-opacity:0;transition:fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;-moz-transition:fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;-webkit-transition:fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear}.nvd3.nv-pie .nv-pie-title{font-size:24px;fill:rgba(19,196,249,0.59)}.nvd3.nv-pie .nv-slice text{stroke:#000;stroke-width:0}.nvd3.nv-pie path{stroke:#fff;stroke-width:1px;stroke-opacity:1}.nvd3.nv-pie .hover path{fill-opacity:.7}.nvd3.nv-pie .nv-label{pointer-events:none}.nvd3.nv-pie .nv-label rect{fill-opacity:0;stroke-opacity:0}.nvd3 .nv-groups path.nv-line{fill:none;stroke-width:1.5px}.nvd3 .nv-groups path.nv-line.nv-thin-line{stroke-width:1px}.nvd3 .nv-groups path.nv-area{stroke:none}.nvd3 .nv-line.hover path{stroke-width:6px}.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point{fill-opacity:0;stroke-opacity:0}.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point{fill-opacity:.5 !important;stroke-opacity:.5 !important}.with-transitions .nvd3 .nv-groups .nv-point{transition:stroke-width 250ms linear, stroke-opacity 250ms linear;-moz-transition:stroke-width 250ms linear, stroke-opacity 250ms linear;-webkit-transition:stroke-width 250ms linear, stroke-opacity 250ms linear}.nvd3.nv-scatter .nv-groups .nv-point.hover,.nvd3 .nv-groups .nv-point.hover{stroke-width:7px;fill-opacity:.95 !important;stroke-opacity:.95 !important}.nvd3 .nv-point-paths path{stroke:#aaa;stroke-opacity:0;fill:#eee;fill-opacity:0}.nvd3 .nv-indexLine{cursor:ew-resize}.nvd3 .nv-distribution{pointer-events:none}.nvd3 .nv-groups .nv-point.hover{stroke-width:20px;stroke-opacity:.5}.nvd3 .nv-scatter .nv-point.hover{fill-opacity:1}.nvd3.nv-stackedarea path.nv-area{fill-opacity:.7;stroke-opacity:0;transition:fill-opacity 250ms linear, stroke-opacity 250ms linear;-moz-transition:fill-opacity 250ms linear, stroke-opacity 250ms linear;-webkit-transition:fill-opacity 250ms linear, stroke-opacity 250ms linear}.nvd3.nv-stackedarea path.nv-area.hover{fill-opacity:.9}.nvd3.nv-stackedarea .nv-groups .nv-point{stroke-opacity:0;fill-opacity:0}.nvd3.nv-linePlusBar .nv-bar rect{fill-opacity:.75}.nvd3.nv-linePlusBar .nv-bar rect:hover{fill-opacity:1}.nvd3.nv-bullet{font:10px sans-serif}.nvd3.nv-bullet .nv-measure{fill-opacity:.8}.nvd3.nv-bullet .nv-measure:hover{fill-opacity:1}.nvd3.nv-bullet .nv-marker{stroke:#000;stroke-width:2px}.nvd3.nv-bullet .nv-markerTriangle{stroke:#000;fill:#fff;stroke-width:1.5px}.nvd3.nv-bullet .nv-tick line{stroke:#666;stroke-width:.5px}.nvd3.nv-bullet .nv-range.nv-s0{fill:#eee}.nvd3.nv-bullet .nv-range.nv-s1{fill:#ddd}.nvd3.nv-bullet .nv-range.nv-s2{fill:#ccc}.nvd3.nv-bullet .nv-title{font-size:14px;font-weight:bold}.nvd3.nv-bullet .nv-subtitle{fill:#999}.nvd3.nv-bullet .nv-range{fill:#bababa;fill-opacity:.4}.nvd3.nv-bullet .nv-range:hover{fill-opacity:.7}.nvd3.nv-sparkline path{fill:none}.nvd3.nv-sparklineplus g.nv-hoverValue{pointer-events:none}.nvd3.nv-sparklineplus .nv-hoverValue line{stroke:#333;stroke-width:1.5px}.nvd3.nv-sparklineplus,.nvd3.nv-sparklineplus g{pointer-events:all}.nvd3 .nv-hoverArea{fill-opacity:0;stroke-opacity:0}.nvd3.nv-sparklineplus .nv-xValue,.nvd3.nv-sparklineplus .nv-yValue{stroke-width:0;font-size:.9em;font-weight:normal}.nvd3.nv-sparklineplus .nv-yValue{stroke:#f66}.nvd3.nv-sparklineplus .nv-maxValue{stroke:#2ca02c;fill:#2ca02c}.nvd3.nv-sparklineplus .nv-minValue{stroke:#d62728;fill:#d62728}.nvd3.nv-sparklineplus .nv-currentValue{font-weight:bold;font-size:1.1em}.nvd3.nv-ohlcBar .nv-ticks .nv-tick{stroke-width:2px}.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover{stroke-width:4px}.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive{stroke:#2ca02c}.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative{stroke:#d62728}.nvd3.nv-historicalStockChart .nv-axis .nv-axislabel{font-weight:bold}.nvd3.nv-historicalStockChart .nv-dragTarget{fill-opacity:0;stroke:none;cursor:move}.nvd3 .nv-brush .extent{fill-opacity:0 !important}.nvd3 .nv-brushBackground rect{stroke:#000;stroke-width:.4;fill:#fff;fill-opacity:.7}.nvd3 .background path{fill:none;stroke:#ccc;stroke-opacity:.4;shape-rendering:crispEdges}.nvd3 .foreground path{fill:none;stroke:steelblue;stroke-opacity:.7}.nvd3 .brush .extent{fill-opacity:.3;stroke:#fff;shape-rendering:crispEdges}.nvd3 .axis line,.axis path{fill:none;stroke:#000;shape-rendering:crispEdges}.nvd3 .axis text{text-shadow:0 1px 0 #fff}.nvd3 .nv-interactiveGuideLine{pointer-events:none}.nvd3 line.nv-guideline{stroke:#ccc}.emoji{width:1.2em;height:1.2em;display:inline-block;margin-bottom:0;background-position:50% 50%;background-size:cover}.flag{width:16px;height:11px;background:url(/assets/flags-9bb25fb7788587d4d6dc12d70e89e7aff8c24dfbda518e8bd8325803f415d21a.png) no-repeat;display:inline-block}.flag.flag-ad{background-position:-16px 0}.flag.flag-ae{background-position:-32px 0}.flag.flag-af{background-position:-48px 0}.flag.flag-ag{background-position:-64px 0}.flag.flag-ai{background-position:-80px 0}.flag.flag-al{background-position:-96px 0}.flag.flag-am{background-position:-112px 0}.flag.flag-an{background-position:-128px 0}.flag.flag-ao{background-position:-144px 0}.flag.flag-ar{background-position:-160px 0}.flag.flag-as{background-position:-176px 0}.flag.flag-at{background-position:-192px 0}.flag.flag-au{background-position:-208px 0}.flag.flag-aw{background-position:-224px 0}.flag.flag-az{background-position:-240px 0}.flag.flag-ba{background-position:0 -11px}.flag.flag-bb{background-position:-16px -11px}.flag.flag-bd{background-position:-32px -11px}.flag.flag-be{background-position:-48px -11px}.flag.flag-bf{background-position:-64px -11px}.flag.flag-bg{background-position:-80px -11px}.flag.flag-bh{background-position:-96px -11px}.flag.flag-bi{background-position:-112px -11px}.flag.flag-bj{background-position:-128px -11px}.flag.flag-bm{background-position:-144px -11px}.flag.flag-bn{background-position:-160px -11px}.flag.flag-bo{background-position:-176px -11px}.flag.flag-br{background-position:-192px -11px}.flag.flag-bs{background-position:-208px -11px}.flag.flag-bt{background-position:-224px -11px}.flag.flag-bv{background-position:-240px -11px}.flag.flag-bw{background-position:0 -22px}.flag.flag-by{background-position:-16px -22px}.flag.flag-bz{background-position:-32px -22px}.flag.flag-ca{background-position:-48px -22px}.flag.flag-catalonia{background-position:-64px -22px}.flag.flag-cd{background-position:-80px -22px}.flag.flag-cf{background-position:-96px -22px}.flag.flag-cg{background-position:-112px -22px}.flag.flag-ch{background-position:-128px -22px}.flag.flag-ci{background-position:-144px -22px}.flag.flag-ck{background-position:-160px -22px}.flag.flag-cl{background-position:-176px -22px}.flag.flag-cm{background-position:-192px -22px}.flag.flag-cn{background-position:-208px -22px}.flag.flag-co{background-position:-224px -22px}.flag.flag-cr{background-position:-240px -22px}.flag.flag-cu{background-position:0 -33px}.flag.flag-cv{background-position:-16px -33px}.flag.flag-cw{background-position:-32px -33px}.flag.flag-cy{background-position:-48px -33px}.flag.flag-cz{background-position:-64px -33px}.flag.flag-de{background-position:-80px -33px}.flag.flag-dj{background-position:-96px -33px}.flag.flag-dk{background-position:-112px -33px}.flag.flag-dm{background-position:-128px -33px}.flag.flag-do{background-position:-144px -33px}.flag.flag-dz{background-position:-160px -33px}.flag.flag-ec{background-position:-176px -33px}.flag.flag-ee{background-position:-192px -33px}.flag.flag-eg{background-position:-208px -33px}.flag.flag-eh{background-position:-224px -33px}.flag.flag-england{background-position:-240px -33px}.flag.flag-er{background-position:0 -44px}.flag.flag-es{background-position:-16px -44px}.flag.flag-et{background-position:-32px -44px}.flag.flag-eu{background-position:-48px -44px}.flag.flag-fi{background-position:-64px -44px}.flag.flag-fj{background-position:-80px -44px}.flag.flag-fk{background-position:-96px -44px}.flag.flag-fm{background-position:-112px -44px}.flag.flag-fo{background-position:-128px -44px}.flag.flag-fr{background-position:-144px -44px}.flag.flag-ga{background-position:-160px -44px}.flag.flag-en{background-position:-176px -44px}.flag.flag-gd{background-position:-192px -44px}.flag.flag-ge{background-position:-208px -44px}.flag.flag-gf{background-position:-224px -44px}.flag.flag-gg{background-position:-240px -44px}.flag.flag-gh{background-position:0 -55px}.flag.flag-gi{background-position:-16px -55px}.flag.flag-gl{background-position:-32px -55px}.flag.flag-gm{background-position:-48px -55px}.flag.flag-gn{background-position:-64px -55px}.flag.flag-gp{background-position:-80px -55px}.flag.flag-gq{background-position:-96px -55px}.flag.flag-gr{background-position:-112px -55px}.flag.flag-gs{background-position:-128px -55px}.flag.flag-gt{background-position:-144px -55px}.flag.flag-gu{background-position:-160px -55px}.flag.flag-gw{background-position:-176px -55px}.flag.flag-gy{background-position:-192px -55px}.flag.flag-hk{background-position:-208px -55px}.flag.flag-hm{background-position:-224px -55px}.flag.flag-hn{background-position:-240px -55px}.flag.flag-hr{background-position:0 -66px}.flag.flag-ht{background-position:-16px -66px}.flag.flag-hu{background-position:-32px -66px}.flag.flag-ic{background-position:-48px -66px}.flag.flag-id{background-position:-64px -66px}.flag.flag-ie{background-position:-80px -66px}.flag.flag-il{background-position:-96px -66px}.flag.flag-im{background-position:-112px -66px}.flag.flag-in{background-position:-128px -66px}.flag.flag-io{background-position:-144px -66px}.flag.flag-iq{background-position:-160px -66px}.flag.flag-ir{background-position:-176px -66px}.flag.flag-is{background-position:-192px -66px}.flag.flag-it{background-position:-208px -66px}.flag.flag-je{background-position:-224px -66px}.flag.flag-jm{background-position:-240px -66px}.flag.flag-jo{background-position:0 -77px}.flag.flag-jp{background-position:-16px -77px}.flag.flag-ke{background-position:-32px -77px}.flag.flag-kg{background-position:-48px -77px}.flag.flag-kh{background-position:-64px -77px}.flag.flag-ki{background-position:-80px -77px}.flag.flag-km{background-position:-96px -77px}.flag.flag-kn{background-position:-112px -77px}.flag.flag-kp{background-position:-128px -77px}.flag.flag-kr{background-position:-144px -77px}.flag.flag-kurdistan{background-position:-160px -77px}.flag.flag-kw{background-position:-176px -77px}.flag.flag-ky{background-position:-192px -77px}.flag.flag-kz{background-position:-208px -77px}.flag.flag-la{background-position:-224px -77px}.flag.flag-lb{background-position:-240px -77px}.flag.flag-lc{background-position:0 -88px}.flag.flag-li{background-position:-16px -88px}.flag.flag-lk{background-position:-32px -88px}.flag.flag-lr{background-position:-48px -88px}.flag.flag-ls{background-position:-64px -88px}.flag.flag-lt{background-position:-80px -88px}.flag.flag-lu{background-position:-96px -88px}.flag.flag-lv{background-position:-112px -88px}.flag.flag-ly{background-position:-128px -88px}.flag.flag-ma{background-position:-144px -88px}.flag.flag-mc{background-position:-160px -88px}.flag.flag-md{background-position:-176px -88px}.flag.flag-me{background-position:-192px -88px}.flag.flag-mg{background-position:-208px -88px}.flag.flag-mh{background-position:-224px -88px}.flag.flag-mk{background-position:-240px -88px}.flag.flag-ml{background-position:0 -99px}.flag.flag-mm{background-position:-16px -99px}.flag.flag-mn{background-position:-32px -99px}.flag.flag-mo{background-position:-48px -99px}.flag.flag-mp{background-position:-64px -99px}.flag.flag-mq{background-position:-80px -99px}.flag.flag-mr{background-position:-96px -99px}.flag.flag-ms{background-position:-112px -99px}.flag.flag-mt{background-position:-128px -99px}.flag.flag-mu{background-position:-144px -99px}.flag.flag-mv{background-position:-160px -99px}.flag.flag-mw{background-position:-176px -99px}.flag.flag-mx{background-position:-192px -99px}.flag.flag-my{background-position:-208px -99px}.flag.flag-mz{background-position:-224px -99px}.flag.flag-na{background-position:-240px -99px}.flag.flag-nc{background-position:0 -110px}.flag.flag-ne{background-position:-16px -110px}.flag.flag-nf{background-position:-32px -110px}.flag.flag-ng{background-position:-48px -110px}.flag.flag-ni{background-position:-64px -110px}.flag.flag-nl{background-position:-80px -110px}.flag.flag-no{background-position:-96px -110px}.flag.flag-np{background-position:-112px -110px}.flag.flag-nr{background-position:-128px -110px}.flag.flag-nu{background-position:-144px -110px}.flag.flag-nz{background-position:-160px -110px}.flag.flag-om{background-position:-176px -110px}.flag.flag-pa{background-position:-192px -110px}.flag.flag-pe{background-position:-208px -110px}.flag.flag-pf{background-position:-224px -110px}.flag.flag-pg{background-position:-240px -110px}.flag.flag-ph{background-position:0 -121px}.flag.flag-pk{background-position:-16px -121px}.flag.flag-pl{background-position:-32px -121px}.flag.flag-pm{background-position:-48px -121px}.flag.flag-pn{background-position:-64px -121px}.flag.flag-pr{background-position:-80px -121px}.flag.flag-ps{background-position:-96px -121px}.flag.flag-pt{background-position:-112px -121px}.flag.flag-pw{background-position:-128px -121px}.flag.flag-py{background-position:-144px -121px}.flag.flag-qa{background-position:-160px -121px}.flag.flag-re{background-position:-176px -121px}.flag.flag-ro{background-position:-192px -121px}.flag.flag-rs{background-position:-208px -121px}.flag.flag-ru{background-position:-224px -121px}.flag.flag-rw{background-position:-240px -121px}.flag.flag-sa{background-position:0 -132px}.flag.flag-sb{background-position:-16px -132px}.flag.flag-sc{background-position:-32px -132px}.flag.flag-scotland{background-position:-48px -132px}.flag.flag-sd{background-position:-64px -132px}.flag.flag-se{background-position:-80px -132px}.flag.flag-sg{background-position:-96px -132px}.flag.flag-sh{background-position:-112px -132px}.flag.flag-si{background-position:-128px -132px}.flag.flag-sk{background-position:-144px -132px}.flag.flag-sl{background-position:-160px -132px}.flag.flag-sm{background-position:-176px -132px}.flag.flag-sn{background-position:-192px -132px}.flag.flag-so{background-position:-208px -132px}.flag.flag-somaliland{background-position:-224px -132px}.flag.flag-sr{background-position:-240px -132px}.flag.flag-ss{background-position:0 -143px}.flag.flag-st{background-position:-16px -143px}.flag.flag-sv{background-position:-32px -143px}.flag.flag-sx{background-position:-48px -143px}.flag.flag-sy{background-position:-64px -143px}.flag.flag-sz{background-position:-80px -143px}.flag.flag-tc{background-position:-96px -143px}.flag.flag-td{background-position:-112px -143px}.flag.flag-tf{background-position:-128px -143px}.flag.flag-tg{background-position:-144px -143px}.flag.flag-th{background-position:-160px -143px}.flag.flag-tibet{background-position:-176px -143px}.flag.flag-tj{background-position:-192px -143px}.flag.flag-tk{background-position:-208px -143px}.flag.flag-tl{background-position:-224px -143px}.flag.flag-tm{background-position:-240px -143px}.flag.flag-tn{background-position:0 -154px}.flag.flag-to{background-position:-16px -154px}.flag.flag-tr{background-position:-32px -154px}.flag.flag-tt{background-position:-48px -154px}.flag.flag-tv{background-position:-64px -154px}.flag.flag-tw{background-position:-80px -154px}.flag.flag-tz{background-position:-96px -154px}.flag.flag-ua{background-position:-112px -154px}.flag.flag-ug{background-position:-128px -154px}.flag.flag-um{background-position:-144px -154px}.flag.flag-us{background-position:-160px -154px}.flag.flag-uy{background-position:-176px -154px}.flag.flag-uz{background-position:-192px -154px}.flag.flag-va{background-position:-208px -154px}.flag.flag-vc{background-position:-224px -154px}.flag.flag-ve{background-position:-240px -154px}.flag.flag-vg{background-position:0 -165px}.flag.flag-vi{background-position:-16px -165px}.flag.flag-vn{background-position:-32px -165px}.flag.flag-vu{background-position:-48px -165px}.flag.flag-wales{background-position:-64px -165px}.flag.flag-wf{background-position:-80px -165px}.flag.flag-ws{background-position:-96px -165px}.flag.flag-xk{background-position:-112px -165px}.flag.flag-ye{background-position:-128px -165px}.flag.flag-yt{background-position:-144px -165px}.flag.flag-za{background-position:-160px -165px}.flag.flag-zanzibar{background-position:-176px -165px}.flag.flag-zm{background-position:-192px -165px}.flag.flag-zw{background-position:-208px -165px}body{font-family:'Noto Sans', sans-serif;color:#2c2c34;background-image:url("data:image/gif;base64,R0lGODlhggQ4BLMAAO3t7fPz8+/v7/Dw8PLy8uzs7PT09O7u7urq6vHx8evr6+np6ejo6Ofn5/X19QAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMzEwMzYwM0IwNkYxMUU0QjBCOEI2MDNBQzJENzk5NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMzEwMzYwNEIwNkYxMUU0QjBCOEI2MDNBQzJENzk5NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIzMTAzNjAxQjA2RjExRTRCMEI4QjYwM0FDMkQ3OTk1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIzMTAzNjAyQjA2RjExRTRCMEI4QjYwM0FDMkQ3OTk1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva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")}h1,h2,h3,h4,h5{color:#2c2c34}.page{height:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.page .page-content{margin-right:15px;margin-left:15px;padding-left:15px;padding-right:15px;-webkit-flex-shrink:1;-moz-flex-shrink:1;flex-shrink:1;-ms-flex-negative:1;-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1;position:relative;left:0px;-webkit-transition:all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-o-transition:all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95)}.page .page-content:before,.page .page-content:after{content:" ";display:table}.page .page-content:after{clear:both}@media (max-width: 480px){.page .page-content{flex:none;display:block;width:100%;margin:0;padding:0;background:whitesmoke}}@media (min-width: 768px){.page .page-content{-webkit-flex-basis:750px;-moz-flex-basis:750px;flex-basis:750px;-ms-flex-preferred-size:750px;margin:0}}@media (min-width: 992px){.page .page-content{-webkit-flex-basis:970px;-moz-flex-basis:970px;flex-basis:970px;-ms-flex-preferred-size:970px}}@media (min-width: 1600px){.page .page-content{-webkit-flex-basis:1170px;-moz-flex-basis:1170px;flex-basis:1170px;-ms-flex-preferred-size:1170px}}.page .page-content.page-content-fluid{flex:1 1 100%;z-index:20;margin-left:120px}@media (max-width: 1900px){.page .page-content.page-content-fluid{margin-left:100px}}@media (max-width: 1600px){.page .page-content.page-content-fluid{margin-left:85px}}@media (max-width: 1599px){.page .page-content.page-content-fluid{margin-left:85px}}@media (max-width: 768px){.page .page-content.page-content-fluid{margin-left:0px}}@media (max-width: 480px){.page .page-content.page-content-fluid{margin-left:0;margin-right:0}}.page .page-sidebar{flex:1 100% 1}@media (max-width: 768px){.page .page-sidebar.opened+.page-content-fluid{left:85px;z-index:10}}@media (max-width: 768px){.page{margin-top:0px}}@media (max-width: 480px){.page{margin-top:50px}}.page-content{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.page-content:before,.page-content:after{content:" ";display:table}.page-content:after{clear:both}@media (min-width: 768px){.page-content{width:750px}}@media (min-width: 992px){.page-content{width:970px}}@media (min-width: 1600px){.page-content{width:1170px}}.packer-middle{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.packer-middle>.packer-item{flex:1}.packer-middle>.packer-item-2{flex:2}.packer-middle>.packer-item-3{flex:3}.packer-middle>.packer-item-4{flex:4}.packer-middle>.packer-item-5{flex:5}.packer-middle>.packer-item-6{flex:6}.packer-middle>.packer-item-7{flex:7}.packer-middle>.packer-item-8{flex:8}.packer-middle>.packer-item-9{flex:9}.packer-middle>.packer-item-10{flex:10}.packer-middle>.packer-item-11{flex:11}.packer-middle>.packer-item-12{flex:12}@media (max-width: 1599px){body{font-size:12px}}.main-title,.page-header{margin:0px 0 0;font-family:'Noto Sans', 'Arial', 'Helvetica', 'Sans serif';color:#5b5b60;font-size:23px;font-weight:300;padding-bottom:25px}@media (max-width: 768px){.main-title,.page-header{font-size:18px}}@media (max-width: 480px){.main-title,.page-header{font-size:16px}}.main-title>.btn,.page-header>.btn{margin:5px;padding:2px 5px}.main-title.primary,.page-header.primary{padding-bottom:25px}@media (max-width: 1599px){h4{font-size:14px}}h4.main-title{color:#00babc;font-weight:400;padding-bottom:25px;font-size:20px}@media (max-width: 768px){h4.main-title{font-size:16px;padding-bottom:20px}}.light-title{margin:5px 0;font-family:'Noto Sans', 'Arial', 'Helvetica', 'Sans serif';color:#5b5b60;font-size:23px;font-weight:300}@media (max-width: 768px){.light-title{font-size:18px}}@media (max-width: 480px){.light-title{font-size:16px;text-align:center}}.note-title{color:rgba(32,32,38,0.2);font-weight:400;margin:5px 0;text-align:center;text-transform:uppercase;font-size:1.5em;font-family:'Noto Sans', 'Arial', 'Helvetica', 'Sans serif'}@media (max-width: 480px){.note-title{text-align:center;font-size:1.7em}}.counter-item-title{font-size:18px;font-weight:700;color:#67676d}.simple-link{font-size:0.8em}.simple-link:hover,.simple-link:active,.simple-link:focus{text-decoration:none}h1.note-title,h2.note-title,h3.note-title{margin:20px auto}h6{color:#00babc;font-size:16px;font-weight:700;margin-bottom:25px}.very-big-icon{font-size:70px;color:rgba(32,32,38,0.2)}.big-info{font-size:30px}.marked-title{color:#35353b;font-weight:700;margin:8px 0 5px;text-transform:normal;font-size:13px;font-family:'Noto Sans', 'Arial', 'Helvetica', 'Sans serif'}@media (max-width: 1599px){.marked-title{font-size:12px}}.marked-title.small{font-size:.7em}.marked-title b{font-weight:300;font-style:italic}.on-grey{margin:0px;background:rgba(53,53,59,0.05)}.container-item>h1.on-grey,.container-item>h2.on-grey,.container-item>h3.on-grey{margin:0px;padding:10px}.inverse{color:rgba(255,255,255,0.2)}.profile-title{margin-bottom:15px}.profile-title a.simple-link{font-size:18px;font-weight:300;color:#00babc;border:1px solid rgba(0,186,188,0.7);padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px}.profile-title a:hover.simple-link{color:#5b5b60;border:1px solid #5b5b60}.page-sidebar{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.page-sidebar.page-sidebar-fixed-left{position:fixed;bottom:0;left:0;z-index:10}.page-sidebar.page-sidebar-fixed-right{position:fixed;bottom:0;right:0;z-index:10}.notifications-flash-top-bar{position:absolute;z-index:210;left:0;right:0}.notifications-flash-top-bar .alert{height:60px;margin-bottom:0px;border:none;border-radius:0px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.notifications-flash-top-bar .alert.alert-success{background-color:#2BD47C}.notifications-flash-top-bar .alert.alert-danger{background-color:#BF7877}.notifications-flash-top-bar .alert-dismissable .close,.notifications-flash-top-bar .alert-dismissible .close{position:absolute;top:18px;right:20px;color:#fff;opacity:1}.btn-group .btn.light-bg{border-color:#cccccc}.destroyed-item{background-color:#eedbdc}.bg-image-item{background-repeat:no-repeat;background-size:100%;background-position:50% 50%;background-color:#f2f2f2}.bg-image-item.rounded{border-radius:50%}.container-fullsize{background:transparent;padding-right:15px;padding-left:15px}@media (max-width: 768px){.container-fullsize{padding-right:0px;padding-left:0px}}.container-fullsize .container-inner-item{border-radius:3px;margin-top:40px;margin-left:10px;margin-right:0px;margin-bottom:0px;background-color:#ffffff;border:1px solid #e5e5e5;padding-top:20px;padding-left:25px;padding-right:25px;padding-bottom:25px;max-height:415px}@media (max-width: 1599px){.container-fullsize .container-inner-item{margin-top:20px;margin-left:0px;margin-right:0px}}@media (max-width: 992px){.container-fullsize .container-inner-item{margin:10px 10px 0}}@media (max-width: 768px){.container-fullsize .container-inner-item{margin-left:0px;margin-right:0px;margin-top:0px;border-radius:0px;border-left:none;border-right:none;border-top:none;padding:15px}}@media (max-width: 480px){.container-fullsize .container-inner-item{margin:0px;background:#ffffff;border-radius:0px;border-left:none;border-right:none;border-top:none;padding-left:5px;padding-right:5px;padding-bottom:15px;padding-top:15px;max-height:inherit;height:inherit}}.container-fullsize .container-inner-item .overflowable-item{max-height:315px;overflow:auto;padding:5px;margin-bottom:10px}@media (max-width: 1600px){.container-fullsize .container-inner-item .overflowable-item{max-height:200px}}@media (max-width: 480px){.container-fullsize{padding:0;margin:0}.container-fullsize .col-xs-12{padding-left:0px;padding-right:0px}}.boxed{height:415px}@media (max-width: 1599px){.boxed{height:315px}}@media (max-width: 480px){.boxed{height:290px}}@media (max-width: 1599px){.col-md-12 .boxed{height:auto}}.container-item{border-radius:3px;margin:40px 40px 0;background-color:#ffffff;border:1px solid #e5e5e5;padding-top:20px;padding-left:25px;padding-right:25px;padding-bottom:25px}@media (max-width: 992px){.container-item{margin:10px 10px 0}}@media (max-width: 768px){.container-item{margin:10px 0px 0}}@media (max-width: 480px){.container-item{margin:0px 10px 0;background:#ffffff}}.container-item .container-inner-item,.container-item>.page-header,.container-item>h1,.container-item>h2,.container-item>h3,.container-item>h4,.container-item>h5{padding-top:20px;padding-left:25px;padding-right:25px}@media (max-width: 1599px){.container-item .container-inner-item,.container-item>.page-header,.container-item>h1,.container-item>h2,.container-item>h3,.container-item>h4,.container-item>h5{padding-top:0px}}.container-item .container-inner-item,.container-item>h1,.container-item>h2,.container-item>h3,.container-item>h4,.container-item>h5{padding-left:0px;padding-right:0px}.container-item .container-inner-item,.container-item>.page-header,.container-item>h2{padding-right:0px;padding-left:0px}.container-item .breadcrumb{padding-top:15px;padding-bottom:15px;padding-left:15px;padding-right:15px;border-radius:5px}@media (max-width: 768px){.container-item .breadcrumb{padding-top:0px}}.container-item .light-title{padding-top:0px;padding-left:0px;padding-right:0px;margin-bottom:25px}.container-item>.page-header{padding-bottom:25px}.container-item+.container-item{margin-top:40px}@media (max-width: 768px){.container-item+.container-item{margin-top:10px}}.container-item.full-width{border-radius:0;margin-left:0;margin-right:0;margin-top:0;width:100%;border:none;padding:0px}.container-item.fixed-height,.container-item .fixed-height{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0;margin-top:15px;margin-bottom:15px}@media (max-width: 992px){.container-item.fixed-height,.container-item .fixed-height{-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column}}.container-item .boxed{background-color:#fff;border:1px solid #e5e5e5;border-radius:2px;-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1;overflow-y:scroll}@media (max-width: 480px){.container-item{margin-left:0;margin-right:0;border-radius:0px;border:none;padding-left:15px;padding-right:15px}.container-item.full-width{padding-left:0;padding-right:0}}.if-no-content{text-align:center;margin-bottom:25px}.add-new{margin-top:15px;margin-bottom:15px}.list-table{margin-top:15px;margin-bottom:15px}.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border:none}.table>tbody>tr>th{border-bottom:1px solid #e5e5e5;text-transform:uppercase;color:#00babc;font-weight:300;text-align:center}.table>tbody>tr>td{text-align:center}.table{border:1px solid #e5e5e5;border-radius:3px}.table th,.table td,.table tr{border:none}@media (max-width: 768px){.btn{font-size:12px}}.btn:active,.btn.active{-webkit-box-shadow:none;box-shadow:none}.btn.unclickable,.btn[unclickable],fieldset[unclickable] .btn{cursor:default;pointer-events:none}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn.btn-grey{color:#6a6a6a;background-color:transparent;border-color:#b7b7b7}.btn.btn-grey.invert{color:transparent;background-color:#6a6a6a;border-color:transparent}.btn.btn-grey.invert+.btn.invert{margin-left:-1px}.btn.btn-grey.on-active:not(.active){color:transparent;background-color:transparent;border-color:rgba(183,183,183,0)}.btn.btn-grey.light-bg{color:transparent;background-color:transparent;border-color:transparent}.btn.btn-grey.light-bg:hover:not(.active){color:transparent;background-color:transparent;border-color:rgba(183,183,183,0)}.btn.btn-grey:hover,.btn.btn-grey:focus,.btn.btn-grey.focus,.btn.btn-grey:active,.btn.btn-grey.active,.open>.btn.btn-grey.dropdown-toggle{color:#6a6a6a;background-color:transparent;border-color:#9d9d9d}.btn.btn-grey:active,.btn.btn-grey.active,.open>.btn.btn-grey.dropdown-toggle{background-image:none}.btn.btn-grey.disabled,.btn.btn-grey.disabled:hover,.btn.btn-grey.disabled:focus,.btn.btn-grey.disabled.focus,.btn.btn-grey.disabled:active,.btn.btn-grey.disabled.active,.btn.btn-grey[disabled],.btn.btn-grey[disabled]:hover,.btn.btn-grey[disabled]:focus,.btn.btn-grey[disabled].focus,.btn.btn-grey[disabled]:active,.btn.btn-grey[disabled].active,fieldset[disabled] .btn.btn-grey,fieldset[disabled] .btn.btn-grey:hover,fieldset[disabled] .btn.btn-grey:focus,fieldset[disabled] .btn.btn-grey.focus,fieldset[disabled] .btn.btn-grey:active,fieldset[disabled] .btn.btn-grey.active{background-color:transparent;border-color:#b7b7b7}.btn.btn-grey .badge{color:transparent;background-color:#6a6a6a}.btn.btn-grey button,.btn.btn-grey input[type=submit]{background-color:transparent;color:#6a6a6a;border:none;inset:none}.btn.btn-grey.invert{color:#fff;background-color:#b7b7b7;border-color:#b7b7b7}.btn.btn-grey.invert.invert{color:#b7b7b7;background-color:#fff;border-color:#b7b7b7}.btn.btn-grey.invert.invert+.btn.invert{margin-left:-1px}.btn.btn-grey.invert.on-active:not(.active){color:#b7b7b7;background-color:rgba(183,183,183,0.1);border-color:rgba(183,183,183,0)}.btn.btn-grey.invert.light-bg{color:#b7b7b7;background-color:rgba(183,183,183,0.05);border-color:transparent}.btn.btn-grey.invert.light-bg:hover:not(.active){color:#9d9d9d;background-color:rgba(183,183,183,0.1);border-color:rgba(183,183,183,0)}.btn.btn-grey.invert:hover,.btn.btn-grey.invert:focus,.btn.btn-grey.invert.focus,.btn.btn-grey.invert:active,.btn.btn-grey.invert.active,.open>.btn.btn-grey.invert.dropdown-toggle{color:#fff;background-color:#9d9d9d;border-color:#9d9d9d}.btn.btn-grey.invert:active,.btn.btn-grey.invert.active,.open>.btn.btn-grey.invert.dropdown-toggle{background-image:none}.btn.btn-grey.invert.disabled,.btn.btn-grey.invert.disabled:hover,.btn.btn-grey.invert.disabled:focus,.btn.btn-grey.invert.disabled.focus,.btn.btn-grey.invert.disabled:active,.btn.btn-grey.invert.disabled.active,.btn.btn-grey.invert[disabled],.btn.btn-grey.invert[disabled]:hover,.btn.btn-grey.invert[disabled]:focus,.btn.btn-grey.invert[disabled].focus,.btn.btn-grey.invert[disabled]:active,.btn.btn-grey.invert[disabled].active,fieldset[disabled] .btn.btn-grey.invert,fieldset[disabled] .btn.btn-grey.invert:hover,fieldset[disabled] .btn.btn-grey.invert:focus,fieldset[disabled] .btn.btn-grey.invert.focus,fieldset[disabled] .btn.btn-grey.invert:active,fieldset[disabled] .btn.btn-grey.invert.active{background-color:#b7b7b7;border-color:#b7b7b7}.btn.btn-grey.invert .badge{color:#b7b7b7;background-color:#fff}.btn.btn-grey.invert button,.btn.btn-grey.invert input[type=submit]{background-color:transparent;color:#fff;border:none;inset:none}.btn.btn-default{color:#00babc;background-color:#fff;border-color:#ccc}.btn.btn-default.invert{color:#fff;background-color:#00babc;border-color:#fff}.btn.btn-default.invert+.btn.invert{margin-left:-1px}.btn.btn-default.on-active:not(.active){color:#fff;background-color:rgba(255,255,255,0.1);border-color:rgba(204,204,204,0)}.btn.btn-default.light-bg{color:#fff;background-color:rgba(255,255,255,0.05);border-color:transparent}.btn.btn-default.light-bg:hover:not(.active){color:#e6e6e6;background-color:rgba(255,255,255,0.1);border-color:rgba(204,204,204,0)}.btn.btn-default:hover,.btn.btn-default:focus,.btn.btn-default.focus,.btn.btn-default:active,.btn.btn-default.active,.open>.btn.btn-default.dropdown-toggle{color:#00babc;background-color:#e6e6e6;border-color:#b3b3b3}.btn.btn-default:active,.btn.btn-default.active,.open>.btn.btn-default.dropdown-toggle{background-image:none}.btn.btn-default.disabled,.btn.btn-default.disabled:hover,.btn.btn-default.disabled:focus,.btn.btn-default.disabled.focus,.btn.btn-default.disabled:active,.btn.btn-default.disabled.active,.btn.btn-default[disabled],.btn.btn-default[disabled]:hover,.btn.btn-default[disabled]:focus,.btn.btn-default[disabled].focus,.btn.btn-default[disabled]:active,.btn.btn-default[disabled].active,fieldset[disabled] .btn.btn-default,fieldset[disabled] .btn.btn-default:hover,fieldset[disabled] .btn.btn-default:focus,fieldset[disabled] .btn.btn-default.focus,fieldset[disabled] .btn.btn-default:active,fieldset[disabled] .btn.btn-default.active{background-color:#fff;border-color:#ccc}.btn.btn-default .badge{color:#fff;background-color:#00babc}.btn.btn-default button,.btn.btn-default input[type=submit]{background-color:transparent;color:#00babc;border:none;inset:none}.btn.btn-primary{color:#fff;background-color:#00babc;border-color:#00babc}.btn.btn-primary.invert{color:#00babc;background-color:#fff;border-color:#00babc}.btn.btn-primary.invert+.btn.invert{margin-left:-1px}.btn.btn-primary.on-active:not(.active){color:#00babc;background-color:rgba(0,186,188,0.1);border-color:rgba(0,186,188,0)}.btn.btn-primary.light-bg{color:#00babc;background-color:rgba(0,186,188,0.05);border-color:transparent}.btn.btn-primary.light-bg:hover:not(.active){color:#008889;background-color:rgba(0,186,188,0.1);border-color:rgba(0,186,188,0)}.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary.focus,.btn.btn-primary:active,.btn.btn-primary.active,.open>.btn.btn-primary.dropdown-toggle{color:#fff;background-color:#008889;border-color:#008889}.btn.btn-primary:active,.btn.btn-primary.active,.open>.btn.btn-primary.dropdown-toggle{background-image:none}.btn.btn-primary.disabled,.btn.btn-primary.disabled:hover,.btn.btn-primary.disabled:focus,.btn.btn-primary.disabled.focus,.btn.btn-primary.disabled:active,.btn.btn-primary.disabled.active,.btn.btn-primary[disabled],.btn.btn-primary[disabled]:hover,.btn.btn-primary[disabled]:focus,.btn.btn-primary[disabled].focus,.btn.btn-primary[disabled]:active,.btn.btn-primary[disabled].active,fieldset[disabled] .btn.btn-primary,fieldset[disabled] .btn.btn-primary:hover,fieldset[disabled] .btn.btn-primary:focus,fieldset[disabled] .btn.btn-primary.focus,fieldset[disabled] .btn.btn-primary:active,fieldset[disabled] .btn.btn-primary.active{background-color:#00babc;border-color:#00babc}.btn.btn-primary .badge{color:#00babc;background-color:#fff}.btn.btn-primary button,.btn.btn-primary input[type=submit]{background-color:transparent;color:#fff;border:none;inset:none}.btn.btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn.btn-success.invert{color:#5cb85c;background-color:#fff;border-color:#5cb85c}.btn.btn-success.invert+.btn.invert{margin-left:-1px}.btn.btn-success.on-active:not(.active){color:#5cb85c;background-color:rgba(92,184,92,0.1);border-color:rgba(92,184,92,0)}.btn.btn-success.light-bg{color:#5cb85c;background-color:rgba(92,184,92,0.05);border-color:transparent}.btn.btn-success.light-bg:hover:not(.active){color:#449d44;background-color:rgba(92,184,92,0.1);border-color:rgba(92,184,92,0)}.btn.btn-success:hover,.btn.btn-success:focus,.btn.btn-success.focus,.btn.btn-success:active,.btn.btn-success.active,.open>.btn.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#449d44}.btn.btn-success:active,.btn.btn-success.active,.open>.btn.btn-success.dropdown-toggle{background-image:none}.btn.btn-success.disabled,.btn.btn-success.disabled:hover,.btn.btn-success.disabled:focus,.btn.btn-success.disabled.focus,.btn.btn-success.disabled:active,.btn.btn-success.disabled.active,.btn.btn-success[disabled],.btn.btn-success[disabled]:hover,.btn.btn-success[disabled]:focus,.btn.btn-success[disabled].focus,.btn.btn-success[disabled]:active,.btn.btn-success[disabled].active,fieldset[disabled] .btn.btn-success,fieldset[disabled] .btn.btn-success:hover,fieldset[disabled] .btn.btn-success:focus,fieldset[disabled] .btn.btn-success.focus,fieldset[disabled] .btn.btn-success:active,fieldset[disabled] .btn.btn-success.active{background-color:#5cb85c;border-color:#5cb85c}.btn.btn-success .badge{color:#5cb85c;background-color:#fff}.btn.btn-success button,.btn.btn-success input[type=submit]{background-color:transparent;color:#fff;border:none;inset:none}.btn.btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn.btn-info.invert{color:#5bc0de;background-color:#fff;border-color:#5bc0de}.btn.btn-info.invert+.btn.invert{margin-left:-1px}.btn.btn-info.on-active:not(.active){color:#5bc0de;background-color:rgba(91,192,222,0.1);border-color:rgba(91,192,222,0)}.btn.btn-info.light-bg{color:#5bc0de;background-color:rgba(91,192,222,0.05);border-color:transparent}.btn.btn-info.light-bg:hover:not(.active){color:#31b0d5;background-color:rgba(91,192,222,0.1);border-color:rgba(91,192,222,0)}.btn.btn-info:hover,.btn.btn-info:focus,.btn.btn-info.focus,.btn.btn-info:active,.btn.btn-info.active,.open>.btn.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#31b0d5}.btn.btn-info:active,.btn.btn-info.active,.open>.btn.btn-info.dropdown-toggle{background-image:none}.btn.btn-info.disabled,.btn.btn-info.disabled:hover,.btn.btn-info.disabled:focus,.btn.btn-info.disabled.focus,.btn.btn-info.disabled:active,.btn.btn-info.disabled.active,.btn.btn-info[disabled],.btn.btn-info[disabled]:hover,.btn.btn-info[disabled]:focus,.btn.btn-info[disabled].focus,.btn.btn-info[disabled]:active,.btn.btn-info[disabled].active,fieldset[disabled] .btn.btn-info,fieldset[disabled] .btn.btn-info:hover,fieldset[disabled] .btn.btn-info:focus,fieldset[disabled] .btn.btn-info.focus,fieldset[disabled] .btn.btn-info:active,fieldset[disabled] .btn.btn-info.active{background-color:#5bc0de;border-color:#5bc0de}.btn.btn-info .badge{color:#5bc0de;background-color:#fff}.btn.btn-info button,.btn.btn-info input[type=submit]{background-color:transparent;color:#fff;border:none;inset:none}.btn.btn-warning{color:#fff;background-color:#E6B291;border-color:#e6b291}.btn.btn-warning.invert{color:#E6B291;background-color:#fff;border-color:#E6B291}.btn.btn-warning.invert+.btn.invert{margin-left:-1px}.btn.btn-warning.on-active:not(.active){color:#E6B291;background-color:rgba(230,178,145,0.1);border-color:rgba(230,178,145,0)}.btn.btn-warning.light-bg{color:#E6B291;background-color:rgba(230,178,145,0.05);border-color:transparent}.btn.btn-warning.light-bg:hover:not(.active){color:#dd9567;background-color:rgba(230,178,145,0.1);border-color:rgba(230,178,145,0)}.btn.btn-warning:hover,.btn.btn-warning:focus,.btn.btn-warning.focus,.btn.btn-warning:active,.btn.btn-warning.active,.open>.btn.btn-warning.dropdown-toggle{color:#fff;background-color:#dd9567;border-color:#dd9567}.btn.btn-warning:active,.btn.btn-warning.active,.open>.btn.btn-warning.dropdown-toggle{background-image:none}.btn.btn-warning.disabled,.btn.btn-warning.disabled:hover,.btn.btn-warning.disabled:focus,.btn.btn-warning.disabled.focus,.btn.btn-warning.disabled:active,.btn.btn-warning.disabled.active,.btn.btn-warning[disabled],.btn.btn-warning[disabled]:hover,.btn.btn-warning[disabled]:focus,.btn.btn-warning[disabled].focus,.btn.btn-warning[disabled]:active,.btn.btn-warning[disabled].active,fieldset[disabled] .btn.btn-warning,fieldset[disabled] .btn.btn-warning:hover,fieldset[disabled] .btn.btn-warning:focus,fieldset[disabled] .btn.btn-warning.focus,fieldset[disabled] .btn.btn-warning:active,fieldset[disabled] .btn.btn-warning.active{background-color:#E6B291;border-color:#e6b291}.btn.btn-warning .badge{color:#E6B291;background-color:#fff}.btn.btn-warning button,.btn.btn-warning input[type=submit]{background-color:transparent;color:#fff;border:none;inset:none}.btn.btn-danger{color:#fff;background-color:#D8636F;border-color:#d8636f}.btn.btn-danger.invert{color:#D8636F;background-color:#fff;border-color:#D8636F}.btn.btn-danger.invert+.btn.invert{margin-left:-1px}.btn.btn-danger.on-active:not(.active){color:#D8636F;background-color:rgba(216,99,111,0.1);border-color:rgba(216,99,111,0)}.btn.btn-danger.light-bg{color:#D8636F;background-color:rgba(216,99,111,0.05);border-color:transparent}.btn.btn-danger.light-bg:hover:not(.active){color:#ce3a49;background-color:rgba(216,99,111,0.1);border-color:rgba(216,99,111,0)}.btn.btn-danger:hover,.btn.btn-danger:focus,.btn.btn-danger.focus,.btn.btn-danger:active,.btn.btn-danger.active,.open>.btn.btn-danger.dropdown-toggle{color:#fff;background-color:#ce3a49;border-color:#ce3a49}.btn.btn-danger:active,.btn.btn-danger.active,.open>.btn.btn-danger.dropdown-toggle{background-image:none}.btn.btn-danger.disabled,.btn.btn-danger.disabled:hover,.btn.btn-danger.disabled:focus,.btn.btn-danger.disabled.focus,.btn.btn-danger.disabled:active,.btn.btn-danger.disabled.active,.btn.btn-danger[disabled],.btn.btn-danger[disabled]:hover,.btn.btn-danger[disabled]:focus,.btn.btn-danger[disabled].focus,.btn.btn-danger[disabled]:active,.btn.btn-danger[disabled].active,fieldset[disabled] .btn.btn-danger,fieldset[disabled] .btn.btn-danger:hover,fieldset[disabled] .btn.btn-danger:focus,fieldset[disabled] .btn.btn-danger.focus,fieldset[disabled] .btn.btn-danger:active,fieldset[disabled] .btn.btn-danger.active{background-color:#D8636F;border-color:#d8636f}.btn.btn-danger .badge{color:#D8636F;background-color:#fff}.btn.btn-danger button,.btn.btn-danger input[type=submit]{background-color:transparent;color:#fff;border:none;inset:none}.btn.shade:not(.active){box-shadow:1px 1px 1px rgba(0,0,0,0.1)}.btn.btn-default:hover{background-color:#00babc;color:#fff;border-color:#00babc}.btn-group.block{width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.btn-group.block>.btn{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}.btn-group.block>.btn,.btn-group.block>.btn:active,.btn-group.block>.btn:hover{-webkit-transition:0.2s all cubic-bezier(0.215, 0.61, 0.355, 1);-o-transition:0.2s all cubic-bezier(0.215, 0.61, 0.355, 1);transition:0.2s all cubic-bezier(0.215, 0.61, 0.355, 1)}form.btn>input[type="submit"]{width:100%}.btn .caret{position:absolute;top:45%;right:10%}.lines-button{display:inline-block;padding:1.75rem 0.875rem;transition:.3s;line-height:0.4em;cursor:pointer;user-select:none;border-radius:0.5rem}.lines-button:hover{opacity:1}.lines-button:active{transition:0}.lines{display:inline-block;width:3.5rem;height:0.5rem;background:#666;border-radius:0.25rem;transition:0.3s;position:relative}.lines:before,.lines:after{display:inline-block;width:3.5rem;height:0.5rem;background:#666;border-radius:0.25rem;transition:0.3s;position:absolute;left:0;content:'';transform-origin:0.25rem center}.lines:before{top:0.875rem}.lines:after{top:-0.875rem}.lines-button.x.closed .lines{background:transparent}.lines-button.x.closed .lines:before,.lines-button.x.closed .lines:after{transform-origin:50% 50%;top:0;width:3.5rem}.lines-button.x.closed .lines:before{transform:rotate3d(0, 0, 1, 45deg)}.lines-button.x.closed .lines:after{transform:rotate3d(0, 0, 1, -45deg)}.overlay{opacity:0;visibility:hidden;transition:opacity .3s, visibility 0s .3s;position:fixed;width:100%;height:100%;top:0;left:0;z-index:800}.overlay.open{opacity:1;visibility:visible;transition:opacity .3s}.visible-overlay{display:none}@media (max-width: 480px){.visible-overlay{display:inherit}}.drop-notification-element{position:absolute;display:none;z-index:3000;margin-top:15px;max-width:100%;max-height:100%}.drop-notification-element.drop-notification-open{display:block}.drop-notification-element.drop-notification-after-open .drop-notification-content{top:0px}.drop-notification-element .drop-notification-content{-webkit-transition:all 0.2s;transition:all 0.2s;-webkit-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);position:relative;top:10px;border-radius:3px;border:1px solid rgba(0,0,0,0.1);font-family:inherit;background:#fff;padding:1.3em}.drop-notification-element .drop-notification-content:after,.drop-notification-element .drop-notification-content:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.drop-notification-element .drop-notification-content:after{border-color:rgba(192,192,192,0);border-bottom-color:#fff;border-width:8px;margin-left:-8px;z-index:3002;bottom:99%}.drop-notification-element .drop-notification-content:before{border-color:rgba(176,176,176,0);border-bottom-color:rgba(0,0,0,0.1);border-width:9px;margin-left:-9px;z-index:3001}.drop-friendship-element{position:absolute;display:none;z-index:3000;margin-top:15px;max-width:100%;max-height:100%}.drop-friendship-element.drop-friendship-open{display:block}.drop-friendship-element.drop-friendship-after-open .drop-friendship-content{top:0px}.drop-friendship-element .drop-friendship-content{-webkit-transition:all 0.2s;transition:all 0.2s;-webkit-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);position:relative;top:10px;border-radius:3px;border:1px solid rgba(0,0,0,0.1);font-family:inherit;background:#fff;padding:1.3em}.drop-friendship-element .drop-friendship-content:after,.drop-friendship-element .drop-friendship-content:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.drop-friendship-element .drop-friendship-content:after{border-color:rgba(192,192,192,0);border-bottom-color:#fff;border-width:8px;margin-left:-8px;z-index:3002;bottom:99%}.drop-friendship-element .drop-friendship-content:before{border-color:rgba(176,176,176,0);border-bottom-color:rgba(0,0,0,0.1);border-width:9px;margin-left:-9px;z-index:3001}.container-breadcrumb .breadcrumb{background-color:#fff;border-bottom:1px solid #00babc;padding-bottom:25px;border-bottom-right-radius:0px;border-bottom-left-radius:0px}@media (max-width: 768px){.container-breadcrumb .breadcrumb{padding-bottom:20px}}.container-breadcrumb .breadcrumb a{text-transform:uppercase;color:#e5e5e5}.container-breadcrumb .breadcrumb a:hover,.container-breadcrumb .breadcrumb a:active,.container-breadcrumb .breadcrumb a:focus{text-decoration:none}.container-breadcrumb .breadcrumb a:hover{color:#35353b}.container-breadcrumb .breadcrumb .active>a{color:#00babc}.container-breadcrumb .breadcrumb>li+li:before{content:"-";padding:0 10px;color:#e5e5e5}.progress{position:relative;height:10px;background-color:#e3e3e3;border-radius:5px}.progress,.progress .progress-bar{-webkit-box-shadow:none;box-shadow:none}.progress-bar{background:-webkit-linear-gradient(right, #2dd57a, #00babc);background:-moz-linear-gradient(right, #2dd57a, #00babc);background:-ms-linear-gradient(right, #2dd57a, #00babc);background:-o-linear-gradient(right, #2dd57a, #00babc);background:linear-gradient(to right, #2dd57a, #00babc)}.progress-bar+.on-progress{position:absolute;top:0px;left:0;right:0;text-align:center;font-size:.8em;line-height:10px;color:#202026}.progress.double{margin-bottom:0;height:40px;font-size:1.4em;line-height:40px}@media (max-width: 1900px){.progress.double{height:35px}}@media (max-width: 768px){.progress.double{height:25px}}@media (max-width: 480px){.progress.double{height:20px;font-size:1em;line-height:20px}}.progress.double .progress-bar+.on-progress{font-size:1em;line-height:40px}@media (max-width: 1900px){.progress.double .progress-bar+.on-progress{font-size:.8em;line-height:35px;font-weight:300}}@media (max-width: 768px){.progress.double .progress-bar+.on-progress{line-height:25px}}@media (max-width: 480px){.progress.double .progress-bar+.on-progress{font-size:1em;line-height:20px}}.progress[data-progress-level="0"] .progress-bar{opacity:0.3}.progress[data-progress-level="1"] .progress-bar{opacity:0.5}.progress[data-progress-level="2"] .progress-bar{opacity:0.7}.progress[data-progress-level="3"] .progress-bar{opacity:0.9}.progress[data-progress-level="4"] .progress-bar{opacity:1.1}.star-range+.rangeslider,.star-range+.rangeslider>.rangeslider__fill{-webkit-box-shadow:none;box-shadow:none}.star-range[data-star-range="0"]+.rangeslider>.rangeslider__fill{background-color:#d8636f}.star-range[data-star-range="0"]+.rangeslider>.rangeslider__fill+.rangeslider__handle::after{content:"0"}.star-range[data-star-range="1"]+.rangeslider>.rangeslider__fill{background-color:#bf746b}.star-range[data-star-range="1"]+.rangeslider>.rangeslider__fill+.rangeslider__handle::after{content:"1"}.star-range[data-star-range="2"]+.rangeslider>.rangeslider__fill{background-color:#a68567}.star-range[data-star-range="2"]+.rangeslider>.rangeslider__fill+.rangeslider__handle::after{content:"2"}.star-range[data-star-range="3"]+.rangeslider>.rangeslider__fill{background-color:#8e9664}.star-range[data-star-range="3"]+.rangeslider>.rangeslider__fill+.rangeslider__handle::after{content:"3"}.star-range[data-star-range="4"]+.rangeslider>.rangeslider__fill{background-color:#75a760}.star-range[data-star-range="4"]+.rangeslider>.rangeslider__fill+.rangeslider__handle::after{content:"4"}.star-range[data-star-range="5"]+.rangeslider>.rangeslider__fill{background-color:#5cb85c}.star-range[data-star-range="5"]+.rangeslider>.rangeslider__fill+.rangeslider__handle::after{content:"5"}select.datetime{display:inline;max-width:120px}.lead-control{width:auto;min-width:400px;font-size:1.9em;line-height:1.9em;height:1.9em}input.array{padding:5px 15px 5px 5px;border:solid 1px #ccc;border-radius:4px;margin-bottom:10px}input.array:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control+a.input_remove_elem{float:right;top:-35px;left:-10px;margin-bottom:-15px}textarea.array{margin-bottom:10px}a.input_remove_elem{position:relative;left:-12px;font-size:1px;color:#888}a.input_remove_elem:after{content:'✕';font-size:10px;font-weight:bold}a.input_remove_elem:hover{color:#0d0d0d;text-decoration:none}.input_add_elem{display:inline-block;height:20px;width:20px;padding:0px 0px;border-radius:100%;outline:none;vertical-align:middle;text-align:center;background:#00babc;color:#fff}.input_add_elem:hover,.input_add_elem:active,.input_add_elem:focus{text-decoration:none;background-color:#008889;color:#ccc}.dancer{-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.dancer:nth-child(0){-webkit-animation-delay:0s;animation-delay:0s}.dancer:nth-child(1){-webkit-animation-delay:0.05s;animation-delay:0.05s}.dancer:nth-child(2){-webkit-animation-delay:0.1s;animation-delay:0.1s}.dancer:nth-child(3){-webkit-animation-delay:0.15s;animation-delay:0.15s}.dancer:nth-child(4){-webkit-animation-delay:0.2s;animation-delay:0.2s}.dancer:nth-child(5){-webkit-animation-delay:0.25s;animation-delay:0.25s}.dancer:nth-child(6){-webkit-animation-delay:0.3s;animation-delay:0.3s}.dancer:nth-child(7){-webkit-animation-delay:0.35s;animation-delay:0.35s}.dancer:nth-child(8){-webkit-animation-delay:0.4s;animation-delay:0.4s}.dancer:nth-child(9){-webkit-animation-delay:0.45s;animation-delay:0.45s}.dancer:nth-child(10){-webkit-animation-delay:0.5s;animation-delay:0.5s}.dancer:nth-child(11){-webkit-animation-delay:0.55s;animation-delay:0.55s}.dancer:nth-child(12){-webkit-animation-delay:0.6s;animation-delay:0.6s}.dancer:nth-child(13){-webkit-animation-delay:0.65s;animation-delay:0.65s}.dancer:nth-child(14){-webkit-animation-delay:0.7s;animation-delay:0.7s}.dancer:nth-child(15){-webkit-animation-delay:0.75s;animation-delay:0.75s}.dancer:nth-child(16){-webkit-animation-delay:0.8s;animation-delay:0.8s}.dancer:nth-child(17){-webkit-animation-delay:0.85s;animation-delay:0.85s}.dancer:nth-child(18){-webkit-animation-delay:0.9s;animation-delay:0.9s}.dancer:nth-child(19){-webkit-animation-delay:0.95s;animation-delay:0.95s}.dancer:nth-child(20){-webkit-animation-delay:1s;animation-delay:1s}.dancer.from-down{-webkit-animation-name:pop-from-down;animation-name:pop-from-down}@-webkit-keyframes pop-from-down{from{-webkit-transform:translateY(30px);opacity:0}to{-webkit-transform:translateY(0px);opacity:1}}@-moz-keyframes pop-from-down{from{-moz-transform:translateY(30px);opacity:0}to{-moz-transform:translateY(0px);opacity:1}}@keyframes pop-from-down{from{-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);transform:translateY(30px);opacity:0}to{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px);opacity:1}}.pop-over{min-width:300px;min-height:50px;background-color:#fff;border:1px solid #e5e5e5;border-radius:3px;z-index:80}.modal .modal-dialog .modal-content{padding:10px;-webkit-box-shadow:none;box-shadow:none;border:none;background-image:none;border-radius:0px}.modal-backdrop{background-color:#f4f2f2}.modal-backdrop.in{opacity:0.95}.tooltip .tooltip-inner{border-radius:0px;box-shadow:0px 0px 5px rgba(0,0,0,0.1)}.tooltip.top .tooltip-inner{border-bottom:1px solid #67676d}.tooltip.right .tooltip-inner{border-left:1px solid #67676d}.tooltip.bottom .tooltip-inner{border-top:1px solid #67676d}.tooltip.left .tooltip-inner{border-right:1px solid #67676d}.tooltip.top .tooltip-arrow{border-top-color:#67676d}.tooltip.right .tooltip-arrow{border-right-color:#67676d}.tooltip.bottom .tooltip-arrow{border-bottom-color:#67676d}.tooltip.left .tooltip-arrow{border-left-color:#67676d}.tooltip-content{z-index:999;height:75px;display:flex;background:#00babc;color:#fff;display:flex;visibility:hidden;position:absolute;border-radius:2px;padding:10px;-webkit-transition:opacity 1s ease-in 0s, width 2s ease-in 2s;-o-transition:opacity 1s ease-in 0s, width 2s ease-in 2s;transition:opacity 1s ease-in 0s, width 2s ease-in 2s}.tooltip-content .tooltip-img{width:55px;margin-right:10px}.tooltip-content .tooltip-title{border-bottom:solid 1px white;padding-bottom:5px;margin-bottom:5px}.tooltip-content:after{content:'';height:0;width:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #00babc;position:absolute;left:calc(50% - 10px);top:75px}.vertical-list{display:block}.vertical-list--hoverable .vertical-list--item-hoverable{opacity:0}@media (max-width: 767px){.vertical-list--hoverable .vertical-list--item-hoverable{opacity:1}}.vertical-list--hoverable .vertical-list--item:hover .vertical-list--item-hoverable{opacity:1}.vertical-list--lighteable .vertical-list--item-lighteable{opacity:0.5;-webkit-transition:opacity 0.1s;-o-transition:opacity 0.1s;transition:opacity 0.1s}@media (max-width: 767px){.vertical-list--lighteable .vertical-list--item-lighteable{opacity:1}}.vertical-list--lighteable .vertical-list--item:hover .vertical-list--item-lighteable{opacity:1}.vertical-list .vertical-list-item{display:block;padding:10px}.vertical-list .vertical-list-item+.vertical-list--item{border-top:1px solid #e5e5e5}.vertical-list .vertical-list-item--hoverable:hover{background-color:#f2f2f2}.nav-pills:not(.nav-stacked)>li.active>a,.nav-pills:not(.nav-stacked)>li.active>a:hover,.nav-pills:not(.nav-stacked)>li.active>a:focus{border-radius:0px;background-color:transparent;color:#00babc;border-bottom:1px solid #00babc}.nav-pills>li{border-radius:0px}.nav-pills.nav-stacked>li:not(.active) a{color:#67676d}.nav-pills.nav-stacked>li.active>a,.nav-pills.nav-stacked>li.active>a:hover,.nav-pills.nav-stacked>li.active>a:focus{border-radius:0px;background-color:transparent;color:#00babc}.under-main-navbar{top:0}.main-navbar{color:#2c2c34;background-color:#fff;height:80px;display:block;position:relative;z-index:200;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-shadow:0px -1px 5px rgba(0,0,0,0.5);box-shadow:0px -1px 5px rgba(0,0,0,0.5)}@media (max-width: 1900px){.main-navbar{height:60px}}.main-navbar .main-navbar-logo{-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0;width:120px;margin:0;height:100%;padding:0;text-align:center;background-color:#00babc}.main-navbar .main-navbar-logo img{height:40px;margin:20px 0}@media (max-width: 1900px){.main-navbar .main-navbar-logo img{height:30px;margin:15px 0}}@media (max-width: 1900px){.main-navbar .main-navbar-logo{width:100px}}@media (max-width: 1600px){.main-navbar .main-navbar-logo{width:85px}}.main-navbar .main-navbar-search{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1;padding:0 5px;margin:0 5px;line-height:80px;font-size:1.6em}@media (max-width: 1900px){.main-navbar .main-navbar-search{line-height:60px;font-size:1.3em;margin:0 20px}}.main-navbar .main-navbar-search input.search-input{border:none;height:100%;width:90%;background-color:transparent}.main-navbar .main-navbar-search input.search-input:focus{outline:none}@media (max-width: 1900px){.main-navbar .main-navbar-search input.search-input{margin-left:15px}}.main-navbar .main-navbar-search:before{padding:0 20px;max-width:10%;font-family:streamline-30px;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";color:#35353b}.main-navbar .main-navbar-user-nav,.main-navbar .main-navbar-left{height:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.main-navbar .main-navbar-left{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}.main-navbar .main-navbar-user-nav .user-action-icon{vertical-align:middle}.main-navbar .main-navbar-user-nav .user-action-count{top:-20px;left:-20px}.main-navbar .main-navbar-user-nav #quest-menu.open a{color:#00babc}.main-navbar .main-navbar-user-nav #quest-menu ul.quest-container .quest-legend{font-size:0.7em;line-height:0.8em;padding:0 0 0 0;margin:10px 5px}.main-navbar .main-navbar-user-nav #quest-menu ul.quest-container li.quest-item{border-bottom:solid 1px #f2f2f2;border-top:solid 1px #f2f2f2;padding:5px}.main-navbar .main-navbar-user-nav #quest-menu ul.quest-container li.quest-item .quest-header{margin:0px 0px 5px 0px;font-size:1em;font-weight:bold;line-height:1.2em}.main-navbar .main-navbar-user-nav #quest-menu ul.quest-container li.quest-item .quest-description{line-height:1.2em}.main-navbar .main-navbar-user-nav #quest-menu ul.quest-container li a{padding:0px 0px 0px 0px;margin:10px 0px 5px 5px;font-size:0.7em;line-height:0.8em;text-transform:uppercase;color:#00babc !important}.main-navbar .main-navbar-user-nav #quest-menu ul.quest-container li a:hover{color:#008889;background-color:#fff}.main-navbar .main-navbar-user-nav>.dropdown.open>a{border-color:#f2f2f2}.main-navbar .main-navbar-user-nav>.dropdown>a{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;min-width:160px;border-left:1px solid transparent;border-right:1px solid transparent;line-height:60px;padding:10px}.main-navbar .main-navbar-user-nav>.dropdown>a:hover,.main-navbar .main-navbar-user-nav>.dropdown>a:active,.main-navbar .main-navbar-user-nav>.dropdown>a:focus{text-decoration:none}@media (max-width: 1900px){.main-navbar .main-navbar-user-nav>.dropdown>a{line-height:40px}}.main-navbar .main-navbar-user-nav>.dropdown>a>span{font-size:1.2em;font-weight:bold;color:#666}.main-navbar .main-navbar-user-nav>.dropdown>a:hover>span{color:#00babc}.main-navbar .main-navbar-user-nav .dropdown-menu{margin:0px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #f2f2f2;border-radius:0px;border-top:none;-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.1);box-shadow:0px 1px 1px rgba(0,0,0,0.1)}.main-navbar .main-navbar-user-nav .dropdown-menu>li>a{color:#2c2c34}.main-navbar .user-profile-picture{height:60px;width:60px;background-repeat:no-repeat;background-size:100%;background-position:50% 50%;border-radius:50%;margin:0 40px}@media (max-width: 1900px){.main-navbar .user-profile-picture{height:40px;width:40px;margin:0 20px}}.main-navbar .user-actions{font-size:2.1em;margin-left:10px;line-height:80px}@media (max-width: 1900px){.main-navbar .user-actions{line-height:60px}}.main-navbar .user-actions .user-action{color:#2c2c34;margin-right:50px}.main-navbar .user-actions .user-action:hover,.main-navbar .user-actions .user-action:active,.main-navbar .user-actions .user-action:focus{text-decoration:none}@media (max-width: 1900px){.main-navbar .user-actions .user-action{margin-right:10px}}.main-navbar .labelable .labeled{font-size:12px;padding:0px;background-color:#00babc;color:#fff;border-radius:50%;height:20px;width:20px;line-height:20px;text-align:center;display:inline-block;bottom:4px}.main-navbar .labelable .labeled[data-counter-count]{background-color:#D8636F}.main-navbar .labelable .labeled[data-counter-count="0"]{background-color:#BEBEC8}.main-navbar .labelable .unlabeled{position:relative;top:6.25px}@media (max-width: 768px){.main-navbar-search{display:none}}@media (max-width: 1600px){.main-menu-trigger{font-size:2.1em}.main-navbar .main-navbar-search{font-size:1.28em}.main-navbar .main-navbar-search:before{padding:0 0}}@media (max-width: 480px){.main-menu-trigger{font-size:2.1em;line-height:0}.main-navbar{position:fixed;top:0;left:0;right:0;height:50px}.main-navbar .main-navbar-logo{width:60px;width:85px}.main-navbar .main-navbar-logo img{height:30px;margin:10px 0 0 -4px}.main-navbar .main-navbar-user-nav>.dropdown>a{line-height:50px;padding:0px}.main-navbar .user-actions{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;margin:5px;margin-left:15px;line-height:50px}.main-navbar .user-actions .user-action{margin-right:25px}.main-navbar .labelable .labeled{bottom:0px;right:-10px}}.main-top-menu,.hidden-sidebars{display:none}.visible-sidebars{display:block}@media (max-width: 768px){.main-top-menu,.hidden-sidebars{display:block}.visible-sidebars{display:none}}.left-sidebar-fix,.right-sidebar-fix{width:400px;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 400px;-moz-flex:0 0 400px;-ms-flex:0 0 400px;flex:0 0 400px}.left-sidebar-fix.with-main-menu,.right-sidebar-fix.with-main-menu{width:400px;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 400px;-moz-flex:0 0 400px;-ms-flex:0 0 400px;flex:0 0 400px}.left-sidebar-fix.without-main-menu,.right-sidebar-fix.without-main-menu{width:120px;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 120px;-moz-flex:0 0 120px;-ms-flex:0 0 120px;flex:0 0 120px}.left-main-container,.right-main-container{position:relative;width:400px;-webkit-transition:all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-o-transition:all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95)}.main-left-navbar{position:relative;z-index:10;width:120px;margin:0;padding:0;background-color:#35353b;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0}.main-left-navbar li{list-style-type:none;padding:0;margin:0;text-align:center;content:"";display:block;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0}.main-left-navbar li:first-of-type{padding-top:80px}@media (max-width: 1900px){.main-left-navbar li:first-of-type{padding-top:60px}}@media (max-width: 480px){.main-left-navbar li:first-of-type{padding-top:50px}}.main-left-navbar li:not(:first-of-type){border-top:1px solid #202026}.main-left-navbar li a{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-transition:background 0.3s;-o-transition:background 0.3s;transition:background 0.3s;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 1 auto;-moz-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;height:120px;font-size:2.4em;color:#67676d}.main-left-navbar li a:hover,.main-left-navbar li a:active,.main-left-navbar li a:focus{text-decoration:none}.main-left-navbar li a.active{color:#fff;background-color:#00babc;background-image:-webkit-linear-gradient(left, #00babc, #2dd57a);background-image:linear-gradient(to right, #00babc, #2dd57a)}.main-left-navbar li a:hover:not(.active){cursor:pointer;color:#fff;background-color:#2c2c34}@media (max-width: 1900px){.main-left-navbar{width:100px}.main-left-navbar li a{height:100px;font-size:1.8em}.overlay .main-left-navbar{display:block}}@media (max-width: 1900px) and (max-width: 1600px){.main-left-navbar{width:85px}.main-left-navbar li a{height:85px;font-size:1.8em}.overlay .main-left-navbar{display:block}}@media (max-width: 1900px){.left-main-container,.right-main-container{width:350px}.left-main-container:empty,.right-main-container:empty{width:0px}.right-main-container{width:0px;display:none}.right-sidebar-fix{width:0;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 0;-moz-flex:0 0 0;-ms-flex:0 0 0;flex:0 0 0}.left-sidebar-fix.with-main-menu{width:350px;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 350px;-moz-flex:0 0 350px;-ms-flex:0 0 350px;flex:0 0 350px}}@media (max-width: 1600px){.left-main-container,.right-main-container{width:300px}.left-main-container:empty,.right-main-container:empty{width:0px}.left-sidebar-fix.with-main-menu{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 300px;-moz-flex:0 0 300px;-ms-flex:0 0 300px;flex:0 0 300px}}@media (max-width: 768px){.right-main-container{display:none}.left-main-container.page-sidebar-fixed-left.page-sidebar{left:-300px}.left-main-container.page-sidebar-fixed-left.page-sidebar.opened{left:0px}.right-sidebar-fix,.left-sidebar-fix{width:0px;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 0px;-moz-flex:0 0 0px;-ms-flex:0 0 0px;flex:0 0 0px}.right-sidebar-fix.with-main-menu,.right-sidebar-fix.without-main-menu,.left-sidebar-fix.with-main-menu,.left-sidebar-fix.without-main-menu{width:0px;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 0px;-moz-flex:0 0 0px;-ms-flex:0 0 0px;flex:0 0 0px}.right-sidebar-fix.without-main-menu+.left-main-container.page-sidebar-fixed-left.page-sidebar.opened+.page-content,.left-sidebar-fix.without-main-menu+.left-main-container.page-sidebar-fixed-left.page-sidebar.opened+.page-content{left:60px}}@media (max-width: 480px){.left-main-container,.right-main-container{width:100%}.left-main-container.page-sidebar-fixed-left.page-sidebar{left:-100%}.left-main-container.page-sidebar-fixed-left.page-sidebar ul li .visible-overlay{display:none}.left-sidebar-fix{width:0;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 0;-moz-flex:0 0 0;-ms-flex:0 0 0;flex:0 0 0}.left-sidebar-fix.without-main-menu{width:0;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 0;-moz-flex:0 0 0;-ms-flex:0 0 0;flex:0 0 0}.left-sidebar-fix.with-main-menu{width:0;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 0;-moz-flex:0 0 0;-ms-flex:0 0 0;flex:0 0 0}.informations-sidebar{margin-top:10px;font-size:2.5em;color:#fff;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:10px;margin-bottom:10px}.informations-sidebar .main-profile-row{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.informations-sidebar .main-profile-row .user-image{margin-right:10px}.informations-sidebar .sub-bar{margin-top:10px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:distribute;-moz-box-pack:distribute;box-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:distribute}.informations-sidebar .sub-bar a:hover,.informations-sidebar .sub-bar a:active,.informations-sidebar .sub-bar a:focus{text-decoration:none}.informations-sidebar .sub-bar .labeled{font-size:32px;padding:0px;background-color:#00babc;color:#fff;border-radius:50%;height:30px;width:30px;line-height:33px;text-align:center;display:inline-block;bottom:13px;right:-35px}}.main-menu-overlay{background-color:rgba(255,255,255,0.9)}.main-menu-overlay .close{font-size:3em;margin-right:50px;margin-top:40px}@media (max-width: 480px){.main-menu-overlay .close{margin-top:20px;margin-right:30px;font-size:2.4em}}.main-menu-overlay .main-left-navbar{margin:100px;width:60%;min-width:400px;margin-left:auto;margin-right:auto;background-color:transparent}@media (max-width: 480px){.main-menu-overlay .main-left-navbar{margin:0 5%}}.main-menu-overlay .main-left-navbar li{opacity:0;margin:50px;font-size:1.7em;border:none;-webkit-transition:all 0s 0.2s;transition:all 0s 0.2s;-webkit-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);-webkit-transform:translate3d(-100px, 0, 0)}@media (max-width: 480px){.main-menu-overlay .main-left-navbar li{margin:20px 0;font-size:0.7em}}.main-menu-overlay .main-left-navbar li a{flex-direction:row;justify-content:flex-start}.main-menu-overlay .main-left-navbar li a span:first-child{min-width:150px}@media (max-width: 480px){.main-menu-overlay .main-left-navbar li a span:first-child{min-width:120px}}.main-menu-overlay .main-left-navbar li a span:last-child{margin-left:5px}.main-menu-overlay .main-left-navbar li a.active{color:#00babc;background-color:transparent;background-image:none}.main-menu-overlay .main-left-navbar li a:hover{color:#00b7b9;background-color:transparent;background-image:none}.main-menu-overlay .main-left-navbar li:nth-child(1){transition-delay:0.1s}.main-menu-overlay .main-left-navbar li:nth-child(2){transition-delay:0.2s}.main-menu-overlay .main-left-navbar li:nth-child(3){transition-delay:0.3s}.main-menu-overlay .main-left-navbar li:nth-child(4){transition-delay:0.4s}.main-menu-overlay .main-left-navbar li:nth-child(5){transition-delay:0.5s}.main-menu-overlay .main-left-navbar li:nth-child(6){transition-delay:0.6s}.main-menu-overlay.open li{opacity:1;-webkit-transform:translate3d(0, 0, 0) !important;transform:translate3d(0, 0, 0) !important;-webkit-transition:all 0.3s;transition:all 0.3s;-webkit-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}.main-menu-overlay.open li a{-webkit-transition-duration:0.3s;transition-duration:0.3s}.app-sidebar-left,.app-sidebar-right{padding-top:80px;display:block;overflow-y:auto;padding:5px;-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}.app-sidebar-left .sidebar-item:not(:first-of-type),.app-sidebar-right .sidebar-item:not(:first-of-type){margin-top:0;padding-top:10px}.app-sidebar-left .sidebar-item .sidebar-mark,.app-sidebar-right .sidebar-item .sidebar-mark{color:rgba(32,32,38,0.4);font-weight:400;margin:8px 0 5px;text-transform:uppercase;font-size:.8em;font-family:'Noto Sans', 'Arial', 'Helvetica', 'Sans serif';width:100%;text-align:center}.app-sidebar-left{position:relative;background-color:#29292e;padding:30px 20px;padding-top:80px}.app-sidebar-left .sidebar-mark,.app-sidebar-left .sidebar-item .sidebar-mark{color:rgba(255,255,255,0.4);margin-top:15px;margin-bottom:15px}.app-sidebar-left .btn-create-new{margin:20px 0 30px;width:100%}.app-sidebar-left .btn-create-new>button{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.app-sidebar-left .sidebar-tags-list{padding-left:0;overflow-y:hidden}.app-sidebar-left .sidebar-tags-list .sidebar-tags-search{display:block;margin-bottom:10px}.app-sidebar-left .sidebar-tags-list .sidebar-tags-search .input-tags-filter{border:none;background-color:rgba(255,255,255,0.1);font-style:italic;color:#67676d;border-radius:50px;width:100%;display:block;padding:3px 15px;outline:none}.app-sidebar-left .sidebar-tags-list .sidebar-tags-search .input-tags-filter:focus{outline:none}.app-sidebar-left .sidebar-tags-list .sidebar-tag-item{font-size:1.1em;display:block;list-style-type:none;position:relative}.app-sidebar-left .sidebar-tags-list .sidebar-tag-item>a:first-of-type{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;text-transform:capitalize;padding:2px;color:#67676d}.app-sidebar-left .sidebar-tags-list .sidebar-tag-item>a:first-of-type:hover,.app-sidebar-left .sidebar-tags-list .sidebar-tag-item>a:first-of-type:active,.app-sidebar-left .sidebar-tags-list .sidebar-tag-item>a:first-of-type:focus{text-decoration:none}.app-sidebar-left .sidebar-tags-list .sidebar-tag-item>a:first-of-type:hover{color:#006e70}.app-sidebar-right{background-color:#e5e5e5;padding:30px 40px;padding-top:100px;margin-right:0px}@media (max-width: 992px){.app-sidebar-right{padding:10px 10px;padding-top:0px;margin-right:10px;min-width:170px}}.app-sidebar-right h4{font-size:1.7em;color:#67676d}h4.sidebar-right-search-title{color:#67676d;font-size:1.7em;margin-top:15px;margin-bottom:25px}h4.sidebar-right-search-title .icon-search:before{padding-right:15px}.icon-search:before,.icon-list-2-1:before{padding-right:15px}.search-mobile-button:hover,.search-mobile-button:active,.search-mobile-button:focus{text-decoration:none}@media (max-width: 768px){.search-mobile-button{font-size:2.1em;line-height:2.6em;margin:0 15px}}@media (max-width: 480px){.search-mobile-button{line-height:2.3em}}.sidebar-search input{border:none;background-color:#fff;border-radius:50px;padding:3px 15px;display:block;width:100%}.sidebar-search input:focus{outline:none}.inline-search-form{display:inline-block}.inline-search-form input{padding:2px 5px;border:none;background-color:rgba(0,0,0,0.05);border-radius:2px}.search-item{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.search-item:not(:last-child){margin-bottom:10px;border-bottom:1px solid #e5e5e5}.search-item .search-item-thumb{max-width:10%;width:200px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-moz-box-align:baseline;box-align:baseline;-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;-o-align-items:baseline;align-items:baseline;-ms-flex-align:baseline;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.search-item .search-item-thumb>.bg-image-item{height:50px;width:50px}.search-item .search-item-thumb .video-thumb{height:auto;width:100%}.search-item .top-item{padding:0px 0;background-color:rgba(255,255,255,0.4)}.search-item .search-item-main em{background-color:rgba(250,155,30,0.34);text-transform:none;font-style:normal;padding:0px 2px}.search-item .search-item-main{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 1 100%;-moz-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.search-item.search-user-item{width:100%;max-width:100px;min-height:150px;background:#eee;margin:5px 6px;display:inline-block;position:relative;text-align:center;background-position:50% 50%;background-size:100% auto;background-repeat:no-repeat;background-size:contain;background-position:50% 0%;border-radius:3px;border:1px solid rgba(0,0,0,0.1);-webkit-transition:box-shadow, 0.3s;-o-transition:box-shadow, 0.3s;transition:box-shadow, 0.3s}.search-item.search-user-item.high{min-height:170px}.search-item.search-user-item:hover{-webkit-transition:box-shadow, 0.3s;-o-transition:box-shadow, 0.3s;transition:box-shadow, 0.3s;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.1);box-shadow:1px 1px 5px rgba(0,0,0,0.1)}.search-item.search-user-item .search-item-thumb{text-align:center;max-width:auto;width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.search-item.search-user-item .search-item-main{position:absolute;bottom:2px;width:100%;background-color:#fff;overflow-x:hidden;word-wrap:break-word}.search-item.search-video-item,.search-item.search-pdf-item{width:50%;max-width:195px;min-height:150px;margin:5px 6px;vertical-align:bottom;display:inline-block;position:relative;text-align:center;background-position:50% 50%;background-size:100% auto;background-repeat:no-repeat;background-position:50% 0%;border-radius:5px;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 0px rgba(0,0,0,0.1);box-shadow:1px 1px 0px rgba(0,0,0,0.1)}.search-item.search-video-item img,.search-item.search-pdf-item img{text-align:center;max-width:auto;width:100%;border-top-right-radius:5px;border-top-left-radius:5px;margin-bottom:5px}.search-item.search-video-item .search-item-main,.search-item.search-pdf-item .search-item-main{position:absolute;padding:0 5px;bottom:0px;width:100%;background-color:#fff;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.search-item.search-video-item .search-item-main{background-color:#fff}.search-item.search-pdf-item .search-item-main{left:0;background-color:rgba(255,255,255,0.7);border-top:1px solid #e5e5e5}.search-item.search-pdf-item .search-item-text{color:#202026;background-color:rgba(255,255,255,0.7)}.search-suggestion-item{display:block;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.search-suggestion-item .search-user-picture{margin-right:10px}.notifications-container{position:absolute;width:300px;background-color:#fff;display:none;z-index:1200;border:1px solid rgba(0,0,0,0.1);border-top-color:#fff;box-shadow:0px 2px 4px rgba(0,0,0,0.1);border-radius:0 0 3px;opacity:0;-webkit-transition:0.2s opacity;-o-transition:0.2s opacity;transition:0.2s opacity;-webkit-transition-delay:0.2s;transition-delay:0.2s}.notifications-container.open{display:block;opacity:1;-webkit-transition:0.2s opacity;-o-transition:0.2s opacity;transition:0.2s opacity;-webkit-transition-delay:0.2s;transition-delay:0.2s}.notifications-container::after{content:"";display:block;position:absolute;top:-7px;right:12px}.notifications-container .notifications--header{display:block;text-transform:uppercase;color:#67676d;border-bottom:1px solid rgba(0,0,0,0.1);font-size:.7em;padding:5px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.notifications-container .menu-drop-list{padding:0;margin:0px;display:block;max-height:300px;overflow-y:scroll}.notifications-container .menu-drop-list .menu-drop-item{display:block;padding:0px;position:relative}.notifications-container .menu-drop-list .menu-drop-item.unread{background-color:rgba(53,53,59,0.05)}.notifications-container .menu-drop-list .menu-drop-item.read{-webkit-transition:2s border-left-color, 0.3s background-color;-o-transition:2s border-left-color, 0.3s background-color;transition:2s border-left-color, 0.3s background-color;-webkit-transition-delay:1s;transition-delay:1s;background-color:#fff}.notifications-container .menu-drop-list .menu-drop-item>a{border:1px solid transparent;padding:5px;display:block;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.notifications-container .menu-drop-list .menu-drop-item>a:hover,.notifications-container .menu-drop-list .menu-drop-item>a:active,.notifications-container .menu-drop-list .menu-drop-item>a:focus{text-decoration:none}.notifications-container .menu-drop-list .menu-drop-item>a:hover{background-color:rgba(53,53,59,0.05)}.notifications-container .menu-drop-list .menu-drop-item span[class^="icon-"]{margin-right:3px}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-image{display:inline-block;max-width:50px;-webkit-flex-grow:0;-moz-flex-grow:0;flex-grow:0;-ms-flex-positive:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-image+.menu-drop-content{margin-left:10px}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-content{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-name,.notifications-container .menu-drop-list .menu-drop-item .menu-drop-title,.notifications-container .menu-drop-list .menu-drop-item .menu-drop-text,.notifications-container .menu-drop-list .menu-drop-item .menu-drop-actions{display:block}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-text{color:#35353b}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-progress{height:10px;margin:10px 0px 0}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-progress .progress{height:10px}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-progress .progress .progress-bar{font-size:10px;line-height:10px;background:#67676d;-webkit-box-shadow:none;box-shadow:none}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-created{position:absolute;right:5px;top:0px;color:#67676d}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-title{font-size:.9em}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-actions{font-size:1.3em}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-actions a:hover,.notifications-container .menu-drop-list .menu-drop-item .menu-drop-actions a:active,.notifications-container .menu-drop-list .menu-drop-item .menu-drop-actions a:focus{text-decoration:none}.notifications-container .menu-drop-list .menu-drop-item .menu-drop-actions a:last-of-type{margin-left:5px}.notifications-container .menu-drop-list .menu-drop-item:not(:first-child){border-top:1px solid #f2f2f2}.notifications-container .menu-drop-list:empty:before{content:"Nothing here, well done !";color:rgba(0,0,0,0.5);text-align:center;display:block;padding:10px 0}.notifications-container.open+.main-navbar [data-notification-drop]{color:#00babc}.user-pop-over{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;box-shadow:1px 1px 10px rgba(0,0,0,0.1)}.user-pop-over .user-popup-image{background-position:50% 50%;background-size:100% auto;background-repeat:no-repeat;min-width:120px;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0}.user-pop-over .user-popup-info{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;padding:0px 10px 0px 10px;-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}.user-pop-over .user-popup-info .user-popup-login{text-transform:capitalize}.user-pop-over .user-popup-info .user-popup-location [data-user-location]{color:#5cb85c}.user-pop-over .user-popup-info .user-popup-location [data-user-location="null"]{color:#D8636F}.user-badge:not(:empty){color:#35353b;background-color:transparent;border:1px solid #35353b;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;color:#fff;display:inline;padding:.2em .7em .2em;font-size:.7em;font-weight:bold;line-height:1}a+.user-badge:not(:empty),span+.user-badge:not(:empty){margin-left:5px}span.mention{font-weight:bold;color:#C07307}span.mention[data-read]::after{color:#67676d;margin-left:3px;position:relative;top:2px}span.mention[data-read="false"]:after{font-family:streamline-30px;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:""}span.mention[data-read="true"]:after{font-family:streamline-30px;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:""}.student-wrapper{float:left;position:relative;padding-left:15px;padding-right:15px;min-width:110px}.student-wrapper.closed{opacity:0.5}@media (min-width: 768px){.student-wrapper{min-width:110px;width:25%}}@media (min-width: 992px){.student-wrapper{min-width:120px;width:12%}}@media (min-width: 1600px){.student-wrapper{min-width:120px;width:12%}}.student-item{font-weight:normal;margin-bottom:10px;display:inline-block;width:100%;height:160px;max-width:100px;margin:10px;text-align:center;background-color:#f9f9f9;border:solid 1px #f2f2f2;border-radius:2px}.student-item.student-kind-admin{border-top:solid 3px #D8636F}.student-item.student-kind-hec{border-top:solid 3px #00babc}.student-item.student-kind-event{border-top:solid 3px #E6B291}.student-item:hover{background-color:#f2f2f2;text-decoration:none}.student-item:hover .student-image{-webkit-filter:constrast(1.2);filter:constrast(1.2);-webkit-filter:brightness(0.9);filter:brightness(0.9)}.student-item .student-image{width:100%;height:120px;background-size:cover;background-position:center;border-bottom:solid 1px #f2f2f2}.student-item [class^=student-kind]{color:#f2f2f2;border-radius:2px;padding:0px 5px;color:#fff}.student-item [class^=student-kind]:before{content:'●'}.student-item .student-kind-student{display:none}.student-item .student-login{font-size:12px;color:#5b5b60;margin-top:10px}.student-item .student-location{position:relative;float:left;left:7px;width:0px;color:#5cb85c}.student-item .student-no-location{position:relative;float:left;left:7px;width:0px;color:#a8a8ac}.upload-doc{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.upload-doc .doc-example,.upload-doc .doc-rules{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 1 50%;-moz-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;padding:10px;margin:0}.upload-doc pre{border:1px solid #e5e5e5;background:#f2f2f2}.upload-doc .table{border:none}.upload-doc .table thead{border-bottom:2px solid #e5e5e5}.upload-doc .table thead th{text-align:left}.upload-doc .table tbody tr:not(:last-of-type){border-bottom:1px solid #e5e5e5}.upload-doc .table tbody td{text-align:left}.upload-doc h2{color:#00babc;font-size:1.2em}.js-import-results{border-top:1px solid #e5e5e5;padding-top:10px}.js-import-results:before{content:"Errors preview";display:block;font-weight:bold;padding:10px 0}.message-item-hoverable{opacity:0}@media (max-width: 767px){.message-item-hoverable{opacity:1}}.message-item:hover .message-item-hoverable{opacity:1}.message-item-lighteable{opacity:0.5;-webkit-transition:opacity 0.1s;-o-transition:opacity 0.1s;transition:opacity 0.1s}@media (max-width: 767px){.message-item-lighteable{opacity:1}}.message-item:hover .message-item-lighteable{opacity:1}.message-reply-item-hoverable{opacity:0}@media (max-width: 767px){.message-reply-item-hoverable{opacity:1}}.message-reply-item:hover .message-reply-item-hoverable{opacity:1}.message-reply-item-lighteable{opacity:0.4;-webkit-transition:opacity 0.1s;-o-transition:opacity 0.1s;transition:opacity 0.1s}@media (max-width: 767px){.message-reply-item-lighteable{opacity:1}}.message-reply-item:hover .message-reply-item-lighteable{opacity:1}.message-item img,.message-item table,.message-item pre,.message-item code,.message-item embed{max-width:100%}.message-item img{width:auto !important;width:100%}.message-item.active{background-color:rgba(199,183,151,0.11)}.message-item .read-state:after{content:"";height:10px;width:10px;margin-bottom:1px;border-radius:5px;display:inline-block;-webkit-transition:background-color 0.1s ease-in-out 1s;-o-transition:background-color 0.1s ease-in-out 1s;transition:background-color 0.1s ease-in-out 1s}.message-item[data-message-read=false] .read-state:after{background-color:rgba(0,186,188,0.7)}.message-item:not(:last-of-type){border-bottom:1px solid #e5e5e5}.message-item .message-primary{padding-top:10px;padding-bottom:10px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}@media (max-width: 992px){.message-item .message-primary{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}}@media (max-width: 480px){.message-item .message-primary{background-color:#fff}}.message-item .message-metadata{position:relative;text-align:right;margin:5px 0}.message-item .message-metadata .bg-image-item{height:60px;width:60px}@media (max-width: 1600px){.message-item .message-metadata{text-align:left}}@media (max-width: 992px){.message-item .message-metadata{min-height:0px}}.message-item .message-corner-main{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-moz-box-align:baseline;box-align:baseline;-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;-o-align-items:baseline;align-items:baseline;-ms-flex-align:baseline;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;margin-bottom:10px}@media (max-width: 992px){.message-item .message-corner-main{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-moz-box-align:baseline;box-align:baseline;-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;-o-align-items:baseline;align-items:baseline;-ms-flex-align:baseline;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}}.message-item .message-corner-left{display:inline-block}.message-item .message-corner,.message-item .message-corner-left,.message-item .message-reply-corner{display:inline-block;text-align:right;margin-top:10px;margin-bottom:-10px}.message-item .message-corner .message-corner-item,.message-item .message-corner-left .message-corner-item,.message-item .message-reply-corner .message-corner-item{display:inline-block;color:#35353b;margin-left:15px}.message-item .message-corner .message-corner-item [class^="icon-"]:before,.message-item .message-corner-left .message-corner-item [class^="icon-"]:before,.message-item .message-reply-corner .message-corner-item [class^="icon-"]:before{color:#67676d;margin-right:5px}.message-item .message-corner .message-corner-item [class^="icon-"]:before:not(:first-child):before,.message-item .message-corner-left .message-corner-item [class^="icon-"]:before:not(:first-child):before,.message-item .message-reply-corner .message-corner-item [class^="icon-"]:before:not(:first-child):before{content:"-";margin:0 2px;color:#67676d}.message-item .message-corner .dropdown,.message-item .message-corner-left .dropdown,.message-item .message-reply-corner .dropdown{display:inline-block}.message-item .message-corner .dropdown .dropdown-menu,.message-item .message-corner-left .dropdown .dropdown-menu,.message-item .message-reply-corner .dropdown .dropdown-menu{right:0;left:inherit;text-align:left}.message-item .message-corner .dropdown .btn,.message-item .message-corner-left .dropdown .btn,.message-item .message-reply-corner .dropdown .btn{padding:0}.message-item .message-author{text-align:right;display:inline-block;margin:10px 0 0}@media (max-width: 1600px){.message-item .message-author{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}.message-item .message-author .top-author-name{margin-left:15px;font-size:1.4em}}@media (max-width: 992px){.message-item .message-author{-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}}@media (max-width: 480px){.message-item .message-author .top-author-name{margin-left:10px;font-size:1.2em}}.message-item .author-name{text-align:left;font-size:1.2em}.message-item .message-body{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.message-item .message-content{overflow-wrap:break-word}.message-item .message-content [data-watch-id].badge{margin-left:3px}.message-item .message-footer{display:block;clear:both}.message-item .message-replies-list:not(:empty){background-color:#f2f2f2;margin:5px 0px 10px 0px;margin-left:10%}@media (max-width: 768px){.message-item .message-replies-list:not(:empty){margin-left:0%}}@media (max-width: 480px){.message-item .message-replies-list:not(:empty){margin:0px 5px 10px;border-top:1px solid #e5e5e5;-webkit-box-shadow:0px 2px 15px #e5e5e5 inset;box-shadow:0px 2px 15px #e5e5e5 inset}}.message-item .message-replies-list:empty{background-color:transparent;display:none}.message-item .message-reply .message_content textarea{min-height:50px;resize:none;border-radius:0px;box-shadow:none;background:rgba(0,0,0,0.025);border:none}.message-item .message-reply-item{background-color:#F5F5F5;margin:0px 0px;padding-top:10px;padding-bottom:10px}.message-item .message-reply-item:not(:first-of-type){border-top:1px solid #e5e5e5}.message-item .message-reply-item.destroyed-item{background-color:#E5CBCD}.message-item .message-reply-item .reply-body{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}@media (max-width: 480px){.message-item .message-reply-item .reply-body{-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch}}.message-item .message-reply-item .reply-metadata{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:distribute;-moz-box-pack:distribute;box-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:distribute;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0;text-align:right;margin-top:15px}@media (max-width: 480px){.message-item .message-reply-item .reply-metadata{-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}}.message-item .message-reply-item .reply-metadata .reply-author{text-align:right;position:absolute;right:-25px}@media (max-width: 768px){.message-item .message-reply-item .reply-metadata .reply-author{position:inherit;right:0}}@media (max-width: 480px){.message-item .message-reply-item .reply-metadata .reply-author{position:inherit;right:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.message-item .message-reply-item .reply-metadata .reply-author span{margin-left:10px;font-size:1em}}.message-item .message-reply-item .reply-metadata .reply-vote-summary{-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0;min-width:30px;font-size:1em;margin:5px 10px 0 5px;position:relative}.message-item .message-reply-item .reply-metadata .reply-vote-summary:not([data-vote-count^="-"]):before,.message-item .message-reply-item .reply-metadata .reply-vote-summary[data-vote-count^="-"]:before{margin-right:4px}.message-item .message-reply-item .reply-metadata .reply-vote-summary:not([data-vote-count^="-"]),.message-item .message-reply-item .reply-metadata .reply-vote-summary:not([data-vote-count^="-"]):before{color:#5cb85c}.message-item .message-reply-item .reply-metadata .reply-vote-summary:not([data-vote-count^="-"]):before{font-family:streamline-filled;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:""}.message-item .message-reply-item .reply-metadata .reply-vote-summary[data-vote-count^="-"],.message-item .message-reply-item .reply-metadata .reply-vote-summary[data-vote-count^="-"]:before{color:#D8636F}.message-item .message-reply-item .reply-metadata .reply-vote-summary[data-vote-count^="-"]:before{font-family:streamline-filled;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:""}@media (max-width: 480px){.message-item .message-reply-item .reply-metadata .reply-vote-summary{margin:5px 0px 0 5px}}.message-item .message-reply-item .reply-content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}.message-item .message-reply-item .reply-content .reply-content-header,.message-item .message-reply-item .reply-content .reply-content-text{margin-left:20px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-moz-box-align:baseline;box-align:baseline;-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;-o-align-items:baseline;align-items:baseline;-ms-flex-align:baseline;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width: 768px){.message-item .message-reply-item .reply-content .reply-content-header,.message-item .message-reply-item .reply-content .reply-content-text{margin-left:0px}}.message-item .message-reply-item .reply-content .reply-content-header{margin-top:2px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-moz-box-align:baseline;box-align:baseline;-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;-o-align-items:baseline;align-items:baseline;-ms-flex-align:baseline;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.message-item .message-reply-item .reply-content .reply-content-header .author-name,.message-item .message-reply-item .reply-content .reply-content-header .reply-dates,.message-item .message-reply-item .reply-content .reply-content-header .reply-actions{color:#35353b;margin-right:5px}.message-item .message-reply-item .reply-content .reply-content-header .author-name:not(:first-child):before,.message-item .message-reply-item .reply-content .reply-content-header .reply-dates:not(:first-child):before,.message-item .message-reply-item .reply-content .reply-content-header .reply-actions:not(:first-child):before{content:"-";margin:0 2px;color:#67676d}@media (max-width: 480px){.message-item .message-reply-item .reply-content .reply-content-header .message-corner-main{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}}.message-item .message-reply-item .reply-content .reply-content-text{-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;color:#2c2c34}.message-item .message-reply-item .reply-content .reply-content-text .video.youtube{max-width:100%;overflow-x:hidden}.message-item .message-reply-item .reply-content .reply-content-text p{width:100%;overflow:auto}@media (max-width: 480px){.message-item .message-reply-item .reply-content .reply-content-text{margin-left:0;padding-left:15px}}.message-item .message-reply-item .reply-content .reply-content-footer{-webkit-align-self:flex-end;-moz-align-self:flex-end;align-self:flex-end;-ms-flex-item-align:end}.message-item .message-reply-item .reply-actions{margin-top:5px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}.message-item .message-reply-item .reply-votes-actions{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}.message-item .message-reply-item .reply-votes-actions .reply-vote-up,.message-item .message-reply-item .reply-votes-actions .reply-vote-down,.message-item .message-reply-item .reply-votes-actions .reply-vote-summary{-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0;min-width:30px;display:inline-block;margin-left:5px}.message-item .message-reply-item .reply-votes-actions .reply-vote-up a:hover,.message-item .message-reply-item .reply-votes-actions .reply-vote-up a:active,.message-item .message-reply-item .reply-votes-actions .reply-vote-up a:focus,.message-item .message-reply-item .reply-votes-actions .reply-vote-down a:hover,.message-item .message-reply-item .reply-votes-actions .reply-vote-down a:active,.message-item .message-reply-item .reply-votes-actions .reply-vote-down a:focus,.message-item .message-reply-item .reply-votes-actions .reply-vote-summary a:hover,.message-item .message-reply-item .reply-votes-actions .reply-vote-summary a:active,.message-item .message-reply-item .reply-votes-actions .reply-vote-summary a:focus{text-decoration:none}.message-item .message-reply-item .reply-footer{text-align:right}.message-item .message-reply-item .reply-footer .direct-reply-link{margin:0 5px}.message-item .message-direct-reply{padding-right:10px}.message-item .message-direct-reply textarea{min-height:40px;padding:5px;resize:none;border-radius:0;border:none;background:rgba(0,0,0,0.05)}.message-item[data-id="virtual"]{-webkit-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}.message-item[data-id="virtual"] .message-metadata,.message-item[data-id="virtual"] .message-corner-main,.message-item[data-id="virtual"] .message-body-footer{opacity:.5}.message-item[data-id="virtual"]:before{content:"(message preview)";text-transform:uppercase;display:block;text-align:center;color:rgba(0,0,0,0.5)}.preloading-state{display:none}[data-processing="processing"] .preloading-state,.infinite-loader:before{display:inline-block;background-position:50% 50%;background-size:100% auto;background-repeat:no-repeat;background-image:url(/assets/loading-spin-49fc90f78e43d0b042cbf45ade0ed02c6ac0b4fc835686aa05b6732da819d0ac.svg);width:15px;height:15px}.infinite-loader:before{content:"";width:13px;height:13px}h1.infinite-loader:before{margin-right:5px}.message-item.item-search .message-body{justify-content:flex-start}.message-item.item-search .message-topic-title{margin-top:0px;margin-bottom:20px}.main-search-input{transition:all .3s}.main-search-input .form-control{transition:all .2s;box-shadow:none;background-color:#fcfcfc;border-color:#e6e6e6}.main-search-input .form-control:hover{border-color:#00babc}.main-search-input button.btn-lg,.main-search-input .btn-group-lg>button.btn{transition:all .2s;padding:11px 16px 10px}.message-bottom-main-reply{border-radius:4px;background:#f2f2f2;color:#00babc;border:none}.messages-bottom{content:"";margin-top:40px;display:block;transition:.3s all}.message-item.targeted{-webkit-animation:fade 4s ease-in;-o-animation:fade 4s ease-in;animation:fade 4s ease-in}@-webkit-keyframes fade{from{background-color:rgba(103,103,109,0.1)}to{background-color:#fff}}@-moz-keyframes fade{from{background-color:rgba(103,103,109,0.1)}to{background-color:#fff}}@keyframes fade{from{background-color:rgba(103,103,109,0.1)}to{background-color:#fff}}.fixed-topic-header{top:-200px;position:fixed;background-color:#fff;z-index:400;padding:0 15px;border-bottom:1px solid #eee;border-left:1px solid transparent;border-right:1px solid transparent;-webkit-transition:all, 0.3s;-o-transition:all, 0.3s;transition:all, 0.3s}.fixed-topic-header .topic-title-name{display:inline-block}.fixed-topic-header.active{display:block;top:0px}.message-edit-form textarea{height:400px}@media (min-width: 1900px){.btn-group>.btn.message-main-reply:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-left-radius:4px}}@media (max-width: 767px){.message-item .message-primary{-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column}.message-item .message-metadata{text-align:left}.new_message .btn-primary,.message-reply-box,.message-reply-box .btn-primary{display:block;width:100%;float:none}}span.forum-tag{padding-bottom:2px}.forum-tag{background-color:#35353b}.forum-tag[tag-name^="a"]{background-color:rgba(0,145,188,0.7)}.forum-tag[tag-name^="a"] a:hover{background-color:#0091bc}.forum-tag[tag-name^="b"]{background-color:rgba(0,101,188,0.7)}.forum-tag[tag-name^="b"] a:hover{background-color:#0065bc}.forum-tag[tag-name^="c"]{background-color:rgba(0,58,188,0.7)}.forum-tag[tag-name^="c"] a:hover{background-color:#003abc}.forum-tag[tag-name^="d"]{background-color:rgba(0,14,188,0.7)}.forum-tag[tag-name^="d"] a:hover{background-color:#000ebc}.forum-tag[tag-name^="e"]{background-color:rgba(30,0,188,0.7)}.forum-tag[tag-name^="e"] a:hover{background-color:#1e00bc}.forum-tag[tag-name^="f"]{background-color:rgba(74,0,188,0.7)}.forum-tag[tag-name^="f"] a:hover{background-color:#4a00bc}.forum-tag[tag-name^="g"]{background-color:rgba(115,0,188,0.7)}.forum-tag[tag-name^="g"] a:hover{background-color:#7300bc}.forum-tag[tag-name^="h"]{background-color:rgba(159,0,188,0.7)}.forum-tag[tag-name^="h"] a:hover{background-color:#9f00bc}.forum-tag[tag-name^="i"]{background-color:rgba(188,0,173,0.7)}.forum-tag[tag-name^="i"] a:hover{background-color:#bc00ad}.forum-tag[tag-name^="j"]{background-color:rgba(188,0,130,0.7)}.forum-tag[tag-name^="j"] a:hover{background-color:#bc0082}.forum-tag[tag-name^="k"]{background-color:rgba(188,0,86,0.7)}.forum-tag[tag-name^="k"] a:hover{background-color:#bc0056}.forum-tag[tag-name^="l"]{background-color:rgba(188,0,42,0.7)}.forum-tag[tag-name^="l"] a:hover{background-color:#bc002a}.forum-tag[tag-name^="m"]{background-color:rgba(188,2,0,0.7)}.forum-tag[tag-name^="m"] a:hover{background-color:#bc0200}.forum-tag[tag-name^="n"]{background-color:rgba(188,43,0,0.7)}.forum-tag[tag-name^="n"] a:hover{background-color:#bc2b00}.forum-tag[tag-name^="o"]{background-color:rgba(188,87,0,0.7)}.forum-tag[tag-name^="o"] a:hover{background-color:#bc5700}.forum-tag[tag-name^="p"]{background-color:rgba(188,130,0,0.7)}.forum-tag[tag-name^="p"] a:hover{background-color:#bc8200}.forum-tag[tag-name^="q"]{background-color:rgba(188,174,0,0.7)}.forum-tag[tag-name^="q"] a:hover{background-color:#bcae00}.forum-tag[tag-name^="r"]{background-color:rgba(158,188,0,0.7)}.forum-tag[tag-name^="r"] a:hover{background-color:#9ebc00}.forum-tag[tag-name^="s"]{background-color:rgba(114,188,0,0.7)}.forum-tag[tag-name^="s"] a:hover{background-color:#72bc00}.forum-tag[tag-name^="t"]{background-color:rgba(73,188,0,0.7)}.forum-tag[tag-name^="t"] a:hover{background-color:#49bc00}.forum-tag[tag-name^="u"]{background-color:rgba(29,188,0,0.7)}.forum-tag[tag-name^="u"] a:hover{background-color:#1dbc00}.forum-tag[tag-name^="v"]{background-color:rgba(0,188,15,0.7)}.forum-tag[tag-name^="v"] a:hover{background-color:#00bc0f}.forum-tag[tag-name^="w"]{background-color:rgba(0,188,58,0.7)}.forum-tag[tag-name^="w"] a:hover{background-color:#00bc3a}.forum-tag[tag-name^="x"]{background-color:rgba(0,188,102,0.7)}.forum-tag[tag-name^="x"] a:hover{background-color:#00bc66}.forum-tag[tag-name^="y"]{background-color:rgba(0,188,146,0.7)}.forum-tag[tag-name^="y"] a:hover{background-color:#00bc92}.forum-tag[tag-name^="z"]{background-color:rgba(0,186,188,0.7)}.forum-tag[tag-name^="z"] a:hover{background-color:#00babc}.tags-list{display:inline-block}.sidebar-tag-item .label{margin-right:15px}.sidebar-tag-item .tag-toggle-item{position:absolute;right:0px;top:7px;color:#999}.sidebar-tag-item .tag-toggle-item:hover,.sidebar-tag-item .tag-toggle-item:active,.sidebar-tag-item .tag-toggle-item:focus{text-decoration:none}.sidebar-tag-item .tag-toggle-item:hover{cursor:pointer}.sidebar-tag-item .tag-toggle-item[data-state="false"]{opacity:.1}.sidebar-tag-item .tag-toggle-item[data-state="true"]{color:#ffe698}.sidebar-tag-item:hover>.tag-toggle-item[data-state="false"]{opacity:1}.posts-counter{width:100%;padding:5px;border-top:1px solid rgba(0,0,0,0.1);text-align:center;margin-top:20px}ul>li>a.dropdown-type-user{color:green}ul>li>a.dropdown-type-group{color:red}.forum-tag.cursus-tag{border:1px solid #00babc;background:transparent;color:#00babc}.topic-title{padding:0 15px}.topic-title .topic-actions,.topic-title .topic-title-name{display:inline-block}@media (max-width: 480px){.topic-title .topic-actions,.topic-title .topic-title-name{display:block;font-size:16px}.topic-title .topic-actions+.tags-list,.topic-title .topic-title-name+.tags-list{display:block;margin-top:7px}}.topic-main-title small a{color:#35353b}.topic-main-title small a:hover,.topic-main-title small a:active,.topic-main-title small a:focus{text-decoration:none}.topic-main-title .simple-link{padding:3px 8px;border-radius:3px}.topic-main-title .simple-link span[class^="icon-"]{position:relative;top:1px}.topic-main-title .simple-link+.simple-link{margin-left:5px}.topic-main-title .simple-link:hover{background-color:rgba(0,0,0,0.025);color:#2c2c34}.topics-resume{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.topics-resume .topics-resume-counters{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;padding:0 50px;margin-bottom:23px}@media (max-width: 480px){.topics-resume .topics-resume-counters{margin-bottom:0px}}@media (max-width: 1599px){.topics-resume .topics-resume-counters{padding:0 0px}}.topics-resume .topics-resume-counters .counter-item{width:33%;text-align:center}.topics-resume .topics-resume-counters .counter-item:not(:last-of-type){border-right:1px solid #e5e5e5}@media (max-width: 480px){.topics-resume .topics-resume-counters .counter-item:not(:last-of-type){border-right:none}}.topics-resume .topics-resume-counters .counter-item .counter-item-value{font-size:4em;color:#00babc}@media (max-width: 768px){.topics-resume .topics-resume-counters .counter-item .counter-item-value{font-size:3em}}@media (max-width: 480px){.topics-resume .topics-resume-counters .counter-item .counter-item-value{font-size:2em}}@media (max-width: 991px){.topics-resume .topics-resume-counters .counter-item .counter-item-title{font-size:0px}.topics-resume .topics-resume-counters .counter-item .counter-item-title .prima{font-size:30px;text-align:center}}@media (max-width: 991px) and (max-width: 768px){.topics-resume .topics-resume-counters .counter-item .counter-item-title .prima{font-size:20px}}@media (max-width: 480px){.topics-resume .topics-resume-counters{padding:0 5px}}.messages-list{margin-bottom:70px}.topic-item-lighteable{opacity:0.5;-webkit-transition:opacity 0.1s;-o-transition:opacity 0.1s;transition:opacity 0.1s}@media (max-width: 767px){.topic-item-lighteable{opacity:1}}.topic-item:hover .topic-item-lighteable{opacity:1}.topic-item-hoverable{opacity:0}@media (max-width: 767px){.topic-item-hoverable{opacity:1}}.topic-item:hover .topic-item-hoverable{opacity:1}.topic-item{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;margin:10px 0;padding:0 15px}.topic-item:hover,.topic-item:active,.topic-item:focus{text-decoration:none}.topic-item .topic-unread-status{min-width:15px;display:inline-block;color:#67676d;text-align:right}.topic-item .topic-unread-status:before{content:"";height:5px;width:5px;border-radius:5px;display:inline-block;-webkit-transition:background-color 0.1s ease-in-out;-o-transition:background-color 0.1s ease-in-out;transition:background-color 0.1s ease-in-out}.topic-item .topic-unread-count{opacity:0}.topic-item:not(.topic-unread) .topic-unread-count{display:none}.topic-item.topic-unread .topic-unread-status:before{background-color:rgba(0,186,188,0.7)}.topic-item.topic-unread .topic-content .topic-name{color:#35353b}.topic-item.topic-unread .topic-content .topic-name span[class^="icon"]{color:#67676d}.topic-item.topic-unread .topic-content .topic-metadata{color:#67676d}.topic-item .topic-author{height:40px;width:40px;margin-right:20px}@media (max-width: 480px){.topic-item .topic-author{height:30px;width:30px;margin-right:10px}}.topic-item .topic-content{flex:1}.topic-item .topic-content .topic-top{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;margin-right:20px}.topic-item .topic-content .topic-top .tags-list{margin-left:5px;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0}.topic-item .topic-content .topic-name{margin:4px 0;font-weight:500;color:rgba(103,103,109,0.7)}.topic-item .topic-content .topic-metadata{color:rgba(103,103,109,0.5)}.topic-item .topic-content .topic-metadata .topic-unread-count{margin-left:10px}.topic-item:hover{opacity:1}.topic-item:hover .topic-content .topic-name{color:#006e70}@media (max-width: 480px){.topic-item .topic-content .topic-top{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.topic-item .topic-content .topic-top h4{font-size:14px}.topic-item .topic-content .topic-top .tags-list{margin-left:0px}.topic-item .topic-content .topic-metadata{font-size:12px}}.resume-hoverable{opacity:0}@media (max-width: 767px){.resume-hoverable{opacity:1}}.resume:hover .resume-hoverable{opacity:1}.resume-lighteable{opacity:0.5;-webkit-transition:opacity 0.1s;-o-transition:opacity 0.1s;transition:opacity 0.1s}@media (max-width: 767px){.resume-lighteable{opacity:1}}.resume:hover .resume-lighteable{opacity:1}.resume{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;border:1px solid #e5e5e5;background:#f2f2f2;padding:10px;margin:20px}@media (max-width: 480px){.resume{margin:10px 0}}.resume .resume-title,.resume .resume-last-post,.resume .resume-word-count-estimation,.resume .resume-time-of-reading,.resume .resume-created-at{display:inline-block}.resume .box{display:block}.resume .message-reply-box{float:right}.resume-contributor{display:inline-block;position:relative;margin-top:5px;margin-right:3px}.resume-contributor .resume-contributor-count{font-size:0.8em;padding:1px 4px;color:white;position:absolute;text-align:center;line-height:15px;height:15px;min-width:15px;border-radius:8px;top:0;right:0}.resume-bottom.box,.user-profile-stats,.sidebar-right-resume{padding:10px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;font-size:1.4em}.resume-bottom.box .resume-post,.resume-bottom.box .resume-views,.resume-bottom.box .resume-users,.resume-bottom.box .resume-likes,.resume-bottom.box .resume-troll,.resume-bottom.box .resume-links,.resume-bottom.box .resume-favorites,.resume-bottom.box .resume-contributor,.user-profile-stats .resume-post,.user-profile-stats .resume-views,.user-profile-stats .resume-users,.user-profile-stats .resume-likes,.user-profile-stats .resume-troll,.user-profile-stats .resume-links,.user-profile-stats .resume-favorites,.user-profile-stats .resume-contributor,.sidebar-right-resume .resume-post,.sidebar-right-resume .resume-views,.sidebar-right-resume .resume-users,.sidebar-right-resume .resume-likes,.sidebar-right-resume .resume-troll,.sidebar-right-resume .resume-links,.sidebar-right-resume .resume-favorites,.sidebar-right-resume .resume-contributor{width:100%;text-align:center;display:inline-block}.resume-bottom.box .summary-likes-box,.user-profile-stats .summary-likes-box,.sidebar-right-resume .summary-likes-box{width:100%;text-align:center;padding:1px 5px;margin:0px 2px;border-radius:2px;background-color:rgba(0,0,0,0.1);display:inline-block}.resume-bottom.box .summary-likes-box>span,.user-profile-stats .summary-likes-box>span,.sidebar-right-resume .summary-likes-box>span{margin:auto 3px}.hidden-resume .sidebar-right-resume{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:distribute;-moz-box-pack:distribute;box-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:distribute}.message-report-actions{opacity:0;text-align:right;margin:3px}.message-report-actions>span,.message-report-actions>div{display:inline-block;text-align:right;font-size:.9em;border-radius:3px}.message-report-actions .reply-link{background-color:#00babc}.message-report-actions .label.label-primary>a{color:#fff}.votes-actions{position:absolute;top:0px;width:40px;color:#00babc}.votes-actions .count{position:absolute;right:0px;text-align:center;width:10px}@media (max-width: 1600px){.votes-actions{position:absolute;top:2px;left:0px}}.votes-actions .vote-up,.votes-actions .vote-down,.message-report-actions .vote-up,.message-report-actions .vote-down{font-size:16px;text-align:center;position:relative}.votes-actions .vote-up,.message-report-actions .vote-up{top:7px}.votes-actions .vote-down,.message-report-actions .vote-down{top:-3px}.votes-actions .vote-arrow:not(:only-child),.message-report-actions .vote-arrow:not(:only-child){margin-left:14px}.votes-actions .vote-troll,.votes-actions .vote-problem,.message-report-actions .vote-troll,.message-report-actions .vote-problem{margin-left:5px}.votes-actions .vote-summary,.message-report-actions .vote-summary{border-radius:50%;border:4px solid #00babc;width:30px;text-align:center;margin:auto;height:30px;line-height:24px}.votes-actions a,.votes-actions a:hover,.message-report-actions a,.message-report-actions a:hover{text-decoration:none;color:#00babc}.votes-actions [data-state=true].vote-up,.votes-actions [data-state=true].vote-up a,.message-report-actions [data-state=true].vote-up,.message-report-actions [data-state=true].vote-up a{color:#5cb85c}.votes-actions [data-state=true].vote-down,.votes-actions [data-state=true].vote-down a,.message-report-actions [data-state=true].vote-down,.message-report-actions [data-state=true].vote-down a{color:#D8636F}.votes-actions [data-state=true].vote-troll,.votes-actions [data-state=true].vote-troll a,.message-report-actions [data-state=true].vote-troll,.message-report-actions [data-state=true].vote-troll a{color:#E6B291}.votes-actions [data-state=true].vote-problem,.votes-actions [data-state=true].vote-problem a,.message-report-actions [data-state=true].vote-problem,.message-report-actions [data-state=true].vote-problem a{color:#D8636F}.message-item:hover .message-report-actions,.message-item.active .message-report-actions{opacity:1}.topic-container{position:relative}.topic-container.container-item{margin-bottom:0px}@media (max-width: 480px){.topic-container.container-item{margin-bottom:40px}}.topic-container .star-flag{color:rgba(255,255,255,0.8);position:absolute;right:10px;top:0;border:none;padding-top:10px;height:45px;text-align:center;border-radius:0px;width:40px;background-image:url(/images/star_bg.png);background-size:60% 100%;background-position:50%;background-repeat:no-repeat}.topic-container .star-flag:hover,.topic-container .star-flag:active,.topic-container .star-flag:focus{text-decoration:none}.topic-container .star-flag:hover{color:#fff}.topic-container .star-flag[data-state="true"]{color:#ffe698}.message_content textarea.reply-form,.message-reply textarea.reply-form{display:block;resize:none;border:2px solid #e5e5e5;border-radius:3px;width:100%;padding:5px 70px 5px 5px;max-height:500px;min-height:35px}.message_content textarea.reply-form:focus,.message-reply textarea.reply-form:focus{outline:none;border:2px solid #ccc}.message_content textarea.reply-form:disabled,.message_content textarea.reply-form[disabled="disabled"],.message-reply textarea.reply-form:disabled,.message-reply textarea.reply-form[disabled="disabled"]{background:#eee}.message-reply-container{margin-bottom:15px;padding:0 25px 0 15px}.js-topic-fixed-reply .form-group,.topic-reply .form-group{margin-right:5px;margin-left:5px}.js-topic-fixed-reply .form-control,.topic-reply .form-control{resize:none;background-color:#e5e5e5;border:none;border-radius:0px}.topic-reply{position:relative}.topic-reply button.close{display:none}.topic-reply form#new_message{position:relative;margin:0 20px}.topic-reply.js-topic-fixed-reply{position:fixed;left:0px;margin-top:0;bottom:0px;background-color:#fff;padding:0px 0 20px 0;margin:0 10px}.topic-reply.js-topic-fixed-reply button.close{margin-right:10px;margin-top:-10px;display:inline-block}.topic-reply.js-topic-fixed-reply.js-topic-hidden-reply{bottom:-300px}.topic-reply.js-topic-fixed-reply.js-topic-hidden-reply+.messages-bottom{margin-top:40px}.topic-reply.js-topic-fixed-reply+.messages-bottom{margin-top:120px}.topic-reply.js-topic-fixed-reply .close-mobile{display:none}@media (max-width: 768px){.topic-reply.js-topic-fixed-reply{background-color:transparent}}@media (max-width: 480px){.topic-reply.js-topic-fixed-reply{border:none;margin:0;padding:0;left:0px;right:0px;width:auto}.topic-reply.js-topic-fixed-reply form#new_message{padding:0px 0px;margin:0px 0px}.topic-reply.js-topic-fixed-reply .close-mobile{display:block;border-radius:0px;border:none;margin:0}.topic-reply.js-topic-fixed-reply.js-topic-hidden-reply+.messages-bottom{position:fixed;bottom:0px;left:0px;right:0px;display:block}.topic-reply.js-topic-fixed-reply+.messages-bottom{display:none}}#topic-reply-content:focus+.js-topic--submit-button{border:2px solid #ccc}#topic-reply-content:focus+.js-topic--submit-button:hover{border:2px solid #00babc}.js-topic--submit-button{position:absolute;top:0px;right:0px;bottom:0px;width:70px;border:2px solid #e5e5e5;background:#FFF;color:#999;font-size:1.3em;border-radius:0 2px 2px 0}.js-topic--submit-button:hover{background-color:#00babc;color:#fff;border:2px solid #00babc}.js-topic--submit-button:disabled:before,.js-topic--submit-button[disabled="disabled"]:before{content:"\e29b"}.js-topic--submit-button:before{font-family:streamline-filled;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:""}.sidebar-right-sort .btn-group>.btn.btn-grey{padding:5px 5px;font-size:13px}.sidebar-right-infos,.sidebar-right-links,.sidebar-right-resume,.sidebar-right-users{margin-bottom:20px}.sidebar-right-resume{flex-wrap:wrap;border-top:1px solid rgba(0,0,0,0.1);padding-top:30px}.sidebar-right-resume>[class^="resume-"],.sidebar-right-resume>[class^="summary-"]{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;flex:1 0 60px;margin:10px;text-align:center}.sidebar-right-resume>[class^="summary-"]{background-color:#f2f2f2;padding-top:5px;padding-bottom:5px;padding-left:0px;padding-right:0px}.sidebar-right-resume>[class^="resume-"]>span{margin-right:5px}.sidebar-right-reply{margin-top:40px}.sidebar-right-helpers{font-size:.9em}.sidebar-right-helpers b,.search-main-container b{color:#00babc}.sidebar-right-helpers h4,.search-main-container h4{margin:5px 0;color:#00babc}.search-main-container .btn-default{border-color:#e6e6e6}.search-main-container .search-helpers-panel{margin-top:15px;border-color:#f2f2f2;padding:10px;border-radius:3px}.search-main-container .search-no-results{display:block;text-align:center;font-weight:400;font-size:2em;margin:20px 0}.diffed-content .marked-title{text-align:center}.diffed-content .version-block{display:block}.diffed-content .version-block:not(:last-of-type){border-bottom:1px solid #e5e5e5;padding-bottom:10px;margin-bottom:10px}.diffed-content .version-block:nth-child(odd){background-color:rgba(229,229,229,0)}.diffed-content .version-item{padding:10px;font-family:"source-code-pro";background-color:rgba(53,53,59,0.05);margin:10px;border-radius:2px;border:1px solid #e5e5e5}.diffed-content del{text-decoration:none;background-color:rgba(255,0,0,0.4)}.diffed-content ins{text-decoration:none;background-color:rgba(0,128,0,0.4)}.marged-bottom{margin-bottom:20px}@media (max-width: 992px){.marged-bottom{margin-bottom:100px}}.infinite-loader{color:#67676d;font-weight:500}.topic-item{position:relative;padding-top:15px;padding-bottom:15px;padding-left:10px;padding-right:10px;border-bottom:1px solid #F3F3F3;margin-top:0px;margin-bottom:0px}@media (max-width: 1599px){.topic-item{padding-top:15px;padding-bottom:15px}}@media (max-width: 480px){.topic-item{padding-left:10px;padding-right:10px}}.topic-item,.topic-item .unread,.topic-item .read{transition:all .3s}.topic-item .topic-status{position:absolute;right:10px;top:10px}.topic-item .topic-status .unread{color:#E6B291;opacity:.7}.topic-item .topic-status .simple-link{margin-right:5px;top:-2px;position:relative}.topic-item .topic-status a:hover,.topic-item .topic-status a:active,.topic-item .topic-status a:focus{text-decoration:none}.topic-item:last-child{border-bottom:none}.topic-item:hover{background-color:rgba(53,53,59,0.05)}.topic-item:hover .unread{opacity:1}.topic-item:hover .read{color:#5cb85c}.topic-item.topic-unread:hover .topic-unread-count{opacity:1}.topic-item .topic-right-metadata{display:inline-block;float:right}.topics-list:not(.home-list) .topic-item.topic-pinned+.topic-item:not(.topic-pinned){border-top:2px solid #e5e5e5}.sidebar-link{color:#67676d;padding:3px 0;font-size:1.1em;display:block;font-weight:700}.sidebar-link:hover,.sidebar-link:active,.sidebar-link:focus{text-decoration:none}[data-topic-chart]{position:absolute;right:200px;top:10px}.overflowable-item .topic-item .topic-content .topic-name{font-size:14px}.overflowable-item .topic-item .topic-metadata{font-size:12px}@media (max-width: 1900px){.resume{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}}[data-translation-missing]{color:rgba(0,0,0,0.2)}[data-translation-missing]:before{font-family:streamline-filled;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:""}[data-translation-missing]:hover{color:rgba(0,0,0,0.5)}.notification-item{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;padding:0px 10px;margin:0px 0px}.notification-item .notification-image{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 200px;-moz-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;font-size:3em;color:#E6B291}@media (max-width: 480px){.notification-item .notification-image{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 100px;-moz-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px}}.notification-item .notification-content{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.notification-item .notification-content .notification-title{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.notification-item .notification-content .notification-title .title{font-size:1em;font-weight:bold;text-transform:uppercase;color:#00babc}.notification-item .notification-content .notification-title .info{color:#67676d;font-weight:400}.notification-item .notification-content .notification-text{margin-top:0px}.notification-item .notification-content .notification-text p{margin:5px 0}.notification-item+.notification-item{margin-top:10px}.notification-list{border-bottom:2px solid #00babc;padding:25px;background-color:#ffffff}.notification-list .special-width .col-md-1{width:3.333333%}.notification-list .special-width .col-md-11{width:96.666667%}.modal-centered{top:25%}@media (max-width: 480px){.modal-centered{top:0%}}.label{cursor:default;background-color:#5b5b60;padding:.4em .4em .4em;border-radius:3px;font-size:70%}.help-block.text-danger{color:#D8636F}.forum-tag{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:white;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}@media (max-width: 480px){.forum-tag{font-size:50%}}.project-dropdown .dropdown-menu>li>a{color:inherit}.projects-notifications:not(:empty),.project-notifications:not(:empty){border:5px solid transparent}.projects-notifications:not(:empty):before,.project-notifications:not(:empty):before{content:"Incoming project events";color:rgba(32,32,38,0.6);font-weight:400;margin-bottom:8px;padding:0px 15px;display:block;text-transform:uppercase;background-color:transparent;font-size:.9em;font-family:'Noto Sans', 'Arial', 'Helvetica', 'Sans serif'}.projects-notifications:not(:empty) .project-item,.project-notifications:not(:empty) .project-item{padding:5px 15px;margin:5px 0px}.project-notifications:not(:empty){background-color:rgba(0,0,0,0.025);border:none;padding:5px 0}.project-notifications:not(:empty):before{background:none}.reminder{padding:0px 0px;clear:both;position:relative;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.reminder+.reminder,.reminder.event+.event{border-top:none}.reminder .project-item-text{padding:5px}.reminder .project-item-actions{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-direction:row-reverse;-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}.reminder.event{color:#E6B291;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.reminder.event:hover,.reminder.event:active,.reminder.event:focus{text-decoration:none}.reminder .time{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;padding:5px 10px}.reminder .time span{margin-right:3px}.reminder a:hover,.reminder a:active,.reminder a:focus{text-decoration:none}.reminder .project-item-actions a{font-size:.9;padding:5px;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;background-color:none}.reminder .project-item-actions a:hover,.reminder .project-item-actions a:active,.reminder .project-item-actions a:focus{text-decoration:none}.reminder .project-item-actions a.missing-user{padding:5px;color:#D8636F;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.reminder .project-item-actions a.missing-user:hover{-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.reminder .project-item-actions a [data-checkin-present='false']{color:#D8636F}.reminder .project-item-actions a [data-checkin-present='true']{color:#5cb85c}.project-item[data-project-occurence]{margin-top:0px;margin-bottom:0px;border-left:1px solid rgba(0,0,0,0.1);margin-left:10px;opacity:.5}.project-item[data-project-occurence] .marked-title a{color:#35353b}.project-item[data-project-occurence]:hover{opacity:1}.project-item[data-project-occurence] .pull-right{font-size:.9em}.project-item.parent{border-left:none;background-color:rgba(0,0,0,0.05)}.project-item.parent-item{content:attr(data-parent-name);display:block;width:100%;border-left:none;margin-bottom:0px;border-bottom:1px solid rgba(0,0,0,0.05)}.main-project-item{font-size:1.1em}.main-project-item .pull-right{font-weight:bold}project-item-lighteable{opacity:0.5;-webkit-transition:opacity 0.1s;-o-transition:opacity 0.1s;transition:opacity 0.1s}@media (max-width: 767px){project-item-lighteable{opacity:1}}project-item:hover project-item-lighteable{opacity:1}.projects-table .project-succeed:after,.projects-table .project-failed:after{font-size:.9em}.projects-table .project-succeed:after{content:" (succeeded)"}.projects-table .project-failed:after{content:" (failed)"}.project-status-icon{color:#35353b}.project-status-icon:hover,.project-status-icon:active,.project-status-icon:focus{text-decoration:none}.projects-table .table tr.light-item{opacity:.75}.projects-table .table tr>td.text-danger>a,.projects-table .table tr>td.text-success>a{color:inherit}.project-list-item.project-item{padding:5px 0px}.project-list-item.project-item:not(:first-child){border-top:1px solid #e5e5e5}.project-opts{clear:both;margin-top:50px}.scale-team-user-box{padding:10px;margin:10px;text-align:center}.scale-team-user-box h3{padding:15px;border-radius:3px}.scale-team-user-box h3[data-user-checkin="true"]{border:1px solid #5cb85c}.scale-team-user-box h3[data-user-checkin="true"]:after{color:#5cb85c;content:"You checked in"}.scale-team-user-box h3[data-user-checkin="false"]{border:1px solid #5bc0de}.scale-team-user-box h3[data-user-checkin="false"]:after{color:#5bc0de;content:"You can checkin"}.scale-team-user-item{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;margin:10px}.scale-team-user-item .scale-team-user-item-status{font-size:1.2em;margin-left:10px}.scale-team-user-item .scale-team-user-item-status[data-checkin-present="true"]{color:#5cb85c}.scale-team-user-item .scale-team-user-item-status[data-checkin-present="true"]:after{content:" is here and ready !"}.scale-team-user-item .scale-team-user-item-status[data-checkin-present="false"]{color:#D8636F}.scale-team-user-item .scale-team-user-item-status[data-checkin-present="false"]:after{content:" didnt check in yet"}@media (max-width: 480px){.row{padding-left:0px;padding-right:0px;margin-left:0px;margin-right:0px}body{background-image:none;background:whitesmoke}.main-title.primary{border-bottom:none}.on-grey{background-color:whitesmoke}.user-inline-stat{font-size:.9em}.mobile-widget-item{background-color:#fff;margin:10px 0px;padding:5px}.mobile-widget-item+.mobile-widget-item{margin-top:10px;margin-left:0px;margin-right:0px}}@media (max-width: 992px){.main-title.primary{margin:15px 0 0}.block-on-mobile{margin-top:10px;float:none !important;text-align:center;display:block;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.block-on-mobile>.btn{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}}.user-grid{margin-top:15px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.user-grid .user-item{max-width:140px;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 140px;-moz-flex:0 0 140px;-ms-flex:0 0 140px;flex:0 0 140px;margin:5px;min-height:190px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}.user-grid .user-item.user-user-item{background-size:100% auto;background-repeat:no-repeat;background-position:50% -20px;border:1px solid #67676d}.user-grid .user-item .user-item-title{text-align:center;display:block;background:white;padding:5px;margin:0}.user-grid .user-item .user-item-footer{background:white}.user-grid .user-item .user-item-footer .btn-group{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.user-grid .user-item .user-item-footer .btn-group .btn{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 0;-moz-flex:1 0;-ms-flex:1 0;flex:1 0;margin:0;border:none;border-radius:0}.user-grid .user-item .user-item-footer .friend-location{text-align:center;font-size:1.2em}.user-grid .user-item .user-item-footer .friend-location.no-location{color:#67676d}.user-grid .user-item .user-item-footer .friend-location .icon-location{color:#67676d;margin-right:2px}.mailer-preview .main-mail-headers{font-family:Menlo, Monaco, Consolas, "Courier New", monospace;padding:5px;background:#eee}.mailer-preview .main-preview{-webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.4);box-shadow:1px 1px 10px rgba(0,0,0,0.4)}.mailer-preview .main-preview header,.mailer-preview .main-preview section,.mailer-preview .main-preview footer{width:540px;margin:auto}.mailer-preview .main-preview header{text-align:center}.mailer-preview .main-preview header img{height:60px;width:auto}.mailer-preview .main-preview header h2{font-family:'Noto Sans', sans-serif;font-size:28px;font-weight:normal;color:#777;text-align:center;padding:30px 0px 10px}.mailer-preview .main-preview header h2:empty:after{content:"Mail title";opacity:.6}.mailer-preview .main-preview header h4{font-family:'Noto Sans', sans-serif;font-size:18px;font-weight:normal;color:#999;text-align:center;padding:0px 0px 50px}.mailer-preview .main-preview header h4:empty:after{content:"Mail subtitle";opacity:.6}.mailer-preview .main-preview section{border-top:1px solid #eee;text-align:center;padding:30px}.mailer-preview .main-preview section p{text-align:justify;font-family:'Noto Sans', sans-serif;font-size:14px;color:#333}.mailer-preview .main-preview section p:empty:after{content:"Mail content";opacity:.6}.mailer-preview .main-preview footer{border-top:1px solid #eee;text-align:center;font-size:12px;padding:15px}.mailer-preview .main-preview footer header{text-transform:uppercase;color:#777}.mailer-preview .main-preview footer header a{color:#00babc}.mailer-preview .main-preview footer aside{padding-top:10px}.mailer-preview .main-preview footer aside a{text-decoration:none !important;color:#FFFFFF;height:24px;width:auto}.mailer-preview .main-preview footer aside a img{text-decoration:none !important;color:#FFFFFF;height:24px;width:auto;padding:5px}#flashModal{margin-top:20%}#flashModal .modal-dialog .modal-content{min-height:200px}#flashModal .modal-dialog .modal-content .modal-header{color:#67676d;border-bottom:none;text-align:center}#flashModal .modal-dialog .modal-content .modal-footer{border-top:none}#flashModal .modal-dialog .modal-content .modal-body{text-align:center}#flashModal .modal-dialog .modal-content .achievement-modal{border:solid 2px #e5e5e5;border-radius:15px;padding:1%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-align-content:flex-end;-moz-align-content:flex-end;align-content:flex-end;-ms-flex-line-pack:end;-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}#flashModal .modal-dialog .modal-content .achievement-modal .achievement-modal--image{align-self:center;margin:2%;width:15%;max-height:500px}#flashModal .modal-dialog .modal-content .achievement-modal .achievement-modal--content{padding-top:2%;padding-bottom:2%}#flashModal .modal-dialog .modal-content .achievement-modal .achievement-modal--content h3.achievement-modal--title{margin:0px;margin-bottom:10px;text-align:left;font-size:24px;color:#00babc}#flashModal .modal-dialog .modal-content .achievement-modal .achievement-modal--content p.achievement-modal--desc{margin:0px;text-align:left;font-size:18px}@media (max-width: 767px){#flashModal .modal-dialog .modal-content .achievement-modal .achievement-modal--content h3.achievement-modal--title{font-size:14px}#flashModal .modal-dialog .modal-content .achievement-modal .achievement-modal--content p.achievement-modal--desc{font-size:10px}}#navbar-scale li>a{color:#202026;padding-left:0px}#navbar-scale li.active>a{color:#00babc}#navbar-scale li .unpadded{padding:5px 0}.scale-comment,.scale-introduction,.scale-disclaimer,.scale-guidelines{padding:0 15px}.scale-question-answers{padding:10px 20px;margin:0px;background:rgba(255,255,255,0.3)}.scale-final-submit{padding:10px 0 20px}.container-item:last-child{margin-bottom:20px;padding-bottom:20px}.scale_sections_questions_questions_skills_percentage{display:none}.checkbox-input{display:none}.checkbox-input:checked+.checkbox-label.btn-success,.checkbox-input:checked+.checkbox-label.btn-success:hover{background-color:#5cb85c;color:#fff}.checkbox-input:checked+.checkbox-label.btn-danger,.checkbox-input:checked+.checkbox-label.btn-danger:hover{background-color:#D8636F;color:#fff}.markdown-preview-container:not(:empty){padding:6px 12px;border:1px solid rgba(0,0,0,0.1);border-top:none}.markdown-preview-container:not(:empty):before{content:"Markdown preview";text-transform:uppercase;font-size:.7em;color:#67676d}.scales-sections-list,.questions-list,.question-skills-list{counter-reset:section}.question-item:before{counter-increment:section;content:"Question " counter(section);color:rgba(0,0,0,0.3)}.skill-item:before{counter-increment:section;content:"Skill " counter(section);color:rgba(0,0,0,0.2)}.section-counter-item:before{counter-increment:section;content:"SECTION " counter(section);display:block;text-align:center;text-transform:capitalize;font-size:1.5em;color:rgba(0,0,0,0.2)}.section-item{padding:15px;margin-bottom:15px;background:rgba(0,0,0,0.025);position:relative;border:1px solid rgba(0,0,0,0.05);border-radius:2px;box-shadow:0px 1px 5px white}.project-grid{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap}.project-grid.from-left{-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.project-grid>.project-item{display:inline-block;max-width:200px;min-height:200px;position:relative;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 1 23%;-moz-flex:0 1 23%;-ms-flex:0 1 23%;flex:0 1 23%;padding:10px;padding-top:20px}.project-grid>.project-item img{max-width:100%}@media (max-width: 992px){.project-grid>.project-item{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 1 32%;-moz-flex:0 1 32%;-ms-flex:0 1 32%;flex:0 1 32%;min-width:32%}}@media (max-width: 768px){.project-grid>.project-item{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 1 100%;-moz-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:inherit}}.projects-list{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;flex-flow:row wrap}.projects-list>.project-item{display:block;padding:5px}.projects-list>.project-item img{max-width:100%}.project-grid .project-item{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:distribute;-moz-box-pack:distribute;box-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:distribute;margin:5px;padding:5px 10px;border:1px solid #e5e5e5;border-radius:3px;background-color:#fff;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.1);box-shadow:1px 1px 1px rgba(0,0,0,0.1)}.project-grid .project-item:hover,.project-grid .project-item:active,.project-grid .project-item:focus{text-decoration:none}@media (max-width: 992px){.project-grid .project-item{margin:2px}}.project-grid .project-item .project-name{font-size:20px;text-align:center;margin-top:15px}.project-grid .project-item .project-indicators{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:distribute;-moz-box-pack:distribute;box-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:distribute}.project-grid .project-item .project-indicators .project-recommended{position:absolute;top:0px;right:0px}.project-grid .project-item .project-indicators .project-recommended>span.label.label-danger{background-color:transparent;color:#D8636F}.project-grid .project-item .project-indicators .project-recommended>span.label.label-success{background-color:transparent;color:#5cb85c}.project-grid .project-item .project-indicators .project-recommended>span.label.label-warning{background-color:transparent;color:#E6B291}.project-progress{padding:5px 0 5px}.project-progress .progress{margin-bottom:0px;height:8px}.marked-title+.project-progress{margin-right:10px}.sidebar-item:hover,.sidebar-item:active,.sidebar-item:focus{text-decoration:none}.projects-list .project-item{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 100%;-moz-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px;padding:5px 0}.projects-list .project-item:hover,.projects-list .project-item:active,.projects-list .project-item:focus{text-decoration:none}.projects-list .project-item .project-name{font-size:16px;text-align:center}.projects-list .project-item .project-indicators{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:distribute;-moz-box-pack:distribute;box-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:distribute}.projects-menu-list .project-item{display:block;font-size:1.1em;padding:3px;color:#67676d}.projects-menu-list .project-item:hover,.projects-menu-list .project-item:active,.projects-menu-list .project-item:focus{text-decoration:none}.projects-menu-list .project-item:hover,.projects-menu-list .project-item:hover .project-status-icon{color:#f2f2f2}.projects-menu-list .project-item .project-status-icon{margin-right:5px}.projects-table thead,.projects-table tfoot{display:none}.projects-table tr:first-child{margin-top:5px}.projects-table tr:first-child td{border-top:none}.project-primaries,.project-repo{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:distribute;-moz-box-pack:distribute;box-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:distribute;clear:both}@media (max-width: 991px){.project-primaries,.project-repo{-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column}}@media (max-width: 480px){.project-primaries{background:#fff}.project-primaries.container-innner-item{padding-top:10px}}.project-repo{margin:10px 0}.project-repo input{font-family:"source-code-pro", courrier;background-color:#f2f2f2;color:#2c2c34;border:none;-webkit-box-shadow:none;box-shadow:none;text-overflow:clip;direction:rtl;text-align:right}.project-repo input.light-team-repo{border:1px solid #f2f2f2;background-color:transparent;font-size:.8em}.project-repo .input-group-addon{border:none;background-color:#e5e5e5;color:#202026}.project-infos{margin:0;padding:10px;background-color:#f2f2f2;color:#202026;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.project-infos .project-infos-top p{color:#35353b}.project-infos .project-infos-top p>span:first-of-type{width:20px;text-align:center;display:inline-block}.project-infos .project-progress+.project-infos-top{margin-top:10px}.project-infos .project-infos-final-mark{text-align:center;border-top:1px solid #e5e5e5;margin-top:5px;padding-top:5px;opacity:.7}.project-infos .project-infos-final-mark>h1.mark-value{font-size:80px}.project-infos .project-infos-final-mark>h1.mark-value>span:last-child{font-size:40px}.project-infos .project-infos-final-mark>h1.mark-value.text-success:after{content:"This project was successfuly done !";display:block;font-size:20px}.project-infos .project-infos-final-mark>h1.mark-value.text-danger:after{content:"You failed this project.";display:block;font-size:20px}.project-infos>.project-progress{position:absolute;top:0px;left:0px;right:0px}.project-infos>.project-progress .progress{height:5px;border-radius:0px;box-shadow:0px 0px 5px #e5e5e5;background:#67676d;margin-bottom:0}.project-infos>.project-progress .progress-footer{padding:2px 5px;color:#35353b;font-size:.8em;text-transform:uppercase}.project-infos .project-infos-bottom{text-align:center}.project-infos .project-infos-bottom .btn-group{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.project-infos .project-infos-bottom .btn-group .btn{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}.project-will-start{color:#35353b;text-align:center}.project-will-start .project-will-start-icon{font-size:8em;color:#e5e5e5}.project-will-start .project-will-start-time{font-size:2em}.progress-white .progress{background-color:#fff}.project-teams{padding:10px}.project-attachments-list .project-attachment-item{display:inline-block;padding:3px 8px}.project-attachments-list .project-attachment-item.attachment-code{display:block}.project-attachments-list .project-attachment-item .attachment-name{display:inline-block}.project-attachments-list .project-attachment-item .attachment-name span[class^="icon-"]{color:#35353b}.project-attachments-list .project-attachment-item .attachment-content{display:block}.projects-list-container .projects-list--header{border-bottom:1px solid #e5e5e5;padding:15px 0;margin:0;margin-bottom:10px;position:relative;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.projects-list-container .projects-list--header .btn--action{border:none;background-color:transparent;padding:0px 15px;margin:7px 0px;color:#5b5b60}.projects-list-container .projects-list--header .btn--action:not(:first-child){border-left:1px solid #e5e5e5}.projects-list-container .projects-list--header .btn--action.asc,.projects-list-container .projects-list--header .btn--action.desc,.projects-list-container .projects-list--header .btn--action.active{color:#00babc}.projects-list-container .projects-list--header .btn--action:active,.projects-list-container .projects-list--header .btn--action:focus{outline:none}.projects-list-container .projects-list--header .btn--action:hover{color:#008889}.projects-list-container .projects-list--header span.top-legend{position:absolute;color:#5b5b60;top:0%;text-transform:uppercase;font-size:0.7em}.projects-list-container .projects-list--header .projects-list--search{max-width:300px;margin-right:30px}.projects-list-container .projects-list--header .projects-list--filters--pod{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 0;-moz-flex:1 0;-ms-flex:1 0;flex:1 0}@media (max-width: 1400px){.projects-list-container .projects-list--header{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.projects-list-container .projects-list--header .projects-list--search{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-webkit-flex-basis:100%;-moz-flex-basis:100%;flex-basis:100%;-ms-flex-preferred-size:100%;max-width:100%}.projects-list-container .projects-list--header span.top-legend{position:inherit}.projects-list-container .projects-list--header .projects-list--filters--pod{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1;margin-top:10px;text-align:center}}@media (max-width: 768px){.projects-list-container .projects-list--header{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.projects-list-container .projects-list--header .projects-list--filters--pod{-webkit-flex-basis:100%;-moz-flex-basis:100%;flex-basis:100%;-ms-flex-preferred-size:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}}.projects-list-container .projects-list--list-header,.projects-list-container .projects-list--list{list-style-type:none;padding-left:0}.projects-list-container .projects-list--list-header .project-item,.projects-list-container .projects-list--list .project-item{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;min-height:34px}.projects-list-container .projects-list--list-header .project-item:hover,.projects-list-container .projects-list--list .project-item:hover{background-color:#f2f2f2}.projects-list-container .projects-list--list-header .project-item .project-duration,.projects-list-container .projects-list--list-header .project-item .project-recomendation,.projects-list-container .projects-list--list-header .project-item .project-tier,.projects-list-container .projects-list--list-header .project-item .project-registration-container,.projects-list-container .projects-list--list .project-item .project-duration,.projects-list-container .projects-list--list .project-item .project-recomendation,.projects-list-container .projects-list--list .project-item .project-tier,.projects-list-container .projects-list--list .project-item .project-registration-container{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 0;-moz-flex:1 0;-ms-flex:1 0;flex:1 0;text-align:right;color:#5b5b60}.projects-list-container .projects-list--list-header .project-item .project-name,.projects-list-container .projects-list--list .project-item .project-name{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 0 200px;-moz-flex:1 0 200px;-ms-flex:1 0 200px;flex:1 0 200px}.projects-list-container .projects-list--list-header .project-item .project-name.project-succeed a,.projects-list-container .projects-list--list .project-item .project-name.project-succeed a{color:#5cb85c}.projects-list-container .projects-list--list-header .project-item .project-name.project-failed a,.projects-list-container .projects-list--list .project-item .project-name.project-failed a{color:#D8636F}.projects-list-container .projects-list--list-header .project-item .project-name:after,.projects-list-container .projects-list--list .project-item .project-name:after{content:attr(data-result)}.projects-list-container .projects-list--list-header .project-item .project-duration,.projects-list-container .projects-list--list .project-item .project-duration{-webkit-flex-basis:100px;-moz-flex-basis:100px;flex-basis:100px;-ms-flex-preferred-size:100px}.projects-list-container .projects-list--list-header .project-item .project-tier,.projects-list-container .projects-list--list .project-item .project-tier{text-align:center;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 50px;-moz-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px}.projects-list-container .projects-list--list-header .project-item .project-tier .tier-0,.projects-list-container .projects-list--list .project-item .project-tier .tier-0{color:#5cb85c}.projects-list-container .projects-list--list-header .project-item .project-tier .tier-1,.projects-list-container .projects-list--list .project-item .project-tier .tier-1{color:#5cb85c}.projects-list-container .projects-list--list-header .project-item .project-tier .tier-2,.projects-list-container .projects-list--list .project-item .project-tier .tier-2{color:#5cb85c}.projects-list-container .projects-list--list-header .project-item .project-tier .tier-3,.projects-list-container .projects-list--list .project-item .project-tier .tier-3{color:#E6B291}.projects-list-container .projects-list--list-header .project-item .project-tier .tier-4,.projects-list-container .projects-list--list .project-item .project-tier .tier-4{color:#E6B291}.projects-list-container .projects-list--list-header .project-item .project-tier .tier-5,.projects-list-container .projects-list--list .project-item .project-tier .tier-5{color:#D8636F}.projects-list-container .projects-list--list-header .project-item .project-tier .tier-6,.projects-list-container .projects-list--list .project-item .project-tier .tier-6{color:#D8636F}.projects-list-container .projects-list--list-header .project-item .project-tier .tier--1,.projects-list-container .projects-list--list .project-item .project-tier .tier--1{color:#5cb85c}.projects-list-container .projects-list--list-header .project-item .project-recomendation,.projects-list-container .projects-list--list .project-item .project-recomendation{-webkit-flex-basis:150px;-moz-flex-basis:150px;flex-basis:150px;-ms-flex-preferred-size:150px}.projects-list-container .projects-list--list-header .project-item .project-recomendation>span.label,.projects-list-container .projects-list--list .project-item .project-recomendation>span.label{font-size:100%}.projects-list-container .projects-list--list-header .project-item .project-recomendation>span.label.label-danger,.projects-list-container .projects-list--list .project-item .project-recomendation>span.label.label-danger{background-color:transparent;color:#D8636F}.projects-list-container .projects-list--list-header .project-item .project-recomendation>span.label.label-success,.projects-list-container .projects-list--list .project-item .project-recomendation>span.label.label-success{background-color:transparent;color:#5cb85c}.projects-list-container .projects-list--list-header .project-item .project-recomendation>span.label.label-warning,.projects-list-container .projects-list--list .project-item .project-recomendation>span.label.label-warning{background-color:transparent;color:#E6B291}.projects-list-container .projects-list--list-header .project-item .project-registration-container,.projects-list-container .projects-list--list .project-item .project-registration-container{-webkit-flex-basis:100px;-moz-flex-basis:100px;flex-basis:100px;-ms-flex-preferred-size:100px}.projects-list-container .projects-list--list-header .project-item .project-registration-container .project-registration,.projects-list-container .projects-list--list .project-item .project-registration-container .project-registration{text-align:right;background-color:transparent;color:#35353b;font-size:100%}.projects-list-container .projects-list--list-header .project-item .project-registration-container .project-registration.label-default,.projects-list-container .projects-list--list .project-item .project-registration-container .project-registration.label-default{background-color:transparent;color:#67676d}.projects-list-container .projects-list--list-header .project-item .project-registration-container .project-registration.label-danger,.projects-list-container .projects-list--list .project-item .project-registration-container .project-registration.label-danger{background-color:transparent;color:#D8636F}.projects-list-container .projects-list--list-header .project-item .project-registration-container .project-registration.label-success,.projects-list-container .projects-list--list .project-item .project-registration-container .project-registration.label-success{background-color:transparent;color:#5cb85c}.projects-list-container .projects-list--list-header .project-item .project-registration-container .project-registration.label-warning,.projects-list-container .projects-list--list .project-item .project-registration-container .project-registration.label-warning{background-color:transparent;color:#E6B291}.projects-list-container .projects-list--list-header .project-item .project-actions,.projects-list-container .projects-list--list .project-item .project-actions{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 50px;-moz-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px}.projects-list-container .projects-list--list-header .project-item .project-actions form,.projects-list-container .projects-list--list .project-item .project-actions form{display:block}.projects-list-container .projects-list--list-header .project-item .project-actions form input,.projects-list-container .projects-list--list-header .project-item .project-actions form button,.projects-list-container .projects-list--list .project-item .project-actions form input,.projects-list-container .projects-list--list .project-item .project-actions form button{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap;border:0;width:100%;text-align:left}.projects-list-container .projects-list--list-header .project-item .project-actions form input:active,.projects-list-container .projects-list--list-header .project-item .project-actions form input:focus,.projects-list-container .projects-list--list-header .project-item .project-actions form input:hover,.projects-list-container .projects-list--list-header .project-item .project-actions form button:active,.projects-list-container .projects-list--list-header .project-item .project-actions form button:focus,.projects-list-container .projects-list--list-header .project-item .project-actions form button:hover,.projects-list-container .projects-list--list .project-item .project-actions form input:active,.projects-list-container .projects-list--list .project-item .project-actions form input:focus,.projects-list-container .projects-list--list .project-item .project-actions form input:hover,.projects-list-container .projects-list--list .project-item .project-actions form button:active,.projects-list-container .projects-list--list .project-item .project-actions form button:focus,.projects-list-container .projects-list--list .project-item .project-actions form button:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.projects-list-container .projects-list--list-header .project-item .project-status,.projects-list-container .projects-list--list .project-item .project-status{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 30px;-moz-flex:0 0 30px;-ms-flex:0 0 30px;flex:0 0 30px;color:#FFEAA7}@media (max-width: 768px){.projects-list-container .projects-list--list-header .project-item .project-duration,.projects-list-container .projects-list--list-header .project-item .project-tier,.projects-list-container .projects-list--list .project-item .project-duration,.projects-list-container .projects-list--list .project-item .project-tier{display:none}.projects-list-container .projects-list--list-header .project-item .project-name:after,.projects-list-container .projects-list--list .project-item .project-name:after{content:""}.projects-list-container .projects-list--list-header .project-item .project-name.project-succeed:after,.projects-list-container .projects-list--list .project-item .project-name.project-succeed:after{font-family:streamline-filled;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:""}.projects-list-container .projects-list--list-header .project-item .project-name.project-failed:after,.projects-list-container .projects-list--list .project-item .project-name.project-failed:after{font-family:streamline-filled;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:""}}@media (max-width: 480px){.projects-list-container .projects-list--list-header .project-item,.projects-list-container .projects-list--list .project-item{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e5e5e5;margin-bottom:10px;padding:10px}.projects-list-container .projects-list--list-header .project-item .project-recomendation,.projects-list-container .projects-list--list-header .project-item .project-registration-container,.projects-list-container .projects-list--list-header .project-item .project-actions,.projects-list-container .projects-list--list .project-item .project-recomendation,.projects-list-container .projects-list--list .project-item .project-registration-container,.projects-list-container .projects-list--list .project-item .project-actions{text-align:center;-webkit-flex-basis:30%;-moz-flex-basis:30%;flex-basis:30%;-ms-flex-preferred-size:30%}.projects-list-container .projects-list--list-header .project-item .project-name,.projects-list-container .projects-list--list .project-item .project-name{font-size:1.3em;-webkit-flex-basis:100%;-moz-flex-basis:100%;flex-basis:100%;-ms-flex-preferred-size:100%}}#projectuser-list-container .projects-list--header{margin-bottom:0px}#projectuser-list-container ul.projects-list--list-header{border-bottom:solid 1px #e5e5e5}#projectuser-list-container ul.projects-list--list-header li.project-item:hover{background:#fff}#projectuser-list-container ul.projects-list--list-header li.project-item>div[class*='project-user']{color:#5b5b60;background:#fff}#projectuser-list-container ul.projects-list--list-header li.project-item>div[class*='project-user']:hover{background:#fff}#projectuser-list-container div[class*='project-user']{text-align:left;-webkit-flex-basis:18%;-moz-flex-basis:18%;flex-basis:18%;-ms-flex-preferred-size:18%;padding-left:5px}#projectuser-list-container .project-item>.project-user--occurrence{-webkit-flex-basis:10%;-moz-flex-basis:10%;flex-basis:10%;-ms-flex-preferred-size:10%}#projectuser-list-container .project-item>.project-user--state{-webkit-flex-basis:10px;-moz-flex-basis:10px;flex-basis:10px;-ms-flex-preferred-size:10px}#projectuser-list-container .project-item>.project-user--state [data-original-title="Success"]{color:#5cb85c}#projectuser-list-container .project-item>.project-user--state [data-original-title="Done"]{color:#FFCC43}#projectuser-list-container .project-item>.project-user--state [data-original-title="Fail"]{color:#D8636F}.team-item .team-status{text-align:center;padding:5px 0;background-color:#fff;margin:5px 5px 10px 5px}.team-item .typeahead{width:auto}.team-item .no-corrections{font-size:1.2em}.team-item .team-actions span[class^="icon-"]{margin-right:5px}.team-users-list{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.team-users-list .team-user-item{margin-right:5px;padding:5px;text-align:center;position:relative}.leader-user{color:#E6B291;position:absolute;top:0px;right:0px}.team-proposal{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.team-proposal+.team-proposal{border-top:1px solid #e5e5e5}.correction-item+.correction-item{border-top:1px solid rgba(0,0,0,0.025)}.correction-item .corrected-item{padding:5px;margin:5px 0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.correction-item .corrected-item .corrected-item-text{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}.correction-item .corrected-item .corrected-header{color:#67676d;text-transform:uppercase;font-size:.8em}.correction-item .corrected-item .square-s{display:inline-block;margin-right:10px;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0;align-self:flex-start;margin-top:5px}.correction-item .corrected-item .correction-comment-item{padding:5px;background-color:#fbfbfb;border-radius:3px;border:1px solid #efefef;margin:5px 0}.correction-item .corrected-item .correction-comment-item .correction-comment-header{color:#35353b}.correction-item .corrected-item .correction-comment-item .correction-comment-body{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;padding:5px}.correction-item .corrected-item .correction-comment{display:block;font-style:oblique;color:#35353b}.team-users-list .team-user-item{display:inline-block}.rangeslider,.rangeslider__fill{background:#e6e6e6;display:block;height:20px;width:100%;-moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.3);box-shadow:inset 0px 1px 3px rgba(0,0,0,0.3);-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px}.rangeslider{position:relative}.rangeslider--disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);opacity:0.4}.rangeslider__fill{background:#00BABC;position:absolute;top:0}.rangeslider__handle{background:white;border:1px solid #ccc;cursor:pointer;display:inline-block;width:40px;height:40px;position:absolute;top:-10px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.rangeslider__handle:after{content:attr(data-percent);display:block;width:40px;text-align:center;color:rgba(0,0,0,0.7);height:18px;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.rangeslider__handle:active{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");background-size:100%;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.12)));background-image:-moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.12));background-image:-webkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.12));background-image:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.12))}input[type="range"]:focus+.rangeslider .rangeslider__handle{-moz-box-shadow:0 0 8px rgba(255,0,255,0.9);-webkit-box-shadow:0 0 8px rgba(255,0,255,0.9);box-shadow:0 0 8px rgba(255,0,255,0.9)}.rangeslider__handle{font-weight:bold;text-align:center;padding-top:10px}#calendar{margin-top:15px !important}.fc-unthemed{color:#02c4c7}.fc-axis{padding:4px 24px !important;text-align:center !important}.fc-day-header{padding:8px 0px !important}.fc-widget-header th{border:none}.fc-slats td{border-top-style:solid !important;border-top-color:#eee}.fc-event{padding:8px;background:#C9E9E8;border:solid 1px #02c4c7}.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#02c4c7}.fc-title{font-weight:bold}.fc-today-button{background:#02c4c7;border-radius:2px !important;border:none;padding-left:24px !important;padding-right:24px !important;color:#fff;text-shadow:none;text-transform:capitalize}.fc-prev-button,.fc-next-button{border:none;background:#EBEBEB;color:#79797D;border-radius:2px !important;padding-left:16px !important;padding-right:16px !important}.fc-prev-button{margin-right:-8px !important}.fc-center h2{font-size:20px;color:#02c4c7}.fc-agenda-view>table>thead{border-color:#eee000}.reserved{background-color:#e4bdbd;border:solid 1px #bc1301;color:#bc1301}.fc-event.closed{background:#f0f0f0}.fc-ltr .fc-time-grid .fc-event-container{margin:0}#loading{z-index:10000;text-align:center;margin:60px 0px;position:absolute;top:50%;margin:auto;width:100%}canvas#view.graph-canvas{background:radial-gradient(ellipse at bottom, #002534 0%, #090a0f 100%)}.view_ctn{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;width:100%;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 1 100%;-moz-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;display:block}.view_ctn canvas#view{height:100%;width:100%}#graph_description{display:none;position:absolute;top:0;right:0;margin:10px;width:100%;max-width:300px;min-height:100px;border:solid 1px #fff;color:#fff;background-color:rgba(6,19,28,0.68);border-radius:5px;padding:20px}#graph_description .content{margin:10px 0px}#graph_description .description{color:#909090}#graph_description .header span{color:#fff;font-size:0.9em;padding:0px 5px;border-radius:2px}#graph_description .header span.done{background-color:#5cb85c}#graph_description .header span.fail{background-color:#D8636F}#graph_description .header span.unavailable{background-color:#D8636F}#graph_description .header span.unavailable:before{content:"unavailable"}.graph_ui_left{position:absolute;top:10px;left:10px}#graph_cursus,#graph_campus{width:auto;height:30px;color:#67676d;border:solid 1px #fff;color:#fff;background-color:rgba(6,19,28,0.68);margin-right:10px}#graph_cursus:focus,#graph_campus:focus{box-shadow:none}#graph_search_icon+.twitter-typeahead{position:relative;left:-33px;width:200px;display:none;vertical-align:top}#graph_search_icon+.twitter-typeahead .tt-input{vertical-align:baseline;padding-left:10px;width:100%;background-color:rgba(6,19,28,0.68);color:#fff;border:solid 1px #67676d;border-radius:5px}#graph_search_icon+.twitter-typeahead .tt-input:hover,#graph_search_icon+.twitter-typeahead .tt-input:focus{border:solid 1px #fff}#graph_search_icon+.twitter-typeahead .tt-menu{width:100%;background-color:rgba(6,19,28,0.68);color:#fff;border-bottom:solid 1px #fff;border-left:solid 1px #fff;border-right:solid 1px #fff}#graph_search_icon+.twitter-typeahead .tt-cursor{background-color:rgba(18,57,84,0.68)}#graph_search_icon{cursor:pointer;display:inline-block;vertical-align:bottom;width:30px;height:30px;padding:5px}#graph_search_icon::before{padding:3px}#graph_search{display:none}#graph_help_icon{cursor:pointer;position:absolute !important;bottom:10px;right:10px;height:30px;padding:5px;padding-left:10px;width:30px}#graph_help{position:absolute;display:none;top:10px;min-width:300px;right:10px;display:none;padding:10px}#graph_help .table{border:none}#graph_help .table td{text-align:left}#graph_help .table th{text-align:left;border:none}#graph_help .graph-legend{text-align:center;margin:10px auto}#graph_help span.legend{display:inline-block;border-radius:5px;margin:5px;padding:0px 5px;text-align:center;background-color:#46484c}#graph_help span.legend.done{background-color:#00babc;border:solid 2px #00babc}#graph_help span.legend.in-progress{border:solid 2px #00babc;color:#00babc}#graph_help span.legend.available{border:solid 2px #fff}#graph_help span.legend.unavailable{border:solid 2px #6f7278;color:#6f7278}#graph_help span.legend.fail{background-color:#D8636F;border:solid 2px #D8636F}.graph-elem{background-color:rgba(6,19,28,0.68);color:#fff;border:solid 1px #fff;border-radius:5px}@media (max-width: 992px){#graph_search_icon+.twitter-typeahead,#graph_search_icon{position:absolute !important;top:40px;left:0px}#graph_help{top:90px;left:10px}#graph_description{top:90px;left:10px;margin:0px}}#navbar-scale li label{display:block;padding:5px 15px}#scale_team_flag_ok:checked+.label_flag_ok,.label_flag_ok.active{color:#5cb85c}#scale_team_flag_norme:checked+.label_flag_norme,.label_flag_norme.active{color:#D8636F}#scale_team_flag_no_author_file:checked+.label_flag_no_author_file,.label_flag_no_author_file.active{color:#D8636F}#scale_team_flag_incomplete_work:checked+.label_flag_incomplete_work,.label_flag_incomplete_work.active{color:#D8636F}#scale_team_flag_empty_work:checked+.label_flag_empty_work,.label_flag_empty_work.active{color:#D8636F}#scale_team_flag_invalid_compilation:checked+.label_flag_invalid_compilation,.label_flag_invalid_compilation.active{color:#D8636F}#scale_team_flag_cheat:checked+.label_flag_cheat,.label_flag_cheat.active{color:#D8636F}#scale_team_flag_crash:checked+.label_flag_crash,.label_flag_crash.active{color:#D8636F}.scale-final-evaluation .col-sm-10{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.scale-final-evaluation .col-sm-10 .radio{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}.scale-final-evaluation .col-sm-10 .radio label input{display:none}.row>.add-padding{padding-bottom:250px}.form-group.session_user span.twitter-typeahead{width:100%}.form-group.session_user .form-typeahead{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;-o-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s}.table-list{list-style-type:none}.table-list .table-list--header{margin-bottom:0px;border-bottom:solid 1px #e5e5e5}.table-list ul.table-list--list{padding:0px !important}.table-list li.table-item{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;flex-wrap:wrap}.table-list li.table-item:hover{background-color:#f2f2f2}.table-list li.table-item span{-webkit-flex-basis:100px;-moz-flex-basis:100px;flex-basis:100px;-ms-flex-preferred-size:100px;text-overflow:ellipsis;overflow:hidden}li.scaleteam-list-item{border-bottom:solid 1px #eee;padding:20px}li.scaleteam-list-item .header{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 100%;-moz-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px}li.scaleteam-list-item .header code.rating{font-weight:normal}li.scaleteam-list-item .feedback,li.scaleteam-list-item .final-mark{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-flex-basis:100%;-moz-flex-basis:100%;flex-basis:100%;-ms-flex-preferred-size:100%}li.scaleteam-list-item .comment{margin-bottom:10px}li.scaleteam-list-item .rating{color:#D8636F;background:#f2c9cd;border-radius:4px;text-align:center;margin-right:10px;min-width:25px;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 40px;-moz-flex:0 0 40px;-ms-flex:0 0 40px;flex:0 0 40px}li.scaleteam-list-item .rating[data-positive]{color:#00babc;background:rgba(0,186,188,0.15)}li.scaleteam-list-item .tooltip.top .tooltip-arrow{border-top-color:#202026}li.scaleteam-list-item .tooltip{border-radius:4px}li.scaleteam-list-item .tooltip-inner{padding-left:15px;padding-right:15px;border-radius:4px;color:#eee;background-color:#202026;white-space:pre-wrap;text-align:left}#calendar{max-width:900px;margin:0 auto} diff --git a/00_Projects/04_Web/matcha/matcha_files/application-83c5d75d1f086b5e5719c40695d747f72ccdb981d2a82431ee52ca591c937625.js b/00_Projects/04_Web/matcha/matcha_files/application-83c5d75d1f086b5e5719c40695d747f72ccdb981d2a82431ee52ca591c937625.js deleted file mode 100755 index 17defa2..0000000 --- a/00_Projects/04_Web/matcha/matcha_files/application-83c5d75d1f086b5e5719c40695d747f72ccdb981d2a82431ee52ca591c937625.js +++ /dev/null @@ -1,241 +0,0 @@ -/*! - * jQuery JavaScript Library v2.2.1 - * http://jquery.com/ - * - * Includes Sizzle.js - * http://sizzlejs.com/ - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license - * http://jquery.org/license - * - * Date: 2016-02-22T19:11Z - */ -function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _inherits(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _inherits(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _inherits(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _toConsumableArray(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e0&&e-1 in t}function i(t,e,n){if(st.isFunction(e))return st.grep(t,function(t,i){return!!e.call(t,i,t)!==n});if(e.nodeType)return st.grep(t,function(t){return t===e!==n});if("string"==typeof e){if(gt.test(e))return st.filter(e,t,n);e=st.filter(e,t)}return st.grep(t,function(t){return J.call(e,t)>-1!==n})}function r(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}function s(t){var e={};return st.each(t.match(wt)||[],function(t,n){e[n]=!0}),e}function o(){Z.removeEventListener("DOMContentLoaded",o),t.removeEventListener("load",o),st.ready()}function a(){this.expando=st.expando+a.uid++}function l(t,e,n){var i;if(void 0===n&&1===t.nodeType)if(i="data-"+e.replace(Et,"-$&").toLowerCase(),n=t.getAttribute(i),"string"==typeof n){try{n="true"===n?!0:"false"===n?!1:"null"===n?null:+n+""===n?+n:$t.test(n)?st.parseJSON(n):n}catch(r){}Tt.set(t,e,n)}else n=void 0;return n}function u(t,e,n,i){var r,s=1,o=20,a=i?function(){return i.cur()}:function(){return st.css(t,e,"")},l=a(),u=n&&n[3]||(st.cssNumber[e]?"":"px"),c=(st.cssNumber[e]||"px"!==u&&+l)&&jt.exec(st.css(t,e));if(c&&c[3]!==u){u=u||c[3],n=n||[],c=+l||1;do s=s||".5",c/=s,st.style(t,e,c+u);while(s!==(s=a()/l)&&1!==s&&--o)}return n&&(c=+c||+l||0,r=n[1]?c+(n[1]+1)*n[2]:+n[2],i&&(i.unit=u,i.start=c,i.end=r)),r}function c(t,e){var n="undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e||"*"):"undefined"!=typeof t.querySelectorAll?t.querySelectorAll(e||"*"):[];return void 0===e||e&&st.nodeName(t,e)?st.merge([t],n):n}function h(t,e){for(var n=0,i=t.length;i>n;n++)St.set(t[n],"globalEval",!e||St.get(e[n],"globalEval"))}function d(t,e,n,i,r){for(var s,o,a,l,u,d,f=e.createDocumentFragment(),p=[],g=0,m=t.length;m>g;g++)if(s=t[g],s||0===s)if("object"===st.type(s))st.merge(p,s.nodeType?[s]:s);else if(Lt.test(s)){for(o=o||f.appendChild(e.createElement("div")),a=(Ot.exec(s)||["",""])[1].toLowerCase(),l=Nt[a]||Nt._default,o.innerHTML=l[1]+st.htmlPrefilter(s)+l[2],d=l[0];d--;)o=o.lastChild;st.merge(p,o.childNodes),o=f.firstChild,o.textContent=""}else p.push(e.createTextNode(s));for(f.textContent="",g=0;s=p[g++];)if(i&&st.inArray(s,i)>-1)r&&r.push(s);else if(u=st.contains(s.ownerDocument,s),o=c(f.appendChild(s),"script"),u&&h(o),n)for(d=0;s=o[d++];)It.test(s.type||"")&&n.push(s);return f}function f(){return!0}function p(){return!1}function g(){try{return Z.activeElement}catch(t){}}function m(t,e,n,i,r,s){var o,a;if("object"==typeof e){"string"!=typeof n&&(i=i||n,n=void 0);for(a in e)m(t,a,n,i,e[a],s);return t}if(null==i&&null==r?(r=n,i=n=void 0):null==r&&("string"==typeof n?(r=i,i=void 0):(r=i,i=n,n=void 0)),r===!1)r=p;else if(!r)return t;return 1===s&&(o=r,r=function(t){return st().off(t),o.apply(this,arguments)},r.guid=o.guid||(o.guid=st.guid++)),t.each(function(){st.event.add(this,e,r,i,n)})}function v(t,e){return st.nodeName(t,"table")&&st.nodeName(11!==e.nodeType?e:e.firstChild,"tr")?t.getElementsByTagName("tbody")[0]||t.appendChild(t.ownerDocument.createElement("tbody")):t}function _(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function y(t){var e=Wt.exec(t.type);return e?t.type=e[1]:t.removeAttribute("type"),t}function b(t,e){var n,i,r,s,o,a,l,u;if(1===e.nodeType){if(St.hasData(t)&&(s=St.access(t),o=St.set(e,s),u=s.events)){delete o.handle,o.events={};for(r in u)for(n=0,i=u[r].length;i>n;n++)st.event.add(e,r,u[r][n])}Tt.hasData(t)&&(a=Tt.access(t),l=st.extend({},a),Tt.set(e,l))}}function w(t,e){var n=e.nodeName.toLowerCase();"input"===n&&Mt.test(t.type)?e.checked=t.checked:("input"===n||"textarea"===n)&&(e.defaultValue=t.defaultValue)}function x(t,e,n,i){e=Q.apply([],e);var r,s,o,a,l,u,h=0,f=t.length,p=f-1,g=e[0],m=st.isFunction(g);if(m||f>1&&"string"==typeof g&&!it.checkClone&&qt.test(g))return t.each(function(r){var s=t.eq(r);m&&(e[0]=g.call(this,r,s.html())),x(s,e,n,i)});if(f&&(r=d(e,t[0].ownerDocument,!1,t,i),s=r.firstChild,1===r.childNodes.length&&(r=s),s||i)){for(o=st.map(c(r,"script"),_),a=o.length;f>h;h++)l=r,h!==p&&(l=st.clone(l,!0,!0),a&&st.merge(o,c(l,"script"))),n.call(t[h],l,h);if(a)for(u=o[o.length-1].ownerDocument,st.map(o,y),h=0;a>h;h++)l=o[h],It.test(l.type||"")&&!St.access(l,"globalEval")&&st.contains(u,l)&&(l.src?st._evalUrl&&st._evalUrl(l.src):st.globalEval(l.textContent.replace(Yt,"")))}return t}function k(t,e,n){for(var i,r=e?st.filter(e,t):t,s=0;null!=(i=r[s]);s++)n||1!==i.nodeType||st.cleanData(c(i)),i.parentNode&&(n&&st.contains(i.ownerDocument,i)&&h(c(i,"script")),i.parentNode.removeChild(i));return t}function C(t,e){var n=st(e.createElement(t)).appendTo(e.body),i=st.css(n[0],"display");return n.detach(),i}function S(t){var e=Z,n=Vt[t];return n||(n=C(t,e),"none"!==n&&n||(Gt=(Gt||st("